/* 
	* Theme Name     : elegant
	* Author         : Hasan Basri Balcı
	* Author URI     : www.basribalci.com
	* Email          : hasan@basribalci.com
	* Phone  		 : +90 541 568 30 98
*/
.kategori-vitrin-wrapper {
  width: 100%;
  overflow-x: hidden;
}

.kategori-vitrin {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 15px;
  box-sizing: border-box;
}

.kategori-vitrin a {
  display: block;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.kategori-vitrin a:hover {
  transform: scale(1.02);
}

.kategori-vitrin img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  object-fit: contain;
}
table.table.product-feature.cart-details.components-edit-table.note-head {
    border: 2px solid #f8f8f8;
}
#takimtbody .active td {
    background-color: #f5f5f5;
    border-right: 2px solid #f8f8f8;
}
