:root {
  --green: #16834b;
  --green-dark: #0f5f37;
  --light: #f2faf5;
  --border: #d8e6dd;
  --text: #1f2933;
  --muted: #667085;
}

body#index #header,
body#index #footer,
body#index #wrapper > .breadcrumb,
body#index #carousel,
body#index .carousel,
body#index .homeslider,
body#index #homepage-slider,
body#index .ps_imageslider,
body#index .banner,
body#index .ps_banner,
body#index .advertising,
body#index .ps_advertising,
body#index #custom-text,
body#index .featured-products,
body#index .new-products,
body#index .best-sellers,
body#index section.featured-products,
body#index #content > a > img {
  display: none !important;
}

body#index #wrapper {
  padding-top: 0 !important;
  background: #fff !important;
}

body#index #content-wrapper,
body#index #content,
body#index .page-home,
body#index .page-content,
body#index .container {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.gl-page * { box-sizing: border-box; }
.gl-page { background: #fff; color: var(--text); font-family: Arial, Helvetica, sans-serif; }
.gl-page a { color: inherit; }

.gl-container {
  width: min(1320px, calc(100% - 48px));
  margin: 0 auto;
}

.gl-header {
  background: #fff;
  border-bottom: 1px solid var(--border);
}

.gl-topbar {
  background: #f8fcfa;
  border-bottom: 1px solid var(--border);
}

.gl-topbar-grid {
  min-height: 42px;
  display: grid;
  grid-template-columns: 1.4fr auto 1fr;
  align-items: center;
  gap: 20px;
  font-size: 14px;
}

.gl-topbar-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  align-items: center;
  color: var(--muted);
}

.gl-topbar-contact a,
.gl-topbar-quote {
  color: var(--green-dark);
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.gl-topbar-quote {
  justify-self: center;
}

.gl-topbar-ship {
  color: var(--muted);
  text-align: right;
}

.gl-logo-row {
  border-bottom: 1px solid var(--border);
}

.gl-logo-row-inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.gl-logo,
.gl-footer-logo {
  display: inline-flex;
  gap: 0;
  text-decoration: none;
  font-size: 38px;
  letter-spacing: -0.055em;
  line-height: 1;
}

.gl-logo span,
.gl-footer-logo span {
  color: var(--green-dark);
  font-weight: 500;
}

.gl-logo strong,
.gl-footer-logo strong {
  color: #111827;
  font-weight: 900;
}

.gl-header-cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px 22px;
}

.gl-header-cta a {
  text-decoration: none;
  color: var(--text);
  font-weight: 800;
}

.gl-header-cta a:first-child,
.gl-header-cta a[href^="mailto"] {
  color: var(--green-dark);
}

.gl-menu {
  background: #fff;
}

.gl-menu-grid {
  display: grid;
  grid-template-columns: 1fr 170px;
  align-items: stretch;
}

.gl-menu-main {
  display: grid;
  grid-template-columns: repeat(8, minmax(100px, 1fr));
  border-left: 1px solid #eef3ef;
}

.gl-menu-main a,
.gl-menu-side a {
  min-height: 58px;
  padding: 8px 10px;
  border-right: 1px solid #eef3ef;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--text);
  text-decoration: none;
  font-size: 14px;
  text-align: center;
  line-height: 1.25;
}

.gl-menu-main a:hover,
.gl-menu-side a:hover {
  background: #f8fcfa;
  color: var(--green-dark);
}

.gl-menu-side {
  border-right: 1px solid #eef3ef;
}

.gl-menu-side a {
  min-height: 38px;
  justify-content: flex-start;
  border-bottom: 1px solid #eef3ef;
}

