.coupon_down_button ~ .coupon_down_button {
  margin-top: 15px;
}

.coupon_down_button {
  height: 72px;
}

.coupon_down_button.brown {
  background-color: #8b4e11;
}

.coupon_down_button.blackFriday {
  background-color: #7a0505;
}

.coupon_down_button.happy_newyear_2026 {
  background-color: #a10707;
}

.coupon_down_button.w-week2026 {
  background: #120d3d;
}

.coupon_down_button.w-week2026 .image img {
  bottom: 10px;
}

.coupon_down_button .title .text {
  font-weight: 700;
}

.coupon_down_button.new-care {
  background-color: #d3550c;
}
.coupon_down_button_wrap:has(.new-care) .coupon_down_button .image {
  width: 21%;
}
.coupon_down_button.new-care .image img {
  bottom: 5px;
  max-height: 60px;
}

.coupon_down_button.blackFriday .title .text {
  letter-spacing: -0.5px;
}
.coupon_down_button.health {
  background-color: #1a357a;
}

.coupon_down_button .image {
  width: 25%;
}

.coupon_down_button .image img {
  max-height: 60px;
  width: auto;
  left: unset;
  right: -5px;
  bottom: 5px;
}

.coupon_down_button.brown .image img {
  margin-bottom: 10px;
  filter: drop-shadow(5px 10px 4px rgb(63, 33, 4, 0.4));
}

.coupon_down_button .title.new {
  position: relative;
}

.coupon_down_button .title {
  padding: 0 14px;
}

.coupon_down_button .title.new::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 51px;
  height: 49px;
  background: url("/content/images/pages/items/img_new.png") no-repeat center /
    100% auto;
  transform-origin: right bottom;
  transform: translate(-40%, -40%);
  animation: hithere2 1s infinite;
}

@keyframes hithere2 {
  30% {
    transform: translate(-40%, -40%) scale(0.8);
  }
  40%,
  60% {
    transform: translate(-40%, -40%) rotate(-5deg) scale(1);
  }
  50% {
    transform: translate(-40%, -40%) rotate(5deg) scale(1);
  }
  70% {
    transform: translate(-40%, -40%) rotate(0deg) scale(1);
  }
  100% {
    transform: translate(-40%, -40%) scale(1);
  }
}

@media (max-width: 767px) {
  .coupon_down_button .image {
    width: 27.5%;
  }
  .coupon_down_button .title .text {
    font-size: 20px;
  }
  .coupon_down_button.all-protein .image img {
    right: 32px;
  }
}

@media (max-width: 480px) {
  .coupon_down_button .title {
    padding: 0 8px;
  }
  .coupon_down_button .title .text {
    font-size: 14px;
    text-indent: 4px;
    letter-spacing: -1px;
    word-spacing: 0px;
  }
  .coupon_down_button .title.new::before {
    width: 32px;
    height: 31px;
  }
  .coupon_down_button .image img {
    max-height: 36px;
    right: 50%;
    transform: translate(60%, -15%);
  }
  .coupon_down_button {
    height: 52px;
  }
  .coupon_down_button.brown .image img {
    margin-bottom: 4px;
  }
  .coupon_down_button.w-week2026 .image img {
    max-height: 32px;
    bottom: 6px;
    margin-right: 5px;
  }
}
