.swiper-button-next, .swiper-container-rtl .swiper-button-prev,.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
  background-image: unset;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.akimtsuri {
    background: #000;
  }
  .mb-style {
    display: none;
  }
  .container {
    max-width: 1080px;
    padding: 0;
    width: 100%;
  }
  .work {
    position: relative;
  }
  .work::before {
    content: "";
    background: url("../img/blackfriday-sale-2025/wrap-icon1.png") no-repeat center / cover;
    position: absolute;
    top: 10%;
    left: 0;
    width: 306px;
    height: 397px;
  }
  .work::after {
    content: "";
    background: url("../img/blackfriday-sale-2025/wrap-icon2.png") no-repeat center / cover;
    position: absolute;
    bottom: 15%;
    right: 0;
    width: 306px;
    height: 397px;
  }
  .banner {
    position: relative;
  }
  .banner img {
    width: 100%;
  }
  .banner .banner-btn {
    position: absolute;
    left: 50%;
    bottom: 14%;
    transform: translate(-50%, 0);
    display: block;
    width: max-content;
    margin: 0 auto;
    padding: 14px 64px;
    color: #000;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    line-height: normal;
    border-radius: 64px;
    background: linear-gradient(169deg, #fbd472 32.87%, #fabb43 74.49%), #fbd472;
    box-shadow: 0 4.404px 17.287px rgba(0, 0, 0, 0.56);
    transition: all 0.4s;
  }
  .banner .banner-btn:hover {
    background: linear-gradient(169deg, #f2c146 32.87%, #e59c12 74.49%);
    transform: translate(-50%, -8px);
  }
  .content-box {
    margin: 0 auto;
  }
  .wrap-title {
    font-size: 46px;
    /* 2.4vw * 1920 / 100 */
    text-align: center;
    background: linear-gradient(180deg, #fbd472 0%, #fabb43 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    margin-top: 68px;
    /* 4.69vw * 1920 / 100 */
    margin-bottom: 30px;
    /* 1.56vw * 1920 / 100 */
    letter-spacing: 0.46px;
  }
  .wrap-title::after,
  .wrap-title::before {
    margin: 0 12px;
    /* 0.26vw * 1920 / 100 */
  }
  .wrap-title::after {
    content: "";
    display: inline-block;
    width: 62px;
    height: 62px;
    background: url(../img/blackfriday-sale-2025/hand2.svg) no-repeat center / contain;
    vertical-align: middle;
  }
  .wrap-title::before {
    content: "";
    display: inline-block;
    width: 62px;
    height: 62px;
    background: url(../img/blackfriday-sale-2025/hand1.svg) no-repeat center / contain;
    vertical-align: middle;
  }
  .switch-system {
    position: absolute;
    top: 0;
    right: 0;
    color: #3a1b08;
    font-size: 16px;
    /* 0.83vw * 1920 / 100 */
    cursor: pointer;
    text-decoration: underline;
  }
  .switch-system:after {
    content: ">>";
    display: inline-block;
    text-decoration: underline;
  }
  .switch-system:hover:after {
    transform: translateX(5px);
    transition: all 0.3s;
  }
  .tabs {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 44px;
    /* 2.29vw * 1920 / 100 */
    border: 3px solid #f5ab2c;
    border-radius: 17px;
    /* 0.89vw * 1920 / 100 */
    background: #fdf7ea;
    padding: 33px 47px 39px;
    /* 1.72vw 2.45vw 2.03vw * 1920 / 100 */
    width: max-content;
    margin: 0 auto 40px;
    /* 2.08vw * 1920 / 100 */
  }
  .tabs::before,
  .tabs::after {
    content: "";
    position: absolute;
    z-index: 2;
    display: inline-block;
    top: 80%;
    width: 23px;
    /* 1.2vw * 1920 / 100 */
    height: 110px;
    /* 5.73vw * 1920 / 100 */
    background: url(../img/blackfriday-sale-2025/line3.png) no-repeat;
    background-size: contain;
  }
  .tabs::before {
    left: 20%;
  }
  .tabs::after {
    right: 20%;
  }
  .tabs .tab-item {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 9px;
    border: 0.828px solid rgba(242, 114, 52, 0.64);
    background: #fff;
    padding: 11px 16px;
    /* 0.57vw 0.83vw * 1920 / 100 */
    gap: 6px;
    /* 0.31vw * 1920 / 100 */
    color: #323232;
    cursor: pointer;
    font-size: 20px;
    /* 1.04vw * 1920 / 100 */
    transition: all 0.3s;
  }
  .tabs .tab-item.active {
    border: 1px solid #f27234;
    background: #fbe8be;
  }
  .min-text {
    font-size: 14px;
  }
  .package-box .item-slide .slide-price_big.min-price {
    font-size: 33px;
  }
  .package-box {
    position: relative;
    z-index: 1;
    background: #fdf7ea;
    border-radius: 42px;
    padding: 30px 40px 70px;
    /* 3.02vw * 1920 / 100 */
    margin-top: 120px;
    flex: 1;
  }
  .package-box .package-top {
    margin-left: 40px;
  }
  .package-box .item-desc {
    max-width: 786px;
    margin: 0 auto;
    color: #3a1b08;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    /* 30px */
  }
  .package-box .item-list {
    display: flex;
    justify-content: center;
    align-items: end;
    column-gap: 26px;
    /* 1.354vw * 1920 / 100 */
    margin-top: 76px;
  }
  .package-box .item-slide {
    position: relative;
    width: 310px;
    /* 16.14vw * 1920 / 100 */
    padding: 30px 0 24px;
    /* 1.56vw 1.25vw * 1920 / 100 */
    border-radius: 16px;
    text-align: center;
    background: #fff;
  }
  .package-box .item-slide .slide-tit {
    color: #000;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
  }
  .package-box .item-slide.slide-center {
    border: 3px solid #e50c0c;
  }
  .package-box .item-slide .slide-off {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    margin-bottom: 14px;
  }
  .package-box .item-slide .slide-off p {
    color: #000;
    text-align: center;
    text-shadow: 0 4.854px 4.854px rgba(0, 0, 0, 0.25);
    font-family: Rubik;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 30px */
  }
  .package-box .item-slide .slide-off span {
    color: #f00;
  }
  .package-box .item-slide .slide-off .through {
    font-weight: 600;
    text-decoration: line-through;
  }
  .package-box .item-slide .slide-price {
    position: relative;
    color: #000;
    font-size: 20px;
    /* 1.35vw * 1920 / 100 */
    font-weight: 700;
    margin: 16px 0 6px;
    /* 0.83vw 0.62vw * 1920 / 100 */
    text-shadow: -1px -1px 0 #fdf8d0, 1px -1px 0 #fdf8d0, -1px 1px 0 #fdf8d0, 1px 1px 0 #fdf8d0, -1.5px -1.5px 0 #eddc98, 1.5px -1.5px 0 #eddc98, -1.5px 1.5px 0 #eddc98, 1.5px 1.5px 0 #eddc98, -1.5px 0 0 #eddc98, 1.5px 0 0 #eddc98, 0 -1.5px 0 #eddc98, 0 1.5px 0 #eddc98, -2px -2px 0 #d7bf55, 2px -2px 0 #d7bf55, -2px 2px 0 #d7bf55, 2px 2px 0 #d7bf55, -2px 0 0 #d7bf55, 2px 0 0 #d7bf55, 0 -2px 0 #d7bf55, 0 2px 0 #d7bf55, 0 0 8px rgba(253, 248, 208, 0.4), 0 0 15px rgba(215, 191, 85, 0.2);
  }
  .package-box .item-slide .slide-price_big {
    position: relative;
    color: #e50c0c;
    font-size: 45px;
    /* 2.3vw * 1920 / 100 */
    font-weight: 700;
    text-shadow: -1px -1px 0 #fdf8d0, 1px -1px 0 #fdf8d0, -1px 1px 0 #fdf8d0, 1px 1px 0 #fdf8d0, -2px -2px 0 #eddc98, 2px -2px 0 #eddc98, -2px 2px 0 #eddc98, 2px 2px 0 #eddc98, -2px 0 0 #eddc98, 2px 0 0 #eddc98, 0 -2px 0 #eddc98, 0 2px 0 #eddc98, -3px -3px 0 #d7bf55, 3px -3px 0 #d7bf55, -3px 3px 0 #d7bf55, 3px 3px 0 #d7bf55, -3px 0 0 #d7bf55, 3px 0 0 #d7bf55, 0 -3px 0 #d7bf55, 0 3px 0 #d7bf55, 0 0 10px rgba(253, 248, 208, 0.5), 0 0 20px rgba(215, 191, 85, 0.3);
  }
  .package-box .item-slide .slide-price .through {
    text-decoration: line-through;
  }
  .package-box .item-slide .slide-sale {
    color: #3f3f3f;
    font-size: 16px;
    /* 0.83vw * 1920 / 100 */
    margin-bottom: 18px;
    /* 1.14vw * 1920 / 100 */
    margin-top: 12px;
  }
  .package-box .item-slide .slide-sale .color {
    color: #c30000;
  }
  .package-box .item-slide .slide-sale .through {
    text-decoration: line-through;
  }
  .package-box .item-slide .slide-update {
    color: #4d4d4d;
    text-align: center;
    font-size: 14px;
    /* 0.72vw * 1920 / 100 */
    margin: 18px 0 12px;
    /* 1.45vw 0.62vw * 1920 / 100 */
    font-weight: 400;
    line-height: normal;
  }
  .package-box .item-slide .slide-tip {
    color: #3a3a3a;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
  }
  .package-box .package-item {
    position: relative;
    margin-top: 26px;
  }
  .package-box .package-item:nth-child(n + 2) {
    margin-top: 80px;
    /* 4.17vw * 1920 / 100 */
  }
  .package-box .switch-system {
    margin-top: 22px;
    position: static;
    text-align: center;
  }
  .btn {
    position: relative;
    z-index: 1;
    color: #fff;
    display: block;
    font-size: 20px;
    /* 1.04vw * 1920 / 100 */
    border-radius: 8px;
    padding: 12px 0;
    transition: all 0.2s;
    width: 236px;
    /* 12.29vw * 1920 / 100 */
    box-sizing: border-box;
    margin: 20px auto 0;
  }
  .btn::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #f13b29 0%, #e72f32 100%);
    border-radius: 8px;
    transition: all 0.2s;
  }
  .btn::after {
    content: "";
    position: absolute;
    color: #fff;
    z-index: -2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    border-radius: 8px;
    background: linear-gradient(180deg, #d7bf55 0%, #f4e359 100%);
  }
  .btn:hover::before {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%), linear-gradient(180deg, #f13b29 0%, #e72f32 100%);
  }
  .slide-os {
    color: #999;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
  }
  .pop-btn {
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%, -40px);
    border-radius: 66px;
    background: #c30000;
    font-size: 22px;
    font-weight: 600;
    line-height: normal;
    padding: 14px 46px;
    box-shadow: 0 4.593px 18.028px rgba(0, 0, 0, 0.56);
    cursor: pointer;
    color: #fff;
    transition: all 0.3s;
  }
  .pop-btn:hover {
    transform: translate(-50%, -50px);
  }
  .pop {
    position: fixed;
    background: rgba(0, 0, 0, 0.61);
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    top: 0;
    left: 0;
    z-index: 999999;
  }
  .pop .pop-cont {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .pop .pop-cont .btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 300px;
    /* 15.63vw * 1920 / 100 */
    padding: 15px 0;
    /* 0.78vw * 1920 / 100 */
    transform: translate(-50%, -50px);
  }
  .pop .pop-tit {
    position: absolute;
    top: -54px;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
    padding: 12px 16px;
    width: max-content;
    max-width: 662px;
    border-radius: 100px;
    color: #fff;
    font-size: 26px;
    /* 1.35vw * 1920 / 100 */
    font-weight: 600;
    line-height: 150%;
    background: linear-gradient(0deg, #76381f 0%, #76381f 100%), #fee3ce;
  }
  .pop .pop-text {
    color: #431e1e;
    text-align: center;
    font-size: 18px;
    /* 0.93vw * 1920 / 100 */
    font-weight: 600;
    line-height: 150%;
  }
  .pop .pop-scroll {
    height: 442px;
    /* 23vw * 1920 / 100 */
    overflow: auto;
    border-radius: 18px;
    background: #5d3535;
    padding: 16px;
    margin: 20px 0;
  }
  .pop .pop-scroll img {
    width: 883px;
    /* 46vw * 1920 / 100 */
  }
  .pop .pop-scroll::-webkit-scrollbar {
    width: 4px;
    margin-right: 3px;
  }
  .pop .pop-scroll::-webkit-scrollbar-track {
    background: transparent;
  }
  .pop .pop-scroll::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background: #e7e7e7;
  }
  .line {
    margin-top: 80px;
  }
  .wrap-product .package-box {
    margin-top: 44px;
  }
  .wrap-product .item-info {
    display: flex;
    align-items: center;
    column-gap: 30px;
    margin-bottom: 86px;
  }
  .wrap-product .item-info .item-icon {
    width: 120px;
    height: 120px;
  }
  .wrap-product .item-info .item-title {
    color: #191919;
    font-size: 28px;
    font-weight: 700;
    line-height: 150%;
  }
  .wrap-product .item-info .item-desc {
    max-width: 100%;
    color: #3a1b08;
    font-family: Aileron;
    font-size: 18px;
    line-height: 150%;
    text-align: left;
  }
  .wrap-product .switch-system {
    position: absolute;
    margin-top: 18px;
  }
  .wrap1 {
    margin-top: 100px;
    padding: 0 0 120px;
    background: url("../img/blackfriday-sale-2025/wrap1-bg.webp") no-repeat center / cover;
  }
  .wrap1 .container {
    text-align: center;
  }
  .wrap1 .wrap-swiper {
    position: relative;
    overflow: hidden;
  }
  .wrap1 .wrap-swiper .slide-tit {
    color: #fff;
    font-family: Rubik;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.32px;
  }
  .wrap1 .swiper-btn {
    display: block;
    width: fit-content;
    margin: 0 auto;
    padding: 12px 44px;
    margin-top: 24px;
    border-radius: 58px;
    background: linear-gradient(169deg, #fbd472 32.87%, #fabb43 74.49%), #fbd472;
    color: #000;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    transition: all 0.4s;
  }
  .wrap1 .swiper-btn:hover {
    background: linear-gradient(169deg, #f2c146 32.87%, #e59c12 74.49%);
    transform: translateY(-8px);
  }
  .wrap1 .swiper-button-prev,
  .wrap1 .swiper-button-next {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 2px solid #fff;
  }
  .wrap1 .swiper-button-prev::after,
  .wrap1 .swiper-button-next::after {
    font-size: 18px;
    font-weight: 800;
    color: #fff;
  }
  .wrap1 .swiper-button-prev:hover,
  .wrap1 .swiper-button-next:hover {
    border-color: #ffc44a;
  }
  .wrap1 .swiper-button-prev:hover::after,
  .wrap1 .swiper-button-next:hover::after {
    color: #ffc44a;
  }
  .package-box.package-first .package-item {
    margin-top: 28px;
  }
  .package-box .item-slide .slide-off .color {
    color: #f00;
    font-size: 14px;
  }
  .package-box .item-slide .slide-off .green {
    color: #f00;
    font-size: 14px;
  }
  @media (max-width: 1200px) {
    .container {
      padding: 0 15px;
    }
    .tabs {
      width: 100%;
      gap: 30px;
      padding: 30px 20px 34px;
    }
    .wrap1 .swiper-slide img {
      width: 80%;
    }
    .package-first.container {
      margin: 120px 15px 0;
      width: auto;
      padding: 30px 40px 70px;
    }
  }
  @media (max-width: 996px) {
    .package-box .package-item.package-item2::before,
    .package-box .package-item.package-item3::before,
    .package-box .package-item.package-item4::before,
    .package-box .package-item.package-item5::before {
      content: none;
    }
    .package-box .package-top {
      width: 100%;
      margin: 0;
    }
    .package-box .item-list {
      flex-direction: column;
      align-items: center;
      row-gap: 84px;
    }
    .tabs {
      gap: 20px;
      padding: 30px 10px 34px;
    }
    .tabs .tab-item {
      font-size: 16px;
      padding: 10px 4px;
      gap: 6px;
    }
    .wrap-title {
      font-size: 32px;
    }
    .switch-system {
      top: 150px;
    }
  }
  @media (max-width: 768px) {
    .banner .banner-btn {
      font-size: 16px;
      padding: 6px 32px;
      bottom: 35%;
    }
    .pop-btn {
      font-size: 18px;
      padding: 10px 40px;
      width: max-content;
      font-weight: 400;
      bottom: 30px;
    }
    .mb-style {
      display: block;
    }
    .pc-style {
      display: none;
    }
    .switch-system {
      left: 20px;
      top: 100px;
      font-size: 14px;
    }
    .content-box {
      width: 100%;
    }
    .wrap-title {
      font-size: 17px;
      margin-top: 60px;
    }
    .wrap-title::after,
    .wrap-title::before {
      width: 24px;
      height: 24px;
      margin: 0 4px;
    }
    .select-box {
      margin-bottom: 30px;
      position: relative;
    }
    .select-box.active .select-list {
      max-height: 500px;
      visibility: visible;
      opacity: 1;
    }
    .select-box.active .select-value-arrow {
      transform: rotate(180deg);
    }
    .select-box .select-value {
      display: flex;
      align-items: center;
      justify-content: space-between;
      border-radius: 4px;
      border: 1px solid #dfdfdf;
      background: #fff;
      padding: 10px 20px;
    }
    .select-box .select-value-arrow {
      transition: all 0.3s;
    }
    .select-box .select-value-logo {
      width: 24px;
      margin-right: 10px;
    }
    .select-box .select-list {
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      z-index: 2;
      border: 1px solid #dfdfdf;
      background: #fff;
      border-radius: 4px;
      padding: 5px;
      max-height: 0;
      visibility: hidden;
      opacity: 0;
      transition: all 0.3s;
    }
    .select-box .select-item {
      display: flex;
      align-items: center;
      column-gap: 10px;
      padding: 10px 16px;
      border-radius: 4px;
      cursor: pointer;
      transition: all 0.3s;
    }
    .select-box .select-item .select-logo {
      width: 24px;
    }
    .select-box .select-item.active {
      background: #eeeeee;
    }
    .package-box {
      display: flex;
      flex-direction: column;
      background: none;
      border: 0;
      border-radius: 0;
      padding: 0;
    }
    .package-box .package-top {
      width: 340px;
      height: auto;
      margin: 0 auto;
    }
    .package-box .package-item {
      border-radius: 20px;
      border: 0;
      background: #fdf7ea;
      padding: 20px 0;
      margin-bottom: 0;
      order: 3;
    }
    .package-box .package-item:first-child {
      order: 2;
    }
    .package-box .package-item:nth-child(2) {
      order: 1;
    }
    .package-box .package-item:nth-child(n + 2) {
      border: 2px solid #a0f;
      margin: 0 0 40px;
      padding-top: 20px;
    }
    .package-box .item-list {
      flex-direction: column;
      padding: 0;
      align-items: center;
      row-gap: 24px;
      padding: 0 10px;
    }
    .package-box .item-slide {
      width: 100%;
      padding: 32px 0;
    }
    .package-box .item-slide .slide-tit {
      font-size: 20px;
    }
    .package-box .item-slide .slide-price {
      font-size: 20px;
      margin: 16px 0 6px;
    }
    .package-box .item-slide .slide-price_big {
      font-size: 44px;
    }
    .package-box .item-slide .slide-sale {
      font-size: 16px;
      margin-bottom: 22px;
    }
    .package-box .item-slide .slide-off {
      margin-bottom: 16px;
    }
    .package-box .item-slide .slide-off span {
      font-size: 20px;
    }
    .package-box .item-slide .slide-update {
      font-size: 14px;
    }
    .package-box .item-slide.slide-center {
      order: 1;
      margin-top: 60px;
      border: 0;
    }
    .package-box .item-slide:first-child {
      order: 3;
    }
    .package-box .item-slide:nth-child(2) {
      order: 2;
    }
    .package-box .item-info {
      position: relative;
      column-gap: 18px;
      margin-bottom: 180px;
      align-items: center;
      padding: 0 20px;
    }
    .package-box .item-info .item-icon {
      width: 70px;
      height: 70px;
    }
    .package-box .item-info .item-title {
      font-size: 20px;
    }
    .package-box .item-info .item-desc {
      font-size: 14px;
      position: absolute;
      left: 0;
      margin-top: 56px;
      padding: 0 20px;
      width: auto;
    }
    .package-box.package-first .package-item {
      border: 0;
      margin: 0;
      padding-top: 0;
      background: none;
      border-radius: 0;
      padding: 0;
    }
    .package-box.package-first .item-desc {
      font-size: 14px;
      color: #fff;
      margin-top: 24px;
      padding: 0 15px;
    }
    .package-box.package-first .item-list {
      margin-top: 42px;
      row-gap: 30px;
    }
    .package-box.package-first .item-slide {
      max-width: 310px;
    }
    .package-box.package-first .item-slide .slide-sale {
      margin-bottom: 18px;
    }
    .package-box.package-first .switch-system {
      color: #fff;
      font-size: 16px;
      margin-bottom: 80px;
    }
    .package-box.package-first .slide-off p {
      color: #fff;
    }
    .package-box.package-first .slide-off span {
      font-size: 20px;
    }
    .package-box.package-first .slide-center {
      border: 0;
    }
    .package-first.container {
      margin: 46px 0 0;
      padding: 0;
      width: 100%;
    }
    .btn-box .btn {
      width: 236px;
      font-size: 20px;
    }
    .pop .pop-cont {
      padding: 0 10px;
      width: 100%;
    }
    .pop .pop-cont img {
      width: 100%;
    }
    .pop .pop-cont .btn {
      width: fit-content;
      padding: 4px 10px;
      transform: translate(-50%, -14px);
      font-size: 12px;
    }
    .pop.pop-mb .pop-cont {
      width: 95%;
      padding: 48px 8px 20px;
    }
    .pop.pop-mb .pop-scroll {
      height: 460px;
      padding: 8px;
    }
    .pop.pop-mb .pop-tit {
      width: 100%;
      font-size: 14px;
      top: -30px;
    }
    .pop.pop-mb .pop-text {
      font-size: 12px;
    }
    .pop.pop-mb .pop-scroll {
      margin: 8px 0 22px;
    }
    .pop.pop-mb .pop-cont .btn {
      font-size: 18px;
      transform: translate(0);
    }
    .pop.pop1 .pop-cont {
      text-align: center;
    }
    .pop.pop1 .pop-cont img {
      width: auto;
      height: 90vh;
    }
    .pop.pop1 .pop-cont .btn {
      padding: 10px 22px;
      width: max-content;
      font-size: 18px;
      transform: translate(-50%, -30px);
    }
    .work::before,
    .work::after {
      content: none;
    }
    .wrap-product .package-box {
      margin-top: 34px;
    }
    .wrap-product .package-item {
      margin-top: 0;
    }
    .wrap-product .switch-system {
      left: 0;
      top: 92px;
      text-align: left;
      padding: 0 20px;
    }
    .line {
      margin-top: 50px;
      object-fit: cover;
      object-position: 70% center;
      overflow: hidden;
      height: 50px;
    }
    .wrap1 {
      margin-top: 70px;
      padding: 0px 0 100px;
      background: none;
    }
    .wrap1 .wrap-swiper {
      padding-bottom: 30px;
    }
    .wrap1 .swiper-slide img {
      width: 100%;
    }
    .wrap1 .swiper-slide .slide-tit {
      font-size: 20px;
    }
    .wrap1 .slide-desc {
      color: #fff;
      margin: 24px auto 16px;
      text-align: center;
      font-family: Rubik;
      font-size: 12px;
      font-style: normal;
      font-weight: 500;
      line-height: 165%;
      /* 19.8px */
    }
    .wrap1 .slide-desc::before {
      content: "";
      display: block;
      width: 15px;
      height: 17px;
      margin: 0 auto 6px;
      background: url("../img/blackfriday-sale-2025/wrap1-icon.png") no-repeat center / cover;
    }
    .wrap1 .swiper-pagination-bullet {
      opacity: 1;
      background: rgba(255, 255, 255, 0.35);
    }
    .wrap1 .swiper-pagination-bullet-active {
      background: #facc63;
    }
    .wrap1 .swiper-btn {
      font-size: 12px;
      padding: 8px 30px;
      margin-top: 18px;
    }
  }
  