
.header-account-tools{display:flex;align-items:center;gap:13px}.header-account-tools a{font-size:12px;font-weight:800;color:#111519;text-decoration:none}
.cart-badge{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;border-radius:99px;background:#f58a13;color:#111;font-size:10px}
.account-shell{max-width:980px;margin:42px auto;padding:0 20px}.account-card{max-width:560px;margin:auto;background:#fff;border:1px solid #e0e3e5;border-radius:18px;padding:26px}
.account-form{display:grid;gap:12px}.account-form label{font-size:12px;font-weight:800}.account-form input{width:100%;height:44px;margin-top:6px;padding:0 12px;border:1px solid #ccd1d5;border-radius:9px}
.account-tabs{display:flex;gap:8px;margin:18px 0}.account-tabs>*{flex:1}.account-msg{min-height:18px;margin-top:10px;font-size:12px}.account-msg.error{color:#b3261e}
.cart-page{max-width:1100px;margin:36px auto;padding:0 20px}.cart-row{display:grid;grid-template-columns:90px 1fr 100px 90px auto;gap:14px;align-items:center;background:#fff;border:1px solid #e0e3e5;border-radius:14px;padding:14px;margin-bottom:12px}.cart-row img{width:90px;height:80px;object-fit:contain}.cart-row input{width:70px;padding:8px}.cart-total{text-align:right;font-size:24px;font-weight:900;margin:18px 0}.cart-actions{display:flex;justify-content:flex-end;gap:10px;flex-wrap:wrap}
@media(max-width:700px){.cart-row{grid-template-columns:72px 1fr}.cart-row img{width:72px;height:68px}.cart-row>*:nth-child(n+3){grid-column:2}}

.account-dashboard{max-width:1120px;margin:38px auto 70px;padding:0 22px}.account-hero{background:#11161a;color:#fff;border-radius:22px;padding:30px;display:flex;justify-content:space-between;align-items:center;gap:22px;margin-bottom:20px}.account-hero h1{font-size:34px;margin:9px 0 7px}.account-hero p{margin:0;color:#c9cfd3}.account-hero-actions{display:flex;gap:10px;flex-wrap:wrap}.account-hero-actions .secondary-filter{background:#fff;color:#111;border-color:#fff}.account-grid{display:grid;grid-template-columns:1.65fr .85fr;gap:20px}.account-panel{background:#fff;border:1px solid #e0e3e5;border-radius:18px;padding:22px;box-shadow:0 8px 26px rgba(0,0,0,.035)}.account-panel-head{display:flex;justify-content:space-between;align-items:center;gap:15px;margin-bottom:16px}.account-panel-head h2{margin:0;font-size:21px}.account-panel-head a{font-size:12px;font-weight:800;color:#b75e00}.account-order{border:1px solid #e4e6e8;border-radius:14px;padding:16px;margin-top:10px}.account-order-top,.account-order-bottom{display:flex;justify-content:space-between;gap:14px;align-items:center}.account-order-id{font-weight:900}.account-order-meta{font-size:12px;color:#687078;margin-top:4px}.account-order-status{font-size:10px;font-weight:900;text-transform:uppercase;background:#fff0df;color:#a85400;border-radius:999px;padding:6px 9px}.account-order-product{margin:13px 0;font-size:13px}.account-order-bottom{border-top:1px solid #eceeef;padding-top:12px}.account-order-total{font-weight:900}.account-empty{padding:28px 16px;text-align:center;border:1px dashed #ccd1d5;border-radius:14px;color:#687078}.account-empty strong{display:block;color:#111;margin-bottom:5px}.account-stat{border:1px solid #e4e6e8;border-radius:14px;padding:16px;margin-bottom:12px}.account-stat-label{font-size:10px;font-weight:900;color:#a85400;text-transform:uppercase}.account-stat-value{font-size:25px;font-weight:900;margin-top:4px}.account-detail{padding:11px 0;border-bottom:1px solid #eceeef}.account-detail small{display:block;color:#687078;margin-bottom:3px}.account-detail strong{font-size:13px}.account-logout{background:none;border:0;color:#687078;font-weight:800;cursor:pointer;padding:12px 0}@media(max-width:800px){.account-grid{grid-template-columns:1fr}.account-hero{align-items:flex-start;flex-direction:column}.account-hero h1{font-size:28px}}

.stock-status{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:900;margin:5px 0 8px}.stock-status.in{color:#17784a}.stock-status.out{color:#b3261e}.stock-dot{width:8px;height:8px;border-radius:50%;background:currentColor}.qty-buy-row{display:flex;align-items:end;gap:10px;flex-wrap:wrap;margin:12px 0}.qty-buy-row label{font-size:11px;font-weight:900}.qty-buy-row input,.qty-buy-row select{display:block;width:86px;height:42px;margin-top:5px;border:1px solid #cfd2d4;border-radius:9px;padding:0 10px;background:#fff}.out-stock-button{opacity:.55;pointer-events:none}
