.elementor-kit-17{--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-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.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:768px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* --- Mobile specific fixes (max-width: 768px) --- */
@media only screen and (max-width: 768px) {

  /* Menu toggle (hamburger icon) size */
  .elementor-menu-toggle,
  .woodmart-menu-toggle {
    font-size: 26px !important;
    padding: 8px !important;
  }

  /* Mobile menu items spacing */
  .elementor-nav-menu--dropdown .elementor-item,
  .woodmart-menu-mobile .menu-item a {
    padding: 12px 15px !important;
  }

  /* Headings resize for readability */
  h1 {
    font-size: 22px !important;
    line-height: 1.3em !important;
  }
  h2 {
    font-size: 20px !important;
    line-height: 1.4em !important;
  }
  h3 {
    font-size: 18px !important;
    line-height: 1.4em !important;
  }

  /* Product card spacing */
  .products .product,
  .woodmart-products .product {
    margin-bottom: 20px !important;
    padding: 8px !important;
  }

  /* Product images responsive */
  .products .product img,
  .woodmart-products .product img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  /* Buttons & CTAs touch-friendly */
  .elementor-button,
  .woodmart-btn {
    padding: 12px 18px !important;
    font-size: 15px !important;
  }

  /* Example: hide elements only meant for desktop */
  /* replace .desktop-only-element with real class */
  .desktop-only-element {
    display: none !important;
  }
}/* End custom CSS */