/* Wholesale/Shop page styles */
body {
    background: #f1f3f7 !important;
}

header {
    background: #fff !important;
}

.rowss {
    --bs-gutter-x: 1rem;
    /* display: flex; */
    flex-wrap: wrap;
    margin-top: calc(-1.4* var(--bs-gutter-y));
    margin-right: calc(-.5* var(--bs-gutter-x));
    margin-left: calc(-.5* var(--bs-gutter-x));
    --bs-gutter-y: 1rem;
    text-align: right !important;
}

.card-deduct-disabled {
    background-color: black;
    color: black;
}

.num {
    padding-right: 2%;
    padding-left: 2%;
}

/* Wholesale product image styles */
.ws-item-img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    flex-shrink: 0;
    background-color: #e9ecef;
    border-radius: 0.375rem;
}

.ws-item-img-placeholder {
    width: 60px;
    height: 60px;
    background-color: #e9ecef;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.ws-qty-input {
    width: 45px;
}

@media (max-width: 576px) {
    .ws-product-item {
        padding: 0.6rem !important;
    }
    
    .ws-item-img,
    .ws-item-img-placeholder {
        width: 50px;
        height: 50px;
    }
    
    .ws-item-title {
        font-size: 13px !important;
    }
    
    .ws-item-meta {
        font-size: 10px !important;
    }
    
    .ws-shop-item-action .bt-qty {
        padding: 0.15rem 0.4rem !important;
        font-size: 12px;
    }
    
    .ws-qty-input {
        width: 36px !important;
        height: 28px !important;
        font-size: 12px !important;
        padding: 0.15rem !important;
    }
    
    .ws-shop-item-action .bt-cart-add {
        padding: 0.25rem 0.5rem !important;
    }
    
    .ws-shop-item-desc {
        min-width: 0;
    }
}
