:root{--v2-ink:#121210;--v2-muted:#716f68;--v2-line:#e7e4dc;--v2-soft:#f5f3ee;--v2-paper:#fbfaf7;--v2-acid:#dfff73;--v2-green:#16493c;--v2-red:#d94f43}.v2-app{min-height:100vh;color:var(--v2-ink);background:#fff}.v2-app *{box-sizing:border-box}.v2-app button,.v2-app input,.v2-app select,.v2-app textarea{font:inherit}.v2-app button:focus-visible,.v2-app a:focus-visible,.v2-app input:focus-visible,.v2-app select:focus-visible,.v2-app textarea:focus-visible{outline-offset:3px;outline:2px solid #111}.v2-header{z-index:60;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid var(--v2-line);background:#fffffff0;position:sticky;top:0}.v2-header-inner{align-items:center;gap:24px;max-width:1500px;height:66px;margin:auto;padding:0 38px;display:flex}.v2-brand{letter-spacing:.16em;white-space:nowrap;font-size:23px;font-weight:900}.v2-brand span{vertical-align:top;font-size:7px}.v2-search{background:#f1efea;border-radius:999px;flex:1;align-items:center;max-width:505px;height:43px;padding:0 6px 0 15px;display:flex}.v2-search svg{color:#777;width:17px}.v2-search input{background:0 0;border:0;outline:0;flex:1;padding:0 10px;font-size:13px}.v2-search button{background:#fff;border:0;border-radius:50%;place-items:center;width:32px;height:32px;display:grid}.v2-search button svg{color:#111;width:15px}.v2-nav{gap:23px;font-size:13px;font-weight:700;display:flex}.v2-nav a:hover{opacity:.55}.v2-actions{align-items:center;gap:6px;display:flex}.v2-actions>a:not(.v2-pill):not(.v2-avatar){border-radius:50%;place-items:center;width:38px;height:38px;display:grid}.v2-actions svg{width:19px}.v2-count-link{position:relative}.v2-count-link b{color:#fff;background:#111;border:2px solid #fff;border-radius:9px;place-items:center;min-width:17px;height:17px;padding:0 4px;font-size:9px;display:grid;position:absolute;top:-2px;right:-1px}.v2-avatar{color:#fff;background:linear-gradient(135deg,#272724,#7e796f);border-radius:50%;flex:none;place-items:center;width:37px;height:37px;font-size:10px;font-weight:800;display:grid}.v2-pill{border:0;border-radius:999px;justify-content:center;align-items:center;gap:8px;height:44px;padding:0 20px;font-size:12px;font-weight:750;transition:all .2s;display:inline-flex}.v2-pill svg{width:16px}.v2-pill:hover{transform:translateY(-1px)}.v2-pill.dark{color:#fff;background:linear-gradient(135deg,#24241f,#080807);box-shadow:0 7px 18px #12121029}.v2-pill.dark:hover{box-shadow:0 11px 23px #1212103b}.v2-pill.light{color:#111;background:#fff}.v2-pill.glass{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff14;border:1px solid #ffffff73}.v2-pill.outline{background:#fff;border:1px solid #bab8b1}.v2-pill.soft{background:var(--v2-soft);color:#111}.v2-pill.wide{width:100%;height:51px}.v2-catbar{scrollbar-width:none;align-items:center;gap:27px;max-width:1500px;height:38px;margin:auto;padding:0 38px;font-size:11px;font-weight:650;display:flex;overflow:visible}.v2-catmenu{align-items:center;height:100%;display:flex}.v2-catmenu>a{height:100%}.v2-megamenu{z-index:80;border-top:1px solid var(--v2-line);border-bottom:1px solid var(--v2-line);opacity:0;visibility:hidden;pointer-events:none;background:#faf9f6fc;grid-template-columns:minmax(245px,300px) minmax(0,1fr);gap:34px;max-height:min(70vh,640px);padding:22px max(38px,50vw - 712px);transition:opacity .18s,transform .18s,visibility .18s;display:grid;position:fixed;top:104px;left:0;right:0;overflow:auto;transform:translateY(-8px);box-shadow:0 24px 54px #0000001f}.v2-catmenu:hover .v2-megamenu,.v2-catmenu:focus-within .v2-megamenu{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.v2-mega-feature{background:#25231f;border-radius:15px;min-height:280px;display:block;position:relative;overflow:hidden;color:#fff!important}.v2-mega-feature>img{object-fit:cover;opacity:.78;width:100%;height:100%;transition:transform .5s;position:absolute;inset:0}.v2-mega-feature:after{content:"";background:linear-gradient(#0e0e0c0a 18%,#0e0e0cd1 100%);position:absolute;inset:0}.v2-mega-feature:hover>img{transform:scale(1.05)}.v2-mega-feature>span{z-index:1;flex-direction:column;align-items:flex-start;gap:6px;display:flex;position:absolute;bottom:18px;left:20px;right:20px}.v2-mega-feature small{color:#ffffffbf;letter-spacing:.13em;font-size:8px;font-weight:850}.v2-mega-feature b{letter-spacing:-.04em;font:400 28px Georgia,serif}.v2-mega-feature em{color:#ffffffd4;font-size:11px;font-style:normal;line-height:1.45}.v2-mega-feature strong{align-items:center;gap:7px;margin-top:5px;font-size:10px;display:flex}.v2-mega-feature strong svg{width:14px}.v2-mega-groups{grid-template-columns:repeat(auto-fit,minmax(165px,1fr));align-content:start;gap:26px 30px;padding:5px 0 7px;display:grid}.v2-mega-groups section{min-width:0}.v2-mega-groups section>a:first-child{color:#181714;font-size:14px;font-weight:850}.v2-mega-groups section>a:not(:first-child){color:#625f59;font-size:12px;font-weight:600;line-height:1.28}.v2-mega-groups section>a:not(:first-child):hover{color:#171714;text-decoration:none;transform:translate(2px)}.v2-mega-groups section>a:not(:first-child):before{content:"";background:#c5c1b6;border-radius:50%;width:4px;height:4px;margin:0 8px 2px 0;display:inline-block}.v2-mega-groups section>a:first-child:hover{text-decoration:none}.v2-megamenu section{flex-direction:column;align-items:flex-start;gap:10px;display:flex}.v2-category-picker{flex:none;position:relative}.v2-category-trigger{color:#161614;justify-content:space-between;min-width:215px;box-shadow:0 2px 7px #16161408;background:#fff!important;border:1px solid #d9d6ce!important;border-radius:12px!important;height:40px!important;padding:0 12px 0 14px!important;font-size:11px!important;font-weight:800!important}.v2-category-trigger:hover,.v2-category-trigger.open{box-shadow:0 5px 15px #16161417;border-color:#171714!important}.v2-category-trigger svg{transition:transform .2s;width:16px!important}.v2-category-trigger.open svg{transform:rotate(180deg)}.v2-category-popover{z-index:45;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffffffa;border:1px solid #e1ded7;border-radius:16px;width:min(430px,100vw - 32px);max-height:min(480px,58vh);padding:8px;position:absolute;top:calc(100% + 8px);left:0;overflow:auto;box-shadow:0 20px 45px #14141229}.v2-category-popover section{border-top:1px solid #efede8;padding:9px 5px 5px}.v2-category-popover section>span{color:#77746c;letter-spacing:.04em;padding:3px 8px 7px;font-size:10px;font-weight:850;display:block}.v2-category-popover button{color:#403f3b;text-align:left;background:0 0;border:0;border-radius:8px;justify-content:space-between;align-items:center;width:100%;height:36px;padding:0 9px;font-size:12px;font-weight:650;display:flex}.v2-category-popover button:hover,.v2-category-popover button.selected{color:#111;background:#f2f1ed}.v2-category-popover button.selected{font-weight:850}.v2-category-popover button svg{color:#1f6d56;width:14px}.v2-catbar a{white-space:nowrap;align-items:center;gap:5px;display:flex}.v2-catbar svg{width:14px}.v2-menu-trigger{display:none!important}.v2-icon{background:0 0;border:0;border-radius:50%;place-items:center;width:40px;height:40px;display:grid}.v2-icon:hover{background:var(--v2-soft)}.v2-icon svg{width:19px}.v2-hero{background:#24231f;height:min(660px,100vh - 104px);min-height:560px;position:relative;overflow:hidden}.v2-hero-video{object-fit:cover;object-position:center 47%;opacity:0;width:100%;height:100%;transition:opacity .18s;display:block}.v2-hero-video.ready{opacity:1}.v2-hero-overlay{background:linear-gradient(90deg,#000000ad,#0000003b 53%,#0000000f),linear-gradient(#0000 45%,#00000045);position:absolute;inset:0}.v2-hero-copy{color:#fff;max-width:820px;position:absolute;top:50%;left:max(6vw,46px);transform:translateY(-50%)}.v2-hero-copy>span,.v2-section-head span,.v2-explore-head>div>span,.v2-page-title>span,.v2-sell-step>span,.v2-publish-success>span,.v2-order-success>span,.v2-dashboard-head span,.v2-profile-head>div:nth-child(2)>span{letter-spacing:.2em;font-size:9px;font-weight:850}.v2-hero-copy h1{letter-spacing:-.045em;margin:18px 0 25px;font:400 clamp(52px,6.1vw,92px)/1.02 Georgia,serif}.v2-hero-copy h1 i{font-weight:400}.v2-hero-copy p{color:#ffffffd4;max-width:480px;font-size:15px;line-height:1.65}.v2-hero-copy>div{gap:9px;margin-top:28px;display:flex}.v2-trust{color:#fff;align-items:center;gap:9px;display:flex;position:absolute;bottom:30px;right:38px}.v2-trust svg{width:18px}.v2-trust span{flex-direction:column;display:flex}.v2-trust b{letter-spacing:.15em;font-size:8px}.v2-trust small{opacity:.65;margin-top:4px;font-size:9px}.v2-section{max-width:1500px;margin:0 auto;padding:92px 38px 0}.v2-section-head{justify-content:space-between;align-items:flex-end;margin-bottom:30px;display:flex}.v2-section-head h2{letter-spacing:-.035em;margin:9px 0 0;font:400 38px Georgia,serif}.v2-section-head>a{border-bottom:1px solid #aaa;align-items:center;gap:7px;padding-bottom:5px;font-size:11px;font-weight:750;display:flex}.v2-section-head>a svg{width:15px}.v2-world-grid{grid-template-columns:repeat(5,1fr);gap:10px;display:grid}.v2-world-grid>a{aspect-ratio:.77;background:#eee;position:relative;overflow:hidden}.v2-world-grid>a:after,.v2-editorial>a:after{content:"";background:linear-gradient(#0000 45%,#0000008c);position:absolute;inset:0}.v2-world-grid img{object-fit:cover;width:100%;height:100%;transition:all .55s}.v2-world-grid a:hover img{transform:scale(1.025)}.v2-world-grid a>span{z-index:2;color:#fff;justify-content:space-between;font:400 21px Georgia,serif;display:flex;position:absolute;bottom:18px;left:17px;right:17px}.v2-world-grid svg{width:16px}.v2-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.v2-product{min-width:0;position:relative}.v2-product-media{aspect-ratio:.79;background:#f0eee8;display:block;position:relative;overflow:hidden}.v2-product-media>img{object-fit:cover;width:100%;max-width:100%;height:100%;transition:all .45s}.v2-product:hover .v2-product-media>img{transform:scale(1.018)}.v2-product-media>span{background:#fff;border-radius:999px;align-items:center;gap:4px;padding:7px 9px;font-size:8px;font-weight:800;display:flex;position:absolute;top:11px;left:11px}.v2-product-media>span.drop{background:var(--v2-acid)}.v2-product-media>span svg{width:12px}.v2-product-media>.v2-boost-badge{z-index:4;color:#1b2712;white-space:nowrap;background:#dfff73;max-width:calc(100% - 22px);top:52px;left:11px;right:auto;box-shadow:0 5px 15px #222c131f}.v2-product-media>i{opacity:0;background:#fff;border-radius:999px;padding:9px 15px;font-size:9px;font-style:normal;font-weight:750;transition:all .25s;position:absolute;bottom:11px;left:50%;transform:translate(-50%,12px)}.v2-product:hover .v2-product-media>i{opacity:1;transform:translate(-50%)}.v2-heart{z-index:3;background:#ffffffeb;border:0;border-radius:50%;place-items:center;width:36px;height:36px;display:grid;position:absolute;top:10px;right:10px}.v2-heart svg{width:18px}.v2-heart.on{color:var(--v2-red)}.v2-heart{cursor:pointer;touch-action:manipulation;transition:transform .18s,background .18s;box-shadow:0 4px 16px #0000001f}.v2-heart:active{transform:scale(.88)}.v2-heart.on{background:#fff0ef}.v2-notification-control{position:relative}.v2-notification-control>button{cursor:pointer;background:0 0;border:0;border-radius:50%;place-items:center;width:38px;height:38px;display:grid}.v2-notification-popover{border:1px solid var(--v2-line);z-index:150;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffffa;border-radius:17px;width:360px;padding:10px;position:absolute;top:46px;right:-50px;box-shadow:0 22px 60px #1918142e}.v2-notification-popover header{justify-content:space-between;align-items:center;padding:10px 8px 11px;display:flex}.v2-notification-popover header span{letter-spacing:.16em;font-size:9px;font-weight:900}.v2-notification-popover header button{background:0 0;border:0;place-items:center;width:28px;height:28px;display:grid}.v2-notification-popover header svg{width:14px}.v2-pop-note{border:0;border-top:1px solid var(--v2-line);text-align:left;background:0 0;gap:10px;width:100%;padding:12px 8px;display:flex}.v2-pop-note>span{background:var(--v2-soft);border-radius:10px;place-items:center;width:31px;height:31px;display:grid}.v2-pop-note svg{width:15px}.v2-pop-note p{flex-direction:column;flex:1;gap:3px;margin:0;display:flex}.v2-pop-note b{font-size:10px}.v2-pop-note small{color:#777;font-size:9px;line-height:1.35}.v2-pop-note em{color:#999;font-size:8px;font-style:normal}.v2-notification-popover>a{color:#fff;background:#171714;border-radius:9px;justify-content:center;align-items:center;gap:7px;height:38px;margin:6px 4px 2px;font-size:9px;font-weight:800;display:flex}.v2-notification-popover>a svg{width:13px}.v2-auth-modal-bg{z-index:300;place-items:center;padding:20px;display:grid}.v2-auth-modal{background:#fff;border-radius:22px;width:min(100%,440px);padding:34px;position:relative;box-shadow:0 32px 100px #00000047}.v2-auth-modal>.v2-brand{margin-bottom:38px;font-size:18px;display:block}.v2-auth-modal>span{letter-spacing:.18em;font-size:8px;font-weight:900}.v2-auth-modal h1{letter-spacing:-.04em;margin:12px 0;font:400 42px Georgia,serif}.v2-auth-modal>p{color:#696760;margin:0 0 24px;font-size:12px;line-height:1.65}.v2-auth-modal form{gap:12px;display:grid}.v2-auth-modal label{gap:6px;font-size:10px;font-weight:800;display:grid}.v2-auth-modal input{border:1px solid #dcd9d0;border-radius:10px;height:47px;padding:0 13px;font-size:13px}.v2-auth-close{position:absolute;top:17px;right:17px}.v2-auth-switch{color:#777;justify-content:center;gap:6px;margin-top:18px;font-size:10px;display:flex}.v2-auth-switch button{background:0 0;border:0;font-weight:800;text-decoration:underline}.v2-auth-error{color:#b33229;font-size:10px;line-height:1.4}.v2-auth-note{color:#8d8981;text-align:center;margin-top:19px;font-size:8px;line-height:1.5;display:block}.v2-auth-modal.is-confirmed{width:min(100%,390px);padding:30px}.v2-auth-modal.is-confirmed>.v2-brand{margin-bottom:26px}.v2-auth-confirmation{display:grid}.v2-auth-confirmation-icon{background:#f1f0eb;border-radius:50%;place-items:center;width:48px;height:48px;margin-bottom:22px;display:grid}.v2-auth-confirmation-icon svg{width:21px;height:21px}.v2-auth-confirmation>span{letter-spacing:.17em;font-size:9px;font-weight:900}.v2-auth-confirmation h1{margin:10px 0 12px;font-size:36px}.v2-auth-confirmation p{color:#66635c;margin:0 0 22px;font-size:12px;line-height:1.65}.v2-dash-toast{color:#285c49;background:#f2faf6;border:1px solid #b9dbcc;border-radius:10px;align-items:center;gap:8px;margin-top:18px;padding:12px 14px;font-size:10px;font-weight:750;display:flex}.v2-dash-toast svg{width:15px}.v2-dash-toast button{background:0 0;border:0;margin-left:auto}.v2-dash-toast button svg{width:14px}.v2-order-status{color:#39715f;cursor:pointer;background:#edf5f1;border:0;border-radius:999px;justify-content:center;align-items:center;gap:4px;padding:7px 9px;font-size:8px;font-weight:800;display:flex}.v2-order-status.wait{color:#95671b;background:#fff0d4}.v2-order-status svg{width:12px}.v2-seller-studio{max-width:1480px;margin:auto;padding:54px 38px 100px}.v2-studio-hero{color:#fff;background:radial-gradient(circle at 78% 10%,#4a665c,#0000 28%),linear-gradient(118deg,#10110e,#1d2924);border-radius:24px;justify-content:space-between;align-items:flex-end;gap:30px;min-height:250px;padding:38px 42px;display:flex}.v2-studio-hero>div:first-child{max-width:660px}.v2-studio-hero>div>span,.v2-studio-panel>header span,.v2-studio-actions>span{letter-spacing:.17em;color:#b7c2b4;font-size:9px;font-weight:900}.v2-studio-hero h1{letter-spacing:-.05em;margin:14px 0;font:400 clamp(40px,4vw,64px)/1 Georgia,serif}.v2-studio-hero p{color:#c7cec6;max-width:550px;margin:0;font-size:12px;line-height:1.65}.v2-studio-hero>div:last-child{flex:none;gap:9px;display:flex}.v2-studio-hero .v2-pill.outline{color:#fff;background:#ffffff14;border-color:#777f78}.v2-studio-kpis{grid-template-columns:2fr repeat(4,1fr);gap:12px;margin-top:14px;display:grid}.v2-studio-kpis article{border:1px solid var(--v2-line);background:#fff;border-radius:16px;flex-direction:column;min-height:150px;padding:20px;display:flex}.v2-studio-kpis article>span{letter-spacing:.13em;color:#807d75;font-size:8px;font-weight:850}.v2-studio-kpis article>b{margin:18px 0 7px;font:400 29px Georgia,serif}.v2-studio-kpis article>small{color:#777;font-size:9px}.v2-studio-kpis article.main{background:#e8f1eb;border-color:#d6e6dc;position:relative;overflow:hidden}.v2-studio-kpis .main>div{align-items:flex-end;gap:3px;width:40%;height:75px;display:flex;position:absolute;bottom:14px;right:16px}.v2-studio-kpis .main i{background:#285a48;border-radius:4px 4px 0 0;flex:1}.v2-studio-tabs{border-bottom:1px solid var(--v2-line);gap:8px;margin:40px 0 20px;display:flex;overflow:auto}.v2-studio-tabs button{color:#777;white-space:nowrap;background:0 0;border:0;padding:14px 15px 15px;font-size:10px;font-weight:800;position:relative}.v2-studio-tabs button.active{color:#111}.v2-studio-tabs button.active:after{content:"";background:#111;height:2px;position:absolute;bottom:-1px;left:12px;right:12px}.v2-studio-tabs b{color:#fff;background:#171714;border-radius:999px;margin-left:5px;padding:2px 5px;font-size:7px}.v2-studio-grid{grid-template-columns:1.55fr .85fr;gap:14px;display:grid}.v2-studio-panel{border:1px solid var(--v2-line);background:#fff;border-radius:17px;padding:23px}.v2-studio-panel>header{justify-content:space-between;align-items:flex-start;display:flex}.v2-studio-panel h2{letter-spacing:-.035em;margin:7px 0;font:400 27px Georgia,serif}.v2-studio-panel>header>button{border:1px solid var(--v2-line);background:#fff;border-radius:999px;align-items:center;gap:4px;padding:8px 10px;font-size:9px;display:flex}.v2-studio-panel>header>button svg{width:12px}.v2-studio-chart{border-bottom:1px solid var(--v2-line);align-items:flex-end;gap:8px;height:250px;padding:25px 8px 32px;display:flex}.v2-studio-chart i{background:linear-gradient(#4d7d68,#b8d4c4);border-radius:5px 5px 1px 1px;flex:1;min-width:8px;position:relative}.v2-studio-chart i small{color:#999;font-size:7px;font-style:normal;position:absolute;top:calc(100% + 8px);left:50%;transform:translate(-50%)}.v2-chart-summary{grid-template-columns:repeat(3,1fr);padding-top:17px;display:grid}.v2-chart-summary span{border-right:1px solid var(--v2-line);flex-direction:column;padding:0 14px;display:flex}.v2-chart-summary span:first-child{padding-left:0}.v2-chart-summary span:last-child{border:0}.v2-chart-summary b{font-size:14px}.v2-chart-summary small{color:#888;margin-top:5px;font-size:8px}.v2-studio-actions{grid-area:1/2}.v2-studio-actions>span{color:#7e7b73}.v2-studio-actions>button{border:0;border-top:1px solid var(--v2-line);text-align:left;background:0 0;justify-content:space-between;align-items:center;width:100%;padding:16px 0;display:flex}.v2-studio-actions>button:first-of-type{margin-top:16px}.v2-studio-actions button span{flex-direction:column;gap:5px;display:flex}.v2-studio-actions b{font-size:10px}.v2-studio-actions small{color:#777;font-size:9px}.v2-studio-actions svg{width:15px}.v2-studio-orders{grid-column:1/3}.v2-studio-orders>article{border-top:1px solid var(--v2-line);grid-template-columns:60px 1fr 95px 105px;align-items:center;gap:12px;padding:11px 0;display:grid}.v2-studio-orders img{object-fit:cover;border-radius:8px;width:60px;height:54px}.v2-studio-orders article span{flex-direction:column;gap:4px;display:flex}.v2-studio-orders article b,.v2-studio-orders article strong{font-size:10px}.v2-studio-orders article small{color:#888;font-size:8px}.v2-studio-orders article>button{background:#f4f2ed;border:0;border-radius:999px;justify-content:center;align-items:center;gap:4px;padding:8px;font-size:8px;font-weight:800;display:flex}.v2-studio-orders article>button svg{width:12px}.v2-inventory{border:1px solid var(--v2-line);background:#fff;border-radius:18px;overflow:hidden}.v2-inventory>header{justify-content:space-between;align-items:flex-end;padding:24px;display:flex}.v2-inventory h2{margin:0;font:400 29px Georgia,serif}.v2-inventory p{color:#777;margin:6px 0 0;font-size:10px}.v2-inventory label{background:var(--v2-soft);border-radius:999px;align-items:center;width:265px;height:42px;padding:0 13px;display:flex}.v2-inventory label svg{width:15px}.v2-inventory input{background:0 0;border:0;outline:0;flex:1;padding-left:8px;font-size:10px}.v2-inventory-list>article{border-top:1px solid var(--v2-line);grid-template-columns:74px minmax(180px,1fr) 125px 170px 220px;align-items:center;gap:15px;padding:12px 24px;display:grid}.v2-inventory-list img{object-fit:cover;border-radius:10px;width:74px;height:74px}.v2-inventory-list article>div:nth-child(2){flex-direction:column;gap:5px;display:flex}.v2-inventory-list small{letter-spacing:.08em;color:#888;font-size:8px}.v2-inventory-list b{font-size:10px}.v2-inventory-list em{color:#777;font-size:8px;font-style:normal}.v2-inventory-list em strong{color:#8f6b21;font-style:normal}.v2-inventory-list em strong.active{color:#36735c}.v2-inventory-list>span{flex-direction:column;gap:6px;display:flex}.v2-inventory-actions{justify-content:flex-end;gap:6px;display:flex}.v2-inventory-actions button,.v2-inventory-actions a{border:1px solid var(--v2-line);background:#fff;border-radius:9px;justify-content:center;align-items:center;gap:5px;height:34px;padding:0 10px;font-size:8px;font-weight:800;display:flex}.v2-inventory-actions button:first-child{color:#fff;background:#171714;border-color:#171714}.v2-inventory-actions svg{width:13px}.v2-edit-listing{background:#fff;border-radius:18px;width:min(100%,860px);max-height:calc(100dvh - 36px);padding:30px;position:relative;overflow:auto}.v2-edit-listing>span{letter-spacing:.15em;font-size:8px;font-weight:900}.v2-edit-listing h2{margin:11px 0 22px;font:400 32px Georgia,serif}.v2-edit-listing-grid{grid-template-columns:180px 1fr;gap:20px;display:grid}.v2-edit-listing-photo>img{object-fit:cover;border-radius:12px;width:180px;height:220px}.v2-edit-listing-grid>div{grid-template-columns:1fr 1fr;gap:11px;display:grid}.v2-edit-listing label{gap:6px;font-size:9px;font-weight:800;display:grid}.v2-edit-listing input,.v2-edit-listing select,.v2-edit-listing textarea{border:1px solid var(--v2-line);background:#fff;border-radius:8px;height:42px;padding:0 10px;font-size:10px}.v2-edit-listing textarea{resize:vertical;min-height:96px;padding:10px}.v2-edit-listing-photo{flex-direction:column;gap:9px;display:flex}.v2-photo-replace{cursor:pointer;color:#4f4c45;border:1px dashed #bbb6aa;border-radius:9px;padding:10px}.v2-photo-replace input{border:0;width:100%;height:auto;padding:6px 0 0}.v2-edit-listing-photo small{color:#777;font-size:8px;line-height:1.45}.v2-edit-description{margin-top:15px}.v2-edit-options,.v2-listing-options{flex-wrap:wrap;gap:12px 20px;margin-top:3px;display:flex}.v2-edit-options label,.v2-listing-options label{flex-direction:row;align-items:center;gap:8px;margin:0;font-size:9px;display:flex}.v2-edit-options input,.v2-listing-options input{accent-color:#171714;width:15px;height:15px}.v2-listing-options{margin-bottom:14px}.v2-inventory-empty{margin:0;padding:24px}.v2-edit-listing>div:last-child{justify-content:flex-end;gap:8px;margin-top:22px;display:flex}.v2-edit-listing .close{position:absolute;top:14px;right:14px}@media (max-width:900px){.v2-seller-studio{padding:25px 15px 84px}.v2-studio-hero{padding:27px 23px;display:block}.v2-studio-hero>div:last-child{margin-top:23px}.v2-studio-kpis{grid-template-columns:1fr 1fr}.v2-studio-kpis article.main{grid-column:1/3}.v2-studio-grid{display:block}.v2-studio-panel{margin-bottom:11px}.v2-studio-orders{overflow:auto}.v2-studio-orders>article{min-width:560px}.v2-inventory>header{display:block}.v2-inventory label{width:100%;margin-top:17px}.v2-inventory-list{overflow:auto}.v2-inventory-list>article{min-width:760px}.v2-edit-listing{padding:25px 18px}.v2-edit-listing-grid{grid-template-columns:1fr}.v2-edit-listing-photo>img{width:100%;height:170px}.v2-edit-listing-grid>div{grid-template-columns:1fr}.v2-studio-chart{height:210px}}.v2-product-info{padding:14px 2px}.v2-product-info>small{letter-spacing:.13em;font-size:8px;font-weight:850;display:block}.v2-product-info>a{white-space:nowrap;text-overflow:ellipsis;margin:7px 0;font:400 16px Georgia,serif;display:block;overflow:hidden}.v2-product-info>p{color:var(--v2-muted);margin:0;font-size:10px}.v2-product-info>div{align-items:center;gap:7px;margin-top:11px;display:flex}.v2-product-info>div b{font-size:12px}.v2-product-info del{color:#999;font-size:10px}.v2-product-info>div button{border:1px solid var(--v2-line);background:#fff;border-radius:50%;place-items:center;width:28px;height:28px;margin-left:auto;display:grid}.v2-product-info>div button svg{width:13px}.v2-product-info>em{color:#777;align-items:center;gap:4px;margin-top:7px;font-size:9px;font-style:normal;display:flex}.v2-product-info>em svg{color:#397561;width:12px}.v2-editorial{grid-template-columns:1.45fr .8fr;gap:12px;display:grid}.v2-editorial>a{color:#fff;height:500px;min-height:0;position:relative;overflow:hidden}.v2-editorial>a>img{object-fit:cover;width:100%;height:100%}.v2-editorial>a>div{z-index:2;position:absolute;bottom:38px;left:40px}.v2-editorial h2{margin:14px 0 18px;font:400 52px/1.06 Georgia,serif}.v2-editorial>a p{font-size:11px}.v2-editorial>div{background:var(--v2-green);color:#fff;flex-direction:column;justify-content:center;padding:46px;display:flex}.v2-editorial blockquote{margin:25px 0;font:400 32px/1.15 Georgia,serif}.v2-editorial>div>span{letter-spacing:.15em;opacity:.7;font-size:9px}.v2-editorial>div>a{align-items:center;gap:7px;margin-top:55px;font-size:10px;font-weight:750;display:flex}.v2-editorial svg{width:18px}.v2-sell-banner{background:#dff28d;justify-content:space-between;align-items:center;min-height:430px;margin-top:82px;padding:56px 70px;display:flex;overflow:hidden}.v2-sell-banner>div:first-child{max-width:590px}.v2-sell-banner>div:first-child>span{letter-spacing:.18em;font-size:9px;font-weight:850}.v2-sell-banner h2{margin:18px 0;font:400 52px/1.02 Georgia,serif}.v2-sell-banner p{color:#4a4a41;margin-bottom:25px;font-size:12px;line-height:1.6}.v2-sell-preview{background:#fff;border:7px solid #151513;border-radius:30px;flex-direction:column;width:270px;padding:11px 11px 18px;display:flex;transform:rotate(3deg);box-shadow:0 28px 65px #0003}.v2-sell-preview>img{object-fit:cover;border-radius:16px;width:100%;height:260px;object-position:left!important}.v2-sell-preview>span{align-items:center;gap:5px;margin:12px 3px;font-size:8px;font-weight:750;display:flex}.v2-sell-preview>span svg{width:13px}.v2-sell-preview>b{margin:0 3px;font-size:11px}.v2-sell-preview>small{color:#777;margin:5px 3px 0;font-size:9px}.v2-page{max-width:1500px;margin:auto;padding:64px 38px 100px}.v2-narrow{max-width:940px}.v2-page-title{margin-bottom:38px}.v2-page-title h1,.v2-explore-head h1,.v2-sell-step h1,.v2-publish-success h1,.v2-order-success h1,.v2-dashboard-head h1,.v2-profile-head h1{letter-spacing:-.045em;margin:10px 0;font:400 50px Georgia,serif}.v2-page-title p,.v2-explore-head p{color:var(--v2-muted);font-size:11px}.v2-explore-head{justify-content:space-between;align-items:flex-end;margin-bottom:40px;display:flex}.v2-explore-head>button{border:1px solid var(--v2-line);text-align:left;background:linear-gradient(135deg,#faf9f5,#efeadd);border-radius:15px;align-items:center;gap:12px;width:390px;padding:16px;display:flex}.v2-explore-head>button>svg{width:18px}.v2-explore-head>button>span{flex-direction:column;flex:1;display:flex}.v2-explore-head>button b{font-size:10px}.v2-explore-head>button small{color:#777;margin-top:4px;font-size:9px}.v2-explore-head>button>svg:last-child{width:15px}.v2-filterbar{border-top:1px solid var(--v2-line);border-bottom:1px solid var(--v2-line);justify-content:space-between;gap:14px;padding:12px 0;display:flex}.v2-filterbar>div{scrollbar-width:none;gap:6px;display:flex;overflow:auto}.v2-filterbar button,.v2-filterbar select{border:1px solid var(--v2-line);white-space:nowrap;background:#fff;border-radius:999px;height:36px;padding:0 13px;font-size:9px;font-weight:750}.v2-filterbar button{align-items:center;gap:5px;display:flex}.v2-filterbar button svg{width:13px}.v2-filterbar button b{color:#fff;background:#111;border-radius:50%;place-items:center;min-width:16px;height:16px;font-size:8px;display:grid}.v2-filterbar button.active{color:#fff;background:#111;border-color:#111}.v2-results{padding-top:25px}.v2-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:390px;display:flex}.v2-empty>span{background:var(--v2-soft);border-radius:50%;place-items:center;width:60px;height:60px;display:grid}.v2-empty>span svg,.v2-empty>svg{width:25px}.v2-empty h2{margin:18px 0 7px;font:400 28px Georgia,serif}.v2-empty p{color:#777;margin:0 0 20px;font-size:11px}.v2-drawer-bg,.v2-modal-bg{z-index:120;background:#00000075;justify-content:flex-end;display:flex;position:fixed;inset:0}.v2-filter-drawer{background:#fff;width:min(440px,100%);height:100%;padding:28px;box-shadow:-20px 0 60px #0000001f}.v2-drawer-head{border-bottom:1px solid var(--v2-line);justify-content:space-between;align-items:center;padding-bottom:18px;display:flex}.v2-drawer-head h2{margin:0;font:400 30px Georgia,serif}.v2-filter-drawer>label{border-bottom:1px solid var(--v2-line);flex-direction:column;gap:14px;padding:26px 0;font-size:11px;display:flex}.v2-filter-drawer>label>b{font-size:16px}.v2-filter-drawer input[type=range]{accent-color:#111;width:100%}.v2-filter-drawer .v2-switch-row{flex-direction:row;justify-content:space-between;align-items:center}.v2-switch-row span{flex-direction:column;display:flex}.v2-switch-row small{color:#777;margin-top:4px;font-size:9px}.v2-switch-row input{accent-color:#111;width:43px;height:24px}.v2-filter-drawer>.v2-pill{margin-top:25px}.v2-link-btn{background:0 0;border:0;width:100%;margin-top:15px;font-size:10px;text-decoration:underline}.v2-breadcrumb{color:#888;align-items:center;gap:6px;margin-bottom:18px;font-size:9px;display:flex}.v2-breadcrumb svg{width:12px}.v2-breadcrumb span{color:#222}.v2-listing-layout{grid-template-columns:minmax(0,1.65fr) 430px;gap:42px;display:grid}.v2-gallery{grid-template-columns:1fr 1fr;gap:7px;display:grid}.v2-gallery>div{aspect-ratio:.82;background:var(--v2-soft);position:relative;overflow:hidden}.v2-gallery>div.main{aspect-ratio:1.35;grid-column:1/3}.v2-gallery img{object-fit:cover;width:100%;max-width:100%;height:100%}.v2-gallery .main span{background:#fff;border-radius:999px;align-items:center;gap:5px;padding:7px 10px;font-size:8px;font-weight:800;display:flex;position:absolute;bottom:13px;left:13px}.v2-gallery .main span svg{width:13px}.v2-buybox{align-self:start;padding-top:10px;position:sticky;top:135px}.v2-buy-brand{letter-spacing:.16em;justify-content:space-between;align-items:center;font-size:9px;font-weight:850;display:flex}.v2-buy-brand button{background:0 0;border:0}.v2-buy-brand button.on{color:var(--v2-red)}.v2-buybox h1{margin:14px 0 8px;font:400 34px/1.08 Georgia,serif}.v2-buybox>p{color:#777;font-size:10px}.v2-buybox>h2{margin:23px 0;font-size:22px}.v2-buybox>h2 small{color:#888;margin-top:5px;font-size:8px;font-weight:400;display:block}.v2-auth{color:#285e4f;background:#edf5f1;border-radius:11px;align-items:center;gap:10px;margin-bottom:15px;padding:14px;display:flex}.v2-auth>svg{width:21px}.v2-auth span{flex-direction:column;display:flex}.v2-auth b{font-size:10px}.v2-auth small{margin-top:4px;font-size:8px}.v2-buybox>.v2-pill{margin-top:7px}.v2-demand{justify-content:center;align-items:center;display:flex;gap:5px!important;margin:15px 0!important;font-size:9px!important}.v2-demand svg{width:13px}.v2-delivery{border-top:1px solid var(--v2-line);border-bottom:1px solid var(--v2-line);padding:16px 0}.v2-delivery h3{font-size:11px}.v2-delivery p{gap:10px;margin:13px 0;display:flex}.v2-delivery p>svg{width:17px}.v2-delivery p span{flex-direction:column;display:flex}.v2-delivery b{font-size:9px}.v2-delivery small{color:#777;margin-top:4px;font-size:8px}.v2-seller{align-items:center;gap:10px;padding:17px 0;display:flex}.v2-seller>span:nth-child(2){flex-direction:column;flex:1;display:flex}.v2-seller b,.v2-seller small{align-items:center;gap:4px;font-size:9px;display:flex}.v2-seller b svg,.v2-seller small svg{width:11px}.v2-seller small{color:#777;margin-top:4px}.v2-seller>svg{width:15px}.v2-modal-bg{justify-content:center;align-items:center;padding:18px}.v2-offer{background:#fff;border-radius:20px;width:min(450px,100%);padding:33px;position:relative}.v2-offer>.close{background:var(--v2-soft);position:absolute;top:15px;right:15px}.v2-offer>span{letter-spacing:.18em;font-size:8px;font-weight:850}.v2-offer h2{margin:10px 0 7px;font:400 34px Georgia,serif}.v2-offer>p{color:#777;font-size:10px}.v2-offer-product{background:var(--v2-soft);border-radius:10px;align-items:center;gap:11px;margin:18px 0;padding:9px;display:flex}.v2-offer-product img{object-fit:cover;width:150px;height:62px}.v2-offer-product span{flex-direction:column;display:flex}.v2-offer-product b{font-size:9px}.v2-offer-product small{color:#777;margin-top:4px;font-size:9px}.v2-offer>label{margin-top:13px;font-size:9px;font-weight:750;display:block}.v2-offer>label>div{border:1px solid #bbb;border-radius:9px;align-items:center;height:48px;margin-top:6px;padding:0 12px;display:flex}.v2-offer input{border:0;outline:0;margin-left:8px;font-size:19px}.v2-offer textarea{resize:none;border:1px solid #bbb;border-radius:9px;width:100%;height:70px;margin-top:6px;padding:10px}.v2-success{text-align:center;padding:35px 0}.v2-success>svg,.v2-order-success>svg,.v2-publish-success>svg{background:var(--v2-acid);border-radius:50%;width:60px;height:60px;padding:17px}.v2-sell-page{min-height:100vh;padding:22px 24px 80px}.v2-sell-top{justify-content:space-between;align-items:center;max-width:1050px;height:48px;margin:auto;display:flex}.v2-sell-top>a:first-child{background:var(--v2-soft);border-radius:50%;place-items:center;width:38px;height:38px;display:grid}.v2-sell-top svg{width:18px}.v2-sell-top>span{color:#777;font-size:9px}.v2-steps{justify-content:space-between;max-width:420px;margin:30px auto 43px;display:flex;position:relative}.v2-steps:before{content:"";background:#ddd;height:1px;position:absolute;top:14px;left:25px;right:25px}.v2-steps>span{color:#777;background:#e8e6e0;border-radius:50%;place-items:center;width:29px;height:29px;font-size:10px;display:grid;position:relative}.v2-steps>span.active{color:#fff;background:#111}.v2-steps svg{width:13px}.v2-sell-step{text-align:center;max-width:650px;margin:auto}.v2-sell-step h1{margin-top:11px}.v2-sell-step>p{color:#777;font-size:11px;line-height:1.6}.v2-upload{background:#faf9f5;border:1.5px dashed #b9b7b0;border-radius:17px;flex-direction:column;justify-content:center;align-items:center;gap:8px;width:100%;height:290px;margin-top:25px;display:flex}.v2-upload>svg{color:#fff;background:#111;border-radius:50%;width:48px;height:48px;padding:13px}.v2-upload b{font-size:12px}.v2-upload small{color:#888;font-size:9px}.v2-upload-preview{background:#eee;border-radius:16px;height:330px;margin-top:25px;position:relative;overflow:hidden}.v2-upload-preview>img{object-fit:cover;width:100%;height:100%}.v2-upload-preview>button{background:#fff;position:absolute;top:11px;right:11px}.v2-upload-preview>span{background:#ffffffeb;border-radius:10px;justify-content:center;align-items:center;gap:6px;padding:12px;font-size:9px;font-weight:750;display:flex;position:absolute;bottom:12px;left:12px;right:12px}.v2-upload-preview>span svg{width:14px}.v2-form{border:1px solid var(--v2-line);text-align:left;border-radius:14px;margin-top:23px;padding:20px}.v2-form label{flex-direction:column;gap:6px;margin-bottom:14px;font-size:9px;font-weight:750;display:flex}.v2-form input,.v2-form select,.v2-form textarea{background:#fff;border:1px solid #d2cfc7;border-radius:8px;outline:0;padding:0 11px}.v2-form input,.v2-form select{height:44px}.v2-form textarea{resize:none;height:90px;padding-top:10px}.v2-form>div{grid-template-columns:1fr 1fr;gap:10px;display:grid}.v2-price-card{color:#fff;background:#171714;border-radius:15px;flex-direction:column;align-items:center;margin-top:24px;padding:28px;display:flex}.v2-price-card>svg{width:20px}.v2-price-card>span{letter-spacing:.16em;color:#aaa;margin:14px 0 7px;font-size:8px}.v2-price-card>b{font:400 38px Georgia,serif}.v2-price-card>small{color:var(--v2-acid);margin-top:8px;font-size:9px}.v2-price-input{text-align:left;margin-top:18px;font-size:9px;font-weight:750;display:block}.v2-price-input>div{border:1px solid #bbb;border-radius:9px;align-items:center;height:51px;margin-top:6px;padding:0 13px;display:flex}.v2-price-input input{border:0;outline:0;margin-left:8px;font-size:20px}.v2-earn{background:var(--v2-soft);border-radius:9px;justify-content:space-between;margin-top:10px;padding:15px;font-size:10px;display:flex}.v2-listing-preview{text-align:left;border:1px solid var(--v2-line);border-radius:14px;margin-top:23px;padding:11px;display:flex}.v2-listing-preview>img{object-fit:cover;width:140px;height:170px}.v2-listing-preview>div{flex-direction:column;padding:10px;display:flex}.v2-listing-preview span{letter-spacing:.13em;font-size:8px}.v2-listing-preview h2{margin:8px 0;font:400 18px Georgia,serif}.v2-listing-preview p{color:#777;font-size:9px}.v2-listing-preview b{margin-top:auto}.v2-listing-preview small{color:#397561;gap:4px;margin-top:7px;font-size:8px;display:flex}.v2-listing-preview small svg{width:12px}.v2-sell-nav{justify-content:space-between;margin-top:28px;display:flex}.v2-sell-nav>button:first-child{background:0 0;border:0;font-size:10px;text-decoration:underline}.v2-sell-nav>button:disabled{opacity:.35}.v2-publish-success,.v2-order-success{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:70vh;display:flex}.v2-publish-success p,.v2-order-success p{color:#777;font-size:11px}.v2-publish-success>div{gap:8px;margin-top:18px;display:flex}.v2-confirmation-page{max-width:1240px;padding-top:48px}.v2-order-confirmation{background:#fff;border:1px solid #e9e5dc;box-shadow:0 30px 90px #1b191414}.v2-confirmation-hero{text-align:center;background:linear-gradient(#f7f5ef 0%,#fff 100%);border-bottom:1px solid #e9e5dc;padding:58px 55px 44px}.v2-confirmation-check{color:#fff;background:#11110f;border-radius:50%;place-items:center;width:64px;height:64px;margin:0 auto 20px;display:grid;box-shadow:0 12px 28px #11110f33}.v2-confirmation-check svg{width:27px}.v2-confirmation-hero>span,.v2-confirmation-section-head>span,.v2-confirmation-receipt>span{letter-spacing:.19em;font-size:9px;font-weight:850}.v2-confirmation-hero h1{letter-spacing:-.045em;margin:12px 0 13px;font:400 clamp(40px,5vw,62px) Georgia,serif}.v2-confirmation-hero>p{color:#6e6b64;max-width:570px;margin:auto;font-size:12px;line-height:1.7}.v2-confirmation-reference{background:#fff;border:1px solid #dedad1;border-radius:999px;align-items:center;gap:12px;margin-top:25px;padding:10px 16px;display:inline-flex}.v2-confirmation-reference small{color:#858179;letter-spacing:.12em;font-size:8px}.v2-confirmation-reference strong{font-size:11px}.v2-confirmation-grid{grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);display:grid}.v2-confirmation-details{border-right:1px solid #e9e5dc;padding:42px 48px}.v2-confirmation-section-head{justify-content:space-between;align-items:center;display:flex}.v2-confirmation-section-head small{color:#88847d;font-size:9px}.v2-confirmation-timeline{grid-template-columns:repeat(3,1fr);margin:30px 0 42px;display:grid}.v2-confirmation-timeline>div{gap:11px;padding-right:16px;display:flex;position:relative}.v2-confirmation-timeline>div:not(:last-child):after{content:"";background:#dcd8cf;height:1px;position:absolute;top:17px;left:36px;right:4px}.v2-confirmation-timeline i{color:#8a867e;z-index:1;background:#f1efe9;border-radius:50%;flex:none;place-items:center;width:35px;height:35px;display:grid}.v2-confirmation-timeline i svg{width:15px}.v2-confirmation-timeline .active i{color:#fff;background:#11110f}.v2-confirmation-timeline>div>span{z-index:2;background:#fff;flex-direction:column;padding-top:3px;display:flex;position:relative}.v2-confirmation-timeline b{font-size:10px}.v2-confirmation-timeline small{color:#8a867e;margin-top:4px;font-size:8px;line-height:1.45}.v2-confirmation-product{border-top:1px solid #e9e5dc;grid-template-columns:82px 1fr auto;align-items:center;gap:16px;padding-top:25px;display:grid}.v2-confirmation-product img{object-fit:cover;background:#f1efe9;border-radius:9px;width:82px;height:96px}.v2-confirmation-product>span{flex-direction:column;display:flex}.v2-confirmation-product small{letter-spacing:.14em;color:#8a867e;font-size:8px}.v2-confirmation-product b{margin:8px 0;font:400 18px Georgia,serif}.v2-confirmation-product em,.v2-confirmation-receipt em{color:#78746d;font-size:8px;font-style:normal}.v2-confirmation-product>strong{font-size:14px}.v2-confirmation-receipt{background:#f7f5ef;padding:42px 38px}.v2-confirmation-receipt h2{letter-spacing:-.03em;margin:9px 0 25px;font:400 27px Georgia,serif}.v2-confirmation-receipt>div{border-top:1px solid #dedad1;gap:12px;padding:17px 0;display:flex}.v2-confirmation-receipt>div>svg{flex:none;width:18px}.v2-confirmation-receipt>div>span{flex-direction:column;display:flex}.v2-confirmation-receipt small{letter-spacing:.14em;color:#8a867e;font-size:7px}.v2-confirmation-receipt b{margin:6px 0 4px;font-size:10px;line-height:1.45}.v2-confirmation-receipt hr{border:0;border-top:1px solid #cfcac0;margin:16px 0 20px}.v2-confirmation-receipt>p{justify-content:space-between;align-items:center;margin:0;font-size:11px;display:flex}.v2-confirmation-receipt>p strong{font:400 25px Georgia,serif}.v2-confirmation-actions{border-top:1px solid #e9e5dc;justify-content:center;gap:9px;padding:26px;display:flex}.v2-confirmation-actions .v2-pill:not(.dark){border:1px solid #d7d3ca}.v2-confirmation-actions svg{width:14px}.v2-retail-price{text-align:left;margin-top:22px;font-size:9px;font-weight:750;display:block}.v2-retail-price>div{border:1px solid #bbb;border-radius:9px;align-items:center;height:51px;margin-top:6px;padding:0 13px;display:flex}.v2-retail-price input,.v2-price-input input{text-align:center;font-variant-numeric:tabular-nums;background:0 0;border:0;outline:0;width:100%;height:100%;padding-right:22px;font-size:20px}.v2-retail-price span,.v2-price-input span{font-size:16px;font-weight:800}.v2-price-card>small{text-align:center;line-height:1.5}.v2-profile-listings:empty{display:none}.v2-inbox-premium{background:#fff;grid-template-columns:390px 1fr;box-shadow:0 18px 60px #1615120d}.v2-inbox-premium>aside>header{justify-content:space-between;align-items:center;padding:24px 22px 15px;display:flex}.v2-inbox-premium header>div{padding:0}.v2-inbox-premium header span{letter-spacing:.16em;color:#8a877f;font-size:8px;font-weight:850}.v2-inbox-premium h1{margin-top:7px;font-size:33px}.v2-inbox-search{border:1px solid #0000;height:43px!important;margin:0 18px 14px!important}.v2-inbox-search:focus-within{border-color:#bdb9b0;background:#fff!important}.v2-inbox-filter{border-bottom:1px solid var(--v2-line);gap:16px;padding:0 22px 12px;display:flex}.v2-inbox-filter button{color:#888;background:0 0;border:0;padding:0 0 11px;font-size:9px;font-weight:750;position:relative}.v2-inbox-filter button.active{color:#111}.v2-inbox-filter button.active:after{content:"";background:#111;height:2px;position:absolute;bottom:-13px;left:0;right:0}.v2-inbox-filter b{background:#efede6;border-radius:999px;margin-left:3px;padding:3px 6px;font-size:8px}.v2-conversation-list{padding:7px 8px}.v2-inbox-premium .v2-conversation-list>button{border-radius:12px;align-items:center;margin:2px 0;padding:13px 12px;position:relative}.v2-inbox-premium .v2-conversation-list>button.active{background:#f1efe9}.v2-chat-avatar{color:#fff;background:linear-gradient(135deg,#31302d,#918b7e);border-radius:50%;flex:none;place-items:center;width:43px;height:43px;font-size:9px;font-weight:850;display:grid;position:relative}.v2-chat-avatar i{background:#d1cec7;border:2px solid #fff;border-radius:50%;width:10px;height:10px;position:absolute;bottom:1px;right:0}.v2-chat-avatar i.online{background:#4b9475}.v2-inbox-premium .v2-conversation-list>button b{font-size:10px}.v2-inbox-premium .v2-conversation-list>button em{color:#7a776f;font-size:8px;font-weight:700}.v2-inbox-premium .v2-conversation-list>button p{color:#777;margin-top:6px;font-size:9px}.v2-unread-dot{background:#111;border-radius:50%;width:6px;height:6px;position:absolute;top:18px;right:13px}.v2-chat-head{height:82px;padding:0 22px}.v2-chat-head>.v2-chat-avatar{width:42px;height:42px}.v2-chat-head>span:nth-of-type(2) b{font-size:11px}.v2-chat-head>span:nth-of-type(2) small{color:#598b76;font-size:8px}.v2-chat-profile{border:1px solid var(--v2-line);border-radius:999px;align-items:center;gap:4px;padding:8px 11px;font-size:9px;font-weight:800;display:flex}.v2-chat-profile svg{width:12px}.v2-chat-product{background:#fbfaf7;border-radius:13px;margin:13px 18px;padding:10px}.v2-chat-product>img{border-radius:8px;width:52px;height:58px}.v2-chat-product>span small{color:#8b877e;letter-spacing:.1em;margin-bottom:4px;font-size:7px;display:block}.v2-chat-product>span b{font-size:10px}.v2-chat-product>span strong{margin-top:4px;font-size:10px}.v2-chat-product .v2-pill{height:36px;padding:0 12px}.v2-chat-body{background:linear-gradient(#fbfaf7,#f7f6f2);padding:26px 38px}.v2-chat-day{color:#888;background:#eeece5;border-radius:999px;align-self:center;margin:2px 0 10px;padding:6px 10px;font-size:8px}.v2-chat-body>div{border-radius:16px 16px 16px 3px;padding:12px 14px;font-size:10px;box-shadow:0 2px 8px #00000008}.v2-chat-body>div.mine{border-radius:16px 16px 3px}.v2-compose{background:#fff;height:76px;padding:0 20px}.v2-compose>button:not(.send){color:#777;border-radius:50%;place-items:center;width:32px;height:32px;display:grid}.v2-compose>button:not(.send):hover{background:var(--v2-soft);color:#111}.v2-compose input{height:44px;font-size:10px}.v2-compose .send{width:42px;height:42px}.v2-inbox{border:1px solid var(--v2-line);border-radius:17px;grid-template-columns:370px 1fr;height:720px;display:grid;overflow:hidden}.v2-inbox>aside{border-right:1px solid var(--v2-line)}.v2-inbox>aside>div{justify-content:space-between;align-items:center;padding:20px;display:flex}.v2-inbox h1{margin:0;font:400 29px Georgia,serif}.v2-inbox>aside>label{background:var(--v2-soft);border-radius:999px;align-items:center;height:38px;margin:0 15px 10px;padding:0 12px;display:flex}.v2-inbox>aside>label svg{width:14px}.v2-inbox>aside>label input{background:0 0;border:0;outline:0;margin-left:7px}.v2-inbox>aside>button{text-align:left;background:#fff;border:0;gap:11px;width:100%;padding:12px 16px;display:flex}.v2-inbox>aside>button.active{background:#f0ede6}.v2-inbox>aside>button>img{object-fit:cover;width:150px;height:62px}.v2-inbox>aside>button>span{flex:1;min-width:0}.v2-inbox>aside>button b{justify-content:space-between;font-size:9px;display:flex}.v2-inbox>aside>button b small{color:#999;font-weight:400}.v2-inbox>aside>button em{color:#777;margin-top:4px;font-size:8px;font-style:normal;display:block}.v2-inbox>aside>button p{white-space:nowrap;text-overflow:ellipsis;margin:7px 0 0;font-size:9px;overflow:hidden}.v2-inbox>section{flex-direction:column;min-width:0;display:flex}.v2-chat-head{border-bottom:1px solid var(--v2-line);align-items:center;gap:10px;height:72px;padding:0 18px;display:flex}.v2-chat-head>img{object-fit:cover;width:100px;height:43px}.v2-chat-head>span{flex-direction:column;flex:1;display:flex}.v2-chat-head b{align-items:center;gap:4px;font-size:10px;display:flex}.v2-chat-head b svg{width:12px}.v2-chat-head small{color:#49806d;margin-top:4px;font-size:8px}.v2-chat-head>a{font-size:9px;text-decoration:underline}.mobile-back{display:none}.v2-chat-product{border:1px solid var(--v2-line);border-radius:10px;align-items:center;gap:9px;margin:11px 15px;padding:8px;display:flex}.v2-chat-product>img{object-fit:cover;width:100px;height:50px}.v2-chat-product>span{flex-direction:column;flex:1;display:flex}.v2-chat-product b,.v2-chat-product small{font-size:9px}.v2-chat-product small{margin-top:4px}.v2-chat-product .v2-pill{height:34px;font-size:8px}.v2-chat-body{background:#faf9f6;flex-direction:column;flex:1;gap:8px;padding:25px 32px;display:flex;overflow:auto}.v2-chat-body>div{background:#fff;border:1px solid #eee;border-radius:13px;flex-direction:column;align-self:flex-start;max-width:70%;padding:11px 13px;font-size:10px;display:flex}.v2-chat-body>div.mine{color:#fff;background:#171714;align-self:flex-end}.v2-chat-body small{opacity:.55;margin-top:5px;font-size:7px}.v2-compose{border-top:1px solid var(--v2-line);align-items:center;gap:8px;height:68px;padding:0 15px;display:flex}.v2-compose button{background:0 0;border:0}.v2-compose button svg{width:18px}.v2-compose input{background:var(--v2-soft);border:0;border-radius:999px;outline:0;flex:1;height:40px;padding:0 15px}.v2-compose .send{color:#fff;background:#111;border-radius:50%;place-items:center;width:38px;height:38px;display:grid}.v2-compose .send:disabled{opacity:.35}.v2-cart-layout,.v2-checkout{grid-template-columns:minmax(0,1.6fr) 390px;gap:35px;display:grid}.v2-cart-line{border-top:1px solid var(--v2-line);grid-template-columns:180px 1fr auto 90px;align-items:center;gap:18px;padding:18px 35px 18px 0;display:grid;position:relative}.v2-cart-line>img{object-fit:cover;width:180px;height:145px}.v2-cart-line>div:nth-child(2)>small{letter-spacing:.13em;font-size:8px;font-weight:850}.v2-cart-line h2{margin:7px 0;font:400 19px Georgia,serif}.v2-cart-line p{color:#777;font-size:9px}.v2-cart-line>div:nth-child(2)>span{color:#397561;align-items:center;gap:4px;font-size:8px;display:flex}.v2-cart-line>div:nth-child(2)>span svg{width:12px}.v2-qty{align-items:center;gap:8px;display:flex}.v2-qty button{border:1px solid var(--v2-line);background:#fff;border-radius:50%;place-items:center;width:27px;height:27px;display:grid}.v2-qty svg{width:11px}.v2-qty b{font-size:10px}.v2-cart-line>strong{text-align:right;font-size:12px}.v2-cart-line>.remove{position:absolute;top:15px;right:0}.v2-summary{background:#f4f2ec;border-radius:15px;align-self:start;padding:25px;position:sticky;top:135px}.v2-summary h2{margin:0 0 22px;font:400 25px Georgia,serif}.v2-summary p{justify-content:space-between;margin:13px 0;font-size:9px;display:flex}.v2-summary hr{border:0;border-top:1px solid #d9d5cc;margin:20px 0}.v2-summary .total{font-size:13px}.v2-summary>small{text-align:center;color:#777;justify-content:center;gap:5px;margin-top:13px;font-size:8px;line-height:1.5;display:flex}.v2-summary>small svg{width:12px}.v2-checkout>section>h2{border-top:1px solid var(--v2-line);padding-top:20px;font:400 24px Georgia,serif}.v2-payment{border:1px solid var(--v2-line);border-radius:13px;margin-top:16px;padding:8px 18px}.v2-payment>label{align-items:center;gap:10px;padding:14px 0;display:flex}.v2-payment>label>svg{width:20px}.v2-payment>label span{flex-direction:column;display:flex}.v2-payment b{font-size:10px}.v2-payment small{color:#777;margin-top:3px;font-size:8px}.v2-cod-payment{align-items:center;gap:11px;padding:12px 0;display:flex}.v2-cod-payment>svg{width:21px;height:21px}.v2-cod-payment span{flex-direction:column;display:flex}.v2-form-error{line-height:1.45;display:block;color:#b42318!important}.v2-card-fields{grid-template-columns:2fr 1fr 1fr;gap:7px;padding:0 0 14px 25px;display:grid}.v2-card-fields input{border:1px solid #ccc;border-radius:7px;min-width:0;height:40px;padding:0 9px}.v2-note-actions{text-align:right;margin-top:-63px;margin-bottom:34px}.v2-note-actions button{background:0 0;border:0;font-size:9px;text-decoration:underline}.v2-notes{border-top:1px solid var(--v2-line)}.v2-notes>button{border:0;border-bottom:1px solid var(--v2-line);text-align:left;background:#fff;align-items:center;gap:14px;width:100%;padding:18px 12px;display:flex;position:relative}.v2-notes>button.unread{background:#f7f9f4}.v2-notes>button>span{background:var(--v2-soft);border-radius:50%;place-items:center;width:39px;height:39px;display:grid}.v2-notes>button>span svg{width:17px}.v2-notes>button>div{flex-direction:column;display:flex}.v2-notes b{font-size:10px}.v2-notes p{color:#777;margin:5px 0;font-size:9px}.v2-notes small{color:#999;font-size:8px}.v2-notes i{background:0 0;border-radius:50%;width:6px;height:6px;position:absolute;right:13px}.v2-notes .unread i{background:#4d7d69}.v2-settings-layout{grid-template-columns:260px 1fr;gap:45px;display:grid}.v2-settings-layout>nav{flex-direction:column;display:flex}.v2-settings-layout>nav button{border:0;border-bottom:1px solid var(--v2-line);text-align:left;background:#fff;justify-content:space-between;align-items:center;height:45px;font-size:9px;display:flex}.v2-settings-layout>nav button.active{font-weight:800}.v2-settings-layout>nav svg{width:13px}.v2-settings-layout>section{max-width:700px}.v2-settings-layout>section h2{margin:0;font:400 28px Georgia,serif}.v2-settings-layout>section>p{color:#777;font-size:10px}.v2-setting-row{border-bottom:1px solid var(--v2-line);justify-content:space-between;align-items:center;padding:19px 0;display:flex}.v2-setting-row>span{flex-direction:column;display:flex}.v2-setting-row small{color:#777;margin-top:5px;font-size:8px}.v2-setting-row input{accent-color:#111;width:42px;height:23px}.v2-security-card{color:#285e4f;background:#edf5f1;border-radius:11px;align-items:center;gap:10px;margin-top:25px;padding:17px;display:flex}.v2-security-card>svg{width:21px}.v2-security-card>span{flex-direction:column;flex:1;display:flex}.v2-security-card b{font-size:10px}.v2-security-card small{margin-top:4px;font-size:8px}.v2-security-card button{background:0 0;border:0;font-size:8px;text-decoration:underline}.v2-profile-head{align-items:center;gap:25px;display:flex}.v2-profile-avatar{color:#fff;background:linear-gradient(135deg,#222,#837e73);border-radius:50%;flex:none;place-items:center;width:120px;height:120px;font:400 32px Georgia,serif;display:grid;position:relative}.v2-profile-avatar>span{color:#397561;background:#fff;border-radius:50%;place-items:center;width:29px;height:29px;display:grid;position:absolute;bottom:8px;right:2px}.v2-profile-avatar svg{width:17px}.v2-profile-head h1{font-size:43px}.v2-profile-head p{color:#777;font-size:10px}.v2-profile-head>div:nth-child(2)>div{gap:28px;margin-top:18px;display:flex}.v2-profile-head>div:nth-child(2)>div b{flex-direction:column;font-size:13px;display:flex}.v2-profile-head>div:nth-child(2)>div small{color:#888;margin-top:4px;font-size:8px;font-weight:400}.v2-profile-head>aside{gap:7px;margin-left:auto;display:flex}.v2-profile-trust{border-top:1px solid var(--v2-line);border-bottom:1px solid var(--v2-line);gap:8px;margin-top:40px;padding:15px 0;display:flex}.v2-profile-trust span{color:#39705e;background:#edf5f1;border-radius:999px;align-items:center;gap:5px;padding:8px 11px;font-size:8px;display:flex}.v2-profile-trust svg{width:13px}.v2-seller-application{background:#f8f7f3;border:1px solid #dedbd2;border-radius:18px;grid-template-columns:minmax(220px,.8fr) minmax(300px,1.2fr);gap:34px;margin:26px 0;padding:28px;display:grid}.v2-seller-application-copy>span,.v2-seller-application.status-card span{letter-spacing:.18em;font-size:9px;font-weight:900}.v2-seller-application h2{letter-spacing:-.035em;margin:10px 0;font:400 32px Georgia,serif}.v2-seller-application p{color:#6b6860;font-size:12px;line-height:1.6}.v2-seller-application form{grid-template-columns:1fr 1fr;gap:10px;display:grid}.v2-seller-application input,.v2-seller-application select,.v2-seller-application textarea{font:inherit;background:#fff;border:1px solid #d9d6cd;border-radius:10px;padding:12px;font-size:12px}.v2-seller-application textarea,.v2-seller-application form>button,.v2-seller-application form>small{grid-column:1/-1}.v2-seller-application textarea{resize:vertical;min-height:78px}.v2-seller-application.status-card{grid-template-columns:48px 1fr;align-items:start}.v2-seller-application.status-card>svg{background:#e9e6dc;border-radius:50%;width:44px;height:44px;padding:12px}.v2-tabs{border-bottom:1px solid var(--v2-line);gap:30px;margin-top:30px;display:flex}.v2-tabs button{color:#888;background:0 0;border:0;padding:0 0 12px;font-size:9px;font-weight:750}.v2-tabs button.active{color:#111;border-bottom:2px solid #111}.v2-profile-listings{gap:10px;margin-top:20px;display:flex}.v2-profile-listings article{flex-direction:column;width:190px;display:flex}.v2-profile-listings img{object-fit:cover;width:190px;height:220px}.v2-profile-listings b{margin-top:8px;font-size:10px}.v2-profile-listings span{margin-top:4px;font-size:9px}.v2-reviews{max-width:720px}.v2-reviews article{border-bottom:1px solid var(--v2-line);gap:12px;padding:20px 0;display:flex}.v2-reviews article>div:nth-child(2){flex-direction:column;display:flex}.v2-reviews b{font-size:10px}.v2-reviews span{color:#c28c31;margin-top:5px;display:flex}.v2-reviews span svg{width:11px}.v2-reviews p{color:#555;font-size:10px}.v2-dashboard{max-width:1500px;margin:auto;padding:64px 38px 100px}.v2-dashboard-head{justify-content:space-between;align-items:flex-end;display:flex}.v2-dashboard-head h1{font-size:45px}.v2-dashboard-head p{color:#777;font-size:10px}.v2-kpis{grid-template-columns:2fr repeat(3,1fr);gap:11px;margin-top:30px;display:grid}.v2-kpis article{border:1px solid var(--v2-line);border-radius:13px;flex-direction:column;min-height:155px;padding:20px;display:flex}.v2-kpis article>span{letter-spacing:.13em;color:#888;font-size:8px}.v2-kpis article>b{margin:17px 0 7px;font:400 29px Georgia,serif}.v2-kpis article>small{color:#487c68;font-size:8px}.v2-kpis article.primary{color:#fff;background:#171714;position:relative}.v2-kpis .primary>div{align-items:flex-end;gap:3px;width:43%;height:90px;display:flex;position:absolute;bottom:15px;right:16px}.v2-kpis .primary i{background:var(--v2-acid);border-radius:2px 2px 0 0;flex:1}.v2-kpis .primary small{align-items:center;gap:4px;display:flex}.v2-kpis .primary small svg{width:12px}.v2-dash-lower{grid-template-columns:2fr 1fr;gap:12px;margin-top:12px;display:grid}.v2-dash-lower>section,.v2-dash-lower>aside{border:1px solid var(--v2-line);border-radius:13px;padding:20px}.v2-panel-head{justify-content:space-between;align-items:center;margin-bottom:13px;display:flex}.v2-panel-head h2{margin:0;font:400 22px Georgia,serif}.v2-panel-head p{color:#888;font-size:8px}.v2-panel-head a{font-size:8px;text-decoration:underline}.v2-order-row{border-top:1px solid var(--v2-line);grid-template-columns:100px 1fr 75px 90px 15px;align-items:center;gap:10px;height:70px;display:grid}.v2-order-row>img{object-fit:cover;width:100px;height:52px}.v2-order-row>span{flex-direction:column;display:flex}.v2-order-row b,.v2-order-row strong{font-size:9px}.v2-order-row small{color:#888;margin-top:4px;font-size:7px}.v2-order-row em{text-align:center;color:#39715f;background:#edf5f1;border-radius:999px;padding:6px;font-size:7px;font-style:normal}.v2-order-row em.wait{color:#95671b;background:#fff0d4}.v2-score{margin:23px 0;font:400 67px Georgia,serif}.v2-score small{color:#999;font:400 12px Arial}.v2-dash-lower>aside>p{border-top:1px solid var(--v2-line);justify-content:space-between;margin:0;padding:12px 0;font-size:9px;display:flex}.v2-orders{border-top:1px solid var(--v2-line)}.v2-orders article{border-bottom:1px solid var(--v2-line);grid-template-columns:1fr 120px 120px 130px;align-items:center;padding:18px 0;display:grid}.v2-orders article>div{align-items:center;gap:10px;display:flex}.v2-orders article>div>svg{width:20px}.v2-orders article>div>span{flex-direction:column;display:flex}.v2-orders b{font-size:10px}.v2-orders small{color:#777;margin-top:4px;font-size:8px}.v2-orders em{color:#39715f;font-size:8px;font-style:normal}.v2-orders strong{font-size:10px}.v2-orders .v2-pill{height:35px;font-size:8px}.v2-footer{color:#fff;background:#171714;margin-top:80px;padding:58px 40px 22px}.v2-footer>div:first-child{grid-template-columns:2fr 1fr 1fr 1fr 1.5fr;gap:35px;max-width:1420px;margin:auto;display:grid}.v2-footer section{flex-direction:column;gap:11px;display:flex}.v2-footer section:first-child p{max-width:270px}.v2-footer section>b{letter-spacing:.13em;font-size:8px}.v2-footer p,.v2-footer a{color:#aaa;font-size:9px;line-height:1.6}.v2-footer form{border-bottom:1px solid #555;height:41px;display:flex}.v2-footer input{color:#fff;background:0 0;border:0;outline:0;flex:1}.v2-footer form button{color:#fff;background:0 0;border:0}.v2-footer form svg{width:17px}.v2-footer>div:last-child{color:#777;border-top:1px solid #333;justify-content:space-between;max-width:1420px;margin:45px auto 0;padding-top:18px;font-size:8px;display:flex}.v2-footer nav{gap:18px;display:flex}.v2-mobile-nav{display:none}.v2-mobile-menu{width:min(360px,88vw);height:100dvh;padding:21px 21px calc(21px + env(safe-area-inset-bottom));overscroll-behavior:contain;background:#fff;flex-direction:column;display:flex;overflow-y:auto}.v2-menu-bg{z-index:1200}.v2-mobile-menu-heading{color:#898989;letter-spacing:.16em;margin:18px 0 7px;font-size:8px;font-weight:800;display:block}.v2-mobile-departments{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:0 0 8px!important;display:grid!important}.v2-mobile-departments a{border:1px solid var(--v2-line);color:#111;border-radius:8px;place-items:center;min-height:42px;font-size:10px;font-weight:750;display:grid}.v2-mobile-menu>div{justify-content:space-between;align-items:center;margin-bottom:25px;display:flex}.v2-mobile-menu>a{border-bottom:1px solid var(--v2-line);justify-content:space-between;align-items:center;height:48px;min-height:48px;font-size:11px;font-weight:700;display:flex}.v2-mobile-menu>a svg{width:15px}.v2-profile-control{position:relative}.v2-profile-control>button{cursor:pointer;border:0}.v2-profile-control>button.active{outline-offset:2px;outline:2px solid #171714}.v2-profile-menu{z-index:140;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);transform-origin:100% 0;background:#fffffffa;border:1px solid #1414121a;border-radius:16px;width:260px;padding:10px;position:absolute;top:48px;right:0;box-shadow:0 24px 60px #1414122e}.v2-profile-menu>div:first-child{border-bottom:1px solid var(--v2-line);align-items:center;gap:10px;padding:8px 8px 13px;display:flex}.v2-profile-menu>div:first-child .v2-avatar{width:38px;height:38px}.v2-profile-menu p{flex-direction:column;margin:0;display:flex}.v2-profile-menu p b{font-size:10px}.v2-profile-menu p small{color:#777;margin-top:3px;font-size:8px}.v2-profile-menu>a{border-bottom:1px solid var(--v2-line);justify-content:space-between;align-items:center;height:42px;padding:0 8px;font-size:9px;font-weight:700;display:flex}.v2-profile-menu>a svg{width:13px}.v2-lang-choice{background:var(--v2-soft);border-radius:10px;grid-template-columns:1fr 1fr;border:0!important;gap:4px!important;margin:5px 0 0!important;padding:8px!important;display:grid!important}.v2-lang-choice button{background:0 0;border:0;border-radius:7px;height:30px;font-size:8px;font-weight:800}.v2-lang-choice button.active{background:#fff;box-shadow:0 2px 8px #00000014}.v2-mobile-language{border-top:1px solid var(--v2-line);padding-top:18px;margin-top:auto!important;display:block!important}.v2-mobile-language>span{letter-spacing:.12em;font-size:8px;font-weight:850}.v2-mobile-language .v2-lang-choice{margin-top:9px!important}.v2-localized{min-height:100%}.v2-auth-loading{color:#777;background:#f7f6f2;place-content:center;justify-items:center;gap:14px;min-height:100vh;display:grid}.v2-auth-loading .v2-brand{color:#171714}.v2-auth-loading>span{letter-spacing:.08em;font-size:10px}.v2-nav a,.v2-catbar a{font-size:11px}.v2-product-info>a{font-size:15px;line-height:1.35}.v2-product-info p,.v2-product-info em{font-size:11px}.v2-product-info small,.v2-section-head>div>span,.v2-page-title>span,.v2-explore-head>div>span,.v2-profile-head>div>span,.v2-dashboard-head>div>span{font-size:10px}.v2-section-head>a,.v2-breadcrumb,.v2-filterbar button,.v2-filterbar select{font-size:11px}.v2-page-title p,.v2-explore-head p,.v2-dashboard-head p{font-size:13px;line-height:1.55}.v2-pill,.v2-buybox>p,.v2-buybox h2 small,.v2-auth small,.v2-delivery small,.v2-seller small{font-size:11px}.v2-auth b,.v2-delivery b,.v2-seller b{font-size:12px}.v2-footer p,.v2-footer a{font-size:11px}.v2-footer section>b{font-size:10px}.v2-settings-layout>nav button{font-size:12px}.v2-setting-row b{font-size:13px}.v2-setting-row small,.v2-settings-layout>section>p{font-size:11px;line-height:1.5}.v2-setting-card{gap:14px;margin-top:22px;display:grid}.v2-setting-card label{gap:7px;font-size:11px;font-weight:700;display:grid}.v2-setting-card input{border:1px solid var(--v2-line);border-radius:9px;height:46px;padding:0 13px;font-size:13px}.v2-setting-card .v2-pill{justify-self:start}.v2-payment-method{border:1px solid var(--v2-line);border-radius:12px;align-items:center;gap:12px;margin:22px 0 14px;padding:16px;display:flex}.v2-payment-method>svg{width:22px}.v2-payment-method>span{flex-direction:column;flex:1;display:flex}.v2-payment-method b{font-size:12px}.v2-payment-method small{color:#777;margin-top:4px;font-size:10px}.v2-payment-method>button{background:0 0;border:0;font-size:10px;text-decoration:underline}@media (max-width:1050px){.v2-nav{display:none}.v2-grid,.v2-world-grid{grid-template-columns:repeat(3,1fr)}.v2-world-grid>a:nth-child(n+4){display:none}.v2-listing-layout{grid-template-columns:minmax(0,1.3fr) 370px}.v2-kpis{grid-template-columns:1fr 1fr}.v2-kpis article.primary{grid-column:1/3}.v2-cart-layout,.v2-checkout{grid-template-columns:minmax(0,1fr) 340px}}@media (max-width:700px){body{padding-bottom:69px}.v2-header-inner{justify-content:space-between;gap:7px;height:60px;padding:0 14px}.v2-brand{font-size:19px}.v2-menu-trigger{display:grid!important}.v2-search{max-width:none;display:none;position:absolute;top:68px;left:12px;right:12px;box-shadow:0 12px 35px #0000001f}.v2-actions>a:not(.v2-count-link):not(.v2-pill),.v2-actions>a[aria-label=Saved\ items],.v2-actions>a[aria-label=Notifications],.v2-actions>.v2-pill,.v2-actions>.v2-profile-control,.v2-actions>.v2-notification-control,.v2-actions>.v2-signin{display:none}.v2-actions .v2-count-link[aria-label=Shopping\ bag]{display:grid}.v2-catbar{border-top:1px solid var(--v2-line);gap:21px;height:36px;padding:0 15px;overflow:auto}.v2-megamenu{display:none!important}.v2-header .v2-brand{margin-left:8px;margin-right:auto}.v2-hero{background:#1b1b19;height:460px;min-height:460px}.v2-hero-video{aspect-ratio:auto;object-fit:cover;object-position:50% center;background:#eef1f1;width:100%;height:100%}.v2-hero-overlay{background:linear-gradient(#0000 0%,#0c0c0b14 24%,#0c0c0b80 58%,#0c0c0bc7 100%)}.v2-category-popover{z-index:1200;top:auto;left:12px;right:12px;bottom:calc(82px + env(safe-area-inset-bottom));overscroll-behavior:contain;border-radius:20px;width:auto;max-height:min(62vh,520px);padding:14px 10px 10px;position:fixed;box-shadow:0 24px 80px #0f0f0d47}.v2-category-popover:before{content:"";background:#d4d1ca;border-radius:999px;width:42px;height:4px;margin:0 auto 10px;display:block}.v2-category-popover button{height:auto;min-height:44px;padding:10px 12px;font-size:14px}.v2-category-popover section>span{padding:10px 10px 7px;font-size:11px}.v2-hero-copy{inset:auto 20px 92px;transform:none}.v2-hero-copy h1{font-size:47px}.v2-hero-copy p{font-size:12px}.v2-hero-copy>div{margin-top:20px}.v2-trust{display:flex;bottom:20px;left:20px;right:auto}.v2-trust svg{width:22px}.v2-trust b,.v2-trust small{font-size:7px}.v2-section{padding:62px 15px 0}.v2-section-head h2{font-size:28px}.v2-world-grid{scrollbar-width:none;margin-right:-15px;display:flex;overflow:auto}.v2-world-grid>a,.v2-world-grid>a:nth-child(n){min-width:155px;height:210px;display:block}.v2-grid{scroll-snap-type:x mandatory;scrollbar-width:none;gap:9px;margin-right:-15px;display:flex;overflow:auto}.v2-product{scroll-snap-align:start;min-width:72vw}.v2-product-media>i{display:none}.v2-editorial{display:block}.v2-editorial>a{min-height:510px;display:block}.v2-editorial>a>div{bottom:24px;left:22px}.v2-editorial h2{font-size:40px}.v2-editorial>div{min-height:260px;padding:29px}.v2-editorial blockquote{font-size:27px}.v2-editorial>div>a{margin-top:28px}.v2-sell-banner{min-height:0;margin:64px 15px 0;padding:38px 24px 315px;position:relative}.v2-sell-banner h2{font-size:38px}.v2-sell-preview{width:220px;position:absolute;bottom:-28px;left:50%;transform:translate(-50%)rotate(2deg)}.v2-sell-preview>img{height:205px}.v2-page,.v2-dashboard{padding:35px 15px 75px}.v2-page-title h1,.v2-explore-head h1,.v2-sell-step h1,.v2-profile-head h1,.v2-dashboard-head h1{font-size:38px}.v2-explore-head{display:block}.v2-explore-head>button{width:100%;margin-top:20px}.v2-filterbar{display:block}.v2-filterbar>div{padding-bottom:8px}.v2-filterbar>div:last-child{padding:0}.v2-filterbar>div:last-child>*{flex:1}.v2-results{grid-template-columns:1fr 1fr;gap:8px;margin-right:0;display:grid}.v2-results .v2-product{min-width:0}.v2-results .v2-product-info>a{font-size:13px}.v2-results .v2-product-media>img{width:100%}.v2-listing{padding-top:15px}.v2-listing-layout{display:block}.v2-gallery{scroll-snap-type:x mandatory;margin:0 -15px;display:flex;overflow:auto}.v2-gallery>div,.v2-gallery>div.main{aspect-ratio:.82;scroll-snap-align:start;grid-column:auto;min-width:90vw}.v2-buybox{padding-top:25px;position:static}.v2-buybox h1{font-size:30px}.v2-listing .v2-section{padding-left:0;padding-right:0}.v2-sell-page{padding:12px 15px 70px}.v2-sell-top>span{display:none}.v2-steps{width:85%;margin:26px auto 38px}.v2-sell-step h1{font-size:37px}.v2-upload{height:260px}.v2-form>div{grid-template-columns:1fr}.v2-listing-preview>img{width:120px}.v2-sell-page+.v2-mobile-nav{display:none}.v2-messages{padding:0}.v2-inbox{border:0;border-radius:0;height:calc(100vh - 131px);display:block;position:relative;overflow:hidden}.v2-inbox>aside,.v2-inbox>section{background:#fff;transition:all .25s;position:absolute;inset:0}.v2-inbox>section{transform:translate(100%)}.v2-inbox.chat-open>aside{transform:translate(-100%)}.v2-inbox.chat-open>section{transform:translate(0)}.v2-inbox>aside>button>img{width:100px}.mobile-back{display:grid}.v2-chat-body{padding:20px 14px}.v2-cart-layout,.v2-checkout{display:block}.v2-cart-line{grid-template-columns:110px 1fr;gap:12px}.v2-cart-line>img{width:110px;height:130px}.v2-qty{grid-column:2}.v2-cart-line>strong{position:absolute;bottom:27px;right:34px}.v2-summary{margin-top:25px;position:static}.v2-confirmation-page{padding:20px 12px 90px}.v2-confirmation-hero{padding:42px 22px 34px}.v2-confirmation-hero h1{font-size:39px}.v2-confirmation-grid{display:block}.v2-confirmation-details{border-right:0;padding:30px 22px}.v2-confirmation-timeline{margin:27px 0 32px;display:block}.v2-confirmation-timeline>div{padding:0 0 20px}.v2-confirmation-timeline>div:not(:last-child):after{width:1px;height:auto;inset:34px auto 0 17px}.v2-confirmation-timeline>div>span{flex:1}.v2-confirmation-product{grid-template-columns:72px 1fr}.v2-confirmation-product img{width:72px;height:86px}.v2-confirmation-product>strong{grid-column:2;margin-top:-14px}.v2-confirmation-receipt{padding:32px 24px}.v2-confirmation-actions{flex-direction:column}.v2-confirmation-actions .v2-pill{width:100%}.v2-card-fields{grid-template-columns:1fr 1fr;padding-left:0}.v2-card-fields input:first-child{grid-column:1/3}.v2-settings-layout{display:block}.v2-settings-layout>nav{flex-direction:row;margin-bottom:28px;display:flex;overflow:auto}.v2-settings-layout>nav button{min-width:125px}.v2-profile-head{text-align:center;flex-direction:column}.v2-profile-head h1{font-size:37px}.v2-profile-head>div:nth-child(2)>div{justify-content:center;gap:20px}.v2-profile-head>aside{margin:0}.v2-profile-trust,.v2-tabs,.v2-profile-listings{overflow:auto}.v2-profile-head+.v2-grid{display:grid}.v2-dashboard-head{display:block}.v2-dashboard-head .v2-pill{margin-top:18px}.v2-kpis{grid-template-columns:1fr}.v2-kpis article.primary{grid-column:auto}.v2-dash-lower{grid-template-columns:1fr}.v2-order-row{grid-template-columns:80px 1fr 55px 14px}.v2-order-row>img{width:80px}.v2-order-row em{display:none}.v2-orders article{grid-template-columns:1fr 90px}.v2-orders article>em,.v2-orders article>strong{margin-top:10px}.v2-orders .v2-pill{grid-column:1/3;margin-top:9px}.v2-footer{margin-top:60px;padding:48px 20px 22px}.v2-footer>div:first-child{grid-template-columns:1fr 1fr}.v2-footer section:first-child,.v2-footer section:last-child{grid-column:1/3}.v2-footer>div:last-child{display:block}.v2-footer nav{flex-wrap:wrap;margin-top:12px}.v2-mobile-nav{height:calc(69px + env(safe-area-inset-bottom));z-index:999;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-top:1px solid var(--v2-line);background:#fffffff7;justify-content:space-around;align-items:center;display:flex;left:0;right:0;transform:translateZ(0);position:fixed!important;bottom:0!important}.v2-mobile-nav a{color:#999;flex-direction:column;align-items:center;gap:3px;min-width:54px;display:flex}.v2-mobile-nav a.active{color:#111}.v2-mobile-nav svg{width:19px}.v2-mobile-nav small{font-size:7px}.v2-mobile-nav .sell{color:#fff;background:#111;border:3px solid #fff;border-radius:50%;place-items:center;width:39px;height:39px;margin-top:-18px;display:grid}}@media (prefers-reduced-motion:reduce){.v2-app *{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}.v2-menu-bg{justify-content:flex-start}.v2-logout,.v2-mobile-logout{color:#9a332b;background:0 0;border:0;align-items:center;gap:9px;width:100%;font-size:10px;font-weight:800;display:flex}.v2-logout{height:42px;margin-top:3px;padding:0 8px}.v2-logout svg,.v2-mobile-logout svg{width:15px}.v2-signin{color:#171714;cursor:pointer;background:#f7f6f2;border:1px solid #dedbd3;border-radius:999px;align-items:center;gap:8px;height:42px;padding:0 16px 0 12px;font-size:11px;font-weight:800;transition:transform .2s,border-color .2s,background .2s,box-shadow .2s;display:inline-flex}.v2-signin svg{background:#fff;border-radius:50%;width:27px;height:27px;padding:6px;box-shadow:0 2px 7px #14141214}.v2-signin:hover{background:#fff;border-color:#bdb9af;transform:translateY(-1px);box-shadow:0 7px 16px #14141214}.v2-header-sell{color:#fff;background:#171714;border:1px solid #171714;gap:9px;height:42px;padding:0 17px 0 7px;box-shadow:0 6px 16px #1414122b}.v2-header-sell>span{color:#171714;background:#fff;border-radius:50%;place-items:center;width:29px;height:29px;display:grid}.v2-header-sell>span svg{width:14px}.v2-header-sell>b{letter-spacing:.01em;font-size:11px}.v2-header-sell:hover{background:#292925;box-shadow:0 10px 22px #1414123b}.v2-report-listing,.v2-boost-modal{background:#fff;border-radius:22px;width:min(520px,100% - 30px);max-height:calc(100dvh - 40px);margin:auto;padding:32px;position:relative;overflow:auto;box-shadow:0 30px 90px #0000003b}.v2-report-listing>span,.v2-boost-modal>span{letter-spacing:.15em;font-size:9px;font-weight:850}.v2-report-listing h2,.v2-boost-modal h2{margin:10px 0;font:400 36px/1.05 Georgia,serif}.v2-report-listing>p,.v2-boost-modal>p{color:#777;font-size:12px;line-height:1.55}.v2-report-listing label{gap:7px;margin-top:16px;font-size:10px;font-weight:800;display:grid}.v2-report-listing select,.v2-report-listing textarea{border:1px solid var(--v2-line);background:#fff;border-radius:11px;outline:0;width:100%;padding:12px;font-size:12px}.v2-report-listing textarea{resize:vertical;min-height:95px}.v2-report-assurance{color:#315f50;background:#edf5f1;border-radius:12px;align-items:center;gap:10px;margin:16px 0;padding:13px;display:flex}.v2-report-assurance>svg{width:20px}.v2-report-assurance span{flex-direction:column;display:flex}.v2-report-assurance b{font-size:10px}.v2-report-assurance small{margin-top:3px;font-size:8px}.v2-shipping-options{gap:8px;margin:12px 0 28px;display:grid}.v2-shipping-options label{border:1px solid var(--v2-line);cursor:pointer;border-radius:13px;grid-template-columns:18px 24px 1fr auto;align-items:center;gap:10px;min-height:68px;padding:12px 14px;display:grid}.v2-shipping-options label.active{background:#faf9f6;border-color:#171714;box-shadow:0 5px 15px #1414120f}.v2-shipping-options svg{width:20px}.v2-shipping-options span{flex-direction:column;display:flex}.v2-shipping-options b{font-size:11px}.v2-shipping-options small{color:#777;margin-top:4px;font-size:9px}.v2-shipping-options strong{font-size:11px}.v2-inventory-actions button.boost{color:#33451d;background:#eff4df;border-color:#dce7ba}.v2-inventory-actions button.boost svg{width:14px}.v2-boost-plans{gap:8px;margin:22px 0 14px;display:grid}.v2-boost-plans>button{border:1px solid var(--v2-line);text-align:left;background:#fff;border-radius:14px;grid-template-columns:1fr auto 17px;align-items:center;gap:12px;min-height:74px;padding:13px 14px;display:grid}.v2-boost-plans>button:hover{border-color:#171714;transform:translateY(-1px);box-shadow:0 8px 18px #14141214}.v2-boost-plans span{flex-direction:column;display:flex}.v2-boost-plans b{font-size:11px}.v2-boost-plans small{color:#777;margin-top:5px;font-size:9px}.v2-boost-plans strong{font-size:14px}.v2-boost-plans svg{width:15px}.v2-order-tracking{border-top:1px solid var(--v2-line);grid-column:1/-1;align-items:flex-start;padding:18px 12px 8px;display:flex}.v2-order-tracking>span{flex-direction:column;flex:1;align-items:center;gap:5px;display:flex;position:relative}.v2-order-tracking>span:not(:last-of-type):after{content:"";background:#ddd;height:2px;position:absolute;top:12px;left:62%;right:-38%}.v2-order-tracking>span.done:not(:last-of-type):after{background:#2f765e}.v2-order-tracking i{z-index:1;background:#eceae4;border-radius:50%;place-items:center;width:24px;height:24px;font-size:8px;font-style:normal;display:grid}.v2-order-tracking .done i{color:#fff;background:#2f765e}.v2-order-tracking i svg{width:11px}.v2-order-tracking>span small{font-size:8px}.v2-order-tracking>p{flex:1.5;gap:8px;margin:0 0 0 18px;display:flex}.v2-order-tracking>p svg{width:20px}.v2-order-tracking>p span{flex-direction:column;display:flex}.v2-order-tracking>p b{font-size:9px}.v2-order-tracking>p small{color:#777;margin-top:4px;font-size:8px;line-height:1.4}@media (max-width:700px){.v2-report-listing,.v2-boost-modal{width:100%;max-height:88dvh;padding:27px 20px calc(24px + env(safe-area-inset-bottom));border-radius:22px 22px 0 0;align-self:end}.v2-report-listing h2,.v2-boost-modal h2{font-size:31px}.v2-order-tracking{flex-wrap:wrap}.v2-order-tracking>p{flex-basis:100%;margin:18px 0 0}.v2-shipping-options label{grid-template-columns:18px 22px 1fr auto}}.v2-mobile-logout{color:#8d2922;cursor:pointer;background:linear-gradient(135deg,snow,#fff3f1);border:1px solid #f0d9d6;border-radius:14px;min-height:62px;margin-top:10px;padding:9px 10px;transition:transform .2s,box-shadow .2s,border-color .2s}.v2-mobile-logout:hover{border-color:#e7bbb6;transform:translateY(-1px);box-shadow:0 8px 20px #8d292217}.v2-mobile-logout-icon{background:#fff;border-radius:11px;flex:0 0 36px;place-items:center;width:36px;height:36px;display:grid;box-shadow:0 3px 10px #8d292214}.v2-mobile-logout>span:nth-child(2){flex-direction:column;flex:1;align-items:flex-start;gap:3px;min-width:0;display:flex}.v2-mobile-logout>span:nth-child(2) b{font-size:11px}.v2-mobile-logout>span:nth-child(2) small{color:#a56b66;font-size:8px;font-weight:550}.v2-mobile-logout>svg:last-child{opacity:.55;width:14px}.v2-mobile-session{margin-top:13px}.v2-mobile-session>div{align-items:center;gap:10px;padding:3px 4px 5px;display:flex}.v2-mobile-session-avatar{color:#fff;background:#171714;border-radius:50%;place-items:center;width:34px;height:34px;font-size:10px;font-weight:850;display:grid}.v2-mobile-session p{flex-direction:column;min-width:0;margin:0;display:flex}.v2-mobile-session p b{font-size:10px}.v2-mobile-session p small{color:#85827b;text-overflow:ellipsis;margin-top:2px;font-size:8px;overflow:hidden}.v2-mobile-signin{color:#fff;background:#171714;border:0;border-radius:13px;align-items:center;gap:9px;width:100%;min-height:48px;margin-top:12px;padding:0 14px;font-size:10px;font-weight:800;display:flex}.v2-mobile-signin svg{width:16px}.v2-mobile-signin svg:last-child{width:14px;margin-left:auto}.v2-app h1,.v2-app h2,.v2-app blockquote{text-wrap:balance;overflow:visible}.v2-section-head{overflow:visible}.v2-support-page{max-width:1260px}.v2-contact-layout{grid-template-columns:.8fr 1.35fr;gap:70px;display:grid}.v2-contact-layout>aside{color:#fff;background:#171714;border-radius:18px;align-self:start;padding:38px}.v2-contact-layout>aside>svg{width:28px}.v2-contact-layout>aside h2{margin:32px 0 12px;font:400 28px Georgia,serif}.v2-contact-layout>aside a{color:#fff;font-size:12px}.v2-contact-layout>aside p{color:#aaa;margin:12px 0 45px;font-size:10px}.v2-contact-layout>aside>a:last-child{align-items:center;gap:8px;font-weight:800;display:flex}.v2-contact-layout>aside>a:last-child svg{width:15px}.v2-contact-layout>form,.v2-contact-success{gap:15px;display:grid}.v2-contact-layout>form label{gap:7px;font-size:11px;font-weight:800;display:grid}.v2-contact-layout input,.v2-contact-layout select,.v2-contact-layout textarea{border:1px solid var(--v2-line);width:100%;font:inherit;background:#fff;border-radius:10px;padding:0 13px}.v2-contact-layout input,.v2-contact-layout select{height:48px}.v2-contact-layout textarea{resize:vertical;height:150px;padding-top:13px}.v2-contact-layout form>.v2-pill{justify-self:start}.v2-contact-success{align-content:center;justify-items:start;min-height:360px}.v2-contact-success>svg{color:#2f6d57;background:#eaf4ef;border-radius:50%;width:52px;height:52px;padding:14px}.v2-contact-success h2{margin:8px 0 0;font:400 35px Georgia,serif}.v2-contact-success p{color:#666;font-size:12px}.v2-faq{border-top:1px solid var(--v2-line);max-width:900px}.v2-faq article{border-bottom:1px solid var(--v2-line)}.v2-faq article>button{text-align:left;background:#fff;border:0;justify-content:space-between;align-items:center;width:100%;padding:22px 4px;font:400 20px Georgia,serif;display:flex}.v2-faq article>button svg{width:18px;transition:all .2s}.v2-faq article>button[aria-expanded=true] svg{transform:rotate(45deg)}.v2-faq article>p{color:#666;margin:0;padding:0 40px 22px 4px;font-size:12px;line-height:1.75;overflow:hidden}.v2-faq-contact{background:var(--v2-soft);border-radius:14px;align-items:center;gap:12px;max-width:900px;margin-top:30px;padding:18px;display:flex}.v2-faq-contact>svg{width:22px}.v2-faq-contact>span{flex-direction:column;flex:1;display:flex}.v2-faq-contact b{font-size:12px}.v2-faq-contact small{color:#777;margin-top:4px;font-size:10px}@media (max-width:700px){.v2-contact-layout{grid-template-columns:1fr;gap:22px}.v2-contact-layout>aside{padding:25px}.v2-faq article>button{font-size:17px}.v2-editorial>a{height:390px;min-height:390px}.v2-mobile-nav{z-index:999!important;position:fixed!important;bottom:0!important;left:0!important;right:0!important}}.v2-auth-badge{color:#285e4f;text-align:left;background:#edf5f1;border-radius:11px;align-items:center;gap:9px;padding:12px 13px;display:flex}.v2-auth-badge>svg{flex:none;width:20px}.v2-auth-badge>span{flex-direction:column;display:flex}.v2-auth-badge b{font-size:10px}.v2-auth-badge small{opacity:.8;margin-top:4px;font-size:8px}.v2-auth-badge.none{color:#776f62;background:#f4f1ea}.v2-auth-badge.ai{color:#34516e;background:#eef2f7}.v2-auth-badge.expert{color:#285e4f;background:#edf5f1}.v2-auth-badge.physical{color:#fff;background:#171714}.v2-auth-badge.compact{z-index:3;color:#222;background:#fffffff0;border-radius:999px;padding:7px 9px;position:absolute;top:10px;left:10px;box-shadow:0 5px 15px #00000014}.v2-auth-badge.compact svg{width:13px}.v2-auth-badge.compact b{font-size:7px}.v2-auth-report-trigger{background:0 0;border:0;align-items:center;gap:8px;width:100%;margin-bottom:15px;padding:0;display:flex}.v2-auth-report-trigger>.v2-auth-badge{flex:1}.v2-auth-report-trigger>span:last-child{align-items:center;gap:3px;font-size:8px;font-weight:800;display:flex}.v2-auth-report-trigger>span:last-child svg{width:12px}.v2-auth-report{background:#fff;border-radius:18px;width:min(650px,100vw - 28px);max-height:90vh;padding:34px;position:relative;overflow:auto}.v2-auth-report>.close{position:absolute;top:18px;right:18px}.v2-auth-report>span{letter-spacing:.15em;font-size:8px;font-weight:850}.v2-auth-report h2{max-width:430px;font:400 31px/1.05 Georgia,serif}.v2-auth-report>p{color:#666;font-size:10px;line-height:1.7}.v2-auth-evidence{border-top:1px solid var(--v2-line);grid-template-columns:1fr 1fr;margin:22px 0;display:grid}.v2-auth-evidence article{border-bottom:1px solid var(--v2-line);flex-direction:column;padding:15px 8px;display:flex}.v2-auth-evidence b{color:#888;font-size:8px}.v2-auth-evidence span{margin-top:6px;font-size:10px}.v2-auth-learn{justify-content:center;align-items:center;gap:6px;margin-top:15px;font-size:9px;font-weight:800;display:flex}.v2-auth-learn svg{width:14px}.v2-auth-page{max-width:1500px;padding-top:28px}.v2-auth-hero{color:#fff;background:radial-gradient(circle at 80% 20%,#496f64 0,#0000 30%),linear-gradient(135deg,#121311 0,#1f2c26 100%);border-radius:22px;align-items:center;min-height:570px;padding:70px;display:flex;position:relative;overflow:hidden}.v2-auth-hero>div{max-width:780px}.v2-auth-hero>div>span,.v2-auth-analysis>div>span{letter-spacing:.17em;font-size:9px;font-weight:850}.v2-auth-hero h1{letter-spacing:-.05em;margin:24px 0;font:400 clamp(50px,6vw,84px)/.96 Georgia,serif}.v2-auth-hero p{color:#c7d0cc;max-width:650px;font-size:14px;line-height:1.75}.v2-auth-hero>div>div{gap:8px;margin-top:30px;display:flex}.v2-auth-hero>aside{text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid #ffffff40;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:220px;height:220px;margin-left:auto;padding:25px;display:flex}.v2-auth-hero>aside svg{width:35px}.v2-auth-hero>aside b{margin-top:12px;font:400 21px Georgia,serif}.v2-auth-hero>aside span{color:#b9c3bf;margin-top:8px;font-size:9px;line-height:1.5}.v2-auth-levels{padding-top:90px}.v2-auth-levels>div:last-child{grid-template-columns:repeat(4,1fr);gap:10px;display:grid}.v2-auth-levels article{border:1px solid var(--v2-line);border-radius:15px;min-height:270px;padding:22px;position:relative}.v2-auth-levels article>i{color:#ddd;font:400 28px Georgia,serif;position:absolute;top:16px;right:18px}.v2-level-icon{background:#f1eee8;border-radius:50%;place-items:center;width:45px;height:45px;display:grid}.v2-level-icon svg{width:20px}.v2-level-icon.l1{color:#34516e;background:#eaf0f6}.v2-level-icon.l2{color:#285e4f;background:#e8f2ed}.v2-level-icon.l3{color:#fff;background:#171714}.v2-auth-levels h3{margin:32px 0 12px;font:400 21px/1.15 Georgia,serif}.v2-auth-levels p{color:#777;font-size:10px;line-height:1.7}.v2-auth-analysis{background:#f3f1eb;border-radius:20px;grid-template-columns:1.25fr .75fr;gap:80px;margin-top:90px;padding:60px;display:grid}.v2-auth-analysis h2{margin:20px 0;font:400 45px/1 Georgia,serif}.v2-auth-analysis>div>p{color:#666;max-width:620px;font-size:12px;line-height:1.8}.v2-brand-cloud{flex-wrap:wrap;gap:7px;margin-top:28px;display:flex}.v2-brand-cloud span{background:#fff;border-radius:999px;padding:8px 11px;font-size:8px;font-weight:800}.v2-auth-analysis>aside article{border-bottom:1px solid #d9d5cc;align-items:center;gap:13px;padding:16px 0;display:flex}.v2-auth-analysis>aside article>svg{width:22px}.v2-auth-analysis>aside article>span{flex-direction:column;display:flex}.v2-auth-analysis>aside b{font-size:10px}.v2-auth-analysis>aside small{color:#777;margin-top:5px;font-size:8px}.v2-auth-journey{padding-top:90px}.v2-auth-journey>div:nth-child(2){grid-template-columns:repeat(5,1fr);gap:7px;display:grid}.v2-auth-journey article{color:#fff;background:#171714;border-radius:12px;flex-direction:column;min-height:135px;padding:18px;display:flex;position:relative}.v2-auth-journey article>b{color:#111;background:#fff;border-radius:50%;place-items:center;width:25px;height:25px;font-size:8px;display:grid}.v2-auth-journey article>span{margin-top:auto;font:400 16px/1.25 Georgia,serif}.v2-auth-journey article>svg{z-index:2;color:#fff;width:18px;position:absolute;top:50%;right:-12px}.v2-auth-journey>p{color:#4b7466;justify-content:center;align-items:center;gap:7px;margin-top:18px;font-size:9px;display:flex}.v2-auth-journey>p svg{width:15px}.v2-auth-thresholds{border-top:1px solid var(--v2-line);grid-template-columns:1.5fr repeat(4,1fr);margin-top:90px;display:grid}.v2-auth-thresholds h2{margin:0;padding:24px 15px 24px 0;font:400 25px Georgia,serif}.v2-auth-thresholds article{border-left:1px solid var(--v2-line);flex-direction:column;padding:24px 16px;display:flex}.v2-auth-thresholds b{font-size:12px}.v2-auth-thresholds span{color:#777;margin-top:7px;font-size:9px}.v2-certificate-page{max-width:1100px}.v2-certificate-page>form{border:1px solid var(--v2-line);border-radius:12px;align-items:center;max-width:650px;height:55px;margin-bottom:32px;padding:0 8px 0 16px;display:flex}.v2-certificate-page>form svg{width:20px}.v2-certificate-page>form input{border:0;outline:0;flex:1;padding:0 13px;font-size:12px}.v2-certificate{background:linear-gradient(145deg,#fff,#f3f7f5);border:1px solid #cfd9d4;border-radius:20px;grid-template-columns:100px 1fr 130px;gap:28px;padding:45px;display:grid;position:relative;overflow:hidden}.v2-certificate-seal{color:#fff;text-align:center;background:#1f5c49;border-radius:50%;place-items:center;width:90px;height:90px;display:grid}.v2-certificate-seal svg{width:31px}.v2-certificate-seal span{letter-spacing:.12em;margin-top:-18px;font-size:6px}.v2-certificate>div:nth-child(2)>span{letter-spacing:.15em;color:#547267;font-size:8px}.v2-certificate h1{margin:13px 0;font:400 31px Georgia,serif}.v2-certificate p{color:#666;font-size:10px}.v2-certificate-data{grid-template-columns:1fr 1fr;gap:12px;margin-top:25px;display:grid}.v2-certificate-data article{flex-direction:column;display:flex}.v2-certificate-data small{color:#888;font-size:7px}.v2-certificate-data b{margin-top:4px;font-size:9px}.v2-qr-demo{background:repeating-conic-gradient(#111 0 25%, #fff 0 50%) 50%/18px 18px;border:10px solid #fff;width:120px;height:120px;position:relative}.v2-qr-demo span{background:#fff;border:7px solid #111;width:30px;height:30px;position:absolute}.v2-qr-demo span:first-child{top:0;left:0}.v2-qr-demo span:nth-child(2){top:0;right:0}.v2-qr-demo span:nth-child(3){bottom:0;left:0}.v2-qr-demo span:nth-child(4){bottom:8px;right:8px}.v2-certificate>footer{color:#5d756c;background:0 0;border-top:1px solid #d7e0dc;grid-column:1/4;align-items:center;gap:8px;margin:18px 0 0;padding:18px 0 0;font-size:8px;display:flex}.v2-certificate>footer svg{width:17px}.v2-auth-center{max-width:1500px;margin:auto;padding:55px 38px 100px}.v2-auth-center>header{justify-content:space-between;align-items:flex-end;display:flex}.v2-auth-center>header span{letter-spacing:.15em;font-size:8px}.v2-auth-center>header h1{margin:10px 0;font:400 45px Georgia,serif}.v2-auth-center>header p{color:#777;font-size:10px}.v2-auth-kpis{grid-template-columns:repeat(4,1fr);gap:10px;margin-top:30px;display:grid}.v2-auth-kpis article{border:1px solid var(--v2-line);border-radius:12px;flex-direction:column;padding:18px;display:flex}.v2-auth-kpis span{color:#777;font-size:8px}.v2-auth-kpis b{margin-top:12px;font:400 30px Georgia,serif}.v2-auth-workspace{grid-template-columns:250px 1fr;gap:35px;margin-top:35px;display:grid}.v2-auth-workspace>aside{flex-direction:column;display:flex}.v2-auth-workspace>aside button{border:0;border-bottom:1px solid var(--v2-line);text-align:left;background:#fff;justify-content:space-between;align-items:center;height:45px;font-size:9px;display:flex}.v2-auth-workspace>aside button.active{font-weight:850}.v2-auth-workspace>aside button b{background:#f1eee8;border-radius:999px;padding:4px 7px;font-size:7px}.v2-auth-table-head{justify-content:space-between;align-items:center;display:flex}.v2-auth-table-head h2{margin:0;font:400 25px Georgia,serif}.v2-auth-table-head span{color:#888;font-size:8px}.v2-auth-table-head button{border:1px solid var(--v2-line);background:#fff;border-radius:999px;align-items:center;gap:5px;padding:8px 12px;font-size:8px;display:flex}.v2-auth-table-head svg{width:13px}.v2-auth-table{border-top:1px solid var(--v2-line);margin-top:15px}.v2-auth-table>article{border-bottom:1px solid var(--v2-line);grid-template-columns:75px 1.3fr 1fr 70px 25px;align-items:center;gap:12px;padding:12px 0;display:grid}.v2-auth-thumb img{object-fit:cover;border-radius:7px;width:70px;height:65px}.v2-auth-table article>span:not(.v2-auth-thumb){flex-direction:column;display:flex}.v2-auth-table small{color:#888;font-size:7px}.v2-auth-table b{margin-top:4px;font-size:9px}.v2-auth-table em{color:#777;margin-top:3px;font-size:8px;font-style:normal}.v2-auth-table b.danger{color:#b6382e}.v2-auth-table article>button{background:0 0;border:0}.v2-auth-table article>button svg{width:15px}.v2-guided-capture{grid-template-columns:1.2fr .8fr;gap:14px;margin-top:25px;display:grid}.v2-camera-frame{background:#171714 50%/cover no-repeat;border-radius:16px;place-items:center;min-height:400px;display:grid;position:relative;overflow:hidden}.v2-camera-frame>span{border-style:solid;border-color:#fff;width:42px;height:42px;position:absolute}.v2-camera-frame>span:first-child{border-width:2px 0 0 2px;top:22px;left:22px}.v2-camera-frame>span:nth-child(2){border-width:2px 2px 0 0;top:22px;right:22px}.v2-camera-frame>span:nth-child(3){border-width:0 0 2px 2px;bottom:22px;left:22px}.v2-camera-frame>span:nth-child(4){border-width:0 2px 2px 0;bottom:22px;right:22px}.v2-photo-source-picker{text-align:center;grid-template-columns:1fr 1fr;gap:9px;max-width:310px;display:grid}.v2-photo-source-picker>button{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff14;border:1px solid #ffffff2e;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;min-height:92px;padding:12px;display:flex}.v2-photo-source-picker>button:active{background:#ffffff29}.v2-photo-source-picker>small{color:#aaa;grid-column:1/-1;font-size:8px}.v2-camera-frame>button{color:#fff;background:0 0;border:0;flex-direction:column;align-items:center;display:flex}.v2-camera-frame>button svg{width:36px}.v2-camera-frame>button b{margin-top:12px;font-size:11px}.v2-camera-frame>button small{color:#aaa;margin-top:6px;font-size:8px}.v2-camera-frame>i{color:#fff;font-size:8px;font-style:normal;font-weight:800;position:absolute;top:22px;left:22px}.v2-camera-frame>b{color:#2f6b57;background:#fff;border-radius:999px;align-items:center;gap:5px;padding:8px 11px;font-size:8px;display:flex;position:absolute;bottom:20px;left:20px}.v2-camera-frame>b svg{width:12px}.v2-guided-capture>aside{border:1px solid var(--v2-line);border-radius:16px;flex-direction:column;padding:15px;display:flex}.v2-guided-capture>aside>div{flex-direction:column;padding:4px 4px 13px;display:flex}.v2-guided-capture>aside>div b{font-size:10px}.v2-guided-capture>aside>div small{color:#888;margin-top:5px;font-size:8px}.v2-guided-capture>aside>button:not(.v2-capture-action){border:0;border-top:1px solid var(--v2-line);background:#fff;justify-content:space-between;align-items:center;height:44px;display:flex}.v2-guided-capture>aside>button span{align-items:center;gap:7px;font-size:9px;display:flex}.v2-guided-capture>aside>button svg{width:13px}.v2-guided-capture>aside>button.active{font-weight:850}.v2-guided-capture>aside>button.done span{color:#2f765e}.v2-capture-action{color:#fff;background:linear-gradient(135deg,#272723,#10100f);border:0;border-radius:12px;justify-content:center;align-items:center;gap:7px;height:48px;margin-top:auto;font-size:10px;font-weight:800;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 8px 17px #12121029}.v2-capture-action:hover{transform:translateY(-1px);box-shadow:0 12px 22px #12121038}.v2-capture-action svg{width:14px}.v2-photo-source-actions{grid-template-columns:1fr 1fr;gap:8px;margin-top:auto;padding:13px 0 0!important;display:grid!important}.v2-photo-source-actions .v2-capture-action{margin-top:0}.v2-gallery-action{color:#171714;background:#fff;border:1px solid #cbc8c0;border-radius:12px;justify-content:center;align-items:center;gap:7px;height:48px;font-size:10px;font-weight:800;display:flex}.v2-gallery-action svg{width:15px}.v2-photo-safety{color:#315f50;background:#edf5f1;border-radius:11px;align-items:center;gap:10px;margin-top:12px;padding:13px;display:flex}.v2-photo-safety>svg{width:20px}.v2-photo-safety>span{flex-direction:column;display:flex}.v2-photo-safety b{font-size:9px}.v2-photo-safety small{margin-top:4px;font-size:8px}@media (max-width:900px){.v2-auth-levels>div:last-child{grid-template-columns:1fr 1fr}.v2-auth-analysis{grid-template-columns:1fr;gap:25px}.v2-auth-hero>aside{display:none}.v2-auth-journey>div:nth-child(2){grid-template-columns:1fr}.v2-auth-journey article>svg{display:none}.v2-auth-thresholds{grid-template-columns:1fr 1fr}.v2-auth-thresholds h2{grid-column:1/3}.v2-auth-workspace{grid-template-columns:1fr}.v2-auth-workspace>aside{flex-direction:row;overflow:auto}.v2-auth-workspace>aside button{min-width:170px}}@media (max-width:700px){.v2-auth-hero{border-radius:0;min-height:570px;margin:0 -15px;padding:32px 22px}.v2-auth-hero h1{font-size:49px}.v2-auth-hero p{font-size:12px}.v2-auth-hero>div>div{flex-direction:column;align-items:flex-start}.v2-auth-levels{padding-top:60px}.v2-auth-levels>div:last-child{grid-template-columns:1fr}.v2-auth-levels article{min-height:220px}.v2-auth-analysis{border-radius:0;margin:60px -15px 0;padding:35px 22px}.v2-auth-analysis h2{font-size:37px}.v2-auth-journey{padding-top:60px}.v2-auth-thresholds{margin-top:60px}.v2-certificate{grid-template-columns:1fr;padding:25px}.v2-certificate>footer{grid-column:1}.v2-auth-center{padding:35px 15px 90px}.v2-auth-center>header{display:block}.v2-auth-center>header .v2-pill{margin-top:15px}.v2-auth-kpis{grid-template-columns:1fr 1fr}.v2-auth-table>article{grid-template-columns:65px 1fr 55px 20px}.v2-auth-table article>span:nth-child(3){display:none}.v2-guided-capture{grid-template-columns:1fr}.v2-camera-frame{min-height:330px}}.v2-home-edits>div:last-child{grid-template-columns:repeat(4,1fr);gap:10px;display:grid}.v2-home-edits>div:last-child>a{height:330px;position:relative;overflow:hidden}.v2-home-edits img{object-fit:cover;width:100%;height:100%}.v2-home-edits>a:hover img{transform:scale(1.02)}.v2-home-edits>div:last-child>a:after{content:"";background:linear-gradient(#0000,#000000b3);position:absolute;inset:40% 0 0}.v2-home-edits>div:last-child>a>span{z-index:2;color:#fff;grid-template-columns:1fr auto;display:grid;position:absolute;bottom:18px;left:18px;right:18px}.v2-home-edits b{font:400 21px Georgia,serif}.v2-home-edits small{grid-column:1;margin-top:5px;font-size:9px}.v2-home-edits svg{grid-area:1/2/3;align-self:center;width:18px}.v2-story-strip>div:last-child{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.v2-story-strip img{object-fit:cover;width:100%;height:260px}.v2-story-strip span{letter-spacing:.13em;margin-top:14px;font-size:8px;font-weight:850;display:block}.v2-story-strip h3{margin:8px 0;font:400 22px Georgia,serif}.v2-story-strip p{align-items:center;gap:5px;font-size:9px;display:flex}.v2-story-strip p svg{width:13px}.v2-explore-head>.v2-explore-tools{align-items:center;gap:7px;display:flex}.v2-explore-tools>button:first-child{border:1px solid var(--v2-line);background:#fff;border-radius:10px;align-items:center;gap:9px;height:55px;padding:0 14px;display:flex}.v2-explore-tools>button:first-child>svg{width:18px}.v2-explore-tools>button:first-child>span{text-align:left;flex-direction:column;display:flex}.v2-explore-tools b{font-size:9px}.v2-explore-tools small{color:#888;margin-top:4px;font-size:7px}.v2-save-search{border:1px solid var(--v2-line);background:#fff;border-radius:10px;align-items:center;gap:6px;height:55px;padding:0 13px;font-size:8px;font-weight:800;display:flex}.v2-save-search svg{width:15px}.v2-active-filters{flex-wrap:wrap;gap:6px;margin:14px 0;display:flex}.v2-active-filters button{border:1px solid var(--v2-line);background:#fff;border-radius:999px;align-items:center;gap:5px;height:31px;padding:0 10px;font-size:8px;display:flex}.v2-active-filters button svg{width:11px}.v2-active-filters button.clear{border:0;text-decoration:underline}.v2-filter-drawer>label>select{border:1px solid var(--v2-line);background:#fff;border-radius:8px;width:100%;height:43px;margin-top:8px;padding:0 10px}.v2-product-deep{border-top:1px solid var(--v2-line);grid-template-columns:1.4fr .75fr;gap:70px;max-width:1300px;margin:85px auto 0;padding-top:45px;display:grid}.v2-product-deep>div>span,.v2-price-history>div>span,.v2-comments .v2-section-head span{letter-spacing:.15em;font-size:8px;font-weight:850}.v2-product-deep h2,.v2-price-history h2{margin:12px 0;font:400 34px Georgia,serif}.v2-product-deep>div>p{color:#666;font-size:11px;line-height:1.7}.v2-detail-grid{border-top:1px solid var(--v2-line);grid-template-columns:repeat(2,1fr);margin:28px 0;display:grid}.v2-detail-grid article{border-bottom:1px solid var(--v2-line);flex-direction:column;padding:13px 4px;display:flex}.v2-detail-grid small{color:#888;font-size:7px}.v2-detail-grid b{margin-top:5px;font-size:9px}.v2-product-deep h3{font:400 21px Georgia,serif}.v2-included{flex-wrap:wrap;gap:7px;display:flex}.v2-included span{color:#326957;background:#edf5f1;border-radius:999px;align-items:center;gap:4px;padding:8px 10px;font-size:8px;display:flex}.v2-included svg{width:11px}.v2-product-deep>aside>article{border-bottom:1px solid var(--v2-line);align-items:center;gap:12px;padding:14px 0;display:flex}.v2-product-deep>aside>article>svg{width:20px}.v2-product-deep>aside>article>span{flex-direction:column;display:flex}.v2-product-deep>aside b{font-size:9px}.v2-product-deep>aside small{color:#777;margin-top:4px;font-size:8px}.v2-seller-stats{color:#fff;background:#171714;border-radius:13px;margin-top:20px;padding:20px}.v2-seller-stats h3{margin:0}.v2-seller-stats>p{grid-template-columns:1fr 1fr;gap:13px;display:grid}.v2-seller-stats>p span{flex-direction:column;display:flex}.v2-seller-stats a{align-items:center;gap:4px;font-size:8px;display:flex}.v2-seller-stats a svg{width:12px}.v2-price-history{background:#f3f1eb;border-radius:16px;grid-template-columns:1fr 1.2fr .5fr;align-items:end;gap:35px;max-width:1300px;margin:70px auto 0;padding:35px;display:grid}.v2-price-history p{color:#777;font-size:9px}.v2-price-bars{align-items:flex-end;gap:12px;height:125px;display:flex}.v2-price-bars i{background:#264e42;border-radius:4px 4px 0 0;flex:1;position:relative}.v2-price-bars i:last-child{background:var(--v2-acid)}.v2-price-bars i span{text-align:center;width:100%;font-size:7px;font-style:normal;position:absolute;bottom:-18px}.v2-price-history>aside{flex-direction:column;display:flex}.v2-price-history>aside small{color:#777;margin:8px 0 3px;font-size:7px}.v2-price-history>aside b{font-size:13px}.v2-price-history>aside strong{font:400 25px Georgia,serif}.v2-comments{max-width:900px;margin:75px auto 0}.v2-comments article{border-top:1px solid var(--v2-line);gap:12px;padding:18px 0;display:flex}.v2-comments article.reply{margin-left:55px}.v2-comments article>div{flex-direction:column;display:flex}.v2-comments b{font-size:9px}.v2-comments p{font-size:10px}.v2-comments small{color:#888;font-size:7px}.v2-comments form{border-top:1px solid var(--v2-line);gap:7px;padding-top:18px;display:flex}.v2-comments input{border:1px solid var(--v2-line);border-radius:999px;outline:0;flex:1;height:43px;padding:0 15px}.v2-brand-search{border:1px solid var(--v2-line);border-radius:999px;align-items:center;max-width:650px;height:52px;padding:0 17px;display:flex}.v2-brand-search svg{width:18px}.v2-brand-search input{border:0;outline:0;flex:1;padding:0 12px}.v2-featured-brands{grid-template-columns:repeat(4,1fr);gap:10px;margin-top:45px;display:grid}.v2-featured-brands a{color:#fff;height:300px;position:relative;overflow:hidden}.v2-featured-brands img{object-fit:cover;width:100%;height:100%}.v2-featured-brands a:after{content:"";background:linear-gradient(#0000,#000000b3);position:absolute;inset:45% 0 0}.v2-featured-brands span,.v2-featured-brands small{z-index:2;position:absolute;left:18px}.v2-featured-brands span{font:400 20px Georgia,serif;bottom:38px}.v2-featured-brands small{font-size:8px;bottom:20px}.v2-alphabet{border-bottom:1px solid var(--v2-line);gap:4px;margin-top:55px;padding-bottom:13px;display:flex;overflow:auto}.v2-alphabet button{background:#fff;border:0;border-radius:50%;min-width:31px;height:31px;font-size:8px}.v2-alphabet button.active{color:#fff;background:#111}.v2-brand-list{grid-template-columns:repeat(3,1fr);gap:0 30px;display:grid}.v2-brand-list article{border-bottom:1px solid var(--v2-line);align-items:center;height:55px;display:flex}.v2-brand-list a{flex:1;justify-content:space-between;font:400 17px Georgia,serif;display:flex}.v2-brand-list a svg{width:14px}.v2-brand-list button{background:#fff;border:0}.v2-brand-list button svg{width:14px}.v2-story-lead{color:#fff;height:580px;position:relative;overflow:hidden}.v2-story-lead img{object-fit:cover;width:100%;height:100%}.v2-story-lead:after{content:"";background:linear-gradient(90deg,#000000ad,#0000 70%);position:absolute;inset:0}.v2-story-lead>div{z-index:2;max-width:550px;position:absolute;bottom:55px;left:55px}.v2-story-lead span,.v2-story-grid span{letter-spacing:.15em;font-size:8px;font-weight:850}.v2-story-lead h2{margin:13px 0;font:400 48px/1 Georgia,serif}.v2-story-lead p{font-size:11px;line-height:1.6}.v2-story-grid{grid-template-columns:repeat(2,1fr);gap:40px 15px;margin-top:60px;display:grid}.v2-story-grid img{object-fit:cover;width:100%;height:370px}.v2-story-grid span{margin-top:14px;display:block}.v2-story-grid h2{margin:8px 0;font:400 28px Georgia,serif}.v2-story-grid p{color:#777;font-size:10px}.v2-story-article>header{text-align:center;max-width:850px;margin:80px auto 45px;padding:0 20px}.v2-story-article>header span{letter-spacing:.15em;font-size:8px}.v2-story-article>header h1{margin:20px 0;font:400 65px/1 Georgia,serif}.v2-story-article>header p{color:#666;font-size:13px}.v2-story-cover{object-fit:cover;width:100%;height:650px}.v2-story-article>article{max-width:720px;margin:65px auto;padding:0 20px;font:400 17px/1.85 Georgia,serif}.v2-story-article>article h2{margin-top:45px;font-size:34px;line-height:1.1}.v2-story-article>article blockquote{border-left:3px solid #111;margin:45px 0;padding-left:25px;font-size:30px;line-height:1.25}.v2-pro-hero{color:#fff;background:linear-gradient(135deg,#171714,#294c41);align-items:center;min-height:620px;padding:75px max(6vw,40px);display:flex}.v2-pro-hero>div{max-width:730px}.v2-pro-hero>div>span{letter-spacing:.16em;font-size:9px}.v2-pro-hero h1{margin:25px 0;font:400 clamp(55px,7vw,95px)/.9 Georgia,serif}.v2-pro-hero p{color:#c0ccc8;max-width:560px;font-size:13px;line-height:1.7}.v2-pro-hero>aside{border:1px solid #ffffff40;border-radius:16px;flex-direction:column;width:300px;margin-left:auto;padding:28px;display:flex}.v2-pro-hero>aside b{letter-spacing:.15em;margin-bottom:18px;font-size:9px}.v2-pro-hero>aside span{border-top:1px solid #ffffff2e;padding:13px 0;font-size:10px}.v2-pro-benefits{grid-template-columns:repeat(3,1fr);gap:10px;max-width:1300px;margin:80px auto;padding:0 38px;display:grid}.v2-pro-benefits article{border:1px solid var(--v2-line);border-radius:14px;min-height:210px;padding:25px}.v2-pro-benefits svg{width:23px}.v2-pro-benefits h2{margin-top:35px;font:400 21px Georgia,serif}.v2-pro-benefits p{color:#777;font-size:10px;line-height:1.6}.v2-pro-apply{background:#f3f1eb;border-radius:17px;grid-template-columns:1fr 1fr;gap:55px;max-width:1100px;margin:0 auto 100px;padding:45px;display:grid}.v2-pro-apply>div>span{letter-spacing:.15em;font-size:8px}.v2-pro-apply h2{font:400 38px Georgia,serif}.v2-pro-apply p{color:#777;font-size:10px;line-height:1.6}.v2-pro-apply form{gap:12px;display:grid}.v2-pro-apply label{gap:6px;font-size:8px;font-weight:800;display:grid}.v2-pro-apply input,.v2-pro-apply select{background:#fff;border:1px solid #d5d1c8;border-radius:8px;height:43px;padding:0 10px}.v2-policy{max-width:1000px}.v2-policy-note{color:#7b591c;background:#fff4dc;border-radius:10px;align-items:center;gap:8px;padding:13px;font-size:9px;display:flex}.v2-policy-note svg{width:17px}.v2-policy>section{border-top:1px solid var(--v2-line);grid-template-columns:80px 1fr;padding:28px 0;display:grid}.v2-policy>section>span{color:#bbb;font:400 25px Georgia,serif}.v2-policy h2{margin:0;font:400 25px Georgia,serif}.v2-policy section p{color:#666;font-size:11px;line-height:1.75}.v2-footer-locale{border:1px solid #444;border-radius:999px;width:max-content;padding:7px 10px;color:#fff!important;font-size:8px!important}@media (max-width:900px){.v2-home-edits>div:last-child{grid-template-columns:1fr 1fr}.v2-product-deep{grid-template-columns:1fr;gap:30px}.v2-price-history{grid-template-columns:1fr 1fr}.v2-price-history>aside{grid-column:1/3}.v2-featured-brands,.v2-brand-list,.v2-pro-benefits{grid-template-columns:1fr 1fr}}@media (max-width:700px){.v2-home-edits>div:last-child{margin-right:-15px;display:flex;overflow:auto}.v2-home-edits>div:last-child>a{min-width:75vw}.v2-story-strip>div:last-child{margin-right:-15px;display:flex;overflow:auto}.v2-story-strip>div:last-child>a{min-width:78vw}.v2-explore-head>.v2-explore-tools{align-items:stretch;margin-top:20px}.v2-explore-tools>button:first-child{flex:1}.v2-product-deep{margin-top:55px}.v2-price-history{grid-template-columns:1fr;margin-top:50px;padding:25px}.v2-price-history>aside{grid-column:auto}.v2-comments article.reply{margin-left:25px}.v2-featured-brands{grid-template-columns:1fr 1fr}.v2-featured-brands a{height:230px}.v2-brand-list{grid-template-columns:1fr}.v2-story-lead{height:520px;margin:0 -15px}.v2-story-lead>div{bottom:30px;left:22px;right:22px}.v2-story-lead h2{font-size:40px}.v2-story-grid{grid-template-columns:1fr}.v2-story-grid img{height:320px}.v2-story-article>header h1{font-size:46px}.v2-story-cover{height:500px}.v2-pro-hero{padding:50px 22px}.v2-pro-hero>aside{display:none}.v2-pro-benefits{grid-template-columns:1fr;padding:0 15px}.v2-pro-apply{grid-template-columns:1fr;margin:0 15px 80px;padding:28px}.v2-policy>section{grid-template-columns:45px 1fr}}.v2-market-gateway{max-width:1500px;margin:0 auto;padding:38px 38px 0}.v2-gateway-head{justify-content:space-between;align-items:end;margin-bottom:17px;display:flex}.v2-gateway-head span{letter-spacing:.15em;font-size:8px;font-weight:850}.v2-gateway-head h2{margin:0;font:400 28px Georgia,serif}.v2-market-gateway nav{border:1px solid var(--v2-line);border-radius:14px;grid-template-columns:repeat(6,1fr);display:grid;overflow:hidden}.v2-market-gateway nav>a{border-right:1px solid var(--v2-line);background:#fff;grid-template-columns:26px 1fr 14px;align-items:center;gap:9px;min-height:112px;padding:17px;transition:all .2s;display:grid}.v2-market-gateway nav>a:last-child{border-right:0}.v2-market-gateway nav>a:hover{background:#f5f3ed}.v2-market-gateway nav>a>svg:first-child{width:21px}.v2-market-gateway nav>a>svg:last-child{width:13px}.v2-market-gateway nav>a>span{flex-direction:column;display:flex}.v2-market-gateway nav b{font-size:10px}.v2-market-gateway nav small{color:#777;margin-top:5px;font-size:8px;line-height:1.4}.v2-buy-essentials{border-top:1px solid var(--v2-line);margin-top:12px}.v2-buy-essentials details{border-bottom:1px solid var(--v2-line)}.v2-buy-essentials summary{cursor:pointer;justify-content:space-between;align-items:center;height:45px;font-size:9px;font-weight:850;list-style:none;display:flex}.v2-buy-essentials summary::-webkit-details-marker{display:none}.v2-buy-essentials summary svg{width:14px;transition:all .2s}.v2-buy-essentials details[open] summary svg{transform:rotate(45deg)}.v2-buy-essentials details>div{padding:0 0 10px}.v2-buy-essentials p{justify-content:space-between;margin:0;display:flex;color:#777!important;padding:5px 0!important;font-size:8px!important}.v2-buy-essentials p b{color:#222}.v2-buy-essentials p svg{color:#35715d;width:12px}@media (max-width:1100px){.v2-market-gateway nav{grid-template-columns:repeat(3,1fr)}.v2-market-gateway nav>a{border-bottom:1px solid var(--v2-line)}}@media (max-width:700px){.v2-market-gateway{padding:20px 15px 0}.v2-gateway-head{display:block}.v2-gateway-head h2{margin-top:7px}.v2-market-gateway nav{border:0;border-radius:0;gap:8px;margin-right:-15px;display:flex;overflow:auto}.v2-market-gateway nav>a{border-radius:12px;min-width:58vw;min-height:96px;border:1px solid var(--v2-line)!important}.v2-worlds.v2-section{padding-top:42px}.v2-product-deep{display:none}.v2-price-history{margin-left:0;margin-right:0}.v2-comments{margin-top:50px}}.v2-mobile-search-trigger{display:none}.v2-search-overlay{z-index:1000;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);background:#f7f6f2fa;padding:18px;position:fixed;inset:0}.v2-search-overlay>div{max-width:820px;margin:9vh auto}.v2-search-overlay>div>.v2-icon{margin-left:auto}.v2-search-overlay form{border:1px solid var(--v2-line);background:#fff;border-radius:16px;align-items:center;height:68px;margin-top:32px;padding:0 10px 0 18px;display:flex;box-shadow:0 18px 55px #14141214}.v2-search-overlay form>svg{width:22px}.v2-search-overlay input{background:0 0;border:0;outline:0;flex:1;padding:0 14px;font-size:17px}.v2-search-overlay section{gap:1px;margin-top:30px;display:grid}.v2-search-overlay section>span{letter-spacing:.14em;color:#777;margin-bottom:8px;font-size:10px;font-weight:850}.v2-search-overlay section button{border:0;border-bottom:1px solid var(--v2-line);background:0 0;justify-content:space-between;align-items:center;height:54px;font:400 21px Georgia,serif;display:flex}.v2-search-overlay section svg{width:17px}.v2-curated-grid>div:last-child{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.v2-home-boost{padding-top:72px}.v2-boost-grid{background:linear-gradient(135deg,#f3f6e8,#faf9f5 55%,#f0eee8);border-radius:20px;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;padding:16px;display:grid}.v2-boost-note{color:#777;align-items:center;gap:6px;margin:12px 2px 0;font-size:9px;display:flex}.v2-boost-note svg{color:#486326;width:13px}.v2-card-value{z-index:2;color:#28614f;background:#fffffff2;border-radius:999px;align-items:center;gap:4px;padding:6px 8px;font-size:8px;display:flex;position:absolute;bottom:10px;left:10px}.v2-card-value svg{width:11px}.v2-product-signal{color:#777;align-items:center;gap:4px;margin-top:9px;font-size:9px!important;display:flex!important}.v2-product-signal svg{width:11px}@media (max-width:700px){.v2-mobile-search-trigger{display:grid}.v2-product-deep{gap:25px;margin:42px 0 0;padding-top:28px;display:grid!important}.v2-product-deep h2{font-size:29px}.v2-product-deep>aside{display:none}.v2-curated-grid>div:last-child{scroll-snap-type:x mandatory;scrollbar-width:none;gap:9px;margin-right:-15px;display:flex;overflow:auto}.v2-home-boost{padding-top:52px}.v2-boost-grid{scroll-snap-type:x mandatory;scrollbar-width:none;border-radius:16px 0 0 16px;gap:9px;margin-right:-15px;padding:11px;display:flex;overflow:auto}.v2-boost-grid .v2-product{scroll-snap-align:start;min-width:72vw}.v2-curated-grid .v2-product{min-width:72vw}.v2-curated-grid .v2-product-info>a{font-size:13px}.v2-curated-grid .v2-product-media>img{width:100%}.v2-card-value{display:none}.v2-product-signal{font-size:8px!important}.v2-home-edits>div:last-child>a{min-width:68vw}}.v2-ai-result{max-width:860px!important}.v2-ai-state,.v2-authenticity-result{text-align:left;background:#faf9f6;border:1px solid #dedbd4;border-radius:22px;width:min(100%,720px);margin:26px auto;padding:24px}.v2-ai-state{text-align:center;justify-items:center;gap:8px;display:grid}.v2-ai-state svg{width:28px}.v2-ai-state.error{background:#fff7f5;border-color:#efc9c1}.v2-ai-state .spin{animation:1s linear infinite v2-spin}@keyframes v2-spin{to{transform:rotate(360deg)}}.v2-authenticity-result header{border-bottom:1px solid #dedbd4;flex-wrap:wrap;align-items:center;gap:10px;padding-bottom:18px;display:flex}.v2-authenticity-result header span{align-items:center;gap:8px;margin-right:auto;display:flex}.v2-authenticity-result header svg{width:19px}.v2-authenticity-result header strong,.v2-authenticity-result header em{background:#e7efe9;border-radius:999px;padding:8px 12px;font-size:12px;font-style:normal}.v2-authenticity-result.medium_risk header strong{background:#f7eccd}.v2-authenticity-result.high_risk header strong,.v2-authenticity-result header em{background:#f5d8d2}.v2-authenticity-result.insufficient_evidence header strong{background:#e9e7e2}.v2-ai-scores{grid-template-columns:repeat(2,1fr);gap:12px;margin:18px 0;display:grid}.v2-ai-scores span{background:#fff;border-radius:16px;align-items:baseline;gap:8px;padding:16px;display:flex}.v2-ai-scores b{font:500 30px/1 Georgia,serif}.v2-ai-scores small{color:#6f6b64}.v2-authenticity-result>p{line-height:1.6}.v2-authenticity-result dl{background:#dedbd4;border:1px solid #dedbd4;border-radius:16px;grid-template-columns:repeat(2,1fr);gap:1px;display:grid;overflow:hidden}.v2-authenticity-result dl div{background:#fff;padding:13px}.v2-authenticity-result dt{color:#716d66;text-transform:uppercase;letter-spacing:.08em;font-size:11px}.v2-authenticity-result dd{margin:4px 0 0;font-weight:650}.v2-ai-signals{gap:8px;margin-top:18px;display:grid}.v2-ai-signals>span{align-items:flex-start;gap:8px;font-size:13px;display:flex}.v2-ai-signals svg{flex:0 0 16px;width:16px}@media (max-width:650px){.v2-ai-state,.v2-authenticity-result{border-radius:18px;padding:18px}.v2-authenticity-result dl{grid-template-columns:1fr}.v2-authenticity-result header strong,.v2-authenticity-result header em{font-size:10px}.v2-ai-scores b{font-size:25px}}.v2-action-icon{background:0 0;border:0;place-items:center;width:36px;height:36px;padding:0;display:grid}.v2-action-icon svg{width:19px}.v2-mobile-menu-link{border:0;border-bottom:1px solid var(--v2-line);text-align:left;background:#fff;justify-content:space-between;align-items:center;height:48px;min-height:48px;padding:0;font-size:11px;font-weight:700;display:flex}.v2-mobile-menu-link svg{width:15px}.v2-results.single{grid-template-columns:minmax(250px,306px)}.v2-filter-drawer{flex-direction:column;padding:0;display:flex;overflow:hidden}.v2-filter-drawer .v2-drawer-head{padding:24px 26px 18px}.v2-drawer-head>div small{letter-spacing:.14em;color:#777;margin-bottom:6px;font-size:8px;display:block}.v2-filter-scroll{overscroll-behavior:contain;flex:1;padding:20px 26px;overflow-y:auto}.v2-filter-grid{grid-template-columns:1fr 1fr;gap:15px 10px;display:grid}.v2-filter-grid label{gap:7px;font-size:10px;font-weight:750;display:grid}.v2-filter-grid select{border:1px solid var(--v2-line);background:#fff;border-radius:10px;width:100%;height:44px;padding:0 10px;font-size:12px}.v2-price-filter{border:0;border-top:1px solid var(--v2-line);border-bottom:1px solid var(--v2-line);grid-template-columns:1fr 1fr;gap:10px;margin:22px 0;padding:20px 0;display:grid}.v2-price-filter legend{padding:0 0 12px;font-size:12px;font-weight:800}.v2-price-filter label>span{color:#777;margin-bottom:6px;font-size:9px;display:block}.v2-price-filter label>div{border:1px solid var(--v2-line);border-radius:10px;align-items:center;height:44px;padding:0 12px;font-size:12px;display:flex}.v2-price-filter input{border:0;outline:0;width:100%;min-width:0;padding-left:7px;font-size:13px}.v2-filter-scroll>.v2-switch-row{border-bottom:1px solid var(--v2-line);justify-content:space-between;align-items:center;padding:16px 0;display:flex}.v2-filter-drawer>footer{border-top:1px solid var(--v2-line);padding:14px 20px calc(14px + env(safe-area-inset-bottom));background:#fff;grid-template-columns:105px 1fr;gap:10px;display:grid;position:sticky;bottom:0}.v2-filter-drawer>footer .v2-link-btn{height:45px;margin:0}.v2-ai-search-modal{background:#fff;border-radius:22px;width:min(620px,100% - 30px);margin:auto;padding:34px;position:relative;box-shadow:0 28px 90px #0003}.v2-ai-search-modal>.close{position:absolute;top:18px;right:18px}.v2-ai-search-modal>svg{width:26px}.v2-ai-search-modal>span{letter-spacing:.14em;margin-top:18px;font-size:9px;display:block}.v2-ai-search-modal h2{margin:10px 0;font:400 38px/1.05 Georgia,serif}.v2-ai-search-modal>p{color:#777;font-size:12px}.v2-ai-search-modal>div{border:1px solid var(--v2-line);border-radius:13px;align-items:center;height:54px;margin-top:22px;padding:0 14px;display:flex}.v2-ai-search-modal>div svg{width:18px}.v2-ai-search-modal input{border:0;outline:0;flex:1;padding-left:10px;font-size:14px}.v2-ai-search-modal section{flex-wrap:wrap;gap:7px;margin:12px 0 22px;display:flex}.v2-ai-search-modal section button{border:1px solid var(--v2-line);background:#f7f6f2;border-radius:999px;padding:8px 10px;font-size:9px}.v2-gallery.single-photo{display:block}.v2-gallery.single-photo>div.main{aspect-ratio:1.25;width:100%}.v2-question-note{color:#666;margin:-10px 0 18px;font-size:12px}.v2-profile-head.public aside{align-self:center}@media (max-width:700px){.v2-mobile-nav a,.v2-mobile-nav>button{color:#999;background:0 0;border:0;flex-direction:column;align-items:center;gap:3px;min-width:54px;padding:0;display:flex}.v2-mobile-nav a.active,.v2-mobile-nav>button.active{color:#111}.v2-filter-drawer{width:100%;height:100dvh}.v2-filter-grid{grid-template-columns:1fr 1fr}.v2-filter-scroll{padding:16px 18px}.v2-filter-drawer .v2-drawer-head{padding:18px}.v2-ai-search-modal{border-radius:20px;padding:27px 20px}.v2-ai-search-modal h2{font-size:32px}.v2-gallery.single-photo{margin:0 -15px;overflow:hidden}.v2-gallery.single-photo>div.main{aspect-ratio:.85;min-width:100%}.v2-results.single{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.v2-product-info small,.v2-product-info p,.v2-product-signal{line-height:1.35}.v2-auth-badge.compact b{font-size:7px}.v2-profile-head.public aside{margin-top:18px}}.v2-listing-top{justify-content:space-between;align-items:center;gap:18px;margin-bottom:20px;display:flex}.v2-listing-top .v2-breadcrumb{min-width:0;margin:0}.v2-listing-top>div:last-child{gap:7px;display:flex}.v2-listing-top>div:last-child button{border:1px solid var(--v2-line);background:#fff;border-radius:999px;align-items:center;gap:6px;height:38px;padding:0 13px;font-size:11px;font-weight:750;display:flex}.v2-listing-top button svg{width:15px}.v2-listing-notice{z-index:1150;color:#fff;background:#171714;border-radius:12px;align-items:center;gap:8px;min-width:280px;max-width:calc(100vw - 30px);padding:13px 14px;font-size:12px;display:flex;position:fixed;top:110px;left:50%;transform:translate(-50%);box-shadow:0 18px 50px #00000038}.v2-listing-notice>svg{width:16px;color:var(--v2-acid)}.v2-listing-notice button{color:#fff;background:0 0;border:0;margin-left:auto;display:grid}.v2-listing-notice button svg{width:15px}.v2-gallery-premium{grid-template-columns:86px minmax(0,1fr);align-items:start;gap:10px;min-width:0;display:grid}.v2-gallery-premium>nav{scrollbar-width:none;gap:8px;max-height:690px;display:grid;overflow:auto}.v2-gallery-premium>nav button{background:var(--v2-soft);aspect-ratio:.8;opacity:.72;border:1px solid #0000;border-radius:10px;padding:0;overflow:hidden}.v2-gallery-premium>nav button.active{opacity:1;border-color:#191917}.v2-gallery-premium>nav img{object-fit:cover;width:100%;height:100%}.v2-gallery-stage{aspect-ratio:1.1;cursor:zoom-in;background:#efede7;border:0;border-radius:2px;width:100%;padding:0;position:relative;overflow:hidden}.v2-gallery-stage>img{object-fit:cover;width:100%;height:100%;display:block}.v2-gallery-stage>span,.v2-gallery-stage>i{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff0;border-radius:999px;align-items:center;gap:6px;height:34px;padding:0 12px;font-size:10px;font-style:normal;font-weight:800;display:flex;position:absolute;bottom:14px}.v2-gallery-stage>span{left:14px}.v2-gallery-stage>i{right:14px}.v2-gallery-stage svg{width:14px}.v2-gallery-premium.single{display:block}.v2-gallery-premium.single>.v2-gallery-stage{aspect-ratio:1.18}.v2-gallery-premium>p{color:#675a3d;background:#fffaf0;border:1px solid #e6d9b8;border-radius:11px;gap:9px;margin:11px 0 0;padding:13px 14px;font-size:11px;line-height:1.55;display:flex}.v2-gallery-premium>p svg{flex:none;width:17px}.v2-buy-brand>div{gap:4px;display:flex}.v2-buy-brand button{border-radius:50%;place-items:center;width:44px;height:44px;display:grid}.v2-buy-brand button:hover{background:var(--v2-soft)}.v2-buy-brand button svg{width:19px}.v2-listing .v2-buybox h1{font-size:38px}.v2-listing .v2-buybox>p{font-size:13px}.v2-listing .v2-buybox>h2{font-size:26px}.v2-listing .v2-buybox>h2 small{font-size:11px}.v2-listing .v2-buy-essentials summary{height:52px;font-size:12px}.v2-listing .v2-buy-essentials p{padding:7px 0!important;font-size:11px!important}.v2-listing .v2-seller{border-bottom:1px solid var(--v2-line);min-height:72px}.v2-listing .v2-seller>img,.v2-listing .v2-seller>.v2-avatar{object-fit:cover;color:#fff;background:#23231f;border-radius:50%;place-items:center;width:44px;height:44px;display:grid}.v2-listing .v2-seller b{font-size:12px}.v2-listing .v2-seller small{font-size:10px}.v2-listing .v2-seller small svg{width:12px}.v2-listing .v2-demand{font-size:11px!important}.v2-price-transparency{border:1px solid var(--v2-line);background:linear-gradient(120deg,#f6f4ee,#fff);border-radius:18px;grid-template-columns:230px 1fr auto;align-items:center;gap:30px;max-width:1300px;margin:70px auto 0;padding:28px 30px;display:grid}.v2-price-transparency>div{align-items:center;gap:14px;display:flex}.v2-price-transparency>div>svg{width:25px}.v2-price-transparency small{letter-spacing:.13em;font-size:9px;font-weight:850}.v2-price-transparency h2{margin:6px 0 0;font:400 30px Georgia,serif}.v2-price-transparency>p{color:#666;margin:0;font-size:12px;line-height:1.65}.v2-price-transparency>button{white-space:nowrap;background:0 0;border:0;align-items:center;gap:6px;font-size:11px;font-weight:850;display:flex}.v2-price-transparency>button svg{width:15px}.v2-seller-stats>span{letter-spacing:.14em;color:#a9b0a9;font-size:8px}.v2-seller-stats>p{color:#c8cec9;font-size:11px;line-height:1.55;display:block}.v2-seller-stats>a{font-size:10px}.v2-gallery-zoom{z-index:1400;background:#0d0d0cf7;place-items:center;padding:55px;display:grid;position:fixed;inset:0}.v2-gallery-zoom>img{object-fit:contain;max-width:100%;max-height:calc(100vh - 110px)}.v2-gallery-zoom>button{color:#fff;background:#232321;border:1px solid #555;border-radius:50%;place-items:center;width:44px;height:44px;display:grid;position:absolute;top:22px;right:22px}.v2-gallery-zoom>button svg{width:21px}.v2-gallery-zoom>nav{color:#fff;align-items:center;gap:14px;display:flex;position:absolute;bottom:20px;left:50%;transform:translate(-50%)}.v2-gallery-zoom>nav button{color:#fff;background:#232321;border:1px solid #555;border-radius:50%;place-items:center;width:40px;height:40px;display:grid}.v2-gallery-zoom>nav button:disabled{opacity:.35}.v2-gallery-zoom>nav svg{width:17px}.v2-listing-missing{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:62vh;display:flex}.v2-listing-missing>svg{width:42px}.v2-listing-missing>span{letter-spacing:.15em;margin-top:20px;font-size:10px;font-weight:850}.v2-listing-missing h1{max-width:750px;margin:14px 0;font:400 clamp(36px,5vw,62px)/1.03 Georgia,serif}.v2-listing-missing p{color:#777;margin:0 0 24px;font-size:13px}.v2-mobile-buybar{display:none}@media (max-width:1050px){.v2-gallery-premium{grid-template-columns:70px minmax(0,1fr)}.v2-price-transparency{grid-template-columns:190px 1fr}.v2-price-transparency>button{grid-column:1/3;justify-self:end}.v2-listing .v2-buybox h1{font-size:34px}}@media (max-width:700px){body{padding-bottom:148px}.v2-listing{padding-top:12px;padding-bottom:55px}.v2-listing-top{margin-bottom:10px}.v2-listing-top .v2-breadcrumb{white-space:nowrap;overflow:hidden}.v2-listing-top .v2-breadcrumb span{text-overflow:ellipsis;overflow:hidden}.v2-listing-top>div:last-child{display:none}.v2-gallery-premium,.v2-gallery-premium.single{flex-direction:column;margin:0 -15px;display:flex}.v2-gallery-premium>nav{order:2;width:100%;padding:0 15px;display:flex;overflow:auto}.v2-gallery-premium>nav button{width:61px;min-width:61px}.v2-gallery-stage,.v2-gallery-premium.single>.v2-gallery-stage{aspect-ratio:.82;border-radius:0;order:1}.v2-gallery-stage>i{display:none}.v2-gallery-premium>p{order:3;margin:11px 15px 0}.v2-listing .v2-buybox{padding-top:22px}.v2-listing .v2-buybox h1{font-size:31px}.v2-listing .v2-buybox>h2{margin:18px 0;font-size:25px}.v2-listing .v2-buybox>.v2-pill{display:none}.v2-listing .v2-demand{margin-top:18px}.v2-product-deep{display:grid!important}.v2-product-deep>aside{display:block}.v2-product-deep>aside>article{display:flex}.v2-product-deep .v2-seller-stats{display:none}.v2-detail-grid b{font-size:11px}.v2-detail-grid small{font-size:9px}.v2-product-deep>div>p{font-size:13px}.v2-price-transparency{grid-template-columns:1fr;gap:16px;margin-top:42px;padding:22px}.v2-price-transparency>p{font-size:12px}.v2-price-transparency>button{grid-column:auto;justify-self:start}.v2-comments{margin-top:45px}.v2-comments .v2-section-head h2{font-size:31px}.v2-mobile-buybar{z-index:998;left:0;right:0;bottom:calc(69px + env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-top:1px solid var(--v2-line);background:#fffffffa;grid-template-columns:44px 1fr auto auto;align-items:center;gap:7px;height:70px;padding:8px 11px;display:grid;position:fixed}.v2-mobile-buybar>button{border-radius:999px;height:44px;font-size:11px;font-weight:850}.v2-mobile-buybar>button:first-child{border:1px solid var(--v2-line);background:#fff;place-items:center;width:44px;display:grid}.v2-mobile-buybar>button:first-child svg{width:19px}.v2-mobile-buybar>button:first-child.on{color:var(--v2-red)}.v2-mobile-buybar>span{flex-direction:column;display:flex}.v2-mobile-buybar small{color:#777;font-size:8px}.v2-mobile-buybar b{font-size:14px}.v2-mobile-buybar .offer{background:#fff;border:1px solid #222;padding:0 13px}.v2-mobile-buybar .buy{color:#fff;background:#111;border:1px solid #111;padding:0 17px}.v2-gallery-zoom{padding:60px 12px}.v2-listing-missing{min-height:55vh}.v2-listing-missing h1{font-size:42px}.v2-listing-notice{top:75px}.v2-auth-report,.v2-offer{border-radius:22px;padding:25px 20px 22px}.v2-auth-report{width:calc(100vw - 30px);max-height:82vh}.v2-auth-report>.close{top:14px;right:14px}.v2-auth-report>span{margin-bottom:10px;padding-right:42px;display:block}.v2-auth-report h2,.v2-offer h2{margin:0 40px 18px 0;font-size:26px;line-height:1.04}.v2-auth-report>.v2-auth-badge{border-radius:14px;padding:14px 15px}.v2-auth-report>p{margin:12px 0 0;font-size:11px;line-height:1.55}.v2-auth-evidence{border-top:0;gap:9px;margin:18px 0 0}.v2-auth-evidence article{border:1px solid var(--v2-line);border-radius:13px;min-width:0;padding:13px}.v2-auth-evidence span{font-size:11px;line-height:1.35}.v2-auth-learn{border-top:1px solid var(--v2-line);margin-top:18px;padding-top:16px}}@media (max-width:390px){.v2-mobile-buybar{grid-template-columns:42px 1fr auto}.v2-mobile-buybar .offer{display:none}.v2-mobile-buybar .buy{padding:0 15px}}@media (max-width:760px){.v2-seller-application{grid-template-columns:1fr;gap:20px;padding:20px}.v2-seller-application form{grid-template-columns:1fr}.v2-seller-application form>*{grid-column:1}.v2-seller-application.status-card{grid-template-columns:42px 1fr}}.v2-home-poster{background:#1b1b18;max-width:1300px;min-height:620px;padding:0;position:relative;overflow:hidden}.v2-home-poster>img{object-fit:cover;filter:saturate(.82)contrast(1.04);width:100%;height:100%;position:absolute;inset:0}.v2-home-poster:after{content:"";background:linear-gradient(90deg,#0c0c0ad1 0%,#0c0c0a75 45%,#0c0c0a0a 78%);position:absolute;inset:0}.v2-home-poster>div{z-index:1;color:#fff;flex-direction:column;justify-content:center;align-items:flex-start;width:min(590px,62%);min-height:620px;padding:clamp(55px,8vw,115px);display:flex;position:relative}.v2-home-poster>div>span{letter-spacing:.2em;font-size:9px;font-weight:850}.v2-home-poster h2{letter-spacing:-.055em;margin:18px 0;font:400 clamp(48px,6vw,84px)/.96 Georgia,serif}.v2-home-poster p{color:#fffc;max-width:390px;margin:0 0 28px;font-size:13px;line-height:1.7}@media (max-width:700px){.v2-home-poster{width:calc(100% - 30px);min-height:540px}.v2-home-poster:after{background:linear-gradient(#0c0c0a2e 25%,#0c0c0ae0 100%)}.v2-home-poster>div{justify-content:flex-end;width:100%;min-height:540px;padding:34px 22px}.v2-home-poster h2{font-size:49px}}
