:root{--green:#55b90a;--green-dark:#3f9700;--green-soft:#eff9e9;--public-ink:#182230;--public-muted:#697586;--public-line:#e5eaf0;--public-bg:#f6f8f5;--public-card:#fff;--public-radius:18px;--public-shadow:0 10px 30px rgba(16,24,40,.055)}
html{font-family:Inter,Arial,sans-serif;background:#fff}body{font-family:Inter,Arial,sans-serif;color:var(--public-ink);-webkit-font-smoothing:antialiased}button,input,select,textarea{font-family:inherit}main{min-height:55vh}.eyebrow{color:var(--green-dark);font-size:11px;font-weight:800;letter-spacing:.13em}.section-head p{max-width:620px;margin:8px 0 0;color:var(--public-muted);font-size:14px;line-height:1.6}

/* Header */
.site-header{background:rgba(255,255,255,.96);border-color:var(--public-line);box-shadow:0 3px 18px rgba(16,24,40,.025)}.header-shell{height:84px;max-width:1440px;padding:0 28px;gap:26px}.brand img{width:44px;height:44px}.brand span b{font-weight:800}.header-search{height:46px;border-color:#d9e1dc;border-radius:12px;box-shadow:0 2px 8px rgba(16,24,40,.02)}.header-search input{font-size:13px}.header-search button{background:var(--green);padding:0 20px}.header-shell nav{gap:20px;font-size:13px;font-weight:700}.header-shell nav .contact{border:1px solid #d8eccb;background:var(--green-soft);padding:10px 15px}

/* Homepage */
.hero-index{border-bottom:1px solid #edf1eb}.hero-index .hero-inner{max-width:960px;padding:82px 24px 70px}.hero-simple h1{max-width:900px;margin:auto;font-size:clamp(40px,5.3vw,68px);line-height:1.06;font-weight:800;letter-spacing:-.05em}.hero-simple p{font-size:17px;line-height:1.65}.hero-index .hero-search{height:58px;border-radius:15px;box-shadow:0 18px 48px rgba(16,24,40,.08)}.hero-trust{display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap;margin-top:20px}.hero-trust span{display:inline-flex;align-items:center;gap:7px;padding:7px 11px;border:1px solid #e0e8dc;border-radius:999px;background:rgba(255,255,255,.76);color:#52605a;font-size:11px;font-weight:650}.hero-trust span:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--green)}.offline-store-content{padding:28px 32px}.offline-store-copy h2{font-size:24px}.offline-map-button,.offline-whatsapp-button{border-radius:11px}.category-index{max-width:1440px;padding-top:68px;padding-bottom:72px}.category-pattern-grid{gap:14px}.category-pattern-card{min-height:120px;border-radius:18px;box-shadow:0 7px 22px rgba(16,24,40,.035)}.category-only-name{font-size:17px;font-weight:800;letter-spacing:.035em}.products-section{padding:68px 28px 82px;background:var(--public-bg)}

/* Product cards */
.product-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}.product-card{display:flex;flex-direction:column;padding:9px;border:1px solid var(--public-line);border-radius:18px;box-shadow:0 7px 22px rgba(16,24,40,.035);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.product-card:hover{transform:translateY(-3px);border-color:#cddfc5;box-shadow:0 16px 34px rgba(16,24,40,.085)}.product-image{border-radius:13px;background:#f1f4f2}.product-info{display:flex;flex:1;flex-direction:column;padding:14px 7px 8px}.product-card-category{margin-bottom:7px;color:var(--green-dark);font-size:10px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-card h3{min-height:42px;margin:0;font-size:14px;line-height:1.48;font-weight:650}.product-card-bottom{display:flex;align-items:flex-end;justify-content:space-between;gap:10px;margin-top:auto;padding-top:15px}.product-card-bottom small{display:block;margin-bottom:4px;color:var(--public-muted);font-size:10px}.product-card .price{font-size:19px;font-weight:800;color:var(--public-ink)}.product-card-arrow{width:32px;height:32px;display:grid;place-items:center;flex:0 0 32px;border-radius:10px;background:var(--green-soft);color:var(--green-dark);font-size:17px;font-weight:800;transition:.18s}.product-card:hover .product-card-arrow{background:var(--green);color:#fff;transform:translateX(2px)}.empty-wide{border-color:#cfd8d3;border-radius:16px;background:#fff}

/* Catalog */
.catalog-head{padding:64px 28px 46px;background:linear-gradient(180deg,#f6fbf3,#fff);text-align:center;border-bottom:1px solid #edf1eb}.catalog-head h1{margin:8px 0;font-size:clamp(32px,4vw,52px);letter-spacing:-.04em}.catalog-head p{color:var(--public-muted)}.catalog-search{max-width:640px;height:50px;display:flex;margin:22px auto 0;border:1px solid #d8e1dc;border-radius:13px;overflow:hidden;background:#fff;box-shadow:0 10px 30px rgba(16,24,40,.05)}.catalog-search input{min-width:0;flex:1;border:0;outline:0;padding:0 15px}.catalog-search button{border:0;background:var(--green);color:#fff;padding:0 18px;font-weight:800;cursor:pointer}.products-section.catalog{padding-top:46px}

/* Product detail */
.product-page{max-width:1480px;padding:22px 28px 90px}.product-page>.breadcrumb{margin-bottom:2px;color:var(--public-muted)}.product-layout{grid-template-columns:minmax(0,1.12fr) minmax(360px,.92fr) 320px;gap:16px}.product-gallery,.product-summary,.contact-card,.product-content-card{border-color:var(--public-line);border-radius:18px;box-shadow:0 7px 24px rgba(16,24,40,.04)}.product-gallery{padding:12px}.gallery-stage{background:#f6f8f7;border-radius:14px}.gallery-thumb{border-color:var(--public-line);border-radius:10px}.product-summary{padding:26px}.product-summary h1{font-size:27px;font-weight:750;line-height:1.28}.product-lead{color:var(--public-muted);font-size:14px}.product-main-price{font-size:32px;font-weight:800}.variant-chip{border-color:#dce4df;border-radius:10px}.variant-chip.is-selected{border-color:var(--green);background:var(--green-soft)}.attribute-grid{background:#f6f8f7;border-radius:12px}.contact-card{padding:22px}.contact-card h2{font-size:18px}.contact-card>p{color:var(--public-muted);font-size:12px}.qty-control{border-color:var(--public-line);border-radius:10px}.order-summary{border-radius:12px;background:#f6f8f7}.primary-action,.secondary-action{min-height:46px;border-radius:11px;font-weight:800}.primary-action{background:var(--green)}.secondary-action{border-color:#cfdad4}.product-feature-strip{border-color:var(--public-line);border-radius:16px;box-shadow:0 6px 20px rgba(16,24,40,.03)}.product-content-card{margin-top:18px;padding-left:28px;padding-right:28px}.content-nav{border-color:var(--public-line)}.product-content-card article{max-width:1050px}.product-description{color:#46534d;line-height:1.8}.spec-list>div{border-color:var(--public-line)}.related-products{padding-top:68px}.media-lightbox{font-family:Inter,Arial,sans-serif}.mobile-buy-bar{font-family:Inter,Arial,sans-serif}

/* Keep gallery media inside its grid track at every desktop width. */
.product-layout>*{min-width:0}
.product-gallery{min-width:0;max-width:100%;align-items:stretch;overflow:hidden}
.gallery-thumbs-shell{height:auto;max-height:none;min-width:0;align-self:stretch}
.gallery-stage{width:100%;height:auto;min-width:0;min-height:0;max-width:100%;max-height:none;aspect-ratio:1/1;isolation:isolate}
.gallery-stage>img,.gallery-stage>video{display:block;width:100%;height:100%;min-width:0;max-width:100%;max-height:none;object-fit:contain}
.external-video-link{grid-column:1/-1;display:flex;align-items:center;gap:12px;margin-top:12px;padding:13px 15px;border:1px solid var(--line);border-radius:13px;background:color-mix(in srgb,var(--green-soft) 54%,#fff);color:inherit;text-decoration:none;transition:border-color .18s,transform .18s,box-shadow .18s}.external-video-link:hover{transform:translateY(-1px);border-color:var(--green);box-shadow:0 9px 24px rgba(16,40,24,.08)}.external-video-link>span{width:38px;height:38px;display:grid;place-items:center;flex:0 0 auto;border-radius:11px;background:var(--green);color:#fff}.external-video-link svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.external-video-link>span svg{fill:currentColor;stroke:none}.external-video-link div{display:grid;gap:2px;min-width:0}.external-video-link strong{font-size:13px}.external-video-link small{color:var(--muted);font-size:11px}.external-video-arrow{margin-left:auto;flex:0 0 auto}
.gallery-stage>img[hidden],.gallery-stage>video[hidden],.lightbox-content>img[hidden],.lightbox-content>video[hidden]{display:none!important}

/* Footer */
footer{padding:58px 28px 0;background:#142019}.footer-shell{max-width:1384px;grid-template-columns:1.7fr .7fr 1fr;gap:56px}.footer-brand{font-size:22px}.footer-shell p{color:#b1bdb6;font-size:13px}.footer-links b{margin-bottom:16px;color:#fff;font-size:12px;text-transform:uppercase;letter-spacing:.08em}.footer-links a{margin-bottom:10px!important}.footer-links small{display:block;max-width:270px;margin-top:15px;color:#829087;font-size:11px;line-height:1.55}.copyright{max-width:1384px;margin-top:38px;padding:20px 0 24px}

@media(max-width:1220px){.product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.product-layout{grid-template-columns:minmax(0,1fr) minmax(350px,.85fr)}.contact-panel{grid-column:1/-1}.contact-card{display:grid;grid-template-columns:minmax(0,1fr) 220px 220px;gap:12px}.contact-card>p{grid-column:1}.contact-card .purchase-row,.contact-card .wholesale-offer,.contact-card .order-summary{grid-column:1}.contact-card .primary-action,.contact-card .secondary-action{margin:0}}
@media(max-width:900px){.header-shell{height:74px;padding:0 18px;gap:12px}.header-shell nav{gap:8px}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.product-layout{grid-template-columns:1fr}.contact-card{display:block}.product-page{padding-left:18px;padding-right:18px}.footer-shell{grid-template-columns:1.5fr 1fr;gap:34px}.footer-about{grid-column:1/-1}}
@media(max-width:680px){.header-shell{padding:0 12px}.brand span{display:none}.brand img{width:40px;height:40px}.header-search{height:42px}.header-search button{display:none}.header-shell nav{display:none}.hero-index .hero-inner{padding:54px 16px 48px}.hero-simple h1{font-size:38px}.hero-simple p{font-size:15px}.hero-index .hero-search{height:52px}.hero-search button{padding:0 15px;font-size:12px}.hero-trust{gap:7px}.hero-trust span{font-size:10px}.offline-store-section{width:calc(100% - 24px)}.category-index,.products-section{padding-left:12px;padding-right:12px}.section-head{align-items:flex-start;gap:12px}.section-head h2{font-size:25px}.section-head p{font-size:12px}.category-pattern-grid{gap:9px}.category-pattern-card{min-height:98px;border-radius:15px}.category-only-name{font-size:14px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.product-card{padding:7px;border-radius:15px}.product-image{border-radius:10px}.product-info{padding:11px 5px 6px}.product-card-category{font-size:9px}.product-card h3{min-height:38px;font-size:12px}.product-card .price{font-size:16px}.product-card-arrow{width:28px;height:28px;flex-basis:28px}.product-page{padding:14px 10px 76px}.product-gallery{border-radius:15px}.product-summary{padding:20px 12px 14px}.product-summary h1{font-size:22px}.product-main-price{font-size:28px}.product-content-card{padding-left:16px;padding-right:16px}.related-products{padding-top:50px}.product-feature-strip{border-radius:14px}.footer-shell{grid-template-columns:1fr;gap:28px}.footer-about{grid-column:auto}footer{padding-left:20px;padding-right:20px}}
@media(max-width:400px){.hero-simple h1{font-size:34px}.hero-search input{font-size:12px}.product-card h3{font-size:11.5px}.product-card .price{font-size:15px}.product-card-arrow{display:none}}
@media(prefers-reduced-motion:reduce){.product-card,.product-card-arrow{transition:none}}
@media(max-width:430px){
  .mobile-buy-bar{gap:9px;padding-left:10px;padding-right:10px}
  .mobile-buy-bar small{max-width:132px}
  .mobile-buy-bar strong{font-size:16px}
}

/* Product detail layout R2: independent cards and balanced media height. */
.product-layout{
  background:transparent;
  border:0;
  border-radius:0;
  box-shadow:none;
  padding:0;
  gap:16px;
  overflow:visible;
  align-items:start;
}
.product-gallery,.product-summary,.contact-card{
  background:#fff;
  border:1px solid var(--public-line);
  border-radius:18px;
  box-shadow:0 7px 24px rgba(16,24,40,.04);
}
.product-gallery{padding:12px;border-right:1px solid var(--public-line)}
.product-summary{padding:26px;border-right:1px solid var(--public-line)}
.contact-panel{border:0}
.contact-card{padding:22px}
.variant-chips{display:grid;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:9px}
.variant-chip{width:100%;min-width:0;overflow:hidden}
.variant-chip span,.attribute-grid b{overflow-wrap:anywhere}

@media(min-width:1221px){
  .product-layout{grid-template-columns:minmax(0,1.16fr) minmax(360px,.9fr) minmax(290px,.66fr)}
  .gallery-stage,.gallery-thumbs-shell{height:clamp(440px,36vw,520px);max-height:520px}
  .gallery-stage>img,.gallery-stage>video{max-height:520px}
}
@media(min-width:901px) and (max-width:1220px){
  .product-layout{grid-template-columns:minmax(0,1fr) minmax(350px,.82fr)}
  .gallery-stage,.gallery-thumbs-shell{height:clamp(420px,43vw,500px);max-height:500px}
  .contact-panel{grid-column:1/-1;border:0}
  .contact-card{display:block}
}
@media(max-width:900px){
  .product-layout{display:block;width:100%;padding:0;border-radius:0;overflow:visible}
  .product-gallery,.product-summary,.contact-panel{width:100%;margin:0 0 12px}
  .product-gallery{padding:9px;border:1px solid var(--public-line);border-radius:15px}
  .product-summary{padding:20px 14px;border:1px solid var(--public-line);border-radius:15px}
  .contact-panel{border:0}
  .contact-card{padding:20px 14px;border:1px solid var(--public-line);border-radius:15px}
  .gallery-stage{height:auto;max-height:none;aspect-ratio:1/1}
  .gallery-stage>img,.gallery-stage>video{max-height:none}
}
/* Public catalog */
.catalog-page{max-width:1400px;margin:34px auto 70px;padding:0 24px;display:grid;grid-template-columns:230px minmax(0,1fr);gap:28px}.catalog-sidebar{align-self:start;position:sticky;top:92px;border-right:1px solid #e2e9e5;padding-right:20px}.catalog-sidebar h2{margin:0 0 16px}.catalog-sidebar a{display:flex;justify-content:space-between;gap:12px;padding:10px 12px;border-radius:10px;color:#14251d;text-decoration:none}.catalog-sidebar a.active,.catalog-sidebar a:hover{background:#eff9eb;color:#258a00;font-weight:700}.catalog-toolbar{display:grid;grid-template-columns:minmax(220px,1fr) 200px auto;gap:10px;background:#f5f7f6;padding:12px;border-radius:14px}.catalog-toolbar input,.catalog-toolbar select{min-height:44px;border:1px solid #d9e2dd;border-radius:9px;background:#fff;padding:0 13px}.catalog-toolbar button{border:0;border-radius:9px;padding:0 24px;background:#35b600;color:#fff;font-weight:800}.catalog-summary{display:flex;justify-content:space-between;padding:18px 2px 12px;color:#637168}.catalog-pagination{display:flex;justify-content:center;gap:7px;margin-top:30px}.catalog-pagination a{min-width:40px;height:40px;display:grid;place-items:center;border:1px solid #d9e2dd;border-radius:9px;text-decoration:none;color:#14251d}.catalog-pagination a.active{background:#35b600;color:#fff;border-color:#35b600}
@media(max-width:760px){.catalog-page{display:block;padding:0 14px;margin-top:18px}.catalog-sidebar{position:static;border:0;padding:0;display:flex;overflow:auto;gap:6px;margin-bottom:12px}.catalog-sidebar h2{display:none}.catalog-sidebar a{white-space:nowrap;border:1px solid #dfe7e2}.catalog-toolbar{grid-template-columns:1fr 132px}.catalog-toolbar button{grid-column:1/-1;min-height:42px}.catalog-summary{font-size:13px}}

/* SOCIAL_FOOTER_R2 */
.footer-shell{grid-template-columns:1.6fr .65fr .9fr .8fr;gap:44px}.footer-social>b{display:block;margin-bottom:16px;color:#fff;font-size:12px;text-transform:uppercase;letter-spacing:.08em}.footer-social>div{display:flex;flex-wrap:wrap;gap:9px}.footer-social a{width:38px;height:38px;display:grid!important;place-items:center;margin:0!important;border:1px solid #35463b;border-radius:10px;background:#1c2a21;color:#d7e5db!important;transition:background .18s,border-color .18s,transform .18s}.footer-social a:hover{border-color:#55b90a;background:#2a3b2f;transform:translateY(-2px)}.footer-social svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
@media(max-width:1050px){.footer-shell{grid-template-columns:1.4fr 1fr 1fr}.footer-social{grid-column:2/-1}}@media(max-width:680px){.footer-shell{grid-template-columns:1fr}.footer-social{grid-column:auto}}

/* EDITOR_DYNAMIC_PUBLIC_R4 */
.shipping-services{display:block!important;min-width:0;overflow:hidden!important;scrollbar-width:none;mask-image:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent)}.shipping-services::-webkit-scrollbar{display:none}.shipping-services-track{display:flex;width:max-content;will-change:transform;animation:shippingTicker 24s linear infinite}.shipping-services-group{display:flex;gap:10px;padding-right:10px}.shipping-service-pill{width:150px;flex:0 0 150px}.shipping-services:hover .shipping-services-track{animation-play-state:paused}@keyframes shippingTicker{0%{transform:translate3d(0,0,0)}100%{transform:translate3d(-50%,0,0)}}.product-feature-strip{grid-template-columns:repeat(var(--feature-count,3),minmax(0,1fr))!important}.footer-social a{width:auto;min-width:38px;padding:0 10px;display:flex!important;gap:7px}.footer-social a span{font-size:11px;font-weight:700}@media(max-width:900px){.product-feature-strip{grid-template-columns:1fr!important}.shipping-services-track{animation-duration:18s}.shipping-service-pill{width:130px;flex-basis:130px}.footer-social a span{display:none}.footer-social a{width:38px;padding:0}}

.editor-preview-mode [data-site-field],.editor-preview-mode [data-site-block]{cursor:pointer}.editor-preview-mode [data-site-field]:hover,.editor-preview-mode [data-site-block]:hover{outline:2px solid rgba(66,185,14,.72);outline-offset:2px}

/* BRAND_THEME_APPLICATION_R7 */
.hero-simple,.catalog-head{background:linear-gradient(180deg,var(--green-soft),#fff)}.products-section,.catalog-toolbar{background:var(--brand-surface)}footer{background:var(--brand-footer)}.catalog-sidebar a.active,.catalog-sidebar a:hover{background:var(--green-soft);color:var(--green-dark)}.catalog-toolbar button,.catalog-pagination a.active{background:var(--green);border-color:var(--green)}.footer-social a:hover{border-color:var(--green)}.shipping-info-section{background:linear-gradient(135deg,var(--green-soft),#fff)}.editor-preview-highlight{outline-color:var(--green)!important}.category-pattern-card:hover,.product-card:hover{border-color:var(--green)}

/* EDITOR_CONTROLLABLE_PUBLIC_R3 */
[hidden]{display:none!important}.shipping-info-section{width:min(1400px,calc(100% - 40px));margin:24px auto 0;padding:28px 32px;display:grid;grid-template-columns:minmax(260px,.75fr) minmax(0,1.25fr);gap:32px;align-items:center;border:1px solid var(--public-line);border-radius:22px;background:linear-gradient(135deg,#f8fcf6,#fff);box-shadow:var(--public-shadow)}.shipping-info-copy h2{margin:6px 0 8px;font-size:25px;letter-spacing:-.025em}.shipping-info-copy p{margin:0;color:var(--public-muted);font-size:13px;line-height:1.65}.shipping-services{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:10px}.shipping-service-pill{min-height:72px;display:flex;align-items:center;justify-content:center;gap:10px;padding:10px 13px;border:1px solid #dce7df;border-radius:14px;background:#fff}.shipping-service-pill img{width:72px;height:38px;object-fit:contain}.shipping-service-pill span{font-size:12px;font-weight:800;color:#35443b}.shipping-services-empty{grid-column:1/-1;padding:16px;border:1px dashed #cfdcd3;border-radius:12px;color:var(--public-muted);font-size:12px;text-align:center}.editor-preview-highlight{position:relative!important;z-index:40!important;outline:4px solid #42b90e!important;outline-offset:3px!important;box-shadow:0 0 0 9999px rgba(5,20,10,.35),0 0 0 8px rgba(66,185,14,.18)!important;transition:outline-color .2s,box-shadow .2s!important}@media(max-width:760px){.shipping-info-section{width:calc(100% - 24px);grid-template-columns:1fr;margin-top:14px;padding:20px 16px;gap:18px;border-radius:18px}.shipping-info-copy h2{font-size:21px}.shipping-services{grid-template-columns:repeat(2,minmax(0,1fr))}.shipping-service-pill{min-height:62px;flex-direction:column;gap:5px}.shipping-service-pill img{height:30px}.shipping-service-pill span{font-size:10px}}
