.elementor-5226 .elementor-element.elementor-element-e07cddf{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:3rem;--margin-bottom:0rem;--margin-left:0rem;--margin-right:0rem;}.elementor-5226 .elementor-element.elementor-element-e07cddf.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-5226 .elementor-element.elementor-element-46566dd{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:20px;--margin-left:0px;--margin-right:0px;}.elementor-5226 .elementor-element.elementor-element-a3a6e82{width:auto;max-width:auto;}.elementor-5226 .elementor-element.elementor-element-45d4622{width:auto;max-width:auto;}.elementor-5226 .elementor-element.elementor-element-383503b{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-5226 .elementor-element.elementor-element-fa17a4b > .elementor-widget-container{padding:0px 0px 30px 0px;}@media(min-width:768px){.elementor-5226 .elementor-element.elementor-element-e07cddf{--width:99.915%;}.elementor-5226 .elementor-element.elementor-element-46566dd{--width:10%;}}@media(max-width:991px){.elementor-5226 .elementor-element.elementor-element-46566dd{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:10px;}}@media(max-width:767px){.elementor-5226 .elementor-element.elementor-element-a3a6e82 > .elementor-widget-container{margin:0px 0px 0px 0px;}}/* Start custom CSS for porto_products_filter, class: .elementor-element-fa17a4b *//* Porto ürün kategori filtresi: yan yana + wrap + kutu görünüm (IMPORTANT) */
.porto_products_filter_form.widget ul.product-categories{
  list-style:none !important;
  margin:0 !important;
  padding:0 !important;
  display:flex !important;
  flex-wrap:wrap !important;          /* satır dolunca alt satıra geç */
  gap:10px !important;                /* kutular arası boşluk */
  align-items:flex-start !important;
}

/* li reset */
.porto_products_filter_form.widget ul.product-categories > li.cat-item{
  margin:0 !important;
  padding:0 !important;
}

/* (5) sayacı link dışında olduğu için kutuyu li yapıyoruz */
.porto_products_filter_form.widget ul.product-categories > li.cat-item{
  display:inline-flex !important;
  align-items:center !important;
  gap:8px !important;
  padding:8px 12px !important;
  border:1px solid rgba(0,0,0,.18) !important;
  border-radius:2px !important;       /* istenen 2px */
  background:#fff !important;
  line-height:1 !important;

  /* kutunun tıklanabilir hissetmesi */
  cursor:pointer !important;
}

/* Link içi: kutu li'de olduğu için sadeleştiriyoruz */
.porto_products_filter_form.widget ul.product-categories > li.cat-item > a{
  display:inline-flex !important;
  align-items:center !important;
  gap:6px !important;
  padding:0 !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  color:inherit !important;
  text-decoration:none !important;
}

/* Hover/aktif durumlar */
.porto_products_filter_form.widget ul.product-categories > li.cat-item:hover{
  border-color: rgba(0,0,0,.32) !important;
  transform: translateY(-1px) !important;
}

.porto_products_filter_form.widget ul.product-categories > li.current-cat{
  border-color: rgba(0,0,0,.55) !important;
}

.porto_products_filter_form.widget ul.product-categories > li.current-cat > a{
  font-weight:700 !important;
}

/* MOBİL UYUMLULUK */
@media (max-width: 768px){
  .porto_products_filter_form.widget ul.product-categories{
    gap:8px !important;
  }
  .porto_products_filter_form.widget ul.product-categories > li.cat-item{
    padding:7px 10px !important;
  }
}

@media (max-width: 480px){
  .porto_products_filter_form.widget ul.product-categories{
    gap:8px !important;
  }
  .porto_products_filter_form.widget ul.product-categories > li.cat-item{
    padding:7px 10px !important;
    font-size:14px !important;
  }
}/* End custom CSS */