@charset "UTF-8";
header .container{padding-left:0!important;padding-right:0!important;margin-left:auto!important;margin-right:auto!important;max-width:1400px!important}.header-container{display:flex;align-items:center;justify-content:space-between;gap:.75rem;height:4rem;padding:0}@media (min-width:768px){.header-container{height:4.5rem;padding:0;gap:1rem}}@media (min-width:1024px){.header-container{gap:1.5rem}}.header-left{display:flex;align-items:center;gap:.75rem;padding-left:1.5rem}@media (min-width:768px){.header-left{padding-left:2.5rem}}.mobile-logo-link{display:flex;align-items:center;flex-shrink:0}.mobile-logo{max-height:2rem;width:auto;height:auto}@media (min-width:1024px){.mobile-logo-link{display:none}}.header-center{display:none;align-items:center;justify-content:center;flex-shrink:0}@media (min-width:1024px){.header-center{display:flex}}.header-center .custom-logo-link{display:flex;align-items:center}.header-center .custom-logo-link img,.header-center .custom-logo{max-height:2.5rem;width:auto;height:auto}@media (min-width:768px){.header-center .custom-logo-link img,.header-center .custom-logo{max-height:3rem}}.header-right{display:flex;align-items:center;gap:.5rem;flex-shrink:0;padding-right:1.5rem}@media (min-width:768px){.header-right{padding-right:2.5rem}}.header-right .search-container{display:none}@media (min-width:768px){.header-right .search-container{display:block;width:280px}}@media (min-width:1024px){.header-right .search-container{width:320px}}@media (min-width:1280px){.header-right .search-container{width:400px}}.hamburger-trigger{display:none}@media (max-width:1023px){.hamburger-trigger{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;padding:0;background:#fff0;border:none;cursor:pointer;border-radius:.5rem;transition:background-color 0.2s ease}.hamburger-trigger:hover{background-color:var(--color-brand-zinc-bg)}.hamburger-trigger svg{width:1.5rem;height:1.5rem;color:var(--color-brand-zinc-dark)}}.desktop-categories-nav{display:none}@media (min-width:1024px){.desktop-categories-nav{display:flex;align-items:center;gap:.25rem}}.desktop-categories-nav a{display:flex;align-items:center;padding:.5rem .875rem;font-size:.875rem;font-weight:500;color:var(--color-zinc-700);text-decoration:none;border-radius:.5rem;transition:all 0.2s ease;white-space:nowrap}.desktop-categories-nav a:hover{background-color:var(--color-brand-zinc-bg);color:var(--color-brand-zinc-dark)}.desktop-categories-nav a.active{background-color:var(--color-brand-zinc-bg);color:var(--color-brand-zinc-dark)}.categories-more{position:relative}.categories-more-trigger{display:flex;align-items:center;gap:.25rem;padding:.5rem .875rem;font-size:.875rem;font-weight:500;color:var(--color-zinc-700);text-decoration:none;border-radius:.5rem;transition:all 0.2s ease;white-space:nowrap;cursor:pointer;background:none;border:none}.categories-more-trigger:hover{background-color:var(--color-brand-zinc-bg);color:var(--color-brand-zinc-dark)}.categories-more-trigger svg{width:1rem;height:1rem;transition:transform 0.2s ease}.categories-more:hover .categories-more-trigger svg{transform:rotate(180deg)}.categories-more-dropdown{position:absolute;top:100%;left:0;min-width:200px;background-color:var(--color-brand-white);border:1px solid var(--color-brand-zinc-border);border-radius:.75rem;box-shadow:0 10px 40px -10px rgb(0 0 0 / .15),0 0 0 1px rgb(0 0 0 / .03);padding:.5rem 0;opacity:0;visibility:hidden;transform:translateY(-.5rem);transition:all 0.2s ease;z-index:100}.categories-more:hover .categories-more-dropdown{opacity:1;visibility:visible;transform:translateY(0)}.categories-more-dropdown a{display:flex;align-items:center;justify-content:space-between;padding:.625rem 1rem;font-size:.875rem;font-weight:500;color:var(--color-zinc-700);text-decoration:none;transition:background-color 0.15s ease;border-radius:0}.categories-more-dropdown a:hover{background-color:var(--color-brand-zinc-bg);color:var(--color-brand-zinc-dark)}.categories-more-dropdown a span{font-size:.875rem;color:var(--color-zinc-700)}.categories-mega-panel{min-width:560px;max-width:720px;padding:1.5rem}.mega-panel-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.375rem}.mega-panel-item{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.625rem .875rem;border-radius:.5rem;font-size:.875rem;font-weight:500;color:var(--color-zinc-700);text-decoration:none;transition:background-color 0.15s ease}.mega-panel-item:hover,.mega-panel-item:focus{background-color:var(--color-brand-zinc-bg);outline:none}.mega-panel-item-name{flex:1}.mega-panel-item-thumb{width:64px;height:64px;border-radius:.375rem;object-fit:cover;flex-shrink:0}.mega-panel-item--no-thumb{padding-left:calc(0.875rem + 64px + 1rem)}.categories-more-dropdown.is-open{opacity:1;visibility:visible;transform:translateY(0)}.categories-more.is-open .categories-more-trigger svg{transform:rotate(180deg)}@media (min-width:1024px) and (max-width:1150px){.categories-mega-panel{min-width:300px;max-width:380px}.mega-panel-grid{grid-template-columns:1fr}}.promo-bar{height:3.5rem;display:flex;align-items:center;justify-content:center;position:sticky;top:0;z-index:51;background-color:var(--color-brand-green);color:var(--color-brand-white);font-size:.9375rem;font-weight:500;overflow:hidden;flex-shrink:0}.promo-bar-messages{position:relative;display:flex;align-items:center;justify-content:center;height:100%}.promo-bar-message{position:absolute;display:flex;align-items:center;gap:.5rem;white-space:nowrap;opacity:0;transform:translateY(1rem);transition:opacity 0.4s ease,transform 0.4s ease;pointer-events:none}.promo-bar-message svg{width:1.375rem;height:1.375rem;flex-shrink:0}.promo-bar-message--active{opacity:1;transform:translateY(0);pointer-events:auto}@media (max-width:479px){.promo-bar{font-size:.8125rem}.promo-bar-message svg{width:1.125rem;height:1.125rem}}.search-container{position:relative;width:100%}.search-form{position:relative;display:flex;align-items:center}.search-input-wrapper{position:relative;width:100%}.search-input{width:100%;height:2.75rem;padding:0 1rem 0 2.75rem;font-size:.9375rem;color:var(--color-brand-zinc-dark);background-color:var(--color-brand-zinc-bg);border:2px solid #fff0;border-radius:.625rem;outline:none;transition:all 0.2s ease}.search-input:hover{background-color:var(--color-brand-zinc-border)}.search-input:focus{background-color:var(--color-brand-white);border-color:var(--color-brand-zinc-dark);box-shadow:0 0 0 1px var(--color-brand-zinc-dark)}.search-input::placeholder{color:var(--color-brand-zinc-mid)}.search-icon{position:absolute;left:.875rem;top:50%;transform:translateY(-50%);width:1.125rem;height:1.125rem;color:var(--color-brand-zinc-mid);pointer-events:none;transition:color 0.2s ease}.search-input:focus~.search-icon{color:var(--color-brand-zinc-dark)}.search-clear{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);display:none;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;padding:0;background:var(--color-brand-zinc-border);border:none;border-radius:50%;cursor:pointer;transition:background-color 0.2s ease}.search-clear:hover{background-color:var(--color-zinc-300)}.search-clear.visible{display:flex}.search-clear svg{width:.875rem;height:.875rem;color:var(--color-zinc-600)}.mobile-search-trigger{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;padding:0;background:#fff0;border:none;cursor:pointer;border-radius:.5rem;transition:background-color 0.2s ease}.mobile-search-trigger:hover{background-color:var(--color-brand-zinc-bg)}.mobile-search-trigger svg{width:1.375rem;height:1.375rem;color:var(--color-brand-zinc-dark)}@media (min-width:768px){.mobile-search-trigger{display:none}}.search-results{position:absolute;top:calc(100% + 0.5rem);left:0;right:0;max-height:70vh;background-color:var(--color-brand-white);border:1px solid var(--color-brand-zinc-border);border-radius:.75rem;box-shadow:0 10px 40px -10px rgb(0 0 0 / .15),0 0 0 1px rgb(0 0 0 / .03);overflow:hidden;opacity:0;visibility:hidden;transform:translateY(-.5rem);transition:all 0.2s ease;z-index:100}.search-results.active{opacity:1;visibility:visible;transform:translateY(0)}.search-results-inner{max-height:70vh;overflow-y:auto;overscroll-behavior:contain}.search-results-section{padding:.75rem 0;border-bottom:1px solid var(--color-brand-zinc-bg)}.search-results-section:last-child{border-bottom:none}.search-results-title{padding:.25rem 1rem .5rem;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--color-brand-zinc-mid)}.search-result-item{display:flex;align-items:center;gap:.875rem;padding:.625rem 1rem;text-decoration:none;transition:background-color 0.15s ease}.search-result-item:hover{background-color:var(--color-brand-zinc-bg)}.search-result-image{flex-shrink:0;width:3.5rem;height:3.5rem;border-radius:.5rem;overflow:hidden;background-color:var(--color-brand-zinc-bg);border:1px solid var(--color-brand-zinc-border)}.search-result-image img{width:100%;height:100%;object-fit:cover}.search-result-content{flex:1;min-width:0}.search-result-name{font-size:.875rem;font-weight:500;color:var(--color-brand-zinc-dark);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:.125rem}.search-result-category{font-size:.75rem;color:var(--color-brand-zinc-mid);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.search-result-price{flex-shrink:0;font-size:.875rem;font-weight:600;color:var(--color-brand-zinc-dark)}.search-result-price del{font-weight:400;color:var(--color-brand-zinc-light);margin-right:.375rem}.search-result-price ins{text-decoration:none;color:var(--color-brand-error)}.search-result-category-item{display:flex;align-items:center;gap:.75rem;padding:.625rem 1rem;text-decoration:none;transition:background-color 0.15s ease}.search-result-category-item:hover{background-color:var(--color-brand-zinc-bg)}.search-result-category-icon{display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;background-color:var(--color-brand-zinc-bg);border-radius:.5rem}.search-result-category-icon svg{width:1rem;height:1rem;color:var(--color-zinc-600)}.search-result-category-name{font-size:.875rem;font-weight:500;color:var(--color-brand-zinc-dark)}.search-result-category-count{margin-left:auto;font-size:.75rem;color:var(--color-brand-zinc-light)}.search-loading{display:none;align-items:center;justify-content:center;padding:2rem}.search-loading.active{display:flex}.search-spinner{width:1.5rem;height:1.5rem;border:2px solid var(--color-brand-zinc-border);border-top-color:var(--color-brand-zinc-dark);border-radius:50%;animation:spin 0.8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.search-no-results{display:none;flex-direction:column;align-items:center;padding:2rem 1rem;text-align:center}.search-no-results.active{display:flex}.search-no-results svg{width:2.5rem;height:2.5rem;color:var(--color-zinc-300);margin-bottom:.75rem}.search-no-results-text{font-size:.875rem;color:var(--color-brand-zinc-mid)}.search-view-all{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1rem;font-size:.875rem;font-weight:500;color:var(--color-brand-zinc-dark);text-decoration:none;background-color:var(--color-brand-zinc-bg);transition:background-color 0.15s ease}.search-view-all:hover{background-color:var(--color-brand-zinc-border)}.search-view-all svg{width:1rem;height:1rem}.mobile-search-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgb(0 0 0 / .5);z-index:9998;opacity:0;visibility:hidden;transition:all 0.3s ease}.mobile-search-overlay.active{opacity:1;visibility:visible}.mobile-search-container{position:fixed;top:0;left:0;right:0;background-color:var(--color-brand-white);z-index:9999;padding:1rem;transform:translateY(-100%);transition:transform 0.3s ease;box-shadow:0 4px 20px rgb(0 0 0 / .1)}.mobile-search-container.active{transform:translateY(0)}.mobile-search-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.mobile-search-close{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;padding:0;background:#fff0;border:none;cursor:pointer;border-radius:.5rem;flex-shrink:0}.mobile-search-close svg{width:1.5rem;height:1.5rem;color:var(--color-brand-zinc-dark)}.mobile-search-form{flex:1}.mobile-search-results{max-height:calc(100vh - 8rem);overflow-y:auto}@media (min-width:768px){.mobile-search-overlay,.mobile-search-container{display:none!important}}.mobile-menu-overlay{display:none}.mobile-menu-sidebar{position:fixed;inset:0;width:100%;max-width:100%;background-color:var(--color-brand-white);z-index:9999;transform:translateY(-100%);transition:transform 0.3s ease;display:flex;flex-direction:column;box-shadow:none}.mobile-menu-sidebar.active{transform:translateY(0)}@media (min-width:480px){.mobile-menu-sidebar{max-width:100%}}@media (min-width:1024px){.mobile-menu-overlay,.mobile-menu-sidebar{display:none!important}}.mobile-menu-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid var(--color-brand-zinc-border)}.mobile-menu-logo{font-size:1.125rem;font-weight:600;color:var(--color-brand-zinc-dark);text-decoration:none}.mobile-menu-close{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;padding:0;background:#fff0;border:none;cursor:pointer;border-radius:.5rem;transition:background-color 0.2s ease}.mobile-menu-close:hover{background-color:var(--color-brand-zinc-bg)}.mobile-menu-close svg{width:1.5rem;height:1.5rem;color:var(--color-brand-zinc-dark)}.mobile-menu-body{flex:1;overflow-y:auto;padding:1rem 0}.mobile-menu-section{padding:0 0 1rem;border-bottom:1px solid var(--color-brand-zinc-bg);margin-bottom:1rem}.mobile-menu-section:last-child{border-bottom:none;margin-bottom:0}.mobile-menu-section-title{padding:.5rem 1.25rem;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--color-brand-zinc-mid)}.mobile-menu-nav{display:flex;flex-direction:column}.mobile-menu-item{display:flex;align-items:center;gap:1rem;padding:.875rem 1.25rem;font-size:1.0625rem;font-weight:500;color:var(--color-brand-zinc-dark);text-decoration:none;transition:background-color 0.15s ease}.mobile-menu-item:hover{background-color:var(--color-brand-zinc-bg)}.mobile-menu-item-icon{display:flex;align-items:center;justify-content:center;width:64px;height:64px;flex-shrink:0;background-color:var(--color-brand-zinc-bg);border-radius:50%}.mobile-menu-item-icon svg{width:1rem;height:1rem;color:var(--color-zinc-600)}.mobile-menu-item-thumb{width:64px;height:64px;border-radius:.375rem;object-fit:cover;display:block}.mobile-menu-item-icon:has(.mobile-menu-item-thumb){background-color:#fff0}.mobile-menu-footer{padding:1rem 1.25rem;border-top:1px solid var(--color-brand-zinc-border)}.mobile-menu-account{display:flex;align-items:center;gap:.75rem;padding:.75rem;background-color:var(--color-brand-zinc-bg);border-radius:.75rem;text-decoration:none;transition:background-color 0.15s ease}.mobile-menu-account:hover{background-color:var(--color-brand-zinc-border)}.mobile-menu-account-icon{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;background-color:var(--color-brand-white);border-radius:50%}.mobile-menu-account-icon svg{width:1.25rem;height:1.25rem;color:var(--color-zinc-600)}.mobile-menu-account-text{display:flex;flex-direction:column}.mobile-menu-account-label{font-size:.75rem;color:var(--color-brand-zinc-mid)}.mobile-menu-account-name{font-size:.875rem;font-weight:500;color:var(--color-brand-zinc-dark)}.cart-trigger{position:relative;display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;padding:0;background:#fff0;border:none;cursor:pointer;border-radius:.5rem;transition:background-color 0.2s ease;flex-shrink:0}.cart-trigger:hover{background-color:var(--color-brand-zinc-bg)}.cart-icon{width:1.375rem;height:1.375rem;color:var(--color-brand-zinc-dark)}.cart-count{position:absolute;top:.125rem;right:0;display:none;align-items:center;justify-content:center;min-width:1.125rem;height:1.125rem;padding:0 .25rem;font-size:.6875rem;font-weight:600;color:var(--color-brand-white);background-color:var(--color-brand-zinc-dark);border-radius:9999px}.cart-count.has-items{display:flex}body.mobile-menu-open,body.mobile-search-open{overflow:hidden}.search-result-item:focus,.search-result-category-item:focus,.mobile-menu-item:focus{outline:2px solid var(--color-brand-zinc-dark);outline-offset:-2px}.categories-more-trigger:focus{outline:2px solid var(--color-brand-zinc-dark);outline-offset:-2px}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes slideIn{from{transform:translateY(-.5rem);opacity:0}to{transform:translateY(0);opacity:1}}.search-results.active .search-result-item{animation:slideIn 0.2s ease forwards}.search-results.active .search-result-item:nth-child(1){animation-delay:0.02s}.search-results.active .search-result-item:nth-child(2){animation-delay:0.04s}.search-results.active .search-result-item:nth-child(3){animation-delay:0.06s}.search-results.active .search-result-item:nth-child(4){animation-delay:0.08s}.search-results.active .search-result-item:nth-child(5){animation-delay:0.1s}:root{--woocommerce:#720eec;--wc-green:#007518;--wc-red:#a00;--wc-orange:#ffba00;--wc-blue:#2ea2cc;--wc-primary:#720eec;--wc-primary-text:#fcfbfe;--wc-secondary:#e9e6ed;--wc-secondary-text:#515151;--wc-highlight:#958e09;--wc-highligh-text:white;--wc-content-bg:#fff;--wc-subtext:#767676;--wc-form-border-color:rgba(32, 7, 7, 0.8);--wc-form-border-radius:4px;--wc-form-border-width:1px;--wc-destructive:#cc1818;--wc-card-border-radius:8px}.woocommerce .woocommerce-error .button,.woocommerce .woocommerce-info .button,.woocommerce .woocommerce-message .button,.woocommerce-page .woocommerce-error .button,.woocommerce-page .woocommerce-info .button,.woocommerce-page .woocommerce-message .button{float:right}.woocommerce .col2-set,.woocommerce-page .col2-set{width:100%}.woocommerce .col2-set::after,.woocommerce .col2-set::before,.woocommerce-page .col2-set::after,.woocommerce-page .col2-set::before{content:" ";display:table}.woocommerce .col2-set::after,.woocommerce-page .col2-set::after{clear:both}.woocommerce .col2-set .col-1,.woocommerce-page .col2-set .col-1{float:left;width:48%}.woocommerce .col2-set .col-2,.woocommerce-page .col2-set .col-2{float:right;width:48%}.woocommerce img,.woocommerce-page img{height:auto;max-width:100%}.woocommerce #content div.product div.images,.woocommerce div.product div.images,.woocommerce-page #content div.product div.images,.woocommerce-page div.product div.images{float:left;width:48%}.woocommerce #content div.product div.images.woocommerce-product-gallery .flex-viewport,.woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport,.woocommerce-page #content div.product div.images.woocommerce-product-gallery .flex-viewport,.woocommerce-page div.product div.images.woocommerce-product-gallery .flex-viewport{touch-action:pan-y pinch-zoom}.woocommerce #content div.product div.thumbnails::after,.woocommerce #content div.product div.thumbnails::before,.woocommerce div.product div.thumbnails::after,.woocommerce div.product div.thumbnails::before,.woocommerce-page #content div.product div.thumbnails::after,.woocommerce-page #content div.product div.thumbnails::before,.woocommerce-page div.product div.thumbnails::after,.woocommerce-page div.product div.thumbnails::before{content:" ";display:table}.woocommerce #content div.product div.thumbnails::after,.woocommerce div.product div.thumbnails::after,.woocommerce-page #content div.product div.thumbnails::after,.woocommerce-page div.product div.thumbnails::after{clear:both}.woocommerce #content div.product div.thumbnails a,.woocommerce div.product div.thumbnails a,.woocommerce-page #content div.product div.thumbnails a,.woocommerce-page div.product div.thumbnails a{float:left;width:30.75%;margin-right:3.8%;margin-bottom:1em}.woocommerce #content div.product div.thumbnails a.last,.woocommerce div.product div.thumbnails a.last,.woocommerce-page #content div.product div.thumbnails a.last,.woocommerce-page div.product div.thumbnails a.last{margin-right:0}.woocommerce #content div.product div.thumbnails a.first,.woocommerce div.product div.thumbnails a.first,.woocommerce-page #content div.product div.thumbnails a.first,.woocommerce-page div.product div.thumbnails a.first{clear:both}.woocommerce #content div.product div.thumbnails.columns-1 a,.woocommerce div.product div.thumbnails.columns-1 a,.woocommerce-page #content div.product div.thumbnails.columns-1 a,.woocommerce-page div.product div.thumbnails.columns-1 a{width:100%;margin-right:0;float:none}.woocommerce #content div.product div.thumbnails.columns-2 a,.woocommerce div.product div.thumbnails.columns-2 a,.woocommerce-page #content div.product div.thumbnails.columns-2 a,.woocommerce-page div.product div.thumbnails.columns-2 a{width:48%}.woocommerce #content div.product div.thumbnails.columns-4 a,.woocommerce div.product div.thumbnails.columns-4 a,.woocommerce-page #content div.product div.thumbnails.columns-4 a,.woocommerce-page div.product div.thumbnails.columns-4 a{width:22.05%}.woocommerce #content div.product div.thumbnails.columns-5 a,.woocommerce div.product div.thumbnails.columns-5 a,.woocommerce-page #content div.product div.thumbnails.columns-5 a,.woocommerce-page div.product div.thumbnails.columns-5 a{width:16.9%}.woocommerce #content div.product div.summary,.woocommerce div.product div.summary,.woocommerce-page #content div.product div.summary,.woocommerce-page div.product div.summary{float:right;width:48%;clear:none}.woocommerce #content div.product .woocommerce-tabs,.woocommerce div.product .woocommerce-tabs,.woocommerce-page #content div.product .woocommerce-tabs,.woocommerce-page div.product .woocommerce-tabs{clear:both}.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce #content div.product .woocommerce-tabs ul.tabs::before,.woocommerce div.product .woocommerce-tabs ul.tabs::after,.woocommerce div.product .woocommerce-tabs ul.tabs::before,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::before,.woocommerce-page div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page div.product .woocommerce-tabs ul.tabs::before{content:" ";display:table}.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page div.product .woocommerce-tabs ul.tabs::after{clear:both}.woocommerce #content div.product .woocommerce-tabs ul.tabs li,.woocommerce div.product .woocommerce-tabs ul.tabs li,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,.woocommerce-page div.product .woocommerce-tabs ul.tabs li{display:inline-block}.woocommerce #content div.product #reviews .comment::after,.woocommerce #content div.product #reviews .comment::before,.woocommerce div.product #reviews .comment::after,.woocommerce div.product #reviews .comment::before,.woocommerce-page #content div.product #reviews .comment::after,.woocommerce-page #content div.product #reviews .comment::before,.woocommerce-page div.product #reviews .comment::after,.woocommerce-page div.product #reviews .comment::before{content:" ";display:table}.woocommerce #content div.product #reviews .comment::after,.woocommerce div.product #reviews .comment::after,.woocommerce-page #content div.product #reviews .comment::after,.woocommerce-page div.product #reviews .comment::after{clear:both}.woocommerce #content div.product #reviews .comment img,.woocommerce div.product #reviews .comment img,.woocommerce-page #content div.product #reviews .comment img,.woocommerce-page div.product #reviews .comment img{float:right;height:auto}.woocommerce ul.products,.woocommerce-page ul.products{clear:both}.woocommerce ul.products::after,.woocommerce ul.products::before,.woocommerce-page ul.products::after,.woocommerce-page ul.products::before{content:" ";display:table}.woocommerce ul.products::after,.woocommerce-page ul.products::after{clear:both}.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{float:left;margin:0 3.8% 2.992em 0;padding:0;position:relative;width:22.05%;margin-left:0}.woocommerce ul.products li.first,.woocommerce-page ul.products li.first{clear:both}.woocommerce ul.products li.last,.woocommerce-page ul.products li.last{margin-right:0}.woocommerce ul.products.columns-1 li.product,.woocommerce-page ul.products.columns-1 li.product{width:100%;margin-right:0}.woocommerce ul.products.columns-2 li.product,.woocommerce-page ul.products.columns-2 li.product{width:48%}.woocommerce ul.products.columns-3 li.product,.woocommerce-page ul.products.columns-3 li.product{width:30.75%}.woocommerce ul.products.columns-5 li.product,.woocommerce-page ul.products.columns-5 li.product{width:16.95%}.woocommerce ul.products.columns-6 li.product,.woocommerce-page ul.products.columns-6 li.product{width:13.5%}.woocommerce-page.columns-1 ul.products li.product,.woocommerce.columns-1 ul.products li.product{width:100%;margin-right:0}.woocommerce-page.columns-2 ul.products li.product,.woocommerce.columns-2 ul.products li.product{width:48%}.woocommerce-page.columns-3 ul.products li.product,.woocommerce.columns-3 ul.products li.product{width:30.75%}.woocommerce-page.columns-5 ul.products li.product,.woocommerce.columns-5 ul.products li.product{width:16.95%}.woocommerce-page.columns-6 ul.products li.product,.woocommerce.columns-6 ul.products li.product{width:13.5%}.woocommerce .woocommerce-result-count,.woocommerce-page .woocommerce-result-count{float:left}.woocommerce .woocommerce-ordering,.woocommerce-page .woocommerce-ordering{float:right}.woocommerce .woocommerce-pagination ul.page-numbers::after,.woocommerce .woocommerce-pagination ul.page-numbers::before,.woocommerce-page .woocommerce-pagination ul.page-numbers::after,.woocommerce-page .woocommerce-pagination ul.page-numbers::before{content:" ";display:table}.woocommerce .woocommerce-pagination ul.page-numbers::after,.woocommerce-page .woocommerce-pagination ul.page-numbers::after{clear:both}.woocommerce .woocommerce-pagination ul.page-numbers li,.woocommerce-page .woocommerce-pagination ul.page-numbers li{display:inline-block}.woocommerce #content table.cart img,.woocommerce table.cart img,.woocommerce-page #content table.cart img,.woocommerce-page table.cart img{height:auto}.woocommerce #content table.cart td.actions,.woocommerce table.cart td.actions,.woocommerce-page #content table.cart td.actions,.woocommerce-page table.cart td.actions{text-align:right}.woocommerce #content table.cart td.actions .input-text,.woocommerce table.cart td.actions .input-text,.woocommerce-page #content table.cart td.actions .input-text,.woocommerce-page table.cart td.actions .input-text{width:80px}.woocommerce #content table.cart td.actions .coupon,.woocommerce table.cart td.actions .coupon,.woocommerce-page #content table.cart td.actions .coupon,.woocommerce-page table.cart td.actions .coupon{float:left}.woocommerce .cart-collaterals,.woocommerce-page .cart-collaterals{width:100%}.woocommerce .cart-collaterals::after,.woocommerce .cart-collaterals::before,.woocommerce-page .cart-collaterals::after,.woocommerce-page .cart-collaterals::before{content:" ";display:table}.woocommerce .cart-collaterals::after,.woocommerce-page .cart-collaterals::after{clear:both}.woocommerce .cart-collaterals .related,.woocommerce-page .cart-collaterals .related{width:30.75%;float:left}.woocommerce .cart-collaterals .cross-sells,.woocommerce-page .cart-collaterals .cross-sells{width:48%;float:left}.woocommerce .cart-collaterals .cross-sells ul.products,.woocommerce-page .cart-collaterals .cross-sells ul.products{float:none}.woocommerce .cart-collaterals .cross-sells ul.products li,.woocommerce-page .cart-collaterals .cross-sells ul.products li{width:48%}.woocommerce .cart-collaterals .shipping_calculator,.woocommerce-page .cart-collaterals .shipping_calculator{width:48%;clear:right;float:right}.woocommerce .cart-collaterals .shipping_calculator::after,.woocommerce .cart-collaterals .shipping_calculator::before,.woocommerce-page .cart-collaterals .shipping_calculator::after,.woocommerce-page .cart-collaterals .shipping_calculator::before{content:" ";display:table}.woocommerce .cart-collaterals .shipping_calculator::after,.woocommerce-page .cart-collaterals .shipping_calculator::after{clear:both}.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2{width:47%}.woocommerce .cart-collaterals .cart_totals,.woocommerce-page .cart-collaterals .cart_totals{float:right;width:48%}.woocommerce ul.cart_list li::after,.woocommerce ul.cart_list li::before,.woocommerce ul.product_list_widget li::after,.woocommerce ul.product_list_widget li::before,.woocommerce-page ul.cart_list li::after,.woocommerce-page ul.cart_list li::before,.woocommerce-page ul.product_list_widget li::after,.woocommerce-page ul.product_list_widget li::before{content:" ";display:table}.woocommerce ul.cart_list li::after,.woocommerce ul.product_list_widget li::after,.woocommerce-page ul.cart_list li::after,.woocommerce-page ul.product_list_widget li::after{clear:both}.woocommerce ul.cart_list li img,.woocommerce ul.product_list_widget li img,.woocommerce-page ul.cart_list li img,.woocommerce-page ul.product_list_widget li img{float:right;height:auto}.woocommerce form .form-row::after,.woocommerce form .form-row::before,.woocommerce-page form .form-row::after,.woocommerce-page form .form-row::before{content:" ";display:table}.woocommerce form .form-row::after,.woocommerce-page form .form-row::after{clear:both}.woocommerce form .form-row label,.woocommerce-page form .form-row label{display:block}.woocommerce form .form-row label.checkbox,.woocommerce-page form .form-row label.checkbox{display:inline}.woocommerce form .form-row select,.woocommerce-page form .form-row select{width:100%}.woocommerce form .form-row .input-text,.woocommerce-page form .form-row .input-text{box-sizing:border-box;width:100%}.woocommerce form .form-row-first,.woocommerce form .form-row-last,.woocommerce-page form .form-row-first,.woocommerce-page form .form-row-last{width:47%;overflow:visible}.woocommerce form .form-row-first,.woocommerce-page form .form-row-first{float:left}.woocommerce form .form-row-last,.woocommerce-page form .form-row-last{float:right}.woocommerce form .form-row-wide,.woocommerce-page form .form-row-wide{clear:both}.woocommerce form .password-input,.woocommerce-page form .password-input{display:flex;flex-direction:column;justify-content:center;position:relative}.woocommerce form .password-input input[type=password],.woocommerce-page form .password-input input[type=password]{padding-right:2.5rem}.woocommerce form .password-input input::-ms-reveal,.woocommerce-page form .password-input input::-ms-reveal{display:none}.woocommerce form .show-password-input,.woocommerce-page form .show-password-input{background-color:#fff0;border-radius:0;border:0;color:var(--wc-form-color-text,#000);cursor:pointer;font-size:inherit;line-height:inherit;margin:0;padding:0;position:absolute;right:.7em;text-decoration:none;top:50%;transform:translateY(-50%);-moz-osx-font-smoothing:inherit;-webkit-appearance:none;-webkit-font-smoothing:inherit}.woocommerce form .show-password-input::before,.woocommerce-page form .show-password-input::before{background-repeat:no-repeat;background-size:cover;background-image:url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.3 3.3C16.9 2.9 16.2 2.9 15.7 3.3L13.3 5.7C12.2437 5.3079 11.1267 5.1048 10 5.1C6.2 5.2 2.8 7.2 1 10.5C1.2 10.9 1.5 11.3 1.8 11.7C2.6 12.8 3.6 13.7 4.7 14.4L3 16.1C2.6 16.5 2.5 17.2 3 17.7C3.4 18.1 4.1 18.2 4.6 17.7L17.3 4.9C17.7 4.4 17.7 3.7 17.3 3.3ZM6.7 12.3L5.4 13.6C4.2 12.9 3.1 11.9 2.3 10.7C3.5 9 5.1 7.8 7 7.2C5.7 8.6 5.6 10.8 6.7 12.3ZM10.1 9C9.6 8.5 9.7 7.7 10.2 7.2C10.7 6.8 11.4 6.8 11.9 7.2L10.1 9ZM18.3 9.5C17.8 8.8 17.2 8.1 16.5 7.6L15.5 8.6C16.3 9.2 17 9.9 17.6 10.8C15.9 13.4 13 15 9.9 15H9.1L8.1 16C8.8 15.9 9.4 16 10 16C13.3 16 16.4 14.4 18.3 11.7C18.6 11.3 18.8 10.9 19.1 10.5C18.8 10.2 18.6 9.8 18.3 9.5ZM14 10L10 14C12.2 14 14 12.2 14 10Z" fill="%23111111"/></svg>');content:"";display:block;height:22px;width:22px}.woocommerce form .show-password-input.display-password::before,.woocommerce-page form .show-password-input.display-password::before{background-image:url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.3 9.49999C15 4.89999 8.50002 3.79999 3.90002 7.19999C2.70002 8.09999 1.70002 9.29999 0.900024 10.6C1.10002 11 1.40002 11.4 1.70002 11.8C5.00002 16.4 11.3 17.4 15.9 14.2C16.8 13.5 17.6 12.8 18.3 11.8C18.6 11.4 18.8 11 19.1 10.6C18.8 10.2 18.6 9.79999 18.3 9.49999ZM10.1 7.19999C10.6 6.69999 11.4 6.69999 11.9 7.19999C12.4 7.69999 12.4 8.49999 11.9 8.99999C11.4 9.49999 10.6 9.49999 10.1 8.99999C9.60003 8.49999 9.60003 7.69999 10.1 7.19999ZM10 14.9C6.90002 14.9 4.00002 13.3 2.30002 10.7C3.50002 8.99999 5.10002 7.79999 7.00002 7.19999C6.30002 7.99999 6.00002 8.89999 6.00002 9.89999C6.00002 12.1 7.70002 14 10 14C12.2 14 14.1 12.3 14.1 9.99999V9.89999C14.1 8.89999 13.7 7.89999 13 7.19999C14.9 7.79999 16.5 8.99999 17.7 10.7C16 13.3 13.1 14.9 10 14.9Z" fill="%23111111"/></svg>')}.woocommerce #payment .form-row select,.woocommerce-page #payment .form-row select{width:auto}.woocommerce #payment .terms,.woocommerce #payment .wc-terms-and-conditions,.woocommerce-page #payment .terms,.woocommerce-page #payment .wc-terms-and-conditions{text-align:left;padding:0 1em 0 0;float:left}.woocommerce #payment #place_order,.woocommerce-page #payment #place_order{float:right}.woocommerce .woocommerce-billing-fields::after,.woocommerce .woocommerce-billing-fields::before,.woocommerce .woocommerce-shipping-fields::after,.woocommerce .woocommerce-shipping-fields::before,.woocommerce-page .woocommerce-billing-fields::after,.woocommerce-page .woocommerce-billing-fields::before,.woocommerce-page .woocommerce-shipping-fields::after,.woocommerce-page .woocommerce-shipping-fields::before{content:" ";display:table}.woocommerce .woocommerce-billing-fields::after,.woocommerce .woocommerce-shipping-fields::after,.woocommerce-page .woocommerce-billing-fields::after,.woocommerce-page .woocommerce-shipping-fields::after{clear:both}.woocommerce .woocommerce-terms-and-conditions,.woocommerce-page .woocommerce-terms-and-conditions{margin-bottom:1.618em;padding:1.618em}.woocommerce .woocommerce-oembed,.woocommerce-page .woocommerce-oembed{position:relative}.woocommerce-account .woocommerce-MyAccount-navigation{float:left;width:30%}.woocommerce-account .woocommerce-MyAccount-content{float:right;width:68%}.woocommerce-account .woocommerce-MyAccount-content mark{background-color:#fff0;color:inherit;font-weight:700}.woocommerce-page.left-sidebar #content.twentyeleven{width:58.4%;margin:0 7.6%;float:right}.woocommerce-page.right-sidebar #content.twentyeleven{margin:0 7.6%;width:58.4%;float:left}.twentyfourteen .tfwc{padding:12px 10px 0;max-width:474px;margin:0 auto}.twentyfourteen .tfwc .product .entry-summary{padding:0!important;margin:0 0 1.618em!important}.twentyfourteen .tfwc div.product.hentry.has-post-thumbnail{margin-top:0}@media screen and (min-width:673px){.twentyfourteen .tfwc{padding-right:30px;padding-left:30px}}@media screen and (min-width:1040px){.twentyfourteen .tfwc{padding-right:15px;padding-left:15px}}@media screen and (min-width:1110px){.twentyfourteen .tfwc{padding-right:30px;padding-left:30px}}@media screen and (min-width:1218px){.twentyfourteen .tfwc{margin-right:54px}.full-width .twentyfourteen .tfwc{margin-right:auto}}.twentyfifteen .t15wc{padding-left:7.6923%;padding-right:7.6923%;padding-top:7.6923%;margin-bottom:7.6923%;background:#fff;box-shadow:0 0 1px rgb(0 0 0 / .15)}.twentyfifteen .t15wc .page-title{margin-left:0}@media screen and (min-width:38.75em){.twentyfifteen .t15wc{margin-right:7.6923%;margin-left:7.6923%;margin-top:8.3333%}}@media screen and (min-width:59.6875em){.twentyfifteen .t15wc{margin-left:8.3333%;margin-right:8.3333%;padding:10%}.single-product .twentyfifteen .entry-summary{padding:0!important}}.twentysixteen .site-main{margin-right:7.6923%;margin-left:7.6923%}.twentysixteen .entry-summary{margin-right:0;margin-left:0}#content .twentysixteen div.product div.images,#content .twentysixteen div.product div.summary{width:46.42857%}@media screen and (min-width:44.375em){.twentysixteen .site-main{margin-right:23.0769%}}@media screen and (min-width:56.875em){.twentysixteen .site-main{margin-right:0;margin-left:0}.no-sidebar .twentysixteen .site-main{margin-right:15%;margin-left:15%}.no-sidebar .twentysixteen .entry-summary{margin-right:0;margin-left:0}}.rtl .woocommerce .col2-set .col-1,.rtl .woocommerce-page .col2-set .col-1{float:right}.rtl .woocommerce .col2-set .col-2,.rtl .woocommerce-page .col2-set .col-2{float:left}:root{--woocommerce:#720eec;--wc-green:#007518;--wc-red:#a00;--wc-orange:#ffba00;--wc-blue:#2ea2cc;--wc-primary:#720eec;--wc-primary-text:#fcfbfe;--wc-secondary:#e9e6ed;--wc-secondary-text:#515151;--wc-highlight:#958e09;--wc-highligh-text:white;--wc-content-bg:#fff;--wc-subtext:#767676;--wc-form-border-color:rgba(32, 7, 7, 0.8);--wc-form-border-radius:4px;--wc-form-border-width:1px;--wc-destructive:#cc1818;--wc-card-border-radius:8px}@keyframes spin{100%{transform:rotate(360deg)}}@font-face{font-family:star;src:url(/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.woff2) format("woff2"),url(/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.woff) format("woff"),url(/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:WooCommerce;src:url(/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.woff2) format("woff2"),url(/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.woff) format("woff"),url(/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.ttf) format("truetype");font-weight:400;font-style:normal}.woocommerce form .form-row{padding:3px;margin:0 0 6px}.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder{-webkit-transition:opacity .5s .5s ease;transition:opacity .5s .5s ease;opacity:0}.woocommerce form .form-row label{line-height:2}.woocommerce form .form-row label.hidden{visibility:hidden}.woocommerce form .form-row label.inline{display:inline}.woocommerce form .form-row .woocommerce-input-wrapper .description{background:#1e85be;color:#fff;border-radius:3px;padding:1em;margin:.5em 0 0;clear:both;display:none;position:relative}.woocommerce form .form-row .woocommerce-input-wrapper .description a{color:#fff;text-decoration:underline;border:0;box-shadow:none}.woocommerce form .form-row .woocommerce-input-wrapper .description::before{left:50%;top:0;margin-top:-4px;transform:translateX(-50%) rotate(180deg);content:"";position:absolute;border-width:4px 6px 0 6px;border-style:solid;border-color:#1e85be #fff0 #fff0 #fff0;z-index:100;display:block}.woocommerce form .form-row .input-checkbox{display:inline;margin:-2px 8px 0 0;text-align:center;vertical-align:middle}.woocommerce form .form-row .input-text,.woocommerce form .form-row select{font-family:inherit;font-weight:400;letter-spacing:normal;padding:.5em;display:block;background-color:var(--wc-form-color-background,#fff);border:var(--wc-form-border-width) solid var(--wc-form-border-color);border-radius:var(--wc-form-border-radius);color:var(--wc-form-color-text,#000);box-sizing:border-box;width:100%;margin:0;line-height:normal;height:auto}.woocommerce form .form-row .input-text:focus,.woocommerce form .form-row select:focus{border-color:currentColor}.woocommerce form .form-row select{cursor:pointer;appearance:none;padding-right:3em;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hldnJvbi1kb3duIj48cG9seWxpbmUgcG9pbnRzPSI2IDkgMTIgMTUgMTggOSI+PC9wb2x5bGluZT48L3N2Zz4=);background-repeat:no-repeat;background-size:16px;background-position:calc(100% - .5em) 50%}.woocommerce form .form-row textarea{height:4em;line-height:1.5;box-shadow:none}.woocommerce form .form-row .country_to_state--single{background:0 0;border:0;padding:0;appearance:none;background-image:none;font:inherit;font-weight:700;color:inherit;width:auto;pointer-events:none}.woocommerce form .form-row .required{color:var(--wc-red);font-weight:700;border:0!important;text-decoration:none;visibility:hidden}.woocommerce form .form-row .optional{visibility:visible}.woocommerce form .form-row.woocommerce-invalid label{color:var(--wc-red)}.woocommerce form .form-row.woocommerce-invalid input.input-text,.woocommerce form .form-row.woocommerce-invalid select{border-color:var(--wc-red)}.woocommerce form .form-row.woocommerce-invalid .select2-container:not(.select2-container--open) .select2-selection{border-color:var(--wc-red)}.woocommerce form .form-row.woocommerce-validated input.input-text,.woocommerce form .form-row.woocommerce-validated select{border-color:var(--wc-green)}.woocommerce form .form-row.woocommerce-validated .select2-container:not(.select2-container--open) .select2-selection{border-color:var(--wc-green)}.woocommerce form .form-row ::-webkit-input-placeholder{line-height:normal}.woocommerce form .form-row :-moz-placeholder{line-height:normal}.woocommerce form .form-row :-ms-input-placeholder{line-height:normal}:where(.woocommerce) .select2-container{width:100%}:where(.woocommerce) .select2-container .select2-selection--single{height:auto}:where(.woocommerce) .select2-container .select2-selection--single .select2-selection__rendered{padding:.5em;line-height:normal;box-sizing:border-box;color:var(--wc-form-color-text,#444);font-weight:400}:where(.woocommerce) .select2-container .select2-selection--single .select2-selection__placeholder{color:var(--wc-form-color-text,#444)}:where(.woocommerce) .select2-container .select2-selection--single .select2-selection__arrow{position:absolute;top:2px;right:.5em;height:100%;width:16px}:where(.woocommerce) .select2-container .select2-selection--single .select2-selection__arrow b{border:none;display:block;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hldnJvbi1kb3duIj48cG9seWxpbmUgcG9pbnRzPSI2IDkgMTIgMTUgMTggOSI+PC9wb2x5bGluZT48L3N2Zz4=) no-repeat;background-size:16px;width:16px;height:16px;position:absolute;top:50%;left:0;margin:-8px 0 0}:where(.woocommerce) .select2-container .select2-dropdown,:where(.woocommerce) .select2-container .select2-selection{background-color:var(--wc-form-color-background,#fff);border:var(--wc-form-border-width,1px) solid var(--wc-form-border-color,#aaa);border-radius:var(--wc-form-border-radius,4px)}:where(.woocommerce) .select2-container.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}:where(.woocommerce) .select2-container.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}:where(.woocommerce) .select2-results__options{list-style:none;margin:0;padding:0}:where(.woocommerce) .select2-results__option{margin:0}.woocommerce-store-notice,p.demo_store{position:absolute;top:0;left:0;right:0;margin:0;width:100%;font-size:1em;padding:1em 0;text-align:center;background-color:#720eec;color:#fcfbfe;z-index:99998;box-shadow:0 1px 1em rgb(0 0 0 / .2);display:none}.woocommerce-store-notice a,p.demo_store a{color:#fcfbfe;text-decoration:underline}.screen-reader-text{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px;word-wrap:normal!important}.admin-bar p.demo_store{top:32px}.woocommerce-product-gallery__photoswipe-video-wrapper{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.woocommerce-product-gallery__photoswipe-video{display:block;width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain}.clear{clear:both}.woocommerce .blockUI.blockOverlay{position:relative}.woocommerce .blockUI.blockOverlay::before{height:1em;width:1em;display:block;position:absolute;top:50%;left:50%;margin-left:-.5em;margin-top:-.5em;content:"";animation:spin 1s ease-in-out infinite;background:url(/wp-content/plugins/woocommerce/assets/css/../images/icons/loader.svg) center center;background-size:cover;line-height:1;text-align:center;font-size:2em;color:rgb(0 0 0 / .75)}.woocommerce .loader::before{height:1em;width:1em;display:block;position:absolute;top:50%;left:50%;margin-left:-.5em;margin-top:-.5em;content:"";animation:spin 1s ease-in-out infinite;background:url(/wp-content/plugins/woocommerce/assets/css/../images/icons/loader.svg) center center;background-size:cover;line-height:1;text-align:center;font-size:2em;color:rgb(0 0 0 / .75)}.woocommerce a.remove{display:block;font-size:1.5em;height:1em;width:1em;text-align:center;line-height:1;border-radius:100%;color:var(--wc-red)!important;text-decoration:none;font-weight:700;border:0}.woocommerce a.remove:hover{color:#fff!important;background:var(--wc-red)}.woocommerce small.note{display:block;color:#767676;font-size:.857em;margin-top:10px}.woocommerce .woocommerce-breadcrumb{margin:0 0 1em;padding:0}.woocommerce .woocommerce-breadcrumb::after,.woocommerce .woocommerce-breadcrumb::before{content:" ";display:table}.woocommerce .woocommerce-breadcrumb::after{clear:both}.woocommerce .quantity .qty{width:3.631em;text-align:center}.woocommerce div.product{margin-bottom:0;position:relative}.woocommerce div.product .product_title{clear:none;margin-top:0;padding:0}.woocommerce div.product p.price ins,.woocommerce div.product span.price ins{background:inherit;font-weight:700;display:inline-block}.woocommerce div.product p.price del,.woocommerce div.product span.price del{opacity:.7;display:inline-block}.woocommerce div.product p.stock{font-size:.92em}.woocommerce div.product .woocommerce-product-rating{margin-bottom:1.618em}.woocommerce div.product div.images{margin-bottom:2em}.woocommerce div.product div.images img{display:block;width:100%;height:auto;box-shadow:none}.woocommerce div.product div.images div.thumbnails{padding-top:1em}.woocommerce div.product div.images.woocommerce-product-gallery{position:relative}.woocommerce div.product div.images .woocommerce-product-gallery__wrapper{transition:all cubic-bezier(.795,-.035,0,1) .5s;margin:0;padding:0}.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg{background-color:#fff;opacity:0}.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder{border:1px solid #f2f2f2}.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2){width:25%;display:inline-block}.woocommerce div.product div.images .woocommerce-product-gallery__image a{display:block;outline-offset:-2px}.woocommerce div.product div.images .woocommerce-product-gallery__video .wp-post-video{display:block;width:100%;height:auto}.woocommerce div.product div.images .woocommerce-product-gallery__trigger{background:#fff;border:none;box-sizing:content-box;border-radius:100%;cursor:pointer;font-size:2em;height:36px;padding:0;position:absolute;right:.5em;text-indent:-9999px;top:.5em;width:36px;z-index:99}.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before{border:2px solid #000;border-radius:100%;box-sizing:content-box;content:"";display:block;height:10px;left:9px;top:9px;position:absolute;width:10px}.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after{background:#000;border-radius:6px;box-sizing:content-box;content:"";display:block;height:8px;left:22px;position:absolute;top:19px;transform:rotate(-45deg);width:2px}.woocommerce div.product div.images .woocommerce-product-gallery__trigger span[aria-hidden=true]{border:0;clip-path:inset(50%);height:1px;left:50%;margin:-1px;overflow:hidden;position:absolute;top:50%;width:1px}.woocommerce div.product div.images .flex-control-thumbs{overflow:hidden;zoom:1;margin:0;padding:0}.woocommerce div.product div.images .flex-control-thumbs li{width:25%;float:left;margin:0;list-style:none;position:relative}.woocommerce div.product div.images .flex-control-thumbs li .woocommerce-product-gallery__video-thumbnail-preview,.woocommerce div.product div.images .flex-control-thumbs li img{cursor:pointer;opacity:.5;margin:0}.woocommerce div.product div.images .flex-control-thumbs li .woocommerce-product-gallery__video-thumbnail-preview.flex-active,.woocommerce div.product div.images .flex-control-thumbs li .woocommerce-product-gallery__video-thumbnail-preview:hover,.woocommerce div.product div.images .flex-control-thumbs li img.flex-active,.woocommerce div.product div.images .flex-control-thumbs li img:hover{opacity:1}.woocommerce div.product div.images .flex-control-thumbs li.woocommerce-product-gallery__video-thumbnail::before{content:"▶";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:1;color:#fff;font-size:1.4em;text-shadow:0 0 .25em rgb(0 0 0 / .8);pointer-events:none}.woocommerce div.product div.images .flex-control-thumbs li.woocommerce-product-gallery__video-thumbnail img.woocommerce-product-gallery__video-thumbnail-placeholder,.woocommerce div.product div.images .flex-control-thumbs li.woocommerce-product-gallery__video-thumbnail img.woocommerce-product-gallery__video-thumbnail-placeholder.flex-active,.woocommerce div.product div.images .flex-control-thumbs li.woocommerce-product-gallery__video-thumbnail img.woocommerce-product-gallery__video-thumbnail-placeholder:hover{opacity:0}.woocommerce div.product div.images .flex-control-thumbs li.woocommerce-product-gallery__video-thumbnail .woocommerce-product-gallery__video-thumbnail-preview{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;pointer-events:none}.woocommerce div.product div.images .flex-control-thumbs li.woocommerce-product-gallery__video-thumbnail .woocommerce-product-gallery__video-thumbnail-placeholder.flex-active+.woocommerce-product-gallery__video-thumbnail-preview,.woocommerce div.product div.images .flex-control-thumbs li.woocommerce-product-gallery__video-thumbnail:hover .woocommerce-product-gallery__video-thumbnail-preview{opacity:1}.woocommerce div.product .woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1){clear:left}.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1){clear:left}.woocommerce div.product .woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1){clear:left}.woocommerce div.product div.summary{margin-bottom:2em}.woocommerce div.product div.social{text-align:right;margin:0 0 1em}.woocommerce div.product div.social span{margin:0 0 0 2px}.woocommerce div.product div.social span span{margin:0}.woocommerce div.product div.social span .stButton .chicklets{padding-left:16px;width:0}.woocommerce div.product div.social iframe{float:left;margin-top:3px}.woocommerce div.product .woocommerce-tabs ul.tabs{list-style:none;padding:0 0 0 1em;margin:0 0 1.618em;overflow:hidden;position:relative}.woocommerce div.product .woocommerce-tabs ul.tabs li{border:1px solid #cfc8d8;background-color:#e9e6ed;color:#515151;display:inline-block;position:relative;z-index:0;border-radius:4px 4px 0 0;margin:0 -5px;padding:0 1em}.woocommerce div.product .woocommerce-tabs ul.tabs li a{display:inline-block;padding:.5em 0;font-weight:700;color:#515151;text-decoration:none}.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover{text-decoration:none;color:#6b6b6b}.woocommerce div.product .woocommerce-tabs ul.tabs li.active{background:#fff;color:#515151;z-index:2;border-bottom-color:#fff}.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{color:inherit;text-shadow:inherit}.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before{box-shadow:2px 2px 0 #fff}.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after{box-shadow:-2px 2px 0 #fff}.woocommerce div.product .woocommerce-tabs ul.tabs li::after,.woocommerce div.product .woocommerce-tabs ul.tabs li::before{border:1px solid #cfc8d8;position:absolute;bottom:-1px;width:5px;height:5px;content:" ";box-sizing:border-box}.woocommerce div.product .woocommerce-tabs ul.tabs li::before{left:-5px;border-bottom-right-radius:4px;border-width:0 1px 1px 0;box-shadow:2px 2px 0 #e9e6ed}.woocommerce div.product .woocommerce-tabs ul.tabs li::after{right:-5px;border-bottom-left-radius:4px;border-width:0 0 1px 1px;box-shadow:-2px 2px 0 #e9e6ed}.woocommerce div.product .woocommerce-tabs ul.tabs::before{position:absolute;content:" ";width:100%;bottom:0;left:0;border-bottom:1px solid #cfc8d8;z-index:1}.woocommerce div.product .woocommerce-tabs .panel{margin:0 0 2em;padding:0}.woocommerce div.product p.cart{margin-bottom:2em}.woocommerce div.product p.cart::after,.woocommerce div.product p.cart::before{content:" ";display:table}.woocommerce div.product p.cart::after{clear:both}.woocommerce div.product form.cart{margin-bottom:2em}.woocommerce div.product form.cart::after,.woocommerce div.product form.cart::before{content:" ";display:table}.woocommerce div.product form.cart::after{clear:both}.woocommerce div.product form.cart div.quantity{float:left;margin:0 4px 0 0}.woocommerce div.product form.cart table{border-width:0 0 1px}.woocommerce div.product form.cart table td{padding-left:0}.woocommerce div.product form.cart table div.quantity{float:none;margin:0}.woocommerce div.product form.cart table small.stock{display:block;float:none}.woocommerce div.product form.cart .variations{margin-bottom:1em;border:0;width:100%}.woocommerce div.product form.cart .variations td,.woocommerce div.product form.cart .variations th{border:0;line-height:2em;vertical-align:top}.woocommerce div.product form.cart .variations label{font-weight:700;text-align:left}.woocommerce div.product form.cart .variations select{max-width:100%;min-width:75%;display:inline-block;margin-right:1em;appearance:none;-webkit-appearance:none;-moz-appearance:none;padding-right:3em;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hldnJvbi1kb3duIj48cG9seWxpbmUgcG9pbnRzPSI2IDkgMTIgMTUgMTggOSI+PC9wb2x5bGluZT48L3N2Zz4=) no-repeat;background-size:16px;-webkit-background-size:16px;background-position:calc(100% - 12px) 50%;-webkit-background-position:calc(100% - 12px) 50%}.woocommerce div.product form.cart .variations td.label{padding-right:1em}.woocommerce div.product form.cart .woocommerce-variation-description p{margin-bottom:1em}.woocommerce div.product form.cart .reset_variations{visibility:hidden;font-size:.83em}.woocommerce div.product form.cart .wc-no-matching-variations{display:none}.woocommerce div.product form.cart .button{vertical-align:middle;float:left}.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label{padding-right:1em;padding-left:1em}.woocommerce div.product form.cart .group_table td{vertical-align:top;padding-bottom:.5em;border:0}.woocommerce div.product form.cart .group_table td:first-child{width:4em;text-align:center}.woocommerce div.product form.cart .group_table .wc-grouped-product-add-to-cart-checkbox{display:inline-block;width:auto;margin:0 auto;transform:scale(1.5,1.5)}.woocommerce span.onsale{min-height:3.236em;min-width:3.236em;padding:.202em;font-size:1em;font-weight:700;position:absolute;text-align:center;line-height:3.236;top:-.5em;left:-.5em;margin:0;border-radius:100%;background-color:#958e09;color:#fff;font-size:.857em;z-index:9}.woocommerce .products ul,.woocommerce ul.products{margin:0 0 1em;padding:0;list-style:none outside;clear:both}.woocommerce .products ul::after,.woocommerce .products ul::before,.woocommerce ul.products::after,.woocommerce ul.products::before{content:" ";display:table}.woocommerce .products ul::after,.woocommerce ul.products::after{clear:both}.woocommerce .products ul li,.woocommerce ul.products li{list-style:none outside}.woocommerce ul.products li.product .onsale{top:0;right:0;left:auto;margin:-.5em -.5em 0 0}.woocommerce ul.products li.product .woocommerce-loop-category__title,.woocommerce ul.products li.product .woocommerce-loop-product__title,.woocommerce ul.products li.product h3{padding:.5em 0;margin:0;font-size:1em}.woocommerce ul.products li.product a{text-decoration:none}.woocommerce ul.products li.product a.woocommerce-loop-product__link{display:block}.woocommerce ul.products li.product a img{width:100%;height:auto;display:block;margin:0 0 1em;box-shadow:none}.woocommerce ul.products li.product strong{display:block}.woocommerce ul.products li.product .woocommerce-placeholder{border:1px solid #f2f2f2}.woocommerce ul.products li.product .star-rating{font-size:.857em}.woocommerce ul.products li.product .button{display:inline-block;margin-top:1em}.woocommerce ul.products li.product .price{display:block;font-weight:400;margin-bottom:.5em;font-size:.857em}.woocommerce ul.products li.product .price del{color:inherit;opacity:.7;display:inline-block}.woocommerce ul.products li.product .price ins{background:0 0;font-weight:700;display:inline-block}.woocommerce ul.products li.product .price .from{font-size:.67em;margin:-2px 0 0 0;text-transform:uppercase;color:rgb(90 89 68 / .5)}.woocommerce .woocommerce-result-count{margin:0 0 1em}.woocommerce .woocommerce-ordering{margin:0 0 1em}.woocommerce .woocommerce-ordering>label{margin-right:.25rem}.woocommerce .woocommerce-ordering select{vertical-align:top}.woocommerce nav.woocommerce-pagination{text-align:center}.woocommerce nav.woocommerce-pagination ul{display:inline-block;white-space:nowrap;padding:0;clear:both;border:1px solid #cfc8d8;border-right:0;margin:1px}.woocommerce nav.woocommerce-pagination ul li{border-right:1px solid #cfc8d8;padding:0;margin:0;float:left;display:inline;overflow:hidden}.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span{margin:0;text-decoration:none;padding:0;line-height:1;font-size:1em;font-weight:400;padding:.5em;min-width:1em;display:block}.woocommerce nav.woocommerce-pagination ul li a:focus,.woocommerce nav.woocommerce-pagination ul li a:hover,.woocommerce nav.woocommerce-pagination ul li span.current{background:#e9e6ed;color:#816f98}.woocommerce .cart .button,.woocommerce .cart input.button{float:none}.woocommerce a.added_to_cart{padding-top:.5em;display:inline-block}.woocommerce #reviews h2 small{float:right;color:#767676;font-size:15px;margin:10px 0 0}.woocommerce #reviews h2 small a{text-decoration:none;color:#767676}.woocommerce #reviews h3{margin:0}.woocommerce #reviews #respond{margin:0;border:0;padding:0}.woocommerce #reviews #comment{height:75px}.woocommerce #reviews #comments .add_review::after,.woocommerce #reviews #comments .add_review::before{content:" ";display:table}.woocommerce #reviews #comments .add_review::after{clear:both}.woocommerce #reviews #comments h2{clear:none}.woocommerce #reviews #comments ol.commentlist{margin:0;width:100%;background:0 0;list-style:none}.woocommerce #reviews #comments ol.commentlist::after,.woocommerce #reviews #comments ol.commentlist::before{content:" ";display:table}.woocommerce #reviews #comments ol.commentlist::after{clear:both}.woocommerce #reviews #comments ol.commentlist li{padding:0;margin:0 0 20px;border:0;position:relative;background:0;border:0}.woocommerce #reviews #comments ol.commentlist li img.avatar{float:left;position:absolute;top:0;left:0;padding:3px;width:32px;height:auto;background:#e9e6ed;border:1px solid #e1dde7;margin:0;box-shadow:none}.woocommerce #reviews #comments ol.commentlist li .comment-text{margin:0 0 0 50px;border:1px solid #e1dde7;border-radius:4px;padding:1em 1em 0}.woocommerce #reviews #comments ol.commentlist li .comment-text::after,.woocommerce #reviews #comments ol.commentlist li .comment-text::before{content:" ";display:table}.woocommerce #reviews #comments ol.commentlist li .comment-text::after{clear:both}.woocommerce #reviews #comments ol.commentlist li .comment-text p{margin:0 0 1em}.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta{font-size:.83em}.woocommerce #reviews #comments ol.commentlist ul.children{list-style:none outside;margin:20px 0 0 50px}.woocommerce #reviews #comments ol.commentlist ul.children .star-rating{display:none}.woocommerce #reviews #comments ol.commentlist #respond{border:1px solid #e1dde7;border-radius:4px;padding:1em 1em 0;margin:20px 0 0 50px}.woocommerce #reviews #comments .commentlist>li::before{content:""}.woocommerce .star-rating{float:right;overflow:hidden;position:relative;height:1em;line-height:1;font-size:1em;width:5.4em;font-family:WooCommerce}.woocommerce .star-rating::before{content:"sssss";color:#cfc8d8;float:left;top:0;left:0;position:absolute}.woocommerce .star-rating span{overflow:hidden;float:left;top:0;left:0;position:absolute;padding-top:1.5em}.woocommerce .star-rating span::before{content:"SSSSS";top:0;position:absolute;left:0}.woocommerce .woocommerce-product-rating{line-height:2;display:block}.woocommerce .woocommerce-product-rating::after,.woocommerce .woocommerce-product-rating::before{content:" ";display:table}.woocommerce .woocommerce-product-rating::after{clear:both}.woocommerce .woocommerce-product-rating .star-rating{margin:.5em 4px 0 0;float:left}.woocommerce .products .star-rating{display:block;margin:0 0 .5em;float:none}.woocommerce .hreview-aggregate .star-rating{margin:10px 0 0}.woocommerce #review_form #respond{position:static;margin:0;width:auto;padding:0;background:#fff0 none;border:0}.woocommerce #review_form #respond::after,.woocommerce #review_form #respond::before{content:" ";display:table}.woocommerce #review_form #respond::after{clear:both}.woocommerce #review_form #respond p{margin:0 0 10px}.woocommerce #review_form #respond .form-submit input{left:auto}.woocommerce #review_form #respond textarea{box-sizing:border-box;width:100%}.woocommerce p.stars a{position:relative;height:1em;width:1em;text-indent:-999em;display:inline-block;text-decoration:none;font-size:24px}.woocommerce p.stars a::before{display:block;position:absolute;top:0;left:0;width:1em;height:1em;line-height:1;font-family:WooCommerce;content:"\e021";text-indent:0}.woocommerce p.stars a:hover~a::before{content:"\e021"}.woocommerce p.stars:hover a::before{content:"\e020"}.woocommerce p.stars.selected a.active::before{content:"\e020"}.woocommerce p.stars.selected a.active~a::before{content:"\e021"}.woocommerce p.stars.selected a:not(.active)::before{content:"\e020"}.woocommerce table.shop_attributes{border:0;border-top:1px dotted rgb(0 0 0 / .1);margin-bottom:1.618em;width:100%}.woocommerce table.shop_attributes th{width:150px;font-weight:700;padding:8px;border-top:0;border-bottom:1px dotted rgb(0 0 0 / .1);margin:0;line-height:1.5}.woocommerce table.shop_attributes td{font-style:italic;padding:0;border-top:0;border-bottom:1px dotted rgb(0 0 0 / .1);margin:0;line-height:1.5}.woocommerce table.shop_attributes td p{margin:0;padding:8px 0}.woocommerce table.shop_attributes tr:nth-child(2n) td,.woocommerce table.shop_attributes tr:nth-child(2n) th{background:rgb(0 0 0 / .025)}.woocommerce table.shop_table{border:1px solid color-mix(in srgb,currentColor 20%,transparent);margin:0 -1px 24px 0;text-align:left;width:100%;border-collapse:separate;border-spacing:0;border-radius:5px}.woocommerce table.shop_table th{font-weight:700;padding:9px 12px;line-height:1.5em}.woocommerce table.shop_table td{border-top:1px solid color-mix(in srgb,currentColor 20%,transparent);padding:9px 12px;vertical-align:middle;line-height:1.5em}.woocommerce table.shop_table td small{font-weight:400}.woocommerce table.shop_table td del{font-weight:400}.woocommerce table.shop_table tbody:first-child tr:first-child td,.woocommerce table.shop_table tbody:first-child tr:first-child th{border-top:0}.woocommerce table.shop_table tbody th,.woocommerce table.shop_table tfoot td,.woocommerce table.shop_table tfoot th{font-weight:700;border-top:1px solid color-mix(in srgb,currentColor 20%,transparent)}.woocommerce table.my_account_orders{font-size:.85em}.woocommerce table.my_account_orders td,.woocommerce table.my_account_orders th{padding:4px 8px;vertical-align:middle}.woocommerce table.my_account_orders .button{white-space:nowrap}.woocommerce table.woocommerce-MyAccount-downloads td,.woocommerce table.woocommerce-MyAccount-downloads th{vertical-align:top;text-align:center}.woocommerce table.woocommerce-MyAccount-downloads td:first-child,.woocommerce table.woocommerce-MyAccount-downloads th:first-child{text-align:left}.woocommerce table.woocommerce-MyAccount-downloads td:last-child,.woocommerce table.woocommerce-MyAccount-downloads th:last-child{text-align:left}.woocommerce table.woocommerce-MyAccount-downloads td .woocommerce-MyAccount-downloads-file::before,.woocommerce table.woocommerce-MyAccount-downloads th .woocommerce-MyAccount-downloads-file::before{content:"↓";display:inline-block}.woocommerce td.product-name .wc-item-meta,.woocommerce td.product-name dl.variation{list-style:none outside}.woocommerce td.product-name .wc-item-meta .wc-item-meta-label,.woocommerce td.product-name .wc-item-meta dt,.woocommerce td.product-name dl.variation .wc-item-meta-label,.woocommerce td.product-name dl.variation dt{float:left;clear:both;margin-right:.25em;display:inline-block;list-style:none outside}.woocommerce td.product-name .wc-item-meta dd,.woocommerce td.product-name dl.variation dd{margin:0}.woocommerce td.product-name .wc-item-meta p,.woocommerce td.product-name .wc-item-meta:last-child,.woocommerce td.product-name dl.variation p,.woocommerce td.product-name dl.variation:last-child{margin-bottom:0}.woocommerce td.product-name p.backorder_notification{font-size:.83em}.woocommerce td.product-quantity{min-width:80px}.woocommerce ul.cart_list,.woocommerce ul.product_list_widget{list-style:none outside;padding:0;margin:0}.woocommerce ul.cart_list li,.woocommerce ul.product_list_widget li{padding:4px 0;margin:0;list-style:none}.woocommerce ul.cart_list li::after,.woocommerce ul.cart_list li::before,.woocommerce ul.product_list_widget li::after,.woocommerce ul.product_list_widget li::before{content:" ";display:table}.woocommerce ul.cart_list li::after,.woocommerce ul.product_list_widget li::after{clear:both}.woocommerce ul.cart_list li a,.woocommerce ul.product_list_widget li a{display:block;font-weight:700}.woocommerce ul.cart_list li img,.woocommerce ul.product_list_widget li img{float:right;margin-left:4px;width:32px;height:auto;box-shadow:none}.woocommerce ul.cart_list li dl,.woocommerce ul.product_list_widget li dl{margin:0;padding-left:1em;border-left:2px solid rgb(0 0 0 / .1)}.woocommerce ul.cart_list li dl::after,.woocommerce ul.cart_list li dl::before,.woocommerce ul.product_list_widget li dl::after,.woocommerce ul.product_list_widget li dl::before{content:" ";display:table}.woocommerce ul.cart_list li dl::after,.woocommerce ul.product_list_widget li dl::after{clear:both}.woocommerce ul.cart_list li dl dd,.woocommerce ul.cart_list li dl dt,.woocommerce ul.product_list_widget li dl dd,.woocommerce ul.product_list_widget li dl dt{display:inline-block;float:left;margin-bottom:1em}.woocommerce ul.cart_list li dl dt,.woocommerce ul.product_list_widget li dl dt{font-weight:700;padding:0 0 .25em;margin:0 4px 0 0;clear:left}.woocommerce ul.cart_list li dl dd,.woocommerce ul.product_list_widget li dl dd{padding:0 0 .25em}.woocommerce ul.cart_list li dl dd p:last-child,.woocommerce ul.product_list_widget li dl dd p:last-child{margin-bottom:0}.woocommerce ul.cart_list li .star-rating,.woocommerce ul.product_list_widget li .star-rating{float:none}.woocommerce .widget_shopping_cart .total,.woocommerce.widget_shopping_cart .total{border-top:3px double #e9e6ed;padding:4px 0 0}.woocommerce .widget_shopping_cart .total strong,.woocommerce.widget_shopping_cart .total strong{min-width:40px;display:inline-block}.woocommerce .widget_shopping_cart .cart_list li,.woocommerce.widget_shopping_cart .cart_list li{padding-left:2em;position:relative;padding-top:0}.woocommerce .widget_shopping_cart .cart_list li a.remove,.woocommerce.widget_shopping_cart .cart_list li a.remove{position:absolute;top:0;left:0}.woocommerce .widget_shopping_cart .buttons::after,.woocommerce .widget_shopping_cart .buttons::before,.woocommerce.widget_shopping_cart .buttons::after,.woocommerce.widget_shopping_cart .buttons::before{content:" ";display:table}.woocommerce .widget_shopping_cart .buttons::after,.woocommerce.widget_shopping_cart .buttons::after{clear:both}.woocommerce .widget_shopping_cart .buttons a,.woocommerce.widget_shopping_cart .buttons a{margin-right:5px;margin-bottom:5px}.woocommerce form.checkout_coupon,.woocommerce form.login,.woocommerce form.register{border:1px solid var(--wc-separator-color,color-mix(in srgb,currentColor 20%,transparent));padding:20px;margin:2em 0;text-align:left;border-radius:5px}.woocommerce form.checkout_coupon .coupon-error-notice{color:var(--wc-red);display:block;font-size:.75em;margin-top:8px}.woocommerce form.checkout_coupon .input-text.has-error:focus{border-color:var(--wc-red)}.woocommerce ul#shipping_method{list-style:none outside;margin:0;padding:0}.woocommerce ul#shipping_method li{margin:0 0 .5em;line-height:1.5em;list-style:none outside}.woocommerce ul#shipping_method li input{margin:3px .4375em 0 0;vertical-align:top}.woocommerce ul#shipping_method li label{display:inline}.woocommerce ul#shipping_method .amount{font-weight:700}.woocommerce p.woocommerce-shipping-contents{margin:0}.woocommerce .wc_bis_form{margin:2em 0;padding:0}.woocommerce .wc_bis_form.hidden{display:none}.woocommerce .wc_bis_form__form-row{display:flex;flex-wrap:wrap;flex-direction:row;align-items:center;justify-content:flex-start;gap:.7em;margin:.7em 0}.woocommerce .wc_bis_form__input{box-sizing:border-box;width:auto;white-space:nowrap}.woocommerce .wc_bis_form__button{box-sizing:border-box;white-space:nowrap}.woocommerce .wc_bis_form__checkbox{font-size:var(--wp--preset--font-size--small,.7em);display:block}.woocommerce :where(.wc_bis_form__input,.wc_bis_form__button){padding:.9rem 1.1rem;line-height:1}.woocommerce ul.order_details{margin:0 0 3em;list-style:none}.woocommerce ul.order_details::after,.woocommerce ul.order_details::before{content:" ";display:table}.woocommerce ul.order_details::after{clear:both}.woocommerce ul.order_details li{float:left;margin-right:2em;text-transform:uppercase;font-size:.715em;line-height:1;border-right:1px dashed #cfc8d8;padding-right:2em;margin-left:0;padding-left:0;list-style-type:none}.woocommerce ul.order_details li strong{display:block;font-size:1.4em;text-transform:none;line-height:1.5}.woocommerce ul.order_details li:last-of-type{border:none}.woocommerce .wc-bacs-bank-details-account-name{font-weight:700}.woocommerce .woocommerce-customer-details,.woocommerce .woocommerce-order-details,.woocommerce .woocommerce-order-downloads{margin-bottom:2em}.woocommerce .woocommerce-customer-details .order-actions--heading,.woocommerce .woocommerce-order-details .order-actions--heading,.woocommerce .woocommerce-order-downloads .order-actions--heading{vertical-align:middle}.woocommerce .woocommerce-customer-details .order-actions-button,.woocommerce .woocommerce-order-details .order-actions-button,.woocommerce .woocommerce-order-downloads .order-actions-button{margin-right:10px}.woocommerce .woocommerce-customer-details .order-actions-button:last-child,.woocommerce .woocommerce-order-details .order-actions-button:last-child,.woocommerce .woocommerce-order-downloads .order-actions-button:last-child{margin-right:0}.woocommerce .woocommerce-customer-details :last-child,.woocommerce .woocommerce-order-details :last-child,.woocommerce .woocommerce-order-downloads :last-child{margin-bottom:0}.woocommerce .woocommerce-customer-details .additional-fields,.woocommerce .woocommerce-customer-details .addresses{margin-bottom:2em}.woocommerce .woocommerce-customer-details .additional-fields:last-child,.woocommerce .woocommerce-customer-details .addresses:last-child{margin-bottom:0}.woocommerce .addresses .wc-block-components-additional-fields-list{margin:0;padding:0}.woocommerce .addresses .wc-block-components-additional-fields-list dt{margin:0;padding:0;font-style:normal;font-weight:700;display:inline}.woocommerce .addresses .wc-block-components-additional-fields-list dt::after{content:": "}.woocommerce .addresses .wc-block-components-additional-fields-list dt::before{content:"";display:block}.woocommerce .addresses .wc-block-components-additional-fields-list dd{margin:0;padding:0;font-style:normal;display:inline}.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list{border:1px solid rgb(0 0 0 / .1);padding:0;display:grid;grid-template-columns:1fr max-content}.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dt{border-bottom:1px solid rgb(0 0 0 / .1);font-style:normal;font-weight:700;padding:1rem;box-sizing:border-box;margin:0!important}.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dt::after{display:none}.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dt:last-of-type{border-bottom:0}.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dd{border-bottom:1px solid rgb(0 0 0 / .1);padding:1rem;box-sizing:border-box;text-align:right;margin:0!important}.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dd:last-of-type{border-bottom:0}.woocommerce .woocommerce-customer-details .woocommerce-column__title{margin-top:0}.woocommerce .woocommerce-customer-details address{font-style:normal;margin-bottom:0;border:1px solid rgb(0 0 0 / .1);border-bottom-width:2px;border-right-width:2px;text-align:left;width:100%;border-radius:5px;padding:6px 12px;box-sizing:border-box}.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email,.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone{padding-left:1.5em}.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email:last-child,.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone:last-child{margin-bottom:0}.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"\e037";text-decoration:none;margin-left:-1.5em;line-height:1.75;position:absolute}.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"\e02d";text-decoration:none;margin-left:-1.5em;line-height:1.75;position:absolute}.woocommerce .woocommerce-widget-layered-nav-list{margin:0;padding:0;border:0;list-style:none outside}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item{padding:0 0 1px;list-style:none}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after,.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::before{content:" ";display:table}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after{clear:both}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a,.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span{padding:1px 0}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"\e013";text-decoration:none;color:var(--wc-red)}.woocommerce .woocommerce-widget-layered-nav-dropdown__submit{margin-top:1em}.woocommerce .widget_layered_nav_filters ul{margin:0;padding:0;border:0;list-style:none outside;overflow:hidden;zoom:1}.woocommerce .widget_layered_nav_filters ul li{float:left;padding:0 1em 1px 1px;list-style:none}.woocommerce .widget_layered_nav_filters ul li a{text-decoration:none}.woocommerce .widget_layered_nav_filters ul li a::before{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"\e013";text-decoration:none;color:var(--wc-red);vertical-align:inherit;margin-right:.5em}.woocommerce .widget_price_filter .price_slider{margin-bottom:1em}.woocommerce .widget_price_filter .price_slider_amount{text-align:right;line-height:2.4;font-size:.8751em}.woocommerce .widget_price_filter .price_slider_amount .button{font-size:1.15em;float:left}.woocommerce .widget_price_filter .ui-slider{position:relative;text-align:left;margin-left:.5em;margin-right:.5em}.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1em;height:1em;background-color:#7f54b3;border-radius:1em;cursor:ew-resize;outline:0;top:-.3em;margin-left:-.5em}.woocommerce .widget_price_filter .ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;border-radius:1em;background-color:#7f54b3}.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{border-radius:1em;background-color:#35224c;border:0}.woocommerce .widget_price_filter .ui-slider-horizontal{height:.5em}.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range{top:0;height:100%}.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min{left:-1px}.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max{right:-1px}.woocommerce .widget_rating_filter ul{margin:0;padding:0;border:0;list-style:none outside}.woocommerce .widget_rating_filter ul li{padding:0 0 1px;list-style:none}.woocommerce .widget_rating_filter ul li::after,.woocommerce .widget_rating_filter ul li::before{content:" ";display:table}.woocommerce .widget_rating_filter ul li::after{clear:both}.woocommerce .widget_rating_filter ul li a{padding:1px 0;text-decoration:none}.woocommerce .widget_rating_filter ul li .star-rating{float:none;display:inline-block}.woocommerce .widget_rating_filter ul li.chosen a::before{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"\e013";text-decoration:none;color:var(--wc-red)}.woocommerce .woocommerce-form-login .woocommerce-form-login__submit{float:left;margin-right:1em}.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme{display:inline-block}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button{font-size:100%;margin:0;line-height:1;cursor:pointer;position:relative;text-decoration:none;overflow:visible;padding:.618em 1em;font-weight:700;border-radius:3px;left:auto;color:#515151;background-color:#e9e6ed;border:0;display:inline-block;background-image:none;box-shadow:none;text-shadow:none}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.loading,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.loading,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.loading,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.loading,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.loading,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.loading,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.loading{opacity:.25;padding-right:2.618em}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.loading::after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading::after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.loading::after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.loading::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.loading::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.loading::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.loading::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.loading::after{font-family:WooCommerce;content:"\e01c";vertical-align:top;font-weight:400;position:absolute;top:.618em;right:1em;animation:spin 2s linear infinite}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.added::after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.added::after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.added::after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.added::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.added::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.added::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.added::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.added::after{font-family:WooCommerce;content:"\e017";margin-left:.53em;vertical-align:bottom}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover{background-color:#dcd7e2;text-decoration:none;background-image:none;color:#515151}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt{background-color:#7f54b3;color:#fff;-webkit-font-smoothing:antialiased}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:hover{background-color:#7249a4;color:#fff}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled[disabled]:hover{background-color:#7f54b3;color:#fff}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:disabled[disabled]{color:inherit;cursor:not-allowed;opacity:.5;padding:.618em 1em}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:disabled[disabled]:hover{color:inherit;background-color:#e9e6ed}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb{font-size:.92em;color:#767676}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a{color:#767676}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price{color:#958e09;font-size:1.25em}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock{color:#958e09}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .out-of-stock{color:var(--wc-red)}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price{color:#958e09}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) #reviews #comments ol.commentlist li .meta{color:#767676;font-size:.75em}.woocommerce-no-js form.woocommerce-form-coupon,.woocommerce-no-js form.woocommerce-form-login{display:block!important}.woocommerce-no-js .showcoupon,.woocommerce-no-js .woocommerce-form-coupon-toggle,.woocommerce-no-js .woocommerce-form-login-toggle{display:none!important}.woocommerce-error,.woocommerce-info,.woocommerce-message{padding:1em 2em 1em 3.5em;margin:0 0 2em;position:relative;background-color:#f6f5f8;color:#515151;border-top:3px solid #720eec;list-style:none outside;width:auto;word-wrap:break-word}.woocommerce-error::after,.woocommerce-error::before,.woocommerce-info::after,.woocommerce-info::before,.woocommerce-message::after,.woocommerce-message::before{content:" ";display:table}.woocommerce-error::after,.woocommerce-info::after,.woocommerce-message::after{clear:both}.woocommerce-error::before,.woocommerce-info::before,.woocommerce-message::before{font-family:WooCommerce;content:"\e028";content:"\e028"/"";display:inline-block;position:absolute;top:1em;left:1.5em}.woocommerce-error .button,.woocommerce-info .button,.woocommerce-message .button{float:right}.woocommerce-error li,.woocommerce-info li,.woocommerce-message li{list-style:none outside!important;padding-left:0!important;margin-left:0!important}.rtl.woocommerce .price_label,.rtl.woocommerce .price_label span{direction:ltr;unicode-bidi:embed}.woocommerce-message{border-top-color:#8fae1b}.woocommerce-message::before{content:"\e015";color:#8fae1b}.woocommerce-info{border-top-color:#1e85be}.woocommerce-info::before{color:#1e85be}.woocommerce-error{border-top-color:#b81c23}.woocommerce-error::before{content:"\e016";color:#b81c23}.woocommerce-account .woocommerce::after,.woocommerce-account .woocommerce::before{content:" ";display:table}.woocommerce-account .woocommerce::after{clear:both}.woocommerce-account .addresses .title::after,.woocommerce-account .addresses .title::before{content:" ";display:table}.woocommerce-account .addresses .title::after{clear:both}.woocommerce-account .addresses .title h3{float:left}.woocommerce-account .addresses .title .edit{float:right}.woocommerce-account ol.commentlist.notes li.note p.meta{font-weight:700;margin-bottom:0}.woocommerce-account ol.commentlist.notes li.note .description p:last-child{margin-bottom:0}.woocommerce-account ul.digital-downloads{margin-left:0;padding-left:0}.woocommerce-account ul.digital-downloads li{list-style:none;margin-left:0;padding-left:0}.woocommerce-account ul.digital-downloads li::before{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"\e00a";text-decoration:none}.woocommerce-account ul.digital-downloads li .count{float:right}#add_payment_method table.cart .product-thumbnail,.woocommerce-cart table.cart .product-thumbnail,.woocommerce-checkout table.cart .product-thumbnail{min-width:32px}#add_payment_method table.cart img,.woocommerce-cart table.cart img,.woocommerce-checkout table.cart img{width:32px;box-shadow:none}#add_payment_method table.cart td,#add_payment_method table.cart th,.woocommerce-cart table.cart td,.woocommerce-cart table.cart th,.woocommerce-checkout table.cart td,.woocommerce-checkout table.cart th{vertical-align:middle}#add_payment_method table.cart td.actions .coupon .input-text,.woocommerce-cart table.cart td.actions .coupon .input-text,.woocommerce-checkout table.cart td.actions .coupon .input-text{float:left;box-sizing:border-box;border:1px solid #cfc8d8;padding:6px 6px 5px;margin:0 4px 0 0;outline:0}#add_payment_method table.cart td.actions .coupon .input-text.has-error:focus,.woocommerce-cart table.cart td.actions .coupon .input-text.has-error:focus,.woocommerce-checkout table.cart td.actions .coupon .input-text.has-error:focus{border-color:var(--wc-red)}#add_payment_method table.cart td.actions .coupon .coupon-error-notice,.woocommerce-cart table.cart td.actions .coupon .coupon-error-notice,.woocommerce-checkout table.cart td.actions .coupon .coupon-error-notice{clear:left;color:var(--wc-red);flex-basis:100%;float:none;font-size:.75em;margin-bottom:0;margin-top:8px;text-align:left;width:auto}#add_payment_method table.cart input,.woocommerce-cart table.cart input,.woocommerce-checkout table.cart input{margin:0;vertical-align:middle}#add_payment_method .wc-proceed-to-checkout,.woocommerce-cart .wc-proceed-to-checkout,.woocommerce-checkout .wc-proceed-to-checkout{padding:1em 0}#add_payment_method .wc-proceed-to-checkout::after,#add_payment_method .wc-proceed-to-checkout::before,.woocommerce-cart .wc-proceed-to-checkout::after,.woocommerce-cart .wc-proceed-to-checkout::before,.woocommerce-checkout .wc-proceed-to-checkout::after,.woocommerce-checkout .wc-proceed-to-checkout::before{content:" ";display:table}#add_payment_method .wc-proceed-to-checkout::after,.woocommerce-cart .wc-proceed-to-checkout::after,.woocommerce-checkout .wc-proceed-to-checkout::after{clear:both}#add_payment_method .wc-proceed-to-checkout a.checkout-button,.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button{display:block;text-align:center;margin-bottom:1em;font-size:1.25em;padding:1em}#add_payment_method .cart-collaterals .shipping-calculator-button,.woocommerce-cart .cart-collaterals .shipping-calculator-button,.woocommerce-checkout .cart-collaterals .shipping-calculator-button{float:none;margin-top:.5em;display:inline-block}#add_payment_method .cart-collaterals .shipping-calculator-button::after,.woocommerce-cart .cart-collaterals .shipping-calculator-button::after,.woocommerce-checkout .cart-collaterals .shipping-calculator-button::after{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-left:.618em;content:"\e019";text-decoration:none;content:"\e019"/""}#add_payment_method .cart-collaterals .shipping-calculator-form,.woocommerce-cart .cart-collaterals .shipping-calculator-form,.woocommerce-checkout .cart-collaterals .shipping-calculator-form{margin:1em 0 0 0}#add_payment_method .cart-collaterals .cart_totals p small,.woocommerce-cart .cart-collaterals .cart_totals p small,.woocommerce-checkout .cart-collaterals .cart_totals p small{color:#767676;font-size:.83em}#add_payment_method .cart-collaterals .cart_totals table,.woocommerce-cart .cart-collaterals .cart_totals table,.woocommerce-checkout .cart-collaterals .cart_totals table{border-collapse:separate;margin:0 0 6px;padding:0}#add_payment_method .cart-collaterals .cart_totals table tr:first-child td,#add_payment_method .cart-collaterals .cart_totals table tr:first-child th,.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td,.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th,.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child td,.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child th{border-top:0}#add_payment_method .cart-collaterals .cart_totals table th,.woocommerce-cart .cart-collaterals .cart_totals table th,.woocommerce-checkout .cart-collaterals .cart_totals table th{width:35%}#add_payment_method .cart-collaterals .cart_totals table td,#add_payment_method .cart-collaterals .cart_totals table th,.woocommerce-cart .cart-collaterals .cart_totals table td,.woocommerce-cart .cart-collaterals .cart_totals table th,.woocommerce-checkout .cart-collaterals .cart_totals table td,.woocommerce-checkout .cart-collaterals .cart_totals table th{vertical-align:top;border-left:0;border-right:0;line-height:1.5em}#add_payment_method .cart-collaterals .cart_totals table small,.woocommerce-cart .cart-collaterals .cart_totals table small,.woocommerce-checkout .cart-collaterals .cart_totals table small{color:#767676}#add_payment_method .cart-collaterals .cart_totals table select,.woocommerce-cart .cart-collaterals .cart_totals table select,.woocommerce-checkout .cart-collaterals .cart_totals table select{width:100%}#add_payment_method .cart-collaterals .cart_totals .discount td,.woocommerce-cart .cart-collaterals .cart_totals .discount td,.woocommerce-checkout .cart-collaterals .cart_totals .discount td{color:#958e09}#add_payment_method .cart-collaterals .cart_totals tr td,#add_payment_method .cart-collaterals .cart_totals tr th,.woocommerce-cart .cart-collaterals .cart_totals tr td,.woocommerce-cart .cart-collaterals .cart_totals tr th,.woocommerce-checkout .cart-collaterals .cart_totals tr td,.woocommerce-checkout .cart-collaterals .cart_totals tr th{border-top:1px solid #e9e6ed}#add_payment_method .cart-collaterals .cart_totals .woocommerce-shipping-destination,.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination,.woocommerce-checkout .cart-collaterals .cart_totals .woocommerce-shipping-destination{margin-bottom:0}#add_payment_method .cart-collaterals .cross-sells ul.products li.product,.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product,.woocommerce-checkout .cart-collaterals .cross-sells ul.products li.product{margin-top:0}#add_payment_method .checkout .col-2 h3#ship-to-different-address,.woocommerce-cart .checkout .col-2 h3#ship-to-different-address,.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address{float:left;clear:none}#add_payment_method .checkout .col-2 .notes,.woocommerce-cart .checkout .col-2 .notes,.woocommerce-checkout .checkout .col-2 .notes{clear:left}#add_payment_method .checkout .col-2 .form-row-first,.woocommerce-cart .checkout .col-2 .form-row-first,.woocommerce-checkout .checkout .col-2 .form-row-first{clear:left}#add_payment_method .checkout .create-account small,.woocommerce-cart .checkout .create-account small,.woocommerce-checkout .checkout .create-account small{font-size:11px;color:#767676;font-weight:400}#add_payment_method .checkout div.shipping-address,.woocommerce-cart .checkout div.shipping-address,.woocommerce-checkout .checkout div.shipping-address{padding:0;clear:left;width:100%}#add_payment_method .checkout .shipping_address,.woocommerce-cart .checkout .shipping_address,.woocommerce-checkout .checkout .shipping_address{clear:both}#add_payment_method .checkout .checkout-inline-error-message,.woocommerce-cart .checkout .checkout-inline-error-message,.woocommerce-checkout .checkout .checkout-inline-error-message{color:var(--wc-red);font-size:.75em;margin-bottom:0}#add_payment_method #payment,.woocommerce-cart #payment,.woocommerce-checkout #payment{background:rgb(129 110 153 / .14);border-radius:5px}#add_payment_method #payment ul.payment_methods,.woocommerce-cart #payment ul.payment_methods,.woocommerce-checkout #payment ul.payment_methods{text-align:left;padding:1em;border-bottom:1px solid rgb(104 87 125 / .14);margin:0;list-style:none outside}#add_payment_method #payment ul.payment_methods::after,#add_payment_method #payment ul.payment_methods::before,.woocommerce-cart #payment ul.payment_methods::after,.woocommerce-cart #payment ul.payment_methods::before,.woocommerce-checkout #payment ul.payment_methods::after,.woocommerce-checkout #payment ul.payment_methods::before{content:" ";display:table}#add_payment_method #payment ul.payment_methods::after,.woocommerce-cart #payment ul.payment_methods::after,.woocommerce-checkout #payment ul.payment_methods::after{clear:both}#add_payment_method #payment ul.payment_methods li,.woocommerce-cart #payment ul.payment_methods li,.woocommerce-checkout #payment ul.payment_methods li{line-height:2;text-align:left;margin:0;font-weight:400}#add_payment_method #payment ul.payment_methods li input,.woocommerce-cart #payment ul.payment_methods li input,.woocommerce-checkout #payment ul.payment_methods li input{margin:0 1em 0 0}#add_payment_method #payment ul.payment_methods li img,.woocommerce-cart #payment ul.payment_methods li img,.woocommerce-checkout #payment ul.payment_methods li img{vertical-align:middle;margin:-2px 0 0 .5em;padding:0;position:relative;box-shadow:none}#add_payment_method #payment ul.payment_methods li img+img,.woocommerce-cart #payment ul.payment_methods li img+img,.woocommerce-checkout #payment ul.payment_methods li img+img{margin-left:2px}#add_payment_method #payment ul.payment_methods li.payment_method_paypal img,.woocommerce-cart #payment ul.payment_methods li.payment_method_paypal img,.woocommerce-checkout #payment ul.payment_methods li.payment_method_paypal img{max-height:24px;vertical-align:middle;float:right;margin:0}#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after,#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::before,.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after,.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::before,.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after,.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::before{content:" ";display:table}#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after,.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after,.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after{clear:both}#add_payment_method #payment div.form-row,.woocommerce-cart #payment div.form-row,.woocommerce-checkout #payment div.form-row{padding:1em}#add_payment_method #payment div.payment_box,.woocommerce-cart #payment div.payment_box,.woocommerce-checkout #payment div.payment_box{position:relative;box-sizing:border-box;width:100%;padding:1em;margin:1em 0;font-size:.92em;border-radius:2px;line-height:1.5;background-color:#dcd7e2;color:#515151}#add_payment_method #payment div.payment_box input.input-text,#add_payment_method #payment div.payment_box textarea,.woocommerce-cart #payment div.payment_box input.input-text,.woocommerce-cart #payment div.payment_box textarea,.woocommerce-checkout #payment div.payment_box input.input-text,.woocommerce-checkout #payment div.payment_box textarea{border-color:#c2bacd;border-top-color:#b5abc2}#add_payment_method #payment div.payment_box ::-webkit-input-placeholder,.woocommerce-cart #payment div.payment_box ::-webkit-input-placeholder,.woocommerce-checkout #payment div.payment_box ::-webkit-input-placeholder{color:#b5abc2}#add_payment_method #payment div.payment_box :-moz-placeholder,.woocommerce-cart #payment div.payment_box :-moz-placeholder,.woocommerce-checkout #payment div.payment_box :-moz-placeholder{color:#b5abc2}#add_payment_method #payment div.payment_box :-ms-input-placeholder,.woocommerce-cart #payment div.payment_box :-ms-input-placeholder,.woocommerce-checkout #payment div.payment_box :-ms-input-placeholder{color:#b5abc2}#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods{list-style:none outside;margin:0}#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token{margin:0 0 .5em}#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label{cursor:pointer}#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput{vertical-align:middle;margin:-3px 1em 0 0;position:relative}#add_payment_method #payment div.payment_box .wc-credit-card-form,.woocommerce-cart #payment div.payment_box .wc-credit-card-form,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form{border:0;padding:0;margin:1em 0 0}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number{font-size:1.5em;padding:8px;background-repeat:no-repeat;background-position:right .618em center;background-size:32px 20px}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.visa,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.visa,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.visa,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.visa,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.visa,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.visa,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa{background-image:url(/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/visa.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.mastercard,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.mastercard,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard{background-image:url(/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/mastercard.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.laser,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.laser,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.laser,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.laser,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.laser,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.laser,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser{background-image:url(/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/laser.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub{background-image:url(/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/diners.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.maestro,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.maestro,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro{background-image:url(/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/maestro.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.jcb,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.jcb,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb{background-image:url(/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/jcb.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.amex,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.amex,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.amex,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.amex,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.amex,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.amex,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex{background-image:url(/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/amex.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.discover,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.discover,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.discover,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.discover,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.discover,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.discover,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover{background-image:url(/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/discover.svg)}#add_payment_method #payment div.payment_box span.help,.woocommerce-cart #payment div.payment_box span.help,.woocommerce-checkout #payment div.payment_box span.help{font-size:.857em;color:#767676;font-weight:400}#add_payment_method #payment div.payment_box .form-row,.woocommerce-cart #payment div.payment_box .form-row,.woocommerce-checkout #payment div.payment_box .form-row{margin:0 0 1em}#add_payment_method #payment div.payment_box p:last-child,.woocommerce-cart #payment div.payment_box p:last-child,.woocommerce-checkout #payment div.payment_box p:last-child{margin-bottom:0}#add_payment_method #payment div.payment_box::before,.woocommerce-cart #payment div.payment_box::before,.woocommerce-checkout #payment div.payment_box::before{content:"";display:block;border:1em solid #dcd7e2;border-right-color:#fff0;border-left-color:#fff0;border-top-color:#fff0;position:absolute;top:-.75em;left:0;margin:-1em 0 0 2em}#add_payment_method #payment .payment_method_paypal .about_paypal,.woocommerce-cart #payment .payment_method_paypal .about_paypal,.woocommerce-checkout #payment .payment_method_paypal .about_paypal{float:right;line-height:52px;font-size:.83em}#add_payment_method #payment .payment_method_paypal img,.woocommerce-cart #payment .payment_method_paypal img,.woocommerce-checkout #payment .payment_method_paypal img{max-height:24px;vertical-align:middle;float:right}.woocommerce-terms-and-conditions{border:1px solid rgb(0 0 0 / .2);box-shadow:inset 0 1px 2px rgb(0 0 0 / .1);background:rgb(0 0 0 / .05)}.woocommerce-invalid #terms{outline:2px solid var(--wc-red);outline-offset:2px}.woocommerce-order-withdrawal-content{max-width:680px}.woocommerce-order-withdrawal-content__intro{margin-bottom:.5em}.woocommerce-order-withdrawal-content .description,.woocommerce-order-withdrawal-content__field-description,.woocommerce-order-withdrawal-content__note{color:#767676;font-size:.875em;line-height:1.4}.woocommerce-order-withdrawal-content .description,.woocommerce-order-withdrawal-content__field-description{display:block;margin-top:.25em}.woocommerce-order-withdrawal-content__field-error{color:var(--wc-red);display:block;font-size:.875em;margin:-.25em 0 .75em}.woocommerce-order-withdrawal-content__steps{display:flex;gap:1em;list-style:none;margin:2em 0;padding:0;color:#767676;font-size:.875em}.woocommerce-order-withdrawal-content__step:not(:last-child)::after{content:"";display:inline-block;width:.25em;height:.25em;margin-left:1em;border-radius:50%;background:currentColor;vertical-align:middle}.woocommerce-order-withdrawal-content__step--current{color:inherit;font-weight:700}.woocommerce-order-withdrawal-content__radio-field{clear:both;border:0;margin:0 0 6px;padding:3px}.woocommerce-order-withdrawal-content__radio-field legend{line-height:2;padding:0}.woocommerce-order-withdrawal-content__radio-field.woocommerce-invalid legend{color:var(--wc-red)}.woocommerce-order-withdrawal-content__radio-label{display:block;line-height:1.7;margin:0}.woocommerce-order-withdrawal-content__review{margin:2em 0}.woocommerce-order-withdrawal-content__review-row{padding:.75em 0 .8em}.woocommerce-order-withdrawal-content__review-row:not(:last-child){border-bottom:1px solid #e9e6ed}.woocommerce-order-withdrawal-content__review-row dd,.woocommerce-order-withdrawal-content__review-row dt{margin:0;line-height:1.4}.woocommerce-order-withdrawal-content__review-row dt{color:#767676;font-size:.875em;margin-bottom:.25em}.woocommerce-order-withdrawal-content__review-row dd{font-size:1em}.woocommerce-order-withdrawal-content__actions{display:flex;gap:1em;align-items:center;flex-wrap:wrap;margin-top:2em}.woocommerce-order-withdrawal-content__button--secondary.button{background:0 0;border:1px solid currentColor;color:inherit}.woocommerce-order-withdrawal-content__button--secondary.button:focus,.woocommerce-order-withdrawal-content__button--secondary.button:hover{background:0 0;color:inherit}.woocommerce-order-withdrawal-content .required{visibility:visible}.woocommerce-password-strength{text-align:center;font-weight:600;padding:3px .5em;font-size:1em}.woocommerce-password-strength.strong{background-color:#c1e1b9;border-color:#83c373}.woocommerce-password-strength.short{background-color:#f1adad;border-color:#e35b5b}.woocommerce-password-strength.bad{background-color:#fbc5a9;border-color:#f78b53}.woocommerce-password-strength.good{background-color:#ffe399;border-color:#ffc733}.woocommerce-password-hint{margin:.5em 0 0;display:block}#content.twentyeleven .woocommerce-pagination a{font-size:1em;line-height:1}.single-product .twentythirteen #reply-title,.single-product .twentythirteen #respond #commentform,.single-product .twentythirteen .entry-summary{padding:0}.single-product .twentythirteen p.stars{clear:both}.twentythirteen .woocommerce-breadcrumb{padding-top:40px}.twentyfourteen ul.products li.product{margin-top:0!important}body:not(.search-results) .twentysixteen .entry-summary{color:inherit;font-size:inherit;line-height:inherit}.twentysixteen .price ins{background:inherit;color:inherit}form.has-custom-place-order-button #place_order{display:none!important}.cfvsw-swatches-container{display:flex;flex-flow:wrap;padding:0;position:relative;box-sizing:border-box;grid-gap:8px;width:fit-content}.cfvsw-swatches-container *{box-sizing:border-box}.cfvsw-swatches-option{position:relative;display:flex;align-items:center;justify-content:center;-webkit-transition:200ms;transition:200ms;text-align:center;white-space:nowrap;line-height:1.3;cursor:pointer;border:1px solid #fff;background:#fff;padding:1px;user-select:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none}.cfvsw-label-option,.cfvsw-image-option{border:1px solid #00000020}.cfvsw-swatches-option .cfvsw-swatch-inner{display:flex;width:calc(100% - 2px);height:calc(100% - 2px);border-radius:inherit;-webkit-transition:200ms;transition:200ms;align-items:center;justify-content:center}.cfvsw-swatches-option:not(.cfvsw-label-option,.cfvsw-image-option) .cfvsw-swatch-inner{border:1px solid #00000020}.cfvsw-swatches-option:not(.cfvsw-swatches-disabled,.cfvsw-swatches-out-of-stock):hover{border-color:var(--cfvsw-swatches-border-color-hover,#00000090);box-sizing:border-box}.cfvsw-image-option{background-repeat:no-repeat;background-position:center}.cfvsw-label-option{font-size:var(--cfvsw-swatches-font-size,12px);border-width:var(--cfvsw-swatches-border-width,1px);padding:5px 10px}.cfvsw-selected-swatch{border-color:var(--cfvsw-swatches-border-color,#000)!important;border-width:var(--cfvsw-swatches-border-width,1px);box-sizing:border-box}.cfvsw-swatches-hide,.cfvsw-swatches-hide-disable{display:none}.cfvsw-hidden-select{display:none!important}.cfvsw-swatches-blur-disable::before,.cfvsw-swatches-blur::before{content:"";width:100%;height:100%;position:absolute;top:0;left:0;background-color:#fff;opacity:.4;-webkit-transition:all 200ms;transition:all 200ms}.cfvsw-swatches-blur-cross-disable::before,.cfvsw-swatches-hide-disable::before,.cfvsw-swatches-blur-cross::before{font-family:Dashicons;content:"\f335";color:rgb(204 69 69);font-size:1.8em;-webkit-transition:all 200ms;transition:all 200ms;position:absolute;overflow:hidden;display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:rgb(255 255 255 / .7)}.cfvsw-tooltip{position:absolute;min-width:10px;min-height:10px;width:max-content;padding:.2em .5em;content:"";background:#000;color:#fff;border-radius:5px;font-size:.8em;left:50%;transform:translateX(-50%) translateY(-50%);display:none;border:1px solid}.cfvsw-tooltip::before{content:"";position:absolute;width:9px;height:9px;bottom:-5px;left:calc(50% - 4px);transform:rotate(45deg);background:#000;border-top-left-radius:10px;z-index:-1;border-right:1px solid;border-bottom:1px solid}.cfvsw-tooltip-preview{min-width:60px;min-height:60px;display:block;background-color:#fff;background-position:center}.cfvsw-tooltip-label{padding:.1em;display:flex;justify-content:center;font-size:var(--cfvsw-swatches-tooltip-font-size,12px)}table.cfvsw-shop-variations{width:100%}table.cfvsw-shop-variations,.cfvsw-shop-variations tbody,.cfvsw-shop-variations td,.cfvsw-shop-variations tr{margin:0;padding:3px 0;border:0}.cfvsw-shop-variations td.label{text-align:left}.cfvsw-shop-variations tr td{display:flex}.cfvsw_shop_align_center table tr td{justify-content:center}.cfvsw_shop_align_right table tr td{justify-content:flex-end}.cfvsw-shop-variations .reset_variations{display:none!important}.cfvsw-shop-variations{margin-bottom:auto;padding:0}.cfvsw-shop-variations .cfvsw-swatches-container{padding:0}.cfvsw-shop-variations,.cfvsw-shop-variations td{border:none}.cfvsw-shop-variations .cfvsw-more-link{font-size:12px;margin-left:4px;position:absolute;left:100%;white-space:nowrap;pointer-events:all}.cfvsw-original-price,.cfvsw-original-thumbnail{display:none}.cfvsw-filters{display:flex;flex-wrap:wrap}.cfvsw-filters li{display:inline-flex}.cfvsw-filters li a{display:inline-flex;align-items:center;flex-direction:row-reverse;outline:none}.cfvsw-filters li.chosen a{background-color:#eee;margin:0 .2em;border-radius:none;padding:2px 3px!important}.cfvsw-filters li.chosen a::before{font-family:Dashicons!important;content:"\f158"!important;display:inline-flex;margin-right:0.3em!important;font-size:15px;color:#999!important}.cfvsw-filters li.chosen .cfvsw-swatches-container{display:inline-flex}.cfvsw-filters li .cfvsw-swatches-container .cfvsw-swatches-option{margin:3px}.cfvsw-product-container .cfvsw-swatches-option:first-child{margin-left:0}.cfvsw-selected-label{content:" : ";font-weight:300}.cfvsw-selected-label::before{content:" : "}.cfvsw-label-none table.variations tr th.label{display:none!important}.cfvsw-label-inline table.variations td{display:table-cell!important}.cfvsw-product-page table.variations .label label{font-size:var(--cfvsw-swatches-label-font-size,"inherit")}.theme-astra table.variations td.value{padding:5px 0!important}.theme-astra.cfvsw-product-page tr th.label{padding-left:0;padding-top:6px!important}.theme-astra.cfvsw-label-stacked tr th.label{padding-left:0}.theme-astra.cfvsw-label-stacked tr td.value{padding:6px 0!important}.theme-twentytwentytwo.cfvsw-product-page:not(.cfvsw-label-stacked) table.variations td.value .cfvsw-product-container{display:inline-flex}.theme-twentytwentytwo.cfvsw-label-stacked table.variations th,.theme-twentytwentytwo.cfvsw-label-stacked table.variations td{display:flex}.theme-twentytwentytwo table.variations tr{margin-bottom:0.5rem!important}.theme-twentytwentyone.cfvsw-product-page:not(.cfvsw-label-stacked) table.variations td.value .cfvsw-product-container{display:inline-flex}.theme-twentytwentyone.cfvsw-label-stacked table.variations th,.theme-twentytwentyone.cfvsw-label-stacked table.variations td{display:flex}.theme-twentytwentyone table.variations tr{margin-bottom:0.5rem!important}.theme-twentytwenty table.variations{overflow-y:auto}.theme-twentytwenty.cfvsw-product-page:not(.cfvsw-label-stacked) table.variations td.value .cfvsw-product-container{display:inline-flex}.cfvsw-label-stacked table.variations th,.cfvsw-label-stacked table.variations td{display:flex}/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-space-y-reverse:0;--tw-border-style:solid;--tw-leading:initial;--tw-font-weight:initial;--tw-tracking:initial;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial;--tw-ease:initial;--tw-content:""}}}@layer theme{:root,:host{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--color-red-50:oklch(97.1% .013 17.38);--color-red-200:oklch(88.5% .062 18.334);--color-red-300:oklch(80.8% .114 19.571);--color-red-500:oklch(63.7% .237 25.331);--color-red-700:oklch(50.5% .213 27.518);--color-red-800:oklch(44.4% .177 26.899);--color-orange-100:oklch(95.4% .038 75.164);--color-orange-200:oklch(90.1% .076 70.697);--color-orange-300:oklch(83.7% .128 66.29);--color-orange-700:oklch(55.3% .195 38.402);--color-orange-800:oklch(47% .157 37.304);--color-amber-600:oklch(66.6% .179 58.318);--color-amber-800:oklch(47.3% .137 46.201);--color-amber-900:oklch(41.4% .112 45.904);--color-green-100:oklch(96.2% .044 156.743);--color-green-200:oklch(92.5% .084 155.995);--color-green-300:oklch(87.1% .15 154.449);--color-green-700:oklch(52.7% .154 150.069);--color-green-900:oklch(39.3% .095 152.535);--color-blue-50:#eff6ff;--color-blue-200:#bfdbfe;--color-indigo-400:oklch(67.3% .182 276.935);--color-indigo-500:oklch(58.5% .233 277.117);--color-purple-700:oklch(49.6% .265 301.924);--color-slate-400:oklch(70.4% .04 256.788);--color-slate-500:oklch(55.4% .046 257.417);--color-gray-100:oklch(96.7% .003 264.542);--color-gray-200:oklch(92.8% .006 264.531);--color-gray-300:oklch(87.2% .01 258.338);--color-gray-600:oklch(44.6% .03 256.802);--color-zinc-200:oklch(92% .004 286.32);--color-zinc-300:oklch(87.1% .006 286.286);--color-zinc-500:oklch(55.2% .016 285.938);--color-zinc-600:oklch(44.2% .017 285.786);--color-zinc-700:oklch(37% .013 285.805);--color-zinc-800:oklch(27.4% .006 286.033);--color-zinc-900:oklch(21% .006 285.885);--color-zinc-950:oklch(14.1% .005 285.823);--color-neutral-100:oklch(97% 0 0);--color-white:#fff;--spacing:.25rem;--container-sm:24rem;--container-2xl:42rem;--container-3xl:48rem;--container-4xl:56rem;--container-5xl:64rem;--text-sm:var(--wp--preset--font-size--sm,.875rem);--text-sm--line-height:calc(1.25/.875);--text-base:var(--wp--preset--font-size--base,1rem);--text-base--line-height:1.5;--text-lg:var(--wp--preset--font-size--lg,1.125rem);--text-lg--line-height:calc(1.75/1.125);--text-xl:var(--wp--preset--font-size--xl,1.25rem);--text-xl--line-height:calc(1.75/1.25);--text-2xl:var(--wp--preset--font-size--2-xl,1.5rem);--text-2xl--line-height:calc(2/1.5);--text-3xl:var(--wp--preset--font-size--3-xl,1.875rem);--text-3xl--line-height:1.2;--text-5xl:var(--wp--preset--font-size--5-xl,3rem);--text-5xl--line-height:1;--text-6xl:var(--wp--preset--font-size--6-xl,3.75rem);--text-6xl--line-height:1;--font-weight-light:300;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--tracking-tight:-.025em;--leading-relaxed:1.625;--radius-xl:.75rem;--radius-4xl:2rem;--ease-out:cubic-bezier(0,0,.2,1);--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4,0,.2,1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono);--color-primary:var(--wp--preset--color--primary);--color-dark:var(--wp--preset--color--dark);--color-light:var(--wp--preset--color--light);--color-brand-black:#111827;--color-brand-black-hover:#1f2937;--color-brand-gray-dark:#374151;--color-brand-gray-mid:#6b7280;--color-brand-gray-light:#9ca3af;--color-brand-gray-border:#e5e7eb;--color-brand-gray-bg:#f3f4f6;--color-brand-gray-bg-light:#f9fafb;--color-brand-zinc-dark:#18181b;--color-brand-zinc-mid:#71717a;--color-brand-zinc-light:#a1a1aa;--color-brand-zinc-border:#e4e4e7;--color-brand-zinc-bg:#f4f4f5;--color-brand-white:#fff;--color-brand-off-white:#fafafa;--color-brand-green:#059669;--color-brand-green-hover:#047857;--color-brand-green-dark:#166534;--color-brand-green-mid:#10b981;--color-brand-green-light:#34d399;--color-brand-green-pale:#f0fdf4;--color-brand-green-bg:#dcfce7;--color-brand-error:#dc2626;--color-brand-error-light:#fee2e2;--color-brand-warning:#f59e0b;--color-brand-warning-light:#fffbeb;--color-brand-star:#fbbf24;--color-checkout-primary:#197bbd;--color-checkout-primary-hover:#1666a3;--color-checkout-success:#008060;--color-checkout-success-hover:#006e52;--color-checkout-border:#d9d9d9;--color-checkout-border-dark:#babfc3;--color-checkout-text:#202223;--color-checkout-text-secondary:#6d7175;--color-checkout-text-disabled:#8c9196;--color-checkout-bg:#fafafa;--color-checkout-bg-secondary:#f6f6f7;--color-checkout-error:#d82c0d;--color-checkout-error-bg:#fef3f2;--color-checkout-focus:#005bd3}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:#fff0}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){-webkit-appearance:button;-moz-appearance:button;appearance:button}::file-selector-button{-webkit-appearance:button;-moz-appearance:button;appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}*,:after,:before,::backdrop{border-color:var(--color-zinc-200,currentColor)}::file-selector-button{border-color:var(--color-zinc-200,currentColor)}}@layer components;@layer utilities{.visible{visibility:visible}.sr-only{clip-path:inset(50%);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.alignwide{width:100%;max-width:none;position:relative}.alignwide img{margin-left:-160px;margin-right:-160px;display:block;width:calc(100% + 320px)!important;max-width:none!important}@media(max-width:782px){.alignwide img{margin-left:0;margin-right:0;width:100%!important}}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.sticky{position:sticky}.top-0{top:calc(var(--spacing)*0)}.top-2{top:calc(var(--spacing)*2)}.top-\[3\.5rem\]{top:3.5rem}.right-2{right:calc(var(--spacing)*2)}.left-0{left:calc(var(--spacing)*0)}.z-50{z-index:50}.order-first{order:-9999}.container{width:100%}@media(min-width:480px){.container{max-width:480px}}@media(min-width:600px){.container{max-width:600px}}@media(min-width:782px){.container{max-width:782px}}@media(min-width:960px){.container{max-width:960px}}@media(min-width:1280px){.container{max-width:1280px}}@media(min-width:1440px){.container{max-width:1440px}}.alignfull{width:100vw;margin:0 calc(50% - 50vw)!important}.aligncenter{margin:.5rem auto!important}.m-8{margin:calc(var(--spacing)*8)}.container{margin-inline:auto;padding-inline:2rem}.mx-4{margin-inline:calc(var(--spacing)*4)}.mx-auto{margin-inline:auto}.my-2{margin-block:calc(var(--spacing)*2)}.my-3{margin-block:calc(var(--spacing)*3)}.my-4{margin-block:calc(var(--spacing)*4)}.my-6{margin-block:calc(var(--spacing)*6)}.my-8{margin-block:calc(var(--spacing)*8)}.my-10{margin-block:calc(var(--spacing)*10)}.mt-6{margin-top:calc(var(--spacing)*6)}.mt-8{margin-top:calc(var(--spacing)*8)}.mt-10{margin-top:calc(var(--spacing)*10)}.mt-12{margin-top:calc(var(--spacing)*12)}.alignnone{max-width:100%;height:auto;margin-left:0;margin-right:0}.mb-2{margin-bottom:calc(var(--spacing)*2)}.mb-4{margin-bottom:calc(var(--spacing)*4)}.mb-8{margin-bottom:calc(var(--spacing)*8)}.mb-12{margin-bottom:calc(var(--spacing)*12)}.block{display:block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline{display:inline}.inline-flex{display:inline-flex}.table{display:table}.aspect-16\/10{aspect-ratio:16/10}.size-4{width:calc(var(--spacing)*4);height:calc(var(--spacing)*4)}.size-5{width:calc(var(--spacing)*5);height:calc(var(--spacing)*5)}.h-1{height:calc(var(--spacing)*1)}.h-12{height:calc(var(--spacing)*12)}.min-h-screen{min-height:100vh}.w-12{width:calc(var(--spacing)*12)}.w-16{width:calc(var(--spacing)*16)}.w-full{width:100%}.container{max-width:var(--wp--style--global--wide-size)}.max-w-2xl{max-width:var(--container-2xl)}.max-w-3xl{max-width:var(--container-3xl)}.max-w-4xl{max-width:var(--container-4xl)}.max-w-5xl{max-width:var(--container-5xl)}.max-w-sm{max-width:var(--container-sm)}.flex-none{flex:none}.grow{flex-grow:1}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.resize{resize:both}.flex-col{flex-direction:column}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.gap-2{gap:calc(var(--spacing)*2)}.gap-4{gap:calc(var(--spacing)*4)}.gap-8{gap:calc(var(--spacing)*8)}:where(.space-y-24>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*24)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*24)*calc(1 - var(--tw-space-y-reverse)))}.gap-x-4{column-gap:calc(var(--spacing)*4)}.overflow-hidden{overflow:hidden}.rounded-4xl{border-radius:var(--radius-4xl)}.rounded-full{border-radius:3.40282e38px}.rounded-xl{border-radius:var(--radius-xl)}.border{border-style:var(--tw-border-style);border-width:1px}.border-t{border-top-style:var(--tw-border-style);border-top-width:1px}.border-b{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.border-dark\/10{border-color:var(--color-dark)}@supports (color:color-mix(in lab,red,red)){.border-dark\/10{border-color:color-mix(in oklab,var(--color-dark)10%,transparent)}}.border-light{border-color:var(--color-light)}.border-zinc-200{border-color:var(--color-zinc-200)}.bg-dark{background-color:var(--color-dark)}.bg-light{background-color:var(--color-light)}.bg-neutral-100{background-color:var(--color-neutral-100)}.bg-white{background-color:var(--color-white)}.bg-zinc-950{background-color:var(--color-zinc-950)}.object-cover{object-fit:cover}.px-4{padding-inline:calc(var(--spacing)*4)}.py-1\.5{padding-block:calc(var(--spacing)*1.5)}.py-2{padding-block:calc(var(--spacing)*2)}.py-3{padding-block:calc(var(--spacing)*3)}.py-6{padding-block:calc(var(--spacing)*6)}.pt-10{padding-top:calc(var(--spacing)*10)}.pt-16{padding-top:calc(var(--spacing)*16)}.text-center{text-align:center}.text-2xl{font-size:var(--text-2xl);line-height:var(--tw-leading,var(--text-2xl--line-height))}.text-3xl{font-size:var(--text-3xl);line-height:var(--tw-leading,var(--text-3xl--line-height))}.text-5xl{font-size:var(--text-5xl);line-height:var(--tw-leading,var(--text-5xl--line-height))}.text-base{font-size:var(--text-base);line-height:var(--tw-leading,var(--text-base--line-height))}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.text-xl{font-size:var(--text-xl);line-height:var(--tw-leading,var(--text-xl--line-height))}.leading-relaxed{--tw-leading:var(--leading-relaxed);line-height:var(--leading-relaxed)}.font-bold{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}.font-light{--tw-font-weight:var(--font-weight-light);font-weight:var(--font-weight-light)}.font-medium{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.tracking-tight{--tw-tracking:var(--tracking-tight);letter-spacing:var(--tracking-tight)}.\[text-wrap\:balance\]{text-wrap:balance}.text-dark,.text-dark\/60{color:var(--color-dark)}@supports (color:color-mix(in lab,red,red)){.text-dark\/60{color:color-mix(in oklab,var(--color-dark)60%,transparent)}}.text-dark\/70{color:var(--color-dark)}@supports (color:color-mix(in lab,red,red)){.text-dark\/70{color:color-mix(in oklab,var(--color-dark)70%,transparent)}}.text-dark\/90{color:var(--color-dark)}@supports (color:color-mix(in lab,red,red)){.text-dark\/90{color:color-mix(in oklab,var(--color-dark)90%,transparent)}}.text-light{color:var(--color-light)}.text-white{color:var(--color-white)}.text-zinc-500{color:var(--color-zinc-500)}.text-zinc-600{color:var(--color-zinc-600)}.text-zinc-700{color:var(--color-zinc-700)}.text-zinc-900{color:var(--color-zinc-900)}.text-zinc-950{color:var(--color-zinc-950)}.\!no-underline{text-decoration-line:none!important}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.blur{--tw-blur:blur(8px);filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.grayscale{--tw-grayscale:grayscale(100%);filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.filter{filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.ease-out{--tw-ease:var(--ease-out);transition-timing-function:var(--ease-out)}.before\:absolute:before{content:var(--tw-content);position:absolute}.before\:top-0:before{content:var(--tw-content);top:calc(var(--spacing)*0)}.before\:left-0:before{content:var(--tw-content);left:calc(var(--spacing)*0)}.before\:h-px:before{content:var(--tw-content);height:1px}.before\:w-6:before{content:var(--tw-content);width:calc(var(--spacing)*6)}.before\:bg-zinc-950:before{content:var(--tw-content);background-color:var(--color-zinc-950)}.after\:absolute:after{content:var(--tw-content);position:absolute}.after\:top-0:after{content:var(--tw-content);top:calc(var(--spacing)*0)}.after\:right-0:after{content:var(--tw-content);right:calc(var(--spacing)*0)}.after\:left-8:after{content:var(--tw-content);left:calc(var(--spacing)*8)}.after\:h-px:after{content:var(--tw-content);height:1px}.after\:bg-zinc-950\/10:after{content:var(--tw-content);background-color:#09090b1a}@supports (color:color-mix(in lab,red,red)){.after\:bg-zinc-950\/10:after{background-color:color-mix(in oklab,var(--color-zinc-950)10%,transparent)}}@media(hover:hover){.hover\:bg-dark\/90:hover{background-color:var(--color-dark)}@supports (color:color-mix(in lab,red,red)){.hover\:bg-dark\/90:hover{background-color:color-mix(in oklab,var(--color-dark)90%,transparent)}}.hover\:bg-zinc-800:hover{background-color:var(--color-zinc-800)}.hover\:text-zinc-700:hover{color:var(--color-zinc-700)}.hover\:grayscale-0:hover{--tw-grayscale:grayscale(0%);filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}}@media(min-width:600px){.sm\:my-20{margin-block:calc(var(--spacing)*20)}.sm\:mt-20{margin-top:calc(var(--spacing)*20)}.sm\:text-6xl{font-size:var(--text-6xl);line-height:var(--tw-leading,var(--text-6xl--line-height))}}@media(min-width:782px){.md\:my-6{margin-block:calc(var(--spacing)*6)}.md\:flex{display:flex}.md\:w-1\/2{width:50%}.md\:text-3xl{font-size:var(--text-3xl);line-height:var(--tw-leading,var(--text-3xl--line-height))}}@media(min-width:960px){.lg\:absolute{position:absolute}.lg\:static{position:static}.lg\:top-0{top:calc(var(--spacing)*0)}.lg\:left-0{left:calc(var(--spacing)*0)}.lg\:-mx-4{margin-inline:calc(var(--spacing)*-4)}.lg\:flex{display:flex}.lg\:hidden{display:none}.lg\:w-1\/3{width:33.3333%}.lg\:w-2\/3{width:66.6667%}.lg\:flex-none{flex:none}.lg\:justify-end{justify-content:flex-end}:where(.lg\:space-y-32>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*32)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*32)*calc(1 - var(--tw-space-y-reverse)))}.lg\:px-4{padding-inline:calc(var(--spacing)*4)}.lg\:pt-0{padding-top:calc(var(--spacing)*0)}}.\[\&_\.children\]\:ml-20 .children{margin-left:calc(var(--spacing)*20)}.\[\&_\.children_\>_li\]\:mt-8 .children>li{margin-top:calc(var(--spacing)*8)}.entry-content,.block-editor-block-list__layout{color:var(--color-zinc-950);font-size:var(--text-lg);line-height:var(--text-lg--line-height)}:is(.entry-content,.block-editor-block-list__layout) :where(.entry-content>:not(li),.block-editor-block-list__layout>:not(li)){margin-top:calc(var(--spacing)*6);margin-bottom:calc(var(--spacing)*6)}:is(.entry-content,.block-editor-block-list__layout) :where(h2){font-weight:var(--font-weight-semibold);font-size:var(--text-2xl);line-height:var(--text-2xl--line-height);margin-top:calc(var(--spacing)*12)}:is(.entry-content,.block-editor-block-list__layout) :where(h3){font-weight:var(--font-weight-semibold);font-size:var(--text-xl);line-height:var(--text-xl--line-height);margin-top:calc(var(--spacing)*8)}:is(.entry-content,.block-editor-block-list__layout) :where(h2+h3){margin-top:0}:is(.entry-content,.block-editor-block-list__layout) :where(ul,ol){padding-left:1.5rem}:is(.entry-content,.block-editor-block-list__layout) :where(ul){list-style-type:disc}:is(.entry-content,.block-editor-block-list__layout) :where(ol){list-style-type:decimal}:is(.entry-content,.block-editor-block-list__layout) :where(a){color:var(--color-primary)}:is(.entry-content,.block-editor-block-list__layout) :where(li){padding-left:calc(var(--spacing)*3)}:is(.entry-content,.block-editor-block-list__layout) :where(li)::marker{color:var(--color-zinc-500)}:is(.entry-content,.block-editor-block-list__layout) :where(li>*),:is(.entry-content,.block-editor-block-list__layout) :where(li li){margin-top:calc(var(--spacing)*4)}:is(.entry-content,.block-editor-block-list__layout) :where(ol>li)::marker{font-size:var(--text-base);font-weight:var(--font-weight-semibold)}:is(.entry-content,.block-editor-block-list__layout) :where(strong){font-weight:var(--font-weight-semibold)}:is(.entry-content,.block-editor-block-list__layout) :where(figure){margin-top:calc(var(--spacing)*12);margin-bottom:calc(var(--spacing)*12)}:is(.entry-content,.block-editor-block-list__layout) :where(li>:first-child){margin-top:0!important}:is(.entry-content,.block-editor-block-list__layout) :where(li>:last-child){margin-bottom:0!important}}#cart-overlay{z-index:9998;opacity:0;visibility:hidden;background-color:#00000080;width:100%;height:100%;transition:opacity .3s,visibility .3s;position:fixed;top:0;left:0}#cart-overlay.active{opacity:1;visibility:visible}#cart-sidebar{background-color:var(--color-brand-white);z-index:9999;flex-direction:column;width:100%;max-width:450px;height:100%;transition:right .3s;display:flex;position:fixed;top:0;right:-100%;box-shadow:-2px 0 8px #0000001a}#cart-sidebar.active{right:0}#cart-sidebar.loading{pointer-events:none;opacity:.6}#cart-sidebar.loading:after{content:"";border:3px solid var(--color-brand-gray-bg);border-top:3px solid var(--color-brand-zinc-dark);border-radius:50%;width:40px;height:40px;margin:-20px 0 0 -20px;animation:1s linear infinite spin;position:absolute;top:50%;left:50%}@keyframes spin{to{transform:rotate(360deg)}}.cart-header{border-bottom:1px solid var(--color-brand-gray-border);justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.cart-header h2{color:var(--color-brand-black);margin:0;font-size:1.25rem;font-weight:600}.cart-close{cursor:pointer;color:var(--color-brand-gray-mid);background:0 0;border:none;justify-content:center;align-items:center;padding:.5rem;transition:color .2s;display:flex}.cart-close:hover{color:var(--color-brand-black)}.cart-body{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.widget_shopping_cart_content{flex-direction:column;height:100%;min-height:0;display:flex;overflow:hidden}.mini-cart-items-scrollable{flex:1;min-height:0;padding:1.5rem 1.5rem 1rem;overflow-y:auto}.mini-cart-items{flex-direction:column;gap:1.5rem;display:flex}.mini-cart-item{border-bottom:1px solid var(--color-brand-gray-border);gap:1rem;padding-bottom:1.5rem;display:flex;position:relative}.mini-cart-item:last-child{border-bottom:none;padding-bottom:0}.mini-cart-item-image{border:1px solid var(--color-brand-gray-border);border-radius:.5rem;flex-shrink:0;width:80px;height:80px;overflow:hidden}.mini-cart-item-image img{object-fit:cover;width:100%;height:100%}.mini-cart-item-details{flex-direction:column;flex:1;gap:.5rem;display:flex}.mini-cart-item-name{color:var(--color-brand-black);font-size:.875rem;font-weight:500;line-height:1.4}.mini-cart-item-name a{color:inherit;text-decoration:none;transition:color .2s}.mini-cart-item-name a:hover{color:var(--color-indigo-500)}.wc-item-meta{color:var(--color-brand-gray-mid);margin:0;font-size:.75rem}.mini-cart-item-quantity{justify-content:space-between;align-items:center;gap:1rem;margin-top:.5rem;display:flex}.quantity-controls{border:1px solid var(--color-brand-gray-border);border-radius:.375rem;align-items:center;gap:.5rem;padding:.25rem;display:flex}.quantity-controls button{cursor:pointer;color:var(--color-brand-gray-mid);background:0 0;border:none;justify-content:center;align-items:center;padding:.25rem;transition:color .2s;display:flex}.quantity-controls button:hover{color:var(--color-brand-black)}.quantity-controls button:disabled{opacity:.3;cursor:not-allowed}.quantity-input{text-align:center;width:40px;color:var(--color-brand-black);-moz-appearance:textfield;background:0 0;border:none;font-size:.875rem;font-weight:500}.quantity-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.quantity-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.mini-cart-item-price{color:var(--color-brand-black);white-space:nowrap;font-size:.875rem;font-weight:600}.mini-cart-item-remove{cursor:pointer;color:var(--color-brand-gray-mid);background:0 0;border:none;padding:.25rem;transition:color .2s;position:absolute;top:0;right:0}.mini-cart-item-remove:hover{color:var(--color-brand-error)}.mini-cart-empty{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;min-height:400px;padding:3rem 1.5rem;display:flex}.mini-cart-empty svg{color:var(--color-gray-300);margin-bottom:1.5rem}.mini-cart-empty-message{color:var(--color-brand-gray-mid);margin:0 0 1.5rem;font-size:1rem}.mini-cart-empty .button{background-color:var(--color-brand-black);color:var(--color-brand-white);cursor:pointer;border:none;border-radius:.5rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:background-color .2s}.mini-cart-empty .button:hover{background-color:var(--color-brand-black-hover)}.mini-cart-free-shipping{background-color:var(--color-brand-green-pale);border-top:1px solid var(--color-brand-green-light);border-bottom:1px solid var(--color-brand-green-light);flex-shrink:0;padding:1rem calc(1.5rem + 16px) 1rem 1.5rem}.free-shipping-message{color:var(--color-brand-green-dark);align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.875rem;font-weight:500;display:flex}.free-shipping-message.free-shipping-achieved{color:var(--color-green-700)}.free-shipping-message svg{color:var(--color-brand-green);flex-shrink:0;overflow:visible}.free-shipping-progress-bar{background-color:var(--color-brand-green-bg);border-radius:4px;width:100%;height:8px;margin-bottom:40px;position:relative}.free-shipping-progress-fill{background:linear-gradient(90deg,var(--color-brand-green-mid)0%,var(--color-brand-green)100%);z-index:1;border-radius:4px;height:100%;transition:width .3s;position:relative}.progress-marker{z-index:2;flex-direction:column;align-items:center;display:flex;position:absolute;top:50%;transform:translate(-50%,-50%)}.progress-marker .marker-icon{border:2px solid var(--color-gray-300);background-color:var(--color-brand-white);width:32px;height:32px;color:var(--color-brand-gray-light);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:all .3s;display:flex}.progress-marker.achieved .marker-icon{border-color:var(--color-brand-green);background-color:var(--color-brand-green);color:var(--color-brand-white);box-shadow:0 0 0 3px #05966926}.progress-marker .marker-icon svg{flex-shrink:0;width:16px;height:16px}.progress-marker .marker-label{color:var(--color-brand-gray-mid);white-space:nowrap;font-size:.6875rem;font-weight:500;transition:color .3s;position:absolute;top:calc(100% + 4px);left:50%;transform:translate(-50%)}.progress-marker.achieved .marker-label{color:var(--color-brand-green-dark)}.progress-marker:last-child .marker-label{left:auto;right:0;transform:none}.mini-cart-upsell{border-top:1px solid var(--color-brand-gray-border);margin-top:.5rem;padding:1rem 1.5rem}.upsell-title{color:var(--color-brand-black);text-transform:uppercase;letter-spacing:.05em;margin:0 0 .75rem;font-size:.875rem;font-weight:600}.upsell-products-carousel{scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--color-gray-300)var(--color-brand-gray-bg);gap:.75rem;padding-bottom:.5rem;display:flex;overflow:auto hidden}.upsell-products-carousel::-webkit-scrollbar{height:6px}.upsell-products-carousel::-webkit-scrollbar-track{background:var(--color-brand-gray-bg);border-radius:3px}.upsell-products-carousel::-webkit-scrollbar-thumb{background:var(--color-gray-300);border-radius:3px}.upsell-products-carousel::-webkit-scrollbar-thumb:hover{background:var(--color-brand-gray-light)}.upsell-products{flex-direction:column;gap:.75rem;display:flex}.upsell-product{border:1px solid var(--color-brand-gray-border);background-color:var(--color-brand-white);border-radius:.5rem;flex-direction:column;flex-shrink:0;gap:.625rem;min-width:140px;max-width:140px;padding:0;text-decoration:none;transition:all .2s;display:flex;overflow:hidden}.upsell-product:hover{border-color:var(--color-gray-300);transform:translateY(-2px);box-shadow:0 2px 8px #0000001a}.upsell-product-image{background-color:var(--color-brand-gray-bg-light);flex-shrink:0;width:100%;height:140px;display:block;overflow:hidden}.upsell-product-image img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.upsell-product:hover .upsell-product-image img{transform:scale(1.05)}.upsell-product-details{flex-direction:column;gap:.375rem;padding:.5rem .625rem .75rem;display:flex}.upsell-product-name{color:var(--color-brand-black);-webkit-line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;min-height:2.1em;font-size:.8125rem;font-weight:500;line-height:1.3;transition:color .2s;display:-webkit-box;overflow:hidden}.upsell-product:hover .upsell-product-name{color:var(--color-indigo-500)}.upsell-product-price{color:var(--color-brand-black);font-size:.8125rem;font-weight:600}.mini-cart-footer{border-top:1px solid var(--color-brand-gray-border);background-color:var(--color-brand-gray-bg-light);flex-shrink:0;padding:1.5rem}.mini-cart-subtotal{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.mini-cart-subtotal-label{color:var(--color-brand-gray-mid);font-size:1rem}.mini-cart-subtotal-amount{color:var(--color-brand-black);font-size:1.25rem;font-weight:600}.mini-cart-tax-note{color:var(--color-brand-gray-mid);text-align:center;margin:0 0 1rem;font-size:.75rem}.mini-cart-buttons{flex-direction:column;gap:.75rem;display:flex}.mini-cart-buttons .button{text-align:center;cursor:pointer;border:none;border-radius:.5rem;width:100%;padding:1rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .2s}.mini-cart-buttons .checkout-button{background-color:var(--color-brand-black);color:var(--color-brand-white)}.mini-cart-buttons .checkout-button:hover{background-color:var(--color-brand-black-hover)}.cart-trigger{cursor:pointer;color:inherit;justify-content:center;align-items:center;padding:.5rem;text-decoration:none;transition:opacity .2s;display:inline-flex;position:relative}.cart-trigger:hover{opacity:.7}.cart-icon{width:24px;height:24px}.cart-count{background-color:var(--color-brand-black);color:var(--color-brand-white);opacity:0;border-radius:9px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 4px;font-size:.625rem;font-weight:600;transition:opacity .2s;display:flex;position:absolute;top:0;right:0;transform:translate(50%,-25%)}.cart-count.has-items{opacity:1}.cart-notice{border-radius:.375rem;margin-bottom:1rem;padding:1rem;font-size:.875rem}.cart-notice-success{background-color:var(--color-green-100);color:var(--color-green-900)}.cart-notice-error{background-color:var(--color-brand-error-light);color:var(--color-red-800)}body.cart-open{overflow:hidden}@media(max-width:640px){#cart-sidebar{max-width:100%}.mini-cart-item-image{width:60px;height:60px}.mini-cart-items-scrollable,.mini-cart-footer{padding:1rem}.mini-cart-free-shipping{padding:.75rem calc(1rem + 14px) .75rem 1rem}.mini-cart-upsell{padding:.75rem 1rem}.upsell-product{min-width:120px;max-width:120px}.upsell-product-image{height:120px}.upsell-product-name{min-height:1.95em;font-size:.75rem}.upsell-product-price{font-size:.75rem}.free-shipping-message{font-size:.8125rem}.free-shipping-progress-bar{margin-bottom:36px}.progress-marker .marker-icon{width:28px;height:28px}.progress-marker .marker-icon svg{width:14px;height:14px}.progress-marker .marker-label{font-size:.625rem}}.animate-spin{animation:1s linear infinite spin}.widget_shopping_cart_content{flex-direction:column;height:100%;display:flex}dl.variation{flex-wrap:wrap;gap:.5rem;margin:.5rem 0 0;padding:0;font-size:.75rem;line-height:1.4;display:flex}dl.variation dt{color:var(--color-brand-gray-mid);margin:0;padding:0;font-weight:500;display:inline}dl.variation dt:after{content:" ";white-space:pre}dl.variation dd{color:var(--color-brand-black);margin:0;padding:0;font-weight:500;display:inline}dl.variation dd:after{content:"";background-color:var(--color-gray-300);vertical-align:middle;border-radius:50%;width:.25rem;height:.25rem;margin:0 .5rem;display:inline-block}dl.variation dd:last-of-type:after{display:none}dl.variation dd p{margin:0;padding:0;display:inline}.variation-badge-style dl.variation{gap:.375rem}.variation-badge-style dl.variation dt,.variation-badge-style dl.variation dd{background-color:var(--color-brand-gray-bg);border-radius:.25rem;align-items:center;gap:.25rem;padding:.25rem .5rem;display:inline-flex}.variation-badge-style dl.variation dt{text-transform:uppercase;letter-spacing:.025em;color:var(--color-brand-gray-mid);font-size:.6875rem;font-weight:600}.variation-badge-style dl.variation dd{background-color:var(--color-brand-black);color:var(--color-brand-white);font-weight:500}.variation-badge-style dl.variation dd:after{display:none}@media(max-width:640px){dl.variation{gap:.375rem;font-size:.6875rem}dl.variation dd:after{margin:0 .375rem}}.woocommerce-checkout dl.variation{margin-top:.375rem;font-size:.8125rem}.woocommerce-checkout dl.variation dt{color:var(--color-gray-600)}.woocommerce-checkout dl.variation dd{color:var(--color-brand-black)}.order-summary-content dl.variation,.cart-items dl.variation,.item-details dl.variation{flex-wrap:wrap;gap:.5rem;margin:.375rem 0 0;font-size:.75rem;display:flex!important}.order-summary-content dl.variation dt,.cart-items dl.variation dt,.item-details dl.variation dt{color:var(--color-brand-gray-mid);margin:0;font-weight:500;display:inline!important}.order-summary-content dl.variation dt:after,.cart-items dl.variation dt:after,.item-details dl.variation dt:after{content:" ";white-space:pre}.order-summary-content dl.variation dd,.cart-items dl.variation dd,.item-details dl.variation dd{color:var(--color-checkout-text);margin:0;font-weight:500;display:inline!important}.order-summary-content dl.variation dd:after,.cart-items dl.variation dd:after,.item-details dl.variation dd:after{content:"";background-color:var(--color-gray-300);vertical-align:middle;border-radius:50%;width:.25rem;height:.25rem;margin:0 .5rem;display:inline-block}.order-summary-content dl.variation dd:last-of-type:after,.cart-items dl.variation dd:last-of-type:after,.item-details dl.variation dd:last-of-type:after{display:none}.order-summary-content dl.variation dd p,.cart-items dl.variation dd p,.item-details dl.variation dd p{margin:0;display:inline}.woocommerce-cart-form dl.variation,.cart_item dl.variation{margin-top:.5rem}.mini-cart-item dl.variation{gap:.375rem;margin-top:.375rem;font-size:.6875rem}.mini-cart-item dl.variation dt{color:var(--color-brand-gray-light)}.mini-cart-item dl.variation dd:after{width:.1875rem;height:.1875rem;margin:0 .375rem}header .container{max-width:1400px!important;margin-left:auto!important;margin-right:auto!important;padding-left:0!important;padding-right:0!important}.header-container{justify-content:space-between;align-items:center;gap:.75rem;height:4rem;padding:0;display:flex}@media(min-width:768px){.header-container{gap:1rem;height:4.5rem;padding:0}}@media(min-width:1024px){.header-container{gap:1.5rem}}.header-left{align-items:center;gap:.75rem;padding-left:1.5rem;display:flex}@media(min-width:768px){.header-left{padding-left:2.5rem}}.mobile-logo-link{flex-shrink:0;align-items:center;display:flex}.mobile-logo{width:auto;height:auto;max-height:2rem}@media(min-width:1024px){.mobile-logo-link{display:none}}.header-center{flex-shrink:0;justify-content:center;align-items:center;display:none}@media(min-width:1024px){.header-center{display:flex}}.header-center .custom-logo-link{align-items:center;display:flex}.header-center .custom-logo-link img,.header-center .custom-logo{width:auto;height:auto;max-height:2.5rem}@media(min-width:768px){.header-center .custom-logo-link img,.header-center .custom-logo{max-height:3rem}}.header-right{flex-shrink:0;align-items:center;gap:.5rem;padding-right:1.5rem;display:flex}@media(min-width:768px){.header-right{padding-right:2.5rem}}.header-right .search-container{display:none}@media(min-width:768px){.header-right .search-container{width:280px;display:block}}@media(min-width:1024px){.header-right .search-container{width:320px}}@media(min-width:1280px){.header-right .search-container{width:400px}}.hamburger-trigger{display:none}@media(max-width:1023px){.hamburger-trigger{cursor:pointer;background:0 0;border:none;border-radius:.5rem;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;padding:0;transition:background-color .2s;display:flex}.hamburger-trigger:hover{background-color:var(--color-brand-zinc-bg)}.hamburger-trigger svg{width:1.5rem;height:1.5rem;color:var(--color-brand-zinc-dark)}}.desktop-categories-nav{display:none}@media(min-width:1024px){.desktop-categories-nav{align-items:center;gap:.25rem;display:flex}}.desktop-categories-nav a{color:var(--color-zinc-700);white-space:nowrap;border-radius:.5rem;align-items:center;padding:.5rem .875rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.desktop-categories-nav a:hover,.desktop-categories-nav a.active{background-color:var(--color-brand-zinc-bg);color:var(--color-brand-zinc-dark)}.categories-more{position:relative}.categories-more-trigger{color:var(--color-zinc-700);white-space:nowrap;cursor:pointer;background:0 0;border:none;border-radius:.5rem;align-items:center;gap:.25rem;padding:.5rem .875rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.categories-more-trigger:hover{background-color:var(--color-brand-zinc-bg);color:var(--color-brand-zinc-dark)}.categories-more-trigger svg{width:1rem;height:1rem;transition:transform .2s}.categories-more:hover .categories-more-trigger svg{transform:rotate(180deg)}.categories-more-dropdown{background-color:var(--color-brand-white);border:1px solid var(--color-brand-zinc-border);opacity:0;visibility:hidden;z-index:100;border-radius:.75rem;min-width:200px;padding:.5rem 0;transition:all .2s;position:absolute;top:100%;left:0;transform:translateY(-.5rem);box-shadow:0 10px 40px -10px #00000026,0 0 0 1px #00000008}.categories-more:hover .categories-more-dropdown{opacity:1;visibility:visible;transform:translateY(0)}.categories-more-dropdown a{color:var(--color-zinc-700);border-radius:0;justify-content:space-between;align-items:center;padding:.625rem 1rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:background-color .15s;display:flex}.categories-more-dropdown a:hover{background-color:var(--color-brand-zinc-bg);color:var(--color-brand-zinc-dark)}.categories-more-dropdown a span{color:var(--color-zinc-700);font-size:.875rem}.categories-mega-panel{min-width:560px;max-width:720px;padding:1.5rem}.mega-panel-grid{grid-template-columns:repeat(2,1fr);gap:.375rem;display:grid}.mega-panel-item{color:var(--color-zinc-700);border-radius:.5rem;justify-content:space-between;align-items:center;gap:1rem;padding:.625rem .875rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:background-color .15s;display:flex}.mega-panel-item:hover,.mega-panel-item:focus{background-color:var(--color-brand-zinc-bg);outline:none}.mega-panel-item-name{flex:1}.mega-panel-item-thumb{object-fit:cover;border-radius:.375rem;flex-shrink:0;width:64px;height:64px}.mega-panel-item--no-thumb{padding-left:calc(1.875rem + 64px)}.categories-more-dropdown.is-open{opacity:1;visibility:visible;transform:translateY(0)}.categories-more.is-open .categories-more-trigger svg{transform:rotate(180deg)}@media(min-width:1024px)and (max-width:1150px){.categories-mega-panel{min-width:300px;max-width:380px}.mega-panel-grid{grid-template-columns:1fr}}.promo-bar{z-index:51;background-color:var(--color-brand-green);height:3.5rem;color:var(--color-brand-white);flex-shrink:0;justify-content:center;align-items:center;font-size:.9375rem;font-weight:500;display:flex;position:sticky;top:0;overflow:hidden}.promo-bar-messages{justify-content:center;align-items:center;height:100%;display:flex;position:relative}.promo-bar-message{white-space:nowrap;opacity:0;pointer-events:none;align-items:center;gap:.5rem;transition:opacity .4s,transform .4s;display:flex;position:absolute;transform:translateY(1rem)}.promo-bar-message svg{flex-shrink:0;width:1.375rem;height:1.375rem}.promo-bar-message--active{opacity:1;pointer-events:auto;transform:translateY(0)}@media(max-width:479px){.promo-bar{font-size:.8125rem}.promo-bar-message svg{width:1.125rem;height:1.125rem}}.search-container{width:100%;position:relative}.search-form{align-items:center;display:flex;position:relative}.search-input-wrapper{width:100%;position:relative}.search-input{width:100%;height:2.75rem;color:var(--color-brand-zinc-dark);background-color:var(--color-brand-zinc-bg);border:2px solid #0000;border-radius:.625rem;outline:none;padding:0 1rem 0 2.75rem;font-size:.9375rem;transition:all .2s}.search-input:hover{background-color:var(--color-brand-zinc-border)}.search-input:focus{background-color:var(--color-brand-white);border-color:var(--color-brand-zinc-dark);box-shadow:0 0 0 1px var(--color-brand-zinc-dark)}.search-input::placeholder{color:var(--color-brand-zinc-mid)}.search-icon{width:1.125rem;height:1.125rem;color:var(--color-brand-zinc-mid);pointer-events:none;transition:color .2s;position:absolute;top:50%;left:.875rem;transform:translateY(-50%)}.search-input:focus~.search-icon{color:var(--color-brand-zinc-dark)}.search-clear{background:var(--color-brand-zinc-border);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:1.75rem;height:1.75rem;padding:0;transition:background-color .2s;display:none;position:absolute;top:50%;right:.5rem;transform:translateY(-50%)}.search-clear:hover{background-color:var(--color-zinc-300)}.search-clear.visible{display:flex}.search-clear svg{width:.875rem;height:.875rem;color:var(--color-zinc-600)}.mobile-search-trigger{cursor:pointer;background:0 0;border:none;border-radius:.5rem;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;padding:0;transition:background-color .2s;display:flex}.mobile-search-trigger:hover{background-color:var(--color-brand-zinc-bg)}.mobile-search-trigger svg{width:1.375rem;height:1.375rem;color:var(--color-brand-zinc-dark)}@media(min-width:768px){.mobile-search-trigger{display:none}}.search-results{background-color:var(--color-brand-white);border:1px solid var(--color-brand-zinc-border);opacity:0;visibility:hidden;z-index:100;border-radius:.75rem;max-height:70vh;transition:all .2s;position:absolute;top:calc(100% + .5rem);left:0;right:0;overflow:hidden;transform:translateY(-.5rem);box-shadow:0 10px 40px -10px #00000026,0 0 0 1px #00000008}.search-results.active{opacity:1;visibility:visible;transform:translateY(0)}.search-results-inner{overscroll-behavior:contain;max-height:70vh;overflow-y:auto}.search-results-section{border-bottom:1px solid var(--color-brand-zinc-bg);padding:.75rem 0}.search-results-section:last-child{border-bottom:none}.search-results-title{text-transform:uppercase;letter-spacing:.05em;color:var(--color-brand-zinc-mid);padding:.25rem 1rem .5rem;font-size:.6875rem;font-weight:600}.search-result-item{align-items:center;gap:.875rem;padding:.625rem 1rem;text-decoration:none;transition:background-color .15s;display:flex}.search-result-item:hover{background-color:var(--color-brand-zinc-bg)}.search-result-image{background-color:var(--color-brand-zinc-bg);border:1px solid var(--color-brand-zinc-border);border-radius:.5rem;flex-shrink:0;width:3.5rem;height:3.5rem;overflow:hidden}.search-result-image img{object-fit:cover;width:100%;height:100%}.search-result-content{flex:1;min-width:0}.search-result-name{color:var(--color-brand-zinc-dark);white-space:nowrap;text-overflow:ellipsis;margin-bottom:.125rem;font-size:.875rem;font-weight:500;overflow:hidden}.search-result-category{color:var(--color-brand-zinc-mid);white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;overflow:hidden}.search-result-price{color:var(--color-brand-zinc-dark);flex-shrink:0;font-size:.875rem;font-weight:600}.search-result-price del{color:var(--color-brand-zinc-light);margin-right:.375rem;font-weight:400}.search-result-price ins{color:var(--color-brand-error);text-decoration:none}.search-result-category-item{align-items:center;gap:.75rem;padding:.625rem 1rem;text-decoration:none;transition:background-color .15s;display:flex}.search-result-category-item:hover{background-color:var(--color-brand-zinc-bg)}.search-result-category-icon{background-color:var(--color-brand-zinc-bg);border-radius:.5rem;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;display:flex}.search-result-category-icon svg{width:1rem;height:1rem;color:var(--color-zinc-600)}.search-result-category-name{color:var(--color-brand-zinc-dark);font-size:.875rem;font-weight:500}.search-result-category-count{color:var(--color-brand-zinc-light);margin-left:auto;font-size:.75rem}.search-loading{justify-content:center;align-items:center;padding:2rem;display:none}.search-loading.active{display:flex}.search-spinner{border:2px solid var(--color-brand-zinc-border);border-top-color:var(--color-brand-zinc-dark);border-radius:50%;width:1.5rem;height:1.5rem;animation:.8s linear infinite spin}.search-no-results{text-align:center;flex-direction:column;align-items:center;padding:2rem 1rem;display:none}.search-no-results.active{display:flex}.search-no-results svg{width:2.5rem;height:2.5rem;color:var(--color-zinc-300);margin-bottom:.75rem}.search-no-results-text{color:var(--color-brand-zinc-mid);font-size:.875rem}.search-view-all{color:var(--color-brand-zinc-dark);background-color:var(--color-brand-zinc-bg);justify-content:center;align-items:center;gap:.5rem;padding:.875rem 1rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:background-color .15s;display:flex}.search-view-all:hover{background-color:var(--color-brand-zinc-border)}.search-view-all svg{width:1rem;height:1rem}.mobile-search-overlay{z-index:9998;opacity:0;visibility:hidden;background-color:#00000080;transition:all .3s;position:fixed;top:0;right:0;bottom:0;left:0}.mobile-search-overlay.active{opacity:1;visibility:visible}.mobile-search-container{background-color:var(--color-brand-white);z-index:9999;padding:1rem;transition:transform .3s;position:fixed;top:0;left:0;right:0;transform:translateY(-100%);box-shadow:0 4px 20px #0000001a}.mobile-search-container.active{transform:translateY(0)}.mobile-search-header{align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.mobile-search-close{cursor:pointer;background:0 0;border:none;border-radius:.5rem;flex-shrink:0;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;padding:0;display:flex}.mobile-search-close svg{width:1.5rem;height:1.5rem;color:var(--color-brand-zinc-dark)}.mobile-search-form{flex:1}.mobile-search-results{max-height:calc(100vh - 8rem);overflow-y:auto}@media(min-width:768px){.mobile-search-overlay,.mobile-search-container{display:none!important}}.mobile-menu-overlay{display:none}.mobile-menu-sidebar{background-color:var(--color-brand-white);z-index:9999;width:100%;max-width:100%;box-shadow:none;flex-direction:column;transition:transform .3s;display:flex;position:fixed;top:0;right:0;bottom:0;left:0;transform:translateY(-100%)}.mobile-menu-sidebar.active{transform:translateY(0)}@media(min-width:480px){.mobile-menu-sidebar{max-width:100%}}@media(min-width:1024px){.mobile-menu-overlay,.mobile-menu-sidebar{display:none!important}}.mobile-menu-header{border-bottom:1px solid var(--color-brand-zinc-border);justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.mobile-menu-logo{color:var(--color-brand-zinc-dark);font-size:1.125rem;font-weight:600;text-decoration:none}.mobile-menu-close{cursor:pointer;background:0 0;border:none;border-radius:.5rem;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;padding:0;transition:background-color .2s;display:flex}.mobile-menu-close:hover{background-color:var(--color-brand-zinc-bg)}.mobile-menu-close svg{width:1.5rem;height:1.5rem;color:var(--color-brand-zinc-dark)}.mobile-menu-body{flex:1;padding:1rem 0;overflow-y:auto}.mobile-menu-section{border-bottom:1px solid var(--color-brand-zinc-bg);margin-bottom:1rem;padding:0 0 1rem}.mobile-menu-section:last-child{border-bottom:none;margin-bottom:0}.mobile-menu-section-title{text-transform:uppercase;letter-spacing:.05em;color:var(--color-brand-zinc-mid);padding:.5rem 1.25rem;font-size:.6875rem;font-weight:600}.mobile-menu-nav{flex-direction:column;display:flex}.mobile-menu-item{color:var(--color-brand-zinc-dark);align-items:center;gap:1rem;padding:.875rem 1.25rem;font-size:1.0625rem;font-weight:500;text-decoration:none;transition:background-color .15s;display:flex}.mobile-menu-item:hover{background-color:var(--color-brand-zinc-bg)}.mobile-menu-item-icon{background-color:var(--color-brand-zinc-bg);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;display:flex}.mobile-menu-item-icon svg{width:1rem;height:1rem;color:var(--color-zinc-600)}.mobile-menu-item-thumb{object-fit:cover;border-radius:.375rem;width:64px;height:64px;display:block}.mobile-menu-item-icon:has(.mobile-menu-item-thumb){background-color:#0000}.mobile-menu-footer{border-top:1px solid var(--color-brand-zinc-border);padding:1rem 1.25rem}.mobile-menu-account{background-color:var(--color-brand-zinc-bg);border-radius:.75rem;align-items:center;gap:.75rem;padding:.75rem;text-decoration:none;transition:background-color .15s;display:flex}.mobile-menu-account:hover{background-color:var(--color-brand-zinc-border)}.mobile-menu-account-icon{background-color:var(--color-brand-white);border-radius:50%;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;display:flex}.mobile-menu-account-icon svg{width:1.25rem;height:1.25rem;color:var(--color-zinc-600)}.mobile-menu-account-text{flex-direction:column;display:flex}.mobile-menu-account-label{color:var(--color-brand-zinc-mid);font-size:.75rem}.mobile-menu-account-name{color:var(--color-brand-zinc-dark);font-size:.875rem;font-weight:500}.cart-trigger{cursor:pointer;background:0 0;border:none;border-radius:.5rem;flex-shrink:0;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;padding:0;transition:background-color .2s;display:flex;position:relative}.cart-trigger:hover{background-color:var(--color-brand-zinc-bg)}.cart-icon{width:1.375rem;height:1.375rem;color:var(--color-brand-zinc-dark)}.cart-count{min-width:1.125rem;height:1.125rem;color:var(--color-brand-white);background-color:var(--color-brand-zinc-dark);border-radius:9999px;justify-content:center;align-items:center;padding:0 .25rem;font-size:.6875rem;font-weight:600;display:none;position:absolute;top:.125rem;right:0}.cart-count.has-items{display:flex}body.mobile-menu-open,body.mobile-search-open{overflow:hidden}.search-result-item:focus,.search-result-category-item:focus,.mobile-menu-item:focus,.categories-more-trigger:focus{outline:2px solid var(--color-brand-zinc-dark);outline-offset:-2px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{opacity:0;transform:translateY(-.5rem)}to{opacity:1;transform:translateY(0)}}.search-results.active .search-result-item{animation:.2s forwards slideIn}.search-results.active .search-result-item:first-child{animation-delay:20ms}.search-results.active .search-result-item:nth-child(2){animation-delay:40ms}.search-results.active .search-result-item:nth-child(3){animation-delay:60ms}.search-results.active .search-result-item:nth-child(4){animation-delay:80ms}.search-results.active .search-result-item:nth-child(5){animation-delay:.1s}@media(max-width:767px){.product-card:hover{transform:none}}.product-card{background:#fff;border-radius:20px;transition:all .4s;position:relative;overflow:hidden;box-shadow:0 1px 3px #0000000a,0 4px 12px #0000000a}.product-card:before{content:"";-webkit-mask:linear-gradient(var(--color-brand-white)0 0)content-box,linear-gradient(var(--color-brand-white)0 0);pointer-events:none;opacity:0;background:linear-gradient(135deg,#fff6,#fff0,#ffffff1a);border-radius:20px;padding:1px;transition:opacity .4s;position:absolute;top:0;right:0;bottom:0;left:0;-webkit-mask-composite:xor;mask-composite:exclude}.product-card:hover{transform:translateY(-8px);box-shadow:0 4px 6px #00000005,0 12px 24px #00000014,0 24px 48px #0000000f}.product-card:hover:before{opacity:1}.product-card-image{aspect-ratio:1;background:linear-gradient(135deg,var(--color-brand-gray-bg-light)0%,var(--color-gray-100)100%);position:relative;overflow:hidden}.product-card-image img{object-fit:cover;width:100%;height:100%;transition:transform .6s}.product-card:hover .product-card-image img{transform:scale(1.08)}.product-card-badge{letter-spacing:.05em;text-transform:uppercase;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:10;border-radius:100px;padding:6px 12px;font-size:10px;font-weight:700;position:absolute;top:12px;left:12px;box-shadow:0 2px 8px #0000001a}.product-card-badge--new{color:var(--color-brand-zinc-dark);background:#fffffff2;border:1px solid #00000014}.product-card-badge--featured{background:var(--color-brand-zinc-dark);color:#fff}.product-card-badge--sale{background:linear-gradient(135deg,var(--color-red-500)0%,var(--color-brand-error)100%);color:#fff}.product-card-badge--bestseller{background:linear-gradient(135deg,var(--color-brand-warning)0%,var(--color-amber-600)100%);color:#fff}.product-card-rank{background:var(--color-brand-zinc-dark);color:#fff;z-index:11;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:13px;font-weight:900;display:flex;position:absolute;top:12px;left:12px;box-shadow:0 4px 12px #0003}.product-card-rank--gold{background:linear-gradient(135deg,var(--color-brand-star)0%,var(--color-brand-warning)100%)}.product-card-rank--silver{background:linear-gradient(135deg,var(--color-slate-400)0%,var(--color-slate-500)100%)}.product-card-rank--bronze{background:linear-gradient(135deg,var(--color-orange-700)0%,var(--color-orange-800)100%)}.product-card-info{background:#fff;padding:16px 16px 20px}.product-card-title{letter-spacing:.02em;text-transform:uppercase;color:var(--color-brand-zinc-dark);text-overflow:ellipsis;white-space:nowrap;margin:0 0 8px;font-size:13px;font-weight:700;line-height:1.4;transition:color .3s;overflow:hidden}.product-card:hover .product-card-title{color:var(--color-zinc-600)}.product-card-price{color:var(--color-brand-zinc-dark);font-size:14px;font-weight:700}.product-card-price del{color:var(--color-brand-zinc-light);margin-right:6px;font-weight:500}.product-card-price ins{color:var(--color-brand-error);text-decoration:none}.product-carousel-enhanced{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;gap:24px;padding:0 24px 20px 0;display:flex;overflow-x:auto}.product-carousel-enhanced::-webkit-scrollbar{display:none}.product-carousel-enhanced>*{scroll-snap-align:start;flex:none;width:280px}@media(min-width:640px){.product-carousel-enhanced{gap:28px;padding:0 40px 20px 0}.product-carousel-enhanced>*{width:300px}}@media(min-width:1024px){.product-carousel-enhanced>*{width:320px}}.section-header{position:relative}.section-header-title{display:inline-block;position:relative}.hero-image-container{position:relative;overflow:hidden}.hero-image-container img{transition:transform .8s}.hero-image-container:hover img{transform:scale(1.05)}.category-card{background:var(--color-brand-off-white);border-radius:20px;transition:all .4s;position:relative;overflow:hidden}.category-card:before{content:"";opacity:0;z-index:1;background:linear-gradient(#0000 50%,#0009);transition:opacity .4s;position:absolute;top:0;right:0;bottom:0;left:0}.category-card:hover:before{opacity:1}.category-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px #0000001f}.category-card img{transition:transform .6s}.category-card:hover img{transform:scale(1.08)}.category-card-title{color:#fff;text-transform:uppercase;letter-spacing:.1em;z-index:2;opacity:0;font-size:14px;font-weight:700;transition:all .4s;position:absolute;bottom:20px;left:20px;right:20px;transform:translateY(10px)}.category-card:hover .category-card-title{opacity:1;transform:translateY(0)}.category-card-new{background:#fff;border-radius:16px;flex-direction:column;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden;box-shadow:0 2px 8px #0000000f}.category-card-new:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000001f}.category-card-new-image{aspect-ratio:1;background:var(--color-brand-zinc-bg);position:relative;overflow:hidden}.category-card-new-image img{object-fit:cover;width:100%;height:100%;transition:transform .5s cubic-bezier(.16,1,.3,1)}.category-card-new:hover .category-card-new-image img{transform:scale(1.05)}.category-card-new-overlay{opacity:0;background:linear-gradient(#0000,#0000004d);transition:opacity .3s;position:absolute;top:0;right:0;bottom:0;left:0}.category-card-new:hover .category-card-new-overlay{opacity:1}.category-card-new-content{flex-direction:column;gap:4px;padding:16px;display:flex}.category-card-new-title{text-transform:uppercase;letter-spacing:.05em;color:var(--color-brand-zinc-dark);font-size:14px;font-weight:700;line-height:1.3}.category-card-new-count{color:var(--color-brand-zinc-mid);font-size:12px;font-weight:500}@media(min-width:768px){.category-card-new-content{gap:6px;padding:20px}.category-card-new-title{font-size:15px}.category-card-new-count{font-size:13px}}.newsletter-section{position:relative;overflow:hidden}@media(min-width:768px){::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--color-brand-zinc-bg)}::-webkit-scrollbar-thumb{background:var(--color-zinc-300);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--color-brand-zinc-light)}}@media(max-width:767px){.product-card:hover,.category-card:hover{transform:none}}.fp-container{max-width:1400px;margin:0 auto;padding:0 16px}@media(min-width:640px){.fp-container{padding:0 24px}}.fp-section{padding:48px 0}.fp-section--alt{background:#fafafa}@media(min-width:768px){.fp-section{padding:80px 0}}.fp-section-header{justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:28px;display:flex}.fp-section-subtitle{text-transform:uppercase;letter-spacing:.1em;color:var(--color-brand-warning,#f59e0b);margin-bottom:6px;font-size:11px;font-weight:700;display:block}.fp-section-title{letter-spacing:-.02em;text-transform:uppercase;color:var(--color-brand-zinc-dark,#18181b);margin:0;font-size:24px;font-weight:900;line-height:1.1}@media(min-width:768px){.fp-section-title{font-size:32px}}.fp-section-header-right{flex-shrink:0;align-items:center;gap:16px;display:flex}.fp-view-all{color:var(--color-brand-zinc-dark,#18181b);white-space:nowrap;font-size:13px;font-weight:600;text-decoration:none;transition:color .2s}.fp-view-all:hover{color:var(--color-brand-zinc-mid,#71717a)}.fp-section-header .carousel-nav{gap:8px;display:none}@media(min-width:768px){.fp-section-header .carousel-nav{display:flex}}.scroll-indicator{justify-content:center;gap:6px;margin-top:20px;display:flex}@media(min-width:768px){.scroll-indicator{display:none}}.scroll-dot{background:#d4d4d8;border-radius:50%;width:6px;height:6px;transition:all .4s cubic-bezier(.16,1,.3,1)}.scroll-dot.active{background:#18181b;border-radius:3px;width:24px}.fp-hero{color:#fff;background:#0a0a0a;width:100%;height:75svh;min-height:420px;max-height:680px;position:relative;overflow:hidden}@media(min-width:768px){.fp-hero{height:85svh;max-height:900px}}.fp-hero-wall{z-index:0;grid-template-columns:1fr 1fr;gap:8px;padding:0 4px;display:grid;position:absolute;top:0;right:0;bottom:0;left:0}.fp-hero-col:nth-child(n+3){display:none}@media(min-width:768px){.fp-hero-wall{grid-template-columns:repeat(5,1fr);gap:10px;padding:0 6px}.fp-hero-col:nth-child(n+3){display:block}}.fp-hero-col{border-radius:12px;position:relative;overflow:hidden}.fp-hero-col-track{will-change:transform;flex-direction:column;gap:8px;display:flex}@media(min-width:768px){.fp-hero-col-track{gap:12px}}.fp-hero-tile{aspect-ratio:9/16;background:#18181b;border-radius:12px;flex-shrink:0;width:100%;position:relative;overflow:hidden}.fp-hero-tile-poster{object-fit:cover;z-index:1;width:100%;height:100%;transition:opacity .8s;position:absolute;top:0;right:0;bottom:0;left:0}.fp-hero-tile.is-playing .fp-hero-tile-poster{opacity:0;pointer-events:none}.fp-hero-tile-video{object-fit:cover;width:100%;height:100%;display:block}.fp-hero-overlay{z-index:1;pointer-events:none;background:linear-gradient(#0000000d,#00000026 30%,#00000073 50%,#000c,#000000eb);position:absolute;top:0;right:0;bottom:0;left:0}.fp-hero-content{z-index:2;text-align:center;padding:0 20px 40px;position:absolute;bottom:0;left:0;right:0}@media(min-width:768px){.fp-hero-content{padding:0 40px 56px}}@media(min-width:1280px){.fp-hero-content{padding:0 40px 64px}}.fp-hero-headline{letter-spacing:-.03em;text-transform:uppercase;text-shadow:0 2px 20px #00000080;margin:0 0 12px;font-size:1.75rem;font-weight:900;line-height:1.05}@media(min-width:480px){.fp-hero-headline{font-size:2.25rem}}@media(min-width:768px){.fp-hero-headline{font-size:3rem}}@media(min-width:1280px){.fp-hero-headline{font-size:3.75rem}}.fp-hero-sub{color:#ffffffbf;text-shadow:0 1px 8px #0006;margin:0 0 24px;font-size:14px;line-height:1.5}@media(min-width:768px){.fp-hero-sub{margin:0 0 28px;font-size:16px}}.fp-hero-ctas{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.fp-btn{text-transform:uppercase;letter-spacing:.05em;cursor:pointer;white-space:nowrap;border:none;border-radius:12px;justify-content:center;align-items:center;padding:14px 28px;font-size:14px;font-weight:700;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex}.fp-btn-primary{color:#0a0a0a;background:#fff}.fp-btn-primary:hover{background:#e4e4e7;transform:translateY(-2px)}.fp-btn-secondary{color:#fff;background:0 0;border:1.5px solid #ffffff4d}.fp-btn-secondary:hover{background:#ffffff14;border-color:#fff}.fp-btn-lg{padding:18px 40px;font-size:15px}.fp-cta-section .fp-btn-primary{color:#0a0a0a;background:#fff}@keyframes fp-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.fp-social-proof{background:#f4f4f5;border-bottom:1px solid #e4e4e7;padding:12px 0;overflow:hidden}.fp-proof-marquee{will-change:transform;width:max-content;animation:20s linear infinite fp-marquee;display:flex}.fp-proof-marquee:hover{animation-play-state:paused}.fp-proof-set{flex-shrink:0;align-items:center;gap:0;display:flex}.fp-proof-item{white-space:nowrap;color:#52525b;flex-shrink:0;align-items:center;gap:7px;font-size:13px;display:flex}.fp-proof-item svg{color:#71717a;flex-shrink:0}.fp-proof-item strong{color:#18181b;font-weight:700}.fp-proof-dot{background:#a1a1aa;border-radius:50%;flex-shrink:0;width:4px;height:4px;margin:0 20px;display:block}@media(min-width:768px){.fp-proof-item{font-size:14px}.fp-proof-dot{margin:0 28px}.fp-proof-marquee{animation-duration:25s}}.fp-sold-badge{color:var(--color-brand-zinc-mid,#71717a);margin-top:4px;font-size:11px;font-weight:600;display:block}.fp-categories-grid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}@media(min-width:640px){.fp-categories-grid{gap:16px}}@media(min-width:768px){.fp-categories-grid{grid-template-columns:repeat(3,1fr);gap:20px}}@media(min-width:1024px){.fp-categories-grid{grid-template-columns:repeat(4,1fr)}}.fp-categories-grid .category-card-new{color:inherit;text-decoration:none}.fp-value-section{background:#fff;border-top:1px solid #f4f4f5;border-bottom:1px solid #f4f4f5;padding:48px 0}.fp-value-props{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}@media(min-width:768px){.fp-value-props{grid-template-columns:repeat(4,1fr);gap:24px}}.fp-value-card{text-align:center;padding:24px 16px}.fp-value-icon{color:#18181b;background:#f4f4f5;border-radius:14px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:14px;display:inline-flex}.fp-value-title{color:#18181b;text-transform:uppercase;letter-spacing:.02em;margin:0 0 6px;font-size:14px;font-weight:700}.fp-value-desc{color:#71717a;margin:0;font-size:13px;line-height:1.4}.fp-custom-subtitle{color:var(--color-brand-zinc-mid,#71717a);margin:-16px 0 24px;font-size:15px;line-height:1.5}.fp-custom-grid{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}@media(min-width:640px){.fp-custom-grid{grid-template-columns:repeat(3,1fr);gap:20px}}@media(min-width:1024px){.fp-custom-grid{grid-template-columns:repeat(4,1fr)}}.fp-custom-grid .product-card a{color:inherit;text-decoration:none}.fp-cta-section{color:#fff;text-align:center;background:#0a0a0a;padding:64px 0}@media(min-width:768px){.fp-cta-section{padding:96px 0}}.fp-cta-headline{text-transform:uppercase;letter-spacing:-.02em;margin:0 0 12px;font-size:2rem;font-weight:900}@media(min-width:768px){.fp-cta-headline{font-size:3rem}}.fp-cta-sub{color:#a1a1aa;margin:0 0 32px;font-size:16px;line-height:1.5}.product-carousel-enhanced .product-card a,.fp-custom-grid .product-card a,.fp-categories-grid a{color:inherit;text-decoration:none}@media(prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important}}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-space-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-leading{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-tracking{syntax:"*";inherits:false}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@property --tw-ease{syntax:"*";inherits:false}@property --tw-content{syntax:"*";inherits:false;initial-value:""}.shopify-footer{background:var(--color-brand-white);border-top:1px solid var(--color-brand-gray-border);margin-top:4rem}.footer-container{max-width:1280px;margin:0 auto;padding:0 1rem}.footer-newsletter{padding:3rem 0;border-bottom:1px solid var(--color-brand-gray-border)}.footer-newsletter-content{max-width:600px;margin:0 auto;text-align:center}.footer-newsletter-title{font-size:1.5rem;font-weight:600;color:var(--color-brand-black);margin:0 0 .5rem;letter-spacing:-.025em}.footer-newsletter-subtitle{font-size:.9375rem;color:var(--color-brand-gray-mid);margin:0 0 1.5rem;line-height:1.5}.footer-newsletter-form{max-width:500px;margin:0 auto}.footer-newsletter-input-wrapper{display:flex;gap:0;position:relative}.footer-newsletter-input{flex:1;padding:.875rem 1rem;border:1px solid var(--color-gray-300);border-radius:.375rem 0 0 .375rem;font-size:.9375rem;color:var(--color-brand-black);background:var(--color-brand-white);transition:all 0.2s}.footer-newsletter-input:focus{outline:none;border-color:var(--color-brand-black);box-shadow:0 0 0 3px rgb(17 24 39 / .1)}.footer-newsletter-input::placeholder{color:var(--color-brand-gray-light)}.footer-newsletter-button{padding:.875rem 1.25rem;background:var(--color-brand-black);color:var(--color-brand-white);border:1px solid var(--color-brand-black);border-radius:0 .375rem .375rem 0;cursor:pointer;transition:all 0.2s;display:flex;align-items:center;justify-content:center;margin-left:-1px}.footer-newsletter-button:hover{background:var(--color-brand-black-hover);border-color:var(--color-brand-black-hover)}.footer-newsletter-button svg{width:20px;height:20px;stroke:var(--color-brand-white)}.footer-columns{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;padding:3rem 0;border-bottom:1px solid var(--color-brand-gray-border);justify-content:center;max-width:600px;margin:0 auto}@media (min-width:768px){.footer-columns{grid-template-columns:repeat(2,1fr);gap:3rem}}.footer-column{display:flex;flex-direction:column;text-align:center;align-items:center}.footer-column-title{font-size:.875rem;font-weight:600;color:var(--color-brand-black);text-transform:uppercase;letter-spacing:.05em;margin:0 0 1rem}.footer-links{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.footer-links li{margin:0;padding:0}.footer-links a{font-size:.9375rem;color:var(--color-brand-gray-mid);text-decoration:none;transition:color 0.2s;display:inline-block}.footer-links a:hover{color:var(--color-brand-black)}.footer-social-links{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem;align-items:center}.footer-social-links li{margin:0;padding:0}.footer-social-link{display:flex;align-items:center;gap:.75rem;font-size:.9375rem;color:var(--color-brand-gray-mid);text-decoration:none;transition:all 0.2s;justify-content:center}.footer-social-link:hover{color:var(--color-brand-black)}.footer-social-link svg{width:20px;height:20px;flex-shrink:0}.footer-bottom{padding:2rem 0}.footer-bottom-content{display:flex;flex-direction:column;gap:1.5rem;align-items:center;justify-content:space-between}@media (min-width:768px){.footer-bottom-content{flex-direction:row;gap:2rem}}.footer-copyright{font-size:.875rem;color:var(--color-brand-gray-mid);margin:0;text-align:center}@media (min-width:768px){.footer-copyright{text-align:left}}.footer-legal-links{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.footer-legal-links li{margin:0;padding:0}.footer-legal-links a{font-size:.875rem;color:var(--color-brand-gray-mid);text-decoration:none;transition:color 0.2s}.footer-legal-links a:hover{color:var(--color-brand-black);text-decoration:underline}.footer-payment-icons{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;justify-content:center}@media (min-width:768px){.footer-payment-icons{justify-content:flex-end}}.payment-icon{height:24px;width:auto;opacity:.6;transition:opacity 0.2s}.payment-icon:hover{opacity:1}@media (max-width:767px){.shopify-footer{margin-top:2rem}.footer-newsletter{padding:2rem 0}.footer-newsletter-title{font-size:1.25rem}.footer-newsletter-subtitle{font-size:.875rem}.footer-newsletter-input-wrapper{flex-direction:column}.footer-newsletter-input{border-radius:.375rem;border:1px solid var(--color-gray-300)}.footer-newsletter-button{border-radius:.375rem;margin-left:0;margin-top:.5rem;padding:1rem;border:1px solid var(--color-brand-black)}.footer-columns{grid-template-columns:repeat(2,1fr);gap:2rem 1rem;padding:2rem 0}.footer-column:nth-child(3){grid-column:span 2}.footer-bottom{padding:1.5rem 0}.footer-bottom-content{gap:1rem}.footer-legal-links{gap:1rem}}@media (max-width:480px){.footer-columns{grid-template-columns:1fr}.footer-column:nth-child(n+3){grid-column:span 1}.footer-payment-icons{gap:.375rem}.payment-icon{height:20px}}.footer-newsletter-form.submitted .footer-newsletter-input{border-color:var(--color-brand-green-mid)}.footer-newsletter-form.error .footer-newsletter-input{border-color:var(--color-red-500)}.footer-newsletter-form .form-message{margin-top:.75rem;font-size:.875rem;text-align:center}.footer-newsletter-form .form-message.success{color:var(--color-brand-green-mid)}.footer-newsletter-form .form-message.error{color:var(--color-red-500)}.footer-newsletter-button:focus,.footer-links a:focus,.footer-social-link:focus,.footer-legal-links a:focus{outline:2px solid var(--color-brand-black);outline-offset:2px}body .shopify-footer{background:var(--color-brand-white)!important;color:var(--color-brand-black)!important}body .shopify-footer *{color:inherit}@media print{.footer-newsletter,.footer-social-links{display:none}.shopify-footer{border-top:1px solid var(--color-brand-zinc-dark);margin-top:2rem;page-break-inside:avoid}}.cookie-banner{position:fixed;bottom:0;left:0;right:0;background:var(--color-brand-white);box-shadow:0 -4px 16px rgb(0 0 0 / .08);z-index:1000;transform:translateY(100%);transition:transform 0.3s ease}.cookie-banner.is-visible{transform:translateY(0)}.cookie-banner.is-hidden{transform:translateY(100%);pointer-events:none}.cookie-banner-inner{max-width:1200px;margin:0 auto;padding:1.25rem 1.5rem;display:flex;flex-direction:column;gap:1rem}@media (min-width:768px){.cookie-banner-inner{flex-direction:row;align-items:center;justify-content:space-between}}.cookie-banner-text{font-size:.9375rem;color:var(--color-checkout-text-secondary);line-height:1.5;margin:0}.cookie-banner-text a{color:var(--color-checkout-primary);text-decoration:underline}.cookie-banner-text a:hover{color:var(--color-checkout-primary-hover)}.cookie-banner-actions{display:flex;gap:.625rem;flex-shrink:0;flex-wrap:wrap}.cookie-btn{padding:.625rem 1.25rem;border:1px solid var(--color-brand-gray-border);border-radius:6px;background:#fff0;color:var(--color-checkout-text);font-size:.9375rem;font-weight:500;cursor:pointer;transition:background 0.15s ease,border-color 0.15s ease;white-space:nowrap;line-height:1.4}.cookie-btn:hover{background:var(--color-brand-gray-bg);border-color:var(--color-brand-gray-light)}.cookie-btn:focus-visible{outline:2px solid var(--color-checkout-focus);outline-offset:2px}.cookie-modal-backdrop{position:fixed;inset:0;background:rgb(0 0 0 / .5);z-index:10000;opacity:0;visibility:hidden;transition:opacity 0.2s ease,visibility 0.2s ease}.cookie-modal-backdrop.is-visible{opacity:1;visibility:visible}.cookie-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:var(--color-brand-white);z-index:10001;border-radius:12px;box-shadow:0 20px 60px rgb(0 0 0 / .2);width:min(560px, calc(100vw - 2rem));max-height:min(600px, calc(100vh - 4rem));overflow-y:auto;padding:2rem;opacity:0;visibility:hidden;transition:opacity 0.2s ease,visibility 0.2s ease}.cookie-modal.is-visible{opacity:1;visibility:visible}.cookie-modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem;gap:1rem}.cookie-modal-title{font-size:1.25rem;font-weight:700;color:var(--color-checkout-text);margin:0}.cookie-modal-close{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border:1px solid var(--color-brand-gray-border);border-radius:50%;background:#fff0;color:var(--color-checkout-text-secondary);font-size:1.25rem;line-height:1;cursor:pointer;transition:background 0.15s ease,color 0.15s ease;flex-shrink:0;padding:0}.cookie-modal-close:hover{background:var(--color-brand-gray-bg);color:var(--color-checkout-text)}.cookie-modal-close:focus-visible{outline:2px solid var(--color-checkout-focus);outline-offset:2px}.cookie-modal-body{border-top:1px solid var(--color-brand-gray-border)}.cookie-category{padding:1rem 0;border-bottom:1px solid var(--color-brand-gray-border)}.cookie-category-header{display:flex;align-items:center;gap:.75rem;cursor:pointer;user-select:none}.cookie-category-name{font-weight:600;color:var(--color-checkout-text);font-size:.9375rem;flex:1}.cookie-category-always{font-size:.8125rem;color:var(--color-checkout-text-secondary);font-style:italic}.cookie-category-desc{display:none;padding-top:.5rem}.cookie-category.is-expanded .cookie-category-desc{display:block}.cookie-category-desc p{margin:0;font-size:.875rem;color:var(--color-checkout-text-secondary);line-height:1.5}.cookie-toggle{appearance:none;-webkit-appearance:none;width:44px;height:24px;border-radius:12px;background:var(--color-brand-gray-border);cursor:pointer;position:relative;transition:background 0.2s ease;flex-shrink:0}.cookie-toggle:checked{background:var(--color-checkout-primary)}.cookie-toggle::after{content:'';width:18px;height:18px;border-radius:50%;background:var(--color-brand-white);position:absolute;top:3px;left:3px;transition:transform 0.2s ease;box-shadow:0 1px 3px rgb(0 0 0 / .2)}.cookie-toggle:checked::after{transform:translateX(20px)}.cookie-toggle:disabled{opacity:.5;cursor:not-allowed}.cookie-toggle:focus-visible{outline:2px solid var(--color-checkout-focus);outline-offset:2px}.cookie-modal-footer{display:flex;gap:.625rem;padding-top:1.25rem;flex-wrap:wrap}@media (max-width:639px){.cookie-banner-actions{flex-direction:column}.cookie-btn{width:100%;text-align:center}.cookie-modal{width:calc(100vw - 1rem);padding:1.25rem}}:root{--windrel-font-sans:'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;--windrel-container-max:1400px;--windrel-container-padding:1.5rem;--windrel-shadow-sm:0 1px 2px 0 rgb(0 0 0 / 0.05);--windrel-shadow:0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);--windrel-shadow-md:0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);--windrel-shadow-lg:0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);--windrel-shadow-xl:0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);--windrel-transition:all 0.2s ease;--windrel-transition-slow:all 0.3s ease;--windrel-radius-sm:0.375rem;--windrel-radius:0.5rem;--windrel-radius-lg:0.75rem;--windrel-radius-xl:1rem}.windrel-container{max-width:var(--windrel-container-max);margin-left:auto;margin-right:auto;padding-left:var(--windrel-container-padding);padding-right:var(--windrel-container-padding)}.windrel-shop-page{background-color:var(--color-brand-gray-bg-light);min-height:100vh}.windrel-shop-hero{background:var(--color-brand-black);color:#fff;padding:3rem 0;position:relative;overflow:hidden}.windrel-shop-hero::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.02'%3E%3Cpath d='M0 0h20v20H0V0zm20 20h20v20H20V20z'/%3E%3C/g%3E%3C/svg%3E");opacity:1}.windrel-shop-hero-inner{max-width:var(--windrel-container-max);margin:0 auto;padding:0 var(--windrel-container-padding);position:relative;z-index:1}.windrel-shop-hero-content{max-width:600px}.windrel-shop-hero-subtitle{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.15em;color:var(--color-brand-gray-mid);margin-bottom:.5rem}.windrel-shop-hero-title{font-size:2rem;font-weight:700;line-height:1.2;margin:0 0 .5rem 0}.windrel-shop-hero-description{font-size:1rem;color:var(--color-brand-gray-light);margin:0;line-height:1.5}@media (max-width:768px){.windrel-shop-hero{padding:2rem 0}.windrel-shop-hero-title{font-size:1.5rem}.windrel-shop-hero-description{font-size:.875rem}}.windrel-shop-breadcrumb{background:#fff;border-bottom:1px solid var(--color-brand-gray-border);padding:1rem 0}.windrel-breadcrumb-list{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;list-style:none;margin:0;padding:0}.windrel-breadcrumb-item a{color:var(--color-brand-gray-mid);text-decoration:none;font-size:.875rem;transition:var(--windrel-transition)}.windrel-breadcrumb-item a:hover{color:var(--color-brand-black)}.windrel-breadcrumb-item:last-child a{color:var(--color-brand-black);font-weight:500;pointer-events:none}.windrel-breadcrumb-separator{color:var(--color-brand-gray-light)}.windrel-breadcrumb-separator svg{display:block}.windrel-shop-main{padding:2rem 0 4rem}.windrel-shop-toolbar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;margin-bottom:2rem;padding:1rem 1.5rem;background:#fff;border-radius:var(--windrel-radius-lg);box-shadow:var(--windrel-shadow)}.windrel-shop-toolbar-left{display:flex;align-items:center;gap:1rem}.windrel-shop-toolbar-right{display:flex;align-items:center;gap:1rem}.windrel-result-count{font-size:.875rem;color:var(--color-gray-600);margin:0}.windrel-result-highlight{font-weight:600;color:var(--color-brand-black)}.windrel-view-toggle{display:flex;align-items:center;gap:.25rem;padding:.25rem;background:var(--color-brand-gray-bg);border-radius:var(--windrel-radius)}.windrel-view-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;background:#fff0;border-radius:var(--windrel-radius-sm);color:var(--color-brand-gray-mid);cursor:pointer;transition:var(--windrel-transition)}.windrel-view-btn:hover{color:var(--color-brand-gray-dark)}.windrel-view-btn.active{background:#fff;color:var(--color-brand-black);box-shadow:var(--windrel-shadow-sm)}.windrel-ordering-wrapper{display:flex;align-items:center;gap:.75rem}.windrel-ordering-label{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--color-gray-600);white-space:nowrap}.windrel-ordering-form{margin:0}.windrel-select-wrapper{position:relative}.windrel-orderby-select{appearance:none;background:#fff;border:1px solid var(--color-gray-300);border-radius:var(--windrel-radius);padding:.5rem 2.5rem .5rem 1rem;font-size:.875rem;color:var(--color-brand-gray-dark);cursor:pointer;min-width:180px;transition:var(--windrel-transition)}.windrel-orderby-select:hover{border-color:var(--color-brand-gray-light)}.windrel-orderby-select:focus{outline:none;border-color:var(--color-indigo-500);box-shadow:0 0 0 3px rgb(79 70 229 / .1)}.windrel-select-arrow{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);color:var(--color-brand-gray-light);pointer-events:none}.windrel-active-filters{margin-bottom:1.5rem}.windrel-clear-filters{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--color-brand-gray-bg);border-radius:var(--windrel-radius);color:var(--color-brand-gray-dark);font-size:.875rem;text-decoration:none;transition:var(--windrel-transition)}.windrel-clear-filters:hover{background:var(--color-brand-gray-border);color:var(--color-brand-black)}@media (max-width:768px){.windrel-shop-toolbar{flex-direction:column;align-items:stretch;padding:.75rem 1rem;gap:.75rem}.windrel-shop-toolbar-left{width:100%}.windrel-shop-toolbar-right{width:100%;justify-content:space-between}.windrel-ordering-wrapper{flex:1;min-width:0}.windrel-ordering-label{display:none}.windrel-orderby-select{width:100%;min-width:0}.windrel-view-toggle{flex-shrink:0}}.windrel-products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;list-style:none;margin:0;padding:0}.windrel-products-grid.columns-2{grid-template-columns:repeat(2,1fr)}.windrel-products-grid.columns-3{grid-template-columns:repeat(3,1fr)}.windrel-products-grid.columns-4{grid-template-columns:repeat(4,1fr)}.windrel-products-grid.columns-5{grid-template-columns:repeat(5,1fr)}.windrel-products-grid.columns-6{grid-template-columns:repeat(6,1fr)}.windrel-products-container[data-view="list"] .windrel-products-grid{grid-template-columns:1fr;gap:1rem}.windrel-products-container[data-view="list"] .windrel-product-card{display:grid;grid-template-columns:280px 1fr;gap:1.5rem}.windrel-products-container[data-view="list"] .windrel-product-card-image-wrapper{aspect-ratio:1}.windrel-products-container[data-view="list"] .windrel-product-card-info{display:flex;flex-direction:column;justify-content:center;padding:1.5rem 1.5rem 1.5rem 0}@media (max-width:1024px){.windrel-products-grid,.windrel-products-grid.columns-4,.windrel-products-grid.columns-5,.windrel-products-grid.columns-6{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.windrel-products-grid,.windrel-products-grid.columns-3,.windrel-products-grid.columns-4,.windrel-products-grid.columns-5,.windrel-products-grid.columns-6{grid-template-columns:repeat(2,1fr);gap:1rem}.windrel-products-container[data-view="list"] .windrel-products-grid{grid-template-columns:1fr}.windrel-products-container[data-view="list"] .windrel-product-card{grid-template-columns:1fr}.windrel-products-container[data-view="list"] .windrel-product-card-info{padding:1rem}}@media (max-width:480px){.windrel-products-grid,.windrel-products-grid.columns-2{grid-template-columns:1fr}}.windrel-product-card{background:#fff;border-radius:var(--windrel-radius-lg);overflow:hidden;box-shadow:var(--windrel-shadow);transition:var(--windrel-transition-slow);position:relative}.windrel-product-card:hover{box-shadow:var(--windrel-shadow-xl);transform:translateY(-4px)}.windrel-product-card-image-wrapper{position:relative;aspect-ratio:1;overflow:hidden;background:var(--color-brand-gray-bg)}.windrel-product-card-link{display:block;width:100%;height:100%}.windrel-product-card-images{position:relative;width:100%;height:100%}.windrel-product-card-images img{width:100%;height:100%;object-fit:cover;transition:var(--windrel-transition-slow)}.windrel-product-image-main{position:absolute;top:0;left:0}.windrel-product-image-hover{position:absolute;top:0;left:0;opacity:0}.windrel-product-card:hover .windrel-product-card-images.has-hover-image .windrel-product-image-main{opacity:0}.windrel-product-card:hover .windrel-product-card-images.has-hover-image .windrel-product-image-hover{opacity:1}.windrel-product-badges{position:absolute;top:.75rem;left:.75rem;display:flex;flex-direction:column;gap:.5rem;z-index:10}.windrel-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.375rem .75rem;font-size:.75rem;font-weight:600;border-radius:var(--windrel-radius);text-transform:uppercase;letter-spacing:.025em}.windrel-badge-sale{background:var(--color-brand-error);color:#fff}.windrel-badge-featured{background:var(--color-brand-warning);color:var(--color-brand-black)}.windrel-badge-sold-out{background:var(--color-brand-black-hover);color:#fff}.windrel-product-actions{position:absolute;top:.75rem;right:.75rem;display:flex;flex-direction:column;gap:.5rem;z-index:10;opacity:0;transform:translateX(10px);transition:var(--windrel-transition)}.windrel-product-card:hover .windrel-product-actions{opacity:1;transform:translateX(0)}.windrel-action-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#fff;border:none;border-radius:50%;color:var(--color-brand-gray-dark);cursor:pointer;box-shadow:var(--windrel-shadow-md);transition:var(--windrel-transition)}.windrel-action-btn:hover{background:var(--color-brand-black);color:#fff;transform:scale(1.1)}.windrel-product-add-to-cart{position:absolute;bottom:0;left:0;right:0;padding:1rem;background:linear-gradient(to top,rgb(255 255 255) 60%,#fff0);transform:translateY(100%);transition:var(--windrel-transition);z-index:10}.windrel-product-card:hover .windrel-product-add-to-cart{transform:translateY(0)}.windrel-add-to-cart-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.875rem 1.5rem;background:var(--color-brand-black);color:#fff;border:none;border-radius:var(--windrel-radius);font-size:.875rem;font-weight:600;text-decoration:none;cursor:pointer;transition:var(--windrel-transition)}.windrel-add-to-cart-btn:hover{background:var(--color-brand-black-hover);color:#fff}.windrel-add-to-cart-btn.added{background:var(--color-brand-green-mid)}.windrel-select-options{background:var(--color-brand-gray-dark)}.windrel-select-options:hover{background:var(--color-brand-black-hover)}.windrel-product-card-info{padding:1.25rem}.windrel-product-category{display:block;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;color:var(--color-brand-gray-mid);margin-bottom:.5rem}.windrel-product-title{font-size:1rem;font-weight:600;line-height:1.4;margin:0 0 .5rem 0}.windrel-product-title a{color:var(--color-brand-black);text-decoration:none;transition:var(--windrel-transition)}.windrel-product-title a:hover{color:var(--color-indigo-500)}.windrel-product-rating{display:flex;align-items:center;gap:.375rem;margin-bottom:.75rem}.windrel-stars{display:flex;align-items:center;gap:.125rem}.windrel-star-filled{color:var(--color-brand-star)}.windrel-star-half{color:var(--color-brand-star)}.windrel-star-empty{color:var(--color-gray-300)}.windrel-review-count{font-size:.75rem;color:var(--color-brand-gray-mid)}.windrel-product-price{font-size:1.125rem;font-weight:700;color:var(--color-brand-black)}.windrel-product-price del{color:var(--color-brand-gray-light);font-weight:400;font-size:.9em;margin-right:.5rem}.windrel-product-price ins{text-decoration:none;color:var(--color-brand-error)}.windrel-stock-status{display:flex;align-items:center;gap:.375rem;font-size:.75rem;margin-top:.5rem}.windrel-out-of-stock{color:var(--color-brand-error)}.windrel-category-item{list-style:none}.windrel-category-link{display:block;background:#fff;border-radius:var(--windrel-radius-lg);overflow:hidden;text-decoration:none;box-shadow:var(--windrel-shadow);transition:var(--windrel-transition-slow)}.windrel-category-link:hover{box-shadow:var(--windrel-shadow-xl);transform:translateY(-4px)}.windrel-category-image-wrapper{position:relative;overflow:hidden}.windrel-category-image-container{aspect-ratio:4/3}.windrel-category-image{width:100%;height:100%;object-fit:cover;transition:var(--windrel-transition-slow)}.windrel-category-link:hover .windrel-category-image{transform:scale(1.05)}.windrel-category-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgb(0 0 0 / .5),transparent);display:flex;align-items:flex-end;justify-content:flex-end;padding:1rem;opacity:0;transition:var(--windrel-transition)}.windrel-category-link:hover .windrel-category-overlay{opacity:1}.windrel-category-view-btn{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:#fff;border-radius:50%;color:var(--color-brand-black)}.windrel-category-content{padding:1.25rem;position:relative}.windrel-category-name{font-size:1.125rem;font-weight:600;color:var(--color-brand-black);margin:0 0 .375rem 0}.windrel-category-meta{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--color-brand-gray-mid)}.windrel-category-arrow{position:absolute;right:1.25rem;top:50%;transform:translateY(-50%) translateX(-10px);color:var(--color-brand-gray-light);opacity:0;transition:var(--windrel-transition)}.windrel-category-link:hover .windrel-category-arrow{opacity:1;transform:translateY(-50%) translateX(0)}.windrel-shop-categories{padding:4rem 0;background:#fff}.windrel-section-header{text-align:center;margin-bottom:2.5rem}.windrel-section-title{font-size:2rem;font-weight:700;color:var(--color-brand-black);margin:0 0 .5rem 0}.windrel-section-subtitle{font-size:1.125rem;color:var(--color-brand-gray-mid);margin:0}.windrel-category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media (max-width:1024px){.windrel-category-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.windrel-category-grid{grid-template-columns:1fr}}.windrel-category-card{display:block;background:var(--color-brand-gray-bg-light);border-radius:var(--windrel-radius-lg);overflow:hidden;text-decoration:none;transition:var(--windrel-transition-slow)}.windrel-category-card:hover{box-shadow:var(--windrel-shadow-lg);transform:translateY(-4px)}.windrel-category-card-image{aspect-ratio:16/10;overflow:hidden}.windrel-category-card-image img{width:100%;height:100%;object-fit:cover;transition:var(--windrel-transition-slow)}.windrel-category-card:hover .windrel-category-card-image img{transform:scale(1.05)}.windrel-category-card-content{padding:1.25rem}.windrel-category-card-title{font-size:1.125rem;font-weight:600;color:var(--color-brand-black);margin:0 0 .25rem 0}.windrel-category-card-count{font-size:.875rem;color:var(--color-brand-gray-mid)}.windrel-pagination{margin-top:3rem;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.windrel-pagination-progress{display:flex;flex-direction:column;align-items:center;gap:.75rem;width:100%;max-width:300px}.windrel-progress-bar{width:100%;height:4px;background:var(--color-brand-gray-border);border-radius:2px;overflow:hidden}.windrel-progress-fill{height:100%;background:var(--color-brand-black);border-radius:2px;transition:width 0.3s ease}.windrel-progress-text{font-size:.8125rem;color:var(--color-brand-gray-mid)}.windrel-current-page{font-weight:600;color:var(--color-brand-gray-dark)}.windrel-infinite-trigger{height:1px;width:100%}.windrel-pagination.all-loaded .windrel-pagination-progress .windrel-progress-text::after{content:' - All products loaded'}.windrel-no-products{padding:4rem 2rem;text-align:center}.windrel-no-products-inner{max-width:500px;margin:0 auto}.windrel-no-products-icon{margin-bottom:1.5rem;color:var(--color-brand-gray-light)}.windrel-no-products-title{font-size:1.5rem;font-weight:700;color:var(--color-brand-black);margin:0 0 1rem 0}.windrel-no-products-description{font-size:1rem;color:var(--color-gray-600);line-height:1.6;margin:0 0 2rem 0}.windrel-no-products-suggestions{background:var(--color-brand-gray-bg-light);border-radius:var(--windrel-radius-lg);padding:1.5rem;margin-bottom:2rem;text-align:left}.windrel-suggestions-title{font-size:.875rem;font-weight:600;color:var(--color-brand-gray-dark);margin:0 0 .75rem 0}.windrel-suggestions-list{margin:0;padding-left:1.25rem}.windrel-suggestions-list li{font-size:.875rem;color:var(--color-gray-600);margin-bottom:.375rem}.windrel-no-products-actions{display:flex;justify-content:center;gap:1rem;margin-bottom:2rem}.windrel-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.5rem;border-radius:var(--windrel-radius);font-size:.875rem;font-weight:600;text-decoration:none;transition:var(--windrel-transition)}.windrel-btn-primary{background:var(--color-brand-black);color:#fff}.windrel-btn-primary:hover{background:var(--color-brand-black-hover);color:#fff}.windrel-btn-secondary{background:#fff;color:var(--color-brand-gray-dark);border:1px solid var(--color-gray-300)}.windrel-btn-secondary:hover{background:var(--color-brand-gray-bg-light);color:var(--color-brand-black)}.windrel-no-products-search{padding-top:2rem;border-top:1px solid var(--color-brand-gray-border)}.windrel-search-prompt{font-size:.875rem;color:var(--color-gray-600);margin:0 0 1rem 0}@media (max-width:640px){.windrel-no-products-actions{flex-direction:column}.windrel-btn{width:100%;justify-content:center}}.windrel-product-search{width:100%;max-width:400px;margin:0 auto}.windrel-search-input-wrapper{display:flex;align-items:center;position:relative}.windrel-search-icon{position:absolute;left:1rem;color:var(--color-brand-gray-light);pointer-events:none;z-index:1}.windrel-search-input{flex:1;padding:.875rem 1rem .875rem 3rem;border:2px solid var(--color-brand-gray-border);border-radius:var(--windrel-radius-lg);font-size:1rem;color:var(--color-brand-black);background:#fff;transition:var(--windrel-transition)}.windrel-search-input:focus{outline:none;border-color:var(--color-indigo-500);box-shadow:0 0 0 3px rgb(79 70 229 / .1)}.windrel-search-input::placeholder{color:var(--color-brand-gray-light)}.windrel-search-submit{position:absolute;right:.375rem;display:flex;align-items:center;gap:.5rem;padding:.625rem 1rem;background:var(--color-brand-black);color:#fff;border:none;border-radius:var(--windrel-radius);font-size:.875rem;font-weight:500;cursor:pointer;transition:var(--windrel-transition)}.windrel-search-submit:hover{background:var(--color-brand-black-hover)}@media (max-width:480px){.windrel-search-submit-text{display:none}}.windrel-loading{position:relative;pointer-events:none}.windrel-loading::after{content:'';position:absolute;inset:0;background:rgb(255 255 255 / .7);display:flex;align-items:center;justify-content:center}@keyframes windrel-fade-in{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.windrel-product-card{animation:windrel-fade-in 0.4s ease forwards}.windrel-product-card:nth-child(1){animation-delay:0.05s}.windrel-product-card:nth-child(2){animation-delay:0.1s}.windrel-product-card:nth-child(3){animation-delay:0.15s}.windrel-product-card:nth-child(4){animation-delay:0.2s}.windrel-product-card:nth-child(5){animation-delay:0.25s}.windrel-product-card:nth-child(6){animation-delay:0.3s}.windrel-product-card:nth-child(7){animation-delay:0.35s}.windrel-product-card:nth-child(8){animation-delay:0.4s}.woocommerce-breadcrumb{display:none}.woocommerce-result-count{display:none}.woocommerce-ordering{display:none}.woocommerce-pagination{display:none}.woocommerce-shop .woocommerce-notices-wrapper,.woocommerce-archive .woocommerce-notices-wrapper{max-width:var(--windrel-container-max);margin:0 auto 1rem;padding:0 var(--windrel-container-padding)}.woocommerce ul.products li.product{margin:0;padding:0;width:auto;float:none}@keyframes windrel-skeleton-shimmer{0%{background-position:-200% 0}100%{background-position:200% 0}}.windrel-skeleton{background:linear-gradient(90deg,var(--color-brand-gray-bg) 0%,var(--color-brand-gray-border) 20%,var(--color-brand-gray-bg) 40%,var(--color-brand-gray-bg) 100%);background-size:200% 100%;animation:windrel-skeleton-shimmer 1.5s ease-in-out infinite;border-radius:var(--windrel-radius-sm)}.windrel-skeleton-card{background:#fff;border-radius:var(--windrel-radius-lg);overflow:hidden;box-shadow:var(--windrel-shadow)}.windrel-skeleton-card-image{aspect-ratio:1;background:linear-gradient(90deg,var(--color-brand-gray-bg) 0%,var(--color-brand-gray-border) 20%,var(--color-brand-gray-bg) 40%,var(--color-brand-gray-bg) 100%);background-size:200% 100%;animation:windrel-skeleton-shimmer 1.5s ease-in-out infinite}.windrel-skeleton-card-info{padding:1rem;display:flex;flex-direction:column;gap:.5rem}.windrel-skeleton-title{height:1rem;width:75%;background:linear-gradient(90deg,var(--color-brand-gray-bg) 0%,var(--color-brand-gray-border) 20%,var(--color-brand-gray-bg) 40%,var(--color-brand-gray-bg) 100%);background-size:200% 100%;animation:windrel-skeleton-shimmer 1.5s ease-in-out infinite;border-radius:var(--windrel-radius-sm)}.windrel-skeleton-price{height:1.25rem;width:40%;background:linear-gradient(90deg,var(--color-brand-gray-bg) 0%,var(--color-brand-gray-border) 20%,var(--color-brand-gray-bg) 40%,var(--color-brand-gray-bg) 100%);background-size:200% 100%;animation:windrel-skeleton-shimmer 1.5s ease-in-out infinite;border-radius:var(--windrel-radius-sm)}.windrel-skeleton-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}@media (max-width:1024px){.windrel-skeleton-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.windrel-skeleton-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media (max-width:480px){.windrel-skeleton-grid{grid-template-columns:1fr}}.windrel-page-loading .windrel-products-grid{display:none}.windrel-loading-skeletons{display:none}.windrel-page-loading .windrel-loading-skeletons{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}@media (max-width:1024px){.windrel-page-loading .windrel-loading-skeletons{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.windrel-page-loading .windrel-loading-skeletons{grid-template-columns:repeat(2,1fr);gap:1rem}}.windrel-infinite-skeletons{display:none;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:1.5rem}.windrel-infinite-loading .windrel-infinite-skeletons{display:grid}@media (max-width:1024px){.windrel-infinite-skeletons{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.windrel-infinite-skeletons{grid-template-columns:repeat(2,1fr);gap:1rem}}.windrel-skeleton-card:nth-child(1) .windrel-skeleton-card-image{animation-delay:0s}.windrel-skeleton-card:nth-child(2) .windrel-skeleton-card-image{animation-delay:0.1s}.windrel-skeleton-card:nth-child(3) .windrel-skeleton-card-image{animation-delay:0.2s}.windrel-skeleton-card:nth-child(4) .windrel-skeleton-card-image{animation-delay:0.3s}.windrel-skeleton-card:nth-child(1) .windrel-skeleton-title{animation-delay:0.05s}.windrel-skeleton-card:nth-child(2) .windrel-skeleton-title{animation-delay:0.15s}.windrel-skeleton-card:nth-child(3) .windrel-skeleton-title{animation-delay:0.25s}.windrel-skeleton-card:nth-child(4) .windrel-skeleton-title{animation-delay:0.35s}:root{--cfvsw-swatches-border-color:var(--color-brand-black);--cfvsw-swatches-border-color-hover:var(--color-brand-black-hover);--cfvsw-swatches-border-width:2px;--cfvsw-swatches-font-size:13px}.cfvsw-label-option{min-width:40px!important;min-height:40px!important;border-radius:4px!important;border:1px solid var(--color-brand-gray-border);background:var(--color-brand-gray-bg-light);color:var(--color-brand-black);font-size:13px;font-weight:500;transition:border-color 0.2s ease,background-color 0.2s ease}.cfvsw-label-option:hover{border-color:var(--color-brand-black);background:var(--color-brand-gray-bg)}.cfvsw-selected-swatch.cfvsw-label-option{border-color:var(--color-brand-black)!important;border-width:2px!important;background:var(--color-brand-black);color:var(--color-brand-white)}.cfvsw-swatches-option:not(.cfvsw-label-option):not(.cfvsw-image-option){min-width:40px!important;min-height:40px!important;border-radius:4px!important}.cfvsw-selected-swatch:not(.cfvsw-label-option){border-color:var(--color-brand-black)!important;border-width:2px!important}.cfvsw-image-option{min-width:40px!important;min-height:40px!important;border-radius:4px!important;border:1px solid var(--color-brand-gray-border)}.cfvsw-selected-swatch.cfvsw-image-option{border-color:var(--color-brand-black)!important;border-width:2px!important}.cfvsw-swatches-disabled.cfvsw-label-option{color:var(--color-brand-gray-light);border-color:var(--color-brand-gray-border);background:var(--color-brand-gray-bg);cursor:not-allowed}.cfvsw-swatches-disabled.cfvsw-image-option,.cfvsw-swatches-disabled:not(.cfvsw-label-option):not(.cfvsw-image-option){opacity:.4;cursor:not-allowed}@media (max-width:480px){.cfvsw-label-option{min-width:32px!important;min-height:32px!important;font-size:12px;padding:3px 6px}.cfvsw-swatches-option:not(.cfvsw-label-option):not(.cfvsw-image-option){min-width:32px!important;min-height:32px!important}.cfvsw-image-option{min-width:32px!important;min-height:32px!important}.cfvsw-swatches-container{grid-gap:6px}}.shopify-breadcrumb{max-width:1400px;margin:0 auto;padding:12px 20px}.shopify-breadcrumb-list{display:flex;align-items:center;list-style:none;margin:0;padding:0;flex-wrap:wrap;gap:8px}.shopify-breadcrumb-item{display:flex;align-items:center}.shopify-breadcrumb-link{color:var(--color-brand-gray-mid);text-decoration:none;font-size:14px;transition:color 0.2s ease}.shopify-breadcrumb-link:hover{color:var(--color-brand-black);text-decoration:underline}.shopify-breadcrumb-separator{display:flex;align-items:center;color:var(--color-brand-gray-light);margin:0 4px}.shopify-breadcrumb-separator svg{width:6px;height:10px}.shopify-breadcrumb-current .shopify-breadcrumb-text{color:var(--color-brand-black);font-size:14px;font-weight:500}.shopify-product-page{max-width:1400px;margin:0 auto;padding:0}.shopify-product-container{display:grid;grid-template-columns:1fr 1fr;gap:60px;padding:0 20px 40px 20px;margin-bottom:60px}@media (max-width:1024px){.shopify-product-container{grid-template-columns:1fr;gap:40px;padding:0 20px 30px 20px}}.shopify-product-gallery{position:relative}.shopify-product-images{position:relative;width:100%}.shopify-main-image-container{width:100%;margin-bottom:20px;position:relative;background:var(--color-brand-gray-bg-light);border-radius:8px;overflow:hidden}.shopify-main-image-wrapper{width:100%;aspect-ratio:1 / 1;display:flex;align-items:center;justify-content:center;cursor:zoom-in;transition:transform 0.3s ease}@media (max-width:768px){.shopify-main-image-wrapper{aspect-ratio:1 / 1}}.shopify-main-image-wrapper:hover{transform:scale(1.02)}.shopify-main-image{width:100%;height:100%;object-fit:contain;display:block}.shopify-sale-badge{position:absolute;top:16px;left:16px;z-index:10}.shopify-sale-badge .windrel-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.375rem .75rem;font-size:.75rem;font-weight:600;border-radius:var(--windrel-radius,4px);text-transform:uppercase;letter-spacing:.025em}.shopify-sale-badge .windrel-badge-sale{background:var(--windrel-danger,var(--color-red-500));color:#fff}.shopify-thumbnail-gallery{display:flex;gap:12px;overflow-x:auto;padding:4px;scrollbar-width:thin;scrollbar-color:var(--color-gray-300) var(--color-brand-gray-bg)}.shopify-thumbnail-gallery::-webkit-scrollbar{height:6px}.shopify-thumbnail-gallery::-webkit-scrollbar-track{background:var(--color-brand-gray-bg);border-radius:3px}.shopify-thumbnail-gallery::-webkit-scrollbar-thumb{background:var(--color-gray-300);border-radius:3px}.shopify-thumbnail-gallery::-webkit-scrollbar-thumb:hover{background:var(--color-brand-gray-light)}.shopify-thumbnail-item{flex-shrink:0;width:80px;height:80px;border:2px solid #fff0;border-radius:6px;overflow:hidden;cursor:pointer;transition:all 0.2s ease;background:var(--color-brand-gray-bg-light);padding:0}.shopify-thumbnail-item:hover{border-color:var(--color-brand-gray-light);transform:scale(1.05)}.shopify-thumbnail-item.active{border-color:var(--color-brand-black);box-shadow:0 0 0 1px var(--color-brand-black)}.shopify-thumbnail-image{width:100%;height:100%;object-fit:cover;display:block}.shopify-image-dots{display:none;justify-content:center;gap:8px;margin-top:16px}@media (max-width:768px){.shopify-image-dots{display:flex}.shopify-thumbnail-gallery{display:none}}.shopify-dot{width:8px;height:8px;border-radius:50%;background:var(--color-gray-300);border:none;padding:0;cursor:pointer;transition:all 0.2s ease}.shopify-dot.active{background:var(--color-brand-black);width:24px;border-radius:4px}.shopify-lightbox{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgb(0 0 0 / .95);z-index:999999;align-items:center;justify-content:center}.shopify-lightbox.active{display:flex}.shopify-lightbox-content{max-width:90%;max-height:90%;display:flex;align-items:center;justify-content:center}.shopify-lightbox-image{max-width:100%;max-height:90vh;object-fit:contain}.shopify-lightbox-close,.shopify-lightbox-prev,.shopify-lightbox-next{position:absolute;background:rgb(255 255 255 / .1);border:none;color:#fff;width:48px;height:48px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all 0.2s ease;backdrop-filter:blur(10px)}.shopify-lightbox-close:hover,.shopify-lightbox-prev:hover,.shopify-lightbox-next:hover{background:rgb(255 255 255 / .2);transform:scale(1.1)}.shopify-lightbox-close{top:24px;right:24px}.shopify-lightbox-prev{left:24px}.shopify-lightbox-next{right:24px}.shopify-lightbox-counter{position:absolute;bottom:24px;left:50%;transform:translateX(-50%);color:#fff;background:rgb(0 0 0 / .5);padding:8px 16px;border-radius:20px;font-size:14px;backdrop-filter:blur(10px)}.shopify-product-info{position:relative}.shopify-product-info-sticky{position:sticky;top:100px;padding:0}@media (max-width:1024px){.shopify-product-info-sticky{position:static}}.product_title{font-size:32px;font-weight:600;line-height:1.2;margin:0 0 16px 0;color:var(--color-brand-black);letter-spacing:-.5px}@media (max-width:768px){.product_title{font-size:24px}}.woocommerce-product-rating{display:flex;align-items:center;gap:8px;margin-bottom:20px}.star-rating{display:flex;align-items:center;font-size:16px;color:var(--color-brand-star)}.woocommerce-review-link{color:var(--color-brand-gray-mid);text-decoration:none;font-size:14px;transition:color 0.2s ease}.woocommerce-review-link:hover{color:var(--color-brand-black);text-decoration:underline}.price{font-size:28px;font-weight:600;margin-bottom:24px;color:var(--color-brand-black)}.price del{color:var(--color-brand-gray-light);font-size:22px;margin-right:12px}.price ins{text-decoration:none;color:var(--color-brand-error)}.woocommerce-product-details__short-description{color:var(--color-gray-600);font-size:16px;line-height:1.6;margin-bottom:32px}.woocommerce-product-details__short-description p{margin-bottom:12px}.variations{margin-bottom:24px}.variations tr{display:flex;align-items:center;gap:12px;margin-bottom:16px}.variations .label{display:flex;align-items:center;margin-bottom:0;white-space:nowrap;font-weight:600;font-size:14px;color:var(--color-brand-black);text-transform:uppercase;letter-spacing:.5px}.variations .value{display:flex;align-items:center;flex-wrap:wrap;flex:1}.variations .reset_variations{display:none!important}.variations select{width:100%;padding:12px 16px;border:2px solid var(--color-gray-300);border-radius:8px;font-size:16px;background:#fff;cursor:pointer;transition:all 0.2s ease}.variations select:hover{border-color:var(--color-brand-gray-light)}.variations select:focus{outline:none;border-color:var(--color-brand-black);box-shadow:0 0 0 3px rgb(17 24 39 / .1)}.variations .value label{display:inline-block;padding:10px 20px;margin:4px 4px 4px 0;border:2px solid var(--color-gray-300);border-radius:6px;cursor:pointer;transition:all 0.2s ease;font-size:14px;font-weight:500}.variations .value label:hover{border-color:var(--color-brand-black);background:var(--color-brand-gray-bg-light)}.variations .value input[type="radio"]:checked+label{border-color:var(--color-brand-black);background:var(--color-brand-black);color:#fff}.quantity{display:inline-flex;align-items:center;border:2px solid var(--color-gray-300);border-radius:8px;overflow:hidden;margin-right:12px;background:#fff}.quantity .qty{width:60px;text-align:center;border:none;padding:12px 8px;font-size:16px;font-weight:600;-moz-appearance:textfield}.quantity .qty::-webkit-outer-spin-button,.quantity .qty::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.quantity .qty:focus{outline:none}.quantity button{width:40px;height:48px;border:none;background:#fff0;cursor:pointer;font-size:20px;color:var(--color-gray-600);transition:all 0.2s ease;display:flex;align-items:center;justify-content:center}.quantity button:hover{background:var(--color-brand-gray-bg);color:var(--color-brand-black)}.shopify-product-page .single_add_to_cart_button,.shopify-product-page button.single_add_to_cart_button,.woocommerce div.product form.cart .single_add_to_cart_button,.woocommerce #content div.product form.cart .single_add_to_cart_button,form.cart button.single_add_to_cart_button{width:100%;background:var(--color-brand-black)!important;background-color:var(--color-brand-black)!important;color:white!important;border:none!important;padding:16px 32px!important;border-radius:8px!important;font-size:16px!important;font-weight:600!important;cursor:pointer;transition:all 0.3s ease;text-transform:uppercase;letter-spacing:.5px;min-height:52px;margin-top:0}.shopify-product-page .single_add_to_cart_button:hover,.shopify-product-page button.single_add_to_cart_button:hover,.woocommerce div.product form.cart .single_add_to_cart_button:hover,form.cart button.single_add_to_cart_button:hover{background:var(--color-brand-black-hover)!important;background-color:var(--color-brand-black-hover)!important;transform:translateY(-2px);box-shadow:0 4px 12px rgb(17 24 39 / .3)}.shopify-product-page .single_add_to_cart_button:active,.shopify-product-page button.single_add_to_cart_button:active,form.cart button.single_add_to_cart_button:active{transform:translateY(0)}.shopify-product-page .single_add_to_cart_button.loading,.shopify-product-page button.single_add_to_cart_button.loading,form.cart button.single_add_to_cart_button.loading{opacity:.7;cursor:not-allowed;position:relative}.shopify-product-page .single_add_to_cart_button.loading::after,.shopify-product-page button.single_add_to_cart_button.loading::after,form.cart button.single_add_to_cart_button.loading::after,.woocommerce div.product form.cart .single_add_to_cart_button.loading::after{position:absolute!important;top:50%!important;right:1.5em!important;left:auto!important;margin-top:-0.5em!important;font-size:1em!important}.cart{display:flex;align-items:center;margin-bottom:24px;flex-wrap:wrap;gap:12px}.product_meta{padding:24px 0;border-top:1px solid var(--color-brand-gray-border);margin-top:32px}.product_meta>span{display:block;margin-bottom:12px;font-size:14px;color:var(--color-brand-gray-mid)}.product_meta a{color:var(--color-brand-black);text-decoration:none;transition:color 0.2s ease}.product_meta a:hover{color:var(--color-gray-600);text-decoration:underline}.single-product .added_to_cart{display:none!important}.windrel-shipping-info{margin-top:16px}.windrel-shipping-info p{color:var(--color-brand-gray-mid);font-size:13px;line-height:1.5;margin:0;text-align:center}.shopify-product-full-width{max-width:1200px;margin:0 auto;padding:0 20px 60px}.woocommerce-tabs{margin-top:60px}.woocommerce-tabs .tabs{display:flex;gap:32px;border-bottom:2px solid var(--color-brand-gray-border);margin-bottom:32px;list-style:none;padding:0}.woocommerce-tabs .tabs li{margin:0}.woocommerce-tabs .tabs li a{display:block;padding:16px 0;color:var(--color-brand-gray-mid);text-decoration:none;font-weight:600;font-size:16px;border-bottom:2px solid #fff0;transition:all 0.2s ease;position:relative;top:2px}.woocommerce-tabs .tabs li a:hover{color:var(--color-brand-black)}.woocommerce-tabs .tabs li.active a{color:var(--color-brand-black);border-bottom-color:var(--color-brand-black)}.woocommerce-tabs .panel{color:var(--color-gray-600);line-height:1.6}#reviews .woocommerce-Reviews-title{font-size:24px;font-weight:600;margin-bottom:24px;color:var(--color-brand-black)}.commentlist{list-style:none;padding:0}.comment{padding:24px 0;border-bottom:1px solid var(--color-brand-gray-border)}.comment_container{display:flex;gap:16px}.comment-text{flex:1}.comment-text .meta{margin-bottom:8px}.comment-text .woocommerce-review__author{font-weight:600;color:var(--color-brand-black);font-size:16px}.comment-text .woocommerce-review__published-date{color:var(--color-brand-gray-light);font-size:14px;margin-left:8px}.comment-text .description{color:var(--color-gray-600);line-height:1.6}.related.products,.upsells.products{margin-top:80px}.related.products h2,.upsells.products h2{font-size:28px;font-weight:600;margin-bottom:32px;color:var(--color-brand-black);text-align:center}.related.products ul,.upsells.products ul{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:24px;list-style:none;padding:0}.stock-quantity-wrapper{display:flex;align-items:center;gap:16px;margin-bottom:16px;flex-wrap:wrap}.stock-display{flex-shrink:0}.quantity-display{flex-shrink:0}.stock{display:inline-flex;align-items:center;gap:8px;padding:10px 18px;border-radius:8px;font-size:14px;font-weight:700;margin-bottom:0;letter-spacing:.02em}.woocommerce-variation-availability .stock{margin-bottom:0}.single_variation .woocommerce-variation-availability{display:none}.woocommerce-variation-add-to-cart .woocommerce-variation-availability{display:block}\n.single_variation_wrap{\n display:flex;\n flex-direction:column;\n gap:16px;\n}\n\n.woocommerce-variation-add-to-cart{\n display:flex;\n flex-direction:column;\n gap:16px;\n}\n\n.woocommerce-variation-add-to-cart .woocommerce-variation-availability{\n order:0;\n}\n\n.woocommerce-variation-add-to-cart .quantity{\n order:1;\n margin-right:0;\n}\n\n.woocommerce-variation-add-to-cart .single_add_to_cart_button{\n order:2;\n}\n\n\n.woocommerce-variation-add-to-cart-wrapper{\n display:flex;\n align-items:center;\n gap:16px;\n flex-wrap:wrap;\n}\n\n.woocommerce-variation-add-to-cart .woocommerce-variation-availability{\n flex-shrink:0;\n}\n\n.woocommerce-variation-add-to-cart .quantity{\n flex-shrink:0;\n}.stock.stock-critical{background:linear-gradient(135deg,var(--color-brand-error-light) 0%,var(--color-red-200) 100%);color:var(--color-red-700)!important;border:1.5px solid var(--color-red-300)}.stock.stock-low{background:linear-gradient(135deg,var(--color-orange-100) 0%,var(--color-orange-200) 100%);color:var(--color-orange-700)!important;border:1.5px solid var(--color-orange-300)}.stock.stock-good{background:linear-gradient(135deg,var(--color-green-100) 0%,var(--color-green-200) 100%);color:var(--color-brand-green-hover)!important;border:1.5px solid var(--color-green-300)}.stock.out-of-stock{background:linear-gradient(135deg,var(--color-brand-gray-bg) 0%,var(--color-brand-gray-border) 100%);color:var(--color-brand-gray-mid)!important;border:1.5px solid var(--color-gray-300)}.stock.in-stock{background:linear-gradient(135deg,var(--color-green-100) 0%,var(--color-green-200) 100%)!important;color:var(--color-brand-green-hover)!important;border:1.5px solid var(--color-green-300)}@media (max-width:768px){.shopify-product-container{padding:20px 16px;gap:32px}.product_title{font-size:22px}.price{font-size:24px}.shopify-product-trust-badges{flex-direction:column;gap:12px}.woocommerce-tabs .tabs{gap:16px;overflow-x:auto}.related.products ul,.upsells.products ul{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.cart{flex-direction:column;align-items:stretch}.quantity{margin-right:0;margin-bottom:12px;justify-content:center}.single_add_to_cart_button,.shopify-product-page .single_add_to_cart_button,form.cart button.single_add_to_cart_button{width:100%!important}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes slideUp{from{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.shopify-product-page{animation:fadeIn 0.5s ease}.shopify-product-info-sticky>*{animation:slideUp 0.6s ease backwards}.shopify-product-info-sticky>*:nth-child(1){animation-delay:0.1s}.shopify-product-info-sticky>*:nth-child(2){animation-delay:0.2s}.shopify-product-info-sticky>*:nth-child(3){animation-delay:0.3s}.shopify-product-info-sticky>*:nth-child(4){animation-delay:0.4s}.woocommerce #respond input#submit.alt,.woocommerce a.button.alt,.woocommerce button.button.alt,.woocommerce input.button.alt,.woocommerce #respond input#submit,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce-page button[type="submit"],body.single-product .single_add_to_cart_button,body.woocommerce-page .single_add_to_cart_button{background-color:var(--color-brand-black)!important;background:var(--color-brand-black)!important;color:var(--color-brand-white)!important;border-color:var(--color-brand-black)!important}.woocommerce #respond input#submit.alt:hover,.woocommerce a.button.alt:hover,.woocommerce button.button.alt:hover,.woocommerce input.button.alt:hover,.woocommerce #respond input#submit:hover,.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover,body.single-product .single_add_to_cart_button:hover,body.woocommerce-page .single_add_to_cart_button:hover{background-color:var(--color-brand-black-hover)!important;background:var(--color-brand-black-hover)!important;color:var(--color-brand-white)!important;border-color:var(--color-brand-black-hover)!important}.windrel-payment-methods{display:flex;flex-direction:column;align-items:center;gap:8px;margin-top:16px}.windrel-payment-methods-label{font-size:12px;color:var(--color-brand-gray-mid);text-transform:uppercase;letter-spacing:.5px;font-weight:500}.windrel-payment-methods-icons{display:flex;flex-wrap:wrap;gap:6px;justify-content:center;align-items:center}.windrel-payment-methods-icons svg{height:24px;width:auto;opacity:.7;transition:opacity 0.2s}.windrel-payment-methods-icons svg:hover{opacity:1}.shopify-product-header{margin-bottom:16px}.shopify-inline-rating{display:flex;align-items:center;gap:8px;margin-top:8px}.shopify-stars-inline{display:flex;gap:2px}.shopify-stars-inline .shopify-star{width:16px;height:16px}.shopify-stars-inline .shopify-star.filled{color:var(--color-brand-star)}.shopify-stars-inline .shopify-star.empty{color:var(--color-gray-300)}.shopify-rating-value{font-size:14px;font-weight:600;color:var(--color-brand-black)}.shopify-reviews-count{font-size:14px;color:var(--color-brand-gray-mid);text-decoration:none;transition:color 0.2s ease}.shopify-reviews-count:hover{color:var(--color-brand-black);text-decoration:underline}.shopify-reviews-section{background:var(--color-brand-off-white);padding:60px 0;margin:60px 0}.shopify-reviews-container{max-width:1200px;margin:0 auto;padding:0 20px}.shopify-reviews-header{text-align:center;margin-bottom:40px}.shopify-reviews-title{font-size:28px;font-weight:600;color:var(--color-brand-black);margin-bottom:32px}.shopify-reviews-summary{display:flex;justify-content:center;align-items:flex-start;gap:60px;padding:32px;background:#fff;border-radius:16px;box-shadow:0 1px 3px rgb(0 0 0 / .08);max-width:700px;margin:0 auto}@media (max-width:640px){.shopify-reviews-summary{flex-direction:column;gap:24px;padding:24px}}.shopify-reviews-summary-left{text-align:center}.shopify-reviews-big-rating{font-size:56px;font-weight:700;color:var(--color-brand-black);line-height:1;margin-bottom:8px}.shopify-reviews-stars-large{display:flex;justify-content:center;gap:4px;margin-bottom:8px}.shopify-star-lg{width:24px;height:24px}.shopify-star-lg.filled{color:var(--color-brand-star)}.shopify-star-lg.empty{color:var(--color-gray-300)}.shopify-reviews-based-on{font-size:14px;color:var(--color-brand-gray-mid);margin:0}.shopify-reviews-summary-right{flex:1;max-width:300px}.shopify-rating-bars{display:flex;flex-direction:column;gap:8px}.shopify-rating-bar-row{display:flex;align-items:center;gap:12px}.shopify-rating-bar-label{font-size:13px;color:var(--color-brand-gray-mid);width:50px;flex-shrink:0}.shopify-rating-bar-track{flex:1;height:8px;background:var(--color-brand-gray-border);border-radius:4px;overflow:hidden}.shopify-rating-bar-fill{height:100%;background:linear-gradient(90deg,var(--color-brand-star),var(--color-brand-warning));border-radius:4px;transition:width 0.5s ease}.shopify-rating-bar-count{font-size:13px;color:var(--color-brand-gray-mid);width:24px;text-align:right;flex-shrink:0}.shopify-reviews-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:24px;margin-bottom:32px}@media (max-width:768px){.shopify-reviews-list{grid-template-columns:1fr}}.shopify-review-card{background:#fff;border-radius:12px;padding:24px;box-shadow:0 1px 3px rgb(0 0 0 / .08);transition:transform 0.2s ease,box-shadow 0.2s ease}.shopify-review-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgb(0 0 0 / .1)}.shopify-review-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.shopify-review-author-info{display:flex;align-items:center;gap:12px}.shopify-review-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,var(--color-indigo-400) 0%,var(--color-purple-700) 100%);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:16px}.shopify-review-meta{display:flex;flex-direction:column;gap:2px}.shopify-review-author{font-weight:600;color:var(--color-brand-black);font-size:14px}.shopify-review-verified{display:flex;align-items:center;gap:4px;font-size:12px;color:var(--color-brand-green)}.shopify-review-verified svg{width:14px;height:14px}.shopify-review-date{font-size:13px;color:var(--color-brand-gray-light)}.shopify-review-rating{display:flex;gap:2px;margin-bottom:12px}.shopify-star-sm{width:16px;height:16px}.shopify-star-sm.filled{color:var(--color-brand-star)}.shopify-star-sm.empty{color:var(--color-gray-300)}.shopify-review-content{font-size:14px;line-height:1.6;color:var(--color-gray-600)}.shopify-review-content p{margin:0}.shopify-no-reviews{text-align:center;padding:60px 20px;background:#fff;border-radius:12px;margin-bottom:32px}.shopify-no-reviews-icon{margin-bottom:16px}.shopify-no-reviews-icon svg{width:64px;height:64px;color:var(--color-gray-300)}.shopify-no-reviews-text{font-size:18px;font-weight:600;color:var(--color-brand-black);margin:0 0 8px 0}.shopify-no-reviews-subtext{font-size:14px;color:var(--color-brand-gray-mid);margin:0}.shopify-reviews-actions{display:flex;justify-content:center;gap:16px;flex-wrap:wrap}.shopify-btn-show-all-reviews{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;background:var(--color-brand-black);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all 0.2s ease}.shopify-btn-show-all-reviews:hover{background:var(--color-brand-black-hover);transform:translateY(-1px)}.shopify-btn-show-all-reviews svg{width:16px;height:16px}.shopify-btn-write-review{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;background:#fff;color:var(--color-brand-black);border:2px solid var(--color-brand-black);border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all 0.2s ease}.shopify-btn-write-review:hover{background:var(--color-brand-gray-bg-light);transform:translateY(-1px)}.shopify-btn-write-review svg{width:16px;height:16px}.shopify-reviews-modal{position:fixed;top:0;left:0;right:0;bottom:0;z-index:999999;display:flex;align-items:center;justify-content:center;padding:20px}.shopify-reviews-modal-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgb(0 0 0 / .5);backdrop-filter:blur(4px)}.shopify-reviews-modal-container{position:relative;background:#fff;border-radius:16px;width:100%;max-width:720px;max-height:90vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 25px 50px -12px rgb(0 0 0 / .25);animation:modalSlideIn 0.3s ease}@keyframes modalSlideIn{from{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.shopify-reviews-modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid var(--color-brand-gray-border);flex-shrink:0}.shopify-reviews-modal-title{font-size:20px;font-weight:600;color:var(--color-brand-black);margin:0}.shopify-reviews-modal-count{font-weight:400;color:var(--color-brand-gray-mid)}.shopify-reviews-modal-close{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#fff0;border:none;border-radius:8px;cursor:pointer;color:var(--color-brand-gray-mid);transition:all 0.2s ease}.shopify-reviews-modal-close:hover{background:var(--color-brand-gray-bg);color:var(--color-brand-black)}.shopify-reviews-modal-close svg{width:24px;height:24px}.shopify-reviews-modal-summary{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;background:var(--color-brand-gray-bg-light);border-bottom:1px solid var(--color-brand-gray-border);flex-shrink:0}@media (max-width:540px){.shopify-reviews-modal-summary{flex-direction:column;gap:16px;align-items:flex-start}}.shopify-modal-rating-overview{display:flex;align-items:center;gap:12px}.shopify-modal-big-rating{font-size:32px;font-weight:700;color:var(--color-brand-black)}.shopify-modal-stars{display:flex;gap:2px}.shopify-star-md{width:20px;height:20px}.shopify-star-md.filled{color:var(--color-brand-star)}.shopify-star-md.empty{color:var(--color-gray-300)}.shopify-modal-review-count{font-size:14px;color:var(--color-brand-gray-mid)}.shopify-modal-filter{display:flex;align-items:center;gap:8px}.shopify-modal-filter label{font-size:14px;color:var(--color-brand-gray-mid)}.shopify-reviews-filter-select{padding:8px 32px 8px 12px;border:1px solid var(--color-gray-300);border-radius:8px;font-size:14px;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3E%3C/svg%3E") no-repeat right 8px center;background-size:16px;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}.shopify-reviews-filter-select:focus{outline:none;border-color:var(--color-brand-black);box-shadow:0 0 0 3px rgb(17 24 39 / .1)}.shopify-reviews-modal-body{flex:1;overflow-y:auto;padding:24px}.shopify-reviews-modal-list{display:flex;flex-direction:column;gap:20px}.shopify-modal-review-card{padding:20px;background:var(--color-brand-gray-bg-light);border-radius:12px;transition:opacity 0.3s ease}.shopify-modal-review-card.hidden{display:none}.shopify-modal-review-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.shopify-modal-review-author-info{display:flex;align-items:center;gap:12px}.shopify-modal-review-avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,var(--color-indigo-400) 0%,var(--color-purple-700) 100%);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:14px}.shopify-modal-review-meta{display:flex;flex-direction:column;gap:2px}.shopify-modal-review-author{font-weight:600;color:var(--color-brand-black);font-size:14px}.shopify-modal-review-date{font-size:12px;color:var(--color-brand-gray-light)}.shopify-modal-review-verified{display:flex;align-items:center;gap:4px;font-size:12px;color:var(--color-brand-green);background:var(--color-green-100);padding:4px 8px;border-radius:4px}.shopify-modal-review-verified svg{width:14px;height:14px}.shopify-modal-review-rating{display:flex;gap:2px;margin-bottom:12px}.shopify-modal-review-content{font-size:14px;line-height:1.6;color:var(--color-gray-600)}.shopify-modal-review-content p{margin:0}.shopify-write-review-container{max-width:560px}.shopify-review-form{display:flex;flex-direction:column;gap:20px}.shopify-form-group{display:flex;flex-direction:column;gap:8px}.shopify-form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}@media (max-width:480px){.shopify-form-row{grid-template-columns:1fr}}.shopify-form-label{font-size:14px;font-weight:600;color:var(--color-brand-black)}.shopify-form-label .required{color:var(--color-brand-error)}.shopify-form-input,.shopify-form-textarea{padding:12px 16px;border:2px solid var(--color-brand-gray-border);border-radius:8px;font-size:14px;transition:all 0.2s ease;font-family:inherit}.shopify-form-input:focus,.shopify-form-textarea:focus{outline:none;border-color:var(--color-brand-black);box-shadow:0 0 0 3px rgb(17 24 39 / .1)}.shopify-form-textarea{resize:vertical;min-height:120px}.shopify-star-rating-input{display:flex;flex-direction:row-reverse;justify-content:flex-end;gap:4px}.shopify-star-rating-input input{display:none}.shopify-star-rating-input label{cursor:pointer;transition:transform 0.1s ease}.shopify-star-rating-input label svg{width:32px;height:32px;color:var(--color-gray-300);transition:color 0.2s ease}.shopify-star-rating-input label:hover svg,.shopify-star-rating-input label:hover~label svg,.shopify-star-rating-input input:checked~label svg{color:var(--color-brand-star)}.shopify-star-rating-input label:hover{transform:scale(1.1)}.shopify-form-actions{display:flex;justify-content:flex-end;gap:12px;padding-top:12px;border-top:1px solid var(--color-brand-gray-border);margin-top:8px}.shopify-btn-cancel{padding:12px 24px;background:#fff0;color:var(--color-brand-gray-mid);border:1px solid var(--color-gray-300);border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all 0.2s ease}.shopify-btn-cancel:hover{background:var(--color-brand-gray-bg-light);color:var(--color-brand-black)}.shopify-btn-submit-review{padding:12px 24px;background:var(--color-brand-black);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all 0.2s ease}.shopify-btn-submit-review:hover{background:var(--color-brand-black-hover)}.shopify-btn-submit-review:disabled{opacity:.6;cursor:not-allowed}@media (max-width:768px){.shopify-reviews-section{padding:40px 0;margin:40px 0}.shopify-reviews-title{font-size:24px}.shopify-reviews-big-rating{font-size:48px}.shopify-reviews-modal-container{max-height:100vh;border-radius:16px 16px 0 0;position:fixed;bottom:0;max-width:100%}.shopify-reviews-modal{align-items:flex-end;padding:0}}@media (max-width:640px){.shopify-reviews-summary{flex-direction:column;gap:24px;padding:24px;align-items:center;text-align:center}.shopify-reviews-summary-left{width:100%}.shopify-reviews-summary-right{width:100%;max-width:100%}.shopify-rating-bars{width:100%}.shopify-rating-bar-row{gap:8px}.shopify-rating-bar-label{width:45px;font-size:12px}.shopify-rating-bar-count{width:20px;font-size:12px}}.woocommerce-product-rating{display:none!important}