/* TEKTAR Corporate Theme v1.9.27 — slider boşluğu ve ürün grubu görsel ölçekleri */

/* Slider ile altındaki ışıklı seperatör arasındaki nefes alanını hafifçe artır. */
.tektar-slider-separator{
  margin-top:32px!important;
  margin-bottom:20px!important;
}

/* Sol taraftaki yüklenmiş SVG ikonunu kartın izin verdiği ölçüde büyüt. */
.tektar-home-products .tektar-category-card{
  grid-template-columns:96px minmax(0,1fr)!important;
  column-gap:16px!important;
}
.tektar-home-products .tektar-category-icon-uploaded{
  width:94px!important;
  height:94px!important;
  min-width:94px!important;
  align-self:center!important;
  justify-self:center!important;
}
.tektar-home-products .tektar-category-icon-uploaded img{
  width:94px!important;
  height:94px!important;
  max-width:94px!important;
  max-height:94px!important;
  object-fit:contain!important;
  object-position:center!important;
}

/* Sağdaki dekoratif grup görselini küçült ve kartın altına yaklaştır. */
.tektar-home-products .tektar-category-image{
  right:10px!important;
  bottom:3px!important;
  width:58px!important;
  height:66px!important;
  opacity:.10!important;
}
.tektar-home-products .tektar-category-card:hover .tektar-category-image{
  opacity:.15!important;
  transform:translateY(-1px) scale(1.02)!important;
}

@media(max-width:900px){
  .tektar-home-products .tektar-category-card{
    grid-template-columns:84px minmax(0,1fr)!important;
  }
  .tektar-home-products .tektar-category-icon-uploaded,
  .tektar-home-products .tektar-category-icon-uploaded img{
    width:82px!important;
    height:82px!important;
    min-width:82px!important;
    max-width:82px!important;
    max-height:82px!important;
  }
  .tektar-home-products .tektar-category-image{
    width:50px!important;
    height:58px!important;
    right:8px!important;
    bottom:3px!important;
  }
}

@media(max-width:620px){
  .tektar-slider-separator{
    margin-top:24px!important;
    margin-bottom:14px!important;
  }
  .tektar-home-products .tektar-category-card{
    grid-template-columns:72px minmax(0,1fr)!important;
    column-gap:12px!important;
  }
  .tektar-home-products .tektar-category-icon-uploaded,
  .tektar-home-products .tektar-category-icon-uploaded img{
    width:70px!important;
    height:70px!important;
    min-width:70px!important;
    max-width:70px!important;
    max-height:70px!important;
  }
  .tektar-home-products .tektar-category-image{
    width:42px!important;
    height:48px!important;
    right:6px!important;
    bottom:2px!important;
    opacity:.08!important;
  }
}
