@charset "UTF-8";:root{--elp-brand:#ff5f1f;--elp-action:#b93807;--elp-action-hover:#8f2d06;--elp-ink:#171717;--elp-muted:#626262;--elp-line:#dedede;--elp-line-strong:#c5c5c5;--elp-surface:#ffffff;--elp-surface-soft:#f7f7f5;--elp-surface-warm:#fff6f1;--elp-success:#137333;--elp-danger:#b3261e;--elp-focus:#1675ca;--elp-radius-sm:8px;--elp-radius:12px;--elp-radius-lg:18px;--elp-shadow-sm:0 4px 14px rgba(23, 23, 23, .07);--elp-shadow:0 16px 40px rgba(23, 23, 23, .1)}html{scroll-behavior:smooth}body{color:var(--elp-ink);background:var(--elp-surface);font-size:15px;line-height:1.55}a{color:#963207;text-underline-offset:2px}a:hover{color:#762705}button,input,select,textarea{font:inherit}[tabindex]:focus-visible,a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #1675ca!important;outline-color:var(--elp-focus)!important;outline-offset:3px!important}.skip-link{position:fixed;top:10px;left:10px;z-index:9999;padding:10px 14px;-webkit-border-radius:var(--elp-radius-sm);-moz-border-radius:var(--elp-radius-sm);border-radius:var(--elp-radius-sm);background:#fff;color:var(--elp-ink);-webkit-box-shadow:var(--elp-shadow);-moz-box-shadow:var(--elp-shadow);box-shadow:var(--elp-shadow);font-weight:700;-webkit-transform:translateY(-160%);-moz-transform:translateY(-160%);-ms-transform:translateY(-160%);-o-transform:translateY(-160%);transform:translateY(-160%);-webkit-transition:-webkit-transform .18s ease;transition:-webkit-transform .18s ease;-o-transition:-o-transform .18s ease;-moz-transition:transform .18s ease,-moz-transform .18s ease;transition:transform .18s ease;transition:transform .18s ease,-webkit-transform .18s ease,-moz-transform .18s ease,-o-transform .18s ease}.skip-link:focus{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;white-space:nowrap!important;border:0!important}.btn,[type=button],[type=submit],button{min-height:44px}.btn-primary,.home-finder__submit,.product-page--add-to-cart--button,.product-sticky-buy__button,.product-teaser--add-to-cart{border-color:var(--elp-action)!important;background:var(--elp-action)!important;color:#fff!important;font-weight:800;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.btn-primary:focus,.btn-primary:hover,.home-finder__submit:focus,.home-finder__submit:hover,.product-page--add-to-cart--button:focus,.product-page--add-to-cart--button:hover,.product-sticky-buy__button:focus,.product-sticky-buy__button:hover,.product-teaser--add-to-cart:focus,.product-teaser--add-to-cart:hover{border-color:var(--elp-action-hover)!important;background:var(--elp-action-hover)!important;color:#fff!important}.btn-outline-secondary,.btn-secondary{border-color:var(--elp-line-strong);background:#fff;color:var(--elp-ink);font-weight:700}.btn-outline-secondary:focus,.btn-outline-secondary:hover,.btn-secondary:focus,.btn-secondary:hover{border-color:var(--elp-ink);background:var(--elp-ink);color:#fff}.btn[disabled],[aria-busy=true] [type=submit],button[disabled]{cursor:wait;opacity:.62}.form-control,input[type=email],input[type=number],input[type=search],input[type=tel],input[type=text],select,textarea{min-height:46px;border-color:var(--elp-line-strong);-webkit-border-radius:var(--elp-radius-sm)!important;-moz-border-radius:var(--elp-radius-sm)!important;border-radius:var(--elp-radius-sm)!important}.form-control:focus,input:focus,select:focus,textarea:focus{border-color:var(--elp-focus);-webkit-box-shadow:0 0 0 3px rgba(22,117,202,.14);-moz-box-shadow:0 0 0 3px rgba(22,117,202,.14);box-shadow:0 0 0 3px rgba(22,117,202,.14)}.is-invalid,[aria-invalid=true]{border-color:var(--elp-danger)!important}.danger{margin-top:6px;color:var(--elp-danger);font-size:13px;font-weight:700}.main-header{position:-webkit-sticky!important;position:sticky!important;top:0;z-index:70!important;padding:0!important;border-top:5px solid #17191c;border-bottom:1px solid #e7e7e7!important;background:#fff!important;-webkit-box-shadow:0 5px 22px rgba(23,23,23,.08)!important;-moz-box-shadow:0 5px 22px rgba(23,23,23,.08)!important;box-shadow:0 5px 22px rgba(23,23,23,.08)!important}.main-header .container{position:relative}.main-header__inner{display:grid;grid-template-areas:"brand actions" "search search";grid-template-columns:minmax(132px,1fr) auto;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;gap:12px 8px;padding:12px 0 13px}.main-header__brand{grid-area:brand;min-width:0}.main-header .main-header--logo{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:min(100%,238px);min-height:44px;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding:5px 0;color:var(--elp-ink);text-decoration:none}.main-header .main-header--logo img,.main-header .main-header__logo-image{display:block;width:100%;max-width:238px;height:auto}.main-header__search{grid-area:search;min-width:0}.main-header__actions{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;grid-area:actions;min-width:0;-webkit-box-align:stretch;-webkit-align-items:stretch;-moz-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:end;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;gap:2px}.main-header .main-header__action{position:relative;display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;min-width:48px;min-height:48px;height:auto;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:2px;padding:3px 4px;border:0;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;background-color:transparent!important;color:#2b2b2b;font-size:11px;line-height:1.15;text-align:center;text-decoration:none;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;-webkit-transition:background-color .18s ease,color .18s ease,-webkit-transform .18s ease;transition:background-color .18s ease,color .18s ease,-webkit-transform .18s ease;-o-transition:background-color .18s ease,color .18s ease,-o-transform .18s ease;-moz-transition:background-color .18s ease,color .18s ease,transform .18s ease,-moz-transform .18s ease;transition:background-color .18s ease,color .18s ease,transform .18s ease;transition:background-color .18s ease,color .18s ease,transform .18s ease,-webkit-transform .18s ease,-moz-transform .18s ease,-o-transform .18s ease}.main-header .main-header__action:focus,.main-header .main-header__action:hover{background-color:var(--elp-surface-warm)!important;color:#8f2d06;text-decoration:none}.main-header__action-icon{display:grid;width:26px;height:26px;-webkit-box-flex:0;-webkit-flex:0 0 26px;-moz-box-flex:0;-ms-flex:0 0 26px;flex:0 0 26px;place-items:center;color:currentColor;font-size:23px;line-height:1}.main-header__action-icon img{display:block;width:24px;height:24px;-o-object-fit:contain;object-fit:contain;-webkit-filter:grayscale(1) brightness(.35);filter:grayscale(1) brightness(.35)}.main-header__action-label{display:block;color:currentColor;font-weight:600;white-space:nowrap}.main-header .main-header--cart{width:auto;min-width:52px;padding:3px 4px;background-image:none!important}.main-header__action-content{display:block;min-width:0}.main-header .main-header--cart--label{display:block;color:currentColor;font-size:11px;line-height:1.15}.main-header .main-header--cart--value{display:none}.main-header__cart-badge,.main-header__cart-count{position:absolute;top:0;right:3px;display:grid;min-width:19px;height:19px;padding:0 5px;place-items:center;border:2px solid #fff;-webkit-border-radius:999px;-moz-border-radius:999px;border-radius:999px;background:#e5440b;color:#fff;font-size:10px;font-weight:900;line-height:15px}.main-header .main-header--hamburger,.main-header .main-header--user{width:auto;min-width:48px;height:auto}.main-header .main-header__action--account.main-header--user{background-position:center 4px!important;-moz-background-size:24px 24px!important;background-size:24px 24px!important;background-repeat:no-repeat!important}.main-header__action--account .main-header__action-icon i{display:none}.main-header--search-form{position:relative;display:block;width:100%;margin:0}.main-header-search__field{position:relative;display:grid;width:100%;min-height:58px;grid-template-columns:minmax(0,1fr) auto 112px;-webkit-box-align:stretch;-webkit-align-items:stretch;-moz-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;overflow:hidden;border:2px solid var(--elp-brand);-webkit-border-radius:18px;-moz-border-radius:18px;border-radius:18px;background:#fff;-webkit-box-shadow:0 3px 12px rgba(23,23,23,.04);-moz-box-shadow:0 3px 12px rgba(23,23,23,.04);box-shadow:0 3px 12px rgba(23,23,23,.04);-webkit-transition:border-color .18s ease,-webkit-box-shadow .18s ease;transition:border-color .18s ease,-webkit-box-shadow .18s ease;-o-transition:border-color .18s ease,box-shadow .18s ease;-moz-transition:border-color .18s ease,box-shadow .18s ease,-moz-box-shadow .18s ease;transition:border-color .18s ease,box-shadow .18s ease;transition:border-color .18s ease,box-shadow .18s ease,-webkit-box-shadow .18s ease,-moz-box-shadow .18s ease}.main-header-search__field:focus-within{border-color:#d8430b;-webkit-box-shadow:0 0 0 4px rgba(255,95,31,.13),0 6px 20px rgba(23,23,23,.08);-moz-box-shadow:0 0 0 4px rgba(255,95,31,.13),0 6px 20px rgba(23,23,23,.08);box-shadow:0 0 0 4px rgba(255,95,31,.13),0 6px 20px rgba(23,23,23,.08)}.main-header .main-header--search-form--input,.main-header .main-header-search__input{width:100%;min-width:0;min-height:54px;padding:12px 8px 12px 16px!important;border:0!important;-webkit-border-radius:0!important;-moz-border-radius:0!important;border-radius:0!important;background:#fff!important;background-image:none!important;color:var(--elp-ink)!important;font-size:16px;font-weight:600;line-height:1.35;-webkit-box-shadow:none!important;-moz-box-shadow:none!important;box-shadow:none!important;-webkit-appearance:none;-moz-appearance:none;appearance:none}.main-header .main-header--search-form--input::-webkit-input-placeholder,.main-header .main-header-search__input::-webkit-input-placeholder{color:#777;font-weight:400;opacity:1}.main-header .main-header--search-form--input::-moz-placeholder,.main-header .main-header-search__input::-moz-placeholder{color:#777;font-weight:400;opacity:1}.main-header .main-header--search-form--input::-ms-input-placeholder,.main-header .main-header-search__input::-ms-input-placeholder{color:#777;font-weight:400;opacity:1}.main-header .main-header--search-form--input::placeholder,.main-header .main-header-search__input::placeholder{color:#777;font-weight:400;opacity:1}.main-header .main-header--search-form--input::-webkit-search-cancel-button,.main-header .main-header-search__input::-webkit-search-cancel-button{display:none;-webkit-appearance:none}.main-header-search__clear,.main-header__search-clear{display:grid;width:44px;min-width:44px;min-height:44px;align-self:center;padding:0;place-items:center;border:0;-webkit-border-radius:999px;-moz-border-radius:999px;border-radius:999px;background:0 0;color:#626262;opacity:0;pointer-events:none;-webkit-transition:background-color .18s ease,opacity .18s ease;-o-transition:background-color .18s ease,opacity .18s ease;-moz-transition:background-color .18s ease,opacity .18s ease;transition:background-color .18s ease,opacity .18s ease}.main-header-search__clear.is-visible,.main-header__search-clear.is-visible{opacity:1;pointer-events:auto}.main-header-search__clear:focus,.main-header-search__clear:hover,.main-header__search-clear:focus,.main-header__search-clear:hover{background:#eeeeec}.main-header-search__clear img,.main-header__search-clear img{display:block;width:15px;height:15px;opacity:.65}.main-header .main-header--search-form--button,.main-header .main-header-search__submit{display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;min-width:0;min-height:54px;-webkit-box-align:stretch;-webkit-align-items:stretch;-moz-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0;overflow:hidden;border:0;border-left:1px solid rgba(255,95,31,.35);-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background:-webkit-linear-gradient(left,#17191c 0,#17191c 54px,#fff 54px);background:-moz- oldlinear-gradient(left,#17191c 0,#17191c 54px,#fff 54px);background:-o-linear-gradient(left,#17191c 0,#17191c 54px,#fff 54px);background:linear-gradient(to right,#17191c 0,#17191c 54px,#fff 54px);color:#cb3d08;font-size:14px;font-weight:900;line-height:1;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.main-header .main-header--search-form--button:focus,.main-header .main-header--search-form--button:hover,.main-header .main-header-search__submit:focus,.main-header .main-header-search__submit:hover{background:-webkit-linear-gradient(left,#292c30 0,#292c30 54px,var(--elp-surface-warm) 54px);background:-moz- oldlinear-gradient(left,#292c30 0,#292c30 54px,var(--elp-surface-warm) 54px);background:-o-linear-gradient(left,#292c30 0,#292c30 54px,var(--elp-surface-warm) 54px);background:linear-gradient(to right,#292c30 0,#292c30 54px,var(--elp-surface-warm) 54px);color:#9e2f06}.main-header-search__submit-icon{display:block;width:22px;height:22px;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;padding:16px;background:0 0;-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1)}.main-header-search__submit-label{display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;min-width:69px;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 13px;white-space:nowrap}.main-header-search__backdrop,.search-backdrop{position:fixed;inset:0;z-index:65;display:block;visibility:hidden;border:0;background:rgba(15,16,18,.52);opacity:0;pointer-events:none;-webkit-transition:opacity .2s ease,visibility .2s ease;-o-transition:opacity .2s ease,visibility .2s ease;-moz-transition:opacity .2s ease,visibility .2s ease;transition:opacity .2s ease,visibility .2s ease}.main-header-search__backdrop.is-active,.search-backdrop.is-active{visibility:visible;opacity:1;pointer-events:auto}.main-header-search__results,.search-form__products{position:absolute;top:-webkit-calc(100% + 18px);top:-moz-calc(100% + 18px);top:calc(100% + 18px);right:0;left:0;z-index:80;display:none;max-height:min(680px,-webkit-calc(100vh - 150px));max-height:min(680px,-moz-calc(100vh - 150px));max-height:min(680px,calc(100vh - 150px));overflow-x:hidden;overflow-y:auto;-ms-scroll-chaining:none;overscroll-behavior:contain;border:1px solid var(--elp-line);-webkit-border-radius:18px;-moz-border-radius:18px;border-radius:18px;background:#fff;-webkit-box-shadow:0 24px 64px rgba(23,23,23,.2);-moz-box-shadow:0 24px 64px rgba(23,23,23,.2);box-shadow:0 24px 64px rgba(23,23,23,.2);color:var(--elp-ink);scrollbar-color:#bdbdbd transparent;scrollbar-width:thin}.main-header-search__results.is-open,.search-form__products.is-open{display:block}.main-header-search__results:empty,.search-form__products:empty{display:none!important}.search-suggestions{position:relative;min-width:0;padding:22px;background:#fff}.search-suggestions__handle{display:none}.search-suggestions__header{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;min-width:0;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:14px;margin-bottom:14px}.search-suggestions__title{min-width:0;margin:0;color:var(--elp-ink);font-size:21px;font-weight:900;letter-spacing:-.02em;line-height:1.2}.search-suggestions__close{display:grid;width:44px;height:44px;-webkit-box-flex:0;-webkit-flex:0 0 44px;-moz-box-flex:0;-ms-flex:0 0 44px;flex:0 0 44px;padding:0;place-items:center;border:0;-webkit-border-radius:999px;-moz-border-radius:999px;border-radius:999px;background:#f2f2ef;color:var(--elp-ink)}.search-suggestions__close:focus,.search-suggestions__close:hover{background:#e5e5e1}.search-suggestions__close img{width:15px;height:15px;opacity:.75}.search-suggestions__group,.search-suggestions__section{display:grid;min-width:0;grid-template-columns:48px minmax(0,1fr);gap:0 14px;padding:18px 0;border-top:1px solid var(--elp-line)}.search-suggestions__group:first-of-type,.search-suggestions__section:first-of-type{padding-top:8px;border-top:0}.search-suggestions__group-icon,.search-suggestions__section-icon{display:grid;width:48px;height:48px;grid-column:1;grid-row:1/span 2;place-items:center;-webkit-border-radius:999px;-moz-border-radius:999px;border-radius:999px;background:#fff2e8;color:#e4470d;font-size:20px}.search-suggestions__group-heading,.search-suggestions__section-heading{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;min-width:0;min-height:44px;grid-column:2;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:12px}.search-suggestions__group-title,.search-suggestions__section-title{margin:0;color:var(--elp-ink);font-size:17px;font-weight:900;line-height:1.25}.search-suggestions__group-action,.search-suggestions__section-action{color:var(--elp-muted);font-size:13px;font-weight:600;white-space:nowrap}.search-suggestions__list{min-width:0;grid-column:2;overflow:hidden;border:1px solid #d7d7d7;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;background:#fff}.search-form__products__content--row,.search-suggestions__application,.search-suggestions__category,.search-suggestions__item,.search-suggestions__product{position:relative;display:grid;min-width:0;min-height:54px;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;gap:8px 12px;padding:10px 38px 10px 14px;margin:0;border:0;border-bottom:1px solid #e3e3e3;background:#fff;color:var(--elp-ink);text-decoration:none;-webkit-transition:background-color .16s ease,color .16s ease;-o-transition:background-color .16s ease,color .16s ease;-moz-transition:background-color .16s ease,color .16s ease;transition:background-color .16s ease,color .16s ease}.search-form__products__content--row:last-child,.search-suggestions__application:last-child,.search-suggestions__category:last-child,.search-suggestions__item:last-child,.search-suggestions__product:last-child{border-bottom:0}.search-suggestions__application::after,.search-suggestions__category::after,.search-suggestions__item::after,.search-suggestions__option::after,.search-suggestions__product::after{content:"›";position:absolute;top:50%;right:15px;color:#565656;font-size:27px;font-weight:400;line-height:1;-webkit-transform:translateY(-52%);-moz-transform:translateY(-52%);-ms-transform:translateY(-52%);-o-transform:translateY(-52%);transform:translateY(-52%)}.search-form__products__content--row.is-active,.search-form__products__content--row:focus,.search-form__products__content--row:hover,.search-suggestions__application.is-active,.search-suggestions__application:focus,.search-suggestions__application:hover,.search-suggestions__category.is-active,.search-suggestions__category:focus,.search-suggestions__category:hover,.search-suggestions__item.is-active,.search-suggestions__item:focus,.search-suggestions__item:hover,.search-suggestions__option.is-active,.search-suggestions__option:focus,.search-suggestions__option:hover,.search-suggestions__product.is-active,.search-suggestions__product:focus,.search-suggestions__product:hover{background:var(--elp-surface-warm);color:var(--elp-ink);text-decoration:none}.search-form__products__content--row.is-active,.search-suggestions__application.is-active,.search-suggestions__category.is-active,.search-suggestions__item.is-active,.search-suggestions__option.is-active,.search-suggestions__product.is-active{-webkit-box-shadow:inset 3px 0 0 var(--elp-brand);-moz-box-shadow:inset 3px 0 0 var(--elp-brand);box-shadow:inset 3px 0 0 var(--elp-brand)}.search-form__products--title,.search-suggestions__item-title,.search-suggestions__name,.search-suggestions__path{min-width:0;overflow-wrap:anywhere;color:var(--elp-ink);font-size:14px;font-weight:700;line-height:1.35}.search-suggestions__path{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:4px 8px}.search-suggestions__path-separator{color:#7a7a7a}.search-suggestions__product-list,.search-suggestions__products{min-width:0;grid-column:1/-1;overflow:hidden;border:1px solid #d7d7d7;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;background:#fff}.search-suggestions__option--product,.search-suggestions__product{grid-template-columns:76px minmax(0,1fr) auto;min-height:78px;padding:8px 38px 8px 10px}.search-form__products--image,.search-suggestions__product-image,.search-suggestions__thumbnail{display:grid;width:76px;height:60px;overflow:hidden;place-items:center;-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px;background:#fff}.search-form__products--image img,.search-suggestions__product-image img,.search-suggestions__thumbnail img{display:block;max-width:72px;max-height:56px;-o-object-fit:contain;object-fit:contain}.search-suggestions__product-content,.search-suggestions__product-copy{min-width:0}.search-suggestions__product-title{display:block;min-width:0;color:var(--elp-ink);font-size:14px;font-weight:700;line-height:1.3}.search-suggestions__meta,.search-suggestions__product-code,.search-suggestions__product-meta{display:block;min-width:0;margin-top:3px;overflow:hidden;color:#6b7075;font-size:11px;line-height:1.3;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.search-suggestions__product-aside,.search-suggestions__product-commerce{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;min-width:150px;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;gap:10px;text-align:right}.search-suggestions__availability,.search-suggestions__product-stock,.search-suggestions__stock{-webkit-box-ordinal-group:2;-webkit-order:1;-moz-box-ordinal-group:2;-ms-flex-order:1;order:1;color:var(--elp-success);font-size:11px;font-weight:700;white-space:nowrap}.search-suggestions__availability--out,.search-suggestions__product-stock--unavailable,.search-suggestions__stock--out{color:var(--elp-danger)}.search-suggestions__price,.search-suggestions__product-price{-webkit-box-ordinal-group:3;-webkit-order:2;-moz-box-ordinal-group:3;-ms-flex-order:2;order:2;color:var(--elp-ink);font-size:13px;font-weight:900;white-space:nowrap}.search-suggestions__footer{position:-webkit-sticky;position:sticky;bottom:0;z-index:2;padding:14px 0 0;background:-webkit-linear-gradient(top,rgba(255,255,255,0),#fff 18px);background:-moz- oldlinear-gradient(top,rgba(255,255,255,0),#fff 18px);background:-o-linear-gradient(top,rgba(255,255,255,0),#fff 18px);background:linear-gradient(to bottom,rgba(255,255,255,0),#fff 18px)}.search-form__products__content--row--all,.search-suggestions__view-all{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;min-height:52px;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:12px;padding:12px 40px;border:0;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;background:-webkit-linear-gradient(350deg,#d74608 0,#ff4f13 100%);background:-moz- oldlinear-gradient(350deg,#d74608 0,#ff4f13 100%);background:-o-linear-gradient(350deg,#d74608 0,#ff4f13 100%);background:linear-gradient(100deg,#d74608 0,#ff4f13 100%);color:#fff;font-size:15px;font-weight:900;text-align:center;text-decoration:none;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.search-form__products__content--row--all:focus,.search-form__products__content--row--all:hover,.search-suggestions__view-all:focus,.search-suggestions__view-all:hover{background:-webkit-linear-gradient(350deg,#a93206 0,#d93c08 100%);background:-moz- oldlinear-gradient(350deg,#a93206 0,#d93c08 100%);background:-o-linear-gradient(350deg,#a93206 0,#d93c08 100%);background:linear-gradient(100deg,#a93206 0,#d93c08 100%);color:#fff;text-decoration:none}.search-form-no-products,.search-suggestions__empty,.search-suggestions__loading{display:grid;min-height:170px;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;justify-items:center;gap:8px;padding:28px 20px;color:var(--elp-muted);text-align:center}.search-suggestions__loading img{display:block;width:24px;height:24px;opacity:.75}.search-suggestions__empty strong{color:var(--elp-ink);font-size:17px}.search-suggestions__empty span{max-width:360px;font-size:13px}.search-form__products__content{position:relative;min-width:0;max-height:none;overflow:visible;padding:20px;background:#fff}.search-suggestions__content>.search-suggestions__header{margin-bottom:12px}.search-suggestions__content>.search-suggestions__group{display:grid;grid-template-columns:48px minmax(0,1fr);gap:0 14px;padding:18px 0}.search-suggestions__content>.search-suggestions__group:first-of-type{border-top:0}.search-suggestions__content .search-suggestions__group-heading{display:grid;grid-column:1/-1;grid-template-columns:48px minmax(0,1fr) auto;gap:14px;min-height:48px;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:8px}.search-suggestions__content .search-suggestions__group-heading::before{content:"";display:grid;width:48px;height:48px;place-items:center;-webkit-border-radius:999px;-moz-border-radius:999px;border-radius:999px;background:#fff2e8;background-image:url(/assets/images/icons/free-delivery.svg);background-repeat:no-repeat;background-position:center;-moz-background-size:22px 22px;background-size:22px 22px;color:#222}.search-suggestions__content .search-suggestions__group[aria-labelledby*=categories] .search-suggestions__group-heading::before{background-image:url(/assets/images/icons/folder.svg)}.search-suggestions__content .search-suggestions__group[aria-labelledby*=products] .search-suggestions__group-heading::before{background-image:url(/assets/images/icons/cube-primary.svg);color:#e4470d}.search-suggestions__group-heading>span:first-child{color:var(--elp-ink);font-size:17px;font-weight:900;line-height:1.2}.search-suggestions__group-count{display:grid;min-width:26px;height:26px;padding:0 7px;place-items:center;-webkit-border-radius:999px;-moz-border-radius:999px;border-radius:999px;background:#f1f1ee;color:var(--elp-muted);font-size:11px;font-weight:800}.search-suggestions__content .search-suggestions__option{grid-column:2;grid-template-columns:38px minmax(0,1fr);gap:10px;min-height:56px;padding:8px 36px 8px 10px;border-right:1px solid #d7d7d7;border-left:1px solid #d7d7d7}.search-suggestions__content .search-suggestions__group-heading+.search-suggestions__option{border-top:1px solid #d7d7d7;-webkit-border-radius:10px 10px 0 0;-moz-border-radius:10px 10px 0 0;border-radius:10px 10px 0 0}.search-suggestions__content .search-suggestions__group>.search-suggestions__option:last-child{border-bottom:1px solid #d7d7d7;-webkit-border-radius:0 0 10px 10px;-moz-border-radius:0 0 10px 10px;border-radius:0 0 10px 10px}.search-suggestions__option-marker{display:grid;width:36px;height:36px;place-items:center;-webkit-border-radius:9px;-moz-border-radius:9px;border-radius:9px;background:#f4f4f1;background-repeat:no-repeat;background-position:center;-moz-background-size:17px 17px;background-size:17px 17px;color:#555}.search-suggestions__option--application .search-suggestions__option-marker{background-image:url(/assets/images/icons/free-delivery.svg)}.search-suggestions__option--category .search-suggestions__option-marker{background-image:url(/assets/images/icons/folder.svg)}.search-suggestions__option-copy{min-width:0}.search-suggestions__option-title{display:block;min-width:0;overflow-wrap:anywhere;color:var(--elp-ink);font-size:14px;font-weight:750;line-height:1.3}.search-suggestions__option-meta,.search-suggestions__product-codes{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;min-width:0;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:2px 8px;margin-top:3px;color:#6b7075;font-size:11px;line-height:1.3}.search-suggestions__product-codes{display:block;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.search-suggestions__product-codes span{display:inline}.search-suggestions__product-codes span+span::before{content:"•";margin-right:8px;color:#8b8f93}.search-suggestions__content .search-suggestions__option--product{grid-column:1/-1;grid-template-columns:76px minmax(0,1fr) minmax(96px,auto);gap:10px 12px;min-height:82px;padding:9px 36px 9px 10px}.search-suggestions__thumbnail{width:76px;height:62px}.search-suggestions__thumbnail img{max-width:72px;max-height:58px}.search-suggestions__product-commerce{-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}.search-suggestions__product-stock--available{color:var(--elp-success)}.search-suggestions__view-all-query{display:none}.search-suggestions__content>.search-suggestions__view-all{position:-webkit-sticky;position:sticky;bottom:0;z-index:3;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:100%;min-height:54px;margin-top:8px;padding:12px 42px 12px 18px;border:0;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;background:-webkit-linear-gradient(350deg,#d74608 0,#ff4f13 100%);background:-moz- oldlinear-gradient(350deg,#d74608 0,#ff4f13 100%);background:-o-linear-gradient(350deg,#d74608 0,#ff4f13 100%);background:linear-gradient(100deg,#d74608 0,#ff4f13 100%);color:#fff;-webkit-box-shadow:0 -12px 24px rgba(255,255,255,.92);-moz-box-shadow:0 -12px 24px rgba(255,255,255,.92);box-shadow:0 -12px 24px rgba(255,255,255,.92)}.search-suggestions__content>.search-suggestions__view-all::after{right:18px;color:#fff}body.search-is-open{overflow:hidden}@media (max-width:767.98px){.main-header{border-top-width:4px}.main-header__inner{gap:10px 5px;padding:9px 0 11px}.main-header .main-header--logo{width:min(100%,205px);min-height:46px}.main-header .main-header--logo img,.main-header .main-header__logo-image{max-width:205px}.main-header__actions{gap:0}.main-header .main-header__action{min-width:46px;min-height:48px;padding-right:2px;padding-left:2px}.main-header .main-header--cart{min-width:50px}.main-header__cart-badge,.main-header__cart-count{right:1px}.main-header-search__field{min-height:56px;grid-template-columns:minmax(0,1fr) auto 100px;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px}.main-header .main-header--search-form--input,.main-header .main-header-search__input{min-height:52px;padding-left:13px!important;font-size:15px}.main-header-search__clear,.main-header__search-clear{width:42px;min-width:42px}.main-header .main-header--search-form--button,.main-header .main-header-search__submit{min-height:52px;background:-webkit-linear-gradient(left,#17191c 0,#17191c 52px,#fff 52px);background:-moz- oldlinear-gradient(left,#17191c 0,#17191c 52px,#fff 52px);background:-o-linear-gradient(left,#17191c 0,#17191c 52px,#fff 52px);background:linear-gradient(to right,#17191c 0,#17191c 52px,#fff 52px);font-size:13px}.main-header .main-header--search-form--button:focus,.main-header .main-header--search-form--button:hover,.main-header .main-header-search__submit:focus,.main-header .main-header-search__submit:hover{background:-webkit-linear-gradient(left,#292c30 0,#292c30 52px,var(--elp-surface-warm) 52px);background:-moz- oldlinear-gradient(left,#292c30 0,#292c30 52px,var(--elp-surface-warm) 52px);background:-o-linear-gradient(left,#292c30 0,#292c30 52px,var(--elp-surface-warm) 52px);background:linear-gradient(to right,#292c30 0,#292c30 52px,var(--elp-surface-warm) 52px)}.main-header-search__submit-icon{width:21px;height:21px;padding:15.5px}.main-header-search__submit-label{min-width:48px;padding:0 7px}.main-header-search__results,.search-form__products{position:fixed;top:-webkit-calc(var(--elp-search-sheet-top,139px) + 64px);top:-moz-calc(var(--elp-search-sheet-top,139px) + 64px);top:calc(var(--elp-search-sheet-top,139px) + 64px);right:0;bottom:0;left:0;width:100%;max-width:none;max-height:none;padding:0;border:0;-webkit-border-radius:24px 24px 0 0;-moz-border-radius:24px 24px 0 0;border-radius:24px 24px 0 0;-webkit-box-shadow:0 -16px 48px rgba(23,23,23,.2);-moz-box-shadow:0 -16px 48px rgba(23,23,23,.2);box-shadow:0 -16px 48px rgba(23,23,23,.2);-ms-touch-action:pan-y;touch-action:pan-y}.search-suggestions{min-height:100%;padding:32px 18px -webkit-calc(18px + env(safe-area-inset-bottom));padding:32px 18px -moz-calc(18px + env(safe-area-inset-bottom));padding:32px 18px calc(18px + env(safe-area-inset-bottom))}.search-suggestions__header{margin-bottom:8px}.search-suggestions__title{font-size:20px}.search-suggestions__close{width:40px;height:40px;-webkit-flex-basis:40px;-ms-flex-preferred-size:40px;flex-basis:40px}.search-suggestions__group,.search-suggestions__section{grid-template-columns:46px minmax(0,1fr);gap:0 12px;padding:4px 0}.search-suggestions__group-icon,.search-suggestions__section-icon{width:46px;height:46px;font-size:19px}.search-suggestions__group-heading,.search-suggestions__section-heading{min-height:43px}.search-suggestions__content .search-suggestions__group-heading{grid-template-columns:42px minmax(0,1fr) auto;min-height:42px;gap:10px;margin-bottom:5px}.search-suggestions__content>.search-suggestions__group{padding:4px 0}.search-suggestions__content .search-suggestions__group-heading::before{width:42px;height:42px;-moz-background-size:19px 19px;background-size:19px 19px}.search-suggestions__group-title,.search-suggestions__section-title{font-size:16px}.search-suggestions__group-action,.search-suggestions__section-action{max-width:100px;overflow:hidden;font-size:12px;-o-text-overflow:ellipsis;text-overflow:ellipsis}.search-suggestions__application,.search-suggestions__category,.search-suggestions__item{min-height:53px;padding:9px 34px 9px 12px}.search-suggestions__product-list,.search-suggestions__products{margin-top:2px}.search-suggestions__option--product,.search-suggestions__product{grid-template-columns:60px minmax(0,1fr) minmax(72px,auto);gap:5px 8px;min-height:60px;padding:4px 28px 4px 6px}.search-form__products--image,.search-suggestions__product-image,.search-suggestions__thumbnail{width:60px;height:50px}.search-form__products--image img,.search-suggestions__product-image img,.search-suggestions__thumbnail img{max-width:58px;max-height:48px}.search-form__products--title,.search-suggestions__product-title{display:-webkit-box;overflow:hidden;font-size:12px;line-height:1.3;-webkit-box-orient:vertical;-webkit-line-clamp:2}.search-suggestions__meta,.search-suggestions__product-code,.search-suggestions__product-meta{font-size:10px}.search-suggestions__product-aside,.search-suggestions__product-commerce{min-width:76px;gap:4px}.search-suggestions__availability,.search-suggestions__product-stock,.search-suggestions__stock{font-size:10px}.search-suggestions__price,.search-suggestions__product-price{font-size:12px}.search-suggestions__footer{padding-top:12px;padding-bottom:env(safe-area-inset-bottom)}.search-form__products__content--row--all,.search-suggestions__view-all{min-height:54px;-webkit-border-radius:9px;-moz-border-radius:9px;border-radius:9px;font-size:15px}.search-form__products__content{min-height:100%;padding:27px 14px -webkit-calc(12px + env(safe-area-inset-bottom));padding:27px 14px -moz-calc(12px + env(safe-area-inset-bottom));padding:27px 14px calc(12px + env(safe-area-inset-bottom))}.search-suggestions__content .search-suggestions__option{grid-template-columns:minmax(0,1fr);gap:0;min-height:46px;padding:6px 32px 6px 12px}.search-suggestions__option-marker{display:none}.search-suggestions__content .search-suggestions__option--product{grid-template-columns:60px minmax(0,1fr) minmax(72px,auto);gap:5px 8px;min-height:60px;padding:4px 28px 4px 6px}.search-suggestions__content>.search-suggestions__view-all{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;min-height:54px;grid-template-columns:none;margin-top:8px;padding:12px 36px 12px 14px}}@media (max-width:767.98px) and (max-height:860px){.main-header-search__results,.search-form__products{top:var(--elp-search-sheet-top,139px)}}@media (max-width:359.98px){.main-header__inner{grid-template-columns:minmax(105px,1fr) auto}.main-header .main-header__action{min-width:43px}.main-header .main-header--cart{min-width:45px}.main-header .main-header--cart--label,.main-header__action-label{font-size:10px}.main-header-search__submit-label{display:none}.search-suggestions{padding-right:14px;padding-left:14px}.search-suggestions__group-action,.search-suggestions__section-action{display:none}.search-suggestions__content .search-suggestions__option--product,.search-suggestions__option--product,.search-suggestions__product{grid-template-columns:58px minmax(0,1fr) 64px;gap:6px}.search-form__products--image,.search-suggestions__product-image{width:58px}.search-suggestions__product-commerce{min-width:64px;-webkit-box-align:end;-webkit-align-items:flex-end;-moz-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:2px}}.message__close{display:inline-grid;width:44px;height:44px;padding:0;border:0;background:0 0;place-items:center;color:currentColor;font-size:25px}@media (min-width:1024px){.main-header__inner{grid-template-areas:"brand search actions";grid-template-columns:minmax(210px,260px) minmax(360px,1fr) auto;gap:22px;padding:17px 0}.main-header .main-header--logo{width:100%}.main-header__actions{gap:6px}.main-header__action--menu{display:none!important}.main-header .main-header__action{min-width:58px;min-height:58px;padding:5px 8px;font-size:12px}.main-header .main-header--cart{min-width:108px;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:9px;padding-right:12px;padding-left:10px;text-align:left}.main-header .main-header--cart--label{font-size:12px}.main-header .main-header--cart--value{display:block;margin-top:2px;color:var(--elp-muted);font-size:10px;font-weight:700;line-height:1.15;white-space:nowrap}.main-header__cart-badge,.main-header__cart-count{top:2px;right:3px}.header-categories--item:focus-within>.header-categories--item--submenu{display:grid}.header-categories--item:focus-within>.header-categories--item--link.with-submenu{border-color:var(--elp-brand);background:var(--elp-surface-warm);color:#8f2d06}}@media (min-width:1200px){.search-form__products__content{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 18px}.search-suggestions__content>.search-suggestions__empty,.search-suggestions__content>.search-suggestions__group:last-of-type,.search-suggestions__content>.search-suggestions__header,.search-suggestions__content>.search-suggestions__view-all{grid-column:1/-1}.search-suggestions__content>.search-suggestions__group:nth-of-type(2){border-top:0}}.header-categories--item--submenu--item--all{border:1px solid rgba(255,95,31,.35);background:var(--elp-surface-warm)}.header-categories--item--submenu--item--all>a{color:#8f2d06}.home-finder{padding:46px 0 26px;border-bottom:1px solid #ece8e4;background:-webkit-radial-gradient(85% 15%,circle,rgba(255,95,31,.14),transparent 34%),-webkit-linear-gradient(315deg,#fff 0,#fbfaf8 62%,#fff2eb 100%);background:-moz- oldradial-gradient(85% 15%,circle,rgba(255,95,31,.14),transparent 34%),-moz- oldlinear-gradient(315deg,#fff 0,#fbfaf8 62%,#fff2eb 100%);background:-o-radial-gradient(85% 15%,circle,rgba(255,95,31,.14),transparent 34%),-o-linear-gradient(315deg,#fff 0,#fbfaf8 62%,#fff2eb 100%);background:radial-gradient(circle at 85% 15%,rgba(255,95,31,.14),transparent 34%),linear-gradient(135deg,#fff 0,#fbfaf8 62%,#fff2eb 100%)}.home-finder__intro{max-width:850px}.cart-header__eyebrow,.home-brands__eyebrow,.home-finder__eyebrow{margin:0 0 8px;color:#963207;font-size:12px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.home-finder__title{max-width:780px;margin:0;color:var(--elp-ink);font-size:clamp(31px,4.3vw,56px);font-weight:900;letter-spacing:-.035em;line-height:1.04}.home-finder__description{max-width:680px;margin:16px 0 0;color:var(--elp-muted);font-size:clamp(16px,2vw,19px)}.home-finder__form{max-width:800px;margin-top:28px}.home-finder__label{display:block;margin-bottom:8px;color:var(--elp-ink);font-size:13px;font-weight:800}.home-finder__search{display:grid;grid-template-columns:minmax(0,1fr) auto;padding:5px;border:1px solid var(--elp-line-strong);-webkit-border-radius:var(--elp-radius);-moz-border-radius:var(--elp-radius);border-radius:var(--elp-radius);background:#fff;-webkit-box-shadow:var(--elp-shadow-sm);-moz-box-shadow:var(--elp-shadow-sm);box-shadow:var(--elp-shadow-sm)}.home-finder__input{width:100%;min-width:0;min-height:52px;padding:10px 16px;border:0!important;background:0 0;-webkit-box-shadow:none!important;-moz-box-shadow:none!important;box-shadow:none!important;font-size:16px}.home-finder__submit{min-width:145px;padding:10px 20px;border:0;-webkit-border-radius:var(--elp-radius-sm);-moz-border-radius:var(--elp-radius-sm);border-radius:var(--elp-radius-sm)}.home-finder__vehicles{margin-top:26px}.home-finder__vehicles-title{margin:0 0 10px;font-size:14px;font-weight:800}.home-finder__vehicles-list{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none}.home-finder__vehicles-link{display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;min-height:44px;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding:9px 14px;border:1px solid var(--elp-line-strong);-webkit-border-radius:999px;-moz-border-radius:999px;border-radius:999px;background:#fff;color:var(--elp-ink);font-weight:800;text-decoration:none}.home-finder__vehicles-link--all,.home-finder__vehicles-link:focus,.home-finder__vehicles-link:hover{border-color:var(--elp-brand);background:var(--elp-surface-warm);color:#8f2d06;text-decoration:none}.swiper-home{overflow:hidden;-webkit-border-radius:var(--elp-radius-lg);-moz-border-radius:var(--elp-radius-lg);border-radius:var(--elp-radius-lg);background:#161616;-webkit-box-shadow:var(--elp-shadow-sm);-moz-box-shadow:var(--elp-shadow-sm);box-shadow:var(--elp-shadow-sm)}.home-top--slide--media{display:block}.home-top--slide--media img,.home-top--slide--video{display:block;width:100%;height:auto}.swiper-home__controls{position:absolute;right:16px;bottom:14px;left:16px;z-index:4;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;pointer-events:none}.swiper-home__controls .swiper-pagination{position:static;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:auto;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;gap:4px;pointer-events:auto}.home-hero-pause,.swiper-home__pause{min-height:40px;padding:8px 12px;border:1px solid rgba(255,255,255,.58);-webkit-border-radius:999px;-moz-border-radius:999px;border-radius:999px;background:rgba(20,20,20,.8);color:#fff;font-size:12px;font-weight:800;pointer-events:auto}.home-trust{padding:16px 0 30px}.home-trust__list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin:0;padding:0;border:1px solid var(--elp-line);-webkit-border-radius:var(--elp-radius);-moz-border-radius:var(--elp-radius);border-radius:var(--elp-radius);background:#fff;-webkit-box-shadow:var(--elp-shadow-sm);-moz-box-shadow:var(--elp-shadow-sm);box-shadow:var(--elp-shadow-sm);list-style:none}.home-trust__item{min-width:0;padding:18px;border-right:1px solid var(--elp-line)}.home-trust__item:last-child{border-right:0}.home-trust__link{display:block;color:inherit;text-decoration:none}.home-trust__text,.home-trust__title{display:block}.home-trust__title{margin-bottom:4px;font-size:14px}.home-trust__text{color:var(--elp-muted);font-size:13px}.home-brands{padding:18px 0 36px;background:var(--elp-surface-soft)}.home-brands__header{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-webkit-align-items:end;-moz-box-align:end;-ms-flex-align:end;align-items:end;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:18px;margin-bottom:16px}.home-brands__title{margin:0;font-size:clamp(26px,3vw,38px);font-weight:900}.home-brands__all{font-weight:800}.home-brands__list{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin:0;padding:0;list-style:none}.home-brands__item .home-brand--item{display:grid;min-height:64px;padding:12px;border:1px solid var(--elp-line);-webkit-border-radius:var(--elp-radius-sm);-moz-border-radius:var(--elp-radius-sm);border-radius:var(--elp-radius-sm);background:#fff;place-items:center;color:var(--elp-ink);font-weight:800;text-align:center;text-decoration:none}.home-brands__item .home-brand--item:focus,.home-brands__item .home-brand--item:hover{border-color:var(--elp-brand);-webkit-box-shadow:var(--elp-shadow-sm);-moz-box-shadow:var(--elp-shadow-sm);box-shadow:var(--elp-shadow-sm)}.product-listing-header{margin:28px 0 18px}.product-listing-header__top{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-webkit-align-items:flex-end;-moz-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:24px}.product-listing-header__title{max-width:780px;margin:0;font-size:clamp(27px,3.6vw,44px);font-weight:900;letter-spacing:-.025em;line-height:1.08}.product-listing-header__sort{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.sort-products-form{gap:10px}.sort-products--label{margin:0;color:var(--elp-muted);font-size:13px;font-weight:700}.sort-products{min-width:220px;padding:8px 36px 8px 12px;background-color:#fff}.product-listing-results-count{margin:10px 0 0;color:var(--elp-muted);font-weight:700}.product-listing-results-count.is-error{color:var(--elp-danger)}.product-listing-intro{position:relative;max-width:900px;margin-top:16px;color:var(--elp-muted)}.product-listing-intro__content{overflow:hidden}.product-listing-intro.is-collapsible:not(.is-expanded) .product-listing-intro__content{max-height:144px;-webkit-mask-image:-webkit-gradient(linear,left top,left bottom,color-stop(68%,#000),to(transparent));-webkit-mask-image:-webkit-linear-gradient(top,#000 68%,transparent 100%);mask-image:-webkit-gradient(linear,left top,left bottom,color-stop(68%,#000),to(transparent));mask-image:linear-gradient(to bottom,#000 68%,transparent 100%)}.product-listing-intro__toggle{min-height:40px;margin-top:6px;padding:4px 0;border:0;background:0 0;color:#963207;font-weight:800}.product-listing-intro:not(.is-collapsible) .product-listing-intro__toggle{display:none}.filters{position:relative;margin-bottom:22px}.filters--items{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8px}.filter{position:relative}.filter-title{position:relative;min-height:44px;padding:9px 38px 9px 14px;border:1px solid var(--elp-line-strong);-webkit-border-radius:999px;-moz-border-radius:999px;border-radius:999px;background:#fff;color:var(--elp-ink);font-size:13px;font-weight:800}.filter-title::after{content:"";position:absolute;top:50%;right:15px;width:8px;height:8px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;-webkit-transform:translateY(-68%) rotate(45deg);-moz-transform:translateY(-68%) rotate(45deg);-ms-transform:translateY(-68%) rotate(45deg);-o-transform:translateY(-68%) rotate(45deg);transform:translateY(-68%) rotate(45deg);-webkit-transition:-webkit-transform .18s ease;transition:-webkit-transform .18s ease;-o-transition:-o-transform .18s ease;-moz-transition:transform .18s ease,-moz-transform .18s ease;transition:transform .18s ease;transition:transform .18s ease,-webkit-transform .18s ease,-moz-transform .18s ease,-o-transform .18s ease}.filter-title[aria-expanded=true]{border-color:var(--elp-brand);background:var(--elp-surface-warm);color:#8f2d06}.filter-title[aria-expanded=true]::after{-webkit-transform:translateY(-28%) rotate(225deg);-moz-transform:translateY(-28%) rotate(225deg);-ms-transform:translateY(-28%) rotate(225deg);-o-transform:translateY(-28%) rotate(225deg);transform:translateY(-28%) rotate(225deg)}.filter-options{position:absolute;top:-webkit-calc(100% + 8px);top:-moz-calc(100% + 8px);top:calc(100% + 8px);left:0;z-index:20;width:min(340px,-webkit-calc(100vw - 32px));width:min(340px,-moz-calc(100vw - 32px));width:min(340px,calc(100vw - 32px));padding:14px;border:1px solid var(--elp-line);-webkit-border-radius:var(--elp-radius);-moz-border-radius:var(--elp-radius);border-radius:var(--elp-radius);background:#fff;-webkit-box-shadow:var(--elp-shadow);-moz-box-shadow:var(--elp-shadow);box-shadow:var(--elp-shadow)}.filter-options[hidden]{display:none!important}.filter-options__header{display:none}.filter-options--items{max-height:290px;overflow:auto;margin-bottom:10px}.filter-option{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;min-height:42px;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:12px;margin:0;padding:7px 4px;border-bottom:1px solid #eeeeec;cursor:pointer}.filter-option input{-webkit-box-ordinal-group:0;-webkit-order:-1;-moz-box-ordinal-group:0;-ms-flex-order:-1;order:-1;width:20px;min-width:20px;height:20px;accent-color:var(--elp-action)}.filter-option--text{-webkit-box-flex:1;-webkit-flex:1;-moz-box-flex:1;-ms-flex:1;flex:1}.filter-options--clear{min-height:40px;margin-bottom:6px;padding:4px 0;border:0;background:0 0;color:var(--elp-danger);font-size:13px;font-weight:800}.filters--active--items{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8px;margin-top:12px}.filters--active--items--item{display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;min-height:36px;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;gap:7px;padding:5px 7px 5px 12px;-webkit-border-radius:999px;-moz-border-radius:999px;border-radius:999px;background:#ececea}.filters--active--items--item--delete{position:relative;width:32px;min-height:32px;padding:0;border:0;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;background:#fff}.filters--active--items--item--delete::after,.filters--active--items--item--delete::before{content:"";position:absolute;top:15px;left:9px;width:14px;height:2px;background:var(--elp-ink)}.filters--active--items--item--delete::before{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.filters--active--items--item--delete::after{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}.data-source{position:relative}.data-source.is-loading{min-height:320px;pointer-events:none}.data-source.is-loading .grid-products--wrapper{opacity:.56}.data-source.is-loading::after{content:"Učitavanje proizvoda…";position:absolute;top:64px;left:50%;z-index:10;padding:10px 14px;-webkit-border-radius:999px;-moz-border-radius:999px;border-radius:999px;background:var(--elp-ink);color:#fff;font-weight:800;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%)}.product-grid{row-gap:22px}.product-article-item{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.product-teaser{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:100%;min-width:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;overflow:hidden;border:1px solid var(--elp-line);-webkit-border-radius:var(--elp-radius);-moz-border-radius:var(--elp-radius);border-radius:var(--elp-radius);background:#fff;-webkit-box-shadow:0 2px 8px rgba(23,23,23,.04);-moz-box-shadow:0 2px 8px rgba(23,23,23,.04);box-shadow:0 2px 8px rgba(23,23,23,.04);-webkit-transition:border-color .18s ease,-webkit-box-shadow .18s ease,-webkit-transform .18s ease;transition:border-color .18s ease,-webkit-box-shadow .18s ease,-webkit-transform .18s ease;-o-transition:border-color .18s ease,box-shadow .18s ease,-o-transform .18s ease;-moz-transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease,-moz-box-shadow .18s ease,-moz-transform .18s ease;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease,-webkit-box-shadow .18s ease,-moz-box-shadow .18s ease,-webkit-transform .18s ease,-moz-transform .18s ease,-o-transform .18s ease}.product-teaser:hover{border-color:#c7c7c7;-webkit-box-shadow:var(--elp-shadow-sm);-moz-box-shadow:var(--elp-shadow-sm);box-shadow:var(--elp-shadow-sm);-webkit-transform:translateY(-2px);-moz-transform:translateY(-2px);-ms-transform:translateY(-2px);-o-transform:translateY(-2px);transform:translateY(-2px)}.product-teaser--favorite{display:block;width:44px!important;height:44px!important;min-height:44px;padding:0;border:0;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;background-position:center!important;background-repeat:no-repeat!important;-webkit-appearance:none;-moz-appearance:none;appearance:none}.product-teaser--product-img{aspect-ratio:1/1;background:#fff}.product-teaser--product-img--img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.product-teaser--details{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex:1;-moz-box-flex:1;-ms-flex:1;flex:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:14px 14px 8px}.product-teaser__eyebrow{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:6px;min-height:24px;margin-bottom:7px}.product-teaser__category{overflow:hidden;color:var(--elp-muted);font-size:11px;font-weight:800;-o-text-overflow:ellipsis;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.product-teaser__sku-pill{padding:3px 7px;-webkit-border-radius:999px;-moz-border-radius:999px;border-radius:999px;background:var(--elp-surface-soft);color:var(--elp-muted);font-size:10px;font-weight:800}.product-teaser__title{margin:0;font-size:16px;font-weight:800;line-height:1.3}.product-teaser__title a{color:var(--elp-ink);text-decoration:none}.product-teaser__meta{margin-top:10px}.product-teaser__meta-item{display:grid;grid-template-columns:64px minmax(0,1fr);gap:7px;color:var(--elp-muted);font-size:12px}.product-teaser__meta-label{color:#767676}.product-teaser__price{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-webkit-align-items:end;-moz-box-align:end;-ms-flex-align:end;align-items:end;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:8px;margin-top:auto;padding-top:16px}.product-teaser--details .old-price,.product-teaser__price-label{color:var(--elp-muted);font-size:11px}.product-teaser__price-values{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:baseline;-webkit-align-items:baseline;-moz-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;gap:6px}.product-teaser__price .sale-price{color:var(--elp-ink);font-size:18px;font-weight:900}.product-teaser__availability{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:8px;padding:8px 14px;border-top:1px solid #efefed;color:var(--elp-muted);font-size:12px}.product-teaser--actions{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.35fr);gap:8px;padding:0 14px 14px}.product-teaser--add-to-cart,.product-teaser--details-link{display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;min-height:44px;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:8px 10px;-webkit-border-radius:var(--elp-radius-sm);-moz-border-radius:var(--elp-radius-sm);border-radius:var(--elp-radius-sm);text-align:center;text-decoration:none}.product-teaser--details-link{border:1px solid var(--elp-line-strong);color:var(--elp-ink);font-weight:800}.product-teaser--cart-form{margin:0}.product-teaser--add-to-cart{width:100%;border:1px solid var(--elp-action)}.product-teaser.unavailable .product-teaser--actions{grid-template-columns:1fr}.product-list--empty{margin:24px 0 50px;padding:46px 24px;border:1px solid var(--elp-line);-webkit-border-radius:var(--elp-radius-lg);-moz-border-radius:var(--elp-radius-lg);border-radius:var(--elp-radius-lg);background:var(--elp-surface-soft)}.product-list--empty h2{font-weight:900}.product-list--empty-actions{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:10px;margin-top:20px}.pagination .page-link{min-width:44px;min-height:44px;color:#8f2d06;text-align:center}.pagination .page-item.active .page-link{border-color:var(--elp-action);background:var(--elp-action)}.product-page-breadcrumbs{margin-top:18px}.product-page{padding-top:18px}.product-page .product-gallery--wrapper{width:100%;max-width:720px;border:1px solid var(--elp-line);-webkit-border-radius:var(--elp-radius-lg);-moz-border-radius:var(--elp-radius-lg);border-radius:var(--elp-radius-lg);background:#fff;-webkit-box-shadow:var(--elp-shadow-sm);-moz-box-shadow:var(--elp-shadow-sm);box-shadow:var(--elp-shadow-sm)}.product-page .product-gallery-item>a{display:grid;width:100%;min-height:430px;padding:24px;place-items:center}.product-page .product-gallery-item>a img{display:block;width:100%;height:auto;max-height:520px;-o-object-fit:contain;object-fit:contain}.product-gallery-thumbnails button.product-gallery-item{overflow:hidden;min-height:72px;padding:4px;border:1px solid var(--elp-line);-webkit-border-radius:var(--elp-radius-sm);-moz-border-radius:var(--elp-radius-sm);border-radius:var(--elp-radius-sm);background:#fff}.product-gallery-thumbnails .swiper-slide-thumb-active{border-color:var(--elp-brand)!important;-webkit-box-shadow:0 0 0 2px rgba(255,95,31,.16);-moz-box-shadow:0 0 0 2px rgba(255,95,31,.16);box-shadow:0 0 0 2px rgba(255,95,31,.16)}.product-gallery--wrapper.is-single-image .product-gallery-thumbnails,.product-gallery--wrapper.is-single-image .swiper-button-next,.product-gallery--wrapper.is-single-image .swiper-button-prev,.product-gallery--wrapper.is-single-image .swiper-pagination,.product-gallery--wrapper.is-single-image .swiper-scrollbar{display:none!important}.product-info-wrapper{padding-top:8px}.product-page--brand{display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-bottom:9px;color:#963207;font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.product-page--title{margin-bottom:10px!important;font-size:clamp(27px,3.2vw,42px);font-weight:900;letter-spacing:-.03em;line-height:1.08}.product-page--rating{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;margin:9px 0;color:var(--elp-muted)}.product-page--product-info{margin-top:18px;padding:20px;border:1px solid var(--elp-line);-webkit-border-radius:var(--elp-radius);-moz-border-radius:var(--elp-radius);border-radius:var(--elp-radius);background:#fff;-webkit-box-shadow:var(--elp-shadow-sm);-moz-box-shadow:var(--elp-shadow-sm);box-shadow:var(--elp-shadow-sm)}.product-page--prices--item.current-price{font-size:clamp(26px,3vw,36px);font-weight:900;line-height:1.1}.product-page--prices--item--value.price-old{color:var(--elp-muted)}.product-page--delivery-estimate,.product-page--vat-info,.product-vat-info{color:var(--elp-muted);font-size:12px}.product-page--add-to-cart--wrapper{display:grid;grid-template-columns:128px minmax(0,1fr);gap:10px;margin-top:18px}.product-page--quantity{display:grid;grid-template-columns:40px minmax(38px,1fr) 40px;min-height:50px;overflow:hidden;border:1px solid var(--elp-line-strong);-webkit-border-radius:var(--elp-radius-sm);-moz-border-radius:var(--elp-radius-sm);border-radius:var(--elp-radius-sm)}.product-page--quantity button,.product-page--quantity input{min-width:0;min-height:48px;border:0!important;-webkit-border-radius:0!important;-moz-border-radius:0!important;border-radius:0!important;background:#fff;text-align:center}.product-page--add-to-cart--button{min-height:50px;-webkit-border-radius:var(--elp-radius-sm);-moz-border-radius:var(--elp-radius-sm);border-radius:var(--elp-radius-sm)}.product-page--availability{margin-top:14px;color:var(--elp-success);font-weight:800}.product-page--delivery-estimate{margin:8px 0 0}.product-page--out-of-stock-actions{display:grid;gap:9px;margin-top:15px}.product-page--benefits--wrapper{margin-top:14px;padding:16px;-webkit-border-radius:var(--elp-radius);-moz-border-radius:var(--elp-radius);border-radius:var(--elp-radius);background:var(--elp-surface-soft)}.product-page--benefits--item{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:9px;padding:6px 0;color:var(--elp-muted);font-size:13px}.product-page .accordion{margin:34px 0;border-top:1px solid var(--elp-line)}.product-page .accordion-item{border-bottom:1px solid var(--elp-line)}.accordion-item__heading{margin:0}.product-page .accordion-item__title{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:100%;min-height:62px;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:20px;padding:14px 4px;border:0;background:0 0;color:var(--elp-ink);font-family:inherit;font-size:18px;font-weight:900;line-height:1.35;text-transform:none;text-align:left}.product-page .accordion-item__icon{position:static;display:grid;top:auto;right:auto;width:32px;min-width:32px;height:32px;-webkit-box-flex:0;-webkit-flex:0 0 32px;-moz-box-flex:0;-ms-flex:0 0 32px;flex:0 0 32px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;background:var(--elp-surface-soft);place-items:center}.product-page .accordion-item__description{height:0;overflow:hidden;color:var(--elp-muted)}.product-page .accordion-item.active .accordion-item__description{height:auto;padding:0 4px 22px}.product-specifications{margin:0}.product-specifications__row{display:grid;grid-template-columns:minmax(130px,.8fr) minmax(0,1.7fr);gap:18px;padding:10px 0;border-bottom:1px solid #ececea}.product-specifications__row:last-child{border-bottom:0}.product-specifications__row dt{color:var(--elp-ink);font-weight:800}.product-specifications__row dd{margin:0}.product-sticky-buy{display:none}.product-page .pair-with-products .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.cart-page,.checkout-page{background:var(--elp-surface-soft)}.cart-page{padding-bottom:48px}.cart-steps{padding-top:20px}.cart-breadcrumbs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin:0;padding:0;border:1px solid var(--elp-line);-webkit-border-radius:var(--elp-radius);-moz-border-radius:var(--elp-radius);border-radius:var(--elp-radius);background:#fff;list-style:none}.cart-breadcrumbs li{position:relative;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;min-height:46px;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:8px 14px;border-right:1px solid var(--elp-line);color:var(--elp-muted);font-size:13px;font-weight:800;text-align:center}.cart-breadcrumbs li:last-child{border-right:0}.cart-breadcrumbs li.current-step{background:var(--elp-surface-warm);color:#8f2d06}.cart-breadcrumbs li.is-complete{color:var(--elp-success)}.cart-header--compact{margin:20px 0 18px;padding:24px 28px;-webkit-border-radius:var(--elp-radius-lg);-moz-border-radius:var(--elp-radius-lg);border-radius:var(--elp-radius-lg);background:var(--elp-ink);color:#fff}.cart-header--compact h1{margin:0;color:#fff;font-size:clamp(29px,4vw,44px);font-weight:900;letter-spacing:-.03em}.cart-header__description{max-width:780px;margin-top:8px;color:rgba(255,255,255,.76)}.cart-content,.checkout-page{padding-bottom:54px}.cart-section-heading,.checkout-order-review__header{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:14px;margin-bottom:12px}.cart-section-heading h2,.checkout-order-review__header h2{margin:0;font-size:21px;font-weight:900}.cart-section-heading__count{color:var(--elp-muted);font-size:13px;font-weight:700}.cart-empty,.cart-layout__main>.cart-items,.cart-summary,.checkout-section,.checkout-summary-sticky{border:1px solid var(--elp-line);-webkit-border-radius:var(--elp-radius);-moz-border-radius:var(--elp-radius);border-radius:var(--elp-radius);background:#fff;-webkit-box-shadow:0 2px 10px rgba(23,23,23,.04);-moz-box-shadow:0 2px 10px rgba(23,23,23,.04);box-shadow:0 2px 10px rgba(23,23,23,.04)}.cart-layout__main>.cart-items{overflow:hidden}.cart-layout__main>.cart-items .cart-item{display:grid!important;grid-template-columns:112px minmax(0,1fr) auto;gap:18px;padding:20px;border-bottom:1px solid var(--elp-line);position:relative;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.cart-layout__main>.cart-items .cart-item:last-child{border-bottom:0}.cart-layout__main>.cart-items .cart-item .product-thumbnail{display:block;width:112px;height:112px;margin:0;padding:0;overflow:hidden;background:#fff;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-webkit-flex:none;-moz-box-flex:0;-ms-flex:none;flex:none}.cart-layout__main>.cart-items .cart-item .product-thumbnail>a{display:block;width:100%;height:100%}.product-thumbnail-circle{display:block;width:112px;height:112px;border:1px solid #eeeeec;-webkit-border-radius:var(--elp-radius-sm);-moz-border-radius:var(--elp-radius-sm);border-radius:var(--elp-radius-sm);background:#fff;-o-object-fit:contain;object-fit:contain}.cart-layout__main>.cart-items .cart-item .product-thumbnail img.product-thumbnail-circle{width:100%;max-width:100%;height:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.cart-layout__main>.cart-items .cart-item .product-details{min-width:0;margin:0;padding:0;-webkit-box-flex:0;-webkit-flex:none;-moz-box-flex:0;-ms-flex:none;flex:none}.cart-item .product-name{margin:0 0 6px;font-size:17px;font-weight:900;line-height:1.3}.cart-item .product-name a{color:var(--elp-ink)}.cart-item--price-by-item,.cart-item__availability{color:var(--elp-muted);font-size:12px}.cart-item__availability{margin-top:4px;color:var(--elp-success);font-weight:800}.cart-item__controls{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;gap:12px;margin-top:14px}.cart-layout__main>.cart-items .cart-item .cart-item--quantity{display:grid;grid-template-columns:44px 48px 44px;width:auto;height:auto;overflow:hidden;padding:0;border:1px solid var(--elp-line-strong);-webkit-border-radius:var(--elp-radius-sm);-moz-border-radius:var(--elp-radius-sm);border-radius:var(--elp-radius-sm);background:#fff;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.cart-layout__main>.cart-items .cart-item .cart-item--quantity button,.cart-layout__main>.cart-items .cart-item .cart-item--quantity input{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:auto;height:auto;min-width:0;min-height:44px;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0;border:0!important;-webkit-border-radius:0!important;-moz-border-radius:0!important;border-radius:0!important;background:#fff;text-align:center}.cart-layout__main>.cart-items .cart-item .cart-item--quantity input[type=number]{width:48px;font-size:15px;outline:0}.cart-layout__main>.cart-items .cart-item .remove-item{min-height:44px!important;padding:6px 10px;color:var(--elp-danger);font-size:12px;font-weight:800}.cart-layout__main>.cart-items .cart-item .cart-item--actions{display:block;min-width:120px;padding:0;-webkit-box-flex:0;-webkit-flex:none;-moz-box-flex:0;-ms-flex:none;flex:none;text-align:right}.cart-layout__main>.cart-items .cart-item .cart-item--price-label{display:block;color:var(--elp-muted);font-size:11px}.cart-layout__main>.cart-items .cart-item .cart-item--price{margin-top:4px;font-size:18px;font-weight:900;line-height:1.35;-webkit-align-self:auto;-ms-flex-item-align:auto;align-self:auto}.cart-layout__promo{margin-top:14px}.promocode--wrapper{padding:14px 16px;border:1px solid var(--elp-line);-webkit-border-radius:var(--elp-radius);-moz-border-radius:var(--elp-radius);border-radius:var(--elp-radius);background:#fff}.promocode--text{cursor:pointer;font-weight:800}.promocode__content{padding-top:14px}.promocode--form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}.promocode__label{display:block;margin-bottom:6px;font-size:13px;font-weight:800}.cart-summary,.checkout-summary-sticky{padding:20px}.cart-layout__aside .cart-summary,.checkout-summary-sticky{position:-webkit-sticky!important;position:sticky!important;top:18px}.cart-summary .calculations-block,.checkout-order-totals .calculations-block{position:static!important;top:auto;margin:0;padding:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background:0 0}.calculations,.checkout-order-items{margin:0;padding:0;list-style:none}.calculations li,.calculations__row{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:18px;margin:0;padding:10px 0;border-bottom:1px solid #eeeeec}.calculations .calc-value{margin:0;font-weight:800;text-align:right}.calculations .total,.calculations__row.total{padding-top:15px;border-bottom:0;font-size:18px}.cart-summary__saving,.checkout-order-totals__saving{color:var(--elp-success)}.cart--progress-container{margin:14px 0;padding:12px;-webkit-border-radius:var(--elp-radius-sm);-moz-border-radius:var(--elp-radius-sm);border-radius:var(--elp-radius-sm);background:#f0f7f1}.cart--progress-label{display:block;margin-bottom:7px;color:#0e5d2c;font-size:12px;font-weight:800}.cart--progress-bar{display:block;width:100%;height:8px;overflow:hidden;border:0;-webkit-border-radius:999px;-moz-border-radius:999px;border-radius:999px}.cart--progress-bar::-webkit-progress-bar{background:#d8e8dc}.cart--progress-bar::-webkit-progress-value{background:var(--elp-success)}.cart-summary__checkout{margin-top:14px}.cart-summary__checkout.is-disabled,.cart-summary__checkout[aria-disabled=true]{opacity:.56;pointer-events:none}.cart-summary__continue-shopping{display:block;min-height:44px;padding:12px 8px 0;color:var(--elp-ink);font-weight:800;text-align:center}.cart-empty{padding:50px 24px}.checkout-layout{row-gap:18px}.checkout-layout__details{-webkit-box-ordinal-group:2;-webkit-order:1;-moz-box-ordinal-group:2;-ms-flex-order:1;order:1}.checkout-section{min-width:0;margin:0 0 16px;padding:22px}.checkout-section__title{width:auto;margin:0 0 4px;padding:0;color:var(--elp-ink);font-size:21px;font-weight:900}.checkout-section__intro{margin:0 0 18px;color:var(--elp-muted);font-size:13px}.checkout-choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.checkout-choice-grid--courier,.checkout-choice-grid--payment{grid-template-columns:1fr}.checkout-choice{position:relative;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;min-height:76px;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:10px;margin:0;padding:14px;border:1px solid var(--elp-line-strong);-webkit-border-radius:var(--elp-radius);-moz-border-radius:var(--elp-radius);border-radius:var(--elp-radius);background:#fff;cursor:pointer}.checkout-choice.is-selected,.checkout-choice:has(input:checked){border-color:var(--elp-brand);background:var(--elp-surface-warm);-webkit-box-shadow:0 0 0 2px rgba(255,95,31,.12);-moz-box-shadow:0 0 0 2px rgba(255,95,31,.12);box-shadow:0 0 0 2px rgba(255,95,31,.12)}.checkout-choice input{width:20px;min-width:20px;height:20px;margin-top:2px;accent-color:var(--elp-action)}.checkout-choice__content{display:block}.checkout-choice__content small,.checkout-choice__content strong{display:block}.checkout-choice__content small{margin-top:3px;color:var(--elp-muted);font-size:12px}.checkout-form-list label{display:block;margin-bottom:6px;color:var(--elp-ink);font-size:13px;font-weight:800}.field-optional{color:var(--elp-muted);font-size:11px;font-weight:500}.required::after{content:" *";color:var(--elp-danger)}.checkout-error-summary{margin-bottom:16px;-webkit-border-radius:var(--elp-radius);-moz-border-radius:var(--elp-radius);border-radius:var(--elp-radius)}.checkout-error-summary__list{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:6px 18px;margin:10px 0 0;padding-left:20px}.checkout-error-summary__list a{color:inherit;font-weight:800;text-decoration:underline}.checkout-layout__summary{-webkit-box-ordinal-group:3;-webkit-order:2;-moz-box-ordinal-group:3;-ms-flex-order:2;order:2;-webkit-align-self:stretch;-ms-flex-item-align:stretch;align-self:stretch}.checkout-order-review__edit{font-size:13px;font-weight:800}.checkout-order-item{display:grid;grid-template-columns:64px minmax(0,1fr) auto;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;padding:12px 0;border-bottom:1px solid #eeeeec}.checkout-order-item__image img{display:block;width:64px;height:64px;border:1px solid #eeeeec;-webkit-border-radius:var(--elp-radius-sm);-moz-border-radius:var(--elp-radius-sm);border-radius:var(--elp-radius-sm);-o-object-fit:contain;object-fit:contain}.checkout-order-item__name{display:block;color:var(--elp-ink);font-size:13px;font-weight:800;line-height:1.3}.checkout-order-item__quantity{display:block;margin-top:3px;color:var(--elp-muted);font-size:11px}.checkout-order-item__price{font-size:12px;text-align:right}.checkout-order-totals{margin-top:8px}.checkout-layout__confirmation{-webkit-box-ordinal-group:4;-webkit-order:3;-moz-box-ordinal-group:4;-ms-flex-order:3;order:3}.checkout-consent{display:grid;grid-template-columns:22px minmax(0,1fr);gap:10px;margin-bottom:12px}.checkout-consent.form-check{padding-left:0}.checkout-consent .form-check-input{position:static;grid-column:1;width:20px;height:20px;margin:2px 0 0;accent-color:var(--elp-action)}.checkout-consent .form-check-label{grid-column:2;min-width:0}.show-captcha{margin:18px 0}.checkout-submit-note{margin-top:10px!important;color:var(--elp-muted);font-size:12px;text-align:center}.checkout-confirmation-review{display:grid;gap:0;margin:0 0 16px;overflow:hidden;border:1px solid var(--elp-line);-webkit-border-radius:var(--elp-radius-sm);-moz-border-radius:var(--elp-radius-sm);border-radius:var(--elp-radius-sm);background:var(--elp-surface-soft)}.checkout-confirmation-review>div{display:grid;grid-template-columns:118px minmax(0,1fr);gap:12px;padding:10px 12px;border-bottom:1px solid var(--elp-line)}.checkout-confirmation-review>div:last-child{border-bottom:0}.checkout-confirmation-review span{color:var(--elp-muted);font-size:12px}.checkout-confirmation-review strong{min-width:0;font-size:12px;text-align:right;overflow-wrap:anywhere}body.cart-drawer-open{overflow:hidden}.cart-drawer-backdrop{position:fixed;inset:0;z-index:1090;background:rgba(10,10,10,.56);opacity:0;-webkit-transition:opacity .24s ease;-o-transition:opacity .24s ease;-moz-transition:opacity .24s ease;transition:opacity .24s ease}.cart-drawer-backdrop.is-open{opacity:1}.cart-drawer{position:fixed;top:0;right:0;bottom:0;z-index:1100;display:block;width:min(480px,100vw);height:100vh;height:100dvh;overflow:hidden;border:0;background:#f6f6f3;-webkit-box-shadow:-24px 0 60px rgba(15,15,15,.2);-moz-box-shadow:-24px 0 60px rgba(15,15,15,.2);box-shadow:-24px 0 60px rgba(15,15,15,.2);outline:0;visibility:hidden;-webkit-transform:translateX(102%);-moz-transform:translateX(102%);-ms-transform:translateX(102%);-o-transform:translateX(102%);transform:translateX(102%);-webkit-transition:visibility 0s linear .24s,-webkit-transform .24s ease;transition:visibility 0s linear .24s,-webkit-transform .24s ease;-o-transition:visibility 0s linear .24s,-o-transform .24s ease;-moz-transition:transform .24s ease,visibility 0s linear .24s,-moz-transform .24s ease;transition:transform .24s ease,visibility 0s linear .24s;transition:transform .24s ease,visibility 0s linear .24s,-webkit-transform .24s ease,-moz-transform .24s ease,-o-transform .24s ease}.cart-drawer.is-open{visibility:visible;-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0);-webkit-transition:-webkit-transform .24s ease;transition:-webkit-transform .24s ease;-o-transition:-o-transform .24s ease;-moz-transition:transform .24s ease,-moz-transform .24s ease;transition:transform .24s ease;transition:transform .24s ease,-webkit-transform .24s ease,-moz-transform .24s ease,-o-transform .24s ease}.cart-drawer__content{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;height:100%;min-height:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;color:var(--elp-ink)}.cart-drawer__header{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;min-height:92px;-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:18px;padding:18px 20px;padding-top:max(18px,env(safe-area-inset-top));border-bottom:1px solid var(--elp-line);background:#fff}.cart-drawer__heading-copy{min-width:0}.cart-drawer__eyebrow{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;gap:7px;margin:0 0 3px;color:#8f2d06;font-size:11px;font-weight:900;letter-spacing:.09em;line-height:1.2;text-transform:uppercase}.cart-drawer__success-icon{display:inline-grid;width:22px;height:22px;-webkit-box-flex:0;-webkit-flex:0 0 22px;-moz-box-flex:0;-ms-flex:0 0 22px;flex:0 0 22px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;background:var(--elp-success);color:#fff;font-size:10px;place-items:center}.cart-drawer__title{margin:0;font-size:25px;font-weight:900;letter-spacing:-.025em;line-height:1.15}.cart-drawer__count{color:var(--elp-muted);font-size:17px;font-weight:700}.cart-drawer__close{display:grid;width:46px;min-width:46px;height:46px;margin:0;padding:0;border:1px solid var(--elp-line);-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;background:var(--elp-surface-soft);place-items:center}.cart-drawer__close:hover{border-color:var(--elp-line-strong);background:#ecece8}.cart-drawer__close img{display:block;width:16px;height:16px}.cart-drawer__body{min-height:0;-webkit-box-flex:1;-webkit-flex:1 1 auto;-moz-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;overflow-y:auto;-ms-scroll-chaining:none;overscroll-behavior:contain;padding:16px 20px 24px;scrollbar-gutter:stable}.cart-drawer__shipping{margin-bottom:14px;padding:12px 14px;border:1px solid #dbe8dc;-webkit-border-radius:var(--elp-radius-sm);-moz-border-radius:var(--elp-radius-sm);border-radius:var(--elp-radius-sm);background:#f1f8f2}.cart-drawer__shipping-message{margin:0 0 8px;color:#245d35;font-size:12px;font-weight:800;line-height:1.35}.cart-drawer__shipping-message--complete{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;gap:7px}.cart-drawer__shipping-progress{display:block;width:100%;height:7px;overflow:hidden;border:0;-webkit-border-radius:999px;-moz-border-radius:999px;border-radius:999px}.cart-drawer__shipping-progress::-webkit-progress-bar{background:#d5e5d8}.cart-drawer__shipping-progress::-webkit-progress-value{background:var(--elp-success)}.cart-drawer__items{display:grid;gap:10px}.cart-drawer-item{display:grid;grid-template-columns:92px minmax(0,1fr);gap:13px;padding:12px;border:1px solid var(--elp-line);-webkit-border-radius:12px;-moz-border-radius:12px;border-radius:12px;background:#fff;-webkit-transition:border-color .2s ease,-webkit-box-shadow .2s ease;transition:border-color .2s ease,-webkit-box-shadow .2s ease;-o-transition:border-color .2s ease,box-shadow .2s ease;-moz-transition:border-color .2s ease,box-shadow .2s ease,-moz-box-shadow .2s ease;transition:border-color .2s ease,box-shadow .2s ease;transition:border-color .2s ease,box-shadow .2s ease,-webkit-box-shadow .2s ease,-moz-box-shadow .2s ease}.cart-drawer-item.is-highlighted{border-color:rgba(255,95,31,.62);-webkit-box-shadow:0 0 0 3px rgba(255,95,31,.09);-moz-box-shadow:0 0 0 3px rgba(255,95,31,.09);box-shadow:0 0 0 3px rgba(255,95,31,.09)}.cart-drawer-item__image{display:block;width:92px;height:92px;-webkit-align-self:start;-ms-flex-item-align:start;align-self:start;overflow:hidden;border:1px solid #eeeeeb;-webkit-border-radius:9px;-moz-border-radius:9px;border-radius:9px;background:#fff}.cart-drawer-item__image img{display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.cart-drawer-item__details{min-width:0}.cart-drawer-item__name{margin:0 0 5px;font-size:14px;font-weight:900;line-height:1.3}.cart-drawer-item__name a{display:-webkit-box;overflow:hidden;color:var(--elp-ink);-webkit-box-orient:vertical;-webkit-line-clamp:2}.cart-drawer-item__codes,.cart-item__codes{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:2px 10px;margin:0 0 5px;color:var(--elp-muted);font-size:10px;line-height:1.35}.cart-drawer-item__codes span+span::before,.cart-item__codes span+span::before{content:"•";margin-right:8px;color:#aaa}.cart-drawer-item__availability{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;gap:6px;margin:0;color:var(--elp-success);font-size:10px;font-weight:800}.cart-drawer-item__availability i{font-size:7px}.cart-drawer-item__bottom{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:10px;margin-top:10px}.cart-drawer-item__quantity{display:grid;grid-template-columns:44px 44px 44px;overflow:hidden;border:1px solid var(--elp-line-strong);-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px}.cart-drawer-item__quantity button,.cart-drawer-item__quantity input{display:grid;width:100%;min-width:0;height:44px;min-height:44px;margin:0;padding:0;border:0!important;-webkit-border-radius:0!important;-moz-border-radius:0!important;border-radius:0!important;background:#fff;color:var(--elp-ink);font-size:15px;font-weight:800;text-align:center;place-items:center}.cart-drawer-item__quantity button:hover{background:var(--elp-surface-soft)}.cart-drawer-item__price{font-size:13px;line-height:1.25;text-align:right;white-space:nowrap}.cart-drawer-item__remove{min-width:44px;min-height:44px;margin:4px 0 -5px auto;padding:8px 4px;border:0;background:0 0;color:#9a2f28;font-size:11px;font-weight:800;text-decoration:underline;text-underline-offset:2px}.cart-drawer__footer{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding:15px 20px -webkit-calc(16px + env(safe-area-inset-bottom));padding:15px 20px -moz-calc(16px + env(safe-area-inset-bottom));padding:15px 20px calc(16px + env(safe-area-inset-bottom));border-top:1px solid var(--elp-line);background:#fff;-webkit-box-shadow:0 -10px 28px rgba(23,23,23,.07);-moz-box-shadow:0 -10px 28px rgba(23,23,23,.07);box-shadow:0 -10px 28px rgba(23,23,23,.07)}.cart-drawer__saving,.cart-drawer__subtotal{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-webkit-align-items:baseline;-moz-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:16px}.cart-drawer__saving{margin-bottom:4px;color:var(--elp-success);font-size:12px}.cart-drawer__subtotal{font-size:16px;font-weight:800}.cart-drawer__subtotal strong{font-size:19px;white-space:nowrap}.cart-drawer__tax-note{margin:4px 0 12px;color:var(--elp-muted);font-size:10px}.cart-drawer__checkout{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;min-height:50px;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-border-radius:var(--elp-radius-sm)!important;-moz-border-radius:var(--elp-radius-sm)!important;border-radius:var(--elp-radius-sm)!important;text-align:center}.cart-drawer__secondary-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:8px}.cart-drawer__continue,.cart-drawer__view-cart{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;min-height:44px;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:8px;border:0;background:0 0;color:var(--elp-ink);font-size:12px;font-weight:800;text-align:center;text-decoration:underline;text-underline-offset:3px}.cart-drawer__empty,.cart-drawer__loading{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;min-height:0;-webkit-box-flex:1;-webkit-flex:1 1 auto;-moz-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:36px 24px;text-align:center}.cart-drawer__empty img{margin-bottom:18px}.cart-drawer__empty h3{margin:0 0 7px;font-size:23px}.cart-drawer__empty p{max-width:310px;margin:0 0 20px;color:var(--elp-muted)}.cart-drawer__inline-error{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding:11px 20px;border-bottom:1px solid #efc2be;background:#fff4f3;color:#7d211b;font-size:12px;font-weight:800}.cart-drawer__undo,.cart-undo{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;min-height:52px;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:12px;padding:10px 20px;border-bottom:1px solid #edcfb8;background:#fff7ef;color:var(--elp-ink);font-size:12px;font-weight:700}.cart-drawer__undo button,.cart-undo button{min-width:58px;min-height:44px;margin:0;padding:6px 10px;color:#8f2d06;font-weight:900;text-decoration:underline;text-underline-offset:2px}.cart-undo{margin-bottom:14px;border:1px solid #edcfb8;-webkit-border-radius:var(--elp-radius-sm);-moz-border-radius:var(--elp-radius-sm);border-radius:var(--elp-radius-sm)}.cart-drawer[aria-busy=true] .cart-drawer__content{cursor:wait}.cart-drawer [aria-disabled=true]{opacity:.55;pointer-events:none}.main-header--checkout{position:static;min-height:0;border-bottom:1px solid var(--elp-line);-webkit-box-shadow:0 3px 18px rgba(23,23,23,.05);-moz-box-shadow:0 3px 18px rgba(23,23,23,.05);box-shadow:0 3px 18px rgba(23,23,23,.05)}.main-header--checkout .main-header__inner{display:grid;min-height:84px;grid-template-columns:minmax(180px,310px) minmax(0,1fr);-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;gap:24px}.main-header--checkout .main-header__brand{width:min(310px,100%)}.main-header__checkout-meta{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;gap:24px}.main-header__checkout-security{display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;color:var(--elp-success);font-size:13px;font-weight:900}.main-header__checkout-back{min-height:44px;padding:12px 0;color:var(--elp-ink);font-size:13px;font-weight:800;text-decoration:underline;text-underline-offset:3px}.checkout-footer{padding:22px 0;border-top:1px solid var(--elp-line);background:#fff;color:var(--elp-muted);font-size:12px}.checkout-footer nav,.checkout-footer__inner{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;gap:20px}.checkout-footer__inner{-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.checkout-footer a{color:var(--elp-ink);text-decoration:underline;text-underline-offset:3px}.checkout-summary-toggle{display:none}.checkout-field-help{display:block;margin-top:6px;color:var(--elp-muted);font-size:11px;line-height:1.35}.checkout-choice__price{color:var(--elp-ink)!important;font-weight:800}.cart-finish-order{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;min-height:52px;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:0}.cart-finish-order__total{white-space:nowrap}.cart-summary__reassurance{margin:10px 0 0;color:var(--elp-muted);font-size:11px;line-height:1.4;text-align:center}.cart-mobile-checkout{display:none}.cart-summary__reassurance i{margin-right:4px;color:var(--elp-success)}.calculations .calc-value,.calculations__row .calc-value{white-space:nowrap}.footer--newsletter--form--wrapper{display:grid;grid-template-columns:minmax(0,1fr) auto}.footer--newsletter--form--email{width:100%;-webkit-border-radius:8px 0 0 8px!important;-moz-border-radius:8px 0 0 8px!important;border-radius:8px 0 0 8px!important}.footer--newsletter--form--button{-webkit-border-radius:0 8px 8px 0!important;-moz-border-radius:0 8px 8px 0!important;border-radius:0 8px 8px 0!important}.footer--newsletter--status{min-height:20px;margin-top:6px;font-size:12px}.footer--divider{max-width:100%}.footer--credit{color:#fff}.header-categories--item--link.discount{border-color:var(--elp-action)!important;background:var(--elp-action)!important;color:#fff!important}.header-categories--item--link.discount:focus,.header-categories--item--link.discount:hover{border-color:var(--elp-action-hover)!important;background:var(--elp-action-hover)!important}.home-top--slide--content--button{border-color:var(--elp-action)!important;background:var(--elp-action)!important;color:#fff!important}.home-top--slide--content--button:focus,.home-top--slide--content--button:hover{background:var(--elp-action-hover)!important;color:#fff!important}.home-offers--item--card:focus .home-offers--item--cta,.home-offers--item--card:hover .home-offers--item--cta{color:#8f2d06!important}.filter .filter-title{height:auto;min-height:44px;-webkit-box-pack:start;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding:9px 38px 9px 14px;border:1px solid var(--elp-line-strong);background:#fff;background-image:none;text-align:left}.filter .filter-title::after{position:absolute;top:50%;right:15px;width:8px;height:8px;background:0 0;background-image:none}.filter .filter-options{top:-webkit-calc(100% + 8px);top:-moz-calc(100% + 8px);top:calc(100% + 8px);left:0;width:min(340px,-webkit-calc(100vw - 32px));width:min(340px,-moz-calc(100vw - 32px));width:min(340px,calc(100vw - 32px));-webkit-box-align:stretch;-webkit-align-items:stretch;-moz-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;padding:14px;gap:0;-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none}.filter .filter-option,.filter .filter-options--clear{min-height:44px}.filter .filter-options:not([hidden]){display:block}.filter .filter-options--items{max-height:290px;margin-bottom:10px}.filter .filter-option{min-height:42px;padding:7px 4px;font-size:13px;line-height:18px;letter-spacing:0}.filter .filter-option--wrapper{padding:0}.product-grid>.product-article-item{margin-bottom:0}.product-grid .product-teaser{gap:0;padding:0;border-color:var(--elp-line);-webkit-border-radius:var(--elp-radius);-moz-border-radius:var(--elp-radius);border-radius:var(--elp-radius);-webkit-box-shadow:0 2px 8px rgba(23,23,23,.04);-moz-box-shadow:0 2px 8px rgba(23,23,23,.04);box-shadow:0 2px 8px rgba(23,23,23,.04)}.product-grid .product-teaser.available,.product-grid .product-teaser.unavailable{border-color:var(--elp-line)}.product-grid .product-teaser--product-img{padding:12px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background:#fff}.product-grid .product-teaser--details{width:auto;padding:14px 14px 8px;gap:0}.product-grid .product-teaser__title{min-height:42px;font-size:16px;font-weight:800;line-height:21px}.product-grid .product-teaser__category{border-color:#d7b5a6;background:var(--elp-surface-warm);color:#8f2d06}.product-grid .product-teaser__category:focus,.product-grid .product-teaser__category:hover{border-color:var(--elp-action);background:var(--elp-action);color:#fff}.product-grid .product-teaser__meta{margin-top:10px}.product-grid .product-teaser__price{-webkit-box-align:end;-webkit-align-items:flex-end;-moz-box-align:end;-ms-flex-align:end;align-items:flex-end;margin-top:auto;padding:12px 0 0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background:0 0}.product-grid .product-teaser__price .sale-price{font-size:18px;font-weight:900}.product-grid .product-teaser__availability{padding:8px 14px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;border-top:1px solid #efefed;background:0 0}.product-grid .product-teaser--actions{padding:0 14px 14px}.product-grid .product-teaser--details-link{border:1px solid var(--elp-line-strong);background:#fff;color:var(--elp-ink)}.product-page .product-page--brand:focus,.product-page .product-page--brand:hover{border-color:var(--elp-action);background:var(--elp-action);color:#fff}.product-page .product-gallery-item>a{width:100%}.cart-layout .cart-items .cart-item{grid-template-columns:112px minmax(0,1fr) auto;padding:20px;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.cart-layout .cart-item .product-thumbnail{width:auto;height:auto;margin:0;padding:0;-webkit-box-flex:0;-webkit-flex:none;-moz-box-flex:0;-ms-flex:none;flex:none}.cart-layout .cart-item .product-details{min-width:0;padding:0;-webkit-box-flex:0;-webkit-flex:none;-moz-box-flex:0;-ms-flex:none;flex:none}.cart-layout .cart-item .cart-item--quantity{display:grid;width:auto;height:auto;grid-template-columns:38px 48px 38px;padding:0;border:1px solid var(--elp-line-strong);-webkit-border-radius:var(--elp-radius-sm);-moz-border-radius:var(--elp-radius-sm);border-radius:var(--elp-radius-sm)}.cart-layout .cart-item .cart-item--quantity button,.cart-layout .cart-item .cart-item--quantity input[type=number]{width:auto;min-height:40px;height:auto;padding:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.cart-layout .cart-items .cart-item--actions{display:block;padding:0;-webkit-box-flex:0;-webkit-flex:none;-moz-box-flex:0;-ms-flex:none;flex:none;text-align:right}.cart-summary .calculations-block,.checkout-order-totals .calculations-block{position:static!important;top:auto;margin:0;padding:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background:0 0}.cart--progress-container{display:block}.cart--progress-label{max-width:none;text-align:left}.cart--progress-bar{margin:0}.promocode--wrapper .form-control{margin-right:0}@media (max-width:1199.98px){.home-brands__list{grid-template-columns:repeat(4,minmax(0,1fr))}.product-grid .product-teaser--actions{grid-template-columns:1fr}}@media (max-width:1023.98px){body{font-size:15px}.header-categories{visibility:hidden;pointer-events:none}.header-categories.active{visibility:visible;pointer-events:auto}.home-finder{padding-top:32px}.home-trust__list{grid-template-columns:repeat(2,minmax(0,1fr))}.home-trust__item:nth-child(2){border-right:0}.home-trust__item:nth-child(-n+2){border-bottom:1px solid var(--elp-line)}.home-brands__list{grid-template-columns:repeat(3,minmax(0,1fr))}.product-listing-header__top{-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.product-listing-header__sort,.sort-products,.sort-products-form{width:100%}.sort-products-form{-webkit-box-align:start!important;-webkit-align-items:flex-start!important;-moz-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.product-gallery-item>a{min-height:360px}.cart-layout__aside{margin-top:18px}.cart-layout__aside .cart-summary,.checkout-summary-sticky{position:static!important}.checkout-layout__summary{-webkit-box-ordinal-group:2;-webkit-order:1;-moz-box-ordinal-group:2;-ms-flex-order:1;order:1}.checkout-layout__details{-webkit-box-ordinal-group:3;-webkit-order:2;-moz-box-ordinal-group:3;-ms-flex-order:2;order:2}.checkout-layout__confirmation{-webkit-box-ordinal-group:4;-webkit-order:3;-moz-box-ordinal-group:4;-ms-flex-order:3;order:3}}@media (max-width:767.98px){.home-top--slide--content--wrapper{bottom:68px}.product-page .pair-with-products .product-grid{grid-template-columns:1fr}.home-finder__search{grid-template-columns:1fr;gap:6px}.home-finder__submit{width:100%}.swiper-home{-webkit-border-radius:var(--elp-radius);-moz-border-radius:var(--elp-radius);border-radius:var(--elp-radius)}.home-top--slide--content--title{font-size:clamp(24px,8vw,36px)}.home-brands__list{grid-template-columns:repeat(2,minmax(0,1fr))}.filters--items{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.filter-title{width:100%;text-align:left}.filter .filter-options{position:fixed;top:auto;right:0;bottom:0;left:0;z-index:60;width:100%;max-height:78vh;-webkit-border-radius:18px 18px 0 0;-moz-border-radius:18px 18px 0 0;border-radius:18px 18px 0 0}.filter .filter-options--items{max-height:-webkit-calc(78vh - 124px);max-height:-moz-calc(78vh - 124px);max-height:calc(78vh - 124px)}.product-grid .product-teaser__meta{display:none}.product-grid .product-teaser__price{padding-top:12px}.product-page .product-gallery-item>a{min-height:310px;padding:16px}.product-page--product-info{padding:16px}.product-specifications__row{grid-template-columns:1fr;gap:3px}.cart-breadcrumbs li{min-height:42px;padding:7px;font-size:11px}.cart-header--compact{padding:20px}.cart-layout .cart-items .cart-item{grid-template-columns:88px minmax(0,1fr);gap:12px;padding:14px}.cart-layout__main>.cart-items .cart-item .product-thumbnail{width:88px;height:88px}.product-thumbnail-circle{width:88px;height:88px}.cart-layout .cart-items .cart-item--actions{grid-column:2;min-width:0;text-align:left}.cart-layout__main>.cart-items .cart-item .cart-item--actions{grid-column:2;min-width:0;text-align:left}.cart-item--price-label,.cart-layout__main>.cart-items .cart-item .cart-item--price-label{display:inline}.checkout-section{padding:17px}.checkout-choice-grid{grid-template-columns:1fr}}@media (max-width:575.98px){body.has-product-sticky-buy{padding-bottom:-webkit-calc(84px + env(safe-area-inset-bottom));padding-bottom:-moz-calc(84px + env(safe-area-inset-bottom));padding-bottom:calc(84px + env(safe-area-inset-bottom));scroll-padding-bottom:-webkit-calc(84px + env(safe-area-inset-bottom));scroll-padding-bottom:-moz-calc(84px + env(safe-area-inset-bottom));scroll-padding-bottom:calc(84px + env(safe-area-inset-bottom))}.home-finder__title{font-size:31px}.home-finder__vehicles-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.home-finder__vehicles-link{width:100%;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.home-trust__list{grid-template-columns:1fr}.home-trust__item,.home-trust__item:nth-child(2){border-right:0;border-bottom:1px solid var(--elp-line)}.home-trust__item:last-child{border-bottom:0}.home-brands__header{-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.product-listing-intro.is-collapsible:not(.is-expanded) .product-listing-intro__content{max-height:132px}.filters--items{grid-template-columns:1fr 1fr}.product-grid{grid-template-columns:1fr;gap:12px}.product-grid .product-teaser{display:grid;grid-template-columns:128px minmax(0,1fr)}.product-grid .product-teaser--product-img{grid-row:1/span 3;width:128px;height:100%;aspect-ratio:auto;padding:8px}.product-grid .product-teaser--details{min-width:0;padding:13px 12px 7px}.product-grid .product-teaser__category{max-width:100%}.product-grid .product-teaser__title{font-size:14px}.product-grid .product-teaser__availability{padding:6px 12px;border-top:0}.product-grid .product-teaser--actions{grid-column:2;grid-template-columns:1fr;padding:0 12px 12px}.product-grid .product-teaser.available.has-price .product-teaser--details-link{display:none}.product-page--add-to-cart--wrapper{grid-template-columns:116px minmax(0,1fr)}.product-sticky-buy{position:fixed;right:0;bottom:0;left:0;z-index:50;display:block;padding:10px max(12px,env(safe-area-inset-left)) -webkit-calc(10px + env(safe-area-inset-bottom)) max(12px,env(safe-area-inset-right));padding:10px max(12px,env(safe-area-inset-left)) -moz-calc(10px + env(safe-area-inset-bottom)) max(12px,env(safe-area-inset-right));padding:10px max(12px,env(safe-area-inset-left)) calc(10px + env(safe-area-inset-bottom)) max(12px,env(safe-area-inset-right));border-top:1px solid var(--elp-line);background:rgba(255,255,255,.97);-webkit-box-shadow:0 -10px 28px rgba(23,23,23,.13);-moz-box-shadow:0 -10px 28px rgba(23,23,23,.13);box-shadow:0 -10px 28px rgba(23,23,23,.13);-webkit-transform:translateY(120%);-moz-transform:translateY(120%);-ms-transform:translateY(120%);-o-transform:translateY(120%);transform:translateY(120%);-webkit-transition:-webkit-transform .2s ease;transition:-webkit-transform .2s ease;-o-transition:-o-transform .2s ease;-moz-transition:transform .2s ease,-moz-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease,-moz-transform .2s ease,-o-transform .2s ease}.product-sticky-buy.is-visible{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.product-sticky-buy__content{display:grid;grid-template-columns:auto minmax(150px,1fr);-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;gap:12px;max-width:540px;margin:0 auto}.product-sticky-buy__label{display:block;color:var(--elp-muted);font-size:10px}.product-sticky-buy__summary strong{display:block;font-size:16px}.product-sticky-buy__button{width:100%;min-height:48px;-webkit-border-radius:var(--elp-radius-sm);-moz-border-radius:var(--elp-radius-sm);border-radius:var(--elp-radius-sm)}.cart-layout .cart-items .cart-item{grid-template-columns:72px minmax(0,1fr);padding:14px}.cart-layout__main>.cart-items .cart-item .product-thumbnail{width:72px;height:72px}.product-thumbnail-circle{width:72px;height:72px}.cart-item__controls{display:grid;grid-template-columns:auto minmax(112px,1fr);-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;gap:8px}.cart-layout__main>.cart-items .cart-item .remove-item{width:100%;min-height:40px!important;padding:8px 10px;border:1px solid #e7b8b4;-webkit-border-radius:var(--elp-radius-sm);-moz-border-radius:var(--elp-radius-sm);border-radius:var(--elp-radius-sm);background:#fff8f7;line-height:1.2;text-align:center;white-space:normal}.checkout-order-item{grid-template-columns:54px minmax(0,1fr)}.checkout-order-item__image img{width:54px;height:54px}.checkout-order-item__price{grid-column:2;text-align:left}.footer--newsletter--form--wrapper{grid-template-columns:1fr;gap:8px}.footer--newsletter--form--button,.footer--newsletter--form--email{-webkit-border-radius:var(--elp-radius-sm)!important;-moz-border-radius:var(--elp-radius-sm)!important;border-radius:var(--elp-radius-sm)!important}}#product-filters{scroll-margin-top:124px}.pagination{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:6px}.pagination .page-item{margin:0}.content--wrapper{max-width:820px;margin:0 auto 48px;color:#333;font-size:16px;line-height:1.75}.content--wrapper h2,.content--wrapper h3,.content--wrapper h4{margin-top:1.6em;color:var(--elp-ink);font-weight:900;line-height:1.2}.content--wrapper img{max-width:100%;height:auto}.content-hero__eyebrow{display:block;margin-bottom:6px;color:#963207;font-size:12px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.faq--item--title--name{padding:0;border:0;background:0 0;color:var(--elp-ink);font-size:16px;font-weight:800;text-align:left}.faq--item--content[hidden]{display:none!important}.stores--item--image{overflow:hidden;aspect-ratio:4/3;background:var(--elp-surface-soft)}.stores--item--image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.stores--item--description--title{color:var(--elp-ink);font-size:18px;font-weight:900;line-height:1.25}.stores--item--links--details,.stores--item--links--map{color:#8f2d06;font-weight:800}.product-info-wrapper--wide{max-width:860px}.checkout-summary-recovery{margin-top:12px;padding:12px;border:1px solid #e7b8b4;-webkit-border-radius:var(--elp-radius-sm);-moz-border-radius:var(--elp-radius-sm);border-radius:var(--elp-radius-sm);background:#fff8f7;color:#7d211b;font-size:13px}.checkout-summary-recovery button{width:100%;min-height:44px;margin-top:10px}@media (min-width:1024px){.cart-layout__aside .cart-summary{top:116px;max-height:-webkit-calc(100vh - 134px);max-height:-moz-calc(100vh - 134px);max-height:calc(100vh - 134px);overflow-y:auto;-ms-scroll-chaining:none;overscroll-behavior:contain}.checkout-summary-sticky{top:18px;max-height:-webkit-calc(100vh - 36px);max-height:-moz-calc(100vh - 36px);max-height:calc(100vh - 36px);overflow-y:auto;-ms-scroll-chaining:none;overscroll-behavior:contain}}@media (max-width:1023.98px){.cart-page:has(.cart-mobile-checkout){padding-bottom:-webkit-calc(92px + env(safe-area-inset-bottom));padding-bottom:-moz-calc(92px + env(safe-area-inset-bottom));padding-bottom:calc(92px + env(safe-area-inset-bottom))}.cart-mobile-checkout{position:fixed;right:0;bottom:0;left:0;z-index:55;display:grid;grid-template-columns:minmax(94px,auto) minmax(0,1fr);-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;gap:12px;padding:10px max(16px,env(safe-area-inset-right)) -webkit-calc(10px + env(safe-area-inset-bottom)) max(16px,env(safe-area-inset-left));padding:10px max(16px,env(safe-area-inset-right)) -moz-calc(10px + env(safe-area-inset-bottom)) max(16px,env(safe-area-inset-left));padding:10px max(16px,env(safe-area-inset-right)) calc(10px + env(safe-area-inset-bottom)) max(16px,env(safe-area-inset-left));border-top:1px solid var(--elp-line);background:rgba(255,255,255,.98);-webkit-box-shadow:0 -10px 30px rgba(23,23,23,.13);-moz-box-shadow:0 -10px 30px rgba(23,23,23,.13);box-shadow:0 -10px 30px rgba(23,23,23,.13);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.cart-mobile-checkout__total{min-width:0}.cart-mobile-checkout__total span,.cart-mobile-checkout__total strong{display:block}.cart-mobile-checkout__total span{color:var(--elp-muted);font-size:10px;font-weight:700;text-transform:uppercase}.cart-mobile-checkout__total strong{font-size:16px;line-height:1.2;white-space:nowrap}.cart-mobile-checkout__link{min-height:52px;margin:0!important;-webkit-border-radius:var(--elp-radius-sm)!important;-moz-border-radius:var(--elp-radius-sm)!important;border-radius:var(--elp-radius-sm)!important;font-size:14px}.header-categories{z-index:90}.menu-overlay{z-index:80}.hamburger-menu--close{top:10px;right:8px;width:44px;height:44px;margin:0;-webkit-border-radius:999px;-moz-border-radius:999px;border-radius:999px;background-color:#f3f3f1;background-position:center}.filter .filter-options{position:fixed;top:auto;right:0;bottom:0;left:0;z-index:90;width:100%;max-height:78vh;-webkit-border-radius:18px 18px 0 0;-moz-border-radius:18px 18px 0 0;border-radius:18px 18px 0 0}.filter-options__header{position:-webkit-sticky;position:sticky;top:-14px;z-index:2;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;min-height:58px;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:14px;margin:-14px -14px 10px;padding:9px 14px;border-bottom:1px solid var(--elp-line);-webkit-border-radius:18px 18px 0 0;-moz-border-radius:18px 18px 0 0;border-radius:18px 18px 0 0;background:#fff;font-size:18px}.filter-options__close{display:grid;width:44px;height:44px;-webkit-box-flex:0;-webkit-flex:0 0 44px;-moz-box-flex:0;-ms-flex:0 0 44px;flex:0 0 44px;padding:0;place-items:center;border:0;-webkit-border-radius:999px;-moz-border-radius:999px;border-radius:999px;background:#f2f2ef}.filter-options__close img{display:block;width:15px;height:15px;opacity:.72}.filter .filter-options--items{max-height:-webkit-calc(78vh - 124px);max-height:-moz-calc(78vh - 124px);max-height:calc(78vh - 124px)}}@media (max-width:575.98px){.product-grid .product-teaser--no-img{grid-row:1/span 3;width:128px;min-height:176px}}@media (max-width:1023.98px){.main-header--checkout .main-header__inner{min-height:70px;grid-template-columns:minmax(138px,210px) minmax(0,1fr);gap:12px}.main-header--checkout .main-header__brand{width:100%}.main-header--checkout .main-header__logo-image{width:100%;height:auto;max-height:42px}.main-header__checkout-meta{gap:12px}.main-header__checkout-security{font-size:11px}.main-header__checkout-back{font-size:11px;text-align:right}.checkout-layout__summary{-webkit-box-ordinal-group:2;-webkit-order:1;-moz-box-ordinal-group:2;-ms-flex-order:1;order:1;margin-bottom:2px}.checkout-layout__details{-webkit-box-ordinal-group:3;-webkit-order:2;-moz-box-ordinal-group:3;-ms-flex-order:2;order:2}.checkout-summary-toggle{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:100%;min-height:66px;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:14px;margin:0;padding:13px 16px;border:1px solid var(--elp-line);-webkit-border-radius:var(--elp-radius);-moz-border-radius:var(--elp-radius);border-radius:var(--elp-radius);background:#fff;color:var(--elp-ink);text-align:left}.checkout-summary-toggle>span:first-child{display:block;min-width:0}.checkout-summary-toggle small,.checkout-summary-toggle strong{display:block}.checkout-summary-toggle strong{font-size:15px}.checkout-summary-toggle small{margin-top:2px;color:var(--elp-muted);font-size:10px}.checkout-summary-toggle__icon{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-transition:-webkit-transform .18s ease;transition:-webkit-transform .18s ease;-o-transition:-o-transform .18s ease;-moz-transition:transform .18s ease,-moz-transform .18s ease;transition:transform .18s ease;transition:transform .18s ease,-webkit-transform .18s ease,-moz-transform .18s ease,-o-transform .18s ease}.checkout-layout__summary.is-expanded .checkout-summary-toggle__icon{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.checkout-summary-toggle__total{margin-left:auto;font-size:14px;font-weight:900;white-space:nowrap}.checkout-layout__summary.is-collapsible:not(.is-expanded) .checkout-summary-sticky{display:none}.checkout-layout__summary.is-collapsible.is-expanded .checkout-summary-toggle{-webkit-border-radius:var(--elp-radius) var(--elp-radius) 0 0;-moz-border-radius:var(--elp-radius) var(--elp-radius) 0 0;border-radius:var(--elp-radius) var(--elp-radius) 0 0}.checkout-layout__summary.is-collapsible.is-expanded .checkout-summary-sticky{margin-top:-1px;-webkit-border-radius:0 0 var(--elp-radius) var(--elp-radius);-moz-border-radius:0 0 var(--elp-radius) var(--elp-radius);border-radius:0 0 var(--elp-radius) var(--elp-radius)}.checkout-footer nav,.checkout-footer__inner{-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px}}@media (max-width:575.98px){.cart-drawer{width:100%}.cart-drawer__header{min-height:82px;padding-right:14px;padding-left:14px}.cart-drawer__body{padding:12px 14px 20px}.cart-drawer__footer{padding-right:14px;padding-left:14px}.cart-drawer-item{grid-template-columns:80px minmax(0,1fr);gap:11px;padding:10px}.cart-drawer-item__image{width:80px;height:80px}.cart-header--compact{margin:14px 0;padding:17px 18px}.cart-header--compact h1{font-size:29px}.cart-header__description{margin-top:5px;font-size:13px}.cart-steps{padding-top:14px}.checkout-page{padding-bottom:34px}}@media (max-width:359.98px){.cart-item__controls{grid-template-columns:1fr}.main-header__checkout-security{display:none}.cart-drawer-item__bottom{-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.cart-drawer-item__price{text-align:left}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,::after,::before{scroll-behavior:auto!important;-webkit-transition-duration:1ms!important;-moz-transition-duration:1ms!important;-o-transition-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-duration:1ms!important;-moz-animation-duration:1ms!important;-o-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-animation-iteration-count:1!important;-moz-animation-iteration-count:1!important;-o-animation-iteration-count:1!important;animation-iteration-count:1!important}}
@media (max-width:1023.98px){.filter .filter-options{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;overflow:hidden;max-height:78vh;max-height:78dvh;padding-bottom:max(14px,env(safe-area-inset-bottom))}.filter .filter-options:not([hidden]){display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.filter .filter-options--items{min-height:0;max-height:none;-webkit-box-flex:1;-webkit-flex:1 1 auto;-moz-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;overflow-y:auto;-ms-scroll-chaining:none;overscroll-behavior:contain}.filter .filter-options--clear,.filter .filter-options>.btn{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}}