.aspect-ratio-banner{
    aspect-ratio: 4800/1800;
    overflow: hidden;
}
@media (max-width: 768px) {
    .aspect-ratio-banner{
        aspect-ratio: 1500/2000 !important;
    }
    .banner-desktop-image { display: none !important; }
    .banner-mobile-image { display: block !important; }
}
.aspect-ratio-product-card{
    aspect-ratio: 300/300 !important;
}

#bannerCarousel{
    width: 100%;
    background-color: #000;
    align-content: center;
    position: relative;
    margin-bottom: 0 !important;
}
#bannerCarousel .f-button.is-prev,
#bannerCarousel .f-button.is-next{
    font-size: 1.5rem !important;
    font-weight: bold !important;
    border-radius: 50% !important;
    color:#000 !important;
    background-color: #fff;
}
#bannerCarousel .f-button.is-prev:hover,
#bannerCarousel .f-button.is-next:hover{
    box-shadow: 0px 0px 5px 5px rgba(86, 86, 86, 0.25);
}
#bannerCarousel .f-carousel__dots{
    position: absolute;
    bottom:30px;
}
#bannerCarousel .f-carousel__dots .f-carousel__dot{
    width:16px;
    height: 16px;
    background-color:#000;
    border:2px solid #fff;
}

.viewed-product-select,
.video-showcase-product-select,
.display-toppicks-product-select,
.display-heartbeat-product-select,
.discover-producttype-select{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 40px;
    border-radius:20px;
    cursor: pointer;
    color:#fff;
    background-color:#000;
    min-width: 250px;
    max-width: 300px;
    font-size: clamp(0.85rem,3.5vw,1.0rem);
    line-height: 1.1;
    padding:0px 20px;
}

.viewed-product-select,
.display-toppicks-product-select{
    background-color: #f6f6f6;
    color:#000;
}

.viewed-product-select.expand .arrow-icon,
.video-showcase-product-select.expand .arrow-icon,
.display-toppicks-product-select.expand .arrow-icon,
.display-heartbeat-product-select.expand .arrow-icon,
.discover-producttype-select.expand .arrow-icon{
    transform: rotate(180deg);
}

.product-type-slide-item{
    width:315px !important;
    padding:0 50px !important;
}
.product-type-slide-item a{
    color:#000;
    text-decoration: none;
}
.product-type-slide-item a:hover{
    color:#900000;
    text-decoration:underline;
}
#productTypeCarousel{
    width: 100%;
    background-color: #fff;
    align-content: center;
    position: relative;
    margin-bottom: 0 !important;
}
#productTypeCarousel .f-button.is-prev,
#productTypeCarousel .f-button.is-next{
    font-size: 1.3rem !important;
    font-weight: bold !important;
    border-radius: 50% !important;
    color:#fff !important;
    background-color: #000;
    border:3px solid #000 !important;
}
#productTypeCarousel .f-button.is-prev:hover,
#productTypeCarousel .f-button.is-next:hover{
    background-color: #fff;
    color:#000 !important;
    border:3px solid #000;
}
#productTypeCarousel .f-carousel__dots{
    position: absolute;
    bottom:-80px;
}
#productTypeCarousel .f-carousel__dot{
    width:16px;
    height: 16px;
    background-color:#000;
    border:2px solid #000;
}

#heartbeat_box .heartbeat-item{
    border-radius:10px;
    background-color:#000;
}
.heartbeat-item-title{
    height:5.0rem !important;
}
.heartbeat-item-title h3{
    font-size: clamp(1.2rem,1.5vw,1.5rem) !important;
    font-weight: bold !important;
    color:#fff;
}
.heartbeat-item-description{
    font-size:  clamp(0.9rem,1.5vw,1.0rem);
    font-weight: bold;
    color:#8a8a8a;
}

.module-select-btn{
    text-align: center;
    align-content: center;
    min-width:200px;
    max-width: 300px;
    height:40px;
    font-size: clamp(0.85rem,3.5vw,1.0rem);
    line-height: 1.1;
    border-radius: 20px;

    background-color: #2a2a2a;
    color:#fff;
    border:1px solid #2a2a2a;
    cursor: pointer;
    padding:0px 20px;
}
.module-select-btn:hover{
    color:#fff;
    background-color: #c20123;
    border:1px solid #c20123;
}
.module-select-btn.active{
    background-color: #f6f6f6;
    color:#000;
    border:1px solid #2a2a2a;
}

