body {
font-family: "Poppins", sans-serif;
}
.navbar {
background-color: #333;
padding: 20px;
position: sticky;
top: 0;
z-index: 1000;
}
.navbar-brand {
font-size: 1.5rem;
font-weight: 700;
color: #f44336;
padding: 15px 20px;
}
.navbar-nav .nav-link {
margin: 0 10px;
padding: 10px;
color: #fff;
border-radius: 20px;
transition: background 0.3s ease, transform 0.2s ease;
}
.navbar-nav .nav-link:hover {
background: #ff5722;
border-radius: 20px;
}
.navbar-nav .nav-link.active {
background: #ff5722;
border-radius: 20px;
}
.search-bar {
position: relative;
max-width: 300px;
margin-right: 20px;
}
.search-bar input {
width: 100%;
padding: 10px 40px 10px 10px;
border: none;
border-radius: 20px;
background: #fff;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.search-bar i {
position: absolute;
right: 10px;
top: 50%;
transform: translateY(-50%);
color: #999;
cursor: pointer;
}
.action-buttons button {
margin-left: 10px;
border: none;
background: #f44336;
color: #fff;
padding: 10px 15px;
border-radius: 20px;
transition: all 0.3s ease;
}
.action-buttons button:hover {
background: #ff5722;
transform: scale(1.05);
}
/* Swiper Styling */
.swiper {
width: 100%;
height: 400px;
position: relative;
}
.swiper-slide {
position: relative;
}
.swiper-slide img {
width: 100%;
height: 100%;
border-radius:20px;
object-fit: cover;
filter: brightness(85%);
}
.swiper-caption {
position: absolute;
top: 50%;
transform: translateY(-50%);
max-width: 500px;
padding: 20px;
background: rgba(0, 0, 0, 0.6);
border-radius: 10px;
color: #fff;
}
.swiper-caption.left {
left: 5%;
}
.swiper-caption.right {
right: 5%;
}
.swiper-caption h3 {
font-size: 2rem;
font-weight: 700;
margin-bottom: 10px;
}
.swiper-caption p {
font-size: 1.2rem;
margin-bottom: 10px;
}
.swiper-caption .btn {
background: #ff5722;
color: #fff;
padding: 10px 20px;
border: none;
border-radius: 20px;
transition: all 0.3s ease;
text-decoration: none;
}
.swiper-caption .btn:hover {
background: #f44336;
transform: scale(1.1);
}
.swiper-button-next,
.swiper-button-prev {
color: #fff;
}
/* Single Product Section */
.product-container .product-image img {
width: 100%;
border-radius: 10px;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.product-details {
padding: 20px;
}
.product-title {
font-size: 2rem;
font-weight: 700;
color: #333;
}
.product-price {
font-size: 1.5rem;
color: #f44336;
font-weight: 600;
}
.buy-button {
margin-top: 20px;
padding: 10px 20px;
text-decoration:none;
font-weight:bold;
background: #ff5722;
color: #fff;
border: none;
border-radius: 20px;
transition: transform 0.3s ease;
}
.buy-button:hover {
transform: scale(1.1);
}
.altkisim{background-color: #111; color: #fff; padding: 40px 20px; text-align: center;}
.footer .links ul {
    list-style: none; 
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center; 
}

.footer .links ul li {
    margin: 0 10px; 
}

.footer .links ul li a {
    color: #f44336;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer .links ul li a:hover {
    color: #ff5722;
}

.footer .links ul li:not(:last-child)::after {
    content: "|"; 
    margin-left: 10px; 
    color: #f44336; 
}

.footer p {
margin: 15px 0 0;
font-size: 0.9rem;
}
/* WhatsApp Button */
.whatsapp-btn {
position: fixed;
bottom: 20px;
right: 20px;
background-color: #25d366;
color: #fff;
font-size: 1.5rem;
padding: 10px 15px;
border-radius: 50%;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
z-index: 1000;
transition: transform 0.3s ease;
}
.whatsapp-btn:hover {
transform: scale(1.1);
}
.product-features ul {
list-style: none;
padding: 0;
margin: 20px 0;
}
.product-features ul li {
margin: 10px 0;
font-size: 1.1rem;
color: #555;
}
.makale a{color:#000!important;}
.wp-pagenavi a,.wp-pagenavi a:hover,.wp-pagenavi span{padding:5px 8px;font-size:1rem;font-weight:600;border-radius:5px;display:inline-block;margin:3px;background-color:#f7f7f7;color:#111!important;text-decoration:none;transition:.3s ease-in-out}.wp-pagenavi span.current{background:#f7f7f7;border-radius:5px;font-size:1rem;font-weight:600;color:#111;border:1px solid rgba(0,0,0,.175)}.wp-pagenavi a:first-child,.wp-pagenavi span:first-child{margin-left:0}