*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--primary:#2d5a27;--primary-rgb:45,90,39;--primary-light:#3a7232;--primary-dark:#1e3d1a;--primary-hover:#245020;--dark:#111;--dark-rgb:17,17,17;--light-bg:#f6f5f0;--light-bg2:#edece6;--text:#222;--text-muted:#666;--white:#fff;--sale:#dc2626;--success:#16a34a;--border:#e5e5e0;--radius:8px;--radius-lg:12px;--heading-font:"DM Sans",sans-serif;--heading-serif:"Playfair Display",serif;--body-font:"DM Sans",sans-serif;--transition:.3s ease;--nav-h:64px;--safe-bottom:env(safe-area-inset-bottom,0px)}@media(min-width:768px){:root{--nav-h:72px}}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}body{font-family:var(--body-font);color:var(--text);line-height:1.7;overflow-x:hidden;background:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%;display:block;height:auto}a{text-decoration:none;color:inherit;-webkit-tap-highlight-color:transparent}button{font-family:inherit;cursor:pointer;-webkit-tap-highlight-color:transparent}input,textarea,select{font-family:inherit}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 20px}@media(min-width:768px){.container{padding:0 32px}}@media(min-width:1024px){.container{padding:0 40px}}.btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 28px;border-radius:var(--radius);background:var(--primary);color:#fff;font-family:var(--heading-font);font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:1.5px;border:2px solid var(--primary);cursor:pointer;transition:all var(--transition);min-height:48px;text-decoration:none;line-height:1;white-space:nowrap}.btn-primary:hover{background:var(--primary-hover)}.btn-primary:active{transform:scale(.97)}.btn-ghost{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 28px;border-radius:var(--radius);background:transparent;color:var(--dark);font-family:var(--heading-font);font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:1.5px;border:1.5px solid var(--border);cursor:pointer;transition:all var(--transition);min-height:48px;text-decoration:none;line-height:1;white-space:nowrap}.btn-ghost:hover{border-color:var(--primary);color:var(--primary);background:#2d5a270a}.btn-ghost:active{transform:scale(.97)}.reveal{opacity:0;transform:translateY(20px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:translateY(0)}.reveal.d1{transition-delay:.07s}.reveal.d2{transition-delay:.14s}.reveal.d3{transition-delay:.21s}.reveal.d4{transition-delay:.28s}.reveal.d5{transition-delay:.35s}.announcement-bar{background:var(--primary-dark);color:#fff;text-align:center;padding:10px 20px;position:relative;overflow:hidden;z-index:100;min-height:38px}.announcement-msg{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:2px;opacity:0;transition:opacity .5s ease;padding:0 20px}.announcement-msg.active{opacity:1;position:relative}@media(min-width:768px){.announcement-msg{font-size:12px;letter-spacing:2.5px}}.navbar{position:sticky;top:0;z-index:1000;background:#fff;transition:box-shadow var(--transition);border-bottom:1px solid transparent}.navbar.scrolled{box-shadow:0 1px 12px #0000000f;border-bottom-color:#f0f0f0}.navbar-inner{display:flex;align-items:center;justify-content:space-between;height:var(--nav-h);gap:12px}.nav-logo{display:flex;align-items:center;gap:10px;flex-shrink:0;min-width:0}.nav-logo-img{height:48px;width:auto;flex-shrink:0;object-fit:contain}@media(min-width:768px){.nav-logo-img{height:54px}}.nav-links{display:none;align-items:center;gap:28px;list-style:none}@media(min-width:1024px){.nav-links{display:flex}}.nav-links a{font-size:14px;font-weight:500;color:var(--text);transition:color var(--transition);position:relative;padding:4px 0}.nav-links a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--primary);transition:width .3s}.nav-links a:hover{color:var(--primary)}.nav-links a:hover:after{width:100%}.nav-links .has-dropdown{position:relative}.nav-links .has-dropdown:hover .dropdown{opacity:1;visibility:visible;transform:translateY(0)}.dropdown{position:absolute;top:calc(100% + 8px);left:-20px;background:#fff;border-radius:var(--radius-lg);box-shadow:0 12px 40px #0000001f;padding:16px 20px;min-width:240px;opacity:0;visibility:hidden;transform:translateY(6px);transition:all .25s ease;z-index:100}.dropdown:before{content:"";position:absolute;top:-8px;left:0;right:0;height:8px}.dropdown a{display:block;padding:8px 0;font-size:13px;font-weight:500;color:var(--text)}.dropdown a:after{display:none}.dropdown a:hover{color:var(--primary)}.dropdown a.dropdown-sub{padding-left:14px;font-size:12px;color:var(--text-muted);position:relative}.dropdown a.dropdown-sub:before{content:"";position:absolute;left:2px;top:50%;width:6px;height:1px;background:currentColor;opacity:.45}.dropdown a.dropdown-sub:hover{color:var(--primary)}.nav-actions{display:flex;align-items:center;gap:6px}@media(min-width:768px){.nav-actions{gap:10px}}.nav-action-btn{background:none;border:none;padding:10px;position:relative;color:var(--text);transition:color var(--transition);border-radius:8px;min-height:44px;min-width:44px;display:flex;align-items:center;justify-content:center}.nav-action-btn:hover{color:var(--primary);background:#2d5a270d}.nav-action-btn svg{width:22px;height:22px}.cart-count{position:absolute;top:4px;right:2px;width:18px;height:18px;border-radius:50%;background:var(--primary);color:#fff;font-size:10px;font-weight:700;display:none;align-items:center;justify-content:center;font-family:var(--heading-font);pointer-events:none}.hamburger{display:flex;align-items:center;justify-content:center;background:none;border:none;padding:10px;cursor:pointer;min-height:44px;min-width:44px;border-radius:8px}.hamburger:active{background:#0000000a}@media(min-width:1024px){.hamburger{display:none}}.hamburger span{display:block;width:20px;height:2px;background:var(--dark);position:relative;transition:all .3s}.hamburger span:before,.hamburger span:after{content:"";position:absolute;left:0;width:20px;height:2px;background:var(--dark);transition:all .3s}.hamburger span:before{top:-6px}.hamburger span:after{top:6px}.nav-phone{display:none;font-size:13px;font-weight:600;color:var(--primary);white-space:nowrap;padding:8px 12px;border-radius:var(--radius);border:1.5px solid rgba(45,90,39,.2);min-height:44px;align-items:center;gap:6px;transition:all var(--transition)}.nav-phone:hover{background:#2d5a270d;border-color:var(--primary)}@media(min-width:768px){.nav-phone{display:flex}}.nav-phone svg{width:16px;height:16px}.mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;background:#fff;z-index:1200;transform:translate(-100%);transition:transform .4s cubic-bezier(.22,1,.36,1);overflow-y:auto;-webkit-overflow-scrolling:touch;display:flex;flex-direction:column}.mobile-menu.active{transform:translate(0)}.mobile-menu-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid var(--border);flex-shrink:0;min-height:var(--nav-h)}.mobile-menu-close{background:none;border:none;font-size:28px;color:var(--text);padding:8px;min-height:44px;min-width:44px;display:flex;align-items:center;justify-content:center;border-radius:8px}.mobile-menu-close:active{background:#0000000a}.mobile-menu-body{flex:1;overflow-y:auto;padding:8px 0}.mobile-menu-links{list-style:none}.mobile-menu-links>li{border-bottom:1px solid var(--border)}.mobile-menu-links>li>a{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;font-size:16px;font-weight:500;color:var(--text);min-height:52px}.mobile-menu-links>li>a:active{background:#00000005}.mobile-menu-links>li>a .chevron{width:16px;height:16px;transition:transform .3s;color:var(--text-muted)}.mobile-menu-accordion{max-height:0;overflow:hidden;transition:max-height .35s ease;background:var(--light-bg)}.mobile-menu-accordion.open{max-height:600px}.mobile-menu-accordion a{display:block;padding:12px 20px 12px 32px;font-size:14px;font-weight:400;color:var(--text-muted);min-height:44px;display:flex;align-items:center;border-bottom:1px solid rgba(0,0,0,.04)}.mobile-menu-accordion a:active{background:#00000008}.mobile-menu-accordion a.mobile-sub{padding-left:52px;font-size:13px;opacity:.8}.mobile-menu-footer{padding:20px;border-top:1px solid var(--border);flex-shrink:0;padding-bottom:calc(20px + var(--safe-bottom))}.mobile-menu-footer .btn-primary{width:100%;justify-content:center;margin-bottom:12px}.mobile-menu-footer .btn-ghost{width:100%;justify-content:center}.mobile-menu-info{margin-top:16px;text-align:center;font-size:13px;color:var(--text-muted);line-height:1.6}.mobile-menu-info a{color:var(--primary);font-weight:600}.mobile-menu-social{display:flex;gap:12px;margin-top:16px;justify-content:center}.mobile-menu-social a{width:40px;height:40px;border-radius:50%;background:var(--light-bg);display:flex;align-items:center;justify-content:center;color:var(--text-muted);transition:all var(--transition)}.mobile-menu-social a:active{background:#2d5a271a;color:var(--primary)}.mobile-menu-social svg{width:18px;height:18px}.hero{position:relative;min-height:480px;overflow:hidden;display:flex;align-items:center;padding:40px 0}@media(min-width:768px){.hero{min-height:560px;padding:60px 0}}@media(min-width:1024px){.hero{min-height:620px}}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0}.hero-bg img{width:100%;height:100%;object-fit:cover;filter:grayscale(100%) brightness(.7)}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#0f190f8c,#23371e66,#0f190f8c)}.hero-content{position:relative;z-index:2;color:#fff;max-width:600px}.hero-eyebrow{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:3px;opacity:.8;margin-bottom:12px}@media(min-width:768px){.hero-eyebrow{font-size:12px}}.hero-title{font-family:var(--heading-serif);font-size:32px;font-weight:700;line-height:1.15;margin-bottom:16px}@media(min-width:768px){.hero-title{font-size:46px}}@media(min-width:1024px){.hero-title{font-size:56px}}.hero-title em{font-style:italic;font-weight:400}.hero-subtitle{font-size:15px;line-height:1.7;opacity:.9;margin-bottom:28px;max-width:460px}@media(min-width:768px){.hero-subtitle{font-size:17px}}.hero-btns{display:flex;gap:12px;flex-direction:column}@media(min-width:480px){.hero-btns{flex-direction:row}}.hero .btn-primary{background:#fff;color:var(--primary-dark);border-color:#fff}.hero .btn-primary:hover{background:#ffffffe6}.hero .btn-ghost{color:#fff;border-color:#ffffff59}.hero .btn-ghost:hover{border-color:#fff;background:#ffffff1a}.collections{padding:48px 0;background:#fff}@media(min-width:1024px){.collections{padding:80px 0}}.section-header{text-align:center;margin-bottom:32px}@media(min-width:768px){.section-header{margin-bottom:40px}}.section-eyebrow{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:3px;color:var(--primary);margin-bottom:8px}@media(min-width:768px){.section-eyebrow{font-size:12px}}.section-title{font-family:var(--heading-serif);font-size:26px;font-weight:700;color:var(--dark)}@media(min-width:768px){.section-title{font-size:34px}}.collection-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:36px}@media(min-width:640px){.collection-grid{grid-template-columns:repeat(3,1fr);gap:18px}}@media(min-width:1024px){.collection-grid{grid-template-columns:repeat(4,1fr);gap:20px}}.collection-card{position:relative;display:block;border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:1/1;background:var(--light-bg2);text-decoration:none;color:#fff;transition:transform .3s ease,box-shadow .3s ease}.collection-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0000002e}.collection-card img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.collection-card:hover img{transform:scale(1.06)}.collection-card-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0000000d 40%,#000000bf)}.collection-card h3{position:absolute;left:14px;right:14px;bottom:14px;margin:0;font-family:var(--heading-font);font-weight:700;font-size:14px;line-height:1.25;letter-spacing:.4px;text-transform:uppercase}@media(min-width:1024px){.collection-card h3{font-size:15px;left:18px;right:18px;bottom:18px}}.collection-card-placeholder{background:linear-gradient(135deg,#2f5d34,#3a7340)}.collection-card-placeholder .collection-card-bg{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;color:#ffffff52}.collection-card-placeholder .collection-card-bg svg{width:64px;height:64px}.collection-card-placeholder .collection-card-overlay{background:linear-gradient(180deg,#0000 40%,#00000080)}@media(min-width:768px){.collection-card h3{font-size:15px;bottom:20px;left:20px;letter-spacing:2px}}.featured-products{padding:48px 0;background:var(--light-bg)}@media(min-width:1024px){.featured-products{padding:80px 0}}.products-scroll{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}@media(min-width:768px){.products-scroll{grid-template-columns:repeat(3,1fr);gap:16px}}@media(min-width:1024px){.products-scroll{grid-template-columns:repeat(4,1fr);gap:20px}}.product-card{position:relative;text-decoration:none;color:var(--text);display:block;background:#fff;border-radius:var(--radius-lg);overflow:hidden;transition:box-shadow .3s ease}.product-card:hover{box-shadow:0 6px 24px #00000012}.product-card-img{aspect-ratio:1/1;overflow:hidden;position:relative;background:var(--light-bg)}.product-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.product-card:hover .product-card-img img{transform:scale(1.03)}.product-badge{position:absolute;top:8px;left:8px;padding:4px 8px;border-radius:4px;font-family:var(--heading-font);font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.8px;z-index:2}@media(min-width:768px){.product-badge{top:10px;left:10px;padding:4px 10px;font-size:11px}}.badge-sale{background:var(--sale);color:#fff}.badge-new,.badge-popular{background:var(--primary);color:#fff}.product-card-info{padding:12px 12px 14px}@media(min-width:768px){.product-card-info{padding:14px 16px 16px}}.product-card-name{font-size:13px;font-weight:500;margin-bottom:4px;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media(min-width:768px){.product-card-name{font-size:14px}}.product-card-price{font-family:var(--heading-font);font-size:14px;font-weight:600;color:var(--primary-dark)}@media(min-width:768px){.product-card-price{font-size:15px}}.price-from{font-size:11px;font-weight:400;color:var(--text-muted)}.quick-add{width:100%;padding:10px;margin-top:8px;background:var(--primary);color:#fff;border:none;border-radius:6px;font-family:var(--heading-font);font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:1px;cursor:pointer;transition:all .3s;min-height:40px}@media(min-width:768px){.quick-add{font-size:12px;min-height:42px}}.quick-add:hover{background:var(--primary-hover)}.quick-add:active{transform:scale(.97)}@media(hover:hover){.quick-add{opacity:0;transform:translateY(4px)}.product-card:hover .quick-add{opacity:1;transform:translateY(0)}}@media(hover:none){.quick-add{opacity:1;transform:none}}.products-cta{text-align:center;margin-top:32px}.showcase{padding:48px 0;background:#fff}@media(min-width:1024px){.showcase{padding:80px 0}}.showcase-grid{display:grid;gap:24px}@media(min-width:768px){.showcase-grid{grid-template-columns:1.1fr 1fr;gap:40px;align-items:start}}.showcase-main-img{aspect-ratio:4/3;border-radius:var(--radius-lg);overflow:hidden;background:var(--light-bg);margin-bottom:10px}.showcase-main-img img{width:100%;height:100%;object-fit:cover}.showcase-thumbs{display:flex;gap:8px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:4px}.showcase-thumbs::-webkit-scrollbar{display:none}.showcase-thumb{width:64px;height:64px;border-radius:var(--radius);overflow:hidden;cursor:pointer;border:2px solid transparent;transition:border-color .2s;flex-shrink:0}@media(min-width:768px){.showcase-thumb{width:72px;height:72px}}.showcase-thumb.active{border-color:var(--primary)}.showcase-thumb img{width:100%;height:100%;object-fit:cover}.showcase-info .section-eyebrow{text-align:left;margin-bottom:6px}.showcase-info h2{font-family:var(--heading-serif);font-size:26px;font-weight:700;font-style:italic;margin-bottom:8px}@media(min-width:768px){.showcase-info h2{font-size:32px}}.showcase-price{font-family:var(--heading-font);font-size:20px;font-weight:700;color:var(--primary);margin-bottom:16px}@media(min-width:768px){.showcase-price{font-size:22px}}.showcase-desc{font-size:14px;color:var(--text-muted);line-height:1.75;margin-bottom:20px}@media(min-width:768px){.showcase-desc{font-size:15px}}.variant-label{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:1px;color:var(--text-muted);margin-bottom:8px}.variant-pills{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.variant-pill{padding:8px 16px;border-radius:999px;border:1.5px solid var(--border);font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:1px;cursor:pointer;transition:all .2s;background:transparent;color:var(--text);font-family:var(--heading-font);min-height:38px;display:inline-flex;align-items:center}.variant-pill.active{border-color:var(--primary);background:var(--primary);color:#fff}.variant-pill:active{transform:scale(.95)}.qty-selector{display:inline-flex;align-items:center;border:1.5px solid var(--border);border-radius:var(--radius);overflow:hidden;margin-bottom:16px}.qty-btn{width:44px;height:44px;border:none;background:transparent;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s;color:var(--text)}.qty-btn:hover{background:var(--light-bg)}.qty-btn:active{background:var(--light-bg2)}.qty-value{width:48px;text-align:center;font-weight:600;font-size:15px;border:none;outline:none;font-family:var(--heading-font);background:transparent}.showcase-add{width:100%}.showcase-note{font-size:13px;color:var(--text-muted);margin-top:12px;display:flex;align-items:center;gap:6px}.showcase-note svg{width:16px;height:16px;color:var(--primary);flex-shrink:0}.brand-story{padding:48px 0;background:var(--light-bg)}@media(min-width:1024px){.brand-story{padding:80px 0}}.story-flow{max-width:980px;margin:0 auto}.story-flow .section-eyebrow{text-align:left;margin-bottom:8px}.story-flow h2{font-family:var(--heading-serif);font-size:26px;font-weight:700;font-style:italic;margin-bottom:20px;color:var(--dark)}@media(min-width:768px){.story-flow h2{font-size:32px}}.story-image-float{width:100%;max-width:100%;border-radius:var(--radius-lg);margin:0 0 20px;display:block;aspect-ratio:4/3;object-fit:cover}@media(min-width:768px){.story-image-float{float:right;width:48%;max-width:480px;margin:6px 0 16px 28px;shape-margin:24px;aspect-ratio:4/3}}.story-flow p{font-size:14px;line-height:1.8;color:var(--text-muted);margin-bottom:14px}@media(min-width:768px){.story-flow p{font-size:15px}}.story-flow .story-stats{clear:both}.story-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:24px;padding-top:20px;border-top:1px solid rgba(0,0,0,.08)}.story-stat-num{font-family:var(--heading-serif);font-size:28px;font-weight:700;color:var(--primary)}@media(min-width:768px){.story-stat-num{font-size:32px}}.story-stat-label{font-size:11px;text-transform:uppercase;letter-spacing:1.5px;color:var(--text-muted);font-weight:500;margin-top:2px}.benefits{padding:40px 0;background:#fff}@media(min-width:1024px){.benefits{padding:56px 0}}.benefits-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}@media(min-width:768px){.benefits-grid{grid-template-columns:repeat(4,1fr);gap:24px}}.benefit{text-align:center;padding:16px 8px}.benefit-icon{width:44px;height:44px;margin:0 auto 10px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#2d5a2714;color:var(--primary)}.benefit-icon svg{width:20px;height:20px}.benefit h4{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:1px;margin-bottom:4px}@media(min-width:768px){.benefit h4{font-size:13px}}.benefit p{font-size:12px;color:var(--text-muted);line-height:1.5}@media(min-width:768px){.benefit p{font-size:13px}}.reviews-section{padding:48px 0;background:var(--light-bg);overflow:hidden}@media(min-width:1024px){.reviews-section{padding:80px 0}}.reviews-marquee{display:flex;gap:16px;animation:marquee 45s linear infinite;width:max-content;padding:0 16px}@media(min-width:768px){.reviews-marquee{gap:20px}}.reviews-marquee:hover{animation-play-state:paused}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.review-card{background:#fff;border-radius:var(--radius-lg);padding:20px;min-width:280px;max-width:320px;flex-shrink:0;border:1px solid rgba(0,0,0,.05)}@media(min-width:768px){.review-card{padding:24px;min-width:320px;max-width:360px}}.review-stars{color:#f59e0b;font-size:13px;margin-bottom:10px;letter-spacing:2px}.review-text{font-size:13px;line-height:1.7;color:var(--text);margin-bottom:14px;font-style:italic}@media(min-width:768px){.review-text{font-size:14px}}.review-author{font-size:13px;font-weight:600;color:var(--dark)}.review-verified{font-size:11px;color:var(--primary);font-weight:500;margin-top:2px}.review-card .google-g{display:flex;align-items:center;gap:6px;margin-bottom:10px}.review-card .google-g svg{width:18px;height:18px;flex-shrink:0}.review-card .google-g span{font-size:11px;color:var(--text-muted);font-weight:500}.reviews-google-cta{text-align:center;margin-top:28px;padding:0 16px}.google-review-btn{display:inline-flex;align-items:center;gap:10px;padding:14px 28px;border-radius:999px;background:#fff;color:var(--text);font-family:var(--heading-font);font-size:14px;font-weight:600;border:1.5px solid var(--border);transition:all var(--transition);cursor:pointer;text-decoration:none;box-shadow:0 2px 8px #0000000a}.google-review-btn:hover{border-color:#4285f4;box-shadow:0 4px 16px #4285f426;transform:translateY(-1px)}.google-review-btn:active{transform:scale(.97)}.google-review-btn svg{width:20px;height:20px;flex-shrink:0}.reviews-rating-summary{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:8px}.reviews-rating-summary .rating-number{font-family:var(--heading-font);font-size:28px;font-weight:700;color:var(--dark)}.reviews-rating-summary .rating-stars{color:#f59e0b;font-size:18px;letter-spacing:1px}.reviews-rating-summary .rating-count{font-size:13px;color:var(--text-muted)}.instagram{padding:48px 0;background:#fff}@media(min-width:1024px){.instagram{padding:80px 0}}.ig-embed-grid{display:flex;justify-content:center;gap:24px;max-width:1200px;margin:0 auto;padding:0 20px;flex-wrap:wrap}.ig-embed-grid blockquote{margin:0 auto!important;min-width:0!important;width:100%!important;max-width:540px!important}.location-section{padding:60px 0;background:var(--light-bg)}@media(min-width:1024px){.location-section{padding:80px 0}}.location-grid{display:grid;grid-template-columns:1fr;gap:24px;margin-top:36px;max-width:1080px;margin-left:auto;margin-right:auto}@media(min-width:768px){.location-grid{grid-template-columns:repeat(2,1fr);gap:24px;max-width:760px}}.location-grid .loc-row{display:flex;gap:14px;align-items:flex-start;padding:28px 24px;background:#fff;border-radius:var(--radius-lg);box-shadow:0 4px 16px #0000000f}.location-grid .loc-row svg{width:24px;height:24px;color:var(--primary);flex-shrink:0;margin-top:2px}.location-grid h4{font-family:var(--heading-font);font-size:13px;font-weight:700;margin-bottom:6px;text-transform:uppercase;letter-spacing:1px;color:var(--dark)}.location-grid p{font-size:14px;line-height:1.7;color:var(--text)}.location-grid p a{color:var(--primary);font-weight:600}.location-grid p a:hover{text-decoration:underline}.location-cta{text-align:center;margin-top:32px}.newsletter{padding:48px 0;background:var(--primary);color:#fff}@media(min-width:1024px){.newsletter{padding:72px 0}}.newsletter-inner{text-align:center;max-width:560px;margin:0 auto}.newsletter h2{font-family:var(--heading-serif);font-size:26px;font-weight:700;margin-bottom:8px}@media(min-width:768px){.newsletter h2{font-size:32px}}.newsletter p{font-size:14px;opacity:.85;margin-bottom:24px;line-height:1.7}@media(min-width:768px){.newsletter p{font-size:15px}}.newsletter-form{display:flex;gap:10px;max-width:440px;margin:0 auto;flex-direction:column}@media(min-width:480px){.newsletter-form{flex-direction:row}}.newsletter-form input{flex:1;padding:14px 18px;border:2px solid rgba(255,255,255,.3);background:#ffffff1a;border-radius:var(--radius);color:#fff;font-size:16px;font-family:var(--body-font);outline:none;transition:border-color .3s;min-height:48px}.newsletter-form input::placeholder{color:#fff9}.newsletter-form input:focus{border-color:#fff}.newsletter-form button{padding:14px 24px;background:#fff;color:var(--primary);border:none;border-radius:var(--radius);font-family:var(--heading-font);font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:1.5px;cursor:pointer;transition:all .3s;white-space:nowrap;min-height:48px}.newsletter-form button:hover{background:var(--light-bg)}.newsletter-form button:active{transform:scale(.97)}.faq-section{padding:48px 0;background:var(--light-bg)}@media(min-width:1024px){.faq-section{padding:80px 0}}.faq-list{max-width:800px;margin:0 auto}.faq-item{border-bottom:1px solid rgba(0,0,0,.08)}.faq-question{width:100%;background:none;border:none;padding:18px 0;display:flex;justify-content:space-between;align-items:center;font-size:15px;font-weight:600;color:var(--dark);text-align:left;cursor:pointer;font-family:var(--heading-font);gap:16px;min-height:52px}@media(min-width:768px){.faq-question{font-size:16px;padding:20px 0}}.faq-question svg{width:18px;height:18px;flex-shrink:0;transition:transform .3s;color:var(--primary)}.faq-item.open .faq-question svg{transform:rotate(45deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .35s ease}.faq-answer p{padding:0 0 18px;font-size:14px;line-height:1.75;color:var(--text-muted)}@media(min-width:768px){.faq-answer p{font-size:15px}}.footer{background:var(--dark);color:#fff9;padding:48px 0 0}@media(min-width:1024px){.footer{padding:64px 0 0}}.footer-grid{display:grid;gap:32px;grid-template-columns:1fr}@media(min-width:768px){.footer-grid{grid-template-columns:1.3fr 1fr 1fr 1fr;gap:32px}}@media(min-width:1024px){.footer-grid{gap:48px}}.footer-logo{display:flex;align-items:center;gap:10px;margin-bottom:14px}.footer-logo-img{height:64px;width:auto;object-fit:contain;background:transparent}.footer-brand p{font-size:13px;line-height:1.7;margin-bottom:16px}.footer-social{display:flex;gap:10px}.footer-social a{width:36px;height:36px;border-radius:50%;background:#ffffff14;display:flex;align-items:center;justify-content:center;transition:all .3s;color:#ffffff80}.footer-social a:hover{background:var(--primary);color:#fff}.footer-social svg{width:16px;height:16px}.footer-col h4{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:1.5px;color:#fff;margin-bottom:14px}.footer-col ul{list-style:none}.footer-col li{margin-bottom:8px}.footer-col a{font-size:13px;color:#ffffff8c;transition:color .3s;min-height:32px;display:inline-flex;align-items:center}.footer-col a:hover{color:var(--primary-light)}.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding:20px 0;margin-top:40px;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding-bottom:calc(20px + var(--safe-bottom))}.footer-bottom p{font-size:12px}.payment-icons{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.payment-icons svg{height:22px;opacity:.35}.cart-backdrop{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:1500;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.cart-backdrop.active{display:block}.cart-drawer{position:fixed;top:0;right:0;width:88vw;max-width:420px;height:100vh;height:100dvh;background:#fff;z-index:1600;transform:translate(100%);transition:transform .4s cubic-bezier(.22,1,.36,1);display:flex;flex-direction:column;box-shadow:-4px 0 24px #0000001a}.cart-drawer.active{transform:translate(0)}.cart-header{padding:16px 20px;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center;flex-shrink:0}@media(min-width:768px){.cart-header{padding:20px 24px}}.cart-header h3{font-family:var(--heading-font);font-size:15px;font-weight:600}.cart-close{background:none;border:none;font-size:24px;color:var(--text);padding:8px;min-height:44px;min-width:44px;display:flex;align-items:center;justify-content:center;border-radius:8px}.cart-close:active{background:#0000000a}.cart-items{flex:1;overflow-y:auto;padding:12px 20px;-webkit-overflow-scrolling:touch}@media(min-width:768px){.cart-items{padding:16px 24px}}.cart-item{display:flex;gap:12px;padding:12px 0;border-bottom:1px solid #f0f0f0;align-items:center}.cart-item-img{width:56px;height:56px;border-radius:6px;object-fit:cover;flex-shrink:0;background:var(--light-bg)}.cart-item-info{flex:1;min-width:0}.cart-item-name{font-size:13px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cart-item-variant{font-size:11px;color:var(--text-muted)}.cart-item-price{font-size:13px;font-weight:600;margin-top:2px}.cart-item-qty{display:flex;align-items:center;gap:8px;margin-top:4px}.cart-item-qty button{width:28px;height:28px;border:1px solid var(--border);background:#fff;border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:14px;color:var(--text);cursor:pointer;min-height:28px}.cart-item-qty button:active{background:var(--light-bg)}.cart-item-qty span{font-size:13px;font-weight:600;min-width:16px;text-align:center}.cart-item-remove{background:none;border:none;color:var(--text-muted);font-size:20px;cursor:pointer;padding:8px;flex-shrink:0;min-height:44px;min-width:36px;display:flex;align-items:center;justify-content:center;border-radius:4px}.cart-item-remove:active{color:var(--sale);background:#dc26260f}.cart-empty{text-align:center;padding:40px 0;color:var(--text-muted)}.cart-empty svg{width:48px;height:48px;margin:0 auto 12px;opacity:.3}.cart-empty p{margin-bottom:16px;font-size:14px}.cart-footer{padding:16px 20px;border-top:1px solid var(--border);flex-shrink:0;padding-bottom:calc(16px + var(--safe-bottom))}@media(min-width:768px){.cart-footer{padding:20px 24px}}.cart-subtotal{display:flex;justify-content:space-between;font-size:15px;font-weight:600;margin-bottom:14px}.cart-checkout{width:100%}.cart-notification{position:fixed;top:calc(var(--nav-h) + 46px);right:16px;background:var(--primary);color:#fff;padding:12px 18px;border-radius:var(--radius);font-size:13px;font-weight:500;transform:translate(120%);transition:transform .4s cubic-bezier(.22,1,.36,1);z-index:1050;box-shadow:0 8px 24px #00000026;display:flex;align-items:center;gap:8px}.cart-notification.show{transform:translate(0)}.cart-notification svg{width:16px;height:16px}.scroll-top{position:fixed;bottom:calc(20px + var(--safe-bottom));right:16px;width:44px;height:44px;border-radius:50%;background:var(--primary);color:#fff;border:none;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 14px #0003;opacity:0;visibility:hidden;transition:all .3s;z-index:90;cursor:pointer}.scroll-top.visible{opacity:1;visibility:visible}.scroll-top:hover{background:var(--primary-dark)}.scroll-top:active{transform:scale(.92)}.scroll-top svg{width:20px;height:20px}.page-view{display:none}.page-view.active,#homePage.active{display:block}.page-hero{background:var(--primary);color:#fff;padding:48px 0;text-align:center}@media(min-width:768px){.page-hero{padding:64px 0}}.page-hero h1{font-family:var(--heading-serif);font-size:28px;font-weight:700;margin-bottom:8px}@media(min-width:768px){.page-hero h1{font-size:38px}}.page-hero p{font-size:14px;opacity:.8}@media(min-width:768px){.page-hero p{font-size:15px}}.page-breadcrumb{padding:16px 0;font-size:13px;color:var(--text-muted);border-bottom:1px solid var(--border)}.page-breadcrumb a{color:var(--primary);font-weight:500}.page-content{padding:40px 0 60px;max-width:800px;margin:0 auto}@media(min-width:768px){.page-content{padding:56px 0 80px}}.page-content h2{font-family:var(--heading-serif);font-size:22px;font-weight:700;color:var(--dark);margin:32px 0 12px}@media(min-width:768px){.page-content h2{font-size:26px}}.page-content h3{font-size:16px;font-weight:600;color:var(--dark);margin:24px 0 8px}@media(min-width:768px){.page-content h3{font-size:18px}}.page-content p{font-size:14px;line-height:1.8;color:var(--text-muted);margin-bottom:14px}@media(min-width:768px){.page-content p{font-size:15px}}.page-content ul{list-style:none;margin:0 0 20px}.page-content li{position:relative;padding:8px 0 8px 24px;font-size:14px;color:var(--text-muted);line-height:1.6}@media(min-width:768px){.page-content li{font-size:15px}}.page-content li:before{content:"";position:absolute;left:0;top:14px;width:8px;height:8px;border-radius:50%;background:#2d5a2733;border:2px solid var(--primary)}.page-content .info-card{background:var(--light-bg);border-radius:var(--radius-lg);padding:24px;margin:20px 0;border-left:4px solid var(--primary)}.page-content .info-card h4{font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:1px;color:var(--primary);margin-bottom:8px}@media(min-width:768px){.page-content .info-card h4{font-size:15px}}.page-content .info-card p{margin-bottom:4px}.page-content .info-grid{display:grid;gap:16px;margin:20px 0}@media(min-width:600px){.page-content .info-grid{grid-template-columns:1fr 1fr}}.page-content .info-grid-item{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);padding:20px;text-align:center}.page-content .info-grid-item svg{width:32px;height:32px;color:var(--primary);margin:0 auto 10px}.page-content .info-grid-item h4{font-size:14px;font-weight:600;margin-bottom:4px}.page-content .info-grid-item p{font-size:13px;margin-bottom:0}.contact-form{margin:24px 0}.form-row{margin-bottom:16px}.form-row label{display:block;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:1px;color:var(--text);margin-bottom:6px}.form-row input,.form-row textarea,.form-row select{width:100%;padding:12px 16px;border:1.5px solid var(--border);border-radius:var(--radius);font-size:16px;color:var(--text);background:#fff;transition:border-color .3s;outline:none;font-family:var(--body-font);min-height:48px}.form-row textarea{min-height:120px;resize:vertical}.form-row input:focus,.form-row textarea:focus,.form-row select:focus{border-color:var(--primary)}.form-submit{width:100%;margin-top:8px}@media(min-width:600px){.form-submit{width:auto}}.mobile-sticky-bar{display:none;position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid var(--border);padding:10px 16px;padding-bottom:calc(10px + var(--safe-bottom));z-index:90;box-shadow:0 -2px 12px #0000000f}@media(max-width:767px){.mobile-sticky-bar{display:flex;align-items:center;justify-content:space-between;gap:10px}}.mobile-sticky-bar .msb-info{flex:1;min-width:0}.mobile-sticky-bar .msb-name{font-size:12px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-sticky-bar .msb-price{font-size:14px;font-weight:700;color:var(--primary)}.mobile-sticky-bar .btn-primary{padding:12px 20px;font-size:11px;flex-shrink:0}@media(max-width:767px){body{padding-bottom:calc(68px + var(--safe-bottom))}}.collection-header{background:var(--light-bg);padding:24px 0 28px;border-bottom:1px solid var(--border)}@media(min-width:768px){.collection-header{padding:36px 0 40px}}.collection-header .page-breadcrumb{font-size:12px;color:var(--text-muted);margin-bottom:10px;display:flex;align-items:center;flex-wrap:wrap;gap:6px}.collection-header .page-breadcrumb a{color:inherit;transition:color var(--transition)}.collection-header .page-breadcrumb a:hover{color:var(--primary)}.collection-header .page-breadcrumb .sep{color:var(--text-muted);opacity:.5}.collection-header .page-breadcrumb .current{color:var(--text);font-weight:500}.collection-title{font-family:var(--heading-serif);font-size:28px;font-weight:700;color:var(--dark);letter-spacing:-.5px;line-height:1.15}@media(min-width:768px){.collection-title{font-size:40px}}@media(min-width:1024px){.collection-title{font-size:46px}}.collection-toolbar{background:#fff;border-bottom:1px solid var(--border);padding:14px 0;position:sticky;top:var(--nav-h);z-index:20}.toolbar-inner{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.filter-toggle-mobile{display:flex;align-items:center;gap:8px;padding:10px 16px;border:1.5px solid var(--border);border-radius:var(--radius);background:#fff;font-family:var(--heading-font);font-size:13px;font-weight:600;color:var(--text);cursor:pointer;transition:all var(--transition);min-height:42px}.filter-toggle-mobile:hover{border-color:var(--primary);color:var(--primary)}.filter-toggle-mobile svg{width:16px;height:16px}.filter-toggle-mobile .filter-count{background:var(--primary);color:#fff;font-size:11px;font-weight:700;padding:2px 7px;border-radius:10px;margin-left:4px}@media(min-width:1024px){.filter-toggle-mobile{display:none}}.result-count{font-size:13px;color:var(--text-muted)}.result-count strong{color:var(--dark);font-weight:600}.sort-wrap{display:flex;align-items:center;gap:8px;margin-left:auto}.sort-label{font-size:13px;color:var(--text-muted);font-weight:500;display:none}@media(min-width:768px){.sort-label{display:inline}}.sort-select{padding:10px 36px 10px 14px;border:1.5px solid var(--border);border-radius:var(--radius);background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23222' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") right 12px center/14px no-repeat;font-family:var(--heading-font);font-size:13px;font-weight:500;color:var(--text);cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;min-height:42px;transition:border-color var(--transition)}.sort-select:hover{border-color:var(--primary)}.sort-select:focus{outline:none;border-color:var(--primary)}.collection-layout{display:grid;grid-template-columns:1fr;gap:0;padding:32px 0 80px}@media(min-width:1024px){.collection-layout{grid-template-columns:260px 1fr;gap:48px;padding:40px 0 100px}}.filter-sidebar{display:none}@media(min-width:1024px){.filter-sidebar{display:block;position:sticky;top:calc(var(--nav-h) + 70px);align-self:start;max-height:calc(100vh - var(--nav-h) - 90px);overflow-y:auto;padding-right:8px}}.filter-sidebar-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--border)}.filter-sidebar-header h2{font-family:var(--heading-serif);font-size:18px;font-weight:700;color:var(--dark)}@media(min-width:1024px){.filter-sidebar-header{padding:0 0 16px}.filter-sidebar-header h2{font-size:16px;text-transform:uppercase;letter-spacing:1.5px;font-family:var(--heading-font)}}.filter-close-mobile{background:none;border:none;font-size:28px;color:var(--text);padding:4px 12px;cursor:pointer;line-height:1}@media(min-width:1024px){.filter-close-mobile{display:none}}.filter-form{padding:8px 20px 20px}@media(min-width:1024px){.filter-form{padding:0}}.filter-group{border-bottom:1px solid var(--border);padding:18px 0}.filter-group:last-of-type{border-bottom:none}.filter-group summary{display:flex;align-items:center;justify-content:space-between;font-family:var(--heading-font);font-size:13px;font-weight:600;color:var(--dark);cursor:pointer;list-style:none;text-transform:uppercase;letter-spacing:1px;padding-bottom:14px}.filter-group summary::-webkit-details-marker{display:none}.filter-group summary .chevron{width:14px;height:14px;color:var(--text-muted);transition:transform .25s ease}.filter-group[open] summary .chevron{transform:rotate(180deg)}.filter-group-body{display:flex;flex-direction:column;gap:10px}.filter-option{display:flex;align-items:center;gap:10px;cursor:pointer;font-size:13px;color:var(--text);padding:6px 0;transition:color var(--transition)}.filter-option:hover{color:var(--primary)}.filter-option input[type=checkbox]{position:absolute;opacity:0;pointer-events:none;width:0;height:0}.filter-checkbox{width:18px;height:18px;border:1.5px solid var(--border);border-radius:4px;background:#fff;flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:all var(--transition)}.filter-option input[type=checkbox]:checked+.filter-checkbox{background:var(--primary);border-color:var(--primary)}.filter-option input[type=checkbox]:checked+.filter-checkbox:after{content:"";width:5px;height:9px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg);margin-top:-2px}.filter-option input[type=checkbox]:disabled+.filter-checkbox{opacity:.4}.filter-option input[type=checkbox]:disabled~.filter-option-label,.filter-option input[type=checkbox]:disabled~.filter-option-count{opacity:.4}.filter-option-label{flex:1;font-weight:500}.filter-option-count{color:var(--text-muted);font-size:12px;font-weight:500}.price-range-fields{display:flex;gap:10px;align-items:flex-end}.price-field{flex:1}.price-field label{display:block;font-size:11px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.8px;margin-bottom:6px}.price-field input{width:100%;padding:10px 12px;border:1.5px solid var(--border);border-radius:var(--radius);font-family:var(--heading-font);font-size:13px;color:var(--text);transition:border-color var(--transition)}.price-field input:focus{outline:none;border-color:var(--primary)}.filter-actions{display:flex;flex-direction:column;gap:10px;padding-top:24px}.filter-apply{width:100%;padding:14px 24px;font-size:12px}.filter-clear{display:inline-block;text-align:center;font-size:13px;color:var(--text-muted);text-decoration:underline;padding:8px;transition:color var(--transition)}.filter-clear:hover{color:var(--primary)}@media(max-width:1023px){.filter-sidebar{position:fixed;top:0;left:0;bottom:0;width:88%;max-width:380px;background:#fff;z-index:1300;transform:translate(-100%);transition:transform .35s cubic-bezier(.22,1,.36,1);overflow-y:auto;-webkit-overflow-scrolling:touch;display:flex;flex-direction:column}.filter-sidebar.mobile-active{transform:translate(0);display:flex}.filter-sidebar.mobile-active~.filter-overlay{opacity:1;visibility:visible}}.filter-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:1250;opacity:0;visibility:hidden;transition:all .3s ease}.filter-overlay.active{opacity:1;visibility:visible}.product-badge.badge-soldout{background:#222222d9;color:#fff}.product-card-price .price-sale{color:var(--sale);font-weight:700}.product-card-price .price-was{color:var(--text-muted);font-weight:500;text-decoration:line-through;font-size:12px;margin-left:6px}.collection-empty{text-align:center;padding:80px 20px;display:flex;flex-direction:column;align-items:center;gap:16px}.collection-empty h2{font-family:var(--heading-serif);font-size:22px;color:var(--dark)}.collection-empty p{color:var(--text-muted);font-size:14px;margin-bottom:8px}.collection-empty .btn-primary,.collection-empty .btn-ghost{min-width:200px}.collection-pagination{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:64px;flex-wrap:wrap}.collection-pagination .page-nav{padding:10px 18px;border:1.5px solid var(--border);border-radius:var(--radius);font-family:var(--heading-font);font-size:12px;font-weight:600;color:var(--dark);text-transform:uppercase;letter-spacing:1px;transition:all var(--transition);min-height:42px;display:inline-flex;align-items:center}.collection-pagination .page-nav:hover{border-color:var(--primary);color:var(--primary);background:#2d5a270a}.collection-pagination .page-nav.disabled{opacity:.35;pointer-events:none}.page-numbers{display:flex;list-style:none;gap:4px;align-items:center}.page-numbers a,.page-numbers .current,.page-numbers .ellipsis{display:flex;align-items:center;justify-content:center;min-width:38px;height:38px;padding:0 10px;border-radius:var(--radius);font-family:var(--heading-font);font-size:13px;font-weight:500;color:var(--text);transition:all var(--transition)}.page-numbers a:hover{background:var(--light-bg);color:var(--primary)}.page-numbers .current{background:var(--primary);color:#fff;font-weight:700}.page-numbers .ellipsis{color:var(--text-muted);cursor:default}.collection-main .products-scroll{gap:14px}@media(min-width:768px){.collection-main .products-scroll{gap:20px}}@media(min-width:1024px){.collection-main .products-scroll{gap:24px}}.product-card-img-placeholder{opacity:.25;padding:40px;object-fit:contain}.collections-index .collection-header{padding:48px 0 24px;border-bottom:1px solid var(--border);background:#fff}.collections-index .collection-subtitle{margin-top:10px;color:var(--text-muted);font-size:15px;max-width:680px;line-height:1.55}.collections-grid-wrap{padding:48px 0 96px;background:#fff}.collections-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}@media(min-width:768px){.collections-grid{grid-template-columns:repeat(2,1fr);gap:28px}}@media(min-width:1024px){.collections-grid{grid-template-columns:repeat(3,1fr);gap:32px}}.collection-tile{display:flex;flex-direction:column;text-decoration:none;color:inherit;background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg, 8px);overflow:hidden;transition:transform var(--transition),box-shadow var(--transition),border-color var(--transition)}.collection-tile:hover{transform:translateY(-3px);box-shadow:0 14px 32px #00000014;border-color:var(--primary)}.collection-tile-media{position:relative;width:100%;aspect-ratio:1/1;background:var(--light-bg, #f6f5f1);overflow:hidden}.collection-tile-media img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.collection-tile:hover .collection-tile-media img{transform:scale(1.04)}.collection-tile-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:var(--light-bg, #f6f5f1);color:var(--text-muted)}.collection-tile-placeholder svg{width:64px;height:64px;opacity:.45}.collection-tile-body{padding:20px 22px 22px;display:flex;flex-direction:column;gap:6px}.collection-tile-title{font-family:var(--heading-serif);font-size:22px;font-weight:500;color:var(--dark);line-height:1.2;letter-spacing:-.01em;margin:0}@media(min-width:1024px){.collection-tile-title{font-size:24px}}.collection-tile-count{font-family:var(--heading-font);font-size:11px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:1.4px}.collection-tile-cta{margin-top:10px;display:inline-flex;align-items:center;gap:8px;font-family:var(--heading-font);font-size:13px;font-weight:600;color:var(--primary);text-transform:uppercase;letter-spacing:1px;transition:gap var(--transition)}.collection-tile-cta svg{width:16px;height:16px;transition:transform var(--transition)}.collection-tile:hover .collection-tile-cta{gap:12px}.collection-tile:hover .collection-tile-cta svg{transform:translate(3px)}.collections-empty{padding:80px 0;text-align:center;color:var(--text-muted);font-size:15px}.template-list-collections .collection-card,.shopify-section.ui-test-collection-list .collection-card{background:#fff!important;border:1px solid #e5e7e3!important;border-radius:10px!important;overflow:hidden!important;transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease!important}.template-list-collections .collection-card:hover,.shopify-section.ui-test-collection-list .collection-card:hover{transform:translateY(-3px);box-shadow:0 14px 32px #00000014;border-color:#2d5a27}.template-list-collections .collection-card__image,.shopify-section.ui-test-collection-list .collection-card__image{background:#f6f5f1!important;aspect-ratio:1 / 1!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important;border:none!important}.template-list-collections .collection-card__image>*,.shopify-section.ui-test-collection-list .collection-card__image>*{transition:transform .6s ease}.template-list-collections .collection-card:hover .collection-card__image>*,.shopify-section.ui-test-collection-list .collection-card:hover .collection-card__image>*{transform:scale(1.04)}.template-list-collections .collection-card__image--placeholder svg,.shopify-section.ui-test-collection-list .collection-card__image--placeholder svg{width:50%!important;height:50%!important;opacity:.32!important;color:#2d5a27!important}.template-list-collections .collection-card__content,.shopify-section.ui-test-collection-list .collection-card__content{background:#fff!important;padding:20px 22px 22px!important;border-top:1px solid #f0f0f0!important}.template-list-collections .collection-card__content p,.template-list-collections .collection-card__content .text-block p,.shopify-section.ui-test-collection-list .collection-card__content p,.shopify-section.ui-test-collection-list .collection-card__content .text-block p{font-family:Cormorant Garamond,Playfair Display,Georgia,serif!important;font-size:22px!important;font-weight:500!important;color:#1a1a1a!important;line-height:1.2!important;letter-spacing:-.01em!important;margin:0!important;text-align:left!important}@media(min-width:1024px){.template-list-collections .collection-card__content p,.shopify-section.ui-test-collection-list .collection-card__content p{font-size:24px!important}}.template-list-collections .collection-card__content:after,.shopify-section.ui-test-collection-list .collection-card__content:after{content:"Shop now \2192";display:block;margin-top:10px;font-family:DM Sans,system-ui,sans-serif;font-size:12px;font-weight:600;color:#2d5a27;text-transform:uppercase;letter-spacing:1.4px;transition:letter-spacing .25s ease}.template-list-collections .collection-card:hover .collection-card__content:after,.shopify-section.ui-test-collection-list .collection-card:hover .collection-card__content:after{letter-spacing:1.8px}.template-list-collections .resource-list--grid,.shopify-section.ui-test-collection-list .resource-list--grid{gap:20px!important}@media(min-width:768px){.template-list-collections .resource-list--grid,.shopify-section.ui-test-collection-list .resource-list--grid{gap:28px!important}}@media(min-width:1024px){.template-list-collections .resource-list--grid,.shopify-section.ui-test-collection-list .resource-list--grid{gap:32px!important}}.template-list-collections h1,.shopify-section.ui-test-collection-list h1{font-family:Cormorant Garamond,Playfair Display,Georgia,serif!important;letter-spacing:-.02em!important}.newhall-collection{color:#1a2e1a;--nc-green: #1e3d1a;--nc-green-2: #2d5a26;--nc-cream: #fafaf7;--nc-line: #ebebe5;--nc-mute: #6b6b66}.newhall-collection *,.newhall-collection *:before,.newhall-collection *:after{box-sizing:border-box}.newhall-collection .nc-hero{background:linear-gradient(135deg,#1e3d1a,#2d5a26);color:#fff;padding:64px 0 56px;position:relative;overflow:hidden}.newhall-collection .nc-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 80% 60% at 50% 0%,rgba(255,255,255,.08),transparent 70%);pointer-events:none}.newhall-collection .nc-hero-inner{max-width:1280px;margin:0 auto;padding:0 32px;text-align:center;position:relative}.newhall-collection .nc-breadcrumb{font-size:12px;letter-spacing:.06em;opacity:.85;margin-bottom:24px;display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap}.newhall-collection .nc-breadcrumb a{color:#ffffffd9;text-decoration:none;transition:color .15s}.newhall-collection .nc-breadcrumb a:hover{color:#fff;text-decoration:underline}.newhall-collection .nc-breadcrumb span{opacity:.5}.newhall-collection .nc-crumb-current{color:#fff;opacity:1!important}.newhall-collection .nc-title{font-family:Playfair Display,Cormorant Garamond,Georgia,serif;font-size:clamp(36px,5.5vw,60px);line-height:1.08;margin:0 0 18px;font-weight:500;letter-spacing:-.015em}.newhall-collection .nc-description{max-width:640px;margin:0 auto 22px;font-size:16px;line-height:1.6;opacity:.92}.newhall-collection .nc-description p{margin:0 0 8px}.newhall-collection .nc-meta{font-size:12px;letter-spacing:.12em;text-transform:uppercase;opacity:.85;display:inline-flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:center}.newhall-collection .nc-meta-sep{opacity:.5}.newhall-collection .nc-categories{background:#fafaf7;border-bottom:1px solid #ebebe5;padding:18px 0}.newhall-collection .nc-categories-inner{max-width:1280px;margin:0 auto;padding:0 32px;display:flex;gap:8px;overflow-x:auto;scrollbar-width:thin;scroll-behavior:smooth}.newhall-collection .nc-categories-inner::-webkit-scrollbar{height:4px}.newhall-collection .nc-categories-inner::-webkit-scrollbar-thumb{background:#d8d8d0;border-radius:4px}.newhall-collection .nc-pill{display:inline-flex;align-items:center;padding:9px 18px;border-radius:999px;font-size:13px;font-weight:500;color:#1e3d1a;background:#fff;border:1px solid #d8d8d0;text-decoration:none;white-space:nowrap;transition:all .15s ease;flex-shrink:0}.newhall-collection .nc-pill:hover{border-color:#1e3d1a;background:#f5f5f0}.newhall-collection .nc-pill.is-active{background:#1e3d1a;color:#fff;border-color:#1e3d1a}.nc-subcategories{background:#fff;border-bottom:1px solid #ebebe5;padding:14px 0}.nc-subcategories .nc-categories-inner{align-items:center}.nc-sub-label{flex-shrink:0;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#8a8a80;margin-right:4px;align-self:center;white-space:nowrap}.nc-pill-sub{background:#f6f5f0;border-color:#e4e1d6;font-size:13px}.nc-pill-sub:hover{background:#eceae0}@media(max-width:767px){.nc-sub-label{display:none}}.newhall-collection .nc-toolbar{position:sticky;top:0;z-index:30;background:#fff;border-bottom:1px solid #ebebe5;padding:12px 0}.newhall-collection .nc-toolbar-inner{max-width:1280px;margin:0 auto;padding:0 32px;display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap}.newhall-collection .nc-toolbar-left,.newhall-collection .nc-toolbar-right{display:flex;align-items:center;gap:14px}.newhall-collection .nc-filter-toggle{display:inline-flex;align-items:center;gap:8px;padding:9px 16px;border:1px solid #d8d8d0;background:#fff;border-radius:4px;font-size:14px;font-weight:500;color:#1a2e1a;cursor:pointer;transition:all .15s;font-family:inherit}.newhall-collection .nc-filter-toggle:hover{border-color:#1e3d1a;background:#f5f5f0}.newhall-collection .nc-filter-toggle[aria-expanded=true]{background:#1e3d1a;color:#fff;border-color:#1e3d1a}.newhall-collection .nc-filter-badge{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:#c8a32e;color:#1a2e1a;font-size:11px;font-weight:700}.newhall-collection .nc-count-inline{font-size:13px;color:#6b6b66}.newhall-collection .nc-sort-form{display:flex;align-items:center;gap:8px}.newhall-collection .nc-sort-form label{font-size:13px;color:#6b6b66}.newhall-collection .nc-sort{padding:9px 34px 9px 12px;border:1px solid #d8d8d0;border-radius:4px;background-color:#fff;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'><path d='M1 1l4 4 4-4' stroke='%231a2e1a' stroke-width='1.5' fill='none' stroke-linecap='round'/></svg>");background-position:right 10px center;background-repeat:no-repeat;font-size:14px;color:#1a2e1a;appearance:none;-webkit-appearance:none;cursor:pointer;min-width:200px;font-family:inherit}.newhall-collection .nc-sort:focus{outline:2px solid #1e3d1a;outline-offset:1px;border-color:#1e3d1a}.newhall-collection .nc-filters{background:#fafaf7;border-bottom:1px solid #ebebe5}.newhall-collection .nc-filter-form-inner{max-width:1280px;margin:0 auto;padding:24px 32px;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.newhall-collection .nc-filter-group{background:#fff;padding:16px 18px;border-radius:6px;border:1px solid #ebebe5}.newhall-collection .nc-filter-group summary{font-weight:600;font-size:14px;color:#1a2e1a;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center}.newhall-collection .nc-filter-group summary::-webkit-details-marker{display:none}.newhall-collection .nc-filter-group summary:after{content:"+";font-size:18px;font-weight:300;color:#1e3d1a;line-height:1}.newhall-collection .nc-filter-group[open] summary:after{content:"\2212"}.newhall-collection .nc-filter-options{margin-top:12px;max-height:220px;overflow-y:auto;padding-right:4px}.newhall-collection .nc-filter-option{display:flex;align-items:center;gap:8px;font-size:13px;padding:5px 0;cursor:pointer;color:#4a4a45}.newhall-collection .nc-filter-option input{accent-color:#1e3d1a;cursor:pointer}.newhall-collection .nc-filter-option:hover .nc-filter-label{color:#1e3d1a}.newhall-collection .nc-filter-count{color:#9b9b96;margin-left:auto;font-size:12px}.newhall-collection .nc-filter-actions{grid-column:1 / -1;display:flex;gap:12px;padding-top:4px}.newhall-collection .nc-price-range{display:flex;align-items:center;gap:8px;margin-top:12px}.newhall-collection .nc-price-input{position:relative;flex:1}.newhall-collection .nc-price-prefix{position:absolute;left:10px;top:50%;transform:translateY(-50%);font-size:13px;color:#9b9b96;pointer-events:none}.newhall-collection .nc-price-input input{width:100%;padding:7px 8px 7px 22px;border:1px solid #d8d8d0;border-radius:4px;font-size:13px;font-family:inherit}.newhall-collection .nc-price-sep{font-size:12px;color:#9b9b96}.newhall-collection .nc-btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 22px;font-size:14px;font-weight:500;border-radius:4px;text-decoration:none;cursor:pointer;border:1px solid transparent;transition:all .15s;font-family:inherit;line-height:1.2}.newhall-collection .nc-btn-primary{background:#1e3d1a;color:#fff}.newhall-collection .nc-btn-primary:hover{background:#2d5a26}.newhall-collection .nc-btn-ghost{background:transparent;color:#1e3d1a;border-color:#d8d8d0}.newhall-collection .nc-btn-ghost:hover{border-color:#1e3d1a;background:#fff}.newhall-collection .nc-grid-section{background:#fff;padding:40px 0 80px}.newhall-collection .nc-grid{max-width:1280px;margin:0 auto;padding:0 32px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:32px 22px}.newhall-collection .nc-card{display:block;text-decoration:none;color:inherit;transition:transform .25s ease}.newhall-collection .nc-card:hover{transform:translateY(-4px)}.newhall-collection .nc-card-media{position:relative;aspect-ratio:1/1;background:#f5f5f0;border-radius:6px;overflow:hidden;margin-bottom:14px}.newhall-collection .nc-card-img{width:100%;height:100%;object-fit:contain;transition:transform .5s ease;display:block}.newhall-collection .nc-card:hover .nc-card-img{transform:scale(1.05)}.newhall-collection .nc-card-placeholder{object-fit:contain!important;padding:26%;opacity:.55}.newhall-collection .nc-badge{position:absolute;top:10px;left:10px;padding:4px 10px;border-radius:999px;font-size:10.5px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;z-index:2}.newhall-collection .nc-badge-sale{background:#1e3d1a;color:#fff}.newhall-collection .nc-badge-sold{background:#6b6b66;color:#fff}.newhall-collection .nc-badge-cto{background:#2d5a27;color:#fff}.newhall-collection .nc-badge-new{background:#c8a32e;color:#1a2e1a}.newhall-collection .nc-badge-best{background:#fff;color:#1e3d1a;border:1px solid #1e3d1a}.newhall-collection .nc-card-cta{position:absolute;bottom:14px;left:50%;transform:translate(-50%) translateY(10px);background:#fff;color:#1e3d1a;padding:8px 18px;border-radius:4px;font-size:12px;font-weight:600;letter-spacing:.03em;opacity:0;transition:all .25s ease;box-shadow:0 6px 16px #00000014;white-space:nowrap}.newhall-collection .nc-card:hover .nc-card-cta{opacity:1;transform:translate(-50%) translateY(0)}.newhall-collection .nc-card-body{padding:0 2px}.newhall-collection .nc-card-title{font-size:14px;line-height:1.4;font-weight:500;margin:0 0 6px;color:#1a2e1a;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.8em}.newhall-collection .nc-card-price{font-size:15px;font-weight:600;color:#1e3d1a;display:flex;flex-wrap:wrap;gap:4px 8px;align-items:baseline}.newhall-collection .nc-price-was{font-size:13px;color:#9b9b96;text-decoration:line-through;font-weight:400}.newhall-collection .nc-price-tax{font-size:12px;color:#8a8a85;font-weight:500}.newhall-collection .nc-price-inc{flex:0 0 100%;font-size:12.5px;color:#8a8a85;font-weight:400}.newhall-collection .nc-pagination{max-width:1280px;margin:56px auto 0;padding:0 32px;display:flex;justify-content:center;gap:6px;flex-wrap:wrap}.newhall-collection .nc-page-link{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 12px;border-radius:4px;font-size:14px;font-weight:500;color:#1a2e1a;text-decoration:none;border:1px solid #ebebe5;background:#fff;transition:all .15s}.newhall-collection .nc-page-link:hover{border-color:#1e3d1a;color:#1e3d1a}.newhall-collection .nc-page-link.is-current{background:#1e3d1a;color:#fff;border-color:#1e3d1a}.newhall-collection .nc-page-link.is-gap{border-color:transparent;cursor:default;color:#9b9b96}.newhall-collection .nc-page-link.is-gap:hover{color:#9b9b96}.newhall-collection .nc-empty{text-align:center;padding:80px 24px;max-width:480px;margin:0 auto}.newhall-collection .nc-empty h3{font-family:Playfair Display,Georgia,serif;font-size:24px;color:#1a2e1a;margin:0 0 12px;font-weight:500}.newhall-collection .nc-empty p{color:#6b6b66;margin:0 0 24px}@media(max-width:1023px){.newhall-collection .nc-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:28px 18px}.newhall-collection .nc-title{font-size:42px}}@media(max-width:767px){.newhall-collection .nc-hero{padding:44px 0 38px}.newhall-collection .nc-title{font-size:32px}.newhall-collection .nc-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 14px}.newhall-collection .nc-card-body{padding:0}.newhall-collection .nc-toolbar-inner{gap:10px}.newhall-collection .nc-sort{min-width:150px}.newhall-collection .nc-filter-form-inner{grid-template-columns:1fr 1fr;padding:18px 20px;gap:12px}.newhall-collection .nc-grid-section{padding:32px 0 64px}}@media(max-width:479px){.newhall-collection .nc-hero-inner{padding:0 20px}.newhall-collection .nc-categories-inner,.newhall-collection .nc-toolbar-inner,.newhall-collection .nc-grid,.newhall-collection .nc-pagination{padding-left:20px;padding-right:20px}.newhall-collection .nc-filter-form-inner{grid-template-columns:1fr}.newhall-collection .nc-card-title{font-size:13px}.newhall-collection .nc-grid{gap:20px 12px}.newhall-collection .nc-sort-form label{display:none}.newhall-collection .nc-sort{min-width:130px}}.collection-card h3,.collection-card:hover h3,.collection-card:focus h3,.collection-card:active h3{color:#fff!important}.collection-card,.collection-card:hover,.collection-card:focus{color:#fff!important;text-decoration:none!important}#search-modal .resource-card__image,#search-modal .resource-card__image--secondary,#search-modal .resource-card__collection-image{aspect-ratio:1 / 1!important;object-fit:contain!important;background:#f5f5f0;width:100%}#search-modal .resource-card__media,#search-modal .resource-card__image-wrapper{aspect-ratio:1 / 1;background:#f5f5f0;border-radius:6px;overflow:hidden}.product-card-img img,.product-card-img>img{width:100%;height:100%;object-fit:contain;background:#f5f5f0}
/*# sourceMappingURL=/cdn/shop/t/2/assets/newhall-styles.css.map */
