*,*:before,*:after{box-sizing:border-box}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:0;writing-mode:vertical-rl;transform:rotate(180deg);font-size:.62rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.gw-hero__vertical--left{grid-column:1}.gw-hero__vertical--right{grid-column:3;border-right:0;border-left:0;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-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}}.gw-editorial-theme .gw-synced-card{opacity:1!important;pointer-events:auto!important;transition:transform .22s cubic-bezier(.2,.8,.2,1),filter .24s ease,box-shadow .28s ease,border-color .24s ease,background .28s ease!important;will-change:auto!important}@media(hover:hover)and (pointer:fine){.gw-editorial-theme .gw-synced-card:hover,.gw-editorial-theme .gw-synced-card:focus-within{will-change:transform,filter,box-shadow!important}}.gw-hero__bottom--actions-only{grid-template-columns:1fr}.gw-hero__bottom--actions-only .gw-hero__actions{width:min(100%,640px);margin-inline:auto;grid-template-columns:repeat(2,minmax(180px,1fr));justify-content:center;gap:14px;border-inline:0}.gw-hero__bottom--actions-only .gw-hero__actions--single{width:100%;max-width:none}.gw-hero__actions .gw-link-button:only-child{grid-column:1/-1;width:100%;justify-self:center;border-right:0!important;border-radius:0!important}@media(max-width:860px){.gw-hero__frame{min-height:calc(100svh - 58px)!important}.gw-hero__bottom--actions-only .gw-hero__actions{width:100%;max-width:640px;grid-template-columns:repeat(2,minmax(0,1fr))}.gw-hero__bottom--actions-only .gw-link-button{min-height:58px;border-bottom:0}.gw-hero__bottom--actions-only .gw-link-button:first-child{border-right:1px solid currentColor}}.gw-catalogue__header--history{display:block;padding:clamp(26px,5vw,72px) clamp(16px,4vw,48px);background:radial-gradient(circle at 50% 0,rgba(255,255,255,.2),transparent 58%)}.gw-catalogue__header--history .gw-catalogue__definition{display:block;width:min(100%,860px);margin-inline:auto;padding:clamp(26px,4vw,48px);color:var(--gw-copy);font-size:clamp(1.05rem,1.8vw,1.4rem);line-height:1.65;text-align:center;border:1px solid rgba(255,255,255,.48);border-radius:28px;background:linear-gradient(145deg,#ffffff2e,#ffffff12);box-shadow:0 22px 55px #53234e2e,inset 0 1px #ffffff57;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.gw-catalogue__header--history .gw-catalogue__definition p+p{margin-top:1em}@media(max-width:749px){.gw-catalogue__header--history{padding:22px 14px 26px}.gw-catalogue__header--history .gw-catalogue__definition{padding:22px 18px;font-size:1rem;line-height:1.6;text-align:left;border-radius:20px}}.gw-editorial-theme :is(.gw-product-card,.gw-product-card__media,.gw-product-card__media img,.gw-product-card__title a,.gw-link-button,.gw-product-card__link,.gw-menu-button,.gw-mobile-menu__close,.gw-header__nav a,.gw-mobile-menu__links a,.gw-footer a){transition:transform .34s cubic-bezier(.2,.8,.2,1),color .24s ease,background .3s ease,border-color .3s ease,box-shadow .34s ease,filter .3s ease,opacity .24s ease!important}.gw-editorial-theme :is(.gw-link-button,.gw-product-card__link,.gw-menu-button,.gw-mobile-menu__close,.gw-header__nav a):focus-visible,.gw-editorial-theme :is(.gw-product-card__media,.gw-product-card__title a,.gw-mobile-menu__links a,.gw-footer a):focus-visible{outline:2px solid rgba(255,255,255,.92);outline-offset:3px}@media(hover:hover)and (pointer:fine){.gw-editorial-theme :is(.gw-link-button,.gw-product-card__link,.gw-menu-button,.gw-mobile-menu__close,.gw-header__nav a):is(:hover,:focus-visible){color:#fff!important;border-color:#ffffffe0!important;background:linear-gradient(135deg,#ffffff47,#dd93ff2e 48%,#a85de842)!important;box-shadow:0 14px 34px #5422693d,0 0 0 1px #fff3 inset,0 0 24px #d896ff38!important;text-shadow:0 1px 12px rgba(92,37,116,.34);-webkit-backdrop-filter:blur(16px) saturate(1.25)!important;backdrop-filter:blur(16px) saturate(1.25)!important;transform:translateY(-3px) scale(1.018)!important}.gw-editorial-theme :is(.gw-link-button,.gw-product-card__link,.gw-menu-button,.gw-mobile-menu__close,.gw-header__nav a):is(:hover,:focus-visible):before{opacity:1!important;background:radial-gradient(circle 180px at var(--gw-pointer-x,50%) var(--gw-pointer-y,50%),rgba(255,255,255,.34),rgba(221,147,255,.2) 38%,transparent 72%),linear-gradient(135deg,#ffffff1a,#ab68e829)!important}.gw-editorial-theme :is(.gw-link-button,.gw-product-card__link):is(:hover,:focus-visible) span:last-child{transform:translate(5px,-2px) rotate(-5deg) scale(1.12)!important;color:#fff!important;text-shadow:0 0 14px rgba(255,255,255,.58)}.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card]:hover{transform:translateY(-8px)!important;border-color:#ffffffd1!important;background:var(--gw-card-hover-bg)!important;box-shadow:0 24px 56px #5926663d,0 0 0 1px #ffffff26 inset,0 0 30px #d896ff29!important}.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card]:hover .gw-product-card__media{transform:translateY(-2px) scale(1.015)!important;filter:brightness(1.04) saturate(1.05)}.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card]:hover .gw-product-card__media img{transform:scale(1.045)!important}.gw-editorial-theme .gw-product-card__title a{display:inline;background-image:linear-gradient(90deg,#fffffff2,#dd93fff2);background-repeat:no-repeat;background-position:0 100%;background-size:0 2px;text-decoration:none}.gw-editorial-theme .gw-product-card__title a:is(:hover,:focus-visible){color:#fff!important;background-size:100% 2px;text-shadow:0 4px 18px rgba(86,34,104,.28)}.gw-editorial-theme .gw-mobile-menu__links a:is(:hover,:focus-visible){padding-left:10px!important;color:#fff!important;background:linear-gradient(90deg,#ffffff1f,#dd93ff24)!important;box-shadow:inset 3px 0 #ffffffd1}.gw-editorial-theme .gw-footer a:is(:hover,:focus-visible){color:#fff!important;text-shadow:0 0 16px rgba(221,147,255,.5);transform:translate(4px)!important}.gw-editorial-theme .gw-product-card[data-gw-product-card] .gw-product-card__link.gw-header-hover-effect:is(:hover,:focus-visible){color:#fff!important;border-color:#ffffffe0!important;background:linear-gradient(135deg,#ffffff47,#dd93ff2e 48%,#a85de842)!important;box-shadow:0 14px 34px #5422693d,0 0 0 1px #fff3 inset,0 0 24px #d896ff38!important;transform:translateY(-3px) scale(1.018)!important}}@media(prefers-reduced-motion:reduce){.gw-editorial-theme :is(.gw-product-card,.gw-product-card__media,.gw-product-card__media img,.gw-product-card__title a,.gw-link-button,.gw-product-card__link,.gw-menu-button,.gw-mobile-menu__close,.gw-header__nav a,.gw-mobile-menu__links a,.gw-footer a){transition:none!important}}.gw-editorial-theme .gw-header__nav a[aria-current=page]{color:#fff!important;border-color:#fff!important;background:radial-gradient(circle 130px at var(--gw-pointer-x,50%) var(--gw-pointer-y,50%),rgba(255,255,255,.46),rgba(255,255,255,.18) 42%,transparent 74%),linear-gradient(135deg,#ffffff4d,#ffffff24)!important;box-shadow:0 10px 26px #5829682e,0 0 0 1px #ffffffb8 inset,0 0 22px #ffffff47!important;text-shadow:0 1px 10px rgba(87,37,104,.34)}.gw-catalogue__grid{gap:clamp(16px,2vw,26px);padding:clamp(16px,2.4vw,30px)}.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card],.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card]:nth-child(2n),.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card]:nth-child(3n){min-height:620px;border:1px solid rgba(255,255,255,.52)!important;border-radius:26px!important;background:linear-gradient(155deg,#ffffff2e,#ffffff12 52%,#c77cda21)!important;box-shadow:0 18px 44px #4c205929,inset 0 1px #ffffff4d!important;overflow:hidden;isolation:isolate}.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card] .gw-product-card__topline{min-height:52px;grid-template-columns:42px minmax(0,1fr) auto;gap:10px;padding:0 16px;color:#ffffffe6!important;background:#ffffff1a!important;border-bottom:1px solid rgba(255,255,255,.28)}.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card] .gw-product-card__topline span:nth-child(2){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card] .gw-product-card__topline span:last-child{padding:.42rem .68rem;border:1px solid rgba(255,255,255,.62);border-radius:999px;color:#a52b83!important;background:#ffffffeb!important;box-shadow:0 6px 16px #4f205b1f}.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card] .gw-product-card__media{aspect-ratio:4/3!important;min-height:230px;margin:12px 12px 0;padding:28px!important;border:1px solid rgba(255,255,255,.38);border-radius:20px;background:radial-gradient(circle at 50% 38%,rgba(255,255,255,.3),transparent 42%),linear-gradient(145deg,#ffdaf4b8,#c4abf494)!important;box-shadow:inset 0 1px #ffffff57}.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card] .gw-product-card__image{width:100%!important;height:100%!important;max-width:92%;max-height:92%;object-fit:contain!important;filter:drop-shadow(0 16px 22px rgba(91,42,105,.2))}.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card] .gw-product-card__placeholder{gap:14px;color:#ffffffdb!important}.gw-product-card__placeholder-art{position:relative;display:grid;place-items:center;width:132px;aspect-ratio:1;border:1px solid rgba(255,255,255,.68);border-radius:50%;background:radial-gradient(circle at 36% 30%,rgba(255,255,255,.78),transparent 18%),radial-gradient(circle,#ffffff52,#c075de61 58%,#7c48ad47);box-shadow:0 20px 40px #5b2a6933,inset 0 0 0 14px #ffffff14}.gw-product-card__placeholder-art:before,.gw-product-card__placeholder-art:after{content:"";position:absolute;border:1px solid rgba(255,255,255,.5);border-radius:50%}.gw-product-card__placeholder-art:before{top:14px;right:14px;bottom:14px;left:14px}.gw-product-card__placeholder-art:after{top:30px;right:30px;bottom:30px;left:30px}.gw-product-card__placeholder-art i{position:relative;z-index:1;color:#fff;font-size:2rem;font-style:normal;text-shadow:0 0 20px rgba(255,255,255,.9)}.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card] .gw-product-card__corner{top:22px;right:22px;width:40px;height:40px;border:1px solid rgba(255,255,255,.66)!important;border-radius:50%;color:#fff!important;background:#74379247!important;box-shadow:0 8px 18px #491c5829;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card] .gw-product-card__body{gap:16px!important;padding:24px!important;background:linear-gradient(180deg,#ffffff14,#ffffff08)!important}.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card] .gw-product-card__title{font-size:clamp(1.75rem,2.7vw,2.7rem)!important;line-height:.96!important;letter-spacing:-.02em!important;text-wrap:balance}.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card] .gw-product-card__description{position:relative;max-width:none;max-height:9.4em;overflow:hidden;color:#ffffffe0!important;font-size:.9rem;line-height:1.58;-webkit-mask-image:linear-gradient(#000 72%,transparent 100%);mask-image:linear-gradient(#000 72%,transparent 100%)}.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card] .gw-product-card__description h3{display:none}.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card] .gw-product-card__description p+p{margin-top:.75em}.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card] .gw-product-card__footer{gap:14px;padding-top:18px;border-top:1px solid rgba(255,255,255,.32)!important}.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card] .gw-product-card__footer strong{flex:0 0 auto;padding:.58rem .78rem;border:1px solid rgba(255,255,255,.52);border-radius:999px;color:#fff!important;background:#ffffff1f;box-shadow:inset 0 1px #ffffff2e}.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card] .gw-product-card__link{min-height:42px;padding:.68rem 1rem;border:1px solid rgba(255,255,255,.9)!important;border-radius:999px;color:#8f2876!important;background:linear-gradient(135deg,#fff,#f6e7ff)!important;box-shadow:0 9px 22px #4d1f5b29}@media(hover:hover)and (pointer:fine){.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card]:is(:hover,:focus-within){transform:translateY(-9px)!important;border-color:#ffffffe6!important;background:linear-gradient(155deg,#ffffff3d,#ffffff1a 48%,#d188e62e)!important;box-shadow:0 28px 64px #4d1f5b3d,0 0 0 1px #fff3 inset,0 0 32px #e0a7ff29!important}}@media(max-width:860px){.gw-catalogue__grid{gap:14px;padding:14px}.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card],.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card]:nth-child(2n),.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card]:nth-child(3n){min-height:0;border:1px solid rgba(255,255,255,.5)!important;border-radius:22px!important}.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card] .gw-product-card__media{min-height:210px;margin:10px 10px 0;border-radius:17px}.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card] .gw-product-card__body{padding:20px!important}.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card] .gw-product-card__title{font-size:clamp(1.8rem,8.5vw,2.45rem)!important}.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card] .gw-product-card__description{max-height:8em}.gw-product-card__placeholder-art{width:112px}}.gw-catalogue__header--history{position:relative;isolation:isolate;overflow:hidden;display:grid;grid-template-columns:1fr!important;grid-auto-flow:row;align-content:center;justify-items:center;gap:22px;padding:clamp(58px,8vw,112px) clamp(18px,5vw,72px);background:radial-gradient(circle at 14% 22%,rgba(255,255,255,.2),transparent 28%),radial-gradient(circle at 86% 78%,rgba(177,106,229,.25),transparent 32%),linear-gradient(145deg,#ffffff0d,#c470cd14)}.gw-catalogue__header--history:before{content:"";position:absolute;z-index:-2;width:min(72vw,760px);aspect-ratio:1;border-radius:50%;background:conic-gradient(from 0deg,#ffffff0d,#ffafe857,#b897ff52,#ffffff0d);filter:blur(42px);opacity:.78;animation:gwHistoryAurora 16s linear infinite}.gw-catalogue__header--history:after{content:"";position:absolute;z-index:-1;top:26px;right:26px;bottom:26px;left:26px;border:1px dashed rgba(255,255,255,.34);border-radius:36px;box-shadow:inset 0 0 60px #ffffff0d;pointer-events:none}.gw-history__label{position:relative;z-index:3;display:flex;align-items:center;justify-content:center;gap:12px;width:max-content;max-width:100%;padding:.72rem 1.15rem;border:1px solid rgba(255,255,255,.64);border-radius:999px;color:#fff;background:#ffffff21;box-shadow:0 12px 30px #50205e29,inset 0 1px #ffffff4d;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);font-size:.7rem;font-weight:850;letter-spacing:.18em;text-transform:uppercase;animation:gwHistoryLabelGlow 4.5s ease-in-out infinite}.gw-history__label>span{color:#fff;font-size:.95rem;text-shadow:0 0 16px rgba(255,255,255,.9)}.gw-history__orb{position:absolute;z-index:-1;display:block;aspect-ratio:1;border:1px solid rgba(255,255,255,.42);border-radius:50%;background:radial-gradient(circle at 35% 28%,rgba(255,255,255,.68),transparent 16%),radial-gradient(circle,#ffffff1f,#c573dd4d 62%,#7e48aa29);box-shadow:inset 0 0 0 12px #ffffff0a,0 24px 60px #5b27692e;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);pointer-events:none}.gw-history__orb--one{width:clamp(110px,14vw,190px);left:clamp(-62px,-4vw,-28px);top:18%;animation:gwHistoryOrbOne 7s ease-in-out infinite}.gw-history__orb--two{width:clamp(82px,10vw,138px);right:clamp(-44px,-3vw,-18px);bottom:14%;animation:gwHistoryOrbTwo 8.5s ease-in-out infinite}.gw-editorial-theme .gw-catalogue__header--history .gw-catalogue__definition{position:relative;z-index:2;display:block;width:min(100%,900px);min-height:0!important;margin:0;padding:clamp(34px,5vw,62px);border:1px solid rgba(255,255,255,.62);border-radius:34px;color:#fff!important;background:linear-gradient(145deg,#fff3,#ffffff14 54%,#b467d121);box-shadow:0 30px 78px #4b1c593b,inset 0 1px #fff6,0 0 40px #e1aeff1f;-webkit-backdrop-filter:blur(24px) saturate(1.15);backdrop-filter:blur(24px) saturate(1.15);text-align:center;font-size:clamp(1.08rem,1.8vw,1.48rem);line-height:1.72;animation:gwHistoryCardFloat 7s ease-in-out infinite}.gw-editorial-theme .gw-catalogue__header--history .gw-catalogue__definition:before{content:"\201c";position:absolute;left:clamp(18px,3vw,38px);top:clamp(8px,1.5vw,18px);color:#ffffff2e;font-family:Georgia,serif;font-size:clamp(5rem,10vw,9rem);line-height:1;pointer-events:none}.gw-editorial-theme .gw-catalogue__header--history .gw-catalogue__definition p{position:relative;z-index:1;width:min(100%,760px);margin-inline:auto;text-wrap:pretty}.gw-editorial-theme .gw-catalogue__header--history .gw-catalogue__definition p+p{margin-top:1.15em;padding-top:1.15em;border-top:1px solid rgba(255,255,255,.24)}@keyframes gwHistoryAurora{to{transform:rotate(360deg)}}@keyframes gwHistoryLabelGlow{0%,to{transform:translateY(0);box-shadow:0 12px 30px #50205e29,inset 0 1px #ffffff4d}50%{transform:translateY(-4px);box-shadow:0 18px 38px #50205e38,0 0 28px #fff3,inset 0 1px #ffffff61}}@keyframes gwHistoryCardFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes gwHistoryOrbOne{0%,to{transform:translateZ(0) rotate(0)}50%{transform:translate3d(18px,-12px,0) rotate(8deg)}}@keyframes gwHistoryOrbTwo{0%,to{transform:translateZ(0) scale(1)}50%{transform:translate3d(-16px,14px,0) scale(1.08)}}@keyframes gwHistoryReveal{0%{opacity:0;transform:translateY(48px) scale(.96);filter:blur(8px)}to{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}}@supports (animation-timeline:view()){.gw-catalogue__header--history{animation:gwHistoryReveal linear both;animation-timeline:view();animation-range:entry 6% cover 34%}}@media(max-width:749px){.gw-catalogue__header--history{gap:18px;padding:54px 14px 62px}.gw-catalogue__header--history:after{top:12px;right:12px;bottom:12px;left:12px;border-radius:26px}.gw-history__label{padding:.64rem .9rem;font-size:.62rem;letter-spacing:.14em}.gw-history__orb--one{left:-58px;top:12%}.gw-history__orb--two{right:-42px;bottom:10%}.gw-editorial-theme .gw-catalogue__header--history .gw-catalogue__definition{padding:34px 22px;border-radius:26px;text-align:left;font-size:1rem;line-height:1.68}.gw-editorial-theme .gw-catalogue__header--history .gw-catalogue__definition:before{left:12px;top:7px;font-size:5.2rem}}@media(prefers-reduced-motion:reduce){.gw-catalogue__header--history,.gw-catalogue__header--history:before,.gw-history__label,.gw-history__orb,.gw-editorial-theme .gw-catalogue__header--history .gw-catalogue__definition{animation:none!important;transform:none!important;filter:none!important}}.gw-history__orb{display:none!important}.gw-history__logo-mark{--gw-history-logo-x:0%;position:absolute;z-index:1;left:clamp(-18px,2vw,32px);top:52%;width:clamp(260px,32vw,470px);height:auto;aspect-ratio:1;object-fit:cover;border-radius:42px;opacity:.58;mix-blend-mode:screen;filter:saturate(1.18) contrast(1.05) drop-shadow(0 26px 52px rgba(86,34,104,.28));-webkit-mask-image:radial-gradient(circle at 50% 50%,#000 46%,rgba(0,0,0,.9) 61%,transparent 82%);mask-image:radial-gradient(circle at 50% 50%,#000 46%,rgba(0,0,0,.9) 61%,transparent 82%);pointer-events:none;animation:gwHistoryLogoFloat 9s ease-in-out infinite}@keyframes gwHistoryLogoFloat{0%,to{transform:translate(var(--gw-history-logo-x),-50%) rotate(-5deg) scale(1)}50%{transform:translate(var(--gw-history-logo-x),calc(-50% - 12px)) rotate(2deg) scale(1.045)}}@media(max-width:749px){.gw-history__logo-mark{--gw-history-logo-x:-50%;left:50%;top:54%;width:min(88vw,360px);border-radius:34px;opacity:.3}}@media(prefers-reduced-motion:reduce){.gw-history__logo-mark{animation:none!important;transform:translate(var(--gw-history-logo-x),-50%)!important}}.gw-history__logo-mark--small{--gw-history-logo-x:0%;left:auto;right:clamp(58px,9vw,118px);top:62%;width:clamp(118px,14vw,190px);opacity:.43;animation-duration:7.5s;animation-direction:reverse;filter:saturate(1.14) contrast(1.04) drop-shadow(0 18px 36px rgba(86,34,104,.24))}@media(max-width:749px){.gw-history__logo-mark--small{--gw-history-logo-x:0%;left:auto;right:-24px;top:68%;width:142px;opacity:.34}}.gw-editorial-theme .gw-catalogue__header--history .gw-catalogue__definition{min-height:360px;padding:clamp(58px,6vw,82px) clamp(64px,8vw,112px);overflow:hidden;border-radius:46% 54% 42% 58%/28% 34% 66% 72%;animation:gwHistoryCardFloat 7s ease-in-out infinite,gwHistoryBlobMorph 14s ease-in-out infinite}.gw-editorial-theme .gw-catalogue__header--history .gw-catalogue__definition:after{content:"";position:absolute;top:15px;right:15px;bottom:15px;left:15px;z-index:0;border:1px solid rgba(255,255,255,.3);border-radius:inherit;box-shadow:inset 0 0 42px #ffffff0f,0 0 28px #efc1ff14;pointer-events:none}@keyframes gwHistoryBlobMorph{0%,to{border-radius:46% 54% 42% 58%/28% 34% 66% 72%}33%{border-radius:54% 46% 58% 42%/34% 27% 73% 66%}66%{border-radius:42% 58% 48% 52%/24% 38% 62% 76%}}@media(max-width:749px){.gw-editorial-theme .gw-catalogue__header--history .gw-catalogue__definition{min-height:0;padding:48px 30px;border-radius:34% 66% 38% 62%/18% 24% 76% 82%;animation:gwHistoryCardFloat 7s ease-in-out infinite,gwHistoryBlobMorphMobile 14s ease-in-out infinite}.gw-editorial-theme .gw-catalogue__header--history .gw-catalogue__definition:after{top:10px;right:10px;bottom:10px;left:10px}}@keyframes gwHistoryBlobMorphMobile{0%,to{border-radius:34% 66% 38% 62%/18% 24% 76% 82%}50%{border-radius:62% 38% 58% 42%/24% 18% 82% 76%}}@media(prefers-reduced-motion:reduce){.gw-editorial-theme .gw-catalogue__header--history .gw-catalogue__definition{animation:none!important;border-radius:46% 54% 42% 58%/28% 34% 66% 72%}}.gw-editorial-theme .gw-catalogue__header--history{min-height:clamp(560px,60vw,690px);padding:clamp(72px,8vw,108px) clamp(24px,5vw,72px);overflow:hidden;isolation:isolate}.gw-editorial-theme .gw-catalogue__header--history:after{content:"";position:absolute;z-index:0;left:18%;right:18%;top:51%;height:150px;border-top:2px dashed rgba(255,255,255,.5);border-radius:50%;transform:rotate(3deg);opacity:.65;pointer-events:none}.gw-editorial-theme .gw-history__label{position:relative;z-index:4;color:#70456f;background:#ffffffb8;border-color:#ffffffe6;box-shadow:0 16px 45px #7e4a7e26,inset 0 1px #fffffff2;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.gw-editorial-theme .gw-catalogue__header--history .gw-catalogue__definition{position:relative;z-index:2;width:min(100%,1000px);max-width:1000px;min-height:360px;margin:clamp(52px,6vw,76px) auto 0;padding:0;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:clamp(30px,4vw,58px);align-items:center;overflow:visible;color:#513450;background:none;border:0;border-radius:0;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none;animation:none}.gw-editorial-theme .gw-catalogue__header--history .gw-catalogue__definition:before,.gw-editorial-theme .gw-catalogue__header--history .gw-catalogue__definition:after{display:none}.gw-editorial-theme .gw-catalogue__header--history .gw-catalogue__definition p{position:relative;z-index:2;margin:0;padding:clamp(48px,5vw,66px) clamp(36px,4vw,58px) clamp(42px,4.6vw,60px);color:#513450;font-size:clamp(17px,1.55vw,22px);font-weight:550;line-height:1.65;letter-spacing:-.012em;text-shadow:none;background:linear-gradient(145deg,#ffffffe0,#ffeff9b8 58%,#ebe1ffad);border:1px solid rgba(255,255,255,.92);box-shadow:0 28px 70px #7846782e,inset 0 1px #fff;backdrop-filter:blur(22px) saturate(1.15);-webkit-backdrop-filter:blur(22px) saturate(1.15);transition:transform .45s cubic-bezier(.2,.8,.2,1),box-shadow .45s ease}.gw-editorial-theme .gw-catalogue__header--history .gw-catalogue__definition p:first-child{border-radius:58px 58px 132px/58px 58px 104px;transform:translateY(-28px) rotate(-1.2deg);animation:gwHistoryStoryLeft 7s ease-in-out infinite}.gw-editorial-theme .gw-catalogue__header--history .gw-catalogue__definition p:last-child{border-radius:132px 58px 58px/104px 58px 58px;transform:translateY(34px) rotate(1.2deg);animation:gwHistoryStoryRight 7s ease-in-out -1.6s infinite}.gw-editorial-theme .gw-catalogue__header--history .gw-catalogue__definition p:before{position:absolute;top:18px;display:grid;place-items:center;width:34px;height:34px;border-radius:50%;color:#fff;font-size:11px;font-weight:900;letter-spacing:.08em;background:linear-gradient(135deg,#ff76aa,#a985ff);box-shadow:0 10px 22px #a667b43d}.gw-editorial-theme .gw-catalogue__header--history .gw-catalogue__definition p:first-child:before{content:"01";left:22px}.gw-editorial-theme .gw-catalogue__header--history .gw-catalogue__definition p:last-child:before{content:"02";right:22px}.gw-editorial-theme .gw-catalogue__header--history .gw-catalogue__definition p:hover{box-shadow:0 34px 82px #7846783b,inset 0 1px #fff}.gw-editorial-theme .gw-catalogue__header--history .gw-catalogue__definition p:first-child:hover{transform:translateY(-34px) rotate(-.5deg) scale(1.015)}.gw-editorial-theme .gw-catalogue__header--history .gw-catalogue__definition p:last-child:hover{transform:translateY(28px) rotate(.5deg) scale(1.015)}.gw-editorial-theme .gw-catalogue__header--history .gw-history__logo-mark{z-index:1;width:clamp(220px,26vw,350px);height:auto;left:clamp(-96px,-5vw,-38px);top:50%;opacity:.26;filter:drop-shadow(0 24px 40px rgba(128,79,151,.22));transform:translateY(-50%) rotate(-9deg);animation:gwHistoryLogoDrift 8s ease-in-out infinite}.gw-editorial-theme .gw-catalogue__header--history .gw-history__logo-mark--small{width:clamp(145px,16vw,220px);left:auto;right:clamp(-66px,-3vw,-24px);top:66%;opacity:.34;transform:translateY(-50%) rotate(10deg);animation:gwHistoryLogoDriftSmall 7s ease-in-out -1.2s infinite}@keyframes gwHistoryStoryLeft{0%,to{transform:translateY(-28px) rotate(-1.2deg)}50%{transform:translateY(-36px) rotate(-.6deg)}}@keyframes gwHistoryStoryRight{0%,to{transform:translateY(34px) rotate(1.2deg)}50%{transform:translateY(26px) rotate(.6deg)}}@keyframes gwHistoryLogoDrift{0%,to{transform:translateY(-50%) rotate(-9deg) scale(1)}50%{transform:translateY(-55%) rotate(-4deg) scale(1.035)}}@keyframes gwHistoryLogoDriftSmall{0%,to{transform:translateY(-50%) rotate(10deg) scale(1)}50%{transform:translateY(-57%) rotate(5deg) scale(1.05)}}@media(max-width:749px){.gw-editorial-theme .gw-catalogue__header--history{min-height:auto;padding:64px 18px 82px}.gw-editorial-theme .gw-catalogue__header--history:after{left:49%;right:auto;top:24%;bottom:12%;width:0;height:auto;border-top:0;border-left:2px dashed rgba(255,255,255,.5);border-radius:0;transform:none}.gw-editorial-theme .gw-catalogue__header--history .gw-catalogue__definition{min-height:0;margin-top:44px;display:flex;flex-direction:column;gap:24px}.gw-editorial-theme .gw-catalogue__header--history .gw-catalogue__definition p{width:min(100%,520px);padding:54px 30px 38px;font-size:17px;line-height:1.62}.gw-editorial-theme .gw-catalogue__header--history .gw-catalogue__definition p:first-child,.gw-editorial-theme .gw-catalogue__header--history .gw-catalogue__definition p:last-child{transform:none}.gw-editorial-theme .gw-catalogue__header--history .gw-catalogue__definition p:first-child{align-self:flex-start;border-radius:38px 38px 94px/38px 38px 72px;animation:gwHistoryStoryMobile 7s ease-in-out infinite}.gw-editorial-theme .gw-catalogue__header--history .gw-catalogue__definition p:last-child{align-self:flex-end;border-radius:94px 38px 38px/72px 38px 38px;animation:gwHistoryStoryMobile 7s ease-in-out -1.8s infinite}.gw-editorial-theme .gw-catalogue__header--history .gw-history__logo-mark{width:190px;left:-70px;top:43%}.gw-editorial-theme .gw-catalogue__header--history .gw-history__logo-mark--small{width:145px;left:auto;right:-54px;top:78%}}.gw-editorial-theme .gw-header__bar{width:100%!important;max-width:none!important;margin:0!important;border-left:0!important;border-right:0!important;border-radius:0!important}.gw-editorial-theme .gw-header__bar{background:linear-gradient(180deg,#ffffff57,#ffffff14),linear-gradient(110deg,#e1c2f48a,#cb96e275 52%,#e0a7d36b)!important;border-top:1px solid rgba(255,255,255,.72)!important;border-bottom:1px solid rgba(255,255,255,.48)!important;box-shadow:inset 0 1px #ffffff85,inset 0 -1px #7c468f14,0 12px 30px #532c6324!important;-webkit-backdrop-filter:blur(28px) saturate(1.28)!important;backdrop-filter:blur(28px) saturate(1.28)!important}@keyframes gwHistoryStoryMobile{0%,to{transform:translateY(0)}50%{transform:translateY(-7px)}}@media(prefers-reduced-motion:reduce){.gw-editorial-theme .gw-catalogue__header--history .gw-catalogue__definition p,.gw-editorial-theme .gw-catalogue__header--history .gw-history__logo-mark{animation:none!important}}.gw-editorial-theme .gw-catalogue__header--history .gw-catalogue__definition p+p{margin-top:0;padding-top:clamp(48px,5vw,66px);border-top:1px solid rgba(255,255,255,.92)}.gw-editorial-theme .gw-history__label{width:min(100%,480px);min-height:116px;padding:2rem 3rem;border:1px solid rgba(255,255,255,.92);border-radius:58px;color:#513450;background:linear-gradient(145deg,#ffffffe0,#ffeff9b8 58%,#ebe1ffad);clip-path:none;box-shadow:0 28px 70px #7846782e,inset 0 1px #fff;-webkit-backdrop-filter:blur(22px) saturate(1.15);backdrop-filter:blur(22px) saturate(1.15);filter:none;text-shadow:none;animation:gwHistoryTitleCardFloat 7s ease-in-out infinite}.gw-editorial-theme .gw-history__label span{display:inline-block;color:#a065bf;filter:none}@keyframes gwHistoryTitleCardFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-7px)}}@media(max-width:749px){.gw-editorial-theme .gw-history__label{width:min(100%,520px);min-height:96px;padding:1.6rem 2.1rem;border-radius:38px}}@media(prefers-reduced-motion:reduce){.gw-editorial-theme .gw-history__label{animation:none!important;transform:none!important}}.gw-editorial-theme .gw-footer__headline img{width:clamp(280px,34vw,430px);height:auto;right:clamp(10px,4vw,58px);top:50%;opacity:.68;object-fit:contain;border-radius:46px;mix-blend-mode:normal;filter:saturate(1.18) contrast(1.05) drop-shadow(0 26px 48px rgba(143,79,161,.28));-webkit-mask-image:radial-gradient(circle at 50% 50%,#000 46%,rgba(0,0,0,.94) 61%,transparent 83%);mask-image:radial-gradient(circle at 50% 50%,#000 46%,rgba(0,0,0,.94) 61%,transparent 83%);transform:translateY(-50%) rotate(5deg);animation:gwFooterLogoFloat 7s ease-in-out infinite}@keyframes gwFooterLogoFloat{0%,to{transform:translateY(-50%) rotate(5deg) scale(1)}50%{transform:translateY(calc(-50% - 9px)) rotate(1deg) scale(1.035)}}@media(max-width:749px){.gw-editorial-theme .gw-footer__headline img{width:min(56vw,260px);height:auto;right:-18px;top:46%;opacity:.5}}@media(prefers-reduced-motion:reduce){.gw-editorial-theme .gw-footer__headline img{animation:none!important;transform:translateY(-50%) rotate(3deg)!important}}.gw-editorial-theme .gw-footer{position:relative;overflow:hidden;color:#fff;background:radial-gradient(circle at 12% 16%,rgba(255,255,255,.34),transparent 27%),radial-gradient(circle at 86% 34%,rgba(255,131,190,.35),transparent 30%),radial-gradient(circle at 48% 108%,rgba(126,94,255,.38),transparent 38%),linear-gradient(135deg,#f2b8d3,#d995df 48%,#9b8cf8);border-top:1px solid rgba(255,255,255,.72)}.gw-editorial-theme .gw-footer:before{content:"";position:absolute;z-index:0;width:520px;height:520px;left:-180px;bottom:-260px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.26),transparent 68%);filter:blur(8px);pointer-events:none;animation:gwFooterAurora 9s ease-in-out infinite}.gw-editorial-theme .gw-footer .gw-frame{position:relative;z-index:1;color:#fff;border-color:#ffffff8c;box-shadow:0 30px 80px #5b2f7f33,inset 0 1px #ffffff73}.gw-editorial-theme .gw-footer__index{color:#ffffffeb;background:#ffffff14;border-color:#ffffff6b;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.gw-editorial-theme .gw-footer__headline{min-height:clamp(350px,34vw,470px);color:#fff;background:linear-gradient(120deg,#ffffff14,#ffffff05);border-color:#ffffff75}.gw-editorial-theme .gw-footer__headline h2{position:relative;z-index:2;color:#fff;text-shadow:0 12px 36px rgba(76,38,113,.25),0 1px 0 rgba(255,255,255,.45);letter-spacing:-.055em}.gw-editorial-theme .gw-footer__headline img{z-index:1;opacity:.72;filter:saturate(1.2) contrast(1.04) drop-shadow(0 28px 55px rgba(83,47,124,.3))}.gw-editorial-theme .gw-footer__grid{color:#fff;background:#ffffff14;border-color:#ffffff75;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.gw-editorial-theme .gw-footer__statement,.gw-editorial-theme .gw-footer__column{min-height:230px;color:#fff;border-color:#ffffff6b;background:linear-gradient(145deg,#ffffff24,#ffffff0b);transition:background .35s ease,transform .35s ease,box-shadow .35s ease}.gw-editorial-theme .gw-footer__statement{display:flex;align-items:center}.gw-editorial-theme .gw-footer__statement>div{max-width:760px;color:#fff;font-weight:550;line-height:1.28;text-shadow:0 8px 24px rgba(80,42,109,.16)}.gw-editorial-theme .gw-footer__column{display:flex;flex-direction:column;justify-content:center}.gw-editorial-theme .gw-footer__column>span{display:grid;place-items:center;width:38px;height:38px;margin:0 0 18px;color:#9f67bb;border-radius:50%;background:#ffffffe6;box-shadow:0 10px 25px #522b6e29}.gw-editorial-theme .gw-footer__column h3{margin:0;color:#fff;text-shadow:0 8px 22px rgba(73,37,106,.2)}.gw-editorial-theme .gw-footer__statement:hover,.gw-editorial-theme .gw-footer__column:hover{background:linear-gradient(145deg,#ffffff36,#ffffff14);box-shadow:inset 0 1px #ffffff6b}.gw-editorial-theme .gw-footer__column:hover{transform:translateY(-4px)}.gw-editorial-theme .gw-footer__bottom{color:#ffffffe0;background:#5432801a;border-color:#ffffff6b}@keyframes gwFooterAurora{0%,to{transform:translateZ(0) scale(1)}50%{transform:translate3d(70px,-28px,0) scale(1.08)}}@media(max-width:749px){.gw-editorial-theme .gw-footer__headline{min-height:300px}.gw-editorial-theme .gw-footer__grid{grid-template-columns:1fr}.gw-editorial-theme .gw-footer__statement{min-height:190px}.gw-editorial-theme .gw-footer__column{min-height:130px;align-items:flex-start}.gw-editorial-theme .gw-footer__column>span{margin-bottom:10px}}@media(prefers-reduced-motion:reduce){.gw-editorial-theme .gw-footer:before{animation:none!important}}.gw-editorial-theme .gw-footer{color:#fff!important;background:radial-gradient(circle at 12% 16%,rgba(255,255,255,.34),transparent 27%),radial-gradient(circle at 86% 34%,rgba(255,131,190,.35),transparent 30%),radial-gradient(circle at 48% 108%,rgba(126,94,255,.38),transparent 38%),linear-gradient(135deg,#f2b8d3,#d995df 48%,#9b8cf8)!important}.gw-catalogue__grid{gap:clamp(18px,2.2vw,30px)}.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card],.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card]:nth-child(2n),.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card]:nth-child(3n){min-height:540px;border:1px solid rgba(255,255,255,.66)!important;border-radius:30px!important;background:radial-gradient(circle at var(--gw-card-pointer-x,50%) var(--gw-card-pointer-y,30%),rgba(255,255,255,.16),transparent 32%),linear-gradient(155deg,#ffffff38,#ffffff13 54%,#bb74dd2b)!important;box-shadow:0 22px 54px #461e5833,inset 0 1px #ffffff6b!important;transition:transform .45s cubic-bezier(.2,.8,.2,1),box-shadow .45s ease,border-color .35s ease,background .35s ease}.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card]:before{border-radius:inherit;background:radial-gradient(circle 220px at var(--gw-card-x,50%) var(--gw-card-y,50%),rgba(255,171,221,.24),rgba(168,127,255,.14) 42%,transparent 72%)}.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card]:after{background:linear-gradient(180deg,transparent,rgba(255,255,255,.08) 22%,rgba(255,225,248,.34) 50%,rgba(198,174,255,.1) 78%,transparent)}.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card] .gw-product-card__topline{min-height:46px;grid-template-columns:38px minmax(0,1fr) auto;gap:9px;padding:0 15px;background:#ffffff1d!important;border-bottom-color:#ffffff57}.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card] .gw-product-card__topline span:first-child{display:grid;place-items:center;width:27px;height:27px;border-radius:50%;color:#a256a7;background:#ffffffeb;box-shadow:0 7px 17px #4b205b24}.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card] .gw-product-card__topline span:last-child{padding:.36rem .62rem;color:#9a438f!important;background:linear-gradient(135deg,#fff,#f8e9ff)!important}.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card] .gw-product-card__media{aspect-ratio:16/10!important;min-height:0;margin:10px 10px 0;padding:24px!important;border:1px solid rgba(255,255,255,.52);border-radius:22px;background:radial-gradient(circle at 28% 22%,rgba(255,255,255,.52),transparent 18%),radial-gradient(circle at 76% 72%,rgba(202,151,255,.34),transparent 28%),linear-gradient(145deg,#ffe0f5d1,#c1adf6b3)!important;box-shadow:inset 0 1px #ffffff8c,0 15px 30px #5325631c;transition:transform .45s cubic-bezier(.2,.8,.2,1),filter .35s ease!important}.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card] .gw-product-card__placeholder{gap:10px}.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card] .gw-product-card__placeholder-art{width:116px;border-color:#ffffffd6;background:radial-gradient(circle at 34% 27%,rgba(255,255,255,.92),transparent 17%),radial-gradient(circle,#ffffff52,#dc77c275 55%,#7e5bcf5c);box-shadow:0 22px 40px #592a703b,inset 0 0 0 12px #ffffff17;transition:transform .5s cubic-bezier(.2,.8,.2,1),box-shadow .4s ease}.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card] .gw-product-card__corner{top:18px;right:18px;width:38px;height:38px;background:linear-gradient(135deg,#ff76aac7,#9d83ffbd)!important}.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card] .gw-product-card__body{flex:1;gap:12px!important;padding:20px!important;background:linear-gradient(180deg,#ffffff17,#ffffff06)!important}.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card] .gw-product-card__title{font-size:clamp(1.55rem,2.15vw,2.05rem)!important;line-height:1.02!important;letter-spacing:-.018em!important}.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card] .gw-product-card__description{max-height:6.9em;color:#ffffffe6!important;font-size:.85rem;line-height:1.53;-webkit-mask-image:linear-gradient(#000 68%,transparent 100%);mask-image:linear-gradient(#000 68%,transparent 100%)}.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card] .gw-product-card__description p+p{margin-top:.52em}.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card] .gw-product-card__footer{min-height:62px;margin-top:auto;gap:10px;padding-top:14px;border-top-color:#ffffff5c!important}.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card] .gw-product-card__footer strong{padding:.68rem .82rem;color:#fff!important;background:linear-gradient(135deg,#ffffff38,#ffffff1a);border-color:#ffffffa6;box-shadow:inset 0 1px #ffffff4d,0 8px 18px #441c541c}.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card] .gw-product-card__link{min-height:44px;padding:.72rem 1.08rem;color:#fff!important;background:linear-gradient(135deg,#ff76aa,#d66fcb 52%,#9d83ff)!important;border-color:#ffffffa6!important;box-shadow:0 12px 26px #6c317d40,inset 0 1px #ffffff59}.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card] .gw-product-card__link span{transition:transform .3s ease}@media(hover:hover)and (pointer:fine){.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card]:is(:hover,:focus-within){transform:perspective(1200px) translate3d(var(--gw-card-magnet-x,0),calc(var(--gw-card-magnet-y,0) - 11px),0) rotateX(var(--gw-card-rotate-x,0deg)) rotateY(var(--gw-card-rotate-y,0deg))!important;border-color:#fffffff0!important;background:radial-gradient(circle at var(--gw-card-pointer-x,50%) var(--gw-card-pointer-y,30%),rgba(255,255,255,.23),transparent 34%),linear-gradient(155deg,#ffffff47,#ffffff1c 52%,#cb82e638)!important;box-shadow:0 34px 76px #431b5647,0 0 0 1px #ffffff40 inset,0 0 38px #e1a6ff2e!important}.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card]:is(:hover,:focus-within) .gw-product-card__media{transform:translateZ(18px) scale(1.018);filter:saturate(1.08) brightness(1.03)}.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card]:is(:hover,:focus-within) .gw-product-card__placeholder-art{transform:translateY(-5px) rotate(5deg) scale(1.05);box-shadow:0 28px 50px #592a704a,inset 0 0 0 12px #ffffff1f}.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card] .gw-product-card__link:is(:hover,:focus-visible){background:linear-gradient(135deg,#ff8aba,#e277d5 48%,#ab94ff)!important;box-shadow:0 16px 32px #6c317d52,0 0 22px #ffc4eb2e}.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card] .gw-product-card__link:is(:hover,:focus-visible) span{transform:translate(3px,-3px)}}@media(max-width:749px){.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card],.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card]:nth-child(2n),.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card]:nth-child(3n){min-height:0;border-radius:24px!important}.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card] .gw-product-card__media{aspect-ratio:16/10!important;margin:8px 8px 0;padding:20px!important;border-radius:18px}.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card] .gw-product-card__body{padding:18px!important}.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card] .gw-product-card__title{font-size:clamp(1.65rem,8vw,2.15rem)!important}.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card] .gw-product-card__description{max-height:6.2em}.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card] .gw-product-card__footer{align-items:center}}.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card]{--gw-card-stagger:0px;margin-top:var(--gw-card-stagger);border-radius:34px 34px 104px!important}.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card]:nth-child(3n+2){--gw-card-stagger:24px;border-radius:104px 34px 34px!important}.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card]:nth-child(3n){--gw-card-stagger:10px;border-radius:34px 104px 34px 34px!important}.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card] .gw-product-card__topline{min-height:52px;padding-bottom:5px;background:linear-gradient(90deg,#ffffff2b,#ffffff0f)!important;clip-path:polygon(0 0,100% 0,100% 80%,0 100%);border-bottom:0}.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card]:nth-child(2n) .gw-product-card__topline{clip-path:polygon(0 0,100% 0,100% 100%,0 80%)}.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card] .gw-product-card__media{margin:4px 10px 0;border-radius:28px 28px 94px;transform:rotate(-.7deg)}.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card]:nth-child(3n+2) .gw-product-card__media{border-radius:94px 28px 28px;transform:rotate(.7deg)}.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card]:nth-child(3n) .gw-product-card__media{border-radius:28px 94px 28px 28px;transform:rotate(-.45deg)}.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card] .gw-product-card__body{position:relative;z-index:4;margin:-9px 8px 8px;padding:20px 18px 18px!important;border:1px solid rgba(255,255,255,.34);border-radius:26px 26px 78px;background:linear-gradient(155deg,#622d7047,#53266a29),linear-gradient(180deg,#ffffff21,#ffffff0d)!important;box-shadow:0 18px 36px #411a5121,inset 0 1px #ffffff38;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card]:nth-child(3n+2) .gw-product-card__body{border-radius:78px 26px 26px}.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card]:nth-child(3n) .gw-product-card__body{border-radius:26px 78px 26px 26px}.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card] .gw-product-card__footer strong{display:grid;place-items:center;min-width:92px;min-height:58px;padding:.72rem .9rem;border:0;border-radius:0;color:#8e3e85!important;background:linear-gradient(135deg,#fff,#f7e8ff 58%,#eadfff);clip-path:polygon(0 50%,7% 39%,3% 25%,16% 21%,18% 7%,32% 12%,43% 2%,50% 11%,57% 2%,68% 12%,82% 7%,84% 21%,97% 25%,93% 39%,100% 50%,93% 61%,97% 75%,84% 79%,82% 93%,68% 88%,57% 98%,50% 89%,43% 98%,32% 88%,18% 93%,16% 79%,3% 75%,7% 61%);box-shadow:none;filter:drop-shadow(0 10px 15px rgba(66,26,81,.16))}.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card] .gw-product-card__link{min-width:122px;border-radius:18px 18px 42px}.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card]:nth-child(2n) .gw-product-card__link{border-radius:42px 18px 18px}.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card] .gw-product-card__placeholder-art{border-radius:38% 62% 42% 58%/54% 42% 58% 46%;animation:gwProductOrbMorph 8s ease-in-out infinite}.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card] .gw-product-card__placeholder-art:before,.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card] .gw-product-card__placeholder-art:after{border-radius:inherit}@keyframes gwProductOrbMorph{0%,to{border-radius:38% 62% 42% 58%/54% 42% 58% 46%;transform:rotate(-3deg)}50%{border-radius:58% 42% 62% 38%/42% 58% 44% 56%;transform:rotate(4deg)}}@media(hover:hover)and (pointer:fine){.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card]:is(:hover,:focus-within) .gw-product-card__media{transform:translateZ(18px) rotate(0) scale(1.025)}.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card]:is(:hover,:focus-within) .gw-product-card__body{transform:translateZ(24px);border-color:#ffffff8f;background:linear-gradient(155deg,#692e7954,#53266a30),linear-gradient(180deg,#ffffff29,#ffffff0f)!important}.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card]:is(:hover,:focus-within) .gw-product-card__footer strong{transform:rotate(-4deg) scale(1.06)}}@media(max-width:749px){.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card],.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card]:nth-child(3n+2),.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card]:nth-child(3n){--gw-card-stagger:0px;margin-top:0}.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card] .gw-product-card__body{margin:-7px 6px 6px;padding:18px 16px 16px!important}.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card] .gw-product-card__footer strong{min-width:86px;min-height:54px}.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card] .gw-product-card__link{min-width:116px}}@media(prefers-reduced-motion:reduce){.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card] .gw-product-card__placeholder-art{animation:none!important}}.gw-editorial-theme #more-drops.gw-catalogue{background:#bc5f86!important;background-image:none!important}.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card],.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card]:nth-child(3n+2),.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card]:nth-child(3n){--gw-card-stagger:0px;margin-top:0;border-radius:34px 34px 104px!important}.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card] .gw-product-card__topline,.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card]:nth-child(2n) .gw-product-card__topline{clip-path:polygon(0 0,100% 0,100% 80%,0 100%)}.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card] .gw-product-card__media,.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card]:nth-child(3n+2) .gw-product-card__media,.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card]:nth-child(3n) .gw-product-card__media{border-radius:28px 28px 94px;transform:rotate(-.7deg)}.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card] .gw-product-card__body,.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card]:nth-child(3n+2) .gw-product-card__body,.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card]:nth-child(3n) .gw-product-card__body{border-radius:26px 26px 78px}.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card] .gw-product-card__link,.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card]:nth-child(2n) .gw-product-card__link{border-radius:18px 18px 42px}.gw-editorial-theme #more-drops.gw-catalogue{box-shadow:inset 0 88px 72px -78px #ffffff47,inset 0 -92px 78px -82px #4c1d5c3d}.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card]:before,.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card]:after{transition:opacity .65s cubic-bezier(.2,.8,.2,1),filter .65s ease}.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card] .gw-product-card__media,.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card] .gw-product-card__body,.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card] .gw-product-card__footer,.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card] .gw-product-card__placeholder-art{transition:opacity .5s ease,filter .55s ease,transform .5s cubic-bezier(.2,.8,.2,1),box-shadow .5s ease,background .5s ease}@keyframes gwProductSoftFade{0%{opacity:0;filter:blur(14px) saturate(.65)}46%{opacity:.58;filter:blur(5px) saturate(.86)}to{opacity:1;filter:blur(0) saturate(1)}}@keyframes gwSectionSoftFade{0%{opacity:0;filter:blur(10px)}to{opacity:1;filter:blur(0)}}@supports (animation-timeline:view()){.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card]{animation-name:gwProductSoftFade;animation-duration:1s;animation-timing-function:linear;animation-fill-mode:both;animation-timeline:view();animation-range:entry 2% cover 26%}.gw-editorial-theme .gw-catalogue__header:not(.gw-catalogue__header--history),.gw-editorial-theme .gw-footer__headline,.gw-editorial-theme .gw-footer__grid{animation-name:gwSectionSoftFade;animation-duration:1s;animation-timing-function:linear;animation-fill-mode:both;animation-timeline:view();animation-range:entry 4% cover 28%}}@media(hover:hover)and (pointer:fine){.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card]:is(:hover,:focus-within):before{opacity:1;filter:blur(1px) saturate(1.12)}.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card]:is(:hover,:focus-within) .gw-product-card__body{opacity:1;filter:brightness(1.045)}.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card]:is(:hover,:focus-within) .gw-product-card__media{opacity:1;filter:saturate(1.1) brightness(1.04)}}@media(prefers-reduced-motion:reduce){.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card],.gw-editorial-theme .gw-catalogue__header,.gw-editorial-theme .gw-footer__headline,.gw-editorial-theme .gw-footer__grid{animation:none!important;opacity:1!important;filter:none!important}}.js .gw-editorial-theme .gw-catalogue .gw-product-card.gw-synced-card.gw-scroll-reveal[data-gw-product-card]{transition:opacity .9s cubic-bezier(.16,.8,.24,1),transform .9s cubic-bezier(.16,.8,.24,1),filter .85s ease,box-shadow .45s ease,border-color .35s ease!important}.js .gw-editorial-theme .gw-catalogue .gw-product-card.gw-synced-card.gw-scroll-reveal[data-gw-product-card]:not(.gw-scroll-visible){opacity:0!important;--gw-card-lift:48px;--gw-card-scale:.955;filter:blur(12px) saturate(.72) brightness(.9)!important}.js .gw-editorial-theme .gw-catalogue .gw-product-card.gw-synced-card.gw-scroll-reveal.gw-scroll-visible[data-gw-product-card]{opacity:1!important;--gw-card-lift:0px;--gw-card-scale:1;filter:blur(0) saturate(1) brightness(1)!important}@supports (animation-timeline:view()){.gw-editorial-theme .gw-catalogue .gw-product-card.gw-synced-card[data-gw-product-card]{animation-name:gwProductSoftFade!important;animation-duration:1s!important;animation-timing-function:linear!important;animation-fill-mode:both!important;animation-timeline:view()!important;animation-range:entry 2% cover 26%!important}}@media(prefers-reduced-motion:reduce){.gw-editorial-theme .gw-catalogue .gw-product-card.gw-synced-card[data-gw-product-card]{animation:none!important;opacity:1!important;filter:none!important}}html{scroll-behavior:smooth}.gw-editorial-theme .gw-catalogue .gw-product-card.gw-synced-card[data-gw-product-card]{animation:none!important;opacity:1!important;filter:none!important}.gw-editorial-theme .gw-catalogue .gw-product-card.gw-synced-card[data-gw-product-card]{--gw-card-magnet-x:0px!important;--gw-card-magnet-y:0px!important;--gw-card-rotate-x:0deg!important;--gw-card-rotate-y:0deg!important;transform:translateZ(0) scale(1)!important;transition:transform .28s cubic-bezier(.2,.8,.2,1),filter .28s ease,box-shadow .28s ease,border-color .28s ease,background .28s ease!important}@media(hover:hover)and (pointer:fine){.gw-editorial-theme .gw-catalogue .gw-product-card.gw-synced-card[data-gw-product-card]:is(:hover,:focus-within){transform:translate3d(0,-8px,0) scale(1.012)!important}}.gw-editorial-theme .gw-catalogue__header:not(.gw-catalogue__header--history),.gw-editorial-theme .gw-footer__headline,.gw-editorial-theme .gw-footer__grid{animation:none!important;opacity:1!important;filter:none!important}.gw-editorial-theme .gw-hero{position:relative;box-shadow:inset 0 -130px 105px -92px #bc5f86b8,0 38px 75px #572b6724}.gw-editorial-theme #more-drops.gw-catalogue{box-shadow:inset 0 125px 105px -95px #b79eff85,inset 0 -155px 125px -98px #f2b8d3c7!important}.gw-editorial-theme .gw-catalogue__header--history{box-shadow:inset 0 105px 85px -82px #ffcdf75c,inset 0 -130px 100px -82px #bc5f86e6}.gw-editorial-theme .gw-catalogue__grid{box-shadow:inset 0 95px 80px -78px #ffcdf733,inset 0 -125px 100px -88px #f2b8d357}.gw-editorial-theme .gw-footer{box-shadow:inset 0 115px 92px -82px #bc5f866b,0 -42px 80px #75377e21}@media(max-width:749px){.gw-editorial-theme .gw-hero{box-shadow:inset 0 -90px 75px -66px #bc5f86b3}.gw-editorial-theme #more-drops.gw-catalogue{box-shadow:inset 0 88px 72px -66px #b79eff75,inset 0 -105px 86px -68px #f2b8d3b8!important}.gw-editorial-theme .gw-catalogue__header--history{box-shadow:inset 0 76px 62px -56px #ffcdf74d,inset 0 -92px 72px -56px #bc5f86db}.gw-editorial-theme .gw-footer{box-shadow:inset 0 82px 66px -58px #bc5f8666}}.gw-editorial-theme #more-drops.gw-catalogue{position:relative;isolation:isolate;overflow:hidden}.gw-editorial-theme #more-drops.gw-catalogue:before,.gw-editorial-theme #more-drops.gw-catalogue:after{content:"";display:block!important;position:absolute;z-index:0;left:-4%;width:108%;height:230px;pointer-events:none;filter:blur(12px) saturate(1.12);animation:gwPageAuroraDrift 9s ease-in-out infinite}.gw-editorial-theme #more-drops.gw-catalogue:before{top:-1px;background:radial-gradient(ellipse at 20% 40%,rgba(255,255,255,.48),transparent 34%),radial-gradient(ellipse at 82% 54%,rgba(255,167,220,.42),transparent 38%),linear-gradient(180deg,#b39eff,#ca78b5 48%,#bc5f8600)}.gw-editorial-theme #more-drops.gw-catalogue:after{bottom:-1px;background:radial-gradient(ellipse at 28% 55%,rgba(255,255,255,.34),transparent 36%),radial-gradient(ellipse at 78% 40%,rgba(190,164,255,.45),transparent 38%),linear-gradient(180deg,#bc5f8600,#d893bd 52%,#f2b8d3);animation-direction:reverse}.gw-editorial-theme #more-drops.gw-catalogue>.gw-frame{position:relative;z-index:1}.gw-editorial-theme .gw-catalogue__grid{position:relative;isolation:isolate}.gw-editorial-theme .gw-catalogue__grid:before{content:"";position:absolute;z-index:0;top:-105px;left:-3%;width:106%;height:245px;pointer-events:none;background:radial-gradient(ellipse at 18% 48%,rgba(255,255,255,.32),transparent 34%),radial-gradient(ellipse at 76% 50%,rgba(196,159,255,.35),transparent 38%),linear-gradient(180deg,#ffcdf76b,#bc5f8600 88%);filter:blur(15px) saturate(1.08);animation:gwPageAuroraDrift 10s ease-in-out -2s infinite}.gw-editorial-theme .gw-catalogue__grid>*{position:relative;z-index:1}@keyframes gwPageAuroraDrift{0%,to{transform:translate3d(-1.5%,0,0) scaleX(1.02);opacity:.92}50%{transform:translate3d(1.5%,4px,0) scaleX(1.06);opacity:1}}@media(max-width:749px){.gw-editorial-theme #more-drops.gw-catalogue:before,.gw-editorial-theme #more-drops.gw-catalogue:after{left:-9%;width:118%;height:165px;filter:blur(10px) saturate(1.08)}.gw-editorial-theme .gw-catalogue__grid:before{top:-72px;left:-8%;width:116%;height:170px;filter:blur(11px)}}@media(prefers-reduced-motion:reduce){.gw-editorial-theme #more-drops.gw-catalogue:before,.gw-editorial-theme #more-drops.gw-catalogue:after,.gw-editorial-theme .gw-catalogue__grid:before{animation:none!important}}.gw-editorial-theme #more-drops.gw-catalogue:before{background:radial-gradient(ellipse at 20% 40%,rgba(255,255,255,.48),transparent 34%),radial-gradient(ellipse at 82% 54%,rgba(255,167,220,.42),transparent 38%),linear-gradient(180deg,#b39eff,#ca78b5 48%,#bc5f8600)!important}.gw-editorial-theme #more-drops.gw-catalogue:before,.gw-editorial-theme #more-drops.gw-catalogue:after,.gw-editorial-theme .gw-catalogue__grid:before{display:none!important;animation:none!important}.gw-editorial-theme .gw-hero{box-shadow:inset 0 -64px 50px -54px #bc5f866b!important}.gw-editorial-theme #more-drops.gw-catalogue{box-shadow:inset 0 58px 46px -50px #b39eff47,inset 0 -66px 52px -54px #f2b8d366!important}.gw-editorial-theme .gw-catalogue__header--history{box-shadow:inset 0 -56px 44px -48px #bc5f8670!important}.gw-editorial-theme .gw-catalogue__grid{box-shadow:none!important}.gw-editorial-theme .gw-footer{box-shadow:inset 0 56px 44px -48px #bc5f863d!important}@media(max-width:749px){.gw-editorial-theme .gw-hero{box-shadow:inset 0 -46px 36px -38px #bc5f8661!important}.gw-editorial-theme #more-drops.gw-catalogue{box-shadow:inset 0 44px 34px -38px #b39eff3d,inset 0 -48px 38px -40px #f2b8d357!important}.gw-editorial-theme .gw-catalogue__header--history{box-shadow:inset 0 -42px 32px -35px #bc5f8666!important}.gw-editorial-theme .gw-footer{box-shadow:inset 0 42px 32px -36px #bc5f8633!important}}body.gw-editorial-theme,.gw-editorial-theme .main-content,.gw-editorial-theme .gw-hero,.gw-editorial-theme #more-drops.gw-catalogue,.gw-editorial-theme .gw-footer{background:#d8b0ef!important;background-image:none!important}.gw-editorial-theme .gw-hero,.gw-editorial-theme #more-drops.gw-catalogue,.gw-editorial-theme .gw-catalogue__header--history,.gw-editorial-theme .gw-catalogue__grid,.gw-editorial-theme .gw-footer{box-shadow:none!important}.gw-editorial-theme #more-drops.gw-catalogue:before,.gw-editorial-theme #more-drops.gw-catalogue:after,.gw-editorial-theme .gw-catalogue__grid:before,.gw-editorial-theme .gw-footer:before{display:none!important;animation:none!important}.gw-editorial-theme .gw-catalogue__header--history{background-color:transparent!important}.gw-editorial-theme .gw-footer .gw-frame,.gw-editorial-theme .gw-footer__headline,.gw-editorial-theme .gw-footer__grid,.gw-editorial-theme .gw-footer__bottom{border-color:#ffffff6b}.gw-editorial-theme .gw-footer__headline{display:grid;place-items:center;text-align:center}.gw-editorial-theme .gw-footer__headline h2{width:100%;margin:0;text-align:center;transform:none}@media(max-width:749px){.gw-editorial-theme .gw-footer__headline{place-items:center}.gw-editorial-theme .gw-footer__headline h2{text-align:center}}.gw-editorial-theme .gw-footer__headline{grid-template-columns:minmax(0,1fr)}.gw-editorial-theme .gw-footer__headline h2{justify-self:stretch}.gw-editorial-theme .gw-header__nav{gap:8px;padding:8px;border-left:0!important;border-right:0!important}.gw-editorial-theme .gw-header__nav a,.gw-editorial-theme .gw-link-button,.gw-editorial-theme .gw-menu-button,.gw-editorial-theme .gw-mobile-menu__close{display:flex;align-items:center;justify-content:center;text-align:center;color:#fff!important;background:#ffffff26!important;border:1px solid rgba(255,255,255,.58)!important;border-radius:999px!important;box-shadow:inset 0 1px #ffffff47,0 10px 24px #5b2e701f;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);transition:transform .32s cubic-bezier(.2,.8,.2,1),background .32s ease,border-color .32s ease,box-shadow .32s ease,color .25s ease!important}.gw-editorial-theme .gw-header__nav a{min-width:118px;min-height:50px;height:50px;padding:0 20px}.gw-editorial-theme .gw-header__nav a[href="/"]{color:#8c4a91!important;background:#ffffffe0!important;border-color:#fffffff5!important}.gw-editorial-theme .gw-link-button{justify-content:space-between;min-height:74px;padding:10px 12px 10px 25px;color:#71456f!important;background:linear-gradient(145deg,#fffffff0,#fff0f9d6)!important;border-color:#fffffffa!important;border-radius:20px!important;box-shadow:inset 0 1px #fff,0 18px 38px #69397329}.gw-editorial-theme .gw-link-button--secondary{color:#71456f!important;background:linear-gradient(145deg,#fffffff0,#fff0f9d6)!important;border-color:#fffffffa!important;box-shadow:inset 0 1px #fff,0 18px 38px #69397329}.gw-editorial-theme .gw-link-button span:first-child{display:block;flex:1 1 auto;width:auto;height:auto;margin:0;color:inherit;background:none;font-size:.76rem;font-weight:950;letter-spacing:.16em;text-align:left}.gw-editorial-theme .gw-link-button span:last-child{display:grid;place-items:center;flex:0 0 auto;width:46px;height:46px;margin-left:auto;border:1px solid rgba(139,79,145,.12);border-radius:14px;color:#935291;background:#ffffffdb;box-shadow:inset 0 1px #fff,0 8px 18px #6939731a;font-size:1.05rem;transition:transform .32s cubic-bezier(.2,.8,.2,1),background .3s ease,color .3s ease}.gw-editorial-theme .gw-link-button--secondary span:last-child{color:#935291;background:#ffffffdb;border-color:#8b4f911f;box-shadow:inset 0 1px #fff,0 8px 18px #6939731a}.gw-editorial-theme .gw-footer__column{align-self:center;align-items:center;justify-content:center;min-height:180px;margin:18px;padding:24px 18px;text-align:center;color:#fff;background:#ffffff24;border:1px solid rgba(255,255,255,.5)!important;border-radius:34px;box-shadow:inset 0 1px #ffffff40,0 16px 34px #5b2e701f;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);transition:transform .32s cubic-bezier(.2,.8,.2,1),background .32s ease,border-color .32s ease,box-shadow .32s ease}.gw-editorial-theme .gw-footer__column>span{margin:0 0 14px}.gw-editorial-theme .gw-footer__column h3{margin:0;text-align:center}@media(hover:hover)and (pointer:fine){.gw-editorial-theme .gw-header__nav a:hover,.gw-editorial-theme .gw-header__nav a:focus-visible,.gw-editorial-theme .gw-menu-button:hover,.gw-editorial-theme .gw-menu-button:focus-visible,.gw-editorial-theme .gw-mobile-menu__close:hover,.gw-editorial-theme .gw-mobile-menu__close:focus-visible{transform:translateY(-4px) scale(1.02)!important;color:#fff!important;background:#ffffff42!important;border-color:#ffffffeb!important;box-shadow:inset 0 1px #ffffff61,0 17px 32px #5b2e7033}.gw-editorial-theme .gw-header__nav a[href="/"]:hover,.gw-editorial-theme .gw-header__nav a[href="/"]:focus-visible{color:#7e4084!important;background:#fff!important}.gw-editorial-theme .gw-link-button:hover,.gw-editorial-theme .gw-link-button:focus-visible{transform:translateY(-5px) scale(1.012)!important;color:#653963!important;background:linear-gradient(145deg,#fff,#ffeff9f5)!important;border-color:#fff!important;box-shadow:inset 0 1px #fff,0 24px 48px #69397338!important}.gw-editorial-theme .gw-link-button--secondary:hover,.gw-editorial-theme .gw-link-button--secondary:focus-visible{color:#653963!important;background:linear-gradient(145deg,#fff,#ffeff9f5)!important;border-color:#fff!important;box-shadow:inset 0 1px #fff,0 24px 48px #69397338!important}.gw-editorial-theme .gw-link-button:hover span:last-child,.gw-editorial-theme .gw-link-button:focus-visible span:last-child{transform:translate(3px,-3px) rotate(5deg) scale(1.06)}.gw-editorial-theme .gw-footer__column:hover{transform:translateY(-5px);background:#ffffff38;border-color:#ffffffd1!important;box-shadow:inset 0 1px #ffffff59,0 22px 42px #5b2e702e}}.gw-editorial-theme .gw-header__nav a:focus-visible,.gw-editorial-theme .gw-link-button:focus-visible,.gw-editorial-theme .gw-menu-button:focus-visible,.gw-editorial-theme .gw-mobile-menu__close:focus-visible{outline:3px solid rgba(255,255,255,.92);outline-offset:3px}@media(max-width:749px){.gw-editorial-theme .gw-header__nav a,.gw-editorial-theme .gw-link-button,.gw-editorial-theme .gw-menu-button,.gw-editorial-theme .gw-mobile-menu__close{width:100%}.gw-editorial-theme .gw-footer__column{width:auto;min-height:125px;margin:10px;border-radius:26px}.gw-editorial-theme .gw-link-button{min-height:66px;padding:9px 10px 9px 20px}.gw-editorial-theme .gw-link-button span:last-child{width:42px;height:42px;border-radius:13px}}@media(max-width:520px){.gw-editorial-theme .gw-hero__bottom--actions-only .gw-hero__actions{grid-template-columns:1fr;gap:10px}}@media(max-width:1180px){html{scroll-padding-top:86px}body.gw-editorial-theme{overflow-x:hidden}.gw-editorial-theme .gw-header__bar{display:flex;align-items:center;justify-content:center;width:min(calc(100% - 20px),760px);min-height:72px;padding:8px}.gw-editorial-theme .gw-header__brand,.gw-editorial-theme .gw-header__meta{display:none!important}.gw-editorial-theme .gw-header__nav{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));width:100%;gap:6px;padding:0;border:0!important}.gw-editorial-theme .gw-header__nav a{width:100%;min-width:0;min-height:48px;height:48px;padding:0 12px}.gw-editorial-theme .gw-catalogue__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card]:nth-child(n){border-right:1px solid var(--gw-card-border)!important}}@media(max-width:900px){.gw-editorial-theme .gw-catalogue__header--history{min-height:0}.gw-editorial-theme .gw-catalogue__header--history .gw-catalogue__definition{width:min(100%,620px);grid-template-columns:1fr;gap:20px}.gw-editorial-theme .gw-catalogue__header--history .gw-catalogue__definition p:first-child,.gw-editorial-theme .gw-catalogue__header--history .gw-catalogue__definition p:last-child{width:100%;transform:none}}@media(max-width:749px){:root{--yz-card-radius:24px;--yz-button-radius:16px}html{scroll-padding-top:74px}body.gw-editorial-theme{font-size:15px}.gw-editorial-theme :is(.gw-frame,.yz-page-width,.yz-narrow){width:min(calc(100% - 20px),100%)}.gw-editorial-theme :is(h1,h2,h3,p,a,span){overflow-wrap:anywhere}.gw-editorial-theme .gw-header{min-height:0;padding:6px 0;background:#d8b0efd1;-webkit-backdrop-filter:blur(18px) saturate(1.15);backdrop-filter:blur(18px) saturate(1.15)}.gw-editorial-theme .gw-header__bar{width:calc(100% - 12px);min-height:58px;padding:5px;border:0}.gw-editorial-theme .gw-header__nav{gap:4px}.gw-editorial-theme .gw-header__nav a{min-height:44px;height:44px;padding:0 4px;border-radius:14px!important;font-size:clamp(.52rem,2.45vw,.64rem);line-height:1;letter-spacing:.035em}.gw-editorial-theme .gw-hero{min-height:0;padding:8px 0 0}.gw-editorial-theme .gw-hero__frame{min-height:calc(100svh - 76px)!important;grid-template-rows:minmax(0,1fr) auto;border:0}.gw-editorial-theme .gw-hero__topline{display:none}.gw-editorial-theme .gw-hero__stage{min-height:clamp(360px,112vw,510px);grid-template-columns:20px minmax(0,1fr) 20px;border:1px solid rgba(255,255,255,.38);border-radius:26px;overflow:hidden}.gw-editorial-theme .gw-hero__vertical{display:none}.gw-editorial-theme .gw-hero__type{top:0;right:8px;bottom:0;left:8px;gap:4px;font-size:clamp(4.8rem,25vw,7.2rem);line-height:.76;white-space:normal;text-align:center}.gw-editorial-theme .gw-hero__type span:first-child,.gw-editorial-theme .gw-hero__type span:last-child{max-width:100%;transform:none}.gw-editorial-theme .gw-hero__logo-wrap:before{width:min(80vw,320px)}.gw-editorial-theme .gw-hero__logo-wrap:after{width:min(64vw,255px)}.gw-editorial-theme .gw-hero__logo{width:min(68vw,280px)!important;height:min(68vw,280px)!important}.gw-editorial-theme .gw-hero__bottom,.gw-editorial-theme .gw-hero__bottom--actions-only{display:block;padding:14px 6px 18px;border-top:0}.gw-editorial-theme .gw-hero__bottom--actions-only .gw-hero__actions{width:100%;max-width:none;grid-template-columns:1fr;gap:10px;border:0}.gw-editorial-theme .gw-link-button{width:100%;min-height:64px;padding:8px 9px 8px 20px;border-radius:18px!important}.gw-editorial-theme .gw-link-button span:first-child{font-size:.7rem;letter-spacing:.13em}.gw-editorial-theme .gw-link-button span:last-child{width:44px;height:44px;border-radius:13px}.gw-editorial-theme .gw-catalogue__header--history{min-height:0;gap:24px;padding:48px 10px 66px;overflow:hidden}.gw-editorial-theme .gw-catalogue__header--history:after{display:none}.gw-editorial-theme .gw-history__label{width:100%;min-height:88px;padding:1.35rem 1.4rem;border-radius:30px;font-size:.65rem;letter-spacing:.12em;animation:none!important;transform:none!important}.gw-editorial-theme .gw-catalogue__header--history .gw-catalogue__definition{width:100%;margin:0;display:grid;grid-template-columns:1fr;gap:16px}.gw-editorial-theme .gw-catalogue__header--history .gw-catalogue__definition p,.gw-editorial-theme .gw-catalogue__header--history .gw-catalogue__definition p:first-child,.gw-editorial-theme .gw-catalogue__header--history .gw-catalogue__definition p:last-child{width:100%;min-height:0;margin:0;padding:52px 22px 30px;border-radius:30px;font-size:1rem;line-height:1.58;text-align:left;transform:none!important;animation:none!important}.gw-editorial-theme .gw-catalogue__header--history .gw-catalogue__definition p+p{padding-top:52px}.gw-editorial-theme .gw-history__logo-mark{width:170px;left:-58px;top:46%;opacity:.16;animation:none!important;transform:translateY(-50%) rotate(-7deg)!important}.gw-editorial-theme .gw-history__logo-mark--small{width:118px;left:auto;right:-38px;top:76%;opacity:.2;transform:translateY(-50%) rotate(8deg)!important}.gw-editorial-theme #more-drops.gw-catalogue{padding:0 0 30px!important}.gw-editorial-theme .gw-catalogue__grid,.gw-editorial-theme .gw-catalogue__grid--scroll{display:grid;grid-template-columns:1fr!important;grid-auto-flow:row;grid-auto-columns:auto;width:100%;gap:16px;padding:0 10px 24px;overflow:visible}.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card],.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card]:nth-child(n){width:100%;min-width:0;margin:0;border:1px solid rgba(255,255,255,.66)!important;border-radius:24px!important;overflow:hidden;transform:none!important}.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card] .gw-product-card__topline{min-height:48px;padding:0 14px}.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card] .gw-product-card__media{aspect-ratio:16/11!important;min-height:210px;padding:18px!important}.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card] .gw-product-card__body{min-height:0;padding:20px 18px 18px!important}.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card] .gw-product-card__title{font-size:clamp(1.65rem,8.7vw,2.25rem)!important;line-height:1.02!important}.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card] .gw-product-card__description{display:-webkit-box;max-height:none;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:6;font-size:.84rem;line-height:1.52;-webkit-mask-image:none;mask-image:none}.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card] .gw-product-card__footer{align-items:center;gap:12px;padding-top:16px}.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card] .gw-product-card__price{font-size:1.1rem}.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card] .gw-product-card__link{min-height:48px;padding:0 15px;border-radius:14px!important}.gw-editorial-theme .gw-footer{padding:18px 0 0!important}.gw-editorial-theme .gw-footer .gw-frame{width:calc(100% - 20px);border:0}.gw-editorial-theme .gw-footer__index{min-height:42px;padding:0 12px;border:1px solid rgba(255,255,255,.4);border-radius:16px 16px 0 0;font-size:.55rem}.gw-editorial-theme .gw-footer__headline{min-height:230px;padding:24px 10px;overflow:hidden}.gw-editorial-theme .gw-footer__headline h2{position:relative;z-index:2;font-size:clamp(3.45rem,18vw,6rem);line-height:.8}.gw-editorial-theme .gw-footer__headline img{width:160px;right:-28px;opacity:.24}.gw-editorial-theme .gw-footer__grid{display:grid;grid-template-columns:1fr;gap:10px;padding:10px 0;border:0}.gw-editorial-theme .gw-footer__statement,.gw-editorial-theme .gw-footer__column{min-height:0;margin:0;padding:24px 18px;border:1px solid rgba(255,255,255,.48)!important;border-radius:22px;text-align:center}.gw-editorial-theme .gw-footer__bottom{gap:5px;padding:18px 12px calc(18px + env(safe-area-inset-bottom));border-top:0;text-align:center;font-size:.68rem}.gw-editorial-theme :is(.yz-section,.yz-product,.yz-cart,.yz-search-page,.yz-article){padding-block:36px}.gw-editorial-theme :is(.yz-product__grid,.yz-cart__grid,.yz-collection-layout){grid-template-columns:1fr!important;gap:24px}.gw-editorial-theme .yz-product__gallery,.gw-editorial-theme .yz-product__info{position:static}.gw-editorial-theme .yz-product__gallery{grid-template-columns:1fr}.gw-editorial-theme .yz-product__thumbs{grid-auto-flow:column;grid-auto-columns:64px;order:2;overflow-x:auto;padding-bottom:6px}.gw-editorial-theme :is(.yz-product-grid,.yz-collection-cards,.yz-article-grid){grid-template-columns:1fr!important;gap:16px}.gw-editorial-theme :is(.yz-input,.yz-select,.yz-textarea,.button){min-height:48px}.gw-editorial-theme .yz-cart-item{grid-template-columns:76px minmax(0,1fr);gap:14px}.gw-editorial-theme .yz-cart-item__price{grid-column:2;text-align:left}}@media(max-width:390px){.gw-editorial-theme .gw-header__nav a{font-size:.52rem;letter-spacing:0}.gw-editorial-theme .gw-hero__stage{min-height:350px}.gw-editorial-theme .gw-hero__type{font-size:clamp(4.15rem,24vw,5.8rem)}.gw-editorial-theme .gw-history__label{padding-inline:1rem;font-size:.59rem}.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card] .gw-product-card__footer{align-items:stretch;flex-direction:column}.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card] .gw-product-card__link{width:100%}}@media(max-width:749px){.gw-editorial-theme #more-drops>.gw-frame{border-left:1px solid #e8f1ff!important;border-right:1px solid #e8f1ff!important;border-bottom:1px solid #fff!important;border-radius:0!important}.gw-editorial-theme .gw-catalogue__header--history:after{display:none!important}.gw-editorial-theme .gw-history__label{border-radius:58px!important}.gw-editorial-theme .gw-catalogue__header--history .gw-catalogue__definition p,.gw-editorial-theme .gw-catalogue__header--history .gw-catalogue__definition p:first-child,.gw-editorial-theme .gw-catalogue__header--history .gw-catalogue__definition p:last-child{border:1px solid rgba(255,255,255,.92)!important;text-align:center!important}.gw-editorial-theme .gw-catalogue__header--history .gw-catalogue__definition p:first-child{border-radius:58px 58px 132px/58px 58px 104px!important}.gw-editorial-theme .gw-catalogue__header--history .gw-catalogue__definition p:last-child{border-radius:132px 58px 58px/104px 58px 58px!important}}@media(max-width:390px){.gw-editorial-theme .gw-catalogue__header--history .gw-catalogue__definition p{padding-inline:24px!important}}@media(max-width:749px){.gw-editorial-theme .gw-hero{padding:10px 0 18px!important}.gw-editorial-theme .gw-hero__frame{width:calc(100% - 20px)!important}.gw-editorial-theme .gw-hero__stage{position:relative;isolation:isolate;height:clamp(390px,108vw,430px)!important;min-height:390px!important;border:1px solid rgba(255,255,255,.86)!important;border-radius:34px!important;background:radial-gradient(circle at 18% 18%,rgba(255,255,255,.8),transparent 27%),radial-gradient(circle at 82% 74%,rgba(255,226,244,.74),transparent 31%),linear-gradient(145deg,#eed3fbe6,#c4a4f1db 50%,#f2aed6c2)!important;box-shadow:inset 0 1px #fffffff2,inset 0 -28px 60px #8753a41a,0 22px 48px #61357330!important;overflow:hidden!important}.gw-editorial-theme .gw-hero__stage:before,.gw-editorial-theme .gw-hero__stage:after{content:"";position:absolute;z-index:0;display:block;aspect-ratio:1;border:1px solid rgba(255,255,255,.54);border-radius:50%;pointer-events:none}.gw-editorial-theme .gw-hero__stage:before{width:255px;left:-112px;top:-92px;box-shadow:0 0 0 28px #ffffff14,0 0 0 58px #ffffff0b}.gw-editorial-theme .gw-hero__stage:after{width:220px;right:-94px;bottom:-105px;box-shadow:0 0 0 24px #ffffff12,0 0 0 52px #ffffff09}.gw-editorial-theme .gw-hero__type{top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:2;display:flex!important;flex-direction:column;align-items:center;justify-content:center;gap:0!important;padding:32px 18px 26px;color:#fff;font-size:clamp(4.7rem,23.5vw,6.1rem)!important;line-height:.72!important;letter-spacing:-.065em;text-align:center;opacity:1!important;text-shadow:0 12px 34px rgba(90,42,104,.2)}.gw-editorial-theme .gw-hero__type:before{content:none;display:none}.gw-editorial-theme .gw-hero__type:after{content:"FAST DELIVERY  \2022   SAFE TRADING";display:block;margin-top:28px;color:#5b3664d1;font-family:Arial,sans-serif;font-size:.58rem;font-weight:900;line-height:1.2;letter-spacing:.12em;text-shadow:none}.gw-editorial-theme .gw-hero__type span{position:relative;z-index:1;display:block;max-width:100%;color:#fff;-webkit-text-stroke:1px rgba(103,55,111,.1)}.gw-editorial-theme .gw-hero__type span:first-child{transform:translate(-7px)!important}.gw-editorial-theme .gw-hero__type span:last-child{transform:translate(9px)!important}.gw-editorial-theme .gw-hero__bottom,.gw-editorial-theme .gw-hero__bottom--actions-only{padding:12px 0 0!important}.gw-editorial-theme .gw-hero__bottom--actions-only .gw-hero__actions{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.gw-editorial-theme .gw-hero__bottom--actions-only .gw-link-button{min-width:0;min-height:66px;padding:8px 8px 8px 14px;border:1px solid rgba(255,255,255,.98)!important;border-radius:20px!important;background:linear-gradient(145deg,#fffffff2,#fff0f9d6)!important;box-shadow:inset 0 1px #fff,0 12px 28px #5d316c26!important}.gw-editorial-theme .gw-hero__bottom--actions-only .gw-link-button span:first-child{min-width:0;color:#70456f;font-size:clamp(.56rem,2.6vw,.66rem);letter-spacing:.07em}.gw-editorial-theme .gw-hero__bottom--actions-only .gw-link-button span:last-child{flex:0 0 40px;width:40px;height:40px;border-radius:13px;color:#fff;background:linear-gradient(135deg,#a985ff,#d66fcb 54%,#ff76aa);box-shadow:0 8px 18px #7f468b33}}@media(max-width:370px){.gw-editorial-theme .gw-hero__stage{height:380px!important;min-height:380px!important}.gw-editorial-theme .gw-hero__type{font-size:clamp(4.25rem,22.5vw,5rem)!important}.gw-editorial-theme .gw-hero__bottom--actions-only .gw-link-button{padding-left:10px}.gw-editorial-theme .gw-hero__bottom--actions-only .gw-link-button span:first-child{font-size:.54rem;letter-spacing:.035em}}@media(prefers-reduced-motion:reduce){.gw-editorial-theme .gw-hero__stage:before,.gw-editorial-theme .gw-hero__stage:after,.gw-editorial-theme .gw-hero__type{animation:none!important}}@media(max-width:749px){.gw-editorial-theme .gw-hero{min-height:0!important;padding:8px 0 18px!important}.gw-editorial-theme .gw-hero__frame{display:block!important;min-height:0!important;height:auto!important}.gw-editorial-theme .gw-hero__stage{width:100%;min-height:0!important;height:clamp(300px,88vw,360px);margin:0}.gw-editorial-theme .gw-hero__type{opacity:.28}.gw-editorial-theme .gw-hero__bottom,.gw-editorial-theme .gw-hero__bottom--actions-only{height:auto!important;min-height:0!important;margin:0;padding:12px 6px 0}.gw-editorial-theme .gw-hero__actions{position:static;height:auto!important;min-height:0!important}.gw-editorial-theme .gw-header,.gw-editorial-theme .gw-header.is-sticky{bottom:calc(10px + env(safe-area-inset-bottom))!important}.gw-editorial-theme .gw-header__bar{width:calc(100% - 20px);max-width:390px;min-height:62px;padding:6px;border:1px solid rgba(255,255,255,.88);border-radius:22px;background:#fff8fdf0;box-shadow:inset 0 1px #fff,0 14px 34px #562c6333;-webkit-backdrop-filter:blur(24px) saturate(1.14);backdrop-filter:blur(24px) saturate(1.14)}.gw-editorial-theme .gw-header__nav{gap:3px}.gw-editorial-theme .gw-header__nav a,.gw-editorial-theme .gw-header__nav a:hover,.gw-editorial-theme .gw-header__nav a:focus{min-height:50px;height:50px;padding:0 3px;color:#71456f!important;background:transparent!important;border:0!important;border-radius:16px!important;box-shadow:none!important;font-size:clamp(.55rem,2.5vw,.64rem);font-weight:900;letter-spacing:.015em;transform:none!important;text-shadow:none}.gw-editorial-theme .gw-header__nav a:before,.gw-editorial-theme .gw-header__nav a:after{display:none!important}.gw-editorial-theme .gw-header__nav a[href="/"],.gw-editorial-theme .gw-header__nav a[href="/"]:hover,.gw-editorial-theme .gw-header__nav a[href="/"]:focus{color:#fff!important;background:linear-gradient(135deg,#a985ff,#d66fcb 54%,#ff76aa)!important;box-shadow:0 8px 18px #81468b38!important}body:has(#preview-bar-iframe) .gw-header,body:has(iframe[src*=preview_bar]) .gw-header{bottom:calc(72px + env(safe-area-inset-bottom))!important}}@media(max-width:390px){.gw-editorial-theme .gw-hero__stage{height:300px}.gw-editorial-theme .gw-header__bar{width:calc(100% - 12px);min-height:58px;padding:5px;border-radius:20px}.gw-editorial-theme .gw-header__nav a,.gw-editorial-theme .gw-header__nav a:hover,.gw-editorial-theme .gw-header__nav a:focus{min-height:48px;height:48px;font-size:.54rem}}@media(hover:none),(pointer:coarse){.gw-editorial-theme :is(.gw-header__nav a,.gw-link-button,.gw-product-card,.gw-product-card__link,.gw-footer__column):is(:hover,:focus){transform:none!important}}@media(max-width:749px){html{scroll-padding-top:0;scroll-padding-bottom:96px}body.gw-editorial-theme{padding-bottom:calc(86px + env(safe-area-inset-bottom))}.gw-editorial-theme .gw-header,.gw-editorial-theme .gw-header.is-sticky{position:fixed!important;z-index:200;inset:auto 0 calc(8px + env(safe-area-inset-bottom)) 0!important;width:100%;min-height:0;padding:0;background:transparent;border:0;pointer-events:none}.gw-editorial-theme .gw-header__bar{width:calc(100% - 16px);max-width:520px;min-height:60px;margin:0 auto;padding:6px;border:1px solid rgba(255,255,255,.72);border-radius:22px;background:#cd97e0d1;box-shadow:inset 0 1px #ffffff7a,0 16px 36px #4d275e40;-webkit-backdrop-filter:blur(22px) saturate(1.2);backdrop-filter:blur(22px) saturate(1.2);pointer-events:auto}.gw-editorial-theme .gw-header__nav{width:100%;grid-template-columns:repeat(4,minmax(0,1fr));gap:5px}.gw-editorial-theme .gw-header__nav a{min-width:0;min-height:46px;height:46px;padding:0 3px;border-color:#ffffff70!important;border-radius:16px!important;box-shadow:none}.gw-editorial-theme .gw-header__nav a[href="/"]{box-shadow:0 7px 17px #5d326721}}@media(max-width:390px){body.gw-editorial-theme{padding-bottom:calc(80px + env(safe-area-inset-bottom))}.gw-editorial-theme .gw-header,.gw-editorial-theme .gw-header.is-sticky{bottom:calc(6px + env(safe-area-inset-bottom))!important}.gw-editorial-theme .gw-header__bar{width:calc(100% - 10px);min-height:56px;padding:5px;border-radius:19px}.gw-editorial-theme .gw-header__nav{gap:3px}.gw-editorial-theme .gw-header__nav a{min-height:44px;height:44px;border-radius:14px!important}}@media(max-width:749px){.gw-editorial-theme .gw-header,.gw-editorial-theme .gw-header.is-sticky{inset:auto 0 calc(10px + env(safe-area-inset-bottom)) 0!important;height:62px!important;min-height:62px!important}.gw-editorial-theme .gw-header__bar{width:calc(100% - 20px)!important;max-width:390px!important;height:62px!important;min-height:62px!important;padding:6px!important;border:1px solid rgba(255,255,255,.88)!important;border-radius:22px!important;background:#fff8fdf0!important;box-shadow:inset 0 1px #fff,0 14px 34px #562c6333!important}.gw-editorial-theme .gw-header__nav{height:50px!important;gap:3px!important}.gw-editorial-theme .gw-header__nav a,.gw-editorial-theme .gw-header__nav a:hover,.gw-editorial-theme .gw-header__nav a:focus{min-height:50px!important;height:50px!important;color:#71456f!important;background:transparent!important;border:0!important;border-radius:16px!important;box-shadow:none!important}.gw-editorial-theme .gw-header__nav a[href="/"],.gw-editorial-theme .gw-header__nav a[href="/"]:hover,.gw-editorial-theme .gw-header__nav a[href="/"]:focus{color:#fff!important;background:linear-gradient(135deg,#a985ff,#d66fcb 54%,#ff76aa)!important;box-shadow:0 8px 18px #81468b38!important}body:has(#PBarNextFrame) .gw-header,body:has(#PBarNextFrame) .gw-header.is-sticky{inset:auto 0 calc(72px + env(safe-area-inset-bottom)) 0!important}}@media(max-width:390px){.gw-editorial-theme .gw-header,.gw-editorial-theme .gw-header.is-sticky{height:58px!important;min-height:58px!important}.gw-editorial-theme .gw-header__bar{width:calc(100% - 12px)!important;height:58px!important;min-height:58px!important;padding:5px!important;border-radius:20px!important}.gw-editorial-theme .gw-header__nav{height:48px!important}.gw-editorial-theme .gw-header__nav a,.gw-editorial-theme .gw-header__nav a:hover,.gw-editorial-theme .gw-header__nav a:focus{min-height:48px!important;height:48px!important}}@media(max-width:749px){.gw-editorial-theme .gw-hero__stage{height:clamp(390px,108vw,430px)!important;min-height:390px!important}.gw-editorial-theme .gw-hero__bottom,.gw-editorial-theme .gw-hero__bottom--actions-only{padding:12px 0 0!important}}@media(max-width:370px){.gw-editorial-theme .gw-hero__stage{height:380px!important;min-height:380px!important}}.gw-editorial-theme .gw-hero__bottom--actions-only .gw-hero__actions--single .gw-link-button:only-child{justify-content:center!important;padding-inline:25px!important;border-radius:0!important}.gw-editorial-theme .gw-hero__bottom--actions-only .gw-hero__actions--single .gw-link-button:only-child span:first-child{flex:0 1 auto!important;width:auto!important;margin:0!important;text-align:center!important}.gw-editorial-theme .gw-hero__bottom--actions-only .gw-hero__actions--single .gw-link-button:only-child span:last-child{display:none!important}.gw-editorial-theme .gw-header__bar{padding:7px 10px!important;border:1px solid rgba(255,255,255,.66)!important;border-radius:26px!important;background:#d8b0eff0!important;box-shadow:inset 0 1px #ffffff85,0 12px 30px #5b366c29!important;-webkit-backdrop-filter:blur(22px) saturate(1.18);backdrop-filter:blur(22px) saturate(1.18)}.gw-editorial-theme .gw-header__nav{height:54px!important;gap:6px;padding:2px;border:0!important}.gw-editorial-theme .gw-header__nav a,.gw-editorial-theme .gw-header__nav a:hover,.gw-editorial-theme .gw-header__nav a:focus-visible{min-height:50px;height:50px;color:#70476f!important;background:#ffffff24!important;border:1px solid rgba(255,255,255,.34)!important;border-radius:18px!important;box-shadow:inset 0 1px #ffffff29!important;text-shadow:0 1px 10px rgba(67,30,80,.2)}.gw-editorial-theme .gw-header__nav a[href="/"],.gw-editorial-theme .gw-header__nav a[href="/"]:hover,.gw-editorial-theme .gw-header__nav a[href="/"]:focus-visible,.gw-editorial-theme .gw-header__nav a[aria-current=page]{color:#fff!important;background:#b978cf!important;border-color:#ffffff9e!important;box-shadow:inset 0 1px #ffffff57,0 8px 18px #5c326c33!important;text-shadow:0 1px 10px rgba(61,23,83,.34)}@media(hover:hover)and (pointer:fine){.gw-editorial-theme .gw-header__nav a:not([href="/"]):hover,.gw-editorial-theme .gw-header__nav a:not([href="/"]):focus-visible{transform:translateY(-2px)!important;background:#ffffff47!important;border-color:#ffffff80!important;box-shadow:inset 0 1px #ffffff47,0 8px 18px #461f5b29!important}}@media(max-width:749px){.gw-editorial-theme .gw-header__bar{border-color:#ffffffad!important;background:#d8b0eff5!important;box-shadow:inset 0 1px #ffffff7a,0 14px 32px #5b366c33!important}.gw-editorial-theme .gw-header__nav{height:50px!important;gap:4px!important;padding:0!important}.gw-editorial-theme .gw-header__nav a,.gw-editorial-theme .gw-header__nav a:hover,.gw-editorial-theme .gw-header__nav a:focus{min-height:50px!important;height:50px!important;color:#70476f!important;background:#ffffff24!important;border:1px solid rgba(255,255,255,.28)!important;border-radius:15px!important;box-shadow:inset 0 1px #ffffff1f!important}.gw-editorial-theme .gw-header__nav a[href="/"],.gw-editorial-theme .gw-header__nav a[href="/"]:hover,.gw-editorial-theme .gw-header__nav a[href="/"]:focus,.gw-editorial-theme .gw-header__nav a[aria-current=page]{color:#fff!important;background:#b978cf!important;border-color:#ffffff94!important;box-shadow:inset 0 1px #ffffff52,0 8px 18px #5b326c38!important}}.gw-editorial-theme .gw-header{background:#d8b0ef61!important;-webkit-backdrop-filter:blur(24px) saturate(1.22)!important;backdrop-filter:blur(24px) saturate(1.22)!important}.gw-editorial-theme .gw-header__bar{width:100%!important;max-width:none!important;margin:0!important;border-left:0!important;border-right:0!important;border-radius:0!important;background:linear-gradient(180deg,#ffffff57,#ffffff14),linear-gradient(110deg,#e1c2f48a,#cb96e275 52%,#e0a7d36b)!important;border-top:1px solid rgba(255,255,255,.72)!important;border-bottom:1px solid rgba(255,255,255,.48)!important;box-shadow:inset 0 1px #ffffff85,inset 0 -1px #7c468f14,0 12px 30px #532c6324!important;-webkit-backdrop-filter:blur(28px) saturate(1.28)!important;backdrop-filter:blur(28px) saturate(1.28)!important}.gw-editorial-theme .gw-header__nav a,.gw-editorial-theme .gw-header__nav a:hover,.gw-editorial-theme .gw-header__nav a:focus,.gw-editorial-theme .gw-header__nav a:focus-visible,.gw-editorial-theme .gw-header__nav a[href="/"],.gw-editorial-theme .gw-header__nav a[aria-current=page]{border-radius:0!important}.gw-editorial-theme .gw-header__nav a,.gw-editorial-theme .gw-header__nav a:hover,.gw-editorial-theme .gw-header__nav a:focus,.gw-editorial-theme .gw-header__nav a:focus-visible{background:#ffffff21!important;border-color:#ffffff61!important;box-shadow:inset 0 1px #ffffff47!important;-webkit-backdrop-filter:blur(16px) saturate(1.12);backdrop-filter:blur(16px) saturate(1.12)}.gw-editorial-theme .gw-header__nav a[href="/"],.gw-editorial-theme .gw-header__nav a[href="/"]:hover,.gw-editorial-theme .gw-header__nav a[href="/"]:focus,.gw-editorial-theme .gw-header__nav a[href="/"]:focus-visible,.gw-editorial-theme .gw-header__nav a[aria-current=page]{color:#fff!important;background:linear-gradient(180deg,#ffffff2e,#ffffff0a),#a45bc2c7!important;border-color:#ffffff94!important;box-shadow:inset 0 1px #ffffff61,0 8px 18px #582e692e!important}@media(max-width:749px){.gw-editorial-theme .gw-header,.gw-editorial-theme .gw-header.is-sticky{inset-inline:0!important}.gw-editorial-theme .gw-header__bar{width:100%!important;max-width:none!important;border-radius:0!important}}.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card] .gw-product-card__link,.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card]:nth-child(n) .gw-product-card__link{min-height:48px!important;padding:.78rem 1.2rem!important;color:#513450!important;background:linear-gradient(145deg,#ffffffe0,#ffeff9b8 58%,#ebe1ffad)!important;border:1px solid rgba(255,255,255,.92)!important;border-radius:22px 22px 48px!important;box-shadow:0 14px 34px #7846782e,inset 0 1px #fff!important;-webkit-backdrop-filter:blur(22px) saturate(1.15)!important;backdrop-filter:blur(22px) saturate(1.15)!important;text-shadow:none!important}@media(hover:hover)and (pointer:fine){.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card] .gw-product-card__link:is(:hover,:focus-visible){color:#70476f!important;background:linear-gradient(145deg,#fffffff5,#ffe8f7d6 58%,#e4d3ffcc)!important;border-color:#fff!important;box-shadow:0 18px 42px #7846783d,inset 0 1px #fff!important}}@media(max-width:749px){.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card] .gw-product-card__link,.gw-editorial-theme .gw-catalogue .gw-product-card[data-gw-product-card]:nth-child(n) .gw-product-card__link{min-height:50px!important;border-radius:18px 18px 38px!important}}@media(min-width:750px){.gw-editorial-theme .gw-header__nav a,.gw-editorial-theme .gw-header__nav a:hover,.gw-editorial-theme .gw-header__nav a:focus,.gw-editorial-theme .gw-header__nav a:focus-visible,.gw-editorial-theme .gw-header__nav a[href="/"],.gw-editorial-theme .gw-header__nav a[aria-current=page]{border:0!important}}.gw-payment-notice{position:fixed!important;z-index:300;inset:0 0 auto 0;display:flex;align-items:center;justify-content:center;gap:10px;width:100%;min-height:42px;padding:9px clamp(16px,4vw,48px);color:#fff;background:linear-gradient(100deg,#8b4da7fa,#c668aafa 52%,#8f5bbcfa);border-bottom:1px solid rgba(255,255,255,.68);box-shadow:inset 0 1px #ffffff47,0 8px 24px #50286033;-webkit-backdrop-filter:blur(18px) saturate(1.2);backdrop-filter:blur(18px) saturate(1.2);font-size:.72rem;font-weight:800;line-height:1.3;letter-spacing:.045em;text-align:center}body.gw-editorial-theme:has(.gw-payment-notice){padding-top:42px}.gw-payment-notice__dot{flex:0 0 auto;width:8px;height:8px;border-radius:50%;background:#fff;box-shadow:0 0 0 5px #ffffff24,0 0 18px #ffffffbf;animation:gwPaymentNoticePulse 1.9s ease-in-out infinite}@keyframes gwPaymentNoticePulse{0%,to{opacity:.7;transform:scale(.88)}50%{opacity:1;transform:scale(1.08)}}@media(min-width:750px){.gw-editorial-theme .gw-header.is-sticky{top:42px!important}}@media(max-width:749px){.gw-payment-notice{min-height:44px;padding:9px 14px;font-size:.66rem;letter-spacing:.025em}body.gw-editorial-theme:has(.gw-payment-notice){padding-top:46px}}@media(prefers-reduced-motion:reduce){.gw-payment-notice__dot{animation:none}}html{background:#d8b0ef}body.gw-editorial-theme{position:relative;isolation:isolate;background:transparent!important}.gw-editorial-theme .main-content,.gw-editorial-theme .gw-hero,.gw-editorial-theme .gw-catalogue,.gw-editorial-theme #more-drops{background:transparent!important}.yz-audio-reactive-bg{position:fixed;z-index:0;top:0;right:0;bottom:0;left:0;width:100vw;height:100vh;pointer-events:none;opacity:.97;filter:saturate(1.08) contrast(1.01)}body.gw-editorial-theme>.main-content,body.gw-editorial-theme>.shopify-section-group-footer-group{position:relative;z-index:1}body.gw-editorial-theme>.shopify-section-group-header-group{position:relative;z-index:200}@media(max-width:749px){.yz-audio-reactive-bg{opacity:.94}}@media(prefers-reduced-motion:reduce){.yz-audio-reactive-bg{opacity:.72}}.yz-adventure-scene,.gw-catalogue__header,.yz-adventure-gate,.gw-footer{scroll-margin-top:110px}.gw-hero__stage{--yz-portal-x:0;--yz-portal-y:0}.yz-portal-rings{position:absolute;z-index:2;left:50%;top:50%;width:min(54vw,680px);aspect-ratio:1;translate:-50% -50%;pointer-events:none;transform:translate3d(calc(var(--yz-portal-x) * 10px),calc(var(--yz-portal-y) * 10px),0) scale(calc(1 - var(--yz-hero-travel,0) * .08));transition:transform .2s ease-out}.yz-portal-rings span{position:absolute;inset:var(--yz-ring-inset,0);border:1px solid rgba(255,255,255,.48);border-radius:50%;box-shadow:0 0 24px #ffb5e03d,inset 0 0 30px #cb9aff1f;animation:yz-portal-spin 22s linear infinite}.yz-portal-rings span:before,.yz-portal-rings span:after{content:"";position:absolute;width:10px;height:10px;border:1px solid rgba(255,255,255,.86);background:#ffb4deb3;box-shadow:0 0 20px #ff9dd2;transform:rotate(45deg)}.yz-portal-rings span:before{left:7%;top:21%}.yz-portal-rings span:after{right:8%;bottom:18%}.yz-portal-rings span:nth-child(2){--yz-ring-inset:11%;animation-direction:reverse;animation-duration:17s;border-style:dashed;opacity:.72}.yz-portal-rings span:nth-child(3){--yz-ring-inset:23%;animation-duration:12s;border-color:#ffffff57;box-shadow:0 0 38px #ff80be38,inset 0 0 45px #bb89f633}.yz-portal-rings>i{position:absolute;color:#ffffffe0;font-style:normal;font-size:clamp(.75rem,1.4vw,1.2rem);text-shadow:0 0 16px #ffb7df;animation:yz-rune-float 3.8s ease-in-out infinite}.yz-portal-rings>i:nth-of-type(1){left:4%;top:47%}.yz-portal-rings>i:nth-of-type(2){right:11%;top:20%;animation-delay:-1.2s}.yz-portal-rings>i:nth-of-type(3){right:3%;bottom:33%;animation-delay:-2.1s}.yz-portal-rings>i:nth-of-type(4){left:19%;bottom:8%;animation-delay:-.6s}.gw-hero__logo-wrap{transform:translate3d(calc(var(--yz-portal-x) * -8px),calc(var(--yz-portal-y) * -8px + var(--yz-hero-travel,0) * -18px),0);transition:transform .2s ease-out}.gw-hero__type{transform:translateY(calc(var(--yz-hero-travel,0) * 38px));opacity:calc(1 - var(--yz-hero-travel,0) * .35)}.yz-adventure-scroll-cue{position:absolute;z-index:8;left:50%;bottom:14px;translate:-50% 0;display:flex;align-items:center;gap:14px;min-height:42px;padding:0 15px;border:1px solid rgba(255,255,255,.62);background:linear-gradient(135deg,#ffffff29,#b878d929);color:#fff;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 12px 36px #5b2b6f33,inset 0 1px #ffffff59;font-size:.62rem;font-weight:900;letter-spacing:.13em;text-transform:uppercase}.yz-adventure-scroll-cue i{font-style:normal;font-size:1rem;animation:yz-scroll-arrow 1.6s ease-in-out infinite}.yz-adventure-chapter-kicker{position:relative;z-index:4;display:inline-flex;align-items:center;gap:10px;margin:0 auto 14px;color:#ffffffc7;font-size:.65rem;font-weight:900;letter-spacing:.18em;text-transform:uppercase}.yz-adventure-chapter-kicker:before,.yz-adventure-chapter-kicker:after{content:"";width:44px;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.74))}.yz-adventure-chapter-kicker:after{transform:scaleX(-1)}.gw-editorial-theme .gw-history__label{width:min(440px,86vw)!important;min-height:82px!important;border-radius:0!important;clip-path:polygon(14px 0,calc(100% - 14px) 0,100% 14px,100% calc(100% - 14px),calc(100% - 14px) 100%,14px 100%,0 calc(100% - 14px),0 14px)}.yz-adventure-gate{position:relative;z-index:3;grid-column:1/-1;overflow:hidden;width:100%;margin:clamp(58px,8vw,110px) 0 clamp(32px,5vw,64px);padding:clamp(34px,5vw,72px) clamp(18px,5vw,68px);border-top:1px solid rgba(255,255,255,.72);border-bottom:1px solid rgba(255,255,255,.72);background:radial-gradient(circle at 50% 0,rgba(255,255,255,.24),transparent 46%),linear-gradient(110deg,#ffffff1f,#e0a9ec29 48%,#ffffff14);color:#fff;text-align:center;-webkit-backdrop-filter:blur(18px) saturate(1.15);backdrop-filter:blur(18px) saturate(1.15);box-shadow:0 24px 70px #582d6f29,inset 0 1px #ffffff47}.yz-adventure-gate:before,.yz-adventure-gate:after{content:"";position:absolute;top:50%;width:clamp(70px,13vw,210px);height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.7))}.yz-adventure-gate:before{left:0}.yz-adventure-gate:after{right:0;transform:scaleX(-1)}.yz-adventure-gate--vault{margin-top:clamp(26px,4vw,52px)}.yz-adventure-gate--halos{margin-top:clamp(70px,9vw,130px)}.yz-adventure-gate--guild{margin-top:0;margin-bottom:clamp(50px,7vw,88px)}.yz-adventure-gate__index{display:block;margin-bottom:14px;color:#ffffffbd;font-size:.65rem;font-weight:900;letter-spacing:.2em;text-transform:uppercase}.yz-adventure-gate__title{display:flex;align-items:center;justify-content:center;gap:clamp(12px,2vw,26px)}.yz-adventure-gate__title h2{margin:0;font-family:var(--gw-display,var(--yz-font-heading));font-size:clamp(2.25rem,6vw,6.6rem);line-height:.85;letter-spacing:-.04em;text-transform:uppercase;text-shadow:0 14px 34px rgba(89,44,110,.22)}.yz-adventure-gate__title i{flex:0 0 auto;color:#fff;font-size:clamp(.8rem,1.5vw,1.25rem);font-style:normal;text-shadow:0 0 18px #ffb3dc;animation:yz-gate-gem 2.6s ease-in-out infinite}.yz-adventure-gate p{max-width:620px;margin:18px auto 0;color:#fffc;font-size:clamp(.82rem,1.3vw,1rem);letter-spacing:.025em}.yz-adventure-map{--yz-map-glass:rgba(242,211,245,.21);position:fixed;z-index:170;top:50%;right:16px;width:158px;padding:14px 10px 12px;border:1px solid rgba(255,255,255,.62);background:linear-gradient(145deg,#975eb07a,#ffb8dc4d);color:#fff;-webkit-backdrop-filter:blur(20px) saturate(1.25);backdrop-filter:blur(20px) saturate(1.25);box-shadow:0 22px 60px #4b226142,inset 0 1px #ffffff70;clip-path:polygon(10px 0,100% 0,100% calc(100% - 10px),calc(100% - 10px) 100%,0 100%,0 10px);transform:translateY(-50%)}.yz-adventure-map__brand{display:grid;gap:2px;padding:0 6px 11px;border-bottom:1px solid rgba(255,255,255,.32);text-transform:uppercase}.yz-adventure-map__brand span{font-size:.65rem;font-weight:950;letter-spacing:.15em}.yz-adventure-map__brand em{font-size:.5rem;font-style:normal;letter-spacing:.1em;color:#ffffffa8}.yz-adventure-map__track{position:absolute;z-index:-1;left:27px;top:69px;bottom:21px;width:1px;background:#fff3}.yz-adventure-map__track i{display:block;width:100%;height:var(--yz-progress,0%);background:#fff;box-shadow:0 0 13px #ffb9dd;transition:height .2s ease-out}.yz-adventure-map>a{display:grid;grid-template-columns:31px 1fr;align-items:center;gap:8px;min-height:42px;color:#ffffff94;font-size:.56rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase;transition:color .25s ease,background .25s ease,transform .25s ease}.yz-adventure-map>a span{display:grid;place-items:center;width:22px;height:22px;margin-left:6px;border:1px solid rgba(255,255,255,.34);background:#6733825c;font-size:.52rem;box-shadow:0 0 0 4px #c787d921;transition:inherit}.yz-adventure-map>a em{font-style:normal}.yz-adventure-map>a.is-discovered{color:#ffffffd1}.yz-adventure-map>a.is-active{color:#fff;background:linear-gradient(90deg,rgba(255,255,255,.14),transparent);transform:translate(-3px)}.yz-adventure-map>a.is-active span{border-color:#fff;background:linear-gradient(135deg,#ff79b7,#a56fe2);box-shadow:0 0 18px #ffaadcb3,0 0 0 4px #ffffff1a}.yz-adventure-map>a:focus-visible{outline:1px solid rgba(255,255,255,.84);outline-offset:-2px}.yz-adventure-toast{position:fixed;z-index:169;top:96px;left:50%;display:grid;min-width:min(360px,calc(100vw - 32px));padding:13px 20px;border:1px solid rgba(255,255,255,.62);background:linear-gradient(135deg,#8a50a4c7,#ed8ec1b3);color:#fff;text-align:center;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 18px 50px #401e504d;opacity:0;pointer-events:none;transform:translate(-50%,-20px);transition:opacity .35s ease,transform .35s ease}.yz-adventure-toast.is-visible{opacity:1;transform:translate(-50%)}.yz-adventure-toast span{font-size:.55rem;font-weight:900;letter-spacing:.17em;text-transform:uppercase;color:#ffffffb8}.yz-adventure-toast strong{font-family:var(--gw-display,var(--yz-font-heading));font-size:1.25rem;letter-spacing:.04em;text-transform:uppercase}.yz-adventure-orb{position:fixed;z-index:9;left:0;top:0;width:34px;height:34px;border:1px solid rgba(255,255,255,.42);border-radius:50%;pointer-events:none;mix-blend-mode:screen;transform:translate3d(calc(var(--yz-orb-x,-100px) - 17px),calc(var(--yz-orb-y,-100px) - 17px),0);transition:width .2s ease,height .2s ease}.yz-adventure-orb span{position:absolute;left:50%;top:50%;width:5px;height:5px;border-radius:50%;background:#fff;box-shadow:0 0 10px #fff,0 0 24px #ff9fcf,0 0 38px #b88aff;transform:translate(-50%,-50%)}.yz-adventure-ready .yz-adventure-reveal:not(article){opacity:0;transform:translateY(46px) scale(.985);transition:opacity .8s ease,transform .8s cubic-bezier(.22,1,.36,1)}.yz-adventure-ready .yz-adventure-reveal:not(article).is-discovered{opacity:1;transform:none}.yz-adventure-ready article.yz-adventure-reveal{opacity:0;filter:blur(7px) saturate(.78);transition:opacity .72s ease,filter .72s ease,box-shadow .35s ease!important}.yz-adventure-ready article.yz-adventure-reveal.is-discovered{opacity:1;filter:none;animation:yz-treasure-found .8s ease both}@keyframes yz-portal-spin{to{rotate:360deg}}@keyframes yz-rune-float{0%,to{translate:0 -4px;opacity:.65}50%{translate:0 7px;opacity:1}}@keyframes yz-scroll-arrow{0%,to{translate:0 -2px}50%{translate:0 5px}}@keyframes yz-gate-gem{0%,to{opacity:.55;scale:.8}50%{opacity:1;scale:1.25}}@keyframes yz-treasure-found{0%{opacity:0;filter:blur(7px) brightness(1.4)}55%{filter:blur(0) brightness(1.13)}to{opacity:1;filter:none}}@media(min-width:750px){.yz-adventure-map{width:62px;overflow:hidden;transition:width .38s cubic-bezier(.22,1,.36,1),background .3s ease,box-shadow .3s ease}.yz-adventure-map:hover,.yz-adventure-map:focus-within{width:164px;background:linear-gradient(145deg,#894da5c7,#ef94c78f);box-shadow:0 25px 72px #4b226157,inset 0 1px #ffffff80}.yz-adventure-map__brand{width:142px;white-space:nowrap}.yz-adventure-map__brand span{font-size:0}.yz-adventure-map__brand span:after{content:"YQ";font-size:.65rem}.yz-adventure-map__brand em{opacity:0;transition:opacity .22s ease}.yz-adventure-map:hover .yz-adventure-map__brand span,.yz-adventure-map:focus-within .yz-adventure-map__brand span{font-size:.65rem}.yz-adventure-map:hover .yz-adventure-map__brand span:after,.yz-adventure-map:focus-within .yz-adventure-map__brand span:after{display:none}.yz-adventure-map:hover .yz-adventure-map__brand em,.yz-adventure-map:focus-within .yz-adventure-map__brand em{opacity:1}.yz-adventure-map>a{width:142px}.yz-adventure-map>a em{opacity:0;transform:translate(8px);transition:opacity .2s ease,transform .3s ease}.yz-adventure-map:hover>a em,.yz-adventure-map:focus-within>a em{opacity:1;transform:none}}@media(max-width:899px){.yz-portal-rings{width:min(76vw,470px)}.yz-adventure-map{right:8px;width:142px}.yz-adventure-gate:before,.yz-adventure-gate:after{width:54px}}@media(max-width:749px){body.gw-editorial-theme{padding-bottom:calc(64px + env(safe-area-inset-bottom,0px))}.yz-adventure-scene,.gw-catalogue__header,.yz-adventure-gate,.gw-footer{scroll-margin-top:76px}.yz-portal-rings{width:250px}.yz-portal-rings span:nth-child(2){--yz-ring-inset:9%}.yz-portal-rings span:nth-child(3){--yz-ring-inset:20%}.yz-adventure-scroll-cue{bottom:9px;min-height:36px;padding:0 11px;font-size:.53rem;gap:9px}.yz-adventure-chapter-kicker{font-size:.54rem;letter-spacing:.13em}.yz-adventure-chapter-kicker:before,.yz-adventure-chapter-kicker:after{width:24px}.gw-editorial-theme .gw-history__label{width:min(360px,88vw)!important;min-height:66px!important}.yz-adventure-gate{margin-top:50px;margin-bottom:28px;padding:32px 12px}.yz-adventure-gate--vault{margin-top:24px}.yz-adventure-gate--halos{margin-top:64px}.yz-adventure-gate:before,.yz-adventure-gate:after{top:29px;width:34px}.yz-adventure-gate__index{font-size:.53rem;letter-spacing:.13em}.yz-adventure-gate__title{gap:9px}.yz-adventure-gate__title h2{font-size:clamp(2rem,12vw,3.35rem);line-height:.9}.yz-adventure-gate p{font-size:.78rem;line-height:1.48;margin-top:13px}.yz-adventure-map{top:auto;right:0;bottom:0;left:0;width:auto;min-height:62px;padding:7px max(6px,env(safe-area-inset-right,0px)) calc(6px + env(safe-area-inset-bottom,0px)) max(6px,env(safe-area-inset-left,0px));display:grid;grid-template-columns:repeat(5,minmax(0,1fr));border:0;border-top:1px solid rgba(255,255,255,.68);background:linear-gradient(100deg,#8f52a9d6,#e089bfc7,#9c66bfd6);clip-path:none;transform:none}.yz-adventure-map__brand{display:none}.yz-adventure-map__track{z-index:0;left:0;right:0;top:-1px;bottom:auto;width:auto;height:2px;background:#fff3}.yz-adventure-map__track i{width:var(--yz-progress,0%);height:100%;box-shadow:0 0 12px #fff;transition:width .2s ease-out}.yz-adventure-map>a{position:relative;z-index:1;display:grid;grid-template-columns:1fr;justify-items:center;align-content:center;gap:2px;min-height:48px;padding:2px;color:#fff9;font-size:.47rem;line-height:1}.yz-adventure-map>a span{width:21px;height:21px;margin:0;font-size:.47rem;box-shadow:none}.yz-adventure-map>a.is-active{background:#ffffff1f;transform:none}.yz-adventure-map>a em{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.yz-adventure-toast{top:auto;bottom:calc(75px + env(safe-area-inset-bottom,0px));padding:10px 14px}.yz-adventure-toast strong{font-size:1.05rem}.yz-adventure-orb{display:none}}@media(max-width:390px){.yz-adventure-map>a em{font-size:.43rem;letter-spacing:.03em}.yz-adventure-map>a span{width:20px;height:20px}}@media(prefers-reduced-motion:reduce){.yz-portal-rings span,.yz-portal-rings>i,.yz-adventure-scroll-cue i,.yz-adventure-gate__title i{animation:none!important}.gw-hero__logo-wrap,.gw-hero__type,.yz-portal-rings{transform:none!important;transition:none!important}.yz-adventure-reveal{opacity:1!important;filter:none!important;transform:none!important;animation:none!important}.yz-adventure-orb{display:none}}@media(max-width:749px){body.gw-editorial-theme{padding-bottom:0}}.yz-category-shop{position:relative;z-index:4;display:grid;grid-template-columns:minmax(190px,.62fr) minmax(0,1.38fr);align-items:stretch;margin:clamp(32px,5vw,62px) 0 clamp(28px,4vw,48px);border-top:1px solid rgba(255,255,255,.68);border-bottom:1px solid rgba(255,255,255,.68);background:linear-gradient(120deg,#ffffff3d,#edc0e829 55%,#c6a9eb33);color:#fff;-webkit-backdrop-filter:blur(18px) saturate(1.12);backdrop-filter:blur(18px) saturate(1.12);box-shadow:0 20px 55px #532b6721,inset 0 1px #ffffff4d}.yz-category-shop__intro{display:grid;align-content:center;gap:5px;min-height:92px;padding:18px clamp(18px,3vw,38px);border-right:1px solid rgba(255,255,255,.5)}.yz-category-shop__intro span{color:#ffffffb3;font-size:.58rem;font-weight:900;letter-spacing:.17em;text-transform:uppercase}.yz-category-shop__intro strong{font-family:var(--gw-display,var(--yz-font-heading));font-size:clamp(1.05rem,1.8vw,1.48rem);line-height:1;letter-spacing:.02em;text-transform:uppercase}.yz-category-shop__filters{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}.yz-category-shop__filters button{-webkit-appearance:none;appearance:none;position:relative;display:grid;place-items:center;align-content:center;gap:5px;min-width:0;min-height:92px;padding:12px 8px;border:0;border-right:1px solid rgba(255,255,255,.38);border-radius:0;background:transparent;color:#ffffffad;cursor:pointer;transition:background .25s ease,color .25s ease,box-shadow .25s ease}.yz-category-shop__filters button:last-child{border-right:0}.yz-category-shop__filters button span{font-size:.67rem;font-weight:950;letter-spacing:.11em;text-transform:uppercase}.yz-category-shop__filters button em{font-size:.54rem;font-style:normal;font-weight:900;letter-spacing:.12em;color:#ffffff80}.yz-category-shop__filters button:after{content:"";position:absolute;right:14px;bottom:12px;left:14px;height:2px;background:#fff;box-shadow:0 0 14px #ffffffb8;transform:scaleX(0);transition:transform .25s ease}.yz-category-shop__filters button:hover,.yz-category-shop__filters button:focus-visible{background:#ffffff21;color:#fff;outline:0}.yz-category-shop__filters button.is-active{background:linear-gradient(135deg,#ef76b18c,#9d69cd8c);color:#fff;box-shadow:inset 0 0 28px #ffffff14}.yz-category-shop__filters button.is-active:after{transform:scaleX(1)}.yz-category-shop__filters button.is-active em{color:#ffffffd1}.gw-product-card[hidden]{display:none!important}.gw-product-card.yz-category-result{animation:yz-category-card-in .48s ease both}@keyframes yz-category-card-in{0%{opacity:0;filter:blur(5px);translate:0 12px}to{opacity:1;filter:none;translate:0 0}}@media(max-width:749px){.yz-category-shop{display:block;margin:28px -1px 30px}.yz-category-shop__intro{min-height:70px;border-right:0;border-bottom:1px solid rgba(255,255,255,.42);padding:14px 16px}.yz-category-shop__intro strong{font-size:1.08rem}.yz-category-shop__filters{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.yz-category-shop__filters::-webkit-scrollbar{display:none}.yz-category-shop__filters button{flex:0 0 34%;min-height:70px;scroll-snap-align:start}.yz-category-shop__filters button span{font-size:.58rem}.yz-category-shop__filters button em{font-size:.48rem}}@media(prefers-reduced-motion:reduce){.gw-product-card.yz-category-result{animation:none}}.yz-simple-category-heading{--yz-glass-x:50%;--yz-glass-y:50%;--yz-glass-tilt-x:0deg;--yz-glass-tilt-y:0deg;grid-column:1/-1;position:relative;display:grid;place-items:center;margin:clamp(42px,6vw,82px) 0 8px;padding:clamp(20px,2.5vw,30px) 20px;text-align:center;isolation:isolate}.yz-simple-category-heading:first-child{margin-top:8px}.yz-simple-category-heading:before,.yz-simple-category-heading:after{content:"";position:absolute;right:0;left:0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.72) 14%,rgba(239,171,218,.96) 50%,rgba(255,255,255,.72) 86%,transparent);box-shadow:0 0 14px #dd8bcf3d;transition:box-shadow .35s ease,opacity .35s ease}.yz-simple-category-heading:before{top:0}.yz-simple-category-heading:after{bottom:0}.yz-simple-category-heading h2{position:relative;z-index:1;width:min(88%,clamp(250px,38vw,520px));margin:0;padding:.2em .72em .27em;overflow:hidden;border:1px solid rgba(255,255,255,.7);border-radius:7px;color:#4f315e;font-family:var(--gw-display,var(--yz-font-heading));font-size:clamp(2.15rem,4.7vw,4.75rem);font-weight:800;line-height:1;letter-spacing:.055em;text-transform:none;background:radial-gradient(circle at var(--yz-glass-x) var(--yz-glass-y),rgba(255,255,255,.8),rgba(255,255,255,.18) 24%,transparent 48%),linear-gradient(135deg,#ffffff85,#fadcf13d 48%,#ca9fe840);background-clip:border-box;-webkit-text-fill-color:currentColor;box-shadow:0 18px 38px #552f6421,inset 0 1px #ffffffeb,inset 0 -1px #8c579d1f;text-shadow:0 2px 0 rgba(255,255,255,.58),0 7px 18px rgba(87,47,102,.16);-webkit-backdrop-filter:blur(18px) saturate(1.35);backdrop-filter:blur(18px) saturate(1.35);transform:perspective(900px) rotateX(var(--yz-glass-tilt-x)) rotateY(var(--yz-glass-tilt-y));transform-style:preserve-3d;transition:transform .22s cubic-bezier(.2,.75,.25,1),box-shadow .3s ease,background .2s ease;will-change:transform}.yz-simple-category-heading h2:before{content:"";position:absolute;top:1px;right:1px;bottom:1px;left:1px;z-index:2;border:1px solid rgba(255,255,255,.3);border-radius:5px;pointer-events:none}.yz-simple-category-heading h2:after{content:"";position:absolute;top:-150%;bottom:-150%;left:-55%;width:34%;pointer-events:none;background:linear-gradient(100deg,transparent,rgba(255,255,255,.7),transparent);opacity:.58;transform:translate(-140%) rotate(10deg);animation:yz-category-glass-sheen 5.2s cubic-bezier(.22,.7,.28,1) infinite;mix-blend-mode:screen}.yz-simple-category-heading.is-glass-active:before,.yz-simple-category-heading.is-glass-active:after{opacity:1;box-shadow:0 0 22px #dd8bcf6b}.yz-simple-category-heading.is-glass-active h2{box-shadow:0 24px 48px #552f6430,0 0 28px #e293d82e,inset 0 1px #fff,inset 0 -1px #8c579d29}.yz-simple-category-heading.is-in-view{animation:yz-category-glass-reveal .72s cubic-bezier(.18,.78,.22,1) both}.yz-simple-category-heading--halos h2:after{animation-delay:-1.7s}.yz-simple-category-heading--bundles h2:after{animation-delay:-3.4s}@keyframes yz-category-glass-sheen{0%,58%{transform:translate(-140%) rotate(10deg);opacity:0}66%{opacity:.62}84%,to{transform:translate(560%) rotate(10deg);opacity:0}}@keyframes yz-category-glass-reveal{0%{opacity:0;transform:translateY(18px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}@media(max-width:749px){.yz-simple-category-heading{margin-top:48px;padding:18px 12px}.yz-simple-category-heading:first-child{margin-top:4px}.yz-simple-category-heading h2{width:min(90%,390px);padding:.25em .55em .3em;font-size:clamp(2rem,11vw,3.15rem);letter-spacing:.045em;transform:none}}@media(prefers-reduced-motion:reduce){.yz-simple-category-heading h2,.yz-simple-category-heading.is-in-view{animation:none;transform:none;transition:none}.yz-simple-category-heading h2{transform:none;transition:none}.yz-simple-category-heading h2:after{animation:none;display:none}}.yz-cursor-smoke{position:fixed;z-index:24;top:0;right:0;bottom:0;left:0;width:100vw;height:100vh;pointer-events:none;opacity:1;mix-blend-mode:normal;filter:saturate(1.18)}@media(hover:none),(pointer:coarse),(max-width:749px){.yz-cursor-smoke{display:none}}@media(prefers-reduced-motion:reduce){.yz-cursor-smoke{display:none}}.yz-logo-cursor{position:fixed;z-index:400;left:0;top:0;width:38px;height:38px;pointer-events:none;opacity:0;filter:drop-shadow(0 3px 4px rgba(55,29,67,.34));transform:translate3d(calc(var(--yz-cursor-x,-60px) - 19px),calc(var(--yz-cursor-y,-60px) - 19px),0) scale(.88);transition:opacity .15s ease,filter .18s ease}.yz-logo-cursor.is-visible{opacity:1}.yz-logo-cursor img{width:100%;height:100%;object-fit:contain}.yz-logo-cursor.is-interactive{filter:drop-shadow(0 4px 6px rgba(79,39,96,.42));transform:translate3d(calc(var(--yz-cursor-x,-60px) - 19px),calc(var(--yz-cursor-y,-60px) - 19px),0) scale(1.14)}.yz-logo-cursor.is-pressed{transform:translate3d(calc(var(--yz-cursor-x,-60px) - 19px),calc(var(--yz-cursor-y,-60px) - 19px),0) scale(.76)}@media(hover:hover)and (pointer:fine){html.yz-logo-cursor-ready,html.yz-logo-cursor-ready body,html.yz-logo-cursor-ready a,html.yz-logo-cursor-ready button,html.yz-logo-cursor-ready input,html.yz-logo-cursor-ready select,html.yz-logo-cursor-ready textarea,html.yz-logo-cursor-ready [role=button]{cursor:none!important}}@media(hover:none),(pointer:coarse),(max-width:749px){.yz-logo-cursor{display:none}}
/*# sourceMappingURL=/cdn/shop/t/113/assets/base.css.map */
