/* ==========================================================================
   1. CATALOGUE / CATEGORY PAGE + SEARCH RESULTS
      (Product Grid Images - image pulled in close to container border)
   ========================================================================== */
.products-grid .product-item-photo,
.products-grid .product-image-container,
.products-grid .product-item-info .product-image-container,
.page-products .product-image-wrapper,
.search.results .product-item-photo,
.search.results .product-image-container {
    background-color: #ffffff !important;
    border: 2px solid #e5e5e5 !important;
    padding: 0.05rem !important; /* minimal gap so image edge sits close to the border */
    box-sizing: border-box !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.products-grid .product-image-photo,
.search.results .product-image-photo {
    max-height: 100% !important;
    max-width: 100% !important;
    object-fit: contain !important;
    border: none !important;
    outline: none !important;
}



