/*
Theme Name: Kitchen Decor Child
Theme URI: https://www.luzuk.com/products/free-kitchen-wordpress-theme/
Template: kitchen-decor
Author: Luzuk
Author URI: https://www.luzuk.com/
Version: 2.1.3.1748939635
Updated: 2025-06-03 09:33:55
*/

/* Her bir ürün kutusu */
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	height:400px;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 15px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    overflow: hidden;
}

/* Hover efekti */
.woocommerce ul.products li.product:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

/* Ürün görseli */
.woocommerce ul.products li.product img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
}

/* Ürün başlığı */
.woocommerce ul.products li.product h2.woocommerce-loop-product__title {
    font-size: 16px;
    margin: 10px 0 5px;
    font-weight: 600;
    color: #333;
}

/* Fiyat */
.woocommerce ul.products li.product .price {
    color: #007cba;
    font-size: 15px;
    font-weight: bold;
}

/* Buton (Sepete ekle vs.) */
.woocommerce ul.products li.product a.button {
    margin-top: 10px;
    background-color: #007cba;
    color: white;
    border-radius: 8px;
    padding: 10px 15px;
    font-size: 14px;
    display: inline-block;
    transition: background-color 0.2s ease;
}

/* Hover efekti */
.woocommerce ul.products li.product a.button:hover {
    background-color: #005f95;
}

/* top bar */
.topbar {
    background:linear-gradient(90deg, #3e454b 60%, #4365ac 40%);
	direction:ltr;
}

.bottom-header {
	direction:ltr;
}

/* home page categories list */
.custom-container {
	position:relative;
}
.custom-container .custom-content {
	position: absolute;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	color: #f1f1f1;
	width: calc(100% - 30px);
	padding: 10px;
	text-align:center;
	border-bottom-left-radius:9px;
	border-bottom-right-radius:9px;
}
.custom-page-content {
	margin-top: 8px;
}
.custom-img {
	border-radius:9px;
}

.inner-carousel,.site-title,.site-description{
	display:none;
}
.mycat{
	margin-bottom:20px;
}
#slider img {
    opacity: 1.0;
}
.am_posts_navigation{
	display:none;
}
#inner-pages-header {
    background:#f7921c;
}

.lang-switcher__link {
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    padding: 4px 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.lang-switcher__link:hover {
    background-color: #f0f0f0;
}

/* Varsayılan olarak gizle */
.mobile-only {
    display: none;
}

.post-thumbnail {
	width: 100%;
	height: 250px;
	object-fit: cover;
	object-position: center;
}

#slider img {
	width: 100%;
	opacity: 0.7;
	height: 100%;
}

/* mobile */
@media(max-width: 768px){
	/* home page slider */
	#slider img {
		width: 100%;
		height: 200px;
	}
	/* top bar */
	.topbar {
    	background:linear-gradient(90deg, #3e454b 100%, #4365ac 50%);
	}
	/* header cart icon */
	.cart_icon {
		margin-top: 5px;
	}
	.cart-contents i {
		font-size: 20px;
	}
	p.email.mb-md-0.text-md-right.text-center {
		margin-bottom: 0px;
	}
    .mobile-only {
        display: flex;
        gap: 10px;
    }
	.custom-container {
		padding-right: 8px;
		padding-left: 8px;
	}
	.custom-container .custom-content {
		width: calc(100% - 16px);
	}
	.custom-page-content {
		margin-top: 5px;
	}
}