.elementor-kit-2764{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-2764 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ===== RESET problematic global product overrides ===== */
/* Make sure WooCommerce products use block layout again */
.woocommerce .products,
.woocommerce ul.products {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)) !important;
  gap: 30px !important;
  align-items: start;
  padding: 18px 48px;
  max-width: 1200px;
  margin: 0 auto 60px;
}

/* Reset li.product so it doesn't become a tiny vertical strip */
.woocommerce .products li.product,
.woocommerce ul.products li.product {
  display: block !important;
  width: auto !important;
  padding: 18px !important;
  margin: 0 !important;
  min-height: unset !important;
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
  overflow: visible !important;
}

/* Make product images responsive (full width inside product card) */
.woocommerce .products li.product img,
.woocommerce ul.products li.product img {
  width: 100% !important;
  height: auto !important;
  object-fit: cover;
  display: block;
  border-radius: 10px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.35);
}

/* Keep product title, price and button readable */
.woocommerce .products li.product .woocommerce-loop-product__title {
  font-size: 16px;
  line-height: 1.3;
  color: var(--gold-1, #ffd700);
  margin: 12px 0 6px;
  text-align: center;
}
.woocommerce .products li.product .price {
  text-align: center;
  display: block;
  margin-bottom: 8px;
  color: #ddd;
}

/* Ensure Add to cart button placement is correct */
.woocommerce .products li.product .button {
  display: inline-block;
  margin: 8px auto 0;
  text-align: center;
}

/* ===== Scoped premium card styling (only apply if you use .category-card) ===== */
/* If your category cards are custom elements with .category-card use these.
   These DO NOT affect default .product items. */
.category-grid,
.products.custom-category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 28px;
  padding: 18px 48px;
  max-width: 1200px;
  margin: 0 auto 60px;
}
.category-card {
  background: linear-gradient(180deg, rgba(0,0,0,0.45), rgba(0,0,0,0.6));
  border-radius: 12px;
  padding: 34px 26px;
  border: 1px solid rgba(247,215,120,0.18);
  box-shadow: 0 8px 30px rgba(0,0,0,0.55);
  transition: transform .32s, box-shadow .32s;
}/* End custom CSS */