body:has(.prime-day-page) .mx-whatsapp-icon {
    visibility: hidden;
    pointer-events: none;
}

.activity-cart-notification {
    position: fixed;
    z-index: 101;
    top: 20px;
    left: 50%;
    padding: 12px 22px;
    border-radius: 6px;
    background: #159657;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, -12px);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.activity-cart-notification.is-visible {
    opacity: 1;
    transform: translate(-50%, 0);
}

.activity-product-card__cart:disabled {
    opacity: 0.7;
    cursor: wait;
}

.activity-cart-bar {
    position: fixed;
    z-index: 100;
    right: 16px;
    bottom: 16px;
    left: 16px;
    display: none;
    padding: 14px 38px;
    border: 2px solid #ede9ef;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 1px 8px rgba(30, 16, 43, 0.12);
}

.activity-cart-bar.is-visible {
    display: block;
}

.activity-cart-bar__inner {
    width: min(1260px, 100%);
    min-height: 92px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 28px;
}

.activity-cart-bar__product {
    min-width: 0;
    flex: 1;
    display: flex;
    align-items: center;
    gap: 20px;
    color: #29252d;
}

.activity-cart-bar__product img {
    width: 92px;
    height: 92px;
    flex: 0 0 92px;
    object-fit: contain;
}

.activity-cart-bar__product span {
    min-width: 0;
}

.activity-cart-bar__product strong,
.activity-cart-bar__product em {
    display: block;
}

.activity-cart-bar__product strong {
    overflow: hidden;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.activity-cart-bar__product em {
    margin-top: 10px;
    color: #f22a35;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
}

.activity-cart-bar__coupon {
    min-width: 178px;
    padding: 13px 18px;
    border: 1px solid #e7e2e9;
    border-radius: 8px;
    background: #ffffff;
    color: #6d6870;
    font-family: inherit;
    text-align: left;
}

.activity-cart-bar__coupon.is-applied {
    border-color: #e5e1e8;
}

.activity-cart-bar__coupon span,
.activity-cart-bar__coupon strong {
    display: block;
}

.activity-cart-bar__coupon span {
    color: #6d6870;
    font-size: 13px;
    font-weight: 400;
}

.activity-cart-bar__coupon strong {
    margin-top: 4px;
    color: #079286;
    font-size: 17px;
    font-weight: 700;
}

.activity-cart-bar__coupon i {
    float: right;
    width: 19px;
    height: 19px;
    margin-top: -23px;
    border-radius: 50%;
    background: #159657;
    color: #ffffff;
    font-size: 13px;
    font-style: normal;
    line-height: 19px;
    text-align: center;
}

.activity-cart-bar__total {
    padding-left: 28px;
    border-left: 1px solid #e6e1e8;
    color: #302b34;
    font-size: 17px;
    white-space: nowrap;
}

.activity-cart-bar__total strong {
    color: #f22a35;
    font-size: 22px;
}

.activity-cart-bar__total em {
    display: block;
    margin-top: 5px;
    color: #159657;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    text-align: right;
}

.activity-cart-bar__checkout {
    min-width: 270px;
    padding: 21px 30px;
    border-radius: 7px;
    background: #5c129b;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
}

.activity-cart-bar__checkout:hover {
    color: #ffffff;
    background: #481078;
}

@media screen and (max-width: 768px) {
    .activity-cart-bar {
        right: 7px;
        bottom: 7px;
        left: 7px;
        padding: 8px 10px;
        border-radius: 10px;
    }

    .activity-cart-bar__inner {
        min-height: 52px;
        gap: 10px;
    }

    .activity-cart-bar__product {
        gap: 8px;
    }

    .activity-cart-bar__product img {
        width: 52px;
        height: 52px;
        flex-basis: 52px;
    }

    .activity-cart-bar__product strong {
        font-size: 11px;
    }

    .activity-cart-bar__product em {
        margin-top: 4px;
        font-size: 14px;
    }

    .activity-cart-bar__coupon {
        display: none;
    }

    .activity-cart-bar__total {
        display: none;
    }

    .activity-cart-bar__checkout {
        min-width: 104px;
        padding: 15px 8px;
        font-size: 13px;
    }
}

.activity-faqs {
    width: min(980px, 94%);
    margin: 0 auto 70px;
}

.activity-faqs .copy-title {
    margin-bottom: 22px;
    color: #1d1b21;
    font-size: 26px;
    font-weight: 700;
    text-align: center;
}

.activity-faqs .faq-div {
    border-bottom: 1px solid #e5e1e7;
}

.activity-faqs .faq-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 18px 0;
    color: #2a272d;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.45;
    cursor: pointer;
    list-style: none;
}

.activity-faqs .faq-title::-webkit-details-marker {
    display: none;
}

.activity-faqs__icon {
    width: 12px;
    height: 12px;
    flex: 0 0 12px;
    position: relative;
}

.activity-faqs__icon::before,
.activity-faqs__icon::after {
    content: '';
    position: absolute;
    top: 5px;
    width: 6px;
    height: 1px;
    background: #000000;
    transition: transform 0.2s ease;
}

.activity-faqs__icon::before {
    left: 1px;
    transform: rotate(45deg);
}

.activity-faqs__icon::after {
    right: 1px;
    transform: rotate(-45deg);
}

.activity-faqs details[open] .activity-faqs__icon::before {
    transform: rotate(-45deg);
}

.activity-faqs details[open] .activity-faqs__icon::after {
    transform: rotate(45deg);
}

.activity-faqs .faq-intro {
    display: none;
    padding: 0 28px 20px 0;
    color: #59545d;
    font-size: 15px;
    line-height: 1.65;
}

.activity-faqs details[open] .faq-intro {
    display: block !important;
}

.activity-faqs .faq-intro p {
    margin: 0;
}

.activity-faqs .faq-intro a {
    color: #5c129b;
    text-decoration: underline;
}

@media screen and (max-width: 768px) {
    .activity-faqs {
        width: 94%;
        margin-bottom: 42px;
    }

    .activity-faqs .copy-title {
        font-size: 20px;
    }

    .activity-faqs .faq-title {
        gap: 12px;
        padding: 15px 0;
        font-size: 14px;
    }

    .activity-faqs .faq-intro {
        padding-bottom: 16px;
        font-size: 13px;
    }
}

.activity-product-videos {
    width: min(1480px, 94%);
    margin: 46px auto 60px;
}

.activity-product-videos h2 {
    margin: 0 0 14px;
    color: #15131a;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
}

.activity-product-videos__list {
    display: flex;
    gap: 18px;
    overflow-x: auto;
    padding: 0 0 8px;
    scrollbar-width: thin;
    scroll-snap-type: x proximity;
}

.activity-video-card {
    flex: 0 0 calc((100% - 90px) / 6);
    min-width: 0;
    scroll-snap-align: start;
}

.activity-video-card__open {
    position: relative;
    width: 100%;
    display: block;
    padding: 0;
    overflow: hidden;
    border: 0;
    border-radius: 9px;
    background: #f3f3f3;
    cursor: pointer;
}

.activity-video-card__preview {
    width: 100%;
    aspect-ratio: 9 / 16;
    display: block;
    object-fit: cover;
}

