*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--yz-bg);color:var(--yz-text);font-family:var(--yz-font-body);font-size:var(--yz-body-size);line-height:1.55;-webkit-font-smoothing:antialiased}body.yz-lock-scroll{overflow:hidden}img,svg{display:block;max-width:100%}button,input,select,textarea{font:inherit;color:inherit}a{color:inherit;text-decoration:none}a:hover{text-decoration:none}.no-js [data-yz-menu-toggle]{display:none}.skip-link{position:fixed;z-index:9999;left:1rem;top:1rem;transform:translateY(-180%);background:#fff;padding:.8rem 1rem;border-radius:.7rem;box-shadow:0 8px 30px #00000029}.skip-link:focus{transform:none}.main-content{min-height:55vh}.yz-page-width{width:min(calc(100% - 32px),var(--yz-page-width));margin-inline:auto}.yz-narrow{width:min(calc(100% - 32px),900px);margin-inline:auto}.yz-section{padding-block:clamp(44px,7vw,96px)}.yz-section--compact{padding-block:clamp(28px,4vw,56px)}.yz-section__header{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:32px}.yz-section__header-copy{max-width:760px}.yz-eyebrow{display:inline-flex;align-items:center;gap:.45rem;margin:0 0 .65rem;color:var(--yz-primary-dark);font-weight:800;font-size:.78rem;letter-spacing:.1em;text-transform:uppercase}.yz-eyebrow:before{content:"\2665";font-size:.8rem}.yz-heading{margin:0;font-family:var(--yz-font-heading);font-size:calc(clamp(2rem,5vw,4.7rem)*var(--yz-heading-scale));line-height:.96;letter-spacing:-.045em}.yz-heading--medium{font-size:calc(clamp(1.7rem,3.8vw,3.2rem)*var(--yz-heading-scale))}.yz-heading--small{font-size:calc(clamp(1.35rem,2.8vw,2.2rem)*var(--yz-heading-scale))}.yz-rte{color:var(--yz-muted)}.yz-rte>*:first-child{margin-top:0}.yz-rte>*:last-child{margin-bottom:0}.yz-rte a{color:var(--yz-primary-dark);text-decoration:underline;text-underline-offset:.18em}.yz-rte h2,.yz-rte h3,.yz-rte h4{color:var(--yz-text);font-family:var(--yz-font-heading);line-height:1.1}.button{-webkit-appearance:none;appearance:none;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:48px;padding:.8rem 1.25rem;border:2px solid transparent;border-radius:var(--yz-button-radius);background:linear-gradient(135deg,var(--yz-primary),var(--yz-primary-dark));color:#fff;font-weight:800;line-height:1.1;cursor:pointer;box-shadow:0 10px 26px rgba(236,93,150,calc(var(--yz-shadow-strength)*.65));transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}.button:hover{transform:translateY(-2px);filter:saturate(1.08);box-shadow:0 14px 30px rgba(236,93,150,calc(var(--yz-shadow-strength)*.8))}.button:focus-visible{outline:3px solid rgba(148,109,180,.35);outline-offset:3px}.button--secondary{background:linear-gradient(135deg,var(--yz-secondary),var(--yz-secondary-dark));box-shadow:0 10px 26px rgba(148,109,180,calc(var(--yz-shadow-strength)*.65))}.button--outline{background:#ffffffb8;color:var(--yz-primary-dark);border-color:var(--yz-border);box-shadow:none}.button--ghost{background:transparent;color:var(--yz-text);box-shadow:none}.button--small{min-height:40px;padding:.65rem 1rem;font-size:.9rem}.button--full{width:100%}.button--disabled,.button:disabled{cursor:not-allowed;opacity:.55;transform:none;filter:none}.yz-icon-button{display:inline-grid;place-items:center;width:44px;height:44px;border:1px solid var(--yz-border);border-radius:50%;background:#ffffffc7;cursor:pointer}.yz-icon-button svg{width:21px;height:21px}.yz-visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.yz-sticker-theme .yz-product-card,.yz-sticker-theme .yz-definition-card,.yz-sticker-theme .yz-hero__panel{border:1px solid rgba(255,255,255,.8);box-shadow:0 18px 50px rgba(91,54,110,calc(var(--yz-shadow-strength)*.38)),inset 0 1px #ffffffe6}.yz-announcement{position:relative;z-index:31;background:linear-gradient(90deg,var(--yz-primary-dark),var(--yz-secondary-dark));color:#fff;text-align:center;font-weight:800;font-size:.9rem}.yz-announcement__inner{padding:.55rem 1rem}.yz-header{position:relative;z-index:30;background:#fff7fcdb;border-bottom:1px solid rgba(241,206,226,.9);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.yz-header.is-sticky{position:sticky;top:0}.yz-header__inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:26px;min-height:84px}.yz-logo{display:flex;align-items:center;gap:.7rem;font-family:var(--yz-font-heading);font-size:1.4rem;font-weight:800}.yz-logo img{width:auto;max-height:64px}.yz-logo__fallback{width:58px;height:58px;object-fit:contain}.yz-nav{display:flex;align-items:center;justify-content:center;gap:clamp(12px,2.4vw,34px)}.yz-nav a{position:relative;font-weight:750;color:var(--yz-text);padding:.55rem .1rem}.yz-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:.2rem;height:3px;border-radius:99px;background:linear-gradient(90deg,var(--yz-primary),var(--yz-secondary-dark));transition:right .2s ease}.yz-nav a:hover:after,.yz-nav a[aria-current=page]:after{right:0}.yz-header__actions{display:flex;align-items:center;justify-content:flex-end;gap:8px}.yz-cart-link{position:relative}.yz-cart-count{position:absolute;right:-4px;top:-5px;display:grid;place-items:center;min-width:19px;height:19px;padding:0 5px;border-radius:99px;background:var(--yz-primary-dark);color:#fff;font-size:.68rem;font-weight:900;border:2px solid var(--yz-bg)}.yz-mobile-toggle{display:none}.yz-search-inline{display:flex;align-items:center;border:1px solid var(--yz-border);background:#ffffffbf;border-radius:999px;padding:0 8px 0 14px}.yz-search-inline input{width:clamp(110px,13vw,220px);border:0;outline:0;background:transparent;padding:.7rem 0}.yz-search-inline button{border:0;background:transparent;cursor:pointer;padding:.5rem}.yz-mobile-nav{position:fixed;z-index:90;top:0;right:0;bottom:0;left:0;display:grid;grid-template-columns:min(88vw,390px) 1fr;pointer-events:none;visibility:hidden}.yz-mobile-nav.is-open{pointer-events:auto;visibility:visible}.yz-mobile-nav__panel{transform:translate(-100%);transition:transform .25s ease;background:var(--yz-surface);padding:22px;overflow:auto}.yz-mobile-nav.is-open .yz-mobile-nav__panel{transform:none}.yz-mobile-nav__overlay{background:#2a183275;opacity:0;transition:opacity .25s ease}.yz-mobile-nav.is-open .yz-mobile-nav__overlay{opacity:1}.yz-mobile-nav__top{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.yz-mobile-nav__links{display:grid;gap:4px}.yz-mobile-nav__links a{display:block;padding:1rem;border-bottom:1px solid var(--yz-border);font-size:1.1rem;font-weight:800}.yz-hero{position:relative;overflow:hidden;padding-block:clamp(48px,7vw,100px)}.yz-hero:before,.yz-hero:after{content:"";position:absolute;border-radius:50%;filter:blur(2px);pointer-events:none}.yz-hero:before{width:360px;height:360px;right:-90px;top:-130px;background:radial-gradient(circle at 35% 35%,#fff 0 4%,rgba(255,183,214,.95) 5% 42%,rgba(198,163,224,.62) 65%,transparent 66%)}.yz-hero:after{width:240px;height:240px;left:-100px;bottom:-90px;background:radial-gradient(circle,rgba(255,126,173,.5),rgba(198,163,224,.22) 60%,transparent 61%)}.yz-hero__grid{position:relative;display:grid;grid-template-columns:minmax(0,1.12fr) minmax(320px,.88fr);align-items:center;gap:clamp(32px,6vw,90px)}.yz-hero__content{position:relative;z-index:2}.yz-hero__title{max-width:820px}.yz-hero__title .yz-gradient-text{background:linear-gradient(110deg,var(--yz-primary-dark),var(--yz-secondary-dark));-webkit-background-clip:text;background-clip:text;color:transparent}.yz-hero__text{max-width:650px;margin:22px 0 0;font-size:clamp(1rem,1.5vw,1.22rem)}.yz-hero__buttons{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.yz-hero__panel{position:relative;min-height:440px;border-radius:clamp(28px,4vw,50px);background:linear-gradient(145deg,#ffffffe0,#ffd4e9b8 48%,#c6a3e0a3);overflow:hidden;display:grid;place-items:center;padding:clamp(25px,4vw,58px)}.yz-hero__panel:before{content:"";position:absolute;top:10px;right:10px;bottom:10px;left:10px;border-radius:inherit;border:1px solid rgba(255,255,255,.84)}.yz-hero__image{position:relative;z-index:1;width:min(100%,520px);max-height:520px;object-fit:contain;filter:drop-shadow(0 24px 24px rgba(90,49,106,.2))}.yz-hero__sparkle{position:absolute;color:#fff;text-shadow:0 4px 16px rgba(148,109,180,.35);font-size:clamp(1.5rem,3vw,2.8rem);animation:yzFloat 4s ease-in-out infinite}.yz-hero__sparkle--one{left:9%;top:12%}.yz-hero__sparkle--two{right:12%;bottom:14%;animation-delay:-1.5s}.yz-hero__sparkle--three{right:8%;top:11%;font-size:1.3rem;animation-delay:-2.4s}@keyframes yzFloat{50%{transform:translateY(-10px) rotate(8deg)}}.yz-catalogue{background:var(--yz-section-bg,transparent)}.yz-flow{display:grid;gap:clamp(36px,6vw,76px)}.yz-definition-card{position:relative;overflow:hidden;padding:clamp(24px,4vw,54px);border-radius:var(--yz-card-radius);background:var(--definition-bg,linear-gradient(135deg,#fff,#ffe4f1));text-align:var(--definition-align,left)}.yz-definition-card:after{content:"\2661";position:absolute;right:clamp(12px,4vw,42px);bottom:clamp(-22px,-1vw,-8px);font-size:clamp(6rem,14vw,13rem);line-height:1;color:#946db41c;font-family:Arial,sans-serif}.yz-definition-card__icon{display:inline-grid;place-items:center;width:54px;height:54px;border-radius:18px;background:linear-gradient(145deg,var(--yz-primary),var(--yz-secondary));color:#fff;font-size:1.6rem;box-shadow:0 10px 24px #946db433;margin-bottom:18px}.yz-definition-card__content{position:relative;z-index:1;max-width:var(--definition-width,850px);margin-inline:var(--definition-margin,0)}.yz-product-row{display:grid;gap:22px}.yz-product-row__header{display:flex;align-items:end;justify-content:space-between;gap:24px}.yz-product-row__intro{max-width:780px}.yz-product-row__title{margin:.15rem 0 .5rem;font-family:var(--yz-font-heading);font-size:calc(clamp(1.65rem,3.4vw,3rem)*var(--yz-heading-scale));line-height:1;letter-spacing:-.035em}.yz-product-grid{display:grid;grid-template-columns:repeat(var(--yz-columns,3),minmax(0,1fr));gap:clamp(14px,2.2vw,26px)}.yz-product-grid--scroll{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(250px,calc((100% - (var(--yz-columns,3) - 1)*24px)/var(--yz-columns,3)));grid-template-columns:none;overflow-x:auto;padding:4px 2px 18px;scroll-snap-type:x mandatory;scrollbar-width:thin}.yz-product-grid--scroll>.yz-product-card{scroll-snap-align:start}.yz-custom-liquid{width:100%}.yz-spacer{height:var(--yz-spacer,40px)}.yz-product-card{position:relative;min-width:0;border-radius:var(--yz-card-radius);background:var(--yz-surface);overflow:hidden;transition:transform .24s ease,box-shadow .24s ease}.yz-product-card:hover{transform:translateY(-6px) rotate(-.25deg)}.yz-product-card__media{position:relative;display:block;overflow:hidden;background:linear-gradient(145deg,#fff3f9,#eedff7)}.yz-media--square{aspect-ratio:1}.yz-media--portrait{aspect-ratio:4/5}.yz-media--adapt{min-height:250px}.yz-product-card__image,.yz-placeholder{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.yz-product-card:hover .yz-product-card__image{transform:scale(1.045)}.yz-placeholder{padding:18%;fill:#946db44d;background:linear-gradient(145deg,#ffe5f1,#ebdcf6)}.yz-badge{position:absolute;z-index:2;top:14px;left:14px;display:inline-flex;padding:.42rem .72rem;border-radius:999px;color:#fff;font-size:.74rem;font-weight:900;text-transform:uppercase;letter-spacing:.05em;box-shadow:0 8px 20px #0000001f}.yz-badge--sale{background:linear-gradient(135deg,var(--yz-primary),var(--yz-primary-dark))}.yz-badge--sold{background:var(--yz-secondary-dark)}.yz-product-card__body{display:grid;gap:8px;padding:18px}.yz-product-card__vendor{color:var(--yz-secondary-dark);font-size:.75rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.yz-product-card__title{margin:0;font-family:var(--yz-font-heading);font-size:clamp(1.05rem,1.6vw,1.28rem);line-height:1.18}.yz-product-card__title a:hover{color:var(--yz-primary-dark)}.yz-price{display:flex;align-items:center;flex-wrap:wrap;gap:8px;font-weight:850}.yz-price__current{font-size:1.08rem;color:var(--yz-text)}.yz-price--sale .yz-price__current{color:var(--yz-primary-dark)}.yz-price__compare{color:var(--yz-muted);font-weight:600}.yz-price__sold{font-size:.74rem;background:#efe6f4;color:var(--yz-secondary-dark);padding:.2rem .5rem;border-radius:99px}.yz-product-card__action{margin-top:6px}.yz-quick-add{margin:0}.yz-field{display:grid;gap:.45rem}.yz-field label{font-size:.86rem;font-weight:800}.yz-input,.yz-select,.yz-textarea{width:100%;border:1px solid var(--yz-border);border-radius:16px;background:var(--yz-surface);padding:.85rem 1rem;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.yz-input:focus,.yz-select:focus,.yz-textarea:focus{border-color:var(--yz-secondary-dark);box-shadow:0 0 0 3px #c6a3e047}.yz-textarea{min-height:130px;resize:vertical}.yz-quantity{display:grid;grid-template-columns:42px minmax(50px,70px) 42px;align-items:center;width:max-content;border:1px solid var(--yz-border);border-radius:999px;overflow:hidden;background:#fff}.yz-quantity button{height:42px;border:0;background:transparent;cursor:pointer;font-size:1.2rem}.yz-quantity input{width:100%;height:42px;border:0;text-align:center;-moz-appearance:textfield}.yz-quantity input::-webkit-outer-spin-button,.yz-quantity input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.yz-product{padding-block:clamp(38px,6vw,86px)}.yz-product__grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(340px,.82fr);gap:clamp(32px,6vw,86px);align-items:start}.yz-product__gallery{display:grid;grid-template-columns:88px minmax(0,1fr);gap:14px;position:sticky;top:110px}.yz-product__thumbs{display:grid;align-content:start;gap:10px}.yz-product__thumb{padding:0;border:2px solid transparent;border-radius:16px;overflow:hidden;background:#fff;cursor:pointer}.yz-product__thumb.is-active{border-color:var(--yz-primary)}.yz-product__thumb img{aspect-ratio:1;object-fit:cover}.yz-product__media{display:none;border-radius:var(--yz-card-radius);overflow:hidden;background:linear-gradient(145deg,#fff,#f5e7fb)}.yz-product__media.is-active{display:block}.yz-product__media img{width:100%;height:auto}.yz-product__info{position:sticky;top:110px;display:grid;gap:20px}.yz-product__vendor{color:var(--yz-primary-dark);font-size:.78rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.yz-product__title{margin:0;font-family:var(--yz-font-heading);font-size:calc(clamp(2rem,4vw,4rem)*var(--yz-heading-scale));line-height:.96;letter-spacing:-.045em}.yz-product__price,.yz-product__price .yz-price__current{font-size:1.4rem}.yz-product__block{display:grid;gap:9px}.yz-product__buy{display:grid;gap:11px}.yz-product__description{padding-top:8px}.yz-accordion{border-top:1px solid var(--yz-border);border-bottom:1px solid var(--yz-border)}.yz-accordion summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:1rem 0;font-weight:850;cursor:pointer}.yz-accordion summary::-webkit-details-marker{display:none}.yz-accordion summary:after{content:"+";font-size:1.35rem;color:var(--yz-primary-dark)}.yz-accordion[open] summary:after{content:"\2212"}.yz-accordion__content{padding:0 0 1rem}.shopify-payment-button__button{border-radius:var(--yz-button-radius)!important;min-height:48px!important}.yz-page-hero{padding-block:clamp(42px,6vw,80px) 28px;text-align:center}.yz-page-hero .yz-rte{max-width:780px;margin:16px auto 0}.yz-collection-layout{display:grid;grid-template-columns:260px minmax(0,1fr);gap:34px;align-items:start}.yz-filters{position:sticky;top:110px;border:1px solid var(--yz-border);border-radius:var(--yz-card-radius);background:var(--yz-surface);padding:18px}.yz-filters__title{margin:0 0 12px;font-family:var(--yz-font-heading);font-size:1.25rem}.yz-filter{border-top:1px solid var(--yz-border)}.yz-filter summary{padding:1rem 0;font-weight:800;cursor:pointer}.yz-filter__values{display:grid;gap:9px;padding-bottom:16px}.yz-checkbox{display:flex;align-items:center;gap:9px;color:var(--yz-muted)}.yz-checkbox input{accent-color:var(--yz-primary-dark)}.yz-collection-main{min-width:0}.yz-collection-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:20px}.yz-results-count{color:var(--yz-muted)}.yz-sort{display:flex;align-items:center;gap:10px}.yz-sort select{border:1px solid var(--yz-border);border-radius:999px;background:#fff;padding:.65rem 2.2rem .65rem 1rem}.yz-pagination{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px;margin-top:42px}.yz-pagination__item{display:grid;place-items:center;min-width:42px;height:42px;padding:0 12px;border:1px solid var(--yz-border);border-radius:999px;background:#fff;font-weight:750}.yz-pagination__item.is-current{background:linear-gradient(135deg,var(--yz-primary),var(--yz-secondary-dark));color:#fff;border-color:transparent}.yz-pagination__arrow{min-width:auto}.yz-search-page__form{display:flex;gap:10px;max-width:700px;margin:24px auto 38px}.yz-search-page__form input{flex:1}.yz-collection-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.yz-collection-card{position:relative;min-height:340px;border-radius:var(--yz-card-radius);overflow:hidden;background:linear-gradient(145deg,#ffe2ef,#dfc8ef)}.yz-collection-card img{width:100%;height:100%;object-fit:cover}.yz-collection-card:after{content:"";position:absolute;top:35%;right:0;bottom:0;left:0;background:linear-gradient(transparent,#2d1837d9)}.yz-collection-card__content{position:absolute;z-index:2;left:22px;right:22px;bottom:20px;color:#fff}.yz-collection-card__content h2{margin:0;font-family:var(--yz-font-heading);font-size:1.7rem}.yz-cart{padding-block:clamp(40px,6vw,80px)}.yz-cart__grid{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:38px;align-items:start}.yz-cart__items{display:grid;gap:14px}.yz-cart-item{display:grid;grid-template-columns:120px minmax(0,1fr) auto;gap:18px;align-items:center;padding:14px;border:1px solid var(--yz-border);border-radius:var(--yz-card-radius);background:#fff}.yz-cart-item__image{border-radius:16px;overflow:hidden;background:#f7e9f4}.yz-cart-item__image img{aspect-ratio:1;object-fit:cover}.yz-cart-item__title{font-family:var(--yz-font-heading);font-size:1.1rem;font-weight:800}.yz-cart-item__meta{font-size:.85rem;color:var(--yz-muted)}.yz-cart-item__price{text-align:right;font-weight:850}.yz-cart__summary{position:sticky;top:110px;padding:24px;border-radius:var(--yz-card-radius);background:linear-gradient(145deg,#fff,#ffe9f3);border:1px solid var(--yz-border)}.yz-cart__subtotal{display:flex;align-items:center;justify-content:space-between;font-size:1.15rem;font-weight:900;margin-bottom:18px}.yz-cart__empty{text-align:center;padding:70px 20px;border:1px dashed var(--yz-border);border-radius:var(--yz-card-radius);background:#fff}.yz-article-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.yz-article-card{overflow:hidden;border-radius:var(--yz-card-radius);background:#fff;border:1px solid var(--yz-border)}.yz-article-card img{width:100%;aspect-ratio:16/10;object-fit:cover}.yz-article-card__content{padding:20px}.yz-article-card h2{margin:0 0 8px;font-family:var(--yz-font-heading);font-size:1.4rem;line-height:1.1}.yz-article-card__meta{color:var(--yz-muted);font-size:.85rem}.yz-article{padding-block:clamp(40px,6vw,80px)}.yz-article__header{text-align:center;max-width:900px;margin:0 auto 36px}.yz-article__image{width:min(100%,1100px);margin:0 auto 34px;border-radius:var(--yz-card-radius);overflow:hidden}.yz-footer{margin-top:60px;background:linear-gradient(145deg,#4a3158,#2d1f35);color:#fff}.yz-footer__grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:36px;padding-block:54px}.yz-footer__brand img{width:110px;margin-bottom:16px}.yz-footer__brand p{max-width:380px;color:#e7d9ed}.yz-footer h2{font-family:var(--yz-font-heading);font-size:1.05rem;margin:0 0 14px}.yz-footer ul{list-style:none;padding:0;margin:0;display:grid;gap:9px}.yz-footer a{color:#e9deee}.yz-footer a:hover{color:#fff}.yz-footer__bottom{border-top:1px solid rgba(255,255,255,.12);padding:18px 0;color:#d9c8e1;font-size:.86rem;display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}.yz-socials{display:flex;gap:10px;flex-wrap:wrap}.yz-socials a{display:grid;place-items:center;min-width:42px;height:42px;padding:0 12px;border-radius:999px;background:#ffffff1a;font-weight:800}.yz-toast{position:fixed;z-index:100;right:22px;bottom:22px;max-width:min(360px,calc(100% - 44px));padding:14px 18px;border-radius:16px;background:#382641;color:#fff;box-shadow:0 16px 50px #00000040;transform:translateY(30px);opacity:0;pointer-events:none;transition:.25s ease}.yz-toast.is-visible{transform:none;opacity:1}@media(max-width:1100px){.yz-search-inline{display:none}.yz-nav{gap:16px}.yz-product-grid{--yz-columns:3!important}.yz-footer__grid{grid-template-columns:1.3fr 1fr 1fr}.yz-footer__column:last-child{grid-column:2/4}.yz-collection-layout{grid-template-columns:220px minmax(0,1fr)}}@media(max-width:860px){.yz-header__inner{grid-template-columns:auto 1fr auto;min-height:72px}.yz-nav{display:none}.yz-mobile-toggle{display:inline-grid}.yz-logo{justify-self:center}.yz-logo img{max-height:55px}.yz-hero__grid,.yz-product__grid,.yz-cart__grid{grid-template-columns:1fr}.yz-hero__content{text-align:center}.yz-hero__text{margin-inline:auto}.yz-hero__buttons{justify-content:center}.yz-hero__panel{min-height:330px}.yz-product__gallery,.yz-product__info{position:static}.yz-product__info{order:-1}.yz-collection-layout{grid-template-columns:1fr}.yz-filters{position:static}.yz-collection-cards,.yz-article-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.yz-footer__grid{grid-template-columns:1fr 1fr}.yz-footer__brand{grid-column:1/-1}.yz-footer__column:last-child{grid-column:auto}.yz-product-row__header{align-items:start;flex-direction:column}.yz-product-grid{--yz-columns:2!important}.yz-product-grid--scroll{grid-auto-columns:minmax(250px,74vw)}}@media(max-width:560px){.yz-page-width,.yz-narrow{width:min(calc(100% - 24px),var(--yz-page-width))}.yz-section{padding-block:42px}.yz-section__header{align-items:start;flex-direction:column}.yz-heading{font-size:calc(clamp(2.2rem,13vw,3.7rem)*var(--yz-heading-scale))}.yz-header__actions .yz-icon-button:first-child{display:none}.yz-hero{padding-top:30px}.yz-hero__panel{min-height:280px}.yz-product-grid{grid-template-columns:1fr 1fr;gap:12px}.yz-product-card__body{padding:13px}.yz-product-card__title{font-size:1rem}.yz-product-card .button{font-size:.78rem;padding:.55rem .65rem}.yz-product-grid--scroll{grid-auto-columns:minmax(220px,82vw)}.yz-product__gallery{grid-template-columns:1fr}.yz-product__thumbs{grid-auto-flow:column;grid-auto-columns:68px;overflow-x:auto;order:2}.yz-cart-item{grid-template-columns:80px minmax(0,1fr)}.yz-cart-item__price{grid-column:2;text-align:left}.yz-collection-cards,.yz-article-grid,.yz-footer__grid{grid-template-columns:1fr}.yz-footer__brand{grid-column:auto}.yz-search-page__form{flex-direction:column}.yz-collection-toolbar{align-items:flex-start;flex-direction:column}.yz-definition-card{padding:24px}.yz-mobile-nav{grid-template-columns:min(90vw,360px) 1fr}}.yz-header__inner{min-height:max(84px,calc(var(--yz-logo-height) + 18px));gap:clamp(16px,2.4vw,34px)}.yz-logo{min-width:0;gap:12px;line-height:1;text-decoration:none}.yz-logo__mark{display:grid;place-items:center;flex:0 0 auto;height:var(--yz-logo-height);width:auto}.yz-logo img,.yz-logo__image,.yz-logo__fallback{display:block;width:auto!important;height:100%!important;max-width:none;max-height:none!important;object-fit:contain}.yz-logo__copy{display:grid;gap:5px;min-width:0}.yz-logo__copy strong{font-family:var(--yz-font-heading);font-size:clamp(1rem,1.45vw,1.32rem);font-weight:900;letter-spacing:-.035em;white-space:nowrap}.yz-logo__copy small{color:var(--yz-muted);font-size:.68rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase;white-space:nowrap}.yz-header:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:1px;background:linear-gradient(90deg,transparent,var(--yz-primary),var(--yz-secondary-dark),transparent);opacity:.38}.yz-hero__title.yz-gradient-text{background:linear-gradient(110deg,var(--yz-primary-dark),var(--yz-secondary-dark));-webkit-background-clip:text;background-clip:text;color:transparent}.yz-hero__panel{isolation:isolate;min-height:440px;padding:clamp(28px,4vw,54px)}.yz-hero__halo{position:absolute;z-index:0;width:72%;aspect-ratio:1;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.98) 0 22%,rgba(255,209,231,.66) 48%,rgba(198,163,224,.12) 68%,transparent 70%);filter:blur(1px)}.yz-hero__image{position:relative;z-index:2;width:var(--yz-hero-logo-width)!important;height:auto!important;max-width:470px;max-height:360px;object-fit:contain;filter:drop-shadow(0 22px 20px rgba(90,49,106,.2))}.yz-hero__panel-label{position:absolute;z-index:3;left:22px;bottom:20px;padding:8px 12px;border:1px solid rgba(255,255,255,.8);border-radius:999px;background:#ffffffb8;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:var(--yz-secondary-dark);font-size:.72rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase;box-shadow:0 8px 24px #4a31581a}.yz-hero__signature{display:inline-flex;align-items:center;gap:8px;margin-top:22px;color:var(--yz-secondary-dark);font-weight:850;font-size:.88rem}.yz-hero__signature span{display:grid;place-items:center;width:26px;height:26px;border-radius:50%;background:#fff;box-shadow:0 7px 18px #946db42e;color:var(--yz-primary-dark)}.main-content{background-image:radial-gradient(circle at 8% 18%,rgba(255,126,173,.045) 0 2px,transparent 2.5px),radial-gradient(circle at 92% 42%,rgba(148,109,180,.045) 0 2px,transparent 2.5px);background-size:42px 42px,56px 56px}.yz-authenticity{background:var(--yz-auth-bg)}.yz-authenticity__shell{position:relative;display:grid;grid-template-columns:minmax(0,1.02fr) minmax(360px,.98fr);gap:clamp(28px,6vw,86px);align-items:center;padding:clamp(28px,4.5vw,64px);overflow:hidden;border:1px solid rgba(255,255,255,.88);border-radius:clamp(28px,4vw,48px);background:#ffffff8a;box-shadow:0 24px 70px rgba(74,49,88,calc(var(--yz-shadow-strength)*.3)),inset 0 1px #fffffff2;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.yz-authenticity__shell:before{content:"YZ";position:absolute;right:-28px;bottom:-68px;font-family:var(--yz-font-heading);font-size:clamp(11rem,24vw,24rem);font-weight:900;line-height:1;color:#946db40e;letter-spacing:-.12em;pointer-events:none}.yz-authenticity__story{position:relative;z-index:1}.yz-authenticity__logo-wrap{display:grid;place-items:center;width:86px;height:86px;margin-bottom:20px;border-radius:28px;background:linear-gradient(145deg,#fff,#ffe0ee 52%,#e4d4f1);box-shadow:0 15px 34px #683f7929,inset 0 1px #fff;transform:rotate(-3deg)}.yz-authenticity__logo{width:auto;height:70px;object-fit:contain;filter:drop-shadow(0 8px 7px rgba(93,55,108,.16))}.yz-authenticity__text{max-width:660px;margin-top:20px;font-size:clamp(1rem,1.35vw,1.16rem)}.yz-authenticity__signature{display:inline-flex;align-items:center;gap:10px;margin-top:24px;padding:10px 14px 10px 10px;border:1px dashed rgba(236,93,150,.42);border-radius:999px;background:#ffffffa8;color:var(--yz-primary-dark);font-weight:850}.yz-authenticity__signature-heart{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:linear-gradient(135deg,var(--yz-primary),var(--yz-secondary));color:#fff}.yz-authenticity__values{position:relative;z-index:1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.yz-value-card{min-height:180px;padding:22px;border:1px solid rgba(241,206,226,.85);border-radius:22px;background:#ffffffd1;box-shadow:0 12px 32px #4a315814;transition:transform .2s ease,box-shadow .2s ease}.yz-value-card:nth-child(3n){grid-column:1/-1;min-height:auto}.yz-value-card:hover{transform:translateY(-4px);box-shadow:0 18px 38px #4a31581f}.yz-value-card__icon{display:grid;place-items:center;width:42px;height:42px;margin-bottom:16px;border-radius:15px;background:linear-gradient(135deg,#ffd4e7,#dfcef0);color:var(--yz-secondary-dark);font-size:1.3rem;font-weight:900;box-shadow:inset 0 1px #ffffffe6}.yz-value-card h3{margin:0 0 8px;font-family:var(--yz-font-heading);font-size:1.08rem;line-height:1.15}.yz-value-card .yz-rte{font-size:.91rem}.yz-card-stamp{position:absolute;z-index:3;right:12px;bottom:12px;display:inline-flex;align-items:center;min-height:28px;padding:6px 10px;border:1px solid rgba(255,255,255,.8);border-radius:999px;background:linear-gradient(135deg,#ec5d96ed,#946db4ed);color:#fff;font-size:.66rem;font-weight:950;letter-spacing:.1em;text-transform:uppercase;box-shadow:0 8px 20px #4a31582e;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.yz-product-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;box-shadow:inset 0 0 0 1px #ffffff42;pointer-events:none}.yz-product-trust{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding:12px;border:1px solid var(--yz-border);border-radius:18px;background:linear-gradient(135deg,#fff7fceb,#eee3f7cc)}.yz-product-trust__item{display:flex;align-items:center;gap:8px;min-width:0;padding:8px;border-radius:12px;background:#ffffffb3;color:var(--yz-text);font-size:.75rem;font-weight:800;line-height:1.2}.yz-product-trust__item>span:first-child{flex:0 0 auto;color:var(--yz-primary-dark);font-size:1rem}.yz-footer__brand .yz-footer__logo,.yz-footer__logo{display:block;width:auto!important;height:var(--yz-footer-logo-height)!important;max-width:none;max-height:none;object-fit:contain;margin-bottom:18px;filter:drop-shadow(0 14px 14px rgba(0,0,0,.18))}.yz-footer__signature{display:inline-flex;margin:8px 0 16px;padding:7px 11px;border:1px solid rgba(255,255,255,.16);border-radius:999px;background:#ffffff12;color:#f7eaf4;font-size:.82rem;font-weight:800}@media(max-width:1100px){.yz-logo__copy small{display:none}.yz-authenticity__shell{grid-template-columns:1fr}.yz-authenticity__story{max-width:760px}.yz-authenticity__values{grid-template-columns:repeat(3,minmax(0,1fr))}.yz-value-card:nth-child(3n){grid-column:auto}}@media(max-width:860px){.yz-header__inner{min-height:max(72px,calc(var(--yz-logo-height-mobile) + 16px));grid-template-columns:auto 1fr auto;gap:10px}.yz-logo{justify-self:center}.yz-logo__mark{height:var(--yz-logo-height-mobile)}.yz-logo__copy{display:none}.yz-hero__image{max-height:270px}.yz-hero__panel-label{left:16px;bottom:14px}.yz-hero__signature{justify-content:center}.yz-authenticity__values{grid-template-columns:1fr 1fr}.yz-value-card:nth-child(3n){grid-column:1/-1}}@media(max-width:560px){.yz-logo__mark{height:min(var(--yz-logo-height-mobile),50px)}.yz-header__inner{min-height:68px}.yz-hero__panel{min-height:300px;padding:28px 18px 48px}.yz-hero__image{width:min(var(--yz-hero-logo-width),78%)!important;max-height:220px}.yz-hero__panel-label{max-width:calc(100% - 32px);font-size:.62rem}.yz-authenticity__shell{padding:24px;border-radius:28px}.yz-authenticity__values{grid-template-columns:1fr}.yz-value-card:nth-child(3n){grid-column:auto}.yz-value-card{min-height:auto}.yz-product-trust{grid-template-columns:1fr}.yz-card-stamp{right:8px;bottom:8px;padding:5px 8px;font-size:.59rem}.yz-footer__brand .yz-footer__logo,.yz-footer__logo{height:min(var(--yz-footer-logo-height),92px)!important}}@media(prefers-reduced-motion:reduce){.yz-product-card,.yz-value-card,.button,.yz-hero__sparkle{transition:none!important;animation:none!important}}.yz-announcement{position:relative;overflow:hidden;background:linear-gradient(90deg,var(--yz-primary-dark),var(--yz-secondary-dark))!important}.yz-announcement:before,.yz-announcement:after{content:"";position:absolute;top:50%;width:110px;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.66),transparent);transform:translateY(-50%)}.yz-announcement:before{left:22px}.yz-announcement:after{right:22px}.yz-announcement__inner{padding:.62rem 1rem;font-size:.84rem;letter-spacing:.03em}.yz-header{top:0;background:transparent!important;border-bottom:0!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;padding:10px 0 0}.yz-header.is-sticky{top:0}.yz-header:after{display:none!important}.yz-header__shell{position:relative;padding:0 0 10px}.yz-header__shell:before{content:"";position:absolute;inset:auto 18px 0 18px;height:18px;border-radius:999px;background:radial-gradient(circle at center,rgba(148,109,180,.18),transparent 70%);filter:blur(14px);pointer-events:none}.yz-header__inner{position:relative;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:16px;min-height:86px;padding:14px 18px;border:1px solid rgba(255,255,255,.88);border-radius:30px;background:linear-gradient(140deg,#ffffffed,#fff0f7e0 46%,#ebe3f6ed);box-shadow:0 18px 54px rgba(74,49,88,calc(var(--yz-shadow-strength)*.34)),inset 0 1px #fffffffa;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.yz-header__inner:before{content:"";position:absolute;top:8px;right:8px;bottom:8px;left:8px;border-radius:23px;border:1px solid rgba(255,255,255,.76);pointer-events:none}.yz-header__inner:after{content:"";position:absolute;right:18px;top:18px;width:12px;height:12px;border-radius:50%;background:linear-gradient(135deg,var(--yz-primary),var(--yz-secondary));box-shadow:-18px 12px #ff7ead38,-36px 24px #946db429;opacity:.9;pointer-events:none}.yz-logo{position:relative;z-index:2;display:flex;align-items:center;gap:12px;min-width:0;padding:6px 8px 6px 6px;border-radius:22px}.yz-logo__mark{display:grid;place-items:center;flex:0 0 auto;width:clamp(54px,4vw,74px);height:clamp(54px,4vw,74px);padding:6px;border-radius:20px;background:linear-gradient(145deg,#fffffff5,#ffe0eed1 56%,#e5daf4d1);box-shadow:0 10px 24px #4a31581f,inset 0 1px #fffffffa}.yz-logo img,.yz-logo__image,.yz-logo__fallback{display:block!important;width:auto!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain;transform:none!important}.yz-logo__copy{display:grid;gap:4px;min-width:0}.yz-logo__copy strong{font-family:var(--yz-font-heading);font-size:clamp(1.08rem,1.55vw,1.45rem);font-weight:900;letter-spacing:-.04em;line-height:.95;white-space:nowrap}.yz-logo__copy small{display:inline-flex;align-items:center;gap:7px;color:var(--yz-secondary-dark);font-size:.68rem;font-weight:900;letter-spacing:.11em;text-transform:uppercase;white-space:nowrap}.yz-logo__copy small:before{content:"";width:7px;height:7px;border-radius:50%;background:linear-gradient(135deg,var(--yz-primary),var(--yz-secondary-dark));box-shadow:0 0 0 4px #ff7ead1f}.yz-nav-shell{justify-self:center;display:flex;align-items:center;gap:12px;min-width:0;padding:10px 14px;border:1px solid rgba(238,217,231,.95);border-radius:999px;background:#ffffffb8;box-shadow:inset 0 1px #ffffffe6}.yz-nav-shell__label{flex:0 0 auto;padding:8px 12px;border-radius:999px;background:linear-gradient(135deg,var(--yz-primary),var(--yz-secondary));color:#fff;font-size:.7rem;font-weight:950;letter-spacing:.14em;text-transform:uppercase;box-shadow:0 10px 18px #946db42e}.yz-nav{display:flex;align-items:center;justify-content:center;gap:clamp(10px,1.8vw,22px);flex-wrap:wrap}.yz-nav a{position:relative;display:inline-flex;align-items:center;min-height:40px;padding:.55rem .45rem;font-weight:850;color:var(--yz-text);white-space:nowrap}.yz-nav a:after{content:"";position:absolute;left:10px;right:10px;bottom:4px;height:8px;border-radius:999px;background:linear-gradient(90deg,#ff7ead33,#946db433);transform:scaleX(0);transform-origin:center;transition:transform .22s ease,opacity .22s ease;opacity:0}.yz-nav a:hover:after,.yz-nav a[aria-current=page]:after{transform:scaleX(1);opacity:1}.yz-header__actions{position:relative;z-index:2;display:flex;align-items:center;justify-content:flex-end;gap:10px}.yz-header__status{display:inline-flex;align-items:center;gap:8px;min-height:42px;padding:0 14px;border:1px solid rgba(235,216,232,.95);border-radius:999px;background:#ffffffb8;color:var(--yz-secondary-dark);font-size:.75rem;font-weight:850;white-space:nowrap;box-shadow:inset 0 1px #ffffffeb}.yz-header__status-dot{display:inline-block;width:9px;height:9px;border-radius:50%;background:linear-gradient(135deg,var(--yz-primary),var(--yz-secondary));box-shadow:0 0 0 5px #ff7ead1f}.yz-search-inline{display:flex;align-items:center;min-height:44px;padding:0 8px 0 14px;border:1px solid rgba(235,216,232,.95);background:#ffffffc2;border-radius:999px;box-shadow:inset 0 1px #ffffffeb}.yz-search-inline input{width:clamp(130px,12vw,210px);border:0;outline:0;background:transparent;padding:.72rem 0;color:var(--yz-text)}.yz-search-inline button{border:0;background:transparent;cursor:pointer;padding:.5rem;color:var(--yz-secondary-dark)}.yz-icon-button{background:#fffc;border:1px solid rgba(235,216,232,.95);box-shadow:inset 0 1px #ffffffe6}.yz-cart-link{width:48px;height:48px}.yz-cart-count{right:-3px;top:-3px;min-width:20px;height:20px;border:2px solid #fff;box-shadow:0 5px 12px #ec5d9640}.yz-hero{padding-top:clamp(36px,5vw,56px)}.yz-hero__grid{grid-template-columns:minmax(0,1.06fr) minmax(290px,.94fr);gap:clamp(24px,5vw,76px)}.yz-hero__content{max-width:690px}.yz-hero__title{max-width:700px}.yz-hero__panel{min-height:420px;padding:clamp(24px,4vw,48px)}.yz-hero__halo{width:68%;opacity:.92}.yz-hero__image{width:min(calc(var(--yz-hero-logo-width) * 1%),320px)!important;max-width:min(72%,320px)!important;max-height:270px!important}@media(max-width:1200px){.yz-header__status{display:none}.yz-search-inline input{width:clamp(110px,10vw,170px)}}@media(max-width:1024px){.yz-header__inner{grid-template-columns:auto 1fr auto;padding:12px 14px}.yz-nav-shell{gap:10px;padding:8px 12px}.yz-nav-shell__label{display:none}}@media(max-width:860px){.yz-header{padding-top:8px}.yz-header__inner{min-height:74px;grid-template-columns:auto 1fr auto;gap:10px;padding:10px 12px;border-radius:24px}.yz-header__inner:after{display:none}.yz-logo{justify-self:center;padding:0}.yz-logo__mark{width:min(var(--yz-logo-height-mobile),48px);height:min(var(--yz-logo-height-mobile),48px);padding:5px;border-radius:16px}.yz-logo__copy,.yz-nav-shell,.yz-search-inline{display:none}.yz-cart-link{width:44px;height:44px}.yz-mobile-toggle{display:inline-grid}.yz-hero{padding-top:24px}.yz-hero__panel{min-height:320px}.yz-hero__image{width:min(calc(var(--yz-hero-logo-width) * 1%),220px)!important;max-width:66%!important;max-height:200px!important}}@media(max-width:560px){.yz-announcement:before,.yz-announcement:after{display:none}.yz-header__shell:before{inset:auto 10px 0 10px}.yz-header__inner{border-radius:20px}.yz-logo__mark{width:44px;height:44px;border-radius:14px}.yz-header__actions{gap:8px}.yz-cart-link{width:42px;height:42px}}#yz-catalogue,#yz-contact,.yz-link-catalogue{scroll-margin-top:150px}.yz-link-catalogue{position:relative;overflow:hidden;background:var(--yz-link-section-bg,linear-gradient(180deg,#fff7fc,#fff))}.yz-link-catalogue:before{content:"";position:absolute;right:-120px;top:90px;width:330px;height:330px;border-radius:50%;background:radial-gradient(circle,rgba(255,126,173,.16),rgba(198,163,224,.08) 58%,transparent 60%);pointer-events:none}.yz-link-catalogue__intro{position:relative;z-index:1;display:flex;align-items:end;justify-content:space-between;gap:28px;margin-bottom:32px;padding:clamp(24px,4vw,46px);border:1px solid rgba(255,255,255,.9);border-radius:clamp(26px,4vw,44px);background:linear-gradient(135deg,#ffffffdb,#ffe7f2b8 54%,#e9def6d1);box-shadow:0 20px 60px rgba(74,49,88,calc(var(--yz-shadow-strength)*.24)),inset 0 1px #fffffffa}.yz-link-catalogue__intro>div:first-child{max-width:850px}.yz-link-catalogue__text{max-width:760px;margin-top:18px;font-size:clamp(1rem,1.25vw,1.13rem)}.yz-link-catalogue__note{flex:0 0 auto;max-width:300px;padding:11px 14px;border:1px dashed rgba(236,93,150,.42);border-radius:999px;background:#ffffffb8;color:var(--yz-secondary-dark);font-size:.82rem;font-weight:850;text-align:center}.yz-link-catalogue .yz-product-grid{position:relative;z-index:1}.yz-external-card{display:flex;flex-direction:column;height:100%}.yz-external-card .yz-product-card__body{align-content:start;flex:1}.yz-external-card__description{font-size:.92rem;line-height:1.48}.yz-external-card__description p{margin:.1rem 0 .35rem}.yz-external-card__link-icon{position:absolute;z-index:3;right:14px;top:14px;display:grid;place-items:center;width:38px;height:38px;border:1px solid rgba(255,255,255,.9);border-radius:50%;background:#ffffffd6;color:var(--yz-secondary-dark);font-size:1.1rem;font-weight:900;box-shadow:0 8px 20px #4a31581f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:transform .2s ease}.yz-external-card:hover .yz-external-card__link-icon{transform:translate(2px,-2px) rotate(4deg)}.yz-external-card .yz-badge{max-width:calc(100% - 72px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.yz-external-card .yz-product-card__action{margin-top:auto;padding-top:8px}.yz-editor-hint{cursor:default;opacity:.72;box-shadow:none}.yz-footer#yz-contact{scroll-margin-top:150px}@media(max-width:860px){#yz-catalogue,#yz-contact,.yz-link-catalogue{scroll-margin-top:105px}.yz-link-catalogue__intro{align-items:flex-start;flex-direction:column}.yz-link-catalogue__note{max-width:100%}}@media(max-width:560px){.yz-link-catalogue .yz-product-grid:not(.yz-product-grid--scroll){grid-template-columns:1fr}.yz-link-catalogue__intro{padding:24px;border-radius:28px}.yz-external-card .yz-product-card__body{padding:17px}}.yz-external-card .yz-product-card__media{display:grid;place-items:center;padding:18px;aspect-ratio:1/1}.yz-external-card .yz-product-card__image,.yz-external-card .yz-product-card__media img{display:block;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;object-position:center center!important}.yz-external-card .yz-placeholder{width:100%;height:100%}@media(max-width:560px){.yz-external-card .yz-product-card__media{padding:14px}}.yz-nav a{justify-content:center;text-align:center}.yz-nav a:after{left:50%!important;right:auto!important;bottom:5px!important;width:calc(100% - 18px)!important;max-width:74px;height:7px!important;transform:translate(-50%) scaleX(0)!important;transform-origin:center center!important}.yz-nav a:hover:after,.yz-nav a[aria-current=page]:after{transform:translate(-50%) scaleX(1)!important}.yz-mobile-dock{display:none}@media(max-width:860px){html{scroll-padding-top:112px}body{overflow-x:hidden}.main-content{overflow:hidden}.yz-page-width,.yz-narrow{width:min(calc(100% - 28px),var(--yz-page-width))}.yz-section{padding-block:52px}.yz-section--compact{padding-block:36px}.yz-section__header{gap:14px;margin-bottom:24px}.yz-heading,.yz-heading--medium,.yz-heading--small{overflow-wrap:anywhere}.yz-heading{font-size:calc(clamp(2.25rem,10vw,3.45rem)*var(--yz-heading-scale));line-height:.98;letter-spacing:-.04em}.yz-heading--medium{font-size:calc(clamp(1.85rem,8vw,2.7rem)*var(--yz-heading-scale))}.yz-heading--small{font-size:calc(clamp(1.35rem,6.2vw,2rem)*var(--yz-heading-scale))}.yz-eyebrow{font-size:.7rem;letter-spacing:.12em}.yz-rte{font-size:.97rem;line-height:1.62}.button{min-height:50px;padding:.85rem 1.1rem}.button:hover,.yz-product-card:hover,.yz-value-card:hover{transform:none}.yz-announcement{font-size:.73rem;line-height:1.35}.yz-announcement__inner{padding:.48rem 14px;min-height:34px;display:flex;align-items:center;justify-content:center}.yz-announcement__inner a{display:block;width:100%}.yz-header{padding-top:7px}.yz-header.is-sticky{top:0}.yz-header>.yz-page-width{width:min(calc(100% - 18px),var(--yz-page-width))}.yz-header__shell{padding-bottom:7px}.yz-header__shell:before{inset:auto 12px 0;height:12px}.yz-header__inner{min-height:66px;grid-template-columns:46px minmax(0,1fr) 46px;gap:6px;padding:8px 10px;border-radius:23px;box-shadow:0 12px 34px #4a315829,inset 0 1px #fffffffa}.yz-header__inner:before{top:5px;right:5px;bottom:5px;left:5px;border-radius:18px}.yz-header__actions{min-width:46px;justify-self:end}.yz-mobile-toggle{width:44px;height:44px;border:0;background:linear-gradient(145deg,#fff,#f9e9f3);box-shadow:0 8px 18px #4a31581c,inset 0 1px #fff}.yz-mobile-toggle svg{width:20px;height:20px;color:var(--yz-secondary-dark)}.yz-logo{width:max-content;max-width:100%;justify-self:center;padding:0}.yz-logo__mark{width:48px;height:48px;padding:5px;border-radius:16px}.yz-logo__copy,.yz-nav-shell,.yz-search-inline,.yz-header__status{display:none}.yz-cart-link{width:44px;height:44px}.yz-mobile-nav{grid-template-columns:min(91vw,390px) 1fr;height:100dvh}.yz-mobile-nav__panel{position:relative;display:flex;flex-direction:column;gap:18px;height:100dvh;padding:calc(18px + env(safe-area-inset-top,0px)) 18px calc(24px + env(safe-area-inset-bottom,0px));background:linear-gradient(160deg,#fff,#fff1f8 52%,#eee4f7);border-radius:0 30px 30px 0;box-shadow:24px 0 70px #2d1f3538;overscroll-behavior:contain}.yz-mobile-nav__panel:before{content:"";position:absolute;right:-45px;top:18%;width:145px;height:145px;border-radius:50%;background:radial-gradient(circle,rgba(255,126,173,.22),rgba(198,163,224,.12) 58%,transparent 60%);pointer-events:none}.yz-mobile-nav__top{position:relative;z-index:1;gap:12px;margin:0}.yz-mobile-nav__brand{display:flex;align-items:center;gap:12px;min-width:0}.yz-mobile-nav__brand-mark{display:grid;place-items:center;flex:0 0 62px;width:62px;height:62px;padding:7px;border-radius:20px;background:linear-gradient(145deg,#fff,#ffddeb 56%,#dfd0ef);box-shadow:0 12px 26px #4a315821,inset 0 1px #fff}.yz-mobile-nav__brand-mark img{width:100%;height:100%;object-fit:contain}.yz-mobile-nav__brand-copy{display:grid;gap:5px;min-width:0}.yz-mobile-nav__brand-copy strong{font-family:var(--yz-font-heading);font-size:1.24rem;line-height:1;letter-spacing:-.04em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.yz-mobile-nav__brand-copy small{color:var(--yz-secondary-dark);font-size:.66rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.yz-mobile-nav__close{flex:0 0 44px;border:0;background:#fffc;font-size:1.65rem;line-height:1;color:var(--yz-secondary-dark)}.yz-mobile-nav__tag{position:relative;z-index:1;display:flex;align-items:center;gap:8px;width:max-content;max-width:100%;padding:9px 13px;border:1px dashed rgba(236,93,150,.38);border-radius:999px;background:#ffffff9e;color:var(--yz-primary-dark);font-size:.78rem;font-weight:850}.yz-mobile-nav__tag span{display:grid;place-items:center;width:24px;height:24px;border-radius:50%;background:linear-gradient(135deg,var(--yz-primary),var(--yz-secondary));color:#fff}.yz-mobile-nav__search{position:relative;z-index:1;display:grid;grid-template-columns:1fr auto;gap:8px;margin:0}.yz-mobile-nav__search .yz-input{min-width:0;background:#fffc}.yz-mobile-nav__links{position:relative;z-index:1;display:grid;gap:10px;margin-top:2px}.yz-mobile-nav__links a{display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:58px;padding:13px 16px;border:1px solid rgba(235,210,228,.9);border-radius:19px;background:#ffffffc2;box-shadow:0 8px 20px #4a315812,inset 0 1px #ffffffeb;font-family:var(--yz-font-heading);font-size:1.03rem;font-weight:850}.yz-mobile-nav__links a[aria-current=page]{background:linear-gradient(135deg,#ff7ead33,#c6a3e038);border-color:#946db442}.yz-mobile-nav__links a span:last-child{display:grid;place-items:center;flex:0 0 34px;width:34px;height:34px;border-radius:50%;background:linear-gradient(135deg,#ffe0ed,#e2d2f1);color:var(--yz-secondary-dark);font-size:.95rem}.yz-mobile-nav__footer{position:relative;z-index:1;margin-top:auto;padding:14px 16px;border-radius:18px;background:linear-gradient(135deg,#ec5d961a,#946db41f);color:var(--yz-secondary-dark);font-size:.78rem;font-weight:850;text-align:center}.yz-mobile-nav__overlay{border:0}.yz-mobile-dock{position:fixed;z-index:75;left:12px;right:12px;bottom:calc(10px + env(safe-area-inset-bottom,0px));display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;min-height:66px;padding:7px;border:1px solid rgba(255,255,255,.9);border-radius:25px;background:linear-gradient(145deg,#ffffffe8,#ffebf5e6 58%,#e7dcf4eb);box-shadow:0 18px 50px #2d1f353d,inset 0 1px #fffffffa;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.yz-mobile-dock__item{position:relative;display:grid;place-items:center;align-content:center;gap:3px;min-width:0;min-height:52px;padding:5px 4px;border-radius:18px;color:var(--yz-muted);font-size:.65rem;font-weight:900;line-height:1;text-align:center}.yz-mobile-dock__item svg{width:22px;height:22px;stroke-width:2.1}.yz-mobile-dock__item[aria-current=page],.yz-mobile-dock__item.is-active{background:linear-gradient(135deg,var(--yz-primary),var(--yz-secondary-dark));color:#fff;box-shadow:0 9px 20px #946db43d}.yz-mobile-dock__item span{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.yz-hero{padding-block:30px 48px}.yz-hero:before{width:220px;height:220px;right:-95px;top:-80px;opacity:.72}.yz-hero:after{width:150px;height:150px;left:-75px;bottom:-55px}.yz-hero__grid{grid-template-columns:1fr;gap:28px}.yz-hero__content{max-width:100%;text-align:center}.yz-hero__title{max-width:12ch;margin-inline:auto;font-size:calc(clamp(2.35rem,11.5vw,3.4rem)*var(--yz-heading-scale));line-height:.94}.yz-hero__text{max-width:34rem;margin:17px auto 0;font-size:.98rem;line-height:1.58}.yz-hero__buttons{display:grid;grid-template-columns:1fr;gap:10px;margin-top:23px}.yz-hero__buttons .button{width:100%}.yz-hero__signature{justify-content:center;margin-top:17px;font-size:.8rem}.yz-hero__panel{width:100%;min-height:285px;padding:24px 18px 44px;border-radius:30px}.yz-hero__panel:before{top:7px;right:7px;bottom:7px;left:7px}.yz-hero__halo{width:74%}.yz-hero__image{width:min(calc(var(--yz-hero-logo-width)*1%),205px)!important;max-width:62%!important;max-height:190px!important}.yz-hero__panel-label{left:50%;bottom:14px;max-width:calc(100% - 30px);transform:translate(-50%);font-size:.59rem;white-space:nowrap}.yz-hero__sparkle--one{left:8%;top:10%}.yz-hero__sparkle--two{right:9%;bottom:18%}.yz-authenticity__shell{gap:25px;padding:25px 20px;border-radius:30px}.yz-authenticity__shell:before{right:-8px;bottom:-28px;font-size:10rem}.yz-authenticity__story{text-align:center}.yz-authenticity__logo-wrap{width:74px;height:74px;margin:0 auto 17px;border-radius:23px}.yz-authenticity__logo{height:60px}.yz-authenticity__text{margin-top:15px;font-size:.96rem}.yz-authenticity__signature{max-width:100%;justify-content:center;margin-top:18px;padding:8px 12px 8px 8px;font-size:.75rem}.yz-authenticity__values{grid-template-columns:1fr;gap:10px}.yz-value-card,.yz-value-card:nth-child(3n){grid-column:auto;min-height:auto;padding:17px;border-radius:19px;text-align:left}.yz-value-card__icon{width:38px;height:38px;margin-bottom:12px;border-radius:13px}.yz-value-card h3{font-size:1rem}.yz-value-card .yz-rte{font-size:.86rem;line-height:1.5}.yz-link-catalogue{padding-block:48px;background:var(--yz-link-section-bg)!important}.yz-link-catalogue__intro{display:grid;gap:16px;margin-bottom:24px}.yz-link-catalogue__text{margin-top:12px}.yz-link-catalogue__note{justify-self:start;max-width:100%;font-size:.76rem;line-height:1.4}.yz-link-catalogue .yz-product-grid:not(.yz-product-grid--scroll){grid-template-columns:1fr;gap:18px}.yz-product-grid--scroll{grid-auto-columns:minmax(280px,86vw);gap:14px;padding-inline:1px;padding-bottom:16px;scroll-padding-left:1px}.yz-external-card{border-radius:27px;box-shadow:0 16px 38px #4a31581f,inset 0 1px #ffffffe6}.yz-external-card .yz-product-card__media{aspect-ratio:1/1;padding:17px}.yz-external-card .yz-product-card__body{gap:9px;padding:18px}.yz-external-card .yz-product-card__title{font-size:1.18rem}.yz-external-card__description{font-size:.9rem}.yz-external-card .yz-price__current{font-size:1.12rem}.yz-external-card .button{min-height:48px;font-size:.88rem}.yz-external-card__link-icon{right:12px;top:12px;width:36px;height:36px}.yz-external-card .yz-badge{top:12px;left:12px;font-size:.66rem}.yz-definition-card{padding:24px 20px;border-radius:27px}.yz-definition-card:after{right:-7px;bottom:-12px;font-size:7.5rem}.yz-definition-card__icon{width:48px;height:48px;border-radius:16px;font-size:1.35rem}.yz-product-row{gap:18px}.yz-product-row__header{gap:14px}.yz-product-row__title{font-size:calc(clamp(1.7rem,8vw,2.45rem)*var(--yz-heading-scale))}.yz-product{padding-block:36px 48px}.yz-product__grid{gap:28px}.yz-product__info{order:0;gap:16px}.yz-product__gallery{grid-template-columns:1fr;gap:10px}.yz-product__thumbs{grid-auto-flow:column;grid-auto-columns:64px;gap:8px;overflow-x:auto;order:2;padding-bottom:4px;scroll-snap-type:x proximity}.yz-product__thumb{scroll-snap-align:start;border-radius:13px}.yz-product__media{border-radius:26px}.yz-product__title{font-size:calc(clamp(2rem,10vw,3rem)*var(--yz-heading-scale))}.yz-product__buy .button{width:100%}.yz-product-trust{grid-template-columns:1fr;gap:7px;padding:9px}.yz-page-hero{padding-block:38px 20px}.yz-page-hero .yz-rte{margin-top:12px}.yz-collection-layout{gap:22px}.yz-filters{border-radius:22px;padding:15px}.yz-collection-toolbar{gap:12px;margin-bottom:17px}.yz-sort{width:100%;justify-content:space-between}.yz-sort select{max-width:68%;padding-block:.72rem}.yz-collection-cards,.yz-article-grid{grid-template-columns:1fr;gap:18px}.yz-collection-card{min-height:290px;border-radius:26px}.yz-search-page__form{gap:9px;margin:20px auto 30px}.yz-cart{padding-block:36px 48px}.yz-cart__grid{gap:24px}.yz-cart-item{grid-template-columns:82px minmax(0,1fr);gap:13px;padding:12px;border-radius:22px}.yz-cart-item__image{border-radius:14px}.yz-cart-item__price{grid-column:2;text-align:left}.yz-cart__summary{position:static;padding:20px;border-radius:24px}.yz-article{padding-block:36px 48px}.yz-article__header{margin-bottom:25px}.yz-article__image{margin-bottom:25px;border-radius:25px}.yz-article-card{border-radius:25px}.yz-footer{margin-top:35px;padding-bottom:calc(78px + env(safe-area-inset-bottom,0px))}.yz-footer__grid{grid-template-columns:1fr;gap:17px;padding-block:42px 30px}.yz-footer__brand{grid-column:auto;text-align:center}.yz-footer__brand .yz-footer__logo,.yz-footer__logo{height:min(var(--yz-footer-logo-height),88px)!important;margin:0 auto 15px}.yz-footer__brand p{margin-inline:auto;font-size:.91rem}.yz-footer__signature{justify-content:center;margin:7px auto 15px;font-size:.76rem}.yz-socials{justify-content:center}.yz-socials a{min-width:0;min-height:44px;padding:0 14px}.yz-footer__column{padding:17px;border:1px solid rgba(255,255,255,.11);border-radius:19px;background:#ffffff0e;text-align:center}.yz-footer__column h2{margin-bottom:10px}.yz-footer__column ul{gap:6px}.yz-footer__column a{display:block;padding:7px}.yz-footer__bottom{justify-content:center;gap:8px;padding:17px 0;text-align:center;font-size:.76rem}.yz-toast{left:14px;right:14px;bottom:calc(94px + env(safe-area-inset-bottom,0px));max-width:none;text-align:center}#yz-catalogue,#yz-contact,.yz-link-catalogue{scroll-margin-top:110px}}@media(max-width:420px){.yz-page-width,.yz-narrow{width:min(calc(100% - 22px),var(--yz-page-width))}.yz-heading{font-size:calc(clamp(2.05rem,11.5vw,2.9rem)*var(--yz-heading-scale))}.yz-header>.yz-page-width{width:calc(100% - 14px)}.yz-header__inner{grid-template-columns:44px minmax(0,1fr) 44px;min-height:62px;padding:7px 8px;border-radius:21px}.yz-logo__mark{width:44px;height:44px;border-radius:14px}.yz-mobile-toggle,.yz-cart-link{width:42px;height:42px}.yz-mobile-nav{grid-template-columns:min(94vw,370px) 1fr}.yz-mobile-nav__panel{padding-inline:15px}.yz-mobile-dock{left:8px;right:8px;bottom:calc(7px + env(safe-area-inset-bottom,0px));border-radius:22px}.yz-mobile-dock__item{border-radius:16px;font-size:.61rem}.yz-hero__title{font-size:calc(clamp(2.2rem,12vw,3rem)*var(--yz-heading-scale))}.yz-hero__panel{min-height:255px}.yz-hero__image{max-width:58%!important;max-height:170px!important}.yz-authenticity__shell{padding-inline:17px}.yz-link-catalogue{padding-block:42px}.yz-external-card .yz-product-card__media{padding:14px}.yz-external-card .yz-product-card__body{padding:16px}}@media(hover:none)and (pointer:coarse){.button:hover,.yz-product-card:hover,.yz-value-card:hover{transform:none;filter:none}.yz-product-card:hover .yz-product-card__image{transform:none}.button,.yz-icon-button,.yz-mobile-nav__links a,.yz-mobile-dock__item{-webkit-tap-highlight-color:transparent}}@media(max-width:860px){.yz-header__actions .yz-cart-link{display:inline-grid}.yz-product-grid--scroll,.yz-product__thumbs{-ms-overflow-style:none;scrollbar-width:none}.yz-product-grid--scroll::-webkit-scrollbar,.yz-product__thumbs::-webkit-scrollbar{display:none}}body{background:radial-gradient(circle at top,rgba(0,97,217,.18),transparent 24%),radial-gradient(circle at 85% 18%,rgba(0,74,172,.14),transparent 20%),linear-gradient(180deg,#010d20,#020e22 46%,#061427)!important;color:var(--yz-text)!important}.main-content{background-image:radial-gradient(circle at 8% 18%,rgba(0,97,217,.12) 0 2px,transparent 2.5px),radial-gradient(circle at 92% 42%,rgba(0,74,172,.12) 0 2px,transparent 2.5px),linear-gradient(180deg,#fff0,#fff0);background-size:44px 44px,58px 58px,auto}.yz-eyebrow{color:#7fb8ff}.yz-eyebrow:before{content:"\2726";color:#2ea8ff}.yz-rte,.yz-product-card__vendor,.yz-logo__copy small,.yz-header__status,.yz-footer__bottom,.yz-mobile-nav__tag{color:var(--yz-muted)!important}.button{background:linear-gradient(135deg,#0061d9,#0041ac)!important;color:#ecf4ff!important;box-shadow:0 12px 26px #0061d959!important}.button--secondary{background:linear-gradient(135deg,#004aac,#025)!important}.button--outline{background:#081831b8!important;color:#e8f1ff!important;border-color:#2ea8ff3d!important}.skip-link{background:#07192f;color:#e8f1ff}.yz-announcement{background:linear-gradient(90deg,#025,#0061d9,#0041ac)!important;color:#e8f1ff!important}.yz-announcement:before,.yz-announcement:after{background:linear-gradient(90deg,transparent,rgba(232,241,255,.7),transparent)!important}.yz-header{background:transparent!important}.yz-header__shell:before{background:radial-gradient(circle at center,rgba(0,97,217,.28),transparent 72%)!important}.yz-header__inner{background:linear-gradient(140deg,#041023f5,#07192ff0 46%,#002255eb)!important;border-color:#184e9bf2!important;box-shadow:0 18px 54px #0006,0 0 0 1px #0061d92e inset!important}.yz-header__inner:before{border-color:#4998ff2e!important}.yz-header__inner:after{background:linear-gradient(135deg,#2ea8ff,#0061d9)!important;box-shadow:-18px 12px #0061d929,-36px 24px #004aac1f!important}.yz-logo__mark{background:linear-gradient(145deg,#091c36fa,#07192fe6 56%,#002255db)!important;box-shadow:0 10px 24px #00000047,inset 0 1px #74b3ff26!important}.yz-logo__copy strong,.yz-nav a,.yz-heading,.yz-heading--small,.yz-footer__column h2,.yz-footer h2,.yz-product-card__title,.yz-price__current{color:#e8f1ff!important}.yz-logo__copy small:before,.yz-header__status-dot{background:linear-gradient(135deg,#2ea8ff,#0061d9)!important;box-shadow:0 0 0 4px #0061d92e!important}.yz-nav-shell,.yz-header__status,.yz-search-inline,.yz-icon-button{background:#07192fd1!important;border-color:#184e9bd9!important;box-shadow:inset 0 1px #74b3ff14!important}.yz-nav-shell__label{background:linear-gradient(135deg,#0061d9,#004aac)!important;box-shadow:0 10px 18px #0061d933!important}.yz-nav a:after{background:linear-gradient(90deg,#2ea8ff57,#0061d957)!important}.yz-search-inline input{color:#e8f1ff!important}.yz-search-inline input::placeholder{color:#8fa5d1}.yz-icon-button svg,.yz-search-inline button{color:#9bc8ff!important}.yz-cart-count{background:#0061d9!important;border-color:#07192f!important}.yz-hero{border-top:1px solid rgba(24,78,155,.24)}.yz-hero:before{background:radial-gradient(circle at 35% 35%,rgba(232,241,255,.24) 0 4%,rgba(0,97,217,.4) 5% 42%,rgba(0,74,172,.16) 65%,transparent 66%)!important}.yz-hero:after{background:radial-gradient(circle,rgba(0,97,217,.3),rgba(0,74,172,.12) 60%,transparent 61%)!important}.yz-gradient-text{background:linear-gradient(100deg,#e8f1ff,#71b4ff 52%,#2ea8ff 92%)!important;-webkit-background-clip:text!important;background-clip:text!important;color:transparent!important}.yz-hero__panel{background:linear-gradient(145deg,#041023f2,#07192fe6 48%,#002255d1)!important;border:1px solid rgba(24,78,155,.6)!important;box-shadow:0 24px 70px #0000006b,inset 0 1px #ffffff0d!important}.yz-hero__panel:before{border-color:#74b3ff1f!important}.yz-hero__halo{background:radial-gradient(circle,rgba(232,241,255,.2) 0 18%,rgba(0,97,217,.28) 42%,rgba(0,74,172,.12) 62%,transparent 72%)!important}.yz-hero__image{filter:drop-shadow(0 0 18px rgba(0,97,217,.28)) drop-shadow(0 18px 28px rgba(0,0,0,.35))!important}.yz-hero__panel-label,.yz-hero__signature span,.yz-authenticity__signature-heart,.yz-definition-card__icon,.yz-value-card__icon{background:linear-gradient(135deg,#0061d9,#004aac)!important;color:#e8f1ff!important;border-color:#74b3ff2e!important;box-shadow:0 10px 24px #0061d92e!important}.yz-hero__panel-label{background:#07192fcc!important;color:#b8d8ff!important;border:1px solid rgba(46,168,255,.26)!important}.yz-hero__signature{color:#b8d8ff!important}.yz-hero__sparkle{color:#63b0ff!important;text-shadow:0 4px 16px rgba(0,97,217,.32)!important}.yz-authenticity__shell,.yz-definition-card,.yz-product-card,.yz-value-card,.yz-product-trust,.yz-mobile-nav__panel,.yz-mobile-dock,.yz-mobile-dock__item,.yz-search-page__form .yz-input{background:linear-gradient(145deg,#041023f5,#07192feb 48%,#002255d1)!important;color:#e8f1ff!important}.yz-authenticity__shell,.yz-definition-card,.yz-product-card,.yz-value-card,.yz-product-trust,.yz-mobile-nav__panel,.yz-mobile-dock,.yz-mobile-dock__item,.yz-search-page__form .yz-input{border-color:#184e9bb8!important;box-shadow:0 18px 50px #00000057,inset 0 1px #74b3ff0f!important}.yz-authenticity__shell:before{content:"GW"!important;color:#2ea8ff0d!important}.yz-authenticity__logo-wrap{background:linear-gradient(145deg,#091c36fa,#07192fe6 52%,#002255db)!important;box-shadow:0 15px 34px #00000047,inset 0 1px #74b3ff1f!important}.yz-authenticity__logo{filter:drop-shadow(0 8px 8px rgba(0,97,217,.2))!important}.yz-authenticity__signature{border-color:#2ea8ff42!important;background:#07192fc7!important;color:#b8d8ff!important}.yz-value-card__icon{background:linear-gradient(135deg,#004aac,#025)!important}.yz-product-card:hover{transform:translateY(-6px)!important;box-shadow:0 26px 52px #0000006b,0 0 0 1px #2ea8ff29 inset!important}.yz-product-card__media{background:linear-gradient(145deg,#081d3b,#061427 52%,#025)!important}.yz-badge--sale,.yz-card-stamp{background:linear-gradient(135deg,#0061d9,#004aac)!important;color:#e8f1ff!important}.yz-external-card__link-icon{background:#07192fdb!important;color:#b8d8ff!important;border-color:#2ea8ff3d!important}.yz-placeholder{fill:#74b3ff5c!important;background:linear-gradient(145deg,#081d3b,#061427)!important}.yz-input,input,textarea,select{color:#e8f1ff}.yz-input::placeholder,input::placeholder,textarea::placeholder{color:#8fa5d1}.yz-search-page__form .yz-input{border:1px solid rgba(24,78,155,.72)!important}.yz-footer{background:linear-gradient(180deg,#020e22,#000a1a)!important;color:#e8f1ff!important;border-top:1px solid rgba(24,78,155,.22)}.yz-footer__signature,.yz-socials a{background:#07192fb8!important;border-color:#184e9bb8!important;color:#b8d8ff!important}.yz-footer__column ul a{color:#e8f1ff!important}.yz-footer__bottom{border-top-color:#184e9b47!important}.yz-mobile-nav__overlay{background:#0000008c!important}.yz-mobile-nav__brand-copy strong,.yz-mobile-nav__links a,.yz-mobile-dock__item{color:#e8f1ff!important}.yz-mobile-nav__brand-mark{background:linear-gradient(145deg,#081d3b,#061427)!important}.yz-mobile-nav__tag{background:#0061d91f!important;color:#b8d8ff!important;border-color:#2ea8ff38!important}.yz-mobile-nav__footer{color:#8fa5d1!important}.yz-mobile-dock{background:#020e22f0!important;border-top:1px solid rgba(24,78,155,.68)!important;box-shadow:0 -18px 40px #00000061!important}.yz-mobile-dock__item{background:transparent!important;border-color:transparent!important}.yz-mobile-dock__item span{color:#8fa5d1!important}.yz-mobile-dock__item.is-active,.yz-mobile-dock__item[aria-current=page]{background:#0061d924!important;border-color:#2ea8ff3d!important}.yz-mobile-dock__item.is-active span,.yz-mobile-dock__item[aria-current=page] span{color:#e8f1ff!important}@media(max-width:860px){.yz-header__inner{background:linear-gradient(140deg,#041023fa,#07192ff5 46%,#002255f0)!important}}.yz-link-catalogue{background:var(--yz-link-section-bg,linear-gradient(180deg,#061427,#020E22))!important}.yz-link-catalogue:before{background:radial-gradient(circle,rgba(0,97,217,.18),rgba(0,74,172,.08) 58%,transparent 60%)!important}.yz-link-catalogue__intro{background:var(--yz-link-intro-bg,linear-gradient(135deg,#07192F,#0A2448 55%,#002255))!important;border-color:var(--yz-link-card-border,#184E9B)!important;box-shadow:0 20px 60px #00000057,inset 0 1px #74b3ff14!important}.yz-link-catalogue .yz-heading{color:var(--yz-link-heading-color,#E8F1FF)!important}.yz-link-catalogue .yz-eyebrow{color:var(--yz-link-eyebrow-color,#67B3FF)!important}.yz-link-catalogue .yz-link-catalogue__text,.yz-link-catalogue .yz-link-catalogue__text p{color:var(--yz-link-text-color,#9FB6DF)!important}.yz-link-catalogue__note{background:var(--yz-link-note-bg,linear-gradient(135deg,#061A3A,#002255))!important;color:var(--yz-link-note-color,#CFE5FF)!important;border-color:var(--yz-link-note-border,#245C9E)!important}.yz-link-catalogue .yz-product-card{background:var(--yz-link-card-bg,linear-gradient(145deg,#07192F,#081D3B 58%,#002255))!important;border:1px solid var(--yz-link-card-border,#184E9B)!important}.yz-link-catalogue .yz-product-card__media{background:var(--yz-link-media-bg,linear-gradient(145deg,#061427,#081D3B 55%,#002255))!important}.yz-link-catalogue .yz-product-card__title,.yz-link-catalogue .yz-product-card__title a{color:var(--yz-link-card-title,#E8F1FF)!important}.yz-link-catalogue .yz-external-card__description,.yz-link-catalogue .yz-external-card__description p{color:var(--yz-link-card-text,#9FB6DF)!important}.yz-link-catalogue .yz-product-card__vendor{color:var(--yz-link-card-meta,#67B3FF)!important}.yz-link-catalogue .yz-price__current{color:var(--yz-link-price-color,#FFFFFF)!important}.yz-link-catalogue .yz-product-card .button{background:var(--yz-link-button-bg,linear-gradient(135deg,#0061D9,#0041AC))!important;color:var(--yz-link-button-color,#FFFFFF)!important}.yz-link-catalogue .yz-badge--sale{background:var(--yz-link-badge-bg,linear-gradient(135deg,#0061D9,#004AAC))!important;color:var(--yz-link-badge-color,#FFFFFF)!important}:root{--gw-ink:#07101f;--gw-cream:#f2eee3;--gw-blue:#0061d9;--gw-cobalt:#004aac;--gw-navy:#010d20;--gw-line:rgba(242,238,227,.28);--gw-display:Impact,Haettenschweiler,"Arial Narrow Bold","Arial Black",sans-serif;--gw-sans:Arial,Helvetica,sans-serif}.gw-editorial-theme{background:var(--gw-navy)!important;color:var(--gw-cream)!important;font-family:var(--gw-sans)!important;overflow-x:hidden}.gw-editorial-theme .main-content{min-height:60vh;background:none!important}.gw-editorial-theme .yz-page-width{width:auto;max-width:none;margin:0}.gw-frame{width:min(calc(100% - 32px),1600px);margin-inline:auto;border-left:1px solid currentColor;border-right:1px solid currentColor}.gw-kicker{display:block;font-size:.67rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.gw-section-index{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;min-height:54px;border-top:1px solid currentColor;border-bottom:1px solid currentColor;padding:0 18px;font-size:.66rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.gw-section-index span:nth-child(2){text-align:center}.gw-section-index span:last-child{text-align:right}.gw-header{position:relative;z-index:50;background:var(--gw-navy);color:var(--gw-cream);border-bottom:1px solid rgba(242,238,227,.22)}.gw-header.is-sticky{position:sticky;top:0}.gw-header__bar{min-height:68px;display:grid;grid-template-columns:minmax(190px,1fr) auto minmax(190px,1fr);align-items:center;padding:0 18px;border-color:#f2eee338}.gw-header__brand{display:flex;align-items:center;gap:10px;justify-self:start}.gw-header__mark{width:42px;height:42px;display:grid;place-items:center;border:1px solid rgba(242,238,227,.28);overflow:hidden}.gw-header__logo{width:34px!important;height:34px!important;object-fit:contain!important}.gw-header__wordmark{font-family:var(--gw-display);font-size:1.05rem;letter-spacing:.05em;text-transform:uppercase}.gw-header__nav{display:flex;height:68px;align-items:stretch;border-left:1px solid rgba(242,238,227,.22);border-right:1px solid rgba(242,238,227,.22)}.gw-header__nav a{display:grid;place-items:center;min-width:108px;padding:0 18px;border-right:1px solid rgba(242,238,227,.22);font-size:.68rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;transition:background .2s ease,color .2s ease}.gw-header__nav a:last-child{border-right:0}.gw-header__nav a:hover,.gw-header__nav a[aria-current=page]{background:var(--gw-blue);color:#fff}.gw-header__meta{justify-self:end;display:flex;align-items:center;gap:18px;font-size:.62rem;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.gw-menu-button{display:none;border:0;background:transparent;color:inherit;align-items:center;gap:10px;padding:10px 0;text-transform:uppercase;font-size:.66rem;font-weight:800;letter-spacing:.12em;cursor:pointer}.gw-menu-button__icon{display:grid;gap:5px}.gw-menu-button__icon i{display:block;width:23px;height:1px;background:currentColor}.gw-mobile-menu{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:100!important;display:block!important;visibility:hidden;pointer-events:none;background:transparent}.gw-mobile-menu.is-open{visibility:visible;pointer-events:auto}.gw-mobile-menu__panel{position:absolute;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;max-width:none!important;transform:translateY(-100%)!important;background:var(--gw-blue)!important;color:var(--gw-cream)!important;padding:18px!important;transition:transform .35s cubic-bezier(.77,0,.18,1)!important;overflow:auto}.gw-mobile-menu.is-open .gw-mobile-menu__panel{transform:translateY(0)!important}.gw-mobile-menu__overlay{display:none!important}.gw-mobile-menu__top{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(242,238,227,.55);padding-bottom:14px}.gw-mobile-menu__brand{display:flex;align-items:center;gap:10px;font-family:var(--gw-display);text-transform:uppercase;letter-spacing:.04em}.gw-mobile-menu__brand img{width:42px;height:42px;object-fit:contain}.gw-mobile-menu__close{border:0;background:transparent;color:inherit;text-transform:uppercase;font-size:.68rem;font-weight:800;letter-spacing:.12em;cursor:pointer}.gw-mobile-menu__index{padding:16px 0;border-bottom:1px solid rgba(242,238,227,.55);font-size:.66rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.gw-mobile-menu__links{display:grid}.gw-mobile-menu__links a{display:grid!important;grid-template-columns:52px 1fr;align-items:center;min-height:96px;border-bottom:1px solid rgba(242,238,227,.55);padding:0!important;color:inherit!important}.gw-mobile-menu__links small{font-size:.67rem;font-weight:800;letter-spacing:.1em}.gw-mobile-menu__links span{font-family:var(--gw-display);font-size:clamp(2.4rem,11vw,5rem);line-height:.85;text-transform:uppercase}.gw-mobile-menu__footer{display:flex;justify-content:space-between;gap:20px;padding-top:18px;font-size:.62rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.yz-mobile-dock{display:none!important}.gw-hero{background:var(--gw-hero-bg);color:var(--gw-cream);min-height:calc(100svh - 69px);padding:16px 0}.gw-hero__frame{min-height:calc(100svh - 101px);display:grid;grid-template-rows:48px minmax(430px,1fr) auto;border-top:1px solid currentColor;border-bottom:1px solid currentColor}.gw-hero__topline{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;border-bottom:1px solid currentColor;padding:0 18px;font-size:.66rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.gw-hero__topline span:nth-child(2){text-align:center}.gw-hero__topline span:last-child{text-align:right}.gw-hero__stage{position:relative;display:grid;grid-template-columns:58px 1fr 58px;overflow:hidden}.gw-hero__vertical{z-index:4;display:flex;justify-content:space-between;align-items:center;padding:14px 0;border-right:1px solid currentColor;writing-mode:vertical-rl;transform:rotate(180deg);font-size:.62rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.gw-hero__vertical--right{border-right:0;border-left:1px solid currentColor;transform:none}.gw-hero__type{position:absolute;top:0;right:58px;bottom:0;left:58px;z-index:1;display:grid;align-content:center;justify-items:center;font-family:var(--gw-display);font-size:clamp(8rem,21vw,23rem);font-weight:900;line-height:.66;letter-spacing:-.055em;text-transform:uppercase;color:var(--gw-cream);white-space:nowrap;overflow:hidden}.gw-hero__type span:first-child{transform:translate(-3%)}.gw-hero__type span:last-child{transform:translate(8%)}.gw-hero__logo-wrap{grid-column:2;z-index:3;display:grid;place-items:center;position:relative}.gw-hero__logo-wrap:before{content:"";position:absolute;width:min(48vw,660px);aspect-ratio:1;border:1px solid rgba(242,238,227,.52);border-radius:50%}.gw-hero__logo-wrap:after{content:"";position:absolute;width:min(38vw,520px);aspect-ratio:1;border:1px solid rgba(242,238,227,.35);border-radius:50%}.gw-hero__logo{position:relative;z-index:2;width:min(36vw,480px)!important;height:min(36vw,480px)!important;object-fit:contain!important;filter:drop-shadow(0 28px 28px rgba(0,13,32,.28))}.gw-hero__bottom{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(310px,.7fr);border-top:1px solid currentColor}.gw-hero__statement{padding:22px 24px;border-right:1px solid currentColor}.gw-hero__statement h1{margin:8px 0 0;font-family:var(--gw-display);font-size:clamp(2rem,4.3vw,5.5rem);line-height:.88;letter-spacing:-.025em;text-transform:uppercase;font-weight:900}.gw-hero__text{max-width:680px;margin-top:14px;font-size:.9rem}.gw-hero__text p{margin:0}.gw-hero__actions{display:grid;grid-template-columns:1fr 1fr}.gw-link-button{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:22px;border-right:1px solid currentColor;font-size:.7rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;transition:background .2s ease,color .2s ease}.gw-link-button:last-child{border-right:0}.gw-link-button:hover{background:var(--gw-cream);color:var(--gw-blue)}.gw-link-button--secondary:hover{background:var(--gw-navy);color:var(--gw-cream)}.gw-manifest{background:var(--gw-manifest-bg);color:var(--gw-ink);padding:16px 0}.gw-manifest .gw-frame{border-top:0;border-bottom:1px solid currentColor}.gw-manifest__grid{display:grid;grid-template-columns:1.18fr .82fr;border-bottom:1px solid currentColor}.gw-manifest__headline{position:relative;min-height:520px;padding:36px 26px;display:flex;align-items:flex-end;border-right:1px solid currentColor;overflow:hidden}.gw-manifest__headline img{position:absolute;width:min(34vw,440px);height:min(34vw,440px);object-fit:contain;right:2%;top:2%;opacity:.1;filter:grayscale(1)}.gw-manifest__headline h2{position:relative;margin:0;font-family:var(--gw-display);font-size:clamp(5rem,13vw,13rem);line-height:.72;letter-spacing:-.055em;text-transform:uppercase;font-weight:900;max-width:970px}.gw-manifest__copy{display:flex;flex-direction:column;justify-content:flex-end;padding:36px 28px}.gw-manifest__lead{font-size:clamp(1.3rem,2.4vw,2.9rem);line-height:1.04;letter-spacing:-.025em}.gw-manifest__lead p{margin:0}.gw-manifest__signature{margin:34px 0 0;padding-top:18px;border-top:1px solid currentColor;font-size:.7rem;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.gw-manifest__values{display:grid;grid-template-columns:repeat(3,1fr)}.gw-manifest__value{min-height:250px;padding:22px;border-right:1px solid currentColor}.gw-manifest__value:last-child{border-right:0}.gw-manifest__value>span{font-size:.66rem;font-weight:800;letter-spacing:.12em}.gw-manifest__value h3{margin:62px 0 14px;font-family:var(--gw-display);font-size:clamp(2.2rem,4vw,4.8rem);line-height:.8;text-transform:uppercase;font-weight:900}.gw-manifest__value div{font-size:.86rem;max-width:320px}.gw-manifest__value p{margin:0}.gw-catalogue{background:var(--gw-section-bg)!important;color:var(--gw-heading);padding:16px 0!important}.gw-catalogue:before{display:none!important}.gw-catalogue .gw-frame{border-top:0;border-bottom:1px solid var(--gw-card-border)}.gw-catalogue .gw-section-index{border-color:var(--gw-card-border);color:var(--gw-copy)}.gw-catalogue__header{display:grid;grid-template-columns:1.25fr .75fr;border-bottom:1px solid var(--gw-card-border)}.gw-catalogue__header>div:first-child{min-height:330px;display:flex;align-items:flex-end;padding:28px 22px;border-right:1px solid var(--gw-card-border);overflow:hidden}.gw-catalogue__header h2{margin:0;font-family:var(--gw-display);font-size:clamp(5rem,13vw,13rem);line-height:.72;letter-spacing:-.055em;text-transform:uppercase;color:var(--gw-heading);font-weight:900}.gw-catalogue__definition{display:flex;flex-direction:column;justify-content:flex-end;padding:28px;color:var(--gw-copy);font-size:clamp(1rem,1.5vw,1.45rem);line-height:1.2}.gw-catalogue__definition p{margin:0}.gw-catalogue__note{margin-top:28px!important;padding-top:16px;border-top:1px solid var(--gw-card-border);font-size:.67rem!important;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--gw-accent)}.gw-catalogue__grid{display:grid;grid-template-columns:repeat(var(--yz-columns),minmax(0,1fr));border-left:0}.gw-catalogue__grid--scroll{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(320px,31vw);overflow-x:auto;scroll-snap-type:x mandatory}.gw-product-card{position:relative;display:flex;flex-direction:column;min-width:0;border:0!important;border-right:1px solid var(--gw-card-border)!important;border-radius:0!important;background:var(--gw-card-bg)!important;box-shadow:none!important;color:var(--gw-card-title)!important;overflow:hidden;transition:background .2s ease}.gw-product-card:nth-child(3n){border-right:0!important}.gw-product-card:hover{transform:none!important;background:var(--gw-media-bg)!important}.gw-product-card__topline{display:grid;grid-template-columns:40px 1fr auto;min-height:45px;align-items:center;border-bottom:1px solid var(--gw-card-border);padding:0 13px;font-size:.59rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--gw-accent)}.gw-product-card__topline span:last-child{text-align:right}.gw-product-card__media{position:relative;display:grid!important;place-items:center;aspect-ratio:4/5!important;padding:24px!important;border-bottom:1px solid var(--gw-card-border);background:var(--gw-media-bg)!important;overflow:hidden}.gw-product-card__image{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center!important;transition:transform .35s ease}.gw-product-card:hover .gw-product-card__image{transform:scale(1.035)}.gw-product-card__placeholder{display:grid;place-items:center;gap:12px;color:var(--gw-copy);font-size:.62rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.gw-product-card__placeholder img{width:46%;height:auto;opacity:.25}.gw-product-card__corner{position:absolute;right:12px;top:12px;width:37px;height:37px;display:grid;place-items:center;border:1px solid var(--gw-card-border);background:#010d20a8;color:var(--gw-accent);font-size:1rem}.gw-product-card__body{display:flex!important;flex-direction:column;gap:14px!important;padding:20px!important;flex:1;background:transparent!important}.gw-product-card__title{margin:0!important;font-family:var(--gw-display)!important;font-size:clamp(2rem,3.5vw,4.1rem)!important;line-height:.82!important;letter-spacing:-.025em!important;text-transform:uppercase;color:var(--gw-card-title)!important;font-weight:900!important}.gw-product-card__title a{color:inherit!important}.gw-product-card__description{color:var(--gw-card-text);font-size:.82rem;line-height:1.45;max-width:440px}.gw-product-card__description p{margin:0}.gw-product-card__footer{margin-top:auto;padding-top:18px;border-top:1px solid var(--gw-card-border);display:flex;align-items:center;justify-content:space-between;gap:18px}.gw-product-card__footer strong{font-family:var(--gw-display);font-size:1.4rem;color:var(--gw-price);letter-spacing:.02em}.gw-product-card__link{font-size:.64rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--gw-accent)}.gw-product-card__link--disabled{opacity:.6}.gw-footer{background:var(--gw-cream)!important;color:var(--gw-ink)!important;padding:16px 0 0!important}.gw-footer .gw-frame{border-top:0;border-color:var(--gw-ink)}.gw-footer__headline{position:relative;display:flex;align-items:flex-end;justify-content:space-between;min-height:430px;padding:30px 24px;border-bottom:1px solid currentColor;overflow:hidden}.gw-footer__headline h2{margin:0;font-family:var(--gw-display);font-size:clamp(7rem,19vw,20rem);line-height:.68;letter-spacing:-.06em;text-transform:uppercase;font-weight:900}.gw-footer__headline img{position:absolute;right:3%;top:7%;width:min(30vw,380px);height:min(30vw,380px);object-fit:contain;opacity:.12;filter:grayscale(1)}.gw-footer__grid{display:grid;grid-template-columns:1.2fr repeat(2,.4fr);border-bottom:1px solid currentColor}.gw-footer__statement,.gw-footer__column{min-height:250px;padding:24px;border-right:1px solid currentColor}.gw-footer__column:last-child{border-right:0}.gw-footer__statement{font-size:clamp(1.35rem,2.4vw,2.8rem);line-height:1.05}.gw-footer__statement p{margin:0}.gw-footer__statement>p:last-child{margin-top:30px;padding-top:16px;border-top:1px solid currentColor;font-size:.67rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.gw-footer__column>span{font-size:.65rem;font-weight:800;letter-spacing:.1em}.gw-footer__column h3{margin:60px 0 14px;font-family:var(--gw-display);font-size:2.3rem;line-height:.85;text-transform:uppercase}.gw-footer__column ul{list-style:none;padding:0;margin:0;display:grid;gap:8px}.gw-footer__column div,.gw-footer__column a{font-size:.78rem;line-height:1.45}.gw-footer__column p{margin:0}.gw-footer__bottom{display:flex;justify-content:space-between;gap:20px;padding:16px 18px;font-size:.6rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.gw-editorial-theme .button{border-radius:0!important;background:var(--gw-blue)!important;box-shadow:none!important;text-transform:uppercase;letter-spacing:.08em;font-size:.7rem}.gw-editorial-theme .yz-product-card:not(.gw-product-card),.gw-editorial-theme .yz-definition-card,.gw-editorial-theme .yz-product__gallery-main,.gw-editorial-theme .yz-cart-summary,.gw-editorial-theme .yz-input{border-radius:0!important}@media(max-width:1100px){.gw-header__bar{grid-template-columns:1fr auto}.gw-header__nav{display:none}.gw-header__meta>span{display:none}.gw-menu-button{display:flex}.gw-hero__type{font-size:clamp(8rem,23vw,16rem)}.gw-catalogue__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.gw-product-card:nth-child(3n){border-right:1px solid var(--gw-card-border)!important}.gw-product-card:nth-child(2n){border-right:0!important}.gw-footer__grid{grid-template-columns:1fr 1fr}.gw-footer__statement{grid-column:1/-1;border-right:0;border-bottom:1px solid currentColor}.gw-footer__column:nth-child(2){border-right:1px solid currentColor}}@media(max-width:760px){.gw-frame{width:calc(100% - 20px)}.gw-section-index,.gw-hero__topline{grid-template-columns:1fr 1fr;padding:0 12px}.gw-section-index span:nth-child(2),.gw-hero__topline span:nth-child(2){text-align:right}.gw-section-index span:last-child,.gw-hero__topline span:last-child{display:none}.gw-header__bar{min-height:60px;padding:0 12px}.gw-header__mark{width:36px;height:36px}.gw-header__logo{width:29px!important;height:29px!important}.gw-header__wordmark{font-size:.95rem}.gw-hero{min-height:auto;padding:10px 0}.gw-hero__frame{min-height:calc(100svh - 80px);grid-template-rows:44px minmax(390px,1fr) auto}.gw-hero__stage{grid-template-columns:35px 1fr 35px}.gw-hero__type{top:0;right:35px;bottom:0;left:35px;font-size:clamp(6.2rem,29vw,10rem);line-height:.7}.gw-hero__vertical{font-size:.53rem;padding:10px 0}.gw-hero__logo-wrap:before{width:min(72vw,410px)}.gw-hero__logo-wrap:after{width:min(58vw,330px)}.gw-hero__logo{width:min(62vw,330px)!important;height:min(62vw,330px)!important}.gw-hero__bottom{grid-template-columns:1fr}.gw-hero__statement{border-right:0;border-bottom:1px solid currentColor;padding:18px 16px}.gw-hero__statement h1{font-size:clamp(2.5rem,12vw,4.6rem)}.gw-hero__actions{min-height:66px}.gw-link-button{padding:16px 12px;font-size:.61rem}.gw-manifest{padding:10px 0}.gw-manifest__grid{grid-template-columns:1fr}.gw-manifest__headline{min-height:360px;border-right:0;border-bottom:1px solid currentColor;padding:22px 16px}.gw-manifest__headline h2{font-size:clamp(4.5rem,22vw,8rem)}.gw-manifest__headline img{width:56vw;height:56vw}.gw-manifest__copy{padding:22px 16px}.gw-manifest__lead{font-size:1.45rem}.gw-manifest__values{grid-template-columns:1fr}.gw-manifest__value{min-height:180px;border-right:0;border-bottom:1px solid currentColor;padding:16px}.gw-manifest__value:last-child{border-bottom:0}.gw-manifest__value h3{margin:36px 0 10px;font-size:3.4rem}.gw-catalogue{padding:10px 0!important}.gw-catalogue__header{grid-template-columns:1fr}.gw-catalogue__header>div:first-child{min-height:230px;border-right:0;border-bottom:1px solid var(--gw-card-border);padding:18px 14px}.gw-catalogue__header h2{font-size:clamp(4.4rem,22vw,8rem)}.gw-catalogue__definition{padding:18px 14px;font-size:1rem}.gw-catalogue__grid{grid-template-columns:1fr}.gw-product-card,.gw-product-card:nth-child(2n),.gw-product-card:nth-child(3n){border-right:0!important;border-bottom:1px solid var(--gw-card-border)!important}.gw-product-card:last-child{border-bottom:0!important}.gw-product-card__media{aspect-ratio:1/1!important;padding:20px!important}.gw-product-card__title{font-size:clamp(2.5rem,13vw,4.3rem)!important}.gw-product-card__body{padding:16px!important}.gw-catalogue__grid--scroll{display:grid;grid-auto-flow:column;grid-auto-columns:88vw;overflow-x:auto}.gw-catalogue__grid--scroll .gw-product-card{scroll-snap-align:start;border-right:1px solid var(--gw-card-border)!important}.gw-footer{padding-top:10px!important}.gw-footer__headline{min-height:280px;padding:18px 14px}.gw-footer__headline h2{font-size:clamp(5.2rem,24vw,10rem)}.gw-footer__headline img{width:50vw;height:50vw}.gw-footer__grid{grid-template-columns:1fr}.gw-footer__statement,.gw-footer__column{min-height:180px;border-right:0;border-bottom:1px solid currentColor;padding:16px}.gw-footer__column:last-child{border-bottom:0}.gw-footer__column h3{margin:36px 0 12px}.gw-footer__bottom{flex-direction:column;gap:6px;padding:14px 12px}}@media(max-width:420px){.gw-hero__stage{min-height:360px}.gw-hero__type{font-size:clamp(5.3rem,28vw,8rem)}.gw-hero__logo{width:65vw!important;height:65vw!important}.gw-mobile-menu__links a{min-height:82px}.gw-mobile-menu__links span{font-size:2.7rem}}@media(prefers-reduced-motion:reduce){.gw-product-card__image,.gw-header__nav a,.gw-link-button{transition:none!important}}.gw-catalogue__grid{perspective:1400px;perspective-origin:center top}.js .gw-product-card.gw-scroll-reveal{opacity:0;transform:translate3d(0,88px,0) scale(.92) rotateX(9deg);transform-origin:center top;filter:blur(8px);will-change:transform,opacity,filter;transition:opacity .72s cubic-bezier(.22,.8,.24,1),transform .82s cubic-bezier(.2,.8,.2,1),filter .72s ease,background .2s ease}.js .gw-product-card.gw-scroll-reveal .gw-product-card__topline,.js .gw-product-card.gw-scroll-reveal .gw-product-card__media,.js .gw-product-card.gw-scroll-reveal .gw-product-card__body{opacity:.2;transform:translateY(18px);transition:opacity .65s ease,transform .72s cubic-bezier(.2,.8,.2,1)}.js .gw-product-card.gw-scroll-reveal.gw-scroll-visible{opacity:1;transform:translateZ(0) scale(1) rotateX(0);filter:blur(0)}.js .gw-product-card.gw-scroll-reveal.gw-scroll-visible .gw-product-card__topline,.js .gw-product-card.gw-scroll-reveal.gw-scroll-visible .gw-product-card__media,.js .gw-product-card.gw-scroll-reveal.gw-scroll-visible .gw-product-card__body{opacity:1;transform:translateY(0)}.js .gw-product-card.gw-scroll-reveal .gw-product-card__media{transition-delay:70ms}.js .gw-product-card.gw-scroll-reveal .gw-product-card__body{transition-delay:.14s}.js .gw-product-card.gw-scroll-reveal.gw-scroll-visible:nth-child(odd){animation:gwCardSettleLeft .8s cubic-bezier(.2,.8,.2,1) 1}.js .gw-product-card.gw-scroll-reveal.gw-scroll-visible:nth-child(2n){animation:gwCardSettleRight .85s cubic-bezier(.2,.8,.2,1) 1}@keyframes gwCardSettleLeft{0%{transform:translate3d(-16px,42px,0) scale(.96) rotate(-1.2deg)}60%{transform:translate3d(4px,-4px,0) scale(1.006) rotate(.25deg)}to{transform:translateZ(0) scale(1) rotate(0)}}@keyframes gwCardSettleRight{0%{transform:translate3d(16px,42px,0) scale(.96) rotate(1.2deg)}60%{transform:translate3d(-4px,-4px,0) scale(1.006) rotate(-.25deg)}to{transform:translateZ(0) scale(1) rotate(0)}}@media(max-width:760px){.js .gw-product-card.gw-scroll-reveal{transform:translate3d(0,54px,0) scale(.965);filter:blur(6px)}.js .gw-product-card.gw-scroll-reveal.gw-scroll-visible:nth-child(odd),.js .gw-product-card.gw-scroll-reveal.gw-scroll-visible:nth-child(2n){animation:gwCardSettleMobile .7s cubic-bezier(.22,.8,.24,1) 1}@keyframes gwCardSettleMobile{0%{transform:translate3d(0,34px,0) scale(.975)}62%{transform:translate3d(0,-3px,0) scale(1.004)}to{transform:translateZ(0) scale(1)}}}@media(prefers-reduced-motion:reduce){.js .gw-product-card.gw-scroll-reveal,.js .gw-product-card.gw-scroll-reveal .gw-product-card__topline,.js .gw-product-card.gw-scroll-reveal .gw-product-card__media,.js .gw-product-card.gw-scroll-reveal .gw-product-card__body{opacity:1;transform:none;filter:none;transition:none;animation:none}}@media(max-width:760px){html{scroll-padding-top:58px}body.gw-editorial-theme{font-size:15px;background:#010d20!important}.gw-editorial-theme .main-content{overflow:hidden}.gw-frame{width:100%;border-left:0;border-right:0}.gw-header{position:sticky;top:0;background:#010d20f5;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid rgba(242,238,227,.18)}.gw-header__bar{min-height:58px;grid-template-columns:1fr auto;padding:0 14px;border:0}.gw-header__brand{gap:9px}.gw-header__mark{width:34px;height:34px;border-color:#f2eee338}.gw-header__logo{width:28px!important;height:28px!important}.gw-header__wordmark{font-size:.93rem;letter-spacing:.055em}.gw-header__meta{gap:0}.gw-menu-button{display:flex;min-height:44px;padding:0;font-size:.62rem}.gw-menu-button__icon i{width:20px}.gw-mobile-menu__panel{background:#010d20!important;padding:14px!important;color:#f2eee3!important}.gw-mobile-menu__top{padding:2px 0 13px;border-color:#f2eee333}.gw-mobile-menu__brand img{width:36px;height:36px}.gw-mobile-menu__brand span{font-size:.95rem}.gw-mobile-menu__close{min-height:44px;font-size:.62rem}.gw-mobile-menu__index{padding:13px 0;border-color:#f2eee333}.gw-mobile-menu__links a{grid-template-columns:42px 1fr;min-height:72px;border-color:#f2eee333}.gw-mobile-menu__links small{font-size:.61rem}.gw-mobile-menu__links span{font-size:clamp(2rem,10vw,3.3rem);line-height:.88}.gw-mobile-menu__footer{padding-top:14px;font-size:.56rem;color:#f2eee3b3}.gw-hero{min-height:auto;padding:0;background:var(--gw-hero-bg)}.gw-hero__frame{min-height:auto;grid-template-rows:38px 300px auto;border:0;border-bottom:1px solid currentColor}.gw-hero__topline{min-height:38px;grid-template-columns:1fr auto;padding:0 14px;border-top:0;font-size:.57rem;letter-spacing:.1em}.gw-hero__topline span:nth-child(2){text-align:right}.gw-hero__stage{display:block;min-height:300px;border-bottom:1px solid currentColor}.gw-hero__vertical{display:none}.gw-hero__type{top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0;font-size:clamp(5.2rem,25vw,7.6rem);line-height:.7;opacity:.22;overflow:hidden}.gw-hero__type span:first-child,.gw-hero__type span:last-child{transform:none}.gw-hero__logo-wrap{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center}.gw-hero__logo-wrap:before{width:238px}.gw-hero__logo-wrap:after{width:190px}.gw-hero__logo{width:178px!important;height:178px!important;filter:drop-shadow(0 18px 20px rgba(0,13,32,.34))}.gw-hero__bottom{display:block;border-top:0}.gw-hero__statement{padding:20px 16px 18px;border-right:0;border-bottom:1px solid currentColor}.gw-kicker{font-size:.58rem;letter-spacing:.13em}.gw-hero__statement h1{max-width:540px;margin-top:9px;font-size:clamp(2.35rem,11vw,3.7rem);line-height:.9}.gw-hero__text{margin-top:12px;font-size:.86rem;line-height:1.5}.gw-hero__actions{display:grid;grid-template-columns:1fr;min-height:auto}.gw-link-button{min-height:54px;padding:0 16px;border-right:0;border-bottom:1px solid currentColor;font-size:.62rem}.gw-link-button:last-child{border-bottom:0}.gw-manifest{padding:0}.gw-manifest .gw-frame{border:0;border-bottom:1px solid currentColor}.gw-section-index{min-height:40px;grid-template-columns:1fr auto;padding:0 14px;border-top:0;font-size:.57rem;letter-spacing:.1em}.gw-section-index span:nth-child(2){text-align:right}.gw-manifest__grid{display:block}.gw-manifest__headline{min-height:230px;padding:20px 16px;border-right:0;border-bottom:1px solid currentColor;align-items:flex-end}.gw-manifest__headline h2{max-width:94%;font-size:clamp(3.25rem,16vw,5.2rem);line-height:.78}.gw-manifest__headline img{width:190px;height:190px;right:-20px;top:8px;opacity:.075}.gw-manifest__copy{padding:20px 16px 22px}.gw-manifest__lead{font-size:1.18rem;line-height:1.12}.gw-manifest__signature{margin-top:22px;padding-top:14px;font-size:.59rem;line-height:1.45}.gw-manifest__values{display:block}.gw-manifest__value{min-height:0;padding:18px 16px 20px;border-right:0;border-bottom:1px solid currentColor}.gw-manifest__value:last-child{border-bottom:0}.gw-manifest__value h3{margin:26px 0 10px;font-size:clamp(2rem,10vw,3rem);line-height:.85}.gw-manifest__value div{font-size:.84rem;line-height:1.5}.gw-catalogue{padding:0!important}.gw-catalogue .gw-frame{border:0}.gw-catalogue__header{display:block}.gw-catalogue__header>div:first-child{min-height:150px;padding:20px 16px;border-right:0;border-bottom:1px solid var(--gw-card-border);display:flex;align-items:flex-end}.gw-catalogue__header h2{font-size:clamp(3.25rem,16vw,5.2rem);line-height:.78}.gw-catalogue__definition{padding:18px 16px 20px;font-size:.88rem;line-height:1.5}.gw-catalogue__note{margin-top:16px;padding-top:12px;font-size:.58rem;line-height:1.4}.gw-catalogue__grid{display:block;perspective:none}.gw-product-card,.gw-product-card:nth-child(2n),.gw-product-card:nth-child(3n){border-right:0!important;border-bottom:1px solid var(--gw-card-border)!important}.gw-product-card:last-child{border-bottom:0!important}.gw-product-card__topline{grid-template-columns:34px 1fr auto;min-height:39px;padding:0 11px;font-size:.55rem}.gw-product-card__media{aspect-ratio:4/3!important;min-height:0;padding:18px!important}.gw-product-card__image{max-width:92%!important;max-height:92%!important}.gw-product-card__corner{width:34px;height:34px;right:10px;top:10px}.gw-product-card__body{gap:11px!important;padding:16px!important}.gw-product-card__title{font-size:clamp(2rem,10vw,3rem)!important;line-height:.86!important}.gw-product-card__description{font-size:.82rem;line-height:1.48}.gw-product-card__footer{padding-top:14px;gap:12px}.gw-product-card__footer strong{font-size:1.25rem}.gw-product-card__link{font-size:.58rem}.js .gw-product-card.gw-scroll-reveal{opacity:0;transform:translate3d(0,24px,0);filter:none;transition:opacity .52s ease,transform .58s cubic-bezier(.22,.8,.24,1),background .2s ease}.js .gw-product-card.gw-scroll-reveal .gw-product-card__topline,.js .gw-product-card.gw-scroll-reveal .gw-product-card__media,.js .gw-product-card.gw-scroll-reveal .gw-product-card__body{opacity:1;transform:none;transition:none}.js .gw-product-card.gw-scroll-reveal.gw-scroll-visible{opacity:1;transform:translateZ(0);animation:none!important}.gw-footer{padding:0!important}.gw-footer .gw-frame{border:0}.gw-footer__headline{min-height:210px;padding:20px 16px;border-bottom:1px solid currentColor;align-items:flex-end}.gw-footer__headline h2{font-size:clamp(3.9rem,19vw,6.4rem);line-height:.72}.gw-footer__headline img{width:160px;height:160px;right:-8px;top:8px;opacity:.1}.gw-footer__grid{display:block}.gw-footer__statement,.gw-footer__column{min-height:0;padding:18px 16px 20px;border-right:0;border-bottom:1px solid currentColor}.gw-footer__statement{font-size:1.12rem;line-height:1.15}.gw-footer__statement>p:last-child{margin-top:22px;padding-top:13px;font-size:.58rem}.gw-footer__column h3{margin:28px 0 12px;font-size:1.9rem}.gw-footer__column div,.gw-footer__column a{font-size:.78rem}.gw-footer__bottom{display:block;padding:14px 16px;font-size:.54rem;line-height:1.6}.gw-footer__bottom span{display:block}#yz-catalogue,#gw-about,#yz-contact{scroll-margin-top:58px}}@media(max-width:390px){.gw-header__wordmark{font-size:.86rem}.gw-hero__frame{grid-template-rows:36px 270px auto}.gw-hero__stage{min-height:270px}.gw-hero__type{font-size:clamp(4.6rem,24vw,6.4rem)}.gw-hero__logo-wrap:before{width:212px}.gw-hero__logo-wrap:after{width:170px}.gw-hero__logo{width:158px!important;height:158px!important}.gw-hero__statement h1,.gw-manifest__headline h2,.gw-catalogue__header h2{font-size:clamp(2.8rem,15vw,4.2rem)}.gw-product-card__title{font-size:clamp(1.85rem,9.5vw,2.7rem)!important}}@media(max-width:860px){.gw-header,.gw-mobile-menu,.yz-announcement{display:none!important}.gw-hero,.gw-manifest,.gw-catalogue,.gw-footer{margin-top:0!important}.gw-hero{padding-top:0!important}.gw-hero__frame{min-height:100svh!important;grid-template-rows:44px minmax(390px,1fr) auto!important}}@media(max-width:420px){.gw-hero__frame{min-height:100svh!important;grid-template-rows:40px minmax(350px,1fr) auto!important}}.gw-link-button,.gw-editorial-theme .button{--gw-btn-x:50%;--gw-btn-y:50%;--gw-btn-mx:0;--gw-btn-my:0;position:relative;isolation:isolate;overflow:hidden;transform-style:preserve-3d}.gw-link-button>*,.gw-editorial-theme .button>*{position:relative;z-index:3}.gw-link-button:before,.gw-editorial-theme .button:before{content:"";position:absolute;z-index:1;top:-2px;right:-2px;bottom:-2px;left:-2px;opacity:0;pointer-events:none;background:radial-gradient(circle 110px at var(--gw-btn-x) var(--gw-btn-y),rgba(126,194,255,.34),rgba(0,97,217,.12) 38%,transparent 72%);transition:opacity .28s ease}.gw-link-button:after,.gw-editorial-theme .button:after{content:"";position:absolute;z-index:2;top:-70%;bottom:-70%;left:-34%;width:24%;pointer-events:none;opacity:0;transform:rotate(17deg);background:linear-gradient(180deg,transparent 0%,rgba(255,255,255,.04) 20%,rgba(255,255,255,.48) 50%,rgba(255,255,255,.04) 80%,transparent 100%)}.gw-link-button span:last-child{display:inline-grid;place-items:center;transition:transform .38s cubic-bezier(.2,.8,.2,1),color .28s ease,text-shadow .28s ease}@media(hover:hover)and (pointer:fine){.gw-link-button,.gw-editorial-theme .button:not(:disabled):not(.button--disabled){transition:transform .32s cubic-bezier(.2,.8,.2,1),background-color .28s ease,color .28s ease,border-color .28s ease,box-shadow .32s ease,letter-spacing .28s ease}.gw-link-button:hover,.gw-link-button:focus-visible{transform:translate3d(calc(var(--gw-btn-mx) * 7px),calc(var(--gw-btn-my) * 5px),0) translateY(-5px) scale(1.025);letter-spacing:.155em;box-shadow:0 18px 38px #00000047,0 0 0 1px #7ec2ff47 inset,0 0 28px #0061d938}.gw-link-button:hover:before,.gw-link-button:focus-visible:before,.gw-editorial-theme .button:not(:disabled):not(.button--disabled):hover:before,.gw-editorial-theme .button:not(:disabled):not(.button--disabled):focus-visible:before{opacity:1}.gw-link-button:hover:after,.gw-link-button:focus-visible:after,.gw-editorial-theme .button:not(:disabled):not(.button--disabled):hover:after,.gw-editorial-theme .button:not(:disabled):not(.button--disabled):focus-visible:after{opacity:1;animation:gwButtonLightSweep .82s cubic-bezier(.22,.8,.24,1) 1}.gw-link-button:hover span:last-child,.gw-link-button:focus-visible span:last-child{transform:translate3d(7px,7px,0) rotate(-7deg) scale(1.22);color:#7ec2ff;text-shadow:0 0 16px rgba(46,168,255,.72)}.gw-editorial-theme .button:not(:disabled):not(.button--disabled):hover,.gw-editorial-theme .button:not(:disabled):not(.button--disabled):focus-visible{transform:translate3d(calc(var(--gw-btn-mx) * 5px),calc(var(--gw-btn-my) * 4px),0) translateY(-4px) scale(1.022)!important;filter:saturate(1.14) brightness(1.08);box-shadow:0 18px 36px #00000047 ! important,0 0 0 1px #7ec2ff52 inset ! important,0 0 26px #0061d93d!important}}@keyframes gwButtonLightSweep{0%{left:-34%;opacity:0}18%{opacity:1}78%{opacity:.9}to{left:122%;opacity:0}}@media(prefers-reduced-motion:reduce){.gw-link-button,.gw-editorial-theme .button,.gw-link-button span:last-child{transition:none!important}.gw-link-button:after,.gw-editorial-theme .button:after{animation:none!important}}.gw-link-button,.gw-editorial-theme .button,.gw-product-card__link,.gw-menu-button,.gw-mobile-menu__close,.gw-header__nav a,.yz-icon-button,.shopify-payment-button__button{--gw-btn-x:50%;--gw-btn-y:50%;--gw-btn-mx:0;--gw-btn-my:0;position:relative;isolation:isolate;overflow:hidden;-webkit-backdrop-filter:blur(0) saturate(1);backdrop-filter:blur(0) saturate(1)}.gw-product-card__link,.gw-menu-button,.gw-mobile-menu__close{border:1px solid transparent}.gw-product-card__link{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:38px;padding:8px 12px}.gw-product-card__link:not(.gw-product-card__link--disabled):before,.gw-menu-button:before,.gw-mobile-menu__close:before,.gw-header__nav a:before,.yz-icon-button:before,.shopify-payment-button__button:before{content:"";position:absolute;z-index:-2;top:-2px;right:-2px;bottom:-2px;left:-2px;opacity:0;pointer-events:none;background:radial-gradient(circle 125px at var(--gw-btn-x) var(--gw-btn-y),rgba(94,181,255,.42),rgba(0,97,217,.2) 42%,rgba(0,34,85,0) 74%),linear-gradient(135deg,#2ea8ff38,#0061d91f 48%,#00225557);transition:opacity .3s ease}.gw-product-card__link:not(.gw-product-card__link--disabled):after,.gw-menu-button:after,.gw-mobile-menu__close:after,.gw-header__nav a:after,.yz-icon-button:after,.shopify-payment-button__button:after{content:"";position:absolute;z-index:-1;top:-80%;bottom:-80%;left:-42%;width:28%;opacity:0;pointer-events:none;transform:rotate(18deg);background:linear-gradient(180deg,#2ea8ff00,#2ea8ff1f 25%,#7ec2ff80 50%,#0061d91f 76%,#0061d900)}@media(hover:hover)and (pointer:fine){.gw-link-button:hover,.gw-link-button:focus-visible,.gw-editorial-theme .button:not(:disabled):not(.button--disabled):hover,.gw-editorial-theme .button:not(:disabled):not(.button--disabled):focus-visible,.gw-product-card__link:not(.gw-product-card__link--disabled):hover,.gw-product-card__link:not(.gw-product-card__link--disabled):focus-visible,.gw-menu-button:hover,.gw-menu-button:focus-visible,.gw-mobile-menu__close:hover,.gw-mobile-menu__close:focus-visible,.gw-header__nav a:hover,.gw-header__nav a:focus-visible,.yz-icon-button:not(:disabled):hover,.yz-icon-button:not(:disabled):focus-visible,.shopify-payment-button__button:not(:disabled):hover,.shopify-payment-button__button:not(:disabled):focus-visible{color:#d9efff!important;background:linear-gradient(135deg,#2ea8ff47,#0061d92e 45%,#0022556b)!important;border-color:#7ec2ff94!important;-webkit-backdrop-filter:blur(18px) saturate(1.35)!important;backdrop-filter:blur(18px) saturate(1.35)!important;box-shadow:0 16px 38px #0022554d,0 0 0 1px #2ea8ff2e inset,0 0 30px #0061d947!important;text-shadow:0 0 14px rgba(126,194,255,.35)}.gw-link-button:hover,.gw-link-button:focus-visible,.gw-editorial-theme .button:not(:disabled):not(.button--disabled):hover,.gw-editorial-theme .button:not(:disabled):not(.button--disabled):focus-visible{transform:translate3d(calc(var(--gw-btn-mx) * 7px),calc(var(--gw-btn-my) * 5px),0) translateY(-5px) scale(1.025)!important}.gw-product-card__link:not(.gw-product-card__link--disabled):hover,.gw-product-card__link:not(.gw-product-card__link--disabled):focus-visible,.gw-menu-button:hover,.gw-menu-button:focus-visible,.gw-mobile-menu__close:hover,.gw-mobile-menu__close:focus-visible,.yz-icon-button:not(:disabled):hover,.yz-icon-button:not(:disabled):focus-visible,.shopify-payment-button__button:not(:disabled):hover,.shopify-payment-button__button:not(:disabled):focus-visible{transform:translate3d(calc(var(--gw-btn-mx) * 4px),calc(var(--gw-btn-my) * 3px),0) translateY(-3px) scale(1.035)}.gw-header__nav a:hover,.gw-header__nav a:focus-visible{transform:translateY(-2px)}.gw-link-button:hover:before,.gw-link-button:focus-visible:before,.gw-editorial-theme .button:not(:disabled):not(.button--disabled):hover:before,.gw-editorial-theme .button:not(:disabled):not(.button--disabled):focus-visible:before,.gw-product-card__link:not(.gw-product-card__link--disabled):hover:before,.gw-product-card__link:not(.gw-product-card__link--disabled):focus-visible:before,.gw-menu-button:hover:before,.gw-menu-button:focus-visible:before,.gw-mobile-menu__close:hover:before,.gw-mobile-menu__close:focus-visible:before,.gw-header__nav a:hover:before,.gw-header__nav a:focus-visible:before,.yz-icon-button:not(:disabled):hover:before,.yz-icon-button:not(:disabled):focus-visible:before,.shopify-payment-button__button:not(:disabled):hover:before,.shopify-payment-button__button:not(:disabled):focus-visible:before{opacity:1}.gw-link-button:hover:after,.gw-link-button:focus-visible:after,.gw-editorial-theme .button:not(:disabled):not(.button--disabled):hover:after,.gw-editorial-theme .button:not(:disabled):not(.button--disabled):focus-visible:after,.gw-product-card__link:not(.gw-product-card__link--disabled):hover:after,.gw-product-card__link:not(.gw-product-card__link--disabled):focus-visible:after,.gw-menu-button:hover:after,.gw-menu-button:focus-visible:after,.gw-mobile-menu__close:hover:after,.gw-mobile-menu__close:focus-visible:after,.gw-header__nav a:hover:after,.gw-header__nav a:focus-visible:after,.yz-icon-button:not(:disabled):hover:after,.yz-icon-button:not(:disabled):focus-visible:after,.shopify-payment-button__button:not(:disabled):hover:after,.shopify-payment-button__button:not(:disabled):focus-visible:after{opacity:1;animation:gwBlueGlassSweep .82s cubic-bezier(.22,.8,.24,1) 1}.gw-product-card__link:not(.gw-product-card__link--disabled):hover span,.gw-product-card__link:not(.gw-product-card__link--disabled):focus-visible span{transform:translate(4px,-3px) rotate(7deg) scale(1.17);color:#8dceff;text-shadow:0 0 16px rgba(46,168,255,.72)}}.gw-product-card__link span{display:inline-block;transition:transform .32s cubic-bezier(.2,.8,.2,1),color .25s ease,text-shadow .25s ease}@keyframes gwBlueGlassSweep{0%{left:-42%;opacity:0}16%{opacity:1}78%{opacity:.9}to{left:126%;opacity:0}}@media(hover:none),(pointer:coarse){.gw-link-button,.gw-editorial-theme .button,.gw-product-card__link,.gw-menu-button,.gw-mobile-menu__close,.gw-header__nav a,.yz-icon-button,.shopify-payment-button__button{-webkit-backdrop-filter:none!important;backdrop-filter:none!important}}@media(prefers-reduced-motion:reduce){.gw-product-card__link,.gw-menu-button,.gw-mobile-menu__close,.gw-header__nav a,.yz-icon-button,.shopify-payment-button__button,.gw-product-card__link span{transition:none!important}.gw-product-card__link:after,.gw-menu-button:after,.gw-mobile-menu__close:after,.gw-header__nav a:after,.yz-icon-button:after,.shopify-payment-button__button:after{animation:none!important}}.gw-product-card{--gw-card-x:50%;--gw-card-y:50%;--gw-card-mx:0;--gw-card-my:0;isolation:isolate;transform-style:preserve-3d}.gw-product-card:before,.gw-product-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:0;transition:opacity .3s ease}.gw-product-card:before{z-index:0;background:radial-gradient(circle 180px at var(--gw-card-x) var(--gw-card-y),rgba(126,194,255,.16),rgba(46,168,255,.12) 28%,rgba(0,97,217,.08) 48%,rgba(0,34,85,0) 72%),linear-gradient(135deg,#7ec2ff0d,#0061d914 45%,#00225529);-webkit-backdrop-filter:blur(0px) saturate(1);backdrop-filter:blur(0px) saturate(1)}.gw-product-card:after{z-index:1;inset:-20% auto -20% -30%;width:34%;transform:rotate(16deg);background:linear-gradient(180deg,#2ea8ff00,#7ec2ff0a 22%,#7ec2ff42,#0061d914 78%,#0061d900)}.gw-product-card>*{position:relative;z-index:2}.gw-product-card .gw-product-card__media,.gw-product-card .gw-product-card__body,.gw-product-card .gw-product-card__topline{transition:transform .34s cubic-bezier(.2,.8,.2,1),background .28s ease,border-color .28s ease}.gw-product-card .gw-product-card__image{transition:transform .42s cubic-bezier(.2,.8,.2,1),filter .32s ease}@media(hover:hover)and (pointer:fine){.gw-link-button,.gw-editorial-theme .button,.gw-product-card__link,.gw-menu-button,.gw-mobile-menu__close,.gw-header__nav a,.yz-icon-button,.shopify-payment-button__button{transition:transform .28s cubic-bezier(.2,.8,.2,1),box-shadow .28s ease,background .28s ease,border-color .28s ease,color .24s ease,backdrop-filter .28s ease}.gw-link-button:hover,.gw-link-button:focus-visible,.gw-editorial-theme .button:not(:disabled):not(.button--disabled):hover,.gw-editorial-theme .button:not(:disabled):not(.button--disabled):focus-visible{transform:translate3d(calc(var(--gw-btn-mx) * 8px),calc(var(--gw-btn-my) * 6px),0) translateY(-6px) scale(1.028)!important}.gw-product-card__link:not(.gw-product-card__link--disabled):hover,.gw-product-card__link:not(.gw-product-card__link--disabled):focus-visible,.gw-menu-button:hover,.gw-menu-button:focus-visible,.gw-mobile-menu__close:hover,.gw-mobile-menu__close:focus-visible,.gw-header__nav a:hover,.gw-header__nav a:focus-visible,.yz-icon-button:not(:disabled):hover,.yz-icon-button:not(:disabled):focus-visible,.shopify-payment-button__button:not(:disabled):hover,.shopify-payment-button__button:not(:disabled):focus-visible{transform:translate3d(calc(var(--gw-btn-mx) * 6px),calc(var(--gw-btn-my) * 4px),0) translateY(-4px) scale(1.04)!important}.gw-product-card:hover,.gw-product-card:focus-within{background:linear-gradient(180deg,#0a2448d6,#061427eb)!important;box-shadow:0 24px 46px #00000047,0 0 0 1px #7ec2ff33 inset,0 0 36px #0061d929!important;transform:translate3d(calc(var(--gw-card-mx) * 10px),calc(var(--gw-card-my) * 8px),0) rotateX(calc(var(--gw-card-my) * -5deg)) rotateY(calc(var(--gw-card-mx) * 7deg)) translateY(-8px) scale(1.014)!important}.gw-product-card:hover:before,.gw-product-card:focus-within:before{opacity:1;-webkit-backdrop-filter:blur(18px) saturate(1.22);backdrop-filter:blur(18px) saturate(1.22)}.gw-product-card:hover:after,.gw-product-card:focus-within:after{opacity:1;animation:gwCardGlassSweep .95s cubic-bezier(.22,.8,.24,1) 1}.gw-product-card:hover .gw-product-card__topline,.gw-product-card:focus-within .gw-product-card__topline{background:#7ec2ff09}.gw-product-card:hover .gw-product-card__media,.gw-product-card:focus-within .gw-product-card__media{background:linear-gradient(145deg,#061427f5,#002255eb)!important}.gw-product-card:hover .gw-product-card__body,.gw-product-card:focus-within .gw-product-card__body{transform:translateZ(18px)}.gw-product-card:hover .gw-product-card__image,.gw-product-card:focus-within .gw-product-card__image{transform:translateZ(28px) scale(1.045)!important;filter:drop-shadow(0 10px 18px rgba(0,97,217,.22))}}@keyframes gwCardGlassSweep{0%{left:-30%;opacity:0}18%{opacity:1}76%{opacity:.86}to{left:128%;opacity:0}}@media(hover:none),(pointer:coarse){.gw-product-card,.gw-link-button,.gw-editorial-theme .button,.gw-product-card__link,.gw-menu-button,.gw-mobile-menu__close,.gw-header__nav a,.yz-icon-button,.shopify-payment-button__button{transform:none!important}}@media(prefers-reduced-motion:reduce){.gw-product-card,.gw-product-card:before,.gw-product-card:after,.gw-product-card .gw-product-card__media,.gw-product-card .gw-product-card__body,.gw-product-card .gw-product-card__topline,.gw-product-card .gw-product-card__image{transition:none!important;animation:none!important}}.gw-header{background:var(--gw-header-bg)!important;color:var(--gw-header-text)!important;border-bottom-color:var(--gw-header-border)!important;-webkit-backdrop-filter:blur(var(--gw-header-blur));backdrop-filter:blur(var(--gw-header-blur))}.gw-header .gw-frame{width:min(calc(100% - 32px),var(--gw-header-max-width))}.gw-header__bar{min-height:var(--gw-header-height)!important;padding-inline:var(--gw-header-padding)!important;border-color:var(--gw-header-border)!important}.gw-header__mark{width:var(--gw-header-logo-box)!important;height:var(--gw-header-logo-box)!important;border-color:var(--gw-header-border)!important}.gw-header__logo{width:var(--gw-header-logo-size)!important;height:var(--gw-header-logo-size)!important}.gw-header__wordmark{color:var(--gw-header-text)!important;font-size:var(--gw-header-brand-size)!important}.gw-header__nav{height:var(--gw-header-height)!important;border-left-color:var(--gw-header-border)!important;border-right-color:var(--gw-header-border)!important}.gw-header__nav a{color:var(--gw-header-text)!important;border-right-color:var(--gw-header-border)!important}.gw-header__meta,.gw-menu-button,.gw-menu-button__icon i{color:var(--gw-header-text)!important}.gw-menu-button__icon i{background:currentColor!important}@media(hover:hover)and (pointer:fine){.gw-header__nav a:hover,.gw-header__nav a:focus-visible,.gw-header__nav a[aria-current=page]{color:var(--gw-header-hover-text)!important;border-color:var(--gw-header-hover-border)!important;background:radial-gradient(circle 130px at var(--gw-btn-x) var(--gw-btn-y),var(--gw-header-glass-strong),var(--gw-header-glass-medium) 36%,transparent 72%),var(--gw-header-hover-bg)!important;box-shadow:0 12px 28px #0003,0 0 0 1px var(--gw-header-glass-soft) inset,0 0 24px var(--gw-header-glass-soft)!important}.gw-menu-button:hover,.gw-menu-button:focus-visible{color:var(--gw-header-hover-text)!important;border-color:var(--gw-header-hover-border)!important;background:radial-gradient(circle 110px at var(--gw-btn-x) var(--gw-btn-y),var(--gw-header-glass-strong),transparent 72%),var(--gw-header-hover-bg)!important}}@media(max-width:1024px)and (min-width:861px){.gw-header__bar{grid-template-columns:1fr auto!important}.gw-header__nav{display:none!important}.gw-header__meta>span{display:none!important}.gw-menu-button{display:flex!important}}:root{--gw-global-hover-bg: linear-gradient(135deg, #08366D 0%, #004AAC 100%);--gw-global-hover-text: #E8F1FF;--gw-global-hover-border: #7EC2FF;--gw-global-glass: #2EA8FF;--gw-global-glass-soft: rgba(46,168,255,.16);--gw-global-glass-medium: rgba(46,168,255,.28);--gw-global-glass-strong: rgba(46,168,255,.48)}.gw-link-button,.gw-editorial-theme .button:not(:disabled):not(.button--disabled),.gw-product-card__link:not(.gw-product-card__link--disabled),.gw-menu-button,.gw-mobile-menu__close,.gw-header__nav a,.yz-icon-button:not(:disabled),.shopify-payment-button__button:not(:disabled){position:relative;isolation:isolate;overflow:hidden}.gw-link-button:before,.gw-editorial-theme .button:not(:disabled):not(.button--disabled):before,.gw-product-card__link:not(.gw-product-card__link--disabled):before,.gw-menu-button:before,.gw-mobile-menu__close:before,.gw-header__nav a:before,.yz-icon-button:not(:disabled):before,.shopify-payment-button__button:not(:disabled):before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2;opacity:0;pointer-events:none;background:radial-gradient(circle 130px at var(--gw-btn-x,50%) var(--gw-btn-y,50%),var(--gw-global-glass-strong),var(--gw-global-glass-medium) 36%,transparent 72%),var(--gw-global-hover-bg);transition:opacity .28s ease}.gw-link-button:after,.gw-editorial-theme .button:not(:disabled):not(.button--disabled):after,.gw-product-card__link:not(.gw-product-card__link--disabled):after,.gw-menu-button:after,.gw-mobile-menu__close:after,.gw-header__nav a:after,.yz-icon-button:not(:disabled):after,.shopify-payment-button__button:not(:disabled):after{content:"";position:absolute;z-index:-1;top:-85%;bottom:-85%;left:-36%;width:30%;opacity:0;pointer-events:none;transform:rotate(18deg);background:linear-gradient(180deg,#7ec2ff00,#7ec2ff24 25%,#7ec2ff75 50%,#2ea8ff24 76%,#2ea8ff00)}@media(hover:hover)and (pointer:fine){.gw-link-button:hover,.gw-link-button:focus-visible,.gw-editorial-theme .button:not(:disabled):not(.button--disabled):hover,.gw-editorial-theme .button:not(:disabled):not(.button--disabled):focus-visible,.gw-product-card__link:not(.gw-product-card__link--disabled):hover,.gw-product-card__link:not(.gw-product-card__link--disabled):focus-visible,.gw-menu-button:hover,.gw-menu-button:focus-visible,.gw-mobile-menu__close:hover,.gw-mobile-menu__close:focus-visible,.gw-header__nav a:hover,.gw-header__nav a:focus-visible,.yz-icon-button:not(:disabled):hover,.yz-icon-button:not(:disabled):focus-visible,.shopify-payment-button__button:not(:disabled):hover,.shopify-payment-button__button:not(:disabled):focus-visible{color:var(--gw-global-hover-text)!important;border-color:var(--gw-global-hover-border)!important;background:var(--gw-global-hover-bg)!important;box-shadow:0 12px 28px #0003,0 0 0 1px var(--gw-global-glass-soft) inset,0 0 24px var(--gw-global-glass-soft)!important;text-shadow:0 0 14px rgba(126,194,255,.22);-webkit-backdrop-filter:blur(16px) saturate(1.22)!important;backdrop-filter:blur(16px) saturate(1.22)!important}.gw-link-button:hover:before,.gw-link-button:focus-visible:before,.gw-editorial-theme .button:not(:disabled):not(.button--disabled):hover:before,.gw-editorial-theme .button:not(:disabled):not(.button--disabled):focus-visible:before,.gw-product-card__link:not(.gw-product-card__link--disabled):hover:before,.gw-product-card__link:not(.gw-product-card__link--disabled):focus-visible:before,.gw-menu-button:hover:before,.gw-menu-button:focus-visible:before,.gw-mobile-menu__close:hover:before,.gw-mobile-menu__close:focus-visible:before,.gw-header__nav a:hover:before,.gw-header__nav a:focus-visible:before,.yz-icon-button:not(:disabled):hover:before,.yz-icon-button:not(:disabled):focus-visible:before,.shopify-payment-button__button:not(:disabled):hover:before,.shopify-payment-button__button:not(:disabled):focus-visible:before{opacity:1}.gw-link-button:hover:after,.gw-link-button:focus-visible:after,.gw-editorial-theme .button:not(:disabled):not(.button--disabled):hover:after,.gw-editorial-theme .button:not(:disabled):not(.button--disabled):focus-visible:after,.gw-product-card__link:not(.gw-product-card__link--disabled):hover:after,.gw-product-card__link:not(.gw-product-card__link--disabled):focus-visible:after,.gw-menu-button:hover:after,.gw-menu-button:focus-visible:after,.gw-mobile-menu__close:hover:after,.gw-mobile-menu__close:focus-visible:after,.gw-header__nav a:hover:after,.gw-header__nav a:focus-visible:after,.yz-icon-button:not(:disabled):hover:after,.yz-icon-button:not(:disabled):focus-visible:after,.shopify-payment-button__button:not(:disabled):hover:after,.shopify-payment-button__button:not(:disabled):focus-visible:after{opacity:1;animation:gwHeaderStyleSweep .82s cubic-bezier(.22,.8,.24,1) 1}}@keyframes gwHeaderStyleSweep{0%{left:-36%;opacity:0}16%{opacity:1}80%{opacity:.9}to{left:126%;opacity:0}}@media(prefers-reduced-motion:reduce){.gw-link-button:after,.gw-editorial-theme .button:not(:disabled):not(.button--disabled):after,.gw-product-card__link:not(.gw-product-card__link--disabled):after,.gw-menu-button:after,.gw-mobile-menu__close:after,.gw-header__nav a:after,.yz-icon-button:not(:disabled):after,.shopify-payment-button__button:not(:disabled):after{animation:none!important}}.gw-editorial-theme .gw-header-hover-effect{--gw-pointer-x:50%;--gw-pointer-y:50%;--gw-magnet-x:0px;--gw-magnet-y:0px;position:relative!important;isolation:isolate!important;overflow:hidden!important;will-change:transform,box-shadow,background;transition:transform .22s cubic-bezier(.2,.8,.2,1),background .24s ease,border-color .24s ease,color .24s ease,box-shadow .28s ease,filter .24s ease!important}.gw-editorial-theme .gw-header-hover-effect:before{content:""!important;position:absolute!important;z-index:-2!important;top:-2px!important;right:-2px!important;bottom:-2px!important;left:-2px!important;opacity:0!important;pointer-events:none!important;background:radial-gradient(circle 150px at var(--gw-pointer-x) var(--gw-pointer-y),var(--gw-global-glass-strong) 0%,var(--gw-global-glass-medium) 34%,var(--gw-global-glass-soft) 52%,transparent 74%),var(--gw-global-hover-bg)!important;transition:opacity .22s ease!important}.gw-editorial-theme .gw-header-hover-effect:after{content:""!important;position:absolute!important;z-index:-1!important;top:-95%!important;bottom:-95%!important;left:-42%!important;width:30%!important;opacity:0!important;pointer-events:none!important;transform:rotate(18deg)!important;background:linear-gradient(180deg,transparent,rgba(126,194,255,.12) 25%,rgba(180,222,255,.62) 50%,rgba(46,168,255,.12) 76%,transparent)!important}@media(hover:hover)and (pointer:fine){.gw-editorial-theme .gw-header-hover-effect:hover,.gw-editorial-theme .gw-header-hover-effect:focus-visible{color:var(--gw-global-hover-text)!important;border-color:var(--gw-global-hover-border)!important;background:var(--gw-global-hover-bg)!important;transform:translate3d(var(--gw-magnet-x),var(--gw-magnet-y),0) translateY(-4px) scale(1.025)!important;filter:saturate(1.12) brightness(1.06)!important;box-shadow:0 15px 32px #0000003d,0 0 0 1px var(--gw-global-glass-soft) inset,0 0 28px var(--gw-global-glass-soft)!important;-webkit-backdrop-filter:blur(16px) saturate(1.28)!important;backdrop-filter:blur(16px) saturate(1.28)!important;text-shadow:0 0 14px var(--gw-global-glass-soft)!important}.gw-editorial-theme .gw-header-hover-effect:hover:before,.gw-editorial-theme .gw-header-hover-effect:focus-visible:before{opacity:1!important}.gw-editorial-theme .gw-header-hover-effect:hover:after,.gw-editorial-theme .gw-header-hover-effect:focus-visible:after{opacity:1!important;animation:gwUniversalHeaderSweep .82s cubic-bezier(.22,.8,.24,1) 1!important}.gw-editorial-theme .gw-header__nav .gw-header-hover-effect:hover,.gw-editorial-theme .gw-header__nav .gw-header-hover-effect:focus-visible{transform:translate3d(var(--gw-magnet-x),var(--gw-magnet-y),0) translateY(-3px) scale(1.018)!important}.gw-editorial-theme .gw-link-button.gw-header-hover-effect:hover,.gw-editorial-theme .gw-link-button.gw-header-hover-effect:focus-visible,.gw-editorial-theme .button.gw-header-hover-effect:hover,.gw-editorial-theme .button.gw-header-hover-effect:focus-visible{transform:translate3d(var(--gw-magnet-x),var(--gw-magnet-y),0) translateY(-5px) scale(1.028)!important}}.gw-editorial-theme input.gw-header-hover-effect[type=submit],.gw-editorial-theme input.gw-header-hover-effect[type=button]{background:var(--gw-global-hover-bg)!important;color:var(--gw-global-hover-text)!important;border-color:var(--gw-global-hover-border)!important}@keyframes gwUniversalHeaderSweep{0%{left:-42%;opacity:0}16%{opacity:1}78%{opacity:.92}to{left:128%;opacity:0}}@media(hover:none),(pointer:coarse){.gw-editorial-theme .gw-header-hover-effect{transform:none!important}}@media(prefers-reduced-motion:reduce){.gw-editorial-theme .gw-header-hover-effect,.gw-editorial-theme .gw-header-hover-effect:before,.gw-editorial-theme .gw-header-hover-effect:after{transition:none!important;animation:none!important;transform:none!important}}.gw-editorial-theme .gw-card-cursor-effect{--gw-card-pointer-x:50%;--gw-card-pointer-y:50%;--gw-card-magnet-x:0px;--gw-card-magnet-y:0px;--gw-card-rotate-x:0deg;--gw-card-rotate-y:0deg;position:relative!important;isolation:isolate!important;overflow:hidden!important;transform-style:preserve-3d;will-change:transform,box-shadow,filter}.gw-editorial-theme .yz-product-card.gw-card-cursor-effect:not(.gw-scroll-reveal){transition:transform .24s cubic-bezier(.2,.8,.2,1),box-shadow .28s ease,border-color .24s ease,filter .24s ease!important}.gw-editorial-theme .gw-card-cursor-effect:before,.gw-editorial-theme .gw-card-cursor-effect:after{content:""!important;position:absolute!important;pointer-events:none!important;opacity:0!important;transition:opacity .22s ease!important}.gw-editorial-theme .gw-card-cursor-effect:before{z-index:20!important;top:0!important;right:0!important;bottom:0!important;left:0!important;background:radial-gradient(circle 240px at var(--gw-card-pointer-x) var(--gw-card-pointer-y),var(--gw-global-glass-strong) 0%,var(--gw-global-glass-medium) 24%,var(--gw-global-glass-soft) 44%,transparent 72%),linear-gradient(135deg,#7ec2ff0e,#0061d906 48%,#0022551f)!important;mix-blend-mode:screen}.gw-editorial-theme .gw-card-cursor-effect:after{z-index:21!important;top:-45%!important;bottom:-45%!important;left:-38%!important;width:24%!important;transform:rotate(16deg)!important;background:linear-gradient(180deg,transparent,rgba(126,194,255,.08) 22%,rgba(190,228,255,.5) 50%,rgba(46,168,255,.08) 78%,transparent)!important}.gw-editorial-theme .gw-card-cursor-effect>*{position:relative;z-index:2}@media(hover:hover)and (pointer:fine){.gw-editorial-theme .gw-card-cursor-effect:hover,.gw-editorial-theme .gw-card-cursor-effect:focus-within{border-color:var(--gw-global-hover-border)!important;transform:translate3d(var(--gw-card-magnet-x),var(--gw-card-magnet-y),0) rotateX(var(--gw-card-rotate-x)) rotateY(var(--gw-card-rotate-y)) translateY(-7px) scale(1.014)!important;filter:saturate(1.1) brightness(1.035)!important;box-shadow:0 22px 44px #00000047,0 0 0 1px var(--gw-global-glass-soft) inset,0 0 34px var(--gw-global-glass-soft)!important}.gw-editorial-theme .gw-card-cursor-effect:hover:before,.gw-editorial-theme .gw-card-cursor-effect:focus-within:before{opacity:.9!important}.gw-editorial-theme .gw-card-cursor-effect:hover:after,.gw-editorial-theme .gw-card-cursor-effect:focus-within:after{opacity:1!important;animation:gwUniversalCardSweep .92s cubic-bezier(.22,.8,.24,1) 1!important}.gw-editorial-theme .gw-card-cursor-effect:hover .yz-product-card__image,.gw-editorial-theme .gw-card-cursor-effect:focus-within .yz-product-card__image,.gw-editorial-theme .gw-card-cursor-effect:hover .gw-product-card__image,.gw-editorial-theme .gw-card-cursor-effect:focus-within .gw-product-card__image{transform:translate3d(calc(var(--gw-card-magnet-x) * .22),calc(var(--gw-card-magnet-y) * .18),24px) scale(1.045)!important;filter:drop-shadow(0 12px 22px var(--gw-global-glass-soft))}}@keyframes gwUniversalCardSweep{0%{left:-38%;opacity:0}16%{opacity:1}78%{opacity:.9}to{left:126%;opacity:0}}@media(hover:none),(pointer:coarse){.gw-editorial-theme .gw-card-cursor-effect{transform:none!important;filter:none!important}.gw-editorial-theme .gw-card-cursor-effect:before,.gw-editorial-theme .gw-card-cursor-effect:after{display:none!important}}@media(prefers-reduced-motion:reduce){.gw-editorial-theme .gw-card-cursor-effect,.gw-editorial-theme .gw-card-cursor-effect:before,.gw-editorial-theme .gw-card-cursor-effect:after,.gw-editorial-theme .gw-card-cursor-effect .yz-product-card__image,.gw-editorial-theme .gw-card-cursor-effect .gw-product-card__image{transition:none!important;animation:none!important;transform:none!important}}.gw-editorial-theme .gw-synced-card{--gw-card-pointer-x:50%;--gw-card-pointer-y:50%;--gw-card-magnet-x:0px;--gw-card-magnet-y:0px;--gw-card-rotate-x:0deg;--gw-card-rotate-y:0deg;--gw-card-lift:0px;--gw-card-scale:1;position:relative!important;isolation:isolate!important;overflow:hidden!important;transform-style:preserve-3d!important;transform:translate3d(var(--gw-card-magnet-x),calc(var(--gw-card-magnet-y) + var(--gw-card-lift)),0) rotateX(var(--gw-card-rotate-x)) rotateY(var(--gw-card-rotate-y)) scale(var(--gw-card-scale))!important;transition:opacity .52s ease,transform .22s cubic-bezier(.2,.8,.2,1),filter .24s ease,box-shadow .28s ease,border-color .24s ease!important;transition-delay:0s!important;animation:none!important;will-change:transform,opacity,filter,box-shadow}.js .gw-editorial-theme .gw-synced-card.gw-scroll-reveal:not(.gw-scroll-visible){opacity:0!important;--gw-card-lift:34px;--gw-card-scale:.975;filter:blur(4px)!important}.js .gw-editorial-theme .gw-synced-card.gw-scroll-reveal.gw-scroll-visible{opacity:1!important;--gw-card-lift:0px;--gw-card-scale:1;filter:blur(0)!important;animation:none!important}.gw-editorial-theme .gw-synced-card:before,.gw-editorial-theme .gw-synced-card:after{content:""!important;position:absolute!important;pointer-events:none!important;opacity:0!important;transition:opacity .22s ease!important}.gw-editorial-theme .gw-synced-card:before{z-index:20!important;top:0!important;right:0!important;bottom:0!important;left:0!important;background:radial-gradient(circle 240px at var(--gw-card-pointer-x) var(--gw-card-pointer-y),var(--gw-global-glass-strong) 0%,var(--gw-global-glass-medium) 24%,var(--gw-global-glass-soft) 44%,transparent 72%),linear-gradient(135deg,#7ec2ff0e,#0061d906 48%,#0022551f)!important;mix-blend-mode:screen}.gw-editorial-theme .gw-synced-card:after{z-index:21!important;top:-45%!important;bottom:-45%!important;left:-38%!important;width:24%!important;transform:rotate(16deg)!important;background:linear-gradient(180deg,transparent,rgba(126,194,255,.08) 22%,rgba(190,228,255,.5) 50%,rgba(46,168,255,.08) 78%,transparent)!important}.gw-editorial-theme .gw-synced-card>*{position:relative;z-index:2}@media(hover:hover)and (pointer:fine){.gw-editorial-theme .gw-synced-card:hover,.gw-editorial-theme .gw-synced-card:focus-within{--gw-card-lift:-7px;--gw-card-scale:1.014;border-color:var(--gw-global-hover-border)!important;filter:saturate(1.1) brightness(1.035)!important;box-shadow:0 22px 44px #00000047,0 0 0 1px var(--gw-global-glass-soft) inset,0 0 34px var(--gw-global-glass-soft)!important}.gw-editorial-theme .gw-synced-card:hover:before,.gw-editorial-theme .gw-synced-card:focus-within:before{opacity:.9!important}.gw-editorial-theme .gw-synced-card:hover:after,.gw-editorial-theme .gw-synced-card:focus-within:after{opacity:1!important;animation:gwSyncedCardSweep .92s cubic-bezier(.22,.8,.24,1) 1!important}.gw-editorial-theme .gw-synced-card:hover .yz-product-card__image,.gw-editorial-theme .gw-synced-card:focus-within .yz-product-card__image,.gw-editorial-theme .gw-synced-card:hover .gw-product-card__image,.gw-editorial-theme .gw-synced-card:focus-within .gw-product-card__image{transform:translate3d(calc(var(--gw-card-magnet-x) * .22),calc(var(--gw-card-magnet-y) * .18),24px) scale(1.045)!important;filter:drop-shadow(0 12px 22px var(--gw-global-glass-soft))}}@keyframes gwSyncedCardSweep{0%{left:-38%;opacity:0}16%{opacity:1}78%{opacity:.9}to{left:126%;opacity:0}}@media(hover:none),(pointer:coarse){.gw-editorial-theme .gw-synced-card{--gw-card-magnet-x:0px;--gw-card-magnet-y:0px;--gw-card-rotate-x:0deg;--gw-card-rotate-y:0deg}.gw-editorial-theme .gw-synced-card:before,.gw-editorial-theme .gw-synced-card:after{display:none!important}}@media(prefers-reduced-motion:reduce){.gw-editorial-theme .gw-synced-card,.gw-editorial-theme .gw-synced-card:before,.gw-editorial-theme .gw-synced-card:after,.gw-editorial-theme .gw-synced-card .yz-product-card__image,.gw-editorial-theme .gw-synced-card .gw-product-card__image{transition:none!important;animation:none!important;transform:none!important}.js .gw-editorial-theme .gw-synced-card.gw-scroll-reveal{opacity:1!important;filter:none!important}}
/*# sourceMappingURL=/cdn/shop/t/111/assets/base.css.map */