.see-more-btn{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 45px;
    padding:5px 15px;
    font-size: 1.1rem;
    font-weight:bold;
    align-content: center;
    border:1px solid #fff;
    border-radius:4px;
    color: #000;
    background-color: #fff;
}
.see-more-btn:hover{
    color:#fff;
    background-color:#2a2a2a;
}
.see-more-btn:hover .expand-content {
    width: 25px;
    right: 0;
    transform: translateX(0);
}

#video_showcase_products_box .see-more-btn{
    border:1px solid #000;
    color: #fff;
    background-color: #000;
}
#video_showcase_products_box .see-more-btn:hover{
    border:1px solid #ea0029;
    color:#fff;
    background-color:#ea0029;
}

.tag-freeshipping{
    color: #e7850e;
    font-size:clamp(0.85rem,3vw,0.90rem);
}
.sale-price{
    text-align: start;
    font-size: 0.9rem;
    font-weight: bold;
    color:#fff !important;
}
.original-price-height{
    height:0.9rem;
}
.original-price{
    font-size: 0.80rem;
    font-weight: bold;
    color:#ffffff99;
    text-decoration: line-through;
    text-decoration-thickness: 2px;
}
.save-info{
    text-align: end;
    font-size: 0.80rem;
    font-weight: bold;
    color: #fa8da0;
}

.product-item-info-box{
    position: relative;
}
.active-tag{
    position:absolute;
    top:-1px;
    left:-1px;
    max-width: 285px;
    line-height: 1.5rem;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    align-content: center;
    background-color: #910909;
    color: #fff;
    font-size: 0.85rem;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    opacity: 0.85;
}

.popular-product-info-box{
    margin-bottom:2.0rem !important;
    border:1px solid transparent;
    width: 100%;
    max-width: 285px;
}



.image-show-box {
    position: relative;
    width: 100%;
    text-align: center;
    overflow: hidden;
}
.product-image-main{
    opacity: 1;
    transition:opacity 0.35s ease-in-out;
}
.product-image-item{
    width:100%;
    object-fit: fill;
}
.sku-image-main-show{
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    opacity: 0;
    overflow: hidden;
    transition:opacity 0.25s ease-in-out,width 0.25s ease-in-out;
}
.sku-image-main-show.active{
    width: 100%;
    opacity:1;
}
.viewed-image-item{
    max-width: 100%;
    max-height: 100%;
    object-fit: fill;
}

.toggle-show-more-btn{
    width: 34px;
    height: 34px;
    border:2px solid #ffffff99;
    background-color: #000;
    border-radius: 50%;
    text-align: center;
    align-content: center;
    font-size: 0.85rem;
    font-weight: bold;
    padding:0;
    cursor: pointer;
    user-select: none;
}

.sku-image-main-option{
    position:relative;
    width:34px;
    height:34px;
    cursor:pointer;
    background-color: #2a2a2a;
    border-radius: 50%;
}
.sku-image-main-option.active::after{
    opacity: 1.0;
    transform: scale(1.0);
    border:2px solid #fff;
}
.sku-image-main-option::after {
    content:'';
    position: absolute;
    top: -4px;
    left: -4px;
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    border-color:#fff;
    opacity: 0.1;
    transform: scale(0.8);
    transition: opacity .2s ease,transform .2s ease;
    border-radius: 50%;
    pointer-events: none;
}
.hide-flag{
    display:none;
}
.video-info-box,
.product-info-box{
    position:relative;
}
.select-add-btn-box{
    width: 100%;
    height:45px;
    align-content: center;
    z-index: 10;
}
.select-add-btn-box:hover{
    width: 100%;
}
.sold-out-btn,
.select-options-btn,
.add-to-cart-btn{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height:45px;
    padding:0;
    border-radius: 2px;
    font-size: clamp(0.75rem,3vw,1.0rem);
    font-weight: bold;
    text-align: center;
    color:#e9e9e9;
    border:2px solid #e9e9e9;
    background-color: #000;
    cursor: pointer;
    user-select: none;
    z-index: 1;
}
.sold-out-btn{
    color:#888;
    background-color: #525252;
    border:2px solid #888;
    cursor: not-allowed;
}
.select-options-btn:hover,
.add-to-cart-btn:hover{
    color:#fff;
    border:2px solid #ea0029;
    background-color: #ea0029;
}

