.shopify-pc__banner__dialog {
    display: none !important;
}
/* 4K 屏以上 */
@media (min-width: 4000px) {
    .container-width {
        max-width: 2800px !important;
    }
}

body {
    font-family: Poppins;
}

/* 笔记本 */
@media (min-width: 1920px) and (max-width: 3999px) {
    .container-width {
        max-width: 1340px !important;
    }
}

/* 平板横屏 */
@media (min-width: 1024px) and (max-width: 1919px) {
    .container-width {
        max-width: 880px !important;
    }
}

.container-width {
    margin: 0 auto;
}

/* 平板竖屏 */
@media (min-width: 768px) and (max-width: 1023px) {
    .container-width {
        max-width: 700px !important;
    }
}

/* 移动端 */
@media (max-width: 767px) {
    .container-width {
        max-width: 100% !important;
        padding: 0 15px !important;
        /* 两边留点距离 */
    }
}

@media screen and (min-width: 768px) {
    .shaver-product-detail {}
}

@media only screen and (min-width: 768px) {
    .shaver-product-detail .row {
        padding: 0 0px;
    }
}
.announcement-bar ,.header-section{
    transition: 0.3s all;
}
@media (min-width: 1000px) {
    .shaver-product-detail .product-grid-container {
        display: grid;
        grid-gap: clamp(30px, 13%, 60px) !important;
        grid-template-columns: 1fr clamp(360px, 45%, 668px) !important;
        align-items: start;
    }
}
@media (max-width: 1340px) {
    .shaver-product-detail .product-information {
        padding: 0 15px !important;
    }
}
/* .shaver-product-detail.product-grid-container {
    margin-top: 20px;
} */
.product-p3-container klarna-placement::part(osm-container) {
    background: #373737;
    border-radius: 8px;
    padding: 10px;
    color: #fff;
    border: none;
    margin-top: 15px;
}
.product-p3-container klarna-placement::part(osm-cta) {
    color: #fff;
}
.product-p3-container .restock-rocket-preorder-description {
    background: #373737 !important;
}
.product-p3-container .preorder-description-text ,.product-p3-container .preorder-detail-item{
    color: #fff !important;
}
.credit-promotion-badge {
    background-color: #373737 !important;
}
.shaver-product-detail .row {
    padding-top: 50px;
    max-width: 1340px;
}
.swiper-numbers {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
    background: #333;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 12px;
    color: #ffffff;
}


.product-grid-images-wrapper {
    border-radius: 10px;
    overflow: hidden;
}

/* .shaver-technology-container-t1 .shaver-technology-features-title, 
.in-the-box-t1 .shaver-technology-features-title,
.shaver-technology-container-t1 .shaver-technology-features-title {
    color: #000000;
    background: transparent;
    -webkit-text-fill-color: inherit;
} */

.product-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0 !important;
    line-height: 1.4;
}

.variations {
    /* margin-bottom: 20px !important; */
}

.variant-container {
    position: relative;
}

.mb16 {
    margin-bottom: 16px !important;
}

.shaver-product-detail p {
    margin: 0;
}

.shaver-product-detail .product-grid-container {
    display: flex;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}


.shaver-product-detail .product-grid {
    position: sticky;
    top: 2rem;
    flex: 1;
    width: 100%;
    overflow: hidden;
}

.product-information {
    flex: 1;
}

.shaver-product-detail .form__label {
    display: block;
    font-size: 14px !important;
    margin-bottom: 2px;
    align-items: baseline !important;
    font-weight: 700 !important;
    flex-basis: 25%;
    font-family: Poppins;
    text-transform: capitalize !important;
}

