.elementor-15534 .elementor-element.elementor-element-43b46a3 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-15534 .elementor-element.elementor-element-f8019db{width:100%;max-width:100%;padding:0px 0px 0px 0px;}.elementor-15534 .elementor-element.elementor-element-53ed45a > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-15534 .elementor-element.elementor-element-f64408f{width:100%;max-width:100%;padding:0px 0px 0px 0px;}.elementor-15534 .elementor-element.elementor-element-f24468d > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-15534 .elementor-element.elementor-element-050df11{width:100%;max-width:100%;padding:0px 0px 0px 0px;}.elementor-15534 .elementor-element.elementor-element-b692f23{width:100%;max-width:100%;padding:0px 0px 0px 0px;}.elementor-15534 .elementor-element.elementor-element-6c4a5af.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}.elementor-15534 .elementor-element.elementor-element-c2942fa{--divider-border-style:solid;--divider-color:#000;--divider-border-width:1px;}.elementor-15534 .elementor-element.elementor-element-c2942fa .elementor-divider-separator{width:0%;}.elementor-15534 .elementor-element.elementor-element-c2942fa .elementor-divider{padding-block-start:15px;padding-block-end:15px;}:root{--page-title-display:none;}/* Start custom CSS for wc-categories, class: .elementor-element-6c4a5af *//* Wine Guardian category cards */

.woocommerce ul.products,
.elementor-widget-wc-categories ul.products {
  max-width: 1180px !important;
  width: 100% !important;
  margin: 0 auto !important;
  padding: 0 !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 24px !important;
  justify-content: center !important;
}

/* Reset WooCommerce / Elementor widths */
.woocommerce ul.products li.product,
.woocommerce ul.products li.product-category,
.elementor-widget-wc-categories ul.products li.product,
.elementor-widget-wc-categories ul.products li.product-category {
  width: 100% !important;
  max-width: 100% !important;
  min-height: 250px !important;
  padding: 24px 18px !important;
  margin: 0 !important;
  float: none !important;
  clear: none !important;
  border-radius: 14px !important;
  overflow: hidden !important;
  background: #ffffff !important;
  border: 1px solid rgba(85, 32, 71, 0.14) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
  transition: all 0.3s ease !important;
}

.woocommerce ul.products li.product-category:hover,
.elementor-widget-wc-categories ul.products li.product-category:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 18px 38px rgba(85, 32, 71, 0.14) !important;
  border-color: rgba(85, 32, 71, 0.35) !important;
}

/* Card link */
.woocommerce ul.products li.product-category a,
.elementor-widget-wc-categories ul.products li.product-category a {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  height: 100% !important;
  width: 100% !important;
  text-align: center !important;
  text-decoration: none !important;
}

/* Image */
.woocommerce ul.products li.product-category img,
.elementor-widget-wc-categories ul.products li.product-category img {
  order: 1 !important;
  position: static !important;
  max-height: 95px !important;
  width: auto !important;
  max-width: 100% !important;
  object-fit: contain !important;
  margin: 0 auto 20px !important;
  opacity: 1 !important;
  transform: none !important;
}

/* Title */
.woocommerce ul.products li.product-category h2,
.woocommerce ul.products li.product-category .woocommerce-loop-category__title,
.elementor-widget-wc-categories ul.products li.product-category h2,
.elementor-widget-wc-categories ul.products li.product-category .woocommerce-loop-category__title {
  order: 2 !important;
  position: static !important;
  transform: none !important;
  background: transparent !important;
  font-size: 17px !important;
  line-height: 1.2 !important;
  letter-spacing: 0.3px !important;
  text-transform: uppercase !important;
  max-width: 90% !important;
  margin: 0 auto 8px !important;
  color: #17111f !important;
  font-weight: 800 !important;
  text-align: center !important;
}

/* Product count */
.woocommerce ul.products li.product-category .count,
.elementor-widget-wc-categories ul.products li.product-category .count {
  order: 3 !important;
  position: static !important;
  display: block !important;
  font-size: 12px !important;
  line-height: 1.2 !important;
  margin-top: 6px !important;
  color: rgba(23, 17, 31, 0.42) !important;
  background: transparent !important;
  font-weight: 700 !important;
}

/* Tablet + Mobile: 2 x 2 */
@media (max-width: 1024px) {
  .woocommerce ul.products,
  .elementor-widget-wc-categories ul.products {
    max-width: 720px !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 18px !important;
    padding: 0 18px !important;
  }

  .woocommerce ul.products li.product,
  .woocommerce ul.products li.product-category,
  .elementor-widget-wc-categories ul.products li.product,
  .elementor-widget-wc-categories ul.products li.product-category {
    min-height: 215px !important;
    padding: 20px 12px !important;
  }

  .woocommerce ul.products li.product-category img,
  .elementor-widget-wc-categories ul.products li.product-category img {
    max-height: 72px !important;
    margin: 0 auto 16px !important;
  }

  .woocommerce ul.products li.product-category h2,
  .woocommerce ul.products li.product-category .woocommerce-loop-category__title,
  .elementor-widget-wc-categories ul.products li.product-category h2,
  .elementor-widget-wc-categories ul.products li.product-category .woocommerce-loop-category__title {
    font-size: 13px !important;
    line-height: 1.18 !important;
    max-width: 95% !important;
    margin: 0 auto 6px !important;
  }

  .woocommerce ul.products li.product-category .count,
  .elementor-widget-wc-categories ul.products li.product-category .count {
    font-size: 11px !important;
    margin-top: 5px !important;
  }
}/* End custom CSS */