:root{--green:#55b90a;--green-dark:#3d8f00;--green-soft:#eff9e9;--ink:#101828;--muted:#667085;--line:#e7ece4;--bg:#f7f9f6;--white:#fff;--shadow:0 10px 30px rgba(16,24,40,.055)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--white);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif}a{color:inherit;text-decoration:none}button,input{font:inherit}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.94);border-bottom:1px solid var(--line);backdrop-filter:blur(18px)}.header-shell{height:82px;max-width:1500px;margin:auto;padding:0 30px;display:flex;align-items:center;gap:28px}.brand{display:flex;align-items:center;gap:11px;white-space:nowrap}.brand img{width:46px;height:46px;object-fit:contain}.brand span b,.brand span small{display:block}.brand span b{font-size:17px}.brand span small{font-size:10px;letter-spacing:.15em;text-transform:uppercase;color:var(--muted);margin-top:2px}.header-search{height:46px;flex:1;max-width:680px;display:flex;align-items:center;border:1px solid #d8e1d3;border-radius:13px;background:#fff;overflow:hidden;transition:.2s}.header-search:focus-within{border-color:var(--green);box-shadow:0 0 0 4px rgba(85,185,10,.11)}.header-search svg,.hero-search svg{width:19px;fill:none;stroke:currentColor;stroke-width:2;margin-left:15px;color:#869181}.header-search input,.hero-search input{border:0;outline:0;min-width:0;flex:1;padding:0 13px;background:transparent}.header-search button,.hero-search button{height:100%;border:0;background:var(--green);color:#fff;padding:0 22px;font-weight:800;cursor:pointer}.header-shell nav{display:flex;align-items:center;gap:22px;font-size:14px;font-weight:650}.header-shell nav a{color:#475467}.header-shell nav a:hover{color:var(--green-dark)}.header-shell nav .contact{padding:11px 16px;border-radius:11px;background:var(--green-soft);color:var(--green-dark)}.hero-simple{background:linear-gradient(180deg,#f7fbf4 0%,#fff 100%);border-bottom:1px solid #edf2ea}.hero-inner{max-width:1080px;margin:auto;text-align:center;padding:86px 24px 76px}.eyebrow{display:block;color:var(--green-dark);font-size:12px;font-weight:850;letter-spacing:.15em;text-transform:uppercase;margin-bottom:13px}.hero-simple h1{font-size:clamp(40px,6vw,72px);line-height:1.04;letter-spacing:-.05em;margin:0}.hero-simple p{font-size:18px;line-height:1.7;color:var(--muted);max-width:700px;margin:22px auto 30px}.hero-search{height:60px;max-width:720px;margin:auto;display:flex;align-items:center;background:#fff;border:1px solid #d8e1d3;border-radius:16px;overflow:hidden;box-shadow:0 18px 50px rgba(16,24,40,.08)}.section{max-width:1500px;margin:auto;padding:74px 30px}.section-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:25px}.section-head h2{font-size:32px;letter-spacing:-.035em;margin:0}.section-head>a{font-size:14px;font-weight:750;color:var(--green-dark)}.category-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:13px}.category-grid a{padding:21px;border:1px solid var(--line);border-radius:16px;background:#fff;transition:.2s}.category-grid a:hover{transform:translateY(-3px);box-shadow:var(--shadow);border-color:#d7e7cf}.category-grid span{width:48px;height:48px;display:grid;place-items:center;border-radius:14px;background:var(--green-soft);color:var(--green-dark);font-size:21px;font-weight:900;margin-bottom:19px}.category-grid b,.category-grid small{display:block}.category-grid small{color:var(--muted);font-size:12px;margin-top:5px}.products-section{padding-top:30px}.product-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px}.product-card{min-width:0;background:#fff;border-radius:15px;overflow:hidden;transition:.22s}.product-card:hover{transform:translateY(-4px);box-shadow:0 16px 38px rgba(16,24,40,.10)}.product-image{aspect-ratio:1;overflow:hidden;border-radius:15px;background:#f1f4ef}.product-image img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .35s}.product-card:hover img{transform:scale(1.045)}.image-empty{height:100%;display:grid;place-items:center;color:#90a087;font-weight:900;letter-spacing:.1em}.product-info{padding:12px 4px 15px}.product-card h3{font-size:14px;line-height:1.4;font-weight:550;margin:0 0 8px;min-height:39px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.price{font-size:20px;line-height:1;font-weight:900;letter-spacing:-.025em;color:#101828}.empty-wide{grid-column:1/-1;padding:65px 24px;text-align:center;border:1px dashed #cfd9ca;border-radius:18px;background:var(--bg)}.empty-wide b{font-size:18px}.empty-wide p{color:var(--muted);margin:8px 0 0}footer{background:#152019;color:#d8e1db;padding:55px 30px 24px}.footer-shell{max-width:1440px;margin:auto;display:grid;grid-template-columns:2fr 1fr 1fr;gap:40px}.footer-brand{font-size:23px;font-weight:900;color:#fff}.footer-shell p{max-width:430px;color:#aebbb3;line-height:1.7}.footer-shell b,.footer-shell a{display:block;margin-bottom:11px}.footer-shell a:not(.footer-brand){color:#b8c4bd;font-size:14px}.copyright{max-width:1440px;margin:35px auto 0;padding-top:20px;border-top:1px solid #2b382f;color:#87958c;font-size:12px}@media(max-width:1150px){.header-shell nav a:not(.contact){display:none}.product-grid{grid-template-columns:repeat(4,1fr)}.category-grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:760px){.header-shell{height:70px;padding:0 14px;gap:10px}.brand span,.header-shell nav{display:none}.brand img{width:38px;height:38px}.header-search{height:42px}.header-search button{display:none}.hero-inner{padding:54px 16px 48px}.hero-simple h1{font-size:42px}.hero-simple p{font-size:16px}.hero-search{height:54px}.hero-search button{padding:0 16px}.category-grid{grid-template-columns:repeat(2,1fr);gap:9px}.section{padding:52px 14px}.section-head h2{font-size:27px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.product-card h3{font-size:13px}.price{font-size:18px}.footer-shell{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){.product-card,.product-image img,.category-grid a{transition:none}}

/* Stage 3 — professional product detail and safer product cards */
.products-section{max-width:none;background:#f6f8f5;padding-top:70px;padding-bottom:86px;border-top:1px solid #edf1eb;border-bottom:1px solid #edf1eb}.products-section>.section-head,.products-section>.product-grid{max-width:1440px;margin-left:auto;margin-right:auto}.product-grid{gap:20px}.product-card{border:1px solid #e7ece4;border-radius:20px;padding:10px;background:#fff;box-shadow:0 8px 24px rgba(16,24,40,.045)}.product-image{border-radius:14px}.product-info{padding:15px 8px 10px}.product-card h3{font-weight:650;margin-bottom:12px}.price{color:#152019}

.product-page{max-width:1580px;margin:0 auto;padding:24px 30px 90px}.breadcrumb{display:flex;align-items:center;gap:9px;color:#667085;font-size:13px;white-space:nowrap;overflow:hidden;padding:3px 0 18px}.breadcrumb a:hover{color:var(--green-dark)}.breadcrumb span:last-child{overflow:hidden;text-overflow:ellipsis}.product-layout{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(380px,.92fr) 330px;gap:18px;align-items:start}.product-gallery,.product-summary,.contact-card,.product-content-card{background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:0 8px 28px rgba(16,24,40,.045)}.product-gallery{padding:14px;display:grid;grid-template-columns:76px minmax(0,1fr);gap:13px}.gallery-thumbs{display:flex;flex-direction:column;gap:9px;max-height:620px;overflow:auto;scrollbar-width:thin}.gallery-thumb{width:72px;aspect-ratio:1;border:1px solid #dde5d9;border-radius:12px;padding:3px;background:#fff;cursor:pointer;overflow:hidden;transition:.18s}.gallery-thumb:hover,.gallery-thumb.is-active{border-color:var(--green);box-shadow:0 0 0 2px rgba(85,185,10,.14)}.gallery-thumb img{width:100%;height:100%;object-fit:cover;border-radius:8px}.gallery-video-thumb{display:grid;place-items:center;color:var(--green-dark)}.gallery-video-thumb span{font-size:22px}.gallery-video-thumb small{font-size:10px}.gallery-stage{position:relative;display:grid;place-items:center;min-height:520px;aspect-ratio:1;background:#f7f9f6;border-radius:16px;overflow:hidden}.gallery-stage>img,.gallery-stage>video{width:100%;height:100%;object-fit:contain;background:#fff}.gallery-stage>img{transition:opacity .18s}.gallery-nav{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border:1px solid #dce4d8;border-radius:50%;background:rgba(255,255,255,.94);font-size:29px;line-height:1;color:#344238;cursor:pointer;box-shadow:0 8px 24px rgba(16,24,40,.10)}.gallery-prev{left:14px}.gallery-next{right:14px}.product-summary{padding:28px}.product-meta-line{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:14px}.product-meta-line span{padding:6px 9px;background:#f4f7f2;border-radius:8px;color:#667085;font-size:11px;font-weight:700}.product-summary h1{font-size:28px;line-height:1.22;letter-spacing:-.025em;margin:0}.product-lead{color:#667085;line-height:1.65;margin:13px 0 0}.product-main-price{font-size:35px;font-weight:900;letter-spacing:-.035em;padding:25px 0;border-bottom:1px solid var(--line)}.variant-picker{padding:22px 0;border-bottom:1px solid var(--line)}.picker-head{display:flex;justify-content:space-between;gap:18px;align-items:center;margin-bottom:12px}.picker-head span{color:#667085;font-size:12px}.variant-chips{display:flex;flex-wrap:wrap;gap:9px}.variant-chip{min-width:104px;padding:10px 13px;text-align:left;border:1px solid #d9e2d5;border-radius:11px;background:#fff;cursor:pointer;transition:.18s}.variant-chip span,.variant-chip small{display:block}.variant-chip span{font-weight:750}.variant-chip small{font-size:10px;color:#667085;margin-top:3px}.variant-chip:hover,.variant-chip.is-selected{border-color:var(--green);background:var(--green-soft);box-shadow:0 0 0 2px rgba(85,185,10,.10)}.key-attributes{padding-top:22px}.key-attributes h2{font-size:16px;margin:0 0 13px}.attribute-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));background:#f7f9f6;border-radius:14px;padding:5px}.attribute-grid>div{padding:13px;border-right:1px solid #e3e9e0;border-bottom:1px solid #e3e9e0}.attribute-grid>div:nth-child(2n){border-right:0}.attribute-grid span,.attribute-grid b{display:block}.attribute-grid span{font-size:11px;color:#667085;margin-bottom:5px}.attribute-grid b{font-size:13px}.contact-panel{position:sticky;top:100px}.contact-card{padding:22px}.contact-card h2{font-size:20px;margin:0 0 9px}.contact-card>p{font-size:13px;line-height:1.6;color:#667085;margin:0 0 18px}.primary-action,.secondary-action{height:47px;display:grid;place-items:center;border-radius:12px;font-size:14px;font-weight:850;margin-top:9px}.primary-action{background:var(--green);color:#fff}.primary-action:hover{background:var(--green-dark)}.secondary-action{border:1px solid #ccd7c7;background:#fff}.secondary-action:hover{background:#f7faf5}.trust-list{margin-top:20px;padding-top:17px;border-top:1px solid var(--line)}.trust-list>div{display:flex;gap:10px;margin:13px 0}.trust-list>div>span{width:21px;height:21px;border-radius:50%;display:grid;place-items:center;background:var(--green-soft);color:var(--green-dark);font-size:11px;font-weight:900;flex:0 0 auto}.trust-list p,.trust-list b,.trust-list small{display:block;margin:0}.trust-list b{font-size:12px}.trust-list small{color:#667085;font-size:10px;margin-top:3px}.product-content-card{margin-top:18px;padding:0 30px 34px}.content-nav{position:sticky;top:82px;z-index:5;display:flex;gap:26px;border-bottom:1px solid var(--line);background:#fff;padding:18px 0}.content-nav a{font-size:13px;font-weight:750;color:#667085}.content-nav a.is-active{color:var(--green-dark)}.product-content-card article{padding-top:33px;max-width:980px}.product-content-card article+article{margin-top:18px;border-top:1px solid var(--line)}.product-content-card h2{font-size:26px;margin:0 0 16px}.product-description{white-space:pre-line;color:#344054;line-height:1.85}.spec-list{margin:0;border:1px solid var(--line);border-radius:14px;overflow:hidden}.spec-list>div{display:grid;grid-template-columns:220px 1fr;border-bottom:1px solid var(--line)}.spec-list>div:last-child{border-bottom:0}.spec-list dt,.spec-list dd{padding:14px 16px;margin:0}.spec-list dt{background:#f7f9f6;color:#667085;font-size:13px}.spec-list dd{font-weight:650;font-size:13px}.related-products{padding:72px 0 0}.related-products .product-grid{grid-template-columns:repeat(6,minmax(0,1fr))}

@media(max-width:1300px){.product-layout{grid-template-columns:minmax(0,1fr) minmax(360px,.85fr)}.contact-panel{grid-column:1/-1;position:static}.contact-card{display:grid;grid-template-columns:1fr 210px 210px;gap:12px;align-items:center}.contact-card>p{grid-column:1}.contact-card .primary-action,.contact-card .secondary-action{margin:0}.trust-list{grid-column:1/-1;display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:7px}.related-products .product-grid{grid-template-columns:repeat(4,1fr)}}
@media(max-width:900px){.product-page{padding:16px 16px 70px}.product-layout{grid-template-columns:1fr}.product-gallery{grid-template-columns:1fr}.gallery-thumbs{order:2;flex-direction:row;max-height:none;overflow-x:auto}.gallery-stage{min-height:auto}.product-summary{padding:22px}.contact-card{display:block}.contact-card .primary-action,.contact-card .secondary-action{margin-top:9px}.trust-list{display:block}.content-nav{top:70px}.related-products .product-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.breadcrumb{padding-bottom:12px}.product-gallery{padding:9px;border-radius:16px}.gallery-stage{border-radius:12px}.gallery-thumb{width:62px}.gallery-nav{width:36px;height:36px}.product-summary,.contact-card{border-radius:16px}.product-summary h1{font-size:23px}.product-main-price{font-size:29px;padding:20px 0}.attribute-grid{grid-template-columns:1fr}.attribute-grid>div{border-right:0}.product-content-card{padding:0 18px 26px;border-radius:16px}.spec-list>div{grid-template-columns:1fr}.spec-list dt{padding-bottom:5px}.spec-list dd{padding-top:5px}.related-products{padding-top:50px}.products-section{padding-top:52px;padding-bottom:64px}.product-card{padding:8px;border-radius:16px}.product-info{padding:12px 5px 8px}}

/* Stage 4 — search, category cards, and WhatsApp conversion */
.category-section{padding-top:70px;padding-bottom:74px}.section-head p{max-width:620px;margin:10px 0 0;color:#667085;line-height:1.65}.category-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.category-card{display:block!important;padding:0!important;min-height:0!important;border:1px solid #e3e9df!important;border-radius:20px!important;overflow:hidden;background:#fff!important;box-shadow:0 8px 28px rgba(16,24,40,.045);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.category-card:hover{transform:translateY(-4px);border-color:#cfe3c5!important;box-shadow:0 16px 34px rgba(16,24,40,.085)}.category-visual{height:150px;background:linear-gradient(145deg,#f2f8ed,#e9f2e4);overflow:hidden;display:grid;place-items:center}.category-visual img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.category-card:hover .category-visual img{transform:scale(1.045)}.category-visual>span{width:62px;height:62px;border-radius:18px;display:grid;place-items:center;background:#fff;color:var(--green-dark);font-size:27px;font-weight:900;box-shadow:0 10px 24px rgba(50,120,20,.12)}.category-info{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:18px 19px 19px}.category-info>div{min-width:0}.category-info b,.category-info small{display:block}.category-info b{font-size:16px;color:#162018;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.category-info small{margin-top:5px;color:#77817a;font-size:12px}.category-arrow{width:36px;height:36px;border-radius:11px;display:grid;place-items:center;background:#f0f7ec;color:var(--green-dark);font-size:19px;flex:0 0 auto;transition:.2s}.category-card:hover .category-arrow{background:var(--green);color:#fff;transform:translateX(2px)}
.primary-action{box-shadow:0 8px 20px rgba(71,155,10,.18)}
@media(max-width:1050px){.category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:760px){.category-section{padding-top:52px;padding-bottom:56px}.category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.category-visual{height:112px}.category-info{padding:14px}.category-info b{font-size:14px}.category-arrow{width:32px;height:32px}}

/* Stage 5 — video-first gallery and media lightbox */
.gallery-stage{cursor:zoom-in}.gallery-stage>video{cursor:default}.gallery-video-thumb.is-active{background:var(--green-soft)}.media-lightbox[hidden]{display:none}.media-lightbox{position:fixed;inset:0;z-index:9999;display:grid;place-items:center;padding:24px;background:rgba(7,15,10,.86);backdrop-filter:blur(8px)}.lightbox-content{width:min(94vw,1500px);height:min(90vh,960px);display:grid;place-items:center}.lightbox-content img,.lightbox-content video{max-width:100%;max-height:100%;object-fit:contain;border-radius:16px;background:#000;box-shadow:0 28px 80px rgba(0,0,0,.4)}.lightbox-close{position:fixed;top:22px;right:24px;width:46px;height:46px;border:0;border-radius:50%;background:rgba(255,255,255,.94);font-size:30px;line-height:1;cursor:pointer;box-shadow:0 12px 30px rgba(0,0,0,.22)}body.lightbox-open{overflow:hidden}@media(max-width:680px){.media-lightbox{padding:10px}.lightbox-close{top:12px;right:12px;width:40px;height:40px}.lightbox-content{width:100%;height:86vh}}


/* Stage 6 — unified detail block and click-to-play video */
.product-layout{
  background:#fff;
  border:1px solid var(--line);
  border-radius:24px;
  box-shadow:0 12px 36px rgba(16,24,40,.055);
  padding:16px;
  gap:0;
  overflow:hidden;
}
.product-gallery,.product-summary,.contact-card{
  border:0;
  border-radius:0;
  box-shadow:none;
  background:transparent;
}
.product-gallery{
  padding:0 18px 0 0;
  border-right:1px solid var(--line);
}
.product-summary{
  padding:28px 28px;
  border-right:1px solid var(--line);
}
.contact-panel{
  top:98px;
}
.contact-card{
  padding:28px 24px;
}
.gallery-video-thumb{
  position:relative;
  padding:3px;
}
.gallery-video-thumb img{
  filter:brightness(.72);
}
.video-play-badge{
  position:absolute;
  inset:50% auto auto 50%;
  transform:translate(-50%,-50%);
  width:30px;
  height:30px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:rgba(255,255,255,.94);
  color:var(--green-dark);
  font-size:13px;
  box-shadow:0 6px 18px rgba(0,0,0,.2);
  padding-left:2px;
}
.gallery-video-thumb small{
  position:absolute;
  left:5px;
  right:5px;
  bottom:4px;
  color:#fff;
  font-weight:800;
  text-shadow:0 1px 4px rgba(0,0,0,.8);
}
.gallery-stage>video{
  object-fit:contain;
  background:#000;
}
.gallery-stage>video[poster]{
  object-fit:contain;
}
@media(max-width:1300px){
  .product-layout{gap:0}
  .product-gallery{border-right:1px solid var(--line)}
  .product-summary{border-right:0}
  .contact-panel{
    grid-column:1/-1;
    border-top:1px solid var(--line);
  }
  .contact-card{padding:22px 24px}
}
@media(max-width:900px){
  .product-layout{padding:10px}
  .product-gallery{
    padding:0 0 14px;
    border-right:0;
    border-bottom:1px solid var(--line);
  }
  .product-summary{
    padding:22px 12px;
    border-right:0;
    border-bottom:1px solid var(--line);
  }
  .contact-card{padding:22px 12px}
}


/* Stage 7 — commerce polish */
.selection-state{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-top:-14px;padding-bottom:20px;border-bottom:1px solid var(--line);font-size:12px;color:#667085}
.selection-state span:last-child{font-weight:800;color:var(--green-dark)}
.selection-state .is-out{color:#b42318}
.variant-chip.is-disabled{opacity:.48;cursor:not-allowed;background:#f7f7f7}
.purchase-row{display:flex;justify-content:space-between;align-items:center;gap:16px;margin:18px 0 8px}
.purchase-row label{font-size:13px;font-weight:800}
.qty-control{display:grid;grid-template-columns:38px 54px 38px;height:40px;border:1px solid #d7e0d3;border-radius:11px;overflow:hidden}
.qty-control button,.qty-control input{border:0;background:#fff;text-align:center;font-weight:800}
.qty-control button{cursor:pointer;font-size:18px}
.qty-control input{width:54px;border-left:1px solid #e2e8df;border-right:1px solid #e2e8df;appearance:textfield}
.qty-control input::-webkit-outer-spin-button,.qty-control input::-webkit-inner-spin-button{appearance:none;margin:0}
.primary-action.is-disabled,.mobile-buy-bar a.is-disabled{background:#b9c2b5;color:#fff;pointer-events:none}
.media-counter{position:absolute;right:14px;bottom:14px;padding:6px 9px;border-radius:999px;background:rgba(17,24,39,.72);color:#fff;font-size:11px;font-weight:800;backdrop-filter:blur(8px)}
.lightbox-nav{position:fixed;top:50%;transform:translateY(-50%);z-index:1003;width:48px;height:48px;border:0;border-radius:50%;background:rgba(255,255,255,.94);font-size:32px;cursor:pointer}
.lightbox-prev{left:22px}.lightbox-next{right:22px}
.lightbox-counter{position:absolute;left:50%;bottom:-36px;transform:translateX(-50%);color:#fff;font-size:12px;font-weight:800}
.mobile-buy-bar{display:none}
.related-products .product-grid{align-items:stretch}
@media(max-width:900px){
  body{padding-bottom:78px}
  .mobile-buy-bar{position:fixed;left:0;right:0;bottom:0;z-index:40;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:10px 14px calc(10px + env(safe-area-inset-bottom));background:rgba(255,255,255,.96);border-top:1px solid var(--line);box-shadow:0 -8px 24px rgba(16,24,40,.08);backdrop-filter:blur(16px)}
  .mobile-buy-bar div{min-width:0}
  .mobile-buy-bar small,.mobile-buy-bar strong{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .mobile-buy-bar small{font-size:10px;color:#667085;max-width:150px}
  .mobile-buy-bar strong{font-size:16px}
  .mobile-buy-bar a{flex:0 0 auto;padding:12px 16px;border-radius:11px;background:var(--green);color:#fff;font-size:12px;font-weight:850}
  .lightbox-nav{width:40px;height:40px;font-size:27px}
  .lightbox-prev{left:8px}.lightbox-next{right:8px}
}


/* Stage 8 — bounded gallery rail, restrained lightbox, private SKU */
.product-gallery{
  display:grid;
  grid-template-columns:72px minmax(0,1fr);
  align-items:start;
}
.gallery-thumbs-shell{
  position:relative;
  height:520px;
  min-height:0;
  padding:34px 0;
  overflow:hidden;
}
.gallery-thumbs{
  height:100%;
  max-height:100%;
  overflow-y:auto;
  overflow-x:hidden;
  overscroll-behavior:contain;
  scrollbar-width:none;
  scroll-behavior:smooth;
  padding:0 4px;
}
.gallery-thumbs::-webkit-scrollbar{display:none}
.gallery-thumbs-shell::before,
.gallery-thumbs-shell::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  height:52px;
  z-index:3;
  pointer-events:none;
  opacity:0;
  transition:opacity .2s ease;
}
.gallery-thumbs-shell::before{
  top:30px;
  background:linear-gradient(to bottom,#fff 12%,rgba(255,255,255,0));
}
.gallery-thumbs-shell::after{
  bottom:30px;
  background:linear-gradient(to top,#fff 12%,rgba(255,255,255,0));
}
.gallery-thumbs-shell.can-scroll-up::before,
.gallery-thumbs-shell.can-scroll-down::after{opacity:1}
.thumb-scroll{
  position:absolute;
  left:50%;
  z-index:5;
  width:34px;
  height:28px;
  transform:translateX(-50%);
  border:1px solid #dbe4d8;
  border-radius:999px;
  background:rgba(255,255,255,.96);
  color:#31512d;
  font-size:18px;
  font-weight:900;
  cursor:pointer;
  box-shadow:0 5px 16px rgba(16,24,40,.08);
  transition:opacity .2s ease,transform .2s ease;
}
.thumb-scroll:hover{transform:translateX(-50%) scale(1.04)}
.thumb-scroll-up{top:2px}
.thumb-scroll-down{bottom:2px}
.thumb-scroll.is-hidden{
  opacity:0;
  pointer-events:none;
}
.gallery-thumb{
  flex:0 0 auto;
}
.gallery-stage{
  height:520px;
  max-height:520px;
}
.gallery-stage>img,
.gallery-stage>video{
  width:100%;
  height:100%;
  max-height:520px;
  object-fit:contain;
}
.media-lightbox{
  padding:48px 84px;
}
.lightbox-content{
  position:relative;
  width:min(1080px,82vw);
  height:min(760px,78vh);
  max-width:82vw;
  max-height:78vh;
  display:flex;
  align-items:center;
  justify-content:center;
}
.lightbox-content img,
.lightbox-content video{
  width:auto;
  height:auto;
  max-width:100%;
  max-height:100%;
  object-fit:contain;
  border-radius:18px;
  box-shadow:0 20px 60px rgba(0,0,0,.28);
}
.lightbox-close{
  top:20px;
  right:22px;
}
@media(max-width:1100px){
  .product-gallery{
    grid-template-columns:64px minmax(0,1fr);
  }
  .gallery-thumbs-shell,
  .gallery-stage{
    height:460px;
    max-height:460px;
  }
  .gallery-stage>img,
  .gallery-stage>video{max-height:460px}
}
@media(max-width:900px){
  .product-gallery{
    display:flex;
    flex-direction:column-reverse;
  }
  .gallery-thumbs-shell{
    width:100%;
    height:auto;
    padding:0 34px;
  }
  .gallery-thumbs{
    display:flex;
    flex-direction:row;
    width:100%;
    height:auto;
    overflow-x:auto;
    overflow-y:hidden;
    padding:4px 0;
  }
  .gallery-thumbs-shell::before,
  .gallery-thumbs-shell::after{display:none}
  .thumb-scroll{
    top:50%;
    bottom:auto;
    transform:translateY(-50%);
  }
  .thumb-scroll:hover{transform:translateY(-50%) scale(1.04)}
  .thumb-scroll-up{left:0}
  .thumb-scroll-down{left:auto;right:0}
  .gallery-stage{
    width:100%;
    height:min(78vw,520px);
  }
  .gallery-stage>img,
  .gallery-stage>video{max-height:min(78vw,520px)}
  .media-lightbox{padding:58px 14px 42px}
  .lightbox-content{
    width:calc(100vw - 28px);
    height:calc(100vh - 116px);
    max-width:calc(100vw - 28px);
    max-height:calc(100vh - 116px);
  }
}


/* Stage 9 — wholesale pricing, sold-out state, mobile alignment */
.selection-state.is-available{display:none}
.selection-state{margin-top:-10px;padding-bottom:14px}
.variant-chip small{color:#667085}
.sold-out-quantity{
  min-width:132px;
  padding:12px 20px;
  border-radius:11px;
  background:#fef3f2;
  color:#b42318;
  font-weight:900;
  text-align:center;
}
.wholesale-offer{
  width:100%;
  display:grid;
  grid-template-columns:auto 1fr;
  gap:3px 10px;
  align-items:center;
  margin:14px 0;
  padding:14px;
  border:1px solid #cde8c3;
  border-radius:14px;
  background:linear-gradient(135deg,#f5fbf1,#fff);
  text-align:left;
  cursor:pointer;
}
.wholesale-offer[hidden]{display:none}
.wholesale-offer .wholesale-badge{
  grid-row:1/4;
  align-self:start;
  padding:6px 8px;
  border-radius:8px;
  background:#eaf8e3;
  color:var(--green-dark);
  font-size:10px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.wholesale-offer strong{font-size:15px}
.wholesale-offer small{color:#667085;font-size:11px}
.wholesale-offer b{color:var(--green-dark);font-size:11px}
.wholesale-offer.is-active{
  border-color:var(--green);
  box-shadow:0 0 0 3px rgba(78,193,9,.1);
}
.order-summary{
  margin:14px 0 18px;
  padding:14px;
  border-radius:13px;
  background:#f7f9f6;
}
.order-summary>div{
  display:flex;
  justify-content:space-between;
  gap:14px;
  padding:5px 0;
  font-size:12px;
}
.order-summary span{color:#667085}
.order-summary b{font-weight:850}
.order-summary .summary-total{
  margin-top:6px;
  padding-top:10px;
  border-top:1px solid #dde5da;
  font-size:14px;
}
.product-gallery{align-self:start}
.product-summary,.contact-panel{align-self:start}

@media(max-width:900px){
  .product-page{
    width:100%;
    padding:0 10px 92px;
    overflow:hidden;
  }
  .breadcrumb{
    padding:12px 4px;
    white-space:nowrap;
    overflow-x:auto;
    scrollbar-width:none;
  }
  .product-layout{
    display:block;
    width:100%;
    padding:10px;
    border-radius:18px;
    overflow:hidden;
  }
  .product-gallery{
    display:flex;
    flex-direction:column;
    width:100%;
    padding:0 0 14px;
    border:0;
  }
  .gallery-stage{
    order:1;
    width:100%;
    height:auto;
    aspect-ratio:1/1;
    min-height:0;
    max-height:none;
    border-radius:14px;
    overflow:hidden;
  }
  .gallery-stage>img,
  .gallery-stage>video{
    width:100%;
    height:100%;
    max-height:none;
    object-fit:contain;
  }
  .gallery-thumbs-shell{
    order:2;
    width:100%;
    height:auto;
    margin-top:10px;
    padding:0 30px;
  }
  .gallery-thumbs{
    display:flex;
    flex-direction:row;
    align-items:center;
    width:100%;
    height:62px;
    overflow-x:auto;
    overflow-y:hidden;
    gap:8px;
  }
  .gallery-thumb{
    width:54px;
    height:54px;
    min-width:54px;
    flex:0 0 54px;
  }
  .thumb-scroll{
    top:50%;
    width:26px;
    height:32px;
    font-size:15px;
  }
  .product-summary{
    width:100%;
    padding:22px 12px 12px;
    border:0;
    overflow:hidden;
  }
  .product-summary h1{
    font-size:23px;
    line-height:1.25;
    overflow-wrap:anywhere;
  }
  .product-lead{overflow-wrap:anywhere}
  .product-main-price{font-size:30px}
  .contact-panel{
    width:100%;
    border-top:1px solid var(--line);
  }
  .contact-card{padding:22px 12px}
  .attribute-grid{grid-template-columns:1fr 1fr}
  .mobile-buy-bar small{max-width:130px}
}
@media(max-width:480px){
  .attribute-grid{grid-template-columns:1fr}
  .variant-chips{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}
  .variant-chip{min-width:0}
  .purchase-row{align-items:center}
  .order-summary{margin-bottom:12px}
}


/* Stage 10 — compact top layout, horizontal feature strip, refined icons */
.product-layout{
  align-items:start;
  min-height:0;
}
.product-gallery,
.product-summary,
.contact-panel{
  min-height:0;
}
.product-gallery{
  height:auto;
}
.product-summary{
  height:auto;
}
.contact-card{
  height:auto;
}
.product-feature-strip{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  margin-top:14px;
  border:1px solid var(--line);
  border-radius:18px;
  background:#fff;
  overflow:hidden;
  box-shadow:0 8px 24px rgba(16,24,40,.035);
}
.product-feature-item{
  display:flex;
  align-items:center;
  gap:13px;
  min-width:0;
  padding:18px 22px;
}
.product-feature-item+ .product-feature-item{
  border-left:1px solid var(--line);
}
.product-feature-item .feature-icon{
  flex:0 0 42px;
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border-radius:13px;
  background:#eef9e8;
  color:var(--green-dark);
}
.product-feature-item .feature-icon svg{
  width:21px;
  height:21px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.9;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.product-feature-item div{
  min-width:0;
}
.product-feature-item b,
.product-feature-item small{
  display:block;
}
.product-feature-item b{
  font-size:13px;
  line-height:1.25;
}
.product-feature-item small{
  margin-top:3px;
  color:#667085;
  font-size:11px;
  line-height:1.35;
}

.video-play-badge{
  width:34px;
  height:34px;
  background:rgba(17,24,39,.72);
  color:#fff;
  border:1px solid rgba(255,255,255,.7);
  backdrop-filter:blur(8px);
  box-shadow:0 7px 18px rgba(0,0,0,.22);
  transition:transform .18s ease,background .18s ease;
}
.video-play-badge svg{
  width:17px;
  height:17px;
  fill:currentColor;
  stroke:none;
  transform:translateX(1px);
}
.gallery-video-thumb:hover .video-play-badge{
  transform:translate(-50%,-50%) scale(1.08);
  background:var(--green-dark);
}
.gallery-video-thumb small{
  display:none !important;
}

.gallery-nav{
  width:44px;
  height:44px;
  border:0;
  background:rgba(255,255,255,.94);
  color:#1f2937;
  box-shadow:0 8px 22px rgba(16,24,40,.16);
  backdrop-filter:blur(10px);
  transition:background .18s ease,color .18s ease,transform .18s ease,box-shadow .18s ease;
}
.gallery-nav svg,
.lightbox-nav svg,
.thumb-scroll svg{
  width:21px;
  height:21px;
  fill:none;
  stroke:currentColor;
  stroke-width:2.2;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.gallery-nav:hover{
  background:var(--green);
  color:#fff;
  transform:translateY(-50%) scale(1.05);
  box-shadow:0 10px 26px rgba(78,193,9,.28);
}
.gallery-thumb{
  transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease;
}
.gallery-thumb.is-active{
  transform:scale(1.025);
  box-shadow:0 0 0 3px rgba(78,193,9,.12),0 8px 20px rgba(16,24,40,.08);
}
.thumb-scroll{
  border:0;
  background:rgba(255,255,255,.96);
  color:#344054;
  box-shadow:0 8px 22px rgba(16,24,40,.13);
}
.thumb-scroll svg{
  width:17px;
  height:17px;
}
.thumb-scroll:hover{
  background:var(--green);
  color:#fff;
}
.lightbox-nav{
  display:grid;
  place-items:center;
  border:0;
  background:rgba(255,255,255,.95);
  color:#1f2937;
  box-shadow:0 10px 28px rgba(0,0,0,.2);
  transition:background .18s ease,color .18s ease,transform .18s ease;
}
.lightbox-nav:hover{
  background:var(--green);
  color:#fff;
}
.lightbox-nav svg{
  width:23px;
  height:23px;
}
.contact-card .trust-list{
  display:none !important;
}

@media(min-width:901px){
  .product-layout{
    grid-template-columns:minmax(0,1.2fr) minmax(360px,.95fr) minmax(300px,.72fr);
  }
  .gallery-stage,
  .gallery-thumbs-shell{
    height:520px;
    max-height:520px;
  }
  .product-summary{
    padding-bottom:24px;
  }
  .contact-card{
    padding-bottom:24px;
  }
}

@media(max-width:900px){
  .product-feature-strip{
    grid-template-columns:1fr;
    margin-top:10px;
    border-radius:15px;
  }
  .product-feature-item{
    padding:14px 16px;
  }
  .product-feature-item+ .product-feature-item{
    border-left:0;
    border-top:1px solid var(--line);
  }
  .product-feature-item .feature-icon{
    width:38px;
    height:38px;
    flex-basis:38px;
    border-radius:11px;
  }
  .gallery-nav{
    width:38px;
    height:38px;
  }
  .gallery-nav svg{
    width:19px;
    height:19px;
  }
}


/* Stage 11 — premium homepage only */
.hero-index{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 12% 12%,rgba(85,185,10,.10),transparent 30%),
    radial-gradient(circle at 88% 20%,rgba(69,155,212,.08),transparent 28%),
    linear-gradient(180deg,#f8fcf5 0%,#fff 100%);
}
.hero-index .hero-inner{
  position:relative;
  z-index:2;
  padding-top:78px;
  padding-bottom:68px;
}
.hero-index-pattern span{
  position:absolute;
  display:block;
  border:1px solid rgba(85,185,10,.10);
  border-radius:999px;
  transform:rotate(-12deg);
}
.hero-index-pattern span:nth-child(1){width:520px;height:150px;right:-140px;top:44px}
.hero-index-pattern span:nth-child(2){width:420px;height:120px;right:-70px;top:92px}
.hero-index-pattern span:nth-child(3){width:320px;height:90px;left:-110px;bottom:34px}
.hero-index .hero-search{
  border-color:#d4dfcf;
  box-shadow:0 20px 55px rgba(16,24,40,.085),0 0 0 1px rgba(255,255,255,.8) inset;
}
.hero-index .hero-search:focus-within{
  border-color:var(--green);
  box-shadow:0 20px 55px rgba(16,24,40,.085),0 0 0 4px rgba(85,185,10,.10);
}

.category-index{
  padding-top:72px;
  padding-bottom:78px;
}
.category-pattern-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}
.category-pattern-card{
  position:relative;
  min-height:176px;
  padding:22px;
  overflow:hidden;
  border:1px solid rgba(131,155,123,.20);
  border-radius:22px;
  background:linear-gradient(145deg,#f4fbef,#ebf7e6);
  box-shadow:0 10px 28px rgba(16,24,40,.045);
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;
}
.category-pattern-card:hover{
  transform:translateY(-4px);
  border-color:rgba(85,185,10,.34);
  box-shadow:0 18px 38px rgba(16,24,40,.085);
}
.category-tone-1{background:linear-gradient(145deg,#f3f9ff,#e8f2fb)}
.category-tone-2{background:linear-gradient(145deg,#effaf7,#e6f4ee)}
.category-tone-3{background:linear-gradient(145deg,#fffaf0,#f8f0db)}
.category-tone-4{background:linear-gradient(145deg,#f0fbfb,#e6f4f4)}
.category-tone-5{background:linear-gradient(145deg,#f5f7fb,#ebeff7)}
.category-pattern-wave{
  position:absolute;
  width:250px;
  height:94px;
  right:-56px;
  bottom:-36px;
  border:18px solid rgba(255,255,255,.55);
  border-radius:50%;
  transform:rotate(-11deg);
  transition:transform .3s ease;
}
.category-pattern-card:hover .category-pattern-wave{transform:rotate(-7deg) translateX(-6px)}
.category-pattern-bubble{
  position:absolute;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.75);
  background:rgba(255,255,255,.28);
}
.bubble-one{width:34px;height:34px;right:34px;top:28px}
.bubble-two{width:16px;height:16px;right:78px;top:62px}
.category-pattern-letter{
  position:absolute;
  right:18px;
  bottom:-20px;
  color:rgba(36,93,18,.08);
  font-size:112px;
  line-height:1;
  font-weight:950;
  letter-spacing:-.07em;
  user-select:none;
}
.category-pattern-content{
  position:relative;
  z-index:2;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  min-height:132px;
}
.category-pattern-label{
  margin-bottom:auto;
  color:var(--green-dark);
  font-size:10px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.category-pattern-content b{
  display:block;
  max-width:78%;
  font-size:21px;
  line-height:1.2;
  letter-spacing:-.025em;
}
.category-pattern-content small{
  display:block;
  margin-top:6px;
  color:#667085;
  font-size:12px;
}
.category-pattern-arrow{
  position:absolute;
  right:18px;
  bottom:18px;
  z-index:3;
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border-radius:12px;
  background:rgba(255,255,255,.84);
  color:#284f1d;
  box-shadow:0 7px 18px rgba(16,24,40,.06);
  transition:transform .2s ease,background .2s ease,color .2s ease;
}
.category-pattern-arrow svg{
  width:18px;
  height:18px;
  fill:none;
  stroke:currentColor;
  stroke-width:2.2;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.category-pattern-card:hover .category-pattern-arrow{
  transform:translateX(3px);
  background:var(--green);
  color:#fff;
}

@media(max-width:1150px){
  .category-pattern-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:760px){
  .hero-index .hero-inner{padding-top:52px;padding-bottom:48px}
  .hero-index-pattern span:nth-child(1){width:330px;height:100px;right:-130px}
  .category-index{padding-top:52px;padding-bottom:58px}
  .category-pattern-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}
  .category-pattern-card{min-height:150px;padding:17px;border-radius:18px}
  .category-pattern-content{min-height:116px}
  .category-pattern-content b{font-size:17px;max-width:74%}
  .category-pattern-letter{font-size:88px;right:8px;bottom:-14px}
  .category-pattern-arrow{width:34px;height:34px;right:14px;bottom:14px}
}
@media(max-width:430px){
  .category-pattern-grid{grid-template-columns:1fr}
  .category-pattern-card{min-height:136px}
  .category-pattern-content{min-height:102px}
}
@media(prefers-reduced-motion:reduce){
  .category-pattern-card,.category-pattern-arrow,.category-pattern-wave{transition:none}
}

/* Card hanya menampilkan nama kategori. */
.category-pattern-card{
  min-height:132px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:24px;
  text-align:center;
}
.category-only-name{
  position:relative;
  z-index:3;
  display:block;
  max-width:100%;
  color:#163b12;
  font-size:19px;
  line-height:1.2;
  font-weight:950;
  letter-spacing:.055em;
  overflow-wrap:anywhere;
}
.category-pattern-wave{
  width:240px;
  height:86px;
  right:-64px;
  bottom:-44px;
  border-width:15px;
  opacity:.75;
}
.category-pattern-bubble{
  opacity:.76;
}
.category-pattern-card:hover .category-only-name{
  color:var(--green-dark);
}
.category-pattern-label,
.category-pattern-letter,
.category-pattern-arrow,
.category-pattern-content,
.category-pattern-content small{
  display:none !important;
}

@media(max-width:760px){
  .category-pattern-card{
    min-height:112px;
    padding:18px 14px;
  }
  .category-only-name{
    font-size:16px;
    letter-spacing:.045em;
  }
}
@media(max-width:430px){
  .category-pattern-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .category-pattern-card{
    min-height:104px;
  }
}
/* Stage 13 — highlighted offline store, footer address, mobile footer cleanup */
.offline-store-section{
  position:relative;
  width:min(1400px,calc(100% - 40px));
  margin:24px auto 0;
  overflow:hidden;
  border:1px solid #dbe8d6;
  border-radius:24px;
  background:
    radial-gradient(circle at 84% 20%,rgba(68,188,13,.14),transparent 28%),
    linear-gradient(135deg,#f4fbf1 0%,#ffffff 52%,#f2f8ff 100%);
  box-shadow:0 14px 36px rgba(16,24,40,.055);
}
.offline-store-pattern{
  position:absolute;
  inset:0;
  pointer-events:none;
  overflow:hidden;
}
.offline-store-pattern span{
  position:absolute;
  border:1px solid rgba(65,171,18,.14);
  border-radius:50%;
}
.offline-store-pattern span:nth-child(1){
  width:260px;height:260px;right:-92px;top:-120px;
}
.offline-store-pattern span:nth-child(2){
  width:150px;height:150px;right:120px;bottom:-96px;
}
.offline-store-pattern span:nth-child(3){
  width:54px;height:54px;left:42%;top:20px;
  background:rgba(255,255,255,.42);
}
.offline-store-content{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:center;
  gap:22px;
  padding:30px 34px;
}
.offline-store-icon{
  width:58px;
  height:58px;
  display:grid;
  place-items:center;
  border-radius:18px;
  background:var(--green);
  color:#fff;
  box-shadow:0 12px 26px rgba(78,193,9,.22);
}
.offline-store-icon svg,
.offline-map-button svg{
  width:27px;
  height:27px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.offline-store-kicker{
  display:block;
  margin-bottom:6px;
  color:var(--green-dark);
  font-size:10px;
  font-weight:900;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.offline-store-copy h2{
  margin:0;
  font-size:26px;
  line-height:1.2;
  letter-spacing:-.035em;
}
.offline-store-copy p{
  margin:9px 0 0;
  max-width:720px;
  color:#667085;
  font-size:13px;
  line-height:1.65;
}
.offline-store-copy address{
  margin-top:10px;
  max-width:800px;
  color:#344054;
  font-size:12px;
  line-height:1.6;
  font-style:normal;
}
.offline-store-actions{
  display:flex;
  flex-direction:column;
  align-items:stretch;
  gap:9px;
  min-width:210px;
}
.offline-map-button,
.offline-whatsapp-button{
  min-height:46px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  padding:0 17px;
  border-radius:13px;
  font-size:12px;
  font-weight:850;
  text-align:center;
  transition:transform .18s ease,box-shadow .18s ease,background .18s ease;
}
.offline-map-button{
  background:var(--green);
  color:#fff;
  box-shadow:0 10px 22px rgba(78,193,9,.2);
}
.offline-map-button svg{width:19px;height:19px}
.offline-whatsapp-button{
  border:1px solid #cddac9;
  background:rgba(255,255,255,.84);
  color:#253a20;
}
.offline-map-button:hover,
.offline-whatsapp-button:hover{
  transform:translateY(-2px);
}
.offline-map-button:hover{
  box-shadow:0 13px 28px rgba(78,193,9,.27);
}

.footer-address{
  margin-top:22px;
}
.footer-address b{
  display:block;
  margin-bottom:7px;
  color:#fff;
  font-size:12px;
}
.footer-address address{
  max-width:470px;
  color:#b6c9bd;
  font-size:12px;
  line-height:1.75;
  font-style:normal;
}

/* Hapus ruang putih mobile yang sebelumnya disediakan global untuk buy bar.
   Padding bawah hanya berlaku ketika halaman benar-benar memiliki mobile buy bar. */
@media(max-width:900px){
  body{padding-bottom:0 !important}
  body:has(.mobile-buy-bar){padding-bottom:78px !important}

  .offline-store-section{
    width:calc(100% - 28px);
    margin-top:18px;
    border-radius:19px;
  }
  .offline-store-content{
    grid-template-columns:1fr;
    gap:15px;
    padding:22px 20px;
  }
  .offline-store-icon{
    width:48px;
    height:48px;
    border-radius:14px;
  }
  .offline-store-icon svg{width:23px;height:23px}
  .offline-store-copy h2{
    font-size:21px;
  }
  .offline-store-copy p,
  .offline-store-copy address{
    font-size:12px;
  }
  .offline-store-actions{
    min-width:0;
    width:100%;
  }
  .offline-map-button,
  .offline-whatsapp-button{
    width:100%;
  }

  footer{
    margin-bottom:0 !important;
    padding-bottom:0 !important;
  }
  .footer-shell{
    padding-bottom:28px;
  }
  .copyright{
    margin-bottom:0 !important;
    padding-bottom:24px;
  }
}