.activity-video-card__play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #5c129b;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28);
    pointer-events: none;
    transform: translate(-50%, -50%);
    transition: background 0.2s ease, transform 0.2s ease;
}

.activity-video-card__play::after {
    width: 0;
    height: 0;
    margin-left: 4px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #ffffff;
    content: '';
}

.activity-video-card__open:hover .activity-video-card__play,
.activity-video-card__open:focus-visible .activity-video-card__play {
    background: #481078;
    transform: translate(-50%, -50%) scale(1.08);
}

.activity-video-card__title {
    width: 100%;
    height: 42px;
    margin: 9px 0 3px;
    padding: 0;
    overflow: hidden;
    border: 0;
    background: transparent;
    color: #1e1b20;
    font: inherit;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    display: -webkit-box;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    cursor: pointer;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.activity-video-card__rating {
    min-height: 20px;
    color: #5c129b;
    font-size: 15px;
    line-height: 20px;
}

.activity-video-card__price {
    min-height: 25px;
    margin: 1px 0 8px;
    color: #e31f27;
    font-size: 15px;
    line-height: 1.35;
}

.activity-video-card__price strong {
    font-size: 16px;
}

.activity-video-card__price del {
    margin-left: 5px;
    color: #a7a3a7;
    font-size: 13px;
}

.activity-video-card__cart {
    width: 100%;
    height: 40px;
    padding: 0 8px;
    border: 0;
    border-radius: 9px;
    background: #5c129b;
    color: #ffffff;
    font: inherit;
    font-size: 16px;
    line-height: 40px;
    cursor: pointer;
    transition: background 0.2s ease;
}

.activity-video-card__cart:hover,
.activity-video-card__cart:focus-visible {
    background: #481078;
}

.activity-video-modal[hidden] {
    display: none;
}

.activity-video-modal {
    position: fixed;
    z-index: 1001;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.7);
}

.activity-video-modal__dialog {
    position: relative;
    width: auto;
    max-width: 100%;
    display: inline-block;
}

.activity-video-modal__content {
    width: auto;
    max-width: 100%;
    height: min(760px, calc(100vh - 48px));
    display: inline-flex;
    background: #27201e;
}

.activity-video-modal__player {
    width: auto;
    max-width: 60%;
    height: 100%;
    display: block;
    aspect-ratio: 9 / 16;
    background: #000000;
    object-fit: contain;
}

.activity-video-modal__details {
    width: 390px;
    height: 100%;
    flex: 0 0 390px;
    min-width: 0;
    overflow-y: auto;
    background: #ffffff;
}

.activity-video-modal__loading {
    padding: 24px 16px;
    color: #4b474d;
    font-size: 14px;
    text-align: center;
}

.activity-video-product {
    min-height: 100%;
    background: #ffffff;
    color: #1d1b21;
}

.activity-video-product__gallery {
    height: 345px;
    display: flex;
    border-bottom: 1px solid #e7e3e7;
}

.activity-video-product__thumbnails {
    width: 66px;
    flex: 0 0 66px;
    padding: 8px 5px;
    overflow-y: auto;
    box-sizing: border-box;
    border-right: 1px solid #e7e3e7;
}

.activity-video-product__thumbnail {
    width: 54px;
    height: 54px;
    display: block;
    margin: 0 0 6px;
    padding: 0;
    overflow: hidden;
    border: 2px solid transparent;
    border-radius: 3px;
    background: #ffffff;
    cursor: pointer;
}

.activity-video-product__thumbnail.is-active {
    border-color: #242026;
}

.activity-video-product__thumbnail img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.activity-video-product__main-image {
    min-width: 0;
    flex: 1;
    object-fit: contain;
}

.activity-video-product__main-image--only {
    width: 100%;
}

.activity-video-product__content {
    padding: 22px 24px 20px;
}

.activity-video-product__title {
    margin: 0;
    color: #18161a;
    font-size: 23px;
    font-weight: 700;
    line-height: 1.45;
}

.activity-video-product__rating {
    margin-top: 5px;
    color: #ffb500;
    font-size: 17px;
    line-height: 1.3;
}

.activity-video-product__rating em {
    color: #4d484f;
    font-size: 14px;
    font-style: normal;
}

.activity-video-product__price {
    margin-top: 6px;
    color: #d5000b;
}

.activity-video-product__price strong {
    font-size: 22px;
}

.activity-video-product__price del {
    margin-left: 7px;
    color: #aaa6aa;
    font-size: 16px;
}

.activity-video-product__options {
    margin-top: 17px;
}

.activity-video-product__option {
    margin-top: 12px;
}

.activity-video-product__option > label,
.activity-video-product__quantity-label {
    display: block;
    margin: 0 0 7px;
    color: #28242a;
    font-size: 14px;
    font-weight: 600;
}

.activity-video-product__option select,
.activity-video-product__option input[type="text"],
.activity-video-product__option textarea {
    width: 100%;
    padding: 9px 10px;
    border: 1px solid #d8d3da;
    border-radius: 5px;
    box-sizing: border-box;
    background: #ffffff;
    color: #28242a;
    font: inherit;
    font-size: 13px;
}

.activity-video-product__option-values {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.activity-video-product__option-values label {
    padding: 6px 8px;
    border: 1px solid #d8d3da;
    border-radius: 4px;
    color: #3d3840;
    font-size: 12px;
}

.activity-video-product__quantity-label {
    margin-top: 20px;
}

.activity-video-product__quantity {
    width: 108px;
    height: 36px;
    display: flex;
    border: 1px solid #dbd6dc;
    border-radius: 7px;
}

.activity-video-product__quantity button,
.activity-video-product__quantity input {
    width: 36px;
    min-width: 0;
    padding: 0;
    border: 0;
    background: #ffffff;
    color: #2d2930;
    font: inherit;
    font-size: 18px;
    text-align: center;
}

.activity-video-product__quantity input {
    border-right: 1px solid #dbd6dc;
    border-left: 1px solid #dbd6dc;
    font-size: 14px;
}

.activity-video-product__quantity button {
    cursor: pointer;
}

.activity-video-product__error {
    min-height: 18px;
    margin: 8px 0 0;
    color: #d5000b;
    font-size: 12px;
}

.activity-video-product__actions {
    display: flex;
    gap: 10px;
}

.activity-video-product__more,
.activity-video-product__add-cart {
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    box-sizing: border-box;
    font: inherit;
    font-size: 15px;
    font-weight: 600;
}

.activity-video-product__more {
    width: 45%;
    border: 1px solid #25212a;
    color: #25212a;
}

.activity-video-product__add-cart {
    flex: 1;
    border: 0;
    background: #5c129b;
    color: #ffffff;
    cursor: pointer;
}

.activity-video-product__add-cart:disabled {
    opacity: 0.65;
    cursor: wait;
}

.activity-video-product__accordions {
    border-top: 7px solid #f5f4f5;
}

.activity-video-product__accordions details {
    border-bottom: 1px solid #dedade;
}

.activity-video-product__accordions summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 24px;
    color: #262229;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    list-style: none;
}

.activity-video-product__accordions summary::-webkit-details-marker {
    display: none;
}

.activity-video-product__accordions summary span {
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
}

