*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--font-body);font-weight:var(--font-body-weight);font-size:calc(16px * var(--scale));line-height:1.55;-webkit-font-smoothing:antialiased;overflow-x:hidden}img,svg,video{display:block;max-width:100%;height:auto}button,input,select,textarea{font:inherit;color:inherit}button{cursor:pointer;background:none;border:0;padding:0}a{color:inherit;text-decoration:none}ul,ol{margin:0;padding:0;list-style:none}h1,h2,h3,h4{font-family:var(--font-heading);font-weight:var(--font-heading-weight);line-height:1.15;margin:0;letter-spacing:-.01em}p{margin:0 0 .75em}p:last-child{margin-bottom:0}hr{border:0;border-top:1px solid var(--border);margin:2rem 0}:target{scroll-margin-top:96px}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}:where(a,button,input,select,textarea,summary,[tabindex]):focus-visible{outline:3px solid var(--sage);outline-offset:2px;border-radius:4px}.skip-link{position:absolute;left:8px;top:-100px;z-index:200;transition:top .15s ease}.skip-link:focus{top:8px}.h1,h1{font-size:clamp(1.75rem,1.25rem + 2.4vw,3rem)}.h2,h2{font-size:clamp(1.4rem,1.1rem + 1.4vw,2.15rem)}.h3,h3{font-size:clamp(1.1rem,1rem + .5vw,1.4rem)}.eyebrow{font-size:.74rem;letter-spacing:.12em;text-transform:uppercase;font-weight:600;color:var(--sage);margin:0 0 .4rem}.text-muted{color:var(--muted)}.small{font-size:.875rem}.rte a{text-decoration:underline;text-underline-offset:2px}.rte ul{list-style:disc;padding-left:1.2em;margin:.5em 0}.rte li{margin-bottom:.25em}.page-width{width:100%;max-width:1280px;margin-inline:auto;padding-inline:16px}@media(min-width:750px){.page-width{padding-inline:28px}}.section{padding-block:clamp(2rem,1.4rem + 2.4vw,3.75rem)}.section--tight{padding-block:clamp(1.25rem,1rem + 1.2vw,2rem)}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:1.25rem;flex-wrap:wrap}.section-head p{margin:0}.stack>*+*{margin-top:var(--stack-gap, 1rem)}.button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:48px;padding:.7rem 1.35rem;border-radius:var(--radius-btn);font-weight:600;font-size:.97rem;text-align:center;border:1.5px solid transparent;transition:background-color .15s ease,color .15s ease,border-color .15s ease,transform .1s ease}.button:active{transform:translateY(1px)}.button--primary{background:var(--accent);color:#fff}.button--primary:hover{background:#5c1109}.button--secondary{background:var(--surface);color:var(--text);border-color:var(--border)}.button--secondary:hover{border-color:var(--text)}.button--sage{background:var(--sage);color:#fff}.button--sage:hover{filter:brightness(.93)}.button--ghost{background:transparent;color:var(--text);border-color:currentColor}.button--full{width:100%}.button--sm{min-height:40px;padding:.45rem .9rem;font-size:.875rem}.button[disabled],.button[aria-disabled=true]{opacity:.5;cursor:not-allowed}.button.is-loading{color:transparent!important;position:relative;pointer-events:none}.button.is-loading:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:18px;height:18px;border:2px solid currentColor;border-top-color:transparent;border-radius:50%;color:#fff;animation:nm-spin .6s linear infinite}.button--secondary.is-loading:after{color:var(--text)}@keyframes nm-spin{to{transform:rotate(360deg)}}.text-link{text-decoration:underline;text-underline-offset:3px;font-weight:600}.icon-button{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;position:relative;color:var(--text);transition:background-color .15s ease}.icon-button:hover{background:#0000000d}.icon-button svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.announcement{background:var(--text);color:var(--bg);font-size:.8rem;text-align:center;padding:.5rem 16px;display:flex;align-items:center;justify-content:center;gap:.6rem;flex-wrap:wrap}.announcement a{text-decoration:underline;text-underline-offset:2px}.announcement__sep{opacity:.45}.header{position:sticky;top:0;z-index:60;background:var(--bg);border-bottom:1px solid var(--border)}.header__inner{display:grid;grid-template-columns:44px 1fr auto;align-items:center;gap:.5rem;min-height:62px;padding-block:.4rem}.header__logo{justify-self:center;display:block}.header__logo img{width:var(--logo-w);max-width:46vw;height:auto}.header__actions{display:flex;align-items:center;gap:2px}.header__nav,.header__search{display:none}@media(min-width:990px){.header__inner{grid-template-columns:auto minmax(220px,1fr) auto;gap:1.25rem;min-height:88px}.header__logo{justify-self:start}.header__burger{display:none}.header__search{display:block}.header__nav{display:block;grid-column:1 / -1;border-top:1px solid var(--border)}}.searchbar{position:relative;width:100%}.searchbar form{display:flex;align-items:center;gap:.5rem;background:var(--surface);border:1.5px solid var(--border);border-radius:var(--radius-btn);padding:0 .5rem 0 .85rem;min-height:46px;transition:border-color .15s ease}.searchbar form:focus-within{border-color:var(--sage-soft)}.searchbar svg{width:20px;height:20px;flex:none;fill:none;stroke:var(--muted);stroke-width:1.8;stroke-linecap:round}.searchbar input{flex:1 1 auto;min-width:0;border:0;background:none;outline:none;padding:.6rem 0;font-size:1rem}.searchbar input::-webkit-search-cancel-button{-webkit-appearance:none}.searchbar__submit{flex:none}.searchbar__clear{flex:none;display:none;width:32px;height:32px;border-radius:50%;align-items:center;justify-content:center;color:var(--muted)}.searchbar.has-value .searchbar__clear{display:inline-flex}.predictive{position:absolute;inset-inline:0;top:calc(100% + 6px);z-index:70;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-card);box-shadow:0 18px 40px #1c1c1a24;overflow:hidden;max-height:min(70vh,520px);overflow-y:auto}.predictive[hidden]{display:none}.predictive__item{display:flex;align-items:center;gap:.75rem;padding:.6rem .85rem;border-bottom:1px solid var(--border)}.predictive__item:last-child{border-bottom:0}.predictive__item:hover,.predictive__item.is-active{background:#7e8a5c1a}.predictive__img{flex:none;width:46px;height:46px;border-radius:8px;background:var(--pad-color);border:1px solid var(--border);display:grid;place-items:center;overflow:hidden}.predictive__img img{width:100%;height:100%;object-fit:contain}.predictive__text{flex:1 1 auto;min-width:0}.predictive__text strong{display:block;font-size:.92rem;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.predictive__text small{color:var(--muted);font-size:.78rem}.predictive__price{flex:none;font-weight:700;font-size:.92rem}.predictive__all{display:block;text-align:center;padding:.8rem;font-weight:600;background:#7e8a5c1f}.predictive__empty{padding:1.25rem;text-align:center;color:var(--muted)}.nav{display:flex;gap:.25rem;flex-wrap:wrap}.nav__item{position:relative}.nav__link{display:inline-flex;align-items:center;gap:.3rem;padding:.8rem .7rem;font-weight:600;font-size:.94rem;border-bottom:2px solid transparent}.nav__link:hover,.nav__item:hover .nav__link,.nav__item:focus-within .nav__link{border-bottom-color:var(--accent)}.nav__link svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2}.nav__panel{position:absolute;top:100%;left:0;z-index:65;min-width:260px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-card);box-shadow:0 20px 44px #1c1c1a21;padding:.6rem;display:none}.nav__item:hover>.nav__panel,.nav__item:focus-within>.nav__panel{display:block}.nav__panel a{display:block;padding:.5rem .7rem;border-radius:8px;font-size:.92rem}.nav__panel a:hover{background:#7e8a5c24}.nav__panel--wide{display:none;left:50%;transform:translate(-50%);width:min(940px,92vw)}.nav__item:hover>.nav__panel--wide,.nav__item:focus-within>.nav__panel--wide{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:.35rem 1rem;padding:1.1rem}.nav__col>strong{display:block;font-family:var(--font-heading);font-size:1rem;padding:.35rem .7rem}.drawer{position:fixed;inset:0 auto 0 0;z-index:110;width:min(88vw,380px);background:var(--bg);transform:translate(-100%);transition:transform .25s ease;display:flex;flex-direction:column;box-shadow:0 0 40px #0003}.drawer--right{inset:0 0 0 auto;transform:translate(100%);width:min(92vw,420px)}.drawer.is-open{transform:none}.drawer[hidden]{display:flex}.drawer__head{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.85rem 1rem;border-bottom:1px solid var(--border);flex:none}.drawer__head strong{font-family:var(--font-heading);font-size:1.15rem}.drawer__body{flex:1 1 auto;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:.5rem 0 1rem}.drawer__foot{flex:none;border-top:1px solid var(--border);padding:1rem;background:var(--surface)}.backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background:#1c1c1a73;opacity:0;transition:opacity .2s ease}.backdrop.is-open{opacity:1}.backdrop[hidden]{display:none}body.is-locked{overflow:hidden}.mobile-nav__group>summary{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.95rem 1rem;font-weight:600;cursor:pointer;list-style:none;min-height:52px}.mobile-nav__group>summary::-webkit-details-marker{display:none}.mobile-nav__group>summary:after{content:"";width:9px;height:9px;flex:none;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg);transition:transform .2s ease;margin-right:4px}.mobile-nav__group[open]>summary:after{transform:rotate(-135deg)}.mobile-nav__group[open]>summary{color:var(--accent)}.mobile-nav__sub{background:#7e8a5c14;padding:.25rem 0 .5rem}.mobile-nav__sub a{display:block;padding:.7rem 1rem .7rem 1.9rem;font-size:.94rem;min-height:48px}.mobile-nav>a{display:block;padding:.95rem 1rem;font-weight:600;min-height:52px}.mobile-nav__divider{height:1px;background:var(--border);margin:.5rem 1rem}.bottom-nav{position:fixed;inset:auto 0 0 0;z-index:90;display:grid;grid-template-columns:repeat(4,1fr);background:var(--surface);border-top:1px solid var(--border);padding-bottom:env(safe-area-inset-bottom)}.bottom-nav a,.bottom-nav button{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;padding:.5rem 2px;min-height:58px;font-size:.68rem;font-weight:600;position:relative;color:var(--text)}.bottom-nav svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.bottom-nav [aria-current=page]{color:var(--accent)}@media(min-width:990px){.bottom-nav{display:none}body{padding-bottom:0!important}}body{padding-bottom:calc(58px + env(safe-area-inset-bottom))}.cart-count{position:absolute;top:2px;right:50%;transform:translate(24px);min-width:18px;height:18px;padding:0 4px;border-radius:9px;background:var(--accent);color:#fff;font-size:.68rem;font-weight:700;display:grid;place-items:center;line-height:1}.header .cart-count{top:4px;right:2px;transform:none}.cart-count[data-count="0"]{display:none}.hero{position:relative;overflow:hidden;background:var(--text)}.hero__media{position:absolute;top:0;right:0;bottom:0;left:0}.hero__media img{width:100%;height:100%;object-fit:cover}.hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(100deg,#141412db,#1414129e 55%,#14141257)}.hero__content{position:relative;z-index:2;color:#fff;padding-block:clamp(2rem,1.4rem + 4vw,4.5rem);max-width:620px}.hero__content .eyebrow{color:#d8dcc2}.hero h1{color:#fff;font-size:clamp(1.65rem,1.2rem + 2.6vw,2.85rem)}.hero__text{margin:.75rem 0 1.25rem;font-size:1.02rem;color:#ffffffe6;max-width:46ch}.hero__actions{display:flex;gap:.6rem;flex-wrap:wrap}.hero__points{display:flex;gap:1rem 1.5rem;flex-wrap:wrap;margin-top:1.15rem;font-size:.88rem;color:#ffffffeb}.hero__points li{display:flex;align-items:center;gap:.4rem}.hero__points svg{width:16px;height:16px;stroke:var(--sage-soft);fill:none;stroke-width:2.4}.usp{background:var(--surface);border-block:1px solid var(--border)}.usp__list{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--nm-s3)}@media(min-width:750px){.usp__list{grid-template-columns:repeat(4,1fr)}}.usp__item{background:var(--surface);padding:.95rem .85rem;display:flex;gap:.65rem;align-items:flex-start}.usp__item svg{width:22px;height:22px;flex:none;stroke:var(--sage-soft);fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;margin-top:2px}.usp__item strong{display:block;font-size:.9rem}.usp__item span{font-size:.78rem;color:var(--muted)}.tiles{display:grid;grid-template-columns:repeat(2,1fr);gap:.6rem}@media(min-width:600px){.tiles{grid-template-columns:repeat(3,1fr);gap:.8rem}}@media(min-width:990px){.tiles{grid-template-columns:repeat(6,1fr)}}.tile{display:flex;flex-direction:column;align-items:center;gap:.5rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-card);padding:.85rem .5rem;text-align:center;transition:border-color .15s ease,transform .15s ease}.tile:hover{border-color:var(--sage-soft);transform:translateY(-2px)}.tile__img{width:100%;aspect-ratio:1;border-radius:10px;overflow:hidden;background:var(--pad-color);display:grid;place-items:center}.tile__img img{width:100%;height:100%;object-fit:contain;padding:6%}.tile__img svg{width:40%;height:40%;stroke:var(--sage-soft);fill:none;stroke-width:1.4}.tile strong{font-size:.84rem;font-weight:600;line-height:1.25}.tile span{font-size:.72rem;color:var(--muted)}.rail{display:flex;gap:.5rem;overflow-x:auto;scroll-snap-type:x proximity;padding-bottom:.35rem;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.rail::-webkit-scrollbar{height:5px}.rail::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}.rail>*{scroll-snap-align:start;flex:none}.chip{display:inline-flex;align-items:center;gap:.35rem;padding:.55rem .9rem;border-radius:999px;border:1.5px solid var(--border);background:var(--surface);font-size:.85rem;font-weight:600;white-space:nowrap;min-height:40px}.chip:hover{border-color:var(--sage-soft)}.chip.is-active{background:var(--text);color:var(--bg);border-color:var(--text)}.product-grid{display:grid;gap:.6rem;grid-template-columns:repeat(2,minmax(0,1fr))}@media(min-width:600px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem}}@media(min-width:990px){.product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}}.product-grid--rail{display:flex;gap:.6rem;overflow-x:auto;scroll-snap-type:x proximity;padding-bottom:.5rem}.product-grid--rail>*{flex:0 0 clamp(150px,44vw,230px);scroll-snap-align:start}@media(min-width:990px){.product-grid--rail>*{flex-basis:230px}}.card{position:relative;display:flex;flex-direction:column;background:var(--surface);border-radius:var(--radius-card);overflow:hidden;border:1px solid var(--border);transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.card:hover{border-color:var(--sage-soft);box-shadow:0 8px 22px #1c1c1a12}.card--shadow{border-color:transparent;box-shadow:0 2px 10px #1c1c1a12}.card--flat{border-color:transparent}.card__media{display:block;position:relative;aspect-ratio:1;background:var(--pad-color);border-bottom:1px solid var(--border)}.card__media img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:var(--img-fit);object-position:center;padding:7%}.card--flat .card__media,.card--shadow .card__media{border-bottom:0}.card__badges{position:absolute;top:8px;left:8px;z-index:2;display:flex;flex-direction:column;gap:4px;align-items:flex-start}.badge{font-size:.66rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;padding:.22rem .5rem;border-radius:5px;background:var(--text);color:var(--bg);line-height:1.3}.badge--sale{background:var(--accent);color:#fff}.badge--best{background:var(--sage);color:#fff}.badge--new{background:#2f6b3d;color:#fff}.badge--halal{background:var(--surface);color:var(--sage);border:1px solid var(--sage)}.badge--out{background:var(--muted);color:#fff}.card__body{display:flex;flex-direction:column;gap:.3rem;padding:.65rem .7rem .7rem;flex:1 1 auto}@media(min-width:750px){.card__body{padding:.8rem .85rem .85rem}}.card__brand{font-size:.68rem;letter-spacing:.07em;text-transform:uppercase;color:var(--sage);font-weight:700;margin:0}.card__title{font-family:var(--font-body);font-size:.87rem;font-weight:600;line-height:1.3;margin:0}.card__title a{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}@media(min-width:750px){.card__title{font-size:.93rem}}.card__spacer{flex:1 1 auto;min-height:.15rem}.card__price{display:flex;align-items:baseline;gap:.4rem;flex-wrap:wrap}.card__price strong{font-size:1.06rem;font-weight:700}.card__price s{color:var(--muted);font-size:.84rem}.card__unit{font-size:.72rem;color:var(--muted)}.card__foot{margin-top:.45rem}.stock{display:inline-flex;align-items:center;gap:.35rem;font-size:.76rem;font-weight:600}.stock:before{content:"";width:7px;height:7px;border-radius:50%;background:currentColor;flex:none}.stock--in{color:var(--success)}.stock--low{color:var(--warning)}.stock--out{color:var(--muted)}.quick-add{display:flex;gap:.4rem}.quick-add .button{flex:1 1 auto}.card__title a:hover{text-decoration:underline;text-underline-offset:2px}.product{display:grid;gap:1.5rem}@media(min-width:990px){.product{grid-template-columns:minmax(0,1.05fr) minmax(340px,.95fr);gap:3rem;align-items:start}}.gallery{display:grid;gap:.6rem}.gallery__main{position:relative;aspect-ratio:1;background:var(--pad-color);border:1px solid var(--border);border-radius:var(--radius-card);overflow:hidden;width:100%}.gallery__main img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;padding:5%}.gallery__zoom{position:absolute;right:10px;bottom:10px;width:38px;height:38px;border-radius:50%;background:#ffffffeb;border:1px solid var(--border);display:grid;place-items:center}.gallery__zoom svg{width:18px;height:18px;stroke:var(--text);fill:none;stroke-width:1.8}.gallery__thumbs{display:flex;gap:.45rem;overflow-x:auto;padding-bottom:.25rem}.gallery__thumb{flex:none;width:62px;height:62px;border-radius:8px;border:1.5px solid var(--border);background:var(--pad-color);overflow:hidden;padding:3px}.gallery__thumb img{width:100%;height:100%;object-fit:contain}.gallery__thumb.is-active{border-color:var(--accent)}.product__info{display:flex;flex-direction:column;gap:.9rem}.product__brand{font-size:.78rem;letter-spacing:.09em;text-transform:uppercase;color:var(--sage);font-weight:700;margin:0}.product__meta{display:flex;flex-wrap:wrap;gap:.4rem;font-size:.74rem;color:var(--muted)}.product__meta span{background:var(--surface);border:1px solid var(--border);padding:.2rem .5rem;border-radius:5px}.product__price{display:flex;align-items:baseline;gap:.6rem;flex-wrap:wrap}.product__price strong{font-size:1.85rem;font-weight:700}.product__price s{color:var(--muted);font-size:1.05rem}.product__price .save{background:var(--accent);color:#fff;font-size:.78rem;font-weight:700;padding:.15rem .45rem;border-radius:5px}.stock-panel{display:flex;align-items:center;gap:.7rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-card);padding:.75rem .9rem}.stock-panel__dot{width:10px;height:10px;border-radius:50%;flex:none;background:var(--success)}.stock-panel--low .stock-panel__dot{background:var(--warning)}.stock-panel--out .stock-panel__dot{background:var(--muted)}.stock-panel strong{display:block;font-size:.95rem}.stock-panel span{font-size:.8rem;color:var(--muted)}.product-form{display:flex;flex-direction:column;gap:.75rem}.product-form__row{display:flex;gap:.6rem;align-items:stretch}.product-form__row .button{flex:1 1 auto}.field{display:flex;flex-direction:column;gap:.3rem}.field>label{font-size:.82rem;font-weight:600}.select{min-height:48px;border:1.5px solid var(--border);border-radius:var(--radius-btn);background:var(--surface);padding:.5rem .75rem;width:100%}.qty{display:inline-flex;align-items:stretch;border:1.5px solid var(--border);border-radius:var(--radius-btn);background:var(--surface);overflow:hidden}.qty button{width:44px;display:grid;place-items:center;font-size:1.2rem;line-height:1;color:var(--text)}.qty button:hover:not([disabled]){background:#0000000d}.qty button[disabled]{opacity:.35;cursor:not-allowed}.qty input{width:46px;text-align:center;border:0;border-inline:1.5px solid var(--border);background:none;outline:none;-moz-appearance:textfield;font-weight:600}.qty input::-webkit-outer-spin-button,.qty input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.qty.is-loading{opacity:.55;pointer-events:none}.assurances{display:grid;gap:.55rem}.assurances li{display:flex;gap:.6rem;align-items:flex-start;font-size:.86rem}.assurances svg{width:19px;height:19px;flex:none;stroke:var(--sage-soft);fill:none;stroke-width:1.7;margin-top:2px}.assurances strong{display:block}.assurances span{color:var(--muted);font-size:.8rem}.accordion{border-top:1px solid var(--border)}.accordion details{border-bottom:1px solid var(--border)}.accordion summary{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.95rem 0;font-weight:600;cursor:pointer;list-style:none;min-height:52px}.accordion summary::-webkit-details-marker{display:none}.accordion summary:after{content:"+";font-size:1.3rem;font-weight:400;line-height:1;color:var(--muted)}.accordion details[open] summary:after{content:"\2212"}.accordion .accordion__body{padding-bottom:1rem;font-size:.93rem}.specs{display:grid;gap:.4rem;margin:0}.specs>div{display:grid;grid-template-columns:minmax(90px,34%) 1fr;gap:.5rem;font-size:.89rem}.specs dt{color:var(--muted);margin:0}.specs dd{margin:0}.label-notice{font-size:.78rem;color:var(--muted);border-left:2px solid var(--border);padding-left:.7rem}.cart-layout{display:grid;gap:1.5rem}@media(min-width:990px){.cart-layout{grid-template-columns:minmax(0,1fr) 350px;gap:2.5rem;align-items:start}}.cart-item{display:grid;grid-template-columns:74px 1fr auto;gap:.75rem;padding:.9rem 0;border-bottom:1px solid var(--border);align-items:start}.cart-item.is-busy{opacity:.55}.cart-item__media{width:74px;aspect-ratio:1;border:1px solid var(--border);border-radius:10px;background:var(--pad-color);overflow:hidden}.cart-item__media img{width:100%;height:100%;object-fit:contain;padding:5%}.cart-item__info{min-width:0;display:flex;flex-direction:column;gap:.2rem}.cart-item__info h3{font-family:var(--font-body);font-size:.92rem;font-weight:600;line-height:1.3}.cart-item__brand{font-size:.68rem;text-transform:uppercase;letter-spacing:.06em;color:var(--sage);font-weight:700}.cart-item__price{font-size:.84rem;color:var(--muted)}.cart-item__controls{display:flex;align-items:center;gap:.6rem;margin-top:.35rem;flex-wrap:wrap}.cart-item__remove{font-size:.8rem;color:var(--muted);text-decoration:underline;text-underline-offset:2px;min-height:44px;display:inline-flex;align-items:center}.cart-item__remove:hover{color:var(--accent)}.cart-item__total{font-weight:700;text-align:right;white-space:nowrap}.cart-item__note{grid-column:1 / -1;font-size:.8rem;color:var(--warning);background:#9a5b1214;border-radius:8px;padding:.45rem .6rem}.cart-item__note[hidden]{display:none}@media(max-width:599px){.cart-item{grid-template-columns:68px 1fr}.cart-item__media{width:68px}.cart-item__total{grid-column:2;text-align:left;margin-top:.35rem}}.cart-summary{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-card);padding:1.1rem;display:flex;flex-direction:column;gap:.8rem;position:sticky;top:90px}.cart-total{display:flex;justify-content:space-between;align-items:baseline;font-size:1.1rem}.cart-total strong{font-size:1.4rem}.progress{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-card);padding:.8rem .95rem;display:flex;flex-direction:column;gap:.5rem}.progress__bar{height:7px;border-radius:4px;background:var(--border);overflow:hidden}.progress__bar i{display:block;height:100%;background:var(--sage-soft);border-radius:4px;transition:width .35s ease}.progress strong{font-size:.92rem}.progress span{font-size:.78rem;color:var(--muted)}.fulfilment{display:grid;gap:.5rem;font-size:.84rem}.fulfilment>div{display:flex;gap:.55rem;align-items:flex-start}.fulfilment svg{width:18px;height:18px;flex:none;stroke:var(--sage-soft);fill:none;stroke-width:1.7;margin-top:2px}.payment-icons{display:flex;flex-wrap:wrap;gap:.3rem;align-items:center}.payment-icons svg,.payment-icons img{height:22px;width:auto;border-radius:3px}.collection-head{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.collection-toolbar{display:flex;gap:.5rem;align-items:center;justify-content:space-between;flex-wrap:wrap;margin-bottom:1rem}.collection-toolbar__count{font-size:.87rem;color:var(--muted)}.catalog{display:grid;gap:1.25rem}@media(min-width:990px){.catalog--with-facets{grid-template-columns:252px minmax(0,1fr);gap:2rem;align-items:start}}.facets{display:none}@media(min-width:990px){.facets{display:block;position:sticky;top:96px}}.facets.is-open{display:block;position:fixed;top:0;right:0;bottom:0;left:0;z-index:120;background:var(--bg);overflow-y:auto;padding:1rem}.facets__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.facet{border-bottom:1px solid var(--border)}.facet>summary{display:flex;align-items:center;justify-content:space-between;padding:.8rem 0;font-weight:600;cursor:pointer;list-style:none;min-height:48px}.facet>summary::-webkit-details-marker{display:none}.facet>summary:after{content:"";width:8px;height:8px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg)}.facet[open]>summary:after{transform:rotate(-135deg)}.facet__options{padding-bottom:.8rem;display:grid;gap:.1rem;max-height:260px;overflow-y:auto}.facet__options label{display:flex;align-items:center;gap:.55rem;padding:.4rem 0;font-size:.89rem;cursor:pointer;min-height:40px}.facet__options input{width:18px;height:18px;accent-color:var(--sage);flex:none}.facet__options small{color:var(--muted)}.pagination{display:flex;justify-content:center;gap:.3rem;margin-top:2rem;flex-wrap:wrap}.pagination a,.pagination span{min-width:44px;min-height:44px;display:inline-flex;align-items:center;justify-content:center;padding:0 .6rem;border-radius:8px;border:1px solid var(--border);background:var(--surface);font-size:.9rem;font-weight:600}.pagination [aria-current=page]{background:var(--text);color:var(--bg);border-color:var(--text)}.empty-state{text-align:center;padding:3rem 1rem;background:var(--surface);border:1px dashed var(--border);border-radius:var(--radius-card)}.empty-state strong{display:block;font-family:var(--font-heading);font-size:1.25rem;margin-bottom:.4rem}.info-grid{display:grid;gap:1rem}@media(min-width:750px){.info-grid{grid-template-columns:repeat(auto-fit,minmax(230px,1fr))}}.info-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-card);padding:1.1rem}.info-card svg{width:26px;height:26px;stroke:var(--sage-soft);fill:none;stroke-width:1.6;margin-bottom:.5rem}.info-card h3{font-size:1.05rem;margin-bottom:.3rem}.info-card p{font-size:.88rem;color:var(--muted)}.steps{display:grid;gap:.85rem;counter-reset:step}@media(min-width:750px){.steps{grid-template-columns:repeat(3,1fr)}}.steps li{position:relative;padding-left:2.6rem;counter-increment:step}.steps li:before{content:counter(step);position:absolute;left:0;top:-2px;width:30px;height:30px;border-radius:50%;background:var(--sage);color:#fff;display:grid;place-items:center;font-weight:700;font-size:.88rem}.steps strong{display:block;font-size:.95rem}.steps span{font-size:.84rem;color:var(--muted)}.facts{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--nm-s3)}@media(min-width:750px){.facts{grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}}.facts>div{background:var(--surface);padding:.85rem}.facts dt{font-size:.74rem;color:var(--muted);text-transform:uppercase;letter-spacing:.05em}.facts dd{margin:.15rem 0 0;font-family:var(--font-heading);font-size:1.2rem}.media-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}@media(min-width:750px){.media-grid{grid-template-columns:repeat(4,1fr)}}.media-grid img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:var(--radius-card)}.footer{background:var(--text);color:#fbf6f0d1;margin-top:2rem}.footer a:hover{color:#fff;text-decoration:underline;text-underline-offset:2px}.footer__top{display:grid;gap:1.75rem;padding-block:2.25rem 1.75rem}@media(min-width:750px){.footer__top{grid-template-columns:1.4fr 1fr 1fr 1fr;gap:2rem}}.footer h3{color:#fff;font-size:1rem;margin-bottom:.7rem;font-family:var(--font-body);font-weight:700;letter-spacing:.02em}.footer ul{display:grid;gap:.45rem;font-size:.88rem}.footer li a{display:inline-block;min-height:32px;line-height:32px}.footer__logo img{width:160px;filter:brightness(0) invert(1);opacity:.95}.footer__intro{font-size:.88rem;margin-top:.75rem;max-width:34ch}.footer__whatsapp{display:inline-flex;align-items:center;gap:.5rem;margin-top:.9rem;padding:.55rem .9rem;border:1px solid rgba(251,246,240,.3);border-radius:var(--radius-btn);font-size:.85rem;font-weight:600;min-height:44px}.footer__whatsapp:hover{background:#fbf6f01a;text-decoration:none!important}.footer__whatsapp svg{width:18px;height:18px;fill:currentColor}.footer__bottom{border-top:1px solid rgba(251,246,240,.16);padding-block:1.1rem;display:flex;flex-wrap:wrap;gap:.75rem 1.5rem;justify-content:space-between;align-items:center;font-size:.78rem}.footer__legal{max-width:60ch}.lang-switch{display:flex;gap:.3rem;flex-wrap:wrap}.lang-switch a,.lang-switch button{padding:.35rem .7rem;border-radius:999px;border:1px solid rgba(251,246,240,.3);font-size:.78rem;font-weight:600;min-height:36px;display:inline-flex;align-items:center;color:inherit}.lang-switch [aria-current=true]{background:#fbf6f0eb;color:var(--text);border-color:transparent}.toast{position:fixed;left:50%;bottom:calc(70px + env(safe-area-inset-bottom));z-index:150;transform:translate(-50%,12px);opacity:0;pointer-events:none;background:var(--text);color:var(--bg);padding:.7rem 1.1rem;border-radius:999px;font-size:.87rem;font-weight:600;max-width:min(92vw,460px);text-align:center;box-shadow:0 10px 30px #00000040;transition:opacity .2s ease,transform .2s ease}.toast[hidden]{display:block}.toast.is-visible{opacity:1;transform:translate(-50%)}.toast--warn{background:var(--warning)}.toast--error{background:var(--accent)}@media(min-width:990px){.toast{bottom:24px}}.fly-to-cart{position:fixed;z-index:200;pointer-events:none;border-radius:10px;overflow:hidden;background:var(--pad-color);border:1px solid var(--border);transition:transform .62s cubic-bezier(.4,.1,.6,1),opacity .62s ease}.fly-to-cart img{width:100%;height:100%;object-fit:contain}.cart-bump{animation:nm-bump .4s ease}@keyframes nm-bump{0%,to{transform:scale(1)}35%{transform:scale(1.28)}}.breadcrumbs{display:flex;flex-wrap:wrap;gap:.3rem;font-size:.8rem;color:var(--muted);margin-bottom:1rem}.breadcrumbs a:hover{color:var(--text);text-decoration:underline}.breadcrumbs [aria-current=page]{color:var(--text)}dialog.zoom{border:0;padding:0;background:transparent;max-width:96vw;max-height:96vh}dialog.zoom::backdrop{background:#141412e0}dialog.zoom img{width:auto;height:auto;max-width:96vw;max-height:90vh;object-fit:contain;border-radius:var(--radius-card);background:var(--pad-color)}dialog.zoom button{position:absolute;top:8px;right:8px;width:40px;height:40px;border-radius:50%;background:#ffffffeb;font-size:1.4rem;line-height:1}.sr-status{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.header__search-mobile{padding-bottom:.55rem}@media(min-width:990px){.header__search-mobile{display:none}}.header__lang{display:none}@media(min-width:750px){.header__lang{display:block;margin-right:.35rem}}.header__lang .lang-switch{gap:2px}.header__lang .lang-switch button{border-color:var(--border);color:var(--muted);background:transparent;padding:.3rem .5rem;font-size:.74rem;min-height:32px}.header__lang .lang-switch [aria-current=true]{background:var(--text);color:var(--bg);border-color:var(--text)}.drawer__foot .lang-switch button{border-color:var(--border);color:var(--text)}.drawer__foot .lang-switch [aria-current=true]{background:var(--text);color:var(--bg);border-color:var(--text)}.promo{display:grid;gap:0;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-card);overflow:hidden}@media(min-width:750px){.promo{grid-template-columns:1fr 1.15fr;align-items:center}}.promo__media img{width:100%;height:100%;min-height:190px;object-fit:cover}.promo__content{padding:1.5rem;display:flex;flex-direction:column;gap:.6rem;align-items:flex-start}.promo__content h2{font-size:clamp(1.3rem,1.1rem + 1vw,1.85rem)}.promo__content p{color:var(--muted);font-size:.93rem}.nav{flex-wrap:wrap;row-gap:0}.nav__link{white-space:nowrap}@media(min-width:990px)and (max-width:1199px){.nav__link{padding:.7rem .48rem;font-size:.855rem}.nav__link svg{width:12px;height:12px}}@media(min-width:1200px)and (max-width:1379px){.nav__link{padding:.75rem .58rem;font-size:.9rem}}.header__nav{max-height:106px;overflow:hidden}@media(max-width:749px){.announcement{justify-content:flex-start;flex-wrap:nowrap;overflow-x:auto;white-space:nowrap;font-size:.74rem;padding:.42rem 34px .42rem 16px;scrollbar-width:none;scroll-snap-type:x mandatory;scroll-padding-inline:16px;-webkit-mask-image:linear-gradient(to right,#000 0,#000 calc(100% - 28px),transparent 100%);mask-image:linear-gradient(to right,#000 0,#000 calc(100% - 28px),transparent 100%)}.announcement::-webkit-scrollbar{display:none}.announcement>*{flex:none}.announcement>*:not(.announcement__sep){scroll-snap-align:start}.searchbar__submit{display:none}.searchbar form{padding-right:.85rem;min-height:44px}.searchbar input{font-size:16px}.hero__content{padding-block:1.75rem 1.9rem}.hero h1{font-size:clamp(1.5rem,1.15rem + 2.1vw,1.95rem)}.hero__text{font-size:.95rem;margin:.6rem 0 1rem}.hero__actions{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.hero__actions .button{padding-inline:.6rem;font-size:.9rem;min-height:46px}.hero__points{gap:.35rem .9rem;font-size:.82rem;margin-top:.9rem}.hero__points li{flex:0 0 auto}.section-head h2{font-size:1.35rem}.usp__item{padding:.8rem .7rem;gap:.5rem}.usp__item strong{font-size:.84rem}.usp__item span{font-size:.72rem}}@media(max-width:344px){.hero__actions{grid-template-columns:1fr}.tiles{gap:.5rem}.card__body{padding:.55rem .6rem .6rem}.product-grid{gap:.5rem}}@media(max-width:749px){.usp__item span{line-height:1.35;display:block}.usp__item strong{line-height:1.25}}.account-panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-card);padding:1.25rem}.card__title a{display:-webkit-box;padding-block:4px;margin-block:-4px}.breadcrumbs a,.cart-item__info h3 a{display:inline-block;padding-block:4px;margin-block:-4px}.qty,.qty button,.qty input{min-height:44px}.text-link{display:inline-block;padding-block:3px}.info-card p a{display:inline-block;padding-block:4px;margin-block:-4px}.rte table{width:100%;border-collapse:collapse;font-size:.9rem;margin:.75rem 0}.rte th,.rte td{text-align:left;padding:.45rem .6rem;border-bottom:1px solid var(--border)}.rte th{font-weight:600;color:var(--muted);width:38%}.rte td{font-variant-numeric:tabular-nums}.password-page{min-height:100dvh;display:grid;place-items:center;padding:2rem 1rem;background:var(--bg)}.password-card{width:100%;max-width:420px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-card);padding:2rem 1.75rem;text-align:center;display:flex;flex-direction:column;gap:1rem}.password-card__logo img{width:190px;margin-inline:auto}.password-card h1{font-size:1.5rem}.password-card__store{font-size:.88rem;color:var(--muted);border-block:1px solid var(--border);padding-block:1rem}.password-card__form{text-align:left}
/*# sourceMappingURL=/cdn/shop/t/26/assets/nash-heritage.css.map */
