/** Shopify CDN: Minification failed

Line 6:9 Unexpected "-->"

**/
<!-- CSS -->

.swiper.mySwiper02 .swiper-slide img {
    height: 100% !important;
    object-fit: cover;
}
.swiper.mySwiper02.swiper-initialized.swiper-vertical.swiper-watch-progress.swiper-backface-hidden.swiper-thumbs img {
    height: 100%;
    object-fit: cover;
}
.swiper.mySwiper01 .swiper-slide.swiper-slide {
    width: 100%;
    height: 600px;
}

.swiper.mySwiper01 .swiper-slide.swiper-slide a {
    display: block;
    height: 100%;
}
.swiper.mySwiper01 .swiper-slide.swiper-slide a img {
    height: 100%;
    object-fit: contain;
}
.swiper.mySwiper02.swiper-initialized.swiper-vertical.swiper-watch-progress.swiper-backface-hidden.swiper-thumbs {
    height: 600px;
}

.swiper.mySwiper02 .swiper-slide {
    height: 120px !important;
    overflow: hidden;
}
    .color-swatch.active { border: 2px solid #000;}
    .single-pro-content {
        margin-left: 20px;
    }
    .price-box.my-3 span {
        font-size: 22px;
        font-weight: 700;
        color: var(--c2);
    }
    .product__description span {
        font-size: 18px;
        color: var(--c2);
        font-family: var(--f1);
        font-weight: 600;
        display: block;
        margin-bottom: 24px;
    }
    .single-pro-content label {
        font-size: 18px;
        font-weight: 900;
        font-family: var(--f1);
        margin-bottom: 20px;
    }
    span.selected-color-name {
        font-size: 15px;
        margin-left: 10px;
        color: var(--c1);
    }

    .color-swatches {
        display: flex;
        gap: 8px;
    }
    .color-swatch {
        width: 40px;
        height: 40px;
        border-radius: 60px 60px 0 170px;
        border: 1px solid #ccc;
    }
    .qty-input {
        display: flex;
        align-items: center;
        border: 1px solid #ddd;
        border-radius: 6px;
        width: 150px;
        margin-bottom: 15px;
    }
    .qty-btn {
        background: none;
        border: none;
        padding: 8px 12px;
        font-weight: bold;
    }
    .qty-input input {
        width: 100%;
        text-align: center;
        border: none;
        outline: none;
    }
    .pr-btn form button {
        width: 100%;
        padding: 12px;
        background: var(--c1);
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 2.1px;
        color: var(--c3);
        border: unset;
        position: relative;
    }
    .pr-btn form button::after {
        content: "";
        display: block;
        width: 0px;
        height: 86%;
        position: absolute;
        top: 7%;
        left: 0%;
        opacity: 0;
        background: #fff;
        box-shadow: 0 0 50px 30px #fff;
        transform: skewX(-20deg);
    }
    .pr-btn form button:hover::after {
        animation: sh02 0.5s 0s 
    linear;
    }
    .pr-btn form button.buy-now-btn {
    background: var(--c2);
    color: var(--c3);
    }
    .social-main ul.social-share {
        display: flex;
        gap: 15px;
        align-items: center;
        margin-bottom: 20px !important;
    }
    .social-main.social-main ul.social-share li a {
        font-size: 18px;
        color: var(--c2);
        transition: all .4s 
    ease-in-out;
        border: 1px solid var(--c2);
        border-radius: 50px;
        width: 40px;
        height: 40px;
        text-align: center;
        align-content: center;
    }  
    @keyframes sh02 {
    from {
        opacity: 0;
        left: 0%;
    }

    50% {
        opacity: 1;
    }

    to {
        opacity: 0;
        left: 100%;
    }
    }
    .pr-btn form {
        width: 50%;
    }
    .social-main.social-main ul.social-share li a:hover {
        color: var(--c3);
        background: var(--c1);
        border-color: var(--c1);
    }
