.benefits{background-color:var(--benefits-bg);color:var(--benefits-text);padding-block:clamp(3rem,9vw,4.5rem)}.benefits__container{width:calc(100% - 32px);max-width:var(--page-width, 1560px);margin-inline:auto}.benefits__header{margin-bottom:clamp(2rem,6vw,3.5rem);text-align:center}.benefits__title{margin:0;font-size:clamp(1.5rem,4.5vw,2.25rem);font-weight:400;letter-spacing:-.01em;line-height:1.15}.benefits__grid{display:grid;grid-template-columns:1fr;gap:0}.benefits__card{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding-block:1.75rem;text-align:center;border-top:1px solid var(--benefits-border);opacity:0;animation:benefits-fade-in .6s ease forwards}.benefits__card:first-child{border-top:0}.benefits__card:nth-child(2){animation-delay:90ms}.benefits__card:nth-child(3){animation-delay:.18s}.benefits__icon{display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:999px;background-color:color-mix(in srgb,var(--benefits-accent) 55%,transparent);color:var(--benefits-text)}.benefits__icon svg{width:1.5rem;height:1.5rem}.benefits__card-title{margin:0;font-size:1.0625rem;font-weight:500;line-height:1.3}.benefits__card-text{margin:0;max-width:32ch;font-size:.875rem;line-height:1.6;color:var(--benefits-muted)}@media(min-width:750px){.benefits__grid{grid-template-columns:repeat(3,1fr);gap:0}.benefits__card{padding-block:.5rem;padding-inline:2rem;border-top:0;border-inline-start:1px solid var(--benefits-border)}.benefits__card:first-child{border-inline-start:0}.benefits__icon{width:3.5rem;height:3.5rem}.benefits__icon svg{width:1.75rem;height:1.75rem}}@media(min-width:990px){.benefits__card-text{font-size:.9375rem}}@keyframes benefits-fade-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.benefits__card{opacity:1;animation:none}}.shopify-section:has(>cart-drawer){display:contents}cart-drawer.cart-drawer{display:block}.cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;pointer-events:none;visibility:hidden}.cart-drawer--open{pointer-events:auto;visibility:visible}.cart-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#2c241c61;opacity:0;transition:opacity .3s ease}.cart-drawer--open .cart-drawer__overlay{opacity:1}.cart-drawer__panel{position:absolute;top:0;right:0;display:flex;flex-direction:column;width:100%;max-width:100%;height:100%;max-height:100dvh;background-color:#faf7f2;color:#2c2418;border-left:1px solid #e0d5c6;box-shadow:-12px 0 40px #2c241c14;transform:translate(100%);transition:transform .3s ease}.cart-drawer--open .cart-drawer__panel{transform:translate(0)}.cart-drawer__header{display:flex;flex-shrink:0;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem 1.25rem 1rem;border-bottom:1px solid #e0d5c6}.cart-drawer__title{margin:0;font-size:1.125rem;font-weight:500;letter-spacing:.02em}.cart-drawer__count{font-weight:400;color:#6b5e4f}.cart-drawer__close{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;padding:0;border:1px solid color-mix(in srgb,#2c2418 20%,transparent);border-radius:2px;background-color:#fff;color:#2c2418;font-size:1.375rem;line-height:1;cursor:pointer;transition:border-color .25s ease,background-color .25s ease}.cart-drawer__close:hover{border-color:#2c2418;background-color:#f3ece2}.cart-drawer__close:focus-visible{outline:2px solid #e8dfd3;outline-offset:2px}.cart-drawer__body{display:flex;flex:1;flex-direction:column;min-height:0;overflow:hidden}.cart-drawer__body:not(:has(.cart-drawer__empty)){justify-content:space-between}.cart-drawer--loading .cart-drawer__body{opacity:.65;pointer-events:none}.cart-drawer--loading .cart-drawer__footer{pointer-events:auto}.cart-drawer__empty{display:flex;flex:1;flex-direction:column;align-items:center;justify-content:center;gap:1.25rem;padding:2rem 1.25rem;text-align:center}.cart-drawer__empty-text{margin:0;max-width:24ch;font-size:.9375rem;line-height:1.6;color:#6b5e4f}.cart-drawer__empty-link{display:inline-flex;align-items:center;justify-content:center;min-height:2.75rem;padding:.75rem 1.5rem;border:1px solid color-mix(in srgb,#2c2418 25%,transparent);border-radius:999px;background-color:transparent;color:#2c2418;font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;transition:background-color .25s ease,border-color .25s ease}.cart-drawer__empty-link:hover{background-color:#f3ece2;border-color:#2c2418}.cart-drawer__scroll{flex:1;min-height:0;overflow-y:auto}.cart-drawer__items{margin:0;padding:.5rem 0 0;list-style:none}.cart-drawer__item{display:grid;grid-template-columns:5rem 1fr;gap:.875rem;padding:1rem 1.25rem;border-bottom:1px solid #ebe4d9}.cart-drawer__item-media{display:block;overflow:hidden;border-radius:4px;background-color:#f3ece2}.cart-drawer__item-image,.cart-drawer__item-placeholder{width:100%;aspect-ratio:4 / 5;object-fit:cover}.cart-drawer__item-placeholder{display:grid;place-items:center}.cart-drawer__item-placeholder-svg{width:70%;opacity:.35}.cart-drawer__item-details{display:flex;flex-direction:column;gap:.25rem;min-width:0}.cart-drawer__item-title{color:inherit;font-size:.875rem;font-weight:500;line-height:1.35;text-decoration:none}.cart-drawer__item-title:hover{color:#6b5e4f}.cart-drawer__item-variant{margin:0;font-size:.75rem;color:#6b5e4f}.cart-drawer__item-price{margin:.125rem 0 0;font-size:.875rem;color:#2c2418}.cart-drawer__item-price-compare{margin-inline-end:.375rem;color:#6b5e4f}.cart-drawer__item-line-total{color:#6b5e4f}.cart-drawer__item-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;margin-top:.625rem}.cart-drawer__quantity{display:inline-flex;align-items:center;border:1px solid #e0d5c6;border-radius:999px;background-color:#fff}.cart-drawer__quantity-button{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;padding:0;border:0;background:transparent;color:#2c2418;font-size:1rem;line-height:1;cursor:pointer}.cart-drawer__quantity-button:hover{background-color:#f3ece2}.cart-drawer__quantity-button:focus-visible{outline:2px solid #e8dfd3;outline-offset:-2px}.cart-drawer__quantity-value{min-width:1.5rem;font-size:.8125rem;font-weight:500;text-align:center}.cart-drawer__remove{padding:0;border:0;background:transparent;color:#6b5e4f;font-size:.6875rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;text-decoration:underline;text-underline-offset:.15em;cursor:pointer}.cart-drawer__remove:hover{color:#2c2418}.cart-drawer__footer{flex-shrink:0;display:grid;grid-template-columns:1fr auto;gap:16px;align-items:center;padding:1.125rem 1.25rem 1.25rem;border-top:1px solid #e0d5c6;background-color:#ffffffb8}.cart-drawer__summary{min-width:0}.cart-drawer__subtotal-row{display:flex;flex-wrap:wrap;gap:8px;align-items:baseline}.cart-drawer__subtotal-label{font-size:.8125rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#6b5e4f}.cart-drawer__subtotal-value{font-size:1.0625rem;font-weight:500;white-space:nowrap}.cart-drawer__delivery-note{margin-top:6px;margin-bottom:0;font-size:.85rem;line-height:1.3;opacity:.7}.cart-drawer__checkout-button{flex-shrink:0;white-space:nowrap}.cart-drawer__checkout{display:flex;align-items:center;justify-content:center;width:100%;min-height:3.25rem;padding:.875rem 1.5rem;border:1px solid #2c2418;border-radius:999px;background-color:#2c2418;color:#faf7f2;font-size:.8125rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;text-decoration:none;cursor:pointer;transition:background-color .25s ease,border-color .25s ease,color .25s ease}.cart-drawer__checkout:hover{background-color:#3d342b;border-color:#3d342b}.cart-drawer__checkout:focus-visible{outline:2px solid #e8dfd3;outline-offset:2px}html.cart-drawer-open{overflow:hidden}@media(min-width:480px){.cart-drawer__panel{width:min(100%,26rem)}}@media(min-width:750px){.cart-drawer__header{padding:1.5rem 1.5rem 1.125rem}.cart-drawer__item{padding-inline:1.5rem}.cart-drawer__footer{padding:1.25rem 1.5rem 1.5rem}}@media(max-width:25rem){.cart-drawer__footer{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){.cart-drawer__overlay,.cart-drawer__panel,.cart-drawer__checkout{transition:none}}.category-slider{width:100%;padding-block:clamp(1.75rem,5.5vw,2.75rem) clamp(2.5rem,8vw,4rem);background-color:var(--cs-bg, #f3ece2)}.category-slider__frame{position:relative;width:calc(100% - 28px);margin-inline:auto;border:1px solid rgb(44 36 28 / .1);border-radius:4px;overflow:hidden}.category-slider__viewport{display:flex;height:var(--cs-h-mobile, 68vh);min-height:22rem;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none}.category-slider__viewport::-webkit-scrollbar{display:none}.category-slider__slide{position:relative;flex:0 0 100%;width:100%;height:100%;scroll-snap-align:start;scroll-snap-stop:always}.category-slider__link{position:absolute;top:0;right:0;bottom:0;left:0;display:block;color:var(--cs-text, #faf7f2);text-decoration:none}.category-slider__media{position:absolute;top:0;right:0;bottom:0;left:0;display:block;overflow:hidden;background-color:#ebe4d9}.category-slider__image,.category-slider__placeholder{width:100%;height:100%;object-fit:cover;object-position:var(--cs-focal, 50% 50%);transition:transform .4s ease}.category-slider__placeholder{display:grid;place-items:center;background:#e5dacd}.category-slider__placeholder-svg{width:min(45%,12rem);opacity:.35}.category-slider__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgb(44 36 28 / var(--cs-scrim-bottom, .45)),rgb(44 36 28 / calc(var(--cs-scrim-bottom, .45) * .4)) 45%,#2c241c00 75%)}.category-slider__content{position:absolute;inset-block:0;inset-inline-start:0;z-index:1;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.75rem;width:min(100%,38rem);padding-block:clamp(1.5rem,5vw,2.5rem) clamp(3rem,9vw,5rem);padding-inline:clamp(2rem,8vw,3.5rem) 1.5rem;text-align:left}.category-slider__title{margin:0;font-size:clamp(1.625rem,6vw,2.25rem);font-weight:400;line-height:1.1;letter-spacing:-.01em}.category-slider__subtitle{margin:0;max-width:34ch;font-size:.9375rem;line-height:1.6;color:color-mix(in srgb,var(--cs-text, #faf7f2) 88%,transparent)}.category-slider__cta{display:inline-flex;align-items:center;gap:.5rem;margin-top:.75rem;padding:.75rem 1.5rem;border:1px solid var(--cs-text, #faf7f2);border-radius:2px;font-size:.75rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--cs-text, #faf7f2);transition:background-color .2s ease,color .2s ease}.category-slider__cta-arrow{transition:transform .25s ease}.category-slider__link:hover .category-slider__cta,.category-slider__link:focus-visible .category-slider__cta{background-color:var(--cs-text, #faf7f2);color:#2c2418}.category-slider__link:hover .category-slider__image,.category-slider__link:focus-visible .category-slider__image{transform:scale(1.03)}.category-slider__link:hover .category-slider__cta-arrow,.category-slider__link:focus-visible .category-slider__cta-arrow{transform:translate(4px)}.category-slider__link:focus-visible{outline:2px solid var(--cs-text, #faf7f2);outline-offset:-6px}.category-slider__control{position:absolute;top:50%;transform:translateY(-50%);z-index:2;display:inline-flex;align-items:center;justify-content:center;width:3rem;height:3rem;padding:0;border:1px solid rgb(250 247 242 / .7);border-radius:999px;background-color:#2c241c47;color:#faf7f2;cursor:pointer;transition:background-color .2s ease,opacity .2s ease}.category-slider__control:hover{background-color:#2c241c80}.category-slider__control:focus-visible{outline:2px solid #faf7f2;outline-offset:2px}.category-slider__control[disabled]{opacity:.35;cursor:default}.category-slider__control svg{width:1.5rem;height:1.5rem}.category-slider__control--prev{left:1rem}.category-slider__control--next{right:1rem}.category-slider__dots{position:absolute;left:50%;bottom:1.25rem;transform:translate(-50%);z-index:2;display:inline-flex;align-items:center;gap:.625rem}.category-slider__dot{width:.5rem;height:.5rem;padding:0;border:1px solid rgb(250 247 242 / .85);border-radius:999px;background-color:transparent;cursor:pointer;transition:background-color .2s ease,transform .2s ease}.category-slider__dot.is-active{background-color:#faf7f2;transform:scale(1.15)}.category-slider__dot:focus-visible{outline:2px solid #faf7f2;outline-offset:2px}@media(min-width:750px){.category-slider{padding-block:clamp(3.5rem,5.5vw,5.5rem) clamp(5rem,8vw,8rem)}.category-slider__frame{width:min(90vw,1560px)}.category-slider__viewport{height:var(--cs-h-desktop, 70vh)}.category-slider__content{width:min(100%,46rem);gap:1rem;padding-block:clamp(2rem,5vw,3rem) clamp(4rem,8vw,6rem);padding-inline:clamp(4rem,7vw,6rem) 2rem}.category-slider__title{font-size:clamp(2rem,3.6vw,3rem)}.category-slider__subtitle{font-size:1rem}.category-slider__control{width:3.5rem;height:3.5rem}.category-slider__control--prev{left:1.75rem}.category-slider__control--next{right:1.75rem}.category-slider__dots{bottom:1.75rem}}@media(prefers-reduced-motion:reduce){.category-slider__viewport{scroll-behavior:auto}.category-slider__image,.category-slider__cta-arrow,.category-slider__control,.category-slider__dot{transition:none}.category-slider__link:hover .category-slider__image,.category-slider__link:focus-visible .category-slider__image{transform:none}}.category-split{background-color:var(--split-bg);color:var(--split-text);padding:3rem var(--page-margin)}.category-split__container{width:min(100%,var(--page-width));margin-inline:auto}.category-split__header{margin-bottom:2rem;text-align:center}.category-split__title{margin:0;font-size:clamp(1.5rem,4.5vw,2.25rem);font-weight:400;letter-spacing:-.01em;line-height:1.15}.category-split__intro{margin:.875rem auto 0;max-width:42ch;font-size:.9375rem;line-height:1.65;color:var(--split-muted)}.category-split__grid{display:grid;gap:var(--split-gap)}.category-split__panel{position:relative;min-height:22rem;border-radius:var(--split-radius);overflow:hidden;background-color:#ebe4d9;transition:transform .28s ease,box-shadow .28s ease}.category-split__panel-link{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;display:block;color:inherit;text-decoration:none;cursor:pointer}.category-split__panel:has(.category-split__panel-link:hover),.category-split__panel:has(.category-split__panel-link:focus-visible){transform:translateY(-4px);box-shadow:0 16px 32px #2c241c1f}.category-split__media{position:absolute;top:0;right:0;bottom:0;left:0}.category-split__image,.category-split__placeholder{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.category-split__placeholder{display:grid;place-items:center;background:linear-gradient(160deg,#f3ece2,#e5dacd)}.category-split__placeholder-svg{width:min(55%,12rem);opacity:.35}.category-split__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#2c241c14,#2c241c9e);transition:background .3s ease}.category-split__content{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:flex-end;min-height:inherit;padding:1.5rem}.category-split__eyebrow{margin:0 0 .5rem;font-size:.6875rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:color-mix(in srgb,var(--split-accent) 92%,#ffffff)}.category-split__panel-title{margin:0;font-size:clamp(1.375rem,4vw,1.875rem);font-weight:400;line-height:1.15;color:#faf7f2}.category-split__description{margin:.625rem 0 0;max-width:34ch;font-size:.875rem;line-height:1.6;color:#faf7f2e0}.category-split__cta{display:inline-flex;align-items:center;gap:.5rem;margin-top:1.125rem;font-size:.75rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--split-accent)}.category-split__cta-arrow{transition:transform .25s ease}.category-split__panel-link:hover .category-split__image,.category-split__panel-link:focus-visible .category-split__image,.category-split__panel-link:hover .category-split__placeholder,.category-split__panel-link:focus-visible .category-split__placeholder{transform:scale(1.03)}.category-split__panel-link:hover .category-split__scrim,.category-split__panel-link:focus-visible .category-split__scrim{background:linear-gradient(180deg,#2c241c29,#2c241cbd)}.category-split__panel-link:hover .category-split__cta-arrow,.category-split__panel-link:focus-visible .category-split__cta-arrow{transform:translate(4px)}.category-split__panel-link:focus-visible{outline:2px solid var(--split-accent);outline-offset:-4px}.category-split__empty{margin:0;padding:2rem;text-align:center;border:1px dashed color-mix(in srgb,var(--split-muted) 35%,transparent);border-radius:var(--split-radius);color:var(--split-muted);font-size:.9375rem}@media(min-width:750px){.category-split{padding-block:4rem}.category-split__header{margin-bottom:2.5rem}.category-split__grid--count-2{grid-template-columns:repeat(2,minmax(0,1fr))}.category-split__panel{min-height:28rem}.category-split__content{padding:2rem}}@media(min-width:990px){.category-split__panel{min-height:32rem}.category-split__content{padding:2.5rem}}@media(prefers-reduced-motion:reduce){.category-split__image,.category-split__placeholder,.category-split__scrim,.category-split__panel{transition:none}.category-split__panel:has(.category-split__panel-link:hover),.category-split__panel:has(.category-split__panel-link:focus-visible){transform:none}.category-split__panel-link:hover .category-split__image,.category-split__panel-link:focus-visible .category-split__image,.category-split__panel-link:hover .category-split__placeholder,.category-split__panel-link:focus-visible .category-split__placeholder{transform:none}}.checkout-prototype{background-color:#faf7f2;color:#2c2418;padding:2rem 0 4rem;overflow-x:hidden}.checkout-prototype__container{width:min(100%,var(--page-width));margin-inline:auto;padding-inline:var(--page-margin)}.checkout-prototype__header{margin-bottom:1.75rem}.checkout-prototype__page-title{margin:0;font-size:clamp(1.5rem,4vw,2rem);font-weight:400;letter-spacing:-.01em}.checkout-prototype__empty{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:3rem 0;text-align:center}.checkout-prototype__empty-text{margin:0;max-width:40ch;color:#6b5e4f;font-size:.9375rem;line-height:1.6}.checkout-prototype__layout{display:grid;gap:2rem;align-items:start}.checkout-prototype__form-column{min-width:0}.checkout-prototype__fieldset{margin:0 0 1.5rem;padding:1.25rem;border:1px solid #e0d5c6;border-radius:4px;background-color:#ffffff8c}.checkout-prototype__legend{margin-bottom:1rem;padding:0;font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#6b5e4f}.checkout-prototype__field-row{display:grid;gap:1rem}.checkout-prototype__field{display:flex;flex-direction:column;gap:.375rem;margin-bottom:1rem}.checkout-prototype__field-row .checkout-prototype__field{margin-bottom:0}.checkout-prototype__field-row+.checkout-prototype__field-row,.checkout-prototype__field-row+.checkout-prototype__field,.checkout-prototype__field+.checkout-prototype__field-row{margin-top:1rem}.checkout-prototype__field:last-child{margin-bottom:0}.checkout-prototype__label{font-size:.8125rem;font-weight:500}.checkout-prototype__input,.checkout-prototype__textarea,.checkout-prototype__select{width:100%;padding:.75rem .875rem;border:1px solid #e0d5c6;border-radius:4px;background-color:#fff;color:#2c2418;font:inherit;font-size:.875rem;line-height:1.5}.checkout-prototype__input--readonly{background-color:#f3ece2;color:#6b5e4f}.checkout-prototype__textarea{resize:vertical;min-height:5rem}.checkout-prototype__input:focus-visible,.checkout-prototype__textarea:focus-visible,.checkout-prototype__select:focus-visible{outline:2px solid #e8dfd3;outline-offset:1px;border-color:#6b5e4f}.checkout-prototype__radio-group{display:flex;flex-wrap:wrap;gap:.75rem}.checkout-prototype__radio{display:inline-flex;align-items:center;gap:.5rem;min-height:2.5rem;padding:.5rem .875rem;border:1px solid #e0d5c6;border-radius:999px;background-color:#fff;font-size:.875rem;cursor:pointer}.checkout-prototype__radio:has(input:checked){border-color:#2c2418;background-color:#f3ece2}.checkout-prototype__radio input{accent-color:#2c2418}.checkout-prototype__fieldset[hidden]{display:none}.checkout-prototype__fieldset[disabled]{border-color:#e0d5c6}.checkout-prototype__methods{display:grid;grid-template-columns:1fr;gap:.75rem}.checkout-prototype__method-card{position:relative;display:flex;align-items:flex-start;gap:.75rem;padding:1.125rem 1.25rem;border:1px solid #e0d5c6;border-radius:12px;background-color:#fff;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease}.checkout-prototype__method-card:hover{border-color:#c9b89f}.checkout-prototype__method-card input{margin-top:.2rem;width:1.05rem;height:1.05rem;accent-color:#2c2418;cursor:pointer}.checkout-prototype__method-card:has(input:checked){border-color:#2c2418;background-color:#f7f1e8;box-shadow:inset 0 0 0 1px #2c2418}.checkout-prototype__method-card:has(input:focus-visible){outline:2px solid #e8dfd3;outline-offset:2px}.checkout-prototype__method-body{display:flex;flex-direction:column;gap:.25rem}.checkout-prototype__method-title{font-size:.9375rem;font-weight:600;letter-spacing:.01em}.checkout-prototype__method-note{font-size:.8125rem;line-height:1.45;color:#6b5e4f}@media(min-width:600px){.checkout-prototype__methods{grid-template-columns:repeat(2,minmax(0,1fr))}}.checkout-prototype__payment-placeholder{margin-bottom:1.25rem;padding:1rem 1.125rem;border:1px dashed #e0d5c6;border-radius:4px;background-color:#ffffff73}.checkout-prototype__payment-text{margin:0;font-size:.875rem;line-height:1.55;color:#6b5e4f}.checkout-prototype__form-actions{display:flex;flex-direction:column;gap:.75rem}.checkout-prototype__button{display:inline-flex;align-items:center;justify-content:center;min-height:3.25rem;padding:.875rem 1.5rem;border-radius:999px;font-size:.8125rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;text-decoration:none;cursor:pointer;transition:background-color .25s ease,border-color .25s ease}.checkout-prototype__button--primary{border:1px solid #2c2418;background-color:#2c2418;color:#faf7f2}.checkout-prototype__button--primary:hover{background-color:#3d342b;border-color:#3d342b}.checkout-prototype__button--secondary{border:1px solid color-mix(in srgb,#2c2418 25%,transparent);background-color:transparent;color:#2c2418}.checkout-prototype__button--loading{opacity:.7;pointer-events:none}.checkout-prototype__status{margin:0;font-size:.875rem;color:#3d342b}.checkout-prototype__status--error{color:#8b3a3a}.checkout-prototype__field-error{margin:.375rem 0 0;font-size:.75rem;line-height:1.4;color:#8b3a3a}.checkout-prototype__input--error{border-color:#8b3a3a}.checkout-prototype__input--error:focus-visible{outline-color:color-mix(in srgb,#8b3a3a 35%,transparent);border-color:#8b3a3a}.checkout-prototype__gift-toggle{display:flex;align-items:center;gap:.625rem}.checkout-prototype__gift-checkbox{flex:none;width:1.05rem;height:1.05rem;accent-color:#2c2418;cursor:pointer}.checkout-prototype__gift-toggle-label{font-size:.875rem;color:#6b5e4f;cursor:pointer;transition:color .2s ease}.checkout-prototype__gift.is-active .checkout-prototype__gift-toggle-label,.checkout-prototype__gift:has(.checkout-prototype__gift-checkbox:checked) .checkout-prototype__gift-toggle-label{color:#2c2418}.checkout-prototype__gift-panel{overflow:hidden;max-height:0;margin-top:0;opacity:0;transition:max-height .32s ease,opacity .24s ease,margin-top .32s ease}.checkout-prototype__gift-panel.is-expanded,.checkout-prototype__gift:has(.checkout-prototype__gift-checkbox:checked) .checkout-prototype__gift-panel{max-height:20rem;margin-top:1rem;opacity:1}@media(prefers-reduced-motion:reduce){.checkout-prototype__gift-panel{transition:none}}.checkout-prototype__summary{padding:1.25rem;border:1px solid #e0d5c6;border-radius:4px;background-color:#ffffffb8}.checkout-prototype__summary-title{margin:0 0 1rem;font-size:1rem;font-weight:500}.checkout-prototype__items{margin:0;padding:0;list-style:none}.checkout-prototype__item{display:grid;grid-template-columns:4.5rem 1fr;gap:.875rem;padding:.875rem 0;border-bottom:1px solid #ebe4d9}.checkout-prototype__item-media{display:block;overflow:hidden;border-radius:4px;background-color:#f3ece2}.checkout-prototype__item-image,.checkout-prototype__item-placeholder{width:100%;aspect-ratio:4 / 5;object-fit:cover}.checkout-prototype__item-placeholder{display:grid;place-items:center}.checkout-prototype__item-title{color:inherit;font-size:.875rem;font-weight:500;text-decoration:none}.checkout-prototype__item-variant,.checkout-prototype__item-meta{margin:.125rem 0 0;font-size:.75rem;color:#6b5e4f}.checkout-prototype__totals{margin-top:1rem;padding-top:1rem;border-top:1px solid #e0d5c6}.checkout-prototype__total-row{display:flex;justify-content:space-between;gap:1rem;padding:.25rem 0;font-size:.875rem}.checkout-prototype__total-row--muted{color:#6b5e4f}.checkout-prototype__total-row--delivery[hidden]{display:none}.checkout-prototype__delivery-value{display:inline-flex;align-items:baseline;justify-content:flex-end;flex-wrap:wrap;gap:.375rem .5rem;text-align:right}.checkout-prototype__delivery-fee--struck{text-decoration:line-through;opacity:.55}.checkout-prototype__delivery-free{font-weight:500;color:#2c2418}.checkout-prototype__delivery-helper{margin:.25rem 0 .5rem;font-size:.75rem;line-height:1.45;color:#6b5e4f}.checkout-prototype__delivery-helper:empty{display:none}.checkout-prototype__delivery-helper[hidden]{display:none}.checkout-prototype__total-row--total{margin-top:.5rem;padding-top:.75rem;border-top:1px solid #ebe4d9;font-size:1rem;font-weight:500}.checkout-prototype__estimate-hint{margin:.875rem 0 0;font-size:.75rem;line-height:1.5;color:#6b5e4f}@media(min-width:990px){.checkout-prototype{padding-block:2.5rem 5rem}.checkout-prototype__layout{grid-template-columns:minmax(0,1.1fr) minmax(18rem,.9fr);gap:2.5rem}.checkout-prototype__field-row{grid-template-columns:repeat(2,minmax(0,1fr))}.checkout-prototype__summary-column{position:sticky;top:var(--checkout-sticky-top, 2rem);align-self:start;max-height:calc(100vh - var(--checkout-sticky-top, 2rem) - 1rem);overflow-y:auto;overscroll-behavior:contain}}.collection-page{background-color:#faf7f2;color:#2c2418;padding:2.5rem 0 4rem}.collection-page__container{width:min(100%,var(--page-width));margin-inline:auto;padding-inline:var(--page-margin)}.collection-page__header{margin-bottom:2rem;text-align:center}.collection-page__title{margin:0;font-size:clamp(1.75rem,5vw,2.5rem);font-weight:400;letter-spacing:-.01em;line-height:1.15}.collection-page__subtitle{margin:.875rem auto 0;max-width:46ch;font-size:.9375rem;line-height:1.65;color:#6b5e4f}.collection-page__toolbar{margin-bottom:1.75rem}.collection-page__filters{display:flex;flex-direction:column;gap:1rem;padding:1.125rem 1.25rem;border:1px solid #e0d5c6;border-radius:4px;background-color:#ffffff8c}.collection-page__filter-group{display:flex;flex-direction:column;gap:.5rem}.collection-page__filter-label{margin:0;font-size:.6875rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#6b5e4f}.collection-page__filter-chips{display:flex;flex-wrap:wrap;gap:.5rem}.collection-page__filter-chip{display:inline-flex;align-items:center;min-height:2rem;padding:.375rem .875rem;border:1px solid #e0d5c6;border-radius:999px;background-color:#fff;color:#2c2418;font-size:.75rem;letter-spacing:.04em;cursor:pointer;transition:background-color .25s ease,border-color .25s ease,color .25s ease}.collection-page__filter-chip:hover{border-color:#6b5e4f;background-color:#f3ece2}.collection-page__filter-chip:focus-visible{outline:2px solid #e8dfd3;outline-offset:2px}.collection-page__filter-chip--active{border-color:#2c2418;background-color:#2c2418;color:#faf7f2}.collection-page__filter-clear{align-self:flex-start;padding:0;border:0;background:transparent;color:#6b5e4f;font-size:.6875rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;text-decoration:underline;text-underline-offset:.15em;cursor:pointer}.collection-page__filter-clear:hover{color:#2c2418}.collection-page__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin:0;padding:0;list-style:none}.collection-page__grid-item{min-width:0}.collection-page__grid-item[hidden]{display:none}.collection-page__empty,.collection-page__no-results{grid-column:1 / -1;margin:0;padding:3rem 1rem;text-align:center;color:#6b5e4f;font-size:.9375rem}.collection-page__pagination{margin-top:2.5rem;text-align:center}.collection-page__pagination a,.collection-page__pagination span{color:#2c2418}@media(min-width:750px){.collection-page{padding-block:3.5rem 5rem}.collection-page__header{margin-bottom:2.5rem}.collection-page__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}}@media(min-width:990px){.collection-page__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.5rem}}.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%}.contact-form{background-color:var(--cf-bg);color:var(--cf-text);padding-top:var(--cf-padding-top);padding-bottom:var(--cf-padding-bottom)}.contact-form__container{width:calc(100% - 32px);max-width:960px;margin-inline:auto}.contact-form__heading{margin:0 0 .75rem;text-align:center;font-size:clamp(1.25rem,3.5vw,1.75rem);font-weight:400;letter-spacing:-.01em}.contact-form__quick-contact{margin:0 0 clamp(1.5rem,4vw,2.5rem);text-align:center;font-size:.875rem;line-height:1.6;color:var(--cf-text);opacity:.75}.contact-form__success{margin-bottom:1.5rem;padding:1rem 1.25rem;border:1px solid var(--cf-border);border-radius:8px;background-color:color-mix(in srgb,var(--cf-border) 25%,transparent)}.contact-form__success p{margin:0;font-size:.9375rem;line-height:1.5;color:var(--cf-text)}.contact-form__grid{display:grid;grid-template-columns:1fr;gap:1.25rem}.contact-form__field{display:flex;flex-direction:column;gap:.4rem}.contact-form__field--full{grid-column:1 / -1}.contact-form__label{font-size:.8125rem;font-weight:500;letter-spacing:.01em;color:var(--cf-text)}.contact-form__required{color:var(--cf-text);opacity:.6}.contact-form__input,.contact-form__textarea{appearance:none;-webkit-appearance:none;width:100%;min-height:44px;padding:.75rem 1rem;border:1px solid var(--cf-border);border-radius:8px;background-color:transparent;color:var(--cf-text);font-size:.9375rem;font-family:inherit;line-height:1.4;transition:border-color .18s ease}.contact-form__textarea{min-height:160px;resize:vertical}.contact-form__input:focus-visible,.contact-form__textarea:focus-visible{outline:2px solid var(--cf-button-bg);outline-offset:1px;border-color:var(--cf-button-bg)}.contact-form__input[aria-invalid=true],.contact-form__textarea[aria-invalid=true]{border-color:#b3261e}.contact-form__field-error{margin:0;font-size:.8125rem;color:#b3261e}.contact-form__actions{margin-top:.5rem;display:flex;justify-content:center}.contact-form__submit{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:12px 28px;border:none;border-radius:999px;font-size:14px;font-weight:500;letter-spacing:.02em;color:var(--cf-button-text);background-color:var(--cf-button-bg);cursor:pointer;transition:background-color .2s ease}.contact-form__submit:hover{background-color:color-mix(in srgb,var(--cf-button-bg) 85%,#FFFFFF)}.contact-form__submit:focus-visible{outline:2px solid var(--cf-border);outline-offset:2px}@media(min-width:990px){.contact-form__grid{grid-template-columns:1fr 1fr}}.contact-info{background-color:var(--ci-bg);color:var(--ci-text);padding-top:var(--ci-padding-top);padding-bottom:var(--ci-padding-bottom)}.contact-info__container{width:calc(100% - 32px);max-width:var(--page-width, 1560px);margin-inline:auto}.contact-info__header{margin-bottom:clamp(1.75rem,5vw,3rem);text-align:center}.contact-info__title{margin:0;font-size:clamp(1.75rem,5vw,2.75rem);font-weight:400;letter-spacing:-.01em;line-height:1.15}.contact-info__subheading{margin:.75rem auto 0;max-width:60ch;font-size:.9375rem;line-height:1.6;color:var(--ci-muted)}.contact-info__grid{display:grid;grid-template-columns:1fr;gap:var(--ci-gap);align-items:stretch}.contact-info__map{width:100%;max-width:100%;overflow:hidden;border-radius:var(--ci-radius)}.contact-info__map iframe{display:block;width:100%;height:var(--ci-map-height);border:0}.contact-info__card{display:flex;flex-direction:column;align-items:flex-start;gap:1.1rem;padding:1.5rem 1.75rem;background-color:var(--ci-card-bg);border:1px solid var(--ci-border);border-radius:var(--ci-radius)}.contact-info__row{display:flex;flex-direction:column;gap:.3rem;width:100%}.contact-info__label{font-size:.6875rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--ci-muted)}.contact-info__value{margin:0;font-size:.9375rem;line-height:1.55;color:var(--ci-text)}.contact-info__link{color:var(--ci-text);text-decoration:underline}.contact-info__directions-button{display:inline-flex;align-items:center;justify-content:center;width:fit-content;min-height:44px;padding:12px 20px;border:none;border-radius:999px;font-size:14px;font-weight:500;letter-spacing:.02em;color:var(--ci-button-text);background-color:var(--ci-button-bg);text-decoration:none;transition:background-color .2s ease}.contact-info__directions-button:hover{background-color:color-mix(in srgb,var(--ci-button-bg) 85%,#FFFFFF)}.contact-info__directions-button:focus-visible{outline:2px solid var(--ci-border);outline-offset:2px}@media(min-width:990px){.contact-info__grid{grid-template-columns:1fr 1fr}.contact-info__grid--single{grid-template-columns:1fr}}.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}.shopify-section:has(>.floating-contact-widget){display:contents}.floating-contact-widget{position:fixed;z-index:400;bottom:calc(var(--fcw-bottom-offset, 24px) + env(safe-area-inset-bottom,0px));display:flex;flex-direction:column;--icon-stroke-width: 1.4}.floating-contact-widget--bottom-right{right:var(--fcw-side-offset, 24px);align-items:flex-end}.floating-contact-widget--bottom-left{left:var(--fcw-side-offset, 24px);align-items:flex-start}.floating-contact-widget__panel{position:absolute;bottom:calc(100% + var(--fcw-panel-gap, 12px));display:flex;flex-direction:column;gap:var(--fcw-panel-gap, 12px);margin:0;padding:.625rem;border:1px solid var(--fcw-border);border-radius:20px;background-color:var(--fcw-panel-bg);max-width:calc(100vw - 2 * var(--fcw-side-offset, 24px));max-height:calc(100dvh - var(--fcw-bottom-offset, 24px) - var(--fcw-button-size, 56px) - 2 * var(--fcw-panel-gap, 12px));overflow-y:auto;opacity:0;transform:translateY(10px) scale(.96);transition:opacity .18s ease,transform .18s ease}.floating-contact-widget--bottom-right .floating-contact-widget__panel{right:0;transform-origin:bottom right}.floating-contact-widget--bottom-left .floating-contact-widget__panel{left:0;transform-origin:bottom left}.floating-contact-widget__panel.is-open{opacity:1;transform:translateY(0) scale(1)}.floating-contact-widget--shadow .floating-contact-widget__panel{box-shadow:0 16px 34px #2c241c2e}.floating-contact-widget__panel[hidden]{display:none!important}.floating-contact-widget__list{display:flex;flex-direction:column;gap:var(--fcw-panel-gap, 12px);margin:0;padding:0;list-style:none}.floating-contact-widget__link{display:inline-flex;align-items:center;justify-content:center;width:var(--fcw-button-size, 56px);height:var(--fcw-button-size, 56px);min-width:44px;min-height:44px;border:1px solid var(--fcw-border);border-radius:999px;background-color:var(--fcw-panel-bg);color:var(--fcw-panel-text);text-decoration:none;transition:background-color .18s ease,border-color .18s ease,color .18s ease}.floating-contact-widget__link:hover,.floating-contact-widget__link:focus-visible{background-color:var(--fcw-accent);border-color:var(--fcw-accent)}.floating-contact-widget__link:focus-visible{outline:2px solid var(--fcw-accent);outline-offset:2px}.floating-contact-widget__icon{display:inline-flex;align-items:center;justify-content:center}.floating-contact-widget__icon svg{width:var(--fcw-icon-size, 22px);height:var(--fcw-icon-size, 22px)}.floating-contact-widget__toggle{position:relative;width:var(--fcw-button-size, 56px);height:var(--fcw-button-size, 56px);min-width:44px;min-height:44px;padding:0;border:1px solid var(--fcw-border);border-radius:999px;background-color:var(--fcw-bg);color:var(--fcw-icon-color);cursor:pointer;transition:background-color .2s ease,border-color .2s ease}.floating-contact-widget--shadow .floating-contact-widget__toggle{box-shadow:0 12px 26px #2c241c33}.floating-contact-widget__toggle:hover,.floating-contact-widget__toggle:focus-visible{background-color:var(--fcw-accent);border-color:var(--fcw-accent)}.floating-contact-widget__toggle:focus-visible{outline:2px solid var(--fcw-accent);outline-offset:2px}.floating-contact-widget__toggle-icon{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;opacity:1;transform:scale(1) rotate(0);transition:opacity .18s ease,transform .18s ease}.floating-contact-widget__toggle-icon svg{width:var(--fcw-icon-size, 22px);height:var(--fcw-icon-size, 22px)}.floating-contact-widget__toggle-icon--close{opacity:0;transform:scale(.6) rotate(-45deg)}.floating-contact-widget__toggle[aria-expanded=true] .floating-contact-widget__toggle-icon--open{opacity:0;transform:scale(.6) rotate(45deg)}.floating-contact-widget__toggle[aria-expanded=true] .floating-contact-widget__toggle-icon--close{opacity:1;transform:scale(1) rotate(0)}@media(prefers-reduced-motion:reduce){.floating-contact-widget__panel,.floating-contact-widget__toggle,.floating-contact-widget__toggle-icon,.floating-contact-widget__link{transition:none}}.site-footer{background-color:var(--footer-bg);color:var(--footer-text);padding-top:var(--footer-padding-top);padding-bottom:var(--footer-padding-bottom);--icon-stroke-width: 1.4}.site-footer__inner{width:calc(100% - 32px);max-width:var(--page-width, 1560px);margin-inline:auto}.site-footer__grid{display:grid;grid-template-columns:1fr;gap:2.5rem}.site-footer__col{min-width:0}.site-footer__brand{margin:0 0 1.125rem;font-size:1rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--footer-text)}.site-footer__social{margin:0;padding:0;list-style:none;display:flex;flex-wrap:wrap;align-items:center;gap:.25rem;margin-inline-start:-.75rem}.site-footer__social-link{display:inline-flex;align-items:center;justify-content:center;padding:.85rem;color:var(--footer-text);text-decoration:none;transition:color .2s ease}.site-footer__social-link svg{width:var(--footer-icon-size);height:var(--footer-icon-size)}.site-footer__social-link:hover,.site-footer__social-link:focus-visible{color:var(--footer-accent)}.site-footer__heading{margin:0 0 1.125rem;font-size:.6875rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--footer-muted)}.site-footer__info{display:flex;flex-direction:column;gap:.5rem}.site-footer__info-line{margin:0;font-size:.9375rem;line-height:1.6;color:var(--footer-text)}.site-footer__info-link{color:var(--footer-text);text-decoration:none;transition:color .2s ease}.site-footer__info-link:hover,.site-footer__info-link:focus-visible{color:var(--footer-accent)}.site-footer__links{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.75rem}.site-footer__link{display:inline-block;color:var(--footer-text);text-decoration:none;font-size:.9375rem;letter-spacing:.01em;transition:color .2s ease}.site-footer__link:hover,.site-footer__link:focus-visible{color:var(--footer-accent)}.site-footer__social-link:focus-visible,.site-footer__link:focus-visible,.site-footer__info-link:focus-visible{outline:2px solid var(--footer-accent);outline-offset:2px;border-radius:2px}.site-footer__bottom{margin-top:2.5rem;padding-top:1.25rem;border-top:1px solid var(--footer-border)}.site-footer__copyright{margin:0;font-size:.75rem;letter-spacing:.04em;color:var(--footer-muted)}@media(min-width:750px){.site-footer__grid{grid-template-columns:1.3fr 1fr .9fr;gap:var(--footer-gap);align-items:start}}.free-delivery-banner{background-color:var(--banner-bg);color:var(--banner-text);border-block:1px solid var(--banner-border)}.free-delivery-banner__inner{display:flex;flex-direction:column;align-items:flex-start;gap:.75rem;width:min(100%,var(--page-width));margin-inline:auto;padding:.875rem var(--page-margin)}.free-delivery-banner__icon{display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:999px;background-color:color-mix(in srgb,var(--banner-accent) 55%,transparent);color:var(--banner-text)}.free-delivery-banner__icon svg{width:1.125rem;height:1.125rem}.free-delivery-banner__copy{flex:1;min-width:0}.free-delivery-banner__message{margin:0;font-size:.875rem;font-weight:500;letter-spacing:.04em;line-height:1.45}.free-delivery-banner__details{margin:.25rem 0 0;font-size:.8125rem;line-height:1.5;color:color-mix(in srgb,var(--banner-text) 72%,transparent)}.free-delivery-banner__link{display:inline-flex;align-items:center;min-height:2.25rem;padding:.375rem 0;font-size:.75rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;color:var(--banner-text);border-bottom:1px solid color-mix(in srgb,var(--banner-text) 35%,transparent);transition:border-color .25s ease,color .25s ease}.free-delivery-banner__link:hover,.free-delivery-banner__link:focus-visible{border-color:var(--banner-text)}.free-delivery-banner__link:focus-visible{outline:2px solid var(--banner-accent);outline-offset:4px}.free-delivery-banner--compact .free-delivery-banner__inner{padding-block:.875rem}.free-delivery-banner--compact .free-delivery-banner__message{font-size:.8125rem}.free-delivery-banner--compact .free-delivery-banner__details{font-size:.75rem}@media(min-width:750px){.free-delivery-banner__inner{flex-direction:row;align-items:center;gap:.875rem;padding-block:.875rem}.free-delivery-banner__message{font-size:.9375rem}.free-delivery-banner__details{margin-top:.125rem;font-size:.875rem}.free-delivery-banner__link{margin-inline-start:auto;padding-inline:.25rem;white-space:nowrap}.free-delivery-banner--compact .free-delivery-banner__inner{padding-block:.75rem}}.google-reviews{background-color:var(--gr-bg);color:var(--gr-text);padding-top:var(--gr-padding-top);padding-bottom:var(--gr-padding-bottom)}.google-reviews__container{width:calc(100% - 32px);max-width:var(--page-width, 1560px);margin-inline:auto}.google-reviews__header{margin-bottom:clamp(1.75rem,5vw,3rem);text-align:center}.google-reviews__title{margin:0;font-size:clamp(1.5rem,4.5vw,2.25rem);font-weight:400;letter-spacing:-.01em;line-height:1.15}.google-reviews__summary{display:flex;align-items:baseline;justify-content:center;gap:.5rem;margin-top:.75rem;font-size:.9375rem}.google-reviews__rating{font-weight:600;color:var(--gr-rating)}.google-reviews__count{color:var(--gr-muted)}.google-reviews__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:1.25rem}.google-reviews__button{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border:1px solid color-mix(in srgb,var(--gr-text) 30%,transparent);border-radius:999px;font-size:.8125rem;font-weight:500;letter-spacing:.02em;color:var(--gr-text);text-decoration:none;transition:background-color .2s ease,border-color .2s ease}.google-reviews__button:hover,.google-reviews__button:focus-visible{background-color:var(--gr-accent);border-color:var(--gr-accent)}.google-reviews__carousel{position:relative;margin-top:clamp(2rem,6vw,3rem)}.google-reviews__viewport{overflow:hidden}.google-reviews__track{display:flex;align-items:stretch;gap:var(--gr-gap);width:max-content;margin:0;padding:0;list-style:none;touch-action:pan-y;will-change:transform}.google-reviews__slide{flex:0 0 88vw}.google-reviews__card{display:flex;flex-direction:column;gap:.75rem;height:100%;padding:1.5rem;background-color:var(--gr-card-bg);border:1px solid var(--gr-border);border-radius:var(--gr-radius)}.google-reviews__card-header{display:flex;align-items:center;gap:.75rem}.google-reviews__avatar{flex-shrink:0;width:3rem;height:3rem;border-radius:999px;object-fit:cover}.google-reviews__card-meta{display:flex;flex-direction:column;gap:.25rem}.google-reviews__name{font-size:.9375rem;font-weight:500}.google-reviews__stars{display:inline-flex;gap:.15rem;color:var(--gr-rating)}.google-reviews__star{width:.875rem;height:.875rem;opacity:.3}.google-reviews__star--filled{opacity:1}.google-reviews__text{flex:1;margin:0;font-size:.9375rem;line-height:1.6;color:var(--gr-text)}.google-reviews__card-footer{display:flex;flex-direction:column;gap:.35rem;margin-top:auto}.google-reviews__signature{font-size:.8125rem;color:var(--gr-muted)}.google-reviews__source-link{font-size:.8125rem;color:var(--gr-muted);text-decoration:underline}.google-reviews__carousel-footer{display:flex;justify-content:center;margin-top:1.25rem}.google-reviews__playpause{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border:1px solid color-mix(in srgb,var(--gr-text) 30%,transparent);border-radius:999px;background-color:transparent;color:var(--gr-text);font-size:.8125rem;cursor:pointer;transition:background-color .2s ease,border-color .2s ease}.google-reviews__playpause:hover,.google-reviews__playpause:focus-visible{background-color:var(--gr-accent);border-color:var(--gr-accent)}.google-reviews__playpause-icon{display:inline-flex}.google-reviews__playpause-icon svg{width:.875rem;height:.875rem}.google-reviews__playpause [data-gr-icon-play],.google-reviews__playpause.is-paused [data-gr-icon-pause]{display:none}.google-reviews__playpause.is-paused [data-gr-icon-play]{display:block}@media(min-width:750px){.google-reviews__slide{flex-basis:46%}}@media(min-width:990px){.google-reviews__slide{flex-basis:27%}}@media(prefers-reduced-motion:reduce){.google-reviews__viewport{overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.google-reviews__track{transform:none!important}.google-reviews__slide{scroll-snap-align:start}.google-reviews__playpause{display:none}}.site-header{width:100%;background:var(--color-cream);border-bottom:1px solid #e8dfd3}.site-header__topbar{width:100%;border-bottom:1px solid #e8dfd3}.site-header__topbar-inner{display:flex;justify-content:center;align-items:center;padding-block:.5rem;padding-inline:12px}.site-header__phone{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;color:#6b5e4f;font-size:.75rem;font-weight:500;letter-spacing:.06em;transition:color .2s ease;--icon-stroke-width: 1.25}.site-header__phone:hover,.site-header__phone:focus-visible{color:#2c2418}.site-header__phone svg{width:1rem;height:1rem}.site-header__bar{width:100%}.site-header__bar-inner{display:grid;grid-template-columns:1fr minmax(0,auto) 1fr;align-items:center;gap:1rem;min-height:4rem;padding-block:1.125rem 1.5rem;padding-inline:12px}.site-header__spacer{justify-self:start;min-width:0}.site-header__brand{justify-self:center;min-width:0;text-align:center}.site-header__logo{font-size:1.0625rem;font-weight:500;letter-spacing:.09em;text-transform:uppercase;text-decoration:none;color:#2c2418;transition:opacity .25s ease}.site-header__logo:hover,.site-header__logo:focus-visible{opacity:.72}.site-header__actions{justify-self:end;display:flex;align-items:center;flex-wrap:nowrap;gap:8px;min-width:0}.site-header__localization{margin:0;display:flex;min-width:0}.localization-switcher{display:inline-flex;align-items:center;gap:2px;padding:2px;border:1px solid #e3d9ca;border-radius:999px;background-color:#fbf8f3;min-width:0}.localization-switcher__option{display:inline-flex;align-items:center;justify-content:center;min-width:1.75rem;padding:.3rem .5rem;border:0;border-radius:999px;background-color:transparent;color:#6b5e4f;font:inherit;font-size:.6875rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;transition:background-color .2s ease,color .2s ease}.localization-switcher__option:hover{color:#2c2418}.localization-switcher__option--active{background-color:#2c2418;color:#faf7f2}.localization-switcher__option:focus-visible{outline:2px solid #e8dfd3;outline-offset:1px}.site-header__cart{position:relative;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;text-decoration:none;color:#2c2418}.site-header__cart sup{position:absolute;left:100%;top:-.25rem;font-size:.6875rem;line-height:1}.site-header__cart svg{width:1.75rem}.site-header__nav{width:100%;border-top:1px solid #e8dfd3}.site-header__nav-inner{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:1.5rem;padding-block:1.125rem;padding-inline:12px}.site-header__nav-link{position:relative;font-size:.75rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;color:#2c2418;transition:opacity .25s ease}.site-header__nav-link:after{content:"";position:absolute;left:0;bottom:-.35rem;width:100%;height:1px;background-color:currentColor;transform:scaleX(0);transform-origin:left;transition:transform .25s ease}.site-header__nav-link:hover,.site-header__nav-link:focus-visible{opacity:.72}.site-header__nav-link:hover:after,.site-header__nav-link:focus-visible:after,.site-header__nav-link--active:after{transform:scaleX(1)}@media(max-width:749px){.site-header__topbar-inner{padding-block:.45rem}.site-header__bar-inner{grid-template-columns:1fr;gap:0;min-height:auto;padding-block:0}.site-header__spacer{display:none}.site-header__brand{justify-self:stretch;width:100%;padding-block:.7rem;border-bottom:1px solid #e8dfd3}.site-header__logo{font-size:clamp(1rem,3.6vw,1.2rem);white-space:nowrap}.site-header__actions{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;justify-self:stretch;width:100%;gap:0;padding-block:.5rem}.site-header__localization{grid-column:2;justify-self:center}.site-header__cart{grid-column:3;justify-self:end}.localization-switcher{gap:4px;padding:3px}.localization-switcher__option{min-width:2rem;padding:.35rem .6rem;letter-spacing:.08em}.site-header__cart sup{left:auto;right:-.3rem;top:-.3rem}.site-header__nav-inner{padding-block:.85rem;gap:1.25rem}}@media(min-width:750px){.site-header__topbar-inner{justify-content:flex-end;padding-inline:28px}.site-header__bar-inner{min-height:4.5rem;gap:1.5rem;padding-block:1.625rem 2.125rem;padding-inline:28px}.site-header__logo{font-size:1.4rem}.site-header__nav-inner{gap:2.25rem;padding-block:1.25rem;padding-inline:28px}.site-header__actions{gap:8px}.localization-switcher{gap:4px;padding:3px}.localization-switcher__option{min-width:2.1rem;padding:.35rem .65rem;letter-spacing:.1em}}@media(min-width:1400px){.site-header__topbar-inner,.site-header__bar-inner,.site-header__nav-inner{padding-inline:32px}}.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}.hero-wilanow{position:relative;display:grid;min-height:min(var(--hero-min-height),68vh);color:var(--hero-text-color);overflow:hidden}.hero-wilanow__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero-wilanow__image,.hero-wilanow__video,.hero-wilanow__placeholder{width:100%;height:100%;object-fit:cover}.hero-wilanow__video{display:block}.hero-wilanow__mobile-image{display:none}@media(max-width:749px){.hero-wilanow{min-height:clamp(480px,75vh,680px)}.hero-wilanow__video,.hero-wilanow__image{display:none}.hero-wilanow__mobile-image{display:block;width:100%;height:100%;object-fit:cover;object-position:center center}}.hero-wilanow__placeholder{display:grid;place-items:center;background:linear-gradient(145deg,#f5f0e8,#e8dfd3)}.hero-wilanow__placeholder-svg{width:min(70%,28rem);opacity:.35}.hero-wilanow__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgb(28 24 20 / calc(var(--hero-overlay-opacity) * .55)),rgb(28 24 20 / var(--hero-overlay-opacity)))}.hero-wilanow__content{position:relative;z-index:1;display:grid;align-items:start;align-content:start;width:100%;min-height:inherit;padding:1.75rem var(--page-margin) 2rem}.hero-wilanow__inner{width:min(100%,38rem)}.hero-wilanow--align-center .hero-wilanow__content{justify-items:center;text-align:center}.hero-wilanow--align-center .hero-wilanow__inner{margin-inline:auto}.hero-wilanow--align-center .hero-wilanow__actions{justify-content:center}.hero-wilanow--align-right .hero-wilanow__content{justify-items:end;text-align:right}.hero-wilanow--align-right .hero-wilanow__inner{margin-inline-start:auto}.hero-wilanow--align-right .hero-wilanow__actions{justify-content:flex-end}.hero-wilanow__eyebrow{margin:0 0 .875rem;font-size:.6875rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--hero-eyebrow-color, #6e675f);opacity:1}.hero-wilanow__heading{margin:0;font-size:clamp(2rem,7vw,3.5rem);font-weight:400;line-height:1.08;letter-spacing:-.02em}.hero-wilanow__subheading{margin:1rem 0 0;max-width:34ch;font-size:1rem;line-height:1.65;color:color-mix(in srgb,var(--hero-text-color) 88%,transparent)}.hero-wilanow--align-center .hero-wilanow__subheading{margin-inline:auto}.hero-wilanow--align-right .hero-wilanow__subheading{margin-inline-start:auto}.hero-wilanow__actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.375rem}.hero-wilanow__button{display:inline-flex;align-items:center;justify-content:center;min-height:2.875rem;padding:.75rem 1.5rem;border:1px solid transparent;border-radius:999px;font-size:.8125rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;text-decoration:none;transition:background-color .25s ease,border-color .25s ease,color .25s ease,transform .25s ease}.hero-wilanow__button:focus-visible{outline:2px solid var(--hero-accent);outline-offset:3px}.hero-wilanow__button--primary,.hero-wilanow__button--secondary{background-color:transparent;border-color:var(--hero-accent);color:var(--hero-text-color);will-change:transform}.hero-wilanow__button--primary:hover,.hero-wilanow__button--secondary:hover,.hero-wilanow__button--primary:focus-visible,.hero-wilanow__button--secondary:focus-visible{background-color:var(--hero-accent);border-color:var(--hero-accent);color:#2c2418;transform:scale(1.04)}@media(min-width:750px){.hero-wilanow{min-height:min(var(--hero-min-height-desktop),58vh)}.hero-wilanow__content{align-content:start;padding-block:2.75rem 3rem}.hero-wilanow__inner{width:min(100%,42rem)}.hero-wilanow__eyebrow{font-size:.75rem;margin-bottom:1rem}.hero-wilanow__subheading{margin-top:1.25rem;font-size:1.0625rem}.hero-wilanow__actions{margin-top:1.5rem;gap:1rem}.hero-wilanow__button{min-height:3rem;padding-inline:1.75rem}}.order-checkout{background-color:#faf7f2;color:#2c2418;padding:2.5rem 0 4rem}.order-checkout__container{width:min(100%,var(--page-width));margin-inline:auto;padding-inline:var(--page-margin)}.order-checkout__header{margin-bottom:2rem;text-align:center}.order-checkout__title{margin:0;font-size:clamp(1.75rem,5vw,2.5rem);font-weight:400;letter-spacing:-.01em;line-height:1.15}.order-checkout__intro,.order-checkout__empty-text{margin:.875rem auto 0;max-width:46ch;font-size:.9375rem;line-height:1.65;color:#6b5e4f}.order-checkout__empty{display:flex;flex-direction:column;align-items:center;gap:1.25rem;padding:3rem 0;text-align:center}.order-checkout__layout{display:grid;gap:2rem}.order-checkout__fieldset{margin:0 0 1.75rem;padding:0;border:0}.order-checkout__legend{margin-bottom:1rem;padding:0;font-size:.8125rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#6b5e4f}.order-checkout__field-row{display:grid;gap:1rem}.order-checkout__field{display:flex;flex-direction:column;gap:.375rem;margin-bottom:1rem}.order-checkout__field-row .order-checkout__field{margin-bottom:0}.order-checkout__field-row+.order-checkout__field-row,.order-checkout__field-row+.order-checkout__field{margin-top:1rem}.order-checkout__label{font-size:.8125rem;font-weight:500;color:#2c2418}.order-checkout__input,.order-checkout__textarea{width:100%;padding:.75rem .875rem;border:1px solid #e0d5c6;border-radius:4px;background-color:#fff;color:#2c2418;font:inherit;font-size:.875rem;line-height:1.5}.order-checkout__textarea{resize:vertical;min-height:5rem}.order-checkout__input:focus-visible,.order-checkout__textarea:focus-visible{outline:2px solid #e8dfd3;outline-offset:1px;border-color:#6b5e4f}.order-checkout__form-actions{display:flex;flex-direction:column;gap:.75rem;margin-top:.5rem}.order-checkout__button{display:inline-flex;align-items:center;justify-content:center;min-height:3.25rem;padding:.875rem 1.5rem;border-radius:999px;font-size:.8125rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;text-decoration:none;cursor:pointer;transition:background-color .25s ease,border-color .25s ease,color .25s ease}.order-checkout__button--primary{border:1px solid #2c2418;background-color:#2c2418;color:#faf7f2}.order-checkout__button--primary:hover{background-color:#3d342b;border-color:#3d342b}.order-checkout__button--secondary{border:1px solid color-mix(in srgb,#2c2418 25%,transparent);background-color:transparent;color:#2c2418}.order-checkout__button--secondary:hover{background-color:#f3ece2;border-color:#2c2418}.order-checkout__button:focus-visible{outline:2px solid #e8dfd3;outline-offset:2px}.order-checkout__button--loading{opacity:.7;pointer-events:none}.order-checkout__payment-note,.order-checkout__total-note{margin:0;font-size:.75rem;line-height:1.55;color:#6b5e4f}.order-checkout__status{margin:1rem 0 0;font-size:.875rem;color:#2c2418}.order-checkout__status--success{color:#3d342b}.order-checkout__status--error{color:#8b3a3a}.order-checkout__summary-inner{padding:1.25rem;border:1px solid #e0d5c6;border-radius:4px;background-color:#ffffffb8}.order-checkout__summary-title{margin:0 0 1rem;font-size:1rem;font-weight:500}.order-checkout__items{margin:0;padding:0;list-style:none}.order-checkout__item{display:grid;grid-template-columns:4.5rem 1fr;gap:.875rem;padding:.875rem 0;border-bottom:1px solid #ebe4d9}.order-checkout__item:last-child{border-bottom:0}.order-checkout__item-media{display:block;overflow:hidden;border-radius:4px;background-color:#f3ece2}.order-checkout__item-image,.order-checkout__item-placeholder{width:100%;aspect-ratio:4 / 5;object-fit:cover}.order-checkout__item-placeholder{display:grid;place-items:center}.order-checkout__item-placeholder-svg{width:70%;opacity:.35}.order-checkout__item-title{color:inherit;font-size:.875rem;font-weight:500;line-height:1.35;text-decoration:none}.order-checkout__item-title:hover{color:#6b5e4f}.order-checkout__item-variant,.order-checkout__item-meta{margin:.125rem 0 0;font-size:.75rem;color:#6b5e4f}.order-checkout__totals{margin-top:1rem;padding-top:1rem;border-top:1px solid #e0d5c6}.order-checkout__total-row{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;font-size:.9375rem;font-weight:500}.order-checkout__total-note{margin-top:.5rem}@media(min-width:990px){.order-checkout{padding-block:3.5rem 5rem}.order-checkout__layout{grid-template-columns:minmax(0,1.15fr) minmax(18rem,.85fr);align-items:start;gap:2.5rem}.order-checkout__field-row{grid-template-columns:repeat(2,minmax(0,1fr))}.order-checkout__summary{position:sticky;top:1.5rem}}.product-main{background-color:#faf7f2;color:#2c2418;padding-block:1.5rem 4rem}.product-main__container{width:min(100%,var(--page-width));margin-inline:auto;padding-inline:var(--page-margin)}.product-main__back{display:inline-flex;align-items:center;margin-bottom:1.5rem;font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;text-decoration:none;color:#6b5e4f;transition:color .2s ease}.product-main__back:before{content:"\2190";margin-right:.5rem}.product-main__back:hover{color:#2c2418}.product-main__layout{display:grid;gap:2rem;align-items:start}.product-main__gallery{display:flex;flex-direction:column;gap:.75rem;min-width:0}.product-main__main-media{overflow:hidden;border:1px solid #e0d5c6;border-radius:6px;background-color:#f3ece2;min-width:0}.product-main__main-image{display:block;width:100%;height:auto;aspect-ratio:4 / 5;object-fit:cover}.product-main__placeholder{display:grid;place-items:center;aspect-ratio:4 / 5;background:linear-gradient(160deg,#f7f2ea,#ebe4d9)}.product-main__placeholder-svg{width:min(45%,8rem);opacity:.3}.product-main__thumbs{display:flex;flex-direction:row;gap:.5rem;margin:0;padding:.125rem .125rem .375rem;list-style:none;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.product-main__thumbs>li{flex:0 0 auto}.product-main__thumb{display:block;width:4.5rem;padding:0;overflow:hidden;border:1px solid #e0d5c6;border-radius:4px;background-color:#f3ece2;cursor:pointer;transition:border-color .2s ease}.product-main__thumb:hover,.product-main__thumb:focus-visible{border-color:#6b5e4f;outline:none}.product-main__thumb.is-active{border-color:#2c2418}.product-main__thumb-image{display:block;width:100%;aspect-ratio:4 / 5;object-fit:cover}.product-main__card{display:flex;flex-direction:column;gap:1.25rem;padding:1.5rem;border:1px solid #e0d5c6;border-radius:6px;background-color:#fff9}.product-main__title{margin:0;font-size:clamp(1.5rem,3vw,2rem);font-weight:400;line-height:1.2;letter-spacing:-.01em}.product-main__price{display:flex;align-items:baseline;flex-wrap:wrap;gap:.625rem}.product-main__price-current{font-size:1.25rem;font-weight:500}.product-main__price-compare{font-size:1rem;color:#6b5e4f}.product-main__options{display:flex;flex-direction:column;gap:1rem}.product-main__option{margin:0;padding:0;border:0}.product-main__option-label{padding:0;margin-bottom:.5rem;font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#6b5e4f}.product-main__swatches{display:flex;flex-wrap:wrap;gap:.5rem}.product-main__swatch{position:relative;cursor:pointer}.product-main__swatch input{position:absolute;opacity:0;top:0;right:0;bottom:0;left:0;cursor:pointer}.product-main__swatch-label{display:inline-flex;align-items:center;justify-content:center;min-height:2.5rem;padding:.5rem 1rem;border:1px solid #e0d5c6;border-radius:999px;background-color:#fff;font-size:.8125rem;transition:border-color .2s ease,background-color .2s ease}.product-main__swatch input:checked+.product-main__swatch-label{border-color:#2c2418;background-color:#f3ece2}.product-main__swatch input:focus-visible+.product-main__swatch-label{outline:2px solid #e8dfd3;outline-offset:2px}.product-main__mono-grid{display:flex;flex-wrap:wrap;gap:.5rem}.product-main__mono-button{display:inline-flex;align-items:center;justify-content:center;min-width:2.75rem;min-height:2.75rem;padding:.5rem .875rem;border:1px solid #e0d5c6;border-radius:4px;background-color:#fff;color:#2c2418;font-size:.8125rem;font-weight:500;cursor:pointer;transition:border-color .2s ease,background-color .2s ease,opacity .2s ease}.product-main__mono-button:hover:not(:disabled){border-color:#6b5e4f}.product-main__mono-button.is-selected{border-color:#2c2418;background-color:#f3ece2}.product-main__mono-button:focus-visible{outline:2px solid #e8dfd3;outline-offset:2px}.product-main__mono-button:disabled,.product-main__mono-button.is-unavailable{opacity:.4;cursor:not-allowed;text-decoration:line-through}.product-main__purchase{display:flex;flex-wrap:wrap;align-items:flex-end;gap:1rem}.product-main__quantity{display:flex;flex-direction:column;gap:.375rem}.product-main__quantity-label{font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#6b5e4f}.product-main__quantity-control{display:inline-flex;align-items:center;border:1px solid #e0d5c6;border-radius:999px;background-color:#fff}.product-main__quantity-button{display:inline-flex;align-items:center;justify-content:center;width:2.75rem;height:3rem;padding:0;border:0;background:transparent;color:#2c2418;font-size:1.125rem;line-height:1;cursor:pointer}.product-main__quantity-button:hover{color:#6b5e4f}.product-main__quantity-input{width:3rem;height:3rem;padding:0;border:0;background:transparent;color:#2c2418;font:inherit;font-size:.9375rem;text-align:center;-moz-appearance:textfield}.product-main__quantity-input::-webkit-outer-spin-button,.product-main__quantity-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.product-main__quantity-input:focus-visible{outline:none}.product-main__add{display:inline-flex;flex:1;align-items:center;justify-content:center;min-width:12rem;min-height:3.25rem;padding:.875rem 1.75rem;border:1px solid #2c2418;border-radius:999px;background-color:#2c2418;color:#faf7f2;font-size:.8125rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;cursor:pointer;transition:background-color .25s ease,border-color .25s ease,opacity .25s ease}.product-main__add:hover:not(:disabled){background-color:#3d342b;border-color:#3d342b}.product-main__add:focus-visible{outline:2px solid #e8dfd3;outline-offset:2px}.product-main__add:disabled{opacity:.5;cursor:not-allowed}.product-main__add.is-loading{opacity:.7;pointer-events:none}.product-main__delivery-note{margin:0;padding:.875rem 1rem;border:1px dashed #e0d5c6;border-radius:4px;font-size:.8125rem;line-height:1.5;color:#6b5e4f}.product-main__description{padding-top:1.25rem;border-top:1px solid #ebe4d9}.product-main__description-heading{margin:0 0 .75rem;font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#6b5e4f}.product-main__description-body{font-size:.9375rem;line-height:1.7;color:#2c2418}.product-main__description-body>*+*{margin-top:.75rem}@media(min-width:990px){.product-main{padding-block:2.5rem 5rem}.product-main__layout{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:3rem}.product-main__info-column{position:sticky;top:2rem}.product-main__gallery{flex-direction:row;align-items:flex-start}.product-main__main-media{order:1;flex:1 1 auto}.product-main__thumbs{order:2;flex:0 0 auto;flex-direction:column;width:5rem;max-height:34rem;padding:.125rem;overflow-x:visible;overflow-y:auto}.product-main__thumb{width:100%}}@media(max-width:480px){.product-main__purchase{flex-direction:column;align-items:stretch}.product-main__quantity-control{justify-content:space-between}.product-main__add{width:100%}}.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}.store-location{background-color:var(--sl-bg);color:var(--sl-text);padding-top:var(--sl-padding-top);padding-bottom:var(--sl-padding-bottom)}.store-location__container{width:calc(100% - 32px);max-width:var(--page-width, 1560px);margin-inline:auto}.store-location__header{margin-bottom:clamp(1.75rem,5vw,3rem);text-align:center}.store-location__title{margin:0;font-size:clamp(1.5rem,4.5vw,2.25rem);font-weight:400;letter-spacing:-.01em;line-height:1.15}.store-location__subheading{margin:.75rem auto 0;max-width:60ch;font-size:.9375rem;line-height:1.6;color:var(--sl-muted)}.store-location__grid{display:grid;grid-template-columns:1fr;gap:var(--sl-gap);align-items:stretch}.store-location__map{width:100%;max-width:100%;overflow:hidden;border-radius:var(--sl-radius)}.store-location__map iframe{display:block;width:100%;height:var(--sl-map-height);border:0}.store-location__card{display:flex;flex-direction:column;align-items:flex-start;gap:1.1rem;padding:1.5rem 1.75rem;background-color:var(--sl-card-bg);border:1px solid var(--sl-border);border-radius:var(--sl-radius)}.store-location__row{display:flex;flex-direction:column;gap:.3rem;width:100%}.store-location__label{font-size:.6875rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--sl-muted)}.store-location__value{margin:0;font-size:.9375rem;line-height:1.55;color:var(--sl-text)}.store-location__phone-link{color:var(--sl-text);text-decoration:underline}.store-location__route-button{display:inline-flex;align-items:center;justify-content:center;width:fit-content;padding:12px 20px;border:none;border-radius:999px;font-size:14px;font-weight:500;letter-spacing:.02em;color:#fff;background-color:#2c2418;text-decoration:none;transition:background-color .2s ease}.store-location__route-button:hover{background-color:color-mix(in srgb,#2C2418 85%,#FFFFFF)}.store-location__route-button:focus-visible{outline:2px solid #E8DFD3;outline-offset:2px}@media(min-width:990px){.store-location__grid{grid-template-columns:1fr 1fr}.store-location__grid--single{grid-template-columns:1fr}}.top-products-carousel{background-color:var(--carousel-bg);color:var(--carousel-text);padding-block:clamp(3rem,9vw,4.5rem)}.top-products-carousel__container{width:calc(100% - 32px);max-width:1560px;margin-inline:auto}.top-products-carousel__header{margin-bottom:clamp(2.5rem,6vw,4rem);text-align:center}.top-products-carousel__title{margin:0;font-size:clamp(1.5rem,4.5vw,2.25rem);font-weight:400;letter-spacing:-.01em;line-height:1.15}.top-products-carousel__intro{margin:.875rem auto 0;max-width:42ch;font-size:.9375rem;line-height:1.65;color:var(--carousel-muted)}.top-products-carousel__stage{position:relative}.top-products-carousel__viewport{overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scroll-padding-inline:0;-webkit-overflow-scrolling:touch;scrollbar-width:none}.top-products-carousel__viewport::-webkit-scrollbar{display:none}.top-products-carousel__track{display:flex;align-items:flex-start;gap:var(--carousel-gap);width:max-content;min-width:100%;padding:.75rem 0;margin:0;list-style:none}.top-products-carousel__slide{flex:0 0 min(80vw,20rem);scroll-snap-align:start}.top-products-carousel__slide .product-card-premium{height:auto;background:transparent;border:0;border-radius:0;box-shadow:none}.top-products-carousel__slide .product-card-premium:hover,.top-products-carousel__slide .product-card-premium:focus-within{transform:none;box-shadow:none;border-color:transparent}.top-products-carousel__slide .product-card-premium__media{aspect-ratio:4 / 5;border-radius:var(--carousel-radius)}.top-products-carousel__slide .product-card-premium__details{flex:0 0 auto;gap:.35rem;padding:1.25rem 0 0;text-align:left}.top-products-carousel__slide .product-card-premium__title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:2.6em;overflow:hidden;font-size:1.0625rem;font-weight:500;line-height:1.3}.top-products-carousel__slide .product-card-premium__price{font-size:.8125rem;color:var(--carousel-muted)}.top-products-carousel__slide .product-card-premium__actions{justify-content:flex-start;margin-top:0;padding-top:.75rem}.top-products-carousel__slide .product-card-premium__add{width:auto;min-height:0;padding:.6rem 1.25rem;border:1px solid color-mix(in srgb,var(--carousel-text) 38%,transparent);border-radius:999px;background-color:transparent;color:var(--carousel-text)}.top-products-carousel__slide .product-card-premium__add:hover:not(:disabled){background-color:var(--carousel-accent);border-color:var(--carousel-accent);color:var(--carousel-text)}.top-products-carousel__card--placeholder{background:transparent;border:0;border-radius:0;overflow:visible}.top-products-carousel__card--placeholder .top-products-carousel__media{border-radius:var(--carousel-radius)}.top-products-carousel__card--placeholder .top-products-carousel__details{padding:1.25rem 0 0}.top-products-carousel__card--placeholder{display:flex;flex-direction:column;height:100%;background-color:#ffffff8c;border:1px solid var(--carousel-border);border-radius:var(--carousel-radius);overflow:hidden}.top-products-carousel__card--placeholder .top-products-carousel__media{aspect-ratio:4 / 5;overflow:hidden;background-color:#f3ece2}.top-products-carousel__card--placeholder .top-products-carousel__placeholder{display:grid;place-items:center;width:100%;height:100%;background:linear-gradient(160deg,#f7f2ea,#ebe4d9)}.top-products-carousel__card--placeholder .top-products-carousel__placeholder-svg{width:min(50%,7rem);opacity:.3}.top-products-carousel__card--placeholder .top-products-carousel__details{display:flex;flex:1;flex-direction:column;gap:.375rem;padding:1rem 1rem 1.125rem}.top-products-carousel__card--placeholder .top-products-carousel__product-title{margin:0;font-size:.9375rem;font-weight:500}.top-products-carousel__card--placeholder .top-products-carousel__price{margin:0;font-size:.875rem;color:var(--carousel-muted)}.top-products-carousel__footer{display:grid;grid-template-columns:1fr auto;align-items:end;gap:.75rem 1rem;margin-top:.5rem}.top-products-carousel__progress{position:relative;height:2px;background-color:color-mix(in srgb,var(--carousel-border) 85%,transparent);border-radius:999px;overflow:hidden}.top-products-carousel__progress-thumb{position:absolute;top:0;left:0;height:100%;min-width:2.5rem;background-color:var(--carousel-text);border-radius:inherit;transition:left .25s ease,width .25s ease}.top-products-carousel__nav{display:flex;gap:.5rem;justify-self:end}.top-products-carousel__nav-button{display:inline-flex;align-items:center;justify-content:center;width:3rem;height:3rem;padding:0;border:1px solid color-mix(in srgb,var(--carousel-text) 30%,transparent);border-radius:999px;background-color:transparent;color:var(--carousel-text);cursor:pointer;transition:background-color .25s ease,border-color .25s ease,opacity .25s ease}.top-products-carousel__nav-button:hover:not(:disabled){background-color:var(--carousel-accent);border-color:var(--carousel-text)}.top-products-carousel__nav-button svg{width:1.25rem;height:1.25rem}.top-products-carousel__nav-button:focus-visible{outline:2px solid var(--carousel-accent);outline-offset:2px}.top-products-carousel__nav-button:disabled{opacity:.35;cursor:not-allowed}.top-products-carousel__nav-icon{font-size:1rem;line-height:1}@media(min-width:750px){.top-products-carousel{padding-block:clamp(4rem,7vw,6rem)}.top-products-carousel__header{margin-bottom:clamp(3rem,5vw,4.5rem)}.top-products-carousel__slide{flex-basis:min(40vw,18rem)}.top-products-carousel__details{padding:1.25rem 0 0}.top-products-carousel__nav-button{width:3.5rem;height:3.5rem}}@media(min-width:990px){.top-products-carousel__slide{flex-basis:min(26vw,18rem)}}@media(prefers-reduced-motion:no-preference){.top-products-carousel__viewport{scroll-behavior:smooth}}@media(prefers-reduced-motion:reduce){.top-products-carousel__viewport{scroll-behavior:auto}.top-products-carousel__progress-thumb{transition:none}}.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}.product-card-premium{display:flex;flex-direction:column;height:100%;background-color:#ffffff8c;border:1px solid #e0d5c6;border-radius:4px;overflow:hidden;box-shadow:0 2px 10px #2c241c0d;transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease}.product-card-premium:hover,.product-card-premium:focus-within{transform:translateY(-6px);box-shadow:0 16px 32px #2c241c1f;border-color:color-mix(in srgb,#e0d5c6 70%,#6b5e4f)}.product-card-premium__media-link{display:block;color:inherit;text-decoration:none}.product-card-premium__media{aspect-ratio:4 / 5;overflow:hidden;background-color:#f3ece2}.product-card-premium__image,.product-card-premium__placeholder{width:100%;height:100%;object-fit:cover;transition:transform .28s ease}.product-card-premium__placeholder{display:grid;place-items:center;background:linear-gradient(160deg,#f7f2ea,#ebe4d9)}.product-card-premium__placeholder-svg{width:min(50%,7rem);opacity:.3}.product-card-premium:hover .product-card-premium__image,.product-card-premium:focus-within .product-card-premium__image{transform:scale(1.05)}.product-card-premium__details{display:flex;flex:1;flex-direction:column;gap:.375rem;padding:1rem 1rem 1.125rem}.product-card-premium__title{margin:0;font-size:.9375rem;font-weight:500;line-height:1.35}.product-card-premium__title a{color:inherit;text-decoration:none}.product-card-premium__title a:hover,.product-card-premium__title a:focus-visible{color:#6b5e4f}.product-card-premium__price{margin:0;font-size:.875rem;line-height:1.4;color:#6b5e4f}.product-card-premium__actions{display:flex;margin-top:auto;padding-top:.75rem}.product-card-premium__add{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:2.625rem;padding:.625rem 1rem;border:1px solid #e8dfd3;border-radius:999px;background-color:#e8dfd3;color:#2c2418;font-size:.6875rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;transition:background-color .28s ease,border-color .28s ease,opacity .28s ease}.product-card-premium__add:hover:not(:disabled){background-color:color-mix(in srgb,#e8dfd3 88%,#ffffff);border-color:color-mix(in srgb,#e8dfd3 88%,#ffffff)}.product-card-premium__add:focus-visible{outline:2px solid #2c2418;outline-offset:2px}.product-card-premium__add:disabled{opacity:.5;cursor:not-allowed}.product-card-premium__add--loading{opacity:.7;pointer-events:none}@media(min-width:750px){.product-card-premium__details{padding:1.125rem 1.125rem 1.25rem}}@media(prefers-reduced-motion:reduce){.product-card-premium,.product-card-premium__image{transition:none}.product-card-premium:hover,.product-card-premium:focus-within{transform:none}.product-card-premium:hover .product-card-premium__image,.product-card-premium:focus-within .product-card-premium__image{transform:none}}
/*# sourceMappingURL=/cdn/shop/t/3/compiled_assets/styles.css.map */
