:root{
  --green-950:#072d1b;
  --green-900:#0a3b24;
  --green-800:#0d4c2c;
  --green-700:#126238;
  --green-600:#197743;
  --green-100:#eaf4ed;
  --green-50:#f4f9f5;
  --gold:#c99024;
  --gold-dark:#a66f12;
  --cream:#fbfaf5;
  --text:#253129;
  --muted:#6d786f;
  --line:#e3e9e4;
  --white:#fff;
  --danger:#bd3429;
  --shadow:0 12px 35px rgba(7,45,27,.08);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;background:#fff;color:var(--text)}
body.modal-open{overflow:hidden}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
.container{width:calc(100% - 30px);max-width:1210px;margin-left:auto;margin-right:auto}

/* top */
.announcement{background:var(--green-950);color:#e7f2e9;font-size:12px}
.announcement-inner{min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.announcement-inner div{display:flex;align-items:center;gap:9px}
.announcement a{color:#fff;font-weight:700}
.dot{opacity:.55}

/* header */
.site-header{background:#fff;border-bottom:1px solid var(--line)}
.header-main{min-height:112px;display:grid;grid-template-columns:245px 1fr auto;align-items:center;gap:32px}
.logo-link{display:flex;align-items:center;height:90px}
.logo-link img{width:225px;max-height:90px;object-fit:contain;object-position:left center}
.header-search{height:48px;display:flex;border:2px solid var(--green-700);border-radius:8px;overflow:hidden;background:#fff;max-width:590px;width:100%}
.header-search input{border:0;outline:0;flex:1;padding:0 16px;font-size:14px}
.header-search button{width:54px;border:0;background:var(--green-700);color:#fff;font-size:18px}
.header-actions{display:flex;gap:22px}
.header-action{display:flex;align-items:center;gap:10px;white-space:nowrap}
.header-action .action-icon{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:var(--green-50);font-size:20px}
.header-action span:last-child{display:flex;flex-direction:column;gap:2px}
.header-action small{color:var(--muted);font-size:11px}
.header-action b{color:var(--green-900);font-size:14px}

/* nav */
.main-nav{background:var(--green-800);color:#fff;position:sticky;top:0;z-index:40;box-shadow:0 5px 14px rgba(0,0,0,.08)}
.nav-row{height:48px;display:flex;align-items:center;gap:28px;font-size:13px;font-weight:800}
.nav-row>a{height:48px;display:flex;align-items:center;white-space:nowrap;opacity:.94}
.nav-row>a:hover{color:#ffd47b}
.category-menu{position:relative;height:100%;min-width:250px}
.category-trigger{height:48px;width:100%;border:0;background:var(--gold);color:#173722;font-weight:900;text-align:left;padding:0 17px}
.category-dropdown{display:none;position:absolute;left:0;top:48px;width:100%;background:#fff;color:var(--text);box-shadow:0 15px 35px rgba(0,0,0,.14);border:1px solid var(--line)}
.category-menu:hover .category-dropdown{display:block}
.category-dropdown a{display:flex;align-items:center;gap:10px;padding:13px 15px;border-bottom:1px solid var(--line);font-size:13px}
.category-dropdown a:hover{background:var(--green-50);color:var(--green-800)}

/* hero */
.hero-green{overflow:hidden;background:
 radial-gradient(circle at 85% 25%,rgba(201,144,36,.24),transparent 25%),
 radial-gradient(circle at 68% 80%,rgba(255,255,255,.08),transparent 28%),
 linear-gradient(120deg,var(--green-950),var(--green-700));color:#fff}
.hero-green-grid{min-height:485px;display:grid;grid-template-columns:1.05fr .95fr;gap:40px;align-items:center}
.hero-green-content{padding:45px 0}
.hero-mini{font-size:12px;letter-spacing:1.6px;font-weight:900;color:#efd493}
.hero-green h1{font-size:clamp(40px,5vw,68px);line-height:1.02;letter-spacing:-1.7px;margin:12px 0 17px;max-width:690px}
.hero-green p{font-size:17px;line-height:1.75;color:#dbe9df;max-width:650px}
.hero-buttons{display:flex;gap:11px;flex-wrap:wrap;margin-top:25px}
.btn{border:0;border-radius:7px;padding:12px 18px;font-weight:800;display:inline-flex;align-items:center;justify-content:center;gap:7px}
.btn.primary{background:var(--green-700);color:#fff}
.btn.gold{background:var(--gold);color:#173722}
.btn.gold:hover{background:#daa542}
.btn.outline-light{border:1px solid rgba(255,255,255,.55);background:transparent;color:#fff}
.btn.ghost{border:1px solid var(--line);background:#fff;color:var(--text)}
.btn.danger{background:#fff0ee;border:1px solid #ffd2ce;color:var(--danger)}
.btn.wide{width:100%}
.btn.large{padding:15px}
.btn.small{padding:7px 10px;font-size:12px}
.hero-trust{display:flex;gap:22px;flex-wrap:wrap;margin-top:25px;font-size:12px;color:#d8eadf}
.hero-logo-panel{height:390px;position:relative;display:grid;place-items:center}
.hero-logo-panel img{position:relative;z-index:2;width:500px;max-height:340px;object-fit:contain;filter:drop-shadow(0 20px 24px rgba(0,0,0,.2))}
.hero-logo-glow{position:absolute;width:430px;height:310px;border-radius:50%;background:rgba(255,255,255,.11);filter:blur(2px)}

/* headings */
.section{padding:56px 0}
.section-title-line{display:flex;align-items:end;justify-content:space-between;gap:22px;margin-bottom:25px}
.section-title-line h1,.section-title-line h2{font-size:31px;margin:5px 0 0;color:var(--green-950)}
.section-title-line p{margin:7px 0 0;color:var(--muted);font-size:14px}
.section-kicker{color:var(--gold-dark);font-size:11px;font-weight:900;letter-spacing:1.5px}
.centered-title{justify-content:center;text-align:center}
.view-all{font-size:13px;font-weight:800;color:var(--green-700);white-space:nowrap}

/* categories */
.category-showcase{padding:46px 0;background:var(--cream)}
.category-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}
.category-card{position:relative;min-height:138px;border-radius:13px;padding:21px;display:flex;align-items:center;gap:15px;overflow:hidden;border:1px solid #dfe8e1;transition:.2s;background:#fff}
.category-card:hover{transform:translateY(-3px);box-shadow:var(--shadow);border-color:#c8d9cc}
.category-card:before{content:"";position:absolute;width:120px;height:120px;border-radius:50%;right:-35px;bottom:-50px;background:rgba(18,98,56,.06)}
.category-icon{font-size:39px;position:relative;z-index:1}
.category-card h3{margin:0 0 7px;font-size:17px;color:var(--green-900)}
.category-card p{margin:0;color:var(--muted);font-size:12px}
.category-arrow{margin-left:auto;color:var(--gold);font-size:22px;font-weight:900}
.category-card-2,.category-card-4{background:#f7fbf8}

/* products */
.featured-section{background:#fff}
.category-product-section:nth-of-type(even){background:var(--green-50)}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.product-card{background:#fff;border:1px solid var(--line);border-radius:10px;overflow:hidden;transition:.2s;position:relative}
.product-card:hover{transform:translateY(-3px);box-shadow:var(--shadow);border-color:#cbd9ce}
.product-image-wrap{display:block;aspect-ratio:1/1;background:#f6f7f4;position:relative;overflow:hidden}
.product-image{width:100%;height:100%;object-fit:cover;transition:.3s}
.product-card:hover .product-image{transform:scale(1.035)}
.sale-badge{position:absolute;z-index:2;top:11px;left:11px;background:#d8402e;color:#fff;font-size:11px;font-weight:900;border-radius:4px;padding:6px 8px}
.product-body{padding:15px}
.category-label{font-size:10px;text-transform:uppercase;letter-spacing:.7px;font-weight:800;color:var(--green-600)}
.product-body h3{font-size:15px;line-height:1.45;min-height:44px;margin:7px 0 10px}
.product-body h3 a:hover{color:var(--green-700)}
.price-row{min-height:28px;display:flex;align-items:center;gap:8px;margin-bottom:12px}
.price-row strong{color:#d13b26;font-size:18px}
.price-row del{color:#a1a8a2;font-size:12px}
.add-cart-btn{width:100%;height:38px;border:1px solid var(--green-700);background:#fff;color:var(--green-800);font-size:11px;font-weight:900;border-radius:6px}
.add-cart-btn:hover{background:var(--green-700);color:#fff}
.add-cart-btn:disabled{opacity:.45}

/* about */
.about-banner{background:linear-gradient(105deg,var(--green-950),var(--green-800));color:#fff;padding:48px 0}
.about-banner-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:55px;align-items:center}
.about-logo{border-radius:18px;background:#fff;padding:20px;display:grid;place-items:center;min-height:270px}
.about-logo img{max-height:235px;object-fit:contain}
.light-kicker{color:#e6c270}
.about-banner h2{font-size:34px;margin:8px 0 14px}
.about-banner p{color:#d5e5da;line-height:1.75}
.about-points{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:20px;font-size:13px;color:#eaf4ed}

/* CTA */
.contact-cta{background:#d6a23a;color:#173722;padding:38px 0}
.contact-cta-inner{display:flex;justify-content:space-between;align-items:center;gap:30px}
.contact-cta span{font-size:11px;font-weight:900;letter-spacing:1.3px}
.contact-cta h2{font-size:31px;margin:5px 0}
.contact-cta p{margin:0;color:#32473a}
.contact-cta-buttons{display:flex;gap:10px;flex-wrap:wrap}
.contact-cta .gold{background:var(--green-900);color:#fff}
.contact-cta .outline-light{border-color:var(--green-900);color:var(--green-900)}

/* service + footer */
.service-strip{background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.service-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.service-item{display:flex;align-items:center;gap:13px;padding:24px 18px;border-right:1px solid var(--line)}
.service-item:last-child{border-right:0}
.service-item>span{font-size:28px}
.service-item div{display:flex;flex-direction:column;gap:3px}
.service-item b{font-size:13px;color:var(--green-900)}
.service-item small{font-size:11px;color:var(--muted)}
.footer{background:#062c1a;color:#d9e8de;padding:48px 0 24px}
.footer-grid{display:grid;grid-template-columns:1.35fr 1fr .8fr .9fr;gap:35px}
.footer h4{color:#fff;margin-top:0;font-size:15px}
.footer p{font-size:12.5px;line-height:1.7;color:#bacdc0;margin:7px 0}
.footer a:hover{color:#f0ca79}
.footer-brand img{width:230px;max-height:130px;object-fit:contain;object-position:left center;background:#fff;border-radius:9px;padding:8px;margin-bottom:13px}
.footer-bottom{margin-top:32px;padding-top:19px;border-top:1px solid rgba(255,255,255,.12);display:flex;justify-content:space-between;gap:15px;font-size:11px;color:#91aa9a}

/* common shop pages */
.search-result-section{background:#fff}
.empty{background:#fff;border:1px dashed #cad7cc;border-radius:10px;padding:45px;text-align:center}
.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:42px}
.detail-image{border:1px solid var(--line);border-radius:10px;overflow:hidden;background:#f7f8f5}
.detail-image img{width:100%;aspect-ratio:1/1;object-fit:cover}
.detail-info h1{font-size:36px;color:var(--green-950);margin:8px 0}
.sku{font-size:12px;color:var(--muted)}
.detail-price{display:flex;align-items:center;gap:11px;margin:18px 0}
.detail-price strong{color:#d13b26;font-size:31px}
.detail-price del{color:#999}
.lead{line-height:1.75;color:#59655d}
.buy-box{display:flex;gap:12px;align-items:end;padding:17px;background:var(--green-50);border:1px solid #d8e5db;border-radius:8px;margin-top:22px}
.buy-box label{display:flex;flex-direction:column;gap:6px;font-size:12px;font-weight:800}
.description-box{margin-top:26px;border:1px solid var(--line);border-radius:10px;padding:25px}
.description-box h2{color:var(--green-900)}
.prose{line-height:1.8}

input,textarea,select{width:100%;border:1px solid #cfd9d1;border-radius:7px;padding:11px 12px;outline:0;background:#fff;color:var(--text)}
input:focus,textarea:focus,select:focus{border-color:var(--green-600);box-shadow:0 0 0 3px rgba(25,119,67,.09)}
.cart-layout{display:grid;grid-template-columns:1fr 340px;gap:23px;align-items:start}
.cart-table-card,.summary-card,.form-card,.admin-card{background:#fff;border:1px solid var(--line);border-radius:9px;padding:21px}
.cart-item{display:grid;grid-template-columns:70px 1fr 80px 110px 30px;gap:14px;align-items:center;padding:14px 0;border-bottom:1px solid var(--line)}
.cart-item img{width:70px;height:60px;object-fit:cover;border-radius:7px}
.cart-item-info{display:flex;flex-direction:column;gap:4px}
.cart-item-info span{font-size:12px;color:var(--muted)}
.remove-btn{border:0;background:transparent;color:var(--danger)}
.summary-card>div{display:flex;justify-content:space-between;gap:12px;padding:10px 0;border-bottom:1px solid var(--line);font-size:13px}
.summary-total{font-size:16px!important}
.summary-total strong{color:#d13b26;font-size:20px}
.checkout-layout{display:grid;grid-template-columns:1fr 380px;gap:28px;align-items:start}
.checkout-layout h1{font-size:35px;color:var(--green-950)}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}
.form-grid label,.admin-card label,.password-card label{display:flex;flex-direction:column;gap:6px;font-size:12px;font-weight:800}
.form-grid .full{grid-column:1/-1}
.payment-box{margin:18px 0;background:var(--green-50);padding:15px;border:1px solid #dbe8de;border-radius:8px}
.radio-row{display:flex!important;flex-direction:row!important;align-items:center;gap:8px;margin-top:10px}
.radio-row input{width:auto}
.bank-mini{display:grid;grid-template-columns:85px 1fr;gap:12px;align-items:center;margin-top:14px}
.bank-mini img{width:85px;height:85px;object-fit:cover}
.bank-mini div{display:flex;flex-direction:column;gap:4px}
.sticky{position:sticky;top:70px}
.alert{padding:13px;border-radius:8px;margin:12px 0}
.alert.error{background:#fff0ee;border:1px solid #f2c6c0;color:#8f3029}
.alert.success{background:#edf8e8;border:1px solid #c8e6bc;color:#426e32}
.success-card{max-width:700px;margin:auto;background:#fff;border:1px solid var(--line);border-radius:12px;text-align:center;padding:42px 25px}
.success-icon{width:70px;height:70px;border-radius:999px;margin:0 auto 14px;display:grid;place-items:center;background:#e8f5e1;color:#437334;font-size:35px}
.bank-success{display:grid;grid-template-columns:170px 1fr;gap:18px;align-items:center;text-align:left;background:var(--green-50);padding:15px;border-radius:9px;max-width:520px;margin:20px auto}
.bank-success img{width:170px;height:170px}

/* age */
.age-modal{position:fixed;inset:0;background:rgba(3,25,14,.83);display:grid;place-items:center;padding:20px;z-index:100}
.age-modal[hidden]{display:none}
.age-box{max-width:470px;background:#fff;border-radius:14px;padding:27px;text-align:center}
.age-box img{width:250px;max-height:145px;object-fit:contain;margin:0 auto 10px}
.age-box h2{color:var(--green-900)}
.age-box p{color:var(--muted);line-height:1.65}
.age-actions{display:flex;gap:10px;justify-content:center}

/* admin */
.admin-login-page{min-height:100vh;display:grid;place-items:center;background:linear-gradient(135deg,var(--green-950),var(--green-700));padding:20px}
.login-card{width:min(430px,100%);background:#fff;border-radius:13px;padding:27px;box-shadow:0 20px 55px rgba(0,0,0,.2)}
.brand{display:flex;align-items:center;gap:10px}
.brand-mark{display:grid;place-items:center;width:45px;height:45px;border-radius:8px;background:linear-gradient(135deg,var(--green-900),var(--green-600));color:#fff;font-weight:900}
.brand strong{display:block}
.brand small{display:block;font-size:10px;color:var(--muted);margin-top:2px}
.center-brand{justify-content:center}
.login-card h1{text-align:center;color:var(--green-900)}
.form-card.compact{border:0;padding:0}
.form-card.compact label{display:flex;flex-direction:column;gap:6px;margin:12px 0}
.form-note{font-size:11px;color:var(--muted)}
.admin-body{background:#f4f7f4}
.admin-top{height:70px;background:#fff;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;padding:0 22px;position:sticky;top:0;z-index:20}
.admin-user{font-size:12px}
.admin-user a{color:var(--green-700);font-weight:800}
.admin-shell{display:grid;grid-template-columns:220px 1fr;min-height:calc(100vh - 70px)}
.admin-sidebar{background:var(--green-950);padding:16px 10px}
.admin-sidebar a{display:block;color:#e1ede5;padding:11px 13px;border-radius:7px;margin-bottom:4px;font-size:13px}
.admin-sidebar a:hover{background:var(--green-800)}
.admin-content{padding:26px;min-width:0}
.admin-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}
.admin-heading h1{margin:4px 0;font-size:29px;color:var(--green-950)}
.eyebrow{font-size:10px;letter-spacing:1.4px;font-weight:900;color:var(--gold-dark)}
.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:18px}
.stat-card{background:#fff;border:1px solid var(--line);border-radius:9px;padding:18px}
.stat-card span{font-size:11px;color:var(--muted)}
.stat-card b{display:block;margin-top:8px;font-size:23px;color:var(--green-800)}
.card-title{display:flex;justify-content:space-between;align-items:center}
.table-scroll{overflow:auto}
.admin-table{width:100%;border-collapse:collapse;min-width:720px}
.admin-table th,.admin-table td{text-align:left;padding:11px 9px;border-bottom:1px solid var(--line);font-size:12px}
.admin-table th{font-size:10px;color:var(--muted);text-transform:uppercase;background:#f7faf7}
.thumb{width:55px;height:45px;object-fit:cover;border-radius:6px}
.actions{display:flex;gap:6px}
.status{display:inline-block;padding:5px 8px;border-radius:999px;font-size:10px;font-weight:900}
.status-new{background:#fff0c9;color:#805c06}
.status-confirmed{background:#e6eeff;color:#2f5da4}
.status-shipping{background:#e4f5ff;color:#176789}
.status-completed{background:#e5f2de;color:#3f6d31}
.status-cancelled{background:#ffe7e3;color:#98342d}
.admin-search{display:flex;gap:8px;max-width:560px;margin-bottom:14px}
.filter-pills{display:flex;gap:7px;flex-wrap:wrap;margin-bottom:14px}
.filter-pills a{background:#fff;border:1px solid var(--line);padding:7px 10px;border-radius:999px;font-size:11px}
.order-grid{display:grid;grid-template-columns:1.3fr .7fr;gap:18px}
.order-grid>div{display:flex;flex-direction:column;gap:18px}
.order-line{display:grid;grid-template-columns:1fr auto auto;gap:12px;padding:11px 0;border-bottom:1px solid var(--line)}
.order-line div{display:flex;flex-direction:column}
.order-total-row{display:flex;justify-content:space-between;padding:9px 0}
.order-total-row.total{font-size:18px;color:var(--green-800);border-top:2px solid var(--line)}
.two-col{display:grid;grid-template-columns:360px 1fr;gap:18px}
.two-col .admin-card label{margin-bottom:11px}
.password-card{max-width:520px}
.password-card label{margin-bottom:12px}
.preview-image{width:180px;max-height:140px;object-fit:cover;border-radius:8px;margin-top:15px}
.check-row{display:flex;gap:20px;margin:17px 0}
.check-row label{flex-direction:row;align-items:center}
.check-row input{width:auto}

/* mobile */
.mobile-nav{display:none}
@media(max-width:1050px){
  .header-main{grid-template-columns:210px 1fr auto;gap:18px}
  .logo-link img{width:195px}
  .header-action:first-child{display:none}
  .product-grid{grid-template-columns:repeat(3,1fr)}
  .category-cards{grid-template-columns:repeat(2,1fr)}
  .footer-grid{grid-template-columns:1.2fr 1fr 1fr}
  .footer-grid>div:last-child{display:none}
}
@media(max-width:780px){
  body{padding-bottom:63px}
  .announcement-inner{min-height:30px;justify-content:center}
  .announcement-inner>span{display:none}
  .site-header{position:relative}
  .header-main{grid-template-columns:1fr auto;gap:12px;min-height:94px;padding:8px 0}
  .logo-link{height:62px}
  .logo-link img{width:175px;max-height:62px}
  .header-search{grid-column:1/-1;height:43px}
  .header-actions{gap:8px}
  .header-action span:last-child{display:none}
  .header-action .action-icon{width:39px;height:39px}
  .main-nav{display:none}
  .hero-green-grid{grid-template-columns:1fr;min-height:auto}
  .hero-green-content{padding:47px 0 23px}
  .hero-green h1{font-size:42px}
  .hero-green p{font-size:15px}
  .hero-logo-panel{height:220px}
  .hero-logo-panel img{width:330px;max-height:205px}
  .hero-logo-glow{width:310px;height:185px}
  .category-showcase{padding:38px 0}
  .category-cards{grid-template-columns:1fr 1fr;gap:10px}
  .category-card{min-height:108px;padding:15px;gap:10px}
  .category-icon{font-size:29px}
  .category-card h3{font-size:14px}
  .product-grid{grid-template-columns:1fr 1fr;gap:10px}
  .product-body{padding:11px}
  .product-body h3{font-size:13px;min-height:38px}
  .price-row{flex-direction:column;align-items:flex-start;gap:2px}
  .price-row strong{font-size:15px}
  .add-cart-btn{font-size:9px;height:35px}
  .section{padding:39px 0}
  .section-title-line{align-items:flex-start}
  .section-title-line h1,.section-title-line h2{font-size:25px}
  .section-title-line p{display:none}
  .about-banner-grid{grid-template-columns:1fr;gap:20px}
  .about-logo{min-height:190px}
  .about-logo img{max-height:170px}
  .about-banner h2{font-size:27px}
  .contact-cta-inner{flex-direction:column;align-items:flex-start}
  .service-grid{grid-template-columns:1fr 1fr}
  .service-item{border-bottom:1px solid var(--line)}
  .footer-grid{grid-template-columns:1fr}
  .footer-brand img{width:220px}
  .footer-bottom{flex-direction:column}
  .product-detail,.cart-layout,.checkout-layout,.order-grid,.two-col{grid-template-columns:1fr}
  .form-grid{grid-template-columns:1fr}
  .form-grid .full{grid-column:auto}
  .sticky{position:static}
  .cart-item{grid-template-columns:58px 1fr 68px 28px}
  .cart-item>strong{grid-column:2/4}
  .bank-success{grid-template-columns:1fr;text-align:center}
  .bank-success img{margin:auto}
  .age-actions{flex-direction:column}
  .admin-shell{display:block}
  .admin-sidebar{display:flex;overflow:auto;position:sticky;top:70px;z-index:15;padding:8px}
  .admin-sidebar a{white-space:nowrap;margin:0}
  .admin-content{padding:15px}
  .stat-grid{grid-template-columns:1fr 1fr}
  .mobile-nav{position:fixed;z-index:70;display:grid;grid-template-columns:repeat(4,1fr);left:0;right:0;bottom:0;height:63px;background:#fff;border-top:1px solid var(--line);box-shadow:0 -5px 20px rgba(7,45,27,.08)}
  .mobile-nav a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;color:#57645b}
  .mobile-nav span{font-size:20px}
  .mobile-nav small{font-size:9px;font-weight:800}
  .mobile-nav .mobile-zalo{background:var(--green-800);color:#fff;margin:5px;border-radius:9px}
}
@media(max-width:430px){
  .container{width:min(100% - 20px,1210px)}
  .hero-green h1{font-size:36px}
  .hero-buttons .btn{width:100%}
  .hero-trust{gap:10px}
  .category-cards{grid-template-columns:1fr 1fr}
  .category-card{display:block}
  .category-arrow{position:absolute;right:12px;bottom:12px}
  .category-icon{display:block;margin-bottom:8px}
  .service-grid{grid-template-columns:1fr}
  .service-item{border-right:0}
  .stat-grid{grid-template-columns:1fr}
  .announcement-inner div{font-size:10px}
}

/* V4.1 cache/index hotfix */
html,body{width:100%;min-width:0}
main{display:block;width:100%}
.hero-green,.category-showcase,.featured-section,.about-banner,.contact-cta,.service-strip,.footer{width:100%}
@media(min-width:781px){.hero-green{min-height:485px}.hero-green-grid{width:calc(100% - 30px);max-width:1210px}}


/* =========================
   DUY KIEN SHOP V4.2 PRO
   ========================= */
:root{--brand-primary:var(--green-800);--brand-accent:var(--gold)}
.top-contacts{gap:10px!important}
.header-main{grid-template-columns:230px minmax(360px,1fr) 330px!important}
.logo-link img{width:215px!important}
.header-actions{justify-content:flex-end!important;gap:14px!important}
.phone-stack{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.phone-stack a{display:flex;flex-direction:column;padding:8px 10px;border-radius:7px;background:#f4f9f5;border:1px solid #e0ebe3;min-width:118px}
.phone-stack small{font-size:9px;color:#6d786f}
.phone-stack b{font-size:12px;color:var(--green-900)}
.header-cart{width:45px;height:45px;border-radius:50%;background:var(--green-800);color:#fff;position:relative;display:grid;place-items:center;font-size:18px}
.header-cart b{position:absolute;right:-5px;top:-6px;width:20px;height:20px;border-radius:50%;display:grid;place-items:center;background:var(--gold);color:#173722;font-size:10px}

.nav-row.nav-compact{height:48px;gap:0;justify-content:center}
.nav-row.nav-compact>a{height:48px;padding:0 17px;font-size:11px;letter-spacing:.25px;border-right:1px solid rgba(255,255,255,.08)}
.nav-row.nav-compact>a:hover{background:rgba(255,255,255,.08);color:#f4d285}
.nav-separator{width:1px;height:22px;background:rgba(255,255,255,.25);margin:0 5px}

.hero-green{background:radial-gradient(circle at 84% 28%,rgba(201,144,36,.18),transparent 23%),linear-gradient(118deg,#06331e,var(--green-800) 63%,#236e3e)}
.hero-green-grid{min-height:500px}
.hero-logo-panel{height:420px}
.hero-logo-card{position:relative;width:min(530px,95%);min-height:340px;background:rgba(255,255,255,.97);border:3px solid var(--gold);border-radius:22px;padding:30px 28px 22px;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 30px 60px rgba(0,0,0,.28),0 0 0 9px rgba(255,255,255,.06)}
.hero-logo-card:before{content:"";position:absolute;inset:11px;border:1px solid rgba(13,76,44,.15);border-radius:14px;pointer-events:none}
.hero-logo-card img{width:455px!important;max-height:275px!important;filter:none!important;position:relative;z-index:2}
.hero-logo-label{position:absolute;top:-15px;background:var(--gold);color:#173722;padding:7px 18px;border-radius:999px;font-size:10px;font-weight:900;letter-spacing:1.4px}
.hero-logo-caption{font-size:10px;font-weight:900;color:var(--green-800);letter-spacing:1px;margin-top:4px;text-align:center}

.category-cards{grid-template-columns:repeat(4,1fr)!important}
.category-card{min-height:122px}
.category-card:nth-child(1){background:#fffaf0}
.category-card:nth-child(2){background:#f5faf6}
.category-card:nth-child(3){background:#eff8f1}
.category-card:nth-child(4){background:#fbfaf0}
.about-more{display:inline-block;margin-top:18px;color:#f0cb7d;font-weight:800;font-size:12px}

.quick-contact-dock{position:fixed;right:14px;top:50%;transform:translateY(-50%);z-index:65;display:flex;flex-direction:column;gap:7px}
.qc{width:178px;min-height:48px;border-radius:9px;color:#fff;display:grid;grid-template-columns:40px 1fr;align-items:center;box-shadow:0 7px 22px rgba(0,0,0,.16);overflow:hidden}
.qc>span{height:100%;display:grid;place-items:center;font-size:17px;background:rgba(0,0,0,.12);font-weight:900}
.qc>div{display:flex;flex-direction:column;padding:6px 8px}
.qc small{font-size:9px;opacity:.87}.qc b{font-size:11px}
.qc-phone1,.qc-phone2{background:#168447}.qc-zalo{background:#0877d1}.qc-facebook{background:#1769aa}.qc-cart{background:#a87012}
.quick-contact-toggle{display:none}

.inner-hero{background:linear-gradient(110deg,#073820,var(--green-800));color:#fff;padding:48px 0}
.inner-hero span{font-size:10px;letter-spacing:1.5px;font-weight:900;color:#ebca82}
.inner-hero h1{font-size:38px;margin:8px 0}.inner-hero p{max-width:720px;color:#d9e8de;line-height:1.7}
.content-layout{display:grid;grid-template-columns:390px 1fr;gap:45px;align-items:start}
.content-logo{background:#f7faf7;border:1px solid #dfe8e1;border-radius:14px;padding:20px;position:sticky;top:80px}
.content-logo img{width:100%;max-height:270px;object-fit:contain}
.content-prose h2{font-size:31px;color:var(--green-950)}.content-prose h3{color:var(--green-800);margin-top:26px}.content-prose p{line-height:1.85;color:#56635a}
.contact-card-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.contact-big-card{border:1px solid #dfe8e1;border-radius:13px;padding:24px;text-align:center;background:#fff;box-shadow:0 8px 24px rgba(7,45,27,.05)}
.contact-big-card>span{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;margin:0 auto 13px;background:#edf7f0;color:var(--green-800);font-size:25px;font-weight:900}
.contact-big-card small{font-size:9px;color:#7a857d;letter-spacing:1px}.contact-big-card h2{font-size:19px;margin:6px 0;color:var(--green-900)}.contact-big-card b{font-size:12px;color:#59655d}
.zalo-card>span{background:#eaf4ff;color:#0877d1}.fb-card>span{background:#edf3ff;color:#1769aa}
.store-address{margin-top:22px;padding:22px;border-radius:12px;background:#f4f9f5;border:1px solid #dfe9e1}.store-address h2{color:var(--green-900)}

.news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.news-card{border:1px solid #dfe8e1;border-radius:12px;background:#fff;overflow:hidden}
.news-icon{height:150px;display:grid;place-items:center;font-size:58px;background:linear-gradient(135deg,#edf7ef,#fff5dc)}
.news-card>div:last-child{padding:18px}.news-card span{font-size:10px;color:#8b958e}.news-card h2{font-size:19px;line-height:1.45;color:var(--green-900)}.news-card p{font-size:13px;line-height:1.65;color:#68736b}
.article-body{max-width:860px}.article-meta{font-size:11px;color:#8a948d;margin-bottom:15px}.article-body .prose{font-size:16px;line-height:1.9}.article-cta{margin-top:30px;padding:18px;border-radius:9px;background:#f1f8f3;display:flex;justify-content:space-between;gap:15px}.article-cta a{color:var(--green-800);font-weight:800}

.settings-sections{display:flex;flex-direction:column;gap:16px}.settings-block h2{color:var(--green-900);font-size:18px;margin-top:0}.settings-help{font-size:11px;color:#77827a}.setting-logo-preview{background:#f5f8f5;border:1px dashed #cbd8cd;border-radius:9px;padding:10px;display:grid;place-items:center}.setting-logo-preview img{max-height:100px}.color-settings{display:flex;gap:30px}.color-settings label{display:flex!important;flex-direction:row!important;align-items:center;gap:10px}.color-settings input{width:70px;height:42px;padding:2px}.settings-save{position:sticky;bottom:10px;display:flex;justify-content:flex-end;z-index:5}.settings-save .btn{box-shadow:0 8px 25px rgba(7,45,27,.18)}

@media(max-width:1180px){
  .header-main{grid-template-columns:205px minmax(300px,1fr) 230px!important}
  .phone-stack{grid-template-columns:1fr}.phone-stack a:first-child{display:none}
  .nav-row.nav-compact>a{padding:0 10px;font-size:10px}
  .quick-contact-dock{right:7px}.qc{width:150px}
}
@media(max-width:900px){
  .quick-contact-dock{display:none;position:fixed;right:10px;top:auto;bottom:76px;transform:none;width:235px;padding:8px;background:#fff;border:1px solid #dfe8e1;border-radius:12px;box-shadow:0 18px 40px rgba(0,0,0,.2)}
  .quick-contact-dock.open{display:flex}.qc{width:100%}
  .quick-contact-toggle{display:block;position:fixed;right:12px;bottom:12px;z-index:72;border:0;border-radius:999px;background:var(--green-800);color:#fff;padding:12px 15px;font-weight:800;box-shadow:0 8px 24px rgba(0,0,0,.22)}
  .main-nav{display:block!important}
  .nav-row.nav-compact{justify-content:flex-start;overflow-x:auto;height:44px}
  .nav-row.nav-compact>a{height:44px;white-space:nowrap;padding:0 13px}
  .nav-separator{display:none}
  body{padding-bottom:0!important}
  .mobile-nav{display:none!important}
  .header-main{grid-template-columns:170px 1fr auto!important}
  .phone-stack{display:none}
  .hero-logo-card{min-height:270px}.hero-logo-card img{max-height:210px!important}
  .contact-card-grid{grid-template-columns:1fr 1fr}
  .news-grid{grid-template-columns:1fr 1fr}
  .content-layout{grid-template-columns:1fr}.content-logo{position:static;max-width:420px}
}
@media(max-width:780px){
  .header-main{grid-template-columns:1fr auto!important}
  .category-cards{grid-template-columns:1fr 1fr!important}
  .hero-logo-panel{height:300px!important}
  .hero-logo-card{width:330px;min-height:235px;padding:20px}.hero-logo-card img{width:285px!important;max-height:185px!important}
  .hero-logo-caption{font-size:8px}
}
@media(max-width:520px){
  .category-cards{grid-template-columns:1fr 1fr!important}
  .contact-card-grid,.news-grid{grid-template-columns:1fr}
  .color-settings{flex-direction:column;gap:10px}
  .article-cta{flex-direction:column}
}

/* =========================================================
   V4.3 - Modern typography, prominent cart, collapsible support
   ========================================================= */
:root{
  --font-modern:"Segoe UI Variable","Segoe UI","SF Pro Display","SF Pro Text",Inter,Roboto,"Helvetica Neue",Arial,sans-serif;
}
html,body,button,input,select,textarea{font-family:var(--font-modern)!important}
body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}
h1,h2,h3,h4,h5,h6,.hero-mini,.section-kicker,.nav-row,.btn,.add-cart-btn{font-family:var(--font-modern)!important;letter-spacing:-.015em}
.hero-mini,.section-kicker{letter-spacing:.09em}
input,textarea,select{font-weight:400}

/* cart: more visible and consistent than emoji rendering */
.header-cart{
  width:auto!important;height:52px!important;min-width:126px!important;border-radius:12px!important;
  padding:5px 10px 5px 7px!important;background:linear-gradient(135deg,var(--gold),#e0b348)!important;
  color:#0b3a22!important;display:grid!important;grid-template-columns:40px 1fr auto!important;gap:7px!important;
  align-items:center!important;box-shadow:0 9px 22px rgba(160,112,18,.22)!important;border:1px solid rgba(122,82,9,.18)!important;
  transition:transform .18s ease,box-shadow .18s ease!important
}
.header-cart:hover{transform:translateY(-2px);box-shadow:0 12px 26px rgba(160,112,18,.3)!important}
.cart-icon{width:40px;height:40px;border-radius:10px;background:var(--green-900);display:grid;place-items:center;color:#fff}
.cart-icon svg,.qc-cart svg,.support-round-icon svg,.mobile-menu-toggle svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.cart-copy{display:flex;flex-direction:column;line-height:1.06;text-align:left}
.cart-copy small{font-size:8px;font-weight:900;letter-spacing:.08em;color:#315640}
.cart-copy strong{font-size:11px;color:#0b3a22;margin-top:3px}
.cart-count{position:static!important;width:24px!important;height:24px!important;border-radius:50%!important;background:#fff!important;color:var(--green-900)!important;display:grid!important;place-items:center!important;font-size:11px!important;box-shadow:0 2px 7px rgba(0,0,0,.12)}

/* mobile hamburger - hidden on desktop */
.mobile-menu-toggle{display:none;border:0;background:transparent;color:var(--green-900);padding:0}

/* support widget collapsed by default on desktop + mobile */
.support-widget{position:fixed;right:18px;bottom:24px;z-index:78;display:flex;flex-direction:column;align-items:flex-end;gap:10px}
.support-launcher{position:relative;border:0;background:transparent;display:flex;align-items:center;gap:0;padding:0;filter:drop-shadow(0 9px 20px rgba(0,0,0,.18))}
.support-bubble-copy{height:62px;min-width:170px;background:#fff;border:1px solid #dce9df;border-radius:18px 6px 6px 18px;padding:10px 24px 9px 17px;display:flex;flex-direction:column;justify-content:center;text-align:left;transition:.2s}
.support-bubble-copy:after{content:"";position:absolute;right:51px;width:18px;height:18px;background:#fff;transform:rotate(45deg);border-top:1px solid #dce9df;border-right:1px solid #dce9df}
.support-bubble-copy small{font-size:9px;color:#78837b;font-weight:800;letter-spacing:.04em}
.support-bubble-copy b{font-size:14px;color:var(--green-900);margin-top:2px}
.support-round-icon{position:relative;z-index:2;width:66px;height:66px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,#0b7c43,var(--green-900));color:#fff;border:5px solid #fff;box-shadow:0 8px 20px rgba(6,57,32,.28)}
.support-round-icon svg{width:29px;height:29px}
.support-pulse{position:absolute;right:8px;top:8px;width:12px;height:12px;background:#43d17a;border:2px solid #fff;border-radius:50%;z-index:3}
.support-pulse:after{content:"";position:absolute;inset:-5px;border-radius:50%;border:2px solid rgba(67,209,122,.5);animation:supportPulse 1.8s infinite}
@keyframes supportPulse{0%{transform:scale(.7);opacity:1}80%,100%{transform:scale(2.2);opacity:0}}
.support-widget.open .support-bubble-copy{opacity:0;transform:translateX(15px);pointer-events:none}

.quick-contact-dock{position:absolute!important;right:0!important;bottom:78px!important;top:auto!important;transform:translateY(12px) scale(.96)!important;width:310px!important;padding:9px!important;background:#fff!important;border:1px solid #d9e6dc!important;border-radius:16px!important;box-shadow:0 24px 60px rgba(7,45,27,.22)!important;display:flex!important;flex-direction:column!important;gap:7px!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;transition:opacity .18s ease,transform .18s ease,visibility .18s!important}
.support-widget.open .quick-contact-dock{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:translateY(0) scale(1)!important}
.quick-contact-head{display:flex;align-items:center;justify-content:space-between;padding:8px 8px 9px 10px;border-bottom:1px solid #edf1ee;margin-bottom:1px}
.quick-contact-head>div{display:flex;flex-direction:column}.quick-contact-head small{font-size:8px;color:#8b958e;font-weight:900;letter-spacing:.08em}.quick-contact-head b{font-size:14px;color:var(--green-900);margin-top:2px}
.quick-contact-close{width:30px;height:30px;border-radius:50%;border:0;background:#f1f5f2;color:#5f6d63;font-size:20px;line-height:1}
.qc{width:100%!important;min-height:53px!important;border-radius:10px!important;display:grid!important;grid-template-columns:44px 1fr 38px!important;overflow:hidden!important;box-shadow:none!important;transition:transform .16s ease,filter .16s ease}
.qc:hover{transform:translateX(-3px);filter:brightness(1.03)}
.qc>span{height:100%;min-height:53px;display:grid;place-items:center;font-size:18px;background:rgba(0,0,0,.1)}
.qc>div{padding:7px 8px!important}.qc small{font-size:9px!important}.qc b{font-size:12px!important}
.qc i{font-style:normal;font-size:9px;font-weight:900;opacity:.85;text-align:center}
.qc-cart>span svg{width:22px;height:22px}
.quick-contact-toggle{display:none!important}

/* desktop header balance */
.header-main{grid-template-columns:225px minmax(360px,1fr) 400px!important}
.header-actions{min-width:0}
.phone-stack a{min-width:120px}

@media(max-width:1180px){
  .header-main{grid-template-columns:195px minmax(300px,1fr) 300px!important}
  .header-cart{min-width:116px!important}
  .cart-copy{display:none}
  .phone-stack{grid-template-columns:1fr!important}.phone-stack a:first-child{display:none!important}
}

/* Phone header = Logo | Menu | Cart in one row, search below */
@media(max-width:900px){
  .announcement-inner>span{display:none}
  .announcement-inner{justify-content:center}
  .top-contacts{font-size:11px;white-space:nowrap}
  .site-header{background:#fff}
  .header-main{
    min-height:auto!important;padding:9px 0 10px!important;
    display:grid!important;grid-template-columns:minmax(0,1fr) 56px 60px!important;
    grid-template-areas:"logo menu cart" "search search search"!important;
    gap:9px!important;align-items:center!important
  }
  .logo-link{grid-area:logo;height:66px!important;min-width:0}
  .logo-link img{width:auto!important;max-width:160px!important;max-height:64px!important;object-fit:contain!important;object-position:left center!important}
  .header-search{grid-area:search;height:45px!important;margin:0!important;max-width:none!important;border-radius:12px!important}
  .header-actions{display:contents!important}
  .phone-stack{display:none!important}
  .mobile-menu-toggle{grid-area:menu;display:flex!important;width:52px;height:52px;border-radius:13px;background:#eff7f1;color:var(--green-900);align-items:center;justify-content:center;flex-direction:column;gap:1px;border:1px solid #dbe8de}
  .mobile-menu-toggle svg{width:23px;height:23px}.mobile-menu-toggle small{font-size:7px;font-weight:900;letter-spacing:.05em}
  .mobile-menu-toggle.active{background:var(--green-800);color:#fff}
  .header-cart{grid-area:cart;width:56px!important;min-width:56px!important;height:52px!important;padding:4px!important;display:grid!important;grid-template-columns:1fr!important;place-items:center!important;background:var(--gold)!important;border-radius:13px!important}
  .cart-icon{width:42px;height:42px;border-radius:10px}.cart-copy{display:none!important}
  .cart-count{position:absolute!important;right:-5px!important;top:-6px!important;width:22px!important;height:22px!important;background:#fff!important;border:2px solid var(--gold)!important}
  .main-nav{display:none!important;position:absolute!important;left:0!important;right:0!important;z-index:62!important;background:var(--green-800)!important;box-shadow:0 14px 28px rgba(0,0,0,.16)!important}
  .main-nav.mobile-open{display:block!important}
  .nav-row.nav-compact{height:auto!important;display:grid!important;grid-template-columns:1fr 1fr!important;overflow:visible!important;gap:0!important;padding:7px 10px!important}
  .nav-row.nav-compact>a{height:43px!important;padding:0 11px!important;border:0!important;border-bottom:1px solid rgba(255,255,255,.08)!important;font-size:10px!important}
  .nav-row.nav-compact>a:nth-child(odd){border-right:1px solid rgba(255,255,255,.08)!important}
  .nav-separator{display:none!important}

  .support-widget{right:10px;bottom:12px}
  .support-bubble-copy{min-width:145px;height:56px;padding-left:13px}.support-bubble-copy b{font-size:13px}
  .support-round-icon{width:60px;height:60px}
  .quick-contact-dock{width:min(310px,calc(100vw - 20px))!important;bottom:70px!important}
}

@media(max-width:520px){
  .top-contacts{font-size:10px;gap:6px!important}
  .header-main{grid-template-columns:minmax(0,1fr) 52px 56px!important}
  .logo-link img{max-width:145px!important}
  .mobile-menu-toggle{width:48px;height:48px}
  .header-cart{width:52px!important;min-width:52px!important;height:48px!important}.cart-icon{width:39px;height:39px}
  .header-search input{font-size:13px!important;padding:0 12px!important}
  .support-bubble-copy{display:none}
  .support-round-icon{width:58px;height:58px}
}


/* ===== V4.4 CMS / CAROUSEL ===== */
.logo-stage,.footer-logo-stage{display:inline-flex;align-items:center;justify-content:center;background:#fff;border-radius:11px;padding:3px;box-shadow:0 6px 18px rgba(7,45,27,.11)}
.logo-stage img{width:100%!important;height:100%!important;object-fit:contain!important}
.logo-link .logo-stage{width:100%;height:76px}
.footer-logo-stage{padding:7px}.footer-logo-stage img{width:220px!important;max-height:120px!important;object-fit:contain}

.product-carousel{position:relative}
.carousel-viewport{overflow:hidden;padding:4px 2px 16px}
.carousel-track{display:flex;gap:18px;will-change:transform}
.carousel-item{flex:0 0 calc((100% - 54px)/4);min-width:0}
.carousel-item .product-card{height:100%}
.carousel-nav{position:absolute;top:42%;z-index:5;width:42px;height:42px;border:1px solid #d4dfd7;border-radius:50%;background:#fff;color:var(--green-800);font-size:30px;line-height:1;box-shadow:0 7px 22px rgba(7,45,27,.13);display:grid;place-items:center}
.carousel-nav:hover{background:var(--green-800);color:#fff}
.carousel-prev{left:-21px}.carousel-next{right:-21px}
.carousel-dots{display:none}

.footer-grid-cms{padding-bottom:28px}
.footer-map-wrap{padding-top:24px;border-top:1px solid rgba(255,255,255,.12)}
.footer-map-head{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:12px}
.footer-map-head>div{display:flex;align-items:center;gap:10px}.footer-map-head>div>span{font-size:25px}
.footer-map-head h4{margin:0;color:#fff}.footer-map-head p{margin:3px 0 0;color:#aec2b4;font-size:12px}
.footer-map-head>a{font-size:11px;font-weight:800;color:#edca7c}
.footer-map{width:100%;border:0;border-radius:12px;background:#fff}

.menu-add-card{margin-bottom:16px}.menu-add-grid{display:grid;grid-template-columns:1fr 2fr 120px auto auto;gap:10px;align-items:end}
.menu-check{display:flex!important;flex-direction:row!important;align-items:center;gap:6px;padding-bottom:11px}.menu-check input,.auto-width{width:auto!important}
.mini-input{width:78px!important}.admin-form-actions{display:flex;justify-content:flex-end;padding-top:16px}
.home-toggle-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.home-toggle-grid label,.inline-check{display:flex!important;flex-direction:row!important;align-items:center;gap:8px;background:#f6f9f6;border:1px solid #e1e9e2;padding:11px;border-radius:8px}
.home-toggle-grid input,.inline-check input{width:auto!important}
.label-editor-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px}.label-editor-grid label{display:flex;flex-direction:column;gap:5px}.label-editor-grid label>span{font-size:10px;color:#708077;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}

@media(max-width:1050px){
 .carousel-item{flex-basis:calc((100% - 36px)/3)}
 .menu-add-grid{grid-template-columns:1fr 1.4fr 100px}.menu-add-grid .menu-check,.menu-add-grid button{grid-column:auto}
 .home-toggle-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:780px){
 .carousel-track{gap:10px}.carousel-item{flex-basis:calc((100% - 10px)/2)}
 .carousel-prev{left:-7px}.carousel-next{right:-7px}.carousel-nav{width:34px;height:34px;font-size:24px}
 .menu-add-grid{grid-template-columns:1fr}.menu-add-grid>*{grid-column:1!important}
 .label-editor-grid{grid-template-columns:1fr}
 .home-toggle-grid{grid-template-columns:1fr}
}
@media(max-width:520px){
 .carousel-item{flex-basis:78%}
 .carousel-nav{top:40%}
}

.db-status-card{max-width:720px}.db-check-list{margin:12px 0 18px}.db-check-row{display:flex;justify-content:space-between;align-items:center;padding:11px 5px;border-bottom:1px solid #e5ebe6}.db-ok{color:#197743}.db-bad{color:#b3261e}


/* =========================================================
   V4.4.3 - LOGO / QUICK CONTACT / FOOTER MAP FIX
   ========================================================= */

/* Logo: bỏ hoàn toàn card trắng bao ngoài. File logo mặc định đã là PNG trong suốt. */
.logo-stage.logo-stage-clean,
.footer-logo-stage.footer-logo-clean{
  background:transparent!important;
  box-shadow:none!important;
  border:0!important;
  border-radius:0!important;
  padding:0!important;
  overflow:visible!important;
}
.logo-link .logo-stage.logo-stage-clean{
  width:190px!important;
  height:82px!important;
  justify-content:flex-start!important;
}
.site-logo-img{
  width:auto!important;
  height:auto!important;
  max-width:100%!important;
  max-height:100%!important;
  object-fit:contain!important;
  object-position:center!important;
  filter:drop-shadow(0 4px 7px rgba(6,55,31,.18));
}
/* Nếu admin upload JPG nền trắng, multiply giúp nền trắng hòa vào nền header/footer. */
.footer .site-logo-img{mix-blend-mode:multiply;filter:drop-shadow(0 4px 8px rgba(0,0,0,.18))}
.footer-logo-stage.footer-logo-clean{display:flex!important;justify-content:flex-start!important;width:220px!important;max-width:100%!important;height:120px!important}
.footer-logo-stage.footer-logo-clean .site-logo-img{max-width:210px!important;max-height:112px!important}

/* Footer: map nằm trong chính cột KẾT NỐI */
.footer-grid.footer-grid-cms{
  grid-template-columns:1.15fr .82fr .72fr 1.31fr!important;
  gap:30px!important;
  align-items:start!important;
  padding-bottom:22px!important;
}
.footer-connect-column{min-width:0}
.footer-address{margin-bottom:11px!important}
.footer-map-mini{
  margin-top:12px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:10px;
  overflow:hidden;
  background:rgba(255,255,255,.05);
}
.footer-map-mini-head{
  min-height:36px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  padding:7px 9px;
  border-bottom:1px solid rgba(255,255,255,.12);
}
.footer-map-mini-head b{font-size:11px;color:#fff}
.footer-map-mini-head a{font-size:10px;font-weight:800;color:#efc96f}
.footer-map-mini iframe{
  display:block;
  width:100%;
  border:0;
  background:#fff;
}
/* old full width map is no longer rendered, hide stale markup if cache mixes versions */
.footer-map-wrap{display:none!important}

/* Quick contact: hỗ trợ cả .support-widget.open và .quick-contact-dock.open */
.support-widget{
  pointer-events:auto!important;
  z-index:999!important;
}
.support-launcher{
  cursor:pointer!important;
  pointer-events:auto!important;
  user-select:none!important;
  -webkit-tap-highlight-color:transparent;
}
.support-launcher:focus-visible{outline:3px solid rgba(201,144,36,.5);outline-offset:3px}
.quick-contact-dock{
  z-index:1000!important;
}
.support-widget.open .quick-contact-dock,
.quick-contact-dock.open{
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
  transform:translateY(0) scale(1)!important;
}
.support-widget.open .support-launcher{filter:drop-shadow(0 9px 22px rgba(0,0,0,.24))}
.support-widget.open .support-round-icon{transform:scale(.96)}
.support-round-icon{transition:transform .18s ease}

/* Desktop footer giữ map vừa phải, không kéo footer quá cao */
@media(min-width:901px){
  .footer{padding-top:40px!important}
  .footer-brand p{max-width:280px}
}

/* Tablet */
@media(max-width:1050px){
  .footer-grid.footer-grid-cms{grid-template-columns:1fr 1fr!important}
  .footer-connect-column{grid-column:1/-1}
  .footer-map-mini{max-width:620px}
}

/* Mobile */
@media(max-width:780px){
  .logo-link .logo-stage.logo-stage-clean{
    width:150px!important;
    height:58px!important;
  }
  .site-logo-img{filter:drop-shadow(0 2px 5px rgba(6,55,31,.14))}
  .footer-grid.footer-grid-cms{grid-template-columns:1fr!important}
  .footer-connect-column{grid-column:auto}
  .footer-logo-stage.footer-logo-clean{width:190px!important;height:105px!important}
  .footer-map-mini{width:100%;max-width:none}
}
@media(max-width:520px){
  .logo-link .logo-stage.logo-stage-clean{
    width:138px!important;
    height:54px!important;
  }
}


/* =========================================================
   V4.4.4 - FOOTER LOGO VISIBILITY FIX
   ========================================================= */

/* Không dùng blend mode vì làm logo xanh bị chìm trên footer xanh đậm */
.footer .site-logo-img{
  mix-blend-mode:normal!important;
  opacity:1!important;
  filter:drop-shadow(0 5px 10px rgba(0,0,0,.18))!important;
}

/* Khung sáng gọn để giữ đúng màu logo gốc */
.footer-logo-stage.footer-logo-clean{
  width:220px!important;
  height:126px!important;
  padding:10px 13px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:linear-gradient(145deg,#ffffff,#f5f8f3)!important;
  border:1px solid rgba(201,144,36,.55)!important;
  border-radius:14px!important;
  box-shadow:
    0 10px 25px rgba(0,0,0,.18),
    inset 0 0 0 1px rgba(255,255,255,.8)!important;
  overflow:hidden!important;
}

.footer-logo-stage.footer-logo-clean .site-logo-img{
  width:auto!important;
  height:auto!important;
  max-width:195px!important;
  max-height:105px!important;
  object-fit:contain!important;
}

/* Làm cột logo cân đối hơn */
.footer-brand{
  align-self:start;
}
.footer-brand p{
  margin-top:14px!important;
}

/* Mobile */
@media(max-width:780px){
  .footer-logo-stage.footer-logo-clean{
    width:190px!important;
    height:112px!important;
    padding:9px 11px!important;
  }
  .footer-logo-stage.footer-logo-clean .site-logo-img{
    max-width:168px!important;
    max-height:92px!important;
  }
}


/* =========================================================
   V4.4.5 - GLOBAL FONT & VIETNAMESE DISPLAY FIX
   ========================================================= */

/*
 * Dùng system font stack thay vì phụ thuộc font tải ngoài.
 * Các font trong stack đều hỗ trợ Unicode/Vietnamese tốt trên
 * Windows, iPhone/iPad, Android và macOS.
 */
:root{
  --font-ui:-apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans",Roboto,"Helvetica Neue",Arial,sans-serif;
  --font-mono:"SFMono-Regular",Consolas,"Liberation Mono",Menlo,monospace;
}

/* Reset font trên TOÀN BỘ website và admin */
html,
body,
button,
input,
select,
textarea,
option,
table,
th,
td,
a,
span,
div,
p,
label,
small,
strong,
b,
h1,h2,h3,h4,h5,h6{
  font-family:var(--font-ui)!important;
  font-synthesis:none;
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}

/* Tránh chữ bị ép/thay kiểu ở các browser khác nhau */
body{
  font-weight:400;
  letter-spacing:0;
  line-height:1.5;
}
h1,h2,h3,h4,h5,h6,
strong,b{
  font-style:normal!important;
  font-variant:normal!important;
}
h1,h2{
  font-weight:800!important;
  letter-spacing:-.025em!important;
}
h3,h4,h5,h6{
  font-weight:700!important;
  letter-spacing:-.01em!important;
}

/* Tên sản phẩm: ưu tiên dễ đọc, không lỗi dấu tiếng Việt */
.product-body h3,
.product-body h3 a,
.detail-info h1,
.order-line b,
.cart-item-info b{
  font-family:var(--font-ui)!important;
  font-weight:700!important;
  font-style:normal!important;
  font-stretch:normal!important;
  letter-spacing:-.01em!important;
  line-height:1.42!important;
  text-transform:none!important;
  word-break:normal!important;
  overflow-wrap:break-word!important;
  hyphens:none!important;
}

/* Không dùng weight 900 trên các nhãn tiếng Việt vì một số máy
   phải giả lập nét đậm khiến dấu trông lỗi/méo */
.category-label,
.section-kicker,
.hero-mini,
.hero-logo-label,
.nav-row,
.add-cart-btn,
.view-all,
.btn,
.status,
.admin-table th,
.eyebrow{
  font-family:var(--font-ui)!important;
  font-weight:700!important;
}

/* Header / Menu */
.nav-row a,
.announcement,
.header-search input,
.phone-stack a,
.cart-copy,
.mobile-menu-toggle{
  font-family:var(--font-ui)!important;
}

/* Form và button - tránh browser tự dùng font mặc định khác */
input,
textarea,
select,
button{
  font-family:var(--font-ui)!important;
  font-weight:400;
  font-style:normal;
}
button,
.btn,
.add-cart-btn{
  font-weight:700!important;
}

/* Admin */
.admin-body,
.admin-top,
.admin-sidebar,
.admin-content,
.admin-card,
.admin-table,
.admin-table th,
.admin-table td,
.admin-heading,
.login-card,
.form-card,
.settings-block,
.menu-table{
  font-family:var(--font-ui)!important;
}
.admin-sidebar a{
  font-family:var(--font-ui)!important;
  font-weight:600!important;
  letter-spacing:0!important;
}
.admin-heading h1{
  font-family:var(--font-ui)!important;
  font-weight:800!important;
}
.admin-table th{
  letter-spacing:.04em!important;
  font-size:11px!important;
}
.admin-table td,
.admin-card label,
.settings-help{
  font-weight:400;
}
.admin-card label{
  font-family:var(--font-ui)!important;
}

/* Giữ font monospace CHỈ cho tên key kỹ thuật trong trang label */
.label-editor-grid label>span{
  font-family:var(--font-mono)!important;
  font-weight:500!important;
  letter-spacing:0!important;
}

/* Giá sản phẩm */
.price-row strong,
.detail-price strong,
.summary-total strong{
  font-family:var(--font-ui)!important;
  font-variant-numeric:tabular-nums;
  font-weight:800!important;
}

/* Số điện thoại và dữ liệu Admin */
.phone-stack b,
.qc b,
.admin-table,
.stat-card b{
  font-variant-numeric:tabular-nums;
}

/* Mobile: giữ cỡ chữ ổn định, không để iOS tự zoom font */
@media(max-width:780px){
  html{-webkit-text-size-adjust:100%;text-size-adjust:100%}
  .product-body h3,
  .product-body h3 a{
    font-size:14px!important;
    line-height:1.4!important;
  }
  .nav-row a{
    font-size:10px!important;
    font-weight:700!important;
  }
}

/* Chrome/Windows thường gặp lỗi do font fallback khi dùng emoji cạnh chữ.
   Tách emoji/icon khỏi font chữ bằng cách không ép weight quá nặng. */
.category-icon,
.action-icon,
.news-icon,
.service-item>span,
.support-round-icon,
.cart-icon{
  font-weight:400!important;
}


/* =========================================================
   DUY KIEN SHOP V5 PRO
   ========================================================= */
.header-search{position:relative;overflow:visible!important}
.search-suggest{position:absolute;left:-2px;right:-2px;top:51px;background:#fff;border:1px solid #dce6de;border-radius:10px;box-shadow:0 16px 38px rgba(0,0,0,.15);z-index:90;display:none;overflow:hidden}
.search-suggest.show{display:block}.search-suggest a{display:grid;grid-template-columns:46px 1fr;gap:10px;align-items:center;padding:8px 11px;border-bottom:1px solid #edf1ed}.search-suggest a:hover{background:#f4f9f5}.search-suggest img{width:46px;height:42px;object-fit:cover;border-radius:6px}.search-suggest span{display:flex;flex-direction:column}.search-suggest b{font-size:12px}.search-suggest small{color:#c43d2a;font-weight:700}

.promo-slider-section{padding:24px 0;background:#f6f8f5}.promo-slider{position:relative;overflow:hidden;border-radius:16px;background:linear-gradient(115deg,#fff9e7,#eef8f1);border:1px solid #dbe7dd}.promo-track{display:flex;transition:transform .55s ease}.promo-slide{min-width:100%;display:grid;grid-template-columns:1.15fr .85fr;min-height:260px;align-items:center;padding:30px 54px}.promo-copy span{font-size:10px;letter-spacing:1.4px;font-weight:800;color:#a06e16}.promo-copy h2{font-size:34px;color:#073c24;margin:6px 0}.promo-copy p{color:#66746b;max-width:620px}.promo-visual{display:grid;place-items:center;height:220px}.promo-visual img{max-width:330px;max-height:210px;object-fit:contain}.promo-prev,.promo-next{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;border:0;background:#fff;color:#0d4c2c;box-shadow:0 5px 18px rgba(0,0,0,.15);font-size:27px}.promo-prev{left:10px}.promo-next{right:10px}

.product-gallery{min-width:0}.gallery-thumbs{display:flex;gap:9px;margin-top:10px;overflow-x:auto;padding-bottom:4px}.gallery-thumb{width:72px;height:64px;border:2px solid transparent;background:#fff;border-radius:8px;padding:2px;flex:0 0 auto}.gallery-thumb.active{border-color:var(--green-700)}.gallery-thumb img{width:100%;height:100%;object-fit:cover;border-radius:5px}.product-action-buttons{display:flex;gap:8px}.buy-now{background:var(--gold);color:#173722}.product-tools{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}.tool-btn{border:1px solid #dce5de;background:#fff;border-radius:8px;padding:9px 12px;color:#385443;font-size:12px;font-weight:700}.tool-btn.active{background:#fff0ef;color:#b62e25;border-color:#f1c8c4}

.favorite-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.favorite-card{display:grid;grid-template-columns:130px 1fr;gap:14px;background:#fff;border:1px solid #e0e8e2;border-radius:12px;padding:12px}.favorite-card img{width:130px;height:120px;object-fit:cover;border-radius:8px}.favorite-card h3{font-size:16px;margin:6px 0}.favorite-card strong{color:#d13b26}.remove-fav{display:block;margin-top:12px;border:0;background:transparent;color:#a23b31;padding:0}

.track-layout{display:grid;grid-template-columns:340px 1fr;gap:24px;align-items:start}.track-form label{display:flex;flex-direction:column;gap:6px;margin-bottom:13px}.track-placeholder{min-height:250px;display:grid;place-items:center;border:1px dashed #cbd7cd;border-radius:12px;color:#77847b}.track-head{display:flex;justify-content:space-between;align-items:center}.track-head h2{margin:3px 0}.track-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin:22px 0}.track-steps span{background:#eef2ef;border-radius:8px;padding:12px 8px;text-align:center;font-size:11px}.track-steps .done{background:#e1f3e6;color:#196a3c;font-weight:700}

.faq-home{background:#f7faf7}.faq-list{display:grid;gap:10px;max-width:900px}.faq-item{background:#fff;border:1px solid #dfe7e1;border-radius:10px;overflow:hidden}.faq-item summary{cursor:pointer;padding:16px 18px;font-weight:700;color:#113e28;list-style:none}.faq-item summary:after{content:"+";float:right;color:#c99024;font-size:20px}.faq-item[open] summary:after{content:"−"}.faq-item>div{padding:0 18px 18px;color:#5f6e64;line-height:1.75}.faq-page .faq-list{margin:auto}

.contact-form-section{display:grid;grid-template-columns:.75fr 1.25fr;gap:28px;margin-top:30px;align-items:start}.contact-form-section h2{color:#0d4c2c}.contact-form .full{grid-column:1/-1}

.admin-gallery{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0}.admin-gallery>div{position:relative}.admin-gallery img{width:90px;height:75px;object-fit:cover;border-radius:7px}.admin-gallery a{position:absolute;right:-5px;top:-5px;width:22px;height:22px;border-radius:50%;display:grid;place-items:center;background:#b3261e;color:#fff}
.inventory-layout .admin-card label{margin-bottom:12px}.low-stock-list{display:grid;gap:8px}.low-stock-list a{display:flex;justify-content:space-between;padding:10px;border-radius:7px;background:#fff6ed}.stock-plus{color:#197743;font-weight:700}.stock-minus,.danger-text{color:#b3261e!important;font-weight:700}
.banner-admin-row,.faq-admin-row{display:grid;grid-template-columns:72px 1fr auto;gap:10px;align-items:center;padding:10px 0;border-bottom:1px solid #e5ebe6}.faq-admin-row{grid-template-columns:1fr auto}.banner-admin-row img{width:72px;height:54px;object-fit:cover;border-radius:6px}.banner-admin-row>div:nth-child(2),.faq-admin-row>div:first-child{display:flex;flex-direction:column}.inline-form{display:inline}
.export-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.export-card{display:flex;gap:16px;align-items:center}.export-card>span{font-size:34px}.export-card h2{margin:0;color:#0d4c2c}.export-card p{margin:5px 0;color:#69766d}
.dashboard-actions{display:flex;gap:8px}.v5-stat-grid{grid-template-columns:repeat(6,1fr)}.dashboard-chart{margin-bottom:18px}.bar-chart{display:flex;align-items:end;gap:8px;height:215px;padding-top:25px}.bar-col{height:190px;flex:1;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;gap:4px;min-width:0}.bar{width:min(28px,70%);background:linear-gradient(#2c8b53,#0d4c2c);border-radius:5px 5px 0 0;min-height:3px}.bar-col small{font-size:9px;color:#7c887f}.bar-value{font-size:9px;color:#4a5a4f;height:13px}.dashboard-two{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-bottom:18px}.rank-row{display:flex;justify-content:space-between;gap:15px;align-items:center;padding:11px 0;border-bottom:1px solid #e7ece8}.rank-row div{display:flex;flex-direction:column}.rank-row small{color:#7c887f}

@media(max-width:1100px){.v5-stat-grid{grid-template-columns:repeat(3,1fr)}.favorite-grid{grid-template-columns:1fr 1fr}.promo-slide{padding:24px 44px}}
@media(max-width:780px){.promo-slide{grid-template-columns:1fr;padding:28px 42px}.promo-visual{height:150px}.promo-copy h2{font-size:27px}.favorite-grid{grid-template-columns:1fr}.track-layout,.contact-form-section,.dashboard-two{grid-template-columns:1fr}.track-steps{grid-template-columns:1fr 1fr}.v5-stat-grid{grid-template-columns:1fr 1fr}.export-grid{grid-template-columns:1fr}.product-action-buttons{flex-direction:column}.product-action-buttons .btn{width:100%}}

.product-card{position:relative}.product-fav{position:absolute;right:10px;top:10px;z-index:4;width:35px;height:35px;border-radius:50%;border:1px solid #e1e7e2;background:rgba(255,255,255,.94);color:#647168;font-size:20px;display:grid;place-items:center;box-shadow:0 4px 12px rgba(0,0,0,.08)}.product-fav.active{background:#fff0ef;color:#bd3026;border-color:#efcac6}.product-fav.active{font-size:0}.product-fav.active:after{content:"♥";font-size:20px}
.recent-section{background:#fff}.recent-products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.recent-card{display:grid;grid-template-columns:90px 1fr;gap:11px;align-items:center;border:1px solid #e0e7e2;border-radius:10px;padding:9px;background:#fff}.recent-card img{width:90px;height:78px;object-fit:cover;border-radius:7px}.recent-card h3{font-size:13px;margin:0 0 6px;line-height:1.4}.recent-card strong{color:#c83c2a;font-size:14px}
@media(max-width:900px){.recent-products-grid{grid-template-columns:1fr 1fr}}@media(max-width:520px){.recent-products-grid{grid-template-columns:1fr}.recent-card{grid-template-columns:82px 1fr}.recent-card img{width:82px;height:72px}}


/* =========================================================
   V5.1 - EMAIL + SHIPPING TRACKING
   ========================================================= */
.tracking-admin-card{margin-top:18px}.tracking-checks{display:flex;gap:18px;flex-wrap:wrap;margin:15px 0}.tracking-checks label{display:flex!important;flex-direction:row!important;align-items:center;gap:7px;font-weight:500!important}.tracking-checks input{width:auto!important}.shipping-summary strong{font-size:16px;color:#0d4c2c}.public-shipping-box{display:grid;grid-template-columns:54px 1fr auto;gap:15px;align-items:center;background:linear-gradient(135deg,#edf8f0,#fff9e8);border:1px solid #d6e5da;border-radius:12px;padding:17px;margin:17px 0}.shipping-icon{width:50px;height:50px;border-radius:50%;display:grid;place-items:center;background:#fff;font-size:25px;box-shadow:0 5px 14px rgba(0,0,0,.07)}.shipping-copy span{font-size:9px;letter-spacing:1.2px;font-weight:800;color:#9a6a15}.shipping-copy h3{margin:3px 0 6px;color:#0d4c2c}.shipping-copy p{margin:3px 0;font-size:12px;color:#5d6d62}.shipping-track-btn{background:#0d4c2c;color:#fff;white-space:nowrap}.shipping-waiting{padding:14px;border-radius:9px;background:#f7f8f6;color:#68756c;margin:15px 0;border:1px dashed #d0d9d2}
.email-test-card{margin-top:18px;max-width:760px}.email-test-row{display:grid;grid-template-columns:1fr auto;gap:10px}.email-status{display:inline-block;padding:5px 8px;border-radius:999px;font-size:10px;font-weight:800}.email-sent{background:#e4f4e8;color:#176a39}.email-failed{background:#ffe9e6;color:#a63229}.email-error{max-width:280px;white-space:normal!important;color:#8e443e}
@media(max-width:780px){.public-shipping-box{grid-template-columns:44px 1fr}.public-shipping-box .shipping-track-btn{grid-column:1/-1;width:100%}.email-test-row{grid-template-columns:1fr}.tracking-checks{flex-direction:column;gap:8px}}


/* =========================================================
   V5.2 - MODERN BUTTON SYSTEM + SHARE UI
   ========================================================= */
:root{
  --btn-radius:11px;
  --btn-height:44px;
  --btn-shadow:0 7px 18px rgba(7,57,34,.12);
  --btn-shadow-hover:0 11px 24px rgba(7,57,34,.18);
}

/* Global button reset */
.btn,
.add-cart-btn,
.tool-btn,
.product-card-icon,
.quick-contact-close,
.support-launcher,
.carousel-nav,
.promo-prev,
.promo-next,
.mobile-menu-toggle,
.header-search button,
.header-cart,
.share-action,
.share-sheet-close,
.share-link-box button{
  appearance:none;
  -webkit-appearance:none;
  cursor:pointer;
  border:0;
  text-decoration:none!important;
  transition:
    transform .16s ease,
    box-shadow .16s ease,
    background-color .16s ease,
    border-color .16s ease,
    color .16s ease,
    opacity .16s ease;
}

.btn{
  min-height:var(--btn-height)!important;
  padding:0 17px!important;
  border-radius:var(--btn-radius)!important;
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  gap:8px;
  font-weight:750!important;
  line-height:1.2!important;
  border:1px solid transparent!important;
  box-shadow:var(--btn-shadow);
}

.btn:hover,
.add-cart-btn:hover,
.tool-btn:hover,
.product-card-icon:hover{
  transform:translateY(-2px);
}

.btn:active,
.add-cart-btn:active,
.tool-btn:active,
.product-card-icon:active{
  transform:translateY(0) scale(.985);
}

.btn.primary{
  background:linear-gradient(135deg,#0d5a34,#083f26)!important;
  color:#fff!important;
  border-color:#0b4c2d!important;
}
.btn.primary:hover{
  box-shadow:0 12px 25px rgba(7,77,43,.24)!important;
  background:linear-gradient(135deg,#126c40,#084628)!important;
}

.btn.gold,
.btn-buy-now,
.buy-now{
  background:linear-gradient(135deg,#e2a826,#c68811)!important;
  color:#123b24!important;
  border-color:#c88f1a!important;
}
.btn.gold:hover,
.btn-buy-now:hover,
.buy-now:hover{
  background:linear-gradient(135deg,#edb63b,#d39317)!important;
  box-shadow:0 11px 24px rgba(194,132,19,.24)!important;
}

.btn.ghost{
  background:#fff!important;
  color:#17492f!important;
  border:1px solid #d6e3d9!important;
  box-shadow:0 4px 12px rgba(7,57,34,.06)!important;
}
.btn.ghost:hover{
  background:#f4f9f5!important;
  border-color:#a9c6b1!important;
  box-shadow:0 8px 18px rgba(7,57,34,.11)!important;
}

.btn.danger,
.danger{
  background:#fff3f2!important;
  color:#a92e27!important;
  border:1px solid #efc4c0!important;
  box-shadow:none!important;
}
.btn.danger:hover,
.danger:hover{
  background:#fde9e7!important;
  color:#8f201a!important;
}

.btn.small{
  min-height:34px!important;
  padding:0 12px!important;
  border-radius:9px!important;
  font-size:11px!important;
}

.btn.large{
  min-height:50px!important;
  padding:0 23px!important;
}

.btn.wide{
  width:100%;
}

.btn:disabled,
.add-cart-btn:disabled{
  opacity:.5!important;
  cursor:not-allowed!important;
  transform:none!important;
  box-shadow:none!important;
}

.btn-loading{
  pointer-events:none;
  opacity:.8;
  position:relative;
}
.btn-loading:after{
  content:"";
  width:14px;
  height:14px;
  border:2px solid currentColor;
  border-right-color:transparent;
  border-radius:50%;
  animation:dk-spin .65s linear infinite;
}
@keyframes dk-spin{to{transform:rotate(360deg)}}

/* Product card add-to-cart */
.add-cart-btn{
  min-height:42px!important;
  width:100%;
  border-radius:10px!important;
  background:linear-gradient(135deg,#0d5b35,#084326)!important;
  color:#fff!important;
  font-weight:750!important;
  border:1px solid #0b4c2d!important;
  box-shadow:0 6px 15px rgba(7,71,40,.14);
}
.add-cart-btn:hover{
  box-shadow:0 10px 20px rgba(7,71,40,.2);
  background:linear-gradient(135deg,#126d40,#084a2a)!important;
}

/* Product card favorite/share group */
.product-card-actions{
  position:absolute;
  right:10px;
  top:10px;
  z-index:5;
  display:flex;
  flex-direction:column;
  gap:7px;
}
.product-card-icon{
  position:static!important;
  width:36px!important;
  height:36px!important;
  border-radius:50%!important;
  display:grid!important;
  place-items:center!important;
  background:rgba(255,255,255,.96)!important;
  border:1px solid #dfe7e1!important;
  color:#42594a!important;
  box-shadow:0 5px 13px rgba(0,0,0,.10)!important;
  font-size:18px!important;
}
.product-card-icon:hover{
  background:#fff!important;
  box-shadow:0 8px 18px rgba(0,0,0,.14)!important;
}
.product-fav.active{
  background:#fff0ef!important;
  color:#bf3027!important;
  border-color:#efc2be!important;
}
.product-share{
  color:#0a6840!important;
}

/* Product detail CTA buttons */
.product-action-buttons{
  display:grid!important;
  grid-template-columns:1fr 1fr;
  gap:10px!important;
  width:100%;
}
.product-action-buttons .btn{
  min-height:50px!important;
  font-size:13px!important;
  border-radius:12px!important;
}
.btn-cart-main{
  box-shadow:0 8px 20px rgba(6,75,41,.18)!important;
}
.btn-buy-now{
  box-shadow:0 8px 20px rgba(192,128,14,.18)!important;
}

/* Product tool buttons */
.product-tools-v52{
  display:grid!important;
  grid-template-columns:repeat(3,1fr);
  gap:9px!important;
}
.tool-btn{
  min-height:42px;
  border-radius:10px!important;
  padding:0 13px!important;
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  gap:7px;
  background:#fff!important;
  color:#294d37!important;
  border:1px solid #dbe6de!important;
  box-shadow:0 4px 12px rgba(7,57,34,.06);
  font-weight:700!important;
}
.tool-btn:hover{
  background:#f6faf7!important;
  border-color:#aec9b5!important;
  box-shadow:0 8px 17px rgba(7,57,34,.10);
}
.tool-favorite.active{
  background:#fff0ef!important;
  color:#ad2d25!important;
  border-color:#efc1bc!important;
}
.tool-share{
  background:#f2f8f4!important;
  color:#0c5d38!important;
}
.tool-zalo{
  background:#edf6ff!important;
  color:#056dc2!important;
  border-color:#c9e3fb!important;
}

/* Header search button */
.header-search button{
  min-width:52px!important;
  background:linear-gradient(135deg,#0f7144,#0a5936)!important;
  color:#fff!important;
}
.header-search button:hover{
  background:linear-gradient(135deg,#168352,#0d653e)!important;
}

/* Header cart */
.header-cart{
  box-shadow:0 6px 16px rgba(7,64,37,.16)!important;
}
.header-cart:hover{
  transform:translateY(-2px);
  box-shadow:0 9px 21px rgba(7,64,37,.22)!important;
}

/* Admin button consistency */
.admin-content .btn{
  white-space:nowrap;
}
.admin-heading .btn{
  min-height:40px!important;
}
.settings-save .btn{
  min-height:50px!important;
}

/* Share sheet */
.share-open{
  overflow:hidden;
}
.share-sheet-backdrop{
  position:fixed;
  inset:0;
  z-index:1100;
  background:rgba(0,24,14,.42);
  backdrop-filter:blur(2px);
  opacity:0;
  transition:opacity .2s ease;
}
.share-sheet-backdrop.open{
  opacity:1;
}

.share-sheet{
  position:fixed;
  z-index:1110;
  left:50%;
  bottom:24px;
  width:min(520px,calc(100% - 28px));
  transform:translate(-50%,24px) scale(.98);
  opacity:0;
  background:#fff;
  border:1px solid #dce6de;
  border-radius:18px;
  box-shadow:0 24px 70px rgba(0,0,0,.24);
  padding:13px 16px 16px;
  transition:transform .22s ease,opacity .22s ease;
}
.share-sheet.open{
  transform:translate(-50%,0) scale(1);
  opacity:1;
}
.share-sheet-handle{
  width:46px;
  height:4px;
  border-radius:999px;
  background:#d3ddd6;
  margin:0 auto 12px;
}
.share-sheet-head{
  display:flex;
  justify-content:space-between;
  align-items:start;
  gap:16px;
  padding:0 3px 12px;
}
.share-sheet-head small{
  font-size:9px;
  font-weight:800;
  letter-spacing:1.2px;
  color:#9c6c17;
}
.share-sheet-head h3{
  margin:3px 0 0;
  color:#123d27;
  font-size:20px;
}
.share-sheet-close{
  width:36px;
  height:36px;
  border-radius:50%;
  background:#f2f5f3;
  color:#46564b;
  font-size:22px;
}
.share-sheet-close:hover{
  background:#e8eeea;
}

.share-sheet-actions{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
}
.share-action{
  min-height:108px;
  border-radius:13px;
  padding:13px 10px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:4px;
  background:#f7faf8;
  border:1px solid #e0e8e2;
  color:#234533;
}
.share-action:hover{
  transform:translateY(-2px);
  box-shadow:0 8px 18px rgba(7,57,34,.10);
  background:#fff;
}
.share-action>span{
  width:38px;
  height:38px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#fff;
  box-shadow:0 3px 10px rgba(0,0,0,.08);
  font-size:18px;
  margin-bottom:3px;
}
.share-action>b{
  font-size:12px;
}
.share-action>small{
  font-size:9px;
  color:#748178;
  text-align:center;
}
.share-facebook{
  background:#eef5ff!important;
  color:#145fa4!important;
}
.share-copy.copied,
.share-native.copied{
  background:#edf8f0!important;
  color:#12683c!important;
}

.share-link-box{
  display:grid;
  grid-template-columns:1fr auto;
  gap:8px;
  margin-top:11px;
  padding:8px;
  background:#f4f7f5;
  border-radius:11px;
}
.share-link-box input{
  min-width:0;
  border:0!important;
  background:transparent!important;
  padding:0 7px!important;
  font-size:11px!important;
  color:#5a685f!important;
  box-shadow:none!important;
}
.share-link-box button{
  min-width:74px;
  min-height:35px;
  border-radius:8px;
  background:#0d5b35;
  color:#fff;
  font-size:10px;
  font-weight:800;
}
.share-link-box button.copied{
  background:#16824a;
}

/* Better support launcher */
.support-launcher{
  border:1px solid rgba(255,255,255,.75)!important;
  box-shadow:0 10px 28px rgba(0,0,0,.20)!important;
}
.support-launcher:hover{
  transform:translateY(-2px)!important;
  box-shadow:0 14px 32px rgba(0,0,0,.24)!important;
}

/* Carousel arrows */
.carousel-nav,
.promo-prev,
.promo-next{
  box-shadow:0 6px 17px rgba(0,0,0,.12)!important;
}
.carousel-nav:hover,
.promo-prev:hover,
.promo-next:hover{
  transform:translateY(-2px);
  box-shadow:0 10px 22px rgba(0,0,0,.16)!important;
}

@media(max-width:780px){
  .product-action-buttons{
    grid-template-columns:1fr!important;
  }
  .product-tools-v52{
    grid-template-columns:1fr 1fr!important;
  }
  .tool-zalo{
    grid-column:1/-1;
  }
  .share-sheet{
    left:0;
    right:0;
    bottom:0;
    width:100%;
    transform:translateY(30px);
    border-radius:18px 18px 0 0;
    padding-bottom:calc(16px + env(safe-area-inset-bottom));
  }
  .share-sheet.open{
    transform:translateY(0);
  }
  .share-sheet-actions{
    grid-template-columns:1fr 1fr 1fr;
  }
}
@media(max-width:520px){
  .share-sheet-actions{
    grid-template-columns:1fr;
  }
  .share-action{
    min-height:62px;
    display:grid;
    grid-template-columns:42px 1fr;
    grid-template-rows:auto auto;
    text-align:left;
    justify-items:start;
    padding:9px 12px;
  }
  .share-action>span{
    grid-row:1/3;
    margin:0;
  }
  .share-action>small{
    text-align:left;
  }
}

/* V5.3 SEO URL */
.url-preview{display:flex;flex-direction:column;gap:5px;padding:11px 13px;border-radius:9px;background:#f5f8f6;border:1px solid #dfe7e1;margin:5px 0 12px}
.url-preview small{font-size:9px;font-weight:800;letter-spacing:1px;color:#758279}
.url-preview a{font-size:12px;font-weight:700;color:#0b6540;word-break:break-all}


/* =========================================================
   V5.3.2 - QUICK CONTACT CSS HOTFIX
   Giữ nguyên file style-v5-3.css để tránh lỗi đường dẫn/cache.
   ========================================================= */
.support-widget{
  position:fixed!important;
  right:14px!important;
  bottom:calc(14px + env(safe-area-inset-bottom,0px))!important;
  z-index:9999!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-end!important;
  gap:10px!important;
  pointer-events:auto!important;
}

.support-launcher{
  position:relative!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:0!important;
  padding:0!important;
  margin:0!important;
  border:0!important;
  outline:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  overflow:visible!important;
  cursor:pointer!important;
  filter:drop-shadow(0 10px 22px rgba(0,0,0,.17))!important;
  -webkit-tap-highlight-color:transparent!important;
}

.support-launcher:hover,
.support-launcher:active{
  transform:none!important;
  border:0!important;
  box-shadow:none!important;
  background:transparent!important;
}

.support-bubble-copy{
  position:relative!important;
  z-index:1!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  width:auto!important;
  min-width:205px!important;
  max-width:235px!important;
  height:68px!important;
  margin:0 -4px 0 0!important;
  padding:10px 25px 10px 18px!important;
  background:#fff!important;
  border:1px solid #dfe8e2!important;
  border-radius:23px 8px 8px 23px!important;
  box-shadow:0 9px 24px rgba(3,49,27,.10)!important;
  opacity:1!important;
  visibility:visible!important;
  text-align:left!important;
  transition:opacity .18s ease,transform .18s ease!important;
}

.support-bubble-copy:after{
  content:""!important;
  position:absolute!important;
  z-index:-1!important;
  right:-7px!important;
  top:50%!important;
  width:15px!important;
  height:15px!important;
  margin-top:-7.5px!important;
  background:#fff!important;
  border-top:1px solid #dfe8e2!important;
  border-right:1px solid #dfe8e2!important;
  transform:rotate(45deg)!important;
}

.support-bubble-copy small{
  display:block!important;
  margin:0!important;
  padding:0!important;
  color:#7b8880!important;
  font-size:9px!important;
  line-height:1.2!important;
  font-weight:800!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
}

.support-bubble-copy b{
  display:block!important;
  margin:4px 0 0!important;
  padding:0!important;
  color:#0d3f27!important;
  font-size:16px!important;
  line-height:1.15!important;
  font-weight:800!important;
  white-space:nowrap!important;
}

.support-round-icon{
  position:relative!important;
  z-index:3!important;
  flex:0 0 auto!important;
  width:68px!important;
  height:68px!important;
  border-radius:50%!important;
  display:grid!important;
  place-items:center!important;
  margin:0!important;
  padding:0!important;
  background:linear-gradient(145deg,#138a50,#08613a)!important;
  color:#fff!important;
  border:5px solid #fff!important;
  box-shadow:0 9px 22px rgba(3,65,36,.23)!important;
  font-size:26px!important;
  line-height:1!important;
}

.support-pulse{
  position:absolute!important;
  z-index:5!important;
  right:6px!important;
  top:6px!important;
  width:13px!important;
  height:13px!important;
  border-radius:50%!important;
  background:#48d878!important;
  border:3px solid #fff!important;
  box-sizing:border-box!important;
}

.support-pulse:after{
  content:""!important;
  position:absolute!important;
  inset:-5px!important;
  border:2px solid rgba(72,216,120,.42)!important;
  border-radius:50%!important;
  animation:supportPulse 1.8s infinite!important;
}

.support-widget.open .support-bubble-copy{
  opacity:0!important;
  visibility:hidden!important;
  transform:translateX(12px)!important;
  pointer-events:none!important;
}

.support-widget.open .support-round-icon{
  transform:scale(.97)!important;
}

.quick-contact-dock{
  right:0!important;
  bottom:80px!important;
  top:auto!important;
  width:310px!important;
  max-width:calc(100vw - 20px)!important;
  border-radius:18px!important;
}

@media(max-width:700px){
  .support-widget{
    right:9px!important;
    bottom:calc(10px + env(safe-area-inset-bottom,0px))!important;
  }
  .support-bubble-copy{
    display:flex!important;
    min-width:170px!important;
    max-width:190px!important;
    height:60px!important;
    padding:9px 21px 9px 14px!important;
    border-radius:20px 7px 7px 20px!important;
  }
  .support-bubble-copy small{font-size:8px!important}
  .support-bubble-copy b{font-size:14px!important}
  .support-round-icon{
    width:60px!important;
    height:60px!important;
    border-width:4px!important;
    font-size:23px!important;
  }
  .support-pulse{
    width:12px!important;
    height:12px!important;
    right:5px!important;
    top:5px!important;
  }
  .quick-contact-dock{
    bottom:70px!important;
    width:min(310px,calc(100vw - 18px))!important;
  }
}

@media(max-width:520px){
  /* Ghi đè rule cũ .support-bubble-copy{display:none} */
  .support-bubble-copy{
    display:flex!important;
    min-width:150px!important;
    max-width:165px!important;
    height:56px!important;
    padding:8px 18px 8px 12px!important;
    border-radius:18px 7px 7px 18px!important;
  }
  .support-bubble-copy small{font-size:7.5px!important}
  .support-bubble-copy b{font-size:13px!important}
  .support-round-icon{
    width:56px!important;
    height:56px!important;
    border-width:4px!important;
    font-size:21px!important;
  }
  .quick-contact-dock{
    bottom:66px!important;
  }
}


/* =========================================================
   V5.3.5 - SHARE / SUPPORT LAYER FIX
   ========================================================= */
body.share-open .support-widget{
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
  transform:translateY(18px)!important;
  transition:opacity .14s ease,transform .14s ease,visibility .14s ease!important;
}
.share-sheet-backdrop{
  z-index:20000!important;
}
.share-sheet{
  z-index:20010!important;
}
/* Nội dung mới theo yêu cầu */
.support-bubble-copy b{
  white-space:nowrap!important;
}


/* V5.3.6 - Product card favorite icon only */
.product-card-icon.product-fav{font-size:19px!important;line-height:1!important;text-indent:0!important;white-space:nowrap!important;overflow:hidden!important;}
.product-card-icon.product-fav span{display:none!important;}


/* =========================================================
   V5.3.7 - MOBILE FOOTER MAP FIX
   Rule cu .footer-grid>div:last-child{display:none} da an cot KET NOI tren mobile/tablet.
   Ghi de de cot KET NOI + Google Map luon hien.
   ========================================================= */
@media(max-width:1050px){
  .footer-grid.footer-grid-cms > .footer-connect-column{
    display:block!important;
    visibility:visible!important;
    opacity:1!important;
  }
  .footer-grid.footer-grid-cms > div:last-child{
    display:block!important;
  }
  .footer-map-mini{
    display:block!important;
    visibility:visible!important;
    width:100%!important;
    max-width:620px!important;
    min-height:210px!important;
    margin-top:14px!important;
  }
  .footer-map-mini iframe{
    display:block!important;
    width:100%!important;
    min-height:190px!important;
    height:190px!important;
    border:0!important;
  }
}
@media(max-width:780px){
  .footer-grid.footer-grid-cms > .footer-connect-column{
    display:block!important;
    grid-column:1/-1!important;
    width:100%!important;
  }
  .footer-map-mini{
    width:100%!important;
    max-width:none!important;
    min-height:238px!important;
    border-radius:12px!important;
    overflow:hidden!important;
  }
  .footer-map-mini-head{
    min-height:42px!important;
    padding:9px 11px!important;
  }
  .footer-map-mini-head b{font-size:12px!important;}
  .footer-map-mini-head a{font-size:11px!important;padding:5px 8px!important;border-radius:7px!important;background:rgba(255,255,255,.08)!important;}
  .footer-map-mini iframe{
    width:100%!important;
    height:196px!important;
    min-height:196px!important;
  }
}
@media(max-width:520px){
  .footer-map-mini{
    min-height:228px!important;
  }
  .footer-map-mini iframe{
    height:188px!important;
    min-height:188px!important;
  }
}

/* =========================================================
   DUY KIEN SHOP V5.5 - ADMIN, MARKETING & QUICK CONTACT
   ========================================================= */

/* Top marketing banners */
.campaign-top-wrap{padding:10px 0 0;background:#f7faf8}
.campaign-top-list{display:grid;gap:8px}
.campaign-top{min-height:72px;border-radius:16px;overflow:hidden;background:var(--campaign-bg,#0d4c2c);color:var(--campaign-text,#fff);display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;padding:9px 12px;box-shadow:0 7px 22px rgba(5,56,31,.08)}
.campaign-top img{width:92px;height:54px;object-fit:cover;border-radius:11px;background:#fff}
.campaign-top-copy{display:flex;flex-direction:column;gap:4px;min-width:0}.campaign-top-copy b{font-size:16px;line-height:1.15}.campaign-top-copy span{font-size:12px;opacity:.86;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.campaign-top>a{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 15px;border-radius:11px;background:#fff;color:#0d4c2c;font-size:11px;font-weight:900;white-space:nowrap;box-shadow:0 4px 14px rgba(0,0,0,.12)}

/* Quick contact V5.5 */
.support-widget{right:16px!important;bottom:18px!important;z-index:15000!important;gap:10px!important}
.has-mobile-utility-bar .support-widget{bottom:18px!important}
.support-launcher{filter:none!important;display:flex!important;align-items:center!important;gap:8px!important}
.support-bubble-copy{position:relative!important;min-width:190px!important;max-width:210px!important;height:auto!important;min-height:66px!important;margin:0!important;padding:10px 15px 10px 17px!important;border-radius:18px!important;border:1px solid rgba(13,76,44,.12)!important;background:rgba(255,255,255,.96)!important;box-shadow:0 14px 38px rgba(5,50,29,.16)!important;backdrop-filter:blur(12px)!important;-webkit-backdrop-filter:blur(12px)!important}
.support-bubble-copy:after{display:none!important}
.support-bubble-copy small{font-size:8px!important;letter-spacing:.12em!important;color:#849087!important}
.support-bubble-copy b{font-size:15px!important;line-height:1.1!important;margin-top:3px!important;color:#0b4a2b!important}
.support-bubble-copy em{display:block;margin-top:4px;font-size:9px;font-style:normal;font-weight:700;color:#839087}
.support-round-icon{width:62px!important;height:62px!important;border:4px solid #fff!important;background:linear-gradient(145deg,#139153,#075d35)!important;box-shadow:0 11px 27px rgba(5,80,43,.28)!important;overflow:visible!important}
.support-round-icon svg{width:30px!important;height:30px!important;fill:none!important;stroke:#fff!important;stroke-width:1.8!important;stroke-linecap:round!important;stroke-linejoin:round!important}
.support-round-icon svg circle{fill:#fff!important;stroke:none!important}
.support-pulse{right:-1px!important;top:-1px!important;width:14px!important;height:14px!important;background:#4ad67b!important;border:3px solid #fff!important}
.support-widget.open .support-launcher{opacity:.98!important}.support-widget.open .support-bubble-copy{display:none!important}
.quick-contact-dock{bottom:76px!important;width:326px!important;max-width:calc(100vw - 24px)!important;padding:0!important;border:1px solid rgba(13,76,44,.11)!important;border-radius:20px!important;background:rgba(255,255,255,.98)!important;overflow:hidden!important;box-shadow:0 22px 64px rgba(3,44,24,.24)!important}
.quick-contact-head{min-height:66px!important;padding:10px 11px 10px 12px!important;margin:0!important;background:linear-gradient(135deg,#0c4e2d,#0a6d3d)!important;border:0!important;color:#fff!important}
.quick-contact-head>div{display:flex!important;flex-direction:row!important;align-items:center!important;gap:10px!important}.quick-contact-head>div>div{display:flex;flex-direction:column}.quick-contact-head small{color:rgba(255,255,255,.72)!important;font-size:8px!important}.quick-contact-head b{color:#fff!important;font-size:14px!important}
.quick-contact-brand{width:38px;height:38px;border-radius:11px;display:grid;place-items:center;background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.2);font-size:14px;font-weight:900}
.quick-contact-close{background:rgba(255,255,255,.14)!important;color:#fff!important;width:34px!important;height:34px!important}
.quick-contact-list{padding:9px;display:grid;gap:6px}.qc{width:100%!important;min-height:56px!important;padding:7px 8px!important;border:1px solid #e8efea!important;border-radius:13px!important;background:#f9fbfa!important;box-shadow:none!important;display:grid!important;grid-template-columns:40px 1fr auto!important;gap:9px!important;align-items:center!important;color:#173d2a!important}.qc:hover{background:#f2f8f4!important;border-color:#cfe1d5!important;transform:translateY(-1px)}
.qc>span,.qc-icon{width:38px!important;height:38px!important;border-radius:11px!important;display:grid!important;place-items:center!important;background:#eaf5ee!important;color:#0d6840!important;font-size:17px!important;font-weight:900!important}.qc-icon-zalo{background:#e8f2ff!important;color:#0878d1!important}.qc-icon-facebook{background:#edf3ff!important;color:#1769c2!important}.qc>div small{font-size:8px!important;color:#87938c!important;font-weight:800!important;text-transform:uppercase!important;letter-spacing:.04em!important}.qc>div b{font-size:12px!important;color:#163c29!important;margin-top:2px!important}.qc>i{font-size:9px!important;font-style:normal!important;font-weight:900!important;color:#0b7142!important;background:#e8f5ed!important;border-radius:999px!important;padding:6px 8px!important}
body.share-open .support-widget,body.ad-popup-open .support-widget{opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform:translateY(14px)!important}

/* Popup ads */
.campaign-popup-backdrop{position:fixed;inset:0;background:rgba(3,26,16,.58);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:25000;opacity:0;transition:.2s}.campaign-popup-backdrop.open{opacity:1}
.campaign-popup{position:fixed;left:50%;top:50%;width:min(780px,calc(100vw - 28px));max-height:min(86vh,700px);transform:translate(-50%,-46%) scale(.97);z-index:25010;border-radius:24px;background:var(--campaign-bg,#fff);color:var(--campaign-text,#0d4c2c);overflow:hidden;box-shadow:0 35px 100px rgba(0,0,0,.34);display:grid;grid-template-columns:minmax(0,1.08fr) minmax(300px,.92fr);opacity:0;transition:.22s ease}.campaign-popup.open{opacity:1;transform:translate(-50%,-50%) scale(1)}
.campaign-popup-close{position:absolute;right:12px;top:12px;z-index:2;width:38px;height:38px;border:0;border-radius:50%;background:rgba(255,255,255,.92);color:#264335;font-size:24px;box-shadow:0 5px 16px rgba(0,0,0,.12)}
.campaign-popup-media{min-height:360px;background:#eef4ef}.campaign-popup-media img{width:100%;height:100%;min-height:360px;object-fit:cover;display:block}
.campaign-popup-copy{padding:40px 34px 32px;display:flex;flex-direction:column;justify-content:center}.campaign-popup-copy>small{font-size:10px;font-weight:900;letter-spacing:.18em;color:#b17a16}.campaign-popup-copy h2{font-size:30px;line-height:1.05;margin:10px 0 12px;color:inherit}.campaign-popup-copy p{font-size:14px;line-height:1.65;margin:0 0 20px;opacity:.78}.campaign-popup-btn{min-height:48px;display:flex;align-items:center;justify-content:center;border-radius:13px;background:#0d5d36;color:#fff!important;font-size:12px;font-weight:900;letter-spacing:.03em;box-shadow:0 9px 23px rgba(8,83,47,.19)}.campaign-popup-later{margin-top:10px;min-height:36px;border:0;background:transparent;color:inherit;opacity:.6;font-size:11px;font-weight:700}

/* Floating marketing card */
.floating-campaign{position:fixed;left:14px;bottom:18px;z-index:14000;width:290px;max-width:calc(100vw - 28px);display:grid;grid-template-columns:64px 1fr auto;gap:10px;align-items:center;padding:9px 10px;border-radius:17px;background:#fff;border:1px solid #e2ebe5;box-shadow:0 15px 42px rgba(3,52,29,.16)}.has-mobile-utility-bar .floating-campaign{bottom:18px}.floating-campaign img{width:64px;height:64px;border-radius:12px;object-fit:cover}.floating-campaign>div{min-width:0;display:flex;flex-direction:column}.floating-campaign>div small{font-size:7px;font-weight:900;letter-spacing:.13em;color:#ad7618}.floating-campaign>div b{font-size:12px;color:#153d29;line-height:1.2;margin-top:3px}.floating-campaign>div span{font-size:9px;color:#7e8b83;margin-top:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.floating-campaign>a{font-size:9px;font-weight:900;color:#fff;background:#0d633b;padding:8px;border-radius:9px;white-space:nowrap}.floating-campaign-close{position:absolute;right:-5px;top:-8px;width:24px;height:24px;border:0;border-radius:50%;background:#fff;color:#67746d;box-shadow:0 3px 10px rgba(0,0,0,.14)}

/* Back to top + mobile utility bar */
.back-to-top{position:fixed;right:18px;bottom:100px;z-index:12000;width:42px;height:42px;border:0;border-radius:14px;background:#fff;color:#0d5d36;font-size:20px;font-weight:900;box-shadow:0 9px 24px rgba(3,55,31,.16);opacity:0;visibility:hidden;transform:translateY(10px);transition:.2s}.back-to-top.show{opacity:1;visibility:visible;transform:none}
.mobile-utility-bar{display:none}

/* Admin V5.5 */
.admin-user-chip{display:inline-flex;flex-direction:column;vertical-align:middle;margin-right:10px;padding:6px 10px;border:1px solid #dfe8e2;border-radius:10px;background:#f8fbf9;line-height:1.05}.admin-user-chip b{font-size:11px;color:#123d28}.admin-user-chip small{font-size:8px;color:#859088;margin-top:3px}
.admin-users-layout,.marketing-admin-layout{align-items:start}.permission-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin:10px 0 14px}.permission-item{display:flex!important;flex-direction:row!important;align-items:center!important;gap:8px!important;padding:9px 10px!important;border:1px solid #e3ebe5!important;border-radius:10px!important;background:#fafcfb!important;font-size:11px!important;font-weight:700!important}.permission-item input{width:16px!important;height:16px!important;margin:0!important}
.admin-user-list{display:grid;gap:8px}.admin-user-row{display:grid;grid-template-columns:44px 1fr auto;gap:10px;align-items:center;padding:10px;border:1px solid #e4ebe6;border-radius:13px;background:#fbfcfb}.admin-avatar{width:44px;height:44px;border-radius:12px;background:#0d5d36;color:#fff;display:grid;place-items:center;font-size:13px;font-weight:900}.admin-user-meta{display:flex;flex-direction:column;min-width:0}.admin-user-meta b{font-size:12px;color:#153d29}.admin-user-meta small{font-size:9px;color:#7b8880;margin-top:3px}.admin-user-actions{display:flex;gap:5px;align-items:center}
.campaign-image-preview img{width:120px;height:76px;object-fit:cover;border-radius:11px}.campaign-admin-list{display:grid;gap:8px}.campaign-admin-row{display:grid;grid-template-columns:72px 1fr auto;gap:10px;align-items:center;padding:9px;border:1px solid #e2eae4;border-radius:13px;background:#fbfcfb}.campaign-admin-row>img,.campaign-no-image{width:72px;height:58px;border-radius:10px;object-fit:cover}.campaign-no-image{display:grid;place-items:center;background:#e9f3ed;color:#0d6039;font-weight:900}.campaign-admin-row>div:nth-child(2){display:flex;flex-direction:column}.campaign-admin-row b{font-size:12px;color:#173d2a}.campaign-admin-row small{font-size:9px;color:#7f8b84;margin-top:3px}
.utility-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.utility-toggle{display:grid!important;grid-template-columns:22px 1fr!important;gap:10px!important;align-items:start!important;padding:13px!important;border:1px solid #e0e9e3!important;border-radius:13px!important;background:#fbfdfc!important}.utility-toggle input{width:19px!important;height:19px!important;margin:2px 0 0!important}.utility-toggle span{display:flex;flex-direction:column}.utility-toggle b{font-size:12px;color:#153d29}.utility-toggle small{font-size:9px;color:#7f8b84;line-height:1.45;margin-top:4px}.utility-note{margin-top:14px}

@media(max-width:700px){
  .campaign-top{grid-template-columns:62px 1fr;gap:9px;border-radius:13px;padding:8px}.campaign-top img{width:62px;height:48px}.campaign-top-copy b{font-size:12px}.campaign-top-copy span{font-size:9px}.campaign-top>a{grid-column:1/-1;min-height:34px}
  .campaign-popup{width:calc(100vw - 20px);max-height:88vh;display:block;border-radius:20px;overflow:auto}.campaign-popup-media{min-height:0;height:220px}.campaign-popup-media img{min-height:0;height:220px}.campaign-popup-copy{padding:24px 20px 22px}.campaign-popup-copy h2{font-size:23px}.campaign-popup-copy p{font-size:12px}.campaign-popup-btn{min-height:44px}
  .floating-campaign{left:9px;right:9px;bottom:78px;width:auto;grid-template-columns:54px 1fr auto}.floating-campaign img{width:54px;height:54px}
  .has-mobile-utility-bar .support-widget{bottom:78px!important}.support-widget{right:9px!important}.support-compact-mobile .support-bubble-copy{display:none!important}.support-round-icon{width:56px!important;height:56px!important}.quick-contact-dock{bottom:66px!important;right:0!important;width:min(326px,calc(100vw - 18px))!important}
  .back-to-top{right:11px;bottom:145px;width:40px;height:40px}
  .mobile-utility-bar{position:fixed;left:0;right:0;bottom:0;z-index:13000;height:66px;padding:5px 8px calc(5px + env(safe-area-inset-bottom,0px));background:rgba(255,255,255,.97);border-top:1px solid #e1e9e3;box-shadow:0 -8px 28px rgba(3,50,28,.09);display:grid;grid-template-columns:repeat(4,1fr);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.mobile-utility-bar a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;color:#446052;font-size:8px}.mobile-utility-bar a>span{height:27px;min-width:27px;display:grid;place-items:center;font-size:18px}.mobile-utility-bar a b{font-size:8px;font-weight:800}.mobile-utility-bar em{font-style:normal;color:#c13b2a}.mobile-zalo-icon{background:#1687e8;color:#fff;border-radius:9px;font-size:12px!important;font-weight:900}
  body.has-mobile-utility-bar{padding-bottom:66px}
  .permission-grid,.utility-grid{grid-template-columns:1fr}.admin-user-row{grid-template-columns:40px 1fr}.admin-user-actions{grid-column:1/-1;justify-content:flex-end}.campaign-admin-row{grid-template-columns:62px 1fr}.campaign-admin-row>img,.campaign-no-image{width:62px;height:52px}.campaign-admin-row>div:last-child{grid-column:1/-1;display:flex;justify-content:flex-end;gap:5px}
  .admin-user-chip{display:none}
}
.campaign-popup.no-media{grid-template-columns:1fr;width:min(520px,calc(100vw - 28px))}
