/* ══════════════════════════════════════════════════════════════
   categories.css — استایل صفحهٔ دسته‌بندی‌ها (لندینگ /categories/) و آرشیو دستهٔ محصول
   منتقل‌شده از main.css؛ کلاس‌های نسخه‌ای (hgcat-vNNN / hg-categories-page-vNNN)
   به کلاس‌های پایدار ترجمه شدند با حفظ دقیق specificity (تکرار کلاس پایه = همان وزن).
   اسکوپ: مشترک | فقط‌لندینگ = :not(.hgcat-archive) | فقط‌آرشیو = .hgcat-archive
   enqueue فقط روی is_categories_context (landing + product_category archive).
   ══════════════════════════════════════════════════════════════ */

.hg-cat-page{
  --hgcat-bg:var(--hg-shop-page-bg,#f6f6f2);
  --hgcat-card:var(--hg-shop-card,#fff);
  --hgcat-card2:var(--hg-shop-card-2,#fbfbf8);
  --hgcat-border:var(--hg-shop-line,rgba(23,24,27,.085));
  --hgcat-border2:var(--hg-shop-line-soft,rgba(23,24,27,.13));
  --hgcat-text:var(--hg-shop-ink,#17181b);
  --hgcat-sub:var(--hg-shop-muted,#6f757b);
  --hgcat-dim:var(--hg-shop-muted-2,#9aa0a6);
  --hgcat-accent:#0f766e;
  --hgcat-accent2:#14b8a6;
  --hgcat-soft:rgba(15,118,110,.10);
  --hgcat-glow:rgba(15,118,110,.18);
  direction:rtl;
  background:var(--hgcat-bg);
  color:var(--hgcat-text);
  min-height:100vh;
  overflow:hidden;
}

html[data-hg-theme="dark"] .hg-cat-page{
  --hgcat-accent:#67e8f9;
  --hgcat-accent2:#22d3ee;
  --hgcat-soft:rgba(103,232,249,.10);
  --hgcat-glow:rgba(103,232,249,.18);
}

.hgcat-wrap{max-width:1200px;margin:0 auto;padding:0 24px}

.hgcat-hero{position:relative;padding:72px 0 38px;overflow:hidden;background:linear-gradient(180deg,rgba(15,118,110,.06),transparent 70%)}

html[data-hg-theme="dark"] .hgcat-hero{background:linear-gradient(180deg,rgba(103,232,249,.06),transparent 70%)}

.hgcat-hero::before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(100,116,139,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(100,116,139,.08) 1px,transparent 1px);background-size:52px 52px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.72),transparent);pointer-events:none}

.hgcat-blob{position:absolute;border-radius:999px;filter:blur(50px);opacity:.46;pointer-events:none}

.hgcat-blob-a{width:260px;height:260px;right:8%;top:40px;background:var(--hgcat-glow)}

.hgcat-blob-b{width:220px;height:220px;left:8%;bottom:-60px;background:rgba(20,184,166,.12)}

.hgcat-hero-inner{position:relative;display:grid;grid-template-columns:minmax(0,1.2fr) 360px;gap:42px;align-items:center}

.hgcat-bc{display:flex;align-items:center;gap:8px;color:var(--hgcat-dim);font-size:12px;margin-bottom:16px}

.hgcat-bc a{color:inherit;text-decoration:none}

.hgcat-bc a:hover{color:var(--hgcat-accent)}

.hgcat-eyebrow,
.hgcat-label{display:inline-flex;align-items:center;gap:8px;color:var(--hgcat-accent);background:var(--hgcat-soft);border:1px solid rgba(15,118,110,.16);font-size:12px;font-weight:800;border-radius:999px;padding:5px 12px;margin-bottom:14px}

html[data-hg-theme="dark"] .hgcat-eyebrow,
html[data-hg-theme="dark"] .hgcat-label{border-color:rgba(103,232,249,.18)}

.hgcat-eyebrow svg,
.hgcat-label svg{width:13px;height:13px;stroke:currentColor;fill:none;stroke-width:2}

.hgcat-title{font-size:clamp(32px,5vw,58px);font-weight:900;line-height:1.18;letter-spacing:-1px;margin:0 0 16px;color:var(--hgcat-text)}

.hgcat-title span{background:linear-gradient(120deg,var(--hgcat-accent),var(--hgcat-accent2));-webkit-background-clip:text;background-clip:text;color:transparent}

.hgcat-desc{max-width:580px;color:var(--hgcat-sub);font-size:15px;line-height:1.9;margin:0 0 24px}

.hgcat-actions{display:flex;gap:10px;flex-wrap:wrap}

.hgcat-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:13px;padding:12px 18px;font-size:13px;font-weight:800;text-decoration:none;border:1px solid transparent;transition:transform .2s,border-color .2s,background .2s}

.hgcat-btn svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round}

.hgcat-btn:hover{transform:translateY(-2px)}

.hgcat-btn-primary{background:linear-gradient(135deg,var(--hgcat-accent),var(--hgcat-accent2));color:#fff;box-shadow:0 12px 26px var(--hgcat-glow)}

html[data-hg-theme="dark"] .hgcat-btn-primary{color:#071014}

.hgcat-btn-ghost{background:var(--hgcat-card);border-color:var(--hgcat-border);color:var(--hgcat-text)}

.hgcat-stats{display:grid;grid-template-columns:1fr 1fr;gap:14px}

.hgcat-stat{min-height:108px;border-radius:20px;border:1px solid var(--hgcat-border);background:rgba(255,255,255,.42);box-shadow:0 18px 50px rgba(20,23,28,.05);backdrop-filter:blur(18px);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}

html[data-hg-theme="dark"] .hgcat-stat{background:rgba(17,24,39,.54);box-shadow:0 18px 50px rgba(0,0,0,.18)}

.hgcat-stat strong{font-size:28px;font-weight:900;color:var(--hgcat-accent)}

.hgcat-stat span{font-size:12px;color:var(--hgcat-sub);font-weight:700;margin-top:2px}

.hgcat-feature-strip{border-block:1px solid var(--hgcat-border);background:var(--hgcat-card);overflow:hidden}

.hgcat-strip-inner{max-width:1200px;margin:0 auto;display:flex;gap:12px;justify-content:space-between;padding:12px 24px;color:var(--hgcat-sub);font-size:12px;font-weight:700;white-space:nowrap;overflow:auto;scrollbar-width:none}

.hgcat-section{padding:52px 0}

.hgcat-head{display:flex;align-items:end;justify-content:space-between;gap:22px;margin-bottom:24px}

.hgcat-sec-title{font-size:26px;font-weight:900;margin:0 0 6px;color:var(--hgcat-text)}

.hgcat-sec-sub{font-size:13px;color:var(--hgcat-sub);margin:0}

.hgcat-search-wrap{min-width:280px;width:360px;position:relative}

.hgcat-search-wrap svg{position:absolute;right:13px;top:50%;transform:translateY(-50%);width:16px;height:16px;stroke:var(--hgcat-dim);fill:none;stroke-width:2}

.hgcat-search-wrap input{width:100%;border:1px solid var(--hgcat-border2);background:var(--hgcat-card);color:var(--hgcat-text);border-radius:14px;min-height:46px;padding:0 42px 0 14px;font-family:inherit;font-size:13px;outline:0}

.hgcat-search-wrap input:focus{border-color:rgba(15,118,110,.34);box-shadow:0 0 0 4px var(--hgcat-soft)}

.hgcat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}

.hgcat-card{display:flex;flex-direction:column;overflow:hidden;min-height:310px;border:1px solid var(--hgcat-border);border-radius:22px;background:var(--hgcat-card);text-decoration:none;color:inherit;position:relative;transition:transform .24s,border-color .24s,box-shadow .24s}

.hgcat-card::before{content:"";position:absolute;inset:0;opacity:0;background:linear-gradient(135deg,var(--hgcat-glow),transparent 60%);transition:opacity .24s;pointer-events:none}

.hgcat-card:hover{transform:translateY(-6px);border-color:rgba(15,118,110,.28);box-shadow:0 22px 54px rgba(20,23,28,.10)}

html[data-hg-theme="dark"] .hgcat-card:hover{border-color:rgba(103,232,249,.28);box-shadow:0 22px 54px rgba(0,0,0,.26)}

.hgcat-card:hover::before{opacity:1}

.hgcat-card.is-featured{grid-column:span 2}

.hgcat-card-top{height:132px;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--hgcat-c1),var(--hgcat-c2))}

.hgcat-card.is-featured .hgcat-card-top{height:164px}

.hgcat-card-bg{position:absolute;inset:0;background:radial-gradient(circle at 30% 25%,rgba(255,255,255,.34),transparent 34%),linear-gradient(135deg,rgba(255,255,255,.12),transparent);transition:transform .35s}

.hgcat-card:hover .hgcat-card-bg{transform:scale(1.08)}

.hgcat-card-emoji{position:relative;z-index:1;font-size:54px;filter:drop-shadow(0 9px 22px rgba(0,0,0,.26));transition:transform .25s}

.hgcat-card.is-featured .hgcat-card-emoji{font-size:70px}

.hgcat-card:hover .hgcat-card-emoji{transform:scale(1.08) rotate(-3deg)}

.hgcat-card-img{position:relative;z-index:1;width:88px;height:88px;object-fit:contain;filter:drop-shadow(0 10px 24px rgba(0,0,0,.24))}

.hgcat-card.is-featured .hgcat-card-img{width:112px;height:112px}

.hgcat-card-body{padding:18px;display:flex;flex-direction:column;gap:12px;flex:1}

.hgcat-card-meta{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:11px;font-weight:800;color:var(--hgcat-dim)}

.hgcat-card-meta b{font-size:10px;color:var(--hgcat-accent);background:var(--hgcat-soft);padding:3px 8px;border-radius:999px}

.hgcat-card h3{font-size:17px;font-weight:900;margin:0;color:var(--hgcat-text)}

.hgcat-card p{font-size:12.5px;color:var(--hgcat-sub);line-height:1.8;margin:0;min-height:44px}

.hgcat-chips{display:flex;gap:6px;flex-wrap:wrap}

.hgcat-chips span{font-size:10.5px;font-weight:700;padding:3px 8px;border:1px solid var(--hgcat-border);background:rgba(255,255,255,.04);color:var(--hgcat-sub);border-radius:8px}

.hgcat-card-footer{margin-top:auto;display:flex;align-items:center;justify-content:space-between;color:var(--hgcat-accent);font-size:12px;font-weight:900;padding-top:4px}

.hgcat-card-footer svg{width:17px;height:17px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round}

