.single-product .mySwiper2 .swiper-slide img,
.single-product .popup-img .swiper-slide img,
.single-product .swiper-product-scroll .product-img img{
    width:100%;
    display:block;
}

.single-product .mySwiper{
    margin-top:16px;
}

.single-product .mySwiper .swiper-slide{
    cursor:pointer;
    border:1px solid #e5e7eb;
    border-radius:16px;
    overflow:hidden;
}

.single-product .mySwiper .swiper-slide img{
    width:100%;
    height:120px;
    object-fit:cover;
}

.single-product .popup-img{
    position:fixed;
    inset:0;
    z-index:9999;
    background:rgba(0,0,0,.92);
    padding:40px;
}

.single-product .popup-img .swiper-slide{
    display:flex;
    align-items:center;
    justify-content:center;
    height:100%;
}

.single-product .popup-img .swiper-slide img{
    max-width:90vw;
    max-height:90vh;
    object-fit:contain;
}

.single-product .popup-img .close-popup-btn{
    cursor:pointer;
}

.single-product form.cart{
    margin-top:20px;
}

.single-product form.cart .quantity-block{
    position:relative;
}

.single-product form.cart .quantity-block .qty{
    width:100%;
    border:0;
    background:transparent;
    text-align:center;
    font-weight:600;
    padding:0;
    height:auto;
    box-shadow:none;
}

.single-product form.cart .quantity{
    float:none !important;
    margin:0 !important;
    width:100%;
}

.single-product form.cart .qty-btn{
    background:transparent;
    border:0;
    padding:0;
    width:20px;
    height:20px;
}

.single-product form.cart .single_add_to_cart_button,
.single-product .button-main{
    appearance:none;
    border-radius:999px;
    cursor:pointer;
}

.single-product .saraphel-variation-wrap .variations{
    width:100%;
    border:0;
}

.single-product .saraphel-variation-wrap .variations td,
.single-product .saraphel-variation-wrap .variations th{
    border:0;
    padding:8px 0;
}

.single-product .saraphel-variation-wrap .variations select{
    width:100%;
    min-height:48px;
    border:1px solid #e5e7eb;
    border-radius:12px;
    padding:0 14px;
    background:#fff;
}

.single-product .desc-item{
    display:none;
}

.single-product .desc-item.active{
    display:block;
}

.single-product .comment-form-rating{
    grid-column:1 / -1;
}

.single-product .comment-form-rating label{
    display:block;
    margin-bottom:10px;
}

.single-product .comment-form-cookies-consent{
    grid-column:1 / -1;
    display:flex;
    gap:8px;
    align-items:flex-start;
}

.single-product .comment-respond .form-submit{
    grid-column:1 / -1;
}

.single-product .comment-respond .submit{
    border:0;
}

.single-product .woocommerce-review-link{
    display:none;
}

.single-product .list-category a,
.single-product .list-tag a{
    color:inherit;
    text-decoration:none;
}

.single-product .list-category a:hover,
.single-product .list-tag a:hover{
    text-decoration:underline;
}

@media (max-width: 991px){
    .single-product .popup-img{
        padding:20px;
    }

    .single-product .mySwiper .swiper-slide img{
        height:90px;
    }
}
.single-product .variations_form .variations {
    display: none !important;
}

.single-product .single_variation_wrap {
    margin-top: 20px;
}

.single-product .single_variation {
    margin-bottom: 12px;
}

.single-product .woocommerce-variation-price {
    margin-bottom: 10px;
}

.single-product .woocommerce-variation-price .price {
    font-size: 28px;
    font-weight: 600;
}

.single-product .single_variation_wrap .woocommerce-variation-add-to-cart {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
}

.single-product .single_variation_wrap .quantity {
    float: none !important;
    margin: 0 !important;
}

.single-product .single_variation_wrap .quantity-block,
.single-product .single-product .quantity-block {
    position: relative;
}

.single-product .single_variation_wrap .quantity .qty,
.single-product form.cart .quantity .qty {
    width: 60px;
    border: 0 !important;
    background: transparent !important;
    text-align: center;
    font-weight: 600;
    box-shadow: none !important;
    padding: 0 !important;
}

.single-product .single_variation_wrap .single_add_to_cart_button {
    white-space: nowrap;
    width: 100%;
    text-align: center;
    background: #fff;
    color: #000;
    border: 1px solid #000;
    border-radius: 999px;
    min-height: 48px;
    padding: 0 24px;
    transition: .3s ease;
}

.single-product .single_variation_wrap .single_add_to_cart_button:hover {
    background: #000;
    color: #fff;
}

.single-product .list-color .color-item.active {
    transform: scale(1.08);
    box-shadow: 0 0 0 2px #111 inset, 0 0 0 3px #fff;
}

.single-product .list-size .size-item.active {
    background: #000;
    color: #fff;
    border-color: #000;
}