.custom-content{background:var(--section-bg);color:var(--section-color);padding-top:var(--section-space);padding-bottom:var(--section-space);text-align:var(--section-align)}.custom-content__block+.custom-content__block{margin-top:1.25rem}.custom-content img{max-width:100%;height:auto;border-radius:var(--card-radius)}.custom-content nav a{display:inline-block;margin:.4rem .75rem}@-webkit-keyframes ticker{0%{-webkit-transform:translate3d(0,0,0);transform:translateZ(0);visibility:visible}to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes ticker{0%{-webkit-transform:translate3d(0,0,0);transform:translateZ(0);visibility:visible}to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@-webkit-keyframes ticker-reverse{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes ticker-reverse{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(-0,0,0)}}.ticker .block-title{padding:0 2rem;position:relative;font-weight:300;line-height:1}.ticker .block-title-wrap{display:inline-block}.block-title-wrap .block-title:before{content:"-";position:absolute;left:0;margin-left:-.9rem;top:50%;display:inline-block;transform:translateY(-50%);color:inherit}.block-title-wrap:first-child .block-title:before{display:none}.rtl .ticker_wrap{padding-left:100%}.ltr .ticker_wrap{padding-right:100%}.ticker_wrap{width:100%;overflow:hidden;box-sizing:content-box}.ticker{display:inline-block;white-space:nowrap;box-sizing:content-box;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:linear;animation-timing-function:linear}.rtl .ticker{padding-right:100%;-webkit-animation-name:ticker;animation-name:ticker}.ltr .ticker{padding-left:100%;-webkit-animation-name:ticker-reverse;animation-name:ticker-reverse}.em-article{color:#10244c;padding:clamp(32px,5vw,72px) 0 clamp(56px,8vw,104px)}.em-article,.em-article *{box-sizing:border-box}.em-article__shell{width:min(100% - 48px,1480px);margin-inline:auto}.em-article__breadcrumb{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin-bottom:28px;color:#667085;font-size:14px}.em-article__breadcrumb a,.em-article__back a{color:#10244c;text-decoration:none}.em-article__header{max-width:1280px;margin:0 auto 36px;text-align:center}.em-article__eyebrow{margin:0 0 12px;color:#ff4b3e;font-size:13px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.em-article__header h1{margin:0;color:#10244c;font-size:clamp(34px,5.2vw,58px);line-height:1.08;letter-spacing:-.035em}.em-article__meta{display:flex;flex-wrap:wrap;justify-content:center;gap:8px 18px;margin-top:20px;color:#667085;font-size:14px}.em-article__meta>*+*:before{content:"\2022";margin-right:18px;color:#ff4b3e}.em-article__media{aspect-ratio:16 / 9;overflow:hidden;margin:0 0 42px;border-radius:22px;background:#f2f4f7}.em-article__media img{width:100%;height:100%;display:block;object-fit:cover}.em-article__content{max-width:1200px;margin-inline:auto;color:#263653;font-size:18px;line-height:1.75}.em-article__content>:first-child{margin-top:0;font-size:21px;color:#10244c}.em-article__content h2,.em-article__content h3{color:#10244c;line-height:1.22;letter-spacing:-.02em}.em-article__content h2{margin:48px 0 18px;font-size:clamp(27px,3.5vw,36px)}.em-article__content h3{margin:36px 0 14px;font-size:24px}.em-article__content p,.em-article__content ul,.em-article__content ol{margin:0 0 22px}.em-article__content ul,.em-article__content ol{padding-left:24px}.em-article__content li{margin-bottom:10px;padding-left:5px}.em-article__content img,.em-article__content video,.em-article__content iframe{max-width:100%;height:auto;border-radius:16px}.em-article__content a{color:#e94235;text-decoration-thickness:1px;text-underline-offset:3px}.em-article__tags{display:flex;flex-wrap:wrap;gap:9px;max-width:1200px;margin:40px auto 0;padding-top:28px;border-top:1px solid #e4e7ec}.em-article__tags>span{align-self:center;margin-right:4px;font-weight:800}.em-article__tags a{padding:8px 12px;border:1px solid #d8dee9;border-radius:999px;color:#10244c;font-size:13px;text-decoration:none}.em-article__navigation{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;max-width:1200px;margin:44px auto 0}.em-article__nav-card{min-width:0;padding:22px;border:1px solid #e4e7ec;border-radius:16px;color:#10244c;text-decoration:none;transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease}.em-article__nav-card:hover{transform:translateY(-2px);border-color:#ff4b3e;box-shadow:0 12px 30px #10244c17}.em-article__nav-card span{display:block;margin-bottom:9px;color:#e94235;font-size:13px;font-weight:800}.em-article__nav-card strong{display:-webkit-box;overflow:hidden;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:2}.em-article__nav-card--next{text-align:right}.em-article__back{max-width:1200px;margin:30px auto 0;font-weight:800}@media(max-width:749px){.em-article{padding-top:28px}.em-article__shell{width:min(100% - 32px,920px)}.em-article__header{margin-bottom:28px;text-align:left}.em-article__meta{justify-content:flex-start;gap:7px 12px}.em-article__meta>*+*:before{margin-right:12px}.em-article__media{margin-bottom:30px;border-radius:14px}.em-article__content{font-size:17px;line-height:1.68}.em-article__content>:first-child{font-size:19px}.em-article__content h2{margin-top:38px}.em-article__navigation{grid-template-columns:1fr}.em-article__nav-card--next{text-align:left}}@media(prefers-reduced-motion:reduce){.em-article__nav-card{transition:none}}.em-editorial{background:#fff;color:#141414;padding:clamp(42px,6vw,88px) 0 clamp(64px,8vw,120px)}.em-editorial__inner{width:min(100% - 40px,1376px);margin-inline:auto}.em-editorial__header{margin-bottom:clamp(32px,4vw,58px)}.em-editorial__breadcrumbs{display:flex;align-items:center;gap:9px;margin-bottom:24px;color:#6d6d6d;font-size:.82rem;line-height:1.4}.em-editorial__breadcrumbs a{color:inherit;text-decoration:none}.em-editorial__breadcrumbs a:hover,.em-editorial__breadcrumbs a:focus-visible{color:#f15a29}.em-editorial__title{margin:0;color:#101010;font-size:clamp(2.25rem,4vw,4rem);font-weight:500;letter-spacing:-.035em;line-height:1;text-align:left}.em-editorial__intro{max-width:760px;margin:22px 0 0;color:#4e4e4e;font-size:clamp(1rem,1.25vw,1.12rem);line-height:1.7}.em-editorial__shop-links{display:flex;flex-wrap:wrap;gap:12px 24px;margin-top:20px}.em-editorial__shop-links a{color:#171717;font-size:.88rem;font-weight:700;text-underline-offset:4px}.em-editorial__shop-links a:hover,.em-editorial__shop-links a:focus-visible{color:#f15a29}.em-editorial__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));column-gap:clamp(22px,2.5vw,40px);row-gap:clamp(52px,6vw,84px)}.em-editorial-card{min-width:0}.em-editorial-card__image-link{display:block;overflow:hidden;aspect-ratio:1.48 / 1;background:#f2f2f2}.em-editorial-card__image,.em-editorial-card__placeholder,.em-editorial-card__placeholder svg{display:block;width:100%;height:100%}.em-editorial-card__image{object-fit:cover;transition:transform .45s cubic-bezier(.2,.65,.3,1)}.em-editorial-card__image-link:hover .em-editorial-card__image{transform:scale(1.025)}.em-editorial-card__content{padding-top:22px}.em-editorial-card__title{margin:0 0 13px;font-size:clamp(1.15rem,1.55vw,1.45rem);font-weight:600;letter-spacing:-.018em;line-height:1.35}.em-editorial-card__title a{color:inherit;text-decoration:none}.em-editorial-card__title a:hover,.em-editorial-card__title a:focus-visible{color:#f15a29}.em-editorial-card__date{display:block;margin-bottom:13px;color:#6d6d6d;font-size:.85rem;line-height:1.4}.em-editorial-card__excerpt{display:-webkit-box;overflow:hidden;margin:0;color:#4e4e4e;font-size:.96rem;line-height:1.65;-webkit-box-orient:vertical;-webkit-line-clamp:3}.em-editorial-card__link{display:inline-flex;align-items:center;gap:8px;margin-top:18px;color:#171717;font-size:.86rem;font-weight:700;letter-spacing:.02em;text-decoration:none}.em-editorial-card__link:hover,.em-editorial-card__link:focus-visible{color:#f15a29}.em-editorial__pagination{margin-top:72px;text-align:center}.em-editorial__pagination .page,.em-editorial__pagination a{display:inline-flex;align-items:center;justify-content:center;min-width:42px;min-height:42px;margin:3px}@media(max-width:989px){.em-editorial__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:749px){.em-editorial{padding-top:36px}.em-editorial__inner{width:min(100% - 28px,1376px)}.em-editorial__grid{grid-template-columns:1fr;row-gap:48px}.em-editorial-card__content{padding-top:18px}.em-editorial-card__excerpt{-webkit-line-clamp:4}}@media(prefers-reduced-motion:reduce){.em-editorial-card__image{transition:none}}.elits-cart-page{color:var(--n)}.elits-cart-page .crumb{display:flex;gap:7px}.elits-cart-page>h1{margin:0 0 24px}.elits-cart-page .cart-layout{align-items:start}.elits-cart-page .cart-items,.elits-cart-page .summary{border-color:#dfe4ec;border-radius:18px;background:#fff}.elits-cart-page .free{display:flex;gap:10px;align-items:flex-start;padding:22px 26px;background:#e9f8f0;color:#087f45;font-size:18px;line-height:1.45}.elits-cart-page .cart-item{grid-template-columns:150px minmax(0,1fr) auto;gap:24px;padding:28px}.elits-cart-page .cart-item__image{display:grid;place-items:center;min-height:150px}.elits-cart-page .cart-item__image img{width:150px;height:150px;object-fit:contain}.elits-cart-page .cart-item__details small,.elits-cart-page .cart-item__variant{color:var(--muted)}.elits-cart-page .cart-item__details h2{margin:7px 0 10px;font-size:20px;line-height:1.35}.elits-cart-page .cart-item__variant{margin:0 0 9px}.elits-cart-page .cart-item__remove{color:var(--c);font-size:17px}.elits-cart-page .cart-line{min-width:150px}.elits-cart-page .cart-line>strong{font-size:20px}.elits-cart-page .cart-quantity{display:grid;grid-template-columns:42px 50px 42px;height:46px;overflow:hidden;border:1px solid #dfe4ec;border-radius:6px}.elits-cart-page .cart-quantity button,.elits-cart-page .cart-quantity input{width:100%;min-width:0;border:0;background:#fff;color:var(--n);text-align:center;font:inherit;font-weight:700}.elits-cart-page .cart-quantity button{cursor:pointer;font-size:19px}.elits-cart-page .cart-quantity input{padding:0;-webkit-appearance:textfield;appearance:textfield}.elits-cart-page .cart-quantity input::-webkit-outer-spin-button,.elits-cart-page .cart-quantity input::-webkit-inner-spin-button{margin:0;-webkit-appearance:none;appearance:none}.elits-cart-page .summary{padding:30px}.elits-cart-page .summary h2{margin:0 0 22px;font-size:23px}.elits-cart-page .summary__rows p,.elits-cart-page .summary__total{display:flex;justify-content:space-between;gap:20px}.elits-cart-page .summary__rows p{margin:10px 0}.elits-cart-page .summary__rows p:last-child{color:var(--muted);font-size:13px}.elits-cart-page .summary__total{align-items:baseline;margin-top:26px;padding-top:22px;border-top:1px solid #dfe4ec;font-size:20px}.elits-cart-page .summary__total b{font-size:29px}.elits-cart-page .summary button{min-height:50px;font-weight:700}.elits-cart-page .summary .cart-update{border-color:var(--n);color:var(--n)}.elits-cart-page .summary .cart-checkout{background:var(--c);border-color:var(--c);color:#fff}.elits-cart-page .summary__secure{margin:17px 0 0;color:var(--muted);text-align:center;font-size:13px;line-height:1.4}@media(max-width:800px){.elits-cart-page{margin-top:38px}.elits-cart-page>h1{font-size:27px;margin-bottom:14px}.elits-cart-page .cart-layout{gap:24px}.elits-cart-page .free{padding:20px;font-size:16px}.elits-cart-page .cart-item{grid-template-columns:105px minmax(0,1fr);gap:18px;padding:22px 18px}.elits-cart-page .cart-item__image{min-height:110px}.elits-cart-page .cart-item__image img{width:105px;height:110px}.elits-cart-page .cart-item__details h2{font-size:17px}.elits-cart-page .cart-line{grid-column:2;display:flex;min-width:0;flex-direction:column;align-items:flex-start;gap:14px}.elits-cart-page .cart-quantity{grid-template-columns:42px 48px 42px}.elits-cart-page .summary{padding:24px 20px}}@media(max-width:420px){.elits-cart-page .cart-item{grid-template-columns:86px minmax(0,1fr);gap:14px;padding:20px 14px}.elits-cart-page .cart-item__image img{width:86px;height:96px}}.product-info__heading{padding:18px 24px;border-bottom:1px solid var(--l)}.product-info__heading span{display:block;color:var(--muted);font-size:11px}.product-info__table-wrap{padding:24px 24px 0;overflow-x:auto}.product-info__table{width:100%;border-collapse:separate;border-spacing:0;border:1px solid var(--l);border-radius:10px;overflow:hidden;text-align:left}.product-info__table th,.product-info__table td{padding:15px 18px;vertical-align:top;border-bottom:1px solid var(--l)}.product-info__table tr:last-child th,.product-info__table tr:last-child td{border-bottom:0}.product-info__table th{width:190px;background:var(--bg);color:var(--n);font-weight:750}.product-option-values{display:flex;flex-wrap:wrap;gap:8px}.product-option-values span{display:inline-flex;align-items:center;min-height:32px;padding:5px 11px;border:1px solid var(--l);border-radius:16px;background:#fff;color:var(--ink);font-size:13px}.product-description{padding:24px;overflow-wrap:anywhere}.product-description>:first-child{margin-top:0}.product-description>:last-child{margin-bottom:0}.product-description table{width:100%;margin:20px 0;border-collapse:collapse;font-size:14px}.product-description th,.product-description td{padding:12px 14px;border:1px solid var(--l);text-align:left;vertical-align:top}.product-description th{background:var(--bg);color:var(--n)}.product-description img{display:block;width:auto;max-width:100%;height:auto;margin:22px auto;border-radius:10px}.product-description iframe,.product-description video{display:block;width:100%;max-width:100%;margin:22px auto;border:0;border-radius:10px}.summary button[name=checkout],.buy>button,.buy .shopify-payment-button__button,.buy .shopify-payment-button__more-options{border-radius:999px!important}@media(max-width:600px){.product-info__table-wrap,.product-description{padding:18px 14px}.product-info__table th,.product-info__table td{display:block;width:100%;padding:12px 14px}.product-info__table th{border-bottom:1px solid var(--l)}}.main-image .gallery-slide{margin:0;padding:0;border:0;border-radius:0;background:transparent;cursor:zoom-in;touch-action:pan-y}.main-image .gallery-slide img{display:block;width:100%;height:100%;padding:0!important;object-fit:contain;object-position:center}.gallery-arrow,.product-gallery-dialog__arrow{border:1px solid rgba(255,255,255,.58);background:#0a19343d;color:#fff;box-shadow:0 6px 22px #040e1f29;backdrop-filter:blur(10px) saturate(130%);-webkit-backdrop-filter:blur(10px) saturate(130%)}.gallery-arrow:before,.product-gallery-dialog__arrow:before{width:11px;height:11px;border-top:2.5px solid currentColor;border-right:2.5px solid currentColor}.gallery-arrow:hover,.product-gallery-dialog__arrow:hover{background:#ff4b35e0;border-color:#ffffffd1;transform:translateY(-50%) scale(1.05)}.gallery-arrow:focus-visible,.product-gallery-dialog__arrow:focus-visible{outline:3px solid rgba(255,75,53,.45);outline-offset:3px}.product-gallery-dialog{width:100vw;max-width:none;height:100dvh;max-height:none;margin:0;padding:0;border:0;background:#080b12;color:#fff;overflow:hidden}.product-gallery-dialog::backdrop{background:#000000eb}.product-gallery-dialog[open]{display:grid;place-items:center}.product-gallery-dialog__stage{width:100%;height:100%;touch-action:pan-y}.product-gallery-dialog__slide{display:none;width:100%;height:100%;place-items:center}.product-gallery-dialog__slide.active{display:grid}.product-gallery-dialog__slide img{display:block;width:100%;height:100%;object-fit:contain}.product-gallery-dialog__close,.product-gallery-dialog__arrow{position:fixed;z-index:2;display:grid;place-items:center;padding:0;border-radius:50%;cursor:pointer}.product-gallery-dialog__close{top:max(16px,env(safe-area-inset-top));right:max(16px,env(safe-area-inset-right));width:46px;height:46px;border:1px solid rgba(255,255,255,.58);background:#0a193461;color:#fff;font-size:30px;line-height:1;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.product-gallery-dialog__arrow{top:50%;width:50px;height:50px;transform:translateY(-50%)}.product-gallery-dialog__arrow.previous{left:max(16px,env(safe-area-inset-left))}.product-gallery-dialog__arrow.next{right:max(16px,env(safe-area-inset-right))}.product-gallery-dialog__arrow.previous:before{transform:rotate(-135deg)}.product-gallery-dialog__arrow.next:before{transform:rotate(45deg)}.product-gallery-dialog__count{position:fixed;right:max(18px,env(safe-area-inset-right));bottom:max(18px,env(safe-area-inset-bottom));z-index:2;padding:10px 16px;border-radius:24px;background:#0f254de6}.product-reviews{margin-top:26px}@media(max-width:600px){.gallery-arrow,.product-gallery-dialog__arrow{display:none}.product-gallery-dialog__close{width:42px;height:42px}}footer{background:var(--footer-bg);color:var(--footer-color)}footer a,footer h4,footer p,footer small,footer span{color:inherit}.payments{display:flex;flex-wrap:nowrap;align-items:center;gap:0;margin-top:16px;white-space:nowrap;width:max-content;max-width:100%}.payment-icon{display:inline-flex;flex:0 0 52px;width:52px;height:33px;overflow:hidden;margin:0;padding:0;border:0;border-radius:6px;background:transparent;line-height:0}.payment-icon svg{display:block;width:100%;height:100%;margin:0}@media(min-width:750px){.payment-icon+.payment-icon{margin-left:-6px}}.footer-operator{display:block;border-left:3px solid #ff5a3d;padding:2px 0 2px 14px;margin:12px 0}@media(max-width:749px){.footer-main{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:24px;row-gap:38px}.footer-brand,.secure{grid-column:1 / -1}.footer-menu{min-width:0}.footer-menu h4{margin-bottom:18px;font-size:13px;line-height:1.35;letter-spacing:.14em}.footer-menu nav{display:grid;gap:13px}.footer-menu nav a{display:block;font-size:14px;line-height:1.45;overflow-wrap:anywhere}.payments{gap:6px;margin-top:14px}.payment-icon{flex:1 1 0;width:auto;max-width:62px;height:auto;aspect-ratio:38 / 24}.payment-icon svg{width:100%;height:100%}}.announcement{background:var(--announcement-bg);color:var(--announcement-color)}.announcement a{color:inherit}.site-header-shell .search-form{display:flex;align-items:stretch;padding:0;border-radius:999px;overflow:visible;isolation:isolate;position:relative}.site-header-shell .search-form input,.site-header-shell .search-form button{box-sizing:border-box;height:100%;min-height:0;margin:0;border-radius:0}.site-header-shell .search-form input{min-width:0;background:#fff;border-radius:999px 0 0 999px}.site-header-shell .search-form button{align-self:stretch;flex-shrink:0;border-radius:0 999px 999px 0}.predictive-search-results{position:absolute;z-index:80;top:calc(100% + 8px);right:0;left:0;max-height:min(480px,calc(100dvh - 160px));overflow-y:auto;border:1px solid rgba(13,32,68,.12);border-radius:18px;background:#fff;box-shadow:0 18px 45px #0d20442e;color:#0d2044;overscroll-behavior:contain}.predictive-search-results[hidden]{display:none}.predictive-search-panel{padding:8px}.predictive-search-list{display:grid;gap:2px;margin:0;padding:0;list-style:none}.predictive-search-item{display:grid;grid-template-columns:58px minmax(0,1fr);align-items:center;gap:12px;min-height:70px;padding:6px 8px;border-radius:12px;color:inherit;text-decoration:none}.predictive-search-item:hover,.predictive-search-item:focus-visible{background:#f5f7fa;outline:none}.predictive-search-image{display:grid;width:58px;height:58px;place-items:center;border-radius:9px;background:#f7f7f7;overflow:hidden}.predictive-search-image img{width:100%;height:100%;object-fit:contain}.predictive-search-copy{min-width:0}.predictive-search-title{display:block;overflow:hidden;font-size:14px;font-weight:750;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}.predictive-search-meta{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:5px;color:#4d576c;font-size:13px}.predictive-search-stock{color:#18834b;font-size:11px;font-weight:750;white-space:nowrap}.predictive-search-stock.is-sold-out{color:#6b7280}.predictive-search-all{display:flex;min-height:42px;align-items:center;justify-content:center;margin-top:7px;border-radius:12px;color:#fff;background:#ff4b35;font-size:13px;font-weight:750;text-align:center;text-decoration:none}.predictive-search-all:hover,.predictive-search-all:focus-visible{background:#e6332a;color:#fff}.predictive-search-empty{margin:0;padding:18px 14px;text-align:center}@media(max-width:900px){.predictive-search-results{top:calc(100% + 6px);border-radius:14px}.predictive-search-panel{padding:6px}.predictive-search-item{grid-template-columns:50px minmax(0,1fr);min-height:62px;gap:10px;padding:6px}.predictive-search-image{width:50px;height:50px}.predictive-search-title{font-size:13px}.predictive-search-meta{font-size:12px}}.site-header-shell{position:fixed;z-index:1000;top:0;right:0;left:0;width:100%;background:#fff;transform:translateZ(0)}.site-header.is-sticky{position:relative;z-index:1;background:#fff;box-shadow:0 1px #0d204414}.site-header-spacer{display:block;width:100%;height:var(--site-header-height, 0px)}.site-header-shell,.site-header-shell .announcement,.site-header-shell .header-main,.site-header-shell .logo img,.site-header-shell .search-form input,.site-header-shell .search-form button,.site-header-shell .store-nav{transition:padding .18s ease,min-height .18s ease,height .18s ease,max-height .18s ease,opacity .14s ease,transform .18s ease}.site-header-shell.is-compact .announcement{max-height:0;min-height:0;padding-top:0;padding-bottom:0;opacity:0;overflow:hidden}.site-header-shell.is-compact .header-main{padding-top:6px;padding-bottom:6px}.site-header-shell.is-compact .logo img{width:auto;max-height:34px}.site-header-shell.is-compact .search-form{min-height:38px;height:38px}.site-header-shell.is-compact .search-form input,.site-header-shell.is-compact .search-form button{min-height:0;height:100%}.site-header-shell.is-compact .store-nav{min-height:38px}.site-header-shell.is-compact .store-nav>a,.site-header-shell.is-compact .mega-menu>summary{min-height:38px;padding-top:6px;padding-bottom:6px}@media(max-width:900px){.site-header-shell.is-compact .header-main{padding-top:5px;padding-bottom:5px;row-gap:5px}.site-header-shell.is-compact .logo img{max-height:28px}.site-header-shell.is-compact .search-form{min-height:36px;height:36px}.site-header-shell.is-compact .search-form input,.site-header-shell.is-compact .search-form button{min-height:0;height:100%}.site-header-shell.is-compact .header-tools a,.site-header-shell.is-compact .header-tools button{min-height:38px}}.header-tools [data-cart-count]{top:-7px;right:-4px;display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 5px;border-radius:999px;font-size:11px;font-weight:700;line-height:1;text-align:center;font-variant-numeric:tabular-nums}.header-tools [data-cart-count][hidden]{display:none}.mega-menu{position:static}.mega-menu>summary{display:flex;align-items:center;gap:8px;min-height:44px;cursor:pointer;list-style:none}.mega-menu>summary::-webkit-details-marker{display:none}.mega-menu__chevron{font-size:16px;transition:transform .16s ease}.mega-menu[open] .mega-menu__chevron{transform:rotate(180deg)}.mega-menu__panel{position:absolute;z-index:40;top:100%;right:0;left:0;padding:18px max(24px,calc((100vw - 1440px)/2));border-top:1px solid #ececec;background:#fff;box-shadow:0 18px 35px #0d204424}.mega-menu__inner{display:grid;grid-template-columns:minmax(260px,300px) minmax(0,1fr);align-items:stretch;gap:30px;max-width:1440px;margin:0 auto}.mega-menu__intro{width:100%;min-width:0;padding:28px;border-radius:16px;color:#fff;background:linear-gradient(145deg,#0d2044,#193d70);overflow:hidden}.mega-menu__intro p{margin:0 0 8px;color:#ffad9f;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.mega-menu__intro h2{width:100%;margin:0 0 20px;color:inherit;font-size:clamp(22px,2vw,30px);line-height:1.12;white-space:normal;overflow-wrap:break-word}.mega-menu__intro a{display:inline-flex;min-height:42px;align-items:center;padding:0 16px;border-radius:999px;color:#fff;background:#ff4b35;font-weight:750;text-align:center;text-decoration:none;white-space:normal}.mega-menu__groups{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:26px 30px;padding:8px 0 14px}.mega-menu__group{min-width:0}.mega-menu__heading{display:block;margin-bottom:10px;color:#0d2044;font-size:15px;font-weight:800;text-decoration:none}.mega-menu__group ul{display:grid;gap:7px;margin:0;padding:0;list-style:none}.mega-menu__group li a{color:#4d576c;font-size:13px;line-height:1.35;text-decoration:none}.mega-menu__group a:hover{color:#ff4b35;text-decoration:underline;text-underline-offset:3px}@media(max-width:1100px)and (min-width:901px){.mega-menu__groups{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:900px){.store-nav{width:100%;height:var(--mobile-nav-height, calc(100dvh - 120px) );min-height:0;max-height:var(--mobile-nav-height, calc(100dvh - 120px) );overflow-x:hidden!important;overflow-y:scroll!important;overscroll-behavior-y:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y;scrollbar-gutter:stable;padding-bottom:max(40px,env(safe-area-inset-bottom))}.store-nav .mega-menu{width:100%}.mega-menu__panel{max-height:none;overflow:visible}.mega-menu>summary{width:100%;justify-content:space-between;padding:12px 16px}.mega-menu>summary svg{margin-right:8px}.mega-menu__panel{position:static;padding:0;border:0;box-shadow:none}.mega-menu__inner{display:block}.mega-menu__intro{margin:8px 12px 14px;padding:18px}.mega-menu__intro h2{font-size:22px}.mega-menu__groups{display:block;padding:0 12px 14px}.mega-menu__group{padding:13px 4px;border-bottom:1px solid #eceff3}.mega-menu__group:last-child{border-bottom:0}.mega-menu__heading{margin-bottom:7px}.mega-menu__group ul{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px 16px}.mega-menu__group li a{display:block;min-height:36px;padding:5px 0}}@media(prefers-reduced-motion:reduce){.mega-menu__chevron,.site-header-shell,.site-header-shell .announcement,.site-header-shell .header-main,.site-header-shell .logo img,.site-header-shell .search-form input,.site-header-shell .search-form button,.site-header-shell .store-nav{transition:none}}.mega-menu__panel{max-height:none;overflow:visible;background:transparent}.elits-mega__panel.has-cj-mega,.mega-menu__panel.has-cj-mega{padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important;pointer-events:none}.elits-mega__panel.has-cj-mega .cj-mega,.mega-menu__panel.has-cj-mega .cj-mega{width:min(1600px,calc(100% - 48px));pointer-events:auto}.elits-mega__panel-inner.has-cj-mega,.mega-menu__panel-inner.has-cj-mega{display:block;width:100%;max-width:none;margin:0;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.cj-mega{display:grid;grid-template-columns:300px minmax(0,1fr);width:min(1600px,100%);min-height:0;height:auto;max-height:none;margin:0 auto;border:1px solid #e8ebf0;border-radius:16px;background:#fff;box-shadow:0 18px 40px #0d204421;overflow:hidden}.cj-mega__categories{padding:5px 8px;border-right:1px solid #e8ebf0;overflow:visible}.cj-mega__category{position:relative;display:grid;grid-template-columns:30px minmax(0,1fr);align-items:center;gap:8px;width:100%;min-height:35px;padding:2px 30px 2px 7px;box-sizing:border-box;border-radius:7px;color:#535c6c;font-size:13px;font-weight:600;line-height:1.18;text-decoration:none}.cj-mega__category>span:nth-child(2){min-width:0}.cj-mega__category>svg{position:absolute;top:50%;right:8px;width:14px;height:14px;color:#a9afba;transform:translateY(-50%)}.cj-mega__category:hover,.cj-mega__category:focus-visible,.cj-mega__category.is-active{color:#ff4b35;background:#fff3f0;outline:none}.cj-mega__category.is-active>svg{color:#ff4b35}.cj-mega__thumb{display:grid;width:30px;height:30px;place-items:center;border-radius:50%;color:#ff4b35;background:#f4f6f8;font-weight:800;overflow:hidden}.cj-mega__thumb img{width:100%;height:100%;object-fit:cover}.cj-mega__category-icon{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}.cj-mega__content{min-width:0;padding:30px 36px 36px;overflow-y:auto;overscroll-behavior:contain}.cj-mega__category-panel[hidden]{display:none}.cj-mega__panel-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:24px;padding-bottom:13px;border-bottom:2px solid #ff4b35}.cj-mega__panel-head h2{margin:0;color:#222c40;font-size:clamp(23px,2vw,31px);line-height:1.15}.cj-mega__panel-head a{flex:0 0 auto;color:#ff4b35;font-size:13px;font-weight:800;text-decoration:none}.cj-mega__subcategories{display:grid;grid-template-columns:repeat(3,minmax(180px,1fr));gap:0 36px}.cj-mega__subcategories a{display:flex;min-height:56px;align-items:center;padding:13px 0;border-bottom:1px solid #edf0f4;color:#4f5869;font-size:15px;font-weight:650;line-height:1.3;text-decoration:none}.cj-mega__subcategories a:hover,.cj-mega__subcategories a:focus-visible{color:#ff4b35;text-decoration:underline;text-underline-offset:4px;outline:none}.cj-mega__mobile{display:none}@media(max-width:1100px)and (min-width:901px){.cj-mega{grid-template-columns:290px minmax(0,1fr)}.cj-mega__content{padding:24px}.cj-mega__subcategories{grid-template-columns:repeat(2,minmax(160px,1fr));gap:0 24px}}@media(max-width:900px){.mega-menu__panel{max-height:none;overflow:visible}.cj-mega{display:block;width:100%;min-height:0;height:auto;max-height:none;border:0;border-radius:0;box-shadow:none;overflow:visible}.cj-mega__categories,.cj-mega__content{display:none}.cj-mega__mobile{display:block;padding:4px 12px 16px}.cj-mega__mobile-category{border-bottom:1px solid #e9edf2}.cj-mega__mobile-category>summary{display:grid;grid-template-columns:38px minmax(0,1fr) 18px;align-items:center;gap:10px;min-height:54px;padding:7px 2px;color:#344054;font-weight:700;line-height:1.25;list-style:none;cursor:pointer}.cj-mega__mobile-category>summary::-webkit-details-marker{display:none}.cj-mega__mobile-category>summary>span:nth-child(2){min-width:0;white-space:normal;overflow-wrap:anywhere}.cj-mega__mobile-category>summary>svg{width:18px;height:18px;transition:transform .16s ease}.cj-mega__mobile-category[open]>summary{color:#ff4b35}.cj-mega__mobile-category[open]>summary>svg{transform:rotate(180deg)}.cj-mega__mobile-category .cj-mega__thumb{width:38px;height:38px}.cj-mega__mobile-category>div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2px 14px;padding:0 0 14px 48px}.cj-mega__mobile-category>div a{min-height:38px;padding:8px 0;color:#525d70;font-size:13px;line-height:1.35;text-decoration:none}.cj-mega__mobile-category>div .cj-mega__mobile-all{grid-column:1 / -1;color:#ff4b35;font-weight:800}@media(max-width:520px){.cj-mega__mobile-category>div{grid-template-columns:minmax(0,1fr)}.cj-mega__mobile-category>div a{overflow-wrap:anywhere}}}.elits-mega{width:100%}.elits-mega__root,.elits-mega__links{list-style:none;margin:0;padding:0}.elits-mega__root{display:flex;align-items:center;gap:clamp(1rem,2vw,2rem)}.elits-mega__item{position:static}.elits-mega__top-link{min-height:3rem;display:inline-flex;align-items:center;gap:.45rem;border:0;color:#17213a;background:transparent;font:inherit;font-size:.875rem;font-weight:700;text-decoration:none;cursor:pointer;white-space:nowrap}.elits-mega__top-link:hover,.elits-mega__top-link:focus-visible,.elits-mega__top-link.is-active{color:#ff4b35}.elits-mega__top-link svg{width:.7rem;height:.45rem;fill:none;stroke:currentColor;stroke-width:1.7;transition:transform .2s ease}.elits-mega__details[open]>summary svg{transform:rotate(180deg)}.elits-mega__details>summary{list-style:none}.elits-mega__details>summary::-webkit-details-marker{display:none}.elits-mega__panel{position:absolute;z-index:80;top:100%;left:0;width:100%;padding:.75rem 1.5rem 1.5rem}.elits-mega__panel-inner{width:min(88rem,100%);margin:0 auto;padding:1.75rem;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.75rem 2.25rem;border:1px solid #e8ebf1;border-radius:0 0 1rem 1rem;background:#fff;box-shadow:0 1.25rem 3rem #0d204424}.elits-mega__group-title{display:inline-block;margin-bottom:.65rem;color:#0d2044;font-size:.95rem;font-weight:800;text-decoration:none}.elits-mega__group-title:hover,.elits-mega__group-title:focus-visible{color:#ff4b35}.elits-mega__links{display:grid;gap:.5rem}.elits-mega__links a{display:inline-block;color:#667085;font-size:.82rem;line-height:1.35;text-decoration:none}.elits-mega__links a:hover,.elits-mega__links a:focus-visible,.elits-mega__links a[aria-current=page]{color:#ff4b35;text-decoration:underline;text-underline-offset:.2rem}.elits-mega a:focus-visible,.elits-mega summary:focus-visible{outline:.15rem solid #ff4b35;outline-offset:.2rem;border-radius:.2rem}@media(min-width:1200px){.elits-mega__item--has-panel:hover .elits-mega__details:not([open]) .elits-mega__panel{display:block}.elits-mega__details:not([open]) .elits-mega__panel{display:none}}@media(max-width:1199px){.elits-mega__root{display:block}.elits-mega__top-link{width:100%;min-height:3.25rem;justify-content:space-between;border-bottom:1px solid #e8ebf1;white-space:normal}.elits-mega__panel{position:static;padding:0}.elits-mega__panel-inner{width:100%;padding:1rem;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem;border:0;border-bottom:1px solid #e8ebf1;border-radius:0;background:#f7f8fb;box-shadow:none}}@media(max-width:540px){.elits-mega__panel-inner{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){.elits-mega__top-link svg{transition:none}}.product-photo>a{display:grid;place-items:center;width:100%;height:100%;padding:0;overflow:hidden}.product-photo>a>img,.product-photo>a>svg{display:block;width:100%;height:100%;max-width:100%;max-height:100%;padding:0;object-fit:contain;object-position:center}.product-photo>.product-stock-badge{position:absolute;z-index:2;top:10px;left:10px;display:inline-flex;align-items:center;min-height:26px;padding:5px 10px;border-radius:999px;background:#ff4b35;color:#fff;font-size:10px;font-weight:750;line-height:1;letter-spacing:.02em;box-shadow:0 4px 12px #0d204424}.product-photo>.product-stock-badge--out{background:#0d2044}@media(max-width:480px){.product-photo>.product-stock-badge{top:7px;left:7px;min-height:23px;padding:4px 8px;font-size:9px}}
/*# sourceMappingURL=/cdn/shop/t/8/compiled_assets/styles.css.map */
