:root{
 --store-bg:#f7f8fb;--store-surface:#fff;--store-text:#172033;--store-muted:#64748b;--store-border:#e7ebf0;
 --store-primary:#2563eb;--store-primary-dark:#1d4ed8;--store-soft:#eff6ff;--store-success:#16a34a;--store-radius:18px;
 --store-shadow:0 12px 34px rgba(15,23,42,.07);
}
*{box-sizing:border-box}body{background:var(--store-bg);color:var(--store-text);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.navbar-store{background:rgba(255,255,255,.94)!important;backdrop-filter:blur(12px);border-bottom:1px solid var(--store-border)!important}.navbar-store .navbar-brand{display:flex;align-items:center;gap:10px;color:#0f172a}.navbar-store .nav-link{font-weight:600;color:#475569;border-radius:9px;padding:.55rem .72rem}.navbar-store .nav-link:hover,.navbar-store .nav-link.active{color:var(--store-primary);background:var(--store-soft)}.store-logo{max-height:38px;width:auto}.search-wrap{min-width:min(340px,33vw)}.search-wrap .form-control{border-radius:12px 0 0 12px;border-color:#dce2e9;background:#fff}.search-wrap .btn{border-radius:0 12px 12px 0}.btn{border-radius:11px;font-weight:650}.btn-primary{background:var(--store-primary);border-color:var(--store-primary)}.btn-primary:hover{background:var(--store-primary-dark);border-color:var(--store-primary-dark)}.store-main{min-height:calc(100vh - 180px)}.hero-store{position:relative;overflow:hidden;background:linear-gradient(135deg,#0f172a 0%,#1e3a8a 68%,#2563eb 100%);color:#fff;border-radius:28px;padding:56px;box-shadow:0 24px 60px rgba(30,58,138,.18)}.hero-store:after{content:"";position:absolute;width:360px;height:360px;border-radius:50%;right:-100px;top:-150px;background:rgba(255,255,255,.10)}.hero-store:before{content:"";position:absolute;width:220px;height:220px;border-radius:50%;right:140px;bottom:-150px;background:rgba(255,255,255,.06)}.hero-store>*{position:relative;z-index:1}.hero-kicker{display:inline-flex;align-items:center;gap:8px;padding:7px 12px;border-radius:999px;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.14);font-size:.78rem;font-weight:700;margin-bottom:16px}.hero-store h1{max-width:760px;font-size:clamp(2rem,4vw,3.5rem);letter-spacing:-.035em}.hero-store .lead{max-width:680px;color:#dbeafe}.section-head{display:flex;align-items:end;justify-content:space-between;gap:16px;margin:34px 0 16px}.section-title{font-size:1.55rem;font-weight:800;letter-spacing:-.025em;margin:0}.section-subtitle{color:var(--store-muted);font-size:.92rem;margin-top:4px}.product-card{border:1px solid var(--store-border);border-radius:var(--store-radius);overflow:hidden;background:#fff;box-shadow:0 6px 22px rgba(15,23,42,.045);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.product-card:hover{transform:translateY(-4px);box-shadow:var(--store-shadow);border-color:#d9e2ef}.product-image-wrap{position:relative;overflow:hidden;background:#f1f5f9}.product-image{width:100%;aspect-ratio:1/1;object-fit:cover;transition:transform .25s ease}.product-card:hover .product-image{transform:scale(1.025)}.placeholder-img{display:flex;align-items:center;justify-content:center;color:#94a3b8;font-size:.9rem}.product-category{font-size:.74rem;color:var(--store-muted);text-transform:uppercase;letter-spacing:.05em;font-weight:700}.product-title a{color:#172033}.product-title a:hover{color:var(--store-primary)}.product-price{font-size:1.1rem;font-weight:800;color:#0f172a}.shop-card,.card{border-radius:var(--store-radius);border-color:var(--store-border)}.detail-image{width:100%;aspect-ratio:1/1;object-fit:contain;background:#fff;border:1px solid var(--store-border);border-radius:var(--store-radius)}.thumb-btn{border:1px solid var(--store-border);background:#fff;padding:3px;border-radius:10px}.thumb-btn img{width:70px;height:70px;object-fit:cover;border-radius:7px}.description-box{background:#fff;border:1px solid var(--store-border);border-radius:var(--store-radius);padding:1.5rem;line-height:1.8;box-shadow:0 6px 20px rgba(15,23,42,.035)}.cart-img{width:84px;height:84px;object-fit:cover;border-radius:14px}.qty-input{width:90px}.success-icon{width:72px;height:72px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:2rem;background:var(--store-success);color:#fff}.form-control,.form-select{border-color:#dce2e9;border-radius:11px;min-height:42px;background:#fff;color:#172033}.form-control:focus,.form-select:focus{background:#fff;color:#172033;border-color:#93b4ff;box-shadow:0 0 0 .2rem rgba(37,99,235,.12)}.form-control::placeholder{color:#94a3b8}.store-flash{border-radius:14px;border:0;box-shadow:0 8px 22px rgba(15,23,42,.07)}.empty-state{text-align:center;padding:44px 20px;color:var(--store-muted)}.empty-state i{display:block;font-size:2rem;color:#94a3b8;margin-bottom:10px}.store-footer{background:#0f172a;color:#cbd5e1;margin-top:64px}.store-footer a{color:#e2e8f0;text-decoration:none}.store-footer a:hover{color:#fff}.footer-brand{font-weight:800;color:#fff}.chat-toggle{position:fixed;right:20px;bottom:20px;width:58px;height:58px;z-index:1050;border-radius:18px!important}.chat-box{display:none;position:fixed;right:20px;bottom:92px;width:min(370px,calc(100vw - 40px));z-index:1050;border:1px solid var(--store-border);box-shadow:0 22px 60px rgba(15,23,42,.18)}
@media(max-width:991.98px){.search-wrap{min-width:0;width:100%;margin:10px 0}.hero-store{padding:40px 28px}.navbar-store .navbar-collapse{padding:14px 0}.navbar-store .nav-link{padding:.65rem .75rem}}
@media(max-width:767.98px){.hero-store{padding:32px 22px;border-radius:22px}.hero-store h1{font-size:2rem}.section-head{align-items:flex-start;flex-direction:column;margin-top:28px}.cart-img{width:60px;height:60px}.store-main{padding-top:18px!important}.product-card{border-radius:15px}}

/* V3.9.0 published page-layout renderer */
.published-layout{width:100%;margin-inline:auto}.layout-container-boxed{max-width:var(--layout-content-width);padding-inline:16px}.layout-container-wide{max-width:var(--layout-content-width);padding-inline:12px}.layout-container-full{max-width:none}.published-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:var(--layout-gap,24px)}.published-region{grid-column:span var(--span-desktop,12);min-width:0}.published-widget+.published-widget{margin-top:var(--layout-gap,24px)}.published-widget.preset-card{background:#fff;border:1px solid var(--store-border);box-shadow:var(--store-shadow)}.published-widget.preset-accent{background:var(--store-soft);border:1px solid #dbeafe}.published-widget.preset-dark{background:#0f172a;color:#fff}.layout-hero{padding:clamp(32px,6vw,72px);border-radius:28px;background:linear-gradient(135deg,#0f172a,#1e3a8a 68%,#2563eb);background-size:cover;background-position:center;color:#fff;overflow:hidden}.layout-hero h1{font-size:clamp(2rem,5vw,4rem);font-weight:850;letter-spacing:-.04em;max-width:820px}.layout-hero p{font-size:1.15rem;color:#dbeafe;max-width:680px}.layout-section-head{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:16px}.layout-section-head h2{font-size:1.55rem;font-weight:800;margin:0}.layout-section-head a{text-decoration:none}.layout-product-price{font-size:2rem;font-weight:850;margin-block:10px 18px}.layout-cart-form{max-width:560px}.layout-richtext{line-height:1.8}.layout-breadcrumbs .breadcrumb{margin-bottom:0}.hide-desktop{display:none!important}@media(max-width:991.98px){.published-region{grid-column:span var(--span-tablet,12)}.hide-desktop{display:block!important}.hide-tablet{display:none!important}}@media(max-width:767.98px){.published-grid{gap:min(var(--layout-gap,24px),16px)}.published-region{grid-column:span var(--span-mobile,12)}.hide-tablet{display:block!important}.hide-mobile{display:none!important}.layout-hero{border-radius:22px}.layout-section-head{align-items:flex-start;flex-direction:column}}

/* V4.1.0 storefront polish */
body{background:
 radial-gradient(circle at 8% 6%,rgba(99,102,241,.08),transparent 28%),
 radial-gradient(circle at 92% 18%,rgba(14,165,233,.08),transparent 24%),
 linear-gradient(180deg,#fbfdff 0%,var(--store-bg) 34%,#f8fafc 100%)}
.store-main{position:relative}.store-main:before{content:"";position:fixed;z-index:-1;inset:72px 0 auto auto;width:180px;height:180px;background:linear-gradient(135deg,rgba(129,140,248,.10),rgba(56,189,248,.06));border-radius:48px;transform:rotate(18deg);filter:blur(.2px)}
.navbar-store{box-shadow:0 6px 24px rgba(15,23,42,.045)}
.navbar-store .dropdown-menu{border-radius:16px!important;padding:.55rem!important;box-shadow:0 18px 50px rgba(15,23,42,.14)!important}
.navbar-store .dropdown-item{padding:.65rem .75rem}.navbar-store .dropdown-item:hover{background:linear-gradient(90deg,#eff6ff,#f5f3ff);color:#4338ca}
.form-select{border-color:#cbd5e1;background-color:#fff;box-shadow:0 2px 8px rgba(15,23,42,.045);font-weight:600}.form-select:hover{border-color:#818cf8;box-shadow:0 0 0 3px rgba(99,102,241,.08)}
.product-card{background:linear-gradient(180deg,#fff,#fdfefe)}.product-card:has(.product-image):hover{border-color:#a5b4fc}
.gallery-main-button{display:block;width:100%;padding:0;border:0;background:transparent}.product-thumbs{display:flex;gap:10px;overflow-x:auto;padding:2px 2px 8px}.thumb-btn{transition:.15s;flex:0 0 auto}.thumb-btn.active{border-color:#4f46e5;box-shadow:0 0 0 3px rgba(79,70,229,.12)}.thumb-btn:hover{transform:translateY(-1px);border-color:#818cf8}.gallery-zoom-image{max-width:100%;max-height:78vh;object-fit:contain}.gallery-nav{position:absolute;top:50%;transform:translateY(-50%);width:46px;height:46px;border-radius:50%;border:1px solid rgba(255,255,255,.25);background:rgba(15,23,42,.55);color:#fff;display:grid;place-items:center;z-index:2}.gallery-prev{left:14px}.gallery-next{right:14px}.gallery-nav:hover{background:#4f46e5}.gallery-slider-img{aspect-ratio:16/7;object-fit:cover}.image-banner-widget{min-height:300px;border-radius:24px;padding:clamp(28px,5vw,60px);display:flex;flex-direction:column;justify-content:center;background:linear-gradient(135deg,#312e81,#0f766e);background-size:cover;background-position:center;color:#fff}.feature-card-widget{padding:22px;border-radius:18px;background:linear-gradient(145deg,#fff,#f8fafc);border:1px solid #e2e8f0;box-shadow:0 8px 24px rgba(15,23,42,.05)}.feature-card-icon{font-size:2rem;margin-bottom:10px}.testimonial-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px}.testimonial-card{margin:0;padding:20px;border-radius:18px;background:linear-gradient(135deg,#fff7ed,#fff);border:1px solid #fed7aa}.testimonial-card>i{font-size:1.5rem;color:#f97316}.layout-divider{margin-inline:auto;border-top:2px solid #cbd5e1;opacity:1}
