/*
Theme Name: New Leaf Storefront
Theme URI: https://staging.newleafvapor.com/
Author: New Leaf Vapor
Description: Purpose-built storefront theme for the New Leaf WooCommerce migration.
Version: 0.5.4
Text Domain: new-leaf-storefront
*/

@font-face { font-family: 'New Leaf Display'; src: url('assets/microbrew.woff2') format('woff2'); font-display: swap; }
@font-face { font-family: 'New Leaf Sans'; src: url('assets/gothamrnd-book.woff2') format('woff2'); font-display: swap; font-weight: 400; }
@font-face { font-family: 'New Leaf Sans'; src: url('assets/gothamrnd-bold.woff2') format('woff2'); font-display: swap; font-weight: 700; }

:root { --leaf: #819756; --leaf-deep: #3f5528; --teal: #1aa6b6; --ink: #27352c; --paper: #f6f4ea; --line: #d8dfca; --wood: #314a23; }
* { box-sizing: border-box; }
body { margin: 0; color: var(--ink); background: var(--paper) url('assets/texture-background.png') repeat; font-family: 'New Leaf Sans', Arial, sans-serif; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--teal); }
.site-shell { width: min(1240px, calc(100% - 40px)); margin: 0 auto; }
.site-header { color: #fff; background: var(--wood) url('assets/wood-dark.png') repeat; border-bottom: 5px solid var(--leaf); }
.utility { display: flex; align-items: center; justify-content: flex-end; gap: 18px; padding: 10px 0 2px; font-size: .78rem; }
.utility > span { margin-right: auto; color: #dceabd; letter-spacing: .03em; }
.utility a { color: #fff; text-transform: uppercase; letter-spacing: .06em; }
.header-main { display: grid; grid-template-columns: 130px 1fr auto; gap: 24px; align-items: center; padding: 6px 0 18px; }
.brand img { display: block; width: 104px; height: auto; }
.search-form { position: relative; display: flex; width: 100%; max-width: 550px; justify-self: end; }
.search-form input { min-width: 0; width: 100%; padding: 12px 14px; border: 0; font: inherit; }
.search-form button, .button, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button { padding: 12px 20px; border: 0; color: #fff; background: var(--teal); font: 700 .84rem 'New Leaf Sans', sans-serif; letter-spacing: .07em; text-transform: uppercase; cursor: pointer; border-radius: 0; }
.search-form button:hover, .button:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover { color: #fff; background: var(--leaf); }
.live-search-results { position: absolute; z-index: 100; top: calc(100% + 5px); right: 0; left: 0; overflow: hidden; color: var(--ink); background: #fff; border: 1px solid var(--line); box-shadow: 0 18px 45px rgba(16,41,31,.26); }
.live-search-results[hidden] { display: none; }
.live-search-results__status { padding: 15px 17px; margin: 0; color: #657067; font-size: .88rem; }
.live-search-results__status:empty { display: none; }
.live-search-results__items { display: grid; }
.live-search-result { display: grid; grid-template-columns: 62px minmax(0,1fr) auto; gap: 13px; align-items: center; min-width: 0; padding: 11px 14px; color: var(--ink); border-top: 1px solid var(--line); }
.live-search-result:first-child { border-top: 0; }
.live-search-result:hover, .live-search-result:focus-visible, .live-search-result.is-active { color: var(--ink); background: var(--paper); outline: none; }
.live-search-result img { width: 62px; height: 62px; object-fit: contain; background: #fff; }
.live-search-result__name { min-width: 0; font-weight: 700; line-height: 1.25; }
.live-search-result__price { color: var(--leaf-deep); font-size: .88rem; font-weight: 700; white-space: nowrap; }
.live-search-results__all { display: block; padding: 13px 16px; color: #fff; background: var(--teal); font-size: .8rem; font-weight: 700; text-align: center; text-transform: uppercase; letter-spacing: .06em; }
.live-search-results__all:hover, .live-search-results__all:focus-visible { color: #fff; background: var(--leaf); outline: none; }
.cart-link { color: #fff; font-size: .88rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; white-space: nowrap; }
.nav-toggle, .submenu-toggle { display: none; }
.primary-nav { border-top: 1px solid rgba(255,255,255,.22); }
.primary-nav > div > ul, .primary-nav > ul { display: flex; justify-content: center; gap: 27px; flex-wrap: wrap; padding: 13px 0; margin: 0; list-style: none; }
.primary-nav li { position: relative; list-style: none; }
.primary-nav a { color: #fff; font: 400 1.2rem 'New Leaf Display', sans-serif; letter-spacing: .06em; text-transform: uppercase; }
.primary-nav a:hover { color: #d5e6b6; }
.primary-nav .sub-menu { position: absolute; z-index: 40; top: calc(100% + 13px); left: 50%; display: grid; grid-template-columns: repeat(3, minmax(150px, 1fr)); gap: 0; width: min(620px, 90vw); padding: 14px; margin: 0; visibility: hidden; opacity: 0; transform: translate(-50%, 8px); background: #fff; border: 1px solid var(--line); box-shadow: 0 18px 45px rgba(16,41,31,.24); transition: opacity .18s ease, transform .18s ease, visibility .18s; }
.primary-nav li:hover > .sub-menu, .primary-nav li:focus-within > .sub-menu { visibility: visible; opacity: 1; transform: translate(-50%, 0); }
.primary-nav .sub-menu a { display: block; padding: 10px 12px; color: var(--ink); font: 700 .77rem 'New Leaf Sans', sans-serif; letter-spacing: .045em; }
.primary-nav .sub-menu a:hover { color: var(--leaf-deep); background: var(--paper); }
.page-main { min-height: 55vh; }
.hero { min-height: 420px; display: grid; place-items: center; text-align: center; color: #fff; background: linear-gradient(90deg, rgba(33,52,25,.8), rgba(33,52,25,.28)), url('assets/delivery-banner.jpg') center/cover; }
.hero-content { padding: 72px 20px; max-width: 760px; }
.eyebrow { margin: 0 0 8px; color: #dceabd; font-size: .78rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, h3 { font-family: 'New Leaf Display', 'New Leaf Sans', sans-serif; letter-spacing: .04em; text-transform: uppercase; line-height: 1.05; }
.hero h1 { margin: 0; font-size: clamp(2.8rem, 7vw, 5.7rem); font-weight: 400; }
.hero p { font-size: 1.15rem; max-width: 590px; margin: 18px auto 28px; }
.section { padding: 70px 0; }
.section--cream { background: rgba(255,255,255,.69); }
.section-heading { max-width: 720px; margin: 0 auto 30px; text-align: center; }
.section-heading h2 { font-size: clamp(2rem, 4vw, 3.2rem); margin: 0 0 13px; font-weight: 400; }
.section-heading p { margin: 0; }
.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.category-card { min-height: 170px; display: flex; align-items: end; padding: 22px; color: #fff; background: linear-gradient(140deg, rgba(27,44,21,.88), rgba(112,141,69,.55)), var(--leaf); border: 1px solid rgba(255,255,255,.35); }
.category-card:nth-child(2) { background-color: #427d80; }
.category-card:nth-child(3) { background-color: #785c32; }
.category-card span { font: 400 2rem 'New Leaf Display', sans-serif; text-transform: uppercase; }
.product-grid ul.products { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin: 0; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product { width: auto; margin: 0; padding: 14px; background: #fff; border: 1px solid var(--line); }
.woocommerce ul.products li.product a img { margin-bottom: 12px; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { min-height: 44px; color: var(--ink); font: 400 1.25rem 'New Leaf Display', sans-serif; letter-spacing: .03em; text-transform: uppercase; }
.woocommerce ul.products li.product .price { color: var(--leaf-deep); font-weight: 700; }
.woocommerce div.product div.summary { padding: 28px; background: #fff; }
.woocommerce div.product .product_title { font-size: 2.4rem; }
.woocommerce-page .page-main { padding: 52px 0; }
.content-card { max-width: 920px; padding: clamp(24px, 5vw, 60px); margin: 0 auto; background: #fff; border: 1px solid var(--line); }
.storefront-page { padding: clamp(34px, 6vw, 88px) 0; }
.storefront-page__article { width: min(1240px, calc(100% - 40px)); margin: 0 auto; }
.storefront-page__article--standard { max-width: 920px; }
.storefront-page__header h1 { margin-top: 0; font-size: clamp(2.2rem, 5vw, 4rem); }
.storefront-imported-content { display: grid; gap: clamp(26px, 4vw, 56px); }
.storefront-imported-content > div:has(> .storefront-imported-section) { display: contents; }
.storefront-imported-section { min-width: 0; padding: clamp(28px, 4vw, 60px); background: rgba(255,255,255,.9); border: 1px solid var(--line); }
.storefront-imported-content img { display: block; width: auto; max-width: 100%; height: auto; margin: 0 auto; }
.storefront-imported-content figure, .storefront-imported-content picture { display: block; margin: 0; }
.storefront-imported-content a { color: var(--teal); font-weight: 700; }
.storefront-imported-content a:hover { color: var(--leaf-deep); }
.storefront-imported-content h1, .storefront-imported-content h2 { max-width: 900px; margin: 0 auto 16px; text-align: center; font-size: clamp(1.8rem, 4vw, 3.2rem); font-weight: 400; }
.storefront-imported-content h3 { margin: 28px 0 12px; font-size: 1.45rem; }
.storefront-imported-content p { max-width: 72ch; margin: 0 auto 18px; font-size: 1.04rem; }
.storefront-imported-content ul:not(.storefront-imported-grid), .storefront-imported-content ol { max-width: 72ch; margin: 0 auto 20px; padding-left: 1.35rem; }
.storefront-imported-content li + li { margin-top: .45rem; }
.storefront-imported-content table { display: block; max-width: 100%; overflow-x: auto; border-collapse: collapse; }
.storefront-imported-content th, .storefront-imported-content td { padding: 10px 12px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.storefront-imported-content > div:has(> img), .storefront-imported-content section > div:has(> img) { display: grid; gap: 18px; justify-items: center; }
.storefront-imported-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 210px), 1fr)); gap: clamp(14px, 2vw, 26px); padding: 0; margin: 0; list-style: none; }
.storefront-imported-card { min-width: 0; overflow: hidden; background: #fff; border: 1px solid var(--line); }
.storefront-imported-card > a { display: grid; height: 100%; color: inherit; }
.storefront-imported-card figure { align-self: center; padding: 12px; }
.storefront-imported-card img { width: 100%; aspect-ratio: 1; object-fit: contain; }
.storefront-imported-card h2, .storefront-imported-card p { padding: 0 16px; text-align: left; }
.storefront-imported-card h2 { margin-top: 16px; font-size: 1.3rem; }
.storefront-imported-card p { font-size: .94rem; }
.storefront-imported-section--banner { position: relative; min-height: clamp(300px, 34vw, 460px); display: grid; align-content: end; padding: clamp(28px, 5vw, 68px); overflow: hidden; color: #fff; background: var(--leaf-deep); }
.storefront-imported-banner__media { position: absolute; inset: 0; z-index: 0; }
.storefront-imported-banner__media img { width: 100%; height: 100%; object-fit: cover; opacity: .42; }
.storefront-imported-banner__content { position: relative; z-index: 1; max-width: 760px; }
.storefront-imported-section--banner h1 { margin: 0; text-align: left; color: #fff; font-size: clamp(2.5rem, 6vw, 5.2rem); }
.storefront-imported-section--banner a { display: inline-block; padding: 12px 20px; color: #fff; background: var(--teal); text-transform: uppercase; letter-spacing: .07em; }
.storefront-imported-feature__row { display: grid; grid-template-columns: minmax(220px, .8fr) minmax(0, 1.2fr); gap: clamp(28px, 6vw, 84px); align-items: center; }
.storefront-imported-feature__media { display: grid; place-items: center; }
.storefront-imported-feature__media img { max-height: 300px; object-fit: contain; }
.storefront-imported-section--feature h2, .storefront-imported-section--feature h3, .storefront-imported-section--feature p { max-width: none; text-align: left; }
.storefront-imported-section--gallery { padding: clamp(18px, 3vw, 34px); }
.storefront-imported-section--gallery img { width: 100%; }
.storefront-imported-home-section .storefront-imported-section:not(:has(> picture)) { padding: clamp(28px, 5vw, 60px); background: rgba(255,255,255,.84); border: 1px solid var(--line); }
.storefront-imported-home-section .storefront-imported-section:has(> div + div) { display: grid; grid-template-columns: minmax(160px, .7fr) minmax(0, 1.3fr); gap: clamp(24px, 5vw, 66px); align-items: center; }
.storefront-imported-home-section .storefront-imported-section:has(> div + div) > div:first-child { display: grid; gap: 16px; justify-items: center; }
.storefront-imported-home-section .storefront-imported-section:has(> div + div) > div:first-child img { max-height: 230px; object-fit: contain; }
.storefront-imported-home-section .storefront-imported-section:has(> div + div) h2, .storefront-imported-home-section .storefront-imported-section:has(> div + div) p { text-align: left; }
.storefront-imported-home-section .storefront-imported-section:has(> div + div) a { display: inline-block; }
.site-footer { color: #fff; background: var(--wood) url('assets/wood-dark.png') repeat; }
.footer-locator { display: grid; grid-template-columns: 1fr auto; gap: 6px 28px; align-items: center; padding: 34px max(20px, calc((100vw - 1240px) / 2)); color: #fff; background: linear-gradient(100deg, rgba(20,54,39,.9), rgba(82,110,48,.78)), url('assets/delivery-banner.jpg') center/cover; border-bottom: 5px solid var(--leaf); }
.footer-locator:hover { color: #fff; }
.footer-locator strong { font: 400 clamp(2.2rem, 5vw, 4rem) 'New Leaf Display', sans-serif; letter-spacing: .04em; text-transform: uppercase; line-height: 1; }
.footer-locator > span:not(.eyebrow):not(.footer-locator__action) { max-width: 58ch; }
.footer-locator__action { grid-column: 2; grid-row: 1 / span 3; padding: 13px 18px; background: var(--teal); font-size: .82rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.footer-grid { display: grid; grid-template-columns: 1.35fr 1fr 1fr; gap: 44px; padding: 55px 0 30px; }
.site-footer h2 { margin-top: 0; color: #dceabd; font-size: 1.45rem; font-weight: 400; }
.site-footer p, .site-footer li { font-size: .9rem; }
.site-footer ul { padding: 0; margin: 0; list-style: none; }
.site-footer li { margin: 7px 0; }
.footer-fine-print { color: #d8e0d1; font-size: .78rem !important; }
.footer-search-title { margin-top: 28px; }
.footer-search { display: flex; }
.footer-search input { width: 100%; min-width: 0; padding: 11px 12px; border: 0; font: inherit; }
.footer-search button { padding: 11px 14px; border: 0; color: #fff; background: var(--teal); font-weight: 700; text-transform: uppercase; }
.footer-bottom { display: flex; align-items: center; gap: 18px; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.23); font-size: .82rem; }
.footer-bottom img { width: 48px; height: auto; }
.footer-bottom a { margin-left: auto; }
.editorial-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.editorial-index-hero { padding: clamp(38px, 6vw, 76px); margin-bottom: 28px; color: #fff; background: linear-gradient(115deg,var(--wood),var(--leaf)); }
.editorial-index-hero h1 { margin: 0 0 14px; font-size: clamp(2.8rem,6vw,5.4rem); font-weight: 400; }
.editorial-index-hero p:last-child { max-width: 65ch; margin: 0; font-size: 1.05rem; }
.editorial-card { display: flex; flex-direction: column; overflow: hidden; background: #fff; border: 1px solid var(--line); box-shadow: 0 12px 32px rgba(35,53,44,.08); }
.editorial-card__media { display: block; aspect-ratio: 16/10; overflow: hidden; background: #e7ecdf; }
.editorial-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.editorial-card:hover .editorial-card__media img { transform: scale(1.025); }
.editorial-card__body { display: flex; flex: 1; flex-direction: column; padding: 24px; }
.editorial-card__body h2 { margin: 2px 0 12px; font-size: 1.65rem; }
.editorial-card__body p { margin-top: 0; }
.text-link { margin-top: auto; color: var(--teal); font-weight: 700; text-transform: uppercase; letter-spacing: .05em; }
.article-hero { min-height: 400px; display: grid; align-items: end; padding: clamp(34px, 6vw, 76px); color: #fff; background: linear-gradient(90deg, rgba(16,41,31,.94), rgba(16,41,31,.45)), var(--article-image, linear-gradient(120deg,var(--wood),var(--leaf))) center/cover; }
.article-hero > div { max-width: 850px; }
.article-hero h1 { margin: 0 0 16px; font-size: clamp(2.5rem, 6vw, 5rem); font-weight: 400; }
.article-content { width: min(860px, calc(100% - 40px)); padding: clamp(34px, 6vw, 72px); margin: -34px auto 0; position: relative; background: #fff; border: 1px solid var(--line); }
.article-content .storefront-imported-section { padding: 0; border: 0; }
.article-content img { margin: 30px auto; }
.article-footer { width: min(860px, calc(100% - 40px)); padding: 0 0 60px; margin: 28px auto 0; }
.woocommerce-products-header { padding: clamp(28px, 5vw, 58px); margin-bottom: 28px; color: #fff; background: linear-gradient(115deg,var(--wood),var(--leaf)); }
.woocommerce-products-header__title { margin: 0 0 12px; font-size: clamp(2.3rem,5vw,4.3rem); font-weight: 400; }
.term-description { max-width: 75ch; }
.storefront-contact-form { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; max-width: 780px; margin: 0 auto; }
.storefront-contact-form p { width: 100%; max-width: none; margin: 0; }
.storefront-contact-form__wide { grid-column: 1 / -1; }
.storefront-contact-form label { display: grid; gap: 7px; font-weight: 700; }
.storefront-contact-form input, .storefront-contact-form textarea { width: 100%; padding: 13px 14px; border: 1px solid #aebaa5; background: #fff; color: var(--ink); font: inherit; }
.storefront-contact-form input:focus, .storefront-contact-form textarea:focus { outline: 3px solid rgba(26,166,182,.25); border-color: var(--teal); }
.storefront-contact-form__honeypot { position: absolute; left: -10000px; }
.storefront-form-notice { max-width: 780px; padding: 14px 16px; margin: 0 auto 20px; border-left: 5px solid var(--teal); background: #eef8f6; }
.storefront-form-notice--error { border-color: #a33; background: #fff0ef; }
.collection-browser { margin: 0 0 34px; }
.collection-browser h2 { font-size: clamp(1.7rem,3vw,2.5rem); }
.collection-browser__grid { display: grid; grid-template-columns: repeat(auto-fill,minmax(210px,1fr)); gap: 18px; }
.collection-browser__card { display: grid; grid-template-rows: 190px 1fr; min-height: 290px; overflow: hidden; background: #fff; border: 1px solid var(--line); box-shadow: 0 8px 22px rgba(35,53,44,.06); transition: transform .18s ease, box-shadow .18s ease; }
.collection-browser__card:hover, .collection-browser__card:focus-visible { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(35,53,44,.13); }
.collection-browser__card:focus-visible { outline: 3px solid #e5a900; outline-offset: 3px; }
.collection-browser__media { display: grid; place-items: center; overflow: hidden; padding: 14px; background: #fff; border-bottom: 1px solid var(--line); }
.collection-browser__media:empty { background: linear-gradient(145deg, var(--wood), var(--leaf)); }
.collection-browser__media img { width: 100%; height: 100%; object-fit: contain; }
.collection-browser__body { display: grid; gap: 6px; align-content: center; padding: 18px 20px; }
.collection-browser__card strong { font: 400 1.35rem 'New Leaf Display',sans-serif; letter-spacing: .035em; text-transform: uppercase; }
.collection-browser__body > span { color: #657067; font-size: .82rem; }
.shop-landing { margin: 0 0 clamp(46px,7vw,86px); }
.shop-landing__intro { max-width: 720px; margin: 0 auto 28px; text-align: center; }
.shop-landing__intro .eyebrow { color: var(--leaf-deep); }
.shop-landing__intro h2, .shop-all-products h2 { margin: 0 0 12px; font-size: clamp(2rem,4vw,3.3rem); font-weight: 400; }
.shop-landing__intro p:last-child { margin: 0; }
.shop-departments { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; }
.shop-department-card { display: grid; grid-template-rows: 190px 1fr; overflow: hidden; background: #fff; border: 1px solid var(--line); box-shadow: 0 8px 22px rgba(35,53,44,.06); transition: transform .18s ease, box-shadow .18s ease; }
.shop-department-card:hover, .shop-department-card:focus-visible { color: var(--ink); transform: translateY(-3px); box-shadow: 0 14px 30px rgba(35,53,44,.13); }
.shop-department-card:focus-visible { outline: 3px solid #e5a900; outline-offset: 3px; }
.shop-department-card__media { display: grid; place-items: center; overflow: hidden; padding: 14px; background: linear-gradient(145deg,#fff,#edf1e7); border-bottom: 1px solid var(--line); }
.shop-department-card__media:empty { background: linear-gradient(145deg,var(--wood),var(--leaf)); }
.shop-department-card__media img { width: 100%; height: 100%; object-fit: contain; }
.shop-department-card__body { display: grid; gap: 7px; align-content: center; padding: 19px 20px; }
.shop-department-card__body strong { font: 400 1.45rem 'New Leaf Display',sans-serif; letter-spacing: .035em; text-transform: uppercase; }
.shop-department-card__body > span { color: #657067; font-size: .82rem; }
.shop-department-card__body .shop-department-card__action { color: var(--teal); font-weight: 700; text-transform: uppercase; letter-spacing: .04em; }
.shop-featured { display: grid; gap: 42px; padding-top: clamp(50px,7vw,82px); }
.shop-featured-row__header { display: flex; align-items: end; justify-content: space-between; gap: 18px; margin-bottom: 16px; border-bottom: 1px solid var(--line); }
.shop-featured-row__header h3 { margin: 0 0 10px; font-size: clamp(1.65rem,3vw,2.35rem); font-weight: 400; }
.shop-featured-row__header a { margin-bottom: 12px; color: var(--teal); font-weight: 700; text-transform: uppercase; letter-spacing: .04em; }
.shop-featured-row .woocommerce { margin: 0; }
.shop-featured-row ul.products { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; margin: 0; }
.shop-all-products { margin: 0 0 22px; }
.shop-all-products .eyebrow { color: var(--leaf-deep); }
.catalog-explorer__mobilebar { display: none; margin-bottom: 16px; }
.catalog-explorer__mobilebar .button span { display: inline-grid; place-items: center; min-width: 22px; min-height: 22px; margin-left: 7px; color: var(--ink); background: #fff; border-radius: 50%; }
.catalog-explorer { display: grid; grid-template-columns: 280px minmax(0,1fr); gap: 28px; align-items: start; clear: both; }
.catalog-filters { position: sticky; top: 18px; max-height: calc(100vh - 36px); overflow: hidden; background: #fff; border: 1px solid var(--line); box-shadow: 0 10px 28px rgba(35,53,44,.07); }
.catalog-filters form { display: flex; max-height: calc(100vh - 36px); flex-direction: column; }
.catalog-filters__scroll { min-height: 0; overflow-y: auto; scrollbar-width: thin; }
.catalog-filters__header { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 20px; color: #fff; background: var(--wood); }
.catalog-filters__header h3 { margin: 0; font-size: 1.45rem; font-weight: 400; }
.catalog-filters__header span { display: block; margin-top: 2px; color: #dceabd; font-size: .75rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.catalog-filters__header a { color: #dceabd; font-size: .76rem; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; }
.catalog-filter-sort, .catalog-filter-search, .catalog-filter-per-page { display: grid; gap: 7px; padding: 18px 20px; font-size: .82rem; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; border-bottom: 1px solid var(--line); }
.catalog-filter-sort select, .catalog-filter-search input, .catalog-filter-per-page select, .catalog-facet-search, .catalog-price-range input { width: 100%; min-width: 0; padding: 10px 11px; color: var(--ink); background: #fff; border: 1px solid #aebaa5; font: 400 .92rem 'New Leaf Sans',sans-serif; text-transform: none; letter-spacing: normal; }
.catalog-filter-group { border-bottom: 1px solid var(--line); }
.catalog-filter-group summary { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 15px 20px; cursor: pointer; font-weight: 700; list-style: none; }
.catalog-filter-group summary::-webkit-details-marker { display: none; }
.catalog-filter-group summary::after { content: '+'; margin-left: auto; color: var(--teal); font-size: 1.15rem; }
.catalog-filter-group[open] summary::after { content: '−'; }
.catalog-filter-group summary span { display: inline-grid; place-items: center; min-width: 22px; min-height: 22px; padding: 0 5px; color: #fff; background: var(--teal); border-radius: 999px; font-size: .72rem; }
.catalog-facet-search { width: calc(100% - 40px); margin: 0 20px 10px; }
.catalog-filter-options { display: grid; max-height: 250px; overflow-y: auto; padding: 0 20px 15px; scrollbar-width: thin; }
.catalog-filter-options label { display: grid; grid-template-columns: auto minmax(0,1fr) auto; gap: 9px; align-items: start; padding: 6px 0; cursor: pointer; font-size: .9rem; }
.catalog-filter-options input { width: 17px; height: 17px; margin: 2px 0 0; accent-color: var(--teal); }
.catalog-filter-options small { color: #758078; font-size: .75rem; }
.catalog-filter-options label[hidden] { display: none; }
.catalog-price-range { display: grid; grid-template-columns: minmax(0,1fr) auto minmax(0,1fr); gap: 8px; align-items: end; padding: 0 20px 18px; }
.catalog-price-range label { display: grid; gap: 5px; color: #657067; font-size: .72rem; font-weight: 700; text-transform: uppercase; }
.catalog-price-range > span { padding-bottom: 9px; color: #657067; font-size: .78rem; }
.catalog-filters__footer { padding: 14px 20px; background: #fff; border-top: 1px solid var(--line); box-shadow: 0 -8px 18px rgba(35,53,44,.08); }
.catalog-filters__apply { width: 100%; }
.catalog-results { min-width: 0; }
.catalog-results ul.products { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; margin-top: 0; }
.catalog-active-filters { display: flex; gap: 9px; flex-wrap: wrap; margin: -8px 0 22px; }
.catalog-active-filters a { padding: 7px 10px; color: var(--ink); background: #fff; border: 1px solid var(--line); font-size: .78rem; }
.catalog-active-filters a:hover { color: var(--leaf-deep); border-color: var(--leaf); }
.catalog-active-filters a span:first-child { font-weight: 700; }
.catalog-active-filters .catalog-active-filters__clear { color: #fff; background: var(--teal); border-color: var(--teal); font-weight: 700; }
.catalog-empty { padding: clamp(34px,7vw,74px); text-align: center; background: #fff; border: 1px solid var(--line); }
.catalog-empty h2 { margin: 0 0 12px; font-size: clamp(1.8rem,4vw,3rem); font-weight: 400; }
.catalog-empty p { margin: 0 auto 22px; }
.collection-empty { max-width: 720px; padding: clamp(28px,5vw,54px); margin: 0 auto 40px; text-align: center; background: #fff; border: 1px solid var(--line); }
.collection-empty h2 { margin-top: 0; font-size: clamp(1.8rem,4vw,3rem); }
.legacy-utility-page { max-width: 920px; padding: clamp(34px,7vw,84px); margin: 0 auto; text-align: center; background: linear-gradient(135deg,var(--wood),var(--leaf)); color: #fff; }
.legacy-utility-page h1 { margin: 0 0 16px; font-size: clamp(2.5rem,6vw,5rem); }
.legacy-utility-page > p:not(.eyebrow) { max-width: 58ch; margin: 0 auto 24px; font-size: 1.08rem; }
.legacy-utility-page .woocommerce { margin-top: 34px; padding: clamp(20px,4vw,38px); text-align: left; background: #fff; color: var(--ink); }
@media (max-width: 980px) { .editorial-grid { grid-template-columns: repeat(2, minmax(0,1fr)); } .shop-departments, .shop-featured-row ul.products { grid-template-columns: repeat(2,minmax(0,1fr)); } .catalog-explorer { grid-template-columns: minmax(0,1fr); } .catalog-explorer__mobilebar { display: block; } .catalog-filters { position: static; display: none; max-height: none; margin-bottom: 18px; } .catalog-filters form { max-height: min(720px,75vh); } .catalog-filters.is-open { display: block; } .catalog-results ul.products { grid-template-columns: repeat(3,minmax(0,1fr)); } }
@media (max-width: 800px) { .site-shell, .storefront-page__article { width: min(100% - 28px, 1240px); } .utility > span { display: none; } .header-main { grid-template-columns: 64px 1fr auto; gap: 12px; } .brand img { width: 62px; } .cart-link { display: none; } .search-form { justify-self: stretch; } .nav-toggle { display: inline-flex; align-items: center; gap: 7px; padding: 10px 12px; border: 1px solid rgba(255,255,255,.35); color: #fff; background: transparent; font: 700 .72rem 'New Leaf Sans', sans-serif; text-transform: uppercase; } .primary-nav { display: none; padding-bottom: 14px; } .is-nav-open .primary-nav { display: block; } .primary-nav > div > ul, .primary-nav > ul { display: block; padding: 0; } .primary-nav li { border-top: 1px solid rgba(255,255,255,.16); } .primary-nav li > a { display: inline-block; padding: 13px 0; font-size: 1rem; } .submenu-toggle { display: inline-grid; place-items: center; float: right; width: 44px; height: 44px; margin-top: 2px; border: 0; color: #fff; background: transparent; font-size: 1.2rem; } .primary-nav .sub-menu { position: static; display: none; width: auto; padding: 0 0 12px 18px; visibility: visible; opacity: 1; transform: none; background: transparent; border: 0; box-shadow: none; } .primary-nav li.is-submenu-open > .sub-menu { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); } .primary-nav .sub-menu a { padding: 9px 8px; color: #fff; } .category-grid, .product-grid ul.products, .footer-grid, .storefront-imported-feature__row { grid-template-columns: 1fr; } .footer-locator { grid-template-columns: 1fr; } .footer-locator__action { grid-column: 1; grid-row: auto; justify-self: start; } .section { padding: 48px 0; } .storefront-imported-section { padding: 28px 22px; } .storefront-imported-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; } .storefront-imported-section--banner { min-height: 300px; padding: 32px 22px; } .storefront-imported-section--feature h2, .storefront-imported-section--feature h3, .storefront-imported-section--feature p { text-align: center; } .storefront-imported-home-section .storefront-imported-section:has(> div + div) { grid-template-columns: 1fr; } .storefront-imported-home-section .storefront-imported-section:has(> div + div) h2, .storefront-imported-home-section .storefront-imported-section:has(> div + div) p { text-align: center; } }
@media (max-width: 640px) { .editorial-grid, .storefront-contact-form { grid-template-columns: 1fr; } .storefront-contact-form__wide { grid-column: auto; } .header-main { grid-template-columns: 56px 1fr; } .nav-toggle { grid-column: 1 / -1; justify-self: stretch; justify-content: center; } .collection-browser__grid, .shop-departments, .shop-featured-row ul.products { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; } .collection-browser__card, .shop-department-card { grid-template-rows: 145px 1fr; min-height: 250px; } .collection-browser__body, .shop-department-card__body { padding: 14px; } .shop-featured-row__header { align-items: center; } .live-search-results { right: 0; left: -68px; } .live-search-result { grid-template-columns: 52px minmax(0,1fr); } .live-search-result img { width: 52px; height: 52px; } .live-search-result__price { grid-column: 2; } .catalog-results ul.products { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; } }
@media (max-width: 390px) { .collection-browser__grid, .shop-departments, .shop-featured-row ul.products { grid-template-columns: 1fr; } .catalog-results ul.products { grid-template-columns: 1fr; } }
@media (max-width: 460px) { .storefront-imported-grid { grid-template-columns: 1fr; } }
