/* V7.4.2C — Ana sayfa kategori alanı profesyonel düzen */
.market-category-section.v70-category-section{
  background:#fff;
  border:1px solid #eef1f5;
  border-radius:22px;
  padding:18px;
  margin-top:18px;
  box-shadow:0 10px 28px rgba(15,23,42,.05);
  overflow:hidden;
}
.market-category-section .market-section-title{
  margin:0 0 15px;
  align-items:center;
}
.market-category-section .market-section-title h2{
  font-size:24px;
  line-height:1.15;
  letter-spacing:-.02em;
}
.market-category-section .market-section-title p{
  margin:6px 0 0;
  color:#667085;
  font-size:13px;
  line-height:1.45;
}
.market-category-section .market-section-title>a{
  flex:0 0 auto;
  color:#e85d04;
  font-size:13px;
  font-weight:850;
  white-space:nowrap;
}
.market-category-section .market-category-strip{
  display:grid;
  grid-template-columns:repeat(8,minmax(0,1fr));
  gap:12px;
  overflow:visible;
  padding:0;
}
.market-category-section .market-category-strip>a{
  min-width:0;
  width:auto;
  min-height:116px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:flex-start;
  gap:9px;
  border:1px solid transparent;
  border-radius:18px;
  background:#fff;
  padding:10px 6px 9px;
  box-shadow:none;
  text-align:center;
  overflow:hidden;
}
.market-category-section .market-category-strip>a:hover,
.market-category-section .market-category-strip>a.active{
  border-color:#fed7aa;
  background:#fff8f1;
  transform:translateY(-2px);
}
.market-category-section .market-category-strip>a i{
  flex:0 0 62px;
  width:62px;
  height:62px;
  border-radius:50%;
  display:grid;
  place-items:center;
  margin:0 auto;
  background:color-mix(in srgb,var(--category-color,#ff7a00) 18%,#fff);
  font-size:29px;
  line-height:1;
}
.market-category-section .market-category-strip>a span{
  display:-webkit-box;
  width:100%;
  min-height:34px;
  max-height:34px;
  margin:0;
  color:#344054;
  font-size:13px;
  font-weight:800;
  line-height:17px;
  white-space:normal;
  overflow:hidden;
  overflow-wrap:normal;
  word-break:normal;
  text-overflow:ellipsis;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
}
.market-category-section .market-category-strip>a small{display:none!important}

@media (max-width:1024px){
  .market-category-section .market-category-strip{grid-template-columns:repeat(6,minmax(0,1fr))}
}
@media (max-width:720px){
  .market-category-section.v70-category-section{
    margin:10px 0 0;
    padding:16px 0 14px;
    border-left:0;
    border-right:0;
    border-radius:0;
    box-shadow:none;
  }
  .market-category-section .market-section-title{
    display:flex!important;
    padding:0 16px;
    margin-bottom:13px;
  }
  .market-category-section .market-section-title>div>span,
  .market-category-section .market-section-title p{display:none!important}
  .market-category-section .market-section-title h2{font-size:23px!important;margin:0!important}
  .market-category-section .market-section-title>a{font-size:13px!important}
  .market-category-section .market-category-strip,
  .v81-mobile-home .v81-category-track{
    display:flex!important;
    gap:12px!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    padding:1px 16px 7px!important;
    scroll-padding-inline:16px;
    scroll-snap-type:x proximity;
    scrollbar-width:none;
  }
  .market-category-section .market-category-strip::-webkit-scrollbar{display:none}
  .market-category-section .market-category-strip>a,
  .v81-mobile-home .v81-category-track>a{
    flex:0 0 82px!important;
    width:82px!important;
    min-width:82px!important;
    min-height:105px!important;
    padding:4px 2px 7px!important;
    gap:8px!important;
    border:0!important;
    border-radius:16px!important;
    background:transparent!important;
    box-shadow:none!important;
    scroll-snap-align:start;
  }
  .market-category-section .market-category-strip>a i,
  .v81-mobile-home .v81-category-track>a i{
    flex-basis:62px!important;
    width:62px!important;
    height:62px!important;
    font-size:28px!important;
    margin:0 auto!important;
  }
  .market-category-section .market-category-strip>a span,
  .v81-mobile-home .v81-category-track>a span{
    display:-webkit-box!important;
    width:82px!important;
    min-height:34px!important;
    max-height:34px!important;
    margin:0!important;
    padding:0 1px!important;
    color:#344054!important;
    font-size:12px!important;
    font-weight:800!important;
    line-height:17px!important;
    text-align:center!important;
    white-space:normal!important;
    overflow:hidden!important;
    overflow-wrap:normal!important;
    word-break:normal!important;
    text-overflow:ellipsis!important;
    -webkit-box-orient:vertical!important;
    -webkit-line-clamp:2!important;
  }
}
