/** 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;
    color: var(--c2);
}
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;
}.buy-btn {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
}

.buy-btn form {
    width: 100%;
}

.buy-btn form button {
    width: 100%;
}
.buy-btn form:last-child 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);
}
.buy-btn form:last-child button:hover::after {
    animation: sh02 0.5s 0s 
linear;
}
.qty-input {
    display: flex;
    align-items: center;
    border: 1px solid var(--c1);
    width: max-content;
    border-radius: 30px;
    padding: 4px;
    margin-bottom: 20px;
}

.qty-input .qty-btn {
    color: var(--c3);
    width: 40px;
    height: 40px;
    background: var(
    --c1);
    border: unset;
    font-size: 20px;
    text-align: center;
    align-content: center;
    border-radius: 50%;
}

input.quantity-input {
    border: unset;
    text-align: center;
    font-size: 14px;
}
.buy-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);
}
section.Product-single {
    margin-top: 0px ;
    border-top: 1px solid #c1c1c147;
}
.swiper.mySwiper02 {
    height: 600px;
}
.single-pro-content p {
    color: var(--c2);
    font-size: 14px;
}
.buy-btn form:last-child button::before{
    content:unset;
}
.swiper.mySwiper02 .swiper-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.mySwiper2 .product-img {
    height: 600px;
    cursor: crosshair;
}

.mySwiper .product-img {
    height: 100px;
    margin: 0;
    cursor: pointer;
}

.mySwiper  .swiper-slide{
    border: 2px solid transparent;
    border-radius: 12px;
}
.mySwiper  .swiper-slide.swiper-slide-thumb-active {
    border: 2px solid var(--btn);
}
.product-swatches button.active {
    border: 2px solid var(--btn);
}
.option-swatches button {
    border: 1px solid var(--btn);
    background: url();
    font-size: 14px;
    font-weight: 600;
    padding: 6px 20px;
    border-radius: 5px;
    transition: all .5s ease-in-out;
}
.option-swatches button:hover{
    color: var(--c3);
    background: var(--btn);
}
.product-option {
    margin-bottom: 20px;
}
.option-swatches {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}