@import"https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400;0,700;1,400;1,700&family=DM+Sans:wght@400;500;700&family=Great+Vibes&display=swap";:root{--background: hsl(0 0% 100%);--foreground: hsl(0 0% 3.9%);--card: hsl(0 0% 100%);--card-foreground: hsl(0 0% 3.9%);--primary: hsl(0 0% 9%);--primary-foreground: hsl(0 0% 98%);--secondary: hsl(0 0% 96.1%);--secondary-foreground: hsl(0 0% 9%);--muted: hsl(0 0% 96.1%);--muted-foreground: hsl(0 0% 45.1%);--accent: hsl(0 0% 96.1%);--accent-foreground: hsl(0 0% 9%);--border: hsl(0 0% 89.8%);--input: hsl(0 0% 89.8%);--ring: hsl(0 0% 3.9%);--radius: .5rem;--font-dmsans: "DM Sans", sans-serif;--font-arimo: "Arimo", sans-serif;--font-script: "Great Vibes", cursive}*,*:before,*:after{box-sizing:border-box;border-color:var(--border)}body{margin:0;padding:0;background:var(--background);color:var(--foreground);font-family:var(--font-dmsans);line-height:1.5}img{max-width:100%;-webkit-user-select:none;user-select:none}h1{font-size:32px}h2{font-size:1.5em}h3{font-size:1.25em}.navbar{width:100%;position:sticky;top:0;background:#fff;z-index:50;font-size:1.5rem;font-family:var(--font-dmsans)}.navbar-inner{margin:0 1.5rem;height:5rem}.navbar-content{display:flex;justify-content:space-between;align-items:center;height:100%;position:relative}.navbar-logo{position:absolute;left:50%;top:1.5rem;transform:translate(-50%);z-index:10}.navbar-logo img{max-width:calc(var(--logo-max-width, 250px) * .6);max-height:3.5rem;height:auto;object-fit:contain}@media(min-width:1024px){.navbar-logo{top:1rem}.navbar-logo img{max-width:var(--logo-max-width, 250px);max-height:4rem}}.navbar-left{display:none}@media(min-width:1024px){.navbar-left{display:flex;gap:1.5rem;list-style:none;font-size:.875rem;margin:0;padding:0;color:#000}}.navbar-left li{position:relative;cursor:pointer}.navbar-left li .label{position:relative;z-index:10;font-weight:600}a.label{text-decoration:none;color:inherit;text-transform:uppercase}button.label{background:none;border:none;padding:0;margin:0;font:inherit;color:inherit;cursor:pointer;text-transform:uppercase}.nav-underline{position:absolute;bottom:0;left:0;width:100%;height:2px;background:#000;transform:scaleX(0);transform-origin:bottom right;transition:transform .3s ease-out}.navbar-left li.active .nav-underline,.navbar-left li:hover .nav-underline{transform:scaleX(1);transform-origin:bottom left}.navbar-right{display:flex;gap:1.5rem;list-style:none;margin:0;padding:0;color:#000;align-items:center}.navbar-right li{min-width:1.75rem;display:flex;align-items:center}.navbar-right a{color:#000;display:flex;align-items:center}.navbar-right .desktop-only{display:none}@media(min-width:1024px){.navbar-right .desktop-only{display:flex;align-items:center}}@media(max-width:1023px){.navbar-right{gap:.5rem}.navbar-right svg{width:18px;height:18px}.lang-btn{font-size:.75rem}}.lang-btn{background:none;border:none;cursor:pointer;font-size:1rem;font-family:var(--font-dmsans);padding:0;color:#000}.nav-espace-pro-btn{display:inline-flex;align-items:center;border:1px solid currentColor;padding:.25rem .75rem;font-size:1rem;font-family:var(--font-dmsans);text-decoration:none;color:#000;text-transform:uppercase;letter-spacing:.05em;transition:background .2s ease,color .2s ease;white-space:nowrap}.nav-espace-pro-btn:hover{background:#000;color:#fff}.country-selector{position:relative}.country-selector-btn{background:none;border:none;cursor:pointer;font-size:1rem;font-family:var(--font-dmsans);padding:0;color:#000;display:flex;align-items:center;gap:.35rem}.country-selector-chevron{transition:transform .2s ease}.country-selector.open .country-selector-chevron{transform:rotate(180deg)}.country-selector-dropdown{display:none;position:absolute;top:calc(100% + .5rem);right:0;background:var(--background);border:1px solid var(--border);min-width:220px;max-height:300px;overflow-y:auto;z-index:60}.country-selector.open .country-selector-dropdown{display:block}.country-selector-list{list-style:none;margin:0;padding:.25rem 0}.country-selector-option{display:flex;justify-content:space-between;align-items:center;width:100%;padding:.5rem 1rem;background:none;border:none;cursor:pointer;font-family:var(--font-dmsans);font-size:.875rem;color:var(--foreground);text-align:left;gap:1rem}.country-selector-option:hover{background:var(--secondary)}.country-selector-search-wrap{padding:.5rem .75rem;border-bottom:1px solid var(--border)}.country-selector-search{width:100%;padding:.4rem .5rem;border:1px solid var(--border);font-family:var(--font-dmsans);font-size:.875rem;background:var(--background);color:var(--foreground);outline:none}.country-selector-search:focus-visible{border-color:var(--ring)}.country-selector-list li[hidden]{display:none!important}.country-selector-option.active{font-weight:600}.country-option-currency{color:#6b7280;white-space:nowrap}.cart-btn{background:none;border:none;cursor:pointer;position:relative;display:flex;align-items:center;padding:0}.cart-icon{width:24px;height:24px}.cart-count{position:absolute;top:-4px;right:-4px;background:#000;color:#fff;border-radius:50%;width:14px;height:14px;display:flex;align-items:center;justify-content:center;font-size:.5rem}.mobile-menu-btn{background:none;border:none;cursor:pointer;color:#000;display:flex;align-items:center}@media(min-width:1024px){.mobile-menu-btn{display:none}}.nav-dropdown{position:absolute;left:0;top:100%;width:100%;background:#fff;z-index:40;display:none;padding:1.5rem 0 2rem;border-top:1px solid var(--border)}.nav-dropdown.active{display:block}.nav-dropdown-inner{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;gap:3rem}.nav-dropdown-column{display:flex;flex-direction:column;min-width:160px}.nav-dropdown-column-header{font-family:var(--font-arimo);font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--foreground);margin:0 0 .75rem;padding:0}.nav-dropdown a{display:flex;align-items:center;color:#4b5563;text-decoration:none;padding:.25rem 0;font-size:1rem;position:relative;text-transform:uppercase}.nav-dropdown a:hover{color:#111827}.nav-dropdown a .link-text{position:relative;display:inline-block}.nav-dropdown a .link-text:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background:#000;transform:scaleX(0);transform-origin:bottom right;transition:transform .3s ease-out}.nav-dropdown a:hover .link-text:after{transform:scaleX(1);transform-origin:bottom left}.nav-dropdown-row{display:flex;flex-direction:row;gap:3rem;align-items:center}.nav-dropdown-row a{padding:.5rem 0}.mobile-menu{display:none;background:#fff;padding:1rem}.mobile-menu.open{display:block}@media(min-width:1024px){.mobile-menu{display:none!important}}.mobile-menu>ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1rem}.mobile-menu-link{display:flex;align-items:center;gap:.5rem;color:#000;text-decoration:none;font-size:1rem;font-family:var(--font-dmsans);text-transform:uppercase}.mobile-menu-link--icon svg{flex-shrink:0}.mobile-accordion-btn{display:flex;justify-content:space-between;align-items:center;width:100%;background:none;border:none;cursor:pointer;font-size:1rem;font-family:var(--font-dmsans);padding:0;text-align:left;color:#000;text-transform:uppercase}.mobile-accordion-content{display:none;padding-left:1rem;margin-top:.75rem}.mobile-accordion-content.open{display:block}.mobile-accordion-group{margin-bottom:1rem}.mobile-accordion-group:last-child{margin-bottom:0}.mobile-accordion-group-label{font-family:var(--font-arimo);font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--muted-foreground);margin:0 0 .5rem}.mobile-accordion-content ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem;font-size:.875rem}.mobile-accordion-group ul{padding-left:1rem;border-left:1px solid #d1d5db;margin-left:.5rem}.mobile-accordion-content a{color:#000;text-decoration:none;display:block;padding:.125rem 0;text-transform:uppercase}.hero{position:relative;width:100%}.hero img{width:100%;display:block;-webkit-user-select:none;user-select:none}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;gap:.5rem}.hero-title{color:#fff;text-transform:uppercase;font-family:var(--font-arimo);font-size:.875rem}@media(min-width:768px){.hero-title{font-size:1.5rem}}.hero-subtitle{color:#fff;font-family:var(--font-arimo);font-size:10px}@media(min-width:768px){.hero-subtitle{font-size:1rem}}.hero-btn{background:transparent;color:#fff;border:2px solid white;text-transform:uppercase;font-family:var(--font-arimo);cursor:pointer;transition:all .3s ease-in-out;padding:.5rem;font-size:.875rem}@media(min-width:768px){.hero-btn{padding:2rem;margin-top:1rem;font-size:1.5rem}}.hero-btn:hover{background:#fff;color:#000}.product-carousel-section{width:100%;max-width:100vw;padding:2rem 1rem}.product-carousel-wrapper{position:relative;overflow:hidden}.product-carousel{display:flex;gap:1rem;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:1rem}.product-carousel::-webkit-scrollbar{display:none}.carousel-prev,.carousel-next{position:absolute;top:50%;transform:translateY(-50%);background:#fff;border:1px solid #e5e7eb;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;box-shadow:0 2px 4px #0000001a}.carousel-prev{left:0}.carousel-next{right:0}.product-card{flex:0 0 auto;width:200px;text-decoration:none;color:inherit;display:block}@media(min-width:768px){.product-card{width:240px}}.product-card-img{width:100%;aspect-ratio:2/3;object-fit:cover;display:block}.product-card-img-wrap{position:relative;overflow:hidden}.product-card-img-hover{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .3s ease}@media(min-width:1024px){.product-card-img-wrap:hover .product-card-img-hover{opacity:1}}.product-card-info{padding:.5rem 0}.product-card-title{font-size:.875rem;font-weight:600;margin:0 0 .25rem;color:#000}@media(min-width:768px){.product-card-title{font-size:1.125rem}}.product-card-type{font-size:.75rem;color:#6b7280;margin:0 0 .25rem}.product-card-price{font-size:.875rem;font-weight:600;color:#000;margin:0}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;padding:1rem}@media(min-width:768px){.product-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.product-grid{grid-template-columns:repeat(4,1fr)}}.product-grid-card{text-decoration:none;color:inherit}.product-grid-card img{width:100%;aspect-ratio:3/4;object-fit:cover;display:block}@media(max-width:767px){.product-grid-card img{aspect-ratio:1/1}}.collection-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;padding:1rem}@media(min-width:768px){.collection-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.collection-grid{grid-template-columns:repeat(4,1fr)}}.collection-grid-card{text-decoration:none;color:inherit}.collection-grid-card img{width:100%;aspect-ratio:4/3;object-fit:cover;display:block}.collection-grid-placeholder{width:100%;aspect-ratio:4/3;background:#f3f4f6;display:flex;align-items:center;justify-content:center;color:#9ca3af}.collection-card-info{padding:.5rem 0}.collection-card-title{font-size:.875rem;font-weight:600;margin:0 0 .25rem}@media(min-width:768px){.collection-card-title{font-size:1.125rem}}.collection-card-count{font-size:.75rem;color:#6b7280;margin:0}.universe-hero{display:flex;justify-content:center;padding:2.5rem 1rem 0}.universe-hero-img{display:block;max-width:280px;width:100%;height:auto;-webkit-user-select:none;user-select:none}.universe-description{padding:2.5rem 1rem;text-align:center}.universe-description-inner{max-width:720px;margin:0 auto;font-family:var(--font-dmsans);font-size:1rem;line-height:1.7;color:var(--foreground)}.universe-description-inner p{margin:0 0 1em}.universe-description-inner p:last-child{margin-bottom:0}.universe-collections{padding:2rem 0 3rem}.collection-grid--universe{display:flex;flex-wrap:wrap;justify-content:center;gap:var(--grid-gap, 1rem);padding:0 1rem}.collection-grid--universe .collection-grid-card{flex:0 1 100%}@media(min-width:768px){.collection-grid--universe .collection-grid-card{flex-basis:calc(50% - .5rem)}}@media(min-width:1024px){.collection-grid--universe .collection-grid-card{flex-basis:calc(33.333% - .667rem)}}.showcase{display:flex;flex-direction:column;width:100%;font-weight:700}@media(min-width:768px){.showcase{flex-direction:row}}.showcase-item{flex:1;position:relative}.showcase-item img{width:100%;display:block;height:20rem;object-fit:cover;max-height:600px;-webkit-user-select:none;user-select:none}@media(min-width:768px){.showcase-item img{height:100%}}.showcase-item h3{position:absolute;bottom:0;left:0;padding:1.5rem;z-index:10;color:#fff;margin:0}.showcase-btn{position:absolute;bottom:0;right:0;background:transparent;color:#fff;border:2px solid white;text-transform:uppercase;font-family:var(--font-arimo);cursor:pointer;transition:all .3s ease-in-out;padding:.5rem;margin:1rem;font-size:.875rem;text-decoration:none;display:inline-block}.showcase-btn:hover{background:#fff;color:#000}.main-content{width:100%;min-width:100vw;margin-top:0;display:flex;flex-direction:column;align-items:center;overflow:hidden}.about-page{width:100%;display:flex;flex-direction:column;align-items:center;text-align:center;margin-top:1.75rem;font-family:var(--font-dmsans)}.about-container{max-width:90vw;margin:0 auto}@media(min-width:768px){.about-container{max-width:80vw}}@media(min-width:1536px){.about-container{max-width:70vw}}.about-flex{display:flex;flex-direction:column-reverse;gap:1.5rem;margin-bottom:8rem;font-size:1.125rem;padding:1rem}@media(min-width:768px){.about-flex{flex-direction:row;padding:0}}.about-text{flex:3;display:flex;flex-direction:column;text-align:justify}@media(min-width:768px){.about-text{text-align:left}}.about-text h2{font-family:var(--font-arimo);text-align:left;margin-top:0;margin-bottom:1.5rem}.about-text p{margin-bottom:2rem}.about-img-wrap{flex:2;position:relative;height:550px;max-width:90vw;margin-bottom:4rem}.about-img-wrap figure{position:relative;height:550px;overflow:visible}.about-img-wrap img{width:100%;height:100%;object-fit:cover}.about-img-wrap figcaption{position:absolute;bottom:-20px;font-family:var(--font-arimo);font-size:.875rem;font-style:italic}.press-page{width:100%;padding:4rem 5vw 6rem;font-family:var(--font-dmsans)}.press-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem}.press-card{display:flex;flex-direction:column;gap:.75rem}.press-card__image-wrap{width:100%;aspect-ratio:3 / 4;overflow:hidden}.press-card__image-wrap img{width:100%;height:100%;object-fit:contain;display:block}.press-card__placeholder{width:100%;height:100%;background-color:var(--color-bg-secondary, #f0ede8)}.press-card__caption{margin:0;font-family:var(--font-dmsans);font-size:.8rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;text-align:center;white-space:normal;overflow:visible;color:var(--color-text, #1a1a1a)}.product-page{max-width:1200px;margin:2rem auto;padding:0 1rem}.product-layout{display:flex;flex-direction:column;gap:2rem}@media(min-width:768px){.product-layout{flex-direction:row}}.product-images{flex:1}.product-images-row{display:flex;flex-direction:column-reverse;gap:.75rem}@media(min-width:768px){.product-images-row{flex-direction:row;align-items:flex-start;gap:.75rem}}.product-thumbnails-col{display:flex;flex-direction:row;gap:.5rem;overflow-x:auto;scrollbar-width:none}.product-thumbnails-col::-webkit-scrollbar{display:none}@media(min-width:768px){.product-thumbnails-col{flex-direction:column;overflow-x:visible;overflow-y:auto;max-height:600px;scrollbar-width:none;flex-shrink:0}.product-thumbnails-col::-webkit-scrollbar{display:none}}.product-thumbnail{width:72px;height:90px;object-fit:cover;cursor:pointer;border:2px solid transparent;flex-shrink:0;display:block;transition:border-color .15s}.product-thumbnail.active,.product-thumbnail:hover{border-color:#000}.product-main-img{width:100%;aspect-ratio:2/3;object-fit:cover;display:block;flex:1;min-width:0}.product-info{flex:1;padding-top:2rem}.product-info h1{font-size:1.5rem;margin-top:0}.product-description{margin-top:2rem;line-height:1.7}.product-description summary{display:flex;justify-content:space-between;align-items:center;cursor:pointer;padding:.75rem 0;color:#6b7280;list-style:none;font-weight:500;font-size:.85rem}.product-description summary::-webkit-details-marker{display:none}.product-description summary:after{content:"+";font-size:1.1rem;font-weight:300;line-height:1;transition:transform .2s ease}.product-description details[open]>summary:after{content:"\d7"}.product-description details>*:not(summary){color:#6b7280;padding:0 0 .75rem;line-height:1.7;font-size:.85rem}.product-description details ul,.product-description details ol{padding-left:1.25rem}.variant-section{margin-bottom:1rem}.variant-label{font-weight:600;margin-bottom:.5rem;display:block}.variant-options{display:flex;flex-wrap:wrap;gap:.5rem}.variant-btn{padding:.5rem 1rem;border:2px solid #e5e7eb;background:#fff;cursor:pointer;font-family:var(--font-dmsans);font-size:.875rem;transition:border-color .15s,background .15s,color .15s}.variant-btn.active,.variant-btn:hover{border-color:#000;background:#000;color:#fff}.color-swatch{padding:3px;width:56px;height:56px;border:2px solid #e5e7eb;background:#fff;overflow:hidden;position:relative;cursor:pointer;transition:border-color .15s,box-shadow .15s;border-radius:50%}.color-swatch img{display:block;width:100%;height:100%;object-fit:cover;pointer-events:none}.color-swatch.active{border-color:#000;outline:2px solid white;outline-offset:-4px;box-shadow:0 0 0 3px #000}.color-swatch:hover:not(.active){border-color:#555}.color-swatch.unavailable{opacity:.4;cursor:default}.size-pill{padding:.5rem 1.25rem;border:1.5px solid #d1d5db;background:#fff;border-radius:2px;font-family:var(--font-dmsans);font-size:.875rem;cursor:pointer;transition:border-color .15s,background .15s,color .15s;letter-spacing:.03em}.size-pill.active,.size-pill:hover:not(.unavailable){border-color:#000;background:#000;color:#fff}.size-pill.unavailable{opacity:.4;cursor:default;text-decoration:line-through;pointer-events:none}.add-to-cart-btn{flex:1;padding:1rem;background:#000;color:#fff;border:none;font-family:var(--font-dmsans);font-size:1rem;cursor:pointer;transition:background .2s;display:flex;align-items:center;justify-content:center;gap:0}.add-to-cart-btn:hover{background:#333}.atc-separator{opacity:.6;margin:0 .1em}.atc-price{font-weight:600}.contact-page{max-width:600px;margin:4rem auto;padding:0 1rem;font-family:var(--font-dmsans)}.contact-page h1{margin-bottom:2rem}.contact-form{display:flex;flex-direction:column;gap:1rem}.contact-form label{display:block;margin-bottom:.25rem;font-weight:500}.contact-form input,.contact-form textarea{width:100%;padding:.75rem;border:1px solid var(--border);font-family:var(--font-dmsans);font-size:1rem;background:var(--background);color:var(--foreground)}.contact-form textarea{min-height:150px;resize:vertical}.contact-form button{padding:.75rem 2rem;background:#000;color:#fff;border:none;cursor:pointer;font-family:var(--font-dmsans);font-size:1rem;transition:background .2s;align-self:flex-start}.contact-form button:hover{background:#333}.cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:100;opacity:0;pointer-events:none;transition:opacity .3s ease}.cart-overlay.active{opacity:1;pointer-events:auto}.cart-drawer{position:fixed;top:0;right:-400px;width:400px;max-width:100vw;height:100vh;background:#fff;z-index:101;transition:right .3s ease;display:flex;flex-direction:column;overflow:hidden;box-shadow:-2px 0 10px #0000001a}.cart-drawer.open{right:0}#cart-drawer-content{display:flex;flex-direction:column;flex:1;overflow:hidden}.cart-drawer-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 1.5rem 1rem;flex-shrink:0}.cart-drawer-header h2{margin:0}.cart-close{background:none;border:none;cursor:pointer;font-size:1.5rem;padding:0;line-height:1}.cart-drawer-notice{padding:0 1.5rem;flex-shrink:0}.cart-drawer-items{flex:1;overflow-y:auto;padding:0 1.5rem}.cart-drawer-footer{flex-shrink:0;border-top:1px solid var(--border);padding:1rem 1.5rem 1.5rem}.cart-drawer-subtotal{display:flex;justify-content:space-between;align-items:center;font-weight:500;font-size:.875rem;margin-bottom:.5rem}.cart-drawer-shipping{display:flex;justify-content:space-between;align-items:center;font-size:.8125rem;color:#6b7280;margin-bottom:.5rem}.cart-drawer-payment{display:flex;justify-content:space-between;align-items:center;font-size:.8125rem;color:#6b7280;margin-bottom:1rem}.cart-payment-icons{display:flex;align-items:center;gap:.25rem}.cart-payment-icons svg{width:32px;height:20px}.cart-drawer-taxes-note{font-size:.8125rem;color:#6b7280;margin:0 0 1rem}.cart-checkout-btn{display:flex;justify-content:space-between;align-items:center;width:100%;padding:1rem 1.5rem;background:#000;color:#fff;text-transform:uppercase;text-decoration:none;font-size:.875rem;letter-spacing:.05em;font-family:var(--font-dmsans);box-sizing:border-box}.cart-checkout-btn:hover{background:#222}.cart-drawer-empty{padding:1.5rem}.cart-item-title{margin:0 0 .25rem;font-weight:500;font-size:.75rem;color:#9ca3af}.cart-item-variant{margin:0 0 .125rem;font-size:.8125rem;color:#6b7280}.cart-item-price{margin:0 0 .25rem;font-size:.8125rem;color:#374151}.cart-item-label{color:#6b7280}.cart-continue-link{display:inline-block;margin-top:1rem;text-decoration:underline;color:#000}.cart-promo-row{flex-shrink:0;padding:.75rem 1.5rem;border-top:1px solid var(--border)}.cart-promo-link{display:block;font-size:.8125rem;color:#374151;text-decoration:none}.cart-promo-link:hover{text-decoration:underline}.cart-drawer-legal{font-size:.7rem;color:#9ca3af;margin:.75rem 0 0;line-height:1.4}.cart-drawer-legal a{color:#9ca3af;text-decoration:underline}.cart-drawer-legal a:hover{color:#6b7280}.cart-page{max-width:1200px;margin:4rem auto;padding:0 1rem;font-family:var(--font-dmsans)}.cart-page h1{margin:0 0 2rem;font-size:1.5rem}.cart-page-grid{display:grid;grid-template-columns:1fr 380px;gap:3rem;align-items:start}.cart-page-items{margin-bottom:0}.cart-item{display:flex;align-items:center;gap:1rem;padding:1.5rem 0;border-bottom:1px solid var(--border)}.cart-item img{width:100px;height:130px;object-fit:cover;flex-shrink:0}.cart-item-info{flex:1;min-width:0}.cart-item-title{margin:0 0 .375rem;font-weight:700;font-size:.9375rem;letter-spacing:.03em}.cart-item-title a{color:inherit;text-decoration:none}.cart-item-title a:hover{text-decoration:underline}.cart-item-variant{margin:0 0 .5rem;font-size:.8125rem;color:#6b7280}.cart-item-price{margin-left:auto;font-size:.9375rem;font-weight:500;white-space:nowrap;padding-right:.75rem}.cart-remove-btn{flex-shrink:0;display:flex;align-items:center;justify-content:center;background:none;border:none;color:#9ca3af;cursor:pointer;padding:.25rem;transition:color .15s}.cart-qty-input{width:2.5rem;text-align:center;font-size:.875rem;font-family:var(--font-dmsans);border:1px solid var(--border);padding:0 .25rem;-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield;height:28px;box-sizing:border-box}.cart-qty-input::-webkit-outer-spin-button,.cart-qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cart-page-summary{border:1px solid var(--border);padding:1.5rem}.cart-summary-line{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #f0f0f0;font-size:.875rem;gap:.5rem}.cart-summary-line:last-of-type{border-bottom:none}.cart-summary-shipping-free{color:#16a34a;font-weight:600}.cart-summary-line--total{align-items:baseline;padding:1rem 0 .75rem}.cart-summary-total-label{font-size:1.125rem;font-weight:700;letter-spacing:.03em}.cart-summary-line--discount span:last-child{color:#16a34a;font-weight:600}.cart-summary-total-price{font-size:1.125rem;font-weight:700;white-space:nowrap}.cart-page .cart-checkout-btn{display:block;width:100%;text-align:center;margin-top:1.25rem;box-sizing:border-box}.cart-discount-form{display:flex;gap:.5rem;margin-top:1.5rem;max-width:380px;margin-left:auto}.cart-discount-form input[type=text]{flex:1;border:1px solid var(--border);padding:.5rem .75rem;font-size:.875rem;font-family:var(--font-dmsans);outline:none}.cart-discount-form input[type=text]:focus{border-color:#111827}.cart-discount-form button{background:#111827;color:#fff;border:none;padding:.5rem 1rem;font-size:.875rem;font-family:var(--font-dmsans);letter-spacing:.05em;cursor:pointer;transition:background .15s;white-space:nowrap}.cart-discount-form button:hover{background:#222}@media(max-width:1023px){.cart-page-grid{grid-template-columns:1fr;gap:2rem}.cart-discount-form{max-width:100%;margin-left:0}}.locale-popup-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:110;opacity:0;pointer-events:none;transition:opacity .3s ease}.locale-popup-overlay.active{opacity:1;pointer-events:auto}.locale-popup{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%) scale(.95);background:var(--background);z-index:111;width:90%;max-width:420px;max-height:90vh;overflow-y:auto;padding:2rem;opacity:0;pointer-events:none;transition:opacity .3s ease,transform .3s ease}.locale-popup.active{opacity:1;pointer-events:auto;transform:translate(-50%,-50%) scale(1)}.locale-popup-close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:1.25rem;cursor:pointer;color:var(--foreground);padding:.25rem}.locale-popup-title{font-family:var(--font-arimo);font-size:1.25rem;margin:0 0 .5rem}.locale-popup-subtitle{font-size:.875rem;color:#6b7280;margin:0 0 1.5rem}.locale-popup-field{margin-bottom:1rem}.locale-popup-label{display:block;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.375rem;color:#6b7280}.locale-popup-select{width:100%;max-width:100%;padding:.625rem 2rem .625rem .75rem;border:1px solid var(--border);background:var(--background);color:var(--foreground);font-family:var(--font-dmsans);font-size:.9375rem;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' stroke='%236b7280' stroke-width='1.5' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.locale-popup-select:focus-visible{border-color:var(--ring);outline:none}.locale-popup-confirm{width:100%;padding:.75rem;background:var(--primary);color:#fff;border:none;cursor:pointer;font-family:var(--font-dmsans);font-size:1rem;margin-top:.5rem;transition:opacity .2s ease}.locale-popup-confirm:hover{opacity:.85}.search-toggle-btn{background:none;border:none;cursor:pointer;color:var(--foreground);padding:0;display:flex;align-items:center}.search-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:105;opacity:0;pointer-events:none;transition:opacity .3s ease}.search-overlay.active{opacity:1;pointer-events:auto}.search-modal{position:fixed;top:0;left:0;right:0;z-index:106;background:var(--background);max-height:80vh;overflow-y:auto;transform:translateY(-100%);transition:transform .3s ease}.search-modal.active{transform:translateY(0)}.search-modal-form{position:sticky;top:0;z-index:1;background:var(--background);display:flex;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid var(--border);gap:1rem}.search-modal-input{flex:1;border:none;outline:none;font-family:var(--font-dmsans);font-size:1.25rem;background:transparent;color:var(--foreground)}.search-modal-input::placeholder{color:var(--muted-foreground, #9ca3af)}.search-modal-close{background:none;border:none;font-size:1.25rem;cursor:pointer;color:var(--foreground);padding:.25rem;flex-shrink:0}.search-modal-results{padding:0}.predictive-search-results{list-style:none;margin:0;padding:0}.predictive-search-item{display:flex;align-items:center;gap:1rem;padding:.75rem 1.5rem;text-decoration:none;color:var(--foreground);transition:background .15s ease}.predictive-search-item:hover{background:var(--muted, #f5f5f5)}.predictive-search-item img{width:60px;height:60px;object-fit:cover;flex-shrink:0}.predictive-search-item-info{display:flex;flex-direction:column;gap:.25rem}.predictive-search-item-title{font-family:var(--font-arimo);font-size:.9375rem}.predictive-search-item-price{font-size:.8125rem;color:var(--muted-foreground, #6b7280)}.predictive-search-no-results{padding:1.5rem;text-align:center;color:var(--muted-foreground, #6b7280);font-size:.875rem;margin:0}.search-view-all{display:block;text-align:center;padding:1rem 1.5rem;border-top:1px solid var(--border);font-family:var(--font-dmsans);font-size:.8125rem;text-transform:uppercase;letter-spacing:.05em;color:var(--foreground);text-decoration:none;transition:background .15s ease}.search-view-all:hover{background:var(--muted, #f5f5f5)}@media(max-width:768px){.search-modal{max-height:100vh}.search-modal-form{padding:1rem}.predictive-search-item{padding:.75rem 1rem}.search-view-all{padding:1rem}}.free-shipping-message{font-size:.8125rem;color:#6b7280;margin:.5rem 0}.free-shipping-qualified{color:#166534}.product-recommendations{max-width:1200px;margin:3rem auto;padding:0 1rem}.product-recommendations-title{font-family:var(--font-arimo);font-size:1.5rem;margin:0 0 1.5rem}.back-to-top{position:fixed;bottom:1.5rem;right:1.5rem;z-index:90;width:40px;height:40px;border-radius:50%;background:var(--foreground);color:var(--background);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #00000026;opacity:0;pointer-events:none;transition:opacity .3s ease}.back-to-top.visible{opacity:1;pointer-events:auto}.toast-container{position:fixed;bottom:1.5rem;right:1.5rem;z-index:120;display:flex;flex-direction:column;gap:.5rem;pointer-events:none}.toast{background:var(--foreground);color:var(--background);padding:.75rem 1.25rem;font-family:var(--font-dmsans);font-size:.875rem;transform:translate(120%);transition:transform .3s ease;pointer-events:auto}.toast.active{transform:translate(0)}.toast-loading{display:flex;align-items:center;justify-content:center;padding:.75rem 1.5rem}.toast-spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:toast-spin .6s linear infinite}@keyframes toast-spin{to{transform:rotate(360deg)}}#navbar-wave,#menu-wave{position:fixed;top:80px;left:0;width:100%;height:80px;z-index:30;pointer-events:none}@media(min-width:1024px){#menu-wave{display:none}#menu-wave.desktop-active{display:block}}.hover-underline-animation{display:inline-block;position:relative}.hover-underline-animation:after{content:"";position:absolute;width:100%;transform:scaleX(0);height:2px;bottom:0;left:0;background-color:#000;transform-origin:bottom right;transition:transform .35s ease-out}.hover-underline-animation:hover:after{transform:scaleX(1);transform-origin:bottom left}*:focus{outline:2px solid var(--ring);outline-offset:2px}*:focus:not(:focus-visible){outline:none}*:focus-visible{outline:2px solid var(--ring);outline-offset:2px}.hero-btn:focus-visible,.showcase-btn:focus-visible{outline-color:#fff}.skip-to-content{position:absolute;left:-9999px;top:0;z-index:200;padding:.75rem 1.5rem;background:var(--foreground);color:var(--background);font-family:var(--font-dmsans);font-size:.875rem;text-decoration:none}.skip-to-content:focus{left:0}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.page-header{padding:3rem 1rem 1rem;text-align:center;font-family:var(--font-arimo)}.page-header h1{font-size:2rem;margin-bottom:.5rem}.pagination{display:flex;justify-content:center;gap:.5rem;padding:2rem 0}.pagination a,.pagination span{padding:.5rem .75rem;border:1px solid var(--border);text-decoration:none;color:#000}.pagination .current{background:#000;color:#fff;border-color:#000}.error-page{max-width:600px;margin:4rem auto;padding:0 1rem;text-align:center}.error-page h1{font-family:var(--font-arimo)}.error-page p{color:var(--muted-foreground);margin-bottom:2rem}.error-page-btn{display:inline-block;padding:.75rem 1.5rem;background:var(--primary);color:var(--primary-foreground);text-decoration:none}.form-success{color:#166534;padding:1rem;background:#f0fdf4;border:1px solid #86efac;margin-bottom:1rem}.form-errors{color:#991b1b;padding:1rem;background:#fef2f2;border:1px solid #fca5a5;margin-bottom:1rem}.form-errors p{margin:0 0 .25rem}.pro-hero{position:relative;width:100%}.pro-hero-img{width:100%;display:block;-webkit-user-select:none;user-select:none;object-fit:cover;max-height:70vh}.pro-hero-img--placeholder{width:100%;aspect-ratio:16/7;background:var(--secondary)}.pro-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;gap:.5rem}.pro-hero-title{color:#fff;text-transform:uppercase;font-family:var(--font-arimo);font-size:.875rem;margin:0}@media(min-width:768px){.pro-hero-title{font-size:1.5rem}}.pro-hero-subtitle{color:#fff;font-family:var(--font-arimo);font-size:10px;margin:0}@media(min-width:768px){.pro-hero-subtitle{font-size:1rem}}.pro-hero-btn{background:transparent;color:#fff;border:2px solid white;text-transform:uppercase;font-family:var(--font-arimo);cursor:pointer;transition:background .3s ease-in-out,color .3s ease-in-out;padding:.5rem;font-size:.875rem;text-decoration:none;display:inline-block}@media(min-width:768px){.pro-hero-btn{padding:2rem;margin-top:1rem;font-size:1.5rem}}.pro-hero-btn:hover{background:#fff;color:#000}.product-showcase{width:100%;padding:3rem 1rem;text-align:center}@media(min-width:1024px){.product-showcase{padding:4rem 2rem}}.product-showcase-heading{text-align:center;margin-top:0;margin-bottom:2.5rem}@media(min-width:1024px){.product-showcase-heading{margin-bottom:3.5rem}}.product-showcase-heading-line1{display:block;font-family:var(--font-arimo);font-weight:700;text-transform:uppercase;letter-spacing:.15em;font-size:.875rem;color:var(--foreground);margin-bottom:.25rem;transform:translate(-.5rem)}@media(min-width:768px){.product-showcase-heading-line1{font-size:1rem;transform:translate(-1rem)}}.product-showcase-heading-line2{display:block;font-family:var(--font-script);font-size:3rem;color:var(--foreground);line-height:1.2;transform:translate(.5rem)}@media(min-width:768px){.product-showcase-heading-line2{font-size:4rem;transform:translate(1rem)}}.product-showcase-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;max-width:1280px;margin:0 auto}@media(min-width:768px){.product-showcase-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.product-showcase-grid{grid-template-columns:repeat(4,1fr);gap:2rem}}.product-showcase-grid .product-card-info{text-align:left}.pro-hero-btn:focus-visible{outline-color:#fff}.pro-features{width:100%;font-family:var(--font-dmsans);padding:2rem 0}.pro-features-container{max-width:90vw;margin:0 auto}@media(min-width:768px){.pro-features-container{max-width:80vw}}@media(min-width:1536px){.pro-features-container{max-width:70vw}}.pro-feature-row{display:flex;flex-direction:column;gap:2rem;margin-bottom:6rem;padding:1rem}@media(min-width:768px){.pro-feature-row{flex-direction:row;align-items:center;padding:0}.pro-feature-row--reverse{flex-direction:row-reverse}}.pro-feature-img{flex:1}.pro-feature-img img{width:100%;height:auto;display:block;object-fit:cover}.pro-feature-img-placeholder{width:100%;aspect-ratio:4/3;background:var(--secondary)}.pro-feature-text{flex:1;display:flex;flex-direction:column;gap:1rem;text-align:center;align-items:center}@media(min-width:768px){.pro-feature-text{padding:0 2rem}}.pro-feature-heading{font-family:var(--font-arimo);font-size:1.5rem;margin:0}.pro-feature-body{font-size:1.125rem;line-height:1.7;color:var(--foreground)}.pro-feature-body p{margin:0 0 1rem}.pro-feature-body p:last-child{margin-bottom:0}.pro-feature-btn{display:inline-block;padding:.75rem 1.5rem;background:#000;color:#fff;text-decoration:none;align-self:center;font-family:var(--font-arimo);font-size:.875rem;text-transform:uppercase;letter-spacing:.05em;border:2px solid black;transition:background .2s ease,color .2s ease}.pro-feature-btn:hover{background:#fff;color:#000}.pro-features-empty{text-align:center;color:var(--muted-foreground);padding:2rem}.pro-showcase{display:grid;grid-template-columns:1fr;gap:2rem;padding:2rem 1rem;width:100%}@media(min-width:768px){.pro-showcase{grid-template-columns:repeat(2,1fr);padding:2rem}}@media(min-width:1024px){.pro-showcase{grid-template-columns:repeat(3,1fr)}}.pro-showcase-item{display:flex;flex-direction:column}.pro-showcase-img{width:100%;aspect-ratio:4/3;object-fit:cover;display:block}.pro-showcase-img--placeholder{background:var(--secondary)}.pro-showcase-info{padding:1rem 0}.pro-showcase-title{font-family:var(--font-arimo);font-size:1.125rem;margin:0 0 .5rem}.pro-showcase-description{font-size:.9375rem;color:var(--muted-foreground);margin:0;line-height:1.6}.pro-contact{width:100%;padding:4rem 1rem;font-family:var(--font-dmsans);background:var(--secondary)}.pro-contact-inner{max-width:800px;margin:0 auto}.pro-contact-heading{font-family:var(--font-arimo);font-size:1.75rem;margin:0 0 2rem;text-align:center}.pro-contact-row{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:768px){.pro-contact-row{grid-template-columns:repeat(2,1fr)}}.add-to-cart-btn:disabled{background:#d1d5db;color:#6b7280;cursor:not-allowed}.add-to-cart-btn:disabled:hover{background:#d1d5db}.cart-item-details{flex:1;min-width:0;position:relative}.cart-qty-controls{display:flex;align-items:center;gap:.5rem;margin-top:.5rem}.cart-qty-btn{width:28px;height:28px;border:1px solid var(--border);background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1rem;line-height:1;padding:0}.cart-qty-btn:hover{background:#f3f4f6}.cart-qty-value{min-width:1.5rem;text-align:center;font-size:.875rem}.cart-remove-btn{position:absolute;top:.5rem;right:0;background:none;border:none;cursor:pointer;color:#9ca3af;font-size:.75rem;line-height:1;padding:.25rem}.cart-remove-btn:hover{color:#111827}.product-add-row{display:flex;align-items:stretch;gap:.75rem;margin-top:1rem}@media(max-width:767px){.product-add-row{flex-direction:column}}.product-qty{display:flex;align-items:stretch;height:52px;border:1.5px solid var(--border);width:fit-content;flex-shrink:0}.product-qty-btn{width:52px;height:100%;background:#fff;border:none;cursor:pointer;font-size:1.25rem;line-height:1;padding:0;display:flex;align-items:center;justify-content:center;color:var(--foreground);transition:background .15s;flex-shrink:0}.product-qty-btn:hover{background:var(--secondary)}.product-qty-input{width:56px;text-align:center;border:none;border-left:1.5px solid var(--border);border-right:1.5px solid var(--border);font-family:var(--font-dmsans);font-size:1rem;padding:0;background:#fff;color:var(--foreground);-moz-appearance:textfield;cursor:default}.product-qty-input::-webkit-outer-spin-button,.product-qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.product-qty-input:focus{outline:none}.journal-page{max-width:1200px;margin:0 auto;padding:3rem 1.5rem 5rem}.journal-header{text-align:left;max-width:100%;margin:0 0 3rem}.journal-heading{font-family:var(--font-arimo);font-weight:700;font-size:1rem;margin:0 0 1rem;color:var(--foreground);text-transform:uppercase;letter-spacing:.08em}.journal-description{font-family:var(--font-dmsans);font-size:.9rem;color:var(--muted-foreground);line-height:1.7;margin:0;text-align:left}.journal-description-intro{font-style:italic;margin-bottom:1rem}.journal-description p{margin:0 0 .75rem;font-size:.9rem;color:var(--muted-foreground);line-height:1.7}.journal-description p:last-child{margin-bottom:0}.journal-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem}.journal-card{flex-basis:100%;min-width:0;text-decoration:none;color:var(--foreground);display:block}.journal-card-image{overflow:hidden;border-radius:var(--radius);background:var(--secondary)}.journal-card-image img{display:block;width:100%;height:auto;aspect-ratio:4 / 3;object-fit:cover;transition:transform .3s ease}a.journal-card:hover .journal-card-image img{transform:scale(1.03)}.journal-card-placeholder{width:100%;aspect-ratio:4 / 3;background:var(--secondary)}.journal-card-title{font-family:var(--font-arimo);font-size:.75rem;font-weight:700;margin:.75rem 0 0;color:var(--foreground);text-transform:uppercase;letter-spacing:.05em}@media(min-width:768px){.journal-card{flex-basis:calc(50% - .75rem)}}@media(min-width:1024px){.journal-heading{font-size:1.125rem}.journal-card{flex-basis:calc(33.333% - 1rem)}}.sf-page{max-width:90vw;margin:0 auto;padding:3rem 1rem}@media(min-width:768px){.sf-page{max-width:80vw}}@media(min-width:1536px){.sf-page{max-width:70vw}}.sf-block--image-text{display:flex;flex-direction:column;gap:2rem;margin-bottom:4rem}@media(min-width:768px){.sf-block--image-text{flex-direction:row;align-items:center;gap:4rem}.sf-block--image-text-reverse{flex-direction:row-reverse}}.sf-block--text-only{text-align:center;max-width:700px;margin:0 auto 4rem}.sf-img{flex:1}.sf-img img{width:100%;height:auto;display:block;object-fit:cover}.sf-img-placeholder{width:100%;aspect-ratio:4/3;background:var(--secondary)}.sf-text{flex:1;display:flex;flex-direction:column;gap:1rem;padding:0 1rem}@media(min-width:768px){.sf-text{padding:0 2rem}}.sf-subtitle{font-family:var(--font-arimo);font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:var(--muted-foreground);margin:0}.sf-heading{font-family:var(--font-arimo);font-size:1.75rem;font-weight:700;margin:0}.sf-body{font-family:var(--font-dmsans);font-size:1rem;line-height:1.7;color:var(--foreground)}.sf-body p{margin:0 0 1rem}.sf-body p:last-child{margin-bottom:0}.sf-separator{text-align:center;color:var(--muted-foreground);letter-spacing:.3em;margin:0 0 4rem;font-family:var(--font-dmsans)}.split-hero{display:flex;flex-direction:column;width:100%}@media(min-width:768px){.split-hero{flex-direction:row}}.split-hero-item{flex:1;position:relative;min-height:60vh;display:block;overflow:hidden;text-decoration:none}.split-hero-item:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.55) 0%,rgba(0,0,0,.15) 50%,transparent 100%);pointer-events:none}.split-hero-img{width:100%;height:100%;object-fit:cover;display:block;position:absolute;top:0;right:0;bottom:0;left:0;transition:transform .5s ease}.split-hero-img--placeholder{background:var(--muted)}.split-hero-item:hover .split-hero-img{transform:scale(1.03)}.split-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;text-align:center;padding:2rem 1.5rem;gap:.25rem}.split-hero-title{color:#fff;font-family:var(--font-arimo);font-size:1.5rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin:0 0 .75rem}@media(min-width:768px){.split-hero-title{font-size:2rem}}@media(min-width:1024px){.split-hero-title{font-size:2.5rem}}.split-hero-btn{display:inline-block;color:#fff;border:2px solid white;font-family:var(--font-arimo);font-size:.6875rem;text-transform:uppercase;letter-spacing:.12em;padding:.5rem 1.25rem;transition:background .25s ease,color .25s ease}@media(min-width:768px){.split-hero-btn{font-size:.75rem;padding:.5rem 1.25rem}}.split-hero-item:hover .split-hero-btn{background:#fff;color:#000}.split-hero-dots{display:none}@media(max-width:767px){.split-hero{position:relative;min-height:60vh}.split-hero:not(.split-hero--active) .split-hero-item:first-child{opacity:1;pointer-events:auto}.split-hero-item{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .5s ease;pointer-events:none}.split-hero-item.active{opacity:1;pointer-events:auto;z-index:1}.split-hero-dots{display:flex;position:absolute;bottom:.75rem;left:50%;transform:translate(-50%);z-index:2;gap:.5rem;pointer-events:auto}.split-hero-dot{width:8px;height:8px;border-radius:50%;background:transparent;border:2px solid rgba(255,255,255,.6);padding:0;cursor:pointer;transition:background .25s ease,border-color .25s ease}.split-hero-dot.active{background:#fff;border-color:#fff}.split-hero-dot:hover{background:#fff9}.split-hero-dot:focus-visible{outline:2px solid white;outline-offset:3px}}.fullwidth-banner{position:relative;display:block;width:100%;min-height:50vh;overflow:hidden;text-decoration:none}.fullwidth-banner-img{width:100%;height:100%;object-fit:cover;display:block;position:absolute;top:0;right:0;bottom:0;left:0}.fullwidth-banner-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--secondary)}.fullwidth-banner-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;gap:1.5rem;padding:2rem 1rem;background:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.45) 60%,rgba(0,0,0,.65) 100%)}.fullwidth-banner:before{content:"";display:block;padding-top:50vh}@media(min-width:768px){.fullwidth-banner:before{padding-top:55vh}}.fullwidth-banner-heading{color:#fff;text-transform:uppercase;font-family:var(--font-arimo);font-weight:700;font-size:1.375rem;letter-spacing:.08em;margin:0}@media(min-width:768px){.fullwidth-banner-heading{font-size:2.25rem}}@media(min-width:1024px){.fullwidth-banner-heading{font-size:2.875rem}}.fullwidth-banner-btn{display:inline-block;color:#fff;border:2px solid white;font-family:var(--font-arimo);font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;padding:.625rem 1.75rem;transition:background .25s ease,color .25s ease}@media(min-width:768px){.fullwidth-banner-btn{font-size:.875rem;padding:.75rem 2rem}}a.fullwidth-banner:hover .fullwidth-banner-btn{background:#fff;color:#000}.site-footer{width:100%;background:var(--background)}.footer-reassurance{display:grid;grid-template-columns:1fr;border-bottom:1px solid var(--border)}@media(min-width:768px){.footer-reassurance{grid-template-columns:repeat(3,1fr)}}.footer-reassurance-item{padding:1.75rem 2rem;text-align:center}.footer-reassurance-heading{font-family:var(--font-arimo);font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;margin:0 0 .375rem;color:var(--foreground)}.footer-reassurance-description{font-family:var(--font-dmsans);font-size:.8125rem;color:var(--muted-foreground);margin:0;line-height:1.4}.footer-main{max-width:1200px;margin:0 auto;padding:3rem 1.5rem 2rem;display:flex;flex-direction:column;gap:2.5rem}.footer-links-row{display:flex;flex-direction:column;gap:2rem}@media(min-width:768px){.footer-links-row{flex-direction:row;justify-content:space-between;align-items:flex-start}}.footer-links-columns{display:flex;flex-direction:row;gap:3rem}.footer-link-column{display:flex;flex-direction:column;gap:.625rem;min-width:0}.footer-column-title{font-family:var(--font-arimo);font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;margin:0 0 .75rem;color:var(--foreground)}.footer-link{color:var(--muted-foreground);text-decoration:none;font-family:var(--font-dmsans);font-size:.875rem;display:block;transition:color .15s ease}.footer-link:hover{color:var(--foreground)}.footer-social-icons{display:flex;flex-direction:row;gap:1rem;align-items:center}@media(min-width:768px){.footer-social-icons{justify-content:flex-end}}.footer-social-icons a{color:var(--muted-foreground);display:flex;align-items:center;transition:color .15s ease}.footer-social-icons a:hover{color:var(--foreground)}.footer-contact-row{display:flex;flex-direction:column;gap:2rem}@media(min-width:768px){.footer-contact-row{flex-direction:row;justify-content:space-between;align-items:flex-end}}.footer-contact{display:flex;flex-direction:column}.footer-contact-line{font-family:var(--font-dmsans);font-size:.875rem;color:var(--muted-foreground);margin:0 0 .375rem}.footer-contact-line a{color:var(--muted-foreground);text-decoration:none;transition:color .15s ease}.footer-contact-line a:hover{color:var(--foreground)}.footer-logo-wrap a{display:inline-block}.footer-logo{max-width:150px;width:100%;height:auto;display:block}.footer-copyright{border-top:1px solid var(--border);text-align:center;padding:1rem 1.5rem}.footer-copyright p{font-family:var(--font-dmsans);font-size:.75rem;color:var(--muted-foreground);margin:0;text-transform:uppercase;letter-spacing:.08em}.photo-slider{position:relative;width:100%;overflow:hidden;cursor:pointer}.photo-slider-track{position:relative;width:100%;aspect-ratio:4 / 3}@media(min-width:768px){.photo-slider-track{aspect-ratio:16 / 7}}@media(min-width:1024px){.photo-slider-track{aspect-ratio:16 / 6}}.photo-slider-slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .8s ease}.photo-slider-slide.active{opacity:1}.photo-slider-slide img{display:block;width:100%;height:100%;object-fit:cover}.photo-slider-placeholder{width:100%;height:100%;background:var(--secondary, #f5f5f5)}.photo-slider-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:flex;align-items:center;justify-content:center;pointer-events:none}.photo-slider-btn{pointer-events:auto;display:inline-block;padding:.875rem 2.5rem;border:1px solid white;color:#fff;background:#00000040;font-family:var(--font-dmsans);font-size:.8125rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;text-decoration:none;transition:background .25s ease,color .25s ease;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.photo-slider-btn:hover,.photo-slider-btn:focus-visible{background:#ffffffeb;color:var(--foreground);outline:none}.photo-slider-dots{position:absolute;bottom:1.25rem;left:50%;transform:translate(-50%);z-index:3;display:flex;align-items:center;gap:.5rem}.photo-slider-dot{width:8px;height:8px;border-radius:50%;border:1.5px solid rgba(255,255,255,.85);background:transparent;padding:0;cursor:pointer;transition:background .25s ease,border-color .25s ease}.photo-slider-dot.active{background:#fff;border-color:#fff}.photo-slider-dot:hover{background:#fff9}.photo-slider-dot:focus-visible{outline:2px solid white;outline-offset:3px}
/*# sourceMappingURL=/cdn/shop/t/10/assets/theme.css.map */
