.collection-products{display:grid;grid-template-columns:repeat(auto-fill,minmax(500px,1fr))}.collections{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(var(--collection-card-size),100%),1fr));gap:var(--grid-gap)}.collections--compact{--collection-card-size: 160px}.collections--full{--collection-card-size: 280px}.collection-card{display:flex;flex-direction:column;width:100%}.custom-section{position:relative;overflow:hidden;width:100%}.custom-section__background{position:absolute;width:100%;height:100%;z-index:-1;overflow:hidden}.custom-section__background img{position:absolute;width:100%;height:auto;top:50%;left:50%;transform:translate(-50%,-50%)}.custom-section__content{display:grid;grid-template-columns:var(--content-grid)}.custom-section__content>*{grid-column:2}.featured-collection{padding:5rem 0;background:#f9f7f2;overflow:hidden}.container{max-width:1300px;margin:0 auto;padding:0 2rem}.section-header{text-align:center;margin-bottom:4rem;display:flex;flex-direction:column;align-items:center;gap:1.2rem}.section-title{font-size:2.5rem;font-weight:900;color:#222;margin:0;font-family:Montserrat,sans-serif;letter-spacing:-.01em}.view-all{color:var(--brand-orange);text-decoration:none;font-weight:700;font-size:.95rem;transition:opacity .2s;text-transform:uppercase;letter-spacing:1.5px}.view-all:hover{opacity:.7}.grid-controls{display:none}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2.5rem}@media(max-width:1024px){.product-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.featured-collection{padding:4rem 0}.product-grid-wrapper{margin:0 -1.5rem;padding:0 1.5rem;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch;touch-action:pan-x}.product-grid-wrapper::-webkit-scrollbar{display:none}.product-grid{display:flex;flex-wrap:nowrap;gap:1.2rem;padding-bottom:1rem}.product-grid>*{flex:0 0 280px;scroll-snap-align:start}.section-title{font-size:1.8rem}.collection-slider{position:relative;margin:0 -1rem;padding:0 1rem}.product-grid-wrapper{overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch;touch-action:pan-x}}.footer{background:#f4f1ed;padding:4rem 0 3rem;border-top:1px solid rgba(0,0,0,.05);width:100%!important;margin:0!important;max-width:none!important}.footer__full-container{padding:0 4rem;width:100%;box-sizing:border-box}.footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:4rem;margin-bottom:5rem}.footer__col-title{font-size:1.1rem;font-weight:800;color:#111;margin:0 0 2rem;letter-spacing:1px}.footer__col-text{line-height:1.8;color:#666;margin-bottom:2rem}.footer__nav{list-style:none;padding:0;margin:0}.footer__nav li{margin-bottom:1rem}.footer__nav a{color:#666;text-decoration:none;transition:color .2s;font-weight:500}.footer__nav a:hover{color:var(--brand-orange)}.footer__social{display:flex;gap:1.5rem}.footer__social-link svg{width:24px;height:24px;color:#444;transition:color .2s}.footer__social-link:hover svg{color:var(--brand-orange)}.footer__bottom{display:flex;justify-content:space-between;align-items:center;padding-top:3rem;border-top:1px solid rgba(0,0,0,.05)}.footer__copy{color:#999;font-size:.9rem}@media(max-width:1024px){.footer__newsletter{flex-direction:column;text-align:center;gap:2rem}.footer__grid{grid-template-columns:1fr 1fr}}@media(max-width:768px){.footer{padding:4rem 0 2rem}.footer__grid{grid-template-columns:1fr;gap:3rem;text-align:center}.footer__social{justify-content:center}.footer__bottom{flex-direction:column;gap:2rem;text-align:center}.footer__newsletter-title{font-size:1.8rem}}:root{--brand-orange: #E68A4F}.glass-header{position:fixed;top:0;left:0;width:100%;z-index:2500;background:#ffffff05;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.05);transition:all .3s ease}.header__container{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;max-width:var(--page-width);margin:0 auto}.header__logo{font-size:1.6rem;font-weight:700;text-transform:uppercase;text-decoration:none;color:var(--brand-orange);letter-spacing:.05em;font-family:Lazy Dog,sans-serif}.header__left,.header__right{display:flex;align-items:center;gap:1.2rem;flex:1}.header__left{justify-content:flex-end}.header__icon-btn{background:none;border:none;padding:.5rem;cursor:pointer;color:var(--brand-orange);display:flex;align-items:center;justify-content:center;text-decoration:none;transition:transform .2s ease}.header__icon-btn:hover{transform:scale(1.1);color:var(--brand-orange)}.header__icon-btn svg{width:26px;height:26px;fill:none;stroke:currentColor;stroke-width:1.5}@media(max-width:768px){.header__icon-btn svg{width:20px;height:20px}}.header__cart{position:relative}.header__cart-count{position:absolute;top:0;right:0;background:#f9f7f2;color:#222;font-size:.7rem;width:17px;height:17px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;box-shadow:0 2px 5px #0000001a}.drawer{display:none;position:fixed;top:0;bottom:0;background:#fffffffa;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);z-index:2000;box-shadow:0 0 40px #0000001a}.drawer--left{left:0;width:320px}.drawer--right{right:0;width:400px}.drawer--top{top:0;left:0;right:0;height:auto;bottom:auto;padding:2rem}.drawer.is-active{display:block!important;animation:drawerSlideIn .3s ease-out}.drawer-overlay{display:none;position:fixed;top:72px;left:0;width:100%;height:calc(100vh - 72px);background:#0006;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1500}.drawer-overlay.is-active{display:block!important}.drawer__header{display:flex;justify-content:space-between;align-items:center;padding:2rem;border-bottom:1px solid rgba(0,0,0,.05)}.drawer__header h3{font-family:Playfair Display,serif;font-size:1.8rem;margin:0;font-weight:400}.drawer__inner{padding:2rem}.drawer__nav{display:flex;flex-direction:column;padding:1rem;gap:.5rem}.nav-link{font-family:Playfair Display,serif;font-size:1.5rem;text-decoration:none;color:#111;font-weight:400;padding:1.2rem;display:flex;justify-content:space-between;align-items:center;border-radius:12px;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;letter-spacing:.01em}.nav-link:hover{background:#e68a4f14;color:var(--brand-orange)}.nav-details{margin-bottom:.5rem;border-radius:12px;overflow:hidden;transition:all .3s ease}.nav-details[open]{background:#ffffff80;box-shadow:0 4px 20px #00000008}.nav-sub{display:flex;flex-direction:column;padding:.5rem 1.5rem 1.5rem 0;gap:1rem;animation:slideDownNav .4s ease-out}@keyframes slideDownNav{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.nav-sub a{font-size:1.05rem;text-decoration:none;color:#555;font-weight:600;transition:all .2s;padding:.5rem 1rem;border-right:2px solid transparent}.nav-sub a:hover{color:var(--brand-orange);border-right-color:var(--brand-orange);padding-right:1.5rem}.nav-sub-all{margin-top:.5rem;color:#111!important;font-weight:800!important;text-decoration:underline!important;text-underline-offset:4px}.nav-plus{font-size:1.2rem;font-weight:400;transition:transform .3s ease}.nav-details[open] .nav-plus{transform:rotate(45deg)}.drawer__close{font-size:2.5rem;background:none;border:none;cursor:pointer;line-height:1}.search-form{display:flex;gap:1rem;max-width:800px;margin:0 auto;padding:1rem}.drawer{display:none;position:fixed;top:72px;bottom:0;height:calc(100vh - 72px);background:#f9f7f2;backdrop-filter:blur(25px);-webkit-backdrop-filter:blur(25px);z-index:2000;box-shadow:0 0 50px #0000000d;border-left:1px solid rgba(0,0,0,.03);border-right:1px solid rgba(0,0,0,.03)}.drawer--right{right:0;width:350px;transform:translate(100%)}.drawer--left{left:0;width:350px;transform:translate(-100%)}.drawer.is-active{display:block!important;transform:translate(0)!important;animation:drawerFadeIn .4s cubic-bezier(.165,.84,.44,1) forwards}@keyframes drawerFadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.btn--full{display:block;width:100%;text-align:center;background:var(--brand-orange);color:#fff;padding:1.2rem;text-decoration:none;border-radius:15px;font-weight:700;margin:1.5rem 0 .5rem;transition:all .3s ease;border:none;cursor:pointer}.btn--full:hover{filter:brightness(1.1);transform:translateY(-2px);box-shadow:0 10px 20px #e68a4f33}.drawer-terms-agreement{margin:1.5rem 0 .5rem;padding:0 .5rem;text-align:right}.drawer-terms-agreement .checkbox-label{display:flex;align-items:center;justify-content:flex-start;gap:.6rem;cursor:pointer;font-size:.95rem;color:#444;-webkit-user-select:none;user-select:none}.drawer-terms-agreement input[type=checkbox]{accent-color:var(--brand-orange);cursor:pointer;width:17px;height:17px;border-radius:4px;border:1px solid #ddd;margin:0}.drawer-terms-agreement .terms-text a{color:var(--brand-orange);text-decoration:underline;font-weight:700;transition:color .2s}.drawer-terms-agreement .terms-text a:hover{color:#c26932}.drawer-terms-agreement .drawer-terms-warning-msg{display:none;color:#e11d48;font-size:.85rem;margin-top:.4rem;font-weight:700;text-align:right}.header__search-container{position:relative;display:flex;align-items:center}.drawer-search{display:none;position:absolute;top:100%;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);padding:.5rem;border-radius:50px;z-index:2400;box-shadow:0 10px 30px #0000001a;border:1px solid rgba(255,255,255,.5);width:280px;margin-top:10px}.drawer-search.is-active{display:block!important;animation:slideDown .3s ease-out}.search-form-compact{display:flex;align-items:center;gap:.5rem;padding-right:1rem}.search-input-compact{border:none;background:none;padding:.5rem;flex:1;font-size:1rem;outline:none;font-family:inherit;text-align:right}.search-submit{background:none;border:none;color:var(--brand-orange);cursor:pointer;padding:.8rem;display:flex;align-items:center;justify-content:center;transition:transform .2s}.search-submit:hover{transform:scale(1.1)}.search-submit svg{width:20px;height:20px}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.drawer-search{position:fixed;top:72px;left:10px;right:10px;width:auto;margin-top:0;border-radius:15px}}@media(max-width:768px){.header__logo{font-size:1.2rem;letter-spacing:.02em}.header__container{padding:.8rem .5rem;gap:.5rem}.header__left,.header__right{gap:.5rem}.drawer--right,.drawer--left{width:85%}}.drawer__header-title{display:flex;align-items:center;gap:.8rem}.cart-count-badge{background:var(--brand-orange);color:#fff;font-size:.8rem;padding:2px 8px;border-radius:20px;font-weight:800}.cart-item{display:flex;gap:1.5rem;padding:1.5rem 0;border-bottom:1px solid rgba(0,0,0,.05)}.cart-item__image{width:80px;height:80px;flex-shrink:0;background:#fff;border-radius:8px;overflow:hidden}.cart-item__image img{width:100%;height:100%;object-fit:cover}.cart-item__details{flex:1;display:flex;flex-direction:column;justify-content:space-between}.cart-item__title{font-size:1rem;font-weight:700;margin:0 0 .3rem;color:#222}.cart-item__variant{font-size:.85rem;color:#999;margin:0}.cart-item__footer{display:flex;justify-content:space-between;align-items:center;margin-top:1rem}.quantity-selector{display:flex;align-items:center;border:1px solid #ddd;border-radius:50px;padding:2px}.quantity-selector button{background:none;border:none;width:25px;height:25px;cursor:pointer;font-weight:700;color:#666}.quantity-selector span{padding:0 10px;font-size:.9rem;font-weight:700}.cart-item__price{font-weight:700;color:#222}.cart-shipping-meter{background:#fff;padding:1.5rem;border-radius:12px;margin:1.5rem;text-align:center;box-shadow:0 5px 15px #00000005}.shipping-meter__text{font-size:.9rem;font-weight:600;margin:0 0 1rem;color:#444}.shipping-meter__text span{color:var(--brand-orange);font-weight:800}.shipping-meter__bar{height:6px;background:#eee;border-radius:10px;overflow:hidden}.bar-progress{height:100%;background:var(--brand-orange);transition:width .5s ease}.drawer__footer{padding:2rem;background:#fff;border-top:1px solid #eee}.summary-row{display:flex;justify-content:space-between;font-size:1.1rem;font-weight:800;margin-bottom:.5rem}.summary-note{font-size:.85rem;color:#999;margin:0 0 1.5rem}.empty-cart{text-align:center;padding:4rem 0}.empty-cart p{color:#999;margin-bottom:2rem}.drawer{display:none;flex-direction:column;position:fixed;top:72px;bottom:0;height:calc(100vh - 72px);background:#f9f7f2;z-index:2000;box-shadow:0 0 50px #0000000d;border-left:1px solid rgba(0,0,0,.03);border-right:1px solid rgba(0,0,0,.03);overflow:hidden}.drawer.is-active{display:flex!important}.drawer__content{flex:1;overflow-y:auto;display:flex;flex-direction:column;padding-bottom:2rem}.drawer__footer{padding:1.5rem 2rem;background:#fff;border-top:1px solid #eee;box-shadow:0 -10px 30px #00000005}.account-card{background:#fff;padding:2.5rem;border-radius:20px;box-shadow:0 10px 30px #00000008;text-align:center;border:1px solid rgba(0,0,0,.03)}.account-welcome{font-size:1.6rem;color:#111;margin-bottom:2rem}.account-info-text{font-size:1.1rem;color:#666;line-height:1.6;margin-bottom:2.5rem}.account-register-box{margin-top:3rem;padding-top:2rem;border-top:1px solid #eee}.account-register-box p{font-size:.95rem;color:#999;margin-bottom:.8rem}.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-video{position:relative;height:100svh;width:100%;overflow:hidden;display:flex;align-items:center;justify-content:center;background-color:#000}.hero-video__media{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1}.hero-video__content{position:relative;z-index:2;text-align:center;padding:2rem;width:100%;max-width:1200px;animation:fadeIn 1.5s ease-out}.hero-video__title{font-size:clamp(2rem,5vw,5rem);font-weight:700;margin:0;text-transform:uppercase;letter-spacing:.1em;white-space:nowrap;font-family:Lazy Dog,sans-serif;color:#fff;text-shadow:0 4px 30px rgba(0,0,0,.3);line-height:1}.hero-video__subtitle{font-size:clamp(1rem,1.5vw,1.5rem);font-weight:400;margin-top:.5rem;text-transform:uppercase;letter-spacing:.3em;color:#ffffffe6;font-family:Lazy Dog,sans-serif}@media(max-width:768px){.hero-video__title{font-size:2.2rem;white-space:normal;line-height:1.2}.hero-video__subtitle{font-size:1rem;letter-spacing:.2em}.hero-video__content{padding:1.5rem}}.search-results{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.search-results .prev,.search-results .page,.search-results .next{grid-column:1 / -1}.group{display:flex;flex-wrap:nowrap;overflow:hidden;width:100%}.group--horizontal{flex-direction:row;justify-content:space-between;align-items:center;padding:0 var(--padding)}.group--vertical{flex-direction:column;align-items:var(--alignment);padding:var(--padding) 0}.text{text-align:var(--text-align)}.text--title{font-size:2rem;font-weight:700}.text--subtitle{font-size:1.5rem}.image{display:block;position:relative;overflow:hidden;width:100%;height:auto}.image>img{width:100%;height:auto}
/*# sourceMappingURL=/cdn/shop/t/14/compiled_assets/styles.css.map */
