@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(assets/fonts/font-0.ttf) format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(assets/fonts/font-1.ttf) format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(assets/fonts/font-2.ttf) format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(assets/fonts/font-3.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(assets/fonts/font-4.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(assets/fonts/font-5.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(assets/fonts/font-6.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(assets/fonts/font-7.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(assets/fonts/font-8.ttf) format('truetype');
}

:root{--ink:#20251f;--muted:#6e756b;--line:#e5e8e0;--lime:#d6f578;--light:#f5f6f2;--green:#496032;--radius:18px}*{box-sizing:border-box}body{margin:0;background:#fff;color:var(--ink);font-family:'DM Sans',Arial,sans-serif;font-size:16px}button,input,select{font:inherit}button,a,input,select{-webkit-tap-highlight-color:transparent}button{cursor:pointer;color:inherit}button{border:0;background:none}button:disabled{cursor:not-allowed;opacity:.45}a{color:inherit}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid #748f31;outline-offset:3px}svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;vertical-align:middle}h1,h2,h3,p{margin:0}h1,h2,h3{font-family:Manrope,'DM Sans',Arial,sans-serif}input{min-width:0}small{font-size:12px}.demo-bar{height:30px;padding:0 30px;background:#20251f;color:#eff2e8;display:flex;align-items:center;justify-content:space-between;font-size:11px;letter-spacing:.4px}.demo-bar>span:first-child{font-size:10px;letter-spacing:1.5px;display:flex;align-items:center;gap:8px}.demo-bar i{width:6px;height:6px;background:var(--lime);border-radius:50%}.header{height:100px;display:flex;align-items:center;gap:34px;padding:0 30px;border-bottom:1px solid var(--line);background:white;position:sticky;top:0;z-index:10}.brand{text-decoration:none;width:180px;flex-shrink:0;display:flex;flex-direction:column;line-height:1}.brand-word{font-size:43px;font-weight:650;letter-spacing:-3px}.brand-star{font-size:28px;padding-left:5px;vertical-align:top;line-height:1.3}.brand-sub{font-size:9px;margin:8px 0 0 3px;letter-spacing:2px}.search-wrap{background:var(--light);border:1px solid #eff0eb;border-radius:12px;display:flex;align-items:center;gap:13px;padding:0 17px;width:100%;max-width:655px;height:49px}.search-wrap input{border:0;background:none;outline:none;width:100%;font-size:14px}.search-wrap kbd{border:1px solid #dce0d5;border-radius:4px;padding:1px 6px;color:#979c91}.header-right{margin-left:auto;display:flex;align-items:center;gap:20px}.pro-label{font-size:10px;letter-spacing:1.2px;white-space:nowrap;line-height:1.7}.pro-label strong{font-size:13px;letter-spacing:0;font-weight:500}.app-layout{display:grid;grid-template-columns:216px minmax(0,1fr) 310px;max-width:1800px;margin:auto}.sidebar{padding:30px 19px 20px 22px;border-right:1px solid var(--line);position:sticky;top:100px;height:calc(100dvh - 100px);overflow:auto;display:flex;flex-direction:column}.sidebar-heading{font-size:9px;letter-spacing:1.4px;color:#858a81;margin-bottom:20px;white-space:nowrap}.nav-item{display:flex;width:100%;align-items:center;gap:11px;padding:13px 12px;margin:3px 0;font-size:14px;border-radius:10px;text-align:left;transition:background .18s}.nav-item svg{width:19px;height:19px}.nav-item:hover{background:var(--light)}.nav-item.active{background:var(--ink);color:#fff}.nav-item.active svg{color:var(--lime)}.nav-item .nav-count{margin-left:auto;font-size:11px;color:#92998e}.nav-item.active .nav-count{color:#d6f578}.nav-divider{height:1px;background:var(--line);margin:16px 10px}.sidebar-note{margin:32px 10px 20px;padding-top:22px;border-top:1px solid var(--line)}.sidebar-note>span{display:block;color:#7a8f51;margin-bottom:12px}.sidebar-note strong{font-family:Manrope;font-size:15px;line-height:1.6}.sidebar-note p{font-size:12px;color:var(--muted);line-height:1.8;margin:8px 0 20px}.truss-word{font-family:Georgia,serif;font-size:30px;letter-spacing:1px;line-height:1}.truss-word small{display:block;font-family:Arial,sans-serif;font-size:7px;letter-spacing:2.2px;margin-top:6px}.curate-button{margin-top:auto;text-align:left;font-size:12px;color:var(--muted);display:flex;gap:8px;align-items:center;padding:16px 5px}.curate-button svg{width:16px}.tiny-label{font-size:8px;letter-spacing:.8px;border:1px solid #d8ddd1;padding:3px;border-radius:4px}main{padding:28px 28px 0;min-width:0}.welcome{height:226px;border-radius:18px;background:#edf2e4;position:relative;overflow:hidden;padding:27px 30px}.eyebrow{font-size:10px;font-weight:650;letter-spacing:1.7px}.welcome .eyebrow{color:#5c6950;font-size:9px}.welcome h1{font-size:36px;line-height:1.15;letter-spacing:-1.7px;margin:13px 0 10px;font-weight:650}.welcome h1>span{color:#65784b}.welcome p{font-size:12px;color:#56604e}.welcome-art{position:absolute;inset:0 0 0 48%;pointer-events:none}.orbit{width:215px;height:215px;position:absolute;right:15%;top:25px;border-radius:50%;background:#dce8c6}.welcome-art img{position:absolute;height:210px;width:150px;object-fit:contain;mix-blend-mode:multiply;bottom:-14px;right:12%;transform:rotate(12deg);filter:drop-shadow(8px 9px 7px #0002)}.welcome-art img:nth-of-type(1){height:200px;right:42%;transform:rotate(-12deg);bottom:2px}.welcome-seal{position:absolute;right:9px;top:24px;font-size:6px;letter-spacing:.7px;transform:rotate(12deg);text-align:center;line-height:1.6}.welcome-seal b{font-size:19px;line-height:1.4}.hero-link{position:absolute;bottom:19px;left:30px;font-size:11px;border-bottom:1px solid #7c8a67;padding:0 0 4px}.hero-link span{margin-left:12px}.need-section{margin:27px 0 29px}.section-intro{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:15px}.section-intro h2{font-size:15px;font-weight:650}.section-intro>span{font-size:11px;color:var(--muted)}.need-pills{display:flex;gap:8px;overflow:auto;padding:2px 0 6px;scrollbar-width:thin}.need-pill{border:1px solid var(--line);border-radius:50px;white-space:nowrap;padding:10px 14px;display:flex;align-items:center;gap:8px;font-size:12px;min-height:43px}.need-pill svg{width:17px;height:17px}.need-pill:hover,.need-pill.active{background:#eff6dd;border-color:#acbf83;color:#3c521e}.catalog-heading{display:flex;justify-content:space-between;align-items:center;gap:15px}.catalog-heading .eyebrow{color:#798466;font-size:9px}.catalog-heading h2{font-size:23px;letter-spacing:-.8px;margin:7px 0;font-weight:700}.catalog-heading h2>span{font-size:24px;color:#718a43;margin-left:6px}.catalog-heading p{font-size:12px;color:var(--muted)}.outline-button{border:1px solid #dce1d3;border-radius:8px;display:flex;align-items:center;gap:8px;min-height:42px;padding:9px 13px;font-size:12px;flex-shrink:0}.outline-button svg{width:16px}.outline-button:hover{background:var(--light)}.results-toolbar{display:flex;justify-content:space-between;align-items:center;font-size:11px;color:var(--muted);padding:21px 0 14px}.results-toolbar>div{display:flex;align-items:center;gap:12px}.sort-label{display:flex;align-items:center;gap:6px}.sort-label select{border:0;color:var(--ink);font-size:11px;background:white;max-width:130px;min-height:32px}.active-filters{display:flex;gap:5px;flex-wrap:wrap}.filter-tag{font-size:11px;background:#edf3e3;border-radius:20px;padding:5px 10px;margin:0 0 12px}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}.product-card{border:1px solid var(--line);border-radius:13px;overflow:hidden;background:white;position:relative;transition:box-shadow .2s,border-color .2s;min-width:0}.product-card:hover{border-color:#bec9aa;box-shadow:0 7px 20px #283d1010}.product-image-button{display:block;width:100%;height:181px;position:relative;background:#f6f7f3;padding:16px 25px;cursor:pointer}.product-image-button img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply;transition:transform .25s}.product-card:hover .product-image-button img{transform:translateY(-3px) scale(1.03)}.product-badge{position:absolute;left:10px;top:10px;border-radius:5px;padding:5px 7px;font-size:9px;line-height:1;font-weight:650;z-index:1;background:var(--ink);color:white}.product-badge.discount{background:var(--lime);color:#36451e}.product-info{padding:14px}.product-line{font-size:8px;letter-spacing:1.2px;color:#8b9380;margin-bottom:5px;text-transform:uppercase}.product-name{font-size:13px;line-height:1.4;font-weight:650;text-align:left;padding:0;display:block;min-height:36px}.product-size{font-size:11px;color:var(--muted);margin-top:5px}.product-bottom{display:flex;justify-content:space-between;align-items:flex-end;margin-top:13px;gap:5px}.price-old{font-size:10px;color:#8b9284;display:block;text-decoration:line-through;min-height:14px}.price-current{font-size:17px;font-weight:700;letter-spacing:-.5px;white-space:nowrap}.add-button{width:36px;height:36px;flex-shrink:0;border-radius:50%;background:var(--lime);font-size:26px;display:grid;place-items:center;line-height:1}.add-button:hover{background:#c2e660}.quantity-control{display:flex;align-items:center;border:1px solid #dce3d2;border-radius:30px;background:#f5f8ef;overflow:hidden;flex-shrink:0}.quantity-control button{width:30px;height:34px;font-size:21px;padding:0}.quantity-control b{font-size:12px;min-width:17px;text-align:center}.product-bottom .quantity-control{position:relative}.product-bottom .quantity-control button{width:25px;height:32px}.show-all{margin:24px auto 32px;border:1px solid #cad2be;border-radius:9px;display:flex;align-items:center;justify-content:center;gap:24px;padding:13px 25px;font-size:13px}.shop-footer{border-top:1px solid var(--line);padding:24px 0;display:flex;flex-wrap:wrap;gap:12px;align-items:center;justify-content:space-between;color:#8b9085;font-size:10px}.shop-footer>span:first-child{font-weight:700;color:#5d6555}.cart-panel{border-left:1px solid var(--line);padding:29px 22px 19px;position:sticky;top:100px;height:calc(100dvh - 100px);display:flex;flex-direction:column;min-width:0;background:#fff}.cart-heading{display:flex;align-items:center;justify-content:space-between}.cart-heading h2{font-size:19px;letter-spacing:-.5px}.cart-heading h2>span{margin-left:7px;background:#eef2e7;color:#5a6b44;border-radius:50%;font:600 11px 'DM Sans',Arial;display:inline-grid;width:23px;height:23px;place-items:center;vertical-align:middle}.cart-subtitle{font-size:10px;color:var(--muted);margin-top:10px;padding-bottom:20px;border-bottom:1px solid var(--line)}.cart-items{overflow:auto;flex:1;min-height:100px;scrollbar-width:thin}.empty-cart{text-align:center;padding:53px 8px 35px}.empty-cart-icon{width:65px;height:65px;border-radius:50%;background:#f0f3e9;margin:0 auto 21px;display:grid;place-items:center}.empty-cart-icon svg{width:28px;height:28px;stroke:#819264}.empty-cart h3{font-size:15px;margin-bottom:9px}.empty-cart p{font-size:12px;line-height:1.7;color:var(--muted)}.cart-tip{font-size:11px;line-height:1.7;background:#f5f7ef;padding:12px;border-radius:9px;color:#63744a;margin-top:27px}.cart-item{display:flex;gap:12px;padding:17px 0;border-bottom:1px solid var(--line)}.cart-thumb{width:57px;height:74px;object-fit:contain;background:var(--light);border-radius:7px;padding:6px}.cart-item-main{flex:1;min-width:0}.cart-item-top{display:flex;gap:5px;justify-content:space-between}.cart-item h3{font-size:12px;line-height:1.4;font-weight:650}.cart-item .remove-item{font-size:16px;color:#969d8c;width:22px;height:25px;flex-shrink:0}.cart-item small{display:block;font-size:10px;color:var(--muted);margin:5px 0 9px}.cart-item-bottom{display:flex;justify-content:space-between;gap:4px;align-items:center}.cart-item-bottom strong{font-size:12px}.cart-item .quantity-control button{width:24px;height:27px}.cart-item .quantity-control b{font-size:11px}.cart-summary{padding-top:18px;border-top:1px solid var(--line)}.summary-row{display:flex;justify-content:space-between;gap:14px;font-size:12px;margin:0 0 12px}.summary-row.savings{color:#587331}.summary-row.total{font-size:18px;font-weight:700;padding-top:16px;border-top:1px solid var(--line);margin-top:16px}.summary-hint{font-size:10px;color:var(--muted);margin:0 0 17px}.primary-button{background:var(--ink);color:white;border-radius:9px;min-height:48px;padding:12px 20px;display:flex;align-items:center;justify-content:center;gap:14px;font-size:14px;font-weight:550}.primary-button:hover{background:#3a472e}.primary-button span:last-child{margin-left:auto}.checkout-button{width:100%;background:var(--lime);color:#27341b}.checkout-button:hover{background:#c4e96b}.cart-payment{display:flex;justify-content:center;align-items:center;gap:9px;margin-top:16px;font-size:10px;color:var(--muted)}.cart-payment svg{width:13px;height:13px}.cart-payment strong{font-size:12px;color:#665381}.cart-payment b{font-size:8px}.icon-button{min-width:38px;min-height:38px;display:grid;place-items:center;font-size:25px;border-radius:50%}.icon-button:hover{background:var(--light)}#mobile-cart,.mobile-only,.mobile-cart-bar{display:none}.cart-shade{display:none}.text-button{font-size:12px;text-decoration:underline;text-underline-offset:3px;min-height:32px;padding:0}.empty-results{grid-column:1/-1;background:var(--light);border-radius:14px;text-align:center;padding:45px 20px}.empty-results h3{margin:14px 0 10px;font-size:19px}.empty-results p{font-size:14px;color:var(--muted);margin-bottom:15px}dialog{border:0;padding:30px;border-radius:22px;width:min(640px,calc(100% - 32px));max-height:90dvh;overflow:auto;color:var(--ink);box-shadow:0 30px 100px #101a2444}dialog::backdrop{background:#171e1760;backdrop-filter:blur(4px)}.modal-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:15px;margin-bottom:20px}.modal-heading h2{font-size:25px;letter-spacing:-1px;margin-top:8px}.modal-heading .eyebrow{color:#74815f}.modal-footer{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-top:24px;padding-top:20px;border-top:1px solid var(--line)}.muted{font-size:14px;color:var(--muted);line-height:1.6}.field-input,.field input,.field select{width:100%;border:1px solid #d6dcce;border-radius:9px;background:white;height:46px;padding:10px 12px;font-size:14px}.field label{display:block;font-size:12px;margin:15px 0 7px}.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 16px}.filter-group{padding:20px 0;border-bottom:1px solid var(--line)}.filter-group h3{font-size:15px;margin-bottom:13px}.checkbox-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.check-label{display:flex;align-items:center;gap:8px;font-size:13px;line-height:1.4;cursor:pointer}.check-label input{width:18px;height:18px;accent-color:#425d26}.detail-dialog{width:min(780px,calc(100% - 32px));padding:0}.detail-close{position:absolute;top:14px;right:14px;background:#fff;z-index:2}.detail-layout{display:grid;grid-template-columns:42% 58%}.detail-image{min-height:440px;background:var(--light);padding:35px 25px;display:grid;place-items:center}.detail-image img{width:100%;max-height:330px;object-fit:contain;mix-blend-mode:multiply}.detail-info{padding:45px 28px 30px}.detail-info h2{font-size:28px;line-height:1.2;letter-spacing:-.9px;margin:12px 0}.detail-info .product-size{font-size:14px}.detail-description{font-size:14px;line-height:1.7;color:var(--muted);margin:20px 0}.detail-tags{display:flex;flex-wrap:wrap;gap:6px}.detail-tags span{background:#f0f4e9;padding:6px 9px;border-radius:5px;font-size:11px}.detail-price{display:flex;gap:12px;align-items:center;margin:25px 0 18px}.detail-price .price-current{font-size:27px}.detail-info .primary-button{width:100%}.source-link{display:inline-block;color:var(--muted);font-size:11px;margin-top:18px}.checkout-dialog{width:min(730px,calc(100% - 32px));padding:32px}.checkout-steps{display:flex;align-items:center;gap:12px;margin:20px 0 26px;font-size:12px;color:#939b89}.checkout-steps span{display:flex;align-items:center;gap:7px}.checkout-steps b{border:1px solid #dfe4d7;border-radius:50%;display:grid;place-items:center;width:24px;height:24px}.checkout-steps .active{color:var(--ink)}.checkout-steps .active b{background:var(--lime);border-color:var(--lime)}.checkout-steps i{flex:1;height:1px;background:var(--line)}.delivery-options,.payment-options{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:20px 0}.option-card{border:1px solid #d9dfd0;border-radius:12px;padding:16px;text-align:left;display:flex;gap:12px;align-items:center;position:relative;min-height:88px}.option-card.selected{border:2px solid #819859;background:#f6f9ee;padding:15px}.option-card strong{display:block;font-size:14px}.option-card small{font-size:11px;color:var(--muted);display:block;margin-top:5px}.option-card.selected:after{content:'✓';position:absolute;right:10px;top:7px;font-size:11px;color:#557731}.option-card svg{flex-shrink:0}.checkout-note{background:#f2f5ec;padding:13px 16px;border-radius:9px;font-size:12px;line-height:1.6;color:#657150;margin:18px 0}.checkout-review{border-top:1px solid var(--line);padding:18px 0 0;margin-top:21px}.checkout-review .summary-row{font-size:14px}.demo-card{background:linear-gradient(120deg,#242e22,#444e36);color:white;padding:23px;border-radius:15px;margin:17px 0;max-width:375px;min-height:172px}.demo-card-top{display:flex;justify-content:space-between;font-size:12px;letter-spacing:1px}.demo-card-number{font-size:22px;letter-spacing:3px;margin:30px 0 15px}.demo-card-bottom{display:flex;justify-content:space-between;font-size:10px;letter-spacing:1px}.demo-label{font-size:10px;background:#eef2e7;padding:6px 8px;border-radius:5px;color:#6e795c;display:inline-block}.pay-total{font-size:30px;font-weight:700;letter-spacing:-1px;margin:8px 0 20px}.zelle-mark{font-weight:700;font-size:29px;color:#6d1ed4;letter-spacing:-2px}.zelle-instructions{background:#f7f3fc;border:1px solid #e4d7f5;border-radius:13px;padding:23px;margin-top:18px}.zelle-instructions ol{padding-left:20px;font-size:13px;line-height:1.8;color:#635573}.zelle-instructions strong{font-size:16px}.error-message{background:#fff0ed;color:#a9432c;padding:13px;border-radius:9px;font-size:13px;margin:14px 0}.receipt{text-align:center}.receipt-icon{margin:8px auto 20px;width:76px;height:76px;border-radius:50%;background:var(--lime);display:grid;place-items:center;font-size:35px}.receipt-icon.pending{background:#f1e7fc;color:#762cbc}.receipt h2{font-size:29px;letter-spacing:-1px;margin:12px 0}.receipt .muted{max-width:470px;margin:0 auto}.receipt-paper{border:1px solid var(--line);border-radius:13px;padding:22px;text-align:left;margin:24px 0}.receipt-paper h3{font-size:15px;margin-bottom:17px}.receipt-items{max-height:145px;overflow:auto;border-bottom:1px solid var(--line);margin-bottom:15px}.receipt-item{display:flex;justify-content:space-between;gap:20px;font-size:12px;line-height:1.5;padding:8px 0}.receipt details{text-align:left;font-size:12px;line-height:1.7;margin:20px 0;color:#667256}.receipt details summary{cursor:pointer}.receipt details p{margin:12px 0;background:var(--light);border-radius:8px;padding:12px}.receipt .primary-button{width:100%;margin-top:15px}.curate-dialog{width:min(720px,calc(100% - 32px))}.curate-dialog .field-input{margin:18px 0}.curate-list{max-height:44dvh;overflow:auto}.curate-row{display:flex;align-items:center;gap:15px;padding:9px;border-bottom:1px solid var(--line);font-size:13px;cursor:pointer}.curate-row img{width:45px;height:55px;object-fit:contain}.curate-row input{width:20px;height:20px;accent-color:#57772c;margin-left:auto}.curate-row small{display:block;color:var(--muted);font-size:10px;margin-top:4px}.toast{position:fixed;bottom:25px;left:50%;transform:translate(-50%,20px);z-index:100;background:#20251f;color:white;padding:13px 22px;border-radius:50px;box-shadow:0 6px 30px #0002;font-size:13px;opacity:0;pointer-events:none;transition:.2s;max-width:90%;text-align:center}.toast.visible{opacity:1;transform:translate(-50%,0)}[hidden]{display:none!important}
@media(min-width:1500px){main{padding:34px 36px 0}.app-layout{grid-template-columns:230px minmax(0,1fr) 335px}.welcome{height:250px}.welcome h1{font-size:42px}.welcome-art img{height:235px}.welcome-art img:nth-of-type(1){height:225px}.product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.product-image-button{height:195px}.product-name{font-size:14px}.sidebar{padding-left:28px}.cart-panel{padding-left:26px;padding-right:26px}}
@media(max-width:1200px){.app-layout{grid-template-columns:185px minmax(0,1fr) 275px}.sidebar{padding-left:14px;padding-right:12px}.sidebar-heading{font-size:8px}.nav-item{font-size:12px;gap:8px}.nav-item svg{width:17px}main{padding:22px 20px 0}.cart-panel{padding:24px 17px}.header{gap:20px}.brand{width:155px}.pro-label{display:none}.welcome{padding:24px}.welcome h1{font-size:31px}.welcome-art{left:55%}.welcome-art img{width:120px}.welcome-art img:nth-of-type(1){right:35%}.welcome-seal{display:none}.welcome p{max-width:210px;line-height:1.6}.product-grid{gap:10px;grid-template-columns:repeat(2,minmax(0,1fr))}.product-image-button{height:185px}.product-name{font-size:14px}.section-intro>span{display:none}.catalog-heading h2{font-size:21px}.hero-link{left:24px}}
@media(max-width:1000px){.app-layout{grid-template-columns:180px minmax(0,1fr)}.header{height:86px;padding:0 22px}.brand{width:155px}.sidebar{top:86px;height:calc(100dvh - 86px)}.cart-panel{position:fixed;right:0;top:0;width:360px;max-width:100%;height:100dvh;z-index:41;transform:translateX(105%);transition:transform .25s;padding:30px 24px}.cart-panel.open{transform:translateX(0)}#mobile-cart{display:flex;position:relative;align-items:center;justify-content:center;gap:9px;font-size:12px}.mobile-only{display:grid}.cart-shade.visible{display:block;position:fixed;inset:0;background:#1a231a66;z-index:40;backdrop-filter:blur(2px)}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.welcome-art{left:46%}.welcome-art img{width:145px}.mobile-cart-bar.visible{display:flex;position:fixed;left:calc(180px + 20px);bottom:16px;right:20px;z-index:20;background:var(--ink);color:#fff;box-shadow:0 6px 25px #0003;border-radius:12px;align-items:center;justify-content:space-between;padding:17px 20px;font-size:13px;gap:10px}.mobile-cart-bar>span{display:flex;gap:10px;align-items:center}.mobile-cart-bar b{background:var(--lime);color:var(--ink);border-radius:50%;width:21px;height:21px;display:grid;place-items:center;font-size:11px}.mobile-cart-bar strong{color:var(--lime);font-size:13px}.shop-footer{padding-bottom:95px}.toast{bottom:90px}}
@media(max-width:740px){.demo-bar{padding:0 16px;height:27px;font-size:9px}.demo-bar>span:first-child{font-size:8px;letter-spacing:1px}.demo-bar>span:last-child{font-size:8px}.header{height:127px;flex-wrap:wrap;padding:13px 17px;gap:10px}.brand{width:135px}.brand-word{font-size:32px;letter-spacing:-2px}.brand-star{font-size:22px}.brand-sub{font-size:6px;margin-top:4px}.header-right{height:39px}.search-wrap{order:3;max-width:none;width:100%;height:40px;border-radius:9px;padding:0 12px}.search-wrap input{font-size:12px}.search-wrap svg{width:18px}.search-wrap kbd{display:none}.app-layout{display:block}.sidebar{position:sticky;top:127px;z-index:9;background:#fff;height:auto;padding:8px 13px;border:0;border-bottom:1px solid var(--line);overflow:auto;display:block}.sidebar-heading,.sidebar-note,.nav-divider,.curate-button{display:none}#category-nav{display:flex;gap:6px;min-width:max-content}.nav-item{width:auto;margin:0;padding:10px 13px;border:1px solid var(--line);border-radius:8px;font-size:11px;min-height:41px}.nav-count{display:none}.nav-item svg{width:15px;height:15px}.nav-item.active{border-color:var(--ink)}main{padding:18px 16px 0}.welcome{height:205px;padding:21px}.welcome .eyebrow{font-size:7px;letter-spacing:1.2px}.welcome h1{font-size:30px;margin:12px 0 8px}.welcome p{max-width:175px;font-size:10px}.welcome-art{left:52%}.welcome-art img{width:112px;height:174px;right:2%;bottom:-5px}.welcome-art img:nth-of-type(1){height:164px;right:29%;bottom:0}.orbit{width:155px;height:155px;right:0;top:40px}.hero-link{font-size:9px;left:21px;bottom:18px}.need-section{margin:24px 0 21px}.section-intro h2{font-size:14px}.need-pill{font-size:11px;padding:9px 12px}.catalog-heading h2{font-size:21px}.catalog-heading .eyebrow{font-size:8px}.catalog-heading p{font-size:11px;max-width:230px;line-height:1.5}.outline-button{padding:9px 10px;font-size:11px;gap:5px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.product-image-button{height:190px;padding:20px 25px}.product-name{font-size:13px;min-height:37px}.product-info{padding:13px}.product-line{font-size:8px}.price-current{font-size:17px}.product-bottom .quantity-control button{width:22px}.product-bottom .quantity-control b{min-width:14px}.results-toolbar{font-size:10px;gap:6px;padding:14px 0 12px}.sort-label{font-size:9px}.sort-label select{font-size:10px;max-width:115px}.mobile-cart-bar.visible{left:16px;right:16px;bottom:12px;padding:16px}.shop-footer{font-size:10px;line-height:1.5}.shop-footer>span:nth-child(2){width:100%}.detail-layout{grid-template-columns:1fr}.detail-image{min-height:240px;height:240px;padding:25px}.detail-image img{height:195px;width:180px}.detail-info{padding:25px}.detail-info h2{font-size:25px}.detail-description{margin:15px 0}.detail-price{margin:18px 0}.checkbox-grid{grid-template-columns:1fr}.modal-heading h2{font-size:23px}.checkout-dialog,dialog{padding:23px}.detail-dialog{padding:0}.delivery-options,.payment-options{gap:8px}.option-card{padding:12px;gap:8px}.option-card.selected{padding:11px}.option-card strong{font-size:12px}.option-card small{font-size:10px;line-height:1.5}.option-card svg{width:19px}.field-grid{grid-template-columns:1fr;gap:0}.checkout-steps{font-size:10px;gap:8px}.modal-footer{gap:10px}.modal-footer .primary-button{font-size:12px;padding:12px 15px}.receipt h2{font-size:26px}.demo-card-number{font-size:19px}.receipt-paper{padding:16px}.curate-row{font-size:12px}.welcome-seal{display:none}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{transition:none!important;scroll-behavior:auto!important}}@media print{body>*{display:none!important}dialog[open]{display:block!important;position:static;width:100%;max-height:none;box-shadow:none}dialog button,.demo-label{display:none!important}}
.brand img{width:125px;height:78px;object-fit:contain;filter:brightness(0)}@media(max-width:740px){.brand img{width:95px;height:43px;object-position:left center}}
.profile-demo{display:flex;align-items:center;justify-content:space-between;gap:20px;background:#f6f7f3;border:1px solid var(--line);padding:18px 20px;border-radius:12px;margin-bottom:22px}.profile-demo .eyebrow{font-size:10px;color:#61714e}.profile-demo p{font-size:14px;line-height:1.5;margin:7px 0 4px}.profile-demo small{font-size:12px;color:var(--muted)}.profile-demo label{font-size:12px;color:var(--muted);display:flex;flex-direction:column;gap:6px;min-width:210px}.profile-demo select{border:1px solid #c8d2b9;background:white;border-radius:8px;padding:12px 10px;font-size:14px;color:var(--ink);max-width:100%;min-height:46px}.personal-welcome{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:28px 0 20px}.personal-welcome .eyebrow{color:#6a7b51}.personal-welcome h1{font-size:30px;line-height:1.3;letter-spacing:-1px;margin:9px 0}.personal-welcome p{font-size:14px;line-height:1.6;color:var(--muted)}.personal-welcome .outline-button{font-size:12px;white-space:normal;text-align:left;max-width:150px}.recommendation-reason{margin-top:auto;width:100%;text-align:left;padding:13px 14px;border-top:1px solid #e1e8d6;background:#f5f8ed;min-height:69px}.recommendation-reason span{display:block;font-size:13px;font-weight:600;line-height:1.45;color:#47602d}.recommendation-reason small{display:block;font-size:12px;line-height:1.4;color:#626d56;margin-top:4px}.recommendation-reason[data-kind="replenish"]{background:#e9f4cc}.product-card{display:flex;flex-direction:column}.product-info{flex:1}.history-dialog{width:min(740px,calc(100% - 32px))}.recommendation-explanation{border:1px solid #cad9b0;background:#f3f7e9;padding:19px;border-radius:12px;margin-bottom:20px}.recommendation-explanation strong{font-size:17px}.recommendation-explanation p{margin-top:8px;font-size:15px;line-height:1.7}.history-table-wrap{overflow-x:auto;margin:20px 0}.history-table{width:100%;border-collapse:collapse;font-size:14px;text-align:left}.history-table caption{text-align:left;font-size:12px;color:var(--muted);margin-bottom:12px}.history-table td,.history-table th{padding:12px 8px;border-bottom:1px solid var(--line);vertical-align:top}.history-table th{font-size:12px;color:var(--muted)}.history-table td:first-child{white-space:nowrap}.history-table small{display:block;font-size:12px;color:var(--muted);margin-top:4px}.recommendation-rules{font-size:14px;line-height:1.7;color:var(--muted);background:var(--light);padding:16px;border-radius:12px}.recommendation-rules summary{cursor:pointer;color:var(--ink);font-weight:500}.recommendation-rules p,.recommendation-rules ol{margin-top:12px}.recommendation-rules ol{padding-left:22px}.recommendation-rules li{margin-bottom:10px}
@media(max-width:1200px){.profile-demo{flex-direction:column;align-items:stretch;gap:14px}.profile-demo label{min-width:0}.personal-welcome{align-items:flex-start}.personal-welcome h1{font-size:26px}}
@media(max-width:740px){.profile-demo{padding:16px;margin-bottom:18px}.profile-demo select{width:100%}.personal-welcome{flex-direction:column;margin-top:20px;gap:12px}.personal-welcome h1{font-size:27px}.personal-welcome .outline-button{max-width:none;min-height:44px}.recommendation-reason span{font-size:12px}.recommendation-reason small{font-size:11px}.history-table{font-size:12px}.history-table td{padding:10px 5px}.history-table td:first-child{white-space:normal}.history-table small{font-size:11px}}
/* Controles de toque e legibilidade da vitrine. */
.product-name{font-size:14px;min-height:40px}.product-line{font-size:10px;letter-spacing:.7px}.product-size{font-size:12px}.price-old{font-size:12px}.price-current{font-size:19px}.product-image-button{min-height:185px}.add-button{width:44px;height:44px}.product-bottom{flex-wrap:wrap;row-gap:8px}.product-bottom .quantity-control button{width:32px;height:42px}.product-bottom .quantity-control b{min-width:19px}.need-pill{font-size:13px}.catalog-heading p{font-size:13px}.cart-item h3{font-size:13px}.cart-item .quantity-control button{width:29px;height:36px}.cart-item small{font-size:11px}.cart-item-bottom{flex-wrap:wrap;row-gap:8px}.cart-subtitle{font-size:12px;line-height:1.5}.summary-row{font-size:13px}.summary-hint{font-size:11px;line-height:1.5}.results-toolbar{font-size:12px}.sort-label select{font-size:12px}.welcome p{font-size:13px}.hero-link{font-size:12px}.section-intro h2{font-size:16px}.nav-item{min-height:44px}.need-pill{min-height:44px}#catalog-section{scroll-margin-top:125px}
@media(max-width:740px){.welcome p{font-size:11px}.hero-link{font-size:10px}.product-name{font-size:13px}.product-line{font-size:9px}.product-size{font-size:11px}.price-current{font-size:18px}.catalog-heading p{font-size:12px}.results-toolbar,.sort-label select{font-size:11px}.need-pill{font-size:12px}.section-intro h2{font-size:14px}#catalog-section{scroll-margin-top:205px}}
/* Evidências de compra e sugestões opcionais antes do checkout. */
.evidence-product{display:flex;align-items:center;gap:16px}.evidence-product img{width:72px;height:90px;object-fit:contain;background:#fff;border-radius:10px}.evidence-product small,.evidence-product strong,.evidence-product span{display:block}.evidence-product small{font-size:12px;color:#526a35;margin-bottom:6px}.evidence-product span{font-size:12px;color:var(--muted);margin-top:5px}.purchase-facts{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:18px 0}.purchase-facts>div{border:1px solid var(--line);border-radius:10px;padding:14px}.purchase-facts small{display:block;color:var(--muted);font-size:12px;margin-bottom:8px}.purchase-facts strong{font-size:16px}.history-method{font-size:13px;line-height:1.75;color:var(--muted);margin:16px 0}.history-method summary{cursor:pointer;font-weight:600;color:var(--ink)}.history-method p{margin-top:10px}.evidence-source{margin-top:10px;color:var(--muted);font-size:14px}.recommendation-reason[data-kind="repeat"]{background:#f8f1e6}.recommendation-reason[data-kind="complement"]{background:#ecf3f6}.recommendation-reason[data-kind="discovery"]{background:#f3eef8}.checkout-suggestions{display:grid;gap:14px;margin:24px 0}.suggestion-card{border:1px solid var(--line);border-radius:14px;padding:18px;display:grid;grid-template-columns:88px 1fr;gap:18px}.suggestion-card>img{width:88px;height:125px;object-fit:contain}.suggestion-label{font-size:11px;font-weight:600;color:#536d35;display:block;margin-bottom:7px}.suggestion-card h3{font-size:16px;line-height:1.4}.suggestion-card small{font-size:12px;color:var(--muted)}.suggestion-card p{font-size:13px;line-height:1.6;color:var(--muted);margin:10px 0}.suggestion-action{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap}.suggestion-action del{font-size:12px;color:var(--muted);font-weight:400}.suggestion-action button{min-height:44px}.suggestion-action button:disabled{opacity:.6;cursor:default}.suggestion-footer{display:flex;flex-direction:column;gap:14px;align-items:stretch}.suggestion-footer>span{text-align:right;font-size:14px}.suggestion-footer .primary-button{justify-content:center;white-space:normal;line-height:1.5}.suggestion-footer .text-button{align-self:center;min-height:44px}@media(max-width:740px){.purchase-facts{grid-template-columns:1fr}.purchase-facts>div{display:flex;align-items:center;justify-content:space-between;gap:12px}.purchase-facts small{margin:0}.suggestion-card{grid-template-columns:62px 1fr;padding:13px;gap:12px}.suggestion-card>img{width:62px;height:100px}.suggestion-action{align-items:stretch;flex-direction:column}.suggestion-action button{justify-content:center}.evidence-product strong{font-size:16px}}
