.elixx-section{width:100%}.elixx-section__inner{width:100%;max-width:100%;margin-inline:auto;padding-inline:0}.elixx-section--full .elixx-section__inner{max-width:none}.elixx-heading{font-family:var(--font-heading--family);font-weight:var(--font-heading--weight);font-style:var(--font-heading--style);color:var(--color-foreground-heading);line-height:1.15;margin:0}.elixx-heading--lg{font-size:clamp(2rem,4vw,3rem)}.elixx-heading--md{font-size:clamp(1.5rem,3vw,2rem)}.elixx-heading--sm{font-size:clamp(1.125rem,2vw,1.5rem)}.elixx-subheading{font-family:var(--font-body--family);font-size:var(--font-size--body-md, 1rem);line-height:1.6;color:var(--color-foreground);margin:0}.elixx-label{font-family:var(--font-body--family);font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.elixx-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.75rem;font-family:var(--font-body--family);font-size:.8125rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;text-decoration:none;border-radius:0;border:1px solid transparent;cursor:pointer;transition:background-color .2s,color .2s,border-color .2s}.elixx-btn--primary{background:var(--color-primary-button-background);color:var(--color-primary-button-text);border-color:var(--color-primary-button-border)}.elixx-btn--primary:hover{background:var(--color-primary-button-hover-background);color:var(--color-primary-button-hover-text);border-color:var(--color-primary-button-hover-border)}.elixx-btn--secondary{background:var(--color-secondary-button-background);color:var(--color-secondary-button-text);border-color:var(--color-secondary-button-border)}.elixx-btn--secondary:hover{background:var(--color-secondary-button-hover-background);color:var(--color-secondary-button-hover-text);border-color:var(--color-secondary-button-hover-border)}.elixx-stars{display:inline-flex;gap:.125rem;color:var(--color-primary, var(--color-primary-button-background))}.elixx-stars__star{width:1rem;height:1rem}.elixx-grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}@media screen and (max-width:989px){.elixx-grid-4{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:549px){.elixx-grid-4{grid-template-columns:1fr}}.elixx-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}@media screen and (max-width:749px){.elixx-grid-3{grid-template-columns:1fr}}.elixx-icon-item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.75rem}.elixx-icon-item__icon{width:2rem;height:2rem;object-fit:contain}.elixx-icon-item__heading{font-family:var(--font-body--family);font-size:.8125rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;margin:0}.elixx-icon-item__text{font-size:.875rem;line-height:1.5;margin:0;opacity:.9}.elixx-value-props{padding-block:2.5rem}.elixx-value-props .elixx-icon-item__heading,.elixx-value-props .elixx-icon-item__text{color:inherit}.elixx-featured-product__grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}@media screen and (max-width:749px){.elixx-featured-product__grid{grid-template-columns:1fr}}.elixx-featured-product__media img{width:100%;height:auto;display:block;border-radius:var(--product-corner-radius, 10px)}.elixx-featured-product__bullets{list-style:none;padding:0;margin:1.25rem 0}.elixx-featured-product__bullets li{position:relative;padding-inline-start:1.5rem;margin-block-end:.5rem;font-size:.9375rem;line-height:1.5}.elixx-featured-product__bullets li:before{content:"\2713";position:absolute;left:0;color:var(--color-primary, var(--color-primary-button-background));font-weight:700}.elixx-featured-product__actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1.5rem}.elixx-how-it-works{text-align:center;padding-block:4rem}.elixx-how-it-works__steps{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:3rem}@media screen and (max-width:989px){.elixx-how-it-works__steps{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:549px){.elixx-how-it-works__steps{grid-template-columns:1fr}}.elixx-step{display:flex;flex-direction:column;align-items:center;gap:1rem}.elixx-step__number{width:2.5rem;height:2.5rem;border-radius:50%;border:1px solid var(--color-border);display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.875rem}.elixx-step__image{width:4rem;height:4rem;object-fit:contain}.elixx-step__title{font-family:var(--font-body--family);font-weight:700;font-size:.9375rem;margin:0}.elixx-step__text{font-size:.875rem;line-height:1.5;margin:0;max-width:14rem}.elixx-image-cta{position:relative;min-height:280px;display:flex;align-items:center;justify-content:center;overflow:hidden}.elixx-image-cta__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.elixx-image-cta__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:color-mix(in srgb,var(--color-foreground) 25%,transparent)}.elixx-image-cta__content{position:relative;z-index:1;text-align:center;padding:3rem 1.5rem;max-width:40rem}.elixx-image-cta__content .elixx-heading,.elixx-image-cta__content .elixx-subheading{color:var(--color-background)}.elixx-trust-badges{padding-block:2.5rem}.elixx-testimonials{padding-block:4rem}.elixx-testimonial{text-align:center}.elixx-testimonial__quote{font-family:var(--font-heading--family);font-style:italic;font-size:1.125rem;line-height:1.6;margin:0 0 1rem}.elixx-testimonial__author{font-size:.875rem;font-weight:600;margin:0 0 .5rem}.elixx-testimonial__location{font-size:.8125rem;opacity:.7;margin:0 0 .75rem}.elixx-journal-section .elixx-section-header{text-align:center}.elixx-journal-section .elixx-journal__posts{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem;margin-top:2rem}@media screen and (max-width:989px){.elixx-journal-section .elixx-journal__posts{grid-template-columns:repeat(2,1fr)}}.elixx-journal-card__title a{color:inherit;text-decoration:none}.elixx-journal-card__image--placeholder{display:block;background:var(--color-border);aspect-ratio:4 / 3}.elixx-newsletter-section__inner{display:flex;justify-content:center}.elixx-newsletter-section__inner--align-right{justify-content:flex-end}.elixx-newsletter-section__inner--align-left{justify-content:flex-start}.elixx-newsletter-box{width:100%;max-width:42rem;background:var(--color-background);border:1px solid var(--color-border);padding:2.5rem 3rem;text-align:center}.elixx-newsletter-box__text{margin-top:.75rem}@media screen and (max-width:749px){.elixx-newsletter-section__inner{justify-content:stretch}.elixx-newsletter-box{max-width:none}}@media screen and (max-width:549px){.elixx-journal-section .elixx-journal__posts{grid-template-columns:1fr}}.elixx-newsletter-section .elixx-section__inner{width:100%}.elixx-journal-card__image{width:100%;aspect-ratio:4 / 3;object-fit:cover;display:block;margin-bottom:.75rem}.elixx-journal-card__title{font-family:var(--font-heading--family);font-size:1.125rem;margin:0 0 .5rem}.elixx-journal-card__link{font-size:.75rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;text-decoration:none;color:var(--color-primary)}.elixx-newsletter__form{display:flex;margin-top:1rem;border-bottom:1px solid var(--color-border)}.elixx-newsletter__input{flex:1;border:none;background:transparent;padding:.75rem 0;font-size:.9375rem;color:var(--color-foreground);outline:none}.elixx-newsletter__submit{border:none;background:transparent;color:var(--color-foreground);cursor:pointer;padding:.75rem}.elixx-form-message{font-size:.875rem;margin-top:.75rem}.elixx-form-message--success{color:var(--color-success, #2e7d32)}.elixx-form-message--error{color:var(--color-error, #c62828)}.elixx-whats-in-box__grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}@media screen and (max-width:749px){.elixx-whats-in-box__grid{grid-template-columns:1fr}}.elixx-whats-in-box__list{list-style:none;padding:0;margin:1.5rem 0 0}.elixx-whats-in-box__list li{position:relative;padding-inline-start:1.75rem;margin-block-end:.75rem;font-size:.9375rem}.elixx-whats-in-box__list li:before{content:"\2713";position:absolute;left:0;color:var(--color-primary, var(--color-primary-button-background));font-weight:700}.elixx-whats-in-box__image img{width:100%;height:auto;display:block;border-radius:var(--product-corner-radius, 10px)}.elixx-brew-timeline{padding-block:3rem}.elixx-brew-timeline .elixx-heading,.elixx-brew-timeline .elixx-step__title,.elixx-brew-timeline .elixx-step__text,.elixx-brew-timeline .elixx-step__number{color:inherit}.elixx-brew-timeline__track{display:flex;justify-content:space-between;gap:.5rem;margin-top:2.5rem;overflow-x:auto;padding-bottom:.5rem}.elixx-brew-timeline__item{flex:1;min-width:5rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:.5rem}.elixx-brew-timeline__day{font-size:.6875rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;opacity:.85}.elixx-brew-timeline__icon{width:2rem;height:2rem;object-fit:contain}.elixx-brew-timeline__label{font-size:.75rem;line-height:1.3;margin:0}.elixx-faq{padding-block:4rem}.elixx-faq__list{margin-top:2rem;border-top:1px solid var(--color-border)}.elixx-faq__item{border-bottom:1px solid var(--color-border)}.elixx-faq__summary{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem 0;cursor:pointer;list-style:none;font-family:var(--font-body--family);font-weight:600;font-size:1rem}.elixx-faq__summary::-webkit-details-marker{display:none}.elixx-faq__icon{flex-shrink:0;width:1.25rem;height:1.25rem;position:relative}.elixx-faq__icon:before,.elixx-faq__icon:after{content:"";position:absolute;background:currentColor;top:50%;left:50%;transform:translate(-50%,-50%)}.elixx-faq__icon:before{width:100%;height:2px}.elixx-faq__icon:after{width:2px;height:100%;transition:transform .2s}.elixx-faq__item[open] .elixx-faq__icon:after{transform:translate(-50%,-50%) rotate(90deg);opacity:0}.elixx-faq__answer{padding-bottom:1.25rem;font-size:.9375rem;line-height:1.6}.elixx-faq__answer p{margin:0}.elixx-section-header{text-align:center;margin-bottom:0}.elixx-section-header--left{text-align:left}.elixx-product-list-cta{text-align:center;margin-top:2rem}.header-section .header__column--center{flex:0 0 auto}.header-section .header__column--left{flex:1 1 auto;justify-content:flex-start}.header-section .header__column--right{flex:1 1 auto;justify-content:flex-end;gap:1.25rem}.elixx-header-links .menu-list__list{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:flex-end}.elixx-header-links .menu-list__link{font-size:.9375rem;text-decoration:none;color:var(--color-foreground)}@media screen and (max-width:749px){.elixx-header-links{display:none}}.hero .text-block h1{font-family:var(--font-heading--family);font-size:clamp(2.25rem,5vw,3.75rem);font-weight:400;line-height:1.1;letter-spacing:-.02em}.hero .text-block p{font-size:clamp(.9375rem,1.5vw,1.125rem);line-height:1.6;max-width:32rem}.hero .button:not(.button-secondary){border-radius:999px;padding-block:.875rem;padding-inline:1.75rem;font-size:.8125rem;font-weight:600;letter-spacing:.06em}.hero .button-secondary{border-radius:999px;padding-block:.875rem;padding-inline:1.75rem;font-size:.8125rem;font-weight:600;letter-spacing:.06em}.elixx-value-props{padding-block:2rem}.elixx-value-props .elixx-section__inner{max-width:none;padding-inline:clamp(1.5rem,5vw,4rem)}.elixx-value-props .elixx-icon-item__heading{font-size:.8125rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;line-height:1.35}.elixx-value-props .elixx-icon-item__text{font-size:.875rem;font-weight:400;text-transform:none;opacity:.92;margin-top:.25rem}.elixx-featured-product__grid{gap:4rem;padding-block:4rem}.elixx-featured-product__content .elixx-heading--md{font-size:clamp(1.75rem,3vw,2.5rem)}.elixx-featured-product__actions .elixx-btn--primary{border-radius:999px;min-width:14rem}.elixx-btn{border-radius:999px}@media screen and (min-width:750px){.product-information__grid.product-information--media-left:not(.product-information--media-none){grid-template-columns:minmax(0,2fr) minmax(0,3fr);column-gap:3rem;align-items:start}.product-information__grid.product-information--media-left:not(.product-information--media-none) .product-information__media{padding-right:0}.product-information__grid.product-information--media-left:not(.product-information--media-none) .product-details{padding-left:0}}@media screen and (min-width:1200px){.product-information__grid.product-information--media-left:not(.product-information--media-none):not(.product-information__grid--half){grid-template-columns:minmax(0,2fr) minmax(0,3fr)}}.product-information .product-details>.group-block{padding-inline:0;gap:1rem}.product-information .text-block h1,.product-details h1{font-family:var(--font-heading--family);font-size:clamp(1.75rem,3vw,2.25rem);font-weight:400;line-height:1.15;letter-spacing:-.01em;margin-block-end:.25rem}.product-information .product-details .price{font-size:clamp(1.25rem,2vw,1.5rem);font-weight:700;margin-block:.25rem .5rem}.product-information .product-details .text-block p,.product-information .product-details .rte{margin-block:0;line-height:1.55}.elixx-product-badge{position:absolute;top:1rem;right:1rem;z-index:2;display:inline-flex;align-items:center;justify-content:center;min-width:5.5rem;min-height:5.5rem;padding:.75rem;border-radius:50%;background:var(--color-primary-button-background);color:var(--color-primary-button-text);font-size:.6875rem;font-weight:700;letter-spacing:.06em;line-height:1.25;text-align:center;text-transform:uppercase}media-gallery{position:relative}.product-information__media{width:100%}.product-information__media media-gallery.media-gallery--carousel{--gallery-aspect-ratio: 1;width:100%}.product-information__media media-gallery.media-gallery--carousel .product-media-container{aspect-ratio:1 / 1;max-height:none;width:100%;border-radius:12px;overflow:hidden}.product-information__media media-gallery.media-gallery--carousel .product-media-container.constrain-height{--constrained-min-height: auto;max-height:none;margin-inline:0}.product-information__media media-gallery.media-gallery--carousel .product-media-container :is(img,video,.deferred-media__poster-image){width:100%;height:100%;object-fit:cover;object-position:center}.product-information__media media-gallery.media-gallery--carousel .product-media-constraint-wrapper{aspect-ratio:1 / 1;width:100%;height:100%}.product-information__media media-gallery.media-gallery--carousel slideshow-container,.product-information__media media-gallery.media-gallery--carousel slideshow-slides{aspect-ratio:1 / 1}.product-information__media media-gallery.media-gallery--carousel slideshow-slides{min-height:0}.product-information__media media-gallery.media-gallery--carousel slideshow-component:has(slideshow-controls[thumbnails]){display:flex!important;flex-direction:column;gap:.625rem}.product-information__media media-gallery.media-gallery--carousel slideshow-container{order:1;width:100%}.product-information__media media-gallery.media-gallery--carousel slideshow-controls[thumbnails]{order:2;width:100%;position:static;height:auto;min-height:0}.product-information__media media-gallery.media-gallery--carousel slideshow-controls[thumbnails] .slideshow-controls__thumbnails-container{overflow-x:auto;overflow-y:visible;width:100%}.product-information__media media-gallery.media-gallery--carousel slideshow-controls[thumbnails] .slideshow-controls__thumbnails{flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;margin-inline:0;padding:var(--focus-outline-offset);gap:.5rem}.product-information__media media-gallery.media-gallery--carousel slideshow-controls[thumbnails] .slideshow-control{width:3.5rem;flex-shrink:0;aspect-ratio:1 / 1;border-radius:8px;overflow:visible}.product-information__media media-gallery.media-gallery--carousel slideshow-controls[thumbnails] .slideshow-control img{width:100%;height:100%;object-fit:cover;border-radius:8px;display:block}@media screen and (min-width:750px){.product-information__media .media-gallery__mobile-controls{display:none}}@media screen and (max-width:749px){.product-information__media media-gallery.media-gallery--carousel slideshow-controls[thumbnails] .slideshow-control{width:3.25rem}}.elixx-product-highlights{padding-block:.5rem 0;margin-block:.25rem 0}.elixx-product-highlights__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border-block:1px solid color-mix(in srgb,var(--color-foreground) 12%,transparent);padding-block:1rem}.elixx-product-highlights__item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.625rem;padding-inline:.75rem}.elixx-product-highlights__item:not(:last-child){border-inline-end:1px solid color-mix(in srgb,var(--color-foreground) 12%,transparent)}@media screen and (max-width:749px){.elixx-product-highlights__grid{grid-template-columns:repeat(2,1fr);gap:0}.elixx-product-highlights__item{padding-inline:.5rem;padding-block:.75rem}.elixx-product-highlights__item:not(:last-child){border-inline-end:none;border-block-end:none}.elixx-product-highlights__item:nth-child(odd){border-inline-end:1px solid color-mix(in srgb,var(--color-foreground) 12%,transparent)}.elixx-product-highlights__item:not(:nth-last-child(-n+2)){border-block-end:1px solid color-mix(in srgb,var(--color-foreground) 12%,transparent)}.elixx-product-highlights__grid:has(>:nth-child(3):last-child)>.elixx-product-highlights__item:nth-child(2){border-block-end:1px solid color-mix(in srgb,var(--color-foreground) 12%,transparent)}.elixx-product-highlights__item:nth-child(odd):last-child{border-inline-end:none}}.elixx-product-highlights__icon{width:1.75rem;height:1.75rem;object-fit:contain;color:var(--color-foreground)}.elixx-product-highlights__icon--placeholder svg{width:1.75rem;height:1.75rem}.elixx-product-highlights__label{font-size:.8125rem;line-height:1.35;color:var(--color-foreground)}.product-information .variant-picker legend{font-size:.9375rem;font-weight:600;margin-block-end:.75rem}.product-information .variant-option__button-label{border-radius:4px;min-height:2.75rem;padding-inline:1.25rem;border:1px solid color-mix(in srgb,var(--color-foreground) 20%,transparent);text-transform:uppercase;font-size:.75rem;font-weight:600;letter-spacing:.05em}@media screen and (max-width:749px){.product-information .variant-option--buttons{display:flex;flex-wrap:wrap;gap:.5rem}.product-information .variant-option__button-label{min-height:2.75rem;flex:1 1 calc(50% - .25rem);justify-content:center}}.product-information .variant-option__button-label:has(:checked){border-color:color-mix(in srgb,var(--color-foreground) 20%,transparent);background:var(--color-background);color:var(--color-foreground)}.product-information .variant-option__button-label:has(:checked) .variant-option__button-label__pill{background:var(--color-background)}.product-information .variant-option__button-label:has(:checked):hover .variant-option__button-label__pill{background-color:var(--color-background)}.product-information .variant-option__button-label:has(:checked):not(.variant-option__button-label--has-swatch):before{border-color:color-mix(in srgb,var(--color-foreground) 20%,transparent)}main[data-template^=product] .variant-option[data-color-option=true]{gap:.8rem}main[data-template^=product] .variant-option[data-color-option=true] .variant-option__button-label{display:inline-flex;flex:0 0 2.25rem;align-items:center;justify-content:center;width:2.25rem;min-width:2.25rem;height:2.25rem;min-height:2.25rem;padding:0;border:0;border-radius:50%;background:transparent;letter-spacing:0;overflow:visible}main[data-template^=product] .variant-option[data-color-option=true] .variant-option__button-label:hover,main[data-template^=product] .variant-option[data-color-option=true] .variant-option__button-label:has(:checked){background:transparent}main[data-template^=product] .variant-option[data-color-option=true] .variant-option__button-label:has(:checked){outline:2px solid var(--color-primary, var(--color-primary-button-background));outline-offset:3px}main[data-template^=product] .variant-option[data-color-option=true] .variant-option__button-label:has(:focus-visible){outline:2px solid var(--color-foreground);outline-offset:3px}main[data-template^=product] .variant-option[data-color-option=true] .variant-option__button-label:before,main[data-template^=product] .variant-option[data-color-option=true] .variant-option__button-label:after{display:none}main[data-template^=product] .variant-option[data-color-option=true] .swatch,main[data-template^=product] .variant-option[data-color-option=true] .noah-fallback-swatch{display:block;width:2.05rem;height:2.05rem;border:1px solid color-mix(in srgb,var(--color-foreground) 18%,transparent);border-radius:50%;background:var(--noah-swatch-color, var(--swatch-background, #d9dee7));box-shadow:inset 0 0 0 2px var(--color-background)}main[data-template^=product] .variant-option[data-color-option=true] .swatch{--swatch-width: 2.05rem;--swatch-height: 2.05rem;--variant-picker-swatch-radius: 50%}main[data-template^=product] .variant-option[data-color-option=true] .variant-option__swatch-value{color:color-mix(in srgb,var(--color-foreground) 72%,transparent);font-weight:700}main[data-noah-product-layout=enhanced] .variant-picker__form{display:flex;flex-direction:column}main[data-noah-product-layout=enhanced] .variant-picker{margin-top:.15rem}main[data-noah-product-layout=enhanced] .variant-option[data-color-option=true]{order:1;margin-bottom:0}main[data-noah-product-layout=enhanced] .variant-option:not([data-color-option=true]){order:2;margin-top:1.35rem}main[data-noah-product-layout=enhanced] .variant-option:not([data-color-option=true]) legend{display:flex;flex-wrap:wrap;align-items:baseline;gap:.45rem}main[data-noah-product-layout=enhanced] .variant-option__size-help{color:#ff7043;font-size:.82rem;font-weight:850;line-height:1.2;text-decoration:none}main[data-noah-product-layout=enhanced] .variant-option__size-help:hover{color:#d85b32;text-decoration:underline;text-underline-offset:2px}main[data-noah-product-layout=enhanced] .variant-option:not([data-color-option=true]) .variant-option__button-label:has(input[data-option-available=false]),main[data-noah-product-layout=enhanced] .variant-option:not([data-color-option=true]) .variant-option__button-label:has(input[data-combination-available=false]){display:none}main[data-noah-product-layout=enhanced] .variant-option:not([data-color-option=true]) .variant-option__button-label{border-color:color-mix(in srgb,#0b508a 18%,var(--color-foreground) 10%);background:var(--color-background);transition:background-color var(--animation-speed) var(--animation-easing),border-color var(--animation-speed) var(--animation-easing),box-shadow var(--animation-speed) var(--animation-easing),color var(--animation-speed) var(--animation-easing)}@media screen and (min-width:750px){main[data-noah-product-layout=enhanced] .variant-option:not([data-color-option=true]) .variant-option__button-label:hover{border-color:#0b508a;background:color-mix(in srgb,#0b508a 10%,var(--color-background));box-shadow:0 0 0 2px color-mix(in srgb,#0b508a 14%,transparent);color:#0b508a}}main[data-noah-product-layout=enhanced] .variant-option:not([data-color-option=true]) .variant-option__button-label:has(:checked){border-color:#0b508a;background:color-mix(in srgb,#0b508a 13%,var(--color-background));box-shadow:inset 0 0 0 1px #0b508a,0 0 0 2px color-mix(in srgb,#0b508a 12%,transparent);color:#0b508a}main[data-noah-product-layout=enhanced] .variant-option:not([data-color-option=true]) .variant-option__button-label:has(:checked) .variant-option__button-label__pill,main[data-noah-product-layout=enhanced] .variant-option:not([data-color-option=true]) .variant-option__button-label:has(:checked):hover .variant-option__button-label__pill{background:transparent}main[data-noah-product-layout=enhanced] .variant-option:not([data-color-option=true]) .variant-option__button-label:has(:checked):not(.variant-option__button-label--has-swatch):before{border-color:#0b508a}main[data-noah-product-layout=enhanced] .variant-option--airco-size-mobile{display:none}main[data-noah-product-layout=enhanced] .variant-option--airco-size-mobile .variant-option__label-row{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:.45rem;margin-bottom:.55rem}main[data-noah-product-layout=enhanced] .variant-option--airco-size-mobile label{font-weight:800}main[data-noah-product-layout=enhanced] .variant-option--airco-size-mobile .variant-option__select-wrapper{width:100%}main[data-noah-product-layout=enhanced] .variant-option--airco-size-mobile .variant-option__select{min-height:3.25rem;padding-inline:1rem;border-color:color-mix(in srgb,#0b508a 18%,var(--color-foreground) 10%);font-size:.88rem;font-weight:750}@media screen and (max-width:749px){main[data-noah-product-layout=enhanced] .variant-option--airco-size-desktop{display:none}main[data-noah-product-layout=enhanced] .variant-option--airco-size-mobile{display:block;order:2;margin-top:1.35rem}main[data-noah-product-layout=enhanced] .noah-product-usp{grid-template-columns:auto 1fr;gap:.45rem;min-height:3.15rem;padding:.5rem .55rem}}.elixx-product-addons{display:block;background:var(--color-background);border:1px solid color-mix(in srgb,var(--color-primary-button-background) 35%,transparent);border-radius:12px;padding:1.125rem 1.25rem;margin-block:.75rem 0}.elixx-product-addons__heading{font-family:var(--font-heading--family);font-size:1.125rem;font-weight:400;margin:0 0 .375rem;color:var(--color-foreground)}.elixx-product-addons__subheading{font-size:.875rem;line-height:1.5;margin:0 0 1rem;color:color-mix(in srgb,var(--color-foreground) 75%,transparent)}.elixx-product-addons__list{display:flex;flex-direction:column;gap:.75rem}.elixx-product-addon--selection{grid-template-columns:1fr}.elixx-product-addon__body{display:flex;flex-direction:column;gap:.375rem;min-width:0}.elixx-product-addon__image--icon{display:flex;align-items:center;justify-content:center;background:color-mix(in srgb,var(--color-primary-button-background) 8%,transparent);color:var(--color-primary-button-background)}.elixx-product-addon__image--icon svg{width:1.25rem;height:1.25rem}.elixx-product-addon__select-label-desktop{display:none}.elixx-product-addon__select-label-mobile{display:inline}.elixx-product-addon__select-trigger{display:flex;align-items:center;justify-content:space-between;gap:.5rem;width:100%;margin-inline-start:0;padding:.625rem .75rem;border:1px solid color-mix(in srgb,var(--color-foreground) 20%,transparent);border-radius:6px;background:var(--color-background);font-size:.8125rem;font-weight:600;color:var(--color-foreground);cursor:pointer;text-align:start}.elixx-product-addon__select-trigger:focus-visible{outline:2px solid color-mix(in srgb,var(--color-primary-button-background) 40%,transparent);outline-offset:1px;border-color:var(--color-primary-button-background)}.elixx-product-addon__select-chevron{display:flex;flex-shrink:0;width:.75rem;height:.75rem;color:color-mix(in srgb,var(--color-foreground) 60%,transparent)}.elixx-product-addon__select-chevron svg{width:100%;height:100%}.elixx-product-addon--selection:not(.is-sheet-open) .elixx-product-addon__select-chevron svg{transform:rotate(90deg)}.elixx-product-addon--selection.is-sheet-open .elixx-product-addon__select-chevron svg{transform:rotate(-90deg)}.elixx-product-addon__sheet{position:fixed;inset:auto 0 0 0;width:100%;max-width:100%;max-height:75dvh;margin:0;padding:0;border:0;border-radius:16px 16px 0 0;background:var(--color-background);box-shadow:0 -8px 32px color-mix(in srgb,var(--color-foreground) 12%,transparent);overflow:hidden}.elixx-product-addon__sheet::backdrop{background:color-mix(in srgb,var(--color-foreground) 45%,transparent)}.elixx-product-addon__sheet[open]:not(.elixx-product-addon__sheet--popover){animation:elixx-addon-sheet-in .28s ease forwards}.elixx-product-addon__sheet[open]::backdrop{animation:elixx-addon-backdrop-in .28s ease forwards}@keyframes elixx-addon-sheet-in{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes elixx-addon-backdrop-in{0%{opacity:0}to{opacity:1}}.elixx-product-addon__sheet-inner{display:flex;flex-direction:column;max-height:75dvh;min-height:0}.elixx-product-addon__sheet-handle{display:block;width:2.5rem;height:4px;margin:.625rem auto 0;border-radius:2px;background:color-mix(in srgb,var(--color-foreground) 15%,transparent);flex-shrink:0}.elixx-product-addon__sheet-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.5rem 1.25rem .875rem;border-bottom:1px solid color-mix(in srgb,var(--color-foreground) 8%,transparent);flex-shrink:0}.elixx-product-addon__sheet-title{margin:0;font-family:var(--font-heading--family);font-size:1.125rem;font-weight:400;color:var(--color-foreground)}.elixx-product-addon__sheet-close{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;flex-shrink:0;color:var(--color-foreground)}.elixx-product-addon__sheet-close .svg-wrapper{width:1rem;height:1rem}.elixx-product-addon__sheet-list{list-style:none;margin:0;padding:.5rem 0;overflow-y:auto;flex:1;min-height:0}.elixx-product-addon__sheet-footer{display:flex;flex-direction:column;flex-shrink:0;gap:.25rem;padding:1rem 1.25rem .875rem;border-top:1px solid color-mix(in srgb,var(--color-foreground) 8%,transparent)}.elixx-product-addon__sheet-commit{--button-background-color: var(--color-primary-button-background);--button-color: var(--color-primary-button-text);--button-border-color: var(--color-primary-button-border);display:flex;align-items:center;justify-content:center;width:100%;min-height:2.75rem;margin:0;padding:.75rem 1rem;border-radius:6px;font-size:.875rem;font-weight:600}.elixx-product-addon__sheet-commit:hover:not(:disabled){--button-background-color: var(--color-primary-button-hover-background);--button-border-color: var(--color-primary-button-hover-border)}.elixx-product-addon__sheet-commit:disabled{opacity:.45;cursor:not-allowed}.elixx-product-addon__sheet-commit.is-adding{opacity:.65;cursor:wait}.elixx-product-addon__sheet-dismiss{display:flex;align-items:center;justify-content:center;width:100%;min-height:auto;margin:0;padding:.625rem 0 0;font-size:.875rem;font-weight:600;color:var(--color-foreground);cursor:pointer}.elixx-product-addon__sheet-option{display:flex;align-items:center;gap:.625rem;padding:.75rem 1.25rem}.elixx-product-addon__sheet-option.is-configuring{background:color-mix(in srgb,var(--color-primary-button-background) 4%,transparent)}.elixx-product-addon__sheet-option-content{display:flex;align-items:center;gap:.75rem;flex:1;min-width:0}.elixx-product-addon__sheet-option-media{flex-shrink:0}.elixx-product-addon__sheet-option-image{width:3rem;height:3rem;object-fit:cover;border-radius:6px;background:color-mix(in srgb,var(--color-foreground) 10%,var(--color-background))}.elixx-product-addon__sheet-option-info{display:flex;flex-direction:column;gap:.125rem;flex:1;min-width:0}.elixx-product-addon__sheet-option-title{font-size:.875rem;font-weight:600;color:var(--color-foreground)}.elixx-product-addon__sheet-option-description{font-size:.75rem;line-height:1.4;color:color-mix(in srgb,var(--color-foreground) 70%,transparent)}.elixx-product-addon__sheet-option-price{flex-shrink:0;font-size:.875rem;font-weight:700;color:var(--color-foreground);white-space:nowrap}.elixx-product-addon__sheet-option-actions{display:flex;align-items:center;flex-shrink:0}.elixx-product-addon__sheet-reveal-btn{--button-background-color: var(--color-primary-button-background);--button-color: var(--color-primary-button-text);--button-border-color: var(--color-primary-button-border);display:flex;align-items:center;justify-content:center;flex-shrink:0;width:2rem;height:2rem;min-width:2rem;padding:0;border-radius:6px}.elixx-product-addon__sheet-reveal-btn:hover:not(:disabled){--button-background-color: var(--color-primary-button-hover-background);--button-border-color: var(--color-primary-button-hover-border)}.elixx-product-addon__sheet-reveal-btn .svg-wrapper{width:.875rem;height:.875rem;color:var(--color-primary-button-text)}.elixx-product-addon__sheet-controls.hidden{display:none}.elixx-product-addon__sheet-controls:not(.hidden) .elixx-product-addon__quantity{margin:0}.elixx-product-addon__sheet--popover{inset:unset;top:auto;left:auto;right:auto;bottom:auto;width:auto;max-width:none;max-height:none;margin:0;border-radius:12px;box-shadow:0 12px 48px color-mix(in srgb,var(--color-foreground) 18%,transparent)}.elixx-product-addon__sheet--popover[open]{animation:elixx-addon-popover-in .2s ease forwards}.elixx-product-addon__sheet--popover::backdrop{background:transparent}@keyframes elixx-addon-popover-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.elixx-product-addon__sheet--popover .elixx-product-addon__sheet-inner{max-height:inherit}.elixx-product-addon__sheet--popover .elixx-product-addon__sheet-handle{display:none}@media screen and (min-width:750px){.elixx-product-addon--selection .elixx-product-addon__body{flex-direction:column;align-items:stretch;gap:.625rem}.elixx-product-addon--selection .elixx-product-addon__label{flex:none;min-width:0}.elixx-product-addon--selection .elixx-product-addon__select-trigger{width:100%;min-width:0;flex-shrink:0;white-space:nowrap}.elixx-product-addon__select-label-desktop{display:inline}.elixx-product-addon__select-label-mobile{display:none}.elixx-product-addon__sheet:not(.elixx-product-addon__sheet--popover)[open]{animation:elixx-addon-sheet-in-desktop .28s ease forwards}.elixx-product-addon__sheet-handle{display:none}.elixx-product-addon__sheet-option{padding:1rem 1.5rem}}@keyframes elixx-addon-sheet-in-desktop{0%{transform:translate(-50%) translateY(100%)}to{transform:translate(-50%) translateY(0)}}.elixx-product-addon__pricing .hidden{display:none}.elixx-product-addon{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.75rem 1rem;align-items:center;padding:.75rem;border-radius:8px;background:color-mix(in srgb,var(--color-foreground) 4%,var(--color-background));border:1px solid transparent;transition:border-color .2s,background-color .2s}.elixx-product-addon__label{display:flex;align-items:center;gap:.75rem;min-width:0}.elixx-product-addon__aside{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem;flex-shrink:0}.elixx-product-addon__image{width:3rem;height:3rem;object-fit:cover;border-radius:6px;background:color-mix(in srgb,var(--color-foreground) 10%,var(--color-background))}.elixx-product-addon__image--placeholder{display:block}.elixx-product-addon__info{display:flex;flex-direction:column;gap:.125rem;min-width:0}.elixx-product-addon__title{font-size:.875rem;font-weight:600;color:var(--color-foreground)}.elixx-product-addon__description{font-size:.75rem;line-height:1.4;color:color-mix(in srgb,var(--color-foreground) 70%,transparent)}.elixx-product-addon__pricing{display:flex;flex-direction:column;align-items:flex-end;gap:.125rem}.elixx-product-addon__price{font-size:.875rem;font-weight:700;color:var(--color-foreground)}.elixx-product-addon__compare{font-size:.75rem;text-decoration:line-through;color:color-mix(in srgb,var(--color-foreground) 50%,transparent)}.elixx-product-addon__discount{font-size:.6875rem;font-weight:700;color:var(--color-primary-button-background);padding:.125rem .375rem;background:color-mix(in srgb,var(--color-primary-button-background) 8%,transparent);border-radius:3px}.elixx-product-addon__controls{display:flex;align-items:center;gap:.5rem}.elixx-product-addon__quantity{display:flex;align-items:center;border:1px solid color-mix(in srgb,var(--color-foreground) 15%,transparent);border-radius:6px;overflow:hidden;background:var(--color-background)}.elixx-product-addon__add-btn{--button-background-color: var(--color-primary-button-background);--button-color: var(--color-primary-button-text);--button-border-color: var(--color-primary-button-border);display:flex;align-items:center;justify-content:center;flex-shrink:0;width:2rem;height:2rem;min-width:2rem;padding:0;border-radius:6px}.elixx-product-addon__add-btn:hover:not(:disabled){--button-background-color: var(--color-primary-button-hover-background);--button-border-color: var(--color-primary-button-hover-border)}.elixx-product-addon__add-btn .svg-wrapper{width:.875rem;height:.875rem;color:var(--color-primary-button-text)}.elixx-product-addon__add-btn.is-adding{opacity:.65;cursor:wait}.elixx-product-addon__add-btn.is-added .icon-checkmark{width:.875rem;height:.875rem}.elixx-product-addon__add-btn.is-added .icon-checkmark path{stroke:var(--color-primary-button-text)}.elixx-product-addon__qty-btn{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border:0;background:transparent;cursor:pointer;color:var(--color-foreground)}.elixx-product-addon__qty-btn .svg-wrapper{width:.75rem;height:.75rem}.elixx-product-addon__qty-input{width:2rem;border:0;text-align:center;font-size:.8125rem;background:transparent;-moz-appearance:textfield}.elixx-product-addon__qty-input::-webkit-outer-spin-button,.elixx-product-addon__qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.elixx-product-addons__note{display:flex;align-items:center;gap:.5rem;margin:1rem 0 0;font-size:.8125rem;color:color-mix(in srgb,var(--color-foreground) 75%,transparent)}@media screen and (max-width:749px){.elixx-product-addon{grid-template-columns:1fr;gap:.625rem}.elixx-product-addon__aside{flex-direction:row;justify-content:space-between;align-items:center;width:100%;padding-inline-start:3.75rem}.elixx-product-addon__controls{flex-shrink:0}.elixx-product-addon__pricing{flex-direction:row;flex-wrap:wrap;align-items:center;gap:.375rem .5rem}}.product-information .product-form-buttons{flex-direction:row;align-items:stretch;gap:.75rem;width:100%}.product-information .product-form-buttons>.quantity-selector-wrapper{flex:0 0 auto}.product-information .product-form-buttons>add-to-cart-component,.product-information .product-form-buttons>span:has(.add-to-cart-button){flex:1 1 auto;min-width:0}.product-information .add-to-cart-button.button{border-radius:4px;text-transform:uppercase;letter-spacing:.06em;font-size:.8125rem;font-weight:600;width:100%}.product-information .quantity-selector{border-radius:6px;border:1px solid color-mix(in srgb,var(--color-foreground) 15%,transparent)}.product-information .text-block--payment_options,.product-information .text-block--payment_options p{margin:0;text-align:center}.product-information .text-block--payment_options a{font-size:.8125rem;color:color-mix(in srgb,var(--color-foreground) 75%,transparent);text-decoration:underline;text-underline-offset:2px}.product-information .text-block--payment_options a:hover{color:var(--color-primary-button-background)}@media screen and (max-width:749px){.product-information .product-form-buttons{flex-wrap:wrap}.product-information .product-form-buttons>.quantity-selector-wrapper{flex:0 0 auto}.product-information .product-form-buttons>add-to-cart-component,.product-information .product-form-buttons>span:has(.add-to-cart-button){flex:1 1 100%;min-width:100%}.product-information .add-to-cart-button.button{width:100%}}.elixx-product-trust{margin-block-start:1.25rem;padding-block-start:1.25rem;border-top:1px solid color-mix(in srgb,var(--color-foreground) 10%,transparent)}.product-information.section{padding-block-start:1.5rem}@media screen and (min-width:750px){.product-information.section{padding-block-start:2rem}}.elixx-product-trust__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}@media screen and (max-width:989px){.elixx-product-trust__grid{grid-template-columns:repeat(2,1fr);gap:1.25rem 1rem}}@media screen and (max-width:399px){.elixx-product-trust__grid{grid-template-columns:1fr}}.elixx-product-trust__item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.375rem}.elixx-product-trust__icon{width:1.5rem;height:1.5rem;object-fit:contain}.elixx-product-trust__title{font-size:.6875rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--color-foreground)}.elixx-product-trust__text{font-size:.75rem;color:color-mix(in srgb,var(--color-foreground) 70%,transparent)}body,.shopify-section:not(.header-section) .section-background.color-scheme-1{background-color:var(--color-background)}.elixx-footer__background,.elixx-footer{--elixx-footer-bg: var(--color-background);--elixx-footer-fg: var(--color-foreground);--elixx-footer-fg-muted: color-mix(in srgb, var(--color-foreground) 72%, transparent);--elixx-footer-accent: var(--color-primary);--elixx-footer-border: color-mix(in srgb, var(--color-foreground) 12%, transparent);background-color:var(--elixx-footer-bg);color:var(--elixx-footer-fg)}.elixx-footer{width:100%}.elixx-footer__inner{width:100%;max-width:var(--page-width, 75rem);margin-inline:auto;padding-inline:clamp(1.25rem,4vw,2.5rem)}.elixx-footer.section--full-width .elixx-footer__inner{max-width:none}.elixx-footer__grid{display:grid;grid-template-columns:1fr;gap:2.5rem 2rem}@media screen and (min-width:750px){.elixx-footer__grid{grid-template-columns:repeat(2,1fr)}.elixx-footer__brand{grid-column:1 / -1}}@media screen and (min-width:990px){.elixx-footer__grid{grid-template-columns:1.4fr repeat(3,1fr) 1.2fr;gap:2rem 2.5rem}.elixx-footer__brand{grid-column:auto}}.elixx-footer__logo-link{display:inline-block;margin-block-end:1.25rem}.elixx-footer__logo{display:block;height:var(--elixx-footer-logo-height, 56px);width:auto;max-width:100%;object-fit:contain}.elixx-footer__logo-text{display:inline-block;font-family:var(--font-heading--family);font-size:2rem;font-weight:400;color:var(--elixx-footer-accent);text-decoration:none;margin-block-end:1rem}.elixx-footer__tagline{font-family:var(--font-body--family);font-size:.875rem;line-height:1.65;color:var(--elixx-footer-fg-muted);margin:0;max-width:18rem}.elixx-footer__social{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem}.elixx-footer__social-link{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;color:var(--elixx-footer-fg);opacity:.85;transition:opacity .2s,color .2s}.elixx-footer__social-link:hover{opacity:1;color:var(--elixx-footer-accent)}.elixx-footer__social-link:hover .elixx-footer__social-icon{fill:var(--elixx-footer-accent)}.elixx-footer__social-icon{width:1.125rem;height:1.125rem;fill:currentColor}.elixx-footer__heading{font-family:var(--font-body--family);font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--elixx-footer-accent);margin:0 0 1.25rem}.elixx-footer__links{display:flex;flex-direction:column;gap:.625rem;margin:0;padding:0}.elixx-footer__links a{font-size:.875rem;line-height:1.5;color:var(--elixx-footer-fg-muted);text-decoration:none;transition:color .2s}.elixx-footer__links a:hover{color:var(--elixx-footer-fg)}.elixx-footer__contact-list{display:flex;flex-direction:column;gap:.875rem;margin:0;padding:0}.elixx-footer__contact-item{display:flex;align-items:flex-start;gap:.75rem}.elixx-footer__contact-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:1.75rem;height:1.75rem;border:1px solid var(--elixx-footer-border);border-radius:50%;color:var(--elixx-footer-accent)}.elixx-footer__contact-icon svg{width:.875rem;height:.875rem}.elixx-footer__contact-text,.elixx-footer__contact-link{font-size:.875rem;line-height:1.55;color:var(--elixx-footer-fg-muted)}.elixx-footer__contact-link{text-decoration:none;transition:color .2s}.elixx-footer__contact-link:hover{color:var(--elixx-footer-fg)}.elixx-footer__bar{display:flex;flex-direction:column;align-items:flex-start;gap:1.25rem;margin-top:3rem;padding-top:1.5rem;border-top:1px solid var(--elixx-footer-border)}@media screen and (min-width:750px){.elixx-footer__bar{flex-direction:row;align-items:center;justify-content:space-between;gap:1.5rem}}.elixx-footer__legal{display:flex;flex-wrap:wrap;align-items:center;gap:.25rem 0;margin:0;padding:0;font-size:.75rem;color:var(--elixx-footer-fg-muted)}.elixx-footer__legal>li{display:flex;align-items:center}.elixx-footer__legal>li:not(:last-child):after{content:"|";margin-inline:.5rem;opacity:.45}.elixx-footer__legal a{color:var(--elixx-footer-fg-muted);text-decoration:none;transition:color .2s}.elixx-footer__legal a:hover{color:var(--elixx-footer-fg)}.elixx-footer__payments{display:flex;flex-wrap:wrap;align-items:center;gap:.375rem}.elixx-payment-icon{display:inline-flex}.elixx-payment-icon__pill{display:flex;align-items:center;justify-content:center;width:2.375rem;height:1.5rem;padding:.125rem .25rem;background:var(--color-background);border:1px solid var(--elixx-footer-border);border-radius:4px}.elixx-payment-icon__svg{display:block;width:auto;height:1rem;max-width:100%}.noah-home-categories__inner,.noah-why-choose__inner{width:100%}.noah-home-categories__header{display:flex;align-items:flex-end;justify-content:space-between;gap:1.5rem;margin-bottom:1.75rem}.noah-home-categories__link{display:inline-flex;align-items:center;gap:.35rem;color:var(--color-primary, var(--color-primary-button-background));font-size:.875rem;font-weight:700;text-decoration:none}.noah-home-categories__grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:1rem}.noah-category-card{position:relative;min-width:0;overflow:hidden;border:1px solid color-mix(in srgb,var(--color-foreground) 10%,transparent);border-radius:8px;background:var(--color-background);box-shadow:0 12px 35px color-mix(in srgb,var(--color-foreground) 7%,transparent);transition:transform .2s ease,box-shadow .2s ease}.noah-category-card:hover{transform:translateY(-2px);box-shadow:0 18px 45px color-mix(in srgb,var(--color-foreground) 10%,transparent)}.noah-category-card__link{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3}.noah-category-card__media{position:relative;aspect-ratio:1 / .82;overflow:hidden;background:color-mix(in srgb,var(--color-foreground) 4%,var(--color-background))}.noah-category-card__image,.noah-category-card__placeholder{display:block;width:100%;height:100%;object-fit:cover}.noah-category-card__icon{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;margin:-1.375rem auto 0;border:4px solid var(--color-background);border-radius:50%;background:color-mix(in srgb,var(--color-primary, var(--color-primary-button-background)) 12%,var(--color-background));color:var(--color-primary, var(--color-primary-button-background));box-shadow:0 8px 20px color-mix(in srgb,var(--color-foreground) 12%,transparent)}.noah-category-card__icon svg,.noah-icon-strip__icon svg,.noah-why-card__icon svg{width:1.35rem;height:1.35rem;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.noah-category-card__body{padding:.75rem .75rem 1rem;text-align:center}.noah-category-card__body h3{margin:0;color:var(--color-foreground-heading);font-family:var(--font-body--family);font-size:.875rem;font-weight:800;line-height:1.25}.noah-category-card__body p{margin:.4rem 0 0;color:var(--color-primary, var(--color-primary-button-background));font-size:.75rem;font-weight:700}.noah-icon-strip__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem}.noah-icon-strip__item{display:flex;align-items:center;gap:.75rem;min-height:4.25rem;padding:.9rem 1rem;border:1px solid color-mix(in srgb,var(--color-foreground) 8%,transparent);border-radius:8px;background:color-mix(in srgb,var(--color-foreground) 2%,var(--color-background))}.noah-icon-strip__icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 2rem;width:2rem;height:2rem;border-radius:50%;color:var(--color-primary, var(--color-primary-button-background));background:color-mix(in srgb,var(--color-primary, var(--color-primary-button-background)) 10%,transparent)}.noah-icon-strip__item strong,.noah-icon-strip__item small{display:block;line-height:1.25}.noah-icon-strip__item strong{color:var(--color-foreground-heading);font-size:.8125rem;font-weight:800}.noah-icon-strip__item small{margin-top:.2rem;font-size:.72rem;opacity:.78}.noah-why-choose{text-align:center}.noah-why-choose__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem;margin-top:2.25rem}.noah-why-card{padding:0 1.25rem;border-right:1px solid color-mix(in srgb,var(--color-foreground) 10%,transparent)}.noah-why-card:last-child{border-right:0}.noah-why-card__icon{display:inline-flex;align-items:center;justify-content:center;width:3.75rem;height:3.75rem;margin-bottom:1rem;border-radius:50%;color:var(--color-primary, var(--color-primary-button-background))}.noah-why-card__icon svg{width:3rem;height:3rem;stroke-width:1.35}.noah-why-card h3{margin:0;color:var(--color-foreground-heading);font-size:.95rem;font-weight:800}.noah-why-card p{max-width:18rem;margin:.6rem auto 0;font-size:.875rem;line-height:1.55}.noah-split-cta__panel{display:grid;grid-template-columns:minmax(18rem,.92fr) minmax(0,1.6fr);overflow:hidden;border-radius:8px;background:color-mix(in srgb,var(--color-primary, var(--color-primary-button-background)) 6%,var(--color-background))}.noah-split-cta__copy{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:clamp(2rem,5vw,3.75rem)}.noah-split-cta__eyebrow{margin:0 0 .75rem;color:var(--color-primary, var(--color-primary-button-background));font-size:.75rem;font-weight:800;letter-spacing:0;text-transform:uppercase}.noah-split-cta__copy p:not(.noah-split-cta__eyebrow){margin:1rem 0 1.5rem;max-width:25rem;font-size:.95rem;line-height:1.6}.noah-split-cta__media{min-height:20rem}.noah-split-cta__image{display:block;width:100%;height:100%;object-fit:cover}.noah-home-products .product-card__content{overflow:hidden;border:1px solid color-mix(in srgb,var(--color-foreground) 9%,transparent);border-radius:8px;background:var(--color-background);box-shadow:0 10px 30px color-mix(in srgb,var(--color-foreground) 6%,transparent)}.noah-home-products .product-card__content{padding:.75rem}.noah-home-products .product-card .price{font-weight:800}@media screen and (max-width:749px){.noah-home-products .resource-list__carousel .resource-list__slide{--slide-width: clamp(9.35rem, 38cqw, 10.75rem)}.noah-home-products .quick-add__button{display:flex;opacity:1;color:#0b508a}.noah-home-products .product-card__content{padding:.45rem}.noah-home-products .noah-card-rating{transform:scale(.82);transform-origin:left center}.noah-home-products [ref=productTitleLink] .text-block{font-size:.75rem!important;line-height:1.35!important}.noah-home-products .product-card .price,.noah-home-products .product-card .compare-at-price{font-size:.84rem}}@media screen and (max-width:1180px){.noah-home-categories__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media screen and (max-width:989px){.noah-icon-strip__grid,.noah-why-choose__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.noah-why-card{border-right:0}.noah-split-cta__panel{grid-template-columns:1fr}}@media screen and (max-width:649px){.noah-home-categories__header{align-items:flex-start;flex-direction:column;gap:.75rem}.noah-icon-strip__grid,.noah-why-choose__grid{grid-template-columns:1fr}.noah-home-categories__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.noah-category-card__media{aspect-ratio:1.45 / 1}.noah-icon-strip__item{min-height:0}}main[data-template^=product] .product-information{padding-top:clamp(1rem,3vw,2rem)}main[data-template^=product] .product-information__grid.product-information--media-left:not(.product-information--media-none){gap:clamp(1.5rem,4vw,3rem)}main[data-template^=product] .product-information__media media-gallery.media-gallery--carousel .product-media-container,main[data-template^=product] .product-information__media media-gallery.media-gallery--grid .product-media-container{overflow:hidden;border-radius:8px;background:color-mix(in srgb,var(--color-foreground) 4%,var(--color-background))}main[data-template^=product] .product-details{align-self:start}main[data-template^=product] .product-details h1{color:var(--color-foreground-heading);font-family:var(--font-heading--family);font-size:clamp(1.75rem,3vw,2.65rem);font-weight:400;line-height:1.12}main[data-template^=product] .product-details .price{display:flex;align-items:baseline;flex-wrap:wrap;gap:.5rem;padding-bottom:.5rem;border-bottom:1px solid color-mix(in srgb,var(--color-foreground) 12%,transparent);font-size:clamp(1.45rem,2.4vw,2rem)}main[data-template^=product] product-price [ref=priceContainer]{display:inline-flex;align-items:center;flex-wrap:wrap;gap:.5rem}main[data-template^=product] .noah-price-discount{display:inline-flex;align-items:center;justify-content:center;min-height:1.85rem;padding:.25rem .55rem;border:1px solid color-mix(in srgb,var(--color-primary-button-background) 35%,transparent);border-radius:5px;background:color-mix(in srgb,var(--color-primary-button-background) 12%,var(--color-background));color:var(--color-primary-button-background);font-size:.9rem;font-weight:800;line-height:1}main[data-noah-product-layout=enhanced] product-price [ref=priceContainer]{width:fit-content;gap:.55rem;padding-bottom:.5rem;border-bottom:1px solid color-mix(in srgb,var(--color-foreground) 12%,transparent)}main[data-noah-product-layout=enhanced] .compare-at-price{color:color-mix(in srgb,var(--color-foreground) 55%,transparent);font-size:clamp(1rem,1.6vw,1.2rem);font-weight:700;opacity:1;text-decoration-thickness:2px}main[data-noah-product-layout=enhanced] .product-details .price{display:inline;padding-bottom:0;border-bottom:0;color:var(--color-foreground-heading);font-weight:900}main[data-noah-product-layout=enhanced] .noah-price-discount{min-height:1.65rem;padding-inline:.6rem;border-color:color-mix(in srgb,#ff7043 45%,transparent);background:color-mix(in srgb,#ff7043 12%,var(--color-background));color:#c64f24}main[data-noah-product-layout=enhanced] .product-information .noah-product-discount-code{min-height:2.35rem;padding:.55rem .85rem;font-size:.82rem;line-height:1.15}main[data-template^=product] .product-details .buy-buttons-block{margin-top:.35rem}main[data-template^=product] .product-details .buy-buttons-block .button,main[data-template^=product] .product-details .add-to-cart-button{min-height:3.75rem;border-radius:6px;font-weight:800}main[data-template^=product] .product-details .quantity-selector{min-height:3.75rem;border-radius:6px}main[data-template^=product] .product-inventory__text{color:#138a43;font-weight:800}main[data-template^=product] .elixx-product-highlights{margin-top:.25rem}main[data-template^=product] .elixx-product-highlights__grid{display:grid;grid-template-columns:1fr;gap:.6rem}main[data-template^=product] .elixx-product-highlights__item{display:flex;align-items:center;gap:.6rem;min-height:auto;padding:0;border:0;text-align:left}main[data-template^=product] .elixx-product-highlights__icon{width:1.25rem;height:1.25rem;color:var(--color-primary, var(--color-primary-button-background))}main[data-template^=product] .elixx-product-highlights__label{font-size:.925rem;font-weight:700;letter-spacing:0;text-transform:none}main[data-template^=product] .noah-product-usps{width:100%;padding-block:.35rem .5rem}main[data-template^=product] .noah-product-usps__heading{margin:0 0 .7rem;color:var(--color-foreground-heading);font-size:.85rem;font-weight:800}main[data-template^=product] .noah-product-usps__list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}main[data-template^=product] .noah-product-usp{display:grid;grid-template-columns:auto 1fr;align-items:start;gap:.65rem;min-width:0;min-height:4.25rem;padding:.8rem .9rem;border:1px solid color-mix(in srgb,var(--color-foreground) 8%,transparent);border-radius:8px;background:color-mix(in srgb,var(--color-foreground) 2%,var(--color-background))}main[data-template^=product] .noah-product-usp__icon{display:inline-flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;border-radius:50%;background:color-mix(in srgb,var(--color-primary, var(--color-primary-button-background)) 10%,transparent);color:var(--color-primary, var(--color-primary-button-background))}main[data-template^=product] .noah-product-usp__icon svg{width:1.1rem;height:1.1rem;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}main[data-template^=product] .noah-product-usp__icon-image{display:block;width:1.15rem;height:1.15rem;object-fit:contain}main[data-template^=product] .noah-product-usp__copy{min-width:0}main[data-template^=product] .noah-product-usp__copy strong,main[data-template^=product] .noah-product-usp__copy small{display:block;line-height:1.35}main[data-template^=product] .noah-product-usp__copy strong{color:var(--color-foreground-heading);font-size:.86rem;font-weight:850}main[data-template^=product] .noah-product-usp__copy small{margin-top:.15rem;font-size:.78rem;opacity:.82}main[data-template^=product] .elixx-product-trust{margin-top:.65rem}main[data-template^=product] .elixx-product-trust__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}main[data-template^=product] .elixx-product-trust__item{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:.65rem;min-width:0;min-height:4.25rem;padding:.8rem .9rem;border:1px solid color-mix(in srgb,var(--color-foreground) 9%,transparent);border-radius:8px;background:color-mix(in srgb,var(--color-foreground) 2%,var(--color-background));text-align:left}main[data-template^=product] .elixx-product-trust__icon{display:inline-flex;align-items:center;justify-content:center;width:1.85rem;height:1.85rem;border-radius:50%;background:color-mix(in srgb,var(--color-primary, var(--color-primary-button-background)) 10%,transparent);color:var(--color-primary, var(--color-primary-button-background))}main[data-template^=product] .elixx-product-trust__icon svg{width:1.15rem;height:1.15rem;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}main[data-template^=product] .elixx-product-trust__copy{min-width:0}main[data-template^=product] .elixx-product-trust__title{display:block;font-size:.72rem;font-weight:800;line-height:1.25}main[data-template^=product] .elixx-product-trust__text{display:block;margin-top:.15rem;font-size:.68rem;line-height:1.25;opacity:.78}main[data-noah-product-layout=enhanced] .product-details h1{font-family:var(--font-body--family);font-size:clamp(1.55rem,2.4vw,2.1rem);font-weight:800;line-height:1.15;letter-spacing:normal}main[data-noah-product-layout=enhanced] .noah-product-usps{width:fit-content;max-width:100%;padding-block:.15rem .25rem}main[data-noah-product-layout=enhanced] .noah-product-usps__list{grid-template-columns:repeat(2,auto);width:fit-content;max-width:100%;gap:.7rem}main[data-noah-product-layout=enhanced] .noah-product-usp{align-items:center;gap:.7rem;width:100%;max-width:100%;min-width:0;min-height:4rem;padding:.85rem 1rem;border-color:color-mix(in srgb,#0b508a 13%,var(--color-foreground) 8%);background:color-mix(in srgb,#0b508a 2%,var(--color-background))}main[data-noah-product-layout=enhanced] .noah-product-usp__icon{width:2rem;height:2rem;background:color-mix(in srgb,#0b508a 10%,var(--color-background));color:#0b508a}main[data-noah-product-layout=enhanced] .noah-product-usp__icon-image{width:1.15rem;height:1.15rem;filter:saturate(1.05) contrast(1.05)}main[data-noah-product-layout=enhanced] .noah-product-usp__copy strong{font-size:.83rem;line-height:1.25;overflow-wrap:anywhere}main[data-noah-product-layout=enhanced] .elixx-product-trust__grid{grid-template-columns:repeat(3,minmax(0,1fr))}@media screen and (max-width:749px){main[data-noah-product-layout=enhanced] .noah-product-usps{width:100%}main[data-noah-product-layout=enhanced] .noah-product-usps__list{grid-template-columns:repeat(2,minmax(0,1fr));width:100%;gap:.65rem}main[data-noah-product-layout=enhanced] .noah-product-usp{grid-template-columns:auto 1fr;gap:.45rem;min-height:3.15rem;padding:.5rem .55rem}main[data-noah-product-layout=enhanced] .noah-product-usp__icon{width:1.55rem;height:1.55rem}main[data-noah-product-layout=enhanced] .noah-product-usp__icon-image,main[data-noah-product-layout=enhanced] .noah-product-usp__icon svg{width:1rem;height:1rem}main[data-noah-product-layout=enhanced] .noah-product-usp__copy strong{font-size:.72rem;line-height:1.25}main[data-noah-product-layout=enhanced] .elixx-product-trust{margin-top:.45rem;padding-top:.45rem}main[data-noah-product-layout=enhanced] .elixx-product-trust__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.45rem}main[data-noah-product-layout=enhanced] .elixx-product-trust__item{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:.35rem;min-height:5.2rem;padding:.6rem .35rem;text-align:center}main[data-noah-product-layout=enhanced] .elixx-product-trust__icon{width:1.55rem;height:1.55rem}main[data-noah-product-layout=enhanced] .elixx-product-trust__icon svg{width:.95rem;height:.95rem}main[data-noah-product-layout=enhanced] .elixx-product-trust__title{font-size:.58rem;line-height:1.15}main[data-noah-product-layout=enhanced] .elixx-product-trust__text{margin-top:.1rem;font-size:.54rem;line-height:1.15}main[data-noah-product-layout=enhanced] .noah-product-usps{padding-block:.05rem 0}main[data-noah-product-layout=enhanced] .variant-picker{margin-top:0}main[data-noah-product-layout=enhanced] .variant-option[data-color-option=true]{flex-wrap:nowrap;gap:.4rem;margin-bottom:0;overflow-x:auto;scrollbar-width:none}main[data-noah-product-layout=enhanced] .variant-option[data-color-option=true]::-webkit-scrollbar{display:none}main[data-noah-product-layout=enhanced] .variant-option[data-color-option=true] .variant-option__button-label{flex:0 0 1.85rem;width:1.85rem;min-width:1.85rem;height:1.85rem;min-height:1.85rem}main[data-noah-product-layout=enhanced] .variant-option[data-color-option=true] .swatch,main[data-noah-product-layout=enhanced] .variant-option[data-color-option=true] .noah-fallback-swatch{width:1.65rem;height:1.65rem;--swatch-width: 1.65rem;--swatch-height: 1.65rem}main[data-noah-product-layout=enhanced] .product-details h1{font-size:clamp(.95rem,4.4vw,1.18rem);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}main[data-noah-product-layout=enhanced] .product-information.section{padding-block-end:.35rem}main[data-noah-product-layout=enhanced] .noah-airco-choice.spacing-style{padding-block-start:.5rem!important}main[data-noah-product-layout=enhanced] sticky-add-to-cart{display:none!important}main[data-noah-product-layout=enhanced] .product-information .product-form-buttons{display:flex;flex-direction:row;flex-wrap:wrap;align-items:stretch;gap:1rem}main[data-noah-product-layout=enhanced] .product-information .product-form-buttons>.quantity-selector-wrapper{flex:0 0 4.85rem;width:4.85rem;min-width:0}main[data-noah-product-layout=enhanced] .product-information .quantity-selector{width:100%;min-width:0;height:2.35rem;min-height:2.35rem}main[data-noah-product-layout=enhanced] .product-information .product-form-buttons>.noah-product-discount-code{min-height:2.15rem;margin-block-end:.15rem;padding:.42rem .75rem;font-size:.74rem;line-height:1.15}main[data-noah-product-layout=enhanced] .product-information .noah-product-discount-code__icon,main[data-noah-product-layout=enhanced] .product-information .noah-product-discount-code__icon svg{width:1rem;height:1rem}main[data-noah-product-layout=enhanced] .product-information .product-form-buttons>.noah-product-payment-icons{flex:1 0 100%;width:100%}main[data-noah-product-layout=enhanced] .product-information .product-form-buttons>add-to-cart-component,main[data-noah-product-layout=enhanced] .product-information .product-form-buttons>span:has(.add-to-cart-button){flex:1 1 0;min-width:0}main[data-noah-product-layout=enhanced] .product-information .add-to-cart-button.button{min-width:0;width:100%;min-height:2.35rem;height:2.35rem;padding-block:.35rem;padding-inline:.65rem;font-size:.64rem;letter-spacing:.035em}main[data-noah-product-layout=enhanced] .product-information .add-to-cart-text__content{white-space:nowrap}main[data-noah-product-layout=enhanced] .product-information .noah-product-payment-icons{flex-wrap:nowrap;justify-content:center;gap:clamp(.1rem,.75vw,.25rem)}main[data-noah-product-layout=enhanced] .product-information .noah-product-payment-icons__svg{width:clamp(1.35rem,7vw,1.95rem);max-height:1.2rem}}main[data-template^=product] .shopify-payment-button,main[data-template^=product] .accelerated-checkout-block{display:none}.noah-pdp-eyebrow{margin:0 0 1rem;color:var(--color-foreground-heading);font-family:var(--font-body--family);font-size:.9rem;font-weight:800;text-align:center}.noah-pdp-benefits__inner,.noah-pdp-rich,.noah-pdp-reviews{width:100%}.noah-pdp-reviews{scroll-margin-top:6rem}.noah-pdp-benefits__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem}.noah-pdp-benefit{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:.75rem;min-height:4.5rem;padding:.95rem 1rem;border:1px solid color-mix(in srgb,var(--color-foreground) 8%,transparent);border-radius:8px;background:color-mix(in srgb,var(--color-foreground) 2%,var(--color-background))}.noah-pdp-benefit__icon{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:50%;background:color-mix(in srgb,var(--color-primary, var(--color-primary-button-background)) 10%,transparent);color:var(--color-primary, var(--color-primary-button-background))}.noah-pdp-benefit__icon svg{width:1.25rem;height:1.25rem;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.noah-pdp-benefit h3,.noah-pdp-feature-card h3,.noah-pdp-review-card h3{margin:0;color:var(--color-foreground-heading);font-size:.95rem;font-weight:800}.noah-pdp-benefit p,.noah-pdp-feature-card p,.noah-pdp-review-card p{margin:.25rem 0 0;font-size:.78rem;line-height:1.35;opacity:.8}.noah-pdp-feature-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.noah-pdp-feature-card,.noah-pdp-description-panel,.noah-pdp-detail-card,.noah-pdp-ambience,.noah-pdp-review-card,.noah-pdp-review-score{overflow:hidden;border:1px solid color-mix(in srgb,var(--color-foreground) 9%,transparent);border-radius:8px;background:var(--color-background);box-shadow:0 12px 30px color-mix(in srgb,var(--color-foreground) 5%,transparent)}.noah-pdp-feature-card__media{aspect-ratio:1.25 / 1;background:color-mix(in srgb,var(--color-foreground) 4%,var(--color-background))}.noah-pdp-feature-card__image,.noah-pdp-feature-card__placeholder,.noah-pdp-description-panel__image,.noah-pdp-description-panel__placeholder,.noah-pdp-ambience__image{display:block;width:100%;height:100%;object-fit:cover}.noah-pdp-feature-card__image{object-fit:contain;padding:.5rem}.noah-pdp-feature-card__body{padding:1rem}.noah-pdp-description-panel{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(18rem,.85fr);gap:1.5rem;margin-top:1.5rem;padding:1.5rem}.noah-pdp-description-panel__copy .rte{margin-top:1rem;font-size:.95rem;line-height:1.65}.noah-pdp-description-panel__media{min-height:17rem;overflow:hidden;border-radius:8px}.noah-pdp-checks{display:grid;gap:.5rem;margin:1rem 0 0;padding:0;list-style:none}.noah-pdp-checks li{position:relative;padding-left:1.4rem;font-size:.9rem}.noah-pdp-checks li:before{content:"\2713";position:absolute;left:0;color:var(--color-primary, var(--color-primary-button-background));font-weight:900}.noah-pdp-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:1.5rem}.noah-pdp-detail-card{padding:1.5rem}.noah-pdp-specs{margin:1rem 0 0}.noah-pdp-specs div{display:grid;grid-template-columns:minmax(7rem,.42fr) 1fr;gap:1rem;padding:.7rem 0;border-bottom:1px solid color-mix(in srgb,var(--color-foreground) 10%,transparent)}.noah-pdp-specs dt{font-weight:800}.noah-pdp-specs dd{margin:0}.noah-pdp-box-card{display:grid;grid-template-columns:1fr minmax(8rem,.55fr);align-items:end;gap:1rem}.noah-pdp-box-card__image{width:100%;height:auto;max-height:16rem;object-fit:contain}.noah-pdp-ambience{display:grid;grid-template-columns:1.05fr .95fr;margin-top:1.5rem}.noah-pdp-ambience__media{height:clamp(18rem,34vw,24rem);min-height:18rem;overflow:hidden}.noah-pdp-ambience__copy{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:clamp(1.75rem,4vw,3rem)}.noah-pdp-ambience__copy p{margin:1rem 0 1.5rem;max-width:30rem;line-height:1.6}.noah-pdp-reviews__header{margin-bottom:1.5rem}.noah-pdp-reviews__grid{display:grid;grid-template-columns:minmax(12rem,.7fr) minmax(14rem,.9fr) minmax(0,2fr);gap:1rem;align-items:stretch}.noah-pdp-review-score{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:1.5rem}.noah-pdp-review-score strong{color:var(--color-foreground-heading);font-size:3rem;line-height:1}.noah-pdp-stars{color:#f5a623;letter-spacing:0}.noah-pdp-review-bars{display:grid;gap:.55rem;align-content:center;padding:1.5rem}.noah-pdp-review-bar{display:grid;grid-template-columns:1.2rem 1fr 2rem;align-items:center;gap:.5rem;font-size:.8rem}.noah-pdp-review-bar i{display:block;height:.45rem;overflow:hidden;border-radius:999px;background:color-mix(in srgb,var(--color-foreground) 10%,transparent)}.noah-pdp-review-bar i:before{content:"";display:block;width:var(--bar-width);height:100%;border-radius:inherit;background:#f5a623}.noah-pdp-review-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.noah-pdp-review-card{padding:1.25rem}.noah-pdp-review-card strong,.noah-pdp-review-card small{display:block}.noah-pdp-review-card strong{margin-top:1rem}.noah-pdp-review-card small{margin-top:.25rem;color:#138a43}main[data-template^=product] .elixx-faq__list{display:grid;grid-template-columns:1fr 1fr;gap:.75rem 1.5rem;border-top:0}main[data-template^=product] .elixx-faq__item{border:1px solid color-mix(in srgb,var(--color-foreground) 10%,transparent);border-radius:8px;background:var(--color-background)}main[data-template^=product] .elixx-faq__summary{padding:1rem}main[data-template^=product] .elixx-faq__answer{padding:0 1rem 1rem}@media screen and (max-width:989px){.noah-pdp-benefits__grid,.noah-pdp-feature-grid,.noah-pdp-reviews__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.noah-pdp-review-cards,.noah-pdp-description-panel,.noah-pdp-detail-grid,.noah-pdp-ambience{grid-template-columns:1fr}}@media screen and (max-width:749px){main[data-template^=product] .product-information{padding-top:0}main[data-template^=product] .product-details{padding-inline:0}main[data-template^=product] .elixx-product-trust__grid,main[data-template^=product] .elixx-faq__list,main[data-template^=product] .noah-product-usps__list,.noah-pdp-benefits__grid,.noah-pdp-reviews__grid,.noah-pdp-review-cards{grid-template-columns:1fr}.noah-pdp-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.noah-pdp-feature-card__media{aspect-ratio:1 / .82}.noah-pdp-feature-card__body{padding:.85rem}.noah-pdp-benefits__grid,.noah-pdp-description-panel,.noah-pdp-detail-card,.noah-pdp-review-score,.noah-pdp-review-bars{padding:1rem}.noah-pdp-box-card{grid-template-columns:1fr}}@media screen and (max-width:749px){main[data-noah-product-layout=enhanced] .product-information .product-form-buttons{gap:.75rem!important}main[data-noah-product-layout=enhanced] .product-information .product-form-buttons>.quantity-selector-wrapper{flex:0 0 5.5rem!important;width:5.5rem!important}main[data-noah-product-layout=enhanced] .product-information .quantity-selector{height:2.75rem!important;min-height:2.75rem!important}main[data-noah-product-layout=enhanced] .product-information .add-to-cart-button.button{height:2.75rem!important;min-height:2.75rem!important;padding-block:.45rem!important;font-size:.68rem}main[data-noah-product-layout=enhanced] .product-information .product-form-buttons>.noah-product-discount-code{min-height:2.15rem!important;padding:.42rem .75rem!important;font-size:.74rem!important}main[data-noah-product-layout=enhanced] .noah-product-usps__list{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:.55rem!important}main[data-noah-product-layout=enhanced] .noah-product-usp{display:grid!important;grid-template-columns:auto 1fr!important;align-items:center!important;gap:.4rem!important;min-height:3rem!important;padding:.45rem .5rem!important}main[data-noah-product-layout=enhanced] .noah-product-usp__icon{width:1.45rem!important;height:1.45rem!important}main[data-noah-product-layout=enhanced] .noah-product-usp__copy strong{font-size:.66rem!important;line-height:1.18!important}main[data-noah-product-layout=enhanced] .elixx-product-trust__grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:.4rem!important}main[data-noah-product-layout=enhanced] .elixx-product-trust__item{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:.25rem!important;min-height:4.45rem!important;padding:.45rem .25rem!important;text-align:center!important}main[data-noah-product-layout=enhanced] .elixx-product-trust__icon{width:1.35rem!important;height:1.35rem!important}main[data-noah-product-layout=enhanced] .elixx-product-trust__title{font-size:.5rem!important;line-height:1.1!important}main[data-noah-product-layout=enhanced] .elixx-product-trust__text{font-size:.48rem!important;line-height:1.1!important}main[data-noah-product-layout=enhanced] .product-information__media media-gallery.media-gallery--carousel{--gallery-aspect-ratio: auto;--noah-mobile-content-inset: 1rem;--noah-mobile-gallery-height: clamp(13.65rem, 59vw, 14.55rem);--noah-mobile-gallery-thumb-gap: .28rem;--noah-mobile-gallery-thumb-size: clamp(4.7rem, 20.5vw, 5.25rem);width:calc(100% - (var(--noah-mobile-content-inset) * 2))!important;margin-inline:var(--noah-mobile-content-inset)!important}main[data-noah-product-layout=enhanced] .product-information__media media-gallery.media-gallery--carousel slideshow-component:has(slideshow-controls[thumbnails]){display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;grid-template-areas:"container controls"!important;gap:.32rem!important;align-items:start!important;width:100%!important;max-width:100%!important;height:fit-content!important;aspect-ratio:auto!important}main[data-noah-product-layout=enhanced] .product-information__media{margin-block-end:0!important;padding-block-end:0!important;height:fit-content!important;align-self:start!important}main[data-noah-product-layout=enhanced] .product-information__media media-gallery.media-gallery--carousel{height:fit-content!important;aspect-ratio:auto!important}main[data-noah-product-layout=enhanced] .product-information__media media-gallery.media-gallery--carousel slideshow-container{grid-area:container!important;order:unset!important;width:100%!important;min-width:0!important;overflow:hidden!important;height:auto!important;aspect-ratio:auto!important}main[data-noah-product-layout=enhanced] .product-information__media media-gallery.media-gallery--carousel slideshow-slides{display:flex!important;overflow-x:hidden!important;scroll-snap-type:x mandatory!important;width:100%!important;aspect-ratio:auto!important;height:auto!important;min-height:0!important}main[data-noah-product-layout=enhanced] .product-information__media media-gallery.media-gallery--carousel slideshow-slide{flex:0 0 100%!important;width:100%!important;min-width:100%!important;max-width:100%!important;overflow:hidden!important;display:flex!important;justify-content:center!important;align-items:flex-start!important;scroll-snap-align:center!important;scroll-snap-stop:always!important}main[data-noah-product-layout=enhanced] .product-information__media media-gallery.media-gallery--carousel slideshow-slide[aria-hidden=true]{content-visibility:hidden!important}main[data-noah-product-layout=enhanced] .product-information__media media-gallery.media-gallery--carousel .product-media-constraint-wrapper{width:fit-content!important;max-width:100%!important;height:auto!important;aspect-ratio:auto!important}main[data-noah-product-layout=enhanced] .product-information__media :not(.dialog-zoomed-gallery)>.product-media-container{--slide-width: 100% !important;aspect-ratio:auto!important;width:100%!important;max-width:100%!important;background:transparent!important}main[data-noah-product-layout=enhanced] .product-information__media media-gallery.media-gallery--carousel slideshow-controls[pagination-position=center][thumbnails],main[data-noah-product-layout=enhanced] .product-information__media media-gallery.media-gallery--carousel slideshow-controls[pagination-position=right][thumbnails]{width:auto!important}main[data-noah-product-layout=enhanced] .product-information__media media-gallery.media-gallery--carousel slideshow-slide.product-media-container{display:flex!important;aspect-ratio:auto!important;width:100%!important;max-width:100%!important;height:auto!important;max-height:none!important;background:transparent!important;overflow:hidden!important;justify-content:center!important;align-items:flex-start!important}main[data-noah-product-layout=enhanced] .product-information__media media-gallery.media-gallery--carousel slideshow-slide .product-media{flex:0 0 auto!important;width:fit-content!important;max-width:100%!important;aspect-ratio:auto!important;margin-inline:auto!important;justify-content:center!important}main[data-noah-product-layout=enhanced] .product-information__media media-gallery.media-gallery--carousel .product-media-container :is(img,video,.deferred-media__poster-image),main[data-noah-product-layout=enhanced] .product-information__media media-gallery.media-gallery--carousel slideshow-slide.product-media-container :is(img,video,.deferred-media__poster-image),main[data-noah-product-layout=enhanced] .product-information__media media-gallery.media-gallery--carousel slideshow-slide .product-media__image{display:block!important;width:100%!important;height:var(--noah-mobile-gallery-height)!important;max-height:var(--noah-mobile-gallery-height)!important;max-width:100%!important;object-fit:cover!important;object-position:center!important;aspect-ratio:auto!important}main[data-noah-product-layout=enhanced] .product-information{gap:0!important;padding-block-start:.5rem!important;padding-top:0!important}main[data-noah-product-layout=enhanced] .product-information__grid{gap:0!important;row-gap:0!important}main[data-noah-product-layout=enhanced] .product-information .product-details{margin-block-start:0!important;padding-block-start:0!important;align-self:start!important}main[data-noah-product-layout=enhanced] .product-information .product-details>.group-block{gap:.45rem}main[data-noah-product-layout=enhanced] .product-information .product-details>.group-block.spacing-style{--padding-block-start: .25rem !important;padding-block:.25rem var(--padding-block-end, 0px)!important}main[data-noah-product-layout=enhanced] .noah-product-rating{margin-top:0!important;margin-block-end:0!important;padding-block:0!important}main[data-noah-product-layout=enhanced] .product-information .product-form-buttons{gap:1rem!important}main[data-noah-product-layout=enhanced] .product-information .product-form-buttons>.quantity-selector-wrapper{flex:0 0 4.85rem!important;width:4.85rem!important}main[data-noah-product-layout=enhanced] .product-information .quantity-selector{height:2.35rem!important;min-height:2.35rem!important}main[data-noah-product-layout=enhanced] .product-information .add-to-cart-button.button{height:2.35rem!important;min-height:2.35rem!important;padding-block:.35rem!important;font-size:.64rem}main[data-noah-product-layout=enhanced] .product-information__media .media-gallery__mobile-controls{display:none!important}main[data-noah-product-layout=enhanced] .product-information__media media-gallery.media-gallery--carousel slideshow-controls[thumbnails]:not(.media-gallery__mobile-controls){display:flex!important;grid-area:controls!important;order:unset!important;position:static!important;width:auto!important;max-width:var(--noah-mobile-gallery-thumb-size)!important;height:auto!important;min-height:0!important;flex-direction:column!important;flex-shrink:0!important}main[data-noah-product-layout=enhanced] .product-information__media slideshow-controls[thumbnails] .slideshow-controls__thumbnails-container{overflow:hidden auto!important;height:var(--noah-mobile-gallery-height)!important;max-height:var(--noah-mobile-gallery-height)!important;width:var(--noah-mobile-gallery-thumb-size)!important;background:transparent!important;-webkit-mask-image:linear-gradient(to bottom,#000 0,#000 calc(100% - 1.45rem),transparent 100%);mask-image:linear-gradient(to bottom,#000 0,#000 calc(100% - 1.45rem),transparent 100%)}main[data-noah-product-layout=enhanced] .product-information__media slideshow-controls[thumbnails] .slideshow-controls__thumbnails{flex-direction:column!important;flex-wrap:nowrap!important;gap:var(--noah-mobile-gallery-thumb-gap)!important;margin:0!important;padding:0!important;width:auto!important}main[data-noah-product-layout=enhanced] .product-information__media slideshow-controls[thumbnails] .slideshow-control{width:var(--noah-mobile-gallery-thumb-size)!important;height:var(--noah-mobile-gallery-thumb-size)!important;flex-shrink:0!important;background:transparent!important}}main[data-noah-product-layout=enhanced] .dialog-zoomed-gallery .product-media-container--image{display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 8rem)}main[data-noah-product-layout=enhanced] .dialog-zoomed-gallery .product-media-container--image .product-media,main[data-noah-product-layout=enhanced] .dialog-zoomed-gallery .product-media__drag-zoom-wrapper{display:flex;align-items:center;justify-content:center;width:100%;height:100%}main[data-noah-product-layout=enhanced] .dialog-zoomed-gallery .product-media__image{object-fit:contain!important;width:auto!important;max-width:min(100%,calc(100vw - 2rem))!important;height:auto!important;max-height:calc(100vh - 8rem)!important}@media screen and (max-width:749px){main[data-noah-product-layout=enhanced] .dialog-zoomed-gallery .product-media-container--image .product-media{aspect-ratio:auto;height:auto;min-height:calc(100vh - 7rem)}main[data-noah-product-layout=enhanced] .dialog-zoomed-gallery .product-media__drag-zoom-wrapper .product-media__image{object-fit:contain!important;max-height:calc(100vh - 7rem)!important}}main[data-noah-product-layout=enhanced] .noah-product-gallery-inventory{display:none}main[data-noah-product-layout=enhanced] .noah-product-mobile-inventory{display:none!important}main[data-noah-product-layout=enhanced] .product-details .product-inventory{display:none!important}main[data-noah-product-layout=enhanced] .noah-product-usp__icon{overflow:hidden}main[data-noah-product-layout=enhanced] .noah-product-usp__icon-image{width:132%!important;height:132%!important;max-width:none;border-radius:50%;object-fit:cover;filter:none}main[data-template="product.basic-product-2-0"] .noah-product-usp__icon-image{width:72%!important;height:72%!important;max-width:72%;border-radius:0;object-fit:contain}main[data-template="product.basic-product-2-0"] .noah-product-usp__icon{background:#f4f7f9}main[data-noah-product-layout=enhanced] .noah-airco-size-help-button{display:inline-flex;align-items:center;justify-content:space-between;gap:.75rem;min-height:3.55rem;padding:.55rem .75rem;border:1px solid #0a66d8;border-radius:8px;background:#0b5fac;color:#fff;box-shadow:inset 0 0 0 1px #ffffff38,0 8px 18px #0a66d82e;text-decoration:none}main[data-noah-product-layout=enhanced] .noah-airco-size-help-button:hover{background:#084f91;color:#fff}main[data-noah-product-layout=enhanced] .noah-airco-size-help-button__icon{display:grid;place-items:center;flex:0 0 auto;width:1.7rem;height:1.7rem}main[data-noah-product-layout=enhanced] .noah-airco-size-help-button svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}main[data-noah-product-layout=enhanced] .noah-airco-size-help-button__icon svg{width:1.7rem;height:1.7rem}main[data-noah-product-layout=enhanced] .noah-airco-size-help-button__arrow{width:1rem;height:1rem}main[data-noah-product-layout=enhanced] .noah-airco-size-help-button strong,main[data-noah-product-layout=enhanced] .noah-airco-size-help-button small{display:block;color:inherit;line-height:1.05}main[data-noah-product-layout=enhanced] .noah-airco-size-help-button strong{font-size:.95rem;font-weight:900}main[data-noah-product-layout=enhanced] .noah-airco-size-help-button small{margin-top:.18rem;font-size:.62rem;font-weight:750}main[data-noah-product-layout=enhanced] .noah-airco-size-help-button--desktop{flex:0 0 auto;width:auto;max-width:12rem;min-height:2.9rem;margin-left:auto;padding-inline:.8rem}main[data-noah-product-layout=enhanced] .noah-pdp-reviews__header h2,main[data-noah-product-layout=enhanced] .noah-pdp-review-card h3{font-family:var(--font-body--family);letter-spacing:0}main[data-noah-product-layout=enhanced] .noah-pdp-reviews__header h2{color:var(--color-foreground-heading);font-size:clamp(1.55rem,2.2vw,2rem);font-weight:800;line-height:1.15}main[data-noah-product-layout=enhanced] .noah-pdp-review-card h3{font-size:.95rem;font-weight:800;line-height:1.25}main[data-noah-product-layout=enhanced] .noah-pdp-review-card__image{width:100%;margin-block:.65rem .85rem;overflow:hidden;border-radius:8px;background:color-mix(in srgb,var(--color-foreground) 4%,var(--color-background));aspect-ratio:4 / 3}main[data-noah-product-layout=enhanced] .noah-pdp-review-card__image img{display:block;width:100%;height:100%;object-fit:cover}@media screen and (min-width:750px){main[data-noah-product-layout=enhanced] .product-information__media media-gallery{position:relative}main[data-noah-product-layout=enhanced] .noah-airco-size-help-button--mobile{display:none}main[data-noah-product-layout=enhanced] .noah-product-gallery-inventory{position:absolute;z-index:3;inset-block-start:.8rem;inset-inline-start:.8rem;display:inline-flex!important;align-items:center;gap:.4rem;max-width:calc(100% - 1.6rem);min-height:2rem;padding:.34rem .78rem .34rem .5rem;border:1px solid #bdebd3;border-radius:999px;background:#fffffff5;color:#0d8a3b;box-shadow:0 8px 20px #0f314c1f;font-size:.72rem;font-weight:900;line-height:1;pointer-events:none}main[data-noah-product-layout=enhanced] .noah-product-gallery-inventory .product-inventory__icon,main[data-noah-product-layout=enhanced] .noah-product-gallery-inventory .product-inventory__icon svg{width:.9rem;height:.9rem}}@media screen and (max-width:749px){main[data-noah-product-layout=enhanced] .product-information__media media-gallery{position:relative}main[data-noah-product-layout=enhanced] .noah-product-gallery-inventory{position:absolute;z-index:3;inset-block-start:.95rem;inset-inline-start:1.45rem;display:inline-flex;align-items:center;gap:.24rem;max-width:12rem;min-height:1.38rem;padding:.16rem .46rem .16rem .32rem;border:1px solid #bdebd3;border-radius:999px;background:#fffffff0;color:#0d8a3b;box-shadow:0 6px 16px #0f314c1a;font-size:.54rem;font-weight:900;line-height:1;pointer-events:none}main[data-noah-product-layout=enhanced] .noah-product-gallery-inventory .product-inventory__icon,main[data-noah-product-layout=enhanced] .noah-product-gallery-inventory .product-inventory__icon svg{width:.62rem;height:.62rem}main[data-noah-product-layout=enhanced] .noah-product-rating{gap:.34rem;margin-top:.65rem!important;font-size:.76rem}main[data-noah-product-layout=enhanced] .noah-product-rating__stars{font-size:.78rem}main[data-noah-product-layout=enhanced] .product-details .product-inventory{display:none!important}main[data-noah-product-layout=enhanced] .elixx-product-trust{display:none!important}main[data-noah-product-layout=enhanced] .product-information .product-form-buttons{display:grid!important;grid-template-columns:6.35rem minmax(0,1fr);justify-content:stretch;column-gap:.55rem!important;row-gap:.65rem!important;align-items:stretch}main[data-noah-product-layout=enhanced] .product-information .product-form-buttons>.noah-product-discount-code,main[data-noah-product-layout=enhanced] .product-information .product-form-buttons>.noah-product-payment-icons{grid-column:1 / -1;width:100%}main[data-noah-product-layout=enhanced] .product-information .product-form-buttons>.quantity-selector-wrapper{grid-column:1;width:100%!important;min-width:0!important;flex:none!important}main[data-noah-product-layout=enhanced] .product-information .product-form-buttons>add-to-cart-component,main[data-noah-product-layout=enhanced] .product-information .product-form-buttons>span:has(.add-to-cart-button){grid-column:2;width:100%!important;max-width:100%!important;min-width:0!important;flex:none!important;margin-left:0}main[data-noah-product-layout=enhanced] .product-information .quantity-selector-wrapper,main[data-noah-product-layout=enhanced] .product-information .quantity-selector,main[data-noah-product-layout=enhanced] .product-information add-to-cart-component,main[data-noah-product-layout=enhanced] .product-information .add-to-cart-button.button{min-width:0!important;max-width:100%!important;overflow:hidden}main[data-noah-product-layout=enhanced] .product-information .quantity-selector{--quantity-selector-width: 6.35rem;width:100%!important;justify-content:space-between}main[data-noah-product-layout=enhanced] .product-information .quantity-selector :is(.quantity-minus,.quantity-plus){width:2.05rem;min-width:2.05rem;height:100%}main[data-noah-product-layout=enhanced] .product-information .quantity-selector input[type=number]{flex:1 1 auto;width:1.75rem;min-width:1.75rem;max-width:none;padding-inline:0}main[data-noah-product-layout=enhanced] .product-information .add-to-cart-button.button{width:100%;font-size:clamp(.62rem,2.9vw,.72rem)}main[data-noah-product-layout=enhanced] .noah-airco-size-help-button--desktop{display:none}main[data-noah-product-layout=enhanced] .variant-option--airco-size-mobile{margin-top:1rem}main[data-noah-product-layout=enhanced] .product-information product-price [ref=priceContainer]{padding-bottom:.25rem}main[data-noah-product-layout=enhanced] .product-information product-price+variant-picker,main[data-noah-product-layout=enhanced] .product-information .price+variant-picker{margin-top:-.25rem}main[data-noah-product-layout=enhanced] .product-information variant-picker{margin-top:-.85rem!important}main[data-noah-product-layout=enhanced] .variant-option--airco-size-mobile>label{display:block;margin-bottom:.75rem;color:var(--color-foreground);font-size:.9375rem;font-weight:600;line-height:1.2}main[data-noah-product-layout=enhanced] .variant-option--airco-size-mobile__row{display:grid;grid-template-columns:minmax(0,1fr) clamp(8.1rem,35vw,8.75rem);gap:.5rem;align-items:stretch}main[data-noah-product-layout=enhanced] .variant-option--airco-size-mobile .variant-option__select-wrapper{min-height:3.65rem;margin:0;border-color:#d7e0eb;border-radius:8px;background:#fff}main[data-noah-product-layout=enhanced] .variant-option--airco-size-mobile .variant-option__select{min-height:3.65rem;padding:.5rem 2rem .5rem .75rem;font-size:.73rem;line-height:1.15}main[data-noah-product-layout=enhanced] .noah-airco-size-help-button--mobile{width:100%;min-height:3.65rem;gap:.42rem;padding-inline:.62rem}main[data-noah-product-layout=enhanced] .noah-airco-size-help-button--mobile strong{font-size:.74rem}main[data-noah-product-layout=enhanced] .noah-pdp-review-card__image{aspect-ratio:1 / .78}}main[data-noah-product-layout=enhanced] .variant-option--airco-size-desktop{align-items:center}main[data-noah-product-layout=enhanced] .variant-option--airco-size-desktop legend{flex:1 0 100%}main[data-template="product.tenttapijt-2-0"] .variant-option--tenttapijt-size-desktop{display:grid;grid-template-columns:minmax(7.5rem,.32fr) repeat(4,minmax(0,1fr));gap:.65rem .7rem;align-items:stretch}main[data-template="product.tenttapijt-2-0"] .variant-option--tenttapijt-size-desktop legend{grid-column:1 / -1;margin-block-end:.1rem!important}main[data-template="product.tenttapijt-2-0"] .noah-tenttapijt-size-row-label{grid-column:1;display:flex;align-items:center;min-height:2.85rem;padding:.55rem .75rem;border:1px solid color-mix(in srgb,#0b508a 16%,var(--color-foreground) 10%);border-radius:8px;background:color-mix(in srgb,#0b508a 6%,var(--color-background));color:#0b508a;font-size:.86rem;font-weight:850;line-height:1.15;order:var(--noah-tent-size-row-order)}main[data-template="product.tenttapijt-2-0"] .variant-option--tenttapijt-size-desktop .variant-option__button-label{min-width:0;min-height:2.85rem;padding-inline:.65rem;font-size:.86rem;line-height:1.15;order:var(--noah-size-option-order)}main[data-template="product.tenttapijt-2-0"] .variant-option--tenttapijt-size-desktop .variant-option__button-label__text{white-space:normal}main[data-template="product.tenttapijt-2-0"] .variant-option--tenttapijt-size-desktop{display:none!important}main[data-template="product.tenttapijt-2-0"] .variant-option--tenttapijt-size-mobile{display:block}main[data-template="product.tenttapijt-2-0"] .variant-option--tenttapijt-size-mobile .variant-option--airco-size-mobile__row{grid-template-columns:minmax(0,1fr)}main[data-template="product.tenttapijt-2-0"] .variant-option--tenttapijt-size-mobile .variant-option__select-wrapper{width:min(100%,28rem)}main[data-template="product.basic-product-2-0"] .variant-option--basic-size-desktop{display:none!important}main[data-template="product.basic-product-2-0"] .variant-option--basic-color-mobile{display:none}main[data-template="product.basic-product-2-0"] .variant-picker__form>.variant-option--basic-size-select{display:block;order:2!important}main[data-template="product.basic-product-2-0"] .variant-picker__form>.variant-option--basic-package{order:3!important}main[data-template="product.basic-product-2-0"] .variant-option--basic-size-select .variant-option--airco-size-mobile__row{grid-template-columns:minmax(0,1fr)}main[data-template="product.basic-product-2-0"] .variant-option--basic-size-select .variant-option__select-wrapper{width:min(100%,28rem)}main[data-template="product.basic-product-2-0"] .variant-option--basic-package .variant-option__button-label{flex-direction:column;gap:.15rem;align-items:center;justify-content:center;min-height:3.1rem;text-align:center}main[data-template="product.basic-product-2-0"] .variant-option--basic-package .variant-option__button-label[data-noah-package-option-order]{order:var(--noah-package-option-order)}main[data-template="product.basic-product-2-0"] .noah-package-unit-price{display:block;color:color-mix(in srgb,var(--color-foreground) 62%,transparent);font-size:.68rem;font-weight:750;line-height:1.15}main[data-noah-product-layout=enhanced][data-template="product.basic-product-2-0"] .variant-option--basic-package .variant-option__button-label:has(input[data-option-available=false]),main[data-noah-product-layout=enhanced][data-template="product.basic-product-2-0"] .variant-option--basic-package .variant-option__button-label:has(input[data-combination-available=false]),main[data-template="product.basic-product-2-0"] .variant-option--basic-package .variant-option__button-label:has(input[data-option-available=false]),main[data-template="product.basic-product-2-0"] .variant-option--basic-package .variant-option__button-label:has(input[data-combination-available=false]){display:flex!important;border-color:color-mix(in srgb,var(--color-foreground) 18%,transparent);background:#eef1f5;color:color-mix(in srgb,var(--color-foreground) 48%,transparent);cursor:not-allowed;box-shadow:none;opacity:.72}main[data-template="product.basic-product-2-0"] .variant-option--basic-package .variant-option__button-label:has(input[data-option-available=false]):after,main[data-template="product.basic-product-2-0"] .variant-option--basic-package .variant-option__button-label:has(input[data-combination-available=false]):after{content:"";position:absolute;inset-inline:.55rem;inset-block-start:50%;height:1px;background:currentColor;transform:rotate(-10deg);transform-origin:center}@media screen and (min-width:750px){main[data-noah-product-layout=enhanced] .variant-option--airco-size-desktop{display:grid;grid-template-columns:minmax(9.75rem,.9fr) repeat(4,minmax(0,1fr));gap:0 .7rem;align-items:stretch}main[data-noah-product-layout=enhanced] .variant-option--airco-size-desktop legend{grid-column:1 / -1;margin-block-end:.75rem!important}main[data-noah-product-layout=enhanced] .variant-option--airco-size-desktop .variant-option__button-label{width:100%;min-width:0;min-height:2.9rem;padding-inline:.5rem;font-size:clamp(.66rem,.75vw,.76rem);line-height:1.15;letter-spacing:0;white-space:nowrap}main[data-noah-product-layout=enhanced] .variant-option--airco-size-desktop .variant-option__button-label[data-noah-size-option-order]{order:var(--noah-size-option-order)}main[data-noah-product-layout=enhanced] .variant-option--airco-size-desktop .variant-option__button-label__text{overflow:hidden;text-overflow:ellipsis}main[data-noah-product-layout=enhanced] .noah-airco-size-help-button--desktop{width:100%;max-width:none;min-height:2.9rem;margin-left:0;padding-inline:.7rem;order:0}main[data-noah-product-layout=enhanced] .noah-airco-size-help-button--desktop strong{font-size:.82rem;white-space:nowrap}main[data-noah-product-layout=enhanced] .noah-airco-install-variants__grid{max-width:min(100%,29rem);gap:.8rem}main[data-noah-product-layout=enhanced] .noah-airco-install-variants__media{aspect-ratio:1 / .78}main[data-noah-product-layout=enhanced] .noah-airco-install-variants__panel{grid-template-columns:minmax(20rem,.82fr) minmax(18rem,1fr)}}@media screen and (max-width:749px){main[data-template="product.basic-product-2-0"] .variant-option--basic-color-swatches{display:none!important}main[data-template="product.basic-product-2-0"] .variant-picker__form>.variant-option--basic-color-mobile{display:block;order:1!important;margin:0}main[data-template="product.basic-product-2-0"] .variant-option--basic-color-mobile>label{display:block;margin-bottom:.75rem;color:var(--color-foreground);font-size:.9375rem;font-weight:600;line-height:1.2}main[data-template="product.basic-product-2-0"] .variant-option--basic-color-mobile .variant-option__select-wrapper{width:100%;min-height:3.65rem;margin:0;border-color:#d7e0eb;border-radius:8px;background:#fff}main[data-template="product.basic-product-2-0"] .variant-option--basic-color-mobile .variant-option__select{min-height:3.65rem;padding:.5rem 2rem .5rem .75rem;font-size:.82rem;font-weight:750;line-height:1.15}main[data-template="product.tenttapijt-2-0"] .variant-option--tenttapijt-size-mobile .variant-option__select-wrapper{width:100%}main[data-template="product.basic-product-2-0"] .variant-option--basic-size-select .variant-option__select-wrapper{width:100%}}main[data-noah-product-layout=enhanced] .elixx-faq .elixx-section-header h2{color:var(--color-foreground-heading);font-family:var(--font-body--family);font-size:clamp(1.55rem,2.2vw,2rem);font-weight:800;line-height:1.15;letter-spacing:0}.cart-drawer .cart-drawer__items .cart-items__table-row{grid-template-columns:5rem minmax(0,1fr) auto;grid-template-areas:"media details price" "media quantity price" "media error error";column-gap:.85rem;row-gap:.55rem;align-items:start}.cart-drawer .cart-drawer__items .cart-items__media-container{border-radius:8px;background:color-mix(in srgb,var(--color-foreground) 4%,var(--color-background))}.cart-drawer .cart-drawer__items .cart-items__title{display:inline-block;max-width:100%;color:var(--color-foreground);font-size:.92rem;font-weight:800;line-height:1.2}.cart-drawer .cart-drawer__items .cart-items__variants{display:flex;flex-wrap:wrap;gap:.15rem 0;margin-top:.35rem;color:color-mix(in srgb,var(--color-foreground) 68%,transparent);font-size:.78rem;line-height:1.25}.cart-drawer .cart-drawer__items .cart-items__details>p:first-child{margin-bottom:.1rem}.cart-drawer .cart-drawer__items .cart-items__price{min-width:4.4rem;color:var(--color-foreground);text-align:right}.cart-drawer .cart-drawer__items .cart-items__price-stack{display:grid;justify-items:end;gap:.12rem;line-height:1.1}.cart-drawer .cart-drawer__items .cart-items__current-price{font-size:.95rem;font-weight:900}.cart-drawer .cart-drawer__items .cart-items__compare-price{color:color-mix(in srgb,var(--color-foreground) 48%,transparent);font-size:.76rem}.cart-drawer .cart-drawer__items .cart-items__quantity-controls{gap:.35rem}.cart-drawer .cart-drawer__items .cart-items__quantity .quantity-selector{min-height:2.25rem;border-radius:8px}.cart-drawer .cart-drawer__items .cart-items__remove{width:2.25rem;height:2.25rem;border:1px solid color-mix(in srgb,var(--color-foreground) 10%,transparent);border-radius:8px;color:color-mix(in srgb,var(--color-foreground) 62%,transparent)}.cart-drawer .cart__total-savings{display:flex;align-items:center;justify-content:space-between;gap:1rem;color:#138a43;font-size:.9rem;font-weight:800}.cart-drawer .cart__total-container{gap:.45rem}.cart-drawer .noah-cart-shipping-progress{display:grid;gap:.85rem;width:auto;margin:0 var(--padding-lg) var(--padding-md);padding:.85rem 1rem 1rem;border:1px solid color-mix(in srgb,#0b5fac 18%,var(--color-border));border-radius:8px;background:linear-gradient(135deg,#f1f7ff,#fff);box-shadow:0 8px 18px #0f314c0f}.cart-drawer .noah-cart-shipping-progress__copy{color:#17334f;font-size:.84rem;font-weight:700;line-height:1.25;text-align:center}.cart-drawer .noah-cart-shipping-progress__copy strong{font-weight:950;color:#0b5fac}.cart-drawer .noah-cart-shipping-progress__icon{display:grid;place-items:center;position:absolute;z-index:2;inset-block-start:50%;inset-inline-start:clamp(1.08rem,var(--noah-shipping-progress),calc(100% - 1.08rem));width:2.15rem;height:2.15rem;border:2px solid #0b5fac;border-radius:50%;background:#fff;color:#0b5fac;box-shadow:0 4px 12px #0b5fac2e;transform:translate(-50%,-50%);transition:inset-inline-start .42s ease}.cart-drawer .noah-cart-shipping-progress__icon svg{width:1.15rem;height:1.15rem;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.cart-drawer .noah-cart-shipping-progress__track{position:relative;height:.58rem;overflow:visible;border-radius:999px;background:color-mix(in srgb,#0b5fac 14%,#ffffff)}.cart-drawer .noah-cart-shipping-progress__bar{position:absolute;inset-block:0;inset-inline-start:0;width:var(--noah-shipping-progress);min-width:0;overflow:hidden;border-radius:inherit;background:linear-gradient(90deg,#0b5fac,#2387df);transition:width .42s ease}.cart-drawer .noah-cart-shipping-progress__bar:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(110deg,transparent 0 30%,rgb(255 255 255 / .46) 45%,transparent 62% 100%);animation:noah-cart-progress-shine 1.45s linear infinite}.cart-drawer .noah-cart-shipping-progress--complete{border-color:color-mix(in srgb,#0b67c2 18%,var(--color-border));background:linear-gradient(135deg,#f0f8ff,#fff)}.cart-drawer .noah-cart-shipping-progress--complete .noah-cart-shipping-progress__copy{color:#0b5fac}.cart-drawer .noah-cart-shipping-progress--complete .noah-cart-shipping-progress__icon{background:#0b5fac;color:#0b5fac}.cart-drawer .noah-cart-shipping-progress--complete .noah-cart-shipping-progress__icon svg{color:#fff}.cart-drawer .noah-cart-shipping-progress--complete .noah-cart-shipping-progress__bar{background:linear-gradient(90deg,#0b5fac,#2aa7ff)}.cart-drawer .noah-cart-insurance{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.85rem;width:100%;padding:.85rem;border:1px solid color-mix(in srgb,var(--color-foreground) 9%,transparent);border-radius:8px;background:color-mix(in srgb,#f5f8fc 68%,var(--color-background));box-shadow:0 8px 18px #0f314c0d}.cart-drawer .noah-cart-insurance.is-selected{border-color:color-mix(in srgb,#0b5fac 28%,var(--color-border));background:#f4f9ff}.cart-drawer .noah-cart-insurance.is-loading{opacity:.72;pointer-events:none}.cart-drawer .noah-cart-insurance__icon{display:grid;place-items:center;width:3.2rem;height:3.2rem;border-radius:6px;background:#fff;color:#0b5fac}.cart-drawer .noah-cart-insurance__icon svg{width:2.2rem;height:2.2rem;fill:#0b5fac}.cart-drawer .noah-cart-insurance__icon svg path:nth-child(2){fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.cart-drawer .noah-cart-insurance__copy{display:grid;min-width:0;gap:.22rem}.cart-drawer .noah-cart-insurance__heading{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem;color:var(--color-foreground);font-size:.9rem;line-height:1.2}.cart-drawer .noah-cart-insurance__heading strong{font-weight:850;white-space:nowrap}.cart-drawer .noah-cart-insurance__text{color:color-mix(in srgb,var(--color-foreground) 56%,transparent);font-size:.78rem;line-height:1.28}.cart-drawer .noah-cart-insurance__switch{display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.cart-drawer .noah-cart-insurance__switch input{position:absolute;opacity:0;pointer-events:none}.cart-drawer .noah-cart-insurance__switch-track{position:relative;display:block;width:3rem;height:1.6rem;border:1px solid color-mix(in srgb,var(--color-foreground) 24%,transparent);border-radius:999px;background:#d8d8d8;transition:background .2s ease,border-color .2s ease}.cart-drawer .noah-cart-insurance__switch-track:before{content:"";position:absolute;inset-block-start:50%;inset-inline-start:.18rem;width:1.18rem;height:1.18rem;border-radius:50%;background:#fff;box-shadow:0 2px 6px #0000002e;transform:translateY(-50%);transition:transform .22s ease}.cart-drawer .noah-cart-insurance__switch input:checked+.noah-cart-insurance__switch-track{border-color:#0b5fac;background:#0b5fac}.cart-drawer .noah-cart-insurance__switch input:checked+.noah-cart-insurance__switch-track:before{transform:translate(1.35rem,-50%)}.cart-drawer .noah-cart-insurance__switch input:focus-visible+.noah-cart-insurance__switch-track{outline:2px solid #0b5fac;outline-offset:3px}@media screen and (min-width:750px){.cart-drawer .noah-cart-shipping-progress{margin-inline:var(--padding-2xl)}}@media screen and (max-width:749px){.cart-drawer .noah-cart-shipping-progress{margin-inline:var(--padding-lg)}.cart-drawer .noah-cart-insurance{gap:.7rem;padding:.78rem}.cart-drawer .noah-cart-insurance__icon{width:2.75rem;height:2.75rem}.cart-drawer .noah-cart-insurance__icon svg{width:1.9rem;height:1.9rem}.cart-drawer .noah-cart-insurance__heading{gap:.5rem;font-size:.84rem}.cart-drawer .noah-cart-insurance__text{font-size:.73rem}}@keyframes noah-cart-progress-shine{0%{transform:translate(-100%)}to{transform:translate(100%)}}main:not([data-template^=product]) .product-card .quick-add__button{display:flex;opacity:1}
/*# sourceMappingURL=/cdn/shop/t/43/assets/elixx.css.map */
