.snapppay-product-image {
    margin-left: 10px !important;
    @media screen and (min-width: 991px) {
        width: 45px !important;
        height: 45px !important;
    }
    
    @media screen and (max-width: 991px) {
        width: 42px !important;
        height: 42px !important;
    } 
}
.slick-track {
    margin-right: 20px !important;
}

@media screen and (max-width: 768px) {
    #desktop-product-gallery {
        display: none !important;
    }
}

@media screen and (min-width: 1024px) {
    #mobile-product-gallery {
        display: none !important;
    }
}

#select-form {
    background: white;
    padding: 0px !important;
    display: flex;
    flex-direction: column;
}

.form-select-size {
    display: none !important;
}

#add-to-cart-wishlist {
    display: flex;
    flex-direction: column;
}

.image-popup {
    cursor: zoom-in;
    display: flex;
    justify-content: center;
    align-items: center;
}

body {
    cursor: default;
}

.color-circles {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.story-circle {
    width: clamp(50px, 10vw, 70px);
    height: clamp(50px, 10vw, 70px);
    border-radius: 50%;
    background: #cdcdcd;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.story-circle .fill {
    width: 85%;
    height: 85%;
    border-radius: 50%;
    background-color: #ccc;
    border: 3px solid #fff;
}

.slick-track {
    transform: translate3d(0, 0, 0) !important;
}

img.product-image {
    width: 100% !important;
}

span.next_class.slick-arrow {
    display: none !important;
}

span.prev_class.slick-arrow {
    display: none !important;
}

.slick-track {
    display: flex !important;
}

.single__product {
    background: #fef1f1 !important;
}

/* qty style */
.qty {
display: inline-flex;
align-items: center;
border: 1px solid #e5e7eb;
border-radius: 10px;
overflow: hidden;
width: max-content;
}

.qty-input {
    width: 48px;
    text-align: center;
    border: none;
    font-size: 16px;
    outline: none;
}

/* Remove number arrows */
.qty-input::-webkit-outer-spin-button,
.qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.qty-input {
    -moz-appearance: textfield;
}

.qty-btn {
    width: 44px;
    height: 44px;
    font-size: 20px;
    background: #f9fafb;
    border: none;
    cursor: pointer;
}

.qty-btn:active {
    background: #e5e7eb;
}