:root{
  --pink:#ff4f93;
  --pink-soft:#ffe5f0;
  --blue:#0b6bff;
  --blue-soft:#eaf2ff;
  --text:#1f2a44;
  --muted:#64748b;
  --bg:#f6f8fc;
  --card:#ffffff;
  --border:#e6ebf5;
  --shadow:0 12px 30px rgba(27, 50, 94, 0.08);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:'Be Vietnam Pro',sans-serif;background:var(--bg);color:var(--text)}
a{text-decoration:none;color:inherit}
.container{max-width:1200px;margin:0 auto;padding:0 16px}
.top-strip{background:linear-gradient(90deg,var(--blue),#3993ff);color:#fff;font-size:14px}
.top-strip-inner{display:flex;justify-content:space-between;gap:12px;padding:10px 0}
.site-header{background:#fff;box-shadow:0 4px 18px rgba(30,41,59,.05);position:sticky;top:0;z-index:30}
.header-main{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 0}
.logo-wrap{display:flex;align-items:center;gap:14px}
.logo-badge{width:48px;height:48px;border-radius:14px;background:linear-gradient(135deg,var(--pink),#ff88b5);display:grid;place-items:center;color:#fff;font-weight:800;font-size:26px;box-shadow:var(--shadow)}
.brand{font-size:28px;font-weight:800;color:var(--blue)}
.brand-sub{font-size:13px;color:var(--muted)}
.search-box{display:flex;gap:10px;flex:1;max-width:520px}
.search-box input{flex:1;height:48px;border:2px solid var(--blue-soft);border-radius:999px;padding:0 18px;font-size:15px;outline:none;background:#fff}
.search-box button{height:48px;padding:0 22px;border:0;border-radius:999px;background:var(--pink);color:#fff;font-weight:700;cursor:pointer}
.nav-bar{border-top:1px solid var(--border);background:#fff}
.nav-inner{display:flex;gap:26px;align-items:center;padding:14px 0;font-weight:600;color:#334155;overflow:auto}
.hero{padding:34px 0 20px;background:radial-gradient(circle at top left,#fff 0,#f9fbff 45%,#eef4ff 100%)}
.hero-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:26px;align-items:center}
.badge{display:inline-block;background:var(--pink-soft);color:var(--pink);padding:10px 14px;border-radius:999px;font-size:13px;font-weight:700}
.badge.soft{background:var(--blue-soft);color:var(--blue)}
.hero h1{font-size:44px;line-height:1.15;margin:16px 0;color:#0f172a}
.hero p{font-size:17px;line-height:1.8;color:#475569;max-width:760px}
.hero-actions{display:flex;gap:12px;margin:26px 0}
.btn{padding:14px 22px;border-radius:999px;font-weight:700;display:inline-flex;align-items:center;justify-content:center}
.btn-primary{background:linear-gradient(135deg,var(--pink),#ff70a8);color:#fff;box-shadow:var(--shadow)}
.btn-light{background:#fff;border:1px solid var(--border);color:var(--blue)}
.hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:18px}
.hero-stats div{background:#fff;border:1px solid var(--border);border-radius:20px;padding:16px;box-shadow:var(--shadow)}
.hero-stats strong{display:block;font-size:28px;color:var(--blue)}
.hero-stats span{font-size:14px;color:var(--muted)}
.hero-panel{display:grid;gap:18px}
.promo-card{border-radius:24px;padding:24px;color:#fff;box-shadow:var(--shadow);min-height:180px}
.card-pink{background:linear-gradient(135deg,#ff4f93,#ff8db8)}
.card-blue{background:linear-gradient(135deg,#0b6bff,#49a1ff)}
.promo-card small{opacity:.9;font-weight:600}
.promo-card h3{font-size:28px;line-height:1.25;margin:14px 0}
.promo-card p{margin:0;line-height:1.7}
.section-head{margin-bottom:20px}
.section-head h2{font-size:32px;margin:0 0 10px}
.section-head p{margin:0;color:var(--muted);line-height:1.7}
.section-head.split{display:flex;align-items:end;justify-content:space-between;gap:20px}
.see-all{color:var(--blue);font-weight:700}
.quick-service,.featured,.benefits{padding:56px 0}
.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.service-card,.post-card,.mini-box{background:var(--card);border:1px solid var(--border);border-radius:24px;padding:22px;box-shadow:var(--shadow)}
.service-icon{width:58px;height:58px;border-radius:18px;display:grid;place-items:center;font-size:28px;background:linear-gradient(135deg,var(--blue-soft),#fff)}
.service-card h3,.post-card h3{margin:16px 0 10px;font-size:22px}
.service-card p,.post-card p,.mini-box span,.benefit-text p,.benefit-text li{color:var(--muted);line-height:1.75}
.featured-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.posts-six{grid-template-columns:repeat(3,1fr);} 
.tag{display:inline-block;background:var(--blue-soft);color:var(--blue);font-size:13px;font-weight:700;padding:8px 12px;border-radius:999px}
.thumb{height:180px;border-radius:18px;margin:16px 0;background:linear-gradient(135deg,#ffd6e7,#dbeafe)}
.post-card a{display:inline-block;margin-top:10px;color:var(--pink);font-weight:700}
.benefits-wrap{display:grid;grid-template-columns:1.1fr .9fr;gap:28px;align-items:start}
.benefit-box{display:grid;gap:16px}
.benefit-text ul{padding-left:18px}
.site-footer{background:#0f172a;color:#e2e8f0;padding:42px 0;margin-top:20px}
.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:24px}
.footer-brand{color:#fff;margin-bottom:8px}
.site-footer h4{margin:0 0 14px;color:#fff}
.site-footer ul{list-style:none;padding:0;margin:0}
.site-footer li{margin:8px 0}
.site-footer a{color:#cbd5e1}
@media (max-width: 992px){
  .header-main,.top-strip-inner,.section-head.split,.benefits-wrap,.footer-grid,.hero-grid{grid-template-columns:1fr;display:grid}
  .search-box{max-width:none}
  .service-grid,.featured-grid,.hero-stats{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 640px){
  .brand{font-size:24px}
  .hero h1{font-size:30px}
  .service-grid,.featured-grid,.hero-stats{grid-template-columns:1fr}
  .header-main{display:block}
  .logo-wrap{margin-bottom:14px}
  .search-box{display:flex}
  .top-strip-inner{display:block}
  .top-links{display:block;margin-top:6px}
  .nav-inner{gap:18px;padding:12px 0}
}

.categories-seven{grid-template-columns:repeat(4,1fr)}
@media (max-width: 992px){.categories-seven{grid-template-columns:repeat(2,1fr)}}
@media (max-width: 640px){.categories-seven{grid-template-columns:1fr}}


.home-hero-shop{padding:28px 0 18px;background:linear-gradient(180deg,#f8fbff 0%,#eef5ff 100%)}
.home-hero-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:18px}
.hero-banner-main{background:linear-gradient(135deg,#fff,#f7fbff);border:1px solid var(--border);border-radius:28px;padding:34px;box-shadow:var(--shadow);min-height:320px;display:flex;flex-direction:column;justify-content:center}
.hero-banner-main h1{font-size:42px;line-height:1.15;margin:14px 0;color:#0f172a}
.hero-banner-main p{font-size:17px;color:var(--muted);line-height:1.8;max-width:620px}
.hero-chip{display:inline-flex;align-self:flex-start;background:var(--pink-soft);color:var(--pink);padding:10px 14px;border-radius:999px;font-size:13px;font-weight:700}
.hero-banner-side-wrap{display:grid;gap:18px}
.hero-banner-side{border-radius:28px;padding:26px;min-height:151px;color:#fff;display:flex;flex-direction:column;justify-content:space-between;box-shadow:var(--shadow)}
.hero-banner-side strong{font-size:26px;line-height:1.25}
.hero-banner-side span{opacity:.95;line-height:1.7}
.hero-banner-side.pink{background:linear-gradient(135deg,#ff4f93,#ff88b5)}
.hero-banner-side.blue{background:linear-gradient(135deg,#0b6bff,#4aa2ff)}
.home-categories-strip{padding:18px 0 8px}
.category-pills{display:grid;grid-template-columns:repeat(7,1fr);gap:12px}
.category-pill{background:#fff;border:1px solid var(--border);border-radius:22px;padding:16px 14px;display:flex;flex-direction:column;gap:8px;align-items:flex-start;justify-content:center;box-shadow:var(--shadow);min-height:96px}
.category-pill span{font-size:24px}
.category-pill b{font-size:14px;line-height:1.45;color:#1e293b}
.home-product-block{padding:26px 0}
.compact-head h2{font-size:28px}
.product-grid-home{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.product-card-home{background:#fff;border:1px solid var(--border);border-radius:24px;overflow:hidden;box-shadow:var(--shadow)}
.product-thumb-home{display:block;height:230px;background:linear-gradient(135deg,#ffddea,#dbeafe)}
.product-info-home{padding:18px}
.product-name-home{display:block;font-size:18px;font-weight:700;line-height:1.5;color:#0f172a;min-height:54px}
.product-price-home{font-size:22px;font-weight:800;color:var(--pink);margin-top:10px}
.product-note-home{font-size:14px;line-height:1.7;color:var(--muted);margin-top:10px;min-height:72px}
.product-actions-home{display:flex;gap:10px;margin-top:16px}
.btn-small{flex:1;text-align:center;padding:11px 12px;border-radius:999px;font-size:14px;font-weight:700}
.btn-outline{border:1px solid var(--blue);color:var(--blue);background:#fff}
.btn-fill{background:var(--pink);color:#fff}
@media (max-width: 1100px){.category-pills{grid-template-columns:repeat(4,1fr)}}
@media (max-width: 992px){.home-hero-grid{grid-template-columns:1fr}.product-grid-home{grid-template-columns:repeat(2,1fr)}.category-pills{grid-template-columns:repeat(3,1fr)}.hero-banner-main h1{font-size:34px}}
@media (max-width: 640px){.product-grid-home,.category-pills{grid-template-columns:1fr}.hero-banner-main{padding:24px}.hero-banner-main h1{font-size:28px}.product-actions-home{flex-direction:column}}


.home-shop-shell{padding:26px 0 14px;background:linear-gradient(180deg,#f8fbff 0%,#eef5ff 100%)}
.home-shop-grid{display:grid;grid-template-columns:280px 1fr;gap:18px;align-items:start}
.home-sidebar-cats{background:#fff;border:1px solid var(--border);border-radius:24px;padding:18px;box-shadow:var(--shadow);position:sticky;top:90px;align-self:start;max-height:calc(100vh - 110px);overflow:auto}
.home-sidebar-cats h3{margin:4px 0 14px;font-size:22px}
.sidebar-cat-list{display:grid;gap:10px}
.sidebar-cat-item{display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:16px;border:1px solid var(--border);background:#fbfdff}
.sidebar-cat-item span{font-size:22px}
.sidebar-cat-item b{font-size:14px;color:#1e293b}
.shop-banner-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:18px}
.shop-banner-big{background:linear-gradient(135deg,#fff,#f7fbff);border:1px solid var(--border);border-radius:28px;padding:34px;box-shadow:var(--shadow);min-height:320px;display:flex;flex-direction:column;justify-content:center}
.shop-banner-big h1{font-size:40px;line-height:1.15;margin:14px 0;color:#0f172a}
.shop-banner-big p{font-size:17px;color:var(--muted);line-height:1.8;max-width:650px}
.shop-banner-small-wrap{display:grid;gap:18px}
.shop-banner-small{border-radius:28px;padding:24px;min-height:151px;color:#fff;display:flex;flex-direction:column;justify-content:space-between;box-shadow:var(--shadow)}
.shop-banner-small strong{font-size:26px;line-height:1.25}
.shop-banner-small span{opacity:.95;line-height:1.7}
.shop-banner-small.pink{background:linear-gradient(135deg,#ff4f93,#ff88b5)}
.shop-banner-small.blue{background:linear-gradient(135deg,#0b6bff,#4aa2ff)}
.deal-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:18px}
.deal-box{background:#fff;border:1px solid var(--border);border-radius:18px;padding:18px;box-shadow:var(--shadow)}
.deal-box strong{display:block;font-size:18px;color:#0f172a}
.deal-box span{display:block;margin-top:8px;font-size:14px;line-height:1.6;color:var(--muted)}
.shop-heavy{padding:24px 0}
.shop-card-strong{border-radius:22px}
.product-thumb-wrap{position:relative}
.product-badge-home{position:absolute;top:12px;left:12px;z-index:2;background:var(--pink);color:#fff;font-size:12px;font-weight:700;padding:8px 10px;border-radius:999px;box-shadow:0 8px 20px rgba(255,79,147,.25)}
.product-thumb-home{display:block;height:250px;background:linear-gradient(135deg,#ffddea,#dbeafe)}
.price-line-home{display:flex;gap:10px;align-items:end;margin-top:10px;flex-wrap:wrap}
.product-old-home{font-size:14px;color:#94a3b8}
@media (max-width: 1200px){.shop-banner-grid{grid-template-columns:1fr}.home-shop-grid{grid-template-columns:1fr}.home-sidebar-cats{background:#fff;border:1px solid var(--border);border-radius:24px;padding:18px;box-shadow:var(--shadow);position:sticky;top:90px;align-self:start;max-height:calc(100vh - 110px);overflow:auto}}
@media (max-width: 992px){.deal-strip,.product-grid-home{grid-template-columns:repeat(2,1fr)}.shop-banner-big h1{font-size:32px}}
@media (max-width: 640px){.deal-strip,.product-grid-home{grid-template-columns:1fr}.shop-banner-big{padding:24px}.shop-banner-big h1{font-size:27px}}


.slider-layout{align-items:stretch}
.home-slider{position:relative}
.home-slide{display:none;height:100%}
.home-slide.is-active{display:block}
.slide-theme-main{background:linear-gradient(135deg,#fff,#f7fbff)}
.slide-theme-pink{background:linear-gradient(135deg,#fff0f6,#ffe0ed)}
.slide-theme-blue{background:linear-gradient(135deg,#eef5ff,#dbeafe)}
.slider-dots{position:absolute;left:24px;bottom:18px;display:flex;gap:10px}
.slider-dots .dot{width:12px;height:12px;border-radius:999px;border:0;background:#cbd5e1;cursor:pointer;padding:0}
.slider-dots .dot.is-active{background:var(--pink);width:28px}


.single-slider-layout{grid-template-columns:1fr !important}
.rectangle-slider{width:100%}
.rectangle-slider .home-slide{min-height:0}
.slide-bg{position:relative;overflow:hidden;min-height:360px;background-size:cover;background-position:center;border-radius:28px}
.slide-bg::before{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(15,23,42,.55) 0%, rgba(15,23,42,.28) 38%, rgba(15,23,42,.05) 100%)}
.slide-bg-1{background-image:url('https://images.unsplash.com/photo-1515488042361-ee00e0ddd4e4?auto=format&fit=crop&w=1400&q=80')}
.slide-bg-2{background-image:url('https://images.unsplash.com/photo-1519238359922-989348752efb?auto=format&fit=crop&w=1400&q=80')}
.slide-bg-3{background-image:url('https://images.unsplash.com/photo-1516627145497-ae6968895b74?auto=format&fit=crop&w=1400&q=80')}
.slide-overlay-content{position:relative;z-index:2;max-width:620px;color:#fff}
.slide-overlay-content h1{color:#fff !important}
.slide-overlay-content p{color:rgba(255,255,255,.92) !important}
.slider-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:46px;height:46px;border-radius:999px;border:0;background:rgba(255,255,255,.88);color:#0f172a;font-size:28px;line-height:1;cursor:pointer;box-shadow:var(--shadow)}
.slider-arrow.prev{left:18px}
.slider-arrow.next{right:18px}
.rectangle-slider .slider-dots{left:50%;transform:translateX(-50%);bottom:16px}
@media (max-width: 640px){.slide-bg{min-height:300px}.slider-arrow{width:40px;height:40px;font-size:24px}.slide-overlay-content{max-width:100%}}


.rectangle-slider .shop-banner-big{min-height:420px;padding:42px 48px;display:flex;align-items:center}
.slide-bg::before{background:linear-gradient(90deg,rgba(15,23,42,.62) 0%, rgba(15,23,42,.38) 40%, rgba(15,23,42,.12) 100%)}
.slide-bg-1{background-image:url('https://images.unsplash.com/photo-1544126592-807ade215a0b?auto=format&fit=crop&w=1600&q=80')}
.slide-bg-2{background-image:url('https://images.unsplash.com/photo-1519340241574-2cec6aef0c01?auto=format&fit=crop&w=1600&q=80')}
.slide-bg-3{background-image:url('https://images.unsplash.com/photo-1514090458221-65bb69cf63e6?auto=format&fit=crop&w=1600&q=80')}
.slide-overlay-content{max-width:640px}
.slide-overlay-content .hero-chip{background:rgba(255,255,255,.18);backdrop-filter:blur(6px);color:#fff;border:1px solid rgba(255,255,255,.24);padding:10px 16px}
.slide-overlay-content h1{font-size:46px;line-height:1.14;margin:16px 0 14px;text-shadow:0 8px 28px rgba(0,0,0,.16)}
.slide-overlay-content p{font-size:17px;line-height:1.85;max-width:560px}
.slide-overlay-content .btn-primary{background:linear-gradient(135deg,#ff4f93,#ff7dad);border:0;box-shadow:0 14px 28px rgba(255,79,147,.28)}
.slide-overlay-content .btn-light{background:rgba(255,255,255,.92);border:0;color:#0f172a}
.slider-arrow{background:rgba(255,255,255,.92);backdrop-filter:blur(6px);width:50px;height:50px}
.slider-arrow:hover{transform:translateY(-50%) scale(1.04)}
.rectangle-slider .slider-dots .dot{background:rgba(255,255,255,.55)}
.rectangle-slider .slider-dots .dot.is-active{background:#fff}
@media (max-width: 992px){
  .rectangle-slider .shop-banner-big{min-height:360px;padding:32px}
  .slide-overlay-content h1{font-size:36px}
}
@media (max-width: 640px){
  .rectangle-slider .shop-banner-big{min-height:300px;padding:24px 22px}
  .slide-overlay-content h1{font-size:28px;line-height:1.22}
  .slide-overlay-content p{font-size:15px;line-height:1.7}
}

.nav-simple{justify-content:center;gap:34px;overflow:auto;padding-left:8px;padding-right:8px}


.home-info-section{padding:34px 0}
.alt-bg{background:#f8fbff}
.info-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.info-grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.info-card{background:#fff;border:1px solid var(--border);border-radius:24px;padding:24px;box-shadow:var(--shadow)}
.info-card.large{padding:28px}
.info-card h3{margin:0 0 14px;font-size:24px;color:#0f172a}
.info-card p{margin:0 0 10px;line-height:1.8;color:var(--muted)}
.info-list{margin:0;padding-left:18px;color:var(--muted);line-height:1.85}
.footer-full{margin-top:0}
.footer-grid-4{grid-template-columns:1.2fr .8fr .9fr 1fr}
@media (max-width: 992px){.info-grid-3,.info-grid-2,.footer-grid-4{grid-template-columns:1fr}}


.home-mini-features{padding:26px 0 10px}
.mini-feature-row{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}
.mini-feature-item{background:#fff;border:1px solid var(--border);border-radius:18px;padding:16px 14px;display:flex;align-items:center;gap:10px;justify-content:center;box-shadow:var(--shadow);min-height:68px}
.mini-feature-icon{width:34px;height:34px;border-radius:999px;background:#eaf2ff;color:var(--blue);display:grid;place-items:center;font-size:16px;flex:0 0 auto}
.mini-feature-item b{font-size:14px;color:#1e293b;line-height:1.4;text-align:center}
@media (max-width: 992px){.mini-feature-row{grid-template-columns:repeat(2,1fr)}}
@media (max-width: 640px){.mini-feature-row{grid-template-columns:1fr}}


.mini-feature-row.clean-style{gap:0;border-top:1px solid #eef2f7;border-bottom:1px solid #eef2f7;background:#fff}
.clean-item{border:0 !important;border-radius:0 !important;box-shadow:none !important;background:transparent !important;min-height:118px;flex-direction:column;gap:12px;padding:18px 10px}
.clean-item + .clean-item{border-left:1px solid #f1f5f9}
.clean-item b{font-size:14px;line-height:1.5;font-weight:600;color:#334155}
.clean-item .mini-feature-icon{width:42px;height:42px;font-size:18px;font-weight:700;background:#f8fafc;color:#0f172a}
.clean-item .mini-feature-icon.pink{background:#ffe3ef;color:#ff4f93}
.clean-item .mini-feature-icon.yellow{background:#fff4d6;color:#d49a00}
.clean-item .mini-feature-icon.green{background:#ddfff1;color:#11a36a}
.clean-item .mini-feature-icon.blue{background:#e3f2ff;color:#3090ff}
.clean-item .mini-feature-icon.purple{background:#f3e8ff;color:#b75cff}
@media (max-width: 992px){.mini-feature-row.clean-style{grid-template-columns:repeat(3,1fr)}.clean-item:nth-child(4){border-left:0}}
@media (max-width: 640px){.mini-feature-row.clean-style{grid-template-columns:repeat(2,1fr)}.clean-item{min-height:104px}.clean-item:nth-child(odd){border-left:0}}


@media (max-width: 768px){
  body{font-size:15px}
  .top-strip{font-size:12px}
  .top-strip-inner{display:block;padding:8px 0}
  .top-links{display:block;margin-top:4px}
  .site-header{position:static}
  .header-main{display:block;padding:14px 0}
  .logo-wrap{margin-bottom:12px}
  .logo-badge{width:42px;height:42px;font-size:22px;border-radius:12px}
  .brand{font-size:24px}
  .brand-sub{font-size:12px;line-height:1.5}
  .search-box{display:flex;max-width:none;gap:8px}
  .search-box input{height:44px;font-size:14px;padding:0 14px}
  .search-box button{height:44px;padding:0 16px;font-size:14px;white-space:nowrap}
  .nav-inner,.nav-simple{gap:8px;padding:10px 8px;font-size:12px;white-space:nowrap;overflow-x:auto;overflow-y:hidden;justify-content:flex-start;-webkit-overflow-scrolling:touch}.nav-inner a,.nav-simple a{padding:6px 10px;border-radius:999px;background:#f8fbff;flex:0 0 auto}
  .home-shop-shell{padding:16px 0 10px}
  .home-shop-grid{grid-template-columns:1fr;gap:12px}
  .home-sidebar-cats{background:#fff;border:1px solid var(--border);border-radius:24px;padding:18px;box-shadow:var(--shadow);position:sticky;top:90px;align-self:start;max-height:calc(100vh - 110px);overflow:auto}
  .home-sidebar-cats h3{font-size:18px;margin-bottom:10px}
  .sidebar-cat-list{grid-template-columns:1fr}
  .sidebar-cat-item{padding:10px 12px;border-radius:14px}
  .shop-banner-grid,.single-slider-layout{grid-template-columns:1fr !important;gap:12px}
  .rectangle-slider .shop-banner-big,.shop-banner-big,.slide-bg{min-height:240px !important;padding:18px 16px !important;border-radius:20px}
  .slide-overlay-content{max-width:100%}
  .slide-overlay-content .hero-chip{font-size:11px;padding:8px 12px}
  .slide-overlay-content h1{font-size:24px !important;line-height:1.25 !important;margin:12px 0 10px !important}
  .slide-overlay-content p{font-size:14px !important;line-height:1.65 !important;max-width:100%}
  .hero-actions{gap:8px;flex-wrap:wrap;margin-top:14px}
  .btn{padding:11px 16px;font-size:14px}
  .slider-arrow{width:38px !important;height:38px !important;font-size:22px !important}
  .slider-arrow.prev{left:10px}.slider-arrow.next{right:10px}
  .rectangle-slider .slider-dots{bottom:10px}
  .compact-head{align-items:center}
  .compact-head h2,.section-head h2{font-size:22px;line-height:1.3}
  .see-all{font-size:13px}
  .home-product-block{padding:16px 0}
  .product-grid-home{grid-template-columns:1fr 1fr !important;gap:12px}
  .product-card-home{border-radius:18px}
  .product-thumb-home{height:145px !important}
  .product-badge-home{top:10px;left:10px;font-size:11px;padding:6px 8px}
  .product-info-home{padding:12px}
  .product-name-home{font-size:14px;line-height:1.5;min-height:44px}
  .price-line-home{margin-top:8px;gap:6px}
  .product-price-home{font-size:17px}
  .product-old-home{font-size:12px}
  .product-note-home{font-size:12px;line-height:1.6;min-height:54px;margin-top:8px}
  .product-actions-home{display:grid;grid-template-columns:1fr;gap:8px;margin-top:12px}
  .btn-small{padding:10px 10px;font-size:13px}
  .mini-feature-row.clean-style{grid-template-columns:repeat(2,1fr) !important;border-radius:16px;overflow:hidden}
  .clean-item{min-height:96px;padding:14px 8px;gap:10px}
  .clean-item .mini-feature-icon{width:36px;height:36px;font-size:16px}
  .clean-item b{font-size:13px;line-height:1.45}
  .footer-grid,.footer-grid-4{grid-template-columns:1fr !important;gap:18px}
  .site-footer{padding:28px 0}
}
@media (max-width: 480px){
  .product-grid-home{grid-template-columns:1fr 1fr !important;gap:10px}
  .product-thumb-home{height:132px !important}
  .product-name-home{font-size:13px;min-height:40px}
  .product-price-home{font-size:16px}
  .product-note-home{font-size:11px;min-height:50px}
  .btn-small{font-size:12px;padding:9px 8px}
  .slide-overlay-content h1{font-size:22px !important}
  .slide-overlay-content p{font-size:13px !important}
  .clean-item b{font-size:12px}
}

@media (max-width: 768px){.home-sidebar-cats{position:static !important;top:auto !important;max-height:none !important;overflow:visible !important;}}


@media (max-width: 480px){
  .sidebar-cat-list{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:8px}
  .sidebar-cat-item{min-height:64px !important;padding:8px 8px !important}
  .sidebar-cat-item span{font-size:18px}
  .sidebar-cat-item b{font-size:12px;line-height:1.35}
}


.home-slider,.rectangle-slider{width:100%}
.rectangle-slider .home-slide,
.rectangle-slider .shop-banner-big,
.rectangle-slider .slide-bg{
  width:100%;
  height:420px;
  min-height:420px !important;
  max-height:420px;
}
@media (max-width: 992px){
  .rectangle-slider .home-slide,
  .rectangle-slider .shop-banner-big,
  .rectangle-slider .slide-bg{
    height:340px;
    min-height:340px !important;
    max-height:340px;
  }
}
@media (max-width: 640px){
  .rectangle-slider .home-slide,
  .rectangle-slider .shop-banner-big,
  .rectangle-slider .slide-bg{
    height:260px;
    min-height:260px !important;
    max-height:260px;
  }
}


.home-mobile-topblocks{display:none}
@media (max-width: 768px){
  .home-mobile-topblocks{display:block;padding:10px 0 4px;background:#f8fbff}
  .mobile-top-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:10px}
  .mobile-top-card{border-radius:18px;padding:16px 14px;color:#fff;display:flex;flex-direction:column;gap:6px;min-height:92px;box-shadow:var(--shadow)}
  .mobile-top-card strong{font-size:15px;line-height:1.4}
  .mobile-top-card span{font-size:12px;line-height:1.55;opacity:.96}
  .promo-pink{background:linear-gradient(135deg,#ff4f93,#ff82b2)}
  .promo-blue{background:linear-gradient(135deg,#0b6bff,#50a7ff)}
  .mobile-icon-row{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}
  .mobile-icon-item{background:#fff;border:1px solid #eef2f7;border-radius:16px;min-height:82px;padding:10px 6px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;box-shadow:var(--shadow)}
  .mobile-icon-item span{font-size:20px}
  .mobile-icon-item b{font-size:12px;line-height:1.35;color:#334155;text-align:center;font-weight:600}
}
@media (max-width: 480px){
  .mobile-top-grid{gap:8px}
  .mobile-top-card{padding:14px 12px;min-height:88px}
  .mobile-top-card strong{font-size:14px}
  .mobile-top-card span{font-size:11px}
  .mobile-icon-row{grid-template-columns:repeat(4,1fr);gap:6px}
  .mobile-icon-item{min-height:76px;padding:8px 4px}
  .mobile-icon-item span{font-size:18px}
  .mobile-icon-item b{font-size:11px}
}


.decorative-top{display:flex;justify-content:center;align-items:center;gap:10px;flex-wrap:wrap;padding:10px 0}
.top-pill{display:inline-flex;align-items:center;justify-content:center;padding:7px 14px;border-radius:999px;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.22);backdrop-filter:blur(6px);font-size:13px;font-weight:700;color:#fff;letter-spacing:.2px}
@media (max-width: 768px){
  .decorative-top{gap:8px;padding:8px 0}
  .top-pill{font-size:11px;padding:6px 10px}
}


@media (max-width: 768px){
  .slide-overlay-content h1{font-size:19px !important;line-height:1.25 !important;max-width:220px;margin:10px 0 8px !important}
  .slide-overlay-content .hero-chip{font-size:10px;padding:6px 10px}
  .hero-actions .btn{padding:10px 14px;font-size:13px}
}
@media (max-width: 480px){
  .slide-overlay-content h1{font-size:18px !important;max-width:210px}
}



@media (max-width: 768px){
  .nav-bar .container{padding-left:12px !important;padding-right:12px !important}
  .nav-inner,.nav-simple{padding-left:0 !important;padding-right:0 !important}
}


.nav-bar{background:linear-gradient(90deg,#ff9fc7 0%,#ff8fbe 100%) !important;border-top:1px solid #df72a3;border-bottom:1px solid #d86598}
.nav-simple a{color:#9f205a;font-weight:700}
@media (max-width: 768px){
  .nav-inner a,.nav-simple a{background:rgba(255,255,255,.85);color:#9f205a;border:1px solid #eeb2cb}
}


@media (max-width: 768px){
  .header-main{display:block !important}
  .search-box{display:flex !important;width:100%;max-width:100% !important;gap:8px;align-items:center}
  .search-box input{flex:1 1 auto;min-width:0;width:auto !important}
  .search-box button{flex:0 0 88px;min-width:88px;max-width:88px}
}
@media (max-width: 480px){
  .search-box{gap:6px}
  .search-box button{flex:0 0 82px;min-width:82px;max-width:82px}
  .search-box input{font-size:12px;padding:0 10px}
}


@media (max-width: 768px){
  html,body{overflow-x:hidden !important}
  .site-header,.top-strip,.nav-bar,.home-shop-shell,.home-mobile-topblocks,.home-product-block,.home-mini-features,.site-footer{overflow-x:clip}
  .container{width:100%;max-width:100%;padding-left:12px !important;padding-right:12px !important;box-sizing:border-box}
  .header-main,.nav-bar .container,.home-shop-grid,.mobile-top-grid,.mobile-icon-row,.product-grid-home,.mini-feature-row,.footer-grid{max-width:100%;box-sizing:border-box}
  .search-box{width:100%;max-width:100%;overflow:hidden}
  .search-box input,.search-box button{box-sizing:border-box}
}


@media (max-width: 768px){
  .decorative-top{flex-wrap:nowrap !important;overflow-x:auto;overflow-y:hidden;justify-content:flex-start;padding:8px 0;gap:8px;-webkit-overflow-scrolling:touch}
  .top-pill{white-space:nowrap;flex:0 0 auto}
}


@media (max-width: 768px){
  .slide-overlay-content{padding-top:12px}
  .hero-actions{margin-top:28px !important;align-items:flex-end}
  .hero-actions .btn{padding:9px 12px !important;font-size:12px !important;border-radius:999px}
}
@media (max-width: 480px){
  .hero-actions{margin-top:34px !important}
  .hero-actions .btn{padding:8px 11px !important;font-size:11px !important}
}


@media (max-width: 768px){
  .slide-overlay-content{display:flex;flex-direction:column;justify-content:space-between;height:100%}
  .slide-overlay-content .hero-actions{margin-top:auto !important;padding-top:18px}
}
@media (max-width: 480px){
  .slide-overlay-content .hero-actions{padding-top:22px}
}


.section-soft-pink{background:linear-gradient(180deg,#fff7fb 0%,#fff 100%);padding:18px 0;border-top:1px solid #f9dbe8;border-bottom:1px solid #fce7f1}
.section-soft-blue{background:linear-gradient(180deg,#eef6ff 0%,#f9fcff 100%);padding:18px 0;border-top:1px solid #cfe2ff;border-bottom:1px solid #dcebff}
.section-soft-yellow{background:linear-gradient(180deg,#fff8d9 0%,#fffdf3 100%);padding:18px 0;border-top:1px solid #f1df96;border-bottom:1px solid #f7eab8}
.section-soft-mint{background:linear-gradient(180deg,#f7fffc 0%,#fff 100%);padding:18px 0;border-top:1px solid #d8f5e9;border-bottom:1px solid #e7faf2}
.section-soft-lilac{background:linear-gradient(180deg,#f4edff 0%,#fcf9ff 100%);padding:18px 0;border-top:1px solid #dbc8f8;border-bottom:1px solid #ebddfb}
.section-soft-pink .container,.section-soft-blue .container,.section-soft-yellow .container,.section-soft-mint .container,.section-soft-lilac .container{position:relative}


.btn-single{width:100%}
.product-actions-home{display:block}


.product-card-home{display:flex;flex-direction:column}
.product-info-home{display:flex;flex-direction:column;flex:1}
.product-note-home{min-height:52px !important;max-height:52px;overflow:hidden}
.product-actions-home{display:flex !important;justify-content:center;align-items:center;margin-top:14px}
.btn-single{width:auto !important;min-width:130px;text-align:center;padding-left:18px;padding-right:18px}
@media (max-width: 768px){
  .product-name-home{min-height:40px !important}
  .product-note-home{min-height:38px !important;max-height:38px;font-size:11px;line-height:1.5}
  .btn-single{min-width:110px}
}


@media (max-width: 768px){
  .home-mini-features{padding:12px 0 2px}
  .mini-feature-row.clean-style{border-radius:18px}
  .clean-item{min-height:72px !important;padding:10px 6px !important;gap:6px !important}
  .clean-item .mini-feature-icon{width:30px !important;height:30px !important;font-size:14px !important}
  .clean-item b{font-size:11px !important;line-height:1.35 !important}
  .site-footer{padding:20px 0 !important}
  .footer-brand{font-size:16px !important;margin-bottom:6px}
  .site-footer p,.site-footer li,.site-footer a{font-size:12px !important;line-height:1.6}
  .site-footer h4{font-size:14px !important;margin-bottom:10px}
  .footer-grid{gap:12px !important}
}


@media (max-width: 768px){
  .mini-feature-row.clean-style{display:flex !important;gap:8px;overflow-x:auto;overflow-y:hidden;border:0;background:transparent;padding-bottom:4px}
  .clean-item{flex:0 0 92px !important;border:1px solid #eef2f7 !important;border-radius:16px !important;background:#fff !important;box-shadow:var(--shadow) !important}
  .clean-item + .clean-item{border-left:1px solid #eef2f7 !important}
}
@media (max-width: 480px){
  .clean-item{flex:0 0 88px !important}
}


.category-hero{padding:18px 0}
.category-hero-box{background:#fff;border:1px solid #f7dbe8;border-radius:24px;padding:22px;display:flex;justify-content:space-between;gap:16px;align-items:center;box-shadow:var(--shadow)}
.category-hero-box h1{margin:10px 0 8px;font-size:34px;color:#0f172a}
.category-hero-box p{margin:0;color:var(--muted);line-height:1.75;max-width:760px}
.breadcrumb-line{font-size:14px;color:#64748b;display:flex;gap:8px;align-items:center;flex-wrap:wrap}
.breadcrumb-line a{color:#9f205a;font-weight:600}
.category-hero-badge{background:#ffe6f0;color:#9f205a;border:1px solid #f3bfd5;padding:10px 14px;border-radius:999px;font-size:13px;font-weight:700;white-space:nowrap}
.category-grid-home{grid-template-columns:repeat(4,1fr)}
@media (max-width: 768px){
  .category-hero-box{padding:16px;border-radius:18px;display:block}
  .category-hero-box h1{font-size:24px}
  .category-hero-box p{font-size:13px;line-height:1.65;margin-top:6px}
  .category-hero-badge{display:inline-flex;margin-top:12px}
  .category-grid-home{grid-template-columns:1fr 1fr !important}
}


.category-subcats,.category-desc-short,.category-desc-long{padding:18px 0}
.subcat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.subcat-card{background:#fff;border:1px solid var(--border);border-radius:18px;padding:16px 14px;box-shadow:var(--shadow);font-weight:700;color:#334155;text-align:center}
.category-text-box{background:#fff;border:1px solid var(--border);border-radius:22px;padding:22px;box-shadow:var(--shadow)}
.category-text-box h2{margin:0 0 12px;font-size:26px;color:#0f172a}
.category-text-box p{margin:0;color:var(--muted);line-height:1.85}
.long-box p{white-space:normal}
@media (max-width: 768px){
  .subcat-grid{grid-template-columns:repeat(2,1fr);gap:10px}
  .subcat-card{padding:12px 10px;font-size:13px;border-radius:14px}
  .category-text-box{padding:16px;border-radius:18px}
  .category-text-box h2{font-size:20px}
  .category-text-box p{font-size:13px;line-height:1.7}
}


.colorful-subcat{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;background:linear-gradient(180deg,#fff7fb 0%,#fff 100%);border:1px solid #f3d5e2}
.subcat-icon{width:38px;height:38px;border-radius:999px;display:grid;place-items:center;background:#ffe6f0;color:#c23d73;font-size:18px;box-shadow:var(--shadow)}
.colorful-subcat b{font-size:14px;line-height:1.4;color:#334155;text-align:center}
@media (max-width: 768px){
  .subcat-icon{width:32px;height:32px;font-size:16px}
  .colorful-subcat b{font-size:12px}
}


.subcat-card{position:relative;padding-left:52px !important}
.subcat-icon{position:absolute;left:16px;top:50%;transform:translateY(-50%)}
@media (max-width: 768px){
  .subcat-card{padding-left:46px !important}
  .subcat-icon{left:12px}
}


.subcat-grid{align-items:stretch}
.subcat-card{height:100%;min-height:92px}
@media (max-width: 768px){
  .subcat-card{min-height:82px}
}


.colorful-subcat b{
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.subcat-card{overflow:hidden}


.is-hidden-item{display:none !important}
.load-more-wrap{grid-column:1/-1;display:flex;justify-content:center;padding-top:8px}
.load-more-btn{border:1px solid #eab7cc;background:#fff0f6;color:#9f205a;font-weight:700;cursor:pointer}


.product-page-wrap{padding:20px 0}
.product-main-card{background:#fff;border:1px solid #f1d7e4;border-radius:26px;padding:24px;display:grid;grid-template-columns:1fr 1fr;gap:22px;box-shadow:var(--shadow)}
.product-media-box,.product-summary-box{background:#fff}
.product-main-image{width:100%;aspect-ratio:1/1;border-radius:22px;background:linear-gradient(135deg,#ffddea,#dbeafe);border:1px solid #f1e7ee}
.product-chip{display:inline-flex;padding:8px 12px;border-radius:999px;background:#ffe6f0;color:#9f205a;font-size:13px;font-weight:700}
.product-title-main{font-size:34px;line-height:1.2;margin:14px 0;color:#0f172a}
.product-price-main{font-size:30px;font-weight:800;color:#ff4f93;margin-bottom:14px}
.product-short-main{font-size:16px;line-height:1.85;color:#64748b;background:#fff7fb;border:1px solid #f6d7e4;border-radius:18px;padding:16px}
@media (max-width: 768px){
  .product-main-card{grid-template-columns:1fr;padding:16px;border-radius:20px;gap:16px}
  .product-main-image{border-radius:18px}
  .product-title-main{font-size:24px;margin:12px 0}
  .product-price-main{font-size:24px;margin-bottom:10px}
  .product-short-main{font-size:14px;line-height:1.7;padding:14px;border-radius:16px}
}


@media (min-width: 769px){
  .subcat-grid{grid-template-columns:repeat(3,1fr) !important;gap:10px !important}
  .subcat-card{min-height:74px !important;padding:12px 14px !important;border-radius:18px !important}
  .subcat-icon{width:28px !important;height:28px !important;font-size:16px !important}
  .colorful-subcat b{font-size:13px !important;line-height:1.3 !important}
}


@media (min-width: 769px){
  .subcat-grid{display:flex !important;flex-wrap:wrap;gap:10px !important}
  .subcat-card{flex:0 0 auto !important;width:auto !important;min-height:58px !important;padding:10px 14px 10px 42px !important}
  .subcat-icon{left:12px !important}
}


@media (min-width: 769px){
  .nav-inner,.nav-simple{justify-content:center;gap:12px;padding:12px 0}
  .nav-inner a,.nav-simple a{padding:8px 14px;border-radius:999px;background:rgba(255,255,255,.86);color:#9f205a;border:1px solid #eeb2cb;box-shadow:0 6px 16px rgba(169,42,99,.06)}
}
