:root{
  --oog-green:#8fc320;
  --oog-green-deep:#6ca90d;
  --oog-orange:#f29a08;
  --oog-ink:#121a1e;
  --oog-ink-soft:#5d6a73;
  --oog-line:rgba(18,26,30,.10);
  --oog-panel:#ffffff;
  --oog-surface:#f5f7f8;
  --oog-shadow:0 14px 30px rgba(16,19,22,.08);
  --oog-radius:18px;
}

/* 404 page redesign */
.oog-404{
  min-height:clamp(420px,70vh,760px);
  display:flex;
  align-items:center;
  justify-content:center;
  background:transparent !important;
  padding:clamp(24px,4vw,52px) 0 !important;
}
.oog-404 .oog-container{
  width:min(1100px,calc(100% - 36px));
}
.oog-404__inner{
  position:relative;
  display:grid;
  place-items:center;
  text-align:center;
  gap:14px;
  padding:clamp(20px,3vw,34px) 14px;
}
.oog-404__inner::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:
    radial-gradient(440px 180px at 50% 26%, rgba(155,208,0,.20), transparent 70%),
    radial-gradient(680px 240px at 50% 100%, rgba(95,155,81,.12), transparent 72%);
  pointer-events:none;
}
.oog-404__kicker{
  margin:0;
  padding:5px 11px;
  border-radius:999px;
  border:1px solid rgba(155,208,0,.46);
  background:rgba(255,255,255,.42);
  color:#5a7f1c;
  font-size:11px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.14em;
}
.oog-404__code{
  margin:0;
  position:relative;
  line-height:.92;
  font-size:clamp(96px,20vw,250px);
  font-weight:900;
  letter-spacing:-.04em;
  color:#9bd000;
  text-shadow:
    0 0 12px rgba(155,208,0,.50),
    0 0 40px rgba(95,155,81,.35),
    0 0 72px rgba(95,155,81,.22);
}
.oog-404__codeMain{
  position:relative;
  display:block;
  animation:oog404Pulse 2.4s ease-in-out infinite;
}
.oog-404__codeGhost,
.oog-404__codeGhost2{
  position:absolute;
  inset:0;
  pointer-events:none;
  mix-blend-mode:screen;
  opacity:.45;
}
.oog-404__codeGhost{
  color:#7fff3c;
  transform:translate(0,0);
  animation:oog404GlitchA 1.65s steps(2,end) infinite;
}
.oog-404__codeGhost2{
  color:#d7ff92;
  transform:translate(0,0);
  opacity:.30;
  animation:oog404GlitchB 2.1s steps(2,end) infinite;
}
.oog-404__text{
  margin:0;
  max-width:760px;
  color:#374951;
  font-size:clamp(18px,2vw,35px);
  line-height:1.5;
  font-weight:500;
}
.oog-404__back{
  margin-top:10px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:0 24px;
  border-radius:999px;
  border:1px solid rgba(125,177,15,.58);
  color:#121e0a;
  font-size:clamp(18px,1.7vw,34px);
  font-weight:700;
  background:linear-gradient(180deg,#b6e628 0%,#9dd115 100%);
  box-shadow:
    0 8px 18px rgba(108,169,13,.28);
  transition:transform .18s ease, box-shadow .18s ease, filter .18s ease;
}
.oog-404__back:hover{
  transform:translateY(-1px);
  filter:brightness(1.02);
  box-shadow:
    0 12px 22px rgba(108,169,13,.34);
}
@keyframes oog404Pulse{
  0%,100%{filter:brightness(1) saturate(1)}
  50%{filter:brightness(1.08) saturate(1.12)}
}
@keyframes oog404GlitchA{
  0%,100%{transform:translate(0,0);clip-path:inset(0 0 0 0)}
  10%{transform:translate(-3px,-1px);clip-path:inset(16% 0 52% 0)}
  12%{transform:translate(3px,1px);clip-path:inset(0 0 78% 0)}
  20%{transform:translate(0,0);clip-path:inset(0 0 0 0)}
  42%{transform:translate(4px,-1px);clip-path:inset(38% 0 34% 0)}
  44%{transform:translate(-3px,1px);clip-path:inset(64% 0 12% 0)}
  70%{transform:translate(0,0);clip-path:inset(0 0 0 0)}
}
@keyframes oog404GlitchB{
  0%,100%{transform:translate(0,0);clip-path:inset(0 0 0 0)}
  8%{transform:translate(2px,1px);clip-path:inset(72% 0 0 0)}
  11%{transform:translate(-4px,-1px);clip-path:inset(0 0 58% 0)}
  34%{transform:translate(0,0);clip-path:inset(0 0 0 0)}
  56%{transform:translate(-2px,1px);clip-path:inset(30% 0 46% 0)}
  60%{transform:translate(3px,-1px);clip-path:inset(80% 0 2% 0)}
  76%{transform:translate(0,0);clip-path:inset(0 0 0 0)}
}
@media (max-width:900px){
  .oog-404{padding:26px 0 !important;min-height:58vh}
  .oog-404__inner{gap:12px}
  .oog-404__text{max-width:560px}
}
@media (prefers-reduced-motion:reduce){
  .oog-404__codeMain,
  .oog-404__codeGhost,
  .oog-404__codeGhost2{
    animation:none !important;
  }
}

/* ---- Single product gallery stability fix (live) ---- */
body.single-product .woocommerce div.product .woocommerce-product-gallery{
  position:relative;
}
body.single-product .woocommerce div.product .woocommerce-product-gallery .flex-viewport{
  min-height:460px !important;
  height:460px !important;
  max-height:460px !important;
  padding:12px !important;
  display:block !important;
  overflow:hidden !important;
}
body.single-product .woocommerce div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper{
  min-height:0 !important;
  height:auto !important;
}
body.single-product .woocommerce div.product .woocommerce-product-gallery .woocommerce-product-gallery__image{
  height:460px !important;
}
body.single-product .woocommerce div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a{
  width:100% !important;
  height:100% !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  cursor:zoom-in !important;
}
body.single-product .woocommerce div.product .woocommerce-product-gallery .woocommerce-product-gallery__image img{
  width:100% !important;
  height:100% !important;
  max-width:100% !important;
  max-height:100% !important;
  object-fit:contain !important;
  object-position:center center !important;
  margin:0 auto !important;
}
body.single-product .woocommerce div.product .flex-control-thumbs,
body.single-product .woocommerce div.product .flex-control-thumbs li,
body.single-product .woocommerce div.product .flex-control-thumbs li img{
  pointer-events:auto !important;
}
body.single-product .woocommerce div.product .flex-control-thumbs li img{
  cursor:pointer !important;
}

@media (max-width:1100px){
  body.single-product .woocommerce div.product .woocommerce-product-gallery .flex-viewport{
    min-height:400px !important;
    height:400px !important;
    max-height:400px !important;
  }
  body.single-product .woocommerce div.product .woocommerce-product-gallery .woocommerce-product-gallery__image{
    height:400px !important;
  }
}
@media (max-width:640px){
  body.single-product .woocommerce div.product .woocommerce-product-gallery .flex-viewport{
    min-height:320px !important;
    height:320px !important;
    max-height:320px !important;
    padding:8px !important;
  }
  body.single-product .woocommerce div.product .woocommerce-product-gallery .woocommerce-product-gallery__image{
    height:320px !important;
  }
}

/* Shared reveal animation */
[data-oog-reveal]{
  opacity:0;
  transform:translateY(16px);
  transition:opacity .55s ease, transform .55s ease;
}
[data-oog-reveal].is-visible{
  opacity:1;
  transform:translateY(0);
}

/* Energy flow section */
.EnergyFlow-module__hV9j2Q__section{
  position:relative;
  padding:14px 0 10px;
}
.EnergyFlow-module__hV9j2Q__container{
  position:relative;
}
.EnergyFlow-module__hV9j2Q__kicker{
  display:inline-flex;
  align-items:center;
  margin-bottom:8px;
}
.EnergyFlow-module__hV9j2Q__title{
  margin:0 0 8px;
}
.EnergyFlow-module__hV9j2Q__subtitle{
  margin:0;
}

.EnergyFlow-module__hV9j2Q__panel{
  display:grid;
  grid-template-columns:minmax(320px,.88fr) minmax(0,1.12fr);
  align-items:start;
  gap:18px;
  border:0;
  background:transparent;
  box-shadow:none;
  padding:0;
  opacity:0;
  transform:translateY(16px);
  transition:opacity .55s ease, transform .55s ease;
}
.EnergyFlow-module__hV9j2Q__panel.is-visible{
  opacity:1;
  transform:translateY(0);
}
.EnergyFlow-module__hV9j2Q__content{
  max-width:560px;
  padding:6px 2px 0;
}
.EnergyFlow-module__hV9j2Q__content .EnergyFlow-module__hV9j2Q__subtitle{
  color:#5e6b73;
  max-width:52ch;
}

.EnergyFlow-module__hV9j2Q__visual{
  position:relative;
  margin:0;
  border-radius:20px;
  border:1px solid rgba(143,195,32,.22);
  background:
    radial-gradient(620px 240px at 0% 0%, rgba(143,195,32,.11), transparent 60%),
    linear-gradient(180deg,#fcfef9,#f5f9f0);
  box-shadow:0 12px 24px rgba(16,19,22,.07), inset 0 1px 0 rgba(255,255,255,.86);
  padding:12px;
  isolation:isolate;
}
.EnergyFlow-module__hV9j2Q__visual::after{
  content:"";
  position:absolute;
  inset:-1px;
  border-radius:18px;
  pointer-events:none;
  background:radial-gradient(120% 70% at 22% 22%, rgba(155,208,0,.16), transparent 58%);
  opacity:.54;
  z-index:0;
}
.EnergyFlow-module__hV9j2Q__image{
  position:relative;
  z-index:1;
  display:block;
  width:100%;
  height:auto;
  border-radius:12px;
  filter:saturate(1.02) contrast(1.02);
}

@media (max-width:1024px){
  .EnergyFlow-module__hV9j2Q__panel{
    grid-template-columns:1fr;
    gap:12px;
    padding:0;
  }
  .EnergyFlow-module__hV9j2Q__content{
    max-width:none;
    padding:0;
  }
  .EnergyFlow-module__hV9j2Q__content .EnergyFlow-module__hV9j2Q__subtitle{
    max-width:none;
  }
  .EnergyFlow-module__hV9j2Q__visual{
    border-radius:16px;
  }
}

@media (max-width:720px){
  .EnergyFlow-module__hV9j2Q__section{
    padding:18px 0 12px;
  }
  .EnergyFlow-module__hV9j2Q__panel{
    padding:0;
  }
  .EnergyFlow-module__hV9j2Q__visual{
    padding:8px;
  }
}

@media (prefers-reduced-motion:reduce){
  [data-oog-reveal]{
    opacity:1;
    transform:none;
    transition:none !important;
  }
  .EnergyFlow-module__hV9j2Q__panel{
    transition:none !important;
  }
}
*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{
  font-family:Inter,Lato,system-ui,sans-serif;
  color:var(--oog-ink);
  background:#fff;
  line-height:1.4;
}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%;height:auto}
button,input{font:inherit}
.screen-reader-text{
  position:absolute!important;
  width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;
  clip:rect(0,0,0,0);white-space:nowrap;border:0;
}

.oog-container{width:min(1400px,calc(100% - 32px));margin-inline:auto}
.oog-site{min-height:100dvh;display:flex;flex-direction:column;background:transparent}
.site-main{flex:1}

.oog-topbar{
  background:#355154;
  color:#f1f5f6;
  font-size:13px;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.oog-topbar__inner{min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:14px}
.oog-topbar__left,.oog-topbar__right{display:flex;align-items:center;gap:14px;flex-wrap:wrap}
.oog-topbar a{opacity:.92}
.oog-topbar a:hover{opacity:1}

.oog-mainbar{background:#fff;border-bottom:1px solid var(--oog-line)}
.oog-mainbar__inner{
  min-height:84px;
  display:grid;
  grid-template-columns:190px minmax(0,1fr);
  align-items:center;
  gap:16px;
  padding:10px 0;
}
.oog-logo img{max-width:170px;max-height:68px;object-fit:contain}
.oog-search{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:10px;
  align-items:center;
}
.oog-search input{
  height:46px;border:1px solid #d7dde1;border-radius:12px;background:#f3f5f6;
  padding:0 14px;color:var(--oog-ink);
}
.oog-search input:focus{outline:2px solid rgba(143,195,32,.28);border-color:#a8cf50}
.oog-search button{
  height:46px;border-radius:12px;border:1px solid rgba(18,26,30,.12);background:#fff;
  padding:0 14px;font-weight:700;cursor:pointer;transition:.18s ease;
}
.oog-search button:hover{background:#f7f9fa}

.oog-nav{
  background:linear-gradient(180deg,#8ec81f,#7eb115);
  border-bottom:3px solid #6f9a10;
  color:#fff;
}
.oog-nav__inner{min-height:52px;display:flex;align-items:center}
.oog-nav ul{margin:0;padding:0;list-style:none}
.oog-nav__menu{
  display:flex;align-items:center;gap:0;width:100%;min-height:52px;
  overflow-x:auto;scrollbar-width:none;
}
.oog-nav__menu::-webkit-scrollbar{display:none}
.oog-nav__menu li{display:flex;flex:0 0 auto}
.oog-nav__menu a{
  display:flex;align-items:center;min-height:52px;padding:0 16px;
  font-weight:700;color:#fff;white-space:nowrap;
}
.oog-nav__menu li+li a{border-left:1px solid rgba(15,20,18,.14)}
.oog-nav__menu a:hover{background:rgba(0,0,0,.08)}

.oog-btn{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  min-height:42px;padding:0 16px;border-radius:12px;font-weight:700;
  border:1px solid transparent;transition:.18s ease;cursor:pointer;
}
.oog-btn--lg{min-height:50px;padding:0 18px}
.oog-btn--solid{background:var(--oog-orange);color:#14181a;box-shadow:0 10px 24px rgba(242,154,8,.22)}
.oog-btn--solid:hover{filter:brightness(.97);transform:translateY(-1px)}
.oog-btn--ghost{background:rgba(255,255,255,.12);color:#fff;border-color:rgba(255,255,255,.24)}
.oog-btn--ghost:hover{background:rgba(255,255,255,.18)}

.oog-section-head{
  display:grid;
  grid-template-columns:1fr auto;
  gap:8px 16px;
  align-items:end;
  margin-bottom:18px;
}
.oog-section-head__kicker{
  grid-column:1 / -1;
  font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;
  color:#6b8f1f;
}
.oog-section-head__title{
  margin:0;
  font-size:clamp(24px,2vw,34px);
  line-height:1.08;
  letter-spacing:-.02em;
}
.oog-section-head__subtitle{
  grid-column:1 / 2;
  margin:0;color:var(--oog-ink-soft);max-width:66ch;line-height:1.55;
}
.oog-section-head__link{
  align-self:center;
  justify-self:end;
  color:#476818;
  font-weight:700;
  white-space:nowrap;
}

.oog-home-hero{
  position:relative;
  padding:22px 0 10px;
  background:
    radial-gradient(960px 520px at 14% -10%, rgba(143,195,32,.22), transparent 60%),
    radial-gradient(1200px 620px at 86% -18%, rgba(53,81,84,.18), transparent 63%),
    linear-gradient(180deg,#f8fafb 0%,#f2f5f6 100%);
}
.oog-home-hero__bg{
  position:absolute;inset:0;
  background:
    repeating-linear-gradient(120deg, rgba(255,255,255,.24) 0 1px, transparent 1px 18px);
  opacity:.45;
  pointer-events:none;
}
.oog-home-hero__shell{position:relative}

.oog-hero-slider{
  position:relative;
  border-radius:24px;
  overflow:hidden;
  box-shadow:0 20px 45px rgba(20,25,32,.14);
  background:#233238;
}
.oog-hero-slider__track{position:relative;min-height:min(42vw,520px)}
.oog-hero-slide{
  position:absolute;inset:0;
  opacity:0;visibility:hidden;pointer-events:none;
  transition:opacity .45s ease, visibility .45s ease;
}
.oog-hero-slide.is-active{opacity:1;visibility:visible;pointer-events:auto}
.oog-hero-slide__mediaLink{position:absolute;inset:0;display:block}
.oog-hero-slide__image{
  position:absolute;inset:0;
  width:100%;height:100%;
  object-fit:cover;
  transform:scale(1.01);
}
.oog-hero-slide__image--placeholder{
  background:linear-gradient(140deg,#32424a,#54757c 52%,#6ea218);
}
.oog-hero-slide__overlay{
  position:relative;
  z-index:2;
  height:100%;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  align-items:flex-start;
  gap:10px;
  padding:clamp(18px,3vw,34px);
  background:
    linear-gradient(180deg, rgba(13,18,21,.10) 0%, rgba(13,18,21,.42) 52%, rgba(13,18,21,.84) 100%);
  color:#fff;
}
.oog-hero-slide__badge{
  display:inline-flex;align-items:center;min-height:28px;padding:0 10px;
  border-radius:999px;font-size:12px;font-weight:800;letter-spacing:.09em;text-transform:uppercase;
  background:rgba(143,195,32,.22);border:1px solid rgba(143,195,32,.42);color:#eefecc;
}
.oog-hero-slide__title{
  margin:0;
  max-width:min(700px,86%);
  font-size:clamp(24px,3vw,46px);
  line-height:.98;
  letter-spacing:-.025em;
  text-wrap:balance;
}
.oog-hero-slide__actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:4px}
.oog-hero-slider__dots{
  position:absolute;left:0;right:0;bottom:12px;
  display:flex;justify-content:center;gap:8px;z-index:3;
}
.oog-hero-slider__dot{
  width:9px;height:9px;border-radius:999px;border:0;cursor:pointer;
  background:rgba(255,255,255,.4);padding:0;
}
.oog-hero-slider__dot.is-active{width:28px;background:#fff}

.oog-cat-strip{padding:20px 0 6px;background:linear-gradient(180deg,#f2f5f6 0%,#fff 100%)}
.oog-cat-strip__grid{
  display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;
}
.oog-cat-card{
  background:#fff;border:1px solid var(--oog-line);border-radius:16px;overflow:hidden;
  box-shadow:0 10px 20px rgba(16,19,22,.04);transition:.18s ease;
}
.oog-cat-card:hover{transform:translateY(-2px);box-shadow:0 14px 28px rgba(16,19,22,.08)}
.oog-cat-card__media{aspect-ratio:1.25/1;background:#ecf1f3;overflow:hidden}
.oog-cat-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .24s ease}
.oog-cat-card:hover .oog-cat-card__media img{transform:scale(1.04)}
.oog-cat-card__placeholder{
  width:100%;height:100%;
  background:linear-gradient(135deg,#d8e2e6,#edf2f4);
}
.oog-cat-card__footer{padding:12px 14px 14px}
.oog-cat-card__name{font-weight:700;line-height:1.15}
.oog-cat-card__meta{margin-top:4px;color:var(--oog-ink-soft);font-size:13px}

.oog-feature-row{padding:14px 0 10px}
.oog-feature-row__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.oog-feature-card{
  display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:flex-start;
  border:1px solid var(--oog-line);background:#fff;border-radius:16px;padding:14px;
  box-shadow:0 8px 18px rgba(16,19,22,.04);transition:.18s ease;
}
.oog-feature-card:hover{transform:translateY(-2px);border-color:rgba(143,195,32,.25)}
.oog-feature-card__icon{
  width:44px;height:44px;border-radius:12px;display:grid;place-items:center;
  background:linear-gradient(180deg,#f2f8e4,#e8f4ce);color:#5f8b11;font-weight:800;font-size:24px;
  overflow:hidden;border:1px solid rgba(143,195,32,.18);
}
.oog-feature-card__icon img{width:100%;height:100%;object-fit:contain;padding:6px}
.oog-feature-card__body h3{margin:1px 0 6px;font-size:17px;line-height:1.12;letter-spacing:-.015em}
.oog-feature-card__body p{margin:0;color:var(--oog-ink-soft);font-size:14px;line-height:1.45}
.oog-feature-card__arrow{font-size:18px;color:#618f14;padding-top:4px}

.oog-products{
  padding:18px 0 14px;
  background:
    radial-gradient(900px 420px at 8% 10%, rgba(143,195,32,.11), transparent 60%),
    radial-gradient(900px 500px at 94% 0%, rgba(53,81,84,.06), transparent 58%);
}
.oog-products__grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}
.oog-product-card{
  display:flex;flex-direction:column;
  background:#fff;border:1px solid var(--oog-line);border-radius:18px;overflow:hidden;
  box-shadow:0 10px 20px rgba(16,19,22,.05);transition:.18s ease;
}
.oog-product-card:hover{transform:translateY(-2px);box-shadow:0 16px 30px rgba(16,19,22,.08)}
.oog-product-card__imageWrap{
  position:relative;
  display:block;
  aspect-ratio:1/1;
  background:#f3f5f6;
  overflow:hidden;
}
.oog-product-card__image{width:100%;height:100%;object-fit:contain;padding:14px;transition:transform .2s ease}
.oog-product-card:hover .oog-product-card__image{transform:scale(1.03)}
.oog-product-card__badges{
  position:absolute;top:10px;left:10px;display:flex;gap:6px;flex-wrap:wrap;pointer-events:none;
}
.oog-product-card__badge{
  min-height:24px;padding:0 8px;border-radius:999px;font-size:11px;font-weight:800;
  text-transform:uppercase;letter-spacing:.06em;background:#eaf3d6;color:#557d10;
}
.oog-product-card__badge--sale{background:#ffedd0;color:#9a5a00}
.oog-product-card__body{display:grid;gap:7px;padding:12px 14px 14px}
.oog-product-card__title{margin:0;font-size:15px;line-height:1.25;letter-spacing:-.01em}
.oog-product-card__meta{margin:0;color:var(--oog-ink-soft);font-size:13px}
.oog-product-card__price{font-weight:700;line-height:1.2}
.oog-product-card__price .amount{font-weight:800}
.oog-product-card__price ins{text-decoration:none;color:#1a2a0e}
.oog-product-card__price del{opacity:.55;font-weight:500;margin-right:6px}

.oog-services-wrap{padding:20px 0 14px}
.oog-services-wrap__card{
  background:#fff;border:1px solid var(--oog-line);border-radius:18px;padding:14px;
  box-shadow:0 12px 22px rgba(16,19,22,.05);
}
.oog-services-wrap .oog-services-empty{
  margin:0;padding:14px;border-radius:12px;background:#f6f8fa;color:var(--oog-ink-soft);
}

.oog-map-summary{
  padding:18px 0 14px;
  background:
    linear-gradient(180deg,#fff,#f3f6f7 56%,#eef2f3);
}
.oog-map-summary__card{
  display:grid;grid-template-columns:1.1fr .9fr;gap:16px;
  background:
    radial-gradient(620px 300px at 100% 0%, rgba(143,195,32,.18), transparent 62%),
    radial-gradient(580px 340px at 0% 100%, rgba(53,81,84,.12), transparent 62%),
    #fff;
  border:1px solid var(--oog-line);border-radius:22px;padding:18px;
  box-shadow:0 16px 32px rgba(16,19,22,.07);
}
.oog-map-summary__title{
  margin:.15rem 0 .5rem;font-size:clamp(22px,2vw,30px);line-height:1.05;letter-spacing:-.02em;
}
.oog-map-summary__text{margin:0 0 14px;color:var(--oog-ink-soft);max-width:60ch;line-height:1.55}
.oog-map-summary__stats{
  border-radius:16px;padding:14px;
  background:rgba(246,249,250,.9);border:1px solid rgba(18,26,30,.06);
  display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;
  align-content:start;
}
.oog-map-summary__stat{
  background:#fff;border:1px solid rgba(18,26,30,.06);border-radius:14px;
  padding:12px;display:grid;gap:4px;box-shadow:0 6px 14px rgba(16,19,22,.03);
}
.oog-map-summary__num{font-size:28px;font-weight:800;letter-spacing:-.03em}
.oog-map-summary__label{font-size:13px;color:var(--oog-ink-soft)}
.oog-map-summary__chips{
  grid-column:1 / -1;
  display:flex;flex-wrap:wrap;gap:8px;margin-top:2px;
}
.oog-chip{
  display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border-radius:999px;
  border:1px solid rgba(18,26,30,.08);background:#fff;color:#425058;font-size:13px;
}

.oog-partners{padding:20px 0 12px}
.oog-partners__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.oog-partner-card{
  display:grid;grid-template-rows:auto auto;gap:10px;align-items:center;justify-items:center;
  min-height:140px;padding:16px;background:#fff;border:1px solid var(--oog-line);border-radius:18px;
  box-shadow:0 10px 18px rgba(16,19,22,.04);transition:.18s ease;
}
.oog-partner-card:hover{transform:translateY(-2px)}
.oog-partner-card__logo{
  width:100%;height:64px;display:grid;place-items:center;
}
.oog-partner-card__logo img{max-width:90%;max-height:64px;object-fit:contain;filter:saturate(.95)}
.oog-partner-card__logo span{
  width:44px;height:44px;border-radius:50%;display:grid;place-items:center;
  background:#eef4de;color:#567d10;font-weight:800;font-size:20px;
}
.oog-partner-card__name{text-align:center;font-weight:600;font-size:14px;color:#304046}

.oog-cta{
  padding:20px 0 28px;
  background:
    radial-gradient(1000px 360px at 16% 0%, rgba(143,195,32,.12), transparent 62%),
    radial-gradient(920px 420px at 84% 12%, rgba(53,81,84,.10), transparent 60%),
    #f2f6f7;
}
.oog-cta__card{
  display:grid;grid-template-columns:1fr auto;gap:18px;align-items:center;
  background:linear-gradient(135deg,#20333a 0%,#2b4647 48%,#4d6f3f 100%);
  color:#fff;border-radius:22px;padding:20px;border:1px solid rgba(255,255,255,.08);
  box-shadow:0 20px 40px rgba(13,22,24,.18);
}
.oog-cta__title{
  margin:.1rem 0 .45rem;font-size:clamp(22px,2vw,32px);line-height:1.05;letter-spacing:-.02em;
}
.oog-cta__text{margin:0;color:rgba(255,255,255,.82);max-width:60ch;line-height:1.55}
.oog-cta__actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}

.oog-home-content{padding:0 0 26px}

.oog-page-shell{
  padding:34px 0 60px;
  background:
    radial-gradient(900px 420px at 18% 0%, rgba(155,208,0,.10), transparent 60%),
    radial-gradient(1000px 520px at 82% 0%, rgba(95,155,81,.08), transparent 60%),
    #f6f8fa;
}
.oog-card{
  background:#fff;border:1px solid var(--oog-line);border-radius:18px;padding:22px;
  box-shadow:var(--oog-shadow);
}
.oog-card--woo{
  padding:18px;
}
.oog-card h1,.oog-card h2{margin-top:0;line-height:1.1;letter-spacing:-.02em}
.oog-entry{line-height:1.7}
.oog-entry img{border-radius:12px}
.oog-entry a{color:#416315;text-decoration:underline;text-underline-offset:2px}

.oog-post-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.oog-post h2{font-size:18px;margin:0 0 8px}
.oog-post p{margin:0;color:rgba(16,19,22,.75);line-height:1.55}

.oog-footer{background:#364e4f;color:rgba(255,255,255,.80);margin-top:auto}
.oog-footer__inner{display:flex;justify-content:space-between;gap:40px;padding:42px 0 52px}
.oog-footer__title{
  font-size:12px;text-transform:uppercase;letter-spacing:.10em;font-weight:800;
  margin-bottom:12px;color:#d9ecec;
}
.oog-footer__links{list-style:none;padding:0;margin:0;display:grid;gap:8px}
.oog-footer__links a{color:rgba(255,255,255,.88)}
.oog-footer__meta{margin:.4rem 0;color:rgba(255,255,255,.76)}

.woocommerce .products ul,.woocommerce ul.products{
  display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px
}
.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{
  width:auto!important;float:none!important;margin:0!important;
  border:1px solid var(--oog-line);border-radius:16px;padding:12px;background:#fff
}
.woocommerce ul.products li.product a img{border-radius:12px}

.woocommerce-cart .oog-cart-gateways{
  margin:14px 0 0;
  padding:12px;
  border:1px solid #d6e1cb;
  border-radius:14px;
  background:
    radial-gradient(130% 90% at 0% 0%, rgba(151,206,41,.10) 0%, rgba(151,206,41,0) 62%),
    linear-gradient(180deg,#f8fcf4 0%,#f5f9f1 100%);
  box-shadow:0 8px 18px rgba(36,64,11,.08);
}
.woocommerce-cart .oog-cart-gateways__head{
  margin:0 0 10px;
}
.woocommerce-cart .oog-cart-gateways__title{
  margin:0;
  font-size:13px;
  font-weight:800;
  letter-spacing:.02em;
  color:#1e2f36;
}
.woocommerce-cart .oog-cart-gateways__sub{
  margin:4px 0 0;
  font-size:12px;
  color:#60707a;
}
.woocommerce-cart .oog-cart-gateways__list{
  list-style:none !important;
  margin:0 !important;
  padding:0 !important;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px;
}
.woocommerce-cart .oog-cart-gateways__item{
  list-style:none !important;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:flex-start;
  gap:6px;
  min-height:70px;
  padding:9px 10px;
  border:1px solid #dce6d2;
  border-radius:11px;
  background:#fff;
}
.woocommerce-cart .oog-cart-gateways__name{
  font-size:12px;
  font-weight:700;
  color:#253840;
  line-height:1.25;
}
.woocommerce-cart .oog-cart-gateways__icon{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:4px;
  min-height:18px;
}
.woocommerce-cart .oog-cart-gateways__icon img{
  height:20px !important;
  width:auto !important;
  max-width:86px;
  object-fit:contain;
  display:inline-block !important;
  float:none !important;
  margin:0 !important;
}
.woocommerce-cart .oog-cart-gateways__note{
  margin:8px 0 0;
  font-size:12px;
  color:#60707a;
}
.woocommerce-cart .cart-collaterals > .oog-cart-collaterals-layout{
  display:grid;
  grid-template-columns:minmax(280px,360px) minmax(0,1fr);
  gap:14px;
  align-items:start;
}
.woocommerce-cart .cart-collaterals > .oog-cart-collaterals-layout > .oog-cart-gateways{
  margin:0;
}
.woocommerce-cart .cart-collaterals > .oog-cart-collaterals-layout > .cart_totals{
  width:100% !important;
  float:none !important;
  margin:0 !important;
}
.woocommerce-cart .cart_totals .woocommerce-shipping-totals th{
  width:130px;
}
.woocommerce-cart .cart_totals .woocommerce-shipping-methods{
  list-style:none !important;
  margin:0 !important;
  padding:0 !important;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px;
}
.woocommerce-cart .cart_totals .woocommerce-shipping-methods li{
  list-style:none !important;
  margin:0 !important;
  padding:9px 10px;
  border:1px solid #dbe3e8;
  border-radius:10px;
  background:#fff;
  display:grid;
  grid-template-columns:18px minmax(0,1fr);
  column-gap:8px;
  row-gap:4px;
  align-items:start;
}
.woocommerce-cart .cart_totals .woocommerce-shipping-methods li > input[type="radio"]{
  margin:2px 0 0;
}
.woocommerce-cart .cart_totals .woocommerce-shipping-methods li > label{
  margin:0;
  font-size:15px;
  line-height:1.3;
  color:#1e2f36;
}
.woocommerce-cart .cart_totals .woocommerce-shipping-methods li > label .amount{
  font-weight:800;
}
.woocommerce-cart .cart_totals .woocommerce-shipping-methods li img{
  grid-column:2;
  max-height:18px;
  width:auto;
  object-fit:contain;
  display:inline-block !important;
  margin-top:2px;
}
.woocommerce-cart .cart_totals .woocommerce-shipping-destination{
  margin:10px 0 0;
  font-size:13px;
  color:#5f7079;
}
.woocommerce-cart .cart_totals .shipping-calculator-button{
  display:inline-flex;
  align-items:center;
  gap:5px;
  font-weight:700;
}

/* Woo account refresh */
.woocommerce-account .woocommerce{
  display:grid;
  grid-template-columns:260px minmax(0,1fr);
  gap:18px;
  align-items:start;
}
.woocommerce-account .woocommerce-notices-wrapper{
  grid-column:1 / -1;
}
.woocommerce-account .woocommerce::after{
  display:none;
}
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content{
  float:none !important;
  width:auto !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation{
  grid-column:1;
}
.woocommerce-account .woocommerce-MyAccount-content{
  grid-column:2;
}
.woocommerce-account .woocommerce-MyAccount-navigation{
  position:sticky;
  top:108px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul{
  list-style:none;
  margin:0;
  padding:8px;
  border:1px solid rgba(18,26,30,.10);
  border-radius:16px;
  background:linear-gradient(180deg,#ffffff,#f5f8fa);
  box-shadow:0 12px 22px rgba(12,25,31,.07);
  display:grid;
  gap:6px;
}
.woocommerce-account .woocommerce-MyAccount-navigation li{
  margin:0;
}
.woocommerce-account .woocommerce-MyAccount-navigation a{
  display:flex;
  align-items:center;
  min-height:42px;
  padding:0 12px;
  border-radius:11px;
  border:1px solid transparent;
  font-weight:700;
  color:#20333a;
  background:transparent;
  transition:background-color .18s ease,border-color .18s ease,transform .18s ease;
}
.woocommerce-account .woocommerce-MyAccount-navigation a:hover{
  background:#f0f6e4;
  border-color:rgba(143,195,32,.35);
}
.woocommerce-account .woocommerce-MyAccount-navigation .is-active a{
  background:linear-gradient(180deg,#99d219,#81b913);
  color:#102103;
  border-color:#78ae10;
  box-shadow:0 8px 14px rgba(92,140,10,.27);
}
.woocommerce-account .woocommerce-MyAccount-content{
  border:1px solid rgba(18,26,30,.10);
  border-radius:16px;
  background:linear-gradient(180deg,#ffffff,#f8fafb);
  box-shadow:0 12px 22px rgba(12,25,31,.07);
  padding:18px;
}
.woocommerce-account .woocommerce-MyAccount-content p{
  color:#384b53;
  line-height:1.6;
}
.woocommerce-account .woocommerce-MyAccount-content a{
  color:#4b7019;
  font-weight:700;
}
.woocommerce-account .woocommerce-MyAccount-content .button,
.woocommerce-account .woocommerce-MyAccount-content button,
.woocommerce-account .woocommerce-MyAccount-content input.button{
  min-height:40px;
  padding:0 14px;
  border-radius:10px;
  border:1px solid #79b112;
  background:linear-gradient(180deg,#99d219,#80b814);
  color:#112203;
  font-weight:800;
  box-shadow:0 8px 16px rgba(94,141,10,.24);
}
.woocommerce-account .woocommerce-MyAccount-content .button:hover,
.woocommerce-account .woocommerce-MyAccount-content button:hover,
.woocommerce-account .woocommerce-MyAccount-content input.button:hover{
  filter:brightness(1.03);
  transform:translateY(-1px);
}
.woocommerce-account .woocommerce-MyAccount-content .shop_table{
  border:1px solid rgba(18,26,30,.10);
  border-radius:12px;
  overflow:hidden;
  background:#fff;
}
.woocommerce-account .woocommerce-MyAccount-content .shop_table th{
  background:#f3f7f9;
  color:#20333a;
  font-size:13px;
}
.woocommerce-account .woocommerce-MyAccount-content .shop_table td{
  color:#2b3d45;
}
.woocommerce-account .woocommerce-MyAccount-content > :first-child{
  margin-top:0;
}
.woocommerce-account .woocommerce-MyAccount-content h2,
.woocommerce-account .woocommerce-MyAccount-content h3{
  margin:0 0 12px;
  color:#10252d;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Message,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-message,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-error{
  margin:0;
  padding:12px 14px;
  border:1px solid #d7e2e7;
  border-left:4px solid #2f8fda;
  border-radius:14px;
  background:linear-gradient(180deg,#f9fbfd,#f3f7fa);
  color:#2d3f47;
  box-shadow:0 8px 18px rgba(11,28,39,.06);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Message::before,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info::before,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-message::before,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-error::before{
  content:none !important;
  display:none !important;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Message .button,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info .button,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-message .button{
  float:none;
  margin:0 0 0 auto;
  align-self:center;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}
.woocommerce-account .woocommerce-MyAccount-content .shop_table{
  width:100%;
}
.woocommerce-account .woocommerce-MyAccount-content .shop_table tbody tr:nth-child(even){
  background:#fbfdff;
}
.woocommerce-account .woocommerce-MyAccount-content .shop_table tbody tr:hover{
  background:#f3f9eb;
}
.woocommerce-account .woocommerce-MyAccount-content .shop_table .button{
  min-height:34px;
  padding:0 11px;
  border-radius:9px;
  font-size:13px;
  box-shadow:none;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  line-height:1 !important;
  vertical-align:middle;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-actions{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-MyAccount-downloads-file{
  max-width:220px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.woocommerce-account .woocommerce-MyAccount-content .u-columns.woocommerce-Addresses,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses{
  display:flex !important;
  flex-wrap:nowrap;
  gap:14px;
  align-items:stretch;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .u-column1,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .u-column2,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .col-1,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .col-2{
  float:none !important;
  clear:none !important;
  width:100% !important;
  margin:0 !important;
  max-width:none !important;
  flex:1 1 0;
  min-width:0;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address{
  margin:0 !important;
  padding:16px;
  border:1px solid #d9e3e8;
  border-radius:14px;
  background:#fff;
  box-shadow:0 8px 16px rgba(9,27,39,.05);
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  min-height:176px;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address-title{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:10px;
  margin:0 0 12px;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address-title h3{
  margin:0;
  line-height:1.2;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address-title .edit{
  display:grid;
  place-items:center;
  width:126px;
  min-height:58px;
  padding:6px 10px;
  border-radius:16px;
  border:1px solid #7fb615;
  background:linear-gradient(180deg,#99d219,#7cb412);
  color:#112203;
  font-weight:800;
  line-height:1.15;
  text-align:center;
  white-space:normal;
  text-decoration:none;
}
.woocommerce-account .woocommerce-MyAccount-content address{
  margin:0;
  color:#33464e;
  font-style:normal;
  line-height:1.55;
  text-align:left;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px 14px;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row{
  float:none !important;
  width:auto !important;
  margin:0 !important;
  position:relative;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row-first,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row-last{
  grid-column:auto;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row-wide{
  grid-column:1 / -1;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .clear{
  display:none !important;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm label{
  margin:0 0 6px;
  font-size:14px;
  font-weight:700;
  color:#20343b;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm input.input-text,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm input[type="email"],
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm input[type="password"],
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm input[type="text"]{
  min-height:44px;
  border:1px solid #cad9e1;
  border-radius:10px;
  background:#fbfdff;
  padding:10px 12px;
  font-size:15px;
  color:#0f2530;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm input:focus{
  border-color:#86bd1a;
  box-shadow:0 0 0 4px rgba(127,183,26,.16);
  background:#fff;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset{
  grid-column:1 / -1;
  margin:2px 0 0;
  padding:12px;
  border:1px solid #d7e2e7;
  border-radius:12px;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset legend{
  margin:0;
  padding:0 8px;
  font-size:16px;
  font-weight:800;
  color:#1b3239;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .password-input{
  position:relative !important;
  display:block !important;
  width:100% !important;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .password-input .input-text{
  width:100%;
  padding-right:56px;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .show-password-input{
  position:absolute !important;
  top:auto !important;
  bottom:2px !important;
  right:8px !important;
  inset:auto 8px 2px auto !important;
  transform:none !important;
  margin:0 !important;
  width:40px !important;
  height:40px !important;
  padding:0 !important;
  border:1px solid #78ae11;
  border-radius:10px;
  background:linear-gradient(180deg,#99d219,#81b913);
  color:#102103;
  line-height:1;
  box-sizing:border-box;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  font-size:0 !important;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row > .show-password-input{
  position:absolute !important;
  top:auto !important;
  bottom:2px !important;
  right:8px !important;
  inset:auto 8px 2px auto !important;
  transform:none !important;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .show-password-input::after{
  content:none !important;
  display:none !important;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .show-password-input::before{
  position:static !important;
  transform:none !important;
  margin:0 auto !important;
  width:20px !important;
  height:20px !important;
  background-size:20px 20px !important;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .show-password-input svg,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .show-password-input i,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .show-password-input .dashicons{
  width:18px;
  height:18px;
  font-size:18px;
  line-height:18px;
  margin:0;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm > .button,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm > p{
  grid-column:1 / -1;
}
@media (max-width: 980px){
  .woocommerce-account .woocommerce{
    grid-template-columns:1fr;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation,
  .woocommerce-account .woocommerce-MyAccount-content{
    grid-column:1;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation{
    position:static;
    top:auto;
  }
  .woocommerce-account .woocommerce-MyAccount-content .u-columns.woocommerce-Addresses,
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses{
    display:grid !important;
    grid-template-columns:1fr;
  }
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm{
    grid-template-columns:1fr;
  }
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-message .button,
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-info .button,
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Message .button{
    float:none;
    margin:8px 0 0;
  }
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Message,
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-info,
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-message,
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-error{
    display:block;
  }
}

/* Woo account login/register (logged out view) */
body.woocommerce-account:not(.logged-in) .woocommerce{
  display:block;
}
body.woocommerce-account:not(.logged-in) .woocommerce .u-columns{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
  align-items:start;
}
body.woocommerce-account:not(.logged-in) #customer_login.u-columns,
body.woocommerce-account:not(.logged-in) #customer_login{
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:16px !important;
  align-items:start !important;
}
body.woocommerce-account:not(.logged-in) .woocommerce .u-column1,
body.woocommerce-account:not(.logged-in) .woocommerce .u-column2,
body.woocommerce-account:not(.logged-in) .woocommerce .col-1,
body.woocommerce-account:not(.logged-in) .woocommerce .col-2{
  float:none !important;
  width:auto !important;
  max-width:none !important;
  margin:0 !important;
}
body.woocommerce-account:not(.logged-in) #customer_login > .u-column1,
body.woocommerce-account:not(.logged-in) #customer_login > .col-1{
  grid-column:1 !important;
  grid-row:1 !important;
}
body.woocommerce-account:not(.logged-in) #customer_login > .u-column2,
body.woocommerce-account:not(.logged-in) #customer_login > .col-2{
  grid-column:2 !important;
  grid-row:1 !important;
}
body.woocommerce-account:not(.logged-in) .woocommerce .woocommerce-form-login,
body.woocommerce-account:not(.logged-in) .woocommerce .woocommerce-form-register{
  margin:0 !important;
  padding:16px;
  border:1px solid #d9e3e8;
  border-radius:14px;
  background:linear-gradient(180deg,#ffffff,#f7fafc);
  box-shadow:0 8px 16px rgba(9,27,39,.05);
}
body.woocommerce-account:not(.logged-in) .woocommerce form .form-row{
  margin:0 0 10px;
}
body.woocommerce-account:not(.logged-in) .woocommerce form .form-row:last-child{
  margin-bottom:0;
}
body.woocommerce-account:not(.logged-in) .woocommerce form .form-row label{
  margin:0 0 6px;
  font-size:14px;
  font-weight:700;
  color:#20343b;
}
body.woocommerce-account:not(.logged-in) .woocommerce form .form-row input.input-text,
body.woocommerce-account:not(.logged-in) .woocommerce form .form-row input[type="email"],
body.woocommerce-account:not(.logged-in) .woocommerce form .form-row input[type="password"],
body.woocommerce-account:not(.logged-in) .woocommerce form .form-row input[type="text"]{
  min-height:42px;
  border:1px solid #cad9e1;
  border-radius:10px;
  background:#fbfdff;
  padding:10px 12px;
  font-size:15px;
  color:#0f2530;
}
body.woocommerce-account:not(.logged-in) .woocommerce form .form-row input:focus{
  border-color:#86bd1a;
  box-shadow:0 0 0 4px rgba(127,183,26,.16);
  background:#fff;
}
body.woocommerce-account:not(.logged-in) .woocommerce form .password-input{
  position:relative;
  display:block;
  width:100%;
}
body.woocommerce-account:not(.logged-in) .woocommerce form .password-input .input-text{
  width:100%;
  padding-right:52px;
}
body.woocommerce-account:not(.logged-in) .woocommerce form .show-password-input{
  position:absolute;
  top:50%;
  right:8px;
  transform:translateY(-50%);
  width:36px;
  height:36px;
  border:1px solid #78ae11;
  border-radius:10px;
  background:linear-gradient(180deg,#99d219,#81b913);
  color:#102103;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}
body.woocommerce-account:not(.logged-in) .woocommerce .woocommerce-privacy-policy-text{
  margin:8px 0 0;
  font-size:13px;
  line-height:1.5;
  color:#4d5f68;
}
@media (max-width: 900px){
  body.woocommerce-account:not(.logged-in) #customer_login.u-columns,
  body.woocommerce-account:not(.logged-in) #customer_login{
    grid-template-columns:1fr !important;
  }
  body.woocommerce-account:not(.logged-in) #customer_login > .u-column1,
  body.woocommerce-account:not(.logged-in) #customer_login > .u-column2,
  body.woocommerce-account:not(.logged-in) #customer_login > .col-1,
  body.woocommerce-account:not(.logged-in) #customer_login > .col-2{
    grid-column:1 !important;
    grid-row:auto !important;
  }
  body.woocommerce-account:not(.logged-in) .woocommerce .u-columns{
    grid-template-columns:1fr;
  }
}

/* Woo checkout refresh */
.woocommerce-checkout .oog-card--woo{
  border:1px solid #dbe5ea;
  border-radius:18px;
  background:linear-gradient(180deg,#fcfdfd 0%,#f6f9fb 100%);
  box-shadow:0 10px 24px rgba(13,24,31,.08);
}
.woocommerce-checkout .woocommerce form.checkout{
  display:grid;
  grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);
  gap:18px 20px;
  align-items:start;
}
.woocommerce-checkout .woocommerce form.checkout #customer_details,
.woocommerce-checkout .woocommerce form.checkout #order_review_heading,
.woocommerce-checkout .woocommerce form.checkout #order_review{
  float:none !important;
  width:auto !important;
  clear:none !important;
}
.woocommerce-checkout .woocommerce-billing-fields > h3,
.woocommerce-checkout .woocommerce-shipping-fields > h3,
.woocommerce-checkout .woocommerce-additional-fields > h3{
  margin:0 0 10px;
  font-size:22px;
  line-height:1.2;
}
.woocommerce-checkout #customer_details{
  grid-column:1;
  grid-row:1;
  display:block;
}
.woocommerce-checkout #customer_details .col-1,
.woocommerce-checkout #customer_details .col-2{
  float:none !important;
  width:100% !important;
  border:1px solid #dce5ea;
  border-radius:14px;
  background:#fff;
  padding:14px;
}
.woocommerce-checkout #customer_details .col-2{
  margin-top:14px;
}
.woocommerce-checkout #order_review_heading{
  grid-column:2;
  grid-row:1;
  align-self:start;
  margin:0 0 8px;
  font-size:30px;
  line-height:1.05;
  z-index:1;
}
.woocommerce-checkout #order_review{
  grid-column:2;
  grid-row:1;
  align-self:start;
  margin-top:52px;
  position:relative;
  border:1px solid #d8e3e8;
  border-radius:14px;
  background:#fff;
  overflow:hidden;
}
.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table{
  position:relative;
  width:100%;
  table-layout:auto !important;
}
.woocommerce-checkout #order_review .blockUI.blockOverlay{
  top:0 !important;
  right:0 !important;
  bottom:0 !important;
  left:0 !important;
  width:auto !important;
  height:auto !important;
  margin:0 !important;
  border-radius:0;
}
.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table th,
.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table td{
  padding:12px 14px;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals{
  display:grid !important;
  grid-template-columns:minmax(0,1fr) !important;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals > th{
  display:none !important;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals > td{
  display:grid !important;
  grid-template-columns:minmax(0,1fr);
  width:100% !important;
  max-width:none !important;
  min-width:0 !important;
  border-top:0;
  padding:10px 14px 12px;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals > td::before{
  content:"Tarne";
  display:block;
  margin:0 0 8px;
  font-size:13px;
  font-weight:800;
  color:#1c2f37;
  letter-spacing:.01em;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table ul#shipping_method,
.woocommerce-checkout #order_review ul#shipping_method,
.woocommerce-checkout .woocommerce-checkout-review-order-table ul#shipping_method.woocommerce-shipping-methods,
.woocommerce-checkout #order_review ul#shipping_method.woocommerce-shipping-methods{
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:10px;
  width:100% !important;
  min-width:100% !important;
  max-width:none !important;
  justify-items:stretch;
  justify-content:stretch;
  float:none !important;
}
.woocommerce-checkout .woocommerce form .form-row label{
  font-size:13px;
  font-weight:700;
  color:#20343b;
  margin:0 0 6px;
}
.woocommerce-checkout .woocommerce form .form-row{
  margin:0 0 10px;
}
.woocommerce-checkout .woocommerce form .form-row input.input-text,
.woocommerce-checkout .woocommerce form .form-row select,
.woocommerce-checkout .woocommerce form .form-row textarea{
  min-height:44px;
  border:1px solid #cfdbe2;
  border-radius:10px;
  background:#fbfdff;
  padding:10px 12px;
  font-size:14px;
  color:#10262d;
  transition:border-color .15s ease, box-shadow .15s ease, background .15s ease;
}
.woocommerce-checkout .woocommerce form .form-row textarea{
  min-height:120px;
  resize:vertical;
}
.woocommerce-checkout .woocommerce form .form-row input.input-text:focus,
.woocommerce-checkout .woocommerce form .form-row select:focus,
.woocommerce-checkout .woocommerce form .form-row textarea:focus{
  border-color:#84ba1b;
  box-shadow:0 0 0 4px rgba(127,183,26,.16);
  background:#fff;
}
.woocommerce-checkout .woocommerce-shipping-methods,
.woocommerce-checkout ul#shipping_method{
  list-style:none !important;
  margin:0 !important;
  padding:0 !important;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px;
}
.woocommerce-checkout .woocommerce-shipping-methods li,
.woocommerce-checkout ul#shipping_method li{
  list-style:none !important;
  margin:0 !important;
  padding:10px 10px;
  border:1px solid #d8e2e8;
  border-radius:10px;
  background:#fbfdff;
  display:grid !important;
  grid-template-columns:18px minmax(0,1fr);
  column-gap:8px;
  row-gap:3px;
  width:100% !important;
  max-width:none !important;
  min-width:0;
  box-sizing:border-box;
  float:none !important;
  clear:none !important;
  min-height:102px;
}
.woocommerce-checkout .woocommerce-shipping-methods li input[type="radio"],
.woocommerce-checkout ul#shipping_method li input[type="radio"]{
  margin:2px 0 0;
}
.woocommerce-checkout .woocommerce-shipping-methods li label,
.woocommerce-checkout ul#shipping_method li label{
  margin:0;
  line-height:1.25;
  font-size:14px;
}
.woocommerce-checkout .woocommerce-shipping-methods li img,
.woocommerce-checkout ul#shipping_method li img{
  grid-column:2;
  max-height:18px;
  width:auto;
  object-fit:contain;
  display:inline-block;
}
@media (max-width: 640px){
  .woocommerce-checkout .woocommerce-shipping-methods,
  .woocommerce-checkout ul#shipping_method,
  .woocommerce-checkout #order_review ul#shipping_method.woocommerce-shipping-methods{
    grid-template-columns:1fr !important;
  }
}
.woocommerce-checkout #payment{
  border-top:1px solid #d9e2e8;
  background:linear-gradient(180deg,#f6f8fb,#f4f7fa);
}
.woocommerce-checkout #payment ul.payment_methods{
  margin:0;
  padding:14px;
}
.woocommerce-checkout #payment ul.payment_methods > li{
  border:1px solid #d8e2e8;
  border-radius:10px;
  margin:0 0 8px;
  padding:9px 10px;
  background:#fff;
}
.woocommerce-checkout #payment ul.payment_methods > li:last-child{
  margin-bottom:0;
}
.woocommerce-checkout #payment div.payment_box{
  margin:8px 0 0;
  border-radius:8px;
}
.woocommerce-checkout #payment .place-order{
  padding:14px;
}
.woocommerce-checkout #payment #place_order{
  width:100%;
  min-height:48px;
  border-radius:12px;
  border:1px solid #5f8f0f;
  background:linear-gradient(180deg,#8ec71d,#74ac0c);
  color:#fff;
  font-weight:800;
  font-size:16px;
  letter-spacing:.01em;
  box-shadow:0 10px 20px rgba(72,109,10,.25);
}
.woocommerce-checkout #payment #place_order:hover{
  filter:brightness(1.03);
  transform:translateY(-1px);
}
@media (max-width: 1180px){
  .woocommerce-checkout .woocommerce form.checkout{
    grid-template-columns:1fr;
  }
  .woocommerce-checkout #order_review_heading,
  .woocommerce-checkout #order_review{
    grid-column:1;
    grid-row:auto;
  }
  .woocommerce-checkout #order_review{
    margin-top:0;
  }
}
@media (max-width: 920px){
  .woocommerce-cart .cart_totals .woocommerce-shipping-methods{
    grid-template-columns:1fr;
  }
}
@media (max-width: 680px){
  .woocommerce-cart .oog-cart-gateways__list{
    grid-template-columns:1fr;
  }
  .woocommerce-cart .cart-collaterals > .oog-cart-collaterals-layout{
    grid-template-columns:1fr;
  }
  .woocommerce-cart .cart-collaterals > .oog-cart-collaterals-layout > .cart_totals{order:1}
  .woocommerce-cart .cart-collaterals > .oog-cart-collaterals-layout > .oog-cart-gateways{order:2}
}

/* Woo single product layout (stable desktop/mobile structure) */
.single-product .oog-card--woo{
  padding:0;
  border:0;
  background:transparent;
  box-shadow:none;
}
.oog-woo-product-layout{
  display:grid;
  grid-template-columns:220px minmax(0,1fr);
  gap:14px;
  align-items:start;
}
.oog-woo-product-main{
  min-width:0;
}
.single-product .woocommerce{
  max-width:none;
}
.oog-woo-breadcrumb{
  margin:0 0 8px;
  padding:0 4px;
  font-size:12px;
  color:#66747c;
  line-height:1.35;
}
.oog-woo-breadcrumb a{
  color:#4f711a;
}
.oog-woo-breadcrumb .breadcrumb-separator{
  opacity:.5;
}
.single-product .oog-woo-sidebar{
  position:sticky;
  top:94px;
  margin-top:-42px;
  max-height:calc(100vh - 120px);
  overflow-y:auto;
  overflow-x:hidden;
  scrollbar-gutter:stable both-edges;
}
.single-product .oog-woo-product-layout > .oog-woo-sidebar{
  margin-top:-42px !important;
  align-self:start;
  transform:translateY(-42px);
}
.single-product .oog-woo-sidebar .oog-shophome__sidebarTitle{
  font-size:12px;
}
.single-product .oog-woo-sidebar .oog-shophome__catLink{
  font-size:12px;
  padding:5px 7px;
}
.single-product .oog-woo-sidebar .oog-shophome__catLink strong{
  min-width:20px;
  height:20px;
  font-size:11px;
}
.single-product .oog-woo-sidebar .oog-shophome__subList{
  padding-left:16px;
}
.single-product .woocommerce div.product{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(320px,360px);
  gap:14px;
  margin:0 0 18px;
  align-items:start;
}
.single-product .woocommerce div.product div.images,
.single-product .woocommerce div.product div.summary{
  float:none;
  width:auto;
  margin:0;
}
.single-product .woocommerce div.product .woocommerce-product-gallery{
  border:1px solid rgba(155,208,0,.34);
  border-radius:16px;
  padding:10px;
  background:#f6f9f3;
  box-shadow:0 10px 24px rgba(16,19,22,.05);
  position:relative;
  min-width:0;
  max-width:100%;
  overflow:hidden;
}
.single-product .woocommerce div.product .woocommerce-product-gallery .flex-viewport{
  border:1px solid rgba(18,26,30,.08);
  border-radius:14px;
  background:#fff;
  min-height:460px !important;
  height:460px !important;
  max-height:460px !important;
  width:100%;
  max-width:100%;
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:14px;
}
.single-product .woocommerce div.product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper{
  height:100% !important;
}
.single-product .woocommerce div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper{
  min-height:460px;
}
.single-product .woocommerce div.product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image{
  height:100% !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  opacity:1 !important;
}
.single-product .woocommerce span.onsale{
  left:12px;
  right:auto;
  top:12px;
  margin:0;
  min-height:26px;
  line-height:26px;
  padding:0 10px;
  border-radius:999px;
  font-size:11px;
  font-weight:800;
  background:#f29a08;
  color:#fff;
}
.single-product .woocommerce div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  height:100%;
  border-radius:12px;
  overflow:hidden;
}
.single-product .woocommerce div.product .woocommerce-product-gallery .woocommerce-product-gallery__image img{
  width:auto !important;
  height:auto !important;
  max-width:100% !important;
  max-height:100% !important;
  object-fit:contain !important;
  object-position:center center !important;
  margin-inline:auto;
  display:block;
}
body.single-product .woocommerce div.product .woocommerce-product-gallery .flex-viewport{
  min-height:460px !important;
  height:460px !important;
  max-height:460px !important;
}
@media (max-width:1024px){
  body.single-product .woocommerce div.product .woocommerce-product-gallery .flex-viewport{
    min-height:400px !important;
    height:400px !important;
    max-height:400px !important;
  }
}
@media (max-width:640px){
  body.single-product .woocommerce div.product .woocommerce-product-gallery .flex-viewport{
    min-height:320px !important;
    height:320px !important;
    max-height:320px !important;
  }
  .single-product .woocommerce div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper{
    min-height:320px;
  }
}
.single-product .woocommerce div.product .woocommerce-product-gallery .flex-direction-nav{
  display:none !important;
}
.single-product .woocommerce div.product .oog-thumb-slider{
  display:grid;
  grid-template-columns:38px minmax(0,1fr) 38px;
  align-items:center;
  gap:8px;
  margin-top:10px;
  width:100%;
  max-width:100%;
  min-width:0;
  overflow:hidden;
}
.single-product .woocommerce div.product .oog-thumb-slider__viewport{
  min-width:0;
  width:100%;
  max-width:100%;
  overflow-x:auto;
  overflow-y:hidden;
  scrollbar-width:none;
  -webkit-overflow-scrolling:touch;
  scroll-behavior:smooth;
  padding:2px 0;
}
.single-product .woocommerce div.product .oog-thumb-slider__viewport::-webkit-scrollbar{
  display:none;
}
.single-product .woocommerce div.product .flex-control-thumbs{
  display:flex !important;
  flex-wrap:nowrap !important;
  scroll-snap-type:x proximity;
  overflow-x:auto !important;
  overflow-y:hidden !important;
  -webkit-overflow-scrolling:touch;
  scrollbar-width:none;
  list-style:none;
  gap:10px;
  margin:0 !important;
  padding:0 !important;
  min-width:0 !important;
  width:100% !important;
  max-width:100% !important;
}
.single-product .woocommerce div.product .flex-control-thumbs::-webkit-scrollbar{
  display:none;
}
.single-product .woocommerce div.product .flex-control-thumbs li{
  list-style:none;
  display:block !important;
  flex:0 0 82px !important;
  width:82px !important;
  max-width:82px !important;
  margin:0 !important;
  float:none !important;
  clear:none !important;
  scroll-snap-align:start;
}
.single-product .woocommerce div.product .flex-control-thumbs img{
  border-radius:12px;
  border:1px solid rgba(155,208,0,.42);
  background:#fff;
  width:100%;
  height:82px;
  object-fit:cover;
  transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease;
}
.single-product .woocommerce div.product .flex-control-thumbs img:hover{
  border-color:rgba(242,154,8,.75);
  transform:translateY(-1px);
}
.single-product .woocommerce div.product .flex-control-thumbs img.flex-active{
  border-color:#f29a08;
  box-shadow:0 0 0 2px rgba(242,154,8,.24);
}
.single-product .woocommerce div.product .oog-thumb-slider__nav{
  width:34px;
  height:34px;
  border-radius:999px;
  border:1px solid rgba(155,208,0,.55);
  background:#edf2e6;
  color:#60704b;
  font-size:22px;
  line-height:1;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  transition:filter .18s ease,opacity .18s ease,transform .18s ease;
}
.single-product .woocommerce div.product .oog-thumb-slider__nav:hover{
  filter:brightness(.97);
  transform:translateY(-1px);
}
.single-product .woocommerce div.product .oog-thumb-slider__nav:disabled{
  opacity:.46;
  cursor:default;
  transform:none;
}
.single-product .woocommerce div.product .oog-thumb-slider--static .oog-thumb-slider__nav{
  opacity:.34;
}
.single-product .woocommerce div.product .oog-thumb-slider__progress{
  margin:8px 42px 0;
  height:6px;
  border-radius:999px;
  background:#dbe7cb;
  position:relative;
  overflow:hidden;
}
.single-product .woocommerce div.product .oog-thumb-slider__progressBar{
  position:absolute;
  top:0;
  left:0;
  height:100%;
  width:100%;
  border-radius:inherit;
  background:#9ccf2f;
  transition:left .2s ease,width .2s ease;
}
.single-product .woocommerce div.product div.summary{
  border:1px solid rgba(155,208,0,.34);
  border-radius:16px;
  background:#f6f9f3;
  padding:14px 14px 12px;
  box-shadow:0 10px 24px rgba(16,19,22,.05);
  display:grid;
  gap:8px;
  align-content:start;
}
.single-product .woocommerce div.product div.summary > *{
  margin:0;
}
.single-product .woocommerce div.product .product_title{
  font-size:clamp(28px,2.1vw,42px);
  line-height:1.02;
  letter-spacing:-.02em;
  order:2;
  font-weight:650;
}
.single-product .woocommerce div.product.sale .product_title{
  display:flex;
  align-items:flex-start;
  flex-wrap:wrap;
  column-gap:10px;
}
.single-product .woocommerce div.product.sale .product_title::before{
  content:"SOODUS";
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:26px;
  padding:0 11px;
  margin:4px 0 0;
  border-radius:999px;
  background:#f29a08;
  color:#fff;
  font-size:12px;
  font-weight:800;
  letter-spacing:.06em;
  line-height:1;
}
.single-product .woocommerce div.product p.price{
  order:3;
  font-weight:800;
  font-size:42px;
  line-height:1.05;
  display:flex;
  align-items:baseline;
  gap:8px;
  flex-wrap:wrap;
}
.single-product .woocommerce div.product p.price ins{
  text-decoration:none;
  color:#1f7a31;
}
.single-product .woocommerce div.product p.price del{
  opacity:.55;
  font-weight:500;
  font-size:14px;
}
.single-product .woocommerce div.product p.price .woocommerce-price-suffix{
  display:block;
  flex:0 0 100%;
  margin-top:4px;
  font-size:clamp(13px,.92vw,18px);
  line-height:1.2;
  font-weight:650;
  color:#7c7a00;
}
.single-product .woocommerce div.product p.price .woocommerce-price-suffix .amount{
  font-weight:700;
}
.single-product .woocommerce div.product p.price::before{content:none;}
.single-product .woocommerce div.product.sale p.price::before{content:none;}
.single-product .woocommerce div.product .woocommerce-product-details__short-description{
  order:4;
  color:#2f3c43;
  line-height:1.45;
  font-size:13px;
}
.single-product .woocommerce div.product .woocommerce-product-details__short-description ul{
  margin:0;
  padding-left:16px;
}
.single-product .woocommerce div.product .cart{
  order:8;
  margin-top:0;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:8px;
}
.single-product .woocommerce div.product .quantity .qty{
  min-height:34px;
  border-radius:999px;
  border:1px solid rgba(155,208,0,.48);
  padding:0 10px;
  width:58px;
  background:#fff;
}
.single-product .woocommerce div.product .single_add_to_cart_button{
  min-height:34px;
  border-radius:999px;
  border:1px solid rgba(155,208,0,.62);
  background:#95c828;
  color:#14220c;
  font-weight:800;
  padding:0 14px;
  box-shadow:none;
}
.single-product .woocommerce div.product .single_add_to_cart_button:hover{
  filter:brightness(.97);
}
.single-product .woocommerce div.product p.stock{
  order:7;
  justify-self:start;
  display:inline-flex;
  min-height:28px;
  align-items:center;
  padding:0 12px;
  border-radius:999px;
  border:1px solid rgba(155,208,0,.45);
  color:#547c10;
  font-size:13px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.05em;
  margin-top:4px;
  background:#f2f8e4;
}
.single-product .woocommerce div.product .product_meta{
  order:6;
  margin-top:0;
  color:#415058;
  border:1px solid rgba(155,208,0,.34);
  border-radius:10px;
  background:#eef6db;
  padding:8px 10px;
  font-size:12px;
}
.single-product .woocommerce div.product .product_meta a{
  color:#4a6d17;
}
.single-product .woocommerce div.product .product_meta .posted_in{
  display:block;
}
.single-product .woocommerce div.product form.variations_form{
  order:6;
  margin:2px 0 0;
}
.single-product .woocommerce div.product form.variations_form table.variations{
  margin:0 0 10px;
  border:0;
  width:100%;
  border-collapse:separate;
  border-spacing:0;
}
.single-product .woocommerce div.product form.variations_form table.variations tbody{
  display:grid;
  row-gap:8px;
}
.single-product .woocommerce div.product form.variations_form table.variations tr{
  display:grid;
  grid-template-columns:92px minmax(0,1fr);
  align-items:center;
  column-gap:10px;
  margin:0;
}
.single-product .woocommerce div.product form.variations_form table.variations td,
.single-product .woocommerce div.product form.variations_form table.variations th{
  display:block;
  padding:0 0 8px;
  border:0;
  line-height:1.2;
  vertical-align:middle;
  margin:0;
}
.single-product .woocommerce div.product form.variations_form table.variations td.label,
.single-product .woocommerce div.product form.variations_form table.variations th.label{
  width:auto;
  padding-right:10px;
  padding-bottom:0;
}
.single-product .woocommerce div.product form.variations_form table.variations td.label label,
.single-product .woocommerce div.product form.variations_form table.variations th.label label{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  min-height:42px;
  margin:0;
  font-size:14px;
  font-weight:650;
  color:#1d2a1f;
}
.single-product .woocommerce div.product form.variations_form table.variations td.value{
  display:flex;
  gap:8px;
  align-items:center;
  flex-wrap:wrap;
  min-width:0;
  padding-bottom:0;
}
.single-product .woocommerce div.product form.variations_form table.variations td.value select{
  appearance:none;
  -webkit-appearance:none;
  -moz-appearance:none;
  min-height:42px;
  border-radius:12px;
  border:1px solid rgba(155,208,0,.46);
  background:
    linear-gradient(180deg,#ffffff,#f4f8ef) padding-box,
    linear-gradient(180deg,rgba(155,208,0,.56),rgba(95,155,81,.52)) border-box;
  color:#1a251e;
  font-size:15px;
  font-weight:550;
  padding:0 42px 0 12px;
  flex:1 1 auto;
  min-width:190px;
  width:100%;
  box-shadow:0 8px 16px rgba(16,19,22,.06);
  background-image:
    linear-gradient(180deg,#ffffff,#f4f8ef),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cpath d='M3 5.25 7 9l4-3.75' fill='none' stroke='%2350613d' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat:no-repeat,no-repeat;
  background-position:0 0,calc(100% - 14px) 50%;
  background-size:auto,14px 14px;
}
.single-product .woocommerce div.product form.variations_form table.variations td.value select:focus{
  outline:none;
  border-color:#9bd000;
  box-shadow:0 0 0 3px rgba(155,208,0,.2),0 8px 16px rgba(16,19,22,.08);
}
.single-product .woocommerce div.product form.variations_form .reset_variations{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height:34px;
  padding:0 10px;
  border-radius:999px;
  border:1px solid rgba(155,208,0,.45);
  color:#425034;
  font-size:13px;
  font-weight:600;
  text-decoration:none;
  background:#eef5e3;
  position:static !important;
  float:none !important;
  margin:6px 0 0 !important;
  transform:none !important;
  inset:auto !important;
  line-height:1 !important;
  z-index:1;
}
.single-product .woocommerce div.product form.variations_form .reset_variations:hover{
  background:#e6f0d8;
}
/* Hard alignment override for variation rows (prevents Woo table baseline drift). */
.single-product .woocommerce div.product form.variations_form table.variations,
.single-product .woocommerce div.product form.variations_form table.variations tbody{
  display:block !important;
  width:100% !important;
}
.single-product .woocommerce div.product form.variations_form table.variations tr{
  display:flex !important;
  align-items:flex-start !important;
  gap:10px !important;
  min-height:42px !important;
  height:auto !important;
  margin:0 0 8px !important;
}
.single-product .woocommerce div.product form.variations_form table.variations tr:last-child{
  margin-bottom:0 !important;
}
.single-product .woocommerce div.product form.variations_form table.variations th.label,
.single-product .woocommerce div.product form.variations_form table.variations td.label{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  flex:0 0 92px !important;
  width:92px !important;
  min-width:92px !important;
  height:42px !important;
  min-height:42px !important;
  margin:0 !important;
  padding:0 !important;
}
.single-product .woocommerce div.product form.variations_form table.variations th.label label,
.single-product .woocommerce div.product form.variations_form table.variations td.label label{
  height:42px !important;
  min-height:42px !important;
  display:flex !important;
  align-items:center !important;
  margin:0 !important;
  line-height:1 !important;
}
.single-product .woocommerce div.product form.variations_form table.variations td.value{
  display:flex !important;
  align-items:center !important;
  flex:1 1 auto !important;
  width:auto !important;
  min-width:0 !important;
  height:auto !important;
  min-height:42px !important;
  margin:0 !important;
  padding:0 !important;
  flex-wrap:wrap !important;
}
.single-product .woocommerce div.product form.variations_form table.variations td.value select{
  height:42px !important;
  min-height:42px !important;
  padding-top:0 !important;
  padding-bottom:0 !important;
  line-height:1 !important;
  display:block !important;
  margin:0 !important;
}
.single-product .woocommerce div.product form.variations_form table.variations td.value .reset_variations{
  flex:0 0 auto !important;
}
.single-product .woocommerce div.product form.variations_form .single_variation_wrap{
  display:grid !important;
  gap:8px !important;
  margin-top:8px !important;
}
.single-product .woocommerce div.product form.variations_form .single_variation{
  margin:0 !important;
}
.single-product .woocommerce div.product form.variations_form .single_variation .price{
  margin:0 !important;
}
.single-product .oog-product-actions-extra{
  order:8;
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  font-size:12px;
  font-weight:700;
}
.single-product .oog-product-actions-extra a,
.single-product .oog-product-actions-extra .oog-collection-toggle{
  color:#4c6f17;
}
.single-product .oog-product-actions-extra .oog-collection-toggle{
  min-height:34px;
  padding:0 12px;
  border-radius:999px;
  border:1px solid rgba(155,208,0,.45);
  background:#f6f9f3;
  font-size:12px;
  font-weight:700;
  cursor:pointer;
}
.single-product .oog-product-actions-extra .oog-collection-toggle.is-active{
  background:#e7f3c8;
  border-color:rgba(118,170,20,.55);
  color:#2d4a10;
}
.single-product .oog-back-shop{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  padding:0 12px;
  border-radius:999px;
  border:1px solid rgba(155,208,0,.45);
  background:#f6f9f3;
  color:#34453f;
  font-size:12px;
  font-weight:700;
  text-decoration:none;
}

.oog-collection{
  display:grid;
  gap:16px;
}
.oog-collection__head h2{
  margin:0;
  font-size:24px;
  line-height:1.1;
}
.oog-collection__head p{
  margin:6px 0 0;
  color:#5f6c73;
  font-size:14px;
}
.oog-collection__grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}
.oog-collection__grid[hidden],
.oog-collection__empty[hidden]{
  display:none !important;
}
.oog-collection__card{
  border:1px solid rgba(18,26,30,.10);
  border-radius:16px;
  background:#fff;
  overflow:hidden;
  box-shadow:0 10px 20px rgba(16,19,22,.05);
  display:flex;
  flex-direction:column;
}
.oog-collection__media{
  aspect-ratio:1.1/1;
  display:grid;
  place-items:center;
  background:#f3f6f7;
  padding:12px;
}
.oog-collection__media img{
  width:100%;
  height:100%;
  object-fit:contain;
}
.oog-collection__body{
  padding:12px;
  display:flex;
  flex-direction:column;
  gap:8px;
  flex:1 1 auto;
  min-height:0;
}
.oog-collection__body h3{
  margin:0;
  font-size:17px;
  line-height:1.25;
}
.oog-collection__body h3 a{
  text-decoration:none;
}
.oog-collection__meta{
  margin:0;
  font-size:13px;
  color:#607079;
}
.oog-collection__price{
  font-weight:800;
  color:#1b2a2f;
}
.oog-collection__price del{
  opacity:.6;
  font-weight:500;
  margin-right:6px;
}
.oog-collection__actions{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:auto;
  padding-top:4px;
}
.oog-collection__actions .oog-btn--shop.is-ghost{
  background:#fff;
}
.oog-collection__empty{
  border:1px dashed rgba(18,26,30,.18);
  border-radius:14px;
  background:#fff;
  padding:20px;
  display:grid;
  gap:12px;
  justify-items:flex-start;
}
.oog-collection__empty p{
  margin:0;
  color:#516067;
}
.oog-compare{
  display:grid;
  gap:10px;
}
.oog-compare__hint{
  margin:0;
  color:#4f6570;
  font-size:14px;
}
.oog-compare__tableWrap{
  border:1px solid rgba(18,26,30,.10);
  border-radius:14px;
  background:#fff;
  overflow:auto;
}
.oog-compare__table{
  width:100%;
  min-width:860px;
  border-collapse:separate;
  border-spacing:0;
}
.oog-compare__table th,
.oog-compare__table td{
  padding:12px 14px;
  border-bottom:1px solid rgba(18,26,30,.08);
  vertical-align:top;
  text-align:left;
}
.oog-compare__table tbody tr:last-child th,
.oog-compare__table tbody tr:last-child td{
  border-bottom:0;
}
.oog-compare__labelCol{
  width:180px;
  min-width:180px;
  background:#f4f7f8;
  position:sticky;
  left:0;
  z-index:2;
}
.oog-compare__productCol{
  min-width:280px;
  background:#fff;
  position:relative;
  overflow:hidden;
}
.oog-compare__media{
  display:grid;
  place-items:center;
  width:100%;
  height:210px;
  border:1px solid rgba(18,26,30,.08);
  border-radius:12px;
  background:#f2f5f6;
  margin-bottom:10px;
  padding:10px;
  overflow:hidden;
  position:relative;
}
.oog-compare__media img{
  display:block;
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
  width:auto !important;
  height:auto !important;
  max-width:calc(100% - 16px) !important;
  max-height:calc(100% - 16px) !important;
  object-fit:contain !important;
  object-position:center center !important;
}
.oog-compare__name{
  display:block;
  margin:0 0 8px;
  font-size:20px;
  line-height:1.15;
  text-decoration:none;
  color:#203039;
}
.oog-compare__rowTitle{
  width:180px;
  min-width:180px;
  background:#f8fafb;
  position:sticky;
  left:0;
  z-index:1;
  color:#33454f;
}
.oog-compare__price{
  font-size:20px;
  font-weight:800;
  color:#1e2f37;
}
.oog-compare__price del{
  opacity:.6;
  margin-right:6px;
  font-weight:500;
}
.oog-compare__shortList{
  margin:0;
  padding-left:18px;
  display:grid;
  gap:4px;
}
.oog-compare__shortList li{
  margin:0;
  line-height:1.45;
  color:#22343c;
}
@media (max-width:1100px){
  .oog-collection__grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media (max-width:640px){
  .oog-collection__grid{
    grid-template-columns:1fr;
  }
}
.single-product .woocommerce-tabs{
  margin-top:10px;
  border:1px solid rgba(155,208,0,.32);
  border-radius:16px;
  background:#f7faf4;
  padding:14px;
}
.single-product .woocommerce div.product .woocommerce-tabs ul.tabs{
  margin:0 0 14px;
  padding:0;
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  border-bottom:1px solid rgba(18,26,30,.10);
}
.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li{
  margin:0;
  padding:0;
  border-radius:12px 12px 0 0;
  border:1px solid rgba(122,143,96,.34);
  background:#eef3ea;
  min-height:34px;
  display:flex;
  align-items:center;
}
.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li a{
  margin:0 !important;
  padding:7px 12px !important;
  line-height:1;
  font-size:clamp(14px,.92vw,16px);
  font-weight:650;
  color:#22323a;
  letter-spacing:0;
}
.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li.active{
  background:#fff;
  border-color:rgba(122,143,96,.48);
}
.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li.active a{
  color:#121a1e;
}
.single-product .woocommerce div.product .woocommerce-tabs ul.tabs::before,
.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li::after{
  display:none !important;
}
.single-product .oog-product-files-tab{
  padding:4px 0 0;
}
.single-product .oog-product-files-tab__list{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:10px;
}
.single-product .oog-product-files-tab__item{
  margin:0;
}
.single-product .oog-product-files-tab__link{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  min-height:44px;
  padding:10px 12px;
  border:1px solid rgba(155,208,0,.42);
  border-radius:12px;
  background:#f6f9f1;
  color:#24343c;
  text-decoration:none;
  transition:background .18s ease, border-color .18s ease, transform .18s ease;
}
.single-product .oog-product-files-tab__link:hover{
  background:#edf5de;
  border-color:rgba(118,170,20,.62);
  transform:translateY(-1px);
}
.single-product .oog-product-files-tab__name{
  font-weight:700;
  line-height:1.25;
}
.single-product .oog-product-files-tab__open{
  flex:0 0 auto;
  font-size:15px;
  font-weight:800;
  color:#5a7f1c;
}
.single-product .woocommerce .related.products{
  margin-top:14px;
  grid-column:1 / -1;
}
.single-product .woocommerce .related.products > h2{
  margin:0 0 12px;
  font-size:32px;
  line-height:1.1;
  letter-spacing:-.02em;
}
.single-product .woocommerce div.product .woocommerce-tabs{
  grid-column:1 / -1;
}
.single-product .woocommerce .related.products ul.products{
  display:flex !important;
  flex-wrap:wrap;
  gap:12px;
  align-items:stretch;
}
.single-product .woocommerce .related.products ul.products li.product{
  flex:1 1 calc(25% - 9px);
  max-width:calc(25% - 9px);
  min-width:220px;
  min-height:auto;
  padding:10px;
  border-radius:14px;
  clear:none !important;
}
.single-product .woocommerce .related.products ul.products li.product a img{
  aspect-ratio:1/1;
  object-fit:contain;
  background:#f4f7f8;
  border-radius:10px;
}

@media (max-width:1100px){
  .oog-woo-product-layout{
    grid-template-columns:1fr;
  }
  .single-product .oog-woo-sidebar{
    position:static;
    top:auto;
    margin-top:0;
    transform:none;
    max-height:none;
    overflow:visible;
  }
  .single-product .woocommerce div.product{
    grid-template-columns:1fr;
  }
  .single-product .woocommerce div.product .woocommerce-product-gallery .flex-viewport{
    min-height:460px !important;
    height:460px !important;
    max-height:460px !important;
  }
  .single-product .woocommerce div.product .oog-thumb-slider{
    grid-template-columns:34px minmax(0,1fr) 34px;
    gap:6px;
  }
  .single-product .woocommerce div.product .flex-control-thumbs li{
    flex:0 0 68px !important;
    width:68px !important;
    max-width:68px !important;
  }
  .single-product .woocommerce div.product .flex-control-thumbs img{
    height:68px;
  }
  .single-product .woocommerce div.product .oog-thumb-slider__progress{
    margin:8px 40px 0;
  }
  .single-product .woocommerce .related.products ul.products{
    gap:12px;
  }
  .single-product .woocommerce .related.products ul.products li.product{
    flex:1 1 calc(50% - 6px);
    max-width:calc(50% - 6px);
    min-width:0;
  }
}
@media (max-width:640px){
  .single-product .woocommerce div.product .woocommerce-tabs ul.tabs{
    gap:5px;
    margin:0 0 12px;
  }
  .single-product .woocommerce div.product .woocommerce-tabs ul.tabs li{
    min-height:32px;
    border-radius:10px 10px 0 0;
  }
  .single-product .woocommerce div.product .woocommerce-tabs ul.tabs li a{
    padding:7px 10px !important;
    font-size:14px;
  }
  .single-product .woocommerce div.product div.summary,
  .single-product .woocommerce div.product .woocommerce-product-gallery,
  .single-product .woocommerce-tabs{
    padding:12px;
    border-radius:14px;
  }
  .single-product .woocommerce div.product .product_title{
    font-size:32px;
  }
  .single-product .woocommerce div.product .woocommerce-product-gallery .flex-viewport{
    min-height:340px !important;
    height:340px !important;
    max-height:340px !important;
    padding:10px;
  }
  .single-product .woocommerce div.product p.price{
    font-size:34px;
  }
  .single-product .woocommerce div.product p.price .woocommerce-price-suffix{
    font-size:14px;
  }
  .single-product .woocommerce div.product form.variations_form table.variations td.value select{
    min-width:100%;
    width:100%;
  }
  .single-product .woocommerce div.product form.variations_form table.variations tr{
    grid-template-columns:78px minmax(0,1fr);
    column-gap:8px;
  }
  .single-product .woocommerce div.product form.variations_form table.variations th.label,
  .single-product .woocommerce div.product form.variations_form table.variations td.label{
    flex-basis:78px !important;
    width:78px !important;
    min-width:78px !important;
  }
  .single-product .woocommerce div.product .flex-control-thumbs{
    gap:6px;
  }
  .single-product .woocommerce div.product .flex-control-thumbs li{
    flex:0 0 56px !important;
    width:56px !important;
    max-width:56px !important;
  }
  .single-product .woocommerce div.product .flex-control-thumbs img{
    height:56px;
  }
  .single-product .woocommerce div.product .oog-thumb-slider{
    grid-template-columns:30px minmax(0,1fr) 30px;
    gap:5px;
  }
  .single-product .woocommerce div.product .oog-thumb-slider__nav{
    width:30px;
    height:30px;
    font-size:18px;
  }
  .single-product .woocommerce div.product .oog-thumb-slider__progress{
    margin:6px 34px 0;
  }
  .single-product .woocommerce .related.products ul.products{
    gap:10px;
  }
  .single-product .woocommerce .related.products ul.products li.product{
    flex:1 1 100%;
    max-width:100%;
  }
}

@media (max-width:1100px){
  .oog-products__grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .oog-partners__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .oog-cta__card{grid-template-columns:1fr}
  .oog-cta__actions{justify-content:flex-start}
}
@media (max-width:900px){
  .oog-mainbar__inner{grid-template-columns:1fr;gap:10px;min-height:unset}
  .oog-search{grid-template-columns:minmax(0,1fr) auto}
  .oog-nav__menu{justify-content:flex-start}
  .oog-cat-strip__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .oog-feature-row__grid{grid-template-columns:1fr}
  .oog-products__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .oog-map-summary__card{grid-template-columns:1fr}
  .oog-footer__inner{flex-direction:column}
  .oog-post-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .woocommerce .products ul,.woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:640px){
  .oog-container{width:min(1400px,calc(100% - 20px))}
  .oog-topbar__left a:nth-child(2){display:none}
  .oog-topbar__inner{min-height:38px}
  .oog-mainbar__inner{padding:8px 0}
  .oog-search input,.oog-search button{height:42px}
  .oog-home-hero{padding-top:12px}
  .oog-hero-slider{border-radius:18px}
  .oog-hero-slider__track{min-height:420px}
  .oog-hero-slide__title{max-width:100%;font-size:30px}
  .oog-hero-slide__actions{width:100%}
  .oog-hero-slide__actions .oog-btn{flex:1}
  .oog-section-head{grid-template-columns:1fr}
  .oog-section-head__link{justify-self:start}
  .oog-cat-strip__grid,
  .oog-products__grid,
  .oog-partners__grid,
  .oog-post-grid{grid-template-columns:1fr}
  .oog-map-summary__stats{grid-template-columns:1fr}
  .woocommerce .products ul,.woocommerce ul.products{grid-template-columns:1fr}
}
@media (prefers-reduced-motion:reduce){
  *{scroll-behavior:auto!important}
  .oog-hero-slide,.oog-product-card,.oog-feature-card,.oog-cat-card,.oog-partner-card,.oog-btn{transition:none!important}
}

/* Header v2 + missing homepage sections */
.oog-homepage{
  background:
    radial-gradient(900px 420px at 10% 18%, rgba(143,195,32,.08), transparent 65%),
    radial-gradient(1000px 520px at 92% 26%, rgba(53,81,84,.06), transparent 62%),
    #f5f7f4;
}
.oog-header{
  position:sticky;
  top:0;
  z-index:120;
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
}
body.admin-bar .oog-header{top:32px !important}
@media (max-width:782px){
  body.admin-bar .oog-header{top:46px !important}
}
.oog-topbar{
  background:linear-gradient(132deg,#264247 0%,#355154 58%,#244046 100%);
  border-bottom:1px solid rgba(255,255,255,.12);
  box-shadow:0 8px 20px rgba(12,28,30,.22);
}
.oog-topbar__item{
  display:inline-flex;
  align-items:center;
  gap:7px;
  padding:3px 8px;
  border-radius:999px;
  transition:background-color .18s ease,color .18s ease;
}
.oog-topbar__item:hover{
  background:rgba(255,255,255,.12);
  color:#fff;
}
.oog-topbar__item svg{opacity:.95}
.oog-mainbar{
  background:rgba(249,251,252,.94);
  border-bottom:1px solid rgba(18,26,30,.10);
  box-shadow:0 12px 26px rgba(16,19,22,.08);
}
.oog-mainbar__inner{
  grid-template-columns:190px minmax(0,1fr) auto;
  gap:14px;
  padding:12px 0;
}
.oog-search{
  grid-template-columns:minmax(0,1fr) 46px;
  border:1px solid rgba(18,26,30,.12);
  border-radius:14px;
  background:linear-gradient(180deg,#fff,#f4f6f7);
  padding:0 1px 0 6px;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.65), 0 6px 16px rgba(15,26,30,.05);
}
.oog-search input{border:0;background:transparent;height:42px}
.oog-search button{
  height:42px;width:42px;padding:0;border-radius:12px;border:0;margin:1px;
  display:grid;place-items:center;
  background:linear-gradient(140deg,#8fc320,#6ca90d);
  color:#fff;
  box-shadow:0 8px 18px rgba(108,169,13,.28);
  transition:transform .16s ease,box-shadow .16s ease,filter .16s ease;
}
.oog-search button:hover{
  transform:translateY(-1px);
  box-shadow:0 12px 20px rgba(108,169,13,.34);
  filter:brightness(1.03);
}
.oog-head-actions{
  display:flex;
  align-items:center;
  gap:8px;
  padding:5px 8px;
  border-radius:14px;
  background:rgba(255,255,255,.84);
  border:1px solid rgba(18,26,30,.08);
}
.oog-head-action{
  --oog-icon-accent:#5d747e;
  width:40px;height:40px;border-radius:12px;display:grid;place-items:center;
  border:1px solid rgba(18,26,30,.11);background:linear-gradient(180deg,#fff,#f4f6f8);color:#26343a;position:relative;
  box-shadow:0 8px 16px rgba(16,19,22,.09);
  transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease,color .16s ease;
}
.oog-head-action::before{
  content:"";
  position:absolute;
  inset:2px auto auto 2px;
  width:7px;
  height:7px;
  border-radius:999px;
  background:var(--oog-icon-accent);
  opacity:.9;
}
.oog-head-action:hover{
  transform:translateY(-1px);
  border-color:rgba(18,26,30,.2);
  box-shadow:0 12px 22px rgba(16,19,22,.14);
  color:#102025;
}
.oog-head-action svg{
  width:18px;
  height:18px;
  display:block;
  overflow:visible;
}
.oog-head-action.is-shuffle svg{
  width:18px;
  height:18px;
  transform:none;
}
.oog-head-action.is-user{--oog-icon-accent:#4a6a73}
.oog-head-action.is-heart{--oog-icon-accent:#cc5d7d}
.oog-head-action.is-shuffle{--oog-icon-accent:#5f7df4}
.oog-head-action.is-bag{--oog-icon-accent:#7ab313}
.oog-head-action__badge{
  position:absolute;top:-6px;right:-6px;min-width:18px;height:18px;border-radius:999px;
  display:grid;place-items:center;background:linear-gradient(180deg,#9ed430,#83bc14);color:#203100;font-size:10px;font-weight:700;line-height:1;
  font-variant-numeric:tabular-nums;
  letter-spacing:0;
  border:2px solid #fff;padding:0 4px;
  box-shadow:0 4px 10px rgba(94,140,9,.35);
}
.oog-head-action__badge.is-zero{background:#d9e4c6;color:#53653a}
.oog-head-actions__price{
  font-size:13px;
  font-weight:800;
  color:#23343a;
  margin-left:6px;
  white-space:nowrap;
  letter-spacing:.01em;
}

.oog-nav{
  background:linear-gradient(180deg,#8dc81f 0%,#78af0f 100%);
  border-bottom:1px solid rgba(57,87,4,.3);
  box-shadow:0 10px 20px rgba(45,67,8,.2);
}
.oog-nav__inner{display:grid;grid-template-columns:auto 1fr;gap:10px;align-items:center}
.oog-nav-links{min-width:0}
.oog-cats-menu{position:relative}
.oog-cats-menu__toggle{
  min-height:40px;padding:0 12px;border-radius:12px;border:1px solid rgba(0,0,0,.08);
  display:inline-flex;align-items:center;gap:10px;justify-content:space-between;
  background:linear-gradient(180deg,#f6a818,#ef9003);color:#1f1603;font-weight:700;min-width:170px;cursor:pointer;
  box-shadow:0 10px 18px rgba(131,87,6,.24);
  transition:transform .16s ease,box-shadow .16s ease,filter .16s ease;
}
.oog-cats-menu__toggle:hover{
  transform:translateY(-1px);
  box-shadow:0 14px 20px rgba(131,87,6,.28);
  filter:brightness(1.02);
}
.oog-cats-menu__toggleLeft{display:inline-flex;align-items:center;gap:8px}
.oog-cats-menu__panel{
  position:absolute;left:0;top:calc(100% + 8px);width:min(340px,86vw);
  background:rgba(255,255,255,.98);border:1px solid rgba(18,26,30,.08);border-radius:14px;
  box-shadow:0 18px 40px rgba(16,19,22,.18);padding:8px;display:none;
  backdrop-filter:blur(6px);
}
.oog-cats-menu.is-open .oog-cats-menu__panel{display:block}
.oog-cats-menu__list,.oog-cats-menu__sub{list-style:none;margin:0;padding:0}
.oog-cats-menu__item + .oog-cats-menu__item{border-top:1px solid rgba(18,26,30,.06)}
.oog-cats-menu__link{
  display:flex;align-items:center;justify-content:space-between;gap:12px;
  padding:10px 10px;font-weight:700;color:#223036;
}
.oog-cats-menu__sub{padding:0 10px 8px;display:grid;gap:4px}
.oog-cats-menu__sub a{
  display:block;padding:7px 8px;border-radius:8px;color:#53636b;font-size:13px;background:#f7f9fa;
}
.oog-cats-menu__sub a:hover{background:#eef3f5;color:#24323a}
.oog-cats-menu__empty{padding:10px}

.oog-nav-links .oog-nav__menu{
  width:auto;justify-content:flex-start;gap:0;min-height:48px;
}
.oog-nav-links .oog-nav__menu li{display:flex}
.oog-nav-links .oog-nav__menu a{
  min-height:48px;
  padding:0 14px;
  font-size:13px;
  font-weight:700;
  letter-spacing:.01em;
  border-left:1px solid rgba(0,0,0,.09);
  transition:background-color .16s ease,color .16s ease;
}
.oog-nav-links .oog-nav__menu li:first-child a{
  border-left:0;
}
.oog-nav-links .current-menu-item > a,
.oog-nav-links .current_page_item > a{
  background:rgba(255,255,255,.18);
  box-shadow:inset 0 -3px 0 rgba(255,255,255,.5);
}

.oog-price-widget{padding:16px 0 10px}
.oog-price-widget__card{
  background:#fff;border:1px solid var(--oog-line);border-radius:18px;padding:16px;
  box-shadow:0 12px 26px rgba(16,19,22,.06);
}
.oog-price-widget__head{
  display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:10px;
}
.oog-price-widget__kicker{
  font-size:11px;text-transform:uppercase;letter-spacing:.12em;font-weight:800;color:#799d18;
}
.oog-price-widget__title{margin:.2rem 0 0;font-size:20px;letter-spacing:-.02em}
.oog-price-widget__subtitle{margin:.2rem 0 0;color:var(--oog-ink-soft);font-size:13px}
.oog-price-widget__chart{
  display:grid;grid-template-columns:repeat(24,minmax(0,1fr));gap:6px;
  align-items:end;height:170px;padding:12px 10px 8px;border-radius:14px;
  background:
    linear-gradient(180deg,rgba(255,255,255,.92),rgba(248,250,251,.95)),
    repeating-linear-gradient(0deg, rgba(18,26,30,.03) 0 1px, transparent 1px 28px);
  border:1px solid rgba(18,26,30,.06);
}
.oog-price-widget__barWrap{display:grid;grid-template-rows:1fr auto;gap:4px;align-items:end}
.oog-price-widget__bar{
  display:block;width:100%;border-radius:8px 8px 3px 3px;
  background:linear-gradient(180deg,#8bc4ff,#5ea0ff);
  box-shadow:inset 0 -1px 0 rgba(255,255,255,.35);
}
.oog-price-widget__barWrap:nth-child(5n) .oog-price-widget__bar{background:linear-gradient(180deg,#ffc359,#f39b08)}
.oog-price-widget__barWrap:nth-child(3n) .oog-price-widget__bar{background:linear-gradient(180deg,#b4d86d,#89be1e)}
.oog-price-widget__hour{font-size:10px;color:#718089;text-align:center}
.oog-price-widget__stats{
  margin-top:10px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;
}
.oog-price-widget__stat{
  border:1px solid rgba(18,26,30,.06);border-radius:12px;background:#fbfcfd;padding:10px;
}
.oog-price-widget__statLabel{font-size:12px;color:#748188}
.oog-price-widget__statValue{margin-top:4px;font-weight:800;letter-spacing:-.02em}

.oog-values{padding:14px 0 12px}
.oog-values__head{margin-bottom:10px}
.oog-values__title{margin:.2rem 0 .35rem;font-size:clamp(24px,2vw,34px);line-height:1.06;letter-spacing:-.02em}
.oog-values__sub{margin:0;color:var(--oog-ink-soft);max-width:72ch}
.oog-values__filters{display:flex;gap:8px;flex-wrap:wrap;margin:10px 0 12px}
.oog-values__filters span{
  display:inline-flex;align-items:center;min-height:30px;padding:0 10px;border-radius:999px;
  border:1px solid rgba(18,26,30,.08);background:#fff;color:#516067;font-size:13px;font-weight:600;
}
.oog-values__filters span.is-active{background:#eef5dd;color:#527a11;border-color:rgba(143,195,32,.22)}
.oog-values__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.oog-value-card{
  display:grid;grid-template-columns:38px 1fr;gap:10px;align-items:flex-start;
  background:#fff;border:1px solid rgba(18,26,30,.06);border-radius:14px;padding:12px;
  box-shadow:0 8px 18px rgba(16,19,22,.04);
}
.oog-value-card__icon{
  width:38px;height:38px;border-radius:10px;display:grid;place-items:center;
  background:#eef5dd;color:#5f8e13;border:1px solid rgba(143,195,32,.18)
}
.oog-value-card__body h3{margin:2px 0 4px;font-size:15px;line-height:1.15;letter-spacing:-.01em}
.oog-value-card__body p{margin:0;color:#67757d;font-size:13px;line-height:1.45}

.oog-faq{padding:14px 0 12px}
.oog-faq__shell{
  border:1px solid rgba(18,26,30,.06);border-radius:18px;background:#fff;padding:14px;
  box-shadow:0 12px 24px rgba(16,19,22,.05);
}
.oog-faq__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.oog-faq-item{
  border:1px solid rgba(18,26,30,.06);border-radius:12px;background:#fbfcfd;overflow:hidden;
}
.oog-faq-item__q{
  width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;
  text-align:left;border:0;background:transparent;padding:12px 12px;cursor:pointer;font-weight:700;color:#243239;
}
.oog-faq-item__q:hover{background:#f5f8f9}
.oog-faq-item__plus{font-size:18px;color:#758289;line-height:1}
.oog-faq-item__q.is-open .oog-faq-item__plus{transform:rotate(45deg)}
.oog-faq-item__a{display:none;padding:0 12px 12px;color:#5f6d75;font-size:14px;line-height:1.55}
.oog-faq-item__a.is-open{display:block}
.oog-faq-item__a p{margin:0}
.oog-faq__ctaRow{
  margin-top:10px;padding:10px 12px;border-radius:12px;background:#f4f8ec;border:1px solid rgba(143,195,32,.12);
  display:flex;align-items:center;justify-content:space-between;gap:10px;color:#43523a;font-weight:600;
}

.oog-projects-map{padding:16px 0 14px}
.oog-projects-map__head{margin-bottom:10px}
.oog-projects-map__title{margin:.2rem 0 .35rem;font-size:clamp(24px,2vw,34px);line-height:1.05;letter-spacing:-.02em}
.oog-projects-map__sub{margin:0;color:#64737b;max-width:72ch}
.oog-projects-map__stats{
  display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:10px;
}
.oog-projects-map__stat{
  background:#fff;border:1px solid rgba(18,26,30,.06);border-radius:12px;padding:11px;
  box-shadow:0 8px 16px rgba(16,19,22,.04);
}
.oog-projects-map__statValue{font-size:24px;font-weight:800;letter-spacing:-.03em}
.oog-projects-map__statLabel{font-size:12px;color:#76848c}
.oog-projects-map__shell{
  background:#fff;border:1px solid rgba(18,26,30,.06);border-radius:18px;padding:12px;
  box-shadow:0 12px 24px rgba(16,19,22,.05);
}
.oog-projects-map__canvas{
  position:relative;min-height:420px;border-radius:14px;overflow:hidden;
  background:
    radial-gradient(900px 360px at 0% 0%, rgba(143,195,32,.08), transparent 60%),
    radial-gradient(900px 360px at 100% 100%, rgba(53,81,84,.08), transparent 60%),
    #f4f7f5;
  border:1px solid rgba(18,26,30,.05);
}
.oog-projects-map__canvas::before{
  content:"";position:absolute;inset:0;
  background:
    repeating-linear-gradient(90deg, rgba(120,140,120,.04) 0 1px, transparent 1px 36px),
    repeating-linear-gradient(0deg, rgba(120,140,120,.04) 0 1px, transparent 1px 36px);
}
.oog-projects-map__shape{
  position:absolute;inset:8% 9% 10%;opacity:.9;
}
.oog-projects-map__shape svg{width:100%;height:100%}
.oog-projects-map__shape path{
  fill:#e9eeea;stroke:#cfd8d1;stroke-width:4;
  filter:drop-shadow(0 10px 18px rgba(16,19,22,.05));
}
.oog-projects-map__dot{
  position:absolute;transform:translate(-50%,-50%);
  width:9px;height:9px;border-radius:999px;border:1px solid rgba(255,255,255,.9);
  box-shadow:0 0 0 2px rgba(16,19,22,.06);
  z-index:2;
}
.oog-projects-map__dot.is-demo{opacity:.75}
.oog-projects-map__dot.is-solar{background:#8fc320}
.oog-projects-map__dot.is-lv{background:#f4b000}
.oog-projects-map__dot.is-hv{background:#f39b08}
.oog-projects-map__dot.is-inverter{background:#5e8eff}
.oog-projects-map__dot.is-generator{background:#7a7f86}
.oog-projects-map__legend{
  margin-top:10px;display:flex;flex-wrap:wrap;gap:8px 12px;
}
.oog-projects-map__legendItem{
  display:inline-flex;align-items:center;gap:7px;font-size:13px;color:#49565d;
  padding:6px 10px;border-radius:999px;background:#f8fafb;border:1px solid rgba(18,26,30,.05);
}
.oog-projects-map__legendDot{
  width:9px;height:9px;border-radius:999px;display:inline-block;
}
.oog-projects-map__legendDot.is-solar{background:#8fc320}
.oog-projects-map__legendDot.is-lv{background:#f4b000}
.oog-projects-map__legendDot.is-hv{background:#f39b08}
.oog-projects-map__legendDot.is-inverter{background:#5e8eff}
.oog-projects-map__legendDot.is-generator{background:#7a7f86}

.oog-testimonials{padding:16px 0 14px}
.oog-testimonials__layout{
  display:grid;grid-template-columns:1.15fr .85fr;gap:14px;align-items:start;
}
.oog-testimonials__cards{display:grid;gap:12px}
.oog-testimonial-card{
  background:#fff;border:1px solid rgba(18,26,30,.06);border-radius:16px;padding:14px;
  box-shadow:0 10px 20px rgba(16,19,22,.04);
}
.oog-testimonial-card__badge{
  display:inline-flex;min-height:24px;align-items:center;padding:0 8px;border-radius:999px;
  font-size:11px;text-transform:uppercase;letter-spacing:.08em;font-weight:800;
  background:#fff3df;color:#9d5b00;border:1px solid rgba(243,155,8,.2);
}
.oog-testimonial-card__quote{
  margin:10px 0 12px;color:#2f3d44;line-height:1.6;font-size:14px;
}
.oog-testimonial-card__meta{display:flex;align-items:center;gap:10px}
.oog-testimonial-card__avatar{
  width:34px;height:34px;border-radius:50%;display:grid;place-items:center;
  background:#eef5dd;color:#547d10;font-weight:800;
}
.oog-testimonial-card__meta strong{display:block;font-size:14px;line-height:1.1}
.oog-testimonial-card__meta small{display:block;color:#718088;margin-top:2px;font-size:12px}

.oog-location-card{
  background:#fff;border:1px solid rgba(18,26,30,.06);border-radius:16px;padding:14px;
  box-shadow:0 10px 20px rgba(16,19,22,.04);
}
.oog-location-card h3{margin:0 0 6px;font-size:18px;letter-spacing:-.02em}
.oog-location-card p{margin:0;color:#64727b;font-size:14px;line-height:1.5}
.oog-location-card__rows{list-style:none;padding:0;margin:10px 0 12px;display:grid;gap:6px;color:#334147;font-size:14px}
.oog-location-card__map{
  border-radius:12px;overflow:hidden;border:1px solid rgba(18,26,30,.06);background:#eef2f4;
}
.oog-location-card__map iframe{display:block;width:100%;height:190px;border:0}
.oog-location-card__cta{
  margin-top:10px;display:inline-flex;align-items:center;gap:6px;font-weight:700;color:#4b6d17;
}

.oog-brands{padding:14px 0 16px}
.oog-brands__head{margin-bottom:10px}
.oog-brands__sub{margin:.25rem 0 0;color:#66747c;max-width:64ch}
.oog-brands__grid{
  display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;
}
.oog-brand-card{
  min-height:76px;padding:10px;border-radius:14px;background:#fff;border:1px solid rgba(18,26,30,.06);
  display:grid;place-items:center;box-shadow:0 8px 16px rgba(16,19,22,.03);
}
.oog-brand-card img{max-width:88%;max-height:44px;object-fit:contain}

.oog-footer{margin-top:0}

@media (max-width:1100px){
  .oog-mainbar__inner{grid-template-columns:170px minmax(0,1fr);grid-template-areas:"logo search" "actions actions";align-items:center}
  .oog-logo{grid-area:logo}
  .oog-search{grid-area:search}
  .oog-head-actions{grid-area:actions;justify-content:flex-end}
  .oog-testimonials__layout{grid-template-columns:1fr}
  .oog-brands__grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media (max-width:900px){
  .oog-nav__inner{grid-template-columns:1fr}
  .oog-cats-menu__toggle{width:100%;justify-content:space-between}
  .oog-nav-links .oog-nav__menu{width:100%;overflow-x:auto}
  .oog-price-widget__stats{grid-template-columns:repeat(2,minmax(0,1fr))}
  .oog-values__grid{grid-template-columns:1fr}
  .oog-faq__grid{grid-template-columns:1fr}
  .oog-projects-map__stats{grid-template-columns:repeat(2,minmax(0,1fr))}
  .oog-projects-map__canvas{min-height:320px}
}
@media (max-width:640px){
  .oog-mainbar__inner{
    grid-template-columns:1fr;grid-template-areas:"logo" "search" "actions";gap:8px;
  }
  .oog-logo{justify-self:center}
  .oog-head-actions{justify-content:center;flex-wrap:wrap}
  .oog-head-actions__price{width:100%;text-align:center;margin-left:0}
  .oog-price-widget__head{flex-direction:column}
  .oog-price-widget__chart{gap:4px;padding:8px;height:140px}
  .oog-price-widget__hour{display:none}
  .oog-projects-map__stats{grid-template-columns:1fr}
  .oog-brands__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

.oog-elering-chart__wrap{
  margin-top:6px;
  padding:8px 10px;
  border-radius:14px;
  background:linear-gradient(180deg,rgba(16,19,22,.02),rgba(16,19,22,.06));
  border:1px solid rgba(16,19,22,.08);
  position:relative;
  min-height:210px;
}
.oog-elering-chart__svg{
  display:block;
  width:100%;
  height:210px;
  overflow:visible;
}
.oog-elering-chart__grid{
  stroke:rgba(16,19,22,.08);
  stroke-width:1;
}
.oog-elering-chart__xTick,
.oog-elering-chart__yTick,
.oog-elering-chart__axisLabel{
  fill:rgba(16,19,22,.55);
  font-family:Inter,sans-serif;
  pointer-events:none;
}
.oog-elering-chart__xTick{font-size:10px}
.oog-elering-chart__yTick{font-size:12px}
.oog-elering-chart__axisLabel{font-size:12px}
.oog-elering-chart__nowLine{
  stroke:rgba(220,38,38,.85);
  stroke-width:1.5;
  stroke-dasharray:2 2;
}
.oog-elering-chart__nowLabel{
  fill:rgba(220,38,38,.9);
  font-size:11px;
  font-weight:700;
  font-family:Inter,sans-serif;
}
.oog-elering-chart__bar{
  transition:transform .2s ease,fill .2s ease;
  transform-box:fill-box;
  transform-origin:center bottom;
}
.oog-elering-chart__barActive{
  transform:scaleY(1.12) scaleX(1.06);
}
.oog-elering-chart__tooltip{
  position:absolute;
  transform:translate(-50%,-110%);
  background:#fff;
  border:1px solid rgba(16,19,22,.12);
  border-radius:12px;
  padding:10px 12px;
  font-size:12px;
  color:rgba(16,19,22,.75);
  box-shadow:0 8px 24px rgba(0,0,0,.08);
  pointer-events:none;
  z-index:5;
  min-width:200px;
  max-width:min(320px,80vw);
}
.oog-elering-chart__tooltipTitle{
  font-weight:900;
  margin-bottom:4px;
  color:rgba(16,19,22,.92);
}
.oog-elering-chart__tooltipRow{line-height:1.45}

@media (max-width:640px){
  .oog-elering-chart__wrap{padding:6px 8px}
  .oog-elering-chart__xTick{font-size:9px}
  .oog-elering-chart__yTick,
  .oog-elering-chart__axisLabel{font-size:11px}
  .oog-elering-chart__tooltip{
    min-width:180px;
    padding:8px 10px;
    font-size:11px;
  }
}

/* Elering card overrides for closer 1:1 parity with the Next.js screenshot */
.EnergySplitCard-module__0R8KwG__priceCardCompact .EnergySplitCard-module__0R8KwG__split{
  display:block;
}
.EnergySplitCard-module__0R8KwG__priceCardCompact .EnergySplitCard-module__0R8KwG__side{
  width:100%;
  margin-top:10px;
}
.EnergySplitCard-module__0R8KwG__priceCardCompact .EnergySplitCard-module__0R8KwG__priceHeaderRow{
  margin-top:8px;
}
.EnergySplitCard-module__0R8KwG__priceCardCompact .EnergySplitCard-module__0R8KwG__priceChartTabs{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.EnergySplitCard-module__0R8KwG__priceCardCompact .EnergySplitCard-module__0R8KwG__tabButton{
  min-height:32px;
  padding:0 14px;
  border-radius:10px;
  font-weight:700;
  font-size:14px;
}
.EnergySplitCard-module__0R8KwG__priceCardCompact [data-oog-price-status-muted]{
  margin-top:8px;
  font-size:13px;
  color:#8a8f96;
}
.EnergySplitCard-module__0R8KwG__priceCardCompact [data-oog-price-refresh]{
  margin-top:8px;
  padding:0;
  border:0;
  background:transparent;
  color:#646a72;
  font-size:12px;
  line-height:1.2;
  letter-spacing:.12em;
  text-transform:uppercase;
  font-weight:800;
}
.EnergySplitCard-module__0R8KwG__priceCardCompact .EnergySplitCard-module__0R8KwG__priceChartShell{
  position:relative;
  border:1px solid rgba(16,19,22,.08);
  background:#f5f5f7;
  border-radius:14px;
  padding:8px 10px 42px;
  overflow:hidden;
}
.EnergySplitCard-module__0R8KwG__priceCardCompact .oog-elering-chart__wrap{
  margin-top:0;
  border:0;
  border-radius:0;
  background:transparent;
  padding:0;
  min-height:210px;
}
.EnergySplitCard-module__0R8KwG__priceCardCompact .EnergySplitCard-module__0R8KwG__priceLegendInside{
  position:absolute;
  left:12px;
  bottom:10px;
  margin:0;
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  align-items:center;
}
.EnergySplitCard-module__0R8KwG__priceCardCompact .EnergySplitCard-module__0R8KwG__priceLegendItem{
  display:inline-flex;
  align-items:center;
  gap:6px;
  font-size:12px;
  color:#6f747c;
  padding:4px 8px;
  border-radius:999px;
  background:#efeff2;
  border:1px solid rgba(16,19,22,.06);
}
.EnergySplitCard-module__0R8KwG__priceCardCompact .EnergySplitCard-module__0R8KwG__priceStatusOverlay{
  position:absolute;
  right:10px;
  bottom:10px;
  margin:0;
  padding:4px 8px;
  border-radius:999px;
  border:1px solid rgba(16,19,22,.08);
  background:rgba(255,255,255,.9);
  color:#6e737b;
  font-size:12px;
  line-height:1.2;
  white-space:nowrap;
}
.EnergySplitCard-module__0R8KwG__priceCardCompact .oog-elering-chart__tooltip{
  z-index:10;
}
.EnergySplitCard-module__0R8KwG__priceCardCompact .EnergySplitCard-module__0R8KwG__priceStatsGrid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:10px;
}
.EnergySplitCard-module__0R8KwG__priceCardCompact .EnergySplitCard-module__0R8KwG__priceStatsRow3,
.EnergySplitCard-module__0R8KwG__priceCardCompact .EnergySplitCard-module__0R8KwG__priceStatsRow2{
  display:contents;
}
.EnergySplitCard-module__0R8KwG__priceCardCompact .EnergySplitCard-module__0R8KwG__priceStatChip{
  min-height:82px;
  border-radius:14px;
  background:#f5f5f7;
  border:1px solid rgba(16,19,22,.08);
  box-shadow:none;
  padding:10px 12px;
}
.EnergySplitCard-module__0R8KwG__priceCardCompact .EnergySplitCard-module__0R8KwG__priceStatLabel{
  font-size:11px;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:#787d86;
  font-weight:800;
}
.EnergySplitCard-module__0R8KwG__priceCardCompact .EnergySplitCard-module__0R8KwG__priceStatValue{
  margin-top:6px;
  color:#2f343b;
  font-weight:800;
  font-size:13px;
  line-height:1.2;
}
.EnergySplitCard-module__0R8KwG__priceCardCompact .EnergySplitCard-module__0R8KwG__priceStatSub{
  margin-top:4px;
  color:#70757d;
  font-size:12px;
  line-height:1.2;
}
.EnergySplitCard-module__0R8KwG__priceCardCompact .EnergySplitCard-module__0R8KwG__priceTips{
  margin-top:10px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
}
.EnergySplitCard-module__0R8KwG__priceCardCompact .EnergySplitCard-module__0R8KwG__priceCallout{
  margin:0;
  min-height:60px;
  padding:10px 12px;
  border-radius:14px;
  border:1px solid rgba(16,19,22,.08);
  background:#f5f5f7;
}
.EnergySplitCard-module__0R8KwG__priceCardCompact .EnergySplitCard-module__0R8KwG__priceCalloutGood{
  border-left:4px solid #8fc320;
}
.EnergySplitCard-module__0R8KwG__priceCardCompact .EnergySplitCard-module__0R8KwG__priceCalloutWarn{
  border-left:4px solid #f3a006;
}
.EnergySplitCard-module__0R8KwG__priceCardCompact .EnergySplitCard-module__0R8KwG__priceCalloutTitle{
  font-weight:800;
  font-size:14px;
  color:#333840;
}
.EnergySplitCard-module__0R8KwG__priceCardCompact .EnergySplitCard-module__0R8KwG__priceCalloutText{
  margin-top:2px;
  font-size:12px;
  color:#666c73;
  line-height:1.35;
}
.EnergySplitCard-module__0R8KwG__priceCardCompact .EnergySplitCard-module__0R8KwG__priceCalloutIcon{
  width:20px;
  height:20px;
  min-width:20px;
  display:grid;
  place-items:center;
  margin-top:1px;
}
.EnergySplitCard-module__0R8KwG__priceCardCompact .EnergySplitCard-module__0R8KwG__priceNote{
  margin-top:8px;
  color:#8a8f96;
  font-size:12px;
}

@media (max-width:1100px){
  .EnergySplitCard-module__0R8KwG__priceCardCompact .EnergySplitCard-module__0R8KwG__priceStatsGrid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
  .EnergySplitCard-module__0R8KwG__priceCardCompact .EnergySplitCard-module__0R8KwG__priceTips{
    grid-template-columns:1fr;
  }
}

@media (max-width:700px){
  .EnergySplitCard-module__0R8KwG__priceCardCompact{
    padding:12px !important;
    border-radius:16px !important;
  }
  .EnergySplitCard-module__0R8KwG__priceCardCompact .EnergySplitCard-module__0R8KwG__priceHeaderRow{
    gap:8px;
  }
  .EnergySplitCard-module__0R8KwG__priceCardCompact .EnergySplitCard-module__0R8KwG__priceChartShell{
    padding:10px 10px 10px;
    overflow-x:auto;
    overflow-y:hidden;
    -webkit-overflow-scrolling:touch;
  }
  .EnergySplitCard-module__0R8KwG__priceCardCompact .oog-elering-chart{
    min-width:640px;
  }
  .EnergySplitCard-module__0R8KwG__priceCardCompact .EnergySplitCard-module__0R8KwG__priceLegendInside{
    gap:6px;
  }
  .EnergySplitCard-module__0R8KwG__priceCardCompact .EnergySplitCard-module__0R8KwG__priceLegendItem{
    font-size:11px;
    padding:4px 7px;
  }
  .EnergySplitCard-module__0R8KwG__priceCardCompact .EnergySplitCard-module__0R8KwG__priceStatsGrid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:8px;
    margin-top:8px;
  }
  .EnergySplitCard-module__0R8KwG__priceCardCompact .EnergySplitCard-module__0R8KwG__priceStatChip{
    min-height:74px;
    padding:9px 10px;
  }
  .EnergySplitCard-module__0R8KwG__priceCardCompact .EnergySplitCard-module__0R8KwG__priceStatValue{
    font-size:12px;
  }
  .EnergySplitCard-module__0R8KwG__priceCardCompact .EnergySplitCard-module__0R8KwG__priceLegendInside{
    position:static;
    margin-top:6px;
  }
  .EnergySplitCard-module__0R8KwG__priceCardCompact .EnergySplitCard-module__0R8KwG__priceStatusOverlay{
    position:static;
    display:inline-flex;
    margin-top:6px;
  }
  .EnergySplitCard-module__0R8KwG__priceCardCompact .EnergySplitCard-module__0R8KwG__priceChartShell{
    padding-bottom:10px;
  }
}

@media (max-width:460px){
  .EnergySplitCard-module__0R8KwG__priceCardCompact .EnergySplitCard-module__0R8KwG__priceChartTabs{
    gap:6px;
  }
  .EnergySplitCard-module__0R8KwG__priceCardCompact .EnergySplitCard-module__0R8KwG__tabButton{
    min-height:30px;
    padding:0 11px;
    font-size:13px;
  }
  .EnergySplitCard-module__0R8KwG__priceCardCompact .EnergySplitCard-module__0R8KwG__priceStatsGrid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:8px;
  }
  .EnergySplitCard-module__0R8KwG__priceCardCompact .oog-elering-chart{
    min-width:700px;
  }
}

/* Hero slider polish: keep Next layout, only improve smoothness/pause feel */
.HeroSlider-module__BJqekG__root{
  --oog-hero-ease:cubic-bezier(.22,1,.36,1);
  position:relative;
  z-index:0;
  isolation:isolate;
}
.HeroSlider-module__BJqekG__inner{
  position:relative;
  z-index:0;
  isolation:isolate;
}
.HeroSlider-module__BJqekG__viewport{
  overflow:visible;
}
.HeroSlider-module__BJqekG__track{
  will-change:transform;
  transform:translate3d(0,0,0);
  transition:transform .8s var(--oog-hero-ease) !important;
}
.HeroSlider-module__BJqekG__slide{
  backface-visibility:hidden;
  transform:translateZ(0);
  transition:transform .8s var(--oog-hero-ease), opacity .45s ease;
}
.HeroSlider-module__BJqekG__slide .HeroSlider-module__BJqekG__card{
  transition:box-shadow .3s ease;
  position:relative;
  z-index:1;
}
.HeroSlider-module__BJqekG__slide .HeroSlider-module__BJqekG__img{
  transition:transform .9s var(--oog-hero-ease), filter .3s ease;
  will-change:transform, filter;
}
.HeroSlider-module__BJqekG__slide .HeroSlider-module__BJqekG__dim{
  transition:opacity .28s ease;
}

/* Pause autoplay and keep frame stable when hovering the slider */
.HeroSlider-module__BJqekG__root.oog-hero-paused .HeroSlider-module__BJqekG__track{
  transition-duration:.8s !important;
}
.HeroSlider-module__BJqekG__root.oog-hero-paused .HeroSlider-module__BJqekG__arrow{
  opacity:1;
  pointer-events:auto;
}

/* Arrow visibility/feel */
.HeroSlider-module__BJqekG__arrow{
  transition:opacity .24s ease, transform .24s ease, background-color .24s ease;
}
.HeroSlider-module__BJqekG__root:hover .HeroSlider-module__BJqekG__arrow{
  opacity:1;
}
.HeroSlider-module__BJqekG__arrow:hover{
  transform:translateY(-50%) scale(1.04);
}

/* Reduce motion support */
@media (prefers-reduced-motion:reduce){
  .HeroSlider-module__BJqekG__track,
  .HeroSlider-module__BJqekG__slide,
  .HeroSlider-module__BJqekG__slide .HeroSlider-module__BJqekG__card,
  .HeroSlider-module__BJqekG__slide .HeroSlider-module__BJqekG__img,
  .HeroSlider-module__BJqekG__arrow{
    transition:none !important;
  }
}

/* Native WP pages: e-pood, energiajaotus, energiakalkulaator */
.oog-shop-head{margin-bottom:16px}
.oog-shop-title{margin:0 0 8px;font-size:clamp(28px,2.2vw,38px);line-height:1.1;letter-spacing:-.02em}
.oog-shop-sub{margin:0;color:#5f6e76;max-width:72ch}
.oog-shop-count{margin:8px 0 0;color:#6d7980;font-size:14px}
.oog-shop-filters{
  margin:14px 0 12px;
  display:grid;
  grid-template-columns:minmax(220px,1fr) 220px 220px auto;
  gap:10px;
  align-items:center;
}
.oog-shop-filters input,
.oog-shop-filters select{
  height:42px;
  border:1px solid rgba(18,26,30,.14);
  border-radius:12px;
  background:#fff;
  padding:0 12px;
  color:#233036;
}
.oog-shop-cats{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 14px}
.oog-chip.is-active{
  background:#edf7db;
  border-color:rgba(143,195,32,.32);
  color:#3f6214;
  font-weight:700;
}

.oog-shop-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}
.oog-shop-card{
  border:1px solid rgba(18,26,30,.10);
  border-radius:16px;
  background:#fff;
  overflow:hidden;
  box-shadow:0 10px 20px rgba(16,19,22,.05);
  display:flex;
  flex-direction:column;
}
.oog-shop-card__media{
  aspect-ratio:1/1;
  display:grid;
  place-items:center;
  background:#f3f6f7;
}
.oog-shop-card__media img{
  width:100%;
  height:100%;
  object-fit:contain;
  padding:14px;
}
.oog-shop-card__body{padding:12px;display:grid;gap:7px}
.oog-shop-card__meta{font-size:12px;color:#68767e;text-transform:uppercase;letter-spacing:.07em}
.oog-shop-card__title{margin:0;font-size:16px;line-height:1.25}
.oog-shop-card__title a{text-decoration:none}
.oog-shop-card__price{font-weight:800;color:#162228}
.oog-shop-card__actions{display:flex;gap:8px;align-items:center;margin-top:2px}
.oog-shop-card__stock{font-size:13px;color:#5f6c73}
.oog-btn--shop{
  min-height:34px;
  padding:0 12px;
  border-radius:8px;
  border:1px solid rgba(18,26,30,.14);
  background:#eef0f3;
  color:#1b2429;
  box-shadow:none;
  font-size:14px;
}
.oog-btn--shop:hover{
  background:#e3e7eb;
  border-color:rgba(18,26,30,.22);
  transform:none;
}

.oog-shop-pagination{
  margin-top:16px;
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.oog-shop-pagination .page-numbers{
  min-height:36px;
  min-width:36px;
  padding:0 10px;
  border-radius:10px;
  border:1px solid rgba(18,26,30,.14);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#fff;
  color:#2e3b41;
}
.oog-shop-pagination .current{
  background:#101316;
  color:#fff;
  border-color:#101316;
}

.oog-map-table{
  margin-top:14px;
  border:1px solid rgba(18,26,30,.10);
  border-radius:14px;
  overflow:auto;
}
.oog-map-table table{
  width:100%;
  border-collapse:collapse;
  min-width:680px;
}
.oog-map-table th,
.oog-map-table td{
  text-align:left;
  padding:10px 12px;
  border-bottom:1px solid rgba(18,26,30,.08);
  white-space:nowrap;
}
.oog-map-table th{
  background:#f4f7f8;
  color:#324047;
  font-weight:800;
}

.oog-calc{
  border:1px solid rgba(18,26,30,.10);
  border-radius:16px;
  background:#fff;
  padding:14px;
}
.oog-calc__form{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
}
.oog-calc__form label{
  display:grid;
  gap:6px;
  font-size:13px;
  color:#5a6870;
  font-weight:600;
}
.oog-calc__form input{
  height:42px;
  border:1px solid rgba(18,26,30,.14);
  border-radius:12px;
  background:#fff;
  padding:0 12px;
  color:#223137;
}
.oog-calc__results{
  margin-top:12px;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
}
.oog-calc__result{
  border:1px solid rgba(18,26,30,.10);
  border-radius:12px;
  background:#f7f9fa;
  padding:12px;
  display:grid;
  gap:5px;
}
.oog-calc__result h3{
  margin:0;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.08em;
  color:#64727a;
}
.oog-calc__result strong{
  font-size:25px;
  line-height:1.05;
  letter-spacing:-.02em;
}
.oog-calc__result small{color:#6b7981}
.oog-calc-products{margin-top:16px}
.oog-calc-products h2{
  margin:0 0 10px;
  font-size:22px;
  line-height:1.15;
  letter-spacing:-.02em;
}

@media (max-width:1100px){
  .oog-shop-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .oog-calc__results{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:900px){
  .oog-shop-filters{
    grid-template-columns:1fr 1fr;
  }
  .oog-shop-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .oog-calc__form{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:640px){
  .oog-shop-filters{
    grid-template-columns:1fr;
  }
  .oog-shop-grid{grid-template-columns:1fr}
  .oog-calc__form{grid-template-columns:1fr}
  .oog-calc__results{grid-template-columns:1fr}
}

/* E-poe avaleht (Next.js ShopCatalog parity) */
.oog-shophome{
  position:relative;
  padding:0 0 clamp(36px,5.8vw,72px);
  overflow:hidden;
  isolation:isolate;
  background:
    radial-gradient(920px 480px at 0% 0%,rgba(155,208,0,.14),transparent 64%),
    radial-gradient(760px 420px at 100% 0%,rgba(95,155,81,.14),transparent 66%),
    #f8faf7;
}
.oog-shophome::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;
  background-image:
    linear-gradient(rgba(95,155,81,.07) 1px,transparent 1px),
    linear-gradient(90deg,rgba(95,155,81,.07) 1px,transparent 1px);
  background-size:34px 34px;
  opacity:.24;
}
.oog-shophome .oog-container{
  position:relative;
  z-index:1;
  width:min(1460px,calc(100% - 34px));
  margin:0 auto;
}

.oog-shophome__hero{
  margin-top:0;
  position:relative;
  min-height:clamp(250px,31vw,370px);
  border-radius:22px;
  overflow:hidden;
  border:1px solid rgba(130,174,46,.42);
  box-shadow:0 26px 54px rgba(18,26,20,.16);
  background:#101310;
}
.oog-shophome__heroMedia{
  position:absolute;
  inset:0;
}
.oog-shophome__heroSlide{
  position:absolute;
  inset:0;
  opacity:0;
  transition:opacity .52s ease;
}
.oog-shophome__heroSlide.is-active{
  opacity:1;
}
.oog-shophome__heroSlide img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.oog-shophome__heroOverlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(97deg, rgba(8,15,11,.80) 0%, rgba(8,15,11,.68) 26%, rgba(8,15,11,.40) 56%, rgba(8,15,11,.16) 76%, rgba(8,15,11,.06) 100%),
    radial-gradient(108% 92% at 100% 52%, rgba(5,9,7,.22) 0%, rgba(5,9,7,.48) 100%);
}
.oog-shophome__heroMeta{
  position:absolute;
  top:clamp(18px,2vw,24px);
  left:clamp(22px,2.5vw,36px);
  z-index:4;
  display:grid;
  gap:8px;
  max-width:min(45%,500px);
}
.oog-shophome__heroTag{
  width:fit-content;
  border-radius:999px;
  padding:6px 12px;
  background:rgba(12,18,12,.66);
  border:1px solid rgba(155,208,0,.5);
  color:#d4f376;
  font-size:11px;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.oog-shophome__heroMeta p{
  margin:0;
  font-size:clamp(13px,1.05vw,15px);
  line-height:1.4;
  color:rgba(255,255,255,.9);
  text-shadow:0 2px 8px rgba(0,0,0,.28);
}
.oog-shophome__heroContent{
  position:absolute;
  left:clamp(22px,2.5vw,36px);
  bottom:clamp(16px,1.8vw,24px);
  z-index:5;
  width:min(48%,620px);
  min-height:clamp(168px,15vw,218px);
  max-width:min(48%,620px);
  color:#fff;
  pointer-events:none;
}
.oog-shophome__heroContent::before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:18px;
  background:linear-gradient(124deg, rgba(11,19,14,.82) 0%, rgba(11,19,14,.62) 55%, rgba(11,19,14,.34) 100%);
  border:1px solid rgba(255,255,255,.14);
  box-shadow:0 18px 38px rgba(4,8,5,.34);
  backdrop-filter:blur(3px);
  -webkit-backdrop-filter:blur(3px);
  pointer-events:none;
  z-index:0;
}
.oog-shophome__heroContent::after{
  content:"";
  position:absolute;
  inset:0;
  border-radius:18px;
  background:radial-gradient(120% 110% at 0% 0%, rgba(155,208,0,.13) 0%, rgba(155,208,0,0) 62%);
  pointer-events:none;
  z-index:1;
}
.oog-shophome__heroContent > *{
  position:relative;
  z-index:2;
  color:#fff;
}
.oog-shophome__heroContentSlide{
  position:absolute;
  inset:0;
  display:grid;
  align-content:end;
  gap:9px;
  padding:clamp(16px,1.9vw,24px);
  opacity:0;
  transform:translateY(10px);
  filter:blur(1.5px);
  pointer-events:none;
  transition:opacity .34s ease,transform .34s ease,filter .34s ease;
}
.oog-shophome__heroContentSlide.is-active{
  opacity:1;
  transform:translateY(0);
  filter:blur(0);
  pointer-events:auto;
}
.oog-shophome__heroKicker{
  margin:0;
  font-size:12px;
  letter-spacing:.11em;
  text-transform:uppercase;
  font-weight:800;
  color:rgba(255,255,255,.82);
}
.oog-shophome__heroContentSlide h1,
.oog-shophome__heroContentSlide h2{
  margin:0;
  font-size:clamp(28px,2.9vw,50px);
  font-weight:740;
  line-height:1.06;
  letter-spacing:-.02em;
  text-wrap:balance;
  display:-webkit-box;
  -webkit-line-clamp:2;
  line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
  word-break:break-word;
  text-shadow:0 4px 16px rgba(0,0,0,.34);
}
.oog-shophome__heroContentSlide p{
  margin:0;
  font-size:clamp(14px,1.03vw,16px);
  color:rgba(255,255,255,.86);
}
.oog-shophome__heroButton{
  width:fit-content;
  border-radius:999px;
  padding:10px 20px;
  background:#9bd000;
  color:#112011;
  font-weight:790;
  font-size:15px;
  border:1px solid rgba(155,208,0,.95);
  transition:background-color .14s ease,transform .14s ease;
  pointer-events:auto;
}
.oog-shophome__heroButton:hover{
  background:#b7ee00;
  transform:translateY(-1px);
}
.oog-shophome__heroDots{
  position:absolute;
  right:clamp(14px,2vw,22px);
  bottom:clamp(14px,2vw,20px);
  z-index:3;
  display:flex;
  gap:8px;
}
.oog-shophome__heroDot{
  width:10px;
  height:10px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.55);
  background:rgba(255,255,255,.32);
  cursor:pointer;
  transition:transform .12s ease,background-color .12s ease,border-color .12s ease;
}
.oog-shophome__heroDot:hover{
  transform:scale(1.08);
  border-color:rgba(255,255,255,.85);
}
.oog-shophome__heroDot.is-active{
  background:#9bd000;
  border-color:rgba(155,208,0,.95);
}

.oog-shophome__stats{
  margin-top:22px;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
}
.oog-shophome__statCard{
  border-radius:16px;
  padding:14px 16px;
  border:1px solid rgba(155,208,0,.3);
  background:rgba(255,255,255,.84);
  box-shadow:0 14px 34px rgba(19,32,21,.08);
  backdrop-filter:blur(8px);
}
.oog-shophome__statCard h2{
  margin:0;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.05em;
  color:rgba(18,24,18,.68);
}
.oog-shophome__statCard p{
  margin:5px 0 0;
  font-size:clamp(24px,3vw,34px);
  line-height:1;
  font-weight:800;
  color:#142214;
}
.oog-shophome__statCard span{
  display:inline-block;
  margin-top:8px;
  font-size:12px;
  line-height:1.2;
  color:rgba(18,29,21,.68);
  font-weight:600;
}

.oog-shophome__layout{
  margin-top:18px;
  display:grid;
  grid-template-columns:240px minmax(0,1fr);
  gap:16px;
}
.oog-shophome__sidebar{
  border-radius:16px;
  border:1px solid rgba(155,208,0,.3);
  background:rgba(255,255,255,.86);
  box-shadow:0 12px 28px rgba(18,26,20,.07);
  padding:14px 12px;
  max-height:min(920px,calc(100vh - 180px));
  overflow:auto;
  position:sticky;
  top:92px;
}
.oog-shophome__sidebarTitle{
  margin:0 0 10px;
  font-size:13px;
  text-transform:uppercase;
  letter-spacing:.06em;
  color:rgba(18,27,20,.7);
}
.oog-shophome__catList,
.oog-shophome__subList{
  list-style:none;
  margin:0;
  padding:0;
}
.oog-shophome__catList{
  display:grid;
  gap:7px;
}
.oog-shophome__catItem{
  display:grid;
  gap:4px;
}
.oog-shophome__catItem.is-sub{
  gap:2px;
}
.oog-shophome__catRow{
  display:flex;
  align-items:center;
  gap:3px;
}
.oog-shophome__catToggle,
.oog-shophome__catToggleSpacer{
  width:22px;
  min-width:22px;
  height:22px;
  display:inline-grid;
  place-items:center;
}
.oog-shophome__catToggle{
  border:0;
  border-radius:6px;
  background:rgba(155,208,0,.14);
  color:#1f3c1a;
  cursor:pointer;
  transition:background-color .12s ease,transform .12s ease;
}
.oog-shophome__catToggle:hover{
  background:rgba(155,208,0,.24);
}
.oog-shophome__catToggle span{
  display:inline-block;
  font-size:11px;
  line-height:1;
  transform:rotate(0deg);
  transition:transform .12s ease;
}
.oog-shophome__catToggle.is-open span{
  transform:rotate(90deg);
}
.oog-shophome__catLink{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  border-radius:9px;
  padding:6px 8px;
  padding-left:calc(8px + (var(--oog-cat-depth, 0) * 12px));
  color:#1b2a17;
  font-size:13px;
  font-weight:650;
  transition:background-color .12s ease,color .12s ease;
  flex:1;
}
.oog-shophome__catLink strong{
  min-width:24px;
  height:24px;
  display:inline-grid;
  place-items:center;
  border-radius:999px;
  font-size:12px;
  color:#2a4322;
  background:rgba(155,208,0,.2);
}
.oog-shophome__catLink:hover{
  background:rgba(155,208,0,.14);
}
.oog-shophome__catLink.is-active{
  background:rgba(155,208,0,.2);
}
.oog-shophome__subList{
  padding:0 0 0 24px;
  display:grid;
  gap:2px;
  border-left:1px dashed rgba(95,155,81,.25);
}
.oog-shophome__subList[hidden]{
  display:none !important;
}

.oog-shophome__main{
  min-width:0;
}
.oog-shophome__activeInfo{
  margin-bottom:10px;
  border-radius:12px;
  border:1px solid rgba(155,208,0,.3);
  background:rgba(255,255,255,.88);
  padding:10px 12px;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:space-between;
  gap:8px;
}
.oog-shophome__activeInfo p{
  margin:0;
  color:rgba(18,29,21,.86);
  font-size:14px;
}
.oog-shophome__activeInfo strong{
  margin-left:6px;
}
.oog-shophome__activeInfo a{
  font-size:13px;
  font-weight:700;
  color:#2b6c2b;
  text-decoration:underline;
  text-underline-offset:2px;
}

.oog-shophome__grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:12px;
  align-items:stretch;
}
.oog-shophome__card{
  display:flex;
  flex-direction:column;
  overflow:hidden;
  min-height:300px;
  border-radius:16px;
  border:1px solid rgba(155,208,0,.26);
  background:#fff;
  box-shadow:0 12px 22px rgba(17,23,18,.09);
  transition:transform .14s ease,box-shadow .14s ease,border-color .14s ease;
}
.oog-shophome__card:hover{
  transform:translateY(-2px);
  border-color:rgba(155,208,0,.56);
  box-shadow:0 16px 28px rgba(17,23,18,.14);
}
.oog-shophome__cardImageWrap{
  position:relative;
  aspect-ratio:5/4;
  background:#fff;
}
.oog-shophome__cardImageWrap img{
  width:100%;
  height:100%;
  object-fit:contain;
  padding:12px;
}

/* Uniform product image frames across homepage and e-shop views */
.ShopHighlights-module__SD38jW__imageWrap,
.oog-shophome__cardImageWrap{
  height:clamp(170px,16vw,230px) !important;
}
.ShopHighlights-module__SD38jW__image,
.oog-shophome__cardImageWrap img{
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  object-position:center center !important;
  padding:12px !important;
}
.woocommerce ul.products li.product a img{
  width:100% !important;
  height:clamp(170px,16vw,230px) !important;
  object-fit:contain !important;
  object-position:center center !important;
  padding:12px;
  background:#fff;
}
.oog-shophome__badgeStack{
  position:absolute;
  top:10px;
  left:10px;
  display:grid;
  gap:6px;
  z-index:2;
}
.oog-shophome__badge{
  border-radius:999px;
  color:#fff;
  font-size:11px;
  font-weight:800;
  letter-spacing:.04em;
  text-transform:uppercase;
  padding:5px 10px;
  width:fit-content;
}
.oog-shophome__badge.is-sale{background:#f39706}
.oog-shophome__badge.is-new{background:#d44a4a}

.oog-shophome__cardBody{
  display:grid;
  gap:7px;
  padding:11px 11px 12px;
  grid-template-rows:auto auto 1fr;
}
.oog-shophome__cardBody h3{
  margin:0;
  font-size:14px;
  font-weight:760;
  line-height:1.32;
  color:#162316;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  line-clamp:2;
  overflow:hidden;
}
.oog-shophome__meta{
  margin:0;
  font-size:12px;
  color:rgba(18,28,21,.68);
  font-weight:600;
}
.oog-shophome__priceRow{
  display:flex;
  align-items:baseline;
  gap:8px;
}
.oog-shophome__priceRow strong{
  color:#111a12;
  font-size:18px;
  line-height:1.1;
  letter-spacing:-.01em;
}
.oog-shophome__priceRow strong.is-sale{
  color:#0f472a;
}
.oog-shophome__priceRow strong,
.oog-shophome__priceRow strong *{
  text-decoration:none;
}
.oog-shophome__priceRow .is-regular,
.oog-shophome__priceRow .is-regular *{
  font-size:14px;
  color:rgba(18,26,21,.58);
  text-decoration:line-through;
}

.oog-shophome__empty{
  border-radius:16px;
  border:1px solid rgba(243,151,6,.35);
  background:rgba(255,255,255,.92);
  color:#272018;
  padding:16px;
  font-weight:650;
}

@media (max-width:1220px){
  .oog-shophome__layout{
    grid-template-columns:220px minmax(0,1fr);
  }
  .oog-shophome__grid{
    grid-template-columns:repeat(4,minmax(0,1fr));
  }
}

@media (max-width:980px){
  .oog-shophome__heroMeta{
    max-width:58%;
  }
  .oog-shophome__heroContent{
    width:min(60%,560px);
    max-width:min(60%,560px);
    min-height:180px;
  }
  .oog-shophome__stats{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .oog-shophome__layout{
    grid-template-columns:1fr;
    gap:12px;
  }
  .oog-shophome__sidebar{
    order:2;
    max-height:none;
    overflow:visible;
    position:static;
  }
  .oog-shophome__main{order:1}
  .oog-shophome__grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}

@media (max-width:640px){
  .oog-shophome .oog-container{
    width:min(1400px,calc(100% - 20px));
  }
  .oog-shophome__hero{
    min-height:312px;
  }
  .oog-shophome__heroMeta{
    left:14px;
    top:14px;
    max-width:calc(100% - 28px);
  }
  .oog-shophome__heroMeta p{
    display:none;
  }
  .oog-shophome__heroContent{
    left:12px;
    right:12px;
    bottom:12px;
    width:auto;
    max-width:100%;
    min-height:unset;
  }
  .oog-shophome__heroContent::before,
  .oog-shophome__heroContent::after{
    border-radius:14px;
  }
  .oog-shophome__heroContentSlide{
    padding:14px;
    gap:6px;
    align-content:start;
  }
  .oog-shophome__heroContentSlide h1,
  .oog-shophome__heroContentSlide h2{
    font-size:clamp(22px,6.2vw,30px);
    line-height:1.12;
    -webkit-line-clamp:2;
    line-clamp:2;
    overflow:hidden;
  }
  .oog-shophome__heroContentSlide p{
    font-size:13px;
    line-height:1.3;
  }
  .oog-shophome__heroButton{
    padding:9px 16px;
    font-size:14px;
  }
  .oog-shophome__stats{
    grid-template-columns:1fr;
  }
  .oog-shophome__grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .oog-shophome__cardBody h3{
    font-size:16px;
  }
  .oog-shophome__card{
    min-height:unset;
  }
}

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

/* Catalog page (legacy VC shortcode fallback renderer) */
.oog-catalogs{
  background:
    radial-gradient(900px 420px at 12% 0%, rgba(155,208,0,.14), transparent 62%),
    radial-gradient(900px 420px at 88% 0%, rgba(95,155,81,.10), transparent 64%),
    #f6f8fa;
}
.oog-catalogs__panel{
  background:rgba(255,255,255,.94);
  border:1px solid rgba(18,26,30,.08);
  border-radius:20px;
  padding:24px;
  box-shadow:0 16px 34px rgba(16,19,22,.08);
}
.oog-catalogs__head{
  display:grid;
  gap:10px;
  margin-bottom:18px;
}
.oog-catalogs__kicker{
  margin:0;
  width:fit-content;
  border-radius:999px;
  border:1px solid rgba(143,195,32,.4);
  background:rgba(143,195,32,.10);
  color:#4f7416;
  font-size:12px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
  padding:6px 10px;
}
.oog-catalogs__head h1{
  margin:0;
  font-size:clamp(30px,3vw,44px);
  line-height:1.06;
  letter-spacing:-.02em;
}
.oog-catalogs__lead{
  margin:0;
  color:#4f5d66;
  font-size:16px;
  line-height:1.6;
  max-width:80ch;
}
.oog-catalogs__grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:14px;
}
.oog-catalog-card{
  display:flex;
  flex-direction:column;
  overflow:hidden;
  border-radius:18px;
  border:1px solid rgba(143,195,32,.25);
  background:#fff;
  box-shadow:0 12px 24px rgba(16,19,22,.07);
  transition:transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}
.oog-catalog-card:hover{
  transform:translateY(-2px);
  border-color:rgba(143,195,32,.58);
  box-shadow:0 18px 34px rgba(16,19,22,.11);
}
.oog-catalog-card__media{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:16px;
  height:210px;
  background:#eef2f0;
  overflow:hidden;
}
.oog-catalog-card__media::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(8,12,10,.03) 0%, rgba(8,12,10,.14) 100%);
  pointer-events:none;
}
.oog-catalog-card__media img{
  width:auto;
  height:auto;
  max-width:92%;
  max-height:88%;
  object-fit:contain;
  object-position:center center;
}
.oog-catalog-card__body{
  display:grid;
  gap:10px;
  padding:14px;
}
.oog-catalog-card__body h2{
  margin:0;
  font-size:28px;
  line-height:1.05;
  letter-spacing:-.02em;
}
.oog-catalog-card__list{
  margin:0;
  padding:0 0 0 18px;
  display:grid;
  gap:6px;
  color:#425159;
  font-size:14px;
  line-height:1.45;
}
.oog-catalog-card__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  width:fit-content;
  padding:0 14px;
  border-radius:999px;
  border:1px solid rgba(143,195,32,.92);
  background:#9bd000;
  color:#111e10;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.05em;
  font-size:12px;
}
.oog-catalog-card__btn:hover{
  background:#b1e400;
}
.oog-catalogs__fallback{
  border:1px dashed rgba(18,26,30,.16);
  border-radius:14px;
  padding:16px;
  background:#fff;
}

@media (max-width:1100px){
  .oog-catalogs__grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
}

@media (max-width:640px){
  .oog-catalogs__panel{
    padding:16px;
  }
  .oog-catalogs__grid{
    grid-template-columns:1fr;
  }
  .oog-catalog-card__media{
    height:190px;
  }
}

/* Kasutatud page (legacy VC shortcode fallback renderer) */
.oog-used{
  background:
    radial-gradient(900px 420px at 12% 0%, rgba(155,208,0,.14), transparent 62%),
    radial-gradient(900px 420px at 88% 0%, rgba(95,155,81,.10), transparent 64%),
    #f6f8fa;
}
.oog-used__panel{
  background:rgba(255,255,255,.94);
  border:1px solid rgba(18,26,30,.08);
  border-radius:20px;
  padding:24px;
  box-shadow:0 16px 34px rgba(16,19,22,.08);
}
.oog-used__head{
  display:grid;
  gap:10px;
  margin-bottom:18px;
}
.oog-used__kicker{
  margin:0;
  width:fit-content;
  border-radius:999px;
  border:1px solid rgba(143,195,32,.4);
  background:rgba(143,195,32,.10);
  color:#4f7416;
  font-size:12px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
  padding:6px 10px;
}
.oog-used__head h1{
  margin:0;
  font-size:clamp(30px,3vw,44px);
  line-height:1.06;
  letter-spacing:-.02em;
}
.oog-used__grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:16px;
}
.oog-used-card{
  display:grid;
  gap:10px;
  border-radius:18px;
  border:1px solid rgba(143,195,32,.25);
  background:#fff;
  box-shadow:0 12px 24px rgba(16,19,22,.07);
  overflow:hidden;
  padding:12px;
}
.oog-used-card__media{
  border-radius:14px;
  border:1px solid rgba(18,26,30,.08);
  background:#f4f7f5;
  overflow:hidden;
  height:clamp(280px, 32vw, 460px);
  min-height:280px;
  display:grid;
  place-items:center;
  padding:10px;
  position:relative;
}
.oog-used-card__media img{
  width:auto !important;
  height:auto !important;
  max-width:100% !important;
  max-height:100% !important;
  object-fit:contain !important;
  object-position:center center !important;
  padding:0 !important;
  margin:0 auto !important;
  display:block;
  background:transparent;
}
body.oog-theme .oog-used-card__media > img[data-oog-used-main]{
  width:auto !important;
  height:auto !important;
  max-width:100% !important;
  max-height:100% !important;
  object-fit:contain !important;
  object-position:center center !important;
}
.oog-used-card__thumbs{
  display:flex;
  gap:8px;
  overflow-x:auto;
  overflow-y:hidden;
  scrollbar-width:thin;
  padding:2px 2px 4px;
}
.oog-used-card__thumb{
  width:70px;
  min-width:70px;
  height:70px;
  border-radius:10px;
  border:1px solid rgba(18,26,30,.15);
  background:#fff;
  padding:0;
  overflow:hidden;
  cursor:pointer;
}
.oog-used-card__thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}
.oog-used-card__thumb.is-active{
  border-color:#f29a08;
  box-shadow:0 0 0 2px rgba(242,154,8,.18);
}
.oog-used-card__body{
  display:grid;
  gap:8px;
  padding:2px 4px 4px;
}
.oog-used-card__body h2{
  margin:0;
  font-size:28px;
  line-height:1.05;
  letter-spacing:-.02em;
}
.oog-used-card__price{
  margin:0;
  color:#285e08;
  font-size:26px;
  font-weight:800;
  line-height:1.05;
}
.oog-used-card__notes{
  margin:0;
  padding-left:18px;
  display:grid;
  gap:6px;
  color:#425159;
  font-size:14px;
  line-height:1.45;
}
.oog-used-card__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  width:fit-content;
  padding:0 14px;
  border-radius:999px;
  border:1px solid rgba(143,195,32,.92);
  background:#9bd000;
  color:#111e10;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.05em;
  font-size:12px;
}
.oog-used-card__btn:hover{
  background:#b1e400;
}
.oog-used__fallback{
  border:1px dashed rgba(18,26,30,.16);
  border-radius:14px;
  padding:16px;
  background:#fff;
}

/* Videod page */
.oog-videos{
  background:
    radial-gradient(920px 420px at 14% 0%, rgba(155,208,0,.10), transparent 62%),
    radial-gradient(900px 460px at 86% 0%, rgba(53,81,84,.10), transparent 64%),
    #f5f8f7;
}
.oog-videos__panel{
  display:grid;
  gap:18px;
}
.oog-videos__head{
  display:grid;
  gap:8px;
}
.oog-videos__kicker{
  margin:0;
  width:fit-content;
  border-radius:999px;
  border:1px solid rgba(143,195,32,.45);
  background:rgba(143,195,32,.12);
  color:#4f7416;
  font-size:13px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
  padding:8px 14px;
}
.oog-videos__head h1{
  margin:0;
  font-size:clamp(34px, 4vw, 50px);
  line-height:1.02;
  letter-spacing:-.025em;
}
.oog-videos__lead{
  margin:0;
  color:#61707a;
  font-size:16px;
  line-height:1.6;
  max-width:78ch;
}
.oog-videos__featured,
.oog-videos__item{
  border:1px solid rgba(143,195,32,.22);
  border-radius:16px;
  background:#fff;
  overflow:hidden;
  box-shadow:0 10px 24px rgba(16,19,22,.06);
}
.oog-videos__featured{
  display:grid;
  gap:0;
}
.oog-videos__embedWrap{
  position:relative;
  width:100%;
  aspect-ratio:16/9;
  background:#0f1714;
}
.oog-videos__embedWrap.is-grid{
  aspect-ratio:16/9;
}
.oog-videos__embedWrap iframe,
.oog-videos__embedWrap video,
.oog-videos__embedWrap .wp-block-embed__wrapper iframe{
  position:absolute;
  inset:0;
  width:100% !important;
  height:100% !important;
  border:0;
}
.oog-videos__meta{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:12px;
  padding:12px 14px;
}
.oog-videos__meta h2,
.oog-videos__meta h3{
  grid-column:1;
  margin:0;
  font-size:clamp(18px,2vw,24px);
  line-height:1.12;
  letter-spacing:-.015em;
}
.oog-videos__meta p{
  grid-column:1;
  margin:0;
  color:#4f6069;
  font-size:14px;
  line-height:1.45;
}
.oog-videos__watch{
  grid-column:2;
  grid-row:1 / span 2;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  border-radius:999px;
  border:1px solid rgba(143,195,32,.55);
  background:#f1f8e3;
  color:#355125;
  text-decoration:none;
  font-weight:700;
  font-size:13px;
  padding:0 12px;
  white-space:nowrap;
}
.oog-videos__watch:hover{
  background:#e4f4c6;
}
.oog-videos__grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}
.oog-videos__item .oog-videos__meta h3{
  font-size:18px;
}
.oog-videos__empty{
  border:1px dashed rgba(18,26,30,.16);
  border-radius:14px;
  background:#fff;
  padding:16px;
  color:#4a5962;
}
.oog-videos__empty p{
  margin:0;
}
.oog-videos__hint{
  margin-top:8px !important;
  color:#6c7b84;
  font-size:14px;
}

@media (max-width:1100px){
  .oog-used__grid{
    grid-template-columns:1fr;
  }
  .oog-used-card__media{
    height:clamp(220px, 56vw, 360px);
    min-height:220px;
  }
  .oog-videos__grid{
    grid-template-columns:1fr;
  }
  .oog-videos__meta{
    grid-template-columns:1fr;
    align-items:start;
  }
  .oog-videos__watch{
    grid-column:1;
    grid-row:auto;
  }
}

@media (max-width:640px){
  .oog-used__panel{
    padding:16px;
  }
  .oog-videos__panel{
    padding:16px;
  }
  .oog-videos__head h1{
    font-size:46px;
  }
  .oog-videos__lead{
    font-size:15px;
  }
  .oog-videos__meta{
    padding:10px 12px;
  }
  .oog-videos__meta h2,
  .oog-videos__item .oog-videos__meta h3{
    font-size:17px;
  }
}

/* Kontakt page */
.oog-contact{
  background:
    radial-gradient(900px 420px at 12% 0%, rgba(155,208,0,.14), transparent 62%),
    radial-gradient(900px 420px at 88% 0%, rgba(95,155,81,.10), transparent 64%),
    #f6f8fa;
}
.oog-contact__panel{
  background:rgba(255,255,255,.94);
  border:1px solid rgba(18,26,30,.08);
  border-radius:20px;
  padding:24px;
  box-shadow:0 16px 34px rgba(16,19,22,.08);
}
.oog-contact__head{
  display:grid;
  gap:10px;
  margin-bottom:16px;
}
.oog-contact__kicker{
  margin:0;
  width:fit-content;
  border-radius:999px;
  border:1px solid rgba(143,195,32,.4);
  background:rgba(143,195,32,.10);
  color:#4f7416;
  font-size:12px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
  padding:6px 10px;
}
.oog-contact__head h1{
  margin:0;
  font-size:clamp(30px,3vw,44px);
  line-height:1.06;
  letter-spacing:-.02em;
}
.oog-contact__lead{
  margin:0;
  color:#4f5d66;
  font-size:16px;
  line-height:1.6;
  max-width:80ch;
}
.oog-contact__facts{
  margin:2px 0 0;
  padding:0;
  list-style:none;
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.oog-contact__facts li{
  display:inline-flex;
  align-items:center;
  gap:6px;
  min-height:34px;
  padding:6px 10px;
  border-radius:999px;
  background:#f5f8f7;
  border:1px solid rgba(18,26,30,.10);
  color:#33444d;
  font-size:13px;
}
.oog-contact__facts li span{
  color:#5d6f79;
  font-weight:700;
}
.oog-contact__facts li strong{
  font-weight:800;
  color:#1d2f38;
}
.oog-contact__grid{
  display:grid;
  grid-template-columns:minmax(250px, 340px) minmax(0, 1fr);
  gap:14px;
}
.oog-contact__info,
.oog-contact__form{
  border-radius:16px;
  border:1px solid rgba(143,195,32,.22);
  background:#fff;
  box-shadow:0 10px 22px rgba(16,19,22,.06);
  padding:16px;
}
.oog-contact__info h2,
.oog-contact__form h2{
  margin:0 0 12px;
  font-size:24px;
  line-height:1.1;
}
.oog-contact__items{
  margin:0;
  padding:0;
  list-style:none;
  display:grid;
  gap:10px;
}
.oog-contact__items li{
  display:grid;
  gap:4px;
  padding:10px 12px;
  border-radius:12px;
  background:#f5f8f7;
  border:1px solid rgba(18,26,30,.08);
}
.oog-contact__label{
  display:block;
  color:#5e6f79;
  font-size:12px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.oog-contact__items a{
  color:#1f3640;
  font-weight:700;
  text-decoration:none;
}
.oog-contact__quick{
  margin-top:12px;
  display:flex;
  gap:8px;
  flex-wrap:wrap;
}
.oog-contact__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  padding:0 14px;
  border-radius:999px;
  border:1px solid rgba(143,195,32,.92);
  background:#9bd000;
  color:#111e10;
  font-weight:800;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.05em;
}
.oog-contact__btn.is-ghost{
  background:#fff;
  border-color:rgba(18,26,30,.2);
  color:#24343e;
}
.oog-contact__formBody{
  display:grid;
  gap:10px;
}
.oog-contact__formBody form{
  display:grid;
  gap:10px;
}
.oog-contact__formBody p{
  margin:0;
}
.oog-contact__formBody .wpcf7-form-control-wrap{
  display:block;
}
.oog-contact__formBody input,
.oog-contact__formBody textarea,
.oog-contact__formBody select{
  display:block;
  width:100%;
  border:1px solid rgba(18,26,30,.16);
  border-radius:12px;
  background:#fff;
  min-height:42px;
  padding:8px 10px;
}
.oog-contact__formBody textarea{
  min-height:130px;
  resize:vertical;
}
.oog-contact__formBody input[type="submit"],
.oog-contact__formBody button,
.oog-contact__formBody .wpcf7-submit{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  width:auto;
  padding:0 16px;
  border-radius:999px;
  border:1px solid rgba(143,195,32,.92);
  background:#9bd000;
  color:#111e10;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.05em;
  cursor:pointer;
}
.oog-contact__fallback{
  border:1px dashed rgba(18,26,30,.16);
  border-radius:12px;
  padding:14px;
  background:#f8fbf5;
  color:#425159;
}
.oog-contact__fallback p{
  margin:0 0 8px;
}
.oog-contact__fallback p:last-child{
  margin-bottom:0;
}
.oog-contact__map{
  margin-top:14px;
  border-radius:16px;
  overflow:hidden;
  border:1px solid rgba(18,26,30,.12);
  background:#eef2f0;
}
.oog-contact__map iframe{
  display:block;
  width:100%;
  min-height:340px;
  border:0;
}

@media (max-width:980px){
  .oog-contact__grid{
    grid-template-columns:1fr;
  }
}
@media (max-width:640px){
  .oog-contact__panel{
    padding:16px;
  }
  .oog-contact__map iframe{
    min-height:280px;
  }
}

/* Header v3 (strong visual refresh) */
body.oog-theme .oog-header{
  position:sticky;
  top:0;
  z-index:1100;
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
}
body.admin-bar.oog-theme .oog-header{top:32px !important}
@media (max-width:782px){
  body.admin-bar.oog-theme .oog-header{top:46px !important}
}
/* Homepage fix: avoid white strip between WP admin bar and dark top bar. */
html.admin-bar body.oog-homepage.oog-theme .oog-header{
  top:0 !important;
}
@media (max-width:782px){
  html.admin-bar body.oog-homepage.oog-theme .oog-header{
    top:0 !important;
  }
}
html.admin-bar,
html[style*="margin-top"],
body.admin-bar.oog-theme{
  margin-top:0 !important;
}

body.oog-theme .oog-topbar{
  display:block !important;
  background:linear-gradient(120deg,#132b31 0%, #1e434a 55%, #113138 100%) !important;
  border-bottom:1px solid rgba(255,255,255,.12) !important;
  box-shadow:0 10px 26px rgba(7,18,22,.35) !important;
}
body.oog-theme .oog-topbar__inner{
  min-height:36px;
}
body.oog-theme .oog-topbar__item{
  padding:4px 10px;
  border-radius:999px;
  background:rgba(255,255,255,.06);
}
body.oog-theme .oog-topbar__right a{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:0 12px;
  border-radius:999px;
  background:rgba(255,255,255,.08);
}

body.oog-theme .oog-mainbar{
  background:linear-gradient(180deg,rgba(242,246,247,.92),rgba(233,239,241,.9)) !important;
  border-bottom:0 !important;
  box-shadow:0 14px 32px rgba(12,25,30,.11) !important;
}
body.oog-theme .oog-mainbar__inner{
  border:1px solid rgba(18,26,30,.11);
  border-radius:20px;
  background:linear-gradient(145deg,#ffffff,#f4f7f8);
  padding:12px 14px !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.85), 0 14px 28px rgba(14,26,32,.08);
}
body.oog-theme .oog-logo img{
  max-width:182px;
}
body.oog-theme .oog-logo,
body.oog-theme .Header-module__Af2_WG__logo{
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}
body.oog-theme .oog-logo::after,
body.oog-theme .Header-module__Af2_WG__logo::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:.38;
  background-image:
    linear-gradient(118deg, rgba(134,201,32,.0) 0%, rgba(134,201,32,.52) 24%, rgba(245,154,8,.55) 48%, rgba(134,201,32,.52) 74%, rgba(134,201,32,0) 100%),
    repeating-linear-gradient(102deg, rgba(124,187,22,.42) 0 2px, rgba(124,187,22,0) 2px 11px),
    repeating-linear-gradient(102deg, rgba(242,151,0,.34) 0 1px, rgba(242,151,0,0) 1px 8px);
  background-size:230% 100%, 180% 100%, 210% 100%;
  background-position:0% 50%, 0% 50%, 0% 50%;
  animation:oogLogoLinesFlow 4.6s linear infinite;
  -webkit-mask-image:var(--oog-logo-mask);
  -webkit-mask-repeat:no-repeat;
  -webkit-mask-position:center;
  -webkit-mask-size:contain;
  mask-image:var(--oog-logo-mask);
  mask-repeat:no-repeat;
  mask-position:center;
  mask-size:contain;
}
body.oog-theme .oog-logo:hover::after,
body.oog-theme .Header-module__Af2_WG__logo:hover::after{
  opacity:.5;
}
@keyframes oogLogoLinesFlow{
  0%{background-position:0% 50%, 0% 50%, 0% 50%;}
  100%{background-position:220% 50%, 180% 50%, 210% 50%;}
}
@media (prefers-reduced-motion:reduce){
  body.oog-theme .oog-logo::after,
  body.oog-theme .Header-module__Af2_WG__logo::after{
    animation:none;
  }
}

body.oog-theme .oog-search{
  grid-template-columns:minmax(0,1fr) 48px !important;
  border:1px solid rgba(18,26,30,.14) !important;
  border-radius:15px !important;
  background:#fff !important;
  padding:0 2px 0 10px !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.9), 0 10px 20px rgba(10,20,26,.06) !important;
}
body.oog-theme .oog-search input{
  height:44px !important;
  font-size:18px;
}
body.oog-theme .oog-search button{
  width:44px !important;
  height:44px !important;
  border-radius:12px !important;
  background:linear-gradient(145deg,#99d216,#77b10b) !important;
  color:#fff !important;
  box-shadow:0 10px 20px rgba(102,152,13,.34) !important;
}

body.oog-theme .oog-head-actions{
  gap:10px !important;
  border-radius:16px !important;
  background:linear-gradient(140deg,#ffffff,#f0f4f6) !important;
  box-shadow:0 12px 24px rgba(8,19,24,.12) !important;
  border:1px solid rgba(18,26,30,.10) !important;
  padding:6px 10px !important;
}
body.oog-theme .oog-head-action{
  width:42px !important;
  height:42px !important;
  border-radius:13px !important;
  border:1px solid rgba(18,26,30,.12) !important;
  background:linear-gradient(180deg,#fff,#f2f6f8) !important;
  box-shadow:0 8px 16px rgba(16,19,22,.12) !important;
}
body.oog-theme .oog-head-action:hover{
  transform:translateY(-2px);
}
body.oog-theme .oog-head-action::before{
  width:8px;
  height:8px;
  inset:3px auto auto 3px;
}
body.oog-theme .oog-head-action.is-user{--oog-icon-accent:#4f6f90}
body.oog-theme .oog-head-action.is-heart{--oog-icon-accent:#df5d85}
body.oog-theme .oog-head-action.is-shuffle{--oog-icon-accent:#5f84ff}
body.oog-theme .oog-head-action.is-bag{--oog-icon-accent:#79bd1a}
body.oog-theme .oog-head-action.is-search-mobile{display:none !important}

body.oog-theme .oog-head-actions__price{
  font-size:14px !important;
  font-weight:800 !important;
  letter-spacing:.01em;
  color:#172a30 !important;
  margin-left:2px !important;
}

body.oog-theme .oog-nav{
  background:transparent !important;
  border-bottom:0 !important;
  box-shadow:none !important;
  padding:8px 0 12px;
}
body.oog-theme .oog-nav__inner{
  --oog-cats-slot: 198px;
  display:flex !important;
  align-items:center;
  gap:10px;
  border:1px solid rgba(40,72,13,.25);
  border-radius:16px;
  overflow:visible;
  background:linear-gradient(180deg,#82be14,#6ea70d);
  box-shadow:0 14px 24px rgba(45,67,8,.24);
  position:relative;
  z-index:8;
}
body.oog-theme .oog-nav__inner::after{
  content:"";
  flex:0 0 var(--oog-cats-slot);
  width:var(--oog-cats-slot);
}

body.oog-theme .oog-cats-menu__toggle{
  min-height:46px !important;
  border-radius:12px !important;
  margin:2px 0 2px 2px;
  background:linear-gradient(180deg,#ffb122,#ef8f00) !important;
  border:1px solid rgba(89,49,0,.18) !important;
  color:#1f1603 !important;
  box-shadow:0 10px 18px rgba(128,82,6,.3) !important;
}
body.oog-theme .oog-cats-menu{
  position:relative;
  z-index:20;
}
body.oog-theme .oog-cats-menu__panel{
  z-index:40;
}
body.oog-theme .oog-nav-links .oog-nav__menu{
  min-height:52px !important;
}
body.oog-theme .oog-nav-links{
  min-width:0;
  flex:1 1 auto;
  display:flex;
  justify-content:center;
  z-index:5;
}
body.oog-theme .oog-nav-links .oog-nav__menu{
  width:max-content;
  justify-content:center !important;
}
body.oog-theme .oog-nav-links .oog-nav__menu a{
  min-height:52px !important;
  font-size:14px !important;
  font-weight:700 !important;
  letter-spacing:.01em;
  border-left:1px solid rgba(0,0,0,.12) !important;
}
body.oog-theme .oog-nav-links .oog-nav__menu li:first-child a{
  border-left:0 !important;
}
body.oog-theme .oog-nav-links .oog-nav__menu a:hover{
  background:rgba(255,255,255,.16) !important;
}
body.oog-theme .oog-nav-links .current-menu-item > a,
body.oog-theme .oog-nav-links .current_page_item > a{
  background:rgba(255,255,255,.22) !important;
  box-shadow:inset 0 -3px 0 rgba(255,255,255,.56) !important;
}

@media (max-width:1100px){
  body.oog-theme .oog-mainbar__inner{
    padding:10px !important;
  }
}
@media (max-width:900px){
  body.oog-theme .oog-head-actions{
    justify-content:center !important;
    width:100%;
  }
  body.oog-theme .oog-nav__inner{
    display:grid !important;
    grid-template-columns:1fr;
    gap:0;
  }
  body.oog-theme .oog-nav__inner::after{
    content:none;
    display:none;
  }
  body.oog-theme .oog-nav-links{
    display:block;
    flex:none;
  }
  body.oog-theme .oog-nav-links .oog-nav__menu{
    width:100%;
    justify-content:flex-start !important;
  }
}
@media (max-width:640px){
  body.oog-theme .oog-topbar{
    display:none !important;
  }
  body.oog-theme .oog-topbar__item{
    padding:3px 8px;
  }
  body.oog-theme .oog-mainbar__inner{
    grid-template-columns:minmax(110px,1fr) auto !important;
    grid-template-areas:
      "logo actions" !important;
    border-radius:16px;
    padding:8px 10px !important;
    gap:6px !important;
    align-items:center !important;
  }
  body.oog-theme .oog-header.oog-mobile-search-open .oog-mainbar__inner{
    grid-template-areas:
      "logo actions"
      "search search" !important;
  }
  body.oog-theme .oog-logo{
    justify-self:start !important;
    align-self:center;
    display:flex;
    align-items:center;
  }
  body.oog-theme .oog-logo img{
    width:100%;
    max-width:128px;
    max-height:46px;
  }
  body.oog-theme .oog-head-actions{
    grid-area:actions;
    width:auto !important;
    justify-content:flex-end !important;
    flex-wrap:nowrap !important;
    overflow:visible;
    gap:4px !important;
    margin-top:0;
    padding:0 !important;
    border:0 !important;
    background:transparent !important;
    box-shadow:none !important;
    border-radius:0 !important;
    align-items:center !important;
  }
  body.oog-theme .oog-head-action{
    width:32px !important;
    height:32px !important;
    border-radius:9px !important;
    box-shadow:0 4px 10px rgba(16,19,22,.10) !important;
    display:inline-grid !important;
    place-items:center !important;
    line-height:1 !important;
  }
  body.oog-theme .oog-head-action svg{
    width:16px !important;
    height:16px !important;
    display:block !important;
  }
  body.oog-theme .oog-head-actions__price{
    width:auto !important;
    margin-left:2px !important;
    flex:0 0 auto;
    white-space:nowrap;
    font-size:13px !important;
    line-height:1 !important;
    font-weight:800 !important;
    align-self:center;
  }
  body.oog-theme .oog-head-action.is-search-mobile{
    display:inline-flex !important;
    flex:0 0 auto;
  }
  body.oog-theme .oog-head-action.is-search-mobile::before{
    display:none !important;
  }
  body.oog-theme .oog-head-action.is-search-mobile{
    justify-content:center !important;
    align-items:center !important;
  }
  body.oog-theme .oog-search{
    grid-area:search;
    width:100%;
    max-height:0;
    opacity:0;
    overflow:hidden;
    pointer-events:none;
    transform:translateY(-6px);
    margin:0 !important;
    transition:max-height .22s ease, opacity .2s ease, transform .22s ease;
  }
  body.oog-theme .oog-header.oog-mobile-search-open .oog-search{
    max-height:56px;
    opacity:1;
    pointer-events:auto;
    transform:translateY(0);
    margin-top:2px !important;
  }
  body.oog-theme .oog-search input{
    font-size:16px;
  }
  body.oog-theme .oog-nav__inner{
    border-radius:14px;
  }
  body.oog-theme .oog-nav-links .current-menu-item > a,
  body.oog-theme .oog-nav-links .current_page_item > a{
    box-shadow:none !important;
    background:rgba(255,255,255,.22) !important;
    border-bottom:2px solid rgba(255,255,255,.56) !important;
  }
}

@media (max-width:820px){
  body.oog-theme .oog-header{
    transition:box-shadow .24s ease;
    will-change:auto;
  }
  body.oog-theme .oog-header .oog-topbar,
  body.oog-theme .oog-header .oog-mainbar{
    transition:max-height .26s ease, opacity .2s ease, margin .26s ease, padding .26s ease;
    max-height:220px;
    opacity:1;
    overflow:clip;
  }
  body.oog-theme .oog-header.oog-header--hidden .oog-topbar,
  body.oog-theme .oog-header.oog-header--hidden .oog-mainbar{
    max-height:0;
    opacity:0;
    margin:0 !important;
    padding:0 !important;
    border:0 !important;
    box-shadow:none !important;
    pointer-events:none;
  }
  body.oog-theme .oog-header.oog-header--hidden .oog-nav{
    padding-top:4px;
    padding-bottom:8px;
  }
}

/* Category dropdown: desktop flyout + mobile accordion */
body.oog-theme .oog-cats-menu{
  --oog-cats-left-width: 262px;
  --oog-cats-flyout-width: 228px;
}
body.oog-theme .oog-cats-menu__toggle{
  transition:
    transform .18s ease,
    box-shadow .18s ease,
    filter .18s ease,
    background .18s ease;
}
body.oog-theme .oog-cats-menu__toggle:hover,
body.oog-theme .oog-cats-menu__toggle:focus-visible,
body.oog-theme .oog-cats-menu.is-open .oog-cats-menu__toggle{
  transform:translateY(-1px);
  background:linear-gradient(180deg,#ffbb2f,#f39805) !important;
  box-shadow:0 14px 24px rgba(128,82,6,.34) !important;
  filter:saturate(1.04);
}
body.oog-theme .oog-cats-menu__panel{
  display:block !important;
  width:var(--oog-cats-left-width) !important;
  max-height:none;
  overflow:visible;
  padding:10px !important;
  border-radius:18px !important;
  border:1px solid rgba(28,45,53,.1) !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,.985), rgba(247,250,251,.985)) !important;
  box-shadow:
    0 22px 60px rgba(10,22,28,.2),
    0 0 0 1px rgba(255,255,255,.65) inset !important;
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transform:translateY(10px) scale(.985);
  transform-origin:top left;
  transition:
    opacity .22s ease,
    transform .24s cubic-bezier(.22,.61,.36,1),
    visibility 0s linear .24s;
}
body.oog-theme .oog-cats-menu.is-open .oog-cats-menu__panel{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transform:translateY(0) scale(1);
  transition-delay:0s;
}
body.oog-theme .oog-cats-menu__list{
  display:grid;
  gap:6px;
}
body.oog-theme .oog-cats-menu__item{
  position:relative;
  border:0;
  border-radius:18px;
  background:transparent;
  overflow:visible;
  box-shadow:none;
  transition:none;
}
body.oog-theme .oog-cats-menu__item + .oog-cats-menu__item{
  border-top:0;
}
body.oog-theme .oog-cats-menu__item:hover{
  transform:none;
  border-color:transparent;
  box-shadow:none;
}
body.oog-theme .oog-cats-menu__row{
  display:flex;
  align-items:center;
  gap:10px;
  min-height:48px;
  padding:3px;
  border-radius:14px;
  transition:background-color .16s ease, box-shadow .16s ease;
}
body.oog-theme .oog-cats-menu__item.is-hover .oog-cats-menu__row,
body.oog-theme .oog-cats-menu__item:hover .oog-cats-menu__row,
body.oog-theme .oog-cats-menu__item:focus-within .oog-cats-menu__row{
  background:
    linear-gradient(180deg, rgba(150,198,43,.18), rgba(150,198,43,.1));
  box-shadow:inset 0 0 0 1px rgba(150,198,43,.26);
}
body.oog-theme .oog-cats-menu__link{
  flex:1 1 auto;
  min-width:0;
  display:flex;
  align-items:center;
  gap:12px;
  padding:10px 13px !important;
  border-radius:12px;
  font-size:15px !important;
  font-weight:700 !important;
  color:#314148 !important;
  line-height:1.2;
  letter-spacing:-.01em;
  transition:color .16s ease, transform .16s ease;
}
body.oog-theme .oog-cats-menu__item.is-hover .oog-cats-menu__link,
body.oog-theme .oog-cats-menu__item:hover .oog-cats-menu__link,
body.oog-theme .oog-cats-menu__item:focus-within .oog-cats-menu__link{
  color:#24480d !important;
  transform:translateX(3px);
}
body.oog-theme .oog-cats-menu__expand{
  width:32px;
  min-width:32px;
  height:32px;
  margin-right:4px;
  border:0;
  border-radius:12px;
  background:rgba(115,142,151,.11);
  color:#667b84;
  display:grid;
  place-items:center;
  cursor:pointer;
  box-shadow:none;
  transition:background-color .16s ease, color .16s ease, transform .16s ease;
}
body.oog-theme .oog-cats-menu__item.is-hover .oog-cats-menu__expand,
body.oog-theme .oog-cats-menu__item:hover .oog-cats-menu__expand,
body.oog-theme .oog-cats-menu__item:focus-within .oog-cats-menu__expand{
  background:rgba(143,195,32,.16);
  color:#4c6f0d;
  transform:translateX(1px);
}
body.oog-theme .oog-cats-menu__expand svg{
  transition:transform .16s ease;
}
body.oog-theme .oog-cats-menu__sub{
  position:absolute;
  top:0;
  left:calc(100% + 10px);
  width:var(--oog-cats-flyout-width);
  padding:12px !important;
  margin:0;
  display:grid;
  gap:6px;
  border:1px solid rgba(28,45,53,.12);
  border-radius:20px;
  background:
    radial-gradient(120% 110% at 0% 0%, rgba(151,198,43,.14) 0%, rgba(151,198,43,0) 48%),
    linear-gradient(180deg,#ffffff,#f7faf9);
  box-shadow:0 22px 46px rgba(10,22,28,.18);
  overflow:hidden;
  transition:height .22s ease, opacity .2s ease;
  will-change:height,opacity;
}
body.oog-theme .oog-cats-menu__sub::before{
  content:"";
  position:absolute;
  left:-8px;
  top:20px;
  width:16px;
  height:16px;
  background:linear-gradient(135deg,#ffffff,#f7faf9);
  border-left:1px solid rgba(28,45,53,.12);
  border-bottom:1px solid rgba(28,45,53,.12);
  transform:rotate(45deg);
}
body.oog-theme .oog-cats-menu__sub[hidden]{
  display:block !important;
  visibility:hidden !important;
  pointer-events:none !important;
  height:0 !important;
  opacity:0 !important;
}
body.oog-theme .oog-cats-menu__sub a{
  padding:10px 12px !important;
  border-radius:12px !important;
  border:1px solid transparent;
  background:rgba(255,255,255,.58) !important;
  color:#5b6e76 !important;
  font-size:13px !important;
  font-weight:600;
  line-height:1.3;
  transition:
    background-color .15s ease,
    border-color .15s ease,
    color .15s ease,
    transform .15s ease,
    box-shadow .15s ease;
}
body.oog-theme .oog-cats-menu__sub a:hover,
body.oog-theme .oog-cats-menu__sub a:focus-visible{
  background:linear-gradient(180deg,#eef7df,#e3f0c5) !important;
  border-color:rgba(143,195,32,.42);
  color:#24480d !important;
  transform:translateX(3px);
  box-shadow:0 10px 16px rgba(73,108,12,.1);
}

@media (max-width:900px){
  body.oog-theme .oog-cats-menu__panel{
    width:min(324px,90vw) !important;
    max-height:min(74vh,600px);
    overflow:auto;
    padding:8px !important;
    border-radius:14px !important;
    background:
      radial-gradient(130% 92% at 0% 0%, rgba(151,198,43,.16) 0%, rgba(151,198,43,0) 55%),
      linear-gradient(180deg, rgba(255,255,255,.98), rgba(248,251,252,.98)) !important;
    scrollbar-width:thin;
    scrollbar-color:rgba(120,146,156,.56) rgba(255,255,255,.2);
  }
  body.oog-theme .oog-cats-menu__panel{
    transform-origin:top left;
  }
  body.oog-theme .oog-cats-menu__panel::-webkit-scrollbar{
    width:8px;
  }
  body.oog-theme .oog-cats-menu__panel::-webkit-scrollbar-track{
    background:rgba(255,255,255,.34);
    border-radius:999px;
  }
  body.oog-theme .oog-cats-menu__panel::-webkit-scrollbar-thumb{
    background:linear-gradient(180deg,#b8cbd4,#95afba);
    border-radius:999px;
  }
  body.oog-theme .oog-cats-menu__list{
    gap:6px;
  }
  body.oog-theme .oog-cats-menu__item{
    border:1px solid rgba(18,26,30,.08);
    border-radius:10px;
    background:linear-gradient(180deg,#ffffff,#f6f9fa);
    overflow:hidden;
    box-shadow:0 8px 16px rgba(12,24,30,.05);
  }
  body.oog-theme .oog-cats-menu__row{
    min-height:auto;
    padding:0;
    border-radius:0;
    background:transparent !important;
    box-shadow:none !important;
  }
  body.oog-theme .oog-cats-menu__link{
    padding:8px 10px !important;
    border-radius:0;
    font-size:15px !important;
    color:#243239 !important;
    transform:none !important;
  }
  body.oog-theme .oog-cats-menu__expand{
    width:30px;
    min-width:30px;
    height:30px;
    margin-right:6px;
    border:1px solid rgba(18,26,30,.14);
    border-radius:10px;
    background:linear-gradient(180deg,#ffffff,#edf3f6);
    color:#3d5058;
  }
  body.oog-theme .oog-cats-menu__expand.is-open{
    border-color:rgba(143,195,32,.56);
    background:linear-gradient(180deg,#eff8de,#dff0b8);
    color:#43620f;
  }
  body.oog-theme .oog-cats-menu__sub{
    position:static;
    width:auto;
    padding:0 9px 9px !important;
    gap:4px;
    border:0;
    border-top:1px dashed rgba(128,151,161,.24);
    border-radius:0;
    background:transparent;
    box-shadow:none;
    margin:0 6px 6px;
    padding-top:6px !important;
  }
  body.oog-theme .oog-cats-menu__sub::before{
    content:none;
  }
  body.oog-theme .oog-cats-menu__sub a{
    padding:6px 9px !important;
    border-radius:8px !important;
    border:1px solid rgba(18,26,30,.08);
    background:linear-gradient(180deg,#f7fafb,#eef3f5) !important;
    color:#4f6068 !important;
    font-size:12px !important;
    font-weight:600;
    transform:none !important;
    box-shadow:none !important;
  }
  body.oog-theme .oog-cats-menu__sub a:hover,
  body.oog-theme .oog-cats-menu__sub a:focus-visible{
    background:linear-gradient(180deg,#edf6db,#e2efc7) !important;
    border-color:rgba(143,195,32,.42);
    color:#2f4b10 !important;
  }
}

@media (max-width:640px){
  body.oog-theme .oog-cats-menu__panel{
    width:min(308px,90vw) !important;
    max-height:min(72vh,520px);
    padding:7px !important;
  }
  body.oog-theme .oog-cats-menu__list{
    gap:5px;
  }
  body.oog-theme .oog-cats-menu__link{
    font-size:14px !important;
    padding:8px 9px !important;
  }
  body.oog-theme .oog-cats-menu__expand{
    width:28px;
    min-width:28px;
    height:28px;
    margin-right:5px;
  }
}

/* Footer v2 */
body.oog-theme .oog-footer{
  position:relative;
  margin-top:0 !important;
  color:rgba(236,247,248,.9);
  background:
    radial-gradient(860px 340px at 0% 0%, rgba(143,195,32,.16), transparent 62%),
    radial-gradient(920px 360px at 100% 100%, rgba(84,135,149,.18), transparent 64%),
    linear-gradient(145deg,#203a3f 0%, #2f5358 46%, #27464b 100%);
  border-top:1px solid rgba(151,198,43,.24);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08);
}
body.oog-theme .oog-footer::before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:0;
  height:2px;
  background:linear-gradient(90deg,#95cf1a 0%, #f2a708 48%, #95cf1a 100%);
  opacity:.95;
}
body.oog-theme .oog-footer__inner{
  display:grid;
  grid-template-columns:minmax(420px,1.6fr) minmax(170px,.85fr) minmax(170px,.85fr);
  gap:30px;
  padding:40px 0 26px;
}
body.oog-theme .oog-footer__brand{
  min-width:0;
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  align-items:start;
  gap:0 18px;
}
body.oog-theme .oog-footer__brand img{
  width:auto;
  max-width:165px;
  height:auto;
  filter:drop-shadow(0 8px 16px rgba(7,16,20,.3));
}
body.oog-theme .oog-footer__brandBody{
  min-width:0;
  display:grid;
  gap:6px;
}
body.oog-theme .oog-footer__title{
  margin:0 0 14px;
  color:#e9f5cf;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.12em;
  font-weight:800;
}
body.oog-theme .oog-footer__meta{
  margin:0;
  color:rgba(233,244,246,.86);
  line-height:1.5;
  font-size:15px;
}
body.oog-theme .oog-footer__meta--contact{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:8px;
}
body.oog-theme .oog-footer__meta a{
  color:#f1fbfd;
  text-decoration:none;
  border-bottom:1px solid transparent;
  transition:border-color .16s ease,color .16s ease;
}
body.oog-theme .oog-footer__meta a:hover{
  color:#bde368;
  border-bottom-color:rgba(189,227,104,.66);
}
body.oog-theme .oog-footer__sep{
  opacity:.7;
  margin:0;
}
body.oog-theme .oog-footer__links{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:8px;
}
body.oog-theme .oog-footer__links li{
  margin:0;
}
body.oog-theme .oog-footer__links a{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:0 8px;
  border-radius:8px;
  color:rgba(241,251,252,.9);
  text-decoration:none;
  transition:background-color .16s ease,color .16s ease,transform .16s ease;
}
body.oog-theme .oog-footer__links a:hover{
  background:rgba(255,255,255,.1);
  color:#bde368;
  transform:translateX(2px);
}
body.oog-theme .oog-footer__bottom{
  border-top:1px solid rgba(255,255,255,.13);
  background:rgba(8,16,19,.2);
}
body.oog-theme .oog-footer__bottomInner{
  min-height:48px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
}
body.oog-theme .oog-footer__copy{
  margin:0;
  font-size:13px;
  color:rgba(224,239,242,.76);
}
body.oog-theme .oog-footer__bottomLinks{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
}
body.oog-theme .oog-footer__bottomLinks a{
  color:rgba(235,248,249,.9);
  font-size:13px;
  text-decoration:none;
  padding:4px 8px;
  border-radius:999px;
}
body.oog-theme .oog-footer__bottomLinks a:hover{
  background:rgba(255,255,255,.1);
  color:#c7ec77;
}

@media (max-width:980px){
  body.oog-theme .oog-footer__inner{
    grid-template-columns:1fr 1fr;
    gap:22px;
  }
  body.oog-theme .oog-footer__brand{
    grid-column:1 / -1;
  }
}
@media (max-width:640px){
  body.oog-theme .oog-footer__inner{
    grid-template-columns:1fr 1fr;
    gap:14px 12px;
    padding:28px 0 18px;
  }
  body.oog-theme .oog-footer__brand{
    grid-column:1 / -1;
    grid-template-columns:1fr;
    gap:10px;
  }
  body.oog-theme .oog-footer__col{
    min-width:0;
  }
  body.oog-theme .oog-footer__brand img{
    max-width:150px;
  }
  body.oog-theme .oog-footer__title{
    margin-bottom:8px;
    font-size:13px;
  }
  body.oog-theme .oog-footer__links{
    gap:8px;
  }
  body.oog-theme .oog-footer__links a{
    font-size:14px;
    line-height:1.25;
  }
  body.oog-theme .oog-footer__bottomInner{
    min-height:unset;
    padding:12px 0;
    flex-direction:column;
    align-items:flex-start;
  }
}

/* Global dynamic line background (applies to homepage and all inner pages) */
body.oog-theme{
  position:relative;
  background:linear-gradient(180deg,#eef2ec 0%,#edf2ec 45%,#e8efe8 100%);
}
body.oog-theme::before,
body.oog-theme::after{
  content:none !important;
}
body.oog-theme .oog-global-lines{
  position:fixed;
  inset:0;
  pointer-events:none;
  z-index:0;
  mix-blend-mode:normal;
}
body.oog-theme .oog-global-lines::before{
  content:"";
  position:absolute;
  inset:0;
  opacity:.42;
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 480 240'%3E%3Cg fill='none' stroke='%2387b94a' stroke-opacity='.28' stroke-width='1.2'%3E%3Cpath d='M0 30h70v24h58v-40h62v58h90'/%3E%3Cpath d='M40 110h84v-26h44v48h72v-22h78'/%3E%3Cpath d='M18 188h96v-34h54v18h80v-42h96'/%3E%3Cpath d='M278 24h62v26h66v-20h74'/%3E%3Cpath d='M248 144h76v30h56v-22h100'/%3E%3C/g%3E%3Cg fill='%2387b94a' fill-opacity='.30'%3E%3Ccircle cx='70' cy='30' r='2'/%3E%3Ccircle cx='128' cy='54' r='2'/%3E%3Ccircle cx='168' cy='84' r='2'/%3E%3Ccircle cx='248' cy='172' r='2'/%3E%3Ccircle cx='340' cy='50' r='2'/%3E%3Ccircle cx='380' cy='174' r='2'/%3E%3C/g%3E%3C/svg%3E"),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 420 220'%3E%3Cg fill='none' stroke='%23659274' stroke-opacity='.18' stroke-width='1'%3E%3Cpath d='M0 56h62v20h50v-30h84'/%3E%3Cpath d='M30 148h88v-24h68v34h70'/%3E%3Cpath d='M200 24h82v18h62v-14h76'/%3E%3C/g%3E%3C/svg%3E");
  background-size:640px 320px, 520px 280px;
  background-position:0 0, 80px 40px;
  animation:oogPageGridDrift 42s linear infinite;
}
body.oog-theme .oog-global-lines::after{
  content:"";
  position:absolute;
  inset:0;
  opacity:.2;
  background:
    radial-gradient(62% 44% at 8% 12%, rgba(143,195,32,.12), transparent 70%),
    radial-gradient(56% 42% at 92% 16%, rgba(68,112,126,.1), transparent 72%),
    linear-gradient(180deg, rgba(255,255,255,.22) 0%, rgba(255,255,255,.08) 42%, rgba(255,255,255,.18) 100%);
  animation:oogPageBgDrift 18s ease-in-out infinite alternate;
}
body.oog-theme .oog-site{
  position:relative;
  z-index:1;
  background:transparent !important;
}
body.oog-theme .oog-page{
  position:relative;
  z-index:1;
  background:transparent !important;
}
body.oog-theme .oog-main,
body.oog-theme .site-main{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  background:transparent;
}
body.oog-theme .oog-main::before,
body.oog-theme .oog-main::after,
body.oog-theme .site-main::before,
body.oog-theme .site-main::after{
  content:none !important;
}
/* Force-disable older homepage inline overlays so global body background stays consistent */
body.oog-homepage .oog-main::before,
body.oog-homepage .oog-main::after{
  content:none !important;
  background:none !important;
  animation:none !important;
}
body.oog-theme .oog-main > *,
body.oog-theme .site-main > *{
  position:relative;
  z-index:1;
}
/* Let global background show through across inner pages too */
body.oog-theme .oog-page-shell{
  background:transparent !important;
}
body.oog-theme .oog-shophome{
  background:transparent !important;
}
/* Keep e-shop hero clear from sticky header/nav shadow */
body.oog-theme .oog-shophome .oog-container{
  padding-top:12px;
}
body.oog-theme .oog-shophome__hero{
  margin-top:26px !important;
}
/* Keep common page wrappers transparent so global lines remain visible site-wide */
body.oog-theme main,
body.oog-theme .content-area,
body.oog-theme .site-content{
  background:transparent !important;
}
body.oog-theme .oog-shophome::before{
  display:none !important;
}
body.oog-theme .oog-footer{
  position:relative;
  z-index:4;
}
/* Hero had its own line layers before; keep only global lines to avoid double effect */
body.oog-homepage .oog-snow-hero,
body.oog-homepage .HeroSlider-module__BJqekG__bg{
  display:none !important;
}
body.oog-homepage .oog-hero,
body.oog-homepage .ShopHighlights-module__SD38jW__section,
body.oog-homepage .WhyChooseOnOffGrid-module__cE2QOG__section,
body.oog-homepage .ProjectsSection-module__tfr9Qa__section,
body.oog-homepage .FaqSection-module__Khuz2G__section,
body.oog-homepage .TestimonialsSection-module__7Pw0Rq__section,
body.oog-homepage .PartnersSection-module__O2pWlq__section,
body.oog-homepage .BrandStrip-module__nwBdZG__section{
  background:transparent !important;
}
body.oog-homepage .ShopHighlights-module__SD38jW__container,
body.oog-homepage .WhyChooseOnOffGrid-module__cE2QOG__container,
body.oog-homepage .ProjectsSection-module__tfr9Qa__container,
body.oog-homepage .FaqSection-module__Khuz2G__container,
body.oog-homepage .TestimonialsSection-module__7Pw0Rq__container,
body.oog-homepage .PartnersSection-module__O2pWlq__container{
  background:transparent !important;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
  backdrop-filter:none !important;
  -webkit-backdrop-filter:none !important;
}
body.oog-homepage .ProjectsSection-module__tfr9Qa__mapShell{
  background:transparent !important;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
  padding:0 !important;
}
/* Force one continuous homepage background: kill section-local skins */
body.oog-homepage [class*="-module__"][class*="__section"],
body.oog-homepage [class*="-module__"][class*="__container"]{
  background:transparent !important;
}
body.oog-homepage [class*="-module__"][class*="__section"]::before,
body.oog-homepage [class*="-module__"][class*="__section"]::after,
body.oog-homepage [class*="-module__"][class*="__container"]::before,
body.oog-homepage [class*="-module__"][class*="__container"]::after{
  background:none !important;
  background-image:none !important;
  box-shadow:none !important;
}
body.oog-theme .PartnersSection-module__O2pWlq__section{
  padding:16px 0 4px !important;
  background:transparent !important;
}
body.oog-theme .BrandStrip-module__nwBdZG__section{
  padding:2px 0 14px !important;
  background:transparent !important;
  margin-top:0 !important;
}
body.oog-theme .PartnersSection-module__O2pWlq__container,
body.oog-theme .BrandStrip-module__nwBdZG__container{
  width:min(1280px,92vw);
  margin:0 auto;
  padding:0 !important;
}
body.oog-theme .PartnersSection-module__O2pWlq__head,
body.oog-theme .BrandStrip-module__nwBdZG__head{
  text-align:center;
  margin-bottom:8px;
}
body.oog-theme .PartnersSection-module__O2pWlq__kicker,
body.oog-theme .BrandStrip-module__nwBdZG__kicker{
  margin:0;
  font-size:clamp(12px,.9vw,14px);
  line-height:1.2;
  letter-spacing:.14em;
  text-transform:uppercase;
  font-weight:800;
  color:#7b8086;
}
body.oog-theme .BrandStrip-module__nwBdZG__sub{
  margin:2px 0 6px !important;
  font-size:clamp(15px,1vw,18px);
  line-height:1.45;
  color:#757b82;
  font-weight:500;
}
body.oog-theme .BrandStrip-module__nwBdZG__section .BrandStrip-module__nwBdZG__head{
  margin-top:0 !important;
}
body.oog-theme .PartnersSection-module__O2pWlq__logos{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
  gap:10px !important;
  align-items:center !important;
  align-content:start !important;
  grid-auto-rows:auto !important;
  margin:0 !important;
  padding:0 !important;
}
body.oog-theme .BrandStrip-module__nwBdZG__brands{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(160px,1fr));
  gap:10px !important;
  align-items:center !important;
  align-content:start !important;
  grid-auto-rows:auto !important;
  margin:0 !important;
  padding:0 !important;
}
body.oog-theme .PartnersSection-module__O2pWlq__logoLink,
body.oog-theme .BrandStrip-module__nwBdZG__logoLink{
  margin:0 !important;
  padding:0 !important;
}
body.oog-theme .PartnersSection-module__O2pWlq__section + .BrandStrip-module__nwBdZG__section{
  margin-top:0 !important;
  padding-top:0 !important;
}
body.oog-theme .PartnersSection-module__O2pWlq__logoCard,
body.oog-theme .BrandStrip-module__nwBdZG__logoCard{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:58px;
  padding:6px 10px;
  background:transparent;
  border:0;
  border-radius:0;
  box-shadow:none;
}
body.oog-theme .PartnersSection-module__O2pWlq__logoImg,
body.oog-theme .BrandStrip-module__nwBdZG__logoImg{
  display:block;
  max-width:100%;
  max-height:48px;
  width:auto;
  height:auto;
  object-fit:contain;
  filter:grayscale(1) saturate(.2) contrast(.92);
  opacity:.72;
  transform:translateY(0) scale(1);
  transition:filter .24s ease,opacity .24s ease,transform .24s ease;
}
body.oog-theme .PartnersSection-module__O2pWlq__logoLink:hover .PartnersSection-module__O2pWlq__logoImg,
body.oog-theme .PartnersSection-module__O2pWlq__logoLink:focus-visible .PartnersSection-module__O2pWlq__logoImg,
body.oog-theme .BrandStrip-module__nwBdZG__logoLink:hover .BrandStrip-module__nwBdZG__logoImg,
body.oog-theme .BrandStrip-module__nwBdZG__logoLink:focus-visible .BrandStrip-module__nwBdZG__logoImg{
  filter:grayscale(0) saturate(1.04) contrast(1);
  opacity:1;
  transform:translateY(-2px) scale(1.035);
}
@keyframes oogPageBgDrift{
  0%{transform:translate3d(0,0,0) scale(1);}
  100%{transform:translate3d(-28px,20px,0) scale(1.04);}
}
@keyframes oogPageGridDrift{
  0%{background-position:0 0,0 0;}
  100%{background-position:-96px 52px,-48px -96px;}
}
@media (prefers-reduced-motion:reduce){
  body.oog-theme .oog-global-lines::before,
  body.oog-theme .oog-global-lines::after{
    animation:none;
  }
}

.oog-elering-chart__tooltip-react{background:#fff;border:1px solid rgba(16,19,22,.12);border-radius:14px;padding:10px 12px;box-shadow:0 18px 40px rgba(15,23,42,.18);font-size:12px;line-height:1.45;color:#1f2937}
.oog-elering-chart__tooltipTitle{font-weight:700;margin-bottom:6px;color:#111827}
.oog-elering-chart__tooltipRow{color:#4b5563}
.oog-elering-chart__tooltipValue{font-weight:700;color:#111827}
.oog-elering-chart .recharts-tooltip-wrapper{z-index:30}
.oog-elering-chart .recharts-cartesian-axis-tick-value{font-family:Inter,system-ui,sans-serif}

/* Canonical seamless marquee prefooter */
body .oog-prefooter-logos{
  position:relative;
  background:transparent !important;
}
body .oog-prefooter-logos .PartnersSection-module__O2pWlq__section{
  position:relative;
  padding:30px 0 24px !important;
  margin:0 !important;
  background:#f3f4f3 !important;
  overflow:hidden;
}
body .oog-prefooter-logos .PartnersSection-module__O2pWlq__section::before{
  content:none;
}
body .oog-prefooter-logos .BrandStrip-module__nwBdZG__section{
  padding:22px 0 30px !important;
  margin:0 !important;
  background:#f3f4f3 !important;
  border-top:0;
  overflow:hidden;
}
body .oog-prefooter-logos .PartnersSection-module__O2pWlq__container,
body .oog-prefooter-logos .BrandStrip-module__nwBdZG__container{
  width:100%;
  max-width:none;
  margin:0 auto;
  padding:0 !important;
  position:relative;
  z-index:1;
}
body .oog-prefooter-logos .PartnersSection-module__O2pWlq__head,
body .oog-prefooter-logos .BrandStrip-module__nwBdZG__head{
  width:min(1280px,92vw);
  margin:0 auto 14px !important;
  text-align:center !important;
}
body .oog-prefooter-logos .PartnersSection-module__O2pWlq__kicker,
body .oog-prefooter-logos .BrandStrip-module__nwBdZG__kicker{
  margin:0;
  font-size:clamp(12px,.9vw,14px);
  line-height:1.15;
  letter-spacing:.12em;
  text-transform:uppercase;
  font-weight:800;
  color:#69707a;
}
body .oog-prefooter-logos .BrandStrip-module__nwBdZG__sub{
  margin:4px 0 0 !important;
  font-size:clamp(14px,1vw,18px);
  line-height:1.28;
  font-weight:500;
  letter-spacing:-.01em;
  color:#7a8088;
}
body .oog-prefooter-logos .PartnersSection-module__O2pWlq__logos,
body .oog-prefooter-logos .BrandStrip-module__nwBdZG__brands{
  position:relative;
  overflow:hidden;
  width:100%;
  margin:0;
  padding:0;
  /* soft fade on both sides */
  -webkit-mask-image:linear-gradient(to right, transparent 0, #000 6%, #000 94%, transparent 100%);
  mask-image:linear-gradient(to right, transparent 0, #000 6%, #000 94%, transparent 100%);
}
body .oog-prefooter-logos .oog-logo-marquee{
  display:flex;
  width:max-content;
  align-items:center;
  flex-wrap:nowrap;
  will-change:transform;
  transform:translate3d(0,0,0);
}
body .oog-prefooter-logos .oog-logo-marquee__track{
  display:flex;
  align-items:center;
  flex-wrap:nowrap;
  min-width:max-content;
}
body .oog-prefooter-logos .oog-logo-marquee--rtl{
  animation:oogMarqueeLeft var(--oog-marquee-duration,34s) linear infinite;
}
body .oog-prefooter-logos .oog-logo-marquee--ltr{
  animation:oogMarqueeRight var(--oog-marquee-duration,36s) linear infinite;
}
body .oog-prefooter-logos .PartnersSection-module__O2pWlq__logos:hover .oog-logo-marquee,
body .oog-prefooter-logos .BrandStrip-module__nwBdZG__brands:hover .oog-logo-marquee{
  animation-play-state:paused;
}
body .oog-prefooter-logos .PartnersSection-module__O2pWlq__logoLink,
body .oog-prefooter-logos .BrandStrip-module__nwBdZG__logoLink{
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
  margin-inline:clamp(10px,1.2vw,20px);
  padding:0;
}
body .oog-prefooter-logos .PartnersSection-module__O2pWlq__logoCard{
  width:clamp(170px,16vw,320px);
  height:clamp(56px,4.8vw,72px);
}
body .oog-prefooter-logos .BrandStrip-module__nwBdZG__logoCard{
  width:clamp(130px,12vw,220px);
  height:clamp(52px,4.2vw,66px);
}
body .oog-prefooter-logos .PartnersSection-module__O2pWlq__logoCard,
body .oog-prefooter-logos .BrandStrip-module__nwBdZG__logoCard{
  display:flex;
  align-items:center;
  justify-content:center;
  background:transparent;
  border:0;
  border-radius:0;
  box-shadow:none;
}
body .oog-prefooter-logos .PartnersSection-module__O2pWlq__logoImg,
body .oog-prefooter-logos .BrandStrip-module__nwBdZG__logoImg{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
  filter:grayscale(1) saturate(.15) contrast(.95);
  opacity:.8;
  transform:translateY(0) scale(1);
  transition:filter .24s ease, opacity .24s ease, transform .24s ease;
}
body .oog-prefooter-logos .PartnersSection-module__O2pWlq__logoLink:hover .PartnersSection-module__O2pWlq__logoImg,
body .oog-prefooter-logos .PartnersSection-module__O2pWlq__logoLink:focus-visible .PartnersSection-module__O2pWlq__logoImg,
body .oog-prefooter-logos .BrandStrip-module__nwBdZG__logoLink:hover .BrandStrip-module__nwBdZG__logoImg,
body .oog-prefooter-logos .BrandStrip-module__nwBdZG__logoLink:focus-visible .BrandStrip-module__nwBdZG__logoImg{
  filter:grayscale(0) saturate(1.03) contrast(1);
  opacity:1;
  transform:translateY(-3px) scale(1.04);
}
@media (max-width:900px){
  body .oog-prefooter-logos .PartnersSection-module__O2pWlq__logoCard{
    width:clamp(130px,28vw,210px);
    height:clamp(46px,9vw,62px);
  }
  body .oog-prefooter-logos .BrandStrip-module__nwBdZG__logoCard{
    width:clamp(110px,24vw,180px);
    height:clamp(42px,8vw,58px);
  }
}
@media (max-width:680px){
  body .oog-prefooter-logos .PartnersSection-module__O2pWlq__section{
    padding:22px 0 18px !important;
  }
  body .oog-prefooter-logos .BrandStrip-module__nwBdZG__section{
    padding:18px 0 20px !important;
  }
  body .oog-prefooter-logos .PartnersSection-module__O2pWlq__head,
  body .oog-prefooter-logos .BrandStrip-module__nwBdZG__head{
    margin-bottom:10px !important;
  }
  body .oog-prefooter-logos .PartnersSection-module__O2pWlq__logoLink,
  body .oog-prefooter-logos .BrandStrip-module__nwBdZG__logoLink{
    margin-inline:8px;
  }
}
/* Keep homepage and inner pages visually identical for this section */
body.oog-homepage .oog-prefooter-logos .PartnersSection-module__O2pWlq__section,
body.oog-homepage .oog-prefooter-logos .BrandStrip-module__nwBdZG__section{
  background:#f3f4f3 !important;
}
body.oog-homepage .oog-prefooter-logos .PartnersSection-module__O2pWlq__section::before{
  content:none !important;
}
@media (prefers-reduced-motion:reduce){
  body .oog-prefooter-logos .oog-logo-marquee--rtl,
  body .oog-prefooter-logos .oog-logo-marquee--ltr{
    animation:none;
    transform:translate3d(0,0,0);
  }
}
@keyframes oogMarqueeLeft{
  from{transform:translate3d(0,0,0);}
  to{transform:translate3d(calc(-1 * var(--oog-marquee-distance, 50%)),0,0);}
}
@keyframes oogMarqueeRight{
  from{transform:translate3d(calc(-1 * var(--oog-marquee-distance, 50%)),0,0);}
  to{transform:translate3d(0,0,0);}
}

/* Mobile compact pass: reduce vertical scroll and keep key grids in 2 columns */
@media (max-width:700px){
  .oog-container,
  .oog-shophome .oog-container{
    width:min(1400px,calc(100% - 16px)) !important;
  }

  body.oog-homepage .HeroCategories-module__ChVAmq__grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:8px !important;
  }

  body.oog-homepage .ShopHighlights-module__SD38jW__section,
  body.oog-homepage .WhyChooseOnOffGrid-module__cE2QOG__section,
  body.oog-homepage .FaqSection-module__Khuz2G__section,
  body.oog-homepage .ProjectsSection-module__tfr9Qa__section,
  body.oog-homepage .TestimonialsSection-module__7Pw0Rq__section{
    padding-top:10px !important;
    padding-bottom:10px !important;
  }
  body.oog-homepage .ShopHighlights-module__SD38jW__container,
  body.oog-homepage .WhyChooseOnOffGrid-module__cE2QOG__container,
  body.oog-homepage .FaqSection-module__Khuz2G__container,
  body.oog-homepage .ProjectsSection-module__tfr9Qa__container,
  body.oog-homepage .TestimonialsSection-module__7Pw0Rq__container{
    gap:10px !important;
  }

  .oog-shophome__hero{
    margin-top:16px !important;
    min-height:312px !important;
    border-radius:14px !important;
  }
  .oog-shophome__heroContent{
    min-height:unset !important;
  }
  .oog-shophome__heroContentSlide{
    padding:10px !important;
    gap:6px !important;
  }
  .oog-shophome__heroContentSlide h1,
  .oog-shophome__heroContentSlide h2{
    font-size:clamp(21px,5.9vw,28px) !important;
    line-height:1.12 !important;
    -webkit-line-clamp:2 !important;
    line-clamp:2 !important;
    overflow:hidden !important;
  }
  .oog-shophome__heroContentSlide p{
    font-size:13px !important;
    line-height:1.3 !important;
  }

  .oog-shophome__stats{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:8px !important;
    margin-top:10px !important;
  }
  .oog-shophome__statCard{
    padding:10px !important;
  }
  .oog-shophome__statCard h2{
    font-size:11px !important;
  }
  .oog-shophome__statCard p{
    font-size:20px !important;
    line-height:1.05 !important;
  }

  .oog-shophome__layout{
    gap:8px !important;
    margin-top:10px !important;
  }
  .oog-shophome__sidebar{
    padding:10px !important;
  }

  .ShopHighlights-module__SD38jW__grid,
  .oog-shophome__grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:8px !important;
  }
  .ShopHighlights-module__SD38jW__card,
  .oog-shophome__card{
    border-radius:12px !important;
    min-height:unset !important;
  }
  .ShopHighlights-module__SD38jW__imageWrap,
  .oog-shophome__cardImageWrap{
    min-height:112px !important;
  }
  .ShopHighlights-module__SD38jW__body,
  .oog-shophome__cardBody{
    gap:4px !important;
    padding:8px !important;
  }
  .ShopHighlights-module__SD38jW__productName,
  .oog-shophome__cardBody h3{
    font-size:13px !important;
    line-height:1.25 !important;
  }
  .ShopHighlights-module__SD38jW__productMeta,
  .oog-shophome__meta{
    font-size:11px !important;
    line-height:1.25 !important;
  }
  .ShopHighlights-module__SD38jW__price,
  .ShopHighlights-module__SD38jW__salePrice,
  .oog-shophome__priceRow strong{
    font-size:16px !important;
    line-height:1.1 !important;
  }

  body.oog-homepage .WhyChooseOnOffGrid-module__cE2QOG__grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:8px !important;
  }
  body.oog-homepage .WhyChooseOnOffGrid-module__cE2QOG__card{
    padding:10px !important;
    border-radius:12px !important;
  }
  body.oog-homepage .WhyChooseOnOffGrid-module__cE2QOG__cardTitle{
    font-size:13px !important;
  }
  body.oog-homepage .WhyChooseOnOffGrid-module__cE2QOG__cardDesc{
    font-size:11px !important;
    line-height:1.35 !important;
  }

  body.oog-homepage .FaqSection-module__Khuz2G__listTwoCol{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:8px !important;
  }
  body.oog-homepage .FaqSection-module__Khuz2G__question{
    padding:9px !important;
    font-size:12px !important;
    line-height:1.25 !important;
  }
  body.oog-homepage .FaqSection-module__Khuz2G__answerInner{
    font-size:11px !important;
    line-height:1.35 !important;
  }

  /* Projects map: make mobile view less cramped */
  body.oog-homepage .EstoniaProjectsMap-module__1F7BiW__summaryStrip{
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:8px !important;
    margin-bottom:8px !important;
  }
  body.oog-homepage .EstoniaProjectsMap-module__1F7BiW__summaryCard{
    padding:10px 11px !important;
    border-radius:12px !important;
    min-height:88px !important;
  }
  body.oog-homepage .EstoniaProjectsMap-module__1F7BiW__summaryTitle{
    font-size:11px !important;
    line-height:1.1 !important;
    letter-spacing:.06em !important;
    margin-bottom:6px !important;
  }
  body.oog-homepage .EstoniaProjectsMap-module__1F7BiW__summaryPrimary{
    font-size:18px !important;
    line-height:1.15 !important;
    margin:0 !important;
  }
  body.oog-homepage .EstoniaProjectsMap-module__1F7BiW__summarySecondary{
    font-size:12px !important;
    line-height:1.25 !important;
    margin-top:4px !important;
  }
  body.oog-homepage .ProjectsSection-module__tfr9Qa__mapShell{
    margin-top:6px !important;
  }
  body.oog-homepage .EstoniaProjectsMap-module__1F7BiW__stage{
    min-height:360px !important;
    border-radius:12px !important;
    overflow:hidden !important;
  }
  body.oog-homepage .EstoniaProjectsMap-module__1F7BiW__mapSvg{
    width:100% !important;
    height:100% !important;
    transform:scale(1.08);
    transform-origin:50% 52%;
  }
  body.oog-homepage .EstoniaProjectsMap-module__1F7BiW__legend{
    gap:6px !important;
    justify-content:flex-start !important;
  }
  body.oog-homepage .EstoniaProjectsMap-module__1F7BiW__legendItem{
    font-size:12px !important;
    padding:6px 8px !important;
  }

  body.oog-homepage .TestimonialsSection-module__7Pw0Rq__layout{
    gap:10px !important;
  }
  body.oog-homepage .TestimonialsSection-module__7Pw0Rq__grid{
    gap:8px !important;
  }
  body.oog-homepage .TestimonialsSection-module__7Pw0Rq__card,
  body.oog-homepage .TestimonialsSection-module__7Pw0Rq__locCard{
    padding:10px !important;
    border-radius:12px !important;
  }

  body.oog-theme .oog-footer__inner{
    padding:24px 0 18px !important;
    gap:14px !important;
  }
  body.oog-theme .oog-footer__bottomInner{
    padding:10px 0 !important;
  }
}

@media (max-width:420px){
  body.oog-homepage .EstoniaProjectsMap-module__1F7BiW__summaryPrimary{
    font-size:16px !important;
  }
  body.oog-homepage .EstoniaProjectsMap-module__1F7BiW__summarySecondary{
    font-size:11px !important;
  }
  body.oog-homepage .EstoniaProjectsMap-module__1F7BiW__stage{
    min-height:330px !important;
  }
}

