:root{
  --ink:#12211b;--ink-2:#24332c;--muted:#6c7972;--muted-2:#8b968f;
  --cream:#fbfaf6;--cream-2:#f4f6f1;--paper:#fff;--line:#e4e8e1;--line-strong:#d8ded6;
  --brand:#123f31;--brand-2:#0d3126;--brand-soft:#e9f1ed;--accent:#d8ef63;--accent-2:#c9e74a;
  --danger:#a5271f;--danger-soft:#fff0ee;--warning:#9a6411;--warning-soft:#fff7e4;--success:#23613e;--success-soft:#eaf6ee;--info:#265d75;--info-soft:#eaf5fa;
  --radius-xs:8px;--radius-sm:12px;--radius:18px;--radius-lg:28px;--shadow-sm:0 7px 25px rgba(18,33,27,.06);--shadow:0 20px 70px rgba(18,33,27,.10);
  --container:1240px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font:15px/1.58 Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased}body.site-body{min-height:100vh}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit;color:inherit}button{cursor:pointer}img{max-width:100%;display:block}.container{width:min(var(--container),calc(100% - 40px));margin-inline:auto}.muted{color:var(--muted)}code{padding:.16em .4em;border-radius:6px;background:#eef0eb;font-size:.92em}.eyebrow{display:block;text-transform:uppercase;letter-spacing:.145em;font-size:11px;font-weight:900;color:#66776e}.topbar{background:var(--brand);color:#eef7f1;font-size:12px;letter-spacing:.02em;text-align:center;padding:7px 16px}.header{position:sticky;top:0;z-index:50;background:rgba(251,250,246,.92);border-bottom:1px solid rgba(220,224,217,.85);backdrop-filter:blur(18px)}.header-inner{height:76px;display:flex;align-items:center;gap:25px}.logo{font-size:26px;line-height:1;font-weight:950;letter-spacing:-1.4px;white-space:nowrap}.logo span{display:inline-block;background:var(--accent);border-radius:8px;padding:5px 6px 4px;margin-left:2px}.nav{display:flex;align-items:center;gap:24px;font-weight:650;color:var(--ink-2)}.nav a{position:relative;padding:26px 0}.nav a:after{content:"";position:absolute;left:0;right:0;bottom:17px;height:2px;background:var(--brand);transform:scaleX(0);transition:.18s}.nav a:hover:after{transform:scaleX(1)}.header-search{display:flex;align-items:center;gap:8px;margin-left:auto;width:min(300px,24vw);border:1px solid var(--line);background:var(--paper);border-radius:13px;padding:0 12px}.header-search input{width:100%;height:42px;border:0;outline:0;background:transparent}.header-search button{border:0;background:transparent;padding:6px;color:var(--muted)}.header-actions{display:flex;gap:8px;align-items:center}.header-actions form{display:inline-flex;margin:0}.menu-toggle{display:none;width:44px;height:44px;border:1px solid var(--line);border-radius:12px;background:#fff;font-weight:900}.mobile-menu{display:none}.btn{min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid var(--line);background:#fff;padding:10px 15px;border-radius:12px;font-weight:800;box-shadow:0 1px 0 rgba(0,0,0,.01);transition:transform .15s,border-color .15s,background .15s}.btn:hover{transform:translateY(-1px);border-color:#cbd2ca}.btn.primary{background:var(--brand);border-color:var(--brand);color:#fff}.btn.primary:hover{background:var(--brand-2)}.btn.accent{background:var(--accent);border-color:var(--accent);color:var(--ink)}.btn.accent:hover{background:var(--accent-2)}.btn.small{min-height:34px;padding:7px 10px;font-size:13px}.btn.full-width,.full-width{width:100%}.cart-button{position:relative}.cart-button b{display:grid;place-items:center;min-width:20px;height:20px;padding:0 5px;border-radius:999px;background:var(--accent);font-size:11px}.seller-cta{white-space:nowrap}.flash-wrap{position:relative;z-index:20;padding-top:16px}.alert{padding:13px 15px;border:1px solid var(--line);border-radius:13px;background:#fff;font-weight:650}.alert.error{background:var(--danger-soft);border-color:#f2cbc7;color:#7e1d17}.alert.success{background:var(--success-soft);border-color:#cce6d5;color:#1e5135}.notice,.soft-notice,.inline-note,.form-note{border-radius:14px;padding:13px 15px;background:var(--cream-2);border:1px solid var(--line);color:var(--muted)}

/* Home */
.hero{padding:70px 0 58px;overflow:hidden}.hero-grid{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(350px,.72fr);gap:56px;align-items:center}.hero-copy{position:relative}.hero-copy:before{content:"";position:absolute;width:280px;height:280px;border-radius:50%;background:rgba(216,239,99,.28);filter:blur(2px);left:-130px;top:-120px;z-index:-1}.hero h1{font-size:clamp(52px,6.5vw,86px);letter-spacing:-.065em;line-height:.92;margin:14px 0 24px;max-width:830px}.hero p{font-size:19px;line-height:1.6;color:var(--muted);max-width:700px}.hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:26px}.hero-proof{display:flex;gap:22px;flex-wrap:wrap;margin-top:32px;color:var(--muted);font-size:13px}.hero-proof span{display:flex;gap:8px;align-items:center}.hero-proof i{width:8px;height:8px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 5px rgba(216,239,99,.18)}.hero-card{position:relative;overflow:hidden;background:linear-gradient(145deg,var(--brand),#0e3529);color:#fff;border-radius:32px;padding:34px;min-height:420px;box-shadow:var(--shadow);display:flex;flex-direction:column;justify-content:space-between}.hero-card:after{content:"";position:absolute;width:250px;height:250px;border-radius:50%;background:rgba(216,239,99,.12);right:-100px;top:-100px}.hero-card .pill{display:inline-flex;width:max-content;padding:7px 11px;border-radius:999px;background:rgba(255,255,255,.92);color:var(--ink);font-size:12px;font-weight:800}.hero-price{font-size:48px;line-height:1;font-weight:950;letter-spacing:-2px;margin:18px 0 8px}.hero-card-copy{position:relative;z-index:1}.hero-card-copy p{font-size:18px;color:#e1ece6;margin:20px 0 0}.mini{display:grid;grid-template-columns:1fr 1fr;gap:10px;position:relative;z-index:1}.mini>div{padding:16px;border:1px solid rgba(255,255,255,.16);border-radius:16px;background:rgba(255,255,255,.03)}.mini b{font-size:16px}.mini span{color:#bfd1c8;font-size:13px}.section{padding:62px 0}.section.soft{background:#f1f4ef;border-block:1px solid #e5e9e2}.section-title,.account-section-head,.workspace-section-title,.panel-head{display:flex;align-items:flex-end;justify-content:space-between;gap:22px;margin-bottom:24px}.section-title h2,.account-section-head h2,.workspace-section-title h2,.panel-head h2{margin:5px 0 0;font-size:32px;line-height:1.05;letter-spacing:-1.4px}.section-title>a,.panel-head>a,.account-section-head>a{color:var(--brand);font-weight:800}.seller-explainer{background:var(--brand-soft);border-block:1px solid #dce7e1}.seller-explainer-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:60px;align-items:center}.seller-explainer h2{font-size:40px;letter-spacing:-1.8px;margin:8px 0 18px}.seller-explainer p{color:var(--muted);font-size:17px}.seller-steps{display:grid;grid-template-columns:1fr 1fr;gap:12px}.seller-steps>div{display:flex;gap:14px;align-items:flex-start;background:#fff;border:1px solid var(--line);padding:18px;border-radius:16px;box-shadow:var(--shadow-sm)}.seller-steps>div>strong{font-size:12px;color:#7fa005}.seller-steps span{display:flex;flex-direction:column;gap:3px}.seller-steps small{color:var(--muted)}.categories{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.category{min-height:78px;display:flex;align-items:center;padding:20px;border:1px solid var(--line);border-radius:16px;background:#fff;font-weight:850;box-shadow:var(--shadow-sm);transition:.16s}.category:hover{transform:translateY(-2px);border-color:#cbd8d0}.products{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-card{min-width:0;border-radius:19px;background:#fff;border:1px solid var(--line);overflow:hidden;transition:.18s;box-shadow:0 5px 22px rgba(18,33,27,.035)}.product-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-sm);border-color:#d0d8d1}.product-image{aspect-ratio:1/1.08;background:linear-gradient(145deg,#f1f2ed,#e9ece6);display:grid;place-items:center;overflow:hidden;color:var(--muted);font-size:13px}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.product-card:hover .product-image img{transform:scale(1.025)}.product-body{padding:16px}.product-meta{color:var(--muted);font-size:12px;min-height:20px}.product-title{font-size:15px;font-weight:800;margin:5px 0 14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.price{font-size:20px;font-weight:950;letter-spacing:-.4px}.home-empty{grid-column:1/-1;padding:34px;border:1px dashed var(--line-strong);border-radius:20px;background:#fff;text-align:center}.home-empty h3{margin:0 0 6px;font-size:22px}.home-empty p{margin:0 auto 18px;color:var(--muted);max-width:520px}.value-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.value-card{padding:24px;border-radius:20px;background:#fff;border:1px solid var(--line)}.value-card span{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:var(--brand-soft);font-weight:900;color:var(--brand)}.value-card h3{margin:16px 0 6px}.value-card p{margin:0;color:var(--muted)}

/* Forms, shared panels & tables */
.panel{background:#fff;border:1px solid var(--line);border-radius:20px;padding:24px;box-shadow:0 2px 0 rgba(0,0,0,.01)}.page-head{display:flex;justify-content:space-between;gap:24px;align-items:flex-end;margin-bottom:26px}.page-head h1{font-size:42px;letter-spacing:-2px;line-height:1;margin:6px 0 8px}.page-head p{color:var(--muted);margin:0;max-width:680px}.field{display:flex;flex-direction:column;gap:7px;margin-bottom:16px}.field label{font-size:13px;font-weight:850}.field input,.field select,.field textarea,.filter-bar input,.filter-bar select,.scan-input{width:100%;min-height:46px;border:1px solid var(--line-strong);background:#fff;border-radius:12px;padding:10px 12px;outline:none;transition:border-color .15s,box-shadow .15s}.field textarea{min-height:120px;resize:vertical}.field input:focus,.field select:focus,.field textarea:focus,.filter-bar input:focus,.filter-bar select:focus,.scan-input:focus{border-color:#73998a;box-shadow:0 0 0 4px rgba(18,63,49,.09)}.two-col,.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.checkbox-row,.payment-choice,.service-choice,.permission-check{display:flex;gap:11px;align-items:flex-start;padding:13px 14px;border:1px solid var(--line);border-radius:13px;background:#fff}.checkbox-row input,.payment-choice input,.service-choice input,.permission-check input{margin-top:4px;accent-color:var(--brand)}.payment-choice span,.service-choice span{display:flex;flex-direction:column}.payment-choice small,.service-choice small{color:var(--muted)}.button-row,.inline-actions,.page-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.link-button{border:0;background:transparent;color:var(--danger);padding:5px 0;font-weight:800}.table-wrap{overflow:auto;border:1px solid var(--line);border-radius:16px;background:#fff}.table{width:100%;border-collapse:collapse;min-width:720px}.table th{font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:#77827c;text-align:left;background:#fafbf8;padding:12px 15px;border-bottom:1px solid var(--line)}.table td{padding:14px 15px;border-bottom:1px solid #edf0eb;vertical-align:middle}.table tr:last-child td{border-bottom:0}.table tbody tr:hover{background:#fbfcfa}.cell-sub{display:block;color:var(--muted);font-size:12px;margin-top:2px}.table-empty,.empty-state{padding:24px;color:var(--muted);text-align:center}.empty-state strong{display:block;color:var(--ink);font-size:16px}.status-badge{display:inline-flex;align-items:center;gap:6px;width:max-content;border-radius:999px;padding:5px 9px;font-size:11px;font-weight:850;border:1px solid transparent}.status-badge.success{color:var(--success);background:var(--success-soft);border-color:#d0e8d8}.status-badge.warning{color:var(--warning);background:var(--warning-soft);border-color:#f0dfb7}.status-badge.danger{color:var(--danger);background:var(--danger-soft);border-color:#efceca}.status-badge.info{color:var(--info);background:var(--info-soft);border-color:#cee3ec}.status-badge.neutral{color:#59665f;background:#f1f3ef;border-color:#e1e5df}.mini-tag,.role-chip{display:inline-flex;padding:4px 8px;border-radius:999px;background:#eff3ee;color:#46554d;font-size:11px;font-weight:800}.seller-tag{background:#eef8c6;color:#50600e}

/* Store */
.store-shell{display:grid;grid-template-columns:260px minmax(0,1fr);gap:28px;align-items:start}.store-filter{position:sticky;top:102px}.filter-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.filter-head h2{font-size:18px;margin:0}.filter-stack{display:flex;flex-direction:column;gap:15px}.filter-actions{display:flex;gap:8px;margin-top:6px}.store-results-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px}.result-count{color:var(--muted)}.store-empty{padding:56px 20px;text-align:center;border:1px dashed var(--line-strong);border-radius:22px;background:#fff}.store-empty h2{margin:0 0 6px}.store-empty p{color:var(--muted);margin:0}.product-page{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.7fr);gap:56px;padding-block:48px 72px;align-items:start}.gallery-wrap{display:grid;gap:10px}.gallery-main{aspect-ratio:1/1.05;border-radius:26px;background:#eef0eb;border:1px solid var(--line);display:grid;place-items:center;overflow:hidden}.gallery-main img{width:100%;height:100%;object-fit:cover}.gallery-thumbs{display:flex;gap:8px;overflow:auto}.gallery-thumb{width:78px;height:78px;border:1px solid var(--line);border-radius:12px;padding:0;overflow:hidden;background:#fff}.gallery-thumb img{width:100%;height:100%;object-fit:cover}.product-info{position:sticky;top:110px}.product-info h1{font-size:44px;line-height:1.02;letter-spacing:-2px;margin:8px 0 12px}.product-info .price{font-size:36px;margin-bottom:20px}.details{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:22px 0}.details>div{border:1px solid var(--line);background:#fff;border-radius:14px;padding:13px}.product-description{color:var(--ink-2);line-height:1.75}.product-purchase{margin-top:24px;padding-top:20px;border-top:1px solid var(--line)}.purchase-note{display:flex;gap:10px;color:var(--muted);font-size:13px;margin-top:14px}.purchase-note:before{content:"✓";font-weight:900;color:var(--success)}

/* Cart / checkout */
.cart-layout,.checkout-layout{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:28px;align-items:start}.cart-list{display:grid;gap:10px}.cart-item{display:grid;grid-template-columns:90px minmax(0,1fr) auto;gap:16px;align-items:center;padding:14px;border:1px solid var(--line);background:#fff;border-radius:17px}.cart-thumb{width:90px;height:90px;border-radius:12px;overflow:hidden;background:#eef0eb}.cart-thumb img{width:100%;height:100%;object-fit:cover}.cart-item>div:nth-child(2){display:flex;flex-direction:column;gap:5px}.cart-item>div:nth-child(2)>span{color:var(--muted);font-size:12px}.cart-price{text-align:right;font-weight:900}.cart-summary{position:sticky;top:105px}.summary-money,.checkout-line{display:flex;justify-content:space-between;gap:18px;padding:9px 0}.summary-money.big{font-size:18px}.cart-summary hr{border:0;border-top:1px solid var(--line);margin:14px 0}.cart-summary small{display:block;color:var(--muted);margin-top:12px}.checkout-line{font-size:13px;color:var(--muted)}.gateway-note{margin-top:12px;border-radius:14px;background:var(--brand-soft);border:1px solid #d9e7df;padding:14px;display:flex;flex-direction:column;gap:3px}.gateway-note span{color:var(--muted);font-size:13px}.empty-cart{text-align:center;padding:44px}

/* Auth */
.auth-wrap{min-height:calc(100vh - 280px);display:grid;place-items:center;padding:55px 20px}.auth-card{width:min(480px,100%);background:#fff;border:1px solid var(--line);border-radius:26px;padding:32px;box-shadow:var(--shadow-sm)}.auth-card h1{font-size:36px;letter-spacing:-1.5px;margin:8px 0}.auth-card>p{color:var(--muted);margin:0 0 24px}.auth-alt{text-align:center;margin-top:18px;color:var(--muted)}.auth-alt a{font-weight:850;color:var(--brand)}

/* Account */
.dashboard,.account-dashboard{padding:42px 0 72px}.content-grid,.account-dashboard{display:grid;grid-template-columns:250px minmax(0,1fr);gap:28px;align-items:start}.sidebar,.account-sidebar{position:sticky;top:102px;background:#fff;border:1px solid var(--line);border-radius:20px;padding:12px;box-shadow:var(--shadow-sm)}.account-side-title{padding:12px 12px 14px;border-bottom:1px solid var(--line);margin-bottom:8px}.account-side-title strong{display:block;font-size:17px}.account-side-title small{color:var(--muted)}.account-nav{display:flex;flex-direction:column;gap:3px}.account-nav-label{font-size:9px;text-transform:uppercase;letter-spacing:.15em;font-weight:900;color:#89948e;padding:12px 11px 4px}.account-nav a{display:flex;align-items:center;gap:10px;padding:10px 11px;border-radius:11px;color:#4d5a53;font-weight:700}.account-nav a:hover,.account-nav a.active{background:var(--brand-soft);color:var(--brand)}.dash-main{min-width:0}.account-head{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:24px}.account-head h1{font-size:42px;letter-spacing:-2px;margin:5px 0}.account-head p{color:var(--muted);margin:0}.account-kpi-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:24px}.account-kpi-grid.three{grid-template-columns:repeat(3,1fr)}.account-kpi{display:flex;flex-direction:column;min-height:132px;padding:18px;background:#fff;border:1px solid var(--line);border-radius:17px}.account-kpi span{font-size:12px;color:var(--muted);font-weight:750}.account-kpi strong{font-size:28px;line-height:1.1;letter-spacing:-1px;margin:auto 0 5px}.account-kpi em{font-style:normal;color:var(--muted);font-size:12px}.buyer-welcome-card,.account-seller-summary,.seller-history-notice,.seller-inactive-overview,.account-action-banner{border-radius:22px;padding:25px;background:var(--brand);color:#fff;margin:20px 0 28px}.buyer-welcome-card{display:grid;grid-template-columns:1fr 1fr;gap:30px}.buyer-welcome-card .eyebrow,.account-seller-summary .eyebrow{color:#bdd0c6}.buyer-welcome-card h2,.account-seller-summary h2{font-size:31px;letter-spacing:-1.2px;margin:6px 0 10px}.buyer-welcome-card p{color:#d5e0db}.buyer-feature-list{display:grid;gap:8px}.buyer-feature-list>div{display:flex;gap:12px;padding:12px;border:1px solid rgba(255,255,255,.14);border-radius:14px}.buyer-feature-list>div>span{font-weight:900;color:var(--accent)}.buyer-feature-list p{margin:0;display:flex;flex-direction:column}.buyer-feature-list small{color:#c5d5cd}.seller-plan-grid,.shipment-stats,.stats,.user-kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.seller-plan,.stat,.summary-item,.inactive-summary{background:#fff;border:1px solid var(--line);border-radius:16px;padding:17px}.plan-price,.big-count{font-size:30px;font-weight:950;letter-spacing:-1px}.progress{height:8px;background:#e9ede8;border-radius:999px;overflow:hidden}.progress>span{display:block;height:100%;background:var(--brand);border-radius:inherit}.account-plan-state{display:flex;align-items:center;gap:8px}.action-banner{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:20px;border-radius:18px;background:var(--brand-soft);border:1px solid #d9e6de}.action-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:12px;background:var(--brand);color:#fff;font-weight:900}.subscription-strip{display:flex;justify-content:space-between;gap:20px;border:1px solid var(--line);background:#fff;border-radius:18px;padding:18px;margin-bottom:18px}.subscription-price{font-size:25px;font-weight:900}.payout-mini{font-size:12px;color:var(--muted)}

/* Operational utility classes shared by admin/lager */
.avatar{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:var(--brand-soft);color:var(--brand);font-weight:950;font-size:12px}.small-avatar{width:32px;height:32px}.person-row,.compact-person,.list-leading{display:flex;align-items:center;gap:11px}.person-row>div,.compact-person>div,.list-leading>div{display:flex;flex-direction:column}.person-row span,.compact-person span,.list-leading span{color:var(--muted);font-size:12px}.compact-list{display:flex;flex-direction:column}.list-row{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px 0;border-bottom:1px solid #edf0eb}.list-row:last-child{border:0}.row-meta{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:12px}.queue-dot,.status-dot{width:9px;height:9px;border-radius:50%;background:#aeb7b1}.queue-dot.success,.status-dot.success{background:#3c8b5a}.queue-dot.warning,.status-dot.warning{background:#d29831}.queue-dot.danger,.status-dot.danger{background:#ca574d}.queue-dot.info,.status-dot.info{background:#4a8ca8}.filter-bar{display:flex;gap:10px;align-items:end;flex-wrap:wrap;margin-bottom:18px}.filter-search{flex:1;min-width:240px}.status-filters,.upgraded-status-filters{display:flex;gap:7px;flex-wrap:wrap}.status-filters a,.upgraded-status-filters a{padding:7px 10px;border-radius:999px;background:#fff;border:1px solid var(--line);font-size:12px;font-weight:750}.status-filters a.active,.upgraded-status-filters a.active{background:var(--brand);color:#fff;border-color:var(--brand)}

.footer{margin-top:70px;background:#0c2d23;color:#dce8e2;padding:52px 0 36px}.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr;gap:50px}.footer .logo{color:#fff}.footer p{color:#b9cbc2}.footer a:hover{color:#fff}.footer strong{color:#fff}.footer-bottom{margin-top:34px;padding-top:18px;border-top:1px solid rgba(255,255,255,.12);display:flex;justify-content:space-between;gap:16px;color:#9fb5aa;font-size:12px}

@media(max-width:1100px){.header-search{display:none}.nav{gap:16px}.hero-grid{gap:35px}.products{grid-template-columns:repeat(3,1fr)}.categories{grid-template-columns:repeat(3,1fr)}.account-kpi-grid{grid-template-columns:repeat(2,1fr)}.store-shell{grid-template-columns:220px minmax(0,1fr)}}
@media(max-width:860px){.container{width:min(100% - 28px,var(--container))}.header-inner{height:68px}.nav,.header-actions>.seller-cta,.header-actions>a:not(.cart-button),.header-actions>form{display:none}.header-actions{margin-left:auto}.menu-toggle{display:inline-grid;place-items:center}.mobile-menu{position:fixed;inset:96px 14px auto;z-index:60;background:#fff;border:1px solid var(--line);border-radius:18px;padding:10px;box-shadow:var(--shadow);display:none}.mobile-menu.open{display:block}.mobile-menu a,.mobile-menu form button{width:100%;display:flex;padding:12px;border:0;background:transparent;border-radius:10px;text-align:left;font-weight:800}.mobile-menu a:hover,.mobile-menu form button:hover{background:var(--brand-soft)}.mobile-menu form{margin:0}.hero{padding:50px 0 38px}.hero-grid,.seller-explainer-grid,.product-page,.cart-layout,.checkout-layout,.buyer-welcome-card{grid-template-columns:1fr}.hero-card{min-height:340px}.hero h1{font-size:clamp(48px,12vw,70px)}.seller-explainer-grid{gap:30px}.products{grid-template-columns:repeat(2,1fr)}.categories{grid-template-columns:repeat(2,1fr)}.value-strip{grid-template-columns:1fr}.store-shell{grid-template-columns:1fr}.store-filter{position:static}.product-info,.cart-summary{position:static}.content-grid,.account-dashboard{grid-template-columns:1fr}.sidebar,.account-sidebar{position:static}.account-nav{display:grid;grid-template-columns:repeat(2,1fr)}.account-nav-label{grid-column:1/-1}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}}
@media(max-width:560px){.container{width:calc(100% - 22px)}.topbar{font-size:11px}.logo{font-size:23px}.header-inner{gap:10px}.cart-button{padding-inline:11px}.hero{padding-top:38px}.hero h1{font-size:47px;letter-spacing:-3px}.hero p{font-size:17px}.hero-card{padding:24px;border-radius:24px}.mini{grid-template-columns:1fr}.section{padding:45px 0}.seller-steps{grid-template-columns:1fr}.products{grid-template-columns:1fr 1fr;gap:10px}.product-body{padding:12px}.product-title{font-size:13px}.price{font-size:17px}.categories{grid-template-columns:1fr}.two-col,.form-grid,.account-kpi-grid,.account-kpi-grid.three,.seller-plan-grid,.shipment-stats,.stats,.user-kpis{grid-template-columns:1fr}.page-head h1,.account-head h1{font-size:34px}.panel{padding:18px;border-radius:17px}.cart-item{grid-template-columns:68px 1fr}.cart-thumb{width:68px;height:68px}.cart-price{grid-column:2;text-align:left}.details{grid-template-columns:1fr 1fr}.product-info h1{font-size:35px}.footer-grid{grid-template-columns:1fr}.footer-grid>div:first-child{grid-column:auto}.footer-bottom{flex-direction:column}.account-nav{grid-template-columns:1fr}.account-head{flex-direction:column}.section-title{align-items:flex-start}.hero-proof{gap:12px}}
/* Seller / shipments finishing details */
.account-seller-summary{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(240px,.65fr);gap:12px;background:transparent;padding:0;color:inherit}.seller-health-card p{color:var(--muted)}.seller-health-top{display:flex;align-items:center;justify-content:space-between;gap:10px}.seller-health-top>div{display:flex;align-items:center;gap:8px}.seller-inactive-overview{display:grid;grid-template-columns:minmax(0,1fr) 220px;gap:24px;align-items:center;background:linear-gradient(145deg,var(--brand),#153a30);color:#fff}.seller-inactive-overview .eyebrow{color:#bcd0c6}.seller-inactive-overview p,.seller-inactive-overview small{color:#c9dad2}.seller-inactive-overview h2{font-size:29px;letter-spacing:-1px;margin:6px 0 10px}.seller-inactive-overview .inactive-summary{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.12);color:#fff}.seller-history-notice{display:flex;align-items:center;justify-content:space-between;gap:16px;background:var(--warning-soft);color:var(--ink);border:1px solid #eddcb6}.seller-history-notice>div{display:flex;flex-direction:column}.seller-history-notice>div>span{color:var(--muted)}.seller-plan-grid{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:start}.seller-plan{background:var(--brand);color:#fff;border-color:var(--brand);min-height:390px}.seller-plan .eyebrow{color:#b7cbc1}.seller-plan .plan-price{display:block;font-size:39px;margin:15px 0}.seller-plan .plan-price small{font-size:14px;color:#b8cbc2}.seller-plan ul{padding-left:20px;color:#d6e3dd;line-height:1.9}.how-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:14px}.how-strip>div{display:flex;align-items:center;gap:9px;padding:12px;background:#fff;border:1px solid var(--line);border-radius:13px;font-size:12px;font-weight:800}.how-strip strong{width:25px;height:25px;display:grid;place-items:center;border-radius:8px;background:var(--brand-soft);color:var(--brand)}.shipping-help{position:sticky;top:104px}.shipping-help h2{font-size:31px;line-height:1.12;letter-spacing:-1px}.service-choice{display:block;padding:0;border:0;background:transparent;margin-bottom:16px}.wash-terms{display:none;margin-top:8px;padding:15px;border:1px solid #ead8ad;background:var(--warning-soft);border-radius:13px}.wash-terms.show{display:block}.wash-terms p{color:#6f5a32}.label-card{background:var(--brand);color:#fff;border-radius:22px;padding:24px;margin-bottom:18px;display:flex;flex-direction:column;align-items:flex-start}.label-card>span{font-size:9px;letter-spacing:.14em;color:#b9cdc3;font-weight:900}.label-card>strong{font:950 clamp(29px,5vw,50px)/1 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:-2px;margin:11px 0}.label-card>small{color:#bdd0c7}.shipment-progress{display:grid;grid-template-columns:repeat(5,1fr);gap:6px;margin-bottom:18px}.shipment-progress>div{position:relative;display:flex;align-items:center;gap:7px;padding:11px;border:1px solid var(--line);background:#fff;border-radius:12px;color:var(--muted);font-size:11px}.shipment-progress>div>span{width:24px;height:24px;display:grid;place-items:center;border-radius:8px;background:#eef1ed;font-weight:900}.shipment-progress>div.done{color:var(--success);border-color:#d0e5d7;background:#f7fbf8}.shipment-progress>div.done>span{background:var(--success-soft)}.shipment-stats{grid-template-columns:repeat(4,1fr);margin-bottom:18px}.stat{display:flex;flex-direction:column}.stat>span{font-size:11px;color:var(--muted)}.stat-text{margin-top:5px;font-size:16px}.detail-list{display:grid;gap:0}.detail-list>div{display:flex;justify-content:space-between;gap:16px;padding:10px 0;border-bottom:1px solid var(--line)}.detail-list>div:last-child{border:0}.detail-list span{color:var(--muted)}.wash-summary.panel{display:block}.price-breakdown{background:var(--cream-2);border:1px solid var(--line);border-radius:14px;padding:14px;margin-top:12px}.price-breakdown>div{display:flex;justify-content:space-between;padding:6px 0}.price-breakdown>div:last-child{font-size:18px;border-top:1px solid var(--line);margin-top:6px;padding-top:10px}.needs-action{border-color:#e6cf8f!important;background:#fffdf6!important}
@media(max-width:860px){.account-seller-summary,.seller-inactive-overview,.seller-plan-grid{grid-template-columns:1fr}.shipping-help{position:static}.shipment-progress{grid-template-columns:1fr 1fr 1fr}.shipment-stats{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.how-strip{grid-template-columns:1fr 1fr}.shipment-progress{grid-template-columns:1fr}.shipment-stats{grid-template-columns:1fr}.label-card>strong{font-size:29px;letter-spacing:-1px}}

/* =========================================================
   Netbás V4.8.2 storefront + navigation design system
   Font Awesome Free is rendered through the global CDN stylesheet.
   ========================================================= */
.fa-icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;vertical-align:-.08em;background:none!important;mask:none!important;-webkit-mask:none!important;line-height:1}
.tiny-icon{font-size:.68em;width:auto;height:auto}


/* Public header */
.utility-bar{background:#0b3529;color:#dce9e3;font-size:12px}.utility-inner{min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:20px}.utility-message{display:flex;align-items:center;gap:8px;font-weight:700}.utility-message .fa-icon{color:var(--accent)}.utility-inner nav{display:flex;gap:22px}.utility-inner nav a{color:#c7d8d0}.utility-inner nav a:hover{color:#fff}.site-header{position:sticky;top:0;z-index:80;background:rgba(251,250,246,.965);border-bottom:1px solid rgba(218,224,216,.9);backdrop-filter:blur(18px)}.main-header-row{min-height:82px;display:grid;grid-template-columns:auto minmax(260px,1fr) auto;align-items:center;gap:28px}.site-logo{font-size:27px}.main-search{height:48px;display:flex;align-items:center;border:1px solid var(--line-strong);border-radius:15px;background:#fff;overflow:hidden;box-shadow:0 3px 18px rgba(18,33,27,.035)}.main-search:focus-within{border-color:#9eb5a8;box-shadow:0 0 0 4px rgba(18,63,49,.06)}.main-search .search-icon{display:grid;place-items:center;width:45px;color:var(--muted)}.main-search input{min-width:0;flex:1;height:100%;border:0;outline:0;background:transparent;padding:0 8px 0 0}.main-search button{height:100%;padding:0 20px;border:0;background:var(--brand);color:#fff;font-weight:850}.header-quick-actions{display:flex;align-items:center;gap:7px}.header-icon-link,.seller-header-link,.account-trigger{position:relative;border:0;background:transparent;display:flex;align-items:center;justify-content:center;gap:6px;color:var(--ink);border-radius:12px;min-height:48px;padding:6px 10px;font-weight:800}.header-icon-link{flex-direction:column;min-width:58px}.header-icon-link>.fa-icon{width:19px;height:19px}.header-icon-link small{font-size:10px;line-height:1;color:var(--muted);font-weight:800}.header-icon-link b{position:absolute;top:2px;right:5px;display:grid;place-items:center;min-width:18px;height:18px;padding:0 4px;border-radius:99px;background:var(--accent);font-size:10px}.header-icon-link:hover,.account-trigger:hover{background:#f1f4ef}.seller-header-link{background:var(--brand-soft);color:var(--brand);padding-inline:13px}.seller-header-link:hover{background:#dfece5}.seller-header-link .fa-icon{width:17px;height:17px}.account-menu-wrap{position:relative}.account-trigger{font:inherit;flex-direction:column;min-width:72px}.account-trigger>.account-main-icon{font-size:19px;width:20px;height:20px}.account-label{display:inline-flex;align-items:center;justify-content:center;gap:4px;font-size:10px;color:var(--muted);line-height:1;font-weight:800;white-space:nowrap}.account-caret{font-size:8px;width:auto!important;height:auto!important;transition:transform .16s}.account-trigger[aria-expanded="true"] .account-caret{transform:rotate(180deg)}.account-menu{display:none;position:absolute;right:0;top:calc(100% + 10px);width:250px;padding:8px;background:#fff;border:1px solid var(--line);border-radius:17px;box-shadow:var(--shadow);z-index:110}.account-menu.open{display:block}.account-menu-user{display:flex;align-items:center;gap:10px;padding:10px 9px 13px;margin-bottom:5px;border-bottom:1px solid var(--line)}.account-menu-user>div{display:flex;min-width:0;flex-direction:column}.account-menu-user strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.account-menu-user small{font-size:11px;color:var(--muted)}.account-menu>a,.account-menu form button{width:100%;display:flex;align-items:center;gap:10px;padding:10px;border:0;border-radius:10px;background:transparent;text-align:left;font-weight:750}.account-menu>a:hover,.account-menu form button:hover{background:var(--brand-soft)}.account-menu form{margin:0}.account-menu .fa-icon{width:15px;height:15px;color:var(--brand)}.cart-icon-link{background:var(--brand);color:#fff}.cart-icon-link small{color:#dce8e2}.cart-icon-link:hover{background:var(--brand-2)}.mobile-menu-button{display:none;width:46px;height:46px;place-items:center;border:1px solid var(--line);background:#fff;border-radius:13px}.mobile-menu-button .fa-icon{width:19px;height:19px}.category-nav-wrap{border-top:1px solid #edf0eb}.category-nav{height:44px;display:flex;align-items:center;gap:25px;white-space:nowrap;overflow-x:auto;scrollbar-width:none;font-size:13px;font-weight:750}.category-nav::-webkit-scrollbar{display:none}.category-nav a{height:44px;display:flex;align-items:center;gap:7px;position:relative;color:var(--ink-2)}.category-nav a:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:var(--brand);transform:scaleX(0)}.category-nav a:hover:after,.category-nav a.active:after{transform:scaleX(1)}.category-nav-spacer{flex:1}.sell-nav-link{color:var(--brand)!important}.mobile-drawer{display:none}

/* Storefront */
.store-page{padding:28px 0 70px}.store-breadcrumbs{display:flex;align-items:center;gap:8px;flex-wrap:wrap;color:var(--muted);font-size:12px;margin:0 0 18px}.store-breadcrumbs a:hover{color:var(--brand)}.store-breadcrumbs strong{color:var(--ink)}.store-hero{border-radius:25px;padding:34px 38px;margin-bottom:18px;display:flex;align-items:center;justify-content:space-between;gap:30px;overflow:hidden}.general-store-hero{background:linear-gradient(135deg,#eef3ed,#f8f8f2);border:1px solid #e2e8e0}.category-store-hero{background:linear-gradient(135deg,var(--brand),#194d3d);color:#fff;min-height:185px;position:relative}.category-store-hero:after{content:"";position:absolute;width:260px;height:260px;border-radius:50%;right:-90px;top:-120px;background:rgba(216,239,99,.13)}.store-hero h1{font-size:clamp(36px,4vw,54px);letter-spacing:-2.5px;line-height:.98;margin:7px 0 13px}.store-hero p{font-size:16px;color:var(--muted);max-width:670px;margin:0}.category-store-hero .eyebrow{color:#bad0c5}.category-store-hero p{color:#d4e3dc}.store-hero-points{display:flex;flex-direction:column;gap:11px;min-width:240px}.store-hero-points span{display:flex;align-items:center;gap:9px;font-weight:800}.store-hero-points .fa-icon{color:var(--brand)}.hero-category-icon{width:95px;height:95px;display:grid;place-items:center;border-radius:28px;background:rgba(255,255,255,.1);position:relative;z-index:2}.hero-category-icon .fa-icon{width:48px;height:48px;color:var(--accent)}.shop-category-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:9px;margin:0 0 26px}.shop-category-grid>a{min-width:0;display:flex;flex-direction:column;gap:13px;padding:17px 13px;background:#fff;border:1px solid var(--line);border-radius:16px;transition:.18s}.shop-category-grid>a:hover{transform:translateY(-2px);border-color:#cbd7cf;box-shadow:var(--shadow-sm)}.category-icon{width:40px;height:40px;display:grid;place-items:center;border-radius:12px;background:var(--brand-soft);color:var(--brand)}.category-icon .fa-icon{width:19px;height:19px}.shop-category-grid strong{font-size:13px}.shop-category-grid small{display:flex;align-items:center;gap:6px;color:var(--muted);font-size:10px;margin-top:3px}.shop-category-grid small .fa-icon{width:9px;height:9px}.subcategory-strip{display:flex;gap:8px;overflow-x:auto;scrollbar-width:none;padding:0 0 16px;margin-bottom:2px}.subcategory-strip::-webkit-scrollbar{display:none}.subcategory-strip a{display:flex;align-items:center;gap:7px;padding:9px 13px;border-radius:999px;background:#fff;border:1px solid var(--line);font-size:12px;font-weight:800;white-space:nowrap}.subcategory-strip a:hover,.subcategory-strip a.active{background:var(--ink);border-color:var(--ink);color:#fff}.subcategory-strip small{min-width:18px;height:18px;display:grid;place-items:center;padding:0 4px;border-radius:99px;background:#eef1ed;color:var(--muted);font-size:9px}.subcategory-strip a.active small{background:rgba(255,255,255,.15);color:#fff}.shop-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 0;border-block:1px solid var(--line);margin-bottom:14px}.shop-toolbar>div:first-child{font-size:14px}.shop-toolbar>div:first-child strong{font-size:19px}.shop-toolbar>div:first-child span{color:var(--muted);margin-left:4px}.shop-toolbar-actions{display:flex;align-items:center;gap:10px}.sort-form label{display:flex;align-items:center;gap:9px;font-size:12px;color:var(--muted)}.sort-form select{height:40px;border:1px solid var(--line);background:#fff;border-radius:11px;padding:0 32px 0 11px;font-weight:750}.mobile-filter-trigger{display:none}.mobile-filter-trigger b{min-width:18px;height:18px;display:grid;place-items:center;border-radius:99px;background:var(--accent);font-size:9px}.active-filter-row{display:flex;gap:7px;align-items:center;flex-wrap:wrap;padding:0 0 15px}.active-filter-row>span{font-size:11px;font-weight:850;color:var(--muted)}.active-filter-row a{padding:6px 9px;border-radius:999px;background:#fff;border:1px solid var(--line);font-size:11px;font-weight:750}.active-filter-row .clear-all{color:var(--brand);background:transparent;border-color:transparent}.store-layout-v44{display:grid;grid-template-columns:250px minmax(0,1fr);gap:28px;align-items:start}.store-filter-v44{position:sticky;top:172px;border-right:1px solid var(--line);padding-right:22px}.filter-mobile-head{display:none}.filter-search-box{height:43px;display:flex;align-items:center;gap:9px;border:1px solid var(--line);border-radius:12px;background:#fff;padding:0 11px;margin-bottom:8px}.filter-search-box .fa-icon{width:13px;color:var(--muted)}.filter-search-box input{width:100%;border:0;outline:0;background:transparent;font-size:13px}.filter-group{border-bottom:1px solid var(--line);padding:4px 0}.filter-group summary{list-style:none;display:flex;align-items:center;justify-content:space-between;cursor:pointer;padding:13px 0;font-weight:850;font-size:13px}.filter-group summary::-webkit-details-marker{display:none}.filter-group summary .fa-icon{width:10px;height:10px;color:var(--muted);transition:transform .15s}.filter-group[open] summary .fa-icon{transform:rotate(180deg)}.filter-check-list{padding:0 0 12px;display:flex;flex-direction:column;gap:4px}.filter-check-list.scrollable{max-height:230px;overflow:auto;padding-right:4px}.filter-check-list label{display:grid;grid-template-columns:18px 1fr auto;align-items:center;gap:7px;min-height:29px;font-size:12px;cursor:pointer}.filter-check-list input{accent-color:var(--brand)}.filter-check-list small{color:var(--muted);font-size:10px}.choice-pills{display:flex;flex-wrap:wrap;gap:7px;padding:0 0 14px}.choice-pills label input,.size-chip-grid label input{position:absolute;opacity:0;pointer-events:none}.choice-pills label span{display:block;padding:8px 10px;border:1px solid var(--line);border-radius:10px;background:#fff;font-size:11px;font-weight:800;cursor:pointer}.choice-pills label input:checked+span{background:var(--brand);border-color:var(--brand);color:#fff}.size-chip-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:5px;padding:0 0 14px}.size-chip-grid label span{height:34px;display:grid;place-items:center;border:1px solid var(--line);border-radius:9px;background:#fff;font-size:10px;font-weight:850;cursor:pointer}.size-chip-grid label input:checked+span{background:var(--brand);color:#fff;border-color:var(--brand)}.size-chip-grid label.is-unavailable span{opacity:.35;cursor:not-allowed}.price-range-fields{display:grid;grid-template-columns:1fr 1fr;gap:7px;padding:0 0 14px}.price-range-fields label{font-size:10px;color:var(--muted);font-weight:800}.price-range-fields input{width:100%;height:38px;margin-top:4px;border:1px solid var(--line);border-radius:9px;padding:0 8px}.single-filter-check{display:flex;align-items:flex-start;gap:9px;padding:13px 0;border-bottom:1px solid var(--line);cursor:pointer}.single-filter-check input{margin-top:3px;accent-color:var(--brand)}.single-filter-check span{display:flex;flex-direction:column}.single-filter-check small{color:var(--muted);font-size:10px}.filter-submit{padding-top:14px}.filter-submit>a{display:block;text-align:center;margin-top:8px;font-size:11px;color:var(--muted);font-weight:750}.products-v44{grid-template-columns:repeat(3,1fr);gap:14px}.product-card-v44{border-radius:17px;box-shadow:none}.product-card-media{position:relative}.product-card-v44 .product-image{aspect-ratio:1/1.12}.product-placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:#89958e}.product-placeholder .fa-icon{width:25px;height:25px}.product-placeholder.large .fa-icon{width:44px;height:44px}.product-badges{position:absolute;left:9px;top:9px;display:flex;gap:5px;pointer-events:none}.product-badges span{padding:5px 7px;border-radius:999px;background:#fff;font-size:9px;font-weight:900;box-shadow:0 2px 10px rgba(0,0,0,.08)}.favorite-form{position:absolute;right:9px;top:9px;z-index:3}.icon-button{width:36px;height:36px;display:grid;place-items:center;border:1px solid rgba(220,225,218,.9);border-radius:50%;background:rgba(255,255,255,.94);color:var(--ink);box-shadow:0 2px 12px rgba(0,0,0,.06)}.icon-button .fa-icon{width:15px;height:15px}.icon-button:hover,.icon-button.is-favorite{color:#a72f3a;background:#fff}.product-card-v44 .product-body{display:block;padding:13px 14px 15px}.product-meta-line{display:flex;align-items:center;justify-content:space-between;gap:10px;color:var(--muted);font-size:10px}.product-meta-line span{font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-meta-line small{white-space:nowrap}.product-card-v44 .product-title{font-size:14px;margin:4px 0 9px;min-height:21px}.product-attributes{display:flex;gap:5px;flex-wrap:wrap;min-height:24px;margin-bottom:10px}.product-attributes span{padding:4px 7px;border-radius:7px;background:#f1f4f0;color:#5d6c64;font-size:9px;font-weight:750}.price-row{display:flex;align-items:center;justify-content:space-between;gap:10px}.price-row .price{font-size:18px}.view-product{display:flex;align-items:center;gap:5px;color:var(--muted);font-size:9px;font-weight:800}.view-product .fa-icon{width:8px;height:8px}.pagination{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:28px;padding-top:20px;border-top:1px solid var(--line)}.pagination>div{display:flex;gap:5px}.pagination a{min-width:36px;height:36px;padding:0 10px;display:grid;place-items:center;border:1px solid var(--line);border-radius:10px;background:#fff;font-size:11px;font-weight:850}.pagination a.active{background:var(--brand);color:#fff;border-color:var(--brand)}.pagination a.disabled{opacity:.35;pointer-events:none}.store-empty-v44{min-height:380px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;border:1px dashed var(--line-strong);border-radius:22px;background:#fff;padding:30px}.store-empty-v44>.fa-icon{width:38px;height:38px;color:#a8b1ac}.store-empty-v44 h2{margin:15px 0 5px}.store-empty-v44 p{max-width:430px;color:var(--muted);margin:0 0 18px}.filter-backdrop{display:none}

/* Product details */
.product-detail-section{padding:26px 0 70px}.product-detail-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(370px,.72fr);gap:48px;align-items:start}.gallery-main-v44{aspect-ratio:1/1.02;background:#eff1ed;border-radius:24px;overflow:hidden;display:grid;place-items:center}.gallery-main-v44 img{width:100%;height:100%;object-fit:cover}.gallery-thumbs-v44{display:flex;gap:8px;margin-top:10px;overflow-x:auto}.gallery-thumbs-v44 .gallery-thumb{width:78px;height:78px;padding:0;border:2px solid transparent;border-radius:12px;overflow:hidden;background:#fff}.gallery-thumbs-v44 .gallery-thumb.active{border-color:var(--brand)}.gallery-thumbs-v44 img{width:100%;height:100%;object-fit:cover}.product-buy-panel{position:sticky;top:175px}.product-category-kicker{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);font-weight:900}.product-title-row{display:flex;align-items:flex-start;gap:14px;margin:6px 0}.product-title-row h1{flex:1;font-size:42px;line-height:1.02;letter-spacing:-2px;margin:0}.product-title-row form{margin:0}.product-favorite{position:static;width:42px;height:42px}.product-price-big{font-size:34px;font-weight:950;letter-spacing:-1.2px;margin:15px 0 22px}.product-facts-v44{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-bottom:22px}.product-facts-v44>div{padding:12px;border-radius:12px;background:#fff;border:1px solid var(--line)}.product-facts-v44 span{display:block;color:var(--muted);font-size:9px;text-transform:uppercase;letter-spacing:.08em;font-weight:850}.product-facts-v44 strong{display:block;margin-top:3px}.product-description-v44{padding:20px 0;border-block:1px solid var(--line)}.product-description-v44 h2{font-size:16px;margin:0 0 7px}.product-description-v44 p{color:var(--muted);margin:0}.purchase-box-v44{margin-top:20px}.buy-button{width:100%;min-height:54px;font-size:15px;justify-content:flex-start;padding-inline:18px}.buy-button>span{margin-left:auto}.purchase-benefits{display:grid;gap:0;margin-top:13px;border:1px solid var(--line);background:#fff;border-radius:15px;padding:3px 14px}.purchase-benefits>span{display:grid;grid-template-columns:25px 1fr;column-gap:9px;padding:11px 0;border-bottom:1px solid var(--line)}.purchase-benefits>span:last-child{border:0}.purchase-benefits .fa-icon{grid-row:1/3;align-self:center;color:var(--brand);width:17px;height:17px}.purchase-benefits b{font-size:11px}.purchase-benefits small{font-size:10px;color:var(--muted)}.purchase-benefits a{text-decoration:underline}.product-sku{margin-top:12px;color:var(--muted);font-size:10px}

/* Legal/help content */
.legal-hero{padding:72px 0 54px;background:linear-gradient(135deg,#edf3ef,#fbfaf6);border-bottom:1px solid var(--line)}.legal-hero.compact{padding:54px 0 42px}.container.narrow{max-width:900px}.legal-hero h1{font-size:clamp(42px,6vw,66px);letter-spacing:-3px;line-height:.98;margin:8px 0 15px}.legal-hero p{font-size:17px;color:var(--muted);max-width:730px}.process-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.process-grid article,.info-card-grid article{background:#fff;border:1px solid var(--line);border-radius:18px;padding:23px}.process-grid article>span{width:34px;height:34px;display:grid;place-items:center;border-radius:10px;background:var(--brand-soft);color:var(--brand);font-size:10px;font-weight:950}.process-grid h2,.info-card-grid h2{font-size:19px;margin:14px 0 6px}.process-grid p,.info-card-grid p{color:var(--muted);margin:0}.legal-callout{margin-top:22px;padding:25px;border-radius:20px;background:var(--brand);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:20px}.legal-callout .eyebrow{color:#bed1c7}.legal-callout h2{margin:5px 0 0}.legal-callout.warning{background:#fff8e8;color:var(--ink);border:1px solid #efdba9}.legal-callout.warning .eyebrow{color:#99701b}.legal-layout{display:grid;grid-template-columns:210px minmax(0,1fr);gap:55px;align-items:start}.legal-toc{position:sticky;top:175px;display:flex;flex-direction:column;gap:8px;padding:17px;border:1px solid var(--line);border-radius:15px;background:#fff}.legal-toc strong{margin-bottom:4px}.legal-toc a{color:var(--muted);font-size:12px}.legal-toc a:hover{color:var(--brand)}.legal-content{max-width:800px}.legal-content.standalone{margin-inline:auto}.legal-content h2{font-size:22px;letter-spacing:-.5px;margin:35px 0 9px}.legal-content h2:first-child{margin-top:0}.legal-content p{color:#4f5f56;margin:0 0 13px}.legal-content a{color:var(--brand);text-decoration:underline}.info-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.info-card-grid article>.fa-icon{width:28px;height:28px;color:var(--brand)}.faq-list{display:grid;gap:8px}.faq-list details{background:#fff;border:1px solid var(--line);border-radius:15px;padding:0 18px}.faq-list summary{cursor:pointer;font-weight:850;padding:17px 0;list-style:none}.faq-list summary::-webkit-details-marker{display:none}.faq-list p{margin:0;padding:0 0 17px;color:var(--muted)}

/* Checkout polish */
.checkout-form-card{padding:28px}.checkout-step{display:flex;align-items:flex-start;gap:12px;margin-bottom:17px}.checkout-step>span{width:31px;height:31px;display:grid;place-items:center;border-radius:10px;background:var(--brand);color:#fff;font-size:11px;font-weight:950}.checkout-step h2{margin:0;font-size:19px}.checkout-step p{margin:2px 0 0;color:var(--muted);font-size:12px}.checkout-divider{height:1px;background:var(--line);margin:28px 0}.payment-choice.modern{display:grid;grid-template-columns:auto 42px 1fr;align-items:center}.payment-choice-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:11px;background:var(--brand-soft);color:var(--brand)}.gateway-note.modern{display:flex;align-items:flex-start;gap:11px}.gateway-icon{width:36px;height:36px;display:grid;place-items:center;border-radius:10px;background:#fff;color:var(--brand);flex:0 0 auto}.gateway-note.modern>div{display:flex;flex-direction:column}.terms-check{display:flex;align-items:flex-start;gap:9px;margin-top:17px;padding:14px;border:1px solid var(--line);border-radius:12px;background:#fafbf8;font-size:11px;color:var(--muted)}.terms-check input{margin-top:2px;accent-color:var(--brand)}.terms-check a{color:var(--brand);font-weight:800;text-decoration:underline}.checkout-summary{top:175px}.checkout-pay-button{min-height:52px;margin-top:10px}.checkout-safe-note{display:flex;align-items:flex-start;gap:8px;margin-top:12px;color:var(--muted);font-size:10px}.checkout-safe-note .fa-icon{color:var(--brand);margin-top:2px}

/* Footer v4.4 */
.footer{padding-top:58px}.footer-top{display:grid;grid-template-columns:1.7fr repeat(4,1fr);gap:42px}.footer-brand p{max-width:360px}.footer-top>div:not(.footer-brand){display:flex;flex-direction:column;gap:8px}.footer-top strong{margin-bottom:4px}.footer-top a{color:#b9cbc2;font-size:13px}.footer-trust{display:flex;gap:13px;flex-wrap:wrap;margin-top:17px}.footer-trust span{display:flex;align-items:center;gap:6px;font-size:10px;color:#b9cbc2}.footer-bottom>div{display:flex;gap:18px}.footer-bottom a{color:#9fb5aa}

@media(max-width:1180px){.main-header-row{grid-template-columns:auto minmax(220px,1fr) auto;gap:18px}.seller-header-link span{display:none}.shop-category-grid{grid-template-columns:repeat(4,1fr)}.products-v44{grid-template-columns:repeat(3,1fr)}.footer-top{grid-template-columns:1.4fr repeat(2,1fr)}.footer-top>div:nth-child(4),.footer-top>div:nth-child(5){margin-top:10px}.category-nav{gap:20px}}
@media(max-width:900px){.utility-inner nav{display:none}.main-header-row{display:flex;min-height:68px;gap:12px}.main-search{display:none}.site-logo{margin-right:auto}.header-icon-link small,.account-trigger small,.seller-header-link{display:none}.header-icon-link,.account-trigger{min-width:44px;width:44px;height:44px;padding:0}.account-trigger .tiny-icon{display:none}.mobile-menu-button{display:grid}.category-nav-wrap{display:none}.mobile-drawer{position:fixed;inset:0 0 0 auto;width:min(390px,92vw);z-index:130;background:var(--cream);padding:18px;box-shadow:-20px 0 60px rgba(0,0,0,.18);transform:translateX(105%);transition:transform .22s;display:block;overflow:auto}.mobile-drawer.open{transform:translateX(0)}.mobile-drawer-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.mobile-drawer-head strong{font-size:20px}.mobile-drawer-head button{width:40px;height:40px;display:grid;place-items:center;border:1px solid var(--line);border-radius:11px;background:#fff}.mobile-search{height:45px;display:grid;grid-template-columns:25px 1fr auto;align-items:center;gap:5px;padding-left:10px;border:1px solid var(--line);background:#fff;border-radius:12px;margin-bottom:15px}.mobile-search input{border:0;outline:0;background:transparent}.mobile-search button{height:100%;border:0;background:var(--brand);color:#fff;padding:0 13px;border-radius:0 11px 11px 0;font-weight:800}.mobile-category-list,.mobile-drawer-links{display:flex;flex-direction:column}.mobile-category-list a{display:flex;align-items:center;gap:11px;padding:11px 4px;border-bottom:1px solid var(--line);font-weight:800}.mobile-category-list .fa-icon{width:16px;color:var(--brand)}.mobile-drawer-links{padding-top:14px;margin-top:8px;border-top:1px solid var(--line)}.mobile-drawer-links a{padding:8px 4px;color:var(--muted);font-size:12px}.mobile-auth{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:18px}.store-page{padding-top:18px}.shop-category-grid{grid-template-columns:repeat(4,1fr)}.store-layout-v44{grid-template-columns:1fr}.store-filter-v44{position:fixed;inset:0 0 0 auto;width:min(390px,94vw);z-index:150;background:var(--cream);padding:18px 18px 30px;border:0;overflow:auto;transform:translateX(105%);transition:transform .22s}.store-filter-v44.open{transform:translateX(0)}.filter-mobile-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.filter-mobile-head strong{font-size:19px}.filter-mobile-head button{width:39px;height:39px;display:grid;place-items:center;border:1px solid var(--line);background:#fff;border-radius:10px}.filter-backdrop{position:fixed;inset:0;background:rgba(7,23,17,.42);z-index:140}.filter-backdrop.open{display:block}.mobile-filter-trigger{display:inline-flex}.products-v44{grid-template-columns:repeat(3,1fr)}.product-detail-grid{grid-template-columns:1fr}.product-buy-panel{position:static}.legal-layout{grid-template-columns:1fr}.legal-toc{position:static;display:none}.footer-top{grid-template-columns:1fr 1fr 1fr}.footer-brand{grid-column:1/-1}.info-card-grid{grid-template-columns:1fr 1fr}}
@media(max-width:650px){.container{width:calc(100% - 24px)}.utility-message span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.site-logo{font-size:24px}.header-quick-actions{gap:2px}.header-icon-link,.account-trigger{width:41px;min-width:41px}.store-hero{padding:24px 20px;border-radius:20px}.store-hero h1{font-size:37px;letter-spacing:-2px}.store-hero-points,.hero-category-icon{display:none}.shop-category-grid{display:flex;overflow-x:auto;gap:8px;padding-bottom:5px}.shop-category-grid>a{min-width:130px}.shop-toolbar{align-items:flex-start}.shop-toolbar-actions{margin-left:auto}.sort-form label{font-size:0}.sort-form select{font-size:11px}.products-v44{grid-template-columns:repeat(2,1fr);gap:9px}.product-card-v44 .product-image{aspect-ratio:1/1.18}.product-card-v44 .product-body{padding:10px}.product-meta-line small{display:none}.product-card-v44 .product-title{font-size:12px;margin-bottom:6px}.product-attributes{margin-bottom:7px}.product-attributes span{font-size:8px}.price-row .price{font-size:15px}.view-product{display:none}.favorite-form{top:6px;right:6px}.icon-button{width:32px;height:32px}.product-badges{left:6px;top:6px}.product-badges span{font-size:8px;padding:4px 6px}.pagination{align-items:stretch}.pagination>div{display:none}.pagination>a{flex:1}.product-detail-section{padding-top:16px}.product-title-row h1{font-size:33px}.product-price-big{font-size:29px}.product-facts-v44{grid-template-columns:1fr 1fr}.legal-hero{padding:46px 0 36px}.legal-hero h1{font-size:41px;letter-spacing:-2.2px}.process-grid,.info-card-grid{grid-template-columns:1fr}.legal-callout{align-items:flex-start;flex-direction:column}.footer-top{grid-template-columns:1fr 1fr;gap:28px}.footer-brand{grid-column:1/-1}.footer-bottom{align-items:flex-start}.footer-bottom>div{flex-wrap:wrap}.checkout-form-card{padding:19px}}

body.drawer-open,body.filter-open{overflow:hidden}

/* V4.4 home alignment with the new storefront */
.text-link-arrow{display:inline-flex;align-items:center;gap:8px;margin-top:8px;color:var(--brand);font-weight:900}.text-link-arrow .fa-icon{width:12px;height:12px;transition:transform .16s}.text-link-arrow:hover .fa-icon{transform:translateX(3px)}
.hero-proof .fa-icon{width:14px;height:14px;color:var(--brand)}
.home-category-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:10px}.home-category-grid>a{min-width:0;min-height:144px;padding:18px 15px;border-radius:18px;border:1px solid var(--line);background:#fff;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:10px;box-shadow:0 5px 22px rgba(18,33,27,.025);transition:transform .18s,border-color .18s,box-shadow .18s}.home-category-grid>a:hover{transform:translateY(-3px);border-color:#cbd7cf;box-shadow:var(--shadow-sm)}.home-category-grid>a>span{width:43px;height:43px;display:grid;place-items:center;border-radius:13px;background:var(--brand-soft);color:var(--brand)}.home-category-grid>a>span .fa-icon{width:20px;height:20px}.home-category-grid strong{font-size:14px;line-height:1.2}.home-category-grid small{display:flex;align-items:center;gap:6px;color:var(--muted);font-size:10px}.home-category-grid small .fa-icon{width:9px;height:9px}
@media(max-width:1180px){.home-category-grid{grid-template-columns:repeat(4,1fr)}}
@media(max-width:760px){.home-category-grid{display:flex;overflow-x:auto;gap:9px;padding-bottom:6px;scroll-snap-type:x proximity}.home-category-grid>a{min-width:145px;scroll-snap-align:start}}


/* V4.4.1 account-layout hotfix
   Every /min-sida view must keep the account navigation in the left rail.
   Some V4.4 templates only used .dashboard, which made the sidebar become a full-width block. */
.dashboard.account-dashboard{display:grid;grid-template-columns:260px minmax(0,1fr);gap:30px;align-items:start}
.dashboard.account-dashboard>.account-sidebar{width:100%;max-width:260px;min-width:0;align-self:start}
.dashboard.account-dashboard>.dash-main{min-width:0;width:100%}
.account-sidebar .account-nav a>.fa-icon{width:17px;height:17px;flex:0 0 17px;color:currentColor}
.account-sidebar .account-nav a small{margin-left:auto;font-size:9px;color:var(--muted)}
.account-dashboard .content-grid.two-thirds{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(280px,.75fr);gap:18px;align-items:start}
.account-dashboard .table-wrap{max-width:100%;overflow-x:auto}
.account-dashboard .two-col>*{min-width:0}
@media(max-width:980px){.dashboard.account-dashboard{grid-template-columns:220px minmax(0,1fr);gap:20px}.dashboard.account-dashboard>.account-sidebar{max-width:220px}}
@media(max-width:860px){.dashboard.account-dashboard{grid-template-columns:1fr;gap:18px}.dashboard.account-dashboard>.account-sidebar{position:static;max-width:none;width:100%}.account-dashboard .content-grid.two-thirds{grid-template-columns:1fr}.account-dashboard .account-nav{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:560px){.account-dashboard .account-nav{grid-template-columns:1fr}}

/* ===== Netbás V4.5 commerce & returns ===== */
.empty-state-v45{text-align:center;padding:54px 30px}.empty-state-v45 .empty-icon{width:58px;height:58px;margin:0 auto 14px;display:grid;place-items:center;border-radius:18px;background:var(--brand-soft,#edf4ef);color:var(--brand)}.empty-state-v45 h2{margin:0 0 8px}.empty-state-v45 p{color:var(--muted);max-width:520px;margin:0 auto 20px}.return-list-v45{display:grid;gap:10px}.return-card-v45{display:flex;justify-content:space-between;gap:20px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:17px;padding:17px 19px}.return-card-v45>div{display:flex;flex-direction:column;gap:4px}.return-card-v45>div:last-child{align-items:flex-end}.return-card-v45 small{color:var(--muted)}.shipment-banner-v45{display:flex;gap:13px;align-items:center;padding:15px 17px;margin-bottom:14px;border-radius:16px;background:#eef4f0;border:1px solid #d7e3dc}.shipment-banner-v45.delivered{background:#f4f8e9;border-color:#e0e9bd}.shipment-banner-v45 .fa-icon{width:24px;height:24px;color:var(--brand)}.shipment-banner-v45>div{display:flex;flex-direction:column}.order-item-v45{align-items:flex-start}.order-item-copy{display:flex;flex-direction:column;gap:5px;min-width:0}.order-item-copy small{color:var(--muted)}.order-item-end{margin-left:auto;text-align:right;min-width:190px}.return-inline-v45{margin-top:12px;text-align:left}.return-inline-v45 summary{cursor:pointer;font-weight:850;color:var(--brand)}.return-inline-v45 form{margin-top:10px;padding:13px;background:#f7f8f4;border:1px solid var(--line);border-radius:13px}.return-inline-v45 label{display:grid;gap:5px;font-weight:800;margin-bottom:10px}.return-inline-v45 select,.return-inline-v45 textarea{width:100%;padding:10px;border:1px solid var(--line);border-radius:10px;background:#fff;font:inherit}.seller-debt-alert-v45{display:grid;grid-template-columns:46px 1fr;gap:14px;align-items:start;padding:17px 18px;margin:15px 0;background:#fff6ed;border:1px solid #efd3b5;border-radius:16px}.seller-debt-alert-v45>div:first-child{width:46px;height:46px;display:grid;place-items:center;border-radius:13px;background:#fff;color:#a84d16}.seller-debt-alert-v45 strong{display:block;margin-bottom:4px}.seller-debt-alert-v45 p{margin:0;color:#765743}.btn.full{width:100%}
@media(max-width:720px){.return-card-v45{align-items:flex-start}.return-card-v45>div:last-child{align-items:flex-start}.order-item-end{min-width:0;margin-left:0;text-align:left}.order-item-v45{display:grid!important;grid-template-columns:72px 1fr}.order-item-end{grid-column:2}}

/* V4.5 notification center */
.account-nav-count{margin-left:auto!important;min-width:24px;height:24px;padding:0 7px;border-radius:999px;background:#173f33;color:#fff!important;display:inline-grid!important;place-items:center;font-size:11px!important;font-weight:900}
.notification-panel-v45{padding:0;overflow:hidden}.notification-list-v45{display:grid}.notification-row-v45{display:grid;grid-template-columns:10px minmax(0,1fr) auto;gap:14px;align-items:flex-start;padding:18px 20px;border-bottom:1px solid #e8ebe6}.notification-row-v45:last-child{border-bottom:0}.notification-row-v45.unread{background:#f6faef}.notification-dot-v45{width:9px;height:9px;border-radius:50%;background:#cfd6d1;margin-top:7px}.notification-row-v45.unread .notification-dot-v45{background:#9fc51d;box-shadow:0 0 0 4px rgba(159,197,29,.14)}.notification-copy-v45>div{display:flex;justify-content:space-between;gap:16px}.notification-copy-v45 strong{color:#17211c}.notification-copy-v45 time,.notification-copy-v45 p,.notification-read-v45{color:#748078;font-size:13px}.notification-copy-v45 p{margin:5px 0 0;line-height:1.55}.text-button-v45{border:0;background:transparent;color:#174638;font-weight:800;cursor:pointer;padding:2px 0}.notification-read-v45{white-space:nowrap}@media(max-width:640px){.notification-row-v45{grid-template-columns:8px 1fr}.notification-row-v45>form,.notification-read-v45{grid-column:2}.notification-copy-v45>div{display:grid;gap:3px}}

/* ===== Netbás V4.6 introductory seller pricing ===== */
.hero-price-note-v46{display:block;margin-top:5px;color:rgba(255,255,255,.72);font-size:12px}.seller-plan-v46{position:relative;overflow:hidden}.intro-price-row-v46{display:flex;align-items:flex-end;gap:12px;flex-wrap:wrap}.intro-saving-v46{display:inline-flex;padding:6px 9px;margin-bottom:7px;border-radius:999px;background:var(--accent);color:#173426;font-size:11px;font-weight:900}.renew-price-v46{margin:4px 0 20px;color:var(--muted);font-size:14px}.renew-price-v46 strong{color:var(--ink)}.payment-panel-v46 h2{margin:4px 0 17px}.featured-payment-v46{border-color:#b8ca62;background:#fbfdea}.wallet-renew-v46{margin:12px 0 18px}.subscription-summary-v46{display:grid;grid-template-columns:1fr auto;align-items:end;gap:3px 16px;margin:16px 0;padding:14px 15px;border-radius:14px;background:var(--cream-2);border:1px solid var(--line)}.subscription-summary-v46 span{font-size:12px;color:var(--muted);font-weight:800}.subscription-summary-v46 strong{font-size:22px;letter-spacing:-.6px}.subscription-summary-v46 small{grid-column:1/-1;color:var(--muted)}.subscription-fineprint-v46{margin-top:15px;padding:15px 17px;border:1px solid var(--line);border-radius:15px;background:#fff}.subscription-fineprint-v46 p{margin:4px 0 0;color:var(--muted);font-size:13px}

/* ===== Netbás V4.7 launch-ready account + seller onboarding ===== */
.onboarding-shell-v47{display:grid;gap:18px}.onboarding-steps-v47{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:18px 0}.onboarding-step-v47{display:flex;align-items:center;gap:11px;padding:14px;border:1px solid var(--line);border-radius:15px;background:#fff}.onboarding-step-v47>span{width:31px;height:31px;display:grid;place-items:center;border-radius:50%;background:#edf1ec;font-weight:950}.onboarding-step-v47.done>span{background:#dff1e8;color:#17623b}.onboarding-step-v47.current{border-color:#a8c4b8;box-shadow:0 0 0 3px rgba(18,63,49,.05)}.onboarding-step-v47>div{display:grid}.onboarding-step-v47 small{color:var(--muted)}.seller-profile-form-v47{display:grid;gap:15px}.sensitive-grid-v47{display:grid;grid-template-columns:1fr 1fr;gap:12px}.sensitive-field-v47{padding:15px;border:1px solid #dfe5df;background:#fbfcfa;border-radius:14px}.sensitive-field-v47 .sensitive-note{display:flex;gap:7px;align-items:center;margin-top:7px;color:var(--muted);font-size:11px}.masked-value-v47{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-weight:900}.seller-terms-v47{display:flex!important;align-items:flex-start;gap:10px;padding:14px;background:#f6f8f5;border:1px solid var(--line);border-radius:13px}.seller-terms-v47 input{width:auto!important;margin-top:3px}.seller-prereq-v47{display:grid;gap:9px;margin:16px 0}.seller-prereq-row-v47{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 14px;background:#fff;border:1px solid var(--line);border-radius:13px}.seller-prereq-row-v47 .ok{color:#17623b}.seller-prereq-row-v47 .bad{color:#a03a2d}.account-settings-grid-v47{display:grid;grid-template-columns:1fr 1fr;gap:16px}.account-settings-grid-v47>.panel{margin:0}.email-verification-v47{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:15px;border-radius:14px;background:#f8faf7;border:1px solid var(--line)}.notification-toggle-v47{display:flex!important;align-items:center;justify-content:space-between;gap:18px;padding:14px;border:1px solid var(--line);border-radius:13px}.notification-toggle-v47 input{width:auto!important}.payout-bank-v47{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:15px;border:1px solid var(--line);border-radius:14px;background:#fafbf9;margin:12px 0}.payout-bank-v47>div{display:grid;gap:2px}.payout-bank-v47 strong{font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.shipment-banner-v45 .btn{margin-top:8px;width:max-content}.seller-profile-warning-v47{margin:15px 0}.inline-actions-v47{display:flex;gap:8px;flex-wrap:wrap;margin-top:15px}.btn.danger{background:#a94034;color:#fff;border-color:#a94034}
@media(max-width:760px){.onboarding-steps-v47,.sensitive-grid-v47,.account-settings-grid-v47{grid-template-columns:1fr}.payout-bank-v47,.email-verification-v47{align-items:flex-start;flex-direction:column}}
.field-help-row-v47{display:flex;justify-content:space-between;gap:12px;margin-top:6px;font-size:11px}.field-help-row-v47 a{font-weight:800;color:var(--brand)}
.address-book-v47{margin:16px 0}.address-book-list-v47{display:grid;gap:8px}.address-card-v47{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:13px 14px;border:1px solid var(--line);border-radius:13px;background:#fafbf9}.address-card-v47>div:first-child{display:grid;gap:4px}.address-card-v47>div:first-child>span{font-size:11px;color:var(--muted)}.address-title-v47{display:flex;align-items:center;gap:8px}.address-actions-v47{display:flex;gap:6px}.add-address-v47{margin-top:12px}.add-address-v47>summary{display:inline-flex;list-style:none;cursor:pointer}.add-address-v47>summary::-webkit-details-marker{display:none}.add-address-form-v47{margin-top:13px;padding-top:13px;border-top:1px solid var(--line)}
@media(max-width:680px){.address-card-v47{align-items:flex-start;flex-direction:column}.address-actions-v47{width:100%;flex-wrap:wrap}}

/* Netbás V4.8 Growth & seller storefront */
.footer-newsletter{margin:34px 0 24px;padding:28px;border-radius:24px;background:linear-gradient(135deg,#173f32,#0f3127);color:#fff;display:grid;grid-template-columns:minmax(0,1.4fr) minmax(320px,.8fr);gap:28px;align-items:center}.footer-newsletter h3{font-size:clamp(22px,2.4vw,32px);margin:5px 0 8px}.footer-newsletter p{margin:0;color:#d9e7df;max-width:670px}.footer-newsletter .eyebrow{color:#bfdc45}.footer-newsletter form{display:flex;gap:9px}.footer-newsletter input{min-width:0;flex:1;border:1px solid rgba(255,255,255,.18);background:#fff;color:#17211c;border-radius:13px;padding:13px 14px}.footer-newsletter .btn{white-space:nowrap}
.storefront-hero{padding:48px 0 32px;background:linear-gradient(180deg,#eff3df,#fbfaf5)}.storefront-hero-card{position:relative;overflow:hidden;border-radius:30px;min-height:280px;background:#173f32;color:#fff;display:flex;align-items:flex-end;padding:36px}.storefront-hero-card.has-image{background-size:cover;background-position:center}.storefront-hero-card.has-image:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(10,39,30,.9),rgba(10,39,30,.38))}.storefront-hero-content{position:relative;z-index:1;max-width:720px}.storefront-hero h1{font-size:clamp(38px,5vw,66px);line-height:.98;margin:8px 0 12px}.storefront-hero p{font-size:18px;color:#e2ece6;max-width:650px}.storefront-socials{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}.storefront-socials a{color:#fff;border:1px solid rgba(255,255,255,.25);padding:8px 12px;border-radius:999px}.storefront-shop-head{display:flex;justify-content:space-between;gap:20px;align-items:end;margin-bottom:22px}.storefront-shop-head h2{margin:0;font-size:32px}.storefront-shop-head p{margin:6px 0 0;color:#66736c}.seller-mini-link{display:flex;align-items:center;gap:12px;padding:15px 16px;border:1px solid #e3e5da;border-radius:16px;background:#f8faef;margin:16px 0}.seller-mini-link strong{display:block;color:#173f32}.seller-mini-link small{display:block;color:#6d776f}.seller-mini-link .btn{margin-left:auto}
.growth-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.growth-card{border:1px solid #e7e6dc;border-radius:20px;padding:20px;background:#fff}.growth-card h3{margin:0 0 7px}.growth-card p{color:#69736d;margin:0 0 16px}.account-card-list{display:grid;gap:12px}.account-card-row{border:1px solid #e7e6dc;border-radius:16px;padding:16px;display:flex;justify-content:space-between;gap:16px;align-items:center;background:#fff}.account-card-row .meta{color:#6a746e;font-size:13px}.offer-box{margin-top:14px;padding:16px;border:1px solid #dfe5d8;border-radius:16px;background:#f9fbf3}.offer-box h3{margin:0 0 5px}.offer-box form{display:flex;gap:8px;align-items:end}.offer-box input{max-width:180px}.saved-search-inline{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.saved-search-inline input{min-width:190px}.recommendation-strip{margin-top:28px}.family-profile-card{border:1px solid #e6e5dc;border-radius:18px;padding:18px;background:#fff}.family-size-tags{display:flex;gap:7px;flex-wrap:wrap}.family-size-tags span{padding:6px 9px;border-radius:999px;background:#eef3df;color:#294638;font-size:12px;font-weight:700}.support-thread{display:grid;gap:12px}.support-message{max-width:80%;padding:15px 17px;border-radius:18px;background:#f2f4eb}.support-message.staff{margin-left:auto;background:#173f32;color:#fff}.support-message header{display:flex;justify-content:space-between;gap:18px;font-size:12px;margin-bottom:8px}.support-message p{margin:0}.cms-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.cms-edit-card{border:1px solid #e3e4db;border-radius:18px;padding:18px;background:#fff}.pickup-admin-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.pickup-admin-card{border:1px solid #e4e6dd;border-radius:18px;padding:18px;background:#fff}.table-sub{display:block;color:#778078;margin-top:2px}.button-field{display:flex;align-items:flex-end}.store-save-search{display:flex;gap:8px;align-items:center;flex-wrap:wrap;margin-top:10px}.store-save-search input{max-width:230px}.product-history-list{display:grid;gap:9px}.product-history-list li{list-style:none;border-left:3px solid #bfdc45;padding-left:12px}.price-drop-note{color:#376038;font-weight:700}.a11y-skip{position:absolute;left:-9999px;top:0}.a11y-skip:focus{left:10px;top:10px;z-index:9999;background:#fff;padding:10px 14px;border-radius:9px}
@media(max-width:900px){.footer-newsletter{grid-template-columns:1fr}.growth-grid,.cms-card-grid,.pickup-admin-grid{grid-template-columns:1fr}.storefront-hero-card{min-height:230px;padding:25px}.storefront-shop-head{align-items:flex-start;flex-direction:column}}@media(max-width:620px){.footer-newsletter{padding:21px}.footer-newsletter form,.offer-box form{flex-direction:column;align-items:stretch}.account-card-row{align-items:flex-start;flex-direction:column}.support-message{max-width:94%}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
:focus-visible{outline:3px solid #a6ca2f;outline-offset:3px}
.home-cms-announcement{background:#bfdc45;color:#173f32}.home-cms-announcement>.container{display:flex;justify-content:space-between;gap:18px;align-items:center;padding-top:14px;padding-bottom:14px}.home-cms-announcement strong{margin-right:10px}.home-cms-announcement span{opacity:.85}.storefront-home-card{display:block;color:inherit;text-decoration:none}.storefront-home-card .category-icon{display:inline-flex;width:44px;height:44px;border-radius:14px;align-items:center;justify-content:center;background:#eef4df;color:#173f32;margin-bottom:12px}
@media(max-width:700px){.home-cms-announcement>.container{align-items:flex-start;flex-direction:column}.home-cms-announcement strong,.home-cms-announcement span{display:block}}
/* V4.8 seller price + offer controls */
.seller-price-layout{display:grid;gap:18px;max-width:860px}.seller-price-card h2{margin:0 0 14px}.setting-toggle{display:flex;justify-content:space-between;gap:24px;align-items:flex-start}.setting-toggle h2{margin-bottom:4px}.setting-toggle p{margin:0;color:var(--muted);max-width:600px}.switch{position:relative;display:inline-flex;flex:0 0 auto}.switch input{position:absolute;opacity:0;pointer-events:none}.switch span{width:48px;height:28px;border-radius:999px;background:#d8ded7;position:relative;transition:.2s}.switch span:after{content:"";position:absolute;width:22px;height:22px;left:3px;top:3px;border-radius:50%;background:#fff;box-shadow:0 1px 4px #0002;transition:.2s}.switch input:checked+span{background:var(--green,#173f31)}.switch input:checked+span:after{transform:translateX(20px)}.offer-settings-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:18px}.field label span{font-weight:400;color:var(--muted);font-size:.85em}.field small{display:block;color:var(--muted);margin-top:6px;line-height:1.45}.seller-price-actions{display:flex;gap:10px;flex-wrap:wrap}@media(max-width:720px){.offer-settings-grid{grid-template-columns:1fr}.setting-toggle{gap:12px}}
.storefront-image-fields{display:grid;grid-template-columns:1fr 1fr;gap:16px}.storefront-upload-preview{display:block;width:100%;object-fit:cover;border-radius:14px;margin:8px 0 10px;border:1px solid #dfe5df;background:#f3f4ef}.storefront-upload-preview.logo-preview{width:92px;height:92px;border-radius:50%}.storefront-upload-preview.hero-preview{height:150px}.seller-storefront-hero.has-storefront-cover{position:relative;background-image:linear-gradient(90deg,rgba(13,46,34,.94),rgba(13,46,34,.72)),var(--storefront-cover);background-size:cover;background-position:center}.seller-storefront-hero.has-storefront-cover .storefront-hero-card{background:rgba(255,255,255,.96)}.storefront-logo{width:72px;height:72px;border-radius:50%;object-fit:cover;border:4px solid #fff;box-shadow:0 6px 18px #0002}.storefront-socials{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}.storefront-socials a{font-weight:800;color:#173f31;text-decoration:none;background:#eef5ef;padding:8px 12px;border-radius:999px}@media(max-width:720px){.storefront-image-fields{grid-template-columns:1fr}}
.personal-recommendations{background:#f7f5ee}.storefront-card-logo{width:54px;height:54px;border-radius:50%;object-fit:cover;border:2px solid #fff;box-shadow:0 4px 14px #0001}

/* V4.8 seller booth directory */
.storefront-directory-hero{padding:56px 0 34px;background:linear-gradient(145deg,#f5f0e7 0%,#edf4ee 100%);border-bottom:1px solid var(--line)}
.storefront-directory-hero h1{max-width:760px;margin:8px 0 12px;font-size:clamp(38px,6vw,68px);line-height:.96;letter-spacing:-.055em}
.storefront-directory-hero p{max-width:680px;color:var(--muted);font-size:17px;margin:0 0 22px}
.storefront-directory-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.storefront-directory-card{display:block;overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:0 6px 28px rgba(25,47,38,.055);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.storefront-directory-card:hover{transform:translateY(-3px);box-shadow:0 12px 34px rgba(25,47,38,.09);border-color:#cad5cd}
.storefront-directory-cover{height:170px;background:linear-gradient(145deg,#163f32,#275d49);overflow:hidden;display:grid;place-items:center;color:#dceee4}
.storefront-directory-cover img{width:100%;height:100%;object-fit:cover}
.storefront-directory-cover.placeholder-cover .fa-icon{width:38px;height:38px}
.storefront-directory-body{position:relative;display:grid;grid-template-columns:60px minmax(0,1fr) 28px;gap:13px;align-items:center;padding:18px}
.storefront-directory-logo{width:60px;height:60px;border-radius:17px;object-fit:cover;border:3px solid #fff;box-shadow:0 4px 18px rgba(0,0,0,.1);background:#eef2ed}
.storefront-directory-logo-placeholder{display:grid;place-items:center;color:var(--brand)}
.storefront-directory-logo-placeholder .fa-icon{width:23px;height:23px}
.storefront-directory-body h3{margin:0 0 4px;font-size:18px;letter-spacing:-.02em}
.storefront-directory-body p{margin:0 0 8px;color:var(--muted);font-size:12px;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.storefront-directory-meta{display:flex;gap:8px;flex-wrap:wrap;color:var(--muted);font-size:10px;font-weight:800}
.storefront-directory-meta span{padding:5px 7px;border-radius:999px;background:#f2f5f1}
.storefront-directory-arrow{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:#edf3ee;color:var(--brand)}
.storefront-directory-arrow .fa-icon{width:10px;height:10px}
.storefront-share{display:flex;gap:8px;flex-wrap:wrap;margin-top:16px}
.storefront-share a,.storefront-share button{min-height:36px;padding:0 11px;display:inline-flex;align-items:center;gap:7px;border:1px solid rgba(255,255,255,.28);border-radius:10px;background:rgba(255,255,255,.08);color:inherit;font:inherit;font-size:11px;font-weight:850;cursor:pointer}
.storefront-share .fa-icon{width:12px;height:12px}
@media(max-width:900px){.storefront-directory-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){.storefront-directory-hero{padding:40px 0 24px}.storefront-directory-grid{grid-template-columns:1fr}.storefront-directory-cover{height:155px}}


/* V4.8.2 — sales-first storefront + Font Awesome CDN polish */
.fa-instagram{mask-image:url('../icons/instagram.svg');-webkit-mask-image:url('../icons/instagram.svg')}.fa-facebook-f{mask-image:url('../icons/facebook-f.svg');-webkit-mask-image:url('../icons/facebook-f.svg')}.fa-tiktok{mask-image:url('../icons/tiktok.svg');-webkit-mask-image:url('../icons/tiktok.svg')}.fa-youtube{mask-image:url('../icons/youtube.svg');-webkit-mask-image:url('../icons/youtube.svg')}
.utility-right{display:flex;align-items:center;gap:24px}.header-socials{display:flex;align-items:center;gap:6px}.header-socials>span{font-size:10px;font-weight:850;color:#98afa4;margin-right:2px}.header-socials a{width:26px;height:26px;border-radius:999px;display:grid;place-items:center;color:#dbe8e2;background:rgba(255,255,255,.07);transition:.16s}.header-socials a:hover{background:var(--accent);color:var(--brand);transform:translateY(-1px)}.header-socials .fa-icon{width:12px;height:12px}.site-header{box-shadow:0 7px 30px rgba(18,33,27,.035)}.main-header-row{min-height:78px;gap:24px}.site-logo{font-size:29px}.main-search{height:50px;border-radius:16px}.main-search button{min-width:82px}.header-icon-link{border:1px solid transparent}.cart-icon-link{box-shadow:0 6px 18px rgba(18,63,49,.13)}.category-nav{height:46px}.category-nav a{height:46px}.sell-nav-link{margin-left:5px;padding:0 13px!important;border-radius:999px}.sell-nav-link:after{display:none}.sell-nav-link:hover{background:var(--brand-soft)}
.mobile-socials{padding:14px 0 4px}.mobile-socials>strong{display:block;font-size:12px;margin-bottom:9px}.mobile-socials>div{display:flex;gap:8px}.mobile-socials a{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;background:var(--brand);color:#fff}.mobile-socials .fa-icon{width:17px;height:17px}

.shop-home-hero{padding:60px 0 54px;overflow:hidden;background:radial-gradient(circle at 8% 20%,rgba(216,239,99,.25),transparent 22%),linear-gradient(180deg,#fbfaf6 0%,#f8faf5 100%)}.shop-home-grid{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(440px,.98fr);gap:54px;align-items:center}.shop-home-copy h1{font-size:clamp(50px,6.4vw,82px);letter-spacing:-.066em;line-height:.92;margin:14px 0 22px}.shop-home-copy h1 em{font-style:normal;color:var(--brand)}.shop-home-copy>p{font-size:18px;color:var(--muted);max-width:680px;margin:0}.hero-shop-search{height:58px;max-width:690px;display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;margin-top:28px;background:#fff;border:1px solid #dce3db;border-radius:17px;box-shadow:0 14px 40px rgba(18,33,27,.07);overflow:hidden}.hero-shop-search>.fa-icon{width:16px;margin-left:17px;color:var(--muted)}.hero-shop-search input{height:100%;border:0;outline:0;background:transparent;padding:0 12px;font-size:15px}.hero-shop-search button{height:100%;border:0;background:var(--brand);color:#fff;padding:0 21px;font-weight:900}.hero-shop-actions{display:flex;gap:9px;flex-wrap:wrap;margin-top:13px}.shop-trust-line{display:flex;gap:18px;flex-wrap:wrap;margin-top:25px;color:var(--muted);font-size:11px;font-weight:750}.shop-trust-line span{display:flex;align-items:center;gap:6px}.shop-trust-line .fa-icon{width:12px;height:12px;color:var(--brand)}
.hero-product-stage{min-height:510px;position:relative}.hero-product-stack{height:450px;position:relative}.hero-mini-product{position:absolute;overflow:hidden;border-radius:24px;background:#fff;border:1px solid var(--line);box-shadow:0 20px 55px rgba(18,33,27,.12);transition:transform .2s,box-shadow .2s}.hero-mini-product:hover{z-index:8;transform:translateY(-5px) rotate(0)!important;box-shadow:0 28px 70px rgba(18,33,27,.17)}.hero-mini-product>img,.hero-mini-placeholder{width:100%;height:100%;object-fit:cover;display:grid;place-items:center;background:#edf1eb}.hero-mini-placeholder .fa-icon{width:30px;height:30px;color:var(--muted)}.hero-mini-product>span:last-child{position:absolute;left:12px;right:12px;bottom:12px;padding:12px;border-radius:15px;background:rgba(255,255,255,.94);backdrop-filter:blur(12px);display:grid;box-shadow:0 8px 26px rgba(0,0,0,.08)}.hero-mini-product small{color:var(--muted);font-size:9px;font-weight:850;text-transform:uppercase;letter-spacing:.08em}.hero-mini-product strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:12px;margin:2px 0}.hero-mini-product b{font-size:15px}.hero-mini-1{width:56%;height:72%;left:2%;top:2%;transform:rotate(-3deg)}.hero-mini-2{width:48%;height:60%;right:0;top:11%;transform:rotate(4deg)}.hero-mini-3{width:43%;height:52%;right:16%;bottom:0;transform:rotate(-1.5deg)}.hero-store-promise{height:430px;padding:42px;border-radius:30px;background:linear-gradient(145deg,var(--brand),#0c3025);color:#fff;display:flex;flex-direction:column;justify-content:center}.hero-store-promise .eyebrow{color:#b9d0c4}.hero-store-promise h2{font-size:44px;letter-spacing:-2px;line-height:1;margin:11px 0}.hero-store-promise p{color:#d5e3dc;max-width:400px}.hero-store-icon{width:58px;height:58px;border-radius:18px;display:grid;place-items:center;background:rgba(255,255,255,.1);color:var(--accent);margin-bottom:18px}.hero-store-icon .fa-icon{width:25px;height:25px}.hero-seller-float{position:absolute;left:5%;right:2%;bottom:-5px;z-index:10;padding:14px 16px;border-radius:17px;background:var(--accent);color:var(--ink);display:grid;grid-template-columns:38px 1fr 20px;align-items:center;gap:11px;box-shadow:0 14px 35px rgba(44,61,28,.16)}.hero-seller-float>span{width:38px;height:38px;border-radius:12px;background:rgba(18,63,49,.1);display:grid;place-items:center}.hero-seller-float>span .fa-icon{width:17px}.hero-seller-float div{display:flex;flex-direction:column}.hero-seller-float small{font-size:9px;color:#52632c}.hero-seller-float strong{font-size:12px}.hero-seller-float>.fa-icon{width:12px}
.sales-title{align-items:end}.sales-title h2{font-size:38px}.sales-title p{margin:7px 0 0;color:var(--muted);max-width:570px}.section-shop-link{display:inline-flex;align-items:center;gap:7px;white-space:nowrap}.section-shop-link .fa-icon{width:10px;height:10px}.home-shop-section{padding-top:56px}.home-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.home-product-card{min-width:0;background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden;transition:.18s;box-shadow:0 5px 18px rgba(18,33,27,.025)}.home-product-card:hover{transform:translateY(-3px);box-shadow:0 16px 38px rgba(18,33,27,.08);border-color:#cad5cd}.home-product-media{display:block;position:relative;aspect-ratio:1/1.08;background:#eef1ed;overflow:hidden}.home-product-media img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.home-product-card:hover img{transform:scale(1.025)}.home-product-placeholder{height:100%;display:grid;place-items:center;align-content:center;gap:8px;color:var(--muted)}.home-product-placeholder .fa-icon{width:23px;height:23px}.home-product-badges{position:absolute;left:9px;top:9px}.home-product-badges b{display:inline-flex;padding:6px 8px;border-radius:999px;background:var(--accent);color:var(--ink);font-size:9px;font-weight:950;box-shadow:0 3px 10px rgba(0,0,0,.08)}.home-product-badges .new-badge{background:#fff}.home-product-copy{display:block;padding:14px}.home-product-kicker{display:flex;justify-content:space-between;gap:8px;color:var(--muted);font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.home-product-kicker span,.home-product-kicker small{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.home-product-card h3{font-size:14px;line-height:1.3;margin:6px 0 8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.home-product-facts{display:flex;gap:5px;flex-wrap:wrap;min-height:20px;margin-bottom:9px}.home-product-facts span{padding:4px 6px;border-radius:999px;background:#f1f4ef;color:#68766e;font-size:8px;font-weight:750}.home-product-price{display:flex;align-items:baseline;gap:8px}.home-product-price strong{font-size:18px;letter-spacing:-.4px}.home-product-price del{font-size:10px;color:#98a29c}.sales-empty>span{width:45px;height:45px;margin:0 auto 12px;border-radius:14px;background:var(--brand-soft);color:var(--brand);display:grid;place-items:center}.sales-empty>span .fa-icon{width:19px;height:19px}
.category-sales-section{background:#f4f6f1;border-block:1px solid #e7ebe4}.home-category-grid-v481{grid-template-columns:repeat(4,minmax(0,1fr));gap:11px}.home-category-grid-v481>a{min-height:90px;display:grid;grid-template-columns:46px minmax(0,1fr) 26px;align-items:center;gap:12px;padding:17px;background:#fff;border:1px solid var(--line);border-radius:18px;transition:.16s}.home-category-grid-v481>a:hover{transform:translateY(-2px);border-color:#cad5cd;box-shadow:var(--shadow-sm)}.home-category-icon{width:46px;height:46px;border-radius:14px;display:grid;place-items:center;background:var(--brand-soft);color:var(--brand)}.home-category-icon .fa-icon{width:20px;height:20px}.home-category-grid-v481>a>div{display:flex;flex-direction:column}.home-category-grid-v481 strong{font-size:14px}.home-category-grid-v481 small{font-size:10px;color:var(--muted);margin-top:2px}.category-arrow{width:10px!important;height:10px!important;color:var(--muted)}.price-drop-section{background:#f8f7ef}.popular-products-section{background:#fff}.personal-recommendations{background:#f2f5f0}.storefront-sales-section{background:#f8faf6}.storefront-home-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:13px}.storefront-sales-card{display:grid;grid-template-columns:55px minmax(0,1fr) 26px;align-items:center;gap:12px;padding:17px;border:1px solid var(--line);border-radius:19px;background:#fff;transition:.16s}.storefront-sales-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-sm)}.storefront-sales-card>img,.storefront-sales-card>span{width:55px;height:55px;border-radius:16px;object-fit:cover;background:var(--brand-soft);display:grid;place-items:center;color:var(--brand)}.storefront-sales-card>span .fa-icon{width:22px;height:22px}.storefront-sales-card h3{margin:0 0 2px;font-size:14px}.storefront-sales-card p{margin:0 0 5px;color:var(--muted);font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.storefront-sales-card small{font-size:9px;font-weight:850;color:var(--brand)}.storefront-arrow{width:10px!important;color:var(--muted)}
.seller-sales-cta{padding:70px 0;background:var(--brand)}.seller-sales-card{display:grid;grid-template-columns:1fr .88fr;gap:70px;align-items:center;color:#fff}.seller-sales-copy .eyebrow{color:#bad0c5}.seller-sales-copy h2{font-size:clamp(38px,4.8vw,58px);line-height:.98;letter-spacing:-2.8px;margin:10px 0 18px;max-width:700px}.seller-sales-copy>p{color:#d3e1da;font-size:16px;max-width:650px}.seller-price-inline{display:flex;align-items:center;gap:14px;margin:24px 0}.seller-price-inline>strong{font-size:34px;color:var(--accent);letter-spacing:-1.4px}.seller-price-inline span{font-size:11px;font-weight:850}.seller-price-inline small{color:#aec3b8;font-weight:600}.seller-outline{background:transparent;color:#fff;border-color:rgba(255,255,255,.28)}.seller-outline:hover{background:rgba(255,255,255,.08);border-color:#fff}.seller-step-list{display:grid;gap:9px}.seller-step-list article{display:grid;grid-template-columns:40px 1fr;gap:12px;padding:16px;border:1px solid rgba(255,255,255,.13);background:rgba(255,255,255,.045);border-radius:16px}.seller-step-list article>span{width:40px;height:40px;display:grid;place-items:center;border-radius:12px;background:rgba(216,239,99,.12);color:var(--accent);font-size:10px;font-weight:950}.seller-step-list article div{display:flex;flex-direction:column}.seller-step-list strong{font-size:13px}.seller-step-list small{font-size:10px;color:#b9cbc2}.why-buy-section{background:#fbfaf6}.value-strip-v481 .value-card{min-height:180px}.value-strip-v481 .value-card>span .fa-icon{width:17px;height:17px}

.footer-v481{margin-top:0;padding-top:42px;background:linear-gradient(180deg,#0c3328 0%,#08261e 100%)}.footer-newsletter-v481{margin:0 0 45px;background:linear-gradient(135deg,#163f32 0%,#1b4b3b 68%,#244f3d 100%);border:1px solid rgba(255,255,255,.08);box-shadow:none}.footer-newsletter-v481 h3{font-size:34px}.footer-top-v481{grid-template-columns:1.8fr repeat(4,1fr);gap:40px}.footer-logo{display:inline-block;margin-bottom:11px}.footer-socials{margin-top:21px}.footer-socials>span{display:block;color:#8fa99c;font-size:9px;text-transform:uppercase;letter-spacing:.12em;font-weight:900;margin-bottom:8px}.footer-socials>div{display:flex;gap:7px;flex-wrap:wrap}.footer-socials a{height:36px;display:inline-flex!important;align-items:center;gap:7px!important;padding:0 10px;border-radius:10px;background:rgba(255,255,255,.07);color:#fff!important}.footer-socials a:hover{background:var(--accent);color:var(--brand)!important}.footer-socials .fa-icon{width:13px;height:13px}.footer-socials small{font-size:9px}.footer-bottom-v481{margin-top:38px}.footer-brand .footer-trust{margin-top:18px}

@media(max-width:1180px){.shop-home-grid{grid-template-columns:minmax(0,1fr) minmax(390px,.85fr);gap:32px}.home-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.storefront-home-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-top-v481{grid-template-columns:1.5fr repeat(2,1fr)}.utility-right{gap:14px}.header-socials>span{display:none}}
@media(max-width:900px){.shop-home-hero{padding-top:42px}.shop-home-grid{grid-template-columns:1fr}.hero-product-stage{min-height:430px;max-width:660px;width:100%;margin-inline:auto}.hero-product-stack{height:380px}.hero-seller-float{bottom:-4px}.home-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.seller-sales-card{grid-template-columns:1fr;gap:34px}.footer-top-v481{grid-template-columns:1fr 1fr 1fr}.footer-brand{grid-column:1/-1}}
@media(max-width:650px){.utility-right{display:none}.shop-home-hero{padding:34px 0 40px}.shop-home-copy h1{font-size:43px;letter-spacing:-2.6px}.shop-home-copy>p{font-size:15px}.hero-shop-search{height:auto;grid-template-columns:35px 1fr;margin-top:20px;padding:4px}.hero-shop-search>.fa-icon{margin-left:10px}.hero-shop-search input{height:47px}.hero-shop-search button{grid-column:1/-1;width:100%;height:44px;border-radius:11px}.hero-product-stage{min-height:355px}.hero-product-stack{height:320px}.hero-mini-1{width:58%;height:70%}.hero-mini-2{width:48%;height:57%}.hero-mini-3{width:44%;height:48%}.hero-mini-product>span:last-child{padding:8px;left:7px;right:7px;bottom:7px}.hero-mini-product small{display:none}.hero-mini-product strong{font-size:10px}.hero-mini-product b{font-size:12px}.hero-seller-float{left:0;right:0;padding:11px}.hero-seller-float small{display:none}.hero-seller-float strong{font-size:10px}.sales-title{align-items:flex-start;flex-direction:column;margin-bottom:17px}.sales-title h2{font-size:29px}.sales-title p{font-size:12px}.home-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.home-product-copy{padding:10px}.home-product-kicker small{display:none}.home-product-card h3{font-size:12px;margin:4px 0 6px}.home-product-price strong{font-size:15px}.home-product-facts span{font-size:7px}.home-category-grid-v481{grid-template-columns:1fr 1fr}.home-category-grid-v481>a{grid-template-columns:38px minmax(0,1fr);padding:12px;min-height:75px}.home-category-icon{width:38px;height:38px}.category-arrow{display:none}.storefront-home-grid{grid-template-columns:1fr}.seller-sales-cta{padding:48px 0}.seller-sales-copy h2{font-size:36px}.seller-price-inline{align-items:flex-start;flex-direction:column;gap:2px}.value-strip-v481{grid-template-columns:1fr}.footer-top-v481{grid-template-columns:1fr 1fr;gap:27px}.footer-newsletter-v481 h3{font-size:27px}.footer-socials small{display:none}.footer-socials a{width:38px;padding:0;justify-content:center}.footer-bottom-v481{flex-direction:column}}


/* V4.8.2 Font Awesome CDN + header/value-card polish */
.header-icon-link>.fa-icon{font-size:19px;width:20px;height:20px}
.seller-header-link .fa-icon{font-size:16px;width:18px;height:18px}
.account-menu .fa-icon{font-size:14px;width:17px;height:17px}
.mobile-menu-button .fa-icon{font-size:19px;width:20px;height:20px}
.search-icon .fa-icon{font-size:15px}
.utility-message .fa-icon{font-size:12px}
.value-strip-v482 .value-card{min-height:188px;position:relative;overflow:hidden;transition:transform .18s,border-color .18s,box-shadow .18s}
.value-strip-v482 .value-card:hover{transform:translateY(-3px);border-color:#cbd8d0;box-shadow:var(--shadow-sm)}
.value-strip-v482 .value-card>.value-card-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:14px;background:var(--brand-soft);color:var(--brand)}
.value-strip-v482 .value-card>.value-card-icon .fa-icon{font-size:19px;width:auto;height:auto;background:none!important}
.value-strip-v482 .value-card h3{margin-top:18px}
@media(max-width:900px){.account-label{display:none}.account-trigger{min-width:44px;width:44px}.value-strip-v482{grid-template-columns:1fr 1fr}.value-strip-v482 .value-card:last-child{grid-column:1/-1}}
@media(max-width:650px){.value-strip-v482{grid-template-columns:1fr}.value-strip-v482 .value-card:last-child{grid-column:auto}.value-strip-v482 .value-card{min-height:0}}

/* =====================================================================
   Netbás V4.9 — Full UX Overhaul
   A calmer storefront, a task-first account area and stronger mobile UX.
   ===================================================================== */
:root{
  --surface:#ffffff;
  --surface-soft:#f5f7f3;
  --surface-strong:#eef3ef;
  --brand-deep:#0b3025;
  --brand-mid:#174d3b;
  --accent-soft:#f2f8cf;
  --focus:0 0 0 4px rgba(216,239,99,.35);
  --shadow-card:0 12px 34px rgba(18,33,27,.07);
}
body{font-size:15px;line-height:1.6}
.btn{border-radius:13px;min-height:44px;padding-inline:17px}.btn.primary{box-shadow:0 8px 18px rgba(18,63,49,.13)}
.btn:focus-visible,a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:0;box-shadow:var(--focus)}
.panel{border-radius:22px;box-shadow:none}
.field{gap:8px}.field label{font-size:12px;letter-spacing:.01em}.field input,.field select,.field textarea{min-height:48px;border-radius:13px}.field.is-focused label{color:var(--brand)}
.alert{display:flex;align-items:flex-start;gap:10px;border-radius:15px}

/* Header: less chrome, stronger search and predictable account actions. */
.site-header{box-shadow:0 1px 0 rgba(18,33,27,.04)}
.main-header-row{min-height:76px;gap:18px}
.main-search{height:50px;border-radius:15px;box-shadow:inset 0 0 0 1px rgba(18,33,27,.025);transition:border-color .15s,box-shadow .15s}
.main-search:focus-within{border-color:#aabcad;box-shadow:var(--focus)}
.main-search button{min-width:82px;border-radius:0 13px 13px 0}
.header-quick-actions{gap:6px}.header-icon-link{border-radius:13px}.account-shop-link{display:inline-flex;align-items:center;gap:8px;min-height:44px;padding:0 13px;border:1px solid var(--line);border-radius:13px;background:#fff;font-size:12px;font-weight:850;color:var(--brand)}
.account-shop-link .fa-icon{font-size:13px}.seller-header-link{border-radius:13px}.account-menu{border-radius:18px;box-shadow:0 24px 70px rgba(18,33,27,.17)}
.category-nav-wrap{box-shadow:inset 0 1px 0 rgba(18,33,27,.04)}
.category-nav a{position:relative}.category-nav a.active:after{content:"";position:absolute;left:0;right:0;bottom:-13px;height:3px;border-radius:999px;background:var(--accent)}

/* Account context deliberately drops the marketplace category rail. */
.account-context{background:#f5f7f3}.account-context .site-header{position:sticky;top:0;z-index:60;background:rgba(251,250,246,.96);backdrop-filter:blur(18px)}
.account-context .main-header-row{min-height:70px}.account-context .main-search{max-width:620px}.account-context-bar{border-bottom:1px solid var(--line);background:#fff}
.account-context-bar>.container{min-height:44px;display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:11px;color:var(--muted)}
.account-context-bar>.container>div{display:flex;align-items:center;gap:8px}.account-context-bar strong{color:var(--ink)}.account-context-dot{width:8px;height:8px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 4px rgba(216,239,99,.18)}
.account-context-bar nav{display:flex;gap:18px;font-weight:800;color:#536159}.account-context-bar nav a:hover{color:var(--brand)}

/* Storefront cards: faster to scan, more obvious hierarchy. */
.shop-home-hero{padding-top:62px}.shop-home-copy h1{max-width:780px}.hero-shop-search{box-shadow:0 12px 34px rgba(18,33,27,.07)}
.home-quick-chips-v49{display:flex;gap:8px;flex-wrap:wrap;margin-top:18px}.home-quick-chips-v49 a{display:inline-flex;align-items:center;gap:7px;padding:8px 11px;border-radius:999px;background:#fff;border:1px solid var(--line);font-size:11px;font-weight:850;color:#4d5d55}.home-quick-chips-v49 a:hover{border-color:#b7c7bc;color:var(--brand);transform:translateY(-1px)}
.home-product-card,.product-card-v44{border-radius:22px}.home-product-media,.product-card-v44 .product-image{background:#f0f3ef}.home-product-copy,.product-card-v44 .product-body{padding:15px}.home-product-card h3,.product-card-v44 .product-title{letter-spacing:-.15px}.home-product-price strong,.product-card-v44 .price{font-variant-numeric:tabular-nums}
.home-category-grid-v481>a{border-radius:19px}.home-category-grid-v481>a:hover{box-shadow:var(--shadow-card);transform:translateY(-2px)}
.value-strip-v482 .value-card{border-radius:22px;transition:transform .16s,box-shadow .16s}.value-strip-v482 .value-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-card)}

/* Store listing: sticky filters and clearer result toolbar. */
.store-page{padding-bottom:72px}.store-breadcrumbs{padding-top:20px}.store-hero{border-radius:26px}.shop-toolbar{position:sticky;top:76px;z-index:20;padding:12px 14px;margin-inline:-14px;border:1px solid rgba(228,232,225,.92);border-radius:16px;background:rgba(251,250,246,.94);backdrop-filter:blur(14px)}
.store-layout-v44{gap:26px}.store-filter-v44{top:144px;border-radius:20px;box-shadow:0 12px 34px rgba(18,33,27,.05)}
.filter-group{border-radius:13px}.filter-group summary{min-height:44px}.filter-submit{position:sticky;bottom:0;padding-top:12px;background:linear-gradient(to bottom,rgba(255,255,255,0),#fff 22%)}
.active-filter-row{border-radius:15px}.active-filter-row a{transition:.15s}.active-filter-row a:hover{background:var(--brand);color:#fff}
.products-v44{gap:16px}.product-card-v44{box-shadow:0 7px 24px rgba(18,33,27,.035)}.product-card-v44:hover{box-shadow:var(--shadow-card)}
.store-empty-v44{border-radius:24px;padding:70px 24px}

/* Product page: make the buying action the visual anchor. */
.product-detail-v44{padding-bottom:76px}.product-detail-grid{gap:52px}.product-buy-panel{border-radius:25px}.purchase-box-v44{border-radius:20px;background:#f7f9f6;padding:16px}.buy-button{min-height:54px;font-size:15px;border-radius:14px}.purchase-benefits span{border-radius:13px}.seller-mini-link{border-radius:17px}

/* Checkout: simpler progress and stronger summary. */
.checkout-v47{padding-top:34px}.checkout-layout{gap:34px}.checkout-form-card{padding:28px;border-radius:24px}.checkout-step{margin-top:4px}.checkout-step>span{width:36px;height:36px;border-radius:12px;background:var(--brand);color:#fff}.checkout-divider{margin:28px 0}.checkout-summary{top:104px;border-radius:24px;box-shadow:var(--shadow-card)}.checkout-pay-button{min-height:54px;font-size:15px}.payment-choice.modern{border-radius:15px}.gateway-note.modern{border-radius:16px}.terms-check{border-radius:14px}

/* Account shell */
.dashboard.account-dashboard{grid-template-columns:238px minmax(0,1fr);gap:34px;padding-top:34px}
.dashboard.account-dashboard>.account-sidebar{max-width:238px;top:132px;border-radius:22px;padding:10px;background:#fff;box-shadow:0 10px 32px rgba(18,33,27,.045)}
.account-side-title{padding:13px 12px 15px}.account-side-title span{font-size:10px;text-transform:uppercase;letter-spacing:.12em;font-weight:900;color:var(--muted)}.account-side-title strong{font-size:16px;margin-top:3px}
.account-nav-toggle-v49{display:none;width:100%;min-height:44px;border:1px solid var(--line);background:#fff;border-radius:12px;padding:0 12px;align-items:center;justify-content:space-between;font-weight:850}
.account-nav{gap:2px}.account-nav a{min-height:42px;padding:9px 10px;border-radius:12px;font-size:12px}.account-nav a>.fa-icon{font-size:13px}.account-nav a.active{background:#eaf2ed;box-shadow:inset 3px 0 0 var(--brand)}
.account-nav-group-v49{padding-top:8px}.account-nav-label{padding:12px 10px 5px}.account-nav-more-v49{margin-top:4px;border-top:1px solid var(--line)}.account-nav-more-v49>summary{list-style:none;display:flex;align-items:center;gap:9px;min-height:42px;padding:9px 10px;border-radius:12px;cursor:pointer;font-size:12px;font-weight:800;color:#59665f}.account-nav-more-v49>summary::-webkit-details-marker{display:none}.account-nav-more-v49>summary .fa-chevron-down{margin-left:auto;transition:.18s}.account-nav-more-v49[open]>summary .fa-chevron-down{transform:rotate(180deg)}.account-nav-more-v49>div{display:grid;gap:2px;padding:3px 0}.account-plan-state{margin:10px 4px 2px;border-radius:14px}
.dash-main{padding-bottom:12px}.account-head{margin-bottom:22px}.account-head h1{font-size:clamp(34px,4vw,48px);letter-spacing:-2.3px}.account-head p{font-size:14px;max-width:720px}
.account-home-hero-v49{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:26px;align-items:center;margin-bottom:20px;padding:26px 28px;border-radius:25px;background:linear-gradient(135deg,#123f31,#0b3025);color:#fff;overflow:hidden;position:relative}.account-home-hero-v49:after{content:"";position:absolute;width:220px;height:220px;border-radius:50%;background:rgba(216,239,99,.10);right:-80px;top:-120px}.account-home-hero-v49 .eyebrow{color:#bfd2c8}.account-home-hero-v49 h1{font-size:38px;line-height:1.03;letter-spacing:-1.8px;margin:6px 0 9px}.account-home-hero-v49 p{margin:0;color:#d6e3dd;max-width:680px}.account-home-actions-v49{display:flex;gap:8px;position:relative;z-index:1}.account-home-actions-v49 .btn:not(.accent){background:rgba(255,255,255,.08);color:#fff;border-color:rgba(255,255,255,.18)}
.account-quick-grid-v49{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:0 0 26px}.account-quick-v49{display:grid;grid-template-columns:38px 1fr auto;gap:10px;align-items:center;padding:13px;background:#fff;border:1px solid var(--line);border-radius:16px}.account-quick-v49>span{width:38px;height:38px;display:grid;place-items:center;border-radius:11px;background:var(--brand-soft);color:var(--brand)}.account-quick-v49>div{display:grid}.account-quick-v49 strong{font-size:12px}.account-quick-v49 small{font-size:9px;color:var(--muted)}.account-quick-v49>b{color:#99a59e}
.account-kpi-grid{gap:10px}.account-kpi{min-height:122px;border-radius:18px;padding:17px}.account-kpi strong{font-size:26px}.account-kpi.needs-action{background:#fffceb;border-color:#e7d77f}.account-section-head{margin-top:32px;margin-bottom:14px}.account-section-head h2{font-size:27px}.modern-table{border:1px solid var(--line);border-radius:18px;background:#fff;overflow:hidden}.modern-table .table{margin:0}.modern-table .table th{background:#fafbf8}.modern-table .table tr:last-child td{border-bottom:0}
.buyer-welcome-card,.account-seller-summary,.seller-inactive-overview,.seller-inactive-overview.netbas-inactive{border-radius:25px}.buyer-welcome-card{box-shadow:0 16px 42px rgba(18,63,49,.10)}

/* Onboarding: one decision at a time. */
.onboarding-shell-v49{display:grid;gap:18px}.onboarding-intro-v49{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:28px;align-items:center;padding:26px 28px;border-radius:26px;background:var(--brand);color:#fff;overflow:hidden;position:relative}.onboarding-intro-v49:after{content:"";position:absolute;width:250px;height:250px;border-radius:50%;right:-100px;top:-130px;background:rgba(216,239,99,.12)}.onboarding-intro-v49 .eyebrow{color:#bcd0c5}.onboarding-intro-v49 h1{font-size:42px;letter-spacing:-2px;line-height:1;margin:5px 0 10px}.onboarding-intro-v49 p{color:#d1dfd8;margin:0;max-width:680px}.onboarding-price-v49{position:relative;z-index:1;text-align:right;min-width:190px}.onboarding-price-v49 small{display:block;color:#bcd0c5;font-weight:750}.onboarding-price-v49 strong{display:block;font-size:37px;line-height:1.05;color:var(--accent);letter-spacing:-1.5px}.onboarding-price-v49 span{font-size:11px;color:#d3e0da}
.onboarding-progress-v49{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.onboarding-progress-v49>a,.onboarding-progress-v49>div{display:grid;grid-template-columns:38px minmax(0,1fr);gap:11px;align-items:center;padding:14px;border:1px solid var(--line);border-radius:16px;background:#fff}.onboarding-progress-v49>*.current{border-color:#b7c96a;background:#fbfdea}.onboarding-progress-v49>*.done{background:#edf6f0;border-color:#cfe4d6}.onboarding-progress-v49>*.locked{opacity:.65}.onboarding-step-number-v49{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;background:#edf1ed;color:#6b786f;font-weight:950}.done .onboarding-step-number-v49{background:var(--brand);color:#fff}.current .onboarding-step-number-v49{background:var(--accent);color:var(--ink)}.onboarding-progress-v49 strong{font-size:12px}.onboarding-progress-v49 small{display:block;font-size:9px;color:var(--muted)}
.onboarding-action-grid-v49{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(260px,.65fr);gap:16px;align-items:start}.onboarding-action-card-v49{padding:28px;border:1px solid var(--line);border-radius:24px;background:#fff}.onboarding-action-card-v49>span:first-child{width:48px;height:48px;border-radius:15px;display:grid;place-items:center;background:var(--brand-soft);color:var(--brand);margin-bottom:18px;font-size:18px}.onboarding-action-card-v49 h2{font-size:28px;letter-spacing:-1px;margin:0 0 8px}.onboarding-action-card-v49>p{color:var(--muted);margin:0 0 20px;max-width:650px}.onboarding-side-v49{padding:22px;border:1px solid var(--line);border-radius:22px;background:#f8faf7}.onboarding-side-v49 h3{margin:3px 0 10px}.onboarding-side-v49 ul{margin:0;padding-left:18px;color:var(--muted)}.onboarding-side-v49 li+li{margin-top:7px}.onboarding-payment-v49{padding:0;overflow:hidden}.onboarding-payment-head-v49{padding:24px 26px;background:#f6f8f5;border-bottom:1px solid var(--line)}.onboarding-payment-head-v49 h2{margin:4px 0 4px;font-size:27px}.onboarding-payment-body-v49{padding:24px 26px}.onboarding-payment-body-v49 .payment-choice{padding:15px}.onboarding-benefits-v49{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin-top:16px}.onboarding-benefits-v49 span{display:flex;align-items:center;gap:8px;padding:10px;border-radius:12px;background:#f4f7f2;font-size:10px;font-weight:800;color:#536159}.onboarding-benefits-v49 .fa-icon{color:var(--brand)}

/* Compact footer for logged-in workflow pages. */
.account-footer-v49{border-top:1px solid var(--line);background:#fff;padding:22px 0;color:var(--muted);font-size:11px}.account-footer-v49>.container{display:flex;align-items:center;justify-content:space-between;gap:22px}.account-footer-v49>.container>div{display:flex;align-items:center;gap:16px}.account-footer-logo{font-size:18px}.account-footer-v49 a:not(.logo){color:var(--brand);font-weight:800}.account-footer-v49 nav{display:flex;gap:16px}

/* Auth pages feel focused instead of marketplace-heavy. */
.auth-context .site-header{border-bottom:1px solid var(--line)}.auth-context main{min-height:calc(100vh - 340px)}

/* Stronger empty states everywhere. */
.table-empty,.empty-state{padding:28px 18px;text-align:center;color:var(--muted)}.table-empty:before{content:"";display:block;width:36px;height:4px;border-radius:999px;background:var(--accent);margin:0 auto 12px}.compact-empty{padding:22px 12px}

/* Responsive account UX */
@media(max-width:1050px){
  .dashboard.account-dashboard{grid-template-columns:210px minmax(0,1fr);gap:22px}.dashboard.account-dashboard>.account-sidebar{max-width:210px}.account-quick-grid-v49{grid-template-columns:repeat(2,1fr)}
  .onboarding-action-grid-v49{grid-template-columns:1fr}.account-context-bar nav{display:none}
}
@media(max-width:860px){
  .account-context .main-search{display:none}.account-context .seller-header-link span,.account-context .account-shop-link span{display:none}.account-context .account-shop-link{width:42px;padding:0;justify-content:center}
  .account-context-bar>.container>div>span:last-child{display:none}
  .dashboard.account-dashboard{display:block;padding-top:18px}.dashboard.account-dashboard>.account-sidebar{position:relative;top:auto;max-width:none;margin-bottom:14px;padding:9px}.account-nav-toggle-v49{display:flex}.account-sidebar:not(.nav-open) .account-nav,.account-sidebar:not(.nav-open) .account-plan-state{display:none}.account-side-title{display:none}.account-sidebar.nav-open .account-nav{display:grid;grid-template-columns:1fr 1fr;gap:4px;margin-top:8px}.account-sidebar.nav-open .account-nav-label{grid-column:1/-1}.account-sidebar.nav-open .account-nav-more-v49{grid-column:1/-1}.account-sidebar.nav-open .account-plan-state{display:flex}
  .account-home-hero-v49{grid-template-columns:1fr}.account-home-actions-v49{justify-content:flex-start}.onboarding-intro-v49{grid-template-columns:1fr}.onboarding-price-v49{text-align:left}.onboarding-progress-v49{grid-template-columns:1fr}.checkout-layout{grid-template-columns:1fr}.checkout-summary{position:static}
}
@media(max-width:650px){
  .main-header-row{min-height:64px}.account-context-bar{display:none}.account-context .header-icon-link[aria-label="Uppáhald"]{display:none}.account-context .seller-header-link{width:42px;min-width:42px;padding:0;justify-content:center}.account-context .seller-header-link .fa-icon{margin:0}.account-context .seller-header-link span{display:none}
  .dashboard.account-dashboard{width:calc(100% - 18px)}.account-sidebar.nav-open .account-nav{grid-template-columns:1fr}.account-head{display:block}.account-head .btn{width:100%;margin-top:12px}.account-head h1{font-size:34px}.account-home-hero-v49{padding:22px}.account-home-hero-v49 h1{font-size:31px}.account-home-actions-v49{display:grid;grid-template-columns:1fr 1fr}.account-home-actions-v49 .btn{padding-inline:11px}.account-quick-grid-v49{grid-template-columns:1fr 1fr}.account-quick-v49{grid-template-columns:34px 1fr}.account-quick-v49>b{display:none}.account-kpi-grid,.account-kpi-grid.three{grid-template-columns:1fr 1fr}.account-kpi{min-height:108px;padding:14px}.account-kpi strong{font-size:22px}.account-section-head{align-items:flex-start}.account-section-head h2{font-size:24px}.account-section-head>a{font-size:11px}.buyer-welcome-card{grid-template-columns:1fr;padding:20px}.onboarding-intro-v49{padding:22px}.onboarding-intro-v49 h1{font-size:34px}.onboarding-action-card-v49,.onboarding-payment-head-v49,.onboarding-payment-body-v49{padding:20px}.onboarding-benefits-v49{grid-template-columns:1fr}.account-footer-v49>.container{display:grid}.account-footer-v49>.container>div{align-items:flex-start;flex-direction:column;gap:7px}.account-footer-v49 nav{flex-wrap:wrap}.shop-toolbar{top:64px;margin-inline:0}.store-hero{border-radius:20px}.store-page .container{width:calc(100% - 20px)}
}
@media(max-width:430px){.account-kpi-grid,.account-kpi-grid.three,.account-quick-grid-v49{grid-template-columns:1fr}.account-home-actions-v49{grid-template-columns:1fr}.onboarding-price-v49 strong{font-size:32px}}

/* =========================================================
   NETBÁS V5.0 · CUSTOMER + SELLER EXPERIENCE
   ========================================================= */
:root{--v50-ink:#10261f;--v50-green:#0e4635;--v50-green-2:#185c46;--v50-lime:#d8f34d;--v50-cream:#fbfaf5;--v50-soft:#eef4ef;--v50-line:#dfe7e1;--v50-shadow:0 18px 50px rgba(22,54,43,.08)}
.site-header{position:sticky;top:0;z-index:80;background:rgba(251,250,245,.96);backdrop-filter:blur(14px);box-shadow:0 1px 0 rgba(16,38,31,.08)}
.main-header-row{min-height:76px;gap:22px}.site-logo{font-size:25px}.main-search{height:48px;border-radius:15px;background:#fff;box-shadow:0 5px 22px rgba(20,55,44,.05)}.main-search input{font-size:15px}.main-search button{min-width:88px}
.header-quick-actions>a,.header-user-menu>button{min-height:52px;border-radius:14px}.header-quick-actions .fa-icon{font-size:19px}.category-nav-inner{min-height:46px}.category-nav-inner>a{padding:13px 5px;position:relative}.category-nav-inner>a.active:after,.category-nav-inner>a:hover:after{content:"";position:absolute;left:5px;right:5px;bottom:4px;height:2px;border-radius:3px;background:var(--v50-green)}
.shop-home-hero{background:radial-gradient(circle at 78% 15%,rgba(216,243,77,.19),transparent 28%),linear-gradient(180deg,#fbfaf5,#f8f9f3)}.shop-home-grid{padding-top:64px;padding-bottom:66px}.shop-home-copy h1{letter-spacing:-.045em}.hero-product-stage{border-radius:32px}.hero-mini-product{box-shadow:var(--v50-shadow)}
.home-product-grid{gap:18px}.product-card{border-radius:20px;overflow:hidden;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.product-card:hover{transform:translateY(-3px);box-shadow:0 16px 38px rgba(18,62,49,.11)}
.home-category-grid-v481>a{min-height:118px;border-radius:20px;transition:.18s ease}.home-category-grid-v481>a:hover{transform:translateY(-3px);border-color:#b7cbbf;box-shadow:var(--v50-shadow)}.home-category-icon{width:46px;height:46px;border-radius:14px}
.value-card{border-radius:24px;padding:28px}.value-card-icon{width:52px;height:52px;border-radius:16px;font-size:21px}.seller-sales-card{border-radius:30px;overflow:hidden}.footer-v481{margin-top:40px}.footer-newsletter-v481{border:1px solid rgba(255,255,255,.1);box-shadow:0 18px 50px rgba(0,0,0,.12)}
/* Account: reduce cognitive load and make actions obvious */
.account-context .site-header{position:sticky}.account-dashboard{align-items:start}.account-home-hero-v49{border-radius:28px;padding:30px;background:linear-gradient(135deg,#123f31 0%,#1d5946 65%,#244e3e 100%);color:#fff;box-shadow:var(--v50-shadow)}.account-home-hero-v49 .eyebrow,.account-home-hero-v49 p{color:#dce9e3}.account-home-hero-v49 h1{color:#fff}.account-quick-v49,.account-kpi,.panel{border-radius:20px}.account-quick-v49{transition:.18s ease}.account-quick-v49:hover{transform:translateY(-2px);box-shadow:var(--v50-shadow)}.account-kpi.needs-action{box-shadow:0 0 0 3px rgba(216,243,77,.35)}.account-section-head{margin-top:30px}.seller-health-card,.payout-mini{padding:25px}.buyer-welcome-card{border-radius:28px}
.field input,.field select,.field textarea,.form-grid input,.form-grid select,.form-grid textarea{border-radius:13px;min-height:46px}.btn{border-radius:12px}.btn.primary,.btn.accent{box-shadow:0 5px 15px rgba(15,70,53,.10)}
@media(max-width:760px){.main-header-row{min-height:62px;gap:10px}.site-logo{font-size:21px}.shop-home-grid{padding-top:32px;padding-bottom:38px}.shop-home-copy h1{font-size:clamp(38px,12vw,56px)}.account-home-hero-v49{padding:22px;border-radius:22px}.footer-v481{margin-top:20px}}
.header-notification-count{position:absolute!important;top:2px!important;right:7px!important;background:var(--accent)!important;color:#17372d!important}.account-menu>a .menu-count-v50{margin-left:auto;min-width:22px;height:22px;padding:0 6px;display:grid;place-items:center;border-radius:999px;background:var(--brand-soft);color:var(--brand);font-size:10px;font-weight:900}

/* V5.1 · Revenue Engine */
.featured-home-v51{padding-top:34px;padding-bottom:24px;background:linear-gradient(180deg,#f5f8ef 0,#fff 100%)}
.featured-carousel-v51{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(235px,285px);gap:18px;overflow-x:auto;scroll-snap-type:x mandatory;padding:4px 2px 18px;scrollbar-width:thin}
.featured-carousel-v51 .home-product-card{scroll-snap-align:start;min-width:0;box-shadow:0 14px 38px rgba(31,55,43,.07)}
.featured-badge-v51{background:#d9ff50!important;color:#173e32!important;border:1px solid rgba(23,62,50,.14);box-shadow:0 4px 12px rgba(23,62,50,.12)}
.plan-grid-v51{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:22px 0}
.plan-card-v51{position:relative;display:flex;flex-direction:column;gap:12px;border:1px solid #dfe5dd;border-radius:22px;background:#fff;padding:20px;color:inherit;text-decoration:none;transition:.2s ease}
.plan-card-v51:hover,.plan-card-v51.selected{border-color:#2e5a49;box-shadow:0 12px 30px rgba(30,65,52,.1);transform:translateY(-2px)}
.plan-card-v51.selected{outline:2px solid rgba(191,229,50,.55)}.plan-card-v51.pro{background:linear-gradient(160deg,#173e32,#214f40);color:#fff}.plan-card-v51.pro small{color:#dce9e3}
.plan-card-v51 .plan-price-v51 strong{font-size:28px}.plan-card-v51 ul{list-style:none;padding:0;margin:0;display:grid;gap:7px}.plan-card-v51 li{display:flex;gap:8px;align-items:center;font-size:13px}.plan-ribbon-v51{position:absolute;right:12px;top:12px;background:#d9ff50;color:#173e32;border-radius:99px;padding:5px 9px;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}
.featured-plan-banner-v51{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:25px 28px;margin-bottom:22px;border-radius:24px;background:linear-gradient(135deg,#173e32,#2a5b49);color:#fff}.featured-plan-banner-v51 p{color:#d9e8e1;margin:5px 0 0}.featured-credit-ring-v51{min-width:110px;height:110px;border-radius:50%;border:8px solid rgba(217,255,80,.8);display:flex;flex-direction:column;align-items:center;justify-content:center;background:rgba(255,255,255,.06)}.featured-credit-ring-v51 strong{font-size:34px}.featured-credit-ring-v51 span{font-size:11px;color:#d9e8e1}
.table-product-v51{display:flex;align-items:center;gap:10px;color:inherit;text-decoration:none}.table-product-v51 img{width:46px;height:54px;object-fit:cover;border-radius:10px}.table-product-v51 span{display:grid}.table-product-v51 small{color:#758077}.positive-text{color:#25723b;font-weight:800}
.featured-create-grid-v51{display:grid;grid-template-columns:minmax(0,.82fr) minmax(420px,1.18fr);gap:22px;align-items:start}.featured-product-preview-v51{overflow:hidden;padding:0}.featured-product-preview-v51>img{width:100%;aspect-ratio:4/4.5;object-fit:cover}.featured-product-preview-v51>div{padding:20px}.featured-product-preview-v51 h2{margin:10px 0 4px}.featured-product-preview-v51>div>strong{font-size:26px}.featured-pill-v51{display:inline-flex;background:#d9ff50;color:#173e32;font-size:11px;font-weight:900;border-radius:99px;padding:6px 10px}
.featured-day-options-v51{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:18px 0}.featured-day-options-v51 label{cursor:pointer}.featured-day-options-v51 input{position:absolute;opacity:0}.featured-day-options-v51 span{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:14px;border:1px solid #dfe5dd;border-radius:16px;background:#fff}.featured-day-options-v51 input:checked+span{border-color:#173e32;background:#f1f7ee;box-shadow:inset 0 0 0 1px #173e32}.featured-day-options-v51 strong{font-size:22px}.featured-day-options-v51 small{color:#758077}
.featured-cost-v51{display:grid;gap:9px;padding:16px;border-radius:17px;background:#f6f7f3;margin-bottom:18px}.featured-cost-v51>div{display:flex;justify-content:space-between;gap:12px}.featured-cost-total-v51{border-top:1px solid #dfe4dd;padding-top:10px;font-size:18px}.featured-cost-v51>small{color:#758077}.featured-explainer-v51{display:flex;gap:12px;padding:14px;border-radius:16px;background:#f4f8eb;margin:18px 0}.featured-explainer-v51>span{font-size:20px;color:#315e4b}.featured-explainer-v51 p{margin:0;font-size:13px}.payment-choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.payment-choice{cursor:pointer}.payment-choice>input{position:absolute;opacity:0}.payment-choice>span{display:grid;grid-template-columns:auto 1fr;column-gap:9px;align-items:center;border:1px solid #dfe5dd;border-radius:16px;padding:14px}.payment-choice>span>i{grid-row:1/3}.payment-choice small{color:#758077}.payment-choice input:checked+span{border-color:#173e32;box-shadow:inset 0 0 0 1px #173e32;background:#f4f8f1}.payment-choice.disabled{opacity:.45;cursor:not-allowed}
.table-actions-v51{display:flex;flex-wrap:wrap;gap:7px;justify-content:flex-end}.featured-active-btn-v51{background:#eff8cf!important;border-color:#d1e78d!important;color:#254837!important}
.plan-strip-v51{margin-bottom:16px}.seller-revenue-tools-v51{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:20px}.seller-tool-card-v51{display:flex;align-items:center;gap:12px;border:1px solid #e0e5de;background:#fff;border-radius:18px;padding:15px;color:inherit;text-decoration:none}.seller-tool-card-v51>span{width:42px;height:42px;border-radius:13px;background:#eff6e9;display:grid;place-items:center;color:#264d3d}.seller-tool-card-v51>div{display:grid;flex:1}.seller-tool-card-v51 small{color:#758077}.seller-tool-card-v51>b{font-size:18px}.seller-tool-card-v51:hover:not(.static){border-color:#8baa57;transform:translateY(-1px)}
@media(max-width:980px){.plan-grid-v51{grid-template-columns:1fr 1fr}.featured-create-grid-v51{grid-template-columns:1fr}.seller-revenue-tools-v51{grid-template-columns:1fr}.featured-carousel-v51{grid-auto-columns:minmax(220px,72vw)}}
@media(max-width:620px){.plan-grid-v51{grid-template-columns:1fr}.featured-plan-banner-v51{align-items:flex-start}.featured-credit-ring-v51{min-width:86px;height:86px}.featured-day-options-v51{grid-template-columns:1fr 1fr}.payment-choice-grid{grid-template-columns:1fr}}
