* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  .container {
    max-width: 1080px;
    padding: 0;
    width: 100%;
  }
  .price-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
  }
  .mb-style {
    display: none;
  }
  .pc-style {
    display: block;
  }
  .banner {
    text-align: center;
    position: relative;
  }
  .banner .banner-img {
    width: 100%;
  }
  .banner .check-box {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    top: 47%;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
    z-index: 2;
  }
  .banner .check-img {
    width: 100%;
    height: 100%;
    z-index: 0;
  }
  .banner .check-text-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 9% 10% 0 8%;
  }
  .banner .check-text {
    opacity: 0;
    width: 14%;
    height: 30%;
    background: #fff;
    cursor: pointer;
    z-index: 1;
  }
  .banner .check-text:nth-child(1),
  .banner .check-text:nth-child(2) {
    width: 15%;
  }
  .banner .buy-link {
    position: absolute;
    max-width: 20%;
    bottom: 14%;
    top: 74%;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: max-content;
    transition: all 0.3s;
  }
  .banner .buy-link img {
    width: 100%;
  }
  .banner .buy-link:hover {
    transform: translateY(-10px) translateX(-50%);
  }
  .check-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 98;
  }
  .check-popup .check-popup-content {
    position: absolute;
    width: 80vh;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
  }
  .check-popup .check-swiper {
    padding-bottom: 40px;
  }
  .check-popup .check-swiper .swiper-pagination-bullet-active,
  .check-popup .check-swiper .swiper-pagination-bullet {
    background: #fff;
  }
  .check-popup .check-swiper img {
    width: 100%;
  }
  .check-popup .check-popup-title {
    font-size: 42px;
    line-height: 150%;
    text-align: center;
    margin-top: 20px;
    color: #fff;
  }
  .wrap1 {
    background: url(../img/christmas-2025/wrap1-bg.webp) no-repeat center center / cover;
    padding: 70px 0 140px;
  }
  .wrap1 .aio-img {
    position: relative;
  }
  .wrap1 .aio-img .mini-icon {
    position: absolute;
    top: -44px;
    left: -28px;
    width: 80px;
  }
  .wrap1 .bottom-box {
    width: 380px;
    flex-shrink: 0;
  }
  .wrap1 .wrap-aio-bottom {
    display: flex;
    gap: 20px;
  }
  .wrap1 .wrap-aio {
    border-radius: 43px;
    border: 8px solid #ECC055;
    background: url(../img/christmas-2025/item-bg.png) no-repeat center center / cover;
    padding: 90px 60px;
  }
  .wrap1 .wrap-aio .wrap-aio-top {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 40px;
  }
  .wrap1 .wrap-aio .wrap-aio-top .top-info-title {
    font-size: 42px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 22px;
  }
  .wrap1 .wrap-aio .wrap-aio-top .top-info-desc {
    font-size: 20px;
    line-height: 1.5;
    color: #fff;
  }
  .wrap1 .wrap-aio .wrap-aio-bottom {
    display: flex;
    gap: 70px;
    align-items: center;
  }
  .wrap1 .wrap-aio .wrap-aio-bottom .bottom-left,
  .wrap1 .wrap-aio .wrap-aio-bottom .bottom-right {
    flex: 1;
    min-width: 300px;
  }
  .wrap1 .wrap-aio .wrap-aio-bottom .bottom-right {
    margin-top: 18px;
  }
  .wrap1 .wrap-aio .wrap-aio-bottom .bottom-left-item.show {
    display: block;
  }
  .wrap1 .wrap-aio .wrap-aio-bottom .bottom-left-item {
    display: none;
  }
  .wrap1 .wrap-aio .wrap-aio-bottom .bottom-left-item,
  .wrap1 .wrap-aio .wrap-aio-bottom .bottom-right-item {
    background: #FFF2DC;
    border-radius: 12px;
    padding: 24px;
  }
  .wrap1 .wrap-aio .wrap-aio-bottom .left-title,
  .wrap1 .wrap-aio .wrap-aio-bottom .right-title {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
  }
  .product-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .product-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
    font-size: 12px;
  }
  .product-item:last-child {
    margin-bottom: 0;
  }
  .product-icon {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    object-fit: contain;
  }
  .product-name {
    flex: 1;
    color: #232323;
  }
  .product-price {
    font-weight: 600;
    font-size: 14px;
    color: rgba(67, 71, 79, 0.66);
    text-align: right;
    min-width: 80px;
    text-decoration: line-through;
  }
  .service-list {
    list-style: none;
  }
  .service-item {
    font-size: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
  }
  .service-item:last-child {
    margin-bottom: 0;
  }
  .service-name {
    color: #000;
  }
  .service-desc {
    color: rgba(255, 128, 10, 0.66);
    font-weight: 500;
  }
  .price-carousel-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
    width: 430px;
  }
  .price-carousel-wrapper .price-carousel {
    overflow: hidden;
    padding: 40px 10px 0;
  }
  .price-carousel-wrapper .price-carousel .swiper-slide {
    display: flex;
    width: 430px;
    flex-direction: column;
    align-items: center;
  }
  .price-carousel-wrapper .price-carousel-nav {
    position: absolute;
    top: 37%;
    transform: translateY(-50%);
    width: 50px;
    height: 200px;
    border-radius: 54px;
    border: 1px solid #000;
    background: #FBD06B;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    transition: all 0.3s;
    text-orientation: upright;
    z-index: 10;
    text-align: center;
  }
  .price-carousel-wrapper .price-carousel-nav .text {
    writing-mode: vertical-rl;
    margin: 0 auto;
  }
  .price-carousel-wrapper .price-carousel-nav .off {
    font-size: 14px;
    color: #FF0A0A;
    font-weight: 500;
    margin-top: 2px;
  }
  .price-carousel-wrapper .price-carousel-nav:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), #FBD06B;
  }
  .price-carousel-wrapper .price-carousel-nav .nav-icon {
    font-size: 24px;
    font-weight: bold;
    color: #232323;
  }
  .price-carousel-wrapper .price-carousel-nav .nav-text {
    font-size: 14px;
    color: #232323;
    font-weight: 500;
  }
  .price-carousel-wrapper .price-carousel-nav-left {
    left: -30px;
  }
  .price-carousel-wrapper .price-carousel-nav-right {
    right: -30px;
  }
  .price-carousel-wrapper .price-carousel-pagination {
    position: relative;
    bottom: 125px;
  }
  .price-carousel-wrapper .price-carousel-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 0.5);
  }
  .price-carousel-wrapper .price-carousel-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
  }
  .price-carousel-item {
    width: 100%;
    max-width: 500px;
  }
  .price-badge {
    position: absolute;
    top: -18px;
    right: -10px;
    transform: rotate(10.761deg);
    background: #A21E11;
    color: #fff;
    padding: 10px 18px 14px 18px;
    border-radius: 50px;
    text-align: center;
    z-index: 10;
  }
  .price-badge::before {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #A21E11;
  }
  .price-badge .price-badge-content {
    font-size: 17px;
  }
  .price-badge .mini-tree-img {
    vertical-align: baseline;
    width: 26px;
    margin-top: -3px;
  }
  .price-badge .price-badge-off {
    font-size: 19px;
    color: #FFE06F;
  }
  .slide-center .price-badge {
    top: -48px;
    right: -40px;
  }
  .price-card {
    background-color: #FFF2DC;
    text-align: center;
    border-radius: 16px;
    padding: 70px 32px;
    position: relative;
    width: 100%;
    margin-bottom: 50px;
    height: 430px;
  }
  .price-card .price-title {
    font-size: 22px;
    font-weight: 600;
    color: #232323;
    margin-bottom: 22px;
  }
  .price-card .price-info {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 12px;
    margin-bottom: 16px;
  }
  .price-card .price-info .price-label {
    font-size: 23px;
    color: #232323;
  }
  .price-card .price-info .price-amount {
    font-size: 52px;
    font-weight: 700;
    color: #FF800A;
  }
  .price-card .price-tax {
    font-size: 20px;
    color: #232323;
    margin-bottom: 22px;
  }
  .price-card .price-original {
    font-size: 18px;
    color: #3F3F3F;
    margin-bottom: 22px;
  }
  .price-card .highlight {
    color: #FF800A;
  }
  .price-card .price-note {
    font-size: 18px;
    color: #4D4D4D;
    margin-bottom: 22px;
  }
  .price-card .price-os {
    color: #999;
  }
  .price-buy-btn {
    width: 100%;
    padding: 16px;
    background: linear-gradient(169deg, #fbd472 32.87%, #fabb43 74.49%);
    border: none;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
    color: #232323;
    cursor: pointer;
    transition: all 0.3s;
    text-align: center;
  }
  .price-buy-btn:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), linear-gradient(169deg, #FBD472 32.87%, #FABB43 74.49%);
  }
  .price-actions {
    width: 100%;
    max-width: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
  .price-actions .price-switch-os {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s;
  }
  .price-actions .price-switch-os:hover {
    text-decoration: underline;
  }
  .wrap-title {
    position: relative;
    z-index: 22;
    font-size: 42px;
    text-align: center;
    font-weight: 600;
    margin: 68px auto -40px;
    letter-spacing: 0.46px;
    border-radius: 94px;
    background: #181C1B;
    width: max-content;
    padding: 24px;
  }
  .wrap-title span {
    background: linear-gradient(180deg, #fbd472 0%, #fabb43 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .wrap-title::after,
  .wrap-title::before {
    margin: -20px 10px 0;
  }
  .wrap-title::after {
    content: "";
    display: inline-block;
    width: 56px;
    height: 62px;
    background: url(../img/christmas-2025/icon-title.png) no-repeat center / contain;
    vertical-align: middle;
  }
  .wrap-title::before {
    content: "";
    transform: scaleX(-1);
    display: inline-block;
    width: 56px;
    height: 62px;
    background: url(../img/christmas-2025/icon-title.png) no-repeat center / contain;
    vertical-align: middle;
  }
  .tabs {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 44px;
    border: 3px solid #f5ab2c;
    border-radius: 17px;
    background: #fdf7ea;
    padding: 68px 47px 39px;
    width: max-content;
    margin: 0 auto 40px;
  }
  .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;
    gap: 6px;
    color: #323232;
    cursor: pointer;
    font-size: 20px;
    transition: all 0.3s;
  }
  .tabs .tab-item .tab-logo {
    width: auto;
    height: auto;
  }
  .tabs .tab-item.active {
    border: 1px solid #f27234;
    background: #fbe8be;
  }
  .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;
  }
  .work1,
  .work2 {
    display: none;
  }
  .wrap-product {
    background: url(../img/christmas-2025/wrap2-bg.webp) no-repeat top center;
    background-size: 110% auto;
    padding: 250px 0 200px;
    margin-top: -50px;
  }
  .wrap-product .price-box .price-carousel-nav-right {
    right: -10px;
  }
  .wrap-product .price-box .price-carousel-nav-left {
    left: -10px;
  }
  .wrap-product .package-box {
    margin-top: 44px;
  }
  .wrap-product .item-info {
    display: flex;
    align-items: center;
    column-gap: 30px;
    margin-bottom: 50px;
  }
  .wrap-product .item-info .item-left {
    flex-shrink: 0;
  }
  .wrap-product .item-info .item-right {
    flex: 1;
  }
  .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;
    top: 0;
    right: 0;
    color: #3a1b08;
    font-size: 16px;
    cursor: pointer;
    text-decoration: underline;
  }
  .wrap-product .switch-system:after {
    content: ">>";
    display: inline-block;
    text-decoration: underline;
  }
  .wrap-product .switch-system:hover:after {
    transform: translateX(5px);
  }
  .package-box {
    position: relative;
    z-index: 1;
    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%;
  }
  .package-box .item-list {
    display: flex;
    justify-content: center;
    align-items: end;
    column-gap: 26px;
    margin-top: 76px;
  }
  .package-box .item-slide {
    position: relative;
    width: 310px;
    padding: 30px 0 24px;
    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 #FF800A;
  }
  .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%;
  }
  .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;
    font-weight: 700;
    margin: 16px 0 6px;
  }
  .package-box .item-slide .slide-price_big {
    position: relative;
    color: #FF800A;
    font-size: 45px;
    font-weight: 700;
  }
  .package-box .item-slide .slide-price .through {
    text-decoration: line-through;
  }
  .package-box .item-slide .slide-sale {
    color: #3f3f3f;
    font-size: 16px;
    margin-bottom: 18px;
    margin-top: 12px;
  }
  .package-box .item-slide .slide-sale .color {
    color: #FF800A;
  }
  .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;
    margin: 18px 0 12px;
    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;
    background: #fdf7ea;
    border-radius: 42px;
    padding: 50px 40px;
  }
  .package-box .package-item:nth-child(n + 2)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 40px;
    width: calc(100% - 80px);
    height: 0;
    border-top: 2px dashed rgba(97, 66, 13, 0.54);
  }
  .package-box .switch-system {
    margin-top: 22px;
    position: static;
    text-align: center;
  }
  .offline-playback-section {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: block;
    text-decoration: none;
  }
  @media (max-width: 768px) {
    .container {
      padding: 0 15px;
    }
    .offline-playback-section {
      display: none;
    }
  }
  .price-box .price-carousel-wrapper {
    margin-top: -40px;
  }
  .price-box .price-carousel {
    padding: 30px 10px 0;
    height: auto;
    width: 384px;
  }
  .price-box .swiper-slide {
    border-radius: 12px;
  }
  .price-box .price-switch-os {
    color: #3A1B08;
    font-size: 16px;
  }
  .price-box .price-actions {
    margin-top: 18px;
    width: 280px;
    margin: 0 auto;
  }
  .price-box .price-buy-btn {
    padding: 12px;
    font-size: 20px;
  }
  .price-box .price-carousel-nav-left {
    left: 0;
    top: 50%;
  }
  .price-box .price-carousel-nav-right {
    right: 0;
    top: 50%;
  }
  .price-box .price-card {
    background: #FFF;
    height: auto;
    padding: 25px 0 15px;
    border: 2px solid #FF800A;
    margin-bottom: 0;
  }
  .price-box .price-card .price-badge {
    top: -25px;
  }
  .price-box .price-card .price-badge-content {
    font-size: 15px;
  }
  .price-box .price-card .price-badge-off {
    font-size: 17px;
  }
  .price-box .price-card .mini-tree-img {
    width: 14px;
  }
  .price-box .price-card .price-title,
  .price-box .price-card .price-label {
    font-size: 20px;
  }
  .price-box .price-card .price-title {
    margin-bottom: 14px;
  }
  .price-box .price-card .price-amount {
    font-size: 45px;
  }
  .price-box .price-card .price-tax {
    font-size: 18px;
    margin-bottom: 14px;
  }
  .price-box .price-card .price-original {
    font-size: 16px;
    margin-bottom: 14px;
  }
  .price-box .price-card .price-note {
    font-size: 14px;
    margin-bottom: 14px;
  }
  .price-box .price-card .price-os {
    font-size: 14px;
    margin-bottom: 14px;
  }
  .btn {
    width: 100%;
    padding: 16px;
    background: linear-gradient(169deg, #fbd472 32.87%, #fabb43 74.49%);
    border: none;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
    color: #232323;
    cursor: pointer;
    transition: all 0.3s;
    display: block;
    width: 236px;
    margin: 20px auto 0;
  }
  .btn:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), linear-gradient(169deg, #FBD472 32.87%, #FABB43 74.49%);
  }
  @media (max-width: 768px) {
    .mb-style {
      display: block;
    }
    .pc-style {
      display: none;
    }
    .price-box {
      margin-top: 140px;
    }
    .banner .check-box {
      top: 41%;
    }
    .banner .check-text-box {
      padding: 16% 15% 0 13%;
      flex-wrap: wrap;
      gap: 0 12%;
    }
    .banner .check-text {
      height: 30%;
    }
    .banner .check-text:nth-of-type(1),
    .banner .check-text:nth-of-type(3) {
      width: 32%;
    }
    .banner .check-text:nth-of-type(2),
    .banner .check-text:nth-of-type(4) {
      width: 27%;
    }
    .banner .buy-link {
      width: 168px;
      top: 62%;
      max-width: unset;
    }
    .banner .buy-link img {
      width: 100%;
    }
    .check-popup .check-popup-content {
      width: 80%;
    }
    .check-popup .check-swiper {
      padding-bottom: 0;
    }
    .check-popup .check-popup-title {
      font-size: 18px;
      margin-top: 10px;
    }
    .wrap1 {
      padding: 40px 20px 100px;
      background: linear-gradient(0deg, #1F7743 0%, #1F7743 100%), #D9D9D9;
    }
    .wrap1 .bottom-box {
      width: 100%;
    }
    .wrap1 .wrap-aio {
      background: none;
      border: none;
      padding: 0;
      border-radius: 0;
    }
    .wrap1 .wrap-aio .wrap-aio-top {
      flex-direction: column;
      gap: 20px;
      margin-bottom: 0;
      text-align: center;
    }
    .wrap1 .wrap-aio .wrap-aio-top .aio {
      width: 100px;
    }
    .wrap1 .wrap-aio .wrap-aio-top .mini-icon {
      width: 60px;
      top: -35px;
      left: -20px;
    }
    .wrap1 .wrap-aio .wrap-aio-top .top-info-title {
      font-size: 24px;
      margin-bottom: 12px;
    }
    .wrap1 .wrap-aio .wrap-aio-top .top-info-desc {
      font-size: 14px;
    }
    .wrap1 .wrap-aio .wrap-aio-bottom {
      flex-direction: column-reverse;
      gap: 40px;
    }
    .wrap1 .wrap-aio .wrap-aio-bottom .bottom-left,
    .wrap1 .wrap-aio .wrap-aio-bottom .bottom-right {
      min-width: unset;
    }
    .wrap1 .wrap-aio .wrap-aio-bottom .bottom-left-item,
    .wrap1 .wrap-aio .wrap-aio-bottom .bottom-right-item {
      padding: 20px;
    }
    .wrap1 .wrap-aio .wrap-aio-bottom .left-title,
    .wrap1 .wrap-aio .wrap-aio-bottom .right-title {
      font-size: 18px;
      margin-bottom: 16px;
    }
    .product-item {
      gap: 10px;
    }
    .product-icon {
      width: 20px;
      height: 20px;
    }
    .product-name {
      font-size: 12px;
    }
    .product-price {
      font-size: 13px;
      min-width: 70px;
    }
    .service-name {
      font-size: 12px;
    }
    .service-desc {
      font-size: 13px;
    }
    .wrap-title {
      display: inline-flex;
      align-items: center;
      font-size: 24px;
      margin: 0 15px 20px;
      width: calc(100% - 30px);
      padding: 20px 15px;
    }
    .wrap-title::after,
    .wrap-title::before {
      width: 50px;
      height: 50px;
      flex-shrink: 0;
      margin: 0 4px;
    }
    .tabs {
      width: 100%;
      gap: 20px;
      padding: 30px 10px 34px;
    }
    .tabs .tab-item {
      font-size: 16px;
      padding: 10px 4px;
      gap: 6px;
    }
    .wrap-product {
      background-size: 270% auto;
      padding: 150px 0 200px;
    }
    .wrap-product .container {
      padding: 0;
    }
    .wrap-product .package-box {
      margin-top: 34px;
      border-radius: 20px;
      background: #FDF7EA;
      padding: 0 15px;
    }
    .wrap-product .select-box {
      margin: 0 15px;
    }
    .wrap-product .package-item {
      margin-top: 0;
    }
    .wrap-product .switch-system {
      left: 0;
      top: 92px;
      text-align: left;
      padding: 0 20px;
    }
    .wrap-product .item-info {
      position: relative;
      column-gap: 18px;
      margin-bottom: 80px;
      align-items: center;
      padding: 0 15px;
    }
    .wrap-product .item-info .item-icon {
      width: 70px;
      height: 70px;
    }
    .wrap-product .item-info .item-title {
      font-size: 18px;
    }
    .wrap-product .item-info .item-desc {
      font-size: 14px;
      position: absolute;
      bottom: -95px;
      left: 20px;
      right: 20px;
    }
    .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) {
      display: none;
    }
    .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 .switch-system {
      color: #fff;
      font-size: 16px;
      margin-bottom: 80px;
    }
    .price-carousel-wrapper {
      padding: 0 10px;
      width: 100%;
      gap: 10px;
    }
    .price-carousel-wrapper .price-carousel-pagination {
      bottom: 110px;
    }
    .price-carousel-wrapper .price-carousel-pagination .swiper-pagination-bullet,
    .price-carousel-wrapper .price-carousel-pagination swiper-pagination-bullet-active {
      background: #fff;
    }
    .price-carousel-wrapper .price-carousel-nav {
      width: 35px;
      height: 120px;
    }
    .price-carousel-wrapper .price-carousel-nav .nav-icon {
      font-size: 18px;
    }
    .price-carousel-wrapper .price-carousel-nav .nav-text {
      font-size: 11px;
    }
    .price-carousel-wrapper .price-carousel-nav-left {
      left: 4px;
    }
    .price-carousel-wrapper .price-carousel-nav-right {
      right: 4px;
    }
    .price-carousel-wrapper .price-carousel .swiper-slide {
      width: 240px;
      padding: 0 5px;
    }
    .price-carousel-wrapper .price-card {
      padding: 20px 5px;
      width: 240px;
      min-height: 240px;
      height: auto;
    }
    .price-carousel-wrapper .price-card .price-badge {
      top: -22px;
      right: -18px;
      padding: 8px 16px;
      font-size: 11px;
    }
    .price-carousel-wrapper .price-card .price-badge .price-badge-content {
      font-size: 10px;
    }
    .price-carousel-wrapper .price-card .price-badge .price-badge-off {
      font-size: 11px;
    }
    .price-carousel-wrapper .price-card .price-badge .mini-tree-img {
      width: 12px;
    }
    .price-carousel-wrapper .price-card .price-label {
      font-size: 14px;
    }
    .price-carousel-wrapper .price-card .price-amount {
      font-size: 33px;
    }
    .price-carousel-wrapper .price-card .price-title {
      font-size: 16px;
      margin-bottom: 12px;
    }
    .price-carousel-wrapper .price-card .price-tax {
      font-size: 14px;
      margin-bottom: 12px;
    }
    .price-carousel-wrapper .price-card .price-original {
      font-size: 12px;
      margin-bottom: 20px;
    }
    .price-carousel-wrapper .price-card .price-note {
      font-size: 12px;
      margin-bottom: 7px;
    }
    .price-carousel-wrapper .price-card .price-os {
      font-size: 12px;
    }
    .price-carousel-wrapper .price-card .price-info {
      margin-bottom: 15px;
    }
    .price-carousel-wrapper .price-actions {
      width: 90%;
    }
    .price-carousel-wrapper .price-actions .price-buy-btn {
      padding: 12px;
      font-size: 14px;
    }
    .price-carousel-wrapper .price-actions .price-switch-os {
      font-size: 14px;
    }
    .wrap-product .package-box .swiper .swiper-pagination {
      bottom: -20px;
    }
    .wrap-product .package-box .swiper .swiper-pagination-bullet,
    .wrap-product .package-box .swiper .swiper-pagination-bullet-active {
      background: #8E2626;
    }
  }
  .wrap2 {
    padding: 80px 0;
  }
  .wrap2 .container {
    max-width: 1350px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .wrap2 .title {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
  }
  .wrap2 .desc {
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 1.6;
    margin-bottom: 60px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
  .wrap2 .wrap2-swiper .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 840px;
    gap: 26px;
    justify-content: center;
  }
  .wrap2 .wrap2-swiper .swiper-slide {
    width: 400px;
    height: 400px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: end;
    border: 2px solid transparent;
    transition: all 0.3s;
  }
  .wrap2 .wrap2-swiper .swiper-slide:hover {
    border: 2px solid #369F6F;
  }
  .wrap2 .wrap2-swiper .swiper-slide:nth-of-type(1) {
    height: 820px;
    background: url(../img/christmas-2025/wrap2-img1.webp) no-repeat center center / cover;
  }
  .wrap2 .wrap2-swiper .swiper-slide:nth-of-type(2) {
    background: url(../img/christmas-2025/wrap2-img2.webp) no-repeat center center / cover;
  }
  .wrap2 .wrap2-swiper .swiper-slide:nth-of-type(3) {
    background: url(../img/christmas-2025/wrap2-img4.webp) no-repeat center center / cover;
  }
  .wrap2 .wrap2-swiper .swiper-slide:nth-of-type(4) {
    background: url(../img/christmas-2025/wrap2-img3.webp) no-repeat center center / cover;
  }
  .wrap2 .wrap2-swiper .swiper-slide:nth-of-type(5) {
    background: url(../img/christmas-2025/wrap2-img5.webp) no-repeat center center / cover;
  }
  .wrap2 .wrap2-swiper .swiper-pagination {
    display: none;
  }
  .wrap2 .wrap2-item {
    border-radius: 12px;
    padding: 30px 20px;
    transition: transform 0.3s, box-shadow 0.3s;
  }
  .wrap2 .wrap2-img {
    margin-bottom: 20px;
  }
  .wrap2 .wrap2-img img {
    width: 100%;
    height: auto;
    border-radius: 8px;
  }
  .wrap2 .wrap2-title {
    color: #fff;
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 1.4;
  }
  .wrap2 .wrap2-desc {
    color: #fff;
    font-size: 18px;
    line-height: 1.6;
  }
  @media (max-width: 1200px) {
    .wrap2 .wrap2-swiper .swiper-slide {
      width: calc(32% - 20px);
    }
    .wrap2 .wrap2-swiper .swiper-slide:nth-of-type(1) {
      height: 820px;
    }
  }
  @media (max-width: 768px) {
    .wrap2 {
      padding: 70px 0 0;
    }
    .wrap2 .title {
      font-size: 24px;
      margin-bottom: 15px;
      padding: 0 50px;
    }
    .wrap2 .desc {
      font-size: 16px;
      margin-bottom: 34px;
    }
    .wrap2 .container .wrap2-swiper {
      height: 400px;
    }
    .wrap2 .container .wrap2-swiper .swiper-wrapper {
      gap: 0;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: unset;
    }
    .wrap2 .container .wrap2-swiper .swiper-slide {
      width: 345px;
      height: 345px;
    }
    .wrap2 .container .wrap2-swiper .wrap2-item {
      padding: 20px 18px;
    }
    .wrap2 .container .wrap2-swiper .wrap2-title {
      font-size: 18px;
      margin-bottom: 14px;
    }
    .wrap2 .container .wrap2-swiper .wrap2-desc {
      font-size: 14px;
    }
    .wrap2 .container .wrap2-swiper .swiper-slide:nth-of-type(1) {
      height: 345px;
      background-image: url(../img/christmas-2025/wrap2-img1-mb.webp);
    }
    .wrap2 .container .wrap2-swiper .swiper-pagination {
      display: block;
      bottom: 0;
    }
    .wrap2 .container .wrap2-swiper .swiper-pagination-bullet {
      background: #fff;
      opacity: 0.5;
      width: 10px;
      height: 10px;
    }
    .wrap2 .container .wrap2-swiper .swiper-pagination-bullet-active {
      background: #fff;
      opacity: 1;
    }
    .wrap2 .container .wrap2-item {
      padding: 30px 20px;
    }
    .wrap2 .container .wrap2-title {
      font-size: 18px;
    }
  }
  .wrap2-btn {
    border-radius: 86.5px;
    background: #FBCB60;
    padding: 24px 56px;
    font-size: 30px;
    font-weight: 700;
    color: #000;
    text-align: center;
    display: block;
    width: max-content;
    transition: all 0.3s;
    margin: 100px auto 0;
  }
  .wrap2-btn:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%), #FBCB60;
  }
  @media (max-width: 768px) {
    .wrap2-btn {
      padding: 16px 24px;
      font-size: 12px;
      margin: 30px auto 0;
    }
  }
  .wrap-bottom {
    position: relative;
    padding: 150px 0 350px;
    margin-top: -70px;
    background: url(../img/christmas-2025/bottom.webp) no-repeat center center / cover;
    background-size: 100% 100%;
  }
  .wrap-bottom .top-img {
    position: absolute;
    top: -50px;
    left: 0;
    width: 100%;
  }
  .wrap-bottom .wrap3-title {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 75px;
    margin-top: 130px;
  }
  .wrap-bottom .wrap3-title::after {
    content: "/";
    margin-left: 10px;
  }
  .wrap-bottom .wrap3-title::before {
    content: "\\";
    margin-right: 10px;
  }
  .wrap-bottom .swiper-slide {
    width: 300px;
    color: #fff;
  }
  .wrap-bottom .wrap3-swiper .swiper-slide:nth-of-type(2) {
    border-left: 1px solid rgba(224, 224, 224, 0.47);
    border-right: 1px solid rgba(224, 224, 224, 0.47);
    padding: 0 40px;
    width: 400px;
  }
  .wrap-bottom .wrap3-item-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    margin: 20px 0;
  }
  .wrap-bottom .wrap3-item-desc {
    font-size: 16px;
    line-height: 1.6;
  }
  .wrap-bottom .swiper-wrapper {
    justify-content: space-between;
  }
  .wrap-bottom .wrap3-content-item {
    font-size: 18px;
    line-height: 2;
    margin-bottom: 20px;
    color: #fff;
  }
  .wrap-bottom .wrap3-content-item:last-child {
    margin-bottom: 0;
  }
  .wrap-bottom .wrap3-content {
    max-width: 930px;
    margin: 0 auto;
  }
  @media (max-width: 768px) {
    .wrap-bottom {
      background: #113122;
      padding: 40px 0 70px;
    }
    .wrap-bottom .wrap3-title {
      font-size: 24px;
      margin-bottom: 42px;
      margin-top: 70px;
    }
    .wrap-bottom .wrap3-item-title {
      font-size: 24px;
    }
    .wrap-bottom .swiper-slide {
      width: 100%;
    }
    .wrap-bottom .wrap3-swiper {
      width: 80%;
      margin: 0 auto;
      padding-bottom: 50px;
    }
    .wrap-bottom .swiper-slide:nth-of-type(2) {
      width: 100%;
      border: 0;
      padding: 0;
    }
    .wrap-bottom .swiper-pagination-bullet {
      background: #fff;
    }
    .wrap-bottom .wrap3-content-item {
      font-size: 14px;
    }
  }
  .pop-btn {
    position: absolute;
    bottom: -20px;
    width: max-content;
    left: 50%;
    transform: translate(-50%, -40px);
    border-radius: 66px;
    background: #FBCB60;
    font-size: 22px;
    font-weight: 600;
    line-height: normal;
    padding: 16px 20px;
    cursor: pointer;
    color: #000;
    transition: all 0.3s;
    border: none;
    animation: pop-img-animation 1s ease-in-out infinite alternate;
  }
  .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%);
    text-align: center;
  }
  .pop .pop-cont img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  .pop .pop-cont .btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 300px;
    padding: 15px 0;
    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;
    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;
    font-weight: 600;
    line-height: 150%;
  }
  .pop .pop-scroll {
    height: 442px;
    overflow: auto;
    border-radius: 18px;
    background: #5d3535;
    padding: 16px;
    margin: 20px 0;
  }
  .pop .pop-scroll img {
    width: 883px;
  }
  .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;
  }
  .pop.pop1 .pop-cont {
    text-align: center;
  }
  .pop.pop1 .pop-cont .btn {
    padding: 10px 22px;
    width: max-content;
    font-size: 18px;
    transform: translate(-50%, -30px);
  }
  .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.pop-mb .pop-btn {
    width: max-content;
    font-size: 14px;
    bottom: 40px;
    padding: 13px 16px;
  }
  @media (max-width: 768px) {
    .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;
    }
  }
  .work2 .price-badge {
    transform: rotate(6deg);
  }
  .work2 .price-badge .price-badge-content {
    font-size: 12px;
  }
  .work2 .price-badge .price-badge-off {
    font-size: 12px;
  }
  .work2 .price-card .price-info .price-label {
    font-size: 18px;
  }
  .work2 .price-card .price-info .price-amount {
    font-size: 40px;
  }
  .work2 .price-card .price-info {
    gap: 0;
  }
  @media (max-width: 768px) {
    .work2 .price-card .price-info .price-label {
      font-size: 12px;
    }
    .work2 .price-card .price-info .price-amount {
      font-size: 26px;
    }
  }
  @keyframes pop-img-animation {
    0% {
      transform: translate(-50%, -40px) scale(1);
    }
    100% {
      transform: translate(-50%, -40px) scale(1.05);
    }
  }
  