/* ============================= */
/* Collection card spacing fix */
/* ============================= */
/* Remove extra space above & below button */
.product-grid .card__content,
.product-grid .card__information {
padding-bottom: 0px !important;
}
/* Reduce gap between price and button */
.product-grid .price {
margin-bottom: 4px !important;
}
/* Tighten product form spacing */
.product-grid .product-form {
margin-top: 4px !important;
}
/* Make Add to Cart button small and compact */
.product-grid .product-form__submit,
.product-grid .quick-add__submit {
padding: 6px 12px !important;
padding-left: 0 !important;
padding-right: 0 !important;
font-size: 11px !important;
min-height: 30px !important;
line-height: 1.2 !important;
width: auto !important;
max-width: 100px;
}