/* Category Thumbnails — overlay default + card layout styles */

.elementor-editor-active .w2i-cat-style-overlay .w2i-store-categories-list > ul > li{
  cursor:pointer;
}
.elementor-editor-active .w2i-store-categories-list > ul > li.w2i-cat-editor-active{
  outline:2px solid var(--e-a-color-primary,#93003f);
  outline-offset:2px;
  border-radius:16px;
}

/* Shared hover accent — action button + underline/bar use --w2i-cat-accent-hover (Elementor or per-card accent). */
.w2i-cat-overlay-action,
.w2i-cat-card2-action,
.w2i-cat-card3-action,
.w2i-cat-card5-action,
.w2i-cat-card6-action,
.w2i-cat-card7-action,
.w2i-cat-card10-action{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:auto;
  height:auto;
  flex:0 0 auto;
  box-sizing:border-box;
  padding:9px;
  min-width:var(--w2i-cat-action-min,36px);
  min-height:var(--w2i-cat-action-min,36px);
}
.w2i-cat-overlay-action svg,
.w2i-cat-card2-action svg,
.w2i-cat-card3-action svg,
.w2i-cat-card5-action svg,
.w2i-cat-card6-action svg,
.w2i-cat-card7-action svg,
.w2i-cat-card10-action svg{
  width:1em;
  height:1em;
  max-width:100%;
  max-height:100%;
  flex:0 0 auto;
}
.w2i-store-categories-list li > a{
  --w2i-cat-accent-hover:var(--w2i-cat-accent,#3b82f6);
  --w2i-cat-action-color:#64748b;
  --w2i-cat-action-bg:#f1f5f9;
  --w2i-cat-action-hover-color:#fff;
  --w2i-cat-action-hover-bg:var(--w2i-cat-accent-hover,var(--w2i-cat-accent,#3b82f6));
  --w2i-cat-icon-color:var(--w2i-cat-accent,#3b82f6);
  --w2i-cat-icon-bg:color-mix(in srgb,var(--w2i-cat-accent,#3b82f6) 10%,#fff);
  --w2i-cat-icon-border:color-mix(in srgb,var(--w2i-cat-accent,#3b82f6) 16%,#e8edf3);
  --w2i-cat-icon-hover-color:#fff;
  --w2i-cat-icon-hover-bg:var(--w2i-cat-accent,#3b82f6);
  --w2i-cat-icon-hover-border:var(--w2i-cat-accent,#3b82f6);
}
.w2i-cat-card2-badge svg,
.w2i-cat-card-icon svg,
.w2i-cat-card6-icon-wrap svg,
.w2i-cat-card7-icon-wrap svg,
.w2i-cat-card8-chip svg{
  stroke:var(--w2i-cat-icon-color,currentColor);
  fill:none;
}
.w2i-cat-card2-badge i,
.w2i-cat-card-icon i,
.w2i-cat-card6-icon-wrap i,
.w2i-cat-card7-icon-wrap i,
.w2i-cat-card8-chip i{
  color:var(--w2i-cat-icon-color,currentColor);
}
.w2i-cat-overlay-action,
.w2i-cat-card2-action,
.w2i-cat-card3-action,
.w2i-cat-card5-action,
.w2i-cat-card6-action,
.w2i-cat-card7-action,
.w2i-cat-card-chevron,
.w2i-cat-card10-action{
  color:var(--w2i-cat-action-color,inherit);
  background-color:var(--w2i-cat-action-bg,transparent);
}
.w2i-cat-overlay-action svg,
.w2i-cat-card2-action svg,
.w2i-cat-card3-action svg,
.w2i-cat-card5-action svg,
.w2i-cat-card6-action svg,
.w2i-cat-card7-action svg,
.w2i-cat-card-chevron svg,
.w2i-cat-card10-action svg{
  stroke:currentColor;
}
.w2i-store-categories-list li > a:hover .w2i-cat-overlay-action,
.w2i-store-categories-list li > a:hover .w2i-cat-card2-action,
.w2i-store-categories-list li > a:hover .w2i-cat-card3-action,
.w2i-store-categories-list li > a:hover .w2i-cat-card5-action,
.w2i-store-categories-list li > a:hover .w2i-cat-card6-action,
.w2i-store-categories-list li > a:hover .w2i-cat-card7-action,
.w2i-store-categories-list li > a:hover .w2i-cat-card-chevron,
.w2i-store-categories-list li > a:hover .w2i-cat-card10-action{
  color:var(--w2i-cat-action-hover-color,#fff);
  background-color:var(--w2i-cat-action-hover-bg,var(--w2i-cat-accent-hover,var(--w2i-cat-accent,#3b82f6)));
}


/* ---------- Overlay: editorial image tile (default) ---------- */
.w2i-cat-style-overlay.w2i-store-categories-list{display:block;width:100%;margin:0;padding:0;}
.w2i-cat-style-overlay.w2i-store-categories-list > ul{
  list-style:none;margin:0;padding:0;
  display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));
  gap:22px;width:100%;
}
.w2i-cat-style-overlay.w2i-store-categories-list > ul > li{
  display:block;height:auto !important;max-width:none;margin:0 !important;border:0 !important;
}
.w2i-cat-style-overlay.w2i-store-categories-list li > a{
  --w2i-overlay-scrim:15,23,42;
  --w2i-overlay-scrim-strong:.5;
  --w2i-overlay-scrim-mid:.2;
  --w2i-cat-card-height:260px;
  position:relative;display:flex;flex-direction:column;justify-content:flex-end;
  align-items:stretch;min-height:var(--w2i-cat-card-height);height:var(--w2i-cat-card-height);
  border-radius:16px;overflow:hidden;
  border:1px solid rgba(15,23,42,.08);
  box-shadow:0 1px 2px rgba(15,23,42,.04),0 8px 24px rgba(15,23,42,.07);
  text-decoration:none;text-align:left;
  transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s ease,border-color .3s ease;
}
.w2i-cat-style-overlay .w2i-cat-overlay-accent{
  position:absolute;top:0;left:0;right:0;height:3px;z-index:4;
  background:var(--w2i-cat-accent,#dc2626);
  transform:scaleX(1);opacity:1;
  transition:height .25s ease,opacity .25s ease,background-color .25s ease;
}
.w2i-cat-style-overlay li > a:hover .w2i-cat-overlay-accent{
  height:4px;
  background:var(--w2i-cat-accent-hover,var(--w2i-cat-accent,#dc2626));
}
.w2i-cat-style-overlay .w2i-cat-overlay-media{
  position:absolute !important;inset:0 !important;z-index:0;display:block;overflow:hidden;
  pointer-events:none;
}
.w2i-cat-style-overlay .w2i-cat-overlay-media img,
.w2i-cat-style-overlay.w2i-store-categories-list li > a > img{
  position:absolute !important;inset:0 !important;width:100% !important;height:100% !important;
  max-width:none !important;max-height:none !important;
  object-fit:cover !important;object-position:center center !important;
  display:block !important;
  transition:transform .55s cubic-bezier(.4,0,.2,1);
}
.w2i-cat-style-overlay.w2i-store-categories-list li > a:hover .w2i-cat-overlay-media img,
.w2i-cat-style-overlay.w2i-store-categories-list li > a:hover > img{transform:scale(1.04);}
/* Muted accent wash + soft bottom gradient for readable captions */
.w2i-cat-style-overlay.w2i-store-categories-list li.w2i-cat-has-img > a::before{
  content:"" !important;position:absolute !important;inset:0 !important;z-index:1 !important;
  height:auto !important;width:auto !important;pointer-events:none;
  background:
    linear-gradient(
      180deg,
      rgba(var(--w2i-overlay-scrim),0) 0%,
      rgba(var(--w2i-overlay-scrim),0) 42%,
      rgba(var(--w2i-overlay-scrim),var(--w2i-overlay-scrim-mid)) 76%,
      rgba(var(--w2i-overlay-scrim),var(--w2i-overlay-scrim-strong)) 100%
    ),
    linear-gradient(
      180deg,
      color-mix(in srgb,var(--w2i-cat-overlay-wash,var(--w2i-cat-accent,#dc2626)) 12%,transparent) 0%,
      color-mix(in srgb,var(--w2i-cat-overlay-wash,var(--w2i-cat-accent,#dc2626)) 8%,transparent) 100%
    ) !important;
  transition:opacity .3s ease;
}
.w2i-cat-style-overlay.w2i-store-categories-list li.w2i-cat-has-img > a:hover::before{
  --w2i-overlay-scrim-strong:.58;
  --w2i-overlay-scrim-mid:.28;
}
.w2i-cat-style-overlay.w2i-store-categories-list li.w2i-cat-has-img > a::after{display:none !important;}
.w2i-cat-style-overlay .w2i-cat-overlay-caption{
  position:relative;z-index:2;display:flex;align-items:flex-end;justify-content:space-between;gap:12px;
  padding:16px 16px 18px;width:100%;margin-top:auto;
  background:transparent !important;
}
.w2i-cat-style-overlay .w2i-cat-overlay-body{
  flex:1;min-width:0;display:flex;flex-direction:column;gap:4px;
}
.w2i-cat-style-overlay.w2i-store-categories-list li > a:hover{
  transform:translateY(-4px);
  border-color:color-mix(in srgb,var(--w2i-cat-accent,#3b82f6) 28%,rgba(15,23,42,.08));
  box-shadow:0 6px 14px rgba(15,23,42,.07),0 20px 40px rgba(15,23,42,.12);
}
.w2i-cat-style-overlay .w2i-cat-overlay-caption .w2i-cat-card-title{
  margin:0;color:#fff;font-size:17px;font-weight:700;line-height:1.3;
  letter-spacing:-.01em;
}
.w2i-cat-style-overlay .w2i-cat-overlay-caption .w2i-cat-card-desc{
  margin:0;color:rgba(255,255,255,.9);font-size:12px;line-height:1.45;font-weight:400;
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;
}
.w2i-cat-style-overlay .w2i-cat-overlay-action{
  border-radius:50%;
  background:#fff;color:#0f172a;
  border:0;
  box-shadow:0 2px 10px rgba(15,23,42,.2);
  transition:transform .25s ease,box-shadow .25s ease,background-color .25s ease,color .25s ease;
}
.w2i-cat-overlay-action i,
.w2i-cat-card2-action i,
.w2i-cat-card3-action i,
.w2i-cat-card5-action i,
.w2i-cat-card6-action i,
.w2i-cat-card7-action i,
.w2i-cat-card10-action i,
.w2i-cat-card-chevron i{
  display:flex;align-items:center;justify-content:center;line-height:1;
}
.w2i-cat-style-overlay li > a:hover .w2i-cat-overlay-action{
  background:var(--w2i-cat-accent-hover,var(--w2i-cat-accent,#dc2626));
  color:#fff;
  box-shadow:0 4px 14px color-mix(in srgb,var(--w2i-cat-accent-hover,var(--w2i-cat-accent,#dc2626)) 40%,rgba(15,23,42,.24));
  transform:translateX(2px) scale(1.04);
}
.w2i-cat-style-overlay.w2i-store-categories-list li.w2i-cat-no-img > a{
  align-items:center;justify-content:center;
  background:color-mix(in srgb,var(--w2i-cat-accent,#3b82f6) 10%,#f1f5f9);
}
.w2i-cat-style-overlay.w2i-store-categories-list li.w2i-cat-no-img .w2i-cat-overlay-accent{
  transform:scaleX(1);opacity:.85;
}
.w2i-cat-style-overlay.w2i-store-categories-list li.w2i-cat-no-img > a::before{display:none !important;}
.w2i-cat-style-overlay.w2i-store-categories-list li.w2i-cat-no-img > a::after{display:none;}
.w2i-cat-style-overlay.w2i-store-categories-list li.w2i-cat-no-img .w2i-cat-overlay-caption{
  text-align:center;align-items:center;justify-content:center;padding:0 22px;
}
.w2i-cat-style-overlay.w2i-store-categories-list li.w2i-cat-no-img .w2i-cat-overlay-body{align-items:center;}
.w2i-cat-style-overlay.w2i-store-categories-list li.w2i-cat-no-img .w2i-cat-card-title{
  color:#0f172a;text-shadow:none;font-size:18px;
}
.w2i-cat-style-overlay.w2i-store-categories-list li.w2i-cat-no-img .w2i-cat-card-desc{color:#64748b;}
.w2i-cat-style-overlay.w2i-store-categories-list li.w2i-cat-no-img .w2i-cat-overlay-action{
  background:#fff;color:#64748b;border-color:#e2e8f0;
  box-shadow:0 2px 10px rgba(15,23,42,.08);
}
.w2i-cat-style-overlay.w2i-store-categories-list li.w2i-cat-no-img > a:hover .w2i-cat-overlay-action{
  background:var(--w2i-cat-accent-hover,var(--w2i-cat-accent,#3b82f6));
  color:#fff;
  border-color:var(--w2i-cat-accent-hover,var(--w2i-cat-accent,#3b82f6));
}
.w2i-cat-style-overlay.w2i-store-categories-list li.w2i-cat-no-img > a:hover .w2i-cat-overlay-accent{
  background:var(--w2i-cat-accent-hover,var(--w2i-cat-accent,#3b82f6));
}

/* Shared muted shadow for floating icon boxes (card 2 badge, card 8 chip) */
.w2i-cat-card2-badge,
.w2i-cat-card8-chip{
  box-shadow:
    0 1px 2px rgba(15,23,42,.06),
    0 4px 12px rgba(15,23,42,.10),
    0 12px 28px rgba(15,23,42,.12) !important;
}

/* Shared reset for all card layouts (card1–card10) */
.w2i-cat-layout-card.w2i-store-categories-list{display:block;width:100%;margin:0;padding:0;}
.w2i-cat-layout-card.w2i-store-categories-list > ul{
  display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;
  list-style:none;margin:0;padding:0;width:100%;max-width:100%;flex-wrap:unset;
}
.w2i-cat-layout-card.w2i-store-categories-list > ul > li{
  display:block;height:auto !important;max-width:none !important;margin:0 !important;border:0 !important;
}
.w2i-cat-layout-card.w2i-store-categories-list > ul > li > a{
  display:flex !important;height:auto;text-align:left !important;
}
.w2i-cat-layout-card .w2i-cat-card-title,
.w2i-cat-layout-card .w2i-cat-card-desc,
.w2i-cat-layout-card .w2i-cat-card-body{
  position:static !important;left:auto !important;top:auto !important;width:auto !important;
  transform:none !important;text-shadow:none !important;
}
.w2i-cat-layout-card.w2i-store-categories-list li > a::before{display:none !important;}

/* ---------- Card 1: horizontal (image left, text right) ---------- */
.w2i-cat-style-card1.w2i-store-categories-list li > a{
  flex-direction:row;align-items:center;gap:14px;
  min-height:108px;padding:16px 18px;
  background:#fff;border:none;border-radius:14px;
  box-shadow:0 4px 18px rgba(15,23,42,.07);
  text-decoration:none;overflow:visible;
  transition:transform .22s ease,box-shadow .22s ease;
}
.w2i-cat-style-card1.w2i-store-categories-list li > a:hover{
  transform:translateY(-2px);box-shadow:0 10px 28px rgba(15,23,42,.11);
}
.w2i-cat-style-card1 .w2i-cat-card-media{
  flex:0 0 42%;max-width:112px;min-width:80px;
  display:flex;align-items:center;justify-content:center;
}
.w2i-cat-style-card1 .w2i-cat-card-media img{
  position:static !important;inset:auto !important;
  width:100% !important;height:auto !important;max-height:92px;
  object-fit:contain !important;transform:none !important;
}
.w2i-cat-style-card1 .w2i-cat-card-body{
  flex:1;min-width:0;display:flex;flex-direction:column;justify-content:center;gap:3px;padding:0 !important;
}
.w2i-cat-style-card1 .w2i-cat-card-title{
  display:block;margin:0;color:#111827;font-size:17px;font-weight:700;line-height:1.25;letter-spacing:-.02em;
}
.w2i-cat-style-card1 .w2i-cat-card-desc{
  display:block;margin:0;color:#6b7280;font-size:13px;font-weight:400;line-height:1.4;
}

/* ---------- Card 2: modern showcase (hero image + badge + footer CTA) ---------- */
.w2i-cat-style-card2.w2i-store-categories-list li > a{
  flex-direction:column;align-items:stretch;gap:0;
  padding:0;background:#fff;
  border:1px solid #e8edf3;border-radius:16px;
  box-shadow:0 1px 2px rgba(15,23,42,.04),0 10px 28px rgba(15,23,42,.06);
  text-decoration:none;overflow:visible;
  transition:transform .25s cubic-bezier(.4,0,.2,1),box-shadow .25s ease,border-color .25s ease;
}
.w2i-cat-style-card2.w2i-store-categories-list li > a:hover{
  transform:translateY(-4px);
  border-color:color-mix(in srgb,var(--w2i-cat-accent,#3b82f6) 28%,#e8edf3);
  box-shadow:0 4px 8px rgba(15,23,42,.06),0 20px 40px rgba(15,23,42,.1);
}
.w2i-cat-style-card2 .w2i-cat-card2-hero{
  position:relative;z-index:2;display:flex;align-items:center;justify-content:center;
  background:color-mix(in srgb,var(--w2i-cat-accent,#3b82f6) 6%,#f8fafc);
  border-radius:16px 16px 0 0;
  overflow:visible;
}
.w2i-cat-style-card2 .w2i-cat-card2-hero img{
  position:static !important;inset:auto !important;
  width:auto !important;height:auto !important;max-width:100%;max-height:112px;
  object-fit:contain !important;transform:none !important;
  transition:transform .35s cubic-bezier(.4,0,.2,1);
}
.w2i-cat-style-card2 li > a:hover .w2i-cat-card2-hero img{transform:scale(1.04);}
.w2i-cat-style-card2 .w2i-cat-card2-badge{
  position:absolute;left:16px;bottom:0;z-index:5;
  display:flex;align-items:center;justify-content:center;
  width:44px;height:44px;padding:10px;border-radius:12px;box-sizing:border-box;
  background:var(--w2i-cat-icon-bg,#fff);
  border:1px solid var(--w2i-cat-icon-border,#e8edf3);
  transform:translateY(50%);
  transition:background .25s ease,border-color .25s ease,transform .25s ease,box-shadow .25s ease;
}
.w2i-cat-style-card2 li > a:hover .w2i-cat-card2-badge{
  background:var(--w2i-cat-icon-hover-bg,var(--w2i-cat-accent,#3b82f6));
  border-color:var(--w2i-cat-icon-hover-border,var(--w2i-cat-accent,#3b82f6));
}
.w2i-cat-style-card2 li > a:hover .w2i-cat-card2-badge svg{
  stroke:var(--w2i-cat-icon-hover-color,#fff);
}
.w2i-cat-style-card2 li > a:hover .w2i-cat-card2-badge i{
  color:var(--w2i-cat-icon-hover-color,#fff);
}
.w2i-cat-style-card2 .w2i-cat-card2-badge img{width:22px;height:22px;object-fit:contain;display:block;flex:0 0 auto;}
.w2i-cat-style-card2 .w2i-cat-card2-badge svg{
  display:block;width:22px;height:22px;flex:0 0 auto;
  stroke:var(--w2i-cat-icon-color,var(--w2i-cat-accent,#3b82f6));fill:none;stroke-width:1.75;
  stroke-linecap:round;stroke-linejoin:round;
}
.w2i-cat-style-card4 .w2i-cat-card-icon svg{
  display:block;width:20px;height:20px;
  stroke:var(--w2i-cat-icon-color,currentColor);fill:none;stroke-width:1.75;
  stroke-linecap:round;stroke-linejoin:round;
}
.w2i-cat-style-card2 .w2i-cat-card2-footer{
  position:relative;z-index:3;
  display:flex;align-items:flex-end;justify-content:space-between;gap:12px;
  padding:18px 18px 18px 72px;
  background:#fff;border-radius:0 0 16px 16px;
}
.w2i-cat-style-card2 .w2i-cat-card2-body{
  flex:1;min-width:0;display:flex;flex-direction:column;gap:4px;padding:0 !important;
}
.w2i-cat-style-card2 .w2i-cat-card-title{
  margin:0;color:#0f172a;font-size:17px;font-weight:700;line-height:1.3;letter-spacing:-.02em;
}
.w2i-cat-style-card2 .w2i-cat-card-desc{
  margin:0;color:#64748b;font-size:13px;font-weight:400;line-height:1.5;
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;
}
.w2i-cat-style-card2 .w2i-cat-card2-action{
  border-radius:50%;
  background:var(--w2i-cat-action-bg,#f1f5f9);color:var(--w2i-cat-action-color,#64748b);
  transition:background .2s ease,color .2s ease,transform .2s ease;
}
.w2i-cat-style-card2 li > a:hover .w2i-cat-card2-action{
  background:var(--w2i-cat-action-hover-bg,var(--w2i-cat-accent-hover,var(--w2i-cat-accent,#3b82f6)));
  color:var(--w2i-cat-action-hover-color,#fff);transform:translateX(2px);
}

/* ---------- Card 3: portrait showcase (square hero + content footer) ---------- */
.w2i-cat-style-card3.w2i-store-categories-list li > a{
  flex-direction:column;align-items:stretch;gap:0;padding:0;
  background:#fff;border:1px solid #e8edf3;border-radius:16px;overflow:hidden;
  box-shadow:0 1px 2px rgba(15,23,42,.04),0 10px 28px rgba(15,23,42,.06);
  text-decoration:none;
  transition:transform .25s cubic-bezier(.4,0,.2,1),box-shadow .25s ease,border-color .25s ease;
}
.w2i-cat-style-card3.w2i-store-categories-list li > a:hover{
  transform:translateY(-4px);
  border-color:color-mix(in srgb,var(--w2i-cat-accent,#3b82f6) 28%,#e8edf3);
  box-shadow:0 4px 8px rgba(15,23,42,.06),0 20px 40px rgba(15,23,42,.1);
}
.w2i-cat-style-card3 .w2i-cat-card3-media{
  position:relative;display:flex;align-items:center;justify-content:center;
  aspect-ratio:1/1;width:100%;
  background:color-mix(in srgb,var(--w2i-cat-accent,#3b82f6) 7%,#f8fafc);
  overflow:hidden;
}
.w2i-cat-style-card3 .w2i-cat-card3-media img{
  position:static !important;inset:auto !important;
  width:auto !important;height:auto !important;max-width:82%;max-height:82%;
  object-fit:contain !important;transform:none !important;
  transition:transform .4s cubic-bezier(.4,0,.2,1);
}
.w2i-cat-style-card3 li > a:hover .w2i-cat-card3-media img{transform:scale(1.06);}
.w2i-cat-style-card3 .w2i-cat-card3-placeholder{
  display:flex;align-items:center;justify-content:center;width:100%;height:100%;
}
.w2i-cat-style-card3 .w2i-cat-card3-placeholder svg{
  width:48px;height:48px;stroke:var(--w2i-cat-accent,#3b82f6);fill:none;stroke-width:1.5;opacity:.65;
}
.w2i-cat-style-card3 .w2i-cat-card3-content{
  display:flex;align-items:flex-end;justify-content:space-between;gap:12px;
  padding:18px;border-top:1px solid #f1f5f9;
}
.w2i-cat-style-card3 .w2i-cat-card3-body{
  flex:1;min-width:0;display:flex;flex-direction:column;gap:5px;padding:0 !important;text-align:left;
}
.w2i-cat-style-card3 .w2i-cat-card-title{
  margin:0;color:#0f172a;font-size:17px;font-weight:700;line-height:1.3;letter-spacing:-.02em;
}
.w2i-cat-style-card3 .w2i-cat-card-title::after{
  content:"";display:block;width:28px;height:3px;margin-top:8px;border-radius:2px;
  background:var(--w2i-cat-accent,#3b82f6);
  transition:background-color .2s ease,width .2s ease;
}
.w2i-cat-style-card3 li > a:hover .w2i-cat-card-title::after{
  background:var(--w2i-cat-accent-hover,var(--w2i-cat-accent,#3b82f6));
  width:36px;
}
.w2i-cat-style-card3 .w2i-cat-card-desc{
  margin:0;color:#64748b;font-size:12px;line-height:1.5;
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;
}
.w2i-cat-style-card3 .w2i-cat-card3-action{
  border-radius:12px;
  background:var(--w2i-cat-action-bg,#f1f5f9);color:var(--w2i-cat-action-color,#64748b);
  transition:background .2s ease,color .2s ease,transform .2s ease;
}
.w2i-cat-style-card3 li > a:hover .w2i-cat-card3-action{
  background:var(--w2i-cat-action-hover-bg,var(--w2i-cat-accent-hover,var(--w2i-cat-accent,#3b82f6)));
  color:var(--w2i-cat-action-hover-color,#fff);transform:translateX(2px);
}

/* ---------- Card 4: accent stripe + icon + text (+ optional thumb) ---------- */
.w2i-cat-style-card4.w2i-store-categories-list li > a{
  flex-direction:row;align-items:stretch;gap:0;
  min-height:96px;padding:0;background:#fff;border:none;border-radius:14px;
  box-shadow:0 4px 18px rgba(15,23,42,.07);overflow:hidden;
  text-decoration:none;transition:transform .22s ease,box-shadow .22s ease;
}
.w2i-cat-style-card4.w2i-store-categories-list li > a:hover{
  transform:translateY(-2px);box-shadow:0 10px 28px rgba(15,23,42,.11);
}
.w2i-cat-style-card4 .w2i-cat-card-accent{
  flex:0 0 5px;width:5px;background:var(--w2i-cat-accent,var(--w2i-primary,#ef4444));border-radius:14px 0 0 14px;
  transition:background-color .22s ease;
}
.w2i-cat-style-card4 li > a:hover .w2i-cat-card-accent{
  background:var(--w2i-cat-accent-hover,var(--w2i-cat-accent,var(--w2i-primary,#ef4444)));
}
.w2i-cat-style-card4 .w2i-cat-card-inner{
  flex:1;display:flex;align-items:center;gap:12px;padding:14px 16px;min-width:0;
}
.w2i-cat-style-card4 .w2i-cat-card-icon{
  flex:0 0 36px;width:36px;height:36px;border-radius:50%;
  background:var(--w2i-cat-icon-bg,#fee2e2);
  border:1px solid var(--w2i-cat-icon-border,transparent);
  display:flex;align-items:center;justify-content:center;
  transition:background .22s ease,border-color .22s ease;
}
.w2i-cat-style-card4 li > a:hover .w2i-cat-card-icon{
  background:var(--w2i-cat-icon-hover-bg,var(--w2i-cat-accent,#3b82f6));
  border-color:var(--w2i-cat-icon-hover-border,var(--w2i-cat-accent,#3b82f6));
}
.w2i-cat-style-card4 li > a:hover .w2i-cat-card-icon svg{
  stroke:var(--w2i-cat-icon-hover-color,#fff);
}
.w2i-cat-style-card4 li > a:hover .w2i-cat-card-icon i{
  color:var(--w2i-cat-icon-hover-color,#fff);
}
.w2i-cat-style-card4 .w2i-cat-card-icon img{width:18px;height:18px;object-fit:contain;}
.w2i-cat-style-card4 .w2i-cat-card-body{
  flex:1;min-width:0;display:flex;flex-direction:column;gap:3px;padding:0 !important;
}
.w2i-cat-style-card4 .w2i-cat-card-title{font-size:15px;font-weight:700;color:#111827;}
.w2i-cat-style-card4 .w2i-cat-card-desc{font-size:12px;color:#6b7280;line-height:1.4;}
.w2i-cat-style-card4 .w2i-cat-card-thumb{
  flex:0 0 56px;width:56px;height:56px;display:flex;align-items:center;justify-content:center;
}
.w2i-cat-style-card4 .w2i-cat-card-thumb img{
  position:static !important;max-width:56px;max-height:56px;object-fit:contain !important;
  border-radius:8px;
}

/* ---------- Card 5: editorial tile (image + clean footer) ---------- */
.w2i-cat-style-card5.w2i-store-categories-list li > a{
  flex-direction:column;padding:0;border-radius:16px;overflow:hidden;
  background:#fff;border:1px solid #e8edf3;
  box-shadow:0 1px 2px rgba(15,23,42,.04),0 10px 28px rgba(15,23,42,.06);
  text-decoration:none;
  transition:transform .25s cubic-bezier(.4,0,.2,1),box-shadow .25s ease,border-color .25s ease;
}
.w2i-cat-style-card5.w2i-store-categories-list li > a:hover{
  transform:translateY(-4px);
  border-color:color-mix(in srgb,var(--w2i-cat-accent,#3b82f6) 24%,#e8edf3);
  box-shadow:0 4px 8px rgba(15,23,42,.06),0 20px 40px rgba(15,23,42,.1);
}
.w2i-cat-style-card5 .w2i-cat-card5-media{
  position:relative;display:block;width:100%;aspect-ratio:4/3;
  background:#f1f5f9;overflow:hidden;
}
.w2i-cat-style-card5 .w2i-cat-card5-media img{
  position:absolute !important;inset:0;width:100% !important;height:100% !important;
  object-fit:cover !important;transform:none !important;
  transition:transform .4s cubic-bezier(.4,0,.2,1);
}
.w2i-cat-style-card5 li > a:hover .w2i-cat-card5-media img{transform:scale(1.06);}
.w2i-cat-style-card5 .w2i-cat-card5-placeholder{
  position:absolute;inset:0;display:flex;align-items:center;justify-content:center;
  background:color-mix(in srgb,var(--w2i-cat-accent,#3b82f6) 8%,#f1f5f9);
}
.w2i-cat-style-card5 .w2i-cat-card5-placeholder svg{
  width:40px;height:40px;stroke:var(--w2i-cat-accent,#3b82f6);fill:none;stroke-width:1.5;
  opacity:.7;
}
.w2i-cat-style-card5 .w2i-cat-card5-tag{
  position:absolute;left:14px;top:14px;z-index:2;
  width:8px;height:8px;border-radius:50%;
  background:var(--w2i-cat-accent,#3b82f6);
  box-shadow:0 0 0 4px rgba(255,255,255,.9);
}
.w2i-cat-style-card5 .w2i-cat-card5-footer{
  display:flex;align-items:center;justify-content:space-between;gap:14px;
  padding:16px 18px 18px;border-top:1px solid #f1f5f9;
}
.w2i-cat-style-card5 .w2i-cat-card5-body{
  flex:1;min-width:0;display:flex;flex-direction:column;gap:4px;padding:0 !important;
}
.w2i-cat-style-card5 .w2i-cat-card-title{
  margin:0;color:#0f172a;font-size:16px;font-weight:700;line-height:1.3;letter-spacing:-.02em;
}
.w2i-cat-style-card5 .w2i-cat-card-desc{
  margin:0;color:#64748b;font-size:12px;line-height:1.45;
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;
}
.w2i-cat-style-card5 .w2i-cat-card5-action{
  border-radius:10px;
  background:var(--w2i-cat-action-bg,color-mix(in srgb,var(--w2i-cat-accent,#3b82f6) 12%,#fff));
  color:var(--w2i-cat-action-color,var(--w2i-cat-accent,#3b82f6));
  transition:background .2s ease,color .2s ease,transform .2s ease;
}
.w2i-cat-style-card5 li > a:hover .w2i-cat-card5-action{
  background:var(--w2i-cat-action-hover-bg,var(--w2i-cat-accent-hover,var(--w2i-cat-accent,#3b82f6)));
  color:var(--w2i-cat-action-hover-color,#fff);transform:translateX(2px);
}

/* ---------- Card 6: horizontal nav strip ---------- */
.w2i-cat-style-card6.w2i-store-categories-list li > a{
  position:relative;flex-direction:row;align-items:center;gap:14px;
  padding:16px 16px 16px 20px;min-height:76px;
  background:#fff;border:1px solid #e8edf3;border-radius:16px;
  box-shadow:0 1px 2px rgba(15,23,42,.04),0 8px 20px rgba(15,23,42,.05);
  text-decoration:none;overflow:hidden;text-align:left;
  transition:transform .25s cubic-bezier(.4,0,.2,1),box-shadow .25s ease,border-color .25s ease,background .25s ease;
}
.w2i-cat-style-card6.w2i-store-categories-list li > a:hover{
  transform:translateY(-3px);
  border-color:color-mix(in srgb,var(--w2i-cat-accent,#3b82f6) 32%,#e8edf3);
  background:color-mix(in srgb,var(--w2i-cat-accent,#3b82f6) 3%,#fff);
  box-shadow:0 4px 8px rgba(15,23,42,.06),0 16px 32px rgba(15,23,42,.08);
}
.w2i-cat-style-card6 .w2i-cat-card6-accent{
  position:absolute;left:0;top:0;bottom:0;width:4px;
  background:var(--w2i-cat-accent,#3b82f6);border-radius:16px 0 0 16px;
}
.w2i-cat-style-card6 .w2i-cat-card6-icon-wrap{
  position:relative;z-index:1;flex:0 0 44px;width:44px;height:44px;
  display:flex;align-items:center;justify-content:center;
  border-radius:12px;
  background:var(--w2i-cat-icon-bg,color-mix(in srgb,var(--w2i-cat-accent,#3b82f6) 10%,#fff));
  border:1px solid var(--w2i-cat-icon-border,color-mix(in srgb,var(--w2i-cat-accent,#3b82f6) 16%,#e8edf3));
  box-shadow:0 2px 8px rgba(15,23,42,.06);
  transition:background .25s ease,border-color .25s ease,transform .25s ease,box-shadow .25s ease;
}
.w2i-cat-style-card6 li > a:hover .w2i-cat-card6-icon-wrap{
  background:var(--w2i-cat-icon-hover-bg,var(--w2i-cat-accent,#3b82f6));
  border-color:var(--w2i-cat-icon-hover-border,var(--w2i-cat-accent,#3b82f6));
  transform:scale(1.04);
  box-shadow:0 4px 14px color-mix(in srgb,var(--w2i-cat-icon-hover-bg,var(--w2i-cat-accent,#3b82f6)) 35%,transparent);
}
.w2i-cat-style-card6 .w2i-cat-card6-icon-wrap img{width:22px;height:22px;object-fit:contain;display:block;}
.w2i-cat-style-card6 .w2i-cat-card6-icon-wrap svg{
  width:22px;height:22px;
  stroke:var(--w2i-cat-icon-color,var(--w2i-cat-accent,#3b82f6));fill:none;stroke-width:1.75;
  transition:stroke .25s ease,color .25s ease;
}
.w2i-cat-style-card6 li > a:hover .w2i-cat-card6-icon-wrap svg{
  stroke:var(--w2i-cat-icon-hover-color,#fff);
}
.w2i-cat-style-card6 li > a:hover .w2i-cat-card6-icon-wrap i{
  color:var(--w2i-cat-icon-hover-color,#fff);
}
.w2i-cat-style-card6 .w2i-cat-card-title{
  position:relative;z-index:1;flex:1;min-width:0;
  margin:0;font-size:15px;font-weight:600;color:#0f172a;line-height:1.35;
  letter-spacing:-.01em;white-space:normal;
}
.w2i-cat-style-card6 .w2i-cat-card6-action{
  position:relative;z-index:1;
  border-radius:50%;
  background:var(--w2i-cat-action-bg,#f1f5f9);
  color:var(--w2i-cat-action-color,#94a3b8);
  transition:background .2s ease,color .2s ease,transform .2s ease;
}
.w2i-cat-style-card6 li > a:hover .w2i-cat-card6-accent{
  background:var(--w2i-cat-accent-hover,var(--w2i-cat-accent,#3b82f6));
}
.w2i-cat-style-card6 li > a:hover .w2i-cat-card6-action{
  background:var(--w2i-cat-action-hover-bg,var(--w2i-cat-accent-hover,var(--w2i-cat-accent,#3b82f6)));
  color:var(--w2i-cat-action-hover-color,#fff);
  transform:translateX(2px);
}

/* ---------- Card 7: vertical icon header card ---------- */
.w2i-cat-style-card7.w2i-store-categories-list li > a{
  flex-direction:column;align-items:stretch;gap:0;padding:0;overflow:hidden;
  background:#fff;border:1px solid #e8edf3;border-radius:16px;
  box-shadow:0 1px 2px rgba(15,23,42,.04),0 10px 28px rgba(15,23,42,.06);
  text-decoration:none;
  transition:transform .25s cubic-bezier(.4,0,.2,1),box-shadow .25s ease,border-color .25s ease;
}
.w2i-cat-style-card7.w2i-store-categories-list li > a:hover{
  transform:translateY(-4px);
  border-color:color-mix(in srgb,var(--w2i-cat-accent,#3b82f6) 28%,#e8edf3);
  box-shadow:0 4px 8px rgba(15,23,42,.06),0 20px 40px rgba(15,23,42,.1);
}
.w2i-cat-style-card7 .w2i-cat-card7-head{
  display:flex;align-items:center;justify-content:center;
  min-height:100px;padding:24px 20px;
  background:color-mix(in srgb,var(--w2i-cat-accent,#3b82f6) 12%,#f8fafc);
  border-bottom:1px solid color-mix(in srgb,var(--w2i-cat-accent,#3b82f6) 14%,#e8edf3);
  transition:background .25s ease;
}
.w2i-cat-style-card7 li > a:hover .w2i-cat-card7-head{
  background:color-mix(in srgb,var(--w2i-cat-accent,#3b82f6) 18%,#f8fafc);
}
.w2i-cat-style-card7 .w2i-cat-card7-icon-wrap{
  display:flex;align-items:center;justify-content:center;
  width:56px;height:56px;border-radius:16px;
  background:var(--w2i-cat-icon-bg,#fff);
  border:1px solid var(--w2i-cat-icon-border,#e8edf3);
  box-shadow:0 2px 10px rgba(15,23,42,.08);
  transition:background .25s ease,border-color .25s ease,transform .25s ease,box-shadow .25s ease;
}
.w2i-cat-style-card7 li > a:hover .w2i-cat-card7-icon-wrap{
  background:var(--w2i-cat-icon-hover-bg,var(--w2i-cat-accent,#3b82f6));
  border-color:var(--w2i-cat-icon-hover-border,var(--w2i-cat-accent,#3b82f6));
  transform:scale(1.06);
  box-shadow:0 6px 18px color-mix(in srgb,var(--w2i-cat-icon-hover-bg,var(--w2i-cat-accent,#3b82f6)) 35%,transparent);
}
.w2i-cat-style-card7 .w2i-cat-card7-icon-wrap img{width:28px;height:28px;object-fit:contain;display:block;}
.w2i-cat-style-card7 .w2i-cat-card7-icon-wrap svg{
  width:28px;height:28px;
  stroke:var(--w2i-cat-icon-color,var(--w2i-cat-accent,#3b82f6));fill:none;stroke-width:1.75;
  transition:stroke .25s ease,color .25s ease;
}
.w2i-cat-style-card7 li > a:hover .w2i-cat-card7-icon-wrap svg{
  stroke:var(--w2i-cat-icon-hover-color,#fff);
}
.w2i-cat-style-card7 li > a:hover .w2i-cat-card7-icon-wrap i{
  color:var(--w2i-cat-icon-hover-color,#fff);
}
.w2i-cat-style-card7 .w2i-cat-card7-content{
  display:flex;align-items:flex-end;justify-content:space-between;gap:12px;
  padding:18px 18px 20px;min-height:88px;
}
.w2i-cat-style-card7 .w2i-cat-card7-body{
  flex:1;min-width:0;display:flex;flex-direction:column;gap:4px;padding:0 !important;
}
.w2i-cat-style-card7 .w2i-cat-card-title{
  margin:0;font-size:16px;font-weight:700;color:#0f172a;line-height:1.3;letter-spacing:-.02em;
}
.w2i-cat-style-card7 .w2i-cat-card-desc{
  margin:0;font-size:12px;color:#64748b;line-height:1.45;
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;
}
.w2i-cat-style-card7 .w2i-cat-card7-action{
  border-radius:10px;
  background:var(--w2i-cat-action-bg,#f1f5f9);
  color:var(--w2i-cat-action-color,#64748b);
  transition:background .2s ease,color .2s ease,transform .2s ease;
}
.w2i-cat-style-card7 li > a:hover .w2i-cat-card7-action{
  background:var(--w2i-cat-action-hover-bg,var(--w2i-cat-accent-hover,var(--w2i-cat-accent,#3b82f6)));
  color:var(--w2i-cat-action-hover-color,#fff);transform:translateX(2px);
}

/* ---------- Card 8: hero panel with floating chip + accent bar ---------- */
.w2i-cat-style-card8.w2i-store-categories-list li > a{
  flex-direction:column;align-items:stretch;padding:0;min-height:0;
  background:#fff;border:1px solid #e8edf3;border-radius:16px;overflow:visible;
  box-shadow:0 1px 2px rgba(15,23,42,.04),0 10px 28px rgba(15,23,42,.06);
  text-decoration:none;
  transition:transform .25s cubic-bezier(.4,0,.2,1),box-shadow .25s ease,border-color .25s ease;
}
.w2i-cat-style-card8.w2i-store-categories-list li > a:hover{
  transform:translateY(-4px);
  border-color:color-mix(in srgb,var(--w2i-cat-accent,#3b82f6) 28%,#e8edf3);
  box-shadow:0 4px 8px rgba(15,23,42,.06),0 20px 40px rgba(15,23,42,.1);
}
.w2i-cat-style-card8 .w2i-cat-card8-media{
  position:relative;z-index:2;display:flex;align-items:center;justify-content:center;
  min-height:148px;padding:28px 20px 44px;
  background:color-mix(in srgb,var(--w2i-cat-accent,#3b82f6) 8%,#f8fafc);
  border-radius:16px 16px 0 0;
  overflow:visible;
}
.w2i-cat-style-card8 .w2i-cat-card8-media img{
  position:static !important;max-width:100%;max-height:108px;
  object-fit:contain !important;
  transition:transform .4s cubic-bezier(.4,0,.2,1);
}
.w2i-cat-style-card8 li > a:hover .w2i-cat-card8-media img{transform:scale(1.05);}
.w2i-cat-style-card8 .w2i-cat-card8-placeholder{
  display:flex;align-items:center;justify-content:center;width:100%;min-height:80px;
}
.w2i-cat-style-card8 .w2i-cat-card8-placeholder svg{
  width:44px;height:44px;stroke:var(--w2i-cat-accent,#3b82f6);fill:none;stroke-width:1.5;opacity:.65;
}
.w2i-cat-style-card8 .w2i-cat-card8-chip{
  position:absolute;left:50%;bottom:0;z-index:5;
  display:flex;align-items:center;justify-content:center;
  width:48px;height:48px;padding:11px;border-radius:14px;box-sizing:border-box;
  background:var(--w2i-cat-icon-bg,#fff);
  border:1px solid var(--w2i-cat-icon-border,#e8edf3);
  transform:translate(-50%,50%);
  transition:background .25s ease,border-color .25s ease,transform .25s ease,box-shadow .25s ease;
}
.w2i-cat-style-card8 li > a:hover .w2i-cat-card8-chip{
  background:var(--w2i-cat-icon-hover-bg,var(--w2i-cat-accent,#3b82f6));
  border-color:var(--w2i-cat-icon-hover-border,var(--w2i-cat-accent,#3b82f6));
  transform:translate(-50%,50%) scale(1.04);
}
.w2i-cat-style-card8 .w2i-cat-card8-chip img{width:24px;height:24px;object-fit:contain;display:block;flex:0 0 auto;}
.w2i-cat-style-card8 .w2i-cat-card8-chip svg{
  width:24px;height:24px;flex:0 0 auto;
  stroke:var(--w2i-cat-icon-color,var(--w2i-cat-accent,#3b82f6));fill:none;stroke-width:1.75;
  transition:stroke .25s ease,color .25s ease;
}
.w2i-cat-style-card8 li > a:hover .w2i-cat-card8-chip svg{
  stroke:var(--w2i-cat-icon-hover-color,#fff);
}
.w2i-cat-style-card8 li > a:hover .w2i-cat-card8-chip i{
  color:var(--w2i-cat-icon-hover-color,#fff);
}
.w2i-cat-style-card8 .w2i-cat-card8-content{
  position:relative;z-index:3;
  flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;
  padding:38px 18px 16px;text-align:center;background:#fff;
}
.w2i-cat-style-card8 .w2i-cat-card8-body{
  display:flex;flex-direction:column;align-items:center;gap:5px;padding:0 !important;
}
.w2i-cat-style-card8 .w2i-cat-card-title{
  margin:0;font-size:16px;font-weight:700;color:#0f172a;line-height:1.3;letter-spacing:-.02em;
}
.w2i-cat-style-card8 .w2i-cat-card-desc{
  margin:0;font-size:12px;color:#64748b;line-height:1.45;
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;
}
.w2i-cat-style-card8 .w2i-cat-card8-bar{
  display:block;height:5px;width:100%;
  background:var(--w2i-cat-accent,#3b82f6);flex-shrink:0;
  border-radius:0 0 16px 16px;
  transition:height .25s ease,background-color .25s ease;
}
.w2i-cat-style-card8 li > a:hover .w2i-cat-card8-bar{
  height:6px;
  background:var(--w2i-cat-accent-hover,var(--w2i-cat-accent,#3b82f6));
}

/* ---------- Card 9: arrow chevron end ---------- */
.w2i-cat-style-card9.w2i-store-categories-list li > a{
  flex-direction:row;align-items:center;gap:12px;
  padding:14px 40px 14px 14px;min-height:88px;
  background:#fff;border:none;border-radius:12px 4px 4px 12px;
  box-shadow:0 4px 16px rgba(15,23,42,.08);
  text-decoration:none;overflow:visible;position:relative;
  clip-path:polygon(0 0,calc(100% - 22px) 0,100% 50%,calc(100% - 22px) 100%,0 100%);
  transition:transform .22s ease,box-shadow .22s ease;
}
.w2i-cat-style-card9.w2i-store-categories-list li > a:hover{
  transform:translateY(-2px);box-shadow:0 8px 24px rgba(15,23,42,.12);
}
.w2i-cat-style-card9 .w2i-cat-card-thumb{
  flex:0 0 56px;width:56px;height:56px;display:flex;align-items:center;justify-content:center;
}
.w2i-cat-style-card9 .w2i-cat-card-thumb img{
  max-width:56px;max-height:56px;object-fit:contain !important;position:static !important;
}
.w2i-cat-style-card9 .w2i-cat-card-body{flex:1;min-width:0;padding:0 !important;gap:3px;}
.w2i-cat-style-card9 .w2i-cat-card-title{font-size:15px;font-weight:700;color:#111827;}
.w2i-cat-style-card9 .w2i-cat-card-desc{font-size:12px;color:#6b7280;}
.w2i-cat-style-card9 .w2i-cat-card-chevron{
  position:absolute;right:14px;top:50%;transform:translateY(-50%);
  width:18px;height:18px;color:#9ca3af;display:flex;align-items:center;justify-content:center;
}
.w2i-cat-style-card9 .w2i-cat-card-chevron svg{width:18px;height:18px;}

/* ---------- Card 10: premium dark showcase ---------- */
.w2i-cat-style-card10.w2i-store-categories-list li > a{
  position:relative;flex-direction:row;align-items:center;gap:16px;
  padding:18px 18px 18px 20px;min-height:112px;overflow:hidden;
  background:#0f172a;border:1px solid #1e293b;border-radius:16px;
  box-shadow:0 1px 2px rgba(0,0,0,.2),0 12px 32px rgba(0,0,0,.28);
  text-decoration:none;
  transition:transform .25s cubic-bezier(.4,0,.2,1),box-shadow .25s ease,border-color .25s ease;
}
.w2i-cat-style-card10.w2i-store-categories-list li > a:hover{
  transform:translateY(-4px);
  border-color:color-mix(in srgb,var(--w2i-cat-accent,#3b82f6) 55%,#1e293b);
  box-shadow:0 4px 12px rgba(0,0,0,.25),0 20px 48px rgba(0,0,0,.35),
    0 0 0 1px color-mix(in srgb,var(--w2i-cat-accent,#3b82f6) 35%,transparent);
}
.w2i-cat-style-card10 .w2i-cat-card10-top{
  position:absolute;top:0;left:0;right:0;height:3px;
  background:var(--w2i-cat-accent,#3b82f6);
}
.w2i-cat-style-card10 .w2i-cat-card10-visual{
  position:relative;z-index:1;flex:0 0 72px;width:72px;height:72px;
  display:flex;align-items:center;justify-content:center;
  border-radius:14px;background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.1);
  overflow:hidden;
  transition:transform .25s ease,border-color .25s ease;
}
.w2i-cat-style-card10 li > a:hover .w2i-cat-card10-visual{
  transform:scale(1.04);
  border-color:color-mix(in srgb,var(--w2i-cat-accent,#3b82f6) 50%,rgba(255,255,255,.1));
}
.w2i-cat-style-card10 .w2i-cat-card10-visual img{
  max-width:64px;max-height:64px;object-fit:contain !important;position:static !important;
  filter:drop-shadow(0 4px 10px rgba(0,0,0,.35));
}
.w2i-cat-style-card10 .w2i-cat-card10-placeholder{
  display:flex;align-items:center;justify-content:center;width:100%;height:100%;
}
.w2i-cat-style-card10 .w2i-cat-card10-placeholder svg{
  width:32px;height:32px;stroke:var(--w2i-cat-accent,#3b82f6);fill:none;stroke-width:1.5;opacity:.9;
}
.w2i-cat-style-card10 .w2i-cat-card10-body{
  position:relative;z-index:1;flex:1;min-width:0;
  display:flex;flex-direction:column;gap:4px;padding:0 !important;
}
.w2i-cat-style-card10 .w2i-cat-card-title{
  margin:0;color:#fff;font-size:17px;font-weight:700;line-height:1.3;letter-spacing:-.02em;
}
.w2i-cat-style-card10 .w2i-cat-card-desc{
  margin:0;color:rgba(255,255,255,.72);font-size:12px;line-height:1.45;
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;
}
.w2i-cat-style-card10 .w2i-cat-card10-action{
  position:relative;z-index:1;
  border-radius:12px;background:var(--w2i-cat-accent,#3b82f6);color:#fff;
  box-shadow:0 4px 14px color-mix(in srgb,var(--w2i-cat-accent,#3b82f6) 45%,transparent);
  transition:transform .2s ease,box-shadow .2s ease;
}
.w2i-cat-style-card10 li > a:hover .w2i-cat-card10-action{
  background:var(--w2i-cat-accent-hover,var(--w2i-cat-accent,#3b82f6));
  transform:translateX(3px);
  box-shadow:0 6px 20px color-mix(in srgb,var(--w2i-cat-accent-hover,var(--w2i-cat-accent,#3b82f6)) 55%,transparent);
}

@media(max-width:1024px){
  .w2i-cat-layout-card.w2i-store-categories-list > ul{gap:16px;}
}
@media(max-width:560px){
  .w2i-cat-style-card1 .w2i-cat-card-media{flex-basis:38%;max-width:96px;}
}