.hgcat-empty{border:1px dashed var(--hgcat-border2);background:var(--hgcat-card);border-radius:18px;padding:22px;text-align:center;color:var(--hgcat-sub);font-weight:700}

.hgcat-cta{padding:0 0 58px}

.hgcat-cta-inner{border:1px solid var(--hgcat-border);border-radius:24px;background:linear-gradient(135deg,var(--hgcat-soft),var(--hgcat-card));padding:24px;display:flex;align-items:center;justify-content:space-between;gap:20px}

.hgcat-cta h2{margin:0 0 6px;font-size:22px;font-weight:900;color:var(--hgcat-text)}

.hgcat-cta p{margin:0;color:var(--hgcat-sub);font-size:13px}

@media(max-width:1050px){
  .hgcat-hero-inner{grid-template-columns:1fr}
  .hgcat-stats{max-width:520px}
  .hgcat-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .hgcat-card.is-featured{grid-column:span 1}
}

@media(max-width:768px){
  .hgcat-wrap{padding:0 16px}
  .hgcat-hero{padding:46px 0 28px}
  .hgcat-title{font-size:34px}
  .hgcat-desc{font-size:13.5px}
  .hgcat-stats{grid-template-columns:1fr 1fr;gap:10px}
  .hgcat-stat{min-height:88px;border-radius:16px}
  .hgcat-stat strong{font-size:22px}
  .hgcat-strip-inner{padding-inline:16px}
  .hgcat-section{padding:36px 0}
  .hgcat-head{align-items:stretch;flex-direction:column}
  .hgcat-search-wrap{min-width:0;width:100%}
  .hgcat-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
  .hgcat-card{min-height:270px;border-radius:18px}
  .hgcat-card-top,
  .hgcat-card.is-featured .hgcat-card-top{height:112px}
  .hgcat-card-emoji,
  .hgcat-card.is-featured .hgcat-card-emoji{font-size:42px}
  .hgcat-card-img,
  .hgcat-card.is-featured .hgcat-card-img{width:76px;height:76px}
  .hgcat-card-body{padding:14px}
  .hgcat-card h3{font-size:15px}
  .hgcat-card p{font-size:12px;min-height:40px}
  .hgcat-cta-inner{align-items:flex-start;flex-direction:column;padding:20px}
}

@media(max-width:430px){
  .hgcat-grid{grid-template-columns:1fr}
  .hgcat-card{min-height:auto}
}

.hg-cat-page.hg-cat-page{
  --hgcat-bg:rgb(15,19,26)!important;
  --hgcat-bg2:rgb(18,23,32)!important;
  --hgcat-card:rgba(255,255,255,.04)!important;
  --hgcat-card-h:rgba(255,255,255,.07)!important;
  --hgcat-border:rgba(255,255,255,.07)!important;
  --hgcat-border2:rgba(255,255,255,.12)!important;
  --hgcat-text:rgba(255,255,255,.92)!important;
  --hgcat-sub:rgba(255,255,255,.55)!important;
  --hgcat-dim:rgba(255,255,255,.28)!important;
  --hgcat-faint:rgba(255,255,255,.10)!important;
  --hgcat-accent:#7c6ef5!important;
  --hgcat-accent2:#a89cf5!important;
  --hgcat-soft:rgba(124,110,245,.12)!important;
  --hgcat-glow:rgba(124,110,245,.22)!important;
  --hgcat-green:#4ade80!important;
  --hgcat-green-soft:rgba(74,222,128,.10)!important;
  background:var(--hgcat-bg)!important;
  color:var(--hgcat-text)!important;
  min-height:100vh!important;
  overflow-x:hidden!important;
}

.hg-cat-page.hg-cat-page *{
  box-sizing:border-box;
}

body.hg-categories-page:not(.hg-product-cat-archive),
body.hg-categories-page.hastigem-theme:not(.hg-product-cat-archive){
  background:rgb(15,19,26)!important;
}

.hg-cat-page.hg-cat-page .hgcat-wrap{
  max-width:1280px!important;
  margin:0 auto!important;
  padding:0 20px!important;
}

.hg-cat-page.hg-cat-page .hgcat-hero{
  position:relative!important;
  overflow:hidden!important;
  padding:64px 0 52px!important;
  background:linear-gradient(180deg,rgba(124,110,245,.055) 0%,transparent 100%)!important;
  border-bottom:1px solid var(--hgcat-border)!important;
}

body.hg-product-cat-archive .hg-cat-page.hgcat-archive .hgtax-hero::before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  pointer-events:none!important;
  background-image:
    linear-gradient(rgba(255,255,255,.014) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.014) 1px,transparent 1px)!important;
  background-size:60px 60px!important;
  opacity:.38!important;
  mask-image:linear-gradient(
    to bottom,
    transparent 0%,
    rgba(0,0,0,.28) 10%,
    #000 24%,
    #000 42%,
    rgba(0,0,0,.55) 54%,
    rgba(0,0,0,.18) 63%,
    transparent 74%
  )!important;
  -webkit-mask-image:linear-gradient(
    to bottom,
    transparent 0%,
    rgba(0,0,0,.28) 10%,
    #000 24%,
    #000 42%,
    rgba(0,0,0,.55) 54%,
    rgba(0,0,0,.18) 63%,
    transparent 74%
  )!important;
}

html[data-hg-theme="light"] body.hg-product-cat-archive .hg-cat-page.hgcat-archive .hgtax-hero::before{
  background-image:
    linear-gradient(rgba(15,118,110,.025) 1px,transparent 1px),
    linear-gradient(90deg,rgba(15,118,110,.025) 1px,transparent 1px)!important;
}

.hg-cat-page.hg-cat-page .hgcat-blob{
  position:absolute!important;
  border-radius:50%!important;
  pointer-events:none!important;
  filter:none!important;
  opacity:1!important;
}

