/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/

a.box_how {
  color: inherit;
  text-decoration: none;
}

a.box_how:hover h3 {
  color: #e54750;
}

.product_filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 30px;
}

.product_filters .btn_1 {
  margin: 0;
}

.product_card {
  height: calc(100% - 20px);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.product_card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 36px -8px rgba(0, 0, 0, 0.15);
}

.product_card figure {
  margin: 0 0 15px;
}

.product_card .product_img {
  width: 140px;
  height: 140px;
  object-fit: contain;
  margin: 0 auto;
  display: block;
}

.product_card .product_cat {
  display: inline-block;
  color: #e54750;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.product_card h3 {
  margin-bottom: 8px;
}

.product_card p {
  color: #777;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.product_card .product_price {
  font-weight: 600;
  font-size: 18px;
  color: #222;
  margin-top: auto;
}

@media (max-width: 991px) {
  .product_card {
    text-align: center !important;
  }
  .product_card figure {
    float: none !important;
    margin: 0 0 15px !important;
  }
  .product_card .product_img {
    width: 120px;
    height: 120px;
  }
  /* Ana sayfada intro_txt gizleniyor; ürünler sayfasında başlık görünür kalsın */
  .main_title.center {
    display: block !important;
  }
}
