/** Shopify CDN: Minification failed

Line 398:0 Unexpected "}"

**/
/* ============================================================
   OLD SCHOOL OUTDOOR — BASE.CSS
   Cormorant Garamond (headings) + EB Garamond (body)
   Two colors: #1A1208 (ink) + #ffffff (white)
   Max-width: 960px centered
   ============================================================ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; border-radius: 0 !important; }
html, body { background: #ffffff; color: #1A1208; font-family: 'EB Garamond', Georgia, serif; -webkit-font-smoothing: antialiased; }
img { display: block; width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; font-family: inherit; }

.back-to-top { position: fixed; bottom: 28px; right: 28px; width: 40px; height: 40px; background: #1A1208; color: #ffffff; border: none; cursor: pointer; display: none; align-items: center; justify-content: center; z-index: 50; font-family: 'EB Garamond', Georgia, serif; font-size: 18px; }
.back-to-top.visible { display: flex; }
@media(max-width:600px){ .back-to-top { bottom: 20px; right: 16px; } }

/* PAGE WRAPPER */
.page-wrapper { max-width: 960px; margin: 0 auto; background: #ffffff; }

/* ANNOUNCEMENT BAR */
.announcement-bar { background: #1A1208; color: #ffffff; text-align: center; padding: 9px 16px; font-family: 'EB Garamond', Georgia, serif; font-size: 15px; letter-spacing: 0.04em; }

/* NAV */
.site-nav { display: flex; align-items: baseline; justify-content: space-between; padding: 20px 28px 17px; border-bottom: 1px solid #1A1208; background: #ffffff; }
.site-nav__wordmark { font-family: 'Cormorant Garamond', Georgia, serif; font-style: italic; font-weight: 700; font-size: 22px; letter-spacing: -0.01em; color: #1A1208; }
.site-nav__links { display: flex; gap: 16px; align-items: baseline; list-style: none; }
.site-nav__link { font-family: 'EB Garamond', Georgia, serif; font-size: 15px; color: #1A1208; letter-spacing: 0.01em; text-decoration: none; }
.site-nav__link:hover { text-decoration: underline; text-underline-offset: 3px; }

/* HAMBURGER */
.hamburger { display: none; flex-direction: column; align-items: center; gap: 5px; cursor: pointer; background: none; border: none; padding: 2px; margin-left: 4px; }
.hamburger__line { display: block; width: 20px; height: 1px; background: #1A1208; transition: transform 0.22s ease, opacity 0.22s ease; }
.hamburger.is-open .hamburger__line:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.hamburger.is-open .hamburger__line:nth-child(2) { opacity: 0; }
.hamburger.is-open .hamburger__line:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* DRAWER */
.drawer-overlay { display: none; position: fixed; inset: 0; background: rgba(26,18,8,0.35); z-index: 99; }
.drawer-overlay.is-open { display: block; }
.drawer { position: fixed; top: 0; right: 0; bottom: 0; width: 72%; max-width: 280px; background: #ffffff; z-index: 100; transform: translateX(100%); transition: transform 0.28s ease; display: flex; flex-direction: column; border-left: 1px solid #1A1208; }
.drawer.is-open { transform: translateX(0); }
.drawer__head { display: flex; align-items: baseline; justify-content: space-between; padding: 20px 20px 16px; border-bottom: 1px solid #1A1208; }
.drawer__wordmark { font-family: 'Cormorant Garamond', Georgia, serif; font-style: italic; font-weight: 700; font-size: 17px; color: #1A1208; }
.drawer__close { font-family: 'EB Garamond', Georgia, serif; font-size: 14px; font-style: italic; color: rgba(26,18,8,0.5); cursor: pointer; background: none; border: none; }
.drawer__links { display: flex; flex-direction: column; padding: 8px 0; flex: 1; list-style: none; }
.drawer__link { font-family: 'EB Garamond', Georgia, serif; font-size: 17px; color: #1A1208; padding: 13px 20px; border-bottom: 0.5px solid rgba(26,18,8,0.1); text-decoration: none; display: block; letter-spacing: 0.01em; }
.drawer__link:hover { background: rgba(26,18,8,0.03); }
.drawer__foot { padding: 16px 20px; border-top: 0.5px solid rgba(26,18,8,0.15); display: flex; flex-direction: column; gap: 8px; }
.drawer__foot-link { font-family: 'EB Garamond', Georgia, serif; font-size: 13px; font-style: italic; color: rgba(26,18,8,0.5); text-decoration: none; }

/* FILTER BAR */
.filter-bar { padding: 9px 28px; border-bottom: 0.5px solid rgba(26,18,8,0.18); display: flex; align-items: baseline; overflow-x: auto; -webkit-overflow-scrolling: touch; position: sticky; top: 0; z-index: 10; background: #ffffff; }
.filter-bar::after { content: ''; position: sticky; right: 0; top: 0; flex-shrink: 0; width: 48px; height: 100%; background: linear-gradient(to right, rgba(255,255,255,0), #ffffff); pointer-events: none; }
.filter-bar__group { display: flex; align-items: baseline; padding-right: 20px; margin-right: 20px; border-right: 0.5px solid rgba(26,18,8,0.2); flex-shrink: 0; }
.filter-bar__group:last-of-type { border-right: none; }
.filter-bar__head { font-family: 'EB Garamond', Georgia, serif; font-size: 14px; font-style: italic; color: rgba(26,18,8,0.5); margin-right: 7px; white-space: nowrap; }
.filter-bar__item { font-family: 'EB Garamond', Georgia, serif; font-size: 15px; color: #1A1208; background: none; border: none; padding: 2px 5px; white-space: nowrap; text-decoration: none; display: inline-block; letter-spacing: 0.01em; }
.filter-bar__item:hover { text-decoration: underline; text-underline-offset: 3px; }
.filter-bar__item.is-active { font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.filter-bar__count { margin-left: auto; padding-left: 18px; flex-shrink: 0; font-family: 'EB Garamond', Georgia, serif; font-size: 13px; font-style: italic; color: rgba(26,18,8,0.4); white-space: nowrap; }

/* PRODUCT GRID */
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-left: 0.5px solid rgba(26,18,8,0.15); border-top: 0.5px solid rgba(26,18,8,0.15); }
.product-card { border-right: 0.5px solid rgba(26,18,8,0.15); border-bottom: 0.5px solid rgba(26,18,8,0.15); text-decoration: none; display: block; color: #1A1208; }
.product-card:hover .product-card__image { opacity: 0.88; }
.product-card__image { width: 100%; aspect-ratio: 1/1; background: #ffffff; overflow: hidden; border-bottom: 0.5px solid rgba(26,18,8,0.08); transition: opacity 0.1s; }
.product-card__image img { width: 100%; height: 100%; object-fit: cover; }
.product-card__image--sold { opacity: 0.4; }
.product-card__meta { padding: 9px 11px 13px; }
.product-card__title { font-family: 'EB Garamond', Georgia, serif; font-size: 15px; font-weight: 700; color: #1A1208; line-height: 1.3; margin-bottom: 6px; letter-spacing: 0.01em; }
.product-card__title--sold { color: rgba(26,18,8,0.3); }
.product-card__rule { width: 100%; height: 0.5px; background: rgba(26,18,8,0.5); margin-bottom: 6px; }
.product-card__price { font-family: 'EB Garamond', Georgia, serif; font-size: 15px; color: #1A1208; }
.product-card__sold { font-family: 'EB Garamond', Georgia, serif; font-size: 13px; font-style: italic; color: rgba(26,18,8,0.35); }

/* LOAD MORE */
.load-more { padding: 22px 28px; border-top: 0.5px solid rgba(26,18,8,0.15); text-align: center; }
.load-more__btn { font-family: 'EB Garamond', Georgia, serif; font-size: 14px; font-style: italic; color: #1A1208; cursor: pointer; background: none; border: none; border-bottom: 0.5px solid #1A1208; padding-bottom: 1px; }

/* PAGE HEADER */
.page-header { padding: 40px 28px 28px; border-bottom: 0.5px solid rgba(26,18,8,0.2); }
.page-header__label { font-size: 11px; font-style: italic; color: rgba(26,18,8,0.45); letter-spacing: 0.04em; margin-bottom: 10px; }
.page-header__title { font-family: 'Cormorant Garamond', Georgia, serif; font-variant: small-caps; font-weight: 600; font-size: 28px; letter-spacing: 0.06em; color: #1A1208; line-height: 1.15; margin-bottom: 10px; }
.page-header__intro { font-family: 'EB Garamond', Georgia, serif; font-size: 16.5px; line-height: 1.82; color: #1A1208; text-align: justify; letter-spacing: 0.018em; hyphens: auto; }

/* SECTION HEADING */
.sec-head { font-family: 'Cormorant Garamond', Georgia, serif; font-variant: small-caps; font-weight: 600; font-size: 17px; letter-spacing: 0.06em; color: #1A1208; margin-bottom: 8px; }
.sec-rule { height: 0.5px; background: rgba(26,18,8,0.5); margin-bottom: 16px; }

/* PROSE */
.prose { font-family: 'EB Garamond', Georgia, serif; font-size: 16.5px; line-height: 1.82; color: #1A1208; text-align: justify; letter-spacing: 0.018em; hyphens: auto; margin-bottom: 16px; }
.note { font-family: 'EB Garamond', Georgia, serif; font-size: 15px; font-style: italic; line-height: 1.78; color: #1A1208; border-left: 1px solid rgba(26,18,8,0.3); padding-left: 14px; margin-bottom: 24px; }

/* PRODUCT PAGE */
.product-layout { display: grid; grid-template-columns: 1fr 1fr; }
.product-layout__media { border-right: 0.5px solid rgba(26,18,8,0.15); padding: 28px; }
.product-layout__photo { width: 100%; aspect-ratio: 1/1; overflow: hidden; margin-bottom: 8px; }
.product-layout__photo img { width: 100%; height: 100%; object-fit: cover; }
.product-layout__photo--sold { opacity: 0.4; }
.product-layout__thumbs { display: flex; gap: 6px; justify-content: center; }
.product-layout__thumb { width: 56px; height: 56px; overflow: hidden; cursor: pointer; flex-shrink: 0; }
.product-layout__thumb.is-active { border-bottom: 1.5px solid #1A1208; }
.product-layout__thumb img { width: 100%; height: 100%; object-fit: cover; }
.product-layout__thumb.is-active { border-color: #1A1208; }
.product-layout__info { padding: 28px 28px 36px; }

.product-name { font-family: 'Cormorant Garamond', Georgia, serif; font-variant: small-caps; font-weight: 600; font-size: 20px; letter-spacing: 0.08em; color: #1A1208; line-height: 1.2; margin-bottom: 9px; }
.product-name-rule { width: 100%; height: 0.75px; background: rgba(26,18,8,0.55); margin-bottom: 18px; }
.product-description { font-size: 16.5px; line-height: 1.55; color: #1A1208; text-align: justify; letter-spacing: 0.018em; hyphens: auto; margin-bottom: 22px; }

.spec-list { display: flex; flex-direction: column; gap: 3px; margin-bottom: 14px; }
.spec-line { font-family: 'EB Garamond', Georgia, serif; font-size: 15px; line-height: 1.55; color: #1A1208; letter-spacing: 0.01em; }
.spec-line strong { font-weight: 700; }
.condition-line { font-family: 'EB Garamond', Georgia, serif; font-size: 15px; line-height: 1.65; color: #1A1208; letter-spacing: 0.01em; margin-bottom: 20px; }

.price-row { display: flex; align-items: baseline; gap: 14px; margin-bottom: 18px; }
.price { font-family: 'EB Garamond', Georgia, serif; font-size: 26px; font-weight: 700; color: #1A1208; }
.price-note { font-family: 'EB Garamond', Georgia, serif; font-size: 14px; font-style: italic; color: #1A1208; font-weight: 500; }
.price--sold { font-family: 'EB Garamond', Georgia, serif; font-size: 15px; font-style: italic; color: rgba(26,18,8,0.35); }

.btn-cart { display: block; width: 100%; background: #1A1208; color: #ffffff; border: none; cursor: pointer; padding: 14px 20px; font-family: 'EB Garamond', Georgia, serif; font-size: 16px; font-weight: 700; letter-spacing: 0.04em; text-align: center; margin-bottom: 10px; }
.btn-cart:hover { background: rgba(26,18,8,0.85); }
.btn-sold { display: block; width: 100%; background: rgba(26,18,8,0.06); color: rgba(26,18,8,0.35); border: 0.5px solid rgba(26,18,8,0.15); padding: 14px 20px; font-family: 'EB Garamond', Georgia, serif; font-size: 15px; font-style: italic; text-align: center; cursor: default; margin-bottom: 10px; }
.btn-back { display: block; width: 100%; background: #ffffff; color: #1A1208; border: 0.5px solid rgba(26,18,8,0.25); cursor: pointer; padding: 10px 20px; font-family: 'EB Garamond', Georgia, serif; font-size: 14px; font-style: italic; text-align: center; text-decoration: none; }
.btn-back:hover { border-color: #1A1208; }

.product-disclaimer { font-family: 'EB Garamond', Georgia, serif; font-size: 13px; font-style: italic; line-height: 1.72; color: rgba(26,18,8,0.5); border-top: 0.5px solid rgba(26,18,8,0.15); padding-top: 14px; margin-top: 14px; }

/* RELATED */
.related { border-top: 0.5px solid rgba(26,18,8,0.15); padding: 28px; }
.related__head { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 20px; }
.related__title { font-family: 'Cormorant Garamond', Georgia, serif; font-variant: small-caps; font-weight: 600; font-size: 15px; letter-spacing: 0.06em; color: #1A1208; }
.related__link { font-family: 'EB Garamond', Georgia, serif; font-size: 13px; font-style: italic; color: rgba(26,18,8,0.5); }
.related-grid { display: grid; grid-template-columns: repeat(4,1fr); border-left: 0.5px solid rgba(26,18,8,0.15); border-top: 0.5px solid rgba(26,18,8,0.15); }
.related-card { border-right: 0.5px solid rgba(26,18,8,0.15); border-bottom: 0.5px solid rgba(26,18,8,0.15); text-decoration: none; color: #1A1208; display: block; }
.related-card:hover .related-card__img { opacity: 0.88; }
.related-card__img { width: 100%; aspect-ratio: 1/1; overflow: hidden; border-bottom: 0.5px solid rgba(26,18,8,0.08); transition: opacity 0.1s; }
.related-card__img img { width: 100%; height: 100%; object-fit: cover; }
.related-card__meta { padding: 8px 10px 12px; }
.related-card__title { font-family: 'EB Garamond', Georgia, serif; font-size: 14px; font-weight: 700; color: #1A1208; line-height: 1.3; margin-bottom: 4px; }
.related-card__price { font-family: 'EB Garamond', Georgia, serif; font-size: 14px; color: #1A1208; }

/* BREADCRUMB */
.breadcrumb { padding: 10px 28px; border-bottom: 0.5px solid rgba(26,18,8,0.12); font-family: 'EB Garamond', Georgia, serif; font-size: 13px; font-style: italic; color: rgba(26,18,8,0.45); display: flex; gap: 6px; align-items: baseline; }
.breadcrumb a { color: rgba(26,18,8,0.45); }
.breadcrumb a:hover { color: #1A1208; }
.breadcrumb__sep { color: rgba(26,18,8,0.25); }

/* CART */
.cart-layout { display: grid; grid-template-columns: 1fr 320px; }
.cart-items { border-right: 0.5px solid rgba(26,18,8,0.15); }
.cart-item { display: grid; grid-template-columns: 100px 1fr; border-bottom: 0.5px solid rgba(26,18,8,0.15); }
.cart-item__img { width: 100px; height: 100px; border-right: 0.5px solid rgba(26,18,8,0.1); overflow: hidden; }
.cart-item__img img { width: 100%; height: 100%; object-fit: cover; }
.cart-item__details { padding: 14px 16px; display: flex; flex-direction: column; justify-content: space-between; }
.cart-item__top { display: flex; justify-content: space-between; align-items: flex-start; gap: 12px; margin-bottom: 8px; }
.cart-item__name { font-family: 'EB Garamond', Georgia, serif; font-size: 15px; font-weight: 700; color: #1A1208; line-height: 1.3; }
.cart-item__remove { font-family: 'EB Garamond', Georgia, serif; font-size: 13px; font-style: italic; color: rgba(26,18,8,0.45); cursor: pointer; background: none; border: none; white-space: nowrap; }
.cart-item__remove:hover { text-decoration: underline; text-underline-offset: 2px; }
.cart-item__bottom { display: flex; justify-content: flex-end; padding-top: 8px; border-top: 0.5px solid rgba(26,18,8,0.1); }
.cart-item__price { font-family: 'EB Garamond', Georgia, serif; font-size: 15px; font-weight: 700; color: #1A1208; }

.cart-summary { padding: 24px 28px; position: sticky; top: 0; }
.summary-head { font-family: 'Cormorant Garamond', Georgia, serif; font-variant: small-caps; font-weight: 600; font-size: 15px; letter-spacing: 0.04em; color: #1A1208; margin-bottom: 8px; }
.summary-rule { height: 0.5px; background: rgba(26,18,8,0.5); margin-bottom: 16px; }
.summary-lines { display: flex; flex-direction: column; gap: 8px; margin-bottom: 16px; }
.summary-line { display: flex; justify-content: space-between; align-items: baseline; font-family: 'EB Garamond', Georgia, serif; font-size: 14px; color: #1A1208; }
.summary-line--muted { font-style: italic; color: rgba(26,18,8,0.45); }
.summary-line--total { font-weight: 700; font-size: 16px; padding-top: 10px; margin-top: 4px; border-top: 0.5px solid rgba(26,18,8,0.4); }
.shipping-note { font-family: 'EB Garamond', Georgia, serif; font-size: 13px; font-style: italic; color: rgba(26,18,8,0.45); line-height: 1.55; margin-bottom: 16px; }
.btn-checkout { display: block; width: 100%; background: #1A1208; color: #ffffff; border: none; cursor: pointer; padding: 14px 20px; font-family: 'EB Garamond', Georgia, serif; font-size: 15px; font-weight: 700; text-align: center; margin-bottom: 10px; }
.btn-checkout:hover { background: rgba(26,18,8,0.85); }
.btn-continue { display: block; width: 100%; background: #ffffff; color: #1A1208; border: 0.5px solid rgba(26,18,8,0.25); cursor: pointer; padding: 10px 20px; font-family: 'EB Garamond', Georgia, serif; font-size: 13px; font-style: italic; text-align: center; }
.btn-continue:hover { border-color: #1A1208; }
.sustain-note { margin-top: 20px; padding-top: 16px; border-top: 0.5px solid rgba(26,18,8,0.15); font-family: 'EB Garamond', Georgia, serif; font-size: 13px; font-style: italic; color: rgba(26,18,8,0.45); line-height: 1.6; }

.discount-block { margin-bottom: 16px; }
.discount-toggle { font-family: 'EB Garamond', Georgia, serif; font-size: 13px; font-style: italic; color: rgba(26,18,8,0.5); cursor: pointer; background: none; border: none; display: block; margin-bottom: 6px; }
.discount-toggle:hover { text-decoration: underline; text-underline-offset: 2px; }
.discount-form { display: flex; }
.discount-input { flex: 1; font-family: 'EB Garamond', Georgia, serif; font-size: 14px; color: #1A1208; border: 0.5px solid rgba(26,18,8,0.35); border-right: none; padding: 9px 11px; background: #ffffff; outline: none; }
.discount-input:focus { border-color: #1A1208; }
.discount-input::placeholder { color: rgba(26,18,8,0.3); font-style: italic; }
.discount-apply { font-family: 'EB Garamond', Georgia, serif; font-size: 13px; font-weight: 700; color: #ffffff; background: #1A1208; border: none; padding: 9px 14px; cursor: pointer; }
.discount-feedback { font-family: 'EB Garamond', Georgia, serif; font-size: 13px; font-style: italic; margin-top: 6px; color: rgba(26,18,8,0.6); }

/* SEARCH */
.search-bar { padding: 18px 28px; border-bottom: 0.5px solid rgba(26,18,8,0.18); display: flex; align-items: center; }
.search-input { flex: 1; font-family: 'EB Garamond', Georgia, serif; font-size: 16px; color: #1A1208; border: none; border-bottom: 1px solid #1A1208; padding: 6px 0; background: #ffffff; outline: none; }
.search-input::placeholder { color: rgba(26,18,8,0.3); font-style: italic; }
.search-submit { background: none; border: none; cursor: pointer; padding: 6px 0 6px 16px; font-family: 'EB Garamond', Georgia, serif; font-size: 15px; color: rgba(26,18,8,0.5); }
.search-results-header { padding: 14px 28px; border-bottom: 0.5px solid rgba(26,18,8,0.15); display: flex; align-items: baseline; justify-content: space-between; }
.search-results-query { font-family: 'EB Garamond', Georgia, serif; font-size: 14px; color: #1A1208; }
.search-results-count { font-family: 'EB Garamond', Georgia, serif; font-size: 13px; font-style: italic; color: rgba(26,18,8,0.45); }
.search-no-results { padding: 64px 28px; text-align: center; }
.search-no-results__head { font-family: 'Cormorant Garamond', Georgia, serif; font-variant: small-caps; font-weight: 600; font-size: 18px; letter-spacing: 0.06em; color: #1A1208; margin-bottom: 10px; }
.search-no-results__body { font-family: 'EB Garamond', Georgia, serif; font-size: 15px; font-style: italic; color: rgba(26,18,8,0.5); margin-bottom: 20px; line-height: 1.65; }
.btn-browse { display: inline-block; border: 0.5px solid rgba(26,18,8,0.35); padding: 10px 24px; font-family: 'EB Garamond', Georgia, serif; font-size: 14px; color: #1A1208; cursor: pointer; background: transparent; }
.btn-browse:hover { border-color: #1A1208; }

/* PRESS */
.press-list { display: flex; flex-direction: column; }
.press-item { display: grid; grid-template-columns: 160px 1fr; border-bottom: 0.5px solid rgba(26,18,8,0.15); text-decoration: none; color: #1A1208; }
.press-item:hover { background: rgba(26,18,8,0.02); }
.press-item:last-child { border-bottom: none; }
.press-item__pub { padding: 28px 24px 28px 28px; border-right: 0.5px solid rgba(26,18,8,0.15); }
.press-item__pub-name { font-family: 'Cormorant Garamond', Georgia, serif; font-style: italic; font-weight: 700; font-size: 15px; color: #1A1208; }
.press-item__details { padding: 28px 28px 28px 32px; display: flex; flex-direction: column; justify-content: center; gap: 8px; }
.press-item__title { font-family: 'EB Garamond', Georgia, serif; font-size: 15px; font-weight: 700; color: #1A1208; line-height: 1.4; }
.press-item__meta { font-family: 'EB Garamond', Georgia, serif; font-size: 13px; font-style: italic; color: rgba(26,18,8,0.45); }

/* GALLERY */
.gallery-grid { columns: 3; column-gap: 0; border-left: 0.5px solid rgba(26,18,8,0.15); border-top: 0.5px solid rgba(26,18,8,0.15); }
.gallery-item { break-inside: avoid; border-right: 0.5px solid rgba(26,18,8,0.15); border-bottom: 0.5px solid rgba(26,18,8,0.15); cursor: pointer; display: block; position: relative; overflow: hidden; }
.gallery-item img { width: 100%; display: block; }
.gallery-item__caption { position: absolute; bottom: 0; left: 0; right: 0; background: rgba(255,255,255,0.95); padding: 9px 12px; border-top: 0.5px solid rgba(26,18,8,0.12); opacity: 0; transition: opacity 0.15s; }
.gallery-item:hover .gallery-item__caption { opacity: 1; }
.gallery-item__name { font-family: 'EB Garamond', Georgia, serif; font-size: 13px; font-weight: 700; color: #1A1208; margin-bottom: 2px; }
.gallery-item__desc { font-family: 'EB Garamond', Georgia, serif; font-size: 12px; font-style: italic; color: rgba(26,18,8,0.5); }

/* EMAIL BAR */
.email-bar { border-top: 0.5px solid rgba(26,18,8,0.15); padding: 28px 28px 24px; }
.email-bar__tagline { font-family: 'EB Garamond', Georgia, serif; font-size: 15px; font-style: italic; color: #1A1208; letter-spacing: 0.01em; margin-bottom: 12px; }
.email-bar__form { display: flex; max-width: 100%; }
.email-bar__input { flex: 1; font-family: 'EB Garamond', Georgia, serif; font-size: 15px; color: #1A1208; border: 0.5px solid rgba(26,18,8,0.35); border-right: none; padding: 10px 13px; background: #ffffff; outline: none; }
.email-bar__input:focus { border-color: #1A1208; }
.email-bar__input::placeholder { color: rgba(26,18,8,0.3); font-style: italic; }
.email-bar__btn { font-family: 'EB Garamond', Georgia, serif; font-size: 15px; font-weight: 700; color: #ffffff; background: #1A1208; border: 0.5px solid #1A1208; cursor: pointer; padding: 10px 18px; white-space: nowrap; }
.email-bar__btn:hover { background: rgba(26,18,8,0.85); }
.email-bar__success { display: none; font-family: 'EB Garamond', Georgia, serif; font-size: 14px; font-style: italic; color: rgba(26,18,8,0.55); margin-top: 8px; }

/* FOOTER */
.site-footer { border-top: 1px solid #1A1208; padding: 14px 28px; display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.site-footer__wordmark { font-family: 'Cormorant Garamond', Georgia, serif; font-style: italic; font-weight: 700; font-size: 17px; color: #1A1208; }
.site-footer__links { display: flex; gap: 18px; align-items: center; flex-wrap: wrap; }
.site-footer__link { font-family: 'EB Garamond', Georgia, serif; font-size: 13px; font-style: italic; color: rgba(26,18,8,0.5); text-decoration: none; }
.site-footer__link:hover { color: #1A1208; }
.site-footer__social { display: inline-flex; align-items: center; color: rgba(26,18,8,0.5); }
.site-footer__social:hover { color: #1A1208; }
.site-footer__copy { font-family: 'EB Garamond', Georgia, serif; font-size: 13px; font-style: italic; color: rgba(26,18,8,0.28); white-space: nowrap; }

/* TWO COLUMN LAYOUT */
.two-col { display: grid; grid-template-columns: 1fr 1fr; }
.two-col__left { padding: 36px 36px 48px 28px; border-right: 0.5px solid rgba(26,18,8,0.15); }
.two-col__right { padding: 36px 28px 48px 36px; }

/* POLICY ITEMS */
.policy-item { margin-bottom: 18px; }
.policy-item__head { font-family: 'EB Garamond', Georgia, serif; font-size: 15px; font-weight: 700; color: #1A1208; margin-bottom: 4px; }
.policy-item__rule { height: 0.5px; background: rgba(26,18,8,0.18); margin-bottom: 6px; }
.policy-item__body { font-family: 'EB Garamond', Georgia, serif; font-size: 15px; line-height: 1.72; color: #1A1208; }
.policy-item__body a { text-decoration: underline; text-underline-offset: 2px; }

/* MEASUREMENT TABLE */
.meas-table { width: 100%; border-top: 0.5px solid rgba(26,18,8,0.5); margin-bottom: 28px; }
.meas-row { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 0.5px solid rgba(26,18,8,0.12); padding: 7px 0; gap: 8px; }
.meas-row--header { border-bottom: 0.5px solid rgba(26,18,8,0.4); }
.meas-label { font-family: 'EB Garamond', Georgia, serif; font-size: 14px; font-weight: 700; color: #1A1208; }
.meas-label--header { font-size: 13px; font-style: italic; color: rgba(26,18,8,0.45); font-weight: 400; }
.meas-val { font-family: 'EB Garamond', Georgia, serif; font-size: 14px; color: #1A1208; line-height: 1.55; }

/* CONTACT / FORMS */
.inquiry-tabs { display: flex; border-bottom: 0.5px solid rgba(26,18,8,0.2); padding: 0 28px; overflow-x: auto; }
.inquiry-tab { font-family: 'EB Garamond', Georgia, serif; font-size: 14px; color: rgba(26,18,8,0.45); padding: 13px 0; margin-right: 26px; cursor: pointer; border-bottom: 1.5px solid transparent; background: none; border-top: none; border-left: none; border-right: none; white-space: nowrap; }
.inquiry-tab:hover { color: #1A1208; }
.inquiry-tab.is-active { color: #1A1208; font-weight: 700; border-bottom-color: #1A1208; }
.form-panel { display: none; }
.form-panel.is-active { display: block; }
.form-group { display: flex; flex-direction: column; gap: 5px; margin-bottom: 14px; }
.form-label { font-family: 'EB Garamond', Georgia, serif; font-size: 13px; font-weight: 700; color: #1A1208; }
.form-input { font-family: 'EB Garamond', Georgia, serif; font-size: 15px; color: #1A1208; border: 0.5px solid rgba(26,18,8,0.35); padding: 10px 12px; background: #ffffff; outline: none; width: 100%; }
.form-input:focus { border-color: #1A1208; }
.form-input::placeholder { color: rgba(26,18,8,0.3); font-style: italic; }
textarea.form-input { resize: vertical; min-height: 120px; line-height: 1.65; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.form-note { font-family: 'EB Garamond', Georgia, serif; font-size: 13px; font-style: italic; color: rgba(26,18,8,0.45); line-height: 1.6; margin-bottom: 14px; }
.btn-submit { display: block; width: 100%; background: #1A1208; color: #ffffff; border: none; cursor: pointer; padding: 13px 20px; font-family: 'EB Garamond', Georgia, serif; font-size: 15px; font-weight: 700; text-align: center; }
.btn-submit:hover { background: rgba(26,18,8,0.85); }

.info-block { margin-bottom: 24px; }
.info-block__head { font-family: 'EB Garamond', Georgia, serif; font-size: 15px; font-weight: 700; color: #1A1208; margin-bottom: 4px; }
.info-block__rule { height: 0.5px; background: rgba(26,18,8,0.2); margin-bottom: 8px; }
.info-block__body { font-family: 'EB Garamond', Georgia, serif; font-size: 15px; line-height: 1.7; color: #1A1208; }
.info-block__body a { text-decoration: underline; text-underline-offset: 2px; }

/* MOBILE */
@media (max-width: 600px) {
  .product-card__title { font-size: 13px; line-height: 1.25; }
.product-card__price { font-size: 13px; }
.product-card__sold { font-size: 12px; }
.cmeta { padding: 7px 9px 10px; }
.product-description { font-size: 15px; line-height: 1.65; }
.product-name { font-size: 18px; font-weight: 800; font-variant: small-caps; letter-spacing: 0.06em; }
.price { font-size: 22px; }
.product-layout__info { padding: 16px 16px 24px; }
  .site-nav { padding: 13px 16px 11px; align-items: center; display: flex; }
  .site-nav__links { align-items: center; }
  .site-nav__wordmark { font-size: 18px; }
  .desktop-only { display: none !important; }
  .hamburger { display: flex; }
.filter-bar { padding: 8px 16px; }
.filter-bar__item { font-size: 15px; padding: 2px 4px; }
.filter-bar__head { font-size: 14px; }
.filter-bar-wrap { position: sticky; top: 0; z-index: 10; }
.filter-bar__group { padding-right: 12px; margin-right: 12px; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .product-layout { grid-template-columns: 1fr; }
  .product-layout__media { border-right: none; border-bottom: 0.5px solid rgba(26,18,8,0.15); padding: 8px; }
  .product-layout__thumbs { padding: 10px 16px; }
  .product-layout__info { padding: 20px 16px 28px; }
  .product-description, .prose, .page-header__intro { text-align: left; hyphens: none; }
  .cart-layout { grid-template-columns: 1fr; }
  .cart-items { border-right: none; border-bottom: 0.5px solid rgba(26,18,8,0.2); }
  .cart-summary { padding: 20px 16px; position: static; }
  .two-col { grid-template-columns: 1fr; }
  .two-col__left { padding: 24px 16px 28px; border-right: none; border-bottom: 0.5px solid rgba(26,18,8,0.15); }
  .two-col__right { padding: 24px 16px 32px; }
  .press-item { grid-template-columns: 1fr; }
  .press-item__pub { padding: 18px 16px 0; border-right: none; }
  .press-item__details { padding: 8px 16px 20px; }
  .gallery-grid { columns: 2; }
  .related-grid { grid-template-columns: repeat(2, 1fr); }
  .email-bar { padding: 22px 16px 20px; }
  .email-bar__form { max-width: 100%; }
  .site-footer { padding: 12px 16px; gap: 12px; }
  .site-footer__links { gap: 12px; }
  .page-header { padding: 24px 16px 20px; }
  .page-header__title { font-size: 22px; }
  .inquiry-tabs { padding: 0 16px; }
  .form-row { grid-template-columns: 1fr; }
  .load-more { padding: 16px; }
  .breadcrumb { padding: 8px 16px; }
  .mobile-search { display: none; }

@media (max-width: 600px) { .mobile-search { display: list-item; } }
}
.pagination { padding: 28px; display: flex; align-items: center; justify-content: center; gap: 4px; border-top: 0.5px solid rgba(26,18,8,0.15); flex-wrap: wrap; }
.pagination__item { font-family: 'EB Garamond', Georgia, serif; font-size: 15px; color: #1A1208; padding: 6px 12px; text-decoration: none; border: 0.5px solid transparent; display: inline-block; }
.pagination__item:hover { border-color: rgba(26,18,8,0.25); }
.pagination__item--current { font-weight: 700; border-color: #1A1208; }
.pagination__item--disabled { color: rgba(26,18,8,0.25); cursor: default; }
.pagination__item--gap { color: rgba(26,18,8,0.4); cursor: default; }

/* SEARCH DROPDOWN */
.search-dropdown { display: none; position: absolute; top: 100%; left: 0; right: 0; background: #ffffff; border-bottom: 1px solid #1A1208; padding: 16px 28px; z-index: 50; }
.search-dropdown.is-open { display: block; }
.search-dropdown__form { display: flex; align-items: center; max-width: 960px; margin: 0 auto; }
.search-dropdown__input { flex: 1; font-family: 'EB Garamond', Georgia, serif; font-size: 18px; color: #1A1208; border: none; border-bottom: 1px solid #1A1208; padding: 8px 0; background: #ffffff; outline: none; }
.search-dropdown__input::placeholder { color: rgba(26,18,8,0.3); font-style: italic; }
.search-dropdown__submit { font-family: 'EB Garamond', Georgia, serif; font-size: 15px; color: rgba(26,18,8,0.5); background: none; border: none; cursor: pointer; padding: 8px 0 8px 16px; }
.search-dropdown__close { font-family: 'EB Garamond', Georgia, serif; font-size: 13px; font-style: italic; color: rgba(26,18,8,0.4); background: none; border: none; cursor: pointer; padding: 8px 0 8px 16px; }

/* LIGHTBOX */
.lightbox { display: none; position: fixed; inset: 0; background: rgba(26,18,8,0.92); z-index: 200; align-items: center; justify-content: center; cursor: zoom-out; }
.lightbox.is-open { display: flex; }
.lightbox__img { max-width: 92vw; max-height: 92vh; object-fit: contain; display: block; cursor: default; }
.lightbox__close { position: absolute; top: 20px; right: 24px; font-family: 'EB Garamond', Georgia, serif; font-size: 14px; font-style: italic; color: rgba(255,255,255,0.6); cursor: pointer; background: none; border: none; letter-spacing: 0.02em; }
.lightbox__close:hover { color: #ffffff; }
.product-layout__photo { cursor: zoom-in; }

.shopify-payment-button__more-options {
  margin-top: 8px;
  margin-bottom: 8px;
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 13px;
  font-style: italic;
  color: rgba(26,18,8,0.5);
}

.shopify-payment-button {
  margin-bottom: 10px;
}

/* GALLERY STRIP */
.gallery-strip { border-top: 0.5px solid rgba(26,18,8,0.15); padding: 28px 0 0; overflow: hidden; }
.gallery-strip__head { display: flex; align-items: baseline; justify-content: space-between; padding: 0 28px; margin-bottom: 16px; }
.gallery-strip__title { font-family: 'Cormorant Garamond', Georgia, serif; font-variant: small-caps; font-weight: 600; font-size: 15px; letter-spacing: 0.06em; color: #1A1208; }
.gallery-strip__link { font-family: 'EB Garamond', Georgia, serif; font-size: 13px; font-style: italic; color: rgba(26,18,8,0.45); text-decoration: none; }
.gallery-strip__link:hover { color: #1A1208; }
.gallery-strip__outer { overflow-x: auto; -webkit-overflow-scrolling: touch; cursor: grab; scrollbar-width: none; }
.gallery-strip__outer::-webkit-scrollbar { display: none; }
.gallery-strip__outer.is-dragging { cursor: grabbing; }
.gallery-strip__track { display: flex; gap: 8px; width: max-content; padding-bottom: 28px; animation: gallery-scroll 40s linear infinite; }
.gallery-strip__track.is-paused { animation-play-state: paused; }
.gallery-strip__item { flex-shrink: 0; width: 260px; position: relative; cursor: zoom-in; }
.gallery-strip__item img { width: 260px; height: 260px; object-fit: cover; display: block; transition: opacity 0.1s; }
.gallery-strip__item:hover img { opacity: 0.88; }
.gallery-strip__caption { position: absolute; bottom: 0; left: 0; right: 0; background: rgba(255,255,255,0.92); padding: 6px 8px; font-family: 'EB Garamond', Georgia, serif; font-size: 12px; font-weight: 700; color: #1A1208; opacity: 0; transition: opacity 0.15s; }
.gallery-strip__item:hover .gallery-strip__caption { opacity: 1; }
@keyframes gallery-scroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
@media (max-width: 600px) { .gallery-strip__head { padding: 0 16px; } .gallery-strip__item { width: 200px; } .gallery-strip__item img { width: 200px; height: 200px; } }
}
div[class*="2i9ku"],
div[class*="_BarWrapper_"],
div[class*="_Grabber_"] {
  display: none !important;
  height: 0 !important;
  overflow: hidden !important;
}

.product-vendor { font-family: 'EB Garamond', Georgia, serif; font-size: 12px; font-style: italic; color: rgba(26,18,8,0.45); letter-spacing: 0.06em; margin-bottom: 6px; }
.product-vendor__link { color: rgba(26,18,8,0.45); text-decoration: none; font-style: italic; }
.product-vendor__link:hover { color: #1A1208; text-decoration: underline; text-underline-offset: 2px; }

/* FILTER BAR GRADIENT */
.filter-bar-wrap { position: sticky; top: 0; z-index: 10; background: #ffffff; position: relative; }
.filter-bar-wrap .filter-bar { position: static; z-index: auto; top: auto; overflow-x: auto; -webkit-overflow-scrolling: touch; }
.filter-bar-fade { position: absolute; top: 0; right: 0; bottom: 0; width: 80px; background: linear-gradient(to right, rgba(255,255,255,0) 0%, #ffffff 100%); pointer-events: none; z-index: 11; }

@media (max-width: 600px) {
  .filter-bar-wrap { position: -webkit-sticky !important; position: sticky !important; top: 0 !important; z-index: 10 !important; background: #ffffff !important; }
}