.custom-logo {
    max-width: 30%;
}


.woocommerce-loop-product__categories {
    display: none !important;
}

.woocommerce-loop-product__title {
    border-top: 1px solid lightgray;
    padding-top: 10px;
}


.cartzilla-product-grid{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transition: transform 0.3s ease;
}


.cartzilla-product-grid:hover {
  transform: scale(1.05);
}

.product-card {
    border: none !important;
}


.image-container {
  width: 100%; /* Kapsayıcının genişliği */
  max-width: 600px; /* Maksimum genişlik sınırı */
  margin: 20px auto; /* Ortalamak ve üst/alt boşluk eklemek için */
  border-radius: 8px; /* Köşeleri yuvarlama */
  overflow: hidden; /* Taşmayı önlemek için */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Hafif bir gölge */
}

.image-container img {
  width: 100%; /* Resmin kapsayıcıya yayılmasını sağlar */
  height: auto; /* Oranları korur */
  display: block; /* Alt boşluğu kaldırır */
}
