.cart-page{--cart-ink: #17211d;--cart-muted: #656a62;--cart-paper: #f7f4ec;--cart-panel: #fffdf7;--cart-line: #d8cdbc;--cart-green: #174d3a;--cart-brass: #a2763d;width:min(118rem,calc(100vw - 44px));padding:34px 0 72px;color:var(--cart-ink)}.cart-page__header{display:grid;gap:8px;margin-bottom:28px}.cart-page__kicker{color:var(--cart-green);font-size:.76rem;font-weight:800;text-transform:uppercase}.cart-page h1{font-size:2.2rem;line-height:1.15;letter-spacing:0}.cart-page__header p:not(.cart-page__kicker),.cart-page__empty p,.cart-summary__note{color:var(--cart-muted);line-height:1.65}.cart-page__empty{display:grid;gap:14px;max-width:34rem;border:1px solid var(--cart-line);border-radius:8px;padding:28px;background:var(--cart-panel)}.cart-page__form{display:grid;grid-template-columns:minmax(0,1fr) 22rem;gap:34px;align-items:start}.cart-page__items{display:grid;gap:14px}.cart-item{display:grid;grid-template-columns:9.5rem minmax(0,1fr) minmax(8rem,auto);gap:18px;align-items:start;border:1px solid var(--cart-line);border-radius:8px;padding:14px;background:var(--cart-panel)}.cart-item__media{overflow:hidden;border:1px solid var(--cart-line);border-radius:6px;background:#eee7dc;color:var(--cart-muted);text-decoration:none}.cart-item__media img,.cart-item__media span{width:100%;aspect-ratio:1 / 1;object-fit:cover}.cart-item__media span{display:grid;place-items:center;min-height:8rem}.cart-item__details{display:grid;gap:10px;min-width:0}.cart-item__title{color:var(--cart-ink);font-size:1.02rem;font-weight:800;line-height:1.35;text-decoration:none}.cart-item__variant,.cart-item__properties{color:var(--cart-muted);font-size:.88rem;line-height:1.5}.cart-item__properties{display:grid;gap:4px}.cart-item__properties div{display:flex;gap:8px}.cart-item__properties dt{font-weight:700}.cart-item__controls{display:flex;flex-wrap:wrap;gap:8px 12px;align-items:center;margin-top:2px}.cart-item__controls label,.cart-summary__label{color:var(--cart-ink);font-size:.84rem;font-weight:800}.cart-item__quantity{width:5rem;min-height:38px;border:1px solid var(--cart-line);border-radius:4px;padding:8px 10px;background:#fff;color:var(--cart-ink)}.cart-item__remove,.cart-summary__continue{color:var(--cart-green);font-weight:800;text-decoration:none}.cart-item__price{display:grid;gap:4px;justify-items:end;text-align:right}.cart-item__price strong{color:var(--cart-green);font-size:1rem}.cart-item__price span,.cart-item__price s{color:var(--cart-muted);font-size:.84rem}.cart-summary{position:sticky;top:16px;display:grid;gap:16px;border:1px solid var(--cart-line);border-radius:8px;padding:18px;background:#fffdf7}.cart-summary h2{font-size:1.15rem;line-height:1.25;letter-spacing:0}.cart-summary__row{display:flex;justify-content:space-between;gap:16px;border-top:1px solid var(--cart-line);padding-top:16px}.cart-summary__row strong{color:var(--cart-green);font-size:1.1rem}.cart-summary textarea{width:100%;border:1px solid var(--cart-line);border-radius:4px;padding:10px 12px;background:#fff;color:var(--cart-ink);resize:vertical}.cart-summary__actions{display:grid;gap:10px}.cart-page__button{display:inline-flex;min-height:42px;align-items:center;justify-content:center;border:1px solid var(--cart-green);border-radius:4px;padding:10px 14px;font:inherit;font-weight:850;text-decoration:none;cursor:pointer}.cart-page__button--primary{background:var(--cart-green);color:#fffaf0}.cart-page__button--secondary{background:#fff;color:var(--cart-green)}.cart-summary__continue{justify-self:center;font-size:.9rem}@media(max-width:920px){.cart-page{width:calc(100% - 40px);padding-top:26px}.cart-page__form{grid-template-columns:1fr}.cart-summary{position:static;order:-1}}@media(max-width:640px){.cart-page h1{font-size:1.8rem}.cart-item{grid-template-columns:7rem minmax(0,1fr)}.cart-item__price{grid-column:1 / -1;justify-items:start;text-align:left}}.collection-products{display:grid;grid-template-columns:repeat(auto-fill,minmax(500px,1fr))}.collections{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(var(--collection-card-size),100%),1fr));gap:var(--grid-gap)}.collections--compact{--collection-card-size: 160px}.collections--full{--collection-card-size: 280px}.collection-card{display:flex;flex-direction:column;width:100%}.custom-section{position:relative;overflow:hidden;width:100%}.custom-section__background{position:absolute;width:100%;height:100%;z-index:-1;overflow:hidden}.custom-section__background img{position:absolute;width:100%;height:auto;top:50%;left:50%;transform:translate(-50%,-50%)}.custom-section__content{display:grid;grid-template-columns:var(--content-grid)}.custom-section__content>*{grid-column:2}.cw-home{--cw-ink: #17211d;--cw-muted: #5d665f;--cw-paper: #f7f4ec;--cw-panel: #fffdf7;--cw-line: #d8cdbc;--cw-green: #174d3a;--cw-brass: #a2763d;--cw-charcoal: #101513;background:var(--cw-paper);color:var(--cw-ink)}.cw-home a{color:currentcolor}.cw-hero{position:relative;min-height:72svh;display:grid;align-items:center;overflow:hidden;background:var(--cw-charcoal)}.cw-hero__image,.cw-hero__shade{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.cw-hero__image{object-fit:cover;object-position:center 42%}.cw-hero__shade{background:linear-gradient(90deg,#101513e6,#101513a6 38%,#1015131f 75%)}.cw-hero__content{position:relative;width:min(42rem,calc(100% - 48px));margin-left:max(24px,calc((100vw - min(90rem,calc(100vw - 48px)))/2));padding:72px 0;color:#fffaf0}.cw-eyebrow,.cw-kicker{font-size:.78rem;font-weight:700;letter-spacing:0;text-transform:uppercase}.cw-eyebrow{color:#d0a866}.cw-kicker{color:var(--cw-green)}.cw-hero h1{margin-top:14px;font-size:4.75rem;line-height:.95;letter-spacing:0}.cw-hero p:not(.cw-eyebrow){max-width:36rem;margin-top:22px;font-size:1.18rem;line-height:1.65;color:#ede5d5}.cw-hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:32px}.cw-button{min-height:46px;display:inline-flex;align-items:center;justify-content:center;border:1px solid currentcolor;border-radius:4px;padding:12px 18px;font-weight:700;text-decoration:none;transition:background .16s ease,color .16s ease,border-color .16s ease}.cw-button--primary{border-color:var(--cw-green);background:var(--cw-green);color:#fffaf0}.cw-button--primary:hover{background:#0f3d2e;border-color:#0f3d2e}.cw-button--ghost{color:#fffaf0;border-color:#fffaf0a6}.cw-button--ghost:hover{background:#fffaf01a}.cw-section{width:min(90rem,calc(100% - 48px));margin:0 auto;padding:84px 0}.cw-intro,.cw-detail,.cw-wax,.cw-order{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:56px;align-items:center}.cw-section__head{max-width:48rem;margin-bottom:32px}.cw-section h2{margin-top:10px;font-size:2.4rem;line-height:1.1;letter-spacing:0}.cw-section h3{font-size:1.25rem;line-height:1.25;letter-spacing:0}.cw-copy,.cw-detail__content,.cw-wax__copy,.cw-order__panel{font-size:1rem;line-height:1.75;color:var(--cw-muted)}.cw-copy p+p{margin-top:18px}.cw-series{border-top:1px solid var(--cw-line);border-bottom:1px solid var(--cw-line)}.cw-category-list{display:grid;gap:52px}.cw-category__title{display:inline-flex;width:fit-content;max-width:100%;margin-bottom:22px;border:2px solid var(--cw-brass);background:var(--cw-charcoal);color:#ffd579}.cw-category__title h3{padding:12px 16px;font-size:1.25rem;line-height:1.2;font-weight:800}.cw-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.cw-product-grid--single{grid-template-columns:minmax(0,28rem)}.cw-product-grid--catalog{grid-template-columns:repeat(4,minmax(0,1fr))}.cw-featured-product{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;margin-bottom:22px;padding-bottom:18px;border-bottom:1px solid var(--cw-line)}.cw-featured-product h4{max-width:52rem;font-size:1.25rem;line-height:1.45;letter-spacing:0}.cw-featured-product span{flex:0 0 auto;color:var(--cw-green);font-size:1.2rem;font-weight:800}.cw-product-card{display:flex;flex-direction:column;gap:12px;min-width:0;color:var(--cw-ink);text-decoration:none}.cw-product-card__media{display:block;overflow:hidden;border:1px solid var(--cw-line);border-radius:8px;background:#e6ddd0}.cw-product-card__media img{width:100%;aspect-ratio:4 / 3;object-fit:cover;transition:transform .18s ease}.cw-product-card:hover .cw-product-card__media img{transform:scale(1.025)}.cw-product-card__placeholder{min-height:12rem;display:grid;place-items:center;color:var(--cw-muted)}.cw-product-card__info{display:flex;flex-wrap:wrap;justify-content:space-between;gap:8px 16px;line-height:1.45}.cw-product-card__name{font-weight:700}.cw-product-card__price{color:var(--cw-muted);text-align:right}.cw-category__empty{border:1px dashed var(--cw-line);border-radius:8px;padding:22px;color:var(--cw-muted);background:#fffdf7b8}.cw-wax__facts div{display:flex;justify-content:space-between;gap:16px}.cw-wax__facts span{color:var(--cw-muted)}.cw-wax__facts strong{color:var(--cw-ink);font-weight:700;text-align:right}.cw-detail__media img,.cw-wax__media img,.cw-process__layout>img{width:100%;aspect-ratio:4 / 3;object-fit:cover;border-radius:8px;border:1px solid var(--cw-line);box-shadow:0 18px 45px #17211d1f}.cw-checklist{display:grid;gap:12px;margin-top:24px;padding:0;list-style:none}.cw-checklist li{position:relative;padding-left:24px;color:var(--cw-ink)}.cw-checklist li:before{content:"";position:absolute;left:0;top:.78em;width:8px;height:8px;border-radius:50%;background:var(--cw-brass)}.cw-wax{width:100%;padding:84px max(24px,calc((100vw - min(90rem,calc(100vw - 48px)))/2));background:#e9e1d2}.cw-wax__facts{display:grid;gap:10px;margin-top:28px;padding:18px 0;border-top:1px solid #cbbda6;border-bottom:1px solid #cbbda6}.cw-steps{display:grid;gap:10px;margin-top:24px;padding-left:22px;color:var(--cw-ink)}.cw-process__layout{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(20rem,.9fr);gap:32px;align-items:stretch}.cw-process__steps{display:grid;gap:14px}.cw-process__steps article{min-height:11rem;border:1px solid var(--cw-line);border-radius:8px;padding:22px;background:var(--cw-panel)}.cw-process__steps span{display:inline-flex;margin-bottom:24px;color:var(--cw-brass);font-weight:700}.cw-process__steps p{margin-top:10px;color:var(--cw-muted);line-height:1.65}.cw-order{border-top:1px solid var(--cw-line)}.cw-order__panel{border:1px solid var(--cw-line);border-radius:8px;padding:28px;background:var(--cw-panel)}.cw-order__details{display:grid;gap:8px;margin:22px 0;color:var(--cw-ink)}.cw-order__details span{padding:10px 0;border-top:1px solid var(--cw-line)}@media(max-width:920px){.cw-hero{min-height:68svh}.cw-hero__shade{background:linear-gradient(180deg,#101513d6,#1015138a)}.cw-hero__content{width:calc(100% - 40px);margin:0 auto;padding:64px 0}.cw-hero h1{font-size:3.15rem}.cw-hero p:not(.cw-eyebrow){font-size:1rem}.cw-section{width:calc(100% - 40px);padding:60px 0}.cw-intro,.cw-detail,.cw-wax,.cw-order,.cw-process__layout,.cw-product-grid{grid-template-columns:1fr}.cw-wax{width:100%;padding:60px 20px}.cw-section h2{font-size:2rem}.cw-category-list{gap:42px}.cw-category__title h3{font-size:1rem}.cw-featured-product{flex-direction:column}.cw-featured-product h4{font-size:1.05rem}}.site-footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:0;padding:2rem 0;border-top:1px solid rgba(23,33,29,.12);color:#17211d;background:#f7f4ec}.site-footer a{text-decoration:none;color:currentcolor}.site-footer__links,.site-footer__payment{display:flex;flex-wrap:wrap;gap:1rem}.site-footer__links{justify-content:center}.site-footer__payment svg{width:2.2rem}@media(max-width:760px){.site-footer{align-items:flex-start;flex-direction:column}.site-footer__links{justify-content:flex-start}}.site-header{height:5rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;border-bottom:1px solid rgba(23,33,29,.12);background:#f7f4ec}.site-header a{position:relative;text-decoration:none;color:#17211d;display:flex;align-items:center;justify-content:center}.site-header__brand{font-size:1.15rem;font-weight:800}.site-header a sup{position:absolute;left:100%;overflow:hidden;max-width:var(--page-margin)}.site-header svg{width:2rem}.site-header__menu,.site-header__icons{display:flex;gap:1rem}.site-header__menu{flex-wrap:wrap;justify-content:center;font-size:.95rem;font-weight:650}@media(max-width:720px){.site-header{height:auto;min-height:5rem;flex-wrap:wrap;padding:14px 0}.site-header__menu{order:3;width:100%;justify-content:flex-start}}.welcome{display:grid;grid-template-columns:var(--content-grid);background-color:#f6f6f7;padding:72px 0}.welcome-content{grid-column:2;display:flex;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:0 24px}.welcome-description{max-width:80ch;line-height:1.4;margin-top:1.5rem}.icon{width:300px}.highlights{display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-top:50px}@media(max-width:1100px){.highlights{grid-template-columns:1fr}}.highlight{display:flex;flex-direction:column;height:100%;padding:24px;border-radius:8px;background-color:#eef3ff;color:#5c5f62;line-height:1.4}.highlight>*+*{margin-top:1rem}.highlight h3{font-size:1rem;color:#202223}.highlight-description{flex:1 1}.highlight a{display:flex;width:fit-content;background-color:#fafbfb;box-shadow:#0003 0 -3px inset,#ffffffe6 0 2px inset;border:1px solid rgb(140,145,150);border-radius:4px;color:#5c5f62;padding:3px 10px 5px;text-decoration:none}.product-page{--product-ink: #17211d;--product-muted: #5d665f;--product-paper: #f7f4ec;--product-panel: #fffdf7;--product-line: #d8cdbc;--product-green: #174d3a;--product-brass: #a2763d;display:grid;grid-template-columns:minmax(0,1fr) 18rem;gap:34px;width:min(118rem,calc(100vw - 44px));padding:22px 0 52px;color:var(--product-ink)}.product-page__gallery{display:grid;gap:14px}.product-page__image{overflow:hidden;border:1px solid var(--product-line);border-radius:8px;background:#f2eee6}.product-page__image img{display:block;width:100%;height:auto;object-fit:contain}.product-page__empty{display:grid;min-height:18rem;place-items:center;border:1px dashed var(--product-line);border-radius:8px;color:var(--product-muted)}.product-page__summary{position:sticky;top:14px;align-self:start;justify-self:end;width:18rem;border:1px solid var(--product-line);border-radius:8px;padding:16px;background:var(--product-panel)}.product-page__kicker{color:var(--product-green);font-size:.72rem;font-weight:700}.product-page h1{margin-top:6px;font-size:1.05rem;line-height:1.38;letter-spacing:0}.product-page__price{margin-top:12px;color:var(--product-green);font-size:1.12rem;font-weight:800}.product-page__description{margin-top:12px;color:var(--product-muted);font-size:.82rem;line-height:1.58}.product-page__form{margin-top:14px;padding-top:14px;border-top:1px solid var(--product-line)}.product-page__label{display:block;margin-bottom:6px;font-size:.82rem;font-weight:700}.product-page__select,.product-page__quantity{width:100%;min-height:36px;border:1px solid var(--product-line);border-radius:4px;padding:8px 10px;background:#fff;color:var(--product-ink)}.product-page__quantity{margin-bottom:10px}.product-page__select{margin-bottom:16px}.product-page__actions{display:grid}.product-page__button{min-height:38px;border:1px solid var(--product-green);border-radius:4px;padding:9px 12px;font:inherit;font-size:.88rem;font-weight:800;cursor:pointer}.product-page__button--cart{background:#fff;color:var(--product-green)}.product-page__button--disabled,.product-page__button:disabled{border-color:#c8c1b6;background:#d7d0c5;color:#746d63;cursor:not-allowed}.product-page__payment{margin-top:10px}.product-page__payment .shopify-payment-button__button{min-height:38px;border-radius:4px;font:inherit;font-size:.88rem;font-weight:800}.product-page__payment .shopify-payment-button__button--unbranded{background:var(--product-green);color:#fffaf0}.product-page__payment .shopify-payment-button__more-options{margin-top:8px;color:var(--product-green)}.product-page__notes{display:grid;gap:5px;margin-top:12px;color:var(--product-muted);font-size:.72rem;line-height:1.5}@media(max-width:990px){.product-page{grid-template-columns:1fr;padding-top:22px}.product-page__summary{position:static;justify-self:stretch;width:100%;order:-1}}@media(max-width:560px){.product-page__summary{padding:22px}.product-page h1{font-size:1.25rem}.product-page__actions{grid-template-columns:1fr}}.search-results{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.search-results .prev,.search-results .page,.search-results .next{grid-column:1 / -1}.group{display:flex;flex-wrap:nowrap;overflow:hidden;width:100%}.group--horizontal{flex-direction:row;justify-content:space-between;align-items:center;padding:0 var(--padding)}.group--vertical{flex-direction:column;align-items:var(--alignment);padding:var(--padding) 0}.text{text-align:var(--text-align)}.text--title{font-size:2rem;font-weight:700}.text--subtitle{font-size:1.5rem}.image{display:block;position:relative;overflow:hidden;width:100%;height:auto}.image>img{width:100%;height:auto}
/*# sourceMappingURL=/cdn/shop/t/3/compiled_assets/styles.css.map */
