/** Shopify CDN: Minification failed

Line 237:18 Expected ":"

**/

.tabbed-slider.custom-tab-view {
 background:#F0EFEB;
}


.custom-tab-view.product-tab-view ul li {
    background: transparent;
    list-style: none;
    text-indent: 0px;
    padding-inline-start: 0px;
}

.custom-tab-view {
    padding-top: 20px;
}

.product-tab-view .tab1-content h3 {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 20px;
    font-style: italic;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.product-tab-view .carousel-cell .tab-video {
    border-radius: 8px;
}

.product-tab-view ul {
    margin: 0px;
    list-style: none;
}

.product-tab-view ul li {
    background: transparent;
    padding: 6px 10px;
    margin-bottom: 10px;
    list-style: disc;
    list-style-position: inside;
    text-indent: -18px;
    padding-inline-start: 30px;
}

.tabs { 
    display: flex;
    gap: 30px;
    margin-bottom: 50px;
    justify-content: center;
}

.tab-link { 
    background: none;
    border: none;
    font-size: 14px;
    cursor: pointer;
    padding: 6px 0px;
    position: relative;
}

.tab-link:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    max-width: 100%;
    height: 1.6px;
    background-color: #001e11;
    transition: all .3s ease-in-out;
}

.tab-left {
    padding-right: 30px;
}

.tab-link.active:after {
    width: 5rem;
}


.tab-content { 
    display: none; 
}

.tab-content.active { 
    display: block; 
}

.product-tab-view {
    overflow: hidden;
}

.tab-inner { 
    display: flex; 
    gap: 20px; 
    align-items: center; 
}

.tab-left { 
    width: 25%; 
}

.tab-right { 
    width: 75%; 
    position: relative; 
}

.product-tab-view .carousel-cell { 
    width: 30.78%;
    margin-right: 10px;
    display: flex;
    align-items: end;
}

.product-tab-view .carousel-cell img, .carousel-cell video { 
    width: 100%; 
    display: block; 
    border-radius: 8px;
}

.product-tab-view .product-video-wrapper {
    position: relative;
    padding-bottom: 178.5%;
    width: 100%;
    transition: all .3s ease-in-out;
}

.tab-right-slider {
    padding-bottom: 50px;
}

.product-tab-view .flickity-page-dots {
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 125%;
    left: -25%;
}

.product-tab-view .flickity-page-dots .dot { 
    width: 5px;
    height: 5px;
    margin: 0 4px;
}

.product-tab-view .flickity-page-dots .dot.is-selected {
    width: 8px;
    height: 8px;
}

.product-tab-view .product-video-wrapper .tab-video { 
    position: absolute;
    width: 100%;
    height: 70%;
    object-fit: cover;
    bottom: 0px;
    left: 0px;
    transition: all .3s ease-in-out;
}

.product-tab-view .carousel-cell.is-selected .tab-video {
    height: 100%;
    transition: all .3s ease-in-out;
}

.tab-inner.main-tab-inner {
    position: relative;
}

.tab-inner.main-tab-inner a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.product-tab-view .tab-2 .tab-inner.main-tab-inner .carousel-cell {
    width: calc(33.33% - 2px);
    margin: 0px 2px;
}

.product-tab-view .tab-inner.main-tab-inner .carousel-cell {
    width: calc(29.75% - 3px);
    margin: 0px 2px;
}

.product-tab-view .tab-inner.main-tab-inner .tab2-slider,
.product-tab-view .tab-inner.main-tab-inner .tab3-slider {
    width: 100%;
}

.multi-imaage-list-wrapper {
    padding-bottom: 120.77%;
    position: relative;
}

.multi-imaage-list-wrapper img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0px !important;
}

@media only screen and (max-width: 2000px) { 
    .product-tab-view .tab-1 .container,
    .product-tab-view .tab-3 .container {
        margin-right: 0px;
    }
}

@media only screen and (max-width: 1200px) { 
    .product-tab-view .tab-2 .container {
        margin-right: 0px;
    }
    .product-tab-view .tab-2 .tab-inner.main-tab-inner .carousel-cell,
    .product-tab-view .tab-3 .tab-inner.main-tab-inner .carousel-cell  {
        width: calc(40% - 2px);
    }

    .custom-tab-view .tab-left {
        padding-right: 0px;
    }
}

@media only screen and (max-width: 991px) { 
    .custom-tab-view {
        margin-top 0px;
    }
    .product-tab-view .carousel-cell {
        width: 40%;
    }

    .product-tab-view ul li {
        font-size: 12px;
        line-height: 1.4;
    }

    .product-tab-view {
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .tabs {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 800px) { 
    .product-tab-view .tab-inner {
        flex-direction: column-reverse;
    }

    .tab-left {
        padding-right: 30px;
    }

    .product-tab-view .tab-right,
    .product-tab-view .tab-left {
        width: 100%;
    }

    .tab-right-slider {
    padding-bottom: 0px;
}

    .tab-left {
        padding-right: 32px;
    }

    .product-tab-view .flickity-page-dots {
        width: 100%;
        left: 0px;
    }

    .tabs  {
        gap: 15px;
        margin-bottom: 20px;
    }

    .product-tab-view .flickity-page-dots {
        bottom: 10px;
    }

    .tab-link {
        padding: 0px;
        font-size: 12px;
    }

    .custom-tab-view .tab-left {
        padding: 0px;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .custom-tab-view.product-tab-view ul li {
        padding: 0px;
    }

    .custom-tab-view .container {
        margin-right: 0px;
    }

    .tab-left {
        margin-right: 20px;
    }

    .product-tab-view .tab1-content h3 {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 700px) { 
    .tab-left {
        padding: 0px 20px;
    }

    .product-tab-view {
        padding-bottom: 60px;
       padding-top: 30px;
    }

    .product-tab-view .tab-1 .container {
        margin: 0px;
    }

    .product-tab-view .product-video-wrapper .tab-video {
        height: 80%;
    }

    .product-tab-view.custom-tab-view .tab-inner {
        gap: 35px;
     }

     .product-tab-view.custom-tab-view .button-wrapper {
       margin-top: 20px;
     }
}

@media only screen and (max-width: 600px) { 
        .custom-tab-view .tab-left {
            padding: 0px;
            max-width: 250px;
        }
    .product-tab-view .tab-2 .tab-inner.main-tab-inner .carousel-cell,
    .product-tab-view .tab-3 .tab-inner.main-tab-inner .carousel-cell {
        width: calc(80% - 2px);
    }

   
}