/* KAZIO CATEGORY THREE COLUMNS V3 - category only */

body.kz-category-three-cols-page-v3 #content .kz-category-products-list-v3 {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 24px !important;
  align-items: stretch !important;
  width: 100% !important;
  margin: 0 !important;
}

body.kz-category-three-cols-page-v3 #content .kz-category-products-list-v3 > .kz-category-product-item-v3 {
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  flex: none !important;
  float: none !important;
  clear: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex !important;
  align-items: stretch !important;
}

body.kz-category-three-cols-page-v3 #content .kz-category-product-item-v3 > .product-thumb,
body.kz-category-three-cols-page-v3 #content .kz-category-product-item-v3 .product-thumb {
  width: 100% !important;
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
}

body.kz-category-three-cols-page-v3 #content .kz-category-product-item-v3 .button-group {
  margin-top: auto !important;
}

body.kz-category-three-cols-page-v3 #content .kz-category-product-item-v3[class*="col-"],
body.kz-category-three-cols-page-v3 #content .kz-category-product-item-v3.col {
  width: auto !important;
  max-width: none !important;
  flex-basis: auto !important;
}

body.kz-category-three-cols-page-v3 #content .row.kz-category-products-list-v3 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body.kz-category-three-cols-page-v3 #content .kz-category-products-list-v3 .product-thumb {
  border-radius: 20px !important;
  box-shadow: 0 16px 38px rgba(6,34,26,.055) !important;
}

@media (max-width: 1100px) {
  body.kz-category-three-cols-page-v3 #content .kz-category-products-list-v3 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  body.kz-category-three-cols-page-v3 #content .kz-category-products-list-v3 {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }
}
