/* Global Stiller */
:root {
    --primary-color: #00b050;
    --secondary-color: #ff6a00;
    --dark-color: #333;
    --light-color: #f4f4f4;
    --danger-color: #dc3545;
    --success-color: #28a745;
    --border-color: #e5e5e5;
    --background-color: #fcfcfc;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    max-width: 100vw;
    overflow-x: hidden;
}

body {
    font-family: 'Nunito', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: var(--background-color);
}

a {
    text-decoration: none!important;
    color: var(--dark-color)!important;
}

ul {
    list-style: none;
}

img {
    max-width: 100%;
}

.container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 15px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to right, #05a43d, #1ed65f);
    color: #fff;
    padding: 12px 24px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(5, 164, 61, 0.3);
    gap: 10px;
}

.btn-icon {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.btn span {
    display: inline-block;
}

.btn i {
    margin-right: 8px;
}

.btn:hover {
    background: linear-gradient(to right, #048d33, #17bf53);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(5, 164, 61, 0.4);
}

/* Masaüstünde mobil header tamamen gizli */
.mobile-header, .mobile-menu { display: none; }

@media (max-width: 600px) {
    .container {
        padding: 0 12px;
        max-width: 100%;
    }

    header {
        padding: 10px 0;
    }

    .logo img {
        max-width: 120px;
    }

    nav ul {
        gap: 15px;
    }

    nav ul li a {
        font-size: 14px;
    }

    .hero {
        padding: 0;
    }

    .hero .container {
        flex-direction: column;
        gap: 0;
    }

    .hero-image {
        width: 100%;
        margin-bottom: 0;
    }

    .hero-image img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .hero-content {
        padding: 15px;
        text-align: center;
    }

    .hero-title {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .hero-content p {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .btn-slider-wrapper {
        flex-direction: column;
        gap: 15px;
    }

    .btn {
        width: 100%;
        max-width: 200px;
        margin: 0 auto;
    }

    .slider-controls {
        display: none !important;
    }


    .order-buttons {
        display: flex;
        padding: 0 12px;
        gap: 10px;
        justify-content: space-between;
        -webkit-overflow-scrolling: auto;
        margin-bottom: 20px;
        flex-direction: column;
    }

    .order-btn {
        flex: 0 0 48% !important;
        min-width: 48% !important;
        white-space: nowrap;
        font-size: 13px;
        padding: 8px 15px;
        margin-bottom: 10px;
        text-align: center;
        justify-content: center;
    }

    .main-content {
        padding: 15px 0;
    }

    .sidebar {
        display: none;
    }

    .products-section {
        width: 100%;
        max-width: 100vw;
        overflow-x: hidden;
    }

    .products-row {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        scroll-snap-type: x mandatory;
        gap: 12px;
        padding: 0 12px;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 15px;
        margin-bottom: 20px;
        width: 100%;
        justify-content: flex-start !important;
    }

    .products-row::-webkit-scrollbar {
        display: none;
    }

 

    /* Daha yüksek öncelikli selectorlar için üst sınıfları da belirtiyoruz */
    .products-section .products-row {
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        justify-content: flex-start !important;
    }

    .products-section .products-row .product-card {
        min-width: 48% !important;
        max-width: 48% !important;
        flex: 0 0 48% !important;
    }

    .extra-products-row {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        scroll-snap-type: x mandatory;
        gap: 12px;
        -webkit-overflow-scrolling: touch;
        width: 100%;
        max-width: 100vw;
        padding: 0 12px;
        padding-bottom: 15px;
        margin-bottom: 20px;
        justify-content: flex-start !important;
    }

    .extra-products-row::-webkit-scrollbar {
        display: none !important;
    }

    .extra-products-row .product-card {
        min-width: 48% !important;
        max-width: 48% !important;
        flex: 0 0 48% !important;
        flex-shrink: 0;
        scroll-snap-align: start;
        margin-right: 0;
        box-sizing: border-box;
    }

    /* Banner sonrası ürünler için özel kural */
    .banner-section + .extra-products-row {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        scroll-snap-type: x mandatory;
        gap: 12px;
        -webkit-overflow-scrolling: touch;
        width: 100%;
        padding: 0 12px;
    }

    .banner-section + .extra-products-row .product-card {
        min-width: 48% !important;
        max-width: 48% !important;
        flex: 0 0 48% !important;
        flex-shrink: 0;
        scroll-snap-align: start;
    }

    .product-image {
        height: 150px;
    }

    .product-content {
        padding: 12px;
    }

    .product-content h4 {
        font-size: 15px;
        margin-bottom: 4px;
        display: block;
    }

    .product-content p {
        font-size: 13px;
        margin: 0 0 6px 0;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        min-height: 1.3em;
    }

    .price-actions {
        margin-top: 8px;
    }

    .current-price {
        font-size: 16px;
    }

    .old-price {
        font-size: 12px;
    }

    .actions {
        gap: 6px;
    }

    .add-to-cart, .add-to-wishlist {
        width: 24px;
        height: 24px;
    }

    .add-to-cart i, .add-to-wishlist i {
        font-size: 12px;
    }

    /* Slider Dot Indikatörler */
    .slider-indicators {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 8px;
        margin-bottom: 20px;
    }
    
    .slider-indicator {
        width: 8px;
        height: 8px;
        background-color: #ddd;
        border-radius: 50%;
        transition: background-color 0.3s ease;
    }
    
    .slider-indicator.active {
        background-color: var(--primary-color);
        transform: scale(1.2);
    }

    /* Desktop header gizli, mobil header görünür */
    .desktop-header, .desktop-nav { display: none !important; }
    .mobile-header { display: flex !important; }
    .mobile-menu {
        display: none;
        flex-direction: column;
        align-items: center;
        padding: 10px 0;
        border-radius: 0;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
        width: 100%;
        z-index: 1000;
        background-color: white;
        border-bottom: 1px solid #eaeaea;
    }
    .mobile-menu-icons {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 18px;
        margin-bottom: 18px;
    }
    .mobile-menu-icons a {
        color: #F18518 !important;
        font-size: 22px;
        display: flex;
        align-items: center;
        transition: color 0.2s;
    }
    .mobile-menu-icons a:active {
        color: #d46a00 !important;
    }
    .mobile-menu ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 18px;
        width: 100%;
    }
    .mobile-menu ul li {
        width: 100%;
        text-align: center;
    }
    .mobile-menu ul li a {
        color: #222;
        font-size: 1.15rem;
        font-weight: 400;
        text-decoration: none;
        transition: color 0.2s;
        display: block;
        padding: 8px 0;
    }
    .mobile-menu ul li a:active {
        color: #F18518;
    }
    .mobile-menu.mobile-menu-open { 
        display: flex !important;
        position: fixed !important;
        top: 48px !important;
        left: 0 !important;
        width: 100% !important;
        z-index: 9999 !important;
        background-color: white !important;
        border-bottom: 1px solid #eaeaea !important;
    }
    /* Hero alanı */
    .hero-mobile {
        flex-direction: column;
        gap: 0;
        padding: 0 0 0 0;
    }
    .hero-image {
        position: relative;
        max-width: 100%;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .hero-btn-mobile {
        position: absolute;
        top: 12px;
        left: 0;
        width: 100%;
        display: flex;
        justify-content: center;
        z-index: 2;
    }
    .btn-hero-mobile {
        background: linear-gradient(to right, #05a43d, #1ed65f);
        color: #fff;
        padding: 7px 18px;
        border-radius: 18px;
        font-size: 13px;
        font-weight: 600;
        box-shadow: 0 2px 8px rgba(5, 164, 61, 0.18);
        min-width: 120px;
        max-width: 180px;
        text-align: center;
        margin: 0 auto;
    }
    .hero-content {
        max-width: 100%;
        padding: 0 8px;
        text-align: center;
        margin-top: 12px;
    }
    .hero-title {
        font-size: 1.1rem;
        margin-bottom: 8px;
    }
    .hero-content p {
        font-size: 0.98rem;
        margin-bottom: 10px;
    }
    /* Paketlerimiz başlığı ve order buttons */
    .paketlerimiz-mobile {
        margin: 18px 0 0 0;
        padding: 0 0 0 0;
    }
    .paketlerimiz-title {
        font-size: 1.08rem;
        text-align: center;
        margin-bottom: 10px;
        font-weight: 600;
    }
    .order-buttons-mobile {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 8px;
        margin-bottom: 10px;
    }
    .order-btn {
        font-size: 12px;
        padding: 7px 10px;
        border-radius: 16px;
        min-width: 0;
        white-space: nowrap;
    }
    /* Ürünler slider */
    .products-slider-section {
        margin: 0 0 10px 0;
        padding: 0;
    }
    .products-slider {
        display: flex;
        flex-direction: row;
        gap: 10px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        padding: 0 8px 8px 8px;
    }
    .products-slider::-webkit-scrollbar {
        display: none;
    }
    .products-slider .product-card {
        flex: 0 0 48%;
        min-width: 48%;
        max-width: 48%;
        box-sizing: border-box;
        scroll-snap-align: start;
        margin-bottom: 0;
    }
    .products-slider-btn-wrapper {
        display: flex;
        justify-content: center;
        margin: 0 0 10px 0;
    }
    .btn-tumunu-gor {
        background: #F18518;
        color: #fff;
        border-radius: 16px;
        font-size: 13px;
        padding: 8px 24px;
        font-weight: 600;
        margin: 0 auto;
        box-shadow: 0 2px 8px rgba(241,133,24,0.10);
    }
    /* Banner */
    .banner-mobile {
        margin: 0 0 12px 0;
        padding: 0;
    }
    .banner-mobile .promo-banner {
        border-radius: 10px;
        margin: 0 8px;
        overflow: hidden;
    }
    .banner-mobile .promo-banner img {
        width: 100vw;
        min-width: 100vw;
        max-width: 100vw;
        object-fit: cover;
        border-radius: 10px;
    }
    /* Detox slider */
    .detox-slider-section {
        margin: 0 0 10px 0;
        padding: 0;
    }
    .detox-slider-section .detox-title {
        font-size: 1.08rem;
        text-align: center;
        margin-bottom: 10px;
        font-weight: 600;
    }
    .detox-slider {
        display: flex;
        flex-direction: row;
        gap: 10px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        padding: 0 8px 8px 8px;
    }
    .detox-slider::-webkit-scrollbar {
        display: none;
    }
    .detox-slider .detox4-card {
        flex: 0 0 48%;
        min-width: 48%;
        max-width: 48%;
        box-sizing: border-box;
        scroll-snap-align: start;
        margin-bottom: 0;
    }
    /* Kart içi spacing ve başlıklar */
    .product-card, .detox4-card {
        border-radius: 16px;
        padding: 10px 6px 14px 6px;
    }
    .product-card h4, .detox4-card-content h3 {
        font-size: 1rem;
        margin-bottom: 4px;
    }
    .product-card p, .detox4-card-content p {
        font-size: 0.95rem;
        margin-bottom: 8px;
    }
    .detox4-btn, .btn-tumunu-gor {
        font-size: 0.98rem;
        padding: 10px 0;
        border-radius: 12px;
    }
    body, .container, .main-content, .products-section, .custom-cards-row, .info3-cards, .detox4-cards, .faq-box, .alodiyet-footer, .footer-container {
        max-width: 100vw;
        box-sizing: border-box;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    
    .mobile-only {
        display: flex !important;
    }
    
    .order-btn {
        flex: 0 0 48%;
        min-width: 48%;
    }
}

/* Masaüstü görünümde row stil geçersiz kılınmasını önlemek için */
@media (min-width: 601px) {
    .order-buttons {
        flex-wrap: nowrap;
        justify-content: flex-end;
        padding: 0;
    }
    
    .order-btn {
        flex: 0 0 auto;
        min-width: auto;
        margin-left: 15px;
    }
    
    .products-row {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    
    .product-card {
        flex: 0 0 32.33%;
    }
    
    .slider-indicators {
        display: none;
    }

    .extra-products-row {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 22px;
    }
    
    .extra-products-row .product-card {
        flex: 0 0 calc(33.33% - 15px);
        max-width: calc(33.33% - 15px);
    }
}

/* Header Stili */
header {
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    position: sticky;
    top: 0;
    z-index: 100;
    border-bottom: 1px solid var(--border-color);
}

header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 15px;
}

.logo {
    display: flex;
    align-items: center;
}

.logo img {
    max-height: 45px;
    width: auto;
}

/* Eski metin logo stilleri */
.logo h1 {
    font-size: 24px;
    color: var(--primary-color);
}

.logo span {
    color: var(--secondary-color);
}

nav ul {
    display: flex;
    align-items: center;
}

nav ul li {
    margin-left: 24px;
}

nav ul li a {
    font-weight: 500;
    color: #555;
    font-size: 15px;
    transition: color 0.2s;
}

nav ul li a:hover {
    color: var(--primary-color);
}

.search a, .cart a, .user-menu a, .menu-toggle a {
    font-size: 18px;
    color: #F18518 !important;
    transition: color 0.2s;
}

.search a:hover, .cart a:hover, .user-menu a:hover, .menu-toggle a:hover {
    color: #F18518 !important;
}

/* Hero Bölümü */
.hero {
    padding: 20px 0;
    background-color: #fff;
    margin-bottom: 30px;
}

.hero .container {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 40px;
    padding: 20px 15px;
}

.hero-image {
    flex: 1;
    max-width: 50%;
}

.hero-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.hero-content {
    flex: 1;
    max-width: 50%;
    position: relative; 
    padding: 20px 0;
}

.hero-title {
    font-family: 'Poppins', sans-serif;
    font-size: 46px;
    font-weight: unset;
    line-height: 1.2;
    margin-bottom: 24px;
    color: var(--secondary-color);
}

.hero-content p {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1.6;
    color: #666;
}

.btn-slider-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
}

.slider-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.prev-arrow, .next-arrow {
    color: #ccc;
    cursor: pointer;
    font-size: 20px;
    transition: color 0.3s;
}

.prev-arrow:hover, .next-arrow:hover {
    color: var(--primary-color);
}

.slider-dots {
    display: flex;
    gap: 8px;
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ccc;
    cursor: pointer;
    transition: background-color 0.3s;
}

.dot.active{
    background-color: var(--primary-color);
    transform: scale(1.2);
}

.order-buttons {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 15px;
    margin-bottom: 30px;
    padding: 0 10px;
    -webkit-overflow-scrolling: touch;
}

.order-buttons::-webkit-scrollbar {
    display: none;
}

.order-btn-1 {
    border-radius: 30px;
    background-color: #fff;
    border: 1px solid #eee;
    color: #666;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    align-items: center;
    gap: 4px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    white-space: nowrap;
    scroll-snap-align: start;
    justify-content: center;
    flex-direction: column;
    font-size: 11px;
    padding: 5px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.order-btn:hover, .order-btn.active {
    background-color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    color: var(--primary-color);
    transform: translateY(-2px);
}

.star-icon {
    color: var(--secondary-color);
    font-size: 16px;
}

.discount-icon {
    color: var(--primary-color);
    font-size: 16px;
}

.heart-icon {
    color: #ff4545;
    font-size: 16px;
}

/* Main Content */
.main-content {
    display: flex;
    padding: 0 0 30px;
}

.main-content .container {
    display: flex;
    gap: 15px;
    max-width: 1240px;
    width: 100%;
}

/* Sidebar */
.sidebar {
    flex: 0 0 140px;
    padding-right: 0;
}

.filter-group {
    margin-bottom: 10px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px;
}

.filter-group:last-child {
    border-bottom: none;
}

.filter-title {
    font-size: 14px;
    color: var(--secondary-color);
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 4px 0;
    transition: color 0.2s;
    line-height: 1.3;
    margin-bottom: 2px;
}

.filter-title i {
    font-size: 11px;
    color: #999;
    margin-left: 2px;
}

.filter-content {
    padding: 5px 0 10px;
}

.price-range {
    display: flex;
    gap: 4px;
    margin-top: 5px;
    max-width: 110px;
}

.price-range input {
    flex: 1;
    padding: 4px 6px;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    font-size: 11px;
    transition: border-color 0.2s;
    color: #555;
    background-color: #fff;
    outline: none;
    height: 24px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.03);
    max-width: 50px;
    min-width: 50px;
}

.price-range input::placeholder {
    color: #999;
    font-size: 11px;
}

.price-range input:focus {
    border-color: var(--primary-color);
}

.filter-content ul li {
    font-size: 13px;
    color: #555;
    padding: 5px 0;
    cursor: pointer;
    transition: color 0.2s;
}

.filter-content ul li button {
    color: #555;
    transition: color 0.2s;
    font-size: 13px;
    display: block;
    padding: 10px;
    border-radius: 10px;
}

/* Products Section */
.products-section {
    flex: 1;
    width: 100%;
}

.products-row {
    display: flex;
    gap: 1.5%;
    margin-bottom: 25px;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.product-card {
    flex: 0 0 32.33%;
    position: relative;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #f5f5f5;
    margin-bottom: 15px;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.product-image {
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    background-color: #f9f9f9;
    position: relative;
}

.product-image img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.product-card:hover .product-image img {
    transform: scale(1.05);
}

.product-badge {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background-color: #FFE3C7;
    color: var(--secondary-color);
    font-size: 11px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 15px;
    z-index: 1;
}

.product-content {
    padding: 15px;
}

.product-content h4 {
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: 600;
    color: #333;
}

.product-content p {
    color: #777;
    font-size: 13px;
    margin-bottom: 10px;
    height: 38px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.5;
}

.rating {
    color: var(--secondary-color);
    margin-bottom: 8px;
    font-size: 13px;
}

.price-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 3px;
}

.price {
    display: flex;
    flex-direction: column;
}

.old-price {
    font-size: 12px;
    color: #999;
    text-decoration: line-through;
    margin-bottom: 2px;
}

.current-price {
    font-weight: bold;
    font-size: 16px;
    color: #333;
    line-height: 1.2;
}

.current-price span {
    font-weight: 700;
    font-size: 15px;
    color: #333;
}

.actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.add-to-cart {
    display: block;
    width: 22px;
    height: 22px;
    background-image: url('/alodiyet/alodiyetresimler/cart-icon.png');
    background-size: contain;
    background-repeat: no-repeat;
    transition: transform 0.2s;
}

.add-to-cart:hover {
    transform: scale(1.1);
}

.add-to-wishlist {
    color: #eee;
    font-size: 23px;
    transition: all 0.3s;
    text-shadow: 0 0 1px rgba(255, 106, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
}

.add-to-wishlist:hover, .add-to-wishlist.active {
    color: #ff6a00;
    transform: scale(1.05);
}

/* WhatsApp Float */
.whatsapp-float {
    position: fixed;
    bottom: 25px;
    left: 25px;
    z-index: 999;
}

.whatsapp-float a {
    display: flex;
    align-items: center;
    gap: 12px;
    
    color: #fff;
    padding: 12px 18px;
    border-radius: 40px;
    
    transition: all 0.3s;
}

.whatsapp-float a:hover {
    transform: scale(1.05);
    box-shadow: 0 5px 20px rgba(37, 211, 102, 0.5);
}

.whatsapp-float img {
    width: 32px;
    height: 32px;
}

.whatsapp-text {
    display: flex;
    flex-direction: column;
    line-height: 1.3;
    font-size: 13px;
    font-weight: 500;
}

/* Responsive Tasarım */
@media (max-width: 1100px) {
    .product-card {
        flex: 0 0 calc(50% - 15px);
    }
}

@media (max-width: 992px) {
    .hero .container {
        flex-direction: column;
        padding: 15px;
    }
    
    .hero-image, .hero-content {
        max-width: 100%;
    }
    
    .hero-content {
        padding: 25px 0;
    }
    
    .main-content .container {
        flex-direction: column;
    }
    
    .sidebar {
        flex: 0 0 100%;
        margin-bottom: 25px;
        padding-right: 0;
    }
    
    .btn-slider-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .slider-controls {
        margin-top: 20px;
    }

    .product-card {
        flex: 0 0 49%;
        margin-bottom: 15px;
    }
}

@media (max-width: 768px) {
    .product-card {
        flex: 0 0 100%;
    }
    
    .hero-title {
        font-size: 28px;
    }
    
    .hero .container {
        flex-direction: column;
    }
    
    .btn {
        width: 100%;
        padding: 12px 0;
    }
   
}

@media (max-width: 576px) {
    .hero-title {
        font-size: 24px;
    }
    
}

/* Banner Bölümü */
.banner-section {
    margin: 30px 0;
    width: 100%;
}

.promo-banner {
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    position: relative;
    display: block;
}

.promo-banner img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
    object-fit: cover;
}

.promo-banner:hover img {
    transform: scale(1.01);
}

@media (max-width: 768px) {
    .banner-section {
        margin-bottom: 30px;
    }
    
    .promo-banner {
        border-radius: 8px;
    }
}

/* Benefits Section */
.benefits-section {
    padding: 0;
    margin: 50px auto;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    width: 100%;
    text-align: center;
}

.benefits-section .container {
    max-width: 1240px;
    padding: 0;
    margin: 0 auto;
}

.benefits-image {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .benefits-section {
        margin: 30px auto;
    }
}

@media (max-width: 576px) {
    .benefits-section {
        margin: 20px auto;
    }
}

/* Info Boxes */
.info-boxes {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    margin-top: 60px;
}

.info-box {
    flex: 0 0 calc(33.333% - 30px);
    max-width: calc(33.333% - 30px);
    background-color: #fff;
    border-radius: 12px;
    padding: 30px 20px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
    border: 1px solid #f5f5f5;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.info-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
}

.info-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.info-icon img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.info-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #ff6a00;
}

.info-text {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

/* Responsive Styles */
@media (max-width: 992px) {
    .info-box {
        flex: 0 0 calc(50% - 15px);
        max-width: calc(50% - 15px);
    }
    
    .section-title {
        font-size: 28px;
    }
}

@media (max-width: 768px) {
    .section-title {
        margin-bottom: 30px;
    }
    
    .info-boxes {
        margin-top: 40px;
    }
}

@media (max-width: 576px) {
    .info-box {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .section-title {
        font-size: 24px;
        margin-bottom: 25px;
    }
}

.custom-cards-section {
    padding: 40px 0;
    background: #fff;
}
.section-title {
    text-align: center;
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 32px;
}
.custom-cards-row {
    display: flex;
    justify-content: center;
    gap: 32px;
    flex-wrap: wrap;
}
.custom-card {
    background: #fff;
    border-radius: 28px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.10);
    width: 260px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 24px;
    transition: box-shadow 0.2s;
}
.custom-card:hover {
    box-shadow: 0 16px 40px rgba(0,0,0,0.13);
}
.custom-card-img {
    width: 90%;
    height: 120px;
    object-fit: contain;
    margin: 32px 0 0 0;
    border-radius: 18px 18px 0 0;
}
.custom-card-body {
    width: 100%;
    padding: 0 20px;
    text-align: center;
}
.custom-card-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 18px 0 6px 0;
}
.custom-card-desc {
    font-size: 0.95rem;
    color: #555;
    margin-bottom: 18px;
}
.custom-card-btn {
    display: block;
    width: 100%;
    background: linear-gradient(90deg, #00b050 60%, #1ed65f 100%);
    color: #fff;
    border: none;
    border-radius: 16px;
    padding: 10px 0;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.2s;
}
.custom-card-btn:hover {
    background: linear-gradient(90deg, #009e46 60%, #1ed65f 100%);
}
@media (max-width: 900px) {
    .custom-cards-row {
        gap: 18px;
    }
    .custom-card {
        width: 45vw;
        min-width: 220px;
        max-width: 320px;
    }
}
@media (max-width: 600px) {
    .custom-cards-row {
        flex-direction: column;
        align-items: center;
    }
    .custom-card {
        width: 90vw;
        min-width: 0;
    }
}

/* Detox4 Section Tasarımı */
.detox4-section {
    background: #fff;
    padding: 48px 0 32px 0;
    margin: 0;
}
.detox4-title {
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 2.2rem;
    font-weight: unset;
    margin-bottom: 36px;
    color: #222;
}
.detox4-cards {
    display: flex;
    justify-content: center;
    gap: 32px;
    flex-wrap: wrap;
}
.detox4-card {
    background: #fff;
    border-radius: 28px;
    box-shadow: 0 4px 24px 0 rgba(0,0,0,0.08);
    padding: 32px 18px 24px 18px;
    width: 260px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: box-shadow 0.2s, transform 0.2s;
}
.detox4-card:hover {
    box-shadow: 0 8px 32px 0 rgba(0,176,80,0.18);
    transform: translateY(-4px) scale(1.03);
}
.detox4-img {
    width: 100%;
    max-width: 210px;
    margin-bottom: 18px;
    border-radius: 12px;
    background: #f8f8f8;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.detox4-card-content h3 {
    font-size: 1.18rem;
    font-weight: 700;
    margin-bottom: 8px;
    color: #222;
    text-align: center;
}
.detox4-card-content p {
    font-size: 0.98rem;
    color: #444;
    margin-bottom: 22px;
    text-align: center;
}
.detox4-btn {
    width: 100%;
    background: linear-gradient(90deg, #00b050 0%, #1ed65f 100%);
    color: #fff;
    border: none;
    border-radius: 18px;
    padding: 12px 0;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0,176,80,0.10);
    transition: background 0.2s, transform 0.2s;
}
.detox4-btn:hover {
    background: linear-gradient(90deg, #048d33 0%, #17bf53 100%);
    transform: translateY(-2px) scale(1.04);
}
@media (max-width: 1100px) {
    .detox4-cards {
        gap: 18px;
    }
    .detox4-card {
        width: 220px;
        padding: 24px 10px 18px 10px;
    }
}
@media (max-width: 900px) {
    .detox4-cards {
        flex-wrap: wrap;
        gap: 16px;
    }
    .detox4-card {
        width: 45%;
        min-width: 180px;
    }
}
@media (max-width: 600px) {
    .detox4-cards {
        flex-direction: column;
        align-items: center;
        gap: 14px;
    }
    .detox4-card {
        width: 90%;
        min-width: unset;
    }
    .detox4-title {
        font-size: 1.3rem;
    }
}

/* 3'lü Info Kutuları (info3-section) */
.info3-section {
    background: #f8f9fa;
    padding: 40px 0 30px 0;
    width: 100%;
    display: flex;
    justify-content: center;
}
.info3-cards {
    display: flex;
    justify-content: center;
    gap: 32px;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1100px;
}
.info3-card {
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 4px 24px 0 rgba(0,0,0,0.07);
    padding: 32px 24px 24px 24px;
    width: 320px;
    min-width: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: box-shadow 0.2s, transform 0.2s;
    text-align: center;
}
.info3-card:hover {
    box-shadow: 0 8px 32px 0 rgba(0,176,80,0.13);
    transform: translateY(-4px) scale(1.03);
}
.info3-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.info3-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.info3-title {
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: 0.01em;
}
.info3-desc {
    font-size: 1rem;
    color: #444;
    margin-bottom: 0;
    line-height: 1.5;
}
@media (max-width: 1000px) {
    .info3-cards {
        gap: 18px;
    }
    .info3-card {
        width: 260px;
        padding: 24px 10px 18px 10px;
    }
}
@media (max-width: 700px) {
    .info3-cards {
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }
    .info3-card {
        width: 90vw;
        min-width: unset;
    }
}

/* Sıkça Sorulan Sorular (FAQ) */
.faq-section {
    width: 100%;
    background: #fafbfc;
    padding: 48px 0 60px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.faq-title {
    text-align: center;
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 32px;
    color: #222;
    font-family: 'Poppins', sans-serif;
}
.faq-box {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 24px 0 rgba(0,0,0,0.08);
    width: 90%;
    max-width: 900px;
    padding: 18px 0;
    margin: 0 auto;
}
.faq-item {
    border-bottom: 1px solid #f0f0f0;
    padding: 0 32px;
    transition: background 0.2s;
}
.faq-item:last-child {
    border-bottom: none;
}
.faq-question {
    cursor: pointer;
    font-size: 1.08rem;
    font-weight: 500;
    color: #222;
    padding: 18px 0 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: color 0.2s;
}
.faq-item.active .faq-question {
    color: var(--primary-color, #00b050);
}
.faq-icon {
    font-size: 1.3rem;
    margin-left: 12px;
    transition: transform 0.2s;
}
.faq-answer {
    font-size: 1rem;
    color: #444;
    padding-bottom: 18px;
    line-height: 1.6;
    display: none;
    animation: fadeInFaq 0.3s;
}
.faq-item.active .faq-answer {
    display: block;
}
@keyframes fadeInFaq {
    from { opacity: 0; transform: translateY(-8px); }
    to { opacity: 1; transform: translateY(0); }
}
@media (max-width: 700px) {
    .faq-box {
        width: 98%;
        padding: 8px 0;
    }
    .faq-item {
        padding: 0 10px;
    }
    .faq-title {
        font-size: 1.3rem;
    }
}

/* Footer Tasarımı */
.alodiyet-footer {
    background: #fcfcfc;
    border-top: 1px solid #f0f0f0;
    padding: 0;
    margin-top: 40px;
    font-size: 15px;
    color: #222;
}
.footer-container {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 40px 30px 0 30px;
    flex-wrap: wrap;
    gap: 30px;
}
.footer-left {
    flex: 1 1 220px;
    min-width: 220px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.footer-logo {
    width: 160px;
    margin-bottom: 10px;
}
.footer-contact {
    margin-bottom: 10px;
}
.footer-phone {
    font-size: 1.3rem;
    font-weight: 500;
    margin-bottom: 4px;
}
.footer-mail {
    color: #666;
    margin-bottom: 4px;
}
.footer-address {
    color: #666;
    font-size: 14px;
    margin-bottom: 4px;
}
.footer-design {
    font-size: 13px;
    color: #bbb;
    margin-top: 18px;
}
.footer-center {
    flex: 3 1 600px;
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    align-items: flex-start;
}
.footer-menu {
    min-width: 160px;
    margin-bottom: 18px;
    flex: 1 1 160px;
}
.footer-menu-title {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 1.05rem;
}
.footer-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-menu-item {
    margin-bottom: 7px;
}
.footer-menu-item a {
    color: #222;
    text-decoration: none;
    transition: color 0.2s;
}
.footer-menu-item a:hover {
    color: var(--primary-color, #00b050);
}
.footer-right {
    flex: 1 1 220px;
    min-width: 220px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
}
.footer-social-title {
    font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: 10px;
}
.footer-social {
    display: flex;
    gap: 18px;
    align-items: center;
}
.footer-social a {
    color: #222;
    font-size: 1.7rem;
    transition: color 0.2s;
}
.footer-social a:hover {
    color: var(--primary-color, #00b050);
}
.footer-bottom {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 0 10px 0;
    font-size: 15px;
    color: #888;
    border-top: 1px solid #f0f0f0;
    margin-top: 30px;
    background: #fcfcfc;
}
.footer-bottom-left {
    flex: 1 1 20%;
    text-align: left;
    padding-left: 30px;
}
.footer-bottom-center {
    flex: 2 1 60%;
    text-align: center;
}
.footer-bottom-right {
    flex: 1 1 20%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 18px;
    padding-right: 30px;
}
.footer-bottom-right .footer-social-title {
    font-size: 1rem;
    font-weight: 500;
    margin-right: 18px;
    color: #222;
    white-space: nowrap;
}
@media (max-width: 900px) {
    .footer-bottom {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
        padding-left: 10px;
        padding-right: 10px;
    }
    .footer-bottom-left, .footer-bottom-center, .footer-bottom-right {
        padding: 0;
        text-align: left;
        justify-content: flex-start;
        width: 100%;
    }
    .footer-bottom-center {
        text-align: center;
    }
    .footer-bottom-right {
        margin-top: 4px;
        justify-content: flex-start;
    }
}

@media (max-width: 600px) {
    .mobile-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 8px;
        height: 48px;
        background: #fff;
        position: relative;
        z-index: 1002;
    }
    .mobile-header-spacer {
        flex: 1 1 0;
    }
    .mobile-header .logo {
        flex: 0 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .mobile-header .logo img {
        max-height: 32px;
        width: auto;
        margin: 0 auto;
        display: block;
    }
    .menu-toggle {
        display: flex !important;
        align-items: center;
        justify-content: flex-end;
        color: #F18518 !important;
        font-size: 28px;
        background: none;
        border: none;
        cursor: pointer;
        z-index: 1003;
        padding: 10px;
        width: auto;
        position: relative;
    }
    .menu-toggle img {
        display: inline-block !important;
        width: 20px !important;
        height: 19px !important;
        visibility: visible !important;
        opacity: 1 !important;
        position: static !important;
        margin: 0 !important;
        padding: 0 !important;
    }
}

/* Masaüstü görünümde mobile-only elemanları gizle */
.mobile-only {
    display: none !important;
}

/* Mobil görünümde mobile-only elemanları göster */
@media (max-width: 600px) {
    .mobile-only {
        display: flex !important;
    }
}

.product-card-link {
    text-decoration: none;
    color: inherit;
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.product-card-link:hover {
    transform: translateY(-5px);
}

.detox4-card-link {
    text-decoration: none;
    color: inherit;
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.detox4-card-link:hover {
    transform: translateY(-5px);
}

.hero-image {
    flex: 1;
    max-width: 100%;
}
.wrap-slide{
    margin-bottom: 30px;
}

.sidebar i{
    font-size: 18px;
    color: orange;
}

/* Slick dots kapsayıcısını düzenle */
.slick-dots {
    display: flex !important;
    justify-content: center;
    gap: 8px;
    padding: 0;
    margin: 20px 0 0;
    list-style: none;
    position: relative !important;
    bottom: 0 !important;
}

/* Her bir nokta */
.slick-dots li button {
    width: 5px !important;
    height: 5px !important;
    border-radius: 50%;
    background-color: #ccc;
    border: none;
    cursor: pointer;
    padding: 0;
    text-indent: -9999px;
    /* Rakamları gizle */
    transition: background-color 0.3s, transform 0.3s;
}

/* Aktif nokta */
.slick-dots li.slick-active button {
    background-color: var(--primary-color);
    transform: scale(1.2);
}

.slick-dots li:not(.slick-active) button {

    background: #ccc;
}

.slick-dots li {
    margin-top: 5px !important;
}

.hero {
    margin: 0 !important;
}
@media (min-width: 600px) {
    .filter-btns .row{
      
        justify-content: end;
        float: right;
        width: 500px;
    }
    .order-btn-1{
        display: flex;
        vertical-align: middle;
        align-items: center;
        flex-direction: row;
        padding: 10px;
        width: 100%;
        font-size: 12px;
    }
    .order-types{
        display: flex;
        justify-content: end;
    }
}

@media (max-width: 900px) {
    .footer-logo{
        margin: 0 auto;
    }
    .footer-contact{
        text-align: center;
        margin: 0;
        padding: 10px;
    }
    .footer-bottom{
        margin: 0;
    }
}
.wrap-slide a.btn{
    color: white!important;
}
.slick-dots{
    margin: 10px;
}