.video-select-add-btn-box .select-options-btn,
.video-select-add-btn-box .add-to-cart-btn{
    border:2px solid #ea0029;
    background-color: #ea0029;
}
.video-select-add-btn-box .select-options-btn:hover,
.video-select-add-btn-box .add-to-cart-btn:hover{
    border:2px solid #fff;
    background-color: #000;
}

.advantage-a{
    font-weight: bold;
    text-decoration:underline;
    color:#000;
}
.advantage-a:hover{
    font-size: 1.1rem;
}
.advantage-icon{
    display: inline-flex;
    width: 60px;
    height: 60px;
    color:#000;
}


#bestValueProductsCarousel,
#popularProductsCarousel,
#featureProductsCarousel,
#videoShowcaseCarousel,
#recentlyViewedCarousel
{
    position: relative;
    padding-bottom: 3.5rem;
    margin-bottom: 0 !important;
}

#bestValueProductsCarousel .product-item,
#popularProductsCarousel .product-item,
#featureProductsCarousel .product-item,
#videoShowcaseCarousel .video-item
{
    width:366px;
    padding:15px;
    margin-right: 20px;
    border-radius: 10px;
    background-color: #121212;
    border:2px solid #2d2d2d;
    color:#fff;
}

#bestValueProductsCarousel .product-item:hover,
#popularProductsCarousel .product-item:hover,
#featureProductsCarousel .product-item:hover
{
    border:2px solid #4d4d4d;
}

#bestValueProductsCarousel .f-button,
#popularProductsCarousel .f-button,
#featureProductsCarousel .f-button,
#videoShowcaseCarousel .f-button,
#recentlyViewedCarousel .f-button
{
    position: absolute;
    top:100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
    border:2px solid #000;
    font-weight: bold;
    border-radius: 50%;
    color:#000;
    background-color: #fff;
    z-index: 1;
}

#bestValueProductsCarousel .f-button:hover,
#popularProductsCarousel .f-button:hover,
#featureProductsCarousel .f-button:hover,
#videoShowcaseCarousel .f-button:hover,
#recentlyViewedCarousel .f-button:hover
{
    color: #fff;
    border:2px solid #fff;
    background-color: #000;
}

#bestValueProductsCarousel .f-carousel__nav .f-button.is-next,
#popularProductsCarousel .f-carousel__nav .f-button.is-next,
#featureProductsCarousel .f-carousel__nav .f-button.is-next,
#videoShowcaseCarousel .f-carousel__nav .f-button.is-next,
#recentlyViewedCarousel  .f-carousel__nav .f-button.is-next
{
    right:0px;
}

#bestValueProductsCarousel .f-carousel__nav .f-button.is-prev,
#popularProductsCarousel .f-carousel__nav .f-button.is-prev,
#featureProductsCarousel .f-carousel__nav .f-button.is-prev,
#videoShowcaseCarousel .f-carousel__nav .f-button.is-prev,
#recentlyViewedCarousel  .f-carousel__nav .f-button.is-prev
{
    left:0px;
}

#bestValueProductsCarousel .f-carousel__dots,
#popularProductsCarousel .f-carousel__dots,
#featureProductsCarousel .f-carousel__dots,
#videoShowcaseCarousel .f-carousel__dots,
#recentlyViewedCarousel .f-carousel__dots
{
    position: absolute !important;
    bottom:0px !important;
    display: flex;
    justify-content: center;
    margin-top: 1rem;
    color:#000;
}
#bestValueProductsCarousel .f-carousel__dots .f-carousel__dot,
#popularProductsCarousel .f-carousel__dots .f-carousel__dot,
#featureProductsCarousel .f-carousel__dots .f-carousel__dot,
#videoShowcaseCarousel .f-carousel__dots .f-carousel__dot,
#recentlyViewedCarousel .f-carousel__dots .f-carousel__dot
{
    width:16px;
    height: 16px;
    background-color:#000;
    border:2px solid #fff;
}

