:root{--wv-bg: #ffffff;--wv-bg-secondary: #fafafa;--wv-bg-soft: #f7f7f7;--wv-text: #111111;--wv-text-strong: #050505;--wv-text-secondary: #666666;--wv-text-muted: #8a8a8a;--wv-border: #eaeaea;--wv-border-strong: #dcdcdc;--wv-hover-bg: #f5f5f5;--wv-accent: #111111;--wv-accent-hover: #2a2a2a;--wv-on-accent: #ffffff;--wv-space-1: 4px;--wv-space-2: 8px;--wv-space-3: 12px;--wv-space-4: 16px;--wv-space-5: 24px;--wv-space-6: 32px;--wv-space-7: 40px;--wv-space-8: 48px;--wv-space-9: 64px;--wv-space-10: 80px;--wv-space-11: 96px;--wv-space-12: 120px;--wv-font: "Space Grotesk", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--wv-weight-regular: 400;--wv-weight-medium: 500;--wv-weight-semibold: 600;--wv-weight-bold: 700;--wv-text-hero: clamp(2.375rem, 1.4rem + 3.2vw, 4.5rem);--wv-text-section-lg: clamp(2rem, 1.5rem + 1.5vw, 3rem);--wv-text-section: clamp(1.75rem, 1.35rem + 1vw, 2.5rem);--wv-text-card: clamp(1.125rem, 1rem + .35vw, 1.375rem);--wv-text-product: clamp(1.125rem, 1.05rem + .2vw, 1.375rem);--wv-text-body: .9375rem;--wv-text-body-lg: 1rem;--wv-text-small: .8125rem;--wv-text-nav: .875rem;--wv-text-btn: .875rem;--wv-text-price: clamp(1.25rem, 1.1rem + .4vw, 1.5rem);--wv-text-label: .6875rem;--wv-lh-tight: 1.05;--wv-lh-heading: 1.12;--wv-lh-body: 1.6;--wv-container: min(1320px, 100% - var(--wv-gutter) * 2);--wv-gutter: clamp(20px, 3vw, 48px);--wv-section-y: clamp(64px, 8vw, 120px);--wv-radius-sm: 0;--wv-radius-md: 0;--wv-radius-lg: 0;--wv-radius-btn: 0;--wv-radius-control: 0;--wv-transition-fast: .15s ease;--wv-transition: .25s ease;--wv-transition-slow: .35s ease;--font-family: var(--wv-font);--font-body-family: var(--wv-font);--font-heading-family: var(--wv-font);--color-text-primary: var(--wv-text);--color-text-secondary: var(--wv-text-secondary);--border-color: var(--wv-border)}html{font-size:100%;scroll-behavior:smooth}html,body,body *,.button,button,input,textarea,select{font-family:var(--wv-font)}body{color:var(--wv-text);background:var(--wv-bg);font-size:var(--wv-text-body-lg);line-height:var(--wv-lh-body);-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{color:var(--wv-text-strong);font-weight:var(--wv-weight-bold);letter-spacing:-.02em;line-height:var(--wv-lh-heading)}.wv-container{width:var(--wv-container);max-width:100%;margin-inline:auto;padding-inline:var(--wv-gutter)}.wv-btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--wv-space-2);min-height:46px;padding:0 var(--wv-space-6);font-size:var(--wv-text-btn);font-weight:var(--wv-weight-medium);line-height:1;text-decoration:none;border-radius:0;border:1px solid transparent;cursor:pointer;text-transform:uppercase;letter-spacing:.04em;transition:background-color var(--wv-transition),border-color var(--wv-transition),color var(--wv-transition),opacity var(--wv-transition);white-space:nowrap}.wv-btn svg{width:16px;height:16px;flex-shrink:0;transition:transform var(--wv-transition-fast)}.wv-btn:hover svg,.wv-btn:focus-visible svg{transform:none}.wv-btn--primary{background:var(--wv-accent);color:var(--wv-on-accent);border-color:var(--wv-accent)}.wv-btn--primary:hover{background:var(--wv-accent-hover);border-color:var(--wv-accent-hover)}.wv-btn--secondary{background:var(--wv-bg);color:var(--wv-text-strong);border-color:var(--wv-border-strong)}.wv-btn--secondary:hover{background:var(--wv-hover-bg);border-color:var(--wv-text-muted)}.wv-btn--ghost{background:transparent;color:var(--wv-text);border-color:transparent;padding-inline:0;min-height:auto}.wv-btn--ghost:hover{color:var(--wv-text-strong)}.wv-badge{display:inline-flex;align-items:center;gap:var(--wv-space-1);padding:3px 8px;font-size:var(--wv-text-label);font-weight:var(--wv-weight-medium);letter-spacing:.04em;text-transform:uppercase;color:var(--wv-text-secondary);background:var(--wv-bg);border:1px solid var(--wv-border);border-radius:0;line-height:1.3}.wv-badge--dark{color:var(--wv-on-accent);background:var(--wv-accent);border-color:var(--wv-accent)}.wv-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:var(--wv-space-6);margin-bottom:var(--wv-space-9)}.wv-section-head__main{max-width:640px}.wv-section-head__label{display:inline-flex;align-items:center;margin-bottom:var(--wv-space-4);padding:7px 12px;font-size:.6875rem;font-weight:var(--wv-weight-medium);letter-spacing:.12em;text-transform:uppercase;color:var(--wv-text-strong);background:var(--wv-bg);border:1px solid var(--wv-border-strong);border-radius:0;line-height:1.2;box-shadow:none}.wv-section-head__title{margin:0 0 var(--wv-space-3);font-size:var(--wv-text-section);font-weight:var(--wv-weight-semibold);color:var(--wv-text-strong);line-height:var(--wv-lh-heading)}.wv-section-head__desc{margin:0;font-size:var(--wv-text-body-lg);color:var(--wv-text-secondary);line-height:var(--wv-lh-body);max-width:520px}.wv-section-head__action{flex-shrink:0;font-size:var(--wv-text-btn);font-weight:var(--wv-weight-medium);color:var(--wv-text);text-decoration:none;display:inline-flex;align-items:center;gap:var(--wv-space-2);transition:color var(--wv-transition-fast)}.wv-section-head__action svg{width:14px;height:14px;transition:transform var(--wv-transition-fast)}.wv-section-head__action:hover{color:var(--wv-text-strong);opacity:.7}.wv-section-head__action:hover svg{transform:none;opacity:.85}@media(max-width:768px){.wv-section-head{flex-direction:column;align-items:flex-start;gap:var(--wv-space-4);margin-bottom:var(--wv-space-6)}}.wv-trust{display:flex;flex-wrap:nowrap;align-items:center;justify-content:center;gap:var(--wv-space-3) var(--wv-space-4);font-size:var(--wv-text-small);font-weight:var(--wv-weight-medium);letter-spacing:.06em;text-transform:uppercase;color:var(--wv-text-muted);max-width:100%}.wv-trust__item{display:inline-flex;align-items:center;gap:var(--wv-space-2);flex-shrink:0;white-space:nowrap}.wv-trust__sep{width:1px;height:12px;background:var(--wv-border-strong);flex-shrink:0}.wv-trust__stars{display:inline-flex;gap:1px;color:var(--wv-text-strong);letter-spacing:.02em}.wv-hero{position:relative;background:var(--wv-bg);padding:calc(72px + var(--wv-space-9)) var(--wv-gutter) 0;overflow:visible}.wv-hero__grid-bg,.wv-hero__line,.wv-hero__meta-corner,.wv-hero__status{display:none!important}.wv-hero__inner{position:relative;z-index:1;width:min(1120px,100%);max-width:100%;margin-inline:auto;display:flex;flex-direction:column;align-items:center}.wv-hero__copy{width:100%;max-width:920px;margin-inline:auto;text-align:center;display:flex;flex-direction:column;align-items:center}.wv-hero__eyebrow{margin-bottom:clamp(20px,2.5vw,32px)}.wv-hero__badge{padding:8px 14px;font-size:.6875rem;letter-spacing:.12em;border-color:var(--wv-border-strong);color:var(--wv-text-strong);background:var(--wv-bg)}.wv-hero__title{margin:0 0 clamp(20px,2.4vw,28px);width:100%;display:flex;flex-direction:column;align-items:center;gap:.08em;font-weight:var(--wv-weight-bold);color:var(--wv-text-strong);text-transform:uppercase}.wv-hero__title-line{display:block;width:100%;font-size:clamp(1.65rem,1.1rem + 2.4vw,3.25rem);line-height:.98;letter-spacing:-.025em;font-weight:var(--wv-weight-semibold);text-align:center;opacity:0;transform:translateY(10px);animation:wv-hero-line-in .6s cubic-bezier(.22,1,.36,1) forwards;animation-delay:calc(var(--wv-line, 0) * .1s + 80ms)}.wv-hero__title-line--mid{font-size:clamp(1.2rem,.9rem + 1.2vw,1.85rem);font-weight:var(--wv-weight-medium);letter-spacing:.06em;color:#8a8a8a}.wv-hero__title-line--dominant{font-size:clamp(2.15rem,1.2rem + 4.2vw,5.25rem);line-height:.92;letter-spacing:-.04em;font-weight:var(--wv-weight-bold);color:var(--wv-text-strong);margin-top:.02em;max-width:none}.wv-hero__title-line--accent{width:auto;max-width:100%}.wv-hero__title-text{position:relative;display:inline-block}.wv-hero__title-text:after{content:"";position:absolute;left:0;bottom:.02em;height:1px;width:0;background:#000;border-radius:0;box-shadow:none;animation:wv-hero-rule-in .55s cubic-bezier(.22,1,.36,1) forwards;animation-delay:calc(var(--wv-line, 2) * .1s + .52s)}@keyframes wv-hero-line-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes wv-hero-rule-in{0%{width:0}to{width:100%}}@media(prefers-reduced-motion:reduce){.wv-hero__title-line{opacity:1;transform:none;animation:none}.wv-hero__title-text:after{width:100%;animation:none}}.wv-hero__lead{margin:0 auto clamp(28px,3.5vw,40px);max-width:42rem;font-size:clamp(.9375rem,.9rem + .2vw,1.125rem);line-height:1.65;color:var(--wv-text-secondary);text-wrap:pretty}.wv-hero__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:var(--wv-space-3);margin-bottom:clamp(28px,3.5vw,40px)}.wv-hero__actions .wv-btn{min-width:180px;min-height:48px;padding-inline:28px}.wv-hero__trust{margin-bottom:clamp(32px,4vw,48px)}.wv-hero__ticker{--wv-ticker-duration: 58s;width:100vw;max-width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);margin-top:clamp(24px,3.5vw,40px);border-top:1px solid var(--wv-border);border-bottom:1px solid var(--wv-border);overflow:hidden;overflow-x:clip;background:var(--wv-bg);box-sizing:border-box}.wv-hero__ticker-track{display:flex;flex-wrap:nowrap;width:max-content;align-items:center;animation:wv-hero-marquee var(--wv-ticker-duration) linear infinite;will-change:transform;backface-visibility:hidden;transform:translateZ(0)}.wv-hero__ticker-group{display:inline-flex;align-items:center;flex-shrink:0;padding:20px 0;white-space:nowrap;min-height:56px;box-sizing:border-box}.wv-hero__ticker-group span{font-size:clamp(.6875rem,.625rem + .28vw,.8125rem);font-weight:var(--wv-weight-medium);letter-spacing:.16em;line-height:1;text-transform:uppercase;color:var(--wv-text-secondary);padding:0 clamp(1.15rem,1.8vw,1.85rem);flex-shrink:0}.wv-hero__ticker-sep{color:var(--wv-text-muted)!important;opacity:.55;padding:0 .1rem!important;letter-spacing:0!important;font-weight:400!important;font-size:.75em!important;line-height:1!important;-webkit-user-select:none;user-select:none}@keyframes wv-hero-marquee{0%{transform:translateZ(0)}to{transform:translate3d(-50%,0,0)}}@media(max-width:1024px){.wv-hero__ticker{--wv-ticker-duration: 52s;margin-top:clamp(20px,3vw,32px)}.wv-hero__ticker-group{padding:18px 0;min-height:52px}.wv-hero__ticker-group span{letter-spacing:.14em;padding:0 clamp(1rem,1.6vw,1.5rem)}}@media(max-width:768px){.wv-hero__ticker{--wv-ticker-duration: 48s;margin-top:clamp(16px,3vw,24px)}.wv-hero__ticker-group{padding:15px 0;min-height:48px}.wv-hero__ticker-group span{font-size:.6875rem;letter-spacing:.12em;padding:0 .95rem}.wv-hero__ticker-sep{opacity:.5}}@media(max-width:480px){.wv-hero__ticker{--wv-ticker-duration: 44s}.wv-hero__ticker-group{padding:14px 0;min-height:44px}.wv-hero__ticker-group span{font-size:.625rem;letter-spacing:.11em;padding:0 .8rem}}.wv-hero__scroll{margin-top:clamp(28px,4vw,40px);margin-bottom:clamp(28px,4vw,48px);display:flex;justify-content:center;width:100%}.wv-hero__scroll-btn{width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;background:var(--wv-bg);border:1px solid var(--wv-border);border-radius:0;color:var(--wv-text-secondary);cursor:pointer;box-shadow:none;transform:none;transition:border-color var(--wv-transition),background-color var(--wv-transition),color var(--wv-transition)}.wv-hero__scroll-btn:hover{border-color:var(--wv-border-strong);background:var(--wv-hover-bg);color:var(--wv-text-strong);transform:none;box-shadow:none}.wv-hero__scroll-btn svg{width:18px;height:18px}@media(max-width:1024px){.wv-hero__title-line{letter-spacing:-.02em}}@media(max-width:768px){.wv-hero{padding-top:calc(56px + var(--wv-space-7))}.wv-hero__actions{flex-direction:column;width:100%;max-width:360px}.wv-hero__actions .wv-btn{width:100%;min-width:0}.wv-hero__trust{gap:var(--wv-space-2) var(--wv-space-3)}.wv-hero__title-line--dominant{max-width:none}}@media(max-width:640px){.wv-hero__trust,.wv-trust{justify-content:flex-start;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;overscroll-behavior-x:contain;padding-bottom:2px}.wv-hero__trust::-webkit-scrollbar,.wv-trust::-webkit-scrollbar{display:none}.wv-hero__trust .wv-trust__sep{display:block;flex-shrink:0}}@media(max-width:380px){.wv-hero__trust,.wv-trust{flex-wrap:wrap;justify-content:center;overflow-x:visible;row-gap:6px;column-gap:8px;font-size:10px;letter-spacing:.04em}.wv-hero__trust .wv-trust__sep,.wv-trust .wv-trust__sep{height:10px}}@media(prefers-reduced-motion:reduce){.wv-hero__ticker-track{animation:none;transform:none}}html.wv-hiw-open,body.wv-hiw-open{overflow:hidden;touch-action:none}body.wv-hiw-open{position:fixed;left:0;right:0;width:100%}.wv-hiw{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100000;display:flex;align-items:center;justify-content:center;padding:24px}.wv-hiw[hidden]{display:none!important}.wv-hiw__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000073}.wv-hiw__dialog{position:relative;z-index:1;width:min(560px,100%);max-height:min(88vh,760px);overflow:auto;background:#fff;color:#000;border:1px solid #e5e5e5;border-radius:0;box-shadow:none;padding:32px 28px 28px;outline:none}.wv-hiw__close{position:absolute;top:12px;right:12px;width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;background:#fff;border:1px solid #e5e5e5;border-radius:0;color:#000;cursor:pointer;box-shadow:none;transform:none;transition:background-color .2s ease,border-color .2s ease}.wv-hiw__close:hover{background:#f5f5f5;border-color:#dcdcdc;transform:none;box-shadow:none}.wv-hiw__close svg{width:16px;height:16px}.wv-hiw__title{margin:0 40px 8px 0;font-size:clamp(1.35rem,1.1rem + 1vw,1.75rem);font-weight:600;letter-spacing:.06em;text-transform:uppercase;line-height:1.15}.wv-hiw__lead{margin:0 0 24px;max-width:36ch;font-size:.9375rem;line-height:1.55;color:#666}.wv-hiw__steps{list-style:none;margin:0 0 28px;padding:0;display:flex;flex-direction:column;gap:16px}.wv-hiw__steps li{display:grid;grid-template-columns:36px 1fr;gap:12px;align-items:start;padding-bottom:16px;border-bottom:1px solid #eaeaea}.wv-hiw__steps li:last-child{border-bottom:none;padding-bottom:0}.wv-hiw__step-num{font-size:.75rem;font-weight:600;letter-spacing:.08em;color:#8a8a8a;padding-top:2px}.wv-hiw__steps h3{margin:0 0 4px;font-size:.8125rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#050505}.wv-hiw__steps p{margin:0;font-size:.875rem;line-height:1.55;color:#666}.wv-hiw__cta{width:100%}@media(max-width:480px){.wv-hiw{padding:16px;align-items:flex-end}.wv-hiw__dialog{width:100%;max-height:90vh;padding:28px 20px 20px}}.theme-product-item{display:flex;flex-direction:column;background:var(--wv-bg);border:1px solid var(--wv-border);border-radius:0;overflow:hidden;text-decoration:none;color:inherit;transition:border-color var(--wv-transition),background-color var(--wv-transition);height:100%;min-height:100%;align-self:stretch}.theme-product-item:hover{border-color:var(--wv-border-strong);background:var(--wv-bg-secondary)}.theme-product-item__media{position:relative;aspect-ratio:16 / 10;background:var(--wv-bg-soft);border-bottom:1px solid var(--wv-border);overflow:hidden}.theme-product-item__image-wrapper{width:100%;height:100%}.theme-product-item__image,.theme-product-item__video{width:100%;height:100%;object-fit:cover;object-position:center center;display:block;transition:opacity var(--wv-transition)}.theme-product-item:hover .theme-product-item__image,.theme-product-item:hover .theme-product-item__video{opacity:.92}.theme-product-item__image--placeholder{background:var(--wv-bg-soft)}.theme-product-item__badge,.theme-product-item__sale{position:absolute;top:var(--wv-space-3);z-index:2;font-size:var(--wv-text-label);font-weight:var(--wv-weight-medium);letter-spacing:.04em;text-transform:uppercase;padding:3px 8px;border-radius:0;border:1px solid var(--wv-border);background:var(--wv-bg);color:var(--wv-text-secondary);display:inline-flex;align-items:center;gap:4px}.theme-product-item__badge{left:var(--wv-space-3)}.theme-product-item__badge svg{display:none}.theme-product-item__sale{right:var(--wv-space-3);background:var(--wv-accent);color:var(--wv-on-accent);border-color:var(--wv-accent)}.theme-product-item__content{display:flex;flex-direction:column;flex:1;padding:var(--wv-space-5);gap:var(--wv-space-2)}.theme-product-item__meta-label{font-size:var(--wv-text-label);letter-spacing:.06em;text-transform:uppercase;color:var(--wv-text-muted);margin:0;min-height:1.2em}.theme-product-item__title{margin:0;font-size:var(--wv-text-product);font-weight:var(--wv-weight-semibold);color:var(--wv-text-strong);line-height:1.25;min-height:2.5em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.theme-product-item__description{margin:0;font-size:var(--wv-text-body);color:var(--wv-text-secondary);line-height:var(--wv-lh-body);min-height:calc(1em * var(--wv-lh-body) * 2);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.theme-product-item__meta{list-style:none;margin:var(--wv-space-2) 0 0;padding:0;display:flex;flex-direction:column;gap:var(--wv-space-1);flex:1 1 auto;min-height:calc((1.4em + var(--wv-space-1)) * 4);max-height:calc((1.4em + var(--wv-space-1)) * 4);overflow:hidden}.theme-product-item__meta li{display:flex;align-items:flex-start;gap:var(--wv-space-2);font-size:var(--wv-text-small);color:var(--wv-text-muted);line-height:1.4;min-height:1.4em;overflow:hidden}.theme-product-item__meta li span{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.theme-product-item__meta svg{width:12px;height:12px;flex-shrink:0;margin-top:2px;stroke:var(--wv-text-muted)}.theme-product-item__footer{display:flex;align-items:center;justify-content:space-between;gap:var(--wv-space-4);margin-top:auto;padding-top:var(--wv-space-4);border-top:1px solid var(--wv-border)}.theme-product-item__price{font-size:var(--wv-text-price);font-weight:var(--wv-weight-semibold);color:var(--wv-text-strong);letter-spacing:-.02em;line-height:1}.theme-product-item__cta{display:inline-flex;align-items:center;gap:var(--wv-space-2);font-size:var(--wv-text-small);font-weight:var(--wv-weight-medium);color:var(--wv-text);text-transform:uppercase;letter-spacing:.04em;transition:color var(--wv-transition-fast)}.theme-product-item__cta svg{width:14px;height:14px;transition:transform var(--wv-transition-fast)}.theme-product-item:hover .theme-product-item__cta{color:var(--wv-text-strong)}.theme-product-item:hover .theme-product-item__cta svg{transform:none}.theme-product-item .theme-product-item__media,.theme-product-item .theme-product-item__content,.theme-product-item .theme-product-item__badge,.theme-product-item .theme-product-item__sale,.theme-product-item .theme-product-item__image,.theme-product-item .theme-product-item__video{pointer-events:none}.theme-product-item--featured{grid-column:span 2}.theme-product-item--featured .theme-product-item__media{aspect-ratio:21 / 9}@media(max-width:1024px){.theme-product-item--featured{grid-column:span 1}.theme-product-item--featured .theme-product-item__media{aspect-ratio:16 / 10}}.theme-grid-section,.theme-slider-section{background:var(--wv-bg);scroll-margin-top:80px}.theme-grid-section__container,.theme-slider-section__container{width:var(--wv-container);max-width:100%;margin-inline:auto;padding-inline:var(--wv-gutter)}.theme-product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--wv-space-5);align-items:stretch}@media(max-width:1024px){.theme-product-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.theme-product-grid{grid-template-columns:1fr;gap:var(--wv-space-4)}}.theme-slider-section__header,.theme-grid-section__header{margin-bottom:var(--wv-space-9)}.theme-slider-section__badge{display:inline-flex;align-items:center;margin-bottom:var(--wv-space-4);padding:7px 12px;font-size:.6875rem;font-weight:var(--wv-weight-medium);letter-spacing:.12em;text-transform:uppercase;color:var(--wv-text-strong);background:var(--wv-bg);border:1px solid var(--wv-border-strong);border-radius:0;line-height:1.2}.theme-slider-section__title,.theme-grid-section__title{margin:0 0 var(--wv-space-3);font-size:var(--wv-text-section);font-weight:var(--wv-weight-semibold);color:var(--wv-text-strong);line-height:var(--wv-lh-heading);text-transform:uppercase;letter-spacing:.04em}.theme-slider-section__subtitle,.theme-grid-section__subtitle{margin:0;font-size:var(--wv-text-body);color:var(--wv-text-secondary);line-height:var(--wv-lh-body);max-width:480px}.theme-showcase.theme-slider-section{overflow-x:clip}.theme-showcase .theme-slider-section__header{margin-bottom:clamp(28px,4vw,48px)}.theme-showcase__header{display:flex;align-items:flex-end;justify-content:space-between;gap:var(--wv-space-6)}.theme-showcase__header-main{max-width:42rem}.theme-showcase .theme-slider-section__badge{margin-bottom:14px}.theme-showcase .theme-slider-section__title{margin-bottom:12px;letter-spacing:.03em}.theme-showcase .theme-slider-section__subtitle{max-width:36rem;line-height:1.55}.theme-showcase__stage{display:flex;flex-direction:column;gap:clamp(20px,2.5vw,32px)}.theme-showcase__featured{display:grid;grid-template-columns:minmax(0,1.75fr) minmax(260px,.85fr);gap:clamp(24px,3vw,40px);align-items:stretch}.theme-showcase__frame{position:relative;border:1px solid var(--wv-border);background:var(--wv-bg-soft);overflow:hidden;border-radius:0;aspect-ratio:16 / 10;min-height:0;isolation:isolate}.theme-showcase__frame:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border:1px solid transparent;pointer-events:none;z-index:3;transition:border-color .2s ease}.theme-showcase__featured.is-switching .theme-showcase__frame:after{border-color:var(--wv-border)}.theme-showcase__image,.theme-showcase__video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center center;display:block;border-radius:0;background:transparent}.theme-showcase__image{z-index:1;opacity:1;transition:opacity .35s ease;will-change:opacity}.theme-showcase__image.is-exiting{opacity:0;z-index:0}.theme-showcase__image.is-incoming{opacity:0;z-index:2}.theme-showcase__image.is-incoming.is-active{opacity:1}.theme-showcase__video{z-index:2;background:transparent}.theme-showcase__video:not([hidden]){background:#000}.theme-showcase__video[hidden],.theme-showcase__image[hidden]{display:none!important}.theme-showcase__info{display:flex;flex-direction:column;justify-content:center;gap:14px;padding:4px 0;min-width:0;transition:opacity .2s ease}.theme-showcase__featured.is-switching .theme-showcase__info{opacity:.72}.theme-showcase__info-top{display:flex;align-items:center;justify-content:space-between;gap:var(--wv-space-3);min-height:28px}.theme-showcase__badge{display:inline-flex;align-items:center;padding:6px 10px;border:1px solid var(--wv-border-strong);border-radius:0;font-size:.625rem;font-weight:var(--wv-weight-medium);letter-spacing:.12em;text-transform:uppercase;color:var(--wv-text-strong);line-height:1.2}.theme-showcase__index{margin:0;font-size:.6875rem;font-weight:var(--wv-weight-medium);letter-spacing:.1em;text-transform:uppercase;color:var(--wv-text-muted);font-variant-numeric:tabular-nums;white-space:nowrap}.theme-showcase__name{margin:0;font-size:clamp(1.375rem,1.05rem + 1.1vw,2.125rem);font-weight:var(--wv-weight-semibold);line-height:1.12;letter-spacing:-.025em;color:var(--wv-text-strong);text-transform:uppercase}.theme-showcase__desc{margin:0;font-size:.9375rem;line-height:1.6;color:var(--wv-text-secondary);max-width:38ch}.theme-showcase__features{list-style:none;margin:4px 0 0;padding:0;display:flex;flex-direction:column;gap:9px}.theme-showcase__features li{position:relative;padding-left:14px;font-size:.6875rem;letter-spacing:.06em;line-height:1.4;color:var(--wv-text-muted);text-transform:uppercase}.theme-showcase__features li:before{content:"";position:absolute;left:0;top:.55em;width:6px;height:1px;background:var(--wv-text-strong)}.theme-showcase__footer{display:flex;align-items:center;justify-content:space-between;gap:var(--wv-space-4);margin-top:8px;padding-top:18px;border-top:1px solid var(--wv-border)}.theme-showcase__price{font-size:1.25rem;font-weight:var(--wv-weight-semibold);letter-spacing:-.02em;color:var(--wv-text-strong);font-variant-numeric:tabular-nums;line-height:1}.theme-showcase__cta{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;height:44px;padding:0 18px;box-sizing:border-box;font-size:.75rem;font-weight:var(--wv-weight-semibold);letter-spacing:.08em;text-transform:uppercase;text-decoration:none;color:var(--wv-bg);background:var(--wv-text-strong);border:1px solid var(--wv-text-strong);border-radius:0;box-shadow:none;flex-shrink:0;transition:opacity .15s ease,background-color .15s ease,border-color .15s ease}.theme-showcase__cta svg{width:14px;height:14px;flex-shrink:0}.theme-showcase__cta:hover,.theme-showcase__cta:focus-visible{color:var(--wv-bg);background:#2a2a2a;border-color:#2a2a2a;opacity:1;transform:none;box-shadow:none;outline:none}.theme-showcase__cta:focus-visible{outline:1px solid var(--wv-text-strong);outline-offset:2px}.theme-showcase__cta:visited{color:var(--wv-bg)}.theme-showcase__thumbs{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:12px;width:100%}.theme-showcase__thumb{display:flex;flex-direction:column;gap:0;padding:0;margin:0;background:transparent;border:1px solid var(--wv-border);border-radius:0;box-shadow:none;cursor:pointer;text-align:left;color:inherit;min-width:0;position:relative;transition:border-color .15s ease,opacity .15s ease,background-color .15s ease}.theme-showcase__thumb:before{content:"";position:absolute;left:0;right:0;top:0;height:2px;background:transparent;transition:background-color .15s ease;z-index:1}.theme-showcase__thumb:hover{opacity:1;border-color:var(--wv-border-strong);transform:none;box-shadow:none}.theme-showcase__thumb:focus-visible{outline:1px solid var(--wv-text-strong);outline-offset:2px}.theme-showcase__thumb.is-active{border-color:var(--wv-text-strong);opacity:1;background:var(--wv-bg)}.theme-showcase__thumb.is-active:before{background:var(--wv-text-strong)}.theme-showcase__thumb-media{display:block;width:100%;aspect-ratio:16 / 10;overflow:hidden;background:var(--wv-bg-soft);border-bottom:1px solid var(--wv-border)}.theme-showcase__thumb-img,.theme-showcase__thumb-placeholder{width:100%;height:100%;object-fit:cover;object-position:center center;display:block;border-radius:0;transition:opacity .15s ease}.theme-showcase__thumb:not(.is-active) .theme-showcase__thumb-img{opacity:.82}.theme-showcase__thumb.is-active .theme-showcase__thumb-img,.theme-showcase__thumb:hover .theme-showcase__thumb-img{opacity:1}.theme-showcase__thumb-placeholder{background:var(--wv-bg-soft)}.theme-showcase__thumb-meta{display:flex;flex-direction:column;gap:3px;padding:8px 10px 10px;min-height:44px;min-width:0}.theme-showcase__thumb-index{font-size:.5625rem;letter-spacing:.12em;text-transform:uppercase;color:var(--wv-text-muted);line-height:1.2}.theme-showcase__thumb.is-active .theme-showcase__thumb-index{color:var(--wv-text-strong)}.theme-showcase__thumb-name{font-size:.6875rem;font-weight:var(--wv-weight-medium);letter-spacing:.04em;color:var(--wv-text-strong);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-transform:uppercase;line-height:1.25}.theme-showcase__controls{display:flex;align-items:center;justify-content:flex-start;gap:var(--wv-space-5);margin-top:4px}.theme-showcase .theme-carousel-slider__arrow{width:42px;height:42px}.theme-showcase .theme-carousel-slider__arrow:focus-visible{outline:1px solid var(--wv-text-strong);outline-offset:2px}@media(max-width:1100px){.theme-showcase__featured{grid-template-columns:minmax(0,1.45fr) minmax(240px,.95fr);gap:24px}.theme-showcase__thumbs{grid-template-columns:repeat(7,minmax(110px,1fr));overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:thin;padding-bottom:4px}}@media(max-width:1024px){.theme-showcase__featured{grid-template-columns:1fr;gap:22px}.theme-showcase__frame{aspect-ratio:16 / 9}.theme-showcase__info{padding:0;gap:12px;max-width:40rem}.theme-showcase__footer{max-width:40rem}.theme-showcase__thumbs{display:flex;grid-template-columns:none;gap:10px;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity;scrollbar-width:thin;padding-bottom:6px}.theme-showcase__thumb{flex:0 0 148px;width:148px;scroll-snap-align:start}}@media(max-width:768px){.theme-showcase__header{flex-direction:column;align-items:flex-start}.theme-showcase .theme-slider-section__header{margin-bottom:24px}.theme-showcase__mobile{display:none!important}.theme-showcase__featured{display:grid;grid-template-columns:1fr;gap:20px}.theme-showcase__thumbs{display:flex}.theme-showcase__frame{aspect-ratio:16 / 10}.theme-showcase__name{font-size:clamp(1.25rem,4.5vw,1.65rem)}.theme-showcase__desc{font-size:.875rem;max-width:none}.theme-showcase__footer{flex-wrap:wrap;gap:14px;align-items:center}.theme-showcase__cta{min-width:148px}.theme-showcase__thumb{flex:0 0 132px;width:132px;min-height:44px}.theme-showcase__thumb-meta{min-height:46px;padding:8px 8px 10px}.theme-showcase__controls{margin-top:8px;width:100%;justify-content:space-between}.theme-showcase .theme-carousel-slider__arrow{width:44px;height:44px}}@media(max-width:480px){.theme-showcase__thumb{flex:0 0 120px;width:120px}.theme-showcase__cta{width:100%}.theme-showcase__footer{flex-direction:column;align-items:stretch}.theme-showcase__price{font-size:1.125rem}}@media(min-width:769px){.theme-showcase__mobile{display:none}}@media(prefers-reduced-motion:reduce){.theme-showcase__image,.theme-showcase__video,.theme-showcase__info,.theme-showcase__thumb,.theme-showcase__thumb-img{transition:none}.theme-showcase__featured.is-switching .theme-showcase__info{opacity:1}.theme-showcase__image.is-incoming,.theme-showcase__image.is-exiting{transition:none}}.theme-carousel-slider__controls{display:flex;align-items:center;justify-content:center;gap:var(--wv-space-6);margin-top:var(--wv-space-7)}.theme-carousel-slider__arrow{width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;background:var(--wv-bg);border:1px solid var(--wv-border);border-radius:0;color:var(--wv-text);cursor:pointer;transition:border-color var(--wv-transition),background-color var(--wv-transition);box-shadow:none}.theme-carousel-slider__arrow:hover{border-color:var(--wv-border-strong);background:var(--wv-hover-bg);transform:none;box-shadow:none}.theme-carousel-slider__arrow:disabled{opacity:.35;cursor:not-allowed}.theme-carousel-slider__arrow svg{width:16px;height:16px}.theme-carousel-slider__counter{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-width:72px;font-size:var(--wv-text-small);font-weight:var(--wv-weight-medium);font-variant-numeric:tabular-nums;letter-spacing:.06em;color:var(--wv-text-muted)}.theme-carousel-slider__counter-current,.theme-carousel-slider__counter-total{font-weight:var(--wv-weight-semibold);color:var(--wv-text-strong)}.theme-carousel-slider__counter-sep{color:var(--wv-text-muted)}.theme-carousel-slider{overflow:hidden;touch-action:pan-y}.theme-carousel-slider__track{display:flex;align-items:stretch;gap:var(--wv-space-5);transition:transform .35s ease;will-change:transform}.theme-grid-section--carousel .theme-carousel-slider__track .theme-product-item{height:100%;align-self:stretch}.theme-grid-section--carousel .theme-grid-section__header{margin-bottom:clamp(24px,3.5vw,40px)}.theme-grid-section--carousel .theme-grid-section__title{letter-spacing:-.02em;text-transform:uppercase}.theme-grid-section--carousel .theme-carousel-slider__track{gap:clamp(14px,1.8vw,20px);align-items:stretch}.theme-grid-section--carousel .theme-product-item{display:flex;flex-direction:column;min-height:100%;height:100%;min-width:0;background:var(--wv-bg);border:1px solid var(--wv-border)!important;border-radius:0;box-shadow:none;overflow:hidden;transition:border-color .15s ease,background-color .15s ease}.theme-grid-section--carousel .theme-product-item:hover{background:var(--wv-bg);border-color:var(--wv-text-strong)!important}.theme-grid-section--carousel .theme-product-item--best-value{border-width:1px!important;border-color:var(--wv-text-strong)!important;position:relative;z-index:1}.theme-grid-section--carousel .theme-product-item--best-value:before{content:"";position:absolute;left:0;right:0;top:0;height:3px;background:var(--wv-text-strong);z-index:3;pointer-events:none}.theme-grid-section--carousel .theme-product-item__media{aspect-ratio:16 / 9;flex-shrink:0}.theme-grid-section--carousel .theme-product-item__badge{top:12px;left:12px;padding:6px 10px;font-size:.625rem;letter-spacing:.1em;font-weight:var(--wv-weight-medium);color:var(--wv-text-strong);background:var(--wv-bg);border:1px solid var(--wv-border-strong);line-height:1.2}.theme-grid-section--carousel .theme-product-item--best-value .theme-product-item__badge{background:var(--wv-text-strong);color:var(--wv-bg);border-color:var(--wv-text-strong)}.theme-grid-section--carousel .theme-product-item__sale{top:12px;right:12px;padding:6px 8px;font-size:.625rem;letter-spacing:.08em;font-weight:var(--wv-weight-semibold);line-height:1.2}.theme-grid-section--carousel .theme-product-item__content{display:flex;flex-direction:column;flex:1 1 auto;padding:18px;gap:8px;min-width:0}.theme-grid-section--carousel .theme-product-item__meta-label{margin:0;font-size:.625rem;letter-spacing:.12em;text-transform:uppercase;color:var(--wv-text-muted);line-height:1.2}.theme-grid-section--carousel .theme-product-item--best-value .theme-product-item__meta-label{color:var(--wv-text-strong);font-weight:var(--wv-weight-semibold)}.theme-grid-section--carousel .theme-product-item__title{margin:0;font-size:clamp(1.0625rem,.95rem + .35vw,1.25rem);font-weight:var(--wv-weight-bold);letter-spacing:-.02em;line-height:1.25;text-transform:uppercase;color:var(--wv-text-strong);overflow-wrap:break-word}.theme-grid-section--carousel .theme-product-item__description{margin:0;font-size:.8125rem;line-height:1.5;color:var(--wv-text-secondary);overflow-wrap:break-word}.theme-grid-section--carousel .theme-product-item__meta{list-style:none;margin:4px 0 0;padding:0;display:flex;flex-direction:column;gap:7px;flex:1 1 auto;min-height:0;max-height:none;overflow:visible}.theme-grid-section--carousel .theme-product-item__meta li{display:grid;grid-template-columns:14px minmax(0,1fr);align-items:start;column-gap:10px;font-size:.75rem;line-height:1.4;color:var(--wv-text-secondary);min-height:0;overflow:visible}.theme-grid-section--carousel .theme-product-item__meta li span{display:block;min-width:0;overflow-wrap:break-word;white-space:normal;-webkit-line-clamp:unset;overflow:visible}.theme-grid-section--carousel .theme-product-item__meta svg{width:14px;height:14px;margin-top:1px;stroke:var(--wv-text-strong);color:var(--wv-text-strong);flex-shrink:0}.theme-grid-section--carousel .theme-product-item__footer{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto;padding-top:14px;border-top:1px solid var(--wv-border);flex-shrink:0;min-width:0}.theme-grid-section--carousel .theme-product-item__price{font-size:clamp(1.375rem,1.2rem + .5vw,1.625rem);font-weight:var(--wv-weight-bold);letter-spacing:-.03em;line-height:1;color:var(--wv-text-strong);font-variant-numeric:tabular-nums;min-width:0}.theme-grid-section--carousel .theme-product-item--best-value .theme-product-item__price{font-size:clamp(1.5rem,1.3rem + .55vw,1.75rem)}.theme-grid-section--carousel .theme-product-item__cta{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;height:42px;padding:0 16px;box-sizing:border-box;font-size:.6875rem;font-weight:var(--wv-weight-semibold);letter-spacing:.1em;text-transform:uppercase;text-decoration:none;color:var(--wv-text-strong);background:transparent;border:1px solid var(--wv-text-strong);border-radius:0;transition:background-color .15s ease,color .15s ease,border-color .15s ease;flex-shrink:0;box-shadow:none;white-space:nowrap}.theme-grid-section--carousel .theme-product-item__cta svg{width:13px;height:13px;flex-shrink:0;transition:transform .2s ease}.theme-grid-section--carousel .theme-product-item:hover .theme-product-item__cta,.theme-grid-section--carousel .theme-product-item:focus-visible .theme-product-item__cta{background:var(--wv-text-strong);color:var(--wv-bg);border-color:var(--wv-text-strong)}.theme-grid-section--carousel .theme-product-item:hover .theme-product-item__cta svg,.theme-grid-section--carousel .theme-product-item:focus-visible .theme-product-item__cta svg{transform:translate(3px)}.theme-grid-section--carousel .theme-product-item--best-value .theme-product-item__cta{background:var(--wv-text-strong);color:var(--wv-bg);border-color:var(--wv-text-strong)}.theme-grid-section--carousel .theme-product-item--best-value:hover .theme-product-item__cta,.theme-grid-section--carousel .theme-product-item--best-value:focus-visible .theme-product-item__cta{background:#2a2a2a;border-color:#2a2a2a;color:var(--wv-bg)}.theme-grid-section--carousel .theme-product-item:focus-visible{outline:1px solid var(--wv-text-strong);outline-offset:2px}@media(prefers-reduced-motion:reduce){.theme-grid-section--carousel .theme-product-item__cta svg,.theme-grid-section--carousel .theme-product-item{transition:none}.theme-grid-section--carousel .theme-product-item:hover .theme-product-item__cta svg{transform:none}}.theme-carousel-slider.is-static{overflow:visible}.theme-carousel-slider.is-static .theme-carousel-slider__track{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--wv-space-5);transform:none!important;transition:none}.theme-carousel-slider.is-static .theme-carousel-slider__track .theme-product-item{flex:none;min-width:0;width:auto;max-width:none}.theme-carousel-slider__controls.is-hidden{display:none!important}.theme-carousel-slider__track .theme-product-item--featured{grid-column:auto}.theme-carousel-slider__track .theme-product-item--featured .theme-product-item__media{aspect-ratio:16 / 9}.theme-grid-section--grid .theme-product-grid--shop{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--wv-space-5)}.theme-grid-section--grid .theme-carousel-slider__controls,.theme-showcase__view-all{display:none!important}@media(min-width:1025px){.theme-grid-section--carousel .theme-carousel-slider{overflow:visible}.theme-grid-section--carousel .theme-carousel-slider__track{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(14px,1.6vw,20px);transform:none!important;transition:none!important;will-change:auto}.theme-grid-section--carousel .theme-carousel-slider__track .theme-product-item{flex:none!important;width:auto!important;min-width:0!important;max-width:none!important}.theme-grid-section--carousel .theme-carousel-slider__controls{display:none!important}}@media(max-width:1024px){.theme-grid-section--grid .theme-product-grid--shop{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:769px)and (max-width:1024px){.theme-carousel-slider{overflow:hidden}.theme-grid-section--carousel .theme-carousel-slider{overflow:visible}.theme-grid-section--carousel .theme-carousel-slider__track{display:flex!important;flex-direction:column!important;align-items:stretch;gap:16px!important;transform:none!important;transition:none!important;will-change:auto}.theme-grid-section--carousel .theme-carousel-slider__track .theme-product-item{flex:none!important;min-width:0!important;max-width:none!important;width:100%!important;height:auto!important}.theme-grid-section--carousel .theme-carousel-slider__controls{display:none!important}.theme-carousel-slider.is-static .theme-carousel-slider__track{display:flex!important;grid-template-columns:none}.theme-grid-section--carousel .theme-product-item__media{aspect-ratio:16 / 8;max-height:200px}.theme-grid-section--carousel .theme-product-item__content{padding:18px}.theme-grid-section--carousel .theme-product-item__footer{gap:14px;padding-top:14px}.theme-grid-section--carousel .theme-product-item__cta{min-height:44px;height:44px;padding:0 16px}}@media(max-width:768px){.theme-carousel-slider{overflow:hidden;width:100%;max-width:100%}.theme-carousel-slider.is-carousel .theme-carousel-slider__track .theme-product-item,.package-carousel-slider.is-carousel .package-carousel-slider__track .package-theme-card{flex:0 0 100%!important;width:100%!important;min-width:100%!important;max-width:100%!important}.theme-grid-section--carousel .theme-carousel-slider{overflow:hidden;width:100%;max-width:100%;touch-action:pan-y}.theme-grid-section--carousel .theme-carousel-slider__track{display:flex!important;flex-direction:row!important;align-items:stretch;gap:14px!important;transition:transform .35s ease!important;will-change:transform}.theme-grid-section--carousel .theme-carousel-slider.is-carousel .theme-carousel-slider__track .theme-product-item{flex:0 0 100%!important;width:100%!important;min-width:100%!important;max-width:100%!important;height:auto!important}.theme-grid-section--carousel .theme-carousel-slider__controls:not(.is-hidden){display:flex!important}.theme-grid-section--carousel .theme-grid-section__header{margin-bottom:22px}.theme-grid-section--carousel .theme-product-item__media{aspect-ratio:16 / 9;max-height:none}.theme-grid-section--carousel .theme-product-item__image,.theme-grid-section--carousel .theme-product-item__video{object-fit:cover;object-position:top center}.theme-grid-section--carousel .theme-product-item__content{padding:16px;gap:7px}.theme-grid-section--carousel .theme-product-item__title{font-size:1.0625rem}.theme-grid-section--carousel .theme-product-item__description{font-size:.8125rem}.theme-grid-section--carousel .theme-product-item__meta{gap:6px;margin-top:2px}.theme-grid-section--carousel .theme-product-item__meta li{font-size:.75rem}.theme-grid-section--carousel .theme-product-item__footer{flex-direction:column;align-items:stretch;gap:12px;padding-top:14px}.theme-grid-section--carousel .theme-product-item__price{font-size:1.5rem}.theme-grid-section--carousel .theme-product-item--best-value .theme-product-item__price{font-size:1.625rem}.theme-grid-section--carousel .theme-product-item__cta{width:100%;min-height:48px;height:48px;padding:0 16px}.theme-grid-section--grid .theme-product-grid--shop{grid-template-columns:1fr}}@media(max-width:430px){.theme-grid-section--carousel .theme-product-item__media{aspect-ratio:16 / 10;max-height:none}.theme-grid-section--carousel .theme-product-item__content{padding:14px}.theme-grid-section--carousel .theme-product-item__title{font-size:1rem}.theme-grid-section--carousel .theme-product-item__cta{min-height:48px;height:48px}}.wenny-stats{background:var(--wv-bg);border-block:1px solid var(--wv-border);padding:clamp(28px,4vw,44px) 0;overflow:visible}.wenny-stats__container{width:var(--wv-container);max-width:100%;margin-inline:auto;padding-inline:var(--wv-gutter)}.wenny-stats__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch;gap:0;max-width:1080px;margin-inline:auto;width:100%}.wenny-stats__card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;min-width:0;padding:clamp(22px,3vw,32px) clamp(12px,2vw,20px);text-align:center;background:transparent;border:none;border-right:1px solid var(--wv-border);border-radius:0;box-shadow:none;position:relative}.wenny-stats__card:last-child{border-right:none}.wenny-stats__card+.wenny-stats__card:before{content:none}.wenny-stats__number{display:block;font-size:clamp(1.75rem,1.25rem + 1.5vw,2.75rem);font-weight:var(--wv-weight-bold);color:var(--wv-text-strong);letter-spacing:-.04em;line-height:1;font-variant-numeric:tabular-nums}.wenny-stats__label{display:block;font-size:.6875rem;font-weight:var(--wv-weight-medium);letter-spacing:.12em;text-transform:uppercase;color:var(--wv-text-muted);line-height:1.35;max-width:18ch;min-height:2.7em;white-space:normal;overflow-wrap:break-word;word-break:normal}@media(max-width:1024px){.wenny-stats{padding:clamp(24px,3.5vw,36px) 0}.wenny-stats__grid{max-width:100%}.wenny-stats__card{padding:20px 12px;gap:8px}.wenny-stats__number{font-size:clamp(1.5rem,1.2rem + 1.2vw,2.125rem)}.wenny-stats__label{font-size:.625rem;letter-spacing:.1em;max-width:14ch}}@media(max-width:768px){.wenny-stats{padding:20px 0;overflow:hidden}.wenny-stats__container{padding-inline:0;max-width:100%}.wenny-stats__grid{display:flex;flex-wrap:nowrap;align-items:stretch;gap:0;width:100%;max-width:none;margin-inline:0;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;scroll-snap-type:x proximity;scrollbar-width:none;-ms-overflow-style:none;padding-inline:max(12px,var(--wv-gutter))}.wenny-stats__grid::-webkit-scrollbar{display:none;width:0;height:0}.wenny-stats__card{flex:0 0 auto;width:auto;min-width:7.5rem;max-width:none;padding:14px 16px;gap:6px;border-right:1px solid var(--wv-border);border-bottom:none;scroll-snap-align:start}.wenny-stats__card:nth-child(2n){border-right:1px solid var(--wv-border)}.wenny-stats__card:nth-child(n+3){border-bottom:none}.wenny-stats__card:last-child{border-right:none}.wenny-stats__number{font-size:clamp(1.125rem,.85rem + 2.2vw,1.5rem)}.wenny-stats__label{font-size:.5625rem;letter-spacing:.05em;max-width:none;width:100%;min-height:2.5em;line-height:1.25}}@media(max-width:430px){.wenny-stats{padding:16px 0}.wenny-stats__grid{padding-inline:10px}.wenny-stats__card{min-width:7rem;padding:12px 14px;gap:5px}.wenny-stats__number{font-size:clamp(1.0625rem,.8rem + 2.2vw,1.3125rem)}.wenny-stats__label{font-size:.5rem;letter-spacing:.04em;padding-inline:0}}@media(max-width:360px){.wenny-stats__grid{padding-inline:8px}.wenny-stats__card{min-width:6.5rem;padding:10px 12px;gap:4px}.wenny-stats__number{font-size:1rem}.wenny-stats__label{font-size:.5rem;letter-spacing:.03em}}.wenny-why{background:var(--wv-bg);padding:var(--wv-section-y) 0;border-bottom:1px solid var(--wv-border)}.wenny-why__container{width:var(--wv-container);max-width:100%;margin-inline:auto;padding-inline:var(--wv-gutter)}.wenny-why__header{max-width:640px;margin:0 0 clamp(36px,5vw,56px)}.wenny-why__label{display:inline-flex;align-items:center;margin:0 0 var(--wv-space-4);padding:7px 12px;font-size:.6875rem;font-weight:var(--wv-weight-medium);letter-spacing:.12em;text-transform:uppercase;color:var(--wv-text-strong);background:var(--wv-bg);border:1px solid var(--wv-border-strong);border-radius:0;line-height:1.2}.wenny-why__heading{margin:0 0 var(--wv-space-3);font-size:clamp(1.5rem,1.2rem + 1.2vw,2rem);font-weight:var(--wv-weight-semibold);color:var(--wv-text-strong);line-height:var(--wv-lh-heading);letter-spacing:-.02em;text-transform:uppercase}.wenny-why__subtitle{margin:0;max-width:540px;font-size:var(--wv-text-body);color:var(--wv-text-secondary);line-height:var(--wv-lh-body)}.wenny-why__grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:clamp(32px,5vw,64px);row-gap:0;border-top:1px solid var(--wv-border)}.wenny-why__item{display:grid;grid-template-columns:auto minmax(0,1fr);gap:16px 20px;align-items:start;padding:clamp(24px,3vw,32px) 0;border-bottom:1px solid var(--wv-border);background:transparent;transition:opacity var(--wv-transition-fast)}.wenny-why__item:hover{opacity:.78}.wenny-why__num{display:block;min-width:2ch;padding-top:2px;font-size:.9375rem;font-weight:var(--wv-weight-medium);letter-spacing:.06em;color:var(--wv-text-muted);line-height:1;font-variant-numeric:tabular-nums}.wenny-why__body{min-width:0}.wenny-why__title{margin:0 0 8px;font-size:.8125rem;font-weight:var(--wv-weight-bold);letter-spacing:.1em;text-transform:uppercase;color:var(--wv-text-strong);line-height:1.35}.wenny-why__desc{margin:0;font-size:.9375rem;font-weight:var(--wv-weight-regular);color:var(--wv-text-secondary);line-height:1.65;max-width:42ch}.wenny-why__item:last-child:nth-child(odd){grid-column:1 / -1;max-width:calc(50% - 16px)}@media(max-width:768px){.wenny-why{padding:clamp(48px,10vw,72px) 0}.wenny-why__header{margin-bottom:28px}.wenny-why__heading{font-size:1.375rem}.wenny-why__subtitle{font-size:.9375rem}.wenny-why__grid{grid-template-columns:1fr;column-gap:0}.wenny-why__item:last-child:nth-child(odd){grid-column:auto;max-width:none}.wenny-why__item{gap:14px 16px;padding:22px 0}.wenny-why__num{font-size:.875rem}.wenny-why__title{font-size:.75rem}.wenny-why__desc{font-size:.9375rem;max-width:none}}@media(max-width:430px){.wenny-why__item{padding:20px 0}}.wenny-services{background:var(--wv-bg);padding:clamp(56px,7vw,96px) 0;border-bottom:1px solid var(--wv-border);overflow-x:clip}.wenny-services__container{width:var(--wv-container);max-width:100%;margin-inline:auto;padding-inline:var(--wv-gutter)}.wenny-services__header{max-width:560px;margin:0 0 clamp(28px,4vw,44px)}.wenny-services__label{display:inline-flex;align-items:center;margin:0 0 12px;padding:6px 10px;font-size:.6875rem;font-weight:var(--wv-weight-medium);letter-spacing:.12em;text-transform:uppercase;color:var(--wv-text-strong);background:var(--wv-bg);border:1px solid var(--wv-border-strong);border-radius:0;line-height:1.2}.wenny-services__heading{margin:0 0 10px;font-size:clamp(1.5rem,1.2rem + 1.2vw,2rem);font-weight:var(--wv-weight-semibold);color:var(--wv-text-strong);line-height:var(--wv-lh-heading);letter-spacing:-.02em;text-transform:uppercase}.wenny-services__subtitle{margin:0;font-size:var(--wv-text-body);color:var(--wv-text-secondary);line-height:var(--wv-lh-body);max-width:42em}.wenny-services__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(14px,1.8vw,20px);align-items:stretch}.wenny-services__card{display:flex;flex-direction:column;min-width:0;min-height:100%;height:100%;padding:22px 20px 20px;background:var(--wv-bg);border:1px solid var(--wv-border);border-radius:0;box-shadow:none;overflow:hidden}.wenny-services__card--featured{border-color:var(--wv-text-strong);border-width:1px;box-shadow:inset 0 2px 0 0 var(--wv-text-strong)}.wenny-services__card-top{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.wenny-services__badge{display:inline-flex;align-self:flex-start;margin-bottom:2px;padding:5px 8px;font-size:.625rem;font-weight:var(--wv-weight-semibold);letter-spacing:.1em;text-transform:uppercase;color:var(--wv-bg);background:var(--wv-text-strong);border:1px solid var(--wv-text-strong);border-radius:0;line-height:1}.wenny-services__price{margin:0;font-size:clamp(1.375rem,1.2rem + .6vw,1.625rem);font-weight:var(--wv-weight-bold);color:var(--wv-text-strong);letter-spacing:-.03em;line-height:1}.wenny-services__title{margin:0;font-size:.8125rem;font-weight:var(--wv-weight-semibold);color:var(--wv-text-strong);letter-spacing:.06em;text-transform:uppercase;line-height:1.35;overflow-wrap:anywhere}.wenny-services__desc{margin:0;font-size:.875rem;color:var(--wv-text-secondary);line-height:1.55;overflow-wrap:break-word}.wenny-services__features{list-style:none;margin:0 0 20px;padding:0;display:flex;flex-direction:column;gap:8px;flex:1 1 auto}.wenny-services__feature{display:grid;grid-template-columns:14px minmax(0,1fr);gap:8px;align-items:start}.wenny-services__feature-mark{width:14px;height:14px;margin-top:.2em;border:1px solid var(--wv-border-strong);border-radius:0;position:relative;flex-shrink:0}.wenny-services__feature-mark:after{content:"";position:absolute;left:3px;top:1px;width:5px;height:8px;border-right:1.5px solid var(--wv-text-strong);border-bottom:1.5px solid var(--wv-text-strong);transform:rotate(40deg)}.wenny-services__feature-text{font-size:.8125rem;color:var(--wv-text-secondary);line-height:1.45;overflow-wrap:break-word}.wenny-services__card-footer{margin-top:auto;padding-top:4px}.wenny-services__cta{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;min-height:42px;height:42px;padding:0 16px;box-sizing:border-box;font-size:.6875rem;font-weight:var(--wv-weight-semibold);letter-spacing:.1em;text-transform:uppercase;text-decoration:none;color:var(--wv-text-strong);background:transparent;border:1px solid var(--wv-text-strong);border-radius:0;transition:background-color .15s ease,color .15s ease,border-color .15s ease;box-shadow:none}.wenny-services__cta svg{width:13px;height:13px;flex-shrink:0;transition:transform .2s ease}.wenny-services__cta:hover,.wenny-services__cta:focus-visible{background:var(--wv-text-strong);color:var(--wv-bg);border-color:var(--wv-text-strong)}.wenny-services__cta:hover svg,.wenny-services__cta:focus-visible svg{transform:translate(3px)}.wenny-services__card--featured .wenny-services__cta{background:var(--wv-text-strong);color:var(--wv-bg);border-color:var(--wv-text-strong)}.wenny-services__card--featured .wenny-services__cta:hover,.wenny-services__card--featured .wenny-services__cta:focus-visible{background:var(--wv-bg);color:var(--wv-text-strong)}.wenny-services__cta--disabled{opacity:.45;pointer-events:none}@media(max-width:1100px){.wenny-services__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}}@media(max-width:768px){.wenny-services{padding:48px 0 52px}.wenny-services__header{margin-bottom:24px}.wenny-services__heading{font-size:clamp(1.375rem,6vw,1.75rem)}.wenny-services__subtitle{font-size:.9375rem}.wenny-services__grid{grid-template-columns:1fr;gap:12px}.wenny-services__card{padding:18px 16px 16px}.wenny-services__cta{min-height:46px;height:46px}}@media(max-width:430px){.wenny-services{padding:40px 0 44px}.wenny-services__card{padding:16px 14px 14px}.wenny-services__price{font-size:1.25rem}.wenny-services__title{font-size:.75rem}.wenny-services__desc,.wenny-services__feature-text{font-size:.8125rem}.wenny-services__features{margin-bottom:16px}.wenny-services__cta{min-height:48px;height:48px}}@media(prefers-reduced-motion:reduce){.wenny-services__cta,.wenny-services__cta svg{transition:none}}.wenny-stores{background:var(--wv-bg);padding:clamp(48px,6vw,80px) 0;border-bottom:1px solid var(--wv-border);overflow:visible}.wenny-stores__container{width:var(--wv-container);max-width:100%;margin-inline:auto;padding-inline:var(--wv-gutter)}.wenny-stores__top{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin:0 0 clamp(24px,3vw,36px)}.wenny-stores__header{max-width:560px;margin:0;flex:1 1 auto;min-width:0}.wenny-stores__label{display:inline-flex;align-items:center;margin:0 0 12px;padding:6px 10px;font-size:.6875rem;font-weight:var(--wv-weight-medium);letter-spacing:.12em;text-transform:uppercase;color:var(--wv-text-strong);background:var(--wv-bg);border:1px solid var(--wv-border-strong);border-radius:0;line-height:1.2}.wenny-stores__heading{margin:0 0 10px;font-size:clamp(1.375rem,1.15rem + 1vw,1.875rem);font-weight:var(--wv-weight-semibold);color:var(--wv-text-strong);line-height:1.15;letter-spacing:-.02em;text-transform:uppercase}.wenny-stores__description{margin:0;max-width:480px;font-size:.9375rem;color:var(--wv-text-secondary);line-height:1.55}.wenny-stores__controls{display:flex;align-items:center;justify-content:flex-end;gap:12px;flex-shrink:0;margin-bottom:2px}.wenny-stores__controls.is-hidden{display:none}.wenny-stores__arrow{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;padding:0;background:var(--wv-bg);border:1px solid var(--wv-border);border-radius:0;color:var(--wv-text-strong);cursor:pointer;transition:border-color var(--wv-transition-fast),opacity var(--wv-transition-fast);box-shadow:none}.wenny-stores__arrow:hover:not(:disabled){border-color:var(--wv-border-strong)}.wenny-stores__arrow:disabled{opacity:.32;cursor:not-allowed}.wenny-stores__arrow svg{width:16px;height:16px;display:block}.wenny-stores__counter{display:inline-flex;align-items:center;gap:6px;min-width:64px;justify-content:center;font-size:.75rem;font-weight:var(--wv-weight-medium);font-variant-numeric:tabular-nums;letter-spacing:.08em;color:var(--wv-text-muted)}.wenny-stores__counter-current,.wenny-stores__counter-total{font-weight:var(--wv-weight-semibold);color:var(--wv-text-strong)}.wenny-stores__viewport{overflow:hidden;width:100%;touch-action:pan-y;cursor:grab}.wenny-stores__viewport:active{cursor:grabbing}.wenny-stores__track{display:flex;align-items:stretch;gap:24px;width:100%;transition:transform .4s cubic-bezier(.22,1,.36,1);will-change:transform}.wenny-stores__card{display:flex;flex-direction:column;flex:0 0 calc((100% - 24px)/2);width:calc((100% - 24px)/2);min-width:0;max-width:calc((100% - 24px)/2);background:transparent;border:none;border-radius:0;box-shadow:none}.wenny-stores__media{position:relative;width:100%;aspect-ratio:16 / 10;overflow:hidden;border:1px solid var(--wv-border);background:var(--wv-bg);display:flex;align-items:center;justify-content:center}.wenny-stores__media-frame{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.wenny-stores__media-link{display:flex;align-items:center;justify-content:center;width:100%;height:100%;text-decoration:none;color:inherit;transition:opacity var(--wv-transition-fast)}.wenny-stores__media-link:hover{opacity:.92}.wenny-stores__image,.wenny-stores__video{display:block;width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;object-position:center center;border-radius:0;background:transparent}.wenny-stores__image{pointer-events:none}.wenny-stores__video{object-fit:contain;background:var(--wv-bg);pointer-events:none}.wenny-stores__placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:var(--wv-bg-subtle, #fafafa);pointer-events:none}.wenny-stores__placeholder-label{font-size:.6875rem;font-weight:var(--wv-weight-medium);letter-spacing:.12em;text-transform:uppercase;color:var(--wv-text-muted);background:var(--wv-bg);padding:8px 12px;border:1px solid var(--wv-border)}.wenny-stores__content{display:flex;flex-direction:column;flex:1 1 auto;padding:14px 0 4px;gap:6px}.wenny-stores__brand{margin:0;font-size:.875rem;font-weight:var(--wv-weight-bold);letter-spacing:.08em;text-transform:uppercase;color:var(--wv-text-strong);line-height:1.25}.wenny-stores__vibe{margin:0;font-size:.625rem;font-weight:var(--wv-weight-medium);letter-spacing:.1em;text-transform:uppercase;color:var(--wv-text-muted);line-height:1.35}.wenny-stores__desc{margin:2px 0 0;font-size:.875rem;font-weight:var(--wv-weight-regular);color:var(--wv-text-secondary);line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.wenny-stores__cta{display:inline-flex;align-items:center;gap:10px;margin-top:12px;width:fit-content;padding:10px 14px;border:1px solid var(--wv-text-strong);border-radius:0;background:var(--wv-bg);font-size:.6875rem;font-weight:var(--wv-weight-medium);letter-spacing:.1em;text-transform:uppercase;text-decoration:none;color:var(--wv-text-strong);line-height:1;box-shadow:none;transition:border-color var(--wv-transition-fast),background-color var(--wv-transition-fast),color var(--wv-transition-fast)}.wenny-stores__cta-icon{display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;transition:transform .25s ease}.wenny-stores__cta-icon svg{width:14px;height:14px;display:block}.wenny-stores__cta:hover{background:var(--wv-text-strong);border-color:var(--wv-text-strong);color:var(--wv-bg)}.wenny-stores__cta:hover .wenny-stores__cta-icon{transform:translate(3px)}@media(max-width:1024px){.wenny-stores__track{gap:20px}.wenny-stores__card{flex-basis:calc((100% - 20px)/2);width:calc((100% - 20px)/2);max-width:calc((100% - 20px)/2)}}@media(max-width:768px){.wenny-stores{padding:clamp(40px,9vw,64px) 0 clamp(52px,11vw,72px)}.wenny-stores__top{flex-direction:column;align-items:flex-start;gap:18px;margin-bottom:22px}.wenny-stores__controls{width:100%;justify-content:flex-start}.wenny-stores__heading{font-size:1.25rem}.wenny-stores__description{font-size:.875rem}.wenny-stores__track{gap:16px}.wenny-stores__card{flex-basis:100%;width:100%;max-width:100%;padding-bottom:8px}.wenny-stores__media{aspect-ratio:16 / 10}.wenny-stores__content{padding:12px 0 8px;gap:5px}.wenny-stores__brand{font-size:.8125rem}.wenny-stores__desc{font-size:.875rem}.wenny-stores__cta{margin-top:12px;margin-bottom:4px;padding:10px 12px}.wenny-stores__viewport{padding-bottom:8px}}@media(max-width:430px){.wenny-stores{padding-bottom:56px}.wenny-stores__media{aspect-ratio:4 / 3}.wenny-stores__arrow{width:38px;height:38px}.wenny-stores__content{padding-bottom:10px}}@media(max-width:360px){.wenny-stores{padding-bottom:60px}.wenny-stores__cta{width:100%;justify-content:center}}@media(prefers-reduced-motion:reduce){.wenny-stores__track,.wenny-stores__cta-icon,.wenny-stores__cta,.wenny-stores__media-link{transition:none}}.faq-section{background:var(--wv-bg);padding:var(--wv-section-y) var(--wv-gutter)}.faq-container{width:min(800px,100%);margin-inline:auto}.faq-header{margin-bottom:var(--wv-space-9);text-align:left}.faq-header .wv-section-head__label{margin-bottom:var(--wv-space-3)}.faq-title{margin:0 0 var(--wv-space-3);font-size:var(--wv-text-section-lg);font-weight:var(--wv-weight-semibold);color:var(--wv-text-strong);line-height:var(--wv-lh-heading)}.faq-subtitle{margin:0;font-size:var(--wv-text-body-lg);color:var(--wv-text-secondary);line-height:var(--wv-lh-body);max-width:520px}.faq-list{border-top:1px solid var(--wv-border);counter-reset:wv-faq}.faq-item{border-bottom:1px solid var(--wv-border);background:transparent;border-radius:0;margin:0;overflow:visible;counter-increment:wv-faq}.faq-item:hover,.faq-item.active{background:transparent;box-shadow:none}.faq-question{width:100%;display:grid;grid-template-columns:2rem minmax(0,1fr) auto;align-items:center;gap:var(--wv-space-5);padding:var(--wv-space-5) 0;background:transparent;border:none;text-align:left;cursor:pointer;font-family:inherit;transition:opacity var(--wv-transition-fast)}.faq-question:before{content:counter(wv-faq,decimal-leading-zero);font-size:var(--wv-text-small);font-weight:var(--wv-weight-medium);color:var(--wv-text-muted);font-variant-numeric:tabular-nums}.faq-question:hover{opacity:.75}.faq-question-text{font-size:var(--wv-text-body-lg);font-weight:var(--wv-weight-medium);color:var(--wv-text-strong);line-height:1.4;min-width:0;overflow-wrap:break-word}@media(max-width:640px){.faq-question{gap:var(--wv-space-3);padding:var(--wv-space-4) 0;align-items:start}.faq-question:before{padding-top:.35em}.faq-icon{margin-top:0}.faq-question-text{font-size:.9375rem}.faq-answer-inner{padding-left:calc(2rem + var(--wv-space-3))}}@media(max-width:430px){.faq-question{grid-template-columns:1.75rem minmax(0,1fr) auto;gap:10px}.faq-answer-inner{padding-left:calc(1.75rem + 10px)}}.faq-icon{min-width:28px;width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;background:transparent;border:1px solid var(--wv-border);border-radius:0;color:var(--wv-text-strong);font-size:1.125rem;font-weight:400;line-height:1;transition:color .2s ease,border-color .2s ease;flex-shrink:0}.faq-icon svg{display:none}.faq-icon:before{content:"+";display:block;transition:transform .22s ease,opacity .22s ease}.faq-item.active .faq-icon{transform:none;color:var(--wv-text-strong);border-color:var(--wv-border-strong)}.faq-item.active .faq-icon:before{content:"\2212"}.faq-answer{max-height:0;overflow:hidden;transition:max-height var(--wv-transition-slow) ease,opacity var(--wv-transition);opacity:0}.faq-item.active .faq-answer{max-height:600px;opacity:1}.faq-answer-inner{padding:0 0 var(--wv-space-5) calc(2rem + var(--wv-space-5));border-top:none}.faq-answer-text{font-size:var(--wv-text-body);color:var(--wv-text-secondary);line-height:var(--wv-lh-body);padding-top:0}.faq-answer-text strong{color:var(--wv-text-strong);font-weight:var(--wv-weight-semibold)}.faq-cta{margin-top:var(--wv-space-9);padding:var(--wv-space-8) 0 0;background:transparent;border:none;border-top:1px solid var(--wv-border);border-radius:0;text-align:left}.faq-cta-title{font-size:var(--wv-text-section);font-weight:var(--wv-weight-semibold);margin:0 0 var(--wv-space-3);color:var(--wv-text-strong)}.faq-cta-text{font-size:var(--wv-text-body-lg);color:var(--wv-text-secondary);margin:0 0 var(--wv-space-6);max-width:480px}.faq-cta-button{display:inline-flex;align-items:center;gap:var(--wv-space-2);min-height:46px;padding:0 var(--wv-space-6);background:var(--wv-accent);color:var(--wv-on-accent);font-size:var(--wv-text-btn);font-weight:var(--wv-weight-medium);border:1px solid var(--wv-accent);border-radius:0;text-decoration:none;transition:background-color var(--wv-transition),border-color var(--wv-transition)}.faq-cta-button:hover{background:var(--wv-accent-hover);border-color:var(--wv-accent-hover);box-shadow:none;transform:none}.faq-cta-button svg{width:16px;height:16px;transition:transform var(--wv-transition-fast)}.faq-cta-button:hover svg{transform:translate(2px)}.running-text{background:var(--wv-bg);overflow:hidden;white-space:nowrap;position:relative;padding:0;margin:var(--wv-space-10) 0;border-block:1px solid var(--wv-border)}.running-text-container{display:flex;width:max-content;animation:wv-marquee 45s linear infinite;will-change:transform}.running-text-content{display:inline-flex;align-items:center;flex-shrink:0;padding:var(--wv-space-5) 0}.running-text-content span{margin:0 var(--wv-space-6);color:var(--wv-text-strong);font-size:clamp(.8125rem,.75rem + .3vw,1rem);font-weight:var(--wv-weight-medium);letter-spacing:.08em;text-transform:uppercase;flex-shrink:0;transition:opacity var(--wv-transition-fast),color var(--wv-transition-fast)}.running-text-content span:hover{opacity:.65;transform:none}.running-text-content .accent{background:var(--wv-accent);color:var(--wv-on-accent);padding:8px 14px;border-radius:0;letter-spacing:.1em}.running-text-content .accent:hover{opacity:.85;color:var(--wv-on-accent)}.running-text-content .runline{width:28px;height:1px;background:var(--wv-border-strong);margin:0 var(--wv-space-2);padding:0;display:inline-block;flex-shrink:0}.running-text-logo{display:inline-flex;align-items:center;margin:0 var(--wv-space-5);flex-shrink:0}.running-text-logo img{height:20px;width:auto;object-fit:contain;display:block}.running-text-logo .logo-dark{display:none}@keyframes wv-marquee{0%{transform:translateZ(0)}to{transform:translate3d(-50%,0,0)}}@media(max-width:768px){.running-text{margin:var(--wv-space-8) 0}.running-text-container{animation-duration:32s}}@media(prefers-reduced-motion:reduce){.running-text-container{animation:none}}.chatgpt-header{background:var(--wv-bg)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;border-bottom:1px solid var(--wv-border)!important}.chatgpt-header--scrolled{background:var(--wv-bg)!important;border-bottom-color:var(--wv-border)!important;box-shadow:none!important}.chatgpt-header__container{height:64px!important;max-width:1320px}@media screen and (max-width:768px){.chatgpt-header__container{height:60px!important}}.chatgpt-header__desktop-nav-link{border-radius:0}.chatgpt-header__desktop-nav-link:hover{background:transparent!important}.chatgpt-header__dropdown{border-radius:0;box-shadow:none!important;border:1px solid var(--wv-border)!important;padding:var(--wv-space-5)!important;z-index:1100}.chatgpt-header__dropdown-link{border-radius:0}.chatgpt-header__dropdown-badge{border-radius:0;letter-spacing:.04em;text-transform:uppercase;font-weight:var(--wv-weight-medium)!important}.chatgpt-footer{background:var(--wv-bg)!important;border-top:1px solid var(--wv-border)!important}.chatgpt-footer__newsletter{padding:var(--wv-space-11) 0!important;text-align:left!important;border-bottom:1px solid var(--wv-border)!important}.chatgpt-footer__newsletter-eyebrow{font-size:var(--wv-text-label)!important;letter-spacing:.08em!important;color:var(--wv-text-muted)!important}.chatgpt-footer__newsletter-title{font-size:var(--wv-text-section)!important;font-weight:var(--wv-weight-semibold)!important;text-align:left!important}.chatgpt-footer__newsletter-text{text-align:left!important;margin-left:0!important}.chatgpt-footer__newsletter-form{margin-left:0!important}.chatgpt-footer__newsletter-button{border-radius:0;box-shadow:none!important}.chatgpt-footer__newsletter-button:hover{transform:none!important;box-shadow:none}.wv-reveal{opacity:1;transform:none;transition:opacity var(--wv-transition-slow) ease,transform var(--wv-transition-slow) ease}html.js-reveal-ready .wv-reveal:not(.is-visible){opacity:0;transform:translateY(12px)}.wv-reveal.is-visible{opacity:1!important;transform:none!important}.wv-hero.wv-reveal,.wv-hero.wv-reveal:not(.is-visible){opacity:1!important;transform:none!important}.card,.card-wrapper,.product-card-wrapper{box-shadow:none!important}.theme-product-item:hover,.card:hover,.card-wrapper:hover{transform:none!important}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.wv-reveal{opacity:1;transform:none;transition:none}.wv-hero__status{animation:none}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
/*# sourceMappingURL=/cdn/shop/t/30/assets/wenny-design-system.css.map */
