/* Recodet Shop V91 — Supabase coded icon bridge */
#viewShopExplore .shopCanonicalCategoryCard{
  color:#f6c727!important;
  background:#101217!important;
  border:1px solid rgba(246,199,39,.48)!important;
}
#viewShopExplore .shopCanonicalCategoryInner{
  width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;
  padding:9% 8% 8%;box-sizing:border-box;position:relative;color:#f6c727;
}
#viewShopExplore .shopCanonicalCategoryIcon{width:58%;aspect-ratio:1/1;display:grid;place-items:center;margin-top:4%;}
#viewShopExplore .shopCanonicalCategoryIcon svg{width:100%;height:100%;display:block;color:#f6c727;}
#viewShopExplore .shopCanonicalCategoryCode{font-size:clamp(18px,4vw,30px);font-weight:800;line-height:1;margin-top:auto;color:#f6c727;}
#viewShopExplore .shopCanonicalCategoryCard strong{font-size:clamp(12px,2.6vw,20px);line-height:1.1;margin-top:7px;color:#fff;text-transform:uppercase;letter-spacing:.02em;text-align:center;}

#viewSubcats #subcatGrid.recodetCodedSubcategoryGrid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:8px!important;
  width:100%!important;
  padding:0!important;
  margin:0!important;
  align-items:start!important;
}
#viewSubcats #subcatGrid.recodetCodedSubcategoryGrid > .recodetCodedSubcategoryCard{
  display:block!important;
  width:100%!important;
  aspect-ratio:1/1!important;
  min-width:0!important;
  min-height:0!important;
  padding:0!important;
  margin:0!important;
  border:0!important;
  border-radius:14px!important;
  overflow:hidden!important;
  background:#121318!important;
  box-shadow:0 7px 16px rgba(0,0,0,.29)!important;
}
#viewSubcats .recodetCodedSubcategoryImage{
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
  border:0!important;
  border-radius:inherit!important;
  background:#121318!important;
}
#viewSubcats .recodetIconFallback{
  width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;
  gap:7px;padding:12px;box-sizing:border-box;color:#f6c727;border:1px solid rgba(246,199,39,.5);border-radius:inherit;
}
#viewSubcats .recodetIconFallback svg{width:42%;height:42%;color:#f6c727;}
#viewSubcats .recodetIconFallback strong{font-size:12px;color:#fff;text-align:center;line-height:1.1;}
#viewSubcats .recodetIconFallback small{font-size:9px;color:#b08a2c;}
@media(max-width:370px){#viewSubcats #subcatGrid.recodetCodedSubcategoryGrid{gap:6px!important}}
@media(min-width:760px){#viewSubcats #subcatGrid.recodetCodedSubcategoryGrid{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:12px!important}}
@media(min-width:1100px){#viewSubcats #subcatGrid.recodetCodedSubcategoryGrid{grid-template-columns:repeat(6,minmax(0,1fr))!important}}