body.hg-product-cat-archive .hg-cat-page.hgcat-archive .hgcat-blob-a{
  width:600px!important;
  height:600px!important;
  top:-60px!important;
  right:-150px!important;
  background:radial-gradient(circle,rgba(124,110,245,.07),transparent 65%)!important;
  -webkit-mask-image:linear-gradient(to bottom,#000 0%,#000 50%,rgba(0,0,0,.45) 62%,transparent 74%)!important;
  mask-image:linear-gradient(to bottom,#000 0%,#000 50%,rgba(0,0,0,.45) 62%,transparent 74%)!important;
}

body.hg-product-cat-archive .hg-cat-page.hgcat-archive .hgcat-blob-b{
  opacity:.62!important;
  -webkit-mask-image:linear-gradient(to bottom,#000 0%,rgba(0,0,0,.45) 32%,transparent 50%)!important;
  mask-image:linear-gradient(to bottom,#000 0%,rgba(0,0,0,.45) 32%,transparent 50%)!important;
}

.hg-cat-page.hg-cat-page .hgcat-blob-b{
  width:400px!important;
  height:400px!important;
  bottom:-200px!important;
  left:-100px!important;
  background:radial-gradient(circle,rgba(168,156,245,.05),transparent 65%)!important;
}

.hg-cat-page.hg-cat-page .hgcat-hero-inner{
  position:relative!important;
  z-index:1!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:40px!important;
  flex-wrap:wrap!important;
}

.hg-cat-page.hg-cat-page .hgcat-hero-copy{
  flex:1!important;
  min-width:280px!important;
}

.hg-cat-page.hg-cat-page .hgcat-bc{
  display:flex!important;
  align-items:center!important;
  gap:6px!important;
  font-size:12px!important;
  color:var(--hgcat-dim)!important;
  margin-bottom:16px!important;
}

.hg-cat-page.hg-cat-page .hgcat-bc a{
  color:inherit!important;
  text-decoration:none!important;
}

.hg-cat-page.hg-cat-page .hgcat-bc span{
  color:var(--hgcat-faint)!important;
}

.hg-cat-page.hg-cat-page .hgcat-eyebrow,
.hg-cat-page.hg-cat-page .hgcat-label{
  display:inline-flex!important;
  align-items:center!important;
  gap:6px!important;
  background:var(--hgcat-soft)!important;
  border:1px solid rgba(124,110,245,.20)!important;
  color:var(--hgcat-accent)!important;
  font-size:11px!important;
  font-weight:800!important;
  padding:4px 12px!important;
  border-radius:100px!important;
  margin-bottom:14px!important;
  letter-spacing:.3px!important;
}

.hg-cat-page.hg-cat-page .hgcat-eyebrow svg,
.hg-cat-page.hg-cat-page .hgcat-label svg{
  width:11px!important;
  height:11px!important;
  fill:currentColor!important;
  stroke:currentColor!important;
}

.hg-cat-page.hg-cat-page .hgcat-title{
  font-size:36px!important;
  font-weight:900!important;
  letter-spacing:-.6px!important;
  line-height:1.2!important;
  margin:0 0 14px!important;
  color:var(--hgcat-text)!important;
}

.hg-cat-page.hg-cat-page .hgcat-title span{
  background:linear-gradient(120deg,var(--hgcat-accent),var(--hgcat-accent2))!important;
  -webkit-background-clip:text!important;
  background-clip:text!important;
  -webkit-text-fill-color:transparent!important;
  color:transparent!important;
}

.hg-cat-page.hg-cat-page .hgcat-desc{
  font-size:14px!important;
  color:var(--hgcat-sub)!important;
  line-height:1.85!important;
  max-width:500px!important;
  margin:0 0 28px!important;
}

.hg-cat-page.hg-cat-page .hgcat-actions{
  display:flex!important;
  gap:10px!important;
  flex-wrap:wrap!important;
}

.hg-cat-page.hg-cat-page .hgcat-btn{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  padding:12px 22px!important;
  border-radius:12px!important;
  font-size:14px!important;
  font-weight:800!important;
  font-family:inherit!important;
  text-decoration:none!important;
  cursor:pointer!important;
  transition:all .25s!important;
  min-height:46px!important;
}

.hg-cat-page.hg-cat-page .hgcat-btn svg{
  width:15px!important;
  height:15px!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:2.3!important;
  stroke-linecap:round!important;
}

.hg-cat-page.hg-cat-page .hgcat-btn-primary{
  background:var(--hgcat-accent)!important;
  color:#fff!important;
  border:0!important;
  box-shadow:0 6px 24px var(--hgcat-glow)!important;
}

.hg-cat-page.hg-cat-page .hgcat-btn-primary:hover{
  background:#8f82f5!important;
  transform:translateY(-2px)!important;
  box-shadow:0 10px 32px var(--hgcat-glow)!important;
}

.hg-cat-page.hg-cat-page .hgcat-btn-ghost{
  background:transparent!important;
  color:var(--hgcat-sub)!important;
  border:1.5px solid var(--hgcat-border2)!important;
  box-shadow:none!important;
}

.hg-cat-page.hg-cat-page .hgcat-btn-ghost:hover{
  color:var(--hgcat-text)!important;
  border-color:rgba(124,110,245,.3)!important;
  background:var(--hgcat-soft)!important;
}

.hg-cat-page.hg-cat-page .hgcat-stats{
  display:flex!important;
  gap:24px!important;
  flex-wrap:wrap!important;
  background:var(--hgcat-card)!important;
  border:1px solid var(--hgcat-border)!important;
  border-radius:16px!important;
  padding:18px 24px!important;
  flex-shrink:0!important;
  backdrop-filter:none!important;
  box-shadow:none!important;
}

.hg-cat-page.hg-cat-page .hgcat-stat{
  min-width:64px!important;
  min-height:auto!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
  border-radius:0!important;
  padding:0!important;
  display:block!important;
  text-align:center!important;
}

.hg-cat-page.hg-cat-page .hgcat-stat + .hgcat-stat{
  border-right:1px solid var(--hgcat-border)!important;
  padding-right:24px!important;
}

.hg-cat-page.hg-cat-page .hgcat-stat strong{
  font-size:24px!important;
  font-weight:900!important;
  color:var(--hgcat-text)!important;
  display:block!important;
  letter-spacing:-.5px!important;
}

.hg-cat-page.hg-cat-page .hgcat-stat span{
  font-size:11px!important;
  color:var(--hgcat-dim)!important;
  margin-top:2px!important;
  font-weight:700!important;
}

.hg-cat-page.hg-cat-page .hgcat-feature-strip{
  border-bottom:1px solid var(--hgcat-border)!important;
  border-top:0!important;
  padding:16px 0!important;
  overflow-x:auto!important;
  scrollbar-width:none!important;
  background:transparent!important;
}

.hg-cat-page.hg-cat-page .hgcat-feature-strip::-webkit-scrollbar{display:none!important}

.hg-cat-page.hg-cat-page .hgcat-strip-inner{
  max-width:1280px!important;
  margin:0 auto!important;
  padding:0 20px!important;
  display:flex!important;
  gap:0!important;
  min-width:max-content!important;
  color:var(--hgcat-sub)!important;
}

.hg-cat-page.hg-cat-page .hgcat-strip-inner span{
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  padding:8px 20px!important;
  font-size:12.5px!important;
  font-weight:700!important;
  color:var(--hgcat-sub)!important;
  border-left:1px solid var(--hgcat-border)!important;
  flex-shrink:0!important;
}

.hg-cat-page.hg-cat-page .hgcat-strip-inner span:last-child{
  border-left:0!important;
}

.hg-cat-page.hg-cat-page .hgcat-section{
  padding:56px 0!important;
}

.hg-cat-page.hg-cat-page .hgcat-head{
  display:block!important;
  margin-bottom:28px!important;
}

.hg-cat-page.hg-cat-page .hgcat-sec-title{
  font-size:22px!important;
  font-weight:900!important;
  letter-spacing:-.3px!important;
  margin:0 0 6px!important;
  color:var(--hgcat-text)!important;
}

.hg-cat-page.hg-cat-page .hgcat-sec-sub{
  font-size:13.5px!important;
  color:var(--hgcat-sub)!important;
  max-width:480px!important;
  margin:0 0 26px!important;
}

.hg-cat-page.hg-cat-page .hgcat-search-wrap{
  position:relative!important;
  flex:1!important;
  width:auto!important;
  max-width:320px!important;
  min-width:220px!important;
}

.hg-cat-page.hg-cat-page .hgcat-search-wrap svg{
  position:absolute!important;
  right:12px!important;
  top:50%!important;
  transform:translateY(-50%)!important;
  width:15px!important;
  height:15px!important;
  stroke:var(--hgcat-dim)!important;
  fill:none!important;
  stroke-width:2!important;
  pointer-events:none!important;
}

.hg-cat-page.hg-cat-page .hgcat-search-wrap input{
  width:100%!important;
  min-height:42px!important;
  padding:10px 38px 10px 14px!important;
  background:var(--hgcat-card)!important;
  border:1.5px solid var(--hgcat-border2)!important;
  border-radius:10px!important;
  color:var(--hgcat-text)!important;
  font-size:13px!important;
  font-family:inherit!important;
  direction:rtl!important;
  outline:none!important;
  transition:border-color .2s,background .2s!important;
}

.hg-cat-page.hg-cat-page .hgcat-search-wrap input:focus{
  border-color:rgba(124,110,245,.4)!important;
  background:var(--hgcat-card-h)!important;
  box-shadow:none!important;
}

.hg-cat-page.hg-cat-page .hgcat-search-wrap input::placeholder{
  color:var(--hgcat-dim)!important;
}

.hg-cat-page.hg-cat-page .hgcat-grid{
  display:grid!important;
  grid-template-columns:repeat(4,1fr)!important;
  gap:18px!important;
}

.hg-cat-page.hg-cat-page .hgcat-card{
  background:var(--hgcat-card)!important;
  border:1px solid var(--hgcat-border)!important;
  border-radius:20px!important;
  overflow:hidden!important;
  cursor:pointer!important;
  transition:transform .25s,border-color .25s,box-shadow .25s!important;
  display:flex!important;
  flex-direction:column!important;
  position:relative!important;
  color:inherit!important;
  text-decoration:none!important;
  min-height:0!important;
}

.hg-cat-page.hg-cat-page .hgcat-card::before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  opacity:0!important;
  background:linear-gradient(135deg,var(--hgcat-glow),transparent 60%)!important;
  transition:opacity .3s!important;
  pointer-events:none!important;
  border-radius:inherit!important;
}

.hg-cat-page.hg-cat-page .hgcat-card:hover{
  transform:translateY(-6px)!important;
  border-color:rgba(124,110,245,.3)!important;
  box-shadow:0 20px 56px rgba(0,0,0,.35),0 0 0 1px rgba(124,110,245,.1)!important;
}

.hg-cat-page.hg-cat-page .hgcat-card:hover::before{opacity:1!important}

.hg-cat-page.hg-cat-page .hgcat-card.is-featured{
  grid-column:span 2!important;
}

.hg-cat-page.hg-cat-page .hgcat-card-top{
  position:relative!important;
  height:130px!important;
  overflow:hidden!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:transparent!important;
}

.hg-cat-page.hg-cat-page .hgcat-card.is-featured .hgcat-card-top{
  height:160px!important;
}

.hg-cat-page.hg-cat-page .hgcat-card-bg{
  position:absolute!important;
  inset:0!important;
  transition:transform .4s ease!important;
}

.hg-cat-page.hg-cat-page .hgcat-card:hover .hgcat-card-bg{
  transform:scale(1.06)!important;
}

.hg-cat-page.hg-cat-page .hgcat-card-emoji{
  font-size:52px!important;
  z-index:1!important;
  position:relative!important;
  filter:drop-shadow(0 4px 16px rgba(0,0,0,.4))!important;
  transition:transform .3s ease!important;
  line-height:1!important;
}

.hg-cat-page.hg-cat-page .hgcat-card.is-featured .hgcat-card-emoji{
  font-size:68px!important;
}

.hg-cat-page.hg-cat-page .hgcat-card:hover .hgcat-card-emoji{
  transform:scale(1.1) rotate(-3deg)!important;
}

.hg-cat-page.hg-cat-page .hgcat-card-img{
  position:relative!important;
  z-index:1!important;
  width:92px!important;
  height:92px!important;
  object-fit:contain!important;
  filter:drop-shadow(0 8px 20px rgba(0,0,0,.32))!important;
}

.hg-cat-page.hg-cat-page .hgcat-card.is-featured .hgcat-card-img{
  width:118px!important;
  height:118px!important;
}

.hg-cat-page.hg-cat-page .hgcat-tag{
  position:absolute!important;
  top:12px!important;
  right:12px!important;
  z-index:2!important;
  font-size:9.5px!important;
  font-weight:900!important;
  letter-spacing:.4px!important;
  padding:3px 8px!important;
  border-radius:6px!important;
  color:#fff!important;
}

.hg-cat-page.hg-cat-page .hgcat-tag.new{background:var(--hgcat-accent)!important}

.hg-cat-page.hg-cat-page .hgcat-tag.hot{background:rgba(248,113,113,.9)!important}

.hg-cat-page.hg-cat-page .hgcat-tag.sale{background:rgba(74,222,128,.88)!important;color:rgb(5,20,5)!important}

.hg-cat-page.hg-cat-page .hgcat-card-body{
  padding:18px 18px 16px!important;
  display:flex!important;
  flex-direction:column!important;
  gap:12px!important;
  flex:1!important;
}

.hg-cat-page.hg-cat-page .hgcat-card-title{
  font-size:16px!important;
  font-weight:900!important;
  color:var(--hgcat-text)!important;
  margin:0!important;
}

.hg-cat-page.hg-cat-page .hgcat-card.is-featured .hgcat-card-title{
  font-size:18px!important;
}

.hg-cat-page.hg-cat-page .hgcat-card-desc{
  font-size:12.5px!important;
  color:var(--hgcat-sub)!important;
  line-height:1.7!important;
  margin:0!important;
  min-height:auto!important;
}

.hg-cat-page.hg-cat-page .hgcat-card.is-featured .hgcat-card-desc{
  font-size:13px!important;
}

.hg-cat-page.hg-cat-page .hgcat-chips{
  display:flex!important;
  gap:5px!important;
  flex-wrap:wrap!important;
}

.hg-cat-page.hg-cat-page .hgcat-chips span{
  font-size:11px!important;
  font-weight:700!important;
  padding:3px 9px!important;
  border-radius:7px!important;
  background:rgba(255,255,255,.05)!important;
  border:1px solid var(--hgcat-border2)!important;
  color:var(--hgcat-sub)!important;
  transition:all .2s!important;
}

.hg-cat-page.hg-cat-page .hgcat-card:hover .hgcat-chips span{
  background:var(--hgcat-soft)!important;
  border-color:rgba(124,110,245,.2)!important;
  color:var(--hgcat-accent)!important;
}

.hg-cat-page.hg-cat-page .hgcat-card-footer{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:8px!important;
  padding-top:12px!important;
  border-top:1px solid rgba(255,255,255,.05)!important;
  margin-top:auto!important;
  color:inherit!important;
}

.hg-cat-page.hg-cat-page .hgcat-card-meta{
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  flex-wrap:wrap!important;
}

.hg-cat-page.hg-cat-page .hgcat-count{
  display:flex!important;
  align-items:center!important;
  gap:4px!important;
  font-size:12px!important;
  color:var(--hgcat-dim)!important;
}

.hg-cat-page.hg-cat-page .hgcat-count svg{
  width:13px!important;
  height:13px!important;
  stroke:var(--hgcat-dim)!important;
  fill:none!important;
  stroke-width:2!important;
  stroke-linecap:round!important;
}

.hg-cat-page.hg-cat-page .hgcat-count strong{
  color:var(--hgcat-sub)!important;
  font-weight:800!important;
}

.hg-cat-page.hg-cat-page .hgcat-arrow{
  width:34px!important;
  height:34px!important;
  border-radius:10px!important;
  flex-shrink:0!important;
  background:var(--hgcat-soft)!important;
  border:1px solid rgba(124,110,245,.2)!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  transition:all .2s!important;
}

.hg-cat-page.hg-cat-page .hgcat-arrow svg{
  width:15px!important;
  height:15px!important;
  stroke:var(--hgcat-accent)!important;
  fill:none!important;
  stroke-width:2.5!important;
  stroke-linecap:round!important;
  transition:transform .2s!important;
}

.hg-cat-page.hg-cat-page .hgcat-card:hover .hgcat-arrow{
  background:var(--hgcat-accent)!important;
  border-color:var(--hgcat-accent)!important;
}

.hg-cat-page.hg-cat-page .hgcat-card:hover .hgcat-arrow svg{
  stroke:#fff!important;
  transform:translateX(-3px)!important;
}

.hg-cat-page.hg-cat-page .hgcat-empty{
  border:1px dashed var(--hgcat-border2)!important;
  background:var(--hgcat-card)!important;
  border-radius:18px!important;
  padding:22px!important;
  text-align:center!important;
  color:var(--hgcat-sub)!important;
  font-weight:800!important;
}

.hg-cat-page.hg-cat-page .hgcat-cta{
  padding:0 0 60px!important;
}

.hg-cat-page.hg-cat-page .hgcat-cta-inner{
  position:relative!important;
  overflow:hidden!important;
  border-radius:24px!important;
  padding:42px 40px!important;
  background:linear-gradient(130deg,rgba(124,110,245,.14),rgba(124,110,245,.06))!important;
  border:1px solid rgba(124,110,245,.2)!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:24px!important;
  flex-wrap:wrap!important;
}

.hg-cat-page.hg-cat-page .hgcat-cta-inner::before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  pointer-events:none!important;
  background-image:
    linear-gradient(rgba(255,255,255,.012) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.012) 1px,transparent 1px)!important;
  background-size:50px 50px!important;
}

.hg-cat-page.hg-cat-page .hgcat-cta-inner > *{
  position:relative!important;
  z-index:1!important;
}

.hg-cat-page.hg-cat-page .hgcat-cta h2{
  font-size:24px!important;
  font-weight:900!important;
  margin:0 0 8px!important;
  color:var(--hgcat-text)!important;
}

.hg-cat-page.hg-cat-page .hgcat-cta p{
  font-size:13.5px!important;
  color:var(--hgcat-sub)!important;
  max-width:380px!important;
  line-height:1.75!important;
  margin:0!important;
}

@media(max-width:1100px){
  .hg-cat-page.hg-cat-page .hgcat-grid{
    grid-template-columns:repeat(3,1fr)!important;
  }
}

@media(max-width:860px){
  .hg-cat-page.hg-cat-page .hgcat-stats{
    display:none!important;
  }
  .hg-cat-page.hg-cat-page .hgcat-hero-inner{
    display:block!important;
  }
}

@media(max-width:760px){
  .hg-cat-page.hg-cat-page .hgcat-grid{
    grid-template-columns:repeat(2,1fr)!important;
    gap:14px!important;
  }
  .hg-cat-page.hg-cat-page .hgcat-card.is-featured{
    grid-column:span 1!important;
  }
  .hg-cat-page.hg-cat-page .hgcat-card-top,
  .hg-cat-page.hg-cat-page .hgcat-card.is-featured .hgcat-card-top{
    height:110px!important;
  }
  .hg-cat-page.hg-cat-page .hgcat-card-emoji,
  .hg-cat-page.hg-cat-page .hgcat-card.is-featured .hgcat-card-emoji{
    font-size:40px!important;
  }
  .hg-cat-page.hg-cat-page .hgcat-card-img,
  .hg-cat-page.hg-cat-page .hgcat-card.is-featured .hgcat-card-img{
    width:74px!important;
    height:74px!important;
  }
}

@media(max-width:600px){
  .hg-cat-page.hg-cat-page .hgcat-title{
    font-size:26px!important;
  }
  .hg-cat-page.hg-cat-page .hgcat-cta h2{
    font-size:20px!important;
  }
}

@media(max-width:560px){
  .hg-cat-page.hg-cat-page .hgcat-hero{
    padding:44px 0 38px!important;
  }
  .hg-cat-page.hg-cat-page .hgcat-wrap{
    padding:0 18px!important;
  }
  .hg-cat-page.hg-cat-page .hgcat-search-wrap{
    max-width:none!important;
    min-width:0!important;
    width:100%!important;
    margin-bottom:10px!important;
  }
}

@media(max-width:420px){
  .hg-cat-page.hg-cat-page .hgcat-grid{
    grid-template-columns:1fr!important;
    gap:12px!important;
  }
  .hg-cat-page.hg-cat-page .hgcat-card{
    min-height:auto!important;
  }
}

@media(max-width:768px){
  body.hg-categories-page .mobile-nav{
    background:rgba(15,19,26,.88)!important;
    border-top:1px solid rgba(255,255,255,.07)!important;
    backdrop-filter:blur(22px)!important;
    -webkit-backdrop-filter:blur(22px)!important;
  }
  body.hg-categories-page .mobile-nav-inner{
    display:grid!important;
    grid-template-columns:repeat(auto-fit,minmax(0,1fr))!important;
  }
  body.hg-categories-page .mnav-item{
    color:rgba(255,255,255,.55)!important;
    min-width:0!important;
    padding:6px 3px!important;
  }
  body.hg-categories-page .mnav-item.active{
    color:#a89cf5!important;
  }
  body.hg-categories-page .mnav-label{
    font-size:9px!important;
    white-space:nowrap!important;
  }
}

body.hg-categories-page .hasti-categories-nav-link,
body.hg-categories-page .hasti-categories-menu-item > a{
  color:#a89cf5!important;
  background:rgba(124,110,245,.12)!important;
}

.hg-cat-page:not(.hgcat-archive) .hgcat-actions{
  align-items:center!important;
}

.hg-cat-page:not(.hgcat-archive) .hgcat-search-wrap input::placeholder{
  color:var(--hgcat-dim)!important;
}

@media(max-width:768px){
  .hg-cat-page:not(.hgcat-archive) .hgcat-actions{
    align-items:stretch!important;
    flex-direction:column!important;
  }
  .hg-cat-page:not(.hgcat-archive) .hgcat-actions .hgcat-btn{
    width:100%!important;
  }
}

html[data-hg-theme="light"] body.hg-categories-page:not(.hg-product-cat-archive),
html[data-hg-theme="light"] body.hg-categories-page.hastigem-theme:not(.hg-product-cat-archive){
  background:#f6f6f2!important;
  background-color:#f6f6f2!important;
}

html[data-hg-theme="light"] .hg-cat-page.hg-cat-page{
  --hgcat-bg:#f6f6f2!important;
  --hgcat-bg2:#fbfbf8!important;
  --hgcat-card:rgba(255,255,255,.78)!important;
  --hgcat-card-h:#ffffff!important;
  --hgcat-border:rgba(23,24,27,.085)!important;
  --hgcat-border2:rgba(23,24,27,.13)!important;
  --hgcat-text:#17181b!important;
  --hgcat-sub:#6f757b!important;
  --hgcat-dim:#9aa0a6!important;
  --hgcat-faint:rgba(23,24,27,.14)!important;
  --hgcat-accent:#0f766e!important;
  --hgcat-accent2:#14b8a6!important;
  --hgcat-soft:rgba(15,118,110,.10)!important;
  --hgcat-glow:rgba(15,118,110,.18)!important;
  --hgcat-green:#16a34a!important;
  --hgcat-green-soft:rgba(22,163,74,.10)!important;
  color:#17181b!important;
}

html[data-hg-theme="dark"] .hg-cat-page.hg-cat-page{
  --hgcat-bg:rgb(15,19,26)!important;
  --hgcat-bg2:rgb(18,23,32)!important;
  --hgcat-card:rgba(255,255,255,.04)!important;
  --hgcat-card-h:rgba(255,255,255,.07)!important;
  --hgcat-border:rgba(255,255,255,.07)!important;
  --hgcat-border2:rgba(255,255,255,.12)!important;
  --hgcat-text:rgba(255,255,255,.92)!important;
  --hgcat-sub:rgba(255,255,255,.55)!important;
  --hgcat-dim:rgba(255,255,255,.28)!important;
  --hgcat-faint:rgba(255,255,255,.10)!important;
  --hgcat-accent:#7c6ef5!important;
  --hgcat-accent2:#a89cf5!important;
  --hgcat-soft:rgba(124,110,245,.12)!important;
  --hgcat-glow:rgba(124,110,245,.22)!important;
  color:rgba(255,255,255,.92)!important;
}

html[data-hg-theme="light"] .hg-cat-page.hg-cat-page .hgcat-hero{
  background:linear-gradient(180deg,rgba(15,118,110,.055) 0%,transparent 100%)!important;
  border-bottom-color:rgba(23,24,27,.085)!important;
}

html[data-hg-theme="light"] .hg-cat-page.hg-cat-page .hgcat-hero::before{
  background-image:
    linear-gradient(rgba(23,24,27,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(23,24,27,.035) 1px,transparent 1px)!important;
}

html[data-hg-theme="light"] .hg-cat-page.hg-cat-page .hgcat-blob-a{
  background:radial-gradient(circle,rgba(15,118,110,.10),transparent 65%)!important;
}

html[data-hg-theme="light"] .hg-cat-page.hg-cat-page .hgcat-blob-b{
  background:radial-gradient(circle,rgba(20,184,166,.08),transparent 65%)!important;
}

html[data-hg-theme="light"] .hg-cat-page.hg-cat-page .hgcat-card{
  box-shadow:0 14px 36px rgba(20,23,28,.055)!important;
}

html[data-hg-theme="light"] .hg-cat-page.hg-cat-page .hgcat-card:hover{
  border-color:rgba(15,118,110,.24)!important;
  box-shadow:0 20px 48px rgba(20,23,28,.10),0 0 0 1px rgba(15,118,110,.08)!important;
}

html[data-hg-theme="light"] .hg-cat-page.hg-cat-page .hgcat-card-footer{
  border-top-color:rgba(23,24,27,.06)!important;
}

html[data-hg-theme="light"] .hg-cat-page.hg-cat-page .hgcat-chips span{
  background:rgba(15,118,110,.045)!important;
  border-color:rgba(23,24,27,.08)!important;
}

html[data-hg-theme="light"] .hg-cat-page.hg-cat-page .hgcat-cta-inner{
  background:linear-gradient(130deg,rgba(15,118,110,.12),rgba(255,255,255,.58))!important;
  border-color:rgba(15,118,110,.18)!important;
}

@media(max-width:768px){
  html[data-hg-theme="light"] body.hg-categories-page .mobile-nav{
    background:rgba(246,246,242,.90)!important;
    border-top:1px solid rgba(23,24,27,.08)!important;
  }
  html[data-hg-theme="light"] body.hg-categories-page .mnav-item{
    color:#70767d!important;
  }
  html[data-hg-theme="light"] body.hg-categories-page .mnav-item.active{
    color:#0f766e!important;
  }
  html[data-hg-theme="dark"] body.hg-categories-page .mobile-nav{
    background:rgba(15,19,26,.88)!important;
    border-top:1px solid rgba(255,255,255,.07)!important;
  }
  html[data-hg-theme="dark"] body.hg-categories-page .mnav-item{
    color:rgba(255,255,255,.55)!important;
  }
  html[data-hg-theme="dark"] body.hg-categories-page .mnav-item.active{
    color:#a89cf5!important;
  }
}

.hg-cat-page.hg-cat-page{
  --hgcat-accent:#0f766e!important;
  --hgcat-accent2:#14b8a6!important;
  --hgcat-soft:rgba(15,118,110,.11)!important;
  --hgcat-glow:rgba(20,184,166,.18)!important;
  --hgcat-ring:rgba(20,184,166,.28)!important;
}

html[data-hg-theme="dark"] .hg-cat-page.hg-cat-page{
  --hgcat-accent:#67e8f9!important;
  --hgcat-accent2:#2dd4bf!important;
  --hgcat-soft:rgba(34,211,238,.115)!important;
  --hgcat-glow:rgba(34,211,238,.18)!important;
  --hgcat-ring:rgba(103,232,249,.24)!important;
}

body.hg-categories-page{
  padding-bottom:0!important;
}

body.hg-categories-page.hblog-page-active{
  padding-bottom:0!important;
}

body.hg-categories-page .hblog-mobile-nav{
  display:none!important;
}

@media(max-width:820px){
  html body.hg-categories-page,
  html body.hg-categories-page.hblog-page-active{
    padding-bottom:0!important;
  }
}

body.hg-categories-page .hasti-categories-nav-link,
body.hg-categories-page .hasti-categories-menu-item > a{
  color:#0f766e!important;
  background:rgba(15,118,110,.10)!important;
}

html[data-hg-theme="dark"] body.hg-categories-page .hasti-categories-nav-link,
html[data-hg-theme="dark"] body.hg-categories-page .hasti-categories-menu-item > a{
  color:#67e8f9!important;
  background:rgba(34,211,238,.10)!important;
}

body.hg-categories-page .hasti-categories-nav-link .nav-icon svg{
  width:16px!important;
  height:16px!important;
}

.hg-cat-page.hg-cat-page .hgcat-title span{
  background:linear-gradient(120deg,var(--hgcat-accent),var(--hgcat-accent2))!important;
  -webkit-background-clip:text!important;
  background-clip:text!important;
  -webkit-text-fill-color:transparent!important;
}

.hg-cat-page.hg-cat-page .hgcat-eyebrow,
.hg-cat-page.hg-cat-page .hgcat-label{
  color:var(--hgcat-accent)!important;
  background:var(--hgcat-soft)!important;
  border-color:var(--hgcat-ring)!important;
}

.hg-cat-page.hg-cat-page .hgcat-btn-primary{
  background:var(--hgcat-accent)!important;
  color:#fff!important;
  box-shadow:0 8px 24px var(--hgcat-glow)!important;
}

html[data-hg-theme="dark"] .hg-cat-page.hg-cat-page .hgcat-btn-primary{
  color:#062026!important;
}

.hg-cat-page.hg-cat-page .hgcat-btn-primary:hover{
  background:var(--hgcat-accent2)!important;
}

.hg-cat-page.hg-cat-page .hgcat-btn-ghost:hover{
  border-color:var(--hgcat-ring)!important;
  background:var(--hgcat-soft)!important;
  color:var(--hgcat-accent)!important;
}

.hg-cat-page.hg-cat-page .hgcat-card::before{
  background:linear-gradient(135deg,var(--hgcat-glow),transparent 60%)!important;
}

.hg-cat-page.hg-cat-page .hgcat-card:hover{
  border-color:var(--hgcat-ring)!important;
  box-shadow:0 20px 56px rgba(0,0,0,.22),0 0 0 1px var(--hgcat-soft)!important;
}

html[data-hg-theme="light"] .hg-cat-page.hg-cat-page .hgcat-card:hover{
  box-shadow:0 20px 48px rgba(20,23,28,.10),0 0 0 1px rgba(15,118,110,.08)!important;
}

.hg-cat-page.hg-cat-page .hgcat-card:hover .hgcat-chips span{
  background:var(--hgcat-soft)!important;
  border-color:var(--hgcat-ring)!important;
  color:var(--hgcat-accent)!important;
}

.hg-cat-page.hg-cat-page .hgcat-arrow{
  background:var(--hgcat-soft)!important;
  border-color:var(--hgcat-ring)!important;
}

.hg-cat-page.hg-cat-page .hgcat-arrow svg{
  stroke:var(--hgcat-accent)!important;
}

.hg-cat-page.hg-cat-page .hgcat-card:hover .hgcat-arrow{
  background:var(--hgcat-accent)!important;
  border-color:var(--hgcat-accent)!important;
}

html[data-hg-theme="dark"] .hg-cat-page.hg-cat-page .hgcat-card:hover .hgcat-arrow svg{
  stroke:#062026!important;
}

.hg-cat-page.hg-cat-page .hgcat-tag.new,
.hg-cat-page.hg-cat-page .hgcat-tag.hot{
  background:var(--hgcat-accent)!important;
  color:#fff!important;
}

html[data-hg-theme="dark"] .hg-cat-page.hg-cat-page .hgcat-tag.new,
html[data-hg-theme="dark"] .hg-cat-page.hg-cat-page .hgcat-tag.hot{
  color:#062026!important;
}

.hg-cat-page.hg-cat-page .hgcat-hero{
  background:linear-gradient(180deg,rgba(15,118,110,.055) 0%,transparent 100%)!important;
}

html[data-hg-theme="dark"] .hg-cat-page.hg-cat-page .hgcat-hero{
  background:linear-gradient(180deg,rgba(34,211,238,.045) 0%,transparent 100%)!important;
}

.hg-cat-page.hg-cat-page .hgcat-blob-a{
  background:radial-gradient(circle,rgba(20,184,166,.10),transparent 65%)!important;
}

.hg-cat-page.hg-cat-page .hgcat-blob-b{
  background:radial-gradient(circle,rgba(34,211,238,.08),transparent 65%)!important;
}

.hg-cat-page.hg-cat-page .hgcat-cta-inner{
  background:linear-gradient(130deg,rgba(15,118,110,.12),rgba(255,255,255,.58))!important;
  border-color:rgba(15,118,110,.18)!important;
}

html[data-hg-theme="dark"] .hg-cat-page.hg-cat-page .hgcat-cta-inner{
  background:linear-gradient(130deg,rgba(34,211,238,.10),rgba(255,255,255,.035))!important;
  border-color:rgba(34,211,238,.16)!important;
}

@media(max-width:768px){
  html[data-hg-theme="light"] body.hg-categories-page .mobile-nav{
    background:rgba(246,246,242,.92)!important;
    border-top:1px solid rgba(23,24,27,.08)!important;
  }
  html[data-hg-theme="dark"] body.hg-categories-page .mobile-nav{
    background:rgba(15,19,26,.90)!important;
    border-top:1px solid rgba(255,255,255,.07)!important;
  }
  body.hg-categories-page .mnav-item.active{
    color:var(--hgcat-accent,#0f766e)!important;
  }
}

body.hg-categories-page{
  padding-bottom:0!important;
}

.hg-cat-page:not(.hgcat-archive) .hgcat-feature-strip{
  display:none!important;
}

.hg-cat-page:not(.hgcat-archive){
  overflow:hidden!important;
}

html[data-hg-theme="light"] .hg-cat-page:not(.hgcat-archive){
  --hgcat-bg:#f6f6f2!important;
  --hgcat-bg2:#fbfbf8!important;
  --hgcat-card:rgba(255,255,255,.78)!important;
  --hgcat-card-h:#ffffff!important;
  --hgcat-border:rgba(23,24,27,.085)!important;
  --hgcat-border2:rgba(23,24,27,.13)!important;
  --hgcat-text:#17181b!important;
  --hgcat-sub:#6f757b!important;
  --hgcat-dim:#9aa0a6!important;
  --hgcat-faint:rgba(23,24,27,.14)!important;
  --hgcat-accent:#11161d!important;
  --hgcat-accent2:#0f766e!important;
  --hgcat-soft:rgba(17,22,29,.07)!important;
  --hgcat-glow:rgba(15,118,110,.14)!important;
  --hgcat-ring:rgba(15,118,110,.24)!important;
  background:#f6f6f2!important;
}

html[data-hg-theme="dark"] body.hg-categories-page:not(.hg-product-cat-archive),
html[data-hg-theme="dark"] body.hg-categories-page.hastigem-theme:not(.hg-product-cat-archive){
  background:
    radial-gradient(circle at 82% 0%, rgba(98,110,128,.15), transparent 32%),
    radial-gradient(circle at 14% 88%, rgba(98,110,128,.10), transparent 24%),
    linear-gradient(180deg,#10141b,#0d1015)!important;
  background-color:#0d1015!important;
}

html[data-hg-theme="dark"] .hg-cat-page:not(.hgcat-archive){
  --hgcat-bg:#0d1015!important;
  --hgcat-bg2:#10141b!important;
  --hgcat-card:rgba(26,31,40,.72)!important;
  --hgcat-card-h:rgba(31,37,47,.78)!important;
  --hgcat-border:rgba(255,255,255,.09)!important;
  --hgcat-border2:rgba(255,255,255,.12)!important;
  --hgcat-text:#eef2f7!important;
  --hgcat-sub:#a2adba!important;
  --hgcat-dim:rgba(162,173,186,.72)!important;
  --hgcat-faint:rgba(255,255,255,.10)!important;
  --hgcat-accent:#3ddc84!important;
  --hgcat-accent2:#eef2f7!important;
  --hgcat-soft:rgba(61,220,132,.10)!important;
  --hgcat-glow:rgba(61,220,132,.16)!important;
  --hgcat-ring:rgba(61,220,132,.28)!important;
  background:
    radial-gradient(circle at 82% 0%, rgba(98,110,128,.15), transparent 32%),
    radial-gradient(circle at 14% 88%, rgba(98,110,128,.10), transparent 24%),
    linear-gradient(180deg,#10141b,#0d1015)!important;
  color:#eef2f7!important;
}

.hg-cat-page:not(.hgcat-archive) .hgcat-title span{
  background:linear-gradient(120deg,var(--hgcat-accent),var(--hgcat-accent2))!important;
  -webkit-background-clip:text!important;
  background-clip:text!important;
  -webkit-text-fill-color:transparent!important;
}

.hg-cat-page:not(.hgcat-archive) .hgcat-eyebrow,
.hg-cat-page:not(.hgcat-archive) .hgcat-label{
  color:var(--hgcat-accent)!important;
  background:var(--hgcat-soft)!important;
  border-color:var(--hgcat-ring)!important;
}

.hg-cat-page:not(.hgcat-archive) .hgcat-btn-primary{
  background:var(--hgcat-accent)!important;
  border-color:transparent!important;
  box-shadow:0 8px 24px var(--hgcat-glow)!important;
}

html[data-hg-theme="light"] .hg-cat-page:not(.hgcat-archive) .hgcat-btn-primary{
  color:#fff!important;
}

html[data-hg-theme="dark"] .hg-cat-page:not(.hgcat-archive) .hgcat-btn-primary{
  color:#11161d!important;
}

.hg-cat-page:not(.hgcat-archive) .hgcat-btn-primary:hover{
  background:var(--hgcat-accent2)!important;
}

html[data-hg-theme="dark"] .hg-cat-page:not(.hgcat-archive) .hgcat-btn-primary:hover{
  color:#11161d!important;
}

.hg-cat-page:not(.hgcat-archive) .hgcat-btn-ghost:hover{
  border-color:var(--hgcat-ring)!important;
  background:var(--hgcat-soft)!important;
  color:var(--hgcat-accent)!important;
}

.hg-cat-page:not(.hgcat-archive) .hgcat-card:hover{
  border-color:var(--hgcat-ring)!important;
  box-shadow:0 22px 54px rgba(0,0,0,.22),0 0 0 1px var(--hgcat-soft)!important;
}

.hg-cat-page:not(.hgcat-archive) .hgcat-card::before{
  background:linear-gradient(135deg,var(--hgcat-glow),transparent 60%)!important;
}

.hg-cat-page:not(.hgcat-archive) .hgcat-card:hover .hgcat-chips span{
  background:var(--hgcat-soft)!important;
  border-color:var(--hgcat-ring)!important;
  color:var(--hgcat-accent)!important;
}

.hg-cat-page:not(.hgcat-archive) .hgcat-arrow{
  background:var(--hgcat-soft)!important;
  border-color:var(--hgcat-ring)!important;
}

.hg-cat-page:not(.hgcat-archive) .hgcat-arrow svg{
  stroke:var(--hgcat-accent)!important;
}

.hg-cat-page:not(.hgcat-archive) .hgcat-card:hover .hgcat-arrow{
  background:var(--hgcat-accent)!important;
  border-color:var(--hgcat-accent)!important;
}

html[data-hg-theme="dark"] .hg-cat-page:not(.hgcat-archive) .hgcat-card:hover .hgcat-arrow svg{
  stroke:#11161d!important;
}

.hg-cat-page:not(.hgcat-archive) .hgcat-hero{
  margin-bottom:0!important;
  border-bottom:1px solid var(--hgcat-border)!important;
  background:linear-gradient(180deg,rgba(17,22,29,.035),transparent 100%)!important;
}

html[data-hg-theme="dark"] .hg-cat-page:not(.hgcat-archive) .hgcat-hero{
  background:linear-gradient(180deg,rgba(255,255,255,.025),transparent 100%)!important;
}

.hg-cat-page:not(.hgcat-archive) .hgcat-blob-a{
  background:radial-gradient(circle,rgba(98,110,128,.15),transparent 65%)!important;
}

.hg-cat-page:not(.hgcat-archive) .hgcat-blob-b{
  background:radial-gradient(circle,rgba(61,220,132,.10),transparent 65%)!important;
}

.hg-cat-page:not(.hgcat-archive) .hgcat-section{
  padding-top:50px!important;
}

body.hg-categories-page .hblog-mobile-nav{
  display:none!important;
}

@media(max-width:768px){
  html[data-hg-theme="dark"] body.hg-categories-page .mobile-nav{
    background:rgba(13,16,21,.88)!important;
    border-top:1px solid rgba(255,255,255,.09)!important;
  }
  html[data-hg-theme="dark"] body.hg-categories-page .mnav-item.active{
    color:#3ddc84!important;
  }
  html[data-hg-theme="light"] body.hg-categories-page .mnav-item.active{
    color:#11161d!important;
  }
}

body.hg-categories-page{
  padding-bottom:0!important;
}

.hg-cat-page:not(.hgcat-archive) .hgcat-stats,
.hg-cat-page:not(.hgcat-archive) .hgcat-feature-strip{
  display:none!important;
  visibility:hidden!important;
  opacity:0!important;
  height:0!important;
  min-height:0!important;
  padding:0!important;
  margin:0!important;
  border:0!important;
  overflow:hidden!important;
}

.hg-cat-page:not(.hgcat-archive) .hgcat-hero-inner{
  display:block!important;
  max-width:780px!important;
}

.hg-cat-page:not(.hgcat-archive) .hgcat-hero{
  padding:54px 0 44px!important;
  border-bottom:0!important;
  box-shadow:none!important;
  background:transparent!important;
}

.hg-cat-page:not(.hgcat-archive) .hgcat-hero::before{
  opacity:.34!important;
}

html[data-hg-theme="light"] .hg-cat-page:not(.hgcat-archive) .hgcat-hero::before{
  background-image:
    linear-gradient(rgba(17,22,29,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(17,22,29,.035) 1px,transparent 1px)!important;
}

html[data-hg-theme="dark"] .hg-cat-page:not(.hgcat-archive) .hgcat-hero::before{
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px)!important;
}

.hg-cat-page:not(.hgcat-archive) .hgcat-section{
  padding-top:38px!important;
}

html[data-hg-theme="dark"] body.hg-categories-page:not(.hg-product-cat-archive),
html[data-hg-theme="dark"] body.hg-categories-page.hastigem-theme:not(.hg-product-cat-archive){
  background:
    radial-gradient(circle at 82% 0%, rgba(98,110,128,.15), transparent 32%),
    radial-gradient(circle at 14% 88%, rgba(98,110,128,.10), transparent 24%),
    linear-gradient(180deg,#10141b,#0d1015)!important;
  background-color:#0d1015!important;
}

html[data-hg-theme="dark"] .hg-cat-page:not(.hgcat-archive){
  --hgcat-bg:#0d1015!important;
  --hgcat-bg2:#10141b!important;
  --hgcat-card:rgba(26,31,40,.72)!important;
  --hgcat-card-h:rgba(31,37,47,.78)!important;
  --hgcat-border:rgba(255,255,255,.09)!important;
  --hgcat-border2:rgba(255,255,255,.12)!important;
  --hgcat-text:#eef2f7!important;
  --hgcat-sub:#a2adba!important;
  --hgcat-dim:#a2adba!important;
  --hgcat-faint:rgba(255,255,255,.10)!important;
  --hgcat-accent:#3ddc84!important;
  --hgcat-accent2:#eef2f7!important;
  --hgcat-soft:rgba(61,220,132,.10)!important;
  --hgcat-glow:rgba(61,220,132,.14)!important;
  --hgcat-ring:rgba(61,220,132,.26)!important;
  background:transparent!important;
  color:#eef2f7!important;
}

html[data-hg-theme="light"] .hg-cat-page:not(.hgcat-archive){
  --hgcat-accent:#11161d!important;
  --hgcat-accent2:#0f766e!important;
  --hgcat-soft:rgba(17,22,29,.07)!important;
  --hgcat-glow:rgba(15,118,110,.12)!important;
  --hgcat-ring:rgba(15,118,110,.22)!important;
}

.hg-cat-page:not(.hgcat-archive) .hgcat-title span{
  background:linear-gradient(120deg,var(--hgcat-accent),var(--hgcat-accent2))!important;
  -webkit-background-clip:text!important;
  background-clip:text!important;
  -webkit-text-fill-color:transparent!important;
}

.hg-cat-page:not(.hgcat-archive) .hgcat-eyebrow,
.hg-cat-page:not(.hgcat-archive) .hgcat-label{
  color:var(--hgcat-accent)!important;
  background:var(--hgcat-soft)!important;
  border-color:var(--hgcat-ring)!important;
}

.hg-cat-page:not(.hgcat-archive) .hgcat-btn-primary,
.hg-cat-page:not(.hgcat-archive) .hgcat-card:hover .hgcat-arrow,
.hg-cat-page:not(.hgcat-archive) .hgcat-tag.hot,
.hg-cat-page:not(.hgcat-archive) .hgcat-tag.new{
  background:var(--hgcat-accent)!important;
  border-color:var(--hgcat-accent)!important;
  box-shadow:0 8px 22px var(--hgcat-glow)!important;
}

html[data-hg-theme="dark"] .hg-cat-page:not(.hgcat-archive) .hgcat-btn-primary,
html[data-hg-theme="dark"] .hg-cat-page:not(.hgcat-archive) .hgcat-card:hover .hgcat-arrow,
html[data-hg-theme="dark"] .hg-cat-page:not(.hgcat-archive) .hgcat-tag.hot,
html[data-hg-theme="dark"] .hg-cat-page:not(.hgcat-archive) .hgcat-tag.new{
  color:#11161d!important;
}

.hg-cat-page:not(.hgcat-archive) .hgcat-btn-primary:hover{
  background:var(--hgcat-accent2)!important;
}

.hg-cat-page:not(.hgcat-archive) .hgcat-card:hover{
  border-color:var(--hgcat-ring)!important;
  box-shadow:0 22px 54px rgba(0,0,0,.22),0 0 0 1px var(--hgcat-soft)!important;
}

.hg-cat-page:not(.hgcat-archive) .hgcat-card::before{
  background:linear-gradient(135deg,var(--hgcat-glow),transparent 60%)!important;
}

.hg-cat-page:not(.hgcat-archive) .hgcat-card-bg{
  filter:saturate(.86)!important;
}

html[data-hg-theme="dark"] .hg-cat-page:not(.hgcat-archive) .hgcat-card-bg{
  opacity:.82!important;
  filter:saturate(.78) brightness(.88)!important;
}

.hg-cat-page:not(.hgcat-archive) .hgcat-arrow{
  background:var(--hgcat-soft)!important;
  border-color:var(--hgcat-ring)!important;
}

.hg-cat-page:not(.hgcat-archive) .hgcat-arrow svg{
  stroke:var(--hgcat-accent)!important;
}

html[data-hg-theme="dark"] .hg-cat-page:not(.hgcat-archive) .hgcat-card:hover .hgcat-arrow svg{
  stroke:#11161d!important;
}

body.hg-categories-page .hblog-mobile-nav{
  display:none!important;
}

body.hg-categories-page{
  padding-bottom:0!important;
}

body.hg-categories-page .hg-cat-page.hg-cat-page{
  padding-top:0!important;
  overflow:hidden!important;
}

body.hg-categories-page .hg-cat-page.hg-cat-page .hgcat-hero{
  padding-top:128px!important;
  padding-bottom:46px!important;
  border-bottom:0!important;
  box-shadow:none!important;
  background:transparent!important;
}

html[data-hg-theme="dark"] body.hg-categories-page:not(.hg-product-cat-archive),
html[data-hg-theme="dark"] body.hg-categories-page.hastigem-theme:not(.hg-product-cat-archive),
html[data-hg-theme="dark"] body.hg-categories-page .hg-cat-page.hg-cat-page:not(.hgcat-archive){
  background:
    radial-gradient(circle at 82% 0%, rgba(98,110,128,.15), transparent 32%),
    radial-gradient(circle at 14% 88%, rgba(98,110,128,.10), transparent 24%),
    linear-gradient(180deg,#10141b,#0d1015)!important;
  background-color:#0d1015!important;
}

.hg-cat-page.hg-cat-page .hgcat-hero-inner{
  display:grid!important;
  grid-template-columns:minmax(0,1.12fr) 340px!important;
  gap:34px!important;
  align-items:center!important;
  max-width:1280px!important;
}

.hg-cat-page.hg-cat-page .hgcat-stats{
  display:grid!important;
  visibility:visible!important;
  opacity:1!important;
  height:auto!important;
  min-height:0!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:10px!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  padding:0!important;
  margin:0!important;
  overflow:visible!important;
}

.hg-cat-page.hg-cat-page .hgcat-stat{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:84px!important;
  padding:14px 10px!important;
  border-radius:18px!important;
  background:rgba(255,255,255,.70)!important;
  border:1px solid rgba(23,24,27,.08)!important;
  box-shadow:0 12px 30px rgba(20,23,28,.06)!important;
}

html[data-hg-theme="dark"] .hg-cat-page.hg-cat-page .hgcat-stat{
  background:rgba(26,31,40,.62)!important;
  border-color:rgba(255,255,255,.085)!important;
  box-shadow:0 16px 34px rgba(0,0,0,.18)!important;
}

.hg-cat-page.hg-cat-page .hgcat-stat strong{
  color:var(--hgcat-text)!important;
  font-size:22px!important;
  font-weight:950!important;
}

.hg-cat-page.hg-cat-page .hgcat-stat span{
  color:var(--hgcat-sub)!important;
  font-size:11px!important;
  font-weight:800!important;
}

.hg-cat-page.hg-cat-page .hgcat-feature-strip{
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
  height:auto!important;
  min-height:0!important;
  padding:0!important;
  margin:-20px 0 0!important;
  border:0!important;
  background:transparent!important;
  overflow:visible!important;
}

.hg-cat-page.hg-cat-page .hgcat-strip-inner{
  width:min(1180px,calc(100% - 32px))!important;
  max-width:none!important;
  margin:0 auto!important;
  padding:10px 14px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.62)!important;
  border:1px solid rgba(23,24,27,.08)!important;
  box-shadow:0 12px 30px rgba(20,23,28,.05)!important;
  overflow:auto!important;
  scrollbar-width:none!important;
}

html[data-hg-theme="dark"] .hg-cat-page.hg-cat-page .hgcat-strip-inner{
  background:rgba(26,31,40,.46)!important;
  border-color:rgba(255,255,255,.07)!important;
  box-shadow:0 16px 36px rgba(0,0,0,.16)!important;
}

.hg-cat-page.hg-cat-page .hgcat-strip-inner::-webkit-scrollbar{display:none!important;}

.hg-cat-page.hg-cat-page .hgcat-strip-inner span{
  flex:0 0 auto!important;
  padding:6px 12px!important;
  border-left:1px solid var(--hgcat-border)!important;
  color:var(--hgcat-sub)!important;
  font-size:12px!important;
  font-weight:800!important;
  white-space:nowrap!important;
}

.hg-cat-page.hg-cat-page .hgcat-strip-inner span:last-child{border-left:0!important;}

.hg-cat-page.hg-cat-page .hgcat-section{
  padding-top:42px!important;
}

html[data-hg-theme="dark"] .hg-cat-page.hg-cat-page{
  --hgcat-bg:#0d1015!important;
  --hgcat-bg2:#10141b!important;
  --hgcat-card:rgba(26,31,40,.72)!important;
  --hgcat-card-h:rgba(31,37,47,.78)!important;
  --hgcat-border:rgba(255,255,255,.09)!important;
  --hgcat-border2:rgba(255,255,255,.12)!important;
  --hgcat-text:#eef2f7!important;
  --hgcat-sub:#a2adba!important;
  --hgcat-dim:#a2adba!important;
  --hgcat-accent:#3ddc84!important;
  --hgcat-accent2:#eef2f7!important;
  --hgcat-soft:rgba(61,220,132,.10)!important;
  --hgcat-glow:rgba(61,220,132,.14)!important;
  --hgcat-ring:rgba(61,220,132,.26)!important;
}

.hg-cat-page.hg-cat-page .hgcat-card-bg{
  filter:saturate(.72)!important;
}

html[data-hg-theme="dark"] .hg-cat-page.hg-cat-page .hgcat-card-bg{
  filter:saturate(.62) brightness(.82)!important;
  opacity:.78!important;
}

html[data-hg-theme="dark"] .hg-cat-page.hg-cat-page .hgcat-card-top .hgcat-card-bg{
  background:linear-gradient(135deg,rgba(61,220,132,.13),rgba(148,163,184,.08))!important;
}

.hg-cat-page.hg-cat-page .hgcat-btn-primary,
.hg-cat-page.hg-cat-page .hgcat-card:hover .hgcat-arrow,
.hg-cat-page.hg-cat-page .hgcat-tag.hot,
.hg-cat-page.hg-cat-page .hgcat-tag.new{
  background:var(--hgcat-accent)!important;
  border-color:var(--hgcat-accent)!important;
  box-shadow:0 8px 22px var(--hgcat-glow)!important;
}

html[data-hg-theme="dark"] .hg-cat-page.hg-cat-page .hgcat-btn-primary,
html[data-hg-theme="dark"] .hg-cat-page.hg-cat-page .hgcat-card:hover .hgcat-arrow,
html[data-hg-theme="dark"] .hg-cat-page.hg-cat-page .hgcat-tag.hot,
html[data-hg-theme="dark"] .hg-cat-page.hg-cat-page .hgcat-tag.new{
  color:#11161d!important;
}

html[data-hg-theme="dark"] .hg-cat-page.hg-cat-page .hgcat-card:hover .hgcat-arrow svg{
  stroke:#11161d!important;
}

@media(max-width:860px){
  .hg-cat-page.hg-cat-page .hgcat-hero-inner{
    display:block!important;
  }
  .hg-cat-page.hg-cat-page .hgcat-stats{
    margin-top:22px!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}

@media(max-width:768px){
  body.hg-categories-page .hg-cat-page.hg-cat-page .hgcat-hero{
    padding-top:42px!important;
  }
  .hg-cat-page.hg-cat-page .hgcat-feature-strip{
    margin:0!important;
    padding-inline:0!important;
  }
  .hg-cat-page.hg-cat-page .hgcat-strip-inner{
    width:calc(100% - 28px)!important;
    justify-content:flex-start!important;
  }
}

.hg-cat-page.hg-cat-page{
  --hgcat-control-bg:rgba(255,255,255,.74)!important;
  --hgcat-control-bg-2:rgba(255,255,255,.88)!important;
  --hgcat-control-shadow:0 16px 38px rgba(20,23,28,.065)!important;
}

html[data-hg-theme="dark"] .hg-cat-page.hg-cat-page{
  --hgcat-control-bg:rgba(26,31,40,.58)!important;
  --hgcat-control-bg-2:rgba(31,37,47,.72)!important;
  --hgcat-control-shadow:0 18px 42px rgba(0,0,0,.22)!important;
}

.hg-cat-page.hg-cat-page .hgcat-head{
  align-items:flex-start!important;
  gap:18px!important;
  margin-bottom:28px!important;
}

.hg-cat-page.hg-cat-page .hgcat-head > div:first-child{
  min-width:240px!important;
}

.hg-cat-page.hg-cat-page .hgcat-sec-title{
  letter-spacing:-.25px!important;
}

.hg-cat-page.hg-cat-page .hgcat-cta{
  padding-top:10px!important;
}

.hg-cat-page.hg-cat-page .hgcat-cta-inner{
  width:min(1180px,calc(100% - 32px))!important;
  max-width:1180px!important;
  margin-inline:auto!important;
  position:relative!important;
  isolation:isolate!important;
  overflow:hidden!important;
  min-height:132px!important;
  padding:24px 26px!important;
  border-radius:28px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:20px!important;
  background:
    radial-gradient(circle at 12% 40%, var(--hgcat-glow), transparent 34%),
    linear-gradient(135deg, var(--hgcat-control-bg), rgba(255,255,255,.50))!important;
  border:1px solid var(--hgcat-border)!important;
  box-shadow:var(--hgcat-control-shadow)!important;
  backdrop-filter:blur(18px) saturate(1.05)!important;
  -webkit-backdrop-filter:blur(18px) saturate(1.05)!important;
}

html[data-hg-theme="dark"] .hg-cat-page.hg-cat-page .hgcat-cta-inner{
  background:
    radial-gradient(circle at 12% 40%, var(--hgcat-glow), transparent 34%),
    linear-gradient(135deg, rgba(26,31,40,.72), rgba(255,255,255,.035))!important;
}

.hg-cat-page.hg-cat-page .hgcat-cta-inner::before{
  content:"؟"!important;
  position:absolute!important;
  left:26px!important;
  top:50%!important;
  transform:translateY(-50%)!important;
  z-index:-1!important;
  width:94px!important;
  height:94px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:28px!important;
  background:var(--hgcat-soft)!important;
  border:1px solid var(--hgcat-ring)!important;
  color:var(--hgcat-accent)!important;
  font-size:52px!important;
  font-weight:950!important;
  line-height:1!important;
  opacity:.34!important;
}

.hg-cat-page.hg-cat-page .hgcat-cta-inner > div{
  display:flex!important;
  flex-direction:column!important;
  gap:7px!important;
  max-width:620px!important;
  min-width:0!important;
}

.hg-cat-page.hg-cat-page .hgcat-cta h2{
  margin:0!important;
  color:var(--hgcat-text)!important;
  font-size:clamp(18px,2vw,24px)!important;
  font-weight:950!important;
  letter-spacing:-.25px!important;
}

.hg-cat-page.hg-cat-page .hgcat-cta p{
  margin:0!important;
  color:var(--hgcat-sub)!important;
  font-size:13px!important;
  line-height:1.8!important;
  font-weight:750!important;
}

.hg-cat-page.hg-cat-page .hgcat-cta .hgcat-btn-primary{
  flex:0 0 auto!important;
  min-width:150px!important;
  min-height:46px!important;
  border-radius:15px!important;
  padding-inline:20px!important;
  box-shadow:0 12px 26px var(--hgcat-glow)!important;
}

@media(max-width:900px){
  .hg-cat-page.hg-cat-page .hgcat-head{
    display:block!important;
  }
}

@media(max-width:680px){
  .hg-cat-page.hg-cat-page .hgcat-cta-inner{
    flex-direction:column!important;
    align-items:stretch!important;
    padding:22px!important;
    border-radius:24px!important;
    text-align:right!important;
  }
  .hg-cat-page.hg-cat-page .hgcat-cta-inner::before{
    left:16px!important;
    top:20px!important;
    transform:none!important;
    width:72px!important;
    height:72px!important;
    border-radius:22px!important;
    font-size:40px!important;
  }
  .hg-cat-page.hg-cat-page .hgcat-cta .hgcat-btn-primary{
    width:100%!important;
  }
}

.hg-cat-page.hg-cat-page .hgcat-head{
  display:block!important;
  margin-bottom:26px!important;
}

.hg-cat-page.hg-cat-page .hgcat-head > div:first-child{
  width:100%!important;
  min-width:0!important;
  max-width:720px!important;
}

.hg-cat-page.hgcat-archive{
  background:transparent!important;
  color:var(--hgcat-text,#17181b)!important;
  min-height:100vh!important;
  overflow-x:hidden!important;
}

.hg-cat-page.hgcat-archive .hgtax-hero{
  padding-bottom:42px!important;
}

.hg-cat-page.hgcat-archive .hgtax-visual{
  align-content:center!important;
  justify-content:center!important;
  min-width:min(100%,320px)!important;
}

.hg-cat-page.hgcat-archive .hgtax-orb{
  grid-column:1/-1!important;
  width:132px!important;
  height:132px!important;
  margin:0 auto 8px!important;
  border-radius:32px!important;
  background:linear-gradient(145deg,var(--hgcat-card),var(--hgcat-card-h))!important;
  border:1px solid var(--hgcat-border2)!important;
  box-shadow:0 18px 44px rgba(20,23,28,.10),0 0 0 8px var(--hgcat-soft)!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  overflow:hidden!important;
  color:var(--hgcat-accent)!important;
}

html[data-hg-theme="dark"] .hg-cat-page.hgcat-archive .hgtax-orb{
  box-shadow:0 18px 52px rgba(0,0,0,.34),0 0 0 8px var(--hgcat-soft)!important;
}

.hg-cat-page.hgcat-archive .hgtax-orb img{
  width:82%!important;
  height:82%!important;
  object-fit:contain!important;
  display:block!important;
}

.hg-cat-page.hgcat-archive .hgtax-icon,
.hg-cat-page.hgcat-archive .hgtax-icon svg,
.hg-cat-page.hgcat-archive .hgcat-card-icon,
.hg-cat-page.hgcat-archive .hgcat-card-icon svg{
  width:64px!important;
  height:64px!important;
  display:block!important;
  color:var(--hgcat-accent)!important;
  stroke:currentColor!important;
}

.hg-cat-page.hgcat-archive .hgtax-emoji{
  font-size:54px!important;
  line-height:1!important;
}

.hg-cat-page.hgcat-archive .hgtax-back svg{
  transform:none!important;
}

.hg-cat-page.hgcat-archive .hgtax-head-simple{
  align-items:flex-end!important;
}

.hg-cat-page.hgcat-archive .hgtax-child-section{
  padding-top:44px!important;
}

.hg-cat-page.hgcat-archive .hgtax-products-section{
  padding-top:28px!important;
}

.hg-cat-page.hgcat-archive .hgtax-child-grid{
  margin-top:6px!important;
}

.hg-cat-page.hgcat-archive .hgtax-child-card .hgcat-card-icon{
  position:relative!important;
  z-index:2!important;
  margin:auto!important;
  padding:14px!important;
  width:82px!important;
  height:82px!important;
  border-radius:24px!important;
  background:rgba(255,255,255,.52)!important;
  border:1px solid rgba(255,255,255,.64)!important;
  box-shadow:0 12px 26px rgba(20,23,28,.06)!important;
}

html[data-hg-theme="dark"] .hg-cat-page.hgcat-archive .hgtax-child-card .hgcat-card-icon{
  background:rgba(255,255,255,.065)!important;
  border-color:rgba(255,255,255,.10)!important;
}

.hg-cat-page.hgcat-archive .hgtax-products-grid{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:18px!important;
  align-items:stretch!important;
}

.hg-cat-page.hgcat-archive .hgtax-products-grid .product-card{
  min-width:0!important;
  background:var(--hgcat-card)!important;
  border:1px solid var(--hgcat-border)!important;
  box-shadow:0 14px 36px rgba(20,23,28,.055)!important;
}

.hg-cat-page.hgcat-archive .hgtax-products-grid .product-card:hover{
  border-color:rgba(15,118,110,.24)!important;
  box-shadow:0 20px 48px rgba(20,23,28,.10),0 0 0 1px rgba(15,118,110,.08)!important;
}

html[data-hg-theme="dark"] .hg-cat-page.hgcat-archive .hgtax-products-grid .product-card{
  box-shadow:0 18px 46px rgba(0,0,0,.26)!important;
}

.hg-cat-page.hgcat-archive .hgtax-pagination{
  margin-top:26px!important;
}

.hg-cat-page.hgcat-archive .hgtax-empty{
  margin-top:12px!important;
  background:var(--hgcat-card)!important;
  border:1px solid var(--hgcat-border)!important;
  color:var(--hgcat-sub)!important;
  border-radius:18px!important;
  padding:22px!important;
}

.hg-cat-page.hgcat-archive .hgtax-cta{
  padding-top:20px!important;
}

@media(max-width:1100px){
  .hg-cat-page.hgcat-archive .hgtax-products-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;}
}

@media(max-width:860px){
  .hg-cat-page.hgcat-archive .hgtax-visual{display:none!important;}
  .hg-cat-page.hgcat-archive .hgtax-head-simple{display:block!important;}
}

@media(max-width:700px){
  .hg-cat-page.hgcat-archive .hgtax-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:13px!important;}
  .hg-cat-page.hgcat-archive .hgtax-child-section{padding-top:34px!important;}
  .hg-cat-page.hgcat-archive .hgtax-products-section{padding-top:22px!important;}
}

@media(max-width:460px){
  .hg-cat-page.hgcat-archive .hgtax-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;}
}


img.hg-cat-img--dark.hg-cat-img--dark.hg-cat-img--dark.hg-cat-img--dark{display:none!important;}

html[data-hg-theme="dark"] img.hg-cat-img--dark.hg-cat-img--dark.hg-cat-img--dark.hg-cat-img--dark{display:block!important;}

html[data-hg-theme="dark"] img.hg-cat-img--light.hg-cat-img--light.hg-cat-img--light.has-dark-pair{display:none!important;}

/* ── منتقل‌شده از inline <style> داخل page-categories.php (ترجمه‌ی نسخه‌ای→پایدار). آخرِ فایل تا ترتیب «آخر برنده» حفظ شود. ── */
@media (max-width:420px){
  .hg-cat-page:not(.hgcat-archive) .hgcat-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;}
  .hg-cat-page:not(.hgcat-archive) .hgcat-card{min-height:auto!important}
}
body.hg-categories-page .hg-cat-page:not(.hgcat-archive) .hgcat-hero::before{display:none!important}
body.hg-categories-page .hg-cat-page:not(.hgcat-archive) .hgcat-blob{display:none!important}
body.hg-categories-page .hg-cat-page:not(.hgcat-archive) .hgcat-hero{padding-top:48px!important;padding-bottom:38px!important;}
@media(max-width:768px){
  body.hg-categories-page .hg-cat-page:not(.hgcat-archive) .hgcat-feature-strip{display:none!important}
  body.hg-categories-page .hg-cat-page:not(.hgcat-archive) .hgcat-hero{display:none!important}
  body.hg-categories-page .hg-cat-page:not(.hgcat-archive) .hgcat-section#cats-section{padding-top:46px!important}
}

/* آرشیو دستهٔ محصول: فقط body مالک پس‌زمینهٔ اصلی صفحه است.
   قوانین عمومی body.hg-categories-page بالاتر با :not(.hg-product-cat-archive)
   به لندینگ محدود شدند؛ اینجا تنها منبع پس‌زمینهٔ آرشیو است تا ناحیهٔ پشتِ
   هدرِ نیمه‌شفاف با ادامهٔ صفحه پیوسته باشد. main رنگ مستقل نمی‌کشد. */
html[data-hg-theme="light"] body.hg-product-cat-archive{
  --hg-tax-page-bg: var(--hg-shop-page-bg, #f6f6f2);
  background: var(--hg-tax-page-bg) !important;
  background-color: var(--hg-tax-page-bg) !important;
}

html[data-hg-theme="dark"] body.hg-product-cat-archive{
  --hg-tax-page-bg: #0d1015;
  background:
      radial-gradient(circle at 82% 0%, rgba(98,110,128,.15), transparent 32%),
      radial-gradient(circle at 14% 88%, rgba(98,110,128,.10), transparent 24%),
      linear-gradient(180deg,#10141b,#0d1015) !important;
  background-color: var(--hg-tax-page-bg) !important;
}
