.ms-tax-hero{
  background: linear-gradient(0deg, rgba(0,0,0,.45), rgba(0,0,0,.45)), var(--hero) center/cover no-repeat;
  color:#fff; padding:48px 0; margin-bottom:28px;
}
.ms-tax-hero__inner{max-width:1200px;margin:0 auto;padding:0 16px;}
.ms-tax-hero__title{font-size:32px; font-weight:700; margin:0 0 16px;}
.ms-tax-hero__cats{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px;}
.ms-catbox {
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  background:#fff;
  border-radius:12px;
  padding:12px;
  text-decoration:none;
  color:#111;
  transition:.2s;
  position:relative;
  overflow:hidden; 
  box-shadow:0 10px 22px rgba(0,0,0,.06);
  transition:transform .2s, box-shadow .2s;}

.marka-cat.is-active{outline:3px solid #1b34ad}
.brand-mima .marka-cat.is-active{outline:3px solid #ee1d1e}
.ms-catbox__img{height:56px;display:grid;place-items:center}
.ms-catbox__img img{max-height:56px;transition:.2s}
.brand-mima ul > li:before {color:#ee1d1e}
.ms-catbox__title{margin-top:8px;font-weight:600;font-size:14px;text-align:center}

.ms-tax-wrap{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:230px 1fr;gap:14px;padding:90px 16px 48px}
.ms-tax-sidebar{position:sticky; top:90px; align-self:start}
.ms-sidecats h3 {
    margin: 0px 0 20px;
    font-size: 16px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}
.ms-sidecats ul{list-style:none;margin:0;padding:0}
.ms-sidecats li a{display:block;padding:10px 12px;border-radius:8px;background:#f3f5f7;margin-bottom:8px;text-decoration:none;color:#111}
.ms-sidecats li.current a, .ms-sidecats li a:hover{background:#e6ebf0}




/* Kart gövde */
.ms-urun-card {
  border: 1px solid #e5e5e5;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  transition: box-shadow 0.3s, transform 0.3s;
  text-align: center;
}
.ms-urun-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0,0,0,.1);
}

/* Görsel */
.ms-urun-thumb img {
  width: 100%;
  height: auto;
  display: block;
}

/* Başlık */
.ms-urun-title {
  font-size: 22px;
  font-weight: 700;
  margin: 12px 0 0;
}
.ms-urun-title a {
  color: #111;
  text-decoration: none;
}

/* Özellikler alanı */
.ms-urun-specs {
  display: flex;
  justify-content: space-around;
  background: #f6f6f6;
  padding: 16px 10px;
  border-top: 1px solid #ddd;
  transition: background-color .25s;
}
.ms-urun-card:hover .ms-urun-specs {
  background: #1b34ad;
  color: #fff;
}
.ms-urun-card:hover  {
  border: 1px solid #1b34ad;

}
.brand-mima .ms-urun-card:hover .ms-urun-specs {
  background: #ee1d1e;
  color: #fff;
}
.brand-mima .ms-urun-card:hover  {
  border: 1px solid #ee1d1e;
}
/* Her spec dikey hizalı */
.ms-urun-specs .spec {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  min-width: 80px;
}
.ms-urun-specs .spec i {
  font-size: 22px;
  opacity: .9;
  line-height: 30px;
}
.ms-urun-specs .spec strong {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}
.ms-urun-specs .spec span {
  font-size: 10px;
  opacity: .8;
  line-height: 18px;
}

/* Hover renk geçişi */
.ms-urun-card:hover .spec i,
.ms-urun-card:hover .spec strong,
.ms-urun-card:hover .spec span {
  color: #fff;
  opacity: 1;
}


/* Spec öğesi */
.ms-urun-specs .spec{display:flex; align-items:center; gap:12px; justify-content:center}
.ms-urun-specs .spec i{font-size:28px; opacity:.9; transition:color .25s}
.ms-urun-specs .spec .v{display:flex; flex-direction:column; align-items:center}
.ms-urun-specs .spec strong{
  font-size:18px; line-height:1; letter-spacing:.2px;
  color:#333;
}
.ms-urun-specs .spec small{
  font-size:12px; opacity:.7; margin-top:4px; color:#666;
}

/* Hover'da metin/ikonlar beyaza döner */
.ms-urun-card:hover .ms-urun-specs .spec i,
.ms-urun-card:hover .ms-urun-specs .spec strong,
.ms-urun-card:hover .ms-urun-specs .spec small{
  color:#fff; opacity:1;
}

/* Grid */
.ms-urun-grid{display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:14px}
@media (min-width:1100px){ .ms-urun-grid{grid-template-columns:repeat(3,1fr);} }
@media (max-width:640px){ .ms-urun-grid{grid-template-columns:1fr;} }


/* ========== MOBILE-FIRST DÜZENLEMELER ========== */

/* 0) Çakışmayı önle: spec için tek set kalsın */
.ms-urun-specs .spec { 
  display:flex; flex-direction:column; align-items:center; justify-content:center;
  gap:4px; min-width:80px;
}


/* 1) Büyük ekranlar (varsayılanın aynısı; sadece iyileştirme) */
@media (min-width:1201px){
  .ms-tax-hero__cats{ grid-template-columns: repeat(6, minmax(0,1fr)); }
}

/* 2) ≤1200px – hero ve grid sıkılaşsın */
@media (max-width:1200px){
  .ms-tax-hero__inner{ padding: 0 14px; }
  .ms-tax-hero__cats{ grid-template-columns: repeat(5, minmax(0,1fr)); gap: 10px; }
  .ms-urun-grid{ grid-template-columns: repeat(3, minmax(0,1fr)); }
}

/* 3) ≤992px – sol menü üstte yatay, hero 4 sütun */
@media (max-width:992px){
  .ms-tax-wrap{ grid-template-columns: 1fr; gap:16px; padding: 90px 14px 40px; }
  .ms-tax-sidebar{ display: none; }
  .ms-sidecats h3{ margin: 0 0 10px; }

  /* kategori menüsünü yatay chip'lere çevir */
  .ms-sidecats ul{ display:flex; overflow:auto; gap:8px; padding-bottom:6px; }
  .ms-sidecats li{ flex:0 0 auto; }
  .ms-sidecats li a{ white-space:nowrap; padding:8px 12px; margin:0; }

  .ms-tax-hero{ padding: 36px 0; margin-bottom: 20px; }
  .ms-tax-hero__title{ font-size: 26px; margin-bottom: 12px; }
  .ms-tax-hero__cats{ grid-template-columns: repeat(4, minmax(0,1fr)); gap:10px; }
  .ms-catbox{ padding:10px; border-radius:10px; }
  .ms-catbox__img{ height:48px; }
  .ms-catbox__img img{ max-height:48px; }
  .ms-catbox__title{ font-size:13px; }
}

/* 4) ≤768px – hero 3 sütun, kartlar 2 sütun */
@media (max-width:768px){
  .ms-tax-hero{ padding: 28px 0; }
  .ms-tax-hero__title{ font-size: 22px; }
  .ms-tax-hero__cats{ grid-template-columns: repeat(3, minmax(0,1fr)); }

  .ms-urun-grid{ grid-template-columns: repeat(2, minmax(0,1fr)); gap:12px; }

  .ms-urun-title{ font-size: 20px; }
  .ms-urun-specs{ padding: 14px 8px; }
  .ms-urun-specs .spec i{ font-size:20px; }
  .ms-urun-specs .spec strong{ font-size:16px; }
  .ms-urun-specs .spec span{ font-size:10px; }
}

/* 5) ≤560px – hero 2 sütun, kart 1 sütun */
@media (max-width:560px){
  .ms-tax-hero__cats{ grid-template-columns: repeat(2, minmax(0,1fr)); gap:8px; }
  .ms-urun-grid{ grid-template-columns: 1fr; }
  .ms-urun-title{ font-size: 18px; margin-top: 10px; }
  .ms-urun-specs{ padding: 12px 6px; }
  .ms-urun-specs .spec i{ font-size:18px; }
  .ms-urun-specs .spec strong{ font-size:15px; }
  .ms-urun-specs .spec span{ font-size:10px; }
}

/* 6) Çok küçük ekranlar (≤360px) – metinler taşmasın */
@media (max-width:360px){
  .ms-catbox__title{ font-size:12px; }
  .ms-urun-specs .spec{ min-width: 0; }
  .ms-urun-specs .spec strong{ font-size:14px; }
}

/* 7) Touch cihazlar – hover alternatifi (tap'te renk değişimi) */
@media (hover:none){
  .ms-urun-card:active .ms-urun-specs{
    background:#1b34ad; color:#fff;
  }
  .ms-urun-card:active .ms-urun-specs .spec i,
  .ms-urun-card:active .ms-urun-specs .spec strong,
  .ms-urun-card:active .ms-urun-specs .spec span{
    color:#fff; opacity:1;
  }
}

/* 8) Hareket azaltımı – kullanıcı tercihini saygıla */
@media (prefers-reduced-motion: reduce){
  .ms-urun-card, .ms-catbox{ transition:none !important; }
}

.ms-brand-hero{position:relative;background:var(--hero) center/cover no-repeat;color:#fff;padding:56px 0 40px;text-align:center}
.ms-brand-hero__overlay{position:absolute;inset:0;background:rgba(0,0,0,.5)}
.ms-brand-hero__content{position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:0 16px}
.ms-brand-hero__title{font-size:32px;font-weight:800;margin:0 0 12px}
.ms-brand-hero__cats{margin-top:18px;display:flex;flex-wrap:wrap;gap:12px;justify-content:center}
.hero-catbox{width:120px;height:120px;border-radius:12px;background:rgba(255,255,255,.92);display:flex;flex-direction:column;align-items:center;justify-content:center;text-decoration:none;color:#111;overflow:hidden}
.hero-catbox img{max-width:60px}
.hero-catbox img.hover{display:none}

.ms-single-urun.wrap{max-width:1200px;margin:28px auto;padding:0 16px}
.ms-single-urun__grid{display:grid;grid-template-columns:65% 1fr;gap:28px}
.ms-product-thumb img{width:100%;height:auto;display:block;}
.ms-single-urun__right { z-index: 2; background-color: #fcfcfc; border-radius: 15px;border:1px solid #eee; margin: auto;}
.ms-single-urun__right:hover {background-color:#1b34ad; transition: transform .18s, box-shadow .18s, background-color .18s, color .18s;}
.brand-mima .ms-single-urun__right:hover {background-color:#ffe9e9; }

.ms-single-left {margin-top: 50px;}
.ms-product-title{font-size:60px; margin-bottom: 0px !important;}
.ms-product-sub{font-size:16px;color:#666;margin-bottom:0px}
.ms-product-chips{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}
.ms-product-chips .chip{padding:14px 0px;text-decoration:none;color:#111;font-size:13px}

.ms-product-specs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;background:#f7f7f7;border:1px solid #eee;border-radius:12px;padding:28px 14px;margin-bottom:30px}
.ms-product-specs .spec{display:flex;flex-direction:column;align-items:center;gap:6px}
.ms-product-specs .spec i{font-size:50px; line-height: 60px;}
.ms-product-specs .spec strong{font-size:40px;line-height: 50px;}
.ms-product-specs .spec span{font-size:22px;line-height: 32px;color:#666}

.ms-product-actions{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:18px}
.btn{display:inline-flex;align-items:center;gap:8px;border-radius:10px;padding:9px 12px;text-decoration:none}
.btn--pdf{background:#eaeaea;color:#111;border:1px solid #ddd}
.share a{display:inline-flex;width:36px;height:36px;border-radius:50%;align-items:center;justify-content:center;background:#f1f3f6;color:#111;text-decoration:none}
.rep{display:flex;align-items:center;gap:8px;margin-left:auto}
.rep-wa{display:inline-flex;align-items:center;gap:6px;background:#25d366;color:#fff;padding:6px 10px;border-radius:8px;text-decoration:none}

.ms-tech-title{font-size:20px;margin:22px 0 10px}
.ms-tech-groups {margin-top:30px}
.ms-tech-groups h3 {padding: 10px 12px;}

.ms-tech-table table{width:100%;border-collapse:collapse;border:1px solid #eee;border-radius:12px;overflow:hidden}
.ms-tech-table th, .ms-tech-table td{padding:10px 12px;border-bottom:1px solid #eee}
.ms-tech-table th{background:#f9fafb;text-align:left;width:40%}


.ms-tech-table table tr {
  transition: background-color 0.25s ease, color 0.25s ease;
}

.brand-mima .ms-tech-table table tr:hover th,
.brand-mima .ms-tech-table table tr:hover td {
  background-color: #ee1d1e;   /* satırın tamamı kırmızı */
  color: #fff;                 /* yazıları beyaz yap istersen */
}
.brand-sinoboom .ms-tech-table table tr:hover th,
.brand-sinoboom .ms-tech-table table tr:hover td {
  background-color: #1b34ad;   /* satırın tamamı kırmızı */
  color: #fff;                 /* yazıları beyaz yap istersen */
}

@media (max-width:992px){
  .ms-single-urun__grid{grid-template-columns:1fr;gap:18px}
  .ms-product-title{font-size:24px}
  .ms-brand-hero__title{font-size:26px}
}

.urunler-template-default .marka-cat {
    width: 100%;
    max-width: 140px;
    padding: 14px 10px;
    border-radius: 12px;
    box-shadow: 0 6px 14px rgba(0, 0, 0, .06);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: inherit;
    background: #fff;
    transition: transform .18s, box-shadow .18s, background-color .18s, color .18s;
}
.urunler-template-default .marka-cats__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 22px;
    justify-items: center;
    align-items: stretch;
    margin-left: 490px !important;
}

.urunler-template-default .marka-cat:hover{
  background:#1b34ad; color:#fff;
  transform:translateY(-2px);
  box-shadow:0 10px 18px rgba(0,0,0,.10);
}

.ms-bc{max-width:1200px;margin:12px auto 8px;padding:0 4px}
.ms-bc ol{display:flex;flex-wrap:wrap;gap:6px 10px;list-style:none;margin:0;padding:0;font-size:13px;color:#6b7280}
.ms-bc li{position:relative;padding-right:14px}
.ms-bc li:after{content:"/";position:absolute;right:2px;color:#c7cdd6}
.ms-bc li:last-child:after{display:none}
.ms-bc a{text-decoration:none;color:#374151}
.ms-bc a:hover{text-decoration:underline}
.ms-bc .current{color:#111;font-weight:600}

/* 5) ≤560px – hero 2 sütun, kart 1 sütun */
@media (max-width:560px){
  .ms-product-specs{display: block; padding: 14px 7px;}
  .ms-product-specs .spec{padding-bottom: 24px;}
  .ms-product-specs .spec i{font-size:28px; line-height: 38px;}
  .ms-product-specs .spec strong{font-size:24px;line-height: 34x;}
  .ms-product-specs .spec span{font-size:20px;line-height: 30px;color:#666}
  .ms-bc{display: none;}
  .ms-product-actions .share {margin-left: auto;}
  .ms-product-actions .rep {margin: 0 auto;}
}

