:root{--fz-purple:#5f3cbf;--fz-purple-deep:#4a2da0;--fz-purple-soft:#f3efff;--fz-purple-line:#dfd7f7;--fz-orange:#ff7a00;--fz-orange-deep:#c85700;--fz-blue:#3974e8;--fz-whatsapp:#128c4b;--fz-ink:#29282d;--fz-muted:#6b6873;--fz-surface:#fcfbff;--fz-white:#fefefe;--fz-line:#e8e5ee;--fz-radius-sm:12px;--fz-radius:18px;--fz-radius-lg:24px;--fz-pill:999px;--fz-shadow:0 12px 32px rgba(76, 48, 157, .10);--fz-content:1240px}*,::after,::before{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--fz-ink);background:var(--fz-surface);font-family:"Trebuchet MS","Avenir Next",Avenir,ui-rounded,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased}body.fz-menu-open{overflow:hidden}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}a,button,input,select,textarea{-webkit-tap-highlight-color:transparent}:focus-visible{outline:3px solid rgba(95,60,191,.35);outline-offset:3px}.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.fz-shell{width:min(calc(100% - 32px),var(--fz-content));margin-inline:auto}.fz-section{padding:54px 0}.fz-section--tint{background:var(--fz-purple-soft)}.fz-section-head{margin:0 auto 26px;max-width:720px;text-align:center}.fz-section-head h2{margin:0;font-size:clamp(1.7rem, 4vw, 2.55rem);line-height:1.08;letter-spacing:-.035em}.fz-section-head p{margin:10px auto 0;color:var(--fz-muted);max-width:62ch}.fz-kicker{color:var(--fz-orange-deep);font-size:.78rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.button,.fz-btn,.wp-element-button,button.button,input[type=submit]{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:46px;padding:11px 21px;border:0;border-radius:var(--fz-pill);background:var(--fz-purple);color:#fff;font-weight:800;line-height:1.15;cursor:pointer;transition:transform .18s ease,background .18s ease,box-shadow .18s ease}.button:hover,.fz-btn:hover,button.button:hover,input[type=submit]:hover{background:var(--fz-purple-deep);color:#fff;box-shadow:0 7px 18px rgba(76,48,157,.18)}.button:active,.fz-btn:active,button.button:active{transform:translateY(1px) scale(.99)}.fz-btn--orange{background:var(--fz-orange);color:#261404}.fz-btn--orange:hover{background:#eb7000;color:#211103}.fz-btn--soft{background:var(--fz-purple-soft);color:var(--fz-purple-deep)}.fz-btn--white{background:#fff;color:var(--fz-purple-deep)}.fz-btn--whatsapp{background:var(--fz-whatsapp);color:#fff}.fz-btn--whatsapp:hover{background:#0d733d}.fz-icon{width:22px;height:22px;display:inline-grid;place-items:center;flex:0 0 auto;font-size:22px;line-height:1}.fz-announcement{background:var(--fz-purple);color:#fff;font-size:.84rem;font-weight:800}.fz-announcement .fz-shell{min-height:34px;display:flex;align-items:center;justify-content:center;gap:8px;text-align:center}.fz-announcement a{text-decoration:underline;text-underline-offset:2px}.fz-site-header{position:sticky;top:0;z-index:40;background:rgba(254,254,254,.97);border-bottom:1px solid var(--fz-line);backdrop-filter:blur(12px)}.admin-bar .fz-site-header{top:32px}.fz-header-row{min-height:72px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:26px;transition:min-height .2s ease}.fz-site-header.is-compact .fz-header-row{min-height:60px}.fz-logo{display:inline-flex;align-items:center;width:142px}.fz-logo .custom-logo,.fz-logo img{width:142px;height:auto;max-height:52px;object-fit:contain}.fz-nav{min-width:0}.fz-nav ul{list-style:none;display:flex;align-items:center;gap:clamp(14px,1.45vw,25px);margin:0;padding:0;white-space:nowrap}.fz-nav a{position:relative;font-weight:800;font-size:.94rem}.fz-nav a::after{content:"";position:absolute;left:0;right:100%;bottom:-8px;height:3px;border-radius:var(--fz-pill);background:var(--fz-purple);transition:right .2s ease}.fz-nav .current-menu-item>a::after,.fz-nav a:hover::after{right:0}.fz-nav .fz-nav-separator{margin-left:1px;padding-left:22px;border-left:1px solid var(--fz-line)}.fz-header-actions{display:flex;align-items:center;gap:7px}.fz-header-icon{position:relative;display:inline-grid;place-items:center;width:42px;height:42px;border:0;border-radius:50%;background:0 0;color:var(--fz-ink);cursor:pointer}.fz-header-icon:hover{background:var(--fz-purple-soft);color:var(--fz-purple-deep)}.fz-cart-count{position:absolute;top:2px;right:-1px;min-width:19px;height:19px;padding:0 5px;display:grid;place-items:center;border-radius:12px;background:var(--fz-purple);color:#fff;font-size:.66rem;font-weight:900}.fz-menu-toggle{display:none}.fz-header-sentinel{position:absolute;width:1px;height:1px;pointer-events:none}.fz-search-panel{position:fixed;inset:0;z-index:80;display:none;background:rgba(34,27,54,.48);padding:56px 16px}.fz-search-panel.is-open{display:block}.fz-search-box{width:min(720px,100%);margin:0 auto;padding:18px;background:#fff;border-radius:var(--fz-radius-lg);box-shadow:0 22px 70px rgba(31,20,61,.22)}.fz-search-top{display:flex;gap:10px}.fz-search-top input{flex:1;min-width:0;border:1px solid #cbc5d9;border-radius:var(--fz-pill);padding:12px 17px;color:var(--fz-ink)}.fz-search-top input:focus{border-color:var(--fz-purple);box-shadow:0 0 0 3px rgba(95,60,191,.12);outline:0}.fz-search-results{margin-top:12px;max-height:min(60vh,520px);overflow:auto}.fz-search-result{display:grid;grid-template-columns:68px 1fr auto;align-items:center;gap:13px;padding:10px;border-radius:var(--fz-radius-sm)}.fz-search-result:hover{background:var(--fz-purple-soft)}.fz-search-result img{width:68px;height:68px;border-radius:10px;object-fit:contain;background:#fff}.fz-search-result strong{line-height:1.25}.fz-search-result .price{font-weight:900;color:var(--fz-purple-deep)}.fz-search-state{padding:22px 10px;color:var(--fz-muted);text-align:center}.fz-mobile-drawer{position:fixed;inset:0;z-index:70;visibility:hidden;pointer-events:none}.fz-mobile-drawer.is-open{visibility:visible;pointer-events:auto}.fz-drawer-scrim{position:absolute;inset:0;background:rgba(35,28,51,.45);opacity:0;transition:opacity .25s ease}.fz-mobile-drawer.is-open .fz-drawer-scrim{opacity:1}.fz-drawer-panel{position:absolute;top:0;bottom:0;left:0;width:min(91vw,410px);padding:18px;overflow-y:auto;background:#fff;transform:translateX(-102%);transition:transform .28s cubic-bezier(.16,1,.3,1)}.fz-mobile-drawer.is-open .fz-drawer-panel{transform:translateX(0)}.fz-drawer-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.fz-drawer-themes{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:22px 0}.fz-drawer-theme{min-height:86px;display:flex;flex-direction:column;justify-content:space-between;padding:13px;border-radius:var(--fz-radius);background:var(--fz-purple-soft);color:var(--fz-purple-deep);font-weight:900}.fz-drawer-theme span:first-child{font-size:1.35rem}.fz-mobile-links{list-style:none;margin:0;padding:0}.fz-mobile-links a{display:block;padding:13px 4px;border-bottom:1px solid var(--fz-line);font-weight:800}.fz-hero{background:var(--fz-purple-soft);overflow:hidden}.fz-hero-inner{min-height:440px;padding:58px 0 64px;display:grid;place-items:center;text-align:center}.fz-hero-copy{max-width:780px}.fz-hero h1{margin:0;font-size:clamp(2.35rem, 6vw, 4.45rem);line-height:.98;letter-spacing:-.055em}.fz-hero h1 em{color:var(--fz-purple);font-style:normal}.fz-hero-copy>p{margin:18px auto 28px;max-width:620px;color:var(--fz-muted);font-size:clamp(1rem, 2vw, 1.18rem)}.fz-theme-scroller{display:grid;grid-template-columns:repeat(5,minmax(125px,1fr));gap:12px;width:min(950px,100%);margin-inline:auto}.fz-theme-card{min-height:132px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;border-radius:var(--fz-radius);color:#fff;font-weight:900;box-shadow:0 8px 20px rgba(72,45,139,.08);transition:transform .2s ease,box-shadow .2s ease}.fz-theme-card:hover{transform:translateY(-3px);box-shadow:0 14px 28px rgba(72,45,139,.15)}.fz-theme-card span{font-size:1.8rem}.fz-theme-card:first-child{background:#5d31dc}.fz-theme-card:nth-child(2){background:#f07a0a;color:#241305}.fz-theme-card:nth-child(3){background:#e94335}.fz-theme-card:nth-child(4){background:#a83bc5}.fz-theme-card:nth-child(5){background:#2d97a1}.fz-trust-strip{border-block:1px solid var(--fz-line);background:#fff}.fz-trust-strip .fz-shell{min-height:50px;display:flex;align-items:center;justify-content:center;gap:28px;overflow-x:auto;scrollbar-width:none;white-space:nowrap}.fz-trust-strip span{display:inline-flex;align-items:center;gap:7px;font-size:.9rem}.fz-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.fz-product-card{position:relative;min-width:0;border:1px solid var(--fz-line);border-radius:var(--fz-radius);background:#fff;overflow:hidden;box-shadow:0 8px 20px rgba(76,48,157,.05);transition:transform .18s ease,box-shadow .18s ease}.fz-product-card:hover{transform:translateY(-3px);box-shadow:var(--fz-shadow)}.fz-product-card__image{aspect-ratio:1/1;display:grid;place-items:center;padding:14px;background:#fff}.fz-product-card__image img{width:100%;height:100%;object-fit:contain}.fz-product-card__body{padding:15px}.fz-product-card__title{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;min-height:2.5em;overflow:hidden;margin:0 0 8px;font-size:.98rem;line-height:1.25;font-weight:800}.fz-product-card .price{color:var(--fz-purple-deep);font-weight:900}.fz-product-card del{color:var(--fz-muted);font-weight:500}.fz-sale-badge{position:absolute;top:12px;left:12px;z-index:2;padding:5px 9px;border-radius:var(--fz-pill);background:var(--fz-orange);color:#251303;font-size:.72rem;font-weight:900}.fz-collection-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr 1fr;gap:14px}.fz-collection-card{position:relative;min-height:200px;display:flex;align-items:flex-end;padding:20px;overflow:hidden;border-radius:var(--fz-radius-lg);background:var(--fz-purple);color:#fff}.fz-collection-card:first-child{grid-row:span 2;min-height:416px}.fz-collection-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.fz-collection-card::after{content:"";position:absolute;inset:25% 0 0;background:linear-gradient(transparent,rgba(39,23,78,.82))}.fz-collection-card small,.fz-collection-card strong{position:relative;z-index:1;display:block}.fz-collection-card strong{font-size:1.18rem}.fz-collection-card small{opacity:.88}.fz-events{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.fz-event{display:flex;flex-direction:column;min-height:290px;padding:20px;border:1px solid var(--fz-purple-line);border-radius:var(--fz-radius);background:#fff}.fz-event__emoji{font-size:1.7rem}.fz-event h3{margin:8px 0 1px;font-size:1.25rem}.fz-event p{margin:0;color:var(--fz-muted);font-size:.9rem}.fz-countdown{display:grid;grid-template-columns:repeat(4,1fr);gap:5px;margin:28px 0 20px}.fz-countdown small,.fz-countdown strong{display:block}.fz-countdown strong{font-size:1.45rem;letter-spacing:-.03em}.fz-countdown small{color:var(--fz-muted);font-size:.58rem;font-weight:900;text-transform:uppercase}.fz-event .fz-btn{margin-top:auto;width:100%}.fz-blog-grid{display:grid;grid-template-columns:1.35fr 1fr 1fr;gap:18px}.fz-blog-card{overflow:hidden;border:1px solid var(--fz-line);border-radius:var(--fz-radius);background:#fff}.fz-blog-card__image{aspect-ratio:16/10;overflow:hidden;background:var(--fz-purple-soft)}.fz-blog-card__image img{width:100%;height:100%;object-fit:cover}.fz-blog-placeholder{width:100%;height:100%;display:grid;place-items:center;font-size:clamp(3rem, 8vw, 5.6rem);background:var(--fz-purple-soft)}.fz-blog-card__body{padding:18px}.fz-blog-card__body time{display:block;margin-top:8px;color:var(--fz-muted);font-size:.8rem}.fz-blog-card h3{margin:7px 0 8px;line-height:1.18;font-size:1.15rem}.fz-blog-card p{margin:0;color:var(--fz-muted);font-size:.92rem}.fz-blog-chip{display:inline-flex;padding:5px 9px;border-radius:99px;background:var(--fz-purple-soft);color:var(--fz-purple-deep);font-size:.72rem;font-weight:800}.fz-blog-read{display:inline-flex;align-items:center;gap:5px;margin-top:14px;color:var(--fz-purple);font-size:.86rem;font-weight:800}.fz-blog-read .fz-icon{font-size:17px;width:17px;height:17px}.fz-prose{max-width:920px}.fz-prose .fz-blog-lead{max-width:760px;font-size:clamp(1.08rem, 2vw, 1.28rem);line-height:1.65;color:var(--fz-ink)}.fz-blog-infographic{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:28px 0 36px}.fz-blog-infographic>div{min-height:135px;padding:20px;border-radius:var(--fz-radius);background:var(--fz-purple);color:#fff;display:flex;flex-direction:column;justify-content:flex-end}.fz-blog-infographic strong{font-size:clamp(1.6rem, 3vw, 2.4rem);line-height:1}.fz-blog-infographic span{margin-top:8px;font-size:.88rem;opacity:.9}.fz-choice-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:22px 0 34px}.fz-choice-grid>div{padding:20px;border:1px solid var(--fz-line);border-radius:var(--fz-radius);background:#fff}.fz-choice-grid h3{margin:8px 0;font-size:1.05rem}.fz-choice-grid p{margin:0;color:var(--fz-muted)}.fz-choice-kicker{color:var(--fz-orange-deep);font-size:.75rem;font-weight:900;letter-spacing:.03em;text-transform:uppercase}.fz-blog-products{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:22px 0 34px}.fz-blog-product{display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--fz-line);border-radius:var(--fz-radius);background:#fff;color:inherit}.fz-blog-product__image{aspect-ratio:1/1;overflow:hidden;background:var(--fz-purple-soft)}.fz-blog-product__image img{width:100%;height:100%;object-fit:cover}.fz-blog-product>span:last-child{display:flex;flex-direction:column;gap:8px;padding:14px}.fz-blog-product strong{font-size:.88rem;line-height:1.3}.fz-blog-product small{color:var(--fz-purple);font-weight:900}.fz-procon-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:28px 0}.fz-procon{padding:22px;border-radius:var(--fz-radius)}.fz-procon--good{background:#eef9f2}.fz-procon--watch{background:#fff4e8}.fz-procon h3{margin-top:0}.fz-procon li+li{margin-top:8px}.fz-blog-usp{display:flex;gap:12px 28px;align-items:center;margin:30px 0;padding:20px 22px;border-radius:var(--fz-radius);background:var(--fz-purple-soft);border-left:5px solid var(--fz-orange)}.fz-blog-usp strong{flex:0 0 220px;color:var(--fz-purple-deep)}.fz-blog-sources{margin-top:44px;padding-top:24px;border-top:1px solid var(--fz-line);color:var(--fz-muted);font-size:.86rem}.fz-blog-sources h2{color:var(--fz-ink);font-size:1rem}.fz-subcategory-links{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:24px 0}.fz-subcategory-links a{display:flex;flex-direction:column;gap:2px;padding:14px 16px;border:1px solid var(--fz-purple-line);border-radius:var(--fz-radius-sm);background:#fff;color:var(--fz-purple-deep)}.fz-subcategory-links a:hover{border-color:var(--fz-purple);box-shadow:var(--fz-shadow)}.fz-subcategory-links span{color:var(--fz-muted);font-size:.78rem}.fz-reviews{display:grid;grid-template-columns:.85fr 1fr 1fr;gap:16px;align-items:stretch}.fz-review,.fz-review-score{padding:22px;border-radius:var(--fz-radius)}.fz-review-score{background:var(--fz-purple);color:#fff}.fz-review-score strong{display:block;font-size:2.8rem;line-height:1}.fz-review{border:1px solid var(--fz-line);background:#fff}.fz-review .fz-stars{color:#ef7600;letter-spacing:2px}.fz-review p{margin:12px 0 13px}.fz-review small{color:var(--fz-muted);font-weight:800}.fz-newsletter{padding:32px;border-radius:var(--fz-radius-lg);background:var(--fz-purple);color:#fff;display:grid;grid-template-columns:1fr auto;align-items:center;gap:24px}.fz-newsletter h2{margin:0 0 5px}.fz-newsletter p{margin:0;color:rgba(255,255,255,.86)}.fz-newsletter form{display:flex;gap:8px}.fz-newsletter input[type=email]{width:min(310px,50vw);min-height:46px;border:1px solid rgba(255,255,255,.34);border-radius:var(--fz-pill);background:rgba(255,255,255,.11);color:#fff;padding:10px 16px}.fz-newsletter input::placeholder{color:rgba(255,255,255,.76)}.fz-archive-head{padding:36px 0 24px;background:var(--fz-purple-soft)}.fz-archive-head h1{margin:4px 0 8px;font-size:clamp(2rem, 5vw, 3.25rem);line-height:1;letter-spacing:-.045em}.fz-archive-head p{max-width:72ch;margin:0;color:var(--fz-muted)}.fz-quick-cats{display:flex;gap:9px;overflow-x:auto;padding:17px 0 2px;scrollbar-width:none}.fz-quick-cats a{flex:0 0 auto;padding:8px 14px;border:1px solid var(--fz-purple-line);border-radius:var(--fz-pill);background:#fff;color:var(--fz-purple-deep);font-size:.87rem;font-weight:800}.fz-shop-layout{display:grid;grid-template-columns:240px minmax(0,1fr);gap:28px;padding:34px 0 62px}.fz-filters{align-self:start;position:sticky;top:90px;padding:18px;border:1px solid var(--fz-line);border-radius:var(--fz-radius);background:#fff}.fz-filters h2{margin:0 0 14px;font-size:1.05rem}.fz-filters .widget{margin:0 0 25px}.fz-filters .widget:last-child{margin-bottom:0}.fz-filters .widget-title{font-size:.9rem;margin:0 0 10px}.fz-filters ul{list-style:none;padding:0;margin:0}.fz-filters li{margin:6px 0}.fz-filters .price_slider_wrapper .ui-widget-content{background:#e8e2f7}.fz-filters .ui-slider .ui-slider-handle,.fz-filters .ui-slider .ui-slider-range{background:var(--fz-purple)}.fz-filter-toggle{display:none}.fz-shop-main .woocommerce-result-count{color:var(--fz-muted)}.fz-shop-main .woocommerce-ordering select{border:1px solid var(--fz-line);border-radius:var(--fz-pill);background:#fff;padding:9px 13px}.woocommerce ul.products{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin:20px 0 0!important}.woocommerce ul.products::after,.woocommerce ul.products::before{display:none!important}.woocommerce ul.products li.product{width:auto!important;margin:0!important;float:none!important;padding:0 0 16px;border:1px solid var(--fz-line);border-radius:var(--fz-radius);background:#fff;overflow:hidden}.woocommerce ul.products li.product a img{aspect-ratio:1/1;width:100%;margin:0!important;padding:14px;object-fit:contain;background:#fff}.woocommerce ul.products li.product .woocommerce-loop-product__title{padding:13px 15px 4px!important;font-size:.98rem!important;line-height:1.25}.woocommerce ul.products li.product .price{padding:0 15px;color:var(--fz-purple-deep)!important;font-weight:900!important}.woocommerce ul.products li.product .button{margin:10px 15px 0!important}.woocommerce span.onsale{min-height:auto;min-width:auto;line-height:1;top:10px!important;left:10px!important;right:auto!important;padding:7px 10px;border-radius:var(--fz-pill);background:var(--fz-orange);color:#251303;font-size:.72rem}.fz-product-page{padding:34px 0 60px}.fz-product-page .woocommerce-breadcrumb{margin-bottom:24px;color:var(--fz-muted);font-size:.82rem}.single-product div.product{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.8fr);gap:42px}.single-product div.product>*{min-width:0}.single-product div.product .woocommerce-product-gallery{width:auto!important;float:none!important;margin:0!important}.single-product div.product .summary{width:auto!important;float:none!important;margin:0!important}.woocommerce-product-gallery__wrapper{border:1px solid var(--fz-line);border-radius:var(--fz-radius-lg);background:#fff;overflow:hidden}.woocommerce-product-gallery__image a{display:grid;place-items:center;min-height:480px;padding:20px}.woocommerce-product-gallery__image img{max-height:620px;object-fit:contain}.flex-control-thumbs{display:flex;gap:8px;margin-top:10px!important}.flex-control-thumbs li{float:none!important;width:76px!important;border:1px solid var(--fz-line);border-radius:10px;overflow:hidden}.single-product .product_title{margin:0 0 10px;font-size:clamp(1.8rem, 4vw, 2.6rem);line-height:1.05;letter-spacing:-.035em}.single-product .summary .price{color:var(--fz-purple-deep)!important;font-size:1.5rem!important;font-weight:900}.woocommerce div.product form.cart .variations{margin:18px 0 9px}.woocommerce div.product form.cart .variations th{text-align:left;padding:10px 12px 10px 0}.woocommerce div.product form.cart select{min-height:45px;border:1px solid #c8c2d4;border-radius:10px;background:#fff;padding:8px 12px}.woocommerce .quantity .qty{min-height:45px;border:1px solid #c8c2d4;border-radius:10px}.single-product .single_add_to_cart_button{min-height:48px!important;background:var(--fz-purple)!important}.fz-volume-discount{margin:17px 0;padding:15px;border-radius:var(--fz-radius);background:var(--fz-purple-soft)}.fz-volume-discount strong{display:block;margin-bottom:8px}.fz-volume-discount__tiers{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.fz-volume-discount__tiers span{padding:8px;border-radius:10px;background:#fff;text-align:center;font-size:.83rem}.fz-product-usps{display:grid;gap:8px;margin:18px 0}.fz-product-usps span{display:flex;gap:8px;align-items:center;font-size:.9rem}.fz-size-help{margin:10px 0 18px}.woocommerce div.product .woocommerce-tabs{grid-column:1/-1;margin-top:16px}.woocommerce div.product .woocommerce-tabs ul.tabs{padding:0!important}.woocommerce div.product .woocommerce-tabs ul.tabs::before{border-color:var(--fz-line)!important}.woocommerce div.product .woocommerce-tabs ul.tabs li{border:0!important;background:0 0!important;border-radius:0!important}.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{color:var(--fz-purple-deep)!important}.woocommerce div.product .related.products{grid-column:1/-1}.fz-page{padding:42px 0 70px}.fz-page__header{max-width:760px;margin-bottom:26px}.fz-page__header h1{margin:0;font-size:clamp(2rem,5vw,3.4rem);line-height:1;letter-spacing:-.045em}.fz-prose{max-width:820px}.fz-prose h2{margin-top:34px;line-height:1.15}.fz-prose h3{margin-top:27px}.fz-prose li,.fz-prose p{color:#47444e}.fz-prose a{color:var(--fz-purple-deep);text-decoration:underline;text-underline-offset:2px}.fz-contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:22px}.fz-contact-card,.fz-contact-form{padding:24px;border:1px solid var(--fz-line);border-radius:var(--fz-radius);background:#fff}.fz-contact-card h2,.fz-contact-form h2{margin-top:0}.fz-contact-list{display:grid;gap:12px}.fz-contact-list a{font-weight:800;color:var(--fz-purple-deep)}.fz-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px}.fz-field{display:grid;gap:6px}.fz-field--wide{grid-column:1/-1}.fz-field label{font-weight:800;font-size:.87rem}.fz-field input,.fz-field textarea{width:100%;border:1px solid #bcb5c9;border-radius:10px;background:#fff;color:var(--fz-ink);padding:11px 12px}.fz-field textarea{min-height:130px;resize:vertical}.fz-form-note{margin:0 0 14px;padding:11px 13px;border-radius:10px;background:#edf8f1;color:#175c35}.fz-faq{max-width:820px}.fz-faq details{margin:9px 0;border:1px solid var(--fz-line);border-radius:var(--fz-radius);background:#fff;overflow:hidden}.fz-faq summary{padding:16px 18px;cursor:pointer;font-weight:900}.fz-faq details div{padding:0 18px 17px;color:var(--fz-muted)}.fz-empty{padding:38px;border-radius:var(--fz-radius);background:var(--fz-purple-soft);text-align:center}.woocommerce-account .woocommerce,.woocommerce-cart .woocommerce,.woocommerce-checkout .woocommerce{width:min(calc(100% - 32px),var(--fz-content));margin:38px auto 70px}.woocommerce table.shop_table{border-color:var(--fz-line)!important;border-radius:var(--fz-radius)!important;background:#fff;overflow:hidden}.woocommerce form .form-row input.input-text,.woocommerce form .form-row select,.woocommerce form .form-row textarea{min-height:46px;border:1px solid #bcb5c9;border-radius:10px;background:#fff;padding:10px 12px}.woocommerce-checkout #payment{background:var(--fz-purple-soft)!important;border-radius:var(--fz-radius)!important}.woocommerce-checkout-review-order{position:sticky;top:92px}.woocommerce-info,.woocommerce-message{border-top-color:var(--fz-purple)!important;background:var(--fz-purple-soft)!important}.woocommerce-info::before,.woocommerce-message::before{color:var(--fz-purple)!important}.fz-site-footer{margin-top:30px;background:var(--fz-purple);color:#fff}.fz-footer-main{display:grid;grid-template-columns:.9fr 1fr 1.1fr 1.1fr;gap:34px;padding:48px 0 36px}.fz-footer-main h2,.fz-footer-main h3{margin:0 0 14px;font-size:1rem}.fz-footer-main p{margin:0 0 12px;color:rgba(255,255,255,.9);font-size:.9rem}.fz-footer-main ul{list-style:none;margin:0;padding:0}.fz-footer-main li{margin:8px 0}.fz-footer-main a{font-size:.9rem}.fz-footer-main a:hover{text-decoration:underline;text-underline-offset:3px}.fz-footer-newsletter{display:flex;gap:7px;margin:15px 0}.fz-footer-newsletter input{min-width:0;width:100%;border:1px solid rgba(255,255,255,.34);border-radius:var(--fz-pill);background:rgba(255,255,255,.1);color:#fff;padding:9px 13px}.fz-footer-newsletter input::placeholder{color:rgba(255,255,255,.76)}.fz-footer-newsletter .fz-btn{min-height:42px;padding:9px 15px}.fz-footer-bottom{border-top:1px solid rgba(255,255,255,.18);padding:18px 0}.fz-footer-bottom .fz-shell{display:flex;align-items:center;justify-content:space-between;gap:18px}.fz-footer-bottom small{color:rgba(255,255,255,.88)}.fz-payment-label{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}.fz-payment-label span{padding:3px 6px;border-radius:5px;background:#fff;color:#29282d;font-size:.65rem;font-weight:900}.fz-cart-drawer{position:fixed;inset:0;z-index:90;visibility:hidden;pointer-events:none}.fz-cart-drawer.is-open{visibility:visible;pointer-events:auto}.fz-cart-scrim{position:absolute;inset:0;border:0;background:rgba(35,28,51,.45);opacity:0;transition:opacity .24s ease}.fz-cart-drawer.is-open .fz-cart-scrim{opacity:1}.fz-cart-panel{position:absolute;inset:0 0 0 auto;width:min(92vw,430px);padding:18px;overflow-y:auto;background:#fff;transform:translateX(102%);transition:transform .28s cubic-bezier(.16,1,.3,1)}.fz-cart-drawer.is-open .fz-cart-panel{transform:translateX(0)}.fz-cart-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px;font-size:1.05rem}.fz-mini-cart-content .woocommerce-mini-cart{list-style:none;margin:0;padding:0}.fz-mini-cart-content .woocommerce-mini-cart-item{position:relative;min-height:82px;padding:10px 30px 10px 82px!important;border-bottom:1px solid var(--fz-line)}.fz-mini-cart-content .woocommerce-mini-cart-item img{position:absolute;left:0;top:10px;width:68px!important;height:68px!important;object-fit:contain;border-radius:10px;background:#fff}.fz-mini-cart-content .remove_from_cart_button{position:absolute;right:0;top:8px;color:var(--fz-muted)!important}.fz-mini-cart-content .woocommerce-mini-cart__total{display:flex;justify-content:space-between;gap:12px;padding:18px 0 10px}.fz-mini-cart-content .woocommerce-mini-cart__buttons{display:grid;grid-template-columns:1fr 1fr;gap:8px}.fz-mini-cart-content .woocommerce-mini-cart__buttons .button{margin:0;text-align:center}.fz-not-found{min-height:58vh;display:grid;place-items:center;text-align:center}.fz-not-found h1{margin:0;font-size:clamp(3.5rem,10vw,7rem);color:var(--fz-purple)}@media (max-width:1060px){.fz-nav{display:none}.fz-header-row{grid-template-columns:auto 1fr auto}.fz-menu-toggle{display:inline-grid}.fz-account-link{display:none}.fz-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.fz-events{grid-template-columns:repeat(2,minmax(0,1fr))}.fz-footer-main{grid-template-columns:1fr 1fr}.fz-collection-grid{grid-template-columns:1fr 1fr 1fr}.fz-collection-card:first-child{grid-row:auto;min-height:200px}}@media (max-width:782px){.admin-bar .fz-site-header{top:46px}}@media (max-width:767px){:root{--fz-radius:16px;--fz-radius-lg:20px}.fz-shell{width:min(calc(100% - 24px),var(--fz-content))}.fz-section{padding:40px 0}.fz-announcement .fz-shell{min-height:32px;font-size:.78rem}.fz-header-row,.fz-site-header.is-compact .fz-header-row{min-height:60px;gap:8px}.fz-logo,.fz-logo .custom-logo,.fz-logo img{width:124px}.fz-header-actions{gap:1px}.fz-header-icon{width:38px;height:38px}.fz-hero-inner{min-height:auto;padding:42px 0 44px}.fz-hero h1{font-size:clamp(2.35rem, 12.5vw, 3.65rem)}.fz-hero-copy>p{margin:14px auto 22px}.fz-theme-scroller{display:flex;justify-content:flex-start;width:calc(100vw - 12px);margin-left:0;padding:0 12px 6px 0;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.fz-theme-card{flex:0 0 132px;min-height:112px;scroll-snap-align:start}.fz-trust-strip .fz-shell{justify-content:flex-start;gap:21px}.fz-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.fz-product-card__image{padding:8px}.fz-product-card__body{padding:11px}.fz-product-card__title{font-size:.9rem}.fz-collection-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.fz-collection-card,.fz-collection-card:first-child{flex:0 0 72vw;min-height:215px;scroll-snap-align:start}.fz-events{display:flex;overflow-x:auto;padding-bottom:6px;scroll-snap-type:x mandatory;scrollbar-width:none}.fz-event{flex:0 0 79vw;min-height:270px;scroll-snap-align:start}.fz-blog-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.fz-blog-card{flex:0 0 82vw;scroll-snap-align:start}.fz-blog-infographic{grid-template-columns:1fr}.fz-blog-infographic>div{min-height:105px}.fz-choice-grid{grid-template-columns:1fr}.fz-blog-products{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.fz-procon-grid{grid-template-columns:1fr}.fz-blog-usp{display:grid;gap:7px}.fz-blog-usp strong{flex:auto}.fz-subcategory-links{grid-template-columns:repeat(2,minmax(0,1fr))}.fz-reviews{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.fz-review,.fz-review-score{flex:0 0 78vw;scroll-snap-align:start}.fz-newsletter{padding:23px;grid-template-columns:1fr;gap:16px}.fz-newsletter form{width:100%}.fz-newsletter input[type=email]{min-width:0;width:100%}.fz-shop-layout{display:block;padding-top:20px}.fz-filter-toggle{display:inline-flex;margin-bottom:15px}.fz-filters{display:none;position:static;margin-bottom:18px}.fz-filters.is-open{display:block}.woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.woocommerce ul.products li.product .woocommerce-loop-product__title{padding:10px 10px 3px!important;font-size:.9rem!important}.woocommerce ul.products li.product .price{padding:0 10px}.woocommerce ul.products li.product .button{margin:8px 10px 0!important;padding-inline:12px;font-size:.82rem}.single-product div.product{display:block}.woocommerce-product-gallery__image a{min-height:300px}.single-product .summary{margin-top:23px!important}.fz-contact-grid{grid-template-columns:1fr}.fz-form-grid{grid-template-columns:1fr}.fz-field--wide{grid-column:auto}.fz-footer-main{grid-template-columns:1fr;gap:27px;padding-top:38px}.fz-footer-bottom .fz-shell{display:grid}.fz-payment-label{justify-content:flex-start}}@media (max-width:410px){.fz-search-trigger{display:none}.fz-logo,.fz-logo .custom-logo,.fz-logo img{width:116px}.fz-header-icon{width:36px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,::after,::before{scroll-behavior:auto!important;transition-duration:NaNs!important;animation-duration:NaNs!important;animation-iteration-count:1!important}}:root{color-scheme:light;--fz-radius-sm:16px;--fz-radius:26px;--fz-radius-lg:36px;--fz-radius-xl:48px;--fz-shadow:0 18px 48px rgba(74, 45, 160, .12);--fz-shadow-hover:0 24px 60px rgba(74, 45, 160, .18);--fz-lilac:#f4f0ff;--fz-lilac-2:#ece5ff}body{background:#fbfaff;font-family:"Avenir Next",Avenir,ui-rounded,"Trebuchet MS",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.fz-shell{width:min(calc(100% - 40px),1280px)}.fz-section{padding:72px 0}.fz-section--tint{width:min(calc(100% - 28px),1460px);margin:14px auto;border-radius:var(--fz-radius-xl);background:var(--fz-lilac);overflow:clip}.fz-section-head{margin-bottom:34px}.fz-section-head h2{font-size:clamp(2rem, 4vw, 3rem)}.fz-section-head p{font-size:1rem}.button,.fz-btn,.wp-element-button,button.button,input[type=submit]{min-height:50px;padding:12px 24px;border-radius:999px;box-shadow:0 8px 20px rgba(74,45,160,.12)}.button:hover,.fz-btn:hover,button.button:hover,input[type=submit]:hover{transform:translateY(-2px);box-shadow:0 14px 28px rgba(74,45,160,.18)}.button:active,.fz-btn:active,button.button:active{transform:translateY(1px) scale(.985)}.fz-announcement{background:#4b2e9e}.fz-site-header{background:rgba(95,60,191,.97);border-bottom:0;box-shadow:0 10px 30px rgba(58,34,118,.14);backdrop-filter:blur(18px) saturate(140%)}.fz-header-row{min-height:74px}.fz-site-header.is-compact .fz-header-row{min-height:64px}.fz-nav{color:#fefefe}.fz-nav ul{gap:clamp(11px,1.2vw,20px)}.fz-nav a{display:inline-flex;align-items:center;gap:5px;padding:9px 8px;border-radius:999px;font-size:.9rem}.fz-nav a::after{display:none}.fz-nav .current-menu-item>a,.fz-nav a:hover{background:rgba(255,255,255,.14)}.fz-about-fallback span,.fz-collection-emoji,.fz-event__emoji,.fz-nav-emoji,.fz-page-icon,.fz-theme-emoji{font-family:"Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji",sans-serif;font-style:normal;font-variant-emoji:emoji}.fz-nav-emoji{font-size:1.05em;line-height:1}.fz-nav .fz-nav-separator{border-color:rgba(255,255,255,.25);padding-left:16px}.fz-header-icon{color:#fff}.fz-header-icon:hover{background:rgba(255,255,255,.15);color:#fff}.fz-cart-count{background:var(--fz-orange);color:#241304;box-shadow:0 0 0 2px var(--fz-purple)}.fz-logo{padding:5px 8px;border-radius:16px;background:rgba(255,255,255,.96)}.fz-home-hero{background:#fbfaff;padding:16px 14px 0}.fz-home-hero .fz-hero-inner{position:relative;min-height:500px;border-radius:0 0 56px 56px;background:radial-gradient(circle at 8% 18%,rgba(255,122,0,.12),transparent 22%),radial-gradient(circle at 92% 78%,rgba(95,60,191,.14),transparent 25%),#f1ecff;overflow:hidden}.fz-home-hero .fz-hero-inner::after,.fz-home-hero .fz-hero-inner::before{content:"";position:absolute;border-radius:50%;pointer-events:none}.fz-home-hero .fz-hero-inner::before{width:110px;height:110px;left:7%;bottom:-42px;background:rgba(255,122,0,.1)}.fz-home-hero .fz-hero-inner::after{width:155px;height:155px;right:6%;top:-75px;border:24px solid rgba(95,60,191,.08)}.fz-hero-copy{position:relative;z-index:1}.fz-hero h1{font-size:clamp(2.6rem, 5.7vw, 4.7rem)}.fz-hero-copy>p{max-width:580px}.fz-theme-scroller{gap:14px;width:min(980px,100%)}.fz-theme-card{min-height:142px;border-radius:34px;box-shadow:inset 0 1px rgba(255,255,255,.25),0 12px 26px rgba(65,40,130,.12)}.fz-theme-card:nth-child(2),.fz-theme-card:nth-child(4){transform:translateY(10px)}.fz-theme-card:hover{transform:translateY(-5px) rotate(-1deg);box-shadow:0 20px 38px rgba(65,40,130,.2)}.fz-theme-card:nth-child(2):hover,.fz-theme-card:nth-child(4):hover{transform:translateY(4px) rotate(1deg)}.fz-theme-emoji{display:grid;place-items:center;width:56px;height:56px;border-radius:50%;background:rgba(255,255,255,.22);font-size:2rem!important;line-height:1}.fz-theme-card:nth-child(2) .fz-theme-emoji{background:rgba(255,255,255,.35)}.fz-trust-strip{border:0;background:0 0}.fz-trust-strip .fz-shell{min-height:58px;margin-top:12px;padding:9px 18px;border-radius:999px;background:#fff;box-shadow:0 8px 24px rgba(74,45,160,.07)}.fz-product-grid{gap:22px}.fz-product-card,.woocommerce ul.products li.product{border:0!important;border-radius:30px!important;box-shadow:0 10px 30px rgba(74,45,160,.08);overflow:hidden}.fz-product-card:hover,.woocommerce ul.products li.product:hover{transform:translateY(-5px);box-shadow:var(--fz-shadow-hover)}.fz-product-card__image{margin:10px;border-radius:23px;background:#f7f6fa;overflow:hidden}.fz-product-card__body{padding:8px 18px 20px}.woocommerce ul.products li.product a img{margin:10px!important;width:calc(100% - 20px);border-radius:23px;background:#f7f6fa}.woocommerce ul.products li.product .woocommerce-loop-product__title{padding-inline:18px!important}.woocommerce ul.products li.product .price{padding-inline:18px}.woocommerce ul.products li.product .button{margin-left:18px!important}.fz-sale-badge,.woocommerce span.onsale{top:18px!important;left:18px!important}.fz-collection-grid{grid-template-columns:1.12fr .92fr .92fr;grid-template-rows:220px 220px;gap:18px}.fz-collection-card,.fz-collection-card:first-child{min-height:0;border-radius:36px;padding:26px;box-shadow:0 14px 36px rgba(72,45,139,.13);transition:transform .25s cubic-bezier(.16,1,.3,1),box-shadow .25s ease}.fz-collection-card:first-child{grid-row:1/span 2}.fz-collection-card:nth-child(2){grid-column:2/span 2}.fz-collection-card:hover{transform:translateY(-5px);box-shadow:var(--fz-shadow-hover)}.fz-collection-card::after{inset:28% 0 0;border-radius:inherit}.fz-collection-card.no-image::after{display:none}.fz-collection-card.no-image{background:linear-gradient(145deg,#6744ca,#4b2d9d)}.fz-collection-card--oktoberfest.no-image{background:linear-gradient(145deg,#ff8a19,#e56c00)}.fz-collection-card--halloween.no-image{background:linear-gradient(145deg,#704fc9,#3f277c)}.fz-collection-card--foute-party.no-image{background:linear-gradient(145deg,#8d4ac0,#65309d)}.fz-collection-card img{transition:transform .45s cubic-bezier(.16,1,.3,1)}.fz-collection-card:hover img{transform:scale(1.035)}.fz-collection-emoji{position:absolute;z-index:2;top:22px;right:22px;display:grid;place-items:center;width:62px;height:62px;border-radius:50%;background:rgba(255,255,255,.9);box-shadow:0 10px 25px rgba(34,20,70,.14);font-size:2rem}.fz-collection-card.no-image .fz-collection-emoji{width:84px;height:84px;font-size:2.8rem}.fz-collection-copy{position:relative;z-index:2}.fz-collection-copy strong{font-size:clamp(1.2rem,2vw,1.6rem)}.fz-events{gap:18px}.fz-event{min-height:310px;border:0;border-radius:34px;padding:24px;box-shadow:0 10px 30px rgba(74,45,160,.08)}.fz-event:nth-child(2n){transform:translateY(12px)}.fz-event__emoji{display:grid;place-items:center;width:58px;height:58px;border-radius:50%;background:var(--fz-lilac);font-size:1.9rem}.fz-countdown{padding:12px;border-radius:22px;background:#f7f5fb}.fz-countdown span{text-align:center}.fz-blog-grid{grid-template-columns:1.25fr 1fr 1fr;gap:20px}.fz-blog-card{border:0;border-radius:34px;box-shadow:0 12px 32px rgba(74,45,160,.08)}.fz-blog-card:first-child{transform:rotate(-.45deg)}.fz-blog-card:nth-child(3){transform:rotate(.45deg)}.fz-blog-card__image{margin:10px;border-radius:26px}.fz-blog-card__body{padding:12px 22px 24px}.fz-blog-card:hover{box-shadow:var(--fz-shadow-hover)}.fz-blog-chip{border-radius:999px}.fz-feedback-section{background:#f0ebff}.fz-reviews{display:grid;grid-template-columns:repeat(auto-fit,minmax(235px,1fr));gap:18px}.fz-review,.fz-review-score{min-height:220px;padding:26px;border-radius:34px;transition:transform .2s ease,box-shadow .2s ease}.fz-review-score{display:flex;flex-direction:column;align-items:flex-start;background:var(--fz-purple);color:#fff;box-shadow:0 14px 34px rgba(74,45,160,.18)}.fz-review-score:hover,.fz-review:hover{transform:translateY(-4px);box-shadow:var(--fz-shadow-hover)}.fz-review-score strong{margin-top:auto;font-size:3.6rem}.fz-review-score p{margin:5px 0 12px}.fz-trustpilot-label{font-size:1.05rem;font-weight:900}.fz-review-link{margin-top:8px;font-size:.82rem;font-weight:900}.fz-review{display:flex;flex-direction:column;border:0;background:#fff;box-shadow:0 10px 30px rgba(74,45,160,.08)}.fz-review blockquote{margin:0;display:flex;flex:1;flex-direction:column}.fz-review blockquote p{margin:22px 0;font-size:1.08rem;line-height:1.5}.fz-review blockquote p{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3}.fz-review blockquote footer{margin-top:auto;font-weight:900}.fz-review blockquote footer span{display:block;margin-top:2px;color:var(--fz-muted);font-size:.75rem;font-weight:600}.fz-stars{font-size:1.08rem;letter-spacing:2px}.fz-newsletter{border-radius:38px;padding:36px;box-shadow:0 16px 40px rgba(74,45,160,.16)}.fz-page{padding:44px 0 82px}.fz-page__header{position:relative;max-width:none;margin-bottom:30px;padding:38px 42px;border-radius:38px;background:var(--fz-lilac);overflow:hidden}.fz-page__header h1{max-width:780px;font-size:clamp(2.3rem,5vw,4rem)}.fz-page__header p{margin:10px 0 0;color:var(--fz-muted)}.fz-page-icon{position:absolute;right:38px;top:50%;transform:translateY(-50%);font-size:clamp(3rem,7vw,6rem);opacity:.9}.fz-service-layout{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:28px;align-items:start}.fz-service-prose{max-width:none;padding:clamp(25px,4vw,46px);border-radius:36px;background:#fff;box-shadow:0 10px 30px rgba(74,45,160,.06)}.fz-service-prose>:first-child{margin-top:0}.fz-service-prose h2{font-size:clamp(1.45rem,3vw,2rem)}.fz-service-help{position:sticky;top:102px;padding:26px;border-radius:32px;background:var(--fz-purple);color:#fff}.fz-service-help>span{font-size:2rem}.fz-service-help h2{margin:12px 0 8px;font-size:1.25rem}.fz-service-help p{color:rgba(255,255,255,.88)}.fz-contact-grid{grid-template-columns:.88fr 1.12fr;gap:24px}.fz-contact-card,.fz-contact-form{border:0;border-radius:36px;padding:clamp(24px,4vw,40px);box-shadow:0 12px 34px rgba(74,45,160,.08)}.fz-contact-card{background:var(--fz-purple);color:#fff}.fz-contact-card p{color:rgba(255,255,255,.88)}.fz-contact-list a{color:#fff}.fz-contact-list>*{padding:12px 14px;border-radius:18px;background:rgba(255,255,255,.11)}.fz-field input,.fz-field textarea{border-radius:18px;padding:13px 15px;background:#fbfaff}.fz-field input:focus,.fz-field textarea:focus{outline:0;border-color:var(--fz-purple);box-shadow:0 0 0 4px rgba(95,60,191,.11)}.fz-faq{max-width:980px;margin-inline:auto}.fz-faq details{margin:12px 0;border:0;border-radius:24px;box-shadow:0 8px 24px rgba(74,45,160,.06)}.fz-faq summary{padding:20px 24px}.fz-faq details div{padding:0 24px 22px}.fz-page--over-ons{padding-top:24px}.fz-about-hero{display:grid;grid-template-columns:1.05fr .95fr;gap:28px;min-height:520px;padding:clamp(26px,5vw,62px);border-radius:48px;background:var(--fz-purple);color:#fff;overflow:hidden}.fz-about-copy{align-self:center}.fz-about-chip{display:inline-flex;padding:8px 13px;border-radius:999px;background:rgba(255,255,255,.13);font-size:.82rem;font-weight:900}.fz-about-copy h1{margin:18px 0;font-size:clamp(2.5rem,5.5vw,4.6rem);line-height:.98;letter-spacing:-.05em}.fz-about-copy h1 em{color:#ffad52;font-style:normal}.fz-about-copy p{max-width:560px;color:rgba(255,255,255,.88);font-size:1.08rem}.fz-about-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}.fz-about-visual{position:relative;min-height:390px}.fz-about-product{position:absolute;display:grid;place-items:center;overflow:hidden;border:8px solid rgba(255,255,255,.96);border-radius:34px;background:#fff;box-shadow:0 20px 45px rgba(37,20,77,.22)}.fz-about-product img{width:100%;height:100%;object-fit:contain}.fz-about-product--1{width:56%;height:67%;right:4%;top:3%;transform:rotate(4deg)}.fz-about-product--2{width:48%;height:58%;left:0;bottom:0;transform:rotate(-5deg)}.fz-about-product--3{width:38%;height:43%;right:1%;bottom:-2%;transform:rotate(7deg)}.fz-about-fallback{height:100%;display:grid;grid-template-columns:repeat(3,1fr);place-items:center;gap:12px}.fz-about-fallback span{display:grid;place-items:center;width:120px;height:120px;border-radius:50%;background:rgba(255,255,255,.14);font-size:3.5rem}.fz-about-values{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:18px;margin:24px 0 70px}.fz-about-values>div{padding:26px;border-radius:30px;background:#fff;box-shadow:0 10px 30px rgba(74,45,160,.07)}.fz-about-values>div:first-child{background:#fff3e7}.fz-about-values span{font-size:2rem}.fz-about-values strong{display:block;margin-top:14px;font-size:1.08rem}.fz-about-values p{margin:5px 0 0;color:var(--fz-muted)}.fz-about-story{display:grid;grid-template-columns:1.2fr .8fr;gap:40px;align-items:center;margin:70px 0}.fz-about-story-copy h2,.fz-about-team h2{margin-top:0;font-size:clamp(2rem,4vw,3rem);line-height:1.05}.fz-about-story-copy p{max-width:680px;color:var(--fz-muted);font-size:1.04rem}.fz-about-milestone{padding:38px;border-radius:50px 50px 50px 14px;background:var(--fz-lilac)}.fz-about-milestone span{display:block;color:var(--fz-purple);font-size:clamp(3.2rem,6vw,5.4rem);font-weight:900;line-height:1}.fz-about-milestone strong{display:block;margin-top:16px;font-size:1.15rem}.fz-about-milestone p{color:var(--fz-muted)}.fz-about-team{margin:70px 0;padding:clamp(26px,4vw,46px);border-radius:42px;background:var(--fz-lilac)}.fz-about-team-head{max-width:650px}.fz-about-team-head p{color:var(--fz-muted)}.fz-founder-cards{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:28px}.fz-founder-cards article{display:grid;grid-template-columns:74px 1fr;gap:18px;align-items:center;padding:22px;border-radius:30px;background:#fff}.fz-founder-mark{display:grid;place-items:center;width:74px;height:74px;border-radius:50%;background:var(--fz-purple);color:#fff;font-size:1.6rem;font-weight:900}.fz-founder-cards h3{margin:0 0 5px}.fz-founder-cards p{margin:0;color:var(--fz-muted)}.fz-about-cta{display:grid;grid-template-columns:auto 1fr auto;gap:22px;align-items:center;padding:30px 36px;border-radius:38px;background:var(--fz-purple);color:#fff}.fz-about-cta>span{font-size:2.7rem}.fz-about-cta h2{margin:0 0 4px}.fz-about-cta p{margin:0;color:rgba(255,255,255,.86)}.fz-archive-head{margin:14px;border-radius:0 0 42px 42px;padding:46px 0 32px}.fz-filters{border:0;border-radius:28px;box-shadow:0 10px 28px rgba(74,45,160,.07)}.fz-shop-main .woocommerce-ordering select{border-radius:999px}.woocommerce-product-gallery__wrapper{border:0;border-radius:36px;box-shadow:0 12px 34px rgba(74,45,160,.08)}.flex-control-thumbs li{border-radius:16px}.fz-volume-discount{border-radius:26px}.fz-volume-discount__tiers span{border-radius:16px}.woocommerce table.shop_table{border-radius:28px!important}.woocommerce-checkout #payment{border-radius:28px!important}.woocommerce form .form-row input.input-text,.woocommerce form .form-row select,.woocommerce form .form-row textarea{border-radius:16px}.fz-cart-panel,.fz-drawer-panel{border-radius:30px 0 0 30px}.fz-drawer-panel{border-radius:0 30px 30px 0}.fz-drawer-theme{border-radius:24px}.fz-site-footer{margin:24px 14px 14px;border-radius:48px 48px 24px 24px;overflow:hidden;box-shadow:0 -8px 34px rgba(74,45,160,.08)}.fz-footer-newsletter input{min-height:44px}.fz-payment-label span{border-radius:999px;padding:5px 9px}@media (prefers-reduced-motion:no-preference){.fz-observe{opacity:0;transform:translateY(18px);transition:opacity .55s cubic-bezier(.16,1,.3,1),transform .55s cubic-bezier(.16,1,.3,1)}.fz-observe.is-visible{opacity:1;transform:translateY(0)}}@media (max-width:1060px){.fz-collection-grid{grid-template-columns:1fr 1fr;grid-template-rows:230px 230px}.fz-collection-card:first-child{grid-row:auto}.fz-collection-card:nth-child(2){grid-column:auto}.fz-about-hero{grid-template-columns:1fr .85fr}.fz-service-layout{grid-template-columns:1fr 270px}}@media (max-width:767px){:root{--fz-radius:22px;--fz-radius-lg:28px;--fz-radius-xl:34px}.fz-shell{width:min(calc(100% - 24px),1280px)}.fz-section{padding:46px 0}.fz-section--tint{width:calc(100% - 12px);margin-block:8px;border-radius:34px}.fz-announcement,.fz-site-header{width:100%}.fz-header-row,.fz-site-header.is-compact .fz-header-row{min-height:62px}.fz-logo{padding:4px 6px;border-radius:13px}.fz-home-hero{padding:8px 6px 0}.fz-home-hero .fz-hero-inner{padding:40px 0 48px;border-radius:0 0 36px 36px}.fz-hero h1{font-size:clamp(2.45rem,12vw,3.5rem)}.fz-theme-scroller{width:calc(100vw - 6px);gap:11px}.fz-theme-card{flex-basis:142px;min-height:122px;border-radius:28px}.fz-theme-card:nth-child(2),.fz-theme-card:nth-child(4){transform:none}.fz-theme-emoji{width:50px;height:50px;font-size:1.75rem!important}.fz-trust-strip .fz-shell{width:calc(100% - 12px);border-radius:24px;padding-inline:14px;justify-content:flex-start}.fz-product-grid{gap:12px}.fz-product-card{border-radius:23px!important}.fz-product-card__image{margin:7px;border-radius:18px}.fz-product-card__body{padding:7px 12px 15px}.fz-collection-grid{display:flex;gap:12px;overflow-x:auto;grid-template:none}.fz-collection-card,.fz-collection-card:first-child{flex:0 0 79vw;min-height:260px;border-radius:30px}.fz-collection-card:nth-child(2){grid-column:auto}.fz-collection-emoji{width:56px;height:56px;font-size:1.7rem}.fz-event{flex-basis:84vw;border-radius:30px}.fz-event:nth-child(2n){transform:none}.fz-blog-card{flex-basis:86vw;border-radius:29px}.fz-blog-card:first-child,.fz-blog-card:nth-child(3){transform:none}.fz-reviews{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory}.fz-review,.fz-review-score{flex:0 0 82vw;min-height:220px;border-radius:30px;scroll-snap-align:start}.fz-newsletter{border-radius:30px;padding:24px}.fz-page{padding-top:24px}.fz-page__header{padding:28px 24px;border-radius:30px}.fz-page-icon{right:20px;top:22px;transform:none;font-size:2.7rem;opacity:.42}.fz-contact-grid,.fz-service-layout{grid-template-columns:1fr}.fz-service-help{position:static}.fz-contact-card,.fz-contact-form,.fz-service-prose{border-radius:28px}.fz-about-hero{grid-template-columns:1fr;min-height:0;padding:30px 24px;border-radius:34px}.fz-about-copy h1{font-size:clamp(2.5rem,11vw,3.5rem)}.fz-about-visual{min-height:300px}.fz-about-values{display:flex;gap:12px;margin:14px 0 48px;overflow-x:auto;scroll-snap-type:x mandatory}.fz-about-values>div{flex:0 0 78vw;scroll-snap-align:start;border-radius:27px}.fz-about-story{grid-template-columns:1fr;gap:20px;margin:48px 0}.fz-about-milestone{border-radius:34px 34px 34px 12px}.fz-about-team{margin:48px 0;border-radius:32px}.fz-founder-cards{grid-template-columns:1fr}.fz-founder-cards article{grid-template-columns:60px 1fr}.fz-founder-mark{width:60px;height:60px}.fz-about-cta{grid-template-columns:auto 1fr;padding:24px;border-radius:30px}.fz-about-cta .fz-btn{grid-column:1/-1;width:100%}.fz-archive-head{margin:6px;border-radius:0 0 30px 30px}.fz-site-footer{margin:12px 6px 6px;border-radius:34px 34px 18px 18px}.fz-cart-panel{border-radius:28px 0 0 28px}.fz-drawer-panel{border-radius:0 28px 28px 0}}@media (max-width:430px){.fz-about-product--1{width:58%}.fz-about-product--2{width:52%}.fz-about-product--3{width:42%}.fz-review,.fz-review-score{flex-basis:87vw}}@media (prefers-reduced-motion:reduce){.fz-blog-card:first-child,.fz-blog-card:nth-child(3),.fz-event:nth-child(2n),.fz-theme-card:nth-child(2),.fz-theme-card:nth-child(4){transform:none}}:root{--fz-v3-radius-card:30px;--fz-v3-radius-media:38px;--fz-v3-radius-control:16px;--fz-v3-shadow:0 18px 48px rgba(74, 45, 160, .09)}.fz-announcement{position:relative;z-index:42;background:#5f3cbf;color:#fefefe}.fz-announcement .fz-shell{min-height:33px}.fz-site-header{background:rgba(254,254,254,.98);border-bottom:1px solid #ebe7f4;box-shadow:0 8px 28px rgba(56,40,91,.06);backdrop-filter:blur(16px) saturate(140%)}.fz-header-row,.fz-site-header.is-compact .fz-header-row{min-height:70px;grid-template-columns:138px minmax(0,1fr) auto;gap:14px}.fz-site-header.is-compact .fz-header-row{min-height:64px}.fz-logo{width:132px;padding:0;border-radius:0;background:0 0}.fz-logo .custom-logo,.fz-logo img{width:132px;max-height:48px}.fz-nav{min-width:0;color:#332f3a}.fz-nav ul{justify-content:center;gap:2px}.fz-nav a{gap:4px;padding:8px 7px;border-radius:999px;color:#332f3a;font-size:clamp(.76rem, .82vw, .87rem);line-height:1}.fz-nav .current-menu-item>a,.fz-nav a:hover{background:#f1edff;color:#4a2da0}.fz-nav-emoji{display:inline-block;font-size:.95rem}.fz-nav .fz-nav-separator{margin-left:7px;padding-left:13px;border-color:#ddd7e8}.fz-header-actions{gap:2px}.fz-header-icon{width:39px;height:39px;color:#332f3a}.fz-header-icon:hover{background:#f1edff;color:#4a2da0}.fz-cart-count{top:0;right:-2px;background:#6f3de8;color:#fefefe;box-shadow:0 0 0 2px #fefefe}.fz-product-page{width:min(calc(100% - 44px),1320px);padding:34px 0 72px}.single-product div.product{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(390px,.76fr);align-items:start;gap:clamp(28px,4vw,58px)}.single-product div.product>*{min-width:0}.single-product div.product .woocommerce-product-gallery{width:auto!important;float:none!important;margin:0!important}.single-product .woocommerce-product-gallery__wrapper{border:1px solid #eeeaf5;border-radius:var(--fz-v3-radius-media);background:#fefefe;box-shadow:0 16px 42px rgba(66,47,104,.06);overflow:hidden}.single-product .woocommerce-product-gallery__image a{min-height:clamp(520px,57vw,690px);padding:clamp(22px,4vw,48px);background:#fefefe}.single-product .woocommerce-product-gallery__image img{width:100%;max-height:640px;object-fit:contain;object-position:center}.single-product .woocommerce-product-gallery__trigger{top:18px!important;right:18px!important;border-radius:50%!important;background:#fefefe!important;box-shadow:0 8px 22px rgba(50,38,77,.1)}.single-product .flex-control-thumbs{gap:10px;margin-top:12px!important;padding:2px 2px 8px!important;overflow-x:auto;scrollbar-width:none}.single-product .flex-control-thumbs::-webkit-scrollbar{display:none}.single-product .flex-control-thumbs li{flex:0 0 82px;width:82px!important;border:2px solid transparent;border-radius:20px;background:#fefefe;box-shadow:0 6px 18px rgba(59,43,91,.06);overflow:hidden}.single-product .flex-control-thumbs li:has(img.flex-active){border-color:#6f3de8}.single-product .flex-control-thumbs img{aspect-ratio:1/1;padding:5px;object-fit:contain}.single-product div.product .summary{position:sticky;top:118px;width:auto!important;float:none!important;margin:0!important;padding:clamp(24px,3vw,34px);border:1px solid #e7e0f7;border-radius:var(--fz-v3-radius-card);background:#fefefe;box-shadow:var(--fz-v3-shadow)}.fz-stock-badge{display:inline-flex;align-items:center;gap:7px;margin-bottom:14px;color:#236a42;font-size:.82rem;font-weight:800}.fz-stock-badge span{width:8px;height:8px;border-radius:50%;background:#2ba568;box-shadow:0 0 0 5px #e8f7ef}.fz-stock-badge.is-out{color:#8f3a34}.single-product .product_title{max-width:14ch;margin:0 0 13px;color:#29272e;font-size:clamp(2rem, 3.3vw, 3.15rem);font-weight:900;line-height:.99;letter-spacing:-.045em}.single-product .summary .woocommerce-variation-price .price,.single-product .summary>.price{display:block;margin:0 0 22px;color:#5a32b9!important;font-size:clamp(1.65rem, 2.4vw, 2rem)!important;font-weight:900}.single-product .summary .price del{color:#817b8c;font-size:.75em;font-weight:600}.single-product .summary .price ins{text-decoration:none}.single-product .woocommerce-product-details__short-description{margin:-7px 0 20px;color:#66616e;font-size:.95rem}.single-product .summary form.cart{margin:0 0 18px!important}.single-product .summary form.cart .variations{display:block;width:100%;margin:0 0 16px;border:0}.single-product .summary form.cart .variations tbody,.single-product .summary form.cart .variations tr{display:block;width:100%}.single-product .summary form.cart .variations tr{margin-bottom:12px}.single-product .summary form.cart .variations td,.single-product .summary form.cart .variations th{display:block;width:100%;padding:0;text-align:left}.single-product .summary form.cart .variations th{margin-bottom:7px}.single-product .summary form.cart .variations label{color:#39353f;font-size:.88rem;font-weight:900}.single-product .summary form.cart select{width:100%!important;min-width:0!important;min-height:54px;padding:11px 44px 11px 15px;border:1px solid #d9d2e8;border-radius:var(--fz-v3-radius-control);background-color:#fbfaff;color:#332f3a;box-shadow:inset 0 1px 1px rgba(61,47,90,.02)}.single-product .summary form.cart select:focus{border-color:#6f3de8;outline:3px solid rgba(111,61,232,.12)}.single-product .reset_variations{display:inline-block;margin-top:7px;color:#6b6575;font-size:.78rem;text-decoration:underline}.single-product .woocommerce-variation-description{color:#625d69;font-size:.88rem}.single-product .woocommerce-variation-availability{margin:4px 0 10px;color:#236a42;font-size:.83rem;font-weight:800}.single-product .woocommerce-variation.single_variation{margin-bottom:8px}.single-product .woocommerce-variation-add-to-cart,.single-product form.cart:not(.variations_form){display:grid!important;grid-template-columns:72px minmax(0,1fr) minmax(0,1fr);gap:9px;align-items:stretch}.single-product .woocommerce-variation-add-to-cart.woocommerce-variation-add-to-cart-disabled{opacity:.58}.single-product .quantity{margin:0!important}.single-product .quantity .qty{width:72px!important;height:54px;min-height:54px;padding:8px;border:1px solid #d9d2e8;border-radius:var(--fz-v3-radius-control);background:#fbfaff;color:#332f3a;text-align:center}.fz-tryon-button,.single-product .single_add_to_cart_button{min-height:54px!important;margin:0!important;padding:10px 15px!important;border:0;border-radius:999px!important;font-size:.88rem!important;font-weight:900!important;line-height:1!important;white-space:nowrap;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.single-product .single_add_to_cart_button{background:#5f3cbf!important;color:#fefefe!important;box-shadow:0 9px 20px rgba(95,60,191,.2)!important}.single-product .single_add_to_cart_button:hover{background:#4a2da0!important;transform:translateY(-1px)}.fz-tryon-button{display:inline-flex;align-items:center;justify-content:center;gap:7px;background:#f0ebff;color:#4a2da0;box-shadow:inset 0 0 0 1px #dcd2f7}.fz-tryon-button:hover{background:#e7dfff;transform:translateY(-1px);box-shadow:inset 0 0 0 1px #cbbcf1,0 8px 18px rgba(95,60,191,.1)}.fz-tryon-button:active,.single-product .single_add_to_cart_button:active{transform:translateY(1px) scale(.985)}.single-product .fz-volume-discount{margin:17px 0 14px;padding:17px;border:1px solid #e6def8;border-radius:22px;background:#f6f3ff}.single-product .fz-volume-discount strong{margin-bottom:10px;font-size:.88rem}.single-product .fz-volume-discount__tiers{gap:7px}.single-product .fz-volume-discount__tiers span{padding:9px 5px;border:1px solid #eee9f8;border-radius:14px;background:#fefefe;color:#4e4956;font-size:.76rem}.single-product .fz-volume-discount__tiers b{color:#302c37;font-size:.84rem}.single-product .fz-product-usps{gap:0;margin:6px 0 0;padding-top:7px}.single-product .fz-product-usps>span{display:grid;grid-template-columns:24px 1fr;gap:7px;align-items:center;min-height:35px;color:#5d5864;font-size:.83rem}.single-product .fz-product-usps b{display:grid;place-items:center;width:22px;height:22px;border-radius:50%;background:#edf8f1;color:#237247;font-size:.75rem}.woocommerce div.product .woocommerce-tabs{grid-column:1/-1;margin-top:34px;padding:0}.woocommerce div.product .woocommerce-tabs ul.tabs{display:flex;gap:6px;width:fit-content;max-width:100%;margin:0 0 14px!important;padding:5px!important;border:1px solid #e4ddf2;border-radius:999px;background:#f4f0ff;overflow-x:auto;scrollbar-width:none}.woocommerce div.product .woocommerce-tabs ul.tabs::-webkit-scrollbar{display:none}.woocommerce div.product .woocommerce-tabs ul.tabs::before{display:none!important}.woocommerce div.product .woocommerce-tabs ul.tabs li{flex:0 0 auto;margin:0!important;padding:0!important;border:0!important;border-radius:999px!important;background:0 0!important}.woocommerce div.product .woocommerce-tabs ul.tabs li::after,.woocommerce div.product .woocommerce-tabs ul.tabs li::before{display:none!important}.woocommerce div.product .woocommerce-tabs ul.tabs li a{padding:10px 17px!important;border-radius:999px;color:#625d69!important;font-size:.87rem;font-weight:800!important;white-space:nowrap}.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{background:#fefefe;color:#4a2da0!important;box-shadow:0 5px 15px rgba(67,48,107,.08)}.woocommerce div.product .woocommerce-tabs .panel{margin:0!important;padding:clamp(24px,4vw,38px);border:1px solid #ebe6f3;border-radius:var(--fz-v3-radius-card);background:#fefefe;color:#504b57;box-shadow:0 12px 34px rgba(62,46,90,.05)}.woocommerce div.product .woocommerce-tabs .panel>h2:first-child{display:none}.woocommerce div.product .woocommerce-tabs .panel p:first-child{margin-top:0}.woocommerce div.product .woocommerce-tabs .panel p:last-child{margin-bottom:0}.woocommerce div.product .woocommerce-tabs .woocommerce-product-attributes{max-width:780px;margin:0;border:0}.woocommerce div.product .woocommerce-tabs .woocommerce-product-attributes tr:nth-child(2n) td,.woocommerce div.product .woocommerce-tabs .woocommerce-product-attributes tr:nth-child(2n) th{background:#faf8ff}.woocommerce div.product .woocommerce-tabs .woocommerce-product-attributes td,.woocommerce div.product .woocommerce-tabs .woocommerce-product-attributes th{padding:12px 14px;border:0;border-radius:12px}.fz-shipping-tab{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.fz-shipping-tab>div{padding:18px;border-radius:20px;background:#f7f4ff}.fz-shipping-tab strong{display:block;margin-bottom:6px;color:#352f40}.fz-shipping-tab span{display:block;color:#686170;font-size:.88rem}.fz-shipping-tab p{grid-column:1/-1;display:flex;gap:18px;margin:5px 0 0!important}.fz-shipping-tab a{color:#5f3cbf;font-weight:800;text-decoration:underline;text-underline-offset:3px}.woocommerce div.product .related.products,.woocommerce div.product .up-sells{grid-column:1/-1;margin-top:48px}.single-product .related.products>h2,.single-product .up-sells>h2{font-size:clamp(1.6rem, 3vw, 2.2rem)}.fz-size-advice{grid-column:1/-1;display:grid;grid-template-columns:auto 1fr auto;gap:18px;align-items:center;margin-top:34px;padding:25px 28px;border-radius:var(--fz-v3-radius-card);background:#eef8f2;color:#244735}.fz-size-advice__icon{display:grid;place-items:center;width:54px;height:54px;border-radius:50%;background:#d9f0e2;font-size:1.45rem}.fz-size-advice h2{margin:0 0 3px;font-size:1.18rem}.fz-size-advice p{margin:0;color:#4f6a5a;font-size:.9rem}.fz-size-advice .fz-btn{box-shadow:none;white-space:nowrap}body.fz-tryon-open{overflow:hidden}.fz-tryon{position:fixed;inset:0;z-index:120;visibility:hidden;pointer-events:none}.fz-tryon.is-open{visibility:visible;pointer-events:auto}.fz-tryon [hidden]{display:none!important}.fz-tryon__scrim{position:absolute;inset:0;border:0;background:rgba(32,24,48,.58);opacity:0;transition:opacity .22s ease}.fz-tryon.is-open .fz-tryon__scrim{opacity:1}.fz-tryon__dialog{position:absolute;top:50%;left:50%;width:min(calc(100% - 28px),820px);max-height:min(88dvh,820px);border-radius:34px;background:#fefefe;box-shadow:0 28px 90px rgba(27,20,43,.28);overflow:auto;transform:translate(-50%,-47%) scale(.98);opacity:0;transition:transform .24s cubic-bezier(.16, 1, .3, 1),opacity .2s ease}.fz-tryon.is-open .fz-tryon__dialog{transform:translate(-50%,-50%) scale(1);opacity:1}.fz-tryon__head{position:sticky;top:0;z-index:2;display:flex;justify-content:space-between;gap:18px;align-items:center;padding:22px 24px 17px;border-bottom:1px solid #eee9f6;background:rgba(254,254,254,.97);backdrop-filter:blur(12px)}.fz-tryon__head>div{display:flex;align-items:center;gap:10px}.fz-tryon__head h2{margin:0;color:#2f2b35;font-size:clamp(1.25rem, 3vw, 1.65rem);line-height:1.05}.fz-tryon__spark{color:#6f3de8;font-size:1.35rem}.fz-tryon__close{flex:0 0 auto;display:grid;place-items:center;width:40px;height:40px;border:0;border-radius:50%;background:#f4f0ff;color:#4a2da0;cursor:pointer}.fz-tryon__body{padding:24px}.fz-tryon__lead{max-width:600px;margin:0 auto 17px;color:#625d69;text-align:center}.fz-tryon__tips{display:flex;flex-wrap:wrap;justify-content:center;gap:7px;margin-bottom:22px}.fz-tryon__tips span{padding:7px 10px;border-radius:999px;background:#f5f2fb;color:#5e5867;font-size:.76rem;font-weight:700}.fz-tryon__sources{display:grid;grid-template-columns:1fr 1fr;gap:13px}.fz-tryon__source{min-height:178px;padding:22px;border:1px solid #dfd6f1;border-radius:27px;background:#faf8ff;color:#342f3b;cursor:pointer;transition:transform .18s ease,border-color .18s ease,background .18s ease}.fz-tryon__source:hover{transform:translateY(-2px);border-color:#bba9e8;background:#f4f0ff}.fz-tryon__source>span{display:block;margin-bottom:11px;color:#6f3de8;font-size:2rem}.fz-tryon__source strong{display:block;font-size:1.02rem}.fz-tryon__source small{display:block;margin-top:4px;color:#746e7c}.fz-tryon__privacy{margin:15px auto 0;max-width:620px;color:#7b7484;font-size:.74rem;text-align:center}.fz-tryon__preview,.fz-tryon__result{display:grid;grid-template-columns:minmax(0,1fr) minmax(230px,.75fr);gap:24px;align-items:center}.fz-tryon__preview-image,.fz-tryon__result-image{min-height:430px;display:grid;place-items:center;border-radius:27px;background:#f4f1f8;overflow:hidden}.fz-tryon__preview-image img,.fz-tryon__result-image img{width:100%;height:100%;max-height:590px;object-fit:contain}.fz-tryon__preview-copy h3,.fz-tryon__result-actions h3{margin:0 0 8px;color:#312d37;font-size:1.35rem}.fz-tryon__preview-copy p,.fz-tryon__result-actions p{color:#6c6673}.fz-tryon__preview-copy .fz-btn{width:100%;margin-top:8px}.fz-tryon__text-button{display:inline-block;margin-top:11px;padding:7px 0;border:0;background:0 0;color:#5f3cbf;font-weight:800;text-decoration:underline;text-underline-offset:3px;cursor:pointer}.fz-tryon__result-actions{display:flex;flex-direction:column;align-items:flex-start}.fz-tryon__result-actions .fz-btn{margin-top:10px}.fz-tryon__loading{max-width:600px;margin:0 auto;padding:20px 0;text-align:center}.fz-tryon__loading h3{margin:20px 0 5px;color:#312d37;font-size:1.35rem}.fz-tryon__loading>p{margin:0;color:#6e6875}.fz-tryon__skeleton{position:relative;height:310px;border-radius:27px;background:#f1edf8;overflow:hidden}.fz-tryon__skeleton::after{content:"";position:absolute;inset:0;background:linear-gradient(105deg,transparent 35%,rgba(255,255,255,.78) 50%,transparent 65%);transform:translateX(-100%);animation:fz-tryon-shimmer 1.8s ease-in-out infinite}.fz-tryon__skeleton span{position:absolute;left:50%;transform:translateX(-50%);border-radius:999px;background:#e0d8ee}.fz-tryon__skeleton span:first-child{top:35px;width:74px;height:74px;border-radius:50%}.fz-tryon__skeleton span:nth-child(2){top:123px;width:128px;height:132px;border-radius:58px 58px 35px 35px}.fz-tryon__skeleton span:nth-child(3){bottom:26px;width:195px;height:13px}.fz-tryon__facts{display:flex;flex-wrap:wrap;justify-content:center;gap:7px;margin-top:18px}.fz-tryon__facts span{padding:6px 9px;border-radius:999px;background:#f7f5fb;color:#746e7c;font-size:.72rem}@keyframes fz-tryon-shimmer{to{transform:translateX(100%)}}.fz-tryon__error{display:grid;grid-template-columns:auto 1fr auto;gap:16px;align-items:center;padding:22px;border-radius:24px;background:#fff2f1;color:#753a36}.fz-tryon__error>span{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#ffdeda;font-weight:900}.fz-tryon__error h3{margin:0 0 3px}.fz-tryon__error p{margin:0;font-size:.86rem}@media (max-width:1180px){.fz-nav{display:none}.fz-menu-toggle{display:inline-grid}.fz-header-row,.fz-site-header.is-compact .fz-header-row{grid-template-columns:auto 1fr auto}}@media (max-width:900px){.fz-product-page{width:min(calc(100% - 28px),760px);padding-top:22px}.single-product div.product{display:block}.single-product div.product .summary{position:static;margin-top:20px!important}.single-product .woocommerce-product-gallery__image a{min-height:430px}.single-product .product_title{max-width:18ch}.woocommerce div.product .woocommerce-tabs{margin-top:26px}.fz-shipping-tab{grid-template-columns:1fr}.fz-shipping-tab p{grid-column:auto}}@media (max-width:767px){.fz-announcement .fz-shell{min-height:31px}.fz-header-row,.fz-site-header.is-compact .fz-header-row{min-height:60px}.fz-logo,.fz-logo .custom-logo,.fz-logo img{width:116px}.fz-header-icon{width:36px;height:36px}.fz-header-actions{gap:0}.fz-product-page{width:min(calc(100% - 16px),680px);padding:12px 0 52px}.single-product .woocommerce-product-gallery__wrapper{border-radius:28px}.single-product .woocommerce-product-gallery__image a{min-height:360px;padding:17px}.single-product .woocommerce-product-gallery__image img{max-height:480px}.single-product .flex-control-thumbs{padding-left:3px!important}.single-product .flex-control-thumbs li{flex-basis:68px;width:68px!important;border-radius:16px}.single-product div.product .summary{margin-top:13px!important;padding:22px 18px;border-radius:27px}.single-product .product_title{max-width:100%;font-size:clamp(1.85rem, 9vw, 2.5rem)}.single-product .summary .woocommerce-variation-price .price,.single-product .summary>.price{font-size:1.6rem!important}.single-product .woocommerce-variation-add-to-cart,.single-product form.cart:not(.variations_form){grid-template-columns:62px minmax(0,1fr) minmax(0,1fr);gap:6px}.single-product .quantity .qty{width:62px!important}.fz-tryon-button,.single-product .single_add_to_cart_button{padding-inline:8px!important;font-size:.76rem!important}.single-product .fz-volume-discount{padding:14px}.woocommerce div.product .woocommerce-tabs ul.tabs{width:100%;border-radius:22px}.woocommerce div.product .woocommerce-tabs ul.tabs li a{padding:9px 12px!important;font-size:.79rem}.woocommerce div.product .woocommerce-tabs .panel{padding:21px 18px;border-radius:26px}.fz-shipping-tab>div{padding:15px;border-radius:18px}.fz-shipping-tab p{display:grid;gap:7px}.fz-size-advice{grid-template-columns:48px 1fr;gap:12px;padding:20px 18px;border-radius:26px}.fz-size-advice__icon{width:48px;height:48px}.fz-size-advice .fz-btn{grid-column:1/-1;width:100%}.fz-tryon__dialog{top:auto;bottom:0;left:0;width:100%;max-height:92dvh;border-radius:28px 28px 0 0;transform:translateY(24px)}.fz-tryon.is-open .fz-tryon__dialog{transform:translateY(0)}.fz-tryon__head{padding:18px 16px 14px}.fz-tryon__body{padding:18px 16px 24px}.fz-tryon__lead{text-align:left}.fz-tryon__tips{justify-content:flex-start;overflow-x:auto;flex-wrap:nowrap;scrollbar-width:none}.fz-tryon__tips span{flex:0 0 auto}.fz-tryon__sources{gap:9px}.fz-tryon__source{min-height:145px;padding:16px 10px;border-radius:22px}.fz-tryon__preview,.fz-tryon__result{grid-template-columns:1fr;gap:16px}.fz-tryon__preview-image,.fz-tryon__result-image{min-height:330px;max-height:48dvh;border-radius:22px}.fz-tryon__preview-image img,.fz-tryon__result-image img{max-height:48dvh}.fz-tryon__result-actions .fz-btn{width:100%}.fz-tryon__skeleton{height:285px}.fz-tryon__error{grid-template-columns:auto 1fr}.fz-tryon__error .fz-btn{grid-column:1/-1;width:100%}}@media (max-width:430px){.fz-search-trigger{display:inline-grid}.fz-account-link{display:none}.single-product .woocommerce-variation-add-to-cart,.single-product form.cart:not(.variations_form){grid-template-columns:58px minmax(0,1fr) minmax(0,1fr)}.single-product .quantity .qty{width:58px!important}.fz-tryon-button,.single-product .single_add_to_cart_button{font-size:.72rem!important;letter-spacing:-.01em}.woocommerce div.product .woocommerce-tabs ul.tabs li a{padding-inline:10px!important;font-size:.74rem}}@media (prefers-reduced-motion:reduce){.fz-tryon__dialog,.fz-tryon__scrim{transition:none}.fz-tryon__skeleton::after{animation:none}}:root{--fz-v4-card-radius:30px;--fz-v4-control-radius:16px;--fz-v4-purple-shadow:0 24px 60px rgba(72, 45, 139, .11)}.single-product div.product{display:block;width:100%}.single-product .fz-pdp-top{display:grid;grid-template-columns:minmax(0,.82fr) minmax(520px,1.18fr);gap:clamp(28px,3.5vw,52px);align-items:start;width:100%}.single-product .fz-pdp-after>*,.single-product .fz-pdp-top>*{min-width:0}.single-product .fz-pdp-buybox,.single-product .fz-pdp-gallery{width:auto!important;float:none!important}.single-product .fz-pdp-gallery .woocommerce-product-gallery{width:100%!important}.single-product .woocommerce-product-gallery__wrapper{border:1px solid #ece7f4;border-radius:34px;background:#fefefe;box-shadow:0 18px 44px rgba(65,43,112,.07)}.single-product .woocommerce-product-gallery__image a{display:grid!important;place-items:center;min-height:clamp(590px,54vw,720px);padding:clamp(24px,3vw,42px);cursor:zoom-in}.single-product .woocommerce-product-gallery__image img{width:100%;height:auto;max-height:680px;object-fit:contain;object-position:center;user-select:none}.single-product .woocommerce-product-gallery__trigger{width:44px!important;height:44px!important;top:17px!important;right:17px!important;display:grid!important;place-items:center;border:1px solid #eee9f6!important;box-shadow:0 9px 24px rgba(53,39,88,.1)!important}.single-product .flex-control-thumbs{margin-top:14px!important}.single-product div.product .summary.fz-pdp-buybox{position:static;margin:0!important;padding:clamp(28px,3vw,38px);border:1px solid #e4ddf2;border-radius:var(--fz-v4-card-radius);background:#fefefe;box-shadow:var(--fz-v4-purple-shadow)}.single-product .product_title{max-width:none;margin-bottom:14px;font-size:clamp(2.15rem, 3.1vw, 3.35rem);line-height:1.01;letter-spacing:-.045em;text-wrap:balance}.single-product .summary .woocommerce-variation-price .price,.single-product .summary>.price{margin-bottom:24px}.single-product .summary form.cart{margin:5px 0 18px!important;padding:18px;border:1px solid #e9e3f5;border-radius:24px;background:#faf9fe;box-shadow:inset 0 1px 0 rgba(254,254,254,.9),0 12px 30px rgba(70,48,117,.055)}.single-product .summary form.cart .variations{margin-bottom:14px}.single-product .quantity .qty,.single-product .summary form.cart select{border-color:#d7cfe8;background:#fefefe}.single-product .woocommerce-variation-add-to-cart,.single-product form.cart:not(.variations_form){display:flex!important;gap:9px;align-items:stretch;width:100%}.single-product .quantity{flex:0 0 70px}.single-product .quantity .qty{width:70px!important}.single-product .single_add_to_cart_button{position:relative;flex:0 0 62px;width:62px;min-width:62px;padding:0!important;font-size:0!important;border-radius:18px!important;box-shadow:0 12px 24px rgba(95,60,191,.22)!important}.single-product .single_add_to_cart_button:hover{box-shadow:0 15px 28px rgba(95,60,191,.28)!important}.single-product .fz-tryon-button{flex:1 1 auto;min-width:0;min-height:54px!important;border:1px solid #d7ccf4;border-radius:18px!important;background:#f1edff;color:#4a2da0;box-shadow:none;font-size:.88rem!important}.single-product .fz-tryon-button:hover{border-color:#c6b7ec;background:#e9e2ff;box-shadow:0 9px 20px rgba(95,60,191,.1)}.single-product .fz-volume-discount{margin-top:16px;padding:18px;border-color:#e5def5;background:#f6f3ff}.single-product .fz-product-usps{margin-top:12px;padding:12px 3px 0;border-top:1px solid #eee9f5}.single-product .fz-pdp-after{display:block;clear:both;width:100%;margin-top:42px}.single-product .fz-pdp-after::after{content:"";display:table;clear:both}.single-product .fz-size-advice,.single-product .related.products,.single-product .up-sells,.single-product .woocommerce-tabs{position:relative;z-index:1;width:100%;clear:both}.single-product .woocommerce-tabs{margin-top:0}.single-product .related.products,.single-product .up-sells{margin-top:52px}.single-product .related.products ul.products,.single-product .up-sells ul.products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;width:100%}.single-product .related.products ul.products::after,.single-product .related.products ul.products::before,.single-product .up-sells ul.products::after,.single-product .up-sells ul.products::before{display:none}.single-product .related.products ul.products li.product,.single-product .up-sells ul.products li.product{float:none!important;width:100%!important;margin:0!important}body.fz-lightbox-open{overflow:hidden}.fz-product-lightbox{position:fixed;inset:0;z-index:150;visibility:hidden;pointer-events:none}.fz-product-lightbox.is-open{visibility:visible;pointer-events:auto}.fz-product-lightbox [hidden]{display:none!important}.fz-product-lightbox__scrim{position:absolute;inset:0;border:0;background:rgba(31,25,41,.78);opacity:0;transition:opacity .2s ease}.fz-product-lightbox.is-open .fz-product-lightbox__scrim{opacity:1}.fz-product-lightbox__dialog{position:absolute;inset:clamp(12px,3vw,34px);display:grid;grid-template-rows:auto minmax(0,1fr) auto;border:1px solid rgba(255,255,255,.45);border-radius:30px;background:#fbfaff;box-shadow:0 30px 90px rgba(20,15,32,.3);overflow:hidden;opacity:0;transform:scale(.985);transition:opacity .2s ease,transform .24s cubic-bezier(.16, 1, .3, 1)}.fz-product-lightbox.is-open .fz-product-lightbox__dialog{opacity:1;transform:scale(1)}.fz-product-lightbox__top{min-height:64px;display:flex;align-items:center;justify-content:space-between;padding:10px 14px 8px 20px;color:#5f5867;font-size:.82rem;font-weight:800}.fz-product-lightbox__icon,.fz-product-lightbox__nav{display:grid;place-items:center;border:1px solid #e4ddf0;background:#fefefe;color:#312b3c;cursor:pointer}.fz-product-lightbox__icon{width:44px;height:44px;border-radius:50%}.fz-product-lightbox__stage{min-height:0;display:grid;grid-template-columns:54px minmax(0,1fr) 54px;gap:16px;align-items:center;padding:0 18px;touch-action:pan-y}.fz-product-lightbox__media{width:100%;height:100%;min-height:0;display:grid;place-items:center;overflow:hidden;cursor:grab}.fz-product-lightbox__media.is-dragging{cursor:grabbing}.fz-product-lightbox__media img{width:100%;height:100%;max-height:calc(100dvh - 150px);object-fit:contain;object-position:center;user-select:none;transform:translateX(var(--fz-lightbox-drag,0));transition:transform .18s ease,opacity .18s ease}.fz-product-lightbox__media.is-dragging img{transition:none}.fz-product-lightbox__nav{width:54px;height:54px;border-radius:50%;box-shadow:0 10px 25px rgba(52,38,83,.1)}.fz-product-lightbox__icon:hover,.fz-product-lightbox__nav:hover{background:#f1edff;color:#4a2da0}.fz-product-lightbox__hint{margin:0;padding:8px 18px 18px;color:#777080;font-size:.78rem;text-align:center}@media (max-width:1100px){.single-product .fz-pdp-top{grid-template-columns:minmax(0,.9fr) minmax(470px,1.1fr);gap:28px}.single-product .product_title{font-size:clamp(2rem, 3.8vw, 2.8rem)}.single-product .related.products ul.products,.single-product .up-sells ul.products{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:900px){.single-product .fz-pdp-top{display:block}.single-product .woocommerce-product-gallery__image a{min-height:clamp(500px,78vw,650px)}.single-product div.product .summary.fz-pdp-buybox{margin-top:18px!important}.single-product .fz-pdp-after{margin-top:32px}.single-product .related.products ul.products,.single-product .up-sells ul.products{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:767px){.single-product .woocommerce-product-gallery__image a{min-height:455px;padding:18px}.single-product .woocommerce-product-gallery__image img{max-height:575px}.single-product div.product .summary.fz-pdp-buybox{padding:22px 18px}.single-product .summary form.cart{padding:14px;border-radius:21px}.single-product .woocommerce-variation-add-to-cart,.single-product form.cart:not(.variations_form){gap:7px}.single-product .quantity{flex-basis:58px}.single-product .quantity .qty{width:58px!important}.single-product .single_add_to_cart_button{flex-basis:56px;width:56px;min-width:56px}.single-product .fz-tryon-button{padding-inline:10px!important;font-size:.78rem!important}.single-product .related.products ul.products,.single-product .up-sells ul.products{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding:3px 2px 18px}.single-product .related.products ul.products::-webkit-scrollbar,.single-product .up-sells ul.products::-webkit-scrollbar{display:none}.single-product .related.products ul.products li.product,.single-product .up-sells ul.products li.product{flex:0 0 min(76vw,290px);scroll-snap-align:start}.fz-product-lightbox__dialog{inset:8px;border-radius:24px}.fz-product-lightbox__top{min-height:56px;padding:8px 10px 6px 15px}.fz-product-lightbox__stage{grid-template-columns:minmax(0,1fr);padding:0 8px}.fz-product-lightbox__nav{position:absolute;top:50%;z-index:2;width:44px;height:44px;transform:translateY(-50%)}.fz-product-lightbox__nav--prev{left:14px}.fz-product-lightbox__nav--next{right:14px}.fz-product-lightbox__media img{max-height:calc(100dvh - 128px)}.fz-product-lightbox__hint{padding-bottom:14px}}@media (max-width:390px){.single-product .woocommerce-product-gallery__image a{min-height:410px}.single-product .summary form.cart{padding-inline:11px}.single-product .quantity{flex-basis:54px}.single-product .quantity .qty{width:54px!important}.single-product .single_add_to_cart_button{flex-basis:52px;width:52px;min-width:52px}.single-product .fz-tryon-button{font-size:.72rem!important}}@media (prefers-reduced-motion:reduce){.fz-product-lightbox__dialog,.fz-product-lightbox__media img,.fz-product-lightbox__scrim{transition:none}}:root{--fz-v5-card:24px;--fz-v5-control:15px;--fz-v5-soft-shadow:0 14px 38px rgba(72, 45, 139, .08)}.fz-site-header{background:#fefefe;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:0 5px 18px rgba(58,40,91,.055)}.fz-announcement{background:#5f3cbf}.fz-header-row,.fz-site-header.is-compact .fz-header-row{min-height:62px}.fz-site-header.is-compact .fz-header-row{min-height:58px}.fz-logo,.fz-logo .custom-logo,.fz-logo img{width:124px;max-height:45px}.fz-header-icon{width:36px;height:36px}.fz-pdp-mobile-heading{display:none}.single-product div.product .summary.fz-pdp-buybox{padding:clamp(25px,2.8vw,35px)}.single-product .summary .woocommerce-variation-price .price,.single-product .summary>.price{margin-bottom:12px}.single-product .summary form.cart{margin-top:0!important;padding:14px 16px 16px;background:#fbfaff;border-color:#e8e1f4;box-shadow:0 9px 24px rgba(70,48,117,.045)}.single-product .summary form.cart .variations{margin-bottom:7px}.single-product .summary form.cart .variations tr{margin-bottom:7px}.single-product .summary form.cart .variations th{margin-bottom:5px}.single-product .summary form.cart select{min-height:49px;border:1px solid #cec3e5;border-radius:15px;background:#fefefe;color:#302b39;font-size:.95rem;font-weight:700;box-shadow:0 5px 14px rgba(65,43,112,.04)}.single-product .summary form.cart select:hover{border-color:#b8a7dd}.single-product .reset_variations{display:none!important}.single-product .woocommerce-variation.single_variation{margin-bottom:3px}.single-product .woocommerce-variation-availability{margin-bottom:6px}.single-product .fz-product-usps{margin-top:8px}.fz-payment-providers{display:flex;align-items:center;flex-wrap:wrap;gap:7px;margin-top:13px}.fz-payment-ideal,.fz-payment-provider{display:inline-grid;place-items:center;min-width:45px;height:28px;padding:5px 8px;border:1px solid #e7e3ec;border-radius:8px;background:#fefefe}.fz-payment-provider img{width:auto;height:15px;max-width:47px}.fz-payment-ideal{color:#ca0a7d;font-size:.73rem;font-weight:900;letter-spacing:-.03em}.fz-payment-label .fz-payment-providers{margin-top:0}.fz-payment-label .fz-payment-ideal,.fz-payment-label .fz-payment-provider{border-color:rgba(255,255,255,.24)}.woocommerce div.product .woocommerce-tabs{width:100%}.woocommerce div.product .woocommerce-tabs ul.tabs{width:100%;display:grid;grid-template-columns:1fr 1fr 1.35fr;gap:7px;padding:6px!important}.woocommerce div.product .woocommerce-tabs ul.tabs li{text-align:center;min-width:0}.woocommerce div.product .woocommerce-tabs ul.tabs li a{width:100%;padding:11px 15px!important;font-size:.93rem}.woocommerce div.product .woocommerce-tabs .panel{max-width:none;padding:clamp(28px,4vw,44px);font-size:1.04rem;line-height:1.72}.woocommerce div.product .woocommerce-tabs .panel>*{max-width:900px}.woocommerce div.product .woocommerce-tabs .woocommerce-product-attributes{max-width:900px}.woocommerce ul.products li.product .button.product_type_simple,.woocommerce ul.products li.product .button.product_type_variable{min-height:42px;padding:9px 16px!important;border:1px solid #d9cef1;border-radius:999px!important;background:#f1edff!important;color:#4a2da0!important;box-shadow:none!important;font-weight:900}.woocommerce ul.products li.product .button.product_type_simple:hover,.woocommerce ul.products li.product .button.product_type_variable:hover{background:#e8e0ff!important;transform:translateY(-1px)}.fz-blog-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;width:min(100%,1040px);margin-inline:auto}.fz-blog-card,.fz-blog-card:first-child,.fz-blog-card:nth-child(3){transform:none;border-radius:26px}.fz-blog-card__image{aspect-ratio:1/1;margin:8px;border-radius:20px}.fz-blog-card__body{padding:9px 17px 18px}.fz-blog-card h3{font-size:1.02rem}.fz-blog-card p{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.fz-collection-emoji{display:flex;align-items:center;justify-content:center;line-height:1;text-align:center;padding:0 0 2px}.fz-reviews{grid-template-columns:minmax(220px,.72fr) minmax(0,2.28fr)}.fz-review-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;min-width:0}.fz-review-scoreline{display:flex;align-items:baseline;gap:8px;margin-top:auto}.fz-review-scoreline strong{margin-top:0}.fz-review-link{line-height:1.35;text-decoration:underline;text-underline-offset:3px}.fz-review-cards .fz-review{min-height:220px}.fz-archive-head{margin:6px 8px 3px;padding:25px 0 20px;border-radius:0 0 30px 30px}.fz-archive-head h1{margin-block:2px 6px;font-size:clamp(1.8rem, 4vw, 2.7rem)}.fz-archive-description{max-width:68ch;color:#6b6873;font-size:.94rem}.fz-subcategory-links{margin-top:15px;gap:9px}.fz-subcategory-links a{min-height:68px;padding:12px 15px;border-radius:18px}.fz-quick-cats{margin-top:13px}.fz-shop-layout{padding-top:18px}.fz-mobile-shop-dock{display:none}.fz-filter-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.fz-filter-close{display:none}.woocommerce-checkout .fz-page>.fz-shell{width:min(calc(100% - 32px),1480px);max-width:none}.woocommerce-checkout .fz-page{padding-top:24px}.woocommerce-checkout .fz-checkout-page-content,.woocommerce-checkout .fz-onecheckout-form,.woocommerce-checkout .woocommerce{width:100%;max-width:none}.woocommerce-checkout .woocommerce{margin:0 auto 72px}.fz-onecheckout{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(420px,.8fr);gap:28px;align-items:start;width:100%}.fz-onecheckout__main{display:grid;gap:18px;min-width:0}.fz-checkout-details,.fz-onecart,.fz-onecheckout__summary{border:1px solid #e7e1f0;border-radius:28px;background:#fefefe;box-shadow:var(--fz-v5-soft-shadow)}.fz-onecart{padding:23px}.fz-onecart__head{display:flex;align-items:end;justify-content:space-between;gap:15px;margin-bottom:14px}.fz-checkout-section-head>span,.fz-onecart__head span{display:block;color:#6b6873;font-size:.78rem;font-weight:800}.fz-checkout-section-head h2,.fz-onecart__head h2{margin:2px 0 0;font-size:1.35rem;line-height:1.14}.fz-onecart__head>strong{color:#5f3cbf;font-size:.82rem}.fz-onecart__items{display:grid;gap:9px}.fz-onecart__item{display:grid;grid-template-columns:78px minmax(0,1fr) auto;gap:13px;align-items:center;padding:10px;border-radius:20px;background:#faf9fd}.fz-onecart__image{display:grid;place-items:center;width:78px;height:82px;border-radius:15px;background:#fff;overflow:hidden}.fz-onecart__image img{width:100%;height:100%;padding:5px;object-fit:contain}.fz-onecart__copy>strong{display:block;line-height:1.25}.fz-onecart__meta{margin-top:3px;color:#716b78;font-size:.77rem}.fz-onecart__meta dl{margin:0}.fz-onecart__remove{margin-top:4px;padding:0;border:0;background:0 0;color:#746d7b;font-size:.75rem;text-decoration:underline;cursor:pointer}.fz-onecart__end{display:grid;justify-items:end;gap:8px}.fz-onecart__qty{display:grid;grid-template-columns:30px 30px 30px;align-items:center;border:1px solid #ded7e9;border-radius:999px;background:#fff;overflow:hidden}.fz-onecart__qty button{height:34px;border:0;background:0 0;color:#4a2da0;font-weight:900;cursor:pointer}.fz-onecart__qty span{text-align:center;font-size:.85rem;font-weight:800}.fz-onecart__price{color:#4a2da0;font-size:.9rem}.fz-checkout-details{padding:24px}.fz-checkout-section-head{margin-bottom:17px}.fz-checkout-billing .woocommerce-billing-fields>h3,.fz-checkout-shipping .woocommerce-shipping-fields>h3{display:none}.fz-checkout-billing .woocommerce-billing-fields__field-wrapper,.fz-checkout-shipping .woocommerce-shipping-fields__field-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:12px}.fz-checkout-billing .form-row,.fz-checkout-shipping .form-row{float:none!important;width:auto!important;min-width:0;margin:0!important}.fz-checkout-billing .woocommerce-input-wrapper,.fz-checkout-shipping .woocommerce-input-wrapper{display:block;width:100%;min-width:0}.woocommerce-checkout .fz-checkout-billing input.input-text,.woocommerce-checkout .fz-checkout-billing select,.woocommerce-checkout .fz-checkout-billing textarea,.woocommerce-checkout .fz-checkout-shipping input.input-text,.woocommerce-checkout .fz-checkout-shipping select,.woocommerce-checkout .fz-checkout-shipping textarea,.woocommerce-checkout .select2-container{width:100%!important;max-width:100%}.fz-checkout-billing #billing_country_field,.fz-checkout-shipping #shipping_country_field{grid-column:1/-1}.fz-checkout-billing #billing_address_2_field,.fz-checkout-billing #billing_house_number_field,.fz-checkout-billing #billing_postcode_field{grid-column:span 1}.fz-checkout-billing .woocommerce-billing-fields__field-wrapper{grid-template-columns:repeat(6,minmax(0,1fr))}.fz-checkout-billing #billing_address_1_field,.fz-checkout-billing #billing_city_field,.fz-checkout-billing #billing_email_field,.fz-checkout-billing #billing_first_name_field,.fz-checkout-billing #billing_last_name_field,.fz-checkout-billing #billing_phone_field{grid-column:span 3}.fz-checkout-billing #billing_postcode_field{grid-column:span 2}.fz-checkout-billing #billing_house_number_field{grid-column:span 2}.fz-checkout-billing #billing_address_2_field{grid-column:span 2}.fz-checkout-billing #billing_country_field{grid-column:1/-1}.woocommerce form .form-row label{margin-bottom:5px;color:#3b3741;font-size:.8rem;font-weight:900}.woocommerce form .form-row input.input-text,.woocommerce form .form-row select,.woocommerce form .form-row textarea,.woocommerce-checkout .select2-container .select2-selection--single{min-height:49px;border:1px solid #cec6dd;border-radius:14px;background:#fbfaff;color:#302d35;box-shadow:none}.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__rendered{line-height:47px;padding-left:12px}.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__arrow{height:47px;right:7px}.fz-delivery-choice{margin-top:19px;padding:19px;border-radius:22px;background:#f3efff}.fz-delivery-choice__head{display:grid;grid-template-columns:42px 1fr;gap:11px;align-items:start}.fz-delivery-choice__head>span{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#fefefe;font-size:1.25rem}.fz-delivery-choice h3{margin:0 0 4px;font-size:1rem}.fz-delivery-choice__head p{margin:0;color:#686171;font-size:.8rem;line-height:1.48}.fz-delivery-dates{display:flex;gap:8px;margin-top:14px;overflow-x:auto;padding-bottom:3px;scrollbar-width:none}.fz-delivery-dates::-webkit-scrollbar{display:none}.fz-delivery-dates label{flex:0 0 145px;cursor:pointer}.fz-delivery-dates input{position:absolute;opacity:0;pointer-events:none}.fz-delivery-dates label>span{display:block;min-height:68px;padding:11px;border:1px solid #ddd4ef;border-radius:15px;background:#fefefe;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.fz-delivery-dates label:hover>span{transform:translateY(-1px)}.fz-delivery-dates input:checked+span{border-color:#5f3cbf;box-shadow:inset 0 0 0 2px #5f3cbf}.fz-delivery-dates strong{display:block;color:#3c3547;font-size:.8rem}.fz-delivery-dates small{display:block;margin-top:3px;color:#746c7d;font-size:.68rem}.fz-delivery-note{margin:10px 2px 0;color:#756e7e;font-size:.72rem;line-height:1.45}.fz-onecheckout__summary{position:sticky;top:76px;padding:24px}.fz-onecheckout__summary{min-width:0;overflow:hidden}.fz-onecheckout__summary .woocommerce-checkout-review-order{position:static}.fz-onecheckout__summary .shop_table{margin-bottom:14px!important;border:0!important;border-radius:18px!important;background:#faf9fd}.fz-onecheckout__summary .shop_table thead,.fz-onecheckout__summary .shop_table tr.cart_item{display:none}.fz-onecheckout__summary .shop_table td,.fz-onecheckout__summary .shop_table th{padding:11px 13px!important;border-color:#ebe6f1!important;font-size:.84rem}.fz-onecheckout__summary .order-total td,.fz-onecheckout__summary .order-total th{font-size:1rem;color:#302b39}.woocommerce-checkout #payment{padding:7px;border-radius:20px!important;background:#f4f0ff!important}.woocommerce-checkout #payment ul.payment_methods{padding:7px!important;border:0!important}.woocommerce-checkout #payment ul.payment_methods li{margin:5px 0;padding:10px 12px;border-radius:14px;background:#fefefe;overflow-wrap:anywhere}.woocommerce-checkout #payment div.payment_box{margin:8px 0 0;border-radius:12px;background:#f7f5fb;font-size:.8rem}.woocommerce-checkout #payment div.payment_box::before{display:none}.woocommerce-checkout #place_order{width:100%;min-height:54px;margin-top:8px;font-size:.95rem}@media (max-width:1120px){.fz-onecheckout{grid-template-columns:1fr}.fz-onecheckout__summary{position:static}}@media (max-width:767px){.fz-announcement .fz-shell{min-height:28px;font-size:.72rem}.fz-header-row,.fz-site-header.is-compact .fz-header-row{min-height:54px}.fz-site-header.is-compact .fz-header-row{min-height:52px}.fz-logo,.fz-logo .custom-logo,.fz-logo img{width:108px;max-height:42px}.fz-header-icon{width:33px;height:33px}.fz-header-actions{gap:0}.fz-cart-count{top:-1px;right:-2px}.fz-product-page{padding-top:7px}.fz-pdp-mobile-heading{display:block;margin:4px 4px 11px;padding:7px 4px 3px}.fz-mobile-stock{display:flex;align-items:center;gap:7px;margin-bottom:5px;color:#236a42;font-size:.77rem;font-weight:900}.fz-mobile-stock span{width:8px;height:8px;border-radius:50%;background:#2ba568;box-shadow:0 0 0 4px #e8f7ef}.fz-mobile-product-title{color:#29272e;font-size:clamp(1.75rem, 8.5vw, 2.25rem);font-weight:900;line-height:1.02;letter-spacing:-.04em;text-wrap:balance}.single-product div.product .summary.fz-pdp-buybox{margin-top:10px!important;padding:16px 15px 18px;border-radius:23px}.single-product .summary .fz-stock-badge,.single-product .summary .product_title{display:none}.single-product .summary .woocommerce-variation-price .price,.single-product .summary>.price{margin:0 0 7px;font-size:1.52rem!important}.single-product .summary form.cart{margin:0 0 10px!important;padding:11px 12px 13px;border-radius:19px}.single-product .summary form.cart .variations{margin-bottom:4px}.single-product .summary form.cart .variations tr{margin-bottom:4px}.single-product .summary form.cart select{min-height:47px;font-size:.92rem}.single-product .woocommerce-variation-availability{margin-bottom:4px}.single-product .fz-volume-discount{margin-top:10px}.fz-payment-providers{gap:5px;margin-top:10px}.fz-payment-ideal,.fz-payment-provider{min-width:39px;height:25px;padding:4px 6px}.fz-payment-provider img{height:13px;max-width:41px}.woocommerce div.product .woocommerce-tabs{margin-top:20px}.woocommerce div.product .woocommerce-tabs ul.tabs{display:flex;width:100%;gap:5px;overflow-x:auto;border-radius:19px}.woocommerce div.product .woocommerce-tabs ul.tabs li{flex:0 0 auto}.woocommerce div.product .woocommerce-tabs ul.tabs li a{width:auto;padding:10px 13px!important;font-size:.81rem}.woocommerce div.product .woocommerce-tabs .panel{padding:23px 19px;border-radius:22px;font-size:1rem;line-height:1.72}.fz-home-hero{overflow-x:clip}.fz-home-hero .fz-hero-inner{padding:31px 0 35px;overflow:hidden}.fz-home-hero .fz-hero-copy{width:100%;min-width:0;padding-inline:7px}.fz-home-hero .fz-hero h1,.fz-home-hero h1{width:100%;max-width:100%;font-size:clamp(2.05rem, 10.5vw, 2.85rem);line-height:1.01;letter-spacing:-.045em;overflow-wrap:normal;text-wrap:balance}.fz-home-hero .fz-hero-copy>p{max-width:34ch;font-size:.94rem;line-height:1.5}.fz-theme-scroller{max-width:none;overscroll-behavior-inline:contain}.fz-theme-card{flex-basis:132px}.fz-trust-strip .fz-shell{gap:9px;padding-inline:9px}.fz-trust-strip .fz-shell span{flex:0 0 79vw;min-height:42px;justify-content:center;padding:7px 12px;border-radius:999px;background:#fff;text-align:center}.fz-blog-grid{width:100%;gap:11px;padding:2px 2px 10px}.fz-blog-card{flex:0 0 min(68vw,255px);border-radius:22px}.fz-blog-card__image{margin:7px;border-radius:17px}.fz-blog-card__body{padding:7px 14px 15px}.fz-blog-card h3{font-size:.94rem}.fz-blog-card p{font-size:.82rem}.fz-reviews{display:grid;gap:12px;overflow:visible}.fz-review-score{min-height:0;padding:19px 20px;border-radius:24px}.fz-review-scoreline{margin-top:8px}.fz-review-scoreline strong{font-size:2.65rem}.fz-review-score p{margin:2px 0 5px}.fz-review-link{display:inline-block;margin-top:7px;font-size:.84rem}.fz-review-cards{display:flex;gap:10px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.fz-review-cards::-webkit-scrollbar{display:none}.fz-review-cards .fz-review{flex:0 0 78vw;min-height:190px;padding:20px;border-radius:23px;scroll-snap-align:start}.fz-archive-head{margin:3px 5px 0;padding:18px 0 14px;border-radius:0 0 24px 24px}.fz-archive-head .fz-shell{width:calc(100% - 22px)}.fz-archive-head h1{font-size:1.8rem}.fz-archive-description{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;font-size:.83rem;line-height:1.45}.fz-subcategory-links{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:10px}.fz-subcategory-links a{min-height:55px;padding:9px 12px;border-radius:15px}.fz-subcategory-links a strong{font-size:.86rem}.fz-subcategory-links a span{font-size:.7rem}.fz-quick-cats{margin-top:9px;padding-bottom:2px}.fz-shop-layout{padding-top:10px}.fz-shop-main>.woocommerce-ordering{display:none!important}.fz-filters{display:none;position:fixed;z-index:74;left:8px;right:8px;bottom:72px;max-height:66dvh;margin:0;padding:19px;border:1px solid #ded6eb;border-radius:25px 25px 18px 18px;background:#fefefe;box-shadow:0 -18px 55px rgba(43,30,70,.16);overflow-y:auto}.fz-filters.is-open{display:block}.fz-filter-close{display:grid;place-items:center;width:38px;height:38px;border:0;border-radius:50%;background:#f1edff;color:#4a2da0;font-size:1.4rem;cursor:pointer}.fz-mobile-shop-dock{position:fixed;z-index:73;left:8px;right:8px;bottom:max(8px,env(safe-area-inset-bottom));display:grid;grid-template-columns:.82fr 1.18fr;gap:7px;padding:7px;border:1px solid #ddd6e8;border-radius:21px;background:#fefefe;box-shadow:0 14px 40px rgba(40,29,63,.18)}.fz-mobile-filter-button{min-height:47px;border:0;border-radius:15px;background:#5f3cbf;color:#fff;font-weight:900;cursor:pointer}.fz-mobile-ordering .woocommerce-ordering{float:none!important;margin:0!important}.fz-mobile-ordering select{width:100%;height:47px;border:1px solid #d8d0e4;border-radius:15px;background:#f8f6fc;padding:7px 9px;color:#3d3844;font-size:.78rem}body.post-type-archive-product,body.tax-product_cat{padding-bottom:82px}.woocommerce-checkout .fz-page{padding-top:10px}.woocommerce-checkout .fz-page>.fz-shell{width:calc(100% - 14px)}.woocommerce-checkout .woocommerce{width:100%;margin:0 auto 48px}.fz-onecheckout{gap:12px}.fz-checkout-details,.fz-onecart,.fz-onecheckout__summary{padding:16px;border-radius:22px}.fz-onecart__item{grid-template-columns:64px minmax(0,1fr);gap:10px;padding:8px}.fz-onecart__image{width:64px;height:70px;border-radius:13px}.fz-onecart__end{grid-column:2;display:flex;align-items:center;justify-content:space-between;justify-items:normal;width:100%}.fz-onecart__qty{grid-template-columns:28px 28px 28px}.fz-checkout-billing .woocommerce-billing-fields__field-wrapper{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 8px}.fz-checkout-shipping .woocommerce-shipping-fields__field-wrapper{grid-template-columns:1fr;gap:10px}.fz-checkout-billing #billing_address_1_field,.fz-checkout-billing #billing_city_field,.fz-checkout-billing #billing_country_field,.fz-checkout-billing #billing_email_field,.fz-checkout-billing #billing_phone_field{grid-column:1/-1}.fz-checkout-billing #billing_address_2_field,.fz-checkout-billing #billing_first_name_field,.fz-checkout-billing #billing_house_number_field,.fz-checkout-billing #billing_last_name_field,.fz-checkout-billing #billing_postcode_field{grid-column:span 1}.fz-checkout-shipping #shipping_country_field{grid-column:auto}.fz-delivery-choice{padding:15px;border-radius:18px}.fz-delivery-dates label{flex-basis:135px}}@media (max-width:390px){.fz-home-hero .fz-hero h1,.fz-home-hero h1{font-size:2.05rem}.fz-logo,.fz-logo .custom-logo,.fz-logo img{width:102px}.fz-header-icon{width:31px;height:31px}.woocommerce div.product .woocommerce-tabs ul.tabs li a{padding-inline:11px!important;font-size:.76rem}}@media (prefers-reduced-motion:reduce){.fz-theme-scroller,.fz-trust-strip .fz-shell{scroll-behavior:auto!important}}:root{--fz-content:1480px;--fz-v6-purple:#4f249f;--fz-v6-purple-2:#642fc3;--fz-v6-soft:#f7f4fc;--fz-v6-line:#e7e2ed;--fz-v6-ink:#26232b;--fz-v6-muted:#706b77;--fz-v6-radius:16px;--fz-v6-card-radius:20px;--fz-v6-shadow:0 12px 34px rgba(58, 39, 87, .07)}body{background:#fefefe;color:var(--fz-v6-ink)}.fz-shell{width:min(calc(100% - 44px),var(--fz-content))}.fz-announcement{background:#faf9fb;color:#38343d;border-bottom:1px solid #efecf2;font-size:.73rem;font-weight:700}.fz-announcement .fz-utility-row{min-height:34px;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px;justify-content:stretch;text-align:left}.fz-utility-row>span{display:flex;align-items:center;justify-content:center;gap:7px;white-space:nowrap}.fz-utility-row b{color:var(--fz-v6-purple);font-size:.95rem}.fz-site-header,.fz-site-header.is-compact{background:#fefefe;border-bottom:0;box-shadow:0 5px 20px rgba(51,43,62,.045);-webkit-backdrop-filter:none;backdrop-filter:none}.fz-header-row,.fz-site-header.is-compact .fz-header-row{min-height:80px;display:grid;grid-template-columns:minmax(190px,230px) minmax(360px,1fr) auto;gap:clamp(28px,4vw,64px);align-items:center}.fz-header-row>.fz-menu-toggle{display:none}.fz-brand{min-width:0}.fz-logo,.fz-logo .custom-logo,.fz-logo img{width:205px;max-width:100%;max-height:62px;object-fit:contain}.fz-header-searchbar{width:100%;min-width:0;min-height:48px;display:grid;grid-template-columns:24px minmax(0,1fr) auto;align-items:center;gap:10px;padding:4px 5px 4px 16px;border:1px solid #ddd8e4;border-radius:999px;background:#fefefe;color:#8b8691;text-align:left;cursor:pointer;box-shadow:none}.fz-header-searchbar:hover{border-color:#c7bdd8;background:#fefefe;color:#67616e}.fz-header-searchbar .fz-icon{color:#8a8491;font-size:19px}.fz-header-searchbar>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.83rem;font-weight:600}.fz-header-searchbar>strong{min-width:105px;min-height:38px;display:grid;place-items:center;border-radius:999px;background:var(--fz-v6-purple);color:#fefefe;font-size:.82rem}.fz-header-actions{display:flex;align-items:stretch;gap:10px}.fz-header-action{min-width:78px;min-height:54px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;border-left:1px solid #efecf2;color:#28242d;font-size:.69rem;font-weight:700}.fz-header-action:hover{color:var(--fz-v6-purple)}.fz-header-action .fz-icon{font-size:21px}.fz-cart-link{min-width:102px}.fz-cart-link>span:last-child{display:flex;flex-direction:column;align-items:center;line-height:1.2}.fz-cart-link small{margin-top:2px;color:#4e4954;font-size:.68rem;font-weight:700}.fz-cart-icon-wrap{position:relative;display:inline-grid;place-items:center}.fz-cart-count{top:-8px;right:-11px;min-width:17px;height:17px;font-size:.61rem}.fz-mobile-search-row{display:none}.fz-header-nav-row{border-top:1px solid #f0edf2;border-bottom:1px solid #eae6ed}.fz-header-nav-row>.fz-shell{min-height:44px;display:flex;align-items:center;justify-content:space-between;gap:24px}.fz-nav{display:block;min-width:0;overflow:hidden}.fz-nav ul{gap:clamp(18px,1.8vw,32px)}.fz-nav a{font-size:.78rem;font-weight:800}.fz-nav a::after{bottom:-13px;height:2px}.fz-header-help{flex:0 0 auto;font-size:.76rem;font-weight:800}.fz-header-help::before{content:"◯";margin-right:6px;color:var(--fz-v6-purple)}.fz-v6-hero{padding:22px 0 13px;background:#fefefe}.fz-v6-hero-card{position:relative;isolation:isolate;min-height:360px;overflow:hidden;border-radius:26px;background:#f2f0ef;box-shadow:var(--fz-v6-shadow)}.fz-v6-hero-photo{position:absolute;inset:0;z-index:-1;width:100%;height:100%;object-fit:cover;object-position:center}.fz-v6-hero-copy{width:min(43%,580px);padding:68px 0 56px 62px}.fz-v6-hero-copy h1{max-width:470px;margin:0;color:#45208e;font-size:clamp(2.35rem, 3.4vw, 3.6rem);line-height:.98;letter-spacing:-.045em}.fz-v6-hero-copy p{max-width:450px;margin:20px 0 24px;color:#36313b;font-size:1.03rem;line-height:1.55}.fz-v6-hero-cta{min-height:52px;padding-inline:24px;background:var(--fz-v6-purple)}.fz-v6-theme-section{padding:8px 0 28px}.fz-v6-theme-rail{display:grid;grid-template-columns:repeat(6,minmax(105px,1fr));gap:clamp(15px,2.2vw,34px)}.fz-v6-theme-item{display:grid;justify-items:center;gap:10px;min-width:0;color:#26232b;font-size:.88rem;text-align:center}.fz-v6-theme-item:hover{color:var(--fz-v6-purple)}.fz-v6-theme-image{width:clamp(92px,8vw,122px);aspect-ratio:1;display:grid;place-items:center;overflow:hidden;border-radius:50%;background:#f4f0fa;box-shadow:inset 0 0 0 1px #eee8f3}.fz-v6-theme-image img{width:100%;height:100%;object-fit:contain;padding:5px}.fz-v6-theme-image>span{font-size:2.2rem;line-height:1}.fz-v6-product-card a,.fz-v6-review-card,.fz-v6-review-heading>a,.fz-v6-review-score,.fz-v6-section-heading>a,.fz-v6-theme-item{position:relative;z-index:2;pointer-events:auto;touch-action:manipulation}.fz-v6-blogs,.fz-v6-popular,.fz-v6-reviews{padding:30px 0}.fz-v6-section-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:16px}.fz-v6-section-heading h2{margin:0;font-size:clamp(1.45rem, 2vw, 1.9rem);line-height:1.1}.fz-v6-section-heading>a{min-height:42px;display:inline-flex;align-items:center;color:var(--fz-v6-purple);font-size:.88rem;font-weight:800}.fz-v6-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px}.fz-v6-product-card{display:grid;grid-template-columns:44% 56%;min-height:220px;overflow:hidden;border:1px solid var(--fz-v6-line);border-radius:var(--fz-v6-card-radius);background:#fefefe}.fz-v6-product-image{display:grid;place-items:center;min-width:0;padding:10px;background:#fbfafc}.fz-v6-product-image img{width:100%;height:100%;max-height:205px;object-fit:contain}.fz-v6-product-copy{min-width:0;display:flex;flex-direction:column;justify-content:center;padding:17px 16px 17px 7px}.fz-v6-product-copy h3{margin:0 0 18px;font-size:.98rem;line-height:1.35}.fz-v6-product-meta{display:flex;align-items:center;justify-content:space-between;gap:10px}.fz-v6-product-meta .price{color:#211d27;font-size:1.03rem;font-weight:900}.fz-v6-card-action{width:42px;height:42px;display:grid;place-items:center;flex:0 0 auto;border-radius:13px;background:var(--fz-v6-purple);color:#fefefe}.fz-v6-card-action .fz-icon{font-size:19px}.fz-v6-usps{padding:10px 0 24px}.fz-v6-usp-rail{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));padding:16px 10px;border-radius:18px;background:#faf8fc}.fz-v6-usp-rail>div{min-width:0;display:flex;align-items:center;justify-content:center;gap:11px;padding:0 16px;border-right:1px solid #e5dfe9}.fz-v6-usp-rail>div:last-child{border-right:0}.fz-v6-usp-rail>div>span{color:var(--fz-v6-purple);font-size:1.35rem}.fz-v6-usp-rail p{margin:0;line-height:1.25}.fz-v6-usp-rail small,.fz-v6-usp-rail strong{display:block}.fz-v6-usp-rail strong{font-size:.79rem}.fz-v6-usp-rail small{margin-top:3px;color:var(--fz-v6-muted);font-size:.69rem}.fz-v6-review-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:18px}.fz-v6-review-heading h2{margin:0;color:var(--fz-v6-ink);font-size:clamp(1.65rem, 2.2vw, 2.25rem);line-height:1.05}.fz-v6-review-heading p{max-width:52ch;margin:6px 0 0;color:var(--fz-v6-muted);font-size:.86rem}.fz-v6-review-heading>a{min-height:42px;display:inline-flex;align-items:center;gap:5px;flex:0 0 auto;color:var(--fz-v6-purple);font-size:.82rem;font-weight:900}.fz-v6-review-heading>a .fz-icon{font-size:17px}.fz-v6-reviews-grid{display:grid;grid-template-columns:minmax(230px,.72fr) minmax(0,2.28fr);gap:12px}.fz-v6-review-score{min-height:240px;display:flex;flex-direction:column;align-items:flex-start;padding:25px;border:1px solid #ddd5e6;border-radius:var(--fz-v6-card-radius);background:#faf8fc;box-shadow:0 10px 28px rgba(57,38,82,.05)}.fz-v6-review-score>strong{color:#242028;font-size:1.48rem;letter-spacing:-.02em}.fz-v6-review-score>span{margin-top:8px;color:#4f4955;font-size:.79rem;font-weight:800}.fz-v6-review-score p{margin:9px 0 18px;color:var(--fz-v6-muted);font-size:.77rem;line-height:1.45}.fz-v6-review-score b{min-height:40px;margin-top:auto;display:inline-flex;align-items:center;gap:5px;padding:8px 12px;border-radius:12px;background:var(--fz-v6-purple);color:#fefefe;font-size:.75rem}.fz-v6-review-score b .fz-icon{font-size:16px}.fz-trust-stars{display:flex;gap:3px;margin-top:11px}.fz-trust-stars i{width:29px;height:29px;display:grid;place-items:center;border-radius:4px;background:linear-gradient(90deg,#00a884 0 var(--fill,100%),#d9d6dc var(--fill,100%) 100%);color:#fefefe;font-size:18px;font-style:normal;line-height:1}.fz-trust-stars i.is-empty{background:#d9d6dc}.fz-v6-review-rail{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}.fz-v6-review-card{min-width:0;min-height:240px;display:flex;flex-direction:column;padding:24px;border:1px solid var(--fz-v6-line);border-radius:var(--fz-v6-card-radius);background:#fefefe;box-shadow:0 10px 28px rgba(57,38,82,.045)}.fz-v6-review-card:hover{border-color:#d5c9e2;box-shadow:0 14px 32px rgba(57,38,82,.075)}.fz-trust-stars--review{margin-top:0}.fz-trust-stars--review i{width:24px;height:24px;font-size:15px}.fz-v6-review-card p{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3;margin:17px 0 22px;color:#36323a;font-size:.9rem;line-height:1.55}.fz-v6-review-card strong{margin-top:auto;color:#302b34;font-size:.82rem}.fz-v6-blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:17px}.fz-v6-blog-card{min-width:0}.fz-v6-blog-image{display:block;aspect-ratio:1.7/1;overflow:hidden;border-radius:18px;background:#f2eff6}.fz-v6-blog-image img{width:100%;height:100%;object-fit:cover}.fz-v6-blog-card h3{margin:10px 3px 0;font-size:.98rem;line-height:1.3}.fz-v6-newsletter{padding:10px 0 36px}.fz-archive-head{margin:0;padding:24px 0 10px;border-radius:0;background:#fefefe}.fz-archive-head .fz-shell{width:min(calc(100% - 44px),var(--fz-content))}.fz-archive-theme-mark{display:none}.fz-archive-head h1{margin:2px 0 7px;color:#472091;font-size:clamp(1.7rem, 2.4vw, 2.45rem);line-height:1.04}.fz-archive-description{max-width:72ch;color:#66616d;font-size:.86rem;line-height:1.5}.fz-archive-description p{margin:0}.fz-archive-count{margin:8px 0 0!important;color:#4f4956!important;font-size:.78rem!important}.fz-mobile-subcategory-rail,.fz-quick-cats,.fz-subcategory-links{display:none}.fz-shop-layout{grid-template-columns:250px minmax(0,1fr);gap:28px;padding:12px 0 60px}.fz-filters{top:142px;padding:18px;border-color:var(--fz-v6-line);border-radius:18px;box-shadow:none}.fz-filters h2{font-size:.95rem}.fz-filter-close{display:none}.fz-shop-main{min-width:0}.fz-shop-main .woocommerce-result-count{margin:10px 0 0;font-size:.75rem}.fz-shop-main>.woocommerce-ordering{margin:0 0 11px!important}.fz-shop-main .woocommerce-ordering select{min-height:40px;border-radius:11px;font-size:.77rem}.fz-mobile-archive-tools{display:none}.woocommerce ul.products{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:14px!important}.woocommerce ul.products li.product{padding-bottom:13px;border-color:var(--fz-v6-line);border-radius:17px;box-shadow:none}.woocommerce ul.products li.product a img{padding:8px}.woocommerce ul.products li.product .woocommerce-loop-product__title{min-height:3.1em;padding:11px 11px 3px!important;font-size:.82rem!important;line-height:1.3}.woocommerce ul.products li.product .price{padding:0 11px;font-size:.88rem!important}.woocommerce ul.products li.product .button.product_type_simple,.woocommerce ul.products li.product .button.product_type_variable{width:calc(100% - 22px);min-height:38px;margin:9px 11px 0!important;padding:7px 10px!important;border:0;border-radius:9px!important;background:var(--fz-v6-purple)!important;color:#fefefe!important;font-size:.74rem}.fz-product-page{width:min(calc(100% - 44px),var(--fz-content));padding:24px 0 58px}.fz-product-page .woocommerce-breadcrumb{margin:0 0 18px;font-size:.74rem}.single-product .fz-pdp-top{grid-template-columns:minmax(0,1.07fr) minmax(500px,.93fr);gap:28px}.single-product .fz-pdp-gallery .woocommerce-product-gallery{display:grid;grid-template-columns:86px minmax(0,1fr);gap:13px;align-items:start}.single-product .woocommerce-product-gallery__wrapper{grid-column:2;grid-row:1;border:1px solid var(--fz-v6-line);border-radius:20px;box-shadow:none}.single-product .woocommerce-product-gallery__image a{min-height:600px;padding:26px}.single-product .woocommerce-product-gallery__image img{max-height:565px}.single-product .flex-control-thumbs{grid-column:1;grid-row:1;display:flex;flex-direction:column;gap:9px;margin:0!important}.single-product .flex-control-thumbs li{width:82px!important;height:94px;border:1px solid var(--fz-v6-line);border-radius:12px}.single-product .flex-control-thumbs li img{width:100%;height:100%;padding:5px;object-fit:contain}.single-product .flex-control-thumbs li img.flex-active{box-shadow:inset 0 0 0 2px var(--fz-v6-purple)}.single-product div.product .summary.fz-pdp-buybox{padding:8px 8px 4px 10px;border:0;border-radius:0;background:0 0;box-shadow:none}.single-product .product_title{margin:0 0 9px;color:#25212a;font-size:clamp(2rem, 2.8vw, 2.85rem);line-height:1.01}.single-product .summary .woocommerce-variation-price .price,.single-product .summary>.price{margin:0 0 6px;color:var(--fz-v6-purple)!important;font-size:1.7rem!important}.single-product .summary form.cart{margin:14px 0 13px!important;padding:15px;border:1px solid #7e55cf;border-radius:17px;background:#fefefe;box-shadow:none}.single-product .summary form.cart .variations{margin:0 0 7px}.single-product .summary form.cart .variations tr{display:block;margin:0}.single-product .summary form.cart .variations td,.single-product .summary form.cart .variations th{display:block;width:100%;padding:0}.single-product .summary form.cart .variations th{margin-bottom:7px;font-size:.77rem;text-transform:uppercase}.single-product .summary form.cart .variations label{font-weight:900}.single-product .fz-size-native{position:absolute!important;width:1px!important;height:1px!important;margin:-1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;white-space:nowrap!important}.fz-size-options{display:flex;flex-wrap:wrap;gap:8px}.fz-size-options button{min-width:58px;min-height:43px;padding:8px 13px;border:1px solid #ddd7e4;border-radius:9px;background:#fefefe;color:#302b36;font-weight:800;cursor:pointer}.fz-size-options button:hover{border-color:#9573d4;color:var(--fz-v6-purple)}.fz-size-options button.is-active{border-color:var(--fz-v6-purple);background:var(--fz-v6-purple);color:#fefefe;box-shadow:inset 0 0 0 1px var(--fz-v6-purple)}.fz-size-options button:disabled{opacity:.35;cursor:not-allowed;text-decoration:line-through}.single-product .reset_variations{display:none!important}.single-product .woocommerce-variation.single_variation{margin:4px 0}.single-product .woocommerce-variation-add-to-cart,.single-product form.cart:not(.variations_form){gap:9px;margin-top:10px}.single-product .quantity{flex:0 0 82px}.single-product .quantity .qty{width:82px!important;min-height:52px;border-radius:10px}.single-product .single_add_to_cart_button{flex:1 1 45%;width:auto;min-width:90px;min-height:52px!important;border-radius:10px!important}.single-product .fz-tryon-button{flex:1 1 42%;min-height:52px!important;border-radius:10px!important;background:#fefefe}.single-product .fz-volume-discount{margin:10px 0 8px;padding:0;border:1px solid #ebe6f1;border-radius:12px;background:#fbf9fe}.single-product .fz-volume-discount>strong{display:none}.single-product .fz-volume-discount__tiers{gap:0}.single-product .fz-volume-discount__tiers span{border-radius:0;border-right:1px solid #e9e3ef;background:0 0;font-size:.73rem}.single-product .fz-volume-discount__tiers span:last-child{border-right:0}.single-product .fz-product-usps{grid-template-columns:repeat(3,minmax(0,1fr));gap:0;margin:10px 0;padding:12px 0;border-top:1px solid #eee9f3;border-bottom:1px solid #eee9f3}.single-product .fz-product-usps>span{justify-content:center;padding:0 10px;border-right:1px solid #eee9f3;text-align:center;font-size:.73rem;line-height:1.35}.single-product .fz-product-usps>span:last-child{border-right:0}.single-product .fz-product-usps b{color:var(--fz-v6-purple)}.single-product .fz-payment-providers{justify-content:center;gap:10px;margin:10px 0 0;padding:10px;border:1px solid #eeeaf2;border-radius:10px}.single-product .fz-payment-ideal,.single-product .fz-payment-provider{border:0;background:0 0}.single-product .fz-pdp-after{margin-top:34px}.single-product .woocommerce-tabs{border:1px solid var(--fz-v6-line);border-radius:16px;overflow:hidden}.single-product .woocommerce-tabs ul.tabs{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin:0!important;padding:0!important;border-bottom:1px solid var(--fz-v6-line);border-radius:0}.single-product .woocommerce-tabs ul.tabs li{margin:0!important;border-right:1px solid var(--fz-v6-line)!important}.single-product .woocommerce-tabs ul.tabs li:last-child{border-right:0!important}.single-product .woocommerce-tabs ul.tabs li a{display:block;width:100%;padding:15px!important;text-align:center;font-size:.78rem;text-transform:uppercase}.single-product .woocommerce-tabs ul.tabs li.active a{background:var(--fz-v6-purple);color:#fefefe!important}.single-product .woocommerce-tabs .panel{padding:24px 28px;border:0;border-radius:0;font-size:.94rem;line-height:1.65}.fz-mobile-pdp-tabs{display:none}.single-product .fz-size-advice{margin-top:14px;border-radius:15px}.single-product .related.products,.single-product .up-sells{margin-top:30px}.single-product .related.products ul.products,.single-product .up-sells ul.products{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.woocommerce-checkout .fz-page>.fz-shell{width:min(calc(100% - 44px),1480px)}@media (max-width:1240px){.fz-utility-row>span:nth-child(4){display:none}.fz-announcement .fz-utility-row{grid-template-columns:repeat(4,minmax(0,1fr))}.fz-header-row{grid-template-columns:180px minmax(300px,1fr) auto;gap:24px}.fz-logo,.fz-logo .custom-logo,.fz-logo img{width:176px}.fz-nav ul{gap:17px}.fz-nav a{font-size:.72rem}.woocommerce ul.products{grid-template-columns:repeat(3,minmax(0,1fr))}.single-product .fz-pdp-top{grid-template-columns:minmax(0,1fr) minmax(440px,.9fr)}}@media (max-width:980px){.fz-utility-row>span:nth-child(3),.fz-utility-row>span:nth-child(4){display:none}.fz-announcement .fz-utility-row{grid-template-columns:repeat(3,minmax(0,1fr))}.fz-header-nav-row{display:none}.fz-header-row,.fz-site-header.is-compact .fz-header-row{grid-template-columns:42px minmax(0,1fr) auto;min-height:64px;gap:10px}.fz-header-row>.fz-menu-toggle{display:grid}.fz-header-row>.fz-header-searchbar{display:none}.fz-brand{justify-self:start}.fz-logo,.fz-logo .custom-logo,.fz-logo img{width:150px;max-height:48px}.fz-header-action{min-width:46px;border:0}.fz-header-action>span:not(.fz-cart-icon-wrap){display:none}.fz-cart-link{min-width:46px}.fz-mobile-search-row{display:block;padding:0 0 10px;background:#fefefe}.fz-mobile-search-row .fz-header-searchbar{min-height:42px;grid-template-columns:22px 1fr;padding:4px 13px}.fz-mobile-search-row .fz-header-searchbar>strong{display:none}.fz-v6-hero-copy{width:51%;padding-left:38px}.fz-v6-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.fz-v6-usp-rail{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px 0}.fz-v6-usp-rail>div:nth-child(3){border-right:0}.fz-v6-review-rail{grid-template-columns:repeat(2,minmax(0,1fr))}.fz-shop-layout{grid-template-columns:220px minmax(0,1fr);gap:18px}.single-product .fz-pdp-top{grid-template-columns:minmax(0,1fr) minmax(400px,.92fr);gap:18px}.single-product .fz-pdp-gallery .woocommerce-product-gallery{grid-template-columns:70px minmax(0,1fr)}.single-product .flex-control-thumbs li{width:68px!important;height:80px}.single-product .woocommerce-product-gallery__image a{min-height:510px}}@media (max-width:767px){.fz-archive-head .fz-shell,.fz-product-page,.fz-shell{width:calc(100% - 22px)}.fz-announcement{display:none}.fz-site-header{top:0}.admin-bar .fz-site-header{top:46px}.fz-header-row,.fz-site-header.is-compact .fz-header-row{min-height:58px;grid-template-columns:38px minmax(0,1fr) auto;gap:8px}.fz-header-row>.fz-menu-toggle{width:34px;height:34px}.fz-brand{justify-self:center}.fz-logo,.fz-logo .custom-logo,.fz-logo img{width:136px;max-height:46px}.fz-header-actions{gap:0}.fz-header-action{min-width:37px;width:37px;min-height:38px}.fz-header-action .fz-icon{font-size:20px}.fz-cart-count{top:-6px;right:-8px}.fz-mobile-search-row{padding-bottom:9px}.fz-mobile-search-row .fz-shell{width:calc(100% - 22px)}.fz-mobile-search-row .fz-header-searchbar{min-height:40px}.fz-mobile-search-row .fz-header-searchbar>span{font-size:.72rem}.fz-v6-hero{padding:10px 0 8px}.fz-v6-hero-card{min-height:365px;border-radius:20px}.fz-v6-hero-card::after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(254,254,254,.98) 0,rgba(254,254,254,.86) 44%,rgba(254,254,254,.08) 76%)}.fz-v6-hero-photo{object-position:66% center}.fz-v6-hero-copy{width:64%;padding:37px 0 30px 22px}.fz-v6-hero-copy h1{font-size:clamp(2rem, 9vw, 2.55rem);line-height:1}.fz-v6-hero-copy p{margin:14px 0 17px;font-size:.86rem;line-height:1.45}.fz-v6-hero-cta{min-height:45px;padding:9px 14px;font-size:.8rem}.fz-v6-theme-section{padding:5px 0 20px;overflow:hidden}.fz-v6-theme-rail{position:relative;z-index:3;display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x proximity;scrollbar-width:none;padding:4px 2px 8px;overscroll-behavior-inline:contain}.fz-v6-theme-rail::-webkit-scrollbar{display:none}.fz-v6-theme-item{flex:0 0 82px;gap:7px;scroll-snap-align:start;font-size:.72rem}.fz-v6-theme-image{width:74px}.fz-v6-theme-image>span{font-size:1.7rem}.fz-v6-blogs,.fz-v6-popular,.fz-v6-reviews{padding:19px 0}.fz-v6-section-heading{margin-bottom:12px}.fz-v6-section-heading h2{font-size:1.35rem}.fz-v6-section-heading>a{font-size:.76rem}.fz-v6-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.fz-v6-product-card{display:block;min-height:0;border-radius:15px}.fz-v6-product-image{aspect-ratio:1/1.05;padding:5px}.fz-v6-product-image img{max-height:none}.fz-v6-product-copy{padding:9px 10px 10px}.fz-v6-product-copy h3{min-height:2.6em;margin:0 0 9px;font-size:.78rem;line-height:1.3}.fz-v6-product-meta .price{font-size:.85rem}.fz-v6-card-action{width:34px;height:34px;border-radius:10px}.fz-v6-usps{overflow:hidden;padding:6px 0 16px}.fz-v6-usp-rail{display:flex;width:calc(100% - 22px);gap:8px;overflow-x:auto;padding:0 0 7px;border-radius:0;background:0 0;scrollbar-width:none}.fz-v6-usp-rail::-webkit-scrollbar{display:none}.fz-v6-usp-rail>div{flex:0 0 78vw;min-height:62px;justify-content:flex-start;padding:10px 15px;border:1px solid #e8e2ee!important;border-radius:15px;background:#faf8fc}.fz-v6-review-heading{display:block;margin-bottom:11px}.fz-v6-review-heading h2{font-size:1.42rem}.fz-v6-review-heading p{margin-top:4px;font-size:.76rem}.fz-v6-review-heading>a{min-height:38px;margin-top:6px;font-size:.76rem}.fz-v6-reviews-grid{display:block}.fz-v6-review-score{min-height:0;padding:17px;border-radius:17px}.fz-v6-review-score>strong{font-size:1.25rem}.fz-v6-review-score>span{margin-top:5px}.fz-v6-review-score p{margin:7px 0 0}.fz-v6-review-score b{width:100%;min-height:42px;justify-content:center;margin-top:13px}.fz-trust-stars i{width:27px;height:27px;font-size:17px}.fz-v6-review-rail{display:flex;gap:9px;margin-top:10px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;overscroll-behavior-inline:contain}.fz-v6-review-rail::-webkit-scrollbar{display:none}.fz-v6-review-card{flex:0 0 min(82vw,310px);min-height:178px;padding:17px;border:1px solid var(--fz-v6-line)!important;border-radius:17px;scroll-snap-align:start}.fz-trust-stars--review i{width:22px;height:22px;font-size:13px}.fz-v6-review-card p{margin:12px 0 16px;font-size:.82rem}.fz-v6-blog-grid{display:flex;gap:10px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.fz-v6-blog-card{flex:0 0 min(69vw,255px);scroll-snap-align:start}.fz-v6-blog-image{aspect-ratio:1/1;border-radius:15px}.fz-v6-blog-card h3{font-size:.84rem}.fz-archive-head{padding:13px 0 4px}.fz-archive-head h1{margin-bottom:5px;font-size:1.55rem}.fz-archive-description{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;max-width:none;font-size:.76rem;line-height:1.4}.fz-archive-count{margin-top:6px!important;font-size:.72rem!important}.fz-mobile-subcategory-rail{display:flex;gap:9px;margin-top:12px;overflow-x:auto;scrollbar-width:none}.fz-mobile-subcategory-rail::-webkit-scrollbar{display:none}.fz-mobile-subcategory-rail>a{flex:0 0 82px;display:grid;gap:4px;color:#3e3943;font-size:.63rem;text-align:center}.fz-mobile-subcategory-rail>a>span{display:grid;place-items:center;aspect-ratio:1;overflow:hidden;border-radius:12px;background:#f5f2f8}.fz-mobile-subcategory-rail img{width:100%;height:100%;object-fit:contain;padding:3px}.fz-mobile-subcategory-rail b{font-size:1.7rem}.fz-mobile-subcategory-rail strong{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:1.2}.fz-shop-layout{display:block;width:calc(100% - 22px);padding:8px 0 44px}.fz-shop-layout>aside{width:0;height:0}.fz-shop-main>.woocommerce-ordering,.fz-shop-main>.woocommerce-result-count{display:none!important}.fz-mobile-archive-tools{position:sticky;top:107px;z-index:22;display:grid;grid-template-columns:1fr 1.15fr;gap:8px;margin:7px 0 10px;padding:7px;border:1px solid #e5dfeb;border-radius:14px;background:rgba(254,254,254,.97);box-shadow:0 7px 18px rgba(54,43,70,.06)}.fz-mobile-filter-button{min-height:40px;border:1px solid #e1daea;border-radius:10px;background:#f8f5fc;color:var(--fz-v6-purple);font-size:.75rem;font-weight:900}.fz-mobile-filter-button::before{content:"☷";margin-right:7px}.fz-mobile-ordering .woocommerce-ordering{display:block!important;float:none!important;margin:0!important}.fz-mobile-ordering select{width:100%;min-height:40px;border:1px solid #e1daea;border-radius:10px;background:#fefefe;color:#3f3946;padding:7px 8px;font-size:.72rem}.fz-filters{display:none;position:fixed;z-index:74;left:8px;right:8px;bottom:max(8px,env(safe-area-inset-bottom));top:auto;max-height:72dvh;padding:18px;border-radius:22px;background:#fefefe;box-shadow:0 -20px 60px rgba(40,28,59,.16);overflow-y:auto}.fz-filters.is-open{display:block}.fz-filter-close{display:grid}.woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin-top:0!important}.woocommerce ul.products li.product{border-radius:14px}.woocommerce ul.products li.product a img{padding:4px}.woocommerce ul.products li.product .woocommerce-loop-product__title{min-height:3.25em;padding:8px 8px 2px!important;font-size:.72rem!important}.woocommerce ul.products li.product .price{padding:0 8px;font-size:.77rem!important}.woocommerce ul.products li.product .button.product_type_simple,.woocommerce ul.products li.product .button.product_type_variable{width:calc(100% - 16px);min-height:36px;margin:7px 8px 0!important;border-radius:8px!important;font-size:.68rem}body.post-type-archive-product,body.tax-product_cat{padding-bottom:0}.fz-product-page{padding:10px 0 46px}.fz-product-page .woocommerce-breadcrumb{display:none}.single-product .fz-pdp-top{display:block}.fz-pdp-mobile-heading{display:block;margin:2px 3px 10px;padding:0}.fz-mobile-product-title{color:#26222c;font-size:clamp(1.5rem, 7vw, 1.95rem);line-height:1.04}.fz-mobile-stock{margin-bottom:5px;font-size:.68rem}.single-product .fz-pdp-gallery .woocommerce-product-gallery{display:block}.single-product .woocommerce-product-gallery__wrapper{display:block;border-radius:17px}.single-product .woocommerce-product-gallery__image a{min-height:min(112vw,470px);padding:15px}.single-product .woocommerce-product-gallery__image img{max-height:440px}.single-product .flex-control-thumbs{display:flex;flex-direction:row;gap:7px;margin:8px 0 0!important;overflow-x:auto;scrollbar-width:none}.single-product .flex-control-thumbs li{flex:0 0 68px;width:68px!important;height:76px;border-radius:10px}.single-product div.product .summary.fz-pdp-buybox{margin-top:10px!important;padding:14px;border:1px solid var(--fz-v6-line);border-radius:17px;background:#fefefe}.single-product .summary .fz-stock-badge,.single-product .summary .product_title{display:none}.single-product .summary .woocommerce-variation-price .price,.single-product .summary>.price{margin:0 0 8px;font-size:1.45rem!important}.single-product .summary form.cart{margin:0!important;padding:0;border:0;background:0 0}.single-product .summary form.cart .variations th{margin-bottom:6px;font-size:.7rem}.fz-size-options{gap:6px}.fz-size-options button{flex:1 1 42px;min-width:42px;min-height:38px;padding:6px 8px;border-radius:8px;font-size:.72rem}.single-product .woocommerce-variation-add-to-cart,.single-product form.cart:not(.variations_form){display:grid!important;grid-template-columns:72px minmax(0,.78fr) minmax(125px,1.2fr);gap:7px;align-items:stretch}.single-product .quantity{width:72px}.single-product .quantity .qty{width:72px!important;min-height:46px}.single-product .single_add_to_cart_button{width:100%;min-width:0;min-height:46px!important;border-radius:9px!important}.single-product .fz-tryon-button{width:100%;min-height:46px!important;border-radius:9px!important;font-size:.69rem!important}.single-product .fz-volume-discount{margin-top:9px}.single-product .fz-volume-discount__tiers span{padding:7px 3px;font-size:.61rem}.single-product .fz-product-usps{margin:9px 0;padding:9px 0}.single-product .fz-product-usps>span{padding:0 5px;font-size:.59rem}.single-product .fz-payment-providers{gap:5px;margin-top:8px;padding:7px 4px}.single-product .fz-payment-ideal,.single-product .fz-payment-provider{min-width:36px;height:23px;padding:3px 4px}.single-product .fz-payment-provider img{height:12px;max-width:37px}.single-product .fz-pdp-after{margin-top:13px}.single-product .woocommerce-tabs{overflow:visible;border:0}.single-product .woocommerce-tabs>.panel,.single-product .woocommerce-tabs>ul.tabs{display:none!important}.fz-mobile-pdp-tabs{display:grid;gap:7px}.fz-mobile-pdp-tabs details{overflow:hidden;border:1px solid var(--fz-v6-line);border-radius:11px;background:#fefefe}.fz-mobile-pdp-tabs summary{position:relative;padding:12px 36px 12px 13px;color:#3e3747;font-size:.73rem;font-weight:900;text-transform:uppercase;cursor:pointer;list-style:none}.fz-mobile-pdp-tabs summary::-webkit-details-marker{display:none}.fz-mobile-pdp-tabs summary::after{content:"+";position:absolute;right:13px;top:50%;transform:translateY(-50%);color:var(--fz-v6-purple);font-size:1rem}.fz-mobile-pdp-tabs details[open] summary::after{content:"−"}.fz-mobile-pdp-panel{padding:1px 14px 15px;color:#4c4652;font-size:.86rem;line-height:1.6}.fz-mobile-pdp-panel>h2:first-child{display:none}.fz-mobile-pdp-panel table{width:100%;font-size:.8rem}.single-product .fz-size-advice{margin-top:10px;padding:14px;border-radius:13px}.single-product .fz-size-advice h2{font-size:1rem}.single-product .fz-size-advice p{font-size:.74rem}.single-product .related.products,.single-product .up-sells{margin-top:22px;overflow:hidden}.single-product .related.products ul.products,.single-product .up-sells ul.products{display:flex!important;gap:9px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.single-product .related.products ul.products li.product,.single-product .up-sells ul.products li.product{flex:0 0 43vw;scroll-snap-align:start}.woocommerce-checkout .fz-page>.fz-shell{width:calc(100% - 14px)}}@media (max-width:390px){.fz-logo,.fz-logo .custom-logo,.fz-logo img{width:122px}.fz-v6-hero-card{min-height:342px}.fz-v6-hero-copy{width:69%;padding-left:17px}.fz-v6-hero-copy h1{font-size:1.9rem}.single-product .woocommerce-variation-add-to-cart,.single-product form.cart:not(.variations_form){grid-template-columns:64px minmax(0,.72fr) minmax(118px,1.28fr);gap:5px}.single-product .quantity,.single-product .quantity .qty{width:64px!important}.single-product .fz-tryon-button{font-size:.63rem!important}}.woocommerce ul.products li.product{min-width:0;overflow:hidden}.woocommerce ul.products li.product .woocommerce-LoopProduct-link{display:block;min-width:0}.woocommerce ul.products li.product a img,.woocommerce-page ul.products li.product a img{width:calc(100% - 16px)!important;height:auto!important;aspect-ratio:1/1;margin:8px!important;padding:8px!important;object-fit:contain!important;object-position:center!important;border-radius:14px;background:#fefefe}.woocommerce ul.products li.product .button.product_type_variable{width:auto;min-height:36px;margin:9px 11px 0!important;padding:7px 13px!important;border:1px solid #ded4ef!important;border-radius:999px!important;background:#f4f0fa!important;color:var(--fz-v6-purple)!important;font-size:.72rem;font-weight:900;box-shadow:none!important}.woocommerce ul.products li.product .button.product_type_variable:hover{border-color:#c3afe5!important;background:#ece4f8!important;color:#3f188f!important}.woocommerce ul.products li.product .button.product_type_simple{width:auto;min-height:36px;margin:9px 11px 0!important;padding:7px 13px!important;border-radius:999px!important}.fz-site-footer{margin:34px 14px 14px;overflow:visible;border-radius:0;background:0 0;color:#fefefe;box-shadow:none}.fz-footer-wrap{width:min(100%,var(--fz-content));overflow:hidden;border-radius:30px;background:#4f249f;box-shadow:0 18px 52px rgba(53,30,92,.14)}.fz-footer-intro{display:flex;align-items:center;justify-content:space-between;gap:28px;padding:30px 34px 24px;border-bottom:1px solid rgba(254,254,254,.15)}.fz-footer-intro h2{margin:0 0 5px;color:#fefefe;font-size:1.35rem}.fz-footer-intro p{margin:0;color:rgba(254,254,254,.82);font-size:.88rem}.fz-footer-shipping{flex:0 0 auto;display:flex;align-items:center;gap:10px;min-height:46px;padding:8px 12px 8px 15px;border:1px solid rgba(254,254,254,.24);border-radius:14px;background:rgba(254,254,254,.09)}.fz-footer-shipping span{color:rgba(254,254,254,.76);font-size:.72rem;font-weight:700}.fz-footer-shipping strong{display:grid;place-items:center;min-width:74px;min-height:29px;padding:4px 9px;border-radius:8px;background:#fefefe;color:#ec6508;font-size:.86rem;font-weight:900}.fz-footer-shipping img{display:block;width:auto;max-width:96px;height:29px;object-fit:contain}.fz-footer-main{grid-template-columns:.85fr 1.1fr 1.2fr 1.25fr;gap:clamp(24px,3vw,46px);padding:30px 34px 32px}.fz-footer-main h3{margin-bottom:12px;color:#fefefe;font-size:.91rem}.fz-footer-main a,.fz-footer-main p{color:rgba(254,254,254,.82);font-size:.81rem;line-height:1.55}.fz-footer-main li{margin:6px 0}.fz-footer-link{display:inline-block;margin-top:3px;font-weight:800;text-decoration:underline;text-underline-offset:3px}.fz-footer-newsletter{align-items:stretch}.fz-footer-newsletter input{min-height:42px;border-color:rgba(254,254,254,.32);background:rgba(254,254,254,.1)}.fz-footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:22px;padding:17px 34px 20px;border-top:1px solid rgba(254,254,254,.15);background:rgba(38,16,79,.18)}.fz-footer-bottom>small{display:flex;flex-wrap:wrap;gap:5px 13px;color:rgba(254,254,254,.72);font-size:.66rem}.fz-payment-label{gap:7px}.fz-payment-label>small{color:rgba(254,254,254,.72);font-size:.68rem}.fz-footer-bottom .fz-payment-providers{gap:5px;margin:0}.fz-footer-bottom .fz-payment-ideal,.fz-footer-bottom .fz-payment-provider{height:25px;min-width:39px;padding:3px 6px;border:0;background:#fefefe}.fz-footer-bottom .fz-payment-provider img{max-width:42px;height:13px}.woocommerce-checkout #order_review,.woocommerce-checkout #payment,.woocommerce-checkout #payment .form-row,.woocommerce-checkout #payment .payment_box,.woocommerce-checkout #payment fieldset,.woocommerce-checkout .fz-onecart,.woocommerce-checkout .fz-onecart__copy,.woocommerce-checkout .fz-onecart__end,.woocommerce-checkout .fz-onecart__item,.woocommerce-checkout .fz-onecheckout,.woocommerce-checkout .fz-onecheckout__main,.woocommerce-checkout .fz-onecheckout__summary{min-width:0;max-width:100%;box-sizing:border-box}.fz-onecart__copy,.fz-onecart__copy a,.fz-onecart__copy strong{overflow-wrap:anywhere;word-break:normal}.woocommerce-checkout #payment ul.payment_methods,.woocommerce-checkout #payment ul.payment_methods li{min-width:0;max-width:100%;box-sizing:border-box}.woocommerce-checkout #payment ul.payment_methods li>label{display:inline-flex;max-width:calc(100% - 28px);align-items:center;gap:8px;flex-wrap:wrap}.woocommerce-checkout #payment ul.payment_methods li img{width:auto!important;max-width:82px!important;max-height:25px!important;object-fit:contain}.woocommerce-checkout #payment input[type=text],.woocommerce-checkout #payment select{max-width:100%}.fz-sticky-buy{display:none}@media (max-width:900px){.fz-footer-main{grid-template-columns:1fr 1fr}}@media (max-width:767px){.woocommerce ul.products li.product a img,.woocommerce-page ul.products li.product a img{width:calc(100% - 10px)!important;margin:5px!important;padding:5px!important;border-radius:11px}.woocommerce ul.products li.product .button.product_type_simple,.woocommerce ul.products li.product .button.product_type_variable{width:auto!important;min-height:34px;margin:7px 8px 0!important;padding:6px 11px!important;font-size:.66rem}.fz-site-footer{margin:20px 6px 6px}.fz-footer-wrap{border-radius:22px}.fz-footer-intro{align-items:flex-start;padding:22px 19px 18px}.fz-footer-intro h2{font-size:1.13rem}.fz-footer-intro p{max-width:220px;font-size:.75rem}.fz-footer-shipping{min-height:40px;padding:6px 8px;border-radius:11px}.fz-footer-shipping span{display:none}.fz-footer-shipping strong{min-width:62px;min-height:26px;font-size:.75rem}.fz-footer-shipping img{max-width:80px;height:26px}.fz-footer-main{grid-template-columns:1fr 1fr;gap:24px 18px;padding:23px 19px 25px}.fz-footer-main section:nth-child(3),.fz-footer-main section:nth-child(4){grid-column:1/-1}.fz-footer-main a,.fz-footer-main p{font-size:.76rem}.fz-footer-newsletter{display:grid;grid-template-columns:minmax(0,1fr) auto}.fz-footer-bottom{display:grid;gap:13px;padding:16px 19px 19px}.fz-payment-label{justify-content:flex-start}.fz-footer-bottom>small{gap:4px 10px}.woocommerce-checkout .fz-checkout-page-content,.woocommerce-checkout .fz-onecheckout-form,.woocommerce-checkout .fz-page>.fz-shell,.woocommerce-checkout .woocommerce{width:100%;max-width:100%;min-width:0}.woocommerce-checkout .fz-page>.fz-shell{padding-inline:7px;box-sizing:border-box}.fz-checkout-details,.fz-onecart,.fz-onecheckout__summary{width:100%;padding:14px;box-sizing:border-box;overflow:hidden}.fz-onecart__head{align-items:flex-start}.fz-onecart__head>strong{flex:0 0 auto}.fz-onecart__item{width:100%;grid-template-columns:58px minmax(0,1fr);gap:9px;padding:8px;box-sizing:border-box}.fz-onecart__image{width:58px;height:64px}.fz-onecart__copy{width:100%;min-width:0;padding-right:1px}.fz-onecart__copy>strong{max-width:100%;font-size:.83rem;line-height:1.25}.fz-onecart__end{grid-column:2;width:100%;min-width:0;gap:8px}.fz-onecart__price{flex:0 0 auto;font-size:.82rem}.fz-checkout-billing .woocommerce-billing-fields__field-wrapper{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:10px 6px;width:100%}.fz-checkout-billing .form-row{grid-column:1/-1;min-width:0}.fz-checkout-billing #billing_first_name_field,.fz-checkout-billing #billing_last_name_field{grid-column:span 6}.fz-checkout-billing #billing_country_field,.fz-checkout-billing #billing_email_field,.fz-checkout-billing #billing_phone_field{grid-column:1/-1}.fz-checkout-billing #billing_postcode_field{grid-column:span 5}.fz-checkout-billing #billing_house_number_field{grid-column:span 4}.fz-checkout-billing #billing_address_2_field{grid-column:span 3}.fz-checkout-billing #billing_address_1_field,.fz-checkout-billing #billing_city_field{grid-column:span 6}.fz-checkout-billing #billing_address_2_field label,.fz-checkout-billing #billing_house_number_field label,.fz-checkout-billing #billing_postcode_field label{font-size:.66rem;white-space:nowrap}.woocommerce-checkout .fz-checkout-billing input.input-text,.woocommerce-checkout .fz-checkout-billing select{width:100%;min-width:0;min-height:44px;padding:8px 9px;font-size:.83rem;box-sizing:border-box}.woocommerce-checkout #payment{padding:6px!important}.woocommerce-checkout #payment ul.payment_methods{padding:5px!important}.woocommerce-checkout #payment ul.payment_methods li{padding:9px 8px}.woocommerce-checkout #payment ul.payment_methods li>label{font-size:.79rem}body.single-product{padding-bottom:calc(76px + env(safe-area-inset-bottom))}.fz-sticky-buy{position:fixed;z-index:62;left:0;right:0;bottom:0;display:block;padding:8px 10px calc(8px + env(safe-area-inset-bottom));border-top:1px solid #e8e2ee;background:rgba(254,254,254,.98);box-shadow:0 -10px 30px rgba(48,31,72,.1);transform:translateY(110%);opacity:0;pointer-events:none;transition:transform .22s cubic-bezier(.16,1,.3,1),opacity .18s ease}.fz-sticky-buy.is-visible{transform:translateY(0);opacity:1;pointer-events:auto}.fz-sticky-buy__inner{width:min(100%,520px);margin:0 auto;display:grid;grid-template-columns:minmax(90px,.72fr) minmax(160px,1.28fr);align-items:center;gap:10px}.fz-sticky-buy__price{min-width:0;color:var(--fz-v6-purple);font-size:1rem;font-weight:900;line-height:1.2}.fz-sticky-buy__price del{display:none}.fz-sticky-buy__button{min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:12px;background:var(--fz-v6-purple);color:#fefefe;font-size:.82rem;font-weight:900;cursor:pointer}.fz-sticky-buy__button:disabled{background:#bcb3c8;cursor:not-allowed}.fz-sticky-buy__button .fz-icon{font-size:19px}}@media (max-width:380px){.fz-checkout-billing #billing_address_2_field label,.fz-checkout-billing #billing_house_number_field label,.fz-checkout-billing #billing_postcode_field label{font-size:.61rem}.woocommerce-checkout .fz-checkout-billing input.input-text{padding-inline:7px;font-size:.78rem}}@media (prefers-reduced-motion:reduce){.fz-v6-blog-grid,.fz-v6-review-rail,.fz-v6-theme-rail,.fz-v6-usp-rail{scroll-behavior:auto!important}.fz-sticky-buy{transition:none!important}}.fz-header-nav-row,.fz-header-row,.fz-logo,.fz-logo .custom-logo,.fz-logo img,.fz-mobile-search-row{transition:min-height .22s ease,width .22s ease,opacity .18s ease,padding .22s ease}.fz-site-header.is-compact .fz-header-row{min-height:64px}.fz-site-header.is-compact .fz-logo,.fz-site-header.is-compact .fz-logo .custom-logo,.fz-site-header.is-compact .fz-logo img{width:170px}.fz-site-header.is-compact .fz-header-nav-row{display:none}.single-product .reset_variations{display:none!important}.fz-buy-promise{display:flex;flex-wrap:wrap;align-items:center;gap:6px 13px;margin:7px 0 10px;padding:9px 11px;border:1px solid #ddd5eb;border-radius:12px;background:#faf8fd;color:#514a58;font-size:.78rem;font-weight:700}.fz-buy-promise__stock{display:inline-flex;align-items:center;gap:6px;color:#17643a;font-weight:900}.fz-buy-promise__stock i{width:8px;height:8px;border-radius:50%;background:#2a9a59}.fz-size-options{display:flex;flex-wrap:wrap;gap:8px}.fz-size-options button{min-width:50px;min-height:42px;padding:7px 12px;border:1px solid #d8d0e3;border-radius:11px;background:#fefefe;color:#3d3743;font-weight:900;cursor:pointer;transition:border-color .16s ease,background .16s ease,color .16s ease,transform .16s ease}.fz-size-options button:hover{border-color:#8f76bd}.fz-size-options button:active{transform:scale(.98)}.fz-size-options button.is-active{border-color:#4f249f;background:#4f249f;color:#fefefe;box-shadow:inset 0 0 0 1px #4f249f}.fz-size-options button:disabled{border-color:#ebe7ef;background:#f4f2f5;color:#a19ba6;text-decoration:line-through;cursor:not-allowed}.fz-gallery-dots{display:none;align-items:center;justify-content:center;gap:6px;margin:9px 0 1px}.fz-gallery-dots button{width:7px;height:7px;padding:0;border:0;border-radius:50%;background:#cbc3d5;cursor:pointer;transition:width .18s ease,background .18s ease}.fz-gallery-dots button.is-active{width:22px;border-radius:999px;background:#4f249f}.fz-recent-products{margin-top:28px;padding-top:26px;border-top:1px solid #e7e2ed}.fz-recent-products__head{margin-bottom:13px}.fz-recent-products__head h2{margin:0;font-size:clamp(1.35rem, 3vw, 1.75rem)}.fz-recent-products__head p{margin:4px 0 0;color:#706b77;font-size:.83rem}.fz-recent-products ul.products{margin-top:0!important}.fz-search-result--theme{grid-template-columns:54px 1fr auto}.fz-search-theme-mark{display:grid;place-items:center;width:54px;height:54px;border-radius:14px;background:#f3efff;font-size:1.45rem}.fz-search-result--theme>span:nth-child(2){display:grid;gap:1px}.fz-search-result--theme small{color:#726b7a;font-size:.68rem;font-weight:800}.fz-search-arrow{color:#4f249f;font-size:1.55rem;font-weight:700}.fz-filter-ordering{display:none}.fz-filter-scrim{display:none}.fz-checkout-cart-disclosure{min-width:0}.fz-checkout-cart-disclosure>summary{display:none}.fz-checkout-cart-disclosure>.fz-onecart{margin:0}.fz-checkout-sticky{display:none}.fz-cart-toast{position:fixed;left:50%;bottom:max(18px,env(safe-area-inset-bottom));z-index:96;width:min(calc(100% - 24px),430px);min-height:64px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;padding:10px 11px 10px 15px;border:1px solid #ddd5e8;border-radius:16px;background:#fefefe;box-shadow:0 16px 44px rgba(48,35,65,.18);transform:translate(-50%,120%);opacity:0;pointer-events:none;transition:transform .24s cubic-bezier(.16,1,.3,1),opacity .2s ease}.fz-cart-toast.is-visible{transform:translate(-50%,0);opacity:1;pointer-events:auto}.fz-cart-toast>span{min-width:0;display:grid}.fz-cart-toast strong{color:#2d2932;font-size:.88rem}.fz-cart-toast small{color:#706a77;font-size:.72rem}.fz-cart-toast a{min-height:42px;display:inline-flex;align-items:center;padding:8px 15px;border-radius:999px;background:#4f249f;color:#fefefe;font-size:.78rem;font-weight:900}@media (max-width:767px){.fz-site-header.is-compact .fz-header-row{min-height:50px}.fz-site-header.is-compact .fz-logo,.fz-site-header.is-compact .fz-logo .custom-logo,.fz-site-header.is-compact .fz-logo img{width:108px}.fz-site-header.is-compact .fz-mobile-search-row{display:none}.fz-site-header.is-compact .fz-header-action{min-height:42px}.fz-site-header.is-compact .fz-header-action>span:last-child{display:none}.fz-buy-promise{margin:5px 0 8px;padding:8px 9px;gap:4px 9px;font-size:.69rem;line-height:1.35}.fz-size-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(46px,1fr));gap:6px}.fz-size-options button{min-width:0;min-height:40px;padding:6px 7px;border-radius:9px;font-size:.74rem}.fz-gallery-dots{display:flex}.single-product .woocommerce-product-gallery__image a{padding-inline:11px}.single-product .woocommerce-product-gallery__image img{width:100%!important;height:auto!important;object-fit:contain!important}.fz-mobile-pdp-tabs{gap:8px}.fz-mobile-pdp-tabs details{border-radius:13px}.fz-mobile-pdp-tabs summary{padding:14px 42px 14px 15px;font-size:.86rem;text-transform:none;letter-spacing:0}.fz-mobile-pdp-panel{padding:1px 15px 16px;font-size:.92rem;line-height:1.62}.fz-sticky-buy{padding:8px 10px max(8px,env(safe-area-inset-bottom))}.fz-sticky-buy__inner{grid-template-columns:minmax(92px,.72fr) minmax(166px,1.28fr);gap:9px}.fz-sticky-buy__meta{min-width:0;display:grid;gap:1px}.fz-sticky-buy__size{overflow:hidden;color:#5f5866;font-size:.67rem;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.fz-sticky-buy__price{font-size:.96rem}.fz-sticky-buy__button{min-height:48px;border-radius:12px}body.single-product:has(.fz-sticky-buy.is-visible){padding-bottom:72px}.woocommerce ul.products li.product{padding-bottom:10px}.woocommerce ul.products li.product a img,.woocommerce-page ul.products li.product a img{aspect-ratio:1/1;width:100%!important;height:auto!important;padding:5px!important;object-fit:contain!important}.woocommerce ul.products li.product .woocommerce-loop-product__title{min-height:2.55em;padding:7px 8px 1px!important;font-size:.74rem!important;-webkit-line-clamp:2}.woocommerce ul.products li.product .price{padding-inline:8px;font-size:.8rem!important}.woocommerce ul.products li.product .button.product_type_simple,.woocommerce ul.products li.product .button.product_type_variable{min-height:32px;margin-top:6px!important;border:1px solid #ded6e8!important;border-radius:9px!important;background:#faf8fd!important;color:#4f249f!important;font-size:.68rem}.woocommerce ul.products li.product .button.product_type_simple{border-color:#4f249f!important;background:#4f249f!important;color:#fefefe!important}.fz-recent-products{margin-top:20px;padding-top:20px;overflow:hidden}.fz-recent-products__head h2{font-size:1.25rem}.fz-recent-products__head p{font-size:.75rem}.fz-recent-products ul.products{display:flex!important;gap:9px;overflow-x:auto;padding-bottom:3px;scroll-snap-type:x mandatory;scrollbar-width:none}.fz-recent-products ul.products::-webkit-scrollbar{display:none}.fz-recent-products ul.products li.product{flex:0 0 43vw;scroll-snap-align:start}.fz-search-panel{padding:0;background:#fefefe}.fz-search-box{width:100%;min-height:100dvh;margin:0;padding:max(12px,env(safe-area-inset-top)) 12px 18px;border-radius:0;box-shadow:none}.fz-search-top{position:sticky;top:0;z-index:2;padding-bottom:10px;background:#fefefe}.fz-search-top input{min-height:48px;font-size:16px}.fz-search-results{max-height:calc(100dvh - 82px);margin-top:0;overflow-y:auto}.fz-search-result{grid-template-columns:64px minmax(0,1fr) auto;gap:10px;min-height:76px;padding:7px 5px;border-bottom:1px solid #eeeaf1;border-radius:0}.fz-search-result img{width:64px;height:64px}.fz-search-result strong{font-size:.82rem}.fz-search-result .price{font-size:.78rem;white-space:nowrap}.fz-search-result--theme{grid-template-columns:54px minmax(0,1fr) auto}.fz-mobile-archive-tools{position:fixed;left:11px;right:11px;top:auto;bottom:max(9px,env(safe-area-inset-bottom));z-index:70;display:block;margin:0;padding:6px;border:1px solid #ded7e7;border-radius:16px;background:rgba(254,254,254,.98);box-shadow:0 10px 34px rgba(43,31,58,.16)}.fz-mobile-filter-button{width:100%;min-height:46px;border:0;border-radius:11px;background:#4f249f;color:#fefefe;font-size:.8rem}.fz-filter-scrim{position:fixed;inset:0;z-index:72;border:0;background:rgba(34,27,44,.38);opacity:0;pointer-events:none}body.fz-filters-open .fz-filter-scrim{display:block;opacity:1;pointer-events:auto}body.fz-filters-open{overflow:hidden}.fz-filters{z-index:74;padding:18px 18px max(22px,env(safe-area-inset-bottom))}.fz-filter-head{position:sticky;top:-18px;z-index:2;margin:-18px -18px 15px;padding:17px 18px 12px;background:#fefefe}.fz-filter-ordering{display:block;margin-bottom:20px}.fz-filter-ordering h3{margin:0 0 8px;font-size:.83rem}.fz-filter-ordering .woocommerce-ordering{display:block!important;float:none!important;width:100%;margin:0!important}.fz-filter-ordering select{width:100%;min-height:46px;border:1px solid #d8d0e2;border-radius:11px;background:#fefefe;padding:8px 11px}body.post-type-archive-product,body.tax-product_cat{padding-bottom:72px}.fz-checkout-cart-disclosure{border:1px solid #e0d9e7;border-radius:16px;background:#fefefe;overflow:hidden}.fz-checkout-cart-disclosure>summary{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:13px 14px;cursor:pointer;list-style:none}.fz-checkout-cart-disclosure>summary::-webkit-details-marker{display:none}.fz-checkout-cart-disclosure>summary>span{min-width:0;display:flex;align-items:baseline;gap:8px}.fz-checkout-cart-disclosure>summary strong{color:#312c36;font-size:.8rem}.fz-checkout-cart-disclosure>summary b{color:#4f249f;font-size:.86rem}.fz-checkout-cart-disclosure>summary em{color:#4f249f;font-size:.72rem;font-style:normal;font-weight:900}.fz-checkout-cart-disclosure[open]>summary em{font-size:0}.fz-checkout-cart-disclosure[open]>summary em::after{content:"Sluit";font-size:.72rem}.fz-checkout-cart-disclosure>.fz-onecart{border:0;border-top:1px solid #eee9f2;border-radius:0}.fz-checkout-cart-disclosure:not([open])>.fz-onecart{display:none}.fz-checkout-sticky{position:fixed;left:0;right:0;bottom:0;z-index:92;display:block;padding:8px 10px max(8px,env(safe-area-inset-bottom));border-top:1px solid #e3dce9;background:rgba(254,254,254,.98);box-shadow:0 -10px 32px rgba(43,31,58,.12);transform:translateY(110%);opacity:0;pointer-events:none;transition:transform .22s cubic-bezier(.16,1,.3,1),opacity .18s ease}.fz-checkout-sticky.is-visible{transform:translateY(0);opacity:1;pointer-events:auto}.fz-checkout-sticky__inner{width:min(100%,520px);margin:0 auto;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:10px}.fz-checkout-sticky__inner>span{color:#6b6571;font-size:.65rem;font-weight:700}.fz-checkout-sticky button{min-height:48px;border:0;border-radius:12px;background:#4f249f;color:#fefefe;font-size:.82rem;font-weight:900;cursor:pointer}body.woocommerce-checkout:has(.fz-checkout-sticky.is-visible){padding-bottom:72px}.single-product .fz-cart-toast,.woocommerce-checkout .fz-cart-toast{bottom:calc(78px + env(safe-area-inset-bottom))}}@media (prefers-reduced-motion:reduce){.fz-cart-toast,.fz-checkout-sticky,.fz-header-row,.fz-logo,.fz-logo .custom-logo,.fz-logo img{transition:none!important}}.fz-v6-hero-card{min-height:0;aspect-ratio:2131/738;background:#f4effb}.fz-v6-hero-photo{object-fit:contain!important;object-position:right center}.fz-v6-product-image,.fz-v6-theme-image{overflow:hidden}.fz-v6-product-image img,.fz-v6-theme-image img{width:100%!important;height:100%!important;object-fit:contain!important}.fz-v9-theme-heading{display:flex;align-items:end;justify-content:space-between;gap:18px;margin:0 0 16px}.fz-v9-theme-heading h2{margin:0;color:#2d2932;font-size:clamp(1.45rem, 2.1vw, 2rem);line-height:1.05}.fz-v9-theme-heading span{color:#756d7e;font-size:.74rem;font-weight:800}.fz-v6-theme-item{padding:9px 9px 12px;border:1px solid #ebe5f2;border-radius:18px;background:#fff;box-shadow:0 5px 18px rgba(50,35,72,.045)}.fz-v6-theme-item strong{margin-top:8px;color:#302a36;font-size:.83rem;line-height:1.2}.fz-v6-theme-image{border-radius:13px;background:#fbf9fd}@media (min-width:768px){.single-product .fz-product-page{padding-top:22px}.single-product .woocommerce-product-gallery__image a{width:100%;height:clamp(455px,calc(100dvh - 300px),600px);min-height:0!important;display:grid!important;place-items:center;padding:18px!important;box-sizing:border-box}.single-product .woocommerce-product-gallery__image img{width:auto!important;height:100%!important;max-width:100%!important;max-height:100%!important;margin:0 auto!important;object-fit:contain!important}.single-product div.product .summary .product_title{max-width:24ch;font-size:clamp(1.85rem, 2.25vw, 2.55rem)!important;line-height:1.04!important;letter-spacing:-.035em}.single-product .summary form.cart{margin-top:12px!important;padding:18px!important;border:1px solid #ded5eb;border-radius:20px;background:#fff;box-shadow:0 10px 32px rgba(62,40,90,.07)}.single-product .summary form.cart .variations{margin-bottom:9px}.single-product .summary form.cart .variations th label{color:#433d49;font-size:.76rem;letter-spacing:.04em}.single-product .summary .single_add_to_cart_button{min-height:50px;border-radius:13px!important}.single-product .fz-volume-discount{margin:12px 0 10px;border-radius:14px;overflow:hidden}.single-product .fz-volume-discount__tiers span{min-height:58px;display:grid;place-items:center;align-content:center;padding:8px;font-size:.72rem;line-height:1.45}.single-product .fz-volume-discount__tiers b{color:#352e3d;font-size:.9rem}.single-product .fz-product-usps{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin:11px 0 9px;padding:0;border:0}.single-product .fz-product-usps>span{min-width:0;display:flex;justify-content:flex-start;align-items:center;gap:9px;min-height:58px;padding:10px 12px;border:1px solid #e8e1ef;border-radius:13px;background:#faf8fd;text-align:left}.single-product .fz-product-usps>span:last-child{border-right:1px solid #e8e1ef}.single-product .fz-product-usps b{flex:0 0 28px;width:28px;height:28px;display:grid;place-items:center;border-radius:50%;background:#eaf8ef;color:#247b48;font-size:.86rem}.single-product .fz-product-usps>span>span{display:grid;gap:1px}.single-product .fz-product-usps strong{color:#352f3b;font-size:.76rem}.single-product .fz-product-usps small{color:#756e7b;font-size:.66rem}.single-product .fz-product-payment{display:flex;align-items:center;gap:12px;padding:10px 12px;border:1px solid #ece7f1;border-radius:13px;background:#fff}.single-product .fz-product-payment>span{flex:0 0 auto;color:#655e6c;font-size:.68rem;font-weight:800}.single-product .fz-product-payment .fz-payment-providers{flex:1;justify-content:flex-start;margin:0;padding:0;border:0;gap:6px}.single-product .fz-product-payment .fz-payment-ideal,.single-product .fz-product-payment .fz-payment-provider{min-width:38px;height:25px;padding:3px 5px}.single-product .fz-product-payment .fz-payment-provider img{max-width:39px;height:13px}}.fz-v6-usps{padding-block:10px}.fz-v6-usp-rail{gap:9px}.fz-v6-usp-rail>div{min-width:0;border:1px solid #ebe5f1;border-radius:14px;background:#fff}.fz-v6-usp-rail>div>span{color:#5828ad}.fz-v6-usp-rail strong{color:#342e3a}.fz-page:not(.fz-page--checkout){padding-block:34px 54px}.fz-page:not(.fz-page--checkout)>.fz-shell{max-width:1160px}.fz-page__header{max-width:780px;margin:0 auto 24px;padding:25px 28px;border:1px solid #e9e2f1;border-radius:22px;background:linear-gradient(135deg,#f8f4ff,#fff);text-align:center}.fz-page__header h1{margin:5px 0 7px;color:#2d2932;font-size:clamp(1.85rem,4vw,3rem);letter-spacing:-.035em}.fz-page__header p{margin:0;color:#716a79}.fz-page:not(.fz-page--contact):not(.fz-page--veelgestelde-vragen):not(.fz-page--over-ons):not(.fz-page--checkout) .fz-service-prose{max-width:820px;margin:0 auto;padding:clamp(22px,4vw,42px);border:1px solid #ebe5f1;border-radius:22px;background:#fff;box-shadow:0 12px 38px rgba(52,35,74,.055);color:#4d4752;line-height:1.75}.fz-page .fz-prose h2{margin:1.35em 0 .45em;color:#302a36;font-size:clamp(1.25rem,2.2vw,1.65rem)}.fz-page .fz-prose h2:first-child{margin-top:0}.fz-page .fz-prose a{color:#5726a7;text-decoration:underline;text-underline-offset:3px}.fz-page .fz-prose table{width:100%;border-collapse:collapse}.fz-page .fz-prose td,.fz-page .fz-prose th{padding:10px 12px;border-bottom:1px solid #eee8f2;text-align:left}.fz-page .fz-service-layout{align-items:start;gap:22px}.fz-page .fz-service-help{border:1px solid #e4dbee;border-radius:18px;background:#f7f2ff;box-shadow:none}.fz-footer-main .fz-footer-shipping{width:fit-content;margin-top:13px;background:rgba(255,255,255,.09)}.fz-footer-legal{display:grid;gap:5px}.fz-footer-legal small{display:flex;flex-wrap:wrap;gap:5px 13px;color:rgba(254,254,254,.72);font-size:.66rem}.fz-footer-credit{width:fit-content;color:rgba(254,254,254,.86)!important;font-size:.7rem!important;font-weight:800;text-decoration:underline;text-underline-offset:3px}@media (max-width:767px){.fz-header-row{grid-template-columns:64px minmax(0,1fr) 64px!important}.fz-header-row .fz-menu-toggle{justify-self:start}.fz-header-row .fz-brand{min-width:0;justify-self:center;text-align:center}.fz-header-row .fz-brand .fz-logo,.fz-header-row .fz-brand .fz-logo .custom-logo,.fz-header-row .fz-brand .fz-logo img{width:min(164px,100%)!important;margin-inline:auto}.fz-header-row .fz-header-actions{width:64px;justify-content:flex-end;justify-self:end}.fz-header-row .fz-account-link{display:none!important}.fz-v6-hero-card{display:flex;flex-direction:column;aspect-ratio:auto;overflow:hidden;background:#f4effb}.fz-v6-hero-card::after{display:none!important}.fz-v6-hero-photo{position:relative!important;inset:auto!important;z-index:0!important;order:1;width:100%!important;height:auto!important;aspect-ratio:2131/738;object-fit:contain!important;object-position:center!important;background:#fff}.fz-v6-hero-copy{position:relative!important;z-index:1!important;order:2;width:100%!important;padding:21px 20px 23px!important;box-sizing:border-box}.fz-v6-hero-copy h1{font-size:clamp(2rem,10vw,2.75rem)!important}.fz-v6-hero-copy p{max-width:31ch}.fz-v9-theme-heading{margin-bottom:11px}.fz-v9-theme-heading h2{font-size:1.35rem}.fz-v9-theme-heading span{font-size:.66rem}.fz-v6-theme-item{border-radius:15px;padding:7px 7px 10px}.single-product .woocommerce-product-gallery__image a{height:min(112vw,465px);min-height:0!important;display:grid!important;place-items:center;padding:10px!important}.single-product .woocommerce-product-gallery__image img{width:auto!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important}.single-product .fz-product-usps{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;padding:0;border:0}.single-product .fz-product-usps>span{align-items:center;gap:6px;padding:9px 7px;border:1px solid #e8e1ef!important;border-radius:11px;background:#faf8fd;text-align:left}.single-product .fz-product-usps b{flex:0 0 23px;width:23px;height:23px;display:grid;place-items:center;border-radius:50%;background:#eaf8ef;color:#247b48}.single-product .fz-product-usps>span>span{display:grid}.single-product .fz-product-usps strong{font-size:.65rem}.single-product .fz-product-usps small{color:#766f7c;font-size:.57rem}.single-product .fz-product-payment{display:grid;gap:6px;margin-top:8px;padding-top:9px;border-top:1px solid #eee9f3}.single-product .fz-product-payment>span{color:#6f6876;font-size:.62rem;font-weight:800}.fz-v6-usps{overflow:hidden}.fz-v6-usp-rail{display:flex!important;gap:9px!important;overflow-x:auto;padding-block:2px 6px;scroll-snap-type:x mandatory;scrollbar-width:none}.fz-v6-usp-rail::-webkit-scrollbar{display:none}.fz-v6-usp-rail>div{flex:0 0 calc(86vw - 24px);min-height:72px;scroll-snap-align:start;padding:10px 13px!important;box-sizing:border-box}.fz-v6-usp-rail>div[data-fz-usp-clone="1"]{pointer-events:none}.fz-page:not(.fz-page--checkout){padding-block:18px 36px}.fz-page__header{margin-bottom:14px;padding:20px 16px;border-radius:17px}.fz-page:not(.fz-page--contact):not(.fz-page--veelgestelde-vragen):not(.fz-page--over-ons):not(.fz-page--checkout) .fz-service-prose{padding:20px 17px;border-radius:17px}.fz-footer-main .fz-footer-shipping{display:flex;margin-top:12px}.fz-footer-main .fz-footer-shipping span{display:inline}.fz-footer-legal{gap:7px}}@media (prefers-reduced-motion:reduce){.fz-v6-usp-rail{scroll-behavior:auto!important}}.fz-blog-product__image,.fz-onecart__image,.fz-product-card__image,.fz-search-result>span:first-child,.fz-v6-product-image,.woocommerce ul.products li.product a.woocommerce-LoopProduct-link{box-sizing:border-box}.fz-v6-product-image{min-height:220px;overflow:hidden;padding:14px;background:#fbfafc}.fz-blog-product__image img,.fz-onecart__image img,.fz-product-card__image img,.fz-v6-product-image img,.single-product .flex-control-thumbs img,.single-product .woocommerce-product-gallery__image img,.woocommerce ul.products li.product a img{display:block!important;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;object-position:center!important;box-sizing:border-box}.fz-blog-product__image,.fz-product-card__image,.woocommerce ul.products li.product a img{aspect-ratio:1/1;background:#fefefe}.fz-blog-product__image img{padding:7px}.woocommerce ul.products li.product a img{min-height:0;padding:clamp(6px,1.2vw,13px)!important}.fz-v6-usps{overflow:hidden;padding:14px 0 26px}.fz-v6-usp-rail{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;padding:0;border-radius:0;background:0 0}.fz-v6-usp-rail>div{min-width:0;min-height:76px;display:flex;align-items:center;justify-content:flex-start;gap:11px;padding:12px 13px;border:1px solid #e6dfee!important;border-radius:16px;background:#fefefe;box-shadow:0 7px 22px rgba(58,40,80,.045)}.fz-v6-usp-rail .fz-usp-icon{flex:0 0 38px;width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:#f1ebfb;color:#5828ad}.fz-v6-usp-rail .fz-usp-icon .fz-icon{width:auto;height:auto;font-size:20px}.fz-v6-usp-rail p{min-width:0;margin:0;line-height:1.22}.fz-v6-usp-rail strong{color:#302a36;font-size:.77rem;line-height:1.2}.fz-v6-usp-rail small{margin-top:4px;color:#746d7a;font-size:.66rem;line-height:1.25}.fz-volume-discount__note{display:block;margin-top:9px;color:#716a78;font-size:.68rem;line-height:1.35}.fz-blog-byline{display:flex;flex-wrap:wrap;gap:6px 18px;color:var(--fz-muted);font-size:.95rem}.fz-v6-recent-home .fz-v6-section-heading>div>p{margin:5px 0 0;color:var(--fz-muted);font-size:.86rem}@media (max-width:767px){.fz-v6-recent-home{overflow:hidden}.fz-v6-recent-home .fz-v6-section-heading>div>p{font-size:.74rem}.fz-v6-recent-grid{display:flex!important;gap:10px!important;overflow-x:auto;margin-right:-16px;padding:1px 16px 8px 0;scroll-snap-type:x mandatory;overscroll-behavior-inline:contain;scrollbar-width:none}.fz-v6-recent-grid::-webkit-scrollbar{display:none}.fz-v6-recent-grid .fz-v6-product-card{flex:0 0 min(72vw,285px);scroll-snap-align:start}}.fz-page--klantenservice{padding-top:22px!important}.fz-service-hub-hero{display:grid;grid-template-columns:minmax(0,1.45fr) auto;align-items:end;gap:28px;margin-bottom:22px;padding:clamp(24px,4vw,42px);border:1px solid #e3d9ee;border-radius:24px;background:#f5f0fc}.fz-service-hub-kicker{color:#5a2daf;font-size:.78rem;font-weight:900}.fz-service-hub-hero h1{margin:6px 0 10px;color:#2d2932;font-size:clamp(2.1rem, 4vw, 3.4rem);line-height:1;letter-spacing:-.04em}.fz-service-hub-hero p{max-width:650px;margin:0;color:#645e69;line-height:1.6}.fz-service-hub-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.fz-service-hub-actions .fz-btn{min-height:46px;gap:6px;white-space:nowrap}.fz-service-hub-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.fz-service-topic{min-width:0;display:grid;grid-template-columns:44px minmax(0,1fr);gap:13px;padding:20px;border:1px solid #e8e1ef;border-radius:18px;background:#fefefe}.fz-service-contact-band__icon,.fz-service-topic__icon{width:44px;height:44px;display:grid;place-items:center;border-radius:13px;background:#f1ebfb;color:#5828ad}.fz-service-contact-band__icon .fz-icon,.fz-service-topic__icon .fz-icon{width:auto;height:auto;font-size:21px}.fz-service-topic h2{margin:1px 0 7px;color:#312c37;font-size:1rem;line-height:1.2}.fz-service-topic p{margin:0 0 10px;color:#69626f;font-size:.84rem;line-height:1.55}.fz-service-faq__head a,.fz-service-topic a{color:#5726a7;font-size:.8rem;font-weight:900;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.fz-service-contact-band{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:20px;padding:12px;border-radius:20px;background:#2d174f;color:#fefefe}.fz-service-contact-band>div{min-width:0;display:grid;grid-template-columns:42px minmax(0,1fr);grid-template-rows:auto auto;column-gap:10px;align-items:center;padding:8px 10px}.fz-service-contact-band__icon{grid-row:1/3;width:42px;height:42px;background:rgba(255,255,255,.12);color:#fefefe}.fz-service-contact-band strong{font-size:.75rem}.fz-service-contact-band a,.fz-service-contact-band>div>span:last-child{min-width:0;color:rgba(255,255,255,.84);font-size:.72rem;overflow-wrap:anywhere}.fz-service-faq{max-width:900px;margin:24px auto 0}.fz-service-faq__head{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:10px}.fz-service-faq__head h2{margin:0;color:#312c37;font-size:1.4rem}.fz-service-faq details{margin-top:8px;border:1px solid #e8e1ef;border-radius:14px;background:#fefefe}.fz-service-faq summary{cursor:pointer;padding:14px 16px;color:#39333f;font-size:.86rem;font-weight:850}.fz-service-faq details p{margin:0;padding:0 16px 15px;color:#6a6370;font-size:.82rem;line-height:1.55}@media (max-width:1023px){.fz-v6-usp-rail{display:flex!important;width:100%;gap:9px!important;overflow-x:auto;padding:2px 2px 8px;scroll-snap-type:x mandatory;scrollbar-width:none}.fz-v6-usp-rail::-webkit-scrollbar{display:none}.fz-v6-usp-rail>div{flex:0 0 min(78vw,340px);min-height:72px;scroll-snap-align:start}.fz-service-hub-hero{grid-template-columns:1fr;align-items:start}.fz-service-hub-actions{justify-content:flex-start}}@media (max-width:767px){.fz-v6-product-image{min-height:0;aspect-ratio:1/1;padding:8px}.fz-v6-product-image img{padding:4px}.woocommerce ul.products li.product a img{height:auto!important;min-height:0}.fz-v6-usp-rail>div{flex-basis:min(82vw,320px)}.fz-service-hub-hero{gap:18px;margin-bottom:12px;padding:22px 17px;border-radius:18px}.fz-service-hub-hero h1{font-size:2.25rem}.fz-service-hub-actions{display:grid;grid-template-columns:1fr;width:100%}.fz-service-hub-actions .fz-btn{width:100%;justify-content:center}.fz-service-hub-grid{grid-template-columns:1fr;gap:9px}.fz-service-topic{grid-template-columns:38px minmax(0,1fr);gap:10px;padding:16px 14px;border-radius:15px}.fz-service-topic__icon{width:38px;height:38px;border-radius:11px}.fz-service-contact-band{grid-template-columns:1fr;gap:2px;margin-top:13px;padding:8px;border-radius:17px}.fz-service-contact-band>div{padding:8px}.fz-service-faq{margin-top:18px}.fz-service-faq__head{display:block}.fz-service-faq__head a{display:inline-block;margin-top:5px}}@media (prefers-reduced-motion:reduce){.fz-v6-usp-rail{scroll-behavior:auto!important}}.fz-utility-row>span{display:inline-flex;align-items:center;gap:7px}.fz-utility-icon{flex:0 0 24px;width:24px;height:24px;display:inline-grid;place-items:center;border-radius:8px;background:#f0eafb;color:#5427a7}.fz-utility-icon .fz-icon{width:auto;height:auto;font-size:15px;line-height:1}.fz-search-box{width:min(920px,calc(100% - 32px))}.fz-search-result{grid-template-columns:72px minmax(0,1fr) minmax(116px,150px);gap:14px;min-width:0;padding:10px 12px}.fz-search-result>strong{min-width:0;overflow-wrap:normal;word-break:normal}.fz-search-result .price{min-width:0;text-align:right;white-space:nowrap}.fz-search-result--theme{grid-template-columns:56px minmax(0,1fr) 28px}.single-product .flex-viewport,.single-product .fz-pdp-gallery,.single-product .woocommerce-product-gallery,.single-product .woocommerce-product-gallery__image,.single-product .woocommerce-product-gallery__image a,.single-product .woocommerce-product-gallery__wrapper{min-width:0;box-sizing:border-box}.single-product .woocommerce-product-gallery__image img{display:block!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;object-position:center!important}.single-product .summary form.cart{margin:10px 0 11px!important;padding:15px!important;border:1px solid #ddd4eb!important;border-radius:17px!important;background:#fefefe!important;box-shadow:0 8px 24px rgba(61,39,83,.055)!important}.single-product .summary form.cart .variations{width:100%;margin:0 0 8px!important}.single-product .summary form.cart .variations tr{margin:0!important}.single-product .summary form.cart .variations tr.fz-variation-row-hidden{display:none!important}.single-product .summary form.cart .variations th{margin:0 0 7px!important;color:#514a58;font-size:.72rem!important;letter-spacing:.045em}.single-product .summary form.cart .variations select[name^=attribute_]{position:absolute!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;border:0!important;white-space:nowrap!important}.single-product .fz-size-options{display:flex;flex-wrap:wrap;gap:7px}.single-product .fz-size-options button{min-width:54px;min-height:42px;padding:7px 12px;border:1px solid #d9d1e4;border-radius:10px;background:#faf9fc;color:#332d3a;font-size:.78rem;font-weight:900}.single-product .fz-size-options button:hover:not(:disabled){border-color:#805bc3;color:#4f249f}.single-product .fz-size-options button.is-active{border-color:#5526aa;background:#5526aa;color:#fefefe;box-shadow:none}.single-product .woocommerce-variation.single_variation{min-height:0!important;margin:2px 0 5px!important;padding:0!important}.single-product .woocommerce-variation-availability:empty,.single-product .woocommerce-variation-price:empty{display:none!important}.single-product .woocommerce-variation-availability p{margin:0 0 5px!important;font-size:.76rem;font-weight:800}.single-product .woocommerce-variation-add-to-cart,.single-product form.cart:not(.variations_form){display:grid!important;grid-template-columns:76px minmax(170px,1.1fr) minmax(170px,.9fr);gap:9px!important;align-items:stretch;width:100%;margin-top:7px!important}.single-product .quantity{width:76px;min-width:0;margin:0!important}.single-product .quantity .qty{width:76px!important;height:50px;min-height:50px!important;margin:0!important;border:1px solid #d7cfe2;border-radius:11px!important;background:#faf9fc}.single-product .single_add_to_cart_button{width:100%!important;min-width:0!important;min-height:50px!important;display:inline-flex!important;align-items:center;justify-content:center;gap:8px;padding:9px 15px!important;border-radius:11px!important;background:#5526aa!important;color:#fefefe!important;font-size:.83rem!important;font-weight:900!important;line-height:1!important;white-space:nowrap;box-shadow:none!important}.single-product .single_add_to_cart_button::before{display:inline-block!important;font-size:19px!important}.single-product .fz-tryon-button{width:100%;min-width:0;min-height:50px!important;padding:9px 14px!important;border:1px solid #d6c9ed!important;border-radius:11px!important;background:#f9f6ff!important;color:#5526aa!important;font-size:.8rem!important;font-weight:900;white-space:nowrap}.single-product .fz-volume-discount{margin:9px 0 7px!important}.single-product .fz-volume-discount__tiers span{min-height:51px!important;padding:6px 8px!important}.single-product .fz-volume-discount__note{margin:0!important;padding:6px 10px 8px}.single-product .fz-product-usps{margin:7px 0!important}.single-product .fz-product-usps>span{min-height:50px!important;padding:8px 10px!important}.single-product .fz-product-payment{padding:8px 10px!important}.woocommerce-checkout .fz-onecheckout{grid-template-columns:minmax(0,1fr) minmax(360px,420px);gap:24px;align-items:start}.woocommerce-checkout .fz-onecart,.woocommerce-checkout .fz-onecart__item,.woocommerce-checkout .fz-onecart__items,.woocommerce-checkout .fz-onecheckout__main,.woocommerce-checkout .fz-onecheckout__summary{min-width:0;max-width:100%;box-sizing:border-box}.woocommerce-checkout .fz-onecart__item{grid-template-columns:72px minmax(0,1fr) 126px;overflow:hidden}.woocommerce-checkout .fz-onecart__end{width:126px;min-width:0}.woocommerce-checkout .fz-onecart__copy>strong{overflow-wrap:break-word}.woocommerce-checkout .fz-onecheckout__summary{width:100%;overflow:hidden}.woocommerce-checkout #order_review,.woocommerce-checkout #payment,.woocommerce-checkout #payment ul.payment_methods,.woocommerce-checkout #payment ul.payment_methods li{width:100%;min-width:0;max-width:100%;box-sizing:border-box}@media (min-width:768px){.single-product .fz-pdp-gallery .woocommerce-product-gallery{display:grid!important;grid-template-columns:78px minmax(0,1fr)!important;gap:12px!important;align-items:start}.single-product .woocommerce-product-gallery .flex-viewport{grid-column:2;grid-row:1;width:100%!important;height:clamp(470px,calc(100dvh - 270px),650px)!important;border:1px solid #e5deeb;border-radius:18px;background:#fefefe;overflow:hidden!important}.single-product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper{height:100%!important;border:0!important;border-radius:0!important}.single-product .woocommerce-product-gallery:not(.flexslider) .woocommerce-product-gallery__wrapper{grid-column:2;grid-row:1;height:clamp(470px,calc(100dvh - 270px),650px)!important}.single-product .woocommerce-product-gallery__image,.single-product .woocommerce-product-gallery__image a{height:100%!important;min-height:0!important}.single-product .woocommerce-product-gallery__image a{display:grid!important;place-items:center;padding:18px!important}.single-product .woocommerce-product-gallery__image img{width:100%!important;height:100%!important}.single-product .flex-control-thumbs{grid-column:1;grid-row:1;width:78px;gap:8px}.single-product .flex-control-thumbs li{width:78px!important;height:86px!important}}@media (max-width:1240px){.woocommerce-checkout .fz-onecheckout{grid-template-columns:minmax(0,1fr)}.woocommerce-checkout .fz-onecheckout__summary{position:static}}@media (max-width:767px){.fz-utility-row{gap:8px 18px}.fz-utility-icon{flex-basis:21px;width:21px;height:21px;border-radius:7px}.fz-utility-icon .fz-icon{font-size:13px}.fz-theme-scroller .fz-v6-theme-item{flex:0 0 108px!important;width:108px;min-width:108px;box-sizing:border-box}.fz-theme-scroller .fz-v6-theme-item strong{width:100%;min-height:2.35em;display:flex;align-items:center;justify-content:center;margin-top:6px;padding-inline:2px;font-size:.67rem!important;line-height:1.18!important;overflow-wrap:normal;word-break:normal;hyphens:none}.fz-search-box{width:100%}.fz-search-result{grid-template-columns:58px minmax(0,1fr);gap:9px 11px;padding:9px 4px}.fz-search-result img{grid-row:1/3;width:58px;height:64px}.fz-search-result>strong{align-self:end;font-size:.78rem;line-height:1.25}.fz-search-result .price{grid-column:2;align-self:start;text-align:left;font-size:.76rem}.fz-search-result--theme{grid-template-columns:48px minmax(0,1fr) 24px}.single-product .woocommerce-product-gallery .flex-viewport,.single-product .woocommerce-product-gallery:not(.flexslider) .woocommerce-product-gallery__wrapper{width:100%!important;height:min(112vw,500px)!important;border:1px solid #e6e0eb;border-radius:16px;background:#fefefe;overflow:hidden!important}.single-product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper{height:100%!important;border:0!important}.single-product .woocommerce-product-gallery__image,.single-product .woocommerce-product-gallery__image a{height:100%!important;min-height:0!important}.single-product .woocommerce-product-gallery__image a{display:grid!important;place-items:center;padding:10px!important}.single-product .woocommerce-product-gallery__image img{width:100%!important;height:100%!important}.single-product .summary form.cart{padding:12px!important}.single-product .woocommerce-variation-add-to-cart,.single-product form.cart:not(.variations_form){grid-template-columns:64px minmax(0,1fr) minmax(118px,1fr);gap:6px!important}.single-product .quantity,.single-product .quantity .qty{width:64px!important}.single-product .fz-tryon-button,.single-product .single_add_to_cart_button{min-height:46px!important;padding-inline:8px!important;font-size:.68rem!important}.single-product .single_add_to_cart_button::before{font-size:17px!important}.woocommerce-checkout .fz-onecart__item{grid-template-columns:58px minmax(0,1fr)}.woocommerce-checkout .fz-onecart__end{grid-column:2;width:100%}}@media (prefers-reduced-motion:reduce){.single-product .fz-size-options button,.single-product .fz-tryon-button,.single-product .single_add_to_cart_button{transition:none!important}}.single-product .summary form.cart .variations th{display:none!important}.single-product .fz-size-options{display:grid;gap:9px;width:100%;margin:0 0 12px}.single-product .fz-size-options__label{display:block;color:#332d3a;font-size:.78rem;font-weight:900;line-height:1.2}.single-product .fz-size-options__buttons{display:flex;flex-wrap:wrap;gap:8px}.single-product .fz-size-options__buttons button{min-width:54px;min-height:42px;padding:8px 14px;border:1px solid #d8cfe6;border-radius:11px;background:#faf9fc;color:#332d3a;font:inherit;font-size:.78rem;font-weight:900;line-height:1;cursor:pointer;transition:border-color .16s ease,background-color .16s ease,color .16s ease,transform .16s ease}.single-product .fz-size-options__buttons button:hover:not(:disabled){border-color:#6d42b6;background:#f4effd;color:#4f249f}.single-product .fz-size-options__buttons button:focus-visible{outline:3px solid rgba(95,60,191,.2);outline-offset:2px}.single-product .fz-size-options__buttons button:active:not(:disabled){transform:translateY(1px)}.single-product .fz-size-options__buttons button.is-active{border-color:#5526aa;background:#5526aa;color:#fefefe}.single-product .fz-size-options__buttons button:disabled{border-color:#e5e0e9;background:#f5f3f6;color:#aaa3af;cursor:not-allowed;text-decoration:line-through}.woocommerce-checkout #order_review,.woocommerce-checkout #payment,.woocommerce-checkout .fz-checkout-cart-disclosure,.woocommerce-checkout .fz-checkout-details,.woocommerce-checkout .fz-onecart,.woocommerce-checkout .fz-onecheckout,.woocommerce-checkout .fz-onecheckout-form,.woocommerce-checkout .fz-onecheckout__main,.woocommerce-checkout .fz-onecheckout__summary{min-width:0!important;box-sizing:border-box!important}.woocommerce-checkout .fz-onecheckout,.woocommerce-checkout .fz-onecheckout-form{width:100%!important;max-width:100%!important}.woocommerce-checkout .fz-checkout-cart-disclosure{width:100%;max-width:100%}.woocommerce-checkout .fz-onecheckout__main,.woocommerce-checkout .fz-onecheckout__summary{width:100%!important;max-width:100%!important}.woocommerce-checkout .fz-onecheckout__main{overflow:clip}.woocommerce-checkout .fz-onecheckout__summary{overflow:clip!important}@media (min-width:1241px){.woocommerce-checkout .fz-page>.fz-shell{width:min(calc(100% - 48px),1480px)!important;max-width:1480px!important;margin-inline:auto!important}.woocommerce-checkout .fz-onecheckout{display:grid!important;grid-template-columns:minmax(0,1fr) 420px!important;gap:30px!important;align-items:start!important;position:relative}.woocommerce-checkout .fz-onecheckout__main{grid-column:1!important;grid-row:1!important}.woocommerce-checkout .fz-onecheckout__summary{grid-column:2!important;grid-row:1!important;position:sticky!important;top:88px!important;align-self:start!important;padding:22px!important}.woocommerce-checkout .fz-onecart{padding:22px!important}.woocommerce-checkout .fz-onecart__item{display:grid!important;grid-template-columns:76px minmax(0,1fr) 112px!important;gap:14px!important;align-items:center!important;width:100%!important;max-width:100%!important;overflow:hidden!important}.woocommerce-checkout .fz-onecart__copy{min-width:0!important;overflow:hidden}.woocommerce-checkout .fz-onecart__copy>strong,.woocommerce-checkout .fz-onecart__copy>strong a{display:block;max-width:100%;overflow-wrap:break-word;word-break:normal}.woocommerce-checkout .fz-onecart__end{display:grid!important;justify-items:end!important;gap:8px!important;width:112px!important;min-width:0!important;max-width:112px!important}.woocommerce-checkout .fz-onecart__qty{width:92px!important;max-width:92px!important}}@media (min-width:768px) and (max-width:1240px){.woocommerce-checkout .fz-onecheckout{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:18px!important}.woocommerce-checkout .fz-onecheckout__main,.woocommerce-checkout .fz-onecheckout__summary{grid-column:1!important;position:static!important}}@media (min-width:768px) and (max-width:900px){.single-product .fz-pdp-top{display:block!important}.single-product div.product .summary.fz-pdp-buybox{width:100%;max-width:100%;margin-top:18px!important}}@media (max-width:767px){.single-product .fz-size-options{gap:8px;margin-bottom:10px}.single-product .fz-size-options__buttons{display:grid;grid-template-columns:repeat(auto-fit,minmax(52px,1fr));gap:7px;width:100%}.single-product .fz-size-options__buttons button{width:100%;min-width:0;min-height:42px;padding-inline:8px}.woocommerce-checkout .fz-checkout-cart-disclosure,.woocommerce-checkout .fz-onecart,.woocommerce-checkout .fz-onecart__item,.woocommerce-checkout .fz-onecart__items,.woocommerce-checkout .fz-onecheckout,.woocommerce-checkout .fz-onecheckout__main,.woocommerce-checkout .fz-onecheckout__summary{width:100%!important;min-width:0!important;max-width:100%!important}.woocommerce-checkout .fz-onecart__item{grid-template-columns:58px minmax(0,1fr)!important;gap:9px!important}.woocommerce-checkout .fz-onecart__end{grid-column:2!important;width:100%!important;max-width:100%!important}.woocommerce-checkout #payment ul.payment_methods li>label{max-width:calc(100% - 28px)!important;gap:7px!important}.woocommerce-checkout #payment ul.payment_methods li img{max-width:58px!important;max-height:24px!important}}@media (max-width:430px){.single-product .woocommerce-variation-add-to-cart,.single-product form.cart:not(.variations_form){grid-template-columns:64px minmax(0,1fr)!important;gap:7px!important}.single-product .quantity,.single-product .quantity .qty{width:64px!important}.single-product .single_add_to_cart_button{grid-column:2!important;min-width:0!important;width:100%!important;font-size:.76rem!important}.single-product .fz-tryon-button{grid-column:1/-1!important;width:100%!important;min-height:44px!important;font-size:.72rem!important}}.woocommerce-checkout #order_review,.woocommerce-checkout #payment,.woocommerce-checkout #payment .form-row,.woocommerce-checkout #payment .payment_box,.woocommerce-checkout #payment fieldset,.woocommerce-checkout #payment ul.payment_methods,.woocommerce-checkout #payment ul.payment_methods li{width:100%!important;min-width:0!important;max-width:100%!important;box-sizing:border-box!important}.woocommerce-checkout #payment ul.payment_methods{margin:0!important;overflow:hidden}.woocommerce-checkout #payment ul.payment_methods li{overflow:hidden}.woocommerce-checkout #payment ul.payment_methods li>label{display:inline-flex!important;align-items:center!important;gap:9px!important;width:auto!important;max-width:calc(100% - 32px)!important;min-width:0!important;white-space:normal!important;overflow-wrap:break-word}.woocommerce-checkout #payment ul.payment_methods li img{flex:0 0 auto;width:auto!important;max-width:70px!important;max-height:26px!important;object-fit:contain}.woocommerce-checkout .fz-onecheckout__summary .shop_table{width:100%!important;table-layout:fixed}.woocommerce-checkout .fz-onecheckout__summary .shop_table td,.woocommerce-checkout .fz-onecheckout__summary .shop_table th{min-width:0;overflow-wrap:break-word}.woocommerce-checkout .fz-onecheckout__summary .shop_table td{text-align:right}@media (prefers-reduced-motion:reduce){.single-product .fz-size-options__buttons button{transition:none}}.single-product .fz-mobile-stock,.single-product .summary .fz-stock-badge,.single-product .summary .woocommerce-variation-availability,.single-product .summary form.cart>.stock{display:none!important}.single-product .woocommerce-product-gallery .zoomImg{display:none!important}.single-product .fz-pdp-gallery,.single-product .woocommerce-product-gallery,.single-product .woocommerce-product-gallery .flex-viewport,.single-product .woocommerce-product-gallery__image,.single-product .woocommerce-product-gallery__image a,.single-product .woocommerce-product-gallery__wrapper{min-width:0!important;min-height:0!important;box-sizing:border-box!important}.single-product .woocommerce-product-gallery__image a{display:grid!important;place-items:center!important;width:100%!important;background:#fefefe!important;overflow:hidden!important}.single-product .woocommerce-product-gallery__image img:not(.zoomImg){display:block!important;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;margin:0 auto!important;padding:0!important;object-fit:contain!important;object-position:center center!important}.single-product div.product .summary.fz-pdp-buybox{min-width:0!important;padding:2px 0 0!important;border:0!important;background:0 0!important;box-shadow:none!important}.single-product .summary.fz-pdp-buybox .product_title{max-width:19ch;margin:0 0 10px!important;font-size:clamp(2rem, 3.15vw, 2.72rem)!important;line-height:1.02!important}.single-product .summary.fz-pdp-buybox>.price{margin:0 0 12px!important;font-size:clamp(1.8rem, 2.5vw, 2.25rem)!important;line-height:1!important}.single-product .fz-buy-promise{display:flex!important;align-items:center!important;flex-wrap:wrap;gap:5px 14px!important;min-height:0!important;margin:0 0 9px!important;padding:9px 12px!important;border:1px solid #ded5ea!important;border-radius:13px!important;background:#fbf9fd!important;color:#514a58;font-size:.76rem!important;line-height:1.3!important}.single-product .fz-buy-promise__stock{display:inline-flex;align-items:center;gap:7px;color:#23724b;font-weight:900;white-space:nowrap}.single-product .fz-buy-promise__stock i{width:9px;height:9px;border-radius:50%;background:#2eab70}.single-product .fz-buy-promise.is-out .fz-buy-promise__stock{color:#9f2937}.single-product .fz-buy-promise.is-out .fz-buy-promise__stock i{background:#c84b58}.single-product .summary form.cart,.single-product .summary form.cart.variations_form{width:100%!important;min-width:0!important;margin:0 0 9px!important;padding:12px!important;border:1px solid #ded5ea!important;border-radius:15px!important;background:#fefefe!important;box-shadow:0 6px 18px rgba(70,45,105,.04)!important}.single-product .summary form.cart .variations{display:block!important;width:100%!important;margin:0 0 8px!important}.single-product .summary form.cart .variations tbody,.single-product .summary form.cart .variations td,.single-product .summary form.cart .variations tr{display:block!important;width:100%!important;min-width:0!important;margin:0!important;padding:0!important}.single-product .summary form.cart .variations th,.single-product .summary form.cart .variations tr.fz-variation-row-hidden{display:none!important}.single-product .summary form.cart select[name^=attribute_]{position:absolute!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;clip-path:inset(50%)!important;border:0!important;white-space:nowrap!important}.single-product .fz-size-options{display:grid!important;gap:7px!important;width:100%!important;margin:0!important}.single-product .fz-size-options__label{color:#39323f;font-size:.76rem;font-weight:900;line-height:1.2}.single-product .fz-size-options__buttons{display:flex!important;flex-wrap:wrap;gap:7px!important;width:100%}.single-product .fz-size-options__buttons button{min-width:50px!important;min-height:40px!important;padding:7px 13px!important;border:1px solid #d9d0e6!important;border-radius:10px!important;background:#faf9fc!important;color:#332d3a!important;font:inherit;font-size:.78rem!important;font-weight:900!important;line-height:1!important;cursor:pointer;transition:border-color .15s ease,background-color .15s ease,color .15s ease,transform .15s ease}.single-product .fz-size-options__buttons button:hover:not(:disabled){border-color:#7448be!important;background:#f5f0fc!important;color:#4f249f!important}.single-product .fz-size-options__buttons button:focus-visible{outline:3px solid rgba(95,60,191,.22);outline-offset:2px}.single-product .fz-size-options__buttons button.is-active{border-color:#5526aa!important;background:#5526aa!important;color:#fefefe!important}.single-product .fz-size-options__buttons button:disabled{border-color:#e7e2ea!important;background:#f4f2f5!important;color:#aaa3af!important;cursor:not-allowed;text-decoration:line-through}.single-product .woocommerce-variation.single_variation{min-height:0!important;margin:0!important;padding:0!important}.single-product .woocommerce-variation-description:empty,.single-product .woocommerce-variation-price:empty{display:none!important}.single-product .woocommerce-variation-add-to-cart,.single-product form.cart:not(.variations_form){display:grid!important;grid-template-columns:66px minmax(0,1.2fr) minmax(150px,.8fr)!important;gap:8px!important;align-items:stretch!important;width:100%!important;margin:0!important}.single-product .quantity,.single-product .quantity .qty{width:66px!important;min-width:0!important;height:46px!important;min-height:46px!important}.single-product .fz-tryon-button,.single-product .single_add_to_cart_button{min-width:0!important;width:100%!important;min-height:46px!important;height:auto!important;margin:0!important;padding:9px 12px!important;border-radius:11px!important;white-space:nowrap;line-height:1.15!important}.single-product .fz-volume-discount{margin:0 0 8px!important;border-radius:13px!important}.single-product .fz-volume-discount>strong{display:none!important}.single-product .fz-volume-discount__tiers span{min-height:50px!important;padding:6px 7px!important;font-size:.69rem!important;line-height:1.3!important}.single-product .fz-volume-discount__tiers b{font-size:.84rem!important}.single-product .fz-volume-discount__note{display:block;padding:7px 9px!important;font-size:.67rem!important;line-height:1.25}.single-product .fz-product-usps{gap:7px!important;margin:0 0 7px!important}.single-product .fz-product-usps>span{min-height:0!important;padding:8px 9px!important;border-radius:12px!important}.single-product .fz-product-payment{display:flex!important;align-items:center;flex-wrap:wrap;gap:7px 10px!important;margin:2px 0 0!important;padding:0!important;border:0!important;background:0 0!important}.single-product .fz-product-payment>span{color:#6b6470;font-size:.66rem!important;font-weight:800}.fz-payment-providers{display:flex;align-items:center;flex-wrap:wrap;gap:5px!important;margin:0!important}.fz-payment-provider--mollie{display:inline-grid!important;place-items:center;width:auto!important;min-width:40px!important;height:27px!important;padding:3px 6px!important;border:1px solid #e5dfea!important;border-radius:7px!important;background:#fefefe!important}.fz-payment-provider--mollie img{display:block!important;width:auto!important;max-width:58px!important;height:auto!important;max-height:18px!important;margin:0!important;object-fit:contain!important}@media (min-width:1241px){.single-product .fz-pdp-top{display:grid!important;grid-template-columns:minmax(0,1.06fr) minmax(430px,.82fr)!important;gap:clamp(24px,2.2vw,36px)!important;align-items:start!important}.single-product .fz-pdp-gallery .woocommerce-product-gallery{grid-template-columns:74px minmax(0,1fr)!important;gap:10px!important}.single-product .woocommerce-product-gallery .flex-viewport,.single-product .woocommerce-product-gallery:not(.flexslider) .woocommerce-product-gallery__wrapper{height:clamp(500px,calc(100dvh - 250px),660px)!important}.single-product .woocommerce-product-gallery__image a{height:100%!important;padding:14px!important}}@media (min-width:901px) and (max-width:1240px){.single-product .fz-pdp-top{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(390px,.9fr)!important;gap:20px!important}.single-product .woocommerce-product-gallery .flex-viewport,.single-product .woocommerce-product-gallery:not(.flexslider) .woocommerce-product-gallery__wrapper{height:clamp(470px,53vw,610px)!important}.single-product .woocommerce-product-gallery__image a{height:100%!important;padding:12px!important}}@media (min-width:768px) and (max-width:900px){.single-product .fz-pdp-top{display:block!important}.single-product .woocommerce-product-gallery .flex-viewport,.single-product .woocommerce-product-gallery:not(.flexslider) .woocommerce-product-gallery__wrapper{height:clamp(500px,72vw,650px)!important}.single-product .woocommerce-product-gallery__image a{height:100%!important;padding:14px!important}.single-product div.product .summary.fz-pdp-buybox{margin-top:16px!important}}@media (max-width:767px){.single-product .fz-pdp-top{display:block!important}.single-product .fz-pdp-mobile-heading{margin-bottom:8px!important;padding-top:0!important}.single-product .fz-pdp-gallery .woocommerce-product-gallery{display:block!important}.single-product .woocommerce-product-gallery .flex-viewport,.single-product .woocommerce-product-gallery:not(.flexslider) .woocommerce-product-gallery__wrapper{width:100%!important;height:min(112vw,520px)!important;border-radius:15px!important;overflow:hidden!important}.single-product .woocommerce-product-gallery__image,.single-product .woocommerce-product-gallery__image a{height:100%!important}.single-product .woocommerce-product-gallery__image a{padding:9px!important}.single-product div.product .summary.fz-pdp-buybox{margin-top:9px!important;padding:11px!important;border:1px solid #e2dbea!important;border-radius:15px!important;background:#fefefe!important}.single-product .summary.fz-pdp-buybox .product_title{display:none!important}.single-product .summary.fz-pdp-buybox>.price{margin-bottom:9px!important;font-size:1.7rem!important}.single-product .fz-buy-promise{margin-bottom:7px!important;padding:8px 9px!important;font-size:.69rem!important}.single-product .summary form.cart,.single-product .summary form.cart.variations_form{padding:10px!important;border-radius:13px!important}.single-product .fz-size-options__buttons{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(48px,1fr));gap:6px!important}.single-product .fz-size-options__buttons button{width:100%!important;min-width:0!important;min-height:40px!important;padding-inline:7px!important}.single-product .woocommerce-variation-add-to-cart,.single-product form.cart:not(.variations_form){grid-template-columns:62px minmax(0,1fr)!important;gap:7px!important}.single-product .quantity,.single-product .quantity .qty{width:62px!important}.single-product .single_add_to_cart_button{grid-column:2!important}.single-product .fz-tryon-button{grid-column:1/-1!important}.single-product .fz-volume-discount__note{display:none!important}.single-product .fz-product-usps{grid-template-columns:1fr 1fr!important}.single-product .fz-product-payment{gap:6px!important}}@media (max-width:390px){.single-product .woocommerce-product-gallery .flex-viewport,.single-product .woocommerce-product-gallery:not(.flexslider) .woocommerce-product-gallery__wrapper{height:min(116vw,455px)!important}.single-product .fz-size-options__buttons{grid-template-columns:repeat(var(--fz-size-columns,5),minmax(0,1fr))}.single-product .fz-product-usps{grid-template-columns:1fr!important}}@media (prefers-reduced-motion:reduce){.single-product .fz-size-options__buttons button{transition:none!important}}.woocommerce-checkout .fz-checkout-billing .woocommerce-billing-fields__field-wrapper{display:grid!important;column-gap:8px!important;row-gap:11px!important}.woocommerce-checkout .fz-checkout-billing #billing_address_2_field,.woocommerce-checkout .fz-checkout-billing #billing_house_number_field,.woocommerce-checkout .fz-checkout-billing #billing_postcode_field{min-width:0!important;margin:0!important}.woocommerce-checkout .fz-checkout-billing #billing_postcode_field{grid-column:span 2!important}.woocommerce-checkout .fz-checkout-billing #billing_house_number_field{grid-column:span 2!important}.woocommerce-checkout .fz-checkout-billing #billing_address_2_field{grid-column:span 2!important}.woocommerce-checkout .fz-checkout-billing #billing_address_2_field>label,.woocommerce-checkout .fz-checkout-billing #billing_house_number_field>label,.woocommerce-checkout .fz-checkout-billing #billing_postcode_field>label{position:static!important;width:auto!important;height:auto!important;margin:0 0 5px!important;padding:0!important;clip:auto!important;clip-path:none!important;overflow:visible!important;white-space:nowrap!important;color:#3b3741!important;font-size:.72rem!important;font-weight:900!important;line-height:1.25!important}.woocommerce-checkout .fz-checkout-billing #billing_address_2_field input,.woocommerce-checkout .fz-checkout-billing #billing_house_number_field input,.woocommerce-checkout .fz-checkout-billing #billing_postcode_field input{width:100%!important;min-width:0!important;min-height:44px!important;height:44px!important;padding:8px 10px!important;border-radius:13px!important;box-sizing:border-box!important}.fz-cart-toast,.single-product .fz-cart-toast,.woocommerce-checkout .fz-cart-toast{position:fixed!important;left:50%!important;right:auto!important;bottom:max(18px,env(safe-area-inset-bottom))!important;z-index:96!important;width:min(calc(100% - 28px),440px)!important;min-height:0!important;display:grid!important;grid-template-columns:1fr!important;gap:12px!important;padding:16px!important;border:1px solid #ddd5e8!important;border-radius:18px!important;background:#fefefe!important;box-shadow:0 16px 44px rgba(48,35,65,.18)!important;transform:translate(-50%,calc(100% + 36px))!important;opacity:0!important;pointer-events:none!important;box-sizing:border-box!important;transition:transform .24s cubic-bezier(.16, 1, .3, 1),opacity .2s ease!important}.fz-cart-toast.is-visible,.single-product .fz-cart-toast.is-visible,.woocommerce-checkout .fz-cart-toast.is-visible{transform:translate(-50%,0)!important;opacity:1!important;pointer-events:auto!important}.fz-cart-toast__copy{display:grid;gap:3px;min-width:0}.fz-cart-toast__copy strong{color:#2d2932;font-size:.96rem;font-weight:900;line-height:1.25}.fz-cart-toast__copy small,.fz-cart-toast__countdown{color:#706a77;font-size:.76rem;line-height:1.4}.fz-cart-toast__actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.fz-cart-toast__checkout,.fz-cart-toast__continue{min-width:0;min-height:44px;display:inline-flex;align-items:center;justify-content:center;margin:0;padding:9px 13px;border-radius:999px;font:inherit;font-size:.8rem;font-weight:900;line-height:1;text-align:center;text-decoration:none;white-space:nowrap;cursor:pointer;box-sizing:border-box}.fz-cart-toast .fz-cart-toast__checkout,.fz-cart-toast .fz-cart-toast__checkout:visited{border:1px solid #4f249f;background:#4f249f;color:#fefefe;padding:9px 13px;font-size:.8rem}.fz-cart-toast__continue{border:1px solid #d6cde3;background:#f9f7fc;color:#3b3542}.fz-cart-toast__checkout:focus-visible,.fz-cart-toast__checkout:hover{background:#432087;color:#fefefe}.fz-cart-toast__continue:focus-visible,.fz-cart-toast__continue:hover{border-color:#bcaed2;background:#f3eff9}.fz-cart-toast__checkout:focus-visible,.fz-cart-toast__continue:focus-visible{outline:3px solid rgba(79,36,159,.22);outline-offset:2px}.fz-cart-toast__checkout:active,.fz-cart-toast__continue:active{transform:translateY(1px)}.fz-cart-toast__countdown{display:block;margin:-2px 0 0;text-align:center}.fz-cart-toast__countdown strong{color:#4f249f;font-size:inherit}@media (max-width:767px){.woocommerce-checkout .fz-checkout-billing .woocommerce-billing-fields__field-wrapper{grid-template-columns:repeat(12,minmax(0,1fr))!important}.woocommerce-checkout .fz-checkout-billing #billing_postcode_field{grid-column:span 5!important}.woocommerce-checkout .fz-checkout-billing #billing_house_number_field{grid-column:span 4!important}.woocommerce-checkout .fz-checkout-billing #billing_address_2_field{grid-column:span 3!important}}@media (max-width:430px){.woocommerce-checkout .fz-checkout-billing .woocommerce-billing-fields__field-wrapper{column-gap:6px!important;row-gap:10px!important}.woocommerce-checkout .fz-checkout-billing #billing_address_2_field>label,.woocommerce-checkout .fz-checkout-billing #billing_house_number_field>label,.woocommerce-checkout .fz-checkout-billing #billing_postcode_field>label{font-size:.66rem!important}.woocommerce-checkout .fz-checkout-billing #billing_address_2_field input,.woocommerce-checkout .fz-checkout-billing #billing_house_number_field input,.woocommerce-checkout .fz-checkout-billing #billing_postcode_field input{min-height:42px!important;height:42px!important;padding-inline:8px!important}.fz-cart-toast,.single-product .fz-cart-toast,.woocommerce-checkout .fz-cart-toast{width:calc(100% - 20px)!important;bottom:calc(10px + env(safe-area-inset-bottom))!important;padding:14px!important;border-radius:16px!important}}@media (max-width:360px){.woocommerce-checkout .fz-checkout-billing #billing_address_2_field>label,.woocommerce-checkout .fz-checkout-billing #billing_house_number_field>label,.woocommerce-checkout .fz-checkout-billing #billing_postcode_field>label{font-size:.62rem!important}.fz-cart-toast__actions{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.fz-cart-toast,.fz-cart-toast.is-visible{transition:none!important}}.single-product .summary form.cart,.single-product .summary form.cart.variations_form{min-height:0!important}.single-product .fz-purchase-row{display:grid!important;grid-template-columns:72px minmax(0,1.35fr) minmax(150px,1fr)!important;align-items:stretch!important;gap:8px!important;width:100%!important;min-width:0!important;margin:0!important}.single-product .fz-purchase-row .quantity{display:block!important;width:72px!important;min-width:0!important;margin:0!important}.single-product .fz-purchase-row .quantity .qty{display:block!important;width:72px!important;height:46px!important;min-height:46px!important;margin:0!important;padding:8px 7px!important;border:1px solid #d9d0e6!important;border-radius:11px!important;background:#faf9fc!important;color:#332d3a!important;font:inherit!important;font-size:.86rem!important;font-weight:850!important;line-height:1!important;text-align:center!important;box-sizing:border-box!important}.single-product .fz-purchase-row .quantity.fz-quantity--fixed,.single-product .fz-purchase-row.fz-purchase--fixed-qty .quantity{display:none!important}.single-product .fz-purchase-row.fz-purchase--fixed-qty{grid-template-columns:minmax(0,1.35fr) minmax(150px,1fr)!important}.single-product .fz-purchase-row.fz-purchase--no-tryon{grid-template-columns:72px minmax(0,1fr)!important}.single-product .fz-purchase-row.fz-purchase--fixed-qty.fz-purchase--no-tryon{grid-template-columns:minmax(0,1fr)!important}.single-product .fz-purchase-row .fz-tryon-button,.single-product .fz-purchase-row .single_add_to_cart_button{grid-column:auto!important;min-width:0!important;width:100%!important;min-height:46px!important;height:46px!important;margin:0!important;padding:9px 14px!important;border-radius:11px!important;font-size:.78rem!important;font-weight:900!important;line-height:1.1!important;white-space:nowrap!important;box-sizing:border-box!important}.single-product .fz-purchase-row .single_add_to_cart_button{background:#5526aa!important;color:#fefefe!important;box-shadow:none!important}.single-product .fz-purchase-row .single_add_to_cart_button:hover:not(:disabled){background:#432087!important}.single-product .fz-purchase-row .fz-tryon-button{border:1px solid #d6cde3!important;background:#f9f7fc!important;color:#4f249f!important;box-shadow:none!important}.single-product .fz-purchase-row .fz-tryon-button:hover:not(:disabled){border-color:#bcaed2!important;background:#f3eff9!important}.single-product .fz-purchase-row .fz-tryon-button:disabled,.single-product .fz-purchase-row .single_add_to_cart_button.disabled,.single-product .fz-purchase-row .single_add_to_cart_button:disabled{opacity:.52!important;cursor:not-allowed!important;transform:none!important;box-shadow:none!important}.single-product .summary form.cart.fz-cart--unavailable{display:none!important}.woocommerce-checkout .woocommerce-form-coupon-toggle,.woocommerce-checkout form.checkout_coupon{display:none!important}.fz-cart-toast.is-error .fz-cart-toast__countdown strong{color:#9f2937}.fz-cart-toast__checkout[hidden]{display:none!important}.single-product .summary form.cart.variations_form .variations{margin-bottom:9px!important}.single-product .fz-size-options{gap:7px!important}.single-product .fz-size-options__label{font-size:.76rem!important;font-weight:900!important}.single-product .fz-size-options__buttons button{min-height:40px!important}@media (max-width:900px){.single-product .fz-purchase-row{grid-template-columns:64px minmax(0,1fr)!important;gap:7px!important}.single-product .fz-purchase-row .quantity,.single-product .fz-purchase-row .quantity .qty{width:64px!important}.single-product .fz-purchase-row .single_add_to_cart_button{grid-column:2!important}.single-product .fz-purchase-row .fz-tryon-button{grid-column:1/-1!important}.single-product .fz-purchase-row.fz-purchase--fixed-qty,.single-product .fz-purchase-row.fz-purchase--fixed-qty.fz-purchase--no-tryon{grid-template-columns:minmax(0,1fr)!important}.single-product .fz-purchase-row.fz-purchase--fixed-qty .fz-tryon-button,.single-product .fz-purchase-row.fz-purchase--fixed-qty .single_add_to_cart_button,.single-product .fz-purchase-row.fz-purchase--no-tryon .single_add_to_cart_button{grid-column:1/-1!important}.single-product .fz-purchase-row.fz-purchase--fixed-qty:not(.fz-purchase--no-tryon){grid-template-columns:minmax(0,1fr)!important}}@media (max-width:430px){.single-product .summary form.cart,.single-product .summary form.cart.variations_form{padding:9px!important}.single-product .fz-size-options__buttons{display:grid!important;grid-template-columns:repeat(var(--fz-size-columns,5),minmax(0,1fr))!important}.single-product .fz-purchase-row .fz-tryon-button,.single-product .fz-purchase-row .single_add_to_cart_button{min-height:44px!important;height:44px!important;font-size:.75rem!important}}@media (max-width:360px){.single-product .fz-size-options__buttons{display:grid!important;grid-template-columns:repeat(var(--fz-size-columns,5),minmax(0,1fr))!important}}@media (prefers-reduced-motion:reduce){.single-product .fz-purchase-row .fz-tryon-button,.single-product .fz-purchase-row .single_add_to_cart_button{transition:none!important}}.single-product .fz-purchase-row .single_add_to_cart_button.fz-is-adding{opacity:.78!important;cursor:wait!important;transform:none!important}.single-product .fz-purchase-row .single_add_to_cart_button.fz-is-adding::after{display:none!important;content:none!important}.single-product .fz-product-trustpilot{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;min-height:38px;margin:0 0 7px;padding:7px 10px;border:1px solid #e5dfea;border-radius:12px;background:#faf9fc;color:#514b58;font-size:.69rem;line-height:1.25;text-decoration:none}.single-product .fz-product-trustpilot>span:first-child{min-width:0}.single-product .fz-product-trustpilot>span:first-child strong{color:#332d3a;font-weight:900}.single-product .fz-product-trustpilot__brand{display:inline-flex;flex:0 0 auto;align-items:center;gap:5px;color:#252329;font-size:.74rem;white-space:nowrap}.single-product .fz-product-trustpilot__brand img{display:block;width:18px;height:18px}.single-product .fz-product-trustpilot:focus-visible,.single-product .fz-product-trustpilot:hover{border-color:#bdb1ce;background:#f6f3fa}.single-product .fz-product-trustpilot:focus-visible{outline:2px solid #5f3cbf;outline-offset:2px}@media (max-width:430px){.single-product .fz-product-trustpilot{gap:8px;padding-inline:9px;font-size:.66rem}.single-product .fz-product-trustpilot__brand{font-size:.7rem}}@media (max-width:360px){.single-product .fz-product-trustpilot{align-items:flex-start;flex-direction:column;gap:5px}}@media (prefers-reduced-motion:reduce){.single-product .fz-product-trustpilot,.single-product .fz-purchase-row .single_add_to_cart_button{transition:none!important}}@media (max-width:900px){.single-product .fz-size-options__buttons{display:grid!important;grid-template-columns:repeat(var(--fz-size-columns,5),minmax(0,1fr))!important;gap:6px!important;width:100%!important}.single-product .fz-size-options__buttons button{width:100%!important;min-width:0!important;min-height:40px!important;padding:6px 4px!important;font-size:clamp(.68rem, 3vw, .76rem)!important;white-space:nowrap!important}}@media (min-width:480px) and (max-width:900px){.single-product .fz-size-options__buttons{grid-template-columns:repeat(var(--fz-size-columns,5),minmax(50px,72px))!important;justify-content:start!important}}@media (max-width:360px){.single-product .fz-size-options__buttons{grid-template-columns:repeat(var(--fz-size-columns,5),minmax(0,1fr))!important;gap:5px!important}.single-product .fz-size-options__buttons button{min-height:38px!important;padding-inline:2px!important;font-size:.66rem!important}}.single-product .fz-v6-recent-grid a.button,.single-product .related.products a.button{white-space:nowrap}.fz-cart-toast.is-in-cart{border-color:#d8cbea;background:#fbf9fe}.fz-cart-toast.is-in-cart .fz-cart-toast__copy strong{color:#4f249f}@media (prefers-reduced-motion:reduce){.single-product .fz-size-options__buttons button{transition:none!important}}.fz-icon{display:inline-block;width:1.15em;height:1.15em;flex:0 0 auto;vertical-align:-.18em;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round}.fz-breadcrumbs{margin:18px 0 22px;color:var(--fz-muted);font-size:.82rem;white-space:nowrap;overflow-x:auto;scrollbar-width:none}.fz-breadcrumbs::-webkit-scrollbar{display:none}.fz-breadcrumbs ol{display:flex;align-items:center;gap:7px;list-style:none;margin:0;padding:0}.fz-breadcrumbs li{display:flex;align-items:center;gap:7px}.fz-breadcrumbs li+li:before{content:"/";color:#aaa2b7}.fz-breadcrumbs a{text-decoration:underline;text-decoration-color:transparent;text-underline-offset:3px}.fz-breadcrumbs a:hover{text-decoration-color:currentColor}.fz-v3-events{padding-block:44px}.fz-v3-event-rail{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.fz-v3-event-card{display:grid;grid-template-columns:auto 1fr;grid-template-areas:"icon name" "icon days";align-items:center;gap:3px 12px;min-width:0;padding:18px;border:1px solid var(--fz-purple-line);border-radius:18px;background:#fff;box-shadow:0 8px 24px rgba(74,45,160,.06)}.fz-v3-event-icon{grid-area:icon;display:grid;place-items:center;width:46px;height:46px;border-radius:14px;background:var(--fz-purple-soft);font-size:1.45rem}.fz-v3-event-card>span:nth-child(2){grid-area:name;min-width:0}.fz-v3-event-card small,.fz-v3-event-card strong{display:block}.fz-v3-event-card small{margin-top:2px;color:var(--fz-muted);font-size:.75rem}.fz-v3-event-card>b{grid-area:days;color:var(--fz-purple-deep);font-size:.78rem}.fz-v6-card-action{width:auto!important;height:auto!important;min-height:38px!important;padding:9px 13px!important;display:inline-flex!important;align-items:center;justify-content:center;border-radius:11px!important;font-size:.76rem;font-weight:900;line-height:1.1;white-space:nowrap}.single-product .single_add_to_cart_button::before{content:none!important;display:none!important;font-family:inherit!important}.fz-cart-drawer{position:fixed;inset:0;z-index:120;visibility:hidden;pointer-events:none}.fz-cart-drawer.is-open{visibility:visible;pointer-events:auto}.fz-cart-drawer__scrim{position:absolute;inset:0;width:100%;height:100%;border:0;border-radius:0;background:rgba(28,22,43,.52);opacity:0;transition:opacity .22s ease}.fz-cart-drawer.is-open .fz-cart-drawer__scrim{opacity:1}.fz-cart-drawer__panel{position:absolute;inset:0 0 0 auto;display:flex;flex-direction:column;width:min(94vw,430px);height:100dvh;padding:max(18px,env(safe-area-inset-top)) 18px max(18px,env(safe-area-inset-bottom));background:#fff;box-shadow:-22px 0 50px rgba(33,20,61,.18);transform:translateX(102%);transition:transform .26s cubic-bezier(.16,1,.3,1)}.fz-cart-drawer.is-open .fz-cart-drawer__panel{transform:translateX(0)}.fz-cart-drawer__head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-bottom:14px;border-bottom:1px solid var(--fz-line)}.fz-cart-drawer__head span{display:block;color:var(--fz-muted);font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.fz-cart-drawer__head h2{margin:2px 0 0;font-size:1.45rem}.fz-cart-drawer__close{display:grid;place-items:center;width:44px;height:44px;padding:0;border:1px solid var(--fz-line);border-radius:50%;background:#fff;color:var(--fz-ink)}.fz-cart-drawer__live{min-height:0;flex:1;overflow:auto;padding:4px 2px 12px}.fz-cart-drawer .woocommerce-mini-cart{list-style:none;margin:0;padding:0}.fz-cart-drawer .woocommerce-mini-cart-item{position:relative;display:grid;grid-template-columns:74px 1fr;min-height:98px;padding:14px 34px 14px 0!important;border-bottom:1px solid var(--fz-line);font-size:.88rem}.fz-cart-drawer .woocommerce-mini-cart-item>a:not(.remove){display:grid;grid-template-columns:74px 1fr;grid-column:1/-1;align-items:center;gap:12px;font-weight:850}.fz-cart-drawer .woocommerce-mini-cart-item img{grid-column:1;width:68px!important;height:76px!important;margin:0!important;object-fit:contain;border-radius:10px;background:#f8f7fb}.fz-cart-drawer .woocommerce-mini-cart-item .variation{grid-column:2;margin:3px 0 0!important;border:0!important;font-size:.75rem}.fz-cart-drawer .woocommerce-mini-cart-item .variation dd,.fz-cart-drawer .woocommerce-mini-cart-item .variation dt{display:inline;float:none;margin:0 4px 0 0;padding:0}.fz-cart-drawer .woocommerce-mini-cart-item .quantity{grid-column:2;margin-top:-24px;color:var(--fz-muted);font-size:.8rem}.fz-cart-drawer .remove_from_cart_button{position:absolute;right:2px;top:17px;display:grid!important;place-items:center;width:28px;height:28px;border-radius:50%;background:#f3f1f7;color:var(--fz-muted)!important;font-size:20px!important}.fz-cart-drawer .woocommerce-mini-cart__buttons,.fz-cart-drawer .woocommerce-mini-cart__total{display:none!important}.fz-cart-drawer__shipping{display:flex;align-items:center;gap:10px;margin-top:12px;padding:12px 13px;border-radius:13px;background:#edf8f1;color:#175c35}.fz-cart-drawer__shipping .fz-icon{width:22px;height:22px}.fz-cart-drawer__shipping span{display:flex;flex-direction:column}.fz-cart-drawer__shipping small{opacity:.8}.fz-cart-drawer__total{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:15px 2px 4px;font-size:1rem}.fz-cart-drawer__total strong{font-size:1.12rem}.fz-cart-drawer__actions{display:grid;grid-template-columns:1fr;gap:9px;padding-top:14px;border-top:1px solid var(--fz-line)}.fz-cart-drawer__actions .fz-btn{width:100%}.fz-cart-drawer__empty{margin:20px 0;padding:22px;border-radius:16px;background:var(--fz-purple-soft);text-align:center}.fz-cart-drawer__empty p{margin:7px 0 0;color:var(--fz-muted);font-size:.86rem}.woocommerce-cart .shop_table .product-thumbnail img{width:72px!important;height:82px!important;object-fit:contain}.woocommerce-cart .coupon{display:flex;gap:8px}.woocommerce-cart .coupon .input-text{min-width:150px;min-height:44px!important}.woocommerce-cart .cart_totals{margin-top:22px}.fz-cart-continue{width:min(calc(100% - 32px),var(--fz-content));margin:-48px auto 70px}.woocommerce-cart .wc-proceed-to-checkout .checkout-button{width:100%}.fz-pros-cons{margin:26px 0;padding:22px;border:1px solid var(--fz-line);border-radius:18px;background:#fff}.fz-pros-cons>h2{margin:0 0 14px;font-size:1.25rem}.fz-pros-cons__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.fz-pros-cons__grid>div{padding:16px;border-radius:14px;background:#f8f7fb}.fz-pros-cons__grid h3{margin:0 0 9px;font-size:.92rem}.fz-pros-cons__grid ul{display:grid;gap:7px;list-style:none;margin:0;padding:0}.fz-pros-cons__grid li{display:flex;gap:8px;align-items:flex-start;font-size:.88rem}.fz-pros-cons__grid li span{display:grid;place-items:center;flex:0 0 20px;height:20px;border-radius:50%;background:#e8f6ed;color:#176c3e;font-weight:900}.fz-pros-cons__grid>div:nth-child(2) li span{background:#fff0ee;color:#a63627}.fz-tryon__consent{display:flex;align-items:flex-start;gap:9px;margin:13px 0;padding:12px;border:1px solid var(--fz-line);border-radius:12px;background:#faf9fc;font-size:.78rem;line-height:1.4}.fz-tryon__consent input{width:18px;height:18px;flex:0 0 auto;margin-top:1px;accent-color:var(--fz-purple)}.fz-tryon__consent-error{margin:-5px 0 12px;color:#9d2d21;font-size:.78rem;font-weight:750}.fz-blog-hero-image{margin:0 0 28px;overflow:hidden;border-radius:22px;background:#f5f3f8}.fz-blog-hero-image img{width:100%;max-height:620px;object-fit:cover}.fz-footer-trustpilot{display:inline-flex;margin-top:10px;font-weight:850;text-decoration:underline!important;text-underline-offset:3px}.fz-filter-head>span{display:flex;align-items:center;gap:9px}.fz-filter-head>span>a{color:var(--fz-purple);font-size:.78rem;font-weight:850;text-decoration:underline;text-underline-offset:2px}.fz-form-note--error{background:#fff0ee!important;color:#8d2e24!important}@media(max-width:900px){.fz-v3-event-rail{display:flex;gap:11px;margin-right:calc((100vw - 100%)/ -2);padding-right:16px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.fz-v3-event-rail::-webkit-scrollbar{display:none}.fz-v3-event-card{flex:0 0:min(80vw,300px);scroll-snap-align:start}.fz-pros-cons__grid{grid-template-columns:1fr}.woocommerce-cart .shop_table_responsive .product-thumbnail{display:block!important}.fz-cart-continue{margin-top:-46px}}@media(max-width:520px){.fz-v3-events{padding-block:34px}.fz-cart-drawer__panel{width:100%;padding-inline:16px}.fz-cart-drawer__head h2{font-size:1.3rem}.fz-v6-card-action{min-height:36px!important;padding:8px 10px!important;font-size:.7rem}.woocommerce-cart .coupon{display:grid!important;grid-template-columns:1fr}.woocommerce-cart .coupon .button,.woocommerce-cart .coupon .input-text{width:100%!important}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.fz-cart-drawer__panel,.fz-cart-drawer__scrim{transition:none!important}.fz-v3-event-rail{scroll-snap-type:none}}.fz-icon--emoji{display:inline-grid!important;place-items:center;width:1.2em!important;height:1.2em!important;overflow:visible!important;font-family:"Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji",sans-serif;font-style:normal;font-weight:400;line-height:1!important;vertical-align:-.12em}.fz-header-searchbar>.fz-icon--emoji{grid-column:1}.fz-header-searchbar>span:not(.fz-icon){grid-column:2}.fz-header-searchbar>strong{grid-column:3}.fz-footer-shipping__brand{display:inline-flex;align-items:center;min-height:30px}.fz-footer-shipping__brand img{display:block;max-width:92px;max-height:34px;object-fit:contain}.fz-footer-shipping__brand strong{white-space:nowrap}.fz-feasthub{padding:30px 0 54px}.fz-feasthub__panel{padding:22px;border:1px solid #e6e0ec;border-radius:24px;background:#fff;box-shadow:0 14px 42px rgba(76,48,157,.06)}.fz-feasthub__top{display:grid;grid-template-columns:minmax(0,.98fr) minmax(0,1.12fr);gap:22px;align-items:stretch}.fz-feasthub__themes{min-width:0}.fz-feasthub__heading{display:flex;align-items:flex-start;gap:12px;margin:0 0 16px}.fz-feasthub__heading-icon{display:grid;place-items:center;width:42px;height:42px;flex:0 0 42px;border-radius:13px;background:#f3efff;font-family:"Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji",sans-serif;font-size:1.45rem;line-height:1}.fz-feasthub__heading h2{margin:0;color:#25222b;font-size:clamp(1.75rem,2.5vw,2.25rem);line-height:1.05;letter-spacing:-.035em}.fz-feasthub__heading p{margin:6px 0 0;color:#625e69;font-size:.91rem;line-height:1.35}.fz-feasthub__theme-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.fz-feasthub__theme-card{min-width:0;overflow:hidden;border:1px solid #e3ddeb;border-radius:16px;background:#fff;box-shadow:0 7px 20px rgba(72,44,147,.05);transition:border-color .18s ease,transform .18s ease,box-shadow .18s ease}.fz-feasthub__theme-card:hover{transform:translateY(-2px);border-color:#cbbde7;box-shadow:0 10px 24px rgba(72,44,147,.1)}.fz-feasthub__theme-card:active{transform:translateY(0)}.fz-feasthub__theme-image{display:grid;place-items:center;height:108px;overflow:hidden;background:linear-gradient(180deg,#fff 0,#faf7ff 100%)}.fz-feasthub__theme-image>img{width:100%;height:100%;object-fit:contain;padding:7px}.fz-feasthub__theme-image>span{font-family:"Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji",sans-serif;font-size:3.3rem;line-height:1}.fz-feasthub__theme-label{display:flex;align-items:center;gap:5px;min-height:46px;padding:10px 11px;border-top:1px solid #eee8f3;background:#fff;font-size:.83rem;line-height:1.1}.fz-feasthub__theme-label strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:900}.fz-feasthub__theme-label>span{font-family:"Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji",sans-serif}.fz-feasthub__theme-label i{display:grid;place-items:center;width:24px;height:24px;flex:0 0 24px;margin-left:auto;border-radius:50%;background:#5b28b7;color:#fff;font-family:Arial,sans-serif;font-size:1.15rem;font-style:normal;font-weight:800;line-height:1}.fz-feasthub__event{position:relative;isolation:isolate;display:block;min-height:368px;overflow:hidden;border-radius:19px;background:#471986;color:#fff;box-shadow:0 12px 28px rgba(71,25,134,.16)}.fz-feasthub__event-image{position:absolute;inset:0;z-index:-3;width:100%;height:100%;object-fit:cover;object-position:center}.fz-feasthub__event-shade{position:absolute;inset:0;z-index:-2;background:linear-gradient(90deg,rgba(62,18,122,.98) 0,rgba(73,20,137,.93) 38%,rgba(68,20,127,.7) 57%,rgba(40,12,75,.08) 86%)}.fz-feasthub__event-copy{display:flex;flex-direction:column;align-items:flex-start;width:62%;height:100%;min-height:368px;padding:28px 0 26px 28px}.fz-feasthub__event-kicker{display:flex;align-items:center;gap:9px;margin:0 0 22px;font-size:.86rem;font-weight:850}.fz-feasthub__event-date i,.fz-feasthub__event-kicker i{font-family:"Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji",sans-serif;font-style:normal}.fz-feasthub__event-kicker i{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:rgba(36,8,84,.4);font-size:1rem}.fz-feasthub__event-title{display:block;margin:0;font-size:clamp(2rem,3.25vw,2.8rem);font-weight:950;line-height:1;letter-spacing:-.04em}.fz-feasthub__event-title>span{font-family:"Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji",sans-serif;font-size:.7em}.fz-feasthub__event-date{display:flex;align-items:center;gap:8px;width:100%;margin-top:24px;padding-top:18px;border-top:1px solid rgba(255,255,255,.32);font-size:.88rem;font-weight:800}.fz-feasthub__countdown{display:flex;align-items:baseline;gap:8px;margin:8px 0 14px;font-size:1.12rem;font-weight:900;white-space:nowrap}.fz-feasthub__countdown b{color:#ffad1f;font-size:clamp(3.2rem,6vw,4.55rem);line-height:.95;letter-spacing:-.06em}.fz-feasthub__event-cta{display:inline-flex;align-items:center;gap:10px;min-height:43px;padding:10px 19px;border-radius:999px;background:#fefefe;color:#5122a7;font-size:.83rem;font-weight:950;line-height:1;box-shadow:0 4px 14px rgba(34,8,80,.12)}.fz-feasthub__event-cta i{font-family:Arial,sans-serif;font-size:1.25rem;font-style:normal}.fz-feasthub__event:hover .fz-feasthub__event-cta{background:#f6efff}.fz-feasthub__event:active .fz-feasthub__event-cta{transform:scale(.98)}.fz-feasthub__popular{margin-top:16px;padding:17px;border-radius:19px;background:linear-gradient(180deg,#f9f6ff 0,#f5f0ff 100%)}.fz-feasthub__popular-head{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:0 2px 14px}.fz-feasthub__popular-head h2{display:flex;align-items:center;gap:8px;margin:0;font-size:1.35rem;line-height:1.1;letter-spacing:-.02em}.fz-feasthub__popular-head h2 span{font-family:"Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji",sans-serif;font-size:1.05em}.fz-feasthub__popular-head>a{display:inline-flex;align-items:center;gap:5px;color:#5525ad;font-size:.82rem;font-weight:900;white-space:nowrap}.fz-feasthub__popular-head>a span{font-family:Arial,sans-serif;font-size:1.25rem}.fz-feasthub__product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.fz-feasthub__product-card{display:grid;grid-template-columns:minmax(92px,40%) minmax(0,1fr);min-width:0;min-height:176px;overflow:hidden;border:1px solid #e1dbe8;border-radius:15px;background:#fff;box-shadow:0 6px 20px rgba(74,45,160,.05)}.fz-feasthub__product-image{display:block;min-width:0;height:100%;min-height:174px;overflow:hidden;background:#fff}.fz-feasthub__product-image img{width:100%;height:100%;min-height:174px;object-fit:contain;padding:7px}.fz-feasthub__product-copy{display:flex;flex-direction:column;align-items:flex-start;min-width:0;padding:13px 12px 11px 8px}.fz-feasthub__product-copy h3{display:-webkit-box;min-height:3.65em;margin:0 0 7px;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3;color:#25222b;font-size:.74rem;font-weight:850;line-height:1.22}.fz-feasthub__product-copy h3 a:hover{text-decoration:underline;text-underline-offset:2px}.fz-feasthub__product-copy .price{margin:auto 0 9px;color:#25222b;font-size:.92rem;font-weight:950}.fz-feasthub__product-copy .price del{color:#817986;font-size:.76rem;font-weight:700}.fz-feasthub__product-copy .price ins{text-decoration:none}.fz-feasthub__product-action{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:34px;padding:8px 10px;border-radius:999px;background:#5b28b7;color:#fff;font-size:.68rem;font-weight:900;line-height:1;white-space:nowrap;transition:background .18s ease,transform .18s ease}.fz-feasthub__product-action:hover{background:#45208d}.fz-feasthub__product-action:active{transform:scale(.98)}@media(max-width:1100px){.fz-feasthub__top{grid-template-columns:1fr}.fz-feasthub__event{min-height:350px}.fz-feasthub__event-copy{min-height:350px;width:57%}.fz-feasthub__theme-image{height:120px}.fz-feasthub__product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.fz-feasthub__product-card{grid-template-columns:minmax(120px,38%) minmax(0,1fr)}.fz-feasthub__product-copy h3{font-size:.8rem}}@media(max-width:767px){.fz-feasthub{padding:22px 0 42px}.fz-feasthub .fz-shell{width:min(calc(100% - 24px),var(--fz-content))}.fz-feasthub__panel{padding:14px;border-radius:20px}.fz-feasthub__heading{gap:10px;margin-bottom:13px}.fz-feasthub__heading-icon{width:38px;height:38px;flex-basis:38px;border-radius:12px;font-size:1.25rem}.fz-feasthub__heading h2{font-size:1.75rem}.fz-feasthub__heading p{font-size:.82rem}.fz-feasthub__event{min-height:324px}.fz-feasthub__event-copy{min-height:324px;width:64%;padding:22px 0 20px 20px}.fz-feasthub__event-kicker{margin-bottom:18px;font-size:.76rem}.fz-feasthub__event-title{font-size:2.15rem}.fz-feasthub__event-date{margin-top:20px;padding-top:15px;font-size:.77rem}.fz-feasthub__countdown{gap:7px;margin:7px 0 13px;font-size:.96rem}.fz-feasthub__countdown b{font-size:3.6rem}.fz-feasthub__event-cta{min-height:40px;padding:9px 16px;font-size:.75rem}.fz-feasthub__popular{padding:14px}.fz-feasthub__product-grid{grid-template-columns:1fr 1fr}.fz-feasthub__product-card{grid-template-columns:40% minmax(0,1fr)}}@media(max-width:640px){.fz-feasthub__theme-grid{display:flex;gap:10px;margin-right:-14px;padding:0 14px 7px 0;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.fz-feasthub__theme-grid::-webkit-scrollbar{display:none}.fz-feasthub__theme-card{flex:0 0 min(68vw,220px);scroll-snap-align:start}.fz-feasthub__theme-image{height:122px}.fz-feasthub__event{min-height:330px}.fz-feasthub__event-image{object-position:61% center}.fz-feasthub__event-shade{background:linear-gradient(90deg,rgba(61,18,120,.99) 0,rgba(70,19,133,.95) 48%,rgba(62,17,119,.64) 70%,rgba(41,12,78,.14) 100%)}.fz-feasthub__event-copy{width:72%;min-height:330px;padding:20px 0 18px 18px}.fz-feasthub__event-kicker i{width:34px;height:34px}.fz-feasthub__event-title{font-size:2rem}.fz-feasthub__event-date{font-size:.72rem}.fz-feasthub__countdown{font-size:.9rem}.fz-feasthub__countdown b{font-size:3.25rem}.fz-feasthub__popular{margin-top:13px;padding:13px}.fz-feasthub__popular-head{margin-bottom:12px}.fz-feasthub__popular-head h2{font-size:1.13rem}.fz-feasthub__popular-head>a{font-size:.74rem}.fz-feasthub__product-grid{display:flex;gap:10px;margin-right:-13px;padding-right:13px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.fz-feasthub__product-grid::-webkit-scrollbar{display:none}.fz-feasthub__product-card{flex:0 0 min(82vw,340px);grid-template-columns:minmax(100px,40%) minmax(0,1fr);min-height:168px;scroll-snap-align:start}.fz-feasthub__product-image,.fz-feasthub__product-image img{min-height:166px}.fz-feasthub__product-copy h3{font-size:.76rem}}@media(max-width:430px){.fz-feasthub .fz-shell{width:calc(100% - 20px)}.fz-feasthub__panel{padding:12px;border-radius:18px}.fz-feasthub__heading h2{font-size:1.56rem}.fz-feasthub__heading p{font-size:.78rem}.fz-feasthub__theme-grid{margin-right:-12px;padding-right:12px}.fz-feasthub__theme-card{flex-basis:min(72vw,215px)}.fz-feasthub__theme-image{height:116px}.fz-feasthub__event{min-height:310px;border-radius:16px}.fz-feasthub__event-copy{width:74%;min-height:310px;padding:18px 0 17px 16px}.fz-feasthub__event-kicker{gap:7px;margin-bottom:16px;font-size:.7rem}.fz-feasthub__event-kicker i{width:32px;height:32px}.fz-feasthub__event-title{font-size:1.78rem}.fz-feasthub__event-date{margin-top:17px;padding-top:13px;font-size:.68rem}.fz-feasthub__countdown{font-size:.82rem}.fz-feasthub__countdown b{font-size:2.9rem}.fz-feasthub__event-cta{min-height:38px;padding:8px 14px;font-size:.7rem}.fz-feasthub__popular{padding:12px}.fz-feasthub__popular-head h2{font-size:1.02rem}.fz-feasthub__popular-head>a{font-size:.69rem}.fz-feasthub__product-grid{margin-right:-12px;padding-right:12px}.fz-feasthub__product-card{flex-basis:min(84vw,320px);grid-template-columns:minmax(92px,39%) minmax(0,1fr)}}@media(max-width:360px){.fz-feasthub__heading-icon{display:none}.fz-feasthub__heading h2{font-size:1.48rem}.fz-feasthub__event-copy{width:78%;padding-left:14px}.fz-feasthub__event-title{font-size:1.62rem}.fz-feasthub__event-date{font-size:.65rem}.fz-feasthub__countdown b{font-size:2.65rem}.fz-feasthub__popular-head{gap:6px}.fz-feasthub__popular-head h2{gap:5px;font-size:.88rem;white-space:nowrap}.fz-feasthub__popular-head>a{font-size:.62rem}.fz-feasthub__product-card{flex-basis:86vw}}@media(prefers-reduced-motion:reduce){.fz-feasthub__product-action,.fz-feasthub__theme-card{transition:none}.fz-feasthub__theme-card:hover{transform:none}.fz-feasthub__product-grid,.fz-feasthub__theme-grid{scroll-snap-type:none}}.fz-trustpilot-logo{display:block;width:auto;max-width:130px;height:auto;max-height:34px;object-fit:contain}.fz-trustpilot-fallback{display:inline-flex;align-items:center;gap:6px}.fz-trustpilot-fallback>span:first-child{color:#00b67a;font-size:1.08em}.fz-v6-review-brand{display:block;margin-bottom:2px}.fz-v6-review-brand .fz-trustpilot-logo{max-width:128px;max-height:30px}.single-product .fz-product-trustpilot__brand .fz-trustpilot-logo{width:auto;height:auto;max-width:104px;max-height:23px}.fz-product-trustpilot__brand .fz-trustpilot-fallback{font-size:.74rem}.fz-footer-trustpilot{display:inline-flex;align-items:center;gap:9px;margin-top:0;text-decoration:none!important}.fz-footer-trustpilot .fz-trustpilot-logo{max-width:112px;max-height:27px}.fz-footer-trustpilot>span:last-child{font-weight:900;text-decoration:underline;text-underline-offset:3px}.fz-footer-shipping__fallback[hidden]{display:none!important}.fz-footer-shipping__brand>img[hidden]{display:none!important}.fz-cart-drawer .woocommerce-mini-cart-item{grid-template-columns:72px minmax(0,1fr);min-width:0;min-height:94px;overflow:hidden;padding:12px 32px 12px 0!important}.fz-cart-drawer .woocommerce-mini-cart-item>a:not(.remove){grid-template-columns:72px minmax(0,1fr);min-width:0;gap:10px;font-size:.84rem;line-height:1.28;overflow-wrap:anywhere}.fz-cart-drawer .woocommerce-mini-cart-item img{width:64px!important;height:72px!important}.fz-cart-drawer .woocommerce-mini-cart-item .variation{grid-column:2;min-width:0;margin:5px 0 0!important;font-size:.72rem;line-height:1.25}.fz-cart-drawer .woocommerce-mini-cart-item .quantity{grid-column:2;margin:5px 0 0!important;color:#686270;font-size:.78rem;line-height:1.25}.fz-cart-drawer__shipping{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;margin-top:12px;padding:12px 13px;border:1px solid #d7eee0;border-radius:14px;background:#edf8f1;color:#175c35}.fz-cart-drawer__shipping .fz-cart-drawer__shipping-icon{display:grid;place-items:center;width:38px;height:38px;border-radius:11px;background:#fff;color:#187044}.fz-cart-drawer__shipping-icon .fz-icon{width:21px;height:21px}.fz-cart-drawer__shipping-copy{display:flex;min-width:0;flex-direction:column;gap:1px}.fz-cart-drawer__shipping-copy strong{font-size:.82rem;line-height:1.22}.fz-cart-drawer__shipping-copy small{color:#4d755e;font-size:.68rem;line-height:1.25}.fz-cart-drawer__shipping-status{padding:5px 8px;border-radius:999px;background:#d9f2e2;color:#155c36;font-size:.64rem;font-weight:900;white-space:nowrap}.fz-cart-drawer__total{margin-top:5px;padding:13px 2px 9px;border-top:1px solid #ece8f0}.fz-cart-drawer__total>span:first-child{display:flex;flex-direction:column}.fz-cart-drawer__total>span:first-child strong{font-size:.9rem;line-height:1.2}.fz-cart-drawer__total>span:first-child small{margin-top:2px;color:#79727f;font-size:.68rem}.fz-cart-drawer__total>strong{color:#302a38;font-size:1.18rem}.fz-cart-drawer__actions{gap:8px;padding-top:12px}.fz-cart-drawer__actions .fz-btn{min-height:48px}.fz-cart-drawer__live{padding-inline:0}@media(max-width:640px){.fz-cart-drawer__panel{width:100%;padding-inline:14px}.fz-cart-drawer__head{gap:12px}.fz-cart-drawer__head h2{font-size:1.28rem}.fz-cart-drawer .woocommerce-mini-cart-item{grid-template-columns:66px minmax(0,1fr);padding-right:30px!important}.fz-cart-drawer .woocommerce-mini-cart-item>a:not(.remove){grid-template-columns:66px minmax(0,1fr);gap:9px;font-size:.8rem}.fz-cart-drawer .woocommerce-mini-cart-item img{width:58px!important;height:68px!important}.fz-cart-drawer__shipping{grid-template-columns:auto minmax(0,1fr);padding:11px}.fz-cart-drawer__shipping-status{grid-column:2;justify-self:start;margin-top:2px}.fz-cart-drawer__total{padding-top:12px}.fz-cart-drawer__actions .fz-btn{min-height:50px}}@media(max-width:360px){.fz-cart-drawer__panel{padding-inline:12px}.fz-cart-drawer .woocommerce-mini-cart-item{grid-template-columns:60px minmax(0,1fr);padding-right:28px!important}.fz-cart-drawer .woocommerce-mini-cart-item>a:not(.remove){grid-template-columns:60px minmax(0,1fr);font-size:.76rem}.fz-cart-drawer .woocommerce-mini-cart-item img{width:54px!important;height:64px!important}.fz-cart-drawer__shipping-copy strong{font-size:.78rem}.fz-cart-drawer__shipping-copy small{font-size:.64rem}}