:root{--nuora-green: #1C4D2E;--nuora-green-dark: #0E2A18;--nuora-green-mid: #2D6B45;--nuora-green-light: #EAF3E0;--nuora-gold: #C9A06A;--nuora-gold-dark: #A07840;--nuora-cream: #F8F4EE;--nuora-cream-mid: #EDE8DE;--nuora-white: #FFFFFF;--nuora-text: #1A1A1A;--nuora-text-mid: #4A4A4A;--nuora-text-muted: #6B7280;--nuora-border: #E0D8CC;--font-display: "Cormorant Garamond", Georgia, serif;--font-body: "DM Sans", -apple-system, sans-serif;--radius-sm: 2px;--radius-md: 4px;--radius-lg: 8px;--transition: .2s ease}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-body);font-size:16px;line-height:1.6;color:var(--nuora-text);background:var(--nuora-cream)}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{font-family:var(--font-body);cursor:pointer}ul,ol{list-style:none}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-to-content:focus{position:fixed;top:1rem;left:1rem;background:var(--nuora-green);color:#fff;padding:.75rem 1.5rem;z-index:9999;clip:auto;width:auto;height:auto}*:focus-visible{outline:2px solid var(--nuora-gold);outline-offset:2px}.serif{font-family:var(--font-display)}h1,h2,h3{font-family:var(--font-display);font-weight:500;line-height:1.15}h1{font-size:clamp(2rem,5vw,3.5rem)}h2{font-size:clamp(1.6rem,4vw,2.5rem)}h3{font-size:clamp(1.2rem,3vw,1.5rem)}p{line-height:1.7}.eyebrow{font-size:.6875rem;letter-spacing:.14em;text-transform:uppercase;font-weight:500;color:var(--nuora-gold)}.page-width{max-width:1280px;margin-inline:auto;padding-inline:clamp(1rem,4vw,2.5rem)}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.announcement-bar{background:var(--nuora-green);color:#ffffffe6;text-align:center;padding:.5rem 1rem;font-size:.75rem;letter-spacing:.05em}.announcement-bar a,.announcement-bar strong{color:var(--nuora-gold);font-weight:500}.site-header{background:var(--nuora-white);border-bottom:1px solid var(--nuora-border);position:sticky;top:0;z-index:100}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding-block:1rem}.site-logo{font-family:var(--font-display);font-size:1.75rem;font-weight:500;color:var(--nuora-green);letter-spacing:.02em;flex-shrink:0}.site-logo img{height:40px;width:auto}.nav-primary{display:flex;gap:1.5rem}.nav-primary a{font-size:.8125rem;color:var(--nuora-text-muted);transition:color var(--transition);position:relative}.nav-primary a:hover,.nav-primary a[aria-current]{color:var(--nuora-green)}.nav-primary a[aria-current]:after{content:"";position:absolute;bottom:-4px;left:0;right:0;height:1px;background:var(--nuora-gold)}.header-icons{display:flex;align-items:center;gap:1rem}.header-icon-btn{background:none;border:none;padding:.25rem;color:var(--nuora-text-muted);transition:color var(--transition);position:relative}.header-icon-btn:hover{color:var(--nuora-green)}.cart-count{position:absolute;top:-4px;right:-4px;background:var(--nuora-green);color:#fff;font-size:.5625rem;font-weight:500;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 2rem;font-family:var(--font-body);font-size:.875rem;font-weight:500;letter-spacing:.04em;border-radius:var(--radius-sm);border:1px solid transparent;transition:all var(--transition);cursor:pointer;white-space:nowrap}.btn-primary{background:var(--nuora-gold);color:#fff;border-color:var(--nuora-gold)}.btn-primary:hover{background:var(--nuora-gold-dark);border-color:var(--nuora-gold-dark)}.btn-dark{background:var(--nuora-green);color:#fff;border-color:var(--nuora-green)}.btn-dark:hover{background:var(--nuora-green-dark)}.btn-outline{background:transparent;color:var(--nuora-green);border-color:var(--nuora-green)}.btn-outline:hover{background:var(--nuora-green);color:#fff}.btn-outline-light{background:transparent;color:#ffffffd9;border-color:#ffffff59}.btn-outline-light:hover{background:#ffffff1a}.btn-sm{padding:.5rem 1.25rem;font-size:.8125rem}.btn-full{width:100%}.product-card{background:var(--nuora-white);border:1px solid var(--nuora-border);border-radius:var(--radius-md);overflow:hidden;transition:border-color var(--transition),transform var(--transition);display:flex;flex-direction:column}.product-card:hover{border-color:var(--nuora-green);transform:translateY(-2px)}.product-card__image-wrapper{position:relative;aspect-ratio:1;background:var(--nuora-cream);overflow:hidden}.product-card__image-wrapper img{width:100%;height:100%;object-fit:contain;padding:1rem;transition:transform .4s ease}.product-card:hover .product-card__image-wrapper img{transform:scale(1.04)}.product-card__badge{position:absolute;top:.625rem;left:.625rem;font-size:.625rem;font-weight:500;letter-spacing:.04em;text-transform:uppercase;padding:.2rem .6rem;border-radius:var(--radius-sm);background:var(--nuora-green);color:#fff}.product-card__badge--gold{background:var(--nuora-gold)}.product-card__badge--sale{background:#dc2626}.product-card__body{padding:1rem;flex:1;display:flex;flex-direction:column}.product-card__title{font-size:.875rem;font-weight:500;color:var(--nuora-text);margin-bottom:.25rem;line-height:1.4}.product-card__subtitle{font-size:.75rem;color:var(--nuora-text-muted);margin-bottom:.625rem;line-height:1.5}.product-card__rating{font-size:.6875rem;color:var(--nuora-gold);letter-spacing:2px;margin-bottom:.5rem}.product-card__footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:.75rem;border-top:1px solid var(--nuora-border);gap:.5rem}.product-card__price{font-size:1rem;font-weight:500;color:var(--nuora-green)}.product-card__price-compare{font-size:.75rem;color:var(--nuora-text-muted);text-decoration:line-through}.product-card__add-btn{background:var(--nuora-green);color:#fff;border:none;padding:.4375rem .875rem;font-size:.75rem;font-family:var(--font-body);font-weight:500;border-radius:var(--radius-sm);cursor:pointer;transition:background var(--transition);flex-shrink:0}.product-card__add-btn:hover{background:var(--nuora-green-dark)}.trust-strip{background:var(--nuora-green-light);border-top:1px solid #d0e8c0;border-bottom:1px solid #d0e8c0;padding:1rem 0}.trust-strip__inner{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.trust-item{display:flex;align-items:center;gap:.625rem}.trust-item__icon{width:2rem;height:2rem;background:var(--nuora-green);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.trust-item__icon svg{fill:#fff}.trust-item__label{font-size:.75rem;font-weight:500;color:var(--nuora-green);display:block}.trust-item__sub{font-size:.6875rem;color:var(--nuora-text-muted)}.section-header{text-align:center;max-width:600px;margin-inline:auto;padding-block:3rem 2rem}.section-header h2{color:var(--nuora-green);margin-block:.5rem .75rem}.section-header p{color:var(--nuora-text-muted);font-size:.9375rem}.hero-banner{background:var(--nuora-green);min-height:520px;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:3rem;padding-block:4rem}.hero-banner__content .eyebrow{margin-bottom:.75rem;display:block}.hero-banner__content h1{color:#fff;margin-bottom:1rem}.hero-banner__content h1 em{color:var(--nuora-gold);font-style:italic}.hero-banner__content p{color:#ffffffb3;font-size:.9375rem;max-width:420px;margin-bottom:2rem}.hero-banner__ctas{display:flex;gap:.75rem;flex-wrap:wrap}.hero-banner__media{display:flex;align-items:center;justify-content:center}.hero-banner__media img{max-height:420px;object-fit:contain;filter:drop-shadow(0 20px 40px rgba(0,0,0,.3))}.collection-hero{background:var(--nuora-green);padding:2.5rem 0;text-align:center}.collection-hero__eyebrow{color:#ffffff80;font-size:.6875rem;letter-spacing:.12em;text-transform:uppercase;margin-bottom:.5rem;display:block}.collection-hero h1{color:#fff;margin-bottom:.625rem}.collection-hero p{color:#fff9;font-size:.9375rem;max-width:560px;margin-inline:auto}.filter-bar{background:var(--nuora-white);border-bottom:1px solid var(--nuora-border);padding:.75rem 0;display:flex;align-items:center;gap:.625rem;flex-wrap:wrap}.filter-bar__label{font-size:.75rem;color:var(--nuora-text-muted);flex-shrink:0}.filter-pill{border:1px solid var(--nuora-border);border-radius:20px;padding:.3125rem .875rem;font-size:.75rem;color:var(--nuora-text);cursor:pointer;background:var(--nuora-white);font-family:var(--font-body);transition:all var(--transition)}.filter-pill:hover,.filter-pill[aria-selected=true]{background:var(--nuora-green);color:#fff;border-color:var(--nuora-green)}.filter-bar__count{font-size:.75rem;color:var(--nuora-text-muted);margin-left:auto}.product-page{padding-block:2.5rem}.product-page__layout{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.product-gallery__main{aspect-ratio:1;background:var(--nuora-cream);border:1px solid var(--nuora-border);border-radius:var(--radius-md);overflow:hidden;display:flex;align-items:center;justify-content:center}.product-gallery__main img{width:100%;height:100%;object-fit:contain;padding:1.5rem}.product-gallery__thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem;margin-top:.5rem}.product-gallery__thumb{aspect-ratio:1;background:var(--nuora-cream);border:1px solid var(--nuora-border);border-radius:var(--radius-sm);overflow:hidden;cursor:pointer;transition:border-color var(--transition)}.product-gallery__thumb:hover,.product-gallery__thumb.is-active{border-color:var(--nuora-green)}.product-gallery__thumb img{width:100%;height:100%;object-fit:contain;padding:.25rem}.breadcrumb{font-size:.6875rem;color:var(--nuora-text-muted);margin-bottom:.75rem}.breadcrumb a{color:var(--nuora-text-muted);transition:color var(--transition)}.breadcrumb a:hover{color:var(--nuora-green)}.product-info__title{color:var(--nuora-green);margin-bottom:.625rem}.product-info__rating{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.75rem}.product-info__rating .stars{color:var(--nuora-gold);letter-spacing:2px;font-size:.75rem;margin:0}.verified-badge{background:var(--nuora-green-light);border:1px solid #c0ddb0;border-radius:var(--radius-sm);padding:.125rem .5rem;font-size:.6875rem;color:var(--nuora-green);font-weight:500}.price-block{background:var(--nuora-green-light);border-left:3px solid var(--nuora-green);border-radius:0 var(--radius-md) var(--radius-md) 0;padding:1rem 1.25rem;margin-block:1rem}.price-block__current{font-size:1.875rem;font-weight:500;color:var(--nuora-green)}.price-block__compare{font-size:.9375rem;color:var(--nuora-text-muted);text-decoration:line-through;margin-right:.5rem}.price-block__save{font-size:.75rem;font-weight:500;background:var(--nuora-green);color:#fff;padding:.125rem .5rem;border-radius:var(--radius-sm);margin-left:.5rem}.price-block__note{font-size:.6875rem;color:var(--nuora-text-muted);margin-top:.375rem}.product-description{font-size:.9375rem;color:var(--nuora-text-mid);line-height:1.7;margin-bottom:1rem}.product-bullets{margin-bottom:1.25rem}.product-bullets li{font-size:.875rem;color:var(--nuora-text);padding:.3rem 0 .3rem 1.25rem;position:relative}.product-bullets li:before{content:"\2713";position:absolute;left:0;color:var(--nuora-green);font-weight:600}.product-form{margin-block:1.25rem}.qty-row{display:flex;gap:.625rem;margin-bottom:.75rem;align-items:center}.qty-control{display:flex;align-items:center;border:1px solid var(--nuora-border);border-radius:var(--radius-sm);overflow:hidden}.qty-control button{background:var(--nuora-cream);border:none;width:36px;height:40px;font-size:1.125rem;color:var(--nuora-text);transition:background var(--transition)}.qty-control button:hover{background:var(--nuora-cream-mid)}.qty-control input{width:44px;text-align:center;border:none;background:var(--nuora-white);font-family:var(--font-body);font-size:.875rem;font-weight:500;-moz-appearance:textfield}.qty-control input::-webkit-outer-spin-button,.qty-control input::-webkit-inner-spin-button{-webkit-appearance:none}.btn-add-to-cart{flex:1;height:40px}.btn-buy-now{width:100%}.product-meta{border-top:1px solid var(--nuora-border);padding-top:1rem;margin-top:1rem}.product-meta p{font-size:.8125rem;color:var(--nuora-text-muted);margin-bottom:.3rem}.product-meta span{color:var(--nuora-green);font-weight:500}.disclaimer-box{background:#fffbeb;border:1px solid #f0e68c;border-radius:var(--radius-md);padding:.75rem 1rem;margin-top:1rem;font-size:.75rem;color:#92670a;line-height:1.6}.benefits-section{background:var(--nuora-green);padding-block:4rem}.benefits-section__layout{display:grid;grid-template-columns:1fr 2fr;gap:4rem;align-items:center}.benefits-section__intro h2{color:#fff}.benefits-section__intro h2 em{color:var(--nuora-gold);font-style:italic}.benefits-section__intro p{color:#ffffffa6;font-size:.9375rem;margin-top:.75rem}.benefits-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.benefit-card{background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-md);padding:1.25rem}.benefit-card__number{font-family:var(--font-display);font-size:1.875rem;font-weight:600;color:var(--nuora-gold);margin-bottom:.25rem}.benefit-card h4{color:#fff;font-family:var(--font-body);font-size:.875rem;font-weight:500;margin-bottom:.375rem}.benefit-card p{color:#ffffff8c;font-size:.8125rem;line-height:1.6}.testimonials-section{padding-block:3.5rem}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.testimonial-card{background:var(--nuora-white);border:1px solid var(--nuora-border);border-radius:var(--radius-md);padding:1.25rem}.testimonial-card__stars{color:var(--nuora-gold);font-size:.75rem;letter-spacing:2px;margin-bottom:.625rem}.testimonial-card__text{font-size:.875rem;font-style:italic;line-height:1.65;margin-bottom:.875rem;color:var(--nuora-text-mid)}.testimonial-card__author{display:flex;align-items:center;gap:.625rem}.testimonial-card__avatar{width:2rem;height:2rem;border-radius:50%;background:var(--nuora-green-light);border:1px solid #c0ddb0;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:500;color:var(--nuora-green);flex-shrink:0}.testimonial-card__name{font-size:.75rem;font-weight:500}.testimonial-card__city{font-size:.6875rem;color:var(--nuora-text-muted)}.faq-section{padding-block:3.5rem}.faq-container{max-width:720px;margin-inline:auto}.faq-item{border-bottom:1px solid var(--nuora-border)}.faq-item__question{width:100%;background:none;border:none;padding:1.125rem 0;display:flex;justify-content:space-between;align-items:center;font-family:var(--font-body);font-size:.9375rem;font-weight:500;color:var(--nuora-green);text-align:left;cursor:pointer}.faq-item__icon{color:var(--nuora-gold);font-size:1.25rem;font-weight:300;transition:transform var(--transition);flex-shrink:0;margin-left:1rem}.faq-item__question[aria-expanded=true] .faq-item__icon{transform:rotate(45deg)}.faq-item__answer{font-size:.875rem;color:var(--nuora-text-muted);line-height:1.7;max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.faq-item__answer.is-open{max-height:400px;padding-bottom:1rem}.trust-section{background:var(--nuora-white);border-top:1px solid var(--nuora-border);border-bottom:1px solid var(--nuora-border);padding-block:2.5rem}.trust-section__grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem;text-align:center}.trust-section__icon{font-size:1.5rem;margin-bottom:.5rem;color:var(--nuora-green)}.trust-section__title{font-size:.8125rem;font-weight:500;margin-bottom:.25rem}.trust-section__desc{font-size:.75rem;color:var(--nuora-text-muted);line-height:1.5}.newsletter-section{background:var(--nuora-green);padding-block:3.5rem;text-align:center}.newsletter-section h2{color:#fff;margin-bottom:.625rem}.newsletter-section p{color:#ffffffa6;font-size:.9375rem;margin-bottom:1.5rem}.newsletter-form{display:flex;max-width:460px;margin-inline:auto;border:1px solid rgba(255,255,255,.2);border-radius:var(--radius-sm);overflow:hidden}.newsletter-form input{flex:1;background:#ffffff14;border:none;padding:.875rem 1rem;font-size:.875rem;color:#fff;font-family:var(--font-body);outline:none}.newsletter-form input::placeholder{color:#fff6}.newsletter-form button{background:var(--nuora-gold);color:#fff;border:none;padding:.875rem 1.25rem;font-size:.8125rem;font-family:var(--font-body);font-weight:500;cursor:pointer;letter-spacing:.04em;transition:background var(--transition)}.newsletter-form button:hover{background:var(--nuora-gold-dark)}.newsletter-note{font-size:.6875rem;color:#ffffff59;margin-top:.75rem}.site-footer{background:var(--nuora-green-dark);padding-block:3.5rem 1.5rem}.footer-top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:2.5rem;padding-bottom:2.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer-brand__logo{font-family:var(--font-display);font-size:1.5rem;font-weight:500;color:#ffffffe6;display:block;margin-bottom:.875rem}.footer-brand p{color:#ffffff73;font-size:.8125rem;line-height:1.7;max-width:260px}.footer-social{display:flex;gap:.5rem;margin-top:1rem}.footer-social a{width:1.875rem;height:1.875rem;background:#ffffff1a;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;transition:background var(--transition)}.footer-social a:hover{background:#fff3}.footer-col h4{color:#ffffff80;font-size:.6875rem;letter-spacing:.12em;text-transform:uppercase;font-weight:500;font-family:var(--font-body);margin-bottom:1rem}.footer-col a{display:block;color:#ffffff80;font-size:.8125rem;margin-bottom:.5rem;transition:color var(--transition)}.footer-col a:hover{color:#ffffffd9}.footer-bottom{padding-top:1.5rem;display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.footer-bottom p{color:#ffffff4d;font-size:.6875rem}.footer-disclaimer{background:#ffffff12;border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-sm);padding:.25rem .75rem;font-size:.625rem;color:#fff6;text-align:right;max-width:400px;line-height:1.5}.cart-page{padding-block:2.5rem}.cart-layout{display:grid;grid-template-columns:1fr 380px;gap:2.5rem;align-items:start}.cart-item{display:grid;grid-template-columns:80px 1fr auto;gap:1rem;padding-block:1rem;border-bottom:1px solid var(--nuora-border);align-items:start}.cart-item__img{width:80px;height:80px;background:var(--nuora-cream);border-radius:var(--radius-sm);overflow:hidden}.cart-item__img img{width:100%;height:100%;object-fit:contain;padding:.375rem}.cart-item__title{font-size:.9375rem;font-weight:500;margin-bottom:.25rem}.cart-item__price{font-size:.875rem;color:var(--nuora-text-muted)}.cart-summary{background:var(--nuora-white);border:1px solid var(--nuora-border);border-radius:var(--radius-md);padding:1.5rem;position:sticky;top:80px}.cart-summary h3{font-family:var(--font-body);font-size:1rem;font-weight:500;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid var(--nuora-border)}.cart-summary__line{display:flex;justify-content:space-between;font-size:.875rem;margin-bottom:.5rem}.cart-summary__total{display:flex;justify-content:space-between;font-size:1.125rem;font-weight:500;color:var(--nuora-green);padding-top:.75rem;border-top:1px solid var(--nuora-border);margin-top:.5rem;margin-bottom:1.25rem}.cart-trust{display:flex;gap:1rem;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--nuora-border)}.cart-trust-item{text-align:center;flex:1}.cart-trust-item svg{width:20px;height:20px;color:var(--nuora-green);margin-bottom:.25rem}.cart-trust-item p{font-size:.625rem;color:var(--nuora-text-muted)}@media(max-width:1024px){.grid-4{grid-template-columns:repeat(2,1fr)}.trust-section__grid{grid-template-columns:repeat(3,1fr)}.footer-top{grid-template-columns:1fr 1fr}.benefits-section__layout{grid-template-columns:1fr;gap:2rem}}@media(max-width:768px){.hero-banner{grid-template-columns:1fr}.hero-banner__media{display:none}.grid-2,.grid-3,.product-page__layout,.testimonials-grid,.cart-layout{grid-template-columns:1fr}.trust-strip__inner{grid-template-columns:1fr 1fr}.trust-section__grid{grid-template-columns:repeat(2,1fr)}.footer-top{grid-template-columns:1fr}.nav-primary{display:none}.benefits-grid{grid-template-columns:1fr}.cats{grid-template-columns:1fr 1fr}}@media(max-width:480px){.cats,.trust-strip__inner{grid-template-columns:1fr}.trust-section__grid{grid-template-columns:1fr 1fr}.footer-bottom{flex-direction:column;text-align:center}.newsletter-form{flex-direction:column;border-radius:var(--radius-md)}.newsletter-form button{border-radius:0 0 var(--radius-sm) var(--radius-sm)}}.mt-0{margin-top:0}.text-center{text-align:center}.text-green{color:var(--nuora-green)}.text-gold{color:var(--nuora-gold)}.text-muted{color:var(--nuora-text-muted)}.bg-cream{background:var(--nuora-cream)}.bg-green{background:var(--nuora-green)}.bg-green-light{background:var(--nuora-green-light)}.spacer-sm{height:2rem}.spacer-md{height:3.5rem}.spacer-lg{height:5rem}@media(max-width:480px){.page-width{padding-inline:1rem}.hero-banner{min-height:auto;padding-block:2.5rem}.hero-banner h1{font-size:2rem}.hero-banner__content p{font-size:.875rem}.hero-banner__ctas{flex-direction:column}.hero-banner__ctas .btn{width:100%;text-align:center;justify-content:center}.hero-banner__media{display:none}.trust-strip__inner{grid-template-columns:1fr;gap:.75rem}[style*="grid-template-columns:repeat(4,1fr)"]{grid-template-columns:repeat(2,1fr)!important}[style*="grid-template-columns:repeat(3,1fr)"]{grid-template-columns:1fr!important}[style*="grid-template-columns:1fr 2fr"]{grid-template-columns:1fr!important;gap:2rem!important}[style*="grid-template-columns:1fr 1fr"],.testimonials-grid,[style*="grid-template-columns:repeat(3,1fr)"]{grid-template-columns:1fr!important}[style*="grid-template-columns:repeat(5,1fr)"]{grid-template-columns:repeat(2,1fr)!important;gap:1.25rem!important}[style*="display:flex;max-width:460px"]{flex-direction:column!important;border-radius:4px!important;overflow:hidden!important}[style*="display:flex;max-width:460px"] input{border-radius:2px 2px 0 0!important}[style*="display:flex;max-width:460px"] button{border-radius:0 0 2px 2px!important;padding:.875rem!important}.footer-top{grid-template-columns:1fr!important;gap:2rem!important}.footer-bottom{flex-direction:column!important;text-align:center!important;gap:.75rem!important}.footer-disclaimer{max-width:100%!important;text-align:center!important}.nav-primary{display:none!important}.mobile-menu-btn{display:flex!important}.section-header{padding-block:2rem 1.5rem}.section-header h2{font-size:1.75rem}.product-page__layout,.cart-layout{grid-template-columns:1fr!important}.benefits-section__layout{grid-template-columns:1fr!important;gap:2rem!important}.benefits-grid{grid-template-columns:1fr!important}.benefits-section h2{font-size:1.75rem}}@media(min-width:481px)and (max-width:768px){.page-width{padding-inline:1.5rem}.hero-banner{min-height:auto;padding-block:3rem}.hero-banner h1{font-size:2.25rem}.hero-banner__media{display:none}.trust-strip__inner{grid-template-columns:repeat(2,1fr)}[style*="grid-template-columns:repeat(4,1fr)"],[style*="grid-template-columns:repeat(3,1fr)"]{grid-template-columns:repeat(2,1fr)!important}[style*="grid-template-columns:1fr 2fr"]{grid-template-columns:1fr!important;gap:2rem!important}[style*="grid-template-columns:1fr 1fr"]{grid-template-columns:repeat(2,1fr)!important}[style*="grid-template-columns:repeat(5,1fr)"]{grid-template-columns:repeat(3,1fr)!important}.footer-top{grid-template-columns:repeat(2,1fr)!important;gap:2rem!important}.nav-primary{display:none!important}.mobile-menu-btn{display:flex!important}.product-page__layout{grid-template-columns:1fr!important}}@media(min-width:769px)and (max-width:1024px){.page-width{padding-inline:2rem}[style*="grid-template-columns:repeat(3,1fr)"]{grid-template-columns:repeat(2,1fr)!important}[style*="grid-template-columns:1fr 2fr"]{grid-template-columns:1fr 1.5fr!important;gap:2.5rem!important}[style*="grid-template-columns:repeat(5,1fr)"]{grid-template-columns:repeat(3,1fr)!important}.footer-top{grid-template-columns:repeat(2,1fr)!important;gap:2rem!important}.hero-banner h1{font-size:2.5rem}}@media(hover:none)and (pointer:coarse){.btn{min-height:48px}.product-card__add-btn{min-height:40px;padding:.625rem 1rem}.header-icon-btn{min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center}.filter-pill{min-height:36px;padding:.5rem 1rem}.product-card:hover{transform:none;border-color:var(--nuora-border)}}.hide-mobile{display:block}.show-mobile{display:none}@media(max-width:768px){.hide-mobile{display:none!important}.show-mobile{display:block!important}}.collection-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}@media(max-width:1024px){.collection-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.collection-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.filter-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:.25rem}.filter-scroll::-webkit-scrollbar{display:none}.pagination{gap:.375rem!important}.product-card__body{padding:.75rem}.product-card__title{font-size:.8125rem}.product-card__price{font-size:.9375rem}.product-card__add-btn{padding:.375rem .625rem;font-size:.6875rem}}@media(max-width:768px){[style*="position:sticky;top:60px"]{top:56px!important}}.cart-qty-btn:hover{background:var(--nuora-cream-mid)!important}.cart-remove-btn:hover{color:#dc2626!important}.cart-item:last-child{border-bottom:none}@media(max-width:480px){.cart-summary{padding:1.25rem!important}.cart-summary h2{font-size:.9375rem!important}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/nuora-theme.css.map */
