/* simtagseo front — light RTL */
.simtagseo-tag{max-width:100%;margin:0 auto 2rem}
.simtagseo-breadcrumb{font-size:.9rem;margin-bottom:1rem;opacity:.85}
.simtagseo-bc-sep{margin:0 .35rem;opacity:.5}
.simtagseo-h1{font-size:1.75rem;margin:0 0 .75rem;line-height:1.4}
.simtagseo-intro{
  display:flex;
  flex-direction:row;
  align-items:flex-start;
  gap:1.25rem;
  margin:0 0 1rem;
}
.simtagseo-hero-img{
  flex:0 0 160px;
  width:160px;
  max-width:28%;
  margin:0;
}
.simtagseo-hero-img img{
  display:block;
  width:100%;
  height:auto;
  max-height:160px;
  object-fit:contain;
  object-position:center;
  border-radius:8px;
  background:#f5f7fa;
  border:1px solid rgba(0,0,0,.06);
}
.simtagseo-intro-text{flex:1 1 auto;min-width:0}
.simtagseo-short,.simtagseo-long{margin:.5rem 0 1rem;line-height:1.8}
.simtagseo-intro-text .simtagseo-short{margin:0}
.simtagseo-toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem;margin:1rem 0;padding:.75rem 0;border-top:1px solid rgba(0,0,0,.08);border-bottom:1px solid rgba(0,0,0,.08)}
.simtagseo-filters{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;flex:1 1 auto}
.simtagseo-battery-filter{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem .5rem}
.simtagseo-filter-label{font-size:.9rem;font-weight:600}
.simtagseo-filter-chips{display:flex;flex-wrap:wrap;gap:6px}
.simtagseo-chip{
  appearance:none;
  display:inline-block;
  border:1px solid #d1d5db;
  background:#fff;
  color:#111;
  border-radius:999px;
  padding:6px 12px;
  font-size:12px;
  font-weight:600;
  cursor:pointer;
  line-height:1.3;
  text-decoration:none;
  transition:background .15s ease,border-color .15s ease,color .15s ease;
}
.simtagseo-chip:hover{border-color:#9ca3af;color:#111;text-decoration:none}
.simtagseo-chip.is-active,
.simtagseo-chip.is-active:hover{background:#111;border-color:#111;color:#fff;text-decoration:none}
.simtagseo-sort{display:flex;align-items:center;gap:.5rem}
.simtagseo-empty{padding:1.25rem;border-radius:6px;background:#f5f7fa}
.simtagseo-pagination ul{display:flex;flex-wrap:wrap;gap:.35rem;list-style:none;padding:0;margin:1.5rem 0}
.simtagseo-pagination a{display:inline-block;padding:.35rem .7rem;border:1px solid rgba(0,0,0,.12);border-radius:4px;text-decoration:none}
.simtagseo-pagination .current a{font-weight:700;border-color:currentColor}
.simtagseo-faq-item{margin:.5rem 0;padding:.6rem .8rem;border:1px solid rgba(0,0,0,.08);border-radius:6px}
.simtagseo-faq-a{margin-top:.5rem;line-height:1.7}
.simtagseo-taglist{display:flex;flex-wrap:wrap;gap:.5rem;list-style:none;padding:0;margin:.75rem 0}
.simtagseo-taglist a{display:inline-block;padding:.35rem .75rem;border-radius:999px;border:1px solid rgba(0,0,0,.12);text-decoration:none}
.simtagseo-badge{margin-right:.35rem;opacity:.65;font-size:.85em}
.simtagseo-tags-closed{margin:1rem 0 1.5rem;line-height:1.9}
.simtagseo-tags-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.25rem}
.simtagseo-hook{margin:1rem 0}
.simtagseo-hook-title{font-weight:700;margin-bottom:.5rem}
.simtagseo-products .product{margin-bottom:1rem}

/* Product cards — catalog style with add-to-cart */
.simtagseo-products{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:16px;
  margin:1rem 0 1.5rem;
}
.sts-card{
  display:flex;
  flex-direction:column;
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:4px;
  overflow:hidden;
  height:100%;
  transition:box-shadow .15s ease,border-color .15s ease;
}
.sts-card:hover{
  border-color:#d1d5db;
  box-shadow:0 4px 14px rgba(0,0,0,.06);
}
.sts-card__media{
  display:block;
  aspect-ratio:1/1;
  background:#fafafa;
  overflow:hidden;
}
.sts-card__media img{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
}
.sts-card__body{
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
  padding:12px 12px 14px;
  gap:8px;
  flex:1 1 auto;
}
.sts-card__title{
  font-size:14px;
  font-weight:700;
  line-height:1.55;
  margin:0;
  color:#111;
}
.sts-card__title a{
  color:inherit;
  text-decoration:none;
}
.sts-card__title a:hover{color:#c62828}
.sts-card__desc{
  font-size:12px;
  line-height:1.6;
  color:#6b7280;
  margin:0;
  max-width:100%;
}
.sts-card__price{
  font-size:16px;
  font-weight:700;
  color:#b71c1c;
  margin:2px 0 4px;
}
.sts-card__cart{width:100%;margin:0}
.sts-card__btn{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  width:100%;
  padding:10px 12px;
  border:0;
  border-radius:4px;
  background:#111;
  color:#fff;
  font-size:13px;
  font-weight:600;
  cursor:pointer;
  text-decoration:none;
  transition:background .15s ease;
}
.sts-card__btn:hover,
.sts-card__btn:focus{
  background:#000;
  color:#fff;
  text-decoration:none;
}
.sts-card__btn:disabled{
  opacity:.55;
  cursor:not-allowed;
}
.sts-card__btn .material-icons,
.sts-card__btn .shopping_cart{
  font-size:18px;
  line-height:1;
}
.sts-card__btn--link{box-sizing:border-box}
.sts-card__stock{
  font-size:13px;
  font-weight:600;
  color:#2e7d32;
  margin-top:2px;
}
.sts-card__stock--out{color:#c62828}

@media (max-width:1199px){
  .simtagseo-products{grid-template-columns:repeat(4,minmax(0,1fr))}
}
@media (max-width:991px){
  .simtagseo-products{grid-template-columns:repeat(3,minmax(0,1fr))}
}
.simtagseo-more{
  display:none;
  margin:.35rem 0 0;
  padding:0;
  border:0;
  background:none;
  color:#c62828;
  font-size:.9rem;
  font-weight:600;
  cursor:pointer;
  text-decoration:none;
}
.simtagseo-more:hover,
.simtagseo-more:focus{color:#8e0000;text-decoration:underline}

@media (max-width:767px){
  .simtagseo-h1{font-size:1.25rem;margin-bottom:.5rem}
  .simtagseo-intro{flex-direction:column;align-items:stretch;gap:.75rem}
  .simtagseo-hero-img{flex-basis:auto;width:100px;max-width:36%;margin:0 auto}
  .simtagseo-hero-img img{max-height:100px}
  .simtagseo-short{margin:.25rem 0 .5rem;line-height:1.7;font-size:.92rem}
  .simtagseo-short:not(.is-expanded) > *:not(:first-child){display:none!important}
  .simtagseo-more{display:inline-block}
  .simtagseo-more[hidden]{display:none!important}
  .simtagseo-toolbar{flex-direction:column;align-items:stretch}
  .simtagseo-filter-chips{gap:5px}
  .simtagseo-chip{padding:5px 10px;font-size:11px}
  .simtagseo-products{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
  .sts-card__media{aspect-ratio:1/1;max-height:140px}
  .sts-card__body{padding:8px 8px 10px;gap:4px}
  .sts-card__title{
    font-size:12px;
    line-height:1.4;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
  }
  .sts-card__desc{display:none}
  .sts-card__price{font-size:13px;margin:0}
  .sts-card__btn{font-size:11px;padding:7px 6px;gap:4px}
  .sts-card__btn .material-icons,
  .sts-card__btn .shopping_cart{font-size:15px}
  .sts-card__stock{font-size:11px;margin:0}
}
@media (max-width:420px){
  .simtagseo-products{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}
  .sts-card__media{max-height:120px}
}

/* SEO content blocks */
.simtagseo-cta{margin:1rem 0}
.simtagseo-cta-btn{
  display:inline-block;
  padding:.7rem 1.25rem;
  background:#111;
  color:#fff!important;
  text-decoration:none!important;
  border-radius:4px;
  font-weight:700;
  font-size:.95rem;
}
.simtagseo-cta-btn:hover{background:#333;color:#fff!important}
.simtagseo-spec-table{
  width:100%;
  border-collapse:collapse;
  margin:1rem 0 1.25rem;
  font-size:.92rem;
}
.simtagseo-spec-table th,
.simtagseo-spec-table td{
  border:1px solid #e5e7eb;
  padding:10px 12px;
  text-align:right;
  vertical-align:top;
}
.simtagseo-spec-table th{background:#f9fafb;font-weight:700}
.simtagseo-compare-block{margin:1rem 0 1.5rem}
.simtagseo-guides{margin:1.5rem 0}
.simtagseo-guides h2{font-size:1.2rem;margin:0 0 .75rem}
.simtagseo-hook{margin:1rem 0;padding:12px;border:1px solid #e5e7eb;border-radius:6px;background:#fff}
.simtagseo-hook-title{font-weight:700;margin:0 0 .5rem;font-size:.95rem}
.simtagseo-hook .simtagseo-taglist{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:8px}
.simtagseo-hook .simtagseo-taglist a{
  display:inline-block;
  padding:6px 12px;
  border:1px solid #d1d5db;
  border-radius:999px;
  text-decoration:none;
  color:#111;
  font-size:13px;
  font-weight:600;
}
.simtagseo-hook .simtagseo-taglist a.simtagseo-tag-primary,
.simtagseo-hook .simtagseo-taglist a.simtagseo-tag-primary:hover{
  background:#111;
  border-color:#111;
  color:#fff;
}
