:root{--ud-red:#ef1b24;--ud-red-dark:#c90d16;--ud-black:#0b0b0c;--ud-ink:#171719;--ud-muted:#747479;--ud-line:rgba(17,17,19,.12);--ud-soft:#f3f3f1;--ud-white:#fff;--ud-radius:22px;--ud-ease:cubic-bezier(.22,1,.36,1);--ud-shadow:0 18px 48px rgba(12,12,14,.12);--ud-header-total:112px}html{scroll-behavior:smooth;background:var(--ud-soft)}body.ud-reference-theme{background:var(--ud-soft);color:var(--ud-ink);overflow-x:hidden}body.ud-reference-theme *{box-sizing:border-box}body.ud-lock{overflow:hidden;touch-action:none}.ud-visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.ud-shell{width:min(1480px,calc(100% - 28px));margin-inline:auto}.ud-glass{background:#ffffffe0;border:1px solid rgba(255,255,255,.75);box-shadow:0 12px 42px #10101217}@supports (backdrop-filter:blur(12px)){.ud-glass{backdrop-filter:saturate(130%) blur(12px);-webkit-backdrop-filter:saturate(130%) blur(12px)}}.ud-section{content-visibility:auto;contain-intrinsic-size:1px 800px;padding:clamp(48px,7vw,110px) 0}.ud-section__head{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:30px}.ud-section__eyebrow{font-size:12px;letter-spacing:.13em;text-transform:uppercase;font-weight:700;color:var(--ud-red);margin:0 0 10px}.ud-section__title{font-size:clamp(34px,5vw,76px);line-height:.94;letter-spacing:-.055em;margin:0;max-width:900px}.ud-section__text{max-width:560px;color:var(--ud-muted);font-size:15px;line-height:1.7}.ud-button{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:48px;padding:0 22px;border-radius:999px;border:1px solid var(--ud-black);background:var(--ud-black);color:#fff;text-decoration:none;font-weight:650;font-size:14px;cursor:pointer;transition:transform .35s var(--ud-ease),background .25s ease,color .25s ease,border-color .25s ease}.ud-button:hover{transform:translateY(-2px);background:var(--ud-red);border-color:var(--ud-red)}.ud-button--light{background:#fff;color:var(--ud-black);border-color:#fff}.ud-button--outline{background:transparent;color:var(--ud-black)}.ud-button--red{background:var(--ud-red);border-color:var(--ud-red)}.ud-icon-button{position:relative;width:42px;height:42px;border:0;background:transparent;border-radius:50%;display:grid;place-items:center;color:var(--ud-black);cursor:pointer;transition:background .25s ease,transform .3s var(--ud-ease)}.ud-icon-button:hover{background:#0000000e;transform:translateY(-1px)}.ud-icon-button svg{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:1.7}.ud-badge-count{position:absolute;right:1px;top:1px;min-width:17px;height:17px;padding:0 4px;border-radius:999px;background:var(--ud-red);color:#fff;font-size:10px;line-height:17px;text-align:center;font-weight:700}.ud-announcement{height:34px;background:var(--ud-black);color:#fff;display:flex;align-items:center;font-size:11px;letter-spacing:.035em;position:relative;z-index:104}.ud-announcement__inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:18px}.ud-announcement__side{display:flex;gap:16px;align-items:center;color:#ffffffb3}.ud-announcement__side:last-child{justify-content:flex-end}.ud-announcement a{color:inherit;text-decoration:none}.ud-header-wrap{position:sticky;top:0;z-index:103;padding:8px 0 0;pointer-events:none}.ud-header{height:70px;border-radius:20px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;padding:0 18px 0 20px;pointer-events:auto;transition:height .38s var(--ud-ease),border-radius .38s var(--ud-ease),box-shadow .38s ease,transform .38s var(--ud-ease);overflow:visible}.ud-header-wrap.is-scrolled .ud-header{height:60px;border-radius:18px;box-shadow:0 16px 42px #0a0a0c24}.ud-logo{display:flex;align-items:center;text-decoration:none;color:var(--ud-black);min-width:130px}.ud-logo img{display:block;max-height:36px;width:auto}.ud-logo__text{font-size:22px;font-weight:900;letter-spacing:-.055em;text-transform:uppercase}.ud-nav{display:flex;justify-content:center;align-items:center;height:100%;gap:4px}.ud-nav__item{height:100%;display:flex;align-items:center}.ud-nav__link{display:flex;align-items:center;gap:6px;height:40px;padding:0 13px;border-radius:999px;color:var(--ud-black);font-size:13px;font-weight:620;text-decoration:none;transition:background .25s ease,color .25s ease}.ud-nav__item.is-active .ud-nav__link,.ud-nav__link:hover{background:var(--ud-black);color:#fff}.ud-nav__chev{width:12px;height:12px;transition:transform .3s var(--ud-ease)}.ud-nav__item.is-active .ud-nav__chev{transform:rotate(180deg)}.ud-header__actions{display:flex;align-items:center;gap:1px;justify-content:flex-end;min-width:130px}.ud-mobile-menu-trigger{display:none}.ud-mega{position:absolute;left:14px;right:14px;top:78px;opacity:0;visibility:hidden;transform:translateY(-10px) scale(.985);transform-origin:top center;transition:opacity .22s ease,transform .38s var(--ud-ease),visibility 0s linear .38s;pointer-events:none;background:#fffffff7;border:1px solid rgba(0,0,0,.06);border-radius:24px;box-shadow:0 28px 80px #00000026;padding:24px;overflow:hidden}.ud-header-wrap.is-scrolled .ud-mega{top:68px}.ud-nav__item.is-active .ud-mega{opacity:1;visibility:visible;transform:translateY(0) scale(1);transition-delay:0s;pointer-events:auto}.ud-mega__layout{display:grid;grid-template-columns:210px minmax(0,1fr);gap:24px}.ud-mega__links{border-right:1px solid var(--ud-line);padding-right:20px}.ud-mega__label{font-size:11px;text-transform:uppercase;letter-spacing:.13em;color:var(--ud-muted);font-weight:700;margin:0 0 12px}.ud-mega__links a{display:flex;align-items:center;justify-content:space-between;padding:10px;border-radius:11px;text-decoration:none;color:var(--ud-ink);font-size:14px;transition:background .2s ease,transform .25s var(--ud-ease)}.ud-mega__links a:hover{background:var(--ud-soft);transform:translate(3px)}.ud-mega__products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.ud-mega-card{position:relative;min-height:240px;border-radius:18px;overflow:hidden;background:#f5f5f3;text-decoration:none;color:var(--ud-ink);isolation:isolate}.ud-mega-card img{width:100%;height:185px;object-fit:cover;display:block;transition:transform .65s var(--ud-ease)}.ud-mega-card:hover img{transform:scale(1.045)}.ud-mega-card__body{padding:12px 13px;display:flex;justify-content:space-between;gap:12px;font-size:12px}.ud-mega-card__title{font-weight:650}.ud-mega-card__price{color:var(--ud-muted);white-space:nowrap}.ud-mega-card--promo{background:var(--ud-black);color:#fff;display:flex;flex-direction:column;justify-content:flex-end;padding:18px}.ud-mega-card--promo img{position:absolute;top:0;right:0;bottom:0;left:0;height:100%;z-index:-2;opacity:.68}.ud-mega-card--promo:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(transparent,#000c);z-index:-1}.ud-mega-card--promo strong{font-size:24px;line-height:1;letter-spacing:-.04em}.ud-mobile-nav{position:fixed;top:0;right:0;bottom:0;left:0;z-index:120;visibility:hidden;pointer-events:none}.ud-mobile-nav.is-open{visibility:visible;pointer-events:auto}.ud-mobile-nav__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000007a;opacity:0;transition:opacity .28s ease}.ud-mobile-nav.is-open .ud-mobile-nav__scrim{opacity:1}.ud-mobile-nav__panel{position:absolute;top:0;left:0;width:min(92vw,420px);height:100%;background:var(--ud-black);color:#fff;transform:translate(-103%);transition:transform .48s var(--ud-ease);padding:18px;overflow:auto;overscroll-behavior:contain}.ud-mobile-nav.is-open .ud-mobile-nav__panel{transform:none}.ud-mobile-nav__top{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.ud-mobile-nav__logo{font-size:21px;font-weight:900;letter-spacing:-.05em;text-transform:uppercase}.ud-mobile-nav .ud-icon-button{color:#fff;background:#ffffff14}.ud-mobile-nav details{border-bottom:1px solid rgba(255,255,255,.13)}.ud-mobile-nav summary{list-style:none;display:flex;justify-content:space-between;align-items:center;padding:17px 2px;font-size:20px;font-weight:650;cursor:pointer}.ud-mobile-nav summary::-webkit-details-marker{display:none}.ud-mobile-nav__submenu{padding:0 0 16px 10px;display:grid;gap:6px}.ud-mobile-nav__submenu a{color:#ffffffb3;text-decoration:none;padding:8px 0;font-size:14px}.ud-mobile-nav__plain{display:block;padding:17px 2px;border-bottom:1px solid rgba(255,255,255,.13);color:#fff;text-decoration:none;font-size:20px;font-weight:650}.ud-mobile-nav__foot{padding-top:28px;color:#ffffff9e;font-size:13px;line-height:1.7}.ud-search{position:fixed;top:0;right:0;bottom:0;left:0;z-index:130;visibility:hidden;pointer-events:none}.ud-search.is-open{visibility:visible;pointer-events:auto}.ud-search__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:#08080a8a;opacity:0;transition:opacity .28s ease}.ud-search.is-open .ud-search__scrim{opacity:1}.ud-search__panel{position:absolute;left:50%;top:54px;width:min(1040px,calc(100% - 28px));max-height:calc(100dvh - 80px);background:#fff;border-radius:26px;box-shadow:0 30px 90px #0000003b;transform:translate(-50%,-18px) scale(.98);opacity:0;transition:transform .45s var(--ud-ease),opacity .25s ease;overflow:auto}.ud-search.is-open .ud-search__panel{transform:translate(-50%) scale(1);opacity:1}.ud-search__head{position:sticky;top:0;z-index:2;background:#fffffff0;display:grid;grid-template-columns:1fr auto;align-items:center;padding:18px;border-bottom:1px solid var(--ud-line);border-radius:26px 26px 0 0}.ud-search__form{display:flex;align-items:center;gap:12px}.ud-search__input{width:100%;height:56px;border:0;background:var(--ud-soft);border-radius:999px;padding:0 22px;font-size:17px;outline:none}.ud-search__body{padding:22px}.ud-search__title{font-size:12px;text-transform:uppercase;letter-spacing:.12em;color:var(--ud-muted);font-weight:700;margin:0 0 14px}.ud-search__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.ud-search-card{background:var(--ud-soft);border-radius:17px;padding:10px;text-decoration:none;color:var(--ud-ink)}.ud-search-card img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:12px;background:#eee}.ud-search-card strong{display:block;font-size:13px;margin-top:9px}.ud-search-card span{font-size:12px;color:var(--ud-muted)}.ud-search__empty{padding:24px 0;color:var(--ud-muted)}.ud-home-hero{padding:10px 0 72px}.ud-home-hero__frame{position:relative;min-height:min(740px,76vh);border-radius:28px;overflow:hidden;background:#111;color:#fff;display:flex;align-items:flex-end;isolation:isolate}.ud-home-hero__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2}.ud-home-hero__media img,.ud-home-hero__media video{width:100%;height:100%;object-fit:cover;display:block;transform:scale(1.02);transition:transform 1.2s var(--ud-ease)}.ud-home-hero__frame:hover .ud-home-hero__media img{transform:scale(1.055)}.ud-home-hero__frame:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:linear-gradient(90deg,#000000a8,#00000014 64%),linear-gradient(0deg,rgba(0,0,0,.48),transparent 55%)}.ud-home-hero__content{padding:clamp(24px,5vw,72px);max-width:760px}.ud-home-hero__kicker{display:inline-flex;align-items:center;gap:8px;padding:9px 13px;border:1px solid rgba(255,255,255,.4);border-radius:999px;font-size:11px;text-transform:uppercase;letter-spacing:.12em;background:#0000002e}.ud-home-hero__title{font-size:clamp(52px,8vw,122px);line-height:.82;letter-spacing:-.075em;margin:20px 0 24px;max-width:850px}.ud-home-hero__text{max-width:470px;color:#fffc;line-height:1.7;margin-bottom:26px}.ud-home-products__tabs{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:24px}.ud-chip{border:1px solid var(--ud-line);background:#fff;border-radius:999px;padding:10px 16px;font-size:12px;font-weight:650;cursor:pointer;transition:.25s}.ud-chip.is-active,.ud-chip:hover{background:var(--ud-black);color:#fff;border-color:var(--ud-black)}.ud-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.ud-card{position:relative;display:block;text-decoration:none;color:var(--ud-ink);min-width:0}.ud-card__media{position:relative;aspect-ratio:1/1.08;border-radius:20px;overflow:hidden;background:#e9e9e7}.ud-card__media img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:opacity .35s ease,transform .65s var(--ud-ease)}.ud-card__media img:nth-child(2){opacity:0}.ud-card:hover .ud-card__media img:first-child{opacity:0}.ud-card:hover .ud-card__media img:nth-child(2){opacity:1;transform:scale(1.035)}.ud-card__badge{position:absolute;left:12px;top:12px;padding:7px 10px;border-radius:999px;background:var(--ud-red);color:#fff;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.ud-card__body{padding:12px 3px;display:grid;grid-template-columns:1fr auto;gap:6px 14px}.ud-card__title{font-size:14px;font-weight:650;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ud-card__price{font-size:13px;font-weight:650}.ud-card__meta{font-size:12px;color:var(--ud-muted)}.ud-editorial{display:grid;grid-template-columns:1.15fr .85fr;gap:14px}.ud-editorial__media,.ud-editorial__copy{border-radius:26px;overflow:hidden;min-height:600px}.ud-editorial__media img{width:100%;height:100%;object-fit:cover;display:block}.ud-editorial__copy{background:var(--ud-black);color:#fff;padding:clamp(30px,5vw,70px);display:flex;flex-direction:column;justify-content:space-between}.ud-editorial__copy h2{font-size:clamp(48px,6vw,88px);line-height:.9;letter-spacing:-.06em;margin:0}.ud-editorial__copy p{color:#ffffffad;line-height:1.75;max-width:470px}.ud-editorial__mobile-media{display:none}.ud-editorial__mobile-media,.ud-editorial__mobile-media img,.ud-editorial__mobile-media video{border-radius:22px}.ud-editorial__mobile-media{overflow:hidden;aspect-ratio:16 / 9;background:#0f0f10}.ud-editorial__mobile-media img,.ud-editorial__mobile-media video{width:100%;height:100%;object-fit:cover;display:block}.ud-value-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.ud-value-card{background:var(--ud-black);position:relative;min-height:440px;border-radius:24px;overflow:hidden;color:#fff;padding:28px;display:flex;align-items:flex-end;isolation:isolate}.ud-value-card img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-2;transition:transform .7s var(--ud-ease)}.ud-value-card:hover img{transform:scale(1.04)}.ud-value-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(transparent,#000000d1);z-index:-1}.ud-value-card h3{font-size:32px;line-height:1;letter-spacing:-.045em;margin:0 0 10px}.ud-value-card p{margin:0;color:#ffffffb8;font-size:13px;line-height:1.6}.ud-product-main{padding:14px 0 64px}.ud-breadcrumbs{display:flex;gap:8px;align-items:center;color:var(--ud-muted);font-size:11px;margin:0 0 12px;padding-inline:4px}.ud-breadcrumbs a{color:inherit;text-decoration:none}.ud-product-layout{display:grid;grid-template-columns:minmax(0,1.22fr) minmax(390px,.78fr);gap:16px;align-items:start}.ud-product-gallery{background:#fff;border-radius:26px;padding:12px;overflow:hidden;position:relative}.ud-product-stage{position:relative;border-radius:19px;overflow:hidden;background:#efefed;aspect-ratio:1/1.02;perspective:1200px}.ud-product-media{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transform:scale(.985);transition:opacity .34s ease,transform .55s var(--ud-ease);pointer-events:none}.ud-product-media.is-active{opacity:1;transform:scale(1);pointer-events:auto}.ud-product-media img{width:100%;height:100%;object-fit:contain;display:block;transform:translate3d(var(--ud-tilt-x,0),var(--ud-tilt-y,0),0);transition:transform .2s linear}.ud-product-zoom{position:absolute;right:16px;bottom:16px;z-index:3;background:#ffffffe6;box-shadow:0 8px 26px #0000001c}.ud-product-thumbs{display:flex;gap:8px;padding-top:10px;overflow:auto;scrollbar-width:none}.ud-product-thumbs::-webkit-scrollbar{display:none}.ud-product-thumb{width:72px;min-width:72px;aspect-ratio:1;border-radius:12px;border:1px solid transparent;background:#f0f0ee;padding:3px;overflow:hidden;cursor:pointer;transition:border-color .25s ease,transform .3s var(--ud-ease)}.ud-product-thumb.is-active{border-color:var(--ud-black);transform:translateY(-2px)}.ud-product-thumb img{width:100%;height:100%;object-fit:cover;border-radius:9px}.ud-product-panel{position:sticky;top:112px;background:#ffffffe8;border:1px solid rgba(255,255,255,.78);border-radius:26px;padding:clamp(22px,3vw,38px);box-shadow:var(--ud-shadow)}@supports (backdrop-filter:blur(14px)){.ud-product-panel{-webkit-backdrop-filter:blur(14px) saturate(125%);backdrop-filter:blur(14px) saturate(125%)}}.ud-product-vendor{font-size:10px;text-transform:uppercase;letter-spacing:.13em;color:var(--ud-muted);font-weight:750;margin-bottom:9px}.ud-product-title{font-size:clamp(40px,4.1vw,70px);line-height:.86;letter-spacing:-.065em;margin:0 0 17px}.ud-product-rating{display:flex;align-items:center;gap:8px;font-size:12px;margin-bottom:18px}.ud-stars{color:#f4a000;letter-spacing:1px}.ud-product-price{display:flex;align-items:baseline;gap:10px;margin-bottom:20px}.ud-product-price__current{font-size:20px;font-weight:760}.ud-product-price__compare{text-decoration:line-through;color:var(--ud-muted);font-size:13px}.ud-product-price__sale{padding:5px 8px;border-radius:999px;background:#ef1b241a;color:var(--ud-red);font-size:10px;font-weight:750}.ud-option{border-top:1px solid var(--ud-line);padding-top:17px;margin-top:17px}.ud-option__head{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;font-size:12px;font-weight:700}.ud-option__values{display:flex;gap:7px;flex-wrap:wrap}.ud-option-button{min-width:52px;height:42px;border:1px solid var(--ud-line);border-radius:999px;background:#fff;padding:0 15px;font-size:12px;font-weight:650;cursor:pointer;transition:background .25s ease,color .25s ease,border-color .25s ease,transform .3s var(--ud-ease)}.ud-option-button:hover{transform:translateY(-1px);border-color:var(--ud-black)}.ud-option-button.is-selected{background:var(--ud-black);color:#fff;border-color:var(--ud-black)}.ud-option-button[disabled]{opacity:.35;text-decoration:line-through;cursor:not-allowed}.ud-size-guide{border:0;background:transparent;color:var(--ud-red);font-size:10px;font-weight:750;text-transform:uppercase;cursor:pointer}.ud-buy-row{display:grid;grid-template-columns:112px 1fr;gap:8px;margin-top:18px}.ud-qty{height:52px;border:1px solid var(--ud-line);border-radius:999px;display:grid;grid-template-columns:36px 1fr 36px;align-items:center;background:#fff}.ud-qty button{height:100%;border:0;background:none;font-size:20px;cursor:pointer}.ud-qty input{width:100%;border:0;text-align:center;background:none;font-size:13px;outline:0}.ud-atc{height:52px;border:0;border-radius:999px;background:var(--ud-red);color:#fff;font-weight:750;cursor:pointer;transition:transform .35s var(--ud-ease),background .25s ease}.ud-atc:hover{background:var(--ud-red-dark);transform:translateY(-2px)}.ud-atc[disabled]{opacity:.45;cursor:not-allowed;transform:none}.ud-buy-now{display:block;width:100%;height:52px;margin-top:8px;border-radius:999px;border:1px solid var(--ud-black);background:var(--ud-black);color:#fff;font-weight:750;cursor:pointer;transition:.25s}.ud-buy-now:hover{background:#222}.ud-product-status{min-height:18px;margin:8px 3px 0;font-size:11px;color:var(--ud-muted)}.ud-trust-row{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin-top:16px}.ud-trust{border:1px solid var(--ud-line);border-radius:14px;padding:11px 6px;text-align:center;font-size:10px;color:var(--ud-muted)}.ud-trust strong{display:block;color:var(--ud-ink);font-size:11px;margin-top:5px}.ud-delivery-card{margin-top:12px;border-radius:16px;background:var(--ud-soft);padding:15px}.ud-delivery-card__top{display:flex;justify-content:space-between;gap:12px;font-size:11px;margin-bottom:9px}.ud-pincode{display:grid;grid-template-columns:1fr auto;gap:7px}.ud-pincode input{min-width:0;height:42px;border:1px solid var(--ud-line);border-radius:999px;padding:0 14px;background:#fff;outline:0}.ud-pincode button{height:42px;border:0;border-radius:999px;background:var(--ud-red);color:#fff;padding:0 17px;font-weight:700;cursor:pointer}.ud-share-row{display:flex;align-items:center;justify-content:space-between;margin-top:12px;border:1px solid var(--ud-line);border-radius:15px;padding:10px 12px;font-size:11px}.ud-share-actions{display:flex;gap:6px}.ud-share-actions a,.ud-share-actions button{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;border:0;background:var(--ud-soft);color:var(--ud-black);text-decoration:none;cursor:pointer;font-size:11px}.ud-modal{border:0;border-radius:24px;padding:0;max-width:min(560px,calc(100% - 24px));box-shadow:0 30px 90px #0000004d}.ud-modal::backdrop{background:#0000008c;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.ud-modal__head{display:flex;justify-content:space-between;align-items:center;padding:18px 20px;border-bottom:1px solid var(--ud-line)}.ud-modal__body{padding:20px;max-height:70vh;overflow:auto}.ud-size-table{width:100%;border-collapse:collapse;font-size:13px}.ud-size-table th,.ud-size-table td{padding:12px;border-bottom:1px solid var(--ud-line);text-align:left}.ud-zoom-modal{max-width:min(940px,calc(100% - 20px));background:#f3f3f1}.ud-zoom-modal img{width:100%;max-height:84vh;object-fit:contain;display:block}.ud-highlight-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.ud-highlight{background:#fff;border-radius:18px;padding:22px;min-height:145px}.ud-highlight__icon{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:#ef1b2417;color:var(--ud-red);margin-bottom:22px}.ud-highlight h3{font-size:14px;margin:0 0 7px}.ud-highlight p{font-size:12px;color:var(--ud-muted);line-height:1.55;margin:0}.ud-info-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:14px}.ud-info-intro,.ud-info-accordions{background:#fff;border-radius:24px;padding:clamp(25px,4vw,52px)}.ud-info-intro h2{font-size:clamp(42px,5vw,76px);line-height:.9;letter-spacing:-.055em;margin:0 0 22px}.ud-info-intro .rte{color:var(--ud-muted);line-height:1.75}.ud-info-accordions details{border-bottom:1px solid var(--ud-line)}.ud-info-accordions summary{display:flex;justify-content:space-between;align-items:center;padding:20px 0;font-size:15px;font-weight:650;cursor:pointer;list-style:none}.ud-info-accordions summary::-webkit-details-marker{display:none}.ud-info-accordions__content{padding:0 0 20px;color:var(--ud-muted);font-size:13px;line-height:1.75}.ud-collection-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.ud-collection-card{position:relative;min-height:390px;border-radius:22px;overflow:hidden;color:#fff;text-decoration:none;display:flex;align-items:flex-end;padding:24px;isolation:isolate}.ud-collection-card img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-2;transition:transform .7s var(--ud-ease)}.ud-collection-card:hover img{transform:scale(1.045)}.ud-collection-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(transparent,#000000d1);z-index:-1}.ud-collection-card h3{font-size:32px;line-height:1;margin:0;letter-spacing:-.045em}.ud-cart{position:fixed;top:0;right:0;bottom:0;left:0;z-index:140;visibility:hidden;pointer-events:none}.ud-cart.is-open{visibility:visible;pointer-events:auto}.ud-cart__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:#0a0a0c61;opacity:0;transition:opacity .2s ease;touch-action:manipulation}.ud-cart.is-open .ud-cart__scrim{opacity:1}.ud-cart__panel{position:absolute;right:10px;top:10px;bottom:10px;width:min(470px,calc(100% - 20px));display:flex;flex-direction:column;overflow:hidden;border-radius:28px;border:1px solid rgba(255,255,255,.72);background:linear-gradient(145deg,#ffffffe8,#f6f6f4c2);box-shadow:0 30px 90px #00000038,inset 0 1px #ffffffeb;transform:translate3d(calc(100% + 22px),0,0);transition:transform .26s var(--ud-ease);will-change:transform;contain:layout paint style}@supports (backdrop-filter:blur(14px)){.ud-cart__panel{backdrop-filter:blur(18px) saturate(145%);-webkit-backdrop-filter:blur(18px) saturate(145%)}.ud-cart__scrim{backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}}.ud-cart.is-open .ud-cart__panel{transform:translateZ(0)}.ud-cart__panel:before{content:"";position:absolute;inset:0 0 auto;height:110px;pointer-events:none;background:linear-gradient(180deg,rgba(255,255,255,.48),transparent);z-index:0}.ud-cart__panel>*{position:relative;z-index:1}.ud-cart__head{padding:18px 18px 11px;display:flex;align-items:center;justify-content:space-between}.ud-cart__head-actions{display:flex;align-items:center;gap:8px}.ud-cart__sync{font-size:9px;font-weight:750;letter-spacing:.04em;color:var(--ud-red);background:#ef1b2414;border:1px solid rgba(239,27,36,.14);border-radius:999px;padding:6px 9px}.ud-cart__tabs{display:flex;gap:13px;align-items:center}.ud-cart__tab{border:0;background:none;padding:0 0 7px;font-size:20px;font-weight:720;color:#97979b;cursor:pointer;border-bottom:2px solid transparent;touch-action:manipulation}.ud-cart__tab.is-active{color:var(--ud-black);border-color:var(--ud-black)}.ud-cart__progress{padding:0 18px 14px}.ud-cart__progress-copy{display:flex;justify-content:space-between;font-size:10px;color:var(--ud-muted);margin-bottom:7px}.ud-cart__progress-track{height:4px;background:#00000014;border-radius:99px;overflow:hidden}.ud-cart__progress-bar{height:100%;width:0;background:linear-gradient(90deg,var(--ud-red),#ff4a50);border-radius:inherit;transition:width .28s var(--ud-ease)}.ud-cart__body{flex:1;min-height:0;overflow:auto;padding:0 18px 18px;overscroll-behavior:contain}.ud-cart__pending{display:grid;place-items:center;gap:12px;text-align:center;padding:65px 20px;color:var(--ud-muted);font-size:12px}.ud-cart__pending span{width:24px;height:24px;border:2px solid rgba(0,0,0,.12);border-top-color:var(--ud-red);border-radius:50%;animation:ud-cart-spin .65s linear infinite}@keyframes ud-cart-spin{to{transform:rotate(360deg)}}.ud-cart-item{display:grid;grid-template-columns:72px 1fr auto;gap:12px;padding:14px 0;border-top:1px solid rgba(0,0,0,.09)}.ud-cart-item__image{width:72px;height:82px;border-radius:14px;object-fit:cover;background:#ffffff9e;box-shadow:0 8px 24px #00000012}.ud-cart-item__title{font-size:13px;font-weight:680;color:var(--ud-ink);text-decoration:none;display:block;line-height:1.35}.ud-cart-item__variant{font-size:11px;color:var(--ud-muted);margin-top:3px}.ud-cart-item__price{font-size:12px;font-weight:700;white-space:nowrap}.ud-cart-item__controls{display:flex;align-items:center;gap:8px;margin-top:10px}.ud-cart-item__qty{display:grid;grid-template-columns:28px 28px 28px;height:30px;border:1px solid rgba(0,0,0,.12);border-radius:999px;overflow:hidden;background:#ffffff8c}.ud-cart-item__qty button{border:0;background:transparent;cursor:pointer;font-size:15px;touch-action:manipulation}.ud-cart-item__qty button:disabled{opacity:.4}.ud-cart-item__qty span{display:grid;place-items:center;font-size:11px}.ud-cart-item__remove{border:0;background:none;color:var(--ud-muted);font-size:11px;cursor:pointer;touch-action:manipulation}.ud-cart__empty{text-align:center;padding:70px 20px;color:var(--ud-muted)}.ud-cart__empty h3{font-size:36px;letter-spacing:-.05em;color:var(--ud-ink);margin:0 0 10px}.ud-cart__upsell{border-top:1px solid rgba(0,0,0,.09);padding-top:15px;margin-top:5px}.ud-cart__upsell-head{display:flex;justify-content:space-between;font-size:11px;font-weight:700;margin-bottom:10px}.ud-cart__upsell-card{display:grid;grid-template-columns:58px 1fr auto;gap:10px;align-items:center;background:#ffffff78;border:1px solid rgba(255,255,255,.65);border-radius:16px;padding:8px}.ud-cart__upsell-card img{width:58px;height:58px;border-radius:11px;object-fit:cover}.ud-cart__upsell-card strong{font-size:11px;display:block}.ud-cart__upsell-card span{font-size:10px;color:var(--ud-muted)}.ud-cart__upsell-add{width:34px;height:34px;border-radius:50%;border:0;background:var(--ud-black);color:#fff;font-size:18px;cursor:pointer;touch-action:manipulation}.ud-cart__tools{display:grid;grid-template-columns:repeat(3,1fr);gap:5px;padding:12px 18px;border-top:1px solid rgba(0,0,0,.09);background:#ffffff3d}.ud-cart__tool{border:1px solid rgba(0,0,0,.1);background:#ffffff85;border-radius:13px;padding:9px 4px;font-size:10px;cursor:pointer;touch-action:manipulation}.ud-cart__note{display:none;padding:0 18px 12px}.ud-cart__note.is-open{display:block}.ud-cart__note textarea,.ud-cart__discount input{width:100%;border:1px solid rgba(0,0,0,.11);background:#ffffff94;border-radius:14px;padding:12px;font:inherit;outline:0}.ud-cart__discount{display:none;padding:0 18px 12px;grid-template-columns:1fr auto;gap:7px}.ud-cart__discount.is-open{display:grid}.ud-cart__discount button{border:0;border-radius:13px;background:var(--ud-black);color:#fff;padding:0 15px;font-weight:700}.ud-cart__foot{padding:14px 18px 18px;border-top:1px solid rgba(0,0,0,.09);background:#ffffff6b}.ud-cart__total{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:11px}.ud-cart__total small{display:block;color:var(--ud-muted);font-size:10px;margin-top:3px}.ud-cart__total strong{font-size:18px}.ud-cart__ctas{display:grid;grid-template-columns:1fr .7fr;gap:7px}.ud-cart__checkout,.ud-cart__view{height:48px;border-radius:999px;display:grid;place-items:center;text-decoration:none;font-size:12px;font-weight:750;touch-action:manipulation;transition:transform .16s ease,opacity .16s ease}.ud-cart__checkout:active,.ud-cart__view:active{transform:scale(.985)}.ud-cart__checkout{background:var(--ud-black);color:#fff}.ud-cart__view{border:1px solid var(--ud-black);color:var(--ud-black);background:#ffffff73}.ud-atc,.ud-buy-now{touch-action:manipulation}.ud-atc.is-loading,.ud-buy-now.is-loading{opacity:.78;cursor:wait}.ud-service-strip{background:#fff;border-radius:24px;margin-bottom:12px;padding:26px}.ud-service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.ud-service{display:flex;align-items:center;gap:13px;justify-content:center}.ud-service__icon{width:40px;height:40px;border-radius:50%;background:var(--ud-soft);display:grid;place-items:center;color:var(--ud-red)}.ud-service strong{display:block;font-size:12px}.ud-service span{display:block;font-size:10px;color:var(--ud-muted);margin-top:2px}.ud-footer-links{background:var(--ud-black);color:#fff;border-radius:26px 26px 0 0;padding:clamp(36px,6vw,76px)}.ud-footer-links__grid{display:grid;grid-template-columns:1.15fr repeat(3,.75fr);gap:50px}.ud-footer-brand{font-size:32px;font-weight:900;letter-spacing:-.065em;text-transform:uppercase;margin-bottom:18px}.ud-footer-copy{color:#ffffff94;font-size:13px;line-height:1.75;max-width:330px}.ud-footer-col h3{font-size:11px;text-transform:uppercase;letter-spacing:.13em;color:#ffffff80;margin:0 0 16px}.ud-footer-col a{display:block;color:#fff;text-decoration:none;font-size:13px;padding:6px 0;transition:color .2s ease,transform .25s var(--ud-ease)}.ud-footer-col a:hover{color:var(--ud-red);transform:translate(3px)}.ud-footer-newsletter{background:var(--ud-black);color:#fff;padding:0 clamp(36px,6vw,76px) 34px}.ud-footer-newsletter__inner{padding-top:30px;border-top:1px solid rgba(255,255,255,.14);display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:end}.ud-newsletter h2{font-size:clamp(28px,3vw,48px);line-height:1;letter-spacing:-.05em;margin:0 0 15px}.ud-newsletter-form{display:flex;gap:8px}.ud-newsletter-form input{flex:1;min-width:0;height:48px;border:1px solid rgba(255,255,255,.2);background:#ffffff12;border-radius:999px;color:#fff;padding:0 17px;outline:0}.ud-newsletter-form button{width:48px;height:48px;border:0;border-radius:50%;background:#fff;color:#000;font-size:19px;cursor:pointer}.ud-footer-legal{display:flex;justify-content:flex-end;gap:18px;color:#ffffff7a;font-size:10px;flex-wrap:wrap}[data-ud-reveal]{opacity:0;transform:translateY(20px);transition:opacity .7s ease,transform .8s var(--ud-ease)}[data-ud-reveal].is-visible{opacity:1;transform:none}@media(max-width:989px){:root{--ud-header-total:98px}.ud-shell{width:min(100% - 18px,820px)}.ud-announcement{height:30px}.ud-announcement__inner{display:flex;justify-content:center}.ud-announcement__side{display:none}.ud-header-wrap{padding-top:6px}.ud-header{height:60px;border-radius:18px;padding:0 9px;grid-template-columns:44px 1fr auto}.ud-header-wrap.is-scrolled .ud-header{height:56px}.ud-mobile-menu-trigger{display:grid}.ud-logo{justify-content:center;min-width:0}.ud-logo img{max-height:30px;max-width:150px}.ud-logo__text{font-size:19px}.ud-nav{display:none}.ud-header__actions{min-width:0}.ud-header__actions .ud-account-action{display:none}.ud-icon-button{width:38px;height:38px}.ud-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.ud-editorial{grid-template-columns:1fr}.ud-editorial__media,.ud-editorial__copy{min-height:480px}.ud-value-grid{grid-template-columns:1fr 1fr}.ud-product-layout{grid-template-columns:1fr;gap:10px}.ud-product-panel{position:relative;top:auto}.ud-product-stage{aspect-ratio:1/.98}.ud-highlight-grid{grid-template-columns:repeat(2,1fr)}.ud-info-layout{grid-template-columns:1fr}.ud-collection-cards,.ud-service-grid{grid-template-columns:repeat(2,1fr)}.ud-footer-links__grid{grid-template-columns:1fr 1fr;gap:36px}.ud-footer-newsletter__inner{grid-template-columns:1fr}.ud-footer-legal{justify-content:flex-start}.ud-search__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.ud-section{padding:44px 0}.ud-section__head{align-items:flex-start;flex-direction:column;margin-bottom:20px}.ud-section__title{font-size:40px}.ud-home-hero{padding-top:6px;padding-bottom:44px}.ud-home-hero__frame{min-height:72dvh;border-radius:22px}.ud-home-hero__frame:after{background:linear-gradient(0deg,#000000b8,#00000014 75%)}.ud-home-hero__content{padding:24px}.ud-home-hero__title{font-size:54px}.ud-home-hero__text{font-size:13px}.ud-card__media{border-radius:15px}.ud-card__body{display:block;padding-top:9px}.ud-card__title{font-size:12px}.ud-card__price{font-size:11px;margin-top:4px}.ud-card__meta{display:none}.ud-value-grid{grid-template-columns:1fr}.ud-value-card{min-height:390px}.ud-product-main{padding-top:7px}.ud-breadcrumbs{display:none}.ud-product-gallery{border-radius:19px;padding:7px}.ud-product-stage{border-radius:14px;aspect-ratio:1/1.06}.ud-product-thumbs{padding-top:7px}.ud-product-thumb{width:56px;min-width:56px;border-radius:9px}.ud-product-panel{border-radius:19px;padding:21px 17px}.ud-product-title{font-size:42px}.ud-buy-row{grid-template-columns:100px 1fr}.ud-trust-row{gap:4px}.ud-trust{padding:9px 3px;font-size:9px}.ud-highlight-grid{grid-template-columns:1fr 1fr;gap:7px}.ud-highlight{padding:17px;min-height:135px}.ud-info-intro,.ud-info-accordions{border-radius:18px;padding:22px}.ud-info-intro h2{font-size:42px}.ud-collection-cards{grid-template-columns:1fr}.ud-collection-card{min-height:340px}.ud-cart__panel{right:6px;left:6px;top:auto;bottom:6px;width:auto;max-height:92dvh;border-radius:25px;transform:translate3d(0,105%,0);background:linear-gradient(145deg,#ffffffe6,#f4f4f2cc)}.ud-cart.is-open .ud-cart__panel{transform:none}.ud-cart__ctas{grid-template-columns:1fr .72fr}.ud-search__panel{top:auto;bottom:0;width:100%;max-height:92dvh;border-radius:24px 24px 0 0;transform:translate(-50%,20px)}.ud-search.is-open .ud-search__panel{transform:translate(-50%)}.ud-search__head{border-radius:24px 24px 0 0;padding:12px}.ud-search__input{height:48px;font-size:15px}.ud-search__body{padding:15px}.ud-service-strip{border-radius:18px;padding:18px 12px}.ud-service-grid{grid-template-columns:1fr 1fr;gap:16px 4px}.ud-service{justify-content:flex-start}.ud-service__icon{width:34px;height:34px}.ud-footer-links{border-radius:20px 20px 0 0;padding:32px 22px}.ud-footer-links__grid{grid-template-columns:1fr;gap:0}.ud-footer-brand-wrap{padding-bottom:24px}.ud-footer-col{border-top:1px solid rgba(255,255,255,.13);padding:15px 0}.ud-footer-col h3{margin:0}.ud-footer-col nav{display:none;padding-top:10px}.ud-footer-col.is-open nav{display:block}.ud-footer-newsletter{padding:0 22px 28px}.ud-newsletter-form{display:grid;grid-template-columns:1fr 48px}}@media(hover:none),(pointer:coarse){.ud-glass,.ud-product-panel{backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.ud-cart__panel{backdrop-filter:blur(10px) saturate(125%);-webkit-backdrop-filter:blur(10px) saturate(125%)}.ud-card__media img:nth-child(2){display:none}.ud-card:hover .ud-card__media img:first-child{opacity:1}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}[data-ud-reveal]{opacity:1;transform:none}}.ud-header-wrap{transition:transform .34s var(--ud-ease),opacity .22s ease;will-change:transform}.ud-mobile-dock{position:fixed;left:50%;bottom:max(10px,env(safe-area-inset-bottom));z-index:118;width:min(470px,calc(100% - 18px));min-height:66px;padding:7px 8px;border-radius:22px;display:none;grid-template-columns:repeat(5,minmax(0,1fr));align-items:center;background:linear-gradient(145deg,#ffffffe8,#f4f4f2c7);border:1px solid rgba(255,255,255,.88);box-shadow:0 18px 48px #0a0a0c2b,inset 0 1px #ffffffe6;opacity:0;visibility:hidden;pointer-events:none;transform:translate3d(-50%,calc(100% + 26px),0) scale(.97);transition:transform .34s var(--ud-ease),opacity .2s ease,visibility 0s linear .34s;will-change:transform,opacity}.ud-mobile-dock.is-visible{opacity:1;visibility:visible;pointer-events:auto;transform:translate3d(-50%,0,0) scale(1);transition-delay:0s}.ud-mobile-dock__item{appearance:none;-webkit-appearance:none;border:0;background:transparent;min-width:0;min-height:50px;padding:5px 2px;border-radius:15px;color:var(--ud-black);text-decoration:none;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;font:inherit;font-size:9px;font-weight:650;line-height:1;cursor:pointer;touch-action:manipulation;transition:transform .22s var(--ud-ease),background .2s ease,color .2s ease}.ud-mobile-dock__item svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}.ud-mobile-dock__item:is(:active,.is-active){color:var(--ud-red);background:#ef1b2413}.ud-mobile-dock__item:active{transform:scale(.92)}.ud-mobile-dock__icon-wrap{position:relative;display:grid;place-items:center}.ud-mobile-dock__badge{position:absolute;right:-8px;top:-7px;display:grid;place-items:center;min-width:16px;height:16px;padding:0 4px;border-radius:999px;background:var(--ud-red);color:#fff;border:2px solid rgba(255,255,255,.96);font-size:8px;font-weight:800}.ud-mobile-dock__badge[hidden]{display:none}@media(max-width:989px){.ud-header-wrap.is-hidden{transform:translate3d(0,calc(-100% - 12px),0);opacity:.98}.ud-mobile-dock{display:grid}body.ud-reference-theme{padding-bottom:calc(82px + env(safe-area-inset-bottom))}body.ud-lock .ud-mobile-dock{opacity:0;visibility:hidden;pointer-events:none;transform:translate3d(-50%,calc(100% + 26px),0) scale(.97)}body[data-template=collection] .mobile-facets__open,body[data-template=search] .mobile-facets__open{margin-bottom:calc(74px + env(safe-area-inset-bottom))}}@media(hover:none),(pointer:coarse){.ud-mobile-dock{-webkit-backdrop-filter:blur(9px) saturate(120%);backdrop-filter:blur(9px) saturate(120%)}}@media(max-width:380px){.ud-mobile-dock{width:calc(100% - 12px);padding-inline:5px;border-radius:19px}.ud-mobile-dock__item{font-size:8px}}@media(prefers-reduced-motion:reduce){.ud-header-wrap,.ud-mobile-dock,.ud-mobile-dock__item{transition-duration:.01ms!important}}body.ud-reference-theme .content-for-layout{min-height:50vh}body[data-template=collection] .content-for-layout>section:first-child,body[data-template=search] .content-for-layout>section:first-child{margin:12px auto 0;width:min(1480px,calc(100% - 28px));border-radius:26px;overflow:hidden}body[data-template=collection] .product-grid-container,body[data-template=search] .product-grid-container{background:#fff;border-radius:24px;padding:18px!important;margin:0 auto 24px;width:min(1480px,calc(100% - 28px))}body[data-template=collection] .product-grid,body[data-template=search] .product-grid{gap:14px!important}body[data-template=collection] .product-grid__item,body[data-template=search] .product-grid__item{min-width:0}body[data-template=collection] .product-card,body[data-template=search] .product-card{border-radius:18px;overflow:hidden}body[data-template=collection] .facets,body[data-template=search] .facets{border:1px solid var(--ud-line);border-radius:18px;background:#fff;margin-bottom:18px;padding:8px 12px}.ud-reviews-layout{display:grid;grid-template-columns:.7fr 1.3fr;gap:14px}.ud-review-summary,.ud-review-list{background:#fff;border-radius:24px;padding:clamp(24px,4vw,48px)}.ud-review-score{font-size:clamp(64px,8vw,110px);line-height:.8;letter-spacing:-.07em;margin:12px 0}.ud-review-list{display:grid;gap:0}.ud-review{padding:20px 0;border-bottom:1px solid var(--ud-line)}.ud-review:last-child{border-bottom:0}.ud-review__top{display:flex;justify-content:space-between;gap:20px;margin-bottom:10px}.ud-review__name{font-size:13px;font-weight:750}.ud-review__meta{font-size:10px;color:var(--ud-muted)}.ud-review p{font-size:13px;line-height:1.7;color:var(--ud-muted);margin:0}.ud-faq{background:var(--ud-black);color:#fff;border-radius:26px;padding:clamp(28px,5vw,64px);display:grid;grid-template-columns:1.2fr .8fr;gap:40px}.ud-faq h2{font-size:clamp(52px,7vw,100px);line-height:.82;letter-spacing:-.065em;margin:0 0 30px}.ud-faq details{border-top:1px solid rgba(255,255,255,.17)}.ud-faq summary{display:flex;justify-content:space-between;padding:18px 0;cursor:pointer;list-style:none;font-size:13px;font-weight:650}.ud-faq summary::-webkit-details-marker{display:none}.ud-faq__answer{padding:0 0 18px;color:#fff9;font-size:12px;line-height:1.7}.ud-faq__contact{background:#ffffff12;border:1px solid rgba(255,255,255,.12);border-radius:20px;padding:24px;align-self:start}.ud-faq__contact h3{font-size:30px;line-height:1;letter-spacing:-.045em;margin:0 0 10px}.ud-faq__contact p{color:#fff9;font-size:13px;line-height:1.7}@media(max-width:989px){.ud-reviews-layout,.ud-faq{grid-template-columns:1fr}}@media(max-width:640px){body[data-template=collection] .content-for-layout>section:first-child,body[data-template=search] .content-for-layout>section:first-child,body[data-template=collection] .product-grid-container,body[data-template=search] .product-grid-container{width:calc(100% - 18px);border-radius:18px}body[data-template=collection] .product-grid-container,body[data-template=search] .product-grid-container{padding:9px!important}.ud-review-summary,.ud-review-list{border-radius:18px;padding:22px}.ud-faq{border-radius:20px;padding:24px 20px;gap:24px}}@media(max-width:640px){.ud-cart__panel{height:92dvh;max-height:92dvh}.ud-cart__upsell-head a{color:inherit;text-decoration:none}}.ud-cart__panel{width:min(430px,calc(100% - 18px));border-radius:30px;background:linear-gradient(145deg,#fffffff2,#f4f6f8db)}.ud-cart__head{min-height:72px;padding:17px 18px 12px;background:#ffffff94;border-bottom:1px solid rgba(0,0,0,.065)}.ud-cart__title-wrap{display:flex;align-items:center;gap:7px;min-width:0}.ud-cart__title-wrap h2{margin:0;color:var(--ud-black);font-size:18px;font-weight:780;letter-spacing:-.035em}.ud-cart__back{display:grid;place-items:center;width:28px;height:36px;margin-left:-7px;padding:0;border:0;background:transparent;color:var(--ud-black);cursor:pointer;touch-action:manipulation}.ud-cart__back svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.ud-cart__offer{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:9px 18px 10px;background:#ffffff94}.ud-cart__offer-label{color:var(--ud-black);font-size:11px;font-weight:760}.ud-cart__timer{display:flex;align-items:center;gap:3px}.ud-cart__timer>span{display:flex;align-items:baseline;justify-content:center;gap:2px;min-width:42px;height:31px;padding:0 6px;border:1.5px solid rgba(0,0,0,.86);border-radius:10px;background:#ffffffbd;color:var(--ud-black)}.ud-cart__timer strong{font-size:11px;line-height:1}.ud-cart__timer small{font-size:7px;font-weight:700}.ud-cart__timer b{font-size:12px}.ud-cart__reward{min-height:34px;padding:8px 16px;display:flex;align-items:center;justify-content:center;gap:7px;overflow:hidden;background:linear-gradient(90deg,#111,#020202,#111);color:#fff;font-size:11px;text-align:center}.ud-cart__reward strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ud-cart__body{padding:10px 12px 14px}.ud-cart-item{grid-template-columns:82px minmax(0,1fr) auto;gap:11px;margin-bottom:9px;padding:10px;border:1px solid rgba(0,0,0,.075);border-radius:17px;background:#ffffffb3;box-shadow:0 6px 18px #00000009}.ud-cart-item:first-child{border-top:1px solid rgba(0,0,0,.075)}.ud-cart-item__media{display:block}.ud-cart-item__image{width:82px;height:92px;border-radius:13px;box-shadow:none}.ud-cart-item__content{min-width:0;align-self:start}.ud-cart-item__title{font-size:12px;font-weight:730;line-height:1.25}.ud-cart-item__variant{min-height:17px;margin-top:4px;color:var(--ud-muted);font-size:10px}.ud-cart-item__offer{display:block;max-width:140px;margin-top:7px;padding:4px 7px;overflow:hidden;border-radius:7px;background:#14a5591a;color:#128747;font-size:8px;font-weight:750;white-space:nowrap;text-overflow:ellipsis}.ud-cart-item__controls{justify-content:flex-end;margin-top:9px}.ud-cart-item__qty{grid-template-columns:31px 31px 31px;height:32px;border-color:#00000014;border-radius:10px;background:#f3f4f6}.ud-cart-item__qty button{font-size:14px}.ud-cart-item__qty span{border-inline:1px solid rgba(0,0,0,.04);font-size:11px;font-weight:700}.ud-cart-item__remove{display:grid;place-items:center;width:30px;height:30px;padding:0;color:var(--ud-black)}.ud-cart-item__remove svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.ud-cart-item__price{min-width:82px;display:flex;flex-direction:column;align-items:flex-end;gap:2px;font-size:10px;text-align:right}.ud-cart-item__price s{color:#a9adb3;font-size:10px;font-weight:650}.ud-cart-item__price strong{color:var(--ud-black);font-size:12px;font-weight:800}.ud-cart-item__price span{color:#10a547;font-size:9px;font-weight:760}.ud-cart__upsell{padding:12px 2px 0}.ud-cart__tools{padding:8px 12px;background:#ffffff70}.ud-cart__tool{padding:8px 4px;border-radius:10px;background:#ffffffa8;color:var(--ud-black);text-align:center;text-decoration:none}.ud-cart__note,.ud-cart__discount{padding-inline:12px}.ud-cart__foot{padding:0 12px calc(12px + env(safe-area-inset-bottom));border-top:0;background:#ffffffad}.ud-cart__saving-strip{min-height:28px;margin:0 -12px 7px;padding:6px 12px;border-radius:16px 16px 0 0;background:linear-gradient(90deg,#70ddc2,#4ccfae);color:#073e32;font-size:10px;font-weight:720;text-align:center}.ud-cart__saving-strip[hidden]{display:none}.ud-cart__summary{padding:5px 0 8px;border-bottom:1px solid rgba(32,204,150,.42)}.ud-cart__summary-row{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:22px;color:#676b70;font-size:10px}.ud-cart__summary-row>:last-child{text-align:right}.ud-cart__summary-row--discount{color:#159447}.ud-cart__summary-row--total{color:var(--ud-black);font-size:11px}.ud-cart__checkout-row{display:grid;grid-template-columns:82px minmax(0,1fr);align-items:stretch;gap:8px;padding-top:10px}.ud-cart__estimated{display:flex;flex-direction:column;justify-content:center;gap:3px;padding-left:1px}.ud-cart__estimated small{color:var(--ud-muted);font-size:8px;font-weight:650}.ud-cart__estimated strong{color:var(--ud-black);font-size:11px;font-weight:800}.ud-cart__checkout{height:54px;border-radius:13px;font-size:15px;font-weight:800;letter-spacing:-.02em}.ud-cart.is-updating .ud-cart__checkout{pointer-events:none;opacity:.62}@media(max-width:640px){.ud-cart__panel{right:8px;left:8px;bottom:8px;height:min(92dvh,760px);max-height:92dvh;border:3px solid rgba(0,0,0,.9);border-radius:35px}.ud-cart__head{padding-inline:14px;border-radius:31px 31px 0 0}.ud-cart__offer{padding-inline:14px}.ud-cart__body{padding-inline:9px}.ud-cart-item{grid-template-columns:72px minmax(0,1fr) auto;gap:9px;padding:9px;border-radius:15px}.ud-cart-item__image{width:72px;height:82px;border-radius:11px}.ud-cart-item__price{min-width:70px}.ud-cart__tools{padding-inline:9px}.ud-cart__foot{padding-inline:10px}.ud-cart__saving-strip{margin-inline:-10px}}@media(max-width:380px){.ud-cart__timer>span{min-width:38px;padding-inline:4px}.ud-cart-item{grid-template-columns:64px minmax(0,1fr) auto}.ud-cart-item__image{width:64px;height:74px}.ud-cart-item__price{min-width:62px}}@media(hover:none),(pointer:coarse){.ud-cart__panel{-webkit-backdrop-filter:blur(8px) saturate(118%);backdrop-filter:blur(8px) saturate(118%)}}.ud-account-action{width:auto;min-width:42px;padding-inline:10px;display:flex;align-items:center;justify-content:center;gap:6px;text-decoration:none;font:inherit}.ud-account-label{font-size:11px;font-weight:720;white-space:nowrap}.ud-login{position:fixed;top:0;right:0;bottom:0;left:0;z-index:170;visibility:hidden;pointer-events:none}.ud-login.is-open{visibility:visible;pointer-events:auto}.ud-login__scrim{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#08080a75;opacity:0;transition:opacity .2s ease}.ud-login.is-open .ud-login__scrim{opacity:1}.ud-login__panel{position:absolute;left:50%;top:50%;width:min(420px,calc(100% - 22px));max-height:calc(100dvh - 28px);padding:22px;overflow:auto;border-radius:25px;background:linear-gradient(145deg,#fffffff5,#f5f5f3db);opacity:0;transform:translate3d(-50%,calc(-50% + 18px),0) scale(.975);transition:transform .3s var(--ud-ease),opacity .2s ease;box-shadow:0 28px 90px #00000040}.ud-login.is-open .ud-login__panel{opacity:1;transform:translate3d(-50%,-50%,0) scale(1)}.ud-login__head{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:22px}.ud-login__eyebrow{display:block;margin-bottom:4px;color:var(--ud-red);font-size:10px;font-weight:780;letter-spacing:.12em;text-transform:uppercase}.ud-login__head h2{margin:0;font-size:34px;line-height:1;letter-spacing:-.05em}.ud-login__form{display:grid;gap:9px}.ud-login__form label{margin-top:5px;color:var(--ud-black);font-size:11px;font-weight:720}.ud-login__form input{width:100%;height:48px;border:1px solid rgba(0,0,0,.12);border-radius:14px;background:#ffffffd1;padding:0 14px;color:var(--ud-black);font-size:14px;outline:none}.ud-login__form input:focus{border-color:var(--ud-red);box-shadow:0 0 0 3px #ef1b241a}.ud-login__submit{height:50px;margin-top:8px;border:0;border-radius:14px;background:var(--ud-red);color:#fff;font-size:14px;font-weight:780;cursor:pointer;touch-action:manipulation}.ud-login__error{padding:10px 12px;border-radius:12px;background:#ef1b2417;color:#a20c14;font-size:11px}.ud-login__links{display:flex;justify-content:space-between;gap:16px;margin-top:16px;font-size:11px}.ud-login__links a{color:var(--ud-black)}.ud-cart__saving-strip{background:linear-gradient(90deg,#13b98c,#0aa87e)!important;color:#fff!important;font-size:11px!important;font-weight:760!important}.ud-cart__saving-strip strong{color:#fff}@media(max-width:989px){.ud-header-wrap{transform:translateZ(0);opacity:1}.ud-header-wrap:not(.is-hidden){transform:translateZ(0)!important;opacity:1!important}.ud-header__actions .ud-account-action{display:grid!important;width:38px;min-width:38px;padding:0}.ud-account-label{display:none}}@media(max-width:640px){.ud-login__panel{top:auto;bottom:9px;padding:19px;border-radius:23px;transform:translate3d(-50%,calc(100% + 24px),0) scale(.985)}.ud-login.is-open .ud-login__panel{transform:translate3d(-50%,0,0) scale(1)}}img,picture,.ud-product-media,.ud-product-stage{-webkit-user-drag:none;user-drag:none;-webkit-touch-callout:none;user-select:none;-webkit-user-select:none}@media(max-width:989px){input,textarea,select,.ud-search__input,.ud-pincode__input,.ud-login__form input,.ud-cart__discount input,.ud-cart__note textarea{font-size:16px!important}.ud-header-wrap{will-change:transform}.ud-header-wrap:not(.is-hidden){transform:translateZ(0)!important;opacity:1!important;visibility:visible!important}}@media(max-width:989px){.ud-header-wrap,.ud-mobile-dock{transition:transform .28s var(--ud-ease),opacity .18s ease,visibility 0s linear 0s!important}.ud-header-wrap{opacity:1;visibility:visible;pointer-events:none}.ud-header-wrap .ud-header{pointer-events:auto}.ud-header-wrap.is-hidden{opacity:0!important;visibility:hidden;pointer-events:none!important;transform:translate3d(0,calc(-100% - 12px),0)!important}.ud-header-wrap:not(.is-hidden){opacity:1!important;visibility:visible!important;transform:translateZ(0)!important}.ud-mobile-dock{opacity:0;visibility:hidden;pointer-events:none;transform:translate3d(-50%,calc(100% + 26px),0) scale(.97)}.ud-mobile-dock.is-visible{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:translate3d(-50%,0,0) scale(1)!important}html[data-ud-mobile-nav=header] .ud-mobile-dock{opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform:translate3d(-50%,calc(100% + 26px),0) scale(.97)!important}html[data-ud-mobile-nav=dock] .ud-header-wrap{opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform:translate3d(0,calc(-100% - 12px),0)!important}}.ud-cart,.ud-cart__panel,.ud-cart__body,.ud-cart__foot,[data-ud-cart-items]{min-width:0;max-width:100%}.ud-cart__body,[data-ud-cart-items]{overflow-x:hidden!important}.ud-cart-item,.ud-cart-item__content,.ud-cart-item__title{min-width:0}.ud-cart-item__title{overflow-wrap:anywhere}.ud-cart__timer{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:4px!important;flex:0 0 auto;font-variant-numeric:tabular-nums}.ud-cart__timer>span{width:58px!important;min-width:58px!important;height:46px!important;padding:0 4px!important;box-sizing:border-box!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:3px!important;border:1.5px solid rgba(0,0,0,.78)!important;border-radius:12px!important;background:#fff!important;color:#111!important;line-height:1!important}.ud-cart__timer strong{display:inline-block!important;margin:0!important;color:#111!important;font-size:17px!important;font-weight:850!important;line-height:1!important;letter-spacing:-.045em!important}.ud-cart__timer small{display:inline-block!important;margin:0!important;color:#111!important;font-size:8px!important;font-weight:750!important;line-height:1!important}.ud-cart__timer>b{margin:0 -1px!important;color:#111!important;font-size:18px!important;font-weight:850!important;line-height:1!important}@media(max-width:989px){.ud-header-wrap,.ud-mobile-dock{transition:transform .28s var(--ud-ease),opacity .18s ease,visibility 0s linear 0s!important}.ud-header-wrap.is-hidden{transform:translate3d(0,calc(-100% - 12px),0)!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important}.ud-header-wrap:not(.is-hidden){transform:translateZ(0)!important;opacity:1!important;visibility:visible!important;pointer-events:none!important}.ud-header-wrap:not(.is-hidden) .ud-header{pointer-events:auto!important}.ud-mobile-dock{opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform:translate3d(-50%,calc(100% + 26px),0) scale(.97)!important}.ud-mobile-dock.is-visible{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:translate3d(-50%,0,0) scale(1)!important}.ud-login:not(.is-open){visibility:hidden!important;pointer-events:none!important}.ud-login:not(.is-open) .ud-login__panel{opacity:0!important}.ud-mobile-nav:not(.is-open){visibility:hidden!important;pointer-events:none!important}.ud-cart__panel{max-width:calc(100vw - 12px)!important}.ud-cart-item{grid-template-columns:72px minmax(0,1fr) 72px!important;column-gap:9px!important}.ud-cart-item__price{min-width:0!important;max-width:72px;overflow:hidden}.ud-cart-item__price s,.ud-cart-item__price strong,.ud-cart-item__price span{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}@media(max-width:390px){.ud-cart__timer>span{width:51px!important;min-width:51px!important;height:43px!important}.ud-cart__timer strong{font-size:15px!important}.ud-cart__timer small{font-size:7px!important}.ud-cart-item{grid-template-columns:64px minmax(0,1fr) 64px!important}.ud-cart-item__price{max-width:64px}}@media(max-width:989px){.ud-header-wrap,.ud-mobile-dock{transition:transform .28s var(--ud-ease),opacity .17s ease,visibility 0s linear 0s!important}.ud-header-wrap:not(.is-hidden){transform:translateZ(0)!important;opacity:1!important;visibility:visible!important}.ud-mobile-dock{left:0!important;right:0!important;bottom:0!important;width:100%!important;max-width:none!important;min-height:calc(68px + env(safe-area-inset-bottom))!important;padding:7px 8px calc(7px + env(safe-area-inset-bottom))!important;grid-template-columns:repeat(6,minmax(0,1fr))!important;border-radius:22px 22px 0 0!important;border-inline:0!important;border-bottom:0!important;transform:translate3d(0,100%,0)!important;box-shadow:0 -14px 38px #0a0a0c24,inset 0 1px #ffffffeb!important}.ud-mobile-dock.is-visible{transform:translateZ(0)!important}.ud-mobile-dock__item{min-height:52px!important;font-size:9px!important}.ud-mobile-dock__item svg{width:21px!important;height:21px!important}body.ud-reference-theme{padding-bottom:calc(76px + env(safe-area-inset-bottom))!important}body.ud-lock .ud-mobile-dock{transform:translate3d(0,100%,0)!important}}.ud-cart__drag-handle{display:none}@media(max-width:640px){.ud-cart__panel{left:0!important;right:0!important;bottom:0!important;top:auto!important;width:100%!important;max-width:100%!important;max-height:94dvh!important;height:min(94dvh,820px)!important;border-radius:30px 30px 0 0!important;border-inline:0!important;border-bottom:0!important;transform:translate3d(0,105%,0)!important;box-shadow:0 -22px 70px #00000038,inset 0 1px #fffffff0!important;touch-action:pan-y}.ud-cart.is-open .ud-cart__panel{transform:translateZ(0)!important}.ud-cart__drag-handle{display:grid;place-items:center;flex:0 0 25px;width:100%;min-height:25px;padding:7px 0 3px;border:0;background:transparent;cursor:grab;touch-action:none;z-index:5!important}.ud-cart__drag-handle:active{cursor:grabbing}.ud-cart__drag-handle span{display:block;width:42px;height:5px;border-radius:999px;background:#14141652;box-shadow:inset 0 1px #ffffff80}.ud-cart__head{padding-top:8px!important}.ud-cart__body{flex:1 1 auto!important;min-height:0!important;overscroll-behavior:contain!important}.ud-cart__foot{flex:0 0 auto!important;margin-top:auto!important;padding-bottom:calc(12px + env(safe-area-inset-bottom))!important;border-radius:0!important;box-shadow:0 -12px 30px #0000000e}.ud-cart.is-dragging .ud-cart__panel{transition:none!important}}@media(max-width:390px){.ud-mobile-dock{padding-inline:3px!important}.ud-mobile-dock__item{font-size:8px!important;padding-inline:0!important}}@media(max-width:989px){.ud-mobile-dock{grid-template-columns:repeat(5,minmax(0,1fr))!important}.ud-header-wrap{transition:transform .28s var(--ud-ease),opacity .17s ease,visibility 0s linear 0s!important;will-change:transform,opacity}.ud-header{background:linear-gradient(145deg,#fffffff0,#f4f4f2d6)!important;border:1px solid rgba(255,255,255,.92)!important;box-shadow:0 14px 38px #0a0a0c24,inset 0 1px #fffffff5!important;-webkit-backdrop-filter:blur(11px) saturate(125%)!important;backdrop-filter:blur(11px) saturate(125%)!important}.ud-header-wrap:not(.is-hidden){transform:translateZ(0)!important;opacity:1!important;visibility:visible!important}html[data-ud-mobile-nav=header] .ud-header-wrap{transform:translateZ(0)!important;opacity:1!important;visibility:visible!important}html[data-ud-mobile-nav=header] .ud-mobile-dock{transform:translate3d(0,100%,0)!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important}html[data-ud-mobile-nav=dock] .ud-header-wrap{transform:translate3d(0,calc(-100% - 12px),0)!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important}html[data-ud-mobile-nav=dock] .ud-mobile-dock{transform:translateZ(0)!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important}}@media(hover:none),(pointer:coarse){.ud-header{-webkit-backdrop-filter:blur(8px) saturate(118%)!important;backdrop-filter:blur(8px) saturate(118%)!important}}@media(max-width:989px){#header-group{position:fixed!important;inset:0 0 auto 0!important;z-index:120!important;width:100%!important;opacity:1;visibility:visible;transform:translateZ(0);transition:transform .28s var(--ud-ease),opacity .17s ease!important;will-change:transform,opacity}body.ud-reference-theme .content-for-layout{padding-top:var(--ud-fixed-header-height,105px)!important}#header-group[data-ud-header-state=visible]{transform:translateZ(0)!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important}#header-group[data-ud-header-state=hidden]{transform:translate3d(0,calc(-100% - 8px),0)!important;opacity:0!important;visibility:visible!important;pointer-events:none!important}.ud-header-wrap,.ud-header-wrap.is-hidden,.ud-header-wrap:not(.is-hidden){position:relative!important;inset:auto!important;transform:none!important;opacity:1!important;visibility:visible!important;pointer-events:none!important}.ud-header-wrap .ud-header{pointer-events:auto!important}html[data-ud-mobile-nav=header] #header-group{transform:translateZ(0)!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important}html[data-ud-mobile-nav=header] .ud-mobile-dock{transform:translate3d(0,100%,0)!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important}html[data-ud-mobile-nav=dock] #header-group{transform:translate3d(0,calc(-100% - 8px),0)!important;opacity:0!important;visibility:visible!important;pointer-events:none!important}html[data-ud-mobile-nav=dock] .ud-mobile-dock{transform:translateZ(0)!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important}.ud-mobile-menu-trigger svg{width:22px!important;height:22px!important}.ud-mobile-menu-trigger svg path{stroke-width:1.8!important;stroke-linecap:round!important}}@media(max-width:989px){body>.ud-mobile-dock{position:fixed!important;left:0!important;right:0!important;bottom:0!important;z-index:160!important;display:grid!important;width:100%!important;max-width:none!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;min-height:calc(68px + env(safe-area-inset-bottom))!important;padding:7px 8px calc(7px + env(safe-area-inset-bottom))!important;margin:0!important;border-radius:22px 22px 0 0!important;border-inline:0!important;border-bottom:0!important;transform:translate3d(0,100%,0)!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;transition:transform .28s var(--ud-ease),opacity .17s ease,visibility 0s linear .28s!important;will-change:transform,opacity}body>.ud-mobile-dock.is-visible,html[data-ud-mobile-nav=dock] body>.ud-mobile-dock{transform:translateZ(0)!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;transition-delay:0s!important}html[data-ud-mobile-nav=header] body>.ud-mobile-dock,body.ud-lock>.ud-mobile-dock{transform:translate3d(0,100%,0)!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important}}.ud-cart__tools--single{grid-template-columns:1fr!important}.ud-cart__tools--single .ud-cart__tool{width:100%}body>.ud-mobile-nav,body>.ud-login{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:100dvh!important;max-width:none!important;margin:0!important;overflow:hidden!important;isolation:isolate;transform:none!important}body>.ud-mobile-nav{z-index:190!important;visibility:hidden!important;pointer-events:none!important}body>.ud-mobile-nav .ud-mobile-nav__scrim{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:100%!important;border:0!important;background:#0404068f!important;opacity:0;transition:opacity .22s ease!important}body>.ud-mobile-nav .ud-mobile-nav__panel{position:absolute!important;inset:0 auto 0 0!important;width:min(88vw,410px)!important;max-width:410px!important;height:100dvh!important;max-height:100dvh!important;padding:22px 20px calc(24px + env(safe-area-inset-bottom))!important;overflow-x:hidden!important;overflow-y:auto!important;box-sizing:border-box!important;border-radius:0 22px 22px 0!important;background:#090909!important;color:#fff!important;box-shadow:24px 0 70px #00000057!important;transform:translate3d(-104%,0,0)!important;opacity:1!important;transition:transform .32s var(--ud-ease)!important;overscroll-behavior:contain!important;-webkit-overflow-scrolling:touch}body>.ud-mobile-nav .ud-mobile-nav__top{position:sticky;top:-22px;z-index:3;min-height:78px;margin:-22px -20px 20px!important;padding:19px 20px 13px!important;background:linear-gradient(#090909 76%,#09090900)}body>.ud-mobile-nav .ud-mobile-nav__logo{max-width:calc(100% - 66px);overflow:hidden;white-space:nowrap;text-overflow:ellipsis}body>.ud-mobile-nav .ud-mobile-nav__plain,body>.ud-mobile-nav summary{min-height:58px!important;box-sizing:border-box!important}body>.ud-login{z-index:200!important;visibility:hidden!important;pointer-events:none!important}body>.ud-login.is-open{visibility:visible!important;pointer-events:auto!important}body>.ud-login .ud-login__scrim{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:100%!important;border:0!important;background:#05050794!important;opacity:0;transition:opacity .2s ease!important}body>.ud-login.is-open .ud-login__scrim{opacity:1!important}body>.ud-login .ud-login__panel{position:absolute!important;left:50%!important;top:50%!important;bottom:auto!important;width:min(420px,calc(100% - 24px))!important;max-width:420px!important;max-height:calc(100dvh - 28px)!important;margin:0!important;padding:22px!important;overflow-x:hidden!important;overflow-y:auto!important;box-sizing:border-box!important;border-radius:25px!important;opacity:0!important;visibility:visible!important;transform:translate3d(-50%,calc(-50% + 18px),0) scale(.975)!important;transition:transform .3s var(--ud-ease),opacity .2s ease!important}body>.ud-login.is-open .ud-login__panel{opacity:1!important;transform:translate3d(-50%,-50%,0) scale(1)!important}body>.ud-login .ud-login__form{width:100%!important}body>.ud-login .ud-login__form input,body>.ud-login .ud-login__submit{width:100%!important;box-sizing:border-box!important}@media(max-width:640px){body>.ud-mobile-nav .ud-mobile-nav__panel{width:min(91vw,390px)!important;border-radius:0 20px 20px 0!important}body>.ud-login .ud-login__panel{left:8px!important;right:8px!important;top:auto!important;bottom:0!important;width:auto!important;max-width:none!important;max-height:calc(100dvh - 10px)!important;border-radius:24px 24px 0 0!important;padding:20px 18px calc(20px + env(safe-area-inset-bottom))!important;transform:translate3d(0,105%,0) scale(.985)!important}body>.ud-login.is-open .ud-login__panel{transform:translateZ(0) scale(1)!important}}body.ud-lock{overflow:hidden!important;touch-action:none}body>.ud-mobile-nav.ud-menu-sheet{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:190!important;width:100%!important;height:100dvh!important;visibility:hidden!important;pointer-events:none!important;overflow:hidden!important}body>.ud-mobile-nav.ud-menu-sheet.is-open{visibility:visible!important;pointer-events:auto!important}body>.ud-menu-sheet .ud-mobile-nav__scrim{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;border:0!important;background:#05050785!important;opacity:0!important;transition:opacity .25s ease!important}body>.ud-menu-sheet.is-open .ud-mobile-nav__scrim{opacity:1!important}body>.ud-menu-sheet .ud-mobile-nav__panel{position:absolute!important;left:8px!important;right:8px!important;top:max(8px,env(safe-area-inset-top))!important;bottom:0!important;width:auto!important;max-width:none!important;height:auto!important;max-height:none!important;padding:0!important;overflow:hidden!important;border-radius:26px 26px 0 0!important;background:#fffffff5!important;color:#111!important;box-shadow:0 28px 90px #00000040,inset 0 1px #fffffff5!important;transform:translate3d(0,105%,0)!important;transition:transform .34s var(--ud-ease)!important;-webkit-backdrop-filter:blur(12px) saturate(120%)!important;backdrop-filter:blur(12px) saturate(120%)!important;display:flex!important;flex-direction:column!important}body>.ud-menu-sheet.is-open .ud-mobile-nav__panel{transform:translateZ(0)!important}.ud-menu-sheet__top{flex:0 0 68px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:11px 13px 9px;border-bottom:1px solid rgba(0,0,0,.07);background:#ffffffd1;z-index:3}.ud-menu-sheet__brand{min-width:0;display:flex;align-items:center}.ud-menu-sheet__brand img{display:block;max-width:142px;max-height:36px;width:auto;height:auto}.ud-menu-sheet__brand strong{font-size:18px;font-weight:900;letter-spacing:-.05em;text-transform:uppercase;white-space:nowrap}.ud-menu-sheet__actions{display:flex;align-items:center;gap:4px}.ud-menu-sheet__icon{position:relative;display:grid;place-items:center;width:40px;height:40px;padding:0;border:0;border-radius:50%;background:transparent;color:#111;cursor:pointer;touch-action:manipulation}.ud-menu-sheet__icon:active{background:#0000000f;transform:scale(.94)}.ud-menu-sheet__icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}.ud-menu-sheet__badge{position:absolute;right:0;top:0;display:grid;place-items:center;min-width:16px;height:16px;padding:0 4px;border-radius:99px;background:var(--ud-red);color:#fff;border:2px solid #fff;font-size:8px;font-weight:800}.ud-menu-sheet__badge[hidden]{display:none}.ud-menu-sheet__viewport{position:relative;flex:1 1 auto;min-height:0;overflow:hidden;background:#fffffffa}.ud-menu-screen{position:absolute;top:0;right:0;bottom:0;left:0;display:block;opacity:0;visibility:hidden;pointer-events:none;transform:translate3d(100%,0,0);transition:transform .32s var(--ud-ease),opacity .18s ease;will-change:transform,opacity;background:#fff}.ud-menu-screen.is-active{opacity:1;visibility:visible;pointer-events:auto;transform:translateZ(0)}.ud-menu-screen.is-past{opacity:0;visibility:hidden;transform:translate3d(-24%,0,0)}.ud-menu-screen__scroll{height:100%;overflow-y:auto;overflow-x:hidden;padding:18px 18px calc(24px + env(safe-area-inset-bottom));overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.ud-menu-screen__scroll--root{display:grid;grid-template-rows:minmax(0,1fr) auto}.ud-menu-screen__head{display:flex;align-items:center;gap:8px;margin-bottom:18px}.ud-menu-screen__head button{display:grid;place-items:center;width:34px;height:34px;padding:0;border:0;border-radius:50%;background:#0000000b;font-size:28px;line-height:1;color:#111}.ud-menu-screen__head h3{margin:0;font-size:18px;font-weight:760;letter-spacing:-.035em}.ud-menu-root,.ud-menu-list{display:grid;align-content:start}.ud-menu-root button,.ud-menu-list button{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%;min-height:50px;padding:0;border:0;border-bottom:1px solid rgba(0,0,0,.065);background:transparent;color:#111;text-align:left;font:inherit;font-size:15px;font-weight:640;cursor:pointer;touch-action:manipulation}.ud-menu-root button b,.ud-menu-list button b{font-size:22px;font-weight:400;color:#8a8a8a}.ud-menu-root button:active,.ud-menu-list button:active{color:var(--ud-red);transform:translate(2px)}.ud-menu-footer{align-self:end;padding-top:24px}.ud-menu-footer__locale{display:flex;justify-content:space-between;gap:12px;padding:12px 0;color:#777;font-size:10px}.ud-menu-footer__login{display:flex;align-items:center;justify-content:center;width:100%;height:42px;border:0;border-radius:999px;background:#111;color:#fff;text-decoration:none;font-size:12px;font-weight:750}.ud-menu-footer__socials{display:flex;align-items:center;justify-content:flex-end;gap:10px;padding-top:13px}.ud-menu-footer__socials a{display:grid;place-items:center;min-width:25px;height:25px;border-radius:50%;color:#111;text-decoration:none;font-size:9px;font-weight:800}.ud-menu-promo-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:20px}.ud-menu-promo-card{min-width:0;border-radius:14px;overflow:hidden;background:#f3f3f3}.ud-menu-promo-card img{display:block;width:100%;aspect-ratio:1.2;object-fit:cover}.ud-menu-promo-card span,.ud-menu-promo-card strong{display:block;padding-inline:9px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ud-menu-promo-card span{padding-top:8px;font-size:10px}.ud-menu-promo-card strong{padding-top:3px;padding-bottom:9px;font-size:10px}.ud-menu-collection-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.ud-menu-collection-card{position:relative;min-height:145px;padding:0;border:0;border-radius:15px;overflow:hidden;background:#eee;color:#fff;text-align:left}.ud-menu-collection-card img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.ud-menu-collection-card:after{content:"";position:absolute;top:35%;right:0;bottom:0;left:0;background:linear-gradient(transparent,#000000b8)}.ud-menu-collection-card span{position:absolute;left:11px;right:11px;bottom:10px;z-index:2;font-size:12px;font-weight:760}.ud-menu-screen__intro{margin:-5px 0 16px;color:#666;font-size:11px;line-height:1.5}.ud-menu-products{display:grid;gap:5px}.ud-menu-product{display:grid;grid-template-columns:58px minmax(0,1fr) 34px;align-items:center;gap:10px;padding:9px 0;border-bottom:1px solid rgba(0,0,0,.065)}.ud-menu-product__media img{display:block;width:58px;height:58px;object-fit:cover;border-radius:11px;background:#f4f4f4}.ud-menu-product__copy{min-width:0}.ud-menu-product__copy strong,.ud-menu-product__copy span,.ud-menu-product__copy s{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ud-menu-product__copy strong{font-size:11px}.ud-menu-product__copy span{margin-top:4px;font-size:10px}.ud-menu-product__copy s{margin-top:2px;color:#aaa;font-size:9px}.ud-menu-product__add{display:grid;place-items:center;width:32px;height:32px;padding:0;border:0;border-radius:50%;background:#111;color:#fff;font-size:18px}.ud-menu-product__add.is-loading{opacity:.55}.ud-menu-product__add.is-added{background:#18a46a}.ud-menu-product__add:disabled{background:#bbb}.ud-menu-article{color:#333;font-size:12px;line-height:1.65}.ud-menu-article img{display:block;width:100%;height:auto;margin:0 0 16px;border-radius:16px}.ud-menu-article h1,.ud-menu-article h2,.ud-menu-article h3{color:#111;letter-spacing:-.035em}.ud-menu-article details{padding:13px 0;border-bottom:1px solid rgba(0,0,0,.08)}.ud-menu-article summary{font-weight:700}.ud-menu-compare{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.ud-menu-compare article{padding:10px;border:1px solid rgba(0,0,0,.08);border-radius:15px;background:#fafafa}.ud-menu-compare img{display:block;width:100%;aspect-ratio:1;object-fit:cover;border-radius:11px}.ud-menu-compare h4{margin:9px 0 4px;font-size:11px}.ud-menu-compare strong,.ud-menu-compare span{display:block;font-size:10px}.ud-menu-compare span{color:#777;margin-top:3px}.ud-menu-compare button{width:100%;height:34px;margin-top:10px;border:0;border-radius:999px;background:#111;color:#fff;font-size:10px;font-weight:700}.ud-menu-contact{padding:22px;border-radius:20px;background:#0b0b0c;color:#fff}.ud-menu-contact>span{color:var(--ud-red);font-size:9px;font-weight:800;letter-spacing:.12em}.ud-menu-contact h4{margin:10px 0;font-size:28px;line-height:1;letter-spacing:-.05em}.ud-menu-contact p{color:#ffffffb3;font-size:12px;line-height:1.6}.ud-menu-contact a{display:flex;align-items:center;justify-content:center;height:42px;margin-top:9px;border-radius:999px;background:#fff;color:#111;text-decoration:none;font-size:11px;font-weight:750}.ud-menu-features{display:grid;gap:8px}.ud-menu-features>div{display:grid;grid-template-columns:32px minmax(0,1fr);column-gap:10px;padding:13px;border-radius:14px;background:#f5f5f5}.ud-menu-features span{grid-row:1/3;color:var(--ud-red);font-size:10px;font-weight:850}.ud-menu-features strong{font-size:12px}.ud-menu-features p{margin:3px 0 0;color:#666;font-size:10px;line-height:1.5}@media(min-width:641px){body>.ud-mobile-nav.ud-menu-sheet .ud-mobile-nav__panel{left:50%!important;right:auto!important;width:min(470px,calc(100% - 24px))!important;transform:translate3d(-50%,105%,0)!important}body>.ud-mobile-nav.ud-menu-sheet.is-open .ud-mobile-nav__panel{transform:translate3d(-50%,0,0)!important}}@media(max-width:380px){.ud-menu-sheet__top{padding-inline:10px}.ud-menu-sheet__icon{width:36px;height:36px}.ud-menu-screen__scroll{padding-inline:14px}.ud-menu-root button,.ud-menu-list button{font-size:14px}}@media(prefers-reduced-motion:reduce){body>.ud-mobile-nav.ud-menu-sheet .ud-mobile-nav__panel,.ud-menu-screen{transition-duration:.01ms!important}}body>.ud-mobile-nav{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:100dvh!important;z-index:190!important;overflow:hidden!important;isolation:isolate}body>.ud-mobile-nav .ud-mobile-nav__scrim{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:100%!important;border:0!important;background:radial-gradient(circle at 12% 15%,rgba(239,27,36,.1),transparent 38%),#0707097a!important;-webkit-backdrop-filter:blur(3px)!important;backdrop-filter:blur(3px)!important;opacity:0;transition:opacity .22s ease!important}body>.ud-mobile-nav .ud-mobile-nav__panel{position:absolute!important;left:10px!important;top:50%!important;bottom:auto!important;width:min(70vw,430px)!important;max-width:430px!important;height:min(88dvh,820px)!important;max-height:88dvh!important;margin:0!important;overflow:hidden!important;box-sizing:border-box!important;border:1px solid rgba(255,255,255,.72)!important;border-radius:26px!important;background:linear-gradient(145deg,#ffffffe0,#f2f2f0ad)!important;box-shadow:0 30px 80px #00000047,inset 0 1px #fffffff0,inset 0 -1px #ffffff5c!important;-webkit-backdrop-filter:blur(18px) saturate(135%)!important;backdrop-filter:blur(18px) saturate(135%)!important;opacity:0!important;transform:translate3d(-112%,-50%,0) scale(.985)!important;transition:transform .34s var(--ud-ease),opacity .2s ease!important;will-change:transform,opacity}body>.ud-mobile-nav.is-open .ud-mobile-nav__panel{opacity:1!important;transform:translate3d(0,-50%,0) scale(1)!important}body>.ud-mobile-nav .ud-menu-shell,body>.ud-mobile-nav .ud-menu-stage,body>.ud-mobile-nav [data-ud-menu-stage]{height:100%!important;min-height:0!important;background:transparent!important}body>.ud-mobile-nav .ud-menu-page,body>.ud-mobile-nav [data-ud-menu-page]{height:100%!important;min-height:0!important;overflow-x:hidden!important;overflow-y:auto!important;overscroll-behavior:contain!important;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.2) transparent;background:transparent!important}body>.ud-mobile-nav .ud-menu-page::-webkit-scrollbar{width:5px}body>.ud-mobile-nav .ud-menu-page::-webkit-scrollbar-thumb{border-radius:999px;background:#0000002e}body>.ud-mobile-nav .ud-menu-head,body>.ud-mobile-nav .ud-mobile-nav__top{position:sticky!important;top:0!important;z-index:8!important;margin:0!important;padding:16px 16px 13px!important;min-height:70px!important;background:linear-gradient(180deg,#fffffff0,#ffffffd1 78%,#fff0)!important;-webkit-backdrop-filter:blur(12px) saturate(125%)!important;backdrop-filter:blur(12px) saturate(125%)!important}body>.ud-mobile-nav .ud-menu-root{padding-bottom:18px!important}body>.ud-mobile-nav .ud-menu-root button,body>.ud-mobile-nav .ud-menu-row,body>.ud-mobile-nav [data-ud-menu-target]{min-height:56px!important;border-bottom:1px solid rgba(0,0,0,.075)!important;color:#111!important;background:transparent!important}body>.ud-mobile-nav .ud-menu-root button:active,body>.ud-mobile-nav .ud-menu-row:active,body>.ud-mobile-nav [data-ud-menu-target]:active{background:#ef1b240f!important}body>.ud-mobile-nav .ud-menu-footer,body>.ud-mobile-nav .ud-mobile-nav__footer{background:linear-gradient(0deg,#ffffffeb,#ffffffb8)!important;-webkit-backdrop-filter:blur(12px) saturate(125%)!important;backdrop-filter:blur(12px) saturate(125%)!important}@media(max-width:640px){body>.ud-mobile-nav .ud-mobile-nav__panel{left:8px!important;width:min(70vw,360px)!important;height:min(88dvh,760px)!important;max-height:88dvh!important;border-radius:24px!important}}@media(max-width:390px){body>.ud-mobile-nav .ud-mobile-nav__panel{left:6px!important;width:74vw!important;max-width:74vw!important;height:90dvh!important;max-height:90dvh!important;border-radius:22px!important}}body>.ud-mobile-nav{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:100dvh!important;z-index:190!important;overflow:hidden!important;isolation:isolate;visibility:hidden!important;pointer-events:none!important}body>.ud-mobile-nav.is-open{visibility:visible!important;pointer-events:auto!important}body>.ud-mobile-nav .ud-mobile-nav__scrim{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:100%!important;border:0!important;background:radial-gradient(circle at 50% 100%,rgba(239,27,36,.08),transparent 48%),#0707097a!important;-webkit-backdrop-filter:blur(3px)!important;backdrop-filter:blur(3px)!important;opacity:0!important;transition:opacity .22s ease!important}body>.ud-mobile-nav.is-open .ud-mobile-nav__scrim{opacity:1!important}body>.ud-mobile-nav .ud-mobile-nav__panel{position:absolute!important;left:0!important;right:0!important;top:auto!important;bottom:0!important;width:100%!important;max-width:none!important;height:70dvh!important;min-height:0!important;max-height:70dvh!important;margin:0!important;overflow:hidden!important;box-sizing:border-box!important;border:1px solid rgba(255,255,255,.78)!important;border-bottom:0!important;border-radius:30px 30px 0 0!important;background:linear-gradient(145deg,#ffffffe8,#f2f2f0b8)!important;box-shadow:0 -26px 75px #00000047,inset 0 1px #fffffffa,inset 0 -1px #ffffff57!important;-webkit-backdrop-filter:blur(18px) saturate(135%)!important;backdrop-filter:blur(18px) saturate(135%)!important;opacity:1!important;visibility:visible!important;transform:translate3d(0,105%,0)!important;transition:transform .34s var(--ud-ease)!important;will-change:transform}body>.ud-mobile-nav.is-open .ud-mobile-nav__panel{transform:translateZ(0)!important}body>.ud-mobile-nav .ud-menu-sheet__handle{position:relative!important;z-index:12!important;display:grid!important;place-items:center!important;width:100%!important;height:28px!important;min-height:28px!important;padding:8px 0 4px!important;border:0!important;background:transparent!important;cursor:pointer!important;touch-action:manipulation!important}body>.ud-mobile-nav .ud-menu-sheet__handle span{display:block!important;width:44px!important;height:5px!important;border-radius:999px!important;background:#14141647!important;box-shadow:inset 0 1px #ffffff8f!important}body>.ud-mobile-nav .ud-menu-sheet__top{position:relative!important;top:auto!important;z-index:10!important;min-height:66px!important;margin:0!important;padding:8px 16px 12px!important;background:linear-gradient(180deg,#ffffffeb,#ffffffb0)!important;border-bottom:1px solid rgba(0,0,0,.07)!important;-webkit-backdrop-filter:blur(12px) saturate(125%)!important;backdrop-filter:blur(12px) saturate(125%)!important}body>.ud-mobile-nav .ud-menu-sheet__viewport{height:calc(100% - 94px)!important;min-height:0!important;overflow:hidden!important}body>.ud-mobile-nav .ud-menu-screen{height:100%!important;min-height:0!important;background:transparent!important}body>.ud-mobile-nav .ud-menu-screen__scroll{height:100%!important;min-height:0!important;overflow-x:hidden!important;overflow-y:auto!important;padding-bottom:calc(18px + env(safe-area-inset-bottom))!important;overscroll-behavior:contain!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.2) transparent}body>.ud-mobile-nav .ud-menu-screen__scroll::-webkit-scrollbar{width:5px!important}body>.ud-mobile-nav .ud-menu-screen__scroll::-webkit-scrollbar-thumb{border-radius:999px!important;background:#0000002e!important}body>.ud-mobile-nav .ud-menu-root,body>.ud-mobile-nav .ud-menu-body,body>.ud-mobile-nav .ud-menu-content{padding-inline:16px!important}body>.ud-mobile-nav .ud-menu-root button,body>.ud-mobile-nav .ud-menu-row,body>.ud-mobile-nav [data-ud-menu-go]{min-height:54px!important;color:#111!important;background:transparent!important;border-bottom:1px solid rgba(0,0,0,.075)!important}body>.ud-mobile-nav .ud-menu-root button:active,body>.ud-mobile-nav .ud-menu-row:active,body>.ud-mobile-nav [data-ud-menu-go]:active{background:#ef1b240f!important}body>.ud-mobile-nav .ud-menu-sheet__footer{background:linear-gradient(0deg,#fffffff0,#ffffffb8)!important;-webkit-backdrop-filter:blur(12px) saturate(125%)!important;backdrop-filter:blur(12px) saturate(125%)!important}@media(max-width:640px){body>.ud-mobile-nav .ud-mobile-nav__panel{height:70dvh!important;max-height:70dvh!important;border-radius:28px 28px 0 0!important}}@media(max-width:390px){body>.ud-mobile-nav .ud-mobile-nav__panel{height:72dvh!important;max-height:72dvh!important;border-radius:25px 25px 0 0!important}body>.ud-mobile-nav .ud-menu-sheet__top{padding-inline:13px!important}body>.ud-mobile-nav .ud-menu-root,body>.ud-mobile-nav .ud-menu-body,body>.ud-mobile-nav .ud-menu-content{padding-inline:13px!important}}@media(hover:none),(pointer:coarse){body>.ud-mobile-nav .ud-mobile-nav__panel{-webkit-backdrop-filter:blur(12px) saturate(122%)!important;backdrop-filter:blur(12px) saturate(122%)!important}body>.ud-mobile-nav .ud-mobile-nav__scrim{-webkit-backdrop-filter:blur(2px)!important;backdrop-filter:blur(2px)!important}}@media(prefers-reduced-motion:reduce){body>.ud-mobile-nav .ud-mobile-nav__panel,body>.ud-mobile-nav .ud-mobile-nav__scrim{transition-duration:.01ms!important}}:root{--ud-system-ui: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--font-body--family:var(--ud-system-ui)!important;--font-heading--family:var(--ud-system-ui)!important;--font-subheading--family:var(--ud-system-ui)!important;--font-accent--family:var(--ud-system-ui)!important;--font-primary--family:var(--ud-system-ui)!important;--font-paragraph--family:var(--ud-system-ui)!important}html,body,button,input,select,textarea,option,label,summary,h1,h2,h3,h4,h5,h6,p,a,small,strong,b,em,s{font-family:var(--ud-system-ui)!important}body>.ud-mobile-nav .ud-menu-collection-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important;padding-bottom:20px!important}body>.ud-mobile-nav .ud-menu-collection-card{position:relative!important;min-height:190px!important;aspect-ratio:auto!important;padding:0!important;overflow:hidden!important;border:0!important;border-radius:20px!important;background:#ececec!important;box-shadow:0 10px 28px #0000001a!important}body>.ud-mobile-nav .ud-menu-collection-card img{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:100%!important;object-fit:cover!important;transform:scale(1.01)}body>.ud-mobile-nav .ud-menu-collection-card:after{content:""!important;position:absolute!important;top:38%!important;right:0!important;bottom:0!important;left:0!important;background:linear-gradient(transparent,#000000d1)!important}body>.ud-mobile-nav .ud-menu-collection-card span{position:absolute!important;left:15px!important;right:15px!important;bottom:14px!important;z-index:2!important;color:#fff!important;font-size:16px!important;font-weight:750!important;line-height:1.15!important;text-shadow:0 2px 10px rgba(0,0,0,.36)!important}@media(max-width:640px){body>.ud-mobile-nav .ud-menu-collection-grid{grid-template-columns:1fr!important;gap:14px!important}body>.ud-mobile-nav .ud-menu-collection-card{min-height:170px!important;border-radius:18px!important}body>.ud-mobile-nav .ud-menu-collection-card span{font-size:15px!important}}@media(max-width:390px){body>.ud-mobile-nav .ud-menu-collection-card{min-height:155px!important}}.ud-product-dots{display:none}@media(max-width:640px){.ud-product-gallery{padding:10px!important;border-radius:25px!important;background:#fffffff5!important;box-shadow:0 10px 32px #0a0a0c0e!important}.ud-product-stage{aspect-ratio:4/5!important;min-height:0!important;border-radius:24px!important;background:#ececea!important;touch-action:pan-y!important}.ud-product-media{border-radius:inherit!important}.ud-product-media img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important;border-radius:inherit!important}.ud-product-thumbs,.ud-product-zoom{display:none!important}.ud-product-dots{position:absolute!important;left:50%!important;bottom:12px!important;z-index:7!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;min-height:34px!important;padding:6px 9px!important;border:1px solid rgba(255,255,255,.82)!important;border-radius:999px!important;background:#ffffffb3!important;box-shadow:0 8px 22px #00000021,inset 0 1px #ffffffeb!important;-webkit-backdrop-filter:blur(10px) saturate(125%)!important;backdrop-filter:blur(10px) saturate(125%)!important;transform:translate(-50%)!important}.ud-product-dot{display:block!important;width:15px!important;height:15px!important;min-width:15px!important;padding:0!important;border:4px solid rgba(255,255,255,.94)!important;border-radius:50%!important;background:#b9bcc0!important;box-shadow:0 0 0 1px #00000012!important;-webkit-tap-highlight-color:transparent!important;transition:width .22s var(--ud-ease),border-radius .22s var(--ud-ease),background .18s ease!important}.ud-product-dot.is-active{width:23px!important;min-width:23px!important;border-radius:999px!important;background:var(--ud-red)!important}}body>.ud-mobile-nav .ud-mobile-nav__panel,body>.ud-mobile-nav .ud-menu-sheet__viewport,body>.ud-mobile-nav .ud-menu-screen,body>.ud-mobile-nav .ud-menu-screen__scroll{min-height:0!important}body>.ud-mobile-nav .ud-mobile-nav__panel{touch-action:pan-y!important;overscroll-behavior:contain!important}body>.ud-mobile-nav .ud-menu-screen__scroll,body>.ud-mobile-nav .ud-menu-screen__scroll--root{display:block!important;height:100%!important;max-height:100%!important;overflow-y:auto!important;overflow-x:hidden!important;touch-action:pan-y!important;overscroll-behavior:contain!important;-webkit-overflow-scrolling:touch!important}body>.ud-mobile-nav .ud-menu-footer{margin-top:30px!important;padding-bottom:calc(14px + env(safe-area-inset-bottom))!important}body>.ud-mobile-nav button,body>.ud-mobile-nav a,body>.ud-mobile-nav [data-ud-menu-go]{-webkit-tap-highlight-color:transparent!important;-webkit-touch-callout:none!important;outline:none!important;user-select:none!important;-webkit-user-select:none!important}body>.ud-mobile-nav .ud-menu-root button:active,body>.ud-mobile-nav .ud-menu-list button:active,body>.ud-mobile-nav .ud-menu-row:active,body>.ud-mobile-nav [data-ud-menu-go]:active{color:#111!important;background:transparent!important;transform:none!important;box-shadow:none!important}body>.ud-mobile-nav button:focus:not(:focus-visible),body>.ud-mobile-nav a:focus:not(:focus-visible){outline:none!important;box-shadow:none!important}html.ud-overlay-lock,html.ud-overlay-lock body{overflow:hidden!important;overscroll-behavior:none!important}html.ud-overlay-lock body{touch-action:none!important}html.ud-overlay-lock body>.ud-mobile-nav,html.ud-overlay-lock body>.ud-cart,html.ud-overlay-lock body>.ud-search,html.ud-overlay-lock body>.ud-login{touch-action:auto!important}html.ud-overlay-lock .ud-mobile-dock,body.ud-lock>.ud-mobile-dock{transform:translate3d(0,100%,0)!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important}.ud-cart,.ud-cart__scrim,.ud-cart__panel,.ud-cart__body,.ud-cart__foot{overscroll-behavior:contain!important}.ud-cart__panel,.ud-cart__body{touch-action:pan-y!important}.ud-cart__drag-handle{touch-action:none!important}body>.ud-mobile-nav,body>.ud-cart,body>.ud-search,body>.ud-login{pointer-events:none}body>.ud-mobile-nav.is-open,body>.ud-cart.is-open,body>.ud-search.is-open,body>.ud-login.is-open{pointer-events:auto!important}@media(max-width:640px){.ud-product-main .ud-shell{width:min(100%,calc(100% - 18px))!important}.ud-product-layout{gap:14px!important}.ud-product-gallery{padding:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;overflow:visible!important}.ud-product-stage{width:100%!important;aspect-ratio:4/5!important;border-radius:26px!important;overflow:hidden!important;background:#ececea!important;touch-action:pan-y!important;-webkit-user-select:none!important;user-select:none!important}.ud-product-media{opacity:0!important;transform:translate3d(8%,0,0)!important;transition:opacity .26s ease,transform .32s var(--ud-ease)!important;pointer-events:none!important}.ud-product-media.is-active{opacity:1!important;transform:translateZ(0)!important;pointer-events:auto!important}.ud-product-media img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center top!important;display:block!important;border-radius:inherit!important;-webkit-user-drag:none!important;-webkit-user-select:none!important;user-select:none!important;pointer-events:none!important}.ud-product-dots{bottom:14px!important}}.ud-product-stage .ud-product-media img{transform:none!important;transition:none!important}.ud-product-stage,.ud-product-track,.ud-product-media,.ud-product-media img{cursor:default!important}@media(max-width:640px){.ud-product-main .ud-shell{width:100%!important;max-width:none!important;padding-inline:0!important}.ud-product-layout{display:block!important;width:100%!important}.ud-product-gallery{width:100vw!important;max-width:100vw!important;margin-left:calc(50% - 50vw)!important;padding:0 10px!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;overflow:visible!important}.ud-product-stage{position:relative!important;display:block!important;width:calc(100vw - 20px)!important;height:auto!important;min-height:0!important;max-height:none!important;aspect-ratio:4/5!important;margin:0 auto!important;padding:0!important;overflow:hidden!important;border-radius:26px!important;background:#ececea!important;perspective:none!important}.ud-product-track{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;display:flex!important;width:100%!important;height:100%!important;margin:0!important;padding:0!important;overflow-x:auto!important;overflow-y:hidden!important;scroll-snap-type:x mandatory!important;scroll-snap-stop:always!important;scrollbar-width:none!important;-ms-overflow-style:none!important;overscroll-behavior-x:contain!important;touch-action:pan-x pan-y!important;-webkit-overflow-scrolling:touch!important}.ud-product-track::-webkit-scrollbar{display:none!important}.ud-product-media,.ud-product-media.is-active{position:relative!important;inset:auto!important;flex:0 0 100%!important;width:100%!important;min-width:100%!important;height:100%!important;margin:0!important;padding:0!important;overflow:hidden!important;border-radius:26px!important;opacity:1!important;transform:none!important;transition:none!important;pointer-events:auto!important;scroll-snap-align:start!important;scroll-snap-stop:always!important}.ud-product-media img{display:block!important;width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;margin:0!important;padding:0!important;object-fit:cover!important;object-position:center center!important;border-radius:inherit!important;transform:none!important;transition:none!important;pointer-events:none!important;-webkit-user-drag:none!important;-webkit-user-select:none!important;user-select:none!important}.ud-product-thumbs,.ud-product-zoom{display:none!important}.ud-product-dots{position:absolute!important;left:50%!important;bottom:13px!important;z-index:10!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;min-height:34px!important;padding:6px 9px!important;border:1px solid rgba(255,255,255,.82)!important;border-radius:999px!important;background:#ffffffb8!important;box-shadow:0 8px 22px #00000021,inset 0 1px #ffffffeb!important;-webkit-backdrop-filter:blur(10px) saturate(125%)!important;backdrop-filter:blur(10px) saturate(125%)!important;transform:translate(-50%)!important;pointer-events:auto!important}.ud-product-dot{display:block!important;width:14px!important;min-width:14px!important;height:14px!important;margin:0!important;padding:0!important;border:4px solid rgba(255,255,255,.94)!important;border-radius:50%!important;background:#b9bcc0!important;box-shadow:0 0 0 1px #00000012!important;transform:none!important;transition:width .18s ease,background .18s ease!important;-webkit-tap-highlight-color:transparent!important}.ud-product-dot.is-active{width:23px!important;min-width:23px!important;border-radius:999px!important;background:var(--ud-red)!important}.ud-product-panel{width:calc(100% - 18px)!important;margin:14px auto 0!important}}.ud-product-info-section{padding-block:clamp(30px,5vw,72px)!important}.ud-product-info-section .ud-shell{width:min(920px,calc(100% - 28px))!important}.ud-product-info-section .ud-info-accordions{width:100%!important;padding:clamp(10px,2vw,18px) clamp(20px,4vw,38px)!important;border:1px solid rgba(255,255,255,.78)!important;border-radius:24px!important;background:#ffffffeb!important;box-shadow:0 16px 44px #0c0c0e12!important}.ud-product-info-section .ud-info-item{border-bottom:1px solid var(--ud-line)!important}.ud-product-info-section .ud-info-item:last-child{border-bottom:0!important}.ud-product-info-section .ud-info-summary{width:100%!important;min-height:66px!important;padding:0!important;border:0!important;background:transparent!important;color:var(--ud-ink)!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:18px!important;font:inherit!important;font-size:15px!important;font-weight:700!important;text-align:left!important;cursor:pointer!important;touch-action:manipulation!important;-webkit-tap-highlight-color:transparent!important}.ud-product-info-section .ud-info-icon{flex:0 0 28px!important;width:28px!important;height:28px!important;display:grid!important;place-items:center!important;border-radius:50%!important;color:red!important;font-size:19px!important;font-weight:450!important;line-height:1!important;transform:rotate(0)!important;transition:transform .32s var(--ud-ease),background .2s ease!important}.ud-product-info-section .ud-info-item.is-open .ud-info-icon{transform:rotate(45deg)!important;background:#0000000d!important}.ud-product-info-section .ud-info-panel{display:grid!important;grid-template-rows:0fr!important;opacity:0!important;transition:grid-template-rows .34s var(--ud-ease),opacity .23s ease!important}.ud-product-info-section .ud-info-item.is-open .ud-info-panel{grid-template-rows:1fr!important;opacity:1!important}.ud-product-info-section .ud-info-panel__inner{min-height:0!important;overflow:hidden!important}.ud-product-info-section .ud-info-accordions__content{padding:0 42px 21px 0!important;color:var(--ud-muted)!important;font-size:13px!important;line-height:1.75!important;opacity:0!important;transform:translate3d(0,-7px,0)!important;transition:opacity .24s ease .02s,transform .32s var(--ud-ease)!important}.ud-product-info-section .ud-info-item.is-open .ud-info-accordions__content{opacity:1!important;transform:translateZ(0)!important}@media(max-width:640px){.ud-product-info-section{padding-block:18px 32px!important}.ud-product-info-section .ud-shell{width:calc(100% - 18px)!important}.ud-product-info-section .ud-info-accordions{padding:6px 20px!important;border-radius:20px!important}.ud-product-info-section .ud-info-summary{min-height:62px!important;font-size:14px!important}.ud-product-info-section .ud-info-accordions__content{padding-right:22px!important;padding-bottom:19px!important;font-size:12.5px!important}}@media(prefers-reduced-motion:reduce){.ud-product-info-section .ud-info-panel,.ud-product-info-section .ud-info-icon,.ud-product-info-section .ud-info-accordions__content{transition-duration:.01ms!important;transition-delay:0s!important}}.ud-product-gallery-section,.ud-product-details-section{padding-block:10px 0!important}.ud-product-gallery-section .ud-shell,.ud-product-details-section .ud-shell{width:min(1280px,calc(100% - 28px))!important}.ud-product-gallery-section .ud-product-gallery,.ud-product-details-section .ud-product-panel{margin:0 auto!important}@media(min-width:641px){.ud-product-gallery-section .ud-product-gallery,.ud-product-details-section .ud-product-panel{max-width:min(720px,100%)!important}}@media(max-width:640px){.ud-product-gallery-section{padding-top:8px!important}.ud-product-details-section{padding-top:14px!important}.ud-product-gallery-section .ud-shell,.ud-product-details-section .ud-shell{width:calc(100% - 18px)!important}}.ud-product-gallery-section{width:100%!important}.ud-product-gallery-section .ud-shell{display:flex!important;justify-content:center!important;width:min(1280px,calc(100% - 28px))!important;margin-inline:auto!important;padding-inline:0!important}.ud-product-gallery-section .ud-product-gallery{width:min(720px,100%)!important;max-width:720px!important;margin-inline:auto!important;margin-left:auto!important;margin-right:auto!important}.ud-product-gallery-section .ud-product-stage{width:100%!important;margin-inline:auto!important}@media(max-width:640px){.ud-product-gallery-section{padding-inline:0!important}.ud-product-gallery-section .ud-shell{width:100%!important;max-width:100%!important;padding-inline:9px!important;margin-inline:auto!important;box-sizing:border-box!important}.ud-product-gallery-section .ud-product-gallery{width:100%!important;max-width:100%!important;margin:0 auto!important;padding:0!important;box-sizing:border-box!important}.ud-product-gallery-section .ud-product-stage{width:100%!important;max-width:100%!important;margin:0 auto!important;aspect-ratio:4/5!important}}:root{--ud-ease:cubic-bezier(.2,.8,.2,1)!important;--ud-shadow:none!important}html,body.ud-reference-theme{-webkit-tap-highlight-color:transparent}body.ud-reference-theme{padding-bottom:0!important}body.ud-reference-theme *,body.ud-reference-theme *:before,body.ud-reference-theme *:after{-webkit-tap-highlight-color:transparent!important}body.ud-reference-theme :is(button,a,input,select,textarea,[role=button]){touch-action:manipulation}body.ud-reference-theme :is(button,a,[role=button]):focus:not(:focus-visible),body.ud-reference-theme :is(input,select,textarea):focus:not(:focus-visible){outline:none!important;box-shadow:none!important}.ud-mobile-dock,[data-ud-mobile-dock]{display:none!important;visibility:hidden!important;pointer-events:none!important}@media(max-width:989px){body.ud-reference-theme{padding-bottom:0!important}body[data-template=collection] .mobile-facets__open,body[data-template=search] .mobile-facets__open{margin-bottom:0!important}}#header-group,#header-group[data-ud-header-state=hidden],.ud-header-wrap,.ud-header-wrap.is-hidden{transform:none!important;opacity:1!important;visibility:visible!important}.ud-header-wrap{transition:none!important}.ud-header{transition:height .16s ease-out,border-radius .16s ease-out!important;box-shadow:none!important}.ud-header-wrap.is-scrolled .ud-header{box-shadow:none!important;border-color:#1111131a!important}.ud-glass,.ud-header,.ud-mega,.ud-search__panel,.ud-mobile-nav__panel,.ud-menu-sheet,.ud-cart__panel,.ud-login__panel,.ud-card,.ud-value-card,.ud-product-gallery,.ud-product-panel,.ud-product-info-section .ud-info-accordions,.ud-horizon-details__card,.delivery-checker,.product-share{box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.ud-glass,.ud-header{background:#fffffff7!important;border-color:#1111131a!important}.ud-mega,.ud-search__panel,.ud-mobile-nav__panel,.ud-menu-sheet,.ud-cart__panel,.ud-login__panel{background:#fff!important;border:1px solid rgba(17,17,19,.1)!important}.ud-product-stage{perspective:none!important}.ud-product-media,.ud-product-media.is-active,.ud-product-media img,.ud-home-hero__media img,.ud-home-hero__media video,.ud-card__media img,.ud-value-card img,.ud-mega-card img,.ud-collection-card img{transform:none!important}.ud-product-media{transition:opacity .14s ease-out!important}.ud-home-hero__media img,.ud-home-hero__media video,.ud-card__media img,.ud-value-card img,.ud-mega-card img,.ud-collection-card img{transition:opacity .16s ease-out!important}.ud-home-hero__frame:hover .ud-home-hero__media img,.ud-card:hover .ud-card__media img,.ud-card:hover .ud-card__media img:nth-child(2),.ud-value-card:hover img,.ud-mega-card:hover img,.ud-collection-card:hover img{transform:none!important}.ud-button,.ud-icon-button,.ud-nav__link,.ud-mega__links a,.ud-menu-sheet__icon,.ud-cart button,.ud-cart a,.ud-login button,.ud-search button,.ud-option-button,.ud-atc,.ud-buy-now,.product-share__button,.delivery-checker button{transition-duration:.14s!important;transition-timing-function:ease-out!important}.ud-button:hover,.ud-icon-button:hover,.ud-mega__links a:hover,.ud-menu-sheet__icon:active,.ud-cart button:active,.ud-cart a:active,.ud-login button:active,.ud-search button:active,.ud-option-button:active,.ud-atc:active,.ud-buy-now:active,.product-share__button:hover,.product-share__button:active,.delivery-checker button:active{transform:none!important;box-shadow:none!important}.ud-button:active,.ud-icon-button:active,.ud-nav__link:active,.ud-menu-sheet__icon:active,.ud-option-button:active,.ud-atc:active,.ud-buy-now:active,.product-share__button:active,.delivery-checker button:active{opacity:.86!important}.ud-mega,.ud-search__panel,.ud-mobile-nav__panel,.ud-menu-screen,.ud-cart__panel,.ud-login__panel{transition-duration:.18s!important;transition-timing-function:cubic-bezier(.2,.8,.2,1)!important}.ud-mega,.ud-nav__item.is-active .ud-mega,.ud-search__panel,.ud-search.is-open .ud-search__panel,.ud-cart__panel,.ud-cart.is-open .ud-cart__panel,.ud-login__panel,.ud-login.is-open .ud-login__panel{scale:1!important}@media(hover:none),(pointer:coarse){.ud-glass,.ud-cart__panel,.ud-mobile-nav__panel,.ud-login__panel,.delivery-checker,.product-share{-webkit-backdrop-filter:none!important;backdrop-filter:none!important}}@media(prefers-reduced-motion:reduce){body.ud-reference-theme *,body.ud-reference-theme *:before,body.ud-reference-theme *:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.ud-horizon-details .ud-option-button.is-selected,.ud-horizon-details .ud-option-button.is-selected:hover,.ud-horizon-details .ud-option-button.is-selected:active,.ud-horizon-details .ud-option-button.is-selected:focus{background:#111!important;color:#fff!important;border-color:#111!important;opacity:1!important}body>footer,#shopify-section-footer-group,.shopify-section-group-footer-group,.section-premium-footer{display:block!important;visibility:visible!important;opacity:1!important}[data-ud-reveal],[data-ud-reveal].is-visible,body.ud-reference-theme main [data-ud-reveal],body.ud-reference-theme main [data-ud-reveal].is-visible{opacity:1!important;visibility:visible!important;transform:none!important;translate:none!important;scale:1!important;rotate:0deg!important;transition:none!important;animation:none!important;will-change:auto!important}body.ud-reference-theme main .ud-section,body.ud-reference-theme main .shopify-section,body.ud-reference-theme main .ud-section__head,body.ud-reference-theme main .ud-card,body.ud-reference-theme main .ud-value-card,body.ud-reference-theme main .ud-editorial__media,body.ud-reference-theme main .ud-editorial__copy,body.ud-reference-theme main .ud-product-gallery,body.ud-reference-theme main .ud-product-panel,body.ud-reference-theme main .ud-horizon-details__card,body.ud-reference-theme main .delivery-checker,body.ud-reference-theme main .product-share{animation:none!important;transform:none!important;box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}body.ud-reference-theme main .ud-card:hover,body.ud-reference-theme main .ud-value-card:hover,body.ud-reference-theme main .ud-editorial__media:hover,body.ud-reference-theme main .ud-editorial__copy:hover,body.ud-reference-theme main .product-share:hover,body.ud-reference-theme main .delivery-checker:hover{transform:none!important;box-shadow:none!important}body.ud-reference-theme main button,body.ud-reference-theme main a,body.ud-reference-theme main input,body.ud-reference-theme main select,body.ud-reference-theme main summary{-webkit-tap-highlight-color:transparent!important}body.ud-reference-theme main button:focus:not(:focus-visible),body.ud-reference-theme main a:focus:not(:focus-visible),body.ud-reference-theme main input:focus:not(:focus-visible),body.ud-reference-theme main select:focus:not(:focus-visible),body.ud-reference-theme main summary:focus:not(:focus-visible){outline:none!important;box-shadow:none!important}.ud-horizon-details .product-share__button--snapchat,.product-share__button--snapchat{background:#fffc00!important;color:#000!important;border-color:#e4df00!important;box-shadow:none!important}.ud-horizon-details .product-share__button--snapchat svg,.product-share__button--snapchat svg{fill:#000!important;color:#000!important}footer,body>.page-wrapper>footer,#shopify-section-footer-group,.shopify-section-group-footer-group,.section-premium-footer{position:relative!important;inset:auto!important;top:auto!important;right:auto!important;bottom:auto!important;left:auto!important;clear:both!important;float:none!important;transform:none!important;translate:none!important;margin-top:0!important;z-index:1!important}#MainContent{position:relative!important;z-index:0!important;display:block!important;clear:both!important}@media(min-width:750px){#premium-footer-premium_footer,.section-premium-footer .pf-section{margin-top:0!important;position:relative!important}}.ud-cart__drag-handle,.ud-cart__head[data-ud-cart-drag-zone],.ud-cart__offer[data-ud-cart-drag-zone],.ud-menu-sheet__handle,.ud-menu-sheet__top[data-ud-menu-drag-zone]{touch-action:none!important;user-select:none!important;-webkit-user-select:none!important;cursor:grab}.ud-cart.is-dragging .ud-cart__panel,.ud-mobile-nav.is-dragging .ud-mobile-nav__panel{cursor:grabbing;transition:none!important;will-change:transform!important}@media(max-width:640px){.ud-cart__panel,body>.ud-menu-sheet .ud-mobile-nav__panel{left:0!important;right:0!important;bottom:0!important;top:auto!important;width:100%!important;height:96dvh!important;max-height:calc(100dvh - env(safe-area-inset-top))!important;border-radius:24px 24px 0 0!important;transition:transform .22s cubic-bezier(.2,.8,.2,1)!important}.ud-cart__drag-handle,.ud-menu-sheet__handle{height:16px!important;min-height:16px!important;padding:5px 0 2px!important;flex:0 0 16px!important}.ud-cart__drag-handle span,.ud-menu-sheet__handle span{width:42px!important;height:4px!important}.ud-cart__head{height:38px!important;min-height:38px!important;flex:0 0 38px!important;padding:0 12px 4px!important}.ud-cart__head h2{font-size:17px!important;line-height:1!important}.ud-cart__back{width:31px!important;height:31px!important}.ud-cart__offer{height:46px!important;min-height:46px!important;flex:0 0 46px!important;padding:4px 10px!important;gap:6px!important}.ud-cart__offer-label{max-width:78px!important;font-size:8px!important;line-height:1.05!important;letter-spacing:.03em!important}.ud-cart__timer{gap:3px!important}.ud-cart__timer>span{width:43px!important;min-width:43px!important;height:35px!important;padding:2px!important;border-radius:9px!important}.ud-cart__timer strong{font-size:17px!important}.ud-cart__timer small{font-size:6px!important}.ud-cart__timer>b{font-size:13px!important}.ud-cart__reward{height:25px!important;min-height:25px!important;flex:0 0 25px!important;margin:0!important;border-radius:0!important;padding:3px 8px!important;font-size:8px!important}.ud-cart__body{padding:6px 8px!important;flex:1 1 auto!important;min-height:0!important;overflow-y:auto!important}.ud-cart-item{min-height:105px!important;margin-bottom:6px!important;padding:6px!important;gap:8px!important;border-radius:12px!important}.ud-cart-item__media,.ud-cart-item__image{width:72px!important;min-width:72px!important;height:92px!important;border-radius:9px!important}.ud-cart-item__title{font-size:10.5px!important;line-height:1.15!important}.ud-cart-item__variant,.ud-cart-item__offer{font-size:7.5px!important}.ud-cart-item__qty{height:28px!important}.ud-cart-item__qty button,.ud-cart-item__qty span{width:30px!important;height:28px!important;font-size:10px!important}.ud-cart__upsell{margin-top:5px!important}.ud-cart__upsell-card{min-height:64px!important;padding:6px!important}.ud-cart__tools{height:25px!important;min-height:25px!important;flex:0 0 25px!important;padding:2px 8px!important}.ud-cart__tool{min-height:22px!important;font-size:8px!important}.ud-cart__foot{padding:4px 8px calc(5px + env(safe-area-inset-bottom))!important;gap:3px!important}.ud-cart__saving-strip{min-height:21px!important;padding:2px 6px!important;font-size:8px!important}.ud-cart__summary{gap:1px!important;padding:2px 0!important}.ud-cart__summary-row{min-height:13px!important;font-size:8px!important;line-height:1!important}.ud-cart__summary-row--total{font-size:10px!important;padding-top:2px!important}.ud-cart__checkout-row{margin-top:1px!important;gap:5px!important}.ud-cart__estimated{min-width:78px!important}.ud-cart__estimated small{font-size:6px!important}.ud-cart__estimated strong{font-size:12px!important}.ud-cart__checkout{height:38px!important;min-height:38px!important;font-size:12px!important;border-radius:11px!important}.ud-menu-sheet__top{height:58px!important;min-height:58px!important;flex:0 0 58px!important;padding:6px 12px!important}}@media(max-width:640px)and (max-aspect-ratio:9/16){.ud-cart__panel,body>.ud-menu-sheet .ud-mobile-nav__panel{height:97dvh!important}.ud-cart__body{min-height:230px!important}}body.ud-reference-theme .product-card product-price,body[data-template=collection] .product-card product-price,body[data-template=search] .product-card product-price{display:block;width:100%}.ud-card-price{display:flex;flex-wrap:wrap;align-items:center;gap:5px 8px;width:100%;overflow:visible}.ud-card-price__current{display:inline-flex;align-items:center;font-size:clamp(13px,1.05vw,17px);line-height:1.12;font-weight:700;letter-spacing:-.015em;color:#0a0a0a}.ud-card-price__compare{position:relative;display:inline-flex;align-items:center;max-width:100%;padding-inline:1px;font-size:clamp(10px,.82vw,12px);line-height:1.1;font-weight:500;color:#8c8c8c!important;text-decoration:none!important;white-space:nowrap;word-break:normal;overflow:visible}.ud-card-price__compare:after{content:"";position:absolute;left:-1px;right:-1px;top:50%;border-top:2px solid #e11d2e;transform:rotate(-8deg);transform-origin:left center;pointer-events:none}.ud-card-price__discount{display:inline-flex;align-items:center;justify-content:center;padding:4px 9px;border-radius:999px;background:#10b9811f;border:1px solid rgba(16,185,129,.18);color:#0f9f5d;font-size:11px;line-height:1;font-weight:800;letter-spacing:.01em;white-space:nowrap}body[data-template=collection] .product-grid__card .h4,body[data-template=search] .product-grid__card .h4,body.ud-reference-theme .product-grid__card .h4{margin-bottom:6px}body[data-template=collection] .product-grid__card,body[data-template=search] .product-grid__card,body.ud-reference-theme .product-grid__card{padding-bottom:10px}.product-badges__badge.color-custom-badge-sold-out,.product-badges__badge.color-custom-badge-sold-out.color-custom-badge-sold-out{background:#dc2626!important;border:1px solid #dc2626!important;color:#fff!important}.product-badges__badge.color-custom-badge-sale,.product-badges__badge.color-custom-badge-sale.color-custom-badge-sale{background:#16a34a!important;border:1px solid #16a34a!important;color:#fff!important}.product-badges__badge{font-weight:700;letter-spacing:.02em;box-shadow:0 4px 12px #0000001a}@media(max-width:640px){.ud-card-price{gap:3px 6px}.ud-card-price__current{font-size:15px}.ud-card-price__compare{font-size:10px}.ud-card-price__compare:after{top:62%;border-top-width:1.8px;transform:rotate(-6deg)}.ud-card-price__discount{font-size:10px;padding:3px 7px}}html.ud-overlay-lock,html.ud-overlay-lock body{overscroll-behavior:none;scroll-behavior:auto!important}html.ud-overlay-lock body{touch-action:none}html.ud-overlay-lock :is([data-ud-mobile-nav],[data-ud-cart],[data-ud-search],[data-ud-login]){touch-action:auto;overscroll-behavior:contain}@media(max-width:640px){.ud-cart__panel{left:8px!important;right:8px!important;bottom:0!important;width:auto!important;height:78dvh!important;max-height:78dvh!important;border:0!important;outline:0!important;border-radius:28px 28px 0 0!important;background:#fff!important;box-shadow:0 -14px 42px #00000029!important;overflow:hidden!important}.ud-cart__panel:before{display:none!important}.ud-cart__drag-handle{height:18px!important;min-height:18px!important;flex:0 0 18px!important;padding:6px 0 2px!important;background:#fff!important}.ud-cart__drag-handle span{width:42px!important;height:4px!important;border-radius:99px!important;background:#b7b9bd!important}.ud-cart__head{position:relative!important;display:grid!important;place-items:center!important;height:54px!important;min-height:54px!important;flex:0 0 54px!important;padding:0 50px!important;background:#fff!important;border-bottom:1px solid #ececec!important}.ud-cart__title-wrap{display:block!important;width:100%!important;min-width:0!important;text-align:center!important}.ud-cart__head h2{margin:0!important;font-size:21px!important;line-height:1!important;font-weight:800!important;letter-spacing:-.035em!important;text-align:center!important;white-space:nowrap!important}.ud-cart__sync{position:absolute!important;left:12px!important;top:50%!important;transform:translateY(-50%)!important;font-size:8px!important}.ud-cart__close{position:absolute!important;right:12px!important;top:50%!important;transform:translateY(-50%)!important;display:grid!important;place-items:center!important;width:38px!important;height:38px!important;margin:0!important;padding:0!important;border:0!important;border-radius:50%!important;background:transparent!important;color:#111!important}.ud-cart__close svg{width:23px!important;height:23px!important;stroke-width:1.9!important}.ud-cart__offer{height:49px!important;min-height:49px!important;flex:0 0 49px!important;padding:5px 12px!important;gap:8px!important;background:#fff!important;border-bottom:1px solid #ececec!important}.ud-cart__offer-label{flex:0 0 auto!important;max-width:none!important;font-size:9px!important;line-height:1!important;font-weight:800!important;white-space:nowrap!important}.ud-cart__timer{margin-left:auto!important;gap:3px!important}.ud-cart__timer>span{width:47px!important;min-width:47px!important;height:37px!important;padding:2px!important;border:1.4px solid #111!important;border-radius:11px!important;background:#fff!important}.ud-cart__timer strong{font-size:18px!important}.ud-cart__timer small{font-size:6px!important}.ud-cart__reward{height:30px!important;min-height:30px!important;flex:0 0 30px!important;padding:5px 10px!important;font-size:9px!important}.ud-cart__body{flex:1 1 auto!important;min-height:0!important;overflow-y:auto!important;padding:8px 10px 10px!important;background:#fff!important}.ud-cart-item{display:grid!important;grid-template-columns:84px minmax(0,1fr) auto!important;grid-template-areas:"media content price"!important;align-items:start!important;min-height:116px!important;margin:0 0 8px!important;padding:10px!important;gap:10px!important;border:1px solid #e8e8e8!important;border-radius:18px!important;background:#fff!important;box-shadow:none!important}.ud-cart-item__media{grid-area:media!important}.ud-cart-item__content{grid-area:content!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;min-width:0!important;overflow:visible!important}.ud-cart-item__price{grid-area:price!important;min-width:86px!important;max-width:96px!important;align-self:start!important}.ud-cart-item__media,.ud-cart-item__image{width:84px!important;min-width:84px!important;height:104px!important;border-radius:13px!important}.ud-cart-item__title{width:100%!important;max-width:100%!important;font-size:11px!important;line-height:1.18!important;font-weight:750!important;overflow:hidden!important;text-overflow:ellipsis!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important}.ud-cart-item__variant{min-height:14px!important;margin-top:3px!important;font-size:8px!important}.ud-cart-item__offer{display:block!important;width:100%!important;max-width:100%!important;margin-top:5px!important;padding:4px 6px!important;font-size:7.5px!important;line-height:1!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.ud-cart-item__controls{display:flex!important;justify-content:flex-start!important;align-items:center!important;gap:8px!important;width:100%!important;margin-top:8px!important}.ud-cart-item__qty{display:grid!important;grid-template-columns:34px 34px 34px!important;width:102px!important;height:31px!important;flex:0 0 102px!important}.ud-cart-item__qty button,.ud-cart-item__qty span{width:34px!important;height:31px!important;font-size:11px!important}.ud-cart-item__remove{flex:0 0 30px!important;width:30px!important;height:30px!important;margin-left:0!important}.ud-cart__tools{height:34px!important;min-height:34px!important;flex:0 0 34px!important;padding:4px 10px!important;background:#fff!important}.ud-cart__tool{min-height:26px!important;font-size:9px!important}.ud-cart__foot{flex:0 0 auto!important;padding:7px 12px calc(10px + env(safe-area-inset-bottom))!important;gap:5px!important;background:#fff!important;border-top:1px solid #e8e8e8!important}.ud-cart__saving-strip{min-height:26px!important;padding:5px 8px!important;font-size:9px!important}.ud-cart__summary{gap:2px!important;padding:3px 0 5px!important}.ud-cart__summary-row{min-height:16px!important;font-size:9px!important;line-height:1.2!important}.ud-cart__summary-row--total{font-size:12px!important;padding-top:4px!important}.ud-cart__checkout-row{align-items:stretch!important;margin-top:3px!important;gap:10px!important}.ud-cart__estimated{display:flex!important;flex-direction:column!important;justify-content:center!important;min-width:130px!important;padding:4px 0!important}.ud-cart__estimated small{font-size:8px!important;line-height:1.1!important}.ud-cart__estimated strong{margin-top:3px!important;font-size:17px!important;line-height:1!important}.ud-cart__checkout{height:52px!important;min-height:52px!important;flex:1 1 auto!important;border-radius:15px!important;font-size:17px!important;font-weight:800!important}}@media(max-width:380px){.ud-cart__panel{left:5px!important;right:5px!important;height:80dvh!important;max-height:80dvh!important}.ud-cart-item{grid-template-columns:76px minmax(0,1fr) 78px!important;gap:7px!important;padding:8px!important}.ud-cart-item__media,.ud-cart-item__image{width:76px!important;min-width:76px!important;height:96px!important}.ud-cart-item__price{min-width:72px!important;max-width:78px!important}.ud-cart-item__qty{grid-template-columns:31px 31px 31px!important;width:93px!important;flex-basis:93px!important}.ud-cart-item__qty button,.ud-cart-item__qty span{width:31px!important}.ud-cart__estimated{min-width:112px!important}}@media(max-width:640px){.ud-cart__head{position:relative!important;display:block!important;height:56px!important;min-height:56px!important;padding:0 52px!important}.ud-cart__title-wrap{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;display:grid!important;place-items:center!important;width:auto!important;pointer-events:none!important}.ud-cart__head h2{width:auto!important;max-width:calc(100% - 110px)!important;margin:0 auto!important;text-align:center!important}.ud-cart__close{right:12px!important;top:50%!important;transform:translateY(-50%)!important;z-index:5!important;transition:background-color .14s ease!important}.ud-cart__close:active,.ud-cart__close:focus{transform:translateY(-50%)!important}.ud-cart.is-closing .ud-cart__close{transform:translateY(-50%)!important}.ud-cart__foot{position:relative!important;padding-top:20px!important}.ud-cart__saving-strip{position:absolute!important;z-index:3!important;top:-13px!important;left:50%!important;width:calc(100% - 48px)!important;min-height:27px!important;transform:translate(-50%)!important;border-radius:8px 8px 6px 6px!important;box-shadow:0 7px 16px #0000001f!important;background:#18b794!important;color:#fff!important;white-space:nowrap!important}.ud-cart__checkout-row{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:8px!important;margin-top:5px!important;padding:0!important}.ud-cart__estimated{position:relative!important;display:grid!important;grid-template-columns:26px minmax(0,1fr) auto!important;grid-template-areas:"icon label old" "icon label total" "icon label off"!important;align-items:center!important;min-width:0!important;min-height:72px!important;padding:11px 14px!important;border:0!important;border-radius:18px!important;background:#fff!important;box-shadow:0 0 0 1px #00000009!important}.ud-cart__estimated-icon{grid-area:icon!important;display:grid!important;place-items:center!important;width:22px!important;height:28px!important;border-radius:4px!important;background:#050505!important;color:#fff!important;font-size:16px!important;font-weight:900!important}.ud-cart__estimated-label{grid-area:label!important;padding-left:8px!important;font-size:16px!important;line-height:1.05!important;font-weight:800!important;color:#111!important;white-space:nowrap!important}.ud-cart__estimated-old{grid-area:old!important;justify-self:end!important;color:#c5c7cb!important;font-size:12px!important;line-height:1!important;font-weight:700!important;text-decoration-color:#c5c7cb!important;text-decoration-thickness:1.5px!important;white-space:nowrap!important}.ud-cart__estimated strong{grid-area:total!important;justify-self:end!important;margin:0!important;color:#111!important;font-size:22px!important;line-height:1!important;font-weight:800!important;white-space:nowrap!important}.ud-cart__estimated-off{grid-area:off!important;justify-self:end!important;color:#10a84f!important;font-size:12px!important;line-height:1!important;font-weight:800!important;white-space:nowrap!important}.ud-cart__checkout{width:100%!important;height:54px!important;min-height:54px!important;border-radius:14px!important;font-size:17px!important}}@media(max-width:640px){.ud-cart__head{display:grid!important;grid-template-columns:42px minmax(0,1fr) 42px!important;align-items:center!important;padding:0 10px!important}.ud-cart__title-wrap{position:static!important;grid-column:2!important;display:grid!important;place-items:center!important;inset:auto!important;width:100%!important;pointer-events:none!important}.ud-cart__head h2{max-width:100%!important;margin:0!important;text-align:center!important}.ud-cart__close{grid-column:3!important;position:static!important;justify-self:end!important;top:auto!important;right:auto!important;transform:none!important;transition:background-color .14s ease!important;touch-action:manipulation!important;cursor:pointer!important}.ud-cart__close:active,.ud-cart__close:focus,.ud-cart.is-closing .ud-cart__close{transform:none!important}.ud-cart.is-closing .ud-cart__panel{pointer-events:none!important}.ud-cart-item__meta-row{display:flex!important;align-items:center!important;gap:5px!important;width:100%!important;min-width:0!important;margin-top:3px!important}.ud-cart-item__variant{flex:0 0 auto!important;min-width:10px!important;min-height:0!important;margin:0!important;font-size:8px!important;line-height:1!important;color:#777!important}.ud-cart-item__offer{display:inline-flex!important;align-items:center!important;flex:0 1 auto!important;width:auto!important;max-width:calc(100% - 22px)!important;min-height:18px!important;margin:0!important;padding:3px 7px!important;border-radius:999px!important;font-size:7px!important;line-height:1!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.ud-cart-item__controls{margin-top:7px!important}.ud-cart__foot{position:relative!important;padding-top:6px!important}.ud-cart__checkout-row{display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:9px!important;margin-top:4px!important}.ud-cart__estimated-wrap{position:relative!important;width:100%!important;padding-top:13px!important}.ud-cart__saving-strip{position:absolute!important;z-index:4!important;top:0!important;left:50%!important;width:min(86%,360px)!important;min-height:25px!important;padding:5px 12px!important;transform:translate(-50%)!important;border-radius:5px 5px 7px 7px!important;background:#16b995!important;color:#fff!important;font-size:9px!important;font-weight:800!important;line-height:1!important;text-align:center!important;box-shadow:0 5px 10px #0000001a!important;overflow:visible!important}.ud-cart__saving-strip:before,.ud-cart__saving-strip:after{content:""!important;position:absolute!important;top:100%!important;width:10px!important;height:9px!important;background:#087c69!important;z-index:-1!important}.ud-cart__saving-strip:before{left:-7px!important;clip-path:polygon(0 0,100% 0,100% 100%,0 65%)!important}.ud-cart__saving-strip:after{right:-7px!important;clip-path:polygon(0 0,100% 0,100% 65%,0 100%)!important}.ud-cart__estimated{width:100%!important;min-height:76px!important;padding:22px 14px 12px!important;border:1px solid #ececec!important;border-radius:18px!important;background:#fff!important}.ud-cart__checkout{width:100%!important;min-height:56px!important;height:56px!important}}.ud-cart__foot{padding-top:0!important}.ud-cart__summary{display:none!important}.ud-cart__checkout-row{margin-top:0!important}.ud-cart__saving-strip{position:absolute!important;z-index:5!important;top:0!important;left:50%!important;width:min(84%,350px)!important;min-height:24px!important;padding:5px 14px!important;transform:translate(-50%)!important;border-radius:0 0 6px 6px!important;background:#17b99a!important;color:#fff!important;font-size:10px!important;font-weight:800!important;line-height:1.2!important;text-align:center!important;box-shadow:0 2px 5px #00000014!important;overflow:visible!important}.ud-cart__saving-strip:before,.ud-cart__saving-strip:after{content:""!important;position:absolute!important;top:100%!important;width:10px!important;height:8px!important;background:#0b7f6c!important;z-index:-1!important}.ud-cart__saving-strip:before{left:-7px!important;border-radius:0 0 0 3px!important;clip-path:polygon(0 0,100% 0,100% 100%,0 68%)!important}.ud-cart__saving-strip:after{right:-7px!important;border-radius:0 0 3px!important;clip-path:polygon(0 0,100% 0,100% 68%,0 100%)!important}.ud-cart__estimated{width:100%!important;min-height:78px!important;padding:24px 14px 12px!important;border:1px solid #e9e9e9!important;border-radius:18px!important;background:#fff!important;box-shadow:0 1px #00000005!important}@media(max-width:640px){.ud-cart__estimated-wrap{padding-top:13px!important}.ud-cart__saving-strip{width:min(86%,330px)!important;min-height:23px!important;font-size:9px!important}}.ud-cart__saving-strip{border-radius:0 0 7px 7px!important;overflow:visible!important}.ud-cart__saving-strip:before,.ud-cart__saving-strip:after{top:calc(100% - 1px)!important;width:15px!important;height:11px!important;background:#087563!important;z-index:-1!important;clip-path:none!important}.ud-cart__saving-strip:before{left:-9px!important;border-radius:0 0 0 9px!important;transform:skewY(12deg)!important;transform-origin:right top!important}.ud-cart__saving-strip:after{right:-9px!important;border-radius:0 0 9px!important;transform:skewY(-12deg)!important;transform-origin:left top!important}.ud-cart-item__qty button:disabled{opacity:.28!important;cursor:not-allowed!important;pointer-events:none!important}.ud-cart__estimated-wrap{position:relative!important;width:100%!important;padding-top:22px!important}.ud-cart__saving-strip{position:absolute!important;top:0!important;left:50%!important;transform:translate(-50%)!important;z-index:6!important;width:min(84%,346px)!important;min-height:28px!important;padding:7px 16px 8px!important;border-radius:6px!important;background:#20b99a!important;color:#fff!important;font-size:10px!important;font-weight:800!important;line-height:1.05!important;letter-spacing:0!important;text-align:center!important;box-shadow:0 6px 12px #0000001a!important;overflow:visible!important}.ud-cart__saving-strip:before,.ud-cart__saving-strip:after{content:""!important;position:absolute!important;top:100%!important;width:16px!important;height:12px!important;background:#0c6f5c!important;z-index:-1!important}.ud-cart__saving-strip:before{left:0!important;transform:translate(-55%)!important;border-bottom-left-radius:10px!important;clip-path:polygon(0 0,100% 0,82% 75%,0 100%)!important}.ud-cart__saving-strip:after{right:0!important;transform:translate(55%)!important;border-bottom-right-radius:10px!important;clip-path:polygon(0 0,100% 0,100% 100%,18% 75%)!important}.ud-cart__saving-strip strong{font-weight:900!important}@media(max-width:640px){.ud-cart__estimated-wrap{padding-top:21px!important}.ud-cart__saving-strip{width:min(85%,332px)!important;min-height:27px!important;padding:7px 14px 8px!important;font-size:9px!important}.ud-cart__saving-strip:before,.ud-cart__saving-strip:after{width:14px!important;height:11px!important}}.ud-cart__saving-strip{position:absolute!important;top:-14px!important;left:50%!important;transform:translate(-50%)!important;z-index:7!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:4px!important;width:auto!important;max-width:calc(100% - 28px)!important;min-height:32px!important;padding:8px 18px!important;border-radius:9999px!important;background:#22b893!important;color:#fff!important;font-size:13px!important;font-weight:800!important;line-height:1!important;letter-spacing:0!important;white-space:nowrap!important;text-align:center!important;box-shadow:0 8px 20px #0000001f!important}.ud-cart__saving-strip:before,.ud-cart__saving-strip:after{content:none!important}@media(max-width:640px){.ud-cart__estimated-wrap{padding-top:16px!important}.ud-cart__saving-strip{top:-12px!important;min-height:30px!important;padding:7px 16px!important;font-size:12px!important;max-width:calc(100% - 24px)!important}}.ud-cart__saving-strip{position:absolute!important;top:-10px!important;left:50%!important;transform:translate(-50%)!important;z-index:8!important;display:flex!important;align-items:center!important;justify-content:center!important;width:min(82%,360px)!important;max-width:calc(100% - 32px)!important;min-height:22px!important;height:22px!important;padding:0 14px!important;border-radius:4px!important;background:#20b99a!important;color:#fff!important;font-size:11px!important;font-weight:800!important;line-height:1!important;letter-spacing:0!important;white-space:nowrap!important;text-align:center!important;box-shadow:0 2px 5px #00000014!important;overflow:visible!important}.ud-cart__saving-strip:before,.ud-cart__saving-strip:after{content:""!important;position:absolute!important;top:1px!important;width:10px!important;height:12px!important;background:#0c725f!important;z-index:-1!important;border-radius:2px!important}.ud-cart__saving-strip:before{left:-7px!important}.ud-cart__saving-strip:after{right:-7px!important}@media(max-width:640px){.ud-cart__estimated-wrap{padding-top:13px!important}.ud-cart__saving-strip{top:-9px!important;width:min(84%,336px)!important;height:21px!important;min-height:21px!important;padding:0 12px!important;font-size:10px!important}.ud-cart__saving-strip:before,.ud-cart__saving-strip:after{width:9px!important;height:11px!important}}.ud-cart__estimated-wrap{position:relative!important;width:100%!important;padding-top:14px!important}.ud-cart__saving-strip{position:absolute!important;top:0!important;left:50%!important;z-index:10!important;display:flex!important;align-items:center!important;justify-content:center!important;width:calc(100% - 32px)!important;max-width:none!important;min-height:28px!important;height:28px!important;padding:0 16px!important;transform:translate(-50%)!important;border:0!important;border-radius:16px!important;background:#16b394!important;color:#fff!important;font-size:13px!important;font-weight:700!important;line-height:1!important;letter-spacing:0!important;white-space:nowrap!important;text-align:center!important;box-shadow:0 4px 10px #00000014!important;overflow:visible!important}.ud-cart__saving-strip:before,.ud-cart__saving-strip:after{content:""!important;position:absolute!important;top:-8px!important;z-index:-1!important;width:20px!important;height:22px!important;background:#0d8e76!important;clip-path:none!important;transform:none!important}.ud-cart__saving-strip:before{left:-15px!important;border-radius:14px 0 0!important}.ud-cart__saving-strip:after{right:-15px!important;border-radius:0 14px 0 0!important}.ud-cart__estimated{position:relative!important;z-index:1!important}@media(max-width:640px){.ud-cart__estimated-wrap{padding-top:14px!important}.ud-cart__saving-strip{top:0!important;width:calc(100% - 28px)!important;min-height:28px!important;height:28px!important;padding:0 12px!important;border-radius:16px!important;font-size:11px!important}.ud-cart__saving-strip:before,.ud-cart__saving-strip:after{top:-8px!important;width:17px!important;height:21px!important}.ud-cart__saving-strip:before{left:-12px!important}.ud-cart__saving-strip:after{right:-12px!important}}.ud-cart__estimated-wrap{position:relative!important;padding-top:14px!important}.ud-cart__saving-strip{position:relative!important;z-index:2!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:4px!important;width:min(88%,360px)!important;min-height:34px!important;margin:0 auto -10px!important;padding:0 18px!important;border-radius:16px!important;background:#16b394!important;color:#fff!important;font-size:11px!important;font-weight:700!important;line-height:1!important;text-align:center!important;box-shadow:0 4px 10px #00000014!important;overflow:visible!important}.ud-cart__saving-strip strong{color:#fff!important;font-weight:700!important}.ud-cart__saving-strip:before,.ud-cart__saving-strip:after{content:""!important;position:absolute!important;top:-1px!important;width:34px!important;height:28px!important;background:#0d8e76!important;z-index:-1!important}.ud-cart__saving-strip:before{left:-16px!important;border-radius:16px 0 0 16px!important}.ud-cart__saving-strip:after{right:-16px!important;border-radius:0 16px 16px 0!important}.ud-cart__estimated{position:relative!important;z-index:1!important;padding-top:24px!important}@media(max-width:640px){.ud-cart__estimated-wrap{padding-top:13px!important}.ud-cart__saving-strip{width:min(90%,330px)!important;min-height:32px!important;font-size:10px!important;padding-inline:16px!important}.ud-cart__saving-strip:before,.ud-cart__saving-strip:after{width:28px!important;height:26px!important;top:-1px!important}.ud-cart__saving-strip:before{left:-14px!important}.ud-cart__saving-strip:after{right:-14px!important}.ud-cart__estimated{padding-top:22px!important}}.ud-cart__estimated-wrap{position:relative!important;padding-top:10px!important}.ud-cart__saving-strip{position:relative!important;z-index:3!important;display:flex!important;align-items:center!important;justify-content:center!important;width:min(82%,340px)!important;min-height:38px!important;margin:0 auto -12px!important;padding:0 20px!important;border-radius:9999px!important;background:#16b394!important;color:#fff!important;font-size:13px!important;font-weight:700!important;line-height:1!important;text-align:center!important;box-shadow:0 4px 10px #0000001a!important;overflow:hidden!important}.ud-cart__saving-strip strong,.ud-cart__saving-strip span{color:#fff!important;font-weight:700!important}.ud-cart__estimated{position:relative!important;z-index:1!important;padding-top:20px!important}@media(max-width:640px){.ud-cart__estimated-wrap{padding-top:8px!important}.ud-cart__saving-strip{width:min(84%,310px)!important;min-height:34px!important;font-size:12px!important;padding-inline:18px!important;margin-bottom:-10px!important}.ud-cart__estimated{padding-top:18px!important}}.ud-cart__estimated-wrap{position:relative!important;width:100%!important;padding-top:18px!important}.ud-cart__saving-strip{position:absolute!important;top:-1px!important;left:50%!important;right:auto!important;transform:translate(-50%)!important;z-index:8!important;display:flex!important;align-items:center!important;justify-content:center!important;width:min(78%,320px)!important;min-height:34px!important;margin:0!important;padding:0 18px!important;border-radius:9999px!important;background:#16b394!important;color:#fff!important;font-size:12px!important;font-weight:800!important;line-height:1!important;white-space:nowrap!important;text-align:center!important;box-shadow:0 4px 10px #0000001a!important;overflow:hidden!important}.ud-cart__saving-strip strong{color:#fff!important;font-weight:900!important}.ud-cart__estimated{padding-top:19px!important}.ud-product-details-section .ud-product-form,.ud-product-details-section .ud-buy-row,.ud-product-details-section .ud-atc,.ud-product-details-section .ud-buy-now{visibility:visible!important;opacity:1!important}.ud-product-details-section .ud-product-form{display:block!important}.ud-product-details-section .ud-buy-row{display:grid!important}.ud-product-details-section .ud-atc,.ud-product-details-section .ud-buy-now{pointer-events:auto!important;transform:none!important}.ud-product-details-section .ud-atc:not(:disabled){display:flex!important;align-items:center!important;justify-content:center!important}.ud-product-details-section .ud-buy-now:not(:disabled){display:flex!important;align-items:center!important;justify-content:center!important}@media(max-width:640px){.ud-cart__saving-strip{width:min(80%,290px)!important;min-height:32px!important;font-size:11px!important}.ud-cart__estimated-wrap{padding-top:17px!important}.ud-cart__estimated{padding-top:18px!important}}.ud-cart__saving-strip{left:50%!important;transform:translate(-50%)!important;width:min(78%,320px)!important;min-height:26px!important;height:26px!important;margin-inline:auto!important;padding:0 16px!important;border-radius:10px!important;background:#16b394!important;color:#fff!important;font-size:10px!important;font-weight:700!important;line-height:26px!important;text-align:center!important;box-shadow:0 3px 8px #00000014!important}.ud-cart__saving-strip:before,.ud-cart__saving-strip:after{content:none!important;display:none!important}.ud-cart-item__stock{width:max-content;max-width:100%;margin-top:3px;color:#5f666b;font-size:9px;font-weight:650;line-height:1.15}.ud-cart-item__stock.is-limit{color:#d51f2a;font-weight:750}.ud-cart-item__qty button:disabled{opacity:.32!important;cursor:not-allowed!important;pointer-events:none!important}@media(max-width:640px){.ud-cart__saving-strip{width:min(80%,300px)!important;min-height:24px!important;height:24px!important;border-radius:9px!important;font-size:9px!important;line-height:24px!important}}.ud-cart__estimated-wrap{padding-top:20px!important}.ud-cart__saving-strip{top:5px!important;left:50%!important;right:auto!important;transform:translate(-50%)!important;width:min(78%,320px)!important;min-height:26px!important;height:26px!important;border-radius:10px!important}.ud-cart__estimated{padding-top:22px!important}.ud-cart-item__qty span{transition:transform .12s ease,opacity .12s ease!important}.ud-cart-item__qty span.is-bumping{animation:udQtyBump .16s ease-out both!important}@keyframes udQtyBump{0%{transform:scale(.88);opacity:.65}to{transform:scale(1);opacity:1}}@media(max-width:640px){.ud-cart__estimated-wrap{padding-top:19px!important}.ud-cart__saving-strip{top:5px!important;width:min(80%,300px)!important;height:24px!important;min-height:24px!important;border-radius:9px!important}.ud-cart__estimated{padding-top:21px!important}}.ud-cart-item__stock{display:none!important}.ud-cart__estimated-wrap{padding-top:22px!important}.ud-cart__saving-strip{top:9px!important;left:50%!important;right:auto!important;transform:translate(-50%)!important;width:min(78%,310px)!important;min-height:24px!important;height:24px!important;line-height:24px!important;border-radius:999px!important}@media(max-width:640px){.ud-cart__panel{left:0!important;right:0!important;bottom:0!important;width:100%!important;max-width:100%!important;border:0!important;outline:0!important;box-shadow:0 -12px 30px #00000029!important;border-radius:28px 28px 0 0!important;background:#fff!important}.ud-cart__panel:before{display:none!important}.ud-cart__head{padding:14px 20px 12px!important}.ud-cart__body,.ud-cart__tools,.ud-cart__foot{margin-left:0!important;margin-right:0!important}.ud-cart__foot{padding-left:14px!important;padding-right:14px!important;padding-bottom:calc(env(safe-area-inset-bottom,0px) + 14px)!important}.ud-cart__saving-strip{top:8px!important;width:min(82%,320px)!important}}@media(max-width:640px){.ud-cart,.ud-cart__panel{margin:0!important;outline:0!important}.ud-cart__panel{left:0!important;right:0!important;bottom:0!important;top:auto!important;width:100vw!important;max-width:100vw!important;height:86dvh!important;max-height:86dvh!important;border:0!important;border-left:0!important;border-right:0!important;border-bottom:0!important;border-radius:28px 28px 0 0!important;box-shadow:0 -12px 30px #00000029!important;background:#fff!important}.ud-cart__panel:before,.ud-cart__panel:after{content:none!important;display:none!important}.ud-cart__head,.ud-cart__offer,.ud-cart__reward,.ud-cart__body,.ud-cart__tools,.ud-cart__discount,.ud-cart__foot{width:100%!important;max-width:100%!important;margin-left:0!important;margin-right:0!important;border-left:0!important;border-right:0!important}.ud-cart__foot{padding:4px 12px calc(env(safe-area-inset-bottom,0px) + 12px)!important}.ud-cart__checkout-row{gap:7px!important}.ud-cart__estimated-wrap{padding-top:19px!important}.ud-cart__saving-strip{top:7px!important}.ud-cart__estimated{min-height:62px!important;height:62px!important;padding:16px 12px 7px!important;border-radius:15px!important}.ud-cart__estimated-icon{width:21px!important;height:26px!important;font-size:15px!important}.ud-cart__estimated-label{font-size:15px!important}.ud-cart__estimated-old{font-size:10px!important}.ud-cart__estimated strong{font-size:20px!important}.ud-cart__estimated-off{font-size:10px!important}}@media(max-width:640px){.ud-cart__panel{left:-2px!important;right:-2px!important;width:calc(100vw + 4px)!important;max-width:calc(100vw + 4px)!important;overflow:hidden!important;border-left:0!important;border-right:0!important;outline:0!important;box-shadow:0 -10px 26px #00000026!important}.ud-cart__head,.ud-cart__offer,.ud-cart__reward,.ud-cart__body,.ud-cart__tools,.ud-cart__discount,.ud-cart__foot{background:#fff!important}.ud-cart-item{grid-template-columns:84px minmax(0,1fr) 102px!important}.ud-cart-item__price{display:flex!important;flex-direction:column!important;align-items:flex-end!important;justify-content:flex-start!important;width:102px!important;min-width:102px!important;max-width:102px!important;overflow:hidden!important}.ud-cart-item__price s,.ud-cart-item__price strong,.ud-cart-item__price span{display:block!important;width:100%!important;max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;text-align:right!important}.ud-cart-item__price s{font-size:10px!important;line-height:1.05!important}.ud-cart-item__price strong{font-size:12px!important;line-height:1.05!important}.ud-cart-item__price span{margin-top:2px!important;font-size:9px!important;line-height:1.05!important}.ud-cart__estimated{grid-template-columns:24px minmax(0,1fr) 112px!important;grid-template-areas:"icon label old" "icon label total" "icon label off"!important;min-height:66px!important;height:auto!important;padding:14px 12px 8px!important;overflow:hidden!important}.ud-cart__estimated-label{min-width:0!important;font-size:14px!important;overflow:hidden!important;text-overflow:ellipsis!important}.ud-cart__estimated-old,.ud-cart__estimated strong,.ud-cart__estimated-off{width:112px!important;max-width:112px!important;justify-self:end!important;text-align:right!important}.ud-cart__estimated-old{font-size:10px!important}.ud-cart__estimated strong{font-size:18px!important;line-height:1!important}.ud-cart__estimated-off{font-size:10px!important;line-height:1!important}}@media(max-width:380px){.ud-cart-item{grid-template-columns:76px minmax(0,1fr) 96px!important}.ud-cart-item__media,.ud-cart-item__image{width:76px!important;min-width:76px!important;height:96px!important}.ud-cart-item__price{width:96px!important;min-width:96px!important;max-width:96px!important}.ud-cart__estimated{grid-template-columns:22px minmax(0,1fr) 104px!important}.ud-cart__estimated-old,.ud-cart__estimated strong,.ud-cart__estimated-off{width:104px!important;max-width:104px!important}.ud-cart__estimated strong{font-size:17px!important}}@media(max-width:640px){.ud-cart__reward{background:linear-gradient(90deg,#111,#020202,#111)!important;color:#fff!important}.ud-cart__reward strong,.ud-cart__reward span{color:#fff!important}body>.ud-mobile-nav .ud-mobile-nav__panel{left:0!important;right:0!important;bottom:0!important;width:100vw!important;max-width:100vw!important;height:86dvh!important;max-height:86dvh!important;border:0!important;border-radius:28px 28px 0 0!important;box-shadow:0 -12px 30px #00000029!important;background:#fff!important}body>.ud-mobile-nav .ud-menu-sheet__viewport{height:calc(100% - 86px)!important}body>.ud-mobile-nav .ud-menu-screen__scroll--root{display:block!important;grid-template-rows:none!important;padding-bottom:calc(12px + env(safe-area-inset-bottom))!important}body>.ud-mobile-nav .ud-menu-footer{align-self:auto!important;padding-top:10px!important;padding-bottom:0!important;margin-top:0!important;background:transparent!important}body>.ud-mobile-nav .ud-menu-footer__locale{padding:8px 0 12px!important}body>.ud-mobile-nav .ud-menu-footer__login{margin-bottom:0!important}body>.ud-mobile-nav .ud-menu-footer__socials{display:none!important}}@media(max-width:380px){body>.ud-mobile-nav .ud-mobile-nav__panel{height:86dvh!important;max-height:86dvh!important}}@media(max-width:640px){body>.ud-mobile-nav .ud-mobile-nav__scrim{background:#ffffff05!important;-webkit-backdrop-filter:blur(1.5px)!important;backdrop-filter:blur(1.5px)!important}body>.ud-mobile-nav .ud-mobile-nav__panel{transition:transform .4s cubic-bezier(.22,.85,.24,1)!important}body>.ud-mobile-nav .ud-menu-sheet__handle,body>.ud-mobile-nav .ud-menu-sheet__top[data-ud-menu-drag-zone]{touch-action:none!important;-webkit-user-select:none!important;user-select:none!important}body>.ud-mobile-nav .ud-menu-sheet__top[data-ud-menu-drag-zone]{cursor:grab!important}body>.ud-mobile-nav.is-dragging .ud-menu-sheet__top[data-ud-menu-drag-zone],body>.ud-mobile-nav.is-dragging .ud-menu-sheet__handle{cursor:grabbing!important}body>.ud-mobile-nav.is-dragging .ud-mobile-nav__panel{transition:none!important}}.ud-reco-head{align-items:flex-start}.ud-reco-head__copy{width:100%}.ud-reco-head__row{display:flex;align-items:flex-end;justify-content:space-between;gap:16px}.ud-reco-head__title{max-width:none}.ud-reco-head__button{flex:0 0 auto}.ud-reco-grid .ud-card__media--portrait{aspect-ratio:4 / 5;border-radius:20px;background:#ecece9}.ud-reco-grid .ud-card__body--reco{display:block;padding:12px 4px 0}.ud-reco-grid .ud-card__title--reco{display:block;font-size:15px;font-weight:700;line-height:1.3;white-space:normal;overflow:visible;text-overflow:unset}.ud-reco-grid .ud-card__price--reco{display:flex;align-items:center;gap:8px;margin-top:7px;font-size:14px;font-weight:700;flex-wrap:wrap}.ud-reco-grid .ud-card__price--reco s{color:var(--ud-muted);font-size:12px;font-weight:600}.ud-reco-grid .ud-card__price--reco strong{font-size:14px;font-weight:750}.ud-reco-grid .ud-card__badge{top:12px;left:12px;padding:7px 12px;font-size:10px;font-weight:800;letter-spacing:.06em}.ud-reco-grid .ud-card__badge--sale{background:#1f9f57;color:#fff}.ud-reco-grid .ud-card__badge--soldout{background:var(--ud-red);color:#fff}@media(max-width:989px){.ud-reco-head__row{align-items:center}.ud-reco-head__title{font-size:clamp(28px,8vw,48px);line-height:.98}}@media(max-width:640px){.ud-reco-head{margin-bottom:18px}.ud-reco-head__row{gap:12px}.ud-reco-head__button{min-height:42px;padding:0 18px;font-size:13px}.ud-reco-grid{gap:12px 10px}.ud-reco-grid .ud-card__media--portrait{border-radius:16px}.ud-reco-grid .ud-card__title--reco{font-size:13px;line-height:1.35}.ud-reco-grid .ud-card__price--reco{margin-top:5px;gap:6px;font-size:12px}.ud-reco-grid .ud-card__price--reco strong{font-size:13px}.ud-reco-grid .ud-card__price--reco s{font-size:11px}}@media(max-width:749px){body[data-template=collection] .content-for-layout>section:first-child,body[data-template=search] .content-for-layout>section:first-child{margin-top:10px;border-radius:24px;overflow:hidden;background:#fff}body[data-template=collection] .product-grid-container,body[data-template=search] .product-grid-container{width:calc(100% - 16px)!important;margin:0 auto 20px!important;padding:12px 10px 18px!important;border-radius:24px!important;overflow:hidden!important;background:#fff!important;box-shadow:0 8px 24px #0000000a}body[data-template=collection] .collection-wrapper,body[data-template=search] .collection-wrapper{border-radius:22px;overflow:hidden}body[data-template=collection] .product-grid,body[data-template=search] .product-grid{gap:14px 10px!important}body[data-template=collection] .product-card,body[data-template=search] .product-card{border-radius:18px!important;overflow:hidden!important;background:#fff}body[data-template=collection] .product-card .card-gallery,body[data-template=search] .product-card .card-gallery{border-radius:18px!important;overflow:hidden!important;--gallery-aspect-ratio:4 / 5!important;aspect-ratio:4 / 5!important;background:#f2f2f0}body[data-template=collection] .product-card .product-media-container,body[data-template=search] .product-card .product-media-container,body[data-template=collection] .product-card .product-media,body[data-template=search] .product-card .product-media,body[data-template=collection] .product-card .product-media>*,body[data-template=search] .product-card .product-media>*{border-radius:18px!important;overflow:hidden!important;aspect-ratio:4 / 5!important}body[data-template=collection] .product-card img,body[data-template=search] .product-card img{width:100%;height:100%;object-fit:cover}body[data-template=collection] .product-card .product-badges,body[data-template=search] .product-card .product-badges{z-index:3}body[data-template=collection] .product-card .product-grid__card,body[data-template=search] .product-card .product-grid__card{gap:8px!important}body[data-template=collection] .product-card a.contents .text-block p,body[data-template=collection] .product-card a.contents .text-block h1,body[data-template=collection] .product-card a.contents .text-block h2,body[data-template=collection] .product-card a.contents .text-block h3,body[data-template=collection] .product-card a.contents .text-block h4,body[data-template=collection] .product-card a.contents .text-block h5,body[data-template=collection] .product-card a.contents .text-block h6,body[data-template=search] .product-card a.contents .text-block p,body[data-template=search] .product-card a.contents .text-block h1,body[data-template=search] .product-card a.contents .text-block h2,body[data-template=search] .product-card a.contents .text-block h3,body[data-template=search] .product-card a.contents .text-block h4,body[data-template=search] .product-card a.contents .text-block h5,body[data-template=search] .product-card a.contents .text-block h6{display:block!important;overflow:hidden!important;white-space:nowrap!important;text-overflow:ellipsis!important;-webkit-line-clamp:1!important;line-clamp:1!important;font-size:14px!important;line-height:1.35!important}body[data-template=collection] .product-card .text-block,body[data-template=search] .product-card .text-block{width:100%;min-width:0}}body[data-template=collection] .content-for-layout{background:#f3f3f1!important;padding-inline:clamp(10px,1.4vw,18px)!important;padding-bottom:28px!important}body[data-template=collection] .content-for-layout>.section-wrapper:first-child{width:min(1480px,100%)!important;margin:16px auto 0!important;border-radius:30px 30px 0 0!important;overflow:hidden!important;background:#fff!important;box-shadow:0 8px 28px #0000000b}body[data-template=collection] .content-for-layout>.section-wrapper:first-child>.section-background,body[data-template=collection] .content-for-layout>.section-wrapper:first-child>.section,body[data-template=collection] .content-for-layout>.section-wrapper:first-child .custom-section-content{width:100%!important;max-width:none!important;margin:0!important;border:0!important;border-radius:30px 30px 0 0!important;background:#fff!important;box-shadow:none!important}body[data-template=collection] .content-for-layout>.ud-collection-main-section{width:min(1480px,100%)!important;margin:0 auto!important;border-radius:0 0 30px 30px!important;overflow:hidden!important;background:#fff!important;box-shadow:0 14px 28px #0000000b}body[data-template=collection] .content-for-layout>.ud-collection-main-section>.section-background{background:#fff!important}body[data-template=collection] .ud-collection-main-section .product-grid-container{width:100%!important;max-width:none!important;margin:0!important;padding:0 18px 28px!important;border:0!important;border-radius:0 0 30px 30px!important;background:#fff!important;box-shadow:none!important;overflow:hidden!important}body[data-template=collection] .ud-collection-main-section .collection-wrapper{width:100%!important;max-width:none!important;margin:0!important;border-radius:0 0 26px 26px!important;overflow:hidden!important;background:#fff!important}body[data-template=collection] .content-for-layout>.section-wrapper:first-child,body[data-template=collection] .content-for-layout>.ud-collection-main-section,body[data-template=collection] .ud-collection-main-section .product-grid-container{border-top:0!important;border-bottom:0!important}@media(max-width:749px){body[data-template=collection] .content-for-layout{padding-inline:8px!important;padding-bottom:24px!important}body[data-template=collection] .content-for-layout>.section-wrapper:first-child{width:100%!important;margin-top:12px!important;border-radius:28px 28px 0 0!important}body[data-template=collection] .content-for-layout>.section-wrapper:first-child>.section-background,body[data-template=collection] .content-for-layout>.section-wrapper:first-child>.section,body[data-template=collection] .content-for-layout>.section-wrapper:first-child .custom-section-content{border-radius:28px 28px 0 0!important}body[data-template=collection] .content-for-layout>.ud-collection-main-section{width:100%!important;border-radius:0 0 28px 28px!important}body[data-template=collection] .ud-collection-main-section .product-grid-container{padding:0 10px 22px!important;border-radius:0 0 28px 28px!important}body[data-template=collection] .ud-collection-main-section .collection-wrapper{border-radius:0 0 24px 24px!important}}body[data-template=collection] .content-for-layout{padding-bottom:36px!important}body[data-template=collection] footer,body[data-template=collection] #shopify-section-footer-group,body[data-template=collection] .shopify-section-group-footer-group{margin-top:0!important}body[data-template=collection] .section-premium-footer,body[data-template=collection] [id^=premium-footer-]{margin-top:0!important;transform:none!important;position:relative!important}@media(max-width:749px){body[data-template=collection] .content-for-layout{padding-bottom:32px!important}}@media(max-width:640px){body>.ud-mobile-nav .ud-mobile-nav__scrim{appearance:none!important;-webkit-appearance:none!important;border:0!important;background:#0a0a0c61!important;-webkit-backdrop-filter:blur(2px) saturate(105%)!important;backdrop-filter:blur(2px) saturate(105%)!important}body>.ud-mobile-nav.is-open .ud-mobile-nav__scrim{opacity:1!important}body>.ud-search{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100vw!important;height:100dvh!important;overflow:hidden!important;z-index:195!important}body>.ud-search .ud-search__scrim{appearance:none!important;-webkit-appearance:none!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:100%!important;border:0!important;background:#0a0a0c61!important;-webkit-backdrop-filter:blur(2px) saturate(105%)!important;backdrop-filter:blur(2px) saturate(105%)!important;opacity:0!important;transition:opacity .22s ease!important}body>.ud-search.is-open .ud-search__scrim{opacity:1!important}body>.ud-search .ud-search__panel{position:absolute!important;left:0!important;right:0!important;top:auto!important;bottom:0!important;width:100vw!important;max-width:100vw!important;height:86dvh!important;max-height:86dvh!important;margin:0!important;padding:0!important;display:flex!important;flex-direction:column!important;overflow:hidden!important;border:0!important;border-radius:28px 28px 0 0!important;background:#fff!important;box-shadow:0 -12px 30px #00000029!important;opacity:1!important;transform:translate3d(0,105%,0)!important;transition:transform .4s cubic-bezier(.22,.85,.24,1)!important}body>.ud-search.is-open .ud-search__panel{transform:translateZ(0)!important}body>.ud-search.is-dragging .ud-search__panel{transition:none!important}.ud-search__drag-handle{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;height:18px!important;min-height:18px!important;flex:0 0 18px!important;padding:6px 0 2px!important;border:0!important;border-radius:28px 28px 0 0!important;background:#fff!important;color:transparent!important;cursor:grab!important;touch-action:none!important}.ud-search__drag-handle span{display:block!important;width:42px!important;height:4px!important;border-radius:999px!important;background:#11111347!important}.ud-search__head[data-ud-search-drag-zone]{position:relative!important;top:auto!important;flex:0 0 auto!important;padding:8px 14px 12px!important;border-radius:0!important;background:#fff!important;cursor:grab!important;touch-action:none!important}.ud-search__form,.ud-search__input{touch-action:manipulation!important}.ud-search__input{height:52px!important}.ud-search__body{flex:1 1 auto!important;min-height:0!important;overflow-y:auto!important;overscroll-behavior:contain!important;-webkit-overflow-scrolling:touch!important;padding:18px 16px calc(22px + env(safe-area-inset-bottom))!important}.ud-search__grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}}@media(max-width:749px){body>.ud-mobile-nav{background:transparent!important}body>.ud-mobile-nav .ud-mobile-nav__scrim{appearance:none!important;-webkit-appearance:none!important;border:0!important;background:#08080c66!important;-webkit-backdrop-filter:blur(8px) saturate(112%)!important;backdrop-filter:blur(8px) saturate(112%)!important;opacity:0!important;transition:opacity .24s ease!important}body>.ud-mobile-nav.is-open .ud-mobile-nav__scrim{opacity:1!important}body>.ud-search .ud-search__scrim{background:#08080c66!important;-webkit-backdrop-filter:blur(8px) saturate(112%)!important;backdrop-filter:blur(8px) saturate(112%)!important}}@media screen and (min-width:990px){html:has(.page-wrapper),html:has(.page-wrapper) body{height:100dvh!important;overflow:hidden!important}.page-wrapper{display:block!important;height:100dvh!important;min-height:100dvh!important;overflow-x:hidden!important;overflow-y:auto!important}#MainContent.content-for-layout{display:block!important;flex:none!important;width:100%!important;min-height:0!important;overflow:visible!important;position:relative!important}#MainContent.content-for-layout>.shopify-section,#MainContent.content-for-layout>.shopify-section:last-child{display:block!important;flex:none!important;flex-grow:0!important;position:relative!important;float:none!important;clear:both!important}.page-wrapper>footer{display:block!important;position:relative!important;inset:auto!important;clear:both!important;float:none!important;width:100%!important;margin:46px 0 0!important;transform:none!important;translate:none!important;z-index:1!important}.page-wrapper>footer #shopify-section-footer-group,.page-wrapper>footer .shopify-section-group-footer-group,.page-wrapper>footer .section-premium-footer,.page-wrapper>footer [id^=premium-footer-]{position:relative!important;inset:auto!important;width:100%!important;margin-top:0!important;transform:none!important;translate:none!important}body[data-template=index] [id^=UDFlatProducts-] .ud-flat-products__grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:clamp(14px,1.35vw,20px)!important}body[data-template=index] [id^=UDFlatProducts-] .ud-flat-products__item{min-width:0!important;height:auto!important}body[data-template=index] [id^=UDFlatProducts-] .card-gallery{width:100%!important;height:auto!important;min-height:0!important;aspect-ratio:4 / 5!important;--gallery-aspect-ratio: 4 / 5 !important;overflow:hidden!important}body[data-template=index] [id^=UDFlatProducts-] .card-gallery>a,body[data-template=index] [id^=UDFlatProducts-] .card-gallery slideshow-component,body[data-template=index] [id^=UDFlatProducts-] .card-gallery slideshow-container,body[data-template=index] [id^=UDFlatProducts-] .card-gallery .slideshow,body[data-template=index] [id^=UDFlatProducts-] .card-gallery .slideshow__slides,body[data-template=index] [id^=UDFlatProducts-] .card-gallery slideshow-slide,body[data-template=index] [id^=UDFlatProducts-] .card-gallery .product-media-container,body[data-template=index] [id^=UDFlatProducts-] .card-gallery .product-media{width:100%!important;height:100%!important;min-height:0!important;aspect-ratio:4 / 5!important}body[data-template=index] [id^=UDFlatProducts-] .card-gallery img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important}body[data-template=product] #MainContent{display:grid!important;grid-template-columns:minmax(0,1.15fr) minmax(420px,.85fr)!important;column-gap:28px!important;align-items:start!important;padding:18px 38px 70px!important}body[data-template=product] #MainContent>.shopify-section{grid-column:1 / -1;width:100%!important;min-width:0!important}body[data-template=product] #MainContent>.shopify-section:has(.ud-product-gallery-section){grid-column:1!important;grid-row:1!important;justify-self:end!important;width:min(760px,100%)!important;max-width:760px!important}body[data-template=product] #MainContent>.shopify-section:has(.ud-product-details-section){grid-column:2!important;grid-row:1!important;justify-self:start!important;width:min(540px,100%)!important;max-width:540px!important}body[data-template=product] .ud-product-gallery-section,body[data-template=product] .ud-product-details-section{width:100%!important;margin:0!important;padding:0!important;background:transparent!important}body[data-template=product] .ud-product-gallery-section .ud-shell,body[data-template=product] .ud-product-details-section .ud-shell{display:block!important;width:100%!important;max-width:none!important;margin:0!important;padding:0!important}body[data-template=product] .ud-product-gallery-section .ud-product-gallery{width:100%!important;max-width:none!important;margin:0!important;padding:12px!important;border-radius:30px!important;background:#fff!important;border:1px solid rgba(17,17,17,.07)!important}body[data-template=product] .ud-product-gallery-section .ud-product-stage{width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;aspect-ratio:4 / 5!important;border-radius:23px!important;overflow:hidden!important;background:#ededeb!important}body[data-template=product] .ud-product-gallery-section .ud-product-media,body[data-template=product] .ud-product-gallery-section .ud-product-media img{width:100%!important;height:100%!important;border-radius:inherit!important}body[data-template=product] .ud-product-gallery-section .ud-product-media img{object-fit:cover!important;object-position:center!important}body[data-template=product] .ud-product-details-section .ud-horizon-details__card{position:sticky!important;top:112px!important;width:100%!important;max-width:none!important;margin:0!important;padding:34px 32px!important;border-radius:30px!important;background:#fff!important;border:1px solid rgba(17,17,17,.07)!important}body[data-template=product] .ud-product-details-section .ud-product-title{max-width:100%!important;margin-bottom:20px!important;font-size:clamp(46px,3.45vw,66px)!important;line-height:.9!important;letter-spacing:-.06em!important}body[data-template=product] .ud-product-details-section .ud-product-price__current{font-size:25px!important}body[data-template=product] .ud-product-details-section .ud-option-button{min-width:76px!important;height:48px!important}body[data-template=product] .ud-product-details-section .ud-buy-row{grid-template-columns:118px minmax(0,1fr)!important}body[data-template=product] .ud-product-details-section .ud-qty,body[data-template=product] .ud-product-details-section .ud-atc,body[data-template=product] .ud-product-details-section .ud-buy-now{min-height:56px!important;height:56px!important}body[data-template=product] .ud-collection-cards{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important}body[data-template=product] .ud-collection-card{width:100%!important;min-height:0!important;height:auto!important;aspect-ratio:4 / 5!important;border-radius:24px!important}body[data-template=product] .ud-collection-card img{width:100%!important;height:100%!important;object-fit:cover!important}.ud-cart__checkout-row{display:grid!important;grid-template-columns:minmax(190px,.44fr) minmax(0,1fr)!important;align-items:stretch!important;gap:10px!important}.ud-cart__estimated-wrap{width:100%!important;min-width:0!important;padding-top:18px!important}.ud-cart__saving-strip{top:5px!important;width:calc(100% - 18px)!important;min-width:0!important;max-width:none!important;height:26px!important;min-height:26px!important;padding:0 10px!important;font-size:9px!important;line-height:26px!important;white-space:nowrap!important}.ud-cart__estimated{display:grid!important;grid-template-columns:28px minmax(0,1fr)!important;grid-template-areas:"icon label" "icon old" "icon total" "icon off"!important;width:100%!important;min-width:0!important;min-height:90px!important;height:90px!important;padding:19px 12px 9px!important;column-gap:10px!important;row-gap:2px!important;align-content:center!important;overflow:hidden!important;border-radius:16px!important}.ud-cart__estimated-icon{grid-area:icon!important;align-self:center!important;width:28px!important;height:34px!important}.ud-cart__estimated-label{grid-area:label!important;width:auto!important;min-width:0!important;font-size:13px!important;line-height:1.1!important;white-space:nowrap!important}.ud-cart__estimated-old{grid-area:old!important;width:auto!important;max-width:100%!important;justify-self:start!important;text-align:left!important;font-size:10px!important}.ud-cart__estimated>strong{grid-area:total!important;width:auto!important;max-width:100%!important;justify-self:start!important;text-align:left!important;font-size:20px!important;line-height:1!important;white-space:nowrap!important}.ud-cart__estimated-off{grid-area:off!important;width:auto!important;max-width:100%!important;justify-self:start!important;text-align:left!important;font-size:10px!important;line-height:1!important;white-space:nowrap!important}.ud-cart__checkout{width:100%!important;min-height:90px!important;height:90px!important;border-radius:16px!important;font-size:18px!important}}@media screen and (min-width:990px){body[data-template=product] .ud-reco-section{padding-top:28px!important;padding-bottom:34px!important;background:transparent!important}body[data-template=product] .ud-reco-section>.ud-shell{width:min(1480px,calc(100% - 28px))!important;margin-inline:auto!important;padding:34px 32px 30px!important;border-radius:34px!important;overflow:hidden!important;background:#fff!important;border:1px solid rgba(17,17,19,.07)!important;box-shadow:0 16px 36px #0c0c0e0d!important}body[data-template=product] .ud-reco-grid{gap:18px!important}body[data-template=product] .ud-reco-grid .ud-card--reco{display:block!important;border-radius:24px!important;overflow:hidden!important;background:transparent!important;text-decoration:none!important;color:var(--ud-ink)!important}body[data-template=product] .ud-reco-grid .ud-card__media--portrait{border-radius:24px!important;overflow:hidden!important}body[data-template=index] .ud-home-values-section{width:min(1480px,calc(100% - 28px))!important;margin:18px auto 0!important;padding:30px 0 36px!important;border-radius:34px!important;overflow:hidden!important;background:#fff!important;border:1px solid rgba(17,17,19,.06)!important;box-shadow:0 16px 36px #0c0c0e0d!important}body[data-template=index] .ud-home-values-section>.ud-shell{width:calc(100% - 56px)!important;margin-inline:auto!important;max-width:none!important;padding:0!important}body[data-template=index] .ud-home-values-section .ud-section__head{margin-bottom:24px!important}body[data-template=index] .ud-home-values-section .ud-value-grid{gap:16px!important}body[data-template=index] .ud-home-values-section .ud-value-card{border-radius:26px!important;overflow:hidden!important}body[data-template=index] .ud-why-benefits{padding:34px 0 42px!important;background:transparent!important}body[data-template=index] .ud-why-benefits .page-width{width:min(1480px,calc(100% - 28px))!important;max-width:none!important;padding:0!important;margin-inline:auto!important}body[data-template=index] .ud-why-benefits__shell{width:100%!important;min-height:360px!important;aspect-ratio:auto!important;margin:0 auto!important;padding:34px 36px!important;display:grid!important;grid-template-columns:minmax(0,.78fr) minmax(0,1.02fr)!important;align-items:center!important;gap:24px!important;border-radius:34px!important;overflow:hidden!important;border:0!important;background:linear-gradient(145deg,#ffffffeb,#f6f8fcd1)!important;-webkit-backdrop-filter:blur(18px) saturate(138%)!important;backdrop-filter:blur(18px) saturate(138%)!important;box-shadow:0 16px 40px #0f172a0f!important}body[data-template=index] .ud-why-benefits__shell:before{display:none!important}body[data-template=index] .ud-why-benefits__shell:after{top:0!important;right:0!important;bottom:0!important;left:0!important;border-radius:inherit!important;background:linear-gradient(90deg,var(--udb-red),transparent 72%) top left / 100% 3px no-repeat!important;opacity:.82!important}body[data-template=index] .ud-why-benefits__heading{align-self:center!important}body[data-template=index] .ud-why-benefits__heading h2{max-width:430px!important}body[data-template=index] .ud-why-benefits__heading p{max-width:420px!important}body[data-template=index] .ud-why-benefits__grid{align-content:center!important;gap:12px!important}body[data-template=index] .ud-why-benefit-card{min-height:86px!important;border-radius:22px!important;border:0!important;box-shadow:0 8px 22px #0f172a0e!important}body[data-template=index] .ud-why-benefit-card:after{background:linear-gradient(90deg,var(--udb-red),transparent 72%) top left / 100% 2px no-repeat!important}body[data-template=index] .ud-why-benefit-card__icon{border:0!important;box-shadow:0 6px 16px #0f172a0e!important}}@media screen and (min-width:990px){body[data-template=index] .ud-why-benefits{padding-top:14px!important;padding-bottom:16px!important;margin:0!important}body[data-template=index] .ud-why-benefits .page-width{margin-inline:auto!important}body[data-template=index] .ud-why-benefits__shell{margin:0 auto!important;padding:28px 32px!important;min-height:320px!important}body[data-template=index] .ud-why-benefits+.shopify-section,body[data-template=index] .ud-why-benefits+.ud-section{margin-top:0!important}body[data-template=index] .ud-why-benefits+.shopify-section .ud-section,body[data-template=index] .ud-why-benefits+.shopify-section .ud-editorial,body[data-template=index] .ud-why-benefits+.ud-section{padding-top:18px!important}body[data-template=index] .ud-home-values-section{margin:8px auto 22px!important;padding:22px 0 24px!important}body[data-template=index] .ud-home-values-section>.ud-shell{width:calc(100% - 48px)!important}body[data-template=index] .ud-home-values-section .ud-section__head{margin-bottom:18px!important}body[data-template=index] .ud-home-values-section+.shopify-section,body[data-template=index] .ud-home-values-section+footer{margin-top:0!important}body[data-template=product] #MainContent>.shopify-section:has(.ud-product-gallery-section){width:min(700px,100%)!important;max-width:700px!important}body[data-template=product] .ud-product-gallery-section .ud-product-gallery{padding:12px!important}body[data-template=product] .ud-product-gallery-section .ud-product-stage{aspect-ratio:4 / 5!important;background:#efefed!important}body[data-template=product] .ud-product-gallery-section .ud-product-media,body[data-template=product] .ud-product-gallery-section .ud-product-media img{width:100%!important;height:100%!important}body[data-template=product] .ud-product-gallery-section .ud-product-media img{object-fit:contain!important;object-position:center center!important;background:#efefed!important}}@media screen and (min-width:990px){body[data-template=index] .ud-why-benefits{padding-top:28px!important;padding-bottom:6px!important;margin:0!important}body[data-template=index] .ud-why-benefits__shell{min-height:300px!important;padding:28px 32px!important;box-shadow:none!important}body[data-template=index] .ud-why-benefits+.shopify-section,body[data-template=index] .ud-why-benefits+.ud-section{margin-top:0!important}body[data-template=index] .ud-why-benefits+.shopify-section .ud-section,body[data-template=index] .ud-why-benefits+.shopify-section .ud-editorial,body[data-template=index] .ud-why-benefits+.ud-section{padding-top:0!important;margin-top:0!important}body[data-template=index] .ud-home-values-section{margin:0 auto 34px!important;padding:12px 0 16px!important;box-shadow:none!important}body[data-template=index] .ud-home-values-section .ud-section__head{margin-bottom:14px!important}body[data-template=index] .ud-home-values-section+.shopify-section,body[data-template=index] .ud-home-values-section+footer{margin-top:14px!important}}@media screen and (min-width:990px){body[data-template=index] .ud-why-benefits{margin-top:-28px!important;margin-bottom:0!important;padding-top:0!important;padding-bottom:16px!important}body[data-template=index] .ud-why-benefits__shell{margin:0 auto!important;min-height:300px!important;box-shadow:none!important}body[data-template=index] .ud-why-benefits+.shopify-section,body[data-template=index] .ud-why-benefits+.ud-section{margin-top:0!important}body[data-template=index] .ud-why-benefits+.shopify-section .ud-editorial,body[data-template=index] .ud-why-benefits+.shopify-section .ud-section,body[data-template=index] .ud-why-benefits+.ud-section{margin-top:0!important;padding-top:0!important}body[data-template=index] .ud-home-values-section{margin-top:-32px!important;margin-bottom:18px!important;padding-top:0!important;padding-bottom:18px!important;box-shadow:none!important}body[data-template=index] .ud-home-values-section>.ud-shell{margin-top:0!important;box-shadow:none!important}body[data-template=index] .ud-home-values-section .ud-section__head{margin-bottom:12px!important}body[data-template=index] .ud-home-values-section+.shopify-section,body[data-template=index] .ud-home-values-section+footer{margin-top:0!important}}@media screen and (min-width:990px){body[data-template=index] .ud-why-benefits{margin:18px 0!important;padding:0!important}body[data-template=index] .ud-why-benefits .page-width{margin-inline:auto!important;padding:0!important}body[data-template=index] .ud-why-benefits__shell{margin:0 auto!important;min-height:300px!important;padding:30px 34px!important;box-shadow:none!important}body[data-template=index] .ud-why-benefits+.shopify-section,body[data-template=index] .ud-why-benefits+.ud-section{margin-top:0!important}body[data-template=index] .ud-why-benefits+.shopify-section .ud-editorial,body[data-template=index] .ud-why-benefits+.shopify-section .ud-section,body[data-template=index] .ud-why-benefits+.ud-section{margin-top:0!important;padding-top:0!important}body[data-template=index] .ud-home-values-section{margin:18px auto!important;padding:18px 0 20px!important;box-shadow:none!important}body[data-template=index] .ud-home-values-section>.ud-shell{width:calc(100% - 48px)!important;margin-top:0!important;margin-bottom:0!important;box-shadow:none!important}body[data-template=index] .ud-home-values-section .ud-section__head{margin-bottom:16px!important}body[data-template=index] .ud-home-values-section+.shopify-section,body[data-template=index] .ud-home-values-section+footer{margin-top:0!important}}@media screen and (min-width:990px){body[data-template=index] .shopify-section:has(.ud-editorial){margin:0!important;padding:0!important}body[data-template=index] .shopify-section:has(.ud-editorial)>.ud-section{margin:0!important;padding-top:18px!important;padding-bottom:18px!important}body[data-template=index] .shopify-section:has(.ud-editorial) .ud-editorial{margin-top:0!important;margin-bottom:0!important}}.ud-editorial__copy .ud-button,.ud-editorial__copy .ud-button--light{background:#ffffff24!important;color:#fff!important;border:1px solid rgba(255,255,255,.22)!important;box-shadow:0 10px 28px #00000029,inset 0 1px #ffffff38!important}@supports ((backdrop-filter: blur(14px)) or (-webkit-backdrop-filter: blur(14px))){.ud-editorial__copy .ud-button,.ud-editorial__copy .ud-button--light{backdrop-filter:saturate(135%) blur(14px)!important;-webkit-backdrop-filter:saturate(135%) blur(14px)!important}}.ud-editorial__copy .ud-button:hover,.ud-editorial__copy .ud-button--light:hover{background:#ffffff2e!important;border-color:#ffffff47!important;color:#fff!important}@media screen and (max-width:989px){body[data-template=index] .shopify-section:has(.ud-editorial){margin:0!important;padding:0!important}body[data-template=index] .shopify-section:has(.ud-editorial)>.ud-section{padding-top:8px!important;padding-bottom:8px!important}body[data-template=index] .shopify-section:has(.ud-editorial) .ud-editorial{grid-template-columns:1fr!important;gap:0!important;margin:0!important}body[data-template=index] .shopify-section:has(.ud-editorial) .ud-editorial__mobile-media{display:block!important;margin:0 0 10px!important}body[data-template=index] .shopify-section:has(.ud-editorial) .ud-editorial__media{display:none!important}body[data-template=index] .shopify-section:has(.ud-editorial) .ud-editorial__copy{width:100%!important;min-height:auto!important;padding:22px!important;border-radius:24px!important}body[data-template=index] .shopify-section:has(.ud-editorial) .ud-editorial__copy h2{font-size:clamp(42px,13vw,72px)!important;line-height:.94!important;margin:0!important}body[data-template=index] .shopify-section:has(.ud-editorial) .ud-editorial__copy>div:last-child{display:flex!important;flex-direction:column!important;gap:14px!important;margin-top:14px!important}body[data-template=index] .shopify-section:has(.ud-editorial) .ud-editorial__copy .ud-button,body[data-template=index] .shopify-section:has(.ud-editorial) .ud-editorial__copy .ud-button--light{align-self:flex-start!important;min-height:46px!important;padding:0 18px!important;font-size:13px!important}}@media screen and (max-width:640px){body[data-template=index] .shopify-section:has(.ud-editorial)>.ud-section{padding-top:6px!important;padding-bottom:6px!important}body[data-template=index] .shopify-section:has(.ud-editorial) .ud-editorial__mobile-media{margin-bottom:8px!important;border-radius:20px!important}body[data-template=index] .shopify-section:has(.ud-editorial) .ud-editorial__copy{padding:20px!important;border-radius:22px!important}body[data-template=index] .shopify-section:has(.ud-editorial) .ud-editorial__copy .ud-button,body[data-template=index] .shopify-section:has(.ud-editorial) .ud-editorial__copy .ud-button--light{min-height:44px!important;padding:0 16px!important}}.ud-home-editorial-section .ud-editorial__media,.ud-home-editorial-section .ud-editorial__media>video,.ud-home-editorial-section .ud-editorial__media .ud-editorial__video,.ud-home-editorial-section .ud-editorial__media .ud-editorial__video video,.ud-home-editorial-section .ud-editorial__media img{width:100%!important;height:100%!important}.ud-home-editorial-section .ud-editorial__media>video,.ud-home-editorial-section .ud-editorial__media .ud-editorial__video,.ud-home-editorial-section .ud-editorial__media .ud-editorial__video video,.ud-home-editorial-section .ud-editorial__media img{display:block!important;object-fit:cover!important}.ud-home-editorial-section .ud-editorial__button{background:#ffffff29!important;color:#fff!important;border:1px solid rgba(255,255,255,.34)!important;box-shadow:inset 0 1px #ffffff52,0 10px 28px #0000002e!important;-webkit-backdrop-filter:blur(14px) saturate(145%)!important;backdrop-filter:blur(14px) saturate(145%)!important}.ud-home-editorial-section .ud-editorial__button:hover{background:#ffffff3d!important;border-color:#ffffff7a!important;color:#fff!important}@media screen and (min-width:990px){body[data-template=product] .shopify-section:has(.ud-product-collections-section){margin:0!important;padding:0!important}body[data-template=product] .ud-product-collections-section{margin:0!important;padding-top:0!important;padding-bottom:0!important}body[data-template=product] .ud-product-collections-section>.ud-shell{margin-top:0!important;margin-bottom:0!important}}@media screen and (max-width:989px){body[data-template=index] .shopify-section:has(.ud-home-editorial-section){margin:0!important;padding:0!important}body[data-template=index] .shopify-section:has(.ud-home-editorial-section)>.ud-home-editorial-section{padding-top:8px!important;padding-bottom:8px!important}body[data-template=index] .ud-home-editorial-section .ud-editorial{grid-template-columns:1fr!important;gap:10px!important;margin:0!important}body[data-template=index] .ud-home-editorial-section .ud-editorial__media{display:block!important;min-height:0!important;aspect-ratio:4 / 5!important;border-radius:24px!important;overflow:hidden!important}body[data-template=index] .ud-home-editorial-section .ud-editorial__copy{display:flex!important;width:100%!important;min-height:380px!important;padding:22px!important;border-radius:24px!important}body[data-template=index] .ud-home-editorial-section .ud-editorial__copy h2{font-size:clamp(42px,13vw,72px)!important;line-height:.94!important}body[data-template=index] .ud-home-editorial-section .ud-editorial__button{align-self:flex-start!important;min-height:44px!important;padding:0 17px!important;font-size:13px!important}body[data-template=index] .ud-home-values-section .ud-value-card__content{align-items:flex-end!important}body[data-template=index] .ud-home-values-section .ud-value-card__copy{display:block!important;min-width:0!important}body[data-template=index] .ud-home-values-section .ud-value-card h3{display:block!important;margin:0 0 5px!important;color:#fff!important;opacity:1!important}body[data-template=index] .ud-home-values-section .ud-value-card p{display:block!important;margin:0!important;max-width:260px!important;color:#ffffffb8!important;font-size:11px!important;line-height:1.35!important;opacity:1!important}}@media screen and (max-width:640px){body[data-template=index] .ud-home-editorial-section .ud-editorial__copy{min-height:340px!important;padding:20px!important;border-radius:22px!important}body[data-template=index] .ud-home-editorial-section .ud-editorial__media{border-radius:22px!important}body[data-template=index] .ud-home-values-section .ud-value-card{padding:15px!important}body[data-template=index] .ud-home-values-section .ud-value-card h3{font-size:19px!important}body[data-template=index] .ud-home-values-section .ud-value-card p{font-size:10px!important}}.h-captcha[data-size=invisible],[data-hcaptcha-widget-id][data-size=invisible],iframe[src*="hcaptcha.com"][style*="position: fixed"],iframe[src*="newassets.hcaptcha.com"][style*="position: fixed"]{visibility:hidden!important;opacity:0!important;pointer-events:none!important}@media(min-width:990px){body[data-template=product] .ud-product-gallery-section .ud-product-gallery{padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important;border-radius:30px!important;overflow:hidden!important}body[data-template=product] .ud-product-gallery-section .ud-product-stage{width:100%!important;aspect-ratio:4 / 5!important;min-height:0!important;max-height:none!important;border-radius:30px!important;overflow:hidden!important;background:#efefed!important}body[data-template=product] .ud-product-gallery-section .ud-product-track,body[data-template=product] .ud-product-gallery-section .ud-product-media,body[data-template=product] .ud-product-gallery-section .ud-product-media img{width:100%!important;height:100%!important}body[data-template=product] .ud-product-gallery-section .ud-product-media{top:0!important;right:0!important;bottom:0!important;left:0!important;border-radius:inherit!important;overflow:hidden!important}body[data-template=product] .ud-product-gallery-section .ud-product-media img{display:block!important;object-fit:cover!important;object-position:center center!important;border-radius:inherit!important;background:#efefed!important}}@media screen and (max-width:989px){body[data-template=product] .ud-reco-section{padding-top:0!important;padding-bottom:0!important;background:transparent!important}body[data-template=product] .ud-reco-section>.ud-shell{width:calc(100% - 20px)!important;margin:0 auto!important;padding:18px 12px 20px!important;border-radius:28px!important;overflow:hidden!important;background:#fff!important;border:1px solid rgba(17,17,19,.06)!important;box-shadow:none!important}body[data-template=product] .ud-reco-head{margin-bottom:10px!important}body[data-template=product] .ud-reco-head__row{align-items:center!important;gap:12px!important}body[data-template=product] .ud-reco-head__button{border-radius:999px!important}body[data-template=product] .ud-reco-grid{gap:14px!important}}@media screen and (max-width:989px){body[data-template=product] .ud-reco-section{margin-bottom:18px!important}body[data-template=product] .ud-reco-section>.ud-shell{margin-bottom:0!important;padding-bottom:24px!important}}@media screen and (max-width:989px){body[data-template=product] .ud-reco-section{margin-bottom:34px!important;position:relative!important;z-index:1!important}body[data-template=product] .ud-reco-section>.ud-shell{padding-bottom:34px!important}body[data-template=product] .ud-reco-section+.shopify-section,body[data-template=product] .ud-reco-section+section,body[data-template=product] .ud-reco-section+div{margin-top:0!important}}@media screen and (max-width:989px){body[data-template=product] .ud-reco-section{margin-bottom:64px!important}body[data-template=product] .ud-reco-section>.ud-shell{padding-bottom:42px!important}}:root{--ud-ease-snappy: cubic-bezier(.22, .82, .22, 1);--ud-motion-fast: .16s;--ud-motion-base: .26s;--ud-motion-sheet: .3s}html{-webkit-text-size-adjust:100%;text-rendering:optimizeLegibility;scrollbar-gutter:stable}body.ud-reference-theme{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body.ud-reference-theme :where(a,button,summary,[role=button],[tabindex]:not([tabindex="-1"])){-webkit-tap-highlight-color:transparent;touch-action:manipulation}.ud-card__media,.ud-product-stage,.ud-product-media,.ud-editorial__media,.ud-value-card,.ud-collection-card{contain:paint}.ud-mobile-nav__panel,.ud-cart__panel,.ud-search__panel,.ud-login__panel,theme-drawer .theme-drawer__dialog,.ud-inline-size-guide__modal{-webkit-backface-visibility:hidden;backface-visibility:hidden;contain:paint}.ud-mobile-nav__scrim,.ud-cart__scrim,.ud-search__scrim,.ud-login__scrim{transition-timing-function:ease-out!important}body>.ud-menu-sheet .ud-mobile-nav__panel,.ud-cart__panel,.ud-search__panel,.ud-login__panel,theme-drawer#filters-drawer .theme-drawer__dialog{transition-timing-function:var(--ud-ease-snappy)!important}@media screen and (max-width:989px){body>.ud-menu-sheet .ud-mobile-nav__panel,.ud-cart__panel,.ud-search__panel,.ud-login__panel{transition-duration:var(--ud-motion-sheet)!important}.ud-mobile-nav__scrim,.ud-cart__scrim,.ud-search__scrim,.ud-login__scrim{transition-duration:.2s!important}.facets-toggle,.facets-toggle__button{transition-timing-function:var(--ud-ease-snappy)!important}}html.ud-low-power .ud-glass,html.ud-low-power .ud-product-panel,html.ud-low-power .ud-cart__panel,html.ud-low-power body>.ud-menu-sheet .ud-mobile-nav__panel,html.ud-low-power .ud-search__panel,html.ud-low-power .ud-login__panel,html.ud-low-power .ud-editorial__button,html.ud-low-power theme-drawer .theme-drawer__dialog,html.ud-low-power .ud-inline-size-guide__backdrop{-webkit-backdrop-filter:none!important;backdrop-filter:none!important}html.ud-low-power .ud-mobile-nav__scrim,html.ud-low-power .ud-cart__scrim,html.ud-low-power .ud-search__scrim,html.ud-low-power .ud-login__scrim,html.ud-low-power theme-drawer .theme-drawer__dialog::backdrop{-webkit-backdrop-filter:none!important;backdrop-filter:none!important}html.ud-low-power .ud-cart__panel,html.ud-low-power body>.ud-menu-sheet .ud-mobile-nav__panel,html.ud-low-power .ud-search__panel,html.ud-low-power .ud-login__panel,html.ud-low-power theme-drawer .theme-drawer__dialog{box-shadow:0 16px 44px #0000002e!important}html.ud-low-power .ud-card,html.ud-low-power .ud-value-card,html.ud-low-power .ud-collection-card{box-shadow:none!important}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto!important}body.ud-reference-theme *,body.ud-reference-theme *:before,body.ud-reference-theme *:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}body>.ud-mobile-nav .ud-menu-product{grid-template-columns:minmax(0,1fr) 34px!important}body>.ud-mobile-nav .ud-menu-product__link{min-width:0;display:grid;grid-template-columns:58px minmax(0,1fr);align-items:center;gap:10px;color:inherit;text-decoration:none;border-radius:12px;-webkit-tap-highlight-color:transparent;touch-action:manipulation}body>.ud-mobile-nav .ud-menu-product__link:active{opacity:.72}@media(max-width:640px){body>.ud-mobile-nav .ud-mobile-nav__panel{top:auto!important;bottom:0!important;height:min(86dvh,var(--ud-menu-panel-height, 86dvh))!important;max-height:86dvh!important;min-height:360px!important;transition:transform var(--ud-motion-sheet, .3s) var(--ud-ease-snappy, cubic-bezier(.22,.82,.22,1)),height .22s var(--ud-ease-snappy, cubic-bezier(.22,.82,.22,1))!important}body>.ud-mobile-nav .ud-menu-sheet__viewport{height:auto!important;flex:1 1 auto!important;min-height:0!important}body>.ud-mobile-nav .ud-menu-footer{margin-top:10px!important}}html.ud-size-guide-lock,html.ud-size-guide-lock body,body.ud-size-guide-lock{overflow:hidden!important;overscroll-behavior:none!important}html.ud-size-guide-lock body,body.ud-size-guide-lock{touch-action:none!important}.ud-inline-size-guide__overlay,[data-ud-inline-size-guide-modal]{overscroll-behavior:none!important;touch-action:none!important}.ud-inline-size-guide__modal,[data-ud-inline-size-guide-modal] .ud-inline-size-guide__modal{overscroll-behavior:contain!important;touch-action:pan-y!important;-webkit-overflow-scrolling:touch!important}@media(min-width:990px){html{scroll-behavior:auto!important}.ud-header-wrap,#header-group{will-change:auto!important}body.ud-reference-theme main>.shopify-section:first-child,body.ud-reference-theme main>.shopify-section:first-child .ud-section{content-visibility:visible!important;contain-intrinsic-size:auto!important}body.ud-reference-theme main>.shopify-section:not(:first-child){content-visibility:auto!important;contain-intrinsic-size:auto 800px!important}body.ud-reference-theme main :where(.ud-section,.shopify-section,.ud-card,.ud-value-card,.ud-editorial__media,.ud-editorial__copy,.ud-product-gallery,.ud-product-panel){translate:none!important}}@media(min-width:990px){.page-wrapper{scroll-behavior:auto!important;overscroll-behavior-y:contain}}@media(max-width:989px){html,body{scroll-behavior:auto!important}body.ud-reference-theme{overscroll-behavior-y:auto;touch-action:pan-y pinch-zoom}}html.ud-is-scrolling body.ud-reference-theme main :where([class*=marquee],[class*=ticker],[class*=spotlight],[data-ud-reveal]),html.ud-is-scrolling body.ud-reference-theme main :where([class*=marquee],[class*=ticker],[class*=spotlight],[data-ud-reveal]):before,html.ud-is-scrolling body.ud-reference-theme main :where([class*=marquee],[class*=ticker],[class*=spotlight],[data-ud-reveal]):after{animation-play-state:paused!important}html.ud-size-guide-lock,html.ud-size-guide-lock body,html.ud-size-guide-lock .page-wrapper{scroll-behavior:auto!important;overflow-anchor:none!important}.ud-inline-size-guide__overlay.is-closing{visibility:visible!important;pointer-events:none!important}@media screen and (min-width:990px){body[data-template=product] .ud-product-gallery-section .ud-product-gallery,.template-product .ud-product-gallery-section .ud-product-gallery{width:100%!important;padding:12px!important;border-radius:34px!important;overflow:hidden!important;clip-path:inset(0 round 34px)!important;background:#fff!important;border:1px solid rgba(17,17,17,.07)!important;box-shadow:none!important;isolation:isolate!important}body[data-template=product] .ud-product-gallery-section .ud-product-stage,.template-product .ud-product-gallery-section .ud-product-stage,body[data-template=product] .ud-product-gallery-section .ud-product-track,.template-product .ud-product-gallery-section .ud-product-track,body[data-template=product] .ud-product-gallery-section .ud-product-media,.template-product .ud-product-gallery-section .ud-product-media{border-radius:27px!important;overflow:hidden!important;clip-path:inset(0 round 27px)!important}body[data-template=product] .ud-product-gallery-section .ud-product-stage,.template-product .ud-product-gallery-section .ud-product-stage{aspect-ratio:4 / 5!important;min-height:0!important;max-height:none!important;background:#efefed!important;transform:translateZ(0)!important}body[data-template=product] .ud-product-gallery-section .ud-product-track,.template-product .ud-product-gallery-section .ud-product-track,body[data-template=product] .ud-product-gallery-section .ud-product-media,.template-product .ud-product-gallery-section .ud-product-media,body[data-template=product] .ud-product-gallery-section .ud-product-media img,.template-product .ud-product-gallery-section .ud-product-media img{width:100%!important;height:100%!important}body[data-template=product] .ud-product-gallery-section .ud-product-media img,.template-product .ud-product-gallery-section .ud-product-media img{display:block!important;object-fit:cover!important;object-position:center center!important;border-radius:27px!important;clip-path:inset(0 round 27px)!important;transform:translateZ(0)!important;-webkit-backface-visibility:hidden!important;backface-visibility:hidden!important}}.ud-card-price__compare:after{left:0!important;right:0!important;top:50%!important;border-top:1.7px solid #e11d2e!important;transform:translateY(-50%) rotate(0)!important;transform-origin:center!important}body[data-template=product] .ud-product-price__compare,body[data-template=product] .ud-reco-card__price s{position:relative!important;display:inline-block!important;text-decoration:none!important}body[data-template=product] .ud-product-price__compare:after,body[data-template=product] .ud-reco-card__price s:after{content:"";position:absolute;left:0;right:0;top:50%;border-top:1.5px solid #e11d2e;transform:translateY(-50%);pointer-events:none}@media screen and (max-width:640px){.ud-card-price__compare:after{top:50%!important;border-top-width:1.5px!important;transform:translateY(-50%) rotate(0)!important}}@media screen and (min-width:990px){body[data-template=product] .ud-product-gallery-section .ud-product-gallery,.template-product .ud-product-gallery-section .ud-product-gallery{border-radius:34px!important;overflow:hidden!important;clip-path:inset(0 round 34px)!important}body[data-template=product] .ud-product-gallery-section .ud-product-stage,.template-product .ud-product-gallery-section .ud-product-stage{aspect-ratio:4 / 5!important;border-radius:28px!important;overflow:hidden!important;clip-path:inset(0 round 28px)!important;background:#efefed!important}body[data-template=product] .ud-product-gallery-section .ud-product-track,.template-product .ud-product-gallery-section .ud-product-track,body[data-template=product] .ud-product-gallery-section .ud-product-media,.template-product .ud-product-gallery-section .ud-product-media{width:100%!important;height:100%!important;border-radius:28px!important;overflow:hidden!important;clip-path:inset(0 round 28px)!important;background:#efefed!important}body[data-template=product] .ud-product-gallery-section .ud-product-media img,.template-product .ud-product-gallery-section .ud-product-media img{width:100%!important;height:100%!important;display:block!important;object-fit:contain!important;object-position:center center!important;background:#efefed!important;border-radius:28px!important;clip-path:inset(0 round 28px)!important}}@media screen and (min-width:990px){body[data-template=product] .ud-product-gallery-section .ud-shell,.template-product .ud-product-gallery-section .ud-shell{overflow:visible!important}body[data-template=product] .ud-product-gallery-section .ud-product-gallery,.template-product .ud-product-gallery-section .ud-product-gallery{position:relative!important;width:100%!important;margin:0!important;padding:12px!important;overflow:visible!important;border:0!important;border-radius:34px!important;clip-path:none!important;background:#fff!important;box-shadow:none!important}body[data-template=product] .ud-product-gallery-section .ud-product-stage,.template-product .ud-product-gallery-section .ud-product-stage{position:relative!important;display:block!important;width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;aspect-ratio:4 / 5!important;margin:0!important;padding:0!important;overflow:hidden!important;border-radius:28px!important;clip-path:none!important;background:#efefed!important;isolation:isolate!important}body[data-template=product] .ud-product-gallery-section .ud-product-track,.template-product .ud-product-gallery-section .ud-product-track{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;display:block!important;width:100%!important;height:100%!important;margin:0!important;padding:0!important;overflow:hidden!important;border-radius:inherit!important;clip-path:none!important;background:#efefed!important}body[data-template=product] .ud-product-gallery-section .ud-product-media,.template-product .ud-product-gallery-section .ud-product-media{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;display:block!important;width:100%!important;height:100%!important;min-width:100%!important;max-width:100%!important;margin:0!important;padding:0!important;overflow:hidden!important;border-radius:inherit!important;clip-path:none!important;background:#efefed!important}body[data-template=product] .ud-product-gallery-section .ud-product-media img,.template-product .ud-product-gallery-section .ud-product-media img{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;display:block!important;width:100%!important;height:100%!important;min-width:100%!important;max-width:100%!important;min-height:100%!important;max-height:100%!important;margin:0!important;padding:0!important;object-fit:fill!important;object-position:50% 50%!important;border:0!important;border-radius:0!important;clip-path:none!important;transform:none!important;translate:none!important;scale:none!important;background:#efefed!important}}.ud-ref-login-offer{display:none!important}html,body,.page-wrapper{scroll-behavior:auto!important}.page-wrapper{overscroll-behavior-y:auto!important;will-change:auto!important}@media screen and (min-width:990px){.page-wrapper{scrollbar-gutter:stable}}@media screen and (max-width:989px){html,body,body.ud-reference-theme{overscroll-behavior-y:auto!important;touch-action:pan-y pinch-zoom!important}.page-wrapper{-webkit-overflow-scrolling:touch}}@media(max-width:640px){html.ud-overlay-lock,html.ud-overlay-lock body.ud-lock{background:transparent!important}body.ud-lock [data-ud-cart]{position:fixed!important;top:-2px!important;right:-2px!important;bottom:-2px!important;left:-2px!important;width:calc(100vw + 4px)!important;height:calc(100dvh + 4px)!important;margin:0!important;padding:0!important;border:0!important;outline:0!important;overflow:hidden!important;background:transparent!important}body.ud-lock [data-ud-cart] .ud-cart__scrim{position:fixed!important;top:-2px!important;right:-2px!important;bottom:-2px!important;left:-2px!important;margin:0!important;border:0!important;outline:0!important;box-shadow:none!important;background:#08090c6b!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}body.ud-lock [data-ud-cart] .ud-cart__panel{position:fixed!important;left:-2px!important;right:-2px!important;bottom:-2px!important;top:auto!important;width:calc(100vw + 4px)!important;max-width:calc(100vw + 4px)!important;min-width:calc(100vw + 4px)!important;margin:0!important;border:0!important;outline:0!important;border-left:0!important;border-right:0!important;border-bottom:0!important;background:#fff!important;background-clip:padding-box!important;clip-path:inset(0 0 0 0 round 30px 30px 0 0)!important;overflow:hidden!important;box-shadow:0 -10px 26px #00000026!important}body.ud-lock [data-ud-cart] .ud-cart__panel:before,body.ud-lock [data-ud-cart] .ud-cart__panel:after{content:none!important;display:none!important}}.ud-mobile-menu-trigger .ud-menu-bars path{fill:none!important;stroke:var(--ud-red, #ef1b23)!important;stroke-width:2.15!important;stroke-linecap:round!important}@media(max-width:989px){.ud-header__actions .ud-account-action{position:relative;overflow:visible}.ud-header__actions .ud-account-action:after{content:"\26a1";position:absolute;top:-3px;right:-3px;z-index:2;display:grid;place-items:center;width:15px;height:15px;border:2px solid #fff;border-radius:999px;background:var(--ud-red, #ef1b23);color:#fff;font-size:8px;line-height:1;font-weight:900;box-shadow:0 2px 8px #ef1b2352}}@media screen and (min-width:1400px){body[data-template=product] #MainContent,.template-product #MainContent{grid-template-columns:minmax(0,760px) minmax(420px,540px)!important;justify-content:center!important;column-gap:28px!important}body[data-template=product] #MainContent>.shopify-section:has(.ud-product-gallery-section),.template-product #MainContent>.shopify-section:has(.ud-product-gallery-section),body[data-template=product] #MainContent>.shopify-section:has(.ud-product-details-section),.template-product #MainContent>.shopify-section:has(.ud-product-details-section){justify-self:stretch!important}}@media(max-width:640px){body>.ud-mobile-nav.ud-menu-sheet{visibility:hidden!important;pointer-events:none!important}body>.ud-mobile-nav.ud-menu-sheet.is-opening,body>.ud-mobile-nav.ud-menu-sheet.is-open,body>.ud-mobile-nav.ud-menu-sheet.is-closing{visibility:visible!important}body>.ud-mobile-nav.ud-menu-sheet.is-open,body>.ud-mobile-nav.ud-menu-sheet.is-closing{pointer-events:auto!important}body>.ud-mobile-nav.ud-menu-sheet .ud-mobile-nav__panel{top:auto!important;bottom:0!important;left:8px!important;right:8px!important;width:auto!important;max-width:none!important;border-radius:26px 26px 0 0!important;opacity:1!important;transform:translate3d(0,calc(100% + 40px),0)!important;backface-visibility:hidden!important;-webkit-backface-visibility:hidden!important}body>.ud-mobile-nav.ud-menu-sheet.is-open .ud-mobile-nav__panel{transform:translateZ(0)!important}body>.ud-mobile-nav.ud-menu-sheet.is-closing .ud-mobile-nav__panel{transform:translate3d(0,calc(100% + 40px),0)!important}}@media(max-width:749px){body>.ud-mobile-nav,body>.ud-search,body>.ud-cart,body>.ud-login{contain:layout style}body>.ud-search.is-opening,body>.ud-search.is-open,body>.ud-search.is-closing,body>.ud-cart.is-opening,body>.ud-cart.is-open,body>.ud-cart.is-closing,body>.ud-login.is-opening,body>.ud-login.is-open,body>.ud-login.is-closing{visibility:visible!important;pointer-events:auto!important}.ud-menu-screen__scroll,.ud-search__body,.ud-cart__body,.ud-login__panel,.theme-drawer__content,.facets__form-wrapper,.facets__filters-wrapper{-webkit-overflow-scrolling:touch!important;overscroll-behavior-y:contain!important;scroll-behavior:auto;touch-action:pan-y}.ud-mobile-nav__panel,.ud-search__panel,.ud-cart__panel,.ud-login__panel,theme-drawer .theme-drawer__dialog,dialog.dialog-drawer{transform:translateZ(0);backface-visibility:hidden;-webkit-backface-visibility:hidden}theme-drawer .theme-drawer__dialog,dialog.dialog-drawer{animation-duration:.38s!important;animation-timing-function:cubic-bezier(.22,.85,.24,1)!important}theme-drawer .theme-drawer__dialog.dialog-closing,dialog.dialog-drawer.dialog-closing{animation-duration:.32s!important;animation-timing-function:cubic-bezier(.4,0,.6,1)!important}}@media screen and (max-width:989px){body[data-template=product] .ud-reco-section{margin-bottom:14px!important}body[data-template=product] .ud-reco-section>.ud-shell{padding-bottom:20px!important}}@media(max-width:989px){.ud-header__actions .ud-account-action:after{content:none!important;display:none!important}}[data-ud-otp-hide=true]{display:none!important;visibility:hidden!important;pointer-events:none!important}a.ud-account-action{color:inherit;cursor:pointer}html.ud-is-scrolling body.ud-reference-theme main :where([class*=glass],[class*=spotlight],[class*=editorial],[class*=product-panel],[class*=value-card],[style*=backdrop-filter]){-webkit-backdrop-filter:none!important;backdrop-filter:none!important;filter:none!important}html.ud-is-scrolling body.ud-reference-theme main :where(img,video,[class*=media],[class*=card]){transition-property:none!important}body.ud-reference-theme .card-gallery:hover slideshow-slide,body.ud-reference-theme .card-gallery:focus-within slideshow-slide{transform:none!important}@media(hover:none),(pointer:coarse){body.ud-reference-theme main :where([class*=glass],[class*=product-panel],[class*=value-card]){-webkit-backdrop-filter:none!important;backdrop-filter:none!important}}@media(prefers-reduced-motion:reduce){body.ud-reference-theme *,body.ud-reference-theme *:before,body.ud-reference-theme *:after{scroll-behavior:auto!important}}.ud-menu-track-order{margin-top:18px}.ud-menu-track-order p{margin:12px 0 20px;color:#ffffffb8;font-size:14px;line-height:1.55}.ud-menu-track-order a{display:flex;align-items:center;justify-content:center;min-height:54px;width:100%;border-radius:999px;background:#fff;color:#111;text-decoration:none;font-weight:800;font-size:14px}.ud-menu-track-order a:active{transform:scale(.985)}
/*# sourceMappingURL=/cdn/shop/t/289/assets/ud-reference.css.map */
