/* BOTANICA local-commerce stylesheet. */
:root{--cream:#f4f0e7;--white:#fcfaf5;--sage:#dfe7d8;--moss:#5f7258;--forest:#28372e;--clay:#b78362;--ink:#20241f}*{box-sizing:border-box}body{margin:0;background:var(--white);color:var(--ink);font:400 15px/1.6 "Be Vietnam Pro","Segoe UI",Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}img{display:block;width:100%;object-fit:cover}button,input,textarea{font:inherit}.announce{padding:8px;text-align:center;background:var(--forest);color:#fff;font-size:12px;letter-spacing:.08em}.site-header{min-height:76px;padding:0 max(20px,calc((100% - 1180px)/2));display:flex;align-items:center;gap:28px;border-bottom:1px solid #dedbd1;background:var(--white);position:sticky;top:0;z-index:10}.brand{font-size:16px;font-weight:700;letter-spacing:.18em;color:var(--forest)}.links{display:flex;gap:22px;align-items:center;margin-left:auto;font-weight:550;font-size:13px}.links a:hover,.text-link:hover{color:var(--moss)}.header-actions{display:inline-flex;align-items:center;gap:9px}.header-icon{border:0;background:transparent;color:var(--forest);padding:8px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.header-icon svg,.button-icon svg{width:18px;height:18px}.bag{display:inline-flex;align-items:center;gap:6px;white-space:nowrap;font-size:13px;font-weight:600}.bag .header-icon{padding:0}.bag b{min-width:24px;height:24px;padding:0 6px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:var(--sage);color:var(--forest);font-size:12px}.menu-trigger{display:none}.mobile-nav{padding:14px 22px;background:var(--sage);position:sticky;top:76px;z-index:9}.mobile-nav a{display:block;padding:10px 0;font-weight:600}.search-panel{position:fixed;inset:0;background:#28372ed9;z-index:30;padding:10vh 20px}.search-panel>div{max-width:700px;margin:auto;padding:28px;border-radius:26px;background:var(--white)}.search-panel label{font-weight:650}.search-field{display:flex;align-items:center;gap:10px;border-bottom:1px solid #bbb;padding:10px 0}.search-field input{flex:1;border:0;background:transparent;outline:0;font-size:18px}.search-panel #search-results>a{display:flex;align-items:center;gap:12px;padding:13px 0;border-bottom:1px solid #e5e1d8}.search-panel #search-results img{width:48px;height:48px;border-radius:10px}.search-panel small{display:block;color:#65705f}.wrap{width:min(1180px,calc(100% - 48px));margin:auto;padding:70px 0}.hero{display:grid;grid-template-columns:1fr 1.12fr;min-height:570px;background:var(--cream);align-items:center}.hero>div{padding:clamp(38px,6vw,84px)}.hero img{height:570px}.eyebrow,.kicker{color:var(--moss);font-size:12px;font-weight:650;letter-spacing:.13em;text-transform:uppercase}.hero h1,.page-head h1,.detail h1{font-size:clamp(42px,6vw,78px);line-height:1.04;letter-spacing:-.045em;margin:14px 0;font-weight:650}.wrap h2{font-size:clamp(28px,3vw,42px);line-height:1.12;letter-spacing:-.035em;font-weight:650}.button{min-height:52px;padding:13px 23px;display:inline-flex;align-items:center;justify-content:center;gap:9px;border:0;border-radius:999px;background:var(--forest);color:#fff;font-weight:600;cursor:pointer}.secondary{margin-left:9px;background:transparent;color:var(--forest);border:1px solid var(--forest)}.light{color:#fff;border-color:#fff}.feature-band{background:var(--moss);color:#fff}.feature{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:48px}.feature img{aspect-ratio:1.25}.feature .eyebrow{color:#e4eddc}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.product-card{border-radius:22px;overflow:hidden;background:#fff;box-shadow:0 8px 28px #28372e12}.product-image{display:block;overflow:hidden}.product-card img{aspect-ratio:4/5;transition:transform .25s}.product-card:hover img{transform:scale(1.025)}.product-card>div{padding:15px}.product-card h3{margin:4px 0;font-size:16px;font-weight:650}.product-card p{margin:3px 0;color:#5d6559;font-size:13px}.product-card strong{display:block;margin:10px 0;color:var(--clay)}.text-link{display:inline-flex;align-items:center;gap:7px;margin-top:8px;color:var(--forest);font-weight:600}.page-head{background:var(--cream)}.page-head .wrap{padding-top:65px;padding-bottom:55px}.page-head h1{max-width:800px;font-size:clamp(40px,5vw,64px)}.filter-links{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:28px}.filter-links a{padding:8px 13px;border:1px solid #c9c9be;border-radius:999px;font-size:13px}.detail{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(30px,6vw,78px)}.gallery-main{aspect-ratio:1/1.08;border-radius:30px}.thumbs{display:flex;gap:10px;margin-top:12px}.thumbs button{width:78px;height:78px;padding:0;border:0;background:none;border-radius:12px;overflow:hidden;cursor:pointer}.thumbs img{height:100%}.detail-price{font-size:22px;font-weight:650;color:var(--clay)}.detail-facts{margin:24px 0;border-radius:18px;overflow:hidden;background:#d5dbcf}.detail-facts div{padding:13px 15px;background:var(--sage);border-bottom:1px solid #c8d0c1}.detail-facts b,.detail-facts span{display:block}.detail-facts b{font-size:11px;color:var(--moss);letter-spacing:.1em}.quantity{display:inline-flex;vertical-align:middle;align-items:center;gap:10px;padding:4px;border:1px solid #cbd1c7;border-radius:999px}.quantity button,.remove{min-width:38px;min-height:38px;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:50%;background:transparent;color:var(--forest);cursor:pointer}.quantity button:hover,.remove:hover{background:var(--sage)}.quantity-icon svg{width:16px;height:16px}.quantity output{min-width:20px;text-align:center}.add-button{margin-left:9px}.detail details{margin-top:25px;padding:15px;border-top:1px solid #d8d8cc}.detail summary{font-weight:650;cursor:pointer}.related{grid-template-columns:repeat(3,1fr)}.ritual-list{display:grid;gap:32px}.ritual-card{padding:28px;border-radius:30px;background:var(--cream);display:grid;grid-template-columns:.9fr 1.1fr;gap:30px;align-items:center}.ritual-products{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.ritual-products a{background:#fff;border-radius:18px;overflow:hidden;font-weight:600}.ritual-products img{height:170px}.ritual-products span{padding:11px;display:block;font-size:13px}.ingredient-grid,.journal-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.ingredient-grid article,.journal-grid article{padding:17px;border-radius:22px;background:var(--cream)}.ingredient-grid img,.journal-grid img{height:200px;border-radius:15px}.ingredient-grid h2,.journal-grid h2{font-size:24px}.cart-layout,.checkout-layout{display:grid;grid-template-columns:1fr 330px;gap:34px;align-items:start}.cart-row{display:grid;grid-template-columns:105px 1fr auto 44px;align-items:center;gap:17px;padding:14px 0;border-bottom:1px solid #deded4}.cart-row img{width:105px;height:120px;border-radius:16px}.cart-row h2{margin:0;font-size:18px}.cart-row p{margin:2px 0 10px;color:#61675c}.summary,form#checkout-form{padding:25px;border-radius:25px;background:var(--sage)}.summary p{display:flex;justify-content:space-between;gap:12px}.summary .button{width:100%;margin-top:12px}.checkout-layout form{display:grid;gap:14px}.checkout-layout label{display:grid;gap:5px;font-weight:600}.checkout-layout input,.checkout-layout textarea{width:100%;min-height:52px;padding:12px 14px;border:1px solid #bdc7b8;border-radius:17px;background:#fff;color:var(--ink)}.checkout-layout textarea{min-height:88px;resize:vertical}.checkout-layout small{min-height:17px;color:#a43b35;font-weight:400}.note{font-size:13px;color:#596153}.empty,.success{max-width:720px;margin:0 auto;padding:55px 30px;text-align:center;border-radius:32px;background:var(--cream)}.empty .text-link,.success .text-link{margin-left:16px}.success-icon{display:inline-flex;color:var(--moss)}.success-icon svg{width:52px;height:52px}footer{padding:46px max(24px,calc((100% - 1180px)/2));background:var(--forest);color:#e9ece5;font-size:13px}.toast{position:fixed;right:20px;bottom:20px;z-index:50;max-width:330px;padding:13px 17px;border-radius:15px;background:var(--forest);color:#fff;box-shadow:0 12px 30px #0003;transform:translateY(120px);transition:transform .25s}.toast.show{transform:none}@media(max-width:760px){.site-header{min-height:66px;padding:0 16px;gap:12px}.links{display:none}.header-actions{margin-left:auto}.menu-trigger{display:inline-flex}.hero,.feature,.detail,.ritual-card,.cart-layout,.checkout-layout{grid-template-columns:1fr}.hero img{height:390px}.hero>div{padding:45px 24px}.wrap{width:min(100% - 30px,1180px);padding:48px 0}.product-grid{grid-template-columns:repeat(2,1fr);gap:14px}.related{grid-template-columns:repeat(2,1fr)}.feature{gap:25px}.ritual-products{grid-template-columns:repeat(2,1fr)}.ingredient-grid,.journal-grid{grid-template-columns:1fr}.cart-row{grid-template-columns:76px 1fr auto}.cart-row img{width:76px;height:90px}.cart-row .remove{grid-column:2}.cart-row>strong{font-size:14px}.checkout-layout .summary{order:-1}.add-button{margin:12px 0 0}.secondary{margin-top:10px;margin-left:0}}@media(max-width:390px){.brand{font-size:14px}.bag span:not(.header-icon){display:none}.product-grid,.related{grid-template-columns:1fr}.cart-row{grid-template-columns:64px 1fr}.cart-row img{width:64px;height:76px}.cart-row>strong{grid-column:2}.header-actions{gap:3px}}
.commerce-strip{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:16px max(20px,calc((100% - 1180px)/2));background:var(--commerce-soft);border-bottom:1px solid color-mix(in srgb,var(--commerce) 18%,transparent);color:var(--commerce);font:700 14px/1.3 "Segoe UI",Arial,Helvetica,sans-serif}.commerce-strip nav{display:flex;gap:18px}.commerce-strip a{text-decoration:none;color:inherit}.commerce-page{width:min(1180px,calc(100% - 40px));margin:0 auto;padding:38px 0 72px;font:16px/1.6 "Segoe UI",Arial,Helvetica,sans-serif;color:inherit}.commerce-page h1{font-size:clamp(34px,5vw,58px);line-height:1.08;margin:10px 0 18px}.commerce-page h2{line-height:1.2}.commerce-crumb,.commerce-kicker{color:var(--commerce);font-size:13px;font-weight:700}.commerce-crumb a,.commerce-text-link{color:var(--commerce);text-decoration:none;font-weight:700}.commerce-detail{display:grid;grid-template-columns:1fr 1fr;gap:clamp(28px,6vw,72px);align-items:start;margin-bottom:70px}.commerce-detail>img{width:100%;aspect-ratio:1/1.12;object-fit:cover;border-radius:34px;box-shadow:0 14px 42px #00000012}.commerce-detail dl{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:#00000012;border-radius:20px;overflow:hidden}.commerce-detail dl div{background:var(--commerce-soft);padding:13px}.commerce-detail dt{font-size:12px;font-weight:800;color:var(--commerce)}.commerce-detail dd{margin:3px 0 0}.commerce-price{font-size:23px;font-weight:800;color:var(--commerce)}.commerce-quantity{display:inline-flex;align-items:center;gap:12px;margin:15px 12px 15px 0;border:1px solid #00000018;border-radius:999px;padding:4px}.commerce-quantity button,.commerce-remove{border:0;background:transparent;color:var(--commerce);font-weight:800;cursor:pointer;min-width:38px;min-height:38px;border-radius:50%}.commerce-quantity button:hover,.commerce-remove:hover{background:var(--commerce-soft)}.commerce-quantity output{min-width:22px;text-align:center}.commerce-button{display:inline-flex;justify-content:center;align-items:center;min-height:48px;padding:12px 22px;border:0;border-radius:999px;background:var(--commerce);color:#fff!important;text-decoration:none;font-weight:800;cursor:pointer}.commerce-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.commerce-card{overflow:hidden;border:1px solid #0000000d;border-radius:24px;background:#fff;box-shadow:0 8px 22px #0000000a}.commerce-card img{display:block;width:100%;aspect-ratio:1/.9;object-fit:cover}.commerce-card div{padding:15px}.commerce-card p{font-size:13px;margin:0;color:var(--commerce)}.commerce-card h3{margin:4px 0}.commerce-card h3 a{color:inherit;text-decoration:none}.commerce-card strong{display:block;margin-bottom:10px}.commerce-cart{display:grid;grid-template-columns:1fr 310px;gap:28px}.commerce-cart-row{display:grid;grid-template-columns:100px 1fr auto auto;align-items:center;gap:18px;padding:16px 0;border-bottom:1px solid #00000012}.commerce-cart-row img{width:100px;height:112px;object-fit:cover;border-radius:18px}.commerce-cart-row h2{margin:0;font-size:18px}.commerce-cart-row p{margin:3px 0;color:#666}.commerce-cart aside,.commerce-checkout aside,.commerce-checkout form{align-self:start;border-radius:28px;padding:25px;background:var(--commerce-soft)}.commerce-cart aside strong{display:block;font-size:24px;margin:4px 0 18px}.commerce-cart aside .commerce-text-link{display:block;text-align:center;margin-top:15px}.commerce-checkout{display:grid;grid-template-columns:1fr .75fr;gap:28px}.commerce-checkout form{display:grid;gap:14px}.commerce-checkout label{display:grid;gap:5px;font-weight:700}.commerce-checkout input,.commerce-checkout textarea{width:100%;border:1px solid #0000001a;border-radius:14px;padding:12px;background:#fff;font:inherit}.commerce-checkout textarea{min-height:86px;resize:vertical}.commerce-checkout ul{padding:0;list-style:none}.commerce-checkout li{display:flex;justify-content:space-between;gap:15px;padding:10px 0;border-bottom:1px solid #00000014}.commerce-note{font-size:13px;margin:0;color:#555}.commerce-empty{max-width:680px;margin:55px auto;padding:48px 28px;text-align:center;border-radius:34px;background:var(--commerce-soft)}.commerce-actions{display:flex;justify-content:center;align-items:center;gap:18px;flex-wrap:wrap}.commerce-text-link{display:inline-block;margin-top:10px}@media(max-width:720px){.commerce-strip{padding:14px 16px}.commerce-page{width:min(100% - 28px,1180px);padding-top:25px}.commerce-detail,.commerce-cart,.commerce-checkout{grid-template-columns:1fr}.commerce-cards{grid-template-columns:repeat(2,1fr)}.commerce-cart-row{grid-template-columns:76px 1fr auto;gap:12px}.commerce-cart-row img{width:76px;height:90px}.commerce-cart-row .commerce-remove{grid-column:2}.commerce-cart-row>strong{font-size:14px}.commerce-detail dl{grid-template-columns:1fr}.commerce-checkout aside{order:-1}}@media(max-width:390px){.commerce-strip nav{gap:10px;font-size:12px}.commerce-cards{grid-template-columns:1fr}.commerce-cart-row{grid-template-columns:64px 1fr}.commerce-cart-row>strong{grid-column:2}.commerce-cart-row img{width:64px;height:76px}}
