:root{--mb-cyan: #00e5ff;--mb-magenta: #e040fb;--mb-purple: #6d28d9;--mb-bg: #060608;--mb-surface: #0c0c0f;--mb-surface-2: #12121a;--mb-surface-3: #1a1a28;--mb-border: rgba(255,255,255,.09);--mb-border-strong: rgba(255,255,255,.18);--mb-border-accent: rgba(0,229,255,.2);--mb-text-primary: #ffffff;--mb-text-secondary:#b8b8cc;--mb-text-muted: #48485a;--mb-gradient-hero: radial-gradient(ellipse 80% 60% at 50% -5%, rgba(109,40,217,.22) 0%, transparent 65%);--mb-gradient-section: linear-gradient(180deg, #060608 0%, #09090f 50%, #060608 100%);--mb-gradient-card: linear-gradient(145deg, #0e0e16 0%, #0a0a0f 100%);--mb-gradient-btn: linear-gradient(135deg, #00e5ff 0%, #00c8e8 100%);--mb-gradient-accent: linear-gradient(135deg, #6d28d9, #e040fb 50%, #00e5ff);--color-background-body: var(--mb-bg);--color-background-alt: var(--mb-surface);--color-text: var(--mb-text-primary);--color-heading: var(--mb-text-primary);--color-border: var(--mb-border);--color-border-card: var(--mb-border);--color-background-card: var(--mb-surface);--color-heading-card: var(--mb-text-primary);--color-text-card: var(--mb-text-secondary);--color-background-button-primary: var(--mb-cyan);--color-text-button-primary: #060608;--color-background-button-primary-hover: #33eaff;--color-border-button-primary: var(--mb-cyan);--color-background-button-secondary: transparent;--color-border-button-secondary: rgba(0,229,255,.4);--color-text-button-secondary: var(--mb-cyan);--color-background-button-secondary-hover: rgba(0,229,255,.08);--color-text-button-secondary-hover: var(--mb-cyan);--color-border-button-secondary-hover: var(--mb-cyan);--color-text-links: var(--mb-text-primary);--color-text-links-hover: var(--mb-cyan);--color-input-background: var(--mb-surface-2);--color-input-text: var(--mb-text-primary);--color-input-border: var(--mb-border-strong);--color-input-placeholder: var(--mb-text-muted);--color-icon: var(--mb-text-secondary);--color-icon-hover: var(--mb-text-primary);--color-sale: var(--mb-magenta);--border-radius: .8rem;--radius-sm: .4rem;--radius-md: .8rem;--radius-lg: 1.2rem;--radius-xl: 2rem;--transition-fast: .15s ease;--transition-base: .25s ease;--glow-cyan: 0 0 28px rgba(0,229,255,.45), 0 0 80px rgba(0,229,255,.12);--glow-cyan-sm: 0 4px 20px rgba(0,229,255,.25);--glow-purple: 0 0 80px rgba(109,40,217,.3), 0 0 200px rgba(109,40,217,.12);--glow-magenta: 0 0 24px rgba(224,64,251,.3);--font-body-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif}body{background:var(--mb-gradient-hero),var(--mb-bg);background-attachment:fixed;color:var(--mb-text-primary);font-family:var(--font-body-family)}a{color:inherit;transition:color var(--transition-fast)}a:hover{color:var(--mb-cyan)}h1,.h1{font-weight:800;letter-spacing:-.03em;color:#fff}h2,.h2{font-weight:700;letter-spacing:-.02em;color:#fff}h3,.h3{font-weight:600;letter-spacing:-.01em;color:#fff}h4,.h4{font-weight:600;color:#fff}p,li{color:var(--mb-text-secondary)}.caption,.label,.subheading{color:var(--mb-text-muted);text-transform:uppercase;letter-spacing:.1em;font-size:1.1rem;font-weight:500}.section__wrapper{background-image:radial-gradient(ellipse 120% 50% at 50% 0%,rgba(109,40,217,.11) 0%,transparent 70%)!important}#nav-wrapper{background-color:#060608e0;background-image:radial-gradient(ellipse 150% 120% at 50% 0%,rgba(109,40,217,.18) 0%,transparent 65%);border-bottom:1px solid var(--mb-border);backdrop-filter:blur(16px) saturate(160%);-webkit-backdrop-filter:blur(16px) saturate(160%)}.top-menu{background-color:var(--mb-surface);background-image:radial-gradient(ellipse 150% 120% at 50% 0%,rgba(109,40,217,.15) 0%,transparent 65%);border-bottom:1px solid var(--mb-border)}.top-menu .container{display:flex;justify-content:space-between;align-items:center}.top-menu .container.center{justify-content:center}@media(max-width:47.99em){.top-menu .container{justify-content:center}}.top-menu__left p,.top-menu__left a,.top-menu__right p,.top-menu__right a{font-weight:500;margin:0;color:var(--mb-text-secondary)}.top-menu__left p:not(:last-child),.top-menu__left a:not(:last-child),.top-menu__right p:not(:last-child),.top-menu__right a:not(:last-child){margin:0 1.6rem 0 0}.top-menu__left a,.top-menu__right a{font-weight:500}.top-menu__left a{display:block}.btn,.button{border-radius:var(--radius-md);font-weight:600;font-size:1.4rem;letter-spacing:.01em;transition:background var(--transition-base),box-shadow var(--transition-base),border-color var(--transition-base),color var(--transition-fast)}.btn--primary,.button--primary,[data-button=primary]{background:var(--mb-gradient-btn);color:#060608;border-color:var(--mb-cyan);box-shadow:var(--glow-cyan-sm)}.btn--primary:hover,.button--primary:hover,[data-button=primary]:hover{background:linear-gradient(135deg,#33eaff,#00e5ff);border-color:#33eaff;box-shadow:var(--glow-cyan)}.btn--secondary,.button--secondary,[data-button=secondary]{background:transparent;border:1px solid rgba(0,229,255,.4);color:var(--mb-cyan)}.btn--secondary:hover,.button--secondary:hover,[data-button=secondary]:hover{background:#00e5ff14;border-color:var(--mb-cyan);box-shadow:0 0 16px #00e5ff1f}.card{background:var(--mb-gradient-card);border:1px solid var(--mb-border);border-radius:var(--radius-lg);transition:border-color var(--transition-base),box-shadow var(--transition-base)}.card:hover{border-color:var(--mb-border-accent);box-shadow:0 8px 32px #000000b3,0 0 0 1px #00e5ff14}input,textarea,select{background:var(--mb-surface-2)!important;color:var(--mb-text-primary)!important;border:1px solid rgba(255,255,255,.12)!important;border-radius:var(--radius-md)!important}input::placeholder,textarea::placeholder{color:var(--mb-text-muted)!important}input:focus,textarea:focus,select:focus{border-color:var(--mb-cyan)!important;box-shadow:0 0 0 3px #00e5ff1f!important;outline:none!important}.price__current,.price-item--regular,.price-item--sale{color:var(--mb-cyan);font-weight:700}.price-item--compare{color:#ffffff6b!important;text-decoration:line-through;-webkit-text-fill-color:rgba(255,255,255,.42)!important}.badge,.badge--sale{background:var(--mb-magenta);color:#fff;border-radius:var(--radius-sm);font-size:1.1rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.section{background:transparent}.section--alt{background:var(--mb-gradient-section)}.footer-sections{background-color:var(--mb-surface);background-image:radial-gradient(ellipse 120% 60% at 50% 100%,rgba(109,40,217,.14) 0%,transparent 65%);border-top:1px solid var(--mb-border)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--mb-bg)}::-webkit-scrollbar-thumb{background:var(--mb-border-strong);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--mb-text-muted)}::selection{background:#00e5ff40;color:#fff}.hero .section__wrapper{min-height:90vh;display:flex;flex-direction:column;justify-content:center}.hero h1,.hero .h1{font-size:clamp(4.8rem,8vw,10rem);line-height:.95;letter-spacing:-.04em;font-weight:800;margin-bottom:2.4rem}.hero h2,.hero h3{font-size:clamp(1.8rem,2.5vw,2.8rem);font-weight:400;color:var(--mb-text-secondary);letter-spacing:-.01em;margin-bottom:4rem}.hero .button,.hero .btn{padding:1.6rem 3.6rem;font-size:1.6rem;font-weight:700}.hero--two-col{gap:6.4rem;align-items:center}.hero__side-image{border-radius:var(--radius-xl);overflow:hidden;box-shadow:0 24px 80px #000000b3,0 0 0 1px var(--mb-border)}@media(max-width:47.99em){.hero .section__wrapper{min-height:70vh}.hero h1,.hero .h1{font-size:clamp(3.6rem,10vw,5.6rem);line-height:1}}.section__wrapper h2{font-size:clamp(2.8rem,4vw,5.2rem);letter-spacing:-.025em;font-weight:700;line-height:1.1}.section__wrapper h3{font-size:clamp(2.2rem,3vw,3.6rem)}.section__wrapper .caption,.section__wrapper .subheading{color:var(--mb-cyan);font-size:1.1rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;margin-bottom:1.2rem;display:block}.section__wrapper h2+p,.section__wrapper h2+.wysiwyg{font-size:1.8rem;color:var(--mb-text-secondary);max-width:60rem;margin-top:1.6rem;margin-bottom:4.8rem;line-height:1.6}@media(max-width:47.99em){.section__wrapper h2{font-size:clamp(2.4rem,7vw,3.6rem)}}.card--product{transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}.card--product:hover{transform:translateY(-6px);border-color:#00e5ff40;box-shadow:0 16px 48px #000c,0 0 0 1px #00e5ff1f,0 0 40px #6d28d914}.card--product .card__title{font-size:1.6rem;font-weight:700;letter-spacing:-.01em;color:#fff;margin-bottom:.4rem}.card--product .card__description{color:var(--mb-text-secondary);font-size:1.3rem;line-height:1.5}.card__badge{position:absolute;top:1.2rem;left:1.2rem;z-index:2;display:inline-flex;width:fit-content;padding:.4rem 1rem;border-radius:10rem;font-size:1rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.card__badge--on-sale{background:linear-gradient(135deg,#00e5ff,#00c0d8)!important;border:1px solid rgba(0,229,255,.55)!important;color:#060608!important;box-shadow:0 0 10px #00e5ff40!important}.card__badge--out-of-stock{background:#ffffff0f;border:1px solid rgba(255,255,255,.14);color:var(--mb-text-muted)}.card--collection{transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}.card--collection .card__image figure{aspect-ratio:3 / 4}.card--collection .card__title{font-size:2rem;font-weight:700;letter-spacing:-.02em;color:#fff}.card--collection .card__description{font-size:1.4rem;color:var(--mb-text-secondary)}.card--collection:hover{transform:translateY(-6px);border-color:#00e5ff33;box-shadow:0 20px 60px #000000d9,0 0 0 1px #00e5ff1a}@media(min-width:64em){.featured-collection .grid,.featured-products .grid{gap:3.2rem}}#waveSurferSection{background-image:radial-gradient(ellipse 120% 60% at 50% -10%,rgba(109,40,217,.22) 0%,transparent 65%)!important}#waveSurferSection h2{font-size:clamp(2.4rem,4vw,3.6rem);font-weight:800;letter-spacing:-.03em;background:linear-gradient(135deg,#00e5ff,#6d28d9);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.waveformSet{border-radius:12px;padding:10px 16px;background:#0c0c0fcc;border:1px solid rgba(255,255,255,.08);transition:border-color .2s ease}.waveformSet:hover{border-color:#00e5ff40}#waveformSets i{color:#00e5ff}#waveformSets i:hover{text-shadow:0 0 12px rgba(0,229,255,.7)}[class*=ai-audio-preview-item-]{background:linear-gradient(145deg,#0e0e16,#0a0a0f)!important;border-color:#ffffff17!important}[class*=ai-audio-preview-item-]:hover{border-color:#00e5ff47!important;box-shadow:0 12px 40px #000000b3,0 0 24px #00e5ff1a!important;transform:translateY(-4px)!important}[class*=ai-waveform-container-]{border-color:#ffffff14!important;background:#07070d!important}[class*=ai-audio-features-card-]{background:linear-gradient(145deg,#0e0e16,#0a0a0f)!important;border-color:#ffffff17!important}[class*=ai-audio-features-card-]:hover{border-color:#00e5ff40!important;box-shadow:0 20px 60px #000c,0 0 20px #00e5ff1a!important}[class*=ai-audio-features-value-]{border-top-color:#ffffff17!important}[class*=ai-audio-features-]:not([class*=-card]):not([class*=-container]):not([class*=-header]):not([class*=-title]):not([class*=-subtitle]):not([class*=-grid]):not([class*=-image]):not([class*=-value]):not([class*=-placeholder]):not([class*=-empty]){background-image:radial-gradient(ellipse 120% 60% at 50% -10%,rgba(109,40,217,.2) 0%,transparent 65%),linear-gradient(135deg,#060608,#0a0a0f)!important}[class*=ai-audio-features-title-]{background-image:linear-gradient(135deg,#00e5ff,#e040fb)!important;-webkit-background-clip:text!important;background-clip:text!important;-webkit-text-fill-color:transparent!important}[class*=ai-audio-features-value-amount-]{color:#00e5ff!important}[class*=ai-reviews-section-]{background:linear-gradient(160deg,#08080ef7,#06060af2)!important;border-right:1px solid rgba(255,255,255,.07)}[class*=ai-reviews-controls-],[class*=ai-gallery-controls-]{background:#060608d9!important;border-color:#00e5ff38!important}[class*=ai-reviews-controls-]:hover,[class*=ai-gallery-controls-]:hover{background:#00e5ff1a!important;border-color:#00e5ff80!important;box-shadow:0 0 16px #00e5ff40!important;transform:translateY(-50%) scale(1.1)!important}[class*=ai-reviews-dot-],[class*=ai-review-dot-],[class*=ai-gallery-dot-]{background:#fff3!important;transition:all .25s ease!important}[class*=ai-reviews-dot-].active,[class*=ai-review-dot-].active,[class*=ai-gallery-dot-].active{background:#00e5ff!important;box-shadow:0 0 8px #00e5ff99!important;transform:scale(1.25)!important}[class*=ai-review-product-button-]{border-color:#00e5ff4d!important}[class*=ai-review-product-button-]:hover{border-color:#00e5ff99!important;box-shadow:0 0 24px #00e5ff4d,0 8px 20px #00000080!important;transform:translateY(-2px)!important}[class*=ai-play-button-]:hover{box-shadow:0 0 28px #00e5ff80,0 0 56px #6d28d940!important}[class*=ai-license-preview-]:not([class*=__]){background-image:radial-gradient(ellipse 120% 60% at 50% -10%,rgba(109,40,217,.2) 0%,transparent 65%)!important}[class*=ai-license-preview__modal-]:not([class*=-overlay]):not([class*=-header]):not([class*=-body]):not([class*=-close]):not([class*=-title]){background:#0c0c0f!important;border:1px solid rgba(255,255,255,.1)!important;box-shadow:0 32px 80px #000000e0,0 0 60px #6d28d91f!important}[class*=ai-license-preview__modal-header-],[class*=ai-license-preview__footer-]{border-color:#ffffff17!important}[class*=ai-license-preview__footer-]{background:#06060af7!important}[class*=ai-license-preview__price-]{background:linear-gradient(135deg,#00e5ff,#00c8e8)!important;-webkit-background-clip:text!important;-webkit-text-fill-color:transparent!important;background-clip:text!important}[class*=ai-license-preview__tier-button-]{background:#12121a!important;border-color:#ffffff1f!important;transition:all .18s ease!important}[class*=ai-license-preview__tier-button-]:hover{background:#00e5ff12!important;border-color:#00e5ff59!important;color:#00e5ff!important}[class*=ai-license-preview__tier-button-].active{background:#00e5ff1f!important;border-color:#00e5ff!important;color:#00e5ff!important;box-shadow:0 0 0 1px #00e5ff40,0 0 16px #00e5ff1f!important}[class*=ai-license-preview__highlights-] li:before{color:#00e5ff!important}[class*=ai-license-preview__full-license-toggle-]{background:#12121a!important;border-color:#ffffff17!important}[class*=ai-license-preview__full-license-toggle-]:hover{background:#00e5ff0d!important;border-color:#00e5ff33!important}[class*=ai-license-preview__add-to-cart-]:hover{box-shadow:0 0 32px #00e5ff4d,0 10px 28px #0009!important;transform:translateY(-2px)!important}[class*=ai-exclusive-acquisition-]:not([class*=-container]):not([class*=-headline]):not([class*=-subheadline]):not([class*=-body]):not([class*=-availability]):not([class*=-divider]):not([class*=-button]):not([class*=-micro]):not([class*=-trust]):not([class*=-icon]){background-image:radial-gradient(ellipse 80% 60% at 50% 50%,rgba(109,40,217,.16) 0%,transparent 65%)!important}[class*=ai-exclusive-acquisition-headline-]{background:linear-gradient(135deg,#fff 40%,#00e5ffcc)!important;-webkit-background-clip:text!important;-webkit-text-fill-color:transparent!important;background-clip:text!important}[class*=ai-exclusive-acquisition-divider-]{background:linear-gradient(90deg,transparent,rgba(0,229,255,.5),transparent)!important;opacity:1!important;height:1px!important}[class*=ai-exclusive-acquisition-availability-]{color:#00e5ffbf!important;opacity:1!important}[class*=ai-exclusive-acquisition-button-]:not([class*=-text]):hover{box-shadow:0 8px 40px #00e5ff38,0 0 0 1px #00e5ff2e!important}.main-product__gallery-item figure{border-radius:12px;overflow:hidden;border:1px solid var(--mb-border);transition:border-color .2s ease,box-shadow .2s ease}.main-product__gallery-item figure:hover{border-color:#00e5ff59;box-shadow:0 0 16px #00e5ff26}.swiper-thumbnails figure{border-radius:8px;overflow:hidden;border:1px solid var(--mb-border);transition:border-color .2s ease;cursor:pointer}.swiper-thumbnails .swiper-slide-thumb-active figure,.swiper-thumbnails figure:hover{border-color:var(--mb-cyan)}.template-product h1{font-size:clamp(2.8rem,4vw,4.8rem);font-weight:800;line-height:1.05;letter-spacing:-.03em;color:var(--mb-text-primary);margin-bottom:1.2rem}.template-product .price__current,.template-product .price-item--regular,.template-product .price-item--sale{font-size:clamp(2.4rem,3vw,3.2rem);font-weight:700;color:var(--mb-cyan);letter-spacing:-.02em}.template-product .price-item--was{font-size:1.6rem;color:var(--mb-text-muted);text-decoration:line-through}.template-product .button--pill,.template-product [class*=button--tag]{background:var(--mb-surface-2);border:1px solid var(--mb-border-strong);color:var(--mb-text-primary);border-radius:999px;padding:.6rem 1.6rem;font-size:1.4rem;font-weight:500;transition:border-color .18s ease,background .18s ease,box-shadow .18s ease,color .18s ease;cursor:pointer}.template-product .button--pill:hover,.template-product [class*=button--tag]:hover{border-color:var(--mb-cyan);background:#00e5ff0f;color:var(--mb-cyan)}.template-product .button--pill.active,.template-product .button--pill[aria-pressed=true],.template-product [class*=button--tag].active,.template-product [class*=button--tag][aria-pressed=true]{border-color:var(--mb-cyan);background:#00e5ff1f;color:var(--mb-cyan);box-shadow:0 0 0 1px #00e5ff4d,0 0 12px #00e5ff26}.template-product .ux-cart.button{width:100%;padding:1.6rem 2.4rem;font-size:1.6rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;border-radius:12px;background:var(--mb-gradient-btn);color:#060608;border:none;box-shadow:0 0 24px #00e5ff40;transition:box-shadow .2s ease,transform .15s ease,filter .2s ease}.template-product .ux-cart.button:hover{box-shadow:0 0 40px #00e5ff73;transform:translateY(-2px);filter:brightness(1.08)}.template-product .ux-cart.button:active{transform:translateY(0);box-shadow:0 0 16px #00e5ff33}.sticky-add-to-cart{background-color:#060608e0;background-image:linear-gradient(180deg,rgba(109,40,217,.1) 0%,transparent 100%);backdrop-filter:blur(16px) saturate(160%);-webkit-backdrop-filter:blur(16px) saturate(160%);border-top:1px solid var(--mb-border)}.template-product .wysiwyg{color:var(--mb-text-secondary);font-size:1.5rem;line-height:1.7}.template-product .wysiwyg h2,.template-product .wysiwyg h3,.template-product .wysiwyg h4{color:var(--mb-text-primary);font-weight:700;letter-spacing:-.02em;margin-top:2.4rem;margin-bottom:.8rem}.template-product .wysiwyg ul,.template-product .wysiwyg ol{padding-left:2rem}.template-product .wysiwyg ul li::marker{color:var(--mb-cyan)}.template-product .wysiwyg a{color:var(--mb-cyan);text-decoration:underline;text-underline-offset:3px}.template-product .wysiwyg strong{color:var(--mb-text-primary);font-weight:600}.template-product .card--testimonial{border-radius:16px;border:1px solid var(--mb-border);transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.template-product .card--testimonial__content{background:var(--mb-gradient-card);border-radius:12px;border:1px solid var(--mb-border);padding:2.4rem}.template-product .card--testimonial:hover{border-color:#00e5ff33;box-shadow:0 12px 40px #0009,0 0 0 1px #00e5ff14;transform:translateY(-4px)}.template-product .card--testimonial__source{color:var(--mb-text-primary);font-weight:600}.template-product .card--testimonial__shop{color:var(--mb-text-muted);font-size:1.3rem}.template-product .multicolumn .card{background:var(--mb-gradient-card);border:1px solid var(--mb-border);border-radius:16px;padding:2.4rem;transition:border-color .2s ease,transform .2s ease}.template-product .multicolumn .card:hover{border-color:#00e5ff33;transform:translateY(-4px)}.template-product .features-bar__item{border-right:1px solid var(--mb-border)}.template-product .features-bar__item:last-child{border-right:none}@media(max-width:47.99em){.template-product h1{font-size:clamp(2.4rem,7vw,3.6rem)}.template-product .price__current,.template-product .price-item--regular,.template-product .price-item--sale{font-size:2.4rem}.template-product .ux-cart.button{padding:1.4rem 2rem;font-size:1.5rem}.template-product .wysiwyg{font-size:1.4rem}.template-product .card--testimonial__content{padding:1.6rem}.main-product__gallery-item figure{border-radius:8px}}.template-collection .hero__wrapper h1,.template-collection h1{font-size:clamp(3.2rem,5vw,6.4rem)!important;font-weight:800!important;letter-spacing:-.04em!important;line-height:1.05!important;background:linear-gradient(135deg,#fff 30%,#00e5ffd9);-webkit-background-clip:text!important;-webkit-text-fill-color:transparent!important;background-clip:text!important}.template-collection .hero__wrapper:after{content:"";display:block;width:100px;height:2px;background:linear-gradient(90deg,#00e5ff,#00e5ff00);margin-top:14px;border-radius:2px}.template-collection .hero__wrapper .rte,.template-collection .hero__wrapper>p,.template-collection .hero__excerpt{color:#ffffff80!important;font-size:clamp(1.4rem,1.6vw,1.7rem)!important;max-width:62ch!important;line-height:1.65!important}.template-collection .grid-archive__header{background:#060608f0!important;backdrop-filter:blur(20px)!important;-webkit-backdrop-filter:blur(20px)!important;border-bottom:1px solid rgba(0,229,255,.1)!important;box-shadow:0 8px 32px #0000008c!important}.template-collection .toggle-filtering{background:#00e5ff12!important;border:1px solid rgba(0,229,255,.22)!important;color:#00e5ff!important;border-radius:8px!important;font-weight:600!important;letter-spacing:.02em!important;transition:all .2s ease!important}.template-collection .toggle-filtering:hover{background:#00e5ff26!important;border-color:#00e5ff80!important;box-shadow:0 0 18px #00e5ff38,0 4px 12px #0006!important}.template-collection .toggle-filtering .icon{color:#00e5ff!important}.template-collection .facets__facet--availability .form-control{background:#ffffff0a!important;border-color:#ffffff1f!important;transition:all .2s ease!important}.template-collection .facets__facet--availability .form-control:has(input:checked),.template-collection .facets__facet--availability .form-control:hover{background:#00e5ff1a!important;border-color:#00e5ff61!important;color:#00e5ff!important}.template-collection .sort-by select,.template-collection #SortBy{background:#0c0c0ff2!important;border:1px solid rgba(255,255,255,.1)!important;color:#fffc!important;border-radius:8px!important}.template-collection .card--product{background:linear-gradient(145deg,#0e0e16,#0a0a0f)!important;border:1px solid rgba(255,255,255,.08)!important;border-radius:16px!important;overflow:hidden!important;transition:transform .35s cubic-bezier(.25,.46,.45,.94),box-shadow .35s ease,border-color .35s ease!important}.template-collection .card--product:hover{transform:translateY(-6px)!important;border-color:#00e5ff47!important;box-shadow:0 24px 64px #000000bf,0 0 32px #00e5ff1a!important}.template-collection .card__image figure{overflow:hidden!important}.template-collection .card__image figure .img-absolute{transition:transform .5s cubic-bezier(.25,.46,.45,.94)!important}.template-collection .card--product:hover .card__image figure .img-absolute{transform:scale(1.04)!important}.template-collection .card__content{padding:14px 14px 0!important}.template-collection .card__caption{color:#00e5ff8c!important;font-size:1.1rem!important;font-weight:600!important;letter-spacing:.09em!important;text-transform:uppercase!important;margin-bottom:3px!important}.template-collection .card__title{font-size:clamp(1.35rem,1.5vw,1.65rem)!important;font-weight:700!important;line-height:1.3!important;color:#fff!important}.template-collection .card__badge--on-sale{background:linear-gradient(135deg,#00e5ff,#00c0d8)!important;color:#060608!important;font-weight:700!important;font-size:1.05rem!important;letter-spacing:.07em!important;text-transform:uppercase!important;border-radius:6px!important;padding:4px 10px!important;display:inline-flex!important;width:fit-content!important;box-shadow:0 0 14px #00e5ff59!important}.template-collection .card__badge--out-of-stock{background:#ffffff0f!important;color:#ffffff59!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:6px!important;font-size:1.05rem!important;letter-spacing:.04em!important}.template-collection .card__badge:not(.card__badge--on-sale):not(.card__badge--out-of-stock){background:linear-gradient(135deg,#6d28d9eb,#5a1eb4d9)!important;color:#fff!important;border:1px solid rgba(109,40,217,.45)!important;border-radius:6px!important;font-size:1.05rem!important;box-shadow:0 0 12px #6d28d94d!important;display:inline-flex!important;width:fit-content!important}.template-collection .card__bottom{padding:10px 14px 14px!important;border-top:1px solid rgba(255,255,255,.06)!important;margin-top:10px!important}.template-collection .button--card,.template-collection .ux-cart.button--card{transition:all .25s ease!important}.template-collection .button--card:hover,.template-collection .ux-cart.button--card:hover{box-shadow:0 0 24px #00e5ff4d,0 6px 18px #00000080!important;transform:translateY(-1px)!important}.template-collection .grid-archive__filters-container{background:#08080cb3!important;border-right:1px solid rgba(255,255,255,.06)!important}.template-collection .facets__header p{font-weight:700!important;letter-spacing:-.01em!important;color:#fff!important}.template-collection .facets__clear .button--xs-secondary{color:#00e5ffa6!important;border-color:#00e5ff33!important;transition:all .2s ease!important}.template-collection .facets__clear .button--xs-secondary:hover{color:#00e5ff!important;border-color:#00e5ff73!important;box-shadow:0 0 12px #00e5ff26!important}.template-collection .facets__facet summary p{color:#ffffffbf!important;font-weight:600!important;font-size:1.3rem!important;letter-spacing:.01em!important}.template-collection .facets__value{color:#ffffffa6!important;transition:color .2s ease!important}.template-collection .facets__value:hover,.template-collection .facets__value--active{color:#00e5ff!important}.template-collection .facets__remove-filter{background:#00e5ff14!important;border:1px solid rgba(0,229,255,.22)!important;border-radius:20px!important;color:#00e5ffcc!important;transition:all .2s ease!important}.template-collection .facets__remove-filter:hover{background:#00e5ff26!important;border-color:#00e5ff73!important;color:#00e5ff!important}.template-collection .grid-archive__content{gap:20px!important}@media(min-width:1024px){.template-collection .grid-archive__content{gap:24px!important}}.template-collection .grid-archive__no-results{color:#ffffff59!important;font-size:1.6rem!important;text-align:center!important;padding:80px 0!important}.template-collection .component-pagination a,.template-collection .component-pagination span{background:#0c0c0fe6!important;border-color:#ffffff1a!important;color:#ffffffa6!important;border-radius:8px!important;transition:all .2s ease!important}.template-collection .component-pagination a:hover{border-color:#00e5ff59!important;color:#00e5ff!important;box-shadow:0 0 12px #00e5ff26!important}.template-collection .component-pagination .active a,.template-collection .component-pagination .current{background:#00e5ff21!important;border-color:#00e5ff66!important;color:#00e5ff!important;box-shadow:0 0 14px #00e5ff33!important}@media(max-width:1023px){.template-collection .hero__wrapper h1,.template-collection h1{font-size:clamp(2.4rem,7vw,3.6rem)!important}.template-collection .card__content{padding:10px 10px 0!important}.template-collection .card__bottom{padding:8px 10px 10px!important}.template-collection .grid-archive__content{gap:10px!important}.template-collection .card__title{font-size:1.3rem!important;line-height:1.3!important}.template-collection .card__caption{font-size:1rem!important}}.mini-cart__sidebar{background:#060608f7!important;backdrop-filter:blur(24px)!important;-webkit-backdrop-filter:blur(24px)!important;border-left:1px solid rgba(0,229,255,.1)!important;box-shadow:-16px 0 60px #000000d9!important}.mini-cart__close{color:#ffffff8c!important;min-height:48px!important;display:flex!important;align-items:center!important;gap:6px!important;padding:0 16px!important;font-size:1.4rem!important;transition:color .15s ease!important}.mini-cart__close:hover{color:#00e5ff!important}.mini-cart__footer{background:#08080cfa!important;border-top:1px solid rgba(255,255,255,.08)!important}.mini-cart__footer .price__current,.mini-cart__footer .totals__price,.mini-cart__footer .cart-summary__total .price-item--regular{color:#00e5ff!important;font-weight:700!important}.mini-cart__footer .button,.mini-cart__footer button[type=submit],.mini-cart__footer .button--primary{width:100%!important;min-height:52px!important;font-size:1.5rem!important;font-weight:700!important;letter-spacing:.04em!important;text-transform:uppercase!important;border-radius:10px!important;background:var(--mb-gradient-btn)!important;color:#060608!important;border:none!important;box-shadow:0 0 20px #00e5ff38!important;transition:box-shadow .2s ease,transform .15s ease!important}.mini-cart__footer .button:hover,.mini-cart__footer button[type=submit]:hover{box-shadow:0 0 36px #00e5ff66!important;transform:translateY(-1px)!important}.mini-cart--empty{padding:48px 24px!important}.mini-cart--empty .icon{color:#00e5ff59!important}.cart-item__image figure,.cart-item figure{border-radius:10px!important;overflow:hidden!important;border:1px solid rgba(255,255,255,.08)!important}.nav__mobile-accordion-opener{min-height:52px!important;padding-left:2rem!important;padding-right:2rem!important;font-size:1.55rem!important;font-weight:500!important;color:#ffffffd9!important;border-bottom:1px solid rgba(255,255,255,.06)!important;transition:color .15s ease,background .15s ease!important}.nav__mobile-accordion-opener:hover{color:#00e5ff!important;background:#00e5ff0d!important}.nav__main-menu-link--basic{min-height:44px!important;color:#fff9!important;font-size:1.4rem!important;transition:color .15s ease!important}.nav__main-menu-link--basic:hover{color:#00e5ff!important}@media(max-width:63.99em){body{background-attachment:scroll!important}}@media(hover:none){.card--product:hover,.template-collection .card--product:hover{transform:none!important;border-color:#ffffff14!important;box-shadow:none!important}.template-collection .card--product:hover .card__image figure .img-absolute{transform:none!important}.card--collection:hover{transform:none!important;border-color:var(--mb-border)!important;box-shadow:none!important}.card--product:hover{transform:none!important;box-shadow:none!important}}@media(max-width:63.99em){.footer__content{gap:28px!important}.footer__content a{padding:5px 0!important;min-height:40px!important;display:inline-flex!important;align-items:center!important;font-size:1.4rem!important;color:#ffffff8c!important}.footer__content a:hover{color:#00e5ff!important}}.search-predictive__list,#predictive-search-results,.predictive-search{background:#08080cfa!important;border:1px solid rgba(255,255,255,.09)!important;border-radius:12px!important;box-shadow:0 16px 48px #000000d9,0 0 0 1px #00e5ff0d!important}.search-predictive__item:hover,.predictive-search__item:hover{background:#00e5ff0f!important}[name=q],.search-predictive input{background:var(--mb-surface-2)!important;border-color:#ffffff1f!important}[name=q]:focus{border-color:#00e5ff73!important;box-shadow:0 0 0 3px #00e5ff1a!important}@media(max-width:63.99em){.template-collection .toggle-filtering{min-height:44px!important;padding:0 14px!important}.template-collection #SortBy,.template-collection .sort-by select{min-height:44px!important;padding:0 36px 0 12px!important}.template-product .ux-cart.button{min-height:54px!important}.component-quantity button{min-height:44px!important;min-width:44px!important}.component-quantity input{min-height:44px!important}}@media(max-width:47.99em){.section__wrapper h2{font-size:clamp(2.2rem,6.5vw,3.2rem)!important}.section__wrapper h2+p,.section__wrapper h2+.wysiwyg{font-size:1.5rem!important;margin-bottom:3.2rem!important}.card--product .card__description{font-size:1.2rem!important;line-height:1.4!important}.card__bottom .price__current,.card__bottom .price-item--regular,.card__bottom .price-item--sale{font-size:1.5rem!important}}@media(max-width:47.99em){#waveSurferSection{padding:32px 12px!important}#waveSurferSection h2{font-size:clamp(2rem,7vw,2.8rem)!important;margin-bottom:16px!important}#waveformSets{grid-template-columns:1fr!important}.waveformSet{padding:8px 12px!important}}price-range input[type=range]::-webkit-slider-thumb{background-color:var(--mb-cyan)!important;border-color:var(--mb-cyan)!important;box-shadow:0 0 8px #00e5ff59!important}price-range input[type=range]::-moz-range-thumb{background-color:var(--mb-cyan)!important;border-color:var(--mb-cyan)!important}.component-quantity button{color:#ffffffa6!important;transition:color .15s ease,background .15s ease!important;border-radius:var(--radius-md)!important}.component-quantity button:hover{color:#00e5ff!important;background:#00e5ff14!important}button:disabled,input:disabled,select:disabled{opacity:.38!important;cursor:not-allowed!important}:focus-visible{outline-color:#00e5ffb3!important;outline-offset:3px!important}.cart-upsell{flex:none!important;align-self:flex-start!important;width:100%;margin:0;padding:16px 0 0;border-top:1px solid rgba(255,255,255,.07)}.cart-upsell__header{display:flex;align-items:flex-start;gap:6px;padding:0 16px 10px}.cart-upsell__lightning{font-size:1.3rem;line-height:1.3;filter:drop-shadow(0 0 6px rgba(0,229,255,.7));flex-shrink:0}.cart-upsell__heading{margin:0;font-size:1.05rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;line-height:1.35;background:linear-gradient(90deg,#00e5ff,#e040fb);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.cart-upsell__scroll-area{display:flex;flex-direction:row;align-items:center;gap:4px}.cart-upsell__arrow{flex:0 0 28px;width:28px;height:28px;border-radius:50%;border:1.5px solid rgba(0,229,255,.45);background:#060608eb;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:#00e5ff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:opacity .2s ease,border-color .2s ease,box-shadow .2s ease}.cart-upsell__arrow:hover{border-color:#00e5ff;box-shadow:0 0 10px #00e5ff66}.cart-upsell__arrow .icon{font-size:1.6rem;line-height:1;color:inherit}.cart-upsell__arrow--hidden{opacity:0;pointer-events:none}.cart-upsell__track{flex:1 1 auto;min-width:0;display:flex;flex-direction:row;gap:10px;overflow-x:auto;padding:4px 4px 16px;scrollbar-width:none;-ms-overflow-style:none;scroll-snap-type:x mandatory}.cart-upsell__track::-webkit-scrollbar{display:none}.cart-upsell__card{flex:0 0 auto;width:155px;display:flex;flex-direction:column;gap:8px;background:#ffffff0a;border:1px solid rgba(255,255,255,.09);border-radius:12px;padding:10px;scroll-snap-align:start;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}.cart-upsell__card:hover{border-color:#00e5ff47;background:#00e5ff0a;box-shadow:0 0 16px #00e5ff14}.cart-upsell__osaria{position:relative;width:100%;overflow:hidden;border-radius:6px;min-height:36px;z-index:0;transform:translateZ(0)}.cart-upsell__osaria>*,.cart-upsell__osaria .osaria-player-collection-view{position:relative!important;width:100%!important;max-width:100%!important;min-width:0!important}body.minicart .osaria-player-dock,body.minicart .osaria-now-playing,body.minicart [class*=osaria][class*=dock],body.minicart [class*=osaria][class*=bar],body.minicart [class*=osaria][class*=float],body.minicart [class*=osaria][class*=footer],body.minicart [class*=osaria][class*=sticky]{display:none!important}.cart-upsell__card-img-link{display:block;border-radius:8px;overflow:hidden;text-decoration:none}.cart-upsell__card-image{width:100%;height:90px;background:#ffffff0d;border-radius:8px;overflow:hidden;display:flex;align-items:center;justify-content:center}.cart-upsell__img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;border-radius:8px}.cart-upsell__img--placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;opacity:.22}.cart-upsell__img--placeholder svg{width:44px;height:44px}.cart-upsell__card-body{display:flex;flex-direction:column;gap:3px;flex:1}.cart-upsell__card-title{display:-webkit-box!important;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:1.1rem;font-weight:600;line-height:1.3;color:#ffffffe0!important;text-decoration:none!important}.cart-upsell__card-title:hover{color:#00e5ff!important}.cart-upsell__variant-badge{display:block;font-size:.9rem;font-weight:600;color:#e040fb;letter-spacing:.02em;margin-top:2px;-webkit-text-fill-color:#e040fb}.cart-upsell__card-price{display:flex;align-items:baseline;gap:4px;flex-wrap:wrap;margin:0}.cart-upsell__price-was{font-size:1rem;color:#ffffff52;text-decoration:line-through}.cart-upsell__price-now{font-size:1.2rem;font-weight:700;color:#00e5ff}.cart-upsell__pills{display:flex;flex-wrap:wrap;gap:4px}.cart-upsell__pill{padding:3px 8px;border-radius:6px;border:1px solid rgba(255,255,255,.16);background:#ffffff0a;color:#fff9;font-size:.95rem;font-weight:500;cursor:pointer;white-space:nowrap;transition:border-color .15s ease,background .15s ease,color .15s ease;line-height:1.4}.cart-upsell__pill:hover:not(.is-soldout):not(.is-active){border-color:#00e5ff59;background:#00e5ff0f;color:#ffffffd9}.cart-upsell__pill.is-active{border-color:#00e5ffa6;background:#00e5ff1f;color:#00e5ff;font-weight:600}.cart-upsell__pill.is-soldout{opacity:.3;text-decoration:line-through;cursor:not-allowed;pointer-events:none}.cart-upsell__card-cta{display:flex;flex-direction:column;gap:5px;margin-top:2px}.cart-upsell__add-btn{display:flex;align-items:center;justify-content:center;width:100%;min-height:34px;border-radius:8px;border:1.5px solid rgba(0,229,255,.5);background:linear-gradient(135deg,#00e5ff24,#00c8e814);color:#00e5ff!important;font-size:1.05rem;font-weight:700;letter-spacing:.03em;cursor:pointer;text-decoration:none!important;transition:background .18s ease,border-color .18s ease,box-shadow .18s ease;padding:4px 8px;text-align:center;line-height:1.2;box-sizing:border-box}.cart-upsell__add-btn:hover:not(:disabled):not(.cart-upsell__add-btn--soldout){background:linear-gradient(135deg,#00e5ff42,#00c8e82e);border-color:#00e5ff;box-shadow:0 0 12px #00e5ff52;color:#00e5ff!important}.cart-upsell__add-btn--soldout{opacity:.35;cursor:not-allowed;border-color:#ffffff1f;background:#ffffff08;color:#ffffff73!important}.cart-upsell__details-link{display:block;text-align:center;font-size:1rem;color:#ffffff61!important;text-decoration:none!important;transition:color .15s ease;letter-spacing:.02em;padding:2px 0}.cart-upsell__details-link:hover{color:#ffffffb8!important}.cart-upsell__spinner{display:inline-block;width:14px;height:14px;border:2px solid rgba(0,229,255,.22);border-top-color:#00e5ff;border-radius:50%;animation:cart-upsell-spin .65s linear infinite}@keyframes cart-upsell-spin{to{transform:rotate(360deg)}}@media(hover:none){.cart-upsell__arrow{display:none}.cart-upsell__card:hover{border-color:#ffffff17;background:#ffffff0a;box-shadow:none}.cart-upsell__add-btn:hover:not(:disabled):not(.cart-upsell__add-btn--soldout){background:linear-gradient(135deg,#00e5ff24,#00c8e814);border-color:#00e5ff80;box-shadow:none}.cart-upsell__details-link:hover{color:#ffffff61!important}}.overlay{backdrop-filter:blur(6px)!important;-webkit-backdrop-filter:blur(6px)!important}.form-label,label:not(.form-control):not(.button--sm-secondary){color:#ffffffa6!important;font-size:1.3rem!important;font-weight:500!important}.breadcrumbs,.breadcrumb{color:#ffffff59!important;font-size:1.2rem!important}.breadcrumbs a,.breadcrumb a{color:#ffffff73!important;transition:color .15s ease!important}.breadcrumbs a:hover,.breadcrumb a:hover{color:#00e5ff!important}td,th{border:1px solid var(--mb-border)!important;padding:1.2rem 1.6rem!important}th{color:var(--mb-text-primary)!important;font-weight:600!important;background:#ffffff08!important}.template-collection .hero__wrapper h1,.template-collection h1{overflow-wrap:break-word!important;word-break:break-word!important;-webkit-hyphens:auto!important;hyphens:auto!important;padding-bottom:.06em!important}.template-collection .hero__wrapper:after{margin-top:12px!important}.template-collection .card__title,.card--product .card__title{display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;overflow-wrap:break-word!important;word-break:break-word!important}.card__badge,.card__badge--on-sale,.card__badge--out-of-stock,[class*=card__badge]{white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;max-width:100%!important}.breadcrumbs,.breadcrumb{overflow-wrap:break-word!important;word-break:break-word!important;flex-wrap:wrap!important}.breadcrumbs li,.breadcrumb li{display:inline-flex!important;align-items:center!important;flex-wrap:wrap!important}@media(min-width:64em){.footer__content{padding:48px 0 32px!important;gap:40px!important}.footer__content h3,.footer__content .footer__heading{font-size:1.15rem!important;font-weight:700!important;letter-spacing:.08em!important;text-transform:uppercase!important;color:#ffffff8c!important;margin-bottom:14px!important}.footer__content a{color:#ffffff7a!important;font-size:1.35rem!important;line-height:2!important;transition:color .15s ease!important;display:block!important}.footer__content a:hover{color:#00e5ff!important}}.footer__bottom,.footer__bar{border-top:1px solid rgba(255,255,255,.07)!important;padding:18px 24px!important;color:#ffffff47!important;font-size:1.2rem!important;display:flex!important;flex-wrap:wrap!important;align-items:center!important;gap:12px!important}.footer__bottom a,.footer__bar a{color:#ffffff61!important;transition:color .15s ease!important}.footer__bottom a:hover,.footer__bar a:hover{color:#00e5ff!important}.footer__social-icons a,.footer__socials a{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:40px!important;min-height:40px!important;border-radius:8px!important;border:1px solid rgba(255,255,255,.09)!important;color:#ffffff73!important;transition:color .15s ease,border-color .15s ease,box-shadow .15s ease!important}.footer__social-icons a:hover,.footer__socials a:hover{color:#00e5ff!important;border-color:#00e5ff4d!important;box-shadow:0 0 12px #00e5ff2e!important}.template-product .badge--sale,.template-product [class*=badge][class*=sale],.template-product .price__badge-sale{background:linear-gradient(135deg,#00e5ff,#00c0d8)!important;color:#060608!important;font-weight:700!important;font-size:1.05rem!important;letter-spacing:.07em!important;text-transform:uppercase!important;border-radius:6px!important;padding:3px 9px!important;white-space:nowrap!important;box-shadow:0 0 12px #00e5ff4d!important}.button--primary:hover,[class*=button--primary]:hover,.ux-cart.button:hover{box-shadow:0 0 28px #00e5ff4d,0 8px 24px #0000008c!important}.button--secondary:hover,.button--outline:hover,[class*=button--secondary]:hover{border-color:#00e5ff80!important;color:#00e5ff!important;box-shadow:0 0 14px #00e5ff26!important}.section__wrapper+.section__wrapper{margin-top:0!important}@media(max-width:47.99em){.section__content,.section__wrapper .container{padding-left:16px!important;padding-right:16px!important}}.section__wrapper h2,h2.section-heading{font-weight:800!important;letter-spacing:-.03em!important;line-height:1.1!important}.section__wrapper h3{font-weight:700!important;letter-spacing:-.01em!important}.section__wrapper p,.section__wrapper .wysiwyg p,.rte p{color:#ffffffad!important;line-height:1.7!important}.template-product .main-product__title,.template-product h1.product__title,.template-product h1{overflow-wrap:break-word!important;word-break:break-word!important;-webkit-hyphens:auto!important;hyphens:auto!important}.card--product .card__image figure,.card--product .card__image{aspect-ratio:1 / 1!important}a:focus-visible,button:focus-visible{outline:2px solid rgba(0,229,255,.65)!important;outline-offset:3px!important;border-radius:4px!important}@media(max-width:63.99em){.template-collection .hero__wrapper,.template-collection .collection-hero{padding-left:16px!important;padding-right:16px!important;box-sizing:border-box!important}.template-collection h1{max-width:100%!important;width:100%!important}}@supports not (-webkit-background-clip: text){.template-collection .hero__wrapper h1,.template-collection h1{background:none!important;color:#fff!important;-webkit-text-fill-color:#ffffff!important}}.banner__wrapper .button--primary,.banner__wrapper .button--inverted,.banner__wrapper .button--default{background:var(--mb-gradient-btn)!important;color:#060608!important;border-color:var(--mb-cyan)!important;box-shadow:0 4px 20px #00e5ff40!important}.banner__wrapper .button--primary .button__text,.banner__wrapper .button--inverted .button__text,.banner__wrapper .button--default .button__text{color:#060608!important}a.banner__wrapper:hover .button--primary,a.banner__wrapper:hover .button--inverted,a.banner__wrapper:hover .button--default,a.banner__wrapper:active .button--primary,a.banner__wrapper:active .button--inverted,a.banner__wrapper:focus .button--primary,a.banner__wrapper:focus .button--inverted{background:linear-gradient(135deg,#33eaff,#00e5ff)!important;color:#060608!important;box-shadow:0 0 28px #00e5ff73!important}a.banner__wrapper:hover .button--primary .button__text,a.banner__wrapper:hover .button--inverted .button__text,a.banner__wrapper:hover .button--default .button__text,a.banner__wrapper:active .button--primary .button__text,a.banner__wrapper:active .button--inverted .button__text,a.banner__wrapper:focus .button--primary .button__text,a.banner__wrapper:focus .button--inverted .button__text{color:#060608!important}.template-blog h1,.template-blog h2,.template-blog .section__wrapper h1,.template-blog .section__wrapper h2{font-size:clamp(3rem,5vw,5.2rem)!important;line-height:1.1!important;overflow-wrap:break-word!important;word-break:break-word!important;-webkit-hyphens:auto!important;hyphens:auto!important;max-width:100%!important}@media(max-width:63.99em){.template-blog h1,.template-blog h2,.template-blog .section__wrapper h1,.template-blog .section__wrapper h2{font-size:clamp(2.4rem,8vw,3.8rem)!important}}
/*# sourceMappingURL=/cdn/shop/t/59/assets/child.css.map */