.activity-video-product__accordions details > div {
    padding: 0 24px 16px;
    color: #5d5860;
    font-size: 13px;
    line-height: 1.5;
}

.activity-video-modal__mobile-summary,
.activity-video-modal__mobile-detail {
    display: none;
}

.activity-video-modal__close {
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 10px;
    width: 36px;
    height: 36px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.38);
    color: #ffffff;
    font-size: 28px;
    line-height: 31px !important;
    cursor: pointer;
}

body.activity-video-modal-open {
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .activity-product-videos {
        width: 100%;
        margin: 32px auto 40px;
    }

    .activity-product-videos h2 {
        margin-bottom: 12px;
        padding: 0 8px;
        font-size: 22px;
        text-align: left;
    }

    .activity-product-videos__list {
        gap: 18px;
        padding: 0 0 8px;
    }

    .activity-video-card {
        flex-basis: calc((100% - 18px) / 2);
    }

    .activity-video-card__title {
        height: 38px;
        margin-top: 8px;
        font-size: 14px;
    }

    .activity-video-card__rating {
        font-size: 14px;
    }

    .activity-video-card__price {
        margin-bottom: 8px;
        font-size: 14px;
    }

    .activity-video-card__cart {
        height: 38px;
        font-size: 15px;
        line-height: 38px;
    }

    .activity-video-modal {
        padding: 0;
        align-items: stretch;
    }

    .activity-video-modal__dialog,
    .activity-video-modal__content {
        width: 100%;
        height: 100%;
        max-width: none;
        max-height: none;
        display: block;
    }

    .activity-video-modal__player {
        width: 100%;
        max-width: none;
        height: 100%;
        max-height: none;
        object-fit: contain;
    }

    .activity-video-modal__details {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: auto;
        min-width: 0;
        overflow: visible;
        background: transparent;
    }

    .activity-video-modal__desktop-detail {
        display: none;
    }

    .activity-video-modal__mobile-summary {
        width: calc(100% - 18px);
        display: block;
        margin: 0 9px 10px;
        padding: 7px 8px 9px;
        border: 0;
        border-radius: 8px;
        box-sizing: border-box;
        background: rgba(32, 27, 29, 0.92);
        color: #ffffff;
        font-family: inherit;
        text-align: left;
        cursor: pointer;
    }

    .activity-video-modal__mobile-discount {
        display: inline-block;
        margin: -19px 0 3px;
        padding: 3px 7px;
        border-radius: 4px;
        background: #d80016;
        color: #ffffff;
        font-size: 12px;
        font-weight: 700;
        line-height: 1;
    }

    .activity-video-modal__mobile-product {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .activity-video-modal__mobile-product > img {
        width: 48px;
        height: 48px;
        flex: 0 0 48px;
        border-radius: 4px;
        background: #ffffff;
        object-fit: contain;
    }

    .activity-video-modal__mobile-product > span {
        min-width: 0;
        flex: 1;
    }

    .activity-video-modal__mobile-product strong,
    .activity-video-modal__mobile-product em,
    .activity-video-modal__mobile-product b {
        display: block;
    }

    .activity-video-modal__mobile-product strong {
        overflow: hidden;
        color: #ffffff;
        font-size: 13px;
        font-weight: 700;
        line-height: 17px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .activity-video-modal__mobile-product em {
        color: #5c129b;
        font-size: 15px;
        font-style: normal;
        line-height: 17px;
    }

    .activity-video-modal__mobile-product em i {
        color: #ffffff;
        font-size: 12px;
        font-style: normal;
    }

    .activity-video-modal__mobile-product b {
        color: #ffffff;
        font-size: 14px;
        line-height: 17px;
    }

    .activity-video-modal__mobile-product del {
        margin-left: 5px;
        color: #bdb9ba;
        font-size: 12px;
        font-weight: 400;
    }

    .activity-video-modal__mobile-shop {
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 7px;
        padding: 0 9px;
        border-radius: 4px;
        background: #5c129b;
        color: #ffffff;
        font-size: 14px;
        font-weight: 600;
    }

    .activity-video-modal__mobile-shop i {
        font-size: 25px;
        font-style: normal;
        font-weight: 400;
        line-height: 1;
    }

    .activity-video-modal__mobile-detail {
        position: fixed;
        z-index: 2;
        right: 0;
        bottom: 0;
        left: 0;
        max-height: 86vh;
        display: none;
        overflow-y: auto;
        border-radius: 16px 16px 0 0;
        background: #ffffff;
        box-shadow: 0 -4px 18px rgba(0, 0, 0, 0.22);
    }

    .activity-video-modal__details.is-mobile-detail-open .activity-video-modal__mobile-detail {
        display: block;
    }

    .activity-video-modal__sheet-close {
        position: absolute;
        z-index: 1;
        top: 8px;
        left: 50%;
        width: 32px;
        height: 32px;
        display: block;
        margin: 0;
        padding: 0;
        border: 0;
        border-radius: 50%;
        background: #ffffff;
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.16);
        cursor: pointer;
        transform: translateX(-50%);
    }

    .activity-video-modal__sheet-close::before {
        position: absolute;
        top: 10px;
        left: 10px;
        width: 10px;
        height: 10px;
        border-right: 2px solid #4b464d;
        border-bottom: 2px solid #4b464d;
        content: '';
        transform: rotate(45deg);
    }

    .activity-video-modal__mobile-detail .activity-video-product {
        min-height: 0;
    }

    .activity-video-modal__mobile-detail .activity-video-product__gallery {
        height: 380px;
    }

    .activity-video-modal__mobile-detail .activity-video-product__content {
        padding: 20px;
    }

    .activity-video-modal__mobile-detail .activity-video-product__title {
        font-size: 18px;
    }

    .activity-video-modal__close {
        top: 10px;
        right: 10px;
    }
}

.prime-day-page .productBox1 .banner_text_title {
    margin: 40px 0 14px;
    text-align: left;
}

.prime-day-page .productBox1 .t1-title-1-box {
    display: block;
    margin: 0;
    text-align: left;
}

.prime-day-page .productBox1 .prime-title-img {
    display: none;
}

.prime-day-page .productBox1 .t1-type-title {
    position: static;
    width: auto;
    margin: 0;
    transform: none;
    color: #1d1b21;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.25;
    text-align: left;
    text-shadow: none;
}

@media screen and (max-width: 768px) {
    .prime-day-page .productBox1 .banner_text_title {
        margin: 28px 0 12px;
    }

    .prime-day-page .productBox1 .t1-type-title {
        font-size: 20px;
    }
}

.prime-day-page .product-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.prime-day-page .activity-product-card {
    position: relative;
    width: auto !important;
    min-width: 0;
    margin: 0;
    padding: 12px;
    overflow: hidden;
    border: 1px solid #ece8ed;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 1px 5px rgba(33, 21, 47, 0.05);
}

.prime-day-page .activity-product-card--hidden {
    display: none !important;
}

.activity-product-card__discount {
    position: absolute;
    z-index: 1;
    top: 12px;
    left: 12px;
    padding: 5px 7px;
    border-radius: 4px;
    background: #f52d3e;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
}

.activity-product-card__image {
    display: block;
    height: 230px;
}

.activity-product-card__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.activity-product-card .activity-product-card__content {
    margin: 7px 0 0;
}

.activity-product-card .product-title {
    height: 42px;
    margin: 0;
    color: #242129;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
}

.activity-product-card__price {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px 8px;
    min-height: 29px;
    margin-top: 7px;
}

.activity-product-card .discount-price {
    color: #f12b36 !important;
    font-size: 20px !important;
    font-weight: 700;
    line-height: 1.2;
}

.activity-product-card .original-cost {
    color: #8d8990;
    font-size: 12px !important;
}

.activity-product-card__saving {
    padding: 3px 5px;
    border-radius: 4px;
    background: #fff2d9;
    color: #ef8814;
    font-size: 11px;
    font-weight: 600;
    white-space: nowrap;
}

.activity-product-card__shipping {
    margin: 7px 0 10px;
    color: #5d5a60;
    font-size: 11px;
    white-space: nowrap;
}

.activity-product-card__actions {
    display: flex;
    gap: 7px;
}

.activity-product-card__quantity {
    height: 35px;
    display: flex;
    flex: 0 0 40%;
    border: 1px solid #e2dce5;
    border-radius: 5px;
}

.activity-product-card__quantity button,
.activity-product-card__quantity input {
    min-width: 0;
    width: 33.333%;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: #514c55;
    font: inherit;
    font-size: 16px;
    text-align: center;
}

.activity-product-card__quantity button {
    cursor: pointer;
}

.activity-product-card__cart {
    height: 40px;
    flex: 1;
    padding: 0 4px;
    border: 0;
    border-radius: 5px;
    background: #5c129b;
    color: #ffffff;
    font-family: inherit;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
}

.activity-product-card__details {
    display: block;
    margin-top: 8px;
    color: #6d269e;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    text-decoration: underline;
}

.activity-products-more {
    display: block;
    min-width: 180px;
    margin: 24px auto 6px;
    padding: 11px 24px;
    border: 1px solid #5c129b;
    border-radius: 5px;
    background: #ffffff;
    color: #5c129b;
    font: inherit;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
}

.activity-products-more:hover {
    background: #5c129b;
    color: #ffffff;
}

@media screen and (max-width: 768px) {
    .prime-day-page .product-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .prime-day-page .activity-product-card {
        padding: 7px;
        border-radius: 7px;
    }

    .activity-product-card__discount {
        top: 7px;
        left: 7px;
        padding: 4px;
        font-size: 11px;
    }

    .activity-product-card__image {
        height: 164px;
    }

    .activity-product-card .product-title {
        height: 38px;
        font-size: 13px;
    }

    .activity-product-card .discount-price {
        font-size: 16px !important;
    }

    .activity-product-card__saving {
        font-size: 9px;
    }

    .activity-product-card__shipping {
        margin: 5px 0 8px;
        font-size: 9px;
        letter-spacing: -0.2px;
    }

    .activity-product-card__quantity {
        height: 31px;
        flex-basis: 42%;
    }

    .activity-product-card__cart {
        font-size: 11px;
    }

    .activity-product-card__details {
        margin-top: 6px;
        font-size: 11px;
    }
}

.activity-coupons {
    width: min(1480px, 94%);
    margin: 28px auto 0;
    padding: 24px 30px;
    display: flex;
    align-items: stretch;
    gap: 34px;
    box-sizing: border-box;
    background: #ffffff;
    border: 1px solid #eee8e8;
    border-radius: 18px;
    box-shadow: 0 2px 8px rgba(51, 31, 75, 0.06);
}

.activity-coupons__main {
    flex: 1;
    min-width: 0;
}

.activity-coupons__title {
    margin: 0 0 20px;
    color: #1f1d25;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
}

.activity-coupons__title span {
    margin: 0 14px;
    color: #5d149b;
    font-size: 22px;
}

.activity-coupons__list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.activity-coupon {
    --coupon-color: #5a159c;
    position: relative;
    min-height: 190px;
    padding: 22px 14px 16px;
    overflow: visible;
    border: 2px solid color-mix(in srgb, var(--coupon-color) 20%, #ffffff);
    border-top: 7px solid var(--coupon-color);
    border-radius: 12px;
    background: #ffffff;
    color: #333333;
    font-family: inherit;
    text-align: center;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.activity-coupon::before,
.activity-coupon::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 14px;
    height: 24px;
    background: #ffffff;
    transform: translateY(-50%);
}

.activity-coupon::before {
    left: -2px;
    border-radius: 0 14px 14px 0;
    border-top: 2px solid color-mix(in srgb, var(--coupon-color) 20%, #ffffff);
    border-right: 2px solid color-mix(in srgb, var(--coupon-color) 20%, #ffffff);
    border-bottom: 2px solid color-mix(in srgb, var(--coupon-color) 20%, #ffffff);
}

.activity-coupon::after {
    right: -2px;
    border-radius: 14px 0 0 14px;
    border-top: 2px solid color-mix(in srgb, var(--coupon-color) 20%, #ffffff);
    border-bottom: 2px solid color-mix(in srgb, var(--coupon-color) 20%, #ffffff);
    border-left: 2px solid color-mix(in srgb, var(--coupon-color) 20%, #ffffff);
}

.activity-coupon:nth-child(2) { --coupon-color: #079286; }
.activity-coupon:nth-child(3) { --coupon-color: #fb6500; }
.activity-coupon:nth-child(4) { --coupon-color: #f20b57; }

.activity-coupon:hover,
.activity-coupon:focus-visible {
    z-index: 1;
    outline: none;
    box-shadow: 0 8px 18px color-mix(in srgb, var(--coupon-color) 20%, transparent);
    transform: translateY(-4px);
}

.activity-coupon__amount,
.activity-coupon__minimum,
.activity-coupon__button {
    position: relative;
    z-index: 1;
    display: block;
}

.activity-coupon__amount {
    color: var(--coupon-color);
    font-size: 30px;
    font-weight: 800;
    line-height: 1;
}

.activity-coupon__amount span {
    display: block;
    margin-top: 7px;
    font-size: 19px;
}

.activity-coupon__minimum {
    margin: 14px 0 16px;
    color: #4d4a51;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.55;
}

.activity-coupon__button {
    padding: 9px 8px;
    border-radius: 6px;
    background: var(--coupon-color);
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
}

.activity-coupon__check {
    display: none;
    margin-right: 5px;
}

.activity-coupon.is-copied .activity-coupon__check {
    display: inline;
}

.activity-coupons__guide {
    width: 350px;
    flex: 0 0 350px;
    padding: 20px 24px;
    box-sizing: border-box;
    border-radius: 14px;
    background: linear-gradient(135deg, #fcf8ff 0%, #faf7fb 100%);
}

.activity-coupons__guide h3 {
    margin: 0 0 17px;
    color: #5a159c;
    font-size: 18px;
    font-weight: 700;
}

.activity-coupons__guide ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.activity-coupons__guide li {
    display: flex;
    align-items: center;
    gap: 12px;
}

.activity-coupons__guide li + li {
    margin-top: 13px;
}

.activity-coupons__guide-icon {
    width: 35px;
    height: 35px;
    flex: 0 0 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #6a239f;
    font-size: 18px;
    font-weight: 700;
}

.activity-coupons__guide p {
    margin: 0;
    color: #615d66;
    font-size: 13px;
    line-height: 1.35;
}

.activity-coupons__guide strong {
    display: block;
    color: #333037;
    font-size: 14px;
}

@media screen and (max-width: 1100px) {
    .activity-coupons {
        gap: 24px;
        padding: 22px;
    }

    .activity-coupons__list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .activity-coupons__guide {
        width: 290px;
        flex-basis: 290px;
    }
}

@media screen and (max-width: 768px) {
    .activity-coupons {
        width: 94%;
        margin-top: 14px;
        padding: 18px 14px;
        display: block;
        border-radius: 12px;
    }

    .activity-coupons__title {
        margin-bottom: 16px;
        font-size: 20px;
    }

    .activity-coupons__title span {
        margin: 0 6px;
        font-size: 16px;
    }

    .activity-coupons__list {
        gap: 12px 10px;
    }

    .activity-coupon {
        min-height: 156px;
        padding: 17px 8px 12px;
        border-top-width: 5px;
    }

    .activity-coupon__amount {
        font-size: 22px;
    }

    .activity-coupon__amount span {
        margin-top: 5px;
        font-size: 14px;
    }

    .activity-coupon__minimum {
        margin: 10px 0 12px;
        font-size: 12px;
    }

    .activity-coupon__button {
        padding: 8px 4px;
        font-size: 14px;
    }

    .activity-coupons__guide {
        width: 100%;
        margin-top: 18px;
        padding: 16px;
    }

    .activity-coupons__guide h3 {
        margin-bottom: 12px;
        font-size: 16px;
    }

    .activity-coupons__guide li + li {
        margin-top: 9px;
    }
}

@media screen and (max-width: 374px) {
    .activity-coupon__amount {
        font-size: 19px;
    }
}

.page-img {
    width: 100%;
    height: auto;
}

.prime-banner-img {
    max-height: 768px;
}

.t1-title-1-box .prime-title-img {
    width: 420px;
    max-width: 42vw;
}

.skeleton-img {
    background-color: #e8e6e6;
    width: 100%;
    box-sizing: border-box;
}

.skeleton-right {
    margin: 10px auto;
    box-sizing: border-box;
}

.skeleton-title-line {
    background-color: #e8e6e6;
    width: 100%;
    height: 42px;
}

.skeleton-price-wrap {
    margin-top: 10px;
}

.skeleton-price-line {
    background-color: #e8e6e6;
    width: 100%;
    height: 20px;
}

.skeleton-bar-line {
    background-color: #e8e6e6;
    width: 100%;
    height: 50px;
    margin-top: 5px;
}

.skeleton-btn-wrap {
    margin-top: 15px;
}

.skeleton-btn-line {
    background-color: #e8e6e6;
    height: 41px;
    width: 48%;
}

.banner_text {
    padding: 10px 0 0 0;
}

a,
ins {
    text-decoration: none;
}

.prime-day-page {
    margin-top: 64px;
}

.bodyWidthPd {
    background-color: #000005;
}

.body-container {
    width: 1400px;
    margin: 0 auto;
}

/* .content-paste-input{position: absolute;top: 0;left: 0;opacity: 0;z-index: -10;} */
.width100 {
    width: 100%;
    height: auto;
}

.titleh1 {
    font-size: 48px;
    font-weight: bold;
    color: #010101;
}


/* 标题 */
.banner_text_title {
    margin: 80px 0 60px 0;
    text-align: center;
}

.banner_text_title_text_1 {
    font-weight: bold;
    font-size: 40px;
    color: #333333;
}

.banner_text_title_text_2 a {
    font-size: 24px;
    color: #660099;
    text-decoration-line: underline;
}

/* 标题 */
.banner_text_title {
    margin: 24px 0 20px;
    text-align: center;
}

.banner_text_title_text_1 {
    font-weight: bold;
    font-size: 40px;
    color: #333333;
}

.banner_text_title_text_2 a {
    font-size: 24px;
    color: #660099;
    text-decoration-line: underline;
}

.t1-title-1-box {
    position: relative;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
}


.t1-type-title {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #333333;
    text-shadow: -2px -2px 0 #ffffff,
    2px -2px 0 #ffffff,
    -2px 2px 0 #ffffff,
    2px 2px 0 #ffffff,
    0 3px 4px rgba(0, 0, 0, .25);
    position: absolute;
    top: 58%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
}


.t1.title-1-box {
    margin: 60px 0 40px 0;
}

.t1.title-1-box img {
    margin: 0 auto;
}

.t1 {
    position: relative;
}

.t1 .type-con {
    position: absolute;
    width: 100%;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.t1 .type-title {
    font-size: 32px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
}

.t1 .type-intro {
    color: #ffffff;
    font-size: 32px;
    font-weight: bold;
    margin-top: -12px;
}


/* 导航栏样式 */
.maneuver-module-box {
    background: #F1C16D;
    position: sticky;
    top: 64px;
    z-index: 99;
}

.maneuver-container-box {
    width: 1480px;
    margin: 0 auto;
}

.nav-box {
    display: flex;

    margin: 0 auto;
    justify-content: space-between;
    padding: 10px 0 10px 0;
}

.nav-box .nav-info {
    height: 50px;
    border-radius: 31px;
    font-size: 20px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 40px;
    box-sizing: border-box;
}

.nav-box .nav-info.active {
    height: 50px;
    background: #ffffff;
    border-radius: 31px;
    font-size: 20px;
    color: #F1C16D;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 40px;
    box-sizing: border-box;
}

.nav-box .nav-info:hover {
    background: #ffffff;
    color: #F1C16D;
}

.nav-box .nav-info:hover a {
    color: #353535;
}

.nav-box .nav-info a {
    color: #353535;
}

.nav-box .nav-info.active a {
    color: #353535;
}

@media screen and (max-width: 1200px) {
    .nav-box {
        overflow-x: scroll;
        box-sizing: border-box;
    }

    .nav-box .nav-info {
        min-width: 260px;
    }
}

@media screen and (max-width: 1000px) {
    .nav-box .nav-info, .nav-box .nav-info.active {
        font-size: 16px;
        padding: 0 20px;
        height: 40px;
    }

    .nav-box .nav-info {
        min-width: 200px;
    }
}

@media screen and (max-width: 574px) {
    .nav-box {
        padding: 10px;
    }

    .nav-box .nav-info,
    .nav-box .nav-info.active {
        height: 40px;
        font-size: 16px;
    }
}

/* 主图1 */
.master1 {
    margin-top: 60px;
}

/* 分类 */
.category-box {
    padding-top: 40px;
}

.category-list {
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 50px;
}

.category-list li {
    width: 15%;
    text-align: center;
}

.category-list img {
    margin: 0px auto;
}

.category-list li a {
    margin-top: 15px;
    font-size: 20px;
    color: #ffffff;
    display: block;
}


/* 优惠卷 */
.product-coupon-box {
    position: relative;
    background: #FCF5ED;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    padding: 0;
    cursor: pointer;
    width: auto;
    max-width: 305px;
    margin: 5px 0;
}

.product-coupon-box::before {
    content: '';
    position: absolute;
    left: -9px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 50%;
    clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%);
}

.product-coupon-box::after {
    content: '';
    position: absolute;
    right: -9px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 50%;
    clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
}

.product-coupon-box-p1,
.product-coupon-box-p2 {
    height: 46px;
    line-height: 46px !important;
}

.product-coupon-box-p1 {
    color: #333333;
    font-size: 16px;
    width: 40%;
    box-sizing: border-box;
    text-align: center;
}

.maneuver-three .product-coupon-box {
    max-width: 400px;
}

.product-coupon-box-p2 {
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F1C16D;
    padding-right: 6px;
}

.product-coupon-box-p2 > span {
    color: #333333;
}

.product-coupon-box-p2 span > span {
    font-size: 14px;
}

.product-coupon-box-p2 img {
    margin-left: 4px;
}

.copy-size {
    font-size: 16px;
    font-weight: bold;
    color: #011616;
}


.end_in {
    font-weight: bold;
    font-size: 24px;
    color: #333333;
    margin-right: 15px;
}

#countdown span {
    border-radius: 3px 3px 3px 3px;
    background: #660099;
    display: block;
    padding: 7px 10px;
    font-weight: bold;
    font-size: 24px;
    color: #ffffff;
    width: 56px;
    height: 56px;
    box-sizing: border-box;
    text-align: center;
    align-content: center;
}

#countdown p {
    color: #333333;
    margin-left: 0px;
    font-size: 40px;
    width: 25px;
}

.productWidth {
    width: min(1480px, 94%);
    margin: 0 auto;
}

.product-box-1 {
    background-color: #ffffff;
    margin-bottom: 40px;
}

.productWidth .product-box-1:last-of-type {
    margin-bottom: 0px;
}

.product-box-2 {
    background-color: #A95BE0;
    margin-top: 40px;
}

.product-box-1,
.product-box-2 {
    border-radius: 8px;
    padding: 40px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.productS-price .discount-price {
    color: #FD1E1E !important;
    font-size: 24px !important;
}

.productS-price .original-cost {
    font-size: 16px !important;
}

.product-list .productS-content {
    padding: 10px 0 0;
}

.deals-btn {
    width: 80%;
    margin: 0px auto 20px auto;
    display: block;
}

.deals-btn a {
    background: #FD5601;
    display: block;
    color: #ffffff;
    border-radius: 8px 8px 8px 8px;
    font-size: 16px;
    padding: 10px;
}

.products-3-box {
    margin-top: 30px;
}

.product-list .productS-price {
    justify-content: space-between !important;
    margin-bottom: 10px;
}

.annive_item {
    margin-bottom: 12px;
    background: #FFFFFF;
    padding: 15px;
    box-sizing: border-box;
    width: 24%;
}

.annive_item.hide_item {
    opacity: 0;
    padding: 0;
    margin: 0;
}

#clearance_one .annive_item {
    width: 24%;
}

#clearance_two .annive_item {
    width: 24%;
}

#clearance_three .annive_item {
    width: 49.3%;
}

#clearance_four .annive_item {
    width: 32%;
}

@media screen and (min-width: 768px) {


    #clearance_three .annive_item {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    #clearance_three .annive_item .annive_item-left,
    #clearance_three .annive_item .annive_item-right {
        width: 49.3%;
    }

    #clearance_four .annive_item:nth-last-child(-n+2) {
        width: 49.3%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    #clearance_four .annive_item:nth-last-child(-n+2) .annive_item-left,
    #clearance_four .annive_item:nth-last-child(-n+2) .annive_item-right {
        width: 49.3%;
    }
}

.deals-bar-flex {
    margin: 7px 0;
}

.annive_item-grop {
    margin-top: 15px;
}

.annive_item-btn1,
.annive_item-btn2 {
    width: 46%;
    cursor: pointer;
    height: 41px;
    box-sizing: border-box;
}

.annive_item-btn1 {
    background-color: #ffffff;
    border: 1px solid #660099;
    border-radius: 8px;
    color: #660099;
}

.annive_item-btn2 {
    background: #660099;
    border: 1px solid #660099;
    border-radius: 8px;
    color: #ffffff;
}

.annive_item-btn1,
.annive_item-btn2 {
    font-size: 16px;
    padding: 7px 0px;
    display: block;
    text-align: center;
}

.annive_item-btn1:hover {
    background: #660099;
    border: 1px solid #660099;
    color: #ffffff;
    cursor: pointer;
}

.annive_item-btn2:hover {
    background: #ffffff;
    border: 1px solid #660099;
    border-radius: 8px;
    color: #660099;
}

.discount_text {
    color: #ffffff;
    background: #DA251D;
    border-radius: 0px 0px 16px 0px;
    font-size: 20px;
    font-weight: bold;
    padding: 2px 10px;
    position: absolute;
    left: 0;
    top: 0;
}

.annive_item-klarna {
    justify-content: left;
    align-items: center;
    box-sizing: border-box;
}

.annive_item-klarna img {
    margin-right: 10px;
}

/* 选择倒数前2个元素 */
/* .annive_item:nth-last-child(-n+2) {
    margin-bottom: 0px;
} */
/* .products-3-box{display: flex;flex-wrap: wrap;justify-content: space-between;margin-top: 35px;} */
.Middle-img {
    position: relative;
}

.dot_red {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #DA251D;
    border-radius: 0px 0px 16px 0px;
    font-size: 20px;
    color: #fff;
    padding: 5px 10px;
}

.deals-code {
    margin-bottom: 10px;
}

.deals-code,
.code_flex {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
}

.order_list-ne {
    font-size: 16px;
    color: #95460B;
    font-weight: bold;
    margin: 0 5px;
}

.saintsBtn,
.saintsBtn2 {
    width: 46%;
    cursor: pointer;
    font-size: 16px;
    padding: 10px 0px;
    display: block;
    text-align: center;
}

.saintsBtn {
    background-color: #F1C16D;
    border: 1px solid #F1C16D;
    color: #333333;
    width: 100%;
}

.saintsBtn2 {
    display: none;
    background: #3C5AD2;
    border: 1px solid #3C5AD2;
    border-radius: 8px;
    color: #ffffff;
}

.saintsBtn:hover {
    background: #F1C16D;
    border: 1px solid #F1C16D;
    color: #ffffff;
    cursor: pointer;
}

.saintsBtn2:hover {
    background: #1441f3;
    border: 1px solid #1441f3;
    border-radius: 8px;
    color: #fff;
}


.five_div {
    padding: 40px 0 100px 0;
}


.product-container {
    background-color: #fff;
    width: 19%;
    margin-bottom: 20px;
    display: block;
}

.product-container-in {
    padding: 10px;
    width: 100%;
}

.product-img,
.product-title {
    display: block;
}

.product-info {
    width: 100%;
    font-weight: 400;
    line-height: 1.2;
    color: #333;
    margin-top: 15px;
    text-align: center;
}

.product-title {
    color: #333;
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    height: 60px;
    -webkit-box-orient: vertical;
    font-weight: bold;
    margin-top: 7px;
}

.product-title:hover {
    color: #609;
    text-decoration: revert;
}

.price {
    margin: 10px 0 0;
}

.price del {
    color: #939393;
    font-size: 20px;
    margin-right: 7px;
}

.price ins {
    color: #FF3B3B !important;
    font-size: 20px;
}

.pro-de-btn {
    border: 1px solid lavender;
    padding: 10px 0;
    width: 100%;
    margin-top: 6px;
    border-radius: 3px;
    font-weight: 400;
    color: #333;
    background-color: lavender;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.pro-de-btn:hover {
    color: #fff;
    background: #609;
    border: 1px solid #609;
    cursor: pointer;
}

.product-title {
    text-align: left;
}


.btn-group {
    display: flex;
    align-items: center;
}

.group_cart-btn {
    border: 1px solid #660099;
    border-radius: 3px 0px 0px 3px;
    width: 35%;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.group_buybow-btn {
    background: linear-gradient(180deg, #CA2EDA 0%, #6C039D 100%);
    color: #ffffff;
    font-size: 14px;
    border-radius: 0px 3px 3px 0px;
    width: 65%;
    text-align: center;
    cursor: pointer;
}

#footer {
    margin-top: 0;
}

.m-img {
    display: none;
}


.product-gift-box {
    display: flex;
    align-items: center;
}

.product-gift-box-p1 {
    font-size: 14px;
    margin-left: 5px;
}

.product-gift-box-p1 span {
    font-weight: bold;
}

.product-gift-box-p1 a {
    text-decoration: underline;
    color: #333333;
}

.flex-center {
    text-align: center;
    border-top: 1px solid #660099;
    margin-top: 80px;
    padding: 50px 0;
}

.flex-center p:nth-child(1) {
    font-size: 28px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 25px;
}

.flex-center p {
    font-size: 20px;
    color: #333333;
}

.flex-center p:nth-child(4) {
    margin: 30px 0;
}

.flex-center img {
    margin: 0 auto;
}

.annive_item .pc-img {
    display: block !important;
}

.annive_item .m-img {
    display: none !important;
}

.product_wrap {
    padding-bottom: 0;
}

.swiper_container {
    overflow: hidden;
    position: relative;
}

.swiper-button-prev,
.swiper-button-next {
    width: 30px !important;
    height: 30px !important;
    border-radius: 50%;
    border: 1px solid #3C5AD2;
    background-color: #3C5AD2;
    box-shadow: 0 3px 16px 0 #FFFFFF;
}

.swiper_container .swiper-button-prev:after,
.swiper_container .swiper-button-next:after {
    font-size: 18px !important;
    color: #fff;
}

#cl_five {
    padding-bottom: 40px;
}

#cl_one .swiper-button-prev,
#cl_one .swiper-button-next,
#cl_four .swiper-button-prev,
#cl_four .swiper-button-next {
    display: none;
}

.column-banner-box {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
}

.banner-item {
    width: calc(50% - 20px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.banner-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.banner-item > img {
    width: 100%;
}

.klarna_desc {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    padding: 20px 0;
    background: #e1bee7;
}

.klarna_desc p {
    margin-left: 10px;
    color: #333333;
    font-size: 18px;
}

.score_box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    padding: 20px 0;
    background: #F7F1DF;
    color: #333333;
}

.score_box img {
    margin: 0 10px;
}

.coupon-box {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.codeHight {
    height: 46px;
    margin: 5px 0;
}

#cl_six {
    padding-bottom: 40px;
}

.annive_item-img {
    height: 310px;
}

@media screen and (max-width: 1600px) {

    .body-container,
    .productWidth,
    .copy-content {
        width: 94%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1500px) {
    .nav-box {
        width: 100%;
    }

    .maneuver-container-box {
        width: 96%;
    }
}

@media screen and (max-width: 1400px) {
    .order_list-title {
        font-size: 32px;
    }

    .order_list-intro {
        font-size: 18px;
    }

    .order_list-btn .order_list-ne {
        font-size: 16px;
    }

    .order_list-li {
        margin-bottom: 15px;
    }

    .copy-content .t1.title-1-box {
        margin: 40px 0 30px 0;
    }

    .t1 .type-title {
        font-size: 32px;
    }

    .order_list-btn {
        padding: 0px 10px;
    }

    .category-list li a {
        font-size: 16px;
    }

    .category-list li {
        width: 16%;
    }

    .copy-max {
        padding: 30px 0 40px 0;
    }

    .nav-box {
        overflow-x: scroll;
        box-sizing: border-box;
    }

    .nav-box .nav-info:nth-child(1) {
        min-width: 400px;
    }

    .nav-box .nav-info {
        min-width: 260px;
    }
}

@media screen and (max-width: 1200px) {
    .annive_item-img {
        height: 190px;
    }

    .order_list-btn {
        padding: 5px 10px;
    }

    .order_list-btn .order_list-ne {
        font-size: 14px;
    }

    .order_list-code {
        font-size: 12px;
    }

    .order_list-title {
        font-size: 24px;
    }

    .order_list-intro {
        font-size: 16px;
        margin-top: -5px;
    }


    .t1-type-title {
        font-size: 18px;
    }

    .t1-title-1-box .prime-title-img {
        max-width: 48vw;
    }
}

@media screen and (max-width: 1000px) {
    .prime-day-page {
        margin-top: 54px;
    }

    .category-list {
        width: 94%;
    }

    .category-list {
        flex-wrap: wrap;
    }

    .category-list li {
        width: 33%;
    }

    .nav-box .nav-info:nth-child(1) {
        min-width: 260px;
    }

    /* .product-box-1{padding-top: 40px;} */
    .productBox {
        padding-bottom: 40px;
    }

    /* .annive_item,#clearance_two .annive_item,#clearance_three .annive_item{
        width: 49%;
    } */
    .product-title {
        font-size: 20px;
        height: 65px;
    }

    .productS-price .discount-price {
        font-size: 20px !important;
    }

    .annive_item-content {
        margin-top: 10px;
    }

    .product-coupon-box-p2 {
        font-size: 14px;
        width: 60%;
    }

    .product-coupon-box-p1 {
        font-size: 14px;
    }

    .copy-size {
        font-size: 16px;
    }

    .nav-box .nav-info, .nav-box .nav-info.active {
        font-size: 16px;
        padding: 0 10px;
    }

    .nav-box .nav-info {
        min-width: 180px;
    }
}

@media screen and (max-width: 900px) {
    .pc-img {
        display: none;
    }

    .m-img {
        display: block;
    }

    .annive_item-grop {
        flex-wrap: wrap;
    }

    .saintsBtn,
    .saintsBtn2 {
        width: 100%;
    }

    .annive_item {
        margin-bottom: 10px;
    }

    #clearance_three .annive_item,
    #clearance_four .annive_item {
        display: block;
    }

    #clearance_three .annive_item-right,
    #clearance_four .annive_item-right,
    #clearance_three .annive_item-left,
    #clearance_four .annive_item-left {
        width: 100%;
    }

    .codeHight {
        height: 40px;
    }

    .product-coupon-box-p1, .product-coupon-box-p2 {
        height: 40px;
        line-height: 40px !important;
    }

}

@media screen and (max-width: 768px) {
    .maneuver-module-box {
        top: 0;
    }

    .prime-day-page {
        margin-top: 0px;
    }

    .t1-title-1-box img {
        width: 94%;
        height: auto;
        margin: 0 auto;
    }

    .product-container {
        width: 49%;
        margin-bottom: 15px;
    }

    .price {
        margin: 8px 0 0;
    }

    .annive_item-grop {
        margin-top: 7px;
    }

    .price ins {
        font-size: 15px;
    }

    .price del {
        font-size: 12px;
    }

    .product-box-1,
    .product-box-2 {
        padding: 10px;
    }

    .category-list li {
        margin-bottom: 5px;
    }

    .category-list {
        flex-wrap: wrap;
    }

    .copy-max {
        margin-top: 0px;
    }

    .product-list {
        padding: 0px;
    }

    .banner_text_title_text_1 {
        font-size: 20px;
    }

    .banner_text_title_text_2 a {
        font-size: 16px;
    }

    .five_div {
        padding: 20px 0 50px 0;
    }

    .banner_text_title {
        margin: 40px 0 20px 0;
    }

    .product-list .productS-price {
        justify-content: center !important;
        margin-top: 0px !important;
    }

    .product-list .original-cost {
        font-size: 12px !important;
    }

    .copy-max {
        padding-top: 5px;
    }

    .master1 {
        margin-top: 40px;
    }

    .category-box {
        padding-top: 5px;
    }

    /* .prime-day-page{margin: 0 8px;} */
    .product-list .original-cost {
        font-size: 13px;
    }

    .saintsBtn,
    .saintsBtn2 {
        font-size: 13px;
    }

    .product-list .discount-price {
        margin-left: 0px !important;
    }

    .productBox {
        margin-bottom: 8px;
    }

    .copy-text {
        font-size: 12px;
    }

    .order_list-btn {
        flex-wrap: wrap;
    }

    .order_list-code {
        width: 100%;
    }

    .order_list-intro {
        margin-top: -2px;
    }

    .order_list-li {
        width: 45%;
    }

    .order_list {
        width: 90%;
        margin: 0 auto;
    }

    .product-container-in {
        padding: 10px 0;
    }

    .product-list .productS-content {
        padding: 10px 0 0 !important;
    }

    .product-box-1,
    .product-box-2 {
        padding: 0;
        background-color: revert;
    }

    #countdown span {
        font-size: 14px;
        width: 30px;
        height: 30px;
        padding: 0;
    }

    .end_in {
        font-size: 16px;
    }

    #countdown p {
        font-size: 20px;
        width: 15px;
    }

    .t1-type-title {
        font-size: 16px;
    }

    #clearance_one .annive_item, #clearance_two .annive_item, #clearance_five .annive_item {
        flex-wrap: wrap;
    }

    .product-coupon-box {
        width: 100%;
    }

    #clearance_five .annive_item {
        width: 100%;
    }


    .product-title {
        font-size: 16px;
        height: 45px;
    }

    #clearance_two .annive_item, #clearance_three .annive_item,
    #clearance_four .annive_item, #clearance_five .annive_item, #clearance_six .annive_item {
        width: 49%;
    }

    .annive_item {
        width: 49%;
    }

    #clearance_five .annive_item:first-child > div {
        width: 100%;
    }

    .product_wrap {
        padding: 10px;
    }


    .banner-item {
        width: calc(100% - 20px);
    }

    #clearance_four .annive_item:first-child {
        width: 100%;
    }

}

