
/* Smaller product cards — desktop only */
@media (min-width: 992px) {
    .product-item--gallery-view {
        flex: 0 0 220px !important;
        max-width: 220px !important;
    }
}
.product-item__image-holder--gallery-view {
    max-height: 130px !important;
}

.product-item__preview-picture img {

    object-fit: contain !important;
}

.product-item__box--gallery-view {
    padding: 8px !important;
}

.product-item__title--gallery-view {
    font-size: 13px !important;
    line-height: 1.3 !important;
}

.product__specification--gallery-view {
    font-size: 12px !important;
}
.product-item--gallery-view {
    margin: 4px !important;
}
.product-list--gallery-view {
    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)) !important;
    gap:0px;
}

.product-item__placeholder-label{
    height: 20px;
}
.product-item__placeholder-label{
    font-size: 15px;
}

.form-quantity-row .input-quantity-btn {
    min-height: 25px;
}
.form-quantity-row input {
    padding-top: 5px;
    padding-bottom: 5px;
}

.product-price__value {
    font-size: 18px;
}
.product-price__container{
    padding-bottom: 0px;
}




/* Tighten card padding */
.product-item__box--gallery-view {
    padding: 8px !important;
}

/* Compact title */
.product-item__title--gallery-view {
    font-size: 13px !important;
    line-height: 1.3 !important;
    margin: 4px 0 !important;
}

/* Compact SKU/stock area */
.product__specification--gallery-view {
    font-size: 12px !important;
    margin: 2px 0 !important;
}

.product-item__number--gallery-view {
    margin: 0 !important;
    padding: 0 !important;
}


/* Compact the secondary content sections */
.product-item__secondary-content--gallery-view {
    gap: 0 !important;
    padding: 0 !important;
}

.product-item__secondary-half--gallery-view {
    gap: 0 !important;
    padding: 0 !important;
}

.product-price-hint-btn{
    margin-top: 0px;
    margin-bottom: 0px;
}

.product-item__container--gallery-view{
    padding-left: 7px;
    padding-right: 7px;
}