@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;800;900&display=swap');
:root{
  --primary:#e11d2e;--primary-2:#f43f5e;--primary-dark:#9f1239;--red-soft:#fff1f2;--red-soft-2:#ffe4e6;
  --orange:#f97316;--dark:#111827;--text:#374151;--muted:#6b7280;--light:#f8fafc;--border:#e5e7eb;
  --success:#16a34a;--warning:#f59e0b;--blue:#0284c7;--shadow:0 18px 45px rgba(15,23,42,.10);--shadow-red:0 18px 45px rgba(225,29,46,.18);--radius:24px;
}
*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:'Roboto',Arial,Helvetica,sans-serif;color:var(--dark);background:#fff;line-height:1.6;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}a{color:inherit;text-decoration:none}button,input,select,textarea{font-family:inherit}button{cursor:pointer}img{max-width:100%;display:block}.container{width:min(1180px,calc(100% - 32px));margin:0 auto}.text-red{color:var(--primary)}
.topbar{background:linear-gradient(90deg,#7f1d1d,#111827);color:#fff;font-size:14px;padding:8px 0}.topbar-inner{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap}.topbar span{display:inline-flex;align-items:center;gap:6px}.header{position:sticky;top:0;z-index:40;background:rgba(255,255,255,.95);backdrop-filter:blur(14px);border-bottom:1px solid rgba(229,231,235,.75);box-shadow:0 8px 24px rgba(15,23,42,.04)}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:15px 0}.logo{display:flex;align-items:center;gap:12px;font-size:22px;font-weight:900;letter-spacing:-.02em}.logo-mark{width:42px;height:42px;display:grid;place-items:center;color:#fff;background:linear-gradient(135deg,var(--primary),var(--orange));border-radius:14px;box-shadow:0 12px 28px rgba(225,29,46,.28)}.nav{display:flex;align-items:center;gap:24px;color:var(--text);font-weight:800;font-size:15px}.nav a{position:relative}.nav a::after{content:"";position:absolute;left:0;right:100%;bottom:-7px;height:3px;background:var(--primary);border-radius:999px;transition:.18s}.nav a:hover{color:var(--primary)}.nav a:hover::after{right:0}.header-actions{display:flex;gap:10px;align-items:center}
.btn{border:0;border-radius:999px;padding:12px 18px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:800;font-size:15px;transition:.18s ease;white-space:nowrap;letter-spacing:-.005em}.btn-primary{background:linear-gradient(135deg,var(--primary),var(--primary-2));color:#fff;box-shadow:0 14px 28px rgba(225,29,46,.24)}.btn-primary:hover{background:linear-gradient(135deg,var(--primary-dark),var(--primary));transform:translateY(-1px)}.btn-outline{background:#fff;border:1px solid var(--border);color:var(--dark)}.btn-outline:hover{border-color:#fecaca;color:var(--primary);box-shadow:0 10px 24px rgba(225,29,46,.08)}.btn-soft{background:var(--red-soft);color:var(--primary);border:1px solid #fecdd3}.btn-with-icon{gap:9px}.btn-icon{width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 18px}.btn-icon svg{width:18px;height:18px;stroke:currentColor;stroke-width:2.2;fill:none;stroke-linecap:round;stroke-linejoin:round;display:block}.zalo-mark{width:22px;height:22px;border-radius:999px;display:inline-grid;place-items:center;background:rgba(255,255,255,.18);font-size:12px;font-weight:900;line-height:1;flex:0 0 22px}
.hero{position:relative;overflow:hidden;background:radial-gradient(circle at 10% 8%,rgba(249,115,22,.18),transparent 28%),radial-gradient(circle at 86% 18%,rgba(225,29,46,.16),transparent 28%),linear-gradient(135deg,#fff7ed,#fff1f2 56%,#fff);padding:66px 0 54px}.hero::before{content:"";position:absolute;right:-90px;top:20px;width:260px;height:260px;border-radius:999px;background:rgba(225,29,46,.08)}.hero-grid{position:relative;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);gap:38px;align-items:center}.tag{display:inline-flex;align-items:center;gap:8px;padding:9px 15px;border-radius:999px;border:1px solid #fecdd3;background:#fff;color:#991b1b;font-size:14px;font-weight:900;margin-bottom:18px;box-shadow:0 10px 24px rgba(225,29,46,.06)}.hero h1{font-size:clamp(36px,5.2vw,62px);line-height:1.06;letter-spacing:-.035em;margin-bottom:18px;font-weight:900}.hero h1 span{color:var(--primary)}.hero p{max-width:660px;color:#4b5563;font-size:18px;margin-bottom:26px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:26px}.hero-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;max-width:620px}.stat-card{background:rgba(255,255,255,.9);border:1px solid rgba(254,202,202,.75);border-radius:20px;padding:17px;box-shadow:0 12px 28px rgba(15,23,42,.06)}.stat-card strong{display:block;font-size:26px;color:var(--primary);font-weight:900}.stat-card span{color:var(--muted);font-size:13px}.deal-showcase{background:rgba(255,255,255,.94);border-radius:32px;padding:20px;box-shadow:var(--shadow-red);border:1px solid rgba(254,205,211,.9)}.deal-showcase-head{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px}.deal-showcase-head h2{font-size:24px;line-height:1.2}.deal-count{background:var(--red-soft-2);color:var(--primary);border-radius:999px;padding:7px 11px;font-weight:900;font-size:12px;white-space:nowrap}.feature-deal{display:grid;grid-template-columns:.9fr 1.1fr;gap:16px;align-items:center;border:1px solid #fecdd3;border-radius:26px;padding:16px;background:linear-gradient(135deg,#fff,#fff1f2);margin-bottom:14px}.feature-icon{min-height:214px;display:grid;place-items:center;background:linear-gradient(135deg,#fee2e2,#ffedd5);border-radius:22px;font-size:92px;overflow:hidden}.feature-icon img{width:100%;height:100%;object-fit:cover}.deal-title{font-size:22px;font-weight:900;line-height:1.25;margin-bottom:4px}.old-price{color:#9ca3af;text-decoration:line-through;font-size:14px}.deal-price{color:var(--primary);font-size:30px;font-weight:900;margin:10px 0}.feature-actions{display:grid;grid-template-columns:1fr 1.15fr;gap:10px;margin-top:14px}.feature-actions .btn{width:100%;padding-left:12px;padding-right:12px}.mini-deal-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.mini-deal{border:1px solid var(--border);border-radius:20px;background:#fff;padding:13px;transition:.18s}.mini-deal:hover{transform:translateY(-2px);border-color:#fecdd3;box-shadow:0 14px 30px rgba(225,29,46,.1)}.mini-icon{width:50px;height:50px;border-radius:16px;background:var(--red-soft);display:grid;place-items:center;font-size:28px;margin-bottom:9px}.mini-deal strong{display:block;min-height:38px;font-size:14px;line-height:1.3}.mini-price{color:var(--primary);font-size:18px;font-weight:900;margin:6px 0 8px}.mini-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:8px}.small-btn{border:0;border-radius:13px;padding:10px 9px;font-size:13px;font-weight:800;transition:.18s;display:inline-flex;align-items:center;justify-content:center;min-height:40px}.small-btn.buy{background:var(--primary);color:#fff;box-shadow:0 8px 18px rgba(225,29,46,.18)}.small-btn.zalo{background:#e0f2fe;color:#0369a1;text-align:center}.small-btn.detail{background:#fff;border:1px solid var(--border);color:var(--dark)}.small-btn:hover{transform:translateY(-1px);opacity:.94}
.section{padding:62px 0}.section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:18px;margin-bottom:30px}.section-title h2{font-size:clamp(28px,4vw,40px);line-height:1.15;margin-bottom:9px;letter-spacing:-.02em}.section-title p{color:var(--muted);max-width:690px}.trust-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.trust-card{background:#fff;border:1px solid var(--border);border-radius:24px;padding:22px;box-shadow:0 12px 30px rgba(15,23,42,.05)}.trust-icon{width:48px;height:48px;border-radius:16px;background:var(--red-soft);display:grid;place-items:center;color:var(--primary);font-size:24px;margin-bottom:14px}.trust-card h3{font-size:18px;margin-bottom:6px}.trust-card p{color:var(--muted);font-size:14px}.flash-sale{background:linear-gradient(180deg,#fff,#fff5f5)}.flash-panel{border-radius:32px;padding:26px;background:radial-gradient(circle at 95% 10%,rgba(249,115,22,.26),transparent 22%),linear-gradient(135deg,#991b1b,#e11d2e 60%,#fb7185);color:#fff;box-shadow:var(--shadow-red);overflow:hidden;position:relative}.flash-head{position:relative;z-index:1;display:flex;justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:22px}.flash-head h2{font-size:clamp(28px,4vw,42px);line-height:1.15;margin-bottom:7px}.flash-head p{color:#ffe4e6;max-width:650px}.countdown{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.countdown-box{min-width:68px;border-radius:18px;padding:11px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.18);text-align:center}.countdown-box strong{display:block;font-size:24px;line-height:1}.countdown-box span{color:#ffe4e6;font-size:12px}.flash-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.flash-card{background:#fff;color:var(--dark);border-radius:24px;padding:15px;border:1px solid rgba(255,255,255,.22);box-shadow:0 16px 34px rgba(15,23,42,.14)}.flash-image{height:150px;display:grid;place-items:center;border-radius:20px;background:#fff1f2;font-size:60px;margin-bottom:12px;position:relative;overflow:hidden}.flash-image img{width:100%;height:100%;object-fit:cover}.flash-discount{position:absolute;top:10px;left:10px;background:var(--primary);color:#fff;border-radius:999px;padding:5px 9px;font-size:12px;font-weight:900}.flash-name{font-weight:900;min-height:44px;line-height:1.3;margin-bottom:8px}.flash-price-row{display:flex;align-items:baseline;gap:8px;margin-bottom:10px}.flash-price{color:var(--primary);font-size:22px;font-weight:900}.stock-line{height:9px;border-radius:999px;background:#fee2e2;overflow:hidden;margin-bottom:6px}.stock-fill{height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--primary),var(--orange))}.flash-stock small{color:var(--muted);font-size:12px}.flash-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:12px}.category-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px}.category{border:1px solid var(--border);border-radius:20px;background:#fff;padding:18px 12px;text-align:center;transition:.18s}.category:hover,.category.active{transform:translateY(-3px);border-color:#fecdd3;box-shadow:0 14px 30px rgba(225,29,46,.1);color:var(--primary)}.category-icon{font-size:34px;margin-bottom:8px}.category strong{display:block;font-size:14px}.toolbar{display:flex;justify-content:space-between;gap:14px;flex-wrap:wrap;margin-bottom:22px}.search-box{flex:1;min-width:240px}.select-box{min-width:210px}.search-box input,.select-box select,input,select,textarea{width:100%;border:1px solid var(--border);border-radius:14px;padding:13px 14px;font-size:15px;outline:none;background:#fff}.search-box input,.select-box select{border-radius:999px}input:focus,select:focus,textarea:focus{border-color:#fda4af;box-shadow:0 0 0 4px rgba(225,29,46,.08)}textarea{min-height:96px;resize:vertical}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.product-card{border:1px solid var(--border);border-radius:26px;overflow:hidden;background:#fff;transition:.22s}.product-card:hover{transform:translateY(-5px);box-shadow:var(--shadow);border-color:#fecdd3}.product-image{position:relative;height:214px;display:grid;place-items:center;background:linear-gradient(135deg,#f8fafc,#fff1f2);font-size:72px;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover}.badge{position:absolute;top:12px;left:12px;background:var(--primary);color:#fff;padding:5px 9px;border-radius:999px;font-size:12px;font-weight:900}.badge.green{background:var(--success)}.badge.orange{background:var(--warning)}.product-info{padding:17px}.product-name{min-height:48px;font-weight:900;font-size:17px;margin-bottom:8px}.product-desc{min-height:44px;color:var(--muted);font-size:14px;margin-bottom:12px}.price-row{display:flex;align-items:baseline;gap:8px;margin-bottom:12px}.price{color:var(--primary);font-size:23px;font-weight:900}.product-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.why-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.why-card{border:1px solid #fecdd3;background:#fff;border-radius:24px;padding:22px}.why-card h3{font-size:18px;margin-bottom:8px}.why-card p{color:var(--muted);font-size:14px}.how-it-works{background:var(--light)}.steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.step{background:#fff;border:1px solid var(--border);border-radius:24px;padding:22px}.step-num{width:42px;height:42px;display:grid;place-items:center;border-radius:14px;background:var(--red-soft);color:var(--primary);font-weight:900;margin-bottom:14px}.step h3{margin-bottom:8px;font-size:18px}.step p{color:var(--muted);font-size:14px}.reviews-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.review-card{background:#fff;border:1px solid var(--border);border-radius:24px;padding:22px;box-shadow:0 12px 30px rgba(15,23,42,.05)}.review-stars{color:#f59e0b;font-size:18px;margin-bottom:10px}.review-card p{color:#4b5563;margin-bottom:14px}.review-card strong{display:block}.faq-list{display:grid;gap:12px}.faq-item{background:#fff;border:1px solid var(--border);border-radius:18px;padding:18px}.faq-item strong{display:block;margin-bottom:6px}.faq-item p{color:var(--muted)}.order-section{background:radial-gradient(circle at 15% 10%,rgba(225,29,46,.1),transparent 28%),radial-gradient(circle at 90% 20%,rgba(249,115,22,.11),transparent 24%),#fff}.order-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:28px;align-items:start}.contact-card,.form-card{background:#fff;border:1px solid var(--border);border-radius:30px;padding:28px;box-shadow:0 12px 30px rgba(15,23,42,.06)}.contact-card h3,.form-card h3{font-size:25px;margin-bottom:12px}.contact-list{display:grid;gap:12px;margin-top:18px}.contact-item{display:flex;gap:12px;align-items:center;padding:15px;border-radius:18px;background:#f9fafb;border:1px solid var(--border)}.contact-item span:first-child{width:42px;height:42px;display:grid;place-items:center;border-radius:14px;background:#fff;font-size:22px}.note{background:#fffbeb;border:1px solid #fde68a;color:#92400e;border-radius:16px;padding:12px 14px;font-size:14px;margin-bottom:14px}.payment-box{display:grid;grid-template-columns:.95fr 1.05fr;gap:14px;margin:4px 0 14px}.payment-policy,.qr-card{border:1px solid var(--border);border-radius:20px;padding:16px;background:#f9fafb}.payment-policy strong,.qr-card strong{display:block;margin-bottom:8px;font-size:15px}.payment-policy ul{padding-left:18px;color:#4b5563;font-size:14px}.order-code-pill{display:flex;justify-content:space-between;gap:10px;padding:10px 12px;border-radius:14px;background:#fff;border:1px dashed #fecaca;color:#7f1d1d;font-size:13px;font-weight:900;margin-bottom:10px}.qr-image{width:190px;height:220px;object-fit:contain;margin:8px auto 12px;border-radius:18px;background:#fff;border:1px solid var(--border);box-shadow:0 10px 22px rgba(15,23,42,.08)}.transfer-content{display:inline-block;padding:4px 8px;border-radius:999px;background:#fee2e2;color:#991b1b;font-weight:900}.bank-info{font-size:13px;color:#4b5563;line-height:1.7}.qr-hint{color:var(--muted);font-size:12px;margin-top:6px}form{display:grid;gap:14px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}label{display:block;font-size:14px;font-weight:900;margin-bottom:7px}.payment-summary{background:#fff;border:1px dashed #fecaca;color:#7f1d1d;border-radius:14px;padding:12px;font-size:14px}.payment-summary b{color:var(--primary);font-size:18px}.footer{background:#111827;color:#d1d5db;padding:42px 0 96px}.footer-grid{display:grid;grid-template-columns:1.1fr .7fr .7fr;gap:24px}.footer h3,.footer h4{color:#fff;margin-bottom:10px}.footer p{color:#d1d5db;font-size:14px}.float-bar{position:fixed;left:50%;bottom:18px;transform:translateX(-50%);z-index:60;background:#fff;border:1px solid var(--border);box-shadow:0 20px 50px rgba(15,23,42,.16);padding:8px;border-radius:999px;display:flex;gap:8px}.float-bar a,.float-bar button{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;color:#fff;min-height:42px;padding:10px 16px;border-radius:999px;font-weight:800;font-size:14px}.float-zalo{background:#0284c7}.float-call{background:var(--success)}.float-order{background:var(--primary)}.float-bar .zalo-mark{background:rgba(255,255,255,.2)}.modal-backdrop{position:fixed;inset:0;z-index:90;display:none;align-items:center;justify-content:center;background:rgba(17,24,39,.58);padding:16px}.modal-backdrop.show{display:flex}.modal{width:min(600px,100%);max-height:90vh;overflow:auto;background:#fff;border-radius:30px;padding:24px;box-shadow:0 24px 70px rgba(0,0,0,.25)}.modal-head{display:flex;justify-content:space-between;gap:14px;margin-bottom:18px}.modal-head h3{font-size:24px}.close-btn{width:40px;height:40px;border-radius:50%;border:1px solid var(--border);background:#fff;font-size:20px}.modal-eyebrow{display:inline-flex;align-items:center;gap:6px;background:#fee2e2;color:#991b1b;border-radius:999px;padding:5px 10px;font-size:12px;font-weight:900;margin-bottom:8px}.product-detail-modal{width:min(920px,100%)}.detail-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:24px;align-items:start}.detail-popup-layout{grid-template-columns:.85fr 1.15fr}.detail-image{min-height:260px;border-radius:24px;background:linear-gradient(135deg,#fee2e2,#ffedd5);display:grid;place-items:center;font-size:96px;overflow:hidden}.detail-image img{width:100%;height:100%;object-fit:cover}.detail-popup-card{box-shadow:none;padding:20px}.detail-topline{display:flex;gap:8px;align-items:center;flex-wrap:wrap;margin-bottom:8px}.badge-inline,.stock-inline{display:inline-flex;align-items:center;border-radius:999px;padding:5px 9px;font-size:12px;font-weight:900}.badge-inline{background:var(--primary);color:#fff}.stock-inline{background:#ecfdf5;color:#166534;border:1px solid #bbf7d0}.detail-price{color:var(--primary);font-size:32px;font-weight:900;line-height:1.15;margin:6px 0}.detail-desc{color:var(--muted);margin:12px 0 14px}.spec-table{width:100%;border-collapse:collapse;border:1px solid var(--border);border-radius:16px;overflow:hidden;margin:16px 0}.spec-table th,.spec-table td{padding:11px 12px;border-bottom:1px solid var(--border);text-align:left;font-size:14px}.spec-table th{background:#f9fafb;width:38%}.spec-table tr:last-child th,.spec-table tr:last-child td{border-bottom:0}.detail-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:14px}.detail-actions .btn{width:100%;border-radius:16px}#detailOldPrice:empty{display:none}
.install-page{min-height:100vh;background:linear-gradient(135deg,#fff7ed,#fff1f2);display:grid;place-items:center;padding:24px}.install-card{width:min(620px,100%);background:#fff;border:1px solid var(--border);border-radius:28px;padding:28px;box-shadow:var(--shadow)}.install-card h1{margin-bottom:8px}.install-card form{margin-top:18px}.alert{padding:13px 14px;border-radius:16px;margin:14px 0}.alert.success{background:#dcfce7;color:#166534;border:1px solid #bbf7d0}.alert.error{background:#fee2e2;color:#991b1b;border:1px solid #fecaca}
.thankyou-page{min-height:100vh;background:radial-gradient(circle at 10% 10%,rgba(225,29,46,.08),transparent 28%),linear-gradient(135deg,#fff7ed,#fff);padding:34px 0}.thankyou-shell{width:min(1040px,calc(100% - 32px));margin:0 auto}.success-hero{background:#fff;border:1px solid var(--border);border-radius:32px;padding:28px;box-shadow:var(--shadow);margin-bottom:18px}.success-line{display:flex;gap:16px;align-items:center;justify-content:space-between;flex-wrap:wrap}.success-title{display:flex;gap:14px;align-items:center}.success-icon{width:56px;height:56px;border-radius:18px;background:#dcfce7;color:#166534;display:grid;place-items:center;font-size:26px}.success-title h1{font-size:32px;letter-spacing:-.02em}.status-pill{display:inline-flex;border-radius:999px;padding:8px 12px;background:#fffbeb;color:#92400e;border:1px solid #fde68a;font-weight:900;font-size:13px}.order-code-big{display:inline-flex;gap:8px;align-items:center;margin-top:14px;padding:12px 14px;border-radius:16px;background:var(--red-soft);color:#7f1d1d;border:1px dashed #fecaca;font-weight:900}.thankyou-grid{display:grid;grid-template-columns:1fr 1.05fr;gap:18px}.pay-card,.order-info-card,.guide-card,.items-card{background:#fff;border:1px solid var(--border);border-radius:28px;padding:24px;box-shadow:0 12px 30px rgba(15,23,42,.05)}.pay-card{border-color:#fecdd3;box-shadow:var(--shadow-red)}.pay-amount{font-size:34px;font-weight:900;color:var(--primary);line-height:1.1;margin:8px 0}.transfer-box{display:grid;gap:10px;margin:16px 0}.transfer-row{display:flex;justify-content:space-between;gap:12px;align-items:center;background:#f9fafb;border:1px solid var(--border);border-radius:16px;padding:12px}.transfer-row strong{color:#111827}.copy-btn{border:0;border-radius:999px;padding:8px 10px;background:var(--primary);color:#fff;font-weight:900;font-size:12px}.qr-large{width:250px;height:250px;object-fit:contain;margin:14px auto;border-radius:22px;background:#fff;border:1px solid #fecdd3;box-shadow:0 16px 40px rgba(225,29,46,.12)}.info-list{display:grid;gap:10px}.info-row{display:flex;justify-content:space-between;gap:12px;padding:11px 0;border-bottom:1px solid var(--border)}.info-row:last-child{border-bottom:0}.info-row span{color:var(--muted)}.info-row strong{text-align:right}.info-row.highlight strong{color:var(--primary);font-size:18px}.thankyou-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px}.guide-list{margin-left:18px;color:#4b5563}.guide-list li{margin:7px 0}.items-table{width:100%;border-collapse:collapse;margin-top:12px}.items-table th,.items-table td{padding:12px;border-bottom:1px solid var(--border);text-align:left}.items-table th{background:#f9fafb;color:#6b7280;font-size:13px}.items-table td:last-child,.items-table th:last-child{text-align:right}
@media(max-width:980px){.nav{display:none}.hero-grid,.order-grid,.footer-grid,.detail-layout,.thankyou-grid{grid-template-columns:1fr}.product-grid,.flash-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.category-grid,.steps,.trust-grid,.why-grid,.reviews-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.product-detail-modal{max-height:92vh}.detail-popup-layout,.feature-actions,.mini-actions,.detail-actions,.thankyou-actions{grid-template-columns:1fr}.detail-popup-card{padding:18px}.detail-price{font-size:26px}.flash-head{display:grid}.countdown{justify-content:flex-start}.success-line{align-items:flex-start}.transfer-row,.info-row{align-items:flex-start;flex-direction:column}.qr-large{width:220px;height:220px}}@media(max-width:620px){.container{width:min(100% - 24px,1180px)}.header-actions .btn-outline{display:none}.hero{padding-top:42px}.hero-stats,.feature-deal,.mini-deal-grid,.product-grid,.category-grid,.steps,.form-row,.payment-box,.flash-grid,.trust-grid,.why-grid,.reviews-grid{grid-template-columns:1fr}.feature-icon{min-height:190px;font-size:78px}.section-head{align-items:flex-start;flex-direction:column}.float-bar{width:calc(100% - 24px);border-radius:22px}.float-bar a,.float-bar button{flex:1;padding:10px 10px;font-size:13px}.float-bar .btn-icon,.float-bar .zalo-mark{display:none}.hero h1{letter-spacing:-.02em}.success-title h1{font-size:25px}}

/* === SaleHub v1.0.6: responsive product cards, badges and popup polish === */
#products{background:linear-gradient(180deg,#fff,#fff7f7 42%,#fff)}
.product-grid{gap:24px}.product-card{position:relative;background:#fff;border:1px solid #f5caca;border-radius:28px;box-shadow:0 14px 32px rgba(31,41,55,.075);overflow:hidden;isolation:isolate}.product-card::after{content:"";position:absolute;inset:0;border-radius:28px;pointer-events:none;box-shadow:inset 0 0 0 1px rgba(255,255,255,.72)}.product-card:hover{transform:translateY(-6px);border-color:#ef9a9a;box-shadow:0 22px 48px rgba(225,29,46,.16)}.product-image{height:226px;background:radial-gradient(circle at 50% 34%,#fff 0,#fff 28%,#fff1f2 60%,#ffe4e6 100%);border-bottom:1px solid #fde2e2}.product-image img{transition:transform .24s ease}.product-card:hover .product-image img{transform:scale(1.025)}.product-info{padding:19px 18px 18px}.product-name{font-size:18px;line-height:1.35;letter-spacing:-.01em}.product-desc{font-size:14.5px;line-height:1.65;color:#596273}.price-row{margin-bottom:15px}.price{font-size:24px;letter-spacing:.01em}.old-price{font-size:13px;color:#9aa3b2}.product-actions{display:grid;grid-template-columns:.96fr 1.24fr .96fr;gap:10px;align-items:center}.small-btn{min-height:44px;border-radius:15px;font-size:14px;font-weight:900;line-height:1.1;letter-spacing:-.005em}.small-btn.buy{order:2;background:linear-gradient(135deg,#e11d2e,#fb3b4c);color:#fff;border:1px solid #e11d2e;box-shadow:0 12px 24px rgba(225,29,46,.24)}.small-btn.buy:hover{background:linear-gradient(135deg,#be123c,#e11d2e);box-shadow:0 16px 30px rgba(225,29,46,.32)}.small-btn.detail{order:1;background:#fff;color:#1f2937;border:1px solid #d8dee8;box-shadow:0 8px 18px rgba(15,23,42,.045)}.small-btn.detail:hover{border-color:#ef9a9a;color:#b91c1c;background:#fff7f7}.small-btn.zalo{order:3;background:#dff2ff;color:#0068b7;border:1px solid #a8d8ff;box-shadow:0 8px 18px rgba(2,132,199,.11)}.small-btn.zalo:hover{background:#cbeaff;color:#004f98}.feature-actions .btn-outline,.mini-actions .small-btn.detail,.flash-actions .small-btn.detail{border-color:#d8dee8;color:#1f2937;background:#fff}.feature-actions .btn-primary,.mini-actions .small-btn.buy,.flash-actions .small-btn.buy{background:linear-gradient(135deg,#e11d2e,#fb3b4c)}
.badge,.flash-discount,.badge-inline{box-shadow:0 10px 22px rgba(15,23,42,.13);letter-spacing:.01em}.badge{padding:7px 11px;font-size:12.5px}.badge-sale,.flash-discount.badge-sale,.badge-inline.badge-sale{background:linear-gradient(135deg,#e11d2e,#be123c)!important;color:#fff!important}.badge-best,.flash-discount.badge-best,.badge-inline.badge-best{background:linear-gradient(135deg,#b91c1c,#ef4444)!important;color:#fff!important}.badge-hot,.flash-discount.badge-hot,.badge-inline.badge-hot{background:linear-gradient(135deg,#f97316,#ea580c)!important;color:#fff!important}.badge-stock,.flash-discount.badge-stock,.badge-inline.badge-stock,.badge.green{background:linear-gradient(135deg,#16a34a,#15803d)!important;color:#fff!important}.badge-low,.flash-discount.badge-low,.badge-inline.badge-low{background:linear-gradient(135deg,#f59e0b,#d97706)!important;color:#111827!important}.badge-new,.flash-discount.badge-new,.badge-inline.badge-new,.badge.orange{background:linear-gradient(135deg,#2563eb,#0284c7)!important;color:#fff!important}.badge-muted,.flash-discount.badge-muted,.badge-inline.badge-muted{background:#64748b!important;color:#fff!important}.stock-inline{font-weight:900}.modal-backdrop{background:rgba(15,23,42,.66);backdrop-filter:blur(6px)}.modal-backdrop.show .modal{animation:salehubPopupIn .2s ease-out both}.modal{border:1px solid rgba(255,255,255,.72);box-shadow:0 28px 90px rgba(15,23,42,.32)}@keyframes salehubPopupIn{from{opacity:0;transform:translateY(14px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}.product-detail-modal{width:min(960px,calc(100% - 22px));padding:26px}.modal-head{align-items:flex-start}.close-btn{display:inline-grid;place-items:center;flex:0 0 auto;color:#475569;transition:.16s}.close-btn:hover{color:#e11d2e;border-color:#fecaca;background:#fff1f2}.detail-popup-layout{gap:26px}.detail-image{background:radial-gradient(circle at 50% 35%,#fff 0,#fff 25%,#fff1f2 62%,#ffe4e6 100%);border:1px solid #f6caca;box-shadow:0 14px 32px rgba(225,29,46,.08)}.detail-popup-card{background:#fff;border:1px solid #eef0f4;border-radius:24px}.spec-table th{color:#111827;font-weight:900}.spec-table td{color:#4b5563}.detail-actions .btn-primary{background:linear-gradient(135deg,#e11d2e,#fb3b4c)}.detail-actions .btn-outline{border-color:#bfdbfe;background:#eff6ff;color:#0369a1}.float-bar{border-color:#fecaca}.float-action{transition:.18s}.float-action:hover{transform:translateY(-1px)}
@media (min-width:981px) and (max-width:1180px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.flash-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:980px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.product-image{height:210px}.product-actions{grid-template-columns:.95fr 1.22fr .95fr}.small-btn{min-height:43px;font-size:13.5px}.detail-popup-layout{grid-template-columns:1fr}.detail-image{min-height:230px}.product-detail-modal{padding:20px}.detail-actions{grid-template-columns:1fr 1fr!important}}
@media (max-width:620px){#products{background:#fff7f7}.product-grid{grid-template-columns:1fr;gap:18px}.product-card{border-radius:26px;border-color:#f2bdbd;box-shadow:0 14px 34px rgba(225,29,46,.12)}.product-image{height:240px}.product-info{padding:18px}.product-name{min-height:auto;font-size:18px}.product-desc{min-height:auto}.product-actions{grid-template-columns:.95fr 1.25fr .95fr;gap:8px}.small-btn{min-height:44px;padding:10px 7px;font-size:13px;border-radius:14px}.price{font-size:25px}.badge{top:13px;left:13px;padding:7px 12px}.modal-backdrop{padding:10px;align-items:flex-end}.modal{width:100%;max-height:92vh;border-radius:24px 24px 0 0;padding:18px}.modal-head h3{font-size:21px}.product-detail-modal{width:100%;padding:18px}.detail-image{min-height:210px;font-size:82px}.detail-price{font-size:29px}.detail-actions{grid-template-columns:1fr!important;position:sticky;bottom:-18px;background:linear-gradient(180deg,rgba(255,255,255,.78),#fff 36%);padding-top:12px;padding-bottom:2px}.float-bar{bottom:12px}.float-bar a,.float-bar button{min-height:44px}}
@media (max-width:380px){.product-actions{gap:6px}.small-btn{font-size:12.5px;padding-left:5px;padding-right:5px}.product-image{height:220px}.product-info{padding:16px}.price{font-size:23px}}

/* === SaleHub v1.0.7: mobile-first shopping flow and 2-column compact product cards === */
.mobile-shop-nav{display:none}
@media (max-width:620px){
  body{background:#fff7f7}
  .container{width:min(100% - 20px,1180px)}
  .topbar{font-size:12px;padding:6px 0}
  .topbar-inner{display:block;line-height:1.35}
  .topbar span{display:block}
  .topbar span+span{margin-top:3px;opacity:.92}
  .header{position:sticky;top:0}
  .header-inner{padding:10px 0;gap:8px}
  .logo{gap:9px;font-size:18px;line-height:1.18;letter-spacing:-.025em;min-width:0;max-width:220px}
  .logo-mark{width:36px;height:36px;border-radius:12px;flex:0 0 36px}
  .logo span:last-child{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
  .header-actions{gap:6px;flex:0 0 auto}
  .header-actions .btn-outline{display:none}
  .header-actions .btn-primary{padding:10px 12px;min-height:40px;font-size:13px;border-radius:999px;box-shadow:0 10px 20px rgba(225,29,46,.22)}
  .header-actions .zalo-mark{width:20px;height:20px;font-size:11px}
  .hero{padding:22px 0 18px;background:radial-gradient(circle at 88% 20%,rgba(225,29,46,.14),transparent 26%),linear-gradient(135deg,#fff7ed,#fff1f2 60%,#fff)}
  .hero::before{display:none}
  .hero-grid{display:block}
  .hero .tag{font-size:12px;padding:7px 10px;margin-bottom:12px;max-width:100%;white-space:normal;line-height:1.35}
  .hero h1{font-size:31px;line-height:1.08;letter-spacing:-.025em;margin-bottom:12px;max-width:96%}
  .hero p{font-size:14.5px;line-height:1.55;margin-bottom:16px;color:#4b5563;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
  .hero-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:0}
  .hero-actions .btn{min-height:44px;padding:11px 10px;font-size:14px;border-radius:16px}
  .hero-stats,.deal-showcase{display:none!important}
  .mobile-shop-nav{display:block;background:#fff;border-top:1px solid #fee2e2;border-bottom:1px solid #fee2e2;box-shadow:0 8px 22px rgba(225,29,46,.06);padding:10px 0}
  .mobile-shop-card{display:grid;grid-template-columns:1fr 1fr;gap:8px}
  .mobile-shop-btn{min-height:42px;border-radius:15px;background:#fff;border:1px solid #f3c7c7;color:#991b1b;font-size:13px;font-weight:900;display:flex;align-items:center;justify-content:center;text-align:center;padding:9px 8px;box-shadow:0 8px 18px rgba(15,23,42,.04)}
  .mobile-shop-btn.primary{grid-column:1/-1;order:-1;background:linear-gradient(135deg,#e11d2e,#fb3b4c);border-color:#e11d2e;color:#fff;box-shadow:0 12px 24px rgba(225,29,46,.22)}
  .mobile-shop-btn.hot{background:#fff7ed;border-color:#fed7aa;color:#9a3412}
  .trust-section,.why-section,.reviews-section{display:none!important}
  .section{padding:28px 0}
  .section-head{margin-bottom:14px;gap:8px}
  .section-title h2{font-size:23px;line-height:1.18;margin-bottom:5px}
  .section-title p{font-size:14px;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
  .flash-sale{padding-top:22px;background:#fff7f7}
  .flash-panel{padding:16px;border-radius:22px;box-shadow:0 16px 34px rgba(225,29,46,.16)}
  .flash-head{display:grid;gap:12px;margin-bottom:14px}
  .flash-head h2{font-size:24px;line-height:1.18;margin:0}
  .flash-head p{display:none}
  .countdown{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;width:100%}
  .countdown-box{min-width:0;padding:8px;border-radius:13px}
  .countdown-box strong{font-size:18px}.countdown-box span{font-size:11px}
  .flash-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}
  .flash-card{padding:10px;border-radius:18px;box-shadow:0 10px 24px rgba(15,23,42,.12)}
  .flash-image{height:104px;border-radius:15px;font-size:42px;margin-bottom:9px}
  .flash-discount{top:7px;left:7px;font-size:10px;padding:4px 7px}
  .flash-name{font-size:13.5px;line-height:1.25;min-height:34px;margin-bottom:6px}
  .flash-price-row{gap:5px;flex-wrap:wrap;margin-bottom:7px}.flash-price{font-size:17px}.flash-price-row .old-price{font-size:11px}
  .stock-line{height:7px;margin-bottom:4px}.flash-stock small{font-size:11px}.flash-actions{grid-template-columns:1fr;gap:6px;margin-top:8px}.flash-actions .small-btn{min-height:34px;font-size:12px;border-radius:11px}
  .category-grid{display:flex!important;grid-template-columns:none!important;gap:8px;overflow-x:auto;padding:1px 1px 6px;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch}
  .category-grid::-webkit-scrollbar{display:none}
  .category{min-width:108px;padding:10px 8px;border-radius:14px;scroll-snap-align:start;box-shadow:0 6px 15px rgba(15,23,42,.04)}
  .category-icon{font-size:22px;margin-bottom:3px}.category strong{font-size:12.5px}
  .toolbar{display:grid;grid-template-columns:1fr;gap:9px;margin-bottom:14px}.search-box,.select-box{min-width:0}.search-box input,.select-box select{min-height:44px;font-size:14px;border-radius:14px;border-color:#f2caca;background:#fff}
  #products{background:#fff7f7;padding-top:4px!important}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}
  .product-card{border-radius:18px;border-color:#efc0c0;box-shadow:0 10px 22px rgba(225,29,46,.10)}
  .product-card:hover{transform:none;box-shadow:0 10px 22px rgba(225,29,46,.10)}
  .product-card::after{border-radius:18px}
  .product-image{height:118px!important;font-size:42px;border-bottom-color:#f9d5d5;background:radial-gradient(circle at 50% 32%,#fff 0,#fff 23%,#fff1f2 64%,#ffe4e6 100%)}
  .product-info{padding:11px 10px 10px!important}
  .product-name{font-size:13.5px!important;line-height:1.28;min-height:36px;margin-bottom:5px;letter-spacing:-.01em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
  .product-desc{display:none!important}
  .price-row{gap:5px;margin-bottom:9px;flex-wrap:wrap;line-height:1.1}.price{font-size:17px!important}.old-price{font-size:11px!important}
  .badge{top:8px;left:8px;padding:4px 7px!important;font-size:10.5px!important;max-width:calc(100% - 16px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .product-actions{grid-template-columns:1fr 1fr!important;gap:6px!important}
  .product-actions .small-btn.buy{grid-column:1/-1;order:-1;min-height:36px;font-size:12.5px;border-radius:12px;box-shadow:0 10px 18px rgba(225,29,46,.2)}
  .product-actions .small-btn.detail,.product-actions .small-btn.zalo{min-height:33px;font-size:11.5px;border-radius:11px;padding:7px 5px}
  .product-actions .small-btn.detail{background:#fff;border-color:#e2e8f0;color:#111827}.product-actions .small-btn.zalo{background:#dff2ff;border-color:#a8d8ff;color:#0369a1}
  .how-it-works .steps{grid-template-columns:1fr!important}.how-it-works .step{padding:16px;border-radius:18px}.how-it-works .step p{font-size:13.5px}
  .faq-section{padding-top:20px}.faq-list{gap:10px}.faq-item{padding:16px;border-radius:18px}.order-section{padding-top:28px}
  .modal-backdrop{padding:8px;align-items:flex-end}.modal{width:100%;max-height:92vh;border-radius:24px 24px 0 0;padding:16px}.modal-head h3{font-size:20px}.detail-image{min-height:180px!important;font-size:72px}.detail-price{font-size:26px!important}.spec-table th,.spec-table td{font-size:13px;padding:9px}.detail-actions{grid-template-columns:1fr!important;position:sticky;bottom:-16px;background:linear-gradient(180deg,rgba(255,255,255,.78),#fff 34%);padding-top:12px;padding-bottom:2px}
  .float-bar{bottom:10px;width:calc(100% - 20px);padding:8px;border-radius:18px}.float-bar a,.float-bar button{min-height:42px;padding:9px 8px;font-size:12.5px;border-radius:13px}
}
@media (max-width:380px){
  .hero h1{font-size:28px}.logo{font-size:17px;max-width:200px}.product-grid,.flash-grid{gap:8px!important}.product-image{height:110px!important}.product-info{padding:10px 9px!important}.product-name{font-size:12.8px!important;min-height:34px}.price{font-size:16px!important}.product-actions{gap:5px!important}.product-actions .small-btn.buy{font-size:12px}.product-actions .small-btn.detail,.product-actions .small-btn.zalo{font-size:11px}.badge{font-size:10px!important;padding:4px 6px!important}
}

/* === SaleHub v1.0.8: payment choices, auto category slider, FAQ accordion === */
.category-slider{display:flex!important;grid-template-columns:none!important;gap:14px;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;cursor:grab;padding:2px 2px 8px;scroll-snap-type:x proximity}
.category-slider::-webkit-scrollbar{display:none}.category-slider.is-dragging{cursor:grabbing;scroll-behavior:auto}.category-slider .category{flex:0 0 168px;scroll-snap-align:start}.category-slider .category.active{background:linear-gradient(135deg,#fff,#fff5f5)}
.ship-note-box{border:1px solid #fecdd3;background:#fff5f5;color:#7f1d1d;border-radius:16px;padding:12px 14px;display:flex;flex-direction:column;justify-content:center;gap:2px;min-height:72px}.ship-note-box strong{font-size:14px}.ship-note-box span{font-size:13px;color:#991b1b;line-height:1.4}
.faq-accordion{display:grid;gap:12px}.faq-accordion .faq-item{padding:0!important;overflow:hidden}.faq-question{width:100%;border:0;background:#fff;display:flex;align-items:center;justify-content:space-between;gap:14px;text-align:left;padding:18px 20px;font-weight:900;color:var(--dark);font-size:16px}.faq-question:hover{color:var(--primary)}.faq-icon{width:30px;height:30px;border-radius:999px;background:#fee2e2;color:var(--primary);display:grid;place-items:center;font-weight:900;flex:0 0 30px;transition:.2s}.faq-answer{display:grid;grid-template-rows:0fr;transition:grid-template-rows .24s ease}.faq-answer>p{overflow:hidden;padding:0 20px;margin:0;color:var(--muted);font-size:14.5px;line-height:1.65}.faq-item.open .faq-answer{grid-template-rows:1fr}.faq-item.open .faq-answer>p{padding-bottom:18px}.faq-item.open .faq-icon{transform:rotate(45deg);background:var(--primary);color:#fff}
.payment-method-note{margin-top:14px;border-radius:18px;padding:12px 14px;font-weight:800;font-size:14px}.payment-method-note.cash{background:#ecfdf5;color:#065f46;border:1px solid #bbf7d0}.payment-method-note.bank{background:#fff7ed;color:#9a3412;border:1px solid #fed7aa}.cash-card{display:grid;grid-template-columns:58px 1fr;gap:14px;align-items:center;border:1px solid #bbf7d0;background:#f0fdf4;border-radius:22px;padding:18px;margin:14px 0}.cash-icon{width:58px;height:58px;border-radius:18px;background:#dcfce7;display:grid;place-items:center;font-size:30px}.muted-text{color:var(--muted);font-size:14px;line-height:1.55}.pay-card .cash-card .pay-amount{margin:6px 0 4px}
@media(max-width:620px){.category-slider{gap:8px;padding-bottom:6px}.category-slider .category{flex-basis:108px}.faq-question{padding:15px 16px;font-size:14.5px}.faq-answer>p{padding:0 16px;font-size:13.5px}.faq-item.open .faq-answer>p{padding-bottom:15px}.ship-note-box{min-height:auto;padding:11px 12px}.cash-card{grid-template-columns:46px 1fr;padding:14px;border-radius:18px}.cash-icon{width:46px;height:46px;border-radius:14px;font-size:24px}.payment-method-note{font-size:13px}}

/* === SaleHub v1.0.9: fixed product/price quick order and public order lookup === */
.nav a[href="order-lookup.php"]{color:#991b1b}
.required-star{color:var(--primary);font-weight:900}
.locked-product-box{display:grid;grid-template-columns:1.1fr .75fr;gap:12px;border:1px solid #fecdd3;background:linear-gradient(135deg,#fff7f7,#fff);border-radius:20px;padding:14px;margin-bottom:2px}
.locked-product-box>div{min-width:0}.locked-label,.locked-price span{display:block;color:#7f1d1d;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.04em;margin-bottom:5px}.locked-product-box strong{display:block;color:#111827;font-size:16px;line-height:1.35;word-break:break-word}.locked-price{border-left:1px dashed #fecaca;padding-left:12px}.locked-price strong{color:var(--primary);font-size:20px}.order-modal input[readonly]{background:#f9fafb;color:#64748b}.order-modal input:required:invalid{border-color:#fecaca}.order-modal input:required:focus{border-color:#fda4af}
.lookup-header{background:rgba(255,255,255,.96);border-bottom:1px solid var(--border);box-shadow:0 8px 22px rgba(15,23,42,.04)}.lookup-header-inner{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 0}.lookup-header-actions{display:flex;align-items:center;gap:10px}.lookup-page{background:linear-gradient(180deg,#fff7f7,#fff 42%,#fff7f7)}.lookup-shell{width:min(1080px,calc(100% - 32px));margin:0 auto;padding:34px 0 84px}.lookup-hero{display:grid;grid-template-columns:1fr 340px;gap:20px;align-items:stretch;margin-bottom:18px}.lookup-kicker{display:inline-flex;align-items:center;gap:6px;background:#fff;border:1px solid #fecdd3;border-radius:999px;padding:8px 12px;color:#991b1b;font-weight:900;font-size:13px;margin-bottom:12px}.lookup-hero h1{font-size:clamp(30px,4vw,46px);line-height:1.08;letter-spacing:-.035em;margin-bottom:10px}.lookup-hero p{color:#4b5563;font-size:16px;max-width:680px}.lookup-note-card{border:1px solid #fecdd3;background:#fff;border-radius:24px;padding:18px;box-shadow:0 14px 30px rgba(225,29,46,.08);display:flex;flex-direction:column;justify-content:center;gap:6px}.lookup-note-card strong{color:var(--primary);font-size:20px}.lookup-note-card span{color:#7f1d1d;font-size:14px;line-height:1.55}.lookup-card,.lookup-status-card,.lookup-info-card,.lookup-items-card{background:#fff;border:1px solid var(--border);border-radius:28px;padding:22px;box-shadow:0 14px 34px rgba(15,23,42,.06)}.lookup-card{margin-bottom:18px;border-color:#fecdd3}.lookup-form{display:grid;grid-template-columns:1fr 1fr auto;gap:14px;align-items:end}.lookup-form .btn{min-height:48px;border-radius:16px}.alert.error{border:1px solid #fecaca;background:#fee2e2;color:#991b1b;border-radius:16px;padding:12px 14px;font-weight:800}.lookup-result-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:18px;margin-top:18px}.lookup-result-head{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:18px}.lookup-result-head h2{font-size:30px;letter-spacing:.02em;color:#991b1b}.order-status-pill{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:8px 12px;font-size:13px;font-weight:900;border:1px solid transparent;white-space:nowrap}.order-status-pill.status-new{background:#fff7ed;color:#9a3412;border-color:#fed7aa}.order-status-pill.status-contacted,.order-status-pill.status-confirmed{background:#eff6ff;color:#1d4ed8;border-color:#bfdbfe}.order-status-pill.status-preparing{background:#faf5ff;color:#7e22ce;border-color:#e9d5ff}.order-status-pill.status-shipping,.order-status-pill.status-ready-pickup{background:#ecfeff;color:#0e7490;border-color:#a5f3fc}.order-status-pill.status-completed{background:#ecfdf5;color:#047857;border-color:#bbf7d0}.order-status-pill.status-cancelled{background:#fee2e2;color:#991b1b;border-color:#fecaca}.status-timeline{position:relative;display:grid;gap:14px;margin-top:8px}.status-step{display:grid;grid-template-columns:30px 1fr;gap:12px;align-items:center;color:#9ca3af;font-weight:900}.status-step span{width:28px;height:28px;border-radius:999px;background:#f1f5f9;border:2px solid #e2e8f0;position:relative}.status-step span::after{content:"";position:absolute;left:50%;top:28px;width:2px;height:20px;background:#e2e8f0;transform:translateX(-50%)}.status-step:last-child span::after{display:none}.status-step.done{color:#047857}.status-step.done span{background:#16a34a;border-color:#16a34a;box-shadow:0 8px 16px rgba(22,163,74,.18)}.status-step.done span::before{content:"✓";position:absolute;inset:0;display:grid;place-items:center;color:#fff;font-size:14px}.status-step.current{color:#991b1b}.status-step.current span{background:var(--primary);border-color:var(--primary);box-shadow:0 10px 20px rgba(225,29,46,.24)}.status-step.current span::before{content:"";position:absolute;inset:7px;background:#fff;border-radius:999px}.cancelled-box{border:1px solid #fecaca;background:#fff1f2;color:#991b1b;border-radius:18px;padding:14px;font-weight:800}.info-list.compact{gap:6px}.lookup-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.mobile-shop-btn.lookup{background:#eff6ff;border-color:#bfdbfe;color:#075985}
@media(max-width:900px){.lookup-hero,.lookup-result-grid,.lookup-form{grid-template-columns:1fr}.lookup-header-inner{align-items:flex-start}.lookup-header-actions{display:none}.locked-product-box{grid-template-columns:1fr}.locked-price{border-left:0;border-top:1px dashed #fecaca;padding-left:0;padding-top:10px}.lookup-shell{padding-top:24px}.lookup-card,.lookup-status-card,.lookup-info-card,.lookup-items-card{border-radius:22px;padding:18px}.lookup-result-head{flex-direction:column}.lookup-result-head h2{font-size:24px}.lookup-actions .btn{width:100%}}
@media(max-width:620px){.locked-product-box{padding:12px;border-radius:18px}.locked-product-box strong{font-size:14.5px}.locked-price strong{font-size:18px}.lookup-shell{width:min(100% - 20px,1080px);padding-bottom:76px}.lookup-hero h1{font-size:30px}.lookup-hero p{font-size:14.5px}.lookup-note-card{padding:14px;border-radius:20px}.lookup-form{gap:10px}.lookup-form input{min-height:45px}.status-step{font-size:13.5px}.items-table{font-size:13px}.items-table th,.items-table td{padding:9px 7px}}


/* v1.0.10 - Compact buying steps */
.compact-how{
  background: linear-gradient(180deg,#fff,#fff7f7);
  padding: 34px 0;
}
.how-compact-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:14px;
  margin-bottom:16px;
}
.how-compact-head h2{
  font-size:clamp(24px,3vw,34px);
  line-height:1.15;
  letter-spacing:-.02em;
}
.how-kicker{
  display:inline-flex;
  align-items:center;
  width:max-content;
  border-radius:999px;
  background:#fee2e2;
  color:#991b1b;
  padding:6px 10px;
  font-size:12px;
  font-weight:900;
  margin-bottom:8px;
}
.how-head-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  border-radius:999px;
  padding:9px 14px;
  background:#fff;
  border:1px solid #fecdd3;
  color:#991b1b;
  font-weight:900;
  font-size:14px;
  white-space:nowrap;
}
.compact-how .compact-steps{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
}
.compact-how .compact-step{
  display:grid;
  grid-template-columns:auto 1fr;
  align-items:flex-start;
  gap:12px;
  padding:16px;
  border-radius:20px;
  border:1px solid #f1d5d5;
  background:#fff;
  box-shadow:0 10px 24px rgba(15,23,42,.045);
}
.compact-how .step-num{
  width:34px;
  height:34px;
  border-radius:12px;
  margin:0;
  font-size:14px;
}
.compact-how .compact-step h3{
  margin:0 0 3px;
  font-size:16px;
  line-height:1.25;
}
.compact-how .compact-step p{
  margin:0;
  color:#6b7280;
  font-size:13.5px;
  line-height:1.45;
}
@media(max-width:980px){
  .compact-how .compact-steps{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media(max-width:620px){
  .compact-how{padding:22px 0 18px;}
  .how-compact-head{align-items:center;margin-bottom:12px;}
  .how-compact-head h2{font-size:22px;}
  .how-kicker{font-size:11px;padding:5px 9px;margin-bottom:5px;}
  .how-head-link{min-height:36px;font-size:12.5px;padding:8px 11px;}
  .compact-how .compact-steps{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px;}
  .compact-how .compact-step{display:block;padding:12px 10px;border-radius:17px;min-height:126px;}
  .compact-how .step-num{width:30px;height:30px;border-radius:11px;margin-bottom:9px;}
  .compact-how .compact-step h3{font-size:14.5px;margin-bottom:4px;}
  .compact-how .compact-step p{font-size:12px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;}
}

/* v1.0.11 - Better order choices and quantity stepper */
.qty-stepper{
  display:grid;
  grid-template-columns:46px minmax(64px,1fr) 46px;
  align-items:center;
  width:100%;
  min-height:48px;
  border:1px solid #fecdd3;
  border-radius:16px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 8px 18px rgba(225,29,46,.05);
}
.qty-stepper:focus-within{
  border-color:var(--primary);
  box-shadow:0 0 0 4px rgba(225,29,46,.08);
}
.qty-stepper input{
  width:100%;
  height:48px;
  min-height:48px;
  border:0!important;
  border-left:1px solid #fee2e2!important;
  border-right:1px solid #fee2e2!important;
  border-radius:0!important;
  text-align:center;
  font-size:17px;
  font-weight:900;
  color:#111827;
  box-shadow:none!important;
  padding:0 8px!important;
  appearance:textfield;
}
.qty-stepper input::-webkit-outer-spin-button,
.qty-stepper input::-webkit-inner-spin-button{appearance:none;margin:0}
.qty-btn{
  height:48px;
  width:46px;
  border:0;
  background:#fff5f5;
  color:#991b1b;
  font-size:22px;
  font-weight:900;
  display:grid;
  place-items:center;
  transition:.16s ease;
}
.qty-btn:hover{background:#fee2e2;color:var(--primary);}
.qty-btn:active{transform:scale(.96)}
.choice-section{
  border:1px solid #f2d6d6;
  border-radius:20px;
  padding:14px;
  background:linear-gradient(180deg,#fff,#fff8f8);
  box-shadow:0 10px 24px rgba(15,23,42,.035);
}
.choice-section.quick-choice{padding:12px;margin-top:2px;}
.choice-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
  margin-bottom:10px;
}
.choice-head strong{
  display:block;
  font-size:15px;
  color:#111827;
  font-weight:900;
}
.choice-head span{
  color:#7f1d1d;
  font-size:12.5px;
  font-weight:700;
  line-height:1.45;
  text-align:right;
  max-width:320px;
}
.choice-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}
.choice-card{
  position:relative;
  display:grid;
  grid-template-columns:42px 1fr;
  gap:10px;
  align-items:flex-start;
  min-height:94px;
  padding:13px;
  border:1px solid #e5e7eb;
  border-radius:18px;
  background:#fff;
  cursor:pointer;
  transition:border-color .18s ease, box-shadow .18s ease, transform .18s ease, background .18s ease;
}
.choice-card:hover{
  transform:translateY(-1px);
  border-color:#fecaca;
  box-shadow:0 12px 24px rgba(225,29,46,.08);
}
.choice-card input{
  position:absolute;
  opacity:0;
  pointer-events:none;
}
.choice-card:has(input:checked),
.choice-card.is-selected{
  border-color:var(--primary);
  background:linear-gradient(180deg,#fff,#fff1f2);
  box-shadow:0 14px 28px rgba(225,29,46,.12);
}
.choice-card:has(input:checked)::after,
.choice-card.is-selected::after{
  content:"✓";
  position:absolute;
  top:10px;
  right:10px;
  width:22px;
  height:22px;
  border-radius:999px;
  display:grid;
  place-items:center;
  background:var(--primary);
  color:#fff;
  font-size:13px;
  font-weight:900;
}
.choice-icon{
  width:42px;
  height:42px;
  border-radius:14px;
  display:grid;
  place-items:center;
  background:#fff1f2;
  font-size:22px;
}
.choice-card:has(input:checked) .choice-icon,
.choice-card.is-selected .choice-icon{background:#fee2e2;}
.choice-body{display:block;min-width:0;padding-right:22px;}
.choice-body b{display:block;font-size:14.5px;line-height:1.25;color:#111827;margin-bottom:4px;font-weight:900;}
.choice-body small{display:block;color:#6b7280;font-size:12.2px;line-height:1.35;}
.choice-badge{
  position:absolute;
  left:12px;
  bottom:9px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  background:#fee2e2;
  color:#991b1b;
  padding:3px 7px;
  font-size:10.5px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.03em;
}
.choice-card .choice-badge + *{margin-top:0}
.ship-note-box.compact{min-height:auto;padding:12px 13px;}
.order-modal .choice-section{box-shadow:none;background:#fff;border-color:#fecdd3;}
.order-modal .choice-grid{grid-template-columns:1fr 1fr;}
.order-modal .choice-card{min-height:100px;}
@media(max-width:760px){
  .choice-head{display:block;margin-bottom:9px;}
  .choice-head span{display:block;text-align:left;max-width:none;margin-top:3px;}
  .choice-grid{grid-template-columns:1fr;}
  .order-modal .choice-grid{grid-template-columns:1fr;}
  .choice-card{min-height:auto;padding:12px;border-radius:16px;}
  .choice-body small{font-size:12px;}
}
@media(max-width:620px){
  .qty-stepper{grid-template-columns:42px minmax(54px,1fr) 42px;min-height:44px;border-radius:15px;}
  .qty-stepper input,.qty-btn{height:44px;min-height:44px;}
  .qty-btn{width:42px;font-size:20px;}
  .choice-section{padding:12px;border-radius:18px;}
  .choice-head strong{font-size:14px;}
  .choice-head span{font-size:12px;}
  .choice-icon{width:38px;height:38px;border-radius:13px;font-size:20px;}
  .choice-card{grid-template-columns:38px 1fr;gap:9px;}
  .choice-body b{font-size:13.5px;}
}


/* === SaleHub v1.0.12: centered lookup header and home button === */
.lookup-header .lookup-header-inner{
  flex-direction:column;
  justify-content:center;
  align-items:center;
  text-align:center;
  gap:12px;
  padding:18px 0 16px;
}
.lookup-header .logo{
  justify-content:center;
  align-items:center;
  text-align:left;
}
.lookup-header .logo span:last-child{
  line-height:1.18;
}
.lookup-header-actions{
  justify-content:center;
  flex-wrap:wrap;
}
.lookup-header-actions .btn{
  min-height:42px;
  padding:10px 15px;
  border-radius:999px;
}
.lookup-home-btn{
  background:#fff1f2;
  color:#991b1b;
  border:1px solid #fecdd3;
  box-shadow:0 8px 18px rgba(225,29,46,.08);
}
.lookup-home-btn:hover{
  background:#ffe4e6;
  border-color:#fda4af;
  color:#7f1d1d;
}
.lookup-page .lookup-shell{
  padding-top:26px;
}
@media(max-width:900px){
  .lookup-header-inner{
    align-items:center!important;
  }
  .lookup-header-actions{
    display:flex!important;
    width:100%;
  }
  .lookup-header-actions .btn{
    flex:1 1 auto;
    max-width:180px;
  }
}
@media(max-width:620px){
  .lookup-header .lookup-header-inner{
    padding:16px 0 14px;
    gap:11px;
  }
  .lookup-header .logo{
    font-size:19px;
    max-width:300px;
  }
  .lookup-header .logo-mark{
    width:36px;
    height:36px;
    border-radius:12px;
    flex:0 0 36px;
  }
  .lookup-header-actions{
    display:grid!important;
    grid-template-columns:1fr 1fr;
    gap:8px;
  }
  .lookup-header-actions .btn{
    width:100%;
    max-width:none;
    padding:10px 12px;
    font-size:13px;
  }
  .lookup-header-actions .btn-primary{
    grid-column:auto;
  }
  .lookup-header-actions .btn-outline{
    display:none;
  }
}


/* === SaleHub v1.0.13: detail label and card click popup === */
.product-card{cursor:pointer}
.small-btn,.btn{white-space:nowrap}
.small-btn.detail{padding-inline:10px}
.feature-actions .btn-outline{white-space:nowrap}
@media (max-width:620px){
  .small-btn{font-size:12.5px}
  .product-actions{grid-template-columns:.92fr 1.28fr .92fr}
}


/* === SaleHub v1.0.14: order lookup layout fix === */
.lookup-page{
  background:linear-gradient(180deg,#fff7f7 0%,#fff 38%,#fff7f7 100%);
}
.lookup-page .lookup-shell{
  width:min(1120px,calc(100% - 32px));
  padding:30px 0 92px;
  display:grid;
  gap:22px;
}
.lookup-hero{
  margin:0;
  padding:26px;
  display:grid;
  grid-template-columns:minmax(0,1fr) 330px;
  gap:22px;
  align-items:stretch;
  border:1px solid #fee2e2;
  border-radius:30px;
  background:radial-gradient(circle at 8% 10%,rgba(225,29,46,.08),transparent 30%),linear-gradient(135deg,#fff,#fff7f7);
  box-shadow:0 16px 38px rgba(15,23,42,.055);
}
.lookup-hero h1{
  margin:0 0 10px;
  font-size:clamp(30px,3.4vw,44px);
  line-height:1.08;
  letter-spacing:-.035em;
}
.lookup-hero p{
  max-width:720px;
  margin:0;
}
.lookup-note-card{
  min-height:100%;
  border:1px dashed #fda4af;
  background:#fff;
  box-shadow:none;
}
.lookup-card{
  margin:0;
  padding:24px;
  border-color:#fecdd3;
  box-shadow:0 16px 36px rgba(225,29,46,.06);
}
.lookup-form{
  grid-template-columns:minmax(0,1fr) minmax(0,1fr) 150px;
  gap:14px;
}
.lookup-form input{
  min-height:48px;
}
.lookup-result-grid{
  margin:0;
  display:grid;
  grid-template-columns:minmax(0,1.06fr) minmax(360px,.94fr);
  gap:22px;
  align-items:start;
}
.lookup-status-card,
.lookup-info-card,
.lookup-items-card{
  border-color:#e9edf3;
  box-shadow:0 16px 38px rgba(15,23,42,.07);
}
.lookup-status-card,
.lookup-info-card{
  min-height:100%;
}
.lookup-result-head{
  padding-bottom:16px;
  border-bottom:1px solid #eef2f7;
  margin-bottom:18px;
}
.lookup-info-card h2,
.lookup-items-card h2{
  margin-bottom:14px;
  letter-spacing:-.02em;
}
.lookup-items-card{
  margin-top:0;
}
.lookup-actions{
  padding-top:16px;
  border-top:1px solid #eef2f7;
}
.status-step.done span::before{
  content:"\2713";
  font-family:Arial,Helvetica,sans-serif;
  font-weight:900;
}
.status-timeline{
  gap:13px;
}
.status-step span::after{
  height:18px;
}
@media(max-width:900px){
  .lookup-page .lookup-shell{
    width:min(100% - 24px,1120px);
    padding-top:22px;
    gap:18px;
  }
  .lookup-hero{
    grid-template-columns:1fr;
    padding:20px;
    border-radius:24px;
    gap:14px;
  }
  .lookup-note-card{
    min-height:auto;
  }
  .lookup-form,
  .lookup-result-grid{
    grid-template-columns:1fr;
  }
  .lookup-form .btn{
    width:100%;
  }
  .lookup-card,
  .lookup-status-card,
  .lookup-info-card,
  .lookup-items-card{
    border-radius:24px;
    padding:18px;
  }
}
@media(max-width:620px){
  .lookup-page .lookup-shell{
    width:min(100% - 20px,1120px);
    padding-top:16px;
    gap:16px;
  }
  .lookup-hero{
    padding:18px;
    border-radius:22px;
  }
  .lookup-hero h1{
    font-size:28px;
  }
  .lookup-kicker{
    margin-bottom:10px;
  }
  .lookup-note-card strong{
    font-size:18px;
  }
  .lookup-result-head{
    gap:10px;
  }
  .lookup-result-head h2{
    font-size:23px;
    word-break:break-word;
  }
  .status-timeline{
    gap:11px;
  }
  .status-step{
    grid-template-columns:26px 1fr;
    gap:10px;
  }
  .status-step span{
    width:24px;
    height:24px;
  }
  .status-step span::after{
    top:24px;
    height:17px;
  }
  .lookup-actions{
    display:grid;
    grid-template-columns:1fr;
  }
}


/* === SaleHub v1.0.15: fix featured deal layout and mini card overflow === */
.deal-showcase{
  overflow:hidden;
}
.feature-deal{
  grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);
}
.feature-deal > *,
.mini-deal,
.mini-deal *{
  min-width:0;
}
.feature-actions{
  grid-template-columns:minmax(0,1fr) minmax(0,1.1fr);
}
.feature-actions .btn{
  min-width:0;
  white-space:nowrap;
}
.deal-showcase .mini-deal-grid{
  grid-template-columns:repeat(auto-fit,minmax(170px,1fr));
  align-items:stretch;
}
.deal-showcase .mini-deal{
  display:flex;
  flex-direction:column;
  overflow:hidden;
}
.deal-showcase .mini-icon{
  flex:0 0 auto;
}
.deal-showcase .mini-deal strong{
  min-height:auto;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.deal-showcase .mini-price{
  margin-top:8px;
}
.deal-showcase .mini-actions{
  grid-template-columns:1fr;
  gap:8px;
  margin-top:auto;
  padding-top:8px;
}
.deal-showcase .mini-actions .small-btn{
  width:100%;
  min-width:0;
  white-space:nowrap;
  padding-left:8px;
  padding-right:8px;
}
@media (max-width:780px){
  .feature-deal{
    grid-template-columns:1fr;
  }
  .feature-icon{
    min-height:180px;
  }
  .feature-actions{
    grid-template-columns:1fr;
  }
}
@media (min-width:981px) and (max-width:1180px){
  .deal-showcase .mini-deal-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}


/* === SaleHub v1.0.16: sticky contact bar on all pages with icons === */
.sticky-contact-bar{border-color:#fecaca;backdrop-filter:saturate(1.06) blur(10px)}
.float-action{transition:.18s ease;box-shadow:0 8px 22px rgba(15,23,42,.12)}
.float-action:hover{transform:translateY(-1px)}
.float-icon{width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 18px}
.float-icon svg{width:18px;height:18px;stroke:currentColor;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round;display:block}
.float-zalo{background:linear-gradient(135deg,#0ea5e9,#0284c7)}
.float-call{background:linear-gradient(135deg,#22c55e,#16a34a)}
.float-order{background:linear-gradient(135deg,#fb2c45,#e11d2e)}
.float-bar a,.float-bar button{text-decoration:none}
body{padding-bottom:94px}
@media (max-width:620px){
  body{padding-bottom:88px}
  .float-bar{width:calc(100% - 16px);padding:7px;gap:6px;border-radius:20px}
  .float-bar a,.float-bar button{flex:1;min-height:44px;padding:10px 8px;font-size:12.5px;gap:6px}
  .float-bar .btn-icon,.float-bar .zalo-mark{display:inline-flex!important}
  .float-bar .float-icon{display:inline-flex!important}
  .float-icon,.float-icon svg{width:17px;height:17px}
}


/* === SaleHub v1.0.17: clearer featured deal vs flash sale program === */
.deal-showcase-note{
  margin:-7px 0 14px;
  color:#6b7280;
  font-size:14px;
  line-height:1.55;
}
.deal-showcase .deal-count{
  background:#fee2e2;
  color:#b91c1c;
}
.deal-showcase .feature-deal{
  margin-bottom:16px;
  box-shadow:0 16px 34px rgba(225,29,46,.08);
}
.deal-showcase .mini-deal-grid{
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}
.deal-showcase .mini-deal{
  cursor:pointer;
  min-height:0;
  background:linear-gradient(180deg,#fff,#fff8f8);
  border-color:#f7d0d0;
}
.deal-showcase .mini-deal:hover{
  transform:translateY(-2px);
  border-color:#ef9a9a;
}
.deal-showcase .mini-actions{
  grid-template-columns:1fr;
}
.deal-showcase .mini-actions .small-btn.buy{
  min-height:42px;
  border-radius:14px;
}
.flash-sale{
  background:linear-gradient(180deg,#fff,#fff7f7 55%,#fff);
}
.flash-panel{
  box-shadow:0 24px 60px rgba(185,28,28,.18);
}
.flash-card{
  display:flex;
  flex-direction:column;
  min-width:0;
}
.flash-name{
  min-height:auto;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.flash-actions{
  margin-top:auto;
  padding-top:12px;
}
.flash-actions .small-btn.buy{
  background:linear-gradient(135deg,#fb2c45,#e11d2e);
}
@media (min-width:981px){
  .float-bar.sticky-contact-bar{
    left:auto;
    right:22px;
    bottom:22px;
    transform:none;
    flex-direction:column;
    border-radius:24px;
    padding:10px;
    width:auto;
    max-width:172px;
  }
  .float-bar.sticky-contact-bar a,
  .float-bar.sticky-contact-bar button{
    width:150px;
    justify-content:flex-start;
    padding:11px 14px;
  }
}
@media (max-width:980px){
  .deal-showcase .mini-deal-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .flash-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media (max-width:620px){
  .deal-showcase .mini-deal-grid,
  .flash-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px;
  }
  .deal-showcase .mini-deal{
    padding:10px;
    border-radius:18px;
  }
  .deal-showcase .mini-icon{
    width:44px;
    height:44px;
    font-size:23px;
    border-radius:14px;
  }
  .deal-showcase .mini-deal strong{
    font-size:13px;
    line-height:1.25;
  }
  .deal-showcase .mini-price{
    font-size:16px;
  }
  .flash-card{
    padding:10px;
    border-radius:18px;
  }
  .flash-image{
    height:118px;
    border-radius:15px;
    font-size:44px;
  }
  .flash-name{
    font-size:13px;
    line-height:1.25;
  }
  .flash-price{
    font-size:17px;
  }
  .flash-actions{
    grid-template-columns:1fr;
    gap:7px;
  }
  .flash-actions .small-btn{
    min-height:38px;
    font-size:12.5px;
  }
}


/* === SaleHub v1.0.18: product search empty state and clearer deal pricing === */
.deal-price-compare{display:grid;grid-template-columns:1fr 1fr auto;gap:10px;align-items:center;margin:12px 0 14px}
.deal-price-compare>div{background:#fff;border:1px solid #fee2e2;border-radius:16px;padding:10px 12px}
.deal-price-compare span{display:block;color:#64748b;font-size:12px;font-weight:800;margin-bottom:3px}
.deal-price-compare del{color:#94a3b8;font-size:14px;font-weight:800}
.deal-price-compare strong{display:block;color:var(--primary);font-size:24px;line-height:1;font-weight:950;white-space:nowrap}
.deal-save-badge{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:8px 10px;border-radius:999px;background:linear-gradient(135deg,#e11d2e,#be123c);color:#fff;font-size:13px;font-weight:950;box-shadow:0 10px 24px rgba(225,29,46,.18)}
.mini-old-price{font-size:12px;color:#94a3b8;text-decoration:line-through;font-weight:800;margin-top:4px}
.no-results{margin-top:20px;border:1px solid #fecaca;background:linear-gradient(180deg,#fff,#fff7f7);border-radius:26px;padding:22px;box-shadow:0 14px 34px rgba(225,29,46,.08)}
.no-results[hidden]{display:none!important}
.no-results-head{margin-bottom:16px}
.no-results-head strong{display:block;font-size:20px;color:#991b1b;margin-bottom:5px}
.no-results-head p{color:#64748b;max-width:720px}
.suggest-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.suggest-card{display:grid;grid-template-columns:58px 1fr auto;align-items:center;gap:12px;background:#fff;border:1px solid #f7d2d2;border-radius:20px;padding:12px;cursor:pointer;transition:.18s ease}
.suggest-card:hover{transform:translateY(-2px);box-shadow:0 12px 26px rgba(225,29,46,.10);border-color:#fca5a5}
.suggest-icon{width:58px;height:58px;border-radius:16px;background:#fff1f2;display:grid;place-items:center;font-size:28px;overflow:hidden}
.suggest-icon img{width:100%;height:100%;object-fit:cover}
.suggest-card strong{display:block;font-size:14px;line-height:1.35;margin-bottom:5px}
.suggest-price{display:flex;align-items:baseline;gap:7px;flex-wrap:wrap}
.suggest-price span{color:var(--primary);font-weight:950}
.suggest-price del{color:#94a3b8;font-size:12px;font-weight:800}
@media(max-width:980px){.suggest-grid{grid-template-columns:1fr}.suggest-card{grid-template-columns:52px 1fr}.suggest-card .small-btn{grid-column:1/-1}.deal-price-compare{grid-template-columns:1fr 1fr}.deal-save-badge{grid-column:1/-1;width:max-content}}
@media(max-width:620px){.no-results{padding:16px;border-radius:22px}.no-results-head strong{font-size:18px}.suggest-card{grid-template-columns:48px 1fr}.suggest-icon{width:48px;height:48px}.deal-price-compare strong{font-size:21px}.deal-price-compare{gap:8px}.deal-save-badge{min-height:32px;font-size:12px}}


/* === SaleHub v1.0.19: fix featured deal badge and icon-only sticky sidebar on desktop === */
.feature-deal{overflow:visible}
.deal-price-compare{grid-template-columns:1fr 1fr}
.deal-save-badge{grid-column:1/-1;justify-self:start;margin-top:-2px}
@media (min-width:981px){
  body{padding-right:84px}
  .float-bar.sticky-contact-bar{
    left:auto;
    right:16px;
    top:50%;
    bottom:auto;
    transform:translateY(-50%);
    flex-direction:column;
    width:64px;
    max-width:64px;
    padding:8px;
    gap:8px;
    border-radius:22px;
    box-shadow:0 18px 48px rgba(15,23,42,.18);
  }
  .float-bar.sticky-contact-bar a,
  .float-bar.sticky-contact-bar button{
    width:48px;
    min-width:48px;
    min-height:48px;
    height:48px;
    padding:0;
    justify-content:center;
    border-radius:14px;
    gap:0;
  }
  .float-bar.sticky-contact-bar .float-action > span:not(.float-icon){display:none}
  .float-bar.sticky-contact-bar .float-icon{width:20px;height:20px}
  .float-bar.sticky-contact-bar .float-icon svg{width:20px;height:20px}
}
@media (max-width:980px){
  body{padding-right:0}
}
@media (max-width:620px){
  .deal-price-compare{grid-template-columns:1fr}
  .deal-save-badge{grid-column:1/-1}
}


/* === SaleHub v1.0.20: premium dropdowns and functional button colors === */
input,select,textarea,.form-control{
  min-height:50px;
  border-radius:16px!important;
  border:1px solid #e5e7eb;
  background:#fff;
  color:#111827;
  font-weight:650;
  transition:border-color .18s ease,box-shadow .18s ease,background .18s ease;
}
select{
  appearance:none;
  -webkit-appearance:none;
  background-image:linear-gradient(45deg,transparent 50%,#ef233c 50%),linear-gradient(135deg,#ef233c 50%,transparent 50%),linear-gradient(to right,#fff,#fff);
  background-position:calc(100% - 20px) 52%,calc(100% - 14px) 52%,100% 0;
  background-size:6px 6px,6px 6px,2.8em 100%;
  background-repeat:no-repeat;
  padding-right:46px!important;
  cursor:pointer;
}
select:hover,input:hover,textarea:hover{border-color:#fecaca}
select:focus,input:focus,textarea:focus{border-color:#fb7185!important;box-shadow:0 0 0 4px rgba(225,29,46,.09)!important}
.field-label{display:block;font-size:14px;font-weight:950;margin-bottom:8px;color:#111827}.native-product-select{position:absolute!important;opacity:0!important;pointer-events:none!important;width:1px!important;height:1px!important;margin:0!important;padding:0!important;border:0!important}.custom-select-field{position:relative;z-index:8}.custom-select-trigger{width:100%;min-height:64px;border:1px solid #fecaca;background:linear-gradient(180deg,#fff,#fff7f7);border-radius:18px;padding:9px 12px;display:grid;grid-template-columns:46px 1fr 28px;align-items:center;gap:12px;text-align:left;cursor:pointer;box-shadow:0 12px 28px rgba(225,29,46,.07);transition:.18s ease}.custom-select-trigger:hover,.custom-select-field.is-open .custom-select-trigger{border-color:#fb7185;box-shadow:0 16px 34px rgba(225,29,46,.13);transform:translateY(-1px)}.custom-select-media,.custom-select-option-media{display:grid;place-items:center;border-radius:14px;background:#fff1f2;color:#e11d2e;overflow:hidden}.custom-select-media{width:46px;height:46px;font-size:24px}.custom-select-media img,.custom-select-option-media img{width:100%;height:100%;object-fit:cover}.custom-select-current strong{display:block;color:#111827;font-size:15px;line-height:1.25;font-weight:950}.custom-select-current small{display:block;color:#e11d2e;font-size:14px;font-weight:950;margin-top:3px}.custom-select-caret{width:28px;height:28px;border-radius:999px;background:#fee2e2;color:#be123c;display:grid;place-items:center;transition:.18s}.custom-select-caret svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.custom-select-field.is-open .custom-select-caret{transform:rotate(180deg);background:#e11d2e;color:#fff}.custom-select-menu{position:absolute;left:0;right:0;top:calc(100% + 8px);z-index:40;background:#fff;border:1px solid #fecaca;border-radius:20px;padding:8px;box-shadow:0 24px 60px rgba(15,23,42,.18);display:none;max-height:320px;overflow:auto}.custom-select-field.is-open .custom-select-menu{display:grid;gap:7px;animation:selectDropIn .16s ease-out both}@keyframes selectDropIn{from{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.custom-select-option{width:100%;border:0;background:#fff;border-radius:16px;padding:9px;display:grid;grid-template-columns:42px 1fr auto;align-items:center;gap:10px;text-align:left;cursor:pointer;transition:.16s ease}.custom-select-option:hover,.custom-select-option.is-active{background:#fff1f2}.custom-select-option.is-active{box-shadow:inset 0 0 0 1px #fecaca}.custom-select-option-media{width:42px;height:42px;font-size:22px}.custom-select-option-text strong{display:block;font-size:14px;color:#111827;line-height:1.25;font-weight:900}.custom-select-option-text small{display:block;color:#e11d2e;font-weight:950;margin-top:3px}.custom-select-badge{font-size:11px;font-weight:950;color:#991b1b;background:#fee2e2;border-radius:999px;padding:4px 7px;white-space:nowrap}.btn-primary,.small-btn.buy,.float-order,.quick-submit,.form-card button[type=submit]{background:linear-gradient(135deg,#ef233c,#e11d2e)!important;color:#fff!important;border-color:#e11d2e!important;box-shadow:0 14px 30px rgba(225,29,46,.24)!important}.btn-primary:hover,.small-btn.buy:hover,.float-order:hover,.form-card button[type=submit]:hover{background:linear-gradient(135deg,#be123c,#ef233c)!important}.small-btn.zalo,.float-zalo,a[href*="zalo.me"].btn-primary{background:linear-gradient(135deg,#0ea5e9,#0284c7)!important;color:#fff!important;border-color:#0284c7!important}.float-call,a[href^="tel:"].btn-outline{background:linear-gradient(135deg,#22c55e,#16a34a)!important;color:#fff!important;border-color:#16a34a!important}.small-btn.detail,.btn-outline{background:#fff!important;color:#111827!important;border-color:#d8dee8!important;box-shadow:0 8px 18px rgba(15,23,42,.045)}.small-btn.detail:hover,.btn-outline:hover{border-color:#fb7185!important;color:#be123c!important;background:#fff7f7!important}.btn-soft,a[href*="order-lookup"].btn{background:#fff1f2!important;color:#b91c1c!important;border:1px solid #fecaca!important}.choice-card{transition:.18s ease}.choice-card:hover{transform:translateY(-1px);box-shadow:0 12px 26px rgba(225,29,46,.08)}.choice-card.is-selected{border-color:#ef233c!important;background:linear-gradient(180deg,#fff,#fff1f2)!important;box-shadow:0 0 0 4px rgba(225,29,46,.06)!important}.choice-card.is-selected::after{content:'✓';position:absolute;right:12px;top:12px;width:22px;height:22px;border-radius:999px;background:#e11d2e;color:#fff;display:grid;place-items:center;font-size:13px;font-weight:950}
@media(max-width:620px){.custom-select-trigger{min-height:60px;grid-template-columns:42px 1fr 26px;border-radius:17px}.custom-select-media{width:42px;height:42px}.custom-select-menu{max-height:290px;border-radius:18px}.custom-select-option{grid-template-columns:38px 1fr;padding:8px}.custom-select-option-media{width:38px;height:38px}.custom-select-badge{display:none}.custom-select-current strong{font-size:14px}.custom-select-current small{font-size:13px}}


/* === SaleHub v1.0.21: compact premium checkout section === */
.order-section-v21{background:radial-gradient(circle at 10% 0,rgba(225,29,46,.08),transparent 26%),radial-gradient(circle at 92% 8%,rgba(249,115,22,.08),transparent 24%),linear-gradient(180deg,#fff,#fff8f8)}
.checkout-grid{grid-template-columns:.9fr 1.1fr;gap:28px;align-items:start}
.premium-contact-card,.compact-checkout-card{border-color:#f3d4d4;box-shadow:0 22px 56px rgba(15,23,42,.08)}
.premium-contact-card{position:sticky;top:92px;background:linear-gradient(180deg,#fff,#fffafa);overflow:hidden}
.premium-contact-card::before{content:"";position:absolute;right:-70px;top:-90px;width:190px;height:190px;border-radius:999px;background:rgba(225,29,46,.09)}
.contact-badge,.checkout-eyebrow{display:inline-flex;align-items:center;width:max-content;border-radius:999px;background:#fff1f2;color:#b91c1c;border:1px solid #fecaca;padding:6px 10px;font-size:12px;font-weight:950;margin-bottom:12px}
.premium-contact-card h3,.compact-checkout-card h3{font-size:28px;line-height:1.12;letter-spacing:-.02em}
.contact-intro,.checkout-head p{color:#64748b;line-height:1.7;margin-top:8px}
.contact-action-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:20px 0 14px}
.contact-action-card{position:relative;display:flex;gap:10px;align-items:center;padding:14px;border:1px solid #e5e7eb;border-radius:20px;background:#fff;text-decoration:none;transition:.18s ease;min-height:74px}
.contact-action-card:hover{transform:translateY(-2px);box-shadow:0 14px 32px rgba(15,23,42,.08)}
.contact-action-card b{display:block;color:#111827;font-size:14px;line-height:1.2}.contact-action-card small{display:block;color:#64748b;margin-top:4px;font-weight:700}
.contact-action-icon{width:38px;height:38px;border-radius:14px;display:grid;place-items:center;flex:0 0 38px;color:#fff}.contact-action-icon svg{width:19px;height:19px;stroke:currentColor;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}
.contact-zalo-card .contact-action-icon{background:linear-gradient(135deg,#0ea5e9,#0284c7)}.contact-call-card .contact-action-icon{background:linear-gradient(135deg,#22c55e,#16a34a)}
.shop-address-card{display:flex;gap:12px;align-items:flex-start;background:#fff;border:1px solid #f1dada;border-radius:20px;padding:15px;margin-top:12px}.shop-address-icon{width:40px;height:40px;border-radius:14px;background:#fff1f2;display:grid;place-items:center;flex:0 0 40px}.shop-address-card b{display:block}.shop-address-card small{display:block;color:#64748b;line-height:1.55;margin-top:3px}
.contact-trust-list{display:grid;gap:9px;margin-top:18px}.contact-trust-list div{display:flex;gap:9px;color:#475569;font-size:14px;line-height:1.45}.contact-trust-list span{width:20px;height:20px;border-radius:999px;background:#dcfce7;color:#15803d;display:grid;place-items:center;flex:0 0 20px;font-weight:950;font-size:12px}
.support-hours-card{margin-top:18px;padding:14px 16px;border-radius:18px;background:linear-gradient(135deg,#991b1b,#e11d2e);color:#fff}.support-hours-card span{display:block;color:#ffe4e6;font-size:12px;font-weight:800;margin-bottom:3px}.support-hours-card strong{font-size:17px}
.checkout-head{margin-bottom:18px}.compact-order-form{gap:12px}.checkout-block{background:#fff;border:1px solid #eef0f4;border-radius:22px;padding:16px}.checkout-block-title{display:flex;align-items:center;gap:9px;margin-bottom:12px}.checkout-block-title span{width:28px;height:28px;border-radius:10px;background:#e11d2e;color:#fff;display:grid;place-items:center;font-weight:950;font-size:13px}.checkout-block-title strong{font-size:16px}
.optional-toggle{border:0;background:transparent;color:#b91c1c;font-weight:900;padding:4px 0;margin-top:6px;cursor:pointer}.optional-panel{margin-top:10px}.optional-panel[hidden],.conditional-field[hidden]{display:none!important}
.product-pick-card{display:grid;grid-template-columns:1fr 180px;gap:12px;align-items:stretch}.compact-product-picker{margin:0}.compact-product-trigger{min-height:68px;border-radius:18px}.product-qty-inline{border:1px solid #fee2e2;background:#fff7f7;border-radius:18px;padding:10px 12px;display:grid;align-content:center;gap:8px}.product-qty-inline>span{font-size:13px;color:#7f1d1d;font-weight:950}.compact-qty{height:44px}.compact-qty input{font-weight:950;font-size:17px;background:#fff}.compact-qty .qty-btn{background:#fff;color:#b91c1c}
.checkout-options-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.compact-choice-section{background:#f9fafb;border:1px solid #eef0f4;border-radius:18px;padding:12px}.compact-choice-section .choice-head{gap:6px;margin-bottom:10px}.compact-choice-section .choice-head strong{font-size:14px}.compact-choice-section .choice-head span{font-size:12px;color:#64748b}.compact-choice-section .choice-grid{grid-template-columns:1fr 1fr;gap:8px}.compact-choice-card{padding:11px;border-radius:15px;min-height:92px}.compact-choice-card .choice-icon{width:32px;height:32px;font-size:17px;border-radius:11px}.compact-choice-card .choice-body b{font-size:13px}.compact-choice-card .choice-body small{font-size:11.5px;line-height:1.35}.compact-choice-card .choice-badge{font-size:10px;padding:3px 6px}
.delivery-address-field,.bank-transfer-note{margin-top:12px;border:1px dashed #fecaca;background:#fff7f7;border-radius:18px;padding:13px}.delivery-address-field label{margin-bottom:0}.delivery-address-field small{display:block;color:#991b1b;line-height:1.45;margin-top:8px}.bank-transfer-note{color:#7f1d1d;font-weight:800;line-height:1.55}
.compact-policy{border:1px solid #fde68a;background:#fffbeb;border-radius:18px;padding:0}.compact-policy summary{cursor:pointer;list-style:none;padding:13px 15px;color:#92400e;font-weight:950}.compact-policy summary::-webkit-details-marker{display:none}.compact-policy summary::after{content:"+";float:right;font-weight:950}.compact-policy[open] summary::after{content:"−"}.compact-policy ul{padding:0 18px 14px 34px;color:#6b4b16;font-size:14px;line-height:1.55}.compact-note-field textarea{min-height:72px}.checkout-submit{width:100%;border-radius:18px!important;min-height:54px;font-size:16px}.checkout-safe-note{text-align:center;color:#64748b;font-size:13px;margin-top:-4px}
@media(max-width:980px){.checkout-grid{grid-template-columns:1fr}.premium-contact-card{position:relative;top:auto}.contact-action-grid,.checkout-options-grid{grid-template-columns:1fr 1fr}.product-pick-card{grid-template-columns:1fr 170px}}
@media(max-width:720px){.premium-contact-card,.compact-checkout-card{padding:20px;border-radius:26px}.contact-action-grid,.checkout-options-grid,.product-pick-card{grid-template-columns:1fr}.premium-contact-card h3,.compact-checkout-card h3{font-size:24px}.checkout-block{padding:14px;border-radius:20px}.compact-choice-section .choice-grid{grid-template-columns:1fr}.compact-choice-card{min-height:auto}.compact-note-field textarea{min-height:64px}}
@media(max-width:480px){.contact-action-grid{grid-template-columns:1fr}.checkout-head p,.contact-intro{font-size:14px}.compact-two-col{grid-template-columns:1fr}.custom-select-current strong{font-size:13.5px}.custom-select-current small{font-size:13px}}


/* === SaleHub v1.0.22: compact checkout scroll card and layout fix === */
.compact-checkout-card{display:flex;flex-direction:column;gap:18px}
.checkout-head{flex:0 0 auto}
.checkout-scroll-area{flex:1;min-height:0}
.checkout-scroll-area::-webkit-scrollbar{width:8px}
.checkout-scroll-area::-webkit-scrollbar-track{background:#fff1f2;border-radius:999px}
.checkout-scroll-area::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#fb7185,#e11d48);border-radius:999px}
.checkout-scroll-area{scrollbar-width:thin;scrollbar-color:#e11d48 #fff1f2}
.checkout-scroll-area .compact-order-form{padding-right:4px}
.checkout-options-grid{grid-template-columns:1fr}
.compact-choice-section .choice-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.compact-choice-card{align-items:flex-start;gap:8px;min-height:unset}
.compact-choice-card .choice-body{display:grid;gap:4px}
.compact-choice-card .choice-body b{line-height:1.25}.compact-choice-card .choice-body small{font-size:12px;line-height:1.4}
.product-pick-card{align-items:end}
.product-qty-inline{align-self:stretch;display:flex;flex-direction:column;justify-content:space-between}
@media (min-width:981px){
  .compact-checkout-card{max-height:calc(100vh - 120px);overflow:hidden;position:sticky;top:92px}
  .checkout-scroll-area{overflow-y:auto;padding-right:8px;margin-right:-2px}
}
@media (max-width:980px){
  .compact-checkout-card{max-height:none;position:relative;top:auto}
  .checkout-scroll-area{overflow:visible;padding-right:0}
}
@media (max-width:720px){
  .compact-choice-section .choice-grid{grid-template-columns:1fr}
  .checkout-head h3{font-size:22px}
}


/* === SaleHub v1.0.23: featured deal robustness and cleaner sticky contact sidebar === */
.feature-icon{position:relative}
.feature-badge{position:absolute;top:14px;left:14px;display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:7px 11px;border-radius:999px;background:linear-gradient(135deg,#ef233c,#be123c);color:#fff;font-size:13px;font-weight:950;box-shadow:0 12px 24px rgba(225,29,46,.22)}
.deal-price-compare{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 12px;align-items:stretch;margin:12px 0}.deal-price-compare>div{background:#fff;border:1px solid #fbcfe8;border-radius:18px;padding:10px 12px;display:grid;gap:4px}.deal-price-compare span{font-size:12px;font-weight:800;color:#64748b}.deal-price-compare del{font-weight:800;color:#94a3b8}.deal-price-compare strong{font-size:20px;line-height:1.1;color:#e11d2e}.deal-showcase .mini-deal-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.mini-deal{padding:12px;display:grid;grid-template-rows:auto 1fr}.mini-media{position:relative;height:108px;border-radius:18px;background:linear-gradient(135deg,#fff1f2,#fff7ed);display:grid;place-items:center;overflow:hidden;margin-bottom:10px}.mini-media img{width:100%;height:100%;object-fit:cover}.mini-media .mini-icon{width:56px;height:56px;margin:0}.mini-badge{position:absolute;top:10px;left:10px;background:#e11d2e;color:#fff;border-radius:999px;padding:5px 8px;font-size:11px;font-weight:900;box-shadow:0 10px 22px rgba(225,29,46,.18)}.mini-badge.alt{background:#16a34a}.mini-content{display:grid;grid-template-rows:auto auto auto 1fr;gap:4px;min-height:0}.mini-deal strong{min-height:auto;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:15px;line-height:1.32}.mini-old-price{color:#9ca3af;text-decoration:line-through;font-size:12px;margin-top:2px}.mini-price{font-size:18px;margin:2px 0 0}.mini-actions{grid-template-columns:1fr;margin-top:10px}.mini-actions .small-btn{width:100%}.sticky-contact-bar .float-zalo-mark{font-size:15px;font-weight:950;letter-spacing:-.04em;background:rgba(255,255,255,.2);border-radius:999px}.float-action{position:relative;overflow:visible}.float-action::after{content:attr(data-label);position:absolute;right:calc(100% + 10px);top:50%;transform:translateY(-50%) translateX(8px);opacity:0;pointer-events:none;white-space:nowrap;background:#111827;color:#fff;padding:8px 11px;border-radius:12px;font-size:12px;font-weight:800;box-shadow:0 12px 28px rgba(15,23,42,.22);transition:.18s ease}.float-action:hover::after,.float-action:focus-visible::after{opacity:1;transform:translateY(-50%) translateX(0)}
@media (min-width:981px){body{padding-right:96px}.float-bar.sticky-contact-bar{background:transparent!important;border:0!important;box-shadow:none!important;padding:0!important;gap:10px;max-width:none;width:auto}.float-bar.sticky-contact-bar a,.float-bar.sticky-contact-bar button{box-shadow:0 16px 34px rgba(15,23,42,.18);border:1px solid rgba(255,255,255,.6)}.float-bar.sticky-contact-bar a:hover,.float-bar.sticky-contact-bar button:hover{transform:translateY(-2px) scale(1.03)}.float-bar.sticky-contact-bar .float-zalo-mark{width:20px;height:20px;display:grid;place-items:center}.float-bar.sticky-contact-bar .float-icon svg{width:22px;height:22px}}
@media (max-width:980px){.deal-showcase .mini-deal-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:620px){.deal-showcase .mini-deal-grid{grid-template-columns:1fr}.mini-media{height:120px}.feature-badge{top:12px;left:12px;min-height:30px;padding:6px 10px;font-size:12px}.float-action::after{display:none}}


/* === SaleHub v1.0.24: remove right green strip / full width fix === */
html,body{width:100%;max-width:100%;overflow-x:hidden;background:#fff}
body{padding-right:0!important}
@media (min-width:981px){
  body{padding-right:0!important}
  .float-bar.sticky-contact-bar{right:14px!important;z-index:80}
}
@media (max-width:980px){
  body{padding-right:0!important}
}


/* === SaleHub v1.0.25: product section description width fix === */
#products .section-head{display:block;margin-bottom:26px}
#products .section-title{width:100%;max-width:none}
#products .section-title p{max-width:min(1120px,100%);line-height:1.65}
@media (min-width:981px){
  #products .section-title p{max-width:1120px}
}
@media (max-width:620px){
  #products .section-title p{max-width:100%;line-height:1.55}
}


/* === SaleHub v1.0.26: checkout full row, support + FAQ two columns === */
.order-section-v21{background:radial-gradient(circle at 15% 8%,rgba(225,29,46,.08),transparent 30%),linear-gradient(180deg,#fff7f7,#fff)}
.order-section-v21 .checkout-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:28px;align-items:start}
.order-section-v21 .compact-checkout-card{grid-column:1/-1;order:1;max-height:none;position:relative;top:auto;overflow:visible}
.order-section-v21 .checkout-scroll-area{max-height:calc(100vh - 170px);overflow-y:auto;padding-right:10px}
.order-section-v21 .premium-contact-card{order:2;position:relative;top:auto;height:100%}
.order-faq-card{order:3;height:100%;border-color:#f3d4d4;box-shadow:0 22px 56px rgba(15,23,42,.08);background:linear-gradient(180deg,#fff,#fffafa);overflow:hidden}
.order-faq-card h3{font-size:28px;line-height:1.12;letter-spacing:-.02em}
.compact-order-faq{margin-top:18px}.compact-order-faq .faq-item{border-color:#eef0f4;border-radius:18px;background:#fff}.compact-order-faq .faq-question{padding:16px 18px}.compact-order-faq .faq-answer>p{font-size:14px;line-height:1.6}.order-section-v21 .checkout-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;flex-wrap:wrap}.order-section-v21 .checkout-head p{max-width:640px}.order-section-v21 .compact-order-form{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;align-items:start}.order-section-v21 .checkout-block{height:100%}.order-section-v21 .customer-block{grid-column:span 1}.order-section-v21 .product-block{grid-column:span 1}.order-section-v21 .options-block{grid-column:span 1}.order-section-v21 .compact-policy,.order-section-v21 .compact-note-field,.order-section-v21 .checkout-submit,.order-section-v21 .checkout-safe-note{grid-column:1/-1}.order-section-v21 .compact-two-col,.order-section-v21 .product-pick-card,.order-section-v21 .checkout-options-grid{grid-template-columns:1fr}.order-section-v21 .compact-choice-section .choice-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
@media(max-width:1100px){.order-section-v21 .compact-order-form{grid-template-columns:1fr 1fr}.order-section-v21 .options-block{grid-column:1/-1}.order-section-v21 .checkout-options-grid{grid-template-columns:1fr 1fr}}
@media(max-width:980px){.order-section-v21 .checkout-grid{grid-template-columns:1fr}.order-section-v21 .compact-checkout-card,.order-section-v21 .premium-contact-card,.order-faq-card{grid-column:1/-1}.order-section-v21 .checkout-scroll-area{max-height:none;overflow:visible;padding-right:0}.order-section-v21 .compact-order-form{grid-template-columns:1fr}.order-section-v21 .checkout-options-grid{grid-template-columns:1fr 1fr}}
@media(max-width:720px){.order-section-v21 .checkout-options-grid,.order-section-v21 .compact-choice-section .choice-grid{grid-template-columns:1fr}.order-section-v21 .checkout-head{display:block}.order-faq-card h3{font-size:24px}}


/* === SaleHub v1.0.27: cleaner checkout choices and product price compare === */
.choice-badge{display:none!important}
.compact-choice-section .choice-head span{font-size:12px;line-height:1.35;color:#64748b}
.compact-choice-section .choice-grid{grid-template-columns:1fr!important;gap:8px!important}
.compact-choice-card{display:grid!important;grid-template-columns:38px 1fr!important;align-items:center!important;min-height:78px!important;padding:12px 42px 12px 12px!important;position:relative;overflow:visible}
.compact-choice-card .choice-icon{width:38px!important;height:38px!important;font-size:18px!important;border-radius:12px!important}
.compact-choice-card .choice-body{min-width:0;display:block!important}.compact-choice-card .choice-body b{font-size:14px!important;line-height:1.25!important;display:block!important;white-space:normal!important}.compact-choice-card .choice-body small{display:block!important;margin-top:4px;font-size:12px!important;line-height:1.45!important;color:#64748b!important;max-width:100%}.choice-card.is-selected::after{right:12px!important;top:50%!important;transform:translateY(-50%)!important;width:24px!important;height:24px!important}.current-price-line,.option-price-line{display:flex!important;align-items:baseline!important;gap:8px!important;flex-wrap:wrap!important;margin-top:4px}.current-price-line del,.option-price-line del{color:#9ca3af!important;font-size:12px!important;font-weight:800!important;text-decoration-thickness:1px}.current-price-line del:empty{display:none!important}.current-price-line b,.option-price-line b{color:#e11d2e!important;font-size:14px!important;font-weight:950!important}.custom-select-current small b{display:inline!important}.custom-select-option-text small b{display:inline!important}.custom-select-trigger{min-height:72px}.product-pick-card .custom-select-trigger{background:linear-gradient(180deg,#fff,#fff7f7);border-color:#fecaca}.checkout-options-grid{gap:14px}.checkout-block.options-block{align-items:start}
@media(max-width:980px){.compact-choice-section .choice-grid{grid-template-columns:1fr!important}.compact-choice-card{min-height:72px!important}}
@media(max-width:620px){.checkout-options-grid{grid-template-columns:1fr!important}.compact-choice-card{min-height:auto!important}.current-price-line,.option-price-line{gap:6px}.custom-select-trigger{min-height:66px}}


/* === SaleHub v1.0.28: checkout form reorganized into 2x2 blocks === */
.order-section-v21 .compact-order-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;align-items:start}
.order-section-v21 .customer-block,.order-section-v21 .product-block,.order-section-v21 .receive-block,.order-section-v21 .payment-block{grid-column:span 1;height:100%}
.order-section-v21 .checkout-extra-fields,.order-section-v21 .compact-policy,.order-section-v21 .compact-note-field,.order-section-v21 .checkout-submit,.order-section-v21 .checkout-safe-note{grid-column:1/-1}
.order-section-v21 .compact-two-col{grid-template-columns:1fr}
.order-section-v21 .checkout-options-grid{display:block}
.order-section-v21 .receive-block .compact-choice-section,.order-section-v21 .payment-block .compact-choice-section{background:#f9fafb;border:1px solid #eef0f4;border-radius:18px;padding:12px}
.order-section-v21 .receive-block .choice-grid,.order-section-v21 .payment-block .choice-grid{grid-template-columns:1fr;gap:10px}
.order-section-v21 .receive-block .compact-choice-card,.order-section-v21 .payment-block .compact-choice-card{min-height:auto;padding:14px}
.order-section-v21 .checkout-extra-fields{display:grid;gap:12px}
.order-section-v21 .delivery-address-field,.order-section-v21 .bank-transfer-note{margin-top:0}
@media (max-width:980px){.order-section-v21 .compact-order-form{grid-template-columns:1fr}.order-section-v21 .customer-block,.order-section-v21 .product-block,.order-section-v21 .receive-block,.order-section-v21 .payment-block{grid-column:1/-1}}


/* === SaleHub v1.0.29: center checkout header === */
.order-section-v21 .checkout-head{display:flex;flex-direction:column;align-items:center!important;justify-content:center!important;text-align:center!important;gap:10px}
.order-section-v21 .checkout-head .checkout-eyebrow{margin:0 auto;display:inline-flex;align-self:center}
.order-section-v21 .checkout-head h3{margin:0;text-align:center}
.order-section-v21 .checkout-head p{margin:0 auto;max-width:760px;text-align:center!important}
@media (max-width:720px){.order-section-v21 .checkout-head p{max-width:100%}}


/* === SaleHub v1.0.30: remove checkout eyebrow and highlight checkout title === */
.order-section-v21 .checkout-head{gap:8px!important}
.order-section-v21 .checkout-head h3{
  color:#e11d2e!important;
  font-weight:950!important;
  letter-spacing:-.025em;
  text-shadow:0 10px 28px rgba(225,29,46,.12);
}
.order-section-v21 .checkout-head h3::after{
  content:"";
  display:block;
  width:72px;
  height:4px;
  border-radius:999px;
  background:linear-gradient(90deg,#e11d2e,#fb7185);
  margin:10px auto 0;
}
.order-section-v21 .checkout-head .checkout-eyebrow{display:none!important}


/* === SaleHub v1.0.32: Vietnamese product URLs and share link UI === */
.product-page-section{background:linear-gradient(180deg,#fff,#fff7f7)}
.product-page-detail{align-items:start}
.product-page-card{background:#fff;border:1px solid #f3d4d4;border-radius:28px;padding:24px;box-shadow:0 18px 44px rgba(15,23,42,.07)}
.share-box{display:flex;align-items:center;justify-content:space-between;gap:14px;border:1px solid #fecaca;background:linear-gradient(180deg,#fff,#fff7f7);border-radius:20px;padding:14px;margin:16px 0 18px}
.share-box strong{display:block;color:#111827;font-size:15px;margin-bottom:4px}.share-box small{display:block;color:#64748b;word-break:break-all;font-size:12.5px}.share-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.share-actions .btn{min-height:40px;padding:9px 14px;border-radius:14px}
@media(max-width:720px){.share-box{align-items:stretch;flex-direction:column}.share-actions{justify-content:stretch}.share-actions .btn{flex:1}.product-page-card{padding:18px;border-radius:24px}}


/* === SaleHub v1.0.33: share link in product detail popup === */
.detail-share-box{display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid #fecaca;background:linear-gradient(180deg,#fff,#fff7f7);border-radius:18px;padding:12px;margin:14px 0 12px}
.detail-share-box strong{display:block;color:#111827;font-size:14px;margin-bottom:3px}.detail-share-box small{display:block;color:#64748b;font-size:12px;word-break:break-all}.detail-share-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.detail-share-actions .btn{min-height:38px;padding:8px 12px;border-radius:13px;font-size:13px;white-space:nowrap}.detail-share-actions #detailShareBtn{background:#fff1f2!important;color:#b91c1c!important;border:1px solid #fecaca!important}
@media(max-width:720px){.detail-share-box{align-items:stretch;flex-direction:column}.detail-share-actions{display:grid;grid-template-columns:1fr 1fr;justify-content:stretch}.detail-share-actions .btn{width:100%}.detail-share-actions #detailOpenProductLink{grid-column:1/-1}}

/* === SaleHub v1.0.36: professional product detail page === */
.product-detail-page-v36{background:#fff7f7}
.product-v36-section{background:radial-gradient(circle at 8% 8%,rgba(225,29,46,.07),transparent 28%),linear-gradient(180deg,#fff,#fff7f7 68%,#fff);padding:54px 0 78px}
.product-v36-shell{display:grid;grid-template-columns:minmax(320px,.82fr) minmax(0,1.18fr);gap:28px;align-items:start}
.product-v36-left{position:sticky;top:96px}
.product-v36-media-card,.product-v36-summary,.product-v36-spec-card,.product-v36-order-card{background:#fff;border:1px solid #f3d4d4;border-radius:30px;box-shadow:0 22px 58px rgba(15,23,42,.07)}
.product-v36-media-card{padding:18px;overflow:hidden}
.product-v36-image{position:relative;min-height:430px;border-radius:26px;background:radial-gradient(circle at 50% 38%,#fff 0,#fff 18%,#fff1f2 58%,#ffe4e6 100%);display:grid;place-items:center;overflow:hidden;border:1px solid #fecaca}
.product-v36-image img{width:100%;height:100%;object-fit:cover}.product-v36-icon{font-size:118px;filter:drop-shadow(0 16px 22px rgba(15,23,42,.12))}
.product-v36-discount{position:absolute;left:18px;top:18px;z-index:2;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:linear-gradient(135deg,#e11d2e,#be123c);color:#fff;padding:8px 12px;font-weight:950;font-size:13px;box-shadow:0 14px 26px rgba(225,29,46,.24)}
.product-v36-discount.alt{background:linear-gradient(135deg,#f97316,#ea580c)}
.product-v36-trust{display:grid;grid-template-columns:1fr;gap:10px;margin-top:14px}.product-v36-trust div{display:grid;grid-template-columns:40px 1fr;grid-template-areas:"i h" "i s";gap:0 10px;padding:12px;border:1px solid #f1dada;border-radius:18px;background:linear-gradient(180deg,#fff,#fffafa)}.product-v36-trust span{grid-area:i;width:40px;height:40px;border-radius:14px;display:grid;place-items:center;background:#fff1f2}.product-v36-trust strong{grid-area:h;font-size:14px}.product-v36-trust small{grid-area:s;color:#64748b;font-size:12.5px}
.product-v36-right{display:grid;gap:18px}.product-v36-summary{padding:26px}.product-v36-topline{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:14px}.product-v36-category{display:inline-flex;align-items:center;border:1px solid #fecaca;background:#fff1f2;color:#991b1b;border-radius:999px;padding:8px 13px;font-weight:900;font-size:13px}.product-v36-summary h1{font-size:clamp(30px,3.6vw,44px);line-height:1.08;letter-spacing:-.035em;margin:0 0 12px}.product-v36-price-row{display:flex;align-items:baseline;gap:12px;margin-bottom:14px;flex-wrap:wrap}.product-v36-price-row strong{font-size:34px;line-height:1;color:#e11d2e;font-weight:950}.product-v36-price-row del{color:#94a3b8;font-weight:800}.product-v36-summary p{color:#4b5563;font-size:16px;line-height:1.7}.product-v36-share{margin:18px 0 0}.product-v36-content-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(360px,1.1fr);gap:18px;align-items:start}.product-v36-spec-card,.product-v36-order-card{padding:22px}.product-v36-spec-card h2,.product-v36-order-card h2{font-size:21px;margin-bottom:12px}.muted-text{color:#64748b}.product-v36-spec-card .spec-table{margin:0}.product-v36-order-card p{color:#64748b;margin-bottom:14px}.product-v36-form{display:grid;gap:13px}.product-v36-form label{margin-bottom:0}.product-v36-qty{display:grid;grid-template-columns:54px 1fr 54px;border:1px solid #fecaca;border-radius:16px;overflow:hidden;margin-top:7px;background:#fff}.product-v36-qty button{border:0;background:#fff1f2;color:#b91c1c;font-size:20px;font-weight:950;min-height:46px}.product-v36-qty input{border:0!important;border-left:1px solid #fecaca!important;border-right:1px solid #fecaca!important;border-radius:0!important;text-align:center;font-size:18px;font-weight:950;margin:0;box-shadow:none!important}.product-v36-choice-block{display:grid;gap:8px}.product-v36-choice-block>strong{font-size:14px}.product-v36-choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px}.product-v36-choice{display:grid!important;grid-template-columns:38px 1fr!important;gap:9px!important;align-items:center!important;position:relative!important;padding:12px 40px 12px 12px!important;border-radius:18px!important;min-height:78px!important;background:#fff!important;border:1px solid #e5e7eb!important}.product-v36-choice .choice-icon{width:38px!important;height:38px!important;border-radius:13px!important}.product-v36-choice .choice-body b{font-size:13.5px!important;line-height:1.25!important}.product-v36-choice .choice-body small{font-size:12px!important;line-height:1.35!important;color:#64748b!important}.product-v36-choice.is-selected{border-color:#ef233c!important;background:linear-gradient(180deg,#fff,#fff1f2)!important;box-shadow:0 0 0 4px rgba(225,29,46,.06)!important}.product-v36-choice.is-selected::after{content:'✓';position:absolute;right:12px;top:50%;transform:translateY(-50%);width:22px;height:22px;border-radius:999px;background:#e11d2e;color:#fff;display:grid;place-items:center;font-size:12px;font-weight:950}.product-v36-form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.product-v36-note{border:1px solid #f1dada;border-radius:16px;background:#fff;padding:12px}.product-v36-note summary{font-weight:900;cursor:pointer}.product-v36-note textarea{margin-top:10px}.product-v36-submit,.product-v36-zalo{width:100%;border-radius:16px}.product-v36-zalo{border-color:#bfdbfe!important;background:#eff6ff!important;color:#0369a1!important}.product-v36-related{padding-top:38px}.product-v36-related-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.product-v36-related-card{display:grid;grid-template-columns:74px 1fr;align-items:center;gap:12px;background:#fff;border:1px solid #f3d4d4;border-radius:22px;padding:12px;box-shadow:0 14px 32px rgba(15,23,42,.05);transition:.18s}.product-v36-related-card:hover{transform:translateY(-3px);border-color:#fb7185;box-shadow:0 20px 42px rgba(225,29,46,.10)}.related-media{width:74px;height:74px;border-radius:18px;background:#fff1f2;display:grid;place-items:center;font-size:34px;overflow:hidden}.related-media img{width:100%;height:100%;object-fit:cover}.product-v36-related-card strong{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:14.5px;line-height:1.35}.product-v36-related-card p{margin-top:5px;color:#e11d2e;font-weight:950}.product-v36-related-card del{color:#94a3b8;font-size:12px;margin-left:6px}
@media(max-width:1120px){.product-v36-shell,.product-v36-content-grid{grid-template-columns:1fr}.product-v36-left{position:relative;top:auto}.product-v36-image{min-height:340px}.product-v36-trust{grid-template-columns:repeat(3,minmax(0,1fr))}.product-v36-related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:720px){.product-v36-section{padding:24px 0 58px}.product-v36-summary,.product-v36-spec-card,.product-v36-order-card,.product-v36-media-card{border-radius:24px;padding:16px}.product-v36-image{min-height:250px;border-radius:20px}.product-v36-icon{font-size:92px}.product-v36-trust{grid-template-columns:1fr}.product-v36-summary h1{font-size:28px}.product-v36-price-row strong{font-size:28px}.product-v36-form-row,.product-v36-choice-grid{grid-template-columns:1fr}.product-v36-related-grid{grid-template-columns:1fr}.product-v36-related-card{grid-template-columns:66px 1fr}.related-media{width:66px;height:66px}.product-v36-share{align-items:stretch;flex-direction:column}.product-v36-share .share-actions{display:grid;grid-template-columns:1fr 1fr}}


/* === SaleHub v1.0.37: clearer product detail flow === */
.product-detail-page-v36 .product-v36-section{padding-top:44px}
.product-v36-shell{grid-template-columns:minmax(330px,.82fr) minmax(0,1.18fr);align-items:start}
.product-v36-left{grid-column:1;grid-row:1;position:relative;top:auto}.product-v36-right{display:contents}.product-v36-summary{grid-column:2;grid-row:1}.product-v36-content-grid{grid-column:1/-1;grid-row:2;display:grid;grid-template-columns:minmax(0,.86fr) minmax(520px,1.14fr);gap:22px;align-items:start}.product-v36-media-card{height:100%;display:grid;grid-template-rows:auto 1fr}.product-v36-image{min-height:400px}.product-v36-icon{font-size:142px}.product-v36-trust{grid-template-columns:1fr;align-content:start}.product-v36-summary{padding:28px 30px}.product-v36-summary h1{max-width:760px}.product-v36-summary>p{max-width:760px}.product-v37-cta-row{display:grid;grid-template-columns:1.2fr 1fr .82fr;gap:10px;margin:18px 0 8px}.product-v37-cta-row .btn{width:100%;border-radius:16px;min-height:48px}.product-v37-zalo-cta{border-color:#bfdbfe!important;background:#eff6ff!important;color:#0369a1!important}.product-v37-share-cta{font-weight:900}.product-v36-share{margin-top:14px}.product-v36-spec-card,.product-v36-order-card{padding:24px}.product-v36-order-card{position:relative;overflow:hidden}.product-v36-order-card::before{content:"";position:absolute;right:-80px;top:-80px;width:180px;height:180px;border-radius:999px;background:rgba(225,29,46,.055);pointer-events:none}.product-v36-order-card h2{font-size:24px}.product-v36-form{grid-template-columns:1fr 1fr;gap:14px}.product-v36-form>label:first-of-type{grid-column:1/-1}.product-v36-choice-block{grid-column:span 1}.product-v36-form-row,.product-v36-form>[data-receive-address],.product-v36-form>.bank-transfer-note,.product-v36-note,.product-v36-submit,.product-v36-zalo{grid-column:1/-1}.product-v36-choice-grid{grid-template-columns:1fr;gap:10px}.product-v36-choice{min-height:72px!important}.product-v36-form-row{grid-template-columns:1fr 1fr}.product-v36-submit{min-height:52px}.product-v36-zalo{min-height:48px}.product-v36-spec-card .spec-table th,.product-v36-spec-card .spec-table td{font-size:14px;line-height:1.45}.product-v36-related{padding-top:46px}
@media(max-width:1120px){.product-v36-shell{grid-template-columns:1fr}.product-v36-left,.product-v36-summary,.product-v36-content-grid{grid-column:1;grid-row:auto}.product-v36-right{display:grid}.product-v36-content-grid{grid-template-columns:1fr}.product-v36-image{min-height:340px}.product-v36-trust{grid-template-columns:repeat(3,minmax(0,1fr))}.product-v36-form{grid-template-columns:1fr 1fr}.product-v36-choice-grid{grid-template-columns:1fr 1fr}}
@media(max-width:720px){.product-v37-cta-row{grid-template-columns:1fr}.product-v36-form,.product-v36-choice-grid,.product-v36-form-row{grid-template-columns:1fr}.product-v36-summary{padding:18px}.product-v36-content-grid{gap:16px}.product-v36-trust{grid-template-columns:1fr}.product-v36-image{min-height:260px}.product-v36-icon{font-size:96px}.product-v36-form>label:first-of-type,.product-v36-choice-block,.product-v36-form-row,.product-v36-form>[data-receive-address],.product-v36-form>.bank-transfer-note,.product-v36-note,.product-v36-submit,.product-v36-zalo{grid-column:1}}


/* === SaleHub v1.0.38: compact product detail quantity and reduce empty space === */
.product-v36-order-card{overflow:hidden}
.product-v36-form{align-items:start}
.product-v36-qty-row{
  display:flex!important;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:12px 14px;
  border:1px solid #fee2e2;
  border-radius:18px;
  background:linear-gradient(180deg,#fff,#fff7f7);
  color:#7f1d1d;
  font-weight:950;
}
.product-v36-qty-row .product-v36-qty{
  flex:0 0 230px;
  width:230px;
  margin-top:0!important;
  grid-template-columns:46px 1fr 46px;
  min-height:44px;
}
.product-v36-qty-row .product-v36-qty button{min-height:44px}
.product-v36-qty-row .product-v36-qty input{height:44px;padding:0!important}
@media (min-width:1121px){
  .product-v36-form{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:12px 14px;
  }
  .product-v36-qty-row,
  .product-v36-form-row,
  .product-v36-form>[data-receive-address],
  .product-v36-form>.bank-transfer-note,
  .product-v36-note,
  .product-v36-submit,
  .product-v36-zalo{
    grid-column:1/-1;
  }
  .product-v36-choice-block{
    grid-column:span 1;
    min-width:0;
  }
  .product-v36-choice-grid{
    grid-template-columns:1fr;
  }
  .product-v36-choice{
    min-height:72px!important;
    padding-top:10px!important;
    padding-bottom:10px!important;
  }
}
@media (max-width:720px){
  .product-v36-qty-row{
    display:grid!important;
    gap:8px;
  }
  .product-v36-qty-row .product-v36-qty{
    width:100%;
    flex-basis:auto;
  }
}


/* === SaleHub v1.0.39: merge product info and order form, move share under specs === */
.product-detail-page-v39 .product-v36-trust{grid-template-columns:1fr;gap:12px}
.product-detail-page-v39 .product-v36-summary{display:block}
.product-v39-order-embed{margin-top:22px;padding-top:20px;border-top:1px dashed #fecaca}
.product-v39-order-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:14px;flex-wrap:wrap}
.product-v39-order-head h2{font-size:24px;line-height:1.15;margin:0;color:#111827}
.product-v39-order-head p{max-width:540px;margin:0;color:#64748b!important;font-size:14.5px!important;line-height:1.55!important}
.product-detail-page-v39 .product-v37-cta-row{display:none!important}
.product-detail-page-v39 .product-v36-content-grid{grid-template-columns:1fr!important;gap:18px}
.product-detail-page-v39 .product-v36-spec-card{grid-column:1/-1;max-width:none}
.product-detail-page-v39 .product-v36-spec-card .product-v36-share{margin:20px 0 0}
.product-detail-page-v39 .product-v36-summary .product-v36-form{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 14px}
.product-detail-page-v39 .product-v36-summary .product-v36-choice-grid{grid-template-columns:1fr}
.product-detail-page-v39 .product-v36-summary .product-v36-choice{min-height:68px!important}
.product-detail-page-v39 .product-v36-summary .product-v36-submit{grid-column:1/-1;min-height:52px}
.product-detail-page-v39 .product-v36-summary .product-v36-zalo{display:none!important}
.product-detail-page-v39 .product-v36-share{background:linear-gradient(180deg,#fff,#fff7f7)}
@media(max-width:1120px){.product-v39-order-head{display:block}.product-v39-order-head p{margin-top:6px!important}.product-detail-page-v39 .product-v36-trust{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:720px){.product-detail-page-v39 .product-v36-summary .product-v36-form,.product-detail-page-v39 .product-v36-summary .product-v36-choice-grid,.product-detail-page-v39 .product-v36-form-row{grid-template-columns:1fr}.product-v39-order-embed{margin-top:18px;padding-top:16px}.product-v39-order-head h2{font-size:21px}.product-detail-page-v39 .product-v36-trust{grid-template-columns:1fr}}


/* === SaleHub v1.0.40: real product photos under main image, remove trust cards === */
.product-detail-page-v40 .product-v36-media-card{height:auto;display:block}
.product-detail-page-v40 .product-v36-trust{display:none!important}
.product-real-gallery{margin-top:14px;border:1px solid #f3d4d4;background:linear-gradient(180deg,#fff,#fffafa);border-radius:22px;padding:14px}
.product-real-gallery-head{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-bottom:12px}
.product-real-gallery-head strong{font-size:16px;color:#111827}.product-real-gallery-head small{color:#64748b;font-size:12.5px;text-align:right}
.product-real-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.product-real-thumb{display:block;aspect-ratio:1/1;border-radius:16px;overflow:hidden;background:#fff1f2;border:1px solid #fee2e2;transition:.18s ease;box-shadow:0 8px 20px rgba(15,23,42,.04)}
.product-real-thumb:hover{transform:translateY(-2px);border-color:#fb7185;box-shadow:0 16px 30px rgba(225,29,46,.10)}
.product-real-thumb img{width:100%;height:100%;object-fit:cover;display:block}
@media(max-width:1120px){.product-real-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:720px){.product-real-gallery{padding:12px;border-radius:20px}.product-real-gallery-head{display:block}.product-real-gallery-head small{text-align:left;display:block;margin-top:3px}.product-real-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.product-real-thumb{border-radius:14px}}


/* === SaleHub v1.0.41: sync quick order modal and product checkout behavior === */
.order-modal-v41{width:min(720px,calc(100% - 24px));border-radius:30px;padding:24px}.quick-modal-head h3{color:#e11d2e;font-size:28px;line-height:1.1;margin:0 0 6px}.quick-modal-head p{color:#64748b;margin:0}.quick-order-form-v41{display:grid;gap:14px}.quick-block{border:1px solid #eef0f4;border-radius:22px;background:#fff;padding:14px}.quick-block-title{display:flex;align-items:center;gap:9px;margin-bottom:12px}.quick-block-title span{width:28px;height:28px;border-radius:10px;background:#e11d2e;color:#fff;display:grid;place-items:center;font-weight:950;font-size:13px}.quick-block-title strong{font-size:16px}.quick-locked-product{margin:0;border-radius:18px}.quick-qty-row{display:block;margin-top:12px;color:#7f1d1d}.quick-qty{max-width:260px;grid-template-columns:54px 1fr 54px;border:1px solid #fecaca;border-radius:16px;overflow:hidden;background:#fff}.quick-qty .qty-btn{border-radius:0;background:#fff1f2}.quick-conditional{border:1px solid #fecaca;background:#fff7f7;border-radius:18px;padding:12px}.quick-conditional small{display:block;margin-top:6px;color:#991b1b;font-size:12px}.quick-bank-note{border-radius:18px}.quick-note{border:1px solid #f1dada;border-radius:16px;background:#fff;padding:12px}.quick-note summary{font-weight:900;cursor:pointer}.quick-note textarea{margin-top:10px}.quick-submit-v41{width:100%;border-radius:16px;min-height:52px}.quick-order-form-v41 .choice-grid{grid-template-columns:1fr 1fr}.quick-order-form-v41 .choice-card{min-height:82px}.product-v39-order-head h2{color:#e11d2e}.product-form-v41 .product-contact-first{grid-column:1/-1}.product-detail-page-v39 .product-v36-summary .product-form-v41 .product-v36-qty-row{grid-column:1/-1;display:grid;grid-template-columns:180px minmax(220px,1fr);align-items:center;gap:14px}.product-detail-page-v39 .product-v36-summary .product-form-v41 .product-v36-qty-row .product-v36-qty{max-width:260px;justify-self:end;width:100%}.product-form-v41 .product-address-field{grid-column:1/-1}.product-form-v41 .product-v36-note summary{font-weight:900}.product-form-v41 .product-v36-choice-block strong{color:#111827}
@media(max-width:720px){.order-modal-v41{width:min(100% - 16px,720px);padding:20px;border-radius:26px}.quick-order-form-v41 .form-row,.quick-order-form-v41 .choice-grid{grid-template-columns:1fr}.quick-qty{max-width:none}.product-detail-page-v39 .product-v36-summary .product-form-v41 .product-v36-qty-row{grid-template-columns:1fr}.product-detail-page-v39 .product-v36-summary .product-form-v41 .product-v36-qty-row .product-v36-qty{max-width:none;justify-self:stretch}}


/* === SaleHub v1.0.42: popup quick-order matches landing checkout layout === */
.order-modal-v42{width:min(1060px,calc(100% - 28px));max-height:calc(100vh - 36px);overflow:auto;border-radius:32px;padding:30px 34px;position:relative}
.order-modal-v42 .modal-close-floating{position:absolute;right:22px;top:22px;z-index:3}
.quick-modal-head-v42{display:flex!important;flex-direction:column;align-items:center!important;text-align:center!important;gap:10px;margin:0 0 24px!important}
.quick-modal-head-v42 h3{margin:0;color:#e11d2e;font-size:30px;line-height:1.1;letter-spacing:-.02em;position:relative}
.quick-modal-head-v42 h3::after{content:"";display:block;width:72px;height:3px;border-radius:999px;background:#e11d2e;margin:12px auto 0;opacity:.8}
.quick-modal-head-v42 p{margin:0;color:#64748b;max-width:720px}
.quick-order-form-v42{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;align-items:start}
.quick-order-form-v42 .checkout-block{height:100%;padding:16px;border-radius:22px;background:#fff;border:1px solid #eef0f4}
.quick-order-form-v42 .checkout-block-title{margin-bottom:14px}
.quick-order-form-v42 .quick-contact-block{grid-column:span 1;order:1}
.quick-order-form-v42 .quick-product-block{grid-column:span 1;order:2}
.quick-order-form-v42 .quick-receive-block{grid-column:span 1;order:3}
.quick-order-form-v42 .quick-payment-block{grid-column:span 1;order:4}
.quick-order-form-v42 .quick-extra-fields,.quick-order-form-v42 .quick-note-v42,.quick-order-form-v42 .quick-submit-v42,.quick-order-form-v42 .quick-safe-note-v42{grid-column:1/-1}
.quick-order-form-v42 .compact-two-col{grid-template-columns:1fr;gap:12px}
.quick-product-grid-v42{display:grid;gap:12px}
.quick-selected-product-v42{display:grid;grid-template-columns:1fr minmax(150px,.45fr);gap:12px;align-items:center;border:1px solid #fecaca;background:linear-gradient(180deg,#fff,#fff7f7);border-radius:18px;padding:12px 14px}
.quick-selected-product-v42 span{display:block;text-transform:uppercase;letter-spacing:.04em;color:#991b1b;font-weight:900;font-size:12px;margin-bottom:6px}
.quick-selected-product-v42 strong{display:block;color:#111827;font-size:15px;line-height:1.3}
.quick-selected-price-v42{border-left:1px dashed #fecaca;padding-left:14px}
.quick-selected-price-v42 strong{color:#e11d2e!important;font-size:20px!important;letter-spacing:.01em}
.quick-qty-field-v42{display:block;color:#7f1d1d;font-size:13px;font-weight:950;margin:0}
.quick-qty-v42{width:100%;max-width:none;height:50px;margin-top:8px;display:grid;grid-template-columns:56px 1fr 56px;border:1px solid #fecaca;border-radius:16px;overflow:hidden;background:#fff}
.quick-qty-v42 input{border:0!important;border-radius:0!important;text-align:center;font-size:18px;font-weight:950;background:#fff!important;padding:0!important;box-shadow:none!important;height:100%}
.quick-qty-v42 .qty-btn{border:0!important;border-radius:0!important;background:#fff1f2!important;color:#b91c1c!important;font-size:19px;font-weight:950;height:100%;display:grid;place-items:center}
.quick-order-form-v42 .compact-choice-section{background:#f9fafb;border:1px solid #eef0f4;border-radius:18px;padding:12px}
.quick-order-form-v42 .choice-grid{grid-template-columns:1fr;gap:10px}
.quick-order-form-v42 .choice-card{min-height:auto!important;padding:14px!important;border-radius:16px;align-items:center}
.quick-order-form-v42 .choice-body b{font-size:14px!important;line-height:1.25!important}
.quick-order-form-v42 .choice-body small{font-size:12px!important;line-height:1.45!important;color:#64748b!important}
.quick-extra-fields-v42{display:grid;gap:12px;order:5}
.quick-note-v42{order:6;background:#fffbeb;border:1px solid #fde68a;color:#92400e;border-radius:16px;padding:14px}.quick-note-v42 summary{font-weight:950;cursor:pointer}.quick-note-v42 textarea{margin-top:12px;background:#fff}
.quick-submit-v42{order:7;width:100%;min-height:54px;border-radius:16px!important}.quick-safe-note-v42{order:8;text-align:center;color:#64748b;margin:0!important;font-size:13px}
@media(max-width:860px){.order-modal-v42{width:min(100% - 16px,720px);padding:22px;border-radius:28px}.quick-order-form-v42{grid-template-columns:1fr}.quick-order-form-v42 .quick-contact-block,.quick-order-form-v42 .quick-product-block,.quick-order-form-v42 .quick-receive-block,.quick-order-form-v42 .quick-payment-block{grid-column:1/-1}.quick-selected-product-v42{grid-template-columns:1fr}.quick-selected-price-v42{border-left:0;border-top:1px dashed #fecaca;padding-left:0;padding-top:10px}.quick-modal-head-v42 h3{font-size:26px}}


/* === SaleHub v1.0.43: popup extra fields full row === */
.quick-order-form-v42 .quick-extra-fields-v42{
  grid-column:1/-1!important;
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:12px!important;
  width:100%!important;
}
.quick-order-form-v42 .quick-extra-fields-v42 .conditional-field{
  grid-column:1/-1!important;
  width:100%!important;
  max-width:none!important;
  margin-top:0!important;
  box-sizing:border-box!important;
}
.quick-order-form-v42 .quick-extra-fields-v42 .delivery-address-field input{
  width:100%!important;
}
.quick-order-form-v42 .quick-extra-fields-v42 .bank-transfer-note{
  display:block!important;
  min-height:auto!important;
}


/* === SaleHub v1.0.44: keep QR note hidden unless bank transfer is selected === */
.quick-order-form-v42 .quick-extra-fields-v42 .bank-transfer-note[hidden],
.quick-order-form-v42 .quick-extra-fields-v42 .delivery-address-field[hidden],
.quick-order-form-v42 .quick-extra-fields-v42 .conditional-field[hidden],
.quick-order-form-v42 [data-bank-note][hidden],
.quick-order-form-v42 [data-receive-address][hidden]{
  display:none!important;
}


/* === SaleHub v1.0.45: product cards use only Detail + Order buttons === */
.product-actions.product-actions-two{grid-template-columns:1fr 1.18fr!important;gap:10px!important}
.product-actions.product-actions-two .small-btn{min-height:44px!important;border-radius:15px!important;font-size:14px!important;padding:10px 12px!important}
.product-actions.product-actions-two .small-btn.detail{order:1!important}
.product-actions.product-actions-two .small-btn.buy{order:2!important;grid-column:auto!important}
@media(max-width:620px){
  .product-actions.product-actions-two{grid-template-columns:1fr 1.12fr!important;gap:8px!important}
  .product-actions.product-actions-two .small-btn{min-height:42px!important;font-size:12.8px!important;border-radius:13px!important}
  .product-actions.product-actions-two .small-btn.buy{grid-column:auto!important;order:2!important}
}
@media(max-width:380px){
  .product-actions.product-actions-two{gap:6px!important}
  .product-actions.product-actions-two .small-btn{font-size:12.2px!important;padding-left:6px!important;padding-right:6px!important}
}


/* === SaleHub v1.0.48: thank-you payment confirmation flow === */
.status-pill.payment-awaiting{background:#fff7ed;color:#9a3412;border:1px solid #fed7aa}
.payment-method-note.waiting{background:#fff7ed;color:#9a3412;border:1px solid #fed7aa}
.bank-confirm-panel{margin-top:14px;border:1px dashed #fecaca;background:#fff7f7;border-radius:18px;padding:14px;display:grid;gap:9px}.bank-confirm-panel p{margin:0;color:#7f1d1d;font-size:13.5px;line-height:1.55}.bank-confirm-form{margin:0}.bank-done-btn{width:100%;min-height:48px;border-radius:16px;font-weight:950}.confirm-waiting-box{border:1px solid #fed7aa;background:#fff7ed;color:#9a3412;border-radius:14px;padding:12px 14px;font-weight:900;line-height:1.45}.confirm-waiting-box.paid{border-color:#bbf7d0;background:#ecfdf5;color:#047857}.thankyou-actions.smart-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:16px}.thankyou-actions.smart-actions .btn{width:100%;justify-content:center;min-height:44px;border-radius:16px}.thankyou-actions.smart-actions .btn-call{background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;border:0;box-shadow:0 10px 20px rgba(22,163,74,.14)}.thankyou-actions.smart-actions .btn-zalo{background:linear-gradient(135deg,#0ea5e9,#0284c7);color:#fff;border:0;box-shadow:0 10px 20px rgba(14,165,233,.14)}.thankyou-actions.bank-actions .btn-zalo,.thankyou-actions.cash-actions .btn-primary{grid-column:1/-1}.pay-card .transfer-box{margin-top:12px}
@media(max-width:620px){.thankyou-actions.smart-actions{grid-template-columns:1fr}.thankyou-actions.bank-actions .btn-zalo,.thankyou-actions.cash-actions .btn-primary{grid-column:auto}.bank-confirm-panel{padding:12px}.bank-done-btn{min-height:46px}}


/* === SaleHub v1.0.49: unified thank-you action buttons with icons === */
.thankyou-actions.smart-actions.unified-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:16px}
.thankyou-actions.smart-actions.unified-actions .btn{width:100%;justify-content:center;align-items:center;gap:8px;min-height:46px;border-radius:16px;font-weight:950}
.thankyou-actions.smart-actions.unified-actions .action-lookup{grid-column:1/-1}
.thankyou-actions.smart-actions.unified-actions .action-home{grid-column:1/-1;background:#fff7f7;color:#b91c1c;border:1px solid #fecaca;box-shadow:none}
.thankyou-actions.smart-actions.unified-actions .action-home:hover{background:#fff1f2;border-color:#fb7185}
.action-ico{width:22px;height:22px;border-radius:999px;display:inline-grid;place-items:center;font-size:13px;font-weight:950;line-height:1;background:rgba(255,255,255,.22);flex:0 0 22px}
.btn-soft .action-ico,.action-home .action-ico{background:#fee2e2;color:#b91c1c}.btn-primary .action-ico{background:rgba(255,255,255,.2);color:#fff}.btn-call .action-ico{background:rgba(255,255,255,.2);color:#fff}.btn-zalo .action-ico{background:rgba(255,255,255,.22);color:#fff}.zalo-ico{font-family:Arial,sans-serif;letter-spacing:-.04em}.bank-done-btn{display:flex;align-items:center;justify-content:center;gap:8px}.bank-done-btn .action-ico{background:rgba(255,255,255,.22);color:#fff}
@media(max-width:620px){.thankyou-actions.smart-actions.unified-actions{grid-template-columns:1fr}.thankyou-actions.smart-actions.unified-actions .action-lookup,.thankyou-actions.smart-actions.unified-actions .action-home{grid-column:auto}.thankyou-actions.smart-actions.unified-actions .btn{min-height:46px}}


/* === SaleHub v1.0.50: public form validation === */
.input-error{border-color:#ef4444!important;box-shadow:0 0 0 4px rgba(239,68,68,.10)!important;background:#fff7f7!important}.field-error{display:block;margin-top:6px;color:#b91c1c;font-size:12px;font-weight:800;line-height:1.35}.thank-hero .btn{white-space:nowrap}


/* === SaleHub v1.0.67: Flash Sale horizontal auto slider === */
.flash-grid.flash-slider{
  display:flex!important;
  grid-template-columns:none!important;
  gap:16px!important;
  overflow-x:auto;
  overflow-y:hidden;
  scroll-behavior:smooth;
  scroll-snap-type:x proximity;
  scrollbar-width:none;
  -ms-overflow-style:none;
  cursor:grab;
  padding:2px 2px 10px;
}
.flash-grid.flash-slider::-webkit-scrollbar{display:none}
.flash-grid.flash-slider.is-dragging{cursor:grabbing;scroll-behavior:auto}
.flash-grid.flash-slider .flash-card{
  flex:0 0 calc((100% - 48px) / 4);
  min-width:0;
  scroll-snap-align:start;
}
@media (max-width:980px){
  .flash-grid.flash-slider{gap:12px!important}
  .flash-grid.flash-slider .flash-card{flex-basis:calc((100% - 12px) / 2)}
}
@media (max-width:620px){
  .flash-grid.flash-slider{gap:10px!important;padding-bottom:8px}
  .flash-grid.flash-slider .flash-card{flex-basis:calc((100% - 10px) / 2)}
}


/* === SaleHub v1.0.68: Flash Sale slider controls and viewport autoplay === */
.flash-slider-shell{
  position:relative;
  z-index:1;
}
.flash-slider-shell.has-slider{
  padding:0 48px;
  margin:0 -10px;
}
.flash-slider-shell.has-slider .flash-grid.flash-slider{
  scroll-padding-inline:6px;
  mask-image:linear-gradient(90deg,transparent 0,#000 28px,#000 calc(100% - 28px),transparent 100%);
  -webkit-mask-image:linear-gradient(90deg,transparent 0,#000 28px,#000 calc(100% - 28px),transparent 100%);
}
.flash-slider-nav{
  position:absolute;
  top:50%;
  z-index:6;
  width:42px;
  height:42px;
  border:1px solid rgba(255,255,255,.42);
  border-radius:999px;
  background:rgba(255,255,255,.94);
  color:#be123c;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:34px;
  line-height:1;
  font-weight:900;
  cursor:pointer;
  box-shadow:0 14px 30px rgba(15,23,42,.18);
  transform:translateY(-50%);
  transition:transform .16s ease, background .16s ease, color .16s ease, box-shadow .16s ease;
}
.flash-slider-nav:hover{
  background:#fff;
  color:#e11d2e;
  transform:translateY(-50%) scale(1.06);
  box-shadow:0 18px 38px rgba(15,23,42,.22);
}
.flash-slider-nav:active{
  transform:translateY(-50%) scale(.98);
}
.flash-slider-nav-prev{left:0}
.flash-slider-nav-next{right:0}
.flash-grid.flash-slider.is-in-view .flash-card{
  animation:flashSlideCardIn .42s ease both;
}
.flash-grid.flash-slider.is-in-view .flash-card:nth-child(2){animation-delay:.04s}
.flash-grid.flash-slider.is-in-view .flash-card:nth-child(3){animation-delay:.08s}
.flash-grid.flash-slider.is-in-view .flash-card:nth-child(4){animation-delay:.12s}
@keyframes flashSlideCardIn{
  from{opacity:.35;transform:translateY(14px)}
  to{opacity:1;transform:translateY(0)}
}
@media (max-width:980px){
  .flash-slider-shell.has-slider{padding:0 42px;margin:0 -8px}
  .flash-slider-nav{width:38px;height:38px;font-size:30px}
}
@media (max-width:620px){
  .flash-slider-shell.has-slider{padding:0 34px;margin:0 -6px}
  .flash-slider-nav{width:32px;height:32px;font-size:26px}
}


/* === SaleHub v1.0.69: robust Flash Sale loop slider, controls and lighter red glow === */
.flash-panel{
  overflow:hidden!important;
  background:linear-gradient(135deg,#a50f1e 0%,#df102c 58%,#fb5b75 100%)!important;
}
.flash-panel::before,
.flash-panel::after{
  pointer-events:none!important;
}
.flash-slider-shell{
  position:relative!important;
  z-index:2!important;
  overflow:visible!important;
}
.flash-slider-shell.has-slider{
  padding:0!important;
  margin:0!important;
}
.flash-slider-shell.has-slider .flash-grid.flash-slider{
  display:flex!important;
  grid-template-columns:none!important;
  gap:16px!important;
  width:100%!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  scroll-behavior:smooth!important;
  scroll-snap-type:none!important;
  scrollbar-width:none!important;
  -ms-overflow-style:none!important;
  cursor:grab!important;
  padding:0 0 8px!important;
  margin:0!important;
  mask-image:none!important;
  -webkit-mask-image:none!important;
  touch-action:pan-y!important;
}
.flash-slider-shell.has-slider .flash-grid.flash-slider::-webkit-scrollbar{display:none!important}
.flash-slider-shell.has-slider .flash-grid.flash-slider.is-dragging{
  cursor:grabbing!important;
  scroll-behavior:auto!important;
  user-select:none!important;
}
.flash-slider-shell.has-slider .flash-grid.flash-slider .flash-card{
  flex:0 0 calc((100% - 48px) / 4)!important;
  min-width:0!important;
  scroll-snap-align:none!important;
  position:relative!important;
  z-index:2!important;
}
.flash-slider-shell.has-slider .flash-grid.flash-slider .flash-card.is-clone{
  pointer-events:auto!important;
}
.flash-slider-nav{
  position:absolute!important;
  top:50%!important;
  z-index:20!important;
  width:46px!important;
  height:46px!important;
  border:1px solid rgba(255,255,255,.72)!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.96)!important;
  color:#be123c!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  font-size:34px!important;
  line-height:1!important;
  font-weight:950!important;
  cursor:pointer!important;
  box-shadow:0 12px 28px rgba(15,23,42,.20)!important;
  transform:translateY(-50%)!important;
  transition:transform .16s ease, background .16s ease, color .16s ease, box-shadow .16s ease!important;
}
.flash-slider-nav:hover{
  background:#fff!important;
  color:#e11d2e!important;
  transform:translateY(-50%) scale(1.06)!important;
  box-shadow:0 18px 38px rgba(15,23,42,.25)!important;
}
.flash-slider-nav:active{transform:translateY(-50%) scale(.96)!important}
.flash-slider-nav-prev{left:10px!important}
.flash-slider-nav-next{right:10px!important}
.flash-slider-shell.has-slider .flash-grid.flash-slider.is-in-view .flash-card{
  animation:flashSlideCardInV69 .42s ease both;
}
.flash-slider-shell.has-slider .flash-grid.flash-slider.is-in-view .flash-card:nth-child(2){animation-delay:.04s}
.flash-slider-shell.has-slider .flash-grid.flash-slider.is-in-view .flash-card:nth-child(3){animation-delay:.08s}
.flash-slider-shell.has-slider .flash-grid.flash-slider.is-in-view .flash-card:nth-child(4){animation-delay:.12s}
@keyframes flashSlideCardInV69{
  from{opacity:.55;transform:translateY(12px)}
  to{opacity:1;transform:translateY(0)}
}
@media (max-width:980px){
  .flash-slider-shell.has-slider .flash-grid.flash-slider{gap:12px!important}
  .flash-slider-shell.has-slider .flash-grid.flash-slider .flash-card{flex-basis:calc((100% - 12px) / 2)!important}
  .flash-slider-nav{width:40px!important;height:40px!important;font-size:30px!important}
  .flash-slider-nav-prev{left:8px!important}.flash-slider-nav-next{right:8px!important}
}
@media (max-width:620px){
  .flash-panel{padding:20px!important;border-radius:26px!important}
  .flash-slider-shell.has-slider .flash-grid.flash-slider{gap:10px!important;padding-bottom:6px!important}
  .flash-slider-shell.has-slider .flash-grid.flash-slider .flash-card{flex-basis:calc((100% - 10px) / 1.18)!important}
  .flash-slider-nav{width:36px!important;height:36px!important;font-size:26px!important}
  .flash-slider-nav-prev{left:6px!important}.flash-slider-nav-next{right:6px!important}
}


/* === SaleHub v1.0.70: smooth transform-based Flash Sale slider === */
.flash-slider-shell.has-slider .flash-grid.flash-slider{
  display:block!important;
  overflow:hidden!important;
  scroll-behavior:auto!important;
  scroll-snap-type:none!important;
  cursor:grab!important;
  padding:0 2px 8px!important;
  transform:translateZ(0)!important;
  mask-image:none!important;
  -webkit-mask-image:none!important;
  touch-action:pan-y!important;
}
.flash-slider-shell.has-slider .flash-grid.flash-slider.is-dragging{
  cursor:grabbing!important;
  user-select:none!important;
}
.flash-slider-track{
  display:flex!important;
  gap:16px!important;
  width:max-content!important;
  max-width:none!important;
  will-change:transform!important;
  transform:translate3d(0,0,0);
  backface-visibility:hidden;
  contain:layout paint style;
}
.flash-slider-track.is-dragging{transition:none!important}
.flash-slider-shell.has-slider .flash-slider-track .flash-card{
  flex:0 0 calc((min(1180px, 100vw - 48px) - 48px) / 4)!important;
  width:calc((min(1180px, 100vw - 48px) - 48px) / 4)!important;
  min-width:0!important;
  scroll-snap-align:none!important;
  transform:translateZ(0);
  backface-visibility:hidden;
}
.flash-slider-shell.has-slider .flash-slider-track .flash-card.is-clone{pointer-events:auto!important}
.flash-panel{
  overflow:hidden!important;
  background:linear-gradient(135deg,#a90f1f 0%,#dc102b 60%,#f85b74 100%)!important;
}
.flash-slider-nav{
  z-index:30!important;
  will-change:transform!important;
}
.flash-slider-shell.has-slider .flash-grid.flash-slider.is-in-view .flash-card{
  animation:none!important;
}
@media (max-width:980px){
  .flash-slider-track{gap:12px!important}
  .flash-slider-shell.has-slider .flash-slider-track .flash-card{
    flex-basis:calc((100vw - 72px - 12px) / 2)!important;
    width:calc((100vw - 72px - 12px) / 2)!important;
  }
}
@media (max-width:620px){
  .flash-slider-track{gap:10px!important}
  .flash-slider-shell.has-slider .flash-grid.flash-slider{padding-bottom:6px!important}
  .flash-slider-shell.has-slider .flash-slider-track .flash-card{
    flex-basis:calc((100vw - 46px) / 1.18)!important;
    width:calc((100vw - 46px) / 1.18)!important;
  }
}


/* === SaleHub v1.0.71: category icon hover clipping and overlap fix === */
.category-section{
  position:relative!important;
  z-index:6!important;
  background:#fff!important;
  overflow:visible!important;
}
.category-section .section-head{
  position:relative!important;
  z-index:7!important;
  margin-bottom:22px!important;
}
.category-section .section-title,
.category-section .section-title h2,
.category-section .section-title p{
  position:relative!important;
  z-index:7!important;
}
.category-section .category-grid.category-slider{
  position:relative!important;
  z-index:8!important;
  background:#fff!important;
  padding:14px 2px 16px!important;
  margin-top:0!important;
  overflow-x:auto!important;
  overflow-y:visible!important;
  align-items:stretch!important;
  min-height:124px!important;
  isolation:isolate!important;
}
.category-section .category-grid.category-slider::before,
.category-section .category-grid.category-slider::after{
  content:none!important;
  display:none!important;
}
.category-section .category-grid.category-slider .category{
  position:relative!important;
  z-index:1!important;
  min-height:106px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  padding:16px 12px 15px!important;
  overflow:visible!important;
  transform:none!important;
  will-change:box-shadow,border-color,color!important;
}
.category-section .category-grid.category-slider .category:hover,
.category-section .category-grid.category-slider .category.active{
  transform:none!important;
  border-color:#fecdd3!important;
  box-shadow:0 14px 30px rgba(225,29,46,.10)!important;
  color:var(--primary)!important;
}
.category-section .category-grid.category-slider .category-icon{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  height:42px!important;
  min-height:42px!important;
  margin:0!important;
  padding:0!important;
  font-size:34px!important;
  line-height:1!important;
  overflow:visible!important;
  position:relative!important;
  z-index:2!important;
  flex:0 0 42px!important;
}
.category-section .category-grid.category-slider .category strong{
  display:block!important;
  margin:0!important;
  line-height:1.22!important;
  position:relative!important;
  z-index:2!important;
}
@media(max-width:620px){
  .category-section .section-head{margin-bottom:16px!important}
  .category-section .category-grid.category-slider{padding-top:12px!important;min-height:108px!important}
  .category-section .category-grid.category-slider .category{min-height:92px!important;padding:12px 8px!important;gap:5px!important}
  .category-section .category-grid.category-slider .category-icon{height:32px!important;min-height:32px!important;flex-basis:32px!important;font-size:24px!important}
}


/* === SaleHub v1.0.72: Flash Sale 4-card layout restore for transform slider === */
.flash-slider-shell.has-slider{
  overflow:visible!important;
}
.flash-slider-shell.has-slider .flash-grid.flash-slider{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  overflow:hidden!important;
  padding:0 0 8px!important;
  margin:0!important;
  mask-image:none!important;
  -webkit-mask-image:none!important;
  contain:none!important;
}
.flash-slider-track{
  display:flex!important;
  gap:16px!important;
  width:100%!important;
  max-width:100%!important;
  min-width:100%!important;
  overflow:visible!important;
  contain:none!important;
  will-change:transform!important;
  transform:translate3d(0,0,0);
  backface-visibility:hidden;
}
.flash-slider-shell.has-slider .flash-slider-track .flash-card{
  flex:0 0 var(--flash-card-width, calc((100% - 48px) / 4))!important;
  width:var(--flash-card-width, calc((100% - 48px) / 4))!important;
  max-width:var(--flash-card-width, calc((100% - 48px) / 4))!important;
  min-width:0!important;
}
.flash-slider-shell.has-slider .flash-card{
  box-sizing:border-box!important;
}
@media (max-width:980px){
  .flash-slider-track{gap:12px!important}
  .flash-slider-shell.has-slider .flash-slider-track .flash-card{
    flex-basis:var(--flash-card-width, calc((100% - 12px) / 2))!important;
    width:var(--flash-card-width, calc((100% - 12px) / 2))!important;
    max-width:var(--flash-card-width, calc((100% - 12px) / 2))!important;
  }
}
@media (max-width:620px){
  .flash-slider-track{gap:10px!important}
  .flash-slider-shell.has-slider .flash-slider-track .flash-card{
    flex-basis:var(--flash-card-width, calc(100% / 1.18))!important;
    width:var(--flash-card-width, calc(100% / 1.18))!important;
    max-width:var(--flash-card-width, calc(100% / 1.18))!important;
  }
}


/* === SaleHub v1.0.73: Flash Sale mobile/tablet exact 2-card viewport === */
.flash-slider-shell.has-slider .flash-grid.flash-slider{
  overflow:hidden!important;
  width:100%!important;
  max-width:100%!important;
}
.flash-slider-shell.has-slider .flash-slider-track .flash-card{
  flex:0 0 var(--flash-card-width, calc((100% - 48px) / 4))!important;
  width:var(--flash-card-width, calc((100% - 48px) / 4))!important;
  max-width:var(--flash-card-width, calc((100% - 48px) / 4))!important;
  box-sizing:border-box!important;
}
@media (max-width:980px){
  .flash-slider-track{gap:12px!important}
  .flash-slider-shell.has-slider .flash-slider-track .flash-card{
    flex-basis:var(--flash-card-width, calc((100% - 12px) / 2))!important;
    width:var(--flash-card-width, calc((100% - 12px) / 2))!important;
    max-width:var(--flash-card-width, calc((100% - 12px) / 2))!important;
  }
}
@media (max-width:620px){
  .flash-panel{padding:18px 12px 20px!important;border-radius:24px!important}
  .flash-head{margin-bottom:14px!important;gap:12px!important}
  .flash-head h2{font-size:26px!important;line-height:1.16!important}
  .flash-head p{font-size:13px!important;line-height:1.45!important}
  .countdown{justify-content:flex-start!important;gap:6px!important}
  .countdown-box{min-width:58px!important;padding:8px 9px!important;border-radius:14px!important}
  .countdown-box strong{font-size:19px!important}
  .countdown-box span{font-size:11px!important}
  .flash-slider-track{gap:10px!important}
  .flash-slider-shell.has-slider .flash-grid.flash-slider{padding-bottom:4px!important}
  .flash-slider-shell.has-slider .flash-slider-track .flash-card{
    flex-basis:var(--flash-card-width, calc((100% - 10px) / 2))!important;
    width:var(--flash-card-width, calc((100% - 10px) / 2))!important;
    max-width:var(--flash-card-width, calc((100% - 10px) / 2))!important;
    border-radius:18px!important;
    padding:10px!important;
  }
  .flash-image{height:102px!important;border-radius:15px!important;font-size:38px!important;margin-bottom:9px!important}
  .flash-discount{top:7px!important;left:7px!important;padding:4px 7px!important;font-size:10px!important}
  .flash-name{font-size:13px!important;line-height:1.28!important;min-height:34px!important;margin-bottom:6px!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}
  .flash-price-row{gap:5px!important;margin-bottom:7px!important;flex-wrap:wrap!important}
  .flash-price{font-size:17px!important;line-height:1.1!important}
  .old-price{font-size:11px!important}
  .stock-line{height:7px!important;margin-bottom:5px!important}
  .flash-stock small{font-size:10.5px!important;line-height:1.25!important}
  .flash-actions{gap:6px!important;margin-top:8px!important}
  .flash-actions .small-btn{min-height:36px!important;border-radius:11px!important;font-size:11.5px!important;padding:7px 5px!important}
  .flash-slider-nav{width:32px!important;height:32px!important;font-size:24px!important;box-shadow:0 10px 20px rgba(15,23,42,.18)!important}
  .flash-slider-nav-prev{left:4px!important}.flash-slider-nav-next{right:4px!important}
}
@media (max-width:380px){
  .flash-panel{padding-left:10px!important;padding-right:10px!important}
  .flash-slider-track{gap:8px!important}
  .flash-slider-shell.has-slider .flash-slider-track .flash-card{
    flex-basis:var(--flash-card-width, calc((100% - 8px) / 2))!important;
    width:var(--flash-card-width, calc((100% - 8px) / 2))!important;
    max-width:var(--flash-card-width, calc((100% - 8px) / 2))!important;
    padding:8px!important;
  }
  .flash-image{height:92px!important}
  .flash-actions .small-btn{font-size:10.8px!important;padding-left:3px!important;padding-right:3px!important}
}


/* === SaleHub v1.0.74: remove redundant middle marketing block === */
.why-section{display:none!important}
.category-section{padding-bottom:34px!important}
#products{padding-top:0!important}
.category-section + #products{margin-top:0!important}
@media(max-width:620px){.category-section{padding-bottom:22px!important}#products{padding-top:0!important}}


/* === SaleHub v1.0.75: checkout modal desktop outer scroll fix === */
@media (min-width:861px){
  #orderModal.show{
    align-items:flex-start!important;
    justify-content:center!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
    padding:38px 16px!important;
  }
  #orderModal .order-modal-v42{
    max-height:none!important;
    overflow:visible!important;
    margin:0 auto!important;
  }
  #orderModal .quick-submit-v42{
    position:static!important;
    margin-top:2px!important;
  }
  #orderModal .quick-safe-note-v42{
    padding-bottom:2px!important;
  }
}
@media (max-width:860px){
  #orderModal .order-modal-v42{
    max-height:92vh!important;
    overflow:auto!important;
  }
}


/* === SaleHub v1.0.76: landing checkout no inner scrollbar === */
.order-section-v21 .compact-checkout-card{
  max-height:none!important;
  height:auto!important;
  min-height:0!important;
  overflow:visible!important;
  position:relative!important;
  top:auto!important;
}
.order-section-v21 .checkout-scroll-area{
  max-height:none!important;
  height:auto!important;
  min-height:0!important;
  overflow:visible!important;
  overflow-y:visible!important;
  overflow-x:visible!important;
  padding-right:0!important;
  margin-right:0!important;
  scrollbar-width:auto!important;
}
.order-section-v21 .checkout-scroll-area::-webkit-scrollbar{
  width:0!important;
  height:0!important;
  display:none!important;
}
.order-section-v21 .checkout-scroll-area .compact-order-form{
  padding-right:0!important;
}
.order-section-v21 .checkout-submit{
  position:relative!important;
  z-index:2!important;
  margin-top:2px!important;
}
@media (min-width:981px){
  .order-section-v21 .compact-checkout-card{
    max-height:none!important;
    overflow:visible!important;
  }
  .order-section-v21 .checkout-scroll-area{
    max-height:none!important;
    overflow:visible!important;
  }
}


/* === SaleHub v1.0.77: custom product sort dropdown and mobile shortcut cleanup === */
.shop-sort-box{
  position:relative;
  z-index:25;
}
.shop-sort-box .native-sort-select{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  opacity:0!important;
  pointer-events:none!important;
  overflow:hidden!important;
  clip:rect(0 0 0 0)!important;
  clip-path:inset(50%)!important;
}
.shop-sort-trigger{
  width:100%;
  min-height:48px;
  border:1px solid #f3c7c7;
  border-radius:999px;
  background:linear-gradient(180deg,#fff,#fff7f7);
  color:#111827;
  padding:0 16px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  font-size:15px;
  font-weight:900;
  box-shadow:0 10px 22px rgba(225,29,46,.06);
  transition:border-color .16s ease, box-shadow .16s ease, background .16s ease;
}
.shop-sort-trigger:hover,
.shop-sort-box.is-open .shop-sort-trigger{
  border-color:#fb7185;
  box-shadow:0 0 0 4px rgba(225,29,46,.08),0 14px 28px rgba(225,29,46,.10);
  background:#fff;
}
.shop-sort-trigger svg{
  width:18px;
  height:18px;
  stroke:currentColor;
  stroke-width:2.4;
  stroke-linecap:round;
  stroke-linejoin:round;
  fill:none;
  flex:0 0 18px;
  color:#e11d2e;
  transition:transform .16s ease;
}
.shop-sort-box.is-open .shop-sort-trigger svg{transform:rotate(180deg)}
.shop-sort-menu{
  position:absolute;
  top:calc(100% + 7px);
  left:0;
  right:0;
  z-index:80;
  display:none;
  background:#fff;
  border:1px solid #fecaca;
  border-radius:18px;
  padding:6px;
  box-shadow:0 20px 44px rgba(225,29,46,.18),0 10px 24px rgba(15,23,42,.08);
  overflow:hidden;
}
.shop-sort-box.is-open .shop-sort-menu{display:grid;gap:4px}
.shop-sort-option{
  width:100%;
  border:0;
  background:#fff;
  color:#374151;
  border-radius:13px;
  padding:11px 13px;
  text-align:left;
  font-size:14px;
  font-weight:900;
  transition:background .14s ease,color .14s ease,transform .14s ease;
}
.shop-sort-option:hover{
  background:#fff1f2;
  color:#be123c;
}
.shop-sort-option.is-active{
  background:linear-gradient(135deg,#e11d2e,#fb3b4c);
  color:#fff;
  box-shadow:0 10px 20px rgba(225,29,46,.20);
}
@media(max-width:620px){
  .mobile-shop-card{grid-template-columns:1fr 1fr!important}
  .mobile-shop-btn.lookup{background:#eff6ff;border-color:#bfdbfe;color:#075985;order:0}
  .mobile-shop-btn.primary{order:-1}
  .shop-sort-box{z-index:45}
  .shop-sort-trigger{min-height:46px;border-radius:16px;border-color:#fecaca;background:#fff;font-size:14px;padding:0 15px;color:#111827}
  .shop-sort-menu{top:calc(100% + 6px);border-radius:16px;box-shadow:0 16px 34px rgba(225,29,46,.20)}
  .shop-sort-option{font-size:13.5px;padding:10px 12px}
}


/* === SaleHub v1.0.78: professional footer redesign === */
.footer.footer-pro{position:relative;overflow:hidden;background:linear-gradient(135deg,#081124,#0f172a 45%,#111827);color:#e5e7eb;padding:46px 0 110px}
.footer.footer-pro::before,.footer.footer-pro::after{content:"";position:absolute;border-radius:999px;pointer-events:none;opacity:.65}
.footer.footer-pro::before{width:260px;height:260px;right:-80px;top:-70px;background:radial-gradient(circle,rgba(225,29,46,.24),transparent 65%)}
.footer.footer-pro::after{width:220px;height:220px;left:-80px;bottom:-90px;background:radial-gradient(circle,rgba(2,132,199,.16),transparent 65%)}
.footer-shell{position:relative;z-index:1;display:grid;gap:22px}
.footer-hero{padding:24px 26px;border-radius:28px;background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.025));border:1px solid rgba(255,255,255,.08);box-shadow:0 18px 40px rgba(0,0,0,.16)}
.footer-brand{display:flex;align-items:center;gap:16px;margin-bottom:14px}
.footer-brand-mark{width:58px;height:58px;display:grid;place-items:center;border-radius:18px;background:linear-gradient(135deg,#f97316,#e11d2e);color:#fff;font-size:28px;font-weight:900;box-shadow:0 18px 32px rgba(225,29,46,.28)}
.footer-brand h3{margin:0;color:#fff;font-size:clamp(26px,3vw,32px);line-height:1.1}
.footer-tagline{margin:6px 0 0;color:#fda4af!important;font-weight:700;font-size:15px!important}
.footer-about{margin:0;max-width:820px;color:#cbd5e1!important;font-size:15px!important;line-height:1.8}
.footer-highlights{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}
.footer-highlights>span{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:999px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08);font-size:14px;color:#fff}
.footer-mini-icon{display:inline-grid;place-items:center;width:24px;height:24px;border-radius:999px;background:rgba(255,255,255,.12)}
.footer-grid.footer-grid-pro{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.footer-col{padding:22px;border-radius:24px;background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.08);box-shadow:0 12px 32px rgba(0,0,0,.1)}
.footer-col h4{display:flex;align-items:center;gap:10px;color:#fff;margin:0 0 16px;font-size:18px}
.footer-title-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:14px;background:linear-gradient(135deg,rgba(225,29,46,.22),rgba(249,115,22,.24));font-size:18px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.08)}
.footer-list{list-style:none;margin:0;padding:0;display:grid;gap:12px}
.footer-list li{display:flex;align-items:flex-start;gap:10px;color:#dbe4f0;font-size:14px;line-height:1.7}
.footer-list-icon{width:30px;height:30px;display:grid;place-items:center;flex:0 0 30px;border-radius:10px;background:rgba(255,255,255,.08)}
.footer-contact-list strong{color:#fff}
.footer-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.footer-action{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 14px;border-radius:16px;text-decoration:none;font-size:14px;font-weight:800;border:1px solid transparent;transition:.18s ease;box-shadow:0 10px 24px rgba(0,0,0,.14)}
.footer-action:hover{transform:translateY(-2px)}
.footer-action-zalo{background:linear-gradient(135deg,#0ea5e9,#0284c7);color:#fff}
.footer-action-call{background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff}
.footer-action-order{background:linear-gradient(135deg,#f43f5e,#e11d2e);color:#fff}
.footer-action-track{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.12);color:#fff}
.footer-bottom{display:flex;justify-content:space-between;gap:14px;align-items:center;flex-wrap:wrap;padding-top:4px;border-top:1px solid rgba(255,255,255,.08)}
.footer-bottom p{margin:0;color:#94a3b8!important;font-size:13px!important;line-height:1.7}
@media(max-width:980px){.footer-grid.footer-grid-pro{grid-template-columns:1fr}.footer-actions{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){.footer.footer-pro{padding:34px 0 108px}.footer-hero,.footer-col{padding:18px}.footer-brand{align-items:flex-start}.footer-brand-mark{width:50px;height:50px;border-radius:16px;font-size:24px}.footer-brand h3{font-size:26px}.footer-about{font-size:14px!important;line-height:1.7}.footer-highlights{gap:8px}.footer-highlights>span{width:100%;justify-content:flex-start;padding:10px 12px}.footer-actions{grid-template-columns:1fr}.footer-action{min-height:46px}.footer-bottom{gap:8px}.footer-bottom p{font-size:12.5px!important}}


/* === SaleHub v1.0.79: mobile footer cleanup + remove white stripe === */
html,body{min-height:100%}
body{min-height:100vh;display:flex;flex-direction:column}
.footer.footer-pro{margin-top:auto}
@media (max-width:620px){
  .footer-support-col{display:none!important}
  .footer.footer-pro{padding:32px 0 104px!important}
  .float-bar.sticky-contact-bar{
    background:rgba(8,17,36,.92)!important;
    border:1px solid rgba(255,255,255,.08)!important;
    box-shadow:0 18px 40px rgba(2,6,23,.28)!important;
    backdrop-filter:blur(12px);
  }
}
@media (min-width:621px){
  .footer.footer-pro{padding-bottom:44px!important}
}


/* === SaleHub v1.0.80: remove body bottom padding and simplify footer copyright === */
body{padding-bottom:0!important}
@media (max-width:620px){body{padding-bottom:0!important}}
.footer-bottom{justify-content:center!important;text-align:center!important;border-top:1px solid rgba(255,255,255,.08)!important;padding-top:12px!important}
.footer-bottom p{width:100%;text-align:center!important;color:#cbd5e1!important;font-weight:700!important}


/* === SaleHub v1.0.85: product image display standardization === */
.product-image,.flash-image,.feature-icon,.mini-media,.suggest-icon,.detail-image,.product-v36-image,.related-media{background:linear-gradient(135deg,#fff,#fff7f7 55%,#fff1f2)!important}
.product-image img,.flash-image img,.feature-icon img,.mini-media img,.suggest-icon img,.detail-image img,.product-v36-image img,.related-media img{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center center!important;box-sizing:border-box!important;padding:10px!important;background:#fff!important;border-radius:inherit!important}
.feature-icon img,.detail-image img,.product-v36-image img{padding:16px!important}
.flash-image img,.mini-media img,.suggest-icon img,.related-media img{padding:8px!important}
.product-image,.flash-image,.feature-icon,.mini-media,.suggest-icon,.detail-image,.product-v36-image,.related-media{isolation:isolate}
.product-image img,.flash-image img,.feature-icon img,.mini-media img,.suggest-icon img,.detail-image img,.product-v36-image img,.related-media img{position:relative;z-index:0}
.badge,.flash-discount,.feature-badge,.mini-badge{z-index:2}
@media(max-width:620px){.product-image img,.flash-image img,.mini-media img,.suggest-icon img,.related-media img{padding:7px!important}.feature-icon img,.detail-image img,.product-v36-image img{padding:10px!important}}


/* === SaleHub v1.0.100: product card/detail action behavior polish === */
.product-card.js-open-detail-card,
.flash-card.js-open-detail-card,
.feature-deal.js-open-detail-card,
.suggest-card.js-open-detail-card,
.mini-deal.js-open-detail-card{
  cursor:pointer;
}
.product-detail-link{
  text-decoration:none!important;
}
.product-card.js-open-detail-card:focus-within,
.flash-card.js-open-detail-card:focus-within{
  outline:2px solid rgba(225,29,46,.24);
  outline-offset:3px;
}
.flash-slider-track .small-btn,
.flash-slider-track .product-detail-link,
.flash-slider-track .js-open-order{
  pointer-events:auto!important;
}


/* === SaleHub v1.0.101: Flash Sale button click safety === */
.flash-slider-shell.has-slider .flash-slider-track .flash-actions,
.flash-slider-shell.has-slider .flash-slider-track .small-btn,
.flash-slider-shell.has-slider .flash-slider-track .product-detail-link,
.flash-slider-shell.has-slider .flash-slider-track .js-open-order{
  position:relative;
  z-index:5;
  pointer-events:auto!important;
}
.flash-grid.flash-slider,
.flash-slider-track{
  touch-action:pan-y!important;
}
.flash-grid.flash-slider.is-dragging,
.flash-slider-track.is-dragging{
  touch-action:none!important;
}


/* === SaleHub v1.0.103: search upsell recommendations === */
.search-upsell{
  margin-top:24px;
  padding:20px;
  border:1px solid #fecaca;
  border-radius:28px;
  background:linear-gradient(135deg,#fff 0%,#fff7f7 52%,#fff1f2 100%);
  box-shadow:0 18px 44px rgba(225,29,46,.08);
}
.search-upsell[hidden]{display:none!important}
.search-upsell-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:16px;
  margin-bottom:14px;
}
.search-upsell-kicker{
  display:inline-flex;
  align-items:center;
  width:max-content;
  padding:7px 11px;
  border-radius:999px;
  background:#fff;
  border:1px solid #fecaca;
  color:#be123c;
  font-size:12px;
  font-weight:900;
  box-shadow:0 8px 18px rgba(225,29,46,.06);
}
.search-upsell-head h3{
  margin:8px 0 4px;
  color:#111827;
  font-size:24px;
  line-height:1.15;
}
.search-upsell-head p{
  margin:0;
  color:#64748b;
  font-weight:650;
}
.search-upsell-link{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 14px;
  border-radius:999px;
  border:1px solid #fecaca;
  background:#fff;
  color:#be123c;
  text-decoration:none;
  font-weight:900;
  font-size:13px;
}
.search-upsell-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
}
.search-upsell-card{
  display:grid;
  grid-template-columns:68px minmax(0,1fr);
  gap:12px;
  align-items:center;
  padding:12px;
  border-radius:22px;
  background:rgba(255,255,255,.92);
  border:1px solid #fee2e2;
  cursor:pointer;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.search-upsell-card:hover{
  transform:translateY(-2px);
  border-color:#fda4af;
  box-shadow:0 16px 32px rgba(225,29,46,.1);
}
.search-upsell-media{
  width:68px;
  height:68px;
  border-radius:18px;
  background:#fff1f2;
  border:1px solid #fee2e2;
  display:grid;
  place-items:center;
  overflow:hidden;
  font-size:28px;
}
.search-upsell-media img{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
  padding:7px;
}
.search-upsell-info{
  min-width:0;
}
.search-upsell-info strong{
  display:block;
  color:#111827;
  font-size:14px;
  line-height:1.35;
  font-weight:900;
  overflow:hidden;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
}
.search-upsell-price{
  margin-top:6px;
  display:flex;
  align-items:center;
  gap:7px;
  flex-wrap:wrap;
}
.search-upsell-price span{
  color:#e11d2e;
  font-size:15px;
  font-weight:950;
}
.search-upsell-price del{
  color:#94a3b8;
  font-size:12px;
  font-weight:750;
}
.search-upsell-actions{
  grid-column:1/-1;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
}
.search-upsell-actions .small-btn{
  min-height:38px;
  border-radius:13px;
  font-size:13px;
}
@media(max-width:980px){
  .search-upsell-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:560px){
  .search-upsell{padding:16px;border-radius:24px;margin-top:18px}
  .search-upsell-head{align-items:flex-start;flex-direction:column;gap:10px}
  .search-upsell-head h3{font-size:21px}
  .search-upsell-link{display:none}
  .search-upsell-grid{grid-template-columns:1fr}
  .search-upsell-card{grid-template-columns:62px minmax(0,1fr);border-radius:20px}
  .search-upsell-media{width:62px;height:62px;border-radius:16px}
}


/* === SaleHub v1.0.104: mobile vertical drawer menu === */
.mobile-drawer-toggle{display:none;align-items:center;justify-content:center;flex-direction:column;gap:5px;width:44px;height:44px;border-radius:16px;border:1px solid #fecaca;background:#fff7f7;color:var(--primary);box-shadow:0 10px 24px rgba(225,29,46,.10);flex:0 0 44px}
.mobile-drawer-toggle span{display:block;width:18px;height:2px;border-radius:999px;background:var(--primary)}
.mobile-drawer-backdrop{position:fixed;inset:0;z-index:998;background:rgba(15,23,42,.38);backdrop-filter:blur(8px);opacity:0;pointer-events:none;transition:opacity .22s ease}
.mobile-drawer{position:fixed;top:0;right:0;bottom:0;z-index:999;width:min(88vw,360px);padding:12px;transform:translateX(105%);transition:transform .26s cubic-bezier(.22,1,.36,1);pointer-events:none}
.mobile-drawer-panel{height:100%;display:flex;flex-direction:column;gap:14px;border-radius:28px;background:linear-gradient(180deg,#fff,#fff7f7);border:1px solid #fecaca;box-shadow:-20px 0 60px rgba(15,23,42,.22);padding:16px;overflow:auto}
.mobile-drawer-open .mobile-drawer-backdrop{opacity:1;pointer-events:auto}
.mobile-drawer-open .mobile-drawer{transform:translateX(0);pointer-events:auto}
body.mobile-drawer-open{overflow:hidden}
.mobile-drawer-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-bottom:12px;border-bottom:1px solid #fee2e2}
.mobile-drawer-brand{display:flex;align-items:center;gap:12px;min-width:0}
.mobile-drawer-logo{width:46px;height:46px;border-radius:16px;display:grid;place-items:center;background:linear-gradient(135deg,var(--primary),var(--orange));color:#fff;font-size:20px;font-weight:900;box-shadow:0 14px 28px rgba(225,29,46,.2);text-transform:uppercase}
.mobile-drawer-brand strong{display:block;color:#111827;font-size:18px;line-height:1.15;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.mobile-drawer-brand small{display:block;margin-top:3px;color:#64748b;font-size:12px;font-weight:700}
.mobile-drawer-close{width:40px;height:40px;border:0;border-radius:14px;background:#fff1f2;color:#be123c;font-size:28px;font-weight:800;line-height:1}
.mobile-drawer-nav{display:grid;gap:9px}
.mobile-drawer-link{display:flex;align-items:center;gap:12px;width:100%;min-height:52px;padding:12px 13px;border-radius:18px;background:#fff;border:1px solid #fee2e2;color:#111827;text-align:left;box-shadow:0 8px 20px rgba(15,23,42,.045);transition:transform .18s ease,border-color .18s ease,background .18s ease}
.mobile-drawer-link span{width:32px;height:32px;display:grid;place-items:center;border-radius:12px;background:#fff1f2;flex:0 0 32px}
.mobile-drawer-link strong{font-size:15px;font-weight:900}
.mobile-drawer-link:active{transform:scale(.98)}
.mobile-drawer-link:hover{border-color:#fb7185;background:#fff7f7}
.mobile-drawer-link-button{font:inherit;cursor:pointer}
.mobile-drawer-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:auto;padding-top:10px;border-top:1px solid #fee2e2}
.mobile-drawer-action{display:flex;align-items:center;justify-content:center;gap:8px;min-height:48px;border-radius:17px;color:#fff;font-weight:900;text-align:center;box-shadow:0 12px 26px rgba(15,23,42,.12)}
.mobile-drawer-action.zalo{background:linear-gradient(135deg,#0ea5e9,#0284c7)}
.mobile-drawer-action.call{background:linear-gradient(135deg,#22c55e,#16a34a)}
.mobile-drawer-action span{width:22px;height:22px;border-radius:999px;background:rgba(255,255,255,.18);display:grid;place-items:center}
@media(max-width:860px){
  .header{position:sticky;top:0;z-index:90;background:rgba(255,255,255,.92);backdrop-filter:blur(14px)}
  .header-inner{min-height:64px}
  .header .nav,.header .header-actions{display:none!important}
  .mobile-drawer-toggle{display:inline-flex}
  .logo{min-width:0}
  .logo span:last-child{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:190px}
}
@media(max-width:390px){
  .mobile-drawer{width:92vw;padding:8px}
  .mobile-drawer-panel{border-radius:24px;padding:14px}
  .mobile-drawer-actions{grid-template-columns:1fr}
  .logo span:last-child{max-width:160px}
}
@media(min-width:861px){
  .mobile-drawer,.mobile-drawer-backdrop{display:none!important}
}


/* === SaleHub v1.0.107: ecommerce header search upgrade === */
.header-search{flex:1 1 460px;max-width:560px;min-width:260px;height:48px;display:flex;align-items:center;gap:8px;border:1px solid #fecaca;background:#fff;border-radius:18px;padding:6px 6px 6px 14px;box-shadow:0 12px 28px rgba(225,29,46,.08);transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}
.header-search:focus-within{border-color:#fb7185;box-shadow:0 16px 36px rgba(225,29,46,.16)}
.header-search-icon{width:28px;height:28px;display:grid;place-items:center;border-radius:10px;background:#fff1f2;color:#be123c;flex:0 0 28px}
.header-search input{flex:1;min-width:0;height:100%;border:0;outline:0;background:transparent;color:#111827;font-size:15px;font-weight:800}
.header-search input::placeholder{color:#94a3b8;font-weight:700}
.header-search button{height:36px;border:0;border-radius:13px;padding:0 16px;background:linear-gradient(135deg,var(--primary),var(--primary-2));color:#fff;font-weight:900;box-shadow:0 10px 22px rgba(225,29,46,.18)}
.header-search button:active{transform:translateY(1px)}
.mobile-search-chips{display:none;width:min(1180px,calc(100% - 32px));margin:10px auto 0;overflow-x:auto;gap:8px;-webkit-overflow-scrolling:touch;scrollbar-width:none}
.mobile-search-chips::-webkit-scrollbar{display:none}
.mobile-search-chips button{flex:0 0 auto;border:1px solid #fecaca;background:#fff7f7;color:#be123c;border-radius:999px;padding:8px 12px;font-size:13px;font-weight:900}
@media(min-width:861px){
  .header-inner{gap:14px}
  .header .nav{flex:0 1 auto}
  .header .nav a[href="#flashsale"],.header .nav a[href="#products"]{display:none}
  .header .header-actions .btn-outline{display:none}
  .toolbar .search-box{display:none!important}
  .toolbar{justify-content:flex-end}
}
@media(max-width:860px){
  .header{box-shadow:0 10px 24px rgba(15,23,42,.06)}
  .header-inner{display:grid;grid-template-columns:1fr 44px;gap:10px;padding-top:10px;padding-bottom:10px}
  .header .logo{grid-column:1;align-self:center}
  .header .mobile-drawer-toggle{grid-column:2;grid-row:1;justify-self:end}
  .header-search{grid-column:1 / -1;grid-row:2;width:100%;max-width:none;min-width:0;height:46px;border-radius:17px;padding-left:12px}
  .header-search button{width:42px;padding:0;font-size:0;position:relative}
  .header-search button::after{content:'↵';font-size:17px;font-weight:900}
  .mobile-search-chips{display:flex}
  .toolbar .search-box{display:none!important}
  .toolbar{justify-content:flex-end;margin-top:10px}
}
@media(max-width:390px){
  .header-search input{font-size:14px}
  .header-search input::placeholder{font-size:13px}
  .mobile-search-chips{width:calc(100% - 24px)}
}


/* === SaleHub v1.0.108: smart keyword search page === */
.header-search{position:relative}
.header-search-suggest{position:absolute;left:0;right:0;top:calc(100% + 10px);z-index:120;background:#fff;border:1px solid #fecaca;border-radius:20px;box-shadow:0 22px 50px rgba(15,23,42,.16);padding:10px;display:grid;gap:6px}
.header-search-suggest[hidden]{display:none!important}
.header-search-suggest-title{font-size:12px;font-weight:900;color:#9f1239;padding:6px 8px;text-transform:uppercase;letter-spacing:.03em}
.header-search-suggest-item{width:100%;border:0;background:#fff;display:flex;align-items:center;gap:10px;text-align:left;padding:10px 11px;border-radius:15px;color:#111827}
.header-search-suggest-item:hover{background:#fff1f2}
.header-search-suggest-item span{width:30px;height:30px;border-radius:11px;background:#fff1f2;display:grid;place-items:center;flex:0 0 30px}
.header-search-suggest-item strong{font-size:14px;font-weight:900}
.search-page{background:#fff7f7}
.search-page-shell{width:min(1180px,calc(100% - 32px));margin:0 auto;padding:34px 0 80px}
.search-page-hero{border:1px solid #fecaca;border-radius:30px;background:radial-gradient(circle at 14% 20%,rgba(225,29,46,.12),transparent 30%),linear-gradient(135deg,#fff,#fff1f2);box-shadow:0 18px 45px rgba(225,29,46,.10);padding:28px;margin-bottom:22px}
.search-page-kicker{display:inline-flex;align-items:center;border-radius:999px;background:#fff;color:#be123c;border:1px solid #fecaca;padding:8px 12px;font-weight:900;font-size:13px;margin-bottom:12px}
.search-page-hero h1{font-size:clamp(28px,4vw,42px);line-height:1.12;letter-spacing:-.03em;margin-bottom:10px}
.search-page-hero p{color:#64748b;max-width:760px}
.search-keyword-row{display:flex;flex-wrap:wrap;gap:9px;margin-top:18px}
.search-keyword-row a{display:inline-flex;align-items:center;gap:7px;border-radius:999px;background:#fff;border:1px solid #fecaca;color:#be123c;padding:9px 13px;font-weight:900;font-size:14px;box-shadow:0 8px 20px rgba(225,29,46,.06)}
.search-page-section{background:#fff;border:1px solid #fee2e2;border-radius:28px;padding:22px;margin-top:18px;box-shadow:0 16px 38px rgba(15,23,42,.06)}
.search-page-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:18px}
.search-page-head h2{font-size:25px;margin:0}
.search-page-head p{color:#64748b;margin:4px 0 0}
.search-page-back{font-weight:900;color:#be123c;background:#fff1f2;border:1px solid #fecaca;border-radius:999px;padding:9px 13px}
.search-page-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px}
.search-page-card{border:1px solid #fee2e2;border-radius:24px;background:#fff;overflow:hidden;box-shadow:0 14px 34px rgba(15,23,42,.06);display:grid;grid-template-rows:auto 1fr;transition:.18s}
.search-page-card:hover{transform:translateY(-3px);border-color:#fb7185;box-shadow:0 22px 42px rgba(225,29,46,.10)}
.search-page-media{height:178px;position:relative;background:linear-gradient(135deg,#fff1f2,#fff7ed);display:grid;place-items:center;overflow:hidden}
.search-page-media img{width:100%;height:100%;object-fit:contain;padding:12px}
.search-page-media>span{font-size:70px}
.search-page-media b{position:absolute;top:12px;left:12px;background:#e11d2e;color:#fff;border-radius:999px;padding:6px 9px;font-size:12px;font-weight:950}
.search-page-media b.alt{background:#16a34a}
.search-page-info{padding:14px;display:grid;grid-template-rows:auto auto 1fr auto auto;gap:7px}
.search-page-info small{color:#be123c;font-weight:900;font-size:12px}
.search-page-info h3{font-size:16px;line-height:1.35;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.search-page-info p{color:#64748b;font-size:13px;line-height:1.5;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.search-page-price{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.search-page-price strong{color:#e11d2e;font-size:20px;font-weight:950}
.search-page-price del{color:#94a3b8;font-size:13px}
.search-page-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:6px}
.search-empty-box{border:1px dashed #fecaca;background:#fff7f7;border-radius:22px;padding:22px;display:grid;gap:10px;justify-items:start}
.search-empty-box strong{font-size:20px}
.search-empty-box p{color:#64748b}
@media(max-width:980px){.search-page-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:720px){.header-search-suggest{position:fixed;left:12px;right:12px;top:118px;max-height:58vh;overflow:auto}.search-page-shell{width:calc(100% - 24px);padding-top:18px}.search-page-hero{padding:20px;border-radius:24px}.search-page-section{padding:16px;border-radius:24px}.search-page-head{align-items:flex-start;flex-direction:column}.search-page-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.search-page-media{height:128px}.search-page-info{padding:11px}.search-page-info h3{font-size:14px}.search-page-info p{display:none}.search-page-price strong{font-size:17px}.search-page-actions{grid-template-columns:1fr}.search-keyword-row{flex-wrap:nowrap;overflow-x:auto;padding-bottom:4px}.search-keyword-row a{flex:0 0 auto}}
@media(max-width:390px){.search-page-grid{gap:8px}.search-page-media{height:116px}.search-page-info{padding:10px}.search-page-actions .small-btn{font-size:12px;padding:8px 6px;min-height:38px}}


/* === SaleHub v1.0.109: search precision + professional header polish === */
@media(min-width:861px){
  .topbar{background:linear-gradient(90deg,#7f1d1d,#3f0f1f);font-size:13px}
  .header{position:sticky;top:0;z-index:96;background:rgba(255,255,255,.97);backdrop-filter:blur(16px);border-bottom:1px solid #fee2e2;box-shadow:0 12px 32px rgba(15,23,42,.07)}
  .header-inner{display:grid!important;grid-template-columns:minmax(190px,230px) minmax(340px,560px) auto auto;align-items:center;gap:14px;min-height:78px}
  .header .logo{min-width:0;display:flex;align-items:center;gap:11px;font-size:21px;font-weight:950;letter-spacing:-.02em;line-height:1.05}
  .header .logo .logo-mark{width:46px;height:46px;flex:0 0 46px;border-radius:16px}
  .header .logo span:last-child{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:170px}
  .header-search{width:100%;max-width:none;min-width:0;height:50px;border-radius:18px;border:1px solid #fecaca;background:#fff;box-shadow:0 12px 30px rgba(225,29,46,.08)}
  .header-search input{font-size:15px}
  .header-search>button[type="submit"]{height:38px;border-radius:13px;padding:0 18px;background:linear-gradient(135deg,#e11d2e,#f43f5e);color:#fff;font-weight:950}
  .header .nav{display:flex;align-items:center;justify-content:flex-start;gap:4px;min-width:0}
  .header .nav a{white-space:nowrap;font-size:14px;line-height:1;font-weight:900;color:#334155;padding:10px 11px;border-radius:14px}
  .header .nav a:hover{background:#fff1f2;color:#be123c}
  .header .nav a[href="#flashsale"],
  .header .nav a[href="#products"],
  .header .nav a[href="/#flashsale"],
  .header .nav a[href="/#products"]{display:none!important}
  .header .header-actions{justify-self:end;display:flex;align-items:center;gap:8px}
  .header .header-actions .btn{min-height:44px;padding:0 16px;border-radius:18px;white-space:nowrap}
  .header .header-actions .btn-outline{display:none!important}
}
@media(min-width:861px) and (max-width:1120px){
  .header-inner{grid-template-columns:minmax(170px,210px) minmax(300px,1fr) auto}
  .header .nav{display:none!important}
  .header .logo span:last-child{max-width:150px}
}
.header-search .header-search-suggest{overflow:hidden;border:1px solid #fecaca;background:#fff;border-radius:20px;box-shadow:0 24px 56px rgba(15,23,42,.16);padding:10px}
.header-search .header-search-suggest-title{color:#9f1239;font-size:12px;font-weight:950;letter-spacing:.03em;padding:7px 9px}
.header-search .header-search-suggest-item{width:100%;height:auto;min-height:46px;padding:10px 11px;border:0;border-radius:15px;background:#fff!important;color:#111827!important;box-shadow:none!important;display:flex;align-items:center;justify-content:flex-start;gap:10px;text-align:left;font-size:14px;line-height:1.2}
.header-search .header-search-suggest-item:hover{background:#fff1f2!important;color:#be123c!important}
.header-search .header-search-suggest-item span{width:30px;height:30px;flex:0 0 30px;border-radius:11px;background:#fff1f2;display:grid;place-items:center;color:#be123c}
.header-search .header-search-suggest-item strong{font-size:14px;font-weight:950}
@media(max-width:860px){
  .header-search .header-search-suggest{top:calc(100% + 8px);left:0;right:0;border-radius:18px}
  .header-search .header-search-suggest-item{min-height:48px}
  .header .logo span:last-child{font-size:18px;line-height:1.12;max-width:230px}
}


/* === SaleHub v1.0.110: clean search input border + professional icon === */
.header-search{
  position:relative!important;
  overflow:visible!important;
  background:#fff!important;
  border:1px solid #fda4af!important;
  border-radius:18px!important;
  box-shadow:0 10px 26px rgba(225,29,46,.075)!important;
  outline:0!important;
  isolation:isolate;
}
.header-search:focus-within{
  border-color:#e11d2e!important;
  box-shadow:0 0 0 3px rgba(225,29,46,.075),0 14px 34px rgba(225,29,46,.12)!important;
}
.header-search input,
.header-search input:focus,
.header-search input:focus-visible,
.header-search input:hover{
  -webkit-appearance:none!important;
  appearance:none!important;
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
  background:transparent!important;
  border-radius:0!important;
  padding:0!important;
}
.header-search input::-webkit-search-decoration,
.header-search input::-webkit-search-cancel-button,
.header-search input::-webkit-search-results-button,
.header-search input::-webkit-search-results-decoration{display:none!important;-webkit-appearance:none!important}
.header-search-icon{
  width:34px!important;
  height:34px!important;
  flex:0 0 34px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:13px!important;
  background:linear-gradient(135deg,#ffffff,#fff1f2)!important;
  border:1px solid #fee2e2!important;
  color:#e11d2e!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.85),0 6px 14px rgba(225,29,46,.06)!important;
}
.header-search-icon svg{width:18px;height:18px;display:block;fill:none;stroke:currentColor;stroke-width:2.35;stroke-linecap:round;stroke-linejoin:round}
.header-search>button[type="submit"]{
  border:0!important;
  outline:0!important;
  box-shadow:0 10px 20px rgba(225,29,46,.18)!important;
}
.header-search .header-search-suggest{
  left:0!important;
  right:0!important;
  top:calc(100% + 12px)!important;
  border:1px solid #fee2e2!important;
  border-radius:22px!important;
  box-shadow:0 24px 60px rgba(15,23,42,.14)!important;
  background:#fff!important;
}
.header-search .header-search-suggest-item{
  background:#fff!important;
  color:#111827!important;
  border:0!important;
  box-shadow:none!important;
}
.header-search .header-search-suggest-item span{
  background:#fff1f2!important;
  color:#e11d2e!important;
}
@media(max-width:860px){
  .header-search{border-radius:17px!important;padding-left:10px!important}
  .header-search-icon{width:32px!important;height:32px!important;flex-basis:32px!important;border-radius:12px!important}
  .header-search-icon svg{width:17px;height:17px}
}


/* === SaleHub v1.0.111: responsive search focus header === */
.header{z-index:220!important}
.header-inner{position:relative!important}
.header-search-close{display:none;border:0;align-items:center;justify-content:center;width:36px;height:36px;border-radius:13px;background:#fff1f2;color:#be123c;font-size:24px;font-weight:900;line-height:1;box-shadow:none!important;flex:0 0 36px;padding:0!important}
.header-search-close span{display:block;transform:translateY(-1px)}
@media(min-width:861px){
  .header-inner{display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:13px!important;flex-wrap:nowrap!important;min-height:68px!important;padding:10px 0!important;overflow:visible!important}
  .header .logo{flex:0 0 auto!important;min-width:0!important;max-width:238px!important;gap:10px!important;font-size:19px!important;white-space:nowrap!important}
  .header .logo-mark{width:40px!important;height:40px!important;border-radius:14px!important;flex:0 0 40px!important}
  .header .logo span:last-child{display:block!important;max-width:180px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;line-height:1.15!important}
  .header-search{flex:0 1 clamp(310px,33vw,440px)!important;max-width:440px!important;min-width:300px!important;height:44px!important;padding:5px 5px 5px 10px!important;gap:7px!important;border-radius:17px!important;transition:flex-basis .22s ease,max-width .22s ease,box-shadow .18s ease,border-color .18s ease!important}
  .header-search-icon{width:32px!important;height:32px!important;flex-basis:32px!important;border-radius:12px!important;background:#fff!important}
  .header-search-icon svg{width:17px!important;height:17px!important}
  .header-search input{font-size:14px!important;font-weight:800!important;min-width:0!important}
  .header-search input::placeholder{font-size:13px!important;color:#94a3b8!important}
  .header-search>button[type="submit"]{height:34px!important;border-radius:13px!important;padding:0 15px!important;font-size:14px!important;flex:0 0 auto!important;white-space:nowrap!important}
  .header .nav{display:flex!important;align-items:center!important;gap:15px!important;flex:0 0 auto!important;min-width:0!important;font-size:14px!important;line-height:1!important;white-space:nowrap!important;margin-left:2px!important;overflow:visible!important}
  .header .nav a{display:inline-flex!important;align-items:center!important;white-space:nowrap!important;line-height:1.15!important;max-width:86px!important;overflow:hidden!important;text-overflow:ellipsis!important}
  .header .nav a[href="#flashsale"],.header .nav a[href="/#flashsale"],.header .nav a[href="#products"],.header .nav a[href="/#products"],.header .nav a[href="#contact"],.header .nav a[href="/#contact"]{display:none!important}
  .header .header-actions{display:flex!important;align-items:center!important;gap:8px!important;flex:0 0 auto!important;margin-left:auto!important;white-space:nowrap!important;min-width:0!important}
  .header .header-actions .btn-outline{display:none!important}
  .header .header-actions .btn-primary{min-height:40px!important;padding:10px 14px!important;font-size:14px!important;gap:8px!important}
  .header .zalo-mark{width:21px!important;height:21px!important;flex-basis:21px!important}
  body.search-focus-active .header-inner{gap:12px!important}
  body.search-focus-active .header .nav,
  body.search-focus-active .header .header-actions{opacity:0!important;visibility:hidden!important;pointer-events:none!important;width:0!important;max-width:0!important;min-width:0!important;flex:0 0 0!important;margin:0!important;padding:0!important;gap:0!important;overflow:hidden!important;transition:opacity .12s ease,max-width .16s ease!important}
  body.search-focus-active .header-search{flex:1 1 auto!important;max-width:min(780px,calc(100vw - 360px))!important;min-width:360px!important;box-shadow:0 0 0 3px rgba(225,29,46,.07),0 18px 42px rgba(225,29,46,.13)!important}
  body.search-focus-active .header-search-close{display:inline-flex!important}
  body.search-focus-active .header-search .header-search-suggest{left:0!important;right:0!important;top:calc(100% + 11px)!important;max-height:min(56vh,430px)!important;overflow:auto!important}
}
@media(min-width:861px) and (max-width:1120px){
  .header-search{flex-basis:330px!important;max-width:360px!important;min-width:270px!important}
  .header .nav{gap:11px!important;font-size:13px!important}
  .header .nav a[href="#how"],.header .nav a[href="/#how"]{display:none!important}
  .header .header-actions .btn-primary span:not(.zalo-mark){display:none!important}
  .header .header-actions .btn-primary{width:42px!important;height:42px!important;padding:0!important;border-radius:15px!important}
  body.search-focus-active .header-search{max-width:calc(100vw - 320px)!important;min-width:320px!important}
}
@media(max-width:860px){
  .header-inner{overflow:visible!important}
  .header-search{box-shadow:0 8px 22px rgba(225,29,46,.07)!important}
  .header-search-close{display:none!important}
  .header-search .header-search-suggest{left:0!important;right:0!important;top:calc(100% + 9px)!important;border-radius:20px!important;max-height:55vh!important;overflow:auto!important}
}
@media(max-width:390px){
  .header-search>button[type="submit"]{width:40px!important;flex-basis:40px!important}
  .header-search-icon{width:30px!important;height:30px!important;flex-basis:30px!important}
}


/* === SaleHub v1.0.112: keep order and Zalo in desktop search focus === */
.header-search-close{display:none!important}
@media(min-width:861px){
  .header-search{
    flex:0 1 clamp(320px,34vw,480px)!important;
    max-width:480px!important;
    min-width:300px!important;
  }
  body.search-focus-active .header-inner{
    gap:12px!important;
  }
  body.search-focus-active .header-search{
    flex:0 1 clamp(380px,40vw,560px)!important;
    max-width:560px!important;
    min-width:340px!important;
    box-shadow:0 0 0 3px rgba(225,29,46,.06),0 14px 34px rgba(225,29,46,.11)!important;
  }
  body.search-focus-active .header .nav{
    display:flex!important;
    align-items:center!important;
    gap:13px!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    width:auto!important;
    max-width:none!important;
    min-width:0!important;
    flex:0 0 auto!important;
    margin-left:0!important;
    padding:0!important;
    overflow:visible!important;
  }
  body.search-focus-active .header .nav a{
    display:none!important;
  }
  body.search-focus-active .header .nav a[href="#order"],
  body.search-focus-active .header .nav a[href="/#order"]{
    display:inline-flex!important;
    max-width:none!important;
    overflow:visible!important;
    text-overflow:clip!important;
    white-space:nowrap!important;
    font-weight:900!important;
  }
  body.search-focus-active .header .header-actions{
    display:flex!important;
    align-items:center!important;
    gap:8px!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    width:auto!important;
    max-width:none!important;
    min-width:max-content!important;
    flex:0 0 auto!important;
    margin-left:auto!important;
    padding:0!important;
    overflow:visible!important;
  }
  body.search-focus-active .header .header-actions .btn-primary{
    display:inline-flex!important;
    min-height:40px!important;
    padding:10px 14px!important;
    width:auto!important;
    border-radius:16px!important;
  }
  body.search-focus-active .header .header-actions .btn-primary span:not(.zalo-mark){
    display:inline!important;
  }
  body.search-focus-active .header-search .header-search-suggest{
    left:0!important;
    right:0!important;
    top:calc(100% + 10px)!important;
    max-height:min(54vh,400px)!important;
    overflow:auto!important;
  }
}
@media(min-width:861px) and (max-width:1180px){
  .header .logo{max-width:220px!important}
  .header .logo span:last-child{max-width:160px!important}
  .header-search{
    flex-basis:clamp(300px,32vw,410px)!important;
    max-width:410px!important;
    min-width:280px!important;
  }
  body.search-focus-active .header-search{
    flex-basis:clamp(330px,36vw,470px)!important;
    max-width:470px!important;
    min-width:300px!important;
  }
  body.search-focus-active .header .header-actions .btn-primary span:not(.zalo-mark){
    display:none!important;
  }
  body.search-focus-active .header .header-actions .btn-primary{
    width:42px!important;
    height:42px!important;
    padding:0!important;
    justify-content:center!important;
  }
}
@media(min-width:861px) and (max-width:1020px){
  body.search-focus-active .header .nav a[href="#order"],
  body.search-focus-active .header .nav a[href="/#order"]{
    display:none!important;
  }
  body.search-focus-active .header-search{
    max-width:calc(100vw - 350px)!important;
    min-width:280px!important;
  }
}


/* === SaleHub v1.0.113: keep full nav items beside moderate search === */
@media(min-width:861px){
  .header-inner{
    gap:14px!important;
    overflow:visible!important;
  }
  .header .logo{
    flex:0 0 auto!important;
    max-width:230px!important;
  }
  .header .logo span:last-child{
    max-width:170px!important;
  }

  /* Search mở rộng vừa phải, không chiếm hết chiều ngang header */
  .header-search{
    flex:0 1 clamp(330px,34vw,500px)!important;
    max-width:500px!important;
    min-width:300px!important;
  }
  body.search-focus-active .header-search{
    flex:0 1 clamp(360px,37vw,520px)!important;
    max-width:520px!important;
    min-width:320px!important;
    box-shadow:0 0 0 3px rgba(225,29,46,.06),0 14px 34px rgba(225,29,46,.11)!important;
  }

  /* Không cắt chữ menu quan trọng như Tra cứu đơn / Đặt hàng */
  .header .nav{
    display:flex!important;
    align-items:center!important;
    gap:18px!important;
    flex:0 0 auto!important;
    min-width:max-content!important;
    width:auto!important;
    max-width:none!important;
    overflow:visible!important;
    white-space:nowrap!important;
    margin-left:0!important;
  }
  .header .nav a{
    max-width:none!important;
    min-width:max-content!important;
    overflow:visible!important;
    text-overflow:clip!important;
    white-space:nowrap!important;
    line-height:1.15!important;
  }

  /* Vẫn ẩn các mục phụ đã bỏ khỏi header desktop */
  .header .nav a[href="#flashsale"],
  .header .nav a[href="/#flashsale"],
  .header .nav a[href="#products"],
  .header .nav a[href="/#products"],
  .header .nav a[href="#contact"],
  .header .nav a[href="/#contact"]{
    display:none!important;
  }

  .header .header-actions{
    display:flex!important;
    align-items:center!important;
    flex:0 0 auto!important;
    min-width:max-content!important;
    width:auto!important;
    max-width:none!important;
    margin-left:auto!important;
    overflow:visible!important;
  }
  .header .header-actions .btn-primary{
    display:inline-flex!important;
    width:auto!important;
    min-width:max-content!important;
    height:40px!important;
    padding:10px 16px!important;
    border-radius:16px!important;
    justify-content:center!important;
  }
  .header .header-actions .btn-primary span:not(.zalo-mark){
    display:inline!important;
    white-space:nowrap!important;
  }

  /* Khi đang tìm kiếm: chỉ giữ Tra cứu đơn, Đặt hàng, Chat Zalo; ẩn Cách mua để search có thêm khoảng thở */
  body.search-focus-active .header .nav{
    display:flex!important;
    align-items:center!important;
    gap:18px!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    width:auto!important;
    max-width:none!important;
    min-width:max-content!important;
    flex:0 0 auto!important;
    margin-left:0!important;
    padding:0!important;
    overflow:visible!important;
  }
  body.search-focus-active .header .nav a{
    display:none!important;
  }
  body.search-focus-active .header .nav a[href="tra-cuu-don"],
  body.search-focus-active .header .nav a[href="/tra-cuu-don"],
  body.search-focus-active .header .nav a[href="#order"],
  body.search-focus-active .header .nav a[href="/#order"]{
    display:inline-flex!important;
    max-width:none!important;
    min-width:max-content!important;
    overflow:visible!important;
    text-overflow:clip!important;
    white-space:nowrap!important;
    font-weight:900!important;
  }
  body.search-focus-active .header .header-actions{
    display:flex!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    width:auto!important;
    max-width:none!important;
    min-width:max-content!important;
    flex:0 0 auto!important;
    margin-left:auto!important;
    padding:0!important;
    overflow:visible!important;
  }
  body.search-focus-active .header .header-actions .btn-primary{
    display:inline-flex!important;
    width:auto!important;
    min-width:max-content!important;
    height:40px!important;
    padding:10px 16px!important;
    border-radius:16px!important;
  }
  body.search-focus-active .header .header-actions .btn-primary span:not(.zalo-mark){
    display:inline!important;
  }
}

@media(min-width:861px) and (max-width:1180px){
  .header .logo{
    max-width:205px!important;
  }
  .header .logo span:last-child{
    max-width:145px!important;
  }
  .header-search{
    flex-basis:clamp(290px,30vw,400px)!important;
    max-width:400px!important;
    min-width:270px!important;
  }
  body.search-focus-active .header-search{
    flex-basis:clamp(310px,32vw,430px)!important;
    max-width:430px!important;
    min-width:280px!important;
  }
  .header .nav{
    gap:14px!important;
  }
  body.search-focus-active .header .nav{
    gap:14px!important;
  }

  /* Ghi đè các bản trước từng rút gọn nút Zalo */
  .header .header-actions .btn-primary,
  body.search-focus-active .header .header-actions .btn-primary{
    width:auto!important;
    min-width:max-content!important;
    padding:10px 14px!important;
  }
  .header .header-actions .btn-primary span:not(.zalo-mark),
  body.search-focus-active .header .header-actions .btn-primary span:not(.zalo-mark){
    display:inline!important;
  }
}

@media(min-width:861px) and (max-width:1040px){
  .header-search{
    flex-basis:clamp(260px,27vw,340px)!important;
    max-width:340px!important;
    min-width:250px!important;
  }
  body.search-focus-active .header-search{
    flex-basis:clamp(280px,29vw,360px)!important;
    max-width:360px!important;
    min-width:260px!important;
  }
}


/* === SaleHub v1.0.114: balanced desktop search focus width === */
@media(min-width:861px){
  /*
    Khi đang tìm kiếm trên desktop:
    - Search được dãn rộng thêm để lấp khoảng trống giữa Đặt hàng và Chat Zalo.
    - Vẫn giữ đủ Tra cứu đơn, Đặt hàng, Chat Zalo.
    - Không dùng margin-left:auto cho Zalo ở trạng thái focus để tránh tạo khoảng trắng lớn.
  */
  body.search-focus-active .header-inner{
    gap:12px!important;
    justify-content:flex-start!important;
  }
  body.search-focus-active .header-search{
    flex:1 1 590px!important;
    max-width:650px!important;
    min-width:360px!important;
  }
  body.search-focus-active .header .nav{
    flex:0 0 auto!important;
    gap:16px!important;
    margin-left:0!important;
  }
  body.search-focus-active .header .header-actions{
    flex:0 0 auto!important;
    margin-left:8px!important;
  }
}

@media(min-width:1181px){
  body.search-focus-active .header-search{
    flex-basis:620px!important;
    max-width:680px!important;
  }
}

@media(min-width:1041px) and (max-width:1180px){
  body.search-focus-active .header-inner{
    gap:10px!important;
  }
  body.search-focus-active .header-search{
    flex:1 1 500px!important;
    max-width:560px!important;
    min-width:330px!important;
  }
  body.search-focus-active .header .nav{
    gap:13px!important;
  }
  body.search-focus-active .header .header-actions{
    margin-left:6px!important;
  }
}

@media(min-width:861px) and (max-width:1040px){
  body.search-focus-active .header-search{
    flex:1 1 auto!important;
    max-width:calc(100vw - 560px)!important;
    min-width:260px!important;
  }
  body.search-focus-active .header .nav{
    gap:10px!important;
  }
  body.search-focus-active .header .header-actions{
    margin-left:4px!important;
  }
}


/* === SaleHub v1.0.115: mobile keyword chips & sticky contact polish === */
@media(max-width:860px){
  .mobile-search-chips{
    display:flex!important;
    width:calc(100% - 24px)!important;
    max-width:420px!important;
    margin:8px auto 14px!important;
    padding:3px 1px 2px!important;
    gap:8px!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    -webkit-overflow-scrolling:touch;
    scroll-snap-type:x proximity;
    scrollbar-width:none;
  }
  .mobile-search-chips::-webkit-scrollbar{display:none}
  .mobile-search-chips button{
    flex:0 0 auto!important;
    min-height:34px!important;
    padding:7px 13px!important;
    border-radius:999px!important;
    border:1px solid rgba(225,29,46,.18)!important;
    background:rgba(255,255,255,.92)!important;
    color:#b91c1c!important;
    font-size:12.5px!important;
    line-height:1!important;
    font-weight:900!important;
    box-shadow:0 7px 18px rgba(225,29,46,.06)!important;
    scroll-snap-align:start;
  }
  .mobile-search-chips button:active{
    transform:scale(.98);
    background:#fff1f2!important;
  }
}
@media(max-width:390px){
  .mobile-search-chips{
    width:calc(100% - 20px)!important;
    margin-top:7px!important;
    margin-bottom:12px!important;
    gap:7px!important;
  }
  .mobile-search-chips button{
    min-height:33px!important;
    padding:7px 12px!important;
    font-size:12px!important;
  }
}

/* Làm cụm liên hệ nổi mềm hơn: viền đen trong suốt hơn ở mobile,
   đồng thời desktop cũng có khung bọc giống mobile để đồng bộ nhận diện. */
.float-bar.sticky-contact-bar{
  background:rgba(15,23,42,.46)!important;
  border:1px solid rgba(255,255,255,.18)!important;
  box-shadow:0 18px 44px rgba(2,6,23,.18)!important;
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
}
.float-bar.sticky-contact-bar a,
.float-bar.sticky-contact-bar button{
  box-shadow:0 10px 24px rgba(2,6,23,.14)!important;
}
@media(min-width:621px){
  .float-bar.sticky-contact-bar{
    padding:8px!important;
    gap:8px!important;
    border-radius:26px!important;
    background:rgba(15,23,42,.42)!important;
    border-color:rgba(255,255,255,.18)!important;
  }
}
@media(max-width:620px){
  .float-bar.sticky-contact-bar{
    width:calc(100% - 18px)!important;
    padding:7px!important;
    gap:7px!important;
    border-radius:21px!important;
    background:rgba(15,23,42,.50)!important;
    border-color:rgba(255,255,255,.20)!important;
    box-shadow:0 16px 36px rgba(2,6,23,.18)!important;
  }
}


/* === SaleHub v1.0.116: professional search suggestion icons === */
.header-search-suggest-item .header-suggest-icon{
  width:32px!important;
  height:32px!important;
  border-radius:12px!important;
  flex:0 0 32px!important;
  display:grid!important;
  place-items:center!important;
  background:linear-gradient(135deg,#fff7f7,#fff1f2)!important;
  border:1px solid #ffe4e6!important;
  color:#e11d2e!important;
  box-shadow:0 8px 18px rgba(225,29,46,.08)!important;
}
.header-search-suggest-item .header-suggest-icon svg{
  width:16px;
  height:16px;
  display:block;
  fill:none;
  stroke:currentColor;
  stroke-width:2.25;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.header-search-suggest-item .header-suggest-icon-enter{
  background:linear-gradient(135deg,#f8fafc,#fff1f2)!important;
  color:#be123c!important;
}
.header-search-suggest-item{
  min-height:48px;
}
.header-search-suggest-item strong{
  letter-spacing:-.01em;
}
@media(max-width:720px){
  .header-search-suggest-item .header-suggest-icon{
    width:30px!important;
    height:30px!important;
    flex-basis:30px!important;
  }
  .header-search-suggest-item .header-suggest-icon svg{
    width:15px;
    height:15px;
  }
}


/* === SaleHub v1.0.117: compact checkout quantity stepper fix === */
.compact-order-form .product-pick-card{
  grid-template-columns:minmax(0,1fr) 132px!important;
  gap:10px!important;
  align-items:stretch!important;
}
.compact-order-form .compact-product-trigger{
  min-height:62px!important;
  border-radius:17px!important;
}
.compact-order-form .product-qty-inline{
  min-width:0!important;
  min-height:62px!important;
  padding:8px!important;
  border-radius:17px!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  gap:6px!important;
  background:linear-gradient(180deg,#fff7f7,#fff)!important;
  border:1px solid #fee2e2!important;
  box-shadow:none!important;
}
.compact-order-form .product-qty-inline>span{
  display:block!important;
  margin:0!important;
  font-size:11.5px!important;
  line-height:1.1!important;
  color:#991b1b!important;
  font-weight:950!important;
}
.compact-order-form .compact-qty.qty-stepper,
.compact-order-form .product-qty-inline .qty-stepper{
  width:100%!important;
  height:36px!important;
  min-height:36px!important;
  display:grid!important;
  grid-template-columns:34px minmax(34px,1fr) 34px!important;
  border-radius:12px!important;
  overflow:hidden!important;
  background:#fff!important;
  box-shadow:0 6px 14px rgba(225,29,46,.045)!important;
}
.compact-order-form .compact-qty .qty-btn,
.compact-order-form .product-qty-inline .qty-btn{
  width:34px!important;
  height:36px!important;
  min-height:36px!important;
  padding:0!important;
  font-size:16px!important;
  line-height:1!important;
  border-radius:0!important;
}
.compact-order-form .compact-qty input,
.compact-order-form .product-qty-inline .qty-stepper input{
  height:36px!important;
  min-height:36px!important;
  padding:0 4px!important;
  font-size:14px!important;
  line-height:36px!important;
  font-weight:950!important;
  background:#fff!important;
  box-shadow:none!important;
}

/* Giữ phần chọn sản phẩm và số lượng cân đối trên tablet */
@media(max-width:980px){
  .compact-order-form .product-pick-card{
    grid-template-columns:minmax(0,1fr) 124px!important;
  }
}

/* Mobile: số lượng chuyển thành hàng ngang, không phình cao bất thường */
@media(max-width:720px){
  .compact-order-form .product-pick-card{
    grid-template-columns:1fr!important;
    gap:9px!important;
  }
  .compact-order-form .product-qty-inline{
    min-height:50px!important;
    display:grid!important;
    grid-template-columns:auto 136px!important;
    align-items:center!important;
    gap:10px!important;
    padding:8px 10px!important;
  }
  .compact-order-form .product-qty-inline>span{
    font-size:12px!important;
  }
}

@media(max-width:390px){
  .compact-order-form .product-qty-inline{
    grid-template-columns:1fr!important;
    gap:7px!important;
  }
  .compact-order-form .compact-qty.qty-stepper,
  .compact-order-form .product-qty-inline .qty-stepper{
    max-width:150px!important;
  }
}


/* === SaleHub v1.0.118: checkout product quantity same-row balance === */
.order-section-v21 .product-block{
  height:auto!important;
  align-self:start!important;
}
.order-section-v21 .product-block .product-pick-card{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 118px!important;
  gap:8px!important;
  align-items:stretch!important;
  width:100%!important;
}
.order-section-v21 .product-block .compact-product-picker,
.order-section-v21 .product-block .custom-product-select{
  min-width:0!important;
  width:100%!important;
}
.order-section-v21 .product-block .compact-product-trigger{
  height:54px!important;
  min-height:54px!important;
  padding:7px 38px 7px 10px!important;
  border-radius:16px!important;
  display:flex!important;
  align-items:center!important;
}
.order-section-v21 .product-block .custom-select-current{
  min-width:0!important;
  gap:8px!important;
}
.order-section-v21 .product-block .custom-select-media,
.order-section-v21 .product-block .custom-select-current-media{
  width:34px!important;
  height:34px!important;
  flex:0 0 34px!important;
  border-radius:11px!important;
}
.order-section-v21 .product-block .custom-select-current strong{
  font-size:13px!important;
  line-height:1.15!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
.order-section-v21 .product-block .current-price-line{
  margin-top:2px!important;
  gap:5px!important;
  line-height:1!important;
}
.order-section-v21 .product-block .current-price-line b,
.order-section-v21 .product-block .current-price-line del{
  font-size:11.5px!important;
  line-height:1!important;
}
.order-section-v21 .product-block .custom-select-arrow,
.order-section-v21 .product-block .custom-select-trigger::after{
  right:10px!important;
}
.order-section-v21 .product-block .product-qty-inline{
  height:54px!important;
  min-height:54px!important;
  max-height:54px!important;
  align-self:stretch!important;
  padding:5px 6px!important;
  border-radius:16px!important;
  display:grid!important;
  grid-template-rows:13px 1fr!important;
  align-content:center!important;
  justify-content:stretch!important;
  gap:4px!important;
  background:linear-gradient(180deg,#fff7f7,#fff)!important;
  border:1px solid #fee2e2!important;
  box-shadow:none!important;
}
.order-section-v21 .product-block .product-qty-inline>span{
  display:block!important;
  margin:0!important;
  font-size:10.5px!important;
  line-height:13px!important;
  font-weight:950!important;
  color:#991b1b!important;
  white-space:nowrap!important;
}
.order-section-v21 .product-block .compact-qty.qty-stepper,
.order-section-v21 .product-block .product-qty-inline .qty-stepper{
  width:100%!important;
  height:28px!important;
  min-height:28px!important;
  display:grid!important;
  grid-template-columns:28px minmax(24px,1fr) 28px!important;
  border-radius:10px!important;
  overflow:hidden!important;
  background:#fff!important;
  border:1px solid #fee2e2!important;
  box-shadow:0 5px 12px rgba(225,29,46,.04)!important;
}
.order-section-v21 .product-block .compact-qty .qty-btn,
.order-section-v21 .product-block .product-qty-inline .qty-btn{
  width:28px!important;
  height:28px!important;
  min-height:28px!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:#fff!important;
  color:#b91c1c!important;
  font-size:13px!important;
  font-weight:950!important;
  line-height:1!important;
}
.order-section-v21 .product-block .compact-qty input,
.order-section-v21 .product-block .product-qty-inline .qty-stepper input{
  height:28px!important;
  min-height:28px!important;
  padding:0 2px!important;
  border:0!important;
  background:#fff!important;
  box-shadow:none!important;
  font-size:13px!important;
  line-height:28px!important;
  font-weight:950!important;
  text-align:center!important;
}
.order-section-v21 .product-block .product-qty-inline input::-webkit-outer-spin-button,
.order-section-v21 .product-block .product-qty-inline input::-webkit-inner-spin-button{
  -webkit-appearance:none!important;
  margin:0!important;
}
.order-section-v21 .product-block .product-qty-inline input[type=number]{
  -moz-appearance:textfield!important;
}

@media(max-width:980px){
  .order-section-v21 .product-block .product-pick-card{
    grid-template-columns:minmax(0,1fr) 112px!important;
  }
}
@media(max-width:720px){
  .order-section-v21 .product-block .product-pick-card{
    grid-template-columns:1fr!important;
    gap:8px!important;
  }
  .order-section-v21 .product-block .compact-product-trigger{
    height:56px!important;
    min-height:56px!important;
  }
  .order-section-v21 .product-block .product-qty-inline{
    height:46px!important;
    min-height:46px!important;
    max-height:46px!important;
    display:grid!important;
    grid-template-columns:auto 128px!important;
    grid-template-rows:1fr!important;
    align-items:center!important;
    justify-content:space-between!important;
    padding:7px 9px!important;
  }
  .order-section-v21 .product-block .product-qty-inline>span{
    font-size:12px!important;
    line-height:1!important;
  }
}
@media(max-width:390px){
  .order-section-v21 .product-block .product-qty-inline{
    grid-template-columns:1fr 122px!important;
  }
}


/* === SaleHub v1.0.119: checkout quantity below product balance === */
/*
  Theo layout chốt đơn nhanh:
  - Dòng 1: Sản phẩm đặt mua chiếm nguyên hàng.
  - Dòng 2: Số lượng nằm dưới, cùng chiều rộng và cùng nhịp bo góc với dòng sản phẩm.
  - Không ép số lượng nằm cùng hàng với sản phẩm trên desktop.
*/
.order-section-v21 .product-block .product-pick-card,
.compact-order-form .product-pick-card{
  display:grid!important;
  grid-template-columns:1fr!important;
  grid-template-rows:auto auto!important;
  gap:8px!important;
  align-items:stretch!important;
  width:100%!important;
}

.order-section-v21 .product-block .compact-product-picker,
.order-section-v21 .product-block .custom-product-select,
.compact-order-form .compact-product-picker,
.compact-order-form .custom-product-select{
  grid-column:1 / -1!important;
  width:100%!important;
  min-width:0!important;
}

.order-section-v21 .product-block .compact-product-trigger,
.compact-order-form .compact-product-trigger{
  width:100%!important;
  min-height:54px!important;
  height:54px!important;
  border-radius:16px!important;
  display:flex!important;
  align-items:center!important;
  padding:7px 42px 7px 10px!important;
}

.order-section-v21 .product-block .product-qty-inline,
.compact-order-form .product-qty-inline{
  grid-column:1 / -1!important;
  width:100%!important;
  min-width:0!important;
  height:48px!important;
  min-height:48px!important;
  max-height:48px!important;
  display:grid!important;
  grid-template-columns:auto minmax(138px,168px)!important;
  grid-template-rows:1fr!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
  padding:7px 10px!important;
  border-radius:16px!important;
  background:linear-gradient(180deg,#fff7f7,#fff)!important;
  border:1px solid #fee2e2!important;
  box-shadow:none!important;
}

.order-section-v21 .product-block .product-qty-inline>span,
.compact-order-form .product-qty-inline>span{
  display:flex!important;
  align-items:center!important;
  height:auto!important;
  min-height:0!important;
  margin:0!important;
  color:#991b1b!important;
  font-size:12px!important;
  line-height:1!important;
  font-weight:950!important;
  white-space:nowrap!important;
}

.order-section-v21 .product-block .compact-qty.qty-stepper,
.order-section-v21 .product-block .product-qty-inline .qty-stepper,
.compact-order-form .compact-qty.qty-stepper,
.compact-order-form .product-qty-inline .qty-stepper{
  justify-self:end!important;
  width:158px!important;
  max-width:158px!important;
  height:32px!important;
  min-height:32px!important;
  display:grid!important;
  grid-template-columns:34px minmax(44px,1fr) 34px!important;
  border-radius:12px!important;
  overflow:hidden!important;
  background:#fff!important;
  border:1px solid #fee2e2!important;
  box-shadow:0 5px 12px rgba(225,29,46,.04)!important;
}

.order-section-v21 .product-block .compact-qty .qty-btn,
.order-section-v21 .product-block .product-qty-inline .qty-btn,
.compact-order-form .compact-qty .qty-btn,
.compact-order-form .product-qty-inline .qty-btn{
  width:34px!important;
  height:32px!important;
  min-height:32px!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:#fff!important;
  color:#b91c1c!important;
  font-size:13px!important;
  font-weight:950!important;
  line-height:1!important;
}

.order-section-v21 .product-block .compact-qty input,
.order-section-v21 .product-block .product-qty-inline .qty-stepper input,
.compact-order-form .compact-qty input,
.compact-order-form .product-qty-inline .qty-stepper input{
  height:32px!important;
  min-height:32px!important;
  padding:0 4px!important;
  border:0!important;
  background:#fff!important;
  box-shadow:none!important;
  font-size:14px!important;
  line-height:32px!important;
  font-weight:950!important;
  text-align:center!important;
}

@media(max-width:720px){
  .order-section-v21 .product-block .product-pick-card,
  .compact-order-form .product-pick-card{
    gap:8px!important;
  }
  .order-section-v21 .product-block .compact-product-trigger,
  .compact-order-form .compact-product-trigger{
    min-height:54px!important;
    height:54px!important;
  }
  .order-section-v21 .product-block .product-qty-inline,
  .compact-order-form .product-qty-inline{
    height:46px!important;
    min-height:46px!important;
    max-height:46px!important;
    grid-template-columns:auto minmax(128px,150px)!important;
    padding:7px 9px!important;
  }
  .order-section-v21 .product-block .compact-qty.qty-stepper,
  .order-section-v21 .product-block .product-qty-inline .qty-stepper,
  .compact-order-form .compact-qty.qty-stepper,
  .compact-order-form .product-qty-inline .qty-stepper{
    width:142px!important;
    max-width:142px!important;
    height:30px!important;
    min-height:30px!important;
    grid-template-columns:32px minmax(38px,1fr) 32px!important;
  }
  .order-section-v21 .product-block .compact-qty .qty-btn,
  .order-section-v21 .product-block .product-qty-inline .qty-btn,
  .compact-order-form .compact-qty .qty-btn,
  .compact-order-form .product-qty-inline .qty-btn,
  .order-section-v21 .product-block .compact-qty input,
  .order-section-v21 .product-block .product-qty-inline .qty-stepper input,
  .compact-order-form .compact-qty input,
  .compact-order-form .product-qty-inline .qty-stepper input{
    height:30px!important;
    min-height:30px!important;
    line-height:30px!important;
  }
}

@media(max-width:390px){
  .order-section-v21 .product-block .product-qty-inline,
  .compact-order-form .product-qty-inline{
    grid-template-columns:auto 132px!important;
    gap:8px!important;
  }
  .order-section-v21 .product-block .compact-qty.qty-stepper,
  .order-section-v21 .product-block .product-qty-inline .qty-stepper,
  .compact-order-form .compact-qty.qty-stepper,
  .compact-order-form .product-qty-inline .qty-stepper{
    width:132px!important;
    max-width:132px!important;
  }
}


/* === SaleHub v1.0.120: quantity box only design === */
/*
  Chỉ chỉnh cụm Số lượng trong Chốt đơn nhanh:
  - Giữ nguyên bố cục sản phẩm đã chọn.
  - Label "Số lượng" nằm phía trên.
  - Ô - / số / + full width, cân đối như mẫu người dùng gửi.
*/
.order-section-v21 .product-block .product-qty-inline,
.compact-order-form .product-qty-inline{
  grid-column:1 / -1!important;
  width:100%!important;
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
  display:block!important;
  padding:0!important;
  margin-top:6px!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  border-radius:0!important;
}

.order-section-v21 .product-block .product-qty-inline>span,
.compact-order-form .product-qty-inline>span{
  display:block!important;
  margin:0 0 8px 0!important;
  height:auto!important;
  min-height:0!important;
  color:#7f1d1d!important;
  font-size:14px!important;
  line-height:1.2!important;
  font-weight:950!important;
  letter-spacing:0!important;
  text-transform:none!important;
}

.order-section-v21 .product-block .compact-qty.qty-stepper,
.order-section-v21 .product-block .product-qty-inline .qty-stepper,
.compact-order-form .compact-qty.qty-stepper,
.compact-order-form .product-qty-inline .qty-stepper{
  width:100%!important;
  max-width:none!important;
  height:54px!important;
  min-height:54px!important;
  display:grid!important;
  grid-template-columns:52px minmax(0,1fr) 52px!important;
  align-items:center!important;
  border:1px solid #fecaca!important;
  border-radius:18px!important;
  overflow:hidden!important;
  background:#fff!important;
  box-shadow:none!important;
}

.order-section-v21 .product-block .compact-qty .qty-btn,
.order-section-v21 .product-block .product-qty-inline .qty-btn,
.compact-order-form .compact-qty .qty-btn,
.compact-order-form .product-qty-inline .qty-btn{
  width:52px!important;
  height:54px!important;
  min-height:54px!important;
  display:grid!important;
  place-items:center!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:#fff1f2!important;
  color:#be123c!important;
  font-size:18px!important;
  font-weight:950!important;
  line-height:1!important;
}

.order-section-v21 .product-block .compact-qty .qty-btn:hover,
.order-section-v21 .product-block .product-qty-inline .qty-btn:hover,
.compact-order-form .compact-qty .qty-btn:hover,
.compact-order-form .product-qty-inline .qty-btn:hover{
  background:#ffe4e6!important;
}

.order-section-v21 .product-block .compact-qty input,
.order-section-v21 .product-block .product-qty-inline .qty-stepper input,
.compact-order-form .compact-qty input,
.compact-order-form .product-qty-inline .qty-stepper input{
  width:100%!important;
  height:54px!important;
  min-height:54px!important;
  padding:0 8px!important;
  border:0!important;
  border-radius:0!important;
  background:#fff!important;
  box-shadow:none!important;
  color:#111827!important;
  font-size:18px!important;
  line-height:54px!important;
  font-weight:950!important;
  text-align:center!important;
  outline:0!important;
  appearance:textfield!important;
  -moz-appearance:textfield!important;
}

.order-section-v21 .product-block .product-qty-inline input::-webkit-outer-spin-button,
.order-section-v21 .product-block .product-qty-inline input::-webkit-inner-spin-button,
.compact-order-form .product-qty-inline input::-webkit-outer-spin-button,
.compact-order-form .product-qty-inline input::-webkit-inner-spin-button{
  -webkit-appearance:none!important;
  margin:0!important;
}

@media(max-width:720px){
  .order-section-v21 .product-block .product-qty-inline,
  .compact-order-form .product-qty-inline{
    margin-top:6px!important;
  }

  .order-section-v21 .product-block .product-qty-inline>span,
  .compact-order-form .product-qty-inline>span{
    margin-bottom:7px!important;
    font-size:13px!important;
  }

  .order-section-v21 .product-block .compact-qty.qty-stepper,
  .order-section-v21 .product-block .product-qty-inline .qty-stepper,
  .compact-order-form .compact-qty.qty-stepper,
  .compact-order-form .product-qty-inline .qty-stepper{
    height:50px!important;
    min-height:50px!important;
    grid-template-columns:48px minmax(0,1fr) 48px!important;
    border-radius:16px!important;
  }

  .order-section-v21 .product-block .compact-qty .qty-btn,
  .order-section-v21 .product-block .product-qty-inline .qty-btn,
  .compact-order-form .compact-qty .qty-btn,
  .compact-order-form .product-qty-inline .qty-btn,
  .order-section-v21 .product-block .compact-qty input,
  .order-section-v21 .product-block .product-qty-inline .qty-stepper input,
  .compact-order-form .compact-qty input,
  .compact-order-form .product-qty-inline .qty-stepper input{
    height:50px!important;
    min-height:50px!important;
    line-height:50px!important;
  }

  .order-section-v21 .product-block .compact-qty .qty-btn,
  .order-section-v21 .product-block .product-qty-inline .qty-btn,
  .compact-order-form .compact-qty .qty-btn,
  .compact-order-form .product-qty-inline .qty-btn{
    width:48px!important;
  }
}


/* === SaleHub v1.0.121: selected product row balance === */
/*
  Tinh chỉnh riêng hàng "Sản phẩm đặt mua":
  - Hàng sản phẩm gọn giống mẫu đang chọn.
  - Khối 2 stretch theo khối 1 để 2 border ngoài cân nhau.
  - Không làm thay đổi lại ô Số lượng v1.0.120.
*/
.order-section-v21 .compact-checkout-card .checkout-block.product-block{
  align-self:stretch!important;
  height:100%!important;
  display:flex!important;
  flex-direction:column!important;
}

.order-section-v21 .compact-checkout-card .checkout-block.customer-block{
  align-self:stretch!important;
  height:100%!important;
}

.order-section-v21 .product-block .product-pick-card,
.compact-order-form .product-block .product-pick-card{
  flex:1 1 auto!important;
  display:grid!important;
  grid-template-columns:1fr!important;
  grid-template-rows:auto auto!important;
  gap:9px!important;
  align-content:start!important;
  width:100%!important;
}

.order-section-v21 .product-block .compact-product-picker,
.order-section-v21 .product-block .custom-select-field,
.order-section-v21 .product-block .custom-product-select,
.compact-order-form .product-block .compact-product-picker,
.compact-order-form .product-block .custom-select-field,
.compact-order-form .product-block .custom-product-select{
  width:100%!important;
  min-width:0!important;
}

.order-section-v21 .product-block .compact-product-trigger,
.compact-order-form .product-block .compact-product-trigger{
  width:100%!important;
  height:58px!important;
  min-height:58px!important;
  max-height:58px!important;
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  position:relative!important;
  padding:8px 44px 8px 10px!important;
  border-radius:18px!important;
  border:1px solid #fecaca!important;
  background:linear-gradient(180deg,#fffafa,#fff5f6)!important;
  box-shadow:none!important;
  overflow:hidden!important;
}

.order-section-v21 .product-block .compact-product-trigger:hover,
.compact-order-form .product-block .compact-product-trigger:hover{
  border-color:#fb7185!important;
  background:linear-gradient(180deg,#fff7f8,#fff1f2)!important;
}

.order-section-v21 .product-block .custom-select-media,
.order-section-v21 .product-block .custom-select-current-media,
.compact-order-form .product-block .custom-select-media,
.compact-order-form .product-block .custom-select-current-media{
  width:38px!important;
  height:38px!important;
  min-width:38px!important;
  flex:0 0 38px!important;
  border-radius:13px!important;
  display:grid!important;
  place-items:center!important;
  background:#fff1f2!important;
  color:#be123c!important;
  overflow:hidden!important;
  font-size:20px!important;
}

.order-section-v21 .product-block .custom-select-media img,
.order-section-v21 .product-block .custom-select-current-media img,
.compact-order-form .product-block .custom-select-media img,
.compact-order-form .product-block .custom-select-current-media img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  padding:5px!important;
}

.order-section-v21 .product-block .custom-select-current,
.compact-order-form .product-block .custom-select-current{
  flex:1 1 auto!important;
  min-width:0!important;
  display:grid!important;
  align-content:center!important;
  gap:3px!important;
  padding-right:4px!important;
}

.order-section-v21 .product-block .custom-select-current strong,
.compact-order-form .product-block .custom-select-current strong{
  display:block!important;
  max-width:100%!important;
  color:#111827!important;
  font-size:14px!important;
  line-height:1.2!important;
  font-weight:950!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}

.order-section-v21 .product-block .current-price-line,
.compact-order-form .product-block .current-price-line{
  display:flex!important;
  align-items:center!important;
  gap:7px!important;
  margin:0!important;
  line-height:1!important;
  min-width:0!important;
}

.order-section-v21 .product-block .current-price-line del,
.compact-order-form .product-block .current-price-line del{
  color:#9ca3af!important;
  font-size:12px!important;
  line-height:1!important;
  font-weight:800!important;
  white-space:nowrap!important;
}

.order-section-v21 .product-block .current-price-line b,
.compact-order-form .product-block .current-price-line b{
  color:#e11d2e!important;
  font-size:13.5px!important;
  line-height:1!important;
  font-weight:950!important;
  white-space:nowrap!important;
}

.order-section-v21 .product-block .custom-select-caret,
.order-section-v21 .product-block .custom-select-arrow,
.compact-order-form .product-block .custom-select-caret,
.compact-order-form .product-block .custom-select-arrow{
  position:absolute!important;
  right:10px!important;
  top:50%!important;
  transform:translateY(-50%)!important;
  width:30px!important;
  height:30px!important;
  border-radius:999px!important;
  display:grid!important;
  place-items:center!important;
  background:#ffe4e6!important;
  color:#be123c!important;
  flex:0 0 30px!important;
}

.order-section-v21 .product-block .custom-select-caret svg,
.order-section-v21 .product-block .custom-select-arrow svg,
.compact-order-form .product-block .custom-select-caret svg,
.compact-order-form .product-block .custom-select-arrow svg{
  width:16px!important;
  height:16px!important;
  stroke:currentColor!important;
  stroke-width:2.5!important;
}

.order-section-v21 .product-block .custom-select-menu,
.compact-order-form .product-block .custom-select-menu{
  border-radius:18px!important;
  border-color:#fecaca!important;
  box-shadow:0 18px 40px rgba(15,23,42,.12)!important;
}

/* Giữ khối 2 cao/cân với khối 1 trên desktop mà không làm số lượng phình. */
@media(min-width:721px){
  .order-section-v21 .compact-checkout-card .checkout-block.product-block{
    min-height:154px!important;
  }
  .order-section-v21 .product-block .product-pick-card{
    align-content:start!important;
  }
}

/* Mobile: hàng sản phẩm gọn hơn, không đẩy chiều cao card. */
@media(max-width:720px){
  .order-section-v21 .product-block .compact-product-trigger,
  .compact-order-form .product-block .compact-product-trigger{
    height:56px!important;
    min-height:56px!important;
    max-height:56px!important;
    border-radius:16px!important;
    padding:8px 42px 8px 9px!important;
    gap:9px!important;
  }

  .order-section-v21 .product-block .custom-select-media,
  .order-section-v21 .product-block .custom-select-current-media,
  .compact-order-form .product-block .custom-select-media,
  .compact-order-form .product-block .custom-select-current-media{
    width:36px!important;
    height:36px!important;
    min-width:36px!important;
    flex-basis:36px!important;
    border-radius:12px!important;
  }

  .order-section-v21 .product-block .custom-select-current strong,
  .compact-order-form .product-block .custom-select-current strong{
    font-size:13.5px!important;
  }

  .order-section-v21 .product-block .current-price-line b,
  .compact-order-form .product-block .current-price-line b{
    font-size:13px!important;
  }

  .order-section-v21 .product-block .current-price-line del,
  .compact-order-form .product-block .current-price-line del{
    font-size:11.5px!important;
  }
}


/* === SaleHub v1.0.122: checkout form aligned product selection === */
/*
  Mục tiêu:
  - Họ tên bên trái ngang nhịp với Chọn sản phẩm bên phải.
  - Số điện thoại bên trái ngang nhịp với Số lượng bên phải.
  - Chỉ canh lại khu Chốt đơn nhanh, không thay đổi logic đặt hàng.
*/
.compact-order-form .checkout-block.product-block{
  align-self:stretch!important;
}

.compact-order-form .product-block .product-pick-card{
  display:grid!important;
  grid-template-columns:1fr!important;
  grid-template-rows:auto auto!important;
  gap:15px!important;
  align-items:start!important;
  width:100%!important;
}

.compact-order-form .product-block .compact-product-picker{
  grid-column:1 / -1!important;
  width:100%!important;
  min-width:0!important;
  display:block!important;
}

.compact-order-form .product-block .compact-field-label{
  display:block!important;
  margin:0 0 8px 0!important;
  color:#111827!important;
  font-size:14px!important;
  line-height:1.2!important;
  font-weight:950!important;
  letter-spacing:0!important;
}

.compact-order-form .product-block .compact-field-label .required-star{
  color:#e11d2e!important;
  font-weight:950!important;
}

.compact-order-form .product-block .compact-product-trigger{
  width:100%!important;
  height:50px!important;
  min-height:50px!important;
  max-height:50px!important;
  display:flex!important;
  align-items:center!important;
  padding:7px 44px 7px 12px!important;
  border-radius:16px!important;
  background:#fff7f7!important;
  border:1px solid #fecaca!important;
  box-shadow:none!important;
}

.compact-order-form .product-block .custom-select-current{
  min-width:0!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  gap:2px!important;
}

.compact-order-form .product-block .custom-select-current strong{
  color:#111827!important;
  font-size:14.5px!important;
  line-height:1.15!important;
  font-weight:950!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}

.compact-order-form .product-block .current-price-line{
  display:flex!important;
  align-items:center!important;
  gap:6px!important;
  margin:0!important;
  line-height:1!important;
}

.compact-order-form .product-block .current-price-line del,
.compact-order-form .product-block .current-price-line b{
  font-size:12px!important;
  line-height:1!important;
}

.compact-order-form .product-block .current-price-line b{
  color:#e11d2e!important;
  font-weight:950!important;
}

.compact-order-form .product-block .custom-select-media,
.compact-order-form .product-block .custom-select-current-media{
  width:34px!important;
  height:34px!important;
  flex:0 0 34px!important;
  border-radius:11px!important;
}

.compact-order-form .product-block .custom-select-caret,
.compact-order-form .product-block .custom-select-arrow{
  width:30px!important;
  height:30px!important;
  right:10px!important;
  border-radius:999px!important;
  background:#ffe4e6!important;
  color:#be123c!important;
}

/* Số lượng giữ dạng full width nhưng canh đúng nhịp với Số điện thoại */
.compact-order-form .product-block .product-qty-inline{
  grid-column:1 / -1!important;
  width:100%!important;
  display:block!important;
  margin:0!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}

.compact-order-form .product-block .product-qty-inline>span{
  display:block!important;
  margin:0 0 8px 0!important;
  color:#7f1d1d!important;
  font-size:14px!important;
  line-height:1.2!important;
  font-weight:950!important;
}

.compact-order-form .product-block .product-qty-inline .qty-stepper,
.compact-order-form .product-block .compact-qty.qty-stepper{
  width:100%!important;
  max-width:none!important;
  height:50px!important;
  min-height:50px!important;
  display:grid!important;
  grid-template-columns:52px minmax(0,1fr) 52px!important;
  align-items:center!important;
  border:1px solid #fecaca!important;
  border-radius:16px!important;
  overflow:hidden!important;
  background:#fff!important;
  box-shadow:none!important;
}

.compact-order-form .product-block .product-qty-inline .qty-btn,
.compact-order-form .product-block .compact-qty .qty-btn{
  width:52px!important;
  height:50px!important;
  min-height:50px!important;
  display:grid!important;
  place-items:center!important;
  border:0!important;
  border-radius:0!important;
  background:#fff1f2!important;
  color:#be123c!important;
  font-size:18px!important;
  font-weight:950!important;
}

.compact-order-form .product-block .product-qty-inline .qty-stepper input,
.compact-order-form .product-block .compact-qty input{
  height:50px!important;
  min-height:50px!important;
  border:0!important;
  background:#fff!important;
  color:#111827!important;
  font-size:18px!important;
  line-height:50px!important;
  font-weight:950!important;
  text-align:center!important;
  box-shadow:none!important;
}

@media(max-width:720px){
  .compact-order-form .product-block .product-pick-card{
    gap:13px!important;
  }
  .compact-order-form .product-block .compact-field-label,
  .compact-order-form .product-block .product-qty-inline>span{
    font-size:13px!important;
    margin-bottom:7px!important;
  }
  .compact-order-form .product-block .compact-product-trigger,
  .compact-order-form .product-block .product-qty-inline .qty-stepper,
  .compact-order-form .product-block .compact-qty.qty-stepper{
    height:48px!important;
    min-height:48px!important;
    max-height:48px!important;
    border-radius:15px!important;
  }
  .compact-order-form .product-block .product-qty-inline .qty-stepper,
  .compact-order-form .product-block .compact-qty.qty-stepper{
    grid-template-columns:48px minmax(0,1fr) 48px!important;
  }
  .compact-order-form .product-block .product-qty-inline .qty-btn,
  .compact-order-form .product-block .compact-qty .qty-btn,
  .compact-order-form .product-block .product-qty-inline .qty-stepper input,
  .compact-order-form .product-block .compact-qty input{
    height:48px!important;
    min-height:48px!important;
    line-height:48px!important;
  }
  .compact-order-form .product-block .product-qty-inline .qty-btn,
  .compact-order-form .product-block .compact-qty .qty-btn{
    width:48px!important;
  }
}


/* === SaleHub v1.0.123: quick order modal quantity fix === */
/*
  Sửa riêng ô Số lượng trong popup Chốt đơn nhanh.
  Nguyên nhân: các rule .compact-qty của form landing page được thêm sau đó
  có thể ăn sang .quick-qty-v42 trong popup vì popup cũng dùng class compact-qty.
*/
#orderModal .quick-product-grid-v42{
  align-items:start!important;
}

#orderModal .quick-qty-field-v42{
  display:block!important;
  width:100%!important;
  height:auto!important;
  min-height:0!important;
  margin:0!important;
  color:#7f1d1d!important;
  font-size:13px!important;
  line-height:1.2!important;
  font-weight:950!important;
  letter-spacing:0!important;
}

#orderModal .quick-qty-field-v42 .quick-qty-v42,
#orderModal .quick-qty-field-v42 .qty-stepper,
#orderModal .quick-qty-v42.compact-qty{
  width:100%!important;
  max-width:none!important;
  height:42px!important;
  min-height:42px!important;
  max-height:42px!important;
  margin-top:7px!important;
  display:grid!important;
  grid-template-columns:42px minmax(0,1fr) 42px!important;
  align-items:center!important;
  border:1px solid #fecaca!important;
  border-radius:14px!important;
  overflow:hidden!important;
  background:#fff!important;
  box-shadow:none!important;
}

#orderModal .quick-qty-v42 .qty-btn{
  width:42px!important;
  height:42px!important;
  min-height:42px!important;
  max-height:42px!important;
  padding:0!important;
  display:grid!important;
  place-items:center!important;
  border:0!important;
  border-radius:0!important;
  background:#fff1f2!important;
  color:#be123c!important;
  font-size:15px!important;
  font-weight:950!important;
  line-height:1!important;
  box-shadow:none!important;
}

#orderModal .quick-qty-v42 .qty-btn:hover{
  background:#ffe4e6!important;
}

#orderModal .quick-qty-v42 input{
  width:100%!important;
  height:42px!important;
  min-height:42px!important;
  max-height:42px!important;
  padding:0 6px!important;
  border:0!important;
  border-radius:0!important;
  background:#fff!important;
  color:#111827!important;
  font-size:15px!important;
  line-height:42px!important;
  font-weight:950!important;
  text-align:center!important;
  outline:0!important;
  box-shadow:none!important;
  appearance:textfield!important;
  -moz-appearance:textfield!important;
}

#orderModal .quick-qty-v42 input::-webkit-outer-spin-button,
#orderModal .quick-qty-v42 input::-webkit-inner-spin-button{
  -webkit-appearance:none!important;
  margin:0!important;
}

@media(max-width:720px){
  #orderModal .quick-qty-field-v42 .quick-qty-v42,
  #orderModal .quick-qty-field-v42 .qty-stepper,
  #orderModal .quick-qty-v42.compact-qty{
    height:40px!important;
    min-height:40px!important;
    max-height:40px!important;
    grid-template-columns:40px minmax(0,1fr) 40px!important;
  }

  #orderModal .quick-qty-v42 .qty-btn,
  #orderModal .quick-qty-v42 input{
    height:40px!important;
    min-height:40px!important;
    max-height:40px!important;
    line-height:40px!important;
  }

  #orderModal .quick-qty-v42 .qty-btn{
    width:40px!important;
  }
}


/* === SaleHub v1.0.124: quick modal product block matches landing checkout === */
/*
  Đồng bộ riêng mục 2 trong popup Chốt đơn nhanh với layout Chốt đơn nhanh trên landing page.
  - Không thay đổi form landing page.
  - Giữ sản phẩm đã chọn + giá bán cùng một hàng.
  - Số lượng nằm dưới, full width, cùng kích thước với ô số lượng landing page.
*/
#orderModal .quick-product-block{
  align-self:stretch!important;
}

#orderModal .quick-product-grid-v42{
  display:grid!important;
  grid-template-columns:1fr!important;
  grid-template-rows:auto auto!important;
  gap:15px!important;
  align-items:start!important;
  width:100%!important;
}

#orderModal .quick-selected-product-v42{
  width:100%!important;
  min-height:50px!important;
  height:50px!important;
  max-height:50px!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 150px!important;
  align-items:center!important;
  gap:12px!important;
  padding:7px 12px!important;
  border:1px solid #fecaca!important;
  border-radius:16px!important;
  background:#fff7f7!important;
  box-shadow:none!important;
  overflow:hidden!important;
}

#orderModal .quick-selected-product-v42>div{
  min-width:0!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  gap:3px!important;
}

#orderModal .quick-selected-product-v42 span{
  display:block!important;
  margin:0!important;
  color:#991b1b!important;
  font-size:11px!important;
  line-height:1!important;
  font-weight:950!important;
  letter-spacing:.035em!important;
  text-transform:uppercase!important;
  white-space:nowrap!important;
}

#orderModal .quick-selected-product-v42 strong{
  display:block!important;
  min-width:0!important;
  color:#111827!important;
  font-size:14.5px!important;
  line-height:1.15!important;
  font-weight:950!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}

#orderModal .quick-selected-product-v42 .quick-selected-price-v42{
  height:100%!important;
  min-width:0!important;
  border-left:1px dashed #fecaca!important;
  padding-left:14px!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
}

#orderModal .quick-selected-product-v42 .quick-selected-price-v42 strong{
  color:#e11d2e!important;
  font-size:18px!important;
  line-height:1!important;
  letter-spacing:.01em!important;
}

/* Số lượng popup đồng bộ kích thước với ô số lượng landing page v1.0.122 */
#orderModal .quick-qty-field-v42{
  display:block!important;
  width:100%!important;
  min-width:0!important;
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
  margin:0!important;
  padding:0!important;
  color:#7f1d1d!important;
  font-size:14px!important;
  line-height:1.2!important;
  font-weight:950!important;
}

#orderModal .quick-qty-field-v42 .quick-qty-v42,
#orderModal .quick-qty-field-v42 .qty-stepper,
#orderModal .quick-qty-v42.compact-qty{
  width:100%!important;
  max-width:none!important;
  height:50px!important;
  min-height:50px!important;
  max-height:50px!important;
  margin-top:8px!important;
  display:grid!important;
  grid-template-columns:52px minmax(0,1fr) 52px!important;
  align-items:center!important;
  border:1px solid #fecaca!important;
  border-radius:16px!important;
  overflow:hidden!important;
  background:#fff!important;
  box-shadow:none!important;
}

#orderModal .quick-qty-v42 .qty-btn{
  width:52px!important;
  height:50px!important;
  min-height:50px!important;
  max-height:50px!important;
  padding:0!important;
  display:grid!important;
  place-items:center!important;
  border:0!important;
  border-radius:0!important;
  background:#fff1f2!important;
  color:#be123c!important;
  font-size:18px!important;
  font-weight:950!important;
  line-height:1!important;
  box-shadow:none!important;
}

#orderModal .quick-qty-v42 input{
  width:100%!important;
  height:50px!important;
  min-height:50px!important;
  max-height:50px!important;
  padding:0 8px!important;
  border:0!important;
  border-radius:0!important;
  background:#fff!important;
  color:#111827!important;
  font-size:18px!important;
  line-height:50px!important;
  font-weight:950!important;
  text-align:center!important;
  outline:0!important;
  box-shadow:none!important;
  appearance:textfield!important;
  -moz-appearance:textfield!important;
}

@media(max-width:720px){
  #orderModal .quick-product-grid-v42{
    gap:13px!important;
  }

  #orderModal .quick-selected-product-v42{
    height:48px!important;
    min-height:48px!important;
    max-height:48px!important;
    grid-template-columns:minmax(0,1fr) 132px!important;
    border-radius:15px!important;
  }

  #orderModal .quick-selected-product-v42 span{
    font-size:10.5px!important;
  }

  #orderModal .quick-selected-product-v42 strong{
    font-size:13.5px!important;
  }

  #orderModal .quick-selected-product-v42 .quick-selected-price-v42 strong{
    font-size:16px!important;
  }

  #orderModal .quick-qty-field-v42{
    font-size:13px!important;
  }

  #orderModal .quick-qty-field-v42 .quick-qty-v42,
  #orderModal .quick-qty-field-v42 .qty-stepper,
  #orderModal .quick-qty-v42.compact-qty{
    height:48px!important;
    min-height:48px!important;
    max-height:48px!important;
    grid-template-columns:48px minmax(0,1fr) 48px!important;
    border-radius:15px!important;
  }

  #orderModal .quick-qty-v42 .qty-btn,
  #orderModal .quick-qty-v42 input{
    height:48px!important;
    min-height:48px!important;
    max-height:48px!important;
    line-height:48px!important;
  }

  #orderModal .quick-qty-v42 .qty-btn{
    width:48px!important;
  }
}


/* === SaleHub v1.0.125: quick order modal product alignment final === */
/*
  Chỉ chỉnh popup Chốt đơn nhanh:
  - Đưa "Sản phẩm đã chọn *" ra ngoài ô sản phẩm, dưới tiêu đề "Sản phẩm đặt mua".
  - Họ tên ngang nhịp với Sản phẩm đã chọn.
  - Số điện thoại/Zalo ngang nhịp với Số lượng.
  - Mục 2 có kích thước và nhịp form cân với mục 1.
*/
#orderModal .quick-order-form-v42{
  align-items:stretch!important;
}

#orderModal .quick-contact-block,
#orderModal .quick-product-block{
  align-self:stretch!important;
  min-height:0!important;
}

#orderModal .quick-contact-block .compact-two-col{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:14px!important;
}

#orderModal .quick-contact-block label{
  display:block!important;
  margin:0!important;
  color:#111827!important;
  font-size:14px!important;
  line-height:1.2!important;
  font-weight:950!important;
}

#orderModal .quick-contact-block input{
  margin-top:8px!important;
  height:50px!important;
  min-height:50px!important;
  border-radius:16px!important;
}

#orderModal .quick-product-grid-v42{
  display:grid!important;
  grid-template-columns:1fr!important;
  grid-template-rows:auto auto!important;
  gap:14px!important;
  align-items:start!important;
  width:100%!important;
}

#orderModal .quick-selected-wrap-v125{
  display:block!important;
  width:100%!important;
  min-width:0!important;
}

#orderModal .quick-field-label-v125{
  display:block!important;
  margin:0 0 8px 0!important;
  color:#111827!important;
  font-size:14px!important;
  line-height:1.2!important;
  font-weight:950!important;
  letter-spacing:0!important;
  text-transform:none!important;
}

#orderModal .quick-field-label-v125 .required-star{
  color:#e11d2e!important;
  font-weight:950!important;
}

#orderModal .quick-selected-product-v42.quick-selected-product-v125{
  width:100%!important;
  height:50px!important;
  min-height:50px!important;
  max-height:50px!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 138px!important;
  align-items:center!important;
  gap:12px!important;
  padding:0 12px!important;
  border:1px solid #fecaca!important;
  border-radius:16px!important;
  background:#fff7f7!important;
  box-shadow:none!important;
  overflow:hidden!important;
}

#orderModal .quick-selected-product-v125>div{
  min-width:0!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
}

#orderModal .quick-selected-product-v125 .quick-selected-name-v125{
  gap:0!important;
}

#orderModal .quick-selected-product-v125 .quick-selected-name-v125 strong{
  display:block!important;
  min-width:0!important;
  color:#111827!important;
  font-size:14.5px!important;
  line-height:1.15!important;
  font-weight:950!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}

#orderModal .quick-selected-product-v125 .quick-selected-name-v125 span{
  display:none!important;
}

#orderModal .quick-selected-product-v125 .quick-selected-price-v42{
  height:100%!important;
  min-width:0!important;
  border-left:1px dashed #fecaca!important;
  padding-left:14px!important;
  gap:3px!important;
  align-items:flex-start!important;
}

#orderModal .quick-selected-product-v125 .quick-selected-price-v42 span{
  display:block!important;
  margin:0!important;
  color:#991b1b!important;
  font-size:10.5px!important;
  line-height:1!important;
  font-weight:950!important;
  letter-spacing:.035em!important;
  text-transform:uppercase!important;
  white-space:nowrap!important;
}

#orderModal .quick-selected-product-v125 .quick-selected-price-v42 strong{
  display:block!important;
  color:#e11d2e!important;
  font-size:17px!important;
  line-height:1!important;
  font-weight:950!important;
  letter-spacing:.01em!important;
  white-space:nowrap!important;
}

#orderModal .quick-qty-field-v42{
  display:block!important;
  width:100%!important;
  min-width:0!important;
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
  margin:0!important;
  padding:0!important;
  color:#7f1d1d!important;
  font-size:14px!important;
  line-height:1.2!important;
  font-weight:950!important;
}

#orderModal .quick-qty-field-v42 .quick-qty-v42,
#orderModal .quick-qty-field-v42 .qty-stepper,
#orderModal .quick-qty-v42.compact-qty{
  width:100%!important;
  max-width:none!important;
  height:50px!important;
  min-height:50px!important;
  max-height:50px!important;
  margin-top:8px!important;
  display:grid!important;
  grid-template-columns:52px minmax(0,1fr) 52px!important;
  align-items:center!important;
  border:1px solid #fecaca!important;
  border-radius:16px!important;
  overflow:hidden!important;
  background:#fff!important;
  box-shadow:none!important;
}

#orderModal .quick-qty-v42 .qty-btn{
  width:52px!important;
  height:50px!important;
  min-height:50px!important;
  max-height:50px!important;
  padding:0!important;
  display:grid!important;
  place-items:center!important;
  border:0!important;
  border-radius:0!important;
  background:#fff1f2!important;
  color:#be123c!important;
  font-size:18px!important;
  font-weight:950!important;
  line-height:1!important;
  box-shadow:none!important;
}

#orderModal .quick-qty-v42 input{
  width:100%!important;
  height:50px!important;
  min-height:50px!important;
  max-height:50px!important;
  padding:0 8px!important;
  border:0!important;
  border-radius:0!important;
  background:#fff!important;
  color:#111827!important;
  font-size:18px!important;
  line-height:50px!important;
  font-weight:950!important;
  text-align:center!important;
  outline:0!important;
  box-shadow:none!important;
  appearance:textfield!important;
  -moz-appearance:textfield!important;
}

@media(max-width:720px){
  #orderModal .quick-contact-block .compact-two-col,
  #orderModal .quick-product-grid-v42{
    gap:13px!important;
  }

  #orderModal .quick-contact-block label,
  #orderModal .quick-field-label-v125,
  #orderModal .quick-qty-field-v42{
    font-size:13px!important;
  }

  #orderModal .quick-contact-block input,
  #orderModal .quick-selected-product-v42.quick-selected-product-v125,
  #orderModal .quick-qty-field-v42 .quick-qty-v42,
  #orderModal .quick-qty-field-v42 .qty-stepper,
  #orderModal .quick-qty-v42.compact-qty{
    height:48px!important;
    min-height:48px!important;
    max-height:48px!important;
    border-radius:15px!important;
  }

  #orderModal .quick-selected-product-v42.quick-selected-product-v125{
    grid-template-columns:minmax(0,1fr) 124px!important;
    padding:0 10px!important;
  }

  #orderModal .quick-selected-product-v125 .quick-selected-name-v125 strong{
    font-size:13.5px!important;
  }

  #orderModal .quick-selected-product-v125 .quick-selected-price-v42{
    padding-left:10px!important;
  }

  #orderModal .quick-selected-product-v125 .quick-selected-price-v42 strong{
    font-size:15.5px!important;
  }

  #orderModal .quick-qty-field-v42 .quick-qty-v42,
  #orderModal .quick-qty-field-v42 .qty-stepper,
  #orderModal .quick-qty-v42.compact-qty{
    grid-template-columns:48px minmax(0,1fr) 48px!important;
  }

  #orderModal .quick-qty-v42 .qty-btn,
  #orderModal .quick-qty-v42 input{
    height:48px!important;
    min-height:48px!important;
    max-height:48px!important;
    line-height:48px!important;
  }

  #orderModal .quick-qty-v42 .qty-btn{
    width:48px!important;
  }
}


/* === SaleHub v1.0.129: sync product/search headers with homepage === */
@media(min-width:861px){
  /*
    Đồng bộ header trên trang chủ / trang sản phẩm / trang tìm kiếm.
    Header hiển thị chính: Logo + Search + Cách mua + Tra cứu đơn + Đặt hàng + Chat Zalo.
    Các mục Flash sale / Sản phẩm / Liên hệ vẫn có trong markup nhưng ẩn ở desktop để tránh tràn.
  */
  .header .nav a[href="/#flashsale"],
  .header .nav a[href="/#products"],
  .header .nav a[href="/#contact"],
  .header .nav a[href="#flashsale"],
  .header .nav a[href="#products"],
  .header .nav a[href="#contact"]{
    display:none!important;
  }

  .header .nav a[href="/#how"],
  .header .nav a[href="#how"],
  .header .nav a[href="/tra-cuu-don"],
  .header .nav a[href="tra-cuu-don"],
  .header .nav a[href="/#order"],
  .header .nav a[href="#order"]{
    display:inline-flex!important;
  }

  body.search-focus-active .header .nav a[href="/tra-cuu-don"],
  body.search-focus-active .header .nav a[href="tra-cuu-don"],
  body.search-focus-active .header .nav a[href="/#order"],
  body.search-focus-active .header .nav a[href="#order"]{
    display:inline-flex!important;
  }
}

.product-page-back-home{
  margin-left:auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  white-space:nowrap;
  box-shadow:0 8px 20px rgba(225,29,46,.06);
}

.product-v36-topline .product-page-back-home{
  order:9;
}

@media(max-width:720px){
  .product-v36-topline{
    align-items:flex-start;
  }
  .product-page-back-home{
    width:100%;
    margin-left:0;
    margin-top:2px;
  }
}


/* === SaleHub v1.0.131: mobile search suggestion and product spacing polish === */
/* 1) Search icon đồng bộ, nét sạch hơn */
.header-search-icon{
  background:#fff!important;
  color:#e11d2e!important;
  border:1px solid #ffe4e6!important;
  box-shadow:0 6px 14px rgba(225,29,46,.06)!important;
}
.header-search-icon svg,
.search-suggest-icon svg{
  width:18px!important;
  height:18px!important;
  display:block!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:2.2!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}
.search-suggest-icon{
  width:32px!important;
  height:32px!important;
  flex:0 0 32px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:12px!important;
  background:#fff1f2!important;
  color:#e11d2e!important;
  border:1px solid #ffe4e6!important;
}
.header-search-suggest-item>span:not(.search-suggest-icon){
  width:32px!important;
  height:32px!important;
  flex:0 0 32px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:12px!important;
  background:#fff1f2!important;
  color:#e11d2e!important;
  border:1px solid #ffe4e6!important;
}
.header-search-suggest-item>span:not(.search-suggest-icon)::before{
  content:''!important;
  width:16px!important;
  height:16px!important;
  display:block!important;
  background:currentColor!important;
  -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round' d='M10.8 18a7.2 7.2 0 1 1 0-14.4 7.2 7.2 0 0 1 0 14.4ZM16.1 16.1 21 21'/%3E%3C/svg%3E") center/contain no-repeat!important;
  mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round' d='M10.8 18a7.2 7.2 0 1 1 0-14.4 7.2 7.2 0 0 1 0 14.4ZM16.1 16.1 21 21'/%3E%3C/svg%3E") center/contain no-repeat!important;
}
.header-search-suggest-item>span:not(.search-suggest-icon){
  font-size:0!important;
}

/* 2) Mobile: dropdown gợi ý không tràn sát viền màn hình */
@media(max-width:860px){
  .header{
    overflow:visible!important;
  }
  .header-inner{
    overflow:visible!important;
  }
  .header-search{
    position:relative!important;
    z-index:80!important;
  }
  .header-search .header-search-suggest{
    position:absolute!important;
    left:50%!important;
    right:auto!important;
    top:calc(100% + 10px)!important;
    width:calc(100vw - 32px)!important;
    max-width:calc(100vw - 32px)!important;
    transform:translateX(-50%)!important;
    border-radius:20px!important;
    padding:12px!important;
    box-sizing:border-box!important;
    overflow:hidden!important;
  }
  .header-search-suggest-item{
    min-width:0!important;
    width:100%!important;
    border-radius:15px!important;
  }
}

/* 3) Trang chi tiết sản phẩm mobile: giảm khoảng trống trên/dưới vùng main product v36 */
@media(max-width:720px){
  .product-v36-section{
    padding-top:18px!important;
    padding-bottom:32px!important;
  }
  .product-v36-shell{
    gap:18px!important;
  }
  .product-v36-media-card{
    margin-top:0!important;
  }
  .product-v36-image{
    min-height:240px!important;
  }
}
@media(max-width:430px){
  .product-v36-section{
    padding-top:14px!important;
    padding-bottom:28px!important;
  }
  .product-v36-shell{
    gap:16px!important;
  }
  .product-v36-image{
    min-height:226px!important;
  }
}


/* === SaleHub v1.0.132: single search suggestion icon fix === */
/*
  Sửa lỗi gợi ý từ khóa hiển thị 2 icon tìm kiếm chồng nhau.
  Nguyên nhân: CSS v1.0.131 tạo thêm pseudo-icon ::before cho span icon cũ.
*/
.header-search-suggest-item .header-suggest-icon::before,
.header-search-suggest-item>span:not(.search-suggest-icon)::before{
  content:none!important;
  display:none!important;
}

.header-search-suggest-item .header-suggest-icon,
.header-search-suggest-item .search-suggest-icon{
  width:32px!important;
  height:32px!important;
  flex:0 0 32px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:12px!important;
  background:#fff1f2!important;
  color:#e11d2e!important;
  border:1px solid #ffe4e6!important;
  font-size:0!important;
}

.header-search-suggest-item .header-suggest-icon svg,
.header-search-suggest-item .search-suggest-icon svg{
  width:17px!important;
  height:17px!important;
  display:block!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:2.25!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}

.header-search-suggest-item{
  grid-template-columns:32px minmax(0,1fr)!important;
  align-items:center!important;
}


/* === SaleHub v1.0.133: professional search result hero icon/text polish === */
.search-page-kicker{
  gap:8px!important;
}
.search-page-kicker svg{
  width:16px!important;
  height:16px!important;
  display:block!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:2.2!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
  flex:0 0 16px!important;
}
.search-page-kicker span{
  display:inline-block!important;
}
.search-page-hero p{
  font-size:16px!important;
  line-height:1.65!important;
  color:#64748b!important;
}
.search-keyword-row a.search-keyword-chip,
.search-keyword-row a{
  gap:0!important;
  min-height:42px!important;
  padding:10px 16px!important;
  background:#fff!important;
  color:#be123c!important;
  border:1px solid #fecaca!important;
  box-shadow:0 8px 18px rgba(225,29,46,.06)!important;
}
.search-keyword-row a.search-keyword-chip::before,
.search-keyword-row a::before{
  content:none!important;
  display:none!important;
}
@media(max-width:720px){
  .search-page-hero p{
    font-size:14.5px!important;
    line-height:1.6!important;
  }
  .search-page-kicker{
    padding:8px 11px!important;
  }
  .search-keyword-row a.search-keyword-chip,
  .search-keyword-row a{
    min-height:38px!important;
    padding:9px 13px!important;
    font-size:13px!important;
  }
}


/* === SaleHub v1.0.134: category filter click fix === */
.category-section .category-grid.category-slider .category,
.category-grid .category[data-category]{
  pointer-events:auto!important;
  cursor:pointer!important;
  user-select:none!important;
  -webkit-tap-highlight-color:transparent!important;
}
.category-section .category-grid.category-slider.is-dragging .category{
  pointer-events:auto!important;
}
.category[data-category].active{
  border-color:#fb7185!important;
  color:#e11d2e!important;
}