.gl-hero {
  background: linear-gradient(135deg, #fff 0%, #f0faf4 100%);
  border-bottom: 1px solid var(--border);
}

.gl-hero-grid {
  min-height: 410px;
  display: grid;
  grid-template-columns: 1.35fr .65fr;
  gap: 48px;
  align-items: center;
  padding: 58px 0;
}

.gl-kicker {
  color: var(--green-dark);
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: .08em;
  font-size: 13px;
  margin-bottom: 14px;
}

.gl-hero h1 {
  margin: 0 0 20px;
  max-width: 800px;
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.gl-hero p {
  max-width: 780px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.gl-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.gl-btn {
  min-height: 46px;
  padding: 12px 22px;
  border-radius: 7px;
  border: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}

.gl-btn-primary {
  background: var(--green);
  color: #fff !important;
}

.gl-btn-primary:hover { background: var(--green-dark); }

.gl-btn-light {
  background: #fff;
  color: var(--green-dark) !important;
  border-color: var(--border);
}

.gl-hero-box {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0 20px 55px rgba(15,95,55,.10);
}

.gl-hero-box span {
  display: block;
  color: var(--muted);
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: .06em;
  font-weight: 900;
}

.gl-hero-box strong {
  display: block;
  color: var(--green-dark);
  font-size: 30px;
  margin: 10px 0;
}

.gl-hero-box p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.55;
}

.gl-benefits-graphic {
  padding: 28px 0 20px;
  background: #fff;
}

.gl-benefits-card {
  min-height: 130px;
  padding: 24px 34px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
  background: linear-gradient(90deg, #f7fcf9, #eef8f2);
  border: 1px solid var(--border);
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(15,95,55,.10);
}

.gl-benefit-item {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 18px;
  align-items: center;
  min-width: 0;
}

.gl-benefit-icon {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: 900;
}

.gl-benefit-item strong {
  display: block;
  color: var(--green-dark);
  font-size: clamp(22px, 1.8vw, 32px);
  line-height: 1.05;
  white-space: normal;
}

.gl-benefit-item span {
  display: block;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.25;
}

.gl-section,
.gl-form-section {
  padding: 54px 0;
  background: #fff;
}

.gl-section-soft {
  background: var(--light);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.gl-section-head {
  text-align: center;
  margin-bottom: 30px;
}

.gl-section-head h2,
.gl-split-card h2 {
  margin: 0 0 10px;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.15;
}

.gl-section-head p,
.gl-split-card p {
  color: var(--muted);
  font-size: 16px;
}

.gl-category-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.gl-category-grid a {
  min-height: 150px;
  padding: 18px;
  border: 1px solid var(--border);
  border-radius: 12px;
  display: flex;
  align-items: flex-end;
  background: linear-gradient(135deg, #fff 0%, #f7fbf8 100%);
  color: var(--text);
  text-decoration: none;
  font-weight: 900;
  box-shadow: 0 8px 28px rgba(31,41,51,.05);
}

.gl-category-grid a:hover {
  transform: translateY(-2px);
  color: var(--green-dark);
}

.gl-occasion-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}

.gl-occasion-grid a {
  padding: 14px 10px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 8px;
  text-align: center;
  color: var(--text);
  text-decoration: none;
  font-weight: 800;
}

.gl-why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.gl-why {
  padding: 26px;
  border: 1px solid var(--border);
  border-radius: 16px;
  text-align: center;
}

.gl-icon {
  width: 44px;
  height: 44px;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
}

.gl-why h3 {
  margin: 0 0 10px;
  font-size: 18px;
}

.gl-why p { color: var(--muted); }

.gl-split-block {
  padding: 56px 0;
  background: #fff;
  border-top: 1px solid var(--border);
}

.gl-split-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.gl-split-card {
  min-height: 260px;
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 32px;
  background: #f8fcfa;
}

.gl-split-image {
  background:
    linear-gradient(135deg, rgba(15,95,55,.15), rgba(15,95,55,.02)),
    #f8fcfa;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--green-dark);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.gl-form-box {
  max-width: 920px;
  margin: 0 auto;
  padding: 32px;
  border: 1px solid var(--border);
  border-radius: 18px;
  box-shadow: 0 12px 40px rgba(31,41,51,.08);
}

.gl-form-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 12px;
}

.gl-form input,
.gl-form textarea {
  width: 100%;
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 13px;
  font-size: 15px;
}

.gl-form textarea {
  min-height: 135px;
  margin: 12px 0;
}

.gl-footer {
  background: #0f1720;
  color: #fff;
  padding: 46px 0 24px;
}

.gl-footer a {
  color: #d9f5e5;
  text-decoration: none;
}

.gl-footer-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(255,255,255,.12);
}

.gl-footer-brand p,
.gl-footer-newsletter p {
  color: #b9c5cf;
  max-width: 480px;
  line-height: 1.6;
}

.gl-footer-logo strong {
  color: #fff;
}

.gl-footer-phone,
.gl-footer-mail {
  display: inline-block;
  margin-top: 8px;
  margin-right: 16px;
  font-weight: 900;
}

.gl-footer-newsletter {
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 16px;
  padding: 24px;
  background: rgba(255,255,255,.04);
}

.gl-footer-newsletter h3 {
  margin: 0 0 8px;
  font-size: 24px;
}

.gl-footer-links {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 22px;
  padding: 34px 0;
}

.gl-footer-links h4 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.gl-footer-links a {
  display: block;
  color: #b9c5cf;
  padding: 5px 0;
}

.gl-footer-links a:hover { color: #fff; }

.gl-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.12);
  color: #b9c5cf;
  font-size: 14px;
}

@media (max-width: 1100px) {
  .gl-menu-grid { grid-template-columns: 1fr; }
  .gl-menu-main { grid-template-columns: repeat(4,1fr); }
  .gl-menu-side {
    display: grid;
    grid-template-columns: repeat(3,1fr);
  }
  .gl-menu-side a {
    justify-content: center;
    text-align: center;
  }
  .gl-benefits-card {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 900px) {
  .gl-hero-grid,
  .gl-category-grid,
  .gl-occasion-grid,
  .gl-why-grid,
  .gl-split-grid,
  .gl-footer-top,
  .gl-footer-links {
    grid-template-columns: 1fr 1fr;
  }
  .gl-hero h1 { font-size: 42px; }
}

@media (max-width: 640px) {
  .gl-container { width: min(100% - 28px, 1320px); }

  .gl-topbar-grid,
  .gl-logo-row-inner,
  .gl-footer-bottom {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .gl-menu-main,
  .gl-menu-side,
  .gl-hero-grid,
  .gl-category-grid,
  .gl-occasion-grid,
  .gl-why-grid,
  .gl-split-grid,
  .gl-form-grid,
  .gl-footer-top,
  .gl-footer-links,
  .gl-benefits-card {
    grid-template-columns: 1fr;
  }

  .gl-hero-grid { padding: 36px 0; }
  .gl-hero h1 { font-size: 34px; }
}

/* Custom GadzetZLogo search page */
body#module-gadzetlayout-search #header,
body#module-gadzetlayout-search #footer,
body#module-gadzetlayout-search #wrapper > .breadcrumb {
  display: none !important;
}

body#module-gadzetlayout-search #wrapper,
body#module-gadzetlayout-search #content-wrapper,
body#module-gadzetlayout-search #content,
body#module-gadzetlayout-search .container {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: #fff !important;
}

.gl-search-main {
  padding: 44px 0 70px;
  background: #f8faf9;
}

.gl-search-head {
  margin-bottom: 28px;
}

.gl-search-head h1 {
  margin: 0 0 8px;
  font-size: clamp(30px, 4vw, 48px);
  color: var(--text);
}

.gl-search-head p {
  color: var(--muted);
  font-size: 17px;
}

.gl-search-form-top {
  display: flex;
  gap: 8px;
  align-items: center;
  min-width: min(420px, 100%);
}

.gl-search-form-top input,
.gl-search-form-big input {
  width: 100%;
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 12px 14px;
  font-size: 15px;
}

.gl-search-form-top button,
.gl-search-form-big button {
  border: 0;
  border-radius: 8px;
  background: var(--green);
  color: #fff;
  padding: 12px 18px;
  font-weight: 900;
  cursor: pointer;
}

.gl-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.gl-product-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(31, 41, 51, .06);
}