@media screen and (max-width: 574px) {
    .annive_item-img {
        height: 167px;
    }

    #cl_five {
        padding-bottom: 25px;
    }

    .product-coupon-box-p1 {
        width: 40%;
    }

    .product-coupon-box-p2 {
        width: 60%;
    }

    .product-list {
        padding: 0px !important;
    }

    .product_wrap {
        padding: 3px;
    }

    .annive_item {
        flex-wrap: wrap;
        width: 49%;
        padding: 3px;
    }

    .annive_item-left,
    .annive_item-right {
        width: 100%;
    }

    .banner_text_title {
        margin: 40px 0 20px 0;
    }

    .deals-bar-flex {
        margin: 0px 0 5px 0;
    }

    #clearance_three .annive_item-right,
    #clearance_four .annive_item-right {
        margin: 0 auto;
    }

    .annive_item-content {
        margin-top: 0;
    }

    .product-title {
        margin-top: 5px;
    }

    .product-list .productS-price {
        margin-bottom: 5px;
    }


    .t1-type-title {
        font-size: 15px;
    }

    .t1-title-1-box .prime-title-img {
        width: 260px;
        max-width: 82vw;
    }

    .annive_item-klarna {
        padding: 5px;
    }

    .annive_item-klarna p {
        font-size: 12px;
    }

    .annive_item-klarna img {
        width: 20%;
        margin-right: 5px;
        height: auto;
    }

    #clearance_one .annive_item,
    #clearance_two .annive_item,
    #clearance_three .annive_item,
    #clearance_four .annive_item {
        width: 49%;
        display: block;
        padding: 5px;
    }

    #clearance_one .annive_item-left,
    #clearance_one .annive_item-right {
        width: 100%;
    }

    .nav-box .nav-info,
    .nav-box .nav-info.active {
        font-size: 16px;
    }

    .dot_red,
    .product-title {
        font-size: 14px;
    }

    .copy-size,
    .product-coupon-box-p1,
    .product-coupon-box-p2 {
        font-size: 12px;
    }

    .codeHight {
        height: 34px;
    }

    .product-coupon-box-p1, .product-coupon-box-p2 {
        height: 34px;
        line-height: 34px !important;
    }

    .product-list .productS-price {
        align-items: baseline;
    }

    .flex-center {
        text-align: center;
        border-top: 1px solid #660099;
        margin-top: 80px;
        padding: 50px 0 0 0;
    }

    .flex-center img {
        width: 70%;
        height: auto;
    }
}

