.elementor-kit-9{--e-global-color-primary:#318B6D;--e-global-color-secondary:#3CBA45;--e-global-color-text:#000000;--e-global-color-accent:#DAE9E4;--e-global-typography-primary-font-family:"Hind Siliguri";--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-9 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);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 *//* ===========================
   Elementor-aware: Home categories = 6 per row
   =========================== */
.elementor .home .woocommerce ul.products.product-category,
.elementor .home .elementor-widget-woocommerce-product-categories ul.products,
.elementor .home ul.products.product-category {
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  gap: 20px !important;
  padding: 10px 6px !important;
  align-items: stretch !important;
}

/* Ensure each category box behaves */
.elementor .home ul.products.product-category li.product,
.elementor .home .elementor-widget-woocommerce-product-categories ul.products li.product {
  width: auto !important;
  margin: 0 !important;
  padding: 10px !important;
  box-sizing: border-box !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
}

/* ===========================
   Elementor-aware: Product grid (Shop/Archive) = 4 per row
   =========================== */
.elementor .archive .woocommerce ul.products,
.elementor .woocommerce-page .woocommerce ul.products,
.elementor .elementor-widget-woocommerce-products ul.products,
.elementor .elementor-widget-archive-products ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 20px !important;
  padding: 12px 6px !important;
}

/* Ensure product cards don't float / break */
.elementor .archive ul.products li.product,
.elementor .woocommerce-page ul.products li.product,
.elementor ul.products li.product {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 12px !important;
  box-sizing: border-box !important;
}

/* ===========================
   Responsive tweaks (Elementor)
   =========================== */
@media (max-width: 1024px) {
  .elementor .home ul.products.product-category { grid-template-columns: repeat(4, minmax(0,1fr)) !important; gap:16px !important; }
  .elementor .archive ul.products { grid-template-columns: repeat(3, minmax(0,1fr)) !important; gap:16px !important; }
}
@media (max-width: 768px) {
  .elementor .home ul.products.product-category,
  .elementor .archive ul.products {
    grid-template-columns: repeat(2, minmax(0,1fr)) !important;
    gap:12px !important;
  }

  /* reduce vertical spacing inside cards on mobile */
  .elementor ul.products li.product { padding: 8px !important; }
  .elementor ul.products li.product .woocommerce-loop-product__title { margin: 6px 0 4px !important; }
  .elementor ul.products li.product .price { margin: 2px 0 6px !important; }
  .elementor ul.products li.product .button { padding: 8px 0 !important; font-size:13px !important; }
}/* End custom CSS */