.gl-product-image {
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f7fbf8;
  border-bottom: 1px solid var(--border);
  color: var(--muted);
  text-decoration: none;
}

.gl-product-image img {
  max-width: 100%;
  max-height: 210px;
  object-fit: contain;
}

.gl-product-body {
  padding: 16px;
}

.gl-product-title {
  display: block;
  min-height: 48px;
  color: var(--text);
  font-size: 16px;
  font-weight: 900;
  line-height: 1.35;
  text-decoration: none;
}

.gl-product-title:hover {
  color: var(--green-dark);
}

.gl-product-category,
.gl-product-ref {
  color: var(--muted);
  font-size: 13px;
  margin-top: 6px;
}

.gl-product-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 14px;
}

.gl-product-actions .gl-btn {
  min-height: 38px;
  padding: 9px 12px;
  font-size: 13px;
}

.gl-no-results {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 28px;
  max-width: 760px;
}

.gl-search-form-big {
  display: flex;
  gap: 10px;
  margin-top: 18px;
}

@media (max-width: 1100px) {
  .gl-product-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 800px) {
  .gl-product-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .gl-logo-row-inner,
  .gl-search-form-big {
    flex-direction: column;
    align-items: stretch;
  }

  .gl-search-form-top {
    min-width: 100%;
  }
}

@media (max-width: 520px) {
  .gl-product-grid {
    grid-template-columns: 1fr;
  }
}

