
  a {
    text-decoration: none;
  }
  .pc {
    display: block;
  }
  .mb {
    display: none;
  }
  * {
    box-sizing: border-box;
  }
  body {
    font-family: "Rubik";
    background-color: #48b540;
  }
  /* Animation */
  @keyframes shake {
    0% {
      transform: translateX(0) rotate(0);
    }
    20% {
      transform: translateX(-10px) rotate(-20deg);
    }
    30% {
      transform: translateX(10px) rotate(20deg);
    }
    50% {
      transform: translateX(-10px) rotate(-10deg);
    }
    60% {
      transform: translateX(10px) rotate(10deg);
    }
    100% {
      transform: translateX(0) rotate(0);
    }
  }
  @keyframes fall {
    0% {
      transform: translateY(-200%);
    }
    60% {
      transform: translateY(0);
    }
    80% {
      transform: translateY(-10%);
    }
    100% {
      transform: translateY(0);
    }
  }
  @keyframes catch {
    to {
      filter: saturate(0.8) brightness(0.8);
    }
  }
  .banner {
    position: relative;
  }
  .banner .banner-img {
    width: 100%;
  }
  .banner .banner-btn {
    position: absolute;
    top: 47%;
    left: 0;
    left: 22%;
    color: var(--white, #fff);
    text-shadow: 0px 3.508px 0px rgba(0, 0, 0, 0.15);
    font-size: 28.824px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 60.722px;
    border: 2.024px solid #000;
    background: #02c27f;
    width: max-content;
    text-decoration: none;
    padding: 26px 53px;
    transition: all 0.3s ease;
  }
  .banner .banner-btn:hover {
    box-shadow: 5.871px 5.871px 0px 0px #fddd25;
  }
  .wrap-title {
    width: 675px;
    margin: 0 auto;
    color: #fc721f;
    text-align: center;
    text-shadow: 0px 4px 0px #1f1902;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    line-height: 130%;
  }
  .wrap-title span {
    color: #23db16;
  }
  .wrap-text {
    width: 704px;
    margin: 14px auto;
    color: #3a1b08;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    /* 27px */
    text-align: center;
  }
  .wrap1 {
    padding: 134px 0 170px;
  }
  .wrap2 {
    background: url(../img/venteprintemps2025/wrap2-bg.webp) no-repeat top center;
    background-size: cover;
    padding: 134px 0 170px;
  }
  .wrap-content {
    position: relative;
    margin-top: 60px;
    border-radius: 24px;
    background: #fdf5ea;
    padding: 28px;
    display: flex;
    align-items: center;
    gap: 30px;
    text-align: center;
  }
  .wrap-content .discount-30 {
    position: absolute;
    animation: shake 2s cubic-bezier(0.36, 0.07, 0.19, 0.97) 1.5s infinite;
    top: -40px;
    right: -30px;
  }
  .wrap-content .wrap-box-title {
    color: #2a2a2a;
    font-size: 28px;
    font-weight: 600;
  }
  .wrap-content .wrap-box-content {
    color: #454545;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
    margin-top: 12px;
  }
  .wrap-content .mini-title {
    color: #313131;
    font-size: 20px;
    font-weight: 600;
    margin-top: 16px;
  }
  .wrap-content .text {
    color: #4d4d4d;
    font-size: 16px;
    font-weight: 400;
    margin-top: 8px;
  }
  .wrap-content .price-box {
    color: #4d4d4d;
    font-size: 16px;
    font-weight: 400;
    margin-top: 8px;
  }
  .wrap-content .price {
    color: #fc721f;
    font-size: 40px;
    font-weight: 700;
  }
  .wrap-content .price-text {
    color: #4a4a4a;
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
  }
  .wrap-content .tips {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    cursor: pointer;
    vertical-align: middle;
    background: url(../img/venteprintemps2025/tips.svg) no-repeat center;
  }
  .wrap-content .tips:hover .tips-pop {
    opacity: 1;
    visibility: visible;
  }
  .wrap-content .tips-pop {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    right: 0;
    top: -40px;
    background: #fff;
    filter: drop-shadow(0px 1px 6.3px rgba(0, 0, 0, 0.15));
    width: max-content;
    padding: 6px 8px;
    border-radius: 5px;
    font-size: 12px;
    color: #474747;
    font-weight: 400;
    line-height: 150%;
    /* 18px */
    opacity: 0;
    transition: all 0.3s ease;
    visibility: hidden;
  }
  .wrap-content .tips-pop::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
  .wrap-content .wrap-box-btn {
    display: block;
    color: var(--white, #fff);
    text-shadow: 0px 1.704px 0px rgba(0, 0, 0, 0.15);
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    background: #02c27f;
    border-radius: 60.722px;
    padding: 12px 20px;
    transition: all 0.3s ease;
    width: max-content;
    margin: 18px auto;
  }
  .wrap-content .wrap-box-btn:hover {
    background: #028c5c;
  }
  .wrap_content {
    display: flex;
    flex-flow: row wrap;
    gap: 24px;
    justify-content: center;
    margin-top: 50px;
  }
  .wrap_content .wrap-content_item {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex: 0 0 380px;
    padding: 42px 19px 30px;
    border-radius: 24px;
    border: 2px solid #3a1b08;
    background: #fdf5ea;
    box-shadow: 0px 4px 0px 0px #3a1b08;
  }
  .wrap_content .icon {
    width: 90px;
    height: 90px;
  }
  .wrap_content .item_discount {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    text-align: center;
    background: linear-gradient(90deg, #9000ff 0%, #4f1eff 100%);
    border-radius: 0 28px 0 28px;
    padding: 5px 17px;
    z-index: 2;
    box-sizing: border-box;
  }
  .wrap_content .item_title {
    flex: 1;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
  }
  .wrap_content .item_title a {
    display: inline-block;
    color: #38260c;
    width: 90%;
  }
  .wrap_content .item_title .item-title_desc {
    bottom: -5px;
    left: 0;
    color: #3a1b08;
    font-weight: 400;
    font-size: 18px;
    white-space: nowrap;
  }
  .wrap_content .item_desc {
    width: 100%;
    font-weight: 400;
    line-height: 1.5;
    color: #3a1b08;
    font-size: 16px;
    margin-top: 16px;
  }
  .wrap_content .item_price {
    margin-top: 5px;
  }
  .wrap_content .item-price_new {
    color: #fc721f;
    font-size: 43px;
    font-style: italic;
    font-weight: 900;
    margin: 15px 0;
  }
  .wrap_content .item-price_new span {
    font-size: 20px;
  }
  .wrap_content .item-price_old {
    color: #999999;
    font-size: 17px;
    margin-bottom: 5px;
  }
  .wrap_content .item_footer {
    width: 100%;
    color: #999999;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    text-align: center;
  }
  .wrap_content .item_include {
    width: 100%;
    margin: 20px 0;
    padding: 25px 20px 10px;
    color: #999999;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    position: relative;
    background: #010619;
    border-radius: 13px;
  }
  .wrap_content .item_include .include_discount {
    font-size: 10px;
    font-weight: 700;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    background: linear-gradient(90deg, #4f1eff 0%, #9000ff 100%);
    border-radius: 12px 0 12px 0;
    padding: 5px 10px;
    z-index: 2;
  }
  .wrap_content .item_include li {
    margin-top: 5px;
    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/venteprintemps2025/black-friday-sale-2024/sprite.png") no-repeat -205px -750px;
    width: 18px;
    height: 18px;
  }
  .wrap3 {
    background: url(../img/venteprintemps2025/wrap3-bg.png) no-repeat center;
    background-position: top;
    background-size: contain;
    padding-bottom: 213px;
  }
  .wrap3 .wrap-title {
    width: 600px;
  }
  .wrap3 .wrap_content {
    gap: 65px;
  }
  .wrap3 img {
    margin-bottom: 20px;
  }
  .wrap3 .wrap-content_item {
    flex: 0 0 100%;
    align-items: center;
    padding: 30px 0;
  }
  .wrap3 .wrap-content_item .item_title {
    flex: unset;
  }
  .wrap3 .wrap-content_item .item_title a {
    width: 100%;
    margin-top: 24px;
  }
  .wrap3 .wrap-content_item .item_desc {
    width: 95%;
    line-height: 1.5;
    margin: 12px 0;
    font-size: 15px;
  }
  .wrap3 .wrap-content_item .item-title_desc {
    font-size: 20px;
    font-weight: 700;
    margin-top: 20px;
  }
  .wrap3 .wrap-content_item .item-title_text {
    color: #4d4d4d;
    font-size: 16px;
    font-weight: 400;
    margin-top: 6px;
  }
  .wrap3 .wrap-content_item .item-price_new {
    font-size: 40px;
    font-style: normal;
    margin: 6px 0 8px;
  }
  .wrap3 .wrap-content_item .item-price_old {
    font-size: 18px;
    color: #4d4d4d;
  }
  .wrap3 .wrap-content_item .month,
  .wrap3 .wrap-content_item .year {
    position: relative;
  }
  .wrap3 .wrap-content_item .blue-discount,
  .wrap3 .wrap-content_item .year-discount,
  .wrap3 .wrap-content_item .month-discount {
    position: absolute;
  }
  .wrap3 .wrap-content_item .month-discount,
  .wrap3 .wrap-content_item .year-discount {
    border-radius: 0 0px 24px 0px;
    background: #f66757;
    font-size: 18px;
    color: #fff;
    width: max-content;
    padding: 2px 20px;
    font-weight: 700;
    top: -30px;
    left: 0;
    line-height: 150%;
  }
  .wrap3 .wrap-content_item .month-discount span,
  .wrap3 .wrap-content_item .year-discount span {
    font-size: 16px;
  }
  .wrap3 .wrap-content_item .year-discount {
    top: -30px;
    right: -4px;
    left: unset;
    border-radius: 0px 24px 0px 24px;
  }
  .wrap3 .wrap-content_item .switch-box {
    display: none;
  }
  .wrap3 .wrap-content_item .item-top {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .wrap3 .wrap-content_item .product-info,
  .wrap3 .wrap-content_item .month,
  .wrap3 .wrap-content_item .year {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 358px;
    text-align: center;
  }
  .wrap3 .wrap-content_item .month {
    border-left: 1px dashed #014a90;
    border-right: 1px dashed #014a90;
  }
  .wrap3 .wrap-content_item .btn-box {
    justify-content: center;
    gap: 12px;
    margin: 8px 0 11px;
  }
  .wrap3 .wrap-content_item .btn-box .btn {
    flex: 0 0 144px;
    gap: 10px;
    padding: 12px 17px;
    background-color: #02c27f;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.3s ease;
    border-radius: 60.722px;
  }
  .wrap3 .wrap-content_item .btn-box .btn:hover {
    background-color: #028c5c;
  }
  .wrap3 .wrap-content_item:nth-child(1) .item_desc,
  .wrap3 .wrap-content_item:nth-child(8) .item_desc,
  .wrap3 .wrap-content_item:nth-child(3) .item_desc {
    width: 80%;
  }
  .wrap4 {
    padding: 134px 0 170px;
    background: url(../img/venteprintemps2025/wrap4-bg.png) no-repeat center;
    background-size: cover;
  }
  .wrap4 .item {
    display: none;
    position: relative;
  }
  .wrap4 .discount {
    position: absolute;
    top: -90px;
    right: -75px;
    animation: shake 2s cubic-bezier(0.36, 0.07, 0.19, 0.97) 1s infinite;
  }
  .wrap4 .item.active {
    display: block;
  }
  .wrap4 .img-box img {
    display: none;
  }
  .wrap4 .img-box img.active {
    display: block;
  }
  .wrap4 .wrap4-content {
    display: flex;
    position: relative;
    margin-top: 60px;
  }
  .wrap4 .wrap4-content .eye {
    position: absolute;
    top: -32px;
    left: 0;
    width: 90px;
    height: auto;
  }
  .wrap4 .left {
    display: flex;
    gap: 40px;
    align-items: center;
    border-radius: 24px;
    background: #fff;
    padding: 25px 40px 25px 30px;
  }
  .wrap4 .left-title {
    display: flex;
    gap: 20px;
    flex-direction: column;
  }
  .wrap4 .left-title-item {
    border-radius: 4px;
    background: #5ca157;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 0;
    width: 220px;
    text-align: center;
    cursor: pointer;
    border: 1px solid transparent;
    transition: all 0.3s ease;
  }
  .wrap4 .left-title-item:hover {
    border: 1px solid #9eff96;
    background: #48b540;
  }
  .wrap4 .left-title-item.active {
    border: 1px solid #9eff96;
    background: #48b540;
  }
  .wrap4 .right {
    border-radius: 24px;
    background: #fdf5ea;
    padding: 50px 36px;
    text-align: center;
    width: 433px;
  }
  .wrap4 .wrap-box-title {
    color: #2a2a2a;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 25px;
  }
  .wrap4 .price {
    color: #4d4d4d;
    margin-top: 16px;
  }
  .wrap4 .price span {
    color: #fc721f;
    font-size: 40px;
    font-weight: 700;
    margin-right: 5px;
  }
  .wrap4 .text {
    color: #18940f;
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
  }
  .wrap4 .btn-box {
    margin-top: 18px;
  }
  .wrap4 .btn-box .btn {
    color: var(--white, #fff);
    text-shadow: 0px 1.704px 0px rgba(0, 0, 0, 0.15);
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    background: #02c27f;
    border-radius: 60.722px;
    padding: 12px 20px;
    transition: all 0.3s ease;
    width: max-content;
    margin: 18px auto 0;
  }
  .wrap4 .btn-box .btn:hover {
    background: #028c5c;
  }
  @media (max-width: 768px) {
    .pc {
      display: none;
    }
    .mb {
      display: block;
    }
    .banner .banner-btn {
      top: 40%;
      left: 17px;
      font-size: 17px;
      padding: 12px 20px;
    }
    .wrap-title {
      font-size: 20px;
      -webkit-text-stroke-width: 0.5px;
      text-shadow: 0px 3px 0px #1f1902;
      width: 100%;
    }
    .wrap-text {
      width: 100%;
      font-size: 14px;
    }
    .wrap1 {
      padding: 60px 0 80px;
    }
    .wrap2 {
      padding: 84px 0 100px;
      background: url(../img/venteprintemps2025/wrap2-bg-mb.png) no-repeat top center;
      background-size: cover;
    }
    .wrap-content {
      padding: 12px;
      border-radius: 14px;
      flex-wrap: wrap;
    }
    .wrap-content .discount-30 {
      top: -31px;
      right: -10px;
      width: 90px;
    }
    .wrap-content .wrap-content-img img {
      width: 100%;
    }
    .wrap-content .wrap-box-title {
      font-size: 20px;
    }
    .wrap-content .wrap-box-content {
      font-size: 16px;
    }
    .wrap-content .mini-title {
      font-size: 20px;
    }
    .wrap3 {
      background: unset;
      padding-bottom: 70px;
    }
    .wrap3 img {
      width: 50px;
      height: 50px;
      margin-bottom: 8px;
    }
    .wrap3 .wrap-title {
      width: 100%;
    }
    .wrap3 .wrap-text {
      width: 100%;
      font-size: 14px;
    }
    .wrap3 .wrap_content {
      gap: 30px;
      margin-top: 24px;
    }
    .wrap3 .switch-box {
      border-radius: 69px;
      background: #feb;
    }
    .wrap3 .wrap-content_item {
      flex-direction: column;
      width: 100%;
      padding: 20px 20px;
    }
    .wrap3 .wrap-content_item .switch-box {
      display: flex;
      width: max-content;
      font-size: 12px;
      color: #7b4906;
      padding: 3px 4px;
      margin-bottom: 11px;
    }
    .wrap3 .wrap-content_item .switch-box .switch-box_item {
      padding: 2.5px 6px;
      border-radius: 69px;
    }
    .wrap3 .wrap-content_item .switch-box .active {
      background: #fac102;
    }
    .wrap3 .wrap-content_item .item-title_desc {
      display: none;
    }
    .wrap3 .wrap-content_item .month,
    .wrap3 .wrap-content_item .year,
    .wrap3 .wrap-content_item .product-info {
      width: 100%;
    }
    .wrap3 .wrap-content_item .item_desc {
      width: 100%;
    }
    .wrap3 .wrap-content_item .product-info {
      width: 100%;
    }
    .wrap3 .wrap-content_item .month {
      border: unset;
    }
    .wrap3 .wrap-content_item .year {
      display: none;
    }
    .wrap3 .wrap-content_item .month-discount,
    .wrap3 .wrap-content_item .year-discount {
      top: 0;
      left: unset;
      right: 0;
      border-radius: 0px 24px 0px 24px;
    }
    .wrap3 .wrap-content_item .blue-discount {
      top: 0;
    }
    .wrap3 .wrap-content_item .month,
    .wrap3 .wrap-content_item .year {
      position: unset;
    }
    .wrap3 .wrap-content_item .icon {
      transform: scale(0.7);
      margin: 0 -10px;
    }
    .wrap3 .wrap-content_item .item_title {
      margin-top: 0;
      font-size: 18px;
    }
    .wrap4 {
      background-image: url(../img/venteprintemps2025/wrap4-bg-mb.png);
      background-size: contain;
      padding: 60px 0 0;
      margin-bottom: 100px;
    }
    .wrap4 .item {
      position: unset;
    }
    .wrap4 .discount {
      top: 180px;
      right: 0px;
      width: 85px;
    }
    .wrap4 .left-title {
      gap: 12px;
    }
    .wrap4 .wrap4-content {
      flex-direction: column;
      align-items: center;
      border-radius: 14px;
      background: #fdf5ea;
      padding: 30px 0;
    }
    .wrap4 .wrap4-content .eye {
      width: 60px;
    }
    .wrap4 .left {
      flex-direction: column;
      background: unset;
      border-radius: 0;
      padding: 0 15px;
      gap: 30px;
    }
    .wrap4 .right {
      width: 100%;
      background: unset;
      border-radius: 0;
      padding: 0 15px;
    }
    .wrap4 .wrap-box-title {
      font-size: 24px;
      margin: 14px 0;
    }
  }
  