.lfr-layout-structure-item-container {padding: 0;} .lfr-layout-structure-item-row {overflow: hidden;} .portlet-borderless .portlet-content {padding: 0;}.lfr-layout-structure-item-04b22a51-8566-6a5b-caf4-97cb2ee44133 .portlet-body .product-card-tiles {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(17rem, 1fr)) !important;
}

/* Add your product card styles */
.lfr-layout-structure-item-04b22a51-8566-6a5b-caf4-97cb2ee44133 .cp-renderer .product-card {
  border: 1px solid #3beced !important;
  overflow: hidden !important;
  position: relative !important;
}

.lfr-layout-structure-item-04b22a51-8566-6a5b-caf4-97cb2ee44133 .cp-renderer .product-card-picture {
  overflow: hidden !important;
  object-fit: contain !important;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
  will-change: transform !important;
}

.lfr-layout-structure-item-04b22a51-8566-6a5b-caf4-97cb2ee44133 .cp-renderer .product-card-picture:hover {
  transform: scale(1.1) !important;
}

