/* Mobile brief: preserve the accepted header, hero, Instagram and stores. */
.browse-categories{padding:44px 0 30px}
.browse-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:22px}
.browse-heading h2{font-size:28px}
.browse-heading .text-link{font-size:13px;min-height:44px;gap:4px;white-space:nowrap}
.category-rail{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 112px)/8);gap:16px;overflow-x:auto;scrollbar-width:none;scroll-snap-type:x mandatory;overscroll-behavior-x:contain;padding:3px 1px 6px}
.category-shortcut{display:flex;flex-direction:column;align-items:center;gap:11px;scroll-snap-align:start;min-width:0;text-align:center}
.category-shortcut>span{width:100%;aspect-ratio:1;overflow:hidden;border-radius:11px;background:var(--soft)}
.category-shortcut img{width:100%;height:100%;object-position:50% 66%;transition:transform .5s var(--ease)}
.category-shortcut strong{font-size:12px;font-weight:650;line-height:1.5;min-height:36px}
.category-rail-footer{display:flex;align-items:center;gap:20px;margin-top:4px}
.category-rail-footer>.rail-progress{flex:1;margin:0}
.collections-section{padding:0 0 56px}
.collection-shelf{border-bottom:1px solid var(--border);scroll-margin-top:24px}
.collection-shelf>summary{display:flex;align-items:center;gap:18px;list-style:none;min-height:90px;cursor:pointer;padding:17px 0}
.collection-shelf>summary::-webkit-details-marker{display:none}
.collection-mini{width:50px;height:50px;flex-shrink:0;border-radius:8px;overflow:hidden;background:var(--soft)}
.collection-mini img{width:100%;height:100%}
.collection-shelf>summary h2{font-size:23px;letter-spacing:-.025em}
.collection-expand{margin-left:auto;display:grid;place-items:center;width:40px;height:40px;border:1px solid var(--border);border-radius:50%;transition:background .2s}
.collection-expand .icon{width:18px;height:18px;transition:transform .25s}
.collection-shelf[open] .collection-expand .icon{transform:rotate(45deg)}
.collection-shelf[open]>summary{padding-bottom:10px}
.collection-shelf[open]>summary .collection-mini{display:none}
.collection-shelf[open]>summary h2{font-size:30px}
.collection-content{display:grid;grid-template-columns:230px minmax(0,1fr);gap:48px;padding:8px 0 36px}
.collection-intro>p{max-width:24ch;font-size:15px;line-height:1.75;color:var(--secondary)}
.collection-intro>.text-link{min-height:44px;font-size:13px;margin-top:16px}
.collection-intro>.rail-controls{margin-top:24px}
.collection-products{min-width:0}
.collection-products>.product-row{grid-auto-columns:calc((100% - 22px)/2);gap:22px;margin:0;padding:3px 1px 5px}
.collection-products .product-photo{aspect-ratio:1.3}
.collection-products .product-info{padding:18px}
.product-meta{font-size:12px}
.product-size{font-size:12px;white-space:nowrap}
.product-whatsapp{display:flex;align-items:center;justify-content:center;gap:7px;border:1px solid #c9d9cf;background:#fff;color:#216348;border-radius:7px;min-height:44px;padding:9px 8px;margin-top:8px;font-size:12px;font-weight:650;line-height:1.4;transition:background .2s,border-color .2s}
.product-whatsapp>.icon{width:19px;height:19px;flex-shrink:0}
.product-detail-link{width:100%}
.collection-products>.single-model{grid-auto-columns:100%}
.single-model .product-card{display:grid;grid-template-columns:1fr 1fr;min-height:325px}
.single-model .product-photo{aspect-ratio:auto;border-radius:11px 0 0 11px;min-height:0;height:360px}
.single-model .product-info{display:flex;flex-direction:column;justify-content:center;padding:32px}
.single-model .product-info h3{font-size:25px}
.single-model .product-detail-link{margin-top:27px}
.homes-intro .section-description{max-width:42ch}
.reviews-section{padding-top:0;padding-bottom:0}
.review-invitation{background:#f5f2ed;border:1px solid var(--border);border-radius:14px;display:grid;grid-template-columns:1fr 1fr;gap:70px;padding:42px 48px}
.review-symbol{font-size:68px;line-height:.7;color:var(--accent);display:block;font-family:Georgia,serif}
.review-heading>.eyebrow{margin-top:18px}
.review-content>p{font-size:15px;line-height:1.85;color:var(--secondary);max-width:48ch}
.review-write{margin-top:22px;width:fit-content}
.review-note{display:block;font-size:12px;margin-top:12px;color:var(--secondary)}
.review-rail{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 40px)/3);gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding:3px 1px 6px;overscroll-behavior-x:contain}
.review-card{background:white;border:1px solid var(--border);border-radius:12px;padding:25px;display:flex;flex-direction:column;scroll-snap-align:start;min-height:260px}
.review-stars{display:flex;gap:4px;color:#a97932;margin-bottom:20px}
.review-stars .icon{width:16px;height:16px}
.review-card blockquote{font-size:16px;line-height:1.8;margin:0 0 26px;color:var(--brand);flex:1}
.review-card footer{display:flex;align-items:center;gap:12px}
.review-initial{display:grid;place-items:center;background:var(--soft);border:1px solid var(--border);border-radius:50%;width:40px;height:40px;font-size:13px;font-weight:700;flex:none}
.review-card footer strong{display:block;font-size:13px;font-weight:650}
.review-card footer a{display:flex;align-items:center;gap:5px;min-height:28px;font-size:12px;color:var(--secondary);text-decoration:underline;text-underline-offset:3px}
.review-card footer .icon{width:13px;height:13px}
.reviews-header{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:28px}
.review-overview{display:flex;align-items:center;gap:10px;font-size:12px}
.review-overview strong{font-size:27px;color:var(--brand);letter-spacing:-.04em}
.review-overview .icon{color:#a97932;width:17px;height:17px}
.reviews-bottom{display:flex;align-items:center;gap:24px;margin-top:20px}
.reviews-bottom .review-note{margin:0;font-size:12px;line-height:1.7;flex:1}
.reviews-bottom>.text-link{font-size:12px;min-height:44px;white-space:nowrap}
.reviews-section.has-reviews{padding:42px 0;background:var(--soft);border-block:1px solid var(--border)}
.pause-bars{display:block;width:11px;height:13px;border-inline:3px solid currentColor}
.hero-autoplay[aria-pressed=true] .pause-bars{width:0;height:0;border:0;border-left:10px solid currentColor;border-top:6px solid transparent;border-bottom:6px solid transparent;margin-left:3px}
.hero-autoplay:disabled{opacity:.5}
.hero-arrows [data-slide-prev] .icon{transform:rotate(180deg)}
.hero-arrows [data-slide-next] .icon{transform:none}

/* The helper is a visitor-controlled conversation, with no fake live-agent status. */
.wa-widget{position:fixed;z-index:39;right:24px;bottom:24px;display:flex;flex-direction:column;align-items:flex-end;gap:12px}
.modal-open .wa-widget{opacity:0;pointer-events:none}
.wa-widget.is-obstructing:not(:focus-within){visibility:hidden;pointer-events:none}
.wa-launcher{display:flex;align-items:center;justify-content:center;gap:10px;min-height:54px;padding:0 19px 0 15px;background:#176b49;color:white;border:1px solid #ffffff75;border-radius:32px;box-shadow:0 5px 23px #073d2a26;font-size:13px;font-weight:650;transition:background .2s,transform .2s,box-shadow .2s}
.wa-launcher>.icon{width:27px;height:27px}
.wa-prompt{position:relative;width:239px;background:white;border:1px solid var(--border);border-radius:15px 15px 4px 15px;box-shadow:0 12px 45px #1c143518;animation:helper-in .32s var(--ease)}
.wa-prompt-question{display:flex;flex-direction:column;width:100%;padding:20px 22px 17px;align-items:flex-start;text-align:left;gap:8px}
.wa-prompt-question>span:first-child{font-size:12px;color:var(--secondary)}
.wa-prompt-question strong{font-size:19px;line-height:1.4;letter-spacing:-.035em;color:var(--brand)}
.wa-prompt-action{display:flex;align-items:center;gap:20px;color:#176b49;font-size:12px;margin-top:4px}
.wa-prompt-action .icon{width:17px;height:17px}
.wa-dismiss{position:absolute;right:0;top:0;width:40px;height:40px;display:grid;place-items:center;border-radius:50%;color:var(--secondary)}
.wa-dismiss .icon{width:16px;height:16px}
.wa-dialog{position:fixed;width:min(380px,calc(100% - 32px));max-height:calc(100dvh - 48px);inset:auto 24px 24px auto;margin:0;padding:0;border:1px solid #e7e6e1;border-radius:18px;overflow:auto;box-shadow:0 20px 80px #1c143535;background:#fbfaf8}
.wa-dialog::backdrop{background:#17102138;backdrop-filter:blur(2px)}
.wa-dialog-header{display:flex;align-items:center;gap:12px;background:#176b49;color:white;padding:20px}
.wa-avatar{display:grid;place-items:center;background:#ffffff17;border:1px solid #ffffff26;border-radius:50%;width:44px;height:44px;flex-shrink:0}
.wa-avatar>.icon{width:28px;height:28px}
.wa-dialog-header h2{font-size:19px;letter-spacing:-.025em;color:white}
.wa-dialog-header p{font-size:12px;color:#e1f2e9;margin-top:4px}
.wa-dialog-header .icon-button{margin-left:auto;color:white;flex-shrink:0}
.wa-dialog-header .icon-button:hover{background:#ffffff16}
.wa-dialog-body{padding:24px}
.wa-intro{font-size:14px;line-height:1.7;color:var(--secondary);max-width:28ch;margin-bottom:20px}
.wa-question{font-size:18px;font-weight:650;letter-spacing:-.025em;line-height:1.5;margin:0 0 16px;outline:0}
.wa-options{display:flex;flex-direction:column;gap:9px}
.wa-options>button{display:flex;align-items:center;gap:12px;min-height:53px;padding:12px 14px;background:white;border:1px solid var(--border);border-radius:9px;font-size:13px;text-align:left}
.wa-options>button>.icon:last-child{margin-left:auto;width:16px;height:16px}
.wa-options>button>.icon:first-child{color:#176b49}
.wa-answer{margin:0 0 20px auto;width:fit-content;border-radius:9px 9px 0 9px;background:#e6eee7;color:#22533b;font-size:12px;padding:10px 14px}
.wa-room-options{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:23px}
.wa-room-options>button{min-height:44px;background:white;border:1px solid #dedbd5;border-radius:24px;padding:10px 14px;font-size:12px;display:flex;align-items:center;gap:7px}
.wa-room-options>.selected{border-color:#176b49;color:#176b49;background:#ecf4ef}
.wa-room-options .icon{width:15px;height:15px}
.wa-continue{display:flex;align-items:center;justify-content:center;gap:9px;background:#176b49;color:white;min-height:52px;border-radius:9px;padding:12px;font-size:13px;font-weight:650}
.wa-continue .icon{flex-shrink:0;width:19px;height:19px}
.wa-back{display:block;margin:10px auto 0;font-size:12px;min-height:40px;text-decoration:underline;text-underline-offset:4px;color:var(--secondary)}
.wa-privacy{font-size:11px;color:var(--secondary);line-height:1.7;margin-top:23px;border-top:1px solid var(--border);padding-top:15px}
@keyframes helper-in{from{opacity:0;transform:translateY(9px) scale(.97)}to{opacity:1;transform:none}}
@media(hover:hover){.category-shortcut:hover img{transform:scale(1.05)}.category-shortcut:hover strong{color:var(--accent)}.collection-shelf>summary:hover .collection-expand{background:var(--soft)}.product-whatsapp:hover{background:#eff6f1;border-color:#8aaf98}.wa-launcher:hover{background:#11583b;transform:translateY(-2px);box-shadow:0 8px 26px #073d2a35}.wa-options>button:hover{border-color:#7e9c88;background:#f3f8f3}.wa-room-options>button:hover{border-color:#176b49}}
@media(max-width:1100px) and (min-width:760px){.category-rail{grid-auto-columns:calc((100% - 84px)/6.3);gap:14px}.collection-content{grid-template-columns:180px minmax(0,1fr);gap:24px}.single-model .product-info{padding:20px}.single-model .product-info h3{font-size:22px}.collection-products .product-price-line{display:block}.review-rail{grid-auto-columns:calc((100% - 40px)/2.5)}}
@media(max-width:759px){
 body{padding-bottom:calc(82px + env(safe-area-inset-bottom))}
 .trust-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:23px 18px;padding-block:24px}
 .trust-grid>div{display:grid;grid-template-columns:24px minmax(0,1fr);gap:11px;justify-content:normal;align-items:center}
 .trust-grid>div+div::before{display:none}
 .trust-grid .icon{width:23px;height:23px}
 .trust-grid p{gap:5px;min-width:0}
 .trust-grid strong{font-size:11px;line-height:1.5;white-space:normal}
 .trust-grid span{font-size:10px;line-height:1.5}
 .browse-categories{padding:31px 0 12px}
 .browse-heading{margin-bottom:15px}
 .browse-heading h2{font-size:25px;letter-spacing:-.04em}
 .browse-heading .text-link{font-size:11px;min-height:40px}
 .category-rail{grid-auto-columns:27%;gap:12px;margin-right:-16px;padding-right:16px}
 .category-shortcut{gap:9px}
 .category-shortcut>span{border-radius:9px}
 .category-shortcut strong{font-size:11px;min-height:34px;line-height:1.55}
 .category-rail-footer{margin-top:3px;gap:18px}
 .category-rail-footer>.rail-controls{display:none}
 .category-rail-footer>.rail-progress{flex:none;width:48px;height:2px;margin:0 auto;background:#e8e2da}
 .collections-section{padding-bottom:35px}
 .collection-shelf{scroll-margin-top:16px}
 .collection-shelf>summary{min-height:78px;padding:15px 0;gap:13px}
 .collection-mini{width:46px;height:46px;border-radius:8px}
 .collection-shelf>summary h2{font-size:18px;letter-spacing:-.025em}
 .collection-shelf[open]>summary{padding-top:28px;min-height:64px;padding-bottom:6px}
 .collection-shelf[open]>summary h2{font-size:27px}
 .collection-expand{width:36px;height:36px;flex-shrink:0}
 .collection-expand>.icon{width:16px;height:16px}
 .collection-content{display:block;padding:0 0 25px}
 .collection-intro{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;column-gap:12px;margin-bottom:18px}
 .collection-intro>p{font-size:12px;max-width:none;width:100%;line-height:1.7;margin-bottom:4px}
 .collection-intro>.text-link{font-size:11px;min-height:38px;margin:0;gap:13px}
 .collection-intro>.rail-controls{margin:0}
 .collection-intro>.rail-controls button{width:37px;height:37px}
 .collection-products>.product-row{grid-auto-columns:84%;gap:14px;margin-right:-16px;padding-right:16px}
 .collection-products>.single-model{grid-auto-columns:100%;margin-right:0;padding-right:1px}
 .single-model .product-card{display:block;min-height:0}
 .collection-products .product-photo,.single-model .product-photo{aspect-ratio:1.13;min-height:0;height:auto;border-radius:11px 11px 0 0}
 .collection-products .product-info,.single-model .product-info{display:block;padding:15px 14px 14px}
 .product-info h3,.single-model .product-info h3{font-size:20px;margin-bottom:12px}
 .product-meta{font-size:11px;line-height:1.5}
 .product-size{font-size:10px}
 .product-whatsapp{font-size:11px;gap:6px;min-height:44px}
 .product-detail-link,.single-model .product-detail-link{font-size:12px;min-height:44px;margin-top:15px}
 .collection-products .rail-progress{margin-top:14px}
 .single-model .product-photo{aspect-ratio:1.36}
 .homes-intro .section-description{font-size:12px;max-width:30ch}
 .review-invitation{display:block;padding:29px 24px;border-radius:12px}
 .review-heading h2{font-size:27px}
 .review-heading .eyebrow{font-size:9px;line-height:1.7;max-width:28ch}
 .review-content>p{font-size:13px;margin-top:17px;line-height:1.8}
 .review-write{font-size:12px;min-height:47px;margin-top:19px;width:100%}
 .review-note{font-size:11px;line-height:1.7}
 .reviews-section.has-reviews{padding:33px 0}
 .reviews-header{display:block;margin-bottom:22px}
 .reviews-header h2{font-size:27px}
 .review-overview{margin-top:12px;font-size:11px;gap:8px}
 .review-overview strong{font-size:23px}
 .review-rail{grid-auto-columns:86%;gap:14px;margin-right:-16px;padding-right:16px}
 .review-card{padding:23px 22px;min-height:260px}
 .review-card blockquote{font-size:15px;line-height:1.85}
 .review-card footer strong{font-size:12px}
 .reviews-bottom{display:flex;flex-wrap:wrap;gap:6px 15px;margin-top:14px}
 .reviews-bottom>.review-note{font-size:10px;flex-basis:100%}
 .reviews-bottom>.text-link{margin-right:auto;font-size:11px}
 .reviews-bottom .rail-controls button{width:38px;height:38px}
 .hero-arrows{gap:6px}
 .hero-arrows .hero-autoplay{width:32px;background:#ffffff80;border-color:#ffffff80}
 .hero-autoplay .pause-bars{height:10px;width:9px;border-inline-width:2px}
 .bottom-bar{min-height:74px;left:0;right:0;bottom:0;border:0;border-top:1px solid #e6e1dd;border-radius:18px 18px 0 0;box-shadow:0 -5px 26px #1c14350a;padding:7px 12px calc(7px + env(safe-area-inset-bottom));gap:5px;background:#ffffffed;backdrop-filter:blur(18px)}
 .bottom-bar>*{border-radius:11px;gap:4px;min-height:58px;font-size:10px;transition:background .2s,color .2s,transform .2s}
 .bottom-bar>.active{background:#f6ebe7;color:#a23122;font-weight:700}
 .bottom-bar>.active::before{display:none}
 .bottom-bar .icon{height:21px;width:21px}
 .bottom-bar>*:active{transform:scale(.95)}
 .wa-widget{right:15px;bottom:calc(87px + env(safe-area-inset-bottom));gap:10px}
 .wa-launcher{width:51px;height:51px;min-height:51px;border-radius:50%;padding:0;box-shadow:0 4px 20px #073d2a26}
 .wa-launcher>.icon{width:27px;height:27px}
 .wa-launcher>span{display:none}
 .wa-prompt{width:224px}
 .wa-prompt-question{padding:18px 20px 16px}
 .wa-prompt-question strong{font-size:18px}
 .wa-dialog{width:calc(100% - 24px);max-height:calc(100dvh - 40px);inset:auto 12px calc(16px + env(safe-area-inset-bottom)) 12px;border-radius:17px;padding:0;margin:0}
 .wa-dialog-header{padding:18px}
 .wa-dialog-body{padding:21px}
 .wa-dialog-header h2{font-size:19px}
 .wa-question{font-size:18px}
}
@media(max-width:374px){.trust-grid{gap:22px 10px}.trust-grid>div{grid-template-columns:21px minmax(0,1fr);gap:9px}.trust-grid strong{font-size:10px}.trust-grid span{font-size:9px}.trust-grid .icon{width:21px;height:21px}.category-rail{grid-auto-columns:29%}.collection-shelf[open]>summary h2{font-size:25px}.collection-products>.product-row{grid-auto-columns:89%}.collection-products>.single-model{grid-auto-columns:100%}.collection-products .product-info{padding-inline:12px}.product-whatsapp{font-size:10px}.review-card{padding:20px}.bottom-bar{padding-inline:8px}.wa-widget{right:13px}.wa-dialog-body{padding:18px}.wa-dialog-header{padding:16px}.wa-question{font-size:17px}}
@media(prefers-reduced-motion:reduce){.wa-prompt{animation:none}.category-shortcut img,.collection-expand .icon,.bottom-bar>*{transition:none}}

/* One compact card treatment across home shelves and catalogue results. */
.product-card .product-photo{aspect-ratio:1.35}
.product-card .product-info{container-type:inline-size;padding:13px 14px 14px}
.product-card .product-meta{font-size:11px;line-height:1.4;margin-bottom:5px}
.product-card .product-info h3{font-size:19px;line-height:1.3;margin-bottom:9px;letter-spacing:-.025em}
.product-card .product-price-line{display:flex;align-items:baseline;flex-wrap:wrap;gap:3px 9px}
.product-card .price-row{flex-wrap:nowrap;gap:7px}
.product-card .price{font-size:23px;line-height:1.3}
.product-card .price-row del{font-size:10px}
.product-card .product-size{font-size:10px;margin:0}
.product-actions{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:8px;margin-top:13px}
.product-actions>.product-detail-link,.product-actions>.product-whatsapp{display:flex;align-items:center;justify-content:center;width:100%;min-width:0;min-height:44px;margin:0;padding:10px 8px;border-radius:7px;font-size:12px;font-weight:650;line-height:1.25;text-align:center;gap:6px}
.product-actions>.product-detail-link{background:var(--accent);color:#fff;border:1px solid var(--accent)}
.product-actions>.product-whatsapp{background:#18794e;color:#fff;border:1px solid #18794e}
.product-actions>.product-whatsapp>.icon{width:18px;height:18px;flex-shrink:0}
.product-actions>*>span{min-width:0;overflow-wrap:normal}
@container(max-width:200px){
 .product-actions{gap:4px;margin-top:11px}
 .product-actions>.product-detail-link,.product-actions>.product-whatsapp{font-size:10px;line-height:1.25;padding:7px 4px;gap:3px;border-radius:6px}
 .product-actions>.product-whatsapp>.icon{width:13px;height:13px}
}
@media(min-width:760px){
 .single-model .product-card{min-height:280px}
 .single-model .product-photo{height:280px;aspect-ratio:auto}
 .single-model .product-info{padding:24px}
 .single-model .product-info h3{font-size:23px}
}
@media(max-width:759px){
 .product-card .product-info{padding:12px}
 .product-card .product-photo{aspect-ratio:1.35}
 .compact-card .product-info{padding:10px 8px}
 .compact-card .product-photo{aspect-ratio:1.12}
 .compact-card .product-info h3{font-size:15px;margin-bottom:7px}
 .compact-card .product-meta{font-size:10px}
 .compact-card .price{font-size:19px}
 .compact-card .product-size{font-size:10px}
 .compact-card .price-row{gap:5px}
 .compact-card .price-row del{font-size:9px}
}
@media(hover:hover){
 .product-actions>.product-detail-link:hover{background:#96201a;border-color:#96201a}
 .product-actions>.product-whatsapp:hover{background:#11633e;border-color:#11633e;color:#fff}
}

/* Keep product photography proportional to a browsing card, not a banner. */
.product-card .product-photo{width:100%;aspect-ratio:1.6;max-height:220px}
.product-card .product-photo>img{object-position:50% 42%}
.product-card .photo-detail{width:30px;height:30px;right:10px;bottom:10px}
.product-card .photo-detail>.icon{width:16px;height:16px}
@media(min-width:760px){
 .single-model .product-card{grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);min-height:220px}
 .single-model .product-photo{height:220px;aspect-ratio:auto}
 .single-model .product-info{padding:20px 24px}
}
@media(max-width:759px){
 .collection-products>.product-row,.collection-products>.single-model{grid-auto-columns:clamp(224px,72vw,268px);gap:14px}
 .collection-products>.single-model{margin-right:-16px;padding-right:16px}
 .collection-products .product-photo{height:auto;aspect-ratio:1.6;max-height:168px}
 .compact-card .product-photo{aspect-ratio:1.3;max-height:190px}
}

/* WhatsApp's own mark and recognizable green, with readable action labels. */
:root{--whatsapp-green:#25d366;--whatsapp-ink:#073d28}
img.whatsapp-brand{display:inline-block;object-fit:contain;object-position:center;flex-shrink:0}
.product-actions>.product-whatsapp,.wa-launcher,.wa-continue{background:var(--whatsapp-green);border-color:var(--whatsapp-green);color:var(--whatsapp-ink)}
.product-actions>.product-whatsapp{font-weight:750}
.product-actions>.product-whatsapp>.whatsapp-brand{width:21px;height:21px}
.wa-launcher{box-shadow:0 5px 22px #128c7e26;border:0}
.wa-launcher>.whatsapp-brand{width:30px;height:30px}
.wa-dialog-header{background:var(--whatsapp-green);color:var(--whatsapp-ink)}
.wa-dialog-header h2,.wa-dialog-header .icon-button{color:var(--whatsapp-ink)}
.wa-dialog-header p{color:#145b35}
.wa-avatar{background:none;border:0}
.wa-avatar>.whatsapp-brand{width:37px;height:37px}
.wa-continue{font-weight:750}
.wa-continue>.whatsapp-brand{width:23px;height:23px}
.wa-prompt-action{color:#08723a;font-weight:700}
@container(max-width:200px){.product-actions>.product-whatsapp>.whatsapp-brand{width:15px;height:15px}}
@media(hover:hover){
 .product-actions>.product-whatsapp:hover,.wa-launcher:hover,.wa-continue:hover{background:#20c65e;border-color:#20c65e;color:var(--whatsapp-ink)}
 .wa-launcher:hover{box-shadow:0 8px 24px #128c7e30}
 .wa-dialog-header .icon-button:hover{background:#ffffff40}
}

/* One category vocabulary, with a clear starting point for browsing. */
.category-strip .container{justify-content:center;gap:38px}
.category-strip .nav-featured{color:var(--brand);font-weight:800;gap:8px}
.category-strip .nav-featured .icon{width:17px;height:17px}
.category-rail{grid-auto-columns:calc((100% - 80px)/5);gap:20px;padding:5px 4px 7px}
.category-shortcut>span{position:relative;aspect-ratio:1.45}
.category-shortcut strong{font-size:14px;min-height:24px}
.category-featured>span{outline:2px solid var(--brand);outline-offset:3px}
.category-featured strong{font-weight:800;color:var(--brand)}
.category-featured-mark{position:absolute;right:9px;bottom:9px;display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:var(--brand);color:white}
.category-featured-mark>.icon{width:15px;height:15px}
.featured-collection{margin:12px 0 24px;padding:18px 28px 8px;border:1px solid #e4ded5;border-radius:20px;background:#f5f3ef;color:var(--brand);overflow:hidden}
.featured-collection>summary{min-height:72px;padding-block:12px}
.featured-collection[open]>summary h2{font-size:36px;letter-spacing:-.035em;color:var(--brand)}
.featured-collection>summary h2{color:var(--brand)}
.featured-collection .collection-expand{border-color:#d9d2c8;color:var(--brand);background:#ffffffa6}
.featured-collection[open] .collection-content{display:block;padding-bottom:18px}
.featured-collection .collection-intro{display:flex;align-items:center;gap:22px;margin-bottom:22px}
.featured-collection .collection-intro>p{max-width:none;color:var(--secondary);flex:1;line-height:1.6}
.featured-collection .collection-intro>.text-link{color:var(--brand);margin:0;font-size:13px;white-space:nowrap}
.featured-collection .rail-controls{margin:0}
.featured-collection .rail-controls button{color:var(--brand);border-color:#d9d2c8;background:#fff}
.featured-collection .collection-products>.product-row{grid-auto-columns:calc((100% - 40px)/3);gap:20px}
.featured-collection .product-card{background:#fff;color:var(--brand);border-color:#e6e1da}
.featured-collection .rail-progress{background:#dfdad2;margin-top:20px}
.featured-collection .rail-progress span{background:var(--brand)}
.collection-empty{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:12px;padding:26px 30px;background:var(--soft);border:1px solid var(--border);border-radius:12px;min-height:145px}
.collection-empty p{font-size:15px;line-height:1.6;color:var(--secondary);max-width:38ch}
.collection-empty .text-link{font-size:14px;min-height:44px}
.menu-list>.menu-featured{background:var(--brand);color:#fff;border:0;border-radius:10px;padding-inline:15px;margin-bottom:4px;gap:10px}
.menu-featured>.icon:last-child{margin-left:auto}
.chip-featured{border-color:var(--brand);background:var(--brand);color:#fff}
.wa-launcher:focus-visible{outline-color:#08723a;border-radius:32px}
@media(hover:hover){
 .featured-collection>summary:hover .collection-expand{background:#ebe6dd}
 .featured-collection .rail-controls button:not(:disabled):hover{background:#ebe6dd}
 .menu-list>.menu-featured:hover{background:#302749}
}
@media(max-width:1100px) and (min-width:760px){
 .category-strip .container{gap:24px}
 .category-rail{grid-auto-columns:calc((100% - 64px)/5);gap:16px}
 .category-shortcut strong{font-size:12px}
 .featured-collection{padding-inline:22px}
 .featured-collection .collection-products>.product-row{grid-auto-columns:calc((100% - 20px)/2);gap:20px}
}
@media(max-width:759px){
 .category-strip .container{justify-content:flex-start;gap:24px}
 .category-strip .nav-featured{font-size:12px}
 .category-rail{grid-auto-columns:clamp(112px,30vw,152px);gap:15px;padding-top:5px;padding-left:4px}
 .category-shortcut>span{aspect-ratio:1.12}
 .category-shortcut strong{font-size:12px;min-height:37px;line-height:1.45;max-width:12ch}
 .category-featured-mark{width:25px;height:25px;right:7px;bottom:7px}
 .featured-collection{margin-top:18px;padding:12px 16px 0;border-radius:16px}
 .featured-collection[open]>summary{padding-top:12px;padding-bottom:6px;gap:10px}
 .featured-collection[open]>summary h2{font-size:28px;line-height:1.2;max-width:12ch}
 .featured-collection .collection-intro{gap:8px 16px;margin-bottom:18px}
 .featured-collection .collection-intro>p{flex-basis:100%;font-size:13px;max-width:27ch;margin-bottom:3px}
 .featured-collection .collection-intro>.text-link{font-size:12px;margin-right:auto}
 .featured-collection .collection-products>.product-row{grid-auto-columns:clamp(224px,72vw,268px);gap:14px;margin-right:-16px;padding-right:16px}
 .collection-empty{padding:20px;gap:8px;min-height:132px}
 .collection-empty p,.collection-empty .text-link{font-size:13px}
 /* Compact paired benefits leave more room for browsing on mobile. */
 .trust-strip{margin-top:16px;background:#f7f6f3;border-block:1px solid #e7e3df}
 .trust-grid{width:calc(100% - 32px);max-width:520px;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;padding-block:6px}
 .trust-grid>div{display:grid;grid-template-columns:20px minmax(0,1fr);justify-content:start;align-items:center;gap:9px;padding:10px 8px;min-width:0;min-height:54px;text-align:left}
 .trust-grid>div:nth-child(odd){border-right:1px solid #e6e2dc}
 .trust-grid>div:nth-child(-n+2){border-bottom:0}
 .trust-grid>div+div::before{display:none}
 .trust-grid .icon{width:20px;height:20px;flex:none}
 .trust-grid p{align-items:flex-start;gap:2px}
 .trust-grid strong{font-size:12px;font-weight:750;line-height:1.35;white-space:normal}
 .trust-grid span{font-size:11px;line-height:1.4}
 /* The active icon is the anchor; the whole navigation item stays light. */
 .bottom-bar>*{gap:3px;min-height:58px;border-radius:11px;font-size:11px;color:#716c66}
 .bottom-bar>.active{background:transparent;color:var(--brand);font-weight:800}
 .bottom-bar .nav-symbol{display:grid;place-items:center;width:50px;height:30px;border-radius:11px;color:inherit;transition:background .22s var(--ease),color .22s var(--ease),box-shadow .22s var(--ease),transform .22s var(--ease)}
 .bottom-bar>.active .nav-symbol{background:var(--brand);color:#fff;box-shadow:0 3px 8px #1c173424;transform:translateY(-1px)}
 .bottom-bar .icon{width:20px;height:20px}
 .bottom-bar>*:focus-visible{outline:2px solid var(--brand);outline-offset:-2px}
 .bottom-bar>*:active{transform:scale(.97)}
}
@media(max-width:359px){.featured-collection{padding-inline:12px}.featured-collection[open]>summary h2{font-size:26px}.featured-collection .collection-products>.product-row{margin-right:-12px;padding-right:12px}.bottom-bar>*{font-size:10px}}
@media(prefers-reduced-motion:reduce){.bottom-bar .nav-symbol{transition:none}}

/* Heading-level copy and consistent cards, regardless of collection size. */
@media(min-width:760px){
 .collections-section{--shelf-card-width:280px}
 .collection-content,.featured-collection[open] .collection-content{display:block;padding:0 0 28px}
 .collection-intro,.featured-collection .collection-intro{display:flex;align-items:center;gap:24px;min-height:56px;margin:0 0 22px}
 .collection-intro>p,.featured-collection .collection-intro>p{flex:1;max-width:none;font-size:14px;line-height:1.65;margin:0}
 .collection-intro>.text-link,.featured-collection .collection-intro>.text-link{flex:none;min-height:44px;margin:0;font-size:13px;white-space:nowrap}
 .collection-intro>.rail-controls{margin:0;flex:none}
 .collection-products>.product-row,.featured-collection .collection-products>.product-row{grid-auto-columns:var(--shelf-card-width);justify-content:start;gap:20px;margin:0;padding:3px 1px 5px}
 .collection-products .product-photo{height:auto;aspect-ratio:1.6;max-height:none}
 .collection-products .product-info{padding:13px 14px 14px}
 .collection-products .product-info h3{font-size:19px}
 .collection-products .product-price-line{display:flex}
 .collection-products .collection-empty{max-width:600px}
}
@media(min-width:1101px){
 .collection-shelf[open]{display:flow-root}
 .collection-shelf[open]>summary{float:left;min-height:76px;padding:0;margin:0 32px 18px 0}
 .collection-shelf[open]>summary h2{font-size:30px}
 .featured-collection[open]>summary h2{font-size:32px}
 .collection-shelf[open]>summary .collection-expand{margin-left:4px;width:34px;height:34px}
 .collection-intro,.featured-collection .collection-intro{min-height:76px;margin-bottom:18px}
 .collection-intro>p,.featured-collection .collection-intro>p{max-width:38ch}
 .collection-intro>.text-link,.featured-collection .collection-intro>.text-link{margin-left:auto}
 .collection-products{clear:both}
}
