:root{--cream:#f1ece2;--paper:#fbf9f5;--green:#2c4636;--green-dark:#1f3327;--terracotta:#2c4636;--sage:#9daa8b;--ink:#22271f;--line:#e7e2d7;--muted:#7d857b;--heart:#d8434b;--header-h:76px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);-webkit-font-smoothing:antialiased;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}button,input,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{color:inherit}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}h1,h2,h3,p{margin-top:0}h1,h2,.brand{font-family:Georgia,Times New Roman,serif}.announcement{background:var(--green);color:#eef2ea;letter-spacing:.09em;text-transform:uppercase;justify-content:space-between;gap:16px;min-height:34px;padding:9px 5vw;font-size:11px;display:flex}.announcement[hidden]{display:none!important}.header{z-index:40;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fbf9f5f0;grid-template-columns:1fr auto 1fr;align-items:center;height:76px;padding:0 5vw;display:grid;position:sticky;top:0}.brand{color:var(--green);letter-spacing:.01em;align-items:center;gap:11px;width:max-content;font-size:clamp(20px,1.7vw,26px);font-weight:600;display:inline-flex}.brand-mark{border:1px solid var(--green);border-radius:80% 20%;place-items:center;width:30px;height:38px;font:600 21px/1 Georgia,serif;display:grid;transform:rotate(-18deg)}.brand-text{gap:1px;display:grid}.brand-text small{letter-spacing:.18em;text-transform:uppercase;color:var(--muted);font-family:-apple-system,Segoe UI,Roboto,Arial,sans-serif;font-size:9px;font-weight:500}.desktop-nav{gap:40px;display:flex}.desktop-nav a{padding:28px 0 25px;font-size:15px;position:relative}.desktop-nav a:after{content:"";background:var(--terracotta);height:2px;transition:right .25s;position:absolute;bottom:23px;left:0;right:100%}.desktop-nav a:hover:after{right:0}.header-actions{justify-content:flex-end;align-items:center;gap:10px;display:flex}.account-button{height:42px;color:var(--green);border-radius:99px;align-items:center;gap:7px;padding:0 13px;font-size:13px;font-weight:700;display:flex}.account-button>span:first-child{font-size:22px}.account-button:hover{background:#173f3212}.cart-button{border:1px solid var(--green);cursor:pointer;background:0 0;border-radius:99px;align-items:center;gap:10px;height:42px;padding:0 8px 0 16px;display:flex}.cart-button b{background:var(--green);color:#fff;border-radius:50%;place-items:center;min-width:24px;height:24px;font-size:12px;display:grid}.menu-button{display:none}.eyebrow{color:var(--terracotta);letter-spacing:.17em;text-transform:uppercase;margin-bottom:18px;font-size:12px;font-weight:700}.primary-button,.secondary-button{background:var(--green);color:#fff;cursor:pointer;border:0;border-radius:10px;justify-content:center;align-items:center;gap:14px;min-height:48px;padding:13px 24px;font-size:15px;font-weight:600;transition:background .2s;display:inline-flex}.primary-button:hover,.secondary-button:hover{background:var(--green-dark)}.text-link{border-bottom:1px solid var(--ink);padding-bottom:5px}.filters{flex-wrap:wrap;gap:9px;display:flex}.filters button{border:1px solid var(--line);cursor:pointer;background:0 0;border-radius:99px;padding:11px 17px}.filters button.active{background:var(--green);border-color:var(--green);color:#fff}.product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:34px 18px;display:grid}.product-card{flex-direction:column;min-width:0;display:flex}.product-image{aspect-ratio:1/1.08;background:var(--cream);border-radius:14px;flex:none;display:block;position:relative;overflow:hidden}.product-image img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.product-card:hover .product-image img{transform:scale(1.035)}.storefront-rating{color:#56645a;margin:4px 0;font-size:12px}.storefront-rating span{color:#d08a24}.badge{background:var(--terracotta);color:#fff;text-transform:uppercase;letter-spacing:.06em;border-radius:99px;padding:7px 11px;font-size:11px;font-weight:700;position:absolute;top:14px;left:14px}.favorite{cursor:pointer;background:#ffffffe0;border:0;border-radius:50%;width:38px;height:38px;font-size:22px;position:absolute;top:14px;right:14px}.product-info{flex-direction:column;flex:1;padding:18px 5px 0;display:flex}.latin{color:#778077;margin-bottom:7px;font:italic 13px Georgia,serif}.product-info h3{margin-bottom:13px;font:400 22px Georgia,serif}.product-meta{flex-wrap:wrap;gap:7px;min-height:22px;display:flex}.product-meta span{background:var(--cream);color:#657068;border-radius:5px;padding:5px 8px;font-size:11px}.product-bottom{justify-content:space-between;align-items:center;margin-top:auto;padding-top:17px;display:flex}.product-bottom strong{color:var(--green);font-size:18px}.product-bottom button{border:1px solid var(--green);color:var(--green);cursor:pointer;background:0 0;border-radius:11px;padding:10px 15px;font-weight:700;transition:all .2s}.product-bottom button:hover,.product-bottom button.in-cart{background:var(--green);color:#fff}.product-bottom button.in-cart:hover{background:#123c2f}.empty-state{text-align:center;background:var(--cream);border-radius:20px;grid-column:1/-1;padding:80px}.secondary-button{background:var(--terracotta)}footer{background:var(--paper);color:var(--ink);border-top:1px solid var(--line);grid-template-columns:2fr repeat(3,1fr);gap:40px;padding:56px 5vw 26px;display:grid}footer h3{color:var(--muted);letter-spacing:.12em;text-transform:uppercase;margin-bottom:16px;font-size:12px}footer a:hover{color:var(--green)}footer small{border-top:1px solid var(--line);color:var(--muted);grid-column:1/-1;margin-top:38px;padding-top:20px}.overlay{z-index:60;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#141e197a;border:0;position:fixed;inset:0}.drawer,.checkout,.mobile-menu{z-index:70;background:var(--paper);flex-direction:column;width:min(520px,100%);padding:30px;transition:transform .32s;display:flex;position:fixed;top:0;bottom:0;right:0;transform:translate(102%);box-shadow:-20px 0 60px #0f302629}.drawer.open,.checkout.open,.mobile-menu.open{transform:none}.cart-page{background:var(--cream);min-height:100vh}.drawer.cart-page-panel{border:1px solid var(--line);border-radius:20px;width:min(920px,100% - 32px);min-height:calc(100vh - 150px);margin:32px auto 100px;padding:28px clamp(18px,4vw,44px);position:static;transform:none;box-shadow:0 14px 50px #173f3217}.drawer.cart-page-panel .cart-lines{overflow:visible}.checkout{width:min(680px,100%);overflow-y:auto}.drawer-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:start;padding-bottom:23px;display:flex}.drawer-head h2{color:var(--green);margin:0;font-size:40px;font-weight:400}.drawer-head button,.mobile-menu>button{border:1px solid var(--line);cursor:pointer;background:0 0;border-radius:50%;width:42px;height:42px;font-size:25px}.cart-lines{flex:1;overflow-y:auto}.cart-line{border-bottom:1px solid var(--line);grid-template-columns:90px 1fr auto;gap:16px;padding:18px 0;display:grid}.cart-line img{object-fit:cover;border-radius:12px;width:90px;height:100px}.cart-line h3{margin:4px 0 7px;font:400 18px Georgia,serif}.cart-line p{color:var(--green);margin-bottom:10px;font-weight:700}.quantity{border:1px solid var(--line);border-radius:8px;align-items:center;width:max-content;display:flex;overflow:hidden}.quantity button{background:var(--cream);cursor:pointer;border:0;width:31px;height:29px}.quantity span{text-align:center;min-width:28px}.remove{color:#8b938c;cursor:pointer;background:0 0;border:0;font-size:22px}.empty-cart{text-align:center;max-width:320px;margin:auto}.empty-cart>span{color:var(--sage);font-size:70px}.empty-cart h3{font:400 28px Georgia,serif}.empty-cart p{color:#6e776f;line-height:1.5}.empty-cart button{border:0;border-bottom:1px solid var(--green);color:var(--green);cursor:pointer;background:0 0}.cart-summary{border-top:1px solid var(--line);padding-top:22px}.cart-summary>div{justify-content:space-between;font-size:18px;display:flex}.cart-summary p{color:#737b74;font-size:12px}.cart-summary .primary-button{width:100%}.toast{z-index:100;background:var(--green);color:#fff;border-radius:12px;padding:14px 22px;position:fixed;bottom:28px;left:50%;transform:translate(-50%);box-shadow:0 12px 40px #0003}.checkout form{padding:26px 0 50px}fieldset{border:0;margin:0 0 32px;padding:0}legend{color:var(--green);margin-bottom:15px;font:400 24px Georgia,serif}label{gap:7px;margin-bottom:15px;font-size:13px;font-weight:700;display:grid}input,textarea,select{border:1px solid var(--line);background:#fff;border-radius:10px;outline:none;width:100%;padding:14px 15px}input:focus,textarea:focus,select:focus{border-color:var(--green);box-shadow:0 0 0 3px #173f3214}.field-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.delivery-options{grid-template-columns:1fr 1fr;gap:9px;margin-bottom:15px;display:grid}.delivery-options label{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:12px;grid-template-columns:auto 1fr auto;align-items:start;gap:10px;min-height:90px;margin:0;padding:14px;display:grid}.delivery-options label.selected{border-color:var(--green);box-shadow:inset 0 0 0 1px var(--green)}.delivery-options input{width:auto;margin:3px 0 0}.delivery-options span{gap:5px;display:grid}.delivery-options small{color:#7a817b;font-weight:400;line-height:1.35}.delivery-options strong{white-space:nowrap;color:var(--green);font-size:12px}.cdek-picker{margin-top:18px;position:relative}.cdek-suggestions{z-index:2;border:1px solid var(--line);background:#fff;border-radius:12px;margin:-9px 0 15px;position:relative;overflow:hidden;box-shadow:0 16px 34px #173f321f}.cdek-suggestions button{border:0;border-bottom:1px solid var(--line);width:100%;color:var(--green);text-align:left;cursor:pointer;background:#fff;justify-content:space-between;gap:15px;padding:12px 15px;display:flex}.cdek-suggestions button:last-child{border-bottom:0}.cdek-suggestions button:hover{background:var(--cream)}.cdek-suggestions span{color:#788078;font-size:12px}.cdek-status{color:#667067;margin:-5px 0 15px;font-size:12px}.cdek-status.error{color:#9a4f34}.cdek-quote{color:var(--green);background:#edf2ec;border-radius:12px;grid-template-columns:1fr auto;gap:4px 14px;margin-top:8px;padding:14px 16px;display:grid}.cdek-quote b{font-size:18px}.cdek-quote span{font-weight:700}.cdek-quote small{color:#687269;grid-column:1/-1}.payment-return{z-index:60;background:#fff;border-radius:16px;gap:8px;width:min(440px,100vw - 32px);padding:20px 22px;display:grid;position:fixed;bottom:24px;left:50%;transform:translate(-50%);box-shadow:0 24px 60px #173f3238}.payment-return b{font-size:17px}.payment-return p{color:#667067;margin:0;font-size:13px;line-height:1.5}.payment-return>div{align-items:center;gap:10px;margin-top:4px;display:flex}.payment-return a{border-radius:11px;padding:11px 18px;text-decoration:none}.payment-return button{color:#667067;font:inherit;cursor:pointer;background:0 0;border:0;padding:11px 4px}.admin-refund{background:#fbf0ec;border:1px solid #e3c9c0;border-radius:12px;gap:8px;max-width:460px;margin-bottom:16px;padding:14px 16px;display:grid}.admin-refund button{color:#9a4f34;font:inherit;cursor:pointer;background:#fff;border:1px solid #9a4f34;border-radius:10px;justify-self:start;padding:10px 16px;font-weight:700}.admin-refund small{color:#7a5245;font-size:12px}.legal-page{color:#2b2118;background:#f8f0e5}.legal-page>.store-header{margin-bottom:0}.legal-document{background:#fffcf6c2;border:1px solid #ddcfbd;border-radius:26px;width:min(1240px,100% - 64px);margin:24px auto 86px;padding:54px 64px;box-shadow:0 18px 55px #4634220b}.legal-document>h1{color:#294326;font-family:Georgia,serif;font-size:clamp(48px,6vw,76px)}.legal-document>.eyebrow{color:#d94a2b}.legal-document section{border-color:#e0d4c6}.legal-document section h2{color:#294326;font-family:Georgia,serif}.legal-document section p,.legal-document section li{color:#51483f}.legal-scene{background-image:url(/assets/redesign/info-delivery-scene-v1.webp);background-position:50%;background-size:cover;border-radius:26px 26px 18px 18px;height:330px;margin:-54px -64px 42px}.legal-page-scenic .legal-document>h1{max-width:970px}.contacts-intro{grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr);align-items:stretch;gap:30px;display:grid!important}.contacts-map{filter:saturate(.8)contrast(.95);border-radius:18px;min-height:440px;border:1px solid #ddcfbd!important}.requisites-list{background:#ffffff75;border-color:#ddcfbd}.requisites-list>div{border-color:#e4d9cc}.legal-callout{background:#f3e7d8;border-left-color:#df4829}@media (width<=800px){.legal-document{border-radius:20px;width:calc(100% - 24px);margin:14px 12px 48px;padding:32px 22px}.legal-scene{background-position:62%;border-radius:20px 20px 14px 14px;height:230px;margin:-32px -22px 30px}.contacts-intro{grid-template-columns:1fr}.contacts-map{min-height:350px}.requisites-list>div{grid-template-columns:1fr;gap:5px}}.payment-state{font-weight:700}.payment-state.paid{color:#2f7a52}.payment-state.unpaid{color:#9a4f34}.admin-settings{gap:12px;max-width:640px;display:grid}.admin-setting{border:1px solid var(--line);cursor:pointer;border-radius:12px;grid-template-columns:1fr auto;align-items:center;gap:8px 16px;padding:16px 18px;display:grid}.admin-setting.switch{grid-template-columns:auto 1fr}.admin-setting b{font-size:15px;display:block}.admin-setting small{color:#687269;margin-top:3px;font-size:12px;line-height:1.45;display:block}.admin-setting input[type=checkbox]{width:20px;height:20px;accent-color:var(--green)}.admin-setting input[type=text],.admin-setting input[type=number]{border:1px solid var(--line);width:190px;font:inherit;border-radius:10px;padding:9px 12px}.admin-settings-actions{align-items:center;gap:14px;margin-top:4px;display:flex}.admin-settings-actions button{background:var(--green);color:#fff;font:inherit;cursor:pointer;border:0;border-radius:11px;padding:11px 20px;font-weight:700}.admin-settings-actions span{color:#2f7a52;font-size:13px}.admin-flag{color:#9a6b25;font-weight:700}.admin-fee-form{background:#fbf3e6;border:1px solid #e3d5b8;border-radius:12px;gap:10px;max-width:460px;margin-bottom:16px;padding:16px;display:grid}.admin-fee-form p{color:#6b5426;margin:0;font-size:13px}.admin-fee-form label{gap:5px;font-size:13px;font-weight:700;display:grid}.admin-fee-form input{border:1px solid var(--line);font:inherit;border-radius:10px;padding:10px 12px}.admin-fee-form button{background:var(--green);color:#fff;font:inherit;cursor:pointer;border:0;border-radius:10px;justify-self:start;padding:10px 16px;font-weight:700}.order-note{color:#6b5426;background:#fbf3e6;border-radius:10px;margin:8px 0 0;padding:10px 12px;font-size:13px;line-height:1.45}.cdek-quote.pending{background:#fbf3e6}.cdek-quote.pending b{font-size:16px}.cdek-repack{gap:5px;margin:10px 0 4px;display:grid}.cdek-repack label{cursor:pointer;align-items:center;gap:10px;font-weight:700;display:flex}.cdek-repack input{width:18px;height:18px;accent-color:var(--green);flex:none}.cdek-repack small{color:#687269;padding-left:28px;font-size:12px;line-height:1.45}.cdek-tariffs{gap:8px;margin:8px 0 4px;display:grid}.cdek-tariff{border:1px solid var(--line);cursor:pointer;border-radius:12px;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:12px 14px;display:grid}.cdek-tariff:has(input:checked){border-color:var(--green);background:#edf2ec}.cdek-tariff input{width:18px;height:18px;accent-color:var(--green)}.cdek-tariff b{font-size:14px;display:block}.cdek-tariff small{color:#687269;font-size:12px}.cdek-tariff strong{white-space:nowrap;font-size:16px}.payment-note{color:#6c3d2c;background:#f5e7df;border-radius:12px;margin-bottom:18px;padding:16px}.payment-note p{margin:6px 0 0;font-size:13px;line-height:1.45}.primary-button.full{width:100%}.primary-button:disabled{opacity:.55;cursor:wait}.consent-check{color:#687269;grid-template-columns:auto 1fr;align-items:start;gap:10px;margin-top:14px;font-size:12px;font-weight:400;line-height:1.45;display:grid}.consent-check input{width:17px;height:17px;accent-color:var(--green);margin:1px 0 0;padding:0}.consent-check a,.legal-document a{color:var(--green);text-underline-offset:3px;text-decoration:underline}.success{text-align:center;max-width:440px;margin:auto}.success>span{background:var(--green);color:#fff;border-radius:50%;place-items:center;width:72px;height:72px;margin:0 auto 24px;font-size:34px;display:grid}.success h2{color:var(--green);font-size:42px;font-weight:400}.success p{color:#667067;line-height:1.6}.success .primary-button{margin-top:20px}.mobile-menu{gap:25px;width:min(380px,100%)}.mobile-menu>button{align-self:flex-end}.mobile-menu a{border-bottom:1px solid var(--line);padding-bottom:17px;font:400 28px Georgia,serif}.legal-page{background:var(--paper);min-height:100vh}.legal-document{width:min(920px,90vw);margin:72px auto 100px}.legal-document>h1{max-width:820px;color:var(--green);letter-spacing:-.04em;margin-bottom:16px;font-size:clamp(46px,7vw,82px);font-weight:400;line-height:.98}.legal-updated{color:#7a827b;margin-bottom:54px;font-size:13px}.legal-document section{border-top:1px solid var(--line);padding:34px 0}.legal-document section h2{color:var(--green);margin-bottom:18px;font-size:clamp(25px,3vw,36px);font-weight:400;line-height:1.15}.legal-document section p,.legal-document section li{color:#4f5851;font-size:16px;line-height:1.72}.legal-document section p:last-child{margin-bottom:0}.legal-document section ul{margin:0;padding-left:23px}.legal-document section li+li{margin-top:8px}.legal-callout{border-left:4px solid var(--terracotta);background:var(--cream);color:#536057;border-radius:0 14px 14px 0;margin-top:18px;padding:24px 27px;line-height:1.6}.requisites-list{border:1px solid var(--line);border-radius:16px;margin:0;overflow:hidden}.requisites-list>div{border-bottom:1px solid var(--line);grid-template-columns:210px 1fr;gap:22px;padding:18px 20px;display:grid}.requisites-list>div:last-child{border-bottom:0}.requisites-list dt{color:#777f78;font-size:13px}.requisites-list dd{color:var(--green);margin:0;line-height:1.45}.account-page{background:var(--cream);min-height:100vh}.account-shell{grid-template-columns:300px 1fr;align-items:start;gap:28px;width:min(1320px,90vw);margin:58px auto;display:grid}.account-sidebar,.account-content{border:1px solid var(--line);background:var(--paper);border-radius:22px}.account-sidebar{padding:32px;position:sticky;top:24px}.account-avatar{background:var(--green);color:#fff;border-radius:50%;place-items:center;width:64px;height:64px;margin-bottom:20px;font:400 29px Georgia,serif;display:grid}.account-sidebar h1{color:var(--green);margin-bottom:7px;font:400 27px Georgia,serif}.account-sidebar>p{color:#6e776f;word-break:break-word;margin-bottom:28px;font-size:13px}.account-sidebar nav{gap:8px;display:grid}.account-sidebar nav a,.account-sidebar nav span{border-radius:10px;justify-content:space-between;gap:8px;padding:13px 14px;font-size:14px;display:flex}.account-sidebar nav .active{background:var(--cream);color:var(--green);font-weight:700}.account-sidebar nav span{color:#8a918b}.account-sidebar nav small{color:var(--terracotta);text-transform:uppercase;letter-spacing:.08em;font-size:10px}.signout-link{border-top:1px solid var(--line);color:#80513e;margin-top:30px;padding-top:20px;font-size:13px;display:block}.account-content{min-width:0;min-height:620px;padding:42px}.account-title{justify-content:space-between;align-items:end;gap:24px;display:flex}.account-title h2{color:var(--green);margin:0;font-size:clamp(40px,5vw,62px);font-weight:400;line-height:1}.account-title>span{border:1px solid var(--line);color:#6e776f;border-radius:99px;padding:8px 12px;font-size:11px}.auth-notice{border-left:3px solid var(--terracotta);background:#f5e7df;margin:34px 0 26px;padding:17px 20px}.auth-notice strong{color:#6c3d2c}.auth-notice p{color:#785345;margin:6px 0 0;font-size:13px;line-height:1.5}.orders-list{gap:10px;display:grid}.orders-list article{border:1px solid var(--line);background:#fff;border-radius:13px;grid-template-columns:1.5fr 1fr 1fr 1fr;align-items:center;gap:20px;padding:18px 20px;display:grid}.orders-list article>div{gap:6px;display:grid}.orders-list article small{color:#808881;text-transform:uppercase;letter-spacing:.08em;font-size:10px}.orders-list article strong{color:var(--green)}.orders-empty{text-align:center;border:1px dashed var(--line);border-radius:17px;align-content:center;justify-items:center;min-height:340px;padding:40px;display:grid}.orders-empty>span{color:var(--sage);font-size:60px}.orders-empty h3{color:var(--green);margin:6px 0 10px;font:400 28px Georgia,serif}.orders-empty p{color:#6e776f;max-width:480px;line-height:1.55}.orders-empty .primary-button{margin-top:10px}.admin-alert{background:#f8e9df;border:1px solid #e2cabb;border-radius:13px;justify-content:space-between;align-items:center;gap:20px;margin-bottom:20px;padding:18px 20px;display:flex}.admin-alert strong{color:#673b2b}.admin-alert p{color:#7c5749;margin:5px 0 0;font-size:13px}.admin-alert>span{color:#8b4e39;background:#fff;border-radius:99px;flex:none;padding:7px 10px;font-size:11px;font-weight:700}.admin-stats{grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:20px;display:grid}.admin-stats article,.admin-stats button{border:1px solid var(--line);background:var(--paper);border-radius:14px;align-content:space-between;min-height:145px;padding:22px;display:grid}.admin-stats article>span,.admin-stats button>span{color:#6f776f;font-size:12px;font-weight:700}.admin-stats article strong,.admin-stats button strong{color:var(--green);font:400 43px Georgia,serif}.admin-stats article small,.admin-stats button small{color:#8b928c}.admin-stats article.attention,.admin-stats button.attention{background:#fff8f4;border-color:#d6a18a}.procurement-safety{background:#e8f2eb;border:1px solid #b7d1c1;border-radius:13px;justify-content:space-between;align-items:center;gap:20px;margin-bottom:20px;padding:18px 20px;display:flex}.procurement-safety strong{color:var(--green)}.procurement-safety p{color:#587063;margin:5px 0 0;font-size:13px;line-height:1.45}.procurement-safety>span{color:var(--green);background:#fff;border-radius:99px;flex:none;padding:7px 10px;font-size:11px;font-weight:700}.procurement-toolbar .secondary-button{border-radius:9px;padding:10px 15px}.procurement-block{padding:22px}.procurement-documents{min-width:1040px}.procurement-orders{min-width:880px}.procurement-review{min-width:920px}.procurement-file{border:1px dashed var(--line);background:var(--cream);border-radius:11px;padding:14px}.procurement-file input{background:0 0;border:0;padding:0}.procurement-file span{color:#748078;font-size:12px}.procurement-match-dialog{width:min(720px,100vw - 32px)}.procurement-match-dialog header>div{min-width:0}.procurement-match-dialog header .eyebrow{margin:0 0 5px}.procurement-match-source{background:var(--cream);border-radius:11px;gap:5px;margin-bottom:16px;padding:14px 16px;display:grid}.procurement-match-source strong{color:var(--green)}.procurement-match-source span{color:#748078;font-size:12px}.procurement-match-search{color:#58635b;gap:7px;font-size:12px;font-weight:700;display:grid}.procurement-match-search input{border:1px solid var(--line);font:inherit;border-radius:9px;padding:11px 13px;font-size:14px}.procurement-candidates{align-content:start;gap:7px;min-height:190px;max-height:340px;margin-top:14px;display:grid;overflow-y:auto}.procurement-candidates article{border:1px solid var(--line);border-radius:10px;justify-content:space-between;align-items:center;gap:14px;padding:12px 14px;display:flex}.procurement-candidates article div{gap:3px;min-width:0;display:grid}.procurement-candidates article strong{color:var(--green)}.procurement-candidates article span,.procurement-candidates article small{color:#748078;text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.procurement-candidates article button{border:1px solid var(--green);color:var(--green);font:inherit;cursor:pointer;background:#fff;border-radius:8px;padding:8px 12px;font-weight:700}.procurement-match-actions{flex-wrap:wrap}.procurement-warning{color:#9b522f;font-weight:700}.procurement-ok{color:#2d6848;font-weight:700}.procurement-zero{border:1px dashed var(--line);color:#748078;text-align:center;border-radius:13px;align-content:center;place-items:center;gap:7px;min-height:120px;padding:24px;display:grid}.procurement-zero strong{color:var(--green);font:400 22px Georgia,serif}.procurement-empty{min-height:250px}.procurement-tabs{scrollbar-width:none;gap:6px;margin:0 0 18px;display:flex;overflow-x:auto}.procurement-tabs button{border:1px solid var(--line);color:#58635b;font:inherit;white-space:nowrap;cursor:pointer;background:#fff;border-radius:99px;padding:10px 14px;font-size:13px;font-weight:700}.procurement-tabs button.active{border-color:var(--green);background:var(--green);color:#fff}.procurement-tabs button span{opacity:.72;margin-left:4px}.procurement-note{margin:0 0 16px;line-height:1.5}.sales-sync-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:0 0 18px;display:grid}.sales-sync-grid article{border:1px solid var(--line);background:#fafbf9;border-radius:11px;gap:5px;min-width:0;padding:12px;display:grid}.sales-sync-grid article>div{justify-content:space-between;align-items:start;gap:8px;display:flex}.sales-sync-grid article span{color:#667168;text-align:right;font-size:11px;font-weight:700}.sales-sync-grid article small{color:#69736c;overflow-wrap:anywhere}.sales-sync-grid article em{color:#a13e36;overflow-wrap:anywhere;font-size:11px;font-style:normal}.sales-sync-grid .sales-sync-ok{background:#f1f7f3;border-color:#b7d1c1}.sales-sync-grid .sales-sync-error{background:#fff5f3;border-color:#e4aaa4}.sales-sync-grid .sales-sync-running{background:#fffaf0;border-color:#d7c58d}.integration-health-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:16px 0;display:grid}.integration-health-grid article{border:1px solid var(--line);background:#fafbf9;border-radius:12px;gap:9px;min-width:0;padding:16px;display:grid}.integration-health-grid article>div{justify-content:space-between;align-items:start;gap:10px;display:flex}.integration-health-grid article span{color:#69736c;text-align:right;font-size:11px;font-weight:700}.integration-health-grid article small{color:#69736c}.integration-health-grid article em{color:#a13e36;overflow-wrap:anywhere;font-size:12px;font-style:normal}.integration-health-grid article.connected{background:#f1f7f3;border-color:#b7d1c1}.integration-health-grid article.attention{background:#fff5f3;border-color:#e4aaa4}.integration-health-grid button{justify-self:start;margin-top:3px}.integration-check-result{border-radius:8px;margin:0;padding:9px 10px;font-size:12px;line-height:1.4}.integration-check-result.success{color:#28573e;background:#e1eee5}.integration-check-result.error{color:#8a3029;background:#f8e3df}.procurement-recommendation-tabs{flex-wrap:wrap;gap:8px;margin:16px 0 12px;display:flex}.procurement-recommendation-tabs button{border:1px solid var(--line);color:var(--green);font:inherit;cursor:pointer;background:#fff;border-radius:999px;padding:9px 12px;font-size:12px;font-weight:700}.procurement-recommendation-tabs button.active{border-color:var(--green);background:var(--green);color:#fff}.procurement-recommendation-tabs span{background:#7f7f7f24;border-radius:50%;place-items:center;min-width:20px;height:20px;margin-left:4px;font-size:10px;display:inline-grid}.procurement-inline-actions{flex-wrap:wrap;gap:5px;display:flex}.procurement-inline-actions button,.procurement-batch-buttons button{border:1px solid var(--line);color:var(--green);font:inherit;cursor:pointer;background:#fff;border-radius:8px;padding:7px 9px;font-size:11px;font-weight:700}.procurement-settings-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:13px;display:grid}.procurement-settings-grid label,.procurement-costs label{color:#58635b;gap:6px;font-size:12px;font-weight:700;display:grid}.procurement-settings-grid input,.procurement-costs input{border:1px solid var(--line);min-width:0;font:inherit;background:#fff;border-radius:8px;padding:10px 11px}.procurement-settings-grid .admin-checkbox{align-self:end;align-items:center;min-height:40px;display:flex}.procurement-settings-grid .admin-checkbox input{width:auto}.admin-page .admin-dialog.procurement-order-dialog{flex-direction:column;width:auto;max-width:none;height:auto;max-height:none;display:flex;inset:8px;overflow:hidden;transform:none}.procurement-order-body{scrollbar-gutter:stable;min-height:0;padding-right:3px;overflow:auto}.procurement-costs{background:var(--cream);border-radius:12px;grid-template-columns:repeat(3,minmax(120px,1fr)) auto;align-items:end;gap:12px;margin-bottom:16px;padding:14px;display:grid}.procurement-lines{min-width:1120px}.procurement-price-change{color:#9b522f;background:#fff4ed;font-weight:800}.procurement-batch-buttons{justify-content:flex-end;gap:9px;margin:18px 0;display:flex}.procurement-batch-buttons button{padding:10px 13px;font-size:12px}.procurement-batch-buttons .admin-primary{border-color:var(--green);background:var(--green);color:#fff}.procurement-price-channels{border:1px solid var(--line);border-radius:12px;flex-wrap:wrap;gap:10px 22px;margin:18px 0 0;padding:12px 14px;display:flex}.procurement-price-channels legend{color:var(--green);padding:0 7px;font-size:12px;font-weight:800}.procurement-price-channels label{color:#526058;align-items:center;gap:7px;font-size:13px;font-weight:700;display:inline-flex}.procurement-price-channels input{width:auto;margin:0}.procurement-price-channels label.disabled{color:#929990;cursor:not-allowed}.procurement-batch{border:1px solid var(--line);border-radius:13px;margin-top:18px;padding:16px}.procurement-batch h3{color:var(--green);margin:0;font:400 22px Georgia,serif}.procurement-batch-list{border:1px solid var(--line);border-radius:11px;display:grid;overflow:hidden}.procurement-batch-list article{border-bottom:1px solid var(--line);grid-template-columns:minmax(240px,2fr) minmax(150px,1fr) minmax(170px,1fr) minmax(190px,1.2fr);align-items:start;gap:16px;min-width:0;padding:12px 14px;display:grid}.procurement-batch-list article:last-child{border-bottom:0}.procurement-batch-list article>div{overflow-wrap:anywhere;min-width:0}.procurement-batch-list article small,.procurement-batch-list article span{margin-top:4px;display:block}.procurement-batch-product strong{display:block}.procurement-action-status{overflow-wrap:anywhere;min-width:0}.procurement-action-status>*{margin-top:4px;display:block}.procurement-plan-dialog{width:min(900px,100vw - 28px)}.procurement-plan-table{min-width:690px}.procurement-plan-table input{border:1px solid var(--line);width:120px;font:inherit;border-radius:7px;padding:8px 9px}.procurement-row-mismatch td{background:#fff4ed}.procurement-row-mismatch td:first-child{box-shadow:inset 3px 0 #c96f43}.procurement-checklist{border:1px solid;border-radius:12px;margin:0 0 16px;padding:14px 16px}.procurement-checklist.blocked{color:#864528;background:#fff4ed;border-color:#e3b99f}.procurement-checklist.ready{color:#2d6848;background:#e8f2eb;border-color:#b7d1c1}.procurement-checklist p,.procurement-checklist ul{margin:7px 0}.procurement-checklist small{color:#66756c;display:block}.procurement-directory{min-width:1050px}.procurement-directory td small{margin-top:3px;display:block}.procurement-alias-edit-row{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:12px;padding:10px 0;display:flex}.procurement-alias-edit-row>div{gap:3px;min-width:0;display:grid}.procurement-alias-edit-row>div strong{overflow-wrap:anywhere}.procurement-alias-edit-row:last-child{border-bottom:0}.procurement-alias-reassign{border:1px solid var(--line);background:var(--cream);border-radius:12px;margin-top:8px;padding:14px}.procurement-alias-reassign .admin-block-heading{margin-bottom:10px}.procurement-alias-reassign .admin-block-heading>div{gap:3px;display:grid}.procurement-alias-reassign label{gap:6px;display:grid}.procurement-alias-reassign .procurement-candidates{min-height:0;max-height:260px}.procurement-request-candidates{gap:5px;display:grid}.procurement-request-candidates button{border:1px solid var(--line);color:var(--green);text-align:left;cursor:pointer;background:#fff;border-radius:8px;justify-content:space-between;padding:9px 11px;display:flex}.procurement-selected-product{background:var(--cream);border-radius:9px;align-items:center;gap:10px;padding:11px;display:flex}.procurement-selected-product span{color:#748078;margin-right:auto;font-size:12px}.procurement-order-final{justify-content:space-between;align-items:center;gap:12px;margin-top:20px;display:flex}@media (width<=900px){.procurement-batch-list article{grid-template-columns:1fr 1fr}.procurement-batch-product,.procurement-action-status{grid-column:1/-1}}.admin-primary:disabled{opacity:.45;cursor:not-allowed}.admin-block{border:1px solid var(--line);background:var(--paper);border-radius:16px;margin-bottom:20px;padding:28px}.admin-block-heading{justify-content:space-between;align-items:end;gap:20px;margin-bottom:22px;display:flex}.admin-block-heading .eyebrow{margin-bottom:9px}.admin-block-heading h2{color:var(--green);margin:0;font:400 32px Georgia,serif}.admin-block-heading button{border:1px solid var(--line);color:#92968f;background:#eeeae2;border-radius:9px;padding:11px 16px}.admin-order-list{gap:8px;display:grid}.admin-order-list article,.admin-order-list button{border-bottom:1px solid var(--line);grid-template-columns:1fr auto auto;align-items:center;gap:15px;padding:13px 0;display:grid}.admin-order-list article:last-child,.admin-order-list button:last-child{border-bottom:0}.admin-order-list div{gap:4px;display:grid}.admin-order-list small{color:#7c847d}.admin-order-list span{color:var(--green);font-weight:700}.admin-order-list b{background:var(--cream);color:#697269;border-radius:99px;padding:6px 8px;font-size:10px}.auth-page{background:var(--cream);min-height:100vh}.auth-shell{grid-template-columns:.8fr 1.2fr;align-items:start;gap:55px;width:min(1120px,90vw);margin:58px auto 90px;display:grid}.auth-shell-compact{width:min(960px,90vw)}.auth-intro{padding-top:32px;position:sticky;top:24px}.auth-intro h1{color:var(--green);letter-spacing:-.04em;margin-bottom:24px;font-size:clamp(52px,7vw,82px);font-weight:400;line-height:.95}.auth-intro>p:last-child{color:#647067;max-width:440px;font-size:17px;line-height:1.65}.auth-form{border:1px solid var(--line);background:var(--paper);border-radius:24px;padding:clamp(25px,4vw,48px);box-shadow:0 24px 70px #173f3214}.auth-form fieldset{margin-bottom:34px}.auth-form label small{color:#7a837b;margin-top:-2px;font-weight:400;line-height:1.4}.account-type-options{grid-template-columns:1fr 1fr;gap:10px;display:grid}.account-type-options label{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:13px;grid-template-columns:auto 1fr;align-items:start;gap:11px;min-height:112px;margin:0;padding:16px;display:grid}.account-type-options label.selected{border-color:var(--green);box-shadow:inset 0 0 0 1px var(--green)}.account-type-options input{width:auto;margin:3px 0 0}.account-type-options span{gap:7px;display:grid}.account-type-options small{color:#778078;font-size:11px;font-weight:400;line-height:1.45}.wholesale-fields{display:grid}.profile-prefill{color:#5f7165;margin:-4px 0 16px;font-size:12px}.auth-call-number{text-align:center;background:var(--cream);border-radius:14px;gap:6px;margin:0 0 26px;padding:20px;display:grid}.auth-call-number b{color:var(--green);letter-spacing:-.01em;font-size:28px;font-weight:700}.auth-call-number small{color:#778078;font-size:12px}.auth-saved{color:var(--green);margin:0;font-size:13px;font-weight:600}.admin-page{--admin-coral:#df4829;--admin-olive:#6f7b48;background:#f4ecdf;width:100%;max-width:100%;overflow-x:hidden}.admin-page .account-shell{grid-template-columns:270px minmax(0,1fr);width:min(1760px,100% - 40px);margin-top:22px}.admin-page .account-sidebar{color:#f8f0e5;background:#203b2d;border-color:#203b2d}.admin-page .account-sidebar h1{color:#fff}.admin-page .account-sidebar>p{color:#cbd5c9}.admin-page .account-sidebar nav button{color:#edf2e9;border-radius:11px;grid-template-columns:9px 1fr;justify-content:start;align-items:center;gap:12px;min-height:47px;padding:12px 14px;display:grid}.admin-page .account-sidebar nav button:hover{background:#ffffff14}.admin-page .account-sidebar nav button.active{color:#294326!important;background:#e3e59e!important}.admin-page .account-switch{color:#e5e7b5}.admin-nav-dot{border:1px solid;border-radius:50%;width:7px;height:7px}.admin-page nav button.active .admin-nav-dot{background:currentColor}.admin-page .account-content{background:#fffcf6d1;padding:0 28px 34px}.admin-page .account-content:before{background-image:linear-gradient(90deg,#fffcf614,#fffcf600),url(/assets/redesign/admin-workspace-v1.webp);background-position:50%;background-size:cover;height:235px;margin:0 -28px 28px}.admin-page .account-title{min-height:95px;margin-top:-128px;padding:0 26px 24px}.admin-page .admin-stats{z-index:1;gap:14px;position:relative}.admin-page .admin-stats article,.admin-page .admin-stats button,.admin-page .admin-table-wrap,.admin-page .admin-setting,.admin-page .procurement-block{background:#fffdf8e6;border-color:#ddcfbd;box-shadow:0 10px 28px #4634220b}.admin-page .admin-stats article strong,.admin-page .admin-stats button strong{color:#294326}.admin-page .admin-primary,.admin-page .admin-settings-actions button{background:linear-gradient(135deg,#e84b2c,#d73a20);box-shadow:0 9px 22px #be3a1d29}.admin-page .admin-table th{color:#5f584f;background:#e9dfcf}.admin-page .admin-table tr.clickable:hover td{background:#fff8ed}.admin-page .admin-block{background:#fffdf8e6;border-color:#ddcfbd;border-radius:18px;box-shadow:0 10px 28px #4634220b}.admin-page .admin-block-heading h2{color:#294326;font-size:36px}.admin-page .admin-toolbar input,.admin-page select,.admin-page input,.admin-page textarea{background:#fffdfa;border-color:#d9cbb8}.admin-page .admin-pill{padding:6px 10px}.admin-page .admin-dialog{background:#fffaf2;border:1px solid #ddcfbd;border-radius:22px}.admin-bulk-result{color:#294326;background:#f0f8ed;border:1px solid #b9d5b2;border-radius:14px;gap:8px;margin:0 0 18px;padding:14px 16px;display:grid}.admin-bulk-result.warning{color:#624816;background:#fff8e8;border-color:#e2c27d}.admin-bulk-result span,.admin-bulk-result small{display:block}.admin-bulk-result ul{gap:5px;max-height:260px;margin:2px 0 0;padding-left:20px;display:grid;overflow:auto}.admin-bulk-result li{line-height:1.4}.admin-category-tabs{gap:8px;margin:0 0 14px;padding:4px;display:flex;overflow-x:auto}.admin-category-tabs button{color:#465d43;background:#fffdfa;border:1px solid #d9cbb8;border-radius:999px;flex:none;padding:9px 14px}.admin-category-tabs button.active{color:#fff;background:#294326;border-color:#294326}.admin-category-tabs button{white-space:nowrap;align-items:center;gap:7px;font-weight:750;display:inline-flex}.admin-category-tabs button span{font-size:17px;line-height:1}.admin-page .product-editor-dialog{width:min(1320px,100vw - 28px);height:min(900px,100vh - 28px)}.product-editor-shell{grid-template-columns:285px minmax(0,1fr)}.product-editor-aside{padding:22px 18px}.product-editor-cover{max-width:215px;margin:auto}.product-editor-nav button{padding:13px 14px;font-size:13px}.product-editor-content{padding:28px 34px 56px}.editor-section{max-width:980px;margin:0 auto}.variant-editor-head{padding:4px 2px 17px}.variant-editor>.admin-table-wrap{border:1px solid #e1d5c5;border-radius:15px;max-height:235px;margin-bottom:18px}.variant-detail{background:#fffaf3;border-color:#d8c9b6;margin-top:0;padding:22px;box-shadow:0 12px 32px #4634220f}.variant-detail>.admin-form-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.variant-detail>.admin-form-grid>.wide{grid-column:1/-1}.variant-detail h4{color:#294326;border-top:1px solid #e4d8c8;margin:12px 0 0;padding-top:17px;font-size:14px}.variant-summary{border-bottom:1px solid #e4d8c8;align-items:center;padding-bottom:14px}.variant-summary>div{gap:3px;display:grid}.variant-summary small{color:#827667;font-weight:500}.variant-summary>span{color:#294326;background:#edf3e9;border-radius:999px;padding:6px 10px;font-size:11px;font-weight:800}.variant-save-status{color:#796c5d;background:#f1e8da;border-radius:10px;margin:16px 0 0;padding:11px 13px;font-size:12px}.variant-save-status.success{color:#285b31;background:#e8f3e6;font-weight:850}.variant-detail>.dialog-actions{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffaf3f5;border-top:1px solid #ded2c2;margin:14px -22px -22px;padding:14px 22px;position:sticky;bottom:-22px}.admin-page .admin-toolbar{grid-template-columns:minmax(220px,1.35fr) repeat(2,minmax(170px,.8fr)) auto;align-items:center;gap:10px;display:grid}.admin-page .admin-toolbar>input,.admin-page .admin-toolbar>select{width:100%;min-width:0}.admin-page .admin-toolbar>span{white-space:nowrap;margin:0}.admin-page .admin-toolbar>button{white-space:nowrap;min-height:42px}.admin-page .admin-toolbar:has(>button){grid-template-columns:minmax(210px,1.2fr) repeat(2,minmax(160px,.7fr)) auto repeat(3,auto)}@media (width<=900px){.variant-detail>.admin-form-grid{grid-template-columns:1fr 1fr}.product-editor-content{padding-inline:22px}}@media (width<=1100px){:is(.admin-page .admin-toolbar,.admin-page .admin-toolbar:has(>button)){grid-template-columns:repeat(2,minmax(0,1fr))}.admin-page .admin-toolbar>span{grid-column:1/-1}.admin-page .admin-toolbar>button{white-space:normal}}@media (width<=760px){.variant-detail>.admin-form-grid{grid-template-columns:1fr}.variant-detail>.admin-form-grid>*{grid-column:1!important}.variant-detail>.dialog-actions{margin:14px 0 0;padding:14px 0 0;position:static}.admin-category-tabs{margin-inline:-4px}:is(.admin-page .admin-toolbar,.admin-page .admin-toolbar:has(>button)){grid-template-columns:1fr}}.admin-page .admin-message{z-index:1200;width:min(520px,100vw - 36px);margin:0;position:fixed;top:18px;right:18px;box-shadow:0 14px 38px #4e2a1b2e}.analytics-period{gap:7px;margin:-8px 0 20px;display:flex}.analytics-period button{color:#536150;background:#fffaf2;border:1px solid #d7cab9;border-radius:999px;padding:8px 13px}.analytics-period button.active{color:#fff;background:#294326;border-color:#294326}.analytics-kpis article strong{font-size:clamp(24px,3vw,38px)}.analytics-block{margin-top:18px}.analytics-bars{align-items:flex-end;gap:clamp(3px,1vw,12px);height:210px;padding:16px 8px 28px;display:flex;overflow-x:auto}.analytics-bars>div{border-bottom:1px solid #d7cab9;flex:1;justify-content:center;align-items:flex-end;gap:2px;min-width:18px;height:100%;display:flex;position:relative}.analytics-bars i,.analytics-bars b{background:#789270;border-radius:5px 5px 0 0;width:38%;min-height:2px}.analytics-bars b{background:#e84b2c}.analytics-bars small{color:#817567;transform-origin:top;font-size:9px;position:absolute;top:calc(100% + 7px);transform:rotate(-45deg)}.analytics-funnel{gap:15px;display:grid}.analytics-funnel article>div:first-child{justify-content:space-between;gap:14px;display:flex}.analytics-funnel article>div:nth-child(2){background:#eee5d9;border-radius:99px;height:12px;margin:7px 0 4px;overflow:hidden}.analytics-funnel i{background:linear-gradient(90deg,#294326,#789270);border-radius:99px;height:100%;display:block}.analytics-funnel small{color:#817567}.analytics-columns{grid-template-columns:1fr 1fr;gap:18px;display:grid}.analytics-block .admin-table-wrap{box-shadow:none;margin:0}.analytics-block .admin-block-heading{margin-bottom:14px}@media (width<=900px){.analytics-columns{grid-template-columns:1fr}.analytics-bars{height:160px}.analytics-bars>div{min-width:14px}.admin-page .account-shell{width:calc(100% - 20px);margin:10px}.admin-page .account-content{padding:0 14px 24px}.admin-page .account-content:before{height:170px;margin:0 -14px 22px}.admin-page .account-title{margin-top:-105px;padding:0 16px 20px}.admin-page .admin-stats{grid-template-columns:1fr 1fr}}@media (width<=560px){.admin-page .admin-stats{grid-template-columns:1fr}.admin-page .account-content:before{background-position:66%}}.admin-pim{border-top:1px solid var(--line,#e7e3dc);margin-top:32px;padding-top:28px}.pim-header,.variant-editor-head{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.pim-header h2,.variant-editor-head h3{margin:0 0 6px}.pim-header p,.variant-editor-head p{color:#716b63;margin:0}.pim-columns{grid-template-columns:minmax(220px,.72fr) minmax(480px,1.6fr);gap:20px;margin-top:22px;display:grid}.pim-definitions,.pim-schema,.pim-filters,.admin-pim-editor,.variant-detail{background:#fff;border:1px solid #e4dfd7;border-radius:18px;padding:18px}.pim-definitions>div{border-bottom:1px solid #eee9e2;align-items:center;display:flex}.pim-definitions>div>button:first-child{text-align:left;background:0 0;border:0;flex:1;gap:3px;padding:12px 0;display:grid}.pim-definitions code,.pim-assignment code{color:#817a70;font-size:11px}.pim-definitions small,.pim-assignment small{color:#8a8379}.pim-assignment{border-bottom:1px solid #eee9e2;grid-template-columns:minmax(170px,.7fr) minmax(360px,1.3fr);gap:14px;padding:12px 0;display:grid}.pim-assignment>div:first-child{gap:3px;display:grid}.pim-assignment.inherited{background:#faf9f6}.pim-flags{flex-wrap:wrap;align-items:center;gap:9px;display:flex}.pim-flags label{align-items:center;gap:4px;font-size:12px;display:flex}.tiny-number{width:64px!important}.pim-add{gap:8px;margin:10px 0 14px;display:flex}.pim-add select{flex:1}.pim-filters{margin-top:20px}.variant-editor{border-top:1px solid #e4dfd7;margin-top:8px;padding-top:20px}.variant-detail{margin-top:14px}.variant-summary{justify-content:space-between;margin-bottom:14px;display:flex}.admin-table tr.selected{background:#f5f2eb}.admin-pim-editor{margin-top:16px}.admin-pim input[type=number],.variant-editor input[type=number],.product-form input[type=number]{appearance:textfield}.admin-pim input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.admin-pim input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.variant-editor input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.variant-editor input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.product-form input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.product-form input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}@media (width<=900px){.pim-columns,.pim-assignment{grid-template-columns:1fr}.pim-header,.variant-editor-head{flex-direction:column}}.collection-editor-v2{gap:18px;display:grid}.collection-rules{gap:12px;display:grid}.collection-rule-row{grid-template-columns:minmax(190px,1.4fr) minmax(130px,.8fr) minmax(160px,1fr) auto;align-items:center;gap:8px;display:grid}.admin-collection-preview{border:1px solid var(--line,#d9ddd6);border-radius:12px;gap:4px;padding:12px;display:grid}.admin-collection-copy{flex:1;min-width:0}.admin-collection-thumb{background:#e8ece4 50%/cover no-repeat;border-radius:10px;flex:none;width:76px;height:52px}.collection-cover-editor{border:1px solid var(--line,#d9ddd6);background:#f8f9f6;border-radius:14px;grid-template-columns:minmax(220px,.8fr) minmax(260px,1.2fr);gap:18px;padding:14px;display:grid}.collection-cover-preview{color:#fff;text-shadow:0 1px 8px #0000008c;background:#dfe7da 50%/cover no-repeat;border-radius:12px;align-items:flex-end;min-height:170px;padding:16px;font-weight:700;display:flex;overflow:hidden}.collection-cover-editor p{color:var(--muted,#687269);margin:5px 0 12px;font-size:13px}.admin-upload-button{margin-bottom:10px;display:inline-block}.admin-upload-button input{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.admin-upload-button span{background:var(--green,#355b2d);color:#fff;cursor:pointer;border-radius:10px;padding:9px 14px;display:inline-block}.variant-media-manager{gap:10px;display:grid}.variant-media-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:10px;display:grid}.variant-media-grid article{border:1px solid var(--line,#d9ddd6);border-radius:12px;gap:6px;padding:8px;display:grid}.variant-media-grid img{aspect-ratio:1;object-fit:cover;border-radius:8px;width:100%}.variant-media-grid article>div{flex-wrap:wrap;align-items:center;gap:6px;display:flex}@media (width<=760px){.collection-rule-row,.collection-cover-editor{grid-template-columns:1fr}.admin-collection-thumb{width:58px;height:44px}}.admin-pim,.pim-schema,.pim-filters,.collection-editor-v2{min-width:0}.admin-collections{width:100%;max-width:none}.admin-collections,.admin-collections *{box-sizing:border-box}.admin-collection,.admin-collection-body,.admin-collection-head,.admin-form-grid>*,.collection-cover-editor>*{min-width:0}.collection-editor-v2 .admin-form-grid,.collection-rule-row,.collection-cover-editor{grid-template-columns:minmax(0,1fr)}.collection-editor-v2 .admin-form-grid>.wide{grid-column:1/-1}.collection-editor-v2 input,.collection-editor-v2 select,.collection-editor-v2 textarea{box-sizing:border-box;width:100%;min-width:0;max-width:100%}.collection-editor-v2 .admin-upload-button input{display:none}.pim-filter-toolbar{flex-wrap:wrap}.pim-filter-toolbar>input,.pim-filter-toolbar>select{flex:180px;min-width:150px}.admin-inline-error{color:#8b3f25;background:#fff3ed;border:1px solid #dfad99;border-radius:10px;margin:0 0 14px;padding:10px 12px;font-size:13px}.pim-flags input:disabled+*{opacity:.55}@media (width<=760px){.collection-editor-v2 .admin-form-grid{grid-template-columns:minmax(0,1fr)}.pim-definitions,.pim-schema,.pim-filters,.admin-pim-editor,.variant-detail{border-radius:14px;padding:14px}.pim-add,.pim-filter-toolbar,.variant-summary{flex-direction:column;align-items:stretch}.pim-filter-toolbar>input,.pim-filter-toolbar>select{flex-basis:auto;width:100%;min-width:0}.admin-collection-head{align-items:center;gap:10px}.admin-collection-count{white-space:nowrap}}.admin-merge-preview{background:#faf8f3;border:1px solid #e4dfd7;border-radius:14px;gap:6px;margin:16px 0;padding:16px;display:grid}.admin-merge-preview span,.admin-merge-preview small{color:#716b63}.admin-page .product-editor-dialog{background:#f8f1e6;border-radius:26px;grid-template-rows:auto minmax(0,1fr) auto;width:min(1180px,100vw - 32px);height:min(820px,100vh - 32px);max-height:none;padding:0;display:grid;overflow:hidden}.product-editor-dialog>header{background:#fffaf3;border-bottom:1px solid #ded2c2;margin:0;padding:19px 24px}.product-editor-dialog>header h2{text-overflow:ellipsis;white-space:nowrap;max-width:calc(100% - 55px);font-size:27px;overflow:hidden}.product-editor-shell{grid-template-columns:260px minmax(0,1fr);min-height:0;display:grid}.product-editor-aside{background:#f1e6d7;border-right:1px solid #ded2c2;min-height:0;padding:20px 16px;overflow:auto}.product-editor-cover{aspect-ratio:1;color:#8a7d6d;background:#fffaf2;border:1px solid #d9c8b4;border-radius:18px;place-items:center;font-size:12px;display:grid;overflow:hidden}.product-editor-cover img{object-fit:contain;width:100%;height:100%}.product-editor-identity{gap:4px;padding:13px 4px 15px;display:grid}.product-editor-identity strong{text-overflow:ellipsis;white-space:nowrap;color:#294326;font-size:15px;overflow:hidden}.product-editor-identity small{color:#827667}.product-editor-nav{gap:4px;margin-top:15px;display:grid}.product-editor-nav button{color:#566254;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:11px;justify-content:space-between;align-items:center;min-width:0;padding:11px 12px;display:flex}.product-editor-nav button:hover{background:#ffffff8c}.product-editor-nav button.active{color:#294326;background:#fffaf2;font-weight:800;box-shadow:0 4px 14px #46342212}.product-editor-nav small{text-align:center;background:#e5d8c8;border-radius:999px;min-width:23px;padding:2px 6px}.product-editor-content{background:#fffdf9;min-width:0;min-height:0;padding:25px 29px 40px;overflow:auto}.editor-section>header{border-bottom:1px solid #ece3d8;justify-content:space-between;align-items:flex-end;gap:18px;margin-bottom:22px;padding-bottom:17px;display:flex}.editor-section>header p{color:#ed4728;letter-spacing:.12em;text-transform:uppercase;margin:0 0 4px;font-size:11px;font-weight:900}.editor-section>header h3{color:#294326;margin:0;font:400 30px Georgia,serif}.editor-section>header>span{color:#84796b;text-align:right;max-width:260px;font-size:12px}.product-editor-content .admin-form-grid{gap:17px}.product-editor-content .admin-form-grid label{font-size:12px}.product-editor-content .admin-form-grid label>small{color:#948778;font-weight:400;line-height:1.4}.product-editor-content .admin-form-grid input,.product-editor-content .admin-form-grid select,.product-editor-content .admin-form-grid textarea{background:#fff;border-color:#dbcfbf;border-radius:12px;padding:13px 14px}.product-editor-content .admin-form-grid textarea:focus,.product-editor-content .admin-form-grid input:focus,.product-editor-content .admin-form-grid select:focus{border-color:#6f8b69;outline:2px solid #2d4e2c29}.editor-empty{color:#817669;text-align:center;border:1px dashed #d8cbbb;border-radius:16px;margin:0;padding:35px}.editor-field-note{color:#877b6d;margin:5px 0 12px;font-size:12px}.editor-featured{align-self:end;min-height:47px}.passport-admin{border:0;padding:0}.passport-admin label{margin:0}.product-editor-content label>span,.attribute-control>span{justify-content:space-between;align-items:center;gap:8px;display:flex}.ai-field-button{color:#ed4728;cursor:pointer;background:#fff8ef;border:1px solid #d7c8b6;border-radius:8px;flex:none;place-items:center;width:26px;height:26px;font-weight:900;display:grid}.ai-field-button:hover{background:#fff;border-color:#ed4728}.ai-field-button:disabled{opacity:.55;cursor:wait}.ai-section-button{color:#294326;cursor:pointer;background:#edf4e9;border:1px solid #bfd0bb;border-radius:11px;padding:10px 14px;font-size:12px;font-weight:850}.ai-section-button:disabled{opacity:.6;cursor:wait}.editor-cover-field{background:#faf4eb;border:1px solid #e0d3c3;border-radius:18px;grid-template-columns:190px 1fr;gap:18px;padding:14px;display:grid}.editor-cover-field label{align-self:center}.editor-cover-preview{aspect-ratio:1;color:#8a7d6d;background:#fff;border-radius:14px;place-items:center;display:grid;overflow:hidden}.editor-cover-preview img{object-fit:contain;width:100%;height:100%}.cover-generate{width:max-content;margin-top:12px}.attribute-groups{grid-column:1/-1;gap:18px;display:grid}.attribute-group{background:#fcf8f2;border:1px solid #e2d7c9;border-radius:17px;padding:18px}.attribute-group h4{color:#294326;margin:0 0 14px;font:600 17px Georgia,serif}.attribute-control-grid{grid-template-columns:1fr 1fr;gap:14px 16px;display:grid}.attribute-control{gap:7px;display:grid!important}.attribute-toggle-grid{grid-template-columns:repeat(3,1fr);gap:9px;display:grid}.attribute-toggle{cursor:pointer;background:#fff;border:1px solid #ded2c4;border-radius:12px;align-items:center;gap:8px;min-height:48px;padding:10px 12px;display:flex!important}.attribute-toggle.selected{background:#edf4e9;border-color:#74906f}.attribute-toggle input,.attribute-choice-list input{opacity:0;pointer-events:none;position:absolute}.attribute-toggle span{justify-content:flex-start!important}.attribute-toggle .ai-field-button{margin-left:auto}.attribute-multi{border:0;margin:0;padding:0}.attribute-multi legend{color:#4c5849;justify-content:space-between;align-items:center;width:100%;margin-bottom:10px;font-size:12px;font-weight:800;display:flex}.attribute-choice-list{flex-wrap:wrap;gap:8px;display:flex}.attribute-choice-list label{cursor:pointer;background:#fff;border:1px solid #ded2c4;border-radius:999px;padding:9px 12px}.attribute-choice-list label.selected{color:#294326;background:#edf4e9;border-color:#74906f}.care-editor-preview{background:#f1e8da;border-radius:19px;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:22px;padding:18px;display:grid}.care-editor-preview>div{grid-column:1/-1}.care-editor-preview>div p{color:#ed4728;text-transform:uppercase;letter-spacing:.1em;margin:0;font-size:10px;font-weight:900}.care-editor-preview>div h4{color:#294326;margin:4px 0;font:500 22px Georgia,serif}.care-editor-preview>div span{color:#75695b;font-size:12px}.care-editor-preview article{background:#ddd;border-radius:14px;min-height:150px;position:relative;overflow:hidden}.care-editor-preview article img{object-fit:cover;width:100%;height:100%}.care-editor-preview article div{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#fffaf2e6;border-radius:10px;padding:9px;position:absolute;inset:auto 8px 8px}.care-editor-preview article strong,.care-editor-preview article span{display:block}.care-editor-preview article span{color:#665b50;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-top:3px;font-size:10px;line-height:1.35;display:-webkit-box;overflow:hidden}.editor-save-error{font-weight:800;color:#b12d1d!important}.product-editor-footer{background:#fffaf3;border-top:1px solid #ded2c2;justify-content:space-between;align-items:center;gap:18px;padding:13px 20px;display:flex}.product-editor-footer>span{color:#817567;font-size:12px}.product-editor-footer .dialog-actions{margin:0}.product-editor-footer .dialog-actions button{border-radius:11px}.product-editor-footer .dialog-actions .primary{background:#294326;min-width:135px}@media (width<=760px){.admin-page .product-editor-dialog{border-radius:0;width:100vw;height:100dvh;max-height:none}.product-editor-dialog>header{padding:14px 16px}.product-editor-dialog>header h2{font-size:22px}.product-editor-shell{display:block;overflow:auto}.product-editor-aside{border:0;border-bottom:1px solid #ded2c2;padding:12px;overflow:visible}.product-editor-cover,.product-editor-identity{display:none}.product-editor-nav{margin-top:0;padding-bottom:2px;display:flex;overflow:auto}.product-editor-nav button{white-space:nowrap;background:#ffffff73;flex:none}.product-editor-content{padding:20px 15px 32px;overflow:visible}.editor-section>header{flex-wrap:wrap;align-items:flex-start}.editor-section>header h3{font-size:25px}.product-editor-content .admin-form-grid{grid-template-columns:1fr}.product-editor-content .admin-form-grid>*{grid-column:1!important}.editor-cover-field{grid-template-columns:1fr}.editor-cover-preview{max-height:320px}.attribute-control-grid,.attribute-toggle-grid{grid-template-columns:1fr}.care-editor-preview{grid-template-columns:1fr 1fr}.product-editor-footer{padding:10px 12px}.product-editor-footer>span{display:none}.product-editor-footer .dialog-actions{width:100%}.product-editor-footer .dialog-actions button{flex:1;padding-inline:10px}}.admin-readiness-counters{flex-wrap:wrap;gap:8px;margin:0 0 14px;display:flex}.admin-readiness-counters button{color:#514b43;background:#fff;border:1px solid #ddd6cb;border-radius:999px;padding:8px 12px}.admin-readiness-counters b{margin-left:5px}.readiness-pills{flex-wrap:wrap;gap:4px;margin-top:6px;display:flex}.readiness-pills small{background:#f4efe6;border-radius:999px;padding:3px 7px}.admin-dialog.ai-diff-dialog{z-index:113;max-width:760px}.ai-diff-list{gap:8px;max-height:55vh;margin:16px 0;display:grid;overflow:auto}.ai-diff-list>label{border:1px solid #e2ddd5;border-radius:12px;grid-template-columns:auto 1fr;gap:10px;padding:10px;display:grid}.ai-diff-list>label.conflict{background:#fffaf3;border-color:#d8a56f}.ai-diff-list span{gap:4px;display:grid}.ai-diff-list small{white-space:pre-wrap;overflow-wrap:anywhere}.ai-diff-list em{color:#9b4b1f;font-size:12px;font-style:normal}.account-sidebar nav button{width:100%;color:inherit;text-align:left;font:inherit;cursor:pointer;background:0 0;border:0;border-radius:10px;justify-content:space-between;gap:8px;padding:13px 14px;font-size:14px;display:flex}.account-sidebar nav button:hover{background:var(--cream)}.account-sidebar nav button.active{background:var(--cream);color:var(--green);font-weight:700}.account-title-note{color:#707a72;margin:9px 0 0;font-size:13px}.account-content>.account-title{margin-bottom:26px}.admin-table tr.clickable{cursor:pointer}.admin-table tr.clickable:hover td{background:#f7f5f0}.admin-row-arrow{color:var(--green);font-weight:600}.admin-stats button,.admin-order-list button{cursor:pointer;font:inherit;color:inherit;text-align:left}.admin-stats button:hover{border-color:var(--green)}.admin-order-list button{border:0;border-bottom:1px solid var(--line);background:0 0;border-radius:0;width:100%}.admin-order-list button:hover{background:var(--cream)}.category-picker-row{align-items:center;gap:4px;display:flex}.category-picker-row>button:last-child{flex:1}.account-button-photo{object-fit:cover;border-radius:50%;flex:none;place-items:center;width:26px;height:26px;display:grid;overflow:hidden}.account-button-photo.placeholder{background:var(--green);color:#fff;font-size:12px;font-weight:700}.account-avatar{place-items:center;display:grid;overflow:hidden}.account-avatar img{object-fit:cover;width:100%;height:100%}.account-switch{color:var(--green);margin-top:14px;font-size:13px;font-weight:600;text-decoration:none;display:block}.account-switch:hover{text-decoration:underline}.account-back-link{margin-bottom:14px;display:inline-block}.profile-form{max-width:520px}.profile-form input:disabled{color:#8a938b;background:var(--cream);cursor:not-allowed}.form-actions{align-items:center;gap:12px;display:flex}.secondary-button{border:1px solid var(--line);color:var(--green);font:inherit;cursor:pointer;background:#fff;border-radius:999px;padding:13px 22px;font-weight:600;display:inline-block}.secondary-button:hover{background:var(--cream)}.profile-card{border:1px solid var(--line);background:#fff;border-radius:16px;gap:2px;margin:0 0 22px;padding:22px;display:grid}.profile-card>div{border-bottom:1px solid var(--line);grid-template-columns:220px 1fr;gap:16px;padding:12px 0;display:grid}.profile-card>div:last-child{border-bottom:0}.profile-card dt{color:#737c74;margin:0;font-size:13px}.profile-card dd{color:var(--green);margin:0;font-weight:600}.avatar-editor{align-items:center;gap:20px;margin-bottom:24px;display:flex}.avatar-preview{background:var(--cream);width:96px;height:96px;color:var(--green);border-radius:50%;flex:none;place-items:center;font:700 34px Georgia,serif;display:grid;overflow:hidden}.avatar-preview img{object-fit:cover;width:100%;height:100%}.avatar-actions{justify-items:start;gap:8px;display:grid}.avatar-actions input[type=file]{opacity:0;width:1px;height:1px;position:absolute}.avatar-actions small{color:#737c74;font-size:12px}.profile-discount{background:#f7faf5;border-color:#dfe8dd;max-width:620px;padding:12px 16px}.profile-discount strong{font-size:14px;font-weight:650}.profile-discount p{color:#707970;margin:3px 0 0;font-size:12px}.avatar-editor{gap:14px;max-width:620px;margin-bottom:14px}.avatar-preview{width:64px;height:64px;font-size:24px}.avatar-actions{grid-template-columns:auto auto;align-items:center;gap:5px 10px}.avatar-actions .secondary-button{padding:7px 11px;font-size:12px}.avatar-actions .text-link{color:#98635d;background:0 0;border:0;border-radius:8px;padding:5px 8px;font-size:12px}.avatar-actions .text-link:hover{color:#8b342b;background:#fff3f1}.avatar-actions small{grid-column:1/-1}.profile-card{max-width:620px;padding:12px 18px}.profile-card>div{grid-template-columns:170px 1fr;padding:9px 0}.order-row{border:1px solid var(--line);color:inherit;background:#fff;border-radius:14px;grid-template-columns:repeat(4,1fr) 24px;align-items:center;gap:16px;padding:18px 22px;text-decoration:none;display:grid}.order-row:hover{border-color:var(--green)}.order-row small{color:#737c74;font-size:12px;display:block}.order-row-arrow{color:var(--green);text-align:right}.order-items{border:1px solid var(--line);background:#fff;border-radius:14px;gap:2px;margin-bottom:18px;display:grid}.order-item{border-bottom:1px solid var(--line);grid-template-columns:1fr auto auto;align-items:center;gap:18px;padding:14px 20px;display:grid}.order-item:last-child{border-bottom:0}.order-item small{color:#737c74;font-size:13px}.order-totals{gap:8px;max-width:380px;margin-bottom:22px;display:grid}.order-totals>div{color:#58645c;justify-content:space-between;font-size:14px;display:flex}.order-totals .total{border-top:1px solid var(--line);color:var(--green);padding-top:8px;font-size:17px;font-weight:700}.order-facts{gap:14px;display:grid}.order-facts small{color:#737c74;margin-bottom:2px;font-size:12px;display:block}.address-field{position:relative}.address-suggestions{z-index:5;border:1px solid var(--line);background:#fff;border-radius:11px;max-height:240px;margin:0;padding:6px;list-style:none;position:absolute;top:74px;left:0;right:0;overflow:auto;box-shadow:0 12px 30px #1f30261f}.address-suggestions button{color:#58645c;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:8px;width:100%;padding:9px 12px;font-size:13px}.address-suggestions button:hover{color:var(--green);background:#edf2ec}@media (width<=720px){.order-row{grid-template-columns:1fr 1fr}.order-row-arrow{display:none}.profile-card>div{grid-template-columns:1fr;gap:4px}}.auth-error{color:#8b3f28;background:#f5e1d8;border-radius:10px;margin:15px 0;padding:13px 15px;font-size:13px}.auth-switch{color:#6c756d;text-align:center;margin:20px 0 0;font-size:13px}.auth-switch a{color:var(--green);text-underline-offset:3px;font-weight:700;text-decoration:underline}.auth-page{color:#2b2118;background:#f8f0e5;min-height:100vh}.auth-page .auth-shell{background:#fffcf6e0;border:1px solid #ddcfbd;border-radius:30px;grid-template-columns:minmax(0,1.18fr) minmax(430px,.82fr);align-items:stretch;gap:0;width:min(1480px,100% - 64px);margin:28px auto 72px;display:grid;overflow:hidden;box-shadow:0 24px 70px #4634220f}.auth-page .auth-intro{background:url(/assets/redesign/auth-calathea-v1.webp) 50%/cover no-repeat;min-height:690px;padding:0;position:relative}.auth-intro-copy{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f9f1e5e6;border-radius:0 28px 0 0;width:min(560px,72%);padding:62px;position:absolute;bottom:0;left:0}.auth-intro-copy h1{color:#24452e;letter-spacing:-.045em;margin:8px 0 18px;font:400 clamp(48px,5vw,78px)/.94 Georgia,serif}.auth-intro-copy>p:last-child{color:#4e594f;margin:0;font-size:17px;line-height:1.6}.auth-page .auth-form{box-shadow:none;background:#fffcf6d1;border:1px solid #e0d2c0;border-radius:24px;align-self:center;margin:38px;padding:38px}.auth-page .is-register .auth-intro{min-height:930px}.auth-page .is-register .auth-form{align-self:start}@media (width<=900px){.auth-page .auth-shell{grid-template-columns:1fr;width:calc(100% - 28px)}.auth-page .auth-intro{min-height:360px}.auth-intro-copy{width:80%;padding:30px}.auth-page .auth-form{margin:14px;padding:25px}.auth-page .is-register .auth-intro{min-height:360px}}@media (width<=560px){.auth-page .auth-shell{border-radius:22px;margin-top:12px}.auth-page .auth-intro{background-position:64%;min-height:300px}.auth-intro-copy{background:linear-gradient(#f9f1e5b8,#f9f1e5f5);width:100%;padding:24px}.auth-intro-copy h1{font-size:43px}.auth-intro-copy>p:last-child{font-size:15px}}.signout-link{text-align:left;cursor:pointer;background:0 0;border:0;width:100%}.admin-message{color:var(--green);background:#e5eee8;border-radius:10px;justify-content:space-between;margin-bottom:18px;padding:13px 16px;display:flex}.admin-message.error{color:#8b3f28;background:#f5e1d8}.admin-message button{color:inherit;background:0 0;border:0;font-size:18px}.admin-toolbar{align-items:center;gap:12px;margin-bottom:16px;display:flex}.admin-toolbar input{border:1px solid var(--line);background:#fff;border-radius:9px;width:min(440px,100%);padding:12px 14px}.admin-toolbar>span{color:#737c74;margin-left:auto;font-size:12px}.admin-primary{background:var(--green);color:#fff;cursor:pointer;border:0;border-radius:9px;padding:11px 15px}.admin-table-wrap{border:1px solid var(--line);background:#fff;border-radius:14px;overflow:auto}.admin-table{border-collapse:collapse;width:100%;min-width:950px;font-size:12px}.admin-table th{color:#687169;text-align:left;letter-spacing:.06em;text-transform:uppercase;background:#f0eee8;padding:12px 14px;font-size:10px}.admin-table td{vertical-align:top;border-top:1px solid var(--line);padding:14px}.admin-table td>strong,.admin-table td>small,.admin-table td>a{margin-bottom:5px;display:block}.admin-table td small{color:#7a827b;max-width:280px;line-height:1.4}.admin-table tr.muted{opacity:.55}.admin-table select{border:1px solid var(--line);background:#fff;border-radius:8px;min-width:130px;padding:8px}.admin-action,.text-button{color:var(--green);text-underline-offset:3px;cursor:pointer;background:0 0;border:0;font-weight:700;text-decoration:underline}.admin-pill{color:#536257;background:#edf0e9;border-radius:99px;width:max-content;padding:5px 8px;font-size:10px;display:inline-block}.admin-pill.published{color:#28573e;background:#e1eee5}.admin-pill.archived{color:#766b64;background:#eee9e5}.admin-product{grid-template-columns:58px 1fr;gap:12px;min-width:270px;display:grid}.admin-product img{object-fit:cover;background:var(--cream);border-radius:8px;width:58px;height:65px}.admin-product div{min-width:0}.admin-product a{color:#68766c;font-size:11px;display:block}.review-moderation{margin-top:32px}.review-stars{color:#d08a24;letter-spacing:1px;white-space:nowrap}.admin-review-actions{flex-wrap:wrap;gap:8px;display:flex}.admin-review-media{gap:8px;margin-top:10px;display:flex}.admin-review-media img,.admin-review-media video{object-fit:cover;background:#edf0ec;border-radius:8px;width:96px;height:96px}.order-details td{background:#faf8f3;display:table-cell}.order-details td>div{vertical-align:top;width:50%;padding-right:30px;display:inline-block}.order-details p{color:#69736b;margin:8px 0}.order-details p span{float:right}.admin-dialog-backdrop{z-index:110;background:#11221c8c;border:0;position:fixed;inset:0}.admin-dialog{z-index:111;background:#fbfaf7;border-radius:18px;width:min(760px,100vw - 36px);max-height:calc(100vh - 50px);padding:24px;position:fixed;top:50%;left:50%;overflow:auto;transform:translate(-50%,-50%);box-shadow:0 30px 100px #00000040}.admin-dialog>header{justify-content:space-between;align-items:center;margin-bottom:22px;display:flex}.admin-dialog>header h2{color:var(--green);margin:0;font:400 30px Georgia,serif}.admin-dialog>header button{cursor:pointer;background:0 0;border:0;font-size:28px}.admin-form-grid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.admin-form-grid label{color:#56625a;gap:6px;font-size:11px;font-weight:700;display:grid}.admin-form-grid label.wide{grid-column:1/-1}.admin-form-grid input,.admin-form-grid select,.admin-form-grid textarea{border:1px solid var(--line);width:100%;color:var(--ink);font:inherit;background:#fff;border-radius:8px;padding:11px 12px;font-weight:400}.admin-form-grid textarea{resize:vertical;line-height:1.5}.admin-form-grid input[type=number]::-webkit-inner-spin-button{appearance:none;margin:0}.admin-form-grid input[type=number]::-webkit-outer-spin-button{appearance:none;margin:0}.admin-form-grid input[type=number]{appearance:textfield}.product-form-heading{border-top:1px solid var(--line);color:var(--ink);margin:10px 0 0;padding-top:14px;font-size:14px}.product-form-heading:first-child{border-top:0;margin-top:0;padding-top:0}.external-mappings{gap:9px;display:grid}.external-mapping-row{grid-template-columns:1fr 1fr 2fr auto;align-items:end;gap:8px;display:grid}.storefront-attribute-filters{gap:10px;margin-top:22px;display:grid}.storefront-attribute-filters label{color:#59675d;gap:5px;font-size:12px;font-weight:700;display:grid}.storefront-attribute-filters select{border:1px solid var(--line);background:#fff;border-radius:9px;width:100%;min-width:0;padding:9px}.storefront-attribute-badges{flex-wrap:wrap;gap:5px;margin-top:7px;display:flex}.storefront-attribute-badges span{color:#426044;background:#eef5ed;border-radius:999px;padding:4px 7px;font-size:10px;font-weight:700}.attribute-multi{border:1px solid var(--line);border-radius:10px;gap:7px;padding:10px 12px;display:grid}.attribute-multi legend{padding:0 5px;font-size:13px;font-weight:700}.attribute-multi label{align-items:center;gap:7px;font-size:13px;display:flex}.admin-form-grid .admin-checkbox{align-items:center;gap:9px;display:flex}.admin-form-grid .admin-checkbox input{width:auto}.admin-hint{background:var(--cream);color:#677168;border-radius:9px;padding:12px 14px;font-size:11px;line-height:1.5}.dialog-actions{justify-content:flex-end;gap:9px;margin-top:22px;display:flex}.dialog-actions button{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:8px;padding:11px 18px}.dialog-actions button.primary{border-color:var(--green);background:var(--green);color:#fff}.dialog-actions button.danger-primary{color:#fff;background:#a13e36;border-color:#a13e36}.dialog-actions button:disabled{opacity:.45;cursor:not-allowed}.procurement-suppliers-table{table-layout:fixed;min-width:0}.procurement-suppliers-table th:first-child{width:52%}.procurement-suppliers-table th:nth-child(2){width:28%}.procurement-suppliers-table .supplier-action-column{text-align:center;vertical-align:middle;width:120px}.supplier-delete-button{justify-content:center;min-width:82px;display:inline-flex}.confirm-backdrop{z-index:112}.confirm-dialog{z-index:113;width:min(470px,100vw - 32px)}.confirm-dialog>header{margin-bottom:14px}.confirm-dialog>header h2{font-size:28px}.confirm-dialog>p{color:#58635b;margin:0;line-height:1.6}.account-page{color:#2b2118;background:#f8f0e5}.account-shell{grid-template-columns:280px minmax(0,1fr);gap:22px;width:min(1540px,100% - 64px);margin:32px auto 72px}.account-sidebar,.account-content{background:#fffcf6c2;border-color:#ddcfbd;box-shadow:0 18px 55px #4634220b}.account-sidebar{border-radius:24px;padding:28px;top:18px}.account-avatar{box-shadow:0 8px 24px #2b43262e}.account-sidebar h1,.account-title h2{color:#294326;letter-spacing:-.025em}.account-sidebar nav a,.account-sidebar nav button{align-items:center;min-height:46px;transition:background .2s,color .2s,transform .2s;border-radius:12px!important}.account-sidebar nav a:hover,.account-sidebar nav button:hover{background:#f3eadc;transform:translate(3px)}.account-sidebar nav .active,.account-sidebar nav button.active{color:#294326!important;background:#e3e5bd!important}.account-content{border-radius:24px;padding:0 38px 40px;overflow:hidden}.account-content:before{content:"";background-image:linear-gradient(90deg,#fffcf608,#fffcf600),url(/assets/redesign/account-scene-v1.webp);background-position:50%;background-size:cover;height:230px;margin:0 -38px 34px;display:block}.account-title{z-index:1;align-items:flex-end;min-height:105px;margin-top:-142px;padding:0 34px 28px;position:relative}.account-title .eyebrow{color:#8a4a34}.account-title h2{text-shadow:0 2px 16px #fffcf6b3;font-family:Georgia,serif}.orders-list,.profile-card,.order-items{z-index:1;position:relative}.order-row,.profile-card,.order-items,.orders-list article{background:#fffdf8e0;border-color:#dfd2c2;transition:transform .2s,border-color .2s,box-shadow .2s;box-shadow:0 10px 28px #4634220a}.order-row:hover,.orders-list article:hover{border-color:#9aa36b;transform:translateY(-2px);box-shadow:0 15px 32px #46342214}.secondary-button,.account-content .primary-button{border-radius:11px}.account-content .primary-button{background:linear-gradient(135deg,#e84b2c,#d73a20);box-shadow:0 12px 28px #be3a1d2e}@media (width<=900px){.account-shell{grid-template-columns:1fr;width:calc(100% - 24px);margin:16px 12px 44px}.account-sidebar{position:static}.account-content{padding:0 18px 28px}.account-content:before{height:190px;margin:0 -18px 26px}.account-title{margin-top:-118px;padding:0 18px 24px}.account-title h2{font-size:40px}}@media (width<=560px){.account-content:before{background-position:62%;height:165px}.account-title{min-height:82px;margin-top:-100px}.order-row{grid-template-columns:1fr!important}.account-title>span{display:none}}.account-page:not(.admin-page) .account-shell{grid-template-columns:300px minmax(0,1fr);align-items:stretch;gap:24px}.account-page:not(.admin-page) .account-sidebar{color:#f8f1e5;background:linear-gradient(155deg,#17361f,#294b2e 70%,#3e5b35);border:0;padding:34px 30px;position:relative;overflow:hidden;box-shadow:0 24px 60px #1f382229}.account-page:not(.admin-page) .account-sidebar:after{content:"";pointer-events:none;background:radial-gradient(circle,#bec77c3d,#0000 67%);border-radius:50%;width:260px;height:260px;position:absolute;bottom:-90px;right:-88px}.account-page:not(.admin-page) .account-avatar{color:#294326;width:70px;height:70px;box-shadow:none;background:#e7e7b3;border:2px solid #ebecbe94;margin-bottom:25px}.account-page:not(.admin-page) .account-sidebar h1{color:#fff9ed;font:500 29px/1.1 Georgia,serif}.account-page:not(.admin-page) .account-sidebar>p{color:#cbd8c9;line-height:1.55}.account-page:not(.admin-page) .account-sidebar nav{gap:7px}.account-page:not(.admin-page) .account-sidebar nav a{color:#f5f0e5;padding:13px 15px}.account-page:not(.admin-page) .account-sidebar nav a:hover{background:#ffffff14}.account-page:not(.admin-page) .account-sidebar nav a{grid-template-columns:23px 1fr;justify-content:start;gap:12px;display:grid}.account-page:not(.admin-page) .account-sidebar nav svg{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;width:21px;height:21px}.account-page:not(.admin-page) .account-sidebar nav a.active{box-shadow:0 10px 24px #071e0e29;color:#294326!important;background:#e3e59e!important}.account-page:not(.admin-page) .account-switch{color:#e5e7b5}.account-page:not(.admin-page) .signout-link{color:#e8c8b7;border-color:#ffffff2e}.account-page:not(.admin-page) .account-content{background:#fffcf6c7;border:1px solid #ddcfbd;min-height:760px;padding:0 40px 46px}.account-page:not(.admin-page) .account-content:before{background-color:#f2e5d3;background-image:linear-gradient(90deg,#fff9eff5 0%,#fff9efad 42%,#fff9ef00 65%),url(/assets/redesign/account-scene-v1.webp);background-position:50%,100%;background-repeat:no-repeat;background-size:cover,auto 100%;height:300px;margin:0 -40px 36px}.account-page:not(.admin-page) .account-title{align-items:flex-end;min-height:165px;margin-top:-210px;padding:0 38px 34px}.account-page:not(.admin-page) .account-title .eyebrow{color:#9c4d34;letter-spacing:.18em;text-transform:uppercase;margin-bottom:12px;font-size:12px;font-weight:800}.account-page:not(.admin-page) .account-title h2{color:#24482e;max-width:620px;text-shadow:none;font:500 clamp(48px,5vw,72px)/.98 Georgia,serif}.account-page:not(.admin-page) .orders-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:24px;display:grid}.account-page:not(.admin-page) .order-row{border-radius:17px;grid-template-columns:1fr 1fr;gap:18px;min-height:155px;padding:22px;position:relative}.account-page:not(.admin-page) .order-row .order-row-arrow{position:absolute;bottom:18px;right:20px}.account-page:not(.admin-page) .profile-card{border-radius:18px;max-width:none;padding:20px 24px}.account-page:not(.admin-page) .profile-form,.account-page:not(.admin-page) .avatar-editor{max-width:760px}.account-page:not(.admin-page) .orders-empty{background:#fffdf8b3;grid-column:1/-1}.account-help{z-index:1;background:#ffffff0f;border:1px solid #fff3;border-radius:18px;margin-top:32px;padding:22px;position:relative}.account-help strong{color:#fff9ed;font:500 23px/1.08 Georgia,serif;display:block}.account-help p{margin:12px 0 18px;font-size:13px;line-height:1.45;color:#d5dfd2!important}.account-help a{color:#294326;background:#e4e59d;border-radius:10px;justify-content:space-between;align-items:center;padding:12px 14px;font-size:13px;font-weight:800;text-decoration:none;display:flex}.account-help a:hover{background:#f0efa9}.account-page:not(.admin-page) .order-row small{letter-spacing:.03em;text-transform:none;font-size:11px}.account-page:not(.admin-page) .order-row strong{font-size:18px}.account-page:not(.admin-page) .order-row>div:last-of-type small{color:#405331;background:#e4e6bd;border-radius:99px;width:max-content;padding:5px 9px;font-weight:800}.account-page:not(.admin-page) .order-items,.account-page:not(.admin-page) .order-facts,.account-page:not(.admin-page) .order-totals{background:#fffdf8e6;border:1px solid #dfd2c2;border-radius:18px;padding:20px}.account-page:not(.admin-page) .order-facts{grid-template-columns:repeat(2,minmax(0,1fr))}.account-page:not(.admin-page) .order-totals{max-width:none;margin-top:16px}.account-page:not(.admin-page) .profile-card dt,.account-page:not(.admin-page) .order-facts small{font-size:12px}.account-page:not(.admin-page) .profile-card dd,.account-page:not(.admin-page) .order-facts span{font-size:15px}@media (width<=1100px){.account-page:not(.admin-page) .account-shell{grid-template-columns:250px minmax(0,1fr)}.account-page:not(.admin-page) .orders-list{grid-template-columns:1fr}.account-page:not(.admin-page) .account-content:before{background-position:50%,100%;background-size:cover,auto 100%}}@media (width<=900px){.account-page:not(.admin-page) .account-shell{grid-template-columns:1fr}.account-page:not(.admin-page) .account-sidebar{padding:24px}.account-page:not(.admin-page) .account-content{padding:0 20px 32px}.account-page:not(.admin-page) .account-content:before{background-size:cover,auto 100%;height:250px;margin:0 -20px 28px}.account-page:not(.admin-page) .account-title{min-height:140px;margin-top:-180px;padding:0 20px 28px}}@media (width<=560px){.account-page:not(.admin-page) .account-content:before{background-image:linear-gradient(90deg,#fff9eff0,#fff9ef70),url(/assets/redesign/account-scene-v1.webp);background-position:50%,100%;background-size:cover,auto 100%;height:225px}.account-page:not(.admin-page) .account-title{min-height:130px;margin-top:-165px}.account-page:not(.admin-page) .account-title h2{font-size:42px}.account-page:not(.admin-page) .order-row{grid-template-columns:1fr!important}.account-page:not(.admin-page) .order-facts{grid-template-columns:1fr}.account-help{display:none}}.sync-options{gap:8px;margin:18px 0;display:grid}.sync-options label{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:9px;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;display:flex}.sync-options label:hover{border-color:var(--sage)}.sync-options span{gap:3px;min-width:0;display:grid}.sync-options strong{font-weight:500}.sync-options small{color:#778079}.sync-options input[type=checkbox]{appearance:none;cursor:pointer;background:#d9ded6;border-radius:999px;flex:none;order:2;width:42px;height:24px;margin:0;transition:background .15s;position:relative}.sync-options input[type=checkbox]:after{content:"";background:#fff;border-radius:50%;width:18px;height:18px;transition:transform .15s;position:absolute;top:3px;left:3px;box-shadow:0 1px 3px #00000040}.sync-options input[type=checkbox]:checked{background:var(--green)}.sync-options input[type=checkbox]:checked:after{transform:translate(18px)}.sync-options input[type=checkbox]:focus-visible{outline:2px solid var(--green);outline-offset:2px}.admin-checkbox{justify-content:space-between;align-items:center;gap:12px;display:flex}.admin-checkbox input[type=checkbox]{appearance:none;cursor:pointer;background:#d9ded6;border-radius:999px;flex:none;order:2;width:42px;height:24px;margin:0;transition:background .15s;position:relative}.admin-checkbox input[type=checkbox]:after{content:"";background:#fff;border-radius:50%;width:18px;height:18px;transition:transform .15s;position:absolute;top:3px;left:3px;box-shadow:0 1px 3px #00000040}.admin-checkbox input[type=checkbox]:checked{background:var(--green)}.admin-checkbox input[type=checkbox]:checked:after{transform:translate(18px)}.customer-orders{border-top:1px solid var(--line);margin-top:24px;padding-top:20px}.customer-orders h3{color:var(--green);margin:0 0 12px;font:400 22px Georgia,serif}.customer-orders>p{color:#778079;font-size:12px}.customer-orders article{border-bottom:1px solid var(--line);grid-template-columns:1fr auto auto;align-items:center;gap:14px;padding:10px 0;display:grid}.customer-orders article div{gap:3px;display:grid}.customer-orders article small{color:#778079}.customer-orders article b{color:#6b766e;text-align:right;min-width:90px;font-size:11px}.account-reviews{gap:14px;display:grid}.account-reviews>article{border:1px solid var(--line);background:#fff;border-radius:14px;padding:22px}.account-reviews>article header{justify-content:space-between;gap:18px;display:flex}.account-reviews>article header div{gap:4px;display:grid}.account-reviews>article header a{color:var(--green);font-weight:700}.account-reviews>article time{color:#78827b;font-size:11px}.account-reviews>article p{line-height:1.6}.account-reviews>article>button{border:1px solid var(--line);min-height:42px;color:var(--green);background:#fff;border-radius:9px;padding:0 14px;font-weight:700}.account-review-stars,.account-review-rating{color:#e5a12a;letter-spacing:2px}.account-review-dialog{z-index:120;background:#101e168c;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.account-review-dialog form{background:#fff;border-radius:16px;gap:18px;width:min(560px,100%);padding:26px;display:grid;box-shadow:0 24px 70px #0003}.account-review-dialog header{justify-content:space-between;align-items:start;display:flex}.account-review-dialog h2{color:var(--green);margin:0;font:400 28px Georgia,serif}.account-review-dialog header button{border:0;border-radius:50%;width:44px;height:44px;font-size:26px}.account-review-rating{display:flex}.account-review-rating button{color:#d6d9d5;background:0 0;border:0;width:52px;height:52px;padding:0;font-size:36px}.account-review-rating button.active{color:#e5a12a}.account-review-dialog label{color:var(--green);gap:7px;font-weight:700;display:grid}.account-review-dialog textarea{border:1px solid var(--line);font:inherit;border-radius:10px;padding:13px}.breadcrumbs{color:#7b847d;gap:9px;max-width:1320px;margin:0 auto;padding:18px 28px;font-size:12px;display:flex}.breadcrumbs b{color:var(--green)}.pdp-main{grid-template-columns:minmax(0,1.15fr) minmax(390px,.85fr);align-items:start;gap:clamp(36px,5vw,68px);max-width:1320px;margin:0 auto;padding:10px 28px 64px;display:grid}.pdp-gallery{grid-template-columns:72px minmax(0,1fr);gap:12px;min-width:0;display:grid;position:sticky;top:94px}.pdp-gallery.single{grid-template-columns:minmax(0,1fr)}.pdp-thumbs{align-content:start;gap:9px;display:grid}.pdp-thumbs button{aspect-ratio:1;background:var(--cream);cursor:pointer;border:1px solid #0000;border-radius:8px;padding:0;overflow:hidden}.pdp-thumbs button.active{border-color:var(--green)}.pdp-thumbs img{object-fit:cover;width:100%;height:100%}.pdp-image{aspect-ratio:4/5;cursor:zoom-in;background:#f4f1e9;border:0;border-radius:18px;width:100%;min-height:0;max-height:680px;padding:0;position:relative;overflow:hidden}.pdp-image img{object-fit:cover;object-position:center;width:100%;height:100%}.pdp-image>span{width:42px;height:42px;color:var(--green);background:#ffffffeb;border-radius:50%;place-items:center;font-size:24px;display:grid;position:absolute;top:14px;right:14px;box-shadow:0 4px 16px #173f321f}.pdp-image-count{color:#4c5850;background:#ffffffe6;border-radius:99px;padding:6px 9px;font-size:11px;position:absolute;bottom:14px;right:14px}.pdp-lightbox{z-index:200;color:#fff;background:#0c140ff5;grid-template-rows:auto minmax(0,1fr) auto;gap:16px;padding:20px;display:grid;position:fixed;inset:0}.pdp-lightbox>header{grid-template-columns:1fr auto auto;align-items:center;gap:20px;display:grid}.pdp-lightbox>header button{color:#fff;cursor:pointer;background:#ffffff1f;border:0;border-radius:50%;width:48px;height:48px;font-size:30px}.pdp-lightbox-stage{grid-template-columns:56px minmax(0,1fr) 56px;align-items:center;gap:14px;min-height:0;display:grid}.pdp-lightbox-stage img{object-fit:contain;width:100%;height:100%}.pdp-lightbox-stage button{color:#fff;cursor:pointer;background:#ffffff1f;border:0;border-radius:50%;height:56px;font-size:42px}.pdp-lightbox-thumbs{justify-content:center;gap:8px;display:flex;overflow-x:auto}.pdp-lightbox-thumbs button{background:0 0;border:2px solid #0000;border-radius:9px;flex:none;width:62px;height:62px;padding:2px;overflow:hidden}.pdp-lightbox-thumbs button.active{border-color:#fff}.pdp-lightbox-thumbs img{object-fit:cover;border-radius:5px;width:100%;height:100%}.pdp-summary{min-width:0}.pdp-identity{border-bottom:1px solid var(--line);padding-bottom:20px}.pdp-summary h1{color:var(--green);letter-spacing:-.035em;margin:6px 0 14px;font:400 clamp(38px,4vw,54px)/1.02 Georgia,serif}.pdp-lead{color:#59665e;margin:20px 0;font-size:15px;line-height:1.65}.purchase-review{flex-wrap:wrap;align-items:center;gap:10px;display:flex;position:relative}.purchase-review-stars{display:flex}.purchase-review-stars button{color:#d4d8d4;cursor:pointer;background:0 0;border:0;width:30px;height:34px;padding:0;font-size:25px;line-height:1;transition:color .12s,transform .12s}.purchase-review-stars button.active,.purchase-review-stars button:hover{color:#e5a12a;transform:translateY(-1px)}.purchase-review-stars button:focus-visible{outline:2px solid var(--green);border-radius:5px}.purchase-review-meta{color:#67736b;cursor:pointer;background:0 0;border:0;padding:0;font-size:12px;text-decoration:underline}.purchase-review-hint{color:#6c766f;width:100%;font-size:11px}.modal-open{overflow:hidden}.review-modal{z-index:220;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0c1811a3;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.review-modal form{background:#fff;border-radius:20px;gap:14px;width:min(620px,100%);max-height:calc(100vh - 40px);padding:28px;animation:.18s ease-out review-modal-in;display:grid;overflow:auto;box-shadow:0 30px 90px #00000047}.review-modal header{justify-content:space-between;align-items:start;gap:20px;display:flex}.review-modal header span{color:#e5a12a;letter-spacing:2px;font-size:22px}.review-modal h2{color:var(--green);margin:4px 0;font:400 34px Georgia,serif}.review-modal header p{color:#6e7972;margin:0}.review-modal header>button{color:#5e6a62;cursor:pointer;background:#f2f1ec;border:0;border-radius:50%;flex:none;width:46px;height:46px;font-size:28px}.review-modal>form>label:not(.review-media-button){color:#405047;font-size:13px;font-weight:700}.review-modal textarea{resize:vertical;border:1px solid var(--line);width:100%;font:inherit;background:#fbfaf7;border-radius:12px;padding:15px;line-height:1.55}.review-modal-actions{justify-content:space-between;align-items:center;gap:14px;display:flex}.review-modal-actions>button{background:var(--green);color:#fff;cursor:pointer;border:0;border-radius:10px;min-height:46px;padding:0 22px;font-weight:700}.review-modal>form>small{color:#77817a}.pdp-anchor-nav{z-index:8;border-block:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff5;gap:32px;padding:0 max(28px,50vw - 632px);display:flex;position:sticky;top:0;overflow-x:auto}.pdp-anchor-nav a{color:#536158;white-space:nowrap;align-items:center;min-height:54px;font-size:13px;font-weight:700;text-decoration:none;display:flex}.pdp-anchor-nav a:hover{color:var(--green)}.pdp-section{scroll-margin-top:70px}.pdp-section-heading{justify-content:space-between;align-items:end;gap:40px;max-width:1264px;margin:0 auto 38px;display:flex}.pdp-section-heading h2{color:var(--green);margin:6px 0 0;font:400 clamp(36px,4vw,50px) Georgia,serif}.pdp-section-heading>p{color:#69756d;max-width:500px;margin:0;line-height:1.65}.plant-passport,.pdp-reviews{padding:72px max(28px,50vw - 632px)}.plant-passport{background:#f7f4ec}.passport-sections{border-top:1px solid #ccd2cb}.passport-sections>section{border-bottom:1px solid #ccd2cb;padding:32px 0;scroll-margin-top:72px}.passport-sections h3,.passport-faq h3{color:var(--green);margin:0 0 22px;font:400 27px Georgia,serif}.passport-sections dl{margin:0}.passport-sections dl>div{grid-template-columns:minmax(150px,28%) 1fr;gap:28px;padding:13px 0;display:grid}.passport-sections dt{color:#718078;font-size:13px}.passport-sections dd{color:#33443a;white-space:pre-line;margin:0;line-height:1.65}.passport-faq{max-width:1000px;margin:46px 0 0 264px}.passport-faq p{color:#58655c;white-space:pre-line;margin:10px 0 0;line-height:1.65}.passport-faq details{border-bottom:1px solid var(--line);padding:18px 0}.passport-faq summary{color:var(--green);cursor:pointer;font-weight:700}.passport-empty{border-block:1px solid var(--line);color:#68756d;max-width:760px;padding:28px 0}.passport-empty strong{color:var(--green);margin-bottom:8px;font:400 24px Georgia,serif;display:block}.passport-empty p{margin:0;line-height:1.6}.pdp-reviews{background:#fff}@keyframes review-modal-in{0%{opacity:0;transform:translateY(-8px)}}.review-media-button{border:1px solid var(--line);min-height:46px;color:var(--green);cursor:pointer;border-radius:10px;align-items:center;gap:8px;padding:0 15px;font-size:13px;font-weight:700;display:flex}.review-media-button input{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.review-media-button span{font-size:20px}.review-form-notice{color:#5d472c;margin:0;font-size:13px}.review-submit-success{width:100%;color:var(--green);margin:2px 0 0;font-size:13px;font-weight:700}.review-media-preview{gap:10px;display:flex;overflow-x:auto}.review-media-preview figure{background:#eef0ec;border-radius:12px;flex:none;width:112px;height:112px;margin:0;position:relative;overflow:hidden}.review-media-preview img,.review-media-preview video{object-fit:cover;width:100%;height:100%}.review-media-preview button{color:#fff;cursor:pointer;background:#141e18c7;border:0;border-radius:50%;width:30px;height:30px;font-size:18px;position:absolute;top:6px;right:6px}.review-feed{border-top:1px solid var(--line);max-width:900px;margin:auto}.review-sort{justify-content:flex-end;max-width:900px;margin:0 auto 14px;display:flex}.review-sort label{color:#6d7871;align-items:center;gap:10px;font-size:12px;display:flex}.review-sort select{border:1px solid var(--line);color:#34443a;background:#fff;border-radius:9px;min-height:42px;padding:0 34px 0 12px}.review-feed article{border-bottom:1px solid var(--line);padding:26px 0}.review-feed article>header{justify-content:space-between;gap:18px;display:flex}.review-feed article>header>div{gap:5px;display:grid}.review-feed article>header>div:last-child{text-align:right}.review-feed article span{color:#d08a24}.review-feed time,.review-feed small{color:#748078;font-size:12px}.review-feed article p{line-height:1.65}.review-photos{gap:8px;display:flex}.review-photos img,.review-photos video{object-fit:cover;background:#edf0ec;border-radius:10px;width:120px;height:120px}.reviews-empty{color:#69756d;padding:30px 0}.reviews-empty strong{color:var(--green);font:400 24px Georgia,serif}.variant-picker{border:0;margin:22px 0;padding:0}.variant-picker legend{margin-bottom:10px;font-size:12px;font-weight:700}.variant-picker>div{flex-wrap:wrap;gap:8px;display:flex}.variant-picker button{border:1px solid var(--line);text-align:left;cursor:pointer;background:#fff;border-radius:8px;gap:4px;min-width:128px;min-height:60px;padding:10px 12px;display:grid}.variant-picker button.active{border-color:var(--green);box-shadow:inset 0 0 0 1px var(--green)}.variant-picker small{color:#758077}.pdp-specs{border-block:1px solid var(--line);grid-template-columns:1fr 1fr;margin:20px 0;display:grid}.pdp-specs div{gap:4px;padding:12px 0;display:grid}.pdp-specs dt{color:#7a837c;font-size:11px}.pdp-specs dd{color:#34443a;margin:0;font-size:13px;font-weight:700}.stock-ok{color:#33724f!important}.stock-out{color:#9a4e3a!important}.pdp-commerce-box{background:#fff;border:1px solid #d8ddd7;border-radius:14px;margin-top:22px;padding:22px;box-shadow:0 12px 34px #173f3214}.pdp-price-row{justify-content:space-between;align-items:end;gap:16px;display:flex}.pdp-price-row>strong{color:var(--green);font:400 36px Georgia,serif}.pdp-price-row>span{color:#4e725d;text-align:right;max-width:170px;font-size:11px;line-height:1.4}.pdp-actions{grid-template-columns:auto 1fr 48px;gap:9px;margin:18px 0;display:grid}.pdp-quantity{border:1px solid var(--line);background:#fff;border-radius:10px;align-items:center;display:inline-flex;overflow:hidden}.pdp-quantity button{width:38px;min-height:48px;color:var(--green);background:#fff;border:0;border-radius:0;padding:0;font-size:18px}.pdp-quantity output{text-align:center;min-width:28px;font-weight:700}.pdp-cart-button{background:var(--green);color:#fff;cursor:pointer;border:0;border-radius:10px;min-height:48px;padding:0 18px;font-weight:700}.pdp-cart-button.in-cart{border:1px solid var(--green);color:var(--green);background:#edf2ec}.pdp-cart-button:disabled{opacity:.5;cursor:not-allowed}.pdp-favorite{border:1px solid var(--line);min-height:48px;color:var(--green);cursor:pointer;background:#fff;border-radius:10px;font-size:24px}.pdp-favorite.active{color:#b04d36;border-color:#b8694e}.pdp-related{padding:90px 5vw}.pdp-related h2{color:var(--green);margin:8px 0 35px;font:400 44px Georgia,serif}.related-card{display:block}.related-card .product-info>strong{color:var(--green);margin-top:14px;display:block}.pdp-error{text-align:center;place-content:center;gap:18px;min-height:60vh;display:grid}.pdp-error h1{color:var(--green);font:400 48px Georgia,serif}@media (width<=1050px){.desktop-nav{display:none}.header{grid-template-columns:1fr auto}.product-grid{grid-template-columns:repeat(2,1fr)}.account-shell{grid-template-columns:250px 1fr}.orders-list article,.admin-stats{grid-template-columns:1fr 1fr}.auth-shell{grid-template-columns:1fr;gap:25px;width:auto;margin:30px 18px 70px}.auth-intro{padding-top:10px;position:static}.auth-intro h1{font-size:50px}.auth-form{border-radius:18px;padding:24px 18px}.account-type-options{grid-template-columns:1fr}.legal-document{width:auto;margin:52px 18px 72px}.legal-document>h1{font-size:45px}.legal-updated{margin-bottom:38px}.requisites-list>div{grid-template-columns:1fr;gap:7px}.pdp-main{grid-template-columns:minmax(0,1fr) 360px;gap:32px}.pdp-gallery{grid-template-columns:60px minmax(0,1fr);position:static}.pdp-image{height:auto;min-height:0}}@media (width<=700px){:root{--header-h:72px}.announcement{justify-content:center;font-size:10px}.announcement span:last-child{display:none}.header{height:72px;padding:0 18px}.brand{font-size:21px}.brand-mark{width:29px;height:36px}.cart-button>span,.account-button>span:last-child{display:none}.account-button{justify-content:center;width:38px;padding:0}.cart-button{border:0;padding:0 6px}.text-link{align-self:center;width:max-content}.product-grid{grid-template-columns:1fr;gap:34px}.product-image{aspect-ratio:1}footer{grid-template-columns:1fr 1fr;padding:55px 18px 25px}.drawer,.checkout{padding:22px 18px}.field-grid,.delivery-options{grid-template-columns:1fr}.account-shell{grid-template-columns:1fr;width:auto;margin:22px 18px}.account-sidebar{padding:14px;position:static;overflow:hidden}.account-sidebar .account-avatar,.account-sidebar>h1,.account-sidebar>p,.account-sidebar>.account-switch{display:none}.account-sidebar nav{overscroll-behavior-inline:contain;scrollbar-width:thin;grid-auto-columns:max-content;grid-auto-flow:column;overflow-x:auto}.account-sidebar nav button{white-space:nowrap}.account-content{min-height:0;padding:28px 20px}.account-title{flex-direction:column;align-items:start}.orders-list article{grid-template-columns:1fr 1fr;gap:16px}.admin-alert,.procurement-safety{flex-direction:column;align-items:start}.sales-sync-grid,.integration-health-grid{grid-template-columns:1fr}.procurement-settings-grid,.procurement-costs,.admin-stats{grid-template-columns:1fr 1fr}.admin-stats article,.admin-stats button{min-height:125px;padding:17px}.admin-block{padding:21px 16px}.admin-toolbar{flex-direction:column;align-items:stretch}.admin-toolbar>span{margin:0}.admin-dialog{padding:20px 16px}.admin-form-grid{grid-template-columns:1fr}.admin-form-grid label.wide{grid-column:auto}.external-mapping-row{grid-template-columns:1fr}.breadcrumbs{white-space:nowrap;padding:14px 18px;overflow:hidden}.breadcrumbs b{text-overflow:ellipsis;overflow:hidden}.pdp-main{grid-template-columns:1fr;gap:26px;padding:8px 18px 44px}.pdp-gallery{grid-template-columns:1fr}.pdp-thumbs{grid-row:2;grid-auto-columns:58px;grid-auto-flow:column;overflow-x:auto}.pdp-image{border-radius:14px;height:auto;min-height:0}.pdp-summary h1{font-size:40px}.pdp-anchor-nav{gap:24px;padding:0 18px;top:0}.pdp-anchor-nav a{min-height:48px}.pdp-section-heading{flex-direction:column;align-items:start;gap:16px;margin-bottom:28px}.pdp-related{padding:65px 18px}.plant-passport,.pdp-reviews{padding:60px 18px}.passport-sections dl>div{grid-template-columns:1fr;gap:6px;padding:12px 0}.passport-faq{margin:38px 0 0}.review-modal{align-items:end;padding:0}.review-modal form{width:100%;max-height:92vh;padding:22px 18px calc(22px + env(safe-area-inset-bottom));border-radius:20px 20px 0 0}.review-modal-actions{flex-direction:column;align-items:stretch}.review-modal-actions>button,.review-modal-actions .review-media-button{justify-content:center;width:100%}.review-media-button{justify-content:center}.review-feed article>header{flex-direction:column}.review-feed article>header>div:last-child{text-align:left}.pdp-commerce-box{margin-inline:-4px;padding:18px}.pdp-price-row{flex-direction:column;align-items:start;gap:5px}.pdp-price-row>span{text-align:left;max-width:none}.pdp-actions{grid-template-columns:1fr 48px}.pdp-quantity{grid-column:1/-1;justify-self:start}}.product-page{--home-ink:#291d13;--home-green:#273f24;--home-orange:#e74827;--pdp-orange:#df4728;--pdp-paper:#fbf4ea;color:#2c241b;background:#f8f0e5;max-width:100%;overflow-x:hidden}.product-page>.announcement{display:none}.product-page>.header{width:calc(100% - 36px);max-width:1780px;height:92px;box-shadow:none;background:0 0;border:0;grid-template-columns:auto 1fr auto;gap:38px;margin:0 auto;padding:0 22px}.product-page>.header .brand-mark,.product-page>.header .brand-text small{display:none}.product-page>.header .brand{color:var(--home-ink);letter-spacing:-.04em;font:700 35px/1 Georgia,serif}.product-page>.header .desktop-nav{justify-self:start;align-items:center;gap:34px}.product-page>.header .desktop-nav>a{min-height:42px;color:var(--home-ink);border-radius:8px;align-items:center;padding:0 8px;font-size:15px;display:flex}.product-page>.header .header-search{width:clamp(320px,23vw,430px);height:48px;box-shadow:none;background:#ffffff61;border-color:#d8c9b8}.product-page>.header .header-search form:after{content:"⌕";width:31px;height:31px;color:var(--home-ink);flex:none;place-items:center;font-size:21px;display:grid}.product-page>.header .header-search form>span{display:none}.product-page>.header .header-actions{gap:10px}.product-page>.header .account-button.icon-only,.product-page>.header .favorites-button,.product-page>.header .cart-button{width:46px;min-width:46px;height:46px;color:var(--home-ink);box-shadow:none;background:0 0;border:0;border-radius:50%;place-items:center;padding:0;display:grid;position:relative}.product-page>.header .account-button.icon-only svg,.product-page>.header .favorites-button svg,.product-page>.header .cart-button svg{width:25px;height:25px}.product-page>.header .favorites-button>span,.product-page>.header .cart-button>span{place-items:center;font-size:0;display:grid}.product-page>.header .favorites-button b,.product-page>.header .cart-button b{background:var(--home-orange);color:#fff;border-radius:99px;place-items:center;min-width:18px;height:18px;padding:0 5px;font-size:10px;display:grid;position:absolute;top:0;right:-2px}.product-page .breadcrumbs{color:#897d70;width:min(1600px,100% - 64px);margin:0 auto;padding:18px 0 10px}.product-page .pdp-main{grid-template-columns:minmax(0,.82fr) minmax(620px,1.18fr);align-items:stretch;gap:42px;max-width:1600px;padding:10px 32px 44px}.product-page .pdp-loading-breadcrumb span{background:#eadfce;border-radius:7px;width:230px;height:14px;display:block}.product-page .pdp-loading-main{min-height:650px}.product-page .pdp-loading-gallery,.product-page .pdp-loading-summary span{background:linear-gradient(100deg,#eadfce 20%,#f5ecdf 40%,#eadfce 60%) 0 0/220% 100%;animation:1.5s ease-in-out infinite pdp-loading}.product-page .pdp-loading-gallery{border-radius:22px;min-height:600px}.product-page .pdp-loading-summary{flex-direction:column;gap:22px;padding:14px 0;display:flex}.product-page .pdp-loading-summary span{border-radius:9px;width:72%;height:18px}.product-page .pdp-loading-summary span:first-child{border-radius:14px;width:58%;height:48px}.product-page .pdp-loading-summary span:nth-child(3){border-radius:18px;width:100%;height:150px}.product-page .pdp-loading-summary span:nth-child(4){border-radius:18px;width:92%;height:210px}@keyframes pdp-loading{to{background-position:-220% 0}}.product-page .pdp-gallery{grid-template-columns:84px minmax(0,1fr);align-self:stretch;position:relative;top:auto}.product-page .pdp-gallery.single{grid-template-columns:minmax(0,1fr)}.product-page .pdp-thumbs{gap:10px}.product-page .pdp-thumbs button{background:#fff9f0;border-radius:10px}.product-page .pdp-thumbs button.active{border:2px solid var(--pdp-orange)}.product-page .pdp-image{aspect-ratio:auto;background:0 0;border-radius:22px;height:100%;max-height:650px}.product-page .pdp-image img{object-fit:contain}.product-page .pdp-image>span{display:none}.product-page .pdp-summary{background:0 0;border:0;align-self:stretch;padding:0}.product-page .pdp-identity{border-bottom:0;padding-bottom:18px}.product-page .pdp-summary h1{color:#31482c;letter-spacing:-.02em;margin:0 0 5px;font:500 clamp(32px,2.5vw,46px)/1.06 Georgia,serif}.product-page .pdp-identity .latin{color:#5d493a;width:max-content;margin:0 0 12px;padding-bottom:7px;font:italic 20px Georgia,serif;position:relative}.product-page .pdp-identity .latin:after{content:"";background:var(--pdp-orange);height:2px;position:absolute;bottom:0;left:0;right:-70px;transform:rotate(-1deg)}.product-page .purchase-review-stars button.active,.product-page .purchase-review-stars button:hover{color:var(--pdp-orange)}.product-page .pdp-purchase-layout{grid-template-columns:minmax(0,.95fr) minmax(300px,1.05fr);gap:32px;height:100%;display:grid}.product-page .pdp-order-column{flex-direction:column;min-width:0;padding:4px 0;display:flex}.product-page .pdp-lead{color:#5f554c;margin:8px 0 20px;font-size:15px;line-height:1.6}.product-page .pdp-parameters{margin-top:auto;padding-top:28px}.product-page .variant-picker{margin:14px 0}.product-page .variant-picker legend{font-weight:500}.product-page .variant-picker button{text-align:center;background:#fffaf3;border-color:#dfd1c0;border-radius:9px;min-width:92px;min-height:42px;padding:8px 12px}.product-page .variant-picker button.active{border-color:var(--pdp-orange);box-shadow:inset 0 0 0 1px var(--pdp-orange)}.product-page .pdp-specs{border:0;gap:8px;margin:10px 0}.product-page .pdp-specs div{padding:6px 0}.product-page .pdp-side-column{flex-direction:column;gap:18px;min-width:0;display:flex}.product-page .pdp-side-column>*{width:100%}.product-page .pdp-commerce-box{box-shadow:none;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#fffaf3b8;border:1px solid #dfd1c0;border-radius:18px;margin-top:auto;padding:22px}.product-page .pdp-price-row{justify-content:flex-start;align-items:center;gap:14px}.product-page .pdp-price-row>strong{color:#2b241d;font:700 34px/1 Arial,sans-serif}.product-page .pdp-price-row>span{text-align:left;max-width:none;font-size:12px}.product-page .pdp-actions{grid-template-columns:112px 1fr 52px;margin:16px 0 0}.product-page .pdp-quantity{background:#fffaf3;border-color:#dfd1c0;border-radius:12px}.product-page .pdp-quantity button{background:0 0}.product-page .pdp-cart-button{background:var(--pdp-orange);border-radius:11px;min-height:52px;font-size:15px}.product-page .pdp-cart-button:hover{background:#c93b20}.product-page .pdp-cart-button.in-cart{color:#fff;background:#31482c;border-color:#31482c}.product-page .pdp-favorite{color:#31482c;background:#fffaf3;border-color:#dfd1c0;border-radius:50%;min-height:52px}.product-page .pdp-key-characteristics{background:#fffaf3b8;border:1px solid #dfd1c0;border-radius:18px;align-content:start;align-self:start;padding:27px 26px;display:grid}.product-page .pdp-key-characteristics h2{color:#31482c;margin:0 0 12px;font:500 25px/1.1 Georgia,serif}.product-page .pdp-key-characteristics>div{border-bottom:1px solid #e4d8c9;grid-template-columns:30px minmax(0,.8fr) minmax(90px,1.2fr);align-items:center;gap:8px;min-width:0;min-height:58px;padding:11px 0;display:grid}.product-page .pdp-key-characteristics>div:last-child{border-bottom:0}.product-page .pdp-key-characteristics>div>span{color:#31482c;place-items:center;width:26px;height:26px;display:grid}.product-page .pdp-key-characteristics svg{fill:none;stroke:currentColor;stroke-width:1.6px;stroke-linecap:round;stroke-linejoin:round;width:20px;height:20px}.product-page .pdp-key-characteristics p{min-width:0;margin:0;display:contents}.product-page .pdp-key-characteristics small{color:#3e382f;font-size:13px}.product-page .pdp-key-characteristics strong{overflow-wrap:anywhere;color:#665b51;font-size:12px;font-weight:400;line-height:1.35}.product-page .pdp-anchor-nav{background:0 0;border-top:0;border-bottom:1px solid #dfd1c0;gap:46px;max-width:1600px;margin:0 auto;padding:0 32px;position:static}.product-page .pdp-anchor-nav button{color:#655a50;cursor:pointer;white-space:nowrap;background:0 0;border:0;align-items:center;gap:7px;min-height:56px;padding:0;font:700 16px Arial,sans-serif;display:flex;position:relative}.product-page .pdp-anchor-nav button.active{color:#2f432c}.product-page .pdp-anchor-nav button.active:after{content:"";background:var(--pdp-orange);height:2px;position:absolute;bottom:-1px;left:0;right:0}.product-page .pdp-anchor-nav button span{text-align:center;background:#eee4d7;border-radius:8px;min-width:28px;padding:4px 8px}.product-page .pdp-tabs-shell{max-width:1600px;margin:0 auto}.product-page .pdp-tab-panel{min-height:300px;padding:18px 32px 42px}.product-page .pdp-tab-panel>.pdp-info-card{width:100%;padding:28px 30px}.product-page .pdp-tab-panel .pdp-reviews{background:#fffaf3b3}.product-page .pdp-tab-panel .review-feed{max-width:none;max-height:none;margin:0}.product-page .pdp-questions details{border-bottom:1px solid #dfd1c0;padding:18px 0}.product-page .pdp-questions summary{color:#31482c;cursor:pointer;font-weight:700}.product-page .pdp-questions details p{color:#665c52;line-height:1.6}.product-page .pdp-question-empty{padding:28px 0}.product-page .pdp-question-empty strong{color:#31482c;font:500 24px Georgia,serif}.product-page .pdp-question-empty p{color:#6f655b}.product-page .pdp-question-empty a{color:var(--pdp-orange);font-weight:700}.product-page .pdp-characteristics-panel .pdp-section-heading p{color:#7b7065;margin:7px 0 0;font-size:12px}.product-page .pdp-characteristics-panel dl{grid-template-columns:1fr 1fr;column-gap:44px;margin:8px 0 0;display:grid}.product-page .pdp-characteristics-panel dl>div{border-bottom:1px dashed #dacbb9;grid-template-columns:minmax(120px,1fr) minmax(100px,1fr);align-items:center;gap:20px;min-height:50px;padding:13px 0;display:grid}.product-page .pdp-characteristics-panel dt{color:#85786c;font-size:12px}.product-page .pdp-characteristics-panel dd{color:#31482c;text-align:right;margin:0;font-size:13px;font-weight:700}.product-page .pdp-info-card{background:#fffaf3b3;border:1px solid #dfd1c0;border-radius:16px;min-width:0;padding:22px 24px}.product-page .pdp-info-card .pdp-section-heading{margin:0 0 16px;display:block}.product-page .pdp-info-card .pdp-section-heading h2{color:#31482c;margin:0;font:500 28px/1.1 Georgia,serif}.product-page .product-characteristics>div{grid-template-columns:1fr}.product-page .product-characteristics>div p{justify-content:space-between;align-items:center;gap:18px;width:100%;display:flex}.product-page .product-characteristics>div strong{text-align:right}.product-page .care-guide{background:#fffaf3;overflow:hidden;padding:0!important}.care-guide-heading{border-bottom:1px solid #e2d5c5;justify-content:space-between;align-items:end;gap:24px;padding:30px 32px 25px;display:flex}.care-guide-heading p{color:var(--pdp-orange);letter-spacing:.13em;text-transform:uppercase;margin:0 0 7px;font-size:11px;font-weight:900}.care-guide-heading h2{color:#31482c;margin:0;font:500 31px/1.12 Georgia,serif}.care-guide-heading>span{color:#817568;text-align:right;max-width:280px;font-size:12px;line-height:1.5}.care-quick-facts{background:#f2e8da;grid-template-columns:repeat(4,1fr);gap:10px;padding:20px 32px;display:grid}.care-quick-facts article{background:#fffaf3e0;border-radius:14px;grid-template-rows:auto auto;grid-template-columns:36px 1fr;column-gap:10px;min-width:0;padding:14px;display:grid}.care-quick-facts i{color:#31482c;background:#e1eadb;border-radius:50%;grid-row:1/3;place-items:center;width:36px;height:36px;font:700 18px Georgia,serif;display:grid}.care-quick-facts small{color:#8a7c6e;font-size:10px}.care-quick-facts strong{overflow-wrap:anywhere;color:#31482c;font-size:12px;line-height:1.35}.care-warning{border-left:4px solid var(--pdp-orange);background:#fff0df;border-radius:10px;grid-template-columns:125px 1fr;gap:15px;margin:24px 32px 0;padding:16px 19px;display:grid}.care-warning strong{color:#98452f}.care-warning ul{color:#694f43;margin:0;padding-left:18px;font-size:13px;line-height:1.55}.care-arrival{background:#f7f0e5;border-bottom:1px solid #e2d5c5;grid-template-columns:36px 180px 1fr;gap:12px;padding:28px 32px;display:grid}.care-section-number{color:var(--pdp-orange);font-size:11px;font-weight:900}.care-kicker{letter-spacing:.1em;text-transform:uppercase;font-weight:900;color:var(--pdp-orange)!important;margin:0 0 5px!important;font-size:10px!important}.care-arrival h3{color:#31482c;margin:0;font:500 22px Georgia,serif}.care-arrival ol{counter-reset:arrival;grid-template-columns:repeat(3,1fr);gap:12px;margin:0;padding:0;list-style:none;display:grid}.care-arrival li{counter-increment:arrival;border-left:1px solid #d9c9b7;padding:0 14px}.care-arrival li strong,.care-arrival li span{display:block}.care-arrival li strong{color:#31482c;margin-bottom:5px;font-size:13px}.care-arrival li span{color:#6a5f55;font-size:11px;line-height:1.55}.care-guide-body{grid-template-columns:1fr 1fr;gap:34px;padding:28px 32px 8px;display:grid}.care-intro{grid-template-columns:36px 1fr;gap:12px;display:grid}.care-intro>span,.care-subheading>span{color:var(--pdp-orange);font-size:11px;font-weight:900}.care-intro h3,.care-subheading h3{color:#31482c;margin:0 0 9px;font:500 21px Georgia,serif}.care-intro p{color:#62584f;white-space:pre-line;margin:0;font-size:13px;line-height:1.75}.care-explorer{padding:26px 32px 32px}.care-explorer>.care-subheading{margin-bottom:17px}.care-topic-tabs{grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:12px;display:grid}.care-topic-tabs button{color:#31482c;text-align:left;cursor:pointer;background:#fffaf3;border:1px solid #dccdbb;border-radius:13px;padding:13px 15px;transition:all .2s}.care-topic-tabs button:hover,.care-topic-tabs button.active{color:#fff;background:#31482c;border-color:#31482c}.care-topic-tabs strong,.care-topic-tabs small{display:block}.care-topic-tabs strong{font-size:13px}.care-topic-tabs small{color:#85796d;margin-top:3px;font-size:10px}.care-topic-tabs button.active small{color:#dbe4d5}.care-topic-panel{background:#efe3d3;border-radius:20px;grid-template-columns:minmax(280px,.9fr) 1.1fr;min-height:300px;display:grid;overflow:hidden}.care-topic-panel img{object-fit:cover;width:100%;height:100%;min-height:300px}.care-topic-panel>div{align-self:center;padding:36px}.care-topic-panel h3{color:#31482c;margin:0 0 12px;font:500 30px Georgia,serif}.care-topic-panel>div>p:last-child{color:#62584f;white-space:pre-line;margin:0;font-size:14px;line-height:1.75}.care-routine,.care-troubleshooting{border-top:1px solid #e4d7c8;padding:25px 32px 30px}.care-subheading{grid-template-columns:36px 1fr;display:grid}.care-routine>div:last-child{grid-template-columns:1fr 1fr;gap:0 34px;margin-left:36px;display:grid}.care-routine article,.care-troubleshooting article{border-bottom:1px dashed #ddcdbc;padding:15px 0}.care-routine h4,.care-troubleshooting h4{color:#31482c;margin:0 0 6px;font-size:13px}.care-routine p,.care-troubleshooting p{color:#6a5f55;white-space:pre-line;margin:0;font-size:12px;line-height:1.65}.care-troubleshooting{background:#f6eee3}.care-troubleshooting>div:last-child{grid-template-columns:repeat(3,1fr);gap:24px;margin-left:36px;display:grid}.care-troubleshooting article{border:0}.care-faq{border-top:1px solid #e4d7c8;padding:28px 32px 34px}.care-faq>.care-subheading{margin-bottom:12px}.care-faq details{border-bottom:1px solid #e1d3c2;margin-left:36px;padding:16px 0}.care-faq summary{color:#31482c;cursor:pointer;padding-right:28px;font-size:13px;font-weight:700;list-style:none;position:relative}.care-faq summary::-webkit-details-marker{display:none}.care-faq summary:after{content:"+";color:var(--pdp-orange);font-size:20px;position:absolute;top:-3px;right:4px}.care-faq details[open] summary:after{content:"−"}.care-faq details p{color:#665c52;margin:10px 32px 0 0;font-size:12px;line-height:1.65}.product-page .plant-passport,.product-page .pdp-reviews{background:#fffaf3b3;padding:22px 24px}.product-page .passport-sections{scrollbar-width:thin;border-top:0;max-height:470px;overflow:auto}.product-page .passport-sections>section{padding:12px 0}.product-page .passport-sections h3{margin:0 0 8px;font:700 12px Arial,sans-serif}.product-page .passport-sections dl>div{grid-template-columns:42% 1fr;gap:12px;padding:7px 0}.product-page .passport-sections dt,.product-page .passport-sections dd{font-size:11px;line-height:1.4}.product-page .passport-faq{margin:20px 0 0}.product-page .passport-faq h3{font-size:16px}.product-page .pdp-reviews .pdp-section-heading .eyebrow{display:none}.product-page .review-sort{justify-content:flex-start;margin:10px 0}.product-page .review-feed{border-top:1px solid #dfd1c0;max-height:470px;overflow:auto}.product-page .review-feed article{padding:16px 0}.product-page .review-feed article p{color:#5d544c;font-size:12px;line-height:1.5}.product-page .pdp-related{max-width:1600px;margin:0 auto;padding:34px 32px 70px}.product-page .pdp-related>header{justify-content:space-between;align-items:end;gap:20px;margin-bottom:20px;display:flex}.product-page .pdp-related h2{margin:5px 0 0;font-size:36px}.product-page .pdp-related-carousel{position:relative}.product-page .pdp-related-side{z-index:2;color:#31482c;cursor:pointer;background:#fffaf3;border:1px solid #d9cbbb;border-radius:50%;place-items:center;width:50px;height:50px;font-size:21px;transition:background .2s,color .2s,transform .2s;display:grid;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 8px 24px #3f2d1c1f}.product-page .pdp-related-side:hover{background:var(--pdp-orange);color:#fff;transform:translateY(-50%)scale(1.05)}.product-page .pdp-related-side.prev{left:-25px}.product-page .pdp-related-side.next{right:-25px}.product-page .pdp-related-track{scroll-behavior:smooth;flex-wrap:nowrap;gap:14px;display:flex;overflow:hidden}.product-page .pdp-related-track .related-card{flex:0 0 calc(20% - 11.2px)}.product-page .related-card{background:#fffaf3bf;border:1px solid #e6dacb;border-radius:14px;min-width:0;padding:10px;position:relative}.product-page .related-card .product-image{aspect-ratio:1;background:#f8f0e5;border-radius:10px}.product-page .related-card .product-image img{object-fit:contain}.product-page .related-card .product-info{padding:10px 4px 5px;position:relative}.product-page .related-card h3{color:#382f27;min-height:42px;margin:3px 0 12px;font-size:16px;line-height:1.3}.product-page .related-card .latin{color:#796d62;font-size:12px}.product-page .related-card .product-info>strong{color:#2c241b;font-size:18px}.product-page .related-arrow{background:var(--pdp-orange);color:#fff;border-radius:8px;place-items:center;width:32px;height:32px;display:grid;position:absolute;bottom:0;right:2px}@media (width<=1200px){.product-page .pdp-main{grid-template-columns:minmax(0,1fr) minmax(470px,1fr);gap:24px}.product-page .pdp-purchase-layout{grid-template-columns:1fr}.product-page .pdp-side-column{margin-top:16px}.product-page .pdp-key-characteristics svg{width:18px;height:18px}.product-page .pdp-related-track .related-card{flex-basis:calc(25% - 10.5px)}}@media (width<=850px){.product-page{padding-bottom:calc(82px + env(safe-area-inset-bottom))}.care-guide-heading{padding:23px 18px}.care-guide-heading>span{display:none}.care-guide-heading h2{font-size:25px}.care-arrival{grid-template-columns:30px 1fr;padding:22px 18px}.care-arrival ol{grid-column:1/-1;grid-template-columns:1fr;gap:0;margin-top:8px}.care-arrival li{border-top:1px solid #ddcebc;border-left:0;padding:12px 0}.care-quick-facts{grid-template-columns:1fr 1fr;padding:14px 18px}.care-warning{grid-template-columns:1fr;margin:18px 18px 0}.care-guide-body{grid-template-columns:1fr;gap:24px;padding:24px 18px 6px}.care-explorer{padding:22px 18px}.care-topic-tabs{scroll-snap-type:x mandatory;display:flex;overflow-x:auto}.care-topic-tabs button{scroll-snap-align:start;min-width:138px}.care-topic-panel{grid-template-columns:1fr;min-height:0}.care-topic-panel img{min-height:210px;max-height:250px}.care-topic-panel>div{padding:22px}.care-topic-panel h3{font-size:25px}.care-routine,.care-troubleshooting,.care-faq{padding:22px 18px}.care-routine>div:last-child,.care-troubleshooting>div:last-child{grid-template-columns:1fr;margin-left:0}.care-faq details{margin-left:0}.care-subheading{grid-template-columns:30px 1fr}.product-page .breadcrumbs{width:auto;margin:0 16px;padding-top:12px}.product-page .pdp-main{grid-template-columns:1fr;gap:18px;padding:4px 16px 26px}.product-page .pdp-loading-main{min-height:900px}.product-page .pdp-loading-gallery{min-height:420px}.product-page .pdp-gallery{grid-template-columns:1fr}.product-page .pdp-image{min-height:360px;max-height:520px}.product-page .pdp-thumbs{grid-row:2;grid-auto-columns:62px;grid-auto-flow:column;overflow-x:auto}.product-page .pdp-summary{border-radius:16px;padding:22px 18px}.product-page .pdp-summary h1{font-size:34px}.product-page .pdp-purchase-layout{grid-template-columns:1fr}.product-page .pdp-side-column{margin-top:0}.product-page .pdp-parameters{margin-top:0;padding-top:18px}.product-page .pdp-key-characteristics{padding:22px 18px}.product-page .pdp-key-characteristics>div{grid-template-columns:30px minmax(100px,.8fr) 1.2fr}.product-page .pdp-actions{grid-template-columns:104px 1fr 52px}.product-page .pdp-cart-button{padding-inline:10px}.product-page>.header{width:100%;height:72px;padding:0 16px}.product-page>.header .brand{font-size:24px}.product-page .pdp-anchor-nav{gap:26px;padding:0 16px;overflow-x:auto}.product-page .pdp-anchor-nav button{min-height:50px}.product-page .pdp-tab-panel{padding:14px 16px 30px}.product-page .pdp-tab-panel>.pdp-info-card,.product-page .pdp-info-card{padding:20px 18px}.product-page .pdp-characteristics-panel dl{grid-template-columns:1fr}.product-page .pdp-characteristics-panel dl>div{grid-template-columns:1fr 1fr}.product-page .passport-sections,.product-page .review-feed{max-height:none}.product-page .pdp-related{padding:28px 16px 44px;overflow:hidden}.product-page .pdp-related h2{font-size:30px}.product-page .pdp-related-track{scroll-snap-type:x mandatory;gap:10px;margin:0 -4px;padding:0 4px;display:flex;overflow-x:auto}.product-page .pdp-related-side{width:40px;height:40px}.product-page .pdp-related-side.prev{left:-8px}.product-page .pdp-related-side.next{right:-8px}.product-page .related-card{scroll-snap-align:start;flex:none;width:68vw;max-width:270px}}.pdp-admin-toolbar{background:#f5f8f1f0;border:1px solid #355b2d2e;border-radius:14px;align-items:center;gap:10px;max-width:1440px;margin:0 auto 18px;padding:10px 18px;display:flex}.pdp-admin-toolbar>span{letter-spacing:.08em;text-transform:uppercase;margin-right:auto;font-size:12px;font-weight:700}.pdp-admin-toolbar button,.pdp-admin-media button,.pdp-admin-upload span{font:inherit;cursor:pointer;background:#fff;border:1px solid #355b2d3d;border-radius:10px;padding:9px 13px}.pdp-admin-toolbar button:hover,.pdp-admin-media button:hover,.pdp-admin-upload:hover span{border-color:currentColor}.pdp-admin-toolbar button:disabled,.pdp-admin-media button:disabled{opacity:.55;cursor:default}.pdp-admin-toolbar small{color:#a13a2b}.pdp-admin-media{padding:0 24px 24px}.pdp-admin-upload{cursor:pointer;display:inline-block}.pdp-admin-upload input{opacity:0;pointer-events:none;block-size:1px;inline-size:1px;position:absolute}.pdp-admin-upload span{color:#fff;background:#355b2d;border-color:#355b2d;display:inline-block}.pdp-admin-media-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:14px;margin-top:18px;display:grid}.pdp-admin-media-grid article{background:#fff;border:1px solid #0000001f;border-radius:14px;overflow:hidden}.pdp-admin-media-grid article.primary{box-shadow:inset 0 0 0 2px #355b2d}.pdp-admin-media-grid img{aspect-ratio:1;object-fit:cover;width:100%;display:block}.pdp-admin-media-grid article>div{gap:7px;padding:9px;display:grid}.pdp-admin-media-grid strong{color:#355b2d;font-size:13px}.pdp-admin-media-grid button{padding:7px 9px;font-size:12px}.pdp-admin-media-grid button.danger{color:#a13a2b}@media (width<=720px){.pdp-admin-toolbar{flex-wrap:wrap;margin:0 14px 14px}.pdp-admin-toolbar>span{width:100%}.pdp-admin-media{padding:0 14px 18px}.pdp-admin-media-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}.favorites-button{min-width:48px;height:42px;color:var(--green);cursor:pointer;background:0 0;border:0;border-radius:99px;justify-content:center;align-items:center;gap:4px;padding:0 9px;display:flex}.favorites-button span{font-size:25px;line-height:1}.favorites-button b{font-size:11px}.favorites-button:hover,.favorites-button.active{background:#173f3214}.product-card{position:relative}.favorite-button{z-index:3;width:42px;height:42px;color:var(--green);cursor:pointer;background:#ffffffeb;border:0;border-radius:50%;place-items:center;font-size:23px;display:grid;position:absolute;top:13px;right:13px;box-shadow:0 5px 18px #173f321f}.favorite-button.active{background:var(--terracotta);color:#fff}.empty-state{flex-direction:column;gap:9px;display:flex}.empty-state strong{font:400 27px Georgia,serif}.empty-state span{color:#6c756f}@media (width<=700px){.favorites-button{min-width:38px;padding:0}.favorites-button b{display:none}}.header{grid-template-columns:auto 1fr auto}.desktop-nav{justify-self:center}.header-search{background:#fff;border:1px solid #173f3224;border-radius:99px;grid-template-columns:auto 1fr;align-items:center;gap:8px;width:clamp(180px,16vw,270px);height:44px;margin:0;padding:0 13px;display:flex;box-shadow:0 7px 20px #173f320f}.header-search input{height:40px;box-shadow:none;background:0 0;border:0;padding:0;font-size:13px}.catalog-search{position:relative}.catalog-search form{align-items:center;gap:8px;width:100%;display:flex}.catalog-search form input{flex:1;min-width:0}.catalog-search-clear{background:var(--cream);color:#667067;cursor:pointer;border:0;border-radius:50%;flex:none;width:24px;height:24px;padding:0;font-size:17px;line-height:1}.catalog-search-options{z-index:70;border:1px solid var(--line);background:#fff;border-radius:13px;width:min(440px,100vw - 24px);position:absolute;top:calc(100% + 7px);left:0;overflow:hidden;box-shadow:0 18px 42px #173f322e}.catalog-search-options>button{border:0;border-bottom:1px solid var(--line);width:100%;min-height:52px;color:var(--green);text-align:left;cursor:pointer;background:#fff;align-items:center;gap:10px;padding:8px 12px;display:flex}.catalog-search-options>button:last-child{border-bottom:0}.catalog-search-options>button:hover,.catalog-search-options>button.active{background:var(--cream)}.catalog-search-options img{object-fit:cover;border-radius:8px;flex:none;width:38px;height:38px}.catalog-search-options b,.catalog-search-options small{display:block}.catalog-search-options small{color:#7c857c;margin-top:2px}.catalog-search-all{justify-content:space-between;font-weight:700}.catalog-search-all span{color:#7c857c;font-size:12px}.account-menu{position:relative}.account-menu summary{cursor:pointer;list-style:none}.account-menu summary::-webkit-details-marker{display:none}.account-menu>div{z-index:50;border:1px solid var(--line);background:#fff;border-radius:12px;min-width:175px;padding:8px;display:grid;position:absolute;top:50px;right:0;box-shadow:0 16px 40px #173f3226}.account-menu>div a{color:var(--green);border-radius:8px;padding:10px 12px;font-size:13px}.account-menu>div a:hover{background:var(--cream)}.favorites-button,.favorite-button,.pdp-favorite{color:#bd3d3d}.favorite-button.active,.pdp-favorite.active{color:#fff;background:#bd3d3d}.favorites-button:hover{background:#bd3d3d17}.category-toggle{border:1px solid var(--line);color:#58645c;cursor:pointer;background:#fff;border-radius:6px;width:22px;height:22px;margin-right:8px;padding:0;font-weight:700;line-height:1}.category-toggle.placeholder{background:0 0;border-color:#0000}.category-expand{gap:8px}.category-picker{position:relative}.category-picker-toggle{border:1px solid var(--line);width:100%;color:inherit;text-align:left;cursor:pointer;background:#fff;border-radius:9px;justify-content:space-between;align-items:center;gap:10px;padding:12px 14px;display:flex}.category-picker-list{border:1px solid var(--line);background:#fff;border-radius:9px;max-height:260px;margin-top:6px;padding:6px;display:grid;overflow:auto}.category-picker-list button{color:#58645c;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:7px;padding:8px 12px;font-size:13px}.category-picker-list button:hover,.category-picker-list button.active{color:var(--green);background:#edf2ec}.admin-field{gap:6px;display:grid}.admin-field-label{font-size:13px;font-weight:600}.category-icon{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;vertical-align:-3px;width:18px;height:18px;margin-right:7px}.favorites-page{background:#f8f0e5;min-height:calc(100vh - 122px);padding:28px 4vw 100px}.favorites-page>h1{color:var(--green);margin-bottom:12px;font-size:clamp(46px,6vw,76px);font-weight:400}.favorites-page>p:not(.eyebrow){color:#657068;margin-bottom:42px}.favorites-hero{background:url(/assets/redesign/favorites-zamioculcas-v1.webp) 50%/cover no-repeat;border:1px solid #ddcfbd;border-radius:28px;align-items:center;min-height:390px;margin:0 0 34px;padding:clamp(30px,5vw,70px);display:flex;overflow:hidden}.favorites-hero>div{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#faf4ebdb;border-radius:22px;max-width:570px;padding:28px 32px}.favorites-hero h1{color:#24452e;letter-spacing:-.04em;margin:6px 0 16px;font:400 clamp(46px,6vw,78px)/.95 Georgia,serif}.favorites-hero p:last-child{color:#525c52;max-width:490px;margin:0;font-size:17px;line-height:1.55}.favorites-page .empty-state{background:#fffcf6c7;border:1px solid #ddcfbd;border-radius:24px;justify-content:center;align-items:flex-start;min-height:250px;padding:48px}.favorites-page .empty-state a{color:#fff;background:#df3f1f;border-radius:12px;margin-top:10px;padding:14px 24px;font-weight:700;text-decoration:none}.not-found-page{background:#f8f0e5;min-height:100vh}.not-found-scene{background:url(/assets/redesign/not-found-dracaena-v1.webp) 50%/cover no-repeat;border:1px solid #ddcfbd;border-radius:30px;align-items:center;width:min(1480px,100% - 64px);min-height:680px;margin:28px auto 72px;padding:clamp(40px,7vw,100px);display:flex;overflow:hidden}.not-found-scene>div{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#faf4ebdb;border-radius:24px;max-width:620px;padding:38px}.not-found-scene h1{color:#24452e;letter-spacing:-.055em;margin:8px 0 22px;font:400 clamp(56px,7vw,98px)/.9 Georgia,serif}.not-found-scene p:not(.eyebrow){color:#505c52;max-width:500px;font-size:18px;line-height:1.6}.not-found-actions{align-items:center;gap:18px;margin-top:28px;display:flex}.not-found-actions>a:last-child{color:#24452e;text-underline-offset:5px;font-weight:700;text-decoration:underline}@media (width<=700px){.favorites-hero{background-position:65%;min-height:340px;padding:18px}.favorites-hero>div{padding:24px}.not-found-scene{background-position:66%;align-items:flex-end;width:calc(100% - 28px);min-height:620px;margin-top:14px;padding:18px}.not-found-scene>div{padding:26px}.not-found-actions{flex-direction:column;align-items:stretch}.not-found-actions a{text-align:center}}.category-create{flex-wrap:wrap}.category-create input{max-width:250px}.category-create select{width:min(330px,100%)}.text-button.danger{color:#a64a3d;margin-left:12px}.table-action.danger{color:#a64a3d;border-color:#a64a3d4d}@media (width<=1200px){.desktop-nav{display:none}}@media (width<=850px){.header-search{display:none}}@media (width<=700px){.header{padding:0 18px}.account-button{padding:0 7px}.account-button>span:first-child{display:none}.favorites-page{padding:42px 18px 80px}}.menu-button{width:42px;height:42px;color:var(--green);cursor:pointer;background:0 0;border:0;border-radius:12px;place-items:center;font-size:21px;display:none}.menu-button:hover{background:#173f3212}.search-toggle{width:42px;height:42px;color:var(--green);cursor:pointer;background:0 0;border:0;border-radius:50%;place-items:center;display:none}.search-toggle svg{width:21px;height:21px}.mobile-search{z-index:29;border-bottom:1px solid var(--line);background:var(--paper);align-items:center;gap:10px;padding:10px 18px 12px;display:none;position:sticky;top:88px}.mobile-search form{background:#fff;border:1px solid #173f3229;border-radius:99px;flex:1;align-items:center;gap:9px;min-width:0;height:46px;padding:0 15px;display:flex}.mobile-search form>span{color:#6d7b73;font-size:19px}.mobile-search input{background:0 0;border:0;outline:0;width:100%;height:44px;font-size:16px}.mobile-search>button{color:#55605a;cursor:pointer;background:0 0;border:0;border-radius:50%;flex:none;width:40px;height:40px;font-size:25px}.mobile-catalog-search{flex:1;min-width:0;position:relative}.mobile-catalog-search>form{width:100%}.tab-bar{display:none}body.menu-open,body.drawer-open{overflow:hidden}@media (width<=1200px){.menu-button{display:grid}}@media (width<=850px){.search-toggle{display:grid}.mobile-search{display:flex}.header-actions .favorites-button,.header-actions .cart-button{display:none}.tab-bar{z-index:40;padding:6px 4px calc(6px + env(safe-area-inset-bottom));border-top:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#f5f0e7fa;grid-template-columns:repeat(5,1fr);display:grid;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -6px 24px #173f3214}.tab-bar>a,.tab-bar>button{min-height:52px;color:var(--green);font:inherit;cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:0;align-content:center;justify-items:center;gap:2px;padding:5px 2px;display:grid}.tab-bar small{letter-spacing:.01em;font-size:10px}.tab-bar .tab-icon{place-items:center;display:grid;position:relative}.tab-bar svg{width:23px;height:23px}.tab-bar .tab-icon b{background:var(--terracotta);color:#fff;border-radius:99px;place-items:center;min-width:17px;height:17px;padding:0 4px;font-size:10px;font-weight:700;display:grid;position:absolute;top:-6px;left:12px}.tab-bar>a:active,.tab-bar>button:active{opacity:.55}main{padding-bottom:calc(70px + env(safe-area-inset-bottom))}.drawer,.checkout{padding-bottom:calc(30px + env(safe-area-inset-bottom))}}@media (width<=700px){.favorites-button b{display:inline}.header{grid-template-columns:auto 1fr auto;gap:6px}.brand{justify-self:center;font-size:19px}.brand-mark{width:27px;height:33px;font-size:21px}.account-button{justify-content:center;width:40px;height:40px;padding:0}.account-button>span:last-child{display:none}.mobile-search{top:72px}.primary-button,.ghost-button,.admin-primary,.tab-bar>a,.tab-bar>button{min-height:46px}input,select,textarea{font-size:16px}}.install-hint{display:none}@media (width<=850px){.install-hint{z-index:39;right:10px;bottom:calc(78px + env(safe-area-inset-bottom));border:1px solid var(--line);background:#fff;border-radius:14px;align-items:center;gap:11px;padding:11px 12px;display:flex;position:fixed;left:10px;box-shadow:0 10px 30px #173f3229}.install-hint img{border-radius:10px;flex:none;width:38px;height:38px}.install-hint>div{flex:1;gap:2px;min-width:0;display:grid}.install-hint strong{color:var(--green);font-size:13px;font-weight:700}.install-hint span{color:#6a746d;font-size:11px;line-height:1.35}.install-hint-action{background:var(--green);color:#fff;border:0;border-radius:99px;flex:none;min-height:38px;padding:0 15px;font-size:13px}.install-hint-close{color:#8b948d;background:0 0;border:0;flex:none;width:30px;height:30px;font-size:21px}}.push-toggle{border:1px solid var(--line);background:#fff;border-radius:14px;align-items:center;gap:16px;margin-top:26px;padding:17px 18px;display:flex}.push-toggle>div{flex:1;gap:4px;min-width:0;display:grid}.push-toggle strong{color:var(--green);font-size:14px}.push-toggle span{color:#6a746d;font-size:12px;line-height:1.5}.push-toggle-error{color:#a64a3d;font-size:12px;font-style:normal}.push-toggle button{flex:none;min-height:42px}@media (width<=700px){.push-toggle{flex-direction:column;align-items:stretch;gap:12px}}.storefront{padding-bottom:60px}.storefront-shell{grid-template-columns:210px minmax(0,1fr);align-items:start;gap:28px;max-width:1520px;margin:0 auto;padding:20px 24px 0;display:grid}.storefront-side{top:calc(var(--header-h) + 2px);gap:8px;display:grid;position:sticky}.storefront-side-title{text-transform:uppercase;letter-spacing:.08em;color:#8b938b;margin:6px 0 2px;font-size:12px}.storefront-filters{gap:8px;display:grid}.storefront-filters>summary{display:none}.storefront-check{color:#55605a;cursor:pointer;align-items:center;gap:8px;font-size:13px;display:flex}.storefront-check input{width:16px;height:16px;accent-color:var(--green)}.storefront-head{justify-content:space-between;align-items:end;gap:16px;margin-bottom:14px;display:flex}.storefront-head>div{flex:1;min-width:0}.storefront-head h1{color:var(--green);letter-spacing:-.02em;margin:0 0 2px;font:400 clamp(24px,2.6vw,34px)/1.1 Georgia,serif}.storefront-head p{color:var(--green);margin:0;font-size:15px;font-weight:700}.storefront-head span{color:#7c857c;font-weight:400}.storefront-head select{border:1px solid var(--line);width:auto;font:inherit;background:#fff;border-radius:10px;flex:none;padding:7px 10px;font-size:13px}.storefront-grid{grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:14px;display:grid}.storefront-card{border:1px solid var(--line);background:#fff;border-radius:14px;flex-direction:column;gap:6px;padding:12px;display:flex;position:relative}.storefront-image{aspect-ratio:1;background:var(--cream);border-radius:10px;display:block;overflow:hidden}.storefront-image img{object-fit:cover;width:100%;height:100%}.storefront-name{color:var(--green);font-size:14px;font-weight:700;text-decoration:none}.storefront-latin{color:#8b938b;margin:0;font-size:12px}.storefront-buy{justify-content:space-between;align-items:center;gap:8px;margin-top:auto;padding-top:8px;display:flex}.storefront-buy strong{font-size:15px}.storefront-buy button{white-space:nowrap;border:1px solid var(--green);color:var(--green);font:inherit;cursor:pointer;background:0 0;border-radius:10px;flex:none;padding:8px 13px;font-size:13px;font-weight:700}.storefront-buy button:hover,.storefront-buy button.in-cart{background:var(--green);color:#fff}.storefront-fav{z-index:2;color:#c2c8c2;cursor:pointer;background:#ffffffe6;border:0;border-radius:50%;width:30px;height:30px;font-size:15px;position:absolute;top:16px;right:16px}.storefront-empty{text-align:center;color:#667067;padding:40px 20px}.storefront-empty strong{color:var(--green);margin-bottom:6px;font-size:17px;display:block}.storefront-empty p{max-width:420px;margin:0 auto;font-size:14px}.storefront-empty button{border:1px solid var(--green);color:var(--green);font:inherit;cursor:pointer;background:0 0;border-radius:10px;margin-top:14px;padding:10px 18px;font-weight:700}@media (width<=900px){.storefront-shell{grid-template-columns:1fr;gap:16px;padding:16px 16px 0}.storefront-side{grid-template-columns:1fr;position:static}.storefront-filters>summary{border:1px solid var(--line);min-height:44px;color:var(--green);cursor:pointer;background:#fff;border-radius:12px;align-items:center;gap:8px;padding:0 14px;font-size:14px;font-weight:700;list-style:none;display:flex}.storefront-filters>summary::-webkit-details-marker{display:none}.storefront-filters>summary:after{content:"⌄";margin-left:auto;font-size:16px}.storefront-filters[open]>summary:after{content:"⌃"}.storefront-filters>summary b{background:var(--green);color:#fff;border-radius:99px;place-items:center;min-width:20px;height:20px;font-size:11px;display:grid}.storefront-filters[open]{padding-bottom:4px}.storefront-side>.storefront-side-title{display:none}.storefront-tree{overscroll-behavior-inline:contain;grid-auto-columns:max-content;grid-auto-flow:column;gap:6px;max-height:none;margin-bottom:10px;overflow-x:auto}.storefront-tree :is(button,a){border:1px solid var(--line);white-space:nowrap;background:#fff;border-radius:99px;width:auto;padding:9px 13px}.storefront-tree .child{padding-left:13px}.storefront-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:10px}}.admin-collections{gap:10px;max-width:640px;display:grid}.admin-collection{border:1px solid var(--line);border-radius:12px;overflow:hidden}.admin-collection-head{width:100%;font:inherit;text-align:left;cursor:pointer;background:#fff;border:0;justify-content:space-between;align-items:center;gap:14px;padding:14px 16px;display:flex}.admin-collection-head b{font-size:15px;display:block}.admin-collection-head small{color:#687269;margin-top:2px;font-size:12px;display:block}.admin-collection-count{color:#687269;white-space:nowrap;font-size:13px}.admin-collection-body{gap:8px;padding:0 16px 14px;display:grid}.admin-collection-body>input{border:1px solid var(--line);font:inherit;border-radius:10px;padding:9px 12px}.admin-collection-list{gap:2px;max-height:260px;display:grid;overflow-y:auto}.admin-collection-list label{cursor:pointer;border-radius:8px;align-items:center;gap:10px;padding:7px 8px;font-size:13px;display:flex}.admin-collection-list label:hover{background:var(--cream)}.admin-collection-list input{width:16px;height:16px;accent-color:var(--green)}.admin-collection-list span{flex:1}.admin-collection-list small{color:#8b938b;font-size:12px}@media (width<=620px){.procurement-settings-grid,.procurement-costs{grid-template-columns:1fr}.procurement-order-dialog{width:calc(100vw - 16px);max-height:calc(100vh - 16px)}}.storefront-presets{flex-wrap:wrap;gap:8px;margin-bottom:16px;display:flex}.preset{border:1px solid var(--line);font:inherit;color:#4a544b;cursor:pointer;background:#fff;border-radius:99px;align-items:center;gap:8px;padding:7px 13px 7px 9px;font-size:13px;display:inline-flex}.preset:hover{border-color:var(--green);color:var(--green)}.preset.active{background:var(--green);border-color:var(--green);color:#fff}.storefront-tree{scrollbar-width:thin;gap:1px;max-height:58vh;margin-bottom:14px;display:grid;overflow-y:auto}.storefront-tree :is(button,a){width:100%;color:var(--green);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:9px;justify-content:space-between;align-items:center;gap:10px;padding:8px 10px;font-size:14px;text-decoration:none;display:flex}.storefront-tree :is(button,a)>span{align-items:center;gap:6px;min-width:0;display:flex}.storefront-tree :is(button,a) small{color:#9aa39a;flex:none;font-size:12px}.storefront-tree :is(button,a):hover{background:var(--cream)}.storefront-tree :is(button,a).active{background:var(--green);color:#fff}.storefront-tree :is(button,a).active small{color:#ffffffa6}.storefront-tree .child{color:#55605a;padding-left:26px;font-size:13px}.storefront-card{border-radius:14px}.storefront-image{background:var(--cream);border-radius:12px}.storefront-buy button{border-radius:9px}.admin-setting.switch{justify-content:space-between;align-items:center;gap:12px;display:flex}.admin-setting input[type=checkbox]{appearance:none;cursor:pointer;background:#d9ded6;border-radius:999px;flex:none;order:2;width:42px;height:24px;margin:0;transition:background .15s;position:relative}.admin-setting input[type=checkbox]:after{content:"";background:#fff;border-radius:50%;width:18px;height:18px;transition:transform .15s;position:absolute;top:3px;left:3px;box-shadow:0 1px 3px #00000040}.admin-setting input[type=checkbox]:checked{background:var(--green)}.admin-setting input[type=checkbox]:checked:after{transform:translate(18px)}.admin-setting input[type=checkbox]:focus-visible{outline:2px solid var(--green);outline-offset:2px}.storefront{--home-ink:#291d13;--home-green:#273f24;--home-orange:#e74827;max-width:100%;color:var(--home-ink);background:#f7efe4;overflow-x:hidden}.storefront>.announcement{display:none}.storefront>.header{max-width:1500px;height:76px;box-shadow:none;background:0 0;border:0;grid-template-columns:auto 1fr auto;gap:28px;margin:0 auto;padding:0 34px}.storefront>.header .brand-mark,.storefront>.header .brand-text small{display:none}.storefront>.header .brand{color:var(--home-ink);letter-spacing:-.04em;font:700 30px/1 Georgia,serif}.storefront>.header .desktop-nav{justify-self:start;gap:32px}.storefront>.header .desktop-nav a{color:var(--home-ink);font-size:13px}.storefront>.header .header-search{width:290px;box-shadow:none;background:#ffffff61;border-color:#d8c9b8}.storefront>.header .account-button,.storefront>.header .favorites-button,.storefront>.header .cart-button{color:var(--home-ink)}.home-hero{grid-template-columns:42% 58%;align-items:center;max-width:1435px;min-height:570px;margin:0 auto;padding:35px 45px 12px;display:grid}.home-hero-copy{z-index:2;padding-left:18px;position:relative}.home-hero h1{color:var(--home-ink);letter-spacing:-.055em;margin:0;font:700 clamp(54px,5.4vw,82px)/.92 Georgia,serif}.home-hero h1 em{color:var(--home-green);font-weight:400}.home-hero h1 i{color:var(--home-orange);font-style:normal}.home-hero-copy>p{color:#3a312b;margin:26px 0 0;font-size:16px;line-height:1.55}.home-hero-actions{align-items:center;gap:18px;margin-top:28px;display:flex}.home-hero-actions a{background:var(--home-orange);color:#fff;border-radius:9px;align-items:center;gap:28px;min-height:56px;padding:0 24px;font-weight:700;display:flex}.home-hero-actions a span{font-size:24px}.home-hero-actions button{min-height:48px;color:var(--home-ink);cursor:pointer;background:0 0;border:0;align-items:center;gap:11px;padding:0 14px;display:flex}.home-hero-actions button b{border:1px solid #cfbeaa;border-radius:50%;place-items:center;width:44px;height:44px;font-size:12px;display:grid}.home-team{color:#4e443c;align-items:center;gap:14px;margin-top:26px;font-size:12px;line-height:1.35;display:flex}.home-team b{color:var(--home-orange)}.home-hero-visual{border-radius:180px 18px 18px;min-height:510px;overflow:hidden}.home-hero-visual img{object-fit:cover;object-position:center;width:100%;height:100%;min-height:510px;display:block}.storefront-shell{grid-template-columns:235px minmax(0,1fr);gap:26px;max-width:1450px;padding:15px 34px 0}.storefront-side{background:#ffffff59;border:1px solid #e3d8ca;border-radius:13px;padding:14px 12px}.storefront-side-title{color:var(--home-ink);font-weight:700}.storefront-tree :is(button,a){color:var(--home-ink)}.storefront-tree :is(button,a).active{color:var(--home-ink);background:#e6e7b6}.storefront-main .storefront-presets{margin-bottom:12px}.storefront-head h2{color:var(--home-ink);letter-spacing:-.04em;margin:0 0 8px;font:400 clamp(34px,3vw,50px)/1 Georgia,serif;position:relative}.storefront-head h2:after{content:"";border-top:2px solid var(--home-orange);border-radius:50%;width:105px;height:8px;position:absolute;bottom:-8px;left:0;transform:rotate(-2deg)}.storefront-head p{color:#766a60;font-size:12px;font-weight:400}.storefront-head select,.preset{color:var(--home-ink);box-shadow:none;background:#ffffff6b;border-color:#ded1c2}.preset.active{background:var(--home-green);color:#fff}.storefront-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:13px}.storefront-card{background:#ffffff70;border:0;gap:5px;min-width:0;padding:10px;box-shadow:0 8px 28px #492d1b09}.storefront-card.preorder{background:#ffffff47}.storefront-image{aspect-ratio:1/.96;background:#efe6da}.storefront-name{color:var(--home-ink);font-size:13px;font-weight:500}.storefront-buy strong{color:var(--home-ink);font-size:16px}.storefront-fav{color:#766a60;background:0 0;font-size:20px}.storefront-fav.active{color:var(--home-orange)}.storefront-more{min-width:280px;min-height:42px;color:var(--home-ink);cursor:pointer;background:#eee5d9;border:0;border-radius:9px;justify-content:center;align-items:center;gap:18px;margin:18px auto 8px;padding:0 26px;display:flex}@media (width<=1100px){.storefront>.header{padding:0 22px}.home-hero{grid-template-columns:48% 52%;padding-inline:24px}.home-hero h1{font-size:58px}.storefront-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=850px){.storefront>.header{height:68px;padding:0 16px}.storefront>.header .brand{font-size:24px}.home-hero{grid-template-columns:1fr;min-height:0;padding:24px 16px 14px}.home-hero-copy{padding:0 4px 24px}.home-hero h1{font-size:clamp(46px,13vw,66px)}.home-hero-copy>p{margin-top:20px;font-size:14px}.home-hero-actions{flex-direction:column;align-items:stretch}.home-hero-actions a{justify-content:space-between;min-height:50px}.home-hero-actions button{justify-content:flex-start}.home-team{display:none}.home-hero-visual{border-radius:110px 14px 14px;min-height:410px}.home-hero-visual img{min-height:410px}.storefront-shell{padding:18px 16px 0}.storefront-side{background:0 0;border:0;padding:0}.storefront-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.storefront-head{align-items:flex-start}.storefront-head h2{font-size:40px}.storefront-head select{max-width:145px}}@media (width<=430px){.home-hero h1{font-size:49px}.home-hero-visual,.home-hero-visual img{min-height:360px}.storefront-card{padding:7px}.storefront-image{aspect-ratio:1/1.12}.storefront-name{font-size:12px}.storefront-buy strong{font-size:14px}.storefront-head{grid-template-columns:1fr auto;display:grid}.storefront-head h2{font-size:36px}}.storefront>.header .header-actions{gap:10px}.storefront>.header .account-button.icon-only,.storefront>.header .favorites-button,.storefront>.header .cart-button{width:42px;min-width:42px;height:42px;box-shadow:none;background:0 0;border:0;border-radius:50%;place-items:center;padding:0;display:grid;position:relative}.storefront>.header .account-button.icon-only:hover,.storefront>.header .favorites-button:hover,.storefront>.header .cart-button:hover{background:#291d130e}.storefront>.header .account-button.icon-only svg,.storefront>.header .favorites-button svg,.storefront>.header .cart-button svg{width:25px;height:25px;display:block}.storefront>.header .favorites-button>span,.storefront>.header .cart-button>span{place-items:center;font-size:0;display:grid}.storefront>.header .favorites-button b,.storefront>.header .cart-button b{background:var(--home-orange);color:#fff;border-radius:99px;place-items:center;min-width:18px;height:18px;padding:0 5px;font-size:10px;line-height:1;display:grid;position:absolute;top:0;right:-2px}.storefront>.header .favorites-button:has(b){color:var(--home-orange)}.storefront>.header .header-search{height:42px;padding-left:18px;padding-right:8px}.storefront>.header .header-search form:after{content:"⌕";width:31px;height:31px;color:var(--home-ink);border-radius:50%;flex:none;place-items:center;font-size:21px;display:grid}.storefront>.header .header-search form>span{display:none}.home-hero-visual{background:#f5ecdf;position:relative}.home-hero-visual img{object-position:center}.home-stamp{width:105px;height:105px;color:var(--home-green);text-align:center;background:#f7efe4b3;border:1px solid #273f24b3;border-radius:50%;place-items:center;padding:18px 8px;font:700 9px/1.4 Georgia,serif;display:grid;position:absolute;top:26px;right:25px;transform:rotate(8deg)}.home-note{color:var(--home-ink);align-items:center;gap:12px;padding:16px 20px;display:flex;position:absolute;transform:rotate(-3deg);box-shadow:0 12px 30px #331f121f}.home-note>b{font-size:13px;line-height:1.35}.home-note.delivery{background:#f3e8d7;bottom:15%;left:4%}.home-note.packing{background:var(--home-orange);color:#291d13;bottom:4%;right:3%;transform:rotate(1.5deg)}.home-note.packing i{margin-left:12px;font-size:24px;font-style:normal}.home-team img{object-fit:cover;object-position:center;border-radius:24px;width:112px;height:42px}.storefront-preset-carousel{max-width:1320px;margin:12px auto 34px;padding:0 46px;position:relative}.storefront-preset-carousel .storefront-presets{scroll-snap-type:x mandatory;scrollbar-width:none;grid-auto-columns:calc(31.6456% - 7.59494px);grid-auto-flow:column;gap:12px;margin:0;padding:0;transition:-webkit-mask-image .2s,mask-image .2s;display:grid;overflow-x:auto}.storefront-preset-carousel .storefront-presets.can-scroll-next{-webkit-mask-image:linear-gradient(90deg,#000 0 92%,#0000 100%);mask-image:linear-gradient(90deg,#000 0 92%,#0000 100%)}.storefront-preset-carousel .storefront-presets.can-scroll-previous{-webkit-mask-image:linear-gradient(90deg,#0000 0,#000 8% 100%);mask-image:linear-gradient(90deg,#0000 0,#000 8% 100%)}.storefront-preset-carousel .storefront-presets.can-scroll-previous.can-scroll-next{-webkit-mask-image:linear-gradient(90deg,#0000 0,#000 8% 92%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0,#000 8% 92%,#0000 100%)}.storefront-preset-carousel .storefront-presets::-webkit-scrollbar{display:none}.storefront-preset-carousel .preset{color:#fff;text-align:left;scroll-snap-align:start;min-height:184px;box-shadow:none;isolation:isolate;background-position:50%;background-size:cover;border:0;border-radius:14px;flex-direction:column;align-items:flex-start;gap:0;padding:20px;text-decoration:none;display:flex;position:relative;overflow:hidden}.catalog-landing-hero{color:var(--home-ink);background:#efe3d3;padding:56px max(24px,50vw - 680px)}.catalog-landing-hero nav{color:#786c60;gap:8px;margin-bottom:20px;font-size:12px;display:flex}.catalog-landing-hero nav a{color:inherit}.catalog-landing-hero h1{max-width:900px;margin:0;font:500 clamp(34px,5vw,64px)/1.02 Georgia,serif}.catalog-landing-hero p{color:#655b51;max-width:760px;margin:18px 0 0;font-size:15px;line-height:1.7}.storefront-preset-carousel .preset:before{content:none}.storefront-preset-carousel .preset.active{outline:3px solid var(--home-orange);outline-offset:-3px}.preset-number{text-shadow:0 1px 5px #00000061;font:400 25px/1 Georgia,serif}.preset-title{text-shadow:0 1px 5px #0000007a;margin-top:auto;font:700 21px/1.05 Georgia,serif}.preset-count{color:#fff;text-shadow:0 1px 4px #0000008c;margin-top:6px;font-size:10px}.preset-go{border:1px solid #ffffffb3;border-radius:50%;place-items:center;width:36px;height:36px;font-size:18px;transition:all .2s;display:grid;position:absolute;bottom:17px;right:17px}.preset:hover .preset-go,.preset:focus-visible .preset-go{background:var(--home-orange);border-color:var(--home-orange);transform:translate(3px)}.preset-arrow{z-index:3;width:40px;height:40px;color:var(--home-ink);cursor:pointer;background:#f7efe4;border:1px solid #ddcdbb;border-radius:50%;place-items:center;font-size:18px;display:grid;position:absolute;top:72px}.preset-arrow:hover{border-color:var(--home-orange);background:var(--home-orange);color:#fff}.preset-arrow:disabled{opacity:.28;cursor:default}.preset-arrow:disabled:hover{color:var(--home-ink);background:#f7efe4;border-color:#ddcdbb}.preset-arrow.previous{left:0}.preset-arrow.next{right:0}.storefront-side>.storefront-filters{display:none}.home-catalog-toolbar{scrollbar-width:none;align-items:center;gap:9px;margin:8px 0 16px;display:flex;overflow-x:auto}.home-catalog-toolbar::-webkit-scrollbar{display:none}.home-catalog-toolbar>button,.home-catalog-toolbar>label,.home-catalog-toolbar>select{min-height:42px;color:var(--home-ink);background:#ffffff73;border:1px solid #ded1c2;border-radius:9px;flex:none}.home-filter-button{font:inherit;cursor:pointer;align-items:center;gap:8px;padding:0 15px;display:flex}.home-filter-button b{background:var(--home-orange);color:#fff;border-radius:50%;place-items:center;min-width:19px;height:19px;font-size:10px;display:grid}.home-catalog-toolbar>label{align-items:center;gap:5px;padding:0 8px 0 13px;font-size:12px;display:flex}.home-catalog-toolbar>label select{width:auto;min-width:28px;height:38px;color:var(--home-ink);font:inherit;background:0 0;border:0;padding:0 18px 0 4px}.home-sort{width:auto;font:inherit;margin-left:auto;padding:0 30px 0 13px;font-size:12px}.storefront-side{top:calc(var(--header-h) + 14px)}@media (width<=850px){.storefront>.header .account-button.icon-only,.storefront>.header .favorites-button,.storefront>.header .cart-button{display:none}.home-stamp{width:80px;height:80px;font-size:7px;top:12px;right:12px}.home-note{padding:11px 13px}.home-note>b{font-size:10px}.home-note.delivery{bottom:17%;left:2%}.home-note.packing{bottom:3%;right:2%}.storefront-preset-carousel{margin:8px auto 24px;padding:0 16px}.storefront-preset-carousel .storefront-presets{grid-auto-columns:82vw}.preset-arrow{display:none}.storefront-side>.storefront-filters{display:grid}.home-catalog-toolbar>label{display:none}.home-sort{margin-left:0}.storefront-side:after{display:none}}@media (width>=851px){.storefront>.header{gap:38px;width:calc(100% - 36px);max-width:1780px;height:92px;padding:0 22px}.storefront>.header .brand{font:700 35px/1 Georgia,serif}.storefront>.header .desktop-nav{gap:34px}.storefront>.header .desktop-nav a{letter-spacing:-.015em;font-size:15px}.storefront>.header .header-search{width:clamp(320px,23vw,430px);height:48px}.storefront>.header .header-search input{font-size:14px}.storefront>.header .account-button.icon-only,.storefront>.header .favorites-button,.storefront>.header .cart-button{width:46px;min-width:46px;height:46px}.home-hero{grid-template-columns:40% 60%;width:calc(100% - 36px);max-width:1780px;min-height:620px;padding:32px 34px 18px}.home-hero h1{font-size:clamp(64px,5.5vw,96px)}.home-hero-copy>p{font-size:17px}.home-hero-visual,.home-hero-visual img{min-height:565px}.storefront-preset-carousel{width:calc(100% - 36px);max-width:1680px;margin:18px auto 42px;padding:0 52px}.storefront-preset-carousel .preset{min-height:220px}.preset-arrow{top:90px}.storefront-shell{grid-template-columns:240px minmax(0,1fr);gap:28px;width:calc(100% - 36px);max-width:1780px;padding:16px 26px 0}.storefront-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}}.storefront-side:after{content:none;display:none}.home-catalog-toolbar{width:100%;margin:10px 0 20px;overflow:visible}.home-catalog-toolbar>button,.home-catalog-toolbar>label,.home-catalog-toolbar>select{min-height:46px}.home-catalog-toolbar>label{padding-left:15px;font-size:13px}.home-catalog-toolbar>label select{height:42px;font-size:13px}.home-sort{min-width:170px;margin-left:auto}.storefront-buy button{color:#fff;background:var(--home-orange);border:0;border-radius:9px;place-items:center;width:44px;height:44px;display:grid;position:relative;overflow:visible}.storefront-buy button:after{content:none}.storefront-buy button svg{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;width:23px;height:23px}.storefront-buy button:hover{color:#fff;background:#c93b20;transform:translateY(-1px)}.storefront-buy button.in-cart{background:var(--home-green);color:#fff}.storefront-buy>button{place-items:center;display:grid}.storefront-buy>button svg{margin:auto;position:absolute;inset:0;transform:translate(-1px)}.storefront-price{white-space:nowrap;align-items:baseline;gap:8px;display:flex}.storefront-price em{color:var(--home-orange);letter-spacing:.01em;font-size:11px;font-style:normal;font-weight:700}.storefront-quantity{background:#fffaf3;border:1px solid #d8c9b7;border-radius:9px;align-items:center;height:38px;padding:3px;display:flex}.storefront-quantity button{width:30px;height:30px;color:var(--home-ink);background:0 0;border:0;border-radius:7px;place-items:center;padding:0;font-size:17px;font-weight:600;display:grid}.storefront-quantity button:hover{color:var(--home-ink);background:#eee7ba;transform:none}.storefront-quantity .quantity-value{color:var(--home-green);font-size:13px}@media (width<=1200px) and (width>=851px){.storefront>.header .desktop-nav{gap:20px}.storefront>.header .desktop-nav a{font-size:13px}.storefront>.header .header-search{width:300px}.home-catalog-toolbar{flex-wrap:wrap}.home-sort{margin-left:0}}@media (width<=850px){.storefront-preset-carousel .preset{min-height:205px}.home-catalog-toolbar{overflow-x:auto}.storefront-buy button{width:44px;height:44px}}.header-dropdown{position:relative}.header-dropdown summary{color:var(--home-ink);cursor:pointer;align-items:center;gap:6px;padding:10px 0;font-size:15px;list-style:none;display:flex}.header-dropdown summary::-webkit-details-marker{display:none}.header-dropdown summary span{color:var(--home-orange);font-size:12px;transition:transform .2s}.header-dropdown[open] summary span{transform:rotate(180deg)}.header-dropdown>div{z-index:80;background:#fbf5ec;border:1px solid #dfd0be;border-radius:14px;gap:2px;min-width:235px;max-height:430px;padding:9px;display:grid;position:absolute;top:44px;left:-14px;overflow-y:auto;box-shadow:0 20px 45px #35221429}.header-dropdown button,.header-dropdown>div a{min-height:41px;color:var(--home-ink);text-align:left;font:inherit;cursor:pointer;background:0 0;border:0;border-radius:9px;justify-content:space-between;align-items:center;gap:20px;padding:0 12px;font-size:13px;text-decoration:none;display:flex}.header-dropdown :is(button,a) span{color:var(--home-orange)}.header-dropdown button:hover,.header-dropdown>div a:hover{background:#eee7ba}.storefront>.header .desktop-nav{align-items:center}.storefront>.header .desktop-nav>a,.header-dropdown summary{border-radius:8px;align-items:center;min-height:42px;padding:0 8px;transition:background .18s,color .18s;display:flex}.storefront>.header .desktop-nav>a:hover,.header-dropdown summary:hover,.header-dropdown[open] summary{color:var(--home-orange);background:#291d130f}.header-submenu{position:relative}.header-submenu>summary{min-height:41px;color:var(--home-ink);cursor:pointer;border-radius:9px;justify-content:space-between;align-items:center;gap:18px;padding:0 12px;font-size:13px;display:flex}.header-submenu>summary span{color:var(--home-orange);font-size:18px;transform:none!important}.header-submenu[open]>summary span{transform:rotate(90deg)!important}.header-submenu>div{border-left:1px solid #dfd0be;gap:2px;padding:2px 0 4px 10px;display:grid}.header-submenu>summary:hover,.header-submenu[open]>summary{color:var(--home-ink);background:#eee7ba}.home-stamp{width:132px;height:132px;box-shadow:none;background:#f7efe4c2;border:0;border-radius:50%;outline:0;padding:0;top:22px;right:14px;transform:rotate(7deg)}.home-stamp svg{fill:none;width:100%;height:100%;stroke:var(--home-green);stroke-width:1.4px;overflow:visible}.home-stamp text{fill:var(--home-green);stroke:none;letter-spacing:1.35px;font:700 8.5px/1 Arial,sans-serif}.home-stamp .stamp-plant{stroke-width:1.6px;stroke-linecap:round;stroke-linejoin:round}.home-note{clip-path:polygon(0 5%,3% 0,6% 4%,9% 0,12% 4%,15% 0,18% 4%,21% 0,24% 4%,27% 0,30% 4%,33% 0,36% 4%,39% 0,42% 4%,45% 0,48% 4%,51% 0,54% 4%,57% 0,60% 4%,63% 0,66% 4%,69% 0,72% 4%,75% 0,78% 4%,81% 0,84% 4%,87% 0,90% 4%,93% 0,96% 4%,100% 1%,98% 50%,100% 99%,96% 96%,93% 100%,90% 96%,87% 100%,84% 96%,81% 100%,78% 96%,75% 100%,72% 96%,69% 100%,66% 96%,63% 100%,60% 96%,57% 100%,54% 96%,51% 100%,48% 96%,45% 100%,42% 96%,39% 100%,36% 96%,33% 100%,30% 96%,27% 100%,24% 96%,21% 100%,18% 96%,15% 100%,12% 96%,9% 100%,6% 96%,3% 100%,0 95%);border:0;gap:16px;min-width:250px;min-height:78px;padding:14px 22px;box-shadow:0 10px 24px #331f1221}.note-icon{fill:none;stroke:currentColor;stroke-width:1.5px;stroke-linecap:round;stroke-linejoin:round;flex:none;width:48px;height:58px}.home-note>b{font-size:14px;font-weight:500}.home-note.delivery{background:#efe1cc;bottom:13%;left:auto;right:5%;transform:rotate(-3deg)}.home-note.packing{background:#ed5937;min-width:355px;padding-inline:27px;bottom:4%;left:7%;right:auto;transform:rotate(1deg)}.home-catalog-toolbar{gap:12px}.home-filter-group{background:0 0;border:0;align-items:center;gap:10px;display:flex}.catalog-dropdown{flex:none;position:relative}.home-filter-group .catalog-dropdown{background:#ffffff6b;border:1px solid #dfd1c0;border-radius:11px}.catalog-dropdown summary{min-width:132px;min-height:46px;color:var(--home-ink);cursor:pointer;border-radius:10px;justify-content:space-between;align-items:center;gap:20px;padding:0 15px;font-size:13px;list-style:none;display:flex}.catalog-dropdown summary::-webkit-details-marker{display:none}.catalog-dropdown summary:hover,.catalog-dropdown[open] summary{background:#f2e8dc}.catalog-dropdown summary i{color:#8e7b6a;font-style:normal;transition:transform .2s}.catalog-dropdown[open] summary i{transform:rotate(180deg)}.catalog-dropdown>div{z-index:60;background:#fffaf3;border:1px solid #dfd1c0;border-radius:12px;gap:2px;min-width:220px;max-height:290px;padding:7px;display:grid;position:absolute;top:calc(100% + 7px);left:0;overflow-y:auto;box-shadow:0 18px 42px #34211326}.catalog-dropdown>div button{min-height:39px;color:var(--home-ink);text-align:left;font:inherit;cursor:pointer;background:0 0;border:0;border-radius:8px;justify-content:space-between;align-items:center;gap:16px;padding:0 11px;font-size:12px;display:flex}.catalog-dropdown>div button:hover{background:#f0e8ba}.catalog-dropdown>div button.active{color:#263d23;background:#e5e8b0;font-weight:700}.catalog-dropdown.home-sort{background:#ffffff6b;border:1px solid #dfd1c0;border-radius:11px;margin-left:auto}.catalog-dropdown.home-sort summary{min-width:175px;min-height:46px}.catalog-view-toggle{background:#ffffff6b;border:1px solid #dfd1c0;border-radius:11px;height:46px;padding:4px;display:flex}.catalog-view-toggle button{color:#7f7165;cursor:pointer;background:0 0;border:0;border-radius:7px;width:38px;font-size:19px}.catalog-view-toggle button.active{color:var(--home-green);background:#fffaf3;box-shadow:0 2px 7px #281c1214}.home-filter-button{border-radius:11px;justify-content:flex-start;min-width:143px;padding:0 15px;font-size:13px}.home-filter-button .filter-sliders{font-size:23px}.home-filter-button i{margin-left:auto;font-style:normal;transition:transform .2s}.home-filter-button.active i{transform:rotate(180deg)}.home-filter-button.active{background:#fffaf3;border-color:#cbbba8}.home-filter-panel{background:#fffaf3;border:1px solid #dfd1c0;border-radius:12px;align-items:center;gap:24px;margin:-9px 0 18px;padding:18px 20px;display:flex;box-shadow:0 14px 32px #34211314}.home-filter-panel strong{font:600 15px/1 Georgia,serif}.home-filter-panel .storefront-check{align-items:center;gap:8px;margin:0;display:flex}.home-filter-panel>button{color:var(--home-ink);cursor:pointer;background:#eee5d9;border:0;border-radius:8px;margin-left:auto;padding:9px 13px}.storefront-grid.list-view{grid-template-columns:1fr}.storefront-grid.list-view .storefront-card{grid-template-rows:auto auto 1fr auto;grid-template-columns:minmax(180px,1fr) auto;column-gap:24px;min-height:170px;padding:14px 16px 14px 190px;display:grid;position:relative}.storefront-grid.list-view .storefront-image{width:160px;height:142px;position:absolute;top:14px;left:14px}.storefront-grid.list-view .storefront-name{font-size:17px}.storefront-grid.list-view .storefront-buy{flex-direction:column;grid-area:1/2/span 4;align-self:center;align-items:flex-end;min-width:125px}.cart-button-label{display:none}.storefront-grid.list-view .storefront-card{background:#ffffff8f;border:1px solid #dbcdbdb8;border-radius:15px;min-height:188px;padding:20px 24px 20px 210px}.storefront-grid.list-view .storefront-image{border-radius:12px;width:170px;height:156px;top:16px;left:16px}.storefront-grid.list-view .storefront-name{margin-top:4px;font:600 21px/1.15 Georgia,serif}.storefront-grid.list-view .storefront-latin{margin-top:5px;font-size:13px}.storefront-grid.list-view .storefront-rating{font-size:13px}.storefront-grid.list-view .storefront-buy{gap:15px;min-width:180px}.storefront-grid.list-view .storefront-buy strong{font-size:21px}.storefront-grid.list-view .storefront-buy button{border-radius:9px;justify-content:center;align-items:center;gap:10px;width:auto;min-width:155px;height:46px;padding:0 18px;display:flex}.storefront-grid.list-view .storefront-buy button svg{width:18px}.storefront-grid.list-view .cart-button-label{color:#fff;font-size:12px;font-weight:700;display:inline}.storefront-grid.list-view .storefront-quantity{height:46px}.storefront-grid.list-view .storefront-quantity button{min-width:38px;height:38px;padding:0}.storefront-grid.list-view .storefront-price{text-align:right}@media (width<=1100px){.home-filter-group{max-width:100%;overflow-x:auto}.catalog-dropdown.home-sort{margin-left:0}}@media (width<=850px){.storefront-shell{width:100%;max-width:100%;padding:18px 16px 0;display:block}.storefront-side,.storefront-main{width:100%;min-width:0;position:static}.storefront-side{background:0 0;border:0;padding:0}.storefront-side>.storefront-filters{display:none}.storefront-tree{gap:7px;width:100%;max-height:none;margin:0 0 18px;padding-bottom:3px;display:flex;overflow:auto hidden}.storefront-tree>div{flex:none}.storefront-tree :is(button,a){white-space:nowrap;background:#ffffff73;border:1px solid #ded1c2;border-radius:11px;width:auto;min-height:44px;padding:9px 13px!important}.catalog-landing-hero{padding:34px 18px}.catalog-landing-hero h1{font-size:36px}.storefront-head{width:100%;margin-bottom:12px;display:block}.storefront-head h2{font-size:38px}.storefront-head p{margin-top:12px}.home-catalog-toolbar{flex-wrap:nowrap;gap:8px;width:100%;margin-bottom:14px;display:flex;overflow-x:auto}.home-filter-button{min-width:132px}.catalog-dropdown.home-sort summary{min-width:160px}.catalog-view-toggle{flex:none;margin-left:0}.storefront-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;width:100%}.storefront-card{min-width:0;overflow:hidden}.storefront-attribute-badges{display:none}.storefront-name{overflow-wrap:anywhere}.home-filter-group{display:none}.home-stamp{width:82px;height:82px;top:12px;right:12px}.home-stamp text{letter-spacing:1px;font-size:8px}.home-note{gap:8px;min-width:0;min-height:62px;padding:10px 13px}.note-icon{width:32px;height:40px}.home-note>b{font-size:10px}.home-note.delivery{bottom:17%;left:auto;right:2%}.home-note.packing{min-width:265px;bottom:2%;left:1%;right:auto}.storefront-grid.list-view .storefront-card{min-height:145px;padding-left:130px;display:block}.storefront-grid.list-view .storefront-image{width:105px;height:115px}.storefront-grid.list-view .storefront-buy{flex-direction:row;align-items:center;margin-top:14px}.home-filter-panel{flex-direction:column;align-items:flex-start;gap:12px;margin-top:-8px}.home-filter-panel>button{margin-left:0}.storefront-grid.list-view .storefront-buy button{min-width:130px}}.store-footer{color:#fff8ee;background:#17331d url(/assets/redesign/site-footer-v2.webp) 50%/cover no-repeat;border-radius:34px 34px 0 0;width:100%;margin-top:auto;padding:0 38px;display:block;position:relative;overflow:hidden}.store-footer:before{content:"";background:linear-gradient(90deg,#0c221124,#0a1b0e24 54%,#09180d05);position:absolute;inset:0}.store-footer-grid,.store-footer-bottom{z-index:1;width:min(1600px,100%);margin:0 auto;position:relative}.store-footer-grid{grid-template-columns:minmax(420px,620px) 1fr;align-items:center;min-height:430px;padding:52px 0 42px;display:grid}.store-footer-connect{justify-items:start;max-width:570px;display:grid}.store-footer-eyebrow{color:#dce297;letter-spacing:.16em;text-transform:uppercase;margin:0 0 11px;font-size:11px;font-weight:800}.store-footer-connect h2{color:#fff9ef;letter-spacing:-.045em;margin:0;font:400 clamp(39px,4vw,62px)/.98 Georgia,serif}.store-footer-intro{color:#fff9efcc;max-width:480px;margin:20px 0 25px;font-size:15px;line-height:1.55}.store-footer-contact-actions{grid-template-columns:minmax(260px,1.35fr) minmax(220px,1fr);align-items:stretch;gap:12px;width:100%;display:grid}.store-footer-chat,.store-footer-phone{border-radius:14px;min-width:0;min-height:82px;padding:15px 18px;line-height:1.15;transition:transform .2s,box-shadow .2s}.store-footer-chat{color:#fff;background:#e74827;align-items:center;gap:13px;display:flex;box-shadow:0 14px 28px #05140940}.store-footer-chat i{border:1px solid #ffffff6b;border-radius:50%;place-items:center;width:36px;height:36px;display:grid}.store-footer-chat i svg{fill:none;stroke:currentColor;stroke-width:1.6px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px}.store-footer-chat span,.store-footer-phone{font-size:15px;font-weight:800}.store-footer-chat span{flex-direction:column;justify-content:center;gap:5px;min-width:0;display:flex}.store-footer-chat small,.store-footer-phone small{color:#ffffffb8;border:0;margin:0 0 5px;padding:0;font-size:10px;font-weight:500;line-height:1.2;display:block}.store-footer-chat>b{flex:none;margin-left:auto;font-size:21px}.store-footer-phone{color:#fff;white-space:nowrap;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff14;border:1px solid #ffffff4d;flex-direction:column;justify-content:center;display:flex}.store-footer-chat:hover,.store-footer-phone:hover{color:#fff;transform:translateY(-3px);box-shadow:0 18px 34px #05140947}.store-footer-social-block{align-items:center;gap:10px;display:flex}.store-footer-social-block>span{color:#ffffffad;white-space:nowrap}.store-footer-socials{gap:6px;display:flex}.store-footer-socials a{color:#fff;border:0;border-radius:9px;place-items:center;width:32px;height:32px;transition:transform .2s,filter .2s;display:grid;box-shadow:0 6px 14px #05140929}.store-footer-socials a:hover{color:#fff;filter:brightness(1.12);transform:translateY(-2px)rotate(-2deg)}.store-footer-socials svg{fill:currentColor;width:17px;height:17px}.store-footer-socials .vk{background:#2787f5}.store-footer-socials .telegram{background:#2aabee}.store-footer-socials .instagram{background:linear-gradient(135deg,#7c3ac7,#e83e75 57%,#f2a13a)}.store-footer-socials .max-social{background:#7865ff}.store-footer-socials .max-social b{letter-spacing:-.4px;font:800 8px/1 Arial,sans-serif}.store-footer-bottom{color:#ffffffad;border-top:1px solid #ffffff2b;justify-content:space-between;align-items:center;gap:20px 40px;min-height:70px;font-size:11px;display:flex}.store-footer-legal,.store-footer-address{flex-wrap:wrap;align-items:center;gap:10px 22px;display:flex}.store-footer-address{text-align:right;justify-content:flex-end;margin:0 0 0 auto;font-style:normal}.store-footer-bottom a{color:inherit}.store-footer-bottom a:hover{color:#fff}@media (width<=900px){.store-footer{background-position:65%}.store-footer-grid{grid-template-columns:minmax(360px,540px) 1fr}.store-footer:before{background:linear-gradient(90deg,#0c2211b3,#0a1b0e52 70%,#09180d14)}}@media (width<=700px){.store-footer{background-position:72%;border-radius:24px 24px 0 0;padding:0 20px}.store-footer:before{background:#0b1f10c2}.store-footer-grid{min-height:560px;padding:39px 0 32px;display:block}.store-footer-connect{max-width:none}.store-footer-connect h2{font-size:42px}.store-footer-intro{max-width:340px}.store-footer-contact-actions{grid-template-columns:1fr}.store-footer-chat,.store-footer-phone{width:100%;min-height:76px}.store-footer-bottom{padding:20px 0 calc(20px + env(safe-area-inset-bottom));flex-direction:column;align-items:flex-start;gap:16px}.store-footer-legal,.store-footer-address{gap:10px 16px}.store-footer-social-block{order:2;justify-content:space-between;width:100%}.store-footer-address{text-align:left;margin:0}}.cart-page,.checkout-page{--co-ink:#2b2118;--co-green:#294326;--co-orange:#dc4324;--co-line:#dfd2c2;min-height:100vh;color:var(--co-ink);background:#f8f0e5;overflow-x:hidden}.line-icon{width:24px;height:24px;display:block}.cart-page>.header{width:calc(100% - 48px);max-width:1760px;height:92px;box-shadow:none;background:0 0;border:0;gap:38px;margin:0 auto;padding:0 20px}.cart-page>.header .brand-mark,.cart-page>.header .brand-text small{display:none}.cart-page>.header .brand{color:var(--co-ink);letter-spacing:-.04em;font:700 35px/1 Georgia,serif}.cart-page>.header .desktop-nav{gap:28px}.cart-page>.header .desktop-nav>a,.cart-page>.header .desktop-nav button{color:#382d24;font-size:14px}.cart-page>.header .header-search{width:clamp(320px,24vw,440px);height:48px;box-shadow:none;background:#fff6;border-color:#d8c9b8}.cart-page>.header .header-actions{gap:10px}.drawer:not(.cart-page-panel){width:min(600px,100%);color:var(--co-ink);background:#faf3e8;padding:34px;box-shadow:-30px 0 80px #2b211833}.drawer:not(.cart-page-panel) .drawer-head{border-color:var(--co-line);padding-bottom:20px}.drawer:not(.cart-page-panel) .drawer-head h2{color:var(--co-green);font:500 43px/1 Georgia,serif}.drawer:not(.cart-page-panel) .eyebrow{color:#8b7868;letter-spacing:.16em;text-transform:uppercase;font-size:11px}.drawer-head>button{color:var(--co-green);place-items:center;display:grid}.drawer:not(.cart-page-panel) .cart-content{flex-direction:column;flex:1;min-height:0;display:flex}.drawer:not(.cart-page-panel) .cart-table{flex:1;min-height:0;display:flex}.drawer:not(.cart-page-panel) .cart-lines{width:100%;padding-right:4px}.drawer:not(.cart-page-panel) .cart-line{border-color:var(--co-line);grid-template-columns:96px minmax(0,1fr) auto;align-items:center;gap:15px;padding:18px 0}.drawer:not(.cart-page-panel) .cart-line img{object-fit:contain;background:#f3e9da;border-radius:14px;width:96px;height:108px}.drawer:not(.cart-page-panel) .cart-line-copy h3{color:#35291f;margin:0 0 6px;font:500 19px/1.25 Georgia,serif}.drawer:not(.cart-page-panel) .cart-line-copy small{color:#807266;font-size:11px;display:block}.drawer:not(.cart-page-panel) .cart-unit-price,.drawer:not(.cart-page-panel) .cart-line-total{display:none}.drawer:not(.cart-page-panel) .cart-line-mobile-price{color:var(--co-green);margin:10px 0;font-weight:700}.drawer:not(.cart-page-panel) .quantity{border:1px solid var(--co-line);background:#fffaf4;border-radius:10px;width:max-content}.drawer:not(.cart-page-panel) .quantity button{background:0 0;width:34px;height:32px}.drawer:not(.cart-page-panel) .quantity span{text-align:center;min-width:30px;font-weight:700}.drawer:not(.cart-page-panel) .remove{color:#75695e;background:0 0;border:0;align-self:start;place-items:center;width:38px;height:38px;display:grid}.drawer:not(.cart-page-panel) .cart-summary{border-top:1px solid var(--co-line);padding-top:20px}.drawer:not(.cart-page-panel) .cart-summary h3,.drawer:not(.cart-page-panel) .cart-summary-art,.drawer:not(.cart-page-panel) .cart-bonus{display:none}.drawer:not(.cart-page-panel) .cart-summary dl{gap:8px;margin:0;display:grid}.drawer:not(.cart-page-panel) .cart-summary dl div,.drawer:not(.cart-page-panel) .cart-summary-total{justify-content:space-between;display:flex}.drawer:not(.cart-page-panel) .cart-summary-total{border-top:1px solid var(--co-line);margin:14px 0 18px;padding-top:14px;font:500 21px Georgia,serif}.drawer:not(.cart-page-panel) .primary-button{background:var(--co-orange);border-radius:10px;width:100%;min-height:58px;font-size:16px}.drawer.cart-page-panel{border:1px solid var(--co-line);width:min(1600px,100% - 64px);min-height:650px;box-shadow:none;background:#fffaf3a8;border-radius:24px;margin:28px auto 70px;padding:30px;display:block;position:static;transform:none}.cart-page-panel .drawer-head{border:0;padding:0 0 24px}.cart-page-panel .drawer-head .eyebrow,.cart-page-panel .drawer-head>button{display:none}.cart-page-panel .drawer-head h2{color:var(--co-ink);margin:0;font:500 52px/1 Georgia,serif}.cart-page-panel .drawer-head h2:after{content:"";border-top:2px solid var(--co-green);border-radius:50%;width:154px;height:7px;margin-top:8px;display:block;transform:rotate(-1deg)}.cart-page-panel .cart-content{grid-template-columns:minmax(0,1.75fr) minmax(350px,.68fr);gap:24px;display:grid}.cart-table{min-width:0}.cart-table-head{color:#7b6e62;background:#f1e7d9;border-radius:12px;grid-template-columns:minmax(290px,1fr) 150px 170px 150px 44px;align-items:center;gap:14px;height:44px;padding:0 14px;font-size:12px;display:grid}.cart-page-panel .cart-lines{overflow:visible}.cart-page-panel .cart-line{border-bottom:1px solid #e7dbcd;grid-template-columns:130px minmax(150px,1fr) 150px 170px 150px 44px;align-items:center;gap:14px;min-height:142px;padding:14px;display:grid}.cart-page-panel .cart-line img{object-fit:contain;background:#f3e9da;border-radius:14px;width:130px;height:108px}.cart-line-copy h3{margin:0 0 7px;font:500 18px/1.25 Arial,sans-serif}.cart-line-copy small{color:#84766b;font-size:11px}.cart-line-mobile-price{display:none}.cart-page-panel .cart-unit-price,.cart-page-panel .cart-line-total{font-size:16px}.cart-page-panel .quantity{border:1px solid var(--co-line);background:#fffaf4;border-radius:10px;grid-template-columns:38px 40px 38px;width:116px;display:grid}.cart-page-panel .quantity button{background:0 0;border:0;height:40px;font-size:18px}.cart-page-panel .quantity span{place-items:center;font-weight:700;display:grid}.cart-page-panel .remove{color:#75695e;background:0 0;border:0;place-items:center;width:40px;height:40px;display:grid}.cart-page-panel .cart-summary,.checkout-order-summary{border:1px solid var(--co-line);background:#fffaf3c7;border-radius:20px;min-height:510px;padding:32px 28px 20px;position:relative;overflow:hidden}.cart-page-panel .cart-summary h3,.checkout-order-summary h3{color:var(--co-green);margin:0 0 22px;font:500 28px Georgia,serif}.cart-summary dl,.checkout-order-summary dl{gap:14px;margin:0;display:grid}.cart-summary dl div,.checkout-order-summary dl div{justify-content:space-between;gap:18px;display:flex}.cart-summary dt{color:#6f6257}.cart-summary dd,.checkout-order-summary dd{text-align:right;margin:0;font-weight:700}.cart-summary-total,.checkout-order-summary>div{border-top:1px solid var(--co-line);justify-content:space-between;margin-top:22px;padding-top:20px;font-size:18px;display:flex}.cart-summary-total strong,.checkout-order-summary>div strong{font:600 29px Georgia,serif}.cart-bonus{color:#74675b;margin-top:16px;font-size:12px}.cart-page-panel .cart-summary .primary-button{z-index:2;background:var(--co-orange);border-radius:10px;width:100%;min-height:60px;margin-top:28px;font-size:16px;position:relative}.cart-summary-art,.checkout-order-summary img{object-fit:contain;object-position:right bottom;pointer-events:none;width:110%;height:230px;position:absolute;bottom:-20px;right:-28%}.empty-cart{text-align:center;align-content:center;place-items:center;min-height:400px;display:grid}.checkout.checkout-page-panel{border:1px solid var(--co-line);width:min(1600px,100% - 64px);min-height:680px;box-shadow:none;background:#fffaf3a8;border-radius:24px;margin:28px auto 70px;padding:30px;position:static;overflow:visible;transform:none}.checkout-page-panel>.drawer-head{border:0;align-items:center;padding:0 0 22px}.checkout-page-panel .drawer-head .eyebrow{color:#837568;letter-spacing:.1em;text-transform:uppercase;font-size:11px}.checkout-page-panel .drawer-head h2{color:var(--co-ink);margin:3px 0 0;font:500 47px/1 Georgia,serif}.checkout-page-panel .drawer-head>a{border:1px solid var(--co-line);width:46px;height:46px;color:var(--co-green);border-radius:50%;place-items:center;font-size:22px;text-decoration:none;display:grid}.checkout-layout{grid-template-columns:minmax(0,1.8fr) minmax(350px,.62fr);gap:24px;display:grid}.checkout-page-panel form{border:1px solid var(--co-line);background:#fffaf3ad;border-radius:20px;min-width:0;padding:24px}.checkout-steps{grid-template-columns:repeat(4,1fr);margin:0 0 32px;display:grid}.checkout-steps span{color:#a0958b;align-items:center;gap:9px;min-width:0;display:flex;position:relative}.checkout-steps span:after{content:"";background:var(--co-line);height:1px;position:absolute;top:16px;left:44px;right:8px}.checkout-steps span:last-child:after{display:none}.checkout-steps b{z-index:1;border:1px solid var(--co-line);background:#fbf5eb;border-radius:50%;flex:none;place-items:center;width:32px;height:32px;font-size:11px;display:grid;position:relative}.checkout-steps small{z-index:1;white-space:nowrap;background:#fbf5eb;padding-right:8px;font-size:11px;font-weight:700;position:relative}.checkout-steps .active,.checkout-steps .complete{color:var(--co-green)}.checkout-steps .active b,.checkout-steps .complete b{border-color:var(--co-green);background:var(--co-green);color:#fff}.checkout-page-panel [hidden]{display:none!important}.checkout-page-panel fieldset,.checkout-page-panel [data-checkout-step="3"]{border:1px solid var(--co-line);background:#ffffff59;border-radius:17px;min-height:390px;margin:0;padding:26px}.checkout-page-panel [data-checkout-step="3"]>fieldset{min-height:0;margin-bottom:16px}.checkout-page-panel legend{color:var(--co-green);padding:0 8px;font:500 29px Georgia,serif}.checkout-page-panel label{color:#50463d;font-size:13px}.checkout-page-panel input,.checkout-page-panel textarea,.checkout-page-panel select{border-color:var(--co-line);background:#ffffffbf;border-radius:10px;min-height:52px;font-size:15px}.checkout-page-panel .delivery-options{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.checkout-page-panel .delivery-options label{border-color:var(--co-line);background:#ffffff9e;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:12px;min-height:112px;padding:16px}.checkout-page-panel .delivery-options label>input{opacity:0;position:absolute}.checkout-page-panel .delivery-options label.selected,.checkout-page-panel .delivery-options label.active{border-color:var(--co-orange);box-shadow:inset 0 0 0 1px var(--co-orange)}.option-icon{width:44px;height:44px;color:var(--co-green);background:#efe5d6;border-radius:13px;place-items:center;display:grid}.checkout-page-panel .delivery-options small{font-size:11px}.checkout-navigation{justify-content:space-between;align-items:center;gap:18px;margin-top:26px;display:flex}.checkout-navigation>a,.checkout-navigation>button:not(.primary-button){color:#71665b;font:inherit;background:0 0;border:0;padding:12px 4px}.checkout-navigation .primary-button{background:var(--co-orange);border-radius:10px;min-width:250px;min-height:56px;font-size:15px}.checkout-page-panel .success{color:#263d25;background:#b8bb78;border-radius:22px;grid-template-columns:minmax(320px,.8fr) minmax(320px,1.2fr);align-items:center;min-height:560px;margin-top:10px;padding:58px 54px;display:grid;overflow:hidden}.success-copy>span{color:var(--co-orange);font-size:46px}.checkout-page-panel .success h2{margin:6px 0 12px;font:500 52px Georgia,serif}.checkout-page-panel .success p{max-width:470px;font-size:16px;line-height:1.6}.success-number{background:#fffae885;border-radius:12px;width:min(330px,100%);margin:26px 0;padding:20px}.success-number small{display:block}.success-number strong{font:600 27px Georgia,serif}.checkout-page-panel .success .primary-button{color:#263d25;background:#e6e39a;align-items:center;width:max-content;min-height:52px;padding:0 24px;text-decoration:none;display:inline-flex}.checkout-page-panel .success>img{object-fit:contain;width:100%;height:520px}@media (width<=1100px){.cart-table-head{display:none}.cart-page-panel .cart-content,.checkout-layout{grid-template-columns:1fr}.cart-page-panel .cart-line{grid-template-columns:100px minmax(0,1fr) 120px 44px}.cart-page-panel .cart-line img{width:100px;height:100px}.cart-page-panel .cart-unit-price,.cart-page-panel .cart-line-total{display:none}.cart-page-panel .cart-line-mobile-price{margin-top:10px;font-weight:700;display:block}.cart-page-panel .cart-summary,.checkout-order-summary{min-height:360px}.cart-summary-art,.checkout-order-summary img{width:70%;height:210px;right:-12%}}@media (width<=900px){.cart-page>.header{width:100%;height:72px;padding:0 16px}.cart-page>.header .brand{font-size:24px}.drawer.cart-page-panel,.checkout.checkout-page-panel{border-radius:17px;width:calc(100% - 24px);margin:14px 12px 34px;padding:17px}.cart-page-panel .drawer-head h2,.checkout-page-panel .drawer-head h2{font-size:37px}.cart-page-panel .cart-line{grid-template-columns:82px minmax(0,1fr) 36px;gap:12px;padding:14px 0}.cart-page-panel .cart-line img{width:82px;height:92px}.cart-page-panel .remove{grid-area:1/3}.cart-page-panel .cart-summary,.checkout-order-summary{min-height:330px;padding:24px 20px}.checkout-page-panel form{padding:16px}.checkout-steps{margin-bottom:22px;overflow-x:auto}.checkout-steps span{min-width:130px}.checkout-page-panel fieldset,.checkout-page-panel [data-checkout-step="3"]{min-height:0;padding:20px 15px}.checkout-page-panel .field-grid,.checkout-page-panel .delivery-options{grid-template-columns:1fr}.checkout-navigation{flex-direction:column-reverse;align-items:stretch}.checkout-navigation>*{text-align:center;width:100%}.checkout-navigation .primary-button{min-width:0}.checkout-page-panel .success{min-height:620px;padding:34px 24px;display:block}.checkout-page-panel .success h2{font-size:40px}.checkout-page-panel .success>img{height:330px}.cart-summary-art,.checkout-order-summary img{width:85%;right:-18%}}@media (width<=560px){.drawer:not(.cart-page-panel){padding:24px 18px calc(24px + env(safe-area-inset-bottom))}.drawer:not(.cart-page-panel) .drawer-head h2{font-size:36px}.drawer:not(.cart-page-panel) .cart-line{grid-template-columns:82px minmax(0,1fr) 36px;gap:11px}.drawer:not(.cart-page-panel) .cart-line img{width:82px;height:92px}.drawer:not(.cart-page-panel) .remove{grid-area:1/3}.cart-summary-art,.checkout-order-summary img{height:160px}}.cart-page-panel .cart-table{border:1px solid var(--co-line);border-radius:18px;grid-template-rows:auto 1fr auto;display:grid;overflow:hidden}.cart-page-panel .cart-table-head{border-radius:0}.cart-page-panel .cart-lines{padding:0 18px}.cart-stock{color:#54602f;background:#e1e5bd;border-radius:999px;width:max-content;margin-top:8px;padding:4px 8px;font-size:10px;font-weight:700;display:block}.cart-page-actions{border-top:1px solid var(--co-line);background:#ffffff3d;justify-content:space-between;align-items:center;gap:20px;min-height:96px;padding:18px 22px;display:flex}.cart-page-actions>a{border:1px solid var(--co-line);min-height:48px;color:var(--co-ink);border-radius:10px;align-items:center;padding:0 18px;text-decoration:none;display:inline-flex}.cart-page-actions .primary-button{background:var(--co-orange);border-radius:10px;min-width:280px;min-height:56px;font-size:16px}.cart-page-actions .primary-button span{margin-left:22px}.cart-page-panel .cart-summary{align-self:start;height:510px}.cart-page>.header .favorites-button,.cart-page>.header .account-button.icon-only,.cart-page>.header .cart-button{background:0 0;border:0;place-items:center;width:46px;min-width:46px;height:46px;padding:0;display:grid}.cart-page>.header .favorites-button svg,.cart-page>.header .account-button svg,.cart-page>.header .cart-button svg{width:25px;height:25px}.cart-page>.header .favorites-button>span,.cart-page>.header .cart-button>span{place-items:center;font-size:0;display:grid}@media (width<=1450px) and (width>=901px){.cart-page>.header,.cart-page>.header .desktop-nav{gap:18px}.cart-page>.header .header-search{width:250px}.cart-page>.header .header-actions{gap:2px}}@media (width<=900px){.cart-page-actions{flex-direction:column;align-items:stretch;padding:14px}.cart-page-actions>a,.cart-page-actions .primary-button{justify-content:center;width:100%;min-width:0}.cart-page-panel .cart-lines{padding:0 12px}}.cart-page>.header{gap:28px;max-width:1500px;height:76px;padding:0 34px}.cart-page>.header .brand{font-size:30px}.cart-page>.header .desktop-nav{align-items:center;gap:32px}.cart-page>.header .desktop-nav>a,.cart-page>.header .header-dropdown>summary{min-height:42px;color:var(--co-ink);border-radius:8px;align-items:center;padding:0 8px;font-size:13px;display:flex}.cart-page>.header .header-search{width:290px;height:44px}.cart-page-panel .cart-content{grid-template-columns:minmax(0,1.75fr) minmax(470px,.82fr)}.cart-page-panel .cart-summary{background-color:#faf3e8;background-image:url(/assets/redesign/checkout-summary-art-alpha.webp);background-position:calc(100% + 65px) calc(100% + 28px);background-repeat:no-repeat;background-size:auto 86%;align-self:start;height:510px;padding:42px 28px}.cart-page-panel .cart-summary dl,.cart-page-panel .cart-summary-total{z-index:2;width:48%;position:relative}.cart-page-panel .cart-summary-art{display:none}@media (width<=1100px){.cart-page-panel .cart-content{grid-template-columns:1fr}.cart-page-panel .cart-summary{background-position:calc(100% + 35px) calc(100% + 20px);background-size:auto 88%}.cart-page-panel .cart-summary dl,.cart-page-panel .cart-summary-total{width:52%}}@media (width<=1500px) and (width>=1101px){.cart-page-panel .cart-content{grid-template-columns:minmax(0,1.55fr) minmax(390px,.78fr)}.cart-table-head{grid-template-columns:minmax(230px,1fr) 105px 125px 105px 40px;gap:9px}.cart-page-panel .cart-line{grid-template-columns:105px minmax(120px,1fr) 105px 125px 105px 40px;gap:9px}.cart-page-panel .cart-line img{width:105px;height:100px}.cart-page-actions{z-index:3;width:100%;min-width:0;position:relative}.cart-page-actions .primary-button{min-width:230px}}@media (width<=620px){.cart-page-panel .cart-summary{background-position:calc(100% + 34px) calc(100% + 22px);background-size:auto 68%;height:440px;padding:28px 20px}.cart-page-panel .cart-summary dl,.cart-page-panel .cart-summary-total{width:100%}}.cart-page-actions{box-sizing:border-box;z-index:3;width:100%;min-width:0;position:relative}.cart-page-actions>a{white-space:nowrap;flex:0 auto;min-width:0}.cart-page-actions .primary-button{white-space:nowrap;flex:0 250px;width:clamp(190px,32%,250px);min-width:0;max-width:100%;padding:0 15px;overflow:hidden}.cart-page-panel .cart-summary .cart-summary-checkout{z-index:2;white-space:nowrap;justify-content:center;gap:10px;width:48%;min-width:0;min-height:54px;margin-top:28px;padding:0 14px;font-size:14px;display:flex;position:relative}@media (width<=700px){.cart-page-actions{flex-direction:column;align-items:stretch}.cart-page-actions>a,.cart-page-actions .primary-button{flex:none;justify-content:center;width:100%;max-width:none}.cart-page-panel .cart-summary .cart-summary-checkout{width:100%;margin-top:22px}}.checkout-page-panel>.drawer-head .eyebrow,.checkout-page-panel>.drawer-head>a{display:none}.checkout-page-panel>.drawer-head h2:after{content:"";border-top:2px solid var(--co-green);border-radius:50%;width:285px;height:8px;margin-top:8px;display:block;transform:rotate(-1deg)}.checkout-page-panel .checkout-layout{grid-template-columns:minmax(0,1.75fr) minmax(470px,.82fr)}.checkout-page-panel form{background:#fffaf38a;padding:0;overflow:hidden}.checkout-page-panel .checkout-steps{border-bottom:1px solid var(--co-line);margin:0;padding:30px 34px}.checkout-page-panel [data-checkout-step="1"]{background:0 0;border:0;border-radius:0;min-height:430px;padding:34px}.checkout-page-panel [data-checkout-step="1"] legend{color:var(--co-ink);padding:0;font:600 24px/1.2 Arial,sans-serif}.checkout-contact-fields{gap:20px;max-width:720px;margin-top:20px;display:grid}.checkout-contact-fields label{gap:8px;display:grid}.checkout-contact-row{grid-template-columns:1fr 1fr;gap:18px;display:grid}.checkout-care-optin{align-items:center;gap:12px;margin-top:28px;font-size:13px!important;display:flex!important}.checkout-care-optin input{accent-color:var(--co-orange);margin:0;width:24px!important;min-width:24px!important;height:24px!important;min-height:24px!important}.checkout-page-panel [data-checkout-step="1"] .checkout-navigation{border-top:1px solid var(--co-line);background:#ffffff2e;margin:38px -34px -34px;padding:22px 34px}.checkout-page-panel [data-checkout-step="1"] .checkout-navigation>a{min-width:190px;min-height:54px;color:var(--co-ink);background:#f2e7d7;border-radius:10px;align-items:center;padding:0 24px;text-decoration:none;display:inline-flex}.checkout-page-panel [data-checkout-step="1"] .checkout-navigation .primary-button{justify-content:center;align-items:center;gap:32px;min-width:330px;display:flex}.checkout-order-summary{background-color:#faf3e8;background-image:url(/assets/redesign/checkout-summary-art-alpha.webp);background-position:calc(100% + 65px) calc(100% + 28px);background-repeat:no-repeat;background-size:auto 86%;align-self:start;height:510px;padding:42px 28px}.checkout-order-summary h3{display:none}.checkout-order-summary dl,.checkout-order-summary>div{z-index:2;width:48%;position:relative}.checkout-order-summary img{display:none}@media (width<=1100px){.checkout-page-panel .checkout-layout{grid-template-columns:1fr}.checkout-order-summary{background-position:calc(100% + 35px) calc(100% + 20px);background-size:auto 88%;min-height:410px}.checkout-order-summary dl,.checkout-order-summary>div{width:52%}}@media (width<=700px){.checkout-page-panel .checkout-steps{padding:22px 18px}.checkout-page-panel [data-checkout-step="1"]{padding:24px 18px}.checkout-contact-row{grid-template-columns:1fr}.checkout-page-panel [data-checkout-step="1"] .checkout-navigation{margin:30px -18px -24px;padding:18px}.checkout-page-panel [data-checkout-step="1"] .checkout-navigation>a,.checkout-page-panel [data-checkout-step="1"] .checkout-navigation .primary-button{justify-content:center;width:100%;min-width:0}.checkout-order-summary{background-position:calc(100% + 34px) calc(100% + 22px);background-size:auto 68%;height:430px;padding:28px 20px}.checkout-order-summary dl,.checkout-order-summary>div{width:100%}}.checkout-page-panel [data-checkout-step="2"],.checkout-page-panel [data-checkout-step="3"]{background:0 0;border:0;border-radius:0;min-height:520px;padding:34px}.checkout-page-panel [data-checkout-step="2"] legend,.checkout-page-panel [data-checkout-step="3"] legend{color:var(--co-ink);padding:0;font:600 24px/1.2 Arial,sans-serif}.checkout-page-panel [data-checkout-step="2"]>.delivery-options{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:22px;display:grid}.checkout-page-panel [data-checkout-step="2"]>.delivery-options label{border:1px solid var(--co-line);cursor:pointer;background:#ffffff6b;border-radius:12px;grid-template-columns:64px minmax(0,1fr);gap:16px;min-height:120px;padding:18px 20px;display:grid;position:relative}.checkout-page-panel [data-checkout-step="2"]>.delivery-options label.selected{border-color:#e45638;box-shadow:inset 0 0 0 1px #e45638}.checkout-page-panel [data-checkout-step="2"]>.delivery-options label>strong{display:none}.checkout-page-panel .delivery-options .option-icon{background:0 0;border-radius:0;width:64px;height:64px}.checkout-page-panel .delivery-options span{align-content:center;gap:7px;min-width:0;display:grid}.checkout-page-panel .delivery-options span b{color:#30271f;font-size:16px;line-height:1.25}.checkout-page-panel .delivery-options span small{color:#776a5f;font-size:13px;line-height:1.35;display:block}.checkout-option-icon{width:64px;height:64px;display:block}.checkout-brand-icon{place-items:center;width:58px;height:58px;display:grid}.cdek-icon{color:#fff;letter-spacing:-.05em;background:#238a3b;border-radius:50%;font:800 13px/1 Arial,sans-serif}.cdek-icon:before,.cdek-icon:after{content:"";background:#fff;width:10px;height:2px;margin-left:-48px;position:absolute;box-shadow:0 5px #fff,0 -5px #fff}.post-icon svg{fill:#3973b9;stroke:#3973b9;stroke-width:2.4px;width:62px;height:52px}.checkout-page-panel .cdek-picker{background:#ffffff61;border:1px solid #e45638;border-radius:0 0 12px 12px;grid-template-columns:minmax(0,.8fr) minmax(0,1.4fr);gap:14px;margin-top:-1px;padding:22px 18px 18px;display:grid;position:relative}.checkout-page-panel .cdek-picker label{gap:7px;font-size:12px;display:grid}.checkout-page-panel .cdek-picker .cdek-suggestions,.checkout-page-panel .cdek-picker .cdek-status{grid-column:1/-1}.checkout-page-panel [data-checkout-step="2"]>.checkout-navigation,.checkout-page-panel [data-checkout-step="3"]>.checkout-navigation{border-top:1px solid var(--co-line);background:#ffffff2e;margin:36px -34px -34px;padding:22px 34px}.checkout-page-panel [data-checkout-step="2"]>.checkout-navigation>button:not(.primary-button),.checkout-page-panel [data-checkout-step="3"]>.checkout-navigation>button:not(.primary-button){min-width:190px;min-height:54px;color:var(--co-ink);background:#f2e7d7;border-radius:10px;padding:0 24px}.checkout-page-panel [data-checkout-step="2"]>.checkout-navigation .primary-button,.checkout-page-panel [data-checkout-step="3"]>.checkout-navigation .primary-button{min-width:330px}.checkout-page-panel [data-checkout-step="3"]>fieldset{background:0 0;border:0;margin:0;padding:0}.checkout-page-panel [data-checkout-step="3"] .delivery-options{grid-template-columns:1fr;gap:16px;max-width:610px;margin-top:22px;display:grid}.checkout-page-panel [data-checkout-step="3"] .delivery-options label{border:1px solid var(--co-line);cursor:pointer;background:#ffffff6b;border-radius:12px;grid-template-columns:72px minmax(0,1fr);gap:18px;min-height:112px;padding:18px 22px;display:grid}.checkout-page-panel [data-checkout-step="3"] .delivery-options label.active{border-color:#e45638;box-shadow:inset 0 0 0 1px #e45638}.checkout-page-panel [data-checkout-step="3"] .consent-check{align-items:flex-start;gap:14px;max-width:650px;margin:36px 0 0;line-height:1.5;display:flex}.checkout-page-panel [data-checkout-step="3"] .consent-check input{width:23px;min-width:23px;height:23px;min-height:23px;accent-color:var(--co-orange);margin:0}.checkout-page-panel [data-checkout-step="3"] .consent-check a{color:var(--co-orange)}@media (width<=700px){.checkout-page-panel [data-checkout-step="2"],.checkout-page-panel [data-checkout-step="3"]{padding:24px 18px}.checkout-page-panel [data-checkout-step="2"]>.delivery-options,.checkout-page-panel .cdek-picker{grid-template-columns:1fr}.checkout-page-panel [data-checkout-step="2"]>.checkout-navigation,.checkout-page-panel [data-checkout-step="3"]>.checkout-navigation{margin:30px -18px -24px;padding:18px}.checkout-page-panel [data-checkout-step="2"]>.checkout-navigation>button,.checkout-page-panel [data-checkout-step="3"]>.checkout-navigation>button{width:100%;min-width:0!important}}.cart-page-panel,.checkout-page-panel:not(.checkout-order-complete){isolation:isolate;background:radial-gradient(circle at 8% 3%,#dfc1912e,#0000 25%),linear-gradient(145deg,#fffcf6e6,#f6eddfbd);position:relative}.cart-page-panel:before,.checkout-page-panel:not(.checkout-order-complete):before{content:"";z-index:2;background:var(--co-orange);opacity:.9;border-radius:0 0 20px 20px;width:118px;height:8px;position:absolute;top:-1px;left:54px}.cart-page-panel .drawer-head,.checkout-page-panel>.drawer-head{padding-top:12px}.cart-page-panel .drawer-head h2,.checkout-page-panel>.drawer-head h2{color:var(--co-green);letter-spacing:-.025em}.cart-page-panel .cart-table,.checkout-page-panel form{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#fffcf6ab;border-color:#a68e7159;box-shadow:0 18px 55px #4634220b}.cart-page-panel .cart-table-head{color:#67594d;background:#e2d6c185}.cart-page-panel .cart-line{transition:background .22s,transform .22s}.cart-page-panel .cart-line:hover{background:#ffffff6b;transform:translate(3px)}.cart-page-panel .cart-line img{box-shadow:0 10px 28px #46342214}.cart-page-actions{background:#efe5d357}.cart-page-actions>a,.checkout-navigation>a,.checkout-navigation>button:not(.primary-button){transition:border-color .2s,background .2s,color .2s,transform .2s}.cart-page-actions>a:hover,.checkout-navigation>a:hover,.checkout-navigation>button:not(.primary-button):hover{color:var(--co-green);background:#fffaf2;border-color:#bbaa95;transform:translate(-2px)}.cart-page-panel .cart-summary,.checkout-page-panel .checkout-order-summary{background-color:#eee7d5;background-image:linear-gradient(105deg,#fffaf1f7 0%,#fffaf1db 46%,#fffaf10f 68%),url(/assets/redesign/checkout-summary-bonsai-v2.webp);background-position:50%,bottom;background-repeat:no-repeat;background-size:cover,cover;border-color:#71774659;box-shadow:0 18px 55px #4634220f}.cart-page-panel .cart-summary:after,.checkout-page-panel .checkout-order-summary:after{content:"";border:2px solid var(--co-orange);opacity:.55;border-radius:50% 45% 55% 48%;width:44px;height:44px;position:absolute;top:22px;right:24px;transform:rotate(-12deg)}.cart-page-panel .cart-summary dl,.cart-page-panel .cart-summary-total,.checkout-order-summary dl,.checkout-order-summary>div{width:51%}.cart-page-panel .cart-summary .primary-button,.checkout-navigation .primary-button{background:linear-gradient(135deg,#e84b2c,#d73a20);transition:transform .2s,box-shadow .2s,filter .2s;box-shadow:0 12px 30px #be3a1d2e}.cart-page-panel .cart-summary .primary-button:hover,.checkout-navigation .primary-button:hover{filter:saturate(1.08);transform:translateY(-2px);box-shadow:0 16px 34px #be3a1d42}.checkout-page-panel form{position:relative}.checkout-page-panel .checkout-steps{background:linear-gradient(90deg,#ede4d280,#fffcf64d)}.checkout-steps b{box-shadow:0 0 0 5px #fffaf2b8}.checkout-steps .active b{box-shadow:0 0 0 5px #d0d8a461}.checkout-page-panel [data-checkout-step="1"],.checkout-page-panel [data-checkout-step="2"],.checkout-page-panel [data-checkout-step="3"]{position:relative}.checkout-page-panel [data-checkout-step="1"]:before,.checkout-page-panel [data-checkout-step="2"]:before,.checkout-page-panel [data-checkout-step="3"]:before{color:#2b432617;font:600 72px/1 Georgia,serif;position:absolute;top:27px;right:34px}.checkout-page-panel [data-checkout-step="1"]:before{content:"01"}.checkout-page-panel [data-checkout-step="2"]:before{content:"02"}.checkout-page-panel [data-checkout-step="3"]:before{content:"03"}.checkout-page-panel legend{z-index:1;color:var(--co-green);position:relative;font-family:Georgia,serif!important;font-size:30px!important;font-weight:500!important}.checkout-page-panel input,.checkout-page-panel textarea,.checkout-page-panel select{background:#fffdf8d6;border-color:#b39b7f7a;transition:border-color .2s,box-shadow .2s;box-shadow:inset 0 1px #fffc}.checkout-page-panel input:focus,.checkout-page-panel textarea:focus,.checkout-page-panel select:focus{border-color:#8d9a5d;outline:0;box-shadow:0 0 0 4px #8d9a5d1f}.checkout-page-panel [data-checkout-step="2"]>.delivery-options label,.checkout-page-panel [data-checkout-step="3"] .delivery-options label{background:linear-gradient(145deg,#fffdf8e0,#f6edde9e);border-color:#b39b7f66;transition:transform .2s,border-color .2s,box-shadow .2s;overflow:hidden;box-shadow:0 10px 25px #4634220a}.checkout-page-panel [data-checkout-step="2"]>.delivery-options label:hover,.checkout-page-panel [data-checkout-step="3"] .delivery-options label:hover{border-color:#a89982;transform:translateY(-2px);box-shadow:0 14px 30px #46342214}.checkout-page-panel [data-checkout-step="2"]>.delivery-options label.selected,.checkout-page-panel [data-checkout-step="3"] .delivery-options label.active{box-shadow:inset 0 0 0 1px var(--co-orange),0 14px 32px #a7482b14;background:linear-gradient(145deg,#fffcf5f5,#f4e1c6bd)}.checkout-page-panel [data-checkout-step="2"]>.delivery-options label.selected:after,.checkout-page-panel [data-checkout-step="3"] .delivery-options label.active:after{content:"✓";background:var(--co-green);color:#fff;border-radius:50%;place-items:center;width:27px;height:27px;font-size:12px;display:grid;position:absolute;top:12px;right:13px}.checkout-navigation{background:linear-gradient(90deg,#efe5d36b,#fffcf647)!important}.checkout-order-complete .success-order-info{flex-direction:column;align-items:flex-start;display:flex}.checkout-page-panel.checkout-order-complete .success .primary-button{color:#fff;background:linear-gradient(135deg,#ef542f,#d93e22);box-shadow:0 13px 30px #b6391e38}.checkout-order-complete .success-catalog-link{box-sizing:border-box;color:#294326;background:#fffcf3a8;border:1px solid #324a2b6b;border-radius:12px;justify-content:space-between;align-items:center;width:100%;max-width:310px;min-height:48px;margin-top:12px;padding:0 18px;font-size:14px;font-weight:700;text-decoration:none;transition:background .2s,transform .2s,border-color .2s;display:flex}.checkout-order-complete .success-catalog-link:hover{background:#fffdf7e6;border-color:#294326;transform:translateY(-2px)}.checkout-order-complete .success-catalog-link span{font-size:18px;font-weight:400}@media (width<=1100px){.cart-page-panel .cart-summary dl,.cart-page-panel .cart-summary-total,.checkout-order-summary dl,.checkout-order-summary>div{width:52%}}@media (width<=700px){.cart-page-panel:before,.checkout-page-panel:not(.checkout-order-complete):before{width:84px;left:24px}.checkout-page-panel [data-checkout-step="1"]:before,.checkout-page-panel [data-checkout-step="2"]:before,.checkout-page-panel [data-checkout-step="3"]:before{font-size:52px;top:20px;right:18px}.cart-page-panel .cart-summary dl,.cart-page-panel .cart-summary-total,.checkout-order-summary dl,.checkout-order-summary>div{width:100%;max-width:310px}.cart-page-panel .cart-summary,.checkout-page-panel .checkout-order-summary{background-position:50%,100% 100%;background-size:cover,auto 72%}}.checkout-order-complete{background:0 0!important;border:0!important;padding:0!important}.checkout-order-complete>.drawer-head{display:none}.checkout-page-panel.checkout-order-complete .success{box-sizing:border-box;color:#243421;text-align:left;background-color:#aeb67a;background-image:url(/assets/redesign/checkout-success-art.png),radial-gradient(circle at 18% 20%,#ffffff1f,#0000 28%),linear-gradient(125deg,#ffffff14,#0000 45%);background-position:right -18px bottom -12px,50%,50%;background-repeat:no-repeat;background-size:auto 104%,auto,auto;border:1px solid #98a06a;border-radius:28px;width:100%;max-width:none;min-height:650px;margin:0;padding:78px 7%;display:block;position:relative;overflow:hidden}.checkout-order-complete .success-copy{z-index:2;width:48%;position:relative}.checkout-order-complete .success-copy>span{color:#e54a29;font:400 58px/1 Georgia,serif;position:absolute;top:-36px;left:320px;transform:rotate(-12deg)}.checkout-page-panel.checkout-order-complete .success h2{letter-spacing:-.025em;margin:0 0 24px;font:500 clamp(48px,5vw,76px)/1 Georgia,serif}.checkout-page-panel.checkout-order-complete .success p{color:#30402b;margin:0;font-size:20px;line-height:1.55}.checkout-order-complete .success-number{background:#f6efbe7a;border:1px solid #5762392e;border-radius:16px;width:min(390px,100%);margin:30px 0 28px;padding:26px 28px}.checkout-order-complete .success-number small{color:#566043;margin-bottom:8px;font-size:14px}.checkout-order-complete .success-number strong{color:#26321f;overflow-wrap:anywhere;font:600 clamp(26px,2.3vw,38px)/1.15 Georgia,serif;display:block}.checkout-page-panel.checkout-order-complete .success .primary-button{color:#273b24;background:#e4e39a;border-radius:13px;justify-content:center;min-width:300px;min-height:66px;padding:0 28px;font-size:17px;box-shadow:0 12px 30px #2b3a201f}.checkout-page-panel.checkout-order-complete .success>img{display:none}@media (width<=900px){.checkout-page-panel.checkout-order-complete .success{background-position:right -65px bottom -18px,50%,50%;background-size:auto 55%,auto,auto;min-height:760px;padding:52px 30px 340px}.checkout-order-complete .success-copy{width:100%}.checkout-order-complete .success-copy>span{top:-25px;left:min(74vw,300px)}.checkout-page-panel.checkout-order-complete .success h2{font-size:48px}.checkout-page-panel.checkout-order-complete .success p{font-size:17px}}@media (width<=520px){.checkout-page-panel.checkout-order-complete .success{background-position:right -78px bottom -16px,50%,50%;background-size:auto 48%,auto,auto;border-radius:20px;min-height:700px;padding:38px 22px 300px}.checkout-page-panel.checkout-order-complete .success h2{font-size:40px}.checkout-order-complete .success-number{padding:21px 20px}.checkout-page-panel.checkout-order-complete .success .primary-button{width:100%;min-width:0}}.checkout-page-panel .checkout-order-summary{background-color:#f6eddf;background-image:linear-gradient(135deg,#fffaf3f5 0%,#fffaf3db 42%,#fffaf314 67%),url(/assets/redesign/checkout-summary-bonsai-v2.webp);background-position:50%,bottom;background-repeat:no-repeat;background-size:cover,cover}.checkout-page-panel.checkout-order-complete .success{color:#234232;background-color:#f6eddf;background-image:url(/assets/redesign/checkout-success-scene-v2.webp);background-position:50%;background-repeat:no-repeat;background-size:cover;border-color:#ddcfbd;min-height:650px;padding:72px 6.5%}.checkout-order-complete .success-copy{width:59%;max-width:790px}.checkout-order-complete .success-heart{position:absolute;top:-45px;transform:rotate(-10deg);width:auto!important;height:auto!important;color:var(--co-orange)!important;background:0 0!important;border-radius:0!important;margin:0!important;font:400 58px/1 Georgia,serif!important;display:block!important;left:330px!important}.checkout-page-panel.checkout-order-complete .success h2{margin:0 0 14px;font-size:clamp(54px,5vw,76px)}.checkout-page-panel.checkout-order-complete .success-lead{max-width:650px;margin:0 0 30px;font-size:18px;line-height:1.45}.success-columns{grid-template-columns:minmax(280px,.9fr) minmax(300px,1.1fr);gap:42px;display:grid}.success-order-info{border-right:1px solid #4c5e3e38;min-width:0;padding-right:34px}.checkout-order-complete .success-number{background:#daddb18c;border:0;border-radius:12px;width:100%;max-width:310px;margin:0 0 18px;padding:18px 20px}.checkout-order-complete .success-number small{font-size:12px}.checkout-order-complete .success-number strong{white-space:nowrap;font-size:31px}.success-order-info>p{align-items:center;gap:11px;display:flex;margin:12px 0!important;font-size:15px!important;line-height:1.35!important}.success-order-info>p i{color:#2d5744;flex:none;place-items:center;width:24px;height:24px;font-size:21px;font-style:normal;display:grid}.checkout-page-panel.checkout-order-complete .success .primary-button{background:#e4e58f;justify-content:space-between;width:100%;min-width:0;max-width:310px;min-height:54px;margin-top:24px;font-size:15px;display:flex}.checkout-page-panel.checkout-order-complete .success .primary-button span{font-size:22px}.success-catalog-link{color:#2c4a3a;text-underline-offset:5px;width:max-content;margin:18px 0 0 8px;font-size:14px;display:block}.success-next h3{color:#294a39;margin:12px 0 22px;font:600 22px/1.2 Georgia,serif}.success-next ol{gap:0;margin:0;padding:0;list-style:none;display:grid}.success-next li{grid-template-columns:40px 1fr;align-items:start;gap:14px;min-height:70px;display:grid;position:relative}.success-next li:not(:last-child):after{content:"";border-left:1px dashed #81905e;width:1px;position:absolute;top:37px;bottom:-3px;left:19px}.success-next li b{z-index:1;color:#395138;background:#dfe0b5;border-radius:50%;place-items:center;width:38px;height:38px;font-size:14px;display:grid;position:relative}.success-next li span{color:#304b3c;padding-top:8px;font-size:15px;line-height:1.35}@media (width<=1100px){.checkout-page-panel.checkout-order-complete .success{background-position:100% 100%;background-size:auto 100%;min-height:820px;padding:50px 35px 360px}.checkout-order-complete .success-copy{width:100%;max-width:760px}}@media (width<=760px){.checkout-page-panel.checkout-order-complete .success{background-position:100% 100%;background-size:auto 42%;min-height:1040px;padding:38px 22px 350px}.checkout-order-complete .success-heart{top:-25px;font-size:46px!important;left:min(72vw,285px)!important}.checkout-page-panel.checkout-order-complete .success h2{font-size:43px}.checkout-page-panel.checkout-order-complete .success-lead{font-size:16px}.success-columns{grid-template-columns:1fr;gap:24px}.success-order-info{border-bottom:1px solid #4c5e3e38;border-right:0;padding:0 0 24px}.success-next h3{margin-top:0}}.checkout-page-panel.checkout-order-complete .success .primary-button{color:#fff;background:linear-gradient(135deg,#ef542f,#d93e22);border:0;border-radius:12px;justify-content:space-between;align-items:center;width:100%;min-width:0;max-width:310px;min-height:56px;margin-top:24px;padding:0 20px;font-size:15px;font-weight:700;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 13px 30px #b6391e38}.checkout-page-panel.checkout-order-complete .success .primary-button:hover{transform:translateY(-2px);box-shadow:0 17px 36px #b6391e4d}.checkout-page-panel.checkout-order-complete .success-catalog-link{box-sizing:border-box;color:#294326;background:#fffcf3ad;border:1px solid #324a2b6b;border-radius:12px;justify-content:space-between;align-items:center;width:100%;max-width:310px;min-height:48px;margin:12px 0 0;padding:0 18px;font-size:14px;font-weight:700;text-decoration:none;transition:background .2s,transform .2s,border-color .2s;display:flex}.checkout-page-panel.checkout-order-complete .success-catalog-link:hover{background:#fffdf7eb;border-color:#294326;transform:translateY(-2px)}.checkout-page-panel.checkout-order-complete .success-catalog-link span{font-size:18px;font-weight:400}.cart-page-panel .cart-summary .cart-summary-checkout{width:auto;min-width:230px;max-width:calc(100vw - 32px);min-height:58px;right:max(24px,env(safe-area-inset-right));bottom:max(24px,calc(env(safe-area-inset-bottom) + 12px));z-index:40;border:1px solid #ffffff59;justify-content:center;align-items:center;gap:18px;margin:0;padding:0 22px;animation:.2s ease-out both cart-checkout-in;display:flex;position:fixed;box-shadow:0 18px 42px #5726154d}@keyframes cart-checkout-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (width<=700px){.cart-page-panel .cart-summary .cart-summary-checkout{right:12px;bottom:calc(82px + env(safe-area-inset-bottom));width:calc(100vw - 24px);max-width:none}}.header.store-header{--store-header-ink:#291d13;--store-header-orange:#e74827;width:calc(100% - 36px);max-width:1780px;height:92px;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border:0;grid-template-columns:auto 1fr auto;align-items:center;gap:38px;margin:0 auto;padding:0 22px;display:grid;position:relative;top:auto}.header.store-header .brand-mark,.header.store-header .brand-text small{display:none}.header.store-header .brand{color:var(--store-header-ink);letter-spacing:-.04em;font:700 35px/1 Georgia,serif}.header.store-header .desktop-nav{justify-self:start;align-items:center;gap:34px}.header.store-header .desktop-nav>a,.header.store-header .header-dropdown>summary{min-height:42px;color:var(--store-header-ink);letter-spacing:-.015em;border-radius:8px;align-items:center;padding:0 8px;font-size:15px;transition:background .18s,color .18s;display:flex}.header.store-header .header-dropdown>div>a{min-height:41px;color:var(--store-header-ink);border-radius:9px;align-items:center;padding:0 12px;font-size:13px;display:flex}.header.store-header .header-dropdown>div>a:hover{color:var(--store-header-orange);background:#eee7ba}.mobile-menu{overflow-y:auto}.mobile-menu-heading{color:#7b817b;letter-spacing:.14em;text-transform:uppercase;margin-top:8px;font-size:11px;font-weight:800}.header.store-header .desktop-nav>a:hover,.header.store-header .header-dropdown>summary:hover,.header.store-header .header-dropdown[open]>summary{color:var(--store-header-orange);background:#291d130f}.header.store-header .desktop-nav>a:after{border-radius:999px;height:2px;bottom:3px;left:8px;right:calc(100% - 8px)}.header.store-header .desktop-nav>a:hover:after{right:8px}.header.store-header .header-search{width:clamp(320px,23vw,430px);height:48px;box-shadow:none;background:#ffffff61;border-color:#d8c9b8;padding-left:18px;padding-right:8px}.header.store-header .header-search input{font-size:14px}.header.store-header .header-search form:after{content:"⌕";width:31px;height:31px;color:var(--store-header-ink);border-radius:50%;flex:none;place-items:center;font-size:21px;display:grid}.header.store-header .header-search form>span{display:none}.header.store-header .header-actions{gap:10px}.header.store-header .account-button.icon-only,.header.store-header .favorites-button,.header.store-header .cart-button{width:46px;min-width:46px;height:46px;color:var(--store-header-ink);box-shadow:none;background:0 0;border:0;border-radius:50%;place-items:center;padding:0;display:grid;position:relative}.header.store-header .account-button.icon-only:hover,.header.store-header .favorites-button:hover,.header.store-header .cart-button:hover{background:#291d130e}.header.store-header .account-button.icon-only svg,.header.store-header .favorites-button svg,.header.store-header .cart-button svg{width:25px;height:25px;display:block}.header.store-header .favorites-button>span,.header.store-header .cart-button>span{place-items:center;font-size:0;display:grid}.header.store-header .favorites-button b,.header.store-header .cart-button b{background:var(--store-header-orange);color:#fff;border-radius:99px;place-items:center;min-width:18px;height:18px;padding:0 5px;font-size:10px;line-height:1;display:grid;position:absolute;top:0;right:-2px}.header.store-header .favorites-button:has(b){color:var(--store-header-orange)}@media (width<=1200px) and (width>=851px){.header.store-header{gap:22px}.header.store-header .header-search{width:300px}}@media (width<=850px){.header.store-header{grid-template-columns:auto 1fr auto;gap:6px;width:100%;height:68px;padding:0 16px}.header.store-header .brand{justify-self:center;font-size:24px}.header.store-header .account-button.icon-only,.header.store-header .favorites-button,.header.store-header .cart-button{display:none}}.admin-page .account-sidebar nav button{width:100%;box-shadow:none;text-align:left;cursor:pointer;background:0 0;border:0;overflow:hidden}.admin-page .account-sidebar nav button .admin-nav-dot{background:#edf2e96b;border:0;width:8px;height:8px;box-shadow:0 0 0 1px #edf2e92e}.admin-page .account-sidebar nav button.active .admin-nav-dot{box-shadow:none;background:#294326}.admin-page .account-content:before{background-position:100%;background-size:cover;border-radius:0 0 18px 18px;height:300px;margin-bottom:34px}.admin-page .account-title{min-height:124px;margin-top:-158px;padding-bottom:30px}.admin-page .admin-table tr.order-details>td{background:#f8f2e9;border-top:1px solid #ddcfbd;display:table-cell;padding:24px!important}.admin-page .admin-table tr.order-details:hover>td{background:#f8f2e9}.admin-page .order-details>td>.admin-order-editor{width:100%;margin:0}.admin-page .order-details>td>.admin-order-editor+div{background:#fffdf8f0;border:1px solid #ddcfbd;border-radius:16px;margin-top:16px;padding:18px 20px}.admin-page .order-details>td>.admin-order-editor+div strong{color:#294326;margin-bottom:6px;font-size:13px;display:block}.admin-page .order-details>td>.admin-order-editor+div p{color:#697169;margin:0;line-height:1.5}.admin-page .admin-order-editor{gap:16px;display:grid}.admin-page .admin-order-editor>.admin-block{background:#fffdf8f5;border:1px solid #ddcfbd;border-radius:18px;margin:0;padding:22px;box-shadow:0 8px 24px #4634220a}.admin-page .admin-order-editor .admin-block-heading{align-items:flex-start;margin-bottom:16px}.admin-page .admin-order-editor .admin-block-heading strong,.admin-page .admin-order-editor>.admin-block>strong{color:#294326;font:700 15px/1.25 inherit}.admin-page .admin-order-editor .admin-block-heading small{color:#858b84;margin-top:4px;font-size:12px;font-weight:400;display:block}.admin-page .admin-order-edit-line{border-top:1px solid #eadfce;grid-template-columns:minmax(220px,1fr) 110px 120px auto;align-items:center;gap:14px;padding:14px 0;display:grid}.admin-page .admin-order-edit-line:first-of-type{border-top:0}.admin-page .admin-order-edit-line>span{gap:4px;min-width:0;display:grid}.admin-page .admin-order-edit-line>span strong{color:#2f302c;text-overflow:ellipsis;white-space:nowrap;font-size:14px;overflow:hidden}.admin-page .admin-order-edit-line>span small{color:#858b84;font-size:12px}.admin-page .admin-order-edit-line>input{text-align:center;border-radius:11px;width:100%;min-width:0;padding:10px 12px;font-weight:700}.admin-page .admin-order-edit-line>strong{color:#294326;text-align:right;white-space:nowrap;font-size:14px}.admin-page .admin-order-edit-line>.admin-action{color:#9a4f34;background:#fff8f3;border:1px solid #e0c9bb;border-radius:10px;min-width:86px;padding:9px 12px;font-weight:700}.admin-page .admin-order-edit-line>.admin-action:hover{background:#f8e8de;border-color:#cf9f87}.admin-page .admin-order-add-line{border-top:1px solid #eadfce;grid-template-columns:minmax(0,1fr) auto;gap:10px;margin-top:10px;padding-top:16px;display:grid}.admin-page .admin-order-add-line select{border-radius:11px;width:100%;min-width:0;padding:11px 12px}.admin-page .admin-order-add-line .admin-action{color:#fff;background:#294326;border:0;border-radius:11px;min-width:110px;padding:10px 18px;font-weight:700}.admin-page .admin-order-add-line .admin-action:disabled{opacity:.45;cursor:not-allowed}.admin-page .admin-order-editor .admin-form-grid{grid-template-columns:minmax(180px,280px) minmax(260px,1fr);align-items:end;gap:16px 22px;margin-top:14px;display:grid}.admin-page .admin-order-editor .admin-form-grid label:not(.admin-checkbox){color:#666b65;gap:6px;font-size:12px;font-weight:700;display:grid}.admin-page .admin-order-editor .admin-form-grid input[type=number]{border-radius:11px;width:100%;padding:11px 12px;font-size:14px}.admin-page .admin-order-editor .admin-checkbox{color:#515851;align-items:center;gap:10px;min-height:42px;font-size:13px;font-weight:600;display:flex}.admin-page .admin-order-editor .admin-checkbox input{accent-color:#294326;flex:none;width:19px;height:19px}.admin-page .admin-order-editor>.dialog-actions{justify-content:flex-start;margin:0;padding:0}.admin-page .admin-order-editor>.dialog-actions .primary{color:#fff;background:#294326;border:0;border-radius:11px;min-width:210px;padding:12px 20px;font-weight:700;box-shadow:0 8px 18px #29432624}.admin-page .admin-order-editor>.admin-block:last-child{background:#f4f7f0;border-color:#cfd9ca}.admin-page .admin-order-editor>.admin-block:last-child>p{color:#626b61;margin:12px 0 0;line-height:1.55}.admin-page .admin-order-editor>.admin-block:last-child>p:first-of-type{background:#fff;border-radius:12px;padding:13px 15px}.admin-page .admin-order-editor>.admin-block:last-child .admin-action{color:#294326;background:#fff;border:1px solid #c9d3c5;border-radius:10px;padding:10px 14px;font-weight:700}.admin-page .admin-order-refund-form{grid-template-columns:minmax(150px,220px) auto auto;align-items:center;gap:10px;margin-top:14px;display:grid}.admin-page .admin-order-refund-form input{border-radius:10px;width:100%;padding:10px 12px}.admin-page .admin-table-wrap{border-radius:18px;overflow:hidden}.admin-page .admin-table td,.admin-page .admin-table th{padding-left:16px;padding-right:16px}.admin-page .admin-row-arrow{color:#294326;background:#f0eadf;border-radius:50%;place-items:center;width:28px;height:28px;font-size:16px;font-weight:700;display:inline-grid}@media (width<=1180px){.admin-page .admin-order-edit-line{grid-template-columns:minmax(180px,1fr) 90px 105px auto;gap:10px}}@media (width<=900px){.admin-page .account-content:before{background-position:68%;height:210px}.admin-page .account-title{min-height:92px;margin-top:-122px}.admin-page .admin-table tr.order-details>td{padding:14px!important}.admin-page .admin-order-editor>.admin-block{padding:17px}.admin-page .admin-order-edit-line{grid-template-columns:1fr 86px}.admin-page .admin-order-edit-line>strong{text-align:left}.admin-page .admin-order-edit-line>.admin-action{justify-self:end}.admin-page .admin-order-editor .admin-form-grid{grid-template-columns:1fr}}@media (width<=560px){.admin-page .admin-order-edit-line{grid-template-columns:1fr;gap:8px}.admin-page .admin-order-edit-line>input{text-align:left;max-width:120px}.admin-page .admin-order-edit-line>.admin-action{justify-self:start}.admin-page .admin-order-add-line,.admin-page .admin-order-refund-form{grid-template-columns:1fr}.admin-page .admin-order-add-line .admin-action,.admin-page .admin-order-refund-form .admin-action{width:100%}}.admin-page .account-sidebar nav button>.admin-nav-dot{gap:0;justify-content:initial;width:8px;min-width:8px;height:8px;min-height:8px;box-shadow:none;background:#edf2e980;border:0;border-radius:50%;flex:none;padding:0;display:block}.admin-page .account-sidebar nav button.active>.admin-nav-dot{background:#294326}.admin-page .account-content:before{background-color:#eee4d4;background-image:linear-gradient(90deg,#eee4d4 0%,#eee4d4f5 30%,#eee4d447 62%,#eee4d400 78%),url(/assets/redesign/admin-workspace-v1.webp);background-position:50%,100%;background-repeat:no-repeat,no-repeat;background-size:100% 100%,auto 100%;height:300px}.admin-order-draft-total{color:#697169;border-top:1px solid #eadfce;justify-content:flex-end;align-items:center;gap:10px;margin-top:14px;padding:14px 16px;font-size:13px;display:flex}.admin-order-draft-total strong{color:#294326;font-size:18px}.admin-order-draft-total small{color:#8b918a;margin-right:auto}@media (width<=900px){.admin-page .account-content:before{background-position:50%,100%;background-size:100% 100%,auto 100%;height:220px}}@media (width<=560px){.admin-order-draft-total{flex-direction:column;align-items:flex-start}.admin-order-draft-total small{margin-right:0}}.route-loading{color:#31482c;background:#fffaf3;place-items:center;min-height:70vh;display:grid}.route-loading span{font:500 22px Georgia,serif}@media (width<=560px){main.account-page:not(.admin-page){box-sizing:border-box;width:100%;min-width:0;max-width:100%;overflow-x:clip}}