.shaver-technology-features-title {
    width: 100%;
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 20px;
    background: linear-gradient(180deg, #ffffff, #bcbcbc, #141414);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-left: 15px;
}
.in-the-box-t1 .shaver-technology-features-title,
.shaver-technology-container-t1 .shaver-technology-features-title,
.t1-video-feature .shaver-technology-features-title  {
    color: #000000;
    background: transparent;
    -webkit-text-fill-color: inherit;
}
.product-information .variations .product-form__input--color input[type="radio"] + label {
    margin: 0 !important;
}
.product-information .variant-container {
    gap: 18px;
}
@media screen and (max-width: 768px) {
    .shaver-technology-features-title {
        font-size: 26px;
    }
    html .product-grid-container .product-title {
        /* font-size: 20px !important; */
    }
}
@media (min-width: 1024px) and (max-width: 1919px) {
    .shaver-technology-features-title {
        font-size: 35px;
    }
}
.shaver-product-detail .product-variant-color .form__label span {
    font-size: 12px;
    color: #b5b5b5;
    margin-left: 8px;
}

.shaver-product-detail .product-variant-color input[type=radio]:checked+label {
    box-shadow: 0 0 0 2px #2196f3 !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-color: #ffffff;
}

.shaver-product-detail .product-variant-color label {
    border-radius: 52px;
    margin: 0 0px;
    width: 50px;
    height: 50px;
    background-color: #373737;
}

.product-t1-container .product-variant-color label {
    background-color: #F7F7F7 !important;
}

.shaver-product-detail .product-variant-color input[type=radio]+label {
    background-size: contain;
    max-width: 48px;
    min-height: 48px;
}

.shaver-product-detail .product-variant-color {
    display: block !important;
}

.shaver-product-detail .product-variant-color input[type="radio"]+label:after {
    content: "";
    display: block;
    position: absolute;
    top: 14px;
    left: 14px;
    right: 14px;
    bottom: 14px;
    border-radius: 50%;
    background-size: cover;
    background-color: var(--option-color);
    background-image: var(--option-color-image);
}

.shaver-product-detail input[type="radio"].is-disabled+label:after,
.shaver-product-detail input[type="radio"].is-disabled+label>span {
    opacity: 0.4;
}

.product-variant-color input[type="radio"].is-disabled+label:before {
    content: "";
    max-width: 48px;
    min-height: 48px;
}

.product-variant-color input[type="radio"]+label:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: linear-gradient(to bottom left, transparent calc(50% - 1.5px), #000000, transparent calc(50% + 1.5px)) no-repeat;
    z-index: 1;
}
.product-p3-container {
    padding-bottom: 80px;
}
.product-p3-container .product-variant-color input[type="radio"]+label:before {
    background: linear-gradient(to bottom left, transparent calc(50% - 1.5px), #d8d8d8, transparent calc(50% + 1.5px)) no-repeat;
}

.product-p3-container .variations .product-form__input--color .variant-container input[type=radio]+label {
    box-shadow: 0px 0px 1px #ffffff inset;
}

.shaver-product-detail .variant-info-cards {
    border-radius: 16px;
    /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03); */
}

.shaver-product-detail .variant-info-card {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 11px;
    margin-bottom: 0;
    padding: 18px 20px;
    margin-bottom: 15px;
    border-radius: 10px;
}

.shaver-product-detail .variant-info-icon img {
    width: 15px;
    height: 15px;
    object-fit: contain;
    margin-top: 4px;
}

.shaver-product-detail .variant-info-content {
    flex: 1;
    color: #696969;
    font-size: 14px;
    line-height: 1.6;
}
.shaver-product-detail .variant-info-content .variant-info-cards p {
    /* margin-bottom: 5px; */
}
.shaver-product-detail .variant-info-divider {
    height: 1px;
    background: #ececec;
    margin: 18px 0;
    border-radius: 1px;
}

.shaver-product-detail .variant-info-cards p {
    margin-bottom: 5px;
}

.shaver-product-detail .variant-info-arrow {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.shaver-product-detail .plug-type-options {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

.shaver-product-detail .plug-type-card {
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    cursor: pointer;
    background: #fff;
    transition: border-color 0.2s;
    position: relative;
    z-index: 10;
}


.plug-type-card .plug-type-img {
    width: 48px;
    height: 48px;
}

.plug-type-card .plug-type-info {
    flex: 1;
    margin-left: 16px;
}

.plug-type-card .plug-type-title {
    font-size: 18px;
    font-weight: bold;
}

.plug-type-card .plug-type-price {
    font-size: 16px;
    color: #222;
    margin: 4px 0;
}

.plug-type-card .plug-type-stock {
    color: #e53935;
    font-size: 14px;
}

.plug-type-card .plug-type-desc {
    color: #888;
    font-size: 13px;
    margin-top: 6px;
}

.shaver-product-detail .plug-type-card-container {
    width: 100%;
}

.shaver-product-detail .plug-type-options input[type=radio]:checked+label .plug-type-card {
    border-color: #2196f3;
    width: 100%;
}

.plug-type-card-container .plug-type-desc {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.5s;
    background-color: #F8F9FB;
    border: 1px solid #EEEFF0;
    border-radius: 0 0 5px 5px;
    /* padding: 15px 20px 15px 20px; */
    font-size: 15px;
    margin-top: -5px;
    color: #565757;
    opacity: 0;
    /* display: none; */
}
.shaver-product-detail .plug-type-options input[type=radio]:checked+label .plug-type-desc {
    /* display: block; */
    max-height: 400px;
    /* 设为足够大即可 */
    /* padding: 15px 20px 15px 20px; */
    opacity: 1;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.5s;
}


.shaver-product-detail .introduce-template-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 20px;
    background-color: #F8F9FB;
    font-size: 15px;
    border-radius: 10px;
    color: #000000;
    cursor: pointer;
    border: 1px solid #EEEFF0;
}
.Version-variations {
    margin-bottom: 14px !important;
}

.shaver-product-detail .introduce-template-content .add-icon {
    border: 1px solid #2196f3;
    width: 15px;
    height: 15px;
    min-width: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: #2196f3;
    margin-left: 30px;
}

.plug-type-options input[type="radio"]+label {
    width: 100% !important;
    height: auto !important;
    position: relative;
    color: #000 !important;
    cursor: pointer;
    z-index: 4;
    text-indent: inherit !important;
}

.in-the-box-p3 {
    position: relative;
    padding: 40px 0px;
    width: 100%;
    max-width: 1000px;
    aspect-ratio: 1/1;
    margin: 0 auto;
    border-radius: 20px;
}

.in-the-box-p3__list {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    position: absolute;
    width: 92%;
    margin: 0 auto;
    bottom: -6%;
    left: 50%;
    transform: translateX(-50%);
}

.shaver-product-detail .form__label-version {
    font-size: 23px !important;
    margin-top: 40px;
}

.in-the-box-p3__item {
    list-style: none;
    flex: 0 0 23%;
    background-color: #333333;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}

.product-p3-container .mbc-bundles-list {
    background: #373737 !important;
    border: none !important;
}
.product-p3-container .mbc-field__select {
    background-color: #373737 !important;
}
.product-p3-container .mbc-bundles-list__title,
.product-p3-container .mbc-bundle__item-title,
.product-p3-container .mbc-bundle__item-price,
.product-p3-container .mbc-bundle__price,
.product-p3-container .mbc-bundle-countdown__timer, 
.product-p3-container .mbc-field__select {
    color: #ffffff !important;
}
.product-p3-container select {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='7' fill='none' xmlns='http://www.w3.org/2000/svg' style='transform:rotate(0deg);transition:transform .3s'%3E%3Cpath d='m1 1 4 4 4-4' stroke='rgba(255,255,255,1)' stroke-width='1.5'/%3E%3C/svg%3E");
}
.in-the-box-p3__title {
    flex: 1;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    color: #ffffff;
}
.product-p3-container .Lo-Amazon-Light-Gray {
    background-color: #373737!important;
    background-image: none!important;
    color: #ffffff!important;
    border: none!important;
}
.in-the-box-p3__info-title {
    position: absolute;
    bottom: 0;
    font-size: 80%;
    color: #fff;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    padding: 0 10px 12px;
    line-height: 1.2;
}

.in-the-box {
    padding: 40px 20px;
}

.in-the-box__title {
    text-align: center;
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 500;
}

.in-the-box__list {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 30px;
    list-style: none;
    margin: 0;
    overflow-y: auto;
}

.in-the-box__img-box {
    aspect-ratio: 1;
    margin-bottom: 0px;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.in-the-box__img-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;

}

.in-the-box__title {
    margin: 0 0 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 30px;
    font-weight: 600;
}

.in-the-box__quantity {
    margin: 0;
    color: #666;
    font-size: 12px;
}

/* 响应式样式 */
@media (max-width: 1068px) {
    .in-the-box__list {
        grid-template-columns: repeat(6, 1fr);
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .in-the-box {
        padding: 30px 15px;
    }

    .in-the-box__title {
        margin-bottom: 20px;
    }

    .in-the-box__list {
        display: flex;
        gap: 30px;
    }

    .in-the-box-p3__info-title {
        padding: 0 5px 5px;
        font-size: 10px !important;
    }
    .product-p3-container {
        padding-bottom: 0px;
    }

    .grid-images-swiper-pagination {
        /* display: none !important; */
    }

    .product-grid-bottom {
        /* position: absolute;
        bottom: 0px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 10; */
    }
}

.product-main-slider {
    position: relative;
    aspect-ratio: 1 / 1;
    /* 或者根据你的图片实际比例设置 */
    width: 100%;
    overflow: hidden;
}

.product-main-slider .swiper-slide {
    height: 100%;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.product-main-slider .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* 保持图片比例 */
}

.product-main-slider .swiper-pagination {
    position: relative;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    min-height: 40px;
    /* 预留缩略图展开的空间 */
    bottom: 80px;
}

.product-main-slider .swiper-pagination-bullet,
.video-container .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #999;
    opacity: 1;
    transition: all 0.3s ease;
    background-size: cover;
    background-position: center;
    transform-origin: bottom center;
    /* 从底部开始变换 */
}

.product-main-slider .swiper-pagination-bullet-active,
.video-container .swiper-pagination-bullet-active {
    background: #000;
}

/* PC端hover效果 */
@media (min-width: 1024px) {
    .product-main-slider:hover .swiper-pagination-bullet {
        width: 40px;
        height: 40px;
        border-radius: 4px;
        margin: 0 4px;
        transform-origin: bottom center;
        opacity: 0.4;
    }

    .product-main-slider .swiper-pagination-bullet {
        background-size: 0;
        background-repeat: no-repeat;
        background-position: center;
    }

    .product-main-slider:hover .swiper-pagination-bullet {
        background-size: cover;
    }

    .product-main-slider:hover .swiper-pagination-bullet-active {
        transform: translateY(-4px) scale(1.1);
        /* 向上移动并放大 */
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        opacity: 1;
        border: 1px solid rgba(0, 0, 0, 0.6);
    }
}

.product-main-slider .swiper-button-prev,
.product-main-slider .swiper-button-next,
.video-container .swiper-button-prev,
.video-container .swiper-button-next {
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 50%;
    transition: all 0.3s ease;
}

.product-main-slider .swiper-button-prev:hover,
.product-main-slider .swiper-button-next:hover,
.video-container .swiper-button-prev:hover,
.video-container .swiper-button-next:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.product-main-slider .swiper-button-prev:hover,
.product-main-slider .swiper-button-next:hover {
    background-color: rgba(0, 0, 0, .2);
}
.product-main-slider .swiper-button-prev:after,
.product-main-slider .swiper-button-next:after,
.video-container .swiper-button-prev:after,
.video-container .swiper-button-next:after {
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
}


/* 移动端样式 */
@media (max-width: 768px) {
    .product-grid-container {
        flex-direction: column;
        padding: 0;
        gap: 20px;
    }

    .shaver-product-detail .row {
        padding-top: 0px !important;
    }

    .product-main-slider .swiper-slide,
    .product-grid-images-wrapper {
        border-radius: 0 !important;
    }

    .shaver-product-detail .product-grid {
        position: relative;
    }

    .product-grid-images-wrapper,
    .product-information {
        width: 100%;
    }

    .product-title {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .single-add-to-cart-button--text {
        font-size: 16px;
    }

    .product-main-slider .swiper-button-prev,
    .product-main-slider .swiper-button-next {
        display: none;
    }
}

.product-grid-bottom {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.media-switch {
    display: flex;
    gap: 12px;
}

.switch-btn {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 7px 15px;
    border-radius: 100px;
    border: none;
    background: #f5f5f5;
    color: #333;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.switch-btn svg {
    width: 16px;
    height: 16px;
}

.switch-btn.active {
    background: #000;
    color: #fff;
}

.video-container {
    display: none;
    aspect-ratio: 1 / 1;
    width: 100%;
    line-height: 0;
}

.video-container.active {
    display: block;
}

.product-main-slider {
    display: none;
}

.product-main-slider.active {
    display: block;
}

.shaver-video {
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.variant-info-cards {
    position: relative;
}

.variant-info-card.hidden-card {
    display: none;
}

.variant-info-toggle {
    text-align: center;
    margin-top: 16px;
}

.toggle-btn {
    background: none;
    border: none;
    color: #0066CC;
    cursor: pointer;
    font-size: 16px;
    padding: 8px 16px;
}
.product-price-container .price {
    font-size: 20px;
    margin: 10px 0;
}
.toggle-btn:hover {
    text-decoration: underline;
}

/* 悬浮 Add to Cart 按钮样式 */
.floating-cart-container {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 30;
    transform: translateY(100%);
    transition: transform 0.3s ease;
    padding: 10px 0px;
    border-radius: 10px 10px 0 0;
}

.floating-cart-container.visible {
    transform: translateY(0);
}

.floating-cart-container .variant-container {
    justify-content: flex-start;
    gap: 20px;
}

.floating-cart-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1340px;
    margin: 0 auto;
}

.floating-cart-price {
    display: flex;
    flex: 1;
    justify-content: space-between;
    align-items: center;
}

.floating-cart-container .product-form__input .form__label__value {
    margin: 0;
}

.floating-cart-container .variations .product-form__input--color input[type="radio"]+label {
    margin-right: 0px;
}

.floating-cart-price .variations {
    margin-bottom: 0px !important;
    margin-right: 20px;
}

@media (max-width: 768px) {
    .floating-cart-price .variations {
        margin-right: 0px;
    }
    .shaver-product-detail .product-grid {
        top: 0rem !important;
    }
    .shaver-product-detail .plug-type-options,
    .floating-cart-container .variant-container {
        gap: 10px;
    }
}

.variations .product-form__input--color input[type="radio"]+label {
    margin-right: 10px;
}

.floating-price-container {
    display: flex;
    align-items: center;
    gap: 20px;
}

.floating-cart-buttons {
    display: flex;
    align-items: center;
}

.floating-add-to-cart-button {
    background-color: #0A64EF;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    font-weight: bold;
    border-color: #0A64EF;
}

.floating-price-container .variations {
    margin-bottom: 0px !important;
}

.in-the-box-p3-mobile {
    display: none;
}

.in-the-box-p3 {
    display: block;
}

.in-the-box-p3-mobile .in-the-box-p3__title {
    background: linear-gradient(180deg, #ffffff, #bcbcbc, #141414);
    -webkit-background-clip: text;
    /* 裁剪背景到文字 */
    -webkit-text-fill-color: transparent;
    /* 文字本身透明 */
}

.in-the-box__info-title {
    padding-left: 20px;
}


/* 视频轮播样式 */
.video-container {
    display: none;
    width: 100%;
    height: 100%;
}

.video-container.active {
    display: block;
}

.video-swiper {
    width: 100%;
    height: 100%;
}

.video-swiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.shaver-video {
    max-width: 100%;
    height: 100%;
}

/* 确保视频容器和图片轮播容器高度一致 */
.product-grid-images-wrapper {
    position: relative;
}

.variants-container {
    display: flex;
}

.variant-container-label-img {
    /* background-size: 100% 100%; */
}

.in-the-box-p3-mobile {
    padding: 0 30px;
}

.floating-cart-buttons .button[disabled] {
    color: #ffffff
}
.product-t1-container .floating-cart-buttons .button[disabled] {
    color: #000000 !important;
}
/* 移动端适配 */
@media (max-width: 768px) {
    .floating-price-container {
        gap: 5px;
        padding: 5px 20px;
        justify-content: flex-start;
    }

    .in-the-box-p3-mobile .in-the-box-p3__title {
        text-align: left;
    }

    .floating-cart-container .variants-container {
        justify-content: flex-start !important;
    }

    .floating-cart-container .variants-container .variant-container {
        justify-content: flex-start;
    }

    .in-the-box-p3 {
        display: none;
    }

    .in-the-box__info-title {
        font-size: 15px !important;
    }

    .in-the-box-p3-mobile {
        display: block;
    }

    .in-the-box-p3-mobile .in-the-box__img-box {
        width: 100%;
        margin-bottom: 5px;
    }

    .in-the-box__list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px !important;
    }
    .in-the-box-t1 .in-the-box__item {
        width: 120px;
        min-width: 120px;
    }
    .floating-cart-inner {
        flex-direction: column;
        padding: 0;
    }

    .floating-cart-price {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
    }

    .floating-cart-buttons {
        width: 100%;
        justify-content: space-between;
    }

    .floating-add-to-cart-button,
    .floating-buy-now-button {
        flex: 1;
    }

    .floating-current-price {
        font-size: 20px;
    }

    .floating-compare-price {
        font-size: 14px;
    }

    .floating-cart-price .form__label {
        font-size: 11px !important;
        margin-bottom: 5px !important;
    }

    .floating-cart-price .form__label__value {
        font-size: 9px !important;
    }

    .floating-cart-container .floating-cart-container .plug-type-title,
    .floating-cart-container .plug-type-info {
        display: none;
    }

    .floating-cart-container .plug-type-card {
        padding: 0px !important;
        overflow: hidden;
    }

    .floating-cart-container .plug-type-img {
        width: 45px !important;
        height: 45px !important;
    }

    .variants-container {
        width: 100%;
        justify-content: end;
    }

    .floating-cart-container .variations .product-form__input--color input[type="radio"]+label {
        width: 40px;
        height: 40px;
        max-width: 40px;
        min-height: 40px;
        margin: 0;
    }

    .floating-plug-type-stock:after .floating-plug-type-stock:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to bottom left, transparent calc(50% - 1.5px), #8b8b8b, transparent calc(50% + 1.5px)) no-repeat;
        pointer-events: none;
        z-index: 1;
    }

    .shaver-product-detail .variant-info-card {
        padding: 16px 18px;
    }
    .shaver-product-detail .introduce-template-content {
        padding: 16px 18px;
    }
    .shaver-product-detail .variant-info-content,
    .shaver-product-detail .introduce-template-content {
        font-size: 15px;
    }

    .in-the-box-p3__title {
        font-size: 26px;
    }

    .product-variant-color input[type="radio"].is-disabled+label:before {
        max-width: 48px;
        min-height: 48px;
    }
    .floating-cart-container .product-variant-color input[type="radio"].is-disabled+label:before {
        max-width: 40px !important;
        min-height: 40px !important;
    }
    .in-the-box-t1 .in-the-box__list {
        display: flex;
        gap: 13px;
    }
}

.in-the-box-t1 .in-the-box__title {
    text-align: left !important;
    font-size: 40px;
    font-weight: 600;
    font-family: Poppins !important;
}

.in-the-box-t1 .in-the-box__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    overflow-x: inherit;
}

.in-the-box-t1 .in-the-box__img-box {
    background: #F8F9FB;
    margin-bottom: 6px;
}

.in-the-box-t1 .in-the-box__info {
    margin: 0 auto;
}

.in-the-box-t1 .in-the-box__info-title {
    font-size: 15px;
    color: #0A64EF;
    text-align: center;
    padding: 0;
}

.product-form__input-version {
    margin: 0px 40px !important;
}