/* General Styles */
:root {
    --primary-color: #5c1b78;
    --primary-purple: #540d4e;
    --secondary-color: #6c757d;
    --light-color: #f8f9fa;
    --dark-color: #343a40;
    --primary-purple-rgb: 84, 13, 78;
}

.purple-color { color: var(--primary-purple); }
.purple { color: var(--primary-color); }
.purple-text { color: var(--primary-purple); }
.purple-bg { background-color: var(--primary-purple); }

body {
    font-family: 'Poppins', sans-serif;
    background-color: #fff;
    font-size: 15px;
    font-weight: 500;
}

/* Top Bar */
.top-bar {
    font-size: 0.8rem;
    border-bottom: 1px solid #eee;
    font-weight: 400;
}
.top-bar a { color: #666; }
.top-bar a:hover { color: var(--primary-color); }

/* Notification Bar */
.notification-bar {
    font-size: 14px;
    background-color: var(--primary-color) !important;
}

/* Header */
.navbar-brand {
    text-decoration: none;
    border-bottom: 1px solid #eee;
}
.input-group .form-control {
    border-radius: 3px 0 0 3px;
    border-color: #ddd;
    font-size: 13px;
    height: 40px;
}
.input-group .btn-warning {
    border-radius: 0 3px 3px 0;
    background-color: #ffc107;
    border-color: #ffc107;
    color: #000;
}
.btn-success {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    font-size: 13px;
    padding: 8px 16px;
}
.btn-success:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    opacity: 0.9;
}
.header-icons {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-left: 1rem;
}
.header-icons .btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    color: #666;
    transition: all 0.2s ease;
}
.header-icons .btn i {
    font-size: 22px;
    margin-bottom: 4px;
}
.header-icons .btn .icon-text {
    font-size: 12px;
    font-weight: 300;
    color: #666;
    display: block;
    line-height: 1.2;
    font-family: 'Segoe UI', -apple-system, BlinkMacSystemFont, sans-serif;
    letter-spacing: 0.2px;
}
.header-icons .btn:hover { color: var(--primary-color); }
.header-icons .btn:hover .icon-text { color: var(--primary-color); }
.header-icons .badge {
    font-size: 10px;
    padding: 2px 6px;
    transform: translate(25%, -25%) !important;
}
.badge { font-size: 10px; padding: 2px 6px; }
.badge.bg-success { background-color: var(--primary-color) !important; }

/* Main Menu */
.navbar {
    padding: 0;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}
.nav-link {
    color: #333 !important;
    font-size: 0.95rem;
    font-weight: 500;
    padding: 1rem 1.2rem;
    text-transform: uppercase;
}
.nav-link:hover { color: var(--primary-color) !important; }

/* Hero Banner */
.hero-banner,
.carousel,
.carousel-inner {
    height: auto !important;
}

.carousel-item {
    width: 100%;
    height: auto !important;
    min-height: 0 !important;
    margin-bottom: 0 !important;
    background: transparent !important;
}

.carousel-item img {
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    object-fit: contain !important;
    object-position: center center !important;
    display: block;
}

/* FIX: Stray brace kaldırıldı, carousel-indicators root'ta tanımlandı */
.carousel-indicators { display: none; }
.carousel-indicators button { display: none; }

.carousel-caption {
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
    z-index: 2;
}
.carousel-caption h2 {
    font-size: 2.5rem;
    font-weight: 300;
    margin-bottom: 0;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}
.carousel-caption h1 {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}
.butterfly-logo {
    width: 60px;
    height: auto;
    margin-bottom: 1rem;
    animation: float 3s ease-in-out infinite;
}
@keyframes float {
    0%   { transform: translateY(0px); }
    50%  { transform: translateY(-10px); }
    100% { transform: translateY(0px); }
}
.discount-badge {
    background-color: #ffc107;
    color: #000;
    font-size: 1.5rem;
    font-weight: 600;
    padding: 0.5rem 1.5rem;
    border-radius: 4px;
    display: inline-block;
    margin-top: 1rem;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
.carousel-indicators button.active { background-color: #fff; }
.carousel-control-prev,
.carousel-control-next { width: 5%; opacity: 0.8; }

/* Category Icons */
.category-icons {
    position: relative;
    overflow: hidden;
    padding: 10px 0;
}
.category-slider {
    overflow-x: auto;
    overflow-y: visible;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-behavior: smooth;
    padding: 5px 0 15px 0;
}
.category-slider::-webkit-scrollbar { display: none; }
.category-slider .row {
    margin: 0;
    display: flex;
    flex-wrap: nowrap;
}
.category-slider .col {
    padding: 0 5px;
    flex: 0 0 12.5%;
    min-width: 12.5%;
}
.icon-wrapper {
    position: relative;
    z-index: 1;
    width: 137px;
    height: 137px;
    margin: 0 auto;
    overflow: hidden;
}
.category-icon:hover .icon-wrapper { z-index: 2; }
.category-icon {
    text-decoration: none;
    text-align: center;
    display: block;
    padding: 1px;
}
.icon-wrapper img { width: 100%; height: 100%; object-fit: cover; }
.category-icon p {
    margin: 5px 0 0 0;
    color: #333;
    font-size: 11px;
    font-weight: 200;
}

/* Category Nav Buttons — tek tanım */
.category-nav-prev,
.category-nav-next {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: #fff;
    border: 1px solid rgba(146, 66, 90, 0.15);
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    z-index: 3;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    transition: all 0.3s ease;
    padding: 0;
}
.category-nav-prev { left: 8px; }
.category-nav-next { right: 8px; }
.category-nav-prev i,
.category-nav-next i { font-size: 14px; }
.category-nav-prev:hover,
.category-nav-next:hover {
    background: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color);
    transform: translateY(-50%) scale(1.1);
}

@media (max-width: 768px) {
    .icon-wrapper { width: 100px; height: 100px; }
    .category-nav-prev,
    .category-nav-next { width: 25px; height: 25px; top: 39%; }
    .category-nav-prev { left: 0; }
    .category-nav-next { right: 0; }
    .category-nav-prev i,
    .category-nav-next i { font-size: 10px; }
}
@media (max-width: 576px) {
    .icon-wrapper { width: 80px; height: 80px; }
    .category-icons { margin-bottom: -40px; }
}
@media (max-width: 411px) {
    .category-nav-prev,
    .category-nav-next { width: 25px; height: 25px; top: 35%; }
    .category-nav-prev i,
    .category-nav-next i { font-size: 10px; }
}

/* Category slider responsive */
@media (max-width: 1200px) {
    .category-slider .col { flex: 0 0 16.666%; min-width: 16.666%; }
}
@media (max-width: 992px) {
    .category-slider .col { flex: 0 0 20%; min-width: 20%; }
}
@media (max-width: 768px) {
    .category-slider .col { flex: 0 0 25%; min-width: 25%; }
}
@media (max-width: 576px) {
    .category-slider .col { flex: 0 0 25%; min-width: 25%; }
}

/* Category Banners */
.category-banners { padding: 0 0 30px; }
.category-banner {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    height: 300px;
    background: linear-gradient(90deg, #000000, #ffffff);
    border: 1px solid #eee;
    transition: border-color 0.3s ease;
    text-decoration: solid;
    text-shadow: #363636 1px 1px 1px;
}
.category-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, transparent 0%, rgba(255,255,255,0.2) 50%, transparent 100%);
    transform: skewX(-25deg);
    animation: shine 0s;
    z-index: 3;
}
.category-banner:hover::before { animation: shine 0.75s; }
.category-banner:hover { border-color: var(--primary-color); }
.category-banner.dark { background: linear-gradient(45deg, #1E2B2B, #2C3E3E); }
.category-banner img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    opacity: 0.8;
    transition: transform 0.3s ease;
}
.category-banner:hover img { transform: scale(1.02); }
.banner-content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    padding: 2rem;
    text-align: left;
    z-index: 2;
}
.banner-content .script-font {
    font-family: 'Dancing Script', cursive;
    font-size: 3rem;
    color: #fff;
    margin: 0;
    line-height: 1;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}
.banner-content .banner-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
    margin: 0.5rem 0;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}
.banner-content .banner-text {
    font-size: 14px;
    color: rgba(255,255,255,0.9);
    margin-bottom: 1.5rem;
    line-height: 1.6;
}
.btn-brown {
    background-color: #8B6B57;
    color: #fff;
    border: none;
    padding: 0.75rem 1.5rem;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}
.btn-brown:hover { background-color: #75594A; color: #fff; transform: translateY(-2px); }
.category-banner .leaf-1,
.category-banner .leaf-2,
.category-banner .leaf-3,
.category-banner .leaf-4 {
    position: absolute;
    width: 100px;
    height: auto;
    opacity: 0.2;
    z-index: 1;
}
.category-banner .leaf-1 { top: -20px; right: -20px; transform: rotate(45deg); }
.category-banner .leaf-2 { bottom: -20px; left: -20px; transform: rotate(-135deg); }
.category-banner .leaf-3 { top: -20px; left: -20px; transform: rotate(-45deg); }
.category-banner .leaf-4 { bottom: -20px; right: -20px; transform: rotate(135deg); }

@media (max-width: 768px) {
    .category-banner { height: 210px; }
    .banner-content .script-font { font-size: 2.5rem; }
    .banner-content .banner-title { font-size: 2rem; }
    .banner-content .banner-text { font-size: 13px; margin-bottom: 1rem; }
    .category-banner .leaf-1,
    .category-banner .leaf-2,
    .category-banner .leaf-3,
    .category-banner .leaf-4 { width: 80px; }
}

/* Product Cards */
.section-title {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin-bottom: 2rem;
}
.product-card {
    border: 1px solid #eee;
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
    height: 100%;
    transition: border-color 0.3s ease;
    position: relative;
}
.product-card:hover { border-color: var(--primary-color); }
.product-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    transition: 0.5s;
    animation: shine 3s infinite;
    z-index: 1;
}
.product-card:hover::before { animation: shine 0.75s; }

/* FIX: @keyframes shine — tek tanım, gelişmiş versiyon */
@keyframes shine {
    0%   { left: -100%; }
    20%  { left: 100%; }
    100% { left: 100%; }
}

.product-image {
    position: relative;
    overflow: hidden;
    padding-top: 0 !important;
    height: 375px !important;
}
.product-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.product-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    transition: 0.5s;
    animation: shine 3s infinite;
    z-index: 1;
}
.product-image:hover::before { animation: shine 0.75s; }

