.elementor-kit-12{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-1d97ce8:#1A2825;--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-12 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 *//* ===== GM Product Detail Pages — Shared Styles ===== */

/* HERO compact with dark overlay */
.gm-prodpage-hero { position:relative; isolation:isolate; }
.gm-prodpage-hero::before {
  content:''; position:absolute; inset:0; z-index:0;
  background:linear-gradient(180deg, rgba(20,32,28,.65) 0%, rgba(20,32,28,.85) 100%);
  pointer-events:none;
}
.gm-prodpage-hero > .e-con-inner { position:relative; z-index:1; }
.gm-prodpage-hero-title { max-width:48rem; margin-left:auto !important; margin-right:auto !important; }

/* INTRO image styling */
.gm-prodpage-intro-img img { width:100%; height:auto; display:block; aspect-ratio:4/3; object-fit:cover; }

/* SPEC TABLE inside text editor */
.gm-prodpage-spec-wrap { width:100%; max-width:48rem !important; margin-left:auto !important; margin-right:auto !important; }
.gm-prodpage-spec-wrap .gm-prodpage-spec-table { width:100%; border-collapse:collapse; }
.gm-prodpage-spec-wrap .gm-prodpage-spec-table th,
.gm-prodpage-spec-wrap .gm-prodpage-spec-table td {
  padding:14px 16px;
  border-bottom:1px solid #E5DFCE;
  vertical-align:top;
  text-align:left;
  font-size:14px;
  line-height:1.6;
}
.gm-prodpage-spec-wrap .gm-prodpage-spec-table th {
  font-family:'Poppins',sans-serif;
  font-weight:600;
  color:#1A2825;
  width:35%;
  background:#FAF7EF;
}
.gm-prodpage-spec-wrap .gm-prodpage-spec-table td {
  color:#4A5754;
  font-family:'Inter',sans-serif;
}
@media (max-width:600px){
  .gm-prodpage-spec-wrap .gm-prodpage-spec-table th { width:42%; padding:12px; }
  .gm-prodpage-spec-wrap .gm-prodpage-spec-table td { padding:12px; }
}

/* FEATURES + USAGE icon list — constrain max-width and 2-col layout */
.gm-prodpage-features-wrap { max-width:54rem !important; margin-left:auto !important; margin-right:auto !important; }
.gm-prodpage-features-wrap .elementor-icon-list-items.elementor-inline-items { display:grid; grid-template-columns:repeat(2,1fr); gap:8px 32px; }
@media (max-width:767px){
  .gm-prodpage-features-wrap .elementor-icon-list-items.elementor-inline-items { grid-template-columns:1fr; }
}

/* Section heading max-width like home page */
.gm-prodpage-intro .gm-section-head-c,
.gm-prodpage-features > .e-con-inner > .e-con:first-child,
.gm-prodpage-specs > .e-con-inner > .e-con:first-child,
.gm-prodpage-usage > .e-con-inner > .e-con:first-child,
.gm-prodpage-why-bullets > .e-con-inner > .e-con:first-child {
  max-width:42rem; margin-left:auto !important; margin-right:auto !important;
}

/* Intro row inner max-width */
.gm-prodpage-intro-row { max-width:88rem !important; margin-left:auto !important; margin-right:auto !important; }

/* Why card max-width */
.gm-prodpage-why-card { max-width:54rem !important; margin-left:auto !important; margin-right:auto !important; }

/* CTA inner max-width */
.gm-prodpage-cta-inner { max-width:88rem !important; margin-left:auto !important; margin-right:auto !important; }

/* SHARP POINT subcards: 3-col on desktop, 1 mobile */
@media (min-width:1024px){
  .gm-sharp-subgrid > .gm-sharp-subcard { width:calc((100% - 48px) / 3) !important; flex:0 0 calc((100% - 48px) / 3) !important; }
}
@media (min-width:640px) and (max-width:1023px){
  .gm-sharp-subgrid > .gm-sharp-subcard { width:calc((100% - 24px) / 2) !important; flex:0 0 calc((100% - 24px) / 2) !important; }
}
@media (max-width:639px){
  .gm-sharp-subgrid > .gm-sharp-subcard { width:100% !important; flex:0 0 100% !important; }
}
.gm-sharp-subcard-thumb { aspect-ratio:4/3; overflow:hidden; }
.gm-sharp-subcard-thumb .gm-sharp-subimg img { width:100% !important; height:100% !important; object-fit:cover; display:block; }

/* General: ensure HTML widgets fill containers */
.gm-prodpage-hero .elementor-widget-heading,
.gm-prodpage-intro .elementor-widget,
.gm-prodpage-features .elementor-widget,
.gm-prodpage-specs .elementor-widget,
.gm-prodpage-usage .elementor-widget,
.gm-prodpage-why-section .elementor-widget,
.gm-prodpage-cta .elementor-widget { width:100%; }

/* Intro image col max-width */
.gm-prodpage-intro-img-c .elementor-widget-image { width:100%; }

/* GM Product Gallery (per-page) */
.gm-prodpage-gallery-grid { width:100%; max-width:88rem; margin-left:auto !important; margin-right:auto !important; }
.gm-prodpage-gallery-grid .gallery-item { transition:transform .35s ease, box-shadow .35s ease; overflow:hidden; }
.gm-prodpage-gallery-grid .gallery-item:hover { transform:translateY(-4px); box-shadow:0 18px 40px -18px rgba(20,30,25,0.28); }
.gm-prodpage-gallery-grid .gallery-item img { transition:transform .8s ease; }
.gm-prodpage-gallery-grid .gallery-item:hover img { transform:scale(1.06); }
.gm-prodpage-gallery-grid .gallery-item a { display:block; cursor:zoom-in; }/* End custom CSS */