@import "https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700;800&display=swap";
:root{--bg:#f7f7f3;--surface:#fff;--ink:#161916;--muted:#6a6e67;--line:#e2e4dd;--green:#315d46;--lime:#dff294;--cream:#f0eddf;--orange:#e66e3f;--shadow:0 12px 35px #181e1614}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--ink);margin:0;font-family:Manrope,Arial,sans-serif}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:min(1160px,100% - 40px);margin:0 auto}.site-header{z-index:40;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#f7f7f3e6;border-bottom:1px solid #0000;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;gap:24px;min-height:76px;display:flex}.brand{letter-spacing:-.8px;align-items:center;gap:10px;font-size:20px;font-weight:800;display:flex}.brand-mark{background:var(--ink);width:30px;height:30px;color:var(--lime);border-radius:9px;place-items:center;font-family:DM Mono,monospace;font-size:15px;display:grid}.brand-accent{color:var(--green)}.desktop-nav{align-items:center;gap:25px;font-size:14px;font-weight:700;display:flex}.desktop-nav a:hover,.nav-menu:hover>span{color:var(--green)}.nav-menu{cursor:default;padding:26px 0;position:relative}.nav-popover{border:1px solid var(--line);min-width:200px;box-shadow:var(--shadow);background:#fff;border-radius:16px;padding:12px;display:none;position:absolute;top:68px;left:-20px}.nav-menu:hover .nav-popover{gap:10px;display:grid}.nav-popover a{border-radius:8px;padding:8px}.nav-popover a:hover{background:var(--cream)}.button{background:var(--green);color:#fff;border:1px solid var(--green);border-radius:12px;justify-content:center;align-items:center;min-height:46px;padding:0 18px;font-size:14px;font-weight:800;transition:transform .2s,background .2s;display:inline-flex}.button:hover{background:#244934;transform:translateY(-2px)}.button-small{min-height:38px;padding:0 14px;font-size:12px}.button-light{color:var(--green);background:#fff;border-color:#fff}.button-light:hover{background:var(--lime)}.eyebrow{text-transform:uppercase;letter-spacing:.1em;color:var(--green);margin:0 0 14px;font-family:DM Mono,monospace;font-size:12px;font-weight:500}.hero{padding:80px 0 54px}.hero-grid{grid-template-columns:1.25fr .75fr;align-items:end;gap:38px;display:grid}.hero h1{letter-spacing:-.07em;max-width:850px;margin:0 0 24px;font-size:clamp(44px,7vw,82px);line-height:.96}.hero h1 .highlight{background:var(--lime);padding:0 .08em}.hero-copy{max-width:650px;color:var(--muted);margin:0 0 27px;font-size:18px;line-height:1.65}.hero-actions{flex-wrap:wrap;gap:12px;display:flex}.button-ghost{color:var(--ink);border-color:var(--ink);background:0 0}.button-ghost:hover{background:var(--ink);color:#fff}.hero-panel{background:var(--ink);color:#fff;min-height:280px;box-shadow:var(--shadow);border-radius:24px;flex-direction:column;justify-content:space-between;padding:26px;display:flex}.hero-panel-top{justify-content:space-between;align-items:flex-start;display:flex}.hero-panel .mini-label{color:#b9c4b2;text-transform:uppercase;letter-spacing:.1em;font-family:DM Mono,monospace;font-size:11px}.hero-panel strong{letter-spacing:-.07em;font-size:38px}.pulse{background:var(--lime);border-radius:999px;width:12px;height:12px;box-shadow:0 0 0 8px #dff2941f}.hero-panel-list{gap:12px;display:grid}.hero-panel-list div{border-top:1px solid #ffffff29;justify-content:space-between;padding-top:12px;font-size:13px;display:flex}.hero-panel-list span{color:#b9c4b2}.stat-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:repeat(4,1fr);display:grid}.stat-strip div{border-right:1px solid var(--line);padding:22px}.stat-strip div:last-child{border-right:0}.stat-strip strong{letter-spacing:-.05em;font-size:24px;display:block}.stat-strip span{color:var(--muted);font-size:12px}.section{padding:74px 0}.section-tight{padding:44px 0}.section-header{justify-content:space-between;align-items:end;gap:20px;margin-bottom:28px;display:flex}.section-header h2{letter-spacing:-.06em;margin:0;font-size:clamp(28px,4vw,46px);line-height:1}.section-header p{color:var(--muted);max-width:460px;margin:0;line-height:1.55}.category-grid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.category-card{border:1px solid var(--line);background:var(--surface);border-radius:18px;flex-direction:column;justify-content:space-between;min-height:178px;padding:22px;transition:transform .2s,border-color .2s;display:flex}.category-card:hover{border-color:var(--green);transform:translateY(-4px)}.category-card .category-index{color:var(--green);font-family:DM Mono,monospace;font-size:12px}.category-card h3{letter-spacing:-.05em;margin:20px 0 0;font-size:25px}.category-card p{color:var(--muted);margin:8px 0 0;font-size:13px;line-height:1.45}.product-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.product-card{background:var(--surface);border:1px solid var(--line);border-radius:18px;transition:transform .2s,box-shadow .2s;overflow:hidden}.product-card:hover{box-shadow:var(--shadow);transform:translateY(-4px)}.product-image-wrap{background:var(--cream);aspect-ratio:1.2;position:relative;overflow:hidden}.product-image{object-fit:cover;width:100%;height:100%;transition:transform .35s}.product-card:hover .product-image{transform:scale(1.04)}.status{text-transform:uppercase;letter-spacing:.06em;border-radius:999px;padding:6px 9px;font-size:10px;font-weight:800;position:absolute;top:12px;left:12px}.status-live{background:var(--lime);color:#20351d}.status-check{color:#75470d;background:#fff}.product-card-body{padding:17px}.product-meta{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;justify-content:space-between;gap:10px;font-family:DM Mono,monospace;font-size:10px;display:flex}.product-card h3{letter-spacing:-.04em;margin:12px 0 8px;font-size:19px}.product-card h3 a:hover{color:var(--green)}.product-card p{color:var(--muted);margin:0;font-size:13px;line-height:1.5}.product-card-bottom{justify-content:space-between;align-items:center;margin-top:17px;display:flex}.product-card-bottom strong{letter-spacing:-.04em;font-size:21px}.text-link{color:var(--green);font-size:13px;font-weight:800}.how-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.how-card{border:1px solid var(--line);background:var(--surface);border-radius:18px;padding:28px}.how-card .how-number{background:var(--cream);width:34px;height:34px;color:var(--green);border-radius:50%;place-items:center;font-family:DM Mono,monospace;font-size:12px;display:grid}.how-card h3{letter-spacing:-.05em;margin:23px 0 9px;font-size:22px}.how-card p{color:var(--muted);margin:0;font-size:14px;line-height:1.55}.guide-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.guide-card{background:var(--cream);border-radius:18px;flex-direction:column;justify-content:space-between;min-height:200px;padding:23px;display:flex}.guide-card:nth-child(2n){background:#d9e8d3}.guide-card h3{letter-spacing:-.05em;max-width:260px;margin:0;font-size:23px}.guide-card p{color:#4f5950;font-size:13px;line-height:1.55}.cta-banner{background:var(--green);color:#fff;border-radius:24px;justify-content:space-between;align-items:center;gap:30px;padding:36px;display:flex}.cta-banner .eyebrow{color:var(--lime)}.cta-banner h2{letter-spacing:-.06em;margin:0 0 8px;font-size:32px}.cta-banner p{color:#d3e0d0;max-width:600px;margin:0}.site-footer{background:var(--ink);color:#fff;margin-top:70px;padding:52px 0 18px}.footer-grid{grid-template-columns:2fr 1fr 1fr;gap:38px;display:grid}.footer-brand{letter-spacing:-.07em;margin:0 0 12px;font-size:26px;font-weight:800}.footer-brand span{color:var(--lime)}.site-footer .muted{color:#b6c1b1;max-width:340px;font-size:13px;line-height:1.6}.footer-title{text-transform:uppercase;letter-spacing:.1em;color:#b6c1b1;margin:0 0 14px;font-family:DM Mono,monospace;font-size:12px}.site-footer a{color:#fff;margin:10px 0;font-size:13px;display:block}.footer-bottom{color:#aeb7ac;border-top:1px solid #ffffff24;margin-top:40px;padding-top:18px;font-size:11px}.page-hero{padding:56px 0 24px}.page-hero h1{letter-spacing:-.07em;margin:13px 0;font-size:clamp(36px,5vw,62px);line-height:1}.page-hero p{max-width:700px;color:var(--muted);margin:0;font-size:17px;line-height:1.6}.breadcrumbs{color:var(--muted);flex-wrap:wrap;gap:8px;font-size:12px;display:flex}.breadcrumbs a{text-underline-offset:3px;text-decoration:underline}.crumb-separator{margin-left:8px}.filter-bar{border-top:1px solid var(--line);border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:18px;margin:15px 0 30px;padding:16px 0;display:flex}.filter-bar p{color:var(--muted);margin:0;font-size:13px}.tag-row{flex-wrap:wrap;gap:8px;display:flex}.tag{border:1px solid var(--line);color:var(--muted);background:#fff;border-radius:999px;padding:7px 10px;font-size:11px}.product-layout{grid-template-columns:1.05fr .95fr;gap:44px;padding:24px 0 65px;display:grid}.product-stage{background:var(--cream);aspect-ratio:1;border-radius:24px;overflow:hidden}.product-stage img{object-fit:cover;width:100%;height:100%}.product-detail h1{letter-spacing:-.07em;margin:10px 0 16px;font-size:clamp(36px,5vw,58px);line-height:1}.product-price{letter-spacing:-.06em;margin:0 0 20px;font-size:32px;font-weight:800}.product-detail .summary{color:var(--muted);margin:0 0 22px;font-size:16px;line-height:1.65}.detail-box{border:1px solid var(--line);background:#fff;border-radius:16px;margin:20px 0;padding:18px}.detail-box dl{grid-template-columns:1fr 1fr;gap:16px;margin:0;display:grid}.detail-box dt{text-transform:uppercase;letter-spacing:.1em;color:var(--muted);font-family:DM Mono,monospace;font-size:10px}.detail-box dd{margin:5px 0 0;font-size:13px;line-height:1.5}.disclosure-note{color:var(--muted);margin-top:14px;font-size:11px;line-height:1.55}.content-layout{grid-template-columns:minmax(0,760px) 260px;gap:55px;padding:22px 0 66px;display:grid}.prose{color:#333830;font-size:16px;line-height:1.75}.prose h2{letter-spacing:-.06em;color:var(--ink);margin:42px 0 10px;font-size:31px}.prose p{margin:0 0 17px}.aside-card{border:1px solid var(--line);background:#fff;border-radius:18px;height:max-content;padding:20px;position:sticky;top:100px}.aside-card h3{letter-spacing:-.04em;margin:0 0 12px;font-size:18px}.aside-card p{color:var(--muted);margin:0 0 16px;font-size:13px;line-height:1.55}.tool-intro{max-width:680px;color:var(--muted);font-size:17px;line-height:1.65}.tool-card{border:1px solid var(--line);box-shadow:var(--shadow);background:#fff;border-radius:22px;margin:30px 0 18px;padding:28px}.form-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.tool-card label{color:var(--ink);gap:8px;font-size:12px;font-weight:800;display:grid}.tool-card input,.tool-card select{border:1px solid var(--line);width:100%;font:inherit;color:var(--ink);background:#fbfcfa;border-radius:10px;padding:12px}.tool-result{background:var(--green);color:#fff;border-radius:16px;gap:4px;margin-top:24px;padding:20px;display:grid}.tool-result span{text-transform:uppercase;letter-spacing:.1em;color:#d6e7d3;font-family:DM Mono,monospace;font-size:11px}.tool-result strong{letter-spacing:-.06em;font-size:35px}.tool-result small{color:#d6e7d3;line-height:1.55}.size-tool{grid-template-columns:1fr 1fr;gap:30px;display:grid}.tool-result-inline{color:var(--muted);font-size:16px}.legal{max-width:760px;padding:36px 0 70px}.legal h1{letter-spacing:-.07em;font-size:48px}.legal h2{letter-spacing:-.05em;margin-top:33px;font-size:24px}.legal p{color:var(--muted);line-height:1.7}.empty-state{text-align:center;padding:80px 0}.empty-state h1{letter-spacing:-.07em;font-size:54px}.empty-state p{color:var(--muted)}@media (max-width:860px){.desktop-nav{display:none}.header-inner{min-height:68px}.hero{padding-top:50px}.hero-grid,.product-layout,.content-layout{grid-template-columns:1fr}.hero-panel{min-height:220px}.stat-strip{grid-template-columns:repeat(2,1fr)}.stat-strip div:nth-child(2){border-right:0}.stat-strip div:nth-child(-n+2){border-bottom:1px solid var(--line)}.category-grid,.product-grid,.guide-grid{grid-template-columns:repeat(2,1fr)}.content-layout{gap:25px}.aside-card{position:static}.form-grid,.size-tool{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}}@media (max-width:560px){.container{width:min(100% - 28px,1160px)}.header-inner .button{display:none}.hero h1{font-size:47px}.hero-copy{font-size:16px}.category-grid,.product-grid,.guide-grid,.how-grid{grid-template-columns:1fr}.section{padding:56px 0}.section-header{display:block}.section-header p{margin-top:14px}.cta-banner{padding:27px;display:block}.cta-banner .button{margin-top:20px}.stat-strip{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr}.footer-grid>div:first-child{grid-column:auto}.product-layout{gap:25px}.page-hero h1{font-size:40px}.filter-bar{flex-direction:column;align-items:flex-start}}
:root{--boutique-ink:#121713;--boutique-forest:#173a2d;--boutique-moss:#52705b;--boutique-lime:#dff58f;--boutique-paper:#f7f7f2;--boutique-card:#fff;--boutique-line:#dfe3da}body{background:radial-gradient(circle at 86% -4%, #dff58f33, transparent 22rem), var(--boutique-paper)}.site-header{background:#f7f7f2d1;border-bottom:1px solid #12171314}.header-inner{min-height:82px}.brand{letter-spacing:-1.05px;font-size:21px}.brand-mark{border-radius:10px;width:32px;height:32px;box-shadow:0 7px 16px #12171324}.desktop-nav{text-transform:uppercase;letter-spacing:.08em;gap:30px;font-size:12px}.header-inner>.button{text-transform:uppercase;letter-spacing:.055em;border-radius:999px;min-height:40px;padding:0 16px;font-size:11px}.hero{padding:88px 0 56px}.hero h1{max-width:780px}.hero-panel{border:1px solid #ffffff1f;border-radius:18px;box-shadow:0 24px 50px #141d1729}.finds-boutique{padding-bottom:88px}.finds-hero{border-bottom:1px solid var(--boutique-line);padding:28px 0 0}.finds-hero-grid{grid-template-columns:minmax(0,1.42fr) minmax(255px,.58fr);align-items:stretch;gap:18px;display:grid}.finds-intro{padding:42px 0 36px}.finds-intro .eyebrow{margin-top:18px;margin-bottom:18px}.finds-title-row{justify-content:space-between;align-items:flex-start;gap:28px;display:flex}.finds-title-row h1{max-width:720px;color:var(--boutique-ink);letter-spacing:-.095em;margin:0;font-size:clamp(50px,7vw,104px);line-height:.86}.finds-title-row h1 em{color:var(--boutique-forest);z-index:0;font-style:normal;position:relative}.finds-title-row h1 em:after{content:"";z-index:-1;background:var(--boutique-lime);height:.22em;position:absolute;bottom:.06em;left:-.025em;right:-.045em}.finds-index{color:var(--boutique-moss);letter-spacing:.09em;flex:none;padding-top:6px;font-family:DM Mono,monospace;font-size:12px}.finds-lede{color:#60685f;max-width:660px;margin:26px 0 0;font-size:16px;line-height:1.7}.catalog-stamp{color:#fff;background:linear-gradient(155deg, #dff58f38, transparent 42%), var(--boutique-ink);border-radius:18px;flex-direction:column;justify-content:space-between;min-height:310px;padding:25px;display:flex;overflow:hidden;box-shadow:0 22px 40px #173a2d26}.catalog-stamp-top{color:#b8c5b8;letter-spacing:.12em;text-transform:uppercase;justify-content:space-between;align-items:center;font-family:DM Mono,monospace;font-size:10px;display:flex}.catalog-stamp-dot{background:var(--boutique-lime);border-radius:999px;width:10px;height:10px;box-shadow:0 0 0 7px #dff58f1c}.catalog-stamp strong{color:var(--boutique-lime);letter-spacing:-.1em;margin-top:auto;font-size:clamp(76px,9vw,122px);line-height:.72;display:block}.catalog-stamp p{color:#d7e0d5;margin:18px 0 0;font-size:13px;line-height:1.55}.catalog-stamp-footer{color:#b8c5b8;letter-spacing:.055em;text-transform:uppercase;border-top:1px solid #ffffff29;justify-content:space-between;gap:10px;margin-top:28px;padding-top:12px;font-family:DM Mono,monospace;font-size:10px;display:flex}.finds-shop-section{padding:42px 0 0}.finds-section-heading{justify-content:space-between;align-items:end;gap:24px;display:flex}.finds-section-heading h2{color:var(--boutique-ink);letter-spacing:-.075em;margin:0;font-size:clamp(30px,4vw,54px);line-height:.94}.finds-section-heading h2 span{color:var(--boutique-forest)}.finds-section-heading>p{color:#6e756d;max-width:320px;margin:0;font-size:13px;line-height:1.55}.category-rail{scrollbar-width:thin;gap:9px;margin-top:24px;padding:3px 0 12px;display:flex;overflow-x:auto}.category-chip{border:1px solid var(--boutique-line);min-width:156px;color:var(--boutique-ink);background:#ffffffad;border-radius:12px;justify-content:space-between;align-items:center;gap:16px;padding:14px 15px;font-size:12px;font-weight:800;transition:all .22s;display:inline-flex}.category-chip:hover,.category-chip.is-active{border-color:var(--boutique-forest);background:var(--boutique-forest);color:#fff;transform:translateY(-2px)}.category-chip b{width:24px;height:24px;color:var(--boutique-forest);background:#edf0e8;border-radius:999px;place-items:center;font-family:DM Mono,monospace;font-size:10px;display:grid}.category-chip:hover b,.category-chip.is-active b{background:var(--boutique-lime);color:var(--boutique-ink)}.catalog-toolbar{border-top:1px solid var(--boutique-line);border-bottom:1px solid var(--boutique-line);justify-content:space-between;align-items:center;gap:18px;margin:32px 0 20px;padding:14px 0;display:flex}.catalog-toolbar p{color:#5d665d;margin:0;font-size:13px}.catalog-toolbar p b{color:var(--boutique-ink)}.catalog-toolbar span{color:var(--boutique-moss);letter-spacing:.08em;text-transform:uppercase;font-family:DM Mono,monospace;font-size:10px}.product-grid.boutique-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:13px}.product-card.boutique-product-card{box-shadow:none;background:0 0;border:0;border-radius:0;overflow:visible}.product-card.boutique-product-card:hover{box-shadow:none;transform:none}.boutique-product-card .product-image-wrap{border:1px solid var(--boutique-line);aspect-ratio:4/5;box-shadow:none;background:#f0f0e9;border-radius:14px}.boutique-product-card .product-image-wrap:after{content:"";opacity:0;background:linear-gradient(#0000 62%,#0e140f47);transition:opacity .25s;position:absolute;inset:0}.boutique-product-card:hover .product-image-wrap:after{opacity:1}.boutique-product-card .product-image{object-fit:cover;transition:transform .45s cubic-bezier(.2,.65,.2,1)}.boutique-product-card:hover .product-image{transform:scale(1.045)}.boutique-product-card .status{box-shadow:none;border:1px solid #12171314;padding:5px 8px;font-family:DM Mono,monospace;font-size:8px;top:10px;left:10px}.product-view-label{z-index:2;color:#fff;letter-spacing:.07em;text-transform:uppercase;opacity:0;align-items:center;gap:7px;font-family:DM Mono,monospace;font-size:10px;transition:all .25s;display:inline-flex;position:absolute;bottom:12px;right:13px;transform:translateY(6px)}.product-view-label:after{content:"↗";color:var(--boutique-lime);font-size:15px;line-height:1}.boutique-product-card:hover .product-view-label{opacity:1;transform:translateY(0)}.boutique-product-card .product-card-body{padding:13px 2px 2px}.boutique-product-card .product-meta{color:#778075;letter-spacing:.07em;min-height:16px;font-size:9px}.boutique-product-card h3{min-height:44px;color:var(--boutique-ink);letter-spacing:-.055em;margin:7px 0 9px;font-size:17px;line-height:1.14}.boutique-product-card h3 a:hover{color:var(--boutique-forest)}.product-fit-note{color:#6f776f;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:38px;font-size:11px;line-height:1.5;display:-webkit-box;overflow:hidden}.boutique-product-card .product-card-bottom{border-top:1px solid var(--boutique-line);margin-top:13px;padding-top:11px}.boutique-product-card .product-card-bottom strong{color:var(--boutique-ink);letter-spacing:-.045em;font-size:17px}.boutique-product-card .text-link{color:var(--boutique-forest);letter-spacing:.03em;text-transform:uppercase;font-family:DM Mono,monospace;font-size:10px}.product-card:not(.boutique-product-card){border-radius:14px}.product-card:not(.boutique-product-card) .product-image-wrap{aspect-ratio:4/5}.product-card:not(.boutique-product-card) .product-card-body{padding:18px}.site-footer{margin-top:0}@media (max-width:1040px){.product-grid.boutique-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:860px){.finds-hero-grid{grid-template-columns:1fr}.catalog-stamp{min-height:218px}.finds-title-row h1{font-size:clamp(54px,13vw,84px)}.finds-section-heading{flex-direction:column;align-items:flex-start}.product-grid.boutique-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}}@media (max-width:560px){.header-inner{min-height:66px}.finds-intro{padding:30px 0 26px}.finds-title-row{gap:10px}.finds-index{font-size:9px}.finds-lede{margin-top:19px;font-size:14px}.catalog-toolbar{flex-direction:column;align-items:flex-start;gap:6px}.category-chip{min-width:138px}.boutique-product-card h3{min-height:39px;font-size:15px}.product-fit-note{display:none}}
.finds-boutique{background:radial-gradient(circle at 8% 0,#dff58f29,#0000 25rem),#f7f7f2}.finds-boutique .container{width:min(1320px,100% - 56px)}.finds-hero{border-bottom-color:#dde1d7}.finds-intro{padding-top:36px;padding-bottom:34px}.catalog-stamp{min-height:278px}.finds-shop-section{padding:46px 0 94px}.category-rail{gap:10px;margin-top:27px}.category-chip{border-radius:10px;min-width:170px;padding:13px 15px}.catalog-toolbar{margin-top:24px;margin-bottom:26px}.product-grid.boutique-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:30px 18px}.product-card.boutique-product-card{min-width:0}.boutique-product-card .product-image-wrap{aspect-ratio:1/1.08;background:linear-gradient(135deg,#fffffffa,#f1f2eaf2),#f1f2ea;border:1px solid #dde1d7;border-radius:12px;place-items:center;min-height:0;padding:clamp(14px,1.5vw,23px);display:grid;overflow:hidden;box-shadow:0 8px 22px #12171309}.boutique-product-card .product-image-wrap:after{display:none}.boutique-product-card .product-image{object-fit:contain;object-position:center;width:84%;max-width:84%;height:84%;max-height:84%;transition:transform .26s;display:block;transform:none}.boutique-product-card:hover .product-image{transform:scale(1.025)}.boutique-product-card .status{z-index:3;white-space:nowrap;letter-spacing:.04em;border:1px solid #12171314;border-radius:999px;padding:5px 8px;font-family:DM Mono,monospace;font-size:8px;line-height:1;top:11px;left:11px}.boutique-product-card .product-card-body{flex-direction:column;min-height:152px;padding:13px 2px 0;display:flex}.boutique-product-card .product-meta{color:#748073;white-space:nowrap;gap:6px;min-height:15px;font-size:8px;line-height:1.2}.boutique-product-card .product-meta span:last-child{text-overflow:ellipsis;overflow:hidden}.boutique-product-card h3{color:#151915;letter-spacing:-.055em;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:40px;margin:8px 0;font-size:16px;font-weight:800;line-height:1.22;display:-webkit-box;overflow:hidden}.boutique-product-card .product-fit-note{color:#6c746b;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:33px;margin:0;font-size:11px;line-height:1.48;display:-webkit-box;overflow:hidden}.boutique-product-card .product-card-bottom{border-top:1px solid #dde1d7;margin-top:auto;padding-top:12px}.boutique-product-card .product-card-bottom strong{font-size:18px}.boutique-product-card .text-link{letter-spacing:.06em;font-size:9px}.product-view-label{color:#fff;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#121713d1;border-radius:999px;padding:7px 9px;font-size:9px;bottom:11px;right:12px}.product-view-label:after{font-size:12px}.product-stage{background:linear-gradient(135deg,#fff,#f0f1e9);place-items:center;padding:34px;display:grid}.product-stage img{object-fit:contain;width:86%;max-width:86%;height:86%;max-height:86%}@media (max-width:1120px){.product-grid.boutique-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:860px){.finds-boutique .container{width:min(100% - 32px,1320px)}.product-grid.boutique-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 12px}.boutique-product-card .product-card-body{min-height:138px}}@media (max-width:520px){.finds-boutique .container{width:min(100% - 26px,1320px)}.finds-shop-section{padding-top:30px}.product-grid.boutique-grid{gap:18px 10px}.boutique-product-card .product-image-wrap{aspect-ratio:1/1.12;border-radius:10px;padding:12px}.boutique-product-card .product-image{width:88%;max-width:88%;height:88%;max-height:88%}.boutique-product-card .product-card-body{min-height:118px;padding-top:10px}.boutique-product-card h3{min-height:36px;margin:6px 0;font-size:14px}.boutique-product-card .product-fit-note{display:none}.boutique-product-card .product-card-bottom{padding-top:8px}.boutique-product-card .product-card-bottom strong{font-size:16px}}
