.error-404{min-height:60vh;display:flex;align-items:center;justify-content:center;padding:4rem 1rem}.error-404__container{max-width:500px;width:100%}.error-404__content{text-align:center}.error-404__icon{width:120px;height:120px;margin:0 auto 2rem;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#fef2f2,#fee2e2);border-radius:50%;color:#f87171}.error-404__title{font-size:6rem;font-family:var(--font-serif, "Playfair Display", serif);font-weight:var(--font-weight-bold, 700);line-height:1;margin:0;background:linear-gradient(135deg,var(--color-gray-800, #1f2937) 0%,var(--color-gray-400, #9ca3af) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.error-404__subtitle{font-size:var(--text-xl, 1.25rem);font-family:var(--font-serif, "Playfair Display", serif);font-weight:var(--font-weight-medium, 500);margin:.5rem 0 1rem}.error-404__message{color:var(--color-gray-500, #6b7280);font-size:var(--text-base, 1rem);margin:0 0 2rem;line-height:var(--line-height-relaxed, 1.625)}.error-404__actions{display:flex;flex-direction:column;gap:.75rem;margin-bottom:3rem}@media(min-width:480px){.error-404__actions{flex-direction:row;justify-content:center}}.error-404__button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.75rem;text-decoration:none;border-radius:2rem;font-size:var(--text-sm, .875rem);font-weight:500;transition:transform .2s ease,box-shadow .2s ease}.error-404__button--primary{background:var(--color-foreground, #000);color:#fff;box-shadow:0 4px 14px #00000026}.error-404__button--primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0003}.error-404__button--secondary{background:transparent;color:var(--color-foreground, #000);border:1px solid var(--color-gray-300, #d1d5db)}.error-404__button--secondary:hover{background:var(--color-gray-50, #f9fafb)}.error-404__search{padding-top:2rem;border-top:1px solid var(--color-gray-200, #e5e7eb)}.error-404__search-text{font-size:var(--text-sm, .875rem);color:var(--color-gray-500, #6b7280);margin:0 0 1rem}.error-404__search-form{display:flex;align-items:center;background:var(--color-gray-100, #f3f4f6);border-radius:2rem;overflow:hidden}.error-404__search-input{flex:1;border:none;padding:.875rem 1.25rem;font-size:var(--text-base, 1rem);background:transparent;outline:none}.error-404__search-input::placeholder{color:var(--color-gray-400, #9ca3af)}.error-404__search-button{flex-shrink:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:var(--color-foreground, #000);color:#fff;border:none;border-radius:50%;margin-right:.25rem;cursor:pointer;transition:opacity .2s ease}.error-404__search-button:hover{opacity:.9}.about-story{background-color:var(--about-bg);color:var(--about-text);padding:5rem 1.5rem}.about-story__container{max-width:1200px;margin:0 auto}.about-story__eyebrow{font-family:var(--font-primary--family, "Inter", sans-serif);font-size:.875rem;font-weight:500;text-transform:uppercase;letter-spacing:.15em;color:var(--about-accent);margin-bottom:1rem;text-align:center}.about-story__heading{font-family:var(--font-heading--family, "Playfair Display", serif);font-size:clamp(2rem,4vw,3rem);font-weight:400;text-align:center;margin-bottom:3rem;color:var(--about-text)}.about-story__content{display:grid;grid-template-columns:1fr;gap:3rem;margin-bottom:4rem}@media(min-width:768px){.about-story__content{grid-template-columns:1fr 1fr;align-items:center}}.about-story__text{font-family:var(--font-primary--family, "Inter", sans-serif);font-size:1.0625rem;line-height:1.8;color:var(--about-text)}.about-story__text p{margin-bottom:1.5rem}.about-story__text p:last-child{margin-bottom:0}.about-story__image{position:relative;overflow:hidden;border-radius:.5rem}.about-story__img{width:100%;height:auto;display:block}.about-story__values{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;padding-top:3rem;border-top:1px solid rgba(0,0,0,.1)}.about-story__value{text-align:center;padding:1.5rem}.about-story__value-icon{font-size:2rem;margin-bottom:1rem}.about-story__value-title{font-family:var(--font-heading--family, "Playfair Display", serif);font-size:1.25rem;font-weight:500;margin-bottom:.75rem;color:var(--about-text)}.about-story__value-desc{font-family:var(--font-primary--family, "Inter", sans-serif);font-size:.9375rem;line-height:1.6;color:var(--about-text);opacity:.8}.cart-section{padding-top:calc(var(--padding-top) * .75);padding-bottom:calc(var(--padding-bottom) * .75)}@media(min-width:750px){.cart-section{padding-top:var(--padding-top);padding-bottom:var(--padding-bottom)}}.cart-page{padding:2rem 1rem;max-width:var(--page-width, 1400px);margin:0 auto}@media(min-width:768px){.cart-page{padding:3rem 2rem}}.cart-free-shipping{background:var(--color-gray-100, #f3f4f6);padding:1rem 1.5rem 2rem;border-radius:var(--radius-lg, 8px);margin-bottom:2rem}.cart-free-shipping__message{font-size:var(--text-sm);margin:0 0 .75rem;text-align:center;font-weight:var(--font-weight-medium)}.cart-free-shipping__message--success{color:#16a34a;font-weight:var(--font-weight-medium);margin-bottom:.5rem}.cart-free-shipping__bar{height:8px;background:var(--color-border, #e5e7eb);border-radius:4px;overflow:visible;position:relative}.cart-free-shipping__bar--complete{margin-top:.5rem}.cart-free-shipping__progress{height:100%;background:var(--color-primary, #000);border-radius:4px;transition:width .3s ease}.cart-free-shipping__bar--complete .cart-free-shipping__progress{background:#16a34a}.cart-free-shipping__amount,.cart-free-shipping__threshold{position:absolute;top:calc(100% + .5rem);font-size:var(--text-xs, .75rem);color:var(--color-muted, #6b7280)}.cart-free-shipping__amount{left:0}.cart-free-shipping__threshold{right:0}.cart-summary__note-field{margin-bottom:1.5rem}.cart-summary__note-label{display:block;font-size:var(--text-sm);font-weight:var(--font-weight-medium);margin-bottom:.5rem}.cart-summary__note-input{width:100%;min-height:80px;padding:.75rem;border:1px solid var(--color-border);border-radius:var(--radius);font-size:var(--text-sm);font-family:inherit;resize:vertical;background:#fff}.cart-summary__note-input:focus{outline:none;border-color:var(--color-primary)}.cart-summary__dynamic-checkout{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--color-border)}.cart-summary__dynamic-checkout-or{text-align:center;font-size:var(--text-sm);color:var(--color-muted);margin:0 0 .75rem;text-transform:lowercase}.additional-checkout-buttons--vertical{display:flex;flex-direction:column;gap:.5rem}.additional-checkout-buttons--vertical>*{width:100%}shopify-accelerated-checkout-cart{--shopify-accelerated-checkout-button-block-size: 48px;--shopify-accelerated-checkout-button-border-radius: var(--radius, 4px);--shopify-accelerated-checkout-row-gap: .5rem}.cart-item--updating{opacity:.5;pointer-events:none;position:relative}.cart-item--updating:after{content:"";position:absolute;top:50%;left:50%;width:20px;height:20px;margin:-10px 0 0 -10px;border:2px solid var(--color-border);border-top-color:var(--color-primary);border-radius:50%;animation:cart-spinner .6s linear infinite}@keyframes cart-spinner{to{transform:rotate(360deg)}}.cart-page__branding{text-align:center;padding-bottom:2rem;margin-bottom:2rem;border-bottom:1px solid var(--color-border, #e5e7eb)}.cart-page__logo-link{display:inline-block;text-decoration:none;color:inherit}.cart-page__logo{height:3rem;width:auto}@media(min-width:768px){.cart-page__logo{height:4rem}}.cart-page__logo-text{font-size:var(--text-2xl, 1.5rem);font-family:var(--font-serif, "Playfair Display", serif);font-weight:var(--font-weight-medium, 500);letter-spacing:-.025em}.cart-page__header{display:flex;align-items:baseline;gap:1rem;margin-bottom:2rem}.cart-page__title{font-family:var(--font-serif);font-size:var(--text-3xl);font-weight:var(--font-weight-medium);margin:0}.cart-page__count{color:var(--color-muted);font-size:var(--text-sm)}.cart-page__content{display:grid;gap:2rem}@media(min-width:1024px){.cart-page__content{grid-template-columns:1fr 380px;gap:3rem}}.cart-items{display:flex;flex-direction:column;gap:1.5rem}.cart-item{display:grid;grid-template-columns:100px 1fr;gap:1rem;padding-bottom:1.5rem;border-bottom:1px solid var(--color-border)}@media(min-width:768px){.cart-item{grid-template-columns:120px 1fr auto auto auto;align-items:start;gap:1.5rem}}.cart-item__image{grid-row:span 2}@media(min-width:768px){.cart-item__image{grid-row:auto}}.cart-item__img,.cart-item__placeholder{width:100%;height:auto;border-radius:var(--radius-md);background:var(--color-gray-100)}.cart-item__details{display:flex;flex-direction:column;gap:.25rem}.cart-item__title{font-weight:var(--font-weight-medium);color:inherit;text-decoration:none}.cart-item__title:hover{text-decoration:underline}.cart-item__variant,.cart-item__selling-plan{font-size:var(--text-sm);color:var(--color-muted)}.cart-item__price{font-size:var(--text-sm);margin-top:.25rem}.cart-item__price-sale{color:#dc2626;font-weight:var(--font-weight-medium)}.cart-item__price-compare{text-decoration:line-through;color:var(--color-muted);margin-left:.5rem}.cart-item__quantity{grid-column:2}@media(min-width:768px){.cart-item__quantity{grid-column:auto}}.cart-item__total{display:none;font-weight:var(--font-weight-medium)}@media(min-width:768px){.cart-item__total{display:block}}.cart-item__actions{display:none}@media(min-width:768px){.cart-item__actions{display:block}}.cart-item__remove{color:var(--color-muted);font-size:var(--text-sm);text-decoration:underline;transition:color var(--transition-fast)}.cart-item__remove:hover{color:var(--color-foreground)}.cart-item__remove--mobile{margin-top:.5rem}@media(min-width:768px){.cart-item__remove--mobile{display:none}}.cart-item__remove--desktop{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:var(--radius);text-decoration:none}.cart-item__remove--desktop:hover{background:var(--color-gray-100)}.cart-item__error{color:#dc2626;font-size:var(--text-xs);margin-top:.25rem}.quantity-selector{display:inline-flex;align-items:center;border:1px solid var(--color-border);border-radius:var(--radius)}.quantity-selector__btn{width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;font-size:var(--text-lg);color:var(--color-foreground);transition:background var(--transition-fast)}.quantity-selector__btn:hover{background:var(--color-gray-100)}.quantity-selector__input{width:3rem;height:2.5rem;text-align:center;border:none;border-left:1px solid var(--color-border);border-right:1px solid var(--color-border);font-size:var(--text-base);-moz-appearance:textfield}.quantity-selector__input::-webkit-inner-spin-button,.quantity-selector__input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.cart-summary{background:var(--color-gray-100);padding:1.5rem;border-radius:var(--radius-lg);height:fit-content}@media(min-width:1024px){.cart-summary{position:sticky;top:2rem}}.cart-summary__totals{margin-bottom:1.5rem}.cart-summary__discounts{margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid var(--color-border)}.cart-summary__discount{display:flex;justify-content:space-between;color:#16a34a;font-size:var(--text-sm)}.cart-summary__subtotal{display:flex;justify-content:space-between;font-size:var(--text-lg);font-weight:var(--font-weight-medium)}.cart-summary__note{font-size:var(--text-xs);color:var(--color-muted);margin-top:.5rem}.cart-summary__actions{display:flex;flex-direction:column;gap:.75rem}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.875rem 1.5rem;font-size:var(--text-base);font-weight:var(--font-weight-medium);text-decoration:none;border:none;border-radius:var(--radius);cursor:pointer;transition:all var(--transition-fast)}.btn--primary{background:var(--color-primary);color:#fff}.btn--primary:hover{opacity:.9}.btn--secondary{background:transparent;border:1px solid var(--color-border);color:var(--color-foreground)}.btn--secondary:hover{background:var(--color-gray-100)}.cart-page__empty{padding:2rem 1rem 4rem}.cart-empty{text-align:center;padding:4rem 1rem;max-width:400px;margin:0 auto}.cart-empty__icon{width:100px;height:100px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f3f4f6,#e5e7eb);border-radius:50%;color:var(--color-gray-400, #9ca3af)}.cart-empty__title{font-size:var(--text-2xl, 1.5rem);font-family:var(--font-serif, "Playfair Display", serif);font-weight:var(--font-weight-medium, 500);margin:0 0 .75rem}.cart-empty__message{color:var(--color-gray-500, #6b7280);font-size:var(--text-base, 1rem);margin:0 0 2rem;line-height:var(--line-height-relaxed, 1.625)}.cart-empty__button{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 2rem;background:var(--color-foreground, #000);color:#fff;text-decoration:none;border-radius:2rem;font-size:var(--text-sm, .875rem);font-weight:500;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 4px 14px #00000026}.cart-empty__button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0003}.category-showcase{position:relative;padding:4rem 1rem}@media(min-width:640px){.category-showcase{padding:4rem 1.5rem}}@media(min-width:1024px){.category-showcase{padding:6rem 2rem}}.category-showcase__pattern{transition:opacity .7s ease;overflow:hidden}.category-showcase:hover .category-showcase__pattern{opacity:1.1}.category-showcase__container{position:relative;max-width:1600px;margin:0 auto;z-index:10}.category-showcase__header{text-align:center;margin-bottom:3rem}.category-showcase__heading{font-size:var(--text-4xl, 2.25rem);font-family:var(--font-serif, "Playfair Display", serif);font-weight:var(--font-weight-medium, 500);line-height:var(--line-height-snug, 1.25);margin:0 0 1rem}.category-showcase__subheading{font-family:var(--font-sans, "Inter", sans-serif);color:var(--color-gray-600, #4b5563);margin:0;font-size:var(--text-base, 1rem);line-height:var(--line-height-normal, 1.5)}.category-showcase__wrapper{position:relative}.category-showcase__track{display:flex;gap:1rem;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;padding:.5rem 2.5rem}.category-showcase__track::-webkit-scrollbar{display:none}@media(min-width:480px){.category-showcase__track{gap:1.5rem;padding:.5rem 0}}@media(min-width:768px){.category-showcase__track{gap:2rem}}.category-card{position:relative;overflow:hidden;border-radius:.5rem;aspect-ratio:4/3;display:block;text-decoration:none;flex:0 0 calc(100vw - 4rem);min-width:calc(100vw - 4rem);max-width:100%;scroll-snap-align:center}@media(max-width:374px){.category-card{flex:0 0 calc(100vw - 3rem);min-width:calc(100vw - 3rem)}}@media(min-width:480px){.category-card{flex:0 0 420px;min-width:400px;scroll-snap-align:start}}@media(min-width:640px){.category-card{flex:0 0 580px;min-width:540px}}@media(min-width:1024px){.category-card{flex:0 0 700px;min-width:660px}}@media(min-width:1280px){.category-card{flex:0 0 800px;min-width:760px}}.category-card__image{width:100%;height:100%;object-fit:cover;object-position:center center;transition:transform .7s ease}.category-card:hover .category-card__image{transform:scale(1.05)}.category-card__pattern-overlay{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .5s ease;pointer-events:none;z-index:10}.category-card:hover .category-card__pattern-overlay{opacity:1}.category-card__placeholder{width:100%;height:100%;background:#f3f4f6}.category-card__gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.6),transparent);z-index:15}.category-card__content{position:absolute;bottom:0;left:0;right:0;padding:2rem;z-index:20}.category-card__title{color:#fff;font-size:var(--text-2xl, 1.5rem);font-family:var(--font-serif);font-weight:var(--font-weight-normal, 400);line-height:var(--line-height-snug, 1.25);margin:0 0 .5rem}@media(min-width:640px){.category-card__title{font-size:var(--text-3xl, 1.875rem)}}.category-card__description{display:none;color:#ffffffe6;font-size:var(--text-sm, .875rem);line-height:var(--line-height-normal, 1.5);margin:0 0 .75rem}.category-card__description--show-mobile{display:block}@media(min-width:768px){.category-card__description{display:none}.category-card__description--show-desktop{display:block}.category-card__description--show-mobile:not(.category-card__description--show-desktop){display:none}}.category-card__link{color:#fff;text-decoration:underline;font-size:var(--text-sm, .875rem)}.category-showcase__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:20;width:2rem;height:2rem;border:2px solid #000;border-radius:50%;background:repeating-linear-gradient(45deg,#fff,#fff 3px,#000 3px 6px);box-shadow:0 2px 8px #00000040;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease}.category-showcase__arrow svg{position:relative;z-index:1;width:16px;height:16px;filter:drop-shadow(0 1px 1px rgba(255,255,255,.9))}@media(min-width:480px){.category-showcase__arrow{width:2.5rem;height:2.5rem}.category-showcase__arrow svg{width:20px;height:20px}}@media(min-width:768px){.category-showcase__arrow{width:2.75rem;height:2.75rem}}@media(min-width:1024px){.category-showcase__arrow{width:3rem;height:3rem}}.category-showcase__arrow:hover{transform:translateY(-50%) scale(1.1);box-shadow:0 4px 12px #0000004d;background:repeating-linear-gradient(-45deg,#fff,#fff 3px,#000 3px 6px)}.category-showcase__arrow:disabled{opacity:.3;cursor:not-allowed;pointer-events:none}.category-showcase__arrow:disabled:hover{transform:translateY(-50%);box-shadow:0 2px 8px #00000026}.category-showcase__arrow--prev{left:.25rem}.category-showcase__arrow--next{right:.25rem}@media(min-width:480px){.category-showcase__arrow--prev{left:.5rem}.category-showcase__arrow--next{right:.5rem}}@media(min-width:768px){.category-showcase__arrow--prev{left:1rem}.category-showcase__arrow--next{right:1rem}}@media(min-width:1024px){.category-showcase__arrow--prev{left:1.5rem}.category-showcase__arrow--next{right:1.5rem}}.category-showcase__dots{display:flex;justify-content:center;gap:.5rem;margin-top:1.5rem}@media(min-width:768px){.category-showcase__dots{display:none}}.category-showcase__dot{width:.625rem;height:.625rem;border-radius:50%;border:2px solid #000;background:#fff;cursor:pointer;padding:0;transition:transform .2s ease,background .2s ease}.category-showcase__dot:hover{transform:scale(1.2)}.category-showcase__dot--active{background:repeating-linear-gradient(45deg,#fff,#fff 2px,#000 2px 4px);transform:scale(1.2)}.category-showcase__cta{text-align:center;margin-top:3rem}.category-showcase__button{display:inline-flex;align-items:center;gap:.625rem;padding:1rem 2rem;background:var(--color-foreground, #000);color:#fff;text-decoration:none;border-radius:2rem;font-size:var(--text-base, 1rem);font-weight:500;transition:transform .2s ease,box-shadow .2s ease,gap .2s ease;box-shadow:0 4px 14px #00000026}.category-showcase__button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0003;gap:.875rem}.category-showcase__button svg{transition:transform .2s ease}.category-showcase__button:hover svg{transform:translate(4px)}.collage{padding:4rem var(--page-margin, 1.5rem)}@media(min-width:768px){.collage{padding:5rem var(--page-margin, 2rem)}}@media(min-width:1024px){.collage{padding:6rem var(--page-margin, 2rem)}}.collage__container{max-width:var(--page-width, 1400px);margin:0 auto}.collage__header{text-align:center;margin-bottom:2.5rem}@media(min-width:768px){.collage__header{margin-bottom:3.5rem}}.collage__heading{font-family:var(--font-serif, "Playfair Display", serif);font-size:var(--text-3xl, 1.875rem);font-weight:var(--font-weight-normal, 400);line-height:1.2;margin:0 0 .75rem;color:var(--color-foreground, #111);letter-spacing:-.01em}@media(min-width:768px){.collage__heading{font-size:var(--text-4xl, 2.25rem)}}@media(min-width:1024px){.collage__heading{font-size:var(--text-5xl, 3rem)}}.collage__subheading{font-family:var(--font-sans, "Inter", sans-serif);font-size:var(--text-base, 1rem);color:var(--color-gray-600, #4b5563);line-height:1.6;max-width:36rem;margin:0 auto}.collage__grid{display:grid;gap:1rem}@media(min-width:768px){.collage__grid{grid-template-columns:1.5fr 1fr;grid-template-rows:1fr 1fr;gap:1.25rem}.collage__item--featured{grid-row:1 / 3}.collage__grid--right{grid-template-columns:1fr 1.5fr}.collage__grid--right .collage__item--featured{grid-column:2;grid-row:1 / 3}.collage__grid--right .collage__item:not(.collage__item--featured){grid-column:1}}@media(min-width:1024px){.collage__grid{gap:1.5rem}}.collage__item{min-height:280px}@media(min-width:768px){.collage__item{min-height:0}.collage__item--featured{min-height:520px}}.collage__media{position:relative;width:100%;height:100%;overflow:hidden;border-radius:var(--radius-md, .5rem);background:var(--color-gray-100, #f3f4f6)}.collage__image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .7s ease}.collage__image-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 40%,rgba(0,0,0,.06) 100%);opacity:0;transition:opacity var(--transition-medium, .3s ease);pointer-events:none;z-index:2}.collage__placeholder{width:100%;height:100%;background:var(--color-gray-100, #f3f4f6)}.collage__image-block{display:block;position:relative;width:100%;height:100%;text-decoration:none;color:inherit;border-radius:var(--radius-md, .5rem);overflow:hidden}a.collage__image-block{cursor:pointer}.collage__image-block:hover .collage__image,.collage__image-block:focus-within .collage__image{transform:scale(1.04)}.collage__image-block:hover .collage__image-overlay,.collage__image-block:focus-within .collage__image-overlay{opacity:1}.collage__caption{position:absolute;bottom:0;left:0;right:0;padding:1.25rem 1.5rem;font-family:var(--font-sans, "Inter", sans-serif);font-size:var(--text-sm, .875rem);color:#fff;background:linear-gradient(to top,rgba(0,0,0,.5),transparent);z-index:3;letter-spacing:.04em;text-transform:uppercase;font-weight:var(--font-weight-medium, 500)}.collage__product-block{height:100%;display:flex;flex-direction:column}.collage__product-block .product-card{flex:1;display:flex;flex-direction:column}.collage__product-block .product-card__image-wrapper{flex:1;aspect-ratio:auto}.collage__product-placeholder{display:flex;flex-direction:column;height:100%}.collage__product-placeholder svg,.collage__product-placeholder .collage__placeholder{flex:1;border-radius:var(--radius-md, .5rem);background:var(--color-gray-100, #f3f4f6)}.collage__product-placeholder-info{display:flex;flex-direction:column;gap:.25rem;padding-top:1rem}.collage__product-placeholder-title{font-weight:var(--font-weight-medium, 500);font-size:var(--text-base, 1rem);color:var(--color-gray-400, #9ca3af)}.collage__product-placeholder-price{font-size:var(--text-sm, .875rem);color:var(--color-gray-400, #9ca3af)}.collage__collection-block{display:block;position:relative;width:100%;height:100%;text-decoration:none;color:#fff;border-radius:var(--radius-md, .5rem);overflow:hidden}.collage__collection-block .collage__media{border-radius:0}.collage__collection-block .collage__image-overlay{background:linear-gradient(to top,rgba(0,0,0,.55) 0%,rgba(0,0,0,.1) 50%,transparent 100%);opacity:1}.collage__collection-block:hover .collage__image,.collage__collection-block:focus-within .collage__image{transform:scale(1.04)}.collage__collection-block:hover .collage__image-overlay,.collage__collection-block:focus-within .collage__image-overlay{background:linear-gradient(to top,rgba(0,0,0,.65) 0%,rgba(0,0,0,.15) 50%,transparent 100%)}.collage__collection-content{position:absolute;bottom:0;left:0;right:0;padding:1.5rem;z-index:3;display:flex;flex-direction:column;gap:.5rem}@media(min-width:768px){.collage__collection-content{padding:2rem}}.collage__collection-title{font-family:var(--font-serif, "Playfair Display", serif);font-size:var(--text-xl, 1.25rem);font-weight:var(--font-weight-normal, 400);margin:0;line-height:1.3}@media(min-width:768px){.collage__collection-title{font-size:var(--text-2xl, 1.5rem)}}.collage__collection-link{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-sans, "Inter", sans-serif);font-size:var(--text-sm, .875rem);font-weight:var(--font-weight-medium, 500);letter-spacing:.04em;text-transform:uppercase;text-decoration:none;color:#fff;transition:gap var(--transition-fast, .15s ease)}.collage__collection-block:hover .collage__collection-link{gap:.75rem}.collage__collection-link svg{transition:transform var(--transition-fast, .15s ease)}.collage__collection-block:hover .collage__collection-link svg{transform:translate(3px)}.cc{padding-top:var(--cc-padding-top-mobile);padding-bottom:var(--cc-padding-bottom-mobile)}@media(min-width:1024px){.cc{padding-top:var(--cc-padding-top);padding-bottom:var(--cc-padding-bottom)}}.cc__container{max-width:var(--page-width, 1400px);margin:0 auto;padding:0 var(--page-margin, 1rem)}.cc__header{margin-bottom:2.5rem}.cc__header--left{text-align:left}.cc__header--center{text-align:center}.cc__caption{font-family:var(--font-sans, "Inter", sans-serif);font-size:var(--text-sm, .875rem);font-weight:var(--font-weight-medium, 500);text-transform:uppercase;letter-spacing:.15em;color:var(--color-accent, #d4c5b0);margin:0 0 .75rem}.cc__heading{font-family:var(--font-serif, "Playfair Display", serif);font-size:clamp(1.75rem,3.5vw,2.75rem);font-weight:var(--font-weight-normal, 400);line-height:1.15;letter-spacing:-.01em;color:var(--color-foreground, #1a1a1a);margin:0}.cc__grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:1024px){.cc__grid--with-image{grid-template-columns:5fr 7fr;gap:3.5rem;align-items:start}.cc__grid--with-image.cc__grid--image-right{grid-template-columns:7fr 5fr}.cc__grid--with-image.cc__grid--image-right .cc__media{order:2}.cc__grid--with-image.cc__grid--image-right .cc__accordion{order:1}}.cc__media{position:relative;overflow:hidden;border-radius:var(--radius-md, .5rem)}.cc__image{display:block;width:100%;height:auto;object-fit:cover;transition:transform var(--transition-slow, .5s ease)}.cc__media:hover .cc__image{transform:scale(1.02)}@media(min-width:1024px){.cc__media{position:sticky;top:2rem}}.cc__accordion{width:100%}.cc__item{border-bottom:1px solid var(--color-border, rgba(0, 0, 0, .1))}.cc__item:first-child{border-top:1px solid var(--color-border, rgba(0, 0, 0, .1))}.cc__details{overflow:hidden}.cc__summary{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem 0;cursor:pointer;list-style:none;-webkit-user-select:none;user-select:none;transition:color var(--transition-fast, .15s ease)}.cc__summary::-webkit-details-marker{display:none}.cc__summary::marker{display:none;content:""}.cc__summary:hover{color:var(--color-accent, #d4c5b0)}.cc__summary:focus-visible{outline:2px solid var(--color-primary, #000);outline-offset:2px;border-radius:var(--radius-sm, .25rem)}.cc__summary-text{font-family:var(--font-sans, "Inter", sans-serif);font-size:var(--text-base, 1rem);font-weight:var(--font-weight-medium, 500);line-height:1.4;color:var(--color-foreground, #1a1a1a);transition:color var(--transition-fast, .15s ease)}.cc__summary:hover .cc__summary-text{color:var(--color-accent, #d4c5b0)}@media(min-width:1024px){.cc__summary{padding:1.5rem 0}.cc__summary-text{font-size:var(--text-lg, 1.125rem)}}.cc__icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;color:var(--color-foreground, #1a1a1a);transition:color var(--transition-fast, .15s ease)}.cc__summary:hover .cc__icon{color:var(--color-accent, #d4c5b0)}.cc__icon-minus,.cc__details[open] .cc__icon-plus{display:none}.cc__details[open] .cc__icon-minus{display:block}.cc__content{display:grid;grid-template-rows:0fr;transition:grid-template-rows var(--transition-medium, .3s ease)}.cc__details[open] .cc__content{grid-template-rows:1fr}.cc__content-inner{overflow:hidden}.cc__details[open] .cc__content-inner{padding-bottom:1.5rem}.cc__content-inner,.cc__content-inner p,.cc__content-inner li{font-family:var(--font-sans, "Inter", sans-serif);font-size:var(--text-sm, .875rem);line-height:1.7;color:var(--color-gray-600, #4b5563)}.cc__content-inner p{margin:0 0 .75rem}.cc__content-inner p:last-child{margin-bottom:0}.cc__content-inner ul,.cc__content-inner ol{padding-left:1.25rem;margin:0 0 .75rem}.cc__content-inner li{margin-bottom:.25rem}.cc__content-inner a{color:var(--color-primary, #000);text-decoration:underline;text-underline-offset:.15em;transition:color var(--transition-fast, .15s ease)}.cc__content-inner a:hover{color:var(--color-accent, #d4c5b0)}@media(min-width:1024px){.cc__content-inner,.cc__content-inner p,.cc__content-inner li{font-size:var(--text-base, 1rem)}}.cc .visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}.collection-hero{position:relative;height:60vw;min-height:220px;max-height:350px;overflow:hidden;width:100vw;margin-left:calc(-50vw + 50%)}@media(min-width:640px){.collection-hero{height:50vw;max-height:450px}}@media(min-width:768px){.collection-hero{height:45vw;max-height:500px}}@media(min-width:1024px){.collection-hero{width:100%;max-width:1400px;margin-left:auto;margin-right:auto;height:400px;max-height:400px;border-radius:.75rem}}@media(min-width:1280px){.collection-hero{height:450px;max-height:450px}}.collection-hero__image-wrapper{position:absolute;top:0;right:0;bottom:0;left:0}.collection-hero__image{width:100%;height:100%;object-fit:cover;object-position:center}.collection-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0000,#00000080)}.collection-hero__content{position:relative;height:100%;display:flex;flex-direction:column;justify-content:flex-end;padding:2rem 1rem;max-width:1400px;margin:0 auto}@media(min-width:640px){.collection-hero__content{padding:3rem 1.5rem}}@media(min-width:1024px){.collection-hero__content{padding:3rem 2rem}}.collection-hero__title{font-size:var(--text-xl, 1.25rem);font-family:var(--font-serif, "Playfair Display", serif);font-weight:var(--font-weight-medium, 500);color:#fff;margin:0 0 .5rem;text-shadow:0 2px 4px rgba(0,0,0,.2)}@media(min-width:640px){.collection-hero__title{font-size:var(--text-2xl, 1.5rem)}}@media(min-width:768px){.collection-hero__title{font-size:var(--text-3xl, 1.875rem)}}@media(min-width:1024px){.collection-hero__title{font-size:var(--text-4xl, 2.25rem)}}.collection-hero__description{color:#ffffffe6;font-size:var(--text-sm, .875rem);margin:0;max-width:600px;line-height:var(--line-height-relaxed, 1.625)}@media(min-width:768px){.collection-hero__description{font-size:var(--text-base, 1rem)}}.collection-hero__description--hide-mobile{display:none}@media(min-width:768px){.collection-hero__description--hide-mobile{display:block}}.collection-header{padding:3rem 1rem;background:linear-gradient(135deg,#fafafa,#f3f4f6);border-bottom:1px solid #e5e7eb}@media(min-width:640px){.collection-header{padding:4rem 1.5rem}}.collection-header__container{max-width:1400px;margin:0 auto;text-align:center}.collection-header__title{font-size:var(--text-3xl, 1.875rem);font-family:var(--font-serif, "Playfair Display", serif);font-weight:var(--font-weight-medium, 500);margin:0 0 1rem}@media(min-width:768px){.collection-header__title{font-size:var(--text-4xl, 2.25rem)}}.collection-header__description{color:var(--color-gray-600, #4b5563);font-size:var(--text-base, 1rem);max-width:600px;margin:0 auto;line-height:var(--line-height-relaxed, 1.625)}.collection-page__container{max-width:1400px;margin:0 auto;padding:2rem 1rem 4rem}@media(min-width:640px){.collection-page__container{padding:2rem 1.5rem 5rem}}@media(min-width:1024px){.collection-page__container{padding:2rem 2rem 6rem}}.collection-toolbar{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #e5e7eb}@media(min-width:640px){.collection-toolbar{flex-direction:row;justify-content:space-between;align-items:center}}.collection-toolbar__count{color:var(--color-gray-500, #6b7280);font-size:var(--text-sm, .875rem);margin:0}.collection-toolbar__sort{display:flex;align-items:center;gap:.75rem}.collection-toolbar__sort-label{font-size:var(--text-sm, .875rem);color:var(--color-gray-600, #4b5563)}.collection-toolbar__select-wrapper{position:relative}.collection-toolbar__select{-webkit-appearance:none;appearance:none;padding:.5rem 2.5rem .5rem 1rem;font-size:var(--text-sm, .875rem);border:1px solid #e5e7eb;border-radius:.375rem;background:#fff;cursor:pointer;min-width:180px;transition:border-color .2s ease}.collection-toolbar__select:hover{border-color:#9ca3af}.collection-toolbar__select:focus{outline:none;border-color:#000}.collection-toolbar__select-icon{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);pointer-events:none;color:var(--color-gray-400, #9ca3af)}.collection-products__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}@media(min-width:640px){.collection-products__grid{gap:1.75rem}}@media(min-width:768px){.collection-products__grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media(min-width:1024px){.collection-products__grid{grid-template-columns:repeat(3,1fr);gap:2.5rem}}@media(min-width:1280px){.collection-products__grid{grid-template-columns:repeat(4,1fr);gap:2.5rem}}.collection-pagination{margin-top:3rem;display:flex;justify-content:center}.collection-pagination__list{display:flex;align-items:center;gap:.25rem;list-style:none;padding:0;margin:0}.collection-pagination__link{display:flex;align-items:center;justify-content:center;min-width:2.5rem;height:2.5rem;padding:0 .75rem;border-radius:.375rem;text-decoration:none;font-size:var(--text-sm, .875rem);font-weight:500;color:var(--color-foreground, #000);transition:background-color .2s ease,color .2s ease}.collection-pagination__link:hover{background-color:#f3f4f6}.collection-pagination__link--current{background-color:var(--color-foreground, #000);color:#fff}.collection-pagination__link--current:hover{background-color:var(--color-foreground, #000)}.collection-pagination__link--ellipsis{color:var(--color-gray-400, #9ca3af)}.collection-pagination__link--prev,.collection-pagination__link--next{padding:0}.empty-state{text-align:center;padding:4rem 1rem;max-width:400px;margin:0 auto}.empty-state__icon{width:80px;height:80px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f3f4f6,#e5e7eb);border-radius:50%;color:var(--color-gray-400, #9ca3af)}.empty-state__title{font-size:var(--text-xl, 1.25rem);font-family:var(--font-serif, "Playfair Display", serif);font-weight:var(--font-weight-medium, 500);margin:0 0 .75rem}.empty-state__message{color:var(--color-gray-500, #6b7280);font-size:var(--text-base, 1rem);margin:0 0 2rem;line-height:var(--line-height-relaxed, 1.625)}.empty-state__button{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 2rem;background:var(--color-foreground, #000);color:#fff;text-decoration:none;border-radius:2rem;font-size:var(--text-sm, .875rem);font-weight:500;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 4px 14px #00000026}.empty-state__button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0003}.collections-carousel{position:relative;padding:4rem 1rem}@media(min-width:640px){.collections-carousel{padding:4rem 1.5rem}}@media(min-width:1024px){.collections-carousel{padding:6rem 2rem}}.collections-carousel__pattern{transition:opacity .7s ease;overflow:hidden}.collections-carousel:hover .collections-carousel__pattern{opacity:1.1}.collections-carousel__container{position:relative;max-width:1600px;margin:0 auto;z-index:10}.collections-carousel__header{text-align:center;margin-bottom:3rem}.collections-carousel__heading{font-size:var(--text-4xl, 2.25rem);font-family:var(--font-serif, "Playfair Display", serif);font-weight:var(--font-weight-medium, 500);line-height:var(--line-height-snug, 1.25);margin:0 0 1rem}.collections-carousel__subheading{font-family:var(--font-sans, "Inter", sans-serif);color:var(--color-gray-600, #4b5563);margin:0;font-size:var(--text-base, 1rem);line-height:var(--line-height-normal, 1.5)}.collections-carousel__wrapper{position:relative}.collections-carousel__track{display:flex;gap:1.5rem;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;padding:.5rem 0}.collections-carousel__track::-webkit-scrollbar{display:none}@media(min-width:768px){.collections-carousel__track{gap:2rem}}.collections-carousel__track .category-card{flex:0 0 340px;min-width:300px;scroll-snap-align:start}@media(min-width:640px){.collections-carousel__track .category-card{flex:0 0 420px}}@media(min-width:1024px){.collections-carousel__track .category-card{flex:0 0 480px}}@media(min-width:1280px){.collections-carousel__track .category-card{flex:0 0 520px}}.collections-carousel__track .category-card__image{object-position:center center}.collections-carousel__track .category-card--placeholder{cursor:default}.collections-carousel__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:20;width:3.5rem;height:3.5rem;border:none;border-radius:50%;background:#fff;box-shadow:0 4px 14px #00000026;cursor:pointer;display:none;align-items:center;justify-content:center;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease}@media(min-width:768px){.collections-carousel__arrow{display:flex}}.collections-carousel__arrow:hover{transform:translateY(-50%) scale(1.1);box-shadow:0 6px 20px #0003}.collections-carousel__arrow:disabled{opacity:.4;cursor:not-allowed}.collections-carousel__arrow:disabled:hover{transform:translateY(-50%);box-shadow:0 4px 14px #00000026}.collections-carousel__arrow--prev{left:-.75rem}.collections-carousel__arrow--next{right:-.75rem}@media(min-width:1024px){.collections-carousel__arrow--prev{left:-1.25rem}.collections-carousel__arrow--next{right:-1.25rem}}.collections-carousel__dots{display:flex;justify-content:center;gap:.5rem;margin-top:2rem}.collections-carousel__dot{width:.625rem;height:.625rem;border-radius:50%;border:none;background:#d1d5db;cursor:pointer;padding:0;transition:background .2s ease,transform .2s ease}.collections-carousel__dot:hover{background:#9ca3af}.collections-carousel__dot--active{background:var(--color-foreground, #000);transform:scale(1.3)}.collections-carousel__cta{text-align:center;margin-top:3rem}.collections-carousel__button{display:inline-flex;align-items:center;gap:.625rem;padding:1rem 2rem;background:var(--color-foreground, #000);color:#fff;text-decoration:none;border-radius:2rem;font-size:var(--text-base, 1rem);font-weight:500;transition:transform .2s ease,box-shadow .2s ease,gap .2s ease;box-shadow:0 4px 14px #00000026}.collections-carousel__button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0003;gap:.875rem}.collections-carousel__button svg{transition:transform .2s ease}.collections-carousel__button:hover svg{transform:translate(4px)}.collections-page__header{padding:3rem 1rem;background:linear-gradient(135deg,#fafafa,#f3f4f6);border-bottom:1px solid #e5e7eb}@media(min-width:640px){.collections-page__header{padding:4rem 1.5rem}}@media(min-width:1024px){.collections-page__header{padding:5rem 2rem}}.collections-page__header-container{max-width:1400px;margin:0 auto;text-align:center}.collections-page__title{font-size:var(--text-3xl, 1.875rem);font-family:var(--font-serif, "Playfair Display", serif);font-weight:var(--font-weight-medium, 500);margin:0 0 .75rem}@media(min-width:768px){.collections-page__title{font-size:var(--text-4xl, 2.25rem)}}.collections-page__subtitle{color:var(--color-gray-600, #4b5563);font-size:var(--text-base, 1rem);max-width:600px;margin:0 auto;line-height:var(--line-height-relaxed, 1.625)}.collections-page__container{max-width:1400px;margin:0 auto;padding:2rem 1rem 4rem}@media(min-width:640px){.collections-page__container{padding:2.5rem 1.5rem 5rem}}@media(min-width:1024px){.collections-page__container{padding:3rem 2rem 6rem}}.collections-page__grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:640px){.collections-page__grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media(min-width:1024px){.collections-page__grid{grid-template-columns:repeat(2,1fr);gap:3rem;max-width:1500px;margin-left:auto;margin-right:auto}}.collection-card-large{position:relative;display:block;text-decoration:none;color:inherit;border-radius:.75rem;overflow:hidden;box-shadow:0 4px 12px #00000014;transition:transform .3s ease,box-shadow .3s ease}.collection-card-large:hover{transform:translateY(-6px);box-shadow:0 12px 32px #00000026}.collection-card-large__image-wrapper{position:relative;aspect-ratio:4/3;overflow:hidden}@media(min-width:640px){.collection-card-large__image-wrapper{aspect-ratio:16/10}}@media(min-width:1024px){.collection-card-large__image-wrapper{aspect-ratio:16/10}}.collection-card-large__image{width:100%;height:100%;object-fit:cover;object-position:center center;transition:transform .7s ease}.collection-card-large:hover .collection-card-large__image{transform:scale(1.08)}.collection-card-large__placeholder{width:100%;height:100%;background:linear-gradient(135deg,#f3f4f6,#e5e7eb)}.collection-card-large__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.7) 0%,rgba(0,0,0,.2) 50%,transparent 100%);transition:background .3s ease}.collection-card-large:hover .collection-card-large__overlay{background:linear-gradient(to top,rgba(0,0,0,.8) 0%,rgba(0,0,0,.3) 50%,transparent 100%)}.collection-card-large__content{position:absolute;bottom:0;left:0;right:0;padding:1.5rem;z-index:10}@media(min-width:640px){.collection-card-large__content{padding:2rem}}.collection-card-large__title{color:#fff;font-size:var(--text-xl, 1.25rem);font-family:var(--font-serif, "Playfair Display", serif);font-weight:var(--font-weight-medium, 500);line-height:var(--line-height-snug, 1.25);margin:0 0 .5rem;text-shadow:0 2px 4px rgba(0,0,0,.2)}@media(min-width:640px){.collection-card-large__title{font-size:var(--text-2xl, 1.5rem)}}.collection-card-large__description{color:#ffffffd9;font-size:var(--text-sm, .875rem);line-height:var(--line-height-normal, 1.5);margin:0 0 .75rem;display:none}@media(min-width:640px){.collection-card-large__description{display:block}}.collection-card-large__count{display:block;color:#ffffffb3;font-size:var(--text-xs, .75rem);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem}.collection-card-large__link{display:inline-flex;align-items:center;gap:.5rem;color:#fff;font-size:var(--text-sm, .875rem);font-weight:500;padding:.5rem 1rem;background:#ffffff26;border-radius:2rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:background .2s ease,transform .2s ease}.collection-card-large:hover .collection-card-large__link{background:#ffffff40;transform:translate(4px)}.collection-card-large__link svg{transition:transform .2s ease}.collection-card-large:hover .collection-card-large__link svg{transform:translate(4px)}.collections-page__empty{grid-column:1 / -1;text-align:center;padding:4rem 1rem;color:var(--color-gray-500, #6b7280)}.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}.feature-banner{position:relative;padding:3rem 1rem;background:#fafafa}@media(min-width:640px){.feature-banner{padding:3rem 1.5rem}}@media(min-width:1024px){.feature-banner{padding:4rem 2rem}}.feature-banner__container{position:relative;max-width:1400px;margin:0 auto;z-index:10}.feature-banner__grid{display:grid;grid-template-columns:1fr;gap:2rem;text-align:center}@media(min-width:768px){.feature-banner__grid{grid-template-columns:repeat(3,1fr);gap:0}}.feature-item{padding:1.5rem 2rem;position:relative;transition:transform .3s ease}.feature-item:hover{transform:translateY(-2px)}.feature-item__icon{display:flex;align-items:center;justify-content:center;margin-bottom:1rem;color:var(--color-accent, #d4c5b0);transition:color .3s ease}.feature-item:hover .feature-item__icon{color:var(--color-foreground, #000)}@media(min-width:768px){.feature-item:not(:last-child):after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);height:40%;width:1px;background-color:var(--color-border, rgba(0, 0, 0, .1))}}.feature-item__title{font-size:var(--text-4xl, 2.25rem);font-family:var(--font-serif, "Playfair Display", serif);font-weight:var(--font-weight-normal, 400);line-height:var(--line-height-snug, 1.25);margin:0 0 .75rem}.feature-item__description{color:var(--color-gray-600, #4b5563);margin:0;font-size:var(--text-sm, .875rem);line-height:var(--line-height-normal, 1.5)}.featured-products{padding:4rem 1rem}@media(min-width:640px){.featured-products{padding:4rem 1.5rem}}@media(min-width:1024px){.featured-products{padding:6rem 2rem}}.featured-products__container{max-width:1400px;margin:0 auto}.featured-products__header{text-align:center;margin-bottom:3rem}.featured-products__heading{font-size:var(--text-4xl, 2.25rem);font-family:var(--font-serif, "Playfair Display", serif);font-weight:var(--font-weight-medium, 500);line-height:var(--line-height-snug, 1.25);margin:0 0 1rem}.featured-products__subheading{font-family:var(--font-sans, "Inter", sans-serif);color:var(--color-gray-600, #4b5563);margin:0;font-size:var(--text-base, 1rem);line-height:var(--line-height-normal, 1.5)}.featured-products__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}@media(min-width:640px){.featured-products__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media(min-width:1024px){.featured-products__grid{grid-template-columns:repeat(4,1fr)}}.featured-products__footer{text-align:center;margin-top:3rem}.product-card--placeholder .product-card__image-wrapper{background:#f3f4f6}.featured-products__empty{text-align:center;padding:3rem 1rem;background:linear-gradient(135deg,#fafafa,#f3f4f6);border-radius:1rem}.featured-products__empty-icon{width:72px;height:72px;margin:0 auto 1.25rem;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:50%;color:var(--color-gray-400, #9ca3af);box-shadow:0 2px 8px #0000000f}.featured-products__empty-text{color:var(--color-gray-500, #6b7280);font-size:var(--text-base, 1rem);margin:0 0 1.5rem}.featured-products__empty-link{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:var(--color-foreground, #000);color:#fff;text-decoration:none;border-radius:2rem;font-size:var(--text-sm, .875rem);font-weight:500;transition:transform .2s ease,opacity .2s ease}.featured-products__empty-link:hover{transform:translateY(-1px);opacity:.9}.fluid-zebra-stripes{display:block;position:relative;width:100%;height:var(--fzs-height, 400px);background-color:var(--fzs-bg, #d4c5b0);overflow:hidden}.fluid-zebra-stripes__svg,.fluid-zebra-stripes__canvas{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.fluid-zebra-stripes__content{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem;z-index:1}.fluid-zebra-stripes__heading{font-family:var(--font-heading--family, "Playfair Display", serif);font-size:clamp(2rem,5vw,4rem);font-weight:400;color:#fff;text-shadow:2px 2px 8px rgba(0,0,0,.3);margin-bottom:1rem}.fluid-zebra-stripes__subheading{font-family:var(--font-primary--family, "Inter", sans-serif);font-size:clamp(1rem,2vw,1.25rem);color:#fff;text-shadow:1px 1px 4px rgba(0,0,0,.3);max-width:600px}@media(prefers-reduced-motion:reduce){.fluid-zebra-stripes__svg animate{animation:none}.fluid-zebra-stripes .fluid-zebra-stripes__canvas{display:none}.fluid-zebra-stripes:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:repeating-linear-gradient(90deg,var(--fzs-stripe) 0px,var(--fzs-stripe) var(--fzs-stripe-width),var(--fzs-bg) var(--fzs-stripe-width),var(--fzs-bg) calc(var(--fzs-stripe-width) * 2))}}.footer{position:relative;background:#fff;border-top:1px solid #e5e7eb;overflow:hidden}.footer__pattern{position:absolute;top:0;left:0;right:0;height:3px;opacity:.15}.footer__pattern-svg{width:100%;height:100%}.footer__container{position:relative;max-width:1400px;margin:0 auto;padding:3rem 1rem;z-index:10}@media(min-width:640px){.footer__container{padding:3rem 1.5rem}}@media(min-width:1024px){.footer__container{padding:3rem 2rem}}.footer__main{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:2rem;text-align:center}@media(min-width:768px){.footer__main{grid-template-columns:2fr 1fr 1fr 1fr;text-align:left;align-items:start}}.footer__brand{max-width:320px;margin:0 auto;display:flex;flex-direction:column;align-items:center}@media(min-width:768px){.footer__brand{margin:0;align-items:flex-start}}.footer__logo{height:2.5rem;width:auto;margin-bottom:1rem}@media(min-width:768px){.footer__logo{height:4rem}}.footer__logo-text{font-size:var(--text-2xl, 1.5rem);font-weight:var(--font-weight-normal, 400);letter-spacing:-.025em;display:block;margin-bottom:1rem}.footer__description{color:var(--color-gray-600, #4b5563);font-size:var(--text-sm, .875rem);margin:0;line-height:var(--line-height-relaxed, 1.625)}.footer__column{display:flex;flex-direction:column;gap:.75rem}.footer__heading{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#000;margin:0 0 .5rem}.footer__links{display:flex;flex-direction:column;gap:.5rem}.footer__link{color:var(--color-gray-600, #4b5563);text-decoration:none;font-size:var(--text-sm, .875rem);transition:color var(--transition-fast, .15s ease)}.footer__link:hover{color:var(--color-foreground, #000)}.footer__text{color:var(--color-gray-600, #4b5563);font-size:var(--text-sm, .875rem);line-height:var(--line-height-relaxed, 1.625)}.footer__social{display:flex;gap:1rem;justify-content:center}@media(min-width:768px){.footer__social{justify-content:flex-start}}.footer__social-link{color:var(--color-gray-600, #4b5563);transition:color var(--transition-fast, .15s ease)}.footer__social-link:hover{color:var(--color-foreground, #000)}.footer__bottom{padding-top:2rem;border-top:1px solid #e5e7eb;display:flex;flex-direction:column;align-items:center;gap:1rem}@media(min-width:768px){.footer__bottom{flex-direction:row;justify-content:space-between}}.footer__copyright{color:var(--color-gray-600, #4b5563);font-size:var(--text-sm, .875rem);margin:0}.footer__payment{display:flex;gap:.5rem}.footer__payment svg{height:1.5rem;width:auto}.header{background:#fff;border-bottom:1px solid #e5e7eb}.header__container{max-width:1400px;margin:0 auto;padding:0 1rem;height:4.5rem;display:flex;align-items:center;justify-content:space-between}@media(min-width:640px){.header__container{padding:0 1.5rem}}@media(min-width:1024px){.header__container{padding:0 2rem}}.header__left{display:flex;align-items:center;gap:1rem}.header__menu-toggle{display:flex;align-items:center;justify-content:center;background:none;border:none;padding:.5rem;margin:-.5rem;cursor:pointer}@media(min-width:1024px){.header__menu-toggle{display:none}}.header__logo{text-decoration:none;color:inherit;display:flex;align-items:center}.header__logo-image{display:block;width:auto;height:auto;max-height:3rem;object-fit:contain}@media(min-width:1024px){.header__logo-image{max-height:4rem}}.header__logo-text{font-size:var(--text-2xl, 1.5rem);font-weight:var(--font-weight-normal, 400);letter-spacing:-.025em}.header__nav{display:none;align-items:center;gap:2.5rem;position:absolute;left:50%;transform:translate(-50%)}@media(min-width:1024px){.header__nav{display:flex}}.header__nav-link{font-size:1rem;font-weight:var(--font-weight-normal, 400);text-decoration:none;color:#000;background:none;border:none;cursor:pointer;display:flex;align-items:center;gap:.25rem;padding:.5rem 0}.header__nav-link:hover{text-decoration:underline;text-underline-offset:4px}.header__nav-link--sale{color:#b85450;font-weight:var(--font-weight-medium, 500)}.header__nav-link--sale:hover{color:#9a4642}.header__nav-dropdown{position:relative}.header__dropdown{display:none;position:absolute;top:100%;left:50%;transform:translate(-50%);background:#fff;border-radius:.375rem;box-shadow:0 10px 15px -3px #0000001a;padding:.5rem 0;min-width:200px;z-index:50}.header__nav-link--dropdown[aria-expanded=true]+.header__dropdown{display:block}.header__dropdown-link{display:block;padding:.5rem 1rem;font-size:var(--text-sm, .875rem);font-weight:var(--font-weight-normal, 400);color:inherit;text-decoration:none}.header__dropdown-link:hover{background:var(--color-gray-100, #f3f4f6)}.header__right{display:flex;align-items:center;gap:1.25rem}.header__icon{display:flex;align-items:center;justify-content:center;padding:.5rem;color:inherit;text-decoration:none;background:none;border:none;cursor:pointer}.header__icon:hover{opacity:.7}.header__cart{position:relative}.header__cart-count{position:absolute;top:0;right:0;background:#000;color:#fff;font-size:.625rem;font-weight:500;width:1.125rem;height:1.125rem;border-radius:50%;display:flex;align-items:center;justify-content:center}.header__mobile-menu{position:fixed;top:0;left:0;bottom:0;width:100%;max-width:320px;background:#fff;z-index:100;transform:translate(-100%);transition:transform .3s cubic-bezier(.4,0,.2,1);overflow-y:auto;display:flex;flex-direction:column;box-shadow:4px 0 24px #00000026}.header__mobile-menu.is-open{transform:translate(0)}.header__mobile-menu-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid #f3f4f6;background:#fff;position:sticky;top:0;z-index:1}.header__mobile-logo{text-decoration:none;color:inherit}.header__mobile-logo-image{height:2rem;width:auto}.header__mobile-logo-text{font-size:var(--text-xl, 1.25rem);font-weight:var(--font-weight-medium, 500)}.header__mobile-menu-close{background:none;border:none;padding:.75rem;margin:-.75rem;cursor:pointer;border-radius:50%;transition:background-color .2s ease}.header__mobile-menu-close:hover{background-color:#f3f4f6}.header__mobile-nav{flex:1;padding:1rem 0;overflow-y:auto}.header__mobile-nav-link{display:flex;align-items:center;padding:1rem 1.5rem;color:inherit;text-decoration:none;font-size:var(--text-base, 1rem);font-weight:var(--font-weight-normal, 400);transition:background-color .15s ease}.header__mobile-nav-link:hover,.header__mobile-nav-link:active{background-color:#f9fafb}.header__mobile-nav-link--primary{font-size:var(--text-lg, 1.125rem);font-weight:var(--font-weight-medium, 500)}.header__mobile-nav-link--child{padding-left:2.5rem;font-size:var(--text-sm, .875rem);color:#4b5563}.header__mobile-nav-link--sale{color:#b85450}.header__mobile-nav-group{border-top:1px solid #f3f4f6}.header__mobile-nav-group:first-child{border-top:none}.header__mobile-nav-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1rem 1.5rem;background:none;border:none;font-size:var(--text-lg, 1.125rem);font-weight:var(--font-weight-medium, 500);cursor:pointer;text-align:left;transition:background-color .15s ease}.header__mobile-nav-toggle:hover{background-color:#f9fafb}.header__mobile-nav-chevron{transition:transform .2s ease;color:#9ca3af}.header__mobile-nav-toggle[aria-expanded=true] .header__mobile-nav-chevron{transform:rotate(180deg)}.header__mobile-submenu{max-height:0;overflow:hidden;transition:max-height .3s ease;background:#fafafa}.header__mobile-footer{padding:1.5rem;border-top:1px solid #f3f4f6;background:#fafafa}.header__mobile-actions{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.header__mobile-action{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;background:#fff;border-radius:.5rem;text-decoration:none;color:inherit;font-size:var(--text-sm, .875rem);font-weight:var(--font-weight-medium, 500);transition:background-color .15s ease,transform .15s ease;border:1px solid #e5e7eb}.header__mobile-action:hover{background-color:#f9fafb}.header__mobile-action:active{transform:scale(.98)}.header__mobile-action svg{color:#6b7280}.header__mobile-language{padding-top:1rem;border-top:1px solid #e5e7eb}.header__mobile-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000;z-index:99;pointer-events:none;transition:background-color .3s ease}.header__mobile-overlay.is-visible{background:#00000080;pointer-events:auto}@media(min-width:1024px){.header__mobile-menu,.header__mobile-overlay{display:none!important}}.header__search{position:relative;display:flex;align-items:center}.header__search-toggle{background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:.5rem;color:inherit}.header__search-toggle:hover{opacity:.7}.header__search-bar{position:absolute;top:50%;right:0;transform:translateY(-50%);width:0;opacity:0;overflow:visible;transition:width var(--transition-medium, .3s ease),opacity var(--transition-fast, .15s ease);pointer-events:none}.header__search-bar.is-open{width:280px;opacity:1;pointer-events:auto}@media(min-width:640px){.header__search-bar.is-open{width:320px}}@media(min-width:1024px){.header__search-bar.is-open{width:360px}}.header__search-form{display:flex;align-items:center;background:var(--color-background, #fff);border:1px solid var(--color-border, #e5e7eb);border-radius:var(--radius-md, .5rem);padding:0 .75rem;height:2.5rem;transition:border-color var(--transition-fast, .15s ease),box-shadow var(--transition-fast, .15s ease)}.header__search-form:focus-within{border-color:var(--color-primary, #000);box-shadow:0 0 0 1px var(--color-primary, #000)}.header__search-form-icon{flex-shrink:0;color:var(--color-gray-400, #9ca3af);margin-right:.5rem}.header__search-input{flex:1;border:none;outline:none;background:transparent;font-family:var(--font-sans, "Inter", sans-serif);font-size:var(--text-sm, .875rem);color:var(--color-foreground, #000);width:100%;min-width:0}.header__search-input::placeholder{color:var(--color-gray-400, #9ca3af)}.header__search-input::-webkit-search-cancel-button,.header__search-input::-webkit-search-decoration{-webkit-appearance:none;appearance:none}.header__search-results{display:none;position:absolute;top:calc(100% + .5rem);right:0;width:100%;min-width:320px;max-width:420px;max-height:70vh;overflow-y:auto;background:var(--color-background, #fff);border:1px solid var(--color-border, #e5e7eb);border-radius:var(--radius-md, .5rem);box-shadow:0 10px 25px -5px #0000001a,0 8px 10px -6px #0000000d;z-index:60}.header__search-results.is-open{display:block}.header__search-results::-webkit-scrollbar{width:4px}.header__search-results::-webkit-scrollbar-track{background:transparent}.header__search-results::-webkit-scrollbar-thumb{background:var(--color-gray-300, #d1d5db);border-radius:4px}.predictive-search__loading{display:flex;align-items:center;justify-content:center;padding:2rem}.predictive-search__spinner{width:24px;height:24px;border:2px solid var(--color-gray-200, #e5e7eb);border-top-color:var(--color-foreground, #000);border-radius:50%;animation:predictive-search-spin .6s linear infinite}@keyframes predictive-search-spin{to{transform:rotate(360deg)}}.predictive-search__results,.predictive-search__group{padding:.5rem 0}.predictive-search__group+.predictive-search__group{border-top:1px solid var(--color-gray-100, #f3f4f6)}.predictive-search__group-heading{font-family:var(--font-sans, "Inter", sans-serif);font-size:var(--text-xs, .75rem);font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--color-gray-500, #6b7280);padding:.375rem 1rem;margin:0}.predictive-search__list{list-style:none;padding:0;margin:0}.predictive-search__item{margin:0}.predictive-search__link{display:flex;align-items:center;gap:.75rem;padding:.5rem 1rem;text-decoration:none;color:var(--color-foreground, #000);transition:background-color var(--transition-fast, .15s ease)}.predictive-search__link:hover,.predictive-search__item.is-focused .predictive-search__link{background-color:var(--color-gray-50, #f9fafb)}.predictive-search__image-wrap{flex-shrink:0;width:48px;height:48px;border-radius:var(--radius-sm, .25rem);overflow:hidden;background:var(--color-gray-100, #f3f4f6);display:flex;align-items:center;justify-content:center}.predictive-search__image-wrap--placeholder{color:var(--color-gray-300, #d1d5db)}.predictive-search__image{width:100%;height:100%;object-fit:cover}.predictive-search__item-content{flex:1;min-width:0}.predictive-search__item-title{font-family:var(--font-sans, "Inter", sans-serif);font-size:var(--text-sm, .875rem);font-weight:500;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--color-foreground, #000)}.predictive-search__item-price{font-family:var(--font-sans, "Inter", sans-serif);font-size:var(--text-xs, .75rem);color:var(--color-gray-500, #6b7280);margin:.125rem 0 0}.predictive-search__item-compare-price{color:var(--color-gray-400, #9ca3af);margin-right:.375rem}.predictive-search__no-results{padding:1.5rem 1rem;text-align:center;font-family:var(--font-sans, "Inter", sans-serif);font-size:var(--text-sm, .875rem);color:var(--color-gray-500, #6b7280)}.predictive-search__view-all{padding:.5rem 1rem .75rem;border-top:1px solid var(--color-gray-100, #f3f4f6)}.predictive-search__view-all-link{display:inline-flex;align-items:center;gap:.375rem;font-family:var(--font-sans, "Inter", sans-serif);font-size:var(--text-sm, .875rem);font-weight:500;color:var(--color-primary, #000);text-decoration:none;transition:opacity var(--transition-fast, .15s ease)}.predictive-search__view-all-link:hover{opacity:.7}@media(max-width:639px){.header__search-bar.is-open{position:fixed;top:auto;left:0;right:0;width:100%;transform:none;padding:.75rem 1rem;background:var(--color-background, #fff);border-top:1px solid var(--color-border, #e5e7eb);box-shadow:0 4px 6px -1px #0000001a;z-index:50}.header__search-results{min-width:0;width:100%;max-width:none;left:0;right:0;border-radius:0 0 var(--radius-md, .5rem) var(--radius-md, .5rem);border-left:none;border-right:none}}.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{position:relative;overflow:hidden}.hero--small{min-height:500px}.hero--medium,.hero--large{min-height:600px}@media(min-width:1024px){.hero--small{min-height:550px}.hero--medium{min-height:650px}.hero--large{min-height:700px}}.hero__pattern{transition:opacity .7s ease}.hero:hover .hero__pattern{opacity:1.1}.hero__container{position:relative;height:100%;max-width:1400px;margin:0 auto;padding:0 1rem;z-index:10}@media(min-width:640px){.hero__container{padding:0 1.5rem}}@media(min-width:1024px){.hero__container{padding:0 2rem}}.hero__grid{display:grid;gap:2rem;height:100%;min-height:inherit;align-items:center;padding:3rem 0}@media(min-width:1024px){.hero__grid{grid-template-columns:1fr 1fr}.hero__grid--reversed{direction:rtl}.hero__grid--reversed>*{direction:ltr}}.hero__content{display:flex;flex-direction:column;justify-content:center;gap:1.5rem;z-index:10}.hero__heading{font-size:3rem;font-family:var(--font-serif, "Playfair Display", serif);font-weight:500;line-height:1.05;margin:0;letter-spacing:-.02em}@media(min-width:1024px){.hero__heading{font-size:4.5rem}}.hero__heading em{font-style:italic}.hero__description{font-family:var(--font-sans, "Inter", sans-serif);font-size:1.125rem;color:#4b5563;max-width:28rem;margin:0;line-height:1.6}.hero__reviews{display:flex;align-items:center;gap:.75rem}.hero__stars{display:flex;gap:.125rem}.hero__star{color:#fbbf24;width:1.25rem;height:1.25rem}.hero__reviews-text{font-family:var(--font-sans, "Inter", sans-serif);font-size:.875rem;color:#6b7280}.hero__buttons{display:flex;flex-wrap:wrap;gap:1rem}.hero__image-wrapper{display:none;position:relative;height:100%;min-height:400px}@media(min-width:1024px){.hero__image-wrapper{display:flex;align-items:center;justify-content:center}}.hero__image{width:100%;height:90%;max-height:600px;object-fit:cover;border-radius:.5rem;box-shadow:0 25px 50px -12px #00000040}.hero__placeholder{width:100%;height:90%;background:#f3f4f6;border-radius:.5rem}.button{display:inline-flex;align-items:center;justify-content:center;font-family:var(--font-sans, "Inter", sans-serif);font-size:.875rem;font-weight:500;height:2.75rem;border-radius:.5rem;transition:all .15s ease;text-decoration:none;cursor:pointer}.button--primary{background:#000;color:#fff;padding:0 1.5rem;border:none}.button--primary:hover{background:#1f2937}.button--secondary{background:#fff;color:#000;padding:0 1.5rem;border:1px solid #d1d5db}.button--secondary:hover{background:#f9fafb;border-color:#9ca3af}.iwt{background-color:var(--iwt-bg, transparent);padding-top:var(--iwt-padding-top-mobile);padding-bottom:var(--iwt-padding-bottom-mobile)}@media(min-width:1024px){.iwt{padding-top:var(--iwt-padding-top);padding-bottom:var(--iwt-padding-bottom)}}.iwt__container{max-width:var(--page-width, 1400px);margin:0 auto;padding:0 var(--page-margin, 1rem)}.iwt__grid{display:grid;grid-template-columns:1fr;gap:2rem;align-items:center}@media(min-width:1024px){.iwt__grid{grid-template-columns:1fr 1fr;gap:4rem}.iwt__grid--reversed{direction:rtl}.iwt__grid--reversed>*{direction:ltr}}.iwt__media{position:relative;overflow:hidden;border-radius:var(--radius-md, .5rem)}.iwt__image{display:block;width:100%;height:auto;object-fit:cover;transition:transform var(--transition-slow, .5s ease)}.iwt__media:hover .iwt__image{transform:scale(1.02)}.iwt__placeholder{display:block;width:100%;height:auto;min-height:300px;background-color:var(--color-gray-100, #f3f4f6);border-radius:var(--radius-md, .5rem)}.iwt__content{display:flex;flex-direction:column;gap:1.5rem}.iwt__content--left{align-items:flex-start;text-align:left}.iwt__content--center{align-items:center;text-align:center}@media(min-width:1024px){.iwt__content{gap:1.75rem;padding:1rem 0}}.iwt__heading{font-family:var(--font-serif, "Playfair Display", serif);font-size:clamp(1.75rem,3.5vw,2.75rem);font-weight:var(--font-weight-normal, 400);line-height:var(--line-height-tight, 1.1);letter-spacing:-.01em;color:var(--color-foreground, #000);margin:0}.iwt__text{font-family:var(--font-sans, "Inter", sans-serif);font-size:var(--text-base, 1rem);line-height:var(--line-height-relaxed, 1.625);color:var(--color-gray-600, #4b5563);max-width:32rem}.iwt__text p{margin:0 0 1rem}.iwt__text p:last-child{margin-bottom:0}.iwt__button{display:inline-flex;align-items:center;justify-content:center;font-family:var(--font-sans, "Inter", sans-serif);font-size:var(--text-sm, .875rem);font-weight:var(--font-weight-medium, 500);letter-spacing:.04em;text-transform:uppercase;text-decoration:none;padding:.875rem 2rem;border-radius:var(--radius-md, .5rem);transition:all var(--transition-fast, .15s ease);cursor:pointer;background-color:var(--color-primary, #000);color:var(--color-background, #fff);border:1px solid var(--color-primary, #000)}.iwt__button:hover{opacity:.85}.iwt__button--outline{background-color:transparent;color:var(--color-foreground, #000);border:1px solid var(--color-border, rgba(0, 0, 0, .1))}.iwt__button--outline:hover{border-color:var(--color-foreground, #000);opacity:1}.iwt__button[aria-disabled=true]{pointer-events:none;opacity:.5}.instagram-feed{padding:4rem 1rem;background:linear-gradient(180deg,#fafafa,#fff)}@media(min-width:640px){.instagram-feed{padding:5rem 1.5rem}}@media(min-width:1024px){.instagram-feed{padding:6rem 2rem}}.instagram-feed__container{max-width:1000px;margin:0 auto}.instagram-feed__header{text-align:center;margin-bottom:2.5rem}.instagram-feed__header-link{text-decoration:none;color:inherit;display:inline-block}.instagram-feed__header-link:hover .instagram-feed__icon-wrapper{transform:scale(1.1)}.instagram-feed__header-link:hover .instagram-feed__heading{background-size:100% 2px}.instagram-feed__icon-wrapper{width:4rem;height:4rem;margin:0 auto 1rem;display:flex;align-items:center;justify-content:center;background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);border-radius:1rem;transition:transform .3s ease}.instagram-feed__icon{width:2rem;height:2rem;color:#fff}.instagram-feed__heading{font-size:var(--text-3xl, 1.875rem);font-family:var(--font-sans, "Inter", sans-serif);font-weight:600;line-height:var(--line-height-snug, 1.25);margin:0 0 .5rem;background-image:linear-gradient(currentColor,currentColor);background-position:0% 100%;background-repeat:no-repeat;background-size:0% 2px;transition:background-size .3s ease;display:inline-block}.instagram-feed__subheading{font-family:var(--font-sans, "Inter", sans-serif);color:var(--color-gray-500, #6b7280);font-size:var(--text-base, 1rem);line-height:var(--line-height-normal, 1.5);margin:0}.instagram-feed__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}@media(min-width:640px){.instagram-feed__grid{grid-template-columns:repeat(4,1fr);gap:1rem}}.instagram-feed__item{position:relative;aspect-ratio:1;overflow:hidden;border-radius:.75rem;display:block;background:#f3f4f6;box-shadow:0 2px 8px #0000000f;transition:transform .3s ease,box-shadow .3s ease}.instagram-feed__item:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.instagram-feed__image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.instagram-feed__item:hover .instagram-feed__image{transform:scale(1.08)}.instagram-feed__placeholder{width:100%;height:100%;background:linear-gradient(135deg,#f5f5f5,#e8e8e8);display:flex;align-items:center;justify-content:center}.instagram-feed__placeholder-icon{color:#d1d5db;opacity:.6}.instagram-feed__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(45deg,#f0943300,#dc274300,#bc188800);display:flex;align-items:center;justify-content:center;transition:background .3s ease}.instagram-feed__overlay-content{display:flex;flex-direction:column;align-items:center;gap:.5rem;opacity:0;transform:translateY(8px);transition:opacity .3s ease,transform .3s ease}.instagram-feed__overlay-icon{color:#fff}.instagram-feed__overlay-text{color:#fff;font-size:var(--text-xs, .75rem);font-weight:500;text-transform:uppercase;letter-spacing:.05em}.instagram-feed__item:hover .instagram-feed__overlay{background:linear-gradient(45deg,#f09433d9,#dc2743d9,#bc1888d9)}.instagram-feed__item:hover .instagram-feed__overlay-content{opacity:1;transform:translateY(0)}.instagram-feed__item--empty{cursor:default}.instagram-feed__item--empty:hover{transform:none;box-shadow:0 2px 8px #0000000f}.instagram-feed__cta{text-align:center;margin-top:2.5rem}.instagram-feed__button{display:inline-flex;align-items:center;gap:.625rem;padding:.875rem 2rem;background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);border:none;border-radius:2rem;color:#fff;text-decoration:none;font-size:var(--text-sm, .875rem);font-weight:600;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 4px 14px #dc27434d}.instagram-feed__button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #dc274366}.instagram-feed__button-icon{width:1.125rem;height:1.125rem}.instagram-feed__setup-note{font-family:var(--font-sans, "Inter", sans-serif);font-size:var(--text-sm, .875rem);color:var(--color-gray-400, #9ca3af);margin:0;font-style:italic}.marquee{--marquee-gap: 2.5rem;position:relative;width:100%;overflow:hidden;background-color:var(--marquee-bg, var(--color-foreground, #1a1a1a));color:var(--marquee-text, var(--color-background, #ffffff));padding-top:var(--marquee-padding-top, 12px);padding-bottom:var(--marquee-padding-bottom, 12px)}.marquee__track{display:flex;width:max-content;white-space:nowrap;animation:marquee-scroll var(--marquee-duration, 28s) linear infinite}.marquee__content{display:flex;align-items:center;gap:var(--marquee-gap);flex-shrink:0;padding-right:var(--marquee-gap)}.marquee__item{display:inline-flex;align-items:center;flex-shrink:0}.marquee__text,.marquee__link{letter-spacing:.04em;text-transform:uppercase;line-height:1}.marquee__link{color:inherit;text-decoration:none;transition:opacity var(--transition-fast, .15s) ease}.marquee__link:hover{opacity:.75}.marquee__link:focus-visible{outline:2px solid currentColor;outline-offset:4px;border-radius:2px}.marquee__separator{display:inline-flex;align-items:center;flex-shrink:0;opacity:.5;-webkit-user-select:none;user-select:none;font-size:.85em}.marquee--font-serif{font-family:var(--font-serif, "Playfair Display", serif);font-weight:var(--font-weight-normal, 400)}.marquee--font-sans{font-family:var(--font-sans, "Inter", sans-serif);font-weight:var(--font-weight-medium, 500)}.marquee--text-sm{font-size:var(--text-xs, .75rem)}.marquee--text-md{font-size:var(--text-sm, .875rem)}.marquee--text-lg{font-size:var(--text-base, 1rem)}@media screen and (min-width:750px){.marquee--text-sm{font-size:var(--text-sm, .875rem)}.marquee--text-md{font-size:var(--text-base, 1rem)}.marquee--text-lg{font-size:var(--text-lg, 1.125rem)}}.marquee--reverse .marquee__track{animation-direction:reverse}.marquee--pause-on-hover:hover .marquee__track{animation-play-state:paused}@keyframes marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.marquee__track{animation:none}}.multirow{background-color:var(--multirow-bg, transparent);padding-top:var(--multirow-padding-top-mobile);padding-bottom:var(--multirow-padding-bottom-mobile)}@media(min-width:1024px){.multirow{padding-top:var(--multirow-padding-top);padding-bottom:var(--multirow-padding-bottom)}}.multirow__container{max-width:var(--page-width, 1400px);margin:0 auto;padding:0 var(--page-margin, 1rem)}.multirow__header{text-align:center;margin-bottom:3rem}@media(min-width:1024px){.multirow__header{margin-bottom:4.5rem}}.multirow__subheading{font-family:var(--font-sans, "Inter", sans-serif);font-size:var(--text-sm, .875rem);font-weight:var(--font-weight-medium, 500);text-transform:uppercase;letter-spacing:.15em;color:var(--color-accent, #d4c5b0);margin:0 0 .75rem}.multirow__heading{font-family:var(--font-serif, "Playfair Display", serif);font-size:clamp(2rem,4vw,3rem);font-weight:var(--font-weight-normal, 400);line-height:var(--line-height-tight, 1.1);letter-spacing:-.01em;color:var(--color-foreground, #1a1a1a);margin:0}.multirow__rows{display:flex;flex-direction:column;gap:3rem}@media(min-width:1024px){.multirow__rows{gap:5rem}}.multirow__row{display:grid;grid-template-columns:1fr;gap:2rem;align-items:center}@media(min-width:1024px){.multirow__row{grid-template-columns:1fr 1fr;gap:4rem}.multirow__row--reversed{direction:rtl}.multirow__row--reversed>*{direction:ltr}}.multirow__media{position:relative;overflow:hidden;border-radius:var(--radius-md, .5rem)}.multirow__image{display:block;width:100%;height:auto;object-fit:cover;transition:transform var(--transition-slow, .5s ease)}.multirow__media:hover .multirow__image{transform:scale(1.02)}.multirow__placeholder{display:block;width:100%;height:auto;min-height:300px;background-color:var(--color-gray-100, #f3f4f6);border-radius:var(--radius-md, .5rem)}.multirow__content{display:flex;flex-direction:column;gap:1.25rem}.multirow__content--left{align-items:flex-start;text-align:left}.multirow__content--center{align-items:center;text-align:center}@media(min-width:1024px){.multirow__content{gap:1.5rem;padding:1rem 0}}.multirow__row-heading{font-family:var(--font-serif, "Playfair Display", serif);font-size:clamp(1.5rem,3vw,2.25rem);font-weight:var(--font-weight-normal, 400);line-height:var(--line-height-tight, 1.1);letter-spacing:-.01em;color:var(--color-foreground, #1a1a1a);margin:0}.multirow__text{font-family:var(--font-sans, "Inter", sans-serif);font-size:var(--text-base, 1rem);line-height:var(--line-height-relaxed, 1.625);color:var(--color-gray-600, #4b5563);max-width:32rem}.multirow__text p{margin:0 0 1rem}.multirow__text p:last-child{margin-bottom:0}.multirow__button{display:inline-flex;align-items:center;justify-content:center;font-family:var(--font-sans, "Inter", sans-serif);font-size:var(--text-sm, .875rem);font-weight:var(--font-weight-medium, 500);letter-spacing:.04em;text-transform:uppercase;text-decoration:none;padding:.875rem 2rem;border-radius:var(--radius-md, .5rem);transition:all var(--transition-fast, .15s ease);cursor:pointer;background-color:var(--color-primary, #000);color:var(--color-background, #fff);border:1px solid var(--color-primary, #000);margin-top:.25rem}.multirow__button:hover{opacity:.85}.multirow__button--outline{background-color:transparent;color:var(--color-foreground, #1a1a1a);border:1px solid var(--color-border, rgba(0, 0, 0, .1))}.multirow__button--outline:hover{border-color:var(--color-foreground, #1a1a1a);opacity:1}.multirow__button[aria-disabled=true]{pointer-events:none;opacity:.5}.newsletter-signup{position:relative;padding:5rem 1rem;background:#f9fafb;overflow:hidden}@media(min-width:640px){.newsletter-signup{padding:5rem 1.5rem}}@media(min-width:1024px){.newsletter-signup{padding:5rem 2rem}}.newsletter-signup__pattern{position:absolute;top:0;left:0;right:0;height:4px}.newsletter-signup__pattern-stripe{width:100%;height:100%;opacity:.2;background-image:repeating-linear-gradient(90deg,#000 0px,#000 40px,transparent 40px,transparent 80px)}.newsletter-signup__container{max-width:32rem;margin:0 auto;text-align:center}.newsletter-signup__heading{font-size:var(--text-4xl, 2.25rem);font-family:var(--font-serif, "Playfair Display", serif);font-weight:var(--font-weight-medium, 500);line-height:var(--line-height-snug, 1.25);margin:0 0 1rem}.newsletter-signup__description{font-family:var(--font-sans, "Inter", sans-serif);color:var(--color-gray-600, #4b5563);font-size:var(--text-base, 1rem);margin:0 0 2rem;line-height:var(--line-height-relaxed, 1.625)}.newsletter-signup__form-wrapper{display:flex;gap:.75rem;max-width:28rem;margin:0 auto}@media(max-width:639px){.newsletter-signup__form-wrapper{flex-direction:column}}.newsletter-signup__input{flex:1;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:var(--radius, .375rem);font-family:var(--font-sans);font-size:var(--text-base, 1rem);font-weight:var(--font-weight-normal, 400);background:#fff}.newsletter-signup__input:focus{outline:none;border-color:var(--color-primary, #000)}.newsletter-signup__button{white-space:nowrap}.newsletter-signup__success{color:#059669;font-weight:var(--font-weight-medium, 500);font-size:var(--text-base, 1rem);margin:0}.newsletter-signup__error{color:#dc2626;font-size:var(--text-sm, .875rem);margin:.5rem 0 0}.page-section{padding:3rem 1rem 4rem}@media(min-width:768px){.page-section{padding:5rem 2rem 6rem}}.page-section__container{max-width:900px;margin:0 auto}.page-section__header{text-align:center;margin-bottom:2.5rem}.page-section__title{font-family:var(--font-serif, "Playfair Display", serif);font-size:var(--text-3xl, 1.875rem);font-weight:var(--font-weight-medium, 500);line-height:1.2;margin:0}@media(min-width:768px){.page-section__title{font-size:var(--text-4xl, 2.25rem)}}.page-section__content.rte{font-size:var(--text-base, 1rem);line-height:1.8;color:var(--color-gray-700, #374151)}@media(min-width:640px){.page-section__content.rte{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.page-section__content.rte>*{grid-column:1 / -1}.page-section__content.rte>*:has(img){grid-column:auto;margin:0}.page-section__content.rte>p:has(img):not(:has(img:only-child)):not(:has(img+img)){grid-column:1 / -1}.page-section__content.rte>*:has(img) img{aspect-ratio:4/5;object-fit:cover;width:100%;margin:0;border-radius:.75rem}.page-section__content.rte>*:has(img+img),.page-section__content.rte>*:has(img~img){display:flex;gap:1.5rem;grid-column:1 / -1}}.page-section__content.rte h1,.page-section__content.rte h2,.page-section__content.rte h3,.page-section__content.rte h4,.page-section__content.rte h5,.page-section__content.rte h6{font-family:var(--font-serif, "Playfair Display", serif);font-weight:var(--font-weight-medium, 500);line-height:1.3;margin:2rem 0 1rem;color:var(--color-foreground, #000)}.page-section__content.rte h1:first-child,.page-section__content.rte h2:first-child,.page-section__content.rte h3:first-child{margin-top:0}.page-section__content.rte h2{font-size:var(--text-2xl, 1.5rem)}.page-section__content.rte h3{font-size:var(--text-xl, 1.25rem)}.page-section__content.rte h4{font-size:var(--text-lg, 1.125rem)}.page-section__content.rte p{margin:0 0 1.5rem}.page-section__content.rte p:last-child{margin-bottom:0}.page-section__content.rte strong,.page-section__content.rte b{font-weight:var(--font-weight-semibold, 600);color:var(--color-foreground, #000)}.page-section__content.rte em,.page-section__content.rte i{font-style:italic;color:var(--color-gray-600, #4b5563)}.page-section__content.rte a{color:var(--color-foreground, #000);text-decoration:underline;text-underline-offset:3px;transition:opacity .2s ease}.page-section__content.rte a:hover{opacity:.7}.page-section__content.rte ul,.page-section__content.rte ol{margin:0 0 1.5rem;padding-left:1.5rem}.page-section__content.rte li{margin-bottom:.5rem}.page-section__content.rte blockquote{margin:2rem 0;padding:1.5rem 2rem;border-left:4px solid var(--color-foreground, #000);background:#f9fafb;font-style:italic;color:var(--color-gray-600, #4b5563)}.page-section__content.rte img{max-width:100%;height:auto;border-radius:.75rem;margin:1.5rem 0;display:block}.page-section__content.rte img[src=""],.page-section__content.rte img:not([src]){display:none}.page-section__content.rte img+em,.page-section__content.rte img+p>em:only-child,.page-section__content.rte p>em:only-child{display:block;text-align:center;font-size:var(--text-sm, .875rem);color:var(--color-gray-500, #6b7280);margin-top:-.5rem;margin-bottom:2rem}.page-section__content.rte:after{content:"";display:table;clear:both}@media(min-width:640px){.page-section__content.rte>p:has(img+img),.page-section__content.rte>p:has(img~img){display:flex;gap:1.5rem;margin:2rem 0}.page-section__content.rte>p:has(img+img) img,.page-section__content.rte>p:has(img~img) img{flex:1;width:50%;aspect-ratio:4/5;object-fit:cover;margin:0}}.page-section__content.rte img{transition:transform .4s ease,box-shadow .4s ease}.page-section__content.rte img:hover{transform:scale(1.02);box-shadow:0 10px 30px #0000001a}.page-section__content.rte table{width:100%;border-collapse:collapse;margin:2rem 0}.page-section__content.rte th,.page-section__content.rte td{padding:.75rem 1rem;border:1px solid #e5e7eb;text-align:left}.page-section__content.rte th{background:#f9fafb;font-weight:var(--font-weight-medium, 500)}.page-section__content.rte hr{border:none;border-top:1px solid #e5e7eb;margin:3rem 0}.product{padding:2rem 1rem}@media(min-width:640px){.product{padding:3rem 1.5rem}}@media(min-width:1024px){.product{padding:4rem 2rem}}.product__container{max-width:1400px;margin:0 auto;display:grid;gap:2rem}@media(min-width:1024px){.product__container{grid-template-columns:1fr 1fr;gap:4rem}}.product__gallery{position:relative}@media(min-width:1024px){.product__gallery{position:sticky;top:2rem;height:fit-content}}.product__gallery--thumbnails{display:grid;grid-template-columns:80px 1fr;gap:1rem}.product__thumbnails{display:flex;flex-direction:column;gap:.5rem}@media(min-width:750px){.product__gallery--thumbnails .product__thumbnails{max-height:min(calc(100vh - 120px),700px);overflow-y:auto;scrollbar-width:none}.product__gallery--thumbnails .product__thumbnails::-webkit-scrollbar{display:none}}.product__thumbnail{width:80px;height:80px;flex-shrink:0;padding:0;border:2px solid transparent;border-radius:var(--radius, .375rem);cursor:pointer;overflow:hidden;background:none;transition:border-color .15s ease}.product__thumbnail:hover{border-color:var(--color-gray-300, #d1d5db)}.product__thumbnail--active{border-color:var(--color-primary, #000)}.product__thumbnail-image{width:100%;height:100%;object-fit:cover}.product__images{position:relative}.product__image-wrapper{display:none}.product__image-wrapper--active{display:block}.product__gallery--stacked .product__image-wrapper{display:block;margin-bottom:1rem}.product__gallery--stacked .product__image-wrapper:last-child{margin-bottom:0}.product__image{width:100%;height:auto;border-radius:var(--radius-lg, .75rem)}.product__image-zoom{display:block;width:100%;padding:0;border:none;background:none;cursor:zoom-in}.product__placeholder{width:100%;aspect-ratio:1;background:#f3f4f6;border-radius:var(--radius-lg, .75rem)}.product__slider-controls{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);display:flex;justify-content:space-between;padding:0 .5rem;pointer-events:none}.product__slider-prev,.product__slider-next{pointer-events:auto;width:44px;height:44px;border-radius:50%;background:#fffffff2;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0000001a;transition:transform .15s ease,box-shadow .15s ease}.product__slider-prev:hover,.product__slider-next:hover{transform:scale(1.05);box-shadow:0 4px 12px #00000026}@media(max-width:749px){.product__gallery--thumbnails{display:block}.product__thumbnails{display:none}.product__images{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none}.product__images::-webkit-scrollbar{display:none}.product__image-wrapper,.product__image-wrapper[hidden]{display:block!important;flex:0 0 100%;width:100%;scroll-snap-align:center;scroll-snap-stop:always}.product__gallery--stacked .product__image-wrapper{margin-bottom:0;flex:0 0 100%;scroll-snap-align:center}.product__slider-controls{display:none}.product__carousel-pagination{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:.75rem 0 .25rem}.product__carousel-prev,.product__carousel-next{width:36px;height:36px;border:1px solid var(--color-gray-200, #e5e7eb);border-radius:50%;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--color-foreground, #000);transition:border-color .15s ease}.product__carousel-prev:hover,.product__carousel-next:hover{border-color:var(--color-gray-400, #9ca3af)}.product__carousel-counter{font-size:var(--text-sm, .875rem);color:var(--color-gray-500, #6b7280);min-width:3rem;text-align:center}}@media(min-width:750px){.product__carousel-pagination{display:none}}.product__info{display:flex;flex-direction:column;gap:1.25rem}.product__vendor{font-size:var(--text-sm, .875rem);color:var(--color-gray-500, #6b7280);text-transform:uppercase;letter-spacing:.1em;margin:0 0 .5rem}.product__title{font-size:var(--text-3xl, 1.875rem);font-family:var(--font-serif, "Playfair Display", serif);font-weight:var(--font-weight-medium, 500);line-height:var(--line-height-snug, 1.25);margin:0}@media(min-width:768px){.product__title{font-size:var(--text-4xl, 2.25rem)}}.product__sku{font-size:var(--text-sm, .875rem);color:var(--color-gray-500, #6b7280);margin:0}.product__price{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.product__price-regular,.product__price-sale{font-size:var(--text-2xl, 1.5rem);font-weight:var(--font-weight-medium, 500)}.product__price-sale{color:#dc2626}.product__price-compare{font-size:var(--text-lg, 1.125rem);color:var(--color-gray-400, #9ca3af);text-decoration:line-through}.product__badge{padding:.25rem .75rem;font-size:var(--text-xs, .75rem);font-weight:var(--font-weight-medium, 500);border-radius:2rem;text-transform:uppercase;letter-spacing:.05em}.product__badge--sale{background:#dc2626;color:#fff}.product__tax-notice{font-size:var(--text-sm, .875rem);color:var(--color-gray-500, #6b7280);margin:.5rem 0 0}.product__inventory-status{font-size:var(--text-sm, .875rem);display:inline-flex;align-items:center;gap:.375rem}.product__inventory-status:before{content:"";width:8px;height:8px;border-radius:50%}.product__inventory-status--in-stock{color:#059669}.product__inventory-status--in-stock:before{background:#059669}.product__inventory-status--low{color:#d97706}.product__inventory-status--low:before{background:#d97706}.product__inventory-status--out{color:#dc2626}.product__inventory-status--out:before{background:#dc2626}.product__description-heading{font-size:var(--text-base, 1rem);font-weight:var(--font-weight-medium, 500);margin:0 0 .75rem}.product__description{font-size:var(--text-base, 1rem);line-height:var(--line-height-relaxed, 1.625);color:var(--color-gray-600, #4b5563)}.product__description p{margin:0 0 1rem}.product__description p:last-child{margin-bottom:0}.product__variants{display:flex;flex-direction:column;gap:1.25rem}.product__option-label{display:block;font-size:var(--text-sm, .875rem);font-weight:var(--font-weight-medium, 500);margin-bottom:.625rem}.product__option-selected{font-weight:var(--font-weight-normal, 400);color:var(--color-gray-500, #6b7280)}.product__option-select{width:100%;padding:.875rem 1rem;border:1px solid var(--color-gray-300, #d1d5db);border-radius:var(--radius, .375rem);font-family:var(--font-sans);font-size:var(--text-base, 1rem);background:#fff;cursor:pointer;transition:border-color .15s ease}.product__option-select:hover{border-color:var(--color-gray-400, #9ca3af)}.product__option-select:focus{border-color:var(--color-primary, #000);outline:none}.product__option-buttons{display:flex;flex-wrap:wrap;gap:.5rem}.product__option-button{display:inline-flex;align-items:center;justify-content:center;min-width:48px;padding:.625rem 1rem;border:1px solid var(--color-gray-300, #d1d5db);border-radius:var(--radius, .375rem);font-size:var(--text-sm, .875rem);cursor:pointer;transition:all .15s ease}.product__option-button:hover{border-color:var(--color-gray-400, #9ca3af)}.product__option-button--selected{border-color:var(--color-primary, #000);background:var(--color-primary, #000);color:#fff}.product__option-swatches{display:flex;flex-wrap:wrap;gap:.625rem}.product__option-swatch{width:40px;height:40px;border-radius:50%;border:1.5px solid var(--color-gray-200, #e5e7eb);cursor:pointer;background:var(--swatch-color, #ccc);box-shadow:inset 0 0 0 1px #0000000f;transition:transform .15s ease,box-shadow .15s ease;position:relative}.product__option-swatch:hover{transform:scale(1.15);box-shadow:inset 0 0 0 1px #0000000f,0 0 0 2px var(--color-gray-300, #d1d5db)}.product__option-swatch:hover:after{content:attr(title);position:absolute;bottom:calc(100% + 6px);left:50%;transform:translate(-50%);background:var(--color-foreground, #000);color:#fff;font-size:.7rem;padding:3px 8px;border-radius:4px;white-space:nowrap;pointer-events:none;z-index:10}.product__option-swatch--selected{border-color:var(--color-primary, #000);box-shadow:0 0 0 2px #fff,0 0 0 3.5px var(--color-primary, #000);transform:scale(1.05)}.product__option-swatch input:focus-visible+.visually-hidden,.product__option-swatch:has(input:focus-visible){outline:2px solid var(--color-primary, #000);outline-offset:3px;border-radius:50%}.product__option-button:has(input:focus-visible){outline:2px solid var(--color-primary, #000);outline-offset:2px}.product__payment-icons{display:flex;flex-wrap:wrap;gap:.375rem;justify-content:center;padding-top:.5rem}.product__payment-icon{height:24px;width:auto;opacity:.7}.product__quantity{display:flex;flex-direction:column;gap:.625rem}.product__quantity-label{font-size:var(--text-sm, .875rem);font-weight:var(--font-weight-medium, 500)}.product__quantity-wrapper{display:inline-flex;align-items:center;border:1px solid var(--color-gray-300, #d1d5db);border-radius:var(--radius, .375rem);width:fit-content}.product__quantity-btn{width:44px;height:44px;border:none;background:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--color-gray-600, #4b5563);transition:background .15s ease}.product__quantity-btn:hover{background:var(--color-gray-100, #f3f4f6)}.product__quantity-input{width:60px;height:44px;border:none;border-left:1px solid var(--color-gray-300, #d1d5db);border-right:1px solid var(--color-gray-300, #d1d5db);text-align:center;font-size:var(--text-base, 1rem);-moz-appearance:textfield}.product__quantity-input::-webkit-outer-spin-button,.product__quantity-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.product__buttons{display:flex;flex-direction:column;gap:.75rem}.product__add-to-cart{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2rem;font-size:var(--text-base, 1rem);font-weight:var(--font-weight-medium, 500);background:var(--color-primary, #000);color:#fff;border:none;border-radius:var(--radius, .375rem);cursor:pointer;transition:opacity .15s ease,transform .15s ease}.product__add-to-cart:hover:not(:disabled){opacity:.9}.product__add-to-cart:active:not(:disabled){transform:scale(.98)}.product__add-to-cart:disabled{opacity:.5;cursor:not-allowed}.product__button-icon{flex-shrink:0}.product__accordion{border:1px solid var(--color-gray-200, #e5e7eb);border-radius:var(--radius, .375rem)}.product__accordion-header{display:flex;align-items:center;gap:.75rem;width:100%;padding:1rem;font-size:var(--text-base, 1rem);font-weight:var(--font-weight-medium, 500);cursor:pointer;list-style:none;transition:background .15s ease}.product__accordion-header::-webkit-details-marker{display:none}.product__accordion-header:hover{background:var(--color-gray-50, #f9fafb)}.product__accordion-icon{flex-shrink:0;color:var(--color-gray-500, #6b7280)}.product__accordion-title{flex:1}.product__accordion-toggle{flex-shrink:0;color:var(--color-gray-400, #9ca3af);transition:transform .2s ease}.product__accordion-toggle-v{transition:transform .2s ease}.product__accordion[open] .product__accordion-toggle-v{transform:scaleY(0)}.product__accordion-content{padding:0 1rem 1rem;font-size:var(--text-sm, .875rem);line-height:var(--line-height-relaxed, 1.625);color:var(--color-gray-600, #4b5563)}.product__share{display:flex;align-items:center;gap:1rem;padding-top:.5rem}.product__share-label{font-size:var(--text-sm, .875rem);color:var(--color-gray-500, #6b7280)}.product__share-buttons{display:flex;gap:.5rem}.product__share-button{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:1px solid var(--color-gray-200, #e5e7eb);border-radius:50%;color:var(--color-gray-600, #4b5563);text-decoration:none;background:none;cursor:pointer;transition:all .15s ease}.product__share-button:hover{border-color:var(--color-gray-400, #9ca3af);color:var(--color-foreground, #000)}.product__trust-badges{display:flex;flex-wrap:wrap;gap:1.5rem;padding:1.25rem;background:var(--color-gray-50, #f9fafb);border-radius:var(--radius-lg, .75rem)}.product__trust-badge{display:flex;align-items:center;gap:.625rem;flex:1;min-width:140px}.product__trust-badge-icon{flex-shrink:0;color:var(--color-gray-600, #4b5563)}.product__trust-badge-text{font-size:var(--text-sm, .875rem);color:var(--color-gray-600, #4b5563)}.product__text{font-size:var(--text-sm, .875rem);color:var(--text-color, var(--color-gray-600, #4b5563));line-height:var(--line-height-relaxed, 1.625)}.product__option-button--unavailable{opacity:.4;text-decoration:line-through;cursor:not-allowed}.product__option-swatch--unavailable{opacity:.35;cursor:not-allowed;position:relative}.product__option-swatch--unavailable:after{content:"";position:absolute;top:50%;left:10%;right:10%;height:2px;background:#000;transform:rotate(-45deg);pointer-events:none}.product__sticky-bar{display:none;position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid var(--color-gray-200, #e5e7eb);padding:.75rem 1rem;padding-bottom:calc(.75rem + env(safe-area-inset-bottom,0px));z-index:100;box-shadow:0 -2px 10px #00000014;transform:translateY(100%);transition:transform .25s ease;will-change:transform}.product__sticky-bar--visible{transform:translateY(0)}@media(max-width:1023px){.product__sticky-bar{display:flex;align-items:center;gap:.75rem}}.product__sticky-bar-info{flex:1;min-width:0}.product__sticky-bar-title{font-size:var(--text-sm, .875rem);font-weight:var(--font-weight-medium, 500);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0}.product__sticky-bar-pricing{display:flex;align-items:center;gap:.5rem;margin:0}.product__sticky-bar-price{font-size:var(--text-sm, .875rem);font-weight:var(--font-weight-medium, 500);margin:0}.product__sticky-bar-compare{font-size:var(--text-xs, .75rem);color:var(--color-gray-400, #9ca3af);text-decoration:line-through}.product__sticky-bar-badge{font-size:var(--text-xs, .75rem);font-weight:var(--font-weight-medium, 500);background:#dc2626;color:#fff;padding:.125rem .375rem;border-radius:2rem}.product__sticky-bar-price--sale{color:#dc2626}.product__sticky-bar-btn{flex-shrink:0;padding:.75rem 1.5rem;font-size:var(--text-sm, .875rem);font-weight:var(--font-weight-medium, 500);background:var(--color-primary, #000);color:#fff;border:none;border-radius:var(--radius, .375rem);cursor:pointer}.product__sticky-bar-btn:disabled{opacity:.5;cursor:not-allowed}.product__lightbox{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#000000e6;align-items:center;justify-content:center;cursor:zoom-out;opacity:0;transition:opacity .2s ease}.product__lightbox--active{display:flex;opacity:1}.product__lightbox-close{position:absolute;top:1rem;right:1rem;z-index:1001;width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:#ffffff26;border:none;border-radius:50%;color:#fff;cursor:pointer;transition:background .15s ease}.product__lightbox-close:hover{background:#ffffff4d}.product__lightbox-image{max-width:90vw;max-height:90vh;object-fit:contain;cursor:default;transform:scale(.95);transition:transform .2s ease}.product__lightbox--active .product__lightbox-image{transform:scale(1)}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.related-products{display:block;padding-left:var(--page-margin, 1rem);padding-right:var(--page-margin, 1rem)}.related-products__container{max-width:var(--page-width, 1400px);margin:0 auto}.related-products__header{text-align:center;margin-bottom:2.5rem}@media(min-width:1024px){.related-products__header{margin-bottom:3rem}}.related-products__heading{font-family:var(--font-serif, "Playfair Display", serif);font-size:var(--text-3xl, 1.875rem);font-weight:var(--font-weight-medium, 500);line-height:var(--line-height-snug, 1.25);color:var(--color-foreground, #000);margin:0 0 .75rem}@media(min-width:640px){.related-products__heading{font-size:var(--text-4xl, 2.25rem)}}.related-products__subheading{font-family:var(--font-sans, "Inter", sans-serif);font-size:var(--text-base, 1rem);color:var(--color-gray-600, #4b5563);line-height:var(--line-height-normal, 1.5);margin:0}.related-products__grid{display:grid;grid-template-columns:1fr;gap:1.25rem;list-style:none;padding:0;margin:0}@media(min-width:640px){.related-products__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media(min-width:1024px){.related-products__grid--2{grid-template-columns:repeat(2,1fr)}.related-products__grid--3{grid-template-columns:repeat(3,1fr)}.related-products__grid--4{grid-template-columns:repeat(4,1fr)}.related-products__grid--5{grid-template-columns:repeat(5,1fr)}}.related-products__item{list-style:none}.rich-text{position:relative}.rich-text__container{max-width:var(--page-width, 1400px);margin:0 auto;padding:0 var(--page-margin, 1rem)}@media(min-width:640px){.rich-text__container{padding:0 var(--page-margin, 1.5rem)}}@media(min-width:1024px){.rich-text__container{padding:0 var(--page-margin, 2rem)}}.rich-text__content{margin:0 auto}.rich-text__content--small{max-width:540px}.rich-text__content--medium{max-width:780px}.rich-text__content--full{max-width:100%}.rich-text__content--left{text-align:left;margin-left:0}.rich-text__content--center{text-align:center}.rich-text__content--right{text-align:right;margin-right:0}.rich-text__caption{font-family:var(--font-sans, "Inter", sans-serif);font-size:var(--text-xs, .75rem);font-weight:var(--font-weight-medium, 500);letter-spacing:.15em;text-transform:uppercase;color:var(--color-accent, #d4c5b0);margin:0 0 1rem}.rich-text__heading{font-family:var(--font-serif, "Playfair Display", serif);font-weight:var(--font-weight-normal, 400);line-height:1.15;letter-spacing:-.02em;color:var(--color-foreground, #111);margin:0 0 1.25rem}.rich-text__heading--small{font-size:var(--text-2xl, 1.5rem)}.rich-text__heading--medium{font-size:var(--text-3xl, 1.875rem)}.rich-text__heading--large{font-size:var(--text-4xl, 2.25rem)}@media(min-width:750px){.rich-text__heading--small{font-size:var(--text-3xl, 1.875rem)}.rich-text__heading--medium{font-size:var(--text-4xl, 2.25rem)}.rich-text__heading--large{font-size:var(--text-5xl, 3rem)}}@media(min-width:1024px){.rich-text__heading--large{font-size:var(--text-6xl, 3.75rem)}}.rich-text__text{font-family:var(--font-sans, "Inter", sans-serif);font-size:var(--text-base, 1rem);font-weight:var(--font-weight-light, 300);line-height:1.7;color:var(--color-gray-600, #4b5563);margin:0 0 1.5rem}.rich-text__text p{margin:0 0 1em}.rich-text__text p:last-child{margin-bottom:0}@media(min-width:750px){.rich-text__text{font-size:var(--text-lg, 1.125rem)}}.rich-text__button-wrapper{margin-top:.5rem}.rich-text__button{display:inline-flex;align-items:center;justify-content:center;font-family:var(--font-sans, "Inter", sans-serif);font-size:var(--text-sm, .875rem);font-weight:var(--font-weight-medium, 500);letter-spacing:.05em;text-transform:uppercase;text-decoration:none;padding:.875rem 2rem;border-radius:var(--radius-sm, .25rem);transition:all var(--transition-fast, .15s) ease;cursor:pointer;background:var(--color-foreground, #111);color:var(--color-background, #fff);border:1px solid var(--color-foreground, #111)}.rich-text__button:hover{background:transparent;color:var(--color-foreground, #111)}.rich-text__button--outline{background:transparent;color:var(--color-foreground, #111);border:1px solid var(--color-border, #d1d5db)}.rich-text__button--outline:hover{background:var(--color-foreground, #111);color:var(--color-background, #fff);border-color:var(--color-foreground, #111)}.rich-text__content>*:last-child{margin-bottom:0}.search-page{padding:2rem 1rem 4rem}@media(min-width:640px){.search-page{padding:3rem 1.5rem 5rem}}@media(min-width:1024px){.search-page{padding:4rem 2rem 6rem}}.search-page__container{max-width:1200px;margin:0 auto}.search-page__header{text-align:center;margin-bottom:2rem}.search-page__title{font-size:var(--text-4xl, 2.25rem);font-family:var(--font-serif, "Playfair Display", serif);font-weight:var(--font-weight-medium, 500);margin:0}.search-form{max-width:600px;margin:0 auto 3rem}.search-form__wrapper{display:flex;align-items:center;background:#fff;border:2px solid var(--color-gray-200, #e5e7eb);border-radius:3rem;padding:.25rem;transition:border-color .2s ease,box-shadow .2s ease}.search-form__wrapper:focus-within{border-color:var(--color-foreground, #000);box-shadow:0 4px 20px #00000014}.search-form__icon{flex-shrink:0;margin-left:1rem;color:var(--color-gray-400, #9ca3af)}.search-form__input{flex:1;border:none;padding:.875rem 1rem;font-size:var(--text-base, 1rem);background:transparent;outline:none}.search-form__input::placeholder{color:var(--color-gray-400, #9ca3af)}.search-form__button{flex-shrink:0;padding:.75rem 1.5rem;background:var(--color-foreground, #000);color:#fff;border:none;border-radius:2rem;font-size:var(--text-sm, .875rem);font-weight:500;cursor:pointer;transition:opacity .2s ease}.search-form__button:hover{opacity:.9}.search-page__results-count{text-align:center;color:var(--color-gray-600, #4b5563);margin-bottom:2rem}.search-results__grid{display:grid;grid-template-columns:repeat(1,1fr);gap:1.5rem}@media(min-width:640px){.search-results__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.search-results__grid{grid-template-columns:repeat(4,1fr)}}.search-result__link{display:block;text-decoration:none;color:inherit}.search-result__image-wrapper{aspect-ratio:1;background:var(--color-gray-100, #f3f4f6);border-radius:.75rem;overflow:hidden;margin-bottom:1rem}.search-result__image{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.search-result__link:hover .search-result__image{transform:scale(1.05)}.search-result__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--color-gray-300, #d1d5db)}.search-result__title{font-size:var(--text-base, 1rem);font-weight:var(--font-weight-medium, 500);margin:0 0 .25rem}.search-result__price{color:var(--color-gray-600, #4b5563);font-size:var(--text-sm, .875rem);margin:0}.search-result__type{display:inline-block;font-size:var(--text-xs, .75rem);color:var(--color-gray-500, #6b7280);background:var(--color-gray-100, #f3f4f6);padding:.25rem .5rem;border-radius:.25rem;margin-top:.5rem}.search-results__pagination{margin-top:3rem;text-align:center}.search-empty{text-align:center;padding:3rem 1rem;max-width:500px;margin:0 auto}.search-empty__icon{width:100px;height:100px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#fef2f2,#fee2e2);border-radius:50%;color:#f87171}.search-empty__title{font-size:var(--text-xl, 1.25rem);font-family:var(--font-serif, "Playfair Display", serif);font-weight:var(--font-weight-medium, 500);margin:0 0 .75rem}.search-empty__message{color:var(--color-gray-500, #6b7280);font-size:var(--text-base, 1rem);margin:0 0 2rem}.search-empty__suggestions{background:var(--color-gray-50, #f9fafb);border-radius:1rem;padding:1.5rem;margin-bottom:2rem;text-align:left}.search-empty__suggestions-title{font-size:var(--text-sm, .875rem);font-weight:500;margin:0 0 .75rem}.search-empty__suggestions-list{margin:0;padding-left:1.25rem;color:var(--color-gray-600, #4b5563);font-size:var(--text-sm, .875rem)}.search-empty__suggestions-list li{margin-bottom:.25rem}.search-empty__button{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 2rem;background:var(--color-foreground, #000);color:#fff;text-decoration:none;border-radius:2rem;font-size:var(--text-sm, .875rem);font-weight:500;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 4px 14px #00000026}.search-empty__button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0003}.search-initial{text-align:center;padding:3rem 1rem}.search-initial__icon{width:80px;height:80px;margin:0 auto 1.25rem;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f3f4f6,#e5e7eb);border-radius:50%;color:var(--color-gray-400, #9ca3af)}.search-initial__text{color:var(--color-gray-500, #6b7280);font-size:var(--text-base, 1rem);margin:0}.testimonials{position:relative;padding:4rem 1rem;background:#fafafa}@media(min-width:640px){.testimonials{padding:4rem 1.5rem}}@media(min-width:1024px){.testimonials{padding:6rem 2rem}}.testimonials__container{position:relative;max-width:1200px;margin:0 auto;z-index:10}.testimonials__header{text-align:center;margin-bottom:3rem}.testimonials__heading{font-size:var(--text-4xl, 2.25rem);font-family:var(--font-serif, "Playfair Display", serif);font-weight:var(--font-weight-medium, 500);line-height:var(--line-height-snug, 1.25);margin:0 0 1rem}.testimonials__subheading{font-family:var(--font-sans, "Inter", sans-serif);color:var(--color-gray-600, #4b5563);font-size:var(--text-base, 1rem);line-height:var(--line-height-normal, 1.5);margin:0}.testimonials__grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:640px){.testimonials__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.testimonials__grid{grid-template-columns:repeat(3,1fr)}}.testimonial-card{background:#fff;border-radius:.75rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a;display:flex;flex-direction:column;gap:1rem}.testimonial-card__stars{display:flex;gap:.125rem}.testimonial-card__star{color:#d1d5db;width:1.125rem;height:1.125rem}.testimonial-card__star--filled{color:#fbbf24}.testimonial-card__text{font-family:var(--font-sans, "Inter", sans-serif);font-size:var(--text-base, 1rem);line-height:var(--line-height-relaxed, 1.625);color:var(--color-gray-700, #374151);margin:0;flex-grow:1}.testimonial-card__author{display:flex;align-items:center;gap:.75rem;padding-top:.5rem;border-top:1px solid #e5e7eb}.testimonial-card__avatar{width:2.5rem;height:2.5rem;border-radius:50%;object-fit:cover}.testimonial-card__avatar-placeholder{width:2.5rem;height:2.5rem;border-radius:50%;background:#e5e7eb;display:flex;align-items:center;justify-content:center;font-family:var(--font-sans, "Inter", sans-serif);font-size:var(--text-sm, .875rem);font-weight:500;color:#6b7280}.testimonial-card__author-info{display:flex;flex-direction:column}.testimonial-card__name{font-family:var(--font-sans, "Inter", sans-serif);font-size:var(--text-sm, .875rem);font-weight:500;color:var(--color-foreground, #000)}.testimonial-card__location{font-family:var(--font-sans, "Inter", sans-serif);font-size:var(--text-xs, .75rem);color:var(--color-gray-500, #6b7280)}.video-section{padding:3rem 1rem}@media(min-width:640px){.video-section{padding:4rem 1.5rem}}@media(min-width:1024px){.video-section{padding:5rem 2rem}}.video-section__container{max-width:var(--page-width, 1400px);margin:0 auto}.video-section__container--full{max-width:100%;padding:0}.video-section__header{text-align:center;max-width:48rem;margin:0 auto 2rem}@media(min-width:1024px){.video-section__header{margin-bottom:3rem}}.video-section__heading{font-family:var(--font-serif, "Playfair Display", serif);font-size:var(--text-3xl, 1.875rem);font-weight:var(--font-weight-normal, 400);line-height:1.2;margin:0 0 .75rem;color:var(--color-foreground, #111827)}@media(min-width:768px){.video-section__heading{font-size:var(--text-4xl, 2.25rem)}}@media(min-width:1024px){.video-section__heading{font-size:var(--text-5xl, 3rem)}}.video-section__description{font-family:var(--font-sans, "Inter", sans-serif);font-size:var(--text-base, 1rem);line-height:1.6;color:var(--color-gray-600, #4b5563);margin:0}@media(min-width:768px){.video-section__description{font-size:var(--text-lg, 1.125rem)}}.video-section__media{position:relative;width:100%;aspect-ratio:16 / 9;border-radius:var(--radius-lg, .75rem);overflow:hidden;background:var(--color-gray-100, #f3f4f6)}.video-section__container--full .video-section__media{border-radius:0}.video-section__poster{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;cursor:pointer}.video-section__poster[hidden]{display:none}.video-section__cover-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.video-section__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:var(--color-gray-100, #f3f4f6)}.video-section__placeholder-svg{width:100%;height:100%;object-fit:cover}.video-section__play-button{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;width:4rem;height:4rem;border:none;border-radius:50%;background:#fffffff2;color:var(--color-foreground, #111827);cursor:pointer;transition:transform var(--transition-medium, .3s ease),background var(--transition-fast, .15s ease),box-shadow var(--transition-fast, .15s ease);box-shadow:0 4px 20px #00000026}@media(min-width:768px){.video-section__play-button{width:5rem;height:5rem}}.video-section__play-button:hover{transform:scale(1.1);background:#fff;box-shadow:0 6px 30px #0003}.video-section__play-button:focus-visible{outline:2px solid var(--color-primary, #000);outline-offset:4px}.video-section__play-icon{display:flex;align-items:center;justify-content:center;margin-left:3px}.video-section__play-icon svg{width:1.5rem;height:1.5rem}@media(min-width:768px){.video-section__play-icon svg{width:1.75rem;height:1.75rem}}.video-section__poster:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#00000026;z-index:1;transition:background var(--transition-medium, .3s ease)}.video-section__poster:hover:before{background:#00000040}.video-section__iframe-wrapper{position:absolute;top:0;right:0;bottom:0;left:0}.video-section__iframe-wrapper[hidden]{display:none}.video-section__iframe{width:100%;height:100%;border:none}.video-section__empty{display:flex;align-items:center;justify-content:center;height:100%;font-family:var(--font-sans, "Inter", sans-serif);font-size:var(--text-sm, .875rem);color:var(--color-gray-500, #6b7280);text-align:center;padding:2rem}.video-section__empty p{margin:0}.block-button{display:flex;justify-content:var(--block-button-align, flex-start)}.block-button__btn{display:inline-flex;align-items:center;justify-content:center;padding:.875rem 2rem;font-family:var(--font-sans, sans-serif);font-size:var(--text-sm, .875rem);font-weight:var(--font-weight-medium, 500);text-transform:uppercase;letter-spacing:.05em;text-decoration:none;border-radius:var(--radius-md, .5rem);transition:all var(--transition-fast, .15s ease);cursor:pointer;min-width:160px;text-align:center}.block-button__btn--filled{background-color:var(--color-foreground, #000);color:var(--color-background, #fff);border:2px solid var(--color-foreground, #000)}.block-button__btn--filled:hover{background-color:transparent;color:var(--color-foreground, #000)}.block-button__btn--outline{background-color:transparent;color:var(--color-foreground, #000);border:2px solid var(--color-border, rgba(0,0,0,.1))}.block-button__btn--outline:hover{border-color:var(--color-foreground, #000);background-color:var(--color-foreground, #000);color:var(--color-background, #fff)}.block-button__btn[aria-disabled=true]{opacity:.5;cursor:default;pointer-events:none}.block-collection-card{max-width:400px}.block-collection-card__link{display:block;text-decoration:none;color:inherit}.block-collection-card__image-wrapper{position:relative;aspect-ratio:3 / 4;border-radius:var(--radius-md, .5rem);overflow:hidden}.block-collection-card__image{width:100%;height:100%;object-fit:cover;transition:transform var(--transition-slow, .5s ease)}.block-collection-card__link:hover .block-collection-card__image{transform:scale(1.04)}.block-collection-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.2) 0%,transparent 50%);pointer-events:none;transition:opacity var(--transition-medium, .3s ease)}.block-collection-card__link:hover .block-collection-card__overlay{opacity:.6}.block-collection-card__title{margin-top:.75rem;font-family:var(--font-serif, "Playfair Display", Georgia, serif);font-size:var(--text-lg, 1.125rem);font-weight:var(--font-weight-normal, 400)}.block-collection-card__description{margin-top:.25rem;font-size:var(--text-sm, .875rem);color:var(--color-gray-600, #4b5563);line-height:var(--line-height-relaxed, 1.625)}.block-collection-card__placeholder-img{width:100%;height:100%;background:var(--color-gray-100, #f3f4f6);display:flex;align-items:center;justify-content:center}.block-collection-card__placeholder{aspect-ratio:3 / 4;background:var(--color-gray-100, #f3f4f6);border-radius:var(--radius-md, .5rem);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.block-collection-card__placeholder-svg{width:50%;height:auto;opacity:.3}.block-collection-card__placeholder-text{font-size:var(--text-sm, .875rem);color:var(--color-gray-400, #9ca3af)}.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}.block-heading{text-align:var(--block-heading-align, left)}.block-heading__text{margin:0;line-height:var(--line-height-tight, 1.1)}.block-heading__text--serif{font-family:var(--font-serif, "Playfair Display", Georgia, serif);font-weight:var(--font-weight-normal, 400)}.block-heading__text--sans{font-family:var(--font-sans, "Inter", sans-serif);font-weight:var(--font-weight-semibold, 600)}.block-heading__text--small{font-size:var(--text-xl, 1.25rem)}.block-heading__text--medium{font-size:clamp(1.5rem,3vw,var(--text-3xl, 1.875rem))}.block-heading__text--large{font-size:clamp(2rem,4vw,var(--text-5xl, 3rem))}.block-image__img{display:block;width:100%;height:auto;border-radius:var(--block-image-radius, 0)}.block-image__placeholder{aspect-ratio:4 / 3;background:var(--color-gray-100, #f3f4f6);border-radius:var(--block-image-radius, 0);display:flex;align-items:center;justify-content:center}.block-image__placeholder-svg{width:60%;height:auto;opacity:.3}.block-image__caption{margin-top:.5rem;font-size:var(--text-sm, .875rem);color:var(--color-gray-600, #4b5563)}.block-image__link{display:block;text-decoration:none;color:inherit}.block-image__link:hover .block-image__img{opacity:.9;transition:opacity var(--transition-medium, .3s ease)}.block-product-card{max-width:360px}.block-product-card__placeholder{aspect-ratio:3 / 4;background:var(--color-gray-100, #f3f4f6);border-radius:var(--radius-md, .5rem);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:2rem}.block-product-card__placeholder-svg{width:50%;height:auto;opacity:.3}.block-product-card__placeholder-text{font-size:var(--text-sm, .875rem);color:var(--color-gray-400, #9ca3af)}.block-spacer{height:var(--block-spacer-height, 40px)}.text{text-align:var(--text-align)}.text--title{font-size:2rem;font-weight:700}.text--subtitle{font-size:1.5rem}.block-video__container{position:relative;aspect-ratio:16 / 9;border-radius:var(--radius-md, .5rem);overflow:hidden}.block-video__iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.block-video__placeholder{aspect-ratio:16 / 9;background:var(--color-gray-100, #f3f4f6);border-radius:var(--radius-md, .5rem);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;color:var(--color-gray-400, #9ca3af)}.block-video__placeholder p{font-size:var(--text-sm, .875rem)}.cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;visibility:hidden;pointer-events:none}.cart-drawer.is-open{visibility:visible;pointer-events:auto}.cart-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000;transition:background-color .3s ease}.cart-drawer.is-open .cart-drawer__overlay{background:#00000073}.cart-drawer__panel{position:absolute;top:0;right:0;bottom:0;width:100%;max-width:420px;background:var(--color-background, #fff);display:flex;flex-direction:column;transform:translate(100%);transition:transform .35s cubic-bezier(.4,0,.2,1);box-shadow:-4px 0 24px #0000001f}.cart-drawer.is-open .cart-drawer__panel{transform:translate(0)}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--color-border, #e5e7eb);flex-shrink:0}.cart-drawer__title{font-family:var(--font-serif, "Playfair Display", serif);font-size:var(--text-xl, 1.25rem);font-weight:var(--font-weight-medium, 500);margin:0;color:var(--color-foreground, #000)}.cart-drawer__close{display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;background:none;border:none;cursor:pointer;border-radius:var(--radius-sm, .25rem);color:var(--color-foreground, #000);transition:background-color var(--transition-fast, .15s ease)}.cart-drawer__close:hover{background:var(--color-gray-100, #f3f4f6)}.cart-drawer__body{flex:1;overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain}.cart-drawer__body::-webkit-scrollbar{width:4px}.cart-drawer__body::-webkit-scrollbar-track{background:transparent}.cart-drawer__body::-webkit-scrollbar-thumb{background:var(--color-gray-300, #d1d5db);border-radius:4px}.cart-drawer__shipping{padding:1rem 1.5rem;background:var(--color-gray-100, #f3f4f6);border-bottom:1px solid var(--color-border, #e5e7eb)}.cart-drawer__shipping-msg{font-family:var(--font-sans, "Inter", sans-serif);font-size:var(--text-xs, .75rem);font-weight:var(--font-weight-medium, 500);margin:0 0 .5rem;text-align:center;color:var(--color-foreground, #000)}.cart-drawer__shipping-msg--success{color:#16a34a}.cart-drawer__shipping-bar{height:6px;background:var(--color-border, #e5e7eb);border-radius:3px;overflow:hidden}.cart-drawer__shipping-progress{height:100%;background:var(--color-accent, #d4c5b0);border-radius:3px;transition:width .4s ease}.cart-drawer__shipping-bar--complete .cart-drawer__shipping-progress{background:#16a34a}.cart-drawer__items{padding:0}.cart-drawer__item{display:grid;grid-template-columns:80px 1fr auto;gap:.75rem;padding:1rem 1.5rem;border-bottom:1px solid var(--color-gray-100, #f3f4f6);position:relative;transition:opacity var(--transition-fast, .15s ease)}.cart-drawer__item.is-updating{opacity:.5;pointer-events:none}.cart-drawer__item-image-link{display:block;border-radius:var(--radius-sm, .25rem);overflow:hidden;background:var(--color-gray-100, #f3f4f6)}.cart-drawer__item-image{display:block;width:80px;height:80px;object-fit:cover;border-radius:var(--radius-sm, .25rem)}.cart-drawer__item-placeholder{width:80px;height:80px;display:flex;align-items:center;justify-content:center;background:var(--color-gray-100, #f3f4f6);border-radius:var(--radius-sm, .25rem);color:var(--color-gray-300, #d1d5db)}.cart-drawer__item-details{display:flex;flex-direction:column;gap:.125rem;min-width:0}.cart-drawer__item-title{font-family:var(--font-sans, "Inter", sans-serif);font-size:var(--text-sm, .875rem);font-weight:var(--font-weight-medium, 500);color:var(--color-foreground, #000);text-decoration:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.4}.cart-drawer__item-title:hover{text-decoration:underline;text-underline-offset:2px}.cart-drawer__item-variant{font-family:var(--font-sans, "Inter", sans-serif);font-size:var(--text-xs, .75rem);color:var(--color-gray-500, #6b7280);margin:0}.cart-drawer__item-price{font-family:var(--font-sans, "Inter", sans-serif);font-size:var(--text-xs, .75rem);color:var(--color-foreground, #000);margin-top:.125rem}.cart-drawer__item-price-sale{color:#dc2626;font-weight:var(--font-weight-medium, 500)}.cart-drawer__item-price-compare{text-decoration:line-through;color:var(--color-gray-400, #9ca3af);margin-left:.375rem}.cart-drawer__item-actions{display:flex;align-items:center;gap:.75rem;margin-top:.375rem}.cart-drawer__qty{display:inline-flex;align-items:center;border:1px solid var(--color-border, #e5e7eb);border-radius:var(--radius-sm, .25rem);height:1.75rem}.cart-drawer__qty-btn{display:flex;align-items:center;justify-content:center;width:1.75rem;height:100%;background:none;border:none;cursor:pointer;color:var(--color-foreground, #000);transition:background-color var(--transition-fast, .15s ease);padding:0}.cart-drawer__qty-btn:hover{background:var(--color-gray-100, #f3f4f6)}.cart-drawer__qty-value{font-family:var(--font-sans, "Inter", sans-serif);font-size:var(--text-xs, .75rem);font-weight:var(--font-weight-medium, 500);min-width:1.5rem;text-align:center;line-height:1;-webkit-user-select:none;user-select:none}.cart-drawer__item-remove{font-family:var(--font-sans, "Inter", sans-serif);font-size:var(--text-xs, .75rem);color:var(--color-gray-400, #9ca3af);background:none;border:none;cursor:pointer;text-decoration:underline;text-underline-offset:2px;padding:0;transition:color var(--transition-fast, .15s ease)}.cart-drawer__item-remove:hover{color:var(--color-foreground, #000)}.cart-drawer__item-total{font-family:var(--font-sans, "Inter", sans-serif);font-size:var(--text-sm, .875rem);font-weight:var(--font-weight-medium, 500);white-space:nowrap;padding-top:.125rem}.cart-drawer__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;min-height:300px}.cart-drawer__empty-icon{width:80px;height:80px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f3f4f6,#e5e7eb);border-radius:50%;margin-bottom:1.5rem;color:var(--color-gray-400, #9ca3af)}.cart-drawer__empty-text{font-family:var(--font-sans, "Inter", sans-serif);font-size:var(--text-sm, .875rem);color:var(--color-gray-500, #6b7280);margin:0 0 1.5rem;line-height:1.6}.cart-drawer__empty-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.5rem;background:var(--color-foreground, #000);color:var(--color-background, #fff);text-decoration:none;border-radius:var(--radius-xl, 2rem);font-family:var(--font-sans, "Inter", sans-serif);font-size:var(--text-sm, .875rem);font-weight:var(--font-weight-medium, 500);transition:opacity var(--transition-fast, .15s ease)}.cart-drawer__empty-btn:hover{opacity:.85}.cart-drawer__upsell{padding:1.25rem 1.5rem;border-top:1px solid var(--color-border, #e5e7eb);background:var(--color-gray-100, #f3f4f6)}.cart-drawer__upsell-title{font-family:var(--font-sans, "Inter", sans-serif);font-size:var(--text-xs, .75rem);font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--color-gray-500, #6b7280);margin:0 0 .75rem}.cart-drawer__upsell-products{display:flex;flex-direction:column;gap:.75rem}.cart-drawer__upsell-item{display:flex;align-items:center;gap:.75rem;background:var(--color-background, #fff);border-radius:var(--radius-md, .5rem);padding:.625rem}.cart-drawer__upsell-image-link{flex-shrink:0;display:block;width:48px;height:48px;border-radius:var(--radius-sm, .25rem);overflow:hidden;background:var(--color-gray-100, #f3f4f6)}.cart-drawer__upsell-image{width:100%;height:100%;object-fit:cover}.cart-drawer__upsell-details{flex:1;min-width:0}.cart-drawer__upsell-name{display:block;font-family:var(--font-sans, "Inter", sans-serif);font-size:var(--text-xs, .75rem);font-weight:var(--font-weight-medium, 500);color:var(--color-foreground, #000);text-decoration:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cart-drawer__upsell-name:hover{text-decoration:underline}.cart-drawer__upsell-price{font-family:var(--font-sans, "Inter", sans-serif);font-size:var(--text-xs, .75rem);color:var(--color-gray-500, #6b7280)}.cart-drawer__upsell-pricing{display:flex;align-items:center;gap:.375rem}.cart-drawer__upsell-price--sale{color:#dc2626;font-weight:var(--font-weight-medium, 500)}.cart-drawer__upsell-price--compare{text-decoration:line-through;color:var(--color-gray-400, #9ca3af)}.cart-drawer__upsell-badge{display:inline-block;background:#dc2626;color:#fff;font-family:var(--font-sans, "Inter", sans-serif);font-size:.5625rem;font-weight:600;padding:1px 5px;border-radius:2px;line-height:1.3;vertical-align:middle}.cart-drawer__upsell-size{display:block;font-family:var(--font-sans, "Inter", sans-serif);font-size:.625rem;color:var(--color-gray-500, #6b7280)}.cart-drawer__upsell-shipping-nudge{display:block;font-family:var(--font-sans, "Inter", sans-serif);font-size:.625rem;font-weight:500;color:#16a34a;margin-top:.125rem}.cart-drawer__discounts{list-style:none;padding:0;margin:.25rem 0 0}.cart-drawer__discount{display:flex;align-items:center;gap:.25rem;font-family:var(--font-sans, "Inter", sans-serif);font-size:.6875rem;color:#dc2626;font-weight:500}.cart-drawer__discounts--cart{padding:0 0 .5rem;margin:0 0 .5rem;border-bottom:1px solid var(--color-border, #e5e7eb)}.cart-drawer__empty-upsell{margin-top:1.5rem;padding-top:1.25rem;border-top:1px solid var(--color-border, #e5e7eb);width:100%;text-align:left}.cart-drawer__upsell-add{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;background:var(--color-foreground, #000);color:var(--color-background, #fff);border:none;border-radius:50%;cursor:pointer;transition:opacity var(--transition-fast, .15s ease)}.cart-drawer__upsell-add:hover{opacity:.8}.cart-drawer__footer{flex-shrink:0;padding:1.25rem 1.5rem;border-top:1px solid var(--color-border, #e5e7eb);background:var(--color-background, #fff)}.cart-drawer__subtotal{display:flex;justify-content:space-between;align-items:center;font-family:var(--font-sans, "Inter", sans-serif);font-size:var(--text-base, 1rem);font-weight:var(--font-weight-medium, 500);color:var(--color-foreground, #000);margin-bottom:.25rem}.cart-drawer__taxes-notice{font-family:var(--font-sans, "Inter", sans-serif);font-size:var(--text-xs, .75rem);color:var(--color-gray-500, #6b7280);margin:0 0 1rem}.cart-drawer__checkout-btn{display:flex;align-items:center;justify-content:center;width:100%;padding:.875rem 1.5rem;background:var(--color-foreground, #000);color:var(--color-background, #fff);font-family:var(--font-sans, "Inter", sans-serif);font-size:var(--text-sm, .875rem);font-weight:var(--font-weight-medium, 500);text-decoration:none;border:none;border-radius:var(--radius-md, .5rem);cursor:pointer;transition:opacity var(--transition-fast, .15s ease);letter-spacing:.02em}.cart-drawer__checkout-btn:hover{opacity:.9}.cart-drawer__view-cart-link{display:block;text-align:center;font-family:var(--font-sans, "Inter", sans-serif);font-size:var(--text-xs, .75rem);color:var(--color-gray-500, #6b7280);text-decoration:underline;text-underline-offset:3px;margin-top:.75rem;transition:color var(--transition-fast, .15s ease)}.cart-drawer__view-cart-link:hover{color:var(--color-foreground, #000)}.cart-drawer__body.is-loading:after{content:"";position:absolute;top:50%;left:50%;width:24px;height:24px;margin:-12px 0 0 -12px;border:2px solid var(--color-gray-200, #e5e7eb);border-top-color:var(--color-foreground, #000);border-radius:50%;animation:cart-drawer-spin .6s linear infinite}@keyframes cart-drawer-spin{to{transform:rotate(360deg)}}.image{display:block;position:relative;overflow:hidden;width:100%;height:auto}.image>img{width:100%;height:auto}.language-switcher{position:relative}.language-switcher__toggle{display:flex;align-items:center;gap:.375rem;padding:.375rem .5rem;background:transparent;border:1px solid #e5e7eb;border-radius:.375rem;cursor:pointer;font-size:.75rem;font-weight:500;color:inherit;transition:border-color .2s ease,background-color .2s ease}.language-switcher__toggle:hover{border-color:#9ca3af;background-color:#f9fafb}.language-switcher__toggle[aria-expanded=true]{border-color:#000}.language-switcher__toggle[aria-expanded=true] .language-switcher__chevron{transform:rotate(180deg)}.language-switcher__flag{display:flex;align-items:center;border-radius:2px;overflow:hidden;box-shadow:0 0 0 1px #0000001a}.language-switcher__flag svg{display:block}.language-switcher__code{font-size:.75rem;font-weight:500;letter-spacing:.025em}.language-switcher__chevron{transition:transform .2s ease}.language-switcher__form{position:absolute;top:100%;right:0;margin-top:.25rem;z-index:50}.language-switcher__list{background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;padding:.25rem;min-width:80px;list-style:none;margin:0}.language-switcher__list[hidden]{display:none}.language-switcher__item{margin:0}.language-switcher__option{display:flex;align-items:center;gap:.5rem;width:100%;padding:.5rem .75rem;background:transparent;border:none;border-radius:.375rem;cursor:pointer;font-size:.875rem;color:inherit;text-align:left;transition:background-color .15s ease}.language-switcher__option:hover{background-color:#f3f4f6}.language-switcher__option--active{background-color:#f3f4f6;font-weight:500}.language-switcher__option .language-switcher__code{font-size:.875rem}.localization-selector{display:flex;flex-wrap:wrap;gap:1.5rem}.localization-selector__group{position:relative}.localization-selector__label{display:block;font-size:.75rem;color:#6b7280;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.05em}.localization-selector__button{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:transparent;border:1px solid #e5e7eb;border-radius:.375rem;cursor:pointer;font-size:.875rem;color:inherit;transition:border-color .2s ease,background-color .2s ease;min-width:180px;justify-content:space-between}.localization-selector__button:hover{border-color:#9ca3af;background-color:#f9fafb}.localization-selector__button[aria-expanded=true]{border-color:#000}.localization-selector__button[aria-expanded=true] .localization-selector__chevron{transform:rotate(180deg)}.localization-selector__chevron{transition:transform .2s ease;flex-shrink:0}.localization-selector__form{position:absolute;bottom:100%;left:0;margin-bottom:.25rem;z-index:50}.localization-selector__list{background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;padding:.25rem;min-width:220px;max-height:300px;overflow-y:auto;list-style:none;margin:0}.localization-selector__list[hidden]{display:none}.localization-selector__item{margin:0}.localization-selector__option{display:block;width:100%;padding:.5rem .75rem;background:transparent;border:none;border-radius:.375rem;cursor:pointer;font-size:.875rem;color:inherit;text-align:left;transition:background-color .15s ease}.localization-selector__option:hover{background-color:#f3f4f6}.localization-selector__option--active{background-color:#f3f4f6;font-weight:500}.product-card{display:block;text-decoration:none;color:inherit}.product-card__image-wrapper{position:relative;aspect-ratio:3/4;margin-bottom:1rem;overflow:hidden;border-radius:.5rem;background:#f3f4f6}.product-card__image{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.product-card:hover .product-card__image{transform:scale(1.05)}.product-card__pattern-overlay{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .5s ease;pointer-events:none;z-index:10}.product-card:hover .product-card__pattern-overlay{opacity:1}.product-card__placeholder{width:100%;height:100%;background:#f3f4f6}.product-card__badge{position:absolute;top:1rem;right:1rem;background:var(--color-primary, #000);color:#fff;padding:.25rem .75rem;font-size:var(--text-sm, .875rem);font-weight:var(--font-weight-medium, 500);border-radius:var(--radius-sm, .25rem);z-index:20}.product-card__sold-out{position:absolute;top:0;right:0;bottom:0;left:0;background:#fffc;display:flex;align-items:center;justify-content:center;z-index:20}.product-card__sold-out span{color:#4b5563;font-weight:500}.product-card__info{display:flex;flex-direction:column;gap:.5rem}.product-card__vendor{font-size:.875rem;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.product-card__title{font-weight:var(--font-weight-medium, 500);font-size:var(--text-base, 1rem);line-height:var(--line-height-normal, 1.5);margin:0;transition:text-decoration var(--transition-fast, .15s ease)}.product-card:hover .product-card__title{text-decoration:underline}.product-card__price{display:flex;align-items:center;gap:.5rem}.product-card__price-current{font-weight:var(--font-weight-medium, 500);font-size:var(--text-base, 1rem)}.product-card__price-current--sale{color:var(--color-sale, #dc2626)}.product-card__price-compare{color:var(--color-gray-500, #6b7280);text-decoration:line-through;font-size:var(--text-sm, .875rem)}.zebra-pattern{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;overflow:hidden}.zebra-pattern__gradient{position:absolute;top:0;right:0;bottom:0;left:0}.zebra-pattern__svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}
/*# sourceMappingURL=/cdn/shop/t/37/compiled_assets/styles.css.map */
