*,*:before,*:after{box-sizing:inherit;box-sizing:border-box}html{box-sizing:border-box;font-size:calc(var(--font-body-scale) * 62.5%);height:100%;scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{display:grid;grid-template-rows:auto auto 1fr auto;grid-template-columns:100%;min-height:100%;margin:0;overflow-x:hidden;font-size:1.5rem;letter-spacing:.06em;line-height:calc(1 + .8 / var(--font-body-scale));font-family:var(--font-body-family);font-style:var(--font-body-style);font-weight:var(--font-body-weight);color:rgb(var(--color-base-text));background-color:rgb(var(--color-base-background-1));-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media screen and (min-width:750px){body{font-size:1.6rem}}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);letter-spacing:var(--font-heading-letter-spacing, .06rem);line-height:1.2;margin:0 0 .5em;word-break:break-word}p{margin:0 0 1em}img{max-width:100%;height:auto;border:0}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer;background:none;border:none;padding:0;color:inherit}input,textarea,select{font:inherit;color:inherit}ul,ol{list-style:none;margin:0;padding:0}table{border-collapse:collapse;width:100%}.skip-to-content-link{position:absolute;top:-100px;left:0;z-index:9999;background:rgb(var(--color-base-text));color:rgb(var(--color-base-background-1));padding:10px 20px;text-decoration:none;transition:top .2s}.skip-to-content-link:focus{top:0}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.page-width{max-width:var(--page-width);margin:0 auto;padding:0 1.5rem}@media(min-width:990px){.page-width{padding:0 3rem}}.page-full{width:100%;padding:0 1.5rem}@media(min-width:990px){.page-full{padding:0 3rem}}.section-padding{padding:4rem 0}@media(min-width:990px){.section-padding{padding:6rem 0}}.animate-section{--animation-duration: .65s;--init-delay: .15s;--child-delay: .15s}.animate-section.animate--hidden .animate-item{opacity:0;filter:blur(1px);transform:translate(0) scale(1)}.animate-section.animate--shown .animate-item{opacity:1;filter:blur(0);transform:none;transition:opacity var(--animation-duration) var(--init-delay),filter var(--animation-duration) var(--init-delay),transform var(--animation-duration) var(--init-delay)}.animate-section.animate--shown .animate-item.animate-item--child{transition-delay:calc(var(--init-delay) + (var(--child-delay) * var(--index, 0)))}@media(prefers-reduced-motion:reduce){.animate-section.animate--hidden .animate-item{opacity:1;filter:none;transform:none}*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}.material-symbols-outlined{font-family:Material Symbols Outlined;font-weight:400;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased;max-width:1em;overflow:hidden;flex-shrink:0;font-variation-settings:"FILL" 0,"wght" 300,"GRAD" 0,"opsz" 48;vertical-align:bottom}.material-symbols-outlined.filled{font-variation-settings:"FILL" 1}.button,button.button,a.button{display:inline-flex;align-items:center;justify-content:center;gap:.6em;min-width:12rem;padding:1.2rem 2.4rem;font-family:inherit;font-size:1.4rem;font-weight:700;letter-spacing:.06em;line-height:1.2;text-align:center;text-decoration:none;text-transform:uppercase;border-radius:var(--buttons-radius);border:var(--buttons-border-width) solid transparent;cursor:pointer;transition:background-color .25s,color .25s,border-color .25s,transform .15s,opacity .2s;position:relative;overflow:hidden;-webkit-user-select:none;user-select:none}.button--primary{background-color:rgb(var(--color-base-text));color:rgb(var(--color-base-background-1));border-color:rgb(var(--color-base-text))}.button--primary:hover{background-color:rgba(var(--color-base-text),.85);border-color:rgba(var(--color-base-text),.85)}.button--secondary{background-color:transparent;color:rgb(var(--color-base-text));border-color:rgb(var(--color-base-text))}.button--secondary:hover{background-color:rgb(var(--color-base-text));color:rgb(var(--color-base-background-1))}.button--accent{background-color:rgb(var(--color-base-accent-1));color:rgb(var(--color-base-solid-button-labels));border-color:rgb(var(--color-base-accent-1))}.button--accent:hover{background-color:rgba(var(--color-base-accent-1),.9);border-color:rgba(var(--color-base-accent-1),.9)}.button--full-width{width:100%}.button--margin-x{margin:0 .5rem}.button .loading-spinner{position:absolute;top:50%;left:50%;width:20px;height:20px;margin-top:-10px;margin-left:-10px;border:2px solid currentColor;border-top-color:transparent;border-radius:50%;animation:spin .8s linear infinite;display:none}.button.loading .button-text{visibility:hidden}.button.loading .loading-spinner{display:block}@keyframes spin{to{transform:rotate(360deg)}}@media(min-width:750px){.button{font-size:1.5rem}}input[type=text],input[type=email],input[type=password],input[type=number],input[type=search],input[type=tel],input[type=url],textarea,select{width:100%;padding:1rem 1.5rem;font-family:inherit;font-size:1.5rem;color:rgb(var(--color-base-text));background-color:rgb(var(--color-base-background-1));border:var(--inputs-border-width) solid rgba(var(--color-base-text),var(--inputs-border-opacity));border-radius:var(--inputs-radius);transition:border-color .2s;letter-spacing:inherit;line-height:1.4}input:focus,textarea:focus,select:focus{outline:none;border-color:rgb(var(--color-base-accent-1))}.header-wrapper{background-color:rgb(var(--color-base-background-1));position:sticky;top:0;z-index:50;border-bottom:1px solid rgba(var(--color-base-text),.08)}.header{display:grid;grid-template-areas:"left center right";align-items:center;padding:var(--header-padding) 1.5rem;min-height:60px}@media(min-width:990px){.header{padding:var(--header-padding) 3rem;min-height:80px}}.header__inline-menu{grid-area:left;display:none}@media(min-width:990px){.header__inline-menu{display:block}}.header__heading{grid-area:center;text-align:center}.header__heading-logo{display:inline-block;max-width:var(--header-logo-width, 160px)}.header__heading-logo img{display:block;width:100%;height:auto}.header__heading-logo .header__heading-logo-text{font-size:2rem;font-weight:800;letter-spacing:.06em;color:rgb(var(--color-base-text))}.header__icons{grid-area:right;display:flex;align-items:center;justify-content:flex-end;gap:.8rem}.header__icon{display:inline-flex;align-items:center;justify-content:center;width:4.4rem;height:4.4rem;border-radius:50%;color:rgb(var(--color-base-text));position:relative;transition:background-color .2s}.header__icon:hover{background-color:rgba(var(--color-base-text),.06)}.header__icon .material-symbols-outlined{font-size:26px}.header__icon--cart .cart-count{position:absolute;top:0;right:0;min-width:18px;height:18px;padding:0 5px;font-size:1.1rem;font-weight:700;line-height:18px;text-align:center;background:rgb(var(--color-base-accent-1));color:rgb(var(--color-base-solid-button-labels));border-radius:9px;transform:scale(0);transition:transform .2s}.header__icon--cart .cart-count[data-count]:not([data-count="0"]){transform:scale(1)}.header__menu-item{display:inline-block;padding:.5rem 1.2rem;font-size:1.4rem;font-weight:500;text-decoration:none;color:rgb(var(--color-base-text));position:relative}.header__menu-item:hover{color:rgb(var(--color-base-accent-1))}.header__menu-item.current:after{content:"";position:absolute;bottom:-2px;left:1.2rem;right:1.2rem;height:2px;background:rgb(var(--color-base-accent-1))}.header__hamburger{display:inline-flex;width:4.4rem;height:4.4rem;align-items:center;justify-content:center;margin-right:.5rem}@media(min-width:990px){.header__hamburger{display:none}}.mobile-menu-toggle{display:inline-flex}@media(min-width:990px){.mobile-menu-toggle{display:none}}.account-link{display:none}@media(min-width:990px){.account-link{display:inline-flex}}.mobile-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;pointer-events:none;visibility:hidden;transition:visibility .3s}.mobile-drawer[open]{pointer-events:auto;visibility:visible}.mobile-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0006;opacity:0;transition:opacity .3s}.mobile-drawer[open] .mobile-drawer__overlay{opacity:1}.mobile-drawer__panel{position:absolute;top:0;left:0;width:90%;max-width:380px;height:100%;background:rgb(var(--color-base-background-1));transform:translate(-100%);transition:transform .3s;display:flex;flex-direction:column;overflow-y:auto}.mobile-drawer[open] .mobile-drawer__panel{transform:translate(0)}.mobile-drawer__header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid rgba(var(--color-base-text),.1)}.mobile-drawer__menu{padding:1rem 0}.mobile-drawer__menu-item{display:block;padding:1.2rem 1.5rem;font-size:1.6rem;color:rgb(var(--color-base-text));border-bottom:1px solid rgba(var(--color-base-text),.06)}.mobile-drawer__menu-item:hover{background:rgba(var(--color-base-text),.04)}.mobile-drawer__footer{padding:1.5rem;border-top:1px solid rgba(var(--color-base-text),.1);margin-top:auto}.announcement-bar{background-color:var(--color-announcement-bar);color:var(--color-announcement-bar-text);text-align:center;padding:.8rem 1.5rem;font-size:1.4rem;font-weight:500;letter-spacing:.06em}@media(min-width:750px){.announcement-bar{font-size:1.6rem;padding:1rem}}.announcement-bar__inner{max-width:var(--page-width);margin:0 auto}.announcement-bar__inner strong{font-weight:700}.announcement-bar--closed{display:none}.search-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;background:#00000080;display:flex;align-items:flex-start;justify-content:center;padding:80px 1.5rem 1.5rem;visibility:hidden;opacity:0;transition:opacity .2s,visibility .2s}.search-modal[open]{visibility:visible;opacity:1}.search-modal__inner{width:100%;max-width:800px;background:rgb(var(--color-base-background-1));border-radius:12px;padding:1.5rem;max-height:80vh;overflow-y:auto}.search-modal__input{display:flex;align-items:center;gap:1rem;padding:1.2rem;border-bottom:1px solid rgba(var(--color-base-text),.1);margin-bottom:1.5rem}.search-modal__input input{border:none;padding:.5rem;font-size:1.8rem;letter-spacing:.04em}.search-modal__input input:focus{outline:none}.predictive-search-results{padding:0}.predictive-search-results__list{margin-bottom:2rem}.predictive-search-results__heading{font-size:1.2rem;text-transform:uppercase;letter-spacing:.1em;color:rgb(var(--color-text-secondary, var(--color-base-text)));margin-bottom:1rem;font-weight:600}.predictive-search-results__item{display:flex;align-items:center;gap:1.2rem;padding:.8rem 0;border-bottom:1px solid rgba(var(--color-base-text),.06)}.predictive-search-results__item-img{width:60px;height:60px;background:rgb(var(--color-base-background-2));border-radius:8px;overflow:hidden;flex-shrink:0}.predictive-search-results__item-img img{width:100%;height:100%;object-fit:cover}.predictive-search-results__item-title{font-size:1.4rem;font-weight:500}.predictive-search-results__item-price{font-size:1.3rem;color:rgb(var(--color-text-secondary, var(--color-base-text)));margin-top:.2em}.banner{position:relative;width:100%;overflow:hidden}.banner--content-align-left .banner__content,.banner--content-align-mobile-left .banner__content-mobile{text-align:left}.banner__media{width:100%;position:relative;overflow:hidden}.banner--large.banner--desktop-transparent .banner__media-desktop,.banner--large.banner--mobile-medium.banner--mobile-bottom .banner__media-mobile{display:block}.banner__media img,.banner__media svg{display:block;width:100%;height:auto;max-height:80vh;object-fit:cover}.banner__media-desktop{display:none}.banner__media-mobile{display:block}@media(min-width:750px){.banner__media-mobile{display:none}.banner__media-desktop{display:block}}.banner__content{position:absolute;top:50%;left:5%;transform:translateY(-50%);z-index:2;max-width:500px;color:rgb(var(--color-base-text))}@media(max-width:749px){.banner__content{top:auto;bottom:8%;left:5%;right:5%;transform:none;max-width:100%}}.banner__heading{font-family:"Poppins",var(--font-heading-family),sans-serif;font-size:3.4rem;font-weight:700;line-height:1.05;letter-spacing:0;margin:0 0 .5em}@media(min-width:750px){.banner__heading{font-size:5.2rem}}@media(min-width:1200px){.banner__heading{font-size:6.4rem}}.banner__heading em{font-style:italic}.banner__heading .highlight{position:relative;display:inline-block;z-index:1}.banner__heading .highlight:before{content:"";position:absolute;top:-.05em;right:-.1em;bottom:-.05em;left:-.1em;z-index:-1;background:var(--color-highlight);transform:rotate(-1deg) skew(-3deg);border-radius:4px;opacity:.85}.banner__subheading{font-size:1.4rem;font-weight:400;line-height:1.6;margin:0 0 1.5em;max-width:500px;letter-spacing:.04em}@media(min-width:750px){.banner__subheading{font-size:1.5rem}}.banner__buttons{display:flex;flex-wrap:wrap;gap:.8rem}.banner__buttons .button{flex:0 0 auto}.image-with-text{display:grid;grid-template-columns:1fr;gap:0;color:rgb(var(--color-base-text))}@media(min-width:750px){.image-with-text{grid-template-columns:1fr 1fr}.image-with-text--reverse .image-with-text__media{order:2}}.image-with-text__media{position:relative;overflow:hidden}.image-with-text__media img{display:block;width:100%;height:100%;object-fit:cover;aspect-ratio:1 / 1}.image-with-text__content{padding:4rem 2rem;display:flex;flex-direction:column;justify-content:center;background:rgb(var(--color-base-background-1))}@media(min-width:750px){.image-with-text__content{padding:6rem 5rem}}@media(min-width:1200px){.image-with-text__content{padding:8rem 7rem}}.image-with-text__caption{font-size:1.2rem;text-transform:uppercase;letter-spacing:.12em;color:rgb(var(--color-base-accent-1));font-weight:600;margin:0 0 1rem}.image-with-text__heading{font-size:3rem;margin:0 0 1rem;line-height:1.1}@media(min-width:750px){.image-with-text__heading{font-size:3.8rem}}.image-with-text__heading .highlight{color:var(--color-highlight);position:relative;display:inline-block}.image-with-text__heading .highlight:before{content:"";position:absolute;top:.6em;right:-.1em;bottom:.1em;left:-.1em;background:var(--color-highlight);opacity:.15;z-index:-1;transform:skew(-3deg)}.image-with-text__text{font-size:1.5rem;line-height:1.7}.image-with-text__text ul{list-style:none;margin:1em 0;padding:0}.image-with-text__text ul li{padding:.3em 0 .3em 1.5em;position:relative}.image-with-text__text ul li:before{content:"\2713";color:rgb(var(--color-base-accent-1));font-weight:700;position:absolute;left:0}.image-with-text__button{margin-top:1.5rem;align-self:flex-start}.rich-text{text-align:center;padding:4rem 1.5rem}@media(min-width:750px){.rich-text{padding:6rem 3rem}}.rich-text__inner{max-width:800px;margin:0 auto}.rich-text__caption{font-size:1.2rem;text-transform:uppercase;letter-spacing:.12em;color:rgb(var(--color-base-accent-1));font-weight:600;margin:0 0 1rem}.rich-text__heading{font-size:3rem;margin:0 0 1.5rem;line-height:1.15}@media(min-width:750px){.rich-text__heading{font-size:4rem}}.rich-text__heading .highlight{color:var(--color-highlight);position:relative;display:inline-block}.rich-text__heading .highlight:before{content:"";position:absolute;top:.6em;right:-.1em;bottom:.1em;left:-.1em;background:var(--color-highlight);opacity:.15;z-index:-1;transform:skew(-3deg)}.rich-text__text{font-size:1.6rem;line-height:1.7;margin:0 0 2rem;color:rgb(var(--color-base-text))}.rich-text__text strong{font-weight:700}.rich-text__buttons{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}.rich-text--accent{background:rgb(var(--color-base-accent-1));color:rgb(var(--color-base-solid-button-labels))}.rich-text--accent .rich-text__caption{color:rgba(var(--color-base-solid-button-labels),.7)}.rich-text--accent .rich-text__heading .highlight{color:#fff}.rich-text--accent .rich-text__heading .highlight:before{background:#fff;opacity:.2}.multirow{display:flex;flex-direction:column}.multirow__row{display:grid;grid-template-columns:1fr}@media(min-width:750px){.multirow__row{grid-template-columns:1fr 1fr}}.multirow__row+.multirow__row{margin-top:0}.multirow__row--reverse .multirow__media{order:2}@media(min-width:750px){.multirow__row--reverse .multirow__media{order:2}}.multirow__media{position:relative;overflow:hidden}.multirow__media img,.multirow__media video{display:block;width:100%;height:100%;object-fit:cover;aspect-ratio:1 / 1}.testimonials{padding:4rem 0;background:#dfefff}@media(min-width:750px){.testimonials{padding:6rem 0}}.testimonials__header{text-align:center;margin-bottom:3rem;padding:0 1.5rem}.testimonials__heading{font-size:2.6rem;margin:0;line-height:1.2}@media(min-width:750px){.testimonials__heading{font-size:3.4rem}}.testimonials__heading .highlight{color:#2e2a39}.testimonial-card{background:#edf6ff;border-radius:16px;padding:2rem;height:100%;display:flex;flex-direction:column}.testimonial-card__media{margin:-2rem -2rem 1.5rem;aspect-ratio:1 / 1;overflow:hidden;border-radius:16px 16px 0 0}.testimonial-card__media img{width:100%;height:100%;object-fit:cover}.testimonial-card__stars{color:var(--color-star);margin-bottom:.5em;font-size:1.8rem}.testimonial-card__stars .star-empty{color:var(--color-star-bg)}.testimonial-card__title{font-size:1.8rem;margin:0 0 .6em;line-height:1.3}.testimonial-card__quote{font-size:1.5rem;line-height:1.6;color:rgb(var(--color-base-text));margin:0 0 1em}.testimonial-card__author{font-style:italic;font-weight:600;color:rgb(var(--color-base-text));margin-top:auto}.splide{position:relative}.splide__track{overflow:hidden}.splide__list{display:flex;margin:0 -1rem;padding:0;list-style:none}.splide__slide{flex:0 0 100%;padding:0 1rem}@media(min-width:750px){.splide__slide{flex:0 0 calc(100% / 3)}}.splide__arrows{display:flex;justify-content:space-between;position:absolute;top:50%;left:-1rem;right:-1rem;transform:translateY(-50%);pointer-events:none}.splide__arrow{width:3.6rem;height:3.6rem;background:rgba(var(--color-base-background-1),.9);border:1px solid rgba(var(--color-base-text),.1);border-radius:50%;pointer-events:auto;display:flex;align-items:center;justify-content:center;color:rgb(var(--color-base-text));font-size:1.8rem;cursor:pointer;transition:background .2s,transform .2s;z-index:2}.splide__arrow:hover{background:rgb(var(--color-base-background-1));transform:scale(1.05)}@media(max-width:749px){.splide__arrows{display:none}}.splide__pagination{display:flex;justify-content:center;gap:12px;margin-top:2rem}.splide__pagination button{width:6px;height:6px;border-radius:5px;background:rgba(var(--color-base-text),.3);border:none;padding:0;cursor:pointer;transition:transform .2s,background .2s}.splide__pagination button.is-active{background:rgb(var(--color-base-text));transform:scale(1.5)}.icon-bar{padding:4rem 1.5rem}@media(min-width:750px){.icon-bar{padding:6rem 3rem}}.icon-bar--accent{background:rgb(var(--color-base-accent-1));color:rgb(var(--color-base-solid-button-labels))}.icon-bar--accent .icon-bar__heading{color:#fff}.icon-bar--accent .icon-bar-card{background:rgb(var(--color-base-accent-1));color:#fff}.icon-bar--accent .icon-bar-card .material-symbols-outlined{color:rgb(var(--color-base-background-1))}.icon-bar__inner{max-width:1200px;margin:0 auto}.icon-bar__heading{text-align:center;font-size:2.8rem;margin:0 0 3rem;font-weight:800}.icon-bar__grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:750px){.icon-bar--2-col .icon-bar__grid{grid-template-columns:1fr 1fr}.icon-bar--3-col .icon-bar__grid{grid-template-columns:repeat(3,1fr)}}.icon-bar-card{display:flex;flex-direction:column;align-items:center;text-align:center;padding:2rem;background:#f3f3f3;border-radius:12px;gap:1rem}.icon-bar-card .material-symbols-outlined{font-size:4rem;color:rgb(var(--color-base-accent-1))}.icon-bar-card__title{font-size:1.8rem;margin:0;font-weight:700}.icon-bar-card__text{font-size:1.4rem;line-height:1.6;margin:0}.comparison-table{padding:4rem 1.5rem}@media(min-width:750px){.comparison-table{padding:6rem 3rem}}.comparison-table__inner{max-width:900px;margin:0 auto}.comparison-table__header{text-align:center;margin-bottom:3rem}.comparison-table__heading{font-size:2.8rem;margin:0 0 .5em;line-height:1.15}.comparison-table__heading .highlight{color:var(--color-highlight)}.comparison-table__subheading{font-size:1.5rem;color:rgb(var(--color-text-secondary, var(--color-base-text)))}.comparison-table__table{border-radius:2rem;overflow:hidden;background:rgb(var(--color-base-background-1))}.comparison-table__table table{border-collapse:collapse;width:100%}.comparison-table__table th,.comparison-table__table td{padding:1.5rem 1rem;text-align:center;border-bottom:1px solid rgba(var(--color-base-text),.08);font-size:1.4rem}.comparison-table__table th{font-weight:700;font-size:1.5rem;background:rgba(var(--color-base-accent-1),.06);color:rgb(var(--color-base-text))}.comparison-table__table th.col-kittra{background:rgba(var(--color-base-accent-1),.12);color:rgb(var(--color-base-accent-1));position:relative}.comparison-table__table th.col-kittra img{max-width:80px;height:auto}.comparison-table__table .col-kittra{background:rgba(var(--color-base-accent-1),.04)}.comparison-table__icon--yes{color:var(--color-success);font-size:2rem}.comparison-table__icon--no{color:var(--color-error);font-size:2rem}.comparison-table__table tr:last-child td,.comparison-table__table tr:last-child th{border-bottom:0}.collapsible-content{padding:4rem 1.5rem}@media(min-width:750px){.collapsible-content{padding:6rem 3rem}}.collapsible-content__inner{max-width:1200px;margin:0 auto}.collapsible-content--reverse-grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:start}@media(min-width:750px){.collapsible-content--reverse-grid{grid-template-columns:1fr 1.2fr;gap:4rem}}.collapsible-content__media{position:relative;overflow:hidden;border-radius:12px}.collapsible-content__media img{display:block;width:100%;height:auto;aspect-ratio:2 / 1;object-fit:cover}.collapsible-content__header{margin-bottom:2.5rem}.collapsible-content__caption{font-size:1.2rem;text-transform:uppercase;letter-spacing:.12em;color:rgb(var(--color-base-accent-1));font-weight:600;margin:0 0 1rem}.collapsible-content__heading{font-size:2.6rem;margin:0 0 .5em;line-height:1.15}@media(min-width:750px){.collapsible-content__heading{font-size:3.2rem}}.collapsible-content__heading .highlight{color:var(--color-highlight)}.accordion{border-top:1px solid rgba(var(--color-base-text),.1)}.accordion:last-child{border-bottom:1px solid rgba(var(--color-base-text),.1)}.accordion summary{list-style:none;display:flex;justify-content:space-between;align-items:center;padding:1.6rem 0;cursor:pointer;font-size:1.6rem;font-weight:600;letter-spacing:.04em;color:rgb(var(--color-base-text))}.accordion summary::-webkit-details-marker{display:none}.accordion summary:after{content:"+";font-size:2.4rem;font-weight:300;line-height:1;transition:transform .2s;color:rgb(var(--color-base-text))}.accordion[open] summary:after{content:"\2212"}.accordion__content{padding:0 0 1.6rem;font-size:1.5rem;line-height:1.7;color:rgb(var(--color-text-secondary, var(--color-base-text)))}.trustpilot-reviews{padding:4rem 1.5rem;background:linear-gradient(180deg,#ceefc7,#fff)}@media(min-width:750px){.trustpilot-reviews{padding:6rem 3rem}}.trustpilot-reviews__inner{max-width:1200px;margin:0 auto}.trustpilot-reviews__header{text-align:center;margin-bottom:3rem}.trustpilot-reviews__heading{font-size:2.6rem;margin:0 0 1em;line-height:1.15}.trustpilot-reviews__heading .highlight{color:var(--color-highlight)}.trustpilot-reviews__stars{display:inline-flex;align-items:center;gap:.8rem;background:rgb(var(--color-base-background-1));padding:1rem 2rem;border-radius:12px;font-weight:700;font-size:1.6rem}.trustpilot-reviews__stars .stars-icon{color:var(--color-trustpilot);font-size:2rem}.trustpilot-reviews__count{font-size:1.4rem;color:rgb(var(--color-text-secondary, var(--color-base-text)));margin-top:.8em}.trustpilot-reviews__count a{text-decoration:underline;color:inherit}.tp-review-card{background:rgb(var(--color-base-background-1));border-radius:16px;padding:2rem;height:100%;display:flex;flex-direction:column}.tp-review-card__stars{color:var(--color-trustpilot);font-size:1.6rem;margin-bottom:.8em}.tp-review-card__title{font-size:1.6rem;margin:0 0 .5em;line-height:1.3}.tp-review-card__text{font-size:1.4rem;line-height:1.6;color:rgb(var(--color-text-secondary, var(--color-base-text)));margin:0 0 1em}.tp-review-card__author{font-weight:600;font-style:italic;margin-top:auto}.wave-divider{position:relative;line-height:0;overflow:hidden}.wave-divider svg{display:block;width:100%;height:80px}@media(min-width:750px){.wave-divider svg{height:120px}}.product-card{display:flex;flex-direction:column;text-align:center;position:relative;border-radius:var(--product-card-corner-radius);background:rgb(var(--color-base-background-1));overflow:hidden;box-shadow:0 .2rem .6rem 1.5rem rgba(var(--color-shadow),calc(var(--product-card-shadow-opacity) * .1));transition:transform .3s,box-shadow .3s}.product-card:hover{transform:translateY(-4px);box-shadow:0 .4rem 1rem 2rem rgba(var(--color-shadow),.15)}.product-card__media{position:relative;width:100%;overflow:hidden;background:rgb(var(--color-base-background-2));aspect-ratio:1 / 1}.product-card__media img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:opacity .4s}.product-card__media img.secondary-image,.product-card:hover .product-card__media img.primary-image{opacity:0}.product-card:hover .product-card__media img.secondary-image{opacity:1}.product-card__badge{position:absolute;top:1rem;left:1rem;background:rgb(var(--color-base-accent-2));color:rgb(var(--color-base-solid-button-labels));font-size:1.1rem;font-weight:700;text-transform:uppercase;padding:.4rem .8rem;border-radius:var(--badge-corner-radius);letter-spacing:.06em;z-index:2}.product-card__content{padding:1.5rem}.product-card__title{font-size:1.6rem;font-weight:500;margin:0 0 .4em;line-height:1.3;color:rgb(var(--color-base-text))}.product-card__title a{color:inherit}.product-card__price{font-size:1.4rem;color:rgb(var(--color-text-secondary, var(--color-base-text)))}.product-card__price .price--on-sale .price-item--regular{text-decoration:line-through;opacity:.6;margin-right:.5em}.product-card__price .price--on-sale .price-item--sale{color:rgb(var(--color-base-accent-1));font-weight:700}.product-card__quick-add{padding:0 1.5rem 1.5rem}.product-card__quick-add .button{width:100%}.price{display:inline-flex;align-items:center;gap:.6em;flex-wrap:wrap}.price--on-sale .price-item--regular{text-decoration:line-through;opacity:.6;font-size:.85em}.price--on-sale .price-item--sale{color:rgb(var(--color-base-accent-1));font-weight:700}.price-item{display:inline}.rating{display:inline-flex;align-items:center;gap:.5em}.rating__stars{color:var(--color-star);display:inline-flex;gap:2px}.rating__stars .star-empty{color:var(--color-star-bg)}.rating__count{font-size:1.3rem;color:rgb(var(--color-text-secondary, var(--color-base-text)))}.footer{background:rgb(var(--color-base-text));color:rgb(var(--color-base-background-1));padding:4rem 1.5rem 2rem}@media(min-width:750px){.footer{padding:6rem 3rem 2rem}}.footer__inner{max-width:var(--page-width);margin:0 auto}.footer__grid{display:grid;grid-template-columns:1fr;gap:3rem;margin-bottom:3rem}@media(min-width:750px){.footer__grid{grid-template-columns:3fr 3fr 2fr 4fr;gap:3rem}}.footer__logo{margin-bottom:1.5rem}.footer__logo img{max-width:170px;height:auto}.footer__heading{font-size:1.6rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;margin:0 0 1.5em;color:#fff}.footer__list{display:flex;flex-direction:column;gap:.8em}.footer__list a{font-size:1.4rem;color:#ffffffbf;text-decoration:none;transition:color .2s}.footer__list a:hover{color:#fff}.footer__contact{font-size:1.4rem;line-height:1.7;color:#ffffffbf}.footer__contact a{color:#fff;text-decoration:underline}.footer__contact .hours{margin-top:.5em}.footer__newsletter{display:flex;flex-direction:column;gap:1em}.footer__newsletter-desc{font-size:1.4rem;line-height:1.6;color:#ffffffbf;margin:0 0 1em}.footer__newsletter-form{display:flex;gap:.5rem;flex-wrap:wrap}.footer__newsletter-form input{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;flex:1 1 200px;min-width:0}.footer__newsletter-form input::placeholder{color:#ffffff80}.footer__newsletter-form .button{background:#fff;color:rgb(var(--color-base-text));border-color:#fff;min-width:0;padding:1rem 2rem}.footer__newsletter-form .button:hover{background:#ffffffe6}.footer__bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;font-size:1.3rem;color:#fff9}.footer__payments{display:flex;gap:.5rem;flex-wrap:wrap;align-items:center}.footer__payments svg{width:38px;height:24px;opacity:.7}.cart-drawer{position:fixed;top:0;right:0;width:100%;max-width:420px;height:100%;background:rgb(var(--color-base-background-1));z-index:1000;transform:translate(100%);transition:transform .3s;display:flex;flex-direction:column;box-shadow:-4px 0 24px #00000014}.cart-drawer[open]{transform:translate(0)}.cart-drawer__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:999;opacity:0;pointer-events:none;transition:opacity .3s}.cart-drawer[open]~.cart-drawer__overlay{opacity:1;pointer-events:auto}body.cart-drawer-open{overflow:hidden}.cart-drawer__header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid rgba(var(--color-base-text),.1);flex-shrink:0}.cart-drawer__title{font-size:1.6rem;font-weight:700;margin:0;text-transform:uppercase;letter-spacing:.06em}.cart-drawer__close{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;transition:background .2s}.cart-drawer__close:hover{background:rgba(var(--color-base-text),.06)}.cart-drawer__progress{padding:1rem 1.5rem;background:#f7f7f7;font-size:1.3rem;display:flex;align-items:center;gap:.5em;border-bottom:1px solid rgba(var(--color-base-text),.08)}.cart-drawer__progress .material-symbols-outlined{color:rgb(var(--color-base-accent-1))}.cart-drawer__body{flex:1;overflow-y:auto;padding:0}.cart-drawer__empty{padding:4rem 1.5rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.cart-drawer__empty .material-symbols-outlined{font-size:4rem;color:rgba(var(--color-base-text),.3)}.cart-drawer__empty-text{font-size:1.5rem;color:rgb(var(--color-text-secondary, var(--color-base-text)))}.cart-drawer__item{display:grid;grid-template-columns:80px 1fr auto;gap:1rem;padding:1.5rem;border-bottom:1px solid rgba(var(--color-base-text),.06);align-items:center}.cart-drawer__item-img{width:80px;height:80px;background:rgb(var(--color-base-background-2));border-radius:8px;overflow:hidden}.cart-drawer__item-img img{width:100%;height:100%;object-fit:cover}.cart-drawer__item-title{font-size:1.4rem;font-weight:500;margin:0 0 .3em}.cart-drawer__item-price{font-size:1.3rem;color:rgb(var(--color-text-secondary, var(--color-base-text)))}.cart-drawer__item-remove{font-size:1.2rem;color:rgb(var(--color-text-secondary, var(--color-base-text)));text-decoration:underline;background:none;border:none;cursor:pointer;padding:.5rem 0}.cart-drawer__item-remove:hover{color:var(--color-error)}.cart-drawer__upsell{padding:1.5rem;background:#f2f2f2;border-radius:8px;margin:1.5rem}.cart-drawer__upsell-title{font-size:1.3rem;font-weight:600;margin:0 0 1em}.cart-drawer__upsell-item{display:flex;gap:1rem;align-items:center;padding:.8rem;border:1px solid rgba(var(--color-base-accent-1),.3);background:#fff;border-radius:6px;cursor:pointer}.cart-drawer__upsell-item.is-selected{border-color:rgb(var(--color-base-accent-1))}.cart-drawer__upsell-item-img{width:50px;height:50px;background:#f2f2f2;border-radius:4px;overflow:hidden;flex-shrink:0}.cart-drawer__upsell-item-img img{width:100%;height:100%;object-fit:cover}.cart-drawer__upsell-item-info{flex:1;min-width:0}.cart-drawer__upsell-item-title{font-size:1.3rem;font-weight:500;margin:0 0 .2em}.cart-drawer__upsell-item-price{font-size:1.2rem}.cart-drawer__upsell-item-price .compare{text-decoration:line-through;opacity:.5;margin-right:.4em}.cart-drawer__upsell-item-price .sale{color:rgb(var(--color-base-accent-1));font-weight:600}.cart-drawer__upsell-item-check{width:22px;height:22px;border-radius:4px;border:1.5px solid rgba(var(--color-base-text),.3);display:flex;align-items:center;justify-content:center;flex-shrink:0}.cart-drawer__upsell-item.is-selected .cart-drawer__upsell-item-check{background:rgb(var(--color-base-accent-1));border-color:rgb(var(--color-base-accent-1));color:#fff}.cart-drawer__upsell-item.is-selected .cart-drawer__upsell-item-check:after{content:"\2713";font-size:1.4rem;font-weight:700}.cart-drawer__footer{border-top:1px solid rgba(var(--color-base-text),.1);padding:1.5rem;background:rgb(var(--color-base-background-1));flex-shrink:0}.cart-drawer__subtotal{display:flex;justify-content:space-between;align-items:center;margin-bottom:1em}.cart-drawer__subtotal-label{font-size:1.4rem;font-weight:500}.cart-drawer__subtotal-value{font-size:1.8rem;font-weight:700}.cart-drawer__checkout{width:100%;margin-bottom:1em}.cart-drawer__payments{display:flex;gap:.5rem;justify-content:center;flex-wrap:wrap}.cart-drawer__payments svg{width:38px;height:24px;opacity:.7}.cart-page{padding:4rem 1.5rem}@media(min-width:750px){.cart-page{padding:6rem 3rem}}.cart-page__inner{max-width:1200px;margin:0 auto}.cart-page__title{font-size:2.8rem;margin:0 0 2rem;text-align:center}.cart-page__empty{text-align:center;padding:4rem 1rem}.cart-page__empty h2{font-size:2.4rem;margin:0 0 1rem}.cart-page__empty p{font-size:1.5rem;color:rgb(var(--color-text-secondary, var(--color-base-text)));margin:0 0 2rem}.cart-page__table{width:100%;border-collapse:collapse}.cart-page__table th,.cart-page__table td{padding:1.5rem 1rem;border-bottom:1px solid rgba(var(--color-base-text),.08);text-align:left;vertical-align:middle}.cart-page__table th{font-size:1.3rem;text-transform:uppercase;letter-spacing:.08em}.cart-page__item-product{display:flex;align-items:center;gap:1.2rem}.cart-page__item-img{width:80px;height:80px;border-radius:8px;background:rgb(var(--color-base-background-2));overflow:hidden}.cart-page__item-img img{width:100%;height:100%;object-fit:cover}.cart-page__item-info-title{font-size:1.5rem;font-weight:500}.cart-page__item-info-variant{font-size:1.2rem;color:rgb(var(--color-text-secondary, var(--color-base-text)));margin-top:.3em}.cart-page__quantity-input{display:inline-flex;align-items:center;border:1px solid rgba(var(--color-base-text),.2);border-radius:6px;overflow:hidden}.cart-page__quantity-input button{padding:.5rem .8rem;font-size:1.4rem}.cart-page__quantity-input input{width:50px;text-align:center;border:none;padding:.5rem 0}.cart-page__totals{margin-top:2rem;padding:2rem;background:rgb(var(--color-base-background-2));border-radius:12px}.cart-page__totals-row{display:flex;justify-content:space-between;padding:.6rem 0}.cart-page__totals-row--grand{font-size:1.8rem;font-weight:700;border-top:1px solid rgba(var(--color-base-text),.1);padding-top:1rem;margin-top:.5rem}.cart-page__checkout-buttons{margin-top:1.5rem}.product{padding:1rem 1.5rem 4rem}@media(min-width:990px){.product{padding:2rem 3rem 6rem}}.product__container{display:grid;grid-template-columns:1fr;gap:2rem;max-width:1400px;margin:0 auto}@media(min-width:990px){.product__container{grid-template-columns:1.2fr 1fr;gap:4rem}}.product__media{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:990px){.product__media{grid-template-columns:80px 1fr}}.product__thumbnails{display:flex;flex-direction:row;gap:.5rem;overflow-x:auto;order:2}@media(min-width:990px){.product__thumbnails{flex-direction:column;order:1;max-height:600px;overflow-y:auto}}.product__thumb{flex:0 0 80px;width:80px;height:80px;border:2px solid transparent;border-radius:6px;overflow:hidden;cursor:pointer;background:rgb(var(--color-base-background-2));transition:border-color .2s;padding:0}.product__thumb.is-active{border-color:rgb(var(--color-base-accent-1))}.product__thumb img{width:100%;height:100%;object-fit:cover}.product__main-image{order:1;border-radius:12px;overflow:hidden;background:rgb(var(--color-base-background-2));aspect-ratio:1 / 1}@media(min-width:990px){.product__main-image{order:2}}.product__main-image img{width:100%;height:100%;object-fit:contain;display:block}.product__info{padding:1rem 0}.product__breadcrumb{font-size:1.2rem;color:rgb(var(--color-text-secondary, var(--color-base-text)));margin-bottom:1rem}.product__breadcrumb a:hover{color:rgb(var(--color-base-accent-1))}.product__title{font-family:"Poppins",var(--font-heading-family),sans-serif;font-weight:700;font-size:2.4rem;line-height:1.15;margin:0 0 .5em;letter-spacing:0}@media(min-width:750px){.product__title{font-size:3.2rem}}.product__title .brand{color:rgb(var(--color-base-accent-1))}.product__rating-row{display:flex;align-items:center;gap:1em;margin:0 0 1.5rem}.product__rating-row .rating__count{font-size:1.4rem;font-weight:500;color:rgb(var(--color-base-text))}.product__price-row{display:flex;align-items:baseline;gap:1rem;margin:0 0 1.5rem;flex-wrap:wrap}.product__price-row .price-item--sale{font-size:2.8rem;font-weight:700;color:rgb(var(--color-base-accent-1))}.product__price-row .price-item--regular{font-size:1.8rem;text-decoration:line-through;color:rgb(var(--color-text-secondary, var(--color-base-text)))}.product__price-row .price-save-badge{background:rgb(var(--color-base-accent-1));color:rgb(var(--color-base-solid-button-labels));padding:.4rem 1rem;border-radius:6px;font-size:1.2rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.product__tagline{background:#f3f3f3;color:#535353;padding:.7em 1em;border-radius:.4em;font-size:1.4rem;margin:0 0 1.5rem;text-align:center}.product__tagline strong{color:rgb(var(--color-base-text));font-weight:700}.product__bullets{display:flex;flex-direction:column;gap:1em;margin:0 0 1.5rem}.product__bullet{display:flex;align-items:center;gap:.8em;font-size:1.4rem}.product__bullet img{width:24px;height:24px;flex-shrink:0}.product__low-stock{border:2px solid #e6e6e6;border-radius:12px;padding:1.2rem 1.5rem;margin:0 0 1.5rem;display:flex;flex-direction:column;gap:.8em}.product__low-stock-header{display:flex;align-items:center;gap:.5em;font-weight:700;font-size:1.4rem}.product__low-stock-header .material-symbols-outlined{color:rgb(var(--color-base-accent-1));font-size:1.8rem}.product__low-stock-bar{height:6px;background:#eef2f7;border-radius:3px;overflow:hidden}.product__low-stock-bar-fill{height:100%;background:rgb(var(--color-base-accent-1));border-radius:3px}.product__low-stock-text{font-size:1.3rem;color:rgb(var(--color-text-secondary, var(--color-base-text)));margin:0}.product__variants{margin:0 0 1.5rem}.product__variants-radios{display:flex;gap:.6em;flex-wrap:wrap}.product__variants-radios label{display:inline-flex;align-items:center;justify-content:center;padding:.8em 1.6em;border:1px solid rgba(var(--color-base-text),.55);border-radius:40px;font-size:1.4rem;cursor:pointer;transition:border-color .2s,background .2s;letter-spacing:.04em}.product__variants-radios input{position:absolute;opacity:0;pointer-events:none}.product__variants-radios input:checked+label{background:rgb(var(--color-base-text));color:rgb(var(--color-base-background-1));border-color:rgb(var(--color-base-text))}.product-form{margin:0 0 1.5rem}.product-form__quantity{display:flex;align-items:center;gap:1rem;margin:0 0 1rem}.product-form__quantity-label{font-size:1.4rem;font-weight:600}.product-form__quantity-input{display:inline-flex;align-items:center;border:1px solid rgba(var(--color-base-text),.2);border-radius:8px;overflow:hidden}.product-form__quantity-input button{padding:1rem 1.2rem;font-size:1.4rem;font-weight:600}.product-form__quantity-input input{width:50px;text-align:center;border:none;padding:1rem 0}.product__payments{display:flex;gap:.5rem;flex-wrap:wrap;align-items:center;justify-content:center;margin:1.5rem 0}.product__payments svg{width:38px;height:24px;opacity:.7}.product__featured-review{display:flex;align-items:flex-start;gap:1rem;margin:1.5rem 0;padding:1.5rem;background:rgba(var(--color-base-accent-1),.04);border-radius:12px}.product__featured-review img{width:4rem;height:4rem;border-radius:50%;object-fit:cover;flex-shrink:0}.product__featured-review-content{flex:1}.product__featured-review-stars{color:var(--color-star);font-size:1.4rem}.product__featured-review-text{font-size:1.4rem;line-height:1.6;margin:.5em 0}.product__featured-review-author{font-size:1.3rem;font-weight:600}.product__accordions{margin:2rem 0}.product__accordions .accordion{border-top:1px solid rgba(var(--color-base-text),.1)}.product__accordions .accordion:last-of-type{border-bottom:1px solid rgba(var(--color-base-text),.1)}.bundle-selector{margin:0 0 1.5rem}.bundle-selector__title{font-size:1.4rem;font-weight:600;margin:0 0 1em;text-align:center}.bundle-selector__list{display:flex;flex-direction:column;gap:.8rem}.bundle-option{display:grid;grid-template-columns:auto 1fr auto;gap:1rem;align-items:center;padding:1.2rem;border:2px solid transparent;border-radius:12px;background:rgba(var(--color-base-accent-1),.04);cursor:pointer;position:relative;transition:border-color .2s,background .2s}.bundle-option.is-selected{border-color:rgb(var(--color-base-accent-1));background:rgba(var(--color-base-accent-1),.08)}.bundle-option__radio{width:18px;height:18px;border:2px solid rgba(var(--color-base-text),.4);border-radius:50%;flex-shrink:0;position:relative}.bundle-option.is-selected .bundle-option__radio{border-color:rgb(var(--color-base-accent-1))}.bundle-option.is-selected .bundle-option__radio:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:8px;height:8px;background:rgb(var(--color-base-accent-1));border-radius:50%}.bundle-option__content{min-width:0}.bundle-option__title{font-size:1.5rem;font-weight:700;margin:0 0 .2em}.bundle-option__subtitle{font-size:1.2rem;color:rgb(var(--color-text-secondary, var(--color-base-text)));margin:0}.bundle-option__badge{position:absolute;top:-10px;right:1rem;background:#ff3e3e;color:#fff;padding:.2rem .8rem;font-size:1rem;font-weight:700;text-transform:uppercase;border-radius:4px;letter-spacing:.08em}.bundle-option__price{font-size:1.6rem;font-weight:700;color:rgb(var(--color-base-accent-1))}.bundle-option__price-old{font-size:1.2rem;text-decoration:line-through;opacity:.6;margin-left:.5em;font-weight:400}.bundle-option__unit-label{font-size:1.1rem;font-weight:400;color:rgb(var(--color-text-secondary, var(--color-base-text)));margin-left:.3em}.sticky-atc{position:fixed;bottom:0;left:0;right:0;background:rgb(var(--color-base-background-1));border-top:1px solid rgba(var(--color-base-text),.1);box-shadow:0 -4px 12px #0000000f;z-index:50;padding:1rem 1.5rem;display:flex;align-items:center;gap:1rem;transform:translateY(100%);transition:transform .3s}.sticky-atc.is-visible{transform:translateY(0)}.sticky-atc__product{display:flex;align-items:center;gap:1rem;flex:1;min-width:0}.sticky-atc__img{width:50px;height:50px;border-radius:6px;background:rgb(var(--color-base-background-2));overflow:hidden;flex-shrink:0}.sticky-atc__img img{width:100%;height:100%;object-fit:cover}.sticky-atc__info{min-width:0}.sticky-atc__title{font-size:1.3rem;font-weight:500;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sticky-atc__price{font-size:1.4rem;font-weight:700;color:rgb(var(--color-base-accent-1))}.sticky-atc__price .compare{font-size:1.2rem;text-decoration:line-through;color:rgb(var(--color-text-secondary, var(--color-base-text)));margin-right:.5em;font-weight:400}.sticky-atc__price .badge{background:rgb(var(--color-base-accent-1));color:#fff;padding:.2rem .5rem;border-radius:4px;font-size:1rem;margin-left:.5em;text-transform:uppercase}.sticky-atc__button{flex-shrink:0;min-width:140px;padding:1rem 1.5rem}@media(max-width:749px){.sticky-atc__info{display:none}}.collection-hero{text-align:center;padding:4rem 1.5rem 2rem}.collection-hero__title{font-size:2.8rem;margin:0}@media(min-width:750px){.collection-hero__title{font-size:3.6rem}}.collection-layout{display:grid;grid-template-columns:1fr;gap:2rem;padding:0 1.5rem 4rem;max-width:1400px;margin:0 auto}@media(min-width:990px){.collection-layout{grid-template-columns:240px 1fr;gap:3rem;padding:0 3rem 6rem}}.facets{padding:0}.facets__heading{font-size:1.6rem;font-weight:700;margin:0 0 1rem}.facet{margin:0 0 2rem}.facet__title{font-size:1.4rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;margin:0 0 1rem}.facet__list{display:flex;flex-direction:column;gap:.6em}.facet__list label{display:flex;align-items:center;gap:.6em;font-size:1.4rem;cursor:pointer}.facet__list input{width:18px;height:18px}.facet__list .count{color:rgb(var(--color-text-secondary, var(--color-base-text)));margin-left:auto;font-size:1.2rem}.collection-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.collection-toolbar__count{font-size:1.4rem;color:rgb(var(--color-text-secondary, var(--color-base-text)))}.collection-toolbar__sort select{padding:.8rem 1rem;font-size:1.4rem;min-width:200px}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media(min-width:750px){.product-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:990px){.product-grid{grid-template-columns:repeat(4,1fr);gap:2rem}}.main-page{padding:4rem 1.5rem;max-width:900px;margin:0 auto}@media(min-width:750px){.main-page{padding:6rem 3rem}}.main-page h1{font-size:3rem;margin:0 0 1.5em}.main-page h2{font-size:2.4rem;margin:2em 0 .5em}.main-page p,.main-page li{font-size:1.5rem;line-height:1.7}.main-page ul,.main-page ol{padding-left:1.5em}.main-page ul{list-style:disc}.contact-form{display:flex;flex-direction:column;gap:1.2rem;max-width:600px;margin:2rem 0}.contact-form label{font-size:1.3rem;font-weight:600}.contact-form input,.contact-form textarea{padding:1rem 1.5rem}.not-found{padding:6rem 1.5rem;text-align:center}.not-found__title{font-size:6rem;font-weight:800;margin:0;color:rgb(var(--color-base-accent-1))}.not-found__subtitle{font-size:1.8rem;margin:0 0 2rem;color:rgb(var(--color-text-secondary, var(--color-base-text)))}.search-page{padding:4rem 1.5rem;max-width:1400px;margin:0 auto}.search-page__header{margin-bottom:2rem}.search-page__title{font-size:2.4rem;margin:0 0 1rem}.search-page__form{display:flex;gap:.5rem;max-width:600px}.search-page__form input{flex:1}.promo-popup{position:fixed;bottom:2rem;left:2rem;right:2rem;max-width:400px;background:rgb(var(--color-base-background-1));padding:2rem;border-radius:12px;box-shadow:0 8px 24px #00000026;z-index:80;transform:translateY(150%);transition:transform .3s}.promo-popup[open]{transform:translateY(0)}.promo-popup__close{position:absolute;top:.5rem;right:.5rem;width:32px;height:32px}.scroll-to-top{position:fixed;bottom:1.5rem;right:1.5rem;width:44px;height:44px;border-radius:50%;background:rgb(var(--color-base-accent-1));color:rgb(var(--color-base-solid-button-labels));display:flex;align-items:center;justify-content:center;z-index:60;opacity:0;pointer-events:none;transform:translateY(20px);transition:opacity .3s,transform .3s;box-shadow:0 4px 12px #0003}.scroll-to-top.is-visible{opacity:1;pointer-events:auto;transform:translateY(0)}@media(min-width:750px){.scroll-to-top{bottom:2rem;right:2rem}}.customer-page{padding:4rem 1.5rem;max-width:600px;margin:0 auto}.customer-page h1{font-size:2.8rem;margin:0 0 1.5em;text-align:center}.customer-form{display:flex;flex-direction:column;gap:1.2rem}.customer-form label{font-size:1.3rem;font-weight:600}.customer-form .button{margin-top:1rem}.customer-form__links{text-align:center;margin-top:1.5rem;font-size:1.4rem}.customer-form__links a{color:rgb(var(--color-base-accent-1));text-decoration:underline}.list-collections{padding:4rem 1.5rem;max-width:1400px;margin:0 auto}.list-collections__title{text-align:center;font-size:3rem;margin:0 0 3rem}.collections-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}@media(min-width:750px){.collections-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:990px){.collections-grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:749px){.hide-mobile{display:none!important}}@media(min-width:750px){.hide-desktop{display:none!important}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/base.css.map */