@media screen and (max-width: 475px) {
    .copy-size, .product-coupon-box-p1, .product-coupon-box-p2 {
        font-size: 12px;
    }

    .category-list img {
        width: 60%;
    }

    .t1 .type-title {
        font-size: 18px;
    }

    .category-list li a {
        font-size: 13px;
    }

    .products-3-box {
        margin-top: 15px;
    }

    .deals-btn a {
        font-size: 12px;
    }

    .deals-btn,
    .copy-content {
        width: 96%;
    }

    .copy-content {
        margin: 0px auto;
    }

    .order_list-title {
        font-size: 16px;
    }

    .order_list-intro,
    .order_list-btn .order_list-ne {
        font-size: 12px;
    }

    .order_list-btn {
        padding: 2px;
    }

    .order_list-btn img {
        width: 12px;
        height: 13px;
    }

    .order_list-li {
        margin-bottom: 10px;
    }

    .order_list-btn .order_list-ne {
        margin: 0 2px;
    }

    .copy-text {
        font-size: 12px;
    }

    .order_list-code {
        font-size: 10px;
    }

    .order_list {
        gap: 1%;
    }

    .five_div {
        padding: 0px 0 50px 0;
    }

    .group_buybow-btn {
        font-size: 12px;
    }

    .copy-content .t1.title-1-box,
    .t1.title-1-box {
        margin: 30px 0 20px 0;
    }

    .body-container, .copy-content {
        width: 98%;
    }

    .productWidth {
        width: 94%;
    }
}