.transition-soft{transition:all .3s ease}.transition-up{position:relative;top:-8px;transition:all .5s ease;z-index:10;pointer-events:none}.transition-up-active{top:0;opacity:1;z-index:100;pointer-events:all}.fade-in-vertical{transition:all .5s cubic-bezier(0.16, 0.68, 0.43, 0.99);transition-delay:.3s;transform:translate(0, 40%)}.fade-in-vertical.visible{transform:translate(0, 0%);opacity:1}:root{--icon-btn-spinner: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M460.115 373.846l-6.941-4.008c-5.546-3.202-7.564-10.177-4.661-15.886 32.971-64.838 31.167-142.731-5.415-205.954-36.504-63.356-103.118-103.876-175.8-107.701C260.952 39.963 256 34.676 256 28.321v-8.012c0-6.904 5.808-12.337 12.703-11.982 83.552 4.306 160.157 50.861 202.106 123.67 42.069 72.703 44.083 162.322 6.034 236.838-3.14 6.149-10.75 8.462-16.728 5.011z"/></svg>')}.btn-transition{position:relative;overflow:hidden}.btn-transition .transition-container{position:absolute;top:50%;left:0;width:100%;opacity:0;transition:all .5s ease;pointer-events:none;cursor:not-allowed;transform:translateY(-50%)}.btn-transition .transition-container.active{opacity:1}.form-select-options{position:absolute;top:100%;left:0;z-index:200;width:100%;max-height:200px;margin-top:5px;list-style:none;overflow-y:auto;background-color:var(--main-background);border:var(--border-solid) var(--main-foreground-opacity-30);transition:all .2s ease;opacity:0}.form-select-options.open{opacity:1}.form-select-options::-webkit-scrollbar{width:7px}.form-select-options::-webkit-scrollbar-track{background:var(--main-foreground-opacity-50);border-radius:6px}.form-select-options::-webkit-scrollbar-thumb{background:var(--main-foreground-opacity-50);border-radius:6px}.form-select-option{padding:12px;font-size:var(--font-small);transition:all .4s ease;cursor:pointer}.form-select-option:hover,.form-select-option:active,.form-select-option.selected{background-color:var(--main-foreground-opacity-03)}.form-select-icon{-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-ms-transition:all .2s ease;-o-transition:all .2s ease}.form-select.open .form-select-icon{transform:translateY(-50%) rotateX(180deg);-webkit-transform:translateY(-50%) rotateX(180deg);-moz-transform:translateY(-50%) rotateX(180deg);-ms-transform:translateY(-50%) rotateX(180deg);-o-transform:translateY(-50%) rotateX(180deg)}.form-quantity-icon{cursor:pointer}.input-clear-content{position:absolute;right:8px;bottom:0;width:25px;height:40px;padding:4px;cursor:pointer}.input-clear-content:before{display:block;width:13px;height:13px;margin:8px 1px 0 4px}.form-spinner:before{display:inline-block;width:12px;height:12px;-webkit-mask-image:var(--icon-btn-spinner);-ms-mask-image:var(--icon-btn-spinner);-moz-mask-image:var(--icon-btn-spinner);-o-mask-image:var(--icon-btn-spinner);mask-image:var(--icon-btn-spinner)}input[disabled],select[disabled],textarea[disabled],button[disabled],input[disabled]:hover,select[disabled]:hover,textarea[disabled]:hover,button[disabled]:hover,input[readonly],select[readonly],textarea[readonly],button[readonly],input[readonly]:hover,select[readonly]:hover,textarea[readonly]:hover,button[readonly]:hover{background-color:#ddd;cursor:not-allowed}.list .radio-button-icons-container{display:none}.list .radio-button-label{padding:0}.alert{clear:both;margin-bottom:15px;padding:8px 10px;border:var(--border-solid);font-size:14px}.alert-danger,.alert-error{color:var(--danger);border-color:var(--danger)}.alert-warning{color:var(--warning);border-color:var(--warning)}.alert-info{color:var(--main-foreground);border-color:var(--main-foreground)}.alert-success{color:var(--success);border-color:var(--success)}.alert-primary{border-color:var(--accent-color);color:var(--accent-color)}.notification-arrow-up{border-right:10px solid rgba(0,0,0,0);border-bottom:10px solid var(--main-background);border-left:10px solid rgba(0,0,0,0)}.notification-danger{color:var(--danger)}.notification-hidden{transition:all .2s cubic-bezier(0.16, 0.68, 0.43, 0.99);transform:translate(0, -10%);opacity:0;pointer-events:none}.notification-visible{transition:all .2s cubic-bezier(0.16, 0.68, 0.43, 0.99);opacity:1;transform:translate(0, 0)}.notification-cart{font-size:14px}.notification-cart-container{left:initial;width:320px}.notification-cart-container.notification-fixed{top:100%;left:15px;width:calc(100% - 30px)}.notification-img{width:80px;height:80px;overflow:hidden}.notification-img svg{border-radius:100%;background:var(--main-background)}.notification-close{position:absolute;top:9px;right:3px;z-index:1;font-size:var(--font-smallest);cursor:pointer}.bar-progress{position:relative;height:17px;border:var(--border-solid) var(--main-foreground)}.bar-progress .bar-progress-active{width:0%;height:15px;background:var(--accent-color)}.ship-free-rest-message{position:relative;height:50px}.ship-free-rest-message .ship-free-rest-text{position:absolute;top:-5px;width:100%;text-align:center;line-height:40px;opacity:0}.ship-free-rest-message.success .bar-progress-success{top:0;opacity:1}.ship-free-rest-message.amount .bar-progress-amount{top:0;opacity:1}.ship-free-rest-message.condition .bar-progress-condition{top:0;opacity:1}.bar-progress-check{position:absolute;top:-1px;right:0;width:20px;height:15px;font-size:16px;text-align:center;transform:scale(0.5);opacity:0;fill:var(--main-background)}.bar-progress-check.active{transform:scale(1);opacity:1}.modal{position:fixed;top:0;z-index:20000;display:block;width:100%;height:100%;color:var(--main-foreground);fill:var(--main-foreground);background-color:var(--main-background);-webkit-overflow-scrolling:touch;overflow-y:auto;transition:all .3s ease-in-out}.modal-transition-fast{transition:all .05s ease-in-out}.modal-zindex-top{z-index:20001}.modal-img-full{max-width:100%;max-height:190px}.modal-header{width:100%;padding:0;font-size:var(--font-big);text-align:center;text-transform:var(--main-text-transform);cursor:pointer;transition:all .4s ease;border-bottom:var(--border-solid) var(--main-foreground)}.modal-header:hover,.modal-header:focus{opacity:.8}.modal-header-no-title{text-align:right}.modal-floating-close{position:sticky;top:0;right:0;z-index:1;width:auto;margin:0 0 -50px 0;padding:15px;float:right}.modal-body{padding:15px;background-color:var(--main-background)}.modal-scrollable-area{background-color:var(--main-background)}.modal-shadow{box-shadow:0 0 8px 4px var(--main-foreground-opacity-10)}.modal-footer{padding:0 15px 15px 15px;clear:both}.modal .modal-footer{background-color:var(--main-background)}.modal-with-fixed-footer{display:flex;flex-direction:column;height:100%}.modal-with-fixed-footer .modal-scrollable-area{height:100%;overflow:auto}.modal-flex-column{display:flex;flex-direction:column}.modal-full{width:100%}.modal-docked-md{width:100%}.modal-docked-small{width:90%}.modal-top{top:-100%}.modal.transition-fade{top:initial;bottom:-1%;opacity:0;transition:all .2s ease-in-out}.modal-bottom{top:100%;left:0}.modal-left{left:-100%}.modal-right{right:-100%}.modal-centered{height:100%;width:100%}.modal-centered-small{width:90%;height:auto;left:50%;transform:translate(-50%, 0%)}.modal-centered-small .modal-body{min-height:150px;max-height:400px}.modal.modal-show{opacity:1}.modal-top.modal-show,.modal-bottom.modal-show{top:50%;transform:translateY(-50%)}.modal-left.modal-show,.modal-left-xs.modal-show{left:0}.modal-right.modal-show{right:0}.modal-centered.modal-show{left:50%;transform:translate(-50%, -50%)}.modal-centered-md.modal-show{left:initial;transform:none}.modal-centered-md.modal-show.modal-bottom{top:50%;transform:translateY(-50%)}.modal.transition-fade.modal-show{bottom:0;opacity:1}.modal-close,.modal-back{display:inline-block;margin-top:-1px;padding:15px;text-align:center;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:none}.modal-bottom-sheet{top:initial;bottom:-100%;width:100%;height:auto;transform:none}.modal-bottom-sheet.modal-show,.modal-centered-md.modal-show.modal-bottom-sheet{top:initial;bottom:0;left:0;height:auto;transform:translateY(0)}.modal .tab-group{margin:0 -20px 20px 0}.modal-overflow-none{overflow:hidden}.modal-scrollable{width:100%;height:100%;overflow-y:auto;overflow-x:hidden}.modal-bottom-sheet,.modal-bottom-sheet .modal-scrollable{max-height:100vh}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;z-index:10000;cursor:pointer;background-color:var(--main-foreground-opacity-60)}.modal-overlay.modal-zindex-top{z-index:20000}.tab-group{padding:0;overflow-x:scroll;white-space:nowrap}.tab-group .tab{display:inline-flex;float:none;margin-right:10px}.tab-group .tab-link{float:left;padding:10px;font-size:var(--font-small);text-transform:var(--main-text-transform);text-align:center;border-bottom:var(--border-solid) var(--main-foreground-opacity-20);color:var(--main-foreground)}.tab-group .tab.active .tab-link{border-bottom:var(--border-solid) var(--button-background);color:var(--button-background)}.tab-panel:not(.active){display:none}.tab-panel.active{display:block}.card{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-width:0;word-wrap:break-word;background-clip:border-box}.card-collapse{height:55px;padding:0;overflow:hidden;transition:all .3s ease;cursor:pointer}.card-collapse-toggle{position:absolute;top:7px;right:8px;padding:10px;transition:all .3s ease}.card-collapse.active{height:100%}.card-body{-ms-flex:1 1 auto;flex:1 1 auto;padding:15px}.card-header{padding:16px 15px;margin-bottom:0}.card-header-collapse{padding-right:50px;position:relative}.card-footer{padding:15px}.g-recaptcha>div{margin:20px auto}.grecaptcha-badge{bottom:100px !important}.head-main.compress .logo-img{max-height:30px}.head-main.compress .logo-img-big{max-height:40px}.head-main a{cursor:pointer}.nav-desktop-list>.nav-item-desktop>.nav-item-container>.nav-list-link:after{background:var(--header-foreground)}.modal-full-width{width:100%;max-width:100%}.modal-body-scrollable-auto .modal-body{max-height:calc(100vh - 100px);overflow-y:auto}.modal-nav-hamburger{flex:1}.modal-nav-hamburger .nav-list{margin:0;padding:0;list-style:none}.modal-nav-hamburger .nav-item{display:block;padding:0}.modal-nav-hamburger .nav-list-link{display:flex;margin:0 15px;padding:15px 0 5px 0;font-size:var(--font-huge);font-family:var(--heading-font);font-weight:var(--title-font-weight);text-transform:var(--main-text-transform);line-height:initial;border-bottom:var(--border-solid) var(--main-foreground)}.modal-nav-hamburger .nav-list .nav-item:last-child .nav-list-link{margin-bottom:40px}.modal-nav-hamburger .nav-list>.nav-item:first-child>.nav-list-link{padding-top:10px}.modal-nav-hamburger .list-subitems .nav-list-link{padding:20px 0 10px 0;font-size:var(--font-big);font-family:var(--body-font);font-weight:normal;text-transform:initial}.modal-nav-hamburger .nav-secondary{border-top:var(--border-solid) var(--main-foreground)}.modal-nav-hamburger .nav-list-arrow{position:absolute;top:50%;right:0;margin:2px 5px 5px 5px;font-size:var(--font-base);cursor:pointer;transform:translateY(-50%)}.modal-nav-hamburger .item-with-subitems{position:relative}.modal-nav-hamburger .item-with-subitems .nav-list-link{padding-right:70px}.nav-list-panel{color:var(--main-foreground);fill:var(--main-foreground);background-color:var(--main-background)}.modal-nav-hamburger .nav-list-panel{position:fixed;top:0;right:0;z-index:9;width:100%;height:100%;padding:0 0 100px 0;list-style:none;overflow-y:auto;transition:all .4s ease-in-out}.modal-nav-hamburger .nav-list-panel-left{left:-100%}.modal-nav-hamburger .nav-list-panel-right{right:-100%}.modal-nav-hamburger .nav-list-panel-left.nav-list-panel-show{left:0}.modal-nav-hamburger .nav-list-panel-right.nav-list-panel-show{right:0}.modal-nav-hamburger .nav-list-panel-bottom-hide{top:100%}.modal-nav-hamburger .nav-body{display:flex;flex-direction:column;height:100%;padding:0 0 100px 0}#nav-hamburger.hache-hamburger-has-toolbar .nav-body{padding-left:1.5rem;padding-right:1.5rem;padding-top:1rem;padding-bottom:.5rem}.modal-nav-hamburger .nav-primary{flex:1}.modal-nav-hamburger .navigation-banner{width:100%;max-height:145px;margin-bottom:-3px;object-fit:cover}.modal-nav-hamburger .search-input{padding:15px;background-color:var(--main-foreground-opacity-03);border-bottom:var(--border-solid) var(--main-foreground-opacity-30)}.modal-nav-hamburger .search-btn{right:15px}.nav-list-link{position:relative}.desktop-dropdown::-webkit-scrollbar{width:5px}.desktop-dropdown{padding:20px 0;background-color:var(--main-background);border-bottom:var(--border-solid) var(--main-foreground-opacity-10)}.desktop-dropdown-container{display:flex;justify-content:space-between}.desktop-dropdown .nav-item a{color:var(--main-foreground)}.desktop-dropdown::-webkit-scrollbar-track{background:var(--main-foreground-opacity-50)}.desktop-dropdown::-webkit-scrollbar-thumb{background:var(--main-foreground-opacity-40)}.desktop-dropdown::-webkit-scrollbar-thumb:hover{background:var(--main-foreground)}.desktop-list-subitems{width:100%;padding:0;text-align:left;column-count:6;column-gap:20px}.desktop-list-subitems .nav-item{display:block;margin:0;padding:0;-webkit-column-break-inside:avoid;break-inside:avoid}.desktop-list-subitems .nav-item .nav-list-link{margin-bottom:10px;font-size:var(--font-h6);text-transform:uppercase}.desktop-list-subitems .nav-item .list-subitems{padding:0;margin:0 0 30px 0}.desktop-list-subitems .nav-item .list-subitems .nav-item .nav-list-link{margin-bottom:5px;font-size:var(--font-base);text-transform:initial}.desktop-list-subitems .nav-item .list-subitems .nav-item .list-subitems{margin:0 0 0 8px}.desktop-list-subitems .nav-item .list-subitems .nav-item .list-subitems .nav-list-link{padding:0px 0 0 10px;line-height:15px;font-size:var(--font-small)}.desktop-list-subitems .nav-list-link{display:block;margin-bottom:10px;line-height:20px}.desktop-dropdown-small{z-index:9;margin-left:-5px;padding:15px;background:var(--header-background);color:var(--header-foreground)}.nav-dropdown-content:hover,.nav-dropdown:hover .nav-dropdown-content,.nav-desktop-list:hover .nav-main-item.selected .nav-dropdown-content{visibility:visible;opacity:1;transition-delay:0s}.nav-item-desktop:hover .navigation-banner{display:block}.search-form .search-empty-btn{margin:-19px 2px 0 0}.search-input[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}.search-suggestions{position:absolute;left:15px;z-index:99999;width:calc(100% - 30px);max-height:calc(100vh - 250px);margin-top:15px;overflow-y:auto;overflow-x:hidden;background-color:var(--main-background);border:var(--border-solid) var(--main-foreground)}.search-suggestions a{color:var(--main-foreground);fill:var(--main-foreground)}.search-suggestions .search-suggestions-list{margin:0;padding:0}.search-suggestions .search-suggestions-text{flex-basis:0;flex-grow:1;max-width:100%;padding:0 25px 0 5px;font-size:14px;font-weight:bold;text-transform:uppercase}.search-suggestions .search-suggestions-item{padding:0;text-align:left;list-style:none}.search-suggestions .search-suggestions-item .search-suggestions-link{display:flex;flex-wrap:wrap;align-items:center;margin:0}.search-suggestions .search-suggestions-item .search-suggestions-text,.search-suggestions .search-suggestions-item .search-suggestions-name{margin-bottom:2px}.search-suggestions .search-suggestions-item .search-suggestions-price{font-weight:normal}.search-suggestions .search-suggestions-image-container{position:relative;flex:0 0 auto;width:80px;height:80px;overflow:hidden}.search-suggestions .search-suggestions-image-container img{position:absolute;top:50%;left:50%;width:100%;height:100%;padding:5px;transform:translate(-50%, -50%);object-fit:cover}.search-suggestions .search-suggestions-all-link-container{margin:15px 0;text-align:center}.head-main .search-suggestions{width:calc(100% - 30px)}footer{color:var(--footer-foreground);background:var(--footer-background)}footer a,footer .contact-link,footer .footer-menu-item{color:var(--footer-foreground)}footer a:hover{color:var(--footer-foreground-opacity-80)}footer svg{fill:var(--footer-foreground)}footer .form-control{color:var(--footer-foreground);border-color:var(--footer-foreground-opacity-50)}footer .form-control:hover,footer .form-control:active{border-color:var(--footer-foreground)}footer .form-control::-webkit-input-placeholder{color:var(--footer-foreground-opacity-50)}footer .form-control:-moz-placeholder{color:var(--footer-foreground-opacity-50)}footer .form-control::-moz-placeholder{color:var(--footer-foreground-opacity-50)}footer .form-control:-ms-input-placeholder{color:var(--footer-foreground-opacity-50)}footer .footer-payments-shipping-logos img{border:var(--border-solid) var(--footer-foreground-opacity-20)}footer.section-footer-home{margin-top:-70px}.footer-colors .divider,.footer-colors .accordion{border-color:var(--footer-foreground)}.footer-colors .btn-link{color:var(--footer-foreground)}.footer-colors .alert-success,.footer-colors .alert-danger{color:var(--footer-foreground);border-color:var(--footer-foreground)}.footer-logo img{max-width:70px;max-height:50px}.newsletter form{position:relative}.newsletter form .newsletter-btn{position:absolute;top:-10px;right:20px;width:15px;height:40px;text-indent:-99999px}.newsletter form .newsletter-btn.btn{z-index:9}.newsletter form .newsletter-btn-spinner{padding:14px 0}.section-newsletter-home{padding:var(--section-distance-huge) 0}.section-newsletter-home .newsletter-content{position:relative;z-index:9}.section-newsletter-home .newsletter-description{font-size:var(--font-largest);line-height:initial}.section-newsletter-home-colors{background:var(--newsletter-background);color:var(--newsletter-foreground)}.section-newsletter-home-colors .form-control{color:var(--newsletter-foreground);border-color:var(--news-foreground)}.section-newsletter-home-colors .form-control:hover,.section-newsletter-home-colors .form-control:active{border-color:var(--news-foreground)}.section-newsletter-home-colors .btn-link{color:var(--newsletter-foreground)}.section-newsletter-home-colors .form-control::-webkit-input-placeholder{color:var(--news-foreground-opacity-50)}.section-newsletter-home-colors .form-control:-moz-placeholder{color:var(--news-foreground-opacity-50)}.section-newsletter-home-colors .form-control::-moz-placeholder{color:var(--news-foreground-opacity-50)}.section-newsletter-home-colors .form-control:-ms-input-placeholder{color:var(--news-foreground-opacity-50)}.section-newsletter-home-colors .alert-success,.section-newsletter-home-colors .alert-danger{color:var(--newsletter-foreground);border-color:var(--newsletter-foreground)}.footer{padding:var(--section-distance-huge) var(--gutter-container)}.footer-menu-item{display:block;margin-bottom:10px;padding-bottom:10px;border-bottom:var(--border-solid) var(--footer-foreground)}.social-icon{display:inline-block;margin:10px 15px;font-size:var(--font-small);text-align:center}.social-icon:hover{opacity:.8}.social-icon svg{fill:var(--footer-foreground)}.footer-legal{padding:25px 0;background:var(--footer-foreground-opacity-10);color:var(--footer-foreground)}.footer-legal a{color:var(--footer-foreground)}.footer-legal a:hover{opacity:.8}.powered-by-text{display:inline-block}.powered-by-logo{display:inline-block;width:125px;margin-bottom:15px}.powered-by-logo svg{fill:var(--footer-foreground)}.copyright{margin-bottom:15px}.testimonial-image{max-width:80px}.testimonial-quote{height:120px;font-size:250px;line-height:230px}.instafeed-link{position:relative;display:block;padding-top:100%;overflow:hidden;margin-bottom:15px}.instafeed-link:hover .instafeed-img,.instafeed-link:focus .instafeed-img{transform:scale(1.03)}.instafeed-link:hover .instafeed-info,.instafeed-link:focus .instafeed-info{opacity:1}.instafeed-link .instafeed-img{position:absolute;top:0;width:100%;height:100%;object-fit:cover;transition:all .8s ease}.instafeed-link .instafeed-info{position:absolute;top:0;left:0;width:100%;height:100%;padding:0;text-align:center;opacity:0;transition:all .8s ease}.instafeed-link .instafeed-info .instafeed-info-item{display:inline-block;margin-top:45%}.instafeed-info{color:var(--main-background);background:var(--main-foreground-opacity-60)}.textbanner .textbanner-image-effect,.textbanner .textbanner-text{transition:all .3s ease}.textbanner:hover img.textbanner-image-effect,.textbanner:focus img.textbanner-image-effect{transform:scale(1.05)}.section-brands-home-colors{background:var(--brands-background);color:var(--brands-foreground)}.section-brands-home-colors .opacity-10-line{border-color:var(--brands-foreground-opacity-10)}.section-brands-home-colors .svg-icon-text{fill:var(--brands-foreground)}.section-welcome-home-colors{background:var(--welcome-background);color:var(--welcome-foreground)}.section-welcome-home-colors a{color:var(--welcome-foreground)}.section-announcement-home-colors{background:var(--announcement-background);color:var(--announcement-foreground)}.section-announcement-home-colors a{color:var(--announcement-foreground)}.section-institutional-home-colors{background:var(--institutional-background);color:var(--institutional-foreground)}.section-institutional-home-colors .btn-link{color:var(--institutional-foreground)}.home-institutional-background{background:var(--institutional-background)}.section-informative-banners{background:var(--banner-services-background);color:var(--banner-services-foreground)}.section-informative-banners a{color:var(--banner-services-foreground)}.section-informative-banners .svg-icon-text{fill:var(--banner-services-foreground)}.service-item-image{max-width:24px;max-height:24px}.placeholder-overlay{position:absolute;top:0;left:0;z-index:9;width:100%;height:100%}.placeholder-info{position:relative;top:50%;left:50%;width:330px;padding:30px 25px;text-align:center;line-height:18px;transform:translate(-50%, -50%);box-sizing:border-box;border-radius:var(--border-radius)}.placeholder-info .placeholder-description{margin:20px 0}.placeholder-info .placeholder-button{padding:8px 15px}.filter-accordion{padding:12px 15px;border-bottom:var(--border-solid) var(--main-foreground-opacity-10)}.filters-overlay{position:fixed;top:0;left:0;z-index:30000;width:100%;height:100%}.filters-overlay .filters-updating-message{position:absolute;top:50%;left:50%;width:80%;text-align:center;transform:translate(-50%, -50%)}.price-filter-container .filter-input-price-container{position:relative;display:inline-block;width:calc(50% - 50px);margin-right:8px;vertical-align:bottom}.filter-input-price{padding-right:30px;font-size:14px}.price-filter-container .btn-default{font-size:14px}.price-filter-container .form-group{margin-bottom:8px}.filters-badge:before{content:"("}.filters-badge:after{content:")"}.item-variant-thumbs{gap:6px}.item-variant-thumb{flex:0 0 auto;width:36px;height:36px;padding:0;border:1px solid var(--main-foreground-opacity-15, rgba(0, 0, 0, 0.12));border-radius:var(--border-radius-half, 4px);overflow:hidden;background:var(--main-background, #fff);cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease}.item-variant-thumb:hover,.item-variant-thumb:focus-visible{border-color:var(--main-foreground-opacity-40, rgba(0, 0, 0, 0.35));outline:none}.item-variant-thumb.selected{border-color:var(--main-foreground, #111);box-shadow:0 0 0 1px var(--main-foreground, #111)}.item-variant-thumb__img{display:block;width:100%;height:100%;object-fit:cover}.item-image:not(.item-image-slider):hover img{transform:translateX(-50%) scale(1.04) !important}.item-actions .alert{position:absolute;bottom:100%;z-index:1;width:140px;margin-bottom:10px;text-align:center;color:var(--main-foreground);background-color:var(--main-background);box-shadow:var(--shadow-distance) var(--main-foreground-opacity-20);border-radius:var(--border-radius-half)}.quickshop-image{position:absolute;width:auto;height:100%;max-height:90vh}.quickshop-image-container{position:relative;max-height:90vh;overflow:hidden}.btn+.alert-warning{margin-top:15px;background-color:var(--main-background)}.section-fb-comments{margin-bottom:40px}.btn-add-to-cart+.alert{margin-top:15px}.fancybox__container .has-inline .fancybox__content{width:100%;height:calc(100% - 20px);padding:0;transform:translateY(20px);background:rgba(0,0,0,0)}.fancybox__container .has-inline .fancybox__content .fancybox-close-small{color:#ccc !important}.fancybox__container .fancybox__slide.has-inline::before{display:none}.fancybox-toolbar{opacity:1 !important;visibility:visible !important}.fancybox-toolbar .fancybox-button{display:none !important}.fancybox-toolbar .fancybox-button.fancybox-button--close{display:block !important}.fancybox-close-small{display:none !important}.carousel{position:relative;box-sizing:border-box}.carousel *,.carousel *:before,.carousel *:after{box-sizing:inherit}.carousel.is-draggable{cursor:move;cursor:grab}.carousel.is-dragging{cursor:move;cursor:grabbing}.carousel__viewport{position:relative;overflow:hidden;max-width:100%;max-height:100%}.carousel__track{display:flex}.carousel__slide{flex:0 0 auto;width:var(--carousel-slide-width, 60%);max-width:100%;padding:1rem;position:relative;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain}.has-dots{margin-bottom:calc(.5rem + 22px)}.carousel__dots{margin:0 auto;padding:0;position:absolute;top:calc(100% + .5rem);left:0;right:0;display:flex;justify-content:center;list-style:none;user-select:none}.carousel__dots .carousel__dot{margin:0;padding:0;display:block;position:relative;width:22px;height:22px;cursor:pointer}.carousel__dots .carousel__dot:after{content:"";width:8px;height:8px;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background-color:currentColor;opacity:.25;transition:opacity .15s ease-in-out}.carousel__dots .carousel__dot.is-selected:after{opacity:1}.carousel__button{width:var(--carousel-button-width, 48px);height:var(--carousel-button-height, 48px);padding:0;border:0;display:flex;justify-content:center;align-items:center;pointer-events:all;cursor:pointer;color:var(--carousel-button-color, currentColor);background:var(--carousel-button-bg, transparent);border-radius:var(--carousel-button-border-radius, 50%);box-shadow:var(--carousel-button-shadow, none);transition:opacity .15s ease}.carousel__button.is-prev,.carousel__button.is-next{position:absolute;top:50%;transform:translateY(-50%)}.carousel__button.is-prev{left:10px}.carousel__button.is-next{right:10px}.carousel__button[disabled]{cursor:default;opacity:.3}.carousel__button svg{width:var(--carousel-button-svg-width, 50%);height:var(--carousel-button-svg-height, 50%);fill:none;stroke:currentColor;stroke-width:var(--carousel-button-svg-stroke-width, 1.5);stroke-linejoin:bevel;stroke-linecap:round;filter:var(--carousel-button-svg-filter, none);pointer-events:none}html.with-fancybox{scroll-behavior:auto}body.compensate-for-scrollbar{overflow:hidden !important;touch-action:none}.fancybox__container{position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;margin:0;padding:env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);box-sizing:border-box;display:flex;flex-direction:column;color:var(--fancybox-color, #fff);-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:hidden;z-index:1050;outline:none;transform-origin:top left;--carousel-button-width: 48px;--carousel-button-height: 48px;--carousel-button-svg-width: 24px;--carousel-button-svg-height: 24px;--carousel-button-svg-stroke-width: 2.5;--carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4))}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container :focus{outline:none}body:not(.is-using-mouse) .fancybox__container :focus{box-shadow:0 0 0 1px #fff,0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94))}@media all and (min-width: 1024px){.fancybox__container{--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:27px;--carousel-button-svg-height:27px}}.fancybox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--fancybox-bg, rgba(24, 24, 27, 0.92))}.fancybox__carousel{position:relative;flex:1 1 auto;min-height:0;height:100%;z-index:10}.fancybox__carousel.has-dots{margin-bottom:calc(.5rem + 22px)}.fancybox__viewport{position:relative;width:100%;height:100%;overflow:visible;cursor:default}.fancybox__track{display:flex;height:100%}.fancybox__slide{flex:0 0 auto;width:100%;max-width:100%;margin:0;padding:48px 8px 8px 8px;position:relative;overscroll-behavior:contain;display:flex;flex-direction:column;outline:0;overflow:auto;--carousel-button-width: 36px;--carousel-button-height: 36px;--carousel-button-svg-width: 22px;--carousel-button-svg-height: 22px}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}@media all and (min-width: 1024px){.fancybox__slide{padding:64px 100px}}.fancybox__content{margin:0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);padding:36px;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);position:relative;align-self:center;display:flex;flex-direction:column;z-index:20}.fancybox__content :focus:not(.carousel__button.is-close){outline:thin dotted;box-shadow:none}.fancybox__caption{align-self:center;max-width:100%;margin:0;padding:1rem 0 0 0;line-height:1.375;color:var(--fancybox-color, currentColor);visibility:visible;cursor:auto;flex-shrink:0;overflow-wrap:anywhere}.is-loading .fancybox__caption{visibility:hidden}.fancybox__container>.carousel__dots{top:100%;color:var(--fancybox-color, #fff)}.fancybox__nav .carousel__button{z-index:40}.fancybox__nav .carousel__button.is-next{right:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-next{right:40px}}.fancybox__nav .carousel__button.is-prev{left:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-prev{left:40px}}.carousel__button.is-close{position:absolute;top:8px;right:8px;top:calc(env(safe-area-inset-top, 0px) + 8px);right:calc(env(safe-area-inset-right, 0px) + 8px);z-index:40}@media all and (min-width: 1024px){.carousel__button.is-close{right:40px}}.fancybox__content>.carousel__button.is-close{position:absolute;top:-40px;right:0;color:var(--fancybox-color, #fff)}.fancybox__no-click,.fancybox__no-click button{pointer-events:none}.fancybox__spinner{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:50px;height:50px;color:var(--fancybox-color, currentColor)}.fancybox__slide .fancybox__spinner{cursor:pointer;z-index:1053}.fancybox__spinner svg{animation:fancybox-rotate 2s linear infinite;transform-origin:center center;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:100%;height:100%}.fancybox__spinner svg circle{fill:none;stroke-width:2.75;stroke-miterlimit:10;stroke-dasharray:1,200;stroke-dashoffset:0;animation:fancybox-dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:currentColor}@keyframes fancybox-rotate{100%{transform:rotate(360deg)}}@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.fancybox__backdrop,.fancybox__caption,.fancybox__nav,.carousel__dots,.carousel__button.is-close{opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close{animation:.15s ease backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .carousel__button.is-close{animation:.15s ease both fancybox-fadeOut}.fancybox-fadeIn{animation:.15s ease both fancybox-fadeIn}.fancybox-fadeOut{animation:.1s ease both fancybox-fadeOut}.fancybox-zoomInUp{animation:.2s ease both fancybox-zoomInUp}.fancybox-zoomOutDown{animation:.15s ease both fancybox-zoomOutDown}.fancybox-throwOutUp{animation:.15s ease both fancybox-throwOutUp}.fancybox-throwOutDown{animation:.15s ease both fancybox-throwOutDown}@keyframes fancybox-fadeIn{from{opacity:0}to{opacity:1}}@keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-zoomInUp{from{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes fancybox-zoomOutDown{to{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}}@keyframes fancybox-throwOutUp{to{transform:translate3d(0, -30%, 0);opacity:0}}@keyframes fancybox-throwOutDown{to{transform:translate3d(0, 30%, 0);opacity:0}}.fancybox__carousel .carousel__slide{scrollbar-width:thin;scrollbar-color:#ccc rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar{width:8px;height:8px}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2px;box-shadow:inset 0 0 4px rgba(0,0,0,.2)}.fancybox__carousel.is-draggable .fancybox__slide,.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content{cursor:move;cursor:grabbing}.fancybox__carousel .fancybox__slide .fancybox__content{cursor:auto}.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content{cursor:zoom-in}.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content{cursor:zoom-out}.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__image{transform-origin:0 0;user-select:none;transition:none}.has-image .fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px}.is-closing .has-image .fancybox__content{overflow:visible}.has-image[data-image-fit=contain]{overflow:visible;touch-action:none}.has-image[data-image-fit=contain] .fancybox__content{flex-direction:row;flex-wrap:wrap}.has-image[data-image-fit=contain] .fancybox__image{max-width:100%;max-height:100%;object-fit:contain}.has-image[data-image-fit=contain-w]{overflow-x:hidden;overflow-y:auto}.has-image[data-image-fit=contain-w] .fancybox__content{min-height:auto}.has-image[data-image-fit=contain-w] .fancybox__image{max-width:100%;height:auto}.has-image[data-image-fit=cover]{overflow:visible;touch-action:none}.has-image[data-image-fit=cover] .fancybox__content{width:100%;height:100%}.has-image[data-image-fit=cover] .fancybox__image{width:100%;height:100%;object-fit:cover}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content{width:100%;height:80%}.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.fancybox__carousel .fancybox__slide.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}.fancybox__thumbs{flex:0 0 auto;position:relative;padding:0px 3px;opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__thumbs{opacity:0}.fancybox__thumbs .carousel__slide{flex:0 0 auto;width:var(--fancybox-thumbs-width, 96px);margin:0;padding:8px 3px;box-sizing:content-box;display:flex;align-items:center;justify-content:center;overflow:visible;cursor:pointer}.fancybox__thumbs .carousel__slide .fancybox__thumb::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-width:5px;border-style:solid;border-color:var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));opacity:0;transition:opacity .15s ease;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after{opacity:.92}.fancybox__thumbs .carousel__slide>*{pointer-events:none;user-select:none}.fancybox__thumb{position:relative;width:100%;padding-top:calc(100%/(var(--fancybox-thumbs-ratio, 1.5)));background-size:cover;background-position:center center;background-color:rgba(255,255,255,.1);background-repeat:no-repeat;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__toolbar{position:absolute;top:0;right:0;left:0;z-index:20;background:linear-gradient(to top, hsla(0, 0%, 0%, 0) 0%, hsla(0, 0%, 0%, 0.006) 8.1%, hsla(0, 0%, 0%, 0.021) 15.5%, hsla(0, 0%, 0%, 0.046) 22.5%, hsla(0, 0%, 0%, 0.077) 29%, hsla(0, 0%, 0%, 0.114) 35.3%, hsla(0, 0%, 0%, 0.155) 41.2%, hsla(0, 0%, 0%, 0.198) 47.1%, hsla(0, 0%, 0%, 0.242) 52.9%, hsla(0, 0%, 0%, 0.285) 58.8%, hsla(0, 0%, 0%, 0.326) 64.7%, hsla(0, 0%, 0%, 0.363) 71%, hsla(0, 0%, 0%, 0.394) 77.5%, hsla(0, 0%, 0%, 0.419) 84.5%, hsla(0, 0%, 0%, 0.434) 91.9%, hsla(0, 0%, 0%, 0.44) 100%);padding:0;touch-action:none;display:flex;justify-content:space-between;--carousel-button-svg-width: 20px;--carousel-button-svg-height: 20px;opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4))}@media all and (min-width: 1024px){.fancybox__toolbar{padding:8px}}.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__toolbar{opacity:0}.fancybox__toolbar__items{display:flex}.fancybox__toolbar__items--left{margin-right:auto}.fancybox__toolbar__items--center{position:absolute;left:50%;transform:translateX(-50%)}.fancybox__toolbar__items--right{margin-left:auto}@media(max-width: 640px){.fancybox__toolbar__items--center:not(:last-child){display:none}}.fancybox__counter{min-width:72px;padding:0 10px;line-height:var(--carousel-button-height, 48px);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased}.fancybox__progress{background:var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:30;user-select:none}.fancybox__container:fullscreen::backdrop{opacity:0}.fancybox__button--fullscreen g:nth-child(2){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__button--slideshow g:nth-child(2){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2){display:block}.fancybox__nav .swiper-button-next,.fancybox__nav .swiper-button-prev{top:0;width:40px;height:40px;line-height:40px}.fancybox__nav .swiper-button-prev{left:10px}.fancybox__nav .swiper-button-next{left:50px}.fancybox__toolbar{z-index:1;padding:0;color:var(--main-background);background:rgba(0,0,0,0) !important;text-shadow:none !important}.fancybox__container .fancybox__backdrop{background:var(--main-foreground-opacity-60)}.carousel__button .svg-icon-text{fill:var(--main-background);filter:none}.fancybox__container{z-index:30000}.user-content img{max-width:100%;height:auto !important}.social-share{margin-bottom:20px}.social-share-button{margin:5px 15px 5px 0;color:var(--main-foreground)}.social-share-button:hover,.social-share-button:focus{opacity:.8}.label-top-left{top:25px;left:25px;z-index:2}.product-image-limited{max-height:320px;max-width:100%;object-fit:contain}.cart-img-col-title{width:110px}.cart-qty-col-title{width:90px}.cart-item-image-col{width:95px}.cart-item-image{max-height:120px}.cart-item-btn{padding:6px;display:inline-block;background:rgba(0,0,0,0);font-size:16px;opacity:.8}.cart-item-btn:hover{opacity:.6}.cart-item-input{display:inline-block;width:40px;height:30px;font-size:16px;text-align:center;-moz-appearance:textfield}.cart-item-input::-webkit-outer-spin-button,.cart-item-input::-webkit-inner-spin-button{-webkit-appearance:none}.cart-item .fa-cog{display:none}.cart-item-spinner{position:absolute;left:50%;width:40px;margin-left:-20px;text-align:center}.cart-item-delete{width:49px}.cart-quantity-input-container i{padding:6px 14px}.cart-unit-price{float:left;width:100%;margin:5px 0 2px 0}.cart-subtotal{float:right;clear:both;margin:0 0 10px 0}.total-promotions-row{display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:15px}.cart-promotion-detail,.cart-promotion-number{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%;position:relative;width:100%;min-height:1px}.cart-promotion-number{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none;text-align:right}.contact-item{position:relative;padding-left:30px}.contact-item-icon{position:absolute;left:0;fill:var(--main-foreground)}@media(min-width: 768px){.modal-nav-search{background:var(--main-foreground-opacity-90);color:var(--main-background)}.modal-nav-search .modal-body{display:flex;flex-wrap:wrap;align-content:center;height:100%;background-color:rgba(0,0,0,0)}.modal-nav-search .modal-header,.modal-nav-search .modal-header svg{color:var(--main-background);fill:var(--main-background);border-bottom:0}.modal-nav-search .search-form{margin-top:-150px}.modal-nav-search .search-input{padding:15px 200px 15px 15px;font-size:96px;color:var(--main-background);border-bottom:var(--border-solid) var(--main-background)}.modal-nav-search .search-input::-webkit-input-placeholder{color:var(--main-background-opacity-50)}.modal-nav-search .search-input:-moz-placeholder{color:var(--main-background-opacity-50)}.modal-nav-search .search-input::-moz-placeholder{color:var(--main-background-opacity-50)}.modal-nav-search .search-input:-ms-input-placeholder{color:var(--main-background-opacity-50)}.modal-nav-search .search-btn{margin-top:-24px;font-size:48px;font-weight:bold;color:var(--main-background)}.modal-nav-search .modal-header svg{font-size:48px}.modal-nav-search .search-suggestions{background:rgba(0,0,0,0);border:none}.modal-nav-search .search-suggestions::-webkit-scrollbar{width:10px}.modal-nav-search .search-suggestions::-webkit-scrollbar-track{background:var(--main-background-opacity-50)}.modal-nav-search .search-suggestions::-webkit-scrollbar-thumb{background:var(--main-background-opacity-50)}.modal-nav-search .search-suggestions::-webkit-scrollbar-thumb:hover{background:var(--main-background)}.modal-nav-search .search-suggestions-list{display:flex;flex-wrap:wrap}.modal-nav-search .search-suggestions .search-suggestions-item{flex:25%;max-width:25%}.modal-nav-search .search-suggestions .search-suggestions-image-container{width:180px;height:180px;margin-bottom:15px}.modal-nav-search .search-suggestions .search-suggestions-item .search-suggestions-text{padding:0 30px 30px 15px;font-size:16px;color:var(--main-background)}.modal-nav-search .search-suggestions .search-suggestions-all-link-container{width:100%}.modal-nav-search .search-suggestions .search-suggestions-all-link{color:var(--main-background);font-size:var(--font-big)}.notification-cart-container.notification-fixed{top:calc(100% - 15px);bottom:initial;left:initial;max-width:320px}.modal::-webkit-scrollbar-track,.modal-scrollable-area::-webkit-scrollbar-track{background:var(--main-foreground-opacity-40)}.modal::-webkit-scrollbar-thumb,.modal-scrollable-area::-webkit-scrollbar-thumb{background:var(--main-foreground-opacity-40)}.modal::-webkit-scrollbar-thumb:hover,.modal-scrollable-area::-webkit-scrollbar-thumb:hover{background:var(--main-foreground)}.modal-centered{left:50%;height:80%;width:70%}.modal-centered-small{left:50%;width:40%;height:auto;max-height:80%}.modal-centered-medium{width:700px;max-height:465px}.modal-centered-md-600px{width:600px}.modal-bottom{transform:translateX(-50%)}.modal-bottom.modal-centered-md{left:50%}.modal-docked-md{width:450px}.modal-docked-md-centered{bottom:auto;height:auto}.modal-docked-md-right{right:20px;bottom:-100%;left:initial;transform:none}.modal-docked-small{width:375px}.modal-left-md{top:initial;right:initial;left:-100%;bottom:0}.modal-left-md.modal-show{right:initial;left:0}.modal-right-md{top:0;right:-100%;left:initial;bottom:0;height:100%;margin:0}.modal-right-md.modal-show{top:0;right:0;left:initial;height:100%;margin:0}.modal-bottom-md{top:100%;transform:translate(-50%, 0)}.modal-bottom-md.modal-show{top:50%}.modal-centered-md.modal-show{left:50%;transform:translateX(-50%)}.modal-centered-md.modal-show.modal-bottom-md,.modal-centered-md.modal-show.modal-bottom{top:50%;bottom:auto;left:50%;height:100%;transform:translate(-50%, -50%)}.modal-bottom-sheet{top:100%}.modal-bottom-sheet.modal-right-md{top:0}.modal-bottom-sheet.modal-centered-md{bottom:auto}.modal-bottom-sheet.modal-show{top:0;bottom:auto}.modal-docked-md-right.modal-show{top:initial;right:20px;bottom:20px;left:initial}.modal-fade{opacity:0}.modal-fade.modal-show{opacity:1}.modal-floating-close{margin:20px 35px -50px 0}.modal::-webkit-scrollbar,.modal-scrollable::-webkit-scrollbar,.modal-scrollable-area::-webkit-scrollbar{width:4px}.fancybox__container .has-inline .fancybox__content,.fancybox-slide--html .fancybox-content{width:90%;height:auto}.modal-md-width-400px{width:400px;max-width:90vw}.tab-group{overflow-x:auto;white-space:normal}.tab-group .tab{float:left}.head-main .search-suggestions{top:100%;right:15px;left:initial;max-width:280px}.head-logo-md-center .search-suggestions{left:0;right:initial}.modal-nav-hamburger .nav-list-panel{width:450px}.modal-nav-hamburger .nav-list-panel-left-md{right:initial;left:-100%}.modal-nav-hamburger .nav-list-panel-right-md{right:-100%;left:initial}.modal-nav-hamburger .nav-list-panel-left-md.nav-list-panel-show{right:initial;left:0}.modal-nav-hamburger .nav-list-panel-right-md.nav-list-panel-show{right:0;left:initial}.head-logo-md-left-nav-below.compress .head-logo-row,.head-logo-md-center.compress:not(.head-md-hamburger) .head-logo-row{padding:15px 0}.head-main.compress .logo-img{max-height:40px}.head-main.compress .logo-img-small{max-height:30px}.head-main.compress .logo-img-big{max-height:50px}.section-newsletter-home{padding:var(--section-distance-huge-md) 0}.section-newsletter-home .newsletter{width:500px}.home-institutional-background{position:absolute;top:50%;right:0;transform:translateY(-50%)}.filter-input-price{padding:8px 10px;font-size:var(--font-small)}.price-filter-container .btn{padding:10px 15px;line-height:14px}.quickshop-image{position:relative;max-height:465px}.quickshop-image-container{max-height:465px}.cart-item-image-col-md{width:110px}.cart-item-image-md{max-height:140px}.contact-info-item{width:250px}.footer{padding:var(--section-distance-huge-md) var(--gutter-container-md)}footer .accordion{border:0}.social-icon{margin:0 15px 0 0}.footer form .newsletter-btn{top:5px}.copyright{padding:0}.footer-legal{padding:8px 0}}@media(max-width: 767px){.product-image-limited{max-height:210px}.theme-brand-phase1.template-product .product-form-cta-row--sticky-mobile{position:sticky;bottom:0;z-index:95;padding-top:.85rem;padding-bottom:max(.85rem,env(safe-area-inset-bottom, 0px));padding-left:.65rem;padding-right:.65rem;margin-left:-0.5rem;margin-right:-0.5rem;width:calc(100% + 1rem);max-width:none;box-sizing:border-box;background:rgba(255,255,255,.86);border-top:1px solid rgba(0,0,0,.06);border-radius:0;box-shadow:0 -8px 32px rgba(0,0,0,.06);-webkit-backdrop-filter:blur(18px) saturate(1.15);backdrop-filter:blur(18px) saturate(1.15)}.theme-brand-phase1.template-product .product-form-cta-row--sticky-mobile .btn-add-to-cart{min-height:48px;letter-spacing:.08em;border-radius:0}}.theme-brand-phase1 .pdp-title-wishlist-row{align-items:center}.theme-brand-phase1 .pdp-wishlist-btn{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;margin-top:.1rem;padding:0;border:1px solid var(--brand-border-medium, rgba(0, 0, 0, 0.14));border-radius:var(--brand-ui-r-sm, 10px);background:rgba(255,255,255,.92);color:#111;line-height:0;font-size:0;letter-spacing:0;white-space:nowrap;cursor:pointer;box-shadow:0 1px 2px rgba(0,0,0,.04);transition:color var(--brand-motion-fast, 0.18s) var(--brand-ease-smooth, ease),border-color var(--brand-motion-fast, 0.18s) var(--brand-ease-smooth, ease),background-color var(--brand-motion-fast, 0.18s) var(--brand-ease-smooth, ease),box-shadow var(--brand-motion-fast, 0.18s) var(--brand-ease-smooth, ease)}.theme-brand-phase1 .pdp-wishlist-btn.pdp-wishlist-btn--pdp-title{margin-top:0;min-width:2.75rem;min-height:2.75rem;width:2.75rem;height:2.75rem}.theme-brand-phase1 .pdp-wishlist-btn.pdp-wishlist-btn--pdp-title .pdp-wishlist-btn__svg{width:1.375rem;height:1.375rem;min-width:1.375rem;min-height:1.375rem;flex-shrink:0}.theme-brand-phase1.template-product .pdp-app--represent .js-wishlist-toggle.pdp-wishlist-btn{pointer-events:auto !important;position:relative;z-index:4;cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:rgba(0,0,0,0)}.theme-brand-phase1 .pdp-wishlist-btn:hover{border-color:rgba(0,0,0,.22);box-shadow:var(--brand-elev-1, 0 1px 2px rgba(0, 0, 0, 0.06))}.theme-brand-phase1 .pdp-wishlist-btn:focus-visible{outline:2px solid var(--accent-color, #000);outline-offset:2px}.theme-brand-phase1 .pdp-wishlist-btn__svg{display:block}.theme-brand-phase1 .pdp-wishlist-btn.is-active{color:var(--accent-color, #000);border-color:rgba(0,0,0,.18);background:#fff}.theme-brand-phase1 .pdp-wishlist-btn.is-active .pdp-wishlist-btn__svg path{fill:var(--accent-color, #111);stroke:var(--accent-color, #111)}.theme-brand-phase1 .pdp-wishlist-btn--static{pointer-events:none;display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;flex-shrink:0;border:1px solid var(--brand-border-medium, rgba(0, 0, 0, 0.14));border-radius:var(--brand-ui-r-sm, 10px);background:rgba(255,255,255,.92);color:#111;line-height:0}.theme-brand-phase1 .pdp-wishlist-btn--static.pdp-wishlist-btn--inline{width:2rem;height:2rem}.theme-brand-phase1 .hs-wl-intro__eyebrow{font-size:.72rem;font-weight:700;letter-spacing:.22em;text-transform:uppercase;background:linear-gradient(90deg, #7c5cfc, #ec4899, #f97316);-webkit-background-clip:text;background-clip:text;color:rgba(0,0,0,0)}.theme-brand-phase1 .hs-wl-intro__lead{font-size:clamp(1rem,2.2vw,1.2rem);line-height:1.65;color:#3f3f46;max-width:42rem}.theme-brand-phase1 .hs-wl-login-gate{border-radius:var(--brand-ui-r-sm, 14px);padding:2.5rem 1.75rem;background:linear-gradient(145deg, rgba(124, 92, 252, 0.08), rgba(236, 72, 153, 0.06));border:1px solid rgba(124,92,252,.2);box-shadow:0 16px 48px rgba(124,92,252,.12)}.theme-brand-phase1 .hs-wl-login-gate__title{font-size:1.25rem;font-weight:700;letter-spacing:-0.02em}.theme-brand-phase1 .hs-wl-login-gate__lead{font-size:.9rem;color:#52525b;max-width:26rem;margin-left:auto;margin-right:auto}.theme-brand-phase1 .hs-wl-shell{margin-top:.5rem}.theme-brand-phase1 .hs-wl-hero{position:relative;border-radius:var(--brand-ui-r-sm, 16px);padding:1.75rem 1.5rem 1.5rem;margin-bottom:2rem;overflow:hidden;background:linear-gradient(125deg, #1e1b4b 0%, #4c1d95 38%, #831843 72%, #9f1239 100%);border:1px solid rgba(255,255,255,.12);box-shadow:0 20px 50px rgba(76,29,149,.35)}.theme-brand-phase1 .hs-wl-hero__glow{position:absolute;inset:-40%;background:radial-gradient(circle at 20% 30%, rgba(244, 114, 182, 0.35), transparent 45%),radial-gradient(circle at 80% 20%, rgba(167, 139, 250, 0.4), transparent 40%);pointer-events:none}.theme-brand-phase1 .hs-wl-hero__content{position:relative;z-index:1}.theme-brand-phase1 .hs-wl-hero__stat{display:inline-flex;align-items:baseline;gap:.65rem;flex-wrap:wrap}.theme-brand-phase1 .hs-wl-hero__stat-num{font-size:clamp(2.5rem,6vw,3.25rem);font-weight:800;letter-spacing:-0.04em;line-height:1;color:#fff;text-shadow:0 2px 24px rgba(0,0,0,.25)}.theme-brand-phase1 .hs-wl-hero__stat-label{font-size:.95rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:rgba(255,255,255,.88)}.theme-brand-phase1 .hs-wl-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width: 768px){.theme-brand-phase1 .hs-wl-grid{grid-template-columns:repeat(2, minmax(0, 1fr));gap:1.65rem}}@media(min-width: 1200px){.theme-brand-phase1 .hs-wl-grid{grid-template-columns:repeat(3, minmax(0, 1fr))}}.theme-brand-phase1 .hs-wl-card{display:flex;flex-direction:column;height:100%;border-radius:var(--brand-ui-r-sm, 14px);background:#fff;border:1px solid rgba(0,0,0,.06);box-shadow:0 4px 24px rgba(0,0,0,.06);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.theme-brand-phase1 .hs-wl-card:hover{transform:translateY(-4px);box-shadow:0 18px 48px rgba(124,92,252,.15);border-color:rgba(124,92,252,.25)}.theme-brand-phase1 .hs-wl-card__media{display:block;text-decoration:none;color:inherit}.theme-brand-phase1 .hs-wl-card__imgpad{aspect-ratio:4/5;overflow:hidden;border-radius:var(--brand-ui-r-sm, 14px) var(--brand-ui-r-sm, 14px) 0 0;background:linear-gradient(160deg, #faf5ff, #fdf2f8)}.theme-brand-phase1 .hs-wl-card__imgpad--empty{min-height:11rem;display:flex;align-items:center;justify-content:center;font-size:2.5rem;opacity:.35}.theme-brand-phase1 .hs-wl-card__img{display:block;width:100%;height:100%;object-fit:cover}.theme-brand-phase1 .hs-wl-card__body{padding:1.15rem 1.2rem 1.25rem;display:flex;flex-direction:column;flex:1;gap:.65rem}.theme-brand-phase1 .hs-wl-card__titlelink{text-decoration:none;color:inherit}.theme-brand-phase1 .hs-wl-card__title{font-size:1.05rem;font-weight:700;letter-spacing:-0.02em;line-height:1.3;margin:0;color:#18181b}.theme-brand-phase1 .hs-wl-card__titlelink:hover .hs-wl-card__title{color:var(--accent-color, #7c5cfc)}.theme-brand-phase1 .hs-wl-card__excerpt{font-size:.82rem;line-height:1.55;color:#71717a;margin:0;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.theme-brand-phase1 .hs-wl-card__prices{display:flex;flex-wrap:wrap;align-items:baseline;gap:.5rem .75rem;margin-top:.15rem}.theme-brand-phase1 .hs-wl-card__price{font-size:1.05rem;font-weight:700;color:#18181b}.theme-brand-phase1 .hs-wl-card__price--old{font-size:.82rem;font-weight:500;color:#a1a1aa;text-decoration:line-through}.theme-brand-phase1 .hs-wl-card__price--sale{font-size:1.15rem;font-weight:800;color:#059669}.theme-brand-phase1 .hs-wl-card__price--muted{font-size:.85rem;color:#a1a1aa}.theme-brand-phase1 .hs-wl-card__actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:auto;padding-top:.35rem}.theme-brand-phase1 .hs-wl-card__btn{flex:1 1 auto;min-width:0;text-align:center;text-decoration:none;font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;padding:.75rem .85rem;border-radius:0;border:1px solid rgba(0,0,0,0);cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease,opacity .2s ease}.theme-brand-phase1 .hs-wl-card__btn--primary{background:linear-gradient(135deg, #111, #27272a);color:#fff;border-color:#18181b}.theme-brand-phase1 .hs-wl-card__btn--primary:hover:not(:disabled){background:linear-gradient(135deg, #7c5cfc, #6d28d9);border-color:rgba(0,0,0,0)}.theme-brand-phase1 .hs-wl-card__btn--secondary{background:rgba(0,0,0,0);color:#18181b;border-color:rgba(0,0,0,.18)}.theme-brand-phase1 .hs-wl-card__btn--secondary:hover{border-color:#18181b;background:rgba(0,0,0,.03)}.theme-brand-phase1 .hs-wl-card__btn--ghost{opacity:.45;cursor:not-allowed}.theme-brand-phase1 .hs-wl-card__iconbtn{flex:0 0 auto;width:2.65rem;height:2.65rem;padding:0;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(236,72,153,.35);background:rgba(253,242,248,.9);color:#db2777;cursor:pointer;transition:background .2s ease,transform .15s ease}.theme-brand-phase1 .hs-wl-card__iconbtn:hover:not(:disabled){background:#fce7f3;transform:scale(1.05)}.theme-brand-phase1 .hs-wl-card__heart{font-size:1.1rem;line-height:1}.theme-brand-phase1 .hs-wl-empty{padding:2rem 0 3rem}.theme-brand-phase1 .hs-wl-empty__card{max-width:26rem;margin:0 auto;text-align:center;padding:2.5rem 1.75rem;border-radius:var(--brand-ui-r-sm, 16px);background:linear-gradient(165deg, #fafafa, #f4f4f5);border:1px dashed rgba(124,92,252,.35)}.theme-brand-phase1 .hs-wl-empty__icon{font-size:2rem;margin-bottom:1rem;color:#a855f7}.theme-brand-phase1 .hs-wl-empty__title{font-size:1.15rem;font-weight:700;margin:0 0 .65rem;color:#18181b}.theme-brand-phase1 .hs-wl-empty__lead{font-size:.88rem;line-height:1.55;color:#71717a;margin:0 0 1.35rem}.theme-brand-phase1 .hs-wl-empty__cta{display:inline-flex;align-items:center;justify-content:center;padding:.85rem 1.5rem;font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;text-decoration:none;color:#fff;background:linear-gradient(135deg, #7c5cfc, #db2777);border:none;transition:opacity .2s ease,transform .15s ease}.theme-brand-phase1 .hs-wl-empty__cta:hover{opacity:.95;transform:translateY(-2px);color:#fff}:root[data-color-scheme=dark] .theme-brand-phase1 .hs-wl-intro__lead{color:#d4d4d8}:root[data-color-scheme=dark] .theme-brand-phase1 .hs-wl-login-gate{background:linear-gradient(145deg, rgba(124, 92, 252, 0.12), rgba(236, 72, 153, 0.08));border-color:rgba(255,255,255,.12);box-shadow:0 16px 48px rgba(0,0,0,.4)}:root[data-color-scheme=dark] .theme-brand-phase1 .hs-wl-login-gate__lead{color:#a1a1aa}:root[data-color-scheme=dark] .theme-brand-phase1 .hs-wl-card{background:#141416;border-color:rgba(255,255,255,.08);box-shadow:0 8px 32px rgba(0,0,0,.45)}:root[data-color-scheme=dark] .theme-brand-phase1 .hs-wl-card:hover{border-color:rgba(167,139,250,.35);box-shadow:0 20px 50px rgba(124,92,252,.2)}:root[data-color-scheme=dark] .theme-brand-phase1 .hs-wl-card__title{color:#fafafa}:root[data-color-scheme=dark] .theme-brand-phase1 .hs-wl-card__excerpt{color:#a1a1aa}:root[data-color-scheme=dark] .theme-brand-phase1 .hs-wl-card__price{color:#fafafa}:root[data-color-scheme=dark] .theme-brand-phase1 .hs-wl-card__price--sale{color:#4ade80}:root[data-color-scheme=dark] .theme-brand-phase1 .hs-wl-card__btn--secondary{color:#fafafa;border-color:rgba(255,255,255,.22)}:root[data-color-scheme=dark] .theme-brand-phase1 .hs-wl-card__btn--secondary:hover{background:rgba(255,255,255,.06)}:root[data-color-scheme=dark] .theme-brand-phase1 .hs-wl-card__imgpad{background:linear-gradient(160deg, #1c1c22, #2a1628)}:root[data-color-scheme=dark] .theme-brand-phase1 .hs-wl-empty__card{background:linear-gradient(165deg, #1a1a1e, #121214);border-color:rgba(167,139,250,.25)}:root[data-color-scheme=dark] .theme-brand-phase1 .hs-wl-empty__title{color:#fafafa}:root[data-color-scheme=dark] .theme-brand-phase1 .hs-wl-empty__lead{color:#a1a1aa}@media(prefers-reduced-motion: reduce){.theme-brand-phase1 .pdp-wishlist-btn{transition:none}.theme-brand-phase1 .hs-wl-card{transition:none}.theme-brand-phase1 .hs-wl-card:hover{transform:none}}.hache-header-utils .btn-utility{position:relative}.hache-header-bell-svg{display:block}.hache-header-badge{position:absolute;top:-2px;right:-4px;min-width:1.1rem;height:1.1rem;padding:0 4px;border-radius:999px;background:#c00;color:#fff;font:700 10px/1.1 system-ui,sans-serif;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 0 0 2px rgba(255,255,255,.95)}.head-colors .hache-header-badge{box-shadow:0 0 0 2px rgba(0,0,0,.25)}.hache-notify-wrap,.hache-header-notify-wrap{position:relative}.hache-notify-panel[hidden],.js-hache-notify-backdrop.hache-notify-backdrop[hidden]{display:none !important}.js-hache-notify-backdrop.hache-notify-backdrop:not([hidden]){display:block !important;position:fixed;inset:0;z-index:25040;background:rgba(0,0,0,.42);-webkit-tap-highlight-color:rgba(0,0,0,0)}@media(min-width: 768px){.js-hache-notify-backdrop.hache-notify-backdrop{display:none !important;pointer-events:none !important}}.hache-notify-panel{position:absolute;z-index:25050;top:calc(100% + 10px);right:0;width:min(340px,100vw - 1.5rem);max-height:min(70vh,420px);display:flex;flex-direction:column;overflow:hidden;border-radius:var(--brand-ui-r-sm, 10px)}.hache-notify-panel__head{flex-shrink:0;background:rgba(255,255,255,.98)}.hache-notify-panel__body{overflow-y:auto;-webkit-overflow-scrolling:touch;background:#fff}.hache-notify-row:hover{background:rgba(0,0,0,.04)}.hache-notify-row__thumb{width:44px;height:56px;border-radius:6px;overflow:hidden;background:rgba(0,0,0,.05)}.hache-notify-row__thumb img{width:100%;height:100%;object-fit:cover}@media(max-width: 767.98px){.hache-notify-panel:not([hidden]){position:fixed;top:50%;left:50%;right:auto;bottom:auto;transform:translate(-50%, -50%);width:min(360px,100vw - 2rem);max-height:min(78vh,520px);border-radius:var(--brand-ui-r-sm, 10px);box-shadow:0 18px 50px rgba(0,0,0,.22)}}.hache-hamburger-modal-head{flex-shrink:0;background:#fff}.hache-hamburger-toolbar{gap:.5rem}.hache-hamburger-toolbar .btn-utility{padding:.5rem .6rem}.hache-hamburger-toolbar__tail{margin-left:.15rem}@media(max-width: 767.98px){.hache-hamburger-toolbar{padding-top:1.05rem !important;padding-bottom:1.05rem !important;padding-left:1.2rem !important;padding-right:1.2rem !important}}#nav-hamburger .hache-hamburger-toolbar .hache-notify-wrap{position:relative;z-index:6}.js-hache-notify-toggle{cursor:pointer;touch-action:manipulation}.hache-notify-panel__head--compact{font-size:.7rem;padding-top:.5rem !important;padding-bottom:.5rem !important}.theme-brand-phase1 .head-main.head-transparent:not(.head-transparent-contrast):not(:hover) .hache-header-badge,.theme-brand-phase1 .head-main.head-transparent-on-section:not(.head-transparent-contrast):not(:hover) .hache-header-badge{background:#0a0a0a;color:#fff;box-shadow:0 0 0 2px rgba(255,255,255,.88)}@media(max-width: 767.98px){.theme-brand-phase1 .head-main.head-brand-transparent-minimal.head-transparent .head-logo-row,.theme-brand-phase1 .head-main.head-brand-transparent-minimal.head-transparent-on-section .head-logo-row{background:rgba(0,0,0,0) !important;box-shadow:none !important}}#catalog-product-list{scroll-margin-top:1rem}.theme-brand-phase1{--brand-ui-r: 14px;--brand-ui-r-sm: 10px;--brand-catalog-chrome-r: var(--brand-ui-r);--brand-ui-pill: 9999px;--brand-elev-1: 0 1px 2px rgba(0, 0, 0, 0.04), 0 6px 20px rgba(0, 0, 0, 0.06);--brand-elev-2: 0 12px 40px rgba(0, 0, 0, 0.1);--brand-border-subtle: rgba(0, 0, 0, 0.07);--brand-border-medium: rgba(0, 0, 0, 0.08);--brand-type-lh-tight: 1.18;--brand-type-lh-body: 1.65;--brand-ease-editorial: cubic-bezier(0.22, 1, 0.36, 1);--brand-ease-smooth: cubic-bezier(0.4, 0, 0.2, 1);--brand-motion-fast: 0.18s;--brand-motion-base: 0.34s;--brand-motion-slow: 0.52s;--brand-glass-carbon-bg: linear-gradient( 155deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0.04) 34%, transparent 52%, rgba(0, 0, 0, 0.16) 100% ), rgba(20, 20, 22, 0.34);--brand-glass-carbon-bg-elev: linear-gradient( 158deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.03) 38%, transparent 55%, rgba(0, 0, 0, 0.2) 100% ), rgba(24, 24, 26, 0.4);--brand-glass-carbon-border: rgba(255, 255, 255, 0.12);--brand-glass-carbon-border-soft: rgba(255, 255, 255, 0.07);--brand-glass-carbon-inset: inset 0 1px 0 rgba(255, 255, 255, 0.1);--brand-glass-carbon-shadow: 0 10px 36px rgba(0, 0, 0, 0.24);--brand-glass-carbon-text: rgba(250, 250, 252, 0.94);--brand-glass-carbon-text-muted: rgba(232, 232, 238, 0.72);--brand-glass-carbon-blur: blur(22px) saturate(1.2);--brand-glass-carbon-blur-strong: blur(28px) saturate(1.28);--brand-glass-carbon-cta-bg: rgba(248, 248, 250, 0.94);--brand-glass-carbon-cta-fg: #101012}[data-color-scheme=dark] .theme-brand-phase1{--brand-glass-carbon-bg: linear-gradient( 150deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.02) 36%, transparent 54%, rgba(0, 0, 0, 0.35) 100% ), rgba(10, 10, 12, 0.55);--brand-glass-carbon-bg-elev: linear-gradient( 152deg, rgba(255, 255, 255, 0.07) 0%, rgba(255, 255, 255, 0.02) 40%, transparent 56%, rgba(0, 0, 0, 0.38) 100% ), rgba(12, 12, 14, 0.62);--brand-glass-carbon-border: rgba(255, 255, 255, 0.1);--brand-glass-carbon-border-soft: rgba(255, 255, 255, 0.05);--brand-glass-carbon-inset: inset 0 1px 0 rgba(255, 255, 255, 0.07);--brand-glass-carbon-shadow: 0 12px 44px rgba(0, 0, 0, 0.45);--brand-glass-carbon-text: rgba(252, 252, 254, 0.96);--brand-glass-carbon-text-muted: rgba(235, 235, 242, 0.7);--brand-glass-carbon-cta-bg: rgba(252, 252, 254, 0.96);--brand-glass-carbon-cta-fg: #0a0a0c}@media(prefers-reduced-motion: reduce){.theme-brand-phase1{--brand-motion-fast: 0.01ms;--brand-motion-base: 0.01ms;--brand-motion-slow: 0.01ms}}.theme-brand-phase1{--brand-lux-champagne: #c9a962;--brand-lux-champagne-light: #e8d5a3;--brand-lux-champagne-soft: rgba(201, 169, 98, 0.18);--brand-lux-pearl: #f5f2eb;--brand-lux-ink: #080809;--brand-lux-muted: rgba(245, 242, 235, 0.58);--brand-lux-line: rgba(255, 255, 255, 0.09)}.theme-brand-phase1 .hs-glass{border:1px solid var(--brand-glass-carbon-border);border-radius:var(--brand-ui-r, 14px);background:var(--brand-glass-carbon-bg);backdrop-filter:var(--brand-glass-carbon-blur);-webkit-backdrop-filter:var(--brand-glass-carbon-blur);box-shadow:var(--brand-glass-carbon-shadow),var(--brand-glass-carbon-inset);color:var(--brand-glass-carbon-text)}.theme-brand-phase1 .hs-glass--elev{background:var(--brand-glass-carbon-bg-elev);backdrop-filter:var(--brand-glass-carbon-blur-strong);-webkit-backdrop-filter:var(--brand-glass-carbon-blur-strong)}.theme-brand-phase1 .hs-glass--cta{background:var(--brand-glass-carbon-cta-bg);color:var(--brand-glass-carbon-cta-fg);border-color:rgba(0,0,0,0);box-shadow:var(--brand-glass-carbon-shadow)}.theme-brand-phase1 .hs-lux-eyebrow{margin:0 0 .65rem;font-size:.68rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--brand-lux-champagne)}.theme-brand-phase1 .hs-lux-title{margin:0;font-family:var(--heading-font);font-weight:500;letter-spacing:.06em;line-height:var(--brand-type-lh-tight, 1.18);text-transform:uppercase}.theme-brand-phase1 .hs-lux-lead{margin:0;color:var(--brand-glass-carbon-text-muted);line-height:var(--brand-type-lh-body, 1.65);font-size:1rem}.theme-brand-phase1 .hs-lux-btn.btn{letter-spacing:.1em;text-transform:uppercase;font-weight:500;border-radius:var(--brand-ui-pill, 9999px);transition:transform var(--brand-motion-fast, 0.18s) var(--brand-ease-editorial, ease),box-shadow var(--brand-motion-base, 0.34s)}.theme-brand-phase1 .hs-lux-btn--gold.btn-primary{border:1px solid color-mix(in srgb, var(--brand-lux-champagne) 45%, transparent);background:linear-gradient(135deg, color-mix(in srgb, var(--brand-lux-champagne) 88%, #fff), var(--brand-lux-champagne));color:var(--brand-lux-ink);box-shadow:0 14px 40px var(--brand-lux-champagne-soft)}.theme-brand-phase1 .hs-lux-btn--gold.btn-primary:hover{transform:translateY(-1px)}.theme-brand-phase1 .hs-lux-btn--ghost.btn-link{color:var(--brand-glass-carbon-text-muted)}[data-color-scheme=dark] .theme-brand-phase1 .item-product .item{border-radius:var(--brand-ui-r-sm);transition:box-shadow var(--brand-motion-base) var(--brand-ease-smooth),transform var(--brand-motion-base) var(--brand-ease-smooth)}[data-color-scheme=dark] .theme-brand-phase1 .item-product .item:hover{box-shadow:var(--brand-glass-carbon-shadow)}[data-color-scheme=dark] .theme-brand-phase1 .user-product-grid-toolbar{border:1px solid var(--brand-glass-carbon-border-soft);background:var(--brand-glass-carbon-bg);backdrop-filter:var(--brand-glass-carbon-blur);-webkit-backdrop-filter:var(--brand-glass-carbon-blur)}body.theme-brand-phase1 .btn-primary{letter-spacing:.07em;text-transform:uppercase;font-weight:500}body.theme-brand-phase1 .page-header{letter-spacing:.04em}[data-color-scheme=dark] .theme-brand-phase1 .hs-wl-card,[data-color-scheme=dark] .theme-brand-phase1 .hs-wl-hero{border-color:var(--brand-glass-carbon-border);background:var(--brand-glass-carbon-bg);backdrop-filter:var(--brand-glass-carbon-blur);-webkit-backdrop-filter:var(--brand-glass-carbon-blur)}body.theme-brand-phase1{font-weight:var(--font-weight-body)}body.theme-brand-phase1 .btn,body.theme-brand-phase1 .form-control,body.theme-brand-phase1 input:not([type=checkbox]):not([type=radio]),body.theme-brand-phase1 select,body.theme-brand-phase1 textarea{font-family:var(--body-font)}body.theme-brand-phase1 h1,body.theme-brand-phase1 .h1,body.theme-brand-phase1 h2,body.theme-brand-phase1 .h2{font-weight:var(--font-weight-heading-xl)}body.theme-brand-phase1 h3,body.theme-brand-phase1 .h3,body.theme-brand-phase1 h4,body.theme-brand-phase1 .h4{font-weight:var(--font-weight-heading-md)}body.theme-brand-phase1 h5,body.theme-brand-phase1 .h5,body.theme-brand-phase1 h6,body.theme-brand-phase1 .h6{font-weight:var(--font-weight-heading-sm)}body.theme-brand-phase1 .font-headings{font-family:var(--heading-font);font-weight:var(--font-weight-heading-md)}body.theme-brand-phase1 .font-small,body.theme-brand-phase1 small{font-weight:var(--font-weight-body-medium)}body.theme-brand-phase1 strong,body.theme-brand-phase1 b{font-weight:var(--font-weight-body-strong)}.theme-brand-phase1 [data-transition=fade-in]{transition:opacity var(--brand-motion-base) var(--brand-ease-editorial),transform var(--brand-motion-base) var(--brand-ease-editorial);opacity:0;transform:translate3d(0, 14px, 0)}.theme-brand-phase1 [data-transition=fade-in].is-inViewport,.theme-brand-phase1 .swiper-slide-duplicate [data-transition=fade-in]{opacity:1;transform:translate3d(0, 0, 0)}.theme-brand-phase1 .fade-in{transition:opacity var(--brand-motion-base) var(--brand-ease-editorial)}.theme-brand-phase1 .modal.transition-fade{transition:opacity var(--brand-motion-base) var(--brand-ease-editorial),bottom var(--brand-motion-slow) var(--brand-ease-editorial)}.theme-brand-phase1 .btn:not(:disabled):not(.disabled){transition:transform var(--brand-motion-fast) var(--brand-ease-editorial),box-shadow var(--brand-motion-base) var(--brand-ease-smooth),background-color var(--brand-motion-fast) var(--brand-ease-smooth),color var(--brand-motion-fast) var(--brand-ease-smooth),border-color var(--brand-motion-fast) var(--brand-ease-smooth),opacity var(--brand-motion-fast) var(--brand-ease-smooth)}.theme-brand-phase1 .btn-primary:not(.btn-link):not(:disabled):not(.disabled):active{transform:scale(0.985)}.theme-brand-phase1 .btn-link:not(:disabled):not(.disabled){transition:opacity var(--brand-motion-fast) var(--brand-ease-smooth),color var(--brand-motion-fast) var(--brand-ease-smooth)}@media(hover: hover){.theme-brand-phase1 .btn-link:not(:disabled):not(.disabled):hover{opacity:.82}}.theme-brand-phase1 .form-control,.theme-brand-phase1 .head-main .search-form .form-control,.theme-brand-phase1 .head-main .search-form input[type=search],.theme-brand-phase1 .head-main .search-form input[type=text]{transition:border-color var(--brand-motion-base) var(--brand-ease-smooth),box-shadow var(--brand-motion-base) var(--brand-ease-smooth),background-color var(--brand-motion-base) var(--brand-ease-smooth)}@media(prefers-reduced-motion: reduce){.theme-brand-phase1 [data-transition=fade-in]{transform:none;transition:opacity .2s ease}.theme-brand-phase1 .btn-primary:not(.btn-link):active{transform:none}}.theme-brand-phase1 .textbanner .textbanner-image-effect,.theme-brand-phase1 .textbanner .textbanner-text{transition:transform var(--brand-motion-base) var(--brand-ease-editorial),opacity var(--brand-motion-base) var(--brand-ease-smooth)}.theme-brand-phase1 .modal-overlay{transition:opacity var(--brand-motion-base) var(--brand-ease-smooth)}.theme-brand-phase1 .btn-primary:not(.btn-link),.theme-brand-phase1 .btn.btn-primary:not(.btn-link){border-radius:var(--brand-ui-r-sm)}.theme-brand-phase1 .head-main .head-logo-row{border-bottom:1px solid rgba(0,0,0,.07);padding-top:.4rem;padding-bottom:.4rem}.theme-brand-phase1 .head-main.head-colors .head-logo-row{border-bottom-color:rgba(255,255,255,.14)}.theme-brand-phase1 .head-nav{padding-top:.2rem;padding-bottom:.45rem;border-bottom:1px solid rgba(0,0,0,.07)}.theme-brand-phase1 .head-main.head-colors .head-nav{border-bottom-color:rgba(255,255,255,.14)}.theme-brand-phase1.brand-header-no-rule .head-main .head-logo-row,.theme-brand-phase1.brand-header-no-rule .head-nav{border-bottom:none}.head-main.head-brand-glass-bar .head-logo-row{background:rgba(255,255,255,.52);backdrop-filter:blur(14px) saturate(1.12);-webkit-backdrop-filter:blur(14px) saturate(1.12)}.head-main.head-colors.head-brand-glass-bar .head-logo-row{background:color-mix(in srgb, var(--header-background, #fff) 58%, transparent)}.head-brand-logo-shell{display:inline-block;max-width:100%;vertical-align:middle;position:relative}.head-brand-logo-shell img{isolation:isolate;vertical-align:middle}@keyframes head-brand-logo-chroma-strong{0%,100%{filter:hue-rotate(0deg) saturate(1) contrast(1)}33%{filter:hue-rotate(28deg) saturate(1.12) contrast(1.03)}66%{filter:hue-rotate(-18deg) saturate(1.08) contrast(1.02)}}@keyframes head-brand-logo-spectral{0%,100%{filter:hue-rotate(0deg) saturate(1) contrast(1) brightness(1)}20%{filter:hue-rotate(55deg) saturate(1.22) contrast(1.06) brightness(1.04)}45%{filter:hue-rotate(-35deg) saturate(1.18) contrast(1.05) brightness(1.02)}70%{filter:hue-rotate(28deg) saturate(1.15) contrast(1.04) brightness(1.05)}}@keyframes head-brand-logo-float{0%,100%{transform:translateY(0)}50%{transform:translateY(-2px)}}@keyframes head-brand-logo-pulse-bright{0%,100%{filter:brightness(1)}50%{filter:brightness(1.12)}}@keyframes head-brand-logo-pulse-scale{0%,100%{transform:translateY(0) scale(1)}50%{transform:translateY(-1px) scale(1.04)}}.head-brand-logo-shell--chroma img{animation:head-brand-logo-chroma-strong 7s ease-in-out infinite,head-brand-logo-float 4.2s ease-in-out infinite;will-change:filter,transform}.head-brand-logo-shell--spectral img{animation:head-brand-logo-spectral 5.5s ease-in-out infinite,head-brand-logo-float 3.4s ease-in-out infinite;will-change:filter,transform}.head-brand-logo-shell--frost{padding:.2rem .55rem;border-radius:999px;background:rgba(255,255,255,.2);box-shadow:0 0 0 1px rgba(255,255,255,.28) inset,0 8px 28px rgba(0,0,0,.08);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.head-main.head-colors .head-brand-logo-shell--frost{background:color-mix(in srgb, var(--header-background, #fff) 35%, transparent)}.head-brand-logo-shell--pulse img{animation:head-brand-logo-pulse-bright 2.8s ease-in-out infinite,head-brand-logo-pulse-scale 2.8s ease-in-out infinite;will-change:filter,transform}.head-main.head-brand-transparent-veil.head-transparent .head-logo-row,.head-main.head-brand-transparent-veil.head-transparent-on-section .head-logo-row,.head-main.head-brand-transparent-veil.head-transparent .head-nav,.head-main.head-brand-transparent-veil.head-transparent-on-section .head-nav{position:relative}.head-main.head-brand-transparent-veil.head-transparent .head-logo-row::before,.head-main.head-brand-transparent-veil.head-transparent-on-section .head-logo-row::before,.head-main.head-brand-transparent-veil.head-transparent .head-nav::before,.head-main.head-brand-transparent-veil.head-transparent-on-section .head-nav::before{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;background:linear-gradient(180deg, rgba(0, 0, 0, 0.48) 0%, rgba(0, 0, 0, 0.18) 100%);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.head-main.head-brand-transparent-veil.head-transparent .head-logo-row>.container-fluid,.head-main.head-brand-transparent-veil.head-transparent-on-section .head-logo-row>.container-fluid,.head-main.head-brand-transparent-veil.head-transparent .head-nav>.container-fluid,.head-main.head-brand-transparent-veil.head-transparent-on-section .head-nav>.container-fluid{position:relative;z-index:1}.head-main.head-brand-transparent-veil.head-transparent:not(:hover):not(.head-transparent-contrast) .head-logo-row,.head-main.head-brand-transparent-veil.head-transparent-on-section:not(:hover):not(.head-transparent-contrast) .head-logo-row,.head-main.head-brand-transparent-veil.head-transparent:not(:hover):not(.head-transparent-contrast) .head-nav,.head-main.head-brand-transparent-veil.head-transparent-on-section:not(:hover):not(.head-transparent-contrast) .head-nav{color:rgba(255,255,255,.94);fill:rgba(255,255,255,.94)}.head-main.head-brand-transparent-veil.head-transparent:not(:hover):not(.head-transparent-contrast) .head-logo-row a,.head-main.head-brand-transparent-veil.head-transparent:not(:hover):not(.head-transparent-contrast) .head-logo-row .svg-icon-text,.head-main.head-brand-transparent-veil.head-transparent:not(:hover):not(.head-transparent-contrast) .head-logo-row .search-btn,.head-main.head-brand-transparent-veil.head-transparent-on-section:not(:hover):not(.head-transparent-contrast) .head-logo-row a,.head-main.head-brand-transparent-veil.head-transparent-on-section:not(:hover):not(.head-transparent-contrast) .head-logo-row .svg-icon-text,.head-main.head-brand-transparent-veil.head-transparent-on-section:not(:hover):not(.head-transparent-contrast) .head-logo-row .search-btn,.head-main.head-brand-transparent-veil.head-transparent:not(:hover):not(.head-transparent-contrast) .head-nav a,.head-main.head-brand-transparent-veil.head-transparent:not(:hover):not(.head-transparent-contrast) .head-nav .svg-icon-text,.head-main.head-brand-transparent-veil.head-transparent:not(:hover):not(.head-transparent-contrast) .head-nav .search-btn,.head-main.head-brand-transparent-veil.head-transparent-on-section:not(:hover):not(.head-transparent-contrast) .head-nav a,.head-main.head-brand-transparent-veil.head-transparent-on-section:not(:hover):not(.head-transparent-contrast) .head-nav .svg-icon-text,.head-main.head-brand-transparent-veil.head-transparent-on-section:not(:hover):not(.head-transparent-contrast) .head-nav .search-btn,.head-main.head-brand-transparent-minimal.head-transparent:not(:hover):not(.head-transparent-contrast) .head-logo-row a,.head-main.head-brand-transparent-minimal.head-transparent:not(:hover):not(.head-transparent-contrast) .head-logo-row .svg-icon-text,.head-main.head-brand-transparent-minimal.head-transparent:not(:hover):not(.head-transparent-contrast) .head-logo-row .search-btn,.head-main.head-brand-transparent-minimal.head-transparent-on-section:not(:hover):not(.head-transparent-contrast) .head-logo-row a,.head-main.head-brand-transparent-minimal.head-transparent-on-section:not(:hover):not(.head-transparent-contrast) .head-logo-row .svg-icon-text,.head-main.head-brand-transparent-minimal.head-transparent-on-section:not(:hover):not(.head-transparent-contrast) .head-logo-row .search-btn,.head-main.head-brand-transparent-minimal.head-transparent:not(:hover):not(.head-transparent-contrast) .head-nav a,.head-main.head-brand-transparent-minimal.head-transparent:not(:hover):not(.head-transparent-contrast) .head-nav .svg-icon-text,.head-main.head-brand-transparent-minimal.head-transparent:not(:hover):not(.head-transparent-contrast) .head-nav .search-btn,.head-main.head-brand-transparent-minimal.head-transparent-on-section:not(:hover):not(.head-transparent-contrast) .head-nav a,.head-main.head-brand-transparent-minimal.head-transparent-on-section:not(:hover):not(.head-transparent-contrast) .head-nav .svg-icon-text,.head-main.head-brand-transparent-minimal.head-transparent-on-section:not(:hover):not(.head-transparent-contrast) .head-nav .search-btn{color:rgba(255,255,255,.94);fill:rgba(255,255,255,.94)}.head-main.head-brand-transparent-veil.head-transparent:not(:hover):not(.head-transparent-contrast) .head-logo-row .form-control,.head-main.head-brand-transparent-veil.head-transparent-on-section:not(:hover):not(.head-transparent-contrast) .head-logo-row .form-control,.head-main.head-brand-transparent-veil.head-transparent:not(:hover):not(.head-transparent-contrast) .head-nav .form-control,.head-main.head-brand-transparent-veil.head-transparent-on-section:not(:hover):not(.head-transparent-contrast) .head-nav .form-control,.head-main.head-brand-transparent-minimal.head-transparent:not(:hover):not(.head-transparent-contrast) .head-logo-row .form-control,.head-main.head-brand-transparent-minimal.head-transparent-on-section:not(:hover):not(.head-transparent-contrast) .head-logo-row .form-control,.head-main.head-brand-transparent-minimal.head-transparent:not(:hover):not(.head-transparent-contrast) .head-nav .form-control,.head-main.head-brand-transparent-minimal.head-transparent-on-section:not(:hover):not(.head-transparent-contrast) .head-nav .form-control{color:rgba(255,255,255,.94);border-bottom-color:rgba(255,255,255,.55)}.head-main.head-brand-transparent-veil.head-transparent:not(:hover):not(.head-transparent-contrast) .head-logo-row .form-control::-webkit-input-placeholder,.head-main.head-brand-transparent-veil.head-transparent-on-section:not(:hover):not(.head-transparent-contrast) .head-logo-row .form-control::-webkit-input-placeholder,.head-main.head-brand-transparent-veil.head-transparent:not(:hover):not(.head-transparent-contrast) .head-nav .form-control::-webkit-input-placeholder,.head-main.head-brand-transparent-veil.head-transparent-on-section:not(:hover):not(.head-transparent-contrast) .head-nav .form-control::-webkit-input-placeholder,.head-main.head-brand-transparent-minimal.head-transparent:not(:hover):not(.head-transparent-contrast) .head-logo-row .form-control::-webkit-input-placeholder,.head-main.head-brand-transparent-minimal.head-transparent-on-section:not(:hover):not(.head-transparent-contrast) .head-logo-row .form-control::-webkit-input-placeholder,.head-main.head-brand-transparent-minimal.head-transparent:not(:hover):not(.head-transparent-contrast) .head-nav .form-control::-webkit-input-placeholder,.head-main.head-brand-transparent-minimal.head-transparent-on-section:not(:hover):not(.head-transparent-contrast) .head-nav .form-control::-webkit-input-placeholder{color:rgba(255,255,255,.65)}.head-main.head-brand-transparent-veil.head-transparent:not(:hover):not(.head-transparent-contrast) .head-logo-row .form-control:-moz-placeholder,.head-main.head-brand-transparent-veil.head-transparent-on-section:not(:hover):not(.head-transparent-contrast) .head-logo-row .form-control:-moz-placeholder,.head-main.head-brand-transparent-veil.head-transparent:not(:hover):not(.head-transparent-contrast) .head-nav .form-control:-moz-placeholder,.head-main.head-brand-transparent-veil.head-transparent-on-section:not(:hover):not(.head-transparent-contrast) .head-nav .form-control:-moz-placeholder,.head-main.head-brand-transparent-minimal.head-transparent:not(:hover):not(.head-transparent-contrast) .head-logo-row .form-control:-moz-placeholder,.head-main.head-brand-transparent-minimal.head-transparent-on-section:not(:hover):not(.head-transparent-contrast) .head-logo-row .form-control:-moz-placeholder,.head-main.head-brand-transparent-minimal.head-transparent:not(:hover):not(.head-transparent-contrast) .head-nav .form-control:-moz-placeholder,.head-main.head-brand-transparent-minimal.head-transparent-on-section:not(:hover):not(.head-transparent-contrast) .head-nav .form-control:-moz-placeholder{color:rgba(255,255,255,.65)}.head-main.head-brand-transparent-veil.head-transparent:not(:hover):not(.head-transparent-contrast) .head-logo-row .form-control::-moz-placeholder,.head-main.head-brand-transparent-veil.head-transparent-on-section:not(:hover):not(.head-transparent-contrast) .head-logo-row .form-control::-moz-placeholder,.head-main.head-brand-transparent-veil.head-transparent:not(:hover):not(.head-transparent-contrast) .head-nav .form-control::-moz-placeholder,.head-main.head-brand-transparent-veil.head-transparent-on-section:not(:hover):not(.head-transparent-contrast) .head-nav .form-control::-moz-placeholder,.head-main.head-brand-transparent-minimal.head-transparent:not(:hover):not(.head-transparent-contrast) .head-logo-row .form-control::-moz-placeholder,.head-main.head-brand-transparent-minimal.head-transparent-on-section:not(:hover):not(.head-transparent-contrast) .head-logo-row .form-control::-moz-placeholder,.head-main.head-brand-transparent-minimal.head-transparent:not(:hover):not(.head-transparent-contrast) .head-nav .form-control::-moz-placeholder,.head-main.head-brand-transparent-minimal.head-transparent-on-section:not(:hover):not(.head-transparent-contrast) .head-nav .form-control::-moz-placeholder{color:rgba(255,255,255,.65)}.head-main.head-brand-transparent-veil.head-transparent:not(:hover):not(.head-transparent-contrast) .head-logo-row .form-control:-ms-input-placeholder,.head-main.head-brand-transparent-veil.head-transparent-on-section:not(:hover):not(.head-transparent-contrast) .head-logo-row .form-control:-ms-input-placeholder,.head-main.head-brand-transparent-veil.head-transparent:not(:hover):not(.head-transparent-contrast) .head-nav .form-control:-ms-input-placeholder,.head-main.head-brand-transparent-veil.head-transparent-on-section:not(:hover):not(.head-transparent-contrast) .head-nav .form-control:-ms-input-placeholder,.head-main.head-brand-transparent-minimal.head-transparent:not(:hover):not(.head-transparent-contrast) .head-logo-row .form-control:-ms-input-placeholder,.head-main.head-brand-transparent-minimal.head-transparent-on-section:not(:hover):not(.head-transparent-contrast) .head-logo-row .form-control:-ms-input-placeholder,.head-main.head-brand-transparent-minimal.head-transparent:not(:hover):not(.head-transparent-contrast) .head-nav .form-control:-ms-input-placeholder,.head-main.head-brand-transparent-minimal.head-transparent-on-section:not(:hover):not(.head-transparent-contrast) .head-nav .form-control:-ms-input-placeholder{color:rgba(255,255,255,.65)}.head-main.head-brand-transparent-veil.head-transparent:not(:hover):not(.head-transparent-contrast) .head-logo-row .badge,.head-main.head-brand-transparent-veil.head-transparent-on-section:not(:hover):not(.head-transparent-contrast) .head-logo-row .badge,.head-main.head-brand-transparent-veil.head-transparent:not(:hover):not(.head-transparent-contrast) .head-nav .badge,.head-main.head-brand-transparent-veil.head-transparent-on-section:not(:hover):not(.head-transparent-contrast) .head-nav .badge,.head-main.head-brand-transparent-minimal.head-transparent:not(:hover):not(.head-transparent-contrast) .head-logo-row .badge,.head-main.head-brand-transparent-minimal.head-transparent-on-section:not(:hover):not(.head-transparent-contrast) .head-logo-row .badge,.head-main.head-brand-transparent-minimal.head-transparent:not(:hover):not(.head-transparent-contrast) .head-nav .badge,.head-main.head-brand-transparent-minimal.head-transparent-on-section:not(:hover):not(.head-transparent-contrast) .head-nav .badge{color:rgba(255,255,255,.95);border-color:rgba(255,255,255,.55);background-color:rgba(0,0,0,0)}.head-main.head-brand-transparent-veil.head-transparent:not(:hover):not(.head-transparent-contrast) .head-logo-row .nav-desktop .nav-list-link,.head-main.head-brand-transparent-veil.head-transparent-on-section:not(:hover):not(.head-transparent-contrast) .head-logo-row .nav-desktop .nav-list-link,.head-main.head-brand-transparent-veil.head-transparent:not(:hover):not(.head-transparent-contrast) .head-nav .nav-desktop .nav-list-link,.head-main.head-brand-transparent-veil.head-transparent-on-section:not(:hover):not(.head-transparent-contrast) .head-nav .nav-desktop .nav-list-link,.head-main.head-brand-transparent-minimal.head-transparent:not(:hover):not(.head-transparent-contrast) .head-logo-row .nav-desktop .nav-list-link,.head-main.head-brand-transparent-minimal.head-transparent-on-section:not(:hover):not(.head-transparent-contrast) .head-logo-row .nav-desktop .nav-list-link,.head-main.head-brand-transparent-minimal.head-transparent:not(:hover):not(.head-transparent-contrast) .head-nav .nav-desktop .nav-list-link,.head-main.head-brand-transparent-minimal.head-transparent-on-section:not(:hover):not(.head-transparent-contrast) .head-nav .nav-desktop .nav-list-link{color:rgba(255,255,255,.94);fill:rgba(255,255,255,.94)}.head-main.head-brand-transparent-veil.head-transparent:not(:hover):not(.head-transparent-contrast) .head-logo-row .btn-utility,.head-main.head-brand-transparent-veil.head-transparent-on-section:not(:hover):not(.head-transparent-contrast) .head-logo-row .btn-utility,.head-main.head-brand-transparent-veil.head-transparent:not(:hover):not(.head-transparent-contrast) .head-nav .btn-utility,.head-main.head-brand-transparent-veil.head-transparent-on-section:not(:hover):not(.head-transparent-contrast) .head-nav .btn-utility,.head-main.head-brand-transparent-minimal.head-transparent:not(:hover):not(.head-transparent-contrast) .head-logo-row .btn-utility,.head-main.head-brand-transparent-minimal.head-transparent-on-section:not(:hover):not(.head-transparent-contrast) .head-logo-row .btn-utility,.head-main.head-brand-transparent-minimal.head-transparent:not(:hover):not(.head-transparent-contrast) .head-nav .btn-utility,.head-main.head-brand-transparent-minimal.head-transparent-on-section:not(:hover):not(.head-transparent-contrast) .head-nav .btn-utility{color:rgba(255,255,255,.94)}.head-main.head-brand-transparent-veil.head-transparent:not(:hover):not(.head-transparent-contrast) .head-logo-row .header-utility-svg,.head-main.head-brand-transparent-veil.head-transparent-on-section:not(:hover):not(.head-transparent-contrast) .head-logo-row .header-utility-svg,.head-main.head-brand-transparent-veil.head-transparent:not(:hover):not(.head-transparent-contrast) .head-nav .header-utility-svg,.head-main.head-brand-transparent-veil.head-transparent-on-section:not(:hover):not(.head-transparent-contrast) .head-nav .header-utility-svg,.head-main.head-brand-transparent-minimal.head-transparent:not(:hover):not(.head-transparent-contrast) .head-logo-row .header-utility-svg,.head-main.head-brand-transparent-minimal.head-transparent-on-section:not(:hover):not(.head-transparent-contrast) .head-logo-row .header-utility-svg,.head-main.head-brand-transparent-minimal.head-transparent:not(:hover):not(.head-transparent-contrast) .head-nav .header-utility-svg,.head-main.head-brand-transparent-minimal.head-transparent-on-section:not(:hover):not(.head-transparent-contrast) .head-nav .header-utility-svg{color:rgba(255,255,255,.94);fill:currentColor}.head-main.head-brand-transparent-veil.head-transparent.head-transparent-contrast:not(:hover) .head-logo-row,.head-main.head-brand-transparent-veil.head-transparent.head-transparent-contrast:not(:hover) .head-nav,.head-main.head-brand-transparent-veil.head-transparent-on-section.head-transparent-contrast:not(:hover) .head-logo-row,.head-main.head-brand-transparent-veil.head-transparent-on-section.head-transparent-contrast:not(:hover) .head-nav{color:var(--header-transparent-foreground);fill:var(--header-transparent-foreground)}.head-main.head-brand-transparent-veil.head-transparent.head-transparent-contrast:not(:hover) .head-logo-row a,.head-main.head-brand-transparent-veil.head-transparent.head-transparent-contrast:not(:hover) .head-logo-row .svg-icon-text,.head-main.head-brand-transparent-veil.head-transparent.head-transparent-contrast:not(:hover) .head-logo-row .search-btn,.head-main.head-brand-transparent-veil.head-transparent.head-transparent-contrast:not(:hover) .head-nav a,.head-main.head-brand-transparent-veil.head-transparent.head-transparent-contrast:not(:hover) .head-nav .svg-icon-text,.head-main.head-brand-transparent-veil.head-transparent.head-transparent-contrast:not(:hover) .head-nav .search-btn,.head-main.head-brand-transparent-veil.head-transparent-on-section.head-transparent-contrast:not(:hover) .head-logo-row a,.head-main.head-brand-transparent-veil.head-transparent-on-section.head-transparent-contrast:not(:hover) .head-logo-row .svg-icon-text,.head-main.head-brand-transparent-veil.head-transparent-on-section.head-transparent-contrast:not(:hover) .head-logo-row .search-btn,.head-main.head-brand-transparent-veil.head-transparent-on-section.head-transparent-contrast:not(:hover) .head-nav a,.head-main.head-brand-transparent-veil.head-transparent-on-section.head-transparent-contrast:not(:hover) .head-nav .svg-icon-text,.head-main.head-brand-transparent-veil.head-transparent-on-section.head-transparent-contrast:not(:hover) .head-nav .search-btn,.head-main.head-brand-transparent-minimal.head-transparent.head-transparent-contrast:not(:hover) .head-logo-row a,.head-main.head-brand-transparent-minimal.head-transparent.head-transparent-contrast:not(:hover) .head-logo-row .svg-icon-text,.head-main.head-brand-transparent-minimal.head-transparent.head-transparent-contrast:not(:hover) .head-logo-row .search-btn,.head-main.head-brand-transparent-minimal.head-transparent.head-transparent-contrast:not(:hover) .head-nav a,.head-main.head-brand-transparent-minimal.head-transparent.head-transparent-contrast:not(:hover) .head-nav .svg-icon-text,.head-main.head-brand-transparent-minimal.head-transparent.head-transparent-contrast:not(:hover) .head-nav .search-btn,.head-main.head-brand-transparent-minimal.head-transparent-on-section.head-transparent-contrast:not(:hover) .head-logo-row a,.head-main.head-brand-transparent-minimal.head-transparent-on-section.head-transparent-contrast:not(:hover) .head-logo-row .svg-icon-text,.head-main.head-brand-transparent-minimal.head-transparent-on-section.head-transparent-contrast:not(:hover) .head-logo-row .search-btn,.head-main.head-brand-transparent-minimal.head-transparent-on-section.head-transparent-contrast:not(:hover) .head-nav a,.head-main.head-brand-transparent-minimal.head-transparent-on-section.head-transparent-contrast:not(:hover) .head-nav .svg-icon-text,.head-main.head-brand-transparent-minimal.head-transparent-on-section.head-transparent-contrast:not(:hover) .head-nav .search-btn{color:var(--header-transparent-foreground);fill:var(--header-transparent-foreground)}.head-main.head-brand-transparent-veil.head-transparent.head-transparent-contrast:not(:hover) .head-logo-row .form-control,.head-main.head-brand-transparent-veil.head-transparent.head-transparent-contrast:not(:hover) .head-nav .form-control,.head-main.head-brand-transparent-veil.head-transparent-on-section.head-transparent-contrast:not(:hover) .head-logo-row .form-control,.head-main.head-brand-transparent-veil.head-transparent-on-section.head-transparent-contrast:not(:hover) .head-nav .form-control,.head-main.head-brand-transparent-minimal.head-transparent.head-transparent-contrast:not(:hover) .head-logo-row .form-control,.head-main.head-brand-transparent-minimal.head-transparent.head-transparent-contrast:not(:hover) .head-nav .form-control,.head-main.head-brand-transparent-minimal.head-transparent-on-section.head-transparent-contrast:not(:hover) .head-logo-row .form-control,.head-main.head-brand-transparent-minimal.head-transparent-on-section.head-transparent-contrast:not(:hover) .head-nav .form-control{color:var(--header-transparent-foreground);border-bottom-color:var(--header-transparent-foreground)}.head-main.head-brand-transparent-veil.head-transparent.head-transparent-contrast:not(:hover) .head-logo-row .form-control::-webkit-input-placeholder,.head-main.head-brand-transparent-veil.head-transparent.head-transparent-contrast:not(:hover) .head-logo-row .form-control:-moz-placeholder,.head-main.head-brand-transparent-veil.head-transparent.head-transparent-contrast:not(:hover) .head-logo-row .form-control::-moz-placeholder,.head-main.head-brand-transparent-veil.head-transparent.head-transparent-contrast:not(:hover) .head-logo-row .form-control:-ms-input-placeholder,.head-main.head-brand-transparent-veil.head-transparent.head-transparent-contrast:not(:hover) .head-nav .form-control::-webkit-input-placeholder,.head-main.head-brand-transparent-veil.head-transparent.head-transparent-contrast:not(:hover) .head-nav .form-control:-moz-placeholder,.head-main.head-brand-transparent-veil.head-transparent.head-transparent-contrast:not(:hover) .head-nav .form-control::-moz-placeholder,.head-main.head-brand-transparent-veil.head-transparent.head-transparent-contrast:not(:hover) .head-nav .form-control:-ms-input-placeholder,.head-main.head-brand-transparent-veil.head-transparent-on-section.head-transparent-contrast:not(:hover) .head-logo-row .form-control::-webkit-input-placeholder,.head-main.head-brand-transparent-veil.head-transparent-on-section.head-transparent-contrast:not(:hover) .head-logo-row .form-control:-moz-placeholder,.head-main.head-brand-transparent-veil.head-transparent-on-section.head-transparent-contrast:not(:hover) .head-logo-row .form-control::-moz-placeholder,.head-main.head-brand-transparent-veil.head-transparent-on-section.head-transparent-contrast:not(:hover) .head-logo-row .form-control:-ms-input-placeholder,.head-main.head-brand-transparent-veil.head-transparent-on-section.head-transparent-contrast:not(:hover) .head-nav .form-control::-webkit-input-placeholder,.head-main.head-brand-transparent-veil.head-transparent-on-section.head-transparent-contrast:not(:hover) .head-nav .form-control:-moz-placeholder,.head-main.head-brand-transparent-veil.head-transparent-on-section.head-transparent-contrast:not(:hover) .head-nav .form-control::-moz-placeholder,.head-main.head-brand-transparent-veil.head-transparent-on-section.head-transparent-contrast:not(:hover) .head-nav .form-control:-ms-input-placeholder,.head-main.head-brand-transparent-minimal.head-transparent.head-transparent-contrast:not(:hover) .head-logo-row .form-control::-webkit-input-placeholder,.head-main.head-brand-transparent-minimal.head-transparent.head-transparent-contrast:not(:hover) .head-logo-row .form-control:-moz-placeholder,.head-main.head-brand-transparent-minimal.head-transparent.head-transparent-contrast:not(:hover) .head-logo-row .form-control::-moz-placeholder,.head-main.head-brand-transparent-minimal.head-transparent.head-transparent-contrast:not(:hover) .head-logo-row .form-control:-ms-input-placeholder,.head-main.head-brand-transparent-minimal.head-transparent.head-transparent-contrast:not(:hover) .head-nav .form-control::-webkit-input-placeholder,.head-main.head-brand-transparent-minimal.head-transparent.head-transparent-contrast:not(:hover) .head-nav .form-control:-moz-placeholder,.head-main.head-brand-transparent-minimal.head-transparent.head-transparent-contrast:not(:hover) .head-nav .form-control::-moz-placeholder,.head-main.head-brand-transparent-minimal.head-transparent.head-transparent-contrast:not(:hover) .head-nav .form-control:-ms-input-placeholder,.head-main.head-brand-transparent-minimal.head-transparent-on-section.head-transparent-contrast:not(:hover) .head-logo-row .form-control::-webkit-input-placeholder,.head-main.head-brand-transparent-minimal.head-transparent-on-section.head-transparent-contrast:not(:hover) .head-logo-row .form-control:-moz-placeholder,.head-main.head-brand-transparent-minimal.head-transparent-on-section.head-transparent-contrast:not(:hover) .head-logo-row .form-control::-moz-placeholder,.head-main.head-brand-transparent-minimal.head-transparent-on-section.head-transparent-contrast:not(:hover) .head-logo-row .form-control:-ms-input-placeholder,.head-main.head-brand-transparent-minimal.head-transparent-on-section.head-transparent-contrast:not(:hover) .head-nav .form-control::-webkit-input-placeholder,.head-main.head-brand-transparent-minimal.head-transparent-on-section.head-transparent-contrast:not(:hover) .head-nav .form-control:-moz-placeholder,.head-main.head-brand-transparent-minimal.head-transparent-on-section.head-transparent-contrast:not(:hover) .head-nav .form-control::-moz-placeholder,.head-main.head-brand-transparent-minimal.head-transparent-on-section.head-transparent-contrast:not(:hover) .head-nav .form-control:-ms-input-placeholder{color:var(--header-transparent-foreground)}.head-main.head-brand-transparent-veil.head-transparent.head-transparent-contrast:not(:hover) .head-logo-row .badge,.head-main.head-brand-transparent-veil.head-transparent.head-transparent-contrast:not(:hover) .head-nav .badge,.head-main.head-brand-transparent-veil.head-transparent-on-section.head-transparent-contrast:not(:hover) .head-logo-row .badge,.head-main.head-brand-transparent-veil.head-transparent-on-section.head-transparent-contrast:not(:hover) .head-nav .badge,.head-main.head-brand-transparent-minimal.head-transparent.head-transparent-contrast:not(:hover) .head-logo-row .badge,.head-main.head-brand-transparent-minimal.head-transparent.head-transparent-contrast:not(:hover) .head-nav .badge,.head-main.head-brand-transparent-minimal.head-transparent-on-section.head-transparent-contrast:not(:hover) .head-logo-row .badge,.head-main.head-brand-transparent-minimal.head-transparent-on-section.head-transparent-contrast:not(:hover) .head-nav .badge{color:var(--header-transparent-foreground);border-color:var(--header-transparent-foreground)}.head-main.head-brand-transparent-veil.head-transparent.head-transparent-contrast:not(:hover) .head-logo-row .nav-desktop .nav-list-link,.head-main.head-brand-transparent-veil.head-transparent.head-transparent-contrast:not(:hover) .head-nav .nav-desktop .nav-list-link,.head-main.head-brand-transparent-veil.head-transparent-on-section.head-transparent-contrast:not(:hover) .head-logo-row .nav-desktop .nav-list-link,.head-main.head-brand-transparent-veil.head-transparent-on-section.head-transparent-contrast:not(:hover) .head-nav .nav-desktop .nav-list-link,.head-main.head-brand-transparent-minimal.head-transparent.head-transparent-contrast:not(:hover) .head-logo-row .nav-desktop .nav-list-link,.head-main.head-brand-transparent-minimal.head-transparent.head-transparent-contrast:not(:hover) .head-nav .nav-desktop .nav-list-link,.head-main.head-brand-transparent-minimal.head-transparent-on-section.head-transparent-contrast:not(:hover) .head-logo-row .nav-desktop .nav-list-link,.head-main.head-brand-transparent-minimal.head-transparent-on-section.head-transparent-contrast:not(:hover) .head-nav .nav-desktop .nav-list-link{color:var(--header-transparent-foreground);fill:var(--header-transparent-foreground)}.head-main.head-brand-transparent-veil.head-transparent.head-transparent-contrast:not(:hover) .head-logo-row .btn-utility,.head-main.head-brand-transparent-veil.head-transparent.head-transparent-contrast:not(:hover) .head-nav .btn-utility,.head-main.head-brand-transparent-veil.head-transparent-on-section.head-transparent-contrast:not(:hover) .head-logo-row .btn-utility,.head-main.head-brand-transparent-veil.head-transparent-on-section.head-transparent-contrast:not(:hover) .head-nav .btn-utility,.head-main.head-brand-transparent-minimal.head-transparent.head-transparent-contrast:not(:hover) .head-logo-row .btn-utility,.head-main.head-brand-transparent-minimal.head-transparent.head-transparent-contrast:not(:hover) .head-nav .btn-utility,.head-main.head-brand-transparent-minimal.head-transparent-on-section.head-transparent-contrast:not(:hover) .head-logo-row .btn-utility,.head-main.head-brand-transparent-minimal.head-transparent-on-section.head-transparent-contrast:not(:hover) .head-nav .btn-utility{color:var(--header-transparent-foreground)}.head-main.head-brand-transparent-veil.head-transparent.head-transparent-contrast:not(:hover) .head-logo-row .header-utility-svg,.head-main.head-brand-transparent-veil.head-transparent.head-transparent-contrast:not(:hover) .head-nav .header-utility-svg,.head-main.head-brand-transparent-veil.head-transparent-on-section.head-transparent-contrast:not(:hover) .head-logo-row .header-utility-svg,.head-main.head-brand-transparent-veil.head-transparent-on-section.head-transparent-contrast:not(:hover) .head-nav .header-utility-svg,.head-main.head-brand-transparent-minimal.head-transparent.head-transparent-contrast:not(:hover) .head-logo-row .header-utility-svg,.head-main.head-brand-transparent-minimal.head-transparent.head-transparent-contrast:not(:hover) .head-nav .header-utility-svg,.head-main.head-brand-transparent-minimal.head-transparent-on-section.head-transparent-contrast:not(:hover) .head-logo-row .header-utility-svg,.head-main.head-brand-transparent-minimal.head-transparent-on-section.head-transparent-contrast:not(:hover) .head-nav .header-utility-svg{color:var(--header-transparent-foreground);fill:currentColor}@media(prefers-reduced-motion: reduce){.head-brand-logo-shell--chroma img,.head-brand-logo-shell--spectral img,.head-brand-logo-shell--pulse img{animation:none !important}}.theme-brand-phase1 .nav-desktop .nav-desktop-list>.nav-item-desktop>.nav-item-container>.nav-list-link,.theme-brand-phase1 .nav-desktop .nav-desktop-list>.nav-item-desktop.item-with-subitems>.nav-item-container>.nav-list-link,.theme-brand-phase1 .nav-desktop .nav-desktop-list>.nav-item-desktop:not(.item-with-subitems)>.nav-list-link{letter-spacing:.06em;text-transform:uppercase;font-size:.8125rem;font-weight:500;padding:.65rem .55rem;font-family:var(--body-font);transition:opacity var(--brand-motion-fast) var(--brand-ease-smooth),color var(--brand-motion-fast) var(--brand-ease-smooth)}.theme-brand-phase1 .nav-desktop .nav-desktop-list>.nav-item-desktop>.nav-item-container>.nav-list-link:hover,.theme-brand-phase1 .nav-desktop .nav-desktop-list>.nav-item-desktop.item-with-subitems>.nav-item-container>.nav-list-link:hover,.theme-brand-phase1 .nav-desktop .nav-desktop-list>.nav-item-desktop:not(.item-with-subitems)>.nav-list-link:hover{opacity:.72}.theme-brand-phase1 .nav-desktop-list>.nav-item-desktop{padding-left:.4rem;padding-right:.4rem}.theme-brand-phase1 .nav-desktop .desktop-dropdown-container{padding-top:1.25rem;padding-bottom:1.5rem}.theme-brand-phase1 .nav-desktop .desktop-list-subitems .nav-list-link{text-transform:none;letter-spacing:normal;font-size:var(--font-small);font-weight:400;padding:.35rem 0}.theme-brand-phase1 .nav-desktop .desktop-dropdown{padding-top:0;padding-bottom:0;border-bottom:1px solid rgba(0,0,0,.08);box-shadow:0 1.25rem 2.75rem rgba(0,0,0,.08)}.theme-brand-phase1 .head-main.head-colors .nav-desktop .desktop-dropdown{border-bottom-color:rgba(255,255,255,.12);box-shadow:0 1.25rem 2.75rem rgba(0,0,0,.45)}.theme-brand-phase1 .nav-desktop .desktop-dropdown-container.brand-nav-mega{max-width:1400px;margin-left:auto;margin-right:auto;padding-left:clamp(.75rem,2vw,1.5rem);padding-right:clamp(.75rem,2vw,1.5rem)}.theme-brand-phase1 .nav-desktop .desktop-list-subitems{column-count:unset;display:grid;grid-template-columns:repeat(auto-fit, minmax(11.5rem, 1fr));gap:1.35rem clamp(1.25rem,3vw,2.75rem);align-items:start}.theme-brand-phase1 .nav-desktop .desktop-list-subitems>.nav-item>.nav-list-link{display:block;font-size:.6875rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;margin-bottom:.4rem;padding-top:.15rem;padding-bottom:.15rem;border-bottom:1px solid rgba(0,0,0,.08)}.theme-brand-phase1 .head-main.head-colors .nav-desktop .desktop-list-subitems>.nav-item>.nav-list-link{border-bottom-color:rgba(255,255,255,.16)}.theme-brand-phase1 .nav-desktop .desktop-list-subitems>.nav-item>.list-subitems{margin-top:.35rem;margin-bottom:.5rem}.theme-brand-phase1 .nav-desktop .desktop-list-subitems .nav-item .list-subitems .nav-item .nav-list-link{font-size:.8125rem;line-height:1.4;padding:.22rem 0;margin-bottom:0;opacity:.88;border-bottom:none;transition:opacity var(--brand-motion-fast) var(--brand-ease-smooth),color var(--brand-motion-fast) var(--brand-ease-smooth)}@media(hover: hover)and (prefers-reduced-motion: no-preference){.theme-brand-phase1 .nav-desktop .desktop-list-subitems .nav-item .list-subitems .nav-item .nav-list-link:hover{opacity:1}}.theme-brand-phase1 .nav-desktop .desktop-list-subitems .nav-item .list-subitems .nav-item .list-subitems{margin-left:.35rem;padding-left:.5rem;border-left:1px solid rgba(0,0,0,.08)}.theme-brand-phase1 .head-main.head-colors .nav-desktop .desktop-list-subitems .nav-item .list-subitems .nav-item .list-subitems{border-left-color:rgba(255,255,255,.14)}.theme-brand-phase1 .nav-desktop .desktop-list-subitems .nav-item .list-subitems .nav-item .list-subitems .nav-list-link{font-size:.75rem;opacity:.78}.theme-brand-phase1 .modal-nav-hamburger .nav-list>.item-with-subitems>.nav-list-link{font-weight:600;letter-spacing:.08em}.theme-brand-phase1 .modal-nav-hamburger .list-subitems>.nav-item>.nav-list-link{font-size:var(--font-base);font-weight:400;padding-top:.85rem;padding-bottom:.85rem;line-height:1.45;border-bottom:1px solid rgba(0,0,0,.06)}.theme-brand-phase1 #nav-hamburger .nav-primary>.nav-list>.nav-item>.nav-list-link{letter-spacing:.08em;text-transform:uppercase;font-size:.875rem;font-weight:600;padding-top:1.15rem;padding-bottom:1.05rem;line-height:1.45}@media(min-width: 768px){.theme-brand-phase1 #nav-hamburger .nav-list-panel.list-subitems>.modal-body{display:grid;grid-template-columns:repeat(auto-fit, minmax(11.5rem, 1fr));gap:.25rem 1.75rem;padding:.5rem 1.25rem 2.25rem;align-items:start}.theme-brand-phase1 #nav-hamburger .nav-list-panel.list-subitems>.modal-body>.nav-item>.nav-list-link{display:block;font-size:.6875rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;margin-bottom:.35rem;padding-top:.85rem;padding-bottom:.35rem;border-bottom:1px solid rgba(0,0,0,.08)}.theme-brand-phase1 #nav-hamburger .nav-list-panel.list-subitems>.modal-body>.nav-item>.list-subitems{margin-top:.25rem}.theme-brand-phase1 #nav-hamburger .nav-list-panel .list-subitems .nav-item .list-subitems .nav-item .nav-list-link{font-size:.8125rem;font-weight:400;text-transform:none;letter-spacing:normal;padding:.22rem 0;border-bottom:none}}.theme-brand-phase1 .js-modal-overlay[data-modal-id="#nav-hamburger"]{background-color:rgba(0,0,0,.32);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);transition:opacity var(--brand-motion-base, 0.35s) var(--brand-ease-smooth, ease),backdrop-filter var(--brand-motion-base, 0.35s) ease}@media(max-width: 767.98px){.theme-brand-phase1 .modal.modal-left,.theme-brand-phase1 .modal.modal-right{width:min(88vw,30rem);max-width:calc(100% - .75rem)}.theme-brand-phase1 #nav-hamburger.modal.modal-left,.theme-brand-phase1 #nav-hamburger.modal.modal-right{width:min(73.92vw,25.2rem);max-width:calc(100% - 1rem)}}.theme-brand-phase1 #nav-hamburger,.theme-brand-phase1 #nav-hamburger .font-headings{font-family:var(--body-font)}.theme-brand-phase1 #nav-hamburger.modal-nav-hamburger .nav-list-link,.theme-brand-phase1 #nav-hamburger.modal-nav-hamburger .list-subitems .nav-list-link,.theme-brand-phase1 #nav-hamburger .nav-secondary,.theme-brand-phase1 #nav-hamburger .nav-secondary a,.theme-brand-phase1 #nav-hamburger .hamburger-footer,.theme-brand-phase1 #nav-hamburger .hamburger-footer a,.theme-brand-phase1 #nav-hamburger .modal-nav-hamburger .search-input,.theme-brand-phase1 #nav-hamburger .modal-nav-hamburger .search-btn{font-family:var(--body-font)}.theme-brand-phase1 #nav-hamburger .hamburger-footer{padding-top:1.35rem !important;padding-bottom:1.15rem !important;padding-left:1.25rem !important;padding-right:1.25rem !important}.theme-brand-phase1 #nav-hamburger .nav-secondary{padding-top:.85rem;padding-bottom:.75rem}.theme-brand-phase1 .brand-mobile-account-wrap{padding:.35rem .4rem .5rem}.theme-brand-phase1 .brand-mobile-account-cta{margin-top:.5rem;padding:.75rem .85rem .85rem;border-radius:var(--brand-ui-r-sm, 12px);border:1px solid rgba(255,255,255,.42);background:linear-gradient(165deg, rgba(255, 255, 255, 0.52) 0%, rgba(255, 255, 255, 0.28) 48%, rgba(255, 255, 255, 0.38) 100%);backdrop-filter:blur(16px) saturate(1.18);-webkit-backdrop-filter:blur(16px) saturate(1.18);box-shadow:0 1px 0 rgba(255,255,255,.72) inset,0 10px 36px rgba(0,0,0,.07)}.theme-brand-phase1 .brand-mobile-account-cta__hint{line-height:1.45;letter-spacing:.02em;max-width:26rem;margin-bottom:.65rem !important;font-size:.8rem}.theme-brand-phase1 .brand-mobile-account-cta__greeting{font-size:.95rem;letter-spacing:.04em}.theme-brand-phase1 .brand-mobile-account-cta__actions--row{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:stretch;gap:.45rem}.theme-brand-phase1 .brand-mobile-account-cta__actions--row .brand-mobile-account-cta__btn{flex:1 1 0;min-width:0;display:flex;align-items:center;justify-content:center;text-align:center}.theme-brand-phase1 .brand-mobile-account-cta__actions--stacked .brand-mobile-account-cta__btn{display:block;width:100%}.theme-brand-phase1 .brand-mobile-account-cta__btn{letter-spacing:.1em;font-size:.62rem;padding:.55rem .5rem;border-radius:var(--brand-ui-r-sm, 10px);border:1px solid rgba(0,0,0,0);transition:background .22s ease,color .22s ease,border-color .22s ease,transform .2s ease,box-shadow .22s ease}.theme-brand-phase1 .brand-mobile-account-cta__btn--primary{background:#0a0a0a;border-color:#0a0a0a;color:#fff;box-shadow:0 1px 0 rgba(255,255,255,.12) inset,0 8px 22px rgba(0,0,0,.12)}.theme-brand-phase1 .brand-mobile-account-cta__btn--primary:hover{color:#fff;background:#1a1a1a;border-color:#1a1a1a;transform:translateY(-1px);box-shadow:0 1px 0 rgba(255,255,255,.14) inset,0 12px 28px rgba(0,0,0,.16)}.theme-brand-phase1 .brand-mobile-account-cta__btn--secondary{background:rgba(255,255,255,.55);border-color:rgba(0,0,0,.18);color:#0a0a0a;box-shadow:0 1px 0 rgba(255,255,255,.55) inset}.theme-brand-phase1 .brand-mobile-account-cta__btn--secondary:hover{color:#0a0a0a;background:#fff;border-color:rgba(0,0,0,.45);transform:translateY(-1px)}.theme-brand-phase1 .brand-mobile-account-cta__link-muted{color:rgba(0,0,0,.48);letter-spacing:.08em;text-transform:uppercase;font-weight:600}.theme-brand-phase1 .brand-mobile-account-cta__link-muted:hover{color:rgba(0,0,0,.75)}.theme-brand-phase1 #nav-hamburger.brand-hamburger-drawer-modal.transition-soft{transition:left .42s cubic-bezier(0.22, 1, 0.36, 1),right .42s cubic-bezier(0.22, 1, 0.36, 1),opacity .3s ease,box-shadow .35s ease}.theme-brand-phase1 #nav-hamburger.brand-hamburger-drawer-modal .modal-scrollable-area{background:rgba(255,255,255,.48);backdrop-filter:blur(18px) saturate(1.15);-webkit-backdrop-filter:blur(18px) saturate(1.15);box-shadow:4px 0 24px rgba(0,0,0,.06)}.theme-brand-phase1 #nav-hamburger.brand-hamburger-drawer-modal .modal-body.brand-hamburger-drawer-body{padding-left:1.85rem;padding-right:1.85rem;padding-top:1.2rem;padding-bottom:2.75rem}.theme-brand-phase1 .brand-hamburger-drawer{--brand-hamburger-font: var(--body-font);font-family:var(--brand-hamburger-font)}.theme-brand-phase1 .brand-hamburger-drawer .btn{font-family:inherit}.theme-brand-phase1 .brand-hamburger-drawer__head.row{margin-bottom:1.75rem}.theme-brand-phase1 .brand-hamburger-drawer__close{color:inherit;text-decoration:none;font-weight:600;letter-spacing:.08em;text-transform:uppercase;font-size:.72rem;font-family:var(--brand-hamburger-font);transition:opacity .2s ease,transform .2s ease}.theme-brand-phase1 .brand-hamburger-drawer__close:hover,.theme-brand-phase1 .brand-hamburger-drawer__close:focus{color:inherit;text-decoration:none;opacity:.72}.theme-brand-phase1 .brand-hamburger-drawer__featured{margin-bottom:3rem}.theme-brand-phase1 .brand-hamburger-drawer__featured-item{margin-bottom:1.35rem}.theme-brand-phase1 .brand-hamburger-drawer__featured-item:last-child{margin-bottom:0}.theme-brand-phase1 .brand-hamburger-drawer__middle--spaced{margin-bottom:2.65rem}.theme-brand-phase1 .brand-hamburger-drawer__featured-link{font-family:var(--brand-hamburger-font);color:inherit;text-decoration:none;letter-spacing:.14em;font-size:clamp(.82rem,2.9vw,1rem);font-weight:600;line-height:1.55;padding:.35rem 0;display:inline-block;transition:opacity .2s ease,letter-spacing .25s ease}.theme-brand-phase1 .brand-hamburger-drawer__featured-link:hover{color:inherit;text-decoration:none;opacity:.75;letter-spacing:.14em}.theme-brand-phase1 .brand-hamburger-drawer__panels{margin-bottom:2.85rem}.theme-brand-phase1 .brand-hamburger-drawer__tabs{display:flex;flex-wrap:wrap;gap:.85rem;margin-bottom:2.35rem}.theme-brand-phase1 .brand-hamburger-drawer__tab{border-radius:999px;border:1px solid rgba(0,0,0,.78);background:linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(245, 245, 245, 0.55) 100%);color:inherit;padding:.62rem 1.35rem;letter-spacing:.1em;font-weight:600;text-transform:uppercase;font-size:.68rem;font-family:var(--brand-hamburger-font);box-shadow:0 1px 0 rgba(255,255,255,.65) inset,0 6px 18px rgba(0,0,0,.05);transition:background .26s ease,color .26s ease,border-color .26s ease,transform .22s ease,box-shadow .26s ease}.theme-brand-phase1 .brand-hamburger-drawer__tab:hover:not(.is-active){transform:translateY(-2px);box-shadow:0 1px 0 rgba(255,255,255,.75) inset,0 10px 22px rgba(0,0,0,.07)}.theme-brand-phase1 .brand-hamburger-drawer__tab.is-active{background:linear-gradient(145deg, #1a1a1a 0%, #000 55%, #2a2a2a 100%);color:#fff;border-color:#000;box-shadow:0 1px 0 rgba(255,255,255,.12) inset,0 10px 26px rgba(0,0,0,.22)}.theme-brand-phase1 .brand-hamburger-drawer__branch-head{display:flex;align-items:center;justify-content:flex-start;gap:.45rem;padding:1.05rem 0;border-bottom:1px solid rgba(0,0,0,.07)}.theme-brand-phase1 .brand-hamburger-drawer__branch-title{flex:0 1 auto;max-width:calc(100% - 2.85rem);margin:0;font-family:var(--brand-hamburger-font);font-size:.8rem;font-weight:600;letter-spacing:.13em;text-transform:uppercase;text-decoration:none;color:inherit;line-height:1.4;transition:opacity .2s ease}.theme-brand-phase1 .brand-hamburger-drawer__branch-title:hover{color:inherit;text-decoration:none;opacity:.78}.theme-brand-phase1 .brand-hamburger-drawer__sublist--depth-1 .brand-hamburger-drawer__branch-head{padding:.85rem 0 .85rem .5rem}.theme-brand-phase1 .brand-hamburger-drawer__sublist--depth-1 .brand-hamburger-drawer__branch-title{font-size:.74rem;letter-spacing:.1em}.theme-brand-phase1 .brand-hamburger-drawer__branch-toggle{flex:0 0 auto;width:auto;height:auto;min-width:1.35rem;min-height:1.35rem;padding:.15rem .25rem;margin:0 0 0 .2rem;border:none;border-radius:0;background:rgba(0,0,0,0);box-shadow:none;color:inherit;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;-webkit-tap-highlight-color:rgba(0,0,0,0);transition:opacity .2s ease,transform .28s cubic-bezier(0.22, 1, 0.36, 1)}.theme-brand-phase1 .brand-hamburger-drawer__branch-toggle:hover,.theme-brand-phase1 .brand-hamburger-drawer__branch-toggle:focus{outline:none;background:rgba(0,0,0,0);opacity:.72}.theme-brand-phase1 .brand-hamburger-drawer__branch-toggle:focus-visible{outline:2px solid rgba(0,0,0,.35);outline-offset:3px}.theme-brand-phase1 .brand-hamburger-drawer__branch-icon{display:inline-block;font-size:1.35rem;font-weight:300;line-height:1;transition:transform .3s cubic-bezier(0.22, 1, 0.36, 1)}.theme-brand-phase1 .brand-hamburger-drawer__branch.is-open .brand-hamburger-drawer__branch-icon{transform:rotate(45deg)}.theme-brand-phase1 .brand-hamburger-drawer__accordion-panel[hidden]{display:none}.theme-brand-phase1 .brand-hamburger-drawer__accordion-panel:not([hidden]){display:block}.theme-brand-phase1 .brand-hamburger-drawer__accordion-panel-inner{overflow:hidden}.theme-brand-phase1 .brand-hamburger-drawer__branch.is-open .brand-hamburger-drawer__accordion-panel-inner{animation:brand-hamburger-acc-in .34s cubic-bezier(0.22, 1, 0.36, 1) both}@keyframes brand-hamburger-acc-in{from{opacity:0;transform:translateY(-0.35rem)}to{opacity:1;transform:translateY(0)}}.theme-brand-phase1 .brand-hamburger-drawer__sublink{display:block;color:inherit;text-decoration:none;padding:.72rem 0;line-height:1.45;border-bottom:1px solid rgba(0,0,0,.055);transition:opacity .2s ease,padding-left .2s ease}.theme-brand-phase1 .brand-hamburger-drawer__sublink:hover{color:inherit;text-decoration:none;opacity:.82;padding-left:.15rem}.theme-brand-phase1 .brand-hamburger-drawer__sublink--root-leaf{font-family:var(--brand-hamburger-font);text-transform:uppercase;letter-spacing:.12em;font-size:.8rem;font-weight:500}.theme-brand-phase1 .brand-hamburger-drawer__sublist--depth-1 .brand-hamburger-drawer__sublink{border-bottom:none;padding:.62rem 0 .62rem .95rem;opacity:.92;font-weight:400;text-transform:none;letter-spacing:.02em}.theme-brand-phase1 .brand-hamburger-drawer__pills-section{margin-top:.35rem;padding-top:.5rem}.theme-brand-phase1 .brand-hamburger-drawer__pills-heading{font-family:var(--brand-hamburger-font);font-size:.82rem;letter-spacing:.16em;font-weight:600;margin-bottom:1.45rem !important}.theme-brand-phase1 .brand-hamburger-drawer__pills-grid{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:1rem 1.15rem}.theme-brand-phase1 .brand-hamburger-drawer__pill{display:flex;align-items:center;gap:.85rem;min-height:3.35rem;padding:.68rem 1rem;border-radius:0;border:1px solid rgba(0,0,0,.14);background:linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(236, 236, 236, 0.72) 42%, rgba(250, 250, 250, 0.88) 100%);color:inherit;text-decoration:none;font-size:.76rem;font-weight:500;letter-spacing:.06em;box-shadow:0 1px 0 rgba(255,255,255,.85) inset,0 8px 22px rgba(0,0,0,.06);transition:background .24s ease,color .24s ease,border-color .24s ease,transform .22s ease,box-shadow .24s ease}.theme-brand-phase1 .brand-hamburger-drawer__pill:hover{color:#0a0a0a;background:linear-gradient(135deg, #fff 0%, #f0f0f0 45%, #e4e4e4 100%);border-color:rgba(0,0,0,.55);text-decoration:none;transform:translateY(-2px);box-shadow:0 1px 0 rgba(255,255,255,.9) inset,0 14px 28px rgba(0,0,0,.1)}.theme-brand-phase1 .brand-hamburger-drawer__pill-thumb{flex:0 0 auto;width:2.4rem;height:2.4rem;border-radius:0;overflow:hidden;background:linear-gradient(145deg, rgba(0, 0, 0, 0.08) 0%, rgba(255, 255, 255, 0.35) 100%);box-shadow:0 0 0 1px rgba(0,0,0,.1),inset 0 0 0 1px rgba(255,255,255,.35)}.theme-brand-phase1 .brand-hamburger-drawer__pill-img{width:100%;height:100%;object-fit:cover}.theme-brand-phase1 .brand-hamburger-drawer__pill-label{text-align:left;line-height:1.35;font-family:var(--brand-hamburger-font);text-transform:none;letter-spacing:.04em}.theme-brand-phase1 .brand-hamburger-drawer__footer-link{color:inherit;text-decoration:underline;text-underline-offset:.15em;transition:opacity .2s ease}.theme-brand-phase1 .brand-hamburger-drawer__footer-link:hover{opacity:.75}.theme-brand-phase1 .brand-hamburger-drawer__middle a{color:inherit}@media(prefers-reduced-motion: reduce){.theme-brand-phase1 #nav-hamburger.brand-hamburger-drawer-modal.transition-soft,.theme-brand-phase1 .brand-hamburger-drawer__tab,.theme-brand-phase1 .brand-hamburger-drawer__pill,.theme-brand-phase1 .brand-hamburger-drawer__branch-toggle,.theme-brand-phase1 .brand-hamburger-drawer__branch-icon{transition:none}.theme-brand-phase1 .brand-hamburger-drawer__branch.is-open .brand-hamburger-drawer__accordion-panel-inner{animation:none}.theme-brand-phase1 .brand-hamburger-drawer__tab:hover:not(.is-active){transform:none}.theme-brand-phase1 .brand-hamburger-drawer__pill:hover{transform:none}}.theme-brand-phase1 .head-main .search-form .form-control,.theme-brand-phase1 .head-main .search-form input[type=search],.theme-brand-phase1 .head-main .search-form input[type=text]{border-radius:0;border:none;border-bottom:1px solid var(--header-foreground, var(--main-foreground));background:rgba(0,0,0,0);padding-left:.15rem;padding-right:.15rem}.theme-brand-phase1 .head-main.head-colors .search-form .form-control,.theme-brand-phase1 .head-main.head-colors .search-form input[type=search],.theme-brand-phase1 .head-main.head-colors .search-form input[type=text]{border-bottom-color:var(--header-foreground)}.theme-brand-phase1 .head-main .col-utility{padding-left:.4rem;padding-right:.4rem}.theme-brand-phase1 .modal-nav-hamburger .nav-list>.nav-item>.nav-list-link{font-size:var(--font-big);letter-spacing:.05em;text-transform:uppercase;padding-top:12px;padding-bottom:10px}.theme-brand-phase1 .modal-nav-hamburger .list-subitems .nav-list-link{text-transform:none;letter-spacing:normal}.theme-brand-phase1 .nav-desktop .nav-desktop-list>.nav-item-desktop>.nav-item-container>.nav-list-link:focus-visible,.theme-brand-phase1 .nav-desktop .nav-desktop-list>.nav-item-desktop.item-with-subitems>.nav-item-container>.nav-list-link:focus-visible,.theme-brand-phase1 .nav-desktop .nav-desktop-list>.nav-item-desktop:not(.item-with-subitems)>.nav-list-link:focus-visible{outline:2px solid var(--accent-color);outline-offset:3px;opacity:1}.theme-brand-phase1 .modal-nav-hamburger .nav-list>.nav-item>.nav-list-link:focus-visible,.theme-brand-phase1 .modal-nav-hamburger .list-subitems .nav-list-link:focus-visible{outline:2px solid var(--accent-color);outline-offset:2px}.theme-brand-phase1 .head-main .search-form .form-control:focus-visible,.theme-brand-phase1 .head-main .search-form input[type=search]:focus-visible,.theme-brand-phase1 .head-main .search-form input[type=text]:focus-visible{outline:2px solid var(--accent-color);outline-offset:2px}.theme-brand-phase1 .head-main .col-utility a:focus-visible{outline:2px solid var(--accent-color);outline-offset:3px;border-radius:2px}.theme-brand-phase1 #main-content{padding-bottom:2.5rem}@media(min-width: 768px){.theme-brand-phase1 #main-content{padding-bottom:3.25rem}}.theme-brand-phase1.template-home .section-home:not(.section-slider-home){padding-top:calc(var(--section-distance)*1.2);padding-bottom:calc(var(--section-distance)*1.2)}.theme-brand-phase1.template-home .section-slider-home+.section-home:not(.section-slider-home){padding-top:calc(var(--section-distance)*.85)}.theme-brand-phase1.template-home .section-slider-home .section-slider{border-radius:0;overflow:hidden;box-shadow:none}.theme-brand-phase1.template-home .section-featured-home .section-title{letter-spacing:.08em;text-transform:uppercase;font-weight:500;font-size:.8125rem}@media(min-width: 768px){.theme-brand-phase1.template-home .section-featured-home .section-title{font-size:.75rem}}.theme-brand-phase1.template-home .section-slider-home .section-slider .swiper-text>.mb-1,.theme-brand-phase1.template-home .section-slider-home .section-slider .swiper-text>.mb-md-2{letter-spacing:.14em;text-transform:uppercase;font-size:.625rem;opacity:.9}.theme-brand-phase1.template-home .section-slider-home .section-slider .swiper-text h2{letter-spacing:.03em;font-weight:500}.theme-brand-phase1.template-home .section-slider-home .section-slider .swiper-text .btn-link{letter-spacing:.1em;text-transform:uppercase;font-size:.6875rem;font-weight:500}.theme-brand-phase1.template-home .section-newsletter-home h2{letter-spacing:.06em;text-transform:uppercase;font-weight:500}.theme-brand-phase1.template-home .section-instafeed-home .section-title,.theme-brand-phase1.template-home .section-instafeed-home h2.section-title{letter-spacing:.06em;text-transform:uppercase;font-weight:500}.theme-brand-phase1.template-home .section-banners-home .section-title{letter-spacing:.06em;text-transform:uppercase;font-weight:500}.theme-brand-phase1.template-home .item-name{font-weight:400;letter-spacing:.03em;font-size:.8125rem}@media(min-width: 768px){.theme-brand-phase1.template-home .item-name{font-size:.875rem}}.theme-brand-phase1.template-home .item-price,.theme-brand-phase1.template-home .item-price-container .item-price{letter-spacing:.04em;font-size:.8125rem}.theme-brand-phase1.template-home .item-description{padding-top:.85rem}.theme-brand-phase1.template-home .section-featured-home .row-grid .item-product,.theme-brand-phase1.template-home .section-home .row-grid .item-product{margin-bottom:var(--brand-grid-item-mb-mobile)}@media(min-width: 768px){.theme-brand-phase1.template-home .section-featured-home .row-grid .item-product,.theme-brand-phase1.template-home .section-home .row-grid .item-product{margin-bottom:var(--brand-grid-item-mb-desktop)}}.theme-brand-phase1.template-category .page-header h1,.theme-brand-phase1.template-search .page-header h1{letter-spacing:.06em;text-transform:uppercase;font-weight:500;font-size:clamp(1.1rem,2.5vw,1.35rem)}.theme-brand-phase1.template-search .container-fluid>h2.font-body{letter-spacing:.04em;font-weight:400;font-size:var(--font-big)}.theme-brand-phase1.template-category .item-name,.theme-brand-phase1.template-search .item-name{font-weight:400;letter-spacing:.03em;font-size:.8125rem}@media(min-width: 768px){.theme-brand-phase1.template-category .item-name,.theme-brand-phase1.template-search .item-name{font-size:.875rem}}.theme-brand-phase1.template-category .item-price,.theme-brand-phase1.template-category .item-price-container .item-price,.theme-brand-phase1.template-search .item-price,.theme-brand-phase1.template-search .item-price-container .item-price{letter-spacing:.04em;font-size:.8125rem}.theme-brand-phase1.template-category .item-description,.theme-brand-phase1.template-search .item-description{padding-top:.85rem}.theme-brand-phase1.template-category .js-product-table.row-grid .item-product,.theme-brand-phase1.template-search .js-product-table.row-grid .item-product{margin-bottom:var(--brand-grid-item-mb-mobile)}@media(min-width: 768px){.theme-brand-phase1.template-category .js-product-table.row-grid .item-product,.theme-brand-phase1.template-search .js-product-table.row-grid .item-product{margin-bottom:var(--brand-grid-item-mb-desktop)}}.theme-brand-phase1.template-category .category-controls,.theme-brand-phase1.template-search .category-controls{border-bottom:1px solid rgba(0,0,0,.06);padding-top:.35rem;padding-bottom:.85rem;margin-bottom:.35rem}.theme-brand-phase1.template-category .category-controls .btn-link,.theme-brand-phase1.template-search .category-controls .btn-link,.theme-brand-phase1.template-category .category-controls .js-modal-open,.theme-brand-phase1.template-search .category-controls .js-modal-open{color:var(--main-foreground)}@media(min-width: 768px){.theme-brand-phase1.template-category .category-controls--toolbar-inline-md,.theme-brand-phase1.template-search .category-controls--toolbar-inline-md{margin-bottom:0;border-bottom:0}.theme-brand-phase1.template-category .category-controls--toolbar-inline-md .category-controls-row,.theme-brand-phase1.template-search .category-controls--toolbar-inline-md .category-controls-row{padding-top:0;padding-bottom:0}}.theme-brand-phase1 .catalog-nav-strip{width:100%}.theme-brand-phase1 .catalog-nav-strip__inner{display:flex;flex-wrap:nowrap;align-items:center;justify-content:center;gap:.85rem 1.35rem;max-width:100%;margin-left:auto;margin-right:auto;padding:.35rem 0 .5rem;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.theme-brand-phase1 .catalog-nav-strip__inner::-webkit-scrollbar{display:none}.theme-brand-phase1 .catalog-nav-strip__inner .breadcrumbs{flex:0 0 auto;margin-bottom:0 !important;white-space:nowrap}.theme-brand-phase1 .catalog-nav-strip__title{flex:0 1 auto;font-size:.9375rem;font-weight:500;letter-spacing:.03em;line-height:1.2;max-width:min(46vw,11rem);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(min-width: 768px){.theme-brand-phase1 .catalog-nav-strip__title{max-width:16rem}}.theme-brand-phase1 .user-product-grid-toolbar--nav-strip{flex:0 0 auto;margin:0;padding:.28rem .55rem;border:1px solid var(--brand-glass-carbon-border);border-radius:var(--brand-catalog-chrome-r, 14px);background:var(--brand-glass-carbon-bg);backdrop-filter:var(--brand-glass-carbon-blur);-webkit-backdrop-filter:var(--brand-glass-carbon-blur);box-shadow:var(--brand-glass-carbon-shadow),var(--brand-glass-carbon-inset);color:var(--brand-glass-carbon-text);gap:.45rem}.theme-brand-phase1 .user-product-grid-toolbar--nav-strip .user-product-grid-toolbar__strip-label{flex:0 0 auto;font-size:.65rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--brand-glass-carbon-text-muted);line-height:1;padding-right:.1rem}.theme-brand-phase1 .user-product-grid-toolbar--nav-strip .user-grid-density-btn{min-width:34px;min-height:34px;border-radius:var(--brand-catalog-chrome-r, 14px);border-color:var(--brand-glass-carbon-border);background:rgba(255,255,255,.06);color:var(--brand-glass-carbon-text)}.theme-brand-phase1 .user-product-grid-toolbar--nav-strip .user-grid-density-btn.active{background:var(--brand-glass-carbon-cta-bg);color:var(--brand-glass-carbon-cta-fg);border-color:rgba(0,0,0,0)}.theme-brand-phase1 .user-product-grid-toolbar--nav-strip .user-product-grid-toolbar__reset--icon{color:var(--brand-glass-carbon-text-muted)}@media(min-width: 768px){.theme-brand-phase1 .user-product-grid-toolbar--nav-strip .user-grid-density-btn{min-width:36px;min-height:36px}}.theme-brand-phase1.template-category #nav-filters.modal,.theme-brand-phase1.template-search #nav-filters.modal,.theme-brand-phase1.template-category #sort-by.modal,.theme-brand-phase1.template-search #sort-by.modal{background:var(--brand-glass-carbon-bg) !important;color:var(--brand-glass-carbon-text);fill:var(--brand-glass-carbon-text);border:1px solid var(--brand-glass-carbon-border);box-shadow:var(--brand-glass-carbon-shadow),var(--brand-glass-carbon-inset);backdrop-filter:var(--brand-glass-carbon-blur-strong);-webkit-backdrop-filter:var(--brand-glass-carbon-blur-strong)}.theme-brand-phase1.template-category #nav-filters .modal-scrollable-area,.theme-brand-phase1.template-search #nav-filters .modal-scrollable-area,.theme-brand-phase1.template-category #sort-by .modal-scrollable-area,.theme-brand-phase1.template-search #sort-by .modal-scrollable-area{background:rgba(0,0,0,0) !important}.theme-brand-phase1.template-category .js-modal-overlay[data-modal-id="#nav-filters"],.theme-brand-phase1.template-search .js-modal-overlay[data-modal-id="#nav-filters"],.theme-brand-phase1.template-category .js-modal-overlay[data-modal-id="#sort-by"],.theme-brand-phase1.template-search .js-modal-overlay[data-modal-id="#sort-by"]{background:linear-gradient(160deg, rgba(255, 255, 255, 0.08) 0%, transparent 45%),rgba(10,10,12,.42) !important;backdrop-filter:blur(16px) saturate(1.18);-webkit-backdrop-filter:blur(16px) saturate(1.18)}[data-color-scheme=dark] .theme-brand-phase1.template-category .js-modal-overlay[data-modal-id="#nav-filters"],[data-color-scheme=dark] .theme-brand-phase1.template-search .js-modal-overlay[data-modal-id="#nav-filters"],[data-color-scheme=dark] .theme-brand-phase1.template-category .js-modal-overlay[data-modal-id="#sort-by"],[data-color-scheme=dark] .theme-brand-phase1.template-search .js-modal-overlay[data-modal-id="#sort-by"]{background:linear-gradient(160deg, rgba(255, 255, 255, 0.05) 0%, transparent 50%),rgba(0,0,0,.55) !important}.theme-brand-phase1.template-category #nav-filters .modal-close .svg-icon-text,.theme-brand-phase1.template-search #nav-filters .modal-close .svg-icon-text,.theme-brand-phase1.template-category #sort-by .modal-close .svg-icon-text,.theme-brand-phase1.template-search #sort-by .modal-close .svg-icon-text{fill:var(--brand-glass-carbon-text)}@media(min-width: 768px){.theme-brand-phase1.template-category #nav-filters.modal.modal-right-md,.theme-brand-phase1.template-search #nav-filters.modal.modal-right-md{border-radius:var(--brand-catalog-chrome-r, 14px) 0 0 var(--brand-catalog-chrome-r, 14px);overflow:hidden}.theme-brand-phase1.template-category #sort-by.modal.modal-bottom-sheet,.theme-brand-phase1.template-search #sort-by.modal.modal-bottom-sheet{border-radius:var(--brand-catalog-chrome-r, 14px) var(--brand-catalog-chrome-r, 14px) 0 0;overflow:hidden}}.theme-brand-phase1.template-category #sort-by .modal-header,.theme-brand-phase1.template-search #sort-by .modal-header,.theme-brand-phase1.template-category #nav-filters .modal-header,.theme-brand-phase1.template-search #nav-filters .modal-header{background:linear-gradient(180deg, rgba(0, 0, 0, 0.14) 0%, rgba(0, 0, 0, 0.05) 100%);border-bottom:1px solid var(--brand-glass-carbon-border-soft);color:var(--brand-glass-carbon-text);backdrop-filter:blur(12px) saturate(1.12);-webkit-backdrop-filter:blur(12px) saturate(1.12)}.theme-brand-phase1.template-category #sort-by .modal-body,.theme-brand-phase1.template-search #sort-by .modal-body,.theme-brand-phase1.template-category #nav-filters .modal-body,.theme-brand-phase1.template-search #nav-filters .modal-body{background:rgba(0,0,0,0) !important;color:var(--brand-glass-carbon-text);padding-bottom:max(1.25rem,env(safe-area-inset-bottom, 0px))}.theme-brand-phase1.template-category #nav-filters .filter-accordion .accordion-title,.theme-brand-phase1.template-search #nav-filters .filter-accordion .accordion-title,.theme-brand-phase1.template-category #nav-filters .filter-accordion .js-accordion-title,.theme-brand-phase1.template-search #nav-filters .filter-accordion .js-accordion-title,.theme-brand-phase1.template-category #sort-by .filter-accordion .accordion-title,.theme-brand-phase1.template-search #sort-by .filter-accordion .accordion-title{letter-spacing:.07em;text-transform:uppercase;font-size:.8125rem;font-weight:500;color:var(--brand-glass-carbon-text);min-height:3rem;padding-top:.65rem;padding-bottom:.65rem;align-items:center}.theme-brand-phase1.template-category #nav-filters .filter-accordion:not(.filter-accordion--catalog-sort) .js-accordion-title h1,.theme-brand-phase1.template-search #nav-filters .filter-accordion:not(.filter-accordion--catalog-sort) .js-accordion-title h1,.theme-brand-phase1.template-category #sort-by .filter-accordion:not(.filter-accordion--catalog-sort) .js-accordion-title h1,.theme-brand-phase1.template-search #sort-by .filter-accordion:not(.filter-accordion--catalog-sort) .js-accordion-title h1{margin:0 !important;color:var(--brand-glass-carbon-text-muted) !important;font-size:.75rem !important;font-weight:600 !important;line-height:1.25 !important;letter-spacing:.08em !important}.theme-brand-phase1.template-category #nav-filters .filter-accordion--catalog-sort .js-accordion-title h1,.theme-brand-phase1.template-search #nav-filters .filter-accordion--catalog-sort .js-accordion-title h1,.theme-brand-phase1.template-category #sort-by .filter-accordion--catalog-sort .js-accordion-title h1,.theme-brand-phase1.template-search #sort-by .filter-accordion--catalog-sort .js-accordion-title h1{margin:0 !important;color:var(--brand-glass-carbon-text) !important;font-size:.9375rem !important;font-weight:700 !important;line-height:1.2 !important;letter-spacing:.06em !important}.theme-brand-phase1.template-category #sort-by .filter-accordion--catalog-sort>h1.font-huge,.theme-brand-phase1.template-search #sort-by .filter-accordion--catalog-sort>h1.font-huge{color:var(--brand-glass-carbon-text) !important;font-size:.9375rem !important;font-weight:700 !important;line-height:1.25 !important;letter-spacing:.06em !important}.theme-brand-phase1.template-category #nav-filters .filter-accordion--catalog-sort .js-accordion-title,.theme-brand-phase1.template-search #nav-filters .filter-accordion--catalog-sort .js-accordion-title,.theme-brand-phase1.template-category #sort-by .filter-accordion--catalog-sort .js-accordion-title,.theme-brand-phase1.template-search #sort-by .filter-accordion--catalog-sort .js-accordion-title{min-height:3.25rem}.theme-brand-phase1.template-category #nav-filters .filter-accordion .js-accordion-title:focus-visible,.theme-brand-phase1.template-search #nav-filters .filter-accordion .js-accordion-title:focus-visible,.theme-brand-phase1.template-category #sort-by .filter-accordion .js-accordion-title:focus-visible,.theme-brand-phase1.template-search #sort-by .filter-accordion .js-accordion-title:focus-visible{outline:2px solid rgba(252,252,254,.65);outline-offset:3px}.theme-brand-phase1.template-category #nav-filters .list_link,.theme-brand-phase1.template-search #nav-filters .list_link,.theme-brand-phase1.template-category #sort-by .list_link,.theme-brand-phase1.template-search #sort-by .list_link{color:var(--brand-glass-carbon-text) !important}.theme-brand-phase1.template-category #nav-filters .list_link:hover,.theme-brand-phase1.template-search #nav-filters .list_link:hover,.theme-brand-phase1.template-category #sort-by .list_link:hover,.theme-brand-phase1.template-search #sort-by .list_link:hover{color:#fcfcfe !important;text-decoration:underline}.theme-brand-phase1.template-category #nav-filters .filters-updating-message,.theme-brand-phase1.template-search #nav-filters .filters-updating-message{letter-spacing:.04em;color:var(--brand-glass-carbon-text)}.theme-brand-phase1.template-category #nav-filters .radio-button-label,.theme-brand-phase1.template-search #nav-filters .radio-button-label,.theme-brand-phase1.template-category #sort-by .radio-button-label,.theme-brand-phase1.template-search #sort-by .radio-button-label{border-radius:var(--brand-catalog-chrome-r, 14px) !important;border-color:var(--brand-glass-carbon-border) !important;background:rgba(255,255,255,.06) !important;color:var(--brand-glass-carbon-text) !important}.theme-brand-phase1.template-category #nav-filters .radio-button-item:has(input:checked) .radio-button-label,.theme-brand-phase1.template-search #nav-filters .radio-button-item:has(input:checked) .radio-button-label,.theme-brand-phase1.template-category #sort-by .radio-button-item:has(input:checked) .radio-button-label,.theme-brand-phase1.template-search #sort-by .radio-button-item:has(input:checked) .radio-button-label{background:var(--brand-glass-carbon-cta-bg) !important;color:var(--brand-glass-carbon-cta-fg) !important;border-color:rgba(0,0,0,0) !important;box-shadow:0 0 0 2px rgba(0,0,0,.35),0 0 0 4px rgba(252,252,254,.55) !important}.theme-brand-phase1.template-category #nav-filters .chip,.theme-brand-phase1.template-search #nav-filters .chip{border-radius:var(--brand-catalog-chrome-r, 14px);border-color:var(--brand-glass-carbon-border);background:rgba(255,255,255,.08);color:var(--brand-glass-carbon-text)}.theme-brand-phase1.template-category #nav-filters .btn-link,.theme-brand-phase1.template-search #nav-filters .btn-link,.theme-brand-phase1.template-category #sort-by .btn-link,.theme-brand-phase1.template-search #sort-by .btn-link{color:var(--brand-glass-carbon-text-muted)}@media(max-width: 767px){.theme-brand-phase1.template-category #sort-by.modal-bottom-sheet .modal-body,.theme-brand-phase1.template-search #sort-by.modal-bottom-sheet .modal-body{padding-top:.25rem}}.template-product .js-price-container .js-price-without-taxes-container,.theme-brand-phase1.template-product .pdp-price-without-taxes-subtle,.theme-brand-phase1.template-product .js-price-without-taxes-wrap{font-size:.72rem !important;line-height:1.35 !important;font-weight:400 !important;opacity:.48 !important;letter-spacing:.01em}.template-product .js-price-container .js-price-without-taxes-container strong,.template-product .js-price-container .js-price-without-taxes-container .font-weight-bold,.theme-brand-phase1.template-product .pdp-price-without-taxes-subtle strong,.theme-brand-phase1.template-product .pdp-price-without-taxes-subtle .font-weight-bold,.theme-brand-phase1.template-product .js-price-without-taxes-wrap strong,.theme-brand-phase1.template-product .js-price-without-taxes-wrap .font-weight-bold{font-weight:400 !important}.template-product .pdp-gallery-visual--pdp-one-up .js-swiper-product-pagination.swiper-pagination{display:none !important}.theme-brand-phase1.template-product .pdp-app--visual #pdp-visual-tabs,.theme-brand-phase1.template-product .pdp-app--visual #pdp-zone-shipping{scroll-margin-top:calc(4.25rem + env(safe-area-inset-top, 0px))}.theme-brand-phase1.template-product .pdp-app--visual .pdp-gallery-visual{position:relative;padding:0;display:flex;flex-direction:column;align-items:stretch;gap:.75rem}.theme-brand-phase1.template-product .pdp-app--visual .pdp-gallery-main-col{order:1;min-width:0;flex:1 1 auto}.theme-brand-phase1.template-product .pdp-app--visual .pdp-gallery-main-col .pdp-gallery-swiper{background:color-mix(in srgb, var(--main-foreground) 3%, var(--main-background));border:1px solid color-mix(in srgb, var(--main-foreground) 8%, transparent);width:100%;max-width:none;margin-inline:0}.theme-brand-phase1.template-product .pdp-app--visual .pdp-gallery-swiper .js-product-slide-link{--pdp-hero-h: min(82vh, calc(100vh - 10.5rem));position:relative;display:block;margin-inline:auto;height:var(--pdp-hero-h);max-height:min(82vh,100vh - 10.5rem);width:min(100%,var(--pdp-hero-h)*.75);max-width:min(100%,34rem);padding-bottom:0 !important;overflow:hidden}@supports(height: 100dvh){.theme-brand-phase1.template-product .pdp-app--visual .pdp-gallery-swiper .js-product-slide-link{--pdp-hero-h: min(82vh, calc(100dvh - 10.5rem));height:var(--pdp-hero-h);max-height:min(82vh,100dvh - 10.5rem);width:min(100%,var(--pdp-hero-h)*.75)}}.theme-brand-phase1.template-product .pdp-app--visual .pdp-gallery-swiper .product-slider-image{object-fit:cover;object-position:center center}.theme-brand-phase1.template-product .pdp-app--visual .pdp-gallery-visual:has(.pdp-thumbs) .js-swiper-product-pagination.swiper-pagination,.theme-brand-phase1.template-product .pdp-app--visual .pdp-gallery-visual:has(.pdp-thumbs) .swiper-buttons{display:none !important}@media(min-width: 768px){.theme-brand-phase1.template-product .pdp-app--visual .pdp-gallery-swiper .swiper-slide.product-slide{width:100% !important;max-width:100%}.theme-brand-phase1.template-product .pdp-app--visual .pdp-gallery-swiper .js-product-slide-link{--pdp-hero-h: min(84vh, calc(100vh - 11rem));height:var(--pdp-hero-h);max-height:min(84vh,100vh - 11rem);width:min(100%,var(--pdp-hero-h)*.75);max-width:min(100%,36rem)}@supports(height: 100dvh){.theme-brand-phase1.template-product .pdp-app--visual .pdp-gallery-swiper .js-product-slide-link{--pdp-hero-h: min(84vh, calc(100dvh - 11rem));height:var(--pdp-hero-h);max-height:min(84vh,100dvh - 11rem);width:min(100%,var(--pdp-hero-h)*.75)}}}.theme-brand-phase1.template-product .pdp-app--visual .pdp-gallery-visual::before{display:none}.theme-brand-phase1.template-product .pdp-app--visual .pdp-thumbs{order:2;display:flex;flex-wrap:nowrap;gap:.45rem;margin-top:0;padding:.15rem 0 .25rem;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scroll-snap-type:x proximity}.theme-brand-phase1.template-product .pdp-app--visual .pdp-thumb{flex:0 0 auto;padding:0;border:1px solid color-mix(in srgb, var(--main-foreground) 12%, transparent);border-radius:0;background:var(--main-background);cursor:pointer;transition:border-color .15s ease,opacity .15s ease;scroll-snap-align:start}.theme-brand-phase1.template-product .pdp-app--visual .pdp-thumb__crop{display:block;width:3.75rem;height:3.75rem;overflow:hidden;background:color-mix(in srgb, var(--main-foreground) 4%, var(--main-background))}.theme-brand-phase1.template-product .pdp-app--visual .pdp-thumb__img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.theme-brand-phase1.template-product .pdp-app--visual .pdp-thumb:hover{opacity:.85}.theme-brand-phase1.template-product .pdp-app--visual .pdp-thumb.is-active{border-color:var(--main-foreground);opacity:1}.theme-brand-phase1.template-product .pdp-app--visual .pdp-thumb:focus-visible{outline:2px solid var(--accent-color);outline-offset:2px}@media(min-width: 992px){.theme-brand-phase1.template-product .pdp-app--visual .pdp-app-layout{grid-template-columns:minmax(240px, min(36rem, 1.12fr)) minmax(260px, min(22rem, 1fr));column-gap:2rem}.theme-brand-phase1.template-product .pdp-app--visual .pdp-gallery-swiper .js-product-slide-link{--pdp-hero-h: min(86vh, calc(100vh - 11.5rem));height:var(--pdp-hero-h);max-height:min(86vh,100vh - 11.5rem);width:min(100%,var(--pdp-hero-h)*.75);max-width:min(100%,38rem)}@supports(height: 100dvh){.theme-brand-phase1.template-product .pdp-app--visual .pdp-gallery-swiper .js-product-slide-link{--pdp-hero-h: min(86vh, calc(100dvh - 11.5rem));height:var(--pdp-hero-h);max-height:min(86vh,100dvh - 11.5rem);width:min(100%,var(--pdp-hero-h)*.75)}}.theme-brand-phase1.template-product .pdp-app--visual .pdp-gallery-visual:not(.pdp-gallery-visual--grid-md){flex-direction:row;align-items:flex-start;gap:.75rem}.theme-brand-phase1.template-product .pdp-app--visual .pdp-gallery-visual:not(.pdp-gallery-visual--grid-md) .pdp-thumbs{order:0;flex-direction:column;flex-wrap:nowrap;width:5.5rem;flex:0 0 5.5rem;max-height:min(88vh,720px);overflow-x:visible;overflow-y:auto;padding:0;gap:.5rem;margin-top:0;scroll-snap-type:none;position:sticky;top:calc(4.5rem + env(safe-area-inset-top, 0px));align-self:flex-start}.theme-brand-phase1.template-product .pdp-app--visual .pdp-gallery-visual:not(.pdp-gallery-visual--grid-md) .pdp-gallery-main-col{order:1}.theme-brand-phase1.template-product .pdp-app--visual .pdp-gallery-visual:not(.pdp-gallery-visual--grid-md) .pdp-thumb__crop{width:100%;height:auto;aspect-ratio:1}.theme-brand-phase1.template-product .pdp-app--visual .pdp-gallery-visual--grid-md{flex-direction:column}.theme-brand-phase1.template-product .pdp-app--visual .pdp-gallery-visual--grid-md .pdp-thumbs{order:2;position:static;flex-direction:row;width:100%;flex:1 1 auto;max-height:none;overflow-y:hidden;overflow-x:auto;scroll-snap-type:x proximity}.theme-brand-phase1.template-product .pdp-app--visual .pdp-gallery-visual--grid-md .pdp-thumb__crop{width:3.75rem;height:3.75rem}.theme-brand-phase1.template-product .pdp-app--visual .pdp-gallery-visual--grid-md:has(.pdp-thumbs) .swiper-buttons{display:flex !important}}.theme-brand-phase1.template-product .pdp-subnav{display:flex;flex-wrap:wrap;gap:.4rem .65rem;margin-top:.85rem;padding-top:.75rem;border-top:1px solid color-mix(in srgb, var(--main-foreground) 12%, transparent)}.theme-brand-phase1.template-product .pdp-subnav__link{display:inline-flex;align-items:center;padding:.35rem .75rem;font-size:.625rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;text-decoration:none;color:var(--main-foreground);border:1px solid color-mix(in srgb, var(--accent-color) 45%, var(--main-foreground));background:color-mix(in srgb, var(--accent-color) 8%, var(--main-background));transition:background .2s ease,color .2s ease,border-color .2s ease}@media(hover: hover){.theme-brand-phase1.template-product .pdp-subnav__link:hover{background:color-mix(in srgb, var(--accent-color) 18%, var(--main-background));border-color:var(--accent-color)}}.theme-brand-phase1.template-product .pdp-subnav__link:focus-visible{outline:2px solid var(--accent-color);outline-offset:2px}.theme-brand-phase1.template-product .pdp-app--visual .pdp-breadcrumbs{font-size:.625rem;font-weight:400;letter-spacing:.16em;text-transform:uppercase;opacity:.55}.theme-brand-phase1.template-product .pdp-app--visual .pdp-breadcrumbs .separator{opacity:.45;padding:0 .2rem}.theme-brand-phase1.template-product .pdp-app--visual .pdp-breadcrumbs .crumb{text-decoration:none;color:inherit}@media(hover: hover){.theme-brand-phase1.template-product .pdp-app--visual .pdp-breadcrumbs .crumb:not(.active):hover{opacity:1;text-decoration:underline;text-underline-offset:.2em}}.theme-brand-phase1.template-product .pdp-app--visual .pdp-subnav{gap:.75rem 1.1rem;margin-top:1rem;padding-top:1rem;border-top:1px solid color-mix(in srgb, var(--main-foreground) 10%, transparent)}.theme-brand-phase1.template-product .pdp-app--visual .pdp-subnav__link{padding:0;font-size:.625rem;font-weight:400;letter-spacing:.14em;border:none;background:none;text-decoration:none;color:color-mix(in srgb, var(--main-foreground) 72%, transparent);border-bottom:1px solid rgba(0,0,0,0);border-radius:0}@media(hover: hover){.theme-brand-phase1.template-product .pdp-app--visual .pdp-subnav__link:hover{background:none;color:var(--main-foreground);border-bottom-color:var(--main-foreground)}}.theme-brand-phase1.template-product .pdp-app--visual .pdp-tabs__nav{flex-direction:column;align-items:stretch;gap:0;padding:0;margin-bottom:0;border-bottom:none}.theme-brand-phase1.template-product .pdp-app--visual .pdp-tabs__label{width:100%;justify-content:space-between;padding:.95rem 0;margin:0;font-size:.6875rem;font-weight:400;letter-spacing:.12em;text-transform:uppercase;color:var(--main-foreground);border-bottom:1px solid color-mix(in srgb, var(--main-foreground) 12%, transparent);border-radius:0}.theme-brand-phase1.template-product .pdp-app--visual .pdp-tabs__label::after{content:"";width:.55rem;height:.55rem;border-right:1px solid currentColor;border-bottom:1px solid currentColor;transform:rotate(-45deg);margin-left:.75rem;margin-top:-0.15rem;opacity:.45;flex-shrink:0}.theme-brand-phase1.template-product .pdp-app--visual .pdp-tabs:has(.pdp-tabs__state--desc:checked) .pdp-tabs__label--desc::after,.theme-brand-phase1.template-product .pdp-app--visual .pdp-tabs:has(.pdp-tabs__state--share:checked) .pdp-tabs__label--share::after,.theme-brand-phase1.template-product .pdp-app--visual .pdp-tabs:has(.pdp-tabs__state--fb:checked) .pdp-tabs__label--fb::after{transform:rotate(45deg);margin-top:.1rem}.theme-brand-phase1.template-product .pdp-app--visual .pdp-tabs:has(.pdp-tabs__state--desc:checked) .pdp-tabs__label--desc,.theme-brand-phase1.template-product .pdp-app--visual .pdp-tabs:has(.pdp-tabs__state--share:checked) .pdp-tabs__label--share,.theme-brand-phase1.template-product .pdp-app--visual .pdp-tabs:has(.pdp-tabs__state--fb:checked) .pdp-tabs__label--fb{color:var(--main-foreground);border-bottom-color:var(--main-foreground)}.theme-brand-phase1.template-product .pdp-app--visual .pdp-tabs__panel{padding-top:.75rem}.theme-brand-phase1.template-product .pdp-app--visual .pdp-section--price{margin-top:.25rem}.theme-brand-phase1.template-product .pdp-app--visual .btn-add-to-cart.btn-primary:not(:disabled){width:100%;max-width:100%;border-radius:0;font-size:.6875rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;padding:1rem 1.25rem}.theme-brand-phase1.template-product .pdp-tabs{position:relative;margin-top:.25rem}.theme-brand-phase1.template-product .pdp-tabs__state{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.theme-brand-phase1.template-product .pdp-tabs__panels{margin-top:0}.theme-brand-phase1.template-product .pdp-tabs__nav{display:flex;flex-wrap:wrap;gap:.15rem .5rem;padding:0 0 .65rem;margin-bottom:.5rem;border-bottom:1px solid color-mix(in srgb, var(--main-foreground) 12%, transparent)}.theme-brand-phase1.template-product .pdp-tabs__label{display:inline-flex;align-items:center;justify-content:center;padding:.45rem .5rem .55rem;margin:0;font-size:.625rem;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:color-mix(in srgb, var(--main-foreground) 58%, transparent);border-bottom:2px solid rgba(0,0,0,0);cursor:pointer;transition:color .2s ease,border-color .2s ease}.theme-brand-phase1.template-product .pdp-tabs__label:hover{color:var(--main-foreground)}.theme-brand-phase1.template-product .pdp-tabs__panel{display:none;padding-top:.35rem}.theme-brand-phase1.template-product .pdp-tabs__state--desc:checked~.pdp-tabs__panels .pdp-tabs__panel--desc,.theme-brand-phase1.template-product .pdp-tabs__state--share:checked~.pdp-tabs__panels .pdp-tabs__panel--share,.theme-brand-phase1.template-product .pdp-tabs__state--fb:checked~.pdp-tabs__panels .pdp-tabs__panel--fb{display:block}.theme-brand-phase1.template-product .pdp-tabs:has(.pdp-tabs__state--desc:checked) .pdp-tabs__label--desc,.theme-brand-phase1.template-product .pdp-tabs:has(.pdp-tabs__state--share:checked) .pdp-tabs__label--share,.theme-brand-phase1.template-product .pdp-tabs:has(.pdp-tabs__state--fb:checked) .pdp-tabs__label--fb{color:var(--main-foreground);border-bottom-color:var(--accent-color)}.theme-brand-phase1.template-product .pdp-tabs__panel-inner{padding-bottom:.5rem}@media(prefers-reduced-motion: reduce){.theme-brand-phase1.template-product .pdp-thumb,.theme-brand-phase1.template-product .pdp-subnav__link,.theme-brand-phase1.template-product .pdp-tabs__label{transition:none}}.theme-brand-phase1.template-product #single-product .js-product-name,.theme-brand-phase1.template-product #single-product .page-header h1{font-size:clamp(1.2rem,3.2vw,1.7rem);letter-spacing:.02em;font-weight:500;line-height:var(--brand-type-lh-tight)}@media(min-width: 768px){.theme-brand-phase1.template-product #single-product .js-product-name,.theme-brand-phase1.template-product #single-product .page-header h1{letter-spacing:.03em}}.theme-brand-phase1.template-product #single-product .js-price-container{display:flex;flex-wrap:wrap;align-items:baseline;gap:.25rem .85rem;margin-bottom:.5rem}.theme-brand-phase1.template-product .pdp-page-header.page-header{padding-bottom:0}.theme-brand-phase1.template-product .breadcrumbs{margin-bottom:.5rem;font-size:.6875rem;letter-spacing:.06em}.theme-brand-phase1.template-product #single-product .js-price-display.font-largest{font-size:clamp(1.15rem,2.8vw,1.5rem);letter-spacing:.04em;font-weight:500}.theme-brand-phase1.template-product #single-product .price-compare,.theme-brand-phase1.template-product #single-product .js-compare-price-display{letter-spacing:.03em}.theme-brand-phase1.template-product .pdp-panel__body.user-content,.theme-brand-phase1.template-product .pdp-tabs__panel-inner.user-content{line-height:var(--brand-type-lh-body);font-size:var(--font-small);padding-bottom:.25rem;color:color-mix(in srgb, var(--main-foreground) 88%, transparent)}.theme-brand-phase1.template-product .pdp-panel__body.user-content a,.theme-brand-phase1.template-product .pdp-tabs__panel-inner.user-content a{color:var(--accent-color);text-decoration:underline;text-underline-offset:.2em;text-decoration-thickness:1px;transition:opacity .15s ease}@media(hover: hover){.theme-brand-phase1.template-product .pdp-panel__body.user-content a:hover,.theme-brand-phase1.template-product .pdp-tabs__panel-inner.user-content a:hover{opacity:.75}}.theme-brand-phase1.template-product .product-info-column>.pdp-description-stack{margin-top:1.25rem;padding-top:1.15rem;border-top:1px solid var(--brand-border-subtle)}.theme-brand-phase1.template-product .pdp-gallery-shell{background:rgba(0,0,0,0);padding:.25rem 0;border-radius:var(--brand-ui-r);overflow:hidden}.theme-brand-phase1.template-product .pdp-gallery-root .js-product-slide-link:focus-visible{outline:2px solid var(--accent-color);outline-offset:3px}.theme-brand-phase1.template-product .pdp-gallery-root .swiper-buttons .swiper-button-prev,.theme-brand-phase1.template-product .pdp-gallery-root .swiper-buttons .swiper-button-next{width:2.75rem;height:2.75rem;margin-top:0;border-radius:var(--brand-ui-pill);background-color:color-mix(in srgb, var(--accent-color) 12%, rgba(255, 255, 255, 0.96));background-image:none !important;border:1px solid color-mix(in srgb, var(--accent-color) 35%, transparent);color:var(--main-foreground);box-shadow:var(--brand-elev-1);transition:transform var(--brand-motion-fast) var(--brand-ease-editorial),box-shadow var(--brand-motion-base) var(--brand-ease-smooth),border-color var(--brand-motion-base) var(--brand-ease-smooth)}.theme-brand-phase1.template-product .pdp-gallery-root .swiper-button-prev::after,.theme-brand-phase1.template-product .pdp-gallery-root .swiper-button-next::after,.theme-brand-phase1.template-product .pdp-gallery-root .swiper-button-prev::before,.theme-brand-phase1.template-product .pdp-gallery-root .swiper-button-next::before{display:none !important;content:none !important}.theme-brand-phase1.template-product .pdp-gallery-root .swiper-buttons .swiper-button-prev:hover,.theme-brand-phase1.template-product .pdp-gallery-root .swiper-buttons .swiper-button-next:hover{transform:scale(1.05)}.theme-brand-phase1.template-product .pdp-gallery-root .swiper-pagination .swiper-pagination-bullet{width:6px;height:6px;opacity:.35;background:var(--main-foreground);transition:transform var(--brand-motion-fast) var(--brand-ease-editorial),opacity var(--brand-motion-base) var(--brand-ease-smooth)}.theme-brand-phase1.template-product .pdp-gallery-root .swiper-pagination .swiper-pagination-bullet-active{opacity:1;transform:scale(1.25)}@media(prefers-reduced-motion: reduce){.theme-brand-phase1.template-product .pdp-gallery-root .swiper-buttons .swiper-button-prev:hover,.theme-brand-phase1.template-product .pdp-gallery-root .swiper-buttons .swiper-button-next:hover{transform:none}.theme-brand-phase1.template-product .pdp-gallery-root .swiper-pagination .swiper-pagination-bullet-active{transform:none}}@media(min-width: 992px){.theme-brand-phase1.template-product .pdp-app-gallery{position:sticky;top:1rem;align-self:start;z-index:1}.theme-brand-phase1.template-product .pdp-app-layout{display:grid;grid-template-columns:minmax(300px, 1.48fr) minmax(260px, 22rem);column-gap:2.5rem;row-gap:0;width:100%;align-items:start}.theme-brand-phase1.template-product .pdp-app-gallery,.theme-brand-phase1.template-product .pdp-app-buybox{max-width:none;width:100%}.theme-brand-phase1.template-product .pdp-app-buybox{position:sticky;top:.75rem;z-index:4;align-self:start;padding:1.25rem 1.35rem;background:var(--main-background);border:none;border-radius:var(--brand-ui-r);box-shadow:var(--brand-elev-1)}.theme-brand-phase1.template-product .pdp-app-description-full{grid-column:1/-1}}.theme-brand-phase1.template-product .pdp-panel{border-bottom:1px solid rgba(0,0,0,.08)}.theme-brand-phase1.template-product .pdp-panel__summary{cursor:pointer;list-style:none;letter-spacing:.1em;text-transform:uppercase;font-size:.6875rem;font-weight:500;padding:1rem 0;position:relative;padding-right:1.5rem}.theme-brand-phase1.template-product .pdp-panel__summary::-webkit-details-marker{display:none}.theme-brand-phase1.template-product .pdp-panel__summary::after{content:"";position:absolute;right:.15rem;top:50%;width:.45rem;height:.45rem;border-right:1px solid currentColor;border-bottom:1px solid currentColor;transform:translateY(-65%) rotate(45deg);opacity:.45}.theme-brand-phase1.template-product .pdp-panel[open] .pdp-panel__summary::after{transform:translateY(-35%) rotate(-135deg)}.theme-brand-phase1.template-product .pdp-panel__body--share{padding-bottom:.5rem}.theme-brand-phase1.template-product .pdp-reviews-slot{padding-top:.5rem}.theme-brand-phase1.template-product .pdp-trust-strip{margin-top:.85rem;padding:.55rem .75rem;border-radius:2px;background:#f4f4f4;border:1px solid rgba(0,0,0,.06)}.theme-brand-phase1.template-product .pdp-trust-strip__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.45rem}.theme-brand-phase1.template-product .pdp-trust-strip__row{display:flex;align-items:center;gap:.55rem;font-size:.6875rem;font-weight:400;letter-spacing:.04em;text-transform:uppercase;color:#1a1a1a;line-height:1.25}.theme-brand-phase1.template-product .pdp-trust-strip__row--muted{opacity:.55}.theme-brand-phase1.template-product .pdp-trust-strip__text .js-shipping-minimum-label{font-weight:400;opacity:.85}.theme-brand-phase1.template-product .pdp-trust-strip__icon{flex-shrink:0;width:.65rem;height:.65rem;border:1px solid rgba(0,0,0,.35)}.theme-brand-phase1.template-product .pdp-trust-strip__icon--ring{border-radius:50%;background:rgba(0,0,0,0)}.theme-brand-phase1.template-product .pdp-trust-strip__icon--square{border-radius:1px;background:rgba(0,0,0,.06)}.theme-brand-phase1.template-product .pdp-trust-strip__icon--dot{width:.45rem;height:.45rem;border:none;border-radius:50%;background:#1fa855}.theme-brand-phase1.template-product .pdp-trust-strip__icon--dot-muted{background:rgba(0,0,0,.25)}.theme-brand-phase1.template-product .pdp-trust-strip__svg{flex-shrink:0;opacity:.65}.theme-brand-phase1.template-product .pdp-trust-strip__action{color:inherit;text-decoration:none;border-bottom:1px solid rgba(0,0,0,0);transition:opacity .15s ease,border-color .15s ease}@media(hover: hover){.theme-brand-phase1.template-product .pdp-trust-strip__action:hover{opacity:.75;border-bottom-color:currentColor}}.theme-brand-phase1.template-product #single-product .btn-add-to-cart.btn-primary{letter-spacing:.08em;text-transform:uppercase;font-weight:500;border:none;border-radius:var(--brand-ui-r-sm);box-shadow:var(--brand-elev-1);transition:transform var(--brand-motion-fast) var(--brand-ease-editorial),box-shadow var(--brand-motion-base) var(--brand-ease-smooth)}.theme-brand-phase1.template-product #single-product .btn-add-to-cart.btn-primary:hover{transform:translateY(-1px);box-shadow:var(--brand-elev-2)}@media(prefers-reduced-motion: reduce){.theme-brand-phase1.template-product #single-product .btn-add-to-cart.btn-primary,.theme-brand-phase1.template-product #single-product .btn-add-to-cart.btn-primary:hover{transform:none;transition:none}}.theme-brand-phase1.template-product .pdp-heading-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}.theme-brand-phase1.template-product .pdp-section--intro{margin-bottom:.5rem;padding-bottom:.65rem;border-bottom:1px solid rgba(0,0,0,.06)}.theme-brand-phase1.template-product .pdp-section--price{margin-bottom:.5rem}.theme-brand-phase1.template-product .pdp-price-card{padding:1.15rem 1.25rem;border:none;border-radius:var(--brand-ui-r);background:var(--main-background);box-shadow:var(--brand-elev-1)}.theme-brand-phase1.template-product .pdp-section--promos .pdp-promo-stack{border:none;border-radius:var(--brand-ui-r);padding:.9rem 1.1rem 1.1rem;margin-top:.65rem;background:var(--main-background);box-shadow:var(--brand-elev-1)}.theme-brand-phase1.template-product .pdp-section--purchase .pdp-product-form{margin-top:.75rem}.theme-brand-phase1.template-product .pdp-shipping-card{padding:1.2rem 1.2rem 1.3rem;margin-top:.65rem;border:none;border-radius:var(--brand-ui-r);background:var(--main-background);box-shadow:var(--brand-elev-1)}.theme-brand-phase1.template-product .pdp-shipping-card__label{font-size:.6875rem;font-weight:500;letter-spacing:.11em;text-transform:uppercase;margin-bottom:.75rem;opacity:.85}.theme-brand-phase1.template-product .pdp-shipping-card .shipping-calculator-head .font-weight-bold{letter-spacing:.04em;font-size:.8125rem}.theme-brand-phase1.template-product .free-shipping-message{padding:.75rem .95rem;border:none;border-radius:var(--brand-ui-r-sm);background:rgba(0,0,0,.035);box-shadow:0 1px 0 rgba(0,0,0,.04)}.theme-brand-phase1.template-product .js-added-to-cart-product-message{padding:.75rem .95rem;border-radius:var(--brand-ui-r-sm);border:none;background:rgba(0,0,0,.04);box-shadow:var(--brand-elev-1)}.theme-brand-phase1.template-product .pdp-panel__summary:focus-visible{outline:2px solid var(--accent-color);outline-offset:2px}.theme-brand-phase1.template-product .pdp-discovery-region{margin-top:2.75rem;padding-top:2rem;border-top:1px solid rgba(0,0,0,.08)}.theme-brand-phase1.template-product .pdp-discovery-region .section-products-related h2{position:relative;padding-bottom:.35rem;letter-spacing:.12em;font-size:.75rem;text-transform:uppercase;font-weight:500}.theme-brand-phase1.template-product .pdp-discovery-region .section-products-related h2::after{display:none}.theme-brand-phase1.template-product .pdp-app-gallery .swiper-buttons{margin-bottom:.35rem}.theme-brand-phase1.template-product .pdp-variant-deck .js-product-variants-group{margin-bottom:.35rem}.theme-brand-phase1.template-product .pdp-qty-subscription-row{margin-top:.15rem}.theme-brand-phase1.template-product .pdp-payments-strip{padding:.65rem .85rem;margin-top:.35rem;border:none;border-radius:var(--brand-ui-r-sm);background:rgba(0,0,0,.03);box-shadow:0 1px 0 rgba(0,0,0,.04)}.theme-brand-phase1.template-product .pdp-payments-strip a{text-decoration:none}.theme-brand-phase1.template-product .pdp-variant-deck .btn-variant:focus-visible{outline:2px solid currentColor;outline-offset:2px}.theme-brand-phase1.template-product #single-product{padding-top:.5rem}.theme-brand-phase1.template-product .pdp-gallery-shell{border-radius:0;padding:0}@media(min-width: 992px){.theme-brand-phase1.template-product .pdp-app-buybox{padding:.25rem 0 0 .5rem;border-radius:0;box-shadow:none;background:rgba(0,0,0,0);border:none}}.theme-brand-phase1.template-product .pdp-section--intro{border-bottom:1px solid rgba(0,0,0,.08);padding-bottom:1rem;margin-bottom:1rem}.theme-brand-phase1.template-product .pdp-app--visual .pdp-section--intro{padding-bottom:.45rem;margin-bottom:.35rem;border-bottom:1px solid rgba(0,0,0,.07)}.theme-brand-phase1.template-product .pdp-buybox-stack>.pdp-section--price{margin-top:.15rem}.theme-brand-phase1.template-product .pdp-buybox-stack>.pdp-section--purchase{margin-top:.25rem}.theme-brand-phase1.template-product #single-product .js-product-name,.theme-brand-phase1.template-product #single-product .page-header h1{font-weight:400;font-size:clamp(1.35rem,3.5vw,1.85rem);letter-spacing:-0.01em;text-transform:none}.theme-brand-phase1.template-product .pdp-price-card{padding:0;margin-bottom:.25rem;border-radius:0;background:rgba(0,0,0,0);box-shadow:none}.theme-brand-phase1.template-product #single-product .js-price-display.font-largest{font-size:clamp(1.05rem,2.2vw,1.2rem);font-weight:400;letter-spacing:.02em}.theme-brand-phase1.template-product .pdp-variant-deck .form-label{font-size:.6875rem;font-weight:400;letter-spacing:.14em;text-transform:uppercase;margin-bottom:.65rem;color:var(--main-foreground);opacity:.85}.theme-brand-phase1.template-product .pdp-variant-deck .form-label strong{font-weight:500;letter-spacing:.06em;text-transform:none}.theme-brand-phase1.template-product .pdp-variant-deck .btn-variant:not(.btn-variant-color){margin:0 1.1rem .35rem 0;min-width:0;min-height:0;border:none;border-bottom:2px solid rgba(0,0,0,0);border-radius:0;background:rgba(0,0,0,0);box-shadow:none;font-size:.8125rem;font-weight:400;letter-spacing:.06em;color:var(--main-foreground);opacity:.55;transition:opacity .15s ease,border-color .15s ease}.theme-brand-phase1.template-product .pdp-variant-deck .btn-variant:not(.btn-variant-color):hover{opacity:1}.theme-brand-phase1.template-product .pdp-variant-deck .btn-variant:not(.btn-variant-color).selected{opacity:1;border-bottom-color:var(--accent-color);background:rgba(0,0,0,0);font-weight:500}.theme-brand-phase1.template-product .pdp-variant-deck .btn-variant:not(.btn-variant-color).btn-variant-no-stock{opacity:.35}.template-product .pdp-variant-deck .btn-variant:not(.btn-variant-color) .btn-variant-content{display:flex;align-items:center;justify-content:center;text-align:center;width:100%}.theme-brand-phase1.template-product .pdp-variant-deck .btn-variant-content{min-height:auto;padding:.2rem 0 .35rem;line-height:1.3;display:flex;align-items:center;justify-content:center;text-align:center;width:100%}.theme-brand-phase1.template-product .pdp-variant-deck .btn-variant-color{opacity:1;border:1px solid rgba(0,0,0,.12);border-radius:0;margin-right:.5rem}.theme-brand-phase1.template-product .pdp-variant-deck .btn-variant-color.selected{border-color:var(--main-foreground);box-shadow:inset 0 0 0 1px var(--main-foreground);background:rgba(0,0,0,0)}.theme-brand-phase1.template-product #single-product .btn-add-to-cart.btn-primary{border-radius:0;box-shadow:none;min-height:50px;font-size:.75rem;font-weight:500;letter-spacing:.16em;background:var(--button-background);color:var(--button-foreground);border:1px solid var(--button-background);transition:filter .2s ease,opacity .2s ease}.theme-brand-phase1.template-product #single-product .btn-add-to-cart.btn-primary:hover:not(:disabled){filter:brightness(0.92);transform:none;box-shadow:none}.theme-brand-phase1.template-product #single-product .btn-add-to-cart.btn-primary:disabled,.theme-brand-phase1.template-product #single-product .btn-add-to-cart.btn-primary.nostock{opacity:.45;cursor:not-allowed}.theme-brand-phase1.template-product .pdp-section--promos .pdp-promo-stack,.theme-brand-phase1.template-product .pdp-shipping-card,.theme-brand-phase1.template-product .free-shipping-message,.theme-brand-phase1.template-product .js-added-to-cart-product-message{border-radius:0;box-shadow:none;background:rgba(0,0,0,0);border:none;border-bottom:1px solid rgba(0,0,0,.08);padding-left:0;padding-right:0}.theme-brand-phase1.template-product .pdp-shipping-card__label{letter-spacing:.14em;font-size:.625rem}.theme-brand-phase1.template-product .pdp-payments-strip{border-radius:0;background:rgba(0,0,0,0);border-bottom:1px solid rgba(0,0,0,.06);box-shadow:none;padding-left:0;padding-right:0}.theme-brand-phase1.template-product .pdp-panel{border-bottom-color:rgba(0,0,0,.1)}.theme-brand-phase1.template-product .pdp-panel__summary{font-size:.625rem;letter-spacing:.16em;padding:1.1rem 0}.theme-brand-phase1.template-product .product-info-column>.pdp-description-stack{border-top:none;margin-top:1.5rem;padding-top:0}@media(max-width: 991px){.theme-brand-phase1.template-product .product-form-cta-row--sticky-mobile{border-radius:0;background:rgba(255,255,255,.94)}.theme-brand-phase1.template-product .product-form-cta-row--sticky-mobile .btn-add-to-cart.btn-primary{border-radius:0;background:var(--button-background);color:var(--button-foreground);border-color:var(--button-background)}}@media(prefers-reduced-motion: reduce){.theme-brand-phase1.template-product #single-product .btn-add-to-cart.btn-primary,.theme-brand-phase1.template-product #single-product .btn-add-to-cart.btn-primary:hover:not(:disabled){transition:none}}@media(min-width: 768px){.theme-brand-phase1.template-product .product-detail-slider .swiper-wrapper{margin-left:0;margin-right:0;column-gap:.5rem;row-gap:.5rem}.theme-brand-phase1.template-product .product-detail-slider .slider-slide.col-md-6{flex:0 0 calc(50% - .25rem);max-width:calc(50% - .25rem);width:calc(50% - .25rem) !important;padding-left:0 !important;padding-right:0 !important;margin-bottom:0 !important;box-sizing:border-box}.theme-brand-phase1.template-product .product-detail-slider .product-slide{width:100% !important;max-width:100%}}.theme-brand-phase1.template-product .pdp-app-description-full{max-width:min(56rem,100%);margin-left:auto;margin-right:auto;padding-left:.75rem;padding-right:.75rem}.theme-brand-phase1.template-product .pdp-app-description-full .pdp-description-stack{padding-top:.5rem}.theme-brand-phase1.template-product .pdp-product-form .form-quantity{border:1px solid rgba(0,0,0,.12);border-radius:0;background:var(--main-background)}.theme-brand-phase1.template-product .pdp-product-form .form-quantity .form-control,.theme-brand-phase1.template-product .pdp-product-form .form-quantity .js-quantity-input{border:none;background:rgba(0,0,0,0);text-align:center;font-weight:500;letter-spacing:.04em}.theme-brand-phase1.template-product .pdp-product-form .form-quantity .form-quantity-icon{border:none;background:rgba(0,0,0,0);opacity:.75;transition:opacity .15s ease}@media(hover: hover){.theme-brand-phase1.template-product .pdp-product-form .form-quantity .form-quantity-icon:hover{opacity:1}}.theme-brand-phase1.template-product .section-products-related{margin-top:2.75rem}.theme-brand-phase1.template-product .pdp-discovery-region .section-products-related{margin-top:0}.theme-brand-phase1.template-product .section-products-related h2{letter-spacing:.08em;text-transform:uppercase;font-weight:500;font-size:.8125rem}@media(min-width: 768px){.theme-brand-phase1.template-product .section-products-related h2{font-size:.75rem}}.theme-brand-phase1.template-product .section-products-related .item-name{font-weight:400;letter-spacing:.03em;font-size:.8125rem}.theme-brand-phase1.template-product .section-products-related .item-price{letter-spacing:.04em;font-size:.8125rem}.theme-brand-phase1 .js-footer .footer-menu-link:focus-visible{outline:2px solid var(--accent-color);outline-offset:2px;border-radius:2px}.theme-brand-phase1 .js-footer.footer{border-top:1px solid rgba(0,0,0,.07);padding-top:.25rem}.theme-brand-phase1 .js-footer.footer.footer-colors{border-top-color:rgba(255,255,255,.12)}.theme-brand-phase1 .js-footer .footer-menu-link{letter-spacing:.04em}.theme-brand-phase1 .js-footer .footer-legal,.theme-brand-phase1 .js-footer .copyright{letter-spacing:.02em;opacity:.92}.theme-brand-phase1 .js-footer .footer-nav-primary ul,.theme-brand-phase1 .js-footer .footer-nav-secondary ul{list-style:none;padding-left:0}.theme-brand-phase1.template-cart #shoppingCartPage .page-header h1{letter-spacing:.06em;text-transform:uppercase;font-weight:500;font-size:clamp(1.1rem,2.5vw,1.35rem)}.theme-brand-phase1.template-cart .cart-row.font-smallest{letter-spacing:.1em;font-weight:500;opacity:.9}.theme-brand-phase1.template-cart .cart-item-name{letter-spacing:.03em;font-weight:400}.theme-brand-phase1.template-cart .cart-item-name .font-small{letter-spacing:.02em;opacity:.85}.theme-brand-phase1.template-cart .btn-primary,.theme-brand-phase1.template-cart .btn.btn-primary{letter-spacing:.07em;text-transform:uppercase;font-weight:500}.theme-brand-phase1.template-cart .cart-app-lines>.cart-row.font-smallest{letter-spacing:.1em;opacity:.82;padding-bottom:.35rem;border-bottom:1px solid rgba(0,0,0,.07)}.theme-brand-phase1.template-cart .cart-app-lines .js-ajax-cart-list .js-cart-item+.js-cart-item{border-top:1px solid rgba(0,0,0,.06);margin-top:.25rem;padding-top:1rem}.theme-brand-phase1.template-cart .cart-app-lines .cart-item-image-md,.theme-brand-phase1.template-cart .cart-app-lines .cart-item-image{border-radius:var(--brand-ui-r-sm)}@media(min-width: 992px){.theme-brand-phase1.template-cart .cart-app-summary{position:sticky;top:5.25rem;align-self:flex-start}}@media(max-width: 991px){.theme-brand-phase1.template-cart #shoppingCartPage form.visible-when-content-ready{padding-bottom:max(2rem,env(safe-area-inset-bottom, 0px))}.theme-brand-phase1.template-cart .cart-app-summary{margin-top:1.35rem;padding-top:1.15rem;border-top:1px solid rgba(0,0,0,.08)}.theme-brand-phase1.template-cart .cart-app-lines .js-cart-item .form-quantity-icon{min-width:44px;min-height:44px;display:inline-flex;align-items:center;justify-content:center}.theme-brand-phase1.template-cart .cart-app-lines .cart-item-name{line-height:1.35}}.theme-brand-phase1.template-page .hs-lux-landing{width:100vw;max-width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);color:var(--brand-glass-carbon-text)}.theme-brand-phase1 .hs-lux-landing__shell{position:relative;overflow:hidden;background:radial-gradient(ellipse 80% 50% at 85% 0%, var(--brand-lux-champagne-soft), transparent 55%),radial-gradient(ellipse 60% 40% at 10% 100%, rgba(255, 255, 255, 0.04), transparent 50%),var(--brand-lux-ink);min-height:min(100dvh,920px)}.theme-brand-phase1 .hs-lux-landing__veil{pointer-events:none;position:absolute;inset:0;z-index:1;opacity:.035;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}.theme-brand-phase1 .hs-lux-nav{position:sticky;top:0;z-index:30;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.85rem clamp(1.25rem,4vw,3rem);border-bottom:1px solid var(--brand-lux-line);background:color-mix(in srgb, var(--brand-lux-ink) 72%, transparent);backdrop-filter:blur(18px) saturate(1.15);-webkit-backdrop-filter:blur(18px) saturate(1.15)}.theme-brand-phase1 .hs-lux-nav__logo{display:inline-flex;align-items:center;gap:.55rem;font-family:var(--heading-font);font-size:.82rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:inherit;text-decoration:none}.theme-brand-phase1 .hs-lux-nav__seal{width:8px;height:8px;border-radius:50%;background:var(--brand-lux-champagne);box-shadow:0 0 14px var(--brand-lux-champagne-soft)}.theme-brand-phase1 .hs-lux-nav__links{display:none;gap:1.75rem}.theme-brand-phase1 .hs-lux-nav__links a{font-size:.72rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--brand-glass-carbon-text-muted);text-decoration:none;transition:color var(--brand-motion-fast)}.theme-brand-phase1 .hs-lux-nav__links a:hover{color:var(--brand-lux-champagne-light)}.theme-brand-phase1 .hs-lux-nav__cta{padding:.48rem 1rem;font-size:.68rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;text-decoration:none;color:var(--brand-lux-ink);background:var(--brand-lux-champagne);border-radius:var(--brand-ui-pill)}@media(min-width: 768px){.theme-brand-phase1 .hs-lux-nav__links{display:flex}}.theme-brand-phase1 .hs-lux-hero{position:relative;z-index:2;display:grid;gap:2rem;align-items:end;padding:clamp(2.5rem,8vw,5rem) clamp(1.25rem,4vw,3rem);max-width:1200px;margin:0 auto}@media(min-width: 992px){.theme-brand-phase1 .hs-lux-hero{grid-template-columns:1.05fr .95fr;min-height:72vh}}.theme-brand-phase1 .hs-lux-hero__panel{padding:clamp(1.5rem,4vw,2.5rem);border-radius:calc(var(--brand-ui-r) + 6px)}.theme-brand-phase1 .hs-lux-hero__title{font-size:clamp(2rem,5.5vw,3.5rem);max-width:14ch}.theme-brand-phase1 .hs-lux-hero__title em{font-style:normal;color:var(--brand-lux-champagne-light)}.theme-brand-phase1 .hs-lux-hero__lead{max-width:32rem;margin-top:1.15rem;font-size:1.02rem}.theme-brand-phase1 .hs-lux-hero__actions{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:1.75rem}.theme-brand-phase1 .hs-lux-hero__visual{position:relative;min-height:320px}.theme-brand-phase1 .hs-lux-hero__frame{position:absolute;inset:0;padding:.35rem;border-radius:calc(var(--brand-ui-r) + 8px);background:linear-gradient(145deg, color-mix(in srgb, var(--brand-lux-champagne) 35%, transparent), transparent 45%, rgba(255, 255, 255, 0.06))}.theme-brand-phase1 .hs-lux-hero__frame img{width:100%;height:100%;object-fit:cover;border-radius:calc(var(--brand-ui-r) + 4px);display:block}.theme-brand-phase1 .hs-lux-hero__frame-fallback{width:100%;height:100%;min-height:320px;border-radius:calc(var(--brand-ui-r) + 4px);background:linear-gradient(160deg, #1a1a1e, #0d0d0f)}.theme-brand-phase1 .hs-lux-hero__tag{position:absolute;bottom:1rem;left:1rem;padding:.35rem .75rem;font-size:.62rem;letter-spacing:.16em;text-transform:uppercase;color:var(--brand-lux-ink);background:var(--brand-lux-champagne);border-radius:var(--brand-ui-pill)}.theme-brand-phase1 .hs-lux-section{position:relative;z-index:2;padding:clamp(2.75rem,7vw,5rem) clamp(1.25rem,4vw,3rem);max-width:1200px;margin:0 auto}.theme-brand-phase1 .hs-lux-section__head{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:2rem}.theme-brand-phase1 .hs-lux-section__title{font-size:clamp(1.35rem,3vw,2rem)}.theme-brand-phase1 .hs-lux-section__desc{max-width:22rem;margin:0;font-size:.92rem;color:var(--brand-glass-carbon-text-muted);line-height:1.6}.theme-brand-phase1 .hs-lux-showcase{display:grid;gap:1rem;grid-template-columns:repeat(2, minmax(0, 1fr))}@media(min-width: 768px){.theme-brand-phase1 .hs-lux-showcase{grid-template-columns:repeat(12, minmax(0, 1fr))}.theme-brand-phase1 .hs-lux-showcase__item--hero{grid-column:span 6;grid-row:span 2}.theme-brand-phase1 .hs-lux-showcase__item:not(.hs-lux-showcase__item--hero){grid-column:span 3}}.theme-brand-phase1 .hs-lux-showcase__link{display:block;height:100%;color:inherit;text-decoration:none}.theme-brand-phase1 .hs-lux-showcase__card{height:100%;padding:.65rem;border-radius:calc(var(--brand-ui-r) + 2px);transition:transform var(--brand-motion-base) var(--brand-ease-editorial)}.theme-brand-phase1 .hs-lux-showcase__card:hover{transform:translateY(-3px)}.theme-brand-phase1 .hs-lux-showcase__media{position:relative;aspect-ratio:4/5;border-radius:var(--brand-ui-r-sm);overflow:hidden;margin-bottom:.85rem}.theme-brand-phase1 .hs-lux-showcase__item--hero .hs-lux-showcase__media{aspect-ratio:3/4}.theme-brand-phase1 .hs-lux-showcase__media img{width:100%;height:100%;object-fit:cover;transition:transform var(--brand-motion-slow) var(--brand-ease-editorial)}.theme-brand-phase1 .hs-lux-showcase__card:hover .hs-lux-showcase__media img{transform:scale(1.04)}.theme-brand-phase1 .hs-lux-showcase__label{font-size:.62rem;letter-spacing:.14em;text-transform:uppercase;color:var(--brand-lux-champagne);margin-bottom:.25rem}.theme-brand-phase1 .hs-lux-showcase__name{margin:0;font-family:var(--heading-font);font-size:.88rem;font-weight:500;letter-spacing:.04em;line-height:1.35}.theme-brand-phase1 .hs-lux-showcase__price{margin:.35rem 0 0;font-size:.82rem;color:var(--brand-glass-carbon-text-muted)}.theme-brand-phase1 .hs-lux-story{display:grid;gap:1.25rem}@media(min-width: 992px){.theme-brand-phase1 .hs-lux-story{grid-template-columns:repeat(3, minmax(0, 1fr))}}.theme-brand-phase1 .hs-lux-story__chapter{padding:1.5rem;border-radius:calc(var(--brand-ui-r) + 2px)}.theme-brand-phase1 .hs-lux-story__num{display:block;margin-bottom:.75rem;font-size:.65rem;letter-spacing:.18em;color:var(--brand-lux-champagne)}.theme-brand-phase1 .hs-lux-story__chapter h3{margin:0 0 .65rem;font-family:var(--heading-font);font-size:1rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase}.theme-brand-phase1 .hs-lux-story__chapter p{margin:0;font-size:.88rem;line-height:1.65;color:var(--brand-glass-carbon-text-muted)}.theme-brand-phase1 .hs-lux-values{display:grid;gap:1rem}@media(min-width: 768px){.theme-brand-phase1 .hs-lux-values{grid-template-columns:repeat(3, minmax(0, 1fr))}}.theme-brand-phase1 .hs-lux-values__item{padding:1.35rem 1.25rem;border-radius:calc(var(--brand-ui-r) + 2px);text-align:center}.theme-brand-phase1 .hs-lux-values__icon{display:inline-flex;width:2.25rem;height:2.25rem;align-items:center;justify-content:center;margin-bottom:.85rem;border-radius:50%;border:1px solid var(--brand-lux-champagne-soft);color:var(--brand-lux-champagne);font-size:.75rem;letter-spacing:.08em}.theme-brand-phase1 .hs-lux-values__item h3{margin:0 0 .45rem;font-family:var(--heading-font);font-size:.82rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase}.theme-brand-phase1 .hs-lux-values__item p{margin:0;font-size:.82rem;line-height:1.55;color:var(--brand-glass-carbon-text-muted)}.theme-brand-phase1 .hs-lux-membership{padding:clamp(1.75rem,4vw,2.75rem);border-radius:calc(var(--brand-ui-r) + 10px);overflow:hidden;position:relative}.theme-brand-phase1 .hs-lux-membership__glow{position:absolute;width:280px;height:280px;top:-80px;right:-40px;border-radius:50%;background:var(--brand-lux-champagne);opacity:.12;filter:blur(60px);pointer-events:none}.theme-brand-phase1 .hs-lux-membership__grid{position:relative;display:grid;gap:1.75rem;align-items:center}@media(min-width: 768px){.theme-brand-phase1 .hs-lux-membership__grid{grid-template-columns:1.2fr .8fr}}.theme-brand-phase1 .hs-lux-membership__title{font-size:clamp(1.5rem,3.5vw,2.15rem)}.theme-brand-phase1 .hs-lux-membership__lead{margin-top:.85rem;max-width:28rem}.theme-brand-phase1 .hs-lux-membership__perks{margin:1.25rem 0 0;padding:0;list-style:none}.theme-brand-phase1 .hs-lux-membership__perks li{position:relative;padding:.4rem 0 .4rem 1.25rem;font-size:.86rem;color:var(--brand-glass-carbon-text-muted);border-bottom:1px solid var(--brand-lux-line)}.theme-brand-phase1 .hs-lux-membership__perks li::before{content:"";position:absolute;left:0;top:.72em;width:5px;height:5px;border-radius:50%;background:var(--brand-lux-champagne)}.theme-brand-phase1 .hs-lux-membership__box{padding:1.35rem;border-radius:var(--brand-ui-r);text-align:center;border:1px solid var(--brand-lux-line);background:rgba(255,255,255,.03)}.theme-brand-phase1 .hs-lux-membership__tier{margin:0;font-size:.65rem;letter-spacing:.2em;text-transform:uppercase;color:var(--brand-lux-champagne)}.theme-brand-phase1 .hs-lux-membership__name{margin:.35rem 0 0;font-family:var(--heading-font);font-size:1.35rem;letter-spacing:.08em;text-transform:uppercase}.theme-brand-phase1 .hs-lux-membership__note{margin:.65rem 0 1rem;font-size:.78rem;color:var(--brand-glass-carbon-text-muted)}.theme-brand-phase1 .hs-lux-membership__fine{margin:.85rem 0 0;font-size:.65rem;color:rgba(245,242,235,.38)}.theme-brand-phase1 .hs-lux-page-content__rail{max-width:40rem;margin:0 auto;color:var(--brand-glass-carbon-text-muted)}.theme-brand-phase1 .hs-lux-footer{position:relative;z-index:2;display:flex;flex-wrap:wrap;justify-content:space-between;gap:.75rem;padding:1.75rem clamp(1.25rem,4vw,3rem) 2.75rem;border-top:1px solid var(--brand-lux-line);font-size:.78rem;letter-spacing:.06em;color:var(--brand-glass-carbon-text-muted)}.theme-brand-phase1 .hs-lux-footer a{color:var(--brand-lux-champagne-light);text-decoration:none}.theme-brand-phase1 .js-hs-lux-reveal{opacity:1;transform:none}.theme-brand-phase1 .hs-lux-landing.is-reveal-enhanced .js-hs-lux-reveal:not(.is-visible){opacity:0;transform:translateY(18px)}.theme-brand-phase1 .hs-lux-landing.is-reveal-enhanced .js-hs-lux-reveal.is-visible{opacity:1;transform:none;transition:opacity var(--brand-motion-slow) var(--brand-ease-editorial),transform var(--brand-motion-slow) var(--brand-ease-editorial)}@media(prefers-reduced-motion: reduce){.theme-brand-phase1 .hs-lux-landing.is-reveal-enhanced .js-hs-lux-reveal:not(.is-visible){opacity:1;transform:none;transition:none}}.theme-brand-phase1.template-page .hs-ord-landing{width:100vw;max-width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);color:#111;background:#fff;font-family:var(--body-font, "Helvetica Neue", Helvetica, Arial, sans-serif)}.theme-brand-phase1 .hs-ord-landing__shell{background:#fff}.theme-brand-phase1 .hs-ord-trust{border-bottom:1px solid #e8e8e8;background:#f7f7f7;overflow:hidden}.theme-brand-phase1 .hs-ord-trust__track{display:flex;gap:2rem;width:max-content;padding:.55rem 1.25rem;animation:hsOrdTrustMarquee 22s linear infinite}.theme-brand-phase1 .hs-ord-trust__track span{font-size:.68rem;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;color:#333}@keyframes hsOrdTrustMarquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}.theme-brand-phase1 .hs-ord-subnav{display:flex;flex-wrap:wrap;gap:1rem 1.75rem;padding:.85rem clamp(1rem,4vw,2.5rem);border-bottom:1px solid #ececec}.theme-brand-phase1 .hs-ord-subnav a{font-size:.72rem;letter-spacing:.06em;text-transform:uppercase;color:#111;text-decoration:none}.theme-brand-phase1 .hs-ord-subnav a:hover{text-decoration:underline}.theme-brand-phase1 .hs-ord-hero{position:relative;border-bottom:1px solid #ececec}.theme-brand-phase1 .hs-ord-hero__track{display:grid;grid-auto-flow:column;grid-auto-columns:100%;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.theme-brand-phase1 .hs-ord-hero__track::-webkit-scrollbar{display:none}.theme-brand-phase1 .hs-ord-hero__slide{scroll-snap-align:start;min-height:clamp(320px,52vh,520px);display:grid;align-items:end;padding:clamp(2rem,8vw,5rem) clamp(1rem,4vw,2.5rem);background:#fafafa}.theme-brand-phase1 .hs-ord-hero__copy{max-width:36rem}.theme-brand-phase1 .hs-ord-kicker{margin:0 0 .75rem;font-size:.68rem;letter-spacing:.14em;text-transform:uppercase;color:#666}.theme-brand-phase1 .hs-ord-hero__title{margin:0 0 1rem;font-family:var(--heading-font, inherit);font-size:clamp(1.75rem,4vw,2.75rem);font-weight:500;line-height:1.08;letter-spacing:-0.02em}.theme-brand-phase1 .hs-ord-hero__lead{margin:0 0 1.35rem;max-width:32rem;font-size:.95rem;line-height:1.55;color:#444}.theme-brand-phase1 .hs-ord-hero__dots{position:absolute;left:clamp(1rem,4vw,2.5rem);bottom:1rem;display:flex;gap:.45rem}.theme-brand-phase1 .hs-ord-hero__dots span{width:7px;height:7px;border-radius:50%;background:#ccc}.theme-brand-phase1 .hs-ord-hero__dots span.is-active{background:#111}.theme-brand-phase1 .hs-ord-section{padding:clamp(2rem,5vw,3.5rem) clamp(1rem,4vw,2.5rem);border-bottom:1px solid #ececec}.theme-brand-phase1 .hs-ord-section--muted{background:#f9f9f9}.theme-brand-phase1 .hs-ord-section__head{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.theme-brand-phase1 .hs-ord-section__head--stack{flex-direction:column;align-items:flex-start}.theme-brand-phase1 .hs-ord-section__title{margin:0;font-family:var(--heading-font, inherit);font-size:clamp(1.35rem,3vw,1.85rem);font-weight:500;letter-spacing:-0.01em}.theme-brand-phase1 .hs-ord-section__lead{margin:.35rem 0 0;max-width:36rem;color:#555;line-height:1.55}.theme-brand-phase1 .hs-ord-link{font-size:.78rem;letter-spacing:.04em;text-transform:uppercase;color:#111;text-decoration:underline;text-underline-offset:.2em}.theme-brand-phase1 .hs-ord-grid{display:grid;gap:1.25rem;grid-template-columns:repeat(2, minmax(0, 1fr))}@media(min-width: 768px){.theme-brand-phase1 .hs-ord-grid{grid-template-columns:repeat(4, minmax(0, 1fr))}}.theme-brand-phase1 .hs-ord-card{display:flex;flex-direction:column;border:1px solid #e8e8e8;background:#fff}.theme-brand-phase1 .hs-ord-card__badge{margin:0;padding:.55rem .75rem 0;font-size:.62rem;letter-spacing:.12em;text-transform:uppercase;color:#666}.theme-brand-phase1 .hs-ord-card__media{display:block;aspect-ratio:4/5;background:#f3f3f3;overflow:hidden}.theme-brand-phase1 .hs-ord-card__media img{width:100%;height:100%;object-fit:cover}.theme-brand-phase1 .hs-ord-card__media-fallback{display:block;width:100%;height:100%;background:linear-gradient(160deg, #efefef, #ddd)}.theme-brand-phase1 .hs-ord-card__body{display:flex;flex:1;flex-direction:column;padding:.85rem .85rem 1rem}.theme-brand-phase1 .hs-ord-card__name{margin:0 0 .35rem;font-size:.92rem;font-weight:600;line-height:1.25}.theme-brand-phase1 .hs-ord-card__name a{color:inherit;text-decoration:none}.theme-brand-phase1 .hs-ord-card__tagline{margin:0 0 .5rem;font-size:.78rem;line-height:1.45;color:#555}.theme-brand-phase1 .hs-ord-card__variants{margin:0 0 .45rem;font-size:.72rem;color:#777}.theme-brand-phase1 .hs-ord-card__price{margin:0 0 .75rem;font-size:.88rem;font-weight:600}.theme-brand-phase1 .hs-ord-card__actions{margin-top:auto}.theme-brand-phase1 .hs-ord-btn{display:inline-flex;align-items:center;justify-content:center;min-height:2.5rem;padding:.55rem 1.1rem;border:1px solid #111;font-size:.72rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;text-decoration:none;cursor:pointer;background:rgba(0,0,0,0);color:#111}.theme-brand-phase1 .hs-ord-btn--primary{background:#111;color:#fff}.theme-brand-phase1 .hs-ord-btn--primary:hover,.theme-brand-phase1 .hs-ord-btn--primary:focus{background:#333;border-color:#333;color:#fff}.theme-brand-phase1 .hs-ord-btn--ghost{border-color:#ccc}.theme-brand-phase1 .hs-ord-btn--block{width:100%}.theme-brand-phase1 .hs-ord-btn--disabled{border-color:#ddd;color:#999;cursor:not-allowed}.theme-brand-phase1 .hs-ord-chips{display:flex;flex-wrap:wrap;gap:.55rem}.theme-brand-phase1 .hs-ord-chip{padding:.55rem .9rem;border:1px solid #d8d8d8;border-radius:999px;font-size:.78rem;color:#111;text-decoration:none;background:#fff}.theme-brand-phase1 .hs-ord-chip:hover{border-color:#111}.theme-brand-phase1 .hs-ord-split{display:grid;gap:1.25rem}@media(min-width: 992px){.theme-brand-phase1 .hs-ord-split{grid-template-columns:1.1fr .9fr}}.theme-brand-phase1 .hs-ord-list{margin:0 0 1.25rem;padding-left:1.1rem;color:#444;line-height:1.6}.theme-brand-phase1 .hs-ord-split__actions{display:flex;flex-wrap:wrap;gap:.65rem}.theme-brand-phase1 .hs-ord-split__panel{padding:1.35rem;border:1px solid #e8e8e8;background:#fafafa}.theme-brand-phase1 .hs-ord-split__title{margin:0 0 .65rem;font-size:1.15rem;font-weight:500}.theme-brand-phase1 .hs-ord-split__text{margin:0 0 .85rem;color:#555;line-height:1.55}.theme-brand-phase1 .hs-ord-section--editorial{background:#fff}.theme-brand-phase1 .hs-ord-editorial{display:grid;gap:1.5rem;align-items:center}@media(min-width: 992px){.theme-brand-phase1 .hs-ord-editorial{grid-template-columns:1fr 1fr}}.theme-brand-phase1 .hs-ord-editorial__text{margin:0 0 1.25rem;max-width:34rem;line-height:1.6;color:#444}.theme-brand-phase1 .hs-ord-editorial__visual{min-height:280px;background:#f3f3f3}.theme-brand-phase1 .hs-ord-editorial__visual img{width:100%;height:100%;min-height:280px;object-fit:cover}.theme-brand-phase1 .hs-ord-newsletter__inner{max-width:34rem}.theme-brand-phase1 .hs-ord-newsletter__form{display:grid;gap:.65rem;margin-top:1rem}@media(min-width: 640px){.theme-brand-phase1 .hs-ord-newsletter__form{grid-template-columns:1fr auto;align-items:center}}.theme-brand-phase1 .hs-ord-input{min-height:2.5rem;padding:.55rem .75rem;border:1px solid #ccc;background:#fff;font-size:.9rem}.theme-brand-phase1 .hs-ord-page-content__rail{max-width:42rem;margin:0 auto;line-height:1.65}.theme-brand-phase1 .hs-ord-footer{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.75rem;padding:1.5rem clamp(1rem,4vw,2.5rem) 2.5rem;font-size:.78rem;color:#666}.theme-brand-phase1 .hs-ord-footer a{color:#111;text-decoration:none}@media(prefers-reduced-motion: reduce){.theme-brand-phase1 .hs-ord-trust__track{animation:none}}.theme-brand-phase1.brand-clinical-catalog{--hs-ord-clinical-border: #e8e8e8;--hs-ord-clinical-ink: #111;--hs-ord-clinical-muted: #666;--hs-ord-clinical-bg: #fff;--hs-ord-clinical-bg-muted: #f7f7f7}.theme-brand-phase1.brand-clinical-catalog.template-category,.theme-brand-phase1.brand-clinical-catalog.template-search,.theme-brand-phase1.brand-clinical-catalog.template-product{background:var(--hs-ord-clinical-bg);color:var(--hs-ord-clinical-ink)}.theme-brand-phase1.brand-clinical-catalog .hs-ord-trust--catalog{border-bottom:1px solid var(--hs-ord-clinical-border);background:var(--hs-ord-clinical-bg)}.theme-brand-phase1.brand-clinical-catalog.template-category .brand-split-video-hero,.theme-brand-phase1.brand-clinical-catalog.template-search .brand-split-video-hero,.theme-brand-phase1.brand-clinical-catalog.template-product .brand-split-video-hero,.theme-brand-phase1.brand-clinical-catalog.template-category .home-brand-routine-showcase,.theme-brand-phase1.brand-clinical-catalog.template-search .home-brand-routine-showcase,.theme-brand-phase1.brand-clinical-catalog.template-product .home-brand-routine-showcase,.theme-brand-phase1.brand-clinical-catalog.template-category .home-brand-shoppable-stories,.theme-brand-phase1.brand-clinical-catalog.template-search .home-brand-shoppable-stories,.theme-brand-phase1.brand-clinical-catalog.template-product .home-brand-shoppable-stories,.theme-brand-phase1.brand-clinical-catalog.template-category .brand-routine-showcase,.theme-brand-phase1.brand-clinical-catalog.template-search .brand-routine-showcase,.theme-brand-phase1.brand-clinical-catalog.template-product .brand-routine-showcase,.theme-brand-phase1.brand-clinical-catalog.template-category .brand-shoppable-stories,.theme-brand-phase1.brand-clinical-catalog.template-search .brand-shoppable-stories,.theme-brand-phase1.brand-clinical-catalog.template-product .brand-shoppable-stories{display:none !important}.theme-brand-phase1.brand-clinical-catalog.template-category .page-header h1,.theme-brand-phase1.brand-clinical-catalog.template-search .page-header h1{letter-spacing:.04em;text-transform:none;font-weight:600;font-size:clamp(1.25rem,3vw,1.65rem);color:var(--hs-ord-clinical-ink)}.theme-brand-phase1.brand-clinical-catalog.template-search .container-fluid>h2.font-body{letter-spacing:.02em;font-weight:400;font-size:.95rem;color:var(--hs-ord-clinical-muted)}.theme-brand-phase1.brand-clinical-catalog .catalog-nav-strip__inner{justify-content:flex-start;padding:.65rem 0 .85rem;border-bottom:1px solid var(--hs-ord-clinical-border)}.theme-brand-phase1.brand-clinical-catalog .catalog-nav-strip__title{font-size:1rem;font-weight:600;letter-spacing:.02em;text-transform:none;max-width:none}.theme-brand-phase1.brand-clinical-catalog .breadcrumbs,.theme-brand-phase1.brand-clinical-catalog .breadcrumbs a{color:var(--hs-ord-clinical-muted);font-size:.78rem}.theme-brand-phase1.brand-clinical-catalog .breadcrumbs a:hover{color:var(--hs-ord-clinical-ink)}.theme-brand-phase1.brand-clinical-catalog .user-product-grid-toolbar--nav-strip{border:1px solid var(--hs-ord-clinical-border);border-radius:0;background:var(--hs-ord-clinical-bg);backdrop-filter:none;-webkit-backdrop-filter:none;box-shadow:none;color:var(--hs-ord-clinical-ink)}.theme-brand-phase1.brand-clinical-catalog .user-product-grid-toolbar--nav-strip .user-product-grid-toolbar__strip-label{color:var(--hs-ord-clinical-muted)}.theme-brand-phase1.brand-clinical-catalog .user-product-grid-toolbar--nav-strip .user-grid-density-btn{border-radius:0;border-color:var(--hs-ord-clinical-border);background:var(--hs-ord-clinical-bg);color:var(--hs-ord-clinical-ink)}.theme-brand-phase1.brand-clinical-catalog .user-product-grid-toolbar--nav-strip .user-grid-density-btn.active{background:var(--hs-ord-clinical-ink);color:#fff;border-color:var(--hs-ord-clinical-ink)}.theme-brand-phase1.brand-clinical-catalog .catalog-top-bar .catalog-top-bar__glass-pill{border:1px solid var(--hs-ord-clinical-border);border-radius:0;background:var(--hs-ord-clinical-bg);backdrop-filter:none;-webkit-backdrop-filter:none;box-shadow:none;color:var(--hs-ord-clinical-ink)}.theme-brand-phase1.brand-clinical-catalog .catalog-top-bar .catalog-top-bar__glass-btn{border-radius:0;color:var(--hs-ord-clinical-ink);font-size:.72rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.theme-brand-phase1.brand-clinical-catalog .catalog-top-bar .catalog-top-bar__glass-btn:hover{background:var(--hs-ord-clinical-bg-muted)}.theme-brand-phase1.brand-clinical-catalog .catalog-top-bar .catalog-top-bar__glass-btn--primary,.theme-brand-phase1.brand-clinical-catalog .catalog-top-bar .catalog-top-bar__glass-btn.is-active{background:var(--hs-ord-clinical-ink);color:#fff}.theme-brand-phase1.brand-clinical-catalog .catalog-top-bar .native-sort-pills__item .radio-button-label{border-radius:0;border-color:var(--hs-ord-clinical-border);background:var(--hs-ord-clinical-bg);color:var(--hs-ord-clinical-ink)}.theme-brand-phase1.brand-clinical-catalog .catalog-top-bar .native-sort-pills__item:has(input:checked) .radio-button-label{background:var(--hs-ord-clinical-ink);color:#fff;border-color:var(--hs-ord-clinical-ink)}.theme-brand-phase1.brand-clinical-catalog .catalog-benefits-bar--glass{border:1px solid var(--hs-ord-clinical-border);border-radius:0;background:var(--hs-ord-clinical-bg-muted);backdrop-filter:none;-webkit-backdrop-filter:none;box-shadow:none;color:var(--hs-ord-clinical-muted)}.theme-brand-phase1.brand-clinical-catalog.template-category .category-controls,.theme-brand-phase1.brand-clinical-catalog.template-search .category-controls{border-bottom:1px solid var(--hs-ord-clinical-border)}.theme-brand-phase1.brand-clinical-catalog.template-category .item-product:not(.item-product-reduced) .item,.theme-brand-phase1.brand-clinical-catalog.template-search .item-product:not(.item-product-reduced) .item,.theme-brand-phase1.brand-clinical-catalog.template-product .item-product:not(.item-product-reduced) .item{border:1px solid var(--hs-ord-clinical-border);border-radius:0;background:var(--hs-ord-clinical-bg);box-shadow:none}.theme-brand-phase1.brand-clinical-catalog.template-category .item-product:not(.item-product-reduced):hover .item,.theme-brand-phase1.brand-clinical-catalog.template-search .item-product:not(.item-product-reduced):hover .item,.theme-brand-phase1.brand-clinical-catalog.template-product .item-product:not(.item-product-reduced):hover .item,.theme-brand-phase1.brand-clinical-catalog.template-category .item-product:not(.item-product-reduced):focus-within .item,.theme-brand-phase1.brand-clinical-catalog.template-search .item-product:not(.item-product-reduced):focus-within .item,.theme-brand-phase1.brand-clinical-catalog.template-product .item-product:not(.item-product-reduced):focus-within .item{border-color:#ccc;box-shadow:none;transform:none}.theme-brand-phase1.brand-clinical-catalog.template-category .item-name,.theme-brand-phase1.brand-clinical-catalog.template-search .item-name,.theme-brand-phase1.brand-clinical-catalog.template-product .item-name,.theme-brand-phase1.brand-clinical-catalog.template-category .item-name a,.theme-brand-phase1.brand-clinical-catalog.template-search .item-name a,.theme-brand-phase1.brand-clinical-catalog.template-product .item-name a{font-weight:600;letter-spacing:.01em;font-size:.92rem;color:var(--hs-ord-clinical-ink)}.theme-brand-phase1.brand-clinical-catalog.template-category .item-price,.theme-brand-phase1.brand-clinical-catalog.template-search .item-price,.theme-brand-phase1.brand-clinical-catalog.template-product .item-price,.theme-brand-phase1.brand-clinical-catalog.template-category .item-price-container .item-price,.theme-brand-phase1.brand-clinical-catalog.template-search .item-price-container .item-price,.theme-brand-phase1.brand-clinical-catalog.template-product .item-price-container .item-price{font-weight:600;font-size:.88rem;letter-spacing:.02em}.theme-brand-phase1.brand-clinical-catalog.template-category .item-description,.theme-brand-phase1.brand-clinical-catalog.template-search .item-description{padding:.85rem .85rem 1rem}.theme-brand-phase1.brand-clinical-catalog.template-category .item-actions .btn-link,.theme-brand-phase1.brand-clinical-catalog.template-search .item-actions .btn-link,.theme-brand-phase1.brand-clinical-catalog.template-category .item-actions .js-modal-open,.theme-brand-phase1.brand-clinical-catalog.template-search .item-actions .js-modal-open{display:inline-flex;align-items:center;justify-content:center;min-height:2.35rem;width:100%;padding:.5rem 1rem;border:1px solid var(--hs-ord-clinical-ink);border-radius:0;background:var(--hs-ord-clinical-ink);color:#fff;font-size:.68rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;text-decoration:none}.theme-brand-phase1.brand-clinical-catalog.template-category .item-actions .btn-link:hover,.theme-brand-phase1.brand-clinical-catalog.template-search .item-actions .btn-link:hover,.theme-brand-phase1.brand-clinical-catalog.template-category .item-actions .js-modal-open:hover,.theme-brand-phase1.brand-clinical-catalog.template-search .item-actions .js-modal-open:hover{background:#333;border-color:#333;color:#fff}.theme-brand-phase1.brand-clinical-catalog.template-category #nav-filters.modal,.theme-brand-phase1.brand-clinical-catalog.template-search #nav-filters.modal,.theme-brand-phase1.brand-clinical-catalog.template-category #sort-by.modal,.theme-brand-phase1.brand-clinical-catalog.template-search #sort-by.modal{background:var(--hs-ord-clinical-bg) !important;color:var(--hs-ord-clinical-ink);fill:var(--hs-ord-clinical-ink);border:1px solid var(--hs-ord-clinical-border);box-shadow:0 12px 40px rgba(0,0,0,.12);backdrop-filter:none;-webkit-backdrop-filter:none}.theme-brand-phase1.brand-clinical-catalog.template-category .js-modal-overlay[data-modal-id="#nav-filters"],.theme-brand-phase1.brand-clinical-catalog.template-search .js-modal-overlay[data-modal-id="#nav-filters"],.theme-brand-phase1.brand-clinical-catalog.template-category .js-modal-overlay[data-modal-id="#sort-by"],.theme-brand-phase1.brand-clinical-catalog.template-search .js-modal-overlay[data-modal-id="#sort-by"]{background:rgba(0,0,0,.35) !important;backdrop-filter:none;-webkit-backdrop-filter:none}.theme-brand-phase1.brand-clinical-catalog.template-category #nav-filters .modal-header,.theme-brand-phase1.brand-clinical-catalog.template-search #nav-filters .modal-header,.theme-brand-phase1.brand-clinical-catalog.template-category #sort-by .modal-header,.theme-brand-phase1.brand-clinical-catalog.template-search #sort-by .modal-header{background:var(--hs-ord-clinical-bg-muted);border-bottom:1px solid var(--hs-ord-clinical-border);color:var(--hs-ord-clinical-ink);backdrop-filter:none;-webkit-backdrop-filter:none}.theme-brand-phase1.brand-clinical-catalog.template-category #nav-filters .modal-body,.theme-brand-phase1.brand-clinical-catalog.template-search #nav-filters .modal-body,.theme-brand-phase1.brand-clinical-catalog.template-category #sort-by .modal-body,.theme-brand-phase1.brand-clinical-catalog.template-search #sort-by .modal-body{color:var(--hs-ord-clinical-ink)}.theme-brand-phase1.brand-clinical-catalog.template-category #nav-filters .filter-accordion .accordion-title,.theme-brand-phase1.brand-clinical-catalog.template-search #nav-filters .filter-accordion .accordion-title,.theme-brand-phase1.brand-clinical-catalog.template-category #nav-filters .filter-accordion .js-accordion-title,.theme-brand-phase1.brand-clinical-catalog.template-search #nav-filters .filter-accordion .js-accordion-title{color:var(--hs-ord-clinical-ink)}.theme-brand-phase1.brand-clinical-catalog.template-product #single-product.pdp-app{background:rgba(0,0,0,0)}.theme-brand-phase1.brand-clinical-catalog.template-product .pdp-app--visual .pdp-gallery-visual{border:1px solid var(--hs-ord-clinical-border);border-radius:0;background:var(--hs-ord-clinical-bg-muted);box-shadow:none}.theme-brand-phase1.brand-clinical-catalog.template-product .pdp-app--visual .pdp-gallery-visual::before{display:none}.theme-brand-phase1.brand-clinical-catalog.template-product .pdp-app--visual .pdp-thumb{border-radius:0;border-color:var(--hs-ord-clinical-border)}.theme-brand-phase1.brand-clinical-catalog.template-product .pdp-app--visual .pdp-thumb.is-active{border-color:var(--hs-ord-clinical-ink)}@media(min-width: 768px){.theme-brand-phase1.brand-clinical-catalog.template-product .pdp-app-buybox{padding:1.35rem 1.5rem;background:var(--hs-ord-clinical-bg);border:1px solid var(--hs-ord-clinical-border);border-radius:0;box-shadow:none}}.theme-brand-phase1.brand-clinical-catalog.template-product .pdp-app--visual .pdp-section--intro .js-product-name,.theme-brand-phase1.brand-clinical-catalog.template-product .pdp-app--represent .pdp-section--intro .js-product-name{font-weight:600;letter-spacing:.01em;font-size:clamp(1.35rem,3vw,1.75rem);line-height:1.2}.theme-brand-phase1.brand-clinical-catalog.template-product .pdp-section--price .price-container,.theme-brand-phase1.brand-clinical-catalog.template-product .pdp-app--visual .pdp-section--price{color:var(--hs-ord-clinical-ink)}.theme-brand-phase1.brand-clinical-catalog.template-product #single-product .btn-add-to-cart.btn-primary:not(:disabled),.theme-brand-phase1.brand-clinical-catalog.template-product .pdp-app--visual .btn-add-to-cart.btn-primary:not(:disabled),.theme-brand-phase1.brand-clinical-catalog.template-product #single-product .btn-add-to-cart.brand-pdp-cta.btn-primary:not(:disabled){border-radius:0;border:1px solid var(--hs-ord-clinical-ink);background:var(--hs-ord-clinical-ink);color:#fff;font-size:.72rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.theme-brand-phase1.brand-clinical-catalog.template-product #single-product .btn-add-to-cart.btn-primary:not(:disabled):hover,.theme-brand-phase1.brand-clinical-catalog.template-product .pdp-app--visual .btn-add-to-cart.btn-primary:not(:disabled):hover,.theme-brand-phase1.brand-clinical-catalog.template-product #single-product .btn-add-to-cart.brand-pdp-cta.btn-primary:not(:disabled):hover{background:#333;border-color:#333;color:#fff}.theme-brand-phase1.brand-clinical-catalog.template-product .pdp-tabs__nav{border-bottom-color:var(--hs-ord-clinical-border)}.theme-brand-phase1.brand-clinical-catalog.template-product .pdp-tabs__label{letter-spacing:.08em;font-size:.68rem}.theme-brand-phase1.brand-clinical-catalog.template-product .pdp-trust-strip{border-radius:0;border-color:var(--hs-ord-clinical-border);background:var(--hs-ord-clinical-bg-muted)}.theme-brand-phase1.brand-clinical-catalog.template-product .brand-category-rail{border-top:1px solid var(--hs-ord-clinical-border);border-bottom:1px solid var(--hs-ord-clinical-border);background:var(--hs-ord-clinical-bg)}.theme-brand-phase1.brand-clinical-catalog #quickshop-modal .modal-content,.theme-brand-phase1.brand-clinical-catalog #quickshop-modal .modal-body{background:var(--hs-ord-clinical-bg);color:var(--hs-ord-clinical-ink)}.theme-brand-phase1.brand-clinical-catalog #quickshop-modal #quickshop-form .btn-add-to-cart{border-radius:0;background:var(--hs-ord-clinical-ink);border-color:var(--hs-ord-clinical-ink)}.theme-brand-phase1.template-page .page-header h1{letter-spacing:.05em;font-weight:500;line-height:1.25}.theme-brand-phase1.template-page .brand-page-user-content{line-height:1.7}.theme-brand-phase1.template-page .brand-page-rail .user-content-body{font-size:var(--font-small);padding-bottom:1rem}.theme-brand-phase1.template-page .user-content-body>*:first-child{margin-top:0}.theme-brand-phase1.template-page .user-content-body h2,.theme-brand-phase1.template-page .user-content-body h3{font-family:var(--heading-font);font-weight:500;letter-spacing:.03em;margin-top:2rem;margin-bottom:.75rem;line-height:1.25}.theme-brand-phase1.template-page .user-content-body h2{font-size:1.125rem;padding-bottom:.35rem;border-bottom:1px solid rgba(0,0,0,.08)}.theme-brand-phase1.template-page .user-content-body h3{font-size:1rem;border-bottom:none;margin-top:1.5rem}.theme-brand-phase1.template-page .user-content-body p{margin-bottom:1rem}.theme-brand-phase1.template-page .user-content-body ul,.theme-brand-phase1.template-page .user-content-body ol{margin-bottom:1.25rem;padding-left:1.15rem}.theme-brand-phase1.template-page .user-content-body li{margin-bottom:.35rem}.theme-brand-phase1.template-page .user-content-body img{max-width:100%;height:auto;margin:1.25rem 0}.theme-brand-phase1.template-page .user-content-body blockquote{margin:1.5rem 0;padding:.85rem 1rem .85rem 1rem;border-left:3px solid rgba(0,0,0,.15);font-size:var(--font-base);opacity:.92}.theme-brand-phase1.template-page .user-content-body table{width:100%;margin:1.25rem 0;font-size:var(--font-smallest);border-collapse:collapse}.theme-brand-phase1.template-page .user-content-body table th,.theme-brand-phase1.template-page .user-content-body table td{padding:.5rem .65rem;border:1px solid rgba(0,0,0,.08)}.theme-brand-phase1.template-page .user-content-body table th{letter-spacing:.06em;text-transform:uppercase;font-weight:500;font-size:.625rem;background:rgba(0,0,0,.03)}.theme-brand-phase1.template-contact .page-header h1{letter-spacing:.05em;font-weight:500}.theme-brand-phase1.template-contact .btn-primary,.theme-brand-phase1.template-contact input[type=submit].btn{letter-spacing:.07em;text-transform:uppercase;font-weight:500}.theme-brand-phase1.template-contact .contact-page .btn-link{letter-spacing:.02em}.theme-brand-phase1.template-contact .brand-contact-aside{padding-right:.5rem}@media(min-width: 768px){.theme-brand-phase1.template-contact .brand-contact-aside{border-right:1px solid rgba(0,0,0,.08);padding-right:1.75rem}}.theme-brand-phase1.template-contact .brand-contact-form-shell{padding:0}@media(min-width: 768px){.theme-brand-phase1.template-contact .brand-contact-form-shell{padding:1.35rem 1.45rem 1.6rem;border:none;border-radius:var(--brand-ui-r);background:var(--main-background);box-shadow:var(--brand-elev-1)}}.theme-brand-phase1.template-contact .brand-contact-form-shell .alert{border-radius:var(--brand-ui-r-sm)}.theme-brand-phase1.template-contact .brand-contact-form-shell .form-label{letter-spacing:.04em;font-size:var(--font-smallest);text-transform:uppercase;font-weight:500;margin-bottom:.35rem}.theme-brand-phase1.template-blog .page-header h1{letter-spacing:.06em;text-transform:uppercase;font-weight:500;font-size:clamp(1.1rem,2.5vw,1.35rem)}.theme-brand-phase1.template-blog .blog-page .item-name{letter-spacing:.03em;font-weight:500;font-size:.9375rem}.theme-brand-phase1.template-blog .blog-page .btn-link{letter-spacing:.06em;text-transform:uppercase;font-size:.6875rem;font-weight:500}.theme-brand-phase1.template-blog-post .page-header h1{letter-spacing:.03em;font-weight:500;line-height:1.25}.theme-brand-phase1.template-blog-post .blog-post-page .font-small{letter-spacing:.04em;text-transform:uppercase;font-size:.65rem;opacity:.85}.theme-brand-phase1.template-blog-post .blog-post-page{line-height:1.65}.theme-brand-phase1[class*=template-account] .page-header h1{letter-spacing:.05em;font-weight:500}.theme-brand-phase1[class*=template-account] .btn-primary,.theme-brand-phase1[class*=template-account] input[type=submit].btn{letter-spacing:.07em;text-transform:uppercase;font-weight:500}.theme-brand-phase1.template-404 .page-header h1{letter-spacing:.05em;font-weight:500}.theme-brand-phase1.template-404 #page-error h2.font-body{letter-spacing:.02em;font-weight:400;line-height:1.35}.theme-brand-phase1.template-404 #page-error .section-products-related .item-name{font-weight:400;letter-spacing:.03em;font-size:.8125rem}.theme-brand-phase1.template-404 #page-error .item-price{letter-spacing:.04em;font-size:.8125rem}.theme-brand-phase1.body-password .head-main{border-bottom:1px solid rgba(0,0,0,.07);padding-bottom:.5rem}.theme-brand-phase1.body-password h2.h3-huge{letter-spacing:.04em;font-weight:500;text-align:center}.theme-brand-phase1.body-password .btn-primary,.theme-brand-phase1.body-password input[type=submit]{letter-spacing:.08em;text-transform:uppercase;font-weight:500}.theme-brand-phase1 .btn-primary,.theme-brand-phase1 .btn.btn-primary{border-radius:0;letter-spacing:.075em;text-transform:uppercase;font-weight:500}.theme-brand-phase1 .btn-primary:focus-visible,.theme-brand-phase1 .btn.btn-primary:focus-visible{outline:none;box-shadow:0 0 0 2px var(--main-background),0 0 0 4px var(--accent-color, currentColor)}.theme-brand-phase1 .btn-default,.theme-brand-phase1 .btn.btn-default{border-radius:0;letter-spacing:.055em;font-weight:500}.theme-brand-phase1 .btn-big{padding-top:.85rem;padding-bottom:.85rem}.theme-brand-phase1 .btn-utility{border-radius:0}.head-main .header-utility-svg{width:1.35rem;height:1.35rem;vertical-align:middle;color:inherit}.head-main .header-utility-icon svg{display:block;width:1.35rem;height:1.35rem;color:inherit}.theme-brand-phase1 .form-control:not(textarea),.theme-brand-phase1 .form-select,.theme-brand-phase1 select.form-control{border-radius:0}.theme-brand-phase1 .form-control:focus,.theme-brand-phase1 .form-select:focus{box-shadow:none;border-color:var(--accent-color)}.theme-brand-phase1 textarea.form-control{border-radius:0;min-height:6rem}.theme-brand-phase1 .modal .modal-header{border-bottom:1px solid rgba(0,0,0,.08)}.theme-brand-phase1 .modal .modal-header .col.p-3{letter-spacing:.04em;font-weight:500}.theme-brand-phase1 #modal-cart .cart-item-name,.theme-brand-phase1 .js-fullscreen-modal .cart-item-name{letter-spacing:.03em;font-weight:400}.theme-brand-phase1 #quickshop-modal .js-item-variants.quickshop-info-column{text-align:center}@media(min-width: 768px){.theme-brand-phase1 #quickshop-modal .js-item-variants.quickshop-info-column{text-align:left}}.theme-brand-phase1 #quickshop-modal .js-item-variants>.row.no-gutters:first-child{position:relative;justify-content:center;text-align:center}@media(min-width: 768px){.theme-brand-phase1 #quickshop-modal .js-item-variants>.row.no-gutters:first-child{justify-content:flex-start;text-align:left}}.theme-brand-phase1 #quickshop-modal .js-item-variants>.row.no-gutters:first-child .col-auto{position:absolute;right:0;top:0}.theme-brand-phase1 #quickshop-modal .js-item-name{font-size:.9375rem !important;line-height:1.35;font-weight:600;letter-spacing:.03em;margin-left:auto;margin-right:auto;max-width:22rem;padding-left:1.5rem;padding-right:1.5rem}@media(min-width: 768px){.theme-brand-phase1 #quickshop-modal .js-item-name{margin-left:0;margin-right:0;padding-left:0;padding-right:2.5rem;max-width:none}}.theme-brand-phase1 #quickshop-modal .quickshop-price-block{max-width:22rem;margin-left:auto;margin-right:auto}@media(min-width: 768px){.theme-brand-phase1 #quickshop-modal .quickshop-price-block{margin-left:0;margin-right:0;max-width:none}}.theme-brand-phase1 #quickshop-modal .js-item-variants [data-store^=product-item-price]{font-size:.875rem;line-height:1.45}.theme-brand-phase1 #quickshop-modal .quickshop-price-line{display:flex;flex-direction:row;flex-wrap:wrap;align-items:baseline;justify-content:center;column-gap:.65rem;row-gap:.35rem;max-width:100%}@media(min-width: 768px){.theme-brand-phase1 #quickshop-modal .quickshop-price-line{justify-content:flex-start}}.theme-brand-phase1 #quickshop-modal .quickshop-price-line>.js-price-display{flex:0 0 auto}.theme-brand-phase1 #quickshop-modal .quickshop-price-line>.hs-dyn-price-addon{flex:0 0 auto;display:inline-flex !important;align-items:center;column-gap:.45rem}.theme-brand-phase1 #quickshop-modal .quickshop-price-line>.js-compare-price-display{flex:0 1 auto;margin-left:0 !important;margin-top:0 !important}.theme-brand-phase1 #quickshop-modal .js-price-display.item-price{color:#059669;font-size:1rem !important;font-weight:700 !important}:root[data-color-scheme=dark] .theme-brand-phase1 #quickshop-modal .js-price-display.item-price{color:#4ade80}.theme-brand-phase1 #quickshop-modal .js-compare-price-display.price-compare{font-size:.8125rem !important;color:#a1a1aa !important;text-decoration:line-through;font-weight:400}:root[data-color-scheme=dark] .theme-brand-phase1 #quickshop-modal .js-compare-price-display.price-compare{color:#737373 !important}.theme-brand-phase1 #quickshop-modal [data-store^=product-item-price] .hs-dyn-old{color:#a1a1aa !important;text-decoration:line-through;font-size:.75rem !important}.theme-brand-phase1 #quickshop-modal [data-store^=product-item-price] .hs-dyn-badge{background:linear-gradient(180deg, #5eead4, #34d399) !important;color:#fff !important;font-weight:700 !important;font-size:.65rem !important;padding:3px 8px !important;border-radius:999px !important;letter-spacing:.02em;box-shadow:0 1px 2px rgba(5,150,105,.18)}:root[data-color-scheme=dark] .theme-brand-phase1 #quickshop-modal [data-store^=product-item-price] .hs-dyn-badge{background:linear-gradient(180deg, color-mix(in srgb, #34d399 85%, #0f172a), #059669) !important;color:#ecfdf5 !important;box-shadow:none}:root[data-color-scheme=dark] .theme-brand-phase1 #quickshop-modal [data-store^=product-item-price] .hs-dyn-old{color:#737373 !important}.theme-brand-phase1 #quickshop-modal .quickshop-transfer-row .js-theme-transfer-amount{color:inherit !important;font-weight:400 !important;font-size:.875rem !important}.theme-brand-phase1 #quickshop-modal .quickshop-price-line .hs-dyn-price-addon{margin-left:0}.theme-brand-phase1 #quickshop-modal .quickshop-transfer-row{border-top:1px solid color-mix(in srgb, var(--main-foreground, #111) 10%, transparent);text-align:center}@media(min-width: 768px){.theme-brand-phase1 #quickshop-modal .quickshop-transfer-row{text-align:left}}.theme-brand-phase1 #quickshop-modal .js-item-variants [data-store^=product-item-price] .font-big,.theme-brand-phase1 #quickshop-modal .js-item-variants [data-store^=product-item-price] .h5{font-size:.8125rem !important}.theme-brand-phase1 #quickshop-modal #quickshop-form.quickshop-form-slot{font-size:.8125rem;text-align:center;margin-top:.25rem}@media(min-width: 768px){.theme-brand-phase1 #quickshop-modal #quickshop-form.quickshop-form-slot{text-align:left}}.theme-brand-phase1 #quickshop-modal #quickshop-form .form-label,.theme-brand-phase1 #quickshop-modal #quickshop-form .js-insta-variation-label{font-size:.75rem;letter-spacing:.04em}.theme-brand-phase1 #quickshop-modal #quickshop-form .row.mt-3{justify-content:center}@media(min-width: 768px){.theme-brand-phase1 #quickshop-modal #quickshop-form .row.mt-3{justify-content:flex-start}}.theme-brand-phase1 #quickshop-modal #quickshop-form .btn-add-to-cart,.theme-brand-phase1 #quickshop-modal #quickshop-form .js-addtocart-placeholder{font-size:.75rem}@keyframes theme-brand-cta-soft-press{0%{transform:scale(1)}38%{transform:scale(0.987)}100%{transform:scale(1)}}@keyframes theme-brand-cta-soft-confirm{0%{transform:scale(1)}32%{transform:scale(1.004)}100%{transform:scale(1)}}@keyframes theme-brand-variant-select{0%{transform:scale(1)}48%{transform:scale(0.972)}100%{transform:scale(1)}}.theme-brand-phase1.template-product #single-product .js-addtocart-placeholder.theme-cta-state--adding{animation:theme-brand-cta-soft-press .44s cubic-bezier(0.22, 1, 0.36, 1) forwards}.theme-brand-phase1.template-product #single-product .js-addtocart-placeholder.theme-cta-state--success{animation:theme-brand-cta-soft-confirm .52s cubic-bezier(0.22, 1, 0.36, 1) forwards}.theme-brand-phase1.template-product #single-product .js-insta-variant.theme-variant-pulse{animation:theme-brand-variant-select .38s cubic-bezier(0.22, 1, 0.36, 1)}.theme-brand-phase1.template-product #single-product .btn-add-to-cart.brand-pdp-cta.btn-primary:not(:disabled){background:rgba(0,0,0,0);color:var(--main-foreground);border:1px solid var(--main-foreground);border-radius:0;box-shadow:none;letter-spacing:.08em;text-transform:uppercase;font-weight:500;font-size:.75rem;padding-top:.85rem;padding-bottom:.85rem;transition:background .15s ease,color .15s ease,border-color .15s ease,transform .22s cubic-bezier(0.22, 1, 0.36, 1)}.theme-brand-phase1.template-product #single-product .btn-add-to-cart.brand-pdp-cta.btn-primary:not(:disabled):hover{background:var(--main-foreground);color:var(--main-background);border-color:var(--main-foreground)}.theme-brand-phase1.template-product #single-product .btn-add-to-cart.brand-pdp-cta.btn-primary:not(:disabled):active{transform:scale(0.985)}.theme-brand-phase1.template-product #single-product .btn-add-to-cart.brand-pdp-cta.btn-primary:disabled,.theme-brand-phase1.template-product #single-product .btn-add-to-cart.brand-pdp-cta.btn-primary.nostock{opacity:.45;background:rgba(0,0,0,0);color:var(--main-foreground);border-color:rgba(0,0,0,.25)}@media(prefers-reduced-motion: reduce){.theme-brand-phase1.template-product #single-product .btn-add-to-cart.brand-pdp-cta.btn-primary:not(:disabled){transition:none}.theme-brand-phase1.template-product .product-form-cta-row--sticky-mobile .btn-add-to-cart.brand-pdp-cta.btn-primary:not(:disabled),.theme-brand-phase1.template-product .pdp-app--visual .btn-add-to-cart.brand-pdp-cta.btn-primary:not(:disabled){transition:none}.theme-brand-phase1.template-product #single-product .js-addtocart-placeholder.theme-cta-state--adding,.theme-brand-phase1.template-product #single-product .js-addtocart-placeholder.theme-cta-state--success,.theme-brand-phase1.template-product #single-product .js-insta-variant.theme-variant-pulse{animation:none !important;transform:none !important}.theme-brand-phase1.template-product #single-product .btn-add-to-cart.brand-pdp-cta.btn-primary:not(:disabled):active,.theme-brand-phase1.template-product .product-form-cta-row--sticky-mobile .btn-add-to-cart.brand-pdp-cta.btn-primary:not(:disabled):active,.theme-brand-phase1.template-product .pdp-app--visual .btn-add-to-cart.brand-pdp-cta.btn-primary:not(:disabled):active{transform:none}}.theme-brand-phase1.template-product .product-form-cta-row--sticky-mobile .btn-add-to-cart.brand-pdp-cta.btn-primary:not(:disabled),.theme-brand-phase1.template-product .pdp-app--visual .btn-add-to-cart.brand-pdp-cta.btn-primary:not(:disabled){background:rgba(0,0,0,0);color:var(--main-foreground);border:1px solid var(--main-foreground);border-radius:0;box-shadow:none;letter-spacing:.08em;text-transform:uppercase;font-weight:500;font-size:.75rem;padding-top:.85rem;padding-bottom:.85rem;transition:background .15s ease,color .15s ease,border-color .15s ease,transform .22s cubic-bezier(0.22, 1, 0.36, 1);filter:none}.theme-brand-phase1.template-product .product-form-cta-row--sticky-mobile .btn-add-to-cart.brand-pdp-cta.btn-primary:not(:disabled):hover,.theme-brand-phase1.template-product .pdp-app--visual .btn-add-to-cart.brand-pdp-cta.btn-primary:not(:disabled):hover{background:var(--main-foreground);color:var(--main-background);border-color:var(--main-foreground);filter:none;transform:none}.theme-brand-phase1.template-product .product-form-cta-row--sticky-mobile .btn-add-to-cart.brand-pdp-cta.btn-primary:not(:disabled):active,.theme-brand-phase1.template-product .pdp-app--visual .btn-add-to-cart.brand-pdp-cta.btn-primary:not(:disabled):active{transform:scale(0.985)}.theme-brand-phase1.template-product .product-form-cta-row--sticky-mobile .btn-add-to-cart.brand-pdp-cta.btn-primary:disabled,.theme-brand-phase1.template-product .product-form-cta-row--sticky-mobile .btn-add-to-cart.brand-pdp-cta.btn-primary.nostock,.theme-brand-phase1.template-product .pdp-app--visual .btn-add-to-cart.brand-pdp-cta.btn-primary:disabled,.theme-brand-phase1.template-product .pdp-app--visual .btn-add-to-cart.brand-pdp-cta.btn-primary.nostock{opacity:.45;background:rgba(0,0,0,0);color:var(--main-foreground);border-color:rgba(0,0,0,.25)}.theme-brand-phase1.template-home .item-image .labels,.theme-brand-phase1.template-category .item-image .labels,.theme-brand-phase1.template-search .item-image .labels{top:.55rem;left:.55rem;right:auto;transform:none;max-width:calc(100% - 2.75rem)}.theme-brand-phase1.template-home .item-image .labels .label,.theme-brand-phase1.template-category .item-image .labels .label,.theme-brand-phase1.template-search .item-image .labels .label{margin-bottom:.3rem !important;padding:.2rem .45rem;font-size:.625rem;line-height:1.25;font-weight:600;letter-spacing:.05em}.theme-brand-phase1 .item-product:not(.item-product-reduced) .item-image:not(.item-image-slider):hover img,.theme-brand-phase1 .item-product:not(.item-product-reduced) .item-image-slider:hover .swiper-slide-active img{transform:none !important}.theme-brand-phase1 .alert{border-radius:0}.theme-brand-phase1 .js-load-more .btn-default{letter-spacing:.08em;text-transform:uppercase;font-size:.75rem;border-radius:0}.theme-brand-phase1 .row.justify-content-center.align-items-center.mt-5 .mx-2{letter-spacing:.05em;font-size:var(--font-small)}.theme-brand-phase1 .js-newsletter.newsletter .h4-huge,.theme-brand-phase1 .js-newsletter.newsletter .h2-huge-md{letter-spacing:.07em;text-transform:uppercase;font-weight:500;font-size:.9375rem}@media(min-width: 768px){.theme-brand-phase1 .js-newsletter.newsletter .h4-huge,.theme-brand-phase1 .js-newsletter.newsletter .h2-huge-md{font-size:.8125rem}}.theme-brand-phase1 .js-newsletter.newsletter input[type=submit].btn-link{letter-spacing:.08em;text-transform:uppercase;font-weight:500;font-size:.6875rem}.theme-brand-phase1 .chip{border-radius:0;letter-spacing:.03em}.theme-brand-phase1 .label{border-radius:0;letter-spacing:.07em;text-transform:uppercase;font-size:.625rem;font-weight:500}.theme-brand-phase1 .card{border-radius:0}.theme-brand-phase1 .card.overflow-visible{border-radius:0}.theme-brand-phase1 .breadcrumbs{font-size:var(--font-smallest);letter-spacing:.04em}.theme-brand-phase1 .breadcrumbs .separator{opacity:.45;padding:0 .35rem}.theme-brand-phase1 .filter-accordion .accordion-title,.theme-brand-phase1 .js-accordion-title{letter-spacing:.04em}.theme-brand-phase1 .cart-row,.theme-brand-phase1 .cart-item{border-color:rgba(0,0,0,.07)}.theme-brand-phase1 .divider{border-color:rgba(0,0,0,.1)}.theme-brand-phase1 .radio-button-item.card{border-radius:var(--brand-ui-r-sm);transition:box-shadow var(--brand-motion-base) var(--brand-ease-smooth),border-color var(--brand-motion-base) var(--brand-ease-smooth),transform var(--brand-motion-fast) var(--brand-ease-editorial)}@media(min-width: 768px){.theme-brand-phase1 .item-product:not(.swiper-slide) .item{transition:border-color var(--brand-motion-base) var(--brand-ease-smooth)}.theme-brand-phase1 .item-product:not(.swiper-slide):hover .item,.theme-brand-phase1 .item-product:not(.swiper-slide):focus-within .item{transform:none;box-shadow:none}.theme-brand-phase1.template-category .item-product:not(.swiper-slide):hover .item,.theme-brand-phase1.template-category .item-product:not(.swiper-slide):focus-within .item,.theme-brand-phase1.template-search .item-product:not(.swiper-slide):hover .item,.theme-brand-phase1.template-search .item-product:not(.swiper-slide):focus-within .item{transform:none;box-shadow:none}}@media(prefers-reduced-motion: reduce){.theme-brand-phase1 .item-product:not(.swiper-slide) .item{transition:box-shadow .2s ease}.theme-brand-phase1 .item-product:not(.swiper-slide):hover .item,.theme-brand-phase1 .item-product:not(.swiper-slide):focus-within .item{transform:none;box-shadow:none}.theme-brand-phase1 .item-product:not(.item-product-reduced) .item-image:not(.item-image-slider) img.img-absolute.img-absolute-centered{transition:none}.theme-brand-phase1 .item-product:not(.item-product-reduced):hover .item-image:not(.item-image-slider) img.img-absolute.img-absolute-centered,.theme-brand-phase1 .item-product:not(.item-product-reduced):focus-within .item-image:not(.item-image-slider) img.img-absolute.img-absolute-centered{transform:none}}.theme-brand-phase1 .item-product:not(.item-product-reduced) .js-item-image-padding{border-radius:0;box-shadow:none;overflow:hidden}.theme-brand-phase1 .item-product:not(.item-product-reduced) .item-image:not(.item-image-slider){position:absolute;left:0;top:0;width:100%;height:100%;max-height:none}.theme-brand-phase1 .item-product:not(.item-product-reduced) .js-item-media-stack .item-image:not(.item-image-slider),.theme-brand-phase1 .item-product:not(.item-product-reduced) .js-item-flip-photo-root .item-image:not(.item-image-slider){position:relative;left:auto;top:auto;right:auto;bottom:auto;width:100%;height:auto;max-height:none}.theme-brand-phase1 .item-product:not(.item-product-reduced) .item-image:not(.item-image-slider) .js-item-image.img-absolute.img-absolute-centered,.theme-brand-phase1 .item-product:not(.item-product-reduced) .item-image:not(.item-image-slider) img.item-image-featured.img-absolute.img-absolute-centered,.theme-brand-phase1 .item-product:not(.item-product-reduced) .item-image:not(.item-image-slider) img.item-image-secondary.img-absolute.img-absolute-centered,.theme-brand-phase1 .item-product:not(.item-product-reduced) .item-image:not(.item-image-slider) img.item-image-secondary.img-absolute,.theme-brand-phase1 .item-product:not(.item-product-reduced) .item-image:not(.item-image-slider) img.item-image-secondary{position:absolute;left:0;top:0;right:0;bottom:0;transform:none !important;width:100% !important;height:100% !important;max-width:none !important;max-height:none !important;object-fit:cover}.theme-brand-phase1 .item-product:not(.item-product-reduced) .item-image:not(.item-image-slider) .js-item-image.img-absolute.img-absolute-centered,.theme-brand-phase1 .item-product:not(.item-product-reduced) .item-image:not(.item-image-slider) img.item-image-featured.img-absolute.img-absolute-centered{object-position:center center}.theme-brand-phase1 .item-product:not(.item-product-reduced) .item-image:not(.item-image-slider) img.item-image-secondary,.theme-brand-phase1 .item-product:not(.item-product-reduced) .item-image:not(.item-image-slider) img.item-image-secondary.img-absolute,.theme-brand-phase1 .item-product:not(.item-product-reduced) .item-image:not(.item-image-slider) img.item-image-secondary.img-absolute.img-absolute-centered{object-position:center center}.theme-brand-phase1 .item-product:not(.item-product-reduced) .item-image img,.theme-brand-phase1 .item-product:not(.item-product-reduced) .item-image .js-item-image,.theme-brand-phase1 .item-product:not(.item-product-reduced) .item-image picture img{object-fit:cover !important;object-position:center center;width:100% !important;height:100% !important;max-width:none !important;max-height:none !important}.theme-brand-phase1 .item-product-reduced .item-image img{object-fit:cover !important;object-position:center center}.theme-brand-phase1 .item-product:not(.item-product-reduced) .item-image.item-image-slider,.theme-brand-phase1 .item-product:not(.item-product-reduced) .item-image.item-image-slider .swiper-container,.theme-brand-phase1 .item-product:not(.item-product-reduced) .item-image.item-image-slider .swiper-wrapper{height:100%}.theme-brand-phase1 .item-product:not(.item-product-reduced) .item-image.item-image-slider .swiper-slide,.theme-brand-phase1 .item-product:not(.item-product-reduced) .item-image.item-image-slider .swiper-slide.item-image-slide{height:100%;align-self:stretch}.theme-brand-phase1 .item-product:not(.item-product-reduced) .item-image.item-image-slider img,.theme-brand-phase1 .item-product:not(.item-product-reduced) .item-image.item-image-slider .swiper-slide img,.theme-brand-phase1 .item-product:not(.item-product-reduced) .item-image.item-image-slider picture img,.theme-brand-phase1 .item-product:not(.item-product-reduced) .item-image.item-image-slider .js-item-image{left:0 !important;top:0;right:0;bottom:0;width:100% !important;height:100% !important;max-width:none !important;max-height:none !important;object-fit:cover !important;object-position:center center;transform:none !important}.theme-brand-phase1 .quickshop-image{width:100% !important;height:100% !important;left:0 !important;top:0 !important;right:auto !important;bottom:auto !important;transform:none !important;max-width:none !important;max-height:none !important;object-fit:cover !important;object-position:center center}@keyframes brand-editorial-rise{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.theme-brand-phase1 .section-brand-editorial{padding-top:var(--section-distance-huge);padding-bottom:var(--section-distance-huge)}@media(min-width: 768px){.theme-brand-phase1 .section-brand-editorial{padding-top:var(--section-distance-huge-md);padding-bottom:var(--section-distance-huge-md)}}.theme-brand-phase1 .section-brand-editorial__img{width:100%;height:auto;display:block;object-fit:cover;min-height:220px}@media(min-width: 768px){.theme-brand-phase1 .section-brand-editorial__figure,.theme-brand-phase1 .section-brand-editorial__img{min-height:420px}.theme-brand-phase1 .section-brand-editorial__img{min-height:100%}}.theme-brand-phase1 .section-brand-editorial__inner{padding:1.75rem 1.25rem}@media(min-width: 768px){.theme-brand-phase1 .section-brand-editorial__inner{padding:2.5rem 3rem;max-width:28rem}}.theme-brand-phase1 .section-brand-editorial__kicker{font-size:var(--font-smallest);letter-spacing:.14em;text-transform:uppercase;margin-bottom:.5rem;opacity:.75}.theme-brand-phase1 .section-brand-editorial__title{font-family:var(--heading-font);font-size:clamp(1.35rem,3.5vw,2rem);font-weight:500;letter-spacing:.02em;line-height:1.15}.theme-brand-phase1 .section-brand-editorial__text{font-size:var(--font-small);line-height:1.65;opacity:.88}.theme-brand-phase1 .section-brand-editorial__btn{letter-spacing:.08em;text-transform:uppercase;font-size:var(--font-smallest);font-weight:500;padding:.65rem 1.35rem;border-radius:var(--brand-ui-r-sm);box-shadow:var(--brand-elev-1)}@media(prefers-reduced-motion: no-preference){.theme-brand-phase1 .section-brand-editorial__inner>.section-brand-editorial__kicker,.theme-brand-phase1 .section-brand-editorial__inner>.section-brand-editorial__title,.theme-brand-phase1 .section-brand-editorial__inner>.section-brand-editorial__text,.theme-brand-phase1 .section-brand-editorial__inner>.section-brand-editorial__btn{animation:brand-editorial-rise .55s ease backwards}.theme-brand-phase1 .section-brand-editorial__inner>.section-brand-editorial__kicker{animation-delay:.04s}.theme-brand-phase1 .section-brand-editorial__inner>.section-brand-editorial__title{animation-delay:.1s}.theme-brand-phase1 .section-brand-editorial__inner>.section-brand-editorial__text{animation-delay:.16s}.theme-brand-phase1 .section-brand-editorial__inner>.section-brand-editorial__btn{animation-delay:.22s}}.theme-brand-phase1 .home-sections-container.brand-home-wide-sections>.section-home{margin-bottom:.5rem}@media(min-width: 768px){.theme-brand-phase1 .home-sections-container.brand-home-wide-sections>.section-home{margin-bottom:1.25rem}}.theme-brand-phase1.brand-card-standard .item-product:not(.item-product-reduced) .item-image .js-item-image-padding{padding-bottom:133.333% !important}.theme-brand-phase1.brand-card-square .item-product:not(.item-product-reduced) .item-image .js-item-image-padding{padding-bottom:100% !important}.theme-brand-phase1.brand-card-portrait .item-product:not(.item-product-reduced) .item-image .js-item-image-padding{padding-bottom:125% !important}.theme-brand-phase1.brand-card-story .item-product:not(.item-product-reduced) .item-image .js-item-image-padding{padding-bottom:177.78% !important}.theme-brand-phase1 .labels.labels--brand-minimal .label{background:rgba(0,0,0,0) !important;border:1px solid currentColor;border-radius:var(--brand-ui-pill);font-size:.625rem;font-weight:500;letter-spacing:.12em;padding:.2rem .45rem;text-transform:uppercase}.theme-brand-phase1 .section-slider--brand-editorial .swiper-text>.mb-1{font-size:.65rem;letter-spacing:.2em;opacity:.75;text-transform:uppercase}.theme-brand-phase1 .section-slider--brand-editorial .swiper-text h2{font-weight:500;letter-spacing:.035em}.theme-brand-phase1.template-product .pdp-related-region--after-buybox{border-top:1px solid rgba(0,0,0,.07);padding-top:1.5rem}@media(min-width: 768px){.theme-brand-phase1.template-product .pdp-related-region--after-buybox{padding-top:2rem}}.theme-brand-phase1.template-home .section-featured-home .section-title,.theme-brand-phase1.template-home .section-instafeed-home .section-title{padding-bottom:.35rem}.theme-brand-phase1.template-home .section-featured-home .section-title::after,.theme-brand-phase1.template-home .section-instafeed-home .section-title::after,.theme-brand-phase1.template-home .section-banners-home .section-title::after{content:"";display:block;width:2.25rem;height:1px;background:currentColor;opacity:.28;margin-top:.55rem}.theme-brand-phase1.template-home .section-banners-home .section-title.text-center::after{margin-left:auto;margin-right:auto}@media(min-width: 768px){.theme-brand-phase1.template-home .section-slider-home .section-slider .swiper-text h2{line-height:1.12}}.theme-brand-phase1 .section-adbar .adbar-message{letter-spacing:.055em;font-weight:500}@media(max-width: 767px){.theme-brand-phase1 .section-adbar .adbar-message{font-size:.6875rem}}.theme-brand-phase1.template-home .section-newsletter-home .newsletter-content h2{padding-bottom:.35rem}.theme-brand-phase1.template-home .section-newsletter-home .newsletter-content h2::after{content:"";display:block;width:2.25rem;height:1px;background:currentColor;opacity:.28;margin-top:.55rem}.theme-brand-phase1.template-home [data-store=home-institutional-message] h2{letter-spacing:.04em;font-weight:500}.theme-brand-phase1.template-home .swiper-text-light h2{text-shadow:0 1px 3px rgba(0,0,0,.35),0 0 24px rgba(0,0,0,.2)}.theme-brand-phase1.template-home .swiper-text-light>.mb-1,.theme-brand-phase1.template-home .swiper-text-light>.mb-md-2{text-shadow:0 1px 2px rgba(0,0,0,.35)}.theme-brand-phase1.template-home .section-informative-banners h3{letter-spacing:.05em;font-weight:500}.theme-brand-phase1.template-home .section-informative-banners .service-text{letter-spacing:.02em;line-height:1.55}.theme-brand-phase1.template-home .section-testimonials-home .font-huge{letter-spacing:.02em;line-height:1.45}.theme-brand-phase1.template-home .section-testimonials-home h3.font-family-body{letter-spacing:.08em;text-transform:uppercase;font-size:.75rem;font-weight:500}@media(prefers-reduced-motion: reduce){.theme-brand-phase1 .nav-desktop .nav-desktop-list>.nav-item-desktop>.nav-item-container>.nav-list-link,.theme-brand-phase1 .nav-desktop .nav-desktop-list>.nav-item-desktop.item-with-subitems>.nav-item-container>.nav-list-link,.theme-brand-phase1 .nav-desktop .nav-desktop-list>.nav-item-desktop:not(.item-with-subitems)>.nav-list-link{transition:none}.theme-brand-phase1 .radio-button-item.card{transition:none}.theme-brand-phase1 .section-brand-editorial__inner>.section-brand-editorial__kicker,.theme-brand-phase1 .section-brand-editorial__inner>.section-brand-editorial__title,.theme-brand-phase1 .section-brand-editorial__inner>.section-brand-editorial__text,.theme-brand-phase1 .section-brand-editorial__inner>.section-brand-editorial__btn{animation:none}}.user-product-grid-toolbar{margin-bottom:1rem;padding:.75rem 1rem;border:1px solid rgba(0,0,0,.08);border-radius:2px;background:rgba(255,255,255,.96)}.user-product-grid-toolbar__head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.6rem}.user-product-grid-toolbar__title{font-size:var(--font-small);font-weight:600;letter-spacing:.05em;text-transform:uppercase}.user-product-grid-toolbar__reset{gap:.35rem;font-size:var(--font-smallest);text-decoration:none}.user-product-grid-toolbar__reset:hover{text-decoration:underline}.user-product-grid-toolbar__reset-icon{flex-shrink:0;opacity:.85}.user-product-grid-toolbar__row{align-items:center;flex-wrap:wrap;gap:.5rem .85rem}.user-product-grid-toolbar__hint{font-size:.65rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;opacity:.55;flex:0 0 auto}.user-product-grid-toolbar__chips{display:inline-flex;flex-wrap:wrap;gap:.4rem;align-items:center}.user-grid-density-btn{display:inline-flex;align-items:center;justify-content:center;min-width:44px;min-height:44px;padding:0;border:1px solid rgba(0,0,0,.14);border-radius:2px;background:rgba(0,0,0,0);color:var(--main-foreground);cursor:pointer;line-height:0;transition:background-color .18s ease,border-color .18s ease,color .18s ease}.user-grid-density-btn:hover{border-color:rgba(0,0,0,.28);background-color:rgba(0,0,0,.04)}.user-grid-density-btn:focus-visible{outline:2px solid var(--accent-color, #000);outline-offset:2px}.user-grid-density-icon{display:block;pointer-events:none}@media(min-width: 768px){.user-grid-density-btn{min-width:40px;min-height:40px}.user-product-grid-toolbar__row--desktop{margin-top:.35rem}}.theme-brand-phase1 .user-product-grid-toolbar{border-color:var(--brand-border-subtle, rgba(0, 0, 0, 0.08));box-shadow:var(--brand-elev-1, none)}.theme-brand-phase1 .user-grid-density-btn.active{box-shadow:var(--brand-elev-1, none)}.theme-brand-phase1.template-product .pdp-app--represent{--pdp-represent-font: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;--pdp-represent-chrome: min(5.75rem, 10vh);font-family:var(--pdp-represent-font)}.theme-brand-phase1.template-product .pdp-app--represent .pdp-buybox-stack{font-family:var(--pdp-represent-font)}.theme-brand-phase1.template-product .pdp-app--represent .pdp-subnav{display:none}.theme-brand-phase1.template-product .pdp-app--represent .pdp-represent-head{display:flex;flex-direction:column;gap:.15rem;margin-bottom:.5rem}.theme-brand-phase1.template-product .pdp-app--represent .pdp-represent-head-line{display:flex;flex-direction:column;align-items:stretch;gap:.5rem;width:100%}.theme-brand-phase1.template-product .pdp-app--represent .pdp-represent-head-line>.pdp-section--intro{flex:0 0 auto;width:100%;max-width:none;margin-bottom:0 !important;padding-bottom:0 !important;text-align:center;border-bottom:none !important}.theme-brand-phase1.template-product .pdp-app--represent .pdp-represent-head-line>.pdp-section--price{flex:0 0 auto;width:100%;max-width:none;margin-top:.15rem !important;padding-top:.35rem;border-top:none;text-align:center}.theme-brand-phase1.template-product .pdp-app--represent .pdp-represent-head-line .pdp-section--price .price-container{width:100%}.theme-brand-phase1.template-product .pdp-app--represent .pdp-represent-head-line .js-price-container{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:baseline;gap:.25rem .65rem}.theme-brand-phase1.template-product .pdp-app--represent .pdp-represent-head-line .js-price-container>span.d-inline-block{display:inline-block !important;margin-right:0 !important;margin-left:0 !important;vertical-align:baseline}.theme-brand-phase1.template-product .pdp-app--represent .pdp-represent-head-line .js-price-container .js-price-display{display:inline-block}.theme-brand-phase1.template-product .pdp-app--represent .pdp-represent-head-line .js-price-container>:not(span.d-inline-block){flex:1 1 100%;text-align:center}.theme-brand-phase1.template-product .pdp-app--represent .pdp-represent-head-line .js-price-container .price-compare{text-align:center}.theme-brand-phase1.template-product .pdp-app--represent .pdp-represent-head-line .pdp-payments-strip,.theme-brand-phase1.template-product .pdp-app--represent .pdp-represent-head-line .js-product-discount-container,.theme-brand-phase1.template-product .pdp-app--represent .pdp-represent-head-line #btn-installments{text-align:center;width:100%;max-width:none}.theme-brand-phase1.template-product .pdp-app--represent .pdp-represent-head-line .pdp-payments-strip{margin-top:.55rem !important;padding-top:0 !important;border-top:none;font-size:.78rem;line-height:1.45;opacity:.95}.theme-brand-phase1.template-product .pdp-app--represent .pdp-represent-head-line .pdp-transfer-price-line{text-align:center;width:100%}.theme-brand-phase1.template-product .pdp-app--represent .pdp-section--purchase .product-form-cta-row,.theme-brand-phase1.template-product .pdp-app--represent .pdp-section--purchase .product-form-cta-row--sticky-mobile{justify-content:center}.theme-brand-phase1.template-product .pdp-app--represent .pdp-section--purchase .product-form-cta-row>.col-12,.theme-brand-phase1.template-product .pdp-app--represent .pdp-section--purchase .product-form-cta-row--sticky-mobile>.col-12{display:flex;flex-direction:column;align-items:center}.theme-brand-phase1.template-product .pdp-app--represent .pdp-section--purchase .product-form-cta-row .btn-add-to-cart.brand-pdp-cta,.theme-brand-phase1.template-product .pdp-app--represent .pdp-section--purchase .product-form-cta-row--sticky-mobile .btn-add-to-cart.brand-pdp-cta{width:auto !important;min-width:min(22rem,100%);max-width:100%;align-self:center}.theme-brand-phase1.template-product .pdp-app--represent .pdp-section--purchase .product-form-cta-row .js-addtocart-placeholder.btn-transition,.theme-brand-phase1.template-product .pdp-app--represent .pdp-section--purchase .product-form-cta-row--sticky-mobile .js-addtocart-placeholder.btn-transition{width:auto !important;min-width:min(22rem,100%);max-width:100%;align-self:center}.theme-brand-phase1.template-product .pdp-app--represent .pdp-represent-product-title{font-family:var(--pdp-represent-font) !important;font-size:clamp(1.2rem,2.1vw,1.65rem);font-weight:600;font-style:normal !important;letter-spacing:-0.02em;line-height:1.2;text-transform:none !important;color:#0a0a0a}.theme-brand-phase1.template-product .pdp-app--represent .pdp-represent-head .pdp-breadcrumbs{display:flex;justify-content:center;flex-wrap:wrap;text-align:center;font-family:var(--pdp-represent-font);font-size:.625rem;font-weight:400;letter-spacing:.1em;text-transform:uppercase;opacity:.5}.theme-brand-phase1.template-product .pdp-app--represent .pdp-section--price .price-container.pdp-price-card,.theme-brand-phase1.template-product .pdp-app--represent .pdp-price-card{padding:0;margin:0;border:none;border-radius:0;background:rgba(0,0,0,0);box-shadow:none}.theme-brand-phase1.template-product .pdp-app--represent .pdp-section--price .free-shipping-message{display:none !important}.theme-brand-phase1.template-product .pdp-app--represent .pdp-represent-head-line .js-price-display.font-largest{font-size:clamp(1.45rem,3.2vw,2.1rem);font-weight:600;letter-spacing:-0.025em;line-height:1.1;color:#0a0a0a}.theme-brand-phase1.template-product .pdp-app--represent .pdp-represent-head-line .price-container .font-small,.theme-brand-phase1.template-product .pdp-app--represent .pdp-represent-head-line .price-container .opacity-60{font-size:.72rem !important;line-height:1.45;opacity:.58 !important}.theme-brand-phase1.template-product .pdp-app--represent .pdp-represent-head-line .price-container .text-accent{font-size:clamp(.92rem,1.55vw,1.08rem);font-weight:600}.theme-brand-phase1.template-product .pdp-app--represent .pdp-represent-head-line .price-container .price-compare{font-size:clamp(.95rem,1.4vw,1.05rem);opacity:.55}.theme-brand-phase1.template-product .pdp-app--represent .pdp-represent-head-line .js-product-discount-container{font-size:.72rem;line-height:1.45;opacity:.88}.theme-brand-phase1.template-product .pdp-app--represent .pdp-represent-head-line #btn-installments{font-size:.72rem;margin-top:.35rem;opacity:.75}.theme-brand-phase1.template-product .pdp-app--represent .pdp-tabs__label::before{content:"+ ";opacity:.55;font-weight:400}.theme-brand-phase1.template-product .pdp-app--represent.pdp-app--visual .pdp-gallery-swiper .product-slider-image{object-fit:cover !important;object-position:center center}.theme-brand-phase1.template-product .pdp-app--represent .pdp-gallery-swiper .swiper-slide{width:100% !important;max-width:100% !important;margin-right:0 !important;flex-shrink:0;box-sizing:border-box}.theme-brand-phase1.template-product .pdp-app--represent .pdp-gallery-swiper .swiper-slide.product-slide{--pdp-represent-frame-max-h: min(86vh, 34rem);position:relative !important;aspect-ratio:3/4;height:auto !important;max-height:var(--pdp-represent-frame-max-h) !important;min-height:0;overflow:hidden;background:rgba(0,0,0,0)}.theme-brand-phase1.brand-card-square.template-product .pdp-app--represent .pdp-gallery-swiper .swiper-slide.product-slide{aspect-ratio:1/1}.theme-brand-phase1.brand-card-portrait.template-product .pdp-app--represent .pdp-gallery-swiper .swiper-slide.product-slide{aspect-ratio:4/5}.theme-brand-phase1.brand-card-story.template-product .pdp-app--represent .pdp-gallery-swiper .swiper-slide.product-slide{aspect-ratio:9/16}.theme-brand-phase1.brand-card-standard.template-product .pdp-app--represent .pdp-gallery-swiper .swiper-slide.product-slide{aspect-ratio:3/4}.theme-brand-phase1.template-product .pdp-app--represent.pdp-app--visual .pdp-gallery-swiper .js-product-slide-link{position:absolute !important;inset:0 !important;display:block !important;width:100% !important;max-width:none !important;height:100% !important;min-height:0 !important;max-height:none !important;margin:0 !important;padding-bottom:0 !important;overflow:hidden;background:rgba(0,0,0,0)}.theme-brand-phase1.template-product .pdp-app--represent .pdp-gallery-swiper .product-slider-image.img-absolute.img-absolute-centered{left:0 !important;top:0 !important;width:100% !important;height:100% !important;max-width:none !important;transform:none !important;-webkit-transform:none !important;-ms-transform:none !important;text-indent:0 !important;object-fit:cover !important;object-position:center center}.theme-brand-phase1.template-product .pdp-app--represent .pdp-gallery-shell{padding:0 !important}.theme-brand-phase1.template-product .pdp-app--represent.pdp-app--visual .pdp-gallery-visual--pdp-one-up{gap:0}.theme-brand-phase1.template-product .pdp-app--represent .pdp-app-gallery{background:rgba(0,0,0,0);border-right:none}.theme-brand-phase1.template-product .pdp-app--represent .pdp-gallery-stage{flex:0 0 auto;align-self:center;width:100%;max-width:100%}.theme-brand-phase1.template-product .pdp-app--represent .pdp-gallery-stage .js-swiper-product{width:100%;min-height:0}.theme-brand-phase1.template-product .pdp-app--represent .pdp-gallery-swiper .swiper-wrapper{align-items:stretch}.theme-brand-phase1.template-product .pdp-app--represent .pdp-gallery-swiper.swiper-container{width:100% !important;max-width:100% !important;margin-left:0 !important;margin-right:0 !important;overflow:hidden}@keyframes pdp-swipe-peek-nudge{0%,100%{transform:translate3d(0, 0, 0);opacity:.55}45%{transform:translate3d(-10px, 0, 0);opacity:1}55%{transform:translate3d(-10px, 0, 0);opacity:1}}@keyframes pdp-swipe-edge-shimmer{0%{opacity:.35}50%{opacity:.85}100%{opacity:.35}}.theme-brand-phase1.template-product .pdp-gallery-swipe-peek{position:absolute;right:.35rem;bottom:2.15rem;z-index:5;width:2.25rem;height:1.35rem;pointer-events:none}.theme-brand-phase1.template-product .pdp-gallery-swipe-peek__rail{position:absolute;left:.15rem;right:.15rem;top:50%;height:2px;margin-top:-1px;border-radius:2px;background:rgba(0,0,0,.12)}.theme-brand-phase1.template-product .pdp-gallery-swipe-peek__knob{position:absolute;top:50%;right:.1rem;width:.55rem;height:.55rem;margin-top:-0.275rem;border-radius:50%;background:rgba(0,0,0,.38);animation:pdp-swipe-peek-nudge 2.4s ease-in-out infinite;box-shadow:0 0 0 1px rgba(255,255,255,.85)}@media(max-width: 767px){.theme-brand-phase1.template-product .pdp-gallery-root[data-pdp-gallery-multiple="1"] .pdp-gallery-stage::after{content:"";position:absolute;top:0;right:0;bottom:0;width:2rem;background:linear-gradient(to left, rgba(0, 0, 0, 0.07), transparent);pointer-events:none;z-index:2;animation:pdp-swipe-edge-shimmer 2.8s ease-in-out infinite}}.theme-brand-phase1.template-product .pdp-app--represent .pdp-gallery-stage>.js-swiper-product-pagination.swiper-pagination.pt-3{padding-top:0 !important}.theme-brand-phase1.template-product .pdp-app--represent .pdp-gallery-stage>.swiper-buttons{position:absolute;left:0;right:0;top:50%;transform:translateY(-50%);z-index:4;display:flex !important;align-items:center;justify-content:space-between;pointer-events:none;padding:0 .35rem;margin:0 !important}.theme-brand-phase1.template-product .pdp-app--represent .pdp-gallery-stage>.swiper-buttons .swiper-button-prev,.theme-brand-phase1.template-product .pdp-app--represent .pdp-gallery-stage>.swiper-buttons .swiper-button-next{pointer-events:auto;position:static !important;margin:0 !important;transform:none;background-color:rgba(255,255,255,.92);background-image:none !important;border:1px solid rgba(0,0,0,.06);box-shadow:0 1px 2px rgba(0,0,0,.04);opacity:.88}.theme-brand-phase1.template-product .pdp-app--represent .pdp-gallery-stage>.js-swiper-product-pagination.swiper-pagination{display:none !important}@media(max-width: 991px){.theme-brand-phase1.template-product #single-product.pdp-app--represent{overflow-x:hidden}.theme-brand-phase1.template-product #single-product.pdp-app--represent .pdp-app-gallery{position:relative;left:auto;right:auto;transform:none;width:100vw;max-width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding-left:0 !important;padding-right:0 !important}.theme-brand-phase1.template-product .pdp-app--represent .pdp-gallery-swiper .swiper-slide.product-slide{--pdp-represent-frame-max-h: min(88vh, 42rem)}}.theme-brand-phase1.template-product .pdp-app--represent .pdp-gallery-swiper .js-labels-floating-group.labels{position:absolute !important;left:.5rem;right:auto;bottom:.48rem;top:auto !important;transform:none !important;display:flex;flex-direction:column;align-items:flex-start;gap:.3rem;z-index:5;width:auto;max-width:min(12rem,100% - 3.5rem);margin:0 !important;pointer-events:none}.theme-brand-phase1.template-product .pdp-app--represent .pdp-gallery-swiper .js-labels-floating-group .label{pointer-events:auto;margin-bottom:0 !important;box-shadow:0 1px 2px rgba(0,0,0,.08)}.theme-brand-phase1.template-product .pdp-app--represent .pdp-gallery-zoom-hint{position:absolute;top:.45rem;right:.45rem;bottom:auto !important;left:auto;z-index:6;font-size:1.1rem;font-weight:300;line-height:1;color:rgba(0,0,0,.45);pointer-events:none}.theme-brand-phase1.template-product .pdp-app--represent .pdp-gallery-visual--pdp-one-up .pdp-thumbs{display:none !important}.theme-brand-phase1.template-product .pdp-app--represent.pdp-app--visual .pdp-tabs__nav{flex-direction:row !important;flex-wrap:wrap;gap:0;margin-top:.75rem;padding-top:0;border-top:none}.theme-brand-phase1.template-product .pdp-app--represent.pdp-app--visual .pdp-tabs__label{flex:1 1 calc(50% - .5px);max-width:none;box-sizing:border-box;padding:.85rem .5rem;font-family:var(--pdp-represent-font);font-size:.6875rem;font-weight:400;letter-spacing:.1em;border-bottom:none;border-right:none}.theme-brand-phase1.template-product .pdp-app--represent.pdp-app--visual .pdp-tabs__label:last-child{border-right:none}@media(max-width: 991px){.theme-brand-phase1.template-product .pdp-app--represent.pdp-app--visual .pdp-tabs__nav{flex-direction:column !important}.theme-brand-phase1.template-product .pdp-app--represent.pdp-app--visual .pdp-tabs__label{flex:1 1 auto;border-right:none}}.theme-brand-phase1.template-product .pdp-app--represent .pdp-variant-deck .form-label{font-family:var(--pdp-represent-font);font-size:.6875rem;font-weight:400;letter-spacing:.06em;text-transform:none;opacity:.75}.theme-brand-phase1.template-product .pdp-app--represent .pdp-variant-deck .btn-variant:not(.btn-variant-color){display:inline-flex;margin:0 0 .65rem 0 !important;margin-right:0 !important;padding:0;min-width:2.85rem;min-height:2.65rem;border:1px solid rgba(0,0,0,.18) !important;border-bottom:1px solid rgba(0,0,0,.18) !important;border-radius:0 !important;background:#fff !important;font-family:var(--pdp-represent-font);font-size:.75rem;font-weight:400;letter-spacing:.04em;opacity:1;color:#111;vertical-align:top}.theme-brand-phase1.template-product .pdp-app--represent .pdp-variant-deck .form-label+.btn-variant:not(.btn-variant-color){margin-left:0 !important}.theme-brand-phase1.template-product .pdp-app--represent .pdp-variant-deck .btn-variant:not(.btn-variant-color)+.btn-variant:not(.btn-variant-color){margin-left:-1px !important}.theme-brand-phase1.template-product .pdp-app--represent .pdp-variant-deck .btn-variant:not(.btn-variant-color).selected{border-color:#111 !important;box-shadow:inset 0 0 0 1px #111;font-weight:500;z-index:1}.theme-brand-phase1.template-product .pdp-app--represent .pdp-variant-deck .btn-variant:not(.btn-variant-color):hover{background:#fafafa !important}.theme-brand-phase1.template-product .pdp-app--represent .pdp-variant-deck .btn-variant-content{display:flex;align-items:center;justify-content:center;text-align:center;width:100%;min-height:2.65rem;padding:.35rem .65rem}.theme-brand-phase1.template-product .pdp-app--represent .pdp-variant-deck .btn-variant-color{margin:0 .35rem .5rem 0 !important;vertical-align:top}.theme-brand-phase1.template-product .pdp-app--represent .pdp-variant-deck .btn-variant-color .btn-variant-content{position:relative;width:2.5rem;height:2.5rem;min-width:2.5rem;min-height:2.5rem;max-width:2.5rem;max-height:2.5rem;padding:0 !important;overflow:hidden}.theme-brand-phase1.template-product .pdp-app--represent .pdp-variant-deck .btn-variant-color .btn-variant-content img,.theme-brand-phase1.template-product .pdp-app--represent .pdp-variant-deck .btn-variant-color .btn-variant-content .lazyload{position:absolute !important;left:0 !important;top:0 !important;right:0 !important;bottom:0 !important;width:100% !important;height:100% !important;max-width:none !important;max-height:none !important;margin:0 !important;object-fit:cover;transform:none !important;-webkit-transform:none !important}.theme-brand-phase1.template-product .pdp-app--represent .pdp-section--purchase{text-align:center}.theme-brand-phase1.template-product .pdp-app--represent .pdp-section--purchase .pdp-variant-deck.form-row{justify-content:center;margin-left:auto;margin-right:auto;max-width:min(32rem,100%)}.theme-brand-phase1.template-product .pdp-app--represent .pdp-variant-deck .js-product-variants-group{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:stretch;flex:0 0 100% !important;max-width:100% !important;width:100%;text-align:center}.theme-brand-phase1.template-product .pdp-app--represent .pdp-variant-deck .js-product-variants-group .form-label{flex:0 0 100%;width:100%;max-width:100%;text-align:center}.theme-brand-phase1.template-product .pdp-app--represent .pdp-variant-deck .js-product-variants-group>.form-group,.theme-brand-phase1.template-product .pdp-app--represent .pdp-variant-deck .js-product-variants-group>.form-row{flex:0 0 100%;margin-left:auto;margin-right:auto;text-align:left;max-width:min(22rem,100%);width:100%}.theme-brand-phase1.template-product .pdp-app--represent .pdp-variant-deck .js-product-variants-group a.js-insta-variant{float:none;flex:0 0 auto}.theme-brand-phase1.template-product .pdp-app--represent .pdp-qty-subscription-row{justify-content:center;align-items:center;text-align:center}.theme-brand-phase1.template-product .pdp-app--represent .pdp-qty-subscription-row>.col-4{flex:0 0 auto;width:auto;max-width:100%}.theme-brand-phase1.template-product .pdp-app--represent .pdp-qty-subscription-row .js-quantity.form-quantity{margin-left:auto;margin-right:auto}.theme-brand-phase1.template-product .pdp-app--represent .pdp-qty-subscription-row .radio-button-container{flex:1 1 100%;max-width:min(28rem,100%);margin-left:auto !important;margin-right:auto !important}.theme-brand-phase1.template-product .pdp-app--represent #pdp-buybox-accordions.pdp-accordion-stack{width:100%;max-width:min(32rem,100%);margin-left:auto;margin-right:auto;margin-top:.35rem}.theme-brand-phase1.template-product .pdp-app--represent .pdp-accordion__item{border-bottom:none}.theme-brand-phase1.template-product .pdp-app--represent .pdp-accordion__item:first-child{border-top:none}.theme-brand-phase1.template-product .pdp-app--represent .pdp-accordion__summary{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.85rem 0;cursor:pointer;list-style:none;font-family:var(--pdp-represent-font);font-size:.6875rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:#0a0a0a}.theme-brand-phase1.template-product .pdp-app--represent .pdp-accordion__summary::-webkit-details-marker{display:none}.theme-brand-phase1.template-product .pdp-app--represent .pdp-accordion__title{flex:1;text-align:left}.theme-brand-phase1.template-product .pdp-app--represent .pdp-accordion__icon{flex:0 0 auto;width:.85rem;height:.85rem;position:relative;opacity:.55}.theme-brand-phase1.template-product .pdp-app--represent .pdp-accordion__icon::before,.theme-brand-phase1.template-product .pdp-app--represent .pdp-accordion__icon::after{content:"";position:absolute;left:50%;top:50%;background:#0a0a0a;transform:translate(-50%, -50%)}.theme-brand-phase1.template-product .pdp-app--represent .pdp-accordion__icon::before{width:100%;height:1px}.theme-brand-phase1.template-product .pdp-app--represent .pdp-accordion__icon::after{width:1px;height:100%;transition:opacity .2s ease,transform .2s ease}.theme-brand-phase1.template-product .pdp-app--represent .pdp-accordion__item[open] .pdp-accordion__icon::after{opacity:0;transform:translate(-50%, -50%) scaleY(0.2)}.theme-brand-phase1.template-product .pdp-app--represent .pdp-accordion__body{padding:0 0 1rem;text-align:left;font-size:.8125rem;line-height:1.55;color:color-mix(in srgb, #0a0a0a 82%, transparent)}.theme-brand-phase1.template-product .pdp-app--represent .pdp-accordion__body--care{text-align:left}.theme-brand-phase1.template-product .pdp-app--represent .pdp-shipping-card--accordion{box-shadow:none;padding:0;margin:0;background:rgba(0,0,0,0)}.theme-brand-phase1.template-product .pdp-app--represent .pdp-trust-strip{margin-top:.5rem;padding:.35rem 0;background:rgba(0,0,0,0);border:none;box-shadow:none}.theme-brand-phase1.template-product .pdp-app--represent .js-product-form-free-shipping-message{display:none !important}.theme-brand-phase1.template-product .pdp-app--represent>.container-fluid{max-width:none;padding-left:0;padding-right:0}.theme-brand-phase1.template-product .pdp-app--represent>.container-fluid>.row{margin-left:0;margin-right:0}@media(min-width: 992px){.theme-brand-phase1.template-product .pdp-app--represent#single-product{padding-top:0 !important;padding-bottom:0 !important}.theme-brand-phase1.template-product .pdp-app--represent .pdp-app-layout{display:grid !important;grid-template-columns:minmax(0, 1fr) minmax(0, 1fr) !important;column-gap:0 !important;row-gap:0 !important;width:100%;align-items:stretch;min-height:min(100dvh - var(--pdp-represent-chrome),100vh - var(--pdp-represent-chrome))}@supports not (height: 100dvh){.theme-brand-phase1.template-product .pdp-app--represent .pdp-app-layout{min-height:calc(100vh - var(--pdp-represent-chrome))}}.theme-brand-phase1.template-product .pdp-app--represent .pdp-app-gallery{position:relative !important;top:auto !important;align-self:stretch;min-height:min(100dvh - var(--pdp-represent-chrome),100vh - var(--pdp-represent-chrome));padding:0;margin:0;background:rgba(0,0,0,0);border-right:1px solid rgba(0,0,0,.06)}.theme-brand-phase1.template-product .pdp-app--represent .pdp-gallery-shell{flex:1 1 auto;display:flex;flex-direction:column;min-height:min(100dvh - var(--pdp-represent-chrome),100vh - var(--pdp-represent-chrome))}.theme-brand-phase1.template-product .pdp-app--represent .pdp-gallery-visual--pdp-one-up{flex:1 1 auto;flex-direction:column;min-height:0;gap:.5rem;align-items:stretch}.theme-brand-phase1.template-product .pdp-app--represent .pdp-gallery-visual--pdp-one-up .pdp-gallery-main-col{flex:1 1 auto;display:flex;flex-direction:column;align-items:center;min-height:0;order:1;position:relative}.theme-brand-phase1.template-product .pdp-app--represent .pdp-gallery-visual:has(.pdp-thumbs) .js-swiper-product-pagination.swiper-pagination,.theme-brand-phase1.template-product .pdp-app--represent .pdp-gallery-visual:has(.pdp-thumbs) .swiper-buttons{display:flex !important}.theme-brand-phase1.template-product .pdp-app--represent .pdp-gallery-main-col .pdp-gallery-swiper{flex:0 0 auto;display:flex;flex-direction:column;min-height:0;border:none;border-radius:0;background:rgba(0,0,0,0);box-shadow:none;margin:0}.theme-brand-phase1.template-product .pdp-app--represent .pdp-gallery-main-col .js-swiper-product{flex:0 0 auto;align-self:stretch;width:100%;min-width:0;min-height:0}.theme-brand-phase1.template-product .pdp-app--represent .pdp-gallery-swiper .swiper-slide.product-slide{--pdp-represent-frame-max-h: min(92vh, 58rem);min-height:0}.theme-brand-phase1.template-product .pdp-app--represent.pdp-app--visual .pdp-gallery-swiper .js-product-slide-link{margin:0 !important;padding-bottom:0 !important}.theme-brand-phase1.template-product .pdp-app--represent.pdp-app--visual .pdp-gallery-swiper .product-slider-image{object-fit:cover !important;object-position:center center;filter:none}.theme-brand-phase1.template-product .pdp-app--represent .pdp-app-buybox{position:relative !important;top:auto !important;align-self:stretch;max-height:min(100dvh - var(--pdp-represent-chrome),100vh - var(--pdp-represent-chrome));overflow-y:auto;overscroll-behavior:contain;padding:clamp(1.25rem,2.2vw,2.25rem) clamp(1rem,2.8vw,2.75rem);border:none !important;border-radius:0 !important;box-shadow:none !important;background:#fff}.theme-brand-phase1.template-product .pdp-app--represent .btn-add-to-cart.btn-primary:not(:disabled){background:#0a0a0a !important;color:#fff !important;border:none !important;border-radius:0 !important;font-weight:600;letter-spacing:.12em;padding-top:.95rem;padding-bottom:.95rem;box-shadow:none !important}.theme-brand-phase1.template-product .pdp-app--represent .btn-add-to-cart.btn-primary:not(:disabled):hover{transform:none;opacity:.92}.theme-brand-phase1.template-product .pdp-app--represent .pdp-product-form{margin-top:.75rem !important}.theme-brand-phase1.template-product .pdp-app--represent .pdp-section--purchase{margin-top:.25rem}}.brand-split-video-hero{width:100%;position:relative;background:#0a0a0a}.brand-split-video-hero__grid{display:grid;grid-template-columns:1fr;min-height:min(72vh,52rem)}.brand-split-video-hero--split .brand-split-video-hero__grid{grid-template-columns:1fr 1fr;min-height:min(56vh,36rem)}@media(max-width: 767px){.brand-split-video-hero--split .brand-split-video-hero__grid{grid-template-columns:1fr;min-height:0}.brand-split-video-hero--split .brand-split-video__cell{min-height:min(48vh,28rem)}}.brand-split-video__cell{position:relative;min-height:min(72vh,52rem);overflow:hidden}.brand-split-video-hero--split .brand-split-video__cell{min-height:min(56vh,36rem)}.brand-split-video__media{position:absolute;inset:0;z-index:0}.brand-split-video__iframe,.brand-split-video__video-el{position:absolute;top:50%;left:50%;width:177.77vh;min-width:100%;min-height:100%;height:56.25vw;max-width:none;border:0;transform:translate(-50%, -50%);pointer-events:none}.brand-split-video__video-el{object-fit:cover}.brand-split-video__fallback{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#111}.brand-split-video__fallback-btn{border-radius:0;border-width:1px}.brand-split-video__overlay{position:absolute;inset:0;z-index:2;display:flex;align-items:center;justify-content:center;padding:clamp(1rem,4vw,2.5rem);text-align:center;pointer-events:none;background:linear-gradient(to top, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.1) 40%, transparent 70%)}.brand-split-video__overlay-inner{max-width:28rem;pointer-events:auto}.brand-split-video__kicker{margin:0 0 .5rem;font-size:.7rem;font-weight:400;letter-spacing:.16em;text-transform:uppercase;color:rgba(255,255,255,.92)}.brand-split-video__title{margin:0 0 1.25rem;font-size:clamp(1.35rem,3.2vw,2.35rem);font-weight:600;letter-spacing:-0.02em;line-height:1.1;color:#fff}.brand-split-video__actions{display:flex;flex-wrap:wrap;gap:.65rem;justify-content:center}.brand-split-video__btn{display:inline-flex;align-items:center;justify-content:center;min-width:8.5rem;padding:.65rem 1.1rem;font-size:.75rem;font-weight:500;letter-spacing:.06em;text-decoration:none;color:#fff;border:1px solid rgba(255,255,255,.92);border-radius:0;background:rgba(0,0,0,.35);transition:background .15s ease,color .15s ease,border-color .15s ease}.brand-split-video__btn:hover{color:#0a0a0a;background:#fff;border-color:#fff;text-decoration:none}@media(prefers-reduced-motion: reduce){.brand-split-video__btn{transition:none}}.brand-category-triptych{background:rgba(0,0,0,0)}.brand-category-triptych.section-home{padding-top:0;padding-bottom:0;margin-top:0;margin-bottom:0}.brand-category-triptych__grid{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:0;line-height:0}.brand-category-triptych__item{position:relative;aspect-ratio:9/16;overflow:hidden}.brand-category-triptych__media,.brand-category-triptych__img{position:absolute;inset:0;width:100%;height:100%}.brand-category-triptych__img{display:block;max-width:none;object-fit:cover;transition:transform .45s ease}.brand-category-triptych__img.img-fluid{width:100% !important;height:100% !important;max-width:none !important}.brand-category-triptych .brand-split-video__overlay{background:linear-gradient(to top, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.08) 45%, transparent 75%)}.brand-category-triptych__item:hover .brand-category-triptych__img{transform:scale(1.03)}.brand-category-triptych .swiper-pagination{position:static;margin-top:.75rem}@media(max-width: 991px){.brand-category-triptych__item{aspect-ratio:9/14}}@media(max-width: 767px){.brand-category-triptych .swiper-container{overflow:hidden}.brand-category-triptych__grid{display:flex;grid-template-columns:none}.brand-category-triptych__item{aspect-ratio:9/16}}.theme-brand-phase1 .brand-category-carousel{background:rgba(0,0,0,0)}.theme-brand-phase1 .brand-category-carousel.section-home{padding-top:0;padding-bottom:0;margin-top:0;margin-bottom:0}.theme-brand-phase1 .brand-category-carousel__wrap{position:relative}@media(min-width: 768px){.theme-brand-phase1 .brand-category-carousel__wrap{padding-left:2.65rem;padding-right:2.65rem}}.theme-brand-phase1 .brand-category-carousel .swiper-container{overflow:hidden}.theme-brand-phase1 .brand-category-carousel .swiper-wrapper{align-items:stretch}.theme-brand-phase1 .brand-category-carousel__slide{height:auto;box-sizing:border-box}.theme-brand-phase1 .brand-category-carousel__card{position:relative;display:block;height:100%;min-height:0;aspect-ratio:3/4;overflow:hidden;color:inherit;text-decoration:none}.theme-brand-phase1 .brand-category-carousel__card:hover,.theme-brand-phase1 .brand-category-carousel__card:focus-visible{text-decoration:none;color:inherit}.theme-brand-phase1 .brand-category-carousel__media{position:absolute;inset:0;z-index:0}.theme-brand-phase1 .brand-category-carousel__img{display:block;width:100%;height:100%;max-width:none;object-fit:cover;transition:transform .45s ease}.theme-brand-phase1 .brand-category-carousel__card:hover .brand-category-carousel__img,.theme-brand-phase1 .brand-category-carousel__card:focus-visible .brand-category-carousel__img{transform:scale(1.03)}.theme-brand-phase1 .brand-category-carousel__btn{position:absolute;left:50%;top:50%;z-index:2;transform:translate(-50%, -50%);display:inline-block;margin:0;padding:.5rem .85rem;max-width:calc(100% - 1.25rem);box-sizing:border-box;font-size:clamp(.5rem,1.35vw,.6875rem);font-weight:700;letter-spacing:.14em;text-transform:uppercase;line-height:1.25;text-align:center;color:#0a0a0a;background:#fff;border:0;border-radius:0;box-shadow:0 .35rem 1rem rgba(0,0,0,.18);pointer-events:none}.theme-brand-phase1 .brand-category-carousel__arrow{position:absolute;top:50%;z-index:4;width:2.25rem;height:2.25rem;margin:0;padding:0;border:0;border-radius:50%;color:#fff;background:rgba(0,0,0,.38);transform:translateY(-50%);cursor:pointer;align-items:center;justify-content:center;transition:background .2s ease,transform .15s ease}.theme-brand-phase1 .brand-category-carousel__arrow:hover{background:rgba(0,0,0,.52)}.theme-brand-phase1 .brand-category-carousel__arrow:focus-visible{outline:2px solid #fff;outline-offset:2px}.theme-brand-phase1 .brand-category-carousel__arrow--prev{left:.15rem}.theme-brand-phase1 .brand-category-carousel__arrow--next{right:.15rem}.theme-brand-phase1 .brand-category-carousel__arrow-inner{display:flex;align-items:center;justify-content:center}.theme-brand-phase1 .brand-category-carousel__pagination{position:relative;margin-top:.75rem}.theme-brand-phase1 .brand-category-carousel__pagination.swiper-pagination-bullets{bottom:auto}.theme-brand-phase1 .brand-category-carousel__pagination .swiper-pagination-bullet{background:#0a0a0a;opacity:.22}.theme-brand-phase1 .brand-category-carousel__pagination .swiper-pagination-bullet-active{opacity:1}.brand-category-carousel--help-demo .brand-category-carousel__card--static{position:relative;aspect-ratio:3/4}.brand-category-carousel--help-demo .brand-category-carousel__media--placeholder{position:absolute;inset:0;background:#e4e4e4}@media(prefers-reduced-motion: reduce){.theme-brand-phase1 .brand-category-carousel__img{transition:none}.theme-brand-phase1 .brand-category-carousel__arrow{transition:none}}.theme-brand-phase1 .brand-category-carousel__arrow.swiper-button-disabled{opacity:.28;pointer-events:none}@keyframes brand-qs-plus-hint{0%,100%{box-shadow:0 0 0 0 rgba(0,0,0,.08)}50%{box-shadow:0 0 0 5px rgba(0,0,0,.04)}}.js-item-flip-photo-root{isolation:isolate;z-index:4}.js-item-flip-photo-root .item-img-flip-btn,.js-item-flip-photo-root .js-item-qs-plus-floating{position:absolute;right:.45rem;bottom:.45rem;z-index:20;pointer-events:auto;touch-action:manipulation}.js-item-flip-photo-root .item-img-flip-btn{width:2rem;height:2rem;border-radius:50%;border:1px solid rgba(0,0,0,.1);background:rgba(255,255,255,.42);color:var(--main-foreground);box-shadow:0 1px 4px rgba(0,0,0,.08);display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-backdrop-filter:blur(8px) saturate(1.1);backdrop-filter:blur(8px) saturate(1.1);transition:transform .2s ease,background .2s ease,border-color .2s ease}.js-item-flip-photo-root .js-item-qs-plus-floating{animation:brand-qs-plus-hint 2.5s ease-in-out 2}.item-product.swiper-slide .js-item-flip-photo-root .js-item-qs-plus-floating{z-index:50}.js-item-flip-photo-root .item-img-flip-btn:hover,.js-item-flip-photo-root .item-img-flip-btn:focus{transform:scale(1.06);outline:none;background:rgba(255,255,255,.72)}@media(prefers-reduced-motion: reduce){.js-item-flip-photo-root .js-item-qs-plus-floating{animation:none}}.js-item-media-stack.is-inline-qs-open,.js-item-flip-photo-root.is-inline-qs-open,.js-product-container.is-inline-qs-open{z-index:8}.js-item-inline-qs{position:absolute;left:0;right:0;bottom:0;z-index:22;padding:.5rem 2.1rem .6rem .45rem;background:rgba(255,255,255,.93);border-top:1px solid rgba(0,0,0,.1);-webkit-backdrop-filter:blur(12px) saturate(1.08);backdrop-filter:blur(12px) saturate(1.08)}.js-item-inline-qs.is-open{display:block !important}.js-item-inline-qs .item-inline-qs__close{position:absolute;top:.2rem;right:.25rem;z-index:3;border:none;margin:0;padding:.2rem .45rem;background:rgba(0,0,0,0);font-size:1.4rem;line-height:1;cursor:pointer;color:inherit;opacity:.72}.js-item-inline-qs .js-product-variants{display:flex;flex-wrap:nowrap;align-items:center;gap:.35rem .55rem;margin-bottom:0 !important;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.js-item-inline-qs .js-product-variants-group{flex:0 0 auto;margin-bottom:0 !important}.js-item-inline-qs .form-label{display:none}.js-item-inline-qs:has(.js-insta-variant:not(.btn-variant-color)) .js-color-variants-container{display:none !important}.js-item-inline-qs .row.mt-3{position:relative;left:auto;width:100%;height:auto;overflow:visible;clip-path:none;opacity:1;margin-top:.5rem !important;margin-bottom:0 !important}.js-item-inline-qs .row.mt-3 .btn-add-to-cart{width:100%}.js-item-inline-qs a.js-fullscreen-modal-open{display:none !important}.theme-brand-phase1 .js-item-inline-qs .js-insta-variant{margin:0 .12rem 0 0 !important}.item-actions.item-actions--qs-plus-proxy{position:fixed !important;left:-120vw !important;top:0 !important;width:1px !important;height:1px !important;padding:0 !important;margin:0 !important;overflow:hidden !important;clip-path:inset(50%) !important;white-space:nowrap !important;border:0 !important;opacity:0 !important;pointer-events:none !important}.js-item-image-flip-wrap.is-flipped .product-item-secondary-images-loaded:not(.product-item-secondary-images-disabled) .item-image-featured,.js-item-flip-photo-root.is-flipped .product-item-secondary-images-loaded:not(.product-item-secondary-images-disabled) .item-image-featured{opacity:0;transition-delay:.05s}.js-item-image-flip-wrap.is-flipped .product-item-secondary-images-loaded:not(.product-item-secondary-images-disabled) .item-image-featured~.item-image-secondary,.js-item-flip-photo-root.is-flipped .product-item-secondary-images-loaded:not(.product-item-secondary-images-disabled) .item-image-featured~.item-image-secondary{display:block;opacity:1}.theme-brand-phase1 .brand-category-rail{background:var(--main-background);border-top:1px solid rgba(0,0,0,.06);border-bottom:1px solid rgba(0,0,0,.06)}.theme-brand-phase1 .brand-category-rail__title{font-size:clamp(1.35rem,3vw,1.75rem);font-weight:600;letter-spacing:.02em}.theme-brand-phase1 .brand-category-rail__nav{overflow-x:auto;-webkit-overflow-scrolling:touch;margin-left:-0.5rem;margin-right:-0.5rem;padding-left:.5rem;padding-right:.5rem}.theme-brand-phase1 .brand-category-rail__tabs{display:flex;flex-wrap:nowrap;gap:1.25rem;align-items:flex-end}.theme-brand-phase1 .brand-category-rail__tab{background:none;border:none;padding:0 0 .35rem;white-space:nowrap;color:inherit;opacity:.55;font-size:.72rem;letter-spacing:.04em;border-bottom:2px solid rgba(0,0,0,0);transition:opacity .15s ease,border-color .15s ease}.theme-brand-phase1 .brand-category-rail__tab:hover{opacity:.85}.theme-brand-phase1 .brand-category-rail__tab--active{opacity:1;font-weight:600;border-bottom-color:currentColor}.theme-brand-phase1 .brand-category-rail__tab--active .brand-category-rail__tab-name::after{content:"";display:block;height:2px;background:currentColor;border-radius:2px;animation:railTabSlideIn .22s cubic-bezier(0.4, 0, 0.2, 1) both}@keyframes railTabSlideIn{from{transform:scaleX(0);opacity:0}to{transform:scaleX(1);opacity:1}}.theme-brand-phase1 .brand-category-rail__track--entering{animation:railFadeIn .3s cubic-bezier(0.4, 0, 0.2, 1) both}@keyframes railFadeIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.theme-brand-phase1 .brand-category-rail__loading{background:rgba(var(--main-background-rgb, 255, 255, 255), 0.8);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:4px}.theme-brand-phase1 a.brand-category-rail__tab--link{text-decoration:none;display:inline-block;cursor:pointer;color:inherit}.theme-brand-phase1 .js-brand-category-rail-panel-stack{position:relative;width:100%}.theme-brand-phase1 .js-brand-category-rail-panel.d-none{display:none !important}.theme-brand-phase1 .js-brand-category-rail-panel.is-active{display:block}.theme-brand-phase1 .brand-category-rail__panel-fallback{width:100%}.theme-brand-phase1 .brand-category-rail__persp{display:inline-flex;align-items:center;gap:.55rem;text-decoration:none;border:none;background:rgba(0,0,0,0)}.theme-brand-phase1 .brand-category-rail__persp-track{width:2.35rem;height:1.1rem;border-radius:999px;background:rgba(0,0,0,.12);position:relative;flex-shrink:0}.theme-brand-phase1 .brand-category-rail__persp-track::after{content:"";position:absolute;width:.85rem;height:.85rem;border-radius:50%;background:#fff;left:.13rem;top:50%;transform:translateY(-50%);box-shadow:0 0 0 1px rgba(0,0,0,.08);transition:transform .2s ease}.theme-brand-phase1 .brand-category-rail--second-view .brand-category-rail__persp-track{background:rgba(0,0,0,.22)}.theme-brand-phase1 .brand-category-rail--second-view .brand-category-rail__persp-track::after{transform:translate(1.15rem, -50%)}.theme-brand-phase1.brand-category-rail.brand-category-rail--second-view .js-item-product .item-image:not(.item-image-slider) img.item-image-featured.img-absolute,.theme-brand-phase1.brand-category-rail.brand-category-rail--second-view .js-item-product .item-image:not(.item-image-slider) .js-item-image.item-image-featured{opacity:0;transition-delay:.05s}.theme-brand-phase1.brand-category-rail.brand-category-rail--second-view .js-item-product .item-image:not(.item-image-slider) img.item-image-secondary,.theme-brand-phase1.brand-category-rail.brand-category-rail--second-view .js-item-product .item-image:not(.item-image-slider) .item-image-secondary{display:block !important;opacity:1 !important}.theme-brand-phase1 .brand-category-rail__viewport{min-height:8rem}.theme-brand-phase1 .brand-category-rail__loading{background:rgba(255,255,255,.65);z-index:2;top:0;left:0}.theme-brand-phase1 .brand-category-rail__row{overflow-x:auto;-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity;margin-left:0;margin-right:0;scrollbar-width:none;-ms-overflow-style:none}.theme-brand-phase1 .brand-category-rail__row::-webkit-scrollbar{display:none;width:0;height:0}.theme-brand-phase1 .brand-category-rail__dots-row{display:flex;justify-content:center;align-items:center;min-height:1.75rem;padding-top:.35rem}.theme-brand-phase1 .brand-category-rail__dots{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:.55rem;max-width:100%;padding:.2rem 0}.theme-brand-phase1 .brand-category-rail__dot{width:.55rem;height:.55rem;padding:0;border:1px solid rgba(0,0,0,.2);border-radius:50%;background:rgba(0,0,0,.18);cursor:pointer;transition:transform .15s ease,background .15s ease,border-color .15s ease}.theme-brand-phase1 .brand-category-rail__dot:hover,.theme-brand-phase1 .brand-category-rail__dot:focus{outline:none;transform:scale(1.2);background:rgba(0,0,0,.38);border-color:rgba(0,0,0,.35)}.theme-brand-phase1 .brand-category-rail__dot.is-active{background:rgba(0,0,0,.82);border-color:rgba(0,0,0,.55);transform:scale(1.28)}.theme-brand-phase1 .brand-category-rail__row>.js-item-product{flex:0 0 min(42vw,220px);max-width:260px;scroll-snap-align:start}@media(min-width: 768px){.theme-brand-phase1 .brand-category-rail__row>.js-item-product{flex:0 0 18%;min-width:160px}}.theme-brand-phase1 .brand-category-rail .item-img-flip-btn{display:none !important}.theme-brand-phase1 .brand-category-rail .item-product:not(.item-product-reduced) .item-image:not(.item-image-slider){position:relative;left:auto;top:auto;right:auto;bottom:auto;width:100%;height:auto;max-height:none}@media(prefers-reduced-motion: reduce){.theme-brand-phase1 .brand-category-rail__persp-track::after{transition:none}}.visible-when-content-ready{visibility:visible !important}.display-when-content-ready{display:block !important}:root[data-color-scheme=dark]{color-scheme:dark;--main-background: #0c0c0c;--main-foreground: #f2f2f2;--main-foreground-opacity-03: rgba(242, 242, 242, 0.03);--main-foreground-opacity-05: rgba(242, 242, 242, 0.05);--main-foreground-opacity-08: rgba(242, 242, 242, 0.08);--main-foreground-opacity-10: rgba(242, 242, 242, 0.1);--main-foreground-opacity-20: rgba(242, 242, 242, 0.2);--main-foreground-opacity-30: rgba(242, 242, 242, 0.3);--main-foreground-opacity-40: rgba(242, 242, 242, 0.4);--main-foreground-opacity-50: rgba(242, 242, 242, 0.5);--main-foreground-opacity-60: rgba(242, 242, 242, 0.6);--main-foreground-opacity-80: rgba(242, 242, 242, 0.8);--main-foreground-opacity-90: rgba(242, 242, 242, 0.9);--main-background-opacity-30: rgba(12, 12, 12, 0.3);--main-background-opacity-40: rgba(12, 12, 12, 0.4);--main-background-opacity-50: rgba(12, 12, 12, 0.5);--main-background-opacity-80: rgba(12, 12, 12, 0.8);--main-background-opacity-90: rgba(12, 12, 12, 0.9);--header-background: #0c0c0c;--header-foreground: #f2f2f2;--header-foreground-opacity-10: rgba(242, 242, 242, 0.1);--header-foreground-opacity-20: rgba(242, 242, 242, 0.2);--header-foreground-opacity-30: rgba(242, 242, 242, 0.3);--header-foreground-opacity-50: rgba(242, 242, 242, 0.5);--footer-background: #080808;--footer-foreground: #e6e6e6;--footer-foreground-opacity-10: rgba(230, 230, 230, 0.1);--footer-foreground-opacity-20: rgba(230, 230, 230, 0.2);--footer-foreground-opacity-50: rgba(230, 230, 230, 0.5);--footer-foreground-opacity-60: rgba(230, 230, 230, 0.6);--footer-foreground-opacity-80: rgba(230, 230, 230, 0.8);--adbar-background: #111;--adbar-foreground: #f0f0f0;--adbar-foreground-opacity-10: rgba(240, 240, 240, 0.1);--button-background: #f2f2f2;--button-foreground: #111;--label-background: #2a2a2a;--label-foreground: #fafafa}:root[data-color-scheme=dark] .theme-brand-phase1 .head-main .logo-img,:root[data-color-scheme=dark] .theme-brand-phase1 .head-main .logo-img-small,:root[data-color-scheme=dark] .theme-brand-phase1 .head-main .logo-img-big{filter:brightness(0) invert(1)}:root[data-color-scheme=dark] .theme-brand-phase1 .head-main .logo-header-transparent{filter:none}:root[data-color-scheme=dark] .theme-brand-phase1 .head-main .logo-text,:root[data-color-scheme=dark] .theme-brand-phase1 .head-main .logo-text.h3{color:var(--header-foreground) !important}:root[data-color-scheme=dark] .theme-brand-phase1 .head-main .header-utility-svg,:root[data-color-scheme=dark] .theme-brand-phase1 .head-main .svg-icon-text{color:var(--header-foreground)}:root[data-color-scheme=dark] .theme-brand-phase1 .head-main.head-colors .header-utility-svg,:root[data-color-scheme=dark] .theme-brand-phase1 .head-main.head-colors .svg-icon-text{color:var(--header-foreground)}:root[data-color-scheme=dark] .theme-brand-phase1 #nav-hamburger,:root[data-color-scheme=dark] .theme-brand-phase1 #nav-hamburger a,:root[data-color-scheme=dark] .theme-brand-phase1 #nav-hamburger .nav-list-link{color:var(--main-foreground)}:root[data-color-scheme=dark] .theme-brand-phase1 #nav-hamburger.brand-hamburger-drawer-modal .modal-scrollable-area{background:rgba(18,18,20,.72);box-shadow:4px 0 28px rgba(0,0,0,.35)}:root[data-color-scheme=dark] .theme-brand-phase1 .hache-hamburger-modal-head{background:rgba(22,22,24,.92);border-bottom-color:rgba(255,255,255,.08) !important}:root[data-color-scheme=dark] .theme-brand-phase1 .brand-hamburger-drawer__featured-link,:root[data-color-scheme=dark] .theme-brand-phase1 .brand-hamburger-drawer__branch-title,:root[data-color-scheme=dark] .theme-brand-phase1 .brand-hamburger-drawer__sublink,:root[data-color-scheme=dark] .theme-brand-phase1 .brand-hamburger-drawer__pill-label{color:var(--main-foreground)}:root[data-color-scheme=dark] .theme-brand-phase1 .brand-hamburger-drawer__branch-head{border-bottom-color:rgba(255,255,255,.1)}:root[data-color-scheme=dark] .theme-brand-phase1 .brand-hamburger-drawer__sublink{border-bottom-color:rgba(255,255,255,.06)}:root[data-color-scheme=dark] .theme-brand-phase1 .brand-hamburger-drawer__tab{border-color:rgba(255,255,255,.35);color:var(--main-foreground);background:linear-gradient(180deg, rgba(40, 40, 44, 0.9) 0%, rgba(26, 26, 28, 0.65) 100%);box-shadow:0 1px 0 rgba(255,255,255,.06) inset}:root[data-color-scheme=dark] .theme-brand-phase1 .brand-hamburger-drawer__tab.is-active{background:linear-gradient(145deg, #f4f4f4 0%, #e2e2e2 55%, #fafafa 100%);color:#0a0a0a;border-color:rgba(255,255,255,.65)}:root[data-color-scheme=dark] .theme-brand-phase1 .brand-hamburger-drawer__pill{border-color:rgba(255,255,255,.12);color:var(--main-foreground);background:linear-gradient(135deg, rgba(36, 36, 40, 0.95) 0%, rgba(22, 22, 24, 0.78) 100%);box-shadow:0 1px 0 rgba(255,255,255,.06) inset,0 8px 22px rgba(0,0,0,.35)}:root[data-color-scheme=dark] .theme-brand-phase1 .brand-mobile-account-cta{border-color:rgba(255,255,255,.14);background:linear-gradient(165deg, rgba(36, 36, 40, 0.55) 0%, rgba(22, 22, 26, 0.42) 50%, rgba(30, 30, 34, 0.5) 100%);box-shadow:0 1px 0 rgba(255,255,255,.08) inset,0 10px 36px rgba(0,0,0,.35)}:root[data-color-scheme=dark] .theme-brand-phase1 .brand-mobile-account-cta__hint{color:rgba(242,242,242,.72) !important}:root[data-color-scheme=dark] .theme-brand-phase1 .brand-mobile-account-cta__greeting{color:var(--main-foreground)}:root[data-color-scheme=dark] .theme-brand-phase1 .brand-mobile-account-cta__btn--primary{background:#f2f2f2;border-color:#f2f2f2;color:#0c0c0c;box-shadow:0 1px 0 rgba(255,255,255,.35) inset,0 8px 22px rgba(0,0,0,.35)}:root[data-color-scheme=dark] .theme-brand-phase1 .brand-mobile-account-cta__btn--primary:hover{color:#0c0c0c;background:#fff;border-color:#fff}:root[data-color-scheme=dark] .theme-brand-phase1 .brand-mobile-account-cta__btn--secondary{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.28);color:var(--main-foreground);box-shadow:none}:root[data-color-scheme=dark] .theme-brand-phase1 .brand-mobile-account-cta__btn--secondary:hover{color:var(--main-foreground);background:rgba(255,255,255,.14);border-color:rgba(255,255,255,.4)}:root[data-color-scheme=dark] .theme-brand-phase1 .brand-mobile-account-cta__link-muted{color:rgba(242,242,242,.55)}:root[data-color-scheme=dark] .theme-brand-phase1 .brand-mobile-account-cta__link-muted:hover{color:rgba(242,242,242,.85)}:root[data-color-scheme=dark] .theme-brand-phase1 .hache-notify-panel__head,:root[data-color-scheme=dark] .theme-brand-phase1 .hache-notify-panel__body{background:rgba(24,24,26,.98);color:var(--main-foreground);border-color:rgba(255,255,255,.08)}:root[data-color-scheme=dark] .theme-brand-phase1 .hache-notify-row{border-color:rgba(0,0,0,0)}:root[data-color-scheme=dark] .theme-brand-phase1 .hache-notify-row:hover{background:rgba(255,255,255,.06)}:root[data-color-scheme=dark] .theme-brand-phase1 .hache-header-badge{box-shadow:0 0 0 2px rgba(12,12,12,.85)}:root[data-color-scheme=dark] .theme-brand-phase1 #nav-hamburger .hache-hamburger-toolbar .btn-utility,:root[data-color-scheme=dark] .theme-brand-phase1 #nav-hamburger .hache-hamburger-toolbar .header-utility-svg,:root[data-color-scheme=dark] .theme-brand-phase1 #nav-hamburger .hache-hamburger-toolbar .svg-icon-text{color:var(--main-foreground)}:root[data-color-scheme=dark] .theme-brand-phase1 .brand-hamburger-drawer__branch-toggle:focus-visible{outline-color:rgba(242,242,242,.45)}:root[data-color-scheme=dark] .theme-brand-phase1 .brand-hamburger-drawer__pills-heading{color:var(--main-foreground)}:root[data-color-scheme=dark] .theme-brand-phase1 .brand-hamburger-drawer__pill:hover{color:var(--main-foreground);background:linear-gradient(135deg, rgba(48, 48, 52, 0.98) 0%, rgba(32, 32, 36, 0.88) 45%, rgba(40, 40, 44, 0.95) 100%);border-color:rgba(255,255,255,.22);box-shadow:0 1px 0 rgba(255,255,255,.08) inset,0 14px 28px rgba(0,0,0,.45)}:root[data-color-scheme=dark] .theme-brand-phase1 .brand-hamburger-drawer__pill-thumb{background:linear-gradient(145deg, rgba(255, 255, 255, 0.06) 0%, rgba(0, 0, 0, 0.25) 100%);box-shadow:0 0 0 1px rgba(255,255,255,.12),inset 0 0 0 1px rgba(255,255,255,.06)}:root[data-color-scheme=dark] .theme-brand-phase1 #nav-hamburger .hamburger-footer,:root[data-color-scheme=dark] .theme-brand-phase1 #nav-hamburger .hamburger-footer a{color:var(--main-foreground)}:root[data-color-scheme=dark] .theme-brand-phase1 .brand-category-rail__dot{background:rgba(242,242,242,.35);border-color:rgba(242,242,242,.5)}:root[data-color-scheme=dark] .theme-brand-phase1 .brand-category-rail__dot:hover,:root[data-color-scheme=dark] .theme-brand-phase1 .brand-category-rail__dot:focus{background:rgba(242,242,242,.55);border-color:rgba(242,242,242,.75)}:root[data-color-scheme=dark] .theme-brand-phase1 .brand-category-rail__dot.is-active{background:rgba(242,242,242,.92);border-color:#fff}.brand-theme-toggle{min-width:2.5rem}.brand-theme-toggle__icon{display:inline-flex;align-items:center;justify-content:center;vertical-align:middle}.brand-theme-toggle__icon--sun{display:none}:root[data-color-scheme=dark] .brand-theme-toggle__icon--moon{display:none}:root[data-color-scheme=dark] .brand-theme-toggle__icon--sun{display:inline-flex}@keyframes brand-theme-vt-scale{0%{mask-size:0}10%{mask-size:50vmax}90%{mask-size:50vmax}100%{mask-size:2000vmax}}@supports(view-transition-name: none){:root{--brand-vt-expo-in: cubic-bezier(0.95, 0.05, 0.795, 0.035)}::view-transition-group(root){animation-timing-function:var(--brand-vt-expo-in)}::view-transition-new(root){mask:url("https://media.tenor.com/Jz0aSpk9VIQAAAAi/i-love-you-love.gif") center/0 no-repeat;animation:brand-theme-vt-scale 1.5s;animation-fill-mode:both}::view-transition-old(root){animation:brand-theme-vt-scale 1.5s;animation-fill-mode:both}@media(prefers-reduced-motion: reduce){::view-transition-group(root),::view-transition-old(root),::view-transition-new(root){animation-duration:.01ms !important;animation-iteration-count:1 !important}}}.brand-routine-showcase{--routine-radius: 1.5rem;--routine-shadow: 0 1.25rem 3.5rem rgba(0, 0, 0, 0.08);--routine-line: rgba(0, 0, 0, 0.18)}.brand-routine-card{display:grid;grid-template-columns:1fr;gap:0;max-width:1180px;margin:0 auto;background:#fff;border-radius:var(--routine-radius);box-shadow:var(--routine-shadow);overflow:hidden}@media(min-width: 992px){.brand-routine-card{grid-template-columns:minmax(0, 0.42fr) minmax(0, 0.58fr);align-items:stretch;min-height:26rem}}.brand-routine-media{position:relative;background:#f4f4f4;min-height:16rem}.brand-routine-hero{display:block;width:100%;height:100%;min-height:16rem;object-fit:cover}@media(min-width: 992px){.brand-routine-hero{position:absolute;inset:0;min-height:100%}}.brand-routine-panel{display:flex;flex-direction:column;padding:clamp(1.25rem,3vw,2rem) clamp(1.25rem,3vw,2.25rem);gap:0}.brand-routine-title{margin:0 0 .5rem;font-size:clamp(1.15rem,2.2vw,1.45rem);font-weight:700;letter-spacing:.04em;text-transform:uppercase;line-height:1.15}.brand-routine-intro{margin:0;font-size:.8125rem;line-height:1.5;color:rgba(0,0,0,.48);max-width:34rem}.brand-routine-divider{height:1px;background:var(--routine-line);margin:1rem 0 1.25rem}.brand-routine-body{display:grid;grid-template-columns:1fr;gap:1rem 1.5rem;flex:1;align-content:start}@media(min-width: 576px){.brand-routine-body{grid-template-columns:minmax(0, 0.38fr) minmax(0, 1fr);align-items:start}}.brand-routine-thumb-wrap{display:block;border-radius:.85rem;overflow:hidden;background:#f4f4f4;aspect-ratio:4/5}.brand-routine-thumb{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}.brand-routine-thumb-wrap:hover .brand-routine-thumb,.brand-routine-thumb-wrap:focus-visible .brand-routine-thumb{transform:scale(1.03)}.brand-routine-kicker{display:flex;align-items:center;gap:.5rem;margin:0 0 .35rem;font-size:.625rem;letter-spacing:.14em;text-transform:uppercase;font-weight:600;color:rgba(0,0,0,.45)}.brand-routine-kicker-line{flex:0 0 1.75rem;height:1px;background:#000;position:relative}.brand-routine-kicker-line::after{content:"";position:absolute;right:0;top:50%;width:5px;height:5px;border-radius:50%;background:#000;transform:translateY(-50%)}.brand-routine-name{margin:0 0 .65rem;font-size:clamp(1rem,1.8vw,1.2rem);font-weight:700;letter-spacing:.06em;text-transform:uppercase;line-height:1.2}.brand-routine-desc{margin:0;font-size:.8125rem;line-height:1.55;color:rgba(0,0,0,.55);max-height:7.5rem;overflow:auto}.brand-routine-steps{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem .75rem;margin-top:auto;padding-top:1.25rem}.brand-routine-step{flex:0 0 auto;min-width:3.25rem;padding:0;border:0;background:rgba(0,0,0,0);cursor:pointer;text-align:center;color:#000}.brand-routine-step-num{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;margin:0 auto .35rem;border-radius:50%;border:1.5px solid #000;font-size:.75rem;font-weight:600;letter-spacing:.02em;background:#fff;transition:background .2s ease,color .2s ease,border-color .2s ease}.brand-routine-step.is-active .brand-routine-step-num{background:#000;color:#fff;border-color:#000}.brand-routine-step-label{display:block;font-size:.5625rem;letter-spacing:.1em;text-transform:uppercase;font-weight:600;max-width:4.5rem;margin:0 auto;line-height:1.2}.brand-routine-step.is-active .brand-routine-step-label{font-weight:700}.brand-routine-step:focus-visible{outline:2px solid rgba(0,0,0,.35);outline-offset:4px;border-radius:.25rem}@media(prefers-reduced-motion: reduce){.brand-routine-thumb{transition:none}}.brand-shoppable-stories__wrap{max-width:1340px;margin-left:auto;margin-right:auto}.brand-shoppable-stories__swiper-shell{position:relative}@media(max-width: 575px){.brand-shoppable-stories__swiper-shell--bleed-xs{width:100vw;max-width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}}@media(max-width: 575px){.brand-shoppable-stories--layout-mobile-two-full .brand-shoppable-stories__media{max-height:min(88vh,44rem)}}.brand-shoppable-stories__slide-card{display:flex;flex-direction:column;height:100%;border-radius:.5rem;overflow:hidden;position:relative;background:rgba(0,0,0,0);box-shadow:none}.brand-shoppable-stories__slide-card--video-only .brand-shoppable-stories__media{border-radius:.5rem}.brand-shoppable-stories__media{position:relative;width:100%;aspect-ratio:9/16;max-height:min(72vh,36rem);margin-left:auto;margin-right:auto;background:#0a0a0a}.brand-shoppable-stories__media-inner{position:absolute;inset:0}.brand-shoppable-stories__media-inner .brand-split-video__iframe,.brand-shoppable-stories__media-inner .brand-split-video__video-el{position:absolute !important;top:0 !important;left:0 !important;right:0 !important;bottom:0 !important;width:100% !important;height:100% !important;min-width:0 !important;min-height:0 !important;max-width:none !important;transform:none !important;border:0;object-fit:cover}.brand-shoppable-stories__shop--overlay{position:absolute;z-index:3;left:50%;bottom:.5rem;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;justify-content:flex-end;text-align:center;gap:.35rem;width:calc(100% - .75rem);max-width:16.5rem;margin:0;padding:.35rem .25rem .45rem;border-radius:.4rem;background:rgba(0,0,0,0);box-shadow:none;backdrop-filter:none;pointer-events:none}.brand-shoppable-stories__shop--overlay .brand-shoppable-stories__thumb-link,.brand-shoppable-stories__shop--overlay .brand-shoppable-stories__shop-body,.brand-shoppable-stories__shop--overlay .brand-shoppable-stories__shop-cta{pointer-events:auto}.brand-shoppable-stories__shop--floating{position:absolute;z-index:3;left:.45rem;right:.45rem;bottom:.55rem;margin-top:0;padding:.4rem .5rem;display:flex;justify-content:center;background:rgba(0,0,0,0)}.brand-shoppable-stories__ext-link{border-radius:999px;padding:.28rem .85rem;font-size:.7rem;letter-spacing:.06em;text-transform:uppercase;font-weight:600;background:rgba(0,0,0,.78);color:#fff;border:none;text-decoration:none}.brand-shoppable-stories__ext-link:hover{color:#fff;opacity:.9}.brand-shoppable-stories__thumb-link{flex:0 0 auto;width:3.25rem;height:3.25rem;border-radius:.3rem;overflow:hidden;background:rgba(0,0,0,.2);box-shadow:0 0 0 2px rgba(255,255,255,.55)}@media(max-width: 575px){.brand-shoppable-stories--layout-mobile-two-full .brand-shoppable-stories__thumb-link{width:2.65rem;height:2.65rem}}.brand-shoppable-stories__thumb{width:100%;height:100%;object-fit:cover;display:block}.brand-shoppable-stories__shop-body{flex:1 1 auto;width:100%;min-width:0;display:flex;flex-direction:column;align-items:center;text-align:center}.brand-shoppable-stories__shop--overlay .brand-shoppable-stories__shop-name{font-size:.78rem;font-weight:600;line-height:1.25;color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.85),0 0 12px rgba(0,0,0,.45);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;width:100%;max-width:100%;word-break:break-word;hyphens:auto}.brand-shoppable-stories__shop--overlay .brand-shoppable-stories__shop-price{margin:0;font-size:.74rem;font-weight:600;color:rgba(255,255,255,.95);text-shadow:0 1px 2px rgba(0,0,0,.75)}.brand-shoppable-stories__shop-cta{width:100%;max-width:100%;margin-top:.1rem;white-space:normal;line-height:1.25;padding:.38rem .65rem;font-weight:600;border-radius:999px;border:0;color:#111;background:rgba(255,255,255,.92);text-decoration:none;text-align:center;box-shadow:0 2px 14px rgba(0,0,0,.22);transition:background .15s ease,transform .12s ease}.brand-shoppable-stories__shop-cta:hover{color:#111;background:#fff;transform:translateY(-1px);text-decoration:none}@media(min-width: 768px){.brand-shoppable-stories__shop--overlay{bottom:.65rem;max-width:17.5rem;gap:.45rem}.brand-shoppable-stories__shop--overlay .brand-shoppable-stories__shop-name{font-size:.8rem}}.brand-shoppable-stories__pagination{position:relative}.brand-shoppable-stories__mute{position:absolute;top:.65rem;right:.65rem;z-index:4;display:flex;align-items:center;justify-content:center;width:2.35rem;height:2.35rem;padding:0;border:0;border-radius:50%;color:#fff;background:rgba(0,0,0,.42);backdrop-filter:blur(8px);cursor:pointer;transition:background .2s ease,transform .15s ease}.brand-shoppable-stories__mute:hover{background:rgba(0,0,0,.58);transform:scale(1.04)}.brand-shoppable-stories__mute:focus-visible{outline:2px solid #fff;outline-offset:2px}.brand-shoppable-stories__mute-visual{display:flex;align-items:center;justify-content:center}.brand-shoppable-stories__mute-svg{display:block}.brand-shoppable-stories__mute-svg--off{display:none}.brand-shoppable-stories__mute.is-unmuted .brand-shoppable-stories__mute-svg--on{display:none}.brand-shoppable-stories__mute.is-unmuted .brand-shoppable-stories__mute-svg--off{display:block}@media(max-width: 767px){.brand-shoppable-stories__mute{top:.45rem;right:.45rem;width:1.85rem;height:1.85rem}.brand-shoppable-stories__mute-svg{transform:scale(0.9)}}@media(prefers-reduced-motion: reduce){.brand-shoppable-stories__mute{transition:none}}.modal.home-popup--glass .modal-header{background:linear-gradient(165deg, rgba(255, 255, 255, 0.42) 0%, rgba(255, 255, 255, 0.12) 55%, rgba(255, 255, 255, 0.06) 100%),rgba(255,255,255,.28);backdrop-filter:blur(22px) saturate(1.28);-webkit-backdrop-filter:blur(22px) saturate(1.28);border-bottom:1px solid rgba(0,0,0,.06)}.modal.home-popup--glass .modal-body.home-popup--glass-body{background:linear-gradient(180deg, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0.06) 60%, rgba(255, 255, 255, 0.03) 100%),rgba(255,255,255,.22);backdrop-filter:blur(26px) saturate(1.22);-webkit-backdrop-filter:blur(26px) saturate(1.22)}.modal.home-popup--glass .modal-img-full{border-radius:.35rem;overflow:hidden}[data-color-scheme=dark] .modal.home-popup--glass .modal-header{background:linear-gradient(165deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%, rgba(0, 0, 0, 0.25) 100%),rgba(22,22,24,.42);border-bottom-color:rgba(255,255,255,.08)}[data-color-scheme=dark] .modal.home-popup--glass .modal-body.home-popup--glass-body{background:linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, transparent 45%, rgba(0, 0, 0, 0.2) 100%),rgba(18,18,20,.38)}.notification-cookie-glass.notification-fixed-bottom{background:rgba(0,0,0,0);border:0;box-shadow:none;padding:0 .65rem calc(.5rem + env(safe-area-inset-bottom, 0px))}.notification-cookie-glass__inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.5rem .75rem;max-width:720px;margin:0 auto;padding:.65rem .85rem;border-radius:.65rem;background:linear-gradient(155deg, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0.18) 45%, rgba(255, 255, 255, 0.08) 100%),rgba(255,255,255,.32);backdrop-filter:blur(20px) saturate(1.28);-webkit-backdrop-filter:blur(20px) saturate(1.28);border:1px solid rgba(255,255,255,.42);box-shadow:0 6px 28px rgba(0,0,0,.1);color:rgba(0,0,0,.88)}.notification-cookie-glass__text{flex:1 1 12rem;font-size:.82rem;line-height:1.35}.notification-cookie-glass__btn{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;padding:.35rem .9rem;border-radius:999px;font-weight:600;font-size:.8rem;text-decoration:none;color:#fff;background:rgba(0,0,0,.78);border:0;white-space:nowrap}.notification-cookie-glass__btn:hover{color:#fff;text-decoration:none;opacity:.92}[data-color-scheme=dark] .notification-cookie-glass__inner{background:linear-gradient(155deg, rgba(255, 255, 255, 0.1) 0%, transparent 48%, rgba(0, 0, 0, 0.35) 100%),rgba(28,28,30,.48);border-color:rgba(255,255,255,.1);color:rgba(255,255,255,.92)}[data-color-scheme=dark] .notification-cookie-glass__btn{background:rgba(255,255,255,.92);color:#111}.catalog-top-bar{position:relative;z-index:22}.catalog-top-bar__inner{display:flex;flex-direction:column;gap:.85rem}@media(min-width: 768px){.catalog-top-bar__inner{gap:1.1rem}}@media(max-width: 767px){.catalog-top-bar__float{position:fixed;left:0;right:0;bottom:0;z-index:800;display:flex;justify-content:center;pointer-events:none;padding:0 .75rem calc(.65rem + env(safe-area-inset-bottom, 0px))}.catalog-top-bar__float--inline{position:relative;left:auto;right:auto;bottom:auto;z-index:2;justify-content:stretch;width:100%;max-width:none;padding:0 0 .5rem;pointer-events:auto}.catalog-top-bar__float--inline .catalog-top-bar__glass-pill{width:100%;max-width:none}#catalog-product-list{padding-bottom:calc(4.35rem + env(safe-area-inset-bottom, 0px))}#catalog-product-list:has(>.catalog-top-bar.catalog-top-bar--dock-inline){padding-bottom:0}}.theme-brand-phase1 .catalog-top-bar .catalog-top-bar__glass-pill{pointer-events:auto;display:inline-flex;align-items:stretch;max-width:min(22rem,100vw - 1.5rem);width:auto;border-radius:var(--brand-catalog-chrome-r, 14px);overflow:hidden;border:1px solid var(--brand-glass-carbon-border);background:var(--brand-glass-carbon-bg);backdrop-filter:var(--brand-glass-carbon-blur-strong);-webkit-backdrop-filter:var(--brand-glass-carbon-blur-strong);box-shadow:var(--brand-glass-carbon-shadow),var(--brand-glass-carbon-inset);isolation:isolate;transform:translateZ(0);transition:box-shadow .2s ease,border-color .2s ease}.theme-brand-phase1 .catalog-top-bar .catalog-top-bar__glass-pill.is-active{border-color:rgba(252,252,254,.28);box-shadow:var(--brand-glass-carbon-shadow),var(--brand-glass-carbon-inset),0 0 0 2px rgba(252,252,254,.22)}.theme-brand-phase1 .catalog-top-bar .catalog-top-bar__glass-btn{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;min-height:2.85rem;padding:.5rem 1rem;font-size:.9375rem;font-weight:600;line-height:1.2;text-decoration:none;color:var(--brand-glass-carbon-text);border:0;background:rgba(255,255,255,.08);white-space:nowrap;transition:background .15s ease,color .15s ease,box-shadow .15s ease}.theme-brand-phase1 .catalog-top-bar .catalog-top-bar__glass-btn:hover{text-decoration:none;color:var(--brand-glass-carbon-text);background:rgba(255,255,255,.12)}.theme-brand-phase1 .catalog-top-bar .catalog-top-bar__glass-btn--primary,.theme-brand-phase1 .catalog-top-bar .catalog-top-bar__glass-btn.is-active{background:var(--brand-glass-carbon-cta-bg);color:var(--brand-glass-carbon-cta-fg);font-weight:700;box-shadow:inset 0 1px 0 rgba(255,255,255,.35)}.theme-brand-phase1 .catalog-top-bar .catalog-top-bar__glass-btn--primary:hover,.theme-brand-phase1 .catalog-top-bar .catalog-top-bar__glass-btn.is-active:hover{color:var(--brand-glass-carbon-cta-fg);opacity:.94}.theme-brand-phase1 .catalog-top-bar .catalog-top-bar__glass-btn--solo{flex:1 1 auto;min-width:0}.theme-brand-phase1 .catalog-top-bar .catalog-top-bar__glass-sort-ico{display:flex;opacity:.85}.theme-brand-phase1 .catalog-top-bar .catalog-top-bar__glass-badge{font-weight:700;font-size:.75rem;opacity:.95;color:var(--brand-glass-carbon-cta-fg)}.theme-brand-phase1 .catalog-top-bar .catalog-top-bar__glass-btn:focus-visible{outline:2px solid rgba(252,252,254,.65);outline-offset:3px}@media(min-width: 768px){.catalog-top-bar__float:not(.catalog-top-bar__float--desktop){display:none !important}.theme-brand-phase1 .catalog-top-bar__float--desktop{position:fixed;left:0;right:0;bottom:max(1rem,env(safe-area-inset-bottom, 0px));top:auto;z-index:800;display:flex !important;justify-content:center;align-items:flex-end;width:100%;max-width:none;padding:0 .75rem;pointer-events:none}.theme-brand-phase1 .catalog-top-bar__float--desktop .catalog-top-bar__glass-pill{pointer-events:auto;max-width:min(22rem,100vw - 1.5rem)}#catalog-product-list:has(>.catalog-top-bar.catalog-top-bar--float-desktop){padding-bottom:calc(5.5rem + env(safe-area-inset-bottom, 0px))}}.catalog-top-bar__desktop-toolbar{width:100%}.catalog-toolbar-unified{width:100%}.catalog-toolbar-unified__title{font-size:.8125rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase;line-height:1.35;opacity:.88;color:var(--main-foreground);margin-bottom:.9rem;max-width:40rem}@media(min-width: 768px){.catalog-toolbar-unified__title{font-size:.875rem;letter-spacing:.08em;margin-bottom:1rem}}.catalog-toolbar-unified__row{display:flex;flex-wrap:nowrap;align-items:center;gap:.65rem;width:100%;min-width:0}.catalog-toolbar-unified__filter{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;gap:.45rem;min-height:2.85rem;padding:.5rem 1rem;border-radius:var(--brand-catalog-chrome-r, 14px);border:1px solid var(--brand-border-medium, rgba(0, 0, 0, 0.12));background:rgba(255,255,255,.82);color:var(--main-foreground);font-size:.9375rem;font-weight:600;letter-spacing:.04em;text-decoration:none;white-space:nowrap;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease}.catalog-toolbar-unified__filter:hover{text-decoration:none;border-color:var(--main-foreground);color:var(--main-foreground)}.catalog-toolbar-unified__filter-icon{display:flex;flex-shrink:0;opacity:.85}.catalog-toolbar-unified__badge{display:inline-flex;align-items:center;justify-content:center;min-width:1.35rem;height:1.35rem;padding:0 .35rem;margin-left:.15rem;border-radius:var(--brand-catalog-chrome-r, 14px);font-size:.75rem;font-weight:700;line-height:1;background:var(--main-foreground);color:var(--main-background)}.catalog-toolbar-unified__filter:has(.catalog-toolbar-unified__badge){box-shadow:0 0 0 2px rgba(0,0,0,.12)}.catalog-toolbar-unified__sort-wrap{flex:1 1 auto;min-width:0}.catalog-toolbar-unified__sort-wrap--solo{flex:1 1 100%}.catalog-toolbar-unified__sort-sr-only.native-sort-pills-heading{position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0, 0, 0, 0) !important;white-space:nowrap !important;border:0 !important}.native-sort-pills-wrap{width:100%}.native-sort-pills-heading{display:block;font-size:.68rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;opacity:.65;margin-bottom:.35rem}.native-sort-pills-scroll{display:flex;flex-wrap:nowrap;align-items:center;gap:.6rem;overflow-x:auto;padding-bottom:.15rem;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.native-sort-pills__item{flex:0 0 auto;min-width:0}.catalog-top-bar .native-sort-pills__item.radio-button-item{margin-bottom:0 !important}.catalog-top-bar .native-sort-pills__item .radio-button-content{position:static}.catalog-top-bar .native-sort-pills__item .radio-button-icons-container,.catalog-top-bar .native-sort-pills__item .radio-button-icon{display:none !important}.native-sort-pills__item .radio-button-label{display:inline-flex;align-items:center;justify-content:center;min-height:2.85rem;padding:.5rem 1.05rem;border-radius:var(--brand-catalog-chrome-r, 14px);font-size:.9375rem;font-weight:500;line-height:1.2;white-space:nowrap;border:1px solid rgba(0,0,0,.12);background:rgba(255,255,255,.65);transition:background .15s ease,border-color .15s ease,box-shadow .15s ease}.native-sort-pills__item:has(input:checked) .radio-button-label{background:rgba(0,0,0,.88);border-color:rgba(0,0,0,.88);color:#fff;font-weight:600;box-shadow:0 0 0 2px #fff,0 0 0 4px rgba(0,0,0,.55)}[data-color-scheme=dark] .native-sort-pills__item .radio-button-label{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.14);color:rgba(255,255,255,.92)}[data-color-scheme=dark] .native-sort-pills__item:has(input:checked) .radio-button-label{background:rgba(255,255,255,.92);border-color:rgba(255,255,255,.92);color:#111;box-shadow:0 0 0 2px rgba(18,18,20,.85),0 0 0 4px rgba(255,255,255,.55)}.theme-brand-phase1 .catalog-benefits-bar--glass{width:100%;border-radius:var(--brand-catalog-chrome-r, 14px);padding:.95rem 1.1rem;margin-bottom:1.65rem;border:1px solid var(--brand-glass-carbon-border);background:var(--brand-glass-carbon-bg);backdrop-filter:var(--brand-glass-carbon-blur);-webkit-backdrop-filter:var(--brand-glass-carbon-blur);box-shadow:var(--brand-glass-carbon-shadow),var(--brand-glass-carbon-inset);isolation:isolate;color:var(--brand-glass-carbon-text)}.theme-brand-phase1 .catalog-benefits-bar--glass .catalog-benefits-bar__icon{color:var(--brand-glass-carbon-text-muted);opacity:.9}.theme-brand-phase1 .catalog-benefits-bar--glass .catalog-benefits-bar__legend{border-top-color:var(--brand-glass-carbon-border-soft);color:var(--brand-glass-carbon-text-muted)}@media(min-width: 768px){.theme-brand-phase1 .catalog-benefits-bar--glass{margin-bottom:2.35rem}}@media(max-width: 767px){.theme-brand-phase1 .catalog-top-bar__inner>.catalog-benefits-bar--glass{margin-top:1.4rem;margin-bottom:1.35rem;align-self:center;width:min(100% - .75rem,26.5rem)}.theme-brand-phase1 .catalog-benefits-bar--ticker-mobile .catalog-benefits-bar__track{position:relative;min-height:3.1rem;overflow:hidden;justify-content:center}.theme-brand-phase1 .catalog-benefits-bar--ticker-mobile .catalog-benefits-bar__item[data-benefit-tick]{position:absolute;left:0;right:0;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;gap:.45rem;padding:0 .5rem;margin:0;flex:none;opacity:0;visibility:hidden;transition:opacity .4s ease;pointer-events:none}.theme-brand-phase1 .catalog-benefits-bar--ticker-mobile .catalog-benefits-bar__item[data-benefit-tick].is-active{opacity:1;visibility:visible}.theme-brand-phase1 .catalog-benefits-bar--ticker-mobile .catalog-benefits-bar__text--legend-tick{font-size:.78rem;line-height:1.35;text-align:center}}@media(prefers-reduced-motion: reduce){.theme-brand-phase1 .catalog-benefits-bar--ticker-mobile .catalog-benefits-bar__item[data-benefit-tick]{transition:none}}.theme-brand-phase1 .catalog-toolbar-unified__filter{border-radius:var(--brand-catalog-chrome-r, 14px);background:rgba(255,255,255,.82);background:color-mix(in srgb, var(--main-background) 88%, var(--main-foreground) 4%);border-color:var(--brand-border-medium, rgba(0, 0, 0, 0.1))}.theme-brand-phase1 .catalog-toolbar-unified__filter:has(.catalog-toolbar-unified__badge){box-shadow:0 0 0 2px rgba(0,0,0,.14)}.theme-brand-phase1 .catalog-toolbar-unified__filter.is-active{border-color:var(--main-foreground);font-weight:700;background:rgba(0,0,0,.06);background:color-mix(in srgb, var(--main-foreground) 10%, var(--main-background) 90%);box-shadow:0 0 0 2px rgba(0,0,0,.12);box-shadow:0 0 0 2px color-mix(in srgb, var(--main-foreground) 18%, transparent)}.theme-brand-phase1 .catalog-toolbar-unified__filter.is-active .catalog-toolbar-unified__filter-icon{opacity:1}.theme-brand-phase1 .catalog-toolbar-unified__title{color:var(--main-foreground)}[data-color-scheme=dark] .theme-brand-phase1 .catalog-toolbar-unified__filter{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.16);color:rgba(255,255,255,.92)}[data-color-scheme=dark] .theme-brand-phase1 .catalog-toolbar-unified__filter:has(.catalog-toolbar-unified__badge){box-shadow:0 0 0 2px rgba(255,255,255,.12)}[data-color-scheme=dark] .theme-brand-phase1 .catalog-toolbar-unified__filter.is-active{background:rgba(255,255,255,.14);border-color:rgba(255,255,255,.45);box-shadow:0 0 0 2px rgba(255,255,255,.18)}[data-color-scheme=dark] .theme-brand-phase1 .catalog-toolbar-unified__badge{background:rgba(255,255,255,.92);color:#111}[data-color-scheme=dark] .theme-brand-phase1 .catalog-toolbar-unified__title{color:rgba(255,255,255,.88)}.theme-brand-phase1 .catalog-top-bar .native-sort-pills-heading{color:var(--main-foreground);opacity:.55}.theme-brand-phase1 .catalog-top-bar .native-sort-pills__item .radio-button-label{border-radius:var(--brand-catalog-chrome-r, 14px);border:1px solid var(--brand-border-medium, rgba(0, 0, 0, 0.1));background:rgba(255,255,255,.82);background:color-mix(in srgb, var(--main-background) 88%, var(--main-foreground) 4%);color:var(--main-foreground);min-height:2.85rem;padding:.5rem 1.05rem !important;font-size:.9375rem;font-weight:500;white-space:nowrap}.theme-brand-phase1 .catalog-top-bar .native-sort-pills__item:has(input:checked) .radio-button-label{background:var(--main-foreground);color:var(--main-background);border-color:var(--main-foreground);font-weight:600;box-shadow:0 0 0 2px var(--main-background),0 0 0 4px rgba(0,0,0,.22)}[data-color-scheme=dark] .theme-brand-phase1 .catalog-top-bar .native-sort-pills__item:has(input:checked) .radio-button-label{box-shadow:0 0 0 2px rgba(18,18,20,.95),0 0 0 4px rgba(255,255,255,.35)}[data-color-scheme=dark] .theme-brand-phase1 .catalog-top-bar .native-sort-pills__item .radio-button-label{border-color:rgba(255,255,255,.16);background:rgba(255,255,255,.08);color:rgba(255,255,255,.92)}[data-color-scheme=dark] .theme-brand-phase1 .catalog-top-bar .native-sort-pills__item:has(input:checked) .radio-button-label{background:rgba(255,255,255,.92);color:#111;border-color:rgba(0,0,0,0)}[data-color-scheme=dark] .theme-brand-phase1 .catalog-top-bar .native-sort-pills-heading{color:rgba(255,255,255,.88)}.catalog-benefits-bar__track{display:flex;flex-wrap:wrap;gap:.85rem 1.35rem;align-items:flex-start}.catalog-benefits-bar__item{display:flex;gap:.55rem;align-items:flex-start;min-width:0;flex:1 1 200px}@media(min-width: 768px){.catalog-benefits-bar__track{flex-wrap:nowrap;justify-content:space-between;align-items:center;gap:1.25rem 2rem}.catalog-benefits-bar__item{flex:1 1 0;min-width:0}}.catalog-benefits-bar__icon{flex:0 0 auto;margin-top:.08rem;opacity:.75}.catalog-benefits-bar__text{font-size:.8rem;line-height:1.35;color:inherit}.catalog-benefits-bar__legend{margin-top:.45rem;padding-top:.45rem;border-top:1px solid rgba(0,0,0,.08);font-size:.72rem;line-height:1.4;opacity:.82}[data-color-scheme=dark] .catalog-benefits-bar__legend{border-top-color:rgba(255,255,255,.1)}
/* Engine:dart */