#bestValueProductsCarousel .product-item::after,
#popularProductsCarousel .product-item::after,
#featureProductsCarousel .product-item::after,
#videoShowcaseCarousel .video-item::after
{
    content: "";
    position: absolute;
    width: 100%;
    height: 60%;
    left: 0;
    top: 5%;
    background-color: #eaeaea;
    opacity: .08;
    filter: blur(56px);
    flex: none;
    flex-grow: 0;
    order: 0;
    flex-grow: 0;
    z-index: 0;
    pointer-events: none;
}

.product-info-box .product-title{
    color:#e1e1e1;
}



#videoShowcaseCarousel .video-item{
    position: relative;
}
#videoShowcaseCarousel .video-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-color:transparent;
    transition: opacity 0.3s;
}
#videoShowcaseCarousel .video-item:hover .overlay {
    background-color: rgba(0, 0, 0, 0.6);
}
#videoShowcaseCarousel .video-item .play-icon{
    position:absolute;
    top:50%;
    left:50%;
    width:36px;
    height:36px;
    color:#fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}


.fancybox__container{
    --fancybox-bg: transparent !important;
}
.fancybox__content>.f-button.is-close-btn
{
    width:45px !important;
    height:45px !important;
    top:5px !important;
    right:0 !important;
    color:#fff !important;
    background-color: #000 !important;
    border:0px solid #fff !important;
    right:6px !important;
}

.modal-video-prev-btn,
.modal-video-next-btn
{
    width:38px;
    height:38px;
    border:2px solid #fff;
    border-radius: 50%;
    color:#fff;
    background-color: #000;
}
.modal-video-prev-btn:hover,
.modal-video-next-btn:hover{
    background-color: #fff;
    border:2px solid #000;
    color:#000;
}

.modal_product_container
{
    width:366px;
}
.modal_product_container .product-item-title{
    height:3.75rem;
}
.modal_product_container .product-item-title .product-title{
    color:#e1e1e1;
    font-size: clamp(0.9rem,2.5vw,1.15rem) !important;
    text-align: start;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
}

.modal_product_container .video-select-add-btn-box{
    width: 100%;
    height:45px;
    align-content: center;
}



#recentlyViewedCarousel .recently-viewed-item{
    width: 280px;
    padding:16px;
    border-radius: 8px;
    margin-right: 30px;;
    border:1px solid #ffffff88;

}
#recentlyViewedCarousel .recently-viewed-item:hover{
    border:1px solid #fff;
}


.why-choose-item{
    width:100%;
    height:350px;
    background-color: #fff;
    box-shadow: 0px 10px 25px 5px rgba(150, 150, 188, 0.45);
    border-radius: 6px;
    padding:0.5rem 0.75rem;
}
.advantage-title{
    font-size:clamp(1.0rem,2.5vw,1.2rem);
    font-weight: bold;
    text-align: center;
    margin: 0.5rem 0;
}
.why-choose-item-content{
    font-size:clamp(0.85rem,2.5vw,1.0rem);
    text-align: center;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    text-overflow: ellipsis;
}


@media (max-width: 576px) {
    .select-add-btn-box{
        width:100%;
        height:40px;
    }
    .select-add-btn-box:hover{
        width:100%;
        height:40px;
    }

    .sold-out-btn,
    .select-options-btn,
    .add-to-cart-btn{
        height:40px;
    }

    .video-select-add-btn-box .sold-out-btn,
    .video-select-add-btn-box .select-options-btn,
    .video-select-add-btn-box .add-to-cart-btn{
        height:40px !important;
    }

    .product-type-slide-item{
        width:100% !important;
    }

    .why-choose-item{
        box-shadow: 0px 1px 8px 0px rgba(150, 150, 188, 0.45);
    }
}
@media (min-width: 576px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}

@media (min-width: 1200px) {
    .col-xl-1-5{
        flex: 0 0 auto;
        width:20%;
    }
}
