/* Mobile-first storefront. Independent catalog/commerce classes avoid legacy cascade collisions. */
:root{--s-ink:#193b2b;--s-green:#215b3a;--s-muted:#65776a;--s-line:#e0e8e1;--s-soft:#f4f7f3;--s-radius:20px;--s-ease:cubic-bezier(.2,.7,.2,1)}
.s-shop,.s-shop *,.b-cart-shell,.b-cart-shell *,.b-checkout,.b-checkout *,.s-welcome,.s-welcome *{box-sizing:border-box;min-width:0}
.s-shop{padding:32px 24px 72px;color:var(--s-ink);background:#fff;font-family:var(--a-sans,'DM Sans',sans-serif)}
.s-shop__inner{max-width:1360px;margin:auto}
.s-shop__intro{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:8px 0 34px}
.s-kicker{display:flex;align-items:center;gap:12px;font-size:.875rem;color:var(--s-muted);margin:0 0 16px}.s-kicker a{color:inherit;text-decoration:none}
html body .s-shop h1{font-family:inherit;font-size:clamp(2rem,3.6vw,3.2rem);font-weight:600;line-height:1.15;letter-spacing:-.055em;margin:0 0 12px;color:var(--s-ink)}
.s-shop__intro>div>p:last-child{font-size:1rem;line-height:1.65;color:var(--s-muted);margin:0;max-width:550px}
.s-origin{font-size:.75rem;letter-spacing:.15em;text-align:right;color:var(--s-muted)}.s-origin b{display:block;font-size:.875rem;letter-spacing:.04em;margin-top:8px;color:var(--s-green)}
.s-market{display:grid;grid-template-columns:222px minmax(0,1fr);gap:36px;align-items:start}
.s-filters{border:1px solid var(--s-line);border-radius:18px;background:#fff;position:sticky;top:112px;overflow:hidden}
.s-filters>summary{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:15px 18px;cursor:pointer;list-style:none;font-size:1rem;font-weight:600}.s-filters>summary::-webkit-details-marker{display:none}.s-filters>summary>span{display:flex;gap:10px;align-items:center}.s-filters summary b{display:inline-grid;place-items:center;min-width:23px;height:23px;background:#edf3ed;border-radius:7px;font-size:.75rem}.s-filters[open] .s-filter-chevron{transform:rotate(180deg)}
.s-filters__body{padding:0 18px 20px;animation:s-enter .25s var(--s-ease)}.s-filters__heading{display:flex;align-items:center;justify-content:space-between;gap:8px;border-top:1px solid var(--s-line);padding:16px 0}.s-filters__heading strong{font-size:.875rem;font-weight:500}.s-filters__heading button,.s-results-meta button,.s-empty button{background:none;border:0;color:var(--s-green);font:inherit;font-size:.875rem;text-decoration:underline;text-underline-offset:4px;cursor:pointer;min-height:36px}
.s-filters fieldset{border:0;padding:0;margin:14px 0 24px}.s-filters legend{font-size:.875rem;font-weight:600;padding:0;margin-bottom:10px}.s-filter-options{display:grid;gap:5px}.s-filter{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;text-align:left;border:1px solid transparent;border-radius:10px;padding:12px 10px;min-height:44px;background:transparent;color:var(--s-muted);font:inherit;font-size:.875rem;line-height:1.4;cursor:pointer;transition:background .2s,color .2s}.s-filter:after{content:'';width:15px;height:15px;flex:none;border:1px solid #b6c7ba;border-radius:50%;box-sizing:border-box}.s-filter:hover{background:var(--s-soft)}.s-filter.is-active{color:var(--s-green);background:#edf4ed;font-weight:600}.s-filter.is-active:after{border:5px solid var(--s-green);background:#fff}.s-filter-note{font-size:.8125rem;line-height:1.6;color:var(--s-muted);margin:0}.s-filter-done{display:none}
.s-toolbar{display:grid;grid-template-columns:minmax(0,1fr) 225px;gap:12px;margin-bottom:16px}.s-search{display:flex;align-items:center;gap:10px;min-width:0;border:1px solid var(--s-line);border-radius:13px;padding:0 15px;background:var(--s-soft)}.s-search svg{width:21px;height:21px;flex:none}.s-search input{width:100%;min-width:0;min-height:52px;border:0;background:transparent;outline:0;font:inherit;font-size:1rem;color:var(--s-ink)}.s-search:focus-within{outline:2px solid var(--s-green);outline-offset:2px}.s-sort{width:100%;min-height:52px;padding:10px 14px;border:1px solid var(--s-line);border-radius:13px;background:#fff;font:inherit;font-size:.875rem;color:var(--s-ink)}
.s-results-meta{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:.875rem;color:var(--s-muted)}.s-results-meta p{margin:0}.s-results-meta strong{color:var(--s-ink);font-weight:600}.s-active{display:flex;flex-wrap:wrap;gap:6px;margin:10px 0 24px}.s-active__pill{max-width:100%;overflow-wrap:anywhere;font-size:.75rem;padding:6px 10px;background:#edf4ed;border:1px solid #dce8dc;border-radius:6px;color:var(--s-green)}
.s-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px 20px;align-items:stretch}.s-product{display:flex;flex-direction:column;position:relative;border:1px solid var(--s-line);border-radius:20px;background:#fff;overflow:hidden;transition:box-shadow .3s,border-color .3s,transform .3s}.s-product:hover{border-color:#b8cbbb;box-shadow:0 14px 30px #1436230a;transform:translateY(-3px)}.s-product__image{display:block;position:relative;aspect-ratio:4/5;overflow:hidden;border-radius:15px;margin:7px 7px 0;background:var(--s-soft)}.s-product__photo{display:block;width:100%;height:100%;object-fit:cover;object-position:center 62%;padding:0;transition:transform .65s var(--s-ease)}.s-product:hover .s-product__photo{transform:scale(1.035)}.s-product__body{padding:16px;display:flex;flex:1;flex-direction:column}.s-product__meta{margin:0 0 7px}.s-product__category{margin:0;font-size:.75rem;line-height:1.45;color:var(--s-muted)}.s-product__title{font-size:1.0625rem;font-weight:600;line-height:1.4;letter-spacing:-.02em;color:var(--s-ink);text-decoration:none;min-height:2.8em;overflow-wrap:anywhere}.s-product__buy{display:grid;gap:12px;margin-top:auto;padding-top:13px}.s-product__prices{display:flex;align-items:baseline;flex-wrap:wrap;gap:7px;min-height:26px}.s-product__price{font-size:1.25rem;font-weight:600;letter-spacing:-.035em;font-variant-numeric:tabular-nums;line-height:1.3}.s-product__old{font-size:.8125rem;text-decoration:line-through;color:#78847d}.s-product__weight{width:100%;min-height:44px;font:inherit;font-size:.875rem;padding:8px 10px;border:1px solid var(--s-line);border-radius:9px;background:var(--s-soft);color:var(--s-ink)}.s-product__add{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;min-height:46px;border:0;border-radius:10px;padding:11px 13px;background:var(--s-green);color:#fff;font:inherit;font-weight:600;font-size:.875rem;cursor:pointer;transition:background .2s,transform .2s}.s-product__add:before{content:'+';font-size:1.2rem;order:2;font-weight:400}.s-product__add:disabled{opacity:.65;cursor:wait}.s-product__add:hover{background:#154429}.s-product__add:active{transform:scale(.97)}.s-product__add.is-added{background:#427b4d}.s-product__badge{position:absolute;left:17px;top:17px;z-index:1;background:#fff;color:var(--s-green);font-size:.75rem;padding:6px 10px;border-radius:8px}.s-product.is-arriving{animation:s-enter .45s var(--s-ease) both;animation-delay:var(--arrival-delay,0ms)}
.s-empty{padding:50px 20px;border:1px dashed var(--s-line);border-radius:20px;text-align:center;font-size:1rem}.s-empty strong{font-size:1.3rem}.s-empty p{color:var(--s-muted);line-height:1.6}
/* Home: natural, full-bleed photographs and denser cards. */
html body .g-categories{align-items:start;padding-block:32px;gap:24px;overflow-x:auto}html body .g-category{flex:0 0 124px;min-width:0;max-width:none;text-align:left}html body .g-category__image{width:124px;height:124px;aspect-ratio:1;border-radius:24px;padding:0;border:0;margin:0 0 12px;overflow:hidden;background:#edf4ed}html body .g-category__image img{display:block;width:100%;height:100%;object-fit:cover;border-radius:inherit}html body .g-category strong{font-size:.9375rem;line-height:1.3;display:block;min-height:2.6em}html body .g-category small{font-size:.75rem;margin-top:4px}html body .g-category--all .g-category__image{display:grid;place-items:center}html body .g-category--all svg{width:34px;height:34px}
html body .a-filter-row{flex-wrap:nowrap;overflow-x:auto;gap:8px;padding-bottom:7px;scrollbar-width:thin}html body .a-filter{flex:none;min-height:42px;border-radius:100px;padding:10px 15px;white-space:nowrap;font-size:.875rem}
html body .a-product{border-radius:20px;overflow:hidden;display:flex!important}html body .a-product__image{aspect-ratio:4/5;margin:7px 7px 0;border-radius:15px;overflow:hidden}html body .a-product__image>img{padding:0;object-fit:cover;object-position:center 62%;border-radius:inherit}html body .a-product__body{padding:15px;flex:1;display:flex;flex-direction:column}html body .a-product__category{font-size:.75rem;margin:0 0 7px;line-height:1.45;letter-spacing:0}html body .a-product h3{font-size:1.0625rem;line-height:1.4;min-height:2.8em;margin:0 0 12px;font-weight:600}html body .a-product__buy{grid-template-columns:1fr;gap:10px;min-height:0;margin-top:auto}html body .a-product__prices{min-height:26px;gap:6px;flex-direction:row;align-items:baseline;justify-content:flex-start;flex-wrap:wrap}html body .a-product__prices strong{font-size:1.25rem;line-height:1.3}html body .a-product select{max-width:100%;width:100%;min-height:44px;padding:8px 10px;border-radius:9px;background:var(--s-soft)}html body .a-product__add{background:var(--s-green);color:#fff;border:0;border-radius:10px;min-height:46px;padding:11px 13px;margin-top:12px;font-size:.875rem}html body .a-product__peek{display:none}html body .a-product-grid{gap:28px 20px;align-items:stretch}html body .a-product[hidden]{display:none!important}
html body .g-showcase__controls{position:static;justify-content:center;background:#fff;border-radius:0;border:0;padding:10px;box-shadow:none;transform:none;max-width:100%}html body .g-showcase__image-note{bottom:20px}html body .a-service-strip{border:0;background:var(--s-soft);border-radius:18px}html body .a-section-head>.a-text-link{display:flex}
html body .a-drawer__item img{object-fit:cover;padding:0;border-radius:12px}html body .a-drawer__qty{border-radius:9px;overflow:hidden}html body .a-drawer__bottom .a-button{border-radius:12px}html body .a-drawer__shipping{border-radius:12px}html body .a-drawer__head{border-bottom:1px solid var(--s-line)}
/* Full-screen welcome. No timer, signup gate or fabricated promotion. */
.s-welcome{position:fixed;inset:0;margin:0;width:100%;height:100%;height:100dvh;max-width:none;max-height:none;border:0;padding:0;background:#f7f9f5;color:var(--s-ink);font-family:var(--a-sans,sans-serif);overflow:auto;overscroll-behavior:contain}.s-welcome::backdrop{background:#183b2bcc}.s-welcome[open]{display:grid;grid-template-columns:1.05fr 1fr;animation:s-enter .5s var(--s-ease)}.s-welcome__photo{position:relative;min-height:100%;overflow:hidden}.s-welcome__photo img{position:absolute;inset:0;display:block;width:100%;height:100%;object-fit:cover;object-position:center 60%}.s-welcome__photo span{position:absolute;left:36px;bottom:36px;font-size:.875rem;color:white;background:#173526cc;padding:12px 16px;border-radius:10px;backdrop-filter:blur(10px)}.s-welcome__copy{align-self:center;padding:70px clamp(30px,6vw,100px);position:relative}.s-welcome__brand{font-size:2rem;font-weight:700;letter-spacing:-.08em;display:block;margin-bottom:54px;color:var(--s-green)}.s-welcome__kicker{font-size:.8125rem;letter-spacing:.13em;color:var(--s-muted);margin:0 0 16px}html body .s-welcome h2{font-family:inherit;font-size:clamp(2.7rem,4.8vw,4.7rem);font-weight:500;line-height:1.05;letter-spacing:-.065em;margin:0 0 24px;color:var(--s-ink)}.s-welcome__text{font-size:1rem;line-height:1.8;color:var(--s-muted);max-width:380px;margin:0 0 28px}.s-welcome__go{display:flex;justify-content:space-between;align-items:center;gap:24px;min-height:56px;background:var(--s-green);color:#fff;border-radius:12px;padding:16px 22px;text-decoration:none;font-weight:600;font-size:1rem;max-width:360px}.s-welcome__stay{font:inherit;font-size:.875rem;background:none;border:0;color:var(--s-green);padding:15px 0;cursor:pointer;text-decoration:underline;text-underline-offset:4px;display:block}.s-welcome__close{position:absolute;right:24px;top:24px;z-index:2;display:grid;place-items:center;width:48px;height:48px;font-size:1.7rem;border:1px solid var(--s-line);background:#fffffff0;border-radius:50%;color:var(--s-ink);cursor:pointer}.s-welcome__shipping{font-size:.8125rem;color:var(--s-muted);border-top:1px solid var(--s-line);padding-top:20px;margin-top:24px;line-height:1.6}.s-welcome-open{overflow:hidden}
/* Redesigned cart and checkout, isolated from old page styles. */
.b-commerce{margin:0;background:var(--s-soft);color:var(--s-ink);font-family:var(--a-sans,'DM Sans',sans-serif);font-size:16px}.b-commerce *{box-sizing:border-box}.b-cart-top,.b-checkout-top{background:#fff;border-bottom:1px solid var(--s-line)}.b-cart-top__inner,.b-checkout-top__inner{max-width:1280px;padding:22px 28px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:24px}.b-cart-logo,.b-checkout-logo{color:var(--s-green);text-decoration:none}.b-cart-top__links,.b-checkout-top__actions{display:flex;align-items:center;gap:24px}.b-cart-top__link,.b-checkout-link{color:var(--s-green);font-size:.875rem;text-decoration:none;min-height:44px;display:flex;align-items:center}.b-checkout-top__phone{font-size:.75rem;color:var(--s-muted)}.b-checkout-top__phone strong{display:block;font-size:.875rem;color:var(--s-ink);margin-top:5px}.b-checkout-secure{font-size:.75rem;border:1px solid var(--s-line);padding:10px;border-radius:8px;color:var(--s-muted)}
.b-cart-shell,.b-checkout{padding:38px 28px 72px}.b-cart-shell__inner,.b-checkout__inner{max-width:1224px;margin:auto}.b-cart-hero,.b-checkout__head{margin:0 0 32px;display:flex;align-items:center;justify-content:space-between;gap:30px}.b-cart-eyebrow,.b-checkout__eyebrow{font-size:.8125rem;text-transform:uppercase;letter-spacing:.1em;color:var(--s-muted);margin:0 0 12px}html body .b-cart-title,html body .b-checkout__title{font:600 clamp(1.9rem,3.3vw,2.7rem)/1.15 var(--a-sans,sans-serif);letter-spacing:-.045em;color:var(--s-ink);margin:0 0 12px}.b-cart-subtitle,.b-checkout__subtitle{font-size:1rem;line-height:1.65;color:var(--s-muted);margin:0;max-width:520px}.b-cart-steps,.b-checkout-steps{display:flex;align-items:flex-start;gap:18px;flex-shrink:0}.b-cart-step,.b-checkout-step{font-size:.75rem;line-height:1.5;color:var(--s-muted);max-width:105px}.b-cart-step>span,.b-checkout-step>span{display:grid;place-items:center;width:28px;height:28px;margin-bottom:8px;border:1px solid #ccdacd;border-radius:50%;color:var(--s-muted);background:#fff}.b-cart-step.is-active,.b-checkout-step.is-active{color:var(--s-green);font-weight:600}.b-cart-step.is-active>span,.b-checkout-step.is-active>span{background:var(--s-green);border-color:var(--s-green);color:#fff}
.b-cart-layout,.b-checkout-form{display:grid;grid-template-columns:minmax(0,1fr) 370px;gap:26px;align-items:start}.b-cart-panel,.b-cart-summary,.b-checkout-card,.b-checkout-summary{border:1px solid var(--s-line);border-radius:20px;background:#fff;overflow:hidden}.b-cart-panel__head,.b-cart-summary__head,.b-checkout-card__head,.b-checkout-summary__head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:23px 24px;border-bottom:1px solid var(--s-line)}html body .b-cart-panel__title,html body .b-cart-summary__title,html body .b-checkout-card__title,html body .b-checkout-summary__title{font:600 1.125rem/1.4 var(--a-sans,sans-serif);margin:0;letter-spacing:-.025em;color:var(--s-ink)}.b-cart-count,.b-checkout-card__badge{font-size:.75rem;padding:6px 10px;border-radius:7px;background:var(--s-soft);color:var(--s-muted)}.b-cart-products{padding:0 24px}.b-cart-product{display:grid;grid-template-columns:98px minmax(0,1fr) 32px;gap:10px 18px;padding:24px 0;border-bottom:1px solid var(--s-line);align-items:start;position:relative}.b-cart-product:last-child{border:0}.b-cart-product>a{grid-column:1;grid-row:1/4}.b-cart-product__image{width:98px;height:124px;object-fit:cover;border-radius:13px;display:block}.b-cart-product__info{grid-column:2;grid-row:1}.b-cart-product__name{font-size:1rem;line-height:1.45;font-weight:600;text-decoration:none;color:var(--s-ink)}.b-cart-product__meta{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.b-cart-pill{font-size:.75rem;color:var(--s-muted)}.b-cart-pill--green{color:var(--s-green)}.b-cart-price-block{grid-column:2;grid-row:2;display:flex;gap:10px;align-items:baseline;flex-wrap:wrap}.b-cart-price-block span{font-size:.75rem;color:var(--s-muted)}.b-cart-price-block strong{font-size:.9375rem;font-weight:500}.b-cart-qty-form{grid-column:2/-1;grid-row:3;display:flex;gap:8px;align-items:center;flex-wrap:wrap}.b-cart-weight-select{min-width:84px;max-width:110px;min-height:42px;padding:8px;font:inherit;font-size:.875rem;border:1px solid var(--s-line);border-radius:9px;background:#fff;color:var(--s-ink)}.b-cart-qty{display:grid;grid-template-columns:34px 32px 34px;border:1px solid var(--s-line);border-radius:9px;overflow:hidden;background:var(--s-soft);min-height:42px}.b-cart-qty button{background:none;border:0;color:var(--s-green);font:inherit;cursor:pointer}.b-cart-qty input{width:100%;border:0;background:transparent;text-align:center;appearance:textfield;-moz-appearance:textfield;font:inherit;font-size:.875rem;color:var(--s-ink)}.b-cart-qty input::-webkit-inner-spin-button{appearance:none}.b-cart-update{font:inherit;font-size:.8125rem;min-height:42px;padding:8px 10px;background:#edf4ed;color:var(--s-green);border:0;border-radius:8px;cursor:pointer}.b-cart-qty-form.is-dirty .b-cart-update{outline:2px solid #c99030;background:#fff2d9;color:#754700}.b-cart-qty-form.is-dirty:after{content:'Değişiklikleri Güncelle ile kaydedin.';flex-basis:100%;font-size:.75rem;line-height:1.5;color:#845819}.b-cart-line-total{grid-column:2/-1;display:flex;align-items:baseline;justify-content:space-between;gap:12px;font-size:1.125rem;font-weight:600;padding-top:5px}.b-cart-line-total span{font-size:.75rem;color:var(--s-muted);font-weight:400}.b-cart-remove-form{grid-column:3;grid-row:1}.b-cart-remove{display:grid;place-items:center;width:32px;height:36px;background:none;border:0;color:#8b5e5e;font-size:1.4rem;cursor:pointer}
.b-cart-side,.b-checkout-summary{position:sticky;top:24px}.b-cart-summary__body,.b-checkout-summary__totals{padding:24px}.b-shipping-meter,.b-checkout-summary-meter{padding:15px;background:var(--s-soft);border-radius:12px;margin-bottom:22px}.b-shipping-meter__text,.b-checkout-summary-meter p{font-size:.8125rem;line-height:1.7;color:var(--s-muted);margin:0 0 12px}.b-shipping-meter__text strong,.b-checkout-summary-meter strong{color:var(--s-green);font-weight:600}.b-shipping-meter__bar,.b-checkout-summary-meter__bar{height:5px;border-radius:10px;background:#dfe9de;overflow:hidden}.b-shipping-meter__fill,.b-checkout-summary-meter__fill{height:100%;background:var(--s-green);border-radius:10px}.b-summary-row,.b-checkout-total-row{display:flex;justify-content:space-between;gap:16px;font-size:.875rem;line-height:1.6;margin:12px 0;color:var(--s-muted)}.b-summary-row strong,.b-checkout-total-row strong{font-weight:500;color:var(--s-ink);text-align:right;font-variant-numeric:tabular-nums}.b-summary-row--grand,.b-checkout-total-row--grand{border-top:1px solid var(--s-line);margin-top:20px;padding-top:20px;font-size:1.125rem;color:var(--s-ink)}.b-summary-row--grand strong,.b-checkout-total-row--grand strong{font-size:1.5rem;font-weight:600;letter-spacing:-.04em}.b-cart-btn,.b-checkout-submit{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;min-height:54px;border:0;border-radius:12px;background:var(--s-green);color:#fff;text-decoration:none;font:inherit;font-size:.9375rem;font-weight:600;padding:14px 18px;cursor:pointer;margin-top:16px}.b-cart-btn--soft{background:var(--s-soft);color:var(--s-green);margin-top:10px}.b-cart-btn--danger{font-size:.8125rem;font-weight:400;min-height:36px;padding:8px;background:none;color:#956262}.b-checkout-submit:disabled,.b-cart-update:disabled{opacity:.65;cursor:wait}.b-cart-trust,.b-checkout-trust{margin-top:24px;border-top:1px solid var(--s-line);padding-top:20px;text-align:center}.b-cart-trust>span,.b-checkout-trust>span{font-size:.75rem;line-height:1.7;color:var(--s-muted);display:block;margin-top:12px}.b-commerce .payment-logo-strip{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:14px;background:none;border:0;padding:0}.b-commerce .payment-logo-strip__item{display:flex;align-items:center;justify-content:center;width:42px;height:26px;padding:0;background:none;border:0;box-shadow:none}.b-commerce .payment-logo-strip img{display:block;max-width:100%;max-height:24px;object-fit:contain}.b-cart-service{padding:24px 10px;display:grid;gap:18px}.b-cart-service__item{display:flex;gap:12px;align-items:start}.b-cart-service__icon{display:grid;place-items:center;border:1px solid #d7e2d8;border-radius:50%;width:24px;height:24px;flex:none;font-size:.75rem;color:var(--s-green)}.b-cart-service__item strong{display:block;font-size:.875rem;font-weight:500;margin-bottom:4px}.b-cart-service__item>span>span{font-size:.8125rem;line-height:1.6;color:var(--s-muted);display:block}.b-cart-empty{padding:60px 28px;text-align:center}.b-cart-empty__mark{width:52px;height:52px;border-radius:50%;display:grid;place-items:center;background:var(--s-soft);font-size:2rem;margin:0 auto 20px}.b-cart-empty p{color:var(--s-muted);font-size:1rem;line-height:1.7}.b-cart-empty .b-cart-btn{max-width:260px;margin:24px auto 0}
.b-checkout-main{display:grid;gap:22px}.b-checkout-card__body{padding:24px}.b-checkout-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:19px 16px}.b-checkout-grid--three{grid-template-columns:repeat(3,minmax(0,1fr))}.b-checkout-field{display:block;min-width:0}.b-checkout-field--full{grid-column:1/-1}.b-checkout-label{display:block;font-size:.875rem;font-weight:500;color:var(--s-ink);margin-bottom:9px}.b-checkout-input,.b-checkout-select,.b-checkout-textarea{display:block;width:100%;min-width:0;min-height:52px;border:1px solid #ccd9cf;border-radius:11px;padding:13px 14px;font:inherit;font-size:1rem;line-height:1.4;background:#fff;color:var(--s-ink);transition:border-color .2s,box-shadow .2s}.b-checkout-input:focus,.b-checkout-select:focus,.b-checkout-textarea:focus{outline:none;border-color:var(--s-green);box-shadow:0 0 0 3px #215b3a10}.b-checkout-textarea{min-height:96px;resize:vertical}.b-checkout-mini-note{font-size:.8125rem;line-height:1.7;color:var(--s-muted);margin:20px 0 0}.b-checkout-summary__head{display:block}.b-checkout-summary__count{font-size:.8125rem;color:var(--s-muted);margin:6px 0 0}.b-checkout-summary__items{padding:0 24px}.b-checkout-item{display:grid;grid-template-columns:54px minmax(0,1fr);gap:5px 12px;padding:18px 0;border-bottom:1px solid var(--s-line)}.b-checkout-item__image{display:block;width:54px;height:68px;border-radius:9px;object-fit:cover;grid-row:1/3}.b-checkout-item__name{display:block;font-size:.875rem;font-weight:500;line-height:1.4}.b-checkout-item__qty{display:block;font-size:.75rem;color:var(--s-muted);margin-top:4px}.b-checkout-item__price{grid-column:2;font-size:.9375rem;font-weight:600}.b-checkout-error{border:1px solid #ebc4c4;border-radius:12px;padding:18px;background:#fff5f5;font-size:.875rem;line-height:1.7;color:#913636}.b-commerce .commerce-consent{font-size:.875rem;margin:24px 0 16px}.b-commerce .commerce-payment-note{font-size:.8125rem;line-height:1.7}.b-checkout-security{display:flex;align-items:center;gap:12px;font-size:.875rem;padding:16px;background:var(--s-soft);border-radius:12px;color:var(--s-green);margin-bottom:22px}.b-checkout-security svg{width:22px;height:22px;flex:none}
:is(.s-shop,.s-welcome,.b-commerce) :is(a,button,input,select,textarea,summary):focus-visible{outline:3px solid #b59135;outline-offset:3px}
@keyframes s-enter{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}
@media(max-width:1100px){.s-market{gap:24px;grid-template-columns:205px minmax(0,1fr)}.s-product-grid{gap:20px 14px}.s-product__body{padding:13px}.b-cart-layout,.b-checkout-form{grid-template-columns:minmax(0,1fr) 335px;gap:20px}.b-cart-hero,.b-checkout__head{align-items:flex-start;flex-direction:column}.b-cart-steps,.b-checkout-steps{width:100%;gap:28px}.b-cart-step,.b-checkout-step{max-width:none;display:flex;align-items:center;gap:9px}.b-cart-step>span,.b-checkout-step>span{margin:0;flex:none}}
@media(max-width:999px){.s-market{grid-template-columns:1fr;gap:16px}.s-filters{position:static}.s-filters__body{padding:0 20px 20px}.s-filters fieldset{margin-bottom:20px}.s-filter-options{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.s-filter{border-color:var(--s-line);padding:12px}.s-filter-done{display:block;width:100%;min-height:48px;border:0;background:var(--s-green);color:#fff;font:inherit;font-weight:600;border-radius:10px;margin-top:16px}.s-filters__heading strong{font-size:1rem}.s-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.b-cart-layout,.b-checkout-form{grid-template-columns:1fr}.b-cart-side,.b-checkout-summary{position:static}.b-cart-service{grid-template-columns:repeat(3,minmax(0,1fr))}.b-checkout-summary__items{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 24px}.b-checkout-summary__totals{max-width:none}.b-checkout-top__phone{display:none}}
@media(max-width:600px){.s-shop{padding:22px 16px 50px}.s-shop__intro{padding:0 0 24px}.s-shop__intro>div>p:last-child{font-size:.9375rem;line-height:1.65}.s-kicker{font-size:.8125rem;margin-bottom:16px}.s-origin{display:none}.s-market{gap:14px}.s-filters>summary{padding:13px 16px}.s-filters__body{padding:0 14px 16px}.s-filter-options{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.s-filter{font-size:.875rem;padding:11px 9px;white-space:normal}.s-toolbar{grid-template-columns:1fr;gap:10px;margin-bottom:12px}.s-search input{min-height:48px}.s-sort{min-height:44px;font-size:.875rem}.s-active{margin:8px 0 18px}.s-results-meta{font-size:.8125rem}.s-results-meta button{font-size:.8125rem}.s-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 11px}.s-product{border-radius:17px}.s-product__image{border-radius:12px;margin:5px 5px 0}.s-product__body{padding:12px 10px}.s-product__category{font-size:.75rem;line-height:1.4}.s-product__title{font-size:.9375rem;line-height:1.4;min-height:2.8em}.s-product__buy{gap:10px;padding-top:10px}.s-product__price{font-size:1.125rem}.s-product__add{font-size:.875rem;padding:10px;min-height:44px}.s-product__badge{font-size:.75rem;top:12px;left:12px;padding:5px 7px}html body .g-categories{gap:14px;padding:26px 16px}html body .g-category{flex-basis:100px}html body .g-category__image{width:100px;height:100px;border-radius:20px;margin-bottom:10px}html body .g-category strong{font-size:.875rem}html body .a-product-grid{gap:20px 11px}html body .a-product{border-radius:17px}html body .a-product__image{margin:5px 5px 0;border-radius:12px}html body .a-product__body{padding:12px 10px}html body .a-product h3{font-size:.9375rem;min-height:2.8em;line-height:1.4;margin-bottom:10px}html body .a-product__prices strong{font-size:1.125rem}html body .a-product__add{font-size:.875rem;padding:10px;min-height:44px;margin-top:10px}html body .a-product__prices{min-height:25px}html body .a-service-strip{font-size:.8125rem;padding:16px 10px;gap:14px 8px}html body .a-service-strip span{border:0}html body .a-section-head{gap:12px}html body .g-showcase__image{height:310px;min-height:310px}html body .g-showcase__controls{padding:6px;gap:8px}html body .g-showcase__dots{gap:1px}html body .g-showcase__image-note{font-size:.75rem}
.s-welcome[open]{grid-template-columns:1fr;grid-template-rows:minmax(200px,36dvh) auto}.s-welcome__photo{min-height:200px}.s-welcome__photo img{object-position:center 62%}.s-welcome__photo span{left:20px;bottom:20px;font-size:.75rem;padding:8px 12px}.s-welcome__copy{padding:28px 25px 32px;align-self:start}.s-welcome__brand{font-size:1.75rem;margin-bottom:24px}.s-welcome__kicker{font-size:.75rem;margin-bottom:12px}html body .s-welcome h2{font-size:2.75rem;margin-bottom:18px}.s-welcome__text{font-size:.9375rem;line-height:1.7;margin-bottom:22px;max-width:none}.s-welcome__go{max-width:none;min-height:52px;font-size:.9375rem}.s-welcome__stay{min-height:44px}.s-welcome__shipping{margin-top:8px;padding-top:16px}.s-welcome__close{width:44px;height:44px;right:16px;top:16px}.b-cart-top__inner,.b-checkout-top__inner{padding:18px 16px;gap:16px}.b-cart-top__links,.b-checkout-top__actions{gap:8px}.b-cart-top__link{font-size:.8125rem}.b-cart-top__links .b-cart-top__link:not(:first-child){display:none}.b-checkout-secure{display:none}.b-cart-logo.a-brand strong,.b-checkout-logo.a-brand strong{font-size:2rem}.b-cart-logo.a-brand small,.b-checkout-logo.a-brand small{font-size:.625rem}.b-cart-shell,.b-checkout{padding:26px 14px 48px}.b-cart-hero,.b-checkout__head{margin-bottom:24px;gap:22px}.b-cart-subtitle,.b-checkout__subtitle{font-size:.9375rem}.b-cart-steps,.b-checkout-steps{gap:9px;justify-content:space-between;align-items:flex-start}.b-cart-step,.b-checkout-step{display:block;flex:1;font-size:.75rem}.b-cart-step>span,.b-checkout-step>span{margin-bottom:7px}.b-cart-panel,.b-cart-summary,.b-checkout-card,.b-checkout-summary{border-radius:17px}.b-cart-panel__head,.b-cart-summary__head,.b-checkout-card__head,.b-checkout-summary__head{padding:19px 17px}.b-cart-products{padding:0 16px}.b-cart-product{grid-template-columns:77px minmax(0,1fr) 28px;gap:9px 12px;padding:21px 0}.b-cart-product__image{width:77px;height:100px;border-radius:11px}.b-cart-product__name{font-size:.9375rem}.b-cart-product>a{grid-row:1/3}.b-cart-qty-form{grid-column:1/-1;grid-row:3;flex-wrap:wrap;margin-top:5px;gap:8px}.b-cart-qty{grid-template-columns:38px 32px 38px;min-height:44px}.b-cart-weight-select{min-height:44px;flex:1;max-width:none}.b-cart-update{min-height:44px;padding-inline:12px}.b-cart-line-total{grid-column:1/-1;border-top:1px solid #f0f3ef;margin-top:4px;padding-top:12px}.b-cart-price-block{grid-column:2/-1;gap:5px}.b-cart-product__meta{gap:5px}.b-cart-summary__body,.b-checkout-summary__totals{padding:19px 18px}.b-cart-service{grid-template-columns:1fr;gap:18px}.b-checkout-card__body{padding:20px 17px}.b-checkout-grid{grid-template-columns:1fr;gap:17px}.b-checkout-grid--three{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.b-checkout-label{font-size:.875rem}.b-checkout-select{padding:12px 8px}.b-checkout-summary__items{display:block;padding:0 18px}.b-checkout-item{grid-template-columns:58px minmax(0,1fr);gap:5px 12px}.b-checkout-item__image{width:58px;height:72px}.b-checkout-item__name{font-size:.9375rem}.b-checkout-item__price{font-size:1rem}.b-checkout-security{font-size:.8125rem;line-height:1.6;padding:13px}}
@media(max-width:355px){.s-product-grid,html body .a-product-grid{column-gap:8px}.s-product__body,html body .a-product__body{padding-inline:8px}.s-product__price,html body .a-product__prices strong{font-size:1rem}.s-product__add,html body .a-product__add{font-size:.8125rem;padding-inline:8px}.s-filter-options{grid-template-columns:1fr}.b-cart-qty-form{gap:6px}.b-cart-update{padding-inline:8px}.b-cart-qty{grid-template-columns:32px 28px 32px}}
@media(prefers-reduced-motion:reduce){.s-shop *,.s-welcome,.s-welcome *,.b-commerce *{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
