
/* =========================================================
   HI ÂY PÔ STOREFRONT 2026
   Clean rebuild. One stylesheet only.
   ========================================================= */
:root{
  --hy-bg:#f5f5f7;
  --hy-card:#fff;
  --hy-text:#181818;
  --hy-muted:#70757d;
  --hy-line:#e4e6e9;
  --hy-soft:#fafafa;
  --hy-yellow:#f3a000;
  --hy-yellow-soft:#fff4d8;
  --hy-red:#d70018;
  --hy-green:#138a46;
  --hy-dark:#191b1f;
  --hy-radius:14px;
  --hy-shadow:0 4px 14px rgba(15,23,42,.055);
  --hy-shadow-lg:0 12px 28px rgba(15,23,42,.095);
  --site-width:1440px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--hy-bg);
  color:var(--hy-text);
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
  font-size:14px;
  line-height:1.5;
  -webkit-font-smoothing:antialiased;
}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button,input,select,textarea{font:inherit}
button,a{ -webkit-tap-highlight-color:transparent }
[hidden]{display:none!important}

/* top marketing bars */
.site-announcement,.scheduled-marketing-bar,.voucher-strip{
  min-height:34px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  padding:6px 16px;
  background:#17181b;
  color:#fff;
  font-size:12px;
}
.voucher-strip button{border:0;border-radius:6px;background:var(--hy-yellow);color:#181818;padding:5px 9px;font-weight:800}

/* ===== HEADER ===== */
.premium-utility{display:none}
.premium-header{
  width:100%;
  background:#fff;
  border-bottom:1px solid var(--hy-line);
  box-shadow:0 2px 10px rgba(15,23,42,.035);
  position:relative;
  z-index:40;
}
.premium-head-main{
  width:min(calc(100% - 40px),var(--site-width));
  min-height:82px;
  margin:0 auto;
  display:grid;
  grid-template-columns:200px minmax(360px,1fr) 235px 58px;
  align-items:center;
  gap:22px;
}
.premium-brand{display:flex;align-items:center;gap:9px;min-width:0}
.brand-logo-image{width:172px;max-height:64px;object-fit:contain;object-position:left center}
.premium-brand-mark{
  width:42px;height:42px;border-radius:12px;display:grid;place-items:center;
  background:#181818;color:#fff;font-size:22px;font-weight:900
}
.premium-brand b{display:block;font-size:18px}.premium-brand small{display:block;color:var(--hy-muted);font-size:10px}
.premium-search{
  position:relative;
  min-height:48px;
  display:flex;align-items:center;
  border:1px solid #d6d9de;
  border-radius:12px;
  background:#fff;
  overflow:visible;
}
.premium-search input{
  width:100%;height:46px;padding:0 54px 0 16px;border:0;outline:0;background:transparent;color:#171717
}
.premium-search button{
  position:absolute;right:0;top:0;width:52px;height:46px;border:0;background:transparent;
  color:#aa7200;font-size:24px;cursor:pointer
}
.search-suggestions{
  position:absolute;left:0;right:0;top:54px;z-index:80;
  background:#fff;border:1px solid var(--hy-line);border-radius:10px;box-shadow:var(--hy-shadow-lg);
  overflow:hidden
}
.search-suggestions:empty{display:none}
.premium-hotline{
  justify-self:end;
  display:grid;grid-template-columns:38px 1fr;grid-template-rows:auto auto;column-gap:9px;align-items:center
}
.premium-hotline>span{
  grid-row:1/3;width:38px;height:38px;display:grid;place-items:center;border-radius:50%;
  background:var(--hy-yellow-soft);font-size:19px
}
.premium-hotline small{color:#777c84;font-size:10px}
.premium-hotline b{color:#e59500;font-size:16px;white-space:nowrap}
.premium-cart{
  justify-self:end;width:52px;height:48px;display:grid;place-items:center;
  border-left:1px solid var(--hy-line);font-size:23px
}
.premium-menu-btn{display:none}

/* main menu */
.premium-nav{
  width:100%;min-height:54px;background:#fff;border-top:1px solid #f2f3f4
}
.premium-nav:before{display:none!important}
.premium-nav nav{
  width:min(calc(100% - 40px),var(--site-width));
  min-height:54px;margin:0 auto;
  display:grid;grid-template-columns:repeat(7,minmax(0,1fr))
}
.premium-nav nav>a{
  position:relative;display:flex;align-items:center;justify-content:center;gap:6px;
  min-height:54px;padding:0 10px;font-size:13px;font-weight:750;color:#24262a;
  transition:.16s ease
}
.premium-nav nav>a:hover,.premium-nav nav>a.active{background:#fff9eb;color:#a56e00}
.premium-nav nav>a.active:after{
  content:"";position:absolute;left:28%;right:28%;bottom:0;height:3px;border-radius:4px 4px 0 0;background:var(--hy-yellow)
}

/* ===== HOME FRAME ===== */
.premium-home{
  width:min(calc(100% - 40px),var(--site-width));
  margin:18px auto 0;
  display:flex;flex-direction:column;gap:18px
}
.premium-home>*{width:100%;max-width:none;margin-left:0;margin-right:0}
.series-row{
  display:flex;gap:7px;overflow-x:auto;padding:8px;background:#fff;border:1px solid var(--hy-line);
  border-radius:10px;scrollbar-width:none
}
.series-row a{padding:8px 12px;border-radius:7px;white-space:nowrap;font-size:11px;font-weight:700;color:#42464d}
.series-row a:hover{background:#fff7e4;color:#a56e00}

/* service cards */
.premium-promo-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.premium-promo-grid article{
  position:relative;min-height:120px;padding:21px 22px 20px 84px;
  background:#fff;border:1px solid var(--hy-line);border-radius:12px;box-shadow:0 2px 8px rgba(15,23,42,.03)
}
.premium-promo-grid article:before{
  position:absolute;left:22px;top:50%;transform:translateY(-50%);
  width:42px;height:42px;display:grid;place-items:center;border-radius:12px;
  background:var(--hy-yellow-soft);color:#1c1c1c;font-size:20px;font-weight:900
}
.premium-promo-grid article:nth-child(1):before{content:"↔"}
.premium-promo-grid article:nth-child(2):before{content:"%"}
.premium-promo-grid article:nth-child(3):before{content:"→"}
.premium-promo-grid article span{display:block;color:#171717;font-size:16px;font-weight:850}
.premium-promo-grid article h3{margin:3px 0;color:#24262a;font-size:13px}
.premium-promo-grid article b{display:block;margin-bottom:7px;color:#777c84;font-size:10px;font-weight:500}
.premium-promo-grid article a{font-size:10px;font-weight:850;color:#b47700}

/* ===== HERO ===== */
.premium-hero-wrap{position:relative;overflow:hidden;background:#111;border-radius:14px;box-shadow:0 5px 16px rgba(15,23,42,.08)}
.premium-hero-slider,.premium-hero-track,.premium-hero{height:100%}
.premium-hero-slider{position:relative;min-height:430px}
.premium-hero-track{display:flex;transition:transform .55s cubic-bezier(.22,.61,.36,1)}
.premium-hero{position:relative;flex:0 0 100%;min-width:100%;overflow:hidden}
.hero-image-only .premium-hero{background:#111}
.premium-hero-image{position:absolute;inset:0;background:#111}
.premium-hero-image img{width:100%;height:100%;object-fit:cover}
.premium-hero-copy{position:relative;z-index:2;max-width:530px;padding:58px;color:#fff}
.hero-image-only .premium-hero-copy{display:none}
.hero-slider-arrow,.hero-prev,.hero-next{
  position:absolute;z-index:8;top:50%;transform:translateY(-50%);width:42px;height:42px;border:0;border-radius:50%;
  background:rgba(255,255,255,.88);box-shadow:0 4px 12px rgba(0,0,0,.18);cursor:pointer
}
.hero-prev{left:14px}.hero-next{right:14px}
.hero-slider-dots{position:absolute;z-index:9;left:50%;bottom:12px;transform:translateX(-50%);display:flex;gap:6px}
.hero-slider-dots button{width:7px;height:7px;border:0;border-radius:99px;background:rgba(255,255,255,.55);padding:0}
.hero-slider-dots button.active{width:20px;background:#fff}

/* ===== SECTION COMMON ===== */
.section-title{
  display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin:0 0 14px
}
.section-title span{display:block;color:#a56e00;font-size:10px;font-weight:850;text-transform:uppercase;letter-spacing:.08em}
.section-title h2{margin:3px 0 0;color:#171717;font-size:21px;line-height:1.25}
.section-title>a{font-size:10px;font-weight:800;color:#666b73}
.section-title>a:hover{color:#a56e00}

/* ===== CUSTOMER STORIES ===== */
.home-customer-stories-section{
  padding:18px;background:#fff;border:1px solid var(--hy-line);border-radius:14px
}
.home-customer-stories-grid{overflow:hidden}
.home-customer-stories-group{display:flex;gap:12px}
.home-customer-story-card{
  flex:0 0 calc((100% - 60px)/6);min-width:0;overflow:hidden;
  background:#fff;border:1px solid var(--hy-line);border-radius:10px;box-shadow:0 2px 8px rgba(15,23,42,.03)
}
.home-customer-story-image{aspect-ratio:4/5;overflow:hidden;background:#f0f1f3}
.home-customer-story-image img{width:100%;height:100%;object-fit:cover;object-position:center 25%}
.home-customer-story-body{padding:9px}
.home-customer-story-body b{display:block;font-size:11px;color:#181818}
.home-customer-story-body p{margin:4px 0 0;font-size:9px;color:#71767e;line-height:1.45}

/* ===== FEATURED CATEGORY ===== */
.premium-categories{
  padding:11px;background:#fff;border:1px solid var(--hy-line);border-radius:14px
}
.featured-category-list,.premium-category-grid{
  display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:7px
}
.premium-category-card{
  min-width:0;display:flex;align-items:center;justify-content:center;gap:8px;padding:9px 8px;
  background:#fff;border:1px solid #eceef1;border-radius:10px
}
.premium-category-image{
  width:46px;height:46px;flex:0 0 46px;display:grid;place-items:center;border-radius:50%;background:#f7f7f8;overflow:hidden
}
.premium-category-image img{width:40px;height:40px;object-fit:contain}
.premium-category-image i{font-style:normal;color:#aa7200;font-size:18px}
.premium-category-meta b{display:block;color:#25272b;font-size:10px}
.premium-category-meta small{color:#858991;font-size:8px}

/* ===== TRUST ===== */
.premium-trust{
  display:grid;grid-template-columns:repeat(4,minmax(0,1fr));overflow:hidden;
  background:#fff;border:1px solid var(--hy-line);border-radius:12px
}
.premium-trust-item{display:flex;align-items:center;gap:10px;padding:12px 15px;border-right:1px solid #eceef1}
.premium-trust-item:last-child{border-right:0}
.premium-trust-icon{
  width:34px;height:34px;flex:0 0 34px;display:grid;place-items:center;border-radius:9px;background:var(--hy-yellow-soft);color:#a56e00
}
.premium-trust-item b{display:block;font-size:10px;color:#24262a}
.premium-trust-item small,.premium-trust-item em{display:block;font-style:normal;color:#81858c;font-size:8px}

/* ===== PRODUCT GROUPS ===== */
.home-category-products-wrap{display:flex;flex-direction:column;gap:18px}
.home-category-products{
  padding:15px;background:#fff;border:1px solid var(--hy-line);border-radius:14px;overflow:hidden
}
.home-category-products-head{
  min-height:54px;padding:0 0 12px;display:flex;align-items:center;gap:10px;border-bottom:1px solid #eceef1
}
.home-category-icon{
  width:34px;height:34px;flex:0 0 34px;display:grid;place-items:center;border:1px solid #f0dca6;
  border-radius:9px;background:var(--hy-yellow-soft);color:#a56e00
}
.home-category-heading{min-width:0}
.home-category-products-head h2{margin:0;color:#171717;font-size:20px}
.home-category-products-head p{margin:2px 0 0;color:#7b8088;font-size:9px}
.home-category-products-head>a{margin-left:auto;font-size:9px;font-weight:750;color:#666b73}
.home-category-banner{margin-top:12px;overflow:hidden;border-radius:10px}
.home-category-banner img{width:100%;height:auto}
.home-category-product-stage{padding-top:13px;position:relative}
.home-category-product-grid{
  display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px
}
.home-category-products.is-carousel .home-category-product-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));overflow:visible}
.home-category-products.is-carousel .home-category-product-card{min-width:0;width:auto;flex:initial}
.home-category-product-card{
  position:relative;min-width:0;overflow:hidden;background:#fff;border:1px solid #e2e4e7;border-radius:10px;
  box-shadow:0 2px 8px rgba(15,23,42,.035);transition:.18s ease
}
.home-category-product-card:hover{transform:translateY(-2px);border-color:#d7d9dd;box-shadow:var(--hy-shadow-lg)}
.home-category-product-card:after{display:none!important}
.home-cat-badges{
  position:absolute;z-index:4;top:8px;left:8px;right:8px;display:flex;align-items:center;justify-content:space-between;gap:5px
}
.home-cat-badges span,.home-cat-badges b{
  padding:4px 6px;background:var(--hy-red);color:#fff;border:0;border-radius:6px;font-size:8px;line-height:1;font-weight:850
}
.home-cat-image{height:255px;padding:14px 8px 4px;background:#fff}
.home-cat-image img{width:100%;height:100%;max-width:none;max-height:none;object-fit:contain}
.home-cat-body{display:flex;flex-direction:column;gap:7px;padding:10px 11px 13px;background:#fff}
.home-cat-body h3{min-height:38px;margin:0;color:#191919;font-size:13px;line-height:1.4}
.home-cat-rating span{color:#f3a000;font-size:9px;letter-spacing:1px}
.home-cat-promo-banner{width:100%;max-height:42px;object-fit:contain;border-radius:6px}
.home-cat-price{display:flex;align-items:baseline;gap:6px;flex-wrap:wrap}
.home-cat-price b{color:var(--hy-red);font-size:17px;font-weight:900}
.home-cat-price del{color:#92969d;font-size:10px}
.home-cat-body>small{min-height:18px;color:#70757d;font-size:9px}
.home-cat-buy{
  min-height:34px;display:flex;align-items:center;justify-content:center;
  border:1px solid var(--hy-yellow);border-radius:7px;background:#fff;color:#a36c00;font-size:10px;font-weight:850
}
.home-cat-buy:hover{background:#fff7e5}
.home-cat-nav{display:none!important}
.home-category-empty{
  min-height:120px;display:grid;place-items:center;text-align:center;padding:20px;
  border:1px dashed #d8dbe0;border-radius:10px;background:#fafafa;color:#777c84
}

/* fallback product cards / search */
.product-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}
.product-card,.premium-product-card{
  position:relative;overflow:hidden;background:#fff;border:1px solid var(--hy-line);border-radius:10px;box-shadow:0 2px 8px rgba(15,23,42,.035)
}
.product-image{display:block;height:240px;padding:12px;background:#fff}
.product-image img{width:100%;height:100%;object-fit:contain}
.product-body{padding:11px}
.product-body h3{min-height:38px;margin:0 0 8px;font-size:13px;line-height:1.4;color:#191919}
.price-line{display:flex;align-items:baseline;gap:6px;flex-wrap:wrap}
.price-line b{color:var(--hy-red);font-size:17px}.price-line del{color:#92969d;font-size:10px}
.product-badge,.discount-badge{
  position:absolute;z-index:2;top:8px;left:8px;padding:5px 7px;border-radius:6px;background:var(--hy-red);color:#fff;font-size:8px;font-weight:850
}
.view-product{display:flex;align-items:center;justify-content:center;min-height:34px;margin-top:9px;border:1px solid var(--hy-yellow);border-radius:7px;color:#a36c00;font-size:10px;font-weight:850}

/* ===== NEWS ===== */
.home-news-section{
  padding:18px;background:#fff;border:1px solid var(--hy-line);border-radius:14px
}
.home-news-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.home-news-grid:has(> article:only-child){grid-template-columns:minmax(0,390px)}
.home-news-card{
  max-width:390px;overflow:hidden;background:#fff;border:1px solid var(--hy-line);border-radius:10px;box-shadow:0 3px 10px rgba(15,23,42,.04)
}
.home-news-image{display:block;aspect-ratio:16/9;overflow:hidden;background:#eee}
.home-news-image img{width:100%;height:100%;object-fit:cover}
.home-news-card>div{padding:12px}
.home-news-card small{color:#8a8e95;font-size:8px}
.home-news-card h3{margin:5px 0;color:#181818;font-size:14px;line-height:1.4}
.home-news-card p{
  margin:0 0 8px;color:#70757d;font-size:10px;line-height:1.55;
  display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden
}
.home-text-link{font-size:9px;font-weight:850;color:#a56e00}

/* ===== NEWSLETTER ===== */
.premium-newsletter{
  padding:19px 22px;display:grid;grid-template-columns:1fr 1.2fr .8fr;gap:20px;align-items:center;
  background:#23252a;color:#fff;border-radius:14px
}
.premium-newsletter h3{margin:0 0 4px;color:#fff;font-size:16px}
.premium-newsletter p{margin:0;color:#aeb2b8;font-size:10px}
.premium-newsletter form{display:grid;grid-template-columns:1fr auto;gap:0;position:relative}
.premium-newsletter input[type=email]{
  min-height:42px;padding:0 12px;background:#2d2f34;color:#fff;border:1px solid #42444a;border-radius:8px 0 0 8px;outline:0
}
.premium-newsletter button{
  min-width:105px;border:0;border-radius:0 8px 8px 0;background:var(--hy-yellow);color:#181818;font-weight:850
}
.premium-newsletter form small{grid-column:1/-1;margin-top:5px;font-size:9px}
.premium-social{color:#aeb2b8;font-size:9px}

/* ===== DETAIL PAGE ===== */
.detail-page{width:min(calc(100% - 40px),var(--site-width));margin:20px auto}
.crumb{margin-bottom:12px;color:#737881;font-size:10px}
.detail-shell{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.8fr);gap:22px}
.detail-gallery,.detail-copy,.detail-content-card{
  background:#fff;border:1px solid var(--hy-line);border-radius:14px
}
.detail-gallery{min-height:520px;padding:28px;display:grid;place-items:center}
.detail-gallery img{max-width:100%;max-height:480px;object-fit:contain}
.detail-copy{padding:24px}
.eyebrow{color:#a56e00;font-size:10px;font-weight:850;text-transform:uppercase}
.detail-copy h1{margin:5px 0 12px;font-size:28px;line-height:1.25}
.detail-price-wrap{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap;margin:12px 0}
.detail-current-price{color:var(--hy-red);font-size:26px;font-weight:900}
.detail-old-price{color:#92969d;font-size:13px;text-decoration:line-through}
.detail-benefits,.offer-box{margin:14px 0;padding:14px;border-radius:10px;background:#fff9e9;border:1px solid #f3e0ae}
.buy-actions{display:grid;grid-template-columns:1.3fr 1fr;gap:9px;margin-top:16px}
.buy-main,.buy-alt{min-height:48px;border-radius:9px;display:flex;align-items:center;justify-content:center;font-weight:850}
.buy-main{background:var(--hy-yellow);color:#181818}.buy-alt{border:1px solid var(--hy-line);background:#fff}
.detail-content-card{margin-top:16px;padding:20px}
.detail-content-card h2{margin:4px 0 12px;font-size:20px}
.detail-video{aspect-ratio:16/9}.detail-video iframe{width:100%;height:100%;border:0;border-radius:10px}

/* ===== CATALOG / BRAND ===== */
.catalog-page,.brand-page,.utility-page,.commerce-page,.news-shell,.article-shell,.lp{
  min-height:100vh;background:var(--hy-bg);color:var(--hy-text)
}
.catalog-shell,.utility-main,.commerce-page,.news-shell,.article-shell,.lp-content{
  width:min(calc(100% - 40px),var(--site-width));margin-left:auto;margin-right:auto
}
.catalog-header,.utility-head,.commerce-head,.news-top,.brand-hero{
  background:#fff;border-bottom:1px solid var(--hy-line)
}
.catalog-content{display:grid;grid-template-columns:240px 1fr;gap:16px;padding:18px 0}
.catalog-filter{background:#fff;border:1px solid var(--hy-line);border-radius:12px;padding:14px;align-self:start}
.catalog-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.catalog-brand{background:#fff;border:1px solid var(--hy-line);border-radius:10px;padding:10px}
.catalog-image{height:220px;display:grid;place-items:center;padding:10px}.catalog-image img{max-height:100%;object-fit:contain}
.catalog-meta{padding:8px}.catalog-title{font-weight:750}.catalog-price{color:var(--hy-red);font-weight:900}
.pagination{display:flex;gap:5px;justify-content:center;margin:18px 0}.pagination a{padding:7px 10px;background:#fff;border:1px solid var(--hy-line);border-radius:7px}

/* ===== CART / CHECKOUT ===== */
.topbar{background:#fff;border-bottom:1px solid var(--hy-line)}
.topbar-inner{width:min(calc(100% - 40px),1200px);min-height:70px;margin:auto;display:flex;align-items:center;justify-content:space-between}
.logo{display:flex;align-items:center;gap:8px;font-weight:900}.logo-mark{width:36px;height:36px;border-radius:10px;background:#181818;color:#fff;display:grid;place-items:center}
.commerce-page{width:min(calc(100% - 40px),1200px);margin:20px auto}
.commerce-head{padding:18px;border:1px solid var(--hy-line);border-radius:12px;margin-bottom:14px}
.cart-layout,.checkout-layout{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(300px,.7fr);gap:16px}
.cart-list,.cart-summary,.checkout-form{background:#fff;border:1px solid var(--hy-line);border-radius:12px;padding:16px}
.cart-item{display:grid;grid-template-columns:90px 1fr auto;gap:12px;align-items:center;padding:12px 0;border-bottom:1px solid #eee}
.cart-item img{width:80px;height:80px;object-fit:contain}
.cart-total{font-size:20px;font-weight:900;color:var(--hy-red)}
.commerce-primary,.commerce-secondary{
  min-height:42px;display:flex;align-items:center;justify-content:center;border-radius:8px;font-weight:850
}
.commerce-primary{background:var(--hy-yellow);color:#181818}.commerce-secondary{border:1px solid var(--hy-line);background:#fff}
.field-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
.field-grid input,.field-grid select,.field-grid textarea,.checkout-form input,.checkout-form select,.checkout-form textarea{
  width:100%;min-height:42px;padding:9px 11px;border:1px solid #d9dce0;border-radius:8px;background:#fff;outline:0
}
.choice-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}

/* ===== NEWS / ARTICLE ===== */
.news-top-inner,.news-list-section,.article-main,.article-related{
  width:min(calc(100% - 40px),1100px);margin-left:auto;margin-right:auto
}
.news-top{padding:22px 0}.news-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;padding:18px 0}
.news-card{overflow:hidden;background:#fff;border:1px solid var(--hy-line);border-radius:11px}
.news-card-media{aspect-ratio:16/9;overflow:hidden;background:#eee}.news-card-media img{width:100%;height:100%;object-fit:cover}
.news-card-copy{padding:12px}.news-card-copy h3{font-size:15px}.news-card-copy p{color:#70757d;font-size:10px}
.article-main{padding:20px 0}.article-hero{background:#fff;border:1px solid var(--hy-line);border-radius:14px;overflow:hidden}
.article-hero img{width:100%;max-height:520px;object-fit:cover}
.article-content{margin-top:14px;padding:24px;background:#fff;border:1px solid var(--hy-line);border-radius:14px}
.article-content{font-size:15px;line-height:1.8}.article-content img{height:auto;border-radius:10px}

/* landing */
.lp-hero,.lp-card{background:#fff;border:1px solid var(--hy-line);border-radius:14px}.lp-hero{padding:28px}.lp-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.lp-card{padding:18px}

/* utility tables */
.utility-head{padding:18px 0}.utility-main{padding:18px 0}
.compare-table{width:100%;border-collapse:collapse;background:#fff;border-radius:10px;overflow:hidden}
.compare-table th,.compare-table td{padding:11px;border:1px solid var(--hy-line);text-align:left}
.utility-empty,.commerce-empty{padding:36px;text-align:center;background:#fff;border:1px solid var(--hy-line);border-radius:12px}

/* ===== FOOTER ===== */
.commerce-toolbar{display:none}
.customer-fab{
  position:fixed;right:14px;bottom:78px;z-index:60;display:flex;flex-direction:column;gap:7px
}
.customer-fab a{padding:9px 12px;border-radius:99px;color:#fff;font-size:10px;font-weight:850;box-shadow:var(--hy-shadow)}
.fab-call{background:#1f2937}.fab-zalo{background:#0877df}
.mobile-customer-nav{display:none}
.premium-footer{margin-top:18px;background:var(--hy-dark);color:#c5c8cd}
.premium-footer-trust{
  width:min(calc(100% - 40px),1380px);margin:0 auto;padding:22px 0;
  display:grid;grid-template-columns:repeat(4,1fr);border-bottom:1px solid #303238
}
.premium-footer-trust article{padding:0 20px;border-right:1px solid #303238}
.premium-footer-trust article:last-child{border-right:0}
.premium-footer-trust b{display:block;color:#fff;font-size:10px}.premium-footer-trust small{color:#81858c;font-size:8px}
.footer-inner-pro{
  width:min(calc(100% - 40px),1380px);margin:0 auto;padding:30px 0;
  display:grid;grid-template-columns:1.4fr .7fr .85fr 1fr;gap:44px
}
.footer-inner-pro>div{display:flex;flex-direction:column}
.footer-inner-pro>div>b{margin-bottom:10px;color:#fff;font-size:12px}
.footer-inner-pro a{color:#b9bdc3;font-size:10px;line-height:1.9}.footer-inner-pro a:hover{color:var(--hy-yellow)}
.footer-about .brand-logo-image{width:140px;max-height:62px;margin-bottom:10px}
.footer-about p,.footer-about span{color:#898e96;font-size:9px;line-height:1.6}
.footer-contact>a:first-of-type{color:#ef9d00;font-weight:850}
.footer-social-links{display:flex;flex-direction:row!important;flex-wrap:wrap;gap:6px;margin-top:7px}
.footer-social-links a{padding:4px 7px;border:1px solid #36393e;border-radius:6px;line-height:1.2}
.footer-map{grid-column:1/-1;margin-top:8px}
.footer-map iframe{width:100%;height:230px;border:0;border-radius:10px;background:#25272c}
.copyright{border-top:1px solid #303238;padding:15px;text-align:center;color:#747981;font-size:8px}

/* accessibility/focus */
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{
  outline:3px solid rgba(243,160,0,.32);outline-offset:2px
}

/* ===== TABLET ===== */
@media(max-width:1179px) and (min-width:761px){
  :root{--site-width:1100px}
  .premium-head-main{width:calc(100% - 28px);grid-template-columns:145px minmax(260px,1fr) 205px 48px;gap:12px}
  .brand-logo-image{width:132px}
  .premium-nav nav{width:calc(100% - 28px)}
  .premium-home{width:calc(100% - 28px)}
  .featured-category-list,.premium-category-grid{grid-template-columns:repeat(4,1fr)}
  .home-customer-story-card{flex-basis:calc((100% - 36px)/4)}
  .home-category-product-grid,.home-category-products.is-carousel .home-category-product-grid{grid-template-columns:repeat(3,1fr)}
  .home-cat-image{height:230px}
  .product-grid{grid-template-columns:repeat(3,1fr)}
  .home-news-grid,.news-grid{grid-template-columns:repeat(2,1fr)}
  .catalog-grid{grid-template-columns:repeat(3,1fr)}
  .premium-newsletter{grid-template-columns:1fr}
  .footer-inner-pro{grid-template-columns:repeat(2,1fr);gap:28px}
}

/* ===== MOBILE ===== */
@media(max-width:760px){
  body{font-size:13px}
  .premium-header{padding:0 8px}
  .premium-head-main{
    width:100%;min-height:auto;padding:8px 0;
    grid-template-columns:115px 1fr 42px;gap:7px
  }
  .brand-logo-image{width:108px;max-height:45px}
  .premium-hotline{display:none}
  .premium-cart{grid-column:3;width:42px;height:42px;border:0}
  .premium-search{grid-column:1/-1;grid-row:2;min-height:43px}.premium-search input{height:41px}.premium-search button{height:41px}
  .premium-nav{overflow-x:auto;scrollbar-width:none}
  .premium-nav nav{width:max-content;min-width:100%;display:flex;padding:0 5px}
  .premium-nav nav>a{min-width:88px;min-height:48px;font-size:10px;padding:0 9px}
  .premium-home{width:calc(100% - 14px);margin-top:8px;gap:9px}
  .series-row{border-radius:8px}
  .premium-promo-grid{display:flex;overflow-x:auto;gap:8px}
  .premium-promo-grid article{flex:0 0 86%;min-height:100px;padding:17px 15px 16px 70px}
  .premium-promo-grid article:before{left:18px;width:38px;height:38px}
  .premium-hero-slider{min-height:190px;height:190px}
  .hero-slider-arrow,.hero-prev,.hero-next{width:34px;height:34px}
  .home-customer-stories-section{padding:10px}
  .home-customer-stories-group{overflow-x:auto}
  .home-customer-story-card{flex:0 0 142px}
  .premium-categories{padding:8px}
  .featured-category-list,.premium-category-grid{display:flex;overflow-x:auto;gap:7px}
  .premium-category-card{flex:0 0 105px;flex-direction:column;gap:5px}
  .premium-trust{grid-template-columns:repeat(2,1fr)}
  .premium-trust-item{padding:9px;border-bottom:1px solid #eee}
  .home-category-products{padding:9px}
  .home-category-products-head h2{font-size:16px}
  .home-category-product-grid,.home-category-products.is-carousel .home-category-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}
  .home-category-products.is-carousel .home-category-product-card{min-width:0}
  .home-cat-image{height:164px;padding:8px 3px 2px}
  .home-cat-body{padding:8px;gap:5px}
  .home-cat-body h3{min-height:31px;font-size:10px}
  .home-cat-price b{font-size:14px}.home-cat-price del{font-size:8px}
  .home-cat-body>small{font-size:8px}.home-cat-buy{min-height:31px;font-size:9px}
  .product-grid{grid-template-columns:repeat(2,1fr);gap:7px}.product-image{height:165px}
  .home-news-section{padding:10px}.home-news-grid,.home-news-grid:has(> article:only-child),.news-grid{grid-template-columns:1fr}
  .premium-newsletter{grid-template-columns:1fr;padding:15px}
  .detail-page{width:calc(100% - 14px);margin-top:10px}.detail-shell{grid-template-columns:1fr}.detail-gallery{min-height:350px}.detail-copy{padding:16px}.detail-copy h1{font-size:22px}
  .catalog-shell,.utility-main,.commerce-page,.news-shell,.article-shell,.lp-content{width:calc(100% - 14px)}
  .catalog-content{grid-template-columns:1fr}.catalog-grid{grid-template-columns:repeat(2,1fr);gap:7px}.catalog-filter{display:none}.catalog-image{height:165px}
  .cart-layout,.checkout-layout{grid-template-columns:1fr}.cart-item{grid-template-columns:70px 1fr}.cart-item>*:last-child{grid-column:2}
  .field-grid,.choice-grid{grid-template-columns:1fr}
  .premium-footer-trust{width:calc(100% - 18px);grid-template-columns:repeat(2,1fr)}
  .premium-footer-trust article{padding:10px;border-bottom:1px solid #303238}
  .footer-inner-pro{width:calc(100% - 22px);grid-template-columns:1fr;gap:20px}
  .customer-fab{bottom:68px}
  .mobile-customer-nav{
    position:fixed;z-index:70;left:0;right:0;bottom:0;height:56px;
    display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border-top:1px solid var(--hy-line);box-shadow:0 -4px 12px rgba(15,23,42,.07)
  }
  .mobile-customer-nav a{display:grid;place-items:center;font-size:9px;font-weight:750;color:#34373c}
  body{padding-bottom:56px}
}


/* =========================================================
   HI ÂY PÔ RETAIL V2 — proportion + merchandising refinement
   ========================================================= */
:root{--site-width:1400px}
body{font-size:15px}
.premium-head-main{min-height:88px;grid-template-columns:210px minmax(430px,1fr) 235px 62px}
.brand-logo-image{width:180px}
.premium-search{min-height:50px}.premium-search input{height:48px;font-size:14px}.premium-search button{height:48px}
.premium-nav,.premium-nav nav{min-height:52px}.premium-nav nav>a{min-height:52px;font-size:14px}
.premium-home{margin-top:16px;gap:16px}

/* service row: compact so hero starts earlier */
.premium-promo-grid article{min-height:104px;padding:17px 20px 16px 78px}
.premium-promo-grid article:before{left:20px;width:40px;height:40px}
.premium-promo-grid article span{font-size:16px}
.premium-promo-grid article h3{font-size:12px}
.premium-promo-grid article b,.premium-promo-grid article a{font-size:10px}

/* Hero: preserve the entire AdminWeb banner instead of cropping it. */
.premium-hero-slider{min-height:0;aspect-ratio:1400/430;background:#111}
.premium-hero-image{display:flex;align-items:center;justify-content:center}
.premium-hero-image img{width:100%;height:100%;object-fit:contain;background:#111}

/* Customer experience: one row on desktop. */
.home-customer-stories-section{padding:16px}
.home-customer-stories-grid{overflow:hidden}
.home-customer-stories-group{display:flex;flex-wrap:nowrap;gap:12px}
.home-customer-story-card{flex:0 0 calc((100% - 60px)/6)}
.home-customer-story-image{aspect-ratio:4/4.7}

/* tighter category/trust */
.premium-categories{padding:10px}
.premium-category-card{min-height:72px}
.premium-trust-item{min-height:62px}

/* Product merchandising */
.home-category-products{padding:16px}
.home-category-product-grid,
.home-category-products.is-carousel .home-category-product-grid{
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:13px;
}
.home-category-product-card{border-radius:12px}
.home-cat-image{height:268px;padding:18px 10px 4px}
.home-cat-body{padding:10px 12px 14px;gap:7px}
.home-cat-body h3{min-height:42px;font-size:14px;line-height:1.45}
.home-cat-price b{font-size:19px}
.home-cat-price del{font-size:11px}
.home-cat-body>small{font-size:10px}
.home-cat-buy{min-height:36px;font-size:11px}
.home-cat-badges span,.home-cat-badges b{font-size:9px;padding:5px 7px}
.home-category-products-head h2{font-size:22px}
.home-category-products-head p{font-size:10px}
.home-category-products-head>a{font-size:10px}

/* Empty groups are hidden by JS; fallback styling takes no visual space. */
.home-category-products.hy-empty-section{display:none!important}

/* News is compact; one article never stretches the section. */
.home-news-section{padding:16px}
.home-news-grid{align-items:start}
.home-news-card{width:100%}
.home-news-grid:has(> article:only-child){grid-template-columns:minmax(320px,420px)}

/* slightly more readable footer */
.premium-footer-trust b{font-size:11px}
.premium-footer-trust small{font-size:9px}
.footer-inner-pro>div>b{font-size:13px}
.footer-inner-pro a{font-size:11px}
.footer-about p,.footer-about span{font-size:10px}
.copyright{font-size:9px}

@media(max-width:1179px) and (min-width:761px){
 body{font-size:14px}
 .home-category-product-grid,.home-category-products.is-carousel .home-category-product-grid{grid-template-columns:repeat(3,1fr)}
 .home-cat-image{height:235px}
}
@media(max-width:760px){
 body{font-size:13px}
 .premium-hero-slider{aspect-ratio:16/6.4;height:auto;min-height:0}
 .home-category-product-grid,.home-category-products.is-carousel .home-category-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
 .home-cat-image{height:176px}
 .home-cat-body h3{font-size:11px;min-height:34px}
 .home-cat-price b{font-size:15px}
}


/* =========================================================
   HI ÂY PÔ — BLACK NAVIGATION
   Header stays white; navigation gets premium black treatment.
   ========================================================= */
.premium-nav{
  background:#171717 !important;
  border-color:#262626 !important;
  box-shadow:0 5px 18px rgba(0,0,0,.10) !important;
}
.premium-nav nav{
  background:#171717 !important;
}
.premium-nav nav>a{
  color:#f7f7f7 !important;
  background:transparent !important;
  border-radius:0 !important;
  transition:color .2s ease, background .2s ease, box-shadow .2s ease !important;
}
.premium-nav nav>a:hover{
  color:#f5a000 !important;
  background:#202020 !important;
}
.premium-nav nav>a.active,
.premium-nav nav>a[aria-current="page"]{
  color:#f5a000 !important;
  background:#1d1d1d !important;
  box-shadow:inset 0 -3px 0 #f5a000 !important;
}
@media(max-width:760px){
  .premium-nav{background:#171717 !important}
  .premium-nav nav>a{color:#fff !important}
  .premium-nav nav>a.active,
  .premium-nav nav>a[aria-current="page"]{color:#f5a000 !important}
}


/* =========================================================
   HI ÂY PÔ V2.2 — FULL BLACK HEADER + NAV
   ========================================================= */
.premium-header,
.premium-head-main{
  background:#171717 !important;
  border-color:#292929 !important;
}

/* search */
.premium-search{
  background:#242424 !important;
  border-color:#3a3a3a !important;
}
.premium-search input{
  background:#242424 !important;
  color:#fff !important;
}
.premium-search input::placeholder{
  color:#a9a9a9 !important;
}
.premium-search button{
  color:#f5a000 !important;
}

/* hotline / header text */
.premium-header,
.premium-header a,
.premium-header span,
.premium-header small,
.premium-header b{
  color:#f5f5f5;
}
.premium-header b,
.premium-header .hotline-number{
  color:#f5a000 !important;
}

/* cart / icon areas */
.premium-header svg,
.premium-header i{
  color:#fff;
  stroke:#fff;
}
.premium-head-main > *{
  border-color:#303030 !important;
}

/* keep nav integrated with top header */
.premium-nav{
  border-top:1px solid #2b2b2b !important;
  box-shadow:0 6px 18px rgba(0,0,0,.13) !important;
}

/* logo area stays clean on black */
.brand-logo,
.premium-brand{
  background:transparent !important;
}

/* If the uploaded logo itself has a white box, visually soften its container. */
.brand-logo-image{
  object-fit:contain;
}

@media(max-width:760px){
  .premium-header,
  .premium-head-main{background:#171717 !important}
  .premium-search,
  .premium-search input{background:#242424 !important}
}


/* =========================================================
   HI ÂY PÔ V2.3 — FULL WHITE HEADER TEXT + MENU ICONS
   ========================================================= */
.premium-header,
.premium-head-main,
.premium-nav,
.premium-nav nav{
  background:#111 !important;
}

/* all ordinary header/nav text white */
.premium-header a,
.premium-header span,
.premium-header small,
.premium-header label,
.premium-nav nav>a{
  color:#fff !important;
}

/* hotline number remains brand gold */
.premium-header b,
.premium-header .hotline-number{
  color:#f5a000 !important;
}

/* search */
.premium-search,
.premium-search input{
  background:#222 !important;
}
.premium-search input{
  color:#fff !important;
}
.premium-search input::placeholder{
  color:#bdbdbd !important;
}
.premium-search button{
  color:#fff !important;
}

/* menu icons */
.premium-nav nav>a{
  display:flex !important;
  align-items:center;
  justify-content:center;
  gap:10px;
  font-weight:700;
}
.premium-nav nav>a::before{
  display:inline-flex;
  width:22px;
  height:22px;
  align-items:center;
  justify-content:center;
  font-size:19px;
  line-height:1;
  color:#fff;
  filter:grayscale(1) brightness(4);
}
.premium-nav nav>a:nth-child(1)::before{content:"⌂";}
.premium-nav nav>a:nth-child(2)::before{content:"▯";}
.premium-nav nav>a:nth-child(3)::before{content:"▯";}
.premium-nav nav>a:nth-child(4)::before{content:"▱";}
.premium-nav nav>a:nth-child(5)::before{content:"♧";}
.premium-nav nav>a:nth-child(6)::before{content:"▤";}
.premium-nav nav>a:nth-child(7)::before{content:"♙";}

/* active stays white, with clean white underline */
.premium-nav nav>a.active,
.premium-nav nav>a[aria-current="page"]{
  color:#fff !important;
  background:#181818 !important;
  box-shadow:inset 0 -3px 0 #fff !important;
}
.premium-nav nav>a:hover{
  color:#fff !important;
  background:#1d1d1d !important;
  box-shadow:inset 0 -3px 0 #f5a000 !important;
}

@media(max-width:760px){
  .premium-nav nav>a{gap:6px;font-size:12px}
  .premium-nav nav>a::before{font-size:16px;width:18px;height:18px}
}


/* V2.5 — ONLY header + navigation are black. Website body stays light. */
html, body{
  background:#f5f5f7 !important;
  color:#181818 !important;
}
main,
.site-main,
.page-content,
.premium-home{
  background:#f5f5f7 !important;
  color:#181818 !important;
}

/* content sections/cards return to clean white */
.home-customer-stories-section,
.premium-categories,
.premium-trust,
.home-category-products,
.home-news-section{
  background:#fff !important;
  color:#181818 !important;
  border-color:#e7e7e7 !important;
}
.home-customer-story-card,
.premium-category-card,
.premium-trust-item,
.home-category-product-card,
.home-news-card{
  background:#fff !important;
  color:#181818 !important;
  border-color:#e5e5e5 !important;
}
.home-category-products-head h2,
.home-category-products-head p,
.home-category-products-head a,
.home-news-section h2,
.home-news-section p,
.home-cat-body h3,
.home-cat-body small,
.home-customer-story-card *,
.home-news-card *{
  color:#181818 !important;
}
.home-cat-price b{color:#d70018 !important}
.home-cat-price del{color:#8b8b8b !important}

/* EXACTLY these two upper bars stay black */
.premium-header,
.premium-head-main,
.premium-nav,
.premium-nav nav{
  background:#111 !important;
  color:#fff !important;
}
.premium-header a,
.premium-header span,
.premium-header small,
.premium-header label,
.premium-nav nav>a{
  color:#fff !important;
}
.premium-header b,
.premium-header .hotline-number{
  color:#f5a000 !important;
}
.premium-search,
.premium-search input{
  background:#222 !important;
  color:#fff !important;
}
.premium-search input::placeholder{color:#bdbdbd !important}
.premium-search button{color:#fff !important}

/* Footer can remain its original dark treatment. */


/* =========================================================
   HI ÂY PÔ V2.6 — FINAL MENU HOVER
   Chọn kiểu 2: nền đen sáng nhẹ + gạch trắng dưới.
   ========================================================= */
.premium-nav nav>a{
  position:relative !important;
  color:#fff !important;
  transition:
    background-color .18s ease,
    color .18s ease,
    box-shadow .18s ease,
    transform .18s ease !important;
}

/* active */
.premium-nav nav>a.active,
.premium-nav nav>a[aria-current="page"]{
  color:#fff !important;
  background:#181818 !important;
  box-shadow:inset 0 -2px 0 #fff !important;
}

/* hover */
.premium-nav nav>a:hover{
  color:#fff !important;
  background:#242424 !important;
  box-shadow:inset 0 -2px 0 #fff !important;
  transform:translateY(-1px) !important;
}

/* giữ icon trắng khi hover/active */
.premium-nav nav>a:hover::before,
.premium-nav nav>a.active::before,
.premium-nav nav>a[aria-current="page"]::before{
  color:#fff !important;
  filter:grayscale(1) brightness(5) !important;
}

/* bỏ gạch vàng cũ nếu còn rule trước đó */
.premium-nav nav>a.active:after,
.premium-nav nav>a[aria-current="page"]:after{
  background:#fff !important;
  height:2px !important;
}
.premium-nav nav>a:hover:after{
  background:#fff !important;
  height:2px !important;
}

/* mobile/tablet: không nhảy vị trí khi chạm */
@media(max-width:980px){
  .premium-nav nav>a:hover{
    transform:none !important;
  }
}


/* =========================================================
   HI ÂY PÔ V2.7 — compact synchronized navigation
   ========================================================= */

/* Phone number requested white */
.premium-hotline b,
.premium-header .hotline-number{
  color:#fff !important;
}

/* Compact centered menu instead of spreading across full width */
@media(min-width:981px){
  .premium-nav nav{
    display:flex !important;
    width:min(calc(100% - 40px),1400px) !important;
    min-height:54px !important;
    margin:0 auto !important;
    justify-content:center !important;
    align-items:center !important;
    gap:var(--menu-gap,22px) !important;
  }
  .premium-nav nav>a{
    flex:0 0 auto !important;
    width:auto !important;
    min-width:auto !important;
    min-height:44px !important;
    padding:0 15px !important;
    border-radius:8px !important;
  }
}

/* no permanent underline on Home/current item */
.premium-nav nav>a.active,
.premium-nav nav>a[aria-current="page"]{
  background:transparent !important;
  box-shadow:none !important;
}
.premium-nav nav>a.active:after,
.premium-nav nav>a[aria-current="page"]:after{
  display:none !important;
  content:none !important;
}

/* Hover style selected from AdminWeb */
.menu-hover-soft .premium-nav nav>a:hover{
  color:#fff !important;
  background:#242424 !important;
  box-shadow:0 0 0 1px #303030,0 3px 10px rgba(0,0,0,.14) !important;
  transform:translateY(-1px) !important;
}
.menu-hover-flat .premium-nav nav>a:hover{
  color:#fff !important;
  background:transparent !important;
  box-shadow:none !important;
  opacity:.72 !important;
  transform:none !important;
}
.premium-nav nav>a:hover:after{display:none !important}

/* Admin icons win when provided */
.premium-nav .menu-item-icon{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-width:18px !important;
  color:#fff !important;
  font-size:17px !important;
  line-height:1 !important;
}
.menu-icons-off .premium-nav .menu-item-icon,
.menu-icons-off .premium-nav nav>a::before{
  display:none !important;
}
/* if an AdminWeb icon exists, hide nth-child fallback icon */
.menu-icons-on .premium-nav nav>a:has(.menu-item-icon)::before{
  display:none !important;
}

@media(max-width:980px){
  .premium-nav nav{
    gap:8px !important;
  }
  .premium-nav nav>a:hover{
    transform:none !important;
  }
}


/* =========================================================
   HI ÂY PÔ V2.8 — approved #F2F2F2 background + hero polish
   ========================================================= */

/* Main website background */
html,
body,
main,
.site-main,
.page-content,
.premium-home{
  background:#F2F2F2 !important;
}

/* Keep header + menu black */
.premium-header,
.premium-head-main,
.premium-nav,
.premium-nav nav{
  background:#111 !important;
}

/* Service cards stay white on grey background */
.premium-promo-grid article{
  background:#fff !important;
  border-color:#E2E2E2 !important;
  box-shadow:0 4px 14px rgba(0,0,0,.04) !important;
}

/* Hero uses the banner exactly from AdminWeb */
.premium-hero-wrap{
  background:#F2F2F2 !important;
  border-radius:14px !important;
  overflow:hidden !important;
  box-shadow:0 5px 18px rgba(0,0,0,.07) !important;
}
.premium-hero-slider{
  position:relative !important;
  width:100% !important;
  min-height:0 !important;
  aspect-ratio:1400/430 !important;
  background:#F2F2F2 !important;
}
.premium-hero-track,
.premium-hero{
  height:100% !important;
}
.premium-hero{
  background:#F2F2F2 !important;
}
.premium-hero-image{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  background:#F2F2F2 !important;
}
.premium-hero-image img{
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  object-position:center !important;
  background:#F2F2F2 !important;
}

/* Slider arrows */
.hero-slider-arrow,
.hero-prev,
.hero-next{
  width:42px !important;
  height:42px !important;
  border:1px solid rgba(0,0,0,.08) !important;
  border-radius:50% !important;
  background:rgba(20,20,20,.55) !important;
  color:#fff !important;
  box-shadow:0 4px 14px rgba(0,0,0,.16) !important;
  backdrop-filter:blur(5px) !important;
  transition:background .18s ease,transform .18s ease !important;
}
.hero-slider-arrow:hover,
.hero-prev:hover,
.hero-next:hover{
  background:rgba(20,20,20,.78) !important;
}
.hero-prev{left:14px !important}
.hero-next{right:14px !important}

/* Slider dots */
.hero-slider-dots{
  bottom:12px !important;
  gap:7px !important;
}
.hero-slider-dots button{
  width:8px !important;
  height:8px !important;
  border-radius:99px !important;
  background:rgba(120,120,120,.42) !important;
  box-shadow:none !important;
}
.hero-slider-dots button.active{
  width:22px !important;
  background:#F5A000 !important;
}

/* All lower section shells remain white on grey page */
.home-customer-stories-section,
.premium-categories,
.premium-trust,
.home-category-products,
.home-news-section{
  background:#fff !important;
  border-color:#E3E3E3 !important;
}

/* Slightly cleaner vertical rhythm */
.premium-home{
  gap:16px !important;
}
.premium-promo-grid{
  margin-bottom:0 !important;
}
.premium-hero-wrap{
  margin-top:0 !important;
}

/* Mobile */
@media(max-width:760px){
  .premium-hero-slider{
    aspect-ratio:16/6.4 !important;
    height:auto !important;
  }
  .hero-slider-arrow,
  .hero-prev,
  .hero-next{
    width:34px !important;
    height:34px !important;
  }
}


/* =========================================================
   HI ÂY PÔ V2.9 — HERO AUTOPLAY / FADE + SUBTLE ZOOM
   ========================================================= */
.premium-hero-slider{
  position:relative !important;
  overflow:hidden !important;
}
.premium-hero-track{
  position:relative !important;
  width:100% !important;
  height:100% !important;
  display:block !important;
  transform:none !important;
  transition:none !important;
}
.premium-hero[data-hero-slide]{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  min-width:100% !important;
  opacity:0 !important;
  visibility:hidden !important;
  pointer-events:none !important;
  z-index:0 !important;
  transition:
    opacity .55s ease,
    visibility .55s ease !important;
}
.premium-hero[data-hero-slide].is-active{
  opacity:1 !important;
  visibility:visible !important;
  pointer-events:auto !important;
  z-index:2 !important;
}
.premium-hero[data-hero-slide] .premium-hero-image img{
  transform:scale(1.018) !important;
  transition:transform 4.7s ease-out !important;
  will-change:transform;
}
.premium-hero[data-hero-slide].is-active .premium-hero-image img{
  transform:scale(1) !important;
}

/* First frame remains visible before JS initializes */
.premium-hero[data-hero-slide]:first-child{
  visibility:visible;
}
.premium-hero[data-hero-slide]:first-child.is-active{
  opacity:1 !important;
}

/* Smooth controls */
.hero-prev,
.hero-next,
.hero-slider-dots button{
  transition:
    background .18s ease,
    opacity .18s ease,
    transform .18s ease,
    width .22s ease !important;
}
.hero-prev:hover,
.hero-next:hover{
  transform:translateY(-50%) scale(1.06) !important;
}
.hero-slider-dots button:hover{
  opacity:.9 !important;
  transform:scale(1.12) !important;
}

/* Respect reduced motion */
@media (prefers-reduced-motion:reduce){
  .premium-hero[data-hero-slide],
  .premium-hero[data-hero-slide] .premium-hero-image img{
    transition:none !important;
    transform:none !important;
  }
}

/* Mobile: fade stays, zoom is gentler */
@media(max-width:760px){
  .premium-hero[data-hero-slide] .premium-hero-image img{
    transform:scale(1.008) !important;
  }
  .premium-hero[data-hero-slide].is-active .premium-hero-image img{
    transform:scale(1) !important;
  }
}


/* =========================================================
   HI ÂY PÔ V3.0 — CUSTOMER STORIES PREMIUM MARQUEE
   ========================================================= */
.customer-marquee-section{
  padding:22px !important;
  overflow:hidden !important;
  background:#fff !important;
  border:1px solid #e3e3e3 !important;
  border-radius:16px !important;
  box-shadow:0 4px 16px rgba(15,23,42,.035) !important;
}
.customer-story-heading{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:18px;
  margin-bottom:16px;
}
.customer-story-eyebrow{
  display:block;
  margin-bottom:4px;
  color:#a56e00;
  font-size:10px;
  font-weight:900;
  letter-spacing:.1em;
}
.customer-story-heading h2{
  margin:0;
  color:#171717;
  font-size:22px;
  line-height:1.25;
}
.customer-story-heading p{
  margin:5px 0 0;
  color:#747980;
  font-size:11px;
}
.customer-story-controls{
  display:flex;
  gap:7px;
  flex:0 0 auto;
}
.customer-story-controls button{
  width:36px;
  height:36px;
  display:grid;
  place-items:center;
  border:1px solid #dedfe2;
  border-radius:50%;
  background:#fff;
  color:#222;
  cursor:pointer;
  font-size:17px;
  box-shadow:0 3px 10px rgba(15,23,42,.05);
  transition:background .16s ease,transform .16s ease,border-color .16s ease;
}
.customer-story-controls button:hover{
  background:#171717;
  color:#fff;
  border-color:#171717;
  transform:translateY(-1px);
}
.home-customer-stories-grid{
  position:relative;
  width:100%;
  overflow:hidden !important;
  touch-action:pan-y;
}
.home-customer-stories-track{
  display:flex;
  width:max-content;
  gap:12px;
  will-change:transform;
}
.home-customer-stories-group{
  display:flex !important;
  flex-wrap:nowrap !important;
  gap:12px !important;
  overflow:visible !important;
}
.home-customer-story-card{
  flex:0 0 218px !important;
  width:218px !important;
  min-width:218px !important;
  overflow:hidden !important;
  background:#fff !important;
  border:1px solid #e2e4e7 !important;
  border-radius:13px !important;
  box-shadow:0 4px 14px rgba(15,23,42,.055) !important;
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease !important;
}
.home-customer-story-card:hover{
  transform:translateY(-3px) !important;
  border-color:#ddd3b8 !important;
  box-shadow:0 10px 24px rgba(15,23,42,.095) !important;
}
.home-customer-story-image{
  position:relative;
  width:100%;
  aspect-ratio:4/4.85 !important;
  overflow:hidden;
  background:#eee;
}
.home-customer-story-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 25%;
  transition:transform .45s ease;
}
.home-customer-story-card:hover .home-customer-story-image img{
  transform:scale(1.025);
}
.customer-story-quote{
  position:absolute;
  top:10px;
  left:10px;
  width:28px;
  height:28px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#f5a000;
  color:#fff;
  font-size:20px;
  font-family:Georgia,serif;
  font-weight:900;
  box-shadow:0 3px 8px rgba(0,0,0,.11);
}
.home-customer-story-body{
  min-height:112px;
  padding:11px 12px 13px !important;
  background:#fff !important;
}
.customer-story-stars{
  margin-bottom:5px;
  color:#f5a000 !important;
  font-size:11px;
  letter-spacing:1px;
  line-height:1;
}
.home-customer-story-body b{
  display:block;
  color:#181818 !important;
  font-size:12px !important;
}
.home-customer-story-body p{
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3;
  overflow:hidden;
  min-height:42px;
  margin:5px 0 0 !important;
  color:#686d75 !important;
  font-size:10px !important;
  line-height:1.45 !important;
}
.customer-story-status{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  margin-top:14px;
  color:#787d84;
  font-size:10px;
}
.customer-story-status>span{
  width:18px;
  height:5px;
  border-radius:99px;
  background:#f5a000;
}
.customer-story-status b{color:#4d5157}
.customer-story-status em{font-style:normal}
.customer-story-status.is-paused>span{background:#b9bdc3}

/* subtle side fade */
.home-customer-stories-grid.is-marquee:before,
.home-customer-stories-grid.is-marquee:after{
  content:"";
  position:absolute;
  z-index:4;
  top:0;
  bottom:0;
  width:36px;
  pointer-events:none;
}
.home-customer-stories-grid.is-marquee:before{
  left:0;
  background:linear-gradient(90deg,#fff,rgba(255,255,255,0));
}
.home-customer-stories-grid.is-marquee:after{
  right:0;
  background:linear-gradient(270deg,#fff,rgba(255,255,255,0));
}

@media(max-width:760px){
  .customer-marquee-section{padding:12px !important}
  .customer-story-heading{align-items:flex-start}
  .customer-story-heading h2{font-size:17px}
  .customer-story-heading p{font-size:9px}
  .customer-story-controls button{width:32px;height:32px}
  .home-customer-story-card{
    flex-basis:156px !important;
    width:156px !important;
    min-width:156px !important;
  }
  .home-customer-story-body{min-height:104px;padding:9px !important}
  .home-customer-story-body p{font-size:9px !important}
  .home-customer-stories-grid.is-marquee:before,
  .home-customer-stories-grid.is-marquee:after{width:18px}
}


/* =========================================================
   HI ÂY PÔ V3.1 — CUSTOMER TITLE CLEANUP
   Chỉ giữ "Khách hàng thật · Trải nghiệm thật"
   ========================================================= */
.customer-story-eyebrow,
.customer-story-heading p{
  display:none !important;
}

.customer-story-heading{
  align-items:center !important;
  margin-bottom:14px !important;
}

.customer-story-heading h2{
  position:relative;
  display:inline-block;
  margin:0 !important;
  color:#171717 !important;
  font-size:20px !important;
  line-height:1.25 !important;
  font-weight:850 !important;
  letter-spacing:-.01em;
  text-shadow:0 1px 0 rgba(255,255,255,.7);
  animation:customerTitleIn .5s ease both;
}

/* subtle brand underline; not flashy */
.customer-story-heading h2::after{
  content:"";
  display:block;
  width:44px;
  height:3px;
  margin-top:7px;
  border-radius:99px;
  background:#F5A000;
  transform-origin:left center;
  animation:customerTitleLine .55s .12s ease both;
}

@keyframes customerTitleIn{
  from{opacity:0;transform:translateY(6px)}
  to{opacity:1;transform:translateY(0)}
}
@keyframes customerTitleLine{
  from{opacity:0;transform:scaleX(.2)}
  to{opacity:1;transform:scaleX(1)}
}

@media(max-width:760px){
  .customer-story-heading h2{
    font-size:16px !important;
  }
  .customer-story-heading h2::after{
    width:36px;
    height:2px;
    margin-top:5px;
  }
}

@media (prefers-reduced-motion:reduce){
  .customer-story-heading h2,
  .customer-story-heading h2::after{
    animation:none !important;
  }
}


/* =========================================================
   HI ÂY PÔ V3.2 — FINAL CUSTOMER TITLE EFFECT
   ========================================================= */
.customer-story-status{
  display:none !important;
}

.customer-story-heading h2{
  font-size:20px !important;
  font-weight:850 !important;
  line-height:1.25 !important;
  letter-spacing:-.01em !important;
  animation:customerTitleFadeUp .5s ease both !important;
}

.customer-title-black{
  color:#171717 !important;
}

.customer-title-dot{
  color:#A8A8A8 !important;
}

.customer-title-gold{
  color:#F5A000 !important;
  text-shadow:0 0 0 rgba(245,160,0,0);
  transition:text-shadow .18s ease,color .18s ease;
}

.customer-story-heading h2:hover .customer-title-gold{
  color:#FFAD0A !important;
  text-shadow:0 0 10px rgba(245,160,0,.18);
}

.customer-story-heading h2::after{
  width:38px !important;
  height:3px !important;
  margin-top:7px !important;
  background:#F5A000 !important;
  animation:customerTitleUnderline .55s .12s ease both !important;
}

@keyframes customerTitleFadeUp{
  from{opacity:0;transform:translateY(6px)}
  to{opacity:1;transform:translateY(0)}
}
@keyframes customerTitleUnderline{
  from{opacity:0;transform:scaleX(.15)}
  to{opacity:1;transform:scaleX(1)}
}

@media(max-width:760px){
  .customer-story-heading h2{
    font-size:16px !important;
  }
  .customer-story-heading h2::after{
    width:32px !important;
    height:2px !important;
  }
}

@media(prefers-reduced-motion:reduce){
  .customer-story-heading h2,
  .customer-story-heading h2::after{
    animation:none !important;
  }
}


/* =========================================================
   HI ÂY PÔ V3.3 — DANH MỤC WEBSITE GỌN ĐÚNG 1 HÀNG
   ========================================================= */
.premium-categories{
  padding:10px 12px !important;
  overflow:hidden !important;
}

.premium-category-list,
.premium-category-grid,
.home-category-list,
.home-category-grid{
  display:flex !important;
  flex-wrap:nowrap !important;
  align-items:stretch !important;
  gap:8px !important;
  width:100% !important;
  overflow-x:auto !important;
  overflow-y:hidden !important;
  scrollbar-width:none;
  -ms-overflow-style:none;
}
.premium-category-list::-webkit-scrollbar,
.premium-category-grid::-webkit-scrollbar,
.home-category-list::-webkit-scrollbar,
.home-category-grid::-webkit-scrollbar{
  display:none;
}

/* Desktop: toàn bộ danh mục nằm đúng một hàng */
.premium-category-list > *,
.premium-category-grid > *,
.home-category-list > *,
.home-category-grid > *{
  flex:1 1 0 !important;
  min-width:0 !important;
  margin:0 !important;
}

/* Compact category card */
.premium-category-item,
.premium-category-card,
.home-category-item,
.home-category-card{
  min-height:68px !important;
  height:68px !important;
  padding:8px 10px !important;
  border-radius:11px !important;
  white-space:nowrap !important;
}

.premium-category-item img,
.premium-category-card img,
.home-category-item img,
.home-category-card img{
  width:42px !important;
  height:42px !important;
  max-width:42px !important;
  object-fit:contain !important;
  flex:0 0 42px !important;
}

.premium-category-item span,
.premium-category-card span,
.home-category-item span,
.home-category-card span{
  font-size:11px !important;
  line-height:1.2 !important;
  white-space:nowrap !important;
}

/* Mobile vẫn giữ 1 hàng, vuốt ngang thay vì xuống dòng */
@media(max-width:760px){
  .premium-categories{padding:8px !important}
  .premium-category-list > *,
  .premium-category-grid > *,
  .home-category-list > *,
  .home-category-grid > *{
    flex:0 0 142px !important;
    min-width:142px !important;
  }
}


/* =========================================================
   HI ÂY PÔ V3.4 — CATEGORY LAYOUT PALE YELLOW
   ========================================================= */
.premium-categories{
  background:#FFF8E7 !important;
  border-color:#F1DFB0 !important;
  box-shadow:0 4px 14px rgba(174,124,17,.05) !important;
}

.premium-category-item,
.premium-category-card,
.home-category-item,
.home-category-card{
  background:#FFFDF8 !important;
  border-color:#EFDCA8 !important;
}

.premium-category-item:hover,
.premium-category-card:hover,
.home-category-item:hover,
.home-category-card:hover{
  background:#FFF6D9 !important;
  border-color:#E8C86E !important;
}


/* =========================================================
   HI ÂY PÔ V3.5 — CATEGORY EXTRA PALE YELLOW
   ========================================================= */
.premium-categories{
  background:#FFFCF4 !important;
  border-color:#F3E9CD !important;
  box-shadow:0 3px 12px rgba(174,124,17,.035) !important;
}

.premium-category-item,
.premium-category-card,
.home-category-item,
.home-category-card{
  background:#FFFFFF !important;
  border-color:#EEE8D9 !important;
}

.premium-category-item:hover,
.premium-category-card:hover,
.home-category-item:hover,
.home-category-card:hover{
  background:#FFF9E9 !important;
  border-color:#EED99E !important;
}


/* =========================================================
   HI ÂY PÔ V3.6 — CUSTOMER SECTION PALE YELLOW SHELL ONLY
   Toàn khung vàng nhạt; card ảnh + thông tin khách vẫn trắng.
   ========================================================= */
.customer-marquee-section,
.home-customer-stories-section{
  background:#FFFCF4 !important;
  border-color:#F3E9CD !important;
  box-shadow:0 4px 16px rgba(174,124,17,.035) !important;
}

/* Header title area follows the pale-yellow shell */
.customer-story-heading{
  background:transparent !important;
}

/* Keep every customer card white */
.home-customer-story-card{
  background:#FFFFFF !important;
  border-color:#E7E7E7 !important;
}
.home-customer-story-image,
.home-customer-story-body{
  background:#FFFFFF !important;
}

/* Side fade must blend into the pale-yellow outer shell */
.home-customer-stories-grid.is-marquee:before{
  background:linear-gradient(90deg,#FFFCF4,rgba(255,252,244,0)) !important;
}
.home-customer-stories-grid.is-marquee:after{
  background:linear-gradient(270deg,#FFFCF4,rgba(255,252,244,0)) !important;
}

/* Controls remain white so they are easy to see */
.customer-story-controls button{
  background:#FFFFFF !important;
}
.customer-story-controls button:hover{
  background:#171717 !important;
}


/* =========================================================
   HI ÂY PÔ V3.7 — PRODUCT SECTION SHELL PALE YELLOW
   Đồng bộ với Danh mục + Khách hàng thật
   ========================================================= */

/* Toàn khung section sản phẩm vàng siêu nhạt */
.home-category-products{
  background:#FFFCF4 !important;
  border-color:#F3E9CD !important;
  box-shadow:0 4px 16px rgba(174,124,17,.035) !important;
}

/* Header section hòa cùng nền ngoài */
.home-category-products-head{
  background:transparent !important;
  border-bottom-color:#EFE5CD !important;
}

/* Card sản phẩm vẫn trắng */
.home-category-product-card,
.product-card,
.premium-product-card{
  background:#FFFFFF !important;
  border-color:#E7E7E7 !important;
}

/* Phần ảnh + body giữ trắng rõ ràng */
.home-cat-image,
.home-cat-body,
.product-image,
.product-body{
  background:#FFFFFF !important;
}

/* Hover ánh vàng rất nhẹ */
.home-category-product-card:hover,
.product-card:hover,
.premium-product-card:hover{
  border-color:#E8D5A0 !important;
  box-shadow:0 10px 24px rgba(174,124,17,.08) !important;
}

/* Giữ tiêu đề section rõ, không đổi màu chữ */
.home-category-products-head h2,
.home-category-products-head p,
.home-category-products-head a{
  color:#181818 !important;
}


/* =========================================================
   HI ÂY PÔ V3.8 — PRODUCT CARD GIỐNG MẪU ĐÃ DUYỆT
   ========================================================= */
.home-category-product-card{
  display:flex !important;
  flex-direction:column !important;
  height:auto !important;
  min-height:0 !important;
  overflow:hidden !important;
  border-radius:12px !important;
  background:#fff !important;
  border:1px solid #E7E7E7 !important;
  box-shadow:0 3px 10px rgba(15,23,42,.035) !important;
}

.home-cat-badges{
  top:8px !important;
  left:8px !important;
  right:8px !important;
}
.home-cat-badges span,
.home-cat-badges b{
  min-height:22px !important;
  display:inline-flex !important;
  align-items:center !important;
  padding:4px 7px !important;
  border-radius:6px !important;
  font-size:9px !important;
  font-weight:900 !important;
}

/* Ảnh: vừa lớn, không để khoảng trắng quá cao */
.home-cat-image{
  height:250px !important;
  min-height:250px !important;
  padding:30px 12px 8px !important;
  background:#fff !important;
  border-bottom:1px solid #EEEEEE !important;
}
.home-cat-image img{
  width:100% !important;
  height:100% !important;
  max-width:100% !important;
  max-height:100% !important;
  object-fit:contain !important;
}

/* Body card giống mẫu */
.home-cat-body{
  display:flex !important;
  flex-direction:column !important;
  align-items:stretch !important;
  gap:8px !important;
  padding:13px 12px 14px !important;
  background:#fff !important;
  text-align:center !important;
}

.home-cat-body h3{
  min-height:38px !important;
  margin:0 !important;
  color:#171717 !important;
  font-size:13px !important;
  line-height:1.4 !important;
  font-weight:800 !important;
}

.home-cat-rating{
  min-height:13px !important;
  line-height:1 !important;
}
.home-cat-rating span{
  color:#F5A000 !important;
  font-size:10px !important;
  letter-spacing:1px !important;
}

/* Banner thu cũ đổi mới nằm full ngang card */
.home-cat-promo-banner{
  display:block !important;
  width:100% !important;
  height:42px !important;
  max-height:42px !important;
  object-fit:cover !important;
  object-position:center !important;
  border-radius:6px !important;
  margin:0 !important;
}

/* Giá đỏ + giá cũ */
.home-cat-price{
  display:flex !important;
  align-items:baseline !important;
  justify-content:center !important;
  gap:7px !important;
  min-height:24px !important;
  flex-wrap:wrap !important;
}
.home-cat-price b{
  color:#D70018 !important;
  font-size:18px !important;
  line-height:1 !important;
  font-weight:900 !important;
}
.home-cat-price del{
  color:#999DA3 !important;
  font-size:10px !important;
}

/* Ô trả trước phía dưới, đúng mẫu */
.home-cat-installment{
  margin-top:2px !important;
  min-height:34px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  padding:7px 9px !important;
  border:1px solid #E1E5F3 !important;
  border-radius:7px !important;
  background:#F3F5FF !important;
  color:#3D4250 !important;
  font-size:10px !important;
  font-weight:750 !important;
}

/* Không hiện nút xem sản phẩm trong card kiểu này */
.home-cat-buy{
  display:none !important;
}

/* Desktop 5 card / hàng */
@media(min-width:1180px){
  .home-category-product-grid,
  .home-category-products.is-carousel .home-category-product-grid{
    grid-template-columns:repeat(5,minmax(0,1fr)) !important;
    gap:12px !important;
  }
}
@media(max-width:1179px) and (min-width:761px){
  .home-cat-image{
    height:220px !important;
    min-height:220px !important;
  }
}
@media(max-width:760px){
  .home-cat-image{
    height:170px !important;
    min-height:170px !important;
    padding:25px 7px 5px !important;
  }
  .home-cat-body{
    padding:9px !important;
    gap:6px !important;
  }
  .home-cat-body h3{
    min-height:32px !important;
    font-size:11px !important;
  }
  .home-cat-price b{font-size:15px !important}
  .home-cat-promo-banner{height:34px !important;max-height:34px !important}
  .home-cat-installment{min-height:30px !important;font-size:9px !important}
}


/* =========================================================
   HI ÂY PÔ V3.9 — READABLE RETAIL SCALE
   Theo mẫu đã duyệt: chữ rõ, card chắc, footer dễ đọc.
   ========================================================= */

/* Tổng thể nội dung */
body{
  font-size:15px !important;
}
.premium-home{
  width:min(1400px,calc(100% - 28px)) !important;
}

/* ===== PRODUCT SECTION ===== */
.home-category-products{
  padding:18px !important;
  border-radius:14px !important;
}
.home-category-products-head{
  min-height:58px !important;
  padding-bottom:12px !important;
  margin-bottom:12px !important;
}
.home-category-products-head h2{
  font-size:24px !important;
  line-height:1.2 !important;
  font-weight:900 !important;
}
.home-category-products-head p{
  font-size:12px !important;
}
.home-category-products-head>a{
  font-size:12px !important;
  font-weight:800 !important;
}

/* 5 card / hàng, card rõ và đầy đặn */
.home-category-product-grid,
.home-category-products.is-carousel .home-category-product-grid{
  grid-template-columns:repeat(5,minmax(0,1fr)) !important;
  gap:14px !important;
}
.home-category-product-card{
  border-radius:12px !important;
  box-shadow:0 3px 12px rgba(15,23,42,.05) !important;
}
.home-cat-image{
  height:260px !important;
  min-height:260px !important;
  padding:32px 14px 10px !important;
}
.home-cat-body{
  gap:9px !important;
  padding:14px 13px 15px !important;
}
.home-cat-body h3{
  min-height:40px !important;
  font-size:14px !important;
  line-height:1.4 !important;
  font-weight:850 !important;
}
.home-cat-rating span{
  font-size:12px !important;
  letter-spacing:1.2px !important;
}
.home-cat-promo-banner{
  height:46px !important;
  max-height:46px !important;
}
.home-cat-price{
  gap:8px !important;
  min-height:26px !important;
}
.home-cat-price b{
  font-size:20px !important;
}
.home-cat-price del{
  font-size:11px !important;
}
.home-cat-installment{
  min-height:38px !important;
  font-size:11px !important;
  font-weight:800 !important;
}

/* Badge to hơn chút */
.home-cat-badges span,
.home-cat-badges b{
  font-size:10px !important;
  min-height:23px !important;
  padding:4px 8px !important;
}

/* ===== TRUST STRIP ===== */
.premium-trust{
  border-radius:12px !important;
}
.premium-trust-item{
  min-height:72px !important;
  padding:12px 14px !important;
}
.premium-trust-item b{
  font-size:12px !important;
}
.premium-trust-item small{
  font-size:10px !important;
  line-height:1.4 !important;
}
.premium-trust-icon{
  width:34px !important;
  height:34px !important;
  font-size:17px !important;
}

/* ===== NEWS ===== */
.home-news-section{
  padding:18px !important;
  border-radius:14px !important;
}
.home-news-section .section-title span{
  font-size:10px !important;
}
.home-news-section .section-title h2,
.home-news-section h2{
  font-size:22px !important;
}
.home-news-grid{
  gap:16px !important;
}
.home-news-card{
  max-width:100% !important;
  border-radius:12px !important;
}
.home-news-card h3{
  font-size:15px !important;
  line-height:1.4 !important;
}
.home-news-card p{
  font-size:11px !important;
  line-height:1.55 !important;
}
.home-news-card a{
  font-size:11px !important;
  font-weight:800 !important;
}

/* ===== NEWSLETTER ===== */
.premium-newsletter{
  min-height:88px !important;
  padding:18px 22px !important;
  border-radius:12px !important;
}
.premium-newsletter b{
  font-size:16px !important;
}
.premium-newsletter p,
.premium-newsletter span{
  font-size:11px !important;
}
.premium-newsletter input{
  height:44px !important;
  font-size:12px !important;
}
.premium-newsletter button{
  height:44px !important;
  padding:0 24px !important;
  font-size:12px !important;
  font-weight:850 !important;
}

/* ===== FOOTER ===== */
.premium-footer,
footer{
  font-size:12px !important;
}
.premium-footer-trust{
  padding:18px 0 !important;
}
.premium-footer-trust b{
  font-size:12px !important;
}
.premium-footer-trust small{
  font-size:10px !important;
  line-height:1.45 !important;
}
.footer-inner-pro{
  padding-top:22px !important;
  padding-bottom:22px !important;
  gap:28px !important;
}
.footer-inner-pro>div>b{
  font-size:15px !important;
  margin-bottom:10px !important;
}
.footer-inner-pro a{
  font-size:12px !important;
  line-height:1.9 !important;
}
.footer-about p,
.footer-about span{
  font-size:11px !important;
  line-height:1.6 !important;
}
.footer-about img,
.footer-logo{
  width:88px !important;
  height:auto !important;
}
.copyright{
  padding:14px 0 !important;
  font-size:10px !important;
}

/* ===== TABLET ===== */
@media(max-width:1179px) and (min-width:761px){
  .home-category-product-grid,
  .home-category-products.is-carousel .home-category-product-grid{
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  }
  .home-cat-image{
    height:235px !important;
    min-height:235px !important;
  }
}

/* ===== MOBILE ===== */
@media(max-width:760px){
  body{font-size:14px !important}
  .home-category-products{padding:10px !important}
  .home-category-products-head h2{font-size:18px !important}
  .home-category-product-grid,
  .home-category-products.is-carousel .home-category-product-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:8px !important;
  }
  .home-cat-image{
    height:175px !important;
    min-height:175px !important;
  }
  .home-cat-body h3{
    font-size:11px !important;
  }
  .home-cat-price b{
    font-size:16px !important;
  }
  .premium-newsletter{
    padding:14px !important;
  }
  .footer-inner-pro>div>b{
    font-size:13px !important;
  }
  .footer-inner-pro a,
  .footer-about p,
  .footer-about span{
    font-size:11px !important;
  }
}


/* =========================================================
   HI ÂY PÔ V4.0 — FOOTER TEXT +60%
   Chỉ phóng phần footer / newsletter, không ảnh hưởng card sản phẩm.
   ========================================================= */

/* Newsletter */
.premium-newsletter{
  min-height:108px !important;
  padding:22px 26px !important;
}
.premium-newsletter b{
  font-size:25px !important;
}
.premium-newsletter p,
.premium-newsletter span{
  font-size:17px !important;
  line-height:1.45 !important;
}
.premium-newsletter input{
  height:52px !important;
  font-size:17px !important;
}
.premium-newsletter button{
  height:52px !important;
  padding:0 28px !important;
  font-size:17px !important;
}

/* Footer trust row */
.premium-footer-trust{
  padding:24px 0 !important;
}
.premium-footer-trust b{
  font-size:19px !important;
}
.premium-footer-trust small{
  font-size:16px !important;
  line-height:1.45 !important;
}
.premium-footer-trust i,
.premium-footer-trust .premium-footer-trust-icon{
  font-size:22px !important;
}

/* Footer columns */
.footer-inner-pro{
  padding-top:30px !important;
  padding-bottom:30px !important;
  gap:34px !important;
}
.footer-inner-pro>div>b{
  display:block !important;
  font-size:24px !important;
  margin-bottom:14px !important;
}
.footer-inner-pro a{
  font-size:19px !important;
  line-height:1.9 !important;
}
.footer-about p,
.footer-about span{
  font-size:17px !important;
  line-height:1.65 !important;
}
.footer-about img,
.footer-logo{
  width:112px !important;
}

/* Contact / phone */
.footer-inner-pro .footer-contact b,
.footer-inner-pro .footer-contact strong,
.footer-inner-pro .footer-phone{
  font-size:20px !important;
}
.footer-inner-pro .footer-contact a{
  font-size:18px !important;
}

/* Social buttons */
.footer-social a,
.footer-social button{
  min-height:42px !important;
  padding:0 13px !important;
  font-size:16px !important;
}

/* Copyright */
.copyright{
  padding:17px 0 !important;
  font-size:16px !important;
}

/* Tablet */
@media(max-width:1179px) and (min-width:761px){
  .premium-newsletter b{font-size:21px !important}
  .premium-newsletter p,
  .premium-newsletter span,
  .premium-newsletter input,
  .premium-newsletter button{font-size:15px !important}

  .premium-footer-trust b{font-size:16px !important}
  .premium-footer-trust small{font-size:13px !important}

  .footer-inner-pro>div>b{font-size:20px !important}
  .footer-inner-pro a{font-size:16px !important}
  .footer-about p,
  .footer-about span{font-size:14px !important}
  .copyright{font-size:13px !important}
}

/* Mobile: lớn hơn bản cũ nhưng không quá chiếm màn hình */
@media(max-width:760px){
  .premium-newsletter{
    min-height:auto !important;
    padding:16px !important;
  }
  .premium-newsletter b{font-size:19px !important}
  .premium-newsletter p,
  .premium-newsletter span{font-size:13px !important}
  .premium-newsletter input,
  .premium-newsletter button{
    height:46px !important;
    font-size:14px !important;
  }

  .premium-footer-trust b{font-size:14px !important}
  .premium-footer-trust small{font-size:12px !important}

  .footer-inner-pro>div>b{font-size:17px !important}
  .footer-inner-pro a{font-size:14px !important}
  .footer-about p,
  .footer-about span{font-size:13px !important}
  .footer-social a,
  .footer-social button{font-size:13px !important}
  .copyright{font-size:12px !important}
}


/* =========================================================
   HI ÂY PÔ V4.1 — FOOTER SCALE -15% FROM V4.0
   ========================================================= */

/* Newsletter */
.premium-newsletter b{font-size:21px !important}
.premium-newsletter p,
.premium-newsletter span{font-size:14px !important}
.premium-newsletter input,
.premium-newsletter button{font-size:14px !important}

/* Footer trust row */
.premium-footer-trust b{font-size:16px !important}
.premium-footer-trust small{font-size:14px !important}
.premium-footer-trust i,
.premium-footer-trust .premium-footer-trust-icon{font-size:19px !important}

/* Footer columns */
.footer-inner-pro>div>b{font-size:20px !important}
.footer-inner-pro a{font-size:16px !important}
.footer-about p,
.footer-about span{font-size:14px !important}
.footer-about img,
.footer-logo{width:102px !important}

/* Contact */
.footer-inner-pro .footer-contact b,
.footer-inner-pro .footer-contact strong,
.footer-inner-pro .footer-phone{font-size:17px !important}
.footer-inner-pro .footer-contact a{font-size:15px !important}

/* Social buttons */
.footer-social a,
.footer-social button{font-size:14px !important}

/* Copyright */
.copyright{font-size:14px !important}

/* Tablet */
@media(max-width:1179px) and (min-width:761px){
  .premium-newsletter b{font-size:18px !important}
  .premium-newsletter p,
  .premium-newsletter span,
  .premium-newsletter input,
  .premium-newsletter button{font-size:13px !important}

  .premium-footer-trust b{font-size:14px !important}
  .premium-footer-trust small{font-size:11px !important}

  .footer-inner-pro>div>b{font-size:17px !important}
  .footer-inner-pro a{font-size:14px !important}
  .footer-about p,
  .footer-about span{font-size:12px !important}
  .copyright{font-size:11px !important}
}

/* Mobile */
@media(max-width:760px){
  .premium-newsletter b{font-size:17px !important}
  .premium-newsletter p,
  .premium-newsletter span{font-size:12px !important}
  .premium-newsletter input,
  .premium-newsletter button{font-size:13px !important}

  .premium-footer-trust b{font-size:13px !important}
  .premium-footer-trust small{font-size:11px !important}

  .footer-inner-pro>div>b{font-size:15px !important}
  .footer-inner-pro a{font-size:13px !important}
  .footer-about p,
  .footer-about span{font-size:12px !important}
  .footer-social a,
  .footer-social button{font-size:12px !important}
  .copyright{font-size:11px !important}
}


/* =========================================================
   HI ÂY PÔ V4.2 — GLOBAL TYPOGRAPHY SYNC
   Lấy tỷ lệ chữ/footer V4.1 làm chuẩn cho toàn Website
   ========================================================= */

/* Global font stack */
html,body,button,input,select,textarea{
  font-family:Inter,Arial,Helvetica,sans-serif !important;
}

/* Header / search / nav */
.premium-head-main,
.premium-header{
  font-size:14px !important;
}
.premium-search input{
  font-size:14px !important;
}
.premium-hotline small{font-size:11px !important}
.premium-hotline b,
.premium-header .hotline-number{font-size:16px !important}
.premium-nav nav>a{
  font-size:14px !important;
  font-weight:750 !important;
}

/* Promo cards */
.premium-promo-grid article span{font-size:17px !important}
.premium-promo-grid article h3{font-size:13px !important}
.premium-promo-grid article b,
.premium-promo-grid article a{font-size:11px !important}

/* Customer section */
.customer-story-heading h2{font-size:20px !important}
.home-customer-story-body b{font-size:13px !important}
.home-customer-story-body p{font-size:11px !important}
.customer-story-stars{font-size:11px !important}

/* Categories */
.premium-category-card,
.home-category-card,
.premium-category-item,
.home-category-item{
  font-size:12px !important;
}
.premium-category-card span,
.home-category-card span,
.premium-category-item span,
.home-category-item span{
  font-size:12px !important;
  font-weight:750 !important;
}

/* Trust strip */
.premium-trust-item b{font-size:12px !important}
.premium-trust-item small{font-size:10px !important}

/* Product sections */
.home-category-products-head h2{font-size:22px !important}
.home-category-products-head p,
.home-category-products-head>a{font-size:11px !important}
.home-cat-body h3{font-size:14px !important}
.home-cat-rating span{font-size:11px !important}
.home-cat-price b{font-size:19px !important}
.home-cat-price del{font-size:11px !important}
.home-cat-installment{font-size:10px !important}

/* News */
.section-title span{font-size:10px !important}
.section-title h2,
.home-news-section h2{font-size:21px !important}
.home-news-card h3{font-size:15px !important}
.home-news-card p{font-size:11px !important}

/* Newsletter and footer already tuned in V4.1 */

/* Detail / utility */
.detail-copy h1{font-size:28px !important}
.detail-copy p{font-size:14px !important}
.utility-main,
.catalog-shell,
.news-shell,
.article-shell,
.commerce-page{font-size:14px !important}

/* Forms/buttons */
button,
.btn,
.wa-btn,
.home-cat-buy{
  font-size:13px !important;
}
input,
select,
textarea{
  font-size:13px !important;
}

/* Mobile scaling */
@media(max-width:760px){
  .premium-nav nav>a{font-size:12px !important}
  .customer-story-heading h2{font-size:16px !important}
  .home-category-products-head h2{font-size:18px !important}
  .home-cat-body h3{font-size:11px !important}
  .home-cat-price b{font-size:16px !important}
}


/* =========================================================
   HI ÂY PÔ V4.3 — CATEGORY LABEL REGULAR WEIGHT
   ========================================================= */
.premium-category-card span,
.home-category-card span,
.premium-category-item span,
.home-category-item span,
.premium-category-meta b{
  font-weight:400 !important;
}


/* =========================================================
   HI ÂY PÔ — TYPOGRAPHY REFRESH
   Scale inspired by CellphoneS: readable, clean, not over-bold.
   ========================================================= */
html, body, button, input, select, textarea{
  font-family: "Roboto", Arial, Helvetica, sans-serif !important;
}

body{
  font-size:14px !important;
  font-weight:400 !important;
  line-height:1.45 !important;
}

/* Header / search / menu */
.premium-header,
.premium-head-main{
  font-size:14px !important;
}
.premium-search input{
  font-size:14px !important;
  font-weight:400 !important;
}
.premium-hotline small{font-size:11px !important;font-weight:400 !important}
.premium-hotline b,
.premium-header .hotline-number{
  font-size:16px !important;
  font-weight:700 !important;
}
.premium-nav nav>a{
  font-size:14px !important;
  font-weight:500 !important;
}

/* Promo/service cards */
.premium-promo-grid article span{
  font-size:16px !important;
  font-weight:700 !important;
}
.premium-promo-grid article h3{
  font-size:13px !important;
  font-weight:500 !important;
}
.premium-promo-grid article b,
.premium-promo-grid article a{
  font-size:11px !important;
  font-weight:500 !important;
}

/* Customer stories */
.customer-story-heading h2{
  font-size:20px !important;
  font-weight:700 !important;
}
.home-customer-story-body b{
  font-size:13px !important;
  font-weight:600 !important;
}
.home-customer-story-body p{
  font-size:11px !important;
  font-weight:400 !important;
  line-height:1.45 !important;
}
.customer-story-stars{
  font-size:11px !important;
}

/* Categories */
.premium-category-card,
.home-category-card,
.premium-category-item,
.home-category-item{
  font-size:13px !important;
  font-weight:400 !important;
}
.premium-category-card span,
.home-category-card span,
.premium-category-item span,
.home-category-item span,
.premium-category-meta b{
  font-size:13px !important;
  font-weight:400 !important;
}

/* Trust strip */
.premium-trust-item b{
  font-size:12px !important;
  font-weight:700 !important;
}
.premium-trust-item small{
  font-size:10px !important;
  font-weight:400 !important;
}

/* Product section */
.home-category-products-head h2{
  font-size:20px !important;
  font-weight:700 !important;
}
.home-category-products-head p,
.home-category-products-head>a{
  font-size:11px !important;
  font-weight:400 !important;
}
.home-cat-body h3{
  font-size:14px !important;
  font-weight:600 !important;
  line-height:1.4 !important;
}
.home-cat-rating span{
  font-size:11px !important;
}
.home-cat-price b{
  font-size:17px !important;
  font-weight:700 !important;
}
.home-cat-price del{
  font-size:12px !important;
  font-weight:400 !important;
}
.home-cat-installment{
  font-size:11px !important;
  font-weight:500 !important;
}
.home-cat-badges span,
.home-cat-badges b{
  font-size:10px !important;
  font-weight:600 !important;
}

/* News */
.section-title span{
  font-size:10px !important;
  font-weight:600 !important;
}
.section-title h2,
.home-news-section h2{
  font-size:20px !important;
  font-weight:700 !important;
}
.home-news-card h3{
  font-size:15px !important;
  font-weight:600 !important;
}
.home-news-card p{
  font-size:12px !important;
  font-weight:400 !important;
  line-height:1.55 !important;
}
.home-news-card a{
  font-size:12px !important;
  font-weight:500 !important;
}

/* Newsletter */
.premium-newsletter b{
  font-size:16px !important;
  font-weight:600 !important;
}
.premium-newsletter p,
.premium-newsletter span{
  font-size:13px !important;
  font-weight:400 !important;
}
.premium-newsletter input{
  font-size:14px !important;
  font-weight:400 !important;
}
.premium-newsletter button{
  font-size:14px !important;
  font-weight:600 !important;
}

/* Footer */
.premium-footer,
footer{
  font-size:14px !important;
}
.premium-footer-trust b{
  font-size:14px !important;
  font-weight:700 !important;
}
.premium-footer-trust small{
  font-size:12px !important;
  font-weight:400 !important;
}
.footer-inner-pro>div>b{
  font-size:16px !important;
  font-weight:600 !important;
}
.footer-inner-pro a{
  font-size:14px !important;
  font-weight:400 !important;
  line-height:1.8 !important;
}
.footer-about p,
.footer-about span{
  font-size:13px !important;
  font-weight:400 !important;
  line-height:1.55 !important;
}
.copyright{
  font-size:12px !important;
  font-weight:400 !important;
}

/* Forms and buttons */
button,
.btn,
.wa-btn,
.home-cat-buy{
  font-size:13px !important;
  font-weight:500 !important;
}
input,
select,
textarea{
  font-size:13px !important;
  font-weight:400 !important;
}

/* Product detail / catalog / utility pages */
.detail-copy h1{
  font-size:28px !important;
  font-weight:700 !important;
}
.detail-copy p{
  font-size:14px !important;
  font-weight:400 !important;
}
.catalog-shell,
.utility-main,
.commerce-page,
.news-shell,
.article-shell{
  font-size:14px !important;
}

/* Mobile */
@media(max-width:760px){
  body{font-size:13px !important}
  .premium-nav nav>a{font-size:12px !important}
  .customer-story-heading h2{font-size:17px !important}
  .home-category-products-head h2{font-size:18px !important}
  .home-cat-body h3{font-size:12px !important}
  .home-cat-price b{font-size:16px !important}
  .footer-inner-pro>div>b{font-size:15px !important}
  .footer-inner-pro a{font-size:13px !important}
}

/* HI AY PO V4.5 CATEGORY HOVER STATE 2 */
.premium-category-card,.home-category-card,.premium-category-item,.home-category-item{
position:relative!important;overflow:hidden!important;background:#fff!important;
border:1px solid #E8E8E8!important;border-radius:12px!important;
transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease,background-color .22s ease!important;
}
.premium-category-card span,.home-category-card span,.premium-category-item span,.home-category-item span,.premium-category-meta b{
font-weight:400!important;color:#202124!important;
}
.premium-category-card img,.home-category-card img,.premium-category-item img,.home-category-item img{
transition:transform .25s ease,filter .25s ease!important;transform-origin:center!important;
}
.premium-category-card:hover,.home-category-card:hover,.premium-category-item:hover,.home-category-item:hover{
transform:translateY(-4px)!important;border-color:#F3B21A!important;background:#FFFDF7!important;
box-shadow:0 10px 24px rgba(17,24,39,.10),0 2px 6px rgba(243,178,26,.10)!important;z-index:2!important;
}
.premium-category-card:hover img,.home-category-card:hover img,.premium-category-item:hover img,.home-category-item:hover img{
transform:scale(1.06)!important;filter:saturate(1.04)!important;
}
.premium-category-card:focus-visible,.home-category-card:focus-visible,.premium-category-item:focus-visible,.home-category-item:focus-visible{
outline:none!important;transform:translateY(-4px)!important;border-color:#F3B21A!important;
box-shadow:0 0 0 3px rgba(243,178,26,.14),0 10px 24px rgba(17,24,39,.09)!important;
}
@media(hover:none){
.premium-category-card:hover,.home-category-card:hover,.premium-category-item:hover,.home-category-item:hover{
transform:none!important;border-color:#E8E8E8!important;background:#fff!important;box-shadow:none!important;
}
.premium-category-card:hover img,.home-category-card:hover img,.premium-category-item:hover img,.home-category-item:hover img{transform:none!important;}
}


/* =========================================================
   HI ÂY PÔ V4.6 — CATEGORY VERTICAL CARD
   Ảnh trên, chữ dưới; cân đối và gọn hơn.
   ========================================================= */
.premium-categories{
  padding:12px 14px !important;
}

.premium-category-grid,
.premium-category-list,
.home-category-grid,
.home-category-list{
  display:flex !important;
  flex-wrap:nowrap !important;
  align-items:stretch !important;
  gap:10px !important;
  width:100% !important;
  overflow-x:auto !important;
  overflow-y:hidden !important;
  scrollbar-width:none;
}
.premium-category-grid::-webkit-scrollbar,
.premium-category-list::-webkit-scrollbar,
.home-category-grid::-webkit-scrollbar,
.home-category-list::-webkit-scrollbar{
  display:none;
}

.premium-category-card,
.home-category-card,
.premium-category-item,
.home-category-item{
  flex:1 1 0 !important;
  min-width:0 !important;
  min-height:128px !important;
  height:128px !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;
  gap:8px !important;
  padding:11px 8px !important;
  text-align:center !important;
  white-space:normal !important;
  background:#fff !important;
  border:1px solid #E7E7E7 !important;
  border-radius:13px !important;
}

/* image top */
.premium-category-image,
.home-category-image{
  width:64px !important;
  height:54px !important;
  flex:0 0 54px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  background:transparent !important;
  border-radius:0 !important;
  overflow:visible !important;
}
.premium-category-image img,
.home-category-image img,
.premium-category-card img,
.home-category-card img,
.premium-category-item img,
.home-category-item img{
  width:auto !important;
  height:52px !important;
  max-width:72px !important;
  max-height:52px !important;
  object-fit:contain !important;
}

/* label under image */
.premium-category-meta,
.home-category-meta{
  width:100% !important;
  text-align:center !important;
}
.premium-category-card span,
.home-category-card span,
.premium-category-item span,
.home-category-item span,
.premium-category-meta b,
.home-category-meta b{
  display:block !important;
  width:100% !important;
  color:#202124 !important;
  font-size:13px !important;
  line-height:1.3 !important;
  font-weight:400 !important;
  white-space:normal !important;
  overflow:visible !important;
  text-overflow:clip !important;
}

/* Hover stays premium, but subtler for vertical card */
.premium-category-card:hover,
.home-category-card:hover,
.premium-category-item:hover,
.home-category-item:hover{
  transform:translateY(-3px) !important;
  border-color:#F3B21A !important;
  background:#FFFDF8 !important;
  box-shadow:0 9px 20px rgba(17,24,39,.09),0 2px 6px rgba(243,178,26,.08) !important;
}
.premium-category-card:hover img,
.home-category-card:hover img,
.premium-category-item:hover img,
.home-category-item:hover img{
  transform:scale(1.05) !important;
}

/* Mobile: one row, swipe horizontally */
@media(max-width:760px){
  .premium-categories{
    padding:9px !important;
  }
  .premium-category-card,
  .home-category-card,
  .premium-category-item,
  .home-category-item{
    flex:0 0 118px !important;
    min-width:118px !important;
    height:118px !important;
    min-height:118px !important;
    padding:9px 6px !important;
  }
  .premium-category-image,
  .home-category-image{
    height:48px !important;
    flex-basis:48px !important;
  }
  .premium-category-image img,
  .home-category-image img,
  .premium-category-card img,
  .home-category-card img,
  .premium-category-item img,
  .home-category-item img{
    height:46px !important;
    max-height:46px !important;
    max-width:64px !important;
  }
  .premium-category-card span,
  .home-category-card span,
  .premium-category-item span,
  .home-category-item span,
  .premium-category-meta b,
  .home-category-meta b{
    font-size:12px !important;
  }
}


/* =========================================================
   HI ÂY PÔ V4.7 — CATEGORY LABEL SEMIBOLD
   Roboto 600, chuyên nghiệp và rõ hơn.
   ========================================================= */
.premium-category-card span,
.home-category-card span,
.premium-category-item span,
.home-category-item span,
.premium-category-meta b,
.home-category-meta b{
  font-family:"Roboto",Arial,Helvetica,sans-serif !important;
  font-weight:600 !important;
  color:#1F1F1F !important;
  font-size:13px !important;
  line-height:1.3 !important;
  text-align:center !important;
}
.premium-category-card:hover span,
.home-category-card:hover span,
.premium-category-item:hover span,
.home-category-item:hover span,
.premium-category-meta:hover b,
.home-category-meta:hover b{
  color:#111 !important;
}
@media(max-width:760px){
  .premium-category-card span,
  .home-category-card span,
  .premium-category-item span,
  .home-category-item span,
  .premium-category-meta b,
  .home-category-meta b{
    font-size:12px !important;
  }
}


/* =========================================================
   HI ÂY PÔ V4.8 — PRODUCT INFO COMPACT + CLEAR
   Tên gần sao hơn, giá bán và giá cũ cùng kích thước.
   ========================================================= */

/* Product name: rõ, chuyên nghiệp */
.home-cat-body h3{
  font-family:"Roboto",Arial,Helvetica,sans-serif !important;
  font-size:14px !important;
  font-weight:700 !important;
  line-height:1.35 !important;
  letter-spacing:-.01em !important;
  min-height:0 !important;
  margin:0 !important;
  color:#171717 !important;
}

/* Thu gọn khoảng cách tên ↔ sao */
.home-cat-body{
  gap:6px !important;
  padding:12px 12px 13px !important;
}
.home-cat-rating{
  min-height:0 !important;
  height:auto !important;
  margin-top:0 !important;
  margin-bottom:1px !important;
  line-height:1 !important;
}
.home-cat-rating span{
  font-size:11px !important;
  letter-spacing:1px !important;
}

/* Banner sát sao hơn */
.home-cat-promo-banner{
  margin-top:1px !important;
}

/* Giá bán + giá gạch ngang cùng kích thước */
.home-cat-price{
  display:flex !important;
  align-items:baseline !important;
  justify-content:center !important;
  gap:8px !important;
  min-height:24px !important;
  margin-top:0 !important;
}
.home-cat-price b,
.home-cat-price del{
  font-family:"Roboto",Arial,Helvetica,sans-serif !important;
  font-size:16px !important;
  line-height:1.1 !important;
}
.home-cat-price b{
  color:#D70018 !important;
  font-weight:700 !important;
}
.home-cat-price del{
  color:#9A9A9A !important;
  font-weight:400 !important;
}

/* ô trả trước cũng đồng bộ */
.home-cat-installment{
  margin-top:1px !important;
  font-family:"Roboto",Arial,Helvetica,sans-serif !important;
  font-size:11px !important;
  font-weight:500 !important;
}

/* Mobile */
@media(max-width:760px){
  .home-cat-body h3{
    font-size:12px !important;
  }
  .home-cat-price b,
  .home-cat-price del{
    font-size:14px !important;
  }
  .home-cat-body{
    gap:5px !important;
  }
}


/* =========================================================
   HI ÂY PÔ V4.9 — PRODUCT DETAIL / VARIANT SELECTOR
   UI dùng dữ liệu biến thể hiện có từ AdminWeb/DB, không hard-code giá/tồn.
   ========================================================= */
.detail-copy{
  font-family:"Roboto",Arial,Helvetica,sans-serif !important;
}
.detail-copy h1{
  font-size:24px !important;
  line-height:1.3 !important;
  font-weight:700 !important;
  color:#171717 !important;
}
.detail-copy .detail-price,
.detail-copy .price,
.product-detail-price{
  font-size:28px !important;
  font-weight:700 !important;
  color:#D70018 !important;
}
.detail-copy del{
  font-size:15px !important;
  color:#999 !important;
  font-weight:400 !important;
}

/* Existing variant area */
.variant-picker,
.variant-options,
.product-variants,
.detail-variants,
[data-variant-picker]{
  display:flex !important;
  flex-direction:column !important;
  gap:14px !important;
  margin:16px 0 !important;
}
.variant-group,
.variant-option-group,
.product-variant-group{
  display:block !important;
}
.variant-group>label,
.variant-option-group>label,
.product-variant-group>label,
.variant-title{
  display:block !important;
  margin:0 0 8px !important;
  font-size:13px !important;
  font-weight:700 !important;
  color:#202124 !important;
}
.variant-group-options,
.variant-values,
.variant-buttons{
  display:flex !important;
  flex-wrap:wrap !important;
  gap:8px !important;
}

/* Radio/label variant chips */
.variant-group input[type=radio],
.variant-option-group input[type=radio],
.product-variant-group input[type=radio]{
  position:absolute !important;
  opacity:0 !important;
  pointer-events:none !important;
}
.variant-group label:has(input[type=radio]),
.variant-option-group label:has(input[type=radio]),
.product-variant-group label:has(input[type=radio]),
.variant-chip{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:42px !important;
  padding:8px 14px !important;
  border:1px solid #DADCE0 !important;
  border-radius:10px !important;
  background:#fff !important;
  color:#202124 !important;
  font-size:13px !important;
  font-weight:500 !important;
  line-height:1.25 !important;
  cursor:pointer !important;
  transition:.18s ease !important;
}
.variant-group label:has(input[type=radio]):hover,
.variant-option-group label:has(input[type=radio]):hover,
.product-variant-group label:has(input[type=radio]):hover,
.variant-chip:hover{
  border-color:#F3B21A !important;
  background:#FFF9E9 !important;
}
.variant-group label:has(input[type=radio]:checked),
.variant-option-group label:has(input[type=radio]:checked),
.product-variant-group label:has(input[type=radio]:checked),
.variant-chip.active,
.variant-chip.is-selected{
  border-color:#F3B21A !important;
  background:#FFF4D6 !important;
  box-shadow:0 0 0 2px rgba(243,178,26,.12) !important;
  color:#111 !important;
  font-weight:700 !important;
}

/* If current page renders each DB variant as one long radio label,
   make each option a clean card instead of an inline sentence. */
.detail-copy input[type=radio]{
  accent-color:#F3A600 !important;
}
.detail-copy input[type=radio] + label{
  cursor:pointer !important;
}

/* Purchase actions */
.detail-copy .detail-actions,
.detail-copy .buy-actions,
.product-buy-actions{
  display:grid !important;
  grid-template-columns:1fr 1fr !important;
  gap:10px !important;
  margin-top:16px !important;
}
.detail-copy .detail-actions button,
.detail-copy .detail-actions a,
.detail-copy .buy-actions button,
.detail-copy .buy-actions a{
  min-height:50px !important;
  border-radius:10px !important;
  font-size:14px !important;
  font-weight:700 !important;
}

/* Review/question forms: normalize legacy raw controls */
.detail-copy input[type=text],
.detail-copy input[type=email],
.detail-copy select,
.detail-copy textarea,
.review-form input,
.review-form select,
.review-form textarea,
.question-form input,
.question-form textarea{
  border:1px solid #DADCE0 !important;
  border-radius:8px !important;
  min-height:40px !important;
  padding:9px 11px !important;
  font-family:"Roboto",Arial,Helvetica,sans-serif !important;
  font-size:13px !important;
  background:#fff !important;
}
.detail-copy textarea,
.review-form textarea,
.question-form textarea{
  min-height:96px !important;
  resize:vertical !important;
}

/* AdminWeb: same visual language for variant management controls */
.admin-variant-grid,
.variant-admin-grid{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:12px !important;
}
.admin-variant-grid label,
.variant-admin-grid label{
  font-size:12px !important;
  font-weight:600 !important;
}
.admin-variant-grid input,
.admin-variant-grid select,
.variant-admin-grid input,
.variant-admin-grid select{
  min-height:40px !important;
  border-radius:8px !important;
  font-size:13px !important;
}

@media(max-width:760px){
  .detail-copy h1{font-size:20px !important}
  .detail-copy .detail-price,
  .detail-copy .price,
  .product-detail-price{font-size:24px !important}
  .detail-copy .detail-actions,
  .detail-copy .buy-actions,
  .product-buy-actions{grid-template-columns:1fr !important}
  .admin-variant-grid,
  .variant-admin-grid{grid-template-columns:1fr !important}
}

/* CUSTOMER ACCOUNT + MEMBERSHIP V1 */
.premium-account{display:flex;align-items:center;gap:7px;color:#fff;text-decoration:none;white-space:nowrap}
.premium-account>span{width:34px;height:34px;display:grid;place-items:center;border:1px solid #343434;border-radius:10px;font-size:17px}
.premium-account small{display:grid;font-size:9px;color:#aaa;line-height:1.25}.premium-account b{color:#fff;font-size:11px;font-weight:600}
.member-price-note{display:block!important;width:100%;margin-top:6px;padding:7px 9px;border-radius:8px;background:#fff7dc;color:#755500;font-size:11px!important;font-weight:500!important}
.member-price-note b{color:#b42318!important;font-size:inherit!important}
@media(max-width:900px){.premium-account small{display:none}.premium-account>span{width:32px;height:32px}}

/* CUSTOMER HEADER V2 */
.premium-account-wrap{position:relative}
.premium-account{min-height:42px;padding:4px 9px;border-radius:10px;background:rgba(255,255,255,.08)}
.premium-account:hover{background:rgba(255,255,255,.14)}
.premium-user-icon{font-family:Arial,sans-serif}
.premium-account-menu{display:none;position:absolute;right:0;top:calc(100% + 8px);z-index:1000;width:245px;padding:8px;background:#fff;border:1px solid #e7e7e7;border-radius:13px;box-shadow:0 14px 36px rgba(0,0,0,.16);color:#222}
.premium-account-wrap:hover .premium-account-menu,.premium-account-wrap:focus-within .premium-account-menu{display:block}
.premium-account-menu>div{padding:9px 10px 11px;border-bottom:1px solid #eee;display:grid;gap:3px}.premium-account-menu>div small{color:#777}
.premium-account-menu>a,.premium-account-menu button{display:block;width:100%;padding:10px;border:0;border-radius:8px;background:transparent;color:#222;text-align:left;text-decoration:none;font:inherit;cursor:pointer}
.premium-account-menu>a:hover,.premium-account-menu button:hover{background:#f4f5f7}


/* =========================================================
   HEADER V2.1 — FIX LAYOUT
   Row 1: Logo | Search | Hotline | Cart | Account
   Row 2: Main navigation
   ========================================================= */
.premium-header{
  background:#111!important;
}

.premium-head-main{
  width:min(calc(100% - 40px),1400px)!important;
  min-height:82px!important;
  margin:0 auto!important;
  padding:10px 0!important;
  display:grid!important;
  grid-template-columns:190px minmax(360px,1fr) auto auto auto!important;
  gap:12px!important;
  align-items:center!important;
  background:#111!important;
}

/* Brand */
.premium-logo,
.premium-brand,
.premium-head-main>a:first-child{
  align-self:center!important;
  margin:0!important;
}
.premium-logo img,
.premium-brand img{
  max-height:62px!important;
  width:auto!important;
  object-fit:contain!important;
}

/* Search owns the flexible space */
.premium-search,
.premium-search-form,
.premium-head-main form[role="search"]{
  width:100%!important;
  min-width:0!important;
  margin:0!important;
}

/* Hotline / cart / account stay in one row */
.premium-hotline,
.premium-cart,
.premium-account-wrap{
  align-self:center!important;
  margin:0!important;
}
.premium-hotline{
  min-width:205px!important;
}
.premium-cart{
  width:44px!important;
  height:44px!important;
  min-width:44px!important;
  display:grid!important;
  place-items:center!important;
  border:1px solid #2f2f2f!important;
  border-radius:10px!important;
  background:#1a1a1a!important;
  color:#fff!important;
  font-size:18px!important;
  line-height:1!important;
}
.premium-cart:hover{
  background:#242424!important;
}
.premium-account{
  min-width:122px!important;
  height:44px!important;
  padding:4px 10px!important;
  gap:8px!important;
  border:1px solid #2f2f2f!important;
  border-radius:10px!important;
  background:#1a1a1a!important;
}
.premium-account:hover{
  background:#242424!important;
}
.premium-account>span{
  width:30px!important;
  height:30px!important;
  border:0!important;
  background:transparent!important;
}
.premium-account small{
  display:grid!important;
  gap:1px!important;
  font-size:9px!important;
  line-height:1.15!important;
}
.premium-account b{
  font-size:11px!important;
  line-height:1.15!important;
}

/* Remove any accidental second-row placement from children */
.premium-head-main>*{
  grid-row:1!important;
}

/* Navigation always owns its own clean row */
.premium-nav{
  width:100%!important;
  min-height:54px!important;
  border-top:1px solid #252525!important;
  border-bottom:1px solid #252525!important;
  background:#111!important;
}
.premium-nav nav{
  width:min(calc(100% - 40px),1400px)!important;
  min-height:54px!important;
  margin:0 auto!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:22px!important;
  background:#111!important;
}
.premium-nav nav>a{
  min-height:44px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:0 13px!important;
  border-radius:8px!important;
  color:#fff!important;
}

/* Large desktop: prevent header wrapping */
@media(min-width:1101px){
  .premium-head-main{
    grid-auto-flow:column!important;
  }
}

/* Tablet */
@media(max-width:1100px){
  .premium-head-main{
    grid-template-columns:150px minmax(260px,1fr) auto auto!important;
  }
  .premium-hotline{
    display:none!important;
  }
  .premium-account{
    min-width:108px!important;
  }
}

/* Mobile header */
@media(max-width:760px){
  .premium-head-main{
    width:calc(100% - 20px)!important;
    min-height:auto!important;
    padding:8px 0 10px!important;
    grid-template-columns:auto minmax(0,1fr) auto auto!important;
    gap:8px!important;
  }
  .premium-logo,
  .premium-brand{
    width:58px!important;
  }
  .premium-logo img,
  .premium-brand img{
    max-width:58px!important;
    max-height:48px!important;
  }
  .premium-account{
    min-width:42px!important;
    width:42px!important;
    padding:0!important;
    justify-content:center!important;
  }
  .premium-account small{
    display:none!important;
  }
  .premium-cart{
    width:42px!important;
    height:42px!important;
    min-width:42px!important;
  }
  .premium-nav nav{
    width:100%!important;
    overflow-x:auto!important;
    justify-content:flex-start!important;
    padding:0 10px!important;
    gap:6px!important;
    scrollbar-width:none!important;
  }
  .premium-nav nav::-webkit-scrollbar{display:none!important}
  .premium-nav nav>a{
    flex:0 0 auto!important;
    padding:0 10px!important;
  }
}

/* Very small phones: search moves under icon row cleanly */
@media(max-width:520px){
  .premium-head-main{
    grid-template-columns:auto 1fr auto auto!important;
  }
  .premium-search,
  .premium-search-form,
  .premium-head-main form[role="search"]{
    grid-column:1/-1!important;
    grid-row:2!important;
  }
  .premium-head-main>*:not(.premium-search):not(.premium-search-form):not(form[role="search"]){
    grid-row:1!important;
  }
}


/* =========================================================
   HOTLINE V2.2 — clean two-line layout
   ========================================================= */
.premium-hotline{
  min-width:210px!important;
  height:44px!important;
  padding:4px 10px!important;
  display:flex!important;
  align-items:center!important;
  gap:9px!important;
  border-radius:10px!important;
  color:#fff!important;
  text-decoration:none!important;
  white-space:nowrap!important;
}
.premium-hotline>span{
  width:32px!important;
  height:32px!important;
  flex:0 0 32px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:10px!important;
  background:rgba(255,255,255,.10)!important;
  color:#fff!important;
  font-size:15px!important;
  line-height:1!important;
}
.premium-hotline>small{
  display:grid!important;
  gap:2px!important;
  margin:0!important;
  color:#fff!important;
  font-size:11px!important;
  font-weight:500!important;
  line-height:1.15!important;
}
.premium-hotline>small>b{
  display:block!important;
  margin:0!important;
  color:#fff!important;
  font-size:16px!important;
  font-weight:600!important;
  line-height:1.15!important;
  letter-spacing:.01em!important;
}
.premium-hotline:hover{
  color:#fff!important;
}
.premium-hotline:hover>small,
.premium-hotline:hover>small>b{
  color:#fff!important;
}

/* QUICK SERIES V1 — premium iPhone chooser */
.home-quick-series{
  margin:0 14px 14px;
  padding:16px 18px;
  display:flex;
  align-items:flex-start;
  justify-content:center;
  gap:22px;
  overflow-x:auto;
  border:1px solid #eee6d2;
  border-radius:16px;
  background:linear-gradient(180deg,#fffaf0 0%,#fffdf8 100%);
  scrollbar-width:none;
}
.home-quick-series::-webkit-scrollbar{display:none}
.home-quick-series-item{
  flex:0 0 86px;
  display:grid;
  justify-items:center;
  gap:8px;
  color:#262626;
  text-decoration:none;
  text-align:center;
  transition:transform .18s ease,color .18s ease;
}
.home-quick-series-image{
  width:68px;
  height:68px;
  display:grid;
  place-items:center;
  overflow:hidden;
  border:1px solid #ebe5d9;
  border-radius:50%;
  background:#fff;
  box-shadow:0 4px 12px rgba(34,29,20,.055);
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;
}
.home-quick-series-image img{
  width:88%;
  height:88%;
  object-fit:contain;
}
.home-quick-series-image>span{font-size:24px;color:#aaa}
.home-quick-series-item b{
  font-size:12px;
  line-height:1.25;
  font-weight:600;
  white-space:nowrap;
}
.home-quick-series-item:hover{color:#5c4ec7;transform:translateY(-2px)}
.home-quick-series-item:hover .home-quick-series-image{
  transform:translateY(-2px) scale(1.03);
  border-color:#b8b0ef;
  box-shadow:0 8px 20px rgba(92,78,199,.13);
}
@media(max-width:760px){
  .home-quick-series{justify-content:flex-start;margin:0 8px 12px;padding:12px 10px;gap:12px;border-radius:13px}
  .home-quick-series-item{flex-basis:72px;gap:6px}
  .home-quick-series-image{width:58px;height:58px}
  .home-quick-series-item b{font-size:11px}
}


/* QUICK SERIES V1.1 — bỏ header iPhone Cũ + thêm badge tình trạng */
.home-category-products:has(.home-quick-series-old) .home-category-products-head{
  display:none!important;
}
.home-quick-series-old{
  margin-top:0!important;
}
.home-quick-series-condition{
  flex:0 0 86px;
  display:grid;
  justify-items:center;
  gap:8px;
  text-align:center;
}
.home-quick-series-condition-badge{
  width:68px;
  height:68px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:linear-gradient(145deg,#242129,#5146b7);
  color:#fff;
  border:1px solid rgba(255,255,255,.16);
  box-shadow:0 6px 18px rgba(66,55,150,.18);
  font-size:19px;
  line-height:1;
  font-weight:800;
  letter-spacing:-.02em;
}
.home-quick-series-condition>b{
  font-size:12px;
  line-height:1.25;
  font-weight:650;
  color:#3d355f;
  white-space:nowrap;
}
@media(max-width:760px){
  .home-quick-series-condition{flex-basis:72px;gap:6px}
  .home-quick-series-condition-badge{width:58px;height:58px;font-size:17px}
  .home-quick-series-condition>b{font-size:11px}
}

/* QUICK SERIES V1.2 — lead card ngang, sát bên trái */
.home-quick-series-old{
  justify-content:flex-start!important;
  padding-left:14px!important;
}
.home-quick-series-old .home-quick-series-lead{
  flex:0 0 220px!important;
  min-width:220px!important;
  min-height:78px!important;
  align-self:center!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:12px!important;
  padding:10px 13px!important;
  margin-right:5px!important;
  border-radius:15px!important;
  background:linear-gradient(135deg,#211e29 0%,#5045b6 100%)!important;
  border:1px solid rgba(92,78,199,.25)!important;
  box-shadow:0 8px 22px rgba(72,61,155,.12)!important;
  color:#fff!important;
  text-align:left!important;
}
.home-quick-series-lead-image{
  width:58px!important;
  height:58px!important;
  flex:0 0 58px!important;
  display:grid!important;
  place-items:center!important;
  overflow:hidden!important;
  border-radius:13px!important;
  background:rgba(255,255,255,.12)!important;
  border:1px solid rgba(255,255,255,.13)!important;
}
.home-quick-series-lead-image img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
}
.home-quick-series-lead-image>b{
  color:#fff!important;
  font-size:18px!important;
  font-weight:800!important;
  letter-spacing:-.02em!important;
}
.home-quick-series-lead-copy{
  min-width:0!important;
  display:grid!important;
  gap:4px!important;
}
.home-quick-series-lead-copy>b{
  color:#fff!important;
  font-size:14px!important;
  line-height:1.15!important;
  font-weight:700!important;
  white-space:normal!important;
}
.home-quick-series-lead-copy>small{
  color:rgba(255,255,255,.72)!important;
  font-size:10px!important;
  line-height:1.35!important;
  font-weight:500!important;
}
@media(max-width:760px){
  .home-quick-series-old .home-quick-series-lead{
    flex-basis:180px!important;
    min-width:180px!important;
    min-height:68px!important;
    padding:8px 10px!important;
    gap:9px!important;
    border-radius:13px!important;
  }
  .home-quick-series-lead-image{
    width:50px!important;
    height:50px!important;
    flex-basis:50px!important;
    border-radius:11px!important;
  }
  .home-quick-series-lead-image>b{font-size:16px!important}
  .home-quick-series-lead-copy>b{font-size:12px!important}
  .home-quick-series-lead-copy>small{font-size:9px!important}
}

/* QUICK SERIES V2 — reusable per product block */
.home-quick-series-v2{justify-content:flex-start!important}
.home-quick-series-v2 .home-quick-series-lead{order:-1}
.home-quick-series-v2 + .home-category-banner{margin-top:12px}


/* =========================================================
   QUICK SERIES V2.2 — FIX LEAD CARD FOR BUNDLES
   Card trái: ảnh/99% + tiêu đề + dòng phụ, chỉnh từ AdminWeb
   ========================================================= */
.home-quick-series-v2{
  align-items:center!important;
}

/* Card đầu dãy */
.home-quick-series-v2 .home-quick-series-lead{
  flex:0 0 250px!important;
  min-width:250px!important;
  min-height:82px!important;
  align-self:center!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:12px!important;
  padding:10px 14px!important;
  margin-right:4px!important;
  border-radius:15px!important;
  background:linear-gradient(135deg,#1e1b27 0%,#5147b8 100%)!important;
  border:1px solid rgba(94,80,205,.26)!important;
  box-shadow:0 8px 22px rgba(64,54,146,.14)!important;
  color:#fff!important;
  text-align:left!important;
}

/* Ảnh / logo / 99% */
.home-quick-series-v2 .home-quick-series-lead-image{
  width:58px!important;
  height:58px!important;
  flex:0 0 58px!important;
  display:grid!important;
  place-items:center!important;
  overflow:hidden!important;
  border-radius:12px!important;
  background:rgba(255,255,255,.10)!important;
  border:1px solid rgba(255,255,255,.12)!important;
}
.home-quick-series-v2 .home-quick-series-lead-image img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  display:block!important;
}
.home-quick-series-v2 .home-quick-series-lead-image>b{
  margin:0!important;
  color:#fff!important;
  font-size:16px!important;
  line-height:1!important;
  font-weight:800!important;
  letter-spacing:-.01em!important;
}

/* Chữ bên phải */
.home-quick-series-v2 .home-quick-series-lead-copy{
  min-width:0!important;
  display:grid!important;
  gap:4px!important;
  align-content:center!important;
}
.home-quick-series-v2 .home-quick-series-lead-copy>b{
  margin:0!important;
  color:#fff!important;
  font-size:14px!important;
  line-height:1.15!important;
  font-weight:750!important;
  text-transform:uppercase!important;
  white-space:normal!important;
}
.home-quick-series-v2 .home-quick-series-lead-copy>small{
  display:block!important;
  margin:0!important;
  color:rgba(255,255,255,.74)!important;
  font-size:10px!important;
  line-height:1.45!important;
  font-weight:500!important;
  text-transform:uppercase!important;
  white-space:normal!important;
}

/* Hover nhẹ */
.home-quick-series-v2 .home-quick-series-lead{
  transition:transform .18s ease,box-shadow .18s ease!important;
}
.home-quick-series-v2 .home-quick-series-lead:hover{
  transform:translateY(-2px)!important;
  box-shadow:0 12px 26px rgba(64,54,146,.20)!important;
}

/* Mobile */
@media(max-width:760px){
  .home-quick-series-v2 .home-quick-series-lead{
    flex-basis:205px!important;
    min-width:205px!important;
    min-height:70px!important;
    padding:8px 10px!important;
    gap:9px!important;
    border-radius:13px!important;
  }
  .home-quick-series-v2 .home-quick-series-lead-image{
    width:50px!important;
    height:50px!important;
    flex-basis:50px!important;
    border-radius:10px!important;
  }
  .home-quick-series-v2 .home-quick-series-lead-image>b{
    font-size:14px!important;
  }
  .home-quick-series-v2 .home-quick-series-lead-copy>b{
    font-size:12px!important;
  }
  .home-quick-series-v2 .home-quick-series-lead-copy>small{
    font-size:9px!important;
  }
}


/* QUICK SERIES V2.3 — no placeholder square when lead image is empty */
.home-quick-series-v2 .home-quick-series-lead:not(:has(.home-quick-series-lead-image)){
  padding-left:16px!important;
  gap:0!important;
}
.home-quick-series-v2 .home-quick-series-lead:not(:has(.home-quick-series-lead-image)) .home-quick-series-lead-copy{
  width:100%!important;
}


/* QUICK SERIES V2.4 — balanced text-only lead card */
.home-quick-series-v2 .home-quick-series-lead:not(:has(.home-quick-series-lead-image)){
  min-height:76px!important;
  padding:13px 18px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
}
.home-quick-series-v2 .home-quick-series-lead:not(:has(.home-quick-series-lead-image)) .home-quick-series-lead-copy{
  width:100%!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  align-items:flex-start!important;
  gap:5px!important;
  min-width:0!important;
}
.home-quick-series-v2 .home-quick-series-lead:not(:has(.home-quick-series-lead-image)) .home-quick-series-lead-copy>b{
  font-size:14px!important;
  line-height:1.15!important;
  font-weight:700!important;
  letter-spacing:.01em!important;
  white-space:normal!important;
  overflow-wrap:anywhere!important;
}
.home-quick-series-v2 .home-quick-series-lead:not(:has(.home-quick-series-lead-image)) .home-quick-series-lead-copy>small{
  max-width:100%!important;
  font-size:10.5px!important;
  line-height:1.42!important;
  font-weight:500!important;
  letter-spacing:0!important;
  white-space:normal!important;
  overflow-wrap:anywhere!important;
  color:rgba(255,255,255,.78)!important;
}
@media(max-width:760px){
  .home-quick-series-v2 .home-quick-series-lead:not(:has(.home-quick-series-lead-image)){
    min-height:68px!important;
    padding:11px 14px!important;
  }
  .home-quick-series-v2 .home-quick-series-lead:not(:has(.home-quick-series-lead-image)) .home-quick-series-lead-copy>b{
    font-size:12.5px!important;
  }
  .home-quick-series-v2 .home-quick-series-lead:not(:has(.home-quick-series-lead-image)) .home-quick-series-lead-copy>small{
    font-size:9.5px!important;
  }
}

/* PRICE CONTACT V6.0 */
.price-contact{color:#b42318!important;font-weight:750!important}
#detailBuyButton:disabled{opacity:.72;cursor:not-allowed}

/* WEB STOCK MODE V6.1 */
.detail-preorder-note{display:block;margin-top:8px;font-size:12px;font-weight:600;color:#8a6b17}.detail-preorder-note[hidden]{display:none!important}

/* STORE LOCATOR V1.0 */
.store-locator-pro{margin:22px auto 18px;padding:22px;border:1px solid #e7e3da;border-radius:18px;background:#fffdf8;box-shadow:0 10px 28px rgba(36,31,24,.05)}
.store-locator-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:16px}.store-locator-head>div:first-child{max-width:680px}.store-locator-head span{font-size:10px;font-weight:800;letter-spacing:.1em;color:#8d6a20}.store-locator-head h2{margin:4px 0 5px;font-size:24px;line-height:1.15}.store-locator-head p{margin:0;color:#73757b;font-size:12px;line-height:1.55}
.store-region-tabs{display:flex;gap:6px;flex-wrap:wrap}.store-region-tabs button{min-height:36px;padding:0 12px;border:1px solid #dedfe4;border-radius:10px;background:#fff;color:#555b66;font-size:11px;font-weight:700;cursor:pointer}.store-region-tabs button.active{border-color:#2c274c;background:#292540;color:#fff}.store-region-tabs b{margin-left:4px;font-size:9px;opacity:.72}
.store-locator-grid{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(300px,.75fr);gap:14px;min-height:430px}.store-map-shell{position:relative;overflow:hidden;border:1px solid #e2e3e7;border-radius:15px;background:#f1f2f3}.store-map-shell #storeMap{height:100%;min-height:430px}.store-map-empty{position:absolute;inset:0;display:grid;place-items:center;background:#f5f5f4;color:#777;font-size:12px;font-weight:600;z-index:500}.store-map-empty[hidden]{display:none!important}
.store-list-panel{border:1px solid #e2e3e7;border-radius:15px;background:#fff;overflow:hidden}.store-list-scroll{height:430px;overflow:auto;padding:8px}.store-card{padding:13px;border:1px solid transparent;border-radius:12px;cursor:pointer;transition:.16s ease}.store-card+ .store-card{margin-top:5px}.store-card:hover{background:#faf9f6}.store-card.active{border-color:#d8d1ba;background:#fffaf0;box-shadow:0 5px 16px rgba(81,65,34,.06)}.store-card[hidden]{display:none!important}.store-card-top{display:flex;gap:9px;align-items:center}.store-pin{width:30px;height:30px;display:grid;place-items:center;border-radius:9px;background:#eee8d8;color:#7b5b16;font-size:15px}.store-card-top>div{display:grid;gap:2px}.store-card-top b{font-size:12px}.store-card-top small{font-size:9px;color:#8c8f96}.store-card p{margin:8px 0 0;font-size:10px;line-height:1.45;color:#62666e}.store-card .store-note{color:#8a6a22}.store-card-actions{display:flex;gap:7px;flex-wrap:wrap;margin-top:10px}.store-card-actions a{display:inline-flex;align-items:center;min-height:29px;padding:0 9px;border:1px solid #e1e2e5;border-radius:8px;color:#343843;text-decoration:none;font-size:9px;font-weight:700}.store-card-actions a:hover{border-color:#bcb6a6;background:#fff}
@media(max-width:900px){.store-locator-pro{padding:15px}.store-locator-head{align-items:flex-start;flex-direction:column}.store-locator-grid{grid-template-columns:1fr;min-height:0}.store-map-shell #storeMap{min-height:300px}.store-list-scroll{height:auto;max-height:390px}}


/* STORE LOCATOR V1.2 — dark, placed below newsletter */
.store-locator-pro{
  margin:12px auto 20px!important;
  padding:20px!important;
  border:1px solid #303136!important;
  border-radius:16px!important;
  background:#202124!important;
  box-shadow:none!important;
  color:#fff!important;
}
.store-locator-head{margin-bottom:14px!important}
.store-locator-head span{color:#e5a923!important}
.store-locator-head h2{margin-top:4px!important;color:#fff!important;font-size:22px!important}
.store-locator-head p{color:#aeb2b8!important}
.store-region-tabs button{
  border-color:#3b3d42!important;
  background:#292a2e!important;
  color:#d9dce1!important;
}
.store-region-tabs button.active{
  border-color:#e5a923!important;
  background:#e5a923!important;
  color:#17181a!important;
}
.store-locator-grid{
  grid-template-columns:minmax(0,1.55fr) minmax(300px,.8fr)!important;
  min-height:390px!important;
}
.store-map-shell{
  border-color:#37393f!important;
  background:#18191c!important;
}
.store-map-shell #storeMap{min-height:390px!important}
.store-map-empty{background:#18191c!important;color:#9fa3aa!important}
.store-list-panel{border-color:#37393f!important;background:#18191c!important}
.store-list-scroll{height:390px!important;padding:8px!important}
.store-card{border-color:transparent!important;color:#fff!important}
.store-card:hover{background:#24262a!important}
.store-card.active{
  border-color:#4b4d53!important;
  background:#24262a!important;
  box-shadow:none!important;
}
.store-pin{background:#303136!important;color:#e5a923!important}
.store-card-top b{color:#fff!important}
.store-card-top small{color:#9fa3aa!important}
.store-card p{color:#c4c7cc!important}
.store-card .store-note{color:#e3b958!important}
.store-card-actions a{
  border-color:#3b3d42!important;
  background:#292a2e!important;
  color:#f0f1f3!important;
}
.store-card-actions a:hover{border-color:#e5a923!important;background:#313238!important}
@media(max-width:900px){
  .store-locator-pro{padding:14px!important}
  .store-map-shell #storeMap{min-height:280px!important}
  .store-list-scroll{height:auto!important;max-height:380px!important}
}

/* STORE LOCATOR ORDER FIX V1.4 */
main.premium-home > .premium-newsletter{order:900!important}
main.premium-home > .store-locator-pro{order:910!important}

/* STORE LOCATOR POSITION V1.7 */
main.premium-home > .store-locator-pro{order:890!important}
main.premium-home > .premium-newsletter{order:900!important}

/* STORE LOCATOR FINAL ORDER V1.8 */
main.premium-home > .store-locator-pro{order:890!important}
main.premium-home > .premium-newsletter{order:900!important}

/* STORE MAP MARKERS V1.9 */
.store-marker-wrap{background:none!important;border:0!important}
.store-marker-icon{position:relative;width:34px;height:42px;filter:drop-shadow(0 4px 6px rgba(0,0,0,.22));transition:.18s ease}
.store-marker-roof{position:absolute;left:5px;top:3px;width:24px;height:12px;background:#dca41f;clip-path:polygon(50% 0,100% 100%,0 100%)}
.store-marker-body{position:absolute;left:7px;top:14px;width:20px;height:18px;border-radius:3px;background:#fff;border:3px solid #c58d12;box-sizing:border-box}
.store-marker-body:after{content:"";position:absolute;left:6px;bottom:-10px;border-left:4px solid transparent;border-right:4px solid transparent;border-top:10px solid #c58d12}
.store-marker-body i{position:absolute;left:5px;bottom:0;width:6px;height:9px;border-radius:1px 1px 0 0;background:#c58d12}
.store-marker-wrap.is-active .store-marker-icon{transform:scale(1.18);filter:drop-shadow(0 6px 10px rgba(229,169,35,.35))}
.store-marker-wrap.is-active .store-marker-roof{background:#f0b62b}
.store-marker-wrap.is-active .store-marker-body{border-color:#f0b62b}
.store-marker-wrap.is-active .store-marker-body:after,.store-marker-wrap.is-active .store-marker-body i{border-top-color:#f0b62b;background:#f0b62b}

.store-popup-shell .leaflet-popup-content-wrapper{border-radius:14px!important;padding:0!important;box-shadow:0 14px 32px rgba(0,0,0,.22)!important}
.store-popup-shell .leaflet-popup-content{margin:0!important;min-width:290px!important}
.store-map-popup{padding:15px 16px 14px;color:#252932;font-family:inherit}
.store-map-popup-title{margin-bottom:10px;font-size:14px;font-weight:800;color:#8a3f2d;text-transform:uppercase}
.store-map-popup-line{display:flex;gap:7px;align-items:flex-start;margin-top:7px;font-size:11px;line-height:1.45}
.store-map-popup-line span{flex:0 0 18px}
.store-map-popup-line b{font-weight:650;color:#30343b}
.store-map-popup-line em{font-style:normal;color:#5d626c}
.store-map-popup-actions{display:flex;gap:6px;flex-wrap:wrap;margin-top:12px}
.store-map-popup-actions a{display:inline-flex;align-items:center;min-height:30px;padding:0 9px;border:1px solid #dedfe3;border-radius:8px;background:#fff;color:#3a3e46;text-decoration:none;font-size:10px;font-weight:700}
.store-map-popup-actions a.primary{border-color:#dca41f;background:#dca41f;color:#17181a}
.store-popup-shell .leaflet-popup-tip{box-shadow:none!important}

/* STORE POPUP FONT FULL FIX V2.0 */
.store-locator-pro,
.store-locator-pro .leaflet-container,
.store-locator-pro .leaflet-popup,
.store-locator-pro .leaflet-control,
.store-locator-pro .leaflet-tooltip,
.store-locator-pro button,
.store-locator-pro a{
  font-family:inherit!important;
}
.store-popup-shell .leaflet-popup-content-wrapper{
  width:auto!important;
  min-width:320px!important;
  max-width:380px!important;
  overflow:visible!important;
}
.store-popup-shell .leaflet-popup-content{
  width:auto!important;
  min-width:320px!important;
  max-width:380px!important;
  box-sizing:border-box!important;
}
.store-map-popup{
  width:100%!important;
  min-width:320px!important;
  box-sizing:border-box!important;
  padding:16px 17px 15px!important;
  font-family:inherit!important;
}
.store-map-popup-title{
  margin:0 24px 11px 0!important;
  font-family:inherit!important;
  font-size:14px!important;
  line-height:1.25!important;
  font-weight:750!important;
  letter-spacing:.01em!important;
}
.store-map-popup-line{
  width:100%!important;
  margin-top:7px!important;
  font-family:inherit!important;
  font-size:11px!important;
  line-height:1.5!important;
}
.store-map-popup-line b{
  flex:1!important;
  min-width:0!important;
  font-family:inherit!important;
  font-weight:600!important;
  white-space:normal!important;
  overflow-wrap:anywhere!important;
}
.store-map-popup-line em{
  font-family:inherit!important;
  font-weight:450!important;
}
.store-map-popup-actions{
  width:100%!important;
  margin-top:13px!important;
  flex-wrap:nowrap!important;
}
.store-map-popup-actions a{
  justify-content:center!important;
  white-space:nowrap!important;
  font-family:inherit!important;
  font-size:10px!important;
  font-weight:650!important;
}
.store-map-popup-actions a.primary{
  flex:1!important;
}
.store-popup-shell .leaflet-popup-close-button{
  top:7px!important;
  right:8px!important;
  width:26px!important;
  height:26px!important;
  font:20px/24px Arial,sans-serif!important;
}
@media(max-width:600px){
  .store-popup-shell .leaflet-popup-content-wrapper,
  .store-popup-shell .leaflet-popup-content,
  .store-map-popup{
    min-width:270px!important;
    max-width:310px!important;
  }
  .store-map-popup-actions{flex-wrap:wrap!important}
  .store-map-popup-actions a.primary{flex:0 0 auto!important}
}

/* FOOTER CLEAN LEFT V2.2 */
.premium-footer .footer-inner.footer-inner-pro{
  width:100%!important;
  max-width:none!important;
  margin-left:0!important;
  margin-right:0!important;
  padding-left:28px!important;
  padding-right:28px!important;
  grid-template-columns:minmax(300px,1.5fr) minmax(150px,.65fr) minmax(180px,.75fr) minmax(220px,.9fr)!important;
  column-gap:54px!important;
}
.premium-footer .footer-about{
  justify-self:start!important;
  align-items:flex-start!important;
  text-align:left!important;
  margin-left:0!important;
  padding-left:0!important;
}
.premium-footer .footer-about .premium-brand{
  justify-content:flex-start!important;
  margin-left:0!important;
}
.premium-footer .footer-about .brand-logo-image{
  margin-left:0!important;
  object-position:left center!important;
}
@media(max-width:900px){
  .premium-footer .footer-inner.footer-inner-pro{
    padding-left:18px!important;
    padding-right:18px!important;
    grid-template-columns:1fr 1fr!important;
    column-gap:28px!important;
  }
}
@media(max-width:600px){
  .premium-footer .footer-inner.footer-inner-pro{
    grid-template-columns:1fr!important;
  }
}


/* FOOTER V3 — SERVICE DIRECTORY */
.premium-footer.footer-v3{
  margin-top:0!important;
  padding:0!important;
  background:#17181b!important;
  border-top:1px solid #2c2e33!important;
  color:#d9dce2!important;
}
.footer-v3-inner{
  width:calc(100% - 48px);
  max-width:1420px;
  margin:0 auto;
  padding:34px 0 30px;
  display:grid;
  grid-template-columns:1.25fr 1.05fr .9fr 1fr;
  gap:54px;
  align-items:start;
}
.footer-v3-col h3{
  margin:0 0 14px;
  color:#fff;
  font-size:15px;
  line-height:1.25;
  font-weight:700;
}
.footer-v3-col h3 span{font-weight:500;color:#aeb2ba}
.footer-v3-col .footer-subtitle{margin-top:22px}
.footer-v3-col p{
  margin:0 0 10px;
  font-size:12px;
  line-height:1.55;
  color:#aeb2ba;
}
.footer-v3-col p a{display:block;margin-top:3px;color:#d7a632;text-decoration:none}
.footer-hotline-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}
.footer-hotline-card{
  min-height:72px;
  padding:10px 11px;
  border:1px solid #3a3c42;
  border-radius:9px;
  background:#202126;
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:7px;
  text-decoration:none!important;
}
.footer-hotline-card span{font-size:10px;color:#bbbfc6}
.footer-hotline-card b{font-size:11px;color:#e2ab30}
.footer-link-list{display:grid;gap:8px}
.footer-link-list a{
  color:#b9bdc5!important;
  text-decoration:none!important;
  font-size:11px;
  line-height:1.4;
}
.footer-link-list a:hover{color:#e1ae36!important}
.footer-payment-badges{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:22px}
.footer-payment-badges span{
  min-width:58px;
  height:30px;
  padding:0 8px;
  border-radius:6px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid #41434a;
  background:#fff;
  color:#25283a;
  font-size:10px;
  font-weight:800;
  letter-spacing:.01em;
}
.footer-social-v3{display:flex!important;gap:7px!important;flex-wrap:wrap!important}
.footer-social-v3 a{
  min-height:32px!important;
  padding:0 10px!important;
  border:1px solid #41434a!important;
  border-radius:7px!important;
  background:#202126!important;
  color:#e5e7eb!important;
  text-decoration:none!important;
  display:inline-flex!important;
  align-items:center!important;
  font-size:10px!important;
  font-weight:650!important;
}
.footer-trust-badges{display:flex;gap:6px;flex-wrap:wrap;margin-top:18px}
.footer-trust-badges span{
  padding:5px 7px;
  border-radius:5px;
  background:#efefef;
  color:#333;
  font-size:8px;
  font-weight:800;
}
.footer-v3 .copyright{
  width:calc(100% - 48px)!important;
  max-width:1420px!important;
  margin:0 auto!important;
  padding:14px 0 16px!important;
  border-top:1px solid #2e3035!important;
  color:#777c85!important;
  font-size:9px!important;
  text-align:center!important;
}
@media(max-width:1200px){
 .footer-v3-inner{grid-template-columns:1.2fr 1fr 1fr;gap:36px}
 .footer-v3-payment{grid-column:span 1}
 .footer-hotline-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:800px){
 .footer-v3-inner{width:calc(100% - 28px);grid-template-columns:1fr 1fr;gap:30px}
}
@media(max-width:560px){
 .footer-v3-inner{grid-template-columns:1fr;padding-top:26px}
 .footer-hotline-grid{grid-template-columns:1fr 1fr}
 .footer-v3 .copyright{width:calc(100% - 28px)!important}
}

/* FOOTER CONTENT ITEMS V4.0 */
.footer-payment-badges .footer-payment-logo{width:72px;height:38px;padding:4px 7px;border-radius:7px;display:grid;place-items:center;background:#fff;border:1px solid #41434a;text-decoration:none;overflow:hidden}
.footer-payment-badges .footer-payment-logo img{max-width:100%;max-height:100%;object-fit:contain}
.footer-payment-badges .footer-payment-logo span{font-size:9px;font-weight:800;color:#25283a}
.footer-content-page{margin:0;background:#f4f5f7;color:#20232a;font-family:Arial,"Helvetica Neue",sans-serif}
.footer-content-top{height:64px;padding:0 max(22px,calc((100% - 1120px)/2));display:flex;align-items:center;justify-content:space-between;background:#17181b;color:#fff}.footer-content-top a{color:#fff;text-decoration:none;font-size:13px}
.footer-content-wrap{max-width:1120px;margin:28px auto;padding:0 18px}.footer-content-card{padding:32px 34px;border:1px solid #e2e4e9;border-radius:16px;background:#fff;box-shadow:0 10px 28px rgba(30,34,45,.06)}
.footer-content-kicker{font-size:10px;font-weight:800;letter-spacing:.09em;color:#8a6b17}.footer-content-card h1{margin:7px 0 22px;font-size:30px}.footer-content-body{font-size:14px;line-height:1.8;color:#3e434d}.footer-content-body img{max-width:100%;height:auto}.footer-content-body a{color:#5147ca}
@media(max-width:600px){.footer-content-card{padding:22px 18px}.footer-content-card h1{font-size:24px}}


/* FOOTER PAYMENT LOGO FIT FIX V4.1 */
.footer-payment-badges{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:8px!important;
  align-items:center!important;
}
.footer-payment-badges .footer-payment-logo{
  width:86px!important;
  height:46px!important;
  padding:6px 8px!important;
  border-radius:7px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:#fff!important;
  border:1px solid #41434a!important;
  overflow:hidden!important;
  box-sizing:border-box!important;
}
.footer-payment-badges .footer-payment-logo img{
  display:block!important;
  width:auto!important;
  height:auto!important;
  max-width:100%!important;
  max-height:100%!important;
  object-fit:contain!important;
  object-position:center!important;
  transform:none!important;
}
.footer-payment-badges .footer-payment-logo span{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  height:100%!important;
  font-size:9px!important;
  font-weight:800!important;
  color:#25283a!important;
  text-align:center!important;
  line-height:1.1!important;
}
@media(max-width:600px){
  .footer-payment-badges .footer-payment-logo{
    width:80px!important;
    height:44px!important;
  }
}

/* FOOTER ARTICLE RICH CONTENT V4.2 */
.footer-content-body h2,.footer-content-body h3,.footer-content-body h4{margin:1.4em 0 .55em;line-height:1.3;color:#20232a}
.footer-content-body h2{font-size:24px}.footer-content-body h3{font-size:20px}.footer-content-body h4{font-size:17px}
.footer-content-body p{margin:.7em 0}.footer-content-body ul,.footer-content-body ol{padding-left:24px;margin:.7em 0}
.footer-content-body blockquote{margin:18px 0;padding:13px 16px;border-left:4px solid #d6a72d;background:#faf8f0;border-radius:0 9px 9px 0}
.footer-content-body table{width:100%;border-collapse:collapse;margin:18px 0;display:block;overflow-x:auto}
.footer-content-body th,.footer-content-body td{border:1px solid #dedfe4;padding:9px 10px;text-align:left}
.footer-content-body img{max-width:100%!important;height:auto!important;border-radius:8px}
.footer-content-body iframe{max-width:100%}

/* MOBILE UI V1 — WEBSITE */
:root{--hy-mobile-nav-h:64px}
.hy-mobile-bottom-nav{display:none}
.hy-toast-stack{position:fixed;right:16px;top:16px;z-index:99999;display:grid;gap:8px;width:min(360px,calc(100vw - 32px));pointer-events:none}
.hy-toast{pointer-events:auto;display:flex;gap:10px;align-items:flex-start;padding:11px 12px;border:1px solid #e2e4e8;border-radius:12px;background:#fff;color:#272b33;box-shadow:0 12px 32px rgba(24,28,38,.16);font-size:12px;line-height:1.4;animation:hyToastIn .18s ease}
.hy-toast i{width:22px;height:22px;flex:0 0 22px;display:grid;place-items:center;border-radius:50%;font-style:normal;font-weight:800;background:#eff2f5}
.hy-toast.success i{background:#e5f7ec;color:#168445}.hy-toast.error i{background:#fee9e8;color:#bf2d26}.hy-toast.warning i{background:#fff1d6;color:#a46800}.hy-toast.info i{background:#e8efff;color:#3f5bb5}
.hy-toast button{margin-left:auto;border:0;background:none;color:#8b9098;font-size:17px;line-height:1;cursor:pointer}
@keyframes hyToastIn{from{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:none}}

@media(max-width:768px){
 html,body{max-width:100%;overflow-x:hidden}
 body{padding-bottom:calc(var(--hy-mobile-nav-h) + env(safe-area-inset-bottom,0px))}
 a,button,input,select,textarea{touch-action:manipulation}
 button,a,.btn,input,select{min-height:44px}
 input,select,textarea{font-size:16px!important}

 /* Header mobile: giữ thao tác chính, giảm chi tiết phụ */
 .premium-header,.site-header,.header-inner{max-width:100%!important}
 .wm-hidden-mobile,.desktop-only{display:none!important}
 .premium-header .header-inner,.premium-header-inner{padding-left:12px!important;padding-right:12px!important}
 .premium-brand .brand-logo-image,.brand-logo-image{max-width:128px!important;height:auto!important}
 .premium-search,.header-search{min-width:0!important;flex:1 1 auto!important}
 .premium-search input,.header-search input{width:100%!important}

 /* Product grids / Quick Series */
 .premium-products-grid,.product-grid,.home-product-grid,.catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important}
 .premium-product-card,.product-card,.catalog-card{min-width:0!important;padding:9px!important;border-radius:12px!important}
 .premium-product-card h3,.product-card h3,.catalog-card h3{font-size:12px!important;line-height:1.35!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
 .premium-product-card img,.product-card img,.catalog-card img{max-width:100%!important;height:auto!important}
 .series-row,.quick-series-row,.quick-series-list{display:flex!important;overflow-x:auto!important;overscroll-behavior-inline:contain;scroll-snap-type:x proximity;gap:8px!important;white-space:nowrap!important;-webkit-overflow-scrolling:touch;scrollbar-width:none}
 .series-row::-webkit-scrollbar,.quick-series-row::-webkit-scrollbar,.quick-series-list::-webkit-scrollbar{display:none}
 .series-row>* ,.quick-series-row>* ,.quick-series-list>*{flex:0 0 auto!important;scroll-snap-align:start}

 /* Store locator */
 .store-locator-grid{grid-template-columns:1fr!important;min-height:0!important}
 .store-map-shell #storeMap{min-height:280px!important;height:300px!important}
 .store-list-panel{min-width:0!important}
 .store-list-scroll{height:auto!important;max-height:390px!important}
 .store-card-actions a{min-height:40px!important;padding:0 11px!important}

 /* Footer accordion */
 .footer-v3-inner{grid-template-columns:1fr!important;gap:8px!important;width:calc(100% - 24px)!important;padding:20px 0!important}
 .footer-v3-col{padding:0!important;border:1px solid #303238;border-radius:11px;overflow:hidden;background:#1d1e22}
 .footer-v3-col>h3:first-child{position:relative;margin:0!important;padding:14px 42px 14px 14px!important;cursor:pointer;font-size:13px!important}
 .footer-v3-col>h3:first-child:after{content:"＋";position:absolute;right:14px;top:50%;transform:translateY(-50%);color:#b9bdc5;font-size:17px;font-weight:400}
 .footer-v3-col.hy-footer-open>h3:first-child:after{content:"−"}
 .footer-v3-col>*:not(h3:first-child){display:none!important}
 .footer-v3-col.hy-footer-open>*:not(h3:first-child){display:flex!important}
 .footer-v3-col.hy-footer-open nav.footer-link-list{display:grid!important}
 .footer-v3-col.hy-footer-open .footer-hotline-grid{display:grid!important}
 .footer-v3-col.hy-footer-open .footer-payment-badges{display:flex!important}
 .footer-v3-col.hy-footer-open p{display:block!important}
 .footer-v3-col.hy-footer-open>h3.footer-subtitle{display:block!important;padding:12px 14px 6px!important}
 .footer-v3-col.hy-footer-open>*:not(h3:first-child){margin-left:12px!important;margin-right:12px!important}
 .footer-v3-col.hy-footer-open>*:last-child{margin-bottom:12px!important}

 /* Bottom app navigation */
 .hy-mobile-bottom-nav{position:fixed;left:0;right:0;bottom:0;z-index:9990;height:calc(var(--hy-mobile-nav-h) + env(safe-area-inset-bottom,0px));padding:6px 8px env(safe-area-inset-bottom,0px);display:grid;grid-template-columns:repeat(5,1fr);gap:2px;border-top:1px solid #e4e5e8;background:rgba(255,255,255,.97);backdrop-filter:blur(14px);box-shadow:0 -6px 24px rgba(28,32,42,.08)}
 .hy-mobile-bottom-nav a{min-width:0;min-height:50px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;border-radius:10px;color:#747984;text-decoration:none;font-size:9px;font-weight:650}
 .hy-mobile-bottom-nav a i{font-style:normal;font-size:19px;line-height:1}
 .hy-mobile-bottom-nav a.active{background:#f2efff;color:#574ecc}
 .customer-fab{bottom:calc(var(--hy-mobile-nav-h) + 14px + env(safe-area-inset-bottom,0px))!important}

 /* Product detail sticky buy */
 .product-detail-page .buy-actions-v81,.detail-product .buy-actions-v81{position:sticky!important;bottom:calc(var(--hy-mobile-nav-h) + 6px + env(safe-area-inset-bottom,0px));z-index:80;background:rgba(255,255,255,.97);backdrop-filter:blur(12px);padding:8px!important;border:1px solid #e6e7eb;border-radius:12px;box-shadow:0 8px 26px rgba(30,34,45,.13)}
 .buy-actions-v81 button,.buy-actions-v81 a{min-height:46px!important}
}
@media(max-width:390px){
 .premium-products-grid,.product-grid,.home-product-grid,.catalog-grid{gap:7px!important}
 .premium-product-card,.product-card,.catalog-card{padding:7px!important}
 .hy-mobile-bottom-nav a{font-size:8px}
}


/* MOBILE HERO SLIDER CONTROL FIX V1.1 */
@media(max-width:768px){
  /* Ẩn hoàn toàn indicator/dots trên banner mobile */
  .premium-hero-slider .hero-slider-dots,
  .premium-hero-wrap .hero-slider-dots,
  .hero-slider-dots{
    display:none!important;
    visibility:hidden!important;
    pointer-events:none!important;
  }

  /* Không để rule nút cảm ứng 44px làm biến dạng control của slider */
  .premium-hero-slider .hero-slider-arrow,
  .premium-hero-slider .hero-prev,
  .premium-hero-slider .hero-next,
  .premium-hero-wrap .hero-slider-arrow,
  .premium-hero-wrap .hero-prev,
  .premium-hero-wrap .hero-next{
    width:34px!important;
    height:34px!important;
    min-width:34px!important;
    min-height:34px!important;
    padding:0!important;
    opacity:.82!important;
  }
  .premium-hero-slider .hero-prev,
  .premium-hero-wrap .hero-prev{left:10px!important}
  .premium-hero-slider .hero-next,
  .premium-hero-wrap .hero-next{right:10px!important}
}


/* CONTACT FAB V2.0 */
.customer-fab{
  position:fixed!important;
  right:14px!important;
  bottom:78px!important;
  z-index:90!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-end!important;
  gap:7px!important;
}
.customer-fab a{
  min-height:38px!important;
  padding:0 12px!important;
  display:flex!important;
  align-items:center!important;
  gap:7px!important;
  border-radius:999px!important;
  color:#fff!important;
  text-decoration:none!important;
  font-size:10px!important;
  font-weight:800!important;
  box-shadow:0 5px 16px rgba(21,25,34,.16)!important;
  transition:transform .16s ease,box-shadow .16s ease!important;
}
.customer-fab a:hover{
  transform:translateX(-2px)!important;
  box-shadow:0 8px 22px rgba(21,25,34,.22)!important;
}
.customer-fab .fab-icon{
  width:20px!important;
  height:20px!important;
  display:grid!important;
  place-items:center!important;
  flex:0 0 20px!important;
  border-radius:50%!important;
  background:rgba(255,255,255,.16)!important;
  font-size:10px!important;
  font-weight:900!important;
}
.customer-fab .fab-call{background:#1f2937!important}
.customer-fab .fab-zalo{background:#0877df!important}
.customer-fab .fab-store{background:#b88616!important}
.customer-fab .fab-label{white-space:nowrap!important}

@media(max-width:768px){
  .customer-fab{
    right:10px!important;
    bottom:calc(var(--hy-mobile-nav-h,64px) + 12px + env(safe-area-inset-bottom,0px))!important;
    gap:8px!important;
  }
  .customer-fab a{
    width:46px!important;
    height:46px!important;
    min-width:46px!important;
    min-height:46px!important;
    padding:0!important;
    justify-content:center!important;
    border-radius:50%!important;
  }
  .customer-fab .fab-label{display:none!important}
  .customer-fab .fab-icon{
    width:auto!important;
    height:auto!important;
    background:transparent!important;
    font-size:15px!important;
  }
}


/* CONTACT FAB V3.0 — single toggle + 3 actions */
.contact-fab-v3{
  position:fixed!important;
  right:14px!important;
  bottom:78px!important;
  z-index:95!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-end!important;
  gap:8px!important;
}
.contact-fab-actions{
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-end!important;
  gap:7px!important;
  opacity:0!important;
  transform:translateY(10px) scale(.96)!important;
  pointer-events:none!important;
  transition:opacity .18s ease,transform .18s ease!important;
}
.contact-fab-v3.is-open .contact-fab-actions{
  opacity:1!important;
  transform:none!important;
  pointer-events:auto!important;
}
.contact-fab-actions a,
.contact-fab-toggle{
  min-height:40px!important;
  border:0!important;
  border-radius:999px!important;
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  padding:0 13px!important;
  color:#fff!important;
  text-decoration:none!important;
  font-size:10px!important;
  font-weight:850!important;
  box-shadow:0 7px 20px rgba(22,26,34,.18)!important;
  cursor:pointer!important;
}
.contact-fab-toggle{
  background:#1f2937!important;
}
.contact-fab-actions .fab-call{background:#222b37!important}
.contact-fab-actions .fab-zalo{background:#0877df!important}
.contact-fab-actions .fab-facebook{background:#1877f2!important}
.contact-fab-actions .fab-icon,
.contact-fab-toggle .fab-main-icon{
  width:22px!important;
  height:22px!important;
  flex:0 0 22px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:50%!important;
  background:rgba(255,255,255,.16)!important;
  font-size:11px!important;
  font-weight:900!important;
  font-style:normal!important;
}
.contact-fab-toggle .fab-main-icon{
  transition:transform .18s ease!important;
}
.contact-fab-v3.is-open .contact-fab-toggle .fab-main-icon{
  transform:rotate(45deg)!important;
}
.contact-fab-actions a:hover,
.contact-fab-toggle:hover{
  transform:translateX(-2px)!important;
}
@media(max-width:768px){
  .contact-fab-v3{
    right:10px!important;
    bottom:calc(var(--hy-mobile-nav-h,64px) + 12px + env(safe-area-inset-bottom,0px))!important;
  }
  .contact-fab-actions a,
  .contact-fab-toggle{
    min-height:44px!important;
    padding:0 12px!important;
    font-size:10px!important;
  }
}

/* SUPPORT MASCOT WIDGET V4.0 */
.support-mascot-widget{
  position:fixed!important;right:16px!important;bottom:78px!important;z-index:110!important;
  display:flex!important;flex-direction:column!important;align-items:flex-end!important;gap:9px!important;
}
.support-channel-list{
  display:flex!important;flex-direction:column!important;align-items:flex-end!important;gap:8px!important;
  opacity:0!important;transform:translateY(12px) scale(.96)!important;pointer-events:none!important;
  transition:opacity .18s ease,transform .18s ease!important;
}
.support-mascot-widget.is-open .support-channel-list{opacity:1!important;transform:none!important;pointer-events:auto!important}
.support-channel{
  min-width:174px!important;min-height:52px!important;padding:6px 12px 6px 7px!important;
  display:flex!important;align-items:center!important;gap:9px!important;border-radius:999px!important;
  color:#fff!important;text-decoration:none!important;border:1px solid rgba(255,255,255,.28)!important;
  box-shadow:0 8px 22px rgba(21,25,34,.2)!important;transition:transform .15s ease!important;
}
.support-channel:hover{transform:translateX(-3px)!important}
.support-channel-icon{
  width:38px!important;height:38px!important;flex:0 0 38px!important;display:grid!important;place-items:center!important;
  border-radius:50%!important;background:#fff!important;font-size:15px!important;font-weight:900!important;
}
.support-channel>span:last-child{display:grid!important;gap:1px!important}.support-channel b{font-size:11px!important}.support-channel small{font-size:8px!important;color:rgba(255,255,255,.82)!important}
.support-messenger{background:linear-gradient(135deg,#6b43ff,#0877ff)!important}.support-messenger .support-channel-icon{color:#4f4aff!important}
.support-zalo{background:linear-gradient(135deg,#138ef1,#0568d8)!important}.support-zalo .support-channel-icon{color:#0877df!important}
.support-hotline{background:linear-gradient(135deg,#19a64a,#078a35)!important}.support-hotline .support-channel-icon{color:#139942!important}

.support-mascot-toggle{
  min-height:66px!important;padding:5px 13px 5px 5px!important;border:1px solid #c99b25!important;border-radius:999px!important;
  display:flex!important;align-items:center!important;gap:9px!important;background:#171a20!important;color:#fff!important;
  box-shadow:0 10px 28px rgba(28,31,39,.22),0 0 0 2px rgba(222,173,49,.08)!important;cursor:pointer!important;
}
.support-mascot-image-wrap{position:relative!important;width:56px!important;height:56px!important;flex:0 0 56px!important}
.support-mascot-image-wrap img{display:block!important;width:56px!important;height:56px!important;border-radius:50%!important;object-fit:cover!important;border:2px solid #d9aa2f!important;background:#111!important}
.support-online-dot{position:absolute!important;right:0!important;bottom:2px!important;width:13px!important;height:13px!important;border-radius:50%!important;background:#16bd4e!important;border:3px solid #171a20!important;box-shadow:0 0 0 2px rgba(22,189,78,.18)!important}
.support-mascot-copy{display:grid!important;gap:3px!important;text-align:left!important;white-space:nowrap!important}
.support-mascot-copy b{font-size:11px!important;font-weight:850!important;color:#fff!important}
.support-mascot-copy small{display:flex!important;align-items:center!important;gap:4px!important;font-size:8px!important;color:#aeb3bc!important}
.support-mascot-copy small i{width:7px!important;height:7px!important;border-radius:50%!important;background:#16bd4e!important}
.support-mascot-widget.is-open .support-mascot-toggle{border-color:#e1b64b!important}
@media(max-width:768px){
 .support-mascot-widget{right:10px!important;bottom:calc(var(--hy-mobile-nav-h,64px) + 12px + env(safe-area-inset-bottom,0px))!important}
 .support-mascot-toggle{width:56px!important;height:56px!important;min-width:56px!important;min-height:56px!important;padding:0!important;border-radius:50%!important;justify-content:center!important}
 .support-mascot-image-wrap,.support-mascot-image-wrap img{width:50px!important;height:50px!important}
 .support-mascot-copy{display:none!important}
 .support-channel{min-width:154px!important;min-height:48px!important;padding-right:10px!important}
 .support-channel-icon{width:34px!important;height:34px!important;flex-basis:34px!important}
}


/* STICKY PREMIUM HEADER V1.0 */
.premium-header{
  position:sticky!important;
  top:0!important;
  z-index:5000!important;
  width:100%!important;
  background:var(--hy-dark,#111)!important;
  box-shadow:0 1px 0 rgba(255,255,255,.06),0 8px 24px rgba(0,0,0,.10)!important;
}
.premium-header .premium-head-main,
.premium-header .premium-nav{
  position:relative!important;
  z-index:1!important;
}
.premium-header.is-scrolled{
  box-shadow:0 1px 0 rgba(255,255,255,.08),0 10px 30px rgba(0,0,0,.22)!important;
}
@media(max-width:768px){
  .premium-header{
    top:0!important;
  }
}

/* QUICK CONTACT ICON IMAGE FIT V4.1 */
.support-channel-icon{overflow:hidden!important}
.support-channel-icon img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  max-height:100%!important;
  object-fit:contain!important;
  border-radius:50%!important;
  background:#fff!important;
}

/* WARRANTY CHECK V1.0 */
.warranty-check-page{margin:0;background:#f4f5f7;color:#20232a;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif}
.warranty-top{height:64px;padding:0 max(18px,calc((100% - 1120px)/2));display:flex;align-items:center;justify-content:space-between;background:#15171b;color:#fff;position:sticky;top:0;z-index:20}.warranty-top a{color:#fff;text-decoration:none;font-size:12px}
.warranty-wrap{max-width:1120px;margin:0 auto;padding:26px 18px 70px}.warranty-hero{padding:34px;border-radius:20px;background:linear-gradient(135deg,#181a20,#262a33);color:#fff;box-shadow:0 18px 40px rgba(20,24,32,.12)}.warranty-hero>span{font-size:10px;font-weight:850;letter-spacing:.12em;color:#d9aa2f}.warranty-hero h1{margin:8px 0 8px;font-size:32px}.warranty-hero p{margin:0 0 20px;color:#b8bdc7;font-size:13px}.warranty-hero>small{display:block;margin-top:9px;color:#858b96;font-size:9px}
.warranty-search{display:grid;grid-template-columns:1fr 150px;gap:8px}.warranty-search input{height:48px;padding:0 15px;border:1px solid #3a3e48;border-radius:11px;background:#fff;color:#222;font-size:14px}.warranty-search button{border:0;border-radius:11px;background:#dfae34;color:#171717;font-weight:850;cursor:pointer}
.warranty-notice,.warranty-empty{margin-top:14px;padding:15px;border:1px solid #e2e5ea;border-radius:13px;background:#fff}.warranty-empty{text-align:center;padding:34px}.warranty-empty b{font-size:16px}.warranty-empty p{color:#818793;font-size:12px}
.warranty-card{margin-top:14px;padding:20px;border:1px solid #e1e4e9;border-radius:17px;background:#fff;box-shadow:0 7px 24px rgba(30,34,44,.045)}.warranty-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.warranty-card-head h2{margin:7px 0 4px;font-size:21px}.warranty-card-head p{margin:0;color:#858a94;font-size:11px}.warranty-badge{display:inline-flex;padding:5px 8px;border-radius:999px;font-size:8px;font-weight:900;letter-spacing:.05em}.warranty-badge.active{background:#e4f8eb;color:#14763d}.warranty-badge.ending{background:#fff1d7;color:#995f00}.warranty-badge.expired{background:#f0f1f3;color:#686d77}
.warranty-days{text-align:right}.warranty-days strong{display:block;font-size:34px;line-height:1;color:#168249}.warranty-days span{font-size:9px;color:#8b909a}.warranty-progress{height:7px;margin:16px 0 18px;border-radius:99px;background:#eef0f3;overflow:hidden}.warranty-progress i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#d8a72c,#24a55a)}
.warranty-info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.warranty-info-grid article{padding:11px;border:1px solid #e9ebef;border-radius:10px;background:#fafbfc}.warranty-info-grid span{display:block;margin-bottom:4px;color:#8c919b;font-size:9px}.warranty-info-grid b{font-size:11px;color:#343842}
.warranty-timeline{display:grid;grid-template-columns:auto 1fr auto 1fr auto;align-items:center;margin:22px 4px 6px}.warranty-timeline>span{height:2px;background:#e3e5e9}.warranty-timeline>div{text-align:center;min-width:120px}.warranty-timeline i{display:block;width:14px;height:14px;margin:0 auto 6px;border:3px solid #ddd;border-radius:50%;background:#fff}.warranty-timeline .done i,.warranty-timeline .current i{border-color:#21a257;background:#21a257}.warranty-timeline b{display:block;font-size:9px}.warranty-timeline small{font-size:8px;color:#90959f}
.seller-rating{margin-top:17px;border-top:1px solid #eceef1;padding-top:12px}.seller-rating summary{cursor:pointer;color:#5c55ca;font-size:11px;font-weight:800}.seller-rating form{margin-top:11px;display:grid;gap:8px}.seller-rating textarea{padding:10px;border:1px solid #dfe2e7;border-radius:9px;font:inherit}.seller-rating button{justify-self:start;min-height:38px;padding:0 14px;border:0;border-radius:9px;background:#1d2026;color:#fff;font-weight:750}.rating-stars{display:flex;flex-direction:row-reverse;justify-content:flex-end;gap:3px}.rating-stars input{display:none}.rating-stars label{font-size:25px;color:#d8dbe0;cursor:pointer}.rating-stars input:checked~label,.rating-stars label:hover,.rating-stars label:hover~label{color:#e3ae2f}
@media(max-width:700px){.warranty-wrap{padding:14px 10px 80px}.warranty-hero{padding:20px 15px}.warranty-hero h1{font-size:24px}.warranty-search{grid-template-columns:1fr}.warranty-search button{min-height:46px}.warranty-card{padding:14px}.warranty-card-head{align-items:center}.warranty-days strong{font-size:28px}.warranty-info-grid{grid-template-columns:1fr 1fr}.warranty-timeline{grid-template-columns:1fr;gap:8px}.warranty-timeline>span{width:2px;height:18px;justify-self:center}.warranty-timeline>div{min-width:0}.warranty-top{height:56px;padding:0 12px}}

/* WARRANTY CHECK V2 - premium ticket + staff portrait */
.warranty-main-header{position:sticky;top:0;z-index:40}.warranty-header-search{margin:0}
.warranty-wrap-v2{max-width:1120px}.warranty-hero-v2{margin-top:6px}
.warranty-info-grid-v2{grid-template-columns:repeat(4,1fr)}
.warranty-service-v2{display:grid;grid-template-columns:310px 1fr;gap:12px;margin-top:18px;padding-top:16px;border-top:1px solid #eceef2}
.warranty-staff-card{display:grid;grid-template-columns:72px 1fr;gap:12px;align-items:center;padding:14px;border:1px solid #e6e8ed;border-radius:14px;background:linear-gradient(135deg,#fafbfc,#fff)}
.warranty-staff-avatar{width:72px;height:72px;border-radius:50%;overflow:hidden;background:#20232a;color:#fff;display:grid;place-items:center;font-size:28px;font-weight:900;box-shadow:0 5px 15px rgba(0,0,0,.10)}
.warranty-staff-avatar img{width:100%;height:100%;object-fit:cover}.warranty-staff-card small{font-size:8px;letter-spacing:.08em;color:#8a909a}.warranty-staff-card h3{margin:4px 0 2px;font-size:17px}.warranty-staff-card p{margin:0;color:#777f8a;font-size:10px}
.seller-rating-v2{margin:0;padding:14px;border:1px solid #e6e8ed;border-radius:14px;background:#fff}.seller-rating-title b{display:block;font-size:13px}.seller-rating-title span{font-size:10px;color:#858c97}.seller-rating-v2 form{margin-top:7px}.seller-rating-v2 textarea{resize:vertical;min-height:66px}.seller-rating-v2 button{background:#1e2229}
@media(max-width:820px){.warranty-service-v2{grid-template-columns:1fr}.warranty-info-grid-v2{grid-template-columns:1fr 1fr}.warranty-main-header .premium-head-main{grid-template-columns:1fr auto}.warranty-main-header .premium-search,.warranty-main-header .premium-hotline,.warranty-main-header .premium-account{display:none}.warranty-main-header .premium-nav nav:not(.is-open){display:none}.warranty-main-header .premium-nav nav.is-open{display:flex;flex-wrap:wrap}}

/* WARRANTY V2.1 - match homepage header exactly */
.warranty-main-header .warranty-home-brand.has-brand-logo{
  background:transparent!important;border:0!important;box-shadow:none!important;
  padding:0!important;overflow:visible!important;
}
.warranty-main-header .warranty-home-brand.has-brand-logo .brand-logo-image{
  display:block!important;width:auto!important;height:64px!important;max-width:112px!important;
  object-fit:contain!important;background:transparent!important;border:0!important;
  border-radius:0!important;box-shadow:none!important;padding:0!important;
}
.warranty-main-header .premium-nav nav a .menu-item-icon{display:none!important}
.warranty-main-header .premium-nav nav a::before{margin-right:8px}
@media(max-width:820px){
 .warranty-main-header .warranty-home-brand.has-brand-logo .brand-logo-image{height:52px!important;max-width:92px!important}
}

/* WARRANTY CHECK V2 - premium ticket + staff portrait */
.warranty-main-header{position:sticky;top:0;z-index:40}.warranty-header-search{margin:0}
.warranty-wrap-v2{max-width:1120px}.warranty-hero-v2{margin-top:6px}
.warranty-info-grid-v2{grid-template-columns:repeat(4,1fr)}
.warranty-service-v2{display:grid;grid-template-columns:310px 1fr;gap:12px;margin-top:18px;padding-top:16px;border-top:1px solid #eceef2}
.warranty-staff-card{display:grid;grid-template-columns:72px 1fr;gap:12px;align-items:center;padding:14px;border:1px solid #e6e8ed;border-radius:14px;background:linear-gradient(135deg,#fafbfc,#fff)}
.warranty-staff-avatar{width:72px;height:72px;border-radius:50%;overflow:hidden;background:#20232a;color:#fff;display:grid;place-items:center;font-size:28px;font-weight:900;box-shadow:0 5px 15px rgba(0,0,0,.10)}
.warranty-staff-avatar img{width:100%;height:100%;object-fit:cover}.warranty-staff-card small{font-size:8px;letter-spacing:.08em;color:#8a909a}.warranty-staff-card h3{margin:4px 0 2px;font-size:17px}.warranty-staff-card p{margin:0;color:#777f8a;font-size:10px}
.seller-rating-v2{margin:0;padding:14px;border:1px solid #e6e8ed;border-radius:14px;background:#fff}.seller-rating-title b{display:block;font-size:13px}.seller-rating-title span{font-size:10px;color:#858c97}.seller-rating-v2 form{margin-top:7px}.seller-rating-v2 textarea{resize:vertical;min-height:66px}.seller-rating-v2 button{background:#1e2229}
@media(max-width:820px){.warranty-service-v2{grid-template-columns:1fr}.warranty-info-grid-v2{grid-template-columns:1fr 1fr}.warranty-main-header .premium-head-main{grid-template-columns:1fr auto}.warranty-main-header .premium-search,.warranty-main-header .premium-hotline,.warranty-main-header .premium-account{display:none}.warranty-main-header .premium-nav nav:not(.is-open){display:none}.warranty-main-header .premium-nav nav.is-open{display:flex;flex-wrap:wrap}}

/* WARRANTY V2.2 — TRUE HOME HEADER SYNC
   Shared header markup is now identical to the homepage/public header.
   Force one uniform black canvas across full viewport, including both sides. */
.warranty-check-page .hy-home-header,
.warranty-check-page .hy-home-header .premium-head-main,
.warranty-check-page .hy-home-header .premium-nav,
.warranty-check-page .hy-home-header .premium-nav nav{
  background:#111!important;
}
.warranty-check-page .hy-home-header{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  border-radius:0!important;
}
.warranty-check-page .hy-home-header .premium-brand,
.warranty-check-page .hy-home-header .premium-brand:hover,
.warranty-check-page .hy-home-header .premium-brand:focus,
.warranty-check-page .hy-home-header .premium-brand:active{
  background:transparent!important;
  box-shadow:none!important;
  filter:none!important;
}
.warranty-check-page .hy-home-header .brand-logo-image,
.warranty-check-page .hy-home-header .premium-brand img{
  background:transparent!important;
  filter:none!important;
  -webkit-filter:none!important;
  mix-blend-mode:normal!important;
  opacity:1!important;
  border:0!important;
  box-shadow:none!important;
}
