
:root{--bg:#f5f8fb;--surface:#fff;--primary:#0c79a6;--primary-dark:#075a7d;--text:#102132;--muted:#64748b;--border:#d9e4ec;--shadow:0 15px 40px rgba(16,33,50,.08);--radius:22px}
*{box-sizing:border-box}html,body{margin:0;padding:0;font-family:Inter,Arial,sans-serif;background:var(--bg);color:var(--text)}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}
.container{width:min(1180px,calc(100% - 32px));margin:0 auto}.site-header{background:#fff;border-bottom:1px solid var(--border);position:sticky;top:0;z-index:50}.topbar{display:flex;gap:20px;align-items:center;justify-content:space-between;padding:18px 0}.brand{display:flex;gap:14px;align-items:center}.brand img{width:62px;height:auto}.brand span{display:block;color:var(--muted);font-size:13px}.search{display:flex;gap:10px;flex:1;justify-content:flex-end}.search input{width:min(420px,100%);padding:14px 16px;border:1px solid var(--border);border-radius:999px;background:#f8fbfd}.search button,.btn{border:none;border-radius:999px;padding:14px 20px;font-weight:700;cursor:pointer}.search button,.btn-primary{background:var(--primary);color:#fff}.btn-secondary{background:#e8f3f8;color:var(--primary-dark)}.main-nav{background:linear-gradient(90deg,var(--primary-dark),var(--primary))}.nav-inner{display:flex;gap:18px;overflow:auto;padding:12px 0}.nav-inner a{color:#fff;white-space:nowrap;font-size:14px}.hero,.page-hero{padding:60px 0;background:radial-gradient(circle at top right,#e3f4fb,transparent 40%),linear-gradient(180deg,#fff,#eef5f9)}.page-hero.slim{padding:42px 0}.hero-grid,.two-col,.deal-layout,.footer-grid{display:grid;gap:24px}.hero-grid{grid-template-columns:2fr 1fr;align-items:center}.eyebrow{display:inline-block;margin-bottom:10px;padding:8px 12px;border-radius:999px;background:#e9f5fb;color:var(--primary-dark);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.hero h1,.page-hero h1{font-size:clamp(32px,4vw,52px);line-height:1.05;margin:0 0 14px}.hero p,.page-hero p{font-size:18px;color:var(--muted);max-width:760px}.hero-card,.content-card,.deal-panel,.deal-main-image,.prose,.search-card,.admin-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow)}.hero-card{padding:28px;display:grid;gap:16px}.stat{padding:18px;border-radius:18px;background:#f3f8fb}.stat strong{font-size:32px;display:block}.stat span{color:var(--muted)}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}.section{padding:56px 0}.section-muted{background:#edf4f8}.section-head{display:flex;justify-content:space-between;gap:20px;align-items:end;margin-bottom:22px}.section-head h2{margin:0;font-size:30px}.section-head p{margin:0;color:var(--muted);max-width:650px}.card-grid{display:grid;gap:22px}.card-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.card-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.deal-card,.category-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}.deal-card img,.category-card img{width:100%;aspect-ratio:4/3;object-fit:cover;background:#f2f7fa}.deal-body{padding:18px}.deal-body h3{margin:10px 0 8px;font-size:20px}.deal-body p{margin:0;color:var(--muted);line-height:1.55}.badge{display:inline-block;padding:7px 10px;border-radius:999px;background:#eef6fa;color:var(--primary-dark);font-size:12px;font-weight:800}.overlay-title{padding:18px;background:linear-gradient(90deg,var(--primary-dark),var(--primary));color:#fff;font-weight:800;text-transform:uppercase;letter-spacing:.04em;text-align:center}.deal-layout{grid-template-columns:1.2fr .8fr;align-items:start}.deal-main-image{padding:22px}.deal-panel{padding:28px}.price-row{display:flex;justify-content:space-between;align-items:center;margin:20px 0;padding:18px;border-radius:18px;background:#f5fafc}.price-row strong{font-size:36px}.brand-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}.brand-card{background:#fff;border:1px solid var(--border);border-radius:20px;padding:22px;box-shadow:var(--shadow);text-align:center;font-weight:800}.search-results{display:grid;gap:16px}.search-card{display:block;padding:22px}.search-card h3{margin:10px 0 8px}.search-card p{color:var(--muted);margin:0}.prose{padding:28px;line-height:1.8}.prose h1{margin-top:0}.site-footer{background:#0f2230;color:#d9e7ef;padding:42px 0 24px}.site-footer a{color:#fff}.footer-grid{grid-template-columns:1.3fr 1fr 1fr}.site-footer ul{list-style:none;padding:0;margin:0;display:grid;gap:10px}.footer-bottom{margin-top:28px;padding-top:22px;border-top:1px solid rgba(255,255,255,.12);font-size:14px;color:#a9bfcc}
body.admin{background:#f3f7fa}.admin-shell{display:grid;grid-template-columns:280px 1fr;min-height:100vh}.admin-sidebar{background:#102132;color:#d7e5ee;padding:24px;position:sticky;top:0;height:100vh}.admin-sidebar a{display:block;padding:12px 14px;border-radius:14px;color:#d7e5ee;margin-bottom:8px}.admin-sidebar a:hover,.admin-sidebar a.active{background:rgba(255,255,255,.08)}.admin-main{padding:28px}.admin-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.admin-grid{display:grid;gap:22px}.admin-grid.cols-2{grid-template-columns:1fr 1fr}.admin-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.admin-stat{background:#fff;border:1px solid #d9e4ec;border-radius:20px;padding:20px;box-shadow:var(--shadow)}.admin-stat strong{display:block;font-size:30px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.form-group{display:grid;gap:8px}.form-group.full{grid-column:1/-1}.form-group input,.form-group textarea,.form-group select{padding:14px 16px;border:1px solid #d9e4ec;border-radius:14px;font:inherit;width:100%}.admin-table{width:100%;border-collapse:collapse}.admin-table th,.admin-table td{padding:14px 10px;border-bottom:1px solid #e5edf2;text-align:left;vertical-align:top}.admin-actions{display:flex;gap:8px;flex-wrap:wrap}.btn-sm{padding:10px 14px;font-size:14px}.flash{margin-bottom:18px;padding:14px 16px;border-radius:14px;background:#e8f6ec;color:#166534}.danger{background:#fff1f2;color:#9f1239}.login-wrap{min-height:100vh;display:grid;place-items:center;padding:24px}.menu-item{display:grid;grid-template-columns:1fr 1fr auto;gap:12px;margin-bottom:12px}.muted{color:#64748b}.code-box{font-family:monospace;background:#f5f8fb;padding:12px;border-radius:12px}.badge-gray{display:inline-block;padding:6px 10px;border-radius:999px;background:#eef2f6;color:#334155;font-size:12px;font-weight:700}
@media (max-width: 980px){.hero-grid,.deal-layout,.footer-grid{grid-template-columns:1fr}.card-grid-4,.card-grid-3,.brand-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.topbar{flex-direction:column;align-items:stretch}.search{justify-content:stretch}.search input{width:100%}.admin-shell{grid-template-columns:1fr}.admin-sidebar{height:auto;position:relative}.admin-stats,.form-grid,.admin-grid.cols-2{grid-template-columns:1fr}}
@media (max-width: 640px){.card-grid-4,.card-grid-3,.brand-grid{grid-template-columns:1fr}.container{width:min(100% - 20px,1180px)}.hero h1,.page-hero h1{font-size:32px}.nav-inner{gap:14px}}

.search-enhanced{position:relative}
.search-suggest-panel{position:absolute;top:calc(100% + 10px);left:0;right:0;background:#fff;border:1px solid var(--border);border-radius:24px;box-shadow:var(--shadow);padding:14px;z-index:100;display:grid;gap:10px;max-height:78vh;overflow:auto}
.search-suggest-list{display:grid;gap:4px;padding-bottom:6px;border-bottom:1px solid #eef2f6}
.suggest-line{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:14px}
.suggest-line:hover,.suggest-product:hover{background:#f4f8fb}
.suggest-icon{font-size:18px;color:var(--primary-dark)}
.search-suggest-products{display:grid;gap:6px}
.suggest-product{display:grid;grid-template-columns:68px 1fr;gap:12px;align-items:center;padding:8px 12px;border-radius:16px}
.suggest-product img{width:68px;height:68px;object-fit:cover;border-radius:12px;background:#f2f7fa}
.suggest-product-body{display:grid;gap:3px}
.suggest-product-body span{color:var(--muted);font-size:13px}
.suggest-price-row{display:flex;gap:10px;align-items:center}
.suggest-price-row small{text-decoration:line-through;color:var(--muted)}
.suggest-price-row b{color:var(--primary-dark);font-size:22px}
.search-suggest-footer{display:inline-flex;justify-content:center;align-items:center;margin-top:8px;padding:14px 20px;border-radius:999px;background:var(--primary-dark);color:#fff;font-weight:800;width:max-content;justify-self:center}
.search-results-rich{display:grid;gap:18px}
.search-card-rich{display:grid;grid-template-columns:180px 1fr;gap:18px;align-items:center;padding:0;overflow:hidden}
.search-card-rich img{width:100%;height:160px;object-fit:cover;background:#f2f7fa}
.search-card-body{padding:18px}
.search-price{display:block;margin-top:10px;font-size:26px;color:var(--primary-dark)}
@media (max-width: 720px){.search-card-rich{grid-template-columns:1fr}.search-card-rich img{height:220px}}

.search-layout-pro{display:grid;grid-template-columns:320px 1fr;gap:24px;align-items:start}
.search-filters{padding:22px;position:sticky;top:110px}
.tag-cloud{display:flex;flex-wrap:wrap;gap:8px}
.mini-tag{display:inline-flex;padding:8px 12px;border-radius:999px;background:#eef6fa;color:var(--primary-dark);font-weight:700;font-size:13px}
.search-suggest-panel{min-width:620px}
.search-suggest-head{font-size:12px;font-weight:800;text-transform:uppercase;color:var(--muted);padding:6px 10px}
.search-enhanced input:focus{outline:2px solid rgba(12,121,166,.15)}
@media (max-width: 980px){.search-layout-pro{grid-template-columns:1fr}.search-filters{position:relative;top:0}.search-suggest-panel{min-width:0}}

.search{align-items:center}
.search-enhanced{position:relative;max-width:620px;width:100%}
.search-enhanced .search-suggest-panel{position:absolute;top:calc(100% + 10px);left:0;right:0;min-width:0;width:100%;max-height:70vh;overflow:auto;padding:14px;display:grid;gap:10px;background:#fff;border:1px solid var(--border);border-radius:24px;box-shadow:var(--shadow);z-index:200}
.search-enhanced .search-suggest-products{display:grid;gap:8px}
.search-enhanced .suggest-product{grid-template-columns:72px 1fr;align-items:center}
.search-enhanced .suggest-product img{width:72px;height:72px;object-fit:cover;border-radius:12px;background:#f2f7fa}
.search-enhanced .search-suggest-footer{display:inline-flex}
body.search-open{overflow:auto}
@media (max-width: 980px){.search-enhanced{max-width:none}}

.search-wrap{position:relative;display:block;flex:1;max-width:620px;margin-left:auto}
.search-wrap .search{width:100%;margin:0}
.search-wrap .search-suggest-panel{position:absolute;top:calc(100% + 10px);left:0;right:0;width:100%;min-width:0;max-width:100%;max-height:70vh;overflow:auto;background:#fff;border:1px solid var(--border);border-radius:24px;box-shadow:var(--shadow);padding:14px;z-index:300}
.search-enhanced{display:flex;gap:10px;align-items:center;justify-content:stretch;flex:none;max-width:none;width:100%}
.search-enhanced input{flex:1;min-width:0}
.search-enhanced button{flex:0 0 auto}

.search-suggest-panel{background:#fff;border:1px solid var(--border);border-radius:24px;box-shadow:var(--shadow);padding:14px;z-index:300;display:grid;gap:10px}
.search-suggest-list{display:grid;gap:4px;padding-bottom:6px;border-bottom:1px solid #eef2f6}
.suggest-line{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:14px}
.suggest-line:hover,.suggest-product:hover{background:#f4f8fb}
.suggest-icon{font-size:18px;color:var(--primary-dark)}
.search-suggest-products{display:grid;gap:8px}
.suggest-product{display:grid;grid-template-columns:72px 1fr;gap:12px;align-items:center;padding:8px 12px;border-radius:16px}
.suggest-product img{width:72px;height:72px;object-fit:cover;border-radius:12px;background:#f2f7fa}
.suggest-product-body{display:grid;gap:3px}
.suggest-product-body span{color:var(--muted);font-size:13px}
.suggest-price-row{display:flex;gap:10px;align-items:center}
.suggest-price-row small{text-decoration:line-through;color:var(--muted)}
.suggest-price-row b{color:var(--primary-dark);font-size:22px}
.search-suggest-footer{display:inline-flex;justify-content:center;align-items:center;margin-top:8px;padding:14px 20px;border-radius:999px;background:var(--primary-dark);color:#fff;font-weight:800;width:max-content;justify-self:center}
.search-suggest-head{font-size:12px;font-weight:800;text-transform:uppercase;color:var(--muted);padding:6px 10px}

.category-hero-pro{padding:36px 0 24px}
.category-hero-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:24px;align-items:stretch}
.category-hero-copy{background:linear-gradient(180deg,#2f6691,#457aa5);color:#fff;border-radius:24px;padding:28px;display:flex;flex-direction:column;justify-content:center}
.category-hero-copy p{color:#e7f1f8}
.category-hero-media img{width:100%;height:100%;object-fit:cover;border-radius:24px;min-height:260px;background:#f2f7fa}
.category-layout-pro{display:grid;grid-template-columns:280px 1fr;gap:24px;align-items:start}
.category-sidebar{padding:20px;position:sticky;top:110px}
.category-toolbar{display:flex;justify-content:space-between;gap:20px;align-items:end;margin-bottom:20px}
.category-grid-pro .deal-card img{aspect-ratio:1/1;object-fit:contain;padding:18px;background:#fff}
.pagination-pro{display:flex;gap:8px;flex-wrap:wrap;margin-top:22px}
.pagination-pro a{display:inline-flex;align-items:center;justify-content:center;min-width:42px;height:42px;padding:0 14px;border-radius:12px;border:1px solid var(--border);background:#fff}
.pagination-pro a.active{background:var(--primary-dark);color:#fff;border-color:var(--primary-dark)}
@media (max-width: 980px){.category-hero-grid,.category-layout-pro{grid-template-columns:1fr}.category-sidebar{position:relative;top:0}}

.category-hero-clean{padding:34px 0;background:linear-gradient(180deg,#f7fbfe,#eef5fa)}
.category-hero-clean-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:24px;align-items:center}
.category-hero-clean-media img{width:100%;height:280px;object-fit:cover;border-radius:24px;background:#f2f7fa;border:1px solid var(--border);box-shadow:var(--shadow)}
.category-layout-clean{display:grid;grid-template-columns:280px 1fr;gap:24px;align-items:start}
.category-sidebar-clean{padding:20px;position:sticky;top:110px}
.category-sidebar-clean h3{margin-top:0}
.category-toolbar-clean{display:flex;justify-content:space-between;align-items:end;margin-bottom:18px}
.category-grid-clean .deal-card img{aspect-ratio:1/1;object-fit:contain;padding:18px;background:#fff}
@media (max-width: 980px){.category-hero-clean-grid,.category-layout-clean{grid-template-columns:1fr}.category-sidebar-clean{position:relative;top:0}}

.category-layout-left{display:grid;grid-template-columns:260px 1fr;gap:26px;align-items:start}
.category-sidebar-left{position:sticky;top:110px}
.category-filter-box{background:#fff;border:1px solid var(--border);border-radius:24px;box-shadow:var(--shadow);padding:20px;display:grid;gap:18px}
.category-filter-box h3{margin:0 0 4px}
.filter-group{display:grid;gap:10px}
.filter-title{font-weight:800;color:var(--primary-dark)}
.filter-option{display:grid;grid-template-columns:20px 1fr auto;gap:10px;align-items:center;font-size:15px;color:var(--text)}
.filter-option input{width:18px;height:18px;margin:0}
.filter-option small{color:var(--muted)}
.filter-actions{display:grid;gap:10px}
.category-main-right{min-width:0}
@media (max-width: 980px){.category-layout-left{grid-template-columns:1fr}.category-sidebar-left{position:relative;top:0;order:-1}}

.category-load-sentinel{height:20px}

.category-sidebar-left{
  position:sticky;
  top:110px;
  align-self:start;
  max-height:calc(100vh - 130px);
  overflow:auto;
  padding-right:8px
}
.category-sidebar-left::-webkit-scrollbar{width:10px}
.category-sidebar-left::-webkit-scrollbar-thumb{
  background:#d7e3eb;
  border-radius:999px
}
#category-load-status{
  min-height:28px;
  font-weight:600;
  color:var(--muted)
}
@media (max-width: 980px){
  .category-sidebar-left{
    max-height:none;
    overflow:visible;
    padding-right:0
  }
}


/* Live search professional finish */
.search-wrap{position:relative}
.search-suggest-panel[hidden],
.search-suggest-section[hidden],
.search-suggest-empty[hidden],
.search-suggest-footer[hidden]{display:none !important}
.search-suggest-panel{
  width:100%;
  min-width:0;
  max-width:100%;
  max-height:min(72vh,640px);
  overflow:auto;
  padding:14px;
  gap:12px;
}
.search-suggest-section{display:grid;gap:6px}
.search-suggest-section + .search-suggest-section{padding-top:4px;border-top:1px solid #eef2f6}
.search-suggest-list{padding:0;border-bottom:none}
.search-suggest-products{gap:8px}
.search-suggest-empty{
  padding:14px 16px;
  border-radius:16px;
  background:#f6fafc;
  color:var(--muted);
  text-align:center;
  font-weight:600;
}
.suggest-line,
.suggest-product{
  transition:background-color .15s ease, transform .15s ease;
}
.suggest-line:hover,
.suggest-line.is-active,
.suggest-product:hover,
.suggest-product.is-active{
  background:#eef6fa;
}
.suggest-line.is-active,
.suggest-product.is-active{
  outline:2px solid rgba(12,121,166,.15);
}
.suggest-line{min-height:46px}
.suggest-product{grid-template-columns:72px 1fr;min-height:88px}
.suggest-product-body strong{
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.suggest-product-body span{
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.search-suggest-footer{
  width:100%;
  justify-self:stretch;
  text-align:center;
}
@media (max-width:980px){
  .search-wrap{max-width:none}
  .search-suggest-panel{max-height:60vh}
}
@media (max-width:640px){
  .search-enhanced{flex-wrap:wrap}
  .search-enhanced button{width:100%}
  .suggest-product{grid-template-columns:56px 1fr;min-height:72px}
  .suggest-product img{width:56px;height:56px}
}


/* Live search rich content */
.suggest-line{justify-content:space-between}
.suggest-line-body{display:grid;gap:2px;min-width:0;flex:1}
.suggest-line-body strong{font-size:14px;line-height:1.3}
.suggest-line-body small{color:var(--muted);font-size:12px;line-height:1.3}
.suggest-type{display:inline-flex;align-items:center;justify-content:center;padding:6px 10px;border-radius:999px;background:#eef6fa;color:var(--primary-dark);font-size:11px;font-weight:800;white-space:nowrap}
.suggest-merchant{color:var(--primary-dark);font-size:12px;font-weight:700}
.suggest-price-row{flex-wrap:wrap}


/* Search page professional alignment */
.search-section-block{display:grid;gap:12px}
.search-section-block + .search-section-block{margin-top:18px}
.search-price-row-pro{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:10px}
.search-price-row-pro small{text-decoration:line-through;color:var(--muted)}
.search-card-rich .badge{margin-bottom:10px}
.search-card-rich h3{margin:0 0 8px}
.search-card-rich p{line-height:1.5}

/* V5.11.2 category mobile fix */
.category-filter-mobile-head,
.category-mobile-filter-toggle,
.category-filter-close,
.category-filter-overlay {
  display: none;
}

.category-layout-shopfix {
  align-items: start;
}

.category-sidebar-shopfix {
  position: sticky;
  top: 110px;
}

@media (max-width: 768px) {
  .category-layout-shopfix {
    grid-template-columns: 1fr !important;
  }

  .category-sidebar-shopfix {
    display: none !important;
    position: static !important;
    top: auto !important;
    max-height: none !important;
    overflow: visible !important;
    padding-right: 0 !important;
    margin: 0 !important;
  }

  .category-sidebar-shopfix.is-open {
    display: block !important;
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: auto !important;
    width: min(92vw, 420px) !important;
    max-width: 420px !important;
    max-height: 100vh !important;
    overflow: auto !important;
    background: #fff !important;
    z-index: 1200 !important;
    padding: 16px !important;
    box-shadow: -12px 0 30px rgba(16,33,50,.18) !important;
  }

  .category-filter-mobile-head,
  .category-mobile-filter-toggle,
  .category-filter-close {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
  }

  .category-filter-mobile-head {
    width: 100%;
    display: flex !important;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
  }

  .category-filter-close {
    border: none;
    background: #eef6fa;
    color: var(--primary-dark);
    border-radius: 999px;
    padding: 10px 14px;
    font-weight: 800;
    cursor: pointer;
  }

  .category-filter-overlay:not([hidden]) {
    display: block !important;
    position: fixed;
    inset: 0;
    background: rgba(16,33,50,.45);
    z-index: 1190;
  }

  body.category-filters-open {
    overflow: hidden;
  }

  .category-toolbar-shopfix {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }

  #product-grid.category-grid-mobile-force-2,
  .category-grid-mobile-force-2 {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }

  #product-grid.category-grid-mobile-force-2 .deal-card img,
  .category-grid-mobile-force-2 .deal-card img {
    aspect-ratio: 1 / 1 !important;
    object-fit: contain !important;
    padding: 12px !important;
    background: #fff !important;
  }

  #product-grid.category-grid-mobile-force-2 .deal-body,
  .category-grid-mobile-force-2 .deal-body {
    padding: 12px !important;
  }

  #product-grid.category-grid-mobile-force-2 .deal-body h3,
  .category-grid-mobile-force-2 .deal-body h3 {
    font-size: 14px !important;
    line-height: 1.3 !important;
    margin: 8px 0 6px !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }

  #product-grid.category-grid-mobile-force-2 .deal-body p,
  .category-grid-mobile-force-2 .deal-body p {
    display: none !important;
  }

  #product-grid.category-grid-mobile-force-2 .deal-body strong,
  .category-grid-mobile-force-2 .deal-body strong,
  #product-grid.category-grid-mobile-force-2 .search-price,
  .category-grid-mobile-force-2 .search-price {
    display: block !important;
    font-size: 14px !important;
    margin-top: 6px !important;
  }
}

/* V5.11.3 action-style mobile category UX */
body.category-mobile-shop-active .category-mobile-filter-toggle {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 104px;
}

body.category-mobile-shop-active .category-sidebar-shopfix {
  display: none;
}

body.category-mobile-shop-active .category-sidebar-shopfix.is-open {
  display: block !important;
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: auto !important;
  width: min(92vw, 420px) !important;
  max-width: 420px !important;
  max-height: 100vh !important;
  overflow: auto !important;
  padding: 16px !important;
  background: #fff !important;
  z-index: 1200 !important;
  box-shadow: -12px 0 30px rgba(16,33,50,.18) !important;
}

body.category-mobile-shop-active .category-filter-mobile-head {
  display: flex !important;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

body.category-mobile-shop-active .category-filter-close {
  display: inline-flex !important;
  border: none;
  background: #eef6fa;
  color: var(--primary-dark);
  border-radius: 999px;
  padding: 10px 14px;
  font-weight: 800;
  cursor: pointer;
}

body.category-mobile-shop-active .category-filter-overlay:not([hidden]) {
  display: block !important;
  position: fixed;
  inset: 0;
  background: rgba(16,33,50,.45);
  z-index: 1190;
}

body.category-mobile-shop-active .category-grid-mobile-force-2 .deal-card {
  border-radius: 18px;
  overflow: hidden;
}

body.category-mobile-shop-active .category-grid-mobile-force-2 .deal-card img {
  aspect-ratio: 1 / 1 !important;
  object-fit: contain !important;
  padding: 10px !important;
  background: #fff !important;
}

body.category-mobile-shop-active .category-grid-mobile-force-2 .deal-body {
  padding: 10px !important;
}

body.category-mobile-shop-active .category-grid-mobile-force-2 .deal-body h3 {
  font-size: 14px !important;
  line-height: 1.25 !important;
  margin: 8px 0 6px !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

body.category-mobile-shop-active .category-grid-mobile-force-2 .deal-body p {
  display: none !important;
}

body.category-mobile-shop-active .category-grid-mobile-force-2 .badge {
  font-size: 10px !important;
  padding: 5px 8px !important;
}

body.category-mobile-shop-active .category-grid-mobile-force-2 .search-price,
body.category-mobile-shop-active .category-grid-mobile-force-2 .deal-body strong {
  display: block !important;
  margin-top: 6px !important;
  font-size: 15px !important;
  color: var(--primary-dark);
}

/* V5.11.4 action-style mobile product cards */
body.category-mobile-shop-active .category-grid-mobile-force-2 {
  gap: 14px !important;
}

body.category-mobile-shop-active .category-grid-mobile-force-2 .deal-card {
  border-radius: 16px;
  border: 1px solid #dfe7ee;
  box-shadow: 0 8px 18px rgba(16,33,50,.08);
  background: #fff;
}

body.category-mobile-shop-active .category-grid-mobile-force-2 .deal-card > a {
  display: flex;
  flex-direction: column;
  height: 100%;
}

body.category-mobile-shop-active .category-grid-mobile-force-2 .deal-card img {
  padding: 12px !important;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbfd 100%) !important;
}

body.category-mobile-shop-active .category-grid-mobile-force-2 .deal-body {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 12px !important;
}

body.category-mobile-shop-active .category-grid-mobile-force-2 .badge {
  align-self: flex-start;
  background: #e8f4fb !important;
  color: #0a5f84 !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  letter-spacing: .02em;
  text-transform: uppercase;
}

body.category-mobile-shop-active .category-grid-mobile-force-2 .deal-body h3 {
  min-height: 54px;
  font-size: 14px !important;
  font-weight: 800;
  color: #102132;
}

body.category-mobile-shop-active .category-grid-mobile-force-2 .search-price,
body.category-mobile-shop-active .category-grid-mobile-force-2 .deal-body strong {
  margin-top: auto !important;
  font-size: 24px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  color: #0c79a6 !important;
}

body.category-mobile-shop-active .category-grid-mobile-force-2 .deal-body strong::before,
body.category-mobile-shop-active .category-grid-mobile-force-2 .search-price::before {
  content: '€';
  font-size: 14px;
  font-weight: 800;
  vertical-align: top;
  margin-right: 2px;
}

body.category-mobile-shop-active .category-grid-mobile-force-2 .search-price {
  font-size: 0 !important;
}

body.category-mobile-shop-active .category-grid-mobile-force-2 .search-price::after {
  content: attr(data-price);
  font-size: 24px;
  line-height: 1;
  font-weight: 900;
}

/* V5.11.5 action-like mobile badges */
body.category-mobile-shop-active .category-grid-mobile-force-2 .mobile-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 6px;
}

body.category-mobile-shop-active .category-grid-mobile-force-2 .mobile-shop-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 8px;
  border-radius: 999px;
  background: #0c79a6;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .03em;
}

body.category-mobile-shop-active .category-grid-mobile-force-2 .mobile-fav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  border: 1px solid #d8e4ec;
  background: #fff;
  color: #90a4b3;
  font-size: 16px;
  line-height: 1;
}

body.category-mobile-shop-active .category-grid-mobile-force-2 .mobile-card-subtitle {
  font-size: 12px;
  line-height: 1.3;
  color: #6b7f8f;
  margin-top: -2px;
}

body.category-mobile-shop-active .category-grid-mobile-force-2 .badge {
  display: none !important;
}

/* V5.11.6 mobile category header refinement */
@media (max-width: 1024px) {
  body.category-mobile-shop-active .category-toolbar-shopfix {
    position: sticky;
    top: 108px;
    z-index: 40;
    background: rgba(245,248,251,.96);
    backdrop-filter: blur(8px);
    padding: 10px 0 12px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e1e9ef;
  }

  body.category-mobile-shop-active .category-toolbar-copy {
    min-width: 0;
  }

  body.category-mobile-shop-active .category-toolbar-shopfix h1 {
    font-size: 24px;
    line-height: 1.1;
    margin: 0 0 6px;
  }

  body.category-mobile-shop-active .category-toolbar-shopfix .muted {
    margin: 0;
    font-size: 14px;
    color: #617789;
  }

  body.category-mobile-shop-active .category-mobile-filter-toggle {
    min-width: 110px;
    padding: 13px 18px;
    font-size: 15px;
    font-weight: 800;
    background: #0d4fa8 !important;
    border-radius: 999px;
    box-shadow: 0 10px 18px rgba(13,79,168,.18);
  }
}

@media (max-width: 640px) {
  body.category-mobile-shop-active .category-toolbar-shopfix {
    top: 92px;
    gap: 10px;
  }

  body.category-mobile-shop-active .category-toolbar-shopfix h1 {
    font-size: 20px;
  }

  body.category-mobile-shop-active .category-toolbar-shopfix .muted {
    font-size: 13px;
  }

  body.category-mobile-shop-active .category-mobile-filter-toggle {
    min-width: 98px;
    padding: 12px 16px;
    font-size: 14px;
  }
}


/* V5.11.8 mega menu */
.nav-inner-mega{position:relative}
.mega-menu-item{position:relative;display:flex;align-items:center}
.mega-trigger{background:none;border:none;color:#fff;font:inherit;font-size:14px;white-space:nowrap;cursor:pointer;padding:0}
.mega-trigger::after{content:'▾';margin-left:8px;font-size:12px}
.mega-panel{position:absolute;top:calc(100% + 12px);left:0;width:min(1120px,calc(100vw - 32px));background:#fff;border:1px solid var(--border);border-radius:24px;box-shadow:0 24px 50px rgba(16,33,50,.14);padding:24px;z-index:500;color:var(--text)}
.mega-layout{display:grid;grid-template-columns:1.1fr .9fr 1fr;gap:26px}
.mega-col h4{margin:0 0 16px;font-size:18px}
.mega-col-list{border-right:1px solid #e8eef3;padding-right:22px}
.mega-col-links{border-right:1px solid #e8eef3;padding-right:22px}
.mega-cat-link{display:grid;grid-template-columns:56px 1fr auto;gap:12px;align-items:center;padding:10px 12px;border-radius:16px}
.mega-cat-link:hover,.mega-link-grid a:hover,.mega-featured-card:hover{background:#f4f8fb}
.mega-cat-link img{width:56px;height:56px;border-radius:16px;object-fit:cover;background:#f2f7fa}
.mega-cat-link span{font-weight:800}
.mega-cat-link small{color:var(--muted);font-size:12px}
.mega-link-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.mega-link-grid a{padding:12px 14px;border-radius:14px;background:#f8fbfd;font-weight:700}
.mega-featured-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.mega-featured-card{display:grid;gap:10px;padding:10px;border-radius:18px}
.mega-featured-card img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:14px;background:#f2f7fa}
.mega-featured-card strong{font-size:15px}
@media (max-width: 900px){
  .mega-panel{position:fixed;top:140px;left:16px;right:16px;width:auto;max-height:70vh;overflow:auto}
  .mega-layout{grid-template-columns:1fr}
  .mega-col-list,.mega-col-links{border-right:none;padding-right:0}
  .mega-link-grid,.mega-featured-grid{grid-template-columns:1fr 1fr}
}
@media (max-width: 640px){
  .mega-trigger{font-size:13px}
  .mega-panel{top:128px;padding:18px;border-radius:18px}
  .mega-link-grid,.mega-featured-grid{grid-template-columns:1fr}
  .mega-cat-link{grid-template-columns:44px 1fr;}
  .mega-cat-link small{grid-column:2}
}

/* V5.12.0 mega menu icon size fix */
.mega-cat-link,
.mega-cat-link-small {
  grid-template-columns: 32px 1fr auto !important;
  gap: 10px !important;
  padding: 8px 10px !important;
  align-items: center !important;
}

.mega-cat-link img,
.mega-cat-link-small img {
  width: 32px !important;
  height: 32px !important;
  min-width: 32px !important;
  max-width: 32px !important;
  min-height: 32px !important;
  max-height: 32px !important;
  border-radius: 8px !important;
  object-fit: cover !important;
  display: block !important;
  background: #f2f7fa !important;
}

.mega-cat-link span,
.mega-cat-link-small span {
  font-size: 15px;
  line-height: 1.25;
}

.mega-cat-link small,
.mega-cat-link-small small {
  font-size: 12px;
  white-space: nowrap;
}

/* V5.12.1 remove large mega menu cards */
.mega-layout,
.mega-layout-hierarchy {
  grid-template-columns: 1fr 1fr 1fr !important;
}

.mega-featured-grid,
.mega-featured-card {
  display: none !important;
}

.mega-popular-list {
  display: grid;
  gap: 8px;
}

.mega-col-featured .mega-cat-link,
.mega-col-featured .mega-cat-link-small {
  background: #f8fbfd;
  border-radius: 14px;
}

/* V5.12.2 text-only mega menu */
.mega-panel[hidden]{display:none !important}
.mega-cat-link,
.mega-cat-link-small,
.mega-featured-card,
.mega-featured-grid,
.mega-popular-list img,
.mega-col-list img,
.mega-col-featured img{display:none !important}

.mega-layout,
.mega-layout-hierarchy{grid-template-columns:1fr 1fr 1fr !important}
.mega-text-link{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:10px 12px;border-radius:12px;background:#f8fbfd}
.mega-text-link:hover{background:#eef6fa}
.mega-text-link span{font-weight:700;font-size:14px;line-height:1.3}
.mega-text-link small{color:var(--muted);font-size:12px;white-space:nowrap}
.mega-col-list .mega-text-link,.mega-col-featured .mega-text-link{margin-bottom:8px}
.mega-link-grid a{background:#fff;border:1px solid #e7eef4}
@media (max-width:900px){.mega-layout,.mega-layout-hierarchy{grid-template-columns:1fr !important}}

/* V5.12.3 beslist-style mega menu layout */
.mega-panel[hidden]{display:none !important}
.mega-panel{
  top: calc(100% + 6px) !important;
  left: 0 !important;
  width: min(980px, calc(100vw - 40px)) !important;
  padding: 18px 22px !important;
  border-radius: 0 0 18px 18px !important;
  border-top-left-radius: 0 !important;
  background: #fff !important;
}

.mega-layout,
.mega-layout-hierarchy{
  display: grid !important;
  grid-template-columns: 260px 1fr 260px !important;
  gap: 24px !important;
  align-items: start !important;
}

.mega-col h4{
  margin: 0 0 12px !important;
  font-size: 20px !important;
  color: #102132 !important;
}

.mega-col-list,
.mega-col-links{
  border-right: 1px solid #e5edf4 !important;
  padding-right: 18px !important;
}

.mega-col-featured{
  padding-left: 2px;
}

.mega-col-list .mega-text-link,
.mega-col-featured .mega-text-link{
  display: block !important;
  padding: 9px 0 !important;
  background: transparent !important;
  border-radius: 0 !important;
}

.mega-col-list .mega-text-link:hover,
.mega-col-featured .mega-text-link:hover,
.mega-link-grid a:hover{
  background: transparent !important;
  color: var(--primary-dark) !important;
}

.mega-text-link span{
  display: inline-block !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #102132 !important;
  line-height: 1.35 !important;
}

.mega-text-link small{
  display: inline-block !important;
  margin-left: 6px !important;
  font-size: 12px !important;
  color: #6d8090 !important;
}

.mega-subgroups{
  display: grid !important;
  gap: 16px !important;
}

.mega-subgroup strong{
  display: block !important;
  margin-bottom: 8px !important;
  font-size: 15px !important;
  color: #102132 !important;
}

.mega-subgroup .mega-link-grid{
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 8px 16px !important;
}

.mega-subgroup .mega-link-grid a{
  display: block !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  font-size: 15px !important;
  line-height: 1.45 !important;
  color: #102132 !important;
}

.mega-popular-list{
  display: grid !important;
  gap: 0 !important;
}

@media (max-width: 900px){
  .mega-panel{
    position: fixed !important;
    top: 132px !important;
    left: 16px !important;
    right: 16px !important;
    width: auto !important;
    max-height: 72vh !important;
    overflow: auto !important;
    border-radius: 18px !important;
  }

  .mega-layout,
  .mega-layout-hierarchy{
    grid-template-columns: 1fr !important;
  }

  .mega-col-list,
  .mega-col-links{
    border-right: 0 !important;
    padding-right: 0 !important;
  }

  .mega-subgroup .mega-link-grid{
    grid-template-columns: 1fr !important;
  }
}

/* V5.13.1 professional cookie banner complete */
.cookie-banner-pro{position:fixed;left:20px;right:20px;bottom:20px;z-index:1400;max-width:980px;margin:0 auto;animation:cookieBannerIn .35s ease both}
.cookie-banner-pro[hidden]{display:none!important}
.cookie-banner-pro-inner{display:flex;justify-content:space-between;gap:22px;align-items:center;background:#fff;border:1px solid #d7e3eb;border-radius:22px;box-shadow:0 24px 60px rgba(16,33,50,.22);padding:22px 24px;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}
.cookie-banner-pro-copy{display:grid;gap:10px;max-width:780px}.cookie-banner-pro-copy h3{margin:0;font-size:28px;line-height:1.15}.cookie-banner-pro-copy p{margin:0;color:#475569;line-height:1.6;font-size:16px}.cookie-banner-pro-copy a{color:var(--primary-dark);font-weight:700}
.cookie-badge{display:inline-flex;width:max-content;padding:6px 10px;border-radius:999px;background:#e8f3f8;color:#075a7d;font-size:12px;font-weight:800;text-transform:uppercase}
.cookie-banner-pro-actions{display:flex;gap:10px;flex-wrap:wrap}.cookie-banner-pro-actions .btn{min-height:48px;padding:12px 18px}
.cookie-modal{position:fixed;inset:0;background:rgba(15,23,42,.45);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);display:grid;place-items:center;z-index:1500;padding:20px}.cookie-modal[hidden]{display:none!important}
.cookie-modal-card{width:min(720px,100%);background:#fff;border-radius:24px;border:1px solid #d9e4ec;box-shadow:0 24px 55px rgba(16,33,50,.22);padding:24px;display:grid;gap:18px}
.cookie-modal-head{display:flex;justify-content:space-between;gap:16px;align-items:start}.cookie-modal-head h3{margin:0 0 6px}.cookie-modal-head p{margin:0;color:#64748b}.cookie-modal-close{border:none;background:#eef4f8;border-radius:999px;width:40px;height:40px;font-size:24px;cursor:pointer}
.cookie-modal-list{display:grid;gap:12px}.cookie-option{display:flex;justify-content:space-between;gap:16px;align-items:center;padding:16px;border:1px solid #d9e4ec;border-radius:16px}.cookie-option p{margin:4px 0 0;color:#64748b}.cookie-option input{width:22px;height:22px}.cookie-modal-actions{display:flex;justify-content:flex-end;gap:10px;flex-wrap:wrap}
.cookie-settings-fab{position:fixed;right:18px;bottom:18px;z-index:1390;border:none;border-radius:999px;padding:12px 16px;background:#102132;color:#fff;font-weight:800;box-shadow:0 12px 26px rgba(16,33,50,.25);cursor:pointer}
body.cookie-modal-open{overflow:hidden}
@keyframes cookieBannerIn{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}
@media (max-width: 760px){.cookie-banner-pro{left:12px;right:12px;bottom:12px}.cookie-banner-pro-inner{flex-direction:column;align-items:stretch;padding:18px;border-radius:18px}.cookie-banner-pro-copy h3{font-size:22px}.cookie-banner-pro-copy p{font-size:15px}.cookie-banner-pro-actions{display:grid;grid-template-columns:1fr}.cookie-modal{padding:12px}.cookie-modal-card{padding:18px;border-radius:18px}.cookie-option{grid-template-columns:1fr auto;display:grid}.cookie-modal-actions{display:grid;grid-template-columns:1fr}}
