:root{--ch-primary: #061b0e;--ch-primary-container: #1b3022;--ch-on-primary: #ffffff;--ch-on-primary-container: #819986;--ch-on-primary-fixed-var: #364c3c;--ch-secondary: #745b20;--ch-secondary-container: #ffdb94;--ch-secondary-fixed: #ffdf9f;--ch-on-secondary: #ffffff;--ch-on-secondary-container:#795f24;--ch-on-secondary-fixed-var:#5a4309;--ch-tertiary: #161717;--ch-tertiary-container: #2b2b2b;--ch-on-tertiary-container: #939292;--ch-surface: #fbf9f4;--ch-surface-bright: #fbf9f4;--ch-surface-dim: #dbdad5;--ch-surface-variant: #e4e2dd;--ch-surface-c-lowest: #ffffff;--ch-surface-c-low: #f5f3ee;--ch-surface-c: #f0eee9;--ch-surface-c-high: #eae8e3;--ch-surface-c-highest: #e4e2dd;--ch-on-surface: #1b1c19;--ch-on-surface-var: #434843;--ch-outline: #737973;--ch-outline-var: #c3c8c1;--ch-inverse-surface: #30312e;--ch-inverse-on-surface: #f2f1ec;--ch-inverse-primary: #b4cdb8;--ch-font-headline: var(--font-heading--family, "Instrument Serif"), Iowan Old Style, Palatino Linotype, Book Antiqua, Georgia, Times New Roman, serif;--ch-font-body: var(--font-body--family, "Instrument Sans"), ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;--ch-shadow: 0px 12px 32px rgba(27, 28, 25, .06);--ch-radius: .125rem;--ch-radius-lg: .25rem;--ch-radius-xl: .5rem;--ch-radius-full: .75rem}.ch-icon{font-size:24px;line-height:1;display:inline-flex;align-items:center;justify-content:center;width:1em;height:1em;vertical-align:middle}.ch-icon svg{width:100%;height:100%;display:block;flex-shrink:0}.ch-icon--sm{font-size:1rem}.ch-icon--md{font-size:1.5rem}.ch-icon--lg{font-size:2rem}.ch-icon--xl{font-size:3rem}.ch-grain{position:absolute;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");opacity:.02;pointer-events:none;z-index:1}.ch-no-scrollbar{scrollbar-width:none;-ms-overflow-style:none}.ch-no-scrollbar::-webkit-scrollbar{display:none}.ch-section{font-family:var(--ch-font-body);color:var(--ch-on-surface)}.ch-display{font-family:var(--ch-font-headline);font-size:3.5rem;font-weight:700;letter-spacing:-.055em;line-height:.98}.ch-h-lg{font-family:var(--ch-font-headline);font-size:2.5rem;font-weight:700;letter-spacing:-.045em;line-height:1.02}.ch-h-md{font-family:var(--ch-font-headline);font-size:2rem;font-weight:650;letter-spacing:-.04em;line-height:1.08}.ch-h-sm{font-family:var(--ch-font-headline);font-size:1.5rem;font-weight:650;letter-spacing:-.03em;line-height:1.16}.ch-title{font-family:var(--ch-font-body);font-size:1.05rem;font-weight:600;letter-spacing:-.015em;line-height:1.45}.ch-label{font-family:var(--ch-font-body);font-size:.66rem;font-weight:700;text-transform:uppercase;letter-spacing:.18em}.ch-body-lg{font-family:var(--ch-font-body);font-size:.98rem;font-weight:400;line-height:1.72;color:var(--ch-on-surface-var)}.ch-body{font-family:var(--ch-font-body);font-size:.9rem;font-weight:400;line-height:1.68;color:var(--ch-on-surface-var)}.ch-stars{display:inline-flex;align-items:center;gap:.1rem;color:var(--ch-secondary);font-size:.875rem}.ch-badge{display:inline-block;padding:.2rem .5rem;font-family:var(--ch-font-body);font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;border-radius:var(--ch-radius)}.ch-badge--oak{background:var(--ch-secondary-container);color:var(--ch-on-secondary-container)}.ch-badge--forest{background:var(--ch-primary);color:#fff}.ch-badge--white{background:var(--ch-surface-c-lowest);color:var(--ch-primary)}.ch-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;position:relative;overflow:hidden;font-family:var(--ch-font-body);font-weight:700;font-size:.75rem;text-transform:uppercase;letter-spacing:.15em;border:1px solid transparent;cursor:pointer;border-radius:999px;transition:transform .24s ease,background-color .24s ease,color .24s ease,border-color .24s ease,box-shadow .24s ease;text-decoration:none;white-space:nowrap;padding:1rem 1.8rem;box-shadow:0 12px 24px #061b0e0f,inset 0 1px #ffffff42}.ch-btn:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(115deg,transparent 18%,rgba(255,255,255,.18) 50%,transparent 82%);transform:translate(-130%);transition:transform .72s ease;pointer-events:none}.ch-btn:hover,.ch-btn:focus-visible{transform:translateY(-2px);box-shadow:0 18px 30px #061b0e1c,inset 0 1px #ffffff47}.ch-btn:hover:after,.ch-btn:focus-visible:after{transform:translate(130%)}.ch-btn:active{transform:scale(.985)}.ch-btn:focus-visible{outline:none}.ch-btn--forest{background:var(--ch-primary-container);color:#fff;border-color:#061b0e24}.ch-btn--forest:hover{background:var(--ch-primary);color:#fff}.ch-btn--oak{background:var(--ch-secondary-container);color:var(--ch-on-secondary-container);border-color:#795f2424}.ch-btn--oak:hover{background:var(--ch-secondary-fixed);color:var(--ch-on-secondary-container)}.ch-btn--ghost{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.3);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-shadow:inset 0 1px #ffffff29}.ch-btn--ghost:hover{background:#ffffff1a;color:#fff}.ch-btn--outline{background:transparent;color:var(--ch-primary);border:1px solid rgba(6,27,14,.14);box-shadow:none}.ch-btn--outline:hover{background:var(--ch-primary);color:#fff}.ch-btn--surface{background:linear-gradient(180deg,#fff,#f3f0e9);color:var(--ch-primary);border-color:#061b0e14}.ch-btn--surface:hover{background:var(--ch-surface-dim)}.ch-btn--full{width:100%}#MainContent>.shopify-section.averoak-reveal-init{opacity:0;transform:translateY(1.8rem);filter:saturate(.96);transition:opacity .78s cubic-bezier(.22,1,.36,1),transform .78s cubic-bezier(.22,1,.36,1),filter .78s cubic-bezier(.22,1,.36,1);transition-delay:var(--averoak-reveal-delay, 0s);will-change:opacity,transform}#MainContent>.shopify-section.averoak-reveal-init.averoak-reveal-visible{opacity:1;transform:none;will-change:auto;filter:none}@media(prefers-reduced-motion:reduce){.ch-btn,.ch-btn:after,#MainContent>.shopify-section.averoak-reveal-init{animation:none!important;transition:none!important;transform:none!important}#MainContent>.shopify-section.averoak-reveal-init{opacity:1!important;filter:none!important}}.ch-link-underline{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--ch-font-body);font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.15em;border-bottom:1px solid currentColor;padding-bottom:.25rem;text-decoration:none;transition:color .2s,border-color .2s}.ch-pcard{background:var(--ch-surface-c-lowest);padding:1rem;flex-shrink:0;display:flex;flex-direction:column;border:1px solid rgba(6,27,14,.07);border-radius:1.05rem;box-shadow:0 10px 24px #061b0e0a,inset 0 1px #ffffffb8;transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease,background-color .28s ease}.ch-pcard__media{position:relative;aspect-ratio:1 / 1;overflow:hidden;background:var(--ch-surface-c-low);margin-bottom:1.5rem;border-radius:.82rem}.ch-pcard__media img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease;display:block}.ch-pcard:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;border:1px solid transparent;pointer-events:none;transition:border-color .28s ease,opacity .28s ease;opacity:0}.ch-pcard:hover,.ch-pcard:focus-within{transform:translateY(-4px);border-color:#aa7c272e;background:#fffdfa;box-shadow:0 22px 40px #061b0e14,inset 0 1px #fffc}.ch-pcard:hover:after,.ch-pcard:focus-within:after{border-color:#e0ba7261;opacity:1}.ch-pcard:hover .ch-pcard__media img,.ch-pcard:focus-within .ch-pcard__media img{transform:scale(1.06)}.ch-pcard__badge{position:absolute;top:1rem;left:1rem;z-index:2}.ch-pcard__meta{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:flex-start;gap:.75rem;margin-bottom:.5rem}.ch-pcard__name{font-family:var(--ch-font-headline);font-weight:700;font-size:1.05rem;color:var(--ch-primary);line-height:1.18;min-width:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:transform .26s ease,color .26s ease}.ch-pcard:hover .ch-pcard__name,.ch-pcard:focus-within .ch-pcard__name{transform:translateY(-1px);color:#163b28}.ch-pcard__price{font-weight:700;font-size:.9rem;color:var(--ch-secondary);white-space:nowrap}.ch-pcard__stars{display:flex;align-items:center;gap:.1rem;margin-bottom:1rem;color:var(--ch-secondary);font-size:.875rem}.ch-pcard__stars-lbl{font-family:var(--ch-font-body);font-size:.625rem;text-transform:uppercase;letter-spacing:-.01em;color:var(--ch-on-surface-var);margin-left:.5rem}.ch-ccard{position:relative;cursor:pointer}.ch-ccard__media{position:relative;aspect-ratio:4 / 5;overflow:hidden;background:var(--ch-surface-c-low);margin-bottom:1.5rem}.ch-ccard__media img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:opacity .7s ease,transform .7s ease;display:block}.ch-ccard__media .ch-alt{opacity:0;transform:scale(1.1)}.ch-ccard:hover .ch-ccard__media .ch-pri{opacity:0}.ch-ccard:hover .ch-ccard__media .ch-alt{opacity:1;transform:scale(1)}.ch-ccard__badge{position:absolute;top:1rem;left:1rem;z-index:2}.ch-ccard__info{transition:transform .3s ease}.ch-ccard:hover .ch-ccard__info{transform:translateY(-.5rem)}.ch-ccard__name{font-family:var(--ch-font-headline);font-size:1.25rem;font-weight:700;color:var(--ch-primary);margin-bottom:.5rem}.ch-ccard__desc{font-family:var(--ch-font-body);font-size:.875rem;color:var(--ch-on-surface-var);line-height:1.5;margin-bottom:1rem}.ch-ccard__price{font-family:var(--ch-font-body);color:var(--ch-primary);font-weight:600;font-size:.875rem}.ch-ccard__stars{display:flex;align-items:center;gap:.1rem;color:var(--ch-secondary);font-size:.875rem}.ch-ccard__stars-lbl{font-size:.625rem;color:var(--ch-on-surface-var);margin-left:.5rem}.ch-catcard{position:relative;overflow:hidden;cursor:pointer;display:block;border-radius:1rem;box-shadow:0 18px 34px #061b0e1a;transition:transform .32s ease,box-shadow .32s ease}.ch-catcard:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(118deg,transparent 18%,rgba(255,255,255,.14) 48%,transparent 78%);transform:translate(-130%);transition:transform .7s ease;pointer-events:none}.ch-catcard img{width:100%;height:100%;object-fit:cover;transition:transform .8s ease;display:block}.ch-catcard:hover,.ch-catcard:focus-visible{transform:translateY(-5px);box-shadow:0 28px 48px #061b0e29}.ch-catcard:hover:before,.ch-catcard:focus-visible:before{transform:translate(130%)}.ch-catcard:hover img,.ch-catcard:focus-visible img{transform:scale(1.06)}.ch-catcard__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#061b0e0f,#061b0e29 42%,#061b0e94);transition:background .32s ease}.ch-catcard:hover .ch-catcard__overlay,.ch-catcard:focus-visible .ch-catcard__overlay{background:linear-gradient(180deg,#061b0e0a,#061b0e1f 36%,#061b0e7a)}.ch-catcard__info{position:absolute;bottom:2rem;left:2rem;z-index:2;transition:transform .3s ease}.ch-catcard:hover .ch-catcard__info,.ch-catcard:focus-visible .ch-catcard__info{transform:translateY(-4px)}.ch-catcard__title{font-family:var(--ch-font-headline);font-size:2rem;color:#fff;font-weight:700;margin-bottom:.75rem;line-height:1.2}.ch-catcard__link{display:inline-flex;align-items:center;gap:.5rem;color:#fff;font-family:var(--ch-font-body);font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.15em;border-bottom:1px solid #fff;padding-bottom:.25rem;text-decoration:none;transition:color .24s,border-color .24s,gap .24s}.ch-catcard:hover .ch-catcard__link,.ch-catcard:focus-visible .ch-catcard__link{gap:.72rem;color:var(--ch-secondary-container);border-color:var(--ch-secondary-container)}.ch-cat-nav{display:flex;flex-direction:column;align-items:center;gap:.5rem;cursor:pointer;text-decoration:none;color:var(--ch-on-surface)}.ch-cat-nav__circle{width:4rem;height:4rem;border-radius:50%;background:var(--ch-surface-c-high);display:flex;align-items:center;justify-content:center;transition:background .2s,color .2s}.ch-cat-nav:hover .ch-cat-nav__circle,.ch-cat-nav:active .ch-cat-nav__circle{background:var(--ch-primary-container);color:#fff}.ch-cat-nav__label{font-family:var(--ch-font-body);font-size:.6rem;text-transform:uppercase;letter-spacing:.1em;font-weight:500;text-align:center}.ch-trust-bar{background:var(--ch-surface-c);padding:3rem}.ch-trust-bar__inner{max-width:80rem;margin:0 auto;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem}.ch-trust-item{display:flex;align-items:center;gap:1rem}.ch-trust-item__icon{font-size:1.875rem;color:var(--ch-secondary)}.ch-trust-item__title{font-family:var(--ch-font-headline);font-weight:700;font-size:.875rem;color:var(--ch-on-surface);margin-bottom:.125rem}.ch-trust-item__desc{font-family:var(--ch-font-body);font-size:.75rem;color:var(--ch-on-surface-var)}.ch-quote{border-left:2px solid var(--ch-secondary);padding-left:1.5rem;padding-block:.5rem}.ch-quote__text{font-family:var(--ch-font-headline);font-style:italic;font-size:1.25rem;color:#fff;line-height:1.5;margin-bottom:1.5rem}.ch-quote__avatar{width:2.5rem;height:2.5rem;border-radius:50%;object-fit:cover;border:1px solid var(--ch-secondary)}.ch-quote__author{display:flex;align-items:center;gap:.75rem}.ch-quote__name{font-family:var(--ch-font-body);font-weight:700;font-size:.875rem;color:#fff}.ch-quote__role{font-family:var(--ch-font-body);font-size:.625rem;text-transform:uppercase;letter-spacing:.2em;color:var(--ch-on-primary-container)}.ch-specs{background:var(--ch-surface-c);padding:2rem}.ch-specs__heading{font-family:var(--ch-font-body);font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.3em;color:var(--ch-on-surface-var);margin-bottom:1.5rem;display:block}.ch-specs__row{display:flex;justify-content:space-between;align-items:center;font-size:.875rem;padding:.625rem 0;border-bottom:1px solid rgba(195,200,193,.2)}.ch-specs__row:last-child{border-bottom:none}.ch-specs__label{color:var(--ch-on-surface-var);font-family:var(--ch-font-body)}.ch-specs__value{font-weight:500;font-family:var(--ch-font-body)}.ch-atelier-item{position:relative;overflow:hidden;cursor:pointer;aspect-ratio:1 / 1}.ch-atelier-item img{width:100%;height:100%;object-fit:cover;filter:grayscale(100%);transition:filter .7s ease;display:block}.ch-atelier-item:hover img{filter:grayscale(0%)}.ch-atelier-item__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#061b0e66;opacity:0;display:flex;align-items:center;justify-content:center;transition:opacity .3s ease}.ch-atelier-item:hover .ch-atelier-item__overlay{opacity:1}.ch-newsletter{background:var(--ch-surface-c-high);border-top:1px solid rgba(195,200,193,.1);padding:6rem 3rem;text-align:center}.ch-newsletter__inner{max-width:48rem;margin:0 auto}.ch-newsletter__form{display:flex;box-shadow:var(--ch-shadow)}.ch-newsletter__input{flex:1;background:var(--ch-surface-c-lowest);border:none;padding:1.25rem 2rem;font-family:var(--ch-font-body);font-size:.875rem;color:var(--ch-on-surface);outline:none}.ch-newsletter__input:focus{box-shadow:inset 0 0 0 2px var(--ch-primary)}.ch-newsletter__input::placeholder{color:var(--ch-on-surface-var)}.ch-newsletter__submit{padding:1.25rem 2.5rem;background:var(--ch-primary);color:#fff;border:none;font-family:var(--ch-font-body);font-weight:700;font-size:.75rem;text-transform:uppercase;letter-spacing:.15em;cursor:pointer;transition:background .2s;white-space:nowrap}.ch-newsletter__submit:hover{background:var(--ch-on-primary-fixed-var)}.ch-newsletter__disclaimer{margin-top:1rem;font-family:var(--ch-font-body);font-size:.625rem;text-transform:uppercase;letter-spacing:.15em;color:var(--ch-on-surface-var)}.ch-footer{background:var(--ch-primary-container);padding:4rem 3rem 2rem;font-family:var(--ch-font-body)}.ch-footer__grid{max-width:80rem;margin:0 auto;display:grid;grid-template-columns:1fr;gap:3rem}@media(min-width:750px){.ch-footer__grid{grid-template-columns:repeat(4,1fr)}}.ch-footer__brand{font-family:var(--ch-font-headline);font-size:1.125rem;color:var(--ch-secondary-container);font-weight:700;letter-spacing:-.02em;display:block;margin-bottom:1.5rem;text-decoration:none}.ch-footer__tagline{font-size:.75rem;font-weight:300;line-height:1.6;color:#fbf9f4cc;max-width:12.5rem}.ch-footer__col-head{font-size:.625rem;text-transform:uppercase;letter-spacing:.15em;font-weight:700;color:var(--ch-secondary-container);margin-bottom:1.5rem;display:block}.ch-footer__links{display:flex;flex-direction:column;gap:.75rem}.ch-footer__link{font-size:.75rem;font-weight:300;color:#fbf9f4cc;text-decoration:none;transition:color .2s}.ch-footer__link:hover{color:var(--ch-secondary)}.ch-footer__bottom{max-width:80rem;margin:0 auto;padding-top:2rem;margin-top:4rem;border-top:1px solid rgba(255,255,255,.05);display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem}.ch-footer__legal{font-size:.625rem;font-weight:300;color:#fbf9f480}.ch-footer__socials{display:flex;gap:1.5rem}.ch-footer__social{color:#fbf9f499;text-decoration:none;transition:color .2s}.ch-footer__social:hover{color:var(--ch-secondary-container)}.announcement-bar{background:linear-gradient(90deg,#efb44b,#f6c867 52%,#efb44b)!important;border-bottom:1px solid rgba(6,27,14,.08)}.announcement-bar__slide{min-height:2.1rem!important;padding-block:.22rem!important}.announcement-bar__text:first-child,.announcement-bar__link{font-family:var(--ch-font-body)!important;font-size:.78rem!important;font-weight:700!important;letter-spacing:.08em!important;line-height:1.1!important;text-transform:uppercase}#header-group,.shopify-section-group-header-group{position:sticky!important;top:0!important;z-index:85!important;display:flex!important;flex-direction:column!important}#header-group .header-section,.shopify-section-group-header-group .header-section{position:relative!important;top:auto!important}.header-section #header-component,.header-section header-component{background:#fbf9f4!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;box-shadow:none!important;position:relative!important;z-index:30!important}.header-section #header-component[data-sticky-state=idle],.header-section #header-component[data-sticky-state=inactive],.header-section header-component[data-sticky-state=idle]{opacity:1!important}.header-section .header,.header-section .header__row,.header-section .header__columns,.header-section .header__column{visibility:visible!important;opacity:1!important}.header-section{z-index:80!important;isolation:isolate}.header-section #header-component,.header-section .header,.header-section .header-menu{position:relative;z-index:81}.header-section .header__row{background:#fbf9f4!important}.header-section .header__underlay,.header-section .header__underlay:after,.header-section .header__underlay-closed,.header-section .header__underlay-closed:after{background:#fbf9f4!important;background-image:none!important;box-shadow:none!important;filter:none!important;opacity:1!important;pointer-events:none!important}.header-section .header__underlay-open,.header-section .header__underlay-open:after{background:transparent!important;background-image:none!important;box-shadow:none!important;filter:none!important;opacity:1!important;pointer-events:none!important}.header-section .header__column{min-height:4.5rem;align-items:center}.header-section .header__row,.header-section .header__columns,.header-section .header-menu,.header-section .menu-list{position:relative;z-index:1}.header-section .dropdown-localization,.header-section drawer-localization-component,.header-section .menu-drawer__localization{display:none!important}@media screen and (min-width:750px){.header-section .header__columns{grid-template-columns:auto minmax(0,1fr) auto!important;column-gap:clamp(1rem,1.8vw,1.8rem);align-items:center}.header-section .header__column--left{display:flex;align-items:center;gap:clamp(.95rem,1.35vw,1.45rem);min-width:0}.header-section .header-logo{flex:0 0 auto}.header-section .header__column--right{justify-content:flex-end;gap:.62rem;flex:0 0 auto;padding-left:.45rem}.header-section .header__column--right .search-action{margin-inline:0}.header-section .header__column--right>header-actions{display:flex;align-items:center;gap:.62rem;margin-inline-start:0!important}.header-section .header__column--right .mobile\:hidden{display:none!important}.header-section .header__column--right .desktop\:hidden{display:inline-flex!important;align-items:center;justify-content:center}.header-section .header__column--right .search-action .header-actions__action,.header-section .header__column--right>header-actions>.header-actions__action,.header-section .header__column--right>header-actions>.account-button{width:3rem;min-width:3rem;height:3rem;min-height:3rem;display:inline-flex;align-items:center;justify-content:center;padding:0;border:1px solid rgba(6,27,14,.08);border-radius:999px;background:#ffffffd1;box-shadow:0 12px 24px #061b0e14;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease}.header-section .header__column--right .search-action .header-actions__action:hover,.header-section .header__column--right>header-actions>.header-actions__action:hover,.header-section .header__column--right>header-actions>.account-button:hover,.header-section .header__column--right .search-action .header-actions__action:focus-visible,.header-section .header__column--right>header-actions>.header-actions__action:focus-visible,.header-section .header__column--right>header-actions>.account-button:focus-within{transform:translateY(-1px);border-color:#aa7c272e;background:#fffffff0;box-shadow:0 16px 28px #061b0e1a}.header-section .header__column--right>header-actions>.account-button shopify-account,.header-section .header__column--right>header-actions>.account-button shopify-account:not(:defined){display:inline-flex;align-items:center;justify-content:center;width:100%;min-width:3rem;min-height:3rem}.header-section .header__column--right .header-actions__action .svg-wrapper,.header-section .header__column--right .account-button__icon{width:1rem;height:1rem}}@media screen and (max-width:749px){.header-section .header__columns{column-gap:.32rem!important}html,body{overflow-x:hidden}.announcement-bar__slide{min-height:1.9rem!important;padding-block:.18rem!important}.announcement-bar__text:first-child,.announcement-bar__link{font-size:.62rem!important;letter-spacing:.04em!important;line-height:1.1!important}.header-section #header-component,.header-section header-component{background:#fbf9f4!important;box-shadow:none!important}.header-section .header__row{background:#fbf9f4!important;border-bottom:1px solid rgba(6,27,14,.07)}.header-section .header__column{min-height:3.9rem}.header-section .header__column--left,.header-section .header__column--right{gap:.25rem}.header-section .header__column--center,.header-section .header__column--center>*{min-width:0}.header-section .header__logo-text{font-family:var(--font-heading--family, Georgia),var(--ch-font-body)!important;font-size:1.1rem!important;font-weight:700!important;letter-spacing:-.02em!important}.header-section .header-logo{display:inline-flex;align-items:center}.header-section .header-logo__fallback,.header-section [data-testid=header-logo],.header-section [data-testid=header-logo-fallback]{display:inline-flex!important;align-items:center!important;gap:.62rem!important;color:var(--ch-primary)!important;font-family:var(--ch-font-body)!important;font-size:.84rem!important;font-weight:700!important;letter-spacing:.14em!important;line-height:1!important;text-transform:uppercase!important;white-space:nowrap!important;min-width:0!important;max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important}.header-section [data-testid=header-logo]:before{content:"";width:1.42rem;height:1.42rem;flex:0 0 auto;background:center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none'%3E%3Crect x='7' y='7' width='50' height='50' rx='16' stroke='%23061b0e' stroke-width='3'/%3E%3Ccircle cx='32' cy='33' r='11.5' stroke='%23061b0e' stroke-width='3'/%3E%3Cpath d='M32 15.5V22.5' stroke='%23061b0e' stroke-width='3' stroke-linecap='round'/%3E%3Ccircle cx='32' cy='33' r='2.75' fill='%23061b0e'/%3E%3C/svg%3E")}.header-section [data-testid=header-logo-fallback] .header-logo__mark{width:1.42rem!important;height:1.42rem!important}.header-section .header-logo__enhanced{display:inline-flex!important;align-items:center!important;gap:.62rem!important;min-width:0;max-width:100%}.header-section .header-logo__enhanced-mark{display:inline-flex;width:1.42rem;height:1.42rem;flex:0 0 auto;color:var(--ch-primary)}.header-section .header-logo__enhanced-mark svg{width:100%;height:100%;display:block}.header-section .header-logo__enhanced-wordmark{display:inline-block;color:var(--ch-primary);font-family:var(--ch-font-body)!important;font-size:.84rem!important;font-weight:700!important;letter-spacing:.14em!important;line-height:1!important;text-transform:uppercase!important;white-space:nowrap!important;min-width:0;overflow:hidden;text-overflow:ellipsis}.header-section .header__icon{width:2.3rem;height:2.3rem;display:inline-flex;align-items:center;justify-content:center;border-radius:.8rem;background:transparent;border:0;box-shadow:none}.header-section .header__icon--summary{width:2.35rem;height:2.35rem;padding:.48rem;position:relative;border-radius:.55rem;background:#ffffffb3!important;border:1px solid rgba(6,27,14,.07)!important;box-shadow:none!important}.header-section .header__icon .svg-wrapper{width:1.28rem;height:1.28rem}.header-section .menu-drawer-container>summary .header-drawer-icon{display:none!important}.header-section .menu-drawer-container>summary:before,.header-section .menu-drawer-container>summary:after{content:"";position:absolute;left:50%;width:1rem;height:2px;border-radius:999px;background:var(--ch-primary);transform-origin:center;transition:transform .22s ease,opacity .22s ease}.header-section .menu-drawer-container>summary:before{transform:translate(-50%,-4px)}.header-section .menu-drawer-container>summary:after{transform:translate(-50%,4px)}.header-section .menu-drawer-container[open]>summary:before{transform:translate(-50%) rotate(45deg)}.header-section .menu-drawer-container[open]>summary:after{transform:translate(-50%) rotate(-45deg)}.header-section .header__navigation-bar-row{display:none!important}.header-section .menu-list--mobile .menu-list__scroll-container{padding:0 .95rem .1rem;overflow-x:auto;-webkit-mask-image:none;mask-image:none;scroll-snap-type:x proximity;scrollbar-width:none;-ms-overflow-style:none}.header-section .menu-list--mobile .menu-list__scroll-container::-webkit-scrollbar{display:none}.header-section .menu-list--mobile .menu-list__list{width:max-content;margin-inline:0;gap:1rem}.header-section .menu-list--mobile li,.header-section .menu-list--mobile li:first-of-type,.header-section .menu-list--mobile li:last-of-type{padding:0}.header-section .menu-list--mobile .menu-list__item{display:inline-flex;align-items:center;min-height:1.95rem;padding:.38rem 0 .55rem;border:0;border-radius:0;background:transparent;box-shadow:none;font-size:clamp(.7rem,2.8vw,.78rem)!important;font-weight:650!important;letter-spacing:.015em!important;line-height:1;text-decoration:none;text-transform:none;color:#061b0eb8!important;position:relative;scroll-snap-align:start}.header-section .menu-list--mobile .menu-list__item:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1.5px;background:linear-gradient(90deg,#aa7c27,#e0ba72);transform:scaleX(0);transform-origin:center;transition:transform .22s ease}.header-section .menu-list--mobile .menu-list__item:hover:after,.header-section .menu-list--mobile .menu-list__item[aria-current=page]:after{transform:scaleX(1)}.header-section .menu-drawer{padding-top:.15rem;background:linear-gradient(180deg,#fbf8f0,#f5efe3);box-shadow:inset 0 1px #ffffffb8}.header-section .menu-drawer__navigation{padding:calc(env(safe-area-inset-top,0px) + 5.1rem) 1rem 1.3rem;scrollbar-width:none}.header-section .menu-drawer__navigation::-webkit-scrollbar{display:none}.header-section .menu-drawer__navigation:before{content:"Browse by category";display:block;margin:0 0 .8rem;color:#061b0e7a;font-family:var(--ch-font-body);font-size:.62rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase}.header-section .menu-drawer__menu.has-submenu{display:grid;gap:0}.header-section .menu-drawer__menu.has-submenu>.menu-drawer__list-item--deep,.header-section .menu-drawer__menu.has-submenu>.menu-drawer__list-item--flat{margin-bottom:0;border:0;border-top:1px solid rgba(6,27,14,.08);border-radius:0;background:transparent;box-shadow:none;overflow:visible}.header-section .menu-drawer__menu.has-submenu>.menu-drawer__list-item--deep:first-child,.header-section .menu-drawer__menu.has-submenu>.menu-drawer__list-item--flat:first-child{border-top:0}.header-section .menu-drawer__menu.has-submenu>.menu-drawer__list-item--deep:last-child,.header-section .menu-drawer__menu.has-submenu>.menu-drawer__list-item--flat:last-child{border-bottom:1px solid rgba(6,27,14,.08)}.header-section .menu-drawer__menu-item--mainlist{padding:1rem .1rem .72rem;font-size:clamp(1rem,4.15vw,1.08rem);font-family:var(--ch-font-body);font-weight:650;letter-spacing:-.02em;text-transform:none}.header-section .menu-drawer__menu-item--mainlist .menu-drawer__menu-item-text{max-width:100%}.header-section .menu-drawer__menu-item--mainlist>.svg-wrapper{width:1.45rem;height:1.45rem;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:transparent;border:1px solid rgba(6,27,14,.12);color:var(--ch-primary)}.header-section .menu-drawer__list-item--deep .menu-drawer__menu,.header-section .menu-drawer__list-item--flat .menu-drawer__menu{padding:.08rem 0 .7rem;background:transparent;border-top:0}.header-section .menu-drawer__menu--childlist{display:grid;grid-template-columns:minmax(0,1fr);gap:0}.header-section .menu-drawer__menu--childlist .menu-drawer__list-item+.menu-drawer__list-item{border-top:0}.header-section .menu-drawer__menu-item--child{display:flex;align-items:flex-start;min-height:0;padding:.6rem 0 .72rem 1.1rem;border:0;border-bottom:1px solid rgba(6,27,14,.09);border-radius:0;background:transparent;box-shadow:none;font-size:.8rem;font-weight:600;letter-spacing:0;line-height:1.4}.header-section .menu-drawer__menu-item--child:before{content:"";width:.24rem;height:.24rem;margin-top:.42rem;margin-right:.55rem;border-radius:999px;background:#aa7c27b8;flex-shrink:0}.header-section .menu-drawer__menu-item--child .menu-drawer__link-image{display:none!important}.header-section .menu-drawer__close-button{position:fixed;top:calc(env(safe-area-inset-top,0px) + .95rem);right:.9rem;left:auto;z-index:999!important;display:inline-flex!important;align-items:center;justify-content:center;width:3.3rem;height:3.3rem;padding:0;color:var(--ch-primary);border:1px solid rgba(6,27,14,.1);border-radius:999px;background:#fffffff5;box-shadow:0 14px 32px #061b0e1f;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.header-section .menu-drawer__close-button .header-drawer-icon--close,.header-section .menu-drawer__close-button .svg-wrapper{width:1.2rem;height:1.2rem}.header-section .menu-drawer-container[open]>summary{display:none!important;position:fixed;top:0;left:0;width:0;height:0;padding:0;margin:0;border:0!important;background:transparent!important;box-shadow:none!important;opacity:0;visibility:hidden;overflow:hidden;pointer-events:none}.header-section .menu-drawer-container[open]>summary:before,.header-section .menu-drawer-container[open]>summary:after{display:none!important;opacity:0}.averoak-product-thumbnails__track,.slideshow-controls__thumbnails,.slideshow-controls__thumbnails-container{scrollbar-width:none;-ms-overflow-style:none}.averoak-product-thumbnails__track::-webkit-scrollbar,.slideshow-controls__thumbnails::-webkit-scrollbar,.slideshow-controls__thumbnails-container::-webkit-scrollbar{display:none;height:0}.media-gallery__mobile-controls{padding-top:.45rem}.slideshow-controls__counter{color:#061b0ead;font-size:.72rem;font-weight:700;letter-spacing:.14em}}@media screen and (max-width:389px){.header-section .menu-drawer__menu--childlist{grid-template-columns:minmax(0,1fr)}}@media screen and (max-width:749px){.header-section .header-logo__fallback,.header-section [data-testid=header-logo],.header-section [data-testid=header-logo-fallback]{gap:.42rem!important;font-size:.71rem!important;letter-spacing:.11em!important}.header-section [data-testid=header-logo]:before,.header-section [data-testid=header-logo-fallback] .header-logo__mark{width:1.1rem!important;height:1.1rem!important}.header-section .header-logo__enhanced{gap:.42rem!important}.header-section .header-logo__enhanced-mark{width:1.1rem;height:1.1rem}.header-section .header-logo__enhanced-wordmark{font-size:.71rem!important;letter-spacing:.11em!important}}@media screen and (min-width:750px){.header-section #header-component,.header-section header-component,.header-section #header-component[transparent],.header-section header-component[transparent],.header-section .header[transparent],.header-section .header,.header-section .header__row,.header-section .header__columns,.header-section .header-menu,.header-section .menu-list,.header-section .menu-list__list-item{overflow:visible!important}.header-section #header-component:not([data-menu-style]) .header-menu,.header-section #header-component[data-menu-style=menu] .header-menu,.header-section #header-component:not([data-menu-style]) .dropdown-localization,.header-section #header-component[data-menu-style=menu] .dropdown-localization{display:flex!important}.header-section #header-component:not([data-menu-style]) .header__drawer,.header-section #header-component[data-menu-style=menu] .header__drawer{display:none!important;min-height:0!important}.header-section .header__column--left{gap:clamp(1.2rem,1.7vw,2rem)}.header-section .header-menu{min-width:0;flex:1 1 auto;overflow:visible}.header-section .header__columns{position:relative!important;overflow:visible!important}.header-section .header-menu,.header-section .header-menu__inner,.header-section .menu-list,.header-section .menu-list__list{position:static!important}.header-section #header-component,.header-section header-component,.header-section #header-component[transparent],.header-section header-component[transparent],.header-section .header,.header-section .header[transparent],.header-section .header__row{background:#fbf9f4!important;background-color:#fbf9f4!important;opacity:1!important}.header-section .header-menu__inner,.header-section .menu-list,.header-section .menu-list__list,.header-section .overflow-menu{width:100%;min-width:0}.header-section .menu-list__list{justify-content:flex-start!important;align-items:center;gap:clamp(.78rem,.95vw,1.05rem);position:static!important}.header-section .menu-list__list-item{flex:0 0 auto;position:static}.header-section .overflow-menu{padding:0!important;margin:0!important}.header-section .overflow-menu::part(list){justify-content:flex-start!important;column-gap:clamp(.7rem,1vw,1.1rem)!important;margin-inline:0!important;padding-inline:0!important;overflow:visible!important}.header-section .menu-list__link{display:inline-flex;align-items:center;min-height:3.58rem;text-decoration:none;white-space:nowrap;position:relative}.header-section .menu-list__link-title{padding-inline:0!important;padding-block:1rem .9rem;border-radius:0;color:#061b0ee6;font-family:var(--ch-font-body);font-size:clamp(.8rem,.84vw,.92rem);font-weight:640;letter-spacing:.012em;position:relative;text-transform:none;transition:color .22s ease,opacity .22s ease;text-shadow:none}.header-section .menu-list__link-title:after{content:"";position:absolute;left:0;right:0;bottom:.34rem;height:2px;background:linear-gradient(90deg,#aa7c27,#e0ba72);transform:scaleX(0);transform-origin:center;transition:transform .24s ease;opacity:.95}.header-section .menu-list__link:hover .menu-list__link-title:after,.header-section .menu-list__link:focus-visible .menu-list__link-title:after,.header-section .menu-list__link[aria-expanded=true] .menu-list__link-title:after,.header-section .menu-list__link--active .menu-list__link-title:after{transform:scaleX(1)}.header-section .menu-list__link:hover .menu-list__link-title,.header-section .menu-list__link:focus-visible .menu-list__link-title,.header-section .menu-list__link[aria-expanded=true] .menu-list__link-title,.header-section .menu-list__link--active .menu-list__link-title{color:var(--ch-primary)}.header-section .menu-list__submenu{display:flex!important;justify-content:center;left:0;right:0;width:auto;transform:none;padding-top:.72rem;padding-bottom:.1rem;overflow:visible!important;clip-path:none!important;background:transparent!important;opacity:1!important;position:absolute;top:100%;z-index:88!important}.header-section .menu-list__submenu-inner{width:min(980px,calc(100vw - 64px));max-height:none!important;overflow:visible!important;padding:1.05rem 1.05rem 1.08rem;display:block!important;background:linear-gradient(180deg,#fcfaf4,#f7f1e6)!important;border:1px solid rgba(6,27,14,.09)!important;border-top:1px solid rgba(6,27,14,.09)!important;border-radius:1.05rem!important;box-shadow:0 26px 64px #061b0e21,inset 0 1px #fffc!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;opacity:1!important;isolation:isolate;position:relative;z-index:89!important}.header-section .menu-list__submenu-inner:has(.mega-menu__leaf-shell){display:block!important;width:min(920px,calc(100vw - 48px))!important;max-width:min(920px,calc(100vw - 48px))!important;overflow:visible!important}.header-section .mega-menu.section:has(.mega-menu__leaf-shell),.header-section .mega-menu__grid:has(.mega-menu__leaf-shell){width:auto!important;max-width:100%!important;min-width:0!important;display:block!important;opacity:1!important;position:relative;z-index:90!important}.header-section .mega-menu__leaf-shell{display:grid;grid-template-columns:minmax(280px,330px) minmax(0,1fr);gap:clamp(1rem,1.8vw,1.45rem);align-items:start;justify-content:start;width:min(888px,calc(100vw - 64px))!important;max-width:100%!important;min-width:min(888px,calc(100vw - 64px))!important;position:relative;z-index:91!important}.header-section .mega-menu__leaf-intro{min-width:0;min-height:100%;padding:1.35rem 1.3rem 1.3rem;border-right:0;border-radius:.96rem;background:linear-gradient(155deg,#173b28,#10261a);box-shadow:inset 0 1px #ffffff14,0 18px 34px #061b0e1f;overflow:hidden}.header-section .mega-menu__leaf-eyebrow{display:block;padding:0 0 .55rem;margin-bottom:.75rem;border-bottom:1px solid rgba(242,197,109,.22);border-radius:0;background:transparent;color:#f6d58e;font-family:var(--ch-font-body);font-size:.62rem;font-weight:700;letter-spacing:.22em;text-transform:uppercase}.header-section .mega-menu__leaf-title{margin:0 0 .7rem;font-family:var(--ch-font-headline);font-size:clamp(1.55rem,2vw,1.92rem);font-weight:700;letter-spacing:-.05em;line-height:.98;color:#f9f4ea}.header-section .mega-menu__leaf-copy{margin:0;width:100%;max-width:none;font-family:var(--ch-font-body);font-size:.93rem;line-height:1.62;color:#f9f4ead6;overflow-wrap:anywhere}.header-section .mega-menu__leaf-cta{display:inline-flex;align-items:center;margin-top:1.25rem;padding-bottom:.25rem;border-bottom:1px solid rgba(249,244,234,.4);color:#fff6e7!important;font-family:var(--ch-font-body)!important;font-size:.74rem!important;font-weight:700!important;letter-spacing:.13em!important;text-decoration:none;text-transform:uppercase;opacity:1!important;max-width:100%;line-height:1.4;white-space:normal;overflow-wrap:anywhere}.header-section .mega-menu__leaf-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:0 1.4rem;margin:0;width:100%!important;min-width:0!important;padding:.45rem 1.2rem .28rem;border:1px solid rgba(6,27,14,.075);border-radius:.96rem;background:#fffdf8;box-shadow:inset 0 1px #ffffffc7,0 10px 24px #061b0e0a}.header-section .mega-menu__leaf-list li{width:100%!important;min-width:0!important}.header-section .mega-menu__leaf-link{display:flex;align-items:flex-start;justify-content:space-between;min-height:0;padding:1rem .1rem .98rem .15rem;width:100%!important;min-width:0!important;border:0;border-bottom:1px solid rgba(6,27,14,.12);border-radius:0;background:transparent;box-shadow:none;position:relative;transition:background-color .22s ease,color .22s ease,border-color .22s ease,transform .22s ease}.header-section .mega-menu__leaf-link:before{content:"";position:absolute;left:-.25rem;top:50%;width:3px;height:1.15rem;border-radius:999px;background:linear-gradient(180deg,#c89740,#e5c57a);opacity:0;transform:translateY(-50%);transition:opacity .22s ease}.header-section .mega-menu__leaf-link:after{content:"\2197";margin-left:.8rem;color:#061b0e47;font-size:.88rem;line-height:1.2;transition:transform .22s ease,color .22s ease;flex-shrink:0}.header-section .mega-menu__leaf-link:hover,.header-section .mega-menu__leaf-link:focus-visible{transform:translate(2px);background-color:#aa7c270a;border-color:#aa7c277a}.header-section .mega-menu__leaf-link:hover:before,.header-section .mega-menu__leaf-link:focus-visible:before{opacity:1}.header-section .mega-menu__leaf-link:hover:after,.header-section .mega-menu__leaf-link:focus-visible:after{transform:translate(3px,-1px);color:#8d6823}.header-section .mega-menu__leaf-link span{display:block;max-width:100%;color:#061b0ef0;font-size:.96rem;font-weight:620;white-space:normal;overflow-wrap:break-word;word-break:normal;line-height:1.42}}@media screen and (min-width:750px)and (max-width:1180px){.header-section .menu-list__list{gap:.72rem}.header-section .menu-list__link-title{font-size:.75rem;letter-spacing:0}.header-section .header-logo__wordmark{font-size:1.02rem}.header-section .menu-list__submenu-inner:has(.mega-menu__leaf-shell){width:min(760px,calc(100vw - 28px))!important;max-width:min(760px,calc(100vw - 28px))!important}.header-section .mega-menu__leaf-shell{grid-template-columns:minmax(235px,270px) minmax(0,1fr);gap:.92rem;width:min(732px,calc(100vw - 28px))!important;min-width:min(732px,calc(100vw - 28px))!important}.header-section .mega-menu__leaf-list{grid-template-columns:repeat(2,minmax(0,1fr))!important;width:100%!important}}@media screen and (min-width:1280px){.header-section .mega-menu__leaf-list{grid-template-columns:repeat(2,minmax(0,1fr))}}.header-section .header__logo-text{font-family:var(--ch-font-body)!important;font-weight:700!important;font-size:1.1rem!important;letter-spacing:.18em!important;text-transform:uppercase!important;color:var(--ch-primary)!important}.header-section .header__menu-link,.header-section .header-menu__link,.header-section nav a,.header-section [class*=menu] a{font-family:var(--ch-font-body)!important;font-weight:620!important;font-size:.92rem!important;letter-spacing:.01em!important;color:var(--ch-primary)!important}#shopify-pc__banner,.shopify-pc__banner,shopify-privacy-banner{--pc-inline-space: min(1rem, 4vw);z-index:9999!important;pointer-events:auto!important}#shopify-pc__banner button[id*=accept],#shopify-pc__banner button[class*=accept],.shopify-pc__banner button[id*=accept],.shopify-pc__banner button[class*=accept],shopify-privacy-banner button[id*=accept],shopify-privacy-banner button[class*=accept]{order:99!important;margin-left:auto!important}#shopify-pc__banner *,.shopify-pc__banner *,shopify-privacy-banner *{font-family:var(--ch-font-body)!important}#shopify-pc__banner__dialog,.shopify-pc__banner__dialog,#shopify-pc__banner [class*=banner__dialog],.shopify-pc__banner [class*=banner__dialog],shopify-privacy-banner [role=dialog]{max-width:min(1100px,calc(100vw - 2rem))!important;margin:0 auto 1rem!important;padding:1.35rem 1.5rem calc(1.35rem + env(safe-area-inset-bottom))!important;border:1px solid rgba(6,27,14,.12)!important;border-radius:1.25rem!important;background:#fbf9f4f5!important;box-shadow:0 24px 60px #061b0e29!important;backdrop-filter:blur(18px)!important;-webkit-backdrop-filter:blur(18px)!important}#shopify-pc__banner h2,#shopify-pc__banner h3,.shopify-pc__banner h2,.shopify-pc__banner h3,shopify-privacy-banner h2,shopify-privacy-banner h3{font-family:var(--ch-font-headline)!important;color:var(--ch-primary)!important;font-size:clamp(1.1rem,2vw,1.5rem)!important;line-height:1.1!important;margin-bottom:.75rem!important}#shopify-pc__banner p,.shopify-pc__banner p,shopify-privacy-banner p{color:var(--ch-on-surface-var)!important;line-height:1.6!important}#shopify-pc__banner a,.shopify-pc__banner a,shopify-privacy-banner a{color:var(--ch-primary)!important;text-underline-offset:.2rem!important}#shopify-pc__banner button,.shopify-pc__banner button,shopify-privacy-banner button{min-height:3rem!important;padding:.9rem 1.25rem!important;border-radius:999px!important;border:1px solid rgba(6,27,14,.14)!important;background:#fff!important;color:var(--ch-primary)!important;font-weight:600!important;box-shadow:none!important}#shopify-pc__banner button[id*=accept],#shopify-pc__banner button[class*=accept],.shopify-pc__banner button[id*=accept],.shopify-pc__banner button[class*=accept],shopify-privacy-banner button[id*=accept],shopify-privacy-banner button[class*=accept]{background:var(--ch-primary)!important;color:#fff!important;border-color:var(--ch-primary)!important}#shopify-pc__banner button:hover,.shopify-pc__banner button:hover,shopify-privacy-banner button:hover{transform:translateY(-1px)}@media(max-width:749px){#shopify-pc__banner__dialog,.shopify-pc__banner__dialog,#shopify-pc__banner [class*=banner__dialog],.shopify-pc__banner [class*=banner__dialog],shopify-privacy-banner [role=dialog]{max-width:calc(100vw - 1rem)!important;margin-bottom:.5rem!important;padding:1rem 1rem calc(1rem + env(safe-area-inset-bottom))!important;border-radius:1rem!important}#shopify-pc__banner button,.shopify-pc__banner button,shopify-privacy-banner button{width:100%!important}}.ch-pillar-icon{width:3rem;height:3rem;border-radius:50%;background:var(--ch-secondary-container);display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.ch-pillar-icon .ch-icon{color:var(--ch-on-secondary-container)}:root{--style-border-radius-buttons-primary: 0px !important;--style-border-radius-buttons-secondary: 0px !important;--style-border-radius-inputs: 0px !important;--shopify-accelerated-checkout-button-border-radius: 0px !important;--variant-picker-button-radius: 0px !important}.button,.btn,button[type=submit],[class*=add-to-cart],[class*=buy-button],.quantity-input__button,.quantity__button,shopify-accelerated-checkout-cart,shopify-payment-button,shopify-payment-button>div>button,.shopify-payment-button__button,.shopify-payment-button__button--branded,.sticky-add-to-cart__button,.sticky-add-to-cart__bar{border-radius:0!important}variant-picker .options__item,.options__item,[class*=variant-button],[class*=swatch-button]{border-radius:0!important}.quantity,.quantity__input,quantity-input{border-radius:0!important}product-information h1,product-information h2,.product-information h1,.product-information h2{font-family:var(--ch-font-headline)!important;font-weight:900!important;letter-spacing:-.03em!important;line-height:1.1!important;color:var(--ch-primary)!important}@media(min-width:750px){.product-information__grid:not(.product-information__grid--half):not(.product-information--media-none):not(:has(.media-gallery--extend)){display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;align-items:start!important;gap:var(--gap, 0)!important}.product-information__grid:not(.product-information--media-none) .product-information__media{align-self:start!important;position:sticky!important;top:calc(var(--sticky-header-offset, 0) + 1rem)!important;height:fit-content!important;width:auto!important;min-width:0!important;max-width:none!important}.product-information__grid:not(.product-information--media-none) .product-information__media-sticky{position:static!important;top:auto!important;display:block!important;height:auto!important;width:100%!important}.product-information__grid:not(.product-information--media-none) .product-information__media-sticky>media-gallery{position:relative!important;top:auto!important}.product-information__grid:not(.product-information--media-none) .product-details{width:auto!important;max-width:none!important;min-width:0!important}.product-information__grid.product-information--media-right:not(.product-information__grid--half):not(:has(.media-gallery--extend)){flex-direction:row-reverse!important}}product-card .product-title,product-card [class*=product-title],.product-card__title,[class*=product-card] [class*=title]{font-family:var(--ch-font-headline)!important;font-weight:900!important;letter-spacing:-.02em!important;color:var(--ch-primary)!important}@media(max-width:749px){.ch-desktop-only{display:none!important}.ch-trust-bar{padding:2rem 1.5rem}.ch-trust-bar__inner{flex-direction:column;align-items:flex-start;gap:1.5rem}.ch-newsletter{padding:4rem 1.5rem}.ch-newsletter__form{flex-direction:column}.ch-newsletter__input{padding:1rem 1.5rem}.ch-newsletter__submit{padding:1rem 1.5rem;width:100%}.ch-footer{padding:3rem 1.5rem 2rem}.ch-h-lg{font-size:1.75rem}.ch-h-md{font-size:1.5rem}.ch-display{font-size:2.5rem}.ch-catcard__title{font-size:1.5rem}.ch-catcard__info{bottom:1.25rem;left:1.25rem}}@media(min-width:750px){.ch-mobile-only{display:none!important}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/craft-holt.css.map */
