.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}}.collection-page .collection-header{position:relative;display:block!important;width:100%;height:auto!important;min-height:0!important;margin-top:1rem;overflow:hidden;padding:2.5rem clamp(1.75rem,4vw,3.5rem)!important;border:1px solid #e5e7eb;border-radius:16px;background:linear-gradient(135deg,#fff,#f8f9fa);color:#20232b;box-shadow:0 8px 28px #17191f0a}.collection-page .collection-header:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:#e21b2d}.collection-page .collection-header__content{width:min(100%,920px)}.collection-page .collection-header h1{margin:0!important;color:#20232b!important;font-size:clamp(2.25rem,3vw,2.625rem);font-weight:700;line-height:1.08;letter-spacing:-.035em;opacity:1!important}.collection-page .collection-header__description{max-width:900px;margin-top:.85rem;color:#4f5562!important;font-size:1rem;font-weight:400;line-height:1.6;opacity:1!important}.collection-page .collection-header__description p{margin:0;color:inherit!important;font:inherit;line-height:inherit;opacity:1!important}.collection-page .collection-header__description>:first-child{margin-top:0}.collection-page .collection-header__description>:last-child{margin-bottom:0}@media(max-width:749px){.collection-page .collection-header{margin-top:.75rem;padding:1.75rem 1.25rem!important;border-radius:12px}.collection-page .collection-header:before{width:3px}.collection-page .collection-header h1{font-size:clamp(1.75rem,8vw,2rem);letter-spacing:-.025em}.collection-page .collection-header__description{margin-top:.65rem;font-size:.9375rem;line-height:1.55}}.collection-facets{display:block;margin:1.25rem 0 1.75rem;border-block:1px solid #e5e7eb}.collection-facets__bar{display:flex;min-height:64px;align-items:center;gap:1rem}.collection-facets__count{color:#252936;white-space:nowrap}.collection-facets__mobile-trigger{display:none}.collection-facets__sort{margin-left:auto;display:flex;align-items:center;gap:.65rem}.collection-facets__sort label{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.collection-facets__sort select{min-height:42px;padding:.6rem 2.4rem .6rem .9rem;border:1px solid #d8dae0;border-radius:999px;background:#fff;font:inherit}.collection-facets__panel{position:static}.collection-facets__overlay,.collection-facets__drawer-head,.collection-facets__actions,.collection-facets__mobile-sort{display:none}.collection-facets__form{border-top:1px solid #e5e7eb}.collection-facets__groups{display:flex;flex-wrap:wrap;gap:0}.collection-facet{position:relative}.collection-facet summary{display:flex;min-height:52px;align-items:center;gap:.5rem;padding:0 1.25rem;border-right:1px solid #e5e7eb;list-style:none;font-size:.875rem;font-weight:700;cursor:pointer}.collection-facet summary::-webkit-details-marker{display:none}.collection-facet summary svg{width:14px;fill:none;stroke:currentColor;stroke-width:1.5;transition:transform .2s ease}.collection-facet[open] summary svg{transform:rotate(180deg)}.collection-facet summary small{display:inline-grid;min-width:20px;height:20px;place-items:center;border-radius:50%;background:#e21b2d;color:#fff}.collection-facet__content{position:absolute;z-index:30;top:calc(100% + 1px);left:0;width:max-content;min-width:260px;max-width:340px;max-height:360px;overflow:auto;padding:.75rem;border:1px solid #e1e3e8;border-radius:0 0 14px 14px;background:#fff;box-shadow:0 16px 36px #0f172a24}.collection-facet__option{display:grid;grid-template-columns:20px minmax(120px,1fr) auto;align-items:center;gap:.65rem;padding:.65rem .5rem;border-radius:8px;cursor:pointer}.collection-facet__option:hover{background:#f7f7f8}.collection-facet__option input{position:absolute;opacity:0;pointer-events:none}.collection-facet__check{width:18px;height:18px;border:1px solid #b8bdc7;border-radius:4px}.collection-facet__option input:checked+.collection-facet__check{border-color:#e21b2d;background:#e21b2d;box-shadow:inset 0 0 0 4px #fff}.collection-facet__option input:focus-visible+.collection-facet__check{outline:3px solid rgba(226,27,45,.25);outline-offset:2px}.collection-facet__option small{color:#767b86}.collection-facet__option.is-disabled{opacity:.45;cursor:not-allowed}.collection-facet__price{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;padding:.4rem}.collection-facet__price label span{display:block;margin-bottom:.4rem;font-size:.75rem;font-weight:700}.collection-facet__price input{width:100%;min-height:42px;padding:.65rem;border:1px solid #d8dae0;border-radius:8px}.collection-facets__active{display:flex;flex-wrap:wrap;gap:.55rem;padding:.85rem 0;border-top:1px solid #e5e7eb}.collection-facets__active a{display:inline-flex;align-items:center;gap:.45rem;padding:.5rem .75rem;border-radius:999px;background:#f1f2f4;color:#252936;font-size:.8rem;font-weight:650;text-decoration:none}.collection-facets__active .collection-facets__clear{background:transparent;color:#e21b2d;text-decoration:underline}.collection-load-more{display:flex;width:min(100%,430px);flex-direction:column;align-items:center;gap:.8rem;margin:2.5rem auto 1rem}.collection-load-more__count{margin:0;color:#252936;font-size:.9375rem;font-weight:600;text-align:center}.collection-load-more__track{width:100%;height:5px;overflow:hidden;border-radius:999px;background:#e5e7eb}.collection-load-more__progress{display:block;width:var(--collection-progress);height:100%;border-radius:inherit;background:#e21b2d;transition:width .28s ease}.collection-load-more__button{display:inline-flex;min-width:180px;min-height:48px;align-items:center;justify-content:center;gap:.65rem;margin-top:.35rem;padding:.85rem 1.75rem;border:1px solid #e21b2d;border-radius:999px;background:#e21b2d;color:#fff;font:inherit;font-weight:700;line-height:1;cursor:pointer;transition:transform .18s ease,background-color .18s ease,border-color .18s ease,box-shadow .18s ease}.collection-load-more__button:hover{transform:translateY(-2px);background:#c91425;border-color:#c91425;box-shadow:0 8px 20px #e21b2d3d}.collection-load-more__button:focus-visible{outline:3px solid rgba(226,27,45,.28);outline-offset:4px}.collection-load-more__button[aria-busy=true]{cursor:wait;opacity:.82}.collection-load-more__spinner{display:none;width:16px;height:16px;border:2px solid rgba(255,255,255,.45);border-top-color:#fff;border-radius:50%;animation:collection-load-more-spin .7s linear infinite}.collection-load-more__button[aria-busy=true] .collection-load-more__spinner{display:block}.collection-load-more__status{min-height:1.25rem;margin:0;color:#5c6270;font-size:.875rem;text-align:center}@keyframes collection-load-more-spin{to{transform:rotate(360deg)}}@media(max-width:989px){body.collection-filters-open{overflow:hidden}.collection-facets__bar{min-height:60px}.collection-facets__mobile-trigger{display:inline-flex;align-items:center;gap:.55rem;min-height:42px;padding:.6rem .9rem;border:1px solid #252936;border-radius:999px;background:#fff;color:#252936;font:inherit;font-size:.82rem;font-weight:750}.collection-facets__mobile-trigger svg{width:20px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round}.collection-facets__mobile-trigger span{display:grid;min-width:20px;height:20px;place-items:center;border-radius:50%;background:#e21b2d;color:#fff;font-size:.7rem}.collection-facets__count{font-size:.85rem}.collection-facets__sort{display:none}.collection-facets__panel{position:fixed;z-index:100;top:0;right:0;bottom:0;left:0;visibility:hidden}.collection-facets__panel.is-open{visibility:visible}.collection-facets__overlay{display:block;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;border:0;background:#0a0c127a;opacity:0;transition:opacity .22s ease}.collection-facets__panel.is-open .collection-facets__overlay{opacity:1}.collection-facets__form{position:absolute;inset:0 0 0 auto;display:flex;width:min(92vw,430px);flex-direction:column;border:0;background:#fff;transform:translate(100%);transition:transform .24s ease}.collection-facets__panel.is-open .collection-facets__form{transform:translate(0)}.collection-facets__drawer-head{display:flex;min-height:68px;align-items:center;justify-content:space-between;padding:0 1.1rem;border-bottom:1px solid #e5e7eb}.collection-facets__drawer-head button{display:grid;width:44px;height:44px;place-items:center;border:0;border-radius:50%;background:#f1f2f4;color:#252936;font-size:1.7rem;line-height:1;cursor:pointer}.collection-facets__mobile-sort{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:1rem;padding:.9rem 1.1rem;border-bottom:1px solid #e5e7eb;background:#fafafa}.collection-facets__mobile-sort label{font-size:.78rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.collection-facets__mobile-sort select{width:100%;min-height:44px;padding:.55rem 2rem .55rem .75rem;border:1px solid #d8dae0;border-radius:10px;background:#fff;color:#252936;font:inherit}.collection-facets__groups{display:block;flex:1;min-height:0;overflow:auto;overscroll-behavior:contain;padding:0 1.1rem;-webkit-overflow-scrolling:touch}.collection-facet{border-bottom:1px solid #e5e7eb}.collection-facet summary{justify-content:space-between;padding:0;border:0}.collection-facet__content{position:static;width:auto;min-width:0;max-width:none;max-height:none;padding:.25rem 0 .8rem;border:0;box-shadow:none}.collection-facets__actions{display:flex;align-items:center;gap:.8rem;padding:1rem;border-top:1px solid #e5e7eb;background:#fff}.collection-facets__actions a{color:#252936;font-size:.85rem;font-weight:700}.collection-facets__actions button{flex:1;min-height:48px;border:0;border-radius:999px;background:#e21b2d;color:#fff;font:inherit;font-weight:750}}@media(max-width:749px){.collection-facets{margin:1rem 0 1.35rem}.collection-facets__bar{min-height:auto;gap:.75rem;padding:.75rem 0}.collection-facets__mobile-trigger{flex:1;justify-content:center;min-height:48px;padding:.75rem 1rem;border-color:#e21b2d;background:#e21b2d;color:#fff;box-shadow:0 6px 16px #e21b2d29}.collection-facets__mobile-trigger span{background:#fff;color:#e21b2d}.collection-facets__count{margin-left:0;font-size:.78rem;text-align:right;white-space:normal}.collection-facets__panel{display:block;background:#fff}.collection-facets__overlay{display:none}.collection-facets__form{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;max-width:none;height:100dvh;max-height:none;border-radius:0;box-shadow:none;transform:translate(100%);transition:transform .26s cubic-bezier(.22,1,.36,1)}.collection-facets__panel.is-open .collection-facets__form{transform:translate(0)}.collection-facets__drawer-head{min-height:68px;padding:max(.4rem,env(safe-area-inset-top)) 1rem 0;background:#fff}.collection-facets__drawer-head strong{color:#17191f;font-size:1.2rem;font-weight:800;letter-spacing:-.02em}.collection-facets__drawer-head button{width:42px;height:42px;background:transparent;border:1px solid #e5e7eb}.collection-facets__drawer-head button svg{width:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round}.collection-facets__mobile-sort{grid-template-columns:1fr;gap:.5rem;margin:.85rem 1rem .35rem;padding:1rem;border:0;border-radius:12px;background:#f6f7f8}.collection-facets__mobile-sort label{color:#5c6270;font-size:.72rem;letter-spacing:.08em}.collection-facets__mobile-sort select{min-height:48px;border-color:#dfe1e5;border-radius:8px;background-color:#fff;font-size:.95rem}.collection-facets__groups{padding:0 1rem;background:#fff}.collection-facet{border-bottom-color:#eceef1}.collection-facet summary{min-height:62px;padding:0 .1rem;color:#20232b;font-size:.96rem;font-weight:750}.collection-facet summary small{display:inline-grid;min-width:21px;height:21px;margin-left:.4rem;place-items:center;border-radius:999px;background:#e21b2d;color:#fff;font-size:.68rem}.collection-facet__content{padding:0 0 1rem}.collection-facet__option{min-height:50px;grid-template-columns:22px minmax(0,1fr) auto;gap:.8rem;padding:.7rem .15rem;border-radius:8px}.collection-facet__option:has(input:checked){background:#fff5f6}.collection-facet__check{width:20px;height:20px;border-radius:5px}.collection-facet__price{grid-template-columns:1fr;padding:.35rem 0 1rem}.collection-facet__price input{min-height:50px;font-size:1rem}.collection-facets__actions{position:relative;bottom:auto;gap:.9rem;padding:.9rem max(1rem,env(safe-area-inset-right)) calc(.9rem + env(safe-area-inset-bottom)) max(1rem,env(safe-area-inset-left));border-top-color:#eceef1;box-shadow:0 -8px 24px #0f172a0f}.collection-facets__actions a{display:inline-flex;min-height:48px;align-items:center;color:#4c515d}.collection-facets__actions button{min-height:52px;border-radius:10px;box-shadow:0 5px 14px #e21b2d2e}.collection-facets__active{flex-wrap:nowrap;overflow-x:auto;padding:.75rem 0;scrollbar-width:none}.collection-facets__active::-webkit-scrollbar{display:none}.collection-facets__active a{flex:0 0 auto;padding:.45rem .7rem;font-size:.76rem}.collection-load-more{width:min(100%,320px)}.collection-load-more__button{width:100%}}@media(max-width:749px){.collection-facets__drawer-head{min-height:54px;padding:max(.2rem,env(safe-area-inset-top)) .8rem 0}.collection-facets__drawer-head strong{font-size:1.05rem}.collection-facets__drawer-head button{width:36px;height:36px}.collection-facets__drawer-head button svg{width:17px}.collection-facets__mobile-sort{grid-template-columns:88px minmax(0,1fr);gap:.65rem;margin:.55rem .8rem .2rem;padding:.65rem .75rem;border-radius:9px}.collection-facets__mobile-sort label{font-size:.68rem}.collection-facets__mobile-sort select{min-height:40px;padding:.4rem 1.8rem .4rem .65rem;font-size:.86rem}.collection-facets__groups{padding:0 .8rem}.collection-facet summary{min-height:50px;font-size:.88rem}.collection-facet summary small{min-width:18px;height:18px;font-size:.62rem}.collection-facet__content{padding:0 0 .65rem}.collection-facet__option{min-height:42px;grid-template-columns:19px minmax(0,1fr) auto;gap:.65rem;padding:.5rem .1rem;font-size:.86rem}.collection-facet__check{width:18px;height:18px}.collection-facet__price{padding:.2rem 0 .65rem}.collection-facet__price input{min-height:42px;font-size:.9rem}.collection-facets__actions{gap:.65rem;padding:.65rem max(.8rem,env(safe-area-inset-right)) calc(.65rem + env(safe-area-inset-bottom)) max(.8rem,env(safe-area-inset-left))}.collection-facets__actions a{min-height:42px;font-size:.8rem}.collection-facets__actions button{min-height:44px;border-radius:9px;font-size:.9rem}}@media(max-width:989px){body.collection-filters-open{overflow:auto}.collection-facets__bar{min-height:56px;flex-wrap:wrap;gap:.65rem;padding:.65rem 0}.collection-facets__mobile-trigger,.collection-facets__overlay,.collection-facets__drawer-head,.collection-facets__actions,.collection-facets__mobile-sort{display:none!important}.collection-facets__count{order:1;font-size:.82rem}.collection-facets__sort{display:flex;order:2;margin-left:auto;gap:.45rem}.collection-facets__sort label{font-size:.7rem}.collection-facets__sort select{min-height:38px;max-width:180px;padding:.45rem 1.8rem .45rem .7rem;font-size:.8rem}.collection-facets__panel,.collection-facets__panel.is-open{position:static;inset:auto;visibility:visible;background:transparent}.collection-facets__form,.collection-facets__panel.is-open .collection-facets__form{position:static;inset:auto;display:block;width:100%;height:auto;max-height:none;border-top:1px solid #e5e7eb;background:transparent;box-shadow:none;transform:none;transition:none}.collection-facets__groups{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;overflow:visible;padding:0}.collection-facet{position:relative;border:0;border-bottom:1px solid #e5e7eb}.collection-facet summary{min-height:46px;justify-content:space-between;gap:.35rem;padding:0 .75rem;border:0;border-right:1px solid #e5e7eb;font-size:.8rem}.collection-facet__content{position:absolute;z-index:40;top:100%;left:0;width:min(300px,calc(100vw - 2rem));min-width:0;max-width:none;max-height:320px;overflow:auto;padding:.65rem;border:1px solid #e1e3e8;border-radius:0 0 12px 12px;background:#fff;box-shadow:0 14px 30px #0f172a24}.collection-facet:nth-child(4n) .collection-facet__content{right:0;left:auto}.collection-facet__option{min-height:42px;grid-template-columns:19px minmax(0,1fr) auto;gap:.6rem;padding:.5rem .35rem;font-size:.84rem}.collection-facet__price{grid-template-columns:1fr 1fr;padding:.25rem}}@media(max-width:749px){.collection-facets__bar{display:grid;grid-template-columns:minmax(0,1fr) auto}.collection-facets__count{text-align:left;white-space:nowrap}.collection-facets__sort label{display:none}.collection-facets__sort select{max-width:145px}.collection-facets__groups{grid-template-columns:repeat(2,minmax(0,1fr))}.collection-facet summary{min-height:44px;padding:0 .6rem;font-size:.76rem}.collection-facet:nth-child(4n) .collection-facet__content{right:auto;left:0}.collection-facet:nth-child(2n) .collection-facet__content{right:0;left:auto}.collection-facet__content{width:min(280px,calc(100vw - 1.5rem));max-height:280px}}@media(prefers-reduced-motion:reduce){.collection-facets__overlay,.collection-facets__form,.collection-facet summary svg,.collection-load-more__button,.collection-load-more__progress{transition:none}}.detail .copy h1{max-width:22ch;margin:12px 0 18px;font-size:clamp(30px,2.15vw,34px);line-height:1.12;letter-spacing:-.025em;overflow-wrap:anywhere}@media(max-width:990px){.detail .copy h1{max-width:26ch;font-size:clamp(25px,3.4vw,30px)}}@media(max-width:600px){.detail .copy h1{margin-block:9px 14px;font-size:22px;line-height:1.18;letter-spacing:-.015em}}.variant-picker{display:grid;gap:22px;margin:24px 0}.variant-option{min-width:0;margin:0;padding:0;border:0}.variant-option legend{width:100%;margin-bottom:10px;color:var(--ink);font-size:14px;font-weight:800;letter-spacing:.03em}.variant-option legend span{font-weight:500}.variant-option__values{display:flex;flex-wrap:wrap;gap:9px}.variant-option--many .variant-option__values{max-height:220px;padding:2px 4px 8px 2px;overflow-y:auto;scrollbar-width:thin;overscroll-behavior:contain}.variant-option--many .variant-option__button{min-width:0;min-height:40px;padding:7px 12px;font-size:13px}.variant-option__button{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:8px;min-width:54px;min-height:46px;padding:9px 16px;border:1px solid var(--l);border-radius:8px;background:#fff;color:var(--ink);font:inherit;font-size:14px;cursor:pointer;transition:border-color .18s ease,background-color .18s ease,color .18s ease,transform .18s ease}.variant-option__button:hover:not(:disabled){border-color:var(--ink);transform:translateY(-1px)}.variant-option__button.is-selected{border-color:var(--ink);background:var(--ink);color:#fff;box-shadow:inset 0 0 0 1px var(--ink)}.variant-option__button:focus-visible,.variant-option__select:focus-visible{outline:3px solid rgba(255,75,53,.34);outline-offset:2px}.variant-option__button:disabled{color:#9a9a9a;background:#f5f5f5;cursor:not-allowed;opacity:.7;overflow:hidden}.variant-option__button:disabled:after{content:"";position:absolute;width:130%;height:1px;background:#a9a9a9;transform:rotate(-24deg)}.variant-option--color .variant-option__button{min-width:0;padding-inline:12px 15px}.variant-option__swatch{width:22px;height:22px;flex:0 0 22px;border:1px solid rgba(0,0,0,.16);border-radius:50%;background-color:var(--swatch-color, #fff);background-image:var(--swatch-image, none);background-position:center;background-size:cover;box-shadow:0 0 0 2px #fff}.variant-option__button.is-selected .variant-option__swatch{box-shadow:0 0 0 2px var(--ink),0 0 0 3px #fff}.variant-option__select{width:min(100%,420px);min-height:48px;padding:10px 42px 10px 14px;border:1px solid var(--l);border-radius:8px;background-color:#fff;color:var(--ink);font:inherit}.bigprice s{margin-right:8px;color:var(--muted);font-size:.72em;font-weight:500}.product-info__heading{padding:18px 24px;border-bottom:1px solid var(--l)}.product-info__heading h2{margin:0;color:var(--ink);font-size:clamp(20px,1.8vw,26px);font-weight:500;line-height:1.2}.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}@media(max-width:600px){.variant-picker{gap:18px;margin-block:20px}.variant-option__values{gap:7px}.variant-option__button{min-width:48px;min-height:44px;padding:8px 12px}.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}}.qty[data-quantity-selector]{display:inline-grid;grid-template-columns:42px 52px 42px;align-items:center;width:max-content;margin-top:8px;padding:4px;border:1px solid rgba(15,37,77,.14);border-radius:999px;background:#fff;box-shadow:0 6px 20px #0f254d14}.qty[data-quantity-selector] button{display:grid;width:42px;height:42px;place-items:center;padding:0;border:0;border-radius:50%;background:#f4f5f7;color:var(--ink);font:inherit;font-size:22px;font-weight:500;line-height:1;cursor:pointer;transition:background-color .18s ease,color .18s ease,transform .18s ease,box-shadow .18s ease}.qty[data-quantity-selector] button:hover:not(:disabled){background:#ff4b35;color:#fff;box-shadow:0 5px 14px #ff4b3547;transform:scale(1.04)}.qty[data-quantity-selector] button:active:not(:disabled){transform:scale(.96)}.qty[data-quantity-selector] button:focus-visible{outline:3px solid rgba(255,75,53,.32);outline-offset:2px}.qty[data-quantity-selector] button:disabled{cursor:not-allowed;opacity:.38}.qty[data-quantity-selector] input{width:52px;height:42px;padding:0 4px;border:0;background:transparent;color:var(--ink);font:inherit;font-size:15px;font-weight:800;text-align:center;-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield}.qty[data-quantity-selector] input::-webkit-inner-spin-button,.qty[data-quantity-selector] input::-webkit-outer-spin-button{margin:0;-webkit-appearance:none}.qty[data-quantity-selector] input:focus{outline:0}@media(max-width:600px){.qty[data-quantity-selector]{grid-template-columns:38px 48px 38px;padding:3px}.qty[data-quantity-selector] button{width:38px;height:38px;font-size:20px}.qty[data-quantity-selector] input{width:48px;height:38px}}.product-gallery-dialog__stage{box-sizing:border-box;display:grid;width:100%;height:100%;padding:clamp(20px,4vw,64px) clamp(72px,7vw,120px);place-items:center}.product-gallery-dialog__slide{min-width:0;min-height:0}.product-gallery-dialog__slide img{width:auto!important;max-width:100%!important;height:auto!important;max-height:calc(100dvh - clamp(40px,8vw,128px))!important;object-fit:contain!important;object-position:center!important}.product-gallery-dialog__arrow:before{display:block;width:12px;height:12px;border-top:2px solid currentColor;border-right:2px solid currentColor;content:""}.product-gallery-dialog__close{font-size:0;transition:background-color .18s ease,border-color .18s ease,transform .18s ease}.product-gallery-dialog__close:before,.product-gallery-dialog__close:after{position:absolute;width:18px;height:2px;border-radius:2px;background:currentColor;content:""}.product-gallery-dialog__close:before{transform:rotate(45deg)}.product-gallery-dialog__close:after{transform:rotate(-45deg)}.product-gallery-dialog__close:hover{border-color:#ffffffd1;background:#ff4b35e6;transform:scale(1.05)}@media(max-width:600px){.product-gallery-dialog__stage{padding:64px 12px 54px}.product-gallery-dialog__slide img{max-height:calc(100dvh - 118px)!important}.product-gallery-dialog__arrow{display:grid;width:40px;height:40px}.product-gallery-dialog__arrow.previous{left:max(8px,env(safe-area-inset-left))}.product-gallery-dialog__arrow.next{right:max(8px,env(safe-area-inset-right))}}.detail{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(360px,.85fr);gap:clamp(28px,4vw,64px);align-items:start}.detail .gallery{min-width:0}.detail .main-image{border-radius:14px;background:#f6f6f6;overflow:hidden}.detail .copy{position:sticky;top:104px;padding:6px 0 24px}.detail .copy>small{display:block;margin-bottom:8px;color:var(--muted);font-size:12px;font-weight:750;letter-spacing:.08em;text-transform:uppercase}.detail .copy h1{max-width:620px;margin:0 0 10px;font-size:clamp(28px,2.4vw,36px);line-height:1.12;letter-spacing:-.025em}.detail .product-lead{margin-bottom:16px;color:var(--muted);font-size:14px;line-height:1.55}.detail .bigprice{margin:10px 0 14px;font-size:22px;font-weight:850}.detail .notice{display:inline-flex;align-items:center;min-height:28px;margin:0 0 20px;padding:5px 10px;border-radius:999px;background:#21965317;color:#16703d;font-size:12px;font-weight:750}.detail .product-form{padding-top:4px}.variant-option{margin-bottom:20px}.variant-option__header{margin-bottom:10px}.variant-option__button{border-radius:8px;background:#fff;box-shadow:none}.variant-option__button.is-selected{border-color:var(--ink);background:var(--ink);color:#fff;box-shadow:0 0 0 1px var(--ink)}.detail .buy{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;align-items:start;gap:10px;margin-top:18px}.detail .product-add-button{display:inline-flex;width:100%!important;height:58px!important;min-height:58px!important;max-height:58px!important;align-items:center;justify-content:center;gap:10px;padding:12px 20px;border:0;border-radius:12px!important;background:#dc1f2f;color:#fff;box-shadow:0 8px 20px #dc1f2f33;font-size:15px;font-weight:700;letter-spacing:0;line-height:1;text-transform:none;cursor:pointer;transition:background-color .18s ease,box-shadow .18s ease,transform .18s ease}.detail .product-add-button:hover:not(:disabled){background:#b91625;box-shadow:0 10px 24px #b9162542;transform:translateY(-1px)}.detail .product-add-button:active:not(:disabled){transform:translateY(0)}.detail .product-add-button:focus-visible{outline:3px solid rgba(220,31,47,.28);outline-offset:3px}.detail .product-add-button:disabled{cursor:not-allowed;opacity:.55}.detail .product-add-button__icon{width:19px;height:19px;flex:0 0 auto;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.detail .buy .shopify-payment-button{width:100%}.detail .buy .shopify-payment-button__button{width:100%;min-height:58px!important;border-radius:12px!important;font-size:15px!important}.detail .buy .shopify-payment-button__more-options{min-height:auto;padding:4px 0 0!important;border-radius:0!important;color:var(--muted);font-size:12px;font-weight:500;letter-spacing:0;text-transform:none}.detail .purchase-trust{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:12px;overflow:hidden;border:1px solid var(--l);border-radius:10px;background:#f8f9fb}.detail .purchase-trust__item{display:flex;min-width:0;align-items:center;justify-content:center;gap:7px;padding:11px 8px;color:var(--ink);font-size:11px;font-weight:650;line-height:1.2;text-align:center}.detail .purchase-trust__item+.purchase-trust__item{border-left:1px solid var(--l)}.detail .purchase-trust__item svg{width:16px;height:16px;flex:0 0 auto;fill:none;stroke:#e21b2d;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.product-info{margin-top:clamp(34px,5vw,72px);border-radius:12px}.product-info__heading{padding:20px 24px}@media(min-width:901px){.detail .thumbs{grid-template-columns:repeat(6,minmax(0,1fr))}}@media(max-width:900px){.detail{grid-template-columns:minmax(0,1fr);gap:26px}.detail .copy{position:static;padding-top:0}}@media(max-width:600px){.detail .buy{grid-template-columns:minmax(0,1fr)!important}.page .crumb{margin-bottom:12px;font-size:11px}.detail{gap:20px}.detail .main-image{border-radius:10px}.detail .copy h1{font-size:22px;line-height:1.18}.detail .product-lead{font-size:13px}.detail .bigprice{font-size:20px}.variant-option__values{gap:8px}.variant-option__button{min-width:46px;min-height:42px;border-radius:7px}.detail .buy>button,.detail .buy .shopify-payment-button__button{min-height:50px}.detail .purchase-trust{grid-template-columns:1fr}.detail .purchase-trust__item{justify-content:flex-start;padding:10px 12px}.detail .purchase-trust__item+.purchase-trust__item{border-top:1px solid var(--l);border-left:0}}.product-discovery{padding:clamp(2.5rem,5vw,5rem) 0;border-top:1px solid #e9edf3;background:#fff;color:#0d2044}.product-discovery__inner{width:min(100% - 2rem,1440px);margin-inline:auto}.product-discovery__header{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:1.4rem}.product-discovery__header h2{margin:0;color:#0d2044;font-size:clamp(1.55rem,2.5vw,2.35rem);font-weight:400;line-height:1.15;letter-spacing:-.035em}.product-discovery__navigation{display:flex;gap:.5rem}.product-discovery__navigation button{display:grid;width:42px;height:42px;place-items:center;padding:0;border:1px solid #dfe5ed;border-radius:50%;background:#fff;color:#0d2044;box-shadow:0 5px 16px #0d204412;cursor:pointer;transition:background .2s ease,border-color .2s ease,color .2s ease,transform .2s ease}.product-discovery__navigation button:hover:not(:disabled),.product-discovery__navigation button:focus-visible{border-color:#e21b2d;background:#e21b2d;color:#fff;transform:translateY(-1px);outline:none}.product-discovery__navigation button:disabled{opacity:.35;cursor:default}.product-discovery__navigation svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.product-discovery__track{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 7.5rem) / 6);gap:1.5rem;overflow-x:auto;overscroll-behavior-inline:contain;scroll-behavior:smooth;scroll-snap-type:inline mandatory;scrollbar-width:none}.product-discovery__track::-webkit-scrollbar{display:none}.product-discovery__item,.product-discovery__track>article{min-width:0;scroll-snap-align:start}.product-discovery__item .product-card{height:100%}.product-discovery__loader:empty{display:none}.product-discovery__empty{margin:0;padding:2rem;border:1px dashed #dfe5ed;border-radius:14px;color:#637086;text-align:center}.product-discovery__empty[hidden]{display:none}.recent-product-card{overflow:hidden;border:1px solid #e7ebf1;border-radius:14px;background:#fff;box-shadow:0 8px 24px #0d20440d}.recent-product-card__media{aspect-ratio:1/1.08;background:#f6f7f9}.recent-product-card__media a{display:grid;width:100%;height:100%;place-items:center}.recent-product-card__media img,.recent-product-card__media svg{width:100%;height:100%;object-fit:contain}.recent-product-card__body{padding:.9rem}.recent-product-card__body>a{color:inherit;text-decoration:none}.recent-product-card__body small{color:#778196;font-size:.65rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.recent-product-card__body h3{display:-webkit-box;min-height:2.5em;margin:.3rem 0 .7rem;overflow:hidden;color:#0d2044;font-size:.92rem;font-weight:700;line-height:1.25;-webkit-box-orient:vertical;-webkit-line-clamp:2}.recent-product-card__footer{display:flex;align-items:center;justify-content:space-between;gap:.5rem;font-weight:800}.recent-product-card__footer s{margin-right:.3rem;color:#929aaa;font-size:.75em;font-weight:500}.recent-product-card__footer button,.recent-product-card__footer a{display:grid;min-width:32px;height:32px;place-items:center;padding:0 .6rem;border:0;border-radius:999px;background:#e21b2d;color:#fff;font-size:.7rem;font-weight:800;text-decoration:none;cursor:pointer}@media(max-width:989px){.product-discovery__track{grid-auto-columns:calc((100% - 2rem) / 3);gap:1rem}}@media(max-width:749px){.product-discovery{padding:2.5rem 0}.product-discovery__inner{width:min(100% - 1.25rem,1440px)}.product-discovery__track{grid-auto-columns:calc((100% - .75rem) / 2.15);gap:.75rem}.product-discovery__navigation button{width:36px;height:36px}}@media(max-width:420px){.product-discovery__track{grid-auto-columns:76%}}@media(prefers-reduced-motion:reduce){.product-discovery__track{scroll-behavior:auto}.product-discovery__navigation button{transition:none}}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__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}@media(min-width:1200px)and (hover:hover){.mega-menu__panel{opacity:0;transform:translateY(-8px);transform-origin:top center;transition:opacity .2s ease,transform .2s ease}.mega-menu[open] .mega-menu__panel{opacity:1;transform:translateY(0)}}.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:flex-start;gap:10px;padding:12px 16px}.mega-menu>summary svg{flex:0 0 auto;margin-right:0}.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){.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{border:0;background:transparent;box-shadow:none;pointer-events:none}.cj-category-menu{width:min(1180px,calc(100vw - 48px));margin:0;padding:10px;border:1px solid #e8ebf0;border-radius:16px;background:#fff;box-shadow:0 18px 40px #0d204421;pointer-events:auto}[data-cj-category-menu] .cj-category-menu__grid{display:grid!important;width:100%!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;grid-auto-flow:row!important;gap:10px 12px!important}[data-cj-category-menu] .cj-category-menu__link{display:grid!important;width:100%;max-width:100%;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:10px;min-width:0;min-height:46px;padding:5px 10px;border-radius:9px;color:#535c6c;font-size:13px;font-weight:600;line-height:1.2;text-decoration:none}.cj-category-menu__link:hover,.cj-category-menu__link:focus-visible,.cj-category-menu__link.is-active{color:#ff4b35;background:#fff3f0;outline:none}.cj-category-menu__link:focus-visible{box-shadow:0 0 0 2px #ff4b35}.cj-category-menu__icon{display:grid;width:34px;height:34px;place-items:center;border-radius:50%;color:#ff4b35;background:#f4f6f8}.cj-category-menu__icon svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}.cj-category-menu__title{display:block;min-width:0;max-width:100%;white-space:normal!important;overflow:hidden;overflow-wrap:break-word;word-break:normal}@media(min-width:1440px){[data-cj-category-menu] .cj-category-menu__grid{grid-template-columns:repeat(7,minmax(0,1fr))!important}}@media(min-width:901px)and (max-width:1199px){.cj-category-menu{width:min(980px,calc(100vw - 32px))}[data-cj-category-menu] .cj-category-menu__grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media(min-width:601px)and (max-width:900px){.mega-menu__panel{position:static;padding:0;pointer-events:auto}.cj-category-menu{width:100%;margin:0;padding:10px 12px 16px;border:0;border-radius:0;box-shadow:none}[data-cj-category-menu] .cj-category-menu__grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:6px 10px!important}.cj-category-menu__link{grid-template-columns:34px minmax(0,1fr);gap:8px;min-height:48px;padding:6px;border:1px solid #edf0f4;border-radius:9px;color:#344054;font-weight:700}.cj-category-menu__icon{width:34px;height:34px}}@media(max-width:600px){.mega-menu__panel{position:static;padding:0;pointer-events:auto}.cj-category-menu{width:100%;margin:0;padding:4px 12px 16px;border:0;border-radius:0;box-shadow:none}[data-cj-category-menu] .cj-category-menu__grid{display:block!important}.cj-category-menu__link{grid-template-columns:38px minmax(0,1fr);gap:10px;min-height:54px;padding:7px 2px;border-bottom:1px solid #e9edf2;border-radius:0;color:#344054;font-weight:700}.cj-category-menu__link:last-child{border-bottom:0}.cj-category-menu__link:hover,.cj-category-menu__link:focus-visible,.cj-category-menu__link.is-active{color:#ff4b35;background:transparent}.cj-category-menu__icon{width:38px;height:38px}}.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}.product-quick-add{position:absolute;z-index:3;right:auto;bottom:10px;left:10px;display:block;width:auto;max-width:calc(100% - 20px);padding:0;background:transparent;box-shadow:none;transform:translateY(8px);opacity:0;transition:transform .2s ease,opacity .2s ease}.product-photo:hover .product-quick-add,.product-photo:focus-within .product-quick-add{transform:translateY(0);opacity:1}.product-quick-add>strong{display:none}.product-quick-add__options{display:flex;max-width:100%;flex-wrap:wrap;justify-content:flex-start;gap:.3rem}.product-quick-add button,.product-quick-add__single{display:inline-grid;min-width:30px;min-height:30px;place-items:center;padding:.36rem .56rem;border:1px solid rgba(13,32,68,.16);border-radius:999px;background:#ffffffad;color:#0d2044;font:inherit;font-size:.68rem;font-weight:750;line-height:1;text-decoration:none;cursor:pointer;box-shadow:0 3px 10px #0d20441a;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);transition:border-color .15s ease,background .15s ease,color .15s ease}.product-quick-add button:hover,.product-quick-add button:focus-visible,.product-quick-add__single:hover,.product-quick-add__single:focus-visible{border-color:#e21b2d59;background:#ffffffe6;color:#e21b2d;outline:none}.product-quick-add button:disabled{border-color:#0d204414;background:#ffffff6b;color:#0d20446b;text-decoration:line-through;box-shadow:none;cursor:not-allowed}.product-quick-add__single{width:auto;min-width:0}.product-quick-add__status{display:block;min-height:0;margin-top:.35rem;color:#0d2044;font-size:.7rem;text-align:center}.product-quick-add--single{right:auto;bottom:10px;left:10px;width:auto;max-width:calc(100% - 20px);padding:0;background:transparent;box-shadow:none;transform:translateY(8px)}.product-quick-add--single>strong{display:none}.product-quick-add--single .product-quick-add__single{width:auto;min-width:0;min-height:30px;padding:.38rem .68rem;border:1px solid rgba(13,32,68,.16);border-radius:999px;background:#ffffffad;color:#0d2044;font-size:.68rem;line-height:1;box-shadow:0 3px 10px #0d20441a;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.product-quick-add--single .product-quick-add__single:hover,.product-quick-add--single .product-quick-add__single:focus-visible{border-color:#e21b2d59;background:#ffffffe0;color:#e21b2d}.product-quick-add--single .product-quick-add__status{position:absolute;bottom:calc(100% + 5px);left:0;width:max-content;max-width:180px;margin:0;padding:.3rem .5rem;border-radius:6px;background:#0d2044e0;color:#fff;font-size:.62rem}@media(hover:none),(max-width:989px){.product-quick-add{transform:none;opacity:1}.product-quick-add button,.product-quick-add__single{min-height:30px;padding:.36rem .56rem}}@media(max-width:480px){.product-photo>.product-stock-badge{top:7px;left:7px;min-height:23px;padding:4px 8px;font-size:9px}}@media(prefers-reduced-motion:reduce){.product-quick-add{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/9/compiled_assets/styles.css.map */
