
/* MISTER FAST FastMall Enterprise V4 — Unified Production Build */
:root{
  --mf-blue:#003DA5;
  --mf-blue2:#0A63D3;
  --mf-yellow:#FFC400;
  --mf-white:#FFFFFF;
  --mf-bg:#F4F7FC;
  --mf-ink:#0D2342;
  --mf-muted:#6B7890;
  --mf-line:#DCE5F2;
  --mf-green:#198754;
  --mf-red:#D92D20;
}
*{box-sizing:border-box}
html,body{max-width:100%;overflow-x:hidden}
body{margin:0;background:var(--mf-bg);color:var(--mf-ink);font-family:Kanit,Prompt,Arial,sans-serif}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
button,input,select,textarea{font:inherit}

.mf-shop-header{
  min-height:78px;background:#fff;border-bottom:1px solid var(--mf-line);
  display:grid;grid-template-columns:220px minmax(280px,1fr) minmax(0,650px);gap:18px;
  align-items:center;padding:12px max(22px,calc((100% - 1360px)/2));position:sticky;top:0;z-index:50
}
.mf-shop-brand{display:flex;align-items:center;gap:11px}
.mf-shop-brand>span:last-child{display:flex;flex-direction:column;line-height:1.1}
.mf-shop-brand strong{font-size:18px}.mf-shop-brand small{color:var(--mf-blue);margin-top:5px}
.mf-shop-logo{width:54px;height:54px;border-radius:16px;background:var(--mf-yellow);color:var(--mf-blue);display:grid;place-items:center;font-weight:900}
.mf-shop-search{display:flex;border:2px solid #D5E1F1;border-radius:15px;overflow:visible;background:#fff;position:relative;order:initial;flex-basis:auto;min-width:0}
.mf-shop-search input{flex:1;border:0;padding:14px 17px;outline:0;background:transparent}
.mf-shop-search button{border:0;background:var(--mf-blue);color:#fff;padding:0 28px;font-weight:800;border-radius:0 12px 12px 0}
.mf-v32-nav{display:flex;gap:8px;align-items:center;white-space:nowrap;min-width:0;overflow-x:auto;scrollbar-width:thin}.mf-v32-nav a{font-weight:700;padding:9px 10px;border-radius:11px;display:flex;align-items:center;gap:5px}.mf-v32-nav a:hover{color:var(--mf-blue);background:#EEF4FF}.mf-v32-nav a span{font-size:15px}
.mf-cart-count{background:var(--mf-yellow);color:var(--mf-blue);padding:3px 8px;border-radius:99px}

.mf-shop-main{max-width:1360px;margin:auto;padding:28px 22px 62px}
.mf-v4-hero{position:relative;height:clamp(430px,36vw,560px);border-radius:30px;overflow:hidden;background:#06265e;color:#fff;box-shadow:0 18px 50px rgba(0,38,96,.18)}
.mf-v4-slides{position:relative;height:100%}
.mf-v4-slide{position:absolute;inset:0;display:flex;align-items:center;padding:clamp(30px,5vw,70px);opacity:0;visibility:hidden;transform:translateX(30px);transition:.55s ease;background-image:linear-gradient(90deg,rgba(3,30,74,.98) 0%,rgba(3,34,83,.9) 34%,rgba(3,34,83,.25) 62%,rgba(3,34,83,.04) 100%),var(--mf-hero-image);background-size:cover;background-position:center}
.mf-v4-slide.active{opacity:1;visibility:visible;transform:none;z-index:2}
.mf-v4-slide-copy{width:min(610px,58%);position:relative;z-index:2}
.mf-v4-slide h1{font-size:clamp(42px,5.2vw,72px);line-height:1.05;margin:18px 0}
.mf-v4-slide p{font-size:clamp(17px,1.5vw,21px);line-height:1.65;color:#E4EEFF;max-width:600px}
.mf-badge,.mf-kicker{display:inline-block;background:var(--mf-yellow);color:var(--mf-blue);padding:7px 13px;border-radius:99px;font-weight:900}
.mf-hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}
.mf-btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:13px;padding:13px 20px;font-weight:800;cursor:pointer}
.mf-btn-yellow{background:var(--mf-yellow);color:var(--mf-blue)}.mf-btn-white{background:#fff;color:var(--mf-blue);border:1px solid var(--mf-line)}.mf-btn-blue{background:var(--mf-blue);color:#fff}
.mf-v4-visual{height:360px;position:relative;display:grid;place-items:center}
.mf-v4-core-icon{width:175px;height:175px;border-radius:42px;background:#fff;display:grid;place-items:center;font-size:88px;box-shadow:0 25px 55px rgba(0,25,75,.28);z-index:2}
.mf-v4-ring{position:absolute;width:310px;height:310px;border:2px dashed rgba(255,255,255,.45);border-radius:50%;animation:mfv4spin 20s linear infinite}
.mf-v4-orbit{position:absolute;width:66px;height:66px;border-radius:20px;background:var(--mf-yellow);display:grid;place-items:center;font-size:30px;color:var(--mf-blue);box-shadow:0 12px 25px rgba(0,25,80,.22)}
.mf-v4-orbit.o1{top:10px;left:18%}.mf-v4-orbit.o2{top:16px;right:14%}.mf-v4-orbit.o3{bottom:24px;left:14%}.mf-v4-orbit.o4{bottom:20px;right:16%}
@keyframes mfv4spin{to{transform:rotate(360deg)}}
.mf-v4-controls{position:absolute;z-index:5;left:50%;bottom:18px;transform:translateX(-50%);display:flex;align-items:center;gap:11px}
.mf-v4-controls>button{width:40px;height:40px;border:0;border-radius:50%;background:#fff;color:var(--mf-blue);font-size:26px}
.mf-v4-dots{display:flex;gap:7px}.mf-v4-dots button{width:10px;height:10px;border:0;border-radius:99px;background:rgba(255,255,255,.5);padding:0}.mf-v4-dots button.active{width:30px;background:var(--mf-yellow)}

.mf-v4-nav{display:grid;grid-template-columns:repeat(6,1fr);gap:1px;background:#DCE5F2;border-radius:18px;overflow:hidden;margin:18px 0}
.mf-v4-nav a{background:#fff;text-align:center;padding:16px 8px;font-weight:800;color:var(--mf-blue)}.mf-v4-nav a:hover{background:var(--mf-yellow)}
.mf-store-type-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.mf-store-type-grid>a{background:#fff;border:1px solid var(--mf-line);border-radius:24px;min-height:390px;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 10px 30px rgba(0,61,165,.08);transition:.22s}.mf-store-type-grid>a:hover{transform:translateY(-5px);box-shadow:0 18px 40px rgba(0,61,165,.15)}.mf-store-type-grid figure{height:205px;margin:0;overflow:hidden;background:#dce8f7}.mf-store-type-grid figure img{width:100%;height:100%;object-fit:cover}.mf-store-type-grid .partner figure img{object-position:center 58%}.store-type-body{padding:20px 22px 23px;display:grid;grid-template-columns:58px 1fr;gap:7px 13px;align-items:center;flex:1}.mf-store-type-grid i{grid-row:1/3;width:58px;height:58px;border-radius:18px;background:#eef4ff;display:grid;place-items:center;font-style:normal;font-size:28px;font-weight:900;color:var(--mf-blue)}.mf-store-type-grid h3{font-size:24px;margin:0}.mf-store-type-grid p{grid-column:2;color:var(--mf-muted);margin:0}.mf-store-type-grid b{grid-column:1/-1;margin-top:10px;color:var(--mf-blue)}.mf-store-type-grid .partner{background:linear-gradient(135deg,#082f75,#004fb9);color:#fff}.mf-store-type-grid .partner i{background:var(--mf-yellow)}.mf-store-type-grid .partner p,.mf-store-type-grid .partner b{color:#fff}
.mf-store-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.mf-store-card{background:#fff;border:1px solid var(--mf-line);border-radius:22px;overflow:hidden}.mf-store-card .cover{height:135px;background:linear-gradient(135deg,#073779,#0a6bd8);background-size:cover;background-position:center}.mf-store-card .body{padding:18px}.mf-store-card .badge{display:inline-block;background:#fff3b3;color:#604900;border-radius:99px;padding:5px 10px;font-size:12px;font-weight:800}.mf-store-card .identity{display:flex;gap:12px;align-items:center;margin:15px 0}.mf-store-card .identity img,.mf-store-card .identity i{width:54px;height:54px;border-radius:16px;object-fit:cover;background:#eef4ff;display:grid;place-items:center;font-style:normal;font-size:25px}.mf-store-card h3{margin:0}.mf-store-card p{margin:5px 0;color:var(--mf-muted);font-size:14px}.mf-store-card .body>b{color:var(--mf-blue)}
.mf-store-map{height:420px;border-radius:24px;overflow:hidden;border:1px solid var(--mf-line);background:#dceaf4}.mf-map-marker span{width:36px;height:36px;border:3px solid #fff;border-radius:50% 50% 50% 0;transform:rotate(-45deg);display:grid;place-items:center;color:#fff;font-weight:900;box-shadow:0 3px 10px #345}.mf-map-marker span::first-line{transform:rotate(45deg)}

.mf-section{margin-top:34px}.mf-section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:18px}.mf-section-head h1,.mf-section-head h2{margin:6px 0;font-size:34px}.mf-section-head>span,.mf-section-head p{color:var(--mf-muted)}
.mf-v4-category-grid{display:grid;grid-template-columns:repeat(10,1fr);gap:11px}
.mf-v4-category{background:#fff;border:1px solid var(--mf-line);border-radius:19px;min-height:118px;padding:14px 8px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;text-align:center;transition:.2s}
.mf-v4-category span{font-size:36px}.mf-v4-category strong{font-size:14px;line-height:1.25}.mf-v4-category:hover{border-color:var(--mf-yellow);transform:translateY(-3px)}

.mf-v4-promo-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}
.mf-v4-promo-grid a{background:#fff;border:1px solid var(--mf-line);border-radius:18px;padding:18px;display:flex;align-items:center;gap:12px}
.mf-v4-promo-grid a>span{font-size:30px}.mf-v4-promo-grid div{display:flex;flex-direction:column}.mf-v4-promo-grid small{color:var(--mf-muted)}

.mf-v4-b2b-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}
.mf-v4-b2b-card{background:#fff;border:1px solid var(--mf-line);border-radius:22px;padding:22px;display:flex;flex-direction:column;gap:13px;min-height:220px}
.mf-v4-b2b-card i{width:68px;height:68px;border-radius:20px;background:#EEF4FF;display:grid;place-items:center;font-style:normal;font-size:34px}
.mf-v4-b2b-card h3{font-size:23px;margin:0}.mf-v4-b2b-card p{margin:0;color:var(--mf-muted);line-height:1.5}.mf-v4-b2b-card b{margin-top:auto;color:var(--mf-blue)}

.mf-product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.mf-product-card{background:#fff;border:1px solid var(--mf-line);border-radius:22px;overflow:hidden;box-shadow:0 8px 25px rgba(0,61,165,.06)}
.mf-product-image{height:230px;background:#EEF4FC;display:grid;place-items:center;position:relative;overflow:hidden}.mf-product-image img{width:100%;height:100%;object-fit:cover}.mf-product-image>span{font-size:72px}
.mf-product-body{padding:18px}.mf-product-body small{color:var(--mf-blue)}.mf-product-body h3{font-size:21px;margin:7px 0}.mf-product-body p{color:var(--mf-muted);height:44px;overflow:hidden}
.mf-product-bottom{display:flex;align-items:center;justify-content:space-between;margin-top:14px}.mf-product-bottom strong{font-size:24px;color:var(--mf-blue)}
.mf-product-bottom button{border:0;background:var(--mf-yellow);color:var(--mf-blue);border-radius:10px;padding:9px 13px;font-weight:800}

.mf-alert{margin:24px 0;background:#FFF5CE;border:1px solid #F4D35E;border-radius:17px;padding:18px 20px;display:flex;flex-direction:column}.mf-alert-error{background:#FFEAEA;border-color:#FFB4B4}.mf-alert-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}
.mf-live-commerce-strip{background:var(--mf-blue);color:#fff;border-radius:25px;padding:28px 30px;display:grid;grid-template-columns:auto 1fr auto;gap:20px;align-items:center}.mf-live-commerce-icon{width:74px;height:74px;border-radius:22px;background:var(--mf-yellow);color:var(--mf-blue);display:grid;place-items:center;font-size:38px}.mf-live-commerce-strip h2{margin:7px 0;font-size:30px}.mf-live-commerce-strip p{margin:0;color:#DCEAFF}
.mf-zone-page{min-height:520px;background:#fff;border-radius:28px;padding:60px 28px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.mf-zone-page-icon{font-size:88px}.mf-zone-page h1{font-size:50px;margin:15px 0}.mf-zone-page>p{font-size:20px;color:var(--mf-muted);max-width:720px}.mf-zone-notice{margin:20px auto;background:#FFF5CE;border:1px solid #F4D35E;border-radius:14px;padding:13px 18px;color:#715500;font-weight:700}

.mf-v32-footer{background:var(--mf-blue);color:#fff;padding:42px max(22px,calc((100% - 1360px)/2));display:grid;grid-template-columns:1fr 1.4fr;gap:40px}.mf-v32-footer-brand{display:flex;gap:14px}.mf-v32-footer-brand p{color:#DCE8FB}.mf-v32-footer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.mf-v32-footer-grid div{display:flex;flex-direction:column;gap:8px}.mf-v32-footer-grid a{color:#DCE8FB}

.mf322-search-suggestions{display:none;position:absolute;left:0;right:0;top:calc(100% + 7px);background:#fff;border:1px solid var(--mf-line);border-radius:14px;box-shadow:0 18px 35px rgba(0,30,85,.17);overflow:hidden;z-index:100}.mf322-search-suggestions.open{display:block}.mf322-search-suggestions a{display:flex;gap:11px;align-items:center;padding:11px 14px;border-bottom:1px solid #EDF1F6}.mf322-search-suggestions a:hover{background:#F2F7FF}.mf322-search-suggestions div{display:flex;flex-direction:column}.mf322-search-suggestions small{color:var(--mf-muted)}

@media(max-width:1450px){
 .mf-shop-header{grid-template-columns:220px minmax(0,1fr);grid-template-areas:"brand search" "nav nav";height:auto}
 .mf-shop-brand{grid-area:brand}.mf-shop-search{grid-area:search;order:initial;flex-basis:auto}.mf-v32-nav{grid-area:nav;grid-column:1/-1;width:100%;justify-content:center;flex-wrap:wrap;overflow:visible;padding:3px 0;scrollbar-width:none}
 .mf-v32-nav::-webkit-scrollbar{display:none}
}

@media(max-width:1150px){
 .mf-shop-header{grid-template-columns:220px minmax(0,1fr)}.mf-v32-nav{grid-column:1/-1;overflow:visible;padding:3px 0}
 .mf-v4-category-grid{grid-template-columns:repeat(5,1fr)}
 .mf-v4-b2b-grid{grid-template-columns:repeat(2,1fr)}
 .mf-v4-promo-grid{grid-template-columns:repeat(3,1fr)}
 .mf-product-grid{grid-template-columns:repeat(3,1fr)}
 .mf-v32-footer{grid-template-columns:1fr}
}
@media(max-width:780px){
 .mf-shop-header{grid-template-columns:1fr;grid-template-areas:"brand" "nav" "search";gap:9px;padding:10px 16px;position:relative;top:auto}.mf-shop-brand{justify-self:start}.mf-shop-logo{width:44px;height:44px;border-radius:13px}.mf-shop-brand strong{font-size:16px}.mf-shop-brand small{font-size:11px}.mf-shop-search{grid-area:search;order:initial;width:100%;height:46px;flex-basis:auto;z-index:1}.mf-v32-nav{grid-area:nav;grid-column:1/-1;width:100%;max-width:100%;justify-content:flex-start;flex-wrap:nowrap;gap:8px;overflow-x:auto;padding:2px 0}.mf-v32-nav a{padding:8px 9px;font-size:13px}.mf-shop-search button{padding:0 22px}
 .mf-shop-main{padding:18px 12px 45px}
 .mf-v4-hero{height:520px;border-radius:22px}.mf-v4-slide{padding:30px 22px;align-items:flex-end;background-image:linear-gradient(0deg,rgba(3,28,70,.98) 0%,rgba(3,32,78,.82) 48%,rgba(3,32,78,.12) 85%),var(--mf-hero-image);background-position:68% center}.mf-v4-slide-copy{width:100%}.mf-v4-slide h1{font-size:40px;margin:12px 0}.mf-v4-slide p{font-size:16px;line-height:1.5;margin:0}.mf-hero-actions{margin-top:16px}.mf-v4-controls{bottom:12px;right:14px;left:auto;transform:none}.mf-v4-controls>button{display:none}
 .mf-v4-nav{grid-template-columns:repeat(2,1fr)}
 .mf-store-type-grid,.mf-store-card-grid{grid-template-columns:1fr}.mf-store-map{height:340px}
 .mf-v4-category-grid{grid-template-columns:repeat(2,1fr)}
 .mf-v4-promo-grid,.mf-v4-b2b-grid{grid-template-columns:1fr}
 .mf-product-grid{grid-template-columns:1fr}
 .mf-live-commerce-strip{grid-template-columns:1fr;text-align:center}.mf-live-commerce-icon{margin:auto}
 .mf-v32-footer-grid{grid-template-columns:repeat(2,1fr)}
}

/* FastMall V4.2 Smart Commerce */
.mf42-smart-price{background:#fff;border:1px solid var(--mf-line);border-radius:24px;padding:26px;display:grid;grid-template-columns:1fr 1.5fr .7fr;gap:20px;align-items:center}.mf42-smart-price h2{margin:8px 0}.mf42-smart-price p{color:var(--mf-muted)}.mf42-tier-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:9px}.mf42-tier-grid article{background:#f5f8fd;border:1px solid var(--mf-line);border-radius:14px;padding:13px;display:flex;flex-direction:column}.mf42-tier-grid article.active{background:#fff2b3;border-color:#f0ce50}.mf42-tier-grid strong{color:var(--mf-blue);font-size:20px}.mf42-tier-grid small{color:var(--mf-muted)}.mf42-role-price{background:var(--mf-blue);color:#fff;border-radius:17px;padding:18px;display:flex;flex-direction:column;text-align:center}.mf42-role-price strong{font-size:28px;color:var(--mf-yellow)}
.mf42-rfq-hero{background:linear-gradient(120deg,var(--mf-blue),var(--mf-blue2));color:#fff;border-radius:28px;padding:45px;display:grid;grid-template-columns:1fr auto;align-items:center}.mf42-rfq-hero h1{font-size:50px;margin:12px 0}.mf42-rfq-hero p{color:#dceaff;font-size:19px}.mf42-rfq-icon{width:150px;height:150px;background:var(--mf-yellow);border-radius:38px;display:grid;place-items:center;font-size:75px}.mf42-rfq-form{margin-top:20px;background:#fff;border:1px solid var(--mf-line);border-radius:24px;padding:28px;display:grid;grid-template-columns:1fr 1fr;gap:16px}.mf42-rfq-form label{display:flex;flex-direction:column;gap:6px;font-weight:700}.mf42-rfq-form input,.mf42-rfq-form select,.mf42-rfq-form textarea{border:1px solid var(--mf-line);border-radius:11px;padding:12px;font:inherit}.mf42-rfq-form .full{grid-column:1/-1}.mf42-rfq-actions{display:flex;gap:10px}
@media(max-width:900px){.mf42-smart-price{grid-template-columns:1fr}.mf42-tier-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:650px){.mf42-rfq-hero{grid-template-columns:1fr;text-align:center;padding:28px}.mf42-rfq-icon{margin:20px auto 0;width:110px;height:110px;font-size:55px}.mf42-rfq-hero h1{font-size:36px}.mf42-rfq-form{grid-template-columns:1fr;padding:18px}.mf42-rfq-form .full{grid-column:auto}.mf42-rfq-actions{flex-direction:column}.mf42-tier-grid{grid-template-columns:1fr}}

/* FastMall public header + hero search V4.4 */
.mf-shop-header{height:153px!important;min-height:153px;display:grid;grid-template-columns:220px minmax(0,1fr);grid-template-areas:"brand nav";gap:24px;align-items:center;padding:0 max(22px,calc((100% - 1360px)/2));position:sticky;top:0;z-index:50;background:#fff;border-bottom:1px solid var(--mf-line)}
.mf-shop-header .mf-shop-brand{grid-area:brand}.mf-shop-header .mf-v32-nav{grid-area:nav;grid-column:auto;width:100%;justify-content:flex-end;align-content:center;flex-wrap:wrap;overflow:visible;gap:6px 10px;padding:0}.mf-shop-header .mf-v32-nav a{font-size:14px;padding:9px 10px}
.mf-hero-wrap{position:relative;margin-bottom:60px}.mf-shop-search.mf-hero-search{position:absolute!important;z-index:12;left:50%;bottom:-29px;transform:translateX(-50%);width:min(760px,calc(100% - 44px));height:58px;box-shadow:0 14px 35px rgba(0,38,96,.2);border-color:#d5e1f1}.mf-hero-search input{min-width:0;font-size:17px}.mf-hero-search button{min-width:112px}
@media(max-width:900px){.mf-shop-header{grid-template-columns:180px minmax(0,1fr);gap:12px}.mf-shop-header .mf-v32-nav{justify-content:flex-end}.mf-shop-header .mf-v32-nav a{font-size:12px;padding:7px 8px}}
@media(max-width:780px){.mf-shop-header{height:auto!important;min-height:0;grid-template-columns:1fr;grid-template-areas:"brand" "nav";gap:8px;padding:10px 16px;position:relative}.mf-shop-header .mf-shop-brand{justify-self:start}.mf-shop-header .mf-v32-nav{grid-area:nav;grid-column:1/-1;justify-content:flex-start;flex-wrap:nowrap;overflow-x:auto;padding:3px 0;scrollbar-width:none}.mf-shop-header .mf-v32-nav::-webkit-scrollbar{display:none}.mf-hero-wrap{margin-bottom:66px}.mf-hero-search{bottom:-25px;width:calc(100% - 24px);height:50px}.mf-hero-search input{font-size:14px;padding:10px 13px}.mf-hero-search button{min-width:84px;padding:0 16px}}

/* FastMall edge-to-edge hero V4.5 */
.mf-shop-header{height:82px!important;min-height:82px;align-items:end;padding-bottom:10px}
.mf-shop-header .mf-shop-brand{align-self:end}.mf-shop-header .mf-v32-nav{align-self:end;align-content:end}
.mf-shop-main{padding-top:0}
.mf-hero-wrap{width:100vw;margin-left:calc(50% - 50vw);margin-bottom:44px}
.mf-v4-hero{border-radius:0;width:100%;height:clamp(470px,42vw,620px)}
.mf-v4-slide{padding-left:max(32px,calc((100vw - 1316px)/2));padding-right:max(32px,calc((100vw - 1316px)/2))}
.mf-store-open-section{margin-top:0}
@media(max-width:900px){.mf-shop-header{height:96px!important;min-height:96px;padding-bottom:8px}.mf-v4-hero{height:520px}}
@media(max-width:780px){.mf-shop-header{height:auto!important;min-height:0;padding-bottom:8px}.mf-shop-main{padding-top:0}.mf-hero-wrap{width:100vw;margin-left:calc(50% - 50vw);margin-bottom:50px}.mf-v4-hero{height:520px;border-radius:0}.mf-v4-slide{padding-left:22px;padding-right:22px}.mf-store-open-section{margin-top:0}}

/* Hero controls + marketplace search V4.6 */
.mf-v4-controls{bottom:82px;z-index:14;gap:10px}
.mf-v4-controls>button{width:42px;height:42px;box-shadow:0 8px 22px rgba(0,34,91,.24);cursor:pointer}
.mf-v4-dots{padding:7px 10px;border-radius:99px;background:rgba(0,35,86,.42);backdrop-filter:blur(7px)}
.mf-shop-search.mf-hero-search{width:min(980px,calc(100% - 48px));height:66px;bottom:-33px;border-radius:18px;border:1px solid #cddbed;box-shadow:0 16px 38px rgba(0,38,96,.22);overflow:hidden}
.mf-hero-search input{font-size:18px;padding-left:24px}.mf-hero-search button{min-width:142px;font-size:17px}
.mf-hero-wrap{margin-bottom:52px}
@media(max-width:780px){.mf-v4-controls{bottom:68px}.mf-v4-dots{padding:6px 9px}.mf-shop-search.mf-hero-search{width:calc(100% - 24px);height:54px;bottom:-27px;border-radius:15px}.mf-hero-search input{font-size:14px;padding-left:15px}.mf-hero-search button{min-width:88px;font-size:14px}.mf-hero-wrap{margin-bottom:46px}}

/* Active stores heading + merchant entry V4.7 */
.mf-store-section-head{align-items:center;gap:24px}.mf-store-section-head h2{margin-bottom:4px}.mf-store-section-head p{margin:0;max-width:680px;line-height:1.5}.mf-store-admin-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}.mf-store-count{font-weight:800;color:var(--mf-blue);white-space:nowrap}.mf-store-admin-actions .mf-btn{min-height:44px;padding:10px 16px;white-space:nowrap}.mf-store-empty{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:16px;background:#fff8d9}.mf-store-empty-icon{width:50px;height:50px;border-radius:15px;background:var(--mf-yellow);display:grid;place-items:center;font-size:25px}.mf-store-empty div{display:flex;flex-direction:column;gap:3px}.mf-store-empty .mf-btn{white-space:nowrap}
@media(max-width:900px){.mf-store-section-head{align-items:flex-start;flex-direction:column}.mf-store-admin-actions{justify-content:flex-start}.mf-store-empty{grid-template-columns:auto 1fr}.mf-store-empty .mf-btn{grid-column:1/-1;justify-self:start}}
@media(max-width:520px){.mf-store-admin-actions{display:grid;grid-template-columns:1fr 1fr;width:100%}.mf-store-count{grid-column:1/-1}.mf-store-admin-actions .mf-btn{justify-content:center;text-align:center;padding:10px 8px}.mf-store-empty{grid-template-columns:1fr}.mf-store-empty-icon{width:44px;height:44px}.mf-store-empty .mf-btn{width:100%;text-align:center}}

/* Featured promotion products V4.8 */
.mf-featured-head{display:grid;grid-template-columns:minmax(260px,1fr) minmax(430px,620px);gap:24px;align-items:center;margin-bottom:22px}.mf-featured-head h2{font-size:34px;margin:6px 0}.mf-flash-sale-banner{min-height:118px;border:1px solid #d9e3f0;border-radius:28px;background:#fff;box-shadow:0 10px 28px rgba(0,44,112,.08);display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:16px;padding:20px 26px}.mf-flash-bolt{font-size:48px}.mf-flash-sale-banner div{display:flex;flex-direction:column}.mf-flash-sale-banner strong{font-size:28px;color:var(--mf-blue)}.mf-flash-sale-banner small{font-size:17px;color:var(--mf-muted)}.mf-flash-sale-banner time{font-weight:900;color:#d94820;background:#fff1e9;border-radius:12px;padding:10px 12px;white-space:nowrap}.mf-flash-product-badge{position:absolute;top:12px;left:12px;background:#ff5a2c;color:#fff;border-radius:9px;padding:6px 9px;font-size:11px;letter-spacing:.4px}.mf-featured-empty{min-height:120px;border:1px dashed #c9d5e5;border-radius:20px;background:#fff;display:grid;place-items:center;color:var(--mf-muted);font-weight:700}
@media(max-width:900px){.mf-featured-head{grid-template-columns:1fr}.mf-flash-sale-banner{min-height:100px}}
@media(max-width:560px){.mf-flash-sale-banner{grid-template-columns:auto 1fr;padding:16px;border-radius:20px}.mf-flash-bolt{font-size:38px}.mf-flash-sale-banner strong{font-size:23px}.mf-flash-sale-banner time{grid-column:1/-1;text-align:center}.mf-featured-head h2{font-size:30px}}

/* Header backoffice menu V4.9 */
.mf-backoffice-menu{position:relative;flex:0 0 auto}.mf-backoffice-menu summary{list-style:none;cursor:pointer;font-weight:800;padding:9px 10px;border-radius:11px;display:flex;align-items:center;gap:5px;color:var(--mf-text)}.mf-backoffice-menu summary::-webkit-details-marker{display:none}.mf-backoffice-menu summary::after{content:'▾';font-size:10px;margin-left:2px}.mf-backoffice-menu[open] summary,.mf-backoffice-menu summary:hover{background:#eef4ff;color:var(--mf-blue)}.mf-backoffice-dropdown{position:absolute;z-index:90;top:calc(100% + 10px);right:0;width:270px;padding:9px;background:#fff;border:1px solid var(--mf-line);border-radius:17px;box-shadow:0 18px 40px rgba(0,35,90,.2);display:grid;gap:4px}.mf-backoffice-dropdown a{display:grid!important;grid-template-columns:34px 1fr;padding:10px!important;gap:1px 9px!important;border-radius:11px}.mf-backoffice-dropdown a>span{grid-row:1/3;width:34px;height:34px;display:grid;place-items:center;background:#fff3bc;border-radius:10px}.mf-backoffice-dropdown b{font-size:14px}.mf-backoffice-dropdown small{font-size:11px;color:var(--mf-muted);font-weight:500}.mf-store-section-head>.mf-store-count{font-weight:800;color:var(--mf-blue);white-space:nowrap}
@media(max-width:780px){.mf-backoffice-dropdown{position:fixed;left:12px;right:12px;top:auto;width:auto}.mf-backoffice-menu summary{font-size:13px;padding:8px 9px}}
.mf-store-empty{grid-template-columns:auto 1fr}
