html, body {
  width: 100%;
  overflow-x: hidden; /* Prevent horizontal scrolling */
  zoom: reset;         /* Prevent inherited zooming (optional, limited support) */
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}
   
.s-product-card-image-cover {
    object-fit: cover;
    
.s-product-card-entry {
    position: relative;
    display: flex;
    height: 100%;
    justify-content: space-between;
    border-radius: 0.75rem;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
    --tw-bg-opacity: 1;
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.s-product-card-image img {
    height: 100%;
    width: 100%;