:root{--background:#ffffff;--foreground:#323232;--muted:rgba(50,50,50,0.72);--line:#e6e6e6;--accent:#111111;--sale:#111111;--star:#111111;--soft:#f0f0f0;--black:#000000}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--background);color:var(--foreground);font-family:Helvetica,Arial,sans-serif;font-size:16px;letter-spacing:0;line-height:1.8;overflow-x:hidden}button,input,select{font:inherit;letter-spacing:0}button{cursor:pointer}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.locale-switcher{position:relative;z-index:90;flex:0 0 auto}.locale-pill{min-height:36px;padding:5px 8px;border:1px solid #d8d8d8;border-radius:28px;background:#fff;color:#343434;box-shadow:0 2px 8px rgba(0,0,0,.12);font-size:13px;line-height:1.2;display:inline-flex;align-items:center;gap:4px}.locale-code{min-width:24px;height:24px;border-radius:50%;background:#f2f2f2;color:#222;display:inline-grid;place-items:center;font-size:11px;font-weight:800}.locale-text{display:none}.locale-panel{position:absolute;top:45px;right:0;width:min(360px,calc(100vw - 16px));max-height:min(660px,calc(100vh - 76px));overflow-y:auto;padding:18px;border:1px solid #d7d7d7;border-radius:8px;background:#fff;box-shadow:0 12px 40px rgba(0,0,0,.18)}.locale-panel section+section{margin-top:18px;padding-top:16px;border-top:1px solid #ececec}.locale-panel h2{margin:0 0 10px;font-size:13px;font-weight:800;line-height:1.2;text-transform:uppercase;color:#222}.locale-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px}.currency-grid button,.locale-grid a{min-height:40px;border:1px solid #e0e0e0;border-radius:6px;background:#fff;color:#262626;display:flex;align-items:center;gap:8px;padding:8px 10px;font-size:13px;line-height:1.25;text-align:left}.locale-grid a span{min-width:26px;color:#777;font-size:11px;font-weight:800}.locale-grid a strong{min-width:0;overflow-wrap:anywhere}.currency-grid button.selected,.locale-grid a.selected{border-color:#111;background:#111;color:#fff}.locale-grid a.selected span{color:rgba(255,255,255,.72)}.currency-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:8px;gap:8px}.currency-grid button{justify-content:center;padding-inline:6px;text-align:center;font-weight:800}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:70;background:#fff;border-bottom:1px solid #ededed;box-shadow:0 8px 26px rgba(17,17,17,.04)}.announcement{height:36px;background:#050505;color:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden;font-size:12px;font-weight:800;letter-spacing:0;line-height:1;text-align:center;text-transform:uppercase}.nav-bar{max-width:1440px;height:76px;margin:0 auto;padding:0 44px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;grid-gap:32px;gap:32px}.brand-logo,.logo{display:inline-flex;align-items:center;color:#0c0c0c;line-height:1;white-space:nowrap}.brand-logo{--brand-logo-mark-size:36px;--brand-logo-text-size:27px;--brand-logo-gap:12px;--brand-logo-word-gap:7px;gap:var(--brand-logo-gap)}.brand-logo-mark{width:var(--brand-logo-mark-size);height:var(--brand-logo-mark-size);display:block;flex:0 0 auto}.brand-logo-ring{fill:#fff;stroke:#050505;stroke-width:7.5}.brand-logo-monogram{fill:none;stroke:#050505;stroke-width:6.8;stroke-linecap:butt;stroke-linejoin:miter}.brand-logo-copy{color:#070707;display:inline-flex;align-items:baseline;gap:var(--brand-logo-word-gap);min-width:0;font-family:Georgia,Times New Roman,serif;font-size:var(--brand-logo-text-size);font-weight:700;letter-spacing:0}.brand-logo-name,.brand-logo-product{color:#050505;font-size:inherit;font-weight:inherit;letter-spacing:0}.desktop-links{display:flex;align-items:center;justify-content:center;gap:30px;color:#111;font-size:14px;font-weight:800;line-height:1}.desktop-links a{display:inline-flex;align-items:center;white-space:nowrap;transition:color .18s ease}.desktop-links a:hover{color:#555}.header-actions{display:flex;align-items:center;justify-content:flex-end;gap:12px}.header-locale{order:2}.header-actions .search-box{order:1}.header-actions .cart-icon{order:3}.mobile-menu-panel{display:none}.search-box{width:40px;height:40px;border:1px solid #d8d8d8;border-radius:50%;display:flex}.cart-icon,.search-box{align-items:center;justify-content:center;color:#111;background:#fff}.cart-icon{position:relative;display:inline-flex;width:42px;height:42px;border:1px solid transparent;border-radius:50%;padding:0}.cart-icon b{position:absolute;top:-7px;right:-9px;min-width:18px;height:18px;border-radius:50%;background:#111;color:white;display:inline-grid;place-items:center;font-size:11px;line-height:18px}.cart-close:focus-visible,.cart-continue:focus-visible,.cart-empty button:focus-visible,.cart-icon:focus-visible,.cart-overlay:focus-visible,.cart-qty button:focus-visible,.cart-remove:focus-visible,.cart__checkout-button:focus-visible{outline:2px solid #111;outline-offset:3px}.cart-shell{position:fixed;inset:0;z-index:140}.cart-overlay{position:absolute;inset:0;border:0;background:rgba(17,17,17,.42);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);padding:0}.cart-drawer{position:absolute;top:0;right:0;width:min(432px,calc(100vw - 18px));height:100dvh;max-width:100vw;background:linear-gradient(180deg,#ffffff,#fbfaf8 58%,#ffffff);color:#171717;box-shadow:-18px 0 44px rgba(24,18,14,.2);display:flex;flex-direction:column;animation:drawer-in .22s ease-out}.cart-drawer[dir=rtl]{right:auto;left:0;box-shadow:12px 0 34px rgba(0,0,0,.18);animation-name:drawer-in-rtl}.cart-drawer-header{min-height:84px;padding:22px 30px 18px;border-bottom:1px solid rgba(17,17,17,.08);background:rgba(255,255,255,.84);display:flex;align-items:center;justify-content:space-between;gap:16px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.cart-drawer-header h2{margin:0;color:#111;font-family:Georgia,Times New Roman,serif;font-size:34px;font-weight:700;line-height:1.08;letter-spacing:0}.cart-close{width:46px;height:46px;border:1px solid rgba(17,17,17,.16);border-radius:50%;background:#fff;color:#222;display:inline-grid;place-items:center;flex:0 0 auto;box-shadow:0 6px 18px rgba(17,17,17,.08)}.cart-empty{flex:1 1;padding:48px 26px;display:grid;align-content:center;justify-items:center;grid-gap:16px;gap:16px;text-align:center}.cart-empty svg{color:#111}.cart-empty p{margin:0;color:#111;font-size:18px;font-weight:700}.cart-continue,.cart-empty button{min-height:44px;border:1px solid #111;border-radius:3px;background:#fff;color:#111;padding:0 18px;font-weight:800}.cart-lines{flex:1 1;overflow-y:auto;padding:28px 30px 26px}.cart-line{display:grid;grid-template-columns:146px minmax(0,1fr);grid-gap:18px;gap:18px;padding:0 0 26px;border:0;border-bottom:1px solid rgba(17,17,17,.1);border-radius:0;background:transparent;box-shadow:none}.cart-line-media{width:146px;height:190px;border-radius:8px;overflow:hidden;background:#f4f4f4}.cart-line-media img{width:100%;height:100%;object-fit:cover;display:block}.cart-line-main{min-width:0;display:grid;align-content:start;grid-gap:11px;gap:11px}.cart-line-eyebrow{font-size:13px;font-weight:800;letter-spacing:.06em;line-height:1.2;text-transform:uppercase}.cart-line-title{display:grid;grid-gap:8px;gap:8px}.cart-line-title h3{margin:0;color:#111;font-family:Georgia,Times New Roman,serif;font-size:20px;line-height:1.12;font-weight:700;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.cart-line-title strong{color:#111;font-size:20px;font-weight:900;line-height:1.25;white-space:nowrap}.cart-line-options{display:flex;flex-wrap:wrap;gap:10px}.cart-line-options span{min-height:36px;border:1px solid rgba(17,17,17,.12);border-radius:999px;background:#f7f7f7;color:#2d2d2d;display:inline-flex;align-items:center;padding:0 15px;font-size:16px;font-weight:500;line-height:1}.cart-line-color-option i{width:12px;height:12px;border-radius:50%;background:#050505;display:inline-block;margin-right:8px}.cart-line-actions{display:grid;justify-items:start;grid-gap:14px;gap:14px}.cart-qty{width:142px;height:48px;border:1px solid rgba(17,17,17,.14);border-radius:8px;grid-template-columns:47px 1fr 47px;align-items:center;text-align:center;flex:0 0 auto;overflow:hidden}.cart-qty,.cart-qty button{background:#fff;display:grid}.cart-qty button{height:100%;border:0;color:#555;place-items:center}.cart-qty button+span,.cart-qty span+button{border-left:1px solid rgba(17,17,17,.1)}.cart-qty span{height:100%;display:grid;place-items:center;font-size:20px;font-weight:800;line-height:1}.cart-remove{min-width:0;padding:4px 0;display:inline-flex;align-items:center;gap:4px;font-size:18px;font-weight:500;line-height:1.2;text-decoration:underline}.cart-remove,.cart-trust-row{border:0;background:transparent}.cart-trust-row{margin-top:26px;border-bottom:1px solid rgba(17,17,17,.1);display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.cart-trust-row span{min-height:76px;display:flex;align-items:center;gap:16px;padding:0 18px 0 0;color:#3d342b;font-size:18px;line-height:1.18}.cart-trust-row span+span{border-top:0;border-left:1px solid rgba(17,17,17,.1);padding:0 0 0 28px}.cart-trust-row svg{color:#111;flex:0 0 auto;width:28px;height:28px}.cart-summary{border-top:1px solid rgba(17,17,17,.08);border-radius:28px 28px 0 0;padding:26px 30px calc(32px + env(safe-area-inset-bottom));background:rgba(255,255,255,.96);box-shadow:0 -18px 44px rgba(17,17,17,.1);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.cart-summary .cart-drawer__footer>*+*{margin-top:10px}.cart-summary .totals{min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0}.cart-summary .totals__subtotal{margin:0;color:#333;font-family:Georgia,Times New Roman,serif;font-size:25px;line-height:1}.cart-summary .totals__subtotal-value{margin:0;color:#111;font-size:25px;font-weight:900;line-height:1;white-space:nowrap}.cart-summary .tax-note{display:block;margin:12px 0 22px;color:rgba(41,35,29,.68);font-size:15px;letter-spacing:0;line-height:1.4;text-align:left}.cart__ctas{margin-top:10px;text-align:center}.cart__checkout-button{width:100%;min-height:62px;border:0;border-radius:999px;background:#000;color:#fff;display:inline-flex;align-items:center;justify-content:center;padding:0 30px;gap:16px;font-family:Georgia,Times New Roman,serif;font-size:24px;font-weight:700;line-height:1.2;text-align:center;text-decoration:none;box-shadow:0 14px 24px rgba(0,0,0,.18)}.cart-payment-badges{margin:30px 0 0;padding:0;list-style:none;display:flex;gap:11px;flex-wrap:wrap}.cart-payment-badge,.cart-payment-badges{align-items:center;justify-content:center}.cart-payment-badge{width:72px;height:38px;min-width:0;border:1px solid rgba(18,18,18,.14);border-radius:5px;background:#fff;display:inline-flex;padding:0 9px;box-shadow:0 4px 10px rgba(17,17,17,.05)}.cart-payment-badge img{display:block;width:auto;max-width:56px;max-height:22px;object-fit:contain}.cart-payment-badge:nth-child(2) img,.cart-payment-badge:nth-child(3) img{max-height:18px}.cart-payment-badge:nth-child(4),.cart-payment-badge:nth-child(5){width:72px}.cart-continue{background:#fff}@keyframes drawer-in{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes drawer-in-rtl{0%{transform:translateX(-100%)}to{transform:translateX(0)}}.mobile-icon{display:none;border:0;background:transparent;color:#222;padding:0}.page-shell{padding:32px 48px 0}.product-layout{max-width:1440px;margin:0 auto;display:grid;grid-template-columns:minmax(480px,52%) minmax(420px,48%);align-items:start;grid-gap:64px;gap:64px}.media-column{align-self:stretch;min-height:calc(100vh - 112px)}.media-sticky{position:-webkit-sticky;position:sticky;top:132px;padding-bottom:30px}.main-photo{width:100%;aspect-ratio:1/1;object-fit:cover;object-position:center;border-radius:8px;background:#f7f7f7}.thumb-row{margin-top:14px;display:grid;grid-auto-flow:column;grid-auto-columns:86px;grid-gap:10px;gap:10px;overflow-x:auto;padding:0 4px 6px;scrollbar-width:none}.thumb-row::-webkit-scrollbar{display:none}.thumb{height:86px;border:1px solid transparent;border-radius:8px;background:transparent;padding:0;overflow:hidden}.thumb.is-active{border-color:#171717}.thumb img{width:100%;height:100%;object-fit:cover}.info-column{min-width:0;padding-left:0}.summary-panel{width:100%;max-width:650px;padding-top:2px}.summary-panel h1{margin:0 0 14px;color:#090909;font-size:48px;font-weight:900;letter-spacing:0;line-height:1.08}.price-row,.rating-row{display:flex;align-items:center}.rating-row{flex-wrap:wrap;gap:10px;margin:0 0 17px;color:#272727;font-size:17px;line-height:1.25}.stars{color:#030303;font-size:22px;letter-spacing:0;line-height:1}.rating-divider{width:1px;height:22px;background:#d2d2d2}.happy-customers{color:#333}.price-row{gap:13px;min-height:48px;margin:0 0 18px}.price-row strong{color:#090909;font-size:42px;font-weight:900;line-height:1}.price-row s{color:#777;font-size:24px;font-weight:700}.discount{min-width:0;height:42px;display:inline-flex;align-items:center;justify-content:center;text-align:center;border-radius:999px;background:#f4e6d2;color:#956518;padding:0 18px;font-size:16px;font-weight:900;line-height:1;white-space:nowrap}.selling-fast{margin:0 0 22px;padding:0 0 22px;border-bottom:1px solid #e6e6e6;color:#333;display:flex;align-items:center;gap:10px;font-size:18px;font-weight:700;line-height:1.35}.selling-fast svg{color:#ad791b;flex:0 0 auto}.hero-benefits{margin:0 0 24px;padding:0;list-style:none;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px}.hero-benefits li{min-height:52px;border:1px solid #e5e5e5;border-radius:8px;background:#fff;color:#1f1f1f;display:inline-flex;align-items:center;gap:8px;padding:10px 12px;font-size:14px;font-weight:800;line-height:1.3}.hero-benefits svg{color:#111;flex:0 0 auto}.color-swatch-block{margin:2px 0 28px}.color-swatch-label{color:#111;font-size:23px;line-height:1.3}.color-swatch-label strong{color:#111;font-weight:900;margin-left:7px}.color-swatch-row{display:flex;flex-wrap:wrap;gap:18px}.color-swatch{width:54px;height:54px;border:1px solid #cfcfcf;border-radius:50%;padding:5px;transition:border-color .16s ease,box-shadow .16s ease}.color-swatch span{width:100%;height:100%;display:block;border-radius:inherit}.color-swatch.selected{border-color:#111;box-shadow:0 0 0 2px #fff,0 0 0 4px #111}.swatch-black span{background:#030303}.swatch-skin span{background:#dfb391}.swatch-rose span{background:#de829c}.swatch-mocha span{background:#bda092}.swatch-slate span{background:#6f7f9b}.swatch-white span{border:1px solid #c9c9c9;background:#fff}.swatch-burgundy span{background:#8f0e33}.size-matrix{margin:0 0 18px;border:1px solid #dadada;padding:28px 28px 24px;color:#111}.size-matrix-title-row{width:100%;display:flex;align-items:center;justify-content:flex-start;margin-bottom:32px}.size-matrix-title-row strong{color:#111;font-weight:900}.size-matrix-finder{display:flex;gap:22px}.size-matrix-icon{color:#111;flex:0 0 auto}.size-matrix-finder div{display:grid;grid-gap:8px;gap:8px}.size-matrix-finder strong{color:#111;font-size:23px;font-weight:900}.size-matrix-finder span{color:#3e3e3e;font-size:18px;line-height:1.25}.size-chip-group+.size-chip-group{margin-top:28px}.size-chip-label{color:#111;font-weight:900}.size-chip-row{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));grid-gap:14px 12px;gap:14px 12px}.size-chip-row button{min-width:0;height:64px;border:1px solid #9f9f9f;color:#111;padding:0 8px;font-size:23px;font-weight:500;line-height:1;box-shadow:inset 0 0 0 1px rgba(17,17,17,.04);transition:background .16s ease,border-color .16s ease,color .16s ease,box-shadow .16s ease}.size-chip-row button.selected{box-shadow:0 10px 20px rgba(0,0,0,.16)}.size-selected-pill{width:-moz-fit-content;width:fit-content;max-width:100%;min-height:44px;margin:30px auto 0;border:1px solid #e1cdb5;border-radius:999px;background:#fbf4eb;color:#111;display:inline-flex;gap:12px;padding:0 24px;font-size:19px;font-weight:800;line-height:1.2}.assurance-row,.size-selected-pill{align-items:center;justify-content:center}.assurance-row{margin:14px 0 26px;color:#404040;display:flex;gap:11px;font-size:16px;font-weight:700;line-height:1.25}.assurance-row svg{color:#b17a22;flex:0 0 auto}.assurance-row i,.shipping-strip i{width:4px;height:4px;border-radius:50%;background:#777;display:inline-block}.bundle-section{margin-top:6px;display:grid;grid-gap:12px;gap:12px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;letter-spacing:0}.bundle-heading{color:#000;font-size:25px;font-weight:800;line-height:1.15;margin:0 0 2px}.bundle-card{position:relative;width:100%;display:grid;align-items:center;border:1px solid #dedede;border-radius:8px;background:#fff;color:#000;text-align:left;margin:0;box-shadow:none;transition:border-color .16s ease,box-shadow .16s ease}.bundle-card.active{border-color:#000;background:#fff}.bundle-card-primary{min-height:142px;grid-template-columns:26px 124px minmax(0,1fr) auto;gap:14px;padding:16px 16px 16px 14px}.bundle-card-primary.active{border-width:2px;box-shadow:0 12px 28px rgba(0,0,0,.05)}.bundle-card-secondary{min-height:82px;grid-template-columns:24px 96px minmax(0,1fr) auto;gap:13px;padding:12px 14px}.bundle-main{min-width:0;display:grid;justify-items:start;grid-gap:8px;gap:8px}.bundle-main em{display:inline-flex;align-items:center;min-height:28px;padding:0 11px;border-radius:4px;background:#000;color:#fff;font-style:normal;font-size:13px;font-weight:800;line-height:1;white-space:nowrap}.radio-dot{width:24px;height:24px;border:2px solid #111;border-radius:50%;display:inline-block;align-self:center;box-shadow:inset 0 0 0 6px #fff}.bundle-card.active .radio-dot{background:#000}.bundle-thumb{position:relative;min-width:0;min-height:56px;border-radius:8px;border:1px solid #ededed;background:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden}.bundle-thumb.featured{width:124px;height:94px}.bundle-thumb:not(.featured){width:96px;height:58px;padding:5px}.bundle-thumb img{display:block;width:104%;height:104%;object-fit:contain}.bundle-thumb:not(.featured) img{width:94px;height:48px;margin:0}.bundle-count{position:absolute;right:5px;bottom:5px;min-width:27px;height:22px;border-radius:999px;background:rgba(0,0,0,.86);color:#fff;display:inline-flex;align-items:center;justify-content:center;padding:0 7px;font-size:12px;font-weight:800;line-height:1}.bundle-main strong{display:block;color:#000;font-size:20px;font-weight:800;line-height:1.15;letter-spacing:0}.bundle-main small{display:block;color:#5f5f5f;font-size:15px;font-weight:400;line-height:1.35}.bundle-price{display:grid;justify-items:end;grid-gap:6px;gap:6px;text-align:right;line-height:1.2;white-space:nowrap}.bundle-price strong{display:block;color:#000;font-size:28px;font-weight:800;line-height:1}.bundle-price s{color:#737373;font-size:16px;font-weight:500}.bundle-price b{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border-radius:6px;background:#ededed;color:#111;font-size:13px;font-weight:800;line-height:1}.bundle-card-secondary .bundle-main{gap:5px}.bundle-card-secondary .bundle-main strong{font-size:21px}.bundle-card-secondary .bundle-main small{font-size:15px}.bundle-card-secondary .bundle-price strong{font-size:23px}.offer-payment-trust{margin-top:10px;color:#555;display:flex;flex-direction:column;align-items:center;gap:7px;font-size:12px;font-weight:700;line-height:1}.offer-secure-label{display:flex;align-items:center;justify-content:center;gap:5px}.offer-secure-label:after,.offer-secure-label:before{content:none}.offer-secure-label svg{width:13px;height:13px;color:#444}.offer-payment-marks{display:flex;flex-wrap:wrap;gap:6px}.offer-payment-mark,.offer-payment-marks{align-items:center;justify-content:center}.offer-payment-mark{width:42px;height:26px;border:1px solid #e2e2e2;border-radius:5px;background:#fff;display:inline-flex}.offer-payment-mark img{max-width:31px;max-height:16px;object-fit:contain}.add-button{width:100%;height:64px;margin-top:18px;border:1px solid #111;border-radius:8px;background:#050505;color:#fff;display:inline-flex;gap:13px;font-size:19px;font-weight:800;text-transform:uppercase;line-height:1}.add-button,.shipping-strip{align-items:center;justify-content:center}.shipping-strip{margin-top:15px;color:#1e1e1e;display:flex;gap:9px;font-size:17px;line-height:1.35}.shipping-strip svg{flex:0 0 auto}.shipping-strip span{display:inline-flex;align-items:center;gap:12px;flex-wrap:wrap;justify-content:center}.shipping-strip strong{font-weight:900}.more-payment{width:100%;margin:12px 0 0;border:0;background:transparent;color:#666;font-size:13px;text-decoration:underline}.payment-methods-strip{width:100%;display:block;margin-top:1rem}.description-section{max-width:600px;margin-top:28px;color:rgba(50,50,50,.72)}.description-section h2,.description-section h3{margin:0 0 16px;color:#111;font-size:18px;font-weight:800;line-height:1.3}.fit-proof-section{margin:0 0 32px;color:#111}.fit-proof-media{position:relative;width:100%;aspect-ratio:1/1;overflow:hidden;border-radius:8px;background:#f3f3f3}.fit-proof-media img{width:100%;height:100%;margin:0;object-fit:cover;object-position:center}.fit-proof-points{margin:12px 0 0;padding:0;border:0;background:transparent;display:grid;grid-template-columns:1fr;align-items:stretch;grid-gap:8px;gap:8px;list-style:none}.fit-proof-points li{min-width:0;min-height:86px;border:1px solid #dedede;border-radius:8px;background:#fff;display:grid;grid-template-columns:44px minmax(0,1fr);align-items:center;grid-gap:12px;gap:12px;padding:13px 14px}.fit-proof-points li+li{border-top:1px solid #dedede}.fit-proof-icon{width:40px;height:40px;border:1px solid #d8d8d8;border-radius:50%;background:#f7f7f7;color:#111;display:inline-grid;place-items:center;flex:0 0 auto}.fit-proof-icon svg{display:block}.fit-proof-points span{min-width:0;display:grid;grid-gap:3px;gap:3px}.fit-proof-points strong{color:#111;font-size:14px;font-weight:800;line-height:1.2}.fit-proof-points small{color:#666;font-size:13px;font-weight:500;line-height:1.32}.product-detail-section{margin:0 0 32px;color:#111}.product-detail-copy{margin:0 0 14px}.description-section .product-detail-copy h3{margin:0 0 7px;color:#111;font-size:24px;font-weight:800;line-height:1.05;text-transform:none}.product-detail-copy p{margin:0;color:#666;font-size:14px;font-weight:500;line-height:1.4}.product-detail-media{width:100%;aspect-ratio:1/1;overflow:hidden;border:1px solid #dedede;border-radius:8px;background:#f5f5f5}.product-detail-media img{width:100%;height:100%;object-fit:cover;object-position:center}.product-detail-callouts{margin:12px 0 0;padding:0;display:grid;grid-template-columns:1fr;grid-gap:8px;gap:8px;list-style:none}.product-detail-callouts li{min-width:0;min-height:86px;border:1px solid #dedede;border-radius:8px;background:#fff;display:grid;grid-template-columns:44px minmax(0,1fr);align-items:center;grid-gap:12px;gap:12px;padding:13px 14px}.product-detail-icon{width:40px;height:40px;border:1px solid #d8d8d8;border-radius:50%;background:#f7f7f7;color:#111;display:inline-grid;place-items:center}.product-detail-icon svg{width:30px;height:30px;display:block}.product-detail-icon path,.product-detail-icon rect{fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.product-detail-callouts span:last-child{min-width:0;display:grid;grid-gap:3px;gap:3px}.product-detail-callouts strong{color:#111;font-size:14px;font-weight:800;line-height:1.12;overflow-wrap:anywhere}.product-detail-callouts small{color:#666;font-size:12.5px;font-weight:500;line-height:1.3;overflow-wrap:anywhere}@media (min-width:901px){.fit-proof-points{grid-template-columns:repeat(3,minmax(0,1fr))}.fit-proof-points li{min-height:126px;grid-template-columns:1fr;align-content:start;justify-items:start;gap:10px;padding:15px 14px}.fit-proof-points li+li{border-top:0;border-left:1px solid #dedede}.product-detail-callouts{grid-template-columns:repeat(3,minmax(0,1fr))}.product-detail-callouts li{min-height:134px;grid-template-columns:1fr;align-content:start;justify-items:start;gap:10px;padding:15px 14px}}.open-neckline-section{margin:0 0 32px;color:#111}.open-neckline-media{width:100%;aspect-ratio:1/1;overflow:hidden;border:1px solid #dedede;border-radius:8px;background:#f5f5f5}.open-neckline-media img{width:100%;height:100%;object-fit:cover;object-position:center}.open-neckline-copy{margin:18px 0 16px;text-align:center}.description-section .open-neckline-copy h3{margin:0 0 8px;color:#111;font-size:26px;font-weight:800;line-height:1.04;text-transform:none}.open-neckline-copy p{max-width:34rem;margin:0 auto;color:#666;font-size:14px;font-weight:500;line-height:1.4}.open-neckline-callouts{margin:12px 0 0;padding:0;display:grid;grid-template-columns:1fr;grid-gap:8px;gap:8px;list-style:none}.open-neckline-callouts li{min-width:0;min-height:86px;border:1px solid #dedede;border-radius:8px;background:#fff;display:grid;grid-template-columns:44px minmax(0,1fr);align-items:center;grid-gap:12px;gap:12px;padding:13px 14px;text-align:left}.open-neckline-icon{width:40px;height:40px;border:1px solid #d8d8d8;border-radius:50%;background:#f7f7f7;color:#111;display:inline-grid;place-items:center}.open-neckline-icon svg{width:30px;height:30px;display:block}.open-neckline-icon circle,.open-neckline-icon path{fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.open-neckline-callouts span:last-child{min-width:0;display:grid;grid-gap:3px;gap:3px}.open-neckline-callouts strong{color:#111;font-size:14px;font-weight:800;line-height:1.12;overflow-wrap:anywhere}.open-neckline-callouts small{color:#666;font-size:12.5px;font-weight:500;line-height:1.3;overflow-wrap:anywhere}@media (min-width:901px){.open-neckline-callouts{grid-template-columns:repeat(3,minmax(0,1fr))}.open-neckline-callouts li{min-height:134px;grid-template-columns:1fr;align-content:start;justify-items:start;gap:10px;padding:15px 14px}}.description-block{margin-bottom:28px}.description-block img,.description-final-image{width:100%;margin-bottom:16px;object-fit:cover}.size-guide-panel{margin:0 0 28px;border:1px solid #d8d2c9;background:#fffdfa;padding:16px}.size-guide-panel p{margin:0 0 14px;color:rgba(50,50,50,.72);font-size:17px;line-height:1.45}.size-guide-grid{display:grid;grid-template-columns:1fr;grid-gap:10px;gap:10px}.size-guide-grid div{border-top:1px solid #e2ddd5;padding-top:10px}.size-guide-grid strong{display:block;color:#111;font-size:14px;font-weight:800;line-height:1.3;text-transform:uppercase}.size-guide-grid span{display:block;margin-top:6px;color:#323232;font-size:15px;font-weight:700;line-height:1.55}.description-block p{margin:0 0 18px;font-size:20px;line-height:1.45}.description-block strong{color:#6b6b6b;font-weight:800}.spec-block{margin:34px 0 0;color:#111}.spec-block h3{margin-bottom:14px}.spec-grid{border-top:1px solid #9a9a9a}.spec-row{min-height:72px;display:grid;grid-template-columns:40px minmax(118px,.42fr) minmax(0,1fr);align-items:center;border-bottom:1px solid #e5e5e5}.spec-icon{width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;color:#111}.spec-row strong{color:#111;font-size:14px;font-weight:800;line-height:1.25}.spec-row>span:last-child{min-height:100%;display:flex;align-items:center;border-left:1px solid #e7e7e7;padding:15px 0 15px 18px;color:#222;font-size:14px;font-weight:500;line-height:1.45}.guarantee{border:1px solid #8f8f8f;border-radius:6px;margin:32px 0 0;background:#fff;color:#111;overflow:hidden}.guarantee summary{min-height:60px;display:flex;align-items:center;justify-content:space-between;gap:16px;color:#111;font-size:16px;font-weight:800;cursor:pointer;list-style:none;padding:18px}.guarantee summary::-webkit-details-marker{display:none}.guarantee summary::marker{content:""}.guarantee-title{display:inline-flex;align-items:center;gap:12px;letter-spacing:0}.guarantee-title svg{flex:0 0 auto}.guarantee-chevron{flex:0 0 auto;transition:transform .18s ease}.guarantee[open] .guarantee-chevron{transform:rotate(180deg)}.guarantee-content{padding:0 18px 18px}.guarantee-points{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));list-style:none;margin:0;padding:18px 0;border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5}.guarantee-points li{min-width:0;display:grid;justify-items:center;grid-gap:10px;gap:10px;padding:0 12px;color:#111;text-align:center}.guarantee-points li:not(:first-child){border-left:1px solid #e5e5e5}.guarantee-points svg{color:#111}.guarantee-points span{color:#1b1b1b;font-size:13px;font-weight:600;line-height:1.25}.guarantee-note{margin:16px 0 0;color:#333;font-size:14px;font-weight:500;line-height:1.5;text-align:center}.reviews-section{width:100%;scroll-margin-top:124px;margin:0 auto;padding:28px 20px 34px;background:#fff;color:#111;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.reviews-shell{max-width:1120px;margin:0 auto}.reviews-title{margin:0 0 16px;color:#111;font-size:28px;font-weight:800;line-height:1.15;text-align:center}.review-summary-card{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));min-height:100px;border:1px solid #dedede;border-radius:6px;background:#fff;overflow:hidden}.review-score-card,.review-stat-card{min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:16px 14px;color:#111;text-align:center}.review-stat-card{gap:7px;border-left:1px solid #e5e5e5}.review-score-card strong{display:block;color:#111;font-size:34px;font-weight:800;line-height:1}.review-score-card .stars{margin-top:8px;color:#000;font-size:16px;line-height:1}.review-stat-card strong{color:#111;font-size:30px;font-weight:800;line-height:1}.review-stat-card span{color:#444;font-size:12px;font-weight:500;line-height:1.25}.review-rating-card svg{color:#111}.review-rating-bars{display:none}.rating-bars p{display:grid;grid-template-columns:82px 1fr;align-items:center;grid-gap:12px;gap:12px;margin:4px 0;color:#333;font-size:13px;line-height:1.2}.rating-bars p:after{content:"";background:#f0f0f0}.rating-bars i,.rating-bars p:after{height:8px;border-radius:8px;grid-column:2;grid-row:1}.rating-bars i{position:relative;z-index:1;background:#222}.verified-line{display:none}.review-rail-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:28px 0 14px;color:#111}.review-rail-heading h3{margin:0;color:#111;font-size:16px;font-weight:800;line-height:1.25}.review-rail-heading a{min-width:max-content;display:inline-flex;align-items:center;gap:4px;color:#111;font-size:12px;font-weight:500;line-height:1;text-decoration:none}.tt-review-list{max-width:none;margin:0;position:relative;display:flex;justify-content:flex-start;gap:12px;overflow-x:auto;overscroll-behavior-x:contain;padding:2px 2px 14px;color:#111;font-size:13px;line-height:normal;scroll-snap-type:x mandatory;scrollbar-width:none}.tt-review-list::-webkit-scrollbar{display:none}.grid-review{flex:0 0 206px;width:auto;border:1px solid #e4e4e4;border-radius:6px;background:#fff;box-shadow:0 5px 18px rgba(0,0,0,.06);color:#111;overflow:hidden;padding:0 0 14px;scroll-snap-align:start}.grid-review img{width:100%;aspect-ratio:1/.92;display:block;object-fit:cover;background:#f5f5f5}.grid-review-head{margin:0;padding:14px 14px 0;color:#111}.grid-review-head .stars{display:block;margin-bottom:8px;color:#000;font-size:13px;letter-spacing:0}.star-muted{color:#d8d8d8}.grid-review-head h3{margin:0 0 5px;color:#111;font-size:13px;font-weight:800;line-height:1.2}.grid-review-head .verified{display:flex;align-items:center;gap:4px;margin:0;color:#222;font-size:12px;font-weight:500;line-height:1.25}.grid-review-head .verified svg{width:12px;height:12px;color:#111}.grid-review-body{margin:8px 0 0;padding:0 14px}.reviews-text{margin:0;display:-webkit-box;overflow:hidden;color:#111;font-size:13px;font-weight:400;line-height:1.36;-webkit-box-orient:vertical;-webkit-line-clamp:4}.show-full-review{display:none}.pagination{display:flex;justify-content:center;gap:8px;margin:6px 0 18px}.review-dots span{width:7px;height:7px;display:block;border-radius:999px;background:#cfcfcf}.review-dots .is-active{width:20px;background:#000}.review-more-button{width:min(100%,340px);min-height:48px;margin:0 auto;display:flex;align-items:center;justify-content:center;border:1px solid #111;border-radius:6px;background:#fff;color:#111;font-size:13px;font-weight:800;line-height:1;cursor:pointer}.review-more-button:focus-visible{outline:2px solid #111;outline-offset:3px}.footer{border-top:1px solid #e4e4e4;background:#f6f6f6;padding:44px 20px calc(76px + env(safe-area-inset-bottom));color:#111}.footer-main{max-width:980px;margin:0 auto;display:grid;justify-items:center;grid-gap:22px;gap:22px;padding:0;text-align:center}.footer-brand .brand-logo{--brand-logo-mark-size:34px;--brand-logo-text-size:28px;--brand-logo-gap:10px;--brand-logo-word-gap:8px}.footer-support{width:min(100%,520px);min-height:54px;display:grid;grid-template-columns:28px minmax(0,1fr) 20px;align-items:center;grid-gap:10px;gap:10px;border-top:1px solid #dedede;border-bottom:1px solid #dedede;color:#111;font-size:14px;font-weight:800;line-height:1.25;text-align:left}.footer-support svg{color:#111}.footer-links{display:flex;flex-wrap:wrap;justify-content:center;gap:13px 26px;color:#222}.footer-links a{position:relative;color:#222;font-size:13px;font-weight:600;line-height:1.2}.footer-links a:not(:last-child):after{content:"";position:absolute;top:50%;right:-14px;width:1px;height:12px;background:#d5d5d5;transform:translateY(-50%)}.footer-payments{display:grid;justify-items:center;grid-gap:10px;gap:10px;color:#777;font-size:12px;font-weight:600;line-height:1.2}.footer-payment-badges{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;list-style:none;margin:0;padding:0}.footer-payment-badges li{width:44px;height:30px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #d7d7d7;border-radius:5px;background:#fff;overflow:hidden}.footer-payment-badges img{max-width:35px;max-height:18px;object-fit:contain}.footer-region{min-height:34px;display:inline-flex;align-items:center;justify-content:center;gap:9px;border-top:1px solid #e0e0e0;padding-top:15px;color:#333;font-size:13px;font-weight:600;line-height:1.2}.footer-region svg{color:#111}.footer-copyright{margin:-4px 0 0;color:#777;font-size:12px;font-weight:500;line-height:1.2}.sticky-buy{position:fixed;left:0;right:0;bottom:0;z-index:80;padding:12px 24px calc(12px + env(safe-area-inset-bottom));background:rgba(255,255,255,.92);box-shadow:0 -14px 34px rgba(0,0,0,.12);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);display:flex;justify-content:center;transform:translateY(110%);transition:transform .2s ease}.sticky-buy.show{transform:translateY(0)}.sticky-card{width:min(760px,100%);border:1px solid #dfdfdf;background:#fff;padding:10px;display:grid;grid-template-columns:minmax(0,1fr) minmax(210px,250px);align-items:center;grid-gap:12px;gap:12px}.sticky-summary{min-width:0;display:flex;align-items:center;justify-content:space-between;gap:14px}.sticky-summary strong{display:block;color:#070707;font-size:22px;font-weight:900;line-height:1}.sticky-summary span{display:block;margin-top:5px;color:#555;font-size:14px;font-weight:800;line-height:1.25;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sticky-change{min-height:34px;border-radius:999px;background:#f4e6d2;color:#8d5f19;padding:0 14px;font-size:13px;font-weight:900;line-height:1;flex:0 0 auto}.sticky-cta{height:50px;border:0;background:#050505;color:#fff;font-size:17px;font-weight:900;display:inline-flex;align-items:center;justify-content:center;gap:10px;min-width:0;padding:0 18px;white-space:nowrap;text-transform:uppercase}.sticky-cta-label{min-width:0;overflow:hidden;text-overflow:ellipsis}.checkout-page{background:#ffffff;color:#1f1f1f;display:grid;grid-template-columns:minmax(0,1fr) minmax(380px,42vw);letter-spacing:0;line-height:1.45}.checkout-main{width:min(100%,720px);justify-self:end;padding:44px 64px 72px}.mobile-summary-toggle{display:none}.checkout-logo{display:inline-flex;margin-bottom:26px}.checkout-logo .brand-logo{--brand-logo-mark-size:39px;--brand-logo-text-size:28px;--brand-logo-gap:12px}.checkout-title-sr{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.checkout-section{padding:0 0 30px;margin:0 0 30px;border-bottom:1px solid #dedede}.checkout-form .checkout-section:last-child{padding-bottom:0;border-bottom:0}.checkout-section h2{margin:0 0 15px;line-height:1.25}.express-section{padding:0;margin:0 0 26px;border-bottom:0}.express-wallet-shell{padding:0}.express-wallet-shell h2{margin:0 0 14px;color:#707070;font-size:14px;font-weight:400;line-height:21px;text-align:center}.iRnuh{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:11px;gap:11px;margin:0;padding:0;list-style:none}.xBRI9{min-width:0;height:48px}.vowWK{width:100%;height:48px;border-radius:8px;overflow:hidden}.checkout-wallet-button{display:flex;align-items:center;justify-content:center;text-decoration:none;cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none}.checkout-wallet-shop{border:1px solid rgba(0,0,0,0);background:#592ff4}.checkout-wallet-paypal{background:#ffc439}.checkout-wallet-google{background:#000}.checkout-wallet-logo{display:block}.checkout-wallet-logo-shop{width:94px;height:auto}.checkout-wallet-logo-paypal{width:74px;height:auto}.checkout-wallet-logo-google{width:66px;height:auto}.express-more{display:none}.express-more:disabled{cursor:not-allowed;opacity:1}.checkout-or{margin:0 0 28px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;grid-gap:12px;gap:12px;color:#777;font-size:12px}.checkout-or:after,.checkout-or:before{content:"";height:1px;background:#dedede}.checkout-form{display:block}.checkout-grid{display:grid;grid-gap:11px;gap:11px}.checkout-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.checkout-select,.floating-field{position:relative;display:block;margin-bottom:11px}.checkout-select span,.floating-field span{position:absolute;top:8px;left:13px;z-index:1;color:#707070;font-size:12px;line-height:1;pointer-events:none}.checkout-select select,.floating-field input{width:100%;height:52px;border:1px solid #d0d0d0;background:#fff;padding:21px 13px 7px;outline:0;line-height:1.3;transition:border-color .14s ease,box-shadow .14s ease}.floating-field input::placeholder{color:transparent}.checkout-select select:focus,.floating-field input:focus{border-color:#1773b0;box-shadow:0 0 0 1px #1773b0}.checkout-select select{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:42px}.checkout-select svg{position:absolute;right:13px;top:18px;color:#777;pointer-events:none}.checkout-checkbox{display:flex;align-items:center;gap:10px;margin:10px 0;color:#333;font-size:14px}.checkout-checkbox input{width:18px;height:18px;accent-color:#1773b0;flex:0 0 auto}.shipping-method-card{min-height:58px;margin:0;border:1px solid #dedede;border-radius:5px;color:#111;display:flex;align-items:center;gap:12px;padding:13px 15px;font-size:14px;line-height:1.4}.shipping-method-radio{width:18px;height:18px;border:5px solid #1773b0;border-radius:50%;box-shadow:0 0 0 1px #1773b0;flex:0 0 auto}.shipping-method-copy{min-width:0;display:grid;grid-gap:2px;gap:2px}.shipping-method-copy strong{font-weight:500}.shipping-method-copy small{color:#707070;font-size:12px;line-height:1.3}.shipping-method-price{margin-left:auto;font-size:13px;font-weight:700;white-space:nowrap}.checkout-pay-button{height:52px;margin-top:18px;border:0;border-radius:8px;background:#005bd1;box-shadow:none;font-size:14px;text-align:center}.checkout-pay-button:disabled{background:#f5f5f5;color:#000;box-shadow:inset 0 0 0 1px #dedede;opacity:.5}.checkout-payment-message{margin:10px 0 0;color:#707070;font-size:13px;line-height:1.4}.checkout-policy-footer{border-top:1px solid #dedede;padding-top:22px;margin-top:0}.checkout-policy-footer ul{display:flex;flex-wrap:wrap;gap:10px 14px;margin:0;padding:0;list-style:none}.checkout-policy-footer a{border:0;border-radius:8px;background:transparent;color:#005bd1;padding:0;font-size:14px;line-height:21px;text-align:left;text-decoration:underline}.checkout-policy-footer a:hover{color:#003b8e}.policy-modal-backdrop{position:fixed;inset:0;z-index:80;display:none;align-items:center;justify-content:center;padding:24px;background:rgba(0,0,0,.36)}.policy-modal-backdrop:target{display:flex}.policy-modal{width:min(640px,100%);max-height:calc(100vh - 48px);border-radius:8px;background:#fff;box-shadow:0 24px 72px rgba(0,0,0,.22);display:flex;flex-direction:column;overflow:hidden}.policy-modal header{min-height:64px;border-bottom:1px solid #dedede;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 20px 17px 24px}.policy-modal h2{margin:0;color:#111;font-size:21px;font-weight:600;line-height:1.25}.policy-modal-close{width:38px;height:38px;border:0;border-radius:8px;background:transparent;color:#333;display:inline-flex;align-items:center;justify-content:center}.policy-modal-close:hover{background:#f5f5f5}.policy-modal-body{overflow:auto;padding:20px 24px 24px;color:#333;font-size:14px;line-height:1.5}.policy-modal-body p{margin:0 0 14px}.policy-modal-body p:last-child{margin-bottom:0}.checkout-summary{min-height:100vh;background:#f5f5f5;border-left:1px solid #dedede;padding:44px 64px 72px}.checkout-summary-inner{position:-webkit-sticky;position:sticky;top:28px;max-width:520px}.checkout-summary h2{margin:0 0 20px;color:#111;font-size:20px;line-height:1.25}.checkout-lines{display:grid;grid-gap:16px;gap:16px}.checkout-line{display:grid;grid-template-columns:64px minmax(0,1fr) auto;align-items:center;grid-gap:14px;gap:14px}.checkout-line-image{position:relative;width:64px;height:64px}.checkout-line-image img{width:64px;height:64px;border:1px solid #dedede;border-radius:8px}.checkout-line-image span{position:absolute;top:-8px;right:-8px;min-width:22px;height:22px;border-radius:50%;background:#666;color:#fff;display:inline-grid;place-items:center;font-size:12px;font-weight:800}.checkout-line h3{margin:0 0 3px;color:#111;font-size:14px;line-height:1.35}.checkout-line p{margin:0;color:#666;font-size:13px;line-height:1.35}.checkout-line strong{color:#111;font-size:14px;white-space:nowrap}.discount-form{display:grid;grid-template-columns:minmax(0,1fr) 96px;align-items:start;grid-gap:10px;gap:10px;margin:24px 0}.discount-form .floating-field{margin-bottom:0}.discount-form button{height:54px;border:0;border-radius:5px;background:#777;color:#fff;font-weight:800}.discount-form button:disabled{cursor:not-allowed;opacity:.55}.checkout-totals{border-top:1px solid #dedede;padding-top:18px}.checkout-totals p{display:flex;justify-content:space-between;align-items:baseline;gap:16px;margin:0 0 12px;color:#555;font-size:14px}.checkout-totals strong{color:#111;font-size:15px;white-space:nowrap}.checkout-total{border-top:1px solid #dedede;padding-top:16px;margin-top:16px!important}.checkout-total span{color:#111;font-size:18px;font-weight:800}.checkout-total strong{display:inline-flex;align-items:baseline;gap:8px;color:#111;font-size:24px}.checkout-total small{color:#777;font-size:12px;font-weight:700}.checkout-savings{align-items:flex-start!important;color:#777!important;font-size:12px!important}.checkout-empty{min-height:100vh;display:grid;align-content:center;justify-items:center;grid-gap:16px;gap:16px;padding:32px;text-align:center}.checkout-empty-logo{margin-bottom:2px}.checkout-empty .brand-logo{--brand-logo-mark-size:40px;--brand-logo-text-size:29px}.checkout-empty h1{margin:0;color:#111;font-size:26px;line-height:1.25}.checkout-empty a{min-height:46px;border:1px solid #111;border-radius:5px;display:inline-flex;align-items:center;padding:0 18px;font-weight:800}.checkout-success{min-height:100vh;display:grid;align-content:center;justify-items:center;grid-gap:24px;gap:24px;padding:32px 16px;background:#f5f5f5;color:#111}.checkout-success .checkout-logo{margin:0}.checkout-success-panel{width:min(100%,520px);border:1px solid #dedede;border-radius:8px;background:#fff;padding:30px;text-align:center;box-shadow:0 12px 36px rgba(0,0,0,.08)}.checkout-success-icon{color:#0a7f35}.checkout-success-spinner{color:#005bd1;animation:checkout-spin .9s linear infinite}.checkout-success-panel h1{margin:12px 0 8px;font-size:26px;line-height:1.2}.checkout-success-panel p{margin:0;color:#555;font-size:15px;line-height:1.5}.checkout-success-panel dl{display:grid;grid-gap:10px;gap:10px;margin:22px 0;text-align:left}.checkout-success-panel dl div{display:flex;justify-content:space-between;gap:16px;border-top:1px solid #eee;padding-top:10px}.checkout-success-panel dt{color:#666}.checkout-success-panel dd{margin:0;font-weight:700}.checkout-success-panel a{min-height:46px;border-radius:6px;display:inline-flex;align-items:center;justify-content:center;background:#005bd1;color:#fff;padding:0 18px;font-weight:700;text-decoration:none}.checkout-success-error svg{color:#b42318}@keyframes checkout-spin{to{transform:rotate(1turn)}}@media (max-width:1180px){.checkout-page{grid-template-columns:minmax(0,1fr) minmax(340px,40vw)}.checkout-main,.checkout-summary{padding-inline:32px}.nav-bar{height:72px;padding-inline:28px;gap:24px}.desktop-links{gap:18px;font-size:13px}.locale-switcher{right:auto}.page-shell{padding:28px 28px 0}.product-layout{grid-template-columns:minmax(360px,48%) minmax(0,52%);gap:38px}.info-column{padding-left:0}.summary-panel h1{font-size:38px}.hero-benefits{grid-template-columns:1fr}}@media (max-width:900px){body{padding-bottom:86px}.checkout-page{display:flex;flex-direction:column}.mobile-summary-toggle{order:1;width:100%;min-height:64px;border:0;border-bottom:1px solid #dedede;background:#f5f5f5;color:#1773b0;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 16px;text-align:left}.mobile-summary-toggle>span{min-width:0;display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:700}.mobile-summary-toggle strong{color:#111;display:inline-flex;align-items:baseline;gap:6px;font-size:18px;white-space:nowrap}.mobile-summary-toggle small{color:#777;font-size:11px;font-weight:700}.summary-chevron{transition:transform .18s ease}.mobile-summary-toggle[aria-expanded=true] .summary-chevron{transform:rotate(180deg)}.checkout-main{order:3;width:100%;max-width:584px;margin-inline:auto;padding:28px 16px 48px}.checkout-summary{order:2;display:none;min-height:0;border-left:0;border-bottom:1px solid #dedede;padding:24px 16px}.checkout-summary.open{display:block}.checkout-summary-inner{position:static;max-width:none}.iRnuh{grid-template-columns:repeat(2,minmax(0,1fr))}.iRnuh .xBRI9:first-child{grid-column:1/-1}.checkout-grid.two{gap:0}.checkout-grid.two,.discount-form{grid-template-columns:1fr}.checkout-line{grid-template-columns:58px minmax(0,1fr) auto;gap:11px}.checkout-line-image,.checkout-line-image img{width:58px;height:58px}.checkout-total strong{font-size:21px}.policy-modal-backdrop{align-items:flex-end;padding:0}.policy-modal{width:100%;max-height:88vh;border-radius:12px 12px 0 0}.policy-modal header{padding-inline:18px 14px}.policy-modal-body{padding:18px}.locale-switcher{position:relative;top:auto;right:auto;left:auto;transform:none;z-index:60;display:none;justify-content:center;padding:0;background:transparent}.locale-pill{min-height:34px;padding:5px 8px;font-size:12px}.locale-panel{right:auto;left:50%;transform:translateX(-50%);width:calc(100vw - 20px);padding:14px}.locale-grid{grid-template-columns:1fr}.currency-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.announcement{height:34px;justify-content:center;padding:0 8px;white-space:nowrap;font-size:11px}.nav-bar{height:62px;padding:0 14px;grid-template-columns:42px 1fr auto;gap:0}.mobile-icon{display:block}.logo{justify-self:center}.brand-logo{--brand-logo-mark-size:30px;--brand-logo-text-size:22px;--brand-logo-gap:9px;--brand-logo-word-gap:5px}.desktop-links,.search-box span{display:none}.header-actions{gap:8px}.header-locale{display:none}.search-box{border:0;border-radius:0}.cart-icon,.search-box{width:34px;height:38px}.mobile-menu-panel{position:absolute;top:100%;left:0;right:0;z-index:65;display:none;gap:14px;border-top:1px solid #eeeeee;border-bottom:1px solid #dddddd;background:#fff;padding:14px;box-shadow:0 18px 24px rgba(0,0,0,.08)}.mobile-menu-panel.open{display:grid}.mobile-menu-panel .locale-switcher{display:block}.mobile-menu-panel .locale-pill{width:100%;justify-content:space-between;min-height:42px;border-radius:8px;padding:7px 12px}.mobile-menu-panel .locale-text{display:inline;margin-right:auto;font-size:14px}.mobile-menu-panel .locale-panel{top:calc(100% + 8px);right:0;left:0;transform:none;width:100%}.mobile-menu-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px}.mobile-menu-links a{min-height:42px;border:1px solid #ececec;border-radius:8px;display:flex;align-items:center;padding:0 12px;color:#111;font-size:14px;font-weight:800;line-height:1.2}.cart-drawer{width:100vw;max-width:100vw}.cart-drawer-header{min-height:76px;padding:18px 28px 16px}.cart-drawer-header h2{font-size:30px}.cart-close{width:42px;height:42px}.cart-lines{padding:26px 30px 22px}.cart-line{grid-template-columns:136px minmax(0,1fr);gap:16px;padding:0 0 24px}.cart-line-media{width:136px;height:184px}.cart-line-title{display:grid;grid-gap:6px;gap:6px}.cart-line-title h3{font-size:18px}.cart-line-title strong{font-size:20px}.cart-line-eyebrow{font-size:11px}.cart-line-options{gap:8px}.cart-line-options span{min-height:31px;padding:0 12px;font-size:15px}.cart-line-color-option i{width:10px;height:10px;margin-right:7px}.cart-line-actions{align-items:start}.cart-qty{width:132px;height:44px;grid-template-columns:44px 1fr 44px}.cart-qty span{font-size:17px}.cart-remove{font-size:15px}.cart-trust-row{margin-top:24px;grid-template-columns:repeat(2,minmax(0,1fr))}.cart-trust-row span{min-height:66px;gap:10px;padding-right:12px;font-size:14px}.cart-trust-row span+span{padding-left:18px}.cart-trust-row svg{width:22px;height:22px}.cart-summary{border-radius:24px 24px 0 0;padding:24px 30px calc(28px + env(safe-area-inset-bottom))}.cart-summary .totals__subtotal,.cart-summary .totals__subtotal-value{font-size:22px}.cart-summary .tax-note{margin:11px 0 18px;font-size:13px}.cart__checkout-button{min-height:58px;gap:12px;font-size:21px}.cart-payment-badges{margin-top:22px;gap:8px}.cart-payment-badge{width:55px;height:30px;padding:0 7px}.cart-payment-badge img{max-width:43px;max-height:17px}.cart-payment-badge:nth-child(4),.cart-payment-badge:nth-child(5){width:55px}.page-shell{padding:14px 14px 0}.product-layout{display:block;max-width:520px;margin:0 auto}.media-column{min-height:0}.media-sticky{position:static;padding-bottom:0}.main-photo{margin-top:0}.thumb-row{grid-auto-columns:76px;gap:9px;margin-top:12px;padding:0 0 4px}.thumb{height:76px}.info-column{padding-left:0}.summary-panel{max-width:none;padding-top:22px}.summary-panel h1{font-size:32px;line-height:1.12;margin-bottom:12px}.rating-row{gap:8px;margin-bottom:16px;font-size:15px}.stars{font-size:18px}.rating-divider{height:18px}.price-row{min-height:44px;gap:10px;margin-bottom:15px}.price-row strong{font-size:36px}.price-row s{font-size:21px}.discount{height:36px;padding:0 14px;font-size:14px}.selling-fast{margin-bottom:18px;padding-bottom:18px;font-size:15px}.hero-benefits{grid-template-columns:1fr;gap:8px;margin-bottom:20px}.hero-benefits li{min-height:44px}.color-swatch-label{font-size:20px}.color-swatch-row{gap:14px 17px}.color-swatch{width:48px;height:48px}.size-matrix{padding:20px 16px}.size-matrix-title-row{margin-bottom:24px}.size-matrix-title-row strong{font-size:25px}.size-matrix-finder{gap:14px;margin-bottom:24px}.size-matrix-finder strong{font-size:21px}.size-matrix-finder span{font-size:16px}.size-chip-row{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.size-chip-row button{height:50px;padding:0 5px;font-size:18px}.size-selected-pill{min-height:40px;margin-top:24px;padding:0 18px;font-size:16px}.assurance-row{justify-content:flex-start;flex-wrap:wrap;font-size:14px}.bundle-section{margin:0 10px;gap:10px}.bundle-heading{font-size:24px}.bundle-card-primary{grid-template-columns:22px 88px minmax(0,1fr) auto;gap:8px;min-height:124px;padding:14px 10px 14px 12px}.bundle-card-secondary{grid-template-columns:22px 78px minmax(0,1fr) auto;gap:10px;min-height:78px;padding:11px 12px}.bundle-thumb.featured{width:88px;height:70px}.bundle-thumb:not(.featured){width:78px;height:52px;padding:5px}.bundle-thumb img{width:106%;height:106%}.bundle-thumb:not(.featured) img{width:78px;height:42px;margin:0}.bundle-count{right:4px;bottom:4px;min-width:24px;height:20px;padding:0 6px;font-size:11px}.bundle-main em{min-height:24px;padding:0 9px;font-size:11px}.bundle-card-secondary .bundle-main strong,.bundle-main strong{font-size:15px}.bundle-card-secondary .bundle-main small,.bundle-main small{font-size:13px;line-height:1.28}.bundle-price strong{font-size:22px}.bundle-card-secondary .bundle-price strong{font-size:18px}.bundle-price s{font-size:14px}.bundle-price b{min-height:24px;padding:0 8px;font-size:11px}.add-button{height:60px;margin-inline:10px;width:calc(100% - 20px);font-size:16px}.shipping-strip{font-size:14px}.description-section{max-width:none}.fit-proof-section{margin-bottom:30px}.description-block p{font-size:17px;line-height:1.55}.spec-block{margin-top:30px}.spec-row{grid-template-columns:34px minmax(88px,.42fr) minmax(0,1fr);min-height:66px}.spec-row strong{font-size:13px}.spec-row>span:last-child{padding:13px 0 13px 14px;font-size:13px}.guarantee{margin-top:28px}.guarantee summary{min-height:58px;padding:16px;font-size:15px}.guarantee-content{padding:0 16px 16px}.guarantee-points{grid-template-columns:repeat(2,minmax(0,1fr));padding:0}.guarantee-points li{grid-template-columns:28px minmax(0,1fr);justify-items:start;align-items:center;gap:9px;min-height:68px;padding:12px 10px;text-align:left;border-left:0}.guarantee-points li:not(:first-child){border-left:0}.guarantee-points li:nth-child(n+3){border-top:1px solid #e5e5e5}.guarantee-points li:nth-child(2n){border-left:1px solid #e5e5e5}.guarantee-points span{font-size:12.5px}.guarantee-note{margin-top:14px;font-size:13px;text-align:left}.reviews-section{max-width:520px;margin-bottom:0;padding:24px 12px 28px}.reviews-title{margin-bottom:12px;font-size:22px}.review-summary-card{min-height:84px}.review-score-card,.review-stat-card{padding:12px 8px}.review-score-card strong{font-size:27px}.review-score-card .stars{margin-top:6px;font-size:12px}.review-stat-card{gap:6px}.review-stat-card strong{font-size:24px}.review-stat-card span{font-size:10.5px}.review-rating-card svg{width:20px;height:20px}.review-rail-heading{margin:24px 0 12px}.review-rail-heading h3{font-size:14px}.review-rail-heading a{font-size:11px}.tt-review-list{gap:9px;margin-right:-12px;padding-right:12px;padding-bottom:12px}.grid-review{flex-basis:clamp(140px,39vw,160px);border-radius:6px;box-shadow:0 3px 12px rgba(0,0,0,.05)}.grid-review img{aspect-ratio:1/.96}.grid-review-body,.grid-review-head{padding-inline:10px}.grid-review-head{padding-top:12px}.grid-review-head .stars{margin-bottom:7px;font-size:11.5px}.grid-review-head h3{font-size:12px}.grid-review-head .verified,.reviews-text{font-size:11.5px}.reviews-text{line-height:1.35}.review-dots{margin:6px 0 16px}.review-more-button{width:100%;min-height:46px;font-size:12px}.footer{padding:34px 14px calc(56px + env(safe-area-inset-bottom))}.footer-main{max-width:420px;gap:18px}.footer-brand .brand-logo{--brand-logo-mark-size:32px;--brand-logo-text-size:27px}.footer-support{width:100%;min-height:52px;font-size:13.5px}.footer-links{width:min(100%,320px);display:grid;grid-template-columns:repeat(3,max-content);justify-content:center;grid-gap:13px 28px;gap:13px 28px}.footer-links a{font-size:13px}.footer-links a:nth-child(3):after{content:none}.footer-payment-badges{gap:7px}.footer-payment-badges li{width:42px;height:29px}.footer-region{width:100%;padding-top:14px}.sticky-buy{padding:8px 10px calc(8px + env(safe-area-inset-bottom))}.sticky-card{border-radius:8px;padding:9px;grid-template-columns:1fr;gap:8px}.sticky-summary{gap:10px}.sticky-summary strong{font-size:21px}.sticky-summary span{max-width:220px;font-size:13px}.sticky-change{min-height:32px;padding:0 12px;font-size:12px}.sticky-cta{height:48px;width:100%;font-size:16px}}@media (max-width:420px){.fit-proof-points li{padding:13px 14px}.grid-review-head .stars{font-size:11.5px}.grid-review-head h3{font-size:12px}.grid-review-head .verified,.reviews-text{font-size:11.5px}}.checkout-page{min-height:100vh;background:linear-gradient(180deg,#fff,#fbfaf8 52%,#fff);color:#151515;grid-template-columns:minmax(0,1fr) minmax(380px,39vw)}.checkout-main{width:min(100%,700px);padding:42px 58px 80px}.checkout-hero{padding-bottom:24px;margin-bottom:24px;border-bottom:1px solid rgba(17,17,17,.1)}.checkout-logo{margin:0 0 26px}.checkout-logo .brand-logo{--brand-logo-mark-size:34px;--brand-logo-text-size:25px;--brand-logo-gap:11px}.checkout-hero h1{margin:0 0 16px;color:#111;font-family:Georgia,Times New Roman,serif;font-size:38px;font-weight:700;line-height:1.08}.checkout-trust-strip{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}.checkout-trust-strip span{min-height:38px;border:1px solid rgba(17,17,17,.12);border-radius:999px;background:#fff;color:#2d2d2d;display:flex;align-items:center;gap:8px;padding:0 13px;font-size:13px;font-weight:800;line-height:1.2}.checkout-trust-strip svg{color:#111;flex:0 0 auto}.checkout-product-overview{display:grid;grid-gap:12px;gap:12px;margin-bottom:28px}.checkout-product-card{border:1px solid rgba(17,17,17,.08);border-radius:8px;background:#fff;display:grid;grid-template-columns:92px minmax(0,1fr);grid-gap:14px;gap:14px;padding:12px;box-shadow:0 14px 34px rgba(17,17,17,.07)}.checkout-product-image{width:92px;height:118px;border-radius:8px;background:#f4f4f4;overflow:hidden}.checkout-product-image img{width:100%;height:100%;display:block;object-fit:cover;object-position:center}.checkout-product-copy{min-width:0;display:grid;align-content:start;grid-gap:7px;gap:7px}.checkout-product-badge{font-size:10px;font-weight:900;letter-spacing:.06em;line-height:1.2;text-transform:uppercase}.checkout-product-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.checkout-product-heading h2{margin:0;color:#111;font-size:15px;font-weight:900;line-height:1.22}.checkout-product-heading strong{color:#111;font-weight:900;line-height:1.22;white-space:nowrap}.checkout-product-options{display:flex;flex-wrap:wrap;gap:6px}.checkout-product-options span{border:1px solid rgba(17,17,17,.12);border-radius:999px;background:#f7f7f7;color:#2d2d2d;display:inline-flex;align-items:center;padding:0 10px;font-weight:800;line-height:1}.checkout-product-color i{width:9px;height:9px;border-radius:50%;background:#050505;display:inline-block;margin-right:7px}.checkout-section{padding:0 0 26px;margin:0 0 26px;border-bottom:1px solid rgba(17,17,17,.1)}.checkout-form .checkout-section:last-of-type{border-bottom:0}.checkout-section h2{margin:0 0 16px;color:#111;font-family:Georgia,Times New Roman,serif;font-size:25px;font-weight:700;line-height:1.12}.checkout-grid{gap:12px}.checkout-select,.floating-field{margin-bottom:12px}.checkout-select span,.floating-field span{top:9px;left:15px;color:#555;font-size:11px;font-weight:800;letter-spacing:.01em}.checkout-select select,.floating-field input{height:56px;border:1px solid rgba(17,17,17,.14);border-radius:8px;background:rgba(255,255,255,.92);color:#111;padding:23px 15px 8px;font-size:15px;box-shadow:0 7px 18px rgba(17,17,17,.035)}.checkout-select select:focus,.floating-field input:focus{border-color:#111;box-shadow:0 0 0 1px #111,0 10px 22px rgba(17,17,17,.06)}.checkout-select svg{top:20px;color:#555}.checkout-checkbox{margin:6px 0 0;color:#555;font-size:13px}.checkout-checkbox input{accent-color:#111}.shipping-method-card{min-height:68px;border:1px solid rgba(18,18,18,.12);border-radius:8px;background:#fff;gap:13px;padding:15px;box-shadow:0 12px 28px rgba(17,17,17,.04)}.shipping-method-radio{display:none}.shipping-method-icon{color:#111;flex:0 0 auto}.shipping-method-copy strong{color:#171717;font-weight:900}.shipping-method-copy small{color:#666}.shipping-method-price{color:#111;font-size:14px;font-weight:900}.checkout-payment-message{color:#666}.checkout-payment-error{color:#b42318}.checkout-submit-panel{border:1px solid rgba(17,17,17,.08);border-radius:24px;background:rgba(255,255,255,.96);padding:20px;box-shadow:0 18px 44px rgba(17,17,17,.1)}.checkout-submit-totals{display:grid;grid-gap:8px;gap:8px;margin-bottom:16px}.checkout-submit-totals p{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin:0;color:#555;font-size:14px}.checkout-submit-totals strong{color:#111;font-size:14px;font-weight:900}.checkout-submit-total{border-top:1px solid rgba(17,17,17,.1);padding-top:12px;margin-top:4px!important}.checkout-submit-total span{color:#111;font-family:Georgia,Times New Roman,serif;font-size:24px}.checkout-submit-total strong{font-size:24px}.checkout-pay-button{width:100%;min-height:58px;height:auto;margin:0;border-radius:999px;background:#000;color:#fff;display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:0 22px;font-family:Georgia,Times New Roman,serif;font-size:21px;font-weight:700;line-height:1.15;box-shadow:0 14px 24px rgba(0,0,0,.18)}.checkout-pay-button:disabled{background:#111;color:#fff;box-shadow:0 14px 24px rgba(0,0,0,.14);cursor:not-allowed;opacity:.46}.checkout-payment-badges{margin:16px 0 0;padding:0;list-style:none;display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap}.checkout-payment-badge{width:55px;height:30px;border:1px solid rgba(18,18,18,.14);border-radius:5px;background:#fff;display:inline-flex;align-items:center;justify-content:center;padding:0 7px;box-shadow:0 4px 10px rgba(17,17,17,.05)}.checkout-payment-badge img{display:block;width:auto;max-width:43px;max-height:17px;object-fit:contain}.checkout-summary{background:#f6f6f6;border-left:1px solid rgba(17,17,17,.08)}.checkout-summary-inner{max-width:480px}.checkout-summary h2,.checkout-total span{font-family:Georgia,Times New Roman,serif}.checkout-line-image img{object-fit:cover;object-position:center}.checkout-policy-footer{border-top-color:rgba(17,17,17,.1)}.checkout-policy-footer a{color:#333}@media (max-width:900px){.checkout-page{display:block;min-height:100vh;padding-bottom:188px}.checkout-main{width:100%;max-width:560px;margin-inline:auto;padding:20px 16px 28px}.checkout-hero{padding-bottom:20px}.checkout-hero,.checkout-logo{margin-bottom:18px}.checkout-logo .brand-logo{--brand-logo-mark-size:30px;--brand-logo-text-size:22px;--brand-logo-gap:9px}.checkout-hero h1{font-size:34px;margin-bottom:14px}.checkout-trust-strip{grid-template-columns:1fr;gap:8px}.checkout-trust-strip span{min-height:38px;font-size:13px}.checkout-product-overview{margin-bottom:22px}.checkout-product-card{grid-template-columns:90px minmax(0,1fr);gap:12px;padding:11px}.checkout-product-image{width:90px;height:116px}.checkout-product-heading{display:grid;grid-gap:5px;gap:5px}.checkout-product-heading h2{font-size:14px}.checkout-grid.two{grid-template-columns:1fr;gap:0}.checkout-section{padding-bottom:23px;margin-bottom:23px}.checkout-section h2{font-size:24px}.checkout-summary,.mobile-summary-toggle{display:none}.checkout-submit-panel{position:fixed;left:0;right:0;bottom:0;z-index:95;border-right:0;border-bottom:0;border-left:0;border-radius:24px 24px 0 0;padding:12px 16px calc(12px + env(safe-area-inset-bottom))}.checkout-submit-totals{grid-template-columns:repeat(2,minmax(0,1fr));gap:4px 14px;margin-bottom:8px}.checkout-submit-totals p{font-size:12px;line-height:1.1}.checkout-submit-total{grid-column:1/-1;padding-top:8px;margin-top:2px!important}.checkout-submit-total span,.checkout-submit-total strong{font-size:20px}.checkout-pay-button{min-height:48px;font-size:18px}.checkout-payment-badges{margin-top:8px}.checkout-payment-badge{width:48px;height:24px}.checkout-payment-badge img{max-width:37px;max-height:14px}}@media (max-width:420px){.checkout-main{padding-inline:14px}.checkout-product-card{grid-template-columns:84px minmax(0,1fr)}.checkout-product-image{width:84px;height:108px}.checkout-product-options span{min-height:24px;padding-inline:9px;font-size:11px}.checkout-payment-badge{width:52px}}@media (max-width:900px){.checkout-page{padding-bottom:0;background:#fff}.checkout-main{max-width:430px;padding:0 24px 24px}.checkout-hero{margin:0 -24px 22px;padding:0 34px 22px;background:#fff}.checkout-brand-bar,.checkout-hero{border-bottom:1px solid rgba(20,20,20,.1)}.checkout-brand-bar{position:relative;min-height:72px;margin:0 -34px 20px;display:grid;place-items:center}.checkout-logo{margin:0}.checkout-logo .brand-logo{--brand-logo-mark-size:28px;--brand-logo-text-size:23px;--brand-logo-gap:9px}.checkout-hero h1{margin:0 0 14px;font-size:27px;font-weight:500;line-height:1.16}.checkout-trust-strip{display:flex;align-items:center;gap:14px}.checkout-trust-strip span{min-height:34px;border:0;border-radius:0;background:transparent;color:#403a36;gap:8px;padding:0;font-size:13px;font-weight:500;white-space:nowrap}.checkout-trust-strip span+span{border-left:1px solid rgba(20,20,20,.18);padding-left:14px}.checkout-trust-strip svg{width:20px;height:20px}.checkout-product-overview{margin-bottom:24px}.checkout-product-card{position:relative;grid-template-columns:108px minmax(0,1fr);gap:13px;min-height:146px;border-color:rgba(17,17,17,.1);padding:12px;box-shadow:none}.checkout-product-image{width:108px;height:118px}.checkout-product-copy{gap:8px;align-content:start;padding-bottom:28px}.checkout-product-badge{font-size:10px;letter-spacing:.08em}.checkout-product-heading{display:block}.checkout-product-heading h2{font-family:Georgia,Times New Roman,serif;font-size:18px;font-weight:400;line-height:1.14}.checkout-product-heading strong{position:absolute;right:16px;bottom:18px;color:#111;font-size:18px;font-weight:900}.checkout-product-options{gap:6px}.checkout-product-options span{min-height:29px;padding:0 10px;font-size:13px;font-weight:500}.checkout-product-color i{width:10px;height:10px;margin-right:6px}.checkout-section{padding-bottom:14px;margin-bottom:20px;border-bottom:0}.checkout-section h2{margin-bottom:12px;font-size:21px;font-weight:500;line-height:1.14}.checkout-form .checkout-section{border-bottom:0}.checkout-grid.two{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 16px}.checkout-select,.floating-field{margin-bottom:12px}.checkout-select span,.floating-field span{position:static;display:block;margin-bottom:7px;color:#4b4642;font-size:13px;font-weight:500;letter-spacing:0;pointer-events:auto}.checkout-select select,.floating-field input{height:50px;border-color:rgba(20,20,20,.22);border-radius:6px;padding:0 15px;color:#111;font-size:15px;box-shadow:none}.floating-field input::placeholder{color:#9a9a9a}.checkout-select svg{top:36px}.checkout-checkbox{display:none}.shipping-method-card{min-height:74px;border-color:rgba(18,18,18,.12);border-radius:8px;background:#fff;padding:14px 16px;box-shadow:none}.shipping-method-icon{width:24px;height:24px}.shipping-method-copy{gap:3px}.shipping-method-copy strong{font-size:15px}.shipping-method-copy small{font-size:13px}.shipping-method-check{margin-left:auto;color:#111;fill:#111;stroke:#fff}.checkout-submit-panel{position:static;border:0;border-radius:20px;margin:16px -24px 0;padding:20px 34px 24px;box-shadow:0 -8px 34px rgba(17,17,17,.08)}.checkout-submit-totals{display:grid;grid-template-columns:1fr;grid-gap:8px;gap:8px;margin-bottom:18px}.checkout-submit-totals p{font-size:15px;line-height:1.2}.checkout-submit-total{grid-column:auto;margin-top:10px!important;padding-top:16px}.checkout-submit-total span,.checkout-submit-total strong{font-size:22px}.checkout-pay-button{min-height:56px;font-size:18px}.checkout-payment-badges{margin-top:20px;gap:12px}.checkout-payment-badge{width:56px;height:34px}.checkout-payment-badge img{max-width:47px;max-height:18px}}@media (max-width:420px){.checkout-main{padding-inline:24px}.checkout-product-card{grid-template-columns:94px minmax(0,1fr);gap:12px}.checkout-product-image{width:94px;height:108px}.checkout-product-heading h2{font-size:16px}.checkout-product-options span{min-height:26px;padding-inline:7px;font-size:11px}.checkout-product-options{gap:4px}.checkout-product-color i{width:9px;height:9px;margin-right:5px}.checkout-trust-strip{gap:13px}.checkout-trust-strip span{gap:7px;font-size:12px}.checkout-trust-strip span+span{padding-left:13px}.checkout-grid.two{gap:0 14px}.checkout-select select,.floating-field input{height:48px;font-size:14px}.checkout-submit-panel{margin-inline:-24px;padding-inline:24px}.checkout-payment-badges{gap:8px}.checkout-payment-badge{width:52px;height:30px}}.checkout-page{--checkout-font:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#000;font-family:var(--checkout-font);font-size:14px;line-height:21px}.checkout-page :where(h1,h2,h3,p,span,strong,small,label,input,select,button,a){font-family:var(--checkout-font);letter-spacing:normal}.checkout-logo .brand-logo-copy,.checkout-logo .brand-logo-name,.checkout-logo .brand-logo-product{font-family:Georgia,Times New Roman,serif;font-weight:700;letter-spacing:0}.checkout-hero h1{color:#000;font-family:var(--checkout-font);font-size:21px;font-weight:600;line-height:25.2px}.checkout-trust-strip span{color:#1c1c1c;font-family:var(--checkout-font);font-size:14px;font-weight:400;line-height:21px}.checkout-product-badge{color:#555;font-family:var(--checkout-font);font-size:12px;font-weight:600;line-height:16px}.checkout-product-heading h2{color:#000;font-size:14px;font-weight:600;line-height:18px}.checkout-product-heading h2,.checkout-product-heading strong,.checkout-product-options span,.checkout-submit-total strong,.checkout-submit-totals strong,.shipping-method-copy strong,.shipping-method-price{font-family:var(--checkout-font)}.checkout-product-heading strong{font-size:14px;font-weight:600;line-height:18px}.checkout-product-options span{min-height:26px;color:#1c1c1c;font-size:12px;font-weight:400;line-height:16px}.checkout-section h2{color:#000;font-family:var(--checkout-font);font-size:21px;font-weight:600;line-height:25.2px}.checkout-checkbox,.checkout-payment-message,.checkout-policy-footer a,.checkout-select span,.checkout-submit-totals p,.floating-field span,.shipping-method-copy small{color:#555;font-family:var(--checkout-font);font-size:14px;font-weight:400;line-height:21px}.checkout-select select,.floating-field input{height:49px;border-radius:5px;color:#000;font-family:var(--checkout-font);font-size:14px;font-weight:400;line-height:21px}.floating-field input::placeholder{color:#707070}.checkout-select svg{top:36px}.shipping-method-copy strong{color:#000;font-size:14px;font-weight:600;line-height:21px}.checkout-submit-total span{color:#000;font-family:var(--checkout-font);font-size:21px;font-weight:400;line-height:25.2px}.checkout-submit-total strong{color:#000;font-size:21px;font-weight:600;line-height:25.2px}.checkout-pay-button{font-family:var(--checkout-font);font-size:17px;font-weight:600;line-height:21px}@media (max-width:900px){.checkout-hero h1,.checkout-section h2{font-size:21px;font-weight:600;line-height:25.2px}.checkout-product-heading h2{font-size:14px;font-weight:600;line-height:18px}.checkout-submit-totals p,.checkout-trust-strip span{font-size:14px;line-height:21px}}.checkout-submit-panel .checkout-product-overview{display:none}@media (max-width:900px){.checkout-submit-panel{border:0;border-top:1px solid #dedede;border-radius:0;margin:22px -24px 0;padding:16px 24px 24px;box-shadow:none}.checkout-submit-panel .checkout-product-overview{display:block;margin:0 0 18px;padding:0 0 16px;border-bottom:1px solid #dedede}.checkout-order-summary-title{margin:0 0 14px;color:#000;font-family:var(--checkout-font);font-size:18px;font-weight:600;line-height:24px}.checkout-order-lines{display:grid;grid-gap:12px;gap:12px}.checkout-submit-panel .checkout-product-card{position:relative;display:grid;grid-template-columns:56px minmax(0,1fr) auto;align-items:start;grid-gap:12px;gap:12px;min-height:0;border:0;border-radius:0;background:transparent;padding:0;box-shadow:none}.checkout-submit-panel .checkout-product-image{position:relative;width:56px;height:56px;border:1px solid #dedede;border-radius:8px;background:#f4f4f4;overflow:visible}.checkout-submit-panel .checkout-product-image img{width:100%;height:100%;border-radius:inherit;display:block;object-fit:cover;object-position:center}.checkout-product-count{position:absolute;top:-8px;right:-8px;min-width:18px;height:18px;border-radius:999px;background:#000;color:#fff;display:inline-grid;place-items:center;padding:0 5px;font-family:var(--checkout-font);font-size:12px;font-weight:600;line-height:18px}.checkout-submit-panel .checkout-product-copy{min-width:0;display:grid;grid-gap:2px;gap:2px;padding:0}.checkout-submit-panel .checkout-product-copy h3{margin:0;color:#000;font-family:var(--checkout-font);font-size:14px;font-weight:400;line-height:19px}.checkout-submit-panel .checkout-product-copy p,.checkout-submit-panel .checkout-product-copy small{margin:0;color:#707070;font-family:var(--checkout-font);font-size:12px;font-weight:400;line-height:18px}.checkout-submit-panel .checkout-product-price{color:#000;font-family:var(--checkout-font);font-size:14px;font-weight:400;line-height:21px;white-space:nowrap}.checkout-submit-totals{gap:7px;margin-bottom:16px}.checkout-submit-totals p{color:#000;font-size:14px;line-height:21px}.checkout-submit-total{margin-top:8px!important;padding-top:12px}}@media (max-width:900px){body:has(.checkout-page){padding-bottom:0}.checkout-main{padding-bottom:0}.checkout-submit-panel{margin:18px -24px 0;padding:14px 24px 10px}.checkout-submit-panel .checkout-product-overview{margin-bottom:12px;padding-bottom:12px}.checkout-order-summary-title{margin-bottom:10px}.checkout-order-lines{gap:10px}.checkout-submit-totals{gap:4px;margin-bottom:12px}.checkout-submit-total{margin-top:6px!important;padding-top:10px}.checkout-pay-button{min-height:44px;border-radius:5px;font-size:14px;font-weight:600}.checkout-payment-badges{margin-top:10px;gap:6px}.checkout-payment-badge{width:46px;height:24px}.checkout-payment-badge img{max-width:36px;max-height:14px}.checkout-policy-footer{margin:0 -24px;padding:10px 24px calc(10px + env(safe-area-inset-bottom));border-top:1px solid #dedede}.checkout-policy-footer ul{gap:6px 12px;align-items:center}.checkout-policy-footer a{font-size:12px;line-height:18px}}.cart-drawer{--cart-font:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";background:#fff;color:#000;font-family:var(--cart-font);font-size:14px;line-height:21px}.cart-drawer :where(h2,h3,p,span,strong,small,button,a){font-family:var(--cart-font);letter-spacing:normal}.cart-drawer-header{min-height:64px;padding:14px 24px}.cart-drawer-header h2{color:#000;font-family:var(--cart-font);font-size:21px;font-weight:600;line-height:25.2px}.cart-close{width:38px;height:38px;box-shadow:none}.cart-lines{padding:18px 24px 16px}.cart-line{grid-template-columns:96px minmax(0,1fr);gap:14px;padding-bottom:18px}.cart-line-media{width:96px;height:118px}.cart-line-main{gap:8px}.cart-line-title{gap:4px}.cart-line-title h3{color:#000;font-family:var(--cart-font);font-size:14px;font-weight:600;line-height:18px}.cart-line-title strong{color:#000;font-size:14px;font-weight:600;line-height:21px}.cart-line-eyebrow{color:#555;font-size:12px;font-weight:600;line-height:16px}.cart-line-options{gap:6px}.cart-line-options span{min-height:26px;padding:0 10px;color:#1c1c1c;font-size:12px;font-weight:400;line-height:16px}.cart-line-color-option i{width:9px;height:9px;margin-right:6px}.cart-line-actions{gap:10px}.cart-qty{width:112px;height:36px;border-radius:5px;grid-template-columns:36px 1fr 36px}.cart-qty span{font-size:14px;font-weight:600;line-height:21px}.cart-remove{color:#555;font-size:12px;font-weight:400;line-height:18px}.cart-trust-row{margin-top:18px}.cart-trust-row span{min-height:54px;gap:9px;color:#1c1c1c;font-size:13px;font-weight:400;line-height:18px}.cart-trust-row svg{width:20px;height:20px}.cart-summary{border-radius:0;padding:16px 24px calc(12px + env(safe-area-inset-bottom));box-shadow:none}.cart-summary .cart-drawer__footer>*+*{margin-top:8px}.cart-summary .totals{min-height:25px}.cart-summary .totals__subtotal{color:#000;font-family:var(--cart-font);font-size:21px;font-weight:400;line-height:25.2px}.cart-summary .totals__subtotal-value{color:#000;font-size:21px;font-weight:600;line-height:25.2px}.cart-summary .tax-note{margin:6px 0 12px;color:#707070;font-size:12px;font-weight:400;line-height:18px}.cart__ctas{margin-top:0}.cart__checkout-button{min-height:44px;border-radius:5px;gap:10px;font-size:14px;font-weight:600;line-height:21px;box-shadow:none}.cart-payment-badges{margin-top:10px;gap:6px}.cart-payment-badge,.cart-payment-badge:nth-child(4),.cart-payment-badge:nth-child(5){width:46px;height:24px;padding:0 6px}.cart-payment-badge img{max-width:36px;max-height:14px}@media (max-width:900px){.cart-drawer-header{min-height:64px;padding:14px 24px}.cart-drawer-header h2{font-size:21px;line-height:25.2px}.cart-lines{padding:18px 24px 16px}.cart-line{grid-template-columns:96px minmax(0,1fr);gap:14px;padding-bottom:18px}.cart-line-media{width:96px;height:118px}.cart-summary{padding:16px 24px calc(12px + env(safe-area-inset-bottom))}}.cart-lines{min-height:0;display:grid;align-content:start;grid-gap:16px;gap:16px;padding:18px 24px 20px}.cart-line{grid-template-columns:112px minmax(0,1fr);gap:16px;padding-bottom:16px}.cart-line-media{width:112px;height:auto;aspect-ratio:1;border:1px solid #dedede;background:#f7f4ef}.cart-line-media img{object-fit:contain;object-position:center}@media (max-width:420px){.cart-line{grid-template-columns:92px minmax(0,1fr);gap:12px}.cart-line-media{width:92px}}@media (max-width:360px){.cart-line{grid-template-columns:84px minmax(0,1fr)}.cart-line-media{width:84px}}.summary-panel,.summary-panel :where(h1,p,span,strong,s,button,li){font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;letter-spacing:normal}.summary-panel h1{color:#000;font-weight:800}.rating-row{color:#1c1c1c;font-weight:400}.stars{color:#000}.price-row strong{color:#000;font-weight:800}.price-row s{color:#707070;font-weight:600}.discount{background:#f1f1f1;color:#000;font-weight:700}.selling-fast{color:#000;font-weight:600}.selling-fast svg{color:#000}.hero-benefits li{color:#000;font-weight:500}.hero-benefits svg{color:#000}@media (max-width:900px){.announcement{height:34px;font-size:11px;font-weight:800}.nav-bar{height:62px;padding-inline:20px}.cart-icon,.mobile-icon,.search-box{color:#000}.brand-logo{--brand-logo-mark-size:28px;--brand-logo-text-size:23px;--brand-logo-gap:9px}.page-shell{padding:12px 12px 0}.main-photo{border-radius:8px;aspect-ratio:1/.94}.thumb-row{grid-auto-columns:60px;gap:10px;margin-top:10px;padding-bottom:6px}.thumb{height:60px;border:1px solid transparent;border-radius:8px;background:#f6f6f6}.thumb.is-active{border-color:#000;box-shadow:inset 0 0 0 1px #000}.summary-panel{padding-top:16px}.summary-panel h1{margin-bottom:9px;font-size:28px;font-weight:800;line-height:1.12}.rating-row{gap:8px;margin-bottom:12px;font-size:14px;line-height:21px}.stars{font-size:18px}.rating-divider{height:18px;background:#cfcfcf}.price-row{gap:12px;min-height:36px;margin-bottom:10px}.price-row strong{font-size:32px;line-height:1}.price-row s{font-size:17px;line-height:1}.discount{height:32px;padding:0 13px;border-radius:999px;font-size:13px;line-height:1}.selling-fast{margin-bottom:12px;padding-bottom:12px;border-bottom-color:#dedede;gap:9px;font-size:14px;line-height:20px}.selling-fast svg{width:18px;height:18px}.hero-benefits{grid-template-columns:repeat(3,minmax(0,1fr));gap:0;margin-bottom:22px;border:1px solid #dedede;border-radius:10px;background:#fff;overflow:hidden}.hero-benefits li{min-height:70px;border:0;border-radius:0;background:#fff;display:grid;grid-template-columns:28px minmax(0,1fr);align-items:center;grid-gap:9px;gap:9px;padding:10px;font-size:12px;font-weight:500;line-height:16px}.hero-benefits li+li{border-left:1px solid #dedede}.hero-benefits svg{width:26px;height:26px;stroke-width:1.9}}.color-swatch-block,.size-matrix,.sticky-card{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;letter-spacing:normal}.color-swatch-block{margin:18px 0 30px}.color-swatch-label{color:#000;font-size:18px;font-weight:500;line-height:1.25}.color-swatch-label strong{color:#000;font-size:1.06em;font-weight:800;margin-left:8px}.color-swatch-row{gap:18px 20px;margin-top:18px}.color-swatch{width:50px;height:50px;border:1px solid #d4d4d4;background:#fff;padding:4px}.color-swatch,.color-swatch span{box-shadow:none}.color-swatch.selected{border:2px solid #000;box-shadow:0 0 0 1px #000}.size-matrix{margin:0 0 22px;border-color:#dcdcdc;border-radius:8px;background:#fff;padding:30px;box-shadow:none}.size-matrix-title-row{margin-bottom:30px}.size-matrix-title-row strong{color:#000;font-size:28px;font-weight:750;letter-spacing:0;line-height:1}.size-matrix-finder{align-items:center;gap:20px;margin-bottom:30px}.size-matrix-icon{color:#3d3d3d}.size-matrix-icon svg{width:32px;height:32px;stroke-width:1.9}.size-matrix-finder div{gap:6px}.size-matrix-finder strong{color:#000;font-size:21px;font-weight:750;letter-spacing:0;line-height:1.15}.size-matrix-finder span{color:#333;font-size:17px;font-weight:400;line-height:1.3}.size-chip-group+.size-chip-group{margin-top:30px}.size-chip-label{margin-bottom:14px;color:#000;font-size:19px;font-weight:750;line-height:1.2}.size-chip-row{gap:12px}.size-chip-row button{height:58px;border-color:#cfcfcf;border-radius:6px;background:#fff;color:#000;font-size:21px;font-weight:400;box-shadow:0 1px 1px rgba(0,0,0,.03)}.size-chip-row button.selected{border-color:#000;background:#000;color:#fff;box-shadow:none}.size-selected-pill{display:none}.assurance-row svg{color:#000}.sticky-buy{background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.sticky-card{border-color:#dedede;border-radius:8px;box-shadow:0 16px 38px rgba(0,0,0,.08)}.sticky-summary strong{color:#000;font-weight:800}.sticky-summary span{color:#3f3f3f;font-weight:400}.sticky-change{min-height:auto;border:0;border-radius:0;background:transparent;color:#424242;padding:0;font-weight:400;text-decoration:underline;text-underline-offset:2px}.sticky-cta{border-radius:8px;background:#000;font-weight:750;letter-spacing:.01em;box-shadow:inset 0 0 0 1px rgba(255,255,255,.08)}@media (max-width:900px){.color-swatch-block{margin:4px 10px 26px}.color-swatch-label{font-size:16px;line-height:1.25}.color-swatch-label strong{margin-left:6px}.color-swatch-row{display:grid;grid-template-columns:repeat(7,42px);justify-content:space-between;grid-gap:0;gap:0;margin-top:16px}.color-swatch{width:42px;height:42px;padding:3px}.color-swatch.selected{border-width:2px;box-shadow:0 0 0 1px #000}.size-matrix{margin:0 10px 20px;padding:26px 16px 30px}.size-matrix-title-row{margin-bottom:28px}.size-matrix-title-row strong{font-size:25px;font-weight:750}.size-matrix-finder{gap:18px;margin-bottom:28px}.size-matrix-icon svg{width:34px;height:34px}.size-matrix-finder strong{font-size:19px;font-weight:750}.size-matrix-finder span{font-size:14px}.size-chip-group+.size-chip-group{margin-top:26px}.size-chip-label{margin-bottom:12px;font-size:17px;font-weight:750}.size-chip-row{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px 10px}.size-chip-row button{height:48px;border-color:#d0d0d0;border-radius:6px;padding:0 4px;font-size:16px;font-weight:400}.sticky-buy{padding:0}.sticky-card{width:100%;border-right:0;border-bottom:0;border-left:0;border-radius:14px 14px 0 0;padding:10px 14px calc(10px + env(safe-area-inset-bottom));gap:8px;box-shadow:0 -8px 24px rgba(0,0,0,.08)}.sticky-summary{align-items:center}.sticky-summary strong{font-size:20px;line-height:1}.sticky-summary span{max-width:240px;margin-top:3px;font-size:13px;line-height:1.25}.sticky-change{margin-top:0;font-size:13px;line-height:1.2}.sticky-cta{height:48px;gap:12px;font-size:15px}.sticky-cta svg{width:21px;height:21px}}@media (max-width:370px){.color-swatch-row{grid-template-columns:repeat(7,38px)}.color-swatch{width:38px;height:38px}.sticky-buy{padding-inline:14px}}