:root{color-scheme:light;--primary-green:#2a3c14;--cream:#fff8e8;--text-dark:#2a1d12;--border-light:#e9d5b8;--sunny-yellow:#ffd2ad;--melon:#f3a06a;--bubblegum:#de7d4e;--mint-pop:#f7c6a6;--sky-splash:#fbe0cf;--paper-white:#fffdf8;--shadow-pop:0 14px 0 rgba(77,43,10,0.1);--shadow-soft:0 24px 40px rgba(95,51,17,0.08)}*{box-sizing:border-box}html{font-family:Trebuchet MS,Verdana,sans-serif;scrollbar-gutter:stable}body{margin:0;min-height:100vh;background:radial-gradient(circle at top left,rgba(243,160,106,.18),transparent 24%),radial-gradient(circle at top right,rgba(222,125,78,.1),transparent 26%),radial-gradient(circle at bottom left,rgba(255,210,173,.14),transparent 24%),linear-gradient(180deg,#fffdf8,#fff7ed);color:var(--text-dark);line-height:1.5}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.hero-link,.site-nav__link,button:not(:disabled):not([disabled]):not(.floating-cart):not(.cart-panel-close):not(.auth-menu-item):not(.auth-menu-toggle):not(.mobile-nav-toggle):not(.header-view-toggle__segment){transition:transform .18s ease,box-shadow .18s ease;cursor:pointer}.hero-link:hover,.site-nav__link:hover,button:not(:disabled):not([disabled]):not(.floating-cart):not(.cart-panel-close):not(.auth-menu-item):not(.auth-menu-toggle):not(.mobile-nav-toggle):not(.header-view-toggle__segment):hover{transform:translateY(-2px) rotate(-2deg)}.home-page{min-height:100vh}.construction-banner{background:#ffd2ad;border-bottom:2px solid #de7d4e;padding:10px 16px;text-align:center;font-size:.9rem;color:#2a1d12;position:-webkit-sticky;position:sticky;top:0;z-index:30}.construction-banner p{margin:0}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:20;display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:1rem 2rem;gap:1rem 2rem;padding:1.25rem clamp(1rem,3vw,2rem);background:linear-gradient(135deg,#de7d4e,#f3a06a 52%,#ffd2ad);border-bottom:4px solid rgba(255,255,255,.55);box-shadow:0 10px 24px rgba(108,58,18,.16);transition:transform .22s ease,box-shadow .22s ease}.site-header.site-header-hidden{transform:translateY(calc(-100% - .75rem))}.site-header__actions{justify-self:end;gap:.8rem}.header-cart,.site-header__actions{display:inline-flex;align-items:center}.header-cart{position:relative;gap:.45rem;background:linear-gradient(135deg,var(--bubblegum) 0,var(--melon) 100%);color:#fff;cursor:pointer;padding:.55rem .7rem;border-radius:999px;border:2px solid rgba(255,255,255,.55);box-shadow:0 8px 0 rgba(146,63,43,.16);transition:transform .18s ease,box-shadow .18s ease}.header-cart:hover{transform:translateY(-2px) rotate(-2deg);box-shadow:0 12px 0 rgba(146,63,43,.18)}.header-cart-icon{width:16px;height:16px;display:inline-block;position:relative}.header-cart-icon:after,.header-cart-icon:before{content:"";position:absolute}.header-cart-icon:before{width:11px;height:8px;border:2px solid;border-top:none;left:2px;top:5px;border-radius:0 0 3px 3px}.header-cart-icon:after{width:9px;height:5px;border:2px solid;border-bottom:none;border-radius:7px 7px 0 0;left:3px;top:0}.header-cart-text{font-size:.88rem;font-weight:700}.header-cart-count{min-width:22px;height:22px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:.8rem;padding:0 .35rem}.header-cart-count,.header-cart-feedback{background:#fff9dd;color:#7a340d;font-weight:700}.header-cart-feedback{position:absolute;right:.75rem;top:-.5rem;border:2px solid rgba(122,52,13,.12);border-radius:999px;font-size:.74rem;line-height:1;padding:.18rem .4rem;opacity:0;transform:translateY(2px) scale(.9);pointer-events:none}.header-cart-feedback.is-visible{animation:header-cart-feedback .9s ease}.header-cart.is-bumping{animation:header-cart-bump .32s ease}@keyframes header-cart-bump{0%{transform:scale(1)}45%{transform:scale(1.1)}to{transform:scale(1)}}@keyframes header-cart-feedback{0%{opacity:0;transform:translateY(4px) scale(.9)}30%{opacity:1;transform:translateY(-3px) scale(1)}to{opacity:0;transform:translateY(-10px) scale(.95)}}.skip-link{position:absolute;top:-100%;left:.5rem;z-index:9999;padding:.6rem 1rem;background:var(--primary-green);color:#fff;border-radius:0 0 8px 8px;font-weight:700;text-decoration:none;transition:top .15s ease}.skip-link:focus{top:0}.cookie-banner{position:fixed;left:1rem;right:1rem;bottom:1rem;background:#ffffff;border:1px solid #d8cfbf;border-radius:12px;box-shadow:0 8px 20px rgba(0,0,0,.15);z-index:1000;padding:.95rem 1rem;display:flex;gap:1rem;justify-content:space-between;align-items:center}.cookie-banner-text{margin:0;color:#2c2c2c}.cookie-banner-actions{display:flex;gap:.6rem;flex-shrink:0;align-items:center}.cookie-banner-link{color:#5a4a36;font-weight:600;text-decoration:underline;text-underline-offset:2px}.cookie-banner-links{display:inline-flex;align-items:center;gap:.55rem}.cookie-banner-links .cookie-banner-link+.cookie-banner-link:before{content:"|";margin-right:.55rem;color:#8a7c6b}.cookie-banner-link:hover{color:#3f3224}.cookie-btn{border-radius:8px;border:1px solid #d8cfbf;padding:.5rem .8rem;cursor:pointer;font-weight:600;font:inherit}.cookie-btn-accept{background:var(--primary-green);color:#fff;border-color:var(--primary-green)}.cookie-btn-decline{background:#fff;color:#3a3a3a}.cookie-btn:hover{opacity:.88}.mobile-nav-toggle{display:none;width:46px;height:46px;align-items:center;justify-content:center;border:2px solid rgba(76,45,16,.18);border-radius:16px;background:rgba(255,251,242,.86);box-shadow:0 5px 0 rgba(76,45,16,.12);color:#4c2d10;cursor:pointer}.mobile-nav-toggle-icon,.mobile-nav-toggle-icon:after,.mobile-nav-toggle-icon:before{display:block;width:18px;height:2px;border-radius:999px;background:currentColor;transition:transform .2s ease,opacity .2s ease;content:""}.mobile-nav-toggle-icon{position:relative}.mobile-nav-toggle-icon:before{position:absolute;top:-6px;left:0}.mobile-nav-toggle-icon:after{position:absolute;top:6px;left:0}.site-header.mobile-nav-open .mobile-nav-toggle-icon{background:transparent}.site-header.mobile-nav-open .mobile-nav-toggle-icon:before{transform:translateY(6px) rotate(45deg)}.site-header.mobile-nav-open .mobile-nav-toggle-icon:after{transform:translateY(-6px) rotate(-45deg)}.lang-toggle{display:inline-flex;align-items:center;background:rgba(76,45,16,.12);border:1.5px solid rgba(76,45,16,.18);border-radius:999px;padding:3px}.lang-toggle__btn{padding:.22rem .6rem;border-radius:999px;font-size:.72rem;font-weight:700;letter-spacing:.05em;cursor:pointer;border:none;background:transparent;color:rgba(42,28,12,.55);transition:background .15s ease,color .15s ease,box-shadow .15s ease}.lang-toggle__btn--active{background:#fffdf8;color:var(--primary-green);box-shadow:0 2px 6px rgba(76,45,16,.14)}.lang-toggle__btn:not(.lang-toggle__btn--active):hover{color:var(--primary-green);background:rgba(255,253,248,.4)}.auth-menu{position:relative;justify-self:end}.auth-menu-toggle{width:42px;height:42px;border-radius:999px;border:2px solid rgba(76,45,16,.18);background:#fff9ef;color:#4c2d10;cursor:pointer;font-size:1.15rem;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 5px 0 rgba(76,45,16,.12);transition:background .15s ease,transform .15s ease}.auth-menu-toggle:hover{background:#fff4dc;transform:translateY(-1px)}.auth-menu-toggle.active{background:#fffdf8;border-color:rgba(76,45,16,.28);box-shadow:0 6px 0 rgba(76,45,16,.16)}.auth-menu-avatar{width:20px;height:20px;display:inline-block;position:relative;box-sizing:border-box}.auth-menu-avatar:after,.auth-menu-avatar:before{content:"";position:absolute;border:2px solid;box-sizing:border-box}.auth-menu-avatar:before{width:8px;height:8px;top:1px;left:6px;border-radius:50%;background:transparent}.auth-menu-avatar:after{width:14px;height:9px;left:3px;bottom:1px;border-radius:9px 9px 4px 4px;border-bottom:0;background:transparent}.auth-menu-dropdown{position:absolute;right:0;top:calc(100% + .5rem);min-width:220px;background:#fffdf8;border:2px solid rgba(76,45,16,.12);border-radius:18px;box-shadow:0 14px 30px rgba(60,31,6,.16);padding:.4rem;z-index:1200;display:grid;grid-gap:.2rem;gap:.2rem}.auth-menu-item{text-decoration:none;color:#2d2d2d;border:none;background:transparent;text-align:left;font:inherit;font-size:.92rem;padding:.55rem .65rem;border-radius:8px;cursor:pointer;display:block;width:100%}.auth-menu-item:hover{background:#fff0d6}.auth-menu-language{margin-top:.25rem;border-top:1px solid #eee4d4;padding-top:.45rem}.auth-menu-language strong{display:block;color:var(--primary-green);font-size:.82rem;padding:0 .65rem .35rem}.auth-menu-language-actions{display:grid;grid-template-columns:1fr 1fr;grid-gap:.35rem;gap:.35rem;padding:0 .65rem .2rem}.auth-language-btn{text-align:center;padding:.45rem .35rem;border:1px solid #e6dccd;border-radius:7px;width:auto}.auth-language-btn.active{background:#edf6e8;border-color:#cfe3bf;color:var(--primary-green);font-weight:700}.logo-link{display:inline-flex;align-items:center}.site-logo{width:auto;height:96px;padding:8px;border-radius:6px;background:rgba(255,255,255,.1);box-shadow:0 2px 4px rgba(0,0,0,.2);transform:rotate(-4deg)}.site-nav{display:flex;flex-wrap:nowrap;justify-content:center;align-items:center;gap:.8rem}.site-nav__link{min-width:125px;padding:.55rem 1rem;border:2px solid rgba(76,45,16,.18);border-radius:999px 999px 18px 999px;background:rgba(255,251,242,.6);box-shadow:0 4px 0 rgba(76,45,16,.12);color:#4c2d10;font-size:1rem;font-weight:700;text-align:center}.site-nav__link--active{background:#fffdf8;border-color:rgba(76,45,16,.25);box-shadow:0 6px 0 rgba(76,45,16,.14)}.header-view-toggle{display:inline-flex;align-items:center;gap:.5rem}.header-view-toggle__segment{padding:.55rem 1rem;border:2px solid rgba(76,45,16,.12);border-radius:999px 999px 18px 999px;background:rgba(255,251,242,.35);box-shadow:0 2px 0 rgba(76,45,16,.06);color:rgba(76,45,16,.45);font-size:1rem;font-weight:700;text-align:center;cursor:pointer;transition:background .15s ease,color .15s ease,box-shadow .15s ease,border-color .15s ease;white-space:nowrap}.header-view-toggle__segment--active{background:rgba(255,251,242,.6);border-color:rgba(76,45,16,.25);box-shadow:0 6px 0 rgba(76,45,16,.14);color:#4c2d10}.header-view-toggle__segment:not(.header-view-toggle__segment--active):hover{background:rgba(255,251,242,.5);border-color:rgba(76,45,16,.18);color:rgba(76,45,16,.7)}.page-intro{padding:3.5rem 1.25rem 1rem;text-align:center}.page-intro h1{margin:0;font-size:clamp(2.4rem,5vw,4.4rem);line-height:.95;color:var(--primary-green)}.page-intro p{width:min(62ch,100%);margin:1rem auto 0;font-size:1.05rem}.about-card,.members-section,.welcome-hero{width:min(1200px,calc(100% - 2rem));margin:2rem auto}.welcome-hero{padding:2.4rem;border:2px solid rgba(96,58,14,.12);border-radius:32px 32px 20px 32px;background:radial-gradient(circle at top right,rgba(255,255,255,.8),transparent 28%),linear-gradient(135deg,#fff1c8,#ffd8b9 52%,#e8f5df);box-shadow:0 18px 0 rgba(96,58,14,.1)}.welcome-hero h1{margin:0 0 .6rem;color:#5b2f13;font-size:clamp(2.5rem,6vw,4.3rem)}.welcome-hero p{margin:0;color:#4f4f4f;font-size:1.05rem}.family-badge{display:inline-block;margin:.2rem 0 .8rem;padding:.35rem .75rem;border:2px solid rgba(96,58,14,.1);border-radius:999px;background:#fff9d7;box-shadow:0 4px 0 rgba(96,58,14,.08);color:#6d3d10;font-size:.86rem;font-weight:700}.welcome-cta{margin-top:1.2rem;display:flex;flex-wrap:wrap;gap:.8rem}.hero-link{display:inline-block;padding:.72rem 1.15rem;border-radius:999px;background:linear-gradient(135deg,var(--bubblegum),var(--melon));box-shadow:0 7px 0 rgba(146,63,43,.14);color:#fffdf9;font-weight:700}.about-card,.member-card{background:linear-gradient(180deg,rgba(255,255,255,.97),rgba(255,248,232,.97));border:2px solid rgba(96,58,14,.1);box-shadow:var(--shadow-pop)}.about-card{padding:1.4rem 2rem;border-radius:26px}.about-card h2,.members-section h2{margin-top:0;color:var(--primary-green)}.members-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:1rem;gap:1rem}.member-card{padding:1rem;border-radius:24px}.member-card h3{margin:0 0 .3rem;color:var(--primary-green)}.member-role{margin:0 0 .55rem;color:#5f5f5f;font-weight:600}.ingredients-wiki{width:min(1200px,calc(100% - 2rem));margin:0 auto 4rem}.ingredient-dropdowns-row{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.2rem;gap:1.2rem;align-items:start}.ingredient-dropdown-col{display:flex;flex-direction:column;gap:.5rem}.ingredient-dropdown-label{font-weight:700;color:var(--primary-green);font-size:1rem}.ingredient-select{width:100%;padding:.5rem .75rem;border:2px solid #d9c9b5;border-radius:10px;background:#fffdf9;font-size:.9rem;color:#3d3d3d;cursor:pointer;-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}.ingredient-select:focus{outline:2px solid var(--primary-green);outline-offset:2px;border-color:var(--primary-green)}.ingredient-detail-panel{padding:.85rem;border:1px solid #ece2d4;border-radius:14px;background:#fffdf9;box-shadow:var(--shadow-soft)}.ingredient-detail-overview{margin:0 0 .6rem;color:#4a4a4a;font-size:.88rem;line-height:1.5}.ingredient-detail-heading{margin:.55rem 0 .2rem;color:#3d3d3d;font-size:.88rem}.ingredient-detail-panel ul{margin:0;padding-left:1rem;color:#4f4f4f;font-size:.85rem}.ingredient-detail-panel li{margin-bottom:.15rem}.custom-soap-layout{width:min(1200px,calc(100% - 2rem));margin:0 auto 4rem;display:flex;flex-direction:column;gap:2rem}.custom-soap-hero{display:grid;grid-template-columns:420px 1fr;grid-gap:2rem;gap:2rem;align-items:start}.custom-soap-card{display:contents}.custom-soap-media img{width:100%;height:auto;display:block;border:4px solid rgba(255,255,255,.9);border-radius:28px;box-shadow:0 12px 0 rgba(96,58,14,.12)}.custom-soap-intro{padding:1.5rem;border:2px solid rgba(96,58,14,.12);border-radius:28px;background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(255,248,232,.96));box-shadow:0 12px 0 rgba(96,58,14,.1)}.custom-soap-title{margin:0 0 .5rem;color:#5b2f13;font-size:clamp(1.6rem,3vw,2.2rem)}.custom-soap-description{margin:0 0 1rem;color:#555;font-size:1.05rem;line-height:1.55}.custom-soap-price{display:inline-flex;padding:.55rem .9rem;border-radius:999px;background:#fff0df;color:#7a3b0d;font-weight:800;font-size:1.05rem}.custom-soap-builder{padding:1.75rem 2rem;border:2px solid rgba(96,58,14,.12);border-radius:28px;background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(255,248,232,.96));box-shadow:0 12px 0 rgba(96,58,14,.1)}.custom-configurator{text-align:left}.custom-configurator h2{margin:0 0 1rem;color:var(--primary-green);font-size:1.35rem}.custom-config-grid{display:grid;grid-template-columns:minmax(220px,1fr) minmax(300px,2fr);grid-gap:1.25rem;gap:1.25rem;align-items:flex-start}.custom-controls{display:flex;flex-direction:column;gap:.2rem}.custom-controls label{display:block;margin:.6rem 0 .3rem;color:#3f3f3f;font-weight:600}.custom-controls select{width:100%;padding:.6rem .7rem;border:2px solid rgba(96,58,14,.14);border-radius:10px;background:#fffdf8;color:#2b2b2b;font:inherit;cursor:pointer}.custom-info-panels{display:flex;flex-direction:column;gap:.85rem}.custom-bar-notice{background:#fff3b7;border:2px dashed rgba(122,52,13,.2);border-radius:18px;padding:.75rem .85rem;color:#6d3b10;font-size:.9rem;line-height:1.4}.custom-summary{background:#faf8f3;border:1px solid #ece2d4;border-radius:10px;padding:.75rem .85rem}.custom-insights h3,.custom-summary h3{margin:0 0 .35rem;color:var(--primary-green);font-size:.92rem}.custom-summary ul{margin:0;padding-left:1.1rem}.custom-insights{background:rgba(255,255,255,.95);border:2px solid rgba(96,58,14,.1);border-radius:20px;padding:.75rem .85rem;box-shadow:0 10px 0 rgba(96,58,14,.08)}.custom-insight-grid{display:grid;grid-gap:.6rem;gap:.6rem}.ingredient-insight-card{border:2px solid rgba(96,58,14,.08);border-radius:16px;padding:.55rem .65rem;background:#fffdf7}.ingredient-insight-card h4{margin:0 0 .35rem;color:var(--primary-green);font-size:.95rem}.ingredient-insight-card p{margin:.3rem 0 .2rem;color:#3f3f3f;font-size:.86rem}.ingredient-insight-card ul{margin:0;padding-left:1rem;color:#4b4b4b;font-size:.84rem}.custom-bottom-bar{display:grid;grid-template-columns:auto 1fr 1fr;grid-gap:1rem;gap:1rem;align-items:center;margin-top:1.5rem;padding-top:1.25rem;border-top:1px solid rgba(96,58,14,.12)}.custom-total{color:#cd4e40;font-size:1.3rem;font-weight:800;white-space:nowrap}.custom-subscription-box{background:#fff7dc;border:2px dashed rgba(122,52,13,.24);border-radius:18px;padding:.75rem .85rem}.custom-subscription-title{margin:0;color:#5b2f13;font-size:.95rem;font-weight:800}.custom-subscription-subtitle{margin:.3rem 0 .65rem;color:#6a5038;font-size:.85rem;line-height:1.35}.custom-soap-actions{display:grid;grid-gap:.75rem;gap:.75rem}.custom-soap-button,.custom-subscription-button{width:100%;border:none;border-radius:999px;color:#fffdf8;padding:.72rem .95rem;font-weight:700}.custom-soap-button{background:linear-gradient(135deg,var(--bubblegum) 0,var(--melon) 100%);box-shadow:0 7px 0 rgba(146,63,43,.14)}.custom-subscription-button{background:linear-gradient(135deg,#6f9c37,#88b542);box-shadow:0 7px 0 rgba(47,81,18,.18)}.custom-subscription-button:disabled{opacity:.75;cursor:wait}.custom-subscription-login-prompt{background:rgba(91,47,19,.06);border-radius:12px;padding:.75rem .85rem;margin-bottom:.55rem;text-align:center}.custom-subscription-login-prompt__text{margin:0 0 .65rem;font-size:.85rem;color:#5b2f13;line-height:1.45}.custom-subscription-login-prompt__actions{display:grid;grid-template-columns:1fr 1fr;grid-gap:.45rem;gap:.45rem}.custom-subscription-login-prompt__btn{border:none;border-radius:999px;padding:.55rem .75rem;font-size:.82rem;font-weight:700;cursor:pointer;transition:opacity .15s}.custom-subscription-login-prompt__btn:hover{opacity:.85}.custom-subscription-login-prompt__btn--primary{background:linear-gradient(135deg,#6f9c37,#88b542);color:#fffdf8;box-shadow:0 4px 0 rgba(47,81,18,.18)}.custom-subscription-login-prompt__btn--secondary{background:linear-gradient(135deg,var(--bubblegum) 0,var(--melon) 100%);color:#fffdf8;box-shadow:0 4px 0 rgba(146,63,43,.14)}.custom-subscription-error{margin:.45rem 0 0;font-size:.8rem;color:#cd4e40;text-align:center}.custom-subscription-soap-row{display:flex;align-items:baseline;gap:.45rem;margin-bottom:.4rem}.custom-subscription-soap-label{font-size:.78rem;font-weight:800;color:#5b2f13;white-space:nowrap}.custom-subscription-soap-summary{font-size:.78rem;color:#6a5038}.custom-subscription-variant-toggle{width:100%;background:none;border:1.5px dashed rgba(122,52,13,.35);border-radius:999px;color:#7a340d;font-size:.78rem;font-weight:700;padding:.35rem .7rem;cursor:pointer;margin-bottom:.5rem;transition:background .15s,border-color .15s}.custom-subscription-variant-toggle:hover{background:rgba(122,52,13,.06);border-color:rgba(122,52,13,.55)}.custom-subscription-second-builder{background:rgba(255,247,220,.6);border:1.5px solid rgba(122,52,13,.2);border-radius:12px;padding:.6rem .7rem .5rem;margin-bottom:.55rem}.custom-subscription-second-builder>.custom-subscription-soap-label{display:block;margin-bottom:.4rem}.custom-subscription-controls{display:grid;grid-template-columns:1fr 1fr;grid-gap:.35rem .5rem;gap:.35rem .5rem}.custom-subscription-control-row label{display:block;font-size:.7rem;font-weight:700;color:#5b2f13;margin-bottom:.1rem}.custom-subscription-control-row select{width:100%;font-size:.72rem;padding:.25rem .4rem;border-radius:6px;border:1.5px solid rgba(122,52,13,.25);background:#fffdf8;color:#3b1f0a}.custom-subscription-soap-price{font-size:.78rem;font-weight:700;color:#cd4e40;margin:.4rem 0 0}.custom-bar-notice--sm{font-size:.72rem;padding:.3rem .5rem;margin-bottom:.4rem}.product-grid{width:min(1400px,calc(100% - 2rem));margin:0 auto;padding:1rem 0 4rem;display:flex;flex-wrap:wrap;justify-content:center;gap:1.75rem}@media (max-width:1100px){.product-grid{gap:1.25rem}}@media (max-width:560px){.product-grid{width:calc(100% - 3rem);gap:1.25rem}}.product-card{flex-grow:0;flex-shrink:0;flex-basis:calc((100% - 5.25rem) / 4);overflow:hidden;border:2px solid var(--border-light);border-radius:28px;background:rgba(255,253,248,.92);box-shadow:var(--shadow-pop)}@media (max-width:1100px){.product-card{flex-basis:calc((100% - 1.25rem) / 2)}}@media (max-width:560px){.product-card{flex-basis:100%}}.product-card__image-wrap{aspect-ratio:4/3;max-height:380px;overflow:hidden;background:linear-gradient(180deg,rgba(247,198,166,.7),rgba(255,248,232,.9))}@media (max-width:560px){.product-card__image-wrap{max-height:240px}}.product-card__image{width:100%;height:100%;object-fit:cover}.product-card__image--placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f0ede8,#e8e2d9)}.product-card__image--placeholder:after{content:"🧼";font-size:4rem;opacity:.35}.product-card__body{padding:1.2rem 1.35rem 1.5rem}.product-card__title-row{display:flex;flex-direction:column;gap:.5rem}.footer-card h2,.footer-card h3,.product-card h2{margin:0}.product-card h2{font-size:1.45rem;color:var(--primary-green)}@media (max-width:560px){.product-card h2{font-size:1.2rem}}.product-card__price{align-self:flex-start;white-space:nowrap;padding:.45rem .75rem;border-radius:999px;background:var(--sky-splash);color:#72340c;font-weight:800}.product-card__section-title{margin:1rem 0 .35rem;font-size:.95rem;letter-spacing:.03em;text-transform:uppercase;color:#7f4521}.product-card p{margin:0}.product-card ul{margin:0;padding-left:1.25rem}.product-card li+li{margin-top:.25rem}.product-card__button{width:100%;margin-top:1.25rem;padding:.85rem 1rem;border:none;border-radius:16px;background:linear-gradient(135deg,var(--bubblegum) 0,var(--melon) 100%);color:white;font-size:1rem;font-weight:800;box-shadow:0 8px 0 rgba(146,63,43,.16)}.product-card__button[disabled]{cursor:default}.site-footer{background:linear-gradient(135deg,#de7d4e,#f3a06a 52%,#ffd2ad);padding:1.5rem 2rem;color:#4c2d10;text-align:center;margin-top:2rem;box-shadow:0 -8px 16px rgba(108,58,18,.12);border-top:3px solid rgba(255,255,255,.55)}.site-footer--split{display:block}.site-footer h3{color:#4c2d10;margin-top:0;margin-bottom:.5rem;font-size:1.1rem}.site-footer p{margin:.3rem 0;opacity:.95;font-size:.875rem}.site-footer a{color:#5b2f13;font-weight:700}.site-footer a:hover{color:#2a1608}.footer-contact,.footer-legal{max-width:1100px;margin:.75rem auto 0;padding-top:.6rem;border-top:1px dashed rgba(76,45,16,.18)}.footer-contact-grid{max-width:860px;margin:.4rem auto 0;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:.3rem 1rem;gap:.3rem 1rem;text-align:left}.footer-contact-grid p{margin:0}.footer-legal-links{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap}.footer-legal-links a{font-weight:600;text-decoration:underline}.footer-copy{margin:.6rem 0 0;text-align:center;font-size:.8rem}.legal-intro{margin-bottom:0}.legal-content{width:min(1100px,calc(100% - 2rem));margin:1.5rem auto 0;display:grid;grid-gap:1rem;gap:1rem}.legal-card{padding:1.5rem;border:2px solid var(--border-light);border-radius:24px;background:rgba(255,253,248,.96);box-shadow:var(--shadow-soft)}.legal-card h2{margin:0 0 .8rem;color:var(--primary-green)}.legal-card li,.legal-card p{color:#3e3e3e;line-height:1.45}.legal-card p:last-child,.legal-card ul:last-child{margin-bottom:0}.order-success-main{min-height:calc(100vh - 360px);display:flex;align-items:center;justify-content:center;width:min(680px,calc(100% - 3rem));margin:0 auto 2.5rem;padding:1rem 0 2rem}.order-success-card{width:100%;background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(255,248,232,.96));border:2px solid rgba(96,58,14,.1);border-radius:24px;padding:2rem;text-align:center;box-shadow:var(--shadow-pop)}.order-success-status{margin:0 0 .8rem;color:var(--bubblegum);font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.order-success-card h1{margin:0 0 .7rem;color:var(--primary-green)}.order-success-card p{margin:0 0 1.2rem;color:#4e4e4e}@media (max-width:900px){.site-header{grid-template-columns:1fr auto}.site-header__actions{gap:.6rem}.site-nav{grid-column:1/-1;justify-content:center}.footer-contact-grid{text-align:center}}.floating-cart{position:fixed;right:calc(1rem + env(safe-area-inset-right, 0px));top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;gap:.45rem;background:linear-gradient(135deg,var(--bubblegum) 0,var(--melon) 100%);color:#fff;cursor:pointer;padding:.65rem .8rem;border-radius:999px;border:2px solid rgba(255,255,255,.55);box-shadow:0 12px 0 rgba(146,63,43,.16);z-index:1300;transition:box-shadow .18s ease,background .18s ease}.floating-cart:hover{filter:brightness(1.07);box-shadow:0 16px 0 rgba(146,63,43,.18)}.floating-cart:focus-visible{outline:2px solid var(--cream);outline-offset:2px}.floating-cart-icon{width:16px;height:16px;display:inline-block;position:relative;flex-shrink:0}.floating-cart-icon:after,.floating-cart-icon:before{content:"";position:absolute}.floating-cart-icon:before{width:11px;height:8px;border:2px solid;border-top:none;left:2px;top:5px;border-radius:0 0 3px 3px}.floating-cart-icon:after{width:9px;height:5px;border:2px solid;border-bottom:none;border-radius:7px 7px 0 0;left:3px;top:0}.floating-cart-text{font-weight:650;font-size:.9rem}.floating-cart-count{min-width:22px;height:22px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:.8rem;padding:0 .35rem}.floating-cart-count,.floating-cart-feedback{background:#fff9dd;color:#7a340d;font-weight:700}.floating-cart-feedback{position:absolute;right:.9rem;top:-.55rem;border:2px solid rgba(122,52,13,.12);border-radius:999px;font-size:.75rem;line-height:1;padding:.18rem .4rem;opacity:0;transform:translateY(2px) scale(.9);pointer-events:none}.floating-cart-feedback.is-visible{animation:floating-cart-feedback .9s ease forwards}.floating-cart.is-bumping{animation:floating-cart-bump .32s ease}@keyframes floating-cart-bump{0%{transform:translateY(-50%) scale(1)}45%{transform:translateY(-50%) scale(1.1)}to{transform:translateY(-50%) scale(1)}}@keyframes floating-cart-feedback{0%{opacity:0;transform:translateY(4px) scale(.9)}30%{opacity:1;transform:translateY(-3px) scale(1)}to{opacity:0;transform:translateY(-10px) scale(.95)}}.cart-panel-overlay{position:fixed;inset:0;background:rgba(0,0,0,.35);z-index:1299;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.cart-panel{position:fixed;top:0;right:0;bottom:0;width:min(420px,100vw);background:var(--cream);z-index:1400;display:flex;flex-direction:column;box-shadow:-8px 0 40px rgba(0,0,0,.14);animation:cart-panel-slide-in .22s ease}@keyframes cart-panel-slide-in{0%{transform:translateX(100%)}to{transform:translateX(0)}}.cart-panel-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:2px solid rgba(96,58,14,.1);flex-shrink:0}.cart-panel-title{margin:0;font-size:1.15rem;color:var(--primary-green)}.cart-panel-close{background:none;border:none;cursor:pointer;font-size:1.8rem;line-height:1;color:#5c3b0e;padding:0 .3rem;border-radius:6px;transition:background .15s ease}.cart-panel-close:hover{background:rgba(96,58,14,.08)}.cart-panel-body{flex:1 1;overflow-y:auto;padding:1rem 1.25rem}.cart-panel-footer{padding:1rem 1.25rem;border-top:2px solid rgba(96,58,14,.1);background:rgba(255,248,232,.96);flex-shrink:0}.cart-panel-total{margin:0 0 .75rem;font-size:1rem}.cart-panel-footer .cart-checkout-btn{width:100%;text-align:center}.cart-panel-footer .cart-checkout-error{margin:0 0 .5rem}@media (max-width:820px){.cart-panel{width:100vw}.site-header{grid-template-columns:auto auto;gap:.85rem 1rem}.mobile-nav-toggle{display:inline-flex;justify-self:end}.site-nav{grid-column:1/-1;display:none;flex-direction:column;align-items:stretch;gap:.65rem}.site-header.mobile-nav-open .site-nav{display:flex}.site-nav__link{width:100%;min-width:0}.site-header__actions{width:100%;grid-column:1/-1;justify-content:center;flex-wrap:wrap}}@media (max-width:640px){.site-logo{height:80px}.page-intro{padding-top:2.5rem}.about-card,.ingredients-wiki,.legal-content,.members-section,.welcome-hero{width:calc(100% - 2rem)}.ingredient-dropdowns-row{grid-template-columns:1fr}.custom-soap-layout,.order-success-main{width:calc(100% - 2rem)}.custom-config-grid,.custom-soap-hero{grid-template-columns:1fr}.custom-soap-media img{height:auto}.custom-bottom-bar{grid-template-columns:1fr}.about-card,.legal-card,.order-success-card,.welcome-hero{padding:1.4rem 1rem}.cookie-banner{flex-direction:column;align-items:flex-start}}.cart-layout{width:min(1200px,calc(100% - 2rem));margin:0 auto 4rem;display:grid;grid-gap:1rem;gap:1rem}.cart-empty{margin:0;color:#5c5c5c;font-size:1.05rem}.cart-checkout-error{margin:.5rem 0 0;color:#b52020;font-size:.92rem}.cart-items{display:flex;flex-direction:column;gap:1rem}.cart-item{display:grid;grid-template-columns:100px 1fr auto;grid-gap:1rem;gap:1rem;align-items:center;background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(255,248,232,.96));border:2px solid rgba(96,58,14,.1);border-radius:22px;padding:.9rem;box-shadow:0 10px 0 rgba(96,58,14,.08)}.cart-item img{width:100px;height:100px;object-fit:contain;border-radius:18px;border:3px solid rgba(255,255,255,.92)}.cart-item-content h3{margin:0;color:var(--primary-green)}.cart-soap-type-badge{display:inline-block;margin-top:.4rem;background:#fff4b4;border:2px solid rgba(122,52,13,.12);color:#7a340d;border-radius:999px;padding:.18rem .55rem;font-size:.78rem;font-weight:700}.cart-item-price{margin:.4rem 0;font-weight:700}.cart-item-options ul{margin:.25rem 0 0 1.1rem}.cart-bar-notice{margin:.5rem 0 0;background:#fff7ea;border:1px solid #ebd4ab;border-radius:8px;padding:.45rem .55rem;color:#5a3f12;font-size:.84rem}.cart-remove{background:#ffffff;color:#8f2f2f;border:1px solid #d9a8a8;padding:.55rem .85rem;border-radius:8px;cursor:pointer}.cart-summary{background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(255,248,232,.96));border:2px solid rgba(96,58,14,.1);border-radius:22px;padding:1rem;box-shadow:0 10px 0 rgba(96,58,14,.08)}.cart-checkout-btn{display:inline-block;margin-top:.8rem;background:linear-gradient(135deg,var(--bubblegum) 0,var(--melon) 100%);color:#fff;border:none;border-radius:999px;padding:.7rem 1rem;font-weight:700;font-size:1rem;cursor:pointer;box-shadow:0 8px 0 rgba(146,63,43,.16)}.cart-checkout-btn:disabled{opacity:.65;cursor:not-allowed}.page-intro h2{margin:0;font-size:clamp(2.4rem,5vw,4.4rem);line-height:.95;color:var(--primary-green)}.page-intro-center{text-align:center}.account-main{max-width:1200px;margin:1.8rem auto 3rem;padding:0 2rem;display:grid;grid-template-columns:420px 1fr;grid-gap:1.4rem;gap:1.4rem;align-items:flex-start}.account-card{background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(255,248,232,.95));border:2px solid rgba(96,58,14,.1);border-radius:26px;padding:1rem 1.1rem;box-shadow:var(--shadow-pop)}.account-card-wide{grid-column:1/-1}.account-card h3{margin-top:0;color:var(--primary-green)}.account-card-header{display:flex;justify-content:space-between;align-items:center;gap:.75rem}.account-edit-toggle{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border:2px solid rgba(96,58,14,.14);background:#ffe88c;color:#5f4320;border-radius:999px;padding:0;cursor:pointer;box-shadow:0 4px 0 rgba(96,58,14,.12)}.account-edit-toggle:hover{background:#ffe16c}.account-edit-toggle.is-editing{background:#ffd5b4}.account-edit-icon{width:14px;height:11px;position:relative;border:2px solid;border-radius:3px;box-sizing:border-box;margin-top:5px}.account-edit-icon:after,.account-edit-icon:before{content:"";position:absolute;box-sizing:border-box}.account-edit-icon:before{width:8px;height:7px;left:1px;top:-8px;border:2px solid;border-bottom:0;border-radius:8px 8px 0 0;transform-origin:center bottom;transition:left .2s ease,top .2s ease}.account-edit-icon:after{width:2px;height:4px;left:5px;top:3px;background:currentColor;border-radius:2px}.account-edit-toggle.is-editing .account-edit-icon:before{left:6px;top:-9px}.account-form{display:grid;grid-gap:.8rem;gap:.8rem}.account-form-grid{display:grid;grid-template-columns:1fr;grid-gap:.55rem;gap:.55rem}.account-form-grid label{font-weight:600;color:#3f3f3f;font-size:.88rem;margin-bottom:-.1rem}.account-form-grid input{border:2px solid rgba(96,58,14,.12);border-radius:16px;padding:.65rem .8rem;font:inherit;background:rgba(255,255,255,.92)}.account-form-grid input[readonly]{background:#f7f7f7;color:#646464;cursor:not-allowed}.account-form button{justify-self:start;background:linear-gradient(135deg,var(--bubblegum) 0,var(--melon) 100%);color:#fffefb;border:none;border-radius:999px;padding:.6rem .9rem;cursor:pointer;box-shadow:0 6px 0 rgba(146,63,43,.14)}.account-message{margin:0;color:#b52020;font-size:.92rem}.account-privacy-copy{margin:0 0 .9rem;color:#5f5f5f}.account-privacy-actions{display:flex;gap:.7rem;flex-wrap:wrap;margin-bottom:.85rem}.account-privacy-actions button,.account-privacy-form button{background:linear-gradient(135deg,var(--bubblegum) 0,var(--melon) 100%);color:#fffefb;border:none;border-radius:999px;padding:.6rem .9rem;cursor:pointer;box-shadow:0 6px 0 rgba(146,63,43,.14)}.account-privacy-form{display:grid;grid-gap:.6rem;gap:.6rem}.account-privacy-form label{font-weight:600;color:#3f3f3f}.account-privacy-form textarea{width:100%;border:2px solid rgba(96,58,14,.12);border-radius:16px;padding:.7rem .8rem;font:inherit;background:rgba(255,255,255,.92);resize:vertical;min-height:110px}.account-orders{display:grid;grid-gap:.75rem;gap:.75rem}.account-order-card{border:1px solid #efe5d8;border-radius:10px;padding:.8rem;background:#fffdf9}.account-order-card p{margin:.2rem 0}.account-order-items ul{margin:.3rem 0 0 1rem}.account-empty,.account-loading{margin:0;color:#5c5c5c}.auth-split-main{max-width:1200px;margin:1.8rem auto 3rem;padding:0 2rem;display:grid;grid-template-columns:1fr 1fr;grid-gap:1.4rem;gap:1.4rem;align-items:flex-start}.auth-split-card h3{margin:0 0 .9rem;color:var(--primary-green)}.auth-split-form{display:grid;grid-gap:.55rem;gap:.55rem}.auth-split-form label{font-weight:600;color:#3f3f3f;font-size:.9rem}.auth-split-form input{border:2px solid rgba(96,58,14,.12);border-radius:16px;padding:.65rem .8rem;font:inherit;background:rgba(255,255,255,.94)}.auth-split-form button{justify-self:start;margin-top:.35rem;background:linear-gradient(135deg,var(--bubblegum) 0,var(--melon) 100%);color:#fff;border:none;border-radius:999px;padding:.6rem .9rem;cursor:pointer;box-shadow:0 6px 0 rgba(146,63,43,.14)}.auth-split-form button:disabled{opacity:.65;cursor:not-allowed}.auth-consent-row{margin-top:.25rem}.auth-consent-label{display:inline-flex;align-items:center;gap:.35rem;flex-wrap:wrap;line-height:1.45}.auth-consent-link{font-weight:800;color:#0f5a38;text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:2px}.auth-consent-link:hover{color:#0b442a}.auth-config-error{max-width:600px;margin:2rem auto;padding:1rem 1.25rem;border:2px solid #f5c2c7;border-radius:16px;background:#fff5f5;color:#842029;text-align:center}.auth-redirect-shell{min-height:50vh;display:grid;place-items:center;grid-gap:.4rem;gap:.4rem;align-content:center;padding:2rem}.auth-modal-overlay{position:fixed;inset:0;z-index:1400;display:flex;align-items:center;justify-content:center;padding:1rem;background:rgba(42,29,18,.56);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.auth-modal-window{width:min(680px,100%)}.auth-modal-card{padding:1.5rem;box-shadow:0 24px 60px rgba(42,29,18,.28)}.auth-modal-title{margin:.3rem 0 0;color:var(--primary-green);font-size:clamp(1.7rem,4vw,2.4rem)}.auth-status-main{width:min(760px,calc(100% - 2rem));margin:1.8rem auto 3rem}.auth-status-card{padding:1.4rem 1.5rem;text-align:center}.auth-status-card p{margin:0}.auth-status-kicker{color:#7a3b0d;font-size:.86rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.auth-status-email{margin-top:.45rem;font-size:clamp(1.2rem,2.4vw,1.75rem);font-weight:800;color:var(--primary-green);word-break:break-word}.auth-status-note{margin-top:.8rem;color:#5c5c5c}.auth-status-live{margin-top:.9rem;color:#7a340d;font-weight:700}.auth-status-feedback{margin-top:.9rem}.auth-status-actions{display:flex;justify-content:center;flex-wrap:wrap;gap:.8rem;margin-top:1.25rem}.auth-status-actions button{background:linear-gradient(135deg,var(--bubblegum) 0,var(--melon) 100%);color:#fffefb;border:none;border-radius:999px;padding:.65rem 1.1rem;font:inherit;font-weight:700;cursor:pointer;box-shadow:0 6px 0 rgba(146,63,43,.16)}.auth-status-actions button:disabled{opacity:.65;cursor:not-allowed}.auth-status-actions .hero-link{margin-top:.35rem}@media (max-width:900px){.account-main,.auth-split-main{grid-template-columns:1fr}}@media (max-width:640px){.account-main,.auth-split-main{padding:0 1rem}.cart-item{grid-template-columns:80px 1fr auto}.cart-item img{width:80px;height:80px}.footer-grid{grid-template-columns:1fr}}.erp-header{position:-webkit-sticky;position:sticky;top:0;z-index:20;display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:1rem 2rem;gap:1rem 2rem;padding:1rem clamp(1rem,3vw,2rem);background:#152908;border-bottom:4px solid rgba(245,230,211,.2);box-shadow:0 4px 12px rgba(0,0,0,.3)}.erp-logo-section{display:flex;align-items:center}.erp-header .logo-link{display:inline-flex;align-items:center;gap:.6rem;color:#f5e6d3;text-decoration:none}.erp-logo-face{width:42px;height:42px;border-radius:50%;border:2px solid rgba(245,230,211,.9);background:radial-gradient(circle at 30% 30%,#ffffff 0,#e5d5c0 45%,#ccb190 100%);box-shadow:0 2px 6px rgba(0,0,0,.25);flex-shrink:0}.erp-header h1{color:#f5e6d3;margin:0;font-size:1.6rem;letter-spacing:.5px}.erp-tools{display:flex;align-items:center;gap:.8rem}.erp-badge{color:#f5e6d3;font-size:.85rem;border:1px solid rgba(245,230,211,.45);border-radius:999px;padding:.35rem .8rem}.erp-logout{background:transparent;border:1px solid rgba(255,255,255,.35);color:#f5e6d3;border-radius:8px;padding:.45rem .8rem;cursor:pointer;font-family:inherit;font-size:.92rem;font-weight:600}.erp-logout:hover{background:rgba(255,255,255,.18)}.admin-page{min-height:100vh}.admin-page .page-intro{max-width:1400px;margin:2rem auto 1rem;padding:0 2rem;text-align:left}.admin-main{max-width:1400px;margin:0 auto 2rem;padding:0 2rem}.admin-page .row{display:grid;grid-template-columns:1fr;grid-gap:1.2rem;gap:1.2rem;margin-top:1.2rem}.admin-page .row:has(.admin-dashboard-card){grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.admin-dashboard-card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.4rem;padding:1.6rem 1rem;border:2px solid rgba(76,45,16,.14);border-radius:16px 16px 8px 16px;background:rgba(255,251,242,.7);box-shadow:0 4px 0 rgba(76,45,16,.1);color:#4c2d10;text-align:center;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease}.admin-dashboard-card:hover{transform:translateY(-3px) rotate(-1deg);box-shadow:0 8px 0 rgba(76,45,16,.13)}.admin-dashboard-card__icon{font-size:2rem;line-height:1}.admin-dashboard-card strong{font-size:1rem;font-weight:700}.admin-dashboard-card__stat{font-size:.85rem;opacity:.7}.admin-page .card{border:1px solid #ece2d4;border-radius:12px;background:#fff;padding:1.2rem 1.2rem 1.25rem;box-shadow:0 2px 8px rgba(0,0,0,.05);overflow-x:auto}.admin-page .card h3{margin:0;font-size:.95rem;color:#5f5f5f;letter-spacing:.2px}.admin-page .card-intro{margin:.35rem 0 0}.admin-page .card-header-inline{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start;margin-bottom:.9rem}.admin-page .admin-split-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-page .admin-inline-filter,.admin-page .admin-inline-form{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap}.admin-page .admin-inline-filter span{color:#5f5f5f;font-weight:600;font-size:.85rem}.admin-page .admin-inline-filter select,.admin-page .admin-inline-form input{min-width:120px;width:auto}.admin-page .admin-inline-message{min-height:1.2rem;margin:0 0 .7rem;color:#5f5f5f}.admin-page .admin-table-actions{display:flex;gap:.4rem;flex-wrap:wrap}.admin-page .admin-secondary-btn{background:#fffdf8;color:#274212;border:1px solid rgba(21,41,8,.18)!important}.admin-page .admin-danger-btn{background:#fff5f5;color:#972626;border:1px solid rgba(151,38,38,.18)!important}.admin-page textarea{min-height:110px;resize:vertical}.admin-page .value{font-size:2rem;font-weight:700;margin-top:.4rem;color:#1f3a0e}.admin-page .muted{color:#5f5f5f;font-size:.9rem}.admin-page table{width:100%;border-collapse:collapse;font-size:.88rem}.admin-page td,.admin-page th{border-bottom:1px solid #ddd;text-align:left;padding:.55rem .35rem;vertical-align:top}.admin-page th{color:#5f5f5f;font-weight:600}.admin-page input,.admin-page select,.admin-page textarea{width:100%;border:1px solid #d8c5ae;border-radius:8px;padding:.58rem .7rem;background:#fff;font-family:inherit;font-size:.92rem}.admin-page button{border:1px solid transparent;border-radius:8px;background:#152908;color:#fff;font-weight:600;padding:.45rem .8rem;cursor:pointer;font-family:inherit;font-size:.92rem}.admin-page button:hover{background:#1f3a0e}.admin-page .admin-product-form{display:grid;grid-gap:.55rem;gap:.55rem;max-width:520px;margin-bottom:.8rem}.admin-page .admin-product-message{margin:0;color:#5f5f5f}.vis-toggle{display:inline-flex;align-items:center;gap:.35rem;cursor:pointer;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;user-select:none}.vis-toggle__input{position:absolute;opacity:0;width:0;height:0}.vis-toggle__track{position:relative;width:36px;height:20px;border-radius:999px;background:#ccc;transition:background .2s ease;flex-shrink:0}.vis-toggle__input:checked+.vis-toggle__track{background:var(--primary-green,#2d6a2d)}.vis-toggle__track:after{content:"";position:absolute;top:3px;left:3px;width:14px;height:14px;border-radius:50%;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.25);transition:transform .2s ease}.vis-toggle__input:checked+.vis-toggle__track:after{transform:translateX(16px)}.order-expanded-row td{background:#fdfaf3}.orders-total-row td{background:#f6f1e7;font-weight:700}.status-pill{display:inline-flex;align-items:center;justify-content:center;min-width:84px;padding:.2rem .55rem;border-radius:999px;font-weight:600;font-size:.78rem;text-transform:capitalize}.status-new{background:#eef4ff;color:#1d3a8a}.status-delivered,.status-paid{background:#ebf8ef;color:#1a6a35}.status-processing,.status-shipped{background:#fff6e6;color:#925400}.status-cancelled,.status-failed,.status-refunded,.status-unpaid{background:#fdeeee;color:#972626}.status-in_review,.status-pending{background:#eef4ff;color:#1d3a8a}.status-resolved{background:#ebf8ef;color:#1a6a35}.status-critical,.status-high,.status-rejected{background:#fdeeee;color:#972626}.status-medium{background:#fff6e6;color:#925400}.status-low{background:#eef7ed;color:#2f6b1f}.admin-page .calc-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.admin-page .inline{display:flex;align-items:center;gap:.6rem;margin-bottom:.8rem}.admin-page .inline label{width:auto;font-weight:600;color:#5f5f5f;font-size:.88rem}.admin-page .inline select{width:auto}.admin-page .form-actions{margin-top:.6rem}.admin-page .ok{color:#1f7a3f}.admin-page .error{color:#b52020}@media (max-width:980px){.admin-page .admin-split-grid{grid-template-columns:1fr}.admin-page .card-header-inline{flex-direction:column}}