
.swym-toast {
  position: fixed;
  padding: 12px 16px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: opacity 0.3s, transform 0.3s;
  z-index: 1000;
  min-width: 250px;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
  padding: 12px 16px;
  width: 356px;
}

.swym-toast-top-left {
  top: 20px;
  left: 20px;
  bottom: auto;
}
.swym-toast-top-right {
  top: 20px;
  right: 20px;
  left: auto;
}
.swym-toast-bottom-left {
  bottom: 20px;
  left: 20px;
  top: auto;
}
.swym-toast-bottom-right {
  left: auto;
  top: auto;
  bottom: 20px;
  right: 20px;
}
div.swym-toast.swym-toast-top-center {
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}
div.swym-toast.swym-toast-bottom-center {
  top: auto;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.swym-toast.swym-show {
  opacity: 1;
  transform: translateY(10px);
}
.swym-toast.swym-show a {
  border: 1px solid;
  color: #fff;
  border-radius: 16px;
  padding: 4px 11px;
  text-decoration: none;
}
.swym-progress-bar {
  height: 3px;
  background: #ff9800;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation: progress 3s linear forwards;
  border-radius: 5px 5px 0 0;
  display: block;
}
.swym-toast-product-img {
  width: 40px;
  height: 40px;
  background: gray;
  min-width: 40px;
  margin-right: 12px;
  border-radius: 4px;
  background-size: cover;
}
.swym-toast .swym-toast-undo {
  display: flex;
  align-items: center;
  border-radius: 4px;
  border: 0.5px solid rgba(255, 255, 255, 0.1);
  background: #323232;
  padding: 8px;
  cursor: pointer;
}
.swym-toast .swym-toast-heart-background {
  position: absolute;
  right: 0px;
  bottom: -9px;
}
div.swym-toast div.swym-toast-product-img {
  display: block;
  width: 40px;
  height: 40px;
  background: gray;
  margin-right: 12px;
  min-width: 40px;
  border-radius: 4px;
}
.swym-toast.swym-show a {
  border: 1px solid;
  color: #fff;
  border-radius: 16px;
  padding: 4px 11px;
  text-decoration: none;
}
/* 1 */
.swym-toast .swym-toast-content {
  margin-right: 8px;
  margin-left: 8px;
}

p.swym-feedback-thumb {
  display: flex;
}
p.swym-feedback-thumb .swym-thumb-down {
  border-radius: 4px;
  border: 0.5px solid rgba(255, 255, 255, 0.1);
  background: #323232;
  display: flex;
  padding: 8px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-right: 3px;
  cursor: pointer;
}
p.swym-feedback-thumb .swym-thumb-up {
  display: flex;
  padding: 8px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  border: 0.5px solid rgba(255, 255, 255, 0.1);
  background: #323232;
  cursor: pointer;
}
.swym-toast-content .swym-feedback-description {
  width: 70%;
}
/* 1 */

.swym-toast .swym-toast-content span {
  font-size: 13px;
  font-weight: 600;
  line-height: 130%;
}
.swym-toast .swym-toast-content p {
  margin: 0;
  font-size: 12px;
  line-height: 15.6px;
  line-height: 130%;
  letter-spacing: -0.12px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.12px;
}


/*  */

div.swym-toast.swym-show a {
  border: 1px solid;
  border-radius: 16px;
  padding: 4px 11px;
  text-decoration: none;
}

div.swym-toast div.swym-progress-bar {
  height: 3px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation: progress 3s linear forwards;
  border-radius: 5px 5px 0 0;
  display: block;
}

.swym-toast-product-img {
  width: 40px;
  height: 40px;
  background: gray;
}
div.swym-toast div.swym-toast-product-img {
  display: block;
  width: 40px;
  height: 40px;
  background: gray;
  margin-right: 12px;
  min-width: 40px;
  border-radius: 4px;
}
@media (max-width: 360px) {
  div.swym-toast.swym-show {
    width: 100%;
    left: 0;
    right: 0;
  }
}
@keyframes progress {
  from {
    width: 100%;
  }
  to {
    width: 0%;
  }
}