.product-badge {
    position: absolute;
    left: 0;
    bottom: 0;
    background: var(--primary-color);
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    padding: 6px 15px;
    border-top-right-radius: 15px;
    z-index: 2;
}
.product-badge span { display: block; white-space: nowrap; }
.product-badge.bestseller { background: #912592; }
.product-badge.free-shipping { background: #4dabf7; }
.product-badge.new { background: #845ef7; }
.product-badge.discount { background: #ff6b6b; color: #fff; }

.product-labels, .delivery-info, .delivery-badge, .discount-info, .discount-badge { display: none; }

.card-body { padding: 1rem; text-align: center; }
.product-category { font-size: 11px; color: var(--primary-color); margin-bottom: 8px; }
.product-category i { color: var(--primary-color); margin-right: 3px; }
.product-title { margin: 0 0 8px 0; line-height: 1.4; }
.product-title a {
    color: #333;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}
.product-title a:hover { color: var(--primary-color); }
.product-code { font-size: 12px; color: #666; margin-bottom: 5px; }
.product-code span { color: #999; font-weight: 500; }
.product-price {
    margin-bottom: 12px;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.current-price {
    font-size: 28px;
    font-weight: 600;
    color: #333;
    line-height: 1;
    display: inline-flex;
    align-items: flex-start;
    gap: 1px;
}
.current-price .currency { font-size: 11px; margin-top: 3px; }
.current-price .decimal { font-size: 11px; margin-top: 3px; }
.old-price {
    font-size: 16px;
    color: #999;
    text-decoration: line-through;
    align-self: center;
    margin-top: 5px;
}
.price-info {
    font-size: 11px;
    color: #666;
    position: absolute;
    right: 35%;
    bottom: -15px;
    line-height: 1;
}
.btn-send {
    background-color: var(--primary-color);
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    padding: 6px;
    border: none;
    border-radius: 4px;
    width: 100%;
    text-transform: uppercase;
    transition: all 0.2s ease;
}
.btn-send:hover { background-color: var(--primary-color); opacity: 0.9; color: #fff; }
.btn-send i { font-size: 11px; margin-right: 4px; }
.text-success { color: var(--primary-color) !important; }
.bg-success { background-color: var(--primary-color) !important; }

/* Listeleme sayfası fiyat */
.product-card .product-price {
    margin-bottom: 12px;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.product-card .current-price {
    font-size: 28px;
    font-weight: 600;
    color: #333;
    line-height: 1;
    display: inline-flex;
    align-items: flex-start;
    gap: 1px;
}
.product-card .currency { font-size: 11px; margin-top: 3px; }
.product-card .decimal { font-size: 11px; margin-top: 3px; }
.product-card .old-price {
    font-size: 13px;
    color: #999;
    text-decoration: line-through;
    align-self: center;
    margin-top: 5px;
}

@media (max-width: 768px) {
    .product-title a { font-size: 13px; }
    .current-price { font-size: 20px; }
    .old-price { font-size: 14px; }
    .current-price .currency,
    .current-price .decimal { font-size: 10px; margin-top: 2px; }
    .price-info { font-size: 10px; bottom: -14px; right: 30%; }
    .card-body { padding: 0.75rem; }
    .btn-send { font-size: 12px; padding: 6px; }
    .product-card .current-price { font-size: 24px; }
    .product-card .old-price { font-size: 11px; }
    .product-title { min-height: 40px; margin-bottom: 10px; }
    .product-title a {
        line-height: 1.4;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .card-body {
        min-height: 160px;
        display: flex;
        flex-direction: column;
    }
    .product-price { margin-top: auto; }
}
@media (max-width: 576px) {
    .product-card .current-price { font-size: 18px; }
    .product-card .old-price { font-size: 11px; }
    .product-title { min-height: 45px; }
    .card-body { min-height: 170px; }
    .product-image { height: 280px !important; }
    .product-code { font-size: 10px; }
}

/* Footer Styles */
.footer-area { background-color: #f8f9fa; color: #6c757d; }
.footer-top {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    border-top: 1px solid rgba(0,0,0,0.1);
}
.footer-logo img { max-height: 280px; margin-bottom: 1rem; }
.footer-desc { font-size: 0.9rem; line-height: 1.6; }
.footer-contact .contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.9rem;
}
.footer-contact .contact-item i { color: var(--primary-color); }
.footer-contact .contact-item a { color: #6c757d; text-decoration: none; transition: color 0.3s; }
.footer-contact .contact-item a:hover { color: var(--primary-color); }
.footer-title {
    color: #212529;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 10px;
}
.footer-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background-color: var(--primary-color);
}
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 10px; }
.footer-links a {
    color: #6c757d;
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.3s;
    display: flex;
    align-items: center;
}
.footer-links a i { font-size: 12px; margin-right: 5px; transition: transform 0.3s; }
.footer-links a:hover { color: var(--primary-color); padding-left: 5px; }
.footer-links a:hover i { transform: translateX(3px); }
.social-links { display: flex; gap: 15px; }
.social-link {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 50%;
    color: #6c757d;
    transition: all 0.3s;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.social-link:hover { background-color: var(--primary-color); color: #fff; transform: translateY(-3px); }
.footer-bottom { background-color: #fff; font-size: 0.85rem; }
.payment-methods img { max-height: 35px; }

@media (max-width: 768px) {
    .footer-widget { margin-bottom: 2rem; }
    .footer-bottom .text-end { text-align: center !important; margin-top: 1rem; }
}

/* Footer Dropdown Mobile */
@media (max-width: 991px) {
    .footer-title {
        cursor: pointer;
        padding: 15px 0;
        margin-bottom: 0;
        border-bottom: 1px solid rgba(0,0,0,0.05);
    }
    .footer-title::after { display: none; }
    .footer-title i { font-size: 14px; transition: transform 0.3s ease; }
    .footer-title[aria-expanded="true"] i { transform: rotate(180deg); }
    .footer-links { padding: 15px 0; }
    .footer-links:not(.show) { display: none; }
    .footer-widget { margin-bottom: 0; }
    .footer-widget:not(:last-child) { border-bottom: 1px solid rgba(0,0,0,0.05); }
}
@media (max-width: 768px) {
    .footer-title { font-size: 15px; padding: 12px 0; }
    .footer-links { padding: 12px 0; }
    .footer-links li { margin-bottom: 8px; }
    .footer-links li:last-child { margin-bottom: 0; }
    .footer-links a { font-size: 14px; }
}

/* Footer Bottom */
@media (max-width: 768px) {
    .footer-bottom { padding-bottom: 20px; }
    .footer-bottom .col-md-6 { text-align: center !important; }
    .footer-bottom .text-end { text-align: center !important; margin-top: 15px; }
    .social-links { justify-content: center; margin-top: 20px; }
    .payment-methods { margin-top: 15px; margin-bottom: 5px; }
    .payment-methods img { max-height: 35px; width: auto; }
    .footer-bottom p { font-size: 13px; }
    .social-link { width: 32px; height: 32px; font-size: 14px; }
}
@media (max-width: 576px) {
    .payment-methods img { max-height: 35px; margin-bottom: 10px; }
}

/* WhatsApp Box */
.whatsapp-box {
    background: rgba(37, 211, 102, 0.05);
    border: 1px solid rgba(37, 211, 102, 0.2);
    border-radius: 12px;
    padding: 20px;
    transition: all 0.3s ease;
}
.whatsapp-box:hover { transform: translateY(-5px); box-shadow: 0 5px 15px rgba(37, 211, 102, 0.1); }
.whatsapp-header { display: flex; align-items: center; gap: 12px; margin-bottom: 15px; }
.whatsapp-header i { font-size: 28px; color: #25d366; }
.whatsapp-header .footer-title { color: #333; margin: 0; padding: 0; }
.whatsapp-header .footer-title::after { display: none; }
.whatsapp-content { padding: 0 5px; }
.whatsapp-text { color: #666; font-size: 14px; margin-bottom: 20px; line-height: 1.5; }
.whatsapp-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #25d366;
    color: #fff;
    padding: 12px 20px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    transition: all 0.3s ease;
    margin-bottom: 15px;
}
.whatsapp-btn:hover { background: #22c35e; color: #fff; transform: translateY(-2px); }
.whatsapp-btn i { font-size: 20px; }
.support-hours {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 12px;
    background: rgba(255,255,255,0.8);
    border-radius: 8px;
    margin-top: 15px;
}
.support-hours i { font-size: 18px; color: #666; margin-top: 3px; }
.support-hours div { display: flex; flex-direction: column; }
.hours-label { font-size: 12px; color: #666; margin-bottom: 2px; }
.hours-time { font-size: 14px; color: #333; font-weight: 500; }

@media (max-width: 768px) {
    .whatsapp-box { padding: 15px; }
    .whatsapp-header i { font-size: 24px; }
    .whatsapp-header .footer-title { font-size: 16px; }
    .whatsapp-text { font-size: 13px; margin-bottom: 15px; }
    .whatsapp-btn { padding: 10px 16px; font-size: 14px; }
    .whatsapp-btn i { font-size: 18px; }
    .support-hours { padding: 10px; }
    .hours-label { font-size: 11px; }
    .hours-time { font-size: 13px; }
}

/* Responsive carousel */
@media (max-width: 992px) {
    .carousel-item { height: auto !important; margin-bottom: 0 !important; }
    .carousel-item img { width: 100% !important; height: auto !important; object-fit: contain !important; }
}
@media (max-width: 768px) {
    .carousel-item { height: auto !important; }
    .carousel-item img { height: auto !important; }
    .carousel-caption h1 { font-size: 2.5rem; }
    .carousel-caption h2 { font-size: 2rem; }
    .banner-content { padding: 1rem; }
    .script-font { font-size: 2rem; }
}
@media (max-width: 576px) {
    .hero-banner, .carousel, .carousel-inner, .carousel-item { height: auto !important; }
    .carousel-item { margin-bottom: 0 !important; min-height: 0 !important; }
    .carousel-item img { width: 100% !important; height: auto !important; object-fit: contain !important; display: block; }
    .carousel-indicators,
    .carousel-indicators button { display: none !important; }
    .carousel-caption h1 { font-size: 2rem; }
    .carousel-caption h2 { font-size: 1.5rem; }
    .category-icons { padding: 1rem 0; }
}

/* Dropdown Menu */
.navbar-nav .nav-item.dropdown:hover .dropdown-menu { display: block; animation: fadeInDown 0.2s ease; }
.navbar-nav .dropdown-menu {
    margin-top: 0;
    border: none;
    border-radius: 8px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.08);
    padding: 0.8rem 0;
    min-width: 230px;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.05);
}
.navbar-nav .dropdown-item {
    padding: 0.6rem 1.2rem;
    font-size: 0.9rem;
    color: #555;
    display: flex;
    align-items: center;
    font-weight: 500;
    position: relative;
    transition: all 0.2s ease;
}
.navbar-nav .dropdown-item:hover { background: rgba(146, 66, 90, 0.04); color: var(--primary-color); padding-left: 1.5rem; }
.navbar-nav .dropdown-item::before {
    content: '';
    position: absolute;
    left: 0; top: 0;
    height: 100%; width: 0;
    background: var(--primary-color);
    transition: all 0.2s ease;
}
.navbar-nav .dropdown-item:hover::before { width: 3px; }
.navbar-nav .nav-link { padding: 0.7rem 1rem !important; transition: all 0.3s ease; font-weight: 500; }
.navbar-nav .nav-link:hover { color: var(--primary-color) !important; }

.dropdown-menu {
    border: none;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    border-radius: 10px;
    min-width: 180px;
    padding: 0;
    border: 1px solid rgba(0,0,0,0.02);
    background: linear-gradient(145deg, rgba(255,255,255,0.95), rgba(255,255,255,0.98));
    backdrop-filter: blur(8px);
    transform-origin: top center;
    left: 50% !important;
    transform: translateX(-50%) !important;
}
.dropdown-menu::before {
    content: '';
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 10px; height: 10px;
    background: inherit;
    border-left: 1px solid rgba(0,0,0,0.02);
    border-top: 1px solid rgba(0,0,0,0.02);
}
.dropdown-menu .p-3 { padding: 12px !important; }
.dropdown-menu .btn { padding: 6px; font-size: 12px; border-radius: 6px; font-weight: 400; }
.dropdown-menu .btn-outline-secondary {
    border-color: rgba(0,0,0,0.05);
    color: #666;
    background: linear-gradient(145deg, rgba(255,255,255,0.5), rgba(255,255,255,0.8));
}
.dropdown-menu .btn-outline-secondary:hover {
    background: linear-gradient(145deg, rgba(248,249,250,0.5), rgba(248,249,250,0.8));
    border-color: rgba(0,0,0,0.08);
    color: #333;
}
.dropdown-menu small { font-size: 11px; opacity: 0.7; }
.dropdown-menu i { font-size: 14px; opacity: 0.7; }
.dropdown-menu .text-center small { font-size: 10px; opacity: 0.5; }
.dropdown-toggle::after { display: none !important; }
.dropdown-menu .btn-success { color: #fff !important; font-weight: 500; }
.dropdown-menu .btn-success:hover { color: #fff !important; opacity: 0.95; }

/* FIX: @keyframes slideIn — tek tanım, dropdown için doğru transform */
.animate {
    animation-duration: 0.15s;
    animation-fill-mode: both;
}
@keyframes slideIn {
    0%   { transform: translateX(-50%) translateY(0.3rem); opacity: 0; }
    100% { transform: translateX(-50%) translateY(0); opacity: 1; }
}
.slideIn { animation-name: slideIn; }

/* Button Active/Focus */
.btn:active, .btn:focus, .btn.active {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    color: #fff !important;
    box-shadow: 0 0 0 0.2rem rgba(146, 66, 90, 0.25) !important;
}
.btn-success:active, .btn-success:focus, .btn-success.active {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    opacity: 0.9;
}
.btn-outline-success:active, .btn-outline-success:focus, .btn-outline-success.active {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    color: #fff !important;
}
.form-control:focus {
    border-color: var(--primary-color) !important;
    box-shadow: 0 0 0 0.2rem rgba(146, 66, 90, 0.15) !important;
}
.dropdown-menu .btn:active, .dropdown-menu .btn:focus { box-shadow: none !important; transform: scale(0.98); }
.dropdown-menu .btn-outline-secondary:active,
.dropdown-menu .btn-outline-secondary:focus {
    background: linear-gradient(145deg, rgba(146, 66, 90, 0.1), rgba(146, 66, 90, 0.2)) !important;
    border-color: var(--primary-color) !important;
    color: var(--primary-color) !important;
}
.uyelik-dropdown .dropdown-menu { margin-top: 60px !important; }
@media (max-width: 768px) {
    .uyelik-dropdown .dropdown-menu { margin-left: -40px !important; margin-top: 38px !important; }
}

/* Header icon button overrides */
.header-icons .btn:active, .header-icons .btn:focus, .header-icons .btn.active {
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
    color: var(--primary-color) !important;
    transform: scale(0.98);
    outline: none !important;
}
.header-icons .btn { background: transparent !important; border: none !important; outline: none !important; }
.header-icons .btn:hover { background: transparent !important; }

/* Accordion / Mobile Menu */
.accordion-item { margin-bottom: 2px; border: none; background: transparent; }
.accordion-header .nav-link {
    font-size: 0.9rem;
    padding: 0.7rem 1rem;
    color: #555;
    text-decoration: none;
    display: block;
    transition: all 0.2s ease;
}
.accordion-button {
    font-size: 0.9rem;
    padding: 0.7rem 1rem;
    background: transparent;
    color: #555;
    border: none;
    width: 100%;
    text-align: left;
    font-weight: 500;
}
.accordion-button:not(.collapsed) { color: var(--primary-color); background: rgba(146, 66, 90, 0.06); }
.accordion-button:hover, .accordion-header .nav-link:hover { color: var(--primary-color); background: rgba(146, 66, 90, 0.04); }
.accordion-button::after { opacity: 0.5; width: 15px; height: 15px; background-size: 15px; }
.accordion-body { padding: 0.2rem 0 0.2rem 1rem; background: transparent; }
.accordion-body .nav-link { padding: 0.5rem 1rem; color: #666; font-size: 0.85rem; transition: all 0.2s ease; }
.accordion-body .nav-link:hover { color: var(--primary-color); background: rgba(146, 66, 90, 0.04); padding-left: 1.2rem; }
.accordion-header a.accordion-button { text-decoration: none; }
.accordion-header a.accordion-button::after { display: none; }
.accordion-header a.accordion-button:not(.collapsed) { color: var(--primary-color); background: rgba(146, 66, 90, 0.08); box-shadow: none; }

/* Mobile Bottom Menu (legacy — hidden when floating bar is active) */
.mobile-bottom-menu {
    position: fixed;
    bottom: 0; left: 0; right: 0;
    background: #fff;
    padding: 10px 0;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
    z-index: 1000;
}
.mobile-bottom-menu .menu-items { display: flex; justify-content: space-around; margin: 0; padding: 0; list-style: none; }
.mobile-bottom-menu .menu-link { display: flex; flex-direction: column; align-items: center; text-decoration: none; color: #333; font-size: 0.8rem; }
.mobile-bottom-menu .menu-icon { font-size: 1.2rem; margin-bottom: 4px; }
@media (min-width: 992px) { .mobile-bottom-menu { display: none; } }

/* Navbar icon styles */
.navbar-nav .nav-link i { font-size: 0.9rem; opacity: 0.8; transition: all 0.2s ease; }
.navbar-nav .nav-link:hover i { opacity: 1; transform: scale(1.1); }
.dropdown-item i { font-size: 0.85rem; opacity: 0.7; width: 20px; text-align: center; }
.dropdown-item:hover i { opacity: 1; color: var(--primary-color); }
.accordion-button i, .accordion-header .nav-link i { font-size: 0.9rem; opacity: 0.7; width: 20px; text-align: center; }
.accordion-button:hover i, .accordion-header .nav-link:hover i { opacity: 1; color: var(--primary-color); }
.accordion-body .nav-link i { font-size: 0.85rem; opacity: 0.6; width: 18px; text-align: center; }
.accordion-body .nav-link:hover i { opacity: 1; color: var(--primary-color); }

/* Header icon */
.header-icon {
    padding: 10px 2px;
    background: transparent !important;
    border: none !important;
    outline: none !important;
    gap: 12px;
}
@media (max-width: 468px) { .header-icon { padding: 5px 1px; } }
.header-icon:hover, .header-icon:active, .header-icon:focus { background-color: transparent !important; }
.header-icon i { font-size: 19px; color: #333; }
.header-icon span { font-size: 11px; color: #666; margin-top: 2px; }
.header-icon span.d-none { width: 70px; }
.header-icon .badge {
    position: absolute;
    top: -5px; right: -8px;
    font-size: 11px; font-weight: 500;
    padding: 3px 6px;
    min-width: 20px; height: 20px;
    line-height: 14px;
    border-radius: 10px;
    background: var(--primary-color) !important;
    border: 2px solid #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    display: flex; align-items: center; justify-content: center;
    color: #fff;
    margin-right: 17px;
}
@media (max-width: 991px) { .header-icon .badge { margin-right: 0; } }

/* Info Section */
.info-section { padding: 40px 0; background: linear-gradient(to bottom, #f8f9fa, #fff); }
.info-content {
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    height: 100%;
    border: 1px solid rgba(146, 66, 90, 0.1);
}
.info-content h2 { font-size: 1.75rem; color: var(--primary-color); margin-bottom: 1rem; font-weight: 600; line-height: 1.3; }
.info-content .lead { font-size: 1rem; line-height: 1.6; color: #666; margin-bottom: 1.5rem; }
.info-boxes { display: grid; grid-template-columns: repeat(1, 1fr); gap: 1.5rem; }
.info-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.875rem;
    padding: 0.875rem;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
    transition: all 0.3s ease;
}
.info-box:hover { transform: translateY(-2px); box-shadow: 0 3px 6px rgba(0,0,0,0.08); }
.info-box .icon-wrapper {
    width: 42px; height: 42px;
    display: flex; align-items: center; justify-content: center;
    background: var(--primary-color);
    border-radius: 50%;
    flex-shrink: 0;
}
.info-box .icon-wrapper i { color: #fff; font-size: 1.25rem; }
.info-box .info-text { flex: 1; text-align: left; }
.info-box .info-text h5 { margin: 0; font-size: 1rem; color: var(--dark); }
.info-box .info-text p { margin: 0; font-size: 0.85rem; color: var(--gray); }
@media (min-width: 768px) { .info-boxes { grid-template-columns: repeat(2, 1fr); max-width: 90%; margin: 0 auto; } }
.info-image { position: relative; border-radius: 15px; overflow: hidden; box-shadow: 0 5px 20px rgba(0,0,0,0.05); height: 385px; }
.info-image img { width: 100%; height: 100%; object-fit: cover; }
.info-badge {
    position: absolute;
    bottom: 20px; right: 20px;
    background: var(--primary-color);
    color: #fff;
    padding: 1rem;
    border-radius: 50%;
    width: 80px; height: 80px;
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    box-shadow: 0 3px 15px rgba(146, 66, 90, 0.3);
}
.info-badge .number { font-size: 1.5rem; font-weight: bold; line-height: 1; }
.info-badge .text { font-size: 0.7rem; text-align: center; line-height: 1.2; }

@media (max-width: 991px) { .info-content { margin-bottom: 1.5rem; } }
@media (max-width: 768px) {
    .info-section { padding: 30px 0; }
    .info-content { padding: 20px; }
    .info-content h2 { font-size: 1.5rem; text-align: center; }
    .info-content .lead { text-align: center; }
    .info-boxes { grid-template-columns: 1fr; }
    .info-box { flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 1.25rem; }
    .info-box .info-text { text-align: center; }
    .info-box .info-text h5 { text-align: center; }
    .info-box .info-text p { text-align: center; }
    .info-box .icon-wrapper { width: 38px; height: 38px; margin-bottom: 0.5rem; }
    .info-box .icon-wrapper i { font-size: 1.125rem; }
    .info-box .info-text h5 { font-size: 0.95rem; }
    .info-box .info-text p { font-size: 0.8rem; }
    .info-badge { width: 70px; height: 70px; padding: 0.875rem; }
    .info-badge .number { font-size: 1.25rem; }
    .info-badge .text { font-size: 0.65rem; }
}
@media (max-width: 576px) {
    .info-section { padding: 20px 0; }
    .info-content { padding: 15px; }
    .info-content h2 { font-size: 1.35rem; }
    .info-box { padding: 1rem; }
}

/* Product Detail */
.product-detail { padding: 40px 0; }
.product-gallery { border-radius: 12px; overflow: hidden; box-shadow: 0 2px 15px rgba(0,0,0,0.08); }
.product-gallery .swiper-slide img { width: 100%; height: auto; object-fit: cover; }
.product-gallery-thumbs { margin-top: 15px; }
.product-gallery-thumbs .swiper-slide {
    opacity: 0.5;
    cursor: pointer;
    border-radius: 8px;
    overflow: hidden;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}
.product-gallery-thumbs .swiper-slide-thumb-active { opacity: 1; border-color: var(--primary-purple); }
.product-info { padding: 20px; background: #fff; border-radius: 12px; box-shadow: 0 2px 15px rgba(0,0,0,0.08); }
.same-day-info {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background-color: rgba(146, 66, 90, 0.1);
    border: 1px solid var(--primary-color);
    border-radius: 50px;
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
}
.same-day-info i { color: var(--primary-color); }
.product-info .product-title { font-size: 28px; font-weight: 600; margin: 5px 0; color: #333; }
.stock-code { color: #666; font-size: 14px; margin-bottom: 20px; }
.product-info .product-price { margin: 25px 0; display: flex; align-items: center; gap: 15px; justify-content: flex-start; }
.product-info .price-wrapper { display: flex; align-items: flex-start; gap: 5px; }
.product-info .big-price { font-size: 40px; font-weight: 700; color: #333; line-height: 1; }
.product-info .price-details { display: flex; flex-direction: column; margin-top: 8px; }
.product-info .decimal-part { font-size: 16px; color: #333; line-height: 1; margin-bottom: 4px; font-weight: 500; }
.product-info .kdv-text { font-size: 7px; color: #666; line-height: 1; }
.product-info .original-price { position: relative; font-size: 22px; color: #999; text-decoration: line-through; align-self: center; font-weight: 500; }
.stock-control { display: flex; align-items: center; flex-wrap: wrap; gap: 15px; }
.stock-badge {
    display: inline-flex; align-items: center; gap: 8px;
    height: 40px; padding: 0 20px;
    background-color: rgba(146, 66, 90, 0.1);
    border: 1px solid var(--primary-color);
    border-radius: 50px;
    color: var(--primary-color);
    font-size: 14px; font-weight: 500;
}
.stock-badge i { color: var(--primary-color); font-size: 16px; }
.quantity-control {
    display: inline-flex; align-items: center; gap: 12px;
    height: 40px; padding: 0 20px;
    background: rgba(146, 66, 90, 0.1);
    border-radius: 50px;
    border: 1px solid var(--primary-color);
}
.quantity-btn {
    width: 24px; height: 24px;
    border: none; background: #fff; border-radius: 50%;
    font-size: 14px; color: var(--primary-color);
    cursor: pointer; transition: all 0.2s ease;
    display: flex; align-items: center; justify-content: center;
}
.quantity-btn:hover { background: var(--primary-color); color: #fff; }
.quantity-input {
    width: 32px; text-align: center;
    border: none; background: transparent; padding: 0;
    font-size: 14px; color: var(--primary-color); font-weight: 500;
}
.quantity-input:focus { outline: none; }
.delivery-region { margin: 20px 0; }
.delivery-region-select { width: 100%; padding: 12px; border: 1px solid #dee2e6; border-radius: 8px; font-size: 15px; color: #333; }
.delivery-date-selection { margin: 20px 0; }
.delivery-date-selection h5 { font-size: 16px; margin-bottom: 15px; color: #333; }
.quick-features { margin: 30px 0; }
.feature-item { display: flex; align-items: center; gap: 10px; padding: 15px; background: #f8f9fa; border-radius: 8px; font-size: 14px; color: #666; }
.feature-item i { font-size: 20px; color: var(--primary-purple); }
.quick-features .feature-item {
    display: flex; align-items: center; gap: 12px;
    padding: 15px; border-radius: 8px; background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05); transition: all 0.3s ease; height: 100%;
}
.quick-features .feature-item i {
    font-size: 24px; color: var(--primary-purple);
    width: 40px; height: 40px;
    display: flex; align-items: center; justify-content: center;
    background: rgba(var(--primary-purple-rgb), 0.1); border-radius: 50%;
}
.quick-features .feature-item span { font-size: 15px; font-weight: 500; color: #333; }
@media (max-width: 767px) {
    .quick-features .col-6 { width: 100% !important; }
    .quick-features .feature-item { margin-bottom: 10px; padding: 12px; }
    .quick-features .feature-item i { font-size: 20px; width: 36px; height: 36px; }
    .quick-features .feature-item span { font-size: 14px; }
}

.product-tabs { margin-top: 40px; }
.nav-tabs { border: none; gap: 10px; }
.nav-tabs .nav-link { border: none; padding: 12px 24px; border-radius: 8px; color: #666; font-weight: 500; background: #f8f9fa; }
.nav-tabs .nav-link:hover { border-color: transparent; color: var(--primary-color); }
.nav-tabs .nav-link.active { background: var(--primary-purple); color: #fff; border: 1px solid rgba(0,0,0,0.05); border-bottom-color: #fff; }
.tab-content { background: #fff; border-radius: 12px; box-shadow: 0 2px 15px rgba(0,0,0,0.08); margin-top: 20px; border: 1px solid rgba(0,0,0,0.05); border-radius: 0 8px 8px 8px; }
.detail-box { margin: 25px 0; }
.detail-box h5 { font-size: 18px; margin-bottom: 15px; display: flex; align-items: center; gap: 10px; }
.special-notes { list-style: none; padding: 0; margin: 0; }
.special-notes li { position: relative; padding-left: 25px; margin-bottom: 12px; color: #666; font-size: 15px; line-height: 1.6; }
.special-notes li:last-child { margin-bottom: 0; }
.special-notes li:before { content: ""; position: absolute; left: 0; top: 8px; width: 8px; height: 8px; border-radius: 50%; background: var(--primary-color); }
.additional-info { color: #666; font-size: 15px; line-height: 1.8; }
.product-details { padding: 30px; background: #fff; border-radius: 12px; }
.detail-box:last-child { margin-bottom: 0; }
.detail-box h5 { font-size: 18px; font-weight: 600; color: #333; margin-bottom: 15px; display: flex; align-items: center; gap: 10px; }
.detail-box h5 i {
    font-size: 20px; width: 35px; height: 35px;
    display: flex; align-items: center; justify-content: center;
    background: rgba(146, 66, 90, 0.1); border-radius: 50%;
    color: var(--primary-color);
}

/* SSS Accordion */
.accordion { border-radius: 12px; overflow: hidden; }
.accordion-item { border: none; background: transparent; margin-bottom: 10px; }
.accordion-item:last-child { margin-bottom: 0; }
.accordion-header .accordion-button { padding: 20px; font-size: 16px; font-weight: 500; color: #333; background: #f8f9fa; border: 1px solid rgba(0,0,0,0.05); border-radius: 8px !important; transition: all 0.3s ease; }
.accordion-button:not(.collapsed) { color: var(--primary-color); background: #fff; box-shadow: none; border-bottom-left-radius: 0 !important; border-bottom-right-radius: 0 !important; }
.accordion-button:focus { box-shadow: none; border-color: rgba(146, 66, 90, 0.2); }
.accordion-button::after { width: 20px; height: 20px; background-size: 20px; transition: all 0.3s ease; }
.accordion-button:not(.collapsed)::after { transform: rotate(-180deg); }
.accordion-body { padding: 20px; background: #fff; font-size: 15px; line-height: 1.8; color: #666; border: 1px solid rgba(0,0,0,0.05); border-top: none; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; }

.order-buttons { margin-top: 30px; }
.btn-order {
    width: 100%; padding: 15px; font-size: 16px; font-weight: 600;
    background: var(--primary-color) !important; color: #fff !important;
    border: none; border-radius: 8px; margin-bottom: 10px; transition: all 0.3s ease;
}
.btn-order:hover { background: var(--primary-color) !important; opacity: 0.9; transform: translateY(-2px); color: #fff !important; }
.btn-whatsapp {
    width: 100%; padding: 15px; font-size: 16px; font-weight: 600;
    background: #25d366; color: #fff; border: none; border-radius: 8px; transition: all 0.3s ease;
}
.btn-whatsapp:hover { background: #22c35e; transform: translateY(-2px); }
.delivery-options { display: none; opacity: 0; transition: opacity 0.3s ease; }
.delivery-options.active { display: block; opacity: 1; }
.product-gallery .swiper-button-next,
.product-gallery .swiper-button-prev { width: 40px; height: 40px; background: rgba(146, 66, 90, 0.8); border-radius: 50%; color: #fff; transition: all 0.3s ease; }
.product-gallery .swiper-button-next:hover,
.product-gallery .swiper-button-prev:hover { background: var(--primary-color); }
.product-gallery .swiper-button-next:after,
.product-gallery .swiper-button-prev:after { font-size: 18px; }
.product-gallery .swiper-pagination-bullet { width: 8px; height: 8px; background: rgba(146, 66, 90, 0.5); opacity: 1; }
.product-gallery .swiper-pagination-bullet-active { background: var(--primary-color); }
@media (max-width: 768px) {
    .product-gallery .swiper-button-next,
    .product-gallery .swiper-button-prev { display: none; }
    .product-info { margin-top: 20px; padding: 15px; }
    .product-info .product-title { font-size: 20px; }
    .product-info .big-price { font-size: 38px; }
    .feature-item { padding: 10px; font-size: 13px; }
    .nav-tabs .nav-link { padding: 10px 15px; font-size: 14px; }
    .product-details { padding: 20px; }
    .detail-box h5 { font-size: 16px; }
    .detail-box h5 i { width: 30px; height: 30px; font-size: 16px; }
    .special-notes li { font-size: 14px; padding-left: 20px; }
    .special-notes li:before { width: 6px; height: 6px; top: 7px; }
    .additional-info { font-size: 14px; }
    .accordion-header .accordion-button { padding: 15px; font-size: 15px; }
    .accordion-body { padding: 15px; font-size: 14px; }
}
@media (max-width: 576px) {
    .product-details { padding: 15px; }
    .nav-tabs .nav-link { padding: 10px 15px; font-size: 14px; }
}

/* WhatsApp Support (product page) */
.whatsapp-support .whatsapp-btn {
    display: flex; align-items: center;
    background-color: #25D366; color: #fff;
    padding: 12px 20px; border-radius: 8px;
    text-decoration: none; transition: all 0.3s ease; font-weight: 500;
}
.whatsapp-support .whatsapp-btn:hover { background-color: #128C7E; transform: translateY(-2px); }
.whatsapp-support .whatsapp-btn i { font-size: 24px; margin-right: 10px; }

/* Products Section */
.products-section { padding: 40px 0; }
.filter-section { margin-bottom: 30px; padding: 20px; background: #fff; border-radius: 12px; box-shadow: 0 2px 15px rgba(0,0,0,0.08); }
.filter-header { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 20px; }
.filter-title { font-size: 24px; font-weight: 600; color: #333; margin: 0; display: flex; align-items: center; }
.filter-title i { color: var(--primary-color); }
.filter-group { display: flex; align-items: center; gap: 15px; flex-wrap: wrap; }
.price-filter { display: flex; align-items: center; gap: 10px; }
.price-filter input { width: 120px; height: 40px; padding: 8px 12px; border: 1px solid #ddd; border-radius: 8px; font-size: 14px; color: #333; }
.price-filter input:focus { outline: none; border-color: var(--primary-color); }
.filter-btn {
    height: 40px; padding: 0 20px;
    background: var(--primary-color); color: #fff;
    border: none; border-radius: 8px;
    font-size: 14px; font-weight: 500;
    display: flex; align-items: center; gap: 8px;
    transition: all 0.3s ease;
}
.filter-btn:hover { opacity: 0.9; transform: translateY(-1px); }
.clear-filter-btn {
    height: 40px; width: 40px;
    display: flex; align-items: center; justify-content: center;
    background: #f8f9fa; color: #666;
    border: 1px solid #ddd; border-radius: 8px;
    font-size: 14px; transition: all 0.3s ease; text-decoration: none;
}
.clear-filter-btn:hover { background: #e9ecef; color: #333; }
.sort-select { height: 40px; padding: 0 15px; border: 1px solid #ddd; border-radius: 8px; font-size: 14px; color: #333; background: #fff; cursor: pointer; min-width: 200px; }
.sort-select:focus { outline: none; border-color: var(--primary-color); }
.empty-category { text-align: center; padding: 60px 20px; background: #fff; border-radius: 12px; box-shadow: 0 2px 15px rgba(0,0,0,0.08); }
.empty-icon { font-size: 60px; color: #ddd; margin-bottom: 20px; }
.empty-category h3 { font-size: 24px; color: #333; margin-bottom: 10px; }
.empty-category p { color: #666; margin-bottom: 20px; max-width: 500px; margin-left: auto; margin-right: auto; }
.empty-category .btn { background: var(--primary-color); border: none; padding: 12px 30px; font-size: 16px; font-weight: 500; }
.empty-category .btn:hover { opacity: 0.9; }

@media (max-width: 768px) {
    .filter-header { flex-direction: column; align-items: flex-start; gap: 15px; }
    .filter-title { font-size: 20px; }
    .filter-group { width: 100%; flex-direction: column; align-items: stretch; }
    .price-filter { flex-wrap: wrap; }
    .price-filter input { flex: 1; min-width: 100px; }
    .sort-select { width: 100%; }
    .filter-btn { width: 100%; justify-content: center; margin-top: 10px; height: 45px; font-size: 15px; }
}
@media (max-width: 576px) {
    .products-section { padding: 20px 0; }
    .filter-section { padding: 15px; margin-bottom: 20px; }
    .filter-title { font-size: 18px; }
    .price-filter input { font-size: 13px; }
    .filter-btn, .clear-filter-btn { height: 38px; }
    .sort-select { height: 38px; font-size: 13px; }
}

/* Scroll to Top */
.scroll-to-top {
    position: fixed; bottom: 20px; right: 20px;
    background-color: var(--primary-color); color: #fff;
    width: 40px; height: 40px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    cursor: pointer; opacity: 0; visibility: hidden;
    transition: all 0.3s ease; z-index: 9999;
    border: none; box-shadow: 0 2px 10px rgba(0,0,0,0.2); text-decoration: none;
}
.scroll-to-top i { font-size: 20px; color: #fff; line-height: 1; }
.scroll-to-top:hover { background-color: var(--primary-color); transform: translateY(-3px); box-shadow: 0 4px 15px rgba(0,0,0,0.3); }
.scroll-to-top.visible { opacity: 1; visibility: visible; pointer-events: auto; }

/* Cart Section */
.cart-section { padding: 40px 0; }
.cart-summary { background: #fff; border-radius: 12px; box-shadow: 0 2px 15px rgba(0,0,0,0.08); position: sticky; top: 20px; }
.cart-summary .card-title { color: #333; font-size: 20px; font-weight: 600; }
.summary-item { font-size: 15px; color: #666; }
.summary-item strong { color: #333; }
.promo-code .form-label { font-size: 14px; color: #666; margin-bottom: 8px; }
.promo-code .form-control { height: 40px; font-size: 14px; }
.promo-code .btn { padding: 8px 16px; font-size: 14px; }
.cart-items h2 { font-size: 24px; font-weight: 600; color: #333; margin-bottom: 25px; }
.cart-item { margin-bottom: 20px; }
.cart-item .card { border: none; border-radius: 12px; box-shadow: 0 2px 15px rgba(0,0,0,0.08); }
.cart-item .card:hover { box-shadow: 0 4px 12px rgba(0,0,0,0.08); }
.cart-item .card-body { position: relative; min-height: 120px; padding: 20px; padding-bottom: 20px; }
.cart-item .card-title { font-size: 0.85rem; font-weight: 600; color: var(--text-color); margin-bottom: 8px; line-height: 1.4; }
.cart-item .card-text { font-size: 0.75rem; color: #666; margin-bottom: 6px; display: flex; }
.cart-item .card-text i { color: var(--primary-purple); font-size: 0.9rem; }
.cart-item .col-md-2:first-child { display: flex; align-items: center; justify-content: center; flex: 0 0 auto; width: 16.666667%; min-width: 120px; }
.cart-item img { width: 100%; height: 120px; object-fit: contain; border-radius: 8px; background: #f8f9fa; padding: 5px; }
.quantity-selector { display: flex; align-items: center; gap: 5px; }
.quantity-selector .btn { width: 28px; height: 28px; padding: 0; display: flex; align-items: center; justify-content: center; font-size: 14px; background: #fff; border: 1px solid #ddd; color: #666; }
.quantity-selector .btn:hover { background: #f8f9fa; color: #333; }
.quantity-selector .form-control { width: 45px; height: 28px; text-align: center; padding: 0; font-size: 14px; font-weight: 500; color: #333; border: 1px solid #ddd; }
.cart-item .price { font-size: 1.1rem; font-weight: 600; color: var(--primary-purple); white-space: nowrap; }
.cart-item .btn-link { color: #dc3545; padding: 5px; font-size: 0.9rem; opacity: 0.7; transition: all 0.3s ease; }
.cart-item .btn-link:hover { opacity: 1; transform: scale(1.1); }
.empty-cart-alert { text-align: center; padding: 60px 20px; background: #fff; border-radius: 12px; box-shadow: 0 2px 15px rgba(0,0,0,0.08); }
.empty-cart-icon { font-size: 60px; color: #ddd; margin-bottom: 20px; }
.empty-cart-alert h4 { font-size: 24px; color: #333; margin-bottom: 10px; }
.empty-cart-alert p { color: #666; margin-bottom: 20px; }

@media (max-width: 767px) {
    .cart-item .card-body { padding: 10px; }
    .cart-item img { height: 90px; width: 90px; }
    .cart-item .card-title { font-size: 0.85rem; padding-right: 25px; }
    .cart-item .card-text { font-size: 0.65rem; font-weight: 400; }
    .cart-item .quantity-price-container {
        display: flex; align-items: center; justify-content: space-between;
        margin-top: 12px; padding-top: 12px; border-top: 1px solid #eee;
    }
    .cart-item .quantity-selector .btn { padding: 2px 8px; }
    .cart-item .quantity-selector .form-control { width: 35px !important; height: 28px; font-size: 0.85rem; }
    .cart-item .price { font-size: 1rem; margin-left: 7px; }
    .cart-item .btn-link { position: absolute; top: 1px; right: 1px; padding: 4px; }
}
@media (min-width: 768px) and (max-width: 991px) {
    .cart-item img { width: 100px; height: 100px; }
    .cart-item .card-title { font-size: 1rem; }
    .cart-item .card-text { font-size: 0.75rem; }
}

/* Login Modal */
#loginModal .modal-dialog { max-width: 320px; }
#loginModal .modal-content { border: none; border-radius: 12px; box-shadow: 0 5px 25px rgba(0,0,0,0.1); background: rgba(255,255,255,0.98); backdrop-filter: blur(10px); }
#loginModal .modal-header { border: none; padding: 0.75rem; background: transparent; }
#loginModal .btn-close { font-size: 0.8rem; opacity: 0.5; filter: none; color: #333; background: transparent; padding: 0.5rem; }
#loginModal .modal-body { padding: 1.5rem; }
#loginModal .modal-icon { font-size: 2rem; color: var(--primary-color); margin-bottom: 1rem; }
#loginModal .modal-title { font-size: 1.1rem; font-weight: 500; color: #333; margin-bottom: 1.25rem; }
#loginModal .login-btn, #loginModal .guest-btn { padding: 0.6rem 1rem; font-size: 0.9rem; font-weight: 500; border-radius: 8px; transition: all 0.2s ease; }
#loginModal .login-btn { background: var(--primary-color); border: none; }
#loginModal .login-btn:hover { opacity: 0.9; transform: translateY(-1px); }
#loginModal .guest-btn { background: #f8f9fa; border: 1px solid #eee; color: #666; }
#loginModal .guest-btn:hover { background: #f1f3f5; border-color: #e9ecef; color: #333; }
#loginModal .position-relative { margin: 0.75rem 0; }
#loginModal hr { margin: 0; opacity: 0.1; }
#loginModal .position-absolute { font-size: 0.75rem; color: #999; background: #fff; padding: 0 0.5rem; }
#loginModal .mt-3 small { font-size: 0.75rem; color: #999; }
#loginModal .mt-3 i { font-size: 0.8rem; }
@media (max-width: 576px) {
    #loginModal .modal-dialog { margin: 0.5rem auto; min-height: calc(100% - 1rem); display: flex; align-items: center; }
    #loginModal .modal-content { width: calc(100% - 2rem); margin: 0 auto; max-width: 320px; }
    #loginModal .modal-body { padding: 1.25rem; }
    #loginModal .modal-icon { font-size: 1.75rem; }
    #loginModal .modal-title { font-size: 1rem; }
    #loginModal .login-btn, #loginModal .guest-btn { padding: 0.5rem 0.875rem; font-size: 0.875rem; }
}
@media (max-width: 360px) {
    #loginModal .modal-dialog { margin: 0.25rem auto; }
    #loginModal .modal-content { width: calc(100% - 1rem); }
    #loginModal .modal-body { padding: 1rem; }
}

/* Auth Pages */
.auth-icon { margin: 0 auto 1.5rem; text-align: center; }
.auth-icon i { font-size: 3.5rem; color: var(--primary-color); }
#sifremiUnuttumModal .fa-key { font-size: 3rem; color: var(--primary-color); margin-bottom: 1rem; }
@media (max-width: 768px) {
    .auth-icon i { font-size: 2.75rem !important; color: var(--primary-color); margin-top: 20px; }
    .sayfa-baslik { font-size: 1.5rem; }
    #sifremiUnuttumModal .fa-key { font-size: 2.5rem; }
}
@media (max-width: 576px) {
    .auth-icon i { font-size: 2.5rem !important; }
    .sayfa-baslik { font-size: 1.35rem; }
}

/* Form Styles */
.form-label { font-size: 14px; color: #666; margin-bottom: 8px; text-align: left !important; display: block; font-weight: 500; }
.input-group-text { background: #f8f9fa; border-color: #ddd; color: #666; }
.input-group .form-control { border-color: #ddd; }
.input-group .form-control:focus { border-color: var(--primary-color); box-shadow: none; }
.input-group .btn-outline-secondary { border-color: #ddd; color: #666; }
.input-group .btn-outline-secondary:hover { background: #f8f9fa; color: #333; }
.form-check { display: flex; align-items: flex-start; text-align: left; margin-bottom: 0; }
.form-check-input { width: 18px; height: 18px; margin-top: 0.2em; flex-shrink: 0; }
.form-check-input:checked { background-color: var(--primary-color); border-color: var(--primary-color); }
.form-check-input:focus { border-color: var(--primary-color); box-shadow: 0 0 0 0.2rem rgba(146, 66, 90, 0.25); }
.form-check-label { font-size: 14px; color: #666; margin-left: 8px; line-height: 1.4; padding-left: 5px; }
.form-check-label a { color: var(--primary-color); text-decoration: none; }
.form-check-label a:hover { text-decoration: underline; }
.social-login .btn, .social-register .btn { padding: 12px; font-size: 14px; font-weight: 500; }
.social-login .btn i, .social-register .btn i { width: 20px; }
.btn-outline-dark { border-color: #ddd; }
.btn-outline-dark:hover { background: #f8f9fa; border-color: #ddd; color: #333; }
.btn-outline-primary { border-color: #ddd; color: #3b5998; }
.btn-outline-primary:hover { background: #f8f9fa; border-color: #ddd; color: #3b5998; }
.security-item { text-align: center; }
.security-item i { font-size: 24px; color: var(--primary-color); }
.security-item small { color: #666; font-size: 12px; }
.advantages-section i { font-size: 24px; color: var(--primary-color); width: 50px; height: 50px; background: rgba(146, 66, 90, 0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-right: 15px; }
.advantages-section h6 { font-size: 16px; color: #333; margin-bottom: 5px; }
.advantages-section p { font-size: 14px; color: #666; margin: 0; }
.modal-content { border: none; border-radius: 12px; }
.modal-header { border-bottom: 1px solid rgba(0,0,0,0.05); padding: 20px; background: var(--primary-color); }
.modal-body { padding: 20px; }
.modal-title { font-size: 18px; font-weight: 600; color: #fff !important; }
.modal-body h6 { font-size: 16px; font-weight: 600; color: #333; margin: 20px 0 10px; }
.modal-body p, .modal-body ul li { font-size: 14px; color: #666; line-height: 1.6; }
.modal-header .btn-close { filter: brightness(0) invert(1); opacity: 0.8; }
.modal-header .btn-close:hover { opacity: 1; }
.g-recaptcha { margin: 15px 0; display: flex; justify-content: left; }
#sifremiUnuttumModal .modal-body { padding: 30px; }
#sifremiUnuttumModal .fa-key { font-size: 40px; color: var(--primary-color); margin-bottom: 15px; }
.form-control { height: 45px; font-size: 14px; border-color: #ddd; box-shadow: none; }
.form-control:focus { border-color: var(--primary-color); box-shadow: 0 0 0 0.2rem rgba(146, 66, 90, 0.15); }
textarea.form-control { height: auto; resize: none; }

/* Membership Modals */
@media (max-width: 768px) {
    #uyelikSozlesmesiModal .modal-dialog,
    #kvkkModal .modal-dialog { margin: 0.75rem; max-height: calc(100vh - 1.5rem); }
    #uyelikSozlesmesiModal .modal-content,
    #kvkkModal .modal-content { border-radius: 12px; }
    #uyelikSozlesmesiModal .modal-header,
    #kvkkModal .modal-header { padding: 0.75rem 1rem; }
    #uyelikSozlesmesiModal .modal-title,
    #kvkkModal .modal-title { font-size: 1.1rem; }
    #uyelikSozlesmesiModal .modal-body,
    #kvkkModal .modal-body { padding: 1rem; }
    #uyelikSozlesmesiModal .modal-body h6,
    #kvkkModal .modal-body h6 { font-size: 1rem; margin-top: 1rem; margin-bottom: 0.5rem; }
    #uyelikSozlesmesiModal .modal-body p,
    #kvkkModal .modal-body p,
    #uyelikSozlesmesiModal .modal-body ul li,
    #kvkkModal .modal-body ul li { font-size: 0.875rem; line-height: 1.4; margin-bottom: 0.5rem; }
    #uyelikSozlesmesiModal .modal-footer,
    #kvkkModal .modal-footer { padding: 0.75rem; border-top: 1px solid rgba(0,0,0,0.05); }
    #uyelikSozlesmesiModal .btn,
    #kvkkModal .btn { font-size: 0.875rem; padding: 0.375rem 0.75rem; }
    .auth-icon { width: 60px; height: 60px; }
    .card-title { font-size: 20px; }
    .security-item i { font-size: 20px; }
    .security-item small { font-size: 11px; }
    .advantages-section i { width: 40px; height: 40px; font-size: 20px; }
    .advantages-section h6 { font-size: 15px; }
    .advantages-section p { font-size: 13px; }
}
@media (max-width: 576px) {
    #uyelikSozlesmesiModal .modal-dialog,
    #kvkkModal .modal-dialog { margin: 0.5rem; }
    #uyelikSozlesmesiModal .modal-title,
    #kvkkModal .modal-title { font-size: 1rem; }
    #uyelikSozlesmesiModal .modal-body h6,
    #kvkkModal .modal-body h6 { font-size: 0.9375rem; }
    #uyelikSozlesmesiModal .modal-body p,
    #kvkkModal .modal-body p,
    #uyelikSozlesmesiModal .modal-body ul li,
    #kvkkModal .modal-body ul li { font-size: 0.8125rem; }
}

/* Bank Accounts */
.bank-account-item { border: 1px solid #e0e0e0; border-radius: 5px; padding: 1rem; transition: all 0.3s ease; }
.bank-account-item:hover { border-color: var(--primary-color); background-color: rgba(75, 0, 130, 0.05); }
.bank-account-item .form-check-input:checked { background-color: var(--primary-color); border-color: var(--primary-color); }
.bank-account-item .d-flex { justify-content: flex-start; }
.bank-account-item img { width: 120px; height: 35px; object-fit: contain; margin-right: 15px; }
.bank-account-item h5 { margin: 0; font-size: 16px; color: #333; }
.account-details { border-radius: 8px; background-color: #f8f9fa; transition: all 0.3s ease; margin-top: 10px; font-size: 14px; text-align: left; }
.account-details .row { margin: 0; padding: 8px 0; }
.account-details .col-sm-4 { text-align: left; font-weight: 500; color: #666; }
.account-details .col-sm-8 { text-align: left; color: #333; }
.bank-account-item .copy-btn { margin-left: 0; display: block; width: fit-content; }
.bank-account-item .account-details .col-sm-4 strong { color: #666; font-size: 14px; }
.bank-account-item .account-details .col-sm-8 { color: #333; font-size: 14px; }
@media (max-width: 768px) {
    .bank-account-item .d-flex { flex-direction: row; align-items: center; }
    .bank-account-item img { margin-bottom: 0; margin-right: 15px !important; }
    .account-details .row { padding: 5px 0; }
}
@media (max-width: 576px) {
    .bank-account-item img { width: 100px; height: 30px; }
    .bank-account-item h5 { font-size: 15px; }
    .account-details { padding: 10px; }
    .account-details .col-sm-4,
    .account-details .col-sm-8 { padding: 3px 0; }
}

/* Order Tracking */
.detail-list { display: flex; flex-direction: column; gap: 15px; }
.detail-item { display: flex; justify-content: space-between; align-items: center; padding-bottom: 10px; border-bottom: 1px solid rgba(0,0,0,0.05); }
.detail-item:last-child { border-bottom: none; padding-bottom: 0; }
.detail-label { color: #666; font-size: 14px; font-weight: 500; }
.detail-value { color: #333; font-size: 14px; font-weight: 500; }
.detail-item.total { margin-top: 10px; border-top: 2px solid rgba(0,0,0,0.1); padding-top: 10px; border-bottom: none; }
.detail-item.total .detail-label,
.detail-item.total .detail-value { font-size: 16px; font-weight: 600; color: #333; }
.heading-line { position: absolute; bottom: -10px; left: 0; width: 50px; height: 2px; background: var(--primary-color); }
#progressbar { position: relative; }
#progressbar:before { content: ''; position: absolute; top: 25px; left: 0; right: 0; height: 2px; background: #f8f9fa; z-index: 1; }
#progressbar li.active:before, #progressbar li.active:after { background: var(--primary-color); }
#progressbar li.active ~ li:before { background: #f8f9fa; }
#orderDetails { animation: slideDown 0.3s ease-out; }
@keyframes slideDown {
    from { opacity: 0; transform: translateY(-20px); }
    to   { opacity: 1; transform: translateY(0); }
}
@media (max-width: 768px) {
    .detail-label, .detail-value { font-size: 13px; }
    .detail-item.total .detail-label,
    .detail-item.total .detail-value { font-size: 15px; }
    .product-info .row { flex-direction: column; }
    .product-info .col-md-3 { margin-bottom: 20px; }
    .product-info img { max-height: 150px; width: auto; margin: 0 auto; display: block; }
}
@media (max-width: 576px) {
    .detail-list { gap: 10px; }
    .detail-item { padding-bottom: 8px; }
    .heading-line { width: 40px; }
}

/* My Account */
.user-avatar { width: 80px; height: 80px; margin: 0 auto; background: rgba(146, 66, 90, 0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.user-avatar i { font-size: 40px; color: var(--primary-color); }
.nav-pills .nav-link { color: #666; font-size: 14px; padding: 10px 15px; border-radius: 8px; transition: all 0.3s ease; display: flex; align-items: center; gap: 8px; }
.nav-pills .nav-link:hover { background: rgba(146, 66, 90, 0.1); color: var(--primary-color); }
.nav-pills .nav-link.active { background: var(--primary-color); color: #fff !important; }
.nav-pills .nav-link.active i { color: #fff; }
.nav-pills .nav-link i { width: 20px; text-align: center; color: var(--primary-color); transition: all 0.3s ease; }
.table > :not(caption) > * > * { padding: 15px; }
.table thead th { background: var(--primary-color); color: #fff !important; font-weight: 500; border: none; white-space: nowrap; }
.table tbody td { vertical-align: middle; color: #666; font-size: 14px; }
.table tbody tr:hover { background: rgba(146, 66, 90, 0.05); }
.modal-title i { width: 24px; height: 24px; display: inline-flex; align-items: center; justify-content: center; background: rgba(255,255,255,0.2); border-radius: 50%; margin-right: 8px; }
.badge { padding: 6px 12px; font-weight: 500; font-size: 12px; }
.badge.bg-warning { background-color: #ffc107 !important; color: #000; }
.badge.bg-info { background-color: #17a2b8 !important; }
.badge.bg-primary { background-color: #007bff !important; }
.badge.bg-success { background-color: #28a745 !important; }
.badge.bg-danger { background-color: #dc3545 !important; }
.address-card { height: 100%; transition: all 0.3s ease; }
.address-card:hover { transform: translateY(-5px); box-shadow: 0 5px 15px rgba(0,0,0,0.1); }
.address-card .card-title { font-size: 16px; font-weight: 600; color: #333; margin-bottom: 15px; }
.address-card .card-text { color: #666; font-size: 14px; line-height: 1.6; }
.detail-table th { background: var(--primary-color); color: #fff !important; font-weight: 500; padding: 12px; white-space: nowrap; }
.detail-table td { padding: 12px; color: #666; }
.detail-table tfoot td { font-weight: 600; color: #333; }
.order-summary { background: #f8f9fa; border-radius: 8px; padding: 15px; }
.order-summary .item { display: flex; justify-content: space-between; margin-bottom: 10px; font-size: 14px; color: #666; }
.order-summary .total { border-top: 1px solid #ddd; padding-top: 10px; margin-top: 10px; font-weight: 600; color: #333; }
.card-header h5 { color: var(--primary-color); font-weight: 600; margin: 0; }
.card-header h5 i { color: var(--primary-color); }
@media (max-width: 768px) {
    .user-avatar { width: 60px; height: 60px; }
    .user-avatar i { font-size: 30px; }
    .nav-pills .nav-link { font-size: 13px; padding: 8px 12px; }
    .table thead th { font-size: 13px; }
    .table tbody td { font-size: 13px; padding: 12px; }
    .modal-dialog { margin: 10px; }
}

/* Print */
@media print {
    .modal { position: absolute; left: 0; top: 0; margin: 0; padding: 0; overflow: visible !important; }
    .modal-dialog { max-width: 100%; margin: 0; }
    .modal-content { border: none; box-shadow: none; }
    .btn-print, .btn-close { display: none; }
}

/* Order Section */
.order-section { padding: 40px 0; }
.order-section h2 { font-size: 24px; color: #333; margin-bottom: 25px; text-align: left; }
.order-form .card { border: none; box-shadow: 0 2px 15px rgba(0,0,0,0.08); margin-bottom: 25px; }
.order-form .card-title { font-size: 18px; color: #333; margin-bottom: 20px; text-align: left; }
.order-form .form-label { font-size: 14px; color: #666; margin-bottom: 8px; text-align: left; display: block; font-weight: 500; }
.order-form .form-control { height: 45px; font-size: 14px; border-color: #ddd; border-radius: 8px; }
.order-form textarea.form-control { height: auto; resize: none; }
.order-form .form-control:focus { border-color: var(--primary-color); box-shadow: 0 0 0 0.2rem rgba(146, 66, 90, 0.15); }
.cart-summary { position: sticky; top: 20px; border: none; box-shadow: 0 2px 15px rgba(0,0,0,0.08); }
.cart-summary .card-title { font-size: 20px; color: #333; margin-bottom: 25px; text-align: left; }
.summary-item { font-size: 14px; color: #666; margin-bottom: 12px; text-align: left; }
.summary-item strong { font-size: 16px; color: #333; }
.payment-options .form-check { margin-bottom: 15px; text-align: left; }
.payment-options .form-check-label { font-size: 14px; color: #333; padding-left: 8px; }
#havaleForm .form-check { padding: 15px; border: 1px solid #ddd; border-radius: 8px; margin-bottom: 10px; transition: all 0.3s ease; }
#havaleForm .form-check:hover { background: #f8f9fa; }
#havaleForm .form-check-input:checked + .form-check-label { color: var(--primary-color); }
.order-form .product-list { text-align: left; }
.order-form .product-item { display: flex; align-items: center; padding: 15px 0; border-bottom: 1px solid #eee; }
.order-form .product-item:last-child { border-bottom: none; }
.order-form .product-item img { width: 80px; height: 80px; object-fit: cover; border-radius: 8px; margin-right: 15px; }
.order-form .product-details { flex-grow: 1; text-align: left; }
.order-form .product-name { font-size: 14px; color: #333; margin-bottom: 5px; }
.order-form .product-meta { font-size: 12px; color: #666; }
.order-form .d-flex { text-align: left; flex-wrap: nowrap !important; align-items: flex-start !important; gap: 15px; width: 100%; }
.order-form .d-flex .flex-grow-1 { text-align: left; min-width: 0; flex: 1; display: flex; flex-direction: column; }
.order-form .d-flex .text-end { text-align: right; min-width: 80px; flex-shrink: 0; display: flex; flex-direction: column; align-items: flex-end; }
.order-form .d-flex .text-end .fw-bold { margin-bottom: 4px; }
.order-form .d-flex .text-end small { font-size: 12px; color: #666; }
.order-form .d-flex img { min-width: 80px; width: 80px; height: 80px; object-fit: cover; flex-shrink: 0; border-radius: 8px; }
.order-form .card-body i { color: var(--primary-purple); }
@media (max-width: 768px) {
    .order-section h2 { font-size: 20px; margin-bottom: 20px; }
    .order-form .card-title { font-size: 16px; }
    .cart-summary { position: static; margin-bottom: 25px; }
    .cart-summary .card-title { font-size: 18px; }
    .order-form .product-item img { width: 60px; height: 60px; }
}
@media (max-width: 576px) {
    .order-form .d-flex { display: flex !important; flex-direction: row !important; flex-wrap: nowrap !important; gap: 10px; align-items: flex-start !important; margin-bottom: 15px; padding-bottom: 15px; width: 100%; }
    .order-form .d-flex img { width: 70px; height: 70px; min-width: 70px; margin-right: 0; }
    .order-form .d-flex .flex-grow-1 h6 { font-size: 13px; margin-bottom: 4px; line-height: 1.3; }
    .order-form .d-flex .flex-grow-1 p { font-size: 11px; margin-bottom: 2px; line-height: 1.3; }
    .order-form .d-flex .text-end { min-width: auto; width: auto; white-space: nowrap; margin-left: auto; }
}
@media (max-width: 360px) {
    .order-form .d-flex img { width: 60px; height: 60px; min-width: 60px; }
    .order-form .d-flex .flex-grow-1 h6 { font-size: 12px; }
    .order-form .d-flex .flex-grow-1 p { font-size: 10px; }
    .order-form .d-flex .text-end { font-size: 13px; }
}

/* Contact */
.contact-icon { width: 32px; height: 32px; background: rgba(146, 66, 90, 0.08); border-radius: 8px; display: flex; align-items: center; justify-content: center; }
.contact-icon i { font-size: 14px; color: var(--primary-color); }
.contact-item h5 { font-size: 1.1rem; font-weight: 500; color: #000000; margin-bottom: 4px; }
.contact-item p { font-size: 0.92rem; color: #333; margin: 0; line-height: 2.8; }
.contact-form { height: 100%; }
.contact-form .section-title { position: relative; padding-bottom: 15px; margin-bottom: 25px; }
.contact-form .section-title:after { content: ''; position: absolute; bottom: 0; left: 0; width: 50px; height: 2px; background: var(--primary-color); }
.form-floating > .form-control,
.form-floating > .form-select { height: calc(3.5rem + 2px); line-height: 1.25; }
.form-floating > label { padding: 1rem 0.75rem; }
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label { opacity: .65; transform: scale(.85) translateY(-0.5rem) translateX(0.15rem); }
.form-floating > textarea.form-control { height: calc(8rem + 2px); }
.form-control:focus, .form-select:focus { border-color: var(--primary-color); box-shadow: 0 0 0 0.2rem rgba(146, 66, 90, 0.15); }
.btn-primary { background-color: var(--primary-color); border-color: var(--primary-color); padding: 12px 30px; font-weight: 500; transition: all 0.3s ease; }
.btn-primary:hover { background-color: var(--primary-color); border-color: var(--primary-color); opacity: 0.9; transform: translateY(-2px); }
.map-container { height: 450px; width: 100%; }
.map-container iframe { border: none; width: 100%; height: 100%; }
@media (max-width: 768px) {
    .contact-info { margin-bottom: 2rem; }
    .contact-info .section-title { font-size: 1.125rem; }
    .contact-item { margin-bottom: 1rem; }
    .contact-icon { width: 28px; height: 28px; }
    .contact-icon i { font-size: 12px; }
    .contact-item h5 { font-size: 1rem; }
    .contact-item p { font-size: 0.875rem; }
    .contact-info, .contact-form { margin-bottom: 20px; }
    .contact-info .section-title, .contact-form .section-title { font-size: 20px; margin-bottom: 20px; }
    .map-container { height: 350px; }
    .btn-primary { width: 100%; padding: 10px 20px; }
}
@media (max-width: 576px) {
    .contact-section { padding: 30px 0; }
    .contact-info, .contact-form { padding: 15px !important; }
    .map-container { height: 300px; }
    .g-recaptcha { transform: scale(0.9); transform-origin: left center; }
}

/* SweetAlert */
.swal2-popup { border-radius: 12px; }
.swal2-title { font-size: 20px !important; color: #333 !important; }
.swal2-html-container { font-size: 15px !important; color: #666 !important; }
.swal2-confirm { background-color: var(--primary-color) !important; border-radius: 8px !important; padding: 10px 24px !important; }
.swal2-confirm:focus { box-shadow: 0 0 0 2px rgba(146, 66, 90, 0.2) !important; }

/* Membership Advantages */
.card .advantages-section { padding: 1rem; }
.advantages-section .d-flex { background: #fff; padding: 1rem; border-radius: 8px; transition: all 0.3s ease; border: 1px solid rgba(0,0,0,0.05); }
.advantages-section .d-flex:hover { transform: translateY(-2px); box-shadow: 0 5px 15px rgba(0,0,0,0.05); }
.advantage-item {
    display: flex; align-items: center; justify-content: center;
    gap: 1rem; padding: 1rem; border-radius: 8px; background: #fff;
    transition: all 0.3s ease; border: 1px solid rgba(146, 66, 90, 0.1);
    text-align: center;
}
.advantage-item:hover { background: rgba(146, 66, 90, 0.03); transform: translateY(-2px); }
.advantage-item i { font-size: 1.25rem; color: var(--primary-color); background: rgba(146, 66, 90, 0.1); width: 35px; height: 35px; display: flex; align-items: center; justify-content: center; border-radius: 8px; flex-shrink: 0; }
.advantage-item > div { flex: 1; text-align: center; }
.advantage-item h6 { font-size: 0.95rem; font-weight: 600; color: #333; margin-bottom: 0.25rem; text-align: center; }
.advantage-item p { font-size: 0.85rem; color: #666; margin: 0; line-height: 1.4; text-align: center; }

/* Animations */
@keyframes shake {
    0%, 100% { transform: translateX(0); }
    10%, 30%, 50%, 70%, 90% { transform: translateX(-5px); }
    20%, 40%, 60%, 80% { transform: translateX(5px); }
}
.shake-animation { animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both; }
.alert { border: none; border-radius: 8px; font-size: 14px; padding: 15px; margin-bottom: 20px; }
.alert-success { background-color: rgba(40, 167, 69, 0.1); color: #28a745; }
.alert-danger { background-color: rgba(220, 53, 69, 0.1); color: #dc3545; }
a { color: var(--primary-color); text-decoration: none; transition: all 0.3s ease; }
a:hover { color: var(--primary-color); opacity: 0.8; }
.was-validated .form-control:valid { border-color: #28a745; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e"); }
.was-validated .form-control:invalid { border-color: #dc3545; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E"); }
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to   { opacity: 1; transform: translateY(0); }
}
.fade-in { animation: fadeIn 0.3s ease-out; }
.spinner-border { width: 3rem; height: 3rem; color: var(--primary-color); }

/* About */
.about-section { background-color: #f8f9fa; }
.about-content { text-align: left; }
.about-content .section-title { position: relative; padding-bottom: 15px; margin-bottom: 25px; color: var(--primary-color); font-size: 2rem; font-weight: 600; }
.about-content .section-title:after { content: ''; position: absolute; bottom: 0; left: 0; width: 50px; height: 2px; background: var(--primary-color); }
.about-content .lead { font-size: 1.1rem; color: #333; margin-bottom: 1.5rem; }
.about-content p { color: #666; line-height: 1.8; }
.achievements { display: flex; justify-content: flex-start; gap: 2rem; margin-top: 2rem; }
.achievement-item { flex: 1; text-align: center; padding: 1.5rem; background: #fff; border-radius: 10px; box-shadow: 0 3px 15px rgba(0,0,0,0.05); transition: all 0.3s ease; }
.achievement-item:hover { transform: translateY(-5px); }
.achievement-icon { width: 60px; height: 60px; margin: 0 auto 1rem; background: rgba(146, 66, 90, 0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.achievement-icon i { font-size: 24px; color: var(--primary-color); }
.achievement-item h4 { font-size: 1.5rem; color: #333; margin-bottom: 0.5rem; font-weight: 600; }
.achievement-item p { color: #666; margin: 0; font-size: 0.9rem; }
.about-image { position: relative; border-radius: 15px; overflow: hidden; height: 500px; }
.about-image img { width: 100%; height: 100%; object-fit: cover; border-radius: 15px; }
.experience-badge { position: absolute; bottom: 20px; right: 20px; background: var(--primary-color); color: #fff; padding: 1rem; border-radius: 50%; width: 100px; height: 100px; display: flex; flex-direction: column; align-items: center; justify-content: center; box-shadow: 0 3px 15px rgba(146, 66, 90, 0.3); }
.experience-badge .years { font-size: 2rem; font-weight: bold; line-height: 1; }
.experience-badge .text { font-size: 0.8rem; text-align: center; line-height: 1.2; }
.value-card { text-align: left; transition: all 0.3s ease; }
.value-card:hover { transform: translateY(-5px); }
.value-icon { width: 50px; height: 50px; background: rgba(146, 66, 90, 0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 1rem; }
.value-icon i { font-size: 20px; color: var(--primary-color); }
.value-card h4 { font-size: 1.2rem; color: #333; margin-bottom: 0.75rem; font-weight: 600; }
.value-card p { color: #666; margin: 0; font-size: 0.9rem; line-height: 1.6; }
@media (max-width: 991px) {
    .about-image { margin-top: 2rem; }
    .achievements { flex-wrap: wrap; }
    .achievement-item { flex: 0 0 calc(50% - 1rem); }
}
@media (max-width: 768px) {
    .about-content .section-title { font-size: 1.75rem; }
    .achievement-item { flex: 0 0 100%; }
    .experience-badge { width: 80px; height: 80px; }
    .experience-badge .years { font-size: 1.5rem; }
    .experience-badge .text { font-size: 0.7rem; }
}

/* Page Template */
.page-section { background-color: #f8f9fa; }
.content-box { text-align: left; }
.section-title { color: var(--primary-color); font-size: 1.75rem; font-weight: 600; margin-bottom: 1.5rem; }
.page-content { color: #666; line-height: 1.8; }
.page-content p { margin-bottom: 1rem; }
.page-content img { max-width: 100%; height: auto; border-radius: 8px; margin: 1rem 0; }
.breadcrumb { background: transparent; padding: 0; margin: 0; }
.breadcrumb-item a { color: var(--primary-color); text-decoration: none; }
.breadcrumb-item.active { color: #666; }
.sidebar-box { position: sticky; top: 20px; }
.bg-gradient-purple { background: linear-gradient(45deg, var(--primary-color), #b05c7f); }
.sidebar-title { font-size: 1.1rem; font-weight: 500; }
.hover-bg-light:hover { background-color: #f8f9fa !important; color: var(--primary-color) !important; }
.card-title { font-size: 2rem; font-weight: 600; color: #333; text-align: left !important; }
.sayfa-baslik { text-align: center !important; }
@media (max-width: 768px) { .sidebar-box { position: static; margin-top: 2rem; } }

/* Cookie Consent */
.cookie-consent {
    position: fixed; bottom: 0; left: 0; right: 0;
    background-color: rgba(0,0,0,0.85); backdrop-filter: blur(10px);
    color: #fff; padding: 12px 20px; display: none; z-index: 9999;
}
.cookie-consent.active { display: block; animation: slideUp 0.5s ease-out; }
@keyframes slideUp {
    from { transform: translateY(100%); }
    to   { transform: translateY(0); }
}
.cookie-content { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.cookie-consent span { font-size: 0.85rem; opacity: 0.9; line-height: 1.4; }
.cookie-consent button { background-color: #fff; color: #000; border: none; padding: 8px 16px; border-radius: 6px; cursor: pointer; transition: all 0.3s ease; font-weight: 500; white-space: nowrap; font-size: 0.8rem; min-width: 100px; }
.cookie-consent button:hover { background-color: rgba(255,255,255,0.9); transform: translateY(-1px); }
@media (max-width: 768px) {
    .cookie-content { flex-direction: row; text-align: left; gap: 15px; padding: 5px; }
    .cookie-consent { padding: 12px 15px; }
    .cookie-consent span { flex: 1; font-size: 0.7rem; font-weight: 300; }
    .cookie-consent button { padding: 6px 12px; font-size: 0.7rem; min-width: auto; }
}
@media (max-width: 375px) {
    .cookie-content { gap: 10px; }
    .cookie-consent span { font-size: 0.65rem; font-weight: 300; }
    .cookie-consent button { padding: 5px 10px; }
}

/* Header Responsive */
@media (max-width: 991px) {
    .navbar-brand { margin-right: 0; }
    .navbar-brand img { max-height: 40px; }
    .search-form { width: 100%; margin: 10px 0; order: 3; }
    .header-icons { margin-left: auto !important; gap: 1rem; }
    .navbar > .container { flex-wrap: wrap; }
    .navbar-brand, .header-icons { flex: 0 0 auto; }
    .search-form { flex: 0 0 100%; }
    .header-icons { display: flex; flex-direction: column; gap: 8px; align-items: center; }
    .header-icons .btn { padding: 0 !important; min-width: auto; }
    .header-icons .btn i { font-size: 14px; }
    .header-icons .icon-text { display: none !important; }
    .header-icons .badge { top: -5px !important; right: -8px !important; transform: none !important; }
}
@media (max-width: 768px) {
    .navbar-brand img { max-height: 35px; }
    .header-icons { gap: 0.75rem; }
    .header-icons .btn i { font-size: 18px; }
    .header-icons .btn .icon-text { font-size: 11px; }
    .header-icons { gap: 1.5rem; margin-left: 0.5rem; }
}
@media (max-width: 400px) {
    .header-icons .btn i { font-size: 18px; }
}

/* Floating Contact Buttons */
.floating-contact-buttons {
    position: fixed; right: 18px; top: 50%; transform: translateY(-50%);
    display: flex; flex-direction: column; gap: 12px; z-index: 9998;
}
.floating-contact-btn {
    width: 50px; height: 50px; border-radius: 50%; background: #fff;
    display: flex; align-items: center; justify-content: center;
    text-decoration: none; box-shadow: 0 4px 14px rgba(0,0,0,0.14);
    transition: all 0.25s ease; font-size: 20px; border: 1px solid rgba(0,0,0,0.04);
}
.floating-contact-btn:hover { transform: translateY(-2px) scale(1.06); box-shadow: 0 8px 20px rgba(0,0,0,0.18); opacity: 1 !important; }
.floating-contact-btn.order-track { color: #7a3d8a; }
.floating-contact-btn.instagram { color: #e1306c; }
.floating-contact-btn.phone { color: #f4b400; }
.floating-contact-btn.whatsapp { color: #25d366; }
.floating-contact-btn.location { color: #4f6f63; }
@media (max-width: 991px) {
    .floating-contact-buttons { right: 10px; top: 50%; transform: translateY(-50%); gap: 10px; }
    .floating-contact-btn { width: 42px; height: 42px; font-size: 17px; }
}
@media (max-width: 480px) {
    .floating-contact-buttons { right: 8px; top: 50%; transform: translateY(-50%); }
    .floating-contact-btn { width: 40px; height: 40px; font-size: 16px; }
}

/* Delivery time picker */
.delivery-time-picker:disabled { background-color: #f1f1f1 !important; color: #999 !important; cursor: not-allowed !important; }

/* Mobile Floating Bar */
.mobile-floating-bar {
    position: fixed;
    left: 0 !important; right: 0 !important; bottom: 0 !important;
    height: 68px;
    background: #fff;
    border-radius: 20px 20px 0 0 !important;
    display: none;
    align-items: center;
    justify-content: space-around;
    box-shadow: 0 -2px 18px rgba(0,0,0,0.08), 0 4px 24px rgba(0,0,0,0.08);
    z-index: 9999;
    border: 1px solid rgba(0,0,0,0.05);
    border-bottom: none;
    padding: 0 6px;
    margin: 0 !important;
}
.m-float-item { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; text-decoration: none; color: #555; font-size: 11px; font-weight: 500; line-height: 1.2; gap: 6px; min-width: 0; }
.m-float-item i { font-size: 24px; line-height: 1; color: #666; }
.m-float-item span { font-size: 11px; white-space: nowrap; }
.instagram-item i { color: #c13584; }
.whatsapp-item i { color: #25d366; }
.phone-item i { color: #2f7d32; }
.m-float-item:hover i, .m-float-item:focus i, .m-float-item:active i { transform: scale(1.05); }

@media (max-width: 991px) {
    .mobile-floating-bar { display: flex; }
    .floating-contact-buttons { display: none !important; }
    .mobile-bottom-menu { display: none !important; }
    body { padding-bottom: 78px !important; }
    .scroll-to-top { bottom: 82px !important; }
}
@media (max-width: 480px) {
    .mobile-floating-bar { height: 64px; }
    .m-float-item i { font-size: 22px; }
    .m-float-item span { font-size: 10px; }
    body { padding-bottom: 72px !important; }
    .scroll-to-top { bottom: 76px !important; right: 12px; }
}
@media (min-width: 992px) { .mobile-floating-bar { display: none !important; } }
body.offcanvas-open .mobile-floating-bar,
body.offcanvas-open .mobile-bottom-menu { display: none !important; }

@supports (padding: max(0px)) {
    .mobile-floating-bar { padding-bottom: max(0px, env(safe-area-inset-bottom)); }
}

/* Search Autocomplete */
.navbar-search-col { position: relative; }
.search-form-wrapper { position: relative; }
.search-wrapper { border: 2px solid var(--primary-purple); border-radius: 14px; overflow: hidden; background: #fff; box-shadow: 0 4px 14px rgba(0,0,0,0.04); }
.search-wrapper .form-control { border: 0 !important; box-shadow: none !important; height: 50px; padding-left: 16px; font-size: 15px; }
.search-wrapper .btn { min-width: 52px; border: 0 !important; background: var(--primary-purple) !important; color: #fff !important; }
.search-autocomplete {
    position: absolute; top: calc(100% + 8px); left: 0; width: 100%;
    background: #fff; border-radius: 16px; border: 1px solid #ececec;
    box-shadow: 0 18px 40px rgba(0,0,0,0.12); z-index: 99999;
    display: none; max-height: 430px; overflow-y: auto;
}
.search-autocomplete.show { display: block; }
.search-autocomplete-item { display: flex; align-items: center; gap: 14px; padding: 14px; text-decoration: none; color: #222; border-bottom: 1px solid #f2f2f2; }
.search-autocomplete-item:hover { background: #faf7fb; }
.search-autocomplete-item img { width: 56px; height: 56px; object-fit: cover; border-radius: 10px; border: 1px solid #eee; }
.search-autocomplete-item-title { font-size: 15px; font-weight: 600; }
.search-autocomplete-item-code { font-size: 12px; color: #777; }
.search-autocomplete-item-price { font-size: 15px; font-weight: 700; color: var(--primary-purple); }
.search-autocomplete-empty { padding: 16px; color: #666; }
.popular-searches { font-size: 13px; }
.popular-search-term { color: #666; text-decoration: none; }
.popular-search-term:hover { color: var(--primary-purple); }

/* Mobile Offcanvas Menu */
@media (max-width: 991px) {
    #mobileMenu.offcanvas { width: 86%; max-width: 360px; background: #f6f6f6; box-shadow: 0 0 30px rgba(0,0,0,0.18); }
    #mobileMenu .offcanvas-header { background: #fff; padding: 18px 18px 14px; border-bottom: 1px solid #ececec !important; }
    #mobileMenu .offcanvas-header img { height: 46px !important; width: auto; object-fit: contain; }
    #mobileMenu .offcanvas-body { padding: 16px; background: #f6f6f6; }
    #mobileMenu .search-form-wrapper { margin-bottom: 16px !important; }
    #mobileMenu .search-wrapper { border: 1px solid #e7e7e7; border-radius: 18px; background: #fff; overflow: hidden; box-shadow: none; }
    #mobileMenu .search-wrapper .form-control { height: 46px; font-size: 15px; padding-left: 14px; background: #fff; border: 0 !important; box-shadow: none !important; }
    #mobileMenu .search-wrapper .btn { min-width: 52px; border: 0 !important; background: linear-gradient(135deg, #c06cff, #9747ff) !important; color: #fff !important; border-radius: 0; }
    #mobileMenu .quick-links-grid { display: grid !important; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; margin-bottom: 18px !important; }
    #mobileMenu .quick-link-item { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 84px; padding: 10px 6px; background: #fff; border: 1px solid #e9e9e9; border-radius: 16px; text-decoration: none; color: #333; box-shadow: 0 2px 8px rgba(0,0,0,0.04); overflow: hidden; }
    #mobileMenu .quick-link-item i { font-size: 22px; margin-bottom: 8px; color: #a855f7; }
    #mobileMenu .quick-link-item span { font-size: 12px; font-weight: 600; text-align: center; line-height: 1.2; color: #333; word-break: break-word; }
    #mobileMenu .quick-link-item .badge { top: 8px !important; right: 8px !important; transform: none !important; min-width: 18px; height: 18px; font-size: 10px; padding: 0 5px; border-radius: 20px; }
    #mobileMenu .mobile-menu-items { background: #fff; border: 1px solid #ececec; border-radius: 18px; overflow: hidden; margin-bottom: 18px; }
    #mobileMenu .mobile-menu-item { border-bottom: 1px solid #efefef; background: #fff; }
    #mobileMenu .mobile-menu-item:last-child { border-bottom: none; }
    #mobileMenu .mobile-menu-item > .d-flex { min-height: 58px; padding: 0 14px; }
    #mobileMenu .mobile-menu-item .menu-link { flex: 1; display: flex; align-items: center; gap: 10px; min-height: 58px; color: #222; font-size: 15px; font-weight: 600; text-decoration: none; padding: 0; }
    #mobileMenu .mobile-menu-item .menu-link i { width: 22px; text-align: center; font-size: 18px; color: #444; opacity: 1; }
    #mobileMenu .toggle-submenu { width: 36px; height: 36px; border-radius: 10px; color: #666 !important; background: transparent !important; box-shadow: none !important; display: flex; align-items: center; justify-content: center; }
    #mobileMenu .toggle-submenu i { font-size: 18px; transition: transform 0.25s ease; }
    #mobileMenu .toggle-submenu[aria-expanded="true"] i { transform: rotate(180deg); }
    #mobileMenu .submenu { background: #fafafa; border-top: 1px solid #efefef; padding: 6px 0; }
    #mobileMenu .submenu-link { display: flex; align-items: center; gap: 10px; padding: 10px 14px 10px 42px; color: #555; text-decoration: none; font-size: 14px; font-weight: 500; }
    #mobileMenu .submenu-link:hover { background: #f3f3f3; color: var(--primary-purple); }
    #mobileMenu .contact-info { background: transparent; border: 0; padding: 0; margin-top: 10px !important; }
    #mobileMenu .contact-item { margin-bottom: 12px; }
    #mobileMenu .contact-item:last-child { margin-bottom: 0; }
    #mobileMenu .contact-link { display: flex; align-items: center; gap: 12px; min-height: 54px; padding: 0 16px; background: #fff; border: 1px solid #ececec; border-radius: 16px; text-decoration: none; color: #333; font-size: 15px; font-weight: 500; }
    #mobileMenu .contact-link i { width: 20px; text-align: center; font-size: 20px; }
    #mobileMenu .contact-item:nth-child(1) .contact-link i { color: #2f9e44; }
    #mobileMenu .contact-item:nth-child(2) .contact-link i { color: #25d366; }
    #mobileMenu .contact-item:nth-child(3) .contact-link i { color: #a855f7; }
    #mobileMenu .quick-links-grid > * { min-width: 0; }
    #mobileMenu .contact-link span { min-width: 0; word-break: break-word; }
}
