:root{
  --red:#e30613;--red-dark:#c8000b;--ink:#10121a;--muted:#697081;--line:#e6e8ed;
  --soft:#f7f8fa;--green:#18a957;--yellow:#d59b0a;--danger:#c43c49;
  --shadow:0 12px 38px rgba(20,24,35,.07);--radius:14px;
  color-scheme:light;
}
*{box-sizing:border-box}
[hidden]{display:none!important}
html{scroll-behavior:smooth;background:#fff}
body.app{margin:0;background:#fff;color:var(--ink);font:15px/1.45 Arial,"Helvetica Neue",sans-serif;min-height:100vh;display:flex;flex-direction:column}
body.modal-open{overflow:hidden}
a{color:inherit}
button,input{font:inherit}
.container{width:min(1230px,calc(100% - 48px));margin-inline:auto;padding:0!important}
.site-main{flex:1;padding-top:0;padding-bottom:42px}

/* Header */
.site-header{height:68px;background:#fff;border-bottom:1px solid #eceef2;position:sticky;top:0;z-index:100}
.header-row{height:100%;display:flex;align-items:center;gap:34px}
.brand{display:flex;align-items:center;align-self:stretch;flex:0 0 auto;text-decoration:none;margin-left:-24px}
.brand img{display:block;width:270px;height:68px;object-fit:contain;object-position:left center}
.main-nav{display:flex;align-items:center;justify-content:center;gap:52px;flex:1}
.main-nav a{font-weight:700;text-decoration:none;padding:24px 0;white-space:nowrap;color:#161820;transition:color .18s}
.main-nav a:hover{color:var(--red)}
.header-actions{display:flex;align-items:center;gap:28px;flex:0 0 auto}
.language-switch{display:flex;align-items:center;gap:18px}
.language-switch button{border:0;background:transparent;padding:22px 0 19px;font-weight:700;color:#6f7480;position:relative;cursor:pointer}
.language-switch button.active{color:#111}
.language-switch button.active::after{content:"";height:3px;border-radius:4px;background:var(--red);position:absolute;left:0;right:0;bottom:13px}
.language-switch button:disabled{cursor:default;opacity:.75}
.account-button{height:42px;border:1px solid rgba(227,6,19,.65);border-radius:8px;background:#fff;color:#b80510;padding:0 16px;display:flex;align-items:center;gap:9px;font-weight:700;cursor:pointer;white-space:nowrap;transition:.18s}
.account-button:hover{border-color:var(--red);background:#fff7f7}
.account-button svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.account-button .chevron{width:15px}
.user-menu{position:relative}
.user-dropdown{position:absolute;right:0;top:calc(100% + 10px);min-width:190px;padding:8px;background:#fff;border:1px solid var(--line);border-radius:10px;box-shadow:var(--shadow);display:none}
.user-menu.open .user-dropdown{display:grid}
.user-dropdown a,.user-dropdown button{border:0;background:transparent;text-align:left;text-decoration:none;padding:10px 12px;border-radius:7px;cursor:pointer;color:#252936}
.user-dropdown a:hover,.user-dropdown button:hover{background:#fff1f2;color:var(--red)}
.mobile-nav-toggle{display:none;border:0;background:transparent;padding:8px}
.mobile-nav-toggle span{display:block;width:24px;height:2px;background:#111;margin:5px;border-radius:3px}

/* Home hero */
.hero{height:300px;margin-top:0;border-radius:0 0 14px 14px;border:1px solid #e3e5e9;border-top:0;overflow:hidden;position:relative;background:#eceae7 url('/static/shop/assets/hero-commander.webp') center/cover no-repeat;display:flex;align-items:center;padding:34px 30px;box-shadow:none}
.hero::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.91) 29%,rgba(255,255,255,.36) 46%,rgba(255,255,255,0) 64%)}
.hero-copy{position:relative;z-index:1;width:55%}
.hero-copy h1{margin:0;color:#07090e;font-size:39px;line-height:1.14;letter-spacing:-1.4px;font-weight:900}
.hero-copy h1 em{font-style:normal;color:var(--red)}
.hero-copy p{font-size:17px;color:#687080;margin:18px 0 0;font-weight:600}
.shop-shell{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:14px;align-items:start;margin-top:12px}
.shop-left{min-width:0}
.trust-strip{height:74px;border:1px solid var(--line);border-radius:12px;margin:0;display:grid;grid-template-columns:repeat(3,1fr);background:#fff;box-shadow:0 3px 13px rgba(20,24,35,.03)}
.trust-strip>div{display:flex;align-items:center;gap:12px;padding:13px 18px;position:relative}
.trust-strip>div+div::before{content:"";position:absolute;left:0;top:16px;bottom:16px;width:1px;background:var(--line)}
.trust-strip span{display:grid}
.trust-strip strong{font-size:14px}
.trust-strip small{font-size:12px;color:var(--muted);margin-top:2px}
.trust-icon{width:38px;height:38px;border-radius:50%;background:#fff1f2;color:var(--red);display:grid!important;place-items:center;flex:0 0 auto}
.trust-icon svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}

/* Catalog */
.section{margin-top:18px}
.section-head{margin-bottom:14px;display:flex;align-items:center;justify-content:space-between}
.section-head h2{margin:0;font-size:18px;color:#171923}
.catalog-heading{margin-top:0}
.cat-row{display:flex;gap:8px;overflow-x:auto;padding:0 2px 12px;scrollbar-width:none;grid-template-columns:none}
.cat-row::-webkit-scrollbar{display:none}
:root[data-theme="light"] .cat-row .cat-card{height:38px;width:auto;min-width:max-content;border:1px solid #e3e6eb;border-radius:20px;padding:5px 13px 5px 7px;background:#fff!important;display:flex;align-items:center;gap:8px;text-decoration:none;overflow:visible;outline:0!important;box-shadow:none;transform:none;transition:border-color .16s,box-shadow .16s,background-color .16s}
:root[data-theme="light"] .cat-row .cat-card::after{content:none!important;display:none!important;background:none!important}
:root[data-theme="light"] .cat-row .cat-card:hover{outline:0!important;border-color:#e99aa0;background:#fffafa!important;box-shadow:none!important}
:root[data-theme="light"] .cat-row .cat-card.is-active{border-color:var(--red);background:#fff7f7!important;box-shadow:none!important}
.cat-row .cat-img{width:27px;height:27px;border-radius:50%;object-fit:cover;position:static;filter:none!important;transform:none!important}
.cat-row .cat-name{position:static;background:none;color:#353945;font-size:12px;font-weight:700;padding:0;line-height:1;text-shadow:none!important;filter:none!important}
.products-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.product-card{background:#fff;border:1px solid var(--line);border-radius:15px;height:438px;min-height:438px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 5px 18px rgba(22,27,38,.045);transition:border-color .16s,box-shadow .16s}
.product-card:hover{transform:none;box-shadow:0 9px 24px rgba(22,27,38,.075);border-color:#d4d7de}
.product-thumb{width:100%!important;height:198px;position:relative;background:linear-gradient(180deg,#fff 0%,#fbfdff 100%)!important;display:grid;place-items:center;overflow:hidden;flex:none;padding:17px 11px 0}
.product-thumb img{display:block;width:100%;height:100%;max-width:235px!important;max-height:185px!important;object-fit:contain;padding:0;filter:none!important;transform:none!important}
.badge-sale{position:absolute;left:-31px;top:14px;width:118px;background:linear-gradient(135deg,#f20b18,#d9000d);color:#fff;font-size:10px;font-weight:800;padding:6px 0;clip-path:none;border-radius:0;text-align:center;text-transform:uppercase;transform:rotate(-45deg);z-index:3;letter-spacing:.02em}
.product-bonus-chip{position:absolute;right:10px;top:10px;z-index:2;min-height:31px;padding:0 9px;border:1px solid #f2d5d7;border-radius:8px;background:#fff5f5;color:#c61620;display:flex;align-items:center;gap:5px;font-size:10px;font-weight:800;white-space:nowrap}
.product-bonus-chip svg,.product-gift svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}
.product-info{display:flex;flex-direction:column;flex:1;padding:0 12px 12px;text-align:center;min-height:0}
.product-amount{font-size:31px;line-height:1;font-weight:900;color:#10131d;letter-spacing:.01em;margin-top:3px}
.product-title{font-size:12px;line-height:1.35;margin:5px 0 8px;min-height:33px;color:#20232d;font-weight:600}
.product-gift{min-height:42px;border-radius:8px;background:#fff1f2;color:#b91e28;padding:6px 8px;display:flex;align-items:center;justify-content:center;gap:6px;font-size:10px;line-height:1.25;text-align:left}
.product-gift span{color:#42383a}.product-gift strong{color:#b91e28;white-space:nowrap}
.product-bottom{display:block!important;margin-top:auto;border-top:1px solid var(--line);padding-top:9px}
.product-price{font-size:23px;line-height:1.2;font-weight:900;color:#11141c;margin:0 0 9px}
.qty-buy{display:flex;align-items:center;gap:5px;margin-top:auto}
.qty-input{width:40px;height:34px;border:1px solid var(--line);border-radius:6px;background:#fff;text-align:center;color:#111;padding:0}
.btn-qty{width:30px;height:34px;border:1px solid var(--line);border-radius:6px;background:#fff;color:#363a45;font-weight:700;cursor:pointer}
:root[data-theme="light"] .product-card .btn-qty{background:#fff;color:#363a45;border-color:var(--line)}
:root[data-theme="light"] .qty-buy .buy-btn{height:36px;margin-left:auto;border:1px solid var(--red)!important;border-radius:7px;background:linear-gradient(180deg,#ef111d,#d9000c)!important;color:#fff!important;padding:0 13px;font-size:12px;font-weight:700;box-shadow:none;display:inline-flex;align-items:center;justify-content:center;gap:6px}
:root[data-theme="light"] .qty-buy .buy-btn svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
:root[data-theme="light"] .qty-buy .buy-btn:hover{background:linear-gradient(180deg,#da0612,#c4000a)!important;color:#fff!important;border-color:var(--red-dark)!important}
.muted{color:var(--muted)}

/* Cart */
.order-box{position:sticky;top:80px;border:1px solid var(--line);background:#fff;border-radius:12px;padding:16px 18px;box-shadow:0 3px 13px rgba(22,27,38,.025);margin:0;min-height:448px}
.ob-head{display:flex;align-items:center;justify-content:space-between;font-weight:900;font-size:17px;margin-bottom:12px}
.ob-close{width:24px;height:24px;padding:2px;border:0;background:transparent;color:#959ba7;cursor:pointer;border-radius:5px}
.ob-close:hover{background:#f5f6f8;color:#676e7a}.ob-close svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.ob-field label{font-weight:700;font-size:12px;color:#54272a;display:block;margin-bottom:6px}
.ob-input{width:100%;height:38px;border:1px solid #dfe2e8;border-radius:7px;padding:0 11px;background:#fff;color:#111;outline:0}
.ob-input:focus{border-color:var(--red);box-shadow:0 0 0 3px rgba(227,6,19,.08)}
.ob-hint{font-size:11px;color:#bd4249;margin:6px 0 14px;background:transparent!important;border:0!important;padding:0!important;border-radius:0!important}
.ob-product{height:92px;min-height:92px;border:1px solid var(--line);border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:15px;background:#fff}
.ob-product-empty{width:100%;height:100%;color:#7b8290;font-size:12px;text-align:center;padding:13px;display:grid;place-items:center;align-content:center;gap:4px;border:0!important}
.ob-product-empty svg{width:43px;height:43px;fill:none;stroke:#7b8290;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.ob-product-picked{display:flex;gap:10px;width:100%;padding:10px}
.ob-product-picked img,#obImg{width:64px!important;height:64px!important;object-fit:contain!important;border-radius:7px;background:#f7f8fa;filter:none!important}
.ob-meta{min-width:0;flex:1}.ob-title{font-size:12px;font-weight:800;margin-bottom:7px}.ob-row{font-size:11px;display:flex;justify-content:space-between;align-items:center;margin-top:5px}
.ob-row .qty{display:flex}.ob-row .qty-input{height:28px}.ob-row .btn-qty{height:28px;width:26px}
.ob-total{display:flex;align-items:center;justify-content:space-between;margin:0 0 11px;font-size:16px;color:#151821}.ob-total strong:last-child{font-size:17px}
#topupNow{width:100%;height:40px;margin:0;border:0;border-radius:7px;background:linear-gradient(180deg,#ee101c,#db000d)!important;color:#fff!important;font-weight:800;cursor:pointer;box-shadow:0 2px 5px rgba(227,6,19,.14)}
#topupNow:disabled{opacity:1;filter:none!important;cursor:not-allowed;background:linear-gradient(180deg,#f10c19,#e0000d)!important;color:#fff!important}
.ob-consent{font-size:10px;color:#8a909c;margin:10px 0 12px;line-height:1.35;display:flex;align-items:flex-start;gap:8px;padding-left:6px}
.ob-consent svg{width:17px;height:17px;flex:0 0 auto;fill:none;stroke:#dca53a;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.ob-consent a{color:#bd4249;font-weight:700;text-decoration:none}
.ob-guarantee{margin:0 -2px;border-top:1px solid var(--line);padding:13px 2px 0;display:flex;align-items:flex-start;gap:10px;color:#282d37;font-weight:400}
.ob-guarantee>svg{width:27px;height:27px;flex:0 0 auto;fill:none;stroke:var(--green);stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.ob-guarantee span{display:grid}.ob-guarantee strong{font-size:12px;line-height:1.3}.ob-guarantee small{font-size:10px;color:#7b8290;margin-top:4px}
.fab-cart{background:var(--red)!important;color:#fff!important}

/* Shared buttons and fields */
.primary-button,.outline-button{min-height:40px;border-radius:7px;padding:0 18px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:700;text-decoration:none;cursor:pointer}
.primary-button{border:1px solid var(--red);background:var(--red);color:#fff}.primary-button:hover{background:var(--red-dark)}
.outline-button{border:1px solid var(--line);background:#fff;color:#303441}.outline-button:hover{border-color:#cfd2d8;background:#fafafa}
.outline-button svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.full{width:100%}
.form-message{min-height:20px;margin:8px 0;color:var(--danger);font-size:13px}.form-message.success{color:var(--green)}

/* Authentication */
.auth-modal{position:fixed;inset:0;z-index:500;display:none;place-items:center;padding:20px}
.auth-modal.open{display:grid}
.auth-backdrop{position:absolute;inset:0;border:0;background:rgba(15,17,23,.58);backdrop-filter:blur(2px)}
.auth-card{position:relative;width:min(430px,100%);max-height:calc(100vh - 40px);overflow:auto;background:#fff;border-radius:16px;padding:30px;box-shadow:0 24px 70px rgba(0,0,0,.22)}
.modal-close{position:absolute;right:14px;top:12px;width:34px;height:34px;border:0;background:#f4f5f7;color:#6b7280;border-radius:50%;font-size:24px;line-height:1;cursor:pointer}
.auth-brand{text-align:center}.auth-brand img{width:126px;height:auto}.auth-card h2{text-align:center;margin:12px 0 3px;font-size:25px}.auth-lead{text-align:center;color:var(--muted);margin:0 0 20px;font-size:14px}
.auth-tabs{display:grid;grid-template-columns:1fr 1fr;background:#f3f4f6;border-radius:9px;padding:4px;margin-bottom:20px}
.auth-tabs button{height:38px;border:0;background:transparent;border-radius:7px;font-weight:700;color:#777d88;cursor:pointer}.auth-tabs button.active{background:#fff;color:var(--red);box-shadow:0 2px 8px rgba(20,24,35,.08)}
.auth-form{display:none}.auth-form.active{display:block}.auth-form label,.password-card label,.profile-form label{display:grid;gap:6px;font-size:13px;font-weight:700;margin-bottom:13px;color:#303440}
.auth-form input,.password-card input,.profile-form input{height:43px;width:100%;border:1px solid #dcdfe5;border-radius:7px;padding:0 12px;color:#111;background:#fff;outline:0}.auth-form input:focus,.password-card input:focus,.profile-form input:focus{border-color:var(--red);box-shadow:0 0 0 3px rgba(227,6,19,.07)}
.auth-link,.auth-back{border:0;background:transparent;color:var(--red);padding:0;cursor:pointer;font-size:13px}.auth-link{display:block;margin-left:auto}.auth-back{margin:0 0 14px}.auth-form h3{margin:0 0 6px}.form-note{font-size:13px;color:var(--muted);margin:0 0 14px}.preview-link{display:block;text-align:center;color:var(--red);font-weight:700;margin-top:14px}

/* Account */
.account-page{background:#fafbfc!important}.account-page .site-main{padding-top:14px}
.account-layout{display:grid;grid-template-columns:240px minmax(0,1fr);gap:16px;align-items:stretch;min-height:640px}
.account-sidebar,.account-content{border:1px solid #eceef2;background:#fff;border-radius:12px}
.account-sidebar{padding:20px 14px;display:flex;flex-direction:column}
.account-sidebar h2{font-size:19px;margin:0 8px 14px}.account-nav{display:grid;gap:5px}.account-nav a{display:flex;align-items:center;gap:12px;height:50px;padding:0 12px;border-radius:8px;text-decoration:none;font-weight:700}.account-nav a.active{background:#fff0f1;color:var(--red)}
.account-nav svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.balance-card{border:1px solid var(--line);border-radius:10px;padding:18px;margin-top:auto;display:grid;gap:12px}.balance-card>span{font-weight:700}.balance-card strong{font-size:28px}.coin-dot{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:50%;font-size:8px;background:linear-gradient(145deg,#17b7ff,#1554d5);color:#fff;vertical-align:middle}
.balance-card .primary-button{white-space:nowrap;font-size:12px;padding-inline:10px}
.security-card{border:1px solid var(--line);border-radius:10px;padding:14px;margin-top:12px;display:flex;gap:10px}.security-card svg{width:24px;height:24px;flex:0 0 auto;fill:none;stroke:var(--green);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.security-card span{display:grid}.security-card strong{font-size:12px}.security-card small{font-size:10px;color:var(--muted);margin-top:3px}
.account-content{padding:22px 24px;min-width:0}.account-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:20px}.account-heading h1{font-size:26px;margin:0}.account-heading p{margin:3px 0 0;color:var(--muted)}

/* Orders */
.orders-table-wrap{border:1px solid var(--line);border-radius:10px;overflow:hidden}.orders-table{width:100%;border-collapse:collapse}.orders-table th{height:48px;padding:0 14px;text-align:left;font-size:11px;color:#606675;font-weight:600;background:#fbfbfc}.orders-table td{padding:17px 14px;border-top:1px solid var(--line);vertical-align:middle;font-size:12px}.order-number{font-weight:900}.order-date{display:grid;gap:3px}.order-date small{color:var(--muted)}.order-product{display:flex;align-items:center;gap:10px;min-width:190px}.order-product img{width:42px;height:42px;object-fit:contain;border-radius:7px;background:#f6f7f8}.order-product strong{font-size:12px}.order-products-more{color:var(--muted);font-size:10px}.order-total{font-weight:800;white-space:nowrap}.status-badge{display:inline-block;padding:5px 8px;border-radius:5px;font-size:10px;font-weight:700;white-space:nowrap}.status-badge.processing{background:#fff7da;color:#9d7700}.status-badge.completed{background:#e7f9ec;color:#188742}.status-badge.cancelled{background:#fdebec;color:#b93440}.table-state{text-align:center!important;padding:50px 20px!important;color:var(--muted)}
.pagination{min-height:64px;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:center;gap:8px}.pagination button{width:36px;height:36px;border:1px solid var(--line);background:#fff;border-radius:7px;cursor:pointer}.pagination button.active{border-color:var(--red);color:var(--red)}.pagination button:disabled{opacity:.4}.orders-mobile{display:none}

/* Profile */
.profile-shell{display:grid;grid-template-columns:140px 1fr;gap:24px;padding-top:8px}.avatar-column{text-align:center}.profile-avatar{width:126px;height:126px;border-radius:50%;position:relative;background:linear-gradient(145deg,#212a3b,#617694);display:grid;place-items:center;margin:auto}.profile-avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}.profile-avatar>span{font-size:50px;color:#fff;font-weight:800}.profile-avatar button{position:absolute;right:-1px;bottom:5px;width:36px;height:36px;border-radius:50%;border:3px solid #fff;background:#f0f1f3;display:grid;place-items:center;cursor:pointer}.profile-avatar button svg{width:20px;height:20px;fill:none;stroke:#20232c;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.avatar-column small{display:block;margin-top:10px;color:var(--muted);font-size:10px}
.profile-view{display:grid;grid-template-columns:1fr 1fr}.profile-field{min-height:110px;padding:14px 28px;border-bottom:1px solid var(--line);display:grid;align-content:center;gap:15px}.profile-field:nth-child(odd){border-right:1px solid var(--line)}.profile-field span{font-size:13px;color:#48505f;font-weight:700}.profile-field strong{font-size:17px;font-weight:500;color:#181b23;overflow-wrap:anywhere}
.profile-form{display:grid;grid-template-columns:1fr 1fr;gap:0 18px}.profile-form label{margin-bottom:14px}.profile-form label small{color:var(--muted);font-weight:400;font-size:10px}.profile-form .form-message,.profile-actions{grid-column:1/-1}.profile-actions{display:flex;justify-content:flex-end;gap:10px}.input-prefix{display:flex;border:1px solid #dcdfe5;border-radius:7px;overflow:hidden}.input-prefix:focus-within{border-color:var(--red);box-shadow:0 0 0 3px rgba(227,6,19,.07)}.input-prefix span{display:grid;place-items:center;padding-left:12px;color:#777}.input-prefix input{border:0;box-shadow:none!important}
.profile-info{margin-top:28px;border-top:1px solid var(--line);background:#f7fbff;color:#5d6675;padding:14px;border-radius:0 0 8px 8px;font-size:12px}.profile-info span{display:inline-grid;place-items:center;width:17px;height:17px;border:1px solid #62a1c7;border-radius:50%;color:#3688b8;margin-right:8px}

/* Password page */
.password-page{min-height:610px;display:grid;place-items:center;padding:40px 0}.password-card{width:min(440px,100%);border:1px solid var(--line);border-radius:16px;padding:32px;background:#fff;box-shadow:var(--shadow)}.password-card>img{display:block;width:138px;height:auto;margin:0 auto 20px}.password-card h1{text-align:center;margin:0 0 8px;font-size:26px}.password-card>p{text-align:center;color:var(--muted);margin:0 0 24px}.password-hint{font-size:11px;color:var(--muted);text-align:left!important;margin:-4px 0 8px!important}

/* Checkout / public content overrides */
.breadcrumbs{margin:18px 0 10px;color:#687080;font-size:12px}.breadcrumbs a{color:#687080;text-decoration:none}.page-title{font-size:29px;margin:0 0 16px}.checkout-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(330px,.9fr);gap:18px}.checkout-form,.checkout-summary{border:1px solid var(--line)!important;background:#fff!important;border-radius:14px!important;padding:20px!important;box-shadow:none!important}.checkout-form{display:grid;grid-template-columns:1fr 1fr;gap:0 14px}.checkout-form .field:nth-of-type(3),.checkout-form .checkbox,.checkout-form .subhead,.checkout-form .pay-grid,.checkout-form>button{grid-column:1/-1}.label{color:#151821!important}.input{background:#fff!important;border:1px solid #dfe2e8!important;color:#111!important;border-radius:7px!important}.checkbox{color:#5f6675!important}.subhead{color:#111!important}.pay-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.po-card{background:#fff!important;border:1px solid var(--line)!important;color:#171923!important;min-height:130px!important}.pay-option input:checked+.po-card{border-color:var(--red)!important;box-shadow:0 0 0 1px var(--red)!important}.po-desc{color:#687080!important}.btn-accent{background:var(--red)!important;color:#fff!important;border-color:var(--red)!important}.checkout-summary .cs-card{background:#fff!important;border:0!important;color:#111!important}.cs-title,.cs-total{color:#111!important}
#checkoutForm .form-actions{grid-column:1/-1!important;width:100%;justify-content:stretch}#checkoutForm .form-actions .btn{width:100%;min-height:52px;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:800;border-radius:8px!important}
.checkout-benefits{display:grid;gap:16px;margin-top:22px;padding:0 6px}.checkout-benefits>div{display:flex;align-items:flex-start;gap:11px}.checkout-benefits svg{width:28px;height:28px;flex:0 0 auto;fill:none;stroke:var(--green);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.checkout-benefits>div+div svg{stroke:var(--red)}.checkout-benefits span{display:grid}.checkout-benefits strong{font-size:12px}.checkout-benefits small{font-size:11px;color:var(--muted);margin-top:2px}
.contact-bottom--single{grid-template-columns:1fr!important}
.legal-page,.faq-section,.contact-grid,.contact-bottom,.payment-result{color:#161820}
.faq-item,.contact-card,.contact-note,.contact-email,.legal-card{background:#fff!important;border-color:var(--line)!important;color:#161820!important}
.faq-item[open]{outline:2px solid rgba(227,6,19,.12)!important}
.faq-question{color:#171923!important}.faq-question::after{border-color:#7b8290!important}.faq-answer{color:#5f6675!important}
.legal-section p,.legal-section li,.contact-note p,.cc-label{color:#5f6675!important}
.cc-icon{background:#f7f8fa!important;border-color:var(--line)!important}.cc-value code{background:#f7f8fa!important;border-color:var(--line)!important;color:#171923!important}.contact-email a{color:var(--red)!important}
.payment-result .btn{background:var(--red)!important;border-color:var(--red)!important;color:#fff!important;border-radius:7px!important}

/* Footer */
.site-footer{border-top:1px solid #eceef2;background:#fff;margin-top:auto}.footer-row{min-height:94px;display:grid;grid-template-columns:1fr 1fr auto;align-items:center;gap:34px}.footer-benefit{display:flex;align-items:center;gap:12px}.footer-benefit svg{width:27px;height:27px;fill:none;stroke:var(--green);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.footer-benefit--red svg{stroke:var(--red)}.footer-benefit span{display:grid}.footer-benefit strong{font-size:12px}.footer-benefit small{font-size:11px;color:var(--muted)}.copyright{font-size:11px;color:var(--muted);white-space:nowrap}

/* Responsive */
@media (max-width:1100px){
  .header-row{gap:18px}.brand img{width:230px}.main-nav{gap:24px}.header-actions{gap:16px}.shop-shell{grid-template-columns:minmax(0,1fr) 300px}.products-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .account-layout{grid-template-columns:210px minmax(0,1fr)}.account-content{padding:20px 18px}.orders-table th,.orders-table td{padding-left:9px;padding-right:9px}
}
@media (max-width:980px){
  .shop-shell{display:block;margin-top:10px}.order-box{position:fixed!important;left:14px!important;right:14px!important;bottom:14px!important;top:auto!important;z-index:180!important;display:block!important;max-height:calc(100vh - 28px);min-height:0;overflow-y:auto;transform:translateY(calc(100% + 30px))!important;transition:transform .25s,opacity .2s!important}.order-box.open{transform:translateY(0)!important}.ob-backdrop{z-index:170!important}.ob-backdrop.open{display:block!important}.fab-cart.show{display:inline-flex!important;z-index:160}
}
@media (max-width:900px){
  .container{width:min(100% - 28px,760px)}.site-header{height:68px}.header-row{position:relative}.brand{margin-left:-14px}.brand img{width:180px;height:64px}.mobile-nav-toggle{display:block;margin-left:auto}.main-nav{display:none;position:absolute;left:-14px;right:-14px;top:68px;background:#fff;border-bottom:1px solid var(--line);box-shadow:0 14px 24px rgba(20,24,35,.09);padding:8px 14px 16px;gap:0;flex-direction:column;align-items:stretch}.site-header.menu-open .main-nav{display:flex}.main-nav a{padding:13px 10px}.language-switch{display:none}.header-actions{margin-left:0}.account-button{padding:0 12px}.account-button span{display:none}
  .hero{height:330px;margin-top:0;background-position:64% center;padding:26px}.hero::before{background:linear-gradient(90deg,rgba(255,255,255,.98),rgba(255,255,255,.84) 52%,rgba(255,255,255,.1) 85%)}.hero-copy{width:70%}.hero-copy h1{font-size:32px}
  .trust-strip{height:auto;grid-template-columns:1fr}.trust-strip>div{min-height:62px;padding:12px 18px}.trust-strip>div+div::before{left:18px;right:18px;top:0;bottom:auto;width:auto;height:1px}
  .shop-shell{display:block;margin-top:10px}.products-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.order-box{position:fixed!important;left:14px!important;right:14px!important;bottom:14px!important;top:auto!important;z-index:180!important;display:block!important;max-height:calc(100vh - 28px);overflow-y:auto;transform:translateY(calc(100% + 30px))!important;transition:transform .25s}.order-box.open{transform:translateY(0)!important}.ob-backdrop{z-index:170!important}.ob-backdrop.open{display:block!important}.fab-cart.show{display:inline-flex!important;z-index:160}
  .account-layout{grid-template-columns:1fr;min-height:auto}.account-sidebar{padding:14px}.account-sidebar h2{display:none}.account-nav{grid-template-columns:1fr 1fr}.account-nav a{justify-content:center}.balance-card,.security-card{display:none}.account-content{min-height:560px}.profile-shell{grid-template-columns:120px 1fr}.profile-field{padding:12px 18px}
  .orders-table{display:none}.orders-mobile{display:grid}.orders-mobile-card{padding:16px;border-bottom:1px solid var(--line);display:grid;gap:12px}.orders-mobile-card:last-child{border-bottom:0}.orders-mobile-head{display:flex;justify-content:space-between;align-items:center}.orders-mobile-product{display:flex;gap:10px;align-items:center}.orders-mobile-product img{width:46px;height:46px;object-fit:contain;background:#f7f8fa;border-radius:7px}.orders-mobile-meta{display:grid;grid-template-columns:1fr 1fr;gap:8px;font-size:12px}.orders-mobile-meta span{color:var(--muted);display:block;font-size:10px}
  .footer-row{grid-template-columns:1fr 1fr}.copyright{grid-column:1/-1;text-align:center;margin:0 0 18px}
}
@media (max-width:680px){
  .container{width:calc(100% - 24px)}.site-main{padding-bottom:28px}.header-actions{gap:8px}.user-menu .account-button span{display:inline;max-width:92px;overflow:hidden;text-overflow:ellipsis}.user-menu .account-button{padding:0 10px}
  .hero{height:360px;border-radius:0 0 12px 12px;background-position:70% center;padding:22px 18px;align-items:flex-start}.hero::before{background:linear-gradient(180deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.9) 38%,rgba(255,255,255,.23) 67%,rgba(255,255,255,.02) 100%)}.hero-copy{width:100%;padding-top:10px}.hero-copy h1{font-size:29px;max-width:360px}.hero-copy p{font-size:15px;margin-top:13px}.trust-strip{margin-top:10px}.trust-strip small{font-size:11px}
  .catalog-heading h2{font-size:20px}.products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.product-card{height:405px;min-height:405px}.product-thumb{height:166px;padding-top:21px}.product-thumb img{max-height:150px!important}.product-info{padding:0 9px 10px}.product-amount{font-size:26px}.product-title{font-size:11px;min-height:30px;margin-bottom:6px}.product-gift{min-height:38px;padding:5px;font-size:9px}.product-gift svg{width:16px;height:16px}.product-price{font-size:19px;margin-bottom:7px}.qty-buy{flex-wrap:wrap}.qty-buy .buy-btn{width:100%;margin:3px 0 0;height:36px}.qty-input{flex:1;min-width:32px}.product-bonus-chip{right:6px;top:7px;padding:0 6px;font-size:9px}.badge-sale{left:-35px;top:12px}
  .account-page .site-main{padding-top:10px}.account-sidebar{border-radius:10px}.account-nav a{font-size:12px;height:46px}.account-content{padding:18px 14px;min-height:520px}.account-heading{align-items:center}.account-heading h1{font-size:23px}.account-heading p{font-size:12px}.account-heading .outline-button{min-width:42px;padding:0 10px}.account-heading .outline-button svg{margin:0}.profile-shell{grid-template-columns:1fr}.avatar-column{margin-bottom:10px}.profile-view{grid-template-columns:1fr}.profile-field{min-height:82px;padding:12px 8px}.profile-field:nth-child(odd){border-right:0}.profile-form{grid-template-columns:1fr}.profile-form label,.profile-actions,.profile-form .form-message{grid-column:1}.profile-actions>*{flex:1}.profile-info{margin-top:18px}
  .checkout-grid{grid-template-columns:1fr}.checkout-form{grid-template-columns:1fr}.checkout-form>*{grid-column:1!important}.pay-grid{grid-template-columns:1fr}.page-title{font-size:25px}
  .footer-row{grid-template-columns:1fr;gap:16px;padding:22px 0}.copyright{grid-column:1;margin:4px 0 0;text-align:left}.site-footer .footer-benefit{display:none}
  .auth-card{padding:26px 20px}.password-card{padding:28px 20px}.password-page{min-height:540px}
  .contact-card,.contact-note,.contact-email{padding:16px!important}.cc-line{align-items:flex-start;flex-direction:column}.cc-value{width:100%;min-width:0;flex-wrap:wrap}.cc-value code{max-width:100%;overflow-wrap:anywhere;white-space:normal}.btn-copy{margin-left:auto}.cc-actions .btn{width:100%;text-align:center}
}
@media (max-width:390px){
  .brand img{width:155px;height:60px}.user-menu .account-button span{display:none}.products-grid{grid-template-columns:1fr 1fr}.product-thumb{height:158px}.product-card{height:398px;min-height:398px}.product-price{font-size:18px}.btn-qty{width:28px}.hero-copy h1{font-size:27px}
}
