:root{--allervo-red: #b2292f;--allervo-red-dark: #900c1a;--allervo-teal: #346665;--allervo-teal-light: #b5eae7;--allervo-teal-container: #b5eae7;--allervo-bg: #fbf9f4;--allervo-surface-low: #f5f3ee;--allervo-surface-high: #eae8e3;--allervo-surface-highest: #e4e2dd;--allervo-on-surface: #1b1c19;--allervo-muted: #5a403f;--allervo-outline: #8d706e;--allervo-outline-variant: #e2bebc;--allervo-shadow-color: rgba(90, 64, 63, .06);--allervo-shadow: 0 12px 40px rgba(90, 64, 63, .06);--allervo-shadow-lg: 0 24px 64px rgba(90, 64, 63, .1)}body{font-family:Plus Jakarta Sans,sans-serif}h1,h2,h3,h4,h5,h6,.allervo-headline,.allervo-section h1,.allervo-section h2,.allervo-section h3{font-family:Manrope,sans-serif}.allervo-icon{font-family:Material Symbols Outlined;font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24;vertical-align:middle;line-height:1;display:inline-block}.allervo-icon--filled{font-variation-settings:"FILL" 1,"wght" 400,"GRAD" 0,"opsz" 24}.allervo-section{padding-top:9.6rem;padding-bottom:9.6rem}.allervo-section--sm{padding-top:4.8rem;padding-bottom:4.8rem}.allervo-container{max-width:144rem;margin-left:auto;margin-right:auto;padding-left:3.2rem;padding-right:3.2rem}@media screen and (max-width:749px){.allervo-section{padding-top:6.4rem;padding-bottom:6.4rem}.allervo-section--sm{padding-top:3.2rem;padding-bottom:3.2rem}.allervo-container{padding-left:2rem;padding-right:2rem}}.allervo-bg{background-color:var(--allervo-bg)}.allervo-surface-low{background-color:var(--allervo-surface-low)}.allervo-surface-high{background-color:var(--allervo-surface-high)}.allervo-surface-white{background-color:#fff}.allervo-surface-dark{background-color:var(--allervo-on-surface)}.allervo-asymmetric{border-radius:2.4rem .8rem}.allervo-rounded{border-radius:2.4rem}.allervo-rounded-xl{border-radius:3.2rem}.allervo-rounded-2xl{border-radius:4rem}.allervo-glass{background:#fbf9f4d1!important;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px)}.allervo-text-gradient{background:linear-gradient(135deg,#b2292f,#d44345);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.allervo-text-red{color:var(--allervo-red)}.allervo-text-teal{color:var(--allervo-teal)}.allervo-text-muted{color:var(--allervo-muted)}.allervo-text-white{color:#fff}.allervo-btn{display:inline-flex;align-items:center;gap:.8rem;padding:1.4rem 3.2rem;border-radius:9999px;font-family:Plus Jakarta Sans,sans-serif;font-size:1.5rem;font-weight:700;text-decoration:none;cursor:pointer;border:none;transition:opacity .2s ease,background-color .2s ease;line-height:1}.allervo-btn--primary{background-color:var(--allervo-red);color:#fff}.allervo-btn--primary:hover{opacity:.88;color:#fff}.allervo-btn--secondary{background-color:var(--allervo-surface-low);color:var(--allervo-on-surface);border:1px solid var(--allervo-outline-variant)}.allervo-btn--secondary:hover{background-color:var(--allervo-surface-high)}.allervo-btn--ghost{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.allervo-btn--ghost:hover{background:#fff3;color:#fff}.allervo-btn--lg{padding:1.8rem 4rem;font-size:1.7rem}.allervo-shadow{box-shadow:var(--allervo-shadow)}.allervo-shadow-lg{box-shadow:var(--allervo-shadow-lg)}.allervo-badge{display:inline-block;padding:.48rem 1.4rem;border-radius:9999px;font-size:1.1rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;font-family:Plus Jakarta Sans,sans-serif}.allervo-badge--teal{background-color:var(--allervo-teal-container);color:var(--allervo-teal)}.allervo-badge--red{background-color:#b2292f1a;color:var(--allervo-red)}.allervo-badge--white{background-color:#ffffff26;color:#fff}.allervo-icon-circle{display:flex;align-items:center;justify-content:center;border-radius:9999px;flex-shrink:0}.allervo-icon-circle--teal{background-color:var(--allervo-teal-container);color:var(--allervo-teal)}.allervo-icon-circle--red{background-color:#b2292f1a;color:var(--allervo-red)}.allervo-icon-circle--white{background-color:#ffffff26;color:#fff}.allervo-icon-circle--sm{width:4rem;height:4rem}.allervo-icon-circle--md{width:4.8rem;height:4.8rem}.allervo-icon-circle--lg{width:6.4rem;height:6.4rem}.allervo-trust-bar{background-color:var(--allervo-surface-low);border-bottom:1px solid rgba(226,190,188,.25);padding:1.8rem 3.2rem}.allervo-trust-bar__list{display:flex;flex-wrap:wrap;gap:2rem 3.2rem;justify-content:center;align-items:center;list-style:none;margin:0 auto;padding:0;font-size:1.3rem;font-weight:600;color:var(--allervo-muted);font-family:Plus Jakarta Sans,sans-serif;text-align:center}.allervo-trust-bar__item{display:flex;align-items:center;gap:.6rem;white-space:nowrap}.allervo-trust-bar__item .allervo-icon{font-size:1.8rem;color:var(--allervo-teal)}.header-wrapper{background:#fbf9f4e0!important;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border-bottom:1px solid rgba(226,190,188,.28)!important;box-shadow:none!important}.footer{background-color:var(--allervo-surface-low)!important}.footer__content a:hover,.footer a:hover{color:var(--allervo-teal)!important;text-decoration:underline}.allervo-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:6.4rem;align-items:center}.allervo-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:2.4rem}@media screen and (max-width:989px){.allervo-grid-2{grid-template-columns:1fr;gap:4rem}.allervo-grid-3{grid-template-columns:1fr}}@media screen and (min-width:750px)and (max-width:989px){.allervo-grid-3{grid-template-columns:1fr 1fr}}.allervo-cta-dark{background:var(--allervo-on-surface);border-radius:4rem;padding:8rem 3.2rem;text-align:center;position:relative;overflow:hidden}.allervo-cta-dark:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#252622,#111210)}.allervo-cta-dark__inner{position:relative;z-index:1;max-width:76.8rem;margin:0 auto}.allervo-cta-dark h2{color:#fff;font-size:clamp(2.8rem,4vw,4.8rem);font-weight:800;line-height:1.15;margin-bottom:1.6rem}.allervo-cta-dark p{color:#ffffffa6;font-size:1.7rem;margin-bottom:4rem}.allervo-cta-dark .allervo-cta-dark__teal{color:var(--allervo-teal-light)}.allervo-cta-dark__buttons{display:flex;flex-wrap:wrap;gap:1.6rem;justify-content:center}.allervo-product-card{background:#fff;border-radius:2.4rem;overflow:hidden;transition:box-shadow .2s ease,transform .2s ease}.allervo-product-card:hover{box-shadow:var(--allervo-shadow-lg);transform:translateY(-2px)}.allervo-product-card__image{aspect-ratio:1;background-color:var(--allervo-surface-high);display:flex;align-items:center;justify-content:center;overflow:hidden}.allervo-product-card__body{padding:2.4rem}.allervo-product-card__line{font-size:1.1rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--allervo-teal);display:block;margin-bottom:.4rem}.allervo-product-card__title{font-family:Manrope,sans-serif;font-size:1.6rem;font-weight:700;color:var(--allervo-on-surface);margin:0 0 .8rem}.allervo-product-card__desc{font-size:1.3rem;color:var(--allervo-muted);line-height:1.6;margin-bottom:1.6rem}.allervo-product-card__footer{display:flex;align-items:center;justify-content:space-between}.allervo-product-card__price{font-family:Manrope,sans-serif;font-size:1.8rem;font-weight:800;color:var(--allervo-on-surface)}.allervo-product-card--featured{outline:2px solid var(--allervo-red);outline-offset:0px}.product-card-wrapper .card{background:#fff!important;border-radius:2rem!important;overflow:hidden;box-shadow:0 1px 4px #0000000d!important;border:none!important;transition:box-shadow .22s ease,transform .22s ease}.product-card-wrapper:hover .card{box-shadow:0 8px 28px #0000001a!important;transform:translateY(-2px)}.product-card-wrapper .card__inner{background-color:#f0ede8!important;border-radius:0!important}.product-card-wrapper .card__media{background-color:#f0ede8!important}.product-card-wrapper .card__information{padding:1.6rem 2rem 2rem!important}.product-card-wrapper .card__heading,.product-card-wrapper .card__heading.h5{font-family:Manrope,sans-serif!important;font-size:1.5rem!important;font-weight:700!important;color:#1b1c19!important;margin-bottom:0!important;line-height:1.3!important}.product-card-wrapper .card__heading a{color:#1b1c19!important;text-decoration:none!important}.product-card-wrapper .price,.product-card-wrapper .price-item{font-family:Manrope,sans-serif!important;font-weight:800!important;color:#1b1c19!important}.allervo-card-vendor{display:block;font-size:1rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase;color:var(--allervo-teal);margin-bottom:.5rem;font-family:Plus Jakarta Sans,sans-serif}.allervo-card-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin:1rem 0 0}.allervo-card-tag{display:inline-block;padding:.3rem .9rem;border-radius:9999px;font-size:1.1rem;font-weight:600;background:#3466651a;color:#346665;font-family:Plus Jakarta Sans,sans-serif;white-space:nowrap}.allervo-card-cta{margin-top:1.4rem!important;width:100%;justify-content:center;font-size:1.3rem!important;padding:.9rem 1.6rem!important;border-radius:9999px!important}.allervo-card-form{margin:0}.product-card-wrapper .quick-add__submit.button,.product-card-wrapper .quick-add__submit.button--secondary,.product-card-wrapper .quick-add__submit.button--full-width{background-color:var(--allervo-red)!important;color:#fff!important;border:none!important;border-radius:9999px!important;font-family:Plus Jakarta Sans,sans-serif!important;font-size:1.3rem!important;font-weight:700!important;padding:1.1rem 1.8rem!important;line-height:1!important;box-shadow:none!important;transition:opacity .2s ease,background-color .2s ease!important;margin-top:1.4rem!important;width:100%!important;min-height:0!important}.product-card-wrapper .quick-add__submit.button:before,.product-card-wrapper .quick-add__submit.button:after,.product-card-wrapper .quick-add__submit.button--secondary:before,.product-card-wrapper .quick-add__submit.button--secondary:after{display:none!important;box-shadow:none!important}.product-card-wrapper .quick-add__submit:hover,.product-card-wrapper .quick-add__submit.button--secondary:hover,.product-card-wrapper .quick-add__submit:not([disabled]):hover{opacity:.88!important;background-color:var(--allervo-red)!important;color:#fff!important}.product-card-wrapper .quick-add__submit[disabled]{opacity:.5!important;cursor:not-allowed!important}.product-card-wrapper a.quick-add__submit,.product-card-wrapper a.quick-add__submit.button,.product-card-wrapper a.quick-add__submit.button--secondary{display:inline-flex!important;align-items:center!important;justify-content:center!important;text-decoration:none!important;box-sizing:border-box!important}.product-card-wrapper .quick-add{margin-top:0!important;padding:0 2rem 2rem!important}.allervo-card-badge{position:absolute;top:1.2rem;left:1.2rem;z-index:2;display:inline-block;padding:.4rem 1.2rem;background:#b2292f;color:#fff;border-radius:9999px;font-size:1.1rem;font-weight:700;letter-spacing:.04em;font-family:Plus Jakarta Sans,sans-serif;pointer-events:none}.allervo-testimonial{background:#fff;border-radius:2.4rem;padding:4rem;position:relative}.allervo-testimonial__quote-mark{font-family:Material Symbols Outlined;font-variation-settings:"FILL" 1,"wght" 400,"GRAD" 0,"opsz" 48;font-size:6.4rem;color:var(--allervo-teal-container);position:absolute;top:2.4rem;right:3.2rem;line-height:1;opacity:.5}.allervo-testimonial__author{display:flex;align-items:center;gap:1.6rem;margin-bottom:2.4rem}.allervo-testimonial__avatar{width:5.6rem;height:5.6rem;border-radius:9999px;background-color:var(--allervo-surface-high);display:flex;align-items:center;justify-content:center;flex-shrink:0}.allervo-testimonial__name{font-family:Manrope,sans-serif;font-weight:700;color:var(--allervo-on-surface);margin:0;font-size:1.6rem}.allervo-testimonial__title{font-size:1.4rem;color:var(--allervo-teal);font-weight:600;margin:0}.allervo-testimonial__text{font-size:1.6rem;font-style:italic;color:var(--allervo-on-surface);line-height:1.7;margin:0}.allervo-comparison-table{width:100%;border-collapse:collapse}.allervo-comparison-table th{font-family:Manrope,sans-serif;font-size:1.1rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--allervo-muted);padding:1.2rem 1.6rem;border-bottom:2px solid var(--allervo-outline-variant);text-align:center}.allervo-comparison-table th:first-child{text-align:left}.allervo-comparison-table td{padding:1.4rem 1.6rem;font-size:1.5rem;border-bottom:1px solid rgba(226,190,188,.2);text-align:center;color:var(--allervo-muted)}.allervo-comparison-table td:first-child{text-align:left;font-weight:600;color:var(--allervo-on-surface)}.allervo-comparison-table .allervo-comparison-table__yes{color:var(--allervo-teal);font-weight:700}.allervo-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:3.2rem;text-align:center}.allervo-stats__number{font-family:Manrope,sans-serif;font-size:clamp(3.2rem,5vw,5.6rem);font-weight:900;color:var(--allervo-red);line-height:1;margin-bottom:.8rem}.allervo-stats__label{font-size:1.44rem;font-weight:600;color:var(--allervo-muted)}@media screen and (max-width:749px){.allervo-stats{grid-template-columns:1fr;gap:2.4rem}}.allervo-heading-block{max-width:64rem;margin:0 auto 6.4rem;text-align:center}.allervo-heading-block h2{font-size:clamp(2.8rem,4vw,4.4rem);font-weight:800;color:var(--allervo-on-surface);line-height:1.15;letter-spacing:-.01em;margin:0 0 1.6rem}.allervo-heading-block p{font-size:1.7rem;color:var(--allervo-muted);line-height:1.65;margin:0}.allervo-checklist{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1.2rem}.allervo-checklist__item{display:flex;align-items:center;gap:1.4rem;padding:1.6rem 2rem;background-color:var(--allervo-surface-low);border-radius:1.2rem;font-size:1.5rem;font-weight:600;color:var(--allervo-on-surface)}.allervo-checklist__item .allervo-icon{color:var(--allervo-teal);font-size:2rem;flex-shrink:0}.allervo-size-bar{display:flex;flex-direction:column;gap:2rem}.allervo-size-bar__labels{display:flex;justify-content:space-between;font-size:1.4rem;margin-bottom:.6rem}.allervo-size-bar__name{font-weight:600;color:var(--allervo-on-surface)}.allervo-size-bar__value{font-weight:700}.allervo-size-bar__value--bad{color:#ba1a1a}.allervo-size-bar__value--warn{color:var(--allervo-red)}.allervo-size-bar__value--good{color:var(--allervo-teal)}.allervo-size-bar__track{height:1.6rem;background-color:var(--allervo-surface-high);border-radius:9999px;overflow:hidden}.allervo-size-bar__fill{height:100%;border-radius:9999px}.allervo-size-bar__fill--bad{background-color:#ba1a1a}.allervo-size-bar__fill--warn{background-color:var(--allervo-red)}.allervo-size-bar__fill--good{background-color:var(--allervo-teal)}.banner{min-height:88vh!important}.banner--small{min-height:52vh!important}.allervo-cert-row{display:flex;flex-wrap:wrap;gap:1.2rem;margin:.8rem 0 1.6rem}.allervo-cert-item{display:flex;align-items:center;gap:.6rem;font-size:1.28rem;font-weight:600;color:var(--allervo-teal)}.allervo-cert-item .allervo-icon{font-size:1.6rem}.allervo-promise-block{display:flex;gap:1.6rem;padding:2rem;background-color:#b5eae740;border-radius:1.6rem;margin-top:1.6rem}.allervo-promise-block .allervo-icon{color:var(--allervo-teal);font-size:2.4rem;margin-top:.1rem;flex-shrink:0}.allervo-promise-block__title{font-family:Manrope,sans-serif;font-size:1.5rem;font-weight:700;color:var(--allervo-on-surface);margin:0 0 .4rem}.allervo-promise-block__text{font-size:1.3rem;color:var(--allervo-muted);margin:0;line-height:1.5}.allervo-trust-icons{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem;margin-top:1.2rem}.allervo-trust-icon-item{text-align:center;padding:1.4rem .8rem;background-color:var(--allervo-surface-low);border-radius:1.4rem}.allervo-trust-icon-item .allervo-icon{font-size:2rem;color:var(--allervo-teal);display:block;margin-bottom:.6rem}.allervo-trust-icon-item p{font-size:1.2rem;font-weight:600;color:var(--allervo-muted);margin:0;line-height:1.3}.allervo-product-description{margin-top:4rem;padding-top:4rem;border-top:1px solid rgba(226,190,188,.25)}.allervo-product-description p{font-size:1.5rem;color:var(--allervo-muted);line-height:1.75;margin-bottom:1.6rem}.allervo-product-description p:last-child{margin-bottom:0}.allervo-collection-description{margin-top:5.6rem;padding-top:4rem;border-top:1px solid rgba(226,190,188,.2);display:grid;grid-template-columns:1fr 1fr 1fr;gap:4.8rem}.allervo-collection-description__text{grid-column:span 2}.allervo-collection-description__text h2{font-family:Manrope,sans-serif;font-size:2.4rem;font-weight:700;color:var(--allervo-on-surface);margin:0 0 1.6rem}.allervo-collection-description__text p{font-size:1.5rem;color:var(--allervo-muted);line-height:1.75;margin-bottom:1.4rem}.allervo-collection-description__text p:last-child{margin-bottom:0}.allervo-collection-description__help{display:flex;flex-direction:column;gap:1.4rem}.allervo-help-card{display:flex;gap:1.4rem;padding:1.8rem;background-color:var(--allervo-surface-low);border-radius:1.6rem}.allervo-help-card .allervo-icon{color:var(--allervo-teal);font-size:2.2rem;margin-top:.1rem;flex-shrink:0}.allervo-help-card__title{font-family:Manrope,sans-serif;font-size:1.44rem;font-weight:700;color:var(--allervo-on-surface);margin:0 0 .4rem}.allervo-help-card__text{font-size:1.28rem;color:var(--allervo-muted);margin:0 0 .8rem;line-height:1.5}.allervo-help-card a{font-size:1.28rem;font-weight:700;color:var(--allervo-teal);text-decoration:none;display:flex;align-items:center;gap:.32rem}.allervo-help-card a:hover{text-decoration:underline}@media screen and (max-width:989px){.allervo-collection-description{grid-template-columns:1fr;gap:3.2rem}.allervo-collection-description__text{grid-column:span 1}}.header__heading-link .h2{font-size:0!important;letter-spacing:0}.header__heading-link .h2:before{content:"allervo";font-size:2.2rem;font-weight:900;font-family:var(--font-heading-family, sans-serif);color:#1b1c19;letter-spacing:-.02em}.header__heading-link .h2:after{content:".";font-size:2.2rem;font-weight:900;font-family:var(--font-heading-family, sans-serif);color:#b2292f;letter-spacing:-.02em}.scrolled-past-header .header__heading-link .h2:before,.scrolled-past-header .header__heading-link .h2:after{font-size:1.8rem}
/*# sourceMappingURL=/cdn/shop/t/3/assets/allervo-design.css.map */