/* Force custom search visual layout - v2 */
.gl-search-page {
  min-height: 100vh;
  background: #f8faf9;
  color: var(--text, #1f2933);
  font-family: Arial, Helvetica, sans-serif;
}

.gl-search-page a {
  color: inherit;
}

.gl-search-page .gl-header {
  background: #fff;
  border-bottom: 1px solid var(--border, #d8e6dd);
  box-shadow: 0 4px 18px rgba(31, 41, 51, .04);
}

.gl-search-page .gl-topbar {
  background: #f8fcfa;
  border-bottom: 1px solid var(--border, #d8e6dd);
}

.gl-search-page .gl-topbar-grid {
  min-height: 42px;
  display: grid;
  grid-template-columns: 1.4fr auto 1fr;
  align-items: center;
  gap: 20px;
  font-size: 14px;
}

.gl-search-page .gl-topbar-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  align-items: center;
  color: var(--muted, #667085);
}

.gl-search-page .gl-topbar-contact a,
.gl-search-page .gl-topbar-quote {
  color: var(--green-dark, #0f5f37);
  font-weight: 800;
  text-decoration: none;
}

.gl-search-page .gl-topbar-ship {
  color: var(--muted, #667085);
  text-align: right;
}

.gl-search-page .gl-logo-row {
  border-bottom: 1px solid var(--border, #d8e6dd);
}

.gl-search-page .gl-logo-row-inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
}

.gl-search-page .gl-logo {
  display: inline-flex;
  gap: 0;
  text-decoration: none;
  font-size: 38px;
  letter-spacing: -0.055em;
  line-height: 1;
}

.gl-search-page .gl-logo span {
  color: var(--green-dark, #0f5f37);
  font-weight: 500;
}

.gl-search-page .gl-logo strong {
  color: #111827;
  font-weight: 900;
}

.gl-search-page .gl-search-form-top {
  display: flex;
  gap: 8px;
  align-items: center;
  min-width: min(520px, 100%);
}

.gl-search-page .gl-search-form-top input {
  width: 100%;
  border: 1px solid var(--border, #d8e6dd);
  border-radius: 9px;
  padding: 13px 14px;
  font-size: 15px;
  outline: none;
  background: #fff;
}

.gl-search-page .gl-search-form-top input:focus {
  border-color: var(--green, #16834b);
  box-shadow: 0 0 0 3px rgba(22, 131, 75, .12);
}

.gl-search-page .gl-search-form-top button {
  border: 0;
  border-radius: 9px;
  background: var(--green, #16834b);
  color: #fff;
  padding: 13px 20px;
  font-weight: 900;
  cursor: pointer;
}

.gl-search-main {
  padding: 48px 0 80px;
  background: #f8faf9;
}

.gl-search-head {
  background: #fff;
  border: 1px solid var(--border, #d8e6dd);
  border-radius: 18px;
  padding: 28px;
  margin-bottom: 24px;
  box-shadow: 0 10px 30px rgba(31, 41, 51, .05);
}

.gl-search-head h1 {
  margin: 0 0 8px;
  font-size: clamp(34px, 4vw, 52px);
  color: var(--text, #1f2933);
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.gl-search-head p {
  margin: 0;
  color: var(--muted, #667085);
  font-size: 17px;
}

.gl-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.gl-product-card {
  background: #fff;
  border: 1px solid var(--border, #d8e6dd);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(31, 41, 51, .06);
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.gl-product-image {
  height: 230px;
  padding: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f7fbf8;
  border-bottom: 1px solid var(--border, #d8e6dd);
  color: var(--muted, #667085);
  text-decoration: none;
}

.gl-product-image img {
  max-width: 100%;
  max-height: 205px;
  object-fit: contain;
  display: block;
}

.gl-product-body {
  padding: 16px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.gl-product-title {
  display: block;
  min-height: 48px;
  color: var(--text, #1f2933);
  font-size: 16px;
  font-weight: 900;
  line-height: 1.35;
  text-decoration: none;
}

.gl-product-title:hover {
  color: var(--green-dark, #0f5f37);
}

.gl-product-category,
.gl-product-ref {
  color: var(--muted, #667085);
  font-size: 13px;
  margin-top: 6px;
}

.gl-product-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: auto;
  padding-top: 16px;
}

.gl-product-actions .gl-btn {
  min-height: 38px;
  padding: 9px 12px;
  font-size: 13px;
  border-radius: 8px;
}

.gl-no-results {
  background: #fff;
  border: 1px solid var(--border, #d8e6dd);
  border-radius: 16px;
  padding: 28px;
  max-width: 760px;
  box-shadow: 0 10px 30px rgba(31, 41, 51, .05);
}

.gl-search-form-big {
  display: flex;
  gap: 10px;
  margin-top: 18px;
}

.gl-search-form-big input {
  width: 100%;
  border: 1px solid var(--border, #d8e6dd);
  border-radius: 8px;
  padding: 13px;
  font-size: 15px;
}

.gl-search-form-big button {
  border: 0;
  border-radius: 8px;
  background: var(--green, #16834b);
  color: #fff;
  padding: 13px 20px;
  font-weight: 900;
  cursor: pointer;
}

@media (max-width: 1200px) {
  .gl-product-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 900px) {
  .gl-product-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .gl-search-page .gl-logo-row-inner,
  .gl-search-form-big {
    flex-direction: column;
    align-items: stretch;
  }

  .gl-search-page .gl-search-form-top {
    min-width: 100%;
  }

  .gl-search-page .gl-topbar-grid {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 8px 0;
  }

  .gl-search-page .gl-topbar-ship {
    text-align: left;
  }
}

@media (max-width: 560px) {
  .gl-product-grid {
    grid-template-columns: 1fr;
  }
}

/* Custom GadzetZLogo product page */
body#module-gadzetlayout-product #header,
body#module-gadzetlayout-product #footer,
body#module-gadzetlayout-product #wrapper > .breadcrumb {
  display: none !important;
}

body#module-gadzetlayout-product #wrapper,
body#module-gadzetlayout-product #content-wrapper,
body#module-gadzetlayout-product #content,
body#module-gadzetlayout-product .container {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: #fff !important;
}

.gl-product-page {
  min-height: 100vh;
  background: #f8faf9;
}

.gl-product-main {
  padding: 36px 0 70px;
  background: #f8faf9;
}

.gl-product-breadcrumb {
  display: flex;
  gap: 8px;
  align-items: center;
  color: var(--muted, #667085);
  font-size: 14px;
  margin-bottom: 18px;
}

.gl-product-breadcrumb a {
  color: var(--green-dark, #0f5f37);
  text-decoration: none;
  font-weight: 800;
}

.gl-product-layout {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 28px;
  align-items: start;
}

.gl-product-gallery,
.gl-product-info,
.gl-product-description {
  background: #fff;
  border: 1px solid var(--border, #d8e6dd);
  border-radius: 18px;
  box-shadow: 0 12px 34px rgba(31, 41, 51, .06);
}

.gl-product-gallery {
  padding: 22px;
}

.gl-product-main-image {
  min-height: 460px;
  background: #f7fbf8;
  border: 1px solid var(--border, #d8e6dd);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gl-product-main-image img {
  max-width: 100%;
  max-height: 430px;
  object-fit: contain;
}

.gl-product-no-image {
  color: var(--muted, #667085);
  font-weight: 800;
}

.gl-product-thumbs {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 8px;
  margin-top: 12px;
}

.gl-product-thumbs img {
  width: 100%;
  height: 74px;
  object-fit: contain;
  background: #f7fbf8;
  border: 1px solid var(--border, #d8e6dd);
  border-radius: 8px;
  padding: 4px;
}

.gl-product-info {
  padding: 30px;
}

.gl-product-info h1 {
  margin: 0 0 18px;
  color: var(--text, #1f2933);
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.gl-product-meta {
  color: var(--muted, #667085);
  margin: 8px 0;
  font-size: 15px;
}

.gl-product-price {
  margin: 20px 0;
  padding: 16px;
  background: #f7fbf8;
  border: 1px solid var(--border, #d8e6dd);
  border-radius: 12px;
  color: var(--muted, #667085);
  font-size: 16px;
}

.gl-product-price strong {
  color: var(--green-dark, #0f5f37);
  font-size: 22px;
}

.gl-product-cta-box {
  margin: 22px 0;
  padding: 22px;
  border-radius: 16px;
  background: linear-gradient(135deg, #eef8f2, #fff);
  border: 1px solid var(--border, #d8e6dd);
}

.gl-product-cta-box h2 {
  margin: 0 0 8px;
  color: var(--text, #1f2933);
  font-size: 24px;
}

.gl-product-cta-box p {
  color: var(--muted, #667085);
  margin-bottom: 16px;
}

.gl-product-shortdesc {
  color: var(--text, #1f2933);
  line-height: 1.65;
}

.gl-product-description {
  margin-top: 26px;
  padding: 30px;
  line-height: 1.65;
}

.gl-product-description h2 {
  margin: 0 0 16px;
  color: var(--text, #1f2933);
  font-size: 28px;
}

@media (max-width: 900px) {
  .gl-product-layout {
    grid-template-columns: 1fr;
  }

  .gl-product-main-image {
    min-height: 320px;
  }

  .gl-product-main-image img {
    max-height: 300px;
  }

  .gl-product-thumbs {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* Shared footer on search/product pages */
.gl-search-page .gl-footer,
.gl-product-page .gl-footer {
  margin-top: 0;
}

.gl-search-page .gl-footer-logo,
.gl-product-page .gl-footer-logo {
  display: inline-flex;
  gap: 0;
  text-decoration: none;
  font-size: 34px;
  letter-spacing: -0.055em;
  line-height: 1;
}

.gl-search-page .gl-footer-logo span,
.gl-product-page .gl-footer-logo span {
  color: var(--green, #16834b);
  font-weight: 500;
}

.gl-search-page .gl-footer-logo strong,
.gl-product-page .gl-footer-logo strong {
  color: #ffffff;
  font-weight: 900;
}

.gl-search-page .gl-footer-phone,
.gl-search-page .gl-footer-mail,
.gl-product-page .gl-footer-phone,
.gl-product-page .gl-footer-mail {
  display: inline-block;
  margin-top: 8px;
  margin-right: 16px;
  font-weight: 900;
}

/* Category dropdown menu and homepage slider */
.gl-category-nav {
  background: #fff;
  border-top: 1px solid var(--border, #d8e6dd);
  border-bottom: 1px solid var(--border, #d8e6dd);
  position: relative;
  z-index: 30;
}

.gl-category-nav-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 170px;
  align-items: stretch;
}

.gl-category-menu {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(8, minmax(100px, 1fr));
  margin: 0;
  padding: 0;
  border-left: 1px solid #eef3ef;
}

.gl-category-menu-item {
  position: relative;
  margin: 0;
  padding: 0;
}

.gl-category-menu-item > a,
.gl-category-side > a {
  min-height: 58px;
  padding: 8px 10px;
  border-right: 1px solid #eef3ef;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--text, #1f2933);
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
  line-height: 1.25;
}

.gl-category-menu-item:hover > a,
.gl-category-side > a:hover {
  background: #f8fcfa;
  color: var(--green-dark, #0f5f37);
}

.gl-category-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 260px;
  max-width: 360px;
  background: #fff;
  border: 1px solid var(--border, #d8e6dd);
  border-radius: 0 0 14px 14px;
  box-shadow: 0 18px 45px rgba(31, 41, 51, .14);
  padding: 10px;
  z-index: 100;
}

.gl-category-dropdown a {
  display: block;
  padding: 10px 12px;
  color: var(--text, #1f2933);
  text-decoration: none;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.25;
}

.gl-category-dropdown a:hover {
  background: #f2faf5;
  color: var(--green-dark, #0f5f37);
}

.gl-category-menu-item:hover .gl-category-dropdown {
  display: block;
}

.gl-category-side {
  border-right: 1px solid #eef3ef;
}

.gl-category-side a {
  min-height: 38px;
  justify-content: flex-start;
  border-bottom: 1px solid #eef3ef;
  font-size: 13px;
}

.gl-slider {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #fff 0%, #eef8f2 100%);
  border-bottom: 1px solid var(--border, #d8e6dd);
}

.gl-slider-track {
  position: relative;
  min-height: 430px;
}

.gl-slide {
  display: none;
  min-height: 430px;
}

.gl-slide-active {
  display: block;
}

.gl-slide-grid {
  min-height: 430px;
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 48px;
  align-items: center;
  padding: 58px 0;
}

.gl-slide-copy h1 {
  margin: 0 0 20px;
  max-width: 820px;
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1.08;
  letter-spacing: -0.045em;
  color: var(--text, #1f2933);
}

.gl-slide-copy p {
  max-width: 780px;
  color: var(--muted, #667085);
  font-size: 18px;
  line-height: 1.65;
}

.gl-slide-visual {
  min-height: 280px;
  border: 1px solid var(--border, #d8e6dd);
  border-radius: 22px;
  background:
    radial-gradient(circle at 30% 20%, rgba(22, 131, 75, .18), transparent 32%),
    linear-gradient(135deg, #fff, #f2faf5);
  box-shadow: 0 20px 55px rgba(15, 95, 55, .10);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.gl-slide-visual span {
  color: var(--muted, #667085);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 13px;
}

.gl-slide-visual strong {
  color: var(--green-dark, #0f5f37);
  font-size: clamp(32px, 4vw, 54px);
  letter-spacing: -0.05em;
}

.gl-slider-dots {
  position: absolute;
  left: 50%;
  bottom: 22px;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
}

.gl-slider-dots button {
  width: 34px;
  height: 10px;
  border: 0;
  border-radius: 99px;
  background: rgba(15, 95, 55, .25);
  color: transparent;
  cursor: pointer;
}

.gl-slider-dots button.active {
  background: var(--green, #16834b);
}

@media (max-width: 1100px) {
  .gl-category-nav-inner {
    grid-template-columns: 1fr;
  }

  .gl-category-menu {
    grid-template-columns: repeat(4, 1fr);
  }

  .gl-category-side {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .gl-category-side a {
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 800px) {
  .gl-category-menu {
    grid-template-columns: repeat(2, 1fr);
  }

  .gl-category-dropdown {
    position: static;
    box-shadow: none;
    border-radius: 0;
    min-width: 100%;
  }

  .gl-slide-grid {
    grid-template-columns: 1fr;
    padding: 38px 0 70px;
  }

  .gl-slide-copy h1 {
    font-size: 36px;
  }
}

@media (max-width: 520px) {
  .gl-category-menu,
  .gl-category-side {
    grid-template-columns: 1fr;
  }
}

/* Slider hard fix */
.gl-slider .gl-slide {
  display: none;
}

.gl-slider .gl-slide.gl-slide-active {
  display: block;
}

.gl-slider-dots button {
  font-size: 0;
}

.gl-slider-dots button.active {
  width: 44px;
}

/* FIX: menu ma byc jednym paskiem, bez osobnego prawego bloku */
.gl-category-nav {
  background: #fff;
  border-top: 1px solid var(--border, #d8e6dd);
  border-bottom: 1px solid var(--border, #d8e6dd);
  position: relative;
  z-index: 100;
}

.gl-category-nav-inner {
  display: block !important;
  width: min(100%, 100%);
  max-width: none !important;
  margin: 0 auto;
}

.gl-category-menu {
  list-style: none !important;
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 0 40px !important;
  border-left: 1px solid #eef3ef;
  overflow: visible !important;
}

.gl-category-menu-item {
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
  flex: 1 1 auto;
  min-width: 120px;
  max-width: 210px;
}

.gl-category-menu-item > a {
  min-height: 68px !important;
  height: 68px !important;
  padding: 8px 12px !important;
  border-right: 1px solid #eef3ef;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  color: var(--text, #1f2933) !important;
  text-decoration: none !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  text-align: center !important;
  line-height: 1.2 !important;
  background: #fff;
}

.gl-category-menu-extra > a {
  color: var(--green-dark, #0f5f37) !important;
}

.gl-category-menu-item:hover > a {
  background: #f8fcfa !important;
  color: var(--green-dark, #0f5f37) !important;
}

.gl-category-dropdown {
  display: none;
  position: absolute;
  top: 68px;
  left: 0;
  min-width: 280px;
  max-width: 380px;
  background: #fff;
  border: 1px solid var(--border, #d8e6dd);
  border-radius: 0 0 14px 14px;
  box-shadow: 0 18px 45px rgba(31, 41, 51, .14);
  padding: 10px;
  z-index: 9999;
}

.gl-category-dropdown a {
  display: block;
  padding: 10px 12px;
  color: var(--text, #1f2933);
  text-decoration: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
}

.gl-category-dropdown a:hover {
  background: #f2faf5;
  color: var(--green-dark, #0f5f37);
}

.gl-category-menu-item:hover .gl-category-dropdown {
  display: block;
}

/* wyłącz stary osobny prawy blok, gdyby gdzieś jeszcze został */
.gl-category-side {
  display: none !important;
}

/* header/footer muszą wyglądać tak samo na home/search/product */
.gl-search-page .gl-header,
.gl-product-page .gl-header {
  display: block !important;
}

.gl-search-page .gl-footer,
.gl-product-page .gl-footer {
  display: block !important;
  margin-top: 0;
}

/* przy szerokości laptopa nadal jeden rząd, ale z przewijaniem poziomym */
@media (max-width: 1250px) {
  .gl-category-menu {
    justify-content: flex-start !important;
    overflow-x: auto !important;
    overflow-y: visible !important;
    padding: 0 12px !important;
    -webkit-overflow-scrolling: touch;
  }

  .gl-category-menu-item {
    flex: 0 0 160px;
  }
}

@media (max-width: 700px) {
  .gl-category-menu-item {
    flex: 0 0 150px;
  }

  .gl-category-menu-item > a {
    font-size: 13px !important;
  }

  .gl-category-dropdown {
    position: fixed;
    left: 12px;
    right: 12px;
    top: auto;
    min-width: auto;
    max-width: none;
  }
}

/* Product gallery thumbnails + lightbox */
.gl-product-main-image {
  width: 100%;
  cursor: zoom-in;
  border: 1px solid var(--border, #d8e6dd);
  padding: 0;
}

.gl-product-main-image:hover {
  box-shadow: 0 0 0 3px rgba(22, 131, 75, .10);
}

.gl-product-thumbs {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 8px;
  margin-top: 12px;
}

.gl-product-thumb {
  width: 100%;
  height: 82px;
  border: 1px solid var(--border, #d8e6dd);
  border-radius: 8px;
  background: #f7fbf8;
  padding: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gl-product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.gl-product-thumb:hover,
.gl-product-thumb.active {
  border-color: var(--green, #16834b);
  box-shadow: 0 0 0 3px rgba(22, 131, 75, .12);
}

.gl-lightbox[hidden] {
  display: none !important;
}

.gl-lightbox {
  position: fixed;
  inset: 0;
  z-index: 999999;
  background: rgba(15, 23, 32, .88);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px;
}

.gl-lightbox img {
  max-width: min(1200px, 92vw);
  max-height: 88vh;
  object-fit: contain;
  background: #fff;
  border-radius: 12px;
  padding: 12px;
  box-shadow: 0 20px 70px rgba(0,0,0,.35);
}

.gl-lightbox-close,
.gl-lightbox-prev,
.gl-lightbox-next {
  position: fixed;
  border: 0;
  background: #fff;
  color: #111827;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 900;
  box-shadow: 0 12px 34px rgba(0,0,0,.25);
}

.gl-lightbox-close {
  top: 24px;
  right: 24px;
  width: 46px;
  height: 46px;
  font-size: 32px;
  line-height: 1;
}

.gl-lightbox-prev,
.gl-lightbox-next {
  top: 50%;
  transform: translateY(-50%);
  width: 54px;
  height: 54px;
  font-size: 44px;
  line-height: 1;
}

.gl-lightbox-prev {
  left: 24px;
}

.gl-lightbox-next {
  right: 24px;
}

.gl-lightbox-open {
  overflow: hidden;
}

@media (max-width: 900px) {
  .gl-product-thumbs {
    grid-template-columns: repeat(4, 1fr);
  }

  .gl-lightbox {
    padding: 24px;
  }

  .gl-lightbox-prev,
  .gl-lightbox-next {
    width: 44px;
    height: 44px;
    font-size: 34px;
  }
}

@media (max-width: 520px) {
  .gl-product-thumbs {
    grid-template-columns: repeat(3, 1fr);
  }

  .gl-lightbox {
    padding: 12px;
  }

  .gl-lightbox-close {
    top: 12px;
    right: 12px;
  }
}

/* hard fix product gallery clickable behavior */
.gl-product-gallery button {
  font-family: inherit;
}

.gl-product-main-image {
  appearance: none;
  -webkit-appearance: none;
  background: #f7fbf8;
  cursor: zoom-in !important;
}

.gl-product-main-image img {
  pointer-events: auto;
}

.gl-product-thumb {
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer !important;
}

.gl-product-thumb img {
  pointer-events: none;
}

.gl-lightbox[hidden] {
  display: none !important;
}

.gl-lightbox {
  position: fixed !important;
  inset: 0 !important;
  z-index: 2147483000 !important;
}

html.gl-lightbox-open,
body.gl-lightbox-open {
  overflow: hidden !important;
}

/* Product description and features */
.gl-product-description-content {
  color: var(--text, #1f2933);
  font-size: 16px;
  line-height: 1.75;
}

.gl-product-description-content p {
  margin: 0 0 14px;
}

.gl-product-description-content ul,
.gl-product-description-content ol {
  margin: 12px 0 12px 22px;
}

.gl-product-features {
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid var(--border, #d8e6dd);
}

.gl-product-features h3 {
  margin: 0 0 14px;
  font-size: 22px;
  color: var(--text, #1f2933);
}

.gl-product-features table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border: 1px solid var(--border, #d8e6dd);
  border-radius: 12px;
  overflow: hidden;
}

.gl-product-features th,
.gl-product-features td {
  padding: 12px 14px;
  border-bottom: 1px solid var(--border, #d8e6dd);
  text-align: left;
  vertical-align: top;
}

.gl-product-features th {
  width: 32%;
  background: #f7fbf8;
  color: var(--green-dark, #0f5f37);
  font-weight: 900;
}

.gl-product-features td {
  color: var(--muted, #667085);
}

.gl-product-features tr:last-child th,
.gl-product-features tr:last-child td {
  border-bottom: 0;
}

/* Product description order fix */
.gl-product-description {
  margin-top: 26px;
  padding: 30px;
  background: #fff;
  border: 1px solid var(--border, #d8e6dd);
  border-radius: 18px;
  box-shadow: 0 12px 34px rgba(31, 41, 51, .06);
}

.gl-product-description h2 {
  margin: 0 0 18px;
  color: var(--text, #1f2933);
  font-size: 30px;
  line-height: 1.15;
  letter-spacing: -0.025em;
}

.gl-product-description-content h3 {
  margin: 0 0 12px;
  color: var(--text, #1f2933);
  font-size: 23px;
  line-height: 1.25;
}

.gl-product-description-text {
  color: var(--text, #1f2933);
  font-size: 16px;
  line-height: 1.75;
}

.gl-product-description-text p {
  margin: 0 0 14px;
}

.gl-product-code {
  margin: 18px 0 0;
  padding: 14px 16px;
  display: inline-block;
  background: #f7fbf8;
  border: 1px solid var(--border, #d8e6dd);
  border-radius: 10px;
  color: var(--muted, #667085);
  font-size: 16px;
}

.gl-product-code strong {
  color: var(--green-dark, #0f5f37);
  font-weight: 900;
}
