@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,400,0,0");:root{--akazi-orange:#FF4D00;--akazi-orange-dark:#E63E00;--akazi-red:#FF3B30;--akazi-green:#16A34A;--akazi-black:#111111;--akazi-muted:#666666;--akazi-border:#E5E5E5;--akazi-surface:#F7F7F7}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--akazi-black);background:#fff}button,input{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}.shell{min-height:100vh}.topbar{background:var(--akazi-orange);color:#fff;text-align:center;font-size:12px;font-weight:700;padding:9px 16px}.header{position:-webkit-sticky;position:sticky;top:0;z-index:20;background:#fff;border-bottom:1px solid var(--akazi-border)}.headerInner{max-width:1280px;margin:0 auto;padding:10px 20px;display:grid;grid-template-columns:auto minmax(300px,1fr) auto;grid-gap:22px;gap:22px;align-items:center}.brand{display:flex;align-items:center;gap:10px;font-weight:800;font-size:24px;letter-spacing:-1px}.brandMark{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;background:var(--akazi-orange);color:#fff;font-weight:800}.search{display:flex;align-items:center;gap:10px;background:var(--akazi-surface);border:1px solid var(--akazi-border);border-radius:10px;padding:0 14px}.search input{width:100%;min-width:0;border:0;outline:0;background:transparent;padding:13px 0}.searchButton{width:44px;height:44px;flex:0 0 44px;border:0;border-radius:9px;background:var(--akazi-orange);color:#fff;display:grid;place-items:center}.searchButton .material-symbols-outlined{font-size:23px}.headerActions{display:flex;gap:10px;align-items:center}.iconButton{border:1px solid var(--akazi-border);background:#fff;border-radius:10px;padding:10px 12px;font-weight:700}.nav{border-top:1px solid #f2f2f2}.navInner{max-width:1280px;margin:0 auto;padding:10px 20px;display:flex;gap:22px;overflow:auto;white-space:nowrap;font-size:14px;font-weight:600}.navInner a:hover{color:var(--akazi-orange)}.container{max-width:1280px;margin:0 auto;padding:26px 20px 50px}.hero{display:grid;grid-template-columns:1.55fr .8fr;grid-gap:18px;gap:18px;margin-bottom:28px}.heroMain{min-height:300px;border-radius:20px;overflow:hidden;position:relative;background:linear-gradient(135deg,#fff0e9,#fff 52%,#ffe0cf);padding:44px}.heroMain h1{font-size:42px;max-width:620px;margin:0 0 12px;letter-spacing:-1.7px}.heroMain p{max-width:570px;color:var(--akazi-muted);line-height:1.6}.cta{border:0;border-radius:10px;padding:13px 18px;color:#fff;background:var(--akazi-orange);font-weight:800;margin-top:12px}.cta:hover{background:var(--akazi-orange-dark)}.heroSide{display:grid;grid-template-rows:1fr 1fr;grid-gap:18px;gap:18px}.promo{border-radius:20px;background:#111;color:#fff;padding:26px}.promo:nth-child(2){background:var(--akazi-surface);color:var(--akazi-black)}.sectionHeader{display:flex;align-items:flex-end;justify-content:space-between;margin:30px 0 14px}.sectionHeader h2{margin:0;font-size:22px;letter-spacing:-.5px}.sectionHeader a{color:var(--akazi-orange);font-weight:700;font-size:14px}.categories{display:grid;grid-template-columns:repeat(8,minmax(90px,1fr));grid-gap:12px;gap:12px}.category{background:var(--akazi-surface);border:1px solid #eee;border-radius:14px;padding:16px 10px;text-align:center;font-size:13px;font-weight:700}.categoryIcon{width:46px;height:46px;margin:0 auto 10px;border-radius:14px;display:grid;place-items:center;background:#fff;font-size:21px}.products{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));grid-gap:10px;gap:10px}.card{background:#fff;border:1px solid #eee;border-radius:14px;overflow:hidden;min-width:0}.cardImage{width:100%;aspect-ratio:1/1;height:auto;background:var(--akazi-surface);display:grid;place-items:center;position:relative;overflow:hidden;font-size:44px}.badge{position:absolute;left:9px;top:9px;background:var(--akazi-red);color:#fff;border-radius:7px;padding:5px 7px;font-size:11px;font-weight:800}.cardBody{padding:9px}.title{font-size:12px;font-weight:600;line-height:1.3;min-height:32px}.rating{margin:8px 0;font-size:12px;color:#555}.price{font-size:15px;font-weight:800}.old{font-size:12px;text-decoration:line-through;color:#999;margin-left:7px;font-weight:500}.cardFooter{display:flex;gap:6px;align-items:center;margin-top:7px}.add{border:0;background:var(--akazi-orange);color:#fff;border-radius:8px;padding:8px 9px;font-weight:800;flex:1 1}.favorite{width:32px;height:32px;border:1px solid var(--akazi-border);background:#fff;border-radius:9px}.flash{background:#fff5f1;border:1px solid #ffd8c8;border-radius:20px;padding:18px}.footer{margin-top:36px;background:#111;color:#ddd}.footerInner{max-width:1280px;margin:0 auto;padding:38px 20px;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;grid-gap:30px;gap:30px}.footer h3{color:#fff;margin:0 0 12px}.footer p{color:#aaa;line-height:1.6;font-size:14px}.footer a{display:block;color:#ccc;margin:8px 0;font-size:14px}@media (max-width:1000px){.categories,.products{grid-template-columns:repeat(4,1fr)}.hero{grid-template-columns:1fr}}@media (max-width:680px){.headerInner{padding:8px 12px 10px;gap:8px}.headerActions{gap:6px}.iconButton{padding:8px 9px;font-size:12px}.brandLogo{width:165px}.search{padding-left:10px;border-radius:12px}.search input{font-size:13px;padding:11px 0}.searchButton{width:40px;height:40px;flex-basis:40px}.headerInner{grid-template-columns:minmax(0,1fr) auto}.search{grid-column:1/-1;grid-row:2}.navInner{padding:9px 12px;gap:16px;font-size:13px}.container{padding:18px 12px 36px}.heroMain{padding:24px 20px;min-height:250px}.heroMain h1{font-size:29px;letter-spacing:-1px}.heroMain p{font-size:14px}.heroSide{gap:10px}.promo{padding:20px}.categories{grid-template-columns:repeat(4,minmax(0,1fr));gap:7px}.category{padding:11px 5px;font-size:11px;border-radius:11px}.categoryIcon{width:40px;height:40px;margin-bottom:7px;border-radius:11px}.products{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.cardImage{aspect-ratio:1/1;height:auto}.cardBody{padding:8px}.title{font-size:12px}.price{font-size:14px}.old{display:block;margin:3px 0 0;font-size:10px}.cardFooter .add{padding:8px 6px;font-size:11px}.flash{padding:12px;border-radius:15px}.sectionHeader{margin:22px 0 11px}.sectionHeader h2{font-size:19px}.footerInner{grid-template-columns:1fr 1fr;gap:20px;padding:30px 16px}}.secondaryButton{border:1px solid var(--akazi-border);color:var(--akazi-black);border-radius:10px;padding:13px 18px;font-weight:800}.secondaryButton:hover{border-color:var(--akazi-orange);color:var(--akazi-orange)}.productPage{display:grid;grid-template-columns:1.1fr .9fr;grid-gap:50px;gap:50px;margin-top:24px}.productMainImage{height:520px;border:1px solid #eee;border-radius:20px;background:var(--akazi-surface);display:grid;place-items:center;font-size:120px}.productThumbs{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:10px;gap:10px;margin-top:10px}.productThumb{height:90px;border:1px solid #eee;border-radius:12px;background:var(--akazi-surface);display:grid;place-items:center;font-size:32px}.productInfo h1{font-size:38px;letter-spacing:-1.3px;margin:8px 0}.eyebrow{font-size:11px;font-weight:800;color:var(--akazi-orange);letter-spacing:.08em}.productRating{font-size:14px;font-weight:700;margin:10px 0}.productPrice{font-size:32px;font-weight:800;margin:18px 0}.productPrice span{font-size:14px;color:#999;text-decoration:line-through;margin-left:8px;font-weight:500}.stock{color:var(--akazi-green);font-weight:700;margin:14px 0}.productInfo p{color:var(--akazi-muted);line-height:1.65}.featureList{display:grid;grid-gap:8px;gap:8px;padding:18px 0;border-top:1px solid #eee;border-bottom:1px solid #eee;margin:20px 0;font-size:14px}.sellerBox{background:var(--akazi-surface);border-radius:12px;padding:16px;margin:16px 0;display:grid;grid-gap:5px;gap:5px}.sellerBox small{color:#777}.quantity{display:flex;align-items:center;gap:16px;margin:18px 0}.quantity button{width:38px;height:38px;border:1px solid var(--akazi-border);background:#fff;border-radius:9px;font-weight:800}.productActions{display:flex;gap:10px}.productActions .cta,.productActions .secondaryButton{flex:1 1;margin-top:0}.cartLayout,.checkoutLayout{display:grid;grid-template-columns:1.5fr .7fr;grid-gap:24px;gap:24px;align-items:start}.cartItem{display:grid;grid-template-columns:90px 1fr auto auto;grid-gap:16px;gap:16px;align-items:center;padding:16px 0;border-bottom:1px solid #eee}.cartItemImage{width:90px;height:90px;border-radius:14px;background:var(--akazi-surface);display:grid;place-items:center;font-size:35px}.cartItemInfo{display:grid;grid-gap:6px;gap:6px}.cartSeller{font-size:12px;color:#777}.cartPrice{font-weight:800}.remove{border:0;background:none;color:#999;font-weight:700}.checkoutCard,.summary{border:1px solid #eee;border-radius:16px;padding:20px;background:#fff}.summary{position:-webkit-sticky;position:sticky;top:105px;display:grid;grid-gap:16px;gap:16px}.summary>div{display:flex;justify-content:space-between;gap:20px;font-size:14px}.summary hr{border:0;border-top:1px solid #eee;width:100%}.summary .grand{font-size:19px}.summaryButton{display:block;text-align:center}.checkoutCard{display:grid;grid-gap:18px;gap:18px}.formGrid{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}.authCard label,.formGrid label{display:grid;grid-gap:7px;gap:7px;font-size:13px;font-weight:700}input{border:1px solid var(--akazi-border);border-radius:10px;padding:12px 13px;outline:none}input:focus{border-color:var(--akazi-orange);box-shadow:0 0 0 3px rgba(255,77,0,.09)}.paymentOption{display:flex;align-items:center;gap:9px;border:1px solid #eee;border-radius:10px;padding:13px;font-size:14px}.authPage{min-height:100vh;display:grid;place-items:center;padding:30px;background:var(--akazi-surface)}.authCard{width:min(430px,100%);background:#fff;border:1px solid #eee;border-radius:20px;padding:32px;display:grid;grid-gap:14px;gap:14px}.authCard h1{margin:8px 0 0;font-size:30px}.authCard p{color:#666;margin:0 0 8px;line-height:1.5}.authDivider{text-align:center;color:#999;font-size:13px;margin:2px 0}.authCard small{color:#888;line-height:1.5;text-align:center}.portal{min-height:100vh;background:#f7f7f7;display:grid;grid-template-columns:250px 1fr}.portalSide{background:#fff;border-right:1px solid #eee;padding:24px 14px;display:flex;flex-direction:column;gap:6px}.portalSide .brand{padding:6px 10px 20px}.portalSide h3{font-size:11px;text-transform:uppercase;letter-spacing:.09em;color:#999;padding:0 10px;margin:4px 0}.portalSide a{padding:11px 12px;border-radius:9px;font-size:14px;font-weight:600;color:#444}.portalSide a:hover{background:#fff0e9;color:var(--akazi-orange)}.portalMain{padding:28px;max-width:1450px;width:100%;margin:0 auto}.portalTop{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:22px}.portalTop h1{margin:5px 0 0;font-size:28px}.stats{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:14px;gap:14px;margin-bottom:20px}.stat{background:#fff;border:1px solid #eee;border-radius:14px;padding:17px;display:grid;grid-gap:10px;gap:10px}.stat span{font-size:12px;color:#777;font-weight:600}.stat strong{font-size:22px}.panel{background:#fff;border:1px solid #eee;border-radius:16px;padding:18px;overflow:auto}.panel .sectionHeader{margin:0 0 14px}table{width:100%;border-collapse:collapse;font-size:14px}td,th{text-align:left;padding:13px 10px;border-bottom:1px solid #eee;white-space:nowrap}th{font-size:12px;color:#777;text-transform:uppercase;letter-spacing:.04em}@media(max-width:900px){.cartLayout,.checkoutLayout,.productPage{grid-template-columns:1fr}.productMainImage{height:380px}.summary{position:static}.portal{grid-template-columns:1fr}.portalSide{display:none}.stats{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.productInfo h1{font-size:28px}.productMainImage{height:300px}.cartItem{grid-template-columns:70px 1fr;align-items:start}.cartItemImage{width:70px;height:70px}.cartItem .quantity,.cartItem .remove{grid-column:2}.formGrid{grid-template-columns:1fr}.authCard{padding:24px}.portalMain{padding:18px}.portalTop{align-items:flex-start}.stats{grid-template-columns:1fr 1fr}}.brandLogo{width:210px;height:auto;display:block;object-fit:contain;object-position:center}@media(max-width:680px){.brandLogo{width:180px;height:auto}}.authCard .brand{width:100%;justify-content:flex-start}.authCard .brandLogo{width:220px;height:auto;object-fit:contain;object-position:center}@media(max-width:600px){.authCard .brandLogo{width:195px}}.categoryPageGrid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:14px;gap:14px}.categoryPageCard{display:flex;align-items:center;gap:14px;border:1px solid #eee;border-radius:15px;padding:16px;background:#fff}.categoryPageCard:hover{border-color:#ffc9b5;box-shadow:0 8px 24px rgba(17,17,17,.06)}.categoryPageIcon{width:48px;height:48px;border-radius:14px;background:#fff0e9;color:var(--akazi-orange);display:grid;place-items:center;font-size:23px;font-weight:800}.categoryCount{font-size:12px;color:#777;margin-top:4px}.subCategoryRow{display:flex;gap:10px;overflow:auto;margin-bottom:22px;padding-bottom:4px}.subCategoryChip{padding:9px 13px;border:1px solid #eee;border-radius:999px;white-space:nowrap;font-size:13px;font-weight:700}.emptyState{text-align:center;padding:70px 20px;border:1px dashed #ddd;border-radius:18px;background:var(--akazi-surface);color:#666}@media(max-width:900px){.categoryPageGrid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.categoryPageGrid{grid-template-columns:1fr}}.databaseNotice{margin:0 0 18px;padding:12px 14px;border-radius:10px;background:#fff7f2;border:1px solid #ffd8c8;color:#8a3d18;font-size:13px;line-height:1.5}.productDescriptionPanel{margin-top:35px;border-top:1px solid #eee;padding-top:25px}.productDescriptionPanel p{color:#666;line-height:1.7;max-width:850px}@media(max-width:680px){.hero{gap:10px;margin-bottom:14px}.heroMain{min-height:210px;padding:22px;border-radius:14px}.heroMain h1{font-size:25px;line-height:1.12;letter-spacing:-1px;margin-bottom:8px}.heroMain p{font-size:12px;line-height:1.4;margin:8px 0}.heroMain .cta{padding:10px 14px;margin-top:6px;font-size:12px}.heroSide{gap:10px}.promo{min-height:105px;padding:17px;border-radius:14px}.promo div:first-child{font-size:11px!important}.promo div:nth-child(2){font-size:20px!important;margin-top:5px!important}.promo div:nth-child(3){font-size:11px!important;margin-top:5px!important}}.material-symbols-outlined{font-family:Material Symbols Outlined;font-weight:400;font-style:normal;font-size:22px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased;font-feature-settings:"liga";vertical-align:middle}.inlineIcon{font-size:18px}.category{position:relative}.categoryIcon,.categoryPageIcon{background:#fff;overflow:hidden}.categoryIcon img,.categoryPageIcon img{width:100%;height:100%;object-fit:contain;display:block}.categorySymbol{position:absolute;top:10px;right:10px;background:#fff;border-radius:50%;padding:5px;font-size:20px}.cardImage,.productMainImage,.productThumb{background:#fff}.cardImage img,.productMainImage img{display:block;width:100%;height:100%;object-fit:contain;background:#fff}.ratingIcon{font-size:16px;vertical-align:-3px}.sellerApply{max-width:1180px;margin:0 auto;padding:28px 20px 70px;color:var(--akazi-black)}.sellerApplyTop,.sellerBack{margin-bottom:22px}.sellerBack{display:inline-flex;align-items:center;gap:5px;color:var(--akazi-orange);font-weight:700;text-decoration:none}.sellerHero{display:flex;align-items:center;gap:16px}.sellerHeroIcon{width:58px;height:58px;border-radius:50%;background:#fff0e8;color:var(--akazi-orange);display:grid;place-items:center}.sellerHeroIcon .material-symbols-outlined{font-size:30px}.sellerHero h1{margin:3px 0 2px;font-size:38px}.sellerHero p{margin:0;color:#697386;font-size:16px}.sellerSteps{justify-content:center;gap:12px;margin:22px 0 38px;color:#8a929d}.sellerStep,.sellerSteps{display:flex;align-items:center}.sellerStep{gap:8px;white-space:nowrap;font-size:13px}.sellerStep span{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#e3e6ea;font-weight:800}.sellerStep.active{color:#111}.sellerStep.active span{background:var(--akazi-orange);color:#fff}.sellerStepLine{height:1px;background:#dfe3e8;flex:1 1;max-width:90px}.sellerSection{margin-bottom:24px}.sellerSectionHeading h2{margin:0;font-size:22px}.sellerSectionHeading p{margin:6px 0 0;color:#687386}.sellerSection>.sellerSectionHeading{text-align:center}.sellerPlans{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px;margin-top:18px}.sellerPlan{position:relative;text-align:left;border:1px solid #e0e4e8;border-radius:16px;background:#fff;padding:22px 20px 18px;min-width:0;cursor:pointer;transition:.18s;box-shadow:0 2px 8px rgba(0,0,0,.03)}.sellerPlan:hover{border-color:#ff8a5b;transform:translateY(-2px)}.sellerPlan.selected{border:2px solid var(--akazi-orange);background:#fff8f3;box-shadow:0 8px 24px rgba(255,91,18,.1)}.sellerPopular{position:absolute;right:12px;top:12px;background:var(--akazi-orange);color:#fff;border-radius:8px;padding:5px 9px;font-size:11px;font-weight:800}.sellerRadio{position:absolute;left:16px;top:17px;width:22px;height:22px;border:2px solid #9aa1aa;border-radius:50%;display:grid;place-items:center}.sellerRadio.checked{border-color:var(--akazi-orange)}.sellerRadio.checked span{width:10px;height:10px;border-radius:50%;background:var(--akazi-orange)}.sellerPlanIcon{width:62px;height:62px;border-radius:50%;display:grid;place-items:center;margin:6px auto 10px;background:#fff0e8;color:var(--akazi-orange)}.sellerPlanIcon .material-symbols-outlined{font-size:31px}.sellerPlanIcon.plus{background:#f0eaff;color:#5b2ee8}.sellerPlanName{display:block;text-align:center;font-size:24px}.sellerPlanDescription{display:block;text-align:center;color:#687386;min-height:44px;margin:7px 0 14px;line-height:1.45}.sellerPlanPrice{display:block;text-align:center;color:var(--akazi-orange);font-size:27px;font-weight:900;white-space:nowrap}.sellerPlanPeriod{display:block;text-align:center;color:#7a838e;font-size:12px;margin-top:2px}.sellerFeatures{display:grid;grid-gap:9px;gap:9px;border-top:1px solid #e8eaed;margin-top:16px;padding-top:15px;color:#4e5968;font-size:13px}.sellerFeatures span{display:flex;align-items:center;gap:8px}.sellerFeatures .material-symbols-outlined{font-size:19px;color:var(--akazi-orange)}.sellerChoose{display:block;text-align:center;border:1px solid var(--akazi-orange);color:var(--akazi-orange);border-radius:9px;padding:10px;margin-top:18px;font-weight:800}.sellerChoose.active{background:var(--akazi-orange);color:#fff}.sellerFormCard{background:#fff;border:1px solid #e4e7eb;border-radius:16px;padding:22px;margin-top:28px}.sellerFormTitle{display:flex;align-items:center;gap:12px;margin-bottom:18px}.sellerFormTitle>.material-symbols-outlined{color:var(--akazi-orange);font-size:28px}.sellerFormTitle h2{margin:0;font-size:20px}.sellerFormTitle p{margin:3px 0 0;color:#687386}.sellerFormGrid{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}.sellerFormGrid label{display:grid;grid-gap:7px;gap:7px;font-weight:700;font-size:14px}.sellerFormGrid label:nth-child(2){grid-column:1/-1}.sellerFormGrid input,.sellerFormGrid textarea{width:100%;box-sizing:border-box;border:1px solid #d9dee5;border-radius:10px;padding:13px 14px;font:inherit;outline:none;background:#fff}.sellerFormGrid textarea{min-height:120px;resize:vertical}.sellerFormGrid input:focus,.sellerFormGrid textarea:focus{border-color:var(--akazi-orange);box-shadow:0 0 0 3px #fff0e8}.sellerPayment{margin-top:28px}.sellerPayment>.sellerSectionHeading{text-align:center}.sellerPayment>.sellerSectionHeading h2{font-size:22px}.sellerPayment>.sellerSectionHeading p{font-size:13px}.sellerPaymentGrid{display:grid;grid-gap:10px;gap:10px;margin-top:16px}.sellerPaymentCard{display:flex;align-items:center;gap:14px;text-align:left;border:1px solid #e0e4e8;border-radius:12px;background:#fff;padding:15px;cursor:pointer}.sellerPaymentCard.selected{border:2px solid var(--akazi-orange);background:#fff8f3}.sellerPaymentCard .sellerRadio{position:static;flex:0 0 auto}.sellerPaymentText{flex:1 1;min-width:0}.sellerPaymentText em,.sellerPaymentText small,.sellerPaymentText strong{display:block}.sellerPaymentText small{color:#687386;margin-top:3px}.sellerPaymentText em{font-size:11px;color:#8a929d;margin-top:5px;font-style:normal}.sellerLogos{display:flex;align-items:center;gap:7px}.sellerLogos img{width:58px;height:34px;object-fit:contain;background:#fff;border-radius:5px}.sellerSubmit{width:100%;margin-top:24px;display:flex;align-items:center;justify-content:center;gap:7px}.sellerSubmit:disabled{opacity:.55;cursor:not-allowed}.sellerNote{display:flex;justify-content:center;align-items:center;gap:6px;color:#7b838d;font-size:12px;text-align:center}.sellerNote .material-symbols-outlined{font-size:17px}@media(max-width:760px){.sellerPayment>.sellerSectionHeading h2,.sellerSection>.sellerSectionHeading h2{font-size:18px}.sellerPayment>.sellerSectionHeading p,.sellerSection>.sellerSectionHeading p{font-size:12px}.sellerApply{padding:20px 14px 55px}.sellerHero h1{font-size:29px}.sellerHero p{font-size:14px}.sellerSteps{gap:5px;margin-bottom:28px}.sellerStep strong{display:none}.sellerStep span{width:32px;height:32px}.sellerStepLine{max-width:none}.sellerPlans{grid-template-columns:1fr;gap:12px}.sellerPlan{padding:17px 15px}.sellerPlanIcon{width:52px;height:52px;margin:4px auto 7px}.sellerPlanName{font-size:22px}.sellerPlanDescription{min-height:auto}.sellerPlanPrice{font-size:24px}.sellerFeatures{grid-template-columns:1fr 1fr}.sellerFormGrid{grid-template-columns:1fr}.sellerFormGrid label:nth-child(2){grid-column:auto}.sellerPaymentCard{align-items:flex-start}.sellerLogos{margin-left:auto}.sellerLogos img{width:46px;height:30px}.sellerSubmit{font-size:14px}.sellerHeroIcon{width:50px;height:50px}}.portalSub{margin:5px 0 0;color:#737b87;font-size:13px}.portalButton{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;margin-top:0}.portalNavActive{background:#fff0e9;color:var(--akazi-orange)!important}.sellerMessage{margin:0 0 14px;padding:12px 14px;border:1px solid #ffd2bf;background:#fff7f2;color:#8a3d18;border-radius:10px;font-size:13px}.sellerQuickLinks{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:14px;gap:14px;margin-bottom:20px}.sellerQuickLinks a{background:#fff;border:1px solid #eee;border-radius:14px;padding:16px;display:grid;grid-gap:6px;gap:6px}.sellerQuickLinks a:hover{border-color:#ffb99b}.sellerQuickLinks .material-symbols-outlined{color:var(--akazi-orange);font-size:25px}.sellerQuickLinks small{color:#777}.sellerRecentOrders{display:grid}.sellerRecentOrder{display:flex;justify-content:space-between;align-items:center;gap:15px;padding:14px 0;border-bottom:1px solid #eee}.sellerRecentOrder>div{display:grid;grid-gap:4px;gap:4px}.sellerRecentOrder>div:last-child{text-align:right}.sellerRecentOrder span{font-size:13px;color:#777}.sellerProductFormPanel{margin-bottom:18px}.sellerProductForm{display:grid;grid-template-columns:1fr 1fr;grid-gap:15px;gap:15px}.sellerProductForm label{display:grid;grid-gap:7px;gap:7px;font-size:13px;font-weight:700}.sellerProductForm input,.sellerProductForm select,.sellerProductForm textarea{width:100%;border:1px solid var(--akazi-border);border-radius:10px;padding:12px 13px;background:#fff;font:inherit;outline:none}.sellerProductForm select{height:44px}.sellerProductForm textarea{min-height:105px;resize:vertical}.sellerFormActions,.sellerProductForm label.full{grid-column:1/-1}.sellerProductForm small{color:#777;font-weight:500}.sellerFormActions{display:flex;gap:10px}.sellerProductTools{display:flex;gap:8px;align-items:center}.sellerProductTools input{width:210px}.compactButton,.compactCta{padding:10px 13px;margin-top:0}.sellerProductTableWrap{overflow:auto}.sellerProductCell{display:flex;align-items:center;gap:10px;min-width:220px}.sellerImagePlaceholder,.sellerProductCell img{width:46px;height:46px;border-radius:9px;object-fit:contain;background:#f7f7f7;flex:0 0 auto}.sellerImagePlaceholder{display:grid;place-items:center;color:#aaa}.sellerImagePlaceholder .material-symbols-outlined{font-size:22px}.stockLow{color:#d92d20;font-weight:800}.statusPill{display:inline-flex;align-items:center;border-radius:999px;padding:5px 9px;font-size:11px;font-weight:800;background:#f0f1f3;color:#555}.status-delivered,.statusLive{background:#eaf8ef;color:#16803b}.status-processing{background:#fff4df;color:#9a5a00}.status-shipped{background:#edf4ff;color:#2864c7}.status-pending{background:#fff4df;color:#9a5a00}.status-cancelled{background:#fff0f0;color:#b42318}.tableActions{display:flex;gap:8px;align-items:center}.tableActions button{border:0;background:none;color:var(--akazi-orange);font-weight:700;font-size:12px;padding:4px}.tableActions .dangerText{color:#b42318}.sellerOrderCards{display:grid;grid-gap:14px;gap:14px}.sellerOrderCard{background:#fff;border:1px solid #eee;border-radius:16px;padding:18px}.sellerOrderBottom,.sellerOrderCustomer,.sellerOrderTop{display:flex;justify-content:space-between;align-items:center;gap:14px}.sellerOrderTop{padding-bottom:13px;border-bottom:1px solid #eee}.sellerOrderCustomer,.sellerOrderTop div{display:grid;grid-gap:4px;gap:4px}.sellerOrderCustomer span,.sellerOrderTop small{color:#777;font-size:12px}.sellerOrderCustomer{padding:13px 0}.sellerOrderItems{display:grid;grid-gap:9px;gap:9px}.sellerOrderItem{display:flex;align-items:center;gap:10px;padding:8px;background:#fafafa;border-radius:10px}.sellerOrderItem .sellerImagePlaceholder,.sellerOrderItem img{width:48px;height:48px}.sellerOrderItem div{display:grid;grid-gap:3px;gap:3px}.sellerOrderItem small{color:#777}.sellerOrderBottom{margin-top:14px;padding-top:13px;border-top:1px solid #eee}.sellerOrderBottom select{border:1px solid var(--akazi-border);border-radius:9px;padding:9px;background:#fff}.stockInput{width:110px}@media(max-width:900px){.sellerProductForm,.sellerQuickLinks{grid-template-columns:1fr}.sellerFormActions,.sellerProductForm label.full{grid-column:auto}}@media(max-width:600px){.sellerProductTools input{width:130px}.sellerProductTools{flex-direction:column;align-items:stretch}.sellerOrderBottom,.sellerOrderTop{align-items:flex-start}.sellerOrderBottom{flex-direction:column}.sellerRecentOrder{align-items:flex-start}.sellerRecentOrder>div:last-child{text-align:left}}.adminQuickLinks{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:14px;gap:14px;margin-bottom:20px}.adminQuickLinks a{background:#fff;border:1px solid #eee;border-radius:14px;padding:15px;display:grid;grid-gap:6px;gap:6px}.adminQuickLinks a:hover{border-color:#ffb99b}.adminQuickLinks .material-symbols-outlined{color:var(--akazi-orange);font-size:24px}.adminQuickLinks small{color:#777}.adminTableWrap{overflow:auto}.adminTableWrap table{min-width:760px}.adminTableWrap small{color:#777}.adminStatusSelect{border:1px solid var(--akazi-border);border-radius:8px;padding:8px;background:#fff}.adminToggle{border:1px solid #ddd;background:#fff;color:#777;border-radius:999px;padding:6px 11px;font-size:11px;font-weight:800}.adminToggle.on{border-color:#b8e2c6;background:#eaf8ef;color:#16803b}.adminCategoryAdd{display:flex;gap:9px;margin-bottom:16px}.adminCategoryAdd input{flex:1 1;max-width:420px}@media(max-width:900px){.adminQuickLinks{grid-template-columns:1fr 1fr}}@media(max-width:600px){.adminQuickLinks{grid-template-columns:1fr}.adminCategoryAdd{flex-direction:column}.adminCategoryAdd input{max-width:none}}.paymentNote{margin:12px 0 0;color:#737b87;font-size:12px;line-height:1.5}.paymentResult{min-height:70vh;display:grid;place-items:center;padding:30px 16px;background:#fafafa}.paymentResultCard{width:min(520px,100%);background:#fff;border:1px solid #eee;border-radius:18px;padding:34px;text-align:center;box-shadow:0 10px 35px rgba(0,0,0,.05)}.paymentResultIcon{font-size:58px;color:var(--akazi-orange);margin-bottom:12px}.paymentResultCard h1{margin:0 0 9px;font-size:28px}.paymentResultCard p{margin:0;color:#737b87;line-height:1.6;font-size:14px}.paymentResultActions{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-top:22px}.paymentResultActions a{text-decoration:none}.accountPage{max-width:1180px;margin:0 auto;padding:36px 20px 70px}.accountHeader{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:24px}.accountHeader h1{margin:6px 0;font-size:34px}.accountHeader p{margin:0;color:#666}.accountTabs{display:flex;gap:6px;border-bottom:1px solid #e8e8e8;margin-bottom:22px;overflow:auto}.accountTabs button{background:none;border:0;padding:14px 20px;font-weight:700;color:#666;cursor:pointer;white-space:nowrap}.accountTabs button.active{color:#111;border-bottom:2px solid #111}.accountCard,.orderCard{background:#fff;border:1px solid #e8e8e8;border-radius:16px;padding:24px}.accountCard h2,.accountOrders>h2{margin-top:0}.accountCard form{display:grid;grid-gap:15px;gap:15px;max-width:620px}.accountCard label{display:grid;grid-gap:7px;gap:7px;font-weight:600}.accountCard input,.accountCard textarea{width:100%;border:1px solid #ddd;border-radius:10px;padding:12px;font:inherit;box-sizing:border-box}.accountCard textarea{min-height:90px;resize:vertical}.accountGrid{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px;gap:20px}.addressItem{border:1px solid #eee;border-radius:12px;padding:15px;margin:12px 0;display:grid;grid-gap:5px;gap:5px}.addressItem span{color:#666;font-size:14px}.addressItem button{justify-self:start;border:0;background:none;color:#b42318;padding:0;cursor:pointer}.accountOrders{display:grid;grid-gap:16px;gap:16px}.orderCardTop{display:flex;justify-content:space-between;gap:16px}.orderCardTop div{display:grid;grid-gap:4px;gap:4px}.orderCardTop span{font-size:13px;color:#777}.tracking{display:grid;grid-template-columns:repeat(5,1fr);position:relative;margin:28px 0 22px}.trackingLine{position:absolute;top:15px;left:10%;right:10%;height:2px;background:#ddd}.trackingStep{position:relative;text-align:center;z-index:1;display:grid;grid-gap:7px;gap:7px;justify-items:center}.trackingStep span{width:30px;height:30px;border-radius:50%;background:#eee;display:grid;place-items:center;font-size:12px;font-weight:800}.trackingStep.done span{background:#111;color:#fff}.trackingStep small{font-size:11px;color:#777}.trackingStep.done small{color:#111;font-weight:700}.orderItems{border-top:1px solid #eee;border-bottom:1px solid #eee;margin:15px 0;padding:10px 0}.orderItems div{display:flex;justify-content:space-between;padding:8px 0}.secondaryButton{display:inline-block;padding:10px 14px;border:1px solid #ddd;border-radius:9px;text-decoration:none;color:inherit;font-weight:700}@media(max-width:760px){.accountHeader{display:grid;align-items:start}.accountGrid{grid-template-columns:1fr}.accountCard,.orderCard{padding:18px}.trackingStep small{font-size:9px}.accountHeader h1{font-size:28px}}.productWishlistRow{display:flex;align-items:center;justify-content:space-between;gap:12px}.productWishlistRow .eyebrow{margin:0}.wishlistButton{width:44px;height:44px;border:1px solid #ddd;border-radius:50%;background:#fff;display:grid;place-items:center;color:#555}.wishlistButton.saved,.wishlistButton:hover{border-color:#ffb08e;color:var(--akazi-orange)}.wishlistButton .material-symbols-outlined{font-size:22px}.reviewsSection{margin-top:42px;padding-top:30px;border-top:1px solid #eee}.reviewsHeader{display:flex;justify-content:space-between;align-items:flex-end}.reviewsHeader h2{margin:0}.reviewsHeader p{margin:5px 0 0;color:#777;font-size:13px}.reviewGrid{display:grid;grid-template-columns:minmax(280px,.7fr) minmax(0,1.3fr);grid-gap:20px;gap:20px;margin-top:18px}.reviewCard,.reviewForm{border:1px solid #e8e8e8;border-radius:16px;padding:20px;background:#fff}.reviewForm h3{margin:0 0 5px}.reviewHint{margin:0 0 15px;color:#777;font-size:13px}.reviewForm textarea{width:100%;min-height:120px;border:1px solid #ddd;border-radius:10px;padding:12px;font:inherit;resize:vertical;outline:none}.reviewStars{display:flex;gap:2px;margin:8px 0 14px}.reviewStars button{border:0;background:none;padding:2px;color:#bbb}.reviewStars .active,.reviewStars button.active{color:#ffb000}.reviewStars .material-symbols-outlined{font-size:22px}.reviewMessage{margin-top:10px;padding:9px 11px;border-radius:9px;background:#fff7f2;color:#8a3d18;font-size:12px}.reviewList{display:grid;grid-gap:12px;gap:12px}.reviewCard{padding:17px}.reviewTop{display:flex;justify-content:space-between;gap:12px}.reviewTop span{color:#777;font-size:12px}.reviewCard .reviewStars{margin:7px 0}.reviewCard p{margin:8px 0 0;color:#555;line-height:1.6}.wishlistPage{max-width:1180px;margin:0 auto;padding:36px 20px 70px}.wishlistHeader{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:24px}.wishlistHeader h1{margin:6px 0}.wishlistHeader p{margin:0;color:#666}.wishlistGrid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:18px;gap:18px}.wishlistCard{border:1px solid #e8e8e8;border-radius:16px;overflow:hidden;background:#fff}.wishlistImage{height:230px;background:#fafafa;display:grid;place-items:center}.wishlistImage img{width:100%;height:100%;object-fit:contain}.wishlistImage .material-symbols-outlined{font-size:44px;color:#bbb}.wishlistInfo{padding:16px}.wishlistInfo h2{font-size:16px;margin:0 0 7px}.wishlistRating{font-size:12px;color:#777;margin-bottom:10px}.wishlistRating .material-symbols-outlined{font-size:15px;color:#ffb000;vertical-align:-3px}.wishlistInfo>strong{display:block;font-size:19px}.wishlistOut,.wishlistStock{display:inline-block;margin-top:7px;font-size:12px;font-weight:700}.wishlistStock{color:#16803b}.wishlistOut{color:#b42318}.wishlistActions{display:flex;align-items:center;gap:10px;margin-top:14px}.wishlistActions .cta{margin:0}.wishlistActions button{border:0;background:none;color:#b42318;font-weight:700}.secondaryButton{background:#fff}@media(max-width:900px){.wishlistGrid{grid-template-columns:repeat(2,1fr)}.reviewGrid{grid-template-columns:1fr}}@media(max-width:600px){.wishlistHeader{display:grid;align-items:start}.wishlistGrid{grid-template-columns:1fr}.wishlistImage{height:210px}}.accountWishlistLink{display:inline-flex;align-items:center;gap:7px}.accountWishlistLink .material-symbols-outlined{font-size:18px}.deliveryTrackingCard{margin:18px 0 22px;border:1px solid #eee;border-radius:16px;background:#fff7f2;padding:18px}.deliveryTrackingHeader{display:flex;justify-content:space-between;align-items:flex-start;gap:18px}.deliveryTrackingHeader h2{margin:5px 0 0;font-size:21px}.deliveryCode{background:#fff;border:1px solid #eee;border-radius:10px;padding:10px 12px;text-align:right}.deliveryCode small,.deliveryCode strong{display:block}.deliveryCode small{font-size:10px;color:#777;text-transform:uppercase}.deliveryCode strong{font-size:14px;letter-spacing:.06em;color:var(--akazi-orange)}.deliverySteps{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:8px;gap:8px;margin:24px 0 18px}.deliveryStep{text-align:center;display:grid;grid-gap:7px;gap:7px;justify-items:center;color:#9a9a9a}.deliveryStep span{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#e7e7e7;font-size:12px;font-weight:800}.deliveryStep.done{color:#111}.deliveryStep.done span{background:var(--akazi-orange);color:#fff}.deliveryStep small{font-size:10px}.deliveryAddress{display:grid;grid-gap:5px;gap:5px;border-top:1px solid #ffd8c8;padding-top:14px;color:#555;font-size:13px}.deliveryAddress strong{color:#111}.deliveryAddress span{line-height:1.45}@media(max-width:600px){.deliveryTrackingHeader{display:grid}.deliveryCode{text-align:left;width:max-content}.deliverySteps{gap:3px}.deliveryStep small{font-size:8px}.deliveryStep span{width:27px;height:27px}}.sellerDeliveryBox{margin:4px 0 14px;padding:13px;border:1px solid #ffd8c8;border-radius:12px;background:#fff8f4;display:grid;grid-gap:10px;gap:10px}.sellerDeliveryHead{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.sellerDeliveryHead div{display:grid;grid-gap:4px;gap:4px}.sellerDeliveryHead small{font-size:10px;color:#777;font-weight:800;letter-spacing:.06em}.sellerDeliveryHead strong{font-size:13px;color:var(--akazi-orange);letter-spacing:.04em}.sellerDeliveryAddress{display:grid;grid-gap:3px;gap:3px;font-size:12px;color:#666;line-height:1.45}.sellerDeliveryAddress strong{color:#111}.sellerOrderControls{display:flex;align-items:center;gap:9px;flex-wrap:wrap}.sellerOrderControls label{display:grid;grid-gap:4px;gap:4px;font-size:10px;color:#777;font-weight:800;text-transform:uppercase}.sellerOrderControls select{border:1px solid var(--akazi-border);border-radius:9px;padding:9px;background:#fff;font-size:12px;text-transform:none}.delivery-pending{background:#fff4df;color:#9a5a00}.delivery-assigned{background:#f2ecff;color:#6842c2}.delivery-picked_up{background:#edf4ff;color:#2864c7}.delivery-in_transit{background:#eaf4ff;color:#1559a6}.delivery-delivered{background:#eaf8ef;color:#16803b}.delivery-cancelled,.delivery-failed{background:#fff0f0;color:#b42318}@media(max-width:600px){.sellerDeliveryHead{display:grid}.sellerOrderControls,.sellerOrderControls label,.sellerOrderControls select{width:100%}}.brandingSettings{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(260px,.8fr);grid-gap:24px;gap:24px;margin-top:18px}.brandingPreview{display:grid;grid-gap:9px;gap:9px}.brandingLogoFrame{min-height:220px;border:1px solid #e8e8e8;border-radius:16px;background:#fff;display:grid;place-items:center;padding:24px;overflow:hidden}.brandingLogoFrame img{max-width:100%;max-height:190px;width:auto;height:auto;object-fit:contain}.brandingControls{display:grid;align-content:start;grid-gap:9px;gap:9px}.uploadLogoButton{display:flex;align-items:center;justify-content:center;gap:8px;border:1px solid #ddd;border-radius:10px;padding:12px 14px;font-weight:800;cursor:pointer;background:#fff}.uploadLogoButton input{display:none}.brandingHint{margin:0;color:#777;font-size:12px;line-height:1.5}.brandingActions{display:flex;gap:9px;flex-wrap:wrap;margin-top:6px}@media(max-width:760px){.brandingSettings{grid-template-columns:1fr}.brandingLogoFrame{min-height:170px}.brandingLogoFrame img{max-height:140px}.productPage{grid-template-columns:1fr;gap:22px;margin-top:18px}.productMainImage{height:360px;border-radius:16px}.productThumbs{grid-template-columns:repeat(4,1fr);gap:7px}.productThumb{height:72px}.productInfo h1{font-size:27px;line-height:1.2}.productPrice{font-size:27px;margin:14px 0}.productActions{position:-webkit-sticky;position:sticky;bottom:8px;z-index:10;background:#fff;padding:9px;border:1px solid #eee;border-radius:13px;box-shadow:0 8px 25px rgba(0,0,0,.08)}.productActions .cta,.productActions .secondaryButton{min-height:46px}.cartLayout,.checkoutLayout{grid-template-columns:1fr;gap:16px}.cartItem{grid-template-columns:72px minmax(0,1fr);gap:10px;padding:13px 0;align-items:start}.cartItemImage{width:72px;height:72px}.cartItemInfo{min-width:0}.cartItemInfo strong{font-size:13px;line-height:1.3;display:block}.cartItem .quantity{grid-column:2;margin:2px 0 0;gap:10px}.cartItem .quantity button{width:32px;height:32px}.cartItem .remove{grid-column:2;justify-self:start;font-size:12px;padding:0}.summary{position:static;top:auto}.checkoutCard,.summary{padding:16px;border-radius:14px}.checkoutCard h2{font-size:20px}.formGrid{grid-template-columns:1fr;gap:12px}.paymentOption{min-height:48px}}@media(max-width:420px){.productMainImage{height:300px}.productActions{gap:6px;padding:7px}.productActions .cta,.productActions .secondaryButton{padding:11px 8px;font-size:12px}.cartItem .cartPrice{font-size:13px}}@media (max-width:760px){.portal{display:block!important;min-height:100vh}.portalSide{width:100%!important;position:static!important;padding:12px!important;display:flex!important;align-items:center;gap:7px;overflow-x:auto;white-space:nowrap;border-right:0!important;border-bottom:1px solid #eee}.portalSide .brand{flex:0 0 auto;font-size:18px;margin-right:5px}.portalSide h3{display:none}.portalSide a{flex:0 0 auto;padding:9px 11px!important;border-radius:9px;font-size:12px}.portalMain{min-width:0;padding:18px 12px 40px!important}.portalTop{display:grid!important;grid-template-columns:1fr;grid-gap:12px;gap:12px;align-items:start!important}.portalTop h1{font-size:27px!important;line-height:1.2;margin-bottom:5px}.portalButton{width:100%}.stats{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important;margin:16px 0!important}.stat{min-width:0;padding:13px!important;border-radius:12px}.stat span{font-size:11px}.stat strong{font-size:19px;overflow-wrap:anywhere}.adminQuickLinks,.sellerQuickLinks{grid-template-columns:1fr!important;gap:9px!important}.adminQuickLinks a,.sellerQuickLinks a{padding:13px!important}.panel{border-radius:14px!important;padding:14px!important}.sectionHeader{gap:10px;align-items:flex-start}.sectionHeader h2{font-size:18px}.sellerRecentOrder{display:grid!important;grid-template-columns:minmax(0,1fr) auto;grid-gap:10px;gap:10px;padding:12px 0}.sellerRecentOrder>div{min-width:0}.sellerRecentOrder span,.sellerRecentOrder strong{overflow-wrap:anywhere}.sellerRecentOrder>div:last-child{text-align:right}.accountPage{padding:22px 12px 50px}.accountHeader{gap:14px}.accountHeader>div:last-child{width:100%;display:grid!important;grid-template-columns:1fr 1fr}.accountHeader>div:last-child a{text-align:center;margin:0;min-width:0;padding:11px 8px}.accountTabs{margin-left:-12px;margin-right:-12px;padding:0 12px}.accountTabs button{padding:12px 14px}.accountCard,.orderCard{width:100%}.orderCardTop{display:grid;grid-template-columns:1fr auto;grid-gap:10px;gap:10px;align-items:start}.orderCardTop>strong{text-align:right}.tracking{overflow-x:auto;grid-template-columns:repeat(5,minmax(78px,1fr));padding-bottom:5px}.trackingLine{left:39px;right:39px}.orderItems div{gap:10px}.orderItems span{min-width:0;overflow-wrap:anywhere}.adminTableWrap,.sellerProductTableWrap{overflow:visible!important}.adminTableWrap table,.sellerProductTableWrap table{min-width:0!important;width:100%}.adminTableWrap thead,.sellerProductTableWrap thead{display:none}.adminTableWrap tbody,.sellerProductTableWrap tbody{display:grid;grid-gap:9px;gap:9px}.adminTableWrap tr,.sellerProductTableWrap tr{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:8px 10px;gap:8px 10px;padding:12px;border:1px solid #eee;border-radius:12px;background:#fff}.adminTableWrap td,.sellerProductTableWrap td{display:block;border:0!important;padding:0!important;min-width:0}.adminTableWrap td:first-child,.sellerProductTableWrap td:first-child{grid-column:1/-1}.adminTableWrap td:nth-child(2),.sellerProductTableWrap td:nth-child(2){font-size:11px;color:#666}.adminTableWrap td:nth-child(3),.adminTableWrap td:nth-child(4),.sellerProductTableWrap td:nth-child(3),.sellerProductTableWrap td:nth-child(4){font-weight:700}.adminTableWrap td:nth-child(5),.sellerProductTableWrap td:nth-child(5){justify-self:end}.adminTableWrap td:nth-child(6),.sellerProductTableWrap td:nth-child(6){font-size:11px;color:#777}.sellerProductTableWrap td:nth-child(7){grid-column:1/-1}.sellerProductCell{min-width:0!important}.sellerProductCell strong{min-width:0;overflow-wrap:anywhere;font-size:12px}.sellerImagePlaceholder,.sellerProductCell img{width:42px;height:42px}.sellerProductTools{width:100%;display:grid!important;grid-template-columns:minmax(0,1fr) auto}.sellerProductTools input{width:100%!important;min-width:0}.sellerProductTools .compactCta{white-space:nowrap}.sellerOrderCard{padding:14px!important;border-radius:14px}.sellerOrderTop{gap:9px}.sellerOrderTop strong{font-size:13px}.sellerOrderCustomer{display:grid;grid-gap:3px;gap:3px}.sellerOrderCustomer span{overflow-wrap:anywhere}.sellerOrderItem{align-items:flex-start}.sellerOrderItem div{min-width:0}.sellerOrderItem strong{font-size:12px;overflow-wrap:anywhere}.sellerOrderBottom{align-items:stretch!important}.sellerOrderControls{width:100%;display:grid!important;grid-template-columns:1fr 1fr}.sellerOrderControls label{min-width:0}.sellerOrderControls select{width:100%;max-width:100%}.sellerProductForm{grid-template-columns:1fr!important}.sellerFormActions,.sellerProductForm label.full{grid-column:auto!important}.sellerProductForm input,.sellerProductForm select,.sellerProductForm textarea{font-size:16px}.portalMain>.panel table{width:100%}.stockInput{width:90px;max-width:100%}.portalMain>.panel table tbody tr{vertical-align:top}.adminTableWrap table{font-size:12px}.adminTableWrap td strong{overflow-wrap:anywhere}.adminStatusSelect{width:100%;max-width:150px}.adminCategoryAdd{display:grid!important;grid-template-columns:minmax(0,1fr) auto;grid-gap:8px;gap:8px}.adminCategoryAdd input{max-width:none!important;min-width:0;width:100%;font-size:16px}.adminCategoryAdd .compactCta{margin:0;white-space:nowrap}}@media (max-width:600px){.portalMain>.panel:has(.adminTableWrap) .adminTableWrap tr{grid-template-columns:minmax(0,1fr) auto}.portalMain>.panel:has(.adminTableWrap) .adminTableWrap td:first-child{grid-column:1/-1}.portalMain>.panel:has(.adminTableWrap) .adminTableWrap td:nth-child(2){font-size:12px;color:#555}.portalMain>.panel:has(.adminTableWrap) .adminTableWrap td:nth-child(3){font-weight:700}.portalMain>.panel:has(.adminTableWrap) .adminTableWrap td:nth-child(4){justify-self:end}.portalMain>.panel:has(.adminTableWrap) .adminTableWrap td:nth-child(5){font-size:11px;color:#777}.portalMain>.panel:has(.adminTableWrap) .adminTableWrap td:nth-child(6){font-size:11px;color:#777}.portalMain>.panel:has(.adminTableWrap) .adminTableWrap td:nth-child(7){grid-column:1/-1}}@media (max-width:420px){.portalMain{padding-left:10px!important;padding-right:10px!important}.stats{grid-template-columns:1fr 1fr!important}.stat{padding:11px!important}.stat strong{font-size:17px}.accountHeader>div:last-child{grid-template-columns:1fr}.accountHeader>div:last-child a{width:100%}.orderCardTop{grid-template-columns:1fr}.orderCardTop>strong{text-align:left}.sellerOrderControls{grid-template-columns:1fr!important}.adminCategoryAdd{grid-template-columns:1fr}.adminCategoryAdd .compactCta{width:100%}}