.egr-bestseller{width:100%;background:var(--bestseller-bg);color:var(--bestseller-text)}.egr-bestseller__inner--full{width:100%;padding-right:clamp(24px,3vw,56px);padding-left:clamp(24px,3vw,56px)}.egr-bestseller__header{display:flex;margin-bottom:clamp(24px,3vw,40px);align-items:end;justify-content:space-between;gap:24px}.egr-bestseller__heading{margin:0;color:inherit;font-size:clamp(28px,3vw,42px);font-weight:700;line-height:1.1;letter-spacing:0}.egr-bestseller__view-all{flex:0 0 auto;color:inherit;font-size:14px;font-weight:600;text-underline-offset:4px}.egr-bestseller__grid{display:grid;grid-template-columns:repeat(var(--bestseller-columns),minmax(0,1fr));width:100%;margin:0;padding:0;gap:var(--bestseller-gap);list-style:none}.egr-bestseller__item{min-width:0}.egr-bestseller .card-wrapper,.egr-bestseller .card{height:100%}.egr-bestseller .card__inner{background:var(--bestseller-image-bg)}.egr-bestseller .card__content{padding-top:10px}.egr-bestseller .card__heading,.egr-bestseller .card__heading a,.egr-bestseller .price,.egr-bestseller .price-item,.egr-bestseller .caption-with-letter-spacing{color:var(--bestseller-text)}.egr-bestseller .card__heading{font-size:14px;font-weight:600;line-height:1.35}.egr-bestseller .price{margin-top:6px;font-size:14px}.egr-bestseller__footer{margin-top:28px;text-align:center}.egr-bestseller__mobile-controls{display:none}@media screen and (max-width:989px){.egr-bestseller__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media screen and (max-width:749px){.egr-bestseller__inner--full{padding-right:16px;padding-left:16px}.egr-bestseller__header{margin-bottom:22px;align-items:center}.egr-bestseller__heading{font-size:28px}.egr-bestseller__grid{grid-template-columns:repeat(var(--bestseller-mobile-columns),minmax(0,1fr));gap:24px 12px}.egr-bestseller--mobile-swipe .egr-bestseller__grid{display:flex;margin-right:-16px;padding-right:16px;gap:16px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-behavior:smooth;scroll-padding-left:0;scroll-snap-type:inline mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch}.egr-bestseller--mobile-swipe .egr-bestseller__grid::-webkit-scrollbar{display:none}.egr-bestseller--mobile-swipe .egr-bestseller__item{width:var(--bestseller-mobile-card-width);flex:0 0 var(--bestseller-mobile-card-width);scroll-snap-align:start;scroll-snap-stop:always}.egr-bestseller__mobile-controls{display:flex;width:min(180px,60%);margin:30px auto 0;align-items:center;justify-content:space-between;gap:20px}.egr-bestseller__arrow{display:inline-flex;width:36px;height:36px;padding:0;align-items:center;justify-content:center;border:0;background:transparent;color:var(--bestseller-text);cursor:pointer}.egr-bestseller__arrow:disabled{cursor:default;opacity:.3}.egr-bestseller__arrow svg{width:18px;height:18px;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.egr-bestseller__counter{min-width:48px;color:var(--bestseller-text);font-size:12px;font-weight:600;text-align:center}.egr-bestseller .card__heading,.egr-bestseller .price{font-size:13px}}.egr-reviews{width:100%;overflow:hidden;background:var(--reviews-bg);color:var(--reviews-text)}.egr-reviews__inner--full{width:100%;padding-right:clamp(24px,5vw,90px);padding-left:clamp(24px,5vw,90px)}.egr-reviews__heading{margin:0 0 clamp(28px,3vw,44px);color:inherit;font-size:clamp(30px,3.5vw,50px);font-weight:700;line-height:1.08;letter-spacing:0;text-align:center}.egr-reviews__grid{display:grid;grid-template-columns:repeat(var(--reviews-columns),minmax(0,1fr));gap:var(--reviews-gap)}.egr-reviews__card{min-width:0;overflow:hidden;border-radius:var(--reviews-radius);background:var(--reviews-card-bg)}.egr-reviews__media{width:100%;aspect-ratio:1 / 1;overflow:hidden;background:#222}.egr-reviews__image,.egr-reviews__placeholder{display:block;width:100%;height:100%;object-fit:cover}.egr-reviews__placeholder{fill:#444}.egr-reviews__content{display:flex;min-height:230px;padding:24px 22px 28px;flex-direction:column;align-items:center;text-align:center}.egr-reviews__stars{color:var(--reviews-star);font-size:17px;line-height:1;letter-spacing:2px}.egr-reviews__star--empty{opacity:.3}.egr-reviews__review-title{margin:14px 0 0;color:inherit;font-size:17px;font-weight:700;line-height:1.3}.egr-reviews__reviewer{display:inline-flex;margin-top:14px;align-items:center;justify-content:center;gap:6px;color:var(--reviews-muted);font-size:13px;font-weight:600}.egr-reviews__verified{display:inline-flex;width:15px;height:15px;color:var(--reviews-verified)}.egr-reviews__verified svg{width:100%;height:100%}.egr-reviews__text{margin-top:18px;color:var(--reviews-text);font-size:14px;line-height:1.55}.egr-reviews__text>*{margin:0;color:inherit}.egr-reviews__product-link,.egr-reviews__product-label{margin-top:auto;padding-top:20px;color:var(--reviews-muted);font-size:12px;font-weight:600}.egr-reviews__product-link{text-underline-offset:3px}.egr-reviews__mobile-controls{display:none}@media screen and (max-width:989px)and (min-width:750px){.egr-reviews__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width:749px){.egr-reviews__inner--full{padding-right:16px;padding-left:16px}.egr-reviews__heading{margin-bottom:24px;font-size:30px;text-align:left}.egr-reviews__grid{grid-template-columns:repeat(var(--reviews-mobile-columns),minmax(0,1fr));gap:16px}.egr-reviews--mobile-swipe .egr-reviews__viewport{margin-right:-16px;overflow:visible}.egr-reviews--mobile-swipe .egr-reviews__grid{display:flex;padding-right:16px;gap:14px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-behavior:smooth;scroll-snap-type:inline mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch}.egr-reviews--mobile-swipe .egr-reviews__grid::-webkit-scrollbar{display:none}.egr-reviews--mobile-swipe .egr-reviews__card{width:var(--reviews-mobile-width);flex:0 0 var(--reviews-mobile-width);scroll-snap-align:start;scroll-snap-stop:always}.egr-reviews__content{min-height:220px;padding:20px 16px 24px}.egr-reviews__review-title{font-size:15px}.egr-reviews__text{font-size:13px}.egr-reviews__mobile-controls{display:flex;width:min(180px,60%);margin:26px auto 0;align-items:center;justify-content:space-between;gap:20px}.egr-reviews__arrow{display:inline-flex;width:36px;height:36px;padding:0;align-items:center;justify-content:center;border:0;background:transparent;color:var(--reviews-text);cursor:pointer}.egr-reviews__arrow:disabled{cursor:default;opacity:.3}.egr-reviews__arrow svg{width:18px;height:18px;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.egr-reviews__counter{min-width:48px;color:var(--reviews-text);font-size:12px;font-weight:600;text-align:center}}.egr-editorial-blog{width:100%;background:var(--editorial-bg);color:var(--editorial-text)}.egr-editorial-blog__inner{width:min(100%,var(--editorial-content-width));margin:0 auto;padding-right:28px;padding-left:28px}.egr-editorial-blog__header{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:28px}.egr-editorial-blog__header--center{align-items:center;flex-direction:column;justify-content:center;text-align:center}.egr-editorial-blog__heading,.egr-editorial-blog__title{font-family:Arial Black,Arial,sans-serif;letter-spacing:0}.egr-editorial-blog__heading{margin:0;color:var(--editorial-text);font-size:var(--editorial-heading-size);font-weight:900;line-height:1.08;overflow-wrap:anywhere}.egr-editorial-blog__view-all,.egr-editorial-blog__read-more{color:var(--editorial-text);text-underline-offset:.2em}.egr-editorial-blog__grid{display:grid;grid-template-columns:repeat(var(--editorial-columns),minmax(0,1fr));gap:var(--editorial-gap)}.egr-editorial-blog__card{min-width:0}.egr-editorial-blog__media{display:block;overflow:hidden;width:100%;border-radius:var(--editorial-radius);background:var(--editorial-image-bg)}.egr-editorial-blog__media--square{aspect-ratio:1 / 1}.egr-editorial-blog__media--landscape{aspect-ratio:16 / 10}.egr-editorial-blog__media--wide{aspect-ratio:16 / 9}.egr-editorial-blog__image,.egr-editorial-blog__blank-image{display:block;width:100%;height:100%}.egr-editorial-blog__image{object-fit:cover;transition:transform .26s ease}.egr-editorial-blog__media:hover .egr-editorial-blog__image{transform:scale(1.025)}.egr-editorial-blog__blank-image{background:var(--editorial-image-bg)}.egr-editorial-blog__content{padding:18px 18px 0}.egr-editorial-blog__title{display:-webkit-box;overflow:hidden;margin:0;color:var(--editorial-text);font-size:var(--editorial-title-size);font-weight:var(--editorial-title-weight);line-height:1.18;overflow-wrap:anywhere;-webkit-box-orient:vertical;-webkit-line-clamp:var(--editorial-title-lines)}.egr-editorial-blog__title a{color:inherit;text-decoration:none}.egr-editorial-blog__title a:hover{text-decoration:underline;text-underline-offset:.16em}.egr-editorial-blog__meta{display:flex;flex-wrap:wrap;gap:6px;margin-top:12px;color:var(--editorial-muted);font-size:11px;font-weight:600;line-height:1.4;text-transform:uppercase}.egr-editorial-blog__excerpt{display:-webkit-box;overflow:hidden;margin-top:12px;color:var(--editorial-muted);font-size:var(--editorial-body-size);line-height:1.55;-webkit-box-orient:vertical;-webkit-line-clamp:var(--editorial-excerpt-lines)}.egr-editorial-blog__read-more{display:inline-block;margin-top:14px;font-size:14px}.egr-editorial-blog__controls{display:none}.egr-editorial-blog__empty{padding:36px 0;color:var(--editorial-muted);text-align:center}@media screen and (max-width:989px)and (min-width:750px){.egr-editorial-blog__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width:749px){.egr-editorial-blog__inner{padding-right:20px;padding-left:20px}.egr-editorial-blog__header{align-items:flex-start;margin-bottom:20px}.egr-editorial-blog__heading{font-size:var(--editorial-heading-size-mobile)}.egr-editorial-blog__view-all{flex:0 0 auto;font-size:13px}.egr-editorial-blog__grid{grid-template-columns:repeat({{section.settings.columns_mobile}},minmax(0,1fr));gap:16px}.egr-editorial-blog--mobile-swipe .egr-editorial-blog__viewport{overflow:hidden;margin-right:-20px}.egr-editorial-blog--mobile-swipe .egr-editorial-blog__grid{display:flex;overflow-x:auto;padding-right:20px;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none}.egr-editorial-blog--mobile-swipe .egr-editorial-blog__grid::-webkit-scrollbar{display:none}.egr-editorial-blog--mobile-swipe .egr-editorial-blog__card{width:var(--editorial-mobile-width);min-width:var(--editorial-mobile-width);scroll-snap-align:start}.egr-editorial-blog__content{padding:14px 8px 0}.egr-editorial-blog__title{font-size:var(--editorial-title-size-mobile)}.egr-editorial-blog__excerpt{font-size:var(--editorial-body-size-mobile)}.egr-editorial-blog--mobile-swipe .egr-editorial-blog__controls{display:flex;min-height:40px;align-items:center;justify-content:center;gap:24px;margin-top:24px;color:var(--editorial-text)}.egr-editorial-blog__arrow{display:inline-flex;width:36px;height:36px;align-items:center;justify-content:center;padding:0;border:0;background:transparent;color:inherit;cursor:pointer}.egr-editorial-blog__arrow:disabled{opacity:.35;cursor:default}.egr-editorial-blog__arrow svg{width:18px;height:18px;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.egr-editorial-blog__counter{min-width:44px;font-size:12px;font-weight:600;text-align:center}}.egr-features{width:100%;overflow:hidden;background:var(--features-bg);color:var(--features-text)}.egr-features__inner--full{width:100%;padding-right:clamp(24px,5vw,90px);padding-left:clamp(24px,5vw,90px)}.egr-features__heading{margin:0 0 clamp(28px,3vw,44px);color:inherit;font-size:var(--features-heading-size);font-weight:700;line-height:1.08;letter-spacing:0}.egr-features__grid{display:grid;grid-template-columns:repeat(var(--features-columns),minmax(0,1fr));gap:var(--features-gap)}.egr-features__card{display:flex;min-width:0;min-height:220px;padding:clamp(24px,3vw,38px);flex-direction:column;align-items:flex-start;border-radius:var(--features-radius);background:var(--features-card-bg);color:inherit;text-decoration:none}a.egr-features__card{transition:transform .18s ease,background-color .18s ease}a.egr-features__card:hover{color:inherit;transform:translateY(-2px)}.egr-features__icon{display:inline-flex;width:var(--features-icon-size);height:var(--features-icon-size);margin-bottom:20px;align-items:center;justify-content:center;color:var(--features-icon)}.egr-features__icon svg{width:100%;height:100%;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.egr-features__card-heading{margin:0;color:inherit;font-size:var(--features-card-heading-size);font-weight:700;line-height:1.2}.egr-features__text{margin-top:16px;color:var(--features-muted);font-size:var(--features-body-size);line-height:1.5}.egr-features__text>*{margin:0;color:inherit}.egr-features__link-label{margin-top:auto;padding-top:22px;color:var(--features-text);font-size:var(--features-link-size);font-weight:700;text-decoration:underline;text-underline-offset:4px}.egr-features__mobile-controls{display:none}@media screen and (max-width:989px)and (min-width:750px){.egr-features__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width:749px){.egr-features__inner--full{padding-right:16px;padding-left:16px}.egr-features__heading{margin-bottom:24px;font-size:var(--features-heading-size-mobile)}.egr-features__grid{grid-template-columns:repeat(var(--features-mobile-columns),minmax(0,1fr));gap:16px}.egr-features--mobile-swipe .egr-features__viewport{margin-right:-16px;overflow:visible}.egr-features--mobile-swipe .egr-features__grid{display:flex;padding-right:16px;gap:14px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-behavior:smooth;scroll-snap-type:inline mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch}.egr-features--mobile-swipe .egr-features__grid::-webkit-scrollbar{display:none}.egr-features--mobile-swipe .egr-features__card{width:var(--features-mobile-width);flex:0 0 var(--features-mobile-width);scroll-snap-align:start;scroll-snap-stop:always}.egr-features__card{min-height:210px;padding:26px 22px}.egr-features__card-heading{font-size:var(--features-card-heading-size-mobile)}.egr-features__text{font-size:var(--features-body-size-mobile)}.egr-features__link-label{font-size:var(--features-link-size-mobile)}.egr-features__mobile-controls{display:flex;width:min(180px,60%);margin:26px auto 0;align-items:center;justify-content:space-between;gap:20px}.egr-features__arrow{display:inline-flex;width:36px;height:36px;padding:0;align-items:center;justify-content:center;border:0;background:transparent;color:var(--features-text);cursor:pointer}.egr-features__arrow:disabled{cursor:default;opacity:.3}.egr-features__arrow svg{width:18px;height:18px;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.egr-features__counter{min-width:48px;color:var(--features-text);font-size:12px;font-weight:600;text-align:center}}.egr-homepage-faq{width:100%;background:var(--faq-background)}.egr-homepage-faq__inner{width:min(100%,var(--faq-content-width));margin:0 auto}.egr-homepage-faq__header{display:flex;align-items:center;gap:14px;margin-bottom:24px}.egr-homepage-faq__header--left{justify-content:flex-start;text-align:left}.egr-homepage-faq__header--center{justify-content:center;text-align:center}.egr-homepage-faq__heading-mark{display:inline-flex;flex:0 0 auto;gap:4px;transform:skew(-38deg)}.egr-homepage-faq__heading-mark span{display:block;width:8px;height:24px;background:var(--faq-accent)}.egr-homepage-faq__heading{max-width:100%;margin:0;color:var(--faq-heading);font-size:var(--faq-heading-size);font-weight:700;line-height:1.2;letter-spacing:0;overflow-wrap:anywhere}.egr-homepage-faq__items{border-top:1px solid var(--faq-divider)}.egr-homepage-faq__item{border-bottom:1px solid var(--faq-divider)}.egr-homepage-faq__summary{display:flex;min-height:68px;align-items:center;justify-content:space-between;gap:24px;padding:16px 2px;color:var(--faq-question);cursor:pointer;list-style:none}.egr-homepage-faq__summary::-webkit-details-marker{display:none}.egr-homepage-faq__question-wrap{display:flex;min-width:0;align-items:flex-start;gap:12px}.egr-homepage-faq__question-icon{display:inline-flex;width:22px;height:22px;flex:0 0 22px;align-items:center;justify-content:center;color:var(--faq-accent)}.egr-homepage-faq__question-icon svg,.egr-homepage-faq__chevron svg{width:100%;height:100%;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.egr-homepage-faq__question{color:var(--faq-question);font-size:var(--faq-question-size);font-weight:650;line-height:1.35;overflow-wrap:anywhere}.egr-homepage-faq__chevron{display:inline-flex;width:22px;height:22px;flex:0 0 22px;color:var(--faq-question);transition:transform .18s ease}.egr-homepage-faq__item[open] .egr-homepage-faq__chevron{transform:rotate(180deg)}.egr-homepage-faq__answer{padding:0 48px 22px 36px;color:var(--faq-answer);font-size:var(--faq-answer-size);line-height:1.65;overflow-wrap:anywhere}.egr-homepage-faq__answer>*{margin-top:0}.egr-homepage-faq__answer>*:last-child{margin-bottom:0}.egr-homepage-faq__answer a{color:inherit;text-underline-offset:.2em}@media screen and (max-width:749px){.egr-homepage-faq .page-width{padding-right:20px;padding-left:20px}.egr-homepage-faq__header{gap:10px;margin-bottom:18px}.egr-homepage-faq__heading-mark{gap:3px}.egr-homepage-faq__heading-mark span{width:6px;height:19px}.egr-homepage-faq__heading{font-size:var(--faq-heading-size-mobile)}.egr-homepage-faq__summary{min-height:60px;gap:14px;padding:14px 0}.egr-homepage-faq__question-wrap{gap:9px}.egr-homepage-faq__question-icon{width:19px;height:19px;flex-basis:19px;margin-top:1px}.egr-homepage-faq__question{font-size:var(--faq-question-size-mobile)}.egr-homepage-faq__chevron{width:20px;height:20px;flex-basis:20px}.egr-homepage-faq__answer{padding:0 28px 18px;font-size:var(--faq-answer-size-mobile);line-height:1.6}}.egr-homepage-intro{width:100%;background:var(--intro-background);color:var(--intro-text)}.egr-homepage-intro__page{display:flex;justify-content:center}.egr-homepage-intro__content{width:min(100%,var(--intro-content-width))}.egr-homepage-intro__content--left{text-align:left}.egr-homepage-intro__content--center{text-align:center}.egr-homepage-intro__heading{max-width:100%;margin:0 0 18px;color:var(--intro-heading);font-size:var(--intro-heading-size);font-weight:700;line-height:1.15;letter-spacing:0;overflow-wrap:anywhere}.egr-homepage-intro__text{max-width:100%;color:var(--intro-text);font-size:var(--intro-body-size);line-height:1.6;overflow-wrap:anywhere}.egr-homepage-intro__text>*{margin-top:0}.egr-homepage-intro__text>*:last-child{margin-bottom:0}.egr-homepage-intro__text a{color:inherit;text-underline-offset:.2em}.egr-homepage-intro__text--collapsible:not(.is-expanded){display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:var(--intro-lines-desktop)}.egr-homepage-intro__actions{display:flex;margin-top:28px}.egr-homepage-intro__actions[hidden]{display:none}.egr-homepage-intro__actions--desktop-left{justify-content:flex-start}.egr-homepage-intro__actions--desktop-center{justify-content:center}.egr-homepage-intro__actions--desktop-right{justify-content:flex-end}.egr-homepage-intro__button{display:inline-flex;min-height:42px;align-items:center;justify-content:center;padding:10px 18px;border:1px solid var(--intro-button-border);border-radius:var(--intro-radius);background:var(--intro-button-background);color:var(--intro-button-text);font-size:15px;font-family:inherit;line-height:1.2;text-decoration:none;cursor:pointer;transition:background-color .16s ease,color .16s ease,border-color .16s ease}.egr-homepage-intro__button:hover{opacity:.82}@media screen and (max-width:749px){.egr-homepage-intro__page{padding-right:20px;padding-left:20px}.egr-homepage-intro__content--mobile-left{text-align:left}.egr-homepage-intro__content--mobile-center{text-align:center}.egr-homepage-intro__heading{margin-bottom:14px;font-size:var(--intro-heading-size-mobile)}.egr-homepage-intro__text{font-size:var(--intro-body-size-mobile);line-height:1.55}.egr-homepage-intro__text--collapsible:not(.is-expanded){-webkit-line-clamp:var(--intro-lines-mobile)}.egr-homepage-intro__actions{margin-top:22px}.egr-homepage-intro__actions--mobile-left{justify-content:flex-start}.egr-homepage-intro__actions--mobile-center{justify-content:center}.egr-homepage-intro__actions--mobile-right{justify-content:flex-end}.egr-homepage-intro__button{min-height:44px;padding:11px 18px}}.egr-trust-bar{width:100%;background:var(--trust-bg);color:var(--trust-text)}.egr-trust-bar__inner--full{width:100%;padding-right:clamp(24px,5vw,80px);padding-left:clamp(24px,5vw,80px)}.egr-trust-bar__items{display:grid;grid-template-columns:repeat(var(--trust-columns, 3),minmax(0,1fr));gap:var(--trust-gap);align-items:stretch}.egr-trust-bar__item{display:flex;min-width:0;min-height:calc((var(--trust-bar-padding) * 2) + 28px);padding:var(--trust-bar-padding) 18px;align-items:center;justify-content:center;gap:12px;color:inherit;text-align:left;text-decoration:none}.egr-trust-bar__item+.egr-trust-bar__item{border-left:1px solid var(--trust-divider)}a.egr-trust-bar__item{transition:background-color .16s ease,opacity .16s ease}a.egr-trust-bar__item:hover{color:inherit;background:#ffffff0a}.egr-trust-bar__icon{display:inline-flex;width:var(--trust-icon-size);height:var(--trust-icon-size);flex:0 0 var(--trust-icon-size);align-items:center;justify-content:center}.egr-trust-bar__icon svg{width:100%;height:100%;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.egr-trust-bar__copy{display:flex;min-width:0;flex-direction:column;gap:3px}.egr-trust-bar__heading{color:inherit;font-size:14px;font-weight:700;line-height:1.3}.egr-trust-bar__text{color:var(--trust-muted);font-size:12px;line-height:1.35}@media screen and (max-width:749px){.egr-trust-bar--mobile-inline .egr-trust-bar__items{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;overflow:visible}.egr-trust-bar--mobile-inline .egr-trust-bar__item{min-width:0;min-height:76px;padding:12px 5px;flex-direction:column;justify-content:center;gap:7px;text-align:center}.egr-trust-bar--mobile-inline .egr-trust-bar__icon{width:18px;height:18px;flex-basis:18px}.egr-trust-bar--mobile-inline .egr-trust-bar__copy{width:100%;align-items:center}.egr-trust-bar--mobile-inline .egr-trust-bar__heading{display:-webkit-box;overflow:hidden;width:100%;font-size:11px;line-height:1.25;overflow-wrap:anywhere;-webkit-box-orient:vertical;-webkit-line-clamp:2}.egr-trust-bar--mobile-inline .egr-trust-bar__text{display:none}.egr-trust-bar--mobile-stack .egr-trust-bar__items{grid-template-columns:1fr;gap:0}.egr-trust-bar--mobile-stack .egr-trust-bar__item{justify-content:flex-start}.egr-trust-bar--mobile-stack .egr-trust-bar__item+.egr-trust-bar__item{border-top:1px solid var(--trust-divider);border-left:0}.egr-trust-bar--mobile-scroll .egr-trust-bar__items{display:flex;gap:0;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.egr-trust-bar--mobile-scroll .egr-trust-bar__items::-webkit-scrollbar{display:none}.egr-trust-bar--mobile-scroll .egr-trust-bar__item{width:82vw;flex:0 0 82vw;justify-content:flex-start;scroll-snap-align:start}.egr-trust-bar__inner--full{padding-right:0;padding-left:0}}.egr-hero{position:relative;display:grid;width:100%;overflow:hidden;isolation:isolate;background:#111}.egr-hero__media,.egr-hero__media picture,.egr-hero__image,.egr-hero__placeholder,.egr-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.egr-hero__media picture{display:block}.egr-hero__image{display:block;object-fit:cover;object-position:var(--hero-desktop-image-position)}.egr-hero__placeholder{background:#242424;fill:#555}.egr-hero__overlay{z-index:1;pointer-events:none;background:#000}.egr-hero__overlay--left-gradient{background:linear-gradient(90deg,#000 0%,rgba(0,0,0,.82) 28%,rgba(0,0,0,.28) 62%,transparent 100%)}.egr-hero__overlay--right-gradient{background:linear-gradient(270deg,#000 0%,rgba(0,0,0,.82) 28%,rgba(0,0,0,.28) 62%,transparent 100%)}.egr-hero__overlay--bottom-gradient{background:linear-gradient(0deg,#000 0%,rgba(0,0,0,.55) 42%,transparent 100%)}.egr-hero__content{position:relative;z-index:2;display:flex;width:100%;min-height:inherit;padding:clamp(32px,6vw,96px);color:var(--hero-text-color)}.egr-hero__copy{width:min(100%,var(--hero-content-width))}.egr-hero__eyebrow{margin:0 0 12px;color:inherit;font-size:13px;font-weight:700;letter-spacing:0;text-transform:uppercase}.egr-hero__heading{max-width:100%;margin:0;color:inherit;font-size:var(--hero-heading-size);font-weight:700;line-height:1.08;letter-spacing:0;overflow-wrap:anywhere}.egr-hero__text{max-width:620px;margin-top:22px;color:inherit;font-size:17px;line-height:1.55}.egr-hero__text>*{margin:0;color:inherit}.egr-hero__button{display:inline-flex;min-height:48px;margin-top:26px;padding:12px 24px;align-items:center;justify-content:center;border:1px solid var(--hero-button-bg);border-radius:var(--hero-button-radius);background:var(--hero-button-bg);color:var(--hero-button-text);font-size:14px;font-weight:700;line-height:1;text-decoration:none;transition:opacity .16s ease,transform .16s ease}.egr-hero__button:hover{color:var(--hero-button-text);opacity:.88;transform:translateY(-1px)}.egr-hero--desktop-top-left .egr-hero__content,.egr-hero--desktop-top-center .egr-hero__content,.egr-hero--desktop-top-right .egr-hero__content{align-items:flex-start}.egr-hero--desktop-middle-left .egr-hero__content,.egr-hero--desktop-middle-center .egr-hero__content,.egr-hero--desktop-middle-right .egr-hero__content{align-items:center}.egr-hero--desktop-bottom-left .egr-hero__content,.egr-hero--desktop-bottom-center .egr-hero__content,.egr-hero--desktop-bottom-right .egr-hero__content{align-items:flex-end}.egr-hero--desktop-top-left .egr-hero__content,.egr-hero--desktop-middle-left .egr-hero__content,.egr-hero--desktop-bottom-left .egr-hero__content{justify-content:flex-start}.egr-hero--desktop-top-center .egr-hero__content,.egr-hero--desktop-middle-center .egr-hero__content,.egr-hero--desktop-bottom-center .egr-hero__content{justify-content:center}.egr-hero--desktop-top-right .egr-hero__content,.egr-hero--desktop-middle-right .egr-hero__content,.egr-hero--desktop-bottom-right .egr-hero__content{justify-content:flex-end}.egr-hero--desktop-text-left .egr-hero__copy{text-align:left}.egr-hero--desktop-text-center .egr-hero__copy{text-align:center}.egr-hero--desktop-text-center .egr-hero__text{margin-right:auto;margin-left:auto}.egr-hero--desktop-text-right .egr-hero__copy{text-align:right}.egr-hero--desktop-text-right .egr-hero__text{margin-left:auto}@media screen and (max-width:749px){.egr-hero--mobile-layout-split{display:block;min-height:0!important;overflow:visible;background:var(--hero-mobile-content-bg)}.egr-hero--mobile-layout-split .egr-hero__media{position:relative;inset:auto;width:100%;height:var(--hero-mobile-image-height);background:#111}.egr-hero--mobile-layout-split .egr-hero__media picture,.egr-hero--mobile-layout-split .egr-hero__image,.egr-hero--mobile-layout-split .egr-hero__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.egr-hero--mobile-layout-split .egr-hero__image{object-fit:cover;object-position:var(--hero-mobile-image-position)}.egr-hero--mobile-layout-split .egr-hero__overlay{display:none}.egr-hero--mobile-layout-split .egr-hero__content{position:relative;display:block;min-height:0;padding:var(--hero-mobile-content-padding) 22px;background:var(--hero-mobile-content-bg)}.egr-hero--mobile-layout-split .egr-hero__copy{width:100%;max-width:none}.egr-hero__overlay--mobile-solid{background:#000}.egr-hero__overlay--mobile-left-gradient{background:linear-gradient(90deg,#000,#000000d1 38%,#00000026)}.egr-hero__overlay--mobile-right-gradient{background:linear-gradient(270deg,#000,#000000d1 38%,#00000026)}.egr-hero__overlay--mobile-bottom-gradient{background:linear-gradient(0deg,#000,#000000b8 42%,#00000014)}.egr-hero__image{object-position:var(--hero-mobile-image-position)}.egr-hero__content{padding:28px 22px}.egr-hero__heading{font-size:var(--hero-heading-size-mobile);line-height:1.12}.egr-hero__text{margin-top:16px;font-size:15px}.egr-hero__button{min-height:46px;margin-top:22px;padding:12px 20px}.egr-hero--mobile-top-left .egr-hero__content,.egr-hero--mobile-top-center .egr-hero__content,.egr-hero--mobile-top-right .egr-hero__content{align-items:flex-start}.egr-hero--mobile-middle-left .egr-hero__content,.egr-hero--mobile-middle-center .egr-hero__content,.egr-hero--mobile-middle-right .egr-hero__content{align-items:center}.egr-hero--mobile-bottom-left .egr-hero__content,.egr-hero--mobile-bottom-center .egr-hero__content,.egr-hero--mobile-bottom-right .egr-hero__content{align-items:flex-end}.egr-hero--mobile-top-left .egr-hero__content,.egr-hero--mobile-middle-left .egr-hero__content,.egr-hero--mobile-bottom-left .egr-hero__content{justify-content:flex-start}.egr-hero--mobile-top-center .egr-hero__content,.egr-hero--mobile-middle-center .egr-hero__content,.egr-hero--mobile-bottom-center .egr-hero__content{justify-content:center}.egr-hero--mobile-top-right .egr-hero__content,.egr-hero--mobile-middle-right .egr-hero__content,.egr-hero--mobile-bottom-right .egr-hero__content{justify-content:flex-end}.egr-hero--mobile-text-left .egr-hero__copy{text-align:left}.egr-hero--mobile-text-center .egr-hero__copy{text-align:center}.egr-hero--mobile-text-center .egr-hero__text{margin-right:auto;margin-left:auto}.egr-hero--mobile-text-right .egr-hero__copy{text-align:right}.egr-hero--mobile-text-right .egr-hero__text{margin-left:auto}}.egr-series{width:100%;overflow:hidden;background:var(--series-bg);color:var(--series-text)}.egr-series__inner--full{width:100%;padding-right:clamp(24px,3vw,56px);padding-left:clamp(24px,3vw,56px)}.egr-series__heading{margin:0 0 clamp(26px,3vw,42px);color:inherit;font-size:var(--series-heading-size);font-weight:700;line-height:1.08;letter-spacing:0}.egr-series__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--series-gap)}.egr-series__item{min-width:0}.egr-series__card{display:block;color:inherit;text-decoration:none}.egr-series__media{position:relative;width:100%;aspect-ratio:1 / 1;overflow:hidden;border-radius:var(--series-radius);background:#141414}.egr-series__image,.egr-series__placeholder{display:block;width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.egr-series__placeholder{fill:#333}.egr-series__card:hover .egr-series__image{transform:scale(1.025)}.egr-series__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg,rgba(0,0,0,.88) 0%,rgba(0,0,0,.24) 42%,transparent 72%);opacity:var(--series-overlay);pointer-events:none}.egr-series__title{position:absolute;right:clamp(18px,2vw,28px);bottom:clamp(18px,2vw,28px);left:clamp(18px,2vw,28px);z-index:1;color:var(--series-text);font-size:var(--series-title-size);font-weight:700;line-height:1.2}.egr-series__mobile-controls{display:none}@media screen and (max-width:989px)and (min-width:750px){.egr-series__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width:749px){.egr-series__inner--full{padding-right:16px;padding-left:16px}.egr-series__heading{margin-bottom:22px;font-size:var(--series-heading-size-mobile)}.egr-series__grid{grid-template-columns:repeat(var(--series-mobile-columns, 1),minmax(0,1fr));gap:16px}.egr-series--mobile-swipe .egr-series__viewport{margin-right:-16px;overflow:visible}.egr-series--mobile-swipe .egr-series__grid{display:flex;padding-right:16px;gap:14px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-behavior:smooth;scroll-snap-type:inline mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch}.egr-series--mobile-swipe .egr-series__grid::-webkit-scrollbar{display:none}.egr-series--mobile-swipe .egr-series__item{width:var(--series-mobile-width);flex:0 0 var(--series-mobile-width);scroll-snap-align:start;scroll-snap-stop:always}.egr-series__title{right:16px;bottom:16px;left:16px;font-size:var(--series-title-size-mobile)}.egr-series__mobile-controls{display:flex;width:min(180px,60%);margin:26px auto 0;align-items:center;justify-content:space-between;gap:20px}.egr-series__arrow{display:inline-flex;width:36px;height:36px;padding:0;align-items:center;justify-content:center;border:0;background:transparent;color:var(--series-text);cursor:pointer}.egr-series__arrow:disabled{cursor:default;opacity:.3}.egr-series__arrow svg{width:18px;height:18px;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.egr-series__counter{min-width:48px;color:var(--series-text);font-size:12px;font-weight:600;text-align:center}}
/*# sourceMappingURL=/cdn/shop/t/7/compiled_assets/styles.css.map */
