main nav {
  padding: 20px 0;
  position: relative;
  z-index: 99;
}
main {
  background: #ffcddc;
  position: relative;
}
main .icon2 {
  background: url("../img/valentines-day-sale-2025/sprite.png") no-repeat;
  background-size: 654px 1154px;
}
.icon {
  background: url("../img/black-friday-sale-2024/sprite.png") no-repeat;
  background-size: 654px 1154px;
  flex-shrink: 0;
  display: block;
}
main .logo {
  width: 135px;
  height: 26px;
  background-position: -426px -259px;
}
.item_logo1 {
  background-position: -158px -15px;
}
.item_logo2 {
  background-position: -296px -15px;
}
.item_logo3 {
  background-position: -434px -15px;
}
.item_logo4 {
  background-position: -16px -134px;
}
.item_logo5 {
  background-position: -154px -134px;
}
.container {
  max-width: 1200px;
  width: unset;
}
.wrap-identification {
  position: relative;
  z-index: -1;
  width: fit-content;
  margin: 0 auto;
  color: #ffffff;
  font-size: 26px;
  line-height: 1.5;
  width: 350px;
  text-align: center;
  padding: 6px 0;
  border-radius: 30px;
  background: linear-gradient(90deg, #eb307f 2.31%, #ffadd1 47.25%, #eb307f 99.25%);
}
.wrap-identification::after {
  position: absolute;
  content: url(../img/valentines-day-sale-2025/heart-icon.png);
  z-index: 1;
  right: -50px;
  top: -20px;
}
h2 {
  text-align: center;
  color: #212121;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 27px;
}
h2 span {
  color: #ec3280;
}
.wrap-text {
  width: 90%;
  text-align: center;
  color: #333;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  margin: 23px auto 30px;
}
.btn-box {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 20px 0;
  width: 100%;
}
.btn-box .btn {
  flex: 0 0 48%;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 15px;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 10px 18px;
  line-height: 1.5;
  background: #fff;
  transition: all 0.5s;
}
.btn-box .btn .btn-text {
  color: #ff3e6e;
  font-size: 16px;
  letter-spacing: 0.345px;
  transition: all 0.5s;
}
.btn-box .btn .iconfont {
  font-size: 20px;
  color: #ff3e6e;
  transition: all 0.5s;
}
.btn-box .btn:hover {
  background: linear-gradient(90deg, #fd8544 0%, #ff3a70 100%);
}
.btn-box .btn:hover .btn-text {
  color: #fff;
}
.btn-box .btn:hover .iconfont {
  color: #fff;
}
.btn-box .btn:first-child {
  border-radius: 4px;
  background: linear-gradient(90deg, #fd8544 0%, #ff3a70 100%);
}
.btn-box .btn:first-child .btn-text {
  color: #fff;
}
.btn-box .btn:first-child .iconfont {
  color: #fff;
}
.btn-box .btn:first-child:hover {
  background: linear-gradient(90deg, #ff3a70 0%, #fd8544 100%);
}
.btn-box .btn:last-child {
  border: 1px solid #fd8345;
}
.banner {
  margin-top: -68px;
  padding: 110px 0 80px;
  background: url(../img/valentines-day-sale-2025/banner.webp) no-repeat center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.banner .valentines {
  width: 354px;
}
.banner .discount-text {
  margin-top: 20px;
}
.banner .banner-desc {
  color: #851243;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  width: 706px;
  margin-top: 30px;
}
.banner img {
  display: block;
}
.wrap_content {
  display: flex;
  flex-flow: row wrap;
  gap: 60px 24px;
  justify-content: center;
  margin-top: 50px;
}
.wrap_content .icon {
  width: 95px;
  height: 96px;
}
.wrap_content .item_discount {
  font-size: 24px;
  line-height: 1.2;
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  text-align: center;
  background: #ec3280;
  border-radius: 0 28px 0 28px;
  padding: 8px 27px;
  z-index: 2;
  box-sizing: border-box;
}
.wrap_content .item_discount .off {
  font-size: 18px;
}
.wrap_content .wrap-content_item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 380px;
  padding: 55px 19px 20px;
  border-radius: 28px;
  border: 1px solid #ec3280;
  background: #f9b3c8;
}
.wrap_content .wrap-content_item .item_discount {
  font-size: 18px;
}
.wrap_content .item_title {
  flex: 1;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  margin-left: 12px;
}
.wrap_content .item_title a {
  display: inline-block;
  color: #212121;
  width: 90%;
}
.wrap_content .item_title .item-title_desc {
  bottom: -5px;
  left: 0;
  color: #333;
  font-weight: 400;
  font-size: 18px;
  white-space: nowrap;
}
.wrap_content .item_desc {
  width: 100%;
  font-weight: 400;
  line-height: 1.5;
  color: #212121;
  font-size: 16px;
  margin-top: 16px;
}
.wrap_content .item_price {
  margin-top: 5px;
}
.wrap_content .item-price_new {
  color: #ec3280;
  font-size: 44px;
  font-style: italic;
  font-weight: 900;
  margin: 15px 40px 15px 0;
}
.wrap_content .item-price_old {
  color: #606060;
  font-size: 16px;
  margin-bottom: 5px;
}
.wrap_content .item_footer {
  width: 100%;
  color: #606060;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  text-align: center;
}
.wrap_content .item_include {
  width: 100%;
  margin: 20px 0;
  padding: 25px 20px 15px;
  color: #999999;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  background: #fff;
  border-radius: 13px;
}
.wrap_content .item_include .include_discount {
  font-size: 10px;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  background: #ec3280;
  border-radius: 12px 0 12px 0;
  padding: 5px 10px;
  z-index: 2;
}
.wrap_content .item_include li {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-left: 30px;
}
.wrap_content .item_include li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url("../img/black-friday-sale-2024/sprite.png") no-repeat -205px -750px;
  width: 18px;
  height: 18px;
}
.wrap1,
.wrap2,
.wrap3,
.wrap4 {
  position: relative;
  z-index: 1;
  margin-top: 120px;
}
.wrap1 .wrap_content {
  gap: 38px;
}
.wrap1 .wrap_content .wrap-content_item {
  text-align: center;
  justify-content: center;
  flex: 0 0 350px;
  border: unset;
  background: #fff;
}
.wrap1 .wrap_content .item_discount {
  left: 0;
  right: unset;
  border-radius: 28px 0 28px 0;
  background: #ec3280;
  font-size: 24px;
}
.wrap1 .wrap_content .item_title {
  font-size: 24px;
  flex: 0 0 100%;
  margin-top: 15px;
}
.wrap1 .wrap_content .item_desc {
  width: 100%;
  font-weight: 400;
  line-height: 1.5;
  color: #212121;
  font-size: 16px;
  margin-top: 16px;
}
.wrap1 .wrap_content .item_price {
  margin-top: 5px;
}
.wrap1 .wrap_content .item-price_new {
  font-style: normal;
  font-size: 32px;
}
.wrap1 .wrap_content .item-price_old {
  color: #666666;
  font-size: 18px;
  margin-bottom: 10px;
}
.wrap1 .wrap_content .item_footer {
  width: 100%;
  color: #999999;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 400;
  text-align: center;
}
.wrap1 .btn-box {
  flex-direction: column;
}
.wrap1 .btn-box .btn {
  width: 80%;
  flex: unset;
}
.wrap1 .btn-box .btn:first-child {
  margin: 0 0 18px;
}
.wrap2 .meal {
  margin-top: 47px;
  flex: 0 0 550px;
  background: #ed78a9;
}
.wrap2 .meal .item_discount {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.2;
  position: absolute;
  top: -48px;
  left: -16px;
  color: #ec3280;
  text-align: center;
  background: url("../img/valentines-day-sale-2025/heart-bg.png");
  width: 117px;
  height: 107px;
  animation: sc linear 1.5s infinite alternate;
}
.wrap2 .meal .item_discount .off {
  font-weight: 700;
}
@keyframes sc {
  0% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1.2);
  }
}
.wrap2 .meal .item-price_new {
  color: #fff93e;
  font-size: 40px;
}
.wrap2 .meal .item-price_old,
.wrap2 .meal .item_footer {
  color: rgba(255, 255, 255, 0.6);
}
.wrap2 .meal .item_title {
  flex: unset;
  color: #fff;
  margin: 15px auto 0;
  font-size: 24px;
}
.wrap2 .meal .item_logo {
  width: 100%;
  text-align: center;
  background: url("../img/valentines-day-sale-2025/meal-bg.png") no-repeat;
  background-size: 100% 100%;
}
.wrap2 .meal .icon {
  width: 216px;
  height: 150px;
  margin: 0 auto;
}
.wrap2 .meal .icon-napd {
  background-position: -24px -410px;
}
.wrap2 .meal .icon-dphd {
  background-position: -302px -410px;
}
.wrap4 {
  padding-bottom: 121px;
}
.swiper > .swiper-wrapper {
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}
.swiper-slide {
  width: max-content;
}
.box {
  padding: 15px 0;
  background: #edabbe;
}
.box .img {
  margin-right: 25px;
}
.box .swiper {
  margin: 20px 0;
}
.box .line,
.box .line2 {
  height: 27px;
  border-top: 27px dashed rgba(255, 255, 255, 0.27);
}
@media (max-width: 768px) {
  .banner {
    background-image: url(../img/valentines-day-sale-2025/banner-mb.png);
    padding: 100px 0 30px;
  }
  .banner .valentines {
    width: 208px;
  }
  .banner .banner-desc {
    width: 100%;
    font-size: 16px;
  }
  .banner .discount-text {
    width: 300px;
  }
  .box {
    padding: 4px;
  }
  .box .img {
    width: 70px;
    margin-right: 6px;
  }
  .box .swiper {
    margin: 4px 0;
  }
  .box .line,
  .box .line2 {
    border-width: 6px;
    height: 1px;
  }
  .container {
    width: 90%;
  }
  .btn-box .btn {
    padding: 10px;
  }
  .btn-box .btn .iconfont {
    font-size: 18px;
  }
  .wrap-identification {
    font-size: 20px;
    width: 257px;
  }
  .wrap-identification::after {
    display: none;
  }
  h2 {
    font-size: 26px;
    padding: 11px;
  }
  .wrap-text {
    width: 100%;
    font-size: 14px;
    line-height: 1.6;
    margin: 5px auto;
  }
  .wrap_content {
    display: flex;
    flex-flow: row wrap;
    gap: 32px;
    justify-content: center;
    margin-top: 50px;
  }
  .wrap_content .wrap-content_item {
    flex: 0 0 100%;
  }
  .wrap_content .item_include {
    padding: 25px 14px 16px;
    font-size: 12px;
  }
  .wrap_content .item_include li {
    padding-left: 20px;
  }
  .wrap_content .item_include li::before {
    background: url("../img/black-friday-sale-2024/sprite.png") no-repeat -266px -750px;
    width: 16px;
    height: 16px;
  }
  .wrap1,
  .wrap2,
  .wrap3,
  .wrap4 {
    margin-top: 60px;
  }
  .wrap1 .wrap_content .wrap-content_item {
    flex: 0 0 100%;
  }
  .wrap1 .btn-box .btn {
    width: 210px;
  }
  .wrap2 .meal {
    flex: 0 0 100%;
    padding: 42px 10px 30px;
    text-align: center;
    margin-top: 0;
  }
  .wrap2 .meal .item_discount {
    font-size: 23px;
    right: 37px;
    top: 105px;
    left: unset;
    background: url("../img/valentines-day-sale-2025/heart-bg.png") no-repeat;
    width: 82px;
    height: 75px;
    background-size: contain;
  }
  .wrap2 .meal .item_discount .off {
    font-size: 15px;
  }
  .wrap2 .meal .item_discount.first {
    left: unset;
  }
  .wrap2 .meal .item_title {
    font-size: 20px;
  }
  .wrap2 .meal .item_logo {
    padding-top: 10px;
  }
  .wrap2 .meal .icon {
    width: 170px;
    height: 119px;
  }
  .wrap2 .meal .item_price {
    margin: 0 auto;
  }
  .wrap2 .meal .item-price_new {
    font-size: 36px;
    display: block;
    margin: 0 auto 10px;
  }
  .wrap2 .meal .icon-napd {
    background-position: -23px -590px;
  }
  .wrap2 .meal .icon-dphd {
    background-position: -251px -590px;
  }
  .wrap4 {
    padding-bottom: 80px;
    background: none;
  }
}
