﻿/*region Tema1 */
.leftsidebar {
    position: fixed;
    width: 300px;
    height: 100%;
    background-color: #eee;
    z-index: 1000;
    right: -300px;
    top: 0px;
    transition: all 0.4s linear;
    overflow: auto;
}

.leftsidebar.active {
    right: 0;
}

.leftsidebar .subCategory {
    display: none;
}
.leftsidebar .sidebar-close-button {
    background-color: #eee;
}

.tema-1-layout-kapsayici {
    display: none !important;
}
.urun-sayfa-fiyat-gosterimi-tema-1 {
    display: none;
}
.urun-sayfa-ozellik-tema-1 {
    display: none;
}
.tema-1-layout-kapsayici {
    display: none !important;
}
.urun-sayfa-fiyat-gosterimi-tema-1 {
    display: none;
}
.urun-sayfa-ozellik-tema-1 {
    display: none;
}
/*endregion Tema1*/

/*region Header*/

/*endregion Header*/








.supplier-container {
    position: relative !important;
    width: 100% !important;
    max-width: 1440px !important;
    margin: 1rem auto 3rem !important;
    border-radius: 16px !important;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12) !important;
    background-color: #ffffff !important;
    overflow: hidden !important;
}

.supplier-banner {
    width: 100% !important;
    height: 220px !important;
    overflow: hidden !important;
    border-radius: 16px 16px 0 0 !important;
    background-color: #f8f8f8 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.banner-img {
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
    object-position: center center !important;
    display: block !important;
    max-width: 100% !important;
    max-height: 100% !important;
}

.supplier-info-wrapper {
    position: relative !important;
    padding: 1.8rem 2.2rem !important;
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    min-height: auto !important;
    height: auto !important;
    background-color: rgba(255, 255, 255, 0.95) !important;
    background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23f0f0f0' fill-opacity='0.5' fill-rule='evenodd'/%3E%3C/svg%3E") !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
    box-shadow: inset 0 -10px 20px -10px rgba(0, 0, 0, 0.03) !important;
}

    .supplier-info-wrapper::before {
        content: '' !important;
        position: absolute !important;
        top: -2px !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        width: 150px !important;
        height: 4px !important;
        background: linear-gradient(90deg, transparent, rgba(255, 128, 6, 0.5), transparent) !important;
        border-radius: 0 0 4px 4px !important;
    }

.supplier-avatar {
    width: 120px !important;
    height: 120px !important;
    border-radius: 50% !important;
    overflow: hidden !important;
    border: 4px solid #fff !important;
    background: #fff !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1), inset 0 0 0 2px rgba(255, 128, 6, 0.1) !important;
    margin-top: 0px !important;
    margin-right: 2rem !important;
    margin-bottom: 0 !important;
    position: relative !important;
    z-index: 5 !important;
    flex-shrink: 0 !important;
    transition: all 0.3s ease !important;
}

    .supplier-avatar:hover {
        transform: translateY(-5px) !important;
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15), inset 0 0 0 3px rgba(255, 128, 6, 0.2) !important;
    }

    .supplier-avatar::after {
        content: '' !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        border-radius: 50% !important;
        background: linear-gradient(45deg, rgba(255, 128, 6, 0.1), transparent) !important;
        z-index: 1 !important;
    }

.avatar-img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    border-radius: 50% !important;
    display: block !important;
}


.supplier-name {
    font-size: 1.8rem !important;
    font-weight: 700 !important;
    margin: 0 0 1rem 0 !important;
    color: #333 !important;
    line-height: 1.2 !important;
    position: relative !important;
    display: inline-block !important;
}

    .supplier-name::after {
        content: '' !important;
        position: absolute !important;
        bottom: -8px !important;
        left: 0 !important;
        width: 40px !important;
        height: 3px !important;
        background: linear-gradient(90deg, #ff8006, transparent) !important;
        border-radius: 3px !important;
        transition: width 0.3s ease !important;
    }

.supplier-content:hover .supplier-name::after {
    width: 100% !important;
}

.supplier-stats {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 0.6rem !important;
}

.stat-item {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.4rem !important;
    font-size: 0.85rem !important;
    background: #fff !important;
    padding: 0.5rem 0.9rem !important;
    border-radius: 8px !important;
    color: #555 !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05) !important;
    border: 1px solid rgba(255, 128, 6, 0.1) !important;
    transition: all 0.3s ease !important;
    position: relative !important;
    overflow: hidden !important;
    white-space: nowrap !important;
}

    .stat-item::before {
        content: '' !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        background: linear-gradient(45deg, rgba(255, 128, 6, 0.1), transparent) !important;
        opacity: 0 !important;
        transition: opacity 0.3s ease !important;
    }

    .stat-item:hover {
        transform: translateY(-3px) !important;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08) !important;
        border-color: rgba(255, 128, 6, 0.2) !important;
    }

        .stat-item:hover::before {
            opacity: 1 !important;
        }

    .stat-item i {
        color: #ff8006 !important;
        font-size: 1rem !important;
        position: relative !important;
        z-index: 1 !important;
        transition: transform 0.3s ease !important;
    }

    .stat-item:hover i {
        transform: scale(1.1) !important;
    }

.supplier-content {
    flex: 1 !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    min-width: 0 !important;
    width: 100% !important;
}

.supplier-details {
    flex: 1 !important;
    min-width: 0 !important;
    padding-right: 1.5rem !important;
}

.supplier-contact {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    padding-left: 1rem !important;
    margin-top: 0 !important;
    flex-shrink: 0 !important;
}

.contact-btn {
    background: #ff8006 !important;
    color: white !important;
    border: none !important;
    padding: 0.7rem 1.5rem !important;
    border-radius: 30px !important;
    font-weight: 600 !important;
    font-size: 0.95rem !important;
    display: flex !important;
    align-items: center !important;
    gap: 0.6rem !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 15px rgba(255, 128, 6, 0.15) !important;
    white-space: nowrap !important;
    max-width: 100% !important;
}

    .contact-btn:hover {
        background: #666 !important;
        transform: translateY(-3px) !important;
        box-shadow: 0 8px 20px rgba(102, 102, 102, 0.2) !important;
    }

    .contact-btn i {
        font-size: 1.1rem !important;
        transition: transform 0.3s ease !important;
    }

    .contact-btn:hover i {
        transform: translateX(3px) !important;
    }

/* Responsive Tasarım */
@media (max-width: 1100px) {
    .supplier-content {
        flex-direction: row !important;
        justify-content: space-between !important;
        align-items: center !important;
    }

    .supplier-contact {
        margin-top: 0 !important;
        padding-left: 0.5rem !important;
        justify-content: flex-end !important;
    }

    .supplier-stats {
        flex-wrap: wrap !important;
    }
}

@media (max-width: 992px) {
    .supplier-banner {
        height: 180px !important;
    }

    .supplier-content {
        flex-direction: column !important;
        justify-content: center !important;
        text-align: center !important;
    }

    .supplier-details {
        padding-right: 0 !important;
        margin-bottom: 1rem !important;
        text-align: center !important;
        width: 100% !important;
    }

    .supplier-contact {
        width: auto !important;
        justify-content: center !important;
        padding-left: 0 !important;
    }

    .supplier-info-wrapper {
        position: relative !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        padding: 0 1rem 2rem !important;
    }

    .supplier-avatar {
        position: absolute !important;
        top: -60px !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        margin: 0 !important;
        z-index: 10 !important;
    }

    .supplier-content {
        width: 100% !important;
        margin-top: 65px !important;
        padding-top: 0.5rem !important;
        padding-left: 0 !important;
        flex-direction: column !important;
        align-items: center !important;
    }

    .supplier-stats {
        justify-content: center !important;
        margin-top: 0.5rem !important;
    }
}

@media (max-width: 768px) {
    .supplier-banner {
        height: 170px !important;
    }

    .banner-img {
        object-fit: cover !important;
        width: 100% !important;
        height: 100% !important;
    }

    .supplier-avatar {
        width: 100px !important;
        height: 100px !important;
        top: -50px !important;
    }

    .supplier-content {
        margin-top: 55px !important;
    }

    .supplier-name {
        font-size: 1.6rem !important;
        margin-bottom: 0.8rem !important;
    }

    .contact-btn {
        width: auto !important;
        max-width: 180px !important;
        padding: 0.6rem 1.2rem !important;
        font-size: 0.85rem !important;
        justify-content: center !important;
    }

    .supplier-stats {
        flex-wrap: wrap !important;
        justify-content: center !important;
        gap: 0.5rem !important;
    }

    .price-footer-container {
        flex-direction: column;
        gap: 0.8rem;
    }

        .price-footer-container .price-tag {
            flex: 1;
            width: 100%;
            text-align: center;
            margin-bottom: 0.3rem;
        }

        .price-footer-container .btn-secondary {
            flex: 1;
            width: 100%;
            min-height: 36px;
        }
}

@media (max-width: 600px) {
    .supplier-container {
        border-radius: 12px !important;
        margin-bottom: 2.5rem !important;
    }

    .supplier-banner {
        height: 150px !important;
        border-radius: 12px 12px 0 0 !important;
    }

    .banner-img {
        object-fit: cover !important;
        width: 100% !important;
        height: 100% !important;
    }

    .supplier-avatar {
        width: 100px !important;
        height: 100px !important;
        top: -50px !important;
    }

    .supplier-content {
        margin-top: 55px !important;
    }

    .contact-btn {
        max-width: 160px !important;
        padding: 0.55rem 1.1rem !important;
        font-size: 0.8rem !important;
    }

    .stat-item {
        font-size: 0.75rem !important;
        padding: 0.4rem 0.7rem !important;
    }
}

@media (max-width: 480px) {
    .supplier-container {
        margin-bottom: 2rem !important;
        border-radius: 10px !important;
    }

    .supplier-banner {
        height: 130px !important;
        border-radius: 10px 10px 0 0 !important;
    }

    .banner-img {
        object-fit: cover !important;
        width: 100% !important;
        height: 100% !important;
    }

    .supplier-avatar {
        width: 90px !important;
        height: 90px !important;
        top: -45px !important;
        border-width: 3px !important;
    }

    .supplier-content {
        margin-top: 50px !important;
    }

    .supplier-name {
        font-size: 1.3rem !important;
        margin-bottom: 0.5rem !important;
    }

    .supplier-stats {
        gap: 0.4rem !important;
    }

    .contact-btn {
        padding: 0.5rem 1rem !important;
        font-size: 0.8rem !important;
        max-width: 140px !important;
        gap: 0.4rem !important;
    }

        .contact-btn i {
            font-size: 0.9rem !important;
        }

    .price-footer-container {
        gap: 0.5rem;
    }

        .price-footer-container .btn-secondary {
            font-size: 0.7rem;
            min-height: 38px;
            letter-spacing: -0.1px;
        }
}

@media (max-width: 400px) {
    .price-footer-container .price-tag {
        margin-bottom: 0.5rem;
    }
}

/* Ürün Listesi CSS */
.product-container {
    width: 100% !important;
    max-width: 1440px !important;
    margin: 0 auto !important;
    padding: 0 1rem !important;
    display: flex !important;
    gap: 1.5rem !important;
    position: relative !important;
}

.filter-sidebar {
    width: 280px;
    min-width: 250px;
    flex: 0 0 auto;
    transition: all 0.3s ease;
}

.product-list-container-product {
    flex: 1;
    min-width: 0;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
    padding: 0.5rem;
}

.product-card {
    background: white;
    border-radius: 0.75rem;
    overflow: hidden;
    transition: all 0.5s ease;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
    height: 100%;
    border: 1px solid #f0f0f0;
    transform: translateY(0);
}

    .product-card:hover {
        box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 32px;
        transform: translateY(-5px);
    }

.product-card-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.product-image-wrapper {
    position: relative;
    padding-top: 100%;
    overflow: hidden;
    flex-shrink: 0;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #f0f0f0;
}

.product-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
    height: 85%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.product-card:hover .product-image {
    transform: translate(-50%, -50%) scale(1.05);
}

.product-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 2;
}

.product-card:hover .product-overlay {
    opacity: 1;
}

.overlay-buttons {
    display: flex;
    gap: 0.75rem;
    z-index: 3;
}

.btn-secondary {
    background: #ffffff;
    color: #2d3436;
    border: 1px solid #e0e0e0;
    cursor: pointer;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    z-index: 3;
}

    .btn-secondary:hover {
        background: #f5f5f5;
        color: #ff8c42;
        transform: translateY(-2px);
        border-color: #ff8c42;
    }

.product-content {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.supplier-link {
    color: #666;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    padding: 0.4rem 0.8rem;
    background-color: #f8f8f8;
    border-radius: 0.4rem;
    border: 1px solid #ff8c42;
    display: inline-block;
    transition: all 0.3s ease;
    margin-bottom: 0.5rem;
}

    .supplier-link:hover {
        color: #ff8c42;
        background-color: #fff;
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(255, 140, 66, 0.1);
    }

.product-name {
    font-size: 0.95rem;
    font-weight: 600;
    margin: 0.5rem 0;
    color: #2d3436;
    line-height: 1.4;
    text-decoration: none;
    display: block;
    transition: color 0.3s ease;
}

    .product-name:hover {
        color: #ff8c42;
    }

.product-specs {
    margin: 0.75rem 0;
    flex-grow: 1;
}

.spec-row {
    display: flex;
    justify-content: space-between;
    font-size: 0.85rem;
    color: #636e72;
    margin-bottom: 0.4rem;
}

.product-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    padding-top: 0.75rem;
    border-top: 1px solid #f0f0f0;
    min-height: 48px;
}

.price-tag {
    font-size: 1.1rem;
    font-weight: 700;
    color: #ff8006 !important;
}

.price-footer-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 1rem;
}

    .price-footer-container .price-tag {
        flex: 0.4;
        text-align: left;
    }

    .price-footer-container .btn-secondary {
        flex: 0.6;
        font-size: 0.85rem;
        white-space: nowrap;
        padding: 0.6rem 0.4rem;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.3rem;
    }

.buttons-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
}

    .buttons-container .btn-quote,
    .buttons-container .btn-secondary {
        flex: 1;
        padding: 0.5rem;
        font-size: 0.85rem;
        white-space: nowrap;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.3rem;
    }

.filter-card {
    background: white;
    border-radius: 10px;
    padding: 1rem;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.06);
    position: sticky;
    top: 1rem;
    max-height: calc(100vh - 2rem);
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: none; /* Firefox için scrollbar gizleme */
    width: 100%;
    margin-top: 10px;
}

    .filter-card::-webkit-scrollbar {
        width: 3px;
        background: transparent;
    }

    .filter-card:hover::-webkit-scrollbar-thumb {
        background-color: rgba(107, 106, 106, 0.2);
        border-radius: 20px;
    }

.filter-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0.6rem;
}

.filter-title {
    font-size: 0.95rem;
    font-weight: 600;
    margin: 0;
    color: #6B6A6A;
}

.filter-icon {
    color: #ff8006;
    font-size: 0.9rem;
}

.filter-divider {
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(107, 106, 106, 0.1), transparent);
    margin: 0.6rem 0;
}

.filter-group {
    margin-bottom: 0.8rem;
    background: #f9f9f9;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
}

    .filter-group:hover {
        transform: translateY(-1px);
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
    }

.filter-group-header {
    padding: 0.7rem;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: background 0.2s ease;
    user-select: none;
}

    .filter-group-header:hover {
        background: rgba(255, 128, 6, 0.05);
    }

.filter-group-icon {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: rgba(255, 128, 6, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.7rem;
    color: #ff8006;
    font-size: 0.65rem;
}

.filter-group-title {
    font-size: 0.85rem;
    font-weight: 500;
    color: #6B6A6A;
    flex-grow: 1;
}

.filter-group-indicator {
    width: 12px;
    height: 12px;
    position: relative;
    margin-left: 8px;
}

    .filter-group-indicator:before,
    .filter-group-indicator:after {
        content: "";
        position: absolute;
        background-color: #ff8006;
        transition: all 0.3s ease;
    }

    .filter-group-indicator:before {
        width: 12px;
        height: 2px;
        top: 5px;
        left: 0;
    }

    .filter-group-indicator:after {
        width: 2px;
        height: 12px;
        top: 0;
        left: 5px;
    }

    .filter-group-indicator.open:after {
        transform: scaleY(0);
    }

.filter-group-content {
    padding: 0.5rem;
    background: white;
    border-top: 1px solid rgba(107, 106, 106, 0.05);
}

.filter-checkbox-grid {
    max-height: 160px;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: none; /* Firefox için scrollbar gizleme */
    padding: 0 0.3rem;
}

    .filter-checkbox-grid::-webkit-scrollbar {
        width: 2px;
        background: transparent;
    }

    .filter-checkbox-grid:hover::-webkit-scrollbar-thumb {
        background-color: rgba(107, 106, 106, 0.2);
        border-radius: 20px;
    }

.filter-actions {
    display: flex;
    gap: 0.5rem;
    padding-top: 0.5rem;
}

.filter-btn {
    flex: 1;
    padding: 0.65rem 0;
    border-radius: 8px;
    font-size: 0.8rem;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.filter-btn-apply {
    background: white;
    color: #6B6A6A;
    border: 1px solid rgba(107, 106, 106, 0.15);
}

    .filter-btn-apply:hover {
        background: #ff8006;
        color: white;
        transform: translateY(-1px);
        box-shadow: 0 3px 6px rgba(255, 128, 6, 0.15);
    }

.filter-btn-reset {
    background: white;
    color: #6B6A6A;
    border: 1px solid rgba(107, 106, 106, 0.15);
}

    .filter-btn-reset:hover {
        background: #f8f8f8;
        transform: translateY(-1px);
        box-shadow: 0 3px 6px rgba(107, 106, 106, 0.08);
        color: #ff8006;
    }

.rz-checkbox .rz-checkbox-box {
    border-color: rgba(107, 106, 106, 0.3) !important;
    transform: scale(0.85);
}

    .rz-checkbox .rz-checkbox-box.rz-state-active {
        background-color: #ff8006 !important;
        border-color: #ff8006 !important;
    }

.btn-quote {
    padding: 8px 16px;
    background: #f2f2f2;
    color: #6B6A6A;
    border: 1px solid rgba(107, 106, 106, 0.1);
    border-radius: 6px;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    width: auto;
    min-width: 80px;
}

    .btn-quote:hover {
        background: #ff8006;
        color: white;
        transform: translateY(-2px);
        border-color: transparent;
    }

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

    .popup-overlay.active {
        opacity: 1;
        visibility: visible;
    }

.popup-content {
    background-color: white;
    border-radius: 0.75rem;
    width: 90%;
    max-width: 500px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.popup-header {
    background: linear-gradient(135deg, #ff6b6b, #ff8c42);
    color: white;
    padding: 1rem;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .popup-header h3 {
        margin: 0;
        font-size: 1.2rem;
        font-weight: 600;
    }

.popup-close {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: white;
    font-size: 1.5rem;
    line-height: 1;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

.popup-body {
    padding: 2rem 1.5rem;
    text-align: left;
}

    .popup-body p {
        margin: 0 0 1rem 0;
        color: #333;
        font-size: 1.1rem;
        font-weight: 500;
    }

.popup-info {
    background-color: #f8f9fa;
    padding: 1.5rem;
    border-radius: 8px;
    margin-top: 1rem;
}

    .popup-info ol {
        margin: 1rem 0;
        padding-left: 1.5rem;
    }

    .popup-info li {
        margin-bottom: 0.75rem;
        color: #555;
        line-height: 1.4;
    }

.popup-note {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #e9ecef;
    font-size: 0.95rem;
    color: #666;
}

.popup-link {
    color: #f58220;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
}

    .popup-link:hover {
        color: #e67415;
        text-decoration: underline;
    }

.popup-buttons {
    display: flex;
    justify-content: center;
    gap: 1rem;
    padding: 0 1.5rem 1.5rem;
}

.popup-btn {
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    min-width: 100px;
}

.popup-btn-yes {
    background: #ff8c42;
    color: white;
    border: none;
}

    .popup-btn-yes:hover {
        background: #ff6b6b;
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(255, 140, 66, 0.2);
    }

.popup-btn-no {
    background: white;
    color: #333;
    border: 1px solid #ddd;
}

    .popup-btn-no:hover {
        background: #f5f5f5;
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    }

.loading-indicator {
    text-align: center;
    padding: 2rem;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #ff8c42;
    border-radius: 50%;
    margin: 0 auto;
}

.load-more-button {
    background: linear-gradient(135deg, #ff6b6b, #ff8c42);
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0 auto;
}

    .load-more-button:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(255, 140, 66, 0.2);
    }

    .load-more-button i {
        font-size: 0.9rem;
    }

.header-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    padding: 1rem;
    background-color: #fff;
    border-radius: 0.75rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.section-header {
    text-align: center;
    margin-bottom: 2rem;
    position: relative;
    padding: 0 2rem;
}

.section-title {
    font-size: 1.75rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 1rem;
    display: inline-block;
    position: relative;
    padding: 0 1rem;
}

.section-line {
    height: 4px;
    width: 100%;
    background: linear-gradient(90deg, rgba(243, 156, 18, 0.1) 0%, rgba(243, 156, 18, 0.8) 20%, rgba(230, 126, 34, 0.8) 80%, rgba(243, 156, 18, 0.1) 100% );
    margin: 0 auto;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}

    .section-line::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.2) 50%, transparent 100% );
        animation: shimmer 2s infinite;
    }

.left-header {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.search-info-container {
    width: 100%;
    padding: 12px 20px;
    background-color: #fff;
    margin: 15px 0;
    display: flex;
    align-items: center;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    border-radius: 8px;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
}

.logo-section {
    width: 120px;
    min-width: 100px;
    padding: 5px;
    display: flex;
    align-items: center;
}

.search-logo {
    width: 100%;
    height: auto;
    object-fit: contain;
    max-height: 40px;
}

.search-section {
    flex: 1;
    min-width: 280px;
    max-width: 800px;
    padding: 0 10px;
}

.search-box {
    display: flex;
    align-items: center;
    background-color: #f8f9fa;
    border-radius: 25px;
    padding: 5px 15px;
    border: 1px solid #e0e0e0;
    transition: all 0.3s ease;
    width: 100%;
}

    .search-box:hover, .search-box:focus-within {
        border-color: #ff8c42;
        box-shadow: 0 2px 8px rgba(255, 140, 66, 0.1);
    }

    .search-box input {
        flex: 1;
        border: none;
        padding: 8px;
        font-size: 14px;
        outline: none;
        background: transparent;
        width: 100%;
        min-width: 100px;
    }

.search-button {
    background: none;
    border: none;
    color: #ff8c42;
    cursor: pointer;
    padding: 8px;
    transition: color 0.3s ease;
    flex-shrink: 0;
}

    .search-button:hover {
        color: #ff6b6b;
    }

.info-section {
    flex: 0 1 auto;
    min-width: 200px;
    max-width: 300px;
    padding: 5px;
}

.info-box {
    display: flex;
    align-items: center;
    background-color: #fff8f3;
    padding: 8px 12px;
    border-radius: 8px;
    border-left: 3px solid #ff8c42;
    width: 100%;
}

.info-icon {
    color: #ff8c42;
    font-size: 16px;
    margin-right: 8px;
    flex-shrink: 0;
}

.info-text {
    color: #666;
    font-size: 12px;
    line-height: 1.3;
    flex: 1;
    white-space: normal;
    overflow: hidden;
}

    .info-text p {
        margin: 0;
    }

/* Yukarı çık butonu stilleri */
.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #ff8006;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease;
    z-index: 9999;
    border: none;
}

    .back-to-top.visible {
        opacity: 1;
        visibility: visible;
    }

    .back-to-top:hover {
        background-color: #ff8c42;
        transform: translateY(-3px);
        box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
    }

    .back-to-top i {
        font-size: 1.5rem;
    }

/* Modern Footer Alternatif Tasarım */
.footer-area {
    position: relative;
    margin-top: 6rem;
    background: linear-gradient(45deg, #01123c 0%, #1e3c72 100%);
    color: #fff;
    overflow: hidden;
    padding-bottom: 0rem;
}

/* Footer Üst Desen */
.footer-top-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background: linear-gradient(90deg, #ff8006, #ff6b6b);
    transform: translateY(-50%);
    border-radius: 20px;
}

.main-footer {
    position: relative;
    padding: 2rem 0 1rem;
    z-index: 2;
}

.footer-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2.5rem;
    align-items: stretch;
}

.footer-widget {
    position: relative;
    z-index: 2;
    transition: all 0.4s ease;
    backdrop-filter: blur(5px);
    padding: 1.5rem;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    height: 100%;
    display: flex;
    flex-direction: column;
}

    .footer-widget:hover {
        transform: translateY(-8px);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
        background: rgba(255, 255, 255, 0.08);
        border-color: rgba(255, 140, 66, 0.3);
    }

    .footer-widget:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(135deg, rgba(255, 140, 66, 0.1), rgba(255, 107, 107, 0.1));
        border-radius: 15px;
        opacity: 0;
        transition: opacity 0.4s ease;
        z-index: -1;
    }

    .footer-widget:hover:before {
        opacity: 1;
    }

.footer-widget-heading {
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 0.5rem;
    display: flex;
    align-items: center;
}

    .footer-widget-heading h3 {
        font-size: 1.4rem;
        font-weight: 700;
        margin: 0;
        position: relative;
        display: inline-block;
        background: linear-gradient(45deg, #ff8c42, #ff6b6b);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        padding-bottom: 0.8rem;
    }

        .footer-widget-heading h3:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 50px;
            height: 3px;
            background: linear-gradient(90deg, #ff8c42, #ff6b6b);
            border-radius: 3px;
            transition: width 0.3s ease;
        }

.expo-logo {
    transition: transform 0.3s ease;
}

.footer-widget:hover .expo-logo {
    transform: scale(1.05);
}

.footer-widget:hover .footer-widget-heading h3:after {
    width: 100%;
}

.footer-text {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.footer-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1.5rem;
}

.action-button {
    display: inline-flex;
    align-items: center;
    padding: 0.8rem 1.2rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 30px;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
    gap: 0.6rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

    .action-button:hover {
        background: rgba(255, 140, 66, 0.2);
        transform: translateY(-3px);
        color: #ff8c42;
        border-color: rgba(255, 140, 66, 0.3);
    }

.action-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: rgba(255, 140, 66, 0.2);
    border-radius: 50%;
    color: #ff8c42;
}

/* Haberler Widget Stilleri */
.footer-news-items {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.footer-news-item {
    display: flex;
    gap: 1rem;
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
    padding: 0.8rem;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0);
}

    .footer-news-item:hover {
        background: rgba(255, 255, 255, 0.05);
        transform: translateX(5px);
    }

.news-date {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 50px;
    height: 60px;
    background: linear-gradient(45deg, #ff8c42, #ff6b6b);
    border-radius: 8px;
    padding: 0.5rem;
    box-shadow: 0 5px 15px rgba(255, 140, 66, 0.2);
}

.news-day {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
}

.news-month {
    font-size: 0.7rem;
    margin-top: 0.3rem;
    opacity: 0.8;
}

.news-info {
    flex: 1;
}

    .news-info h4 {
        font-size: 1rem;
        margin: 0 0 0.3rem;
        color: #fff;
        transition: color 0.3s;
    }

.footer-news-item:hover .news-info h4 {
    color: #ff8c42;
}

.news-info p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
    line-height: 1.4;
}

.footer-btn-wrapper {
    margin-top: 1.5rem;
    text-align: center;
}

.all-news-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.7rem 1.2rem;
    background: linear-gradient(45deg, rgba(255, 140, 66, 0.1), rgba(255, 107, 107, 0.1));
    border-radius: 30px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 140, 66, 0.2);
}

    .all-news-btn:hover {
        background: linear-gradient(45deg, rgba(255, 140, 66, 0.2), rgba(255, 107, 107, 0.2));
        transform: translateY(-3px);
        color: #ff8c42;
    }

    .all-news-btn i {
        transition: transform 0.3s ease;
    }

    .all-news-btn:hover i {
        transform: translateX(5px);
    }

/* Contact Widget Stilleri */
.footer-contact-info {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.contact-info-item {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.contact-info-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: linear-gradient(45deg, rgba(255, 140, 66, 0.2), rgba(255, 107, 107, 0.2));
    border-radius: 10px;
    color: #ff8c42;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.contact-info-item:hover .contact-info-icon {
    transform: scale(1.1) rotate(10deg);
    background: linear-gradient(45deg, rgba(255, 140, 66, 0.3), rgba(255, 107, 107, 0.3));
}

.contact-info-text {
    flex: 1;
}

    .contact-info-text h4 {
        font-size: 0.9rem;
        margin: 0 0 0.2rem;
        color: rgba(255, 255, 255, 0.8);
    }

    .contact-info-text p {
        font-size: 1rem;
        margin: 0;
        color: #fff;
        word-break: break-word;
    }

.footer-social-media {
    margin-top: 1.5rem;
}

.social-media-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    padding: 0;
    margin: 0;
    list-style: none;
}

    .social-media-list li {
        margin: 0;
    }

    .social-media-list a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border-radius: 10px;
        background: rgba(255, 255, 255, 0.1);
        color: #fff;
        font-size: 1rem;
        transition: all 0.3s ease;
        text-decoration: none;
        position: relative;
        overflow: hidden;
    }

        .social-media-list a:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(45deg, #ff8c42, #ff6b6b);
            opacity: 0;
            transition: opacity 0.3s ease;
            z-index: -1;
        }

        .social-media-list a:hover {
            transform: translateY(-5px);
            color: #fff;
        }

            .social-media-list a:hover:before {
                opacity: 1;
            }

        .social-media-list a i {
            position: relative;
            z-index: 1;
        }

        .social-media-list a.facebook:before {
            background: #1877f2;
        }

        .social-media-list a.twitter:before {
            background: #1da1f2;
        }

        .social-media-list a.instagram:before {
            background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
        }

        .social-media-list a.linkedin:before {
            background: #0077b5;
        }

        .social-media-list a:hover {
            transform: translateY(-5px);
        }

            .social-media-list a:hover:before {
                opacity: 1;
            }

        .social-media-list a i {
            position: relative;
            z-index: 1;
            transition: transform 0.3s ease;
        }

        .social-media-list a:hover i {
            transform: scale(1.1);
        }

/* Back To Top Butonu */
.back-to-top-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff8c42, #ff6b6b);
    color: white;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 99;
    box-shadow: 0 5px 15px rgba(255, 140, 66, 0.3);
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
}

    .back-to-top-btn.visible {
        opacity: 1;
        visibility: visible;
    }

    .back-to-top-btn:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(255, 140, 66, 0.4);
    }

/* Genel responsive ayarlar için flexbox ve grid kullanımı */
.footer-widget {
    min-width: 0; /* Taşmayı önlemek için */
}

.footer-row {
    align-items: flex-start;
}

.copyright-row {
    align-items: center;
}

/* Filtre toggle button - mobile için */
.filter-toggle {
    display: none;
    position: fixed;
    top: 130px;
    left: 0;
    width: 120px;
    height: 40px;
    padding: 0 0 0 15px;
    border-radius: 0 20px 20px 0;
    background-color: #ff8006;
    color: white;
    font-size: 1rem;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    z-index: 999;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    overflow: hidden;
}

    .filter-toggle:hover {
        width: 150px;
        box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
        background-color: #e67200;
    }

    .filter-toggle::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 20px;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.15);
        clip-path: polygon(100% 50%, 0 0, 0 100%);
    }

    .filter-toggle i {
        transform: rotate(0deg);
        font-size: 1.2rem;
        margin-right: 8px;
        z-index: 1;
    }

    .filter-toggle span {
        font-weight: 600;
        font-size: 0.9rem;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        z-index: 1;
    }

/* Filtre açık olduğunda butonun stil değişikliği */
.filter-sidebar.active ~ .filter-toggle,
.filter-sidebar.active + .product-list-container-product ~ .filter-toggle,
.filter-overlay.active + .filter-toggle {
    left: 280px;
    border-radius: 20px 0 0 20px;
    background-color: #e67200;
}

    .filter-sidebar.active ~ .filter-toggle::after,
    .filter-sidebar.active + .product-list-container-product ~ .filter-toggle::after,
    .filter-overlay.active + .filter-toggle::after {
        right: auto;
        left: 0;
        clip-path: polygon(0 50%, 100% 0, 100% 100%);
    }

/* Responsive tasarım */
@media (max-width: 1400px) {
    .buttons-container {
        flex-direction: column;
        gap: 0.6rem;
    }

        .buttons-container .btn-quote,
        .buttons-container .btn-secondary {
            width: 100%;
            padding: 0.6rem;
        }
}

@media (max-width: 1164px) {
    .product-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 972px) {
    .product-container {
        flex-direction: column;
    }

    .product-list-container-product {
        margin: 0 auto;
        width: 100%;
        max-width: 920px;
    }

    .filter-sidebar {
        position: fixed;
        top: 0;
        left: -300px;
        bottom: 0;
        width: 280px;
        height: 100vh;
        z-index: 999;
        overflow-y: auto;
        background: white;
        box-shadow: 3px 0 15px rgba(0, 0, 0, 0.1);
        transition: left 0.3s ease;
    }

        .filter-sidebar.active {
            left: 0;
        }

    .filter-toggle {
        display: flex;
    }

    .filter-overlay {
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
    }

        .filter-overlay.active {
            opacity: 1;
            visibility: visible;
        }

    .filter-card {
        border-radius: 0;
        max-height: 100vh;
        padding-bottom: 80px;
        margin-top: 0;
    }

    .supplier-hero {
        margin-bottom: 12rem;
    }

    .supplier-profile {
        flex-direction: column;
        bottom: -25%;
    }

    .supplier-avatar {
        position: absolute;
        left: 50%;
        bottom: 100%;
        transform: translate(-50%, 50%);
        margin: 0 auto;
        width: 150px;
        height: 150px;
    }

    .supplier-info {
        margin-left: 0;
        padding-top: 1rem;
        text-align: center;
        margin-top: 4rem;
        width: 100%;
    }

    .supplier-actions {
        position: relative;
        right: auto;
        bottom: auto;
        margin-top: 1rem;
        width: 100%;
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 640px) {
    .product-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .filter-toggle {
        top: 120px;
        width: 120px;
    }

    .supplier-hero {
        margin-top: 60px;
    }

    .supplier-profile {
        flex-direction: column;
    }

    .supplier-avatar {
        margin-bottom: 20px;
    }

    .supplier-name {
        font-size: 24px;
    }
}

@media (max-width: 576px) {
    .price-footer-container {
        gap: 0.5rem;
    }

        .price-footer-container .btn-secondary {
            font-size: 0.7rem;
            min-height: 38px;
            letter-spacing: -0.1px;
        }
}

@media (max-width: 480px) {
    .product-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .buttons-container .btn-quote,
    .buttons-container .btn-secondary {
        font-size: 0.75rem;
        padding: 0.5rem 0.3rem;
    }

    .btn-quote i,
    .btn-secondary i {
        font-size: 0.7rem;
    }

    .filter-toggle {
        top: 110px;
        width: 100px;
        height: 36px;
    }

        .filter-toggle span {
            font-size: 0.75rem;
            letter-spacing: 0.3px;
        }

        .filter-toggle i {
            font-size: 1rem;
            margin-right: 6px;
        }

    .price-footer-container .btn-secondary {
        font-size: 0.68rem;
        padding: 0.4rem 0.3rem;
        min-height: 38px;
        letter-spacing: -0.1px;
    }
}

@media (max-width: 400px) {
    .price-footer-container .price-tag {
        margin-bottom: 0.5rem;
    }
}

.filter-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 998;
}

/* Sıralama alanı için stiller */
.filter-label {
    display: block;
    font-size: 0.85rem;
    font-weight: 500;
    color: #6B6A6A;
    margin-bottom: 0.6rem;
    padding: 0 0.5rem;
}

/* Sıralama dropdown'u için stil */
.rz-dropdown {
    width: 100%;
    border: 1px solid rgba(107, 106, 106, 0.15) !important;
    border-radius: 6px !important;
    transition: all 0.2s ease;
    background-color: white !important;
}

    .rz-dropdown:hover {
        border-color: #ff8006 !important;
        box-shadow: 0 0 0 3px rgba(255, 128, 6, 0.1) !important;
    }

    .rz-dropdown .rz-dropdown-trigger {
        background-color: transparent !important;
        color: #6B6A6A !important;
    }

    .rz-dropdown .rz-inputtext {
        color: #333 !important;
        font-size: 0.85rem !important;
        font-weight: 500 !important;
        padding: 0.5rem 0.75rem !important;
    }

.rz-dropdown-panel {
    border-radius: 6px !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1) !important;
    border: none !important;
}

.rz-dropdown-items {
    padding: 0.5rem 0 !important;
}

.rz-dropdown-item {
    padding: 0.5rem 1rem !important;
    font-size: 0.85rem !important;
    color: #333 !important;
    transition: all 0.2s ease !important;
}

    .rz-dropdown-item:hover {
        background-color: rgba(255, 128, 6, 0.1) !important;
        color: #ff8006 !important;
    }

    .rz-dropdown-item.rz-state-highlight {
        background-color: rgba(255, 128, 6, 0.2) !important;
        color: #ff8006 !important;
        font-weight: 500 !important;
    }

/* Fiyat aralığı slider için stil */
.filter-price-range {
    padding: 0.5rem 0.75rem 0.75rem;
    background-color: white;
    border-radius: 0.5rem;
}

.rz-slider {
    height: 4px !important;
    background-color: rgba(107, 106, 106, 0.15) !important;
    border-radius: 4px !important;
    margin: 0.5rem 0.3rem 0.75rem !important;
    position: relative !important;
}

.rz-slider-range {
    background-color: #ff8006 !important;
    height: 4px !important;
    margin-top: 0 !important;
}

.rz-slider-handle {
    border-radius: 50% !important;
    width: 18px !important;
    height: 18px !important;
    top: 0 !important;
    transform: translateY(-50%) !important;
    margin-top: 0 !important;
    border: 2px solid #ff8006 !important;
    background-color: white !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) !important;
    transition: background-color 0.2s ease !important;
    margin-left: -15px !important;
    position: absolute !important;
}

    .rz-slider-handle:hover, .rz-slider-handle:active {
        transform: translateY(-50%) scale(1.1) !important;
        background-color: #ff8006 !important;
        top: 0 !important;
    }

.price-range-values {
    display: flex;
    justify-content: space-between;
    margin-top: 0;
}

.price-range-value {
    font-size: 0.87rem;
    font-weight: 600;
    padding: 0.1rem 0;
    color: #444;
    border: none;
    background: none;
    box-shadow: none;
}

/* Filter Card Güncellemeleri */
.filter-card {
    background: white;
    border-radius: 10px;
    padding: 1rem;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.06);
    position: sticky;
    top: 1rem;
    max-height: calc(100vh - 2rem);
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: none; /* Firefox için scrollbar gizleme */
    width: 100%;
    margin-top: 10px;
}

    .filter-card::-webkit-scrollbar {
        width: 3px;
        background: transparent;
    }

    .filter-card:hover::-webkit-scrollbar-thumb {
        background-color: rgba(107, 106, 106, 0.2);
        border-radius: 20px;
    }

.filter-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0.6rem;
}

.filter-title {
    font-size: 0.95rem;
    font-weight: 600;
    margin: 0;
    color: #6B6A6A;
}

.filter-icon {
    color: #ff8006;
    font-size: 0.9rem;
}

.filter-divider {
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(107, 106, 106, 0.1), transparent);
    margin: 0.6rem 0;
}

.filter-group {
    margin-bottom: 0.8rem;
    background: #f9f9f9;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
}

    .filter-group:hover {
        transform: translateY(-1px);
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
    }

.filter-group-header {
    padding: 0.7rem;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: background 0.2s ease;
    user-select: none;
}

    .filter-group-header:hover {
        background: rgba(255, 128, 6, 0.05);
    }

.filter-group-icon {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: rgba(255, 128, 6, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.7rem;
    color: #ff8006;
    font-size: 0.65rem;
}

.filter-group-title {
    font-size: 0.85rem;
    font-weight: 500;
    color: #6B6A6A;
    flex-grow: 1;
}

.filter-group-indicator {
    width: 12px;
    height: 12px;
    position: relative;
    margin-left: 8px;
}

    .filter-group-indicator:before,
    .filter-group-indicator:after {
        content: "";
        position: absolute;
        background-color: #ff8006;
        transition: all 0.3s ease;
    }

    .filter-group-indicator:before {
        width: 12px;
        height: 2px;
        top: 5px;
        left: 0;
    }

    .filter-group-indicator:after {
        width: 2px;
        height: 12px;
        top: 0;
        left: 5px;
    }

    .filter-group-indicator.open:after {
        transform: scaleY(0);
    }

.filter-group-content {
    padding: 0.5rem;
    background: white;
    border-top: 1px solid rgba(107, 106, 106, 0.05);
}

.filter-checkbox-grid {
    max-height: 160px;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: none; /* Firefox için scrollbar gizleme */
    padding: 0 0.3rem;
}

    .filter-checkbox-grid::-webkit-scrollbar {
        width: 2px;
        background: transparent;
    }

    .filter-checkbox-grid:hover::-webkit-scrollbar-thumb {
        background-color: rgba(107, 106, 106, 0.2);
        border-radius: 20px;
    }

.filter-actions {
    display: flex;
    gap: 0.5rem;
    padding-top: 0.5rem;
}

.filter-btn {
    flex: 1;
    padding: 0.65rem 0;
    border-radius: 8px;
    font-size: 0.8rem;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.filter-btn-apply {
    background: white;
    color: #6B6A6A;
    border: 1px solid rgba(107, 106, 106, 0.15);
}

    .filter-btn-apply:hover {
        background: #ff8006;
        color: white;
        transform: translateY(-1px);
        box-shadow: 0 3px 6px rgba(255, 128, 6, 0.15);
    }

.filter-btn-reset {
    background: white;
    color: #6B6A6A;
    border: 1px solid rgba(107, 106, 106, 0.15);
}

    .filter-btn-reset:hover {
        background: #f8f8f8;
        transform: translateY(-1px);
        box-shadow: 0 3px 6px rgba(107, 106, 106, 0.08);
        color: #ff8006;
    }

.rz-checkbox .rz-checkbox-box {
    border-color: rgba(107, 106, 106, 0.3) !important;
    transform: scale(0.85);
}

    .rz-checkbox .rz-checkbox-box.rz-state-active {
        background-color: #ff8006 !important;
        border-color: #ff8006 !important;
    }

.btn-quote {
    padding: 8px 16px;
    background: #f2f2f2;
    color: #6B6A6A;
    border: 1px solid rgba(107, 106, 106, 0.1);
    border-radius: 6px;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    width: auto;
    min-width: 80px;
}

    .btn-quote:hover {
        background: #ff8006;
        color: white;
        transform: translateY(-2px);
        border-color: transparent;
    }

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

    .popup-overlay.active {
        opacity: 1;
        visibility: visible;
    }

.popup-content {
    background-color: white;
    border-radius: 0.75rem;
    width: 90%;
    max-width: 500px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.popup-header {
    background: linear-gradient(135deg, #ff6b6b, #ff8c42);
    color: white;
    padding: 1rem;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .popup-header h3 {
        margin: 0;
        font-size: 1.2rem;
        font-weight: 600;
    }

.popup-close {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: white;
    font-size: 1.5rem;
    line-height: 1;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

.popup-body {
    padding: 2rem 1.5rem;
    text-align: left;
}

    .popup-body p {
        margin: 0 0 1rem 0;
        color: #333;
        font-size: 1.1rem;
        font-weight: 500;
    }

.popup-info {
    background-color: #f8f9fa;
    padding: 1.5rem;
    border-radius: 8px;
    margin-top: 1rem;
}

    .popup-info ol {
        margin: 1rem 0;
        padding-left: 1.5rem;
    }

    .popup-info li {
        margin-bottom: 0.75rem;
        color: #555;
        line-height: 1.4;
    }

.popup-note {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #e9ecef;
    font-size: 0.95rem;
    color: #666;
}

.popup-link {
    color: #f58220;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
}

    .popup-link:hover {
        color: #e67415;
        text-decoration: underline;
    }

.popup-buttons {
    display: flex;
    justify-content: center;
    gap: 1rem;
    padding: 0 1.5rem 1.5rem;
}

.popup-btn {
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    min-width: 100px;
}

.popup-btn-yes {
    background: #ff8c42;
    color: white;
    border: none;
}

    .popup-btn-yes:hover {
        background: #ff6b6b;
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(255, 140, 66, 0.2);
    }

.popup-btn-no {
    background: white;
    color: #333;
    border: 1px solid #ddd;
}

    .popup-btn-no:hover {
        background: #f5f5f5;
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    }

.loading-indicator {
    text-align: center;
    padding: 2rem;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #ff8c42;
    border-radius: 50%;
    margin: 0 auto;
}

.load-more-button {
    background: linear-gradient(135deg, #ff6b6b, #ff8c42);
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0 auto;
}

    .load-more-button:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(255, 140, 66, 0.2);
    }

    .load-more-button i {
        font-size: 0.9rem;
    }

.header-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    padding: 1rem;
    background-color: #fff;
    border-radius: 0.75rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.section-header {
    text-align: center;
    margin-bottom: 2rem;
    position: relative;
    padding: 0 2rem;
}

.section-title {
    font-size: 1.75rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 1rem;
    display: inline-block;
    position: relative;
    padding: 0 1rem;
}

.section-line {
    height: 4px;
    width: 100%;
    background: linear-gradient(90deg, rgba(243, 156, 18, 0.1) 0%, rgba(243, 156, 18, 0.8) 20%, rgba(230, 126, 34, 0.8) 80%, rgba(243, 156, 18, 0.1) 100% );
    margin: 0 auto;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}

    .section-line::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.2) 50%, transparent 100% );
        animation: shimmer 2s infinite;
    }

.left-header {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.search-info-container {
    width: 100%;
    padding: 12px 20px;
    background-color: #fff;
    margin: 15px 0;
    display: flex;
    align-items: center;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    border-radius: 8px;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
}

.logo-section {
    width: 120px;
    min-width: 100px;
    padding: 5px;
    display: flex;
    align-items: center;
}

.search-logo {
    width: 100%;
    height: auto;
    object-fit: contain;
    max-height: 40px;
}

.search-section {
    flex: 1;
    min-width: 280px;
    max-width: 800px;
    padding: 0 10px;
}

.search-box {
    display: flex;
    align-items: center;
    background-color: #f8f9fa;
    border-radius: 25px;
    padding: 5px 15px;
    border: 1px solid #e0e0e0;
    transition: all 0.3s ease;
    width: 100%;
}

    .search-box:hover, .search-box:focus-within {
        border-color: #ff8c42;
        box-shadow: 0 2px 8px rgba(255, 140, 66, 0.1);
    }

    .search-box input {
        flex: 1;
        border: none;
        padding: 8px;
        font-size: 14px;
        outline: none;
        background: transparent;
        width: 100%;
        min-width: 100px;
    }

.search-button {
    background: none;
    border: none;
    color: #ff8c42;
    cursor: pointer;
    padding: 8px;
    transition: color 0.3s ease;
    flex-shrink: 0;
}

    .search-button:hover {
        color: #ff6b6b;
    }

.info-section {
    flex: 0 1 auto;
    min-width: 200px;
    max-width: 300px;
    padding: 5px;
}

.info-box {
    display: flex;
    align-items: center;
    background-color: #fff8f3;
    padding: 8px 12px;
    border-radius: 8px;
    border-left: 3px solid #ff8c42;
    width: 100%;
}

.info-icon {
    color: #ff8c42;
    font-size: 16px;
    margin-right: 8px;
    flex-shrink: 0;
}

.info-text {
    color: #666;
    font-size: 12px;
    line-height: 1.3;
    flex: 1;
    white-space: normal;
    overflow: hidden;
}

    .info-text p {
        margin: 0;
    }

/* Yukarı çık butonu stilleri */
.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #ff8006;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease;
    z-index: 9999;
    border: none;
}

    .back-to-top.visible {
        opacity: 1;
        visibility: visible;
    }

    .back-to-top:hover {
        background-color: #ff8c42;
        transform: translateY(-3px);
        box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
    }

    .back-to-top i {
        font-size: 1.5rem;
    }

/* Modern Footer Alternatif Tasarım */
.footer-area {
    position: relative;
    margin-top: 6rem;
    background: linear-gradient(45deg, #01123c 0%, #1e3c72 100%);
    color: #fff;
    overflow: hidden;
    padding-bottom: 0rem;
}

/* Footer Üst Desen */
.footer-top-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background: linear-gradient(90deg, #ff8006, #ff6b6b);
    transform: translateY(-50%);
    border-radius: 20px;
}

.main-footer {
    position: relative;
    padding: 2rem 0 1rem;
    z-index: 2;
}

.footer-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2.5rem;
    align-items: stretch;
}

.footer-widget {
    position: relative;
    z-index: 2;
    transition: all 0.4s ease;
    backdrop-filter: blur(5px);
    padding: 1.5rem;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    height: 100%;
    display: flex;
    flex-direction: column;
}

    .footer-widget:hover {
        transform: translateY(-8px);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
        background: rgba(255, 255, 255, 0.08);
        border-color: rgba(255, 140, 66, 0.3);
    }

    .footer-widget:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(135deg, rgba(255, 140, 66, 0.1), rgba(255, 107, 107, 0.1));
        border-radius: 15px;
        opacity: 0;
        transition: opacity 0.4s ease;
        z-index: -1;
    }

    .footer-widget:hover:before {
        opacity: 1;
    }

.footer-widget-heading {
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 0.5rem;
    display: flex;
    align-items: center;
}

    .footer-widget-heading h3 {
        font-size: 1.4rem;
        font-weight: 700;
        margin: 0;
        position: relative;
        display: inline-block;
        background: linear-gradient(45deg, #ff8c42, #ff6b6b);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        padding-bottom: 0.8rem;
    }

        .footer-widget-heading h3:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 50px;
            height: 3px;
            background: linear-gradient(90deg, #ff8c42, #ff6b6b);
            border-radius: 3px;
            transition: width 0.3s ease;
        }

.expo-logo {
    transition: transform 0.3s ease;
}

.footer-widget:hover .expo-logo {
    transform: scale(1.05);
}

.footer-widget:hover .footer-widget-heading h3:after {
    width: 100%;
}

.footer-text {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.footer-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1.5rem;
}

.action-button {
    display: inline-flex;
    align-items: center;
    padding: 0.8rem 1.2rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 30px;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
    gap: 0.6rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

    .action-button:hover {
        background: rgba(255, 140, 66, 0.2);
        transform: translateY(-3px);
        color: #ff8c42;
        border-color: rgba(255, 140, 66, 0.3);
    }

.action-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: rgba(255, 140, 66, 0.2);
    border-radius: 50%;
    color: #ff8c42;
}

/* Haberler Widget Stilleri */
.footer-news-items {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.footer-news-item {
    display: flex;
    gap: 1rem;
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
    padding: 0.8rem;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0);
}

    .footer-news-item:hover {
        background: rgba(255, 255, 255, 0.05);
        transform: translateX(5px);
    }

.news-date {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 50px;
    height: 60px;
    background: linear-gradient(45deg, #ff8c42, #ff6b6b);
    border-radius: 8px;
    padding: 0.5rem;
    box-shadow: 0 5px 15px rgba(255, 140, 66, 0.2);
}

.news-day {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
}

.news-month {
    font-size: 0.7rem;
    margin-top: 0.3rem;
    opacity: 0.8;
}

.news-info {
    flex: 1;
}

    .news-info h4 {
        font-size: 1rem;
        margin: 0 0 0.3rem;
        color: #fff;
        transition: color 0.3s;
    }

.footer-news-item:hover .news-info h4 {
    color: #ff8c42;
}

.news-info p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
    line-height: 1.4;
}

.footer-btn-wrapper {
    margin-top: 1.5rem;
    text-align: center;
}

.all-news-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.7rem 1.2rem;
    background: linear-gradient(45deg, rgba(255, 140, 66, 0.1), rgba(255, 107, 107, 0.1));
    border-radius: 30px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 140, 66, 0.2);
}

    .all-news-btn:hover {
        background: linear-gradient(45deg, rgba(255, 140, 66, 0.2), rgba(255, 107, 107, 0.2));
        transform: translateY(-3px);
        color: #ff8c42;
    }

    .all-news-btn i {
        transition: transform 0.3s ease;
    }

    .all-news-btn:hover i {
        transform: translateX(5px);
    }

/* Contact Widget Stilleri */
.footer-contact-info {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.contact-info-item {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.contact-info-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: linear-gradient(45deg, rgba(255, 140, 66, 0.2), rgba(255, 107, 107, 0.2));
    border-radius: 10px;
    color: #ff8c42;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.contact-info-item:hover .contact-info-icon {
    transform: scale(1.1) rotate(10deg);
    background: linear-gradient(45deg, rgba(255, 140, 66, 0.3), rgba(255, 107, 107, 0.3));
}

.contact-info-text {
    flex: 1;
}

    .contact-info-text h4 {
        font-size: 0.9rem;
        margin: 0 0 0.2rem;
        color: rgba(255, 255, 255, 0.8);
    }

    .contact-info-text p {
        font-size: 1rem;
        margin: 0;
        color: #fff;
        word-break: break-word;
    }

.footer-social-media {
    margin-top: 1.5rem;
}

.social-media-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    padding: 0;
    margin: 0;
    list-style: none;
}

    .social-media-list li {
        margin: 0;
    }

    .social-media-list a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border-radius: 10px;
        background: rgba(255, 255, 255, 0.1);
        color: #fff;
        font-size: 1rem;
        transition: all 0.3s ease;
        text-decoration: none;
        position: relative;
        overflow: hidden;
    }

        .social-media-list a:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(45deg, #ff8c42, #ff6b6b);
            opacity: 0;
            transition: opacity 0.3s ease;
            z-index: -1;
        }

        .social-media-list a:hover {
            transform: translateY(-5px);
            color: #fff;
        }

            .social-media-list a:hover:before {
                opacity: 1;
            }

        .social-media-list a i {
            position: relative;
            z-index: 1;
        }

        .social-media-list a.facebook:before {
            background: #1877f2;
        }

        .social-media-list a.twitter:before {
            background: #1da1f2;
        }

        .social-media-list a.instagram:before {
            background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
        }

        .social-media-list a.linkedin:before {
            background: #0077b5;
        }

        .social-media-list a:hover {
            transform: translateY(-5px);
        }

            .social-media-list a:hover:before {
                opacity: 1;
            }

        .social-media-list a i {
            position: relative;
            z-index: 1;
            transition: transform 0.3s ease;
        }

        .social-media-list a:hover i {
            transform: scale(1.1);
        }

/* Back To Top Butonu */
.back-to-top-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff8c42, #ff6b6b);
    color: white;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 99;
    box-shadow: 0 5px 15px rgba(255, 140, 66, 0.3);
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
}

    .back-to-top-btn.visible {
        opacity: 1;
        visibility: visible;
    }

    .back-to-top-btn:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(255, 140, 66, 0.4);
    }

/* Genel responsive ayarlar için flexbox ve grid kullanımı */
.footer-widget {
    min-width: 0; /* Taşmayı önlemek için */
}

.footer-row {
    align-items: flex-start;
}

.copyright-row {
    align-items: center;
}

/* Filtre toggle button - mobile için */
.filter-toggle {
    display: none;
    position: fixed;
    top: 130px;
    left: 0;
    width: 120px;
    height: 40px;
    padding: 0 0 0 15px;
    border-radius: 0 20px 20px 0;
    background-color: #ff8006;
    color: white;
    font-size: 1rem;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    z-index: 999;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    overflow: hidden;
}

    .filter-toggle:hover {
        width: 150px;
        box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
        background-color: #e67200;
    }

    .filter-toggle::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 20px;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.15);
        clip-path: polygon(100% 50%, 0 0, 0 100%);
    }

    .filter-toggle i {
        transform: rotate(0deg);
        font-size: 1.2rem;
        margin-right: 8px;
        z-index: 1;
    }

    .filter-toggle span {
        font-weight: 600;
        font-size: 0.9rem;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        z-index: 1;
    }

/* Filtre açık olduğunda butonun stil değişikliği */
.filter-sidebar.active ~ .filter-toggle,
.filter-sidebar.active + .product-list-container-product ~ .filter-toggle,
.filter-overlay.active + .filter-toggle {
    left: 280px;
    border-radius: 20px 0 0 20px;
    background-color: #e67200;
}

    .filter-sidebar.active ~ .filter-toggle::after,
    .filter-sidebar.active + .product-list-container-product ~ .filter-toggle::after,
    .filter-overlay.active + .filter-toggle::after {
        right: auto;
        left: 0;
        clip-path: polygon(0 50%, 100% 0, 100% 100%);
    }

/* Responsive tasarım */
@media (max-width: 1400px) {
    .buttons-container {
        flex-direction: column;
        gap: 0.6rem;
    }

        .buttons-container .btn-quote,
        .buttons-container .btn-secondary {
            width: 100%;
            padding: 0.6rem;
        }
}

@media (max-width: 1164px) {
    .product-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 972px) {
    .product-container {
        flex-direction: column;
    }

    .product-list-container-product {
        margin: 0 auto;
        width: 100%;
        max-width: 920px;
    }

    .filter-sidebar {
        position: fixed;
        top: 0;
        left: -300px;
        bottom: 0;
        width: 280px;
        height: 100vh;
        z-index: 999;
        overflow-y: auto;
        background: white;
        box-shadow: 3px 0 15px rgba(0, 0, 0, 0.1);
        transition: left 0.3s ease;
    }

        .filter-sidebar.active {
            left: 0;
        }

    .filter-toggle {
        display: flex;
    }

    .filter-overlay {
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
    }

        .filter-overlay.active {
            opacity: 1;
            visibility: visible;
        }

    .filter-card {
        border-radius: 0;
        max-height: 100vh;
        padding-bottom: 80px;
        margin-top: 0;
    }

    .supplier-hero {
        margin-bottom: 12rem;
    }

    .supplier-profile {
        flex-direction: column;
        bottom: -25%;
    }

    .supplier-avatar {
        position: absolute;
        left: 50%;
        bottom: 100%;
        transform: translate(-50%, 50%);
        margin: 0 auto;
        width: 150px;
        height: 150px;
    }

    .supplier-info {
        margin-left: 0;
        padding-top: 1rem;
        text-align: center;
        margin-top: 4rem;
        width: 100%;
    }

    .supplier-actions {
        position: relative;
        right: auto;
        bottom: auto;
        margin-top: 1rem;
        width: 100%;
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 640px) {
    .product-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .filter-toggle {
        top: 120px;
        width: 120px;
    }

    .supplier-hero {
        margin-top: 60px;
    }

    .supplier-profile {
        flex-direction: column;
    }

    .supplier-avatar {
        margin-bottom: 20px;
    }

    .supplier-name {
        font-size: 24px;
    }
}

@media (max-width: 576px) {
    .price-footer-container {
        gap: 0.5rem;
    }

        .price-footer-container .btn-secondary {
            font-size: 0.7rem;
            min-height: 38px;
            letter-spacing: -0.1px;
        }
}

@media (max-width: 480px) {
    .product-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .buttons-container .btn-quote,
    .buttons-container .btn-secondary {
        font-size: 0.75rem;
        padding: 0.5rem 0.3rem;
    }

    .btn-quote i,
    .btn-secondary i {
        font-size: 0.7rem;
    }

    .filter-toggle {
        top: 110px;
        width: 100px;
        height: 36px;
    }

        .filter-toggle span {
            font-size: 0.75rem;
            letter-spacing: 0.3px;
        }

        .filter-toggle i {
            font-size: 1rem;
            margin-right: 6px;
        }

    .price-footer-container .btn-secondary {
        font-size: 0.68rem;
        padding: 0.4rem 0.3rem;
        min-height: 38px;
        letter-spacing: -0.1px;
    }
}

@media (max-width: 400px) {
    .price-footer-container .price-tag {
        margin-bottom: 0.5rem;
    }
}

.filter-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 998;
}

/* Sıralama alanı için stiller */
.filter-label {
    display: block;
    font-size: 0.85rem;
    font-weight: 500;
    color: #6B6A6A;
    margin-bottom: 0.6rem;
    padding: 0 0.5rem;
}

/* Sıralama dropdown'u için stil */
.rz-dropdown {
    width: 100%;
    border: 1px solid rgba(107, 106, 106, 0.15) !important;
    border-radius: 6px !important;
    transition: all 0.2s ease;
    background-color: white !important;
}

    .rz-dropdown:hover {
        border-color: #ff8006 !important;
        box-shadow: 0 0 0 3px rgba(255, 128, 6, 0.1) !important;
    }

    .rz-dropdown .rz-dropdown-trigger {
        background-color: transparent !important;
        color: #6B6A6A !important;
    }

    .rz-dropdown .rz-inputtext {
        color: #333 !important;
        font-size: 0.85rem !important;
        font-weight: 500 !important;
        padding: 0.5rem 0.75rem !important;
    }

.rz-dropdown-panel {
    border-radius: 6px !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1) !important;
    border: none !important;
}

.rz-dropdown-items {
    padding: 0.5rem 0 !important;
}

.rz-dropdown-item {
    padding: 0.5rem 1rem !important;
    font-size: 0.85rem !important;
    color: #333 !important;
    transition: all 0.2s ease !important;
}

    .rz-dropdown-item:hover {
        background-color: rgba(255, 128, 6, 0.1) !important;
        color: #ff8006 !important;
    }

    .rz-dropdown-item.rz-state-highlight {
        background-color: rgba(255, 128, 6, 0.2) !important;
        color: #ff8006 !important;
        font-weight: 500 !important;
    }

/* Fiyat aralığı slider için stil */
.filter-price-range {
    padding: 0.5rem 0.75rem 0.75rem;
    background-color: white;
    border-radius: 0.5rem;
}

.rz-slider {
    height: 4px !important;
    background-color: rgba(107, 106, 106, 0.15) !important;
    border-radius: 4px !important;
    margin: 0.5rem 0.3rem 0.75rem !important;
    position: relative !important;
}

.rz-slider-range {
    background-color: #ff8006 !important;
    height: 4px !important;
    margin-top: 0 !important;
}

.rz-slider-handle {
    border-radius: 50% !important;
    width: 18px !important;
    height: 18px !important;
    top: 0 !important;
    transform: translateY(-50%) !important;
    margin-top: 0 !important;
    border: 2px solid #ff8006 !important;
    background-color: white !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) !important;
    transition: background-color 0.2s ease !important;
    margin-left: -15px !important;
    position: absolute !important;
}

    .rz-slider-handle:hover, .rz-slider-handle:active {
        transform: translateY(-50%) scale(1.1) !important;
        background-color: #ff8006 !important;
        top: 0 !important;
    }

.price-range-values {
    display: flex;
    justify-content: space-between;
    margin-top: 0;
}

.price-range-value {
    font-size: 0.87rem;
    font-weight: 600;
    padding: 0.1rem 0;
    color: #444;
    border: none;
    background: none;
    box-shadow: none;
}

/* Filter Card Güncellemeleri */
.filter-card {
    background: white;
    border-radius: 10px;
    padding: 1rem;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.06);
    position: sticky;
    top: 1rem;
    max-height: calc(100vh - 2rem);
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: none; /* Firefox için scrollbar gizleme */
    width: 100%;
    margin-top: 10px;
}

    .filter-card::-webkit-scrollbar {
        width: 3px;
        background: transparent;
    }

    .filter-card:hover::-webkit-scrollbar-thumb {
        background-color: rgba(107, 106, 106, 0.2);
        border-radius: 20px;
    }

.filter-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0.6rem;
}

.filter-title {
    font-size: 0.95rem;
    font-weight: 600;
    margin: 0;
    color: #6B6A6A;
}

.filter-icon {
    color: #ff8006;
    font-size: 0.9rem;
}

.filter-divider {
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(107, 106, 106, 0.1), transparent);
    margin: 0.6rem 0;
}

.filter-group {
    margin-bottom: 0.8rem;
    background: #f9f9f9;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
}

    .filter-group:hover {
        transform: translateY(-1px);
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
    }

.filter-group-header {
    padding: 0.7rem;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: background 0.2s ease;
    user-select: none;
}

    .filter-group-header:hover {
        background: rgba(255, 128, 6, 0.05);
    }

.filter-group-icon {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: rgba(255, 128, 6, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.7rem;
    color: #ff8006;
    font-size: 0.65rem;
}

.filter-group-title {
    font-size: 0.85rem;
    font-weight: 500;
    color: #6B6A6A;
    flex-grow: 1;
}

.filter-group-indicator {
    width: 12px;
    height: 12px;
    position: relative;
    margin-left: 8px;
}

    .filter-group-indicator:before,
    .filter-group-indicator:after {
        content: "";
        position: absolute;
        background-color: #ff8006;
        transition: all 0.3s ease;
    }

    .filter-group-indicator:before {
        width: 12px;
        height: 2px;
        top: 5px;
        left: 0;
    }

    .filter-group-indicator:after {
        width: 2px;
        height: 12px;
        top: 0;
        left: 5px;
    }

    .filter-group-indicator.open:after {
        transform: scaleY(0);
    }

.filter-group-content {
    padding: 0.5rem;
    background: white;
    border-top: 1px solid rgba(107, 106, 106, 0.05);
}

.filter-checkbox-grid {
    max-height: 160px;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: none; /* Firefox için scrollbar gizleme */
    padding: 0 0.3rem;
}

    .filter-checkbox-grid::-webkit-scrollbar {
        width: 2px;
        background: transparent;
    }

    .filter-checkbox-grid:hover::-webkit-scrollbar-thumb {
        background-color: rgba(107, 106, 106, 0.2);
        border-radius: 20px;
    }

.filter-actions {
    display: flex;
    gap: 0.5rem;
    padding-top: 0.5rem;
}

.filter-btn {
    flex: 1;
    padding: 0.65rem 0;
    border-radius: 8px;
    font-size: 0.8rem;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.filter-btn-apply {
    background: white;
    color: #6B6A6A;
    border: 1px solid rgba(107, 106, 106, 0.15);
}

    .filter-btn-apply:hover {
        background: #ff8006;
        color: white;
        transform: translateY(-1px);
        box-shadow: 0 3px 6px rgba(255, 128, 6, 0.15);
    }

.filter-btn-reset {
    background: white;
    color: #6B6A6A;
    border: 1px solid rgba(107, 106, 106, 0.15);
}

    .filter-btn-reset:hover {
        background: #f8f8f8;
        transform: translateY(-1px);
        box-shadow: 0 3px 6px rgba(107, 106, 106, 0.08);
        color: #ff8006;
    }

.rz-checkbox .rz-checkbox-box {
    border-color: rgba(107, 106, 106, 0.3) !important;
    transform: scale(0.85);
}

    .rz-checkbox .rz-checkbox-box.rz-state-active {
        background-color: #ff8006 !important;
        border-color: #ff8006 !important;
    }

.btn-quote {
    padding: 8px 16px;
    background: #f2f2f2;
    color: #6B6A6A;
    border: 1px solid rgba(107, 106, 106, 0.1);
    border-radius: 6px;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    width: auto;
    min-width: 80px;
}

    .btn-quote:hover {
        background: #ff8006;
        color: white;
        transform: translateY(-2px);
        border-color: transparent;
    }

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

    .popup-overlay.active {
        opacity: 1;
        visibility: visible;
    }

.popup-content {
    background-color: white;
    border-radius: 0.75rem;
    width: 90%;
    max-width: 500px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.popup-header {
    background: linear-gradient(135deg, #ff6b6b, #ff8c42);
    color: white;
    padding: 1rem;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .popup-header h3 {
        margin: 0;
        font-size: 1.2rem;
        font-weight: 600;
    }

.popup-close {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: white;
    font-size: 1.5rem;
    line-height: 1;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

.popup-body {
    padding: 2rem 1.5rem;
    text-align: left;
}

    .popup-body p {
        margin: 0 0 1rem 0;
        color: #333;
        font-size: 1.1rem;
        font-weight: 500;
    }

.popup-info {
    background-color: #f8f9fa;
    padding: 1.5rem;
    border-radius: 8px;
    margin-top: 1rem;
}

    .popup-info ol {
        margin: 1rem 0;
        padding-left: 1.5rem;
    }

    .popup-info li {
        margin-bottom: 0.75rem;
        color: #555;
        line-height: 1.4;
    }

.popup-note {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #e9ecef;
    font-size: 0.95rem;
    color: #666;
}

.popup-link {
    color: #f58220;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
}

    .popup-link:hover {
        color: #e67415;
        text-decoration: underline;
    }

.popup-buttons {
    display: flex;
    justify-content: center;
    gap: 1rem;
    padding: 0 1.5rem 1.5rem;
}

.popup-btn {
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    min-width: 100px;
}

.popup-btn-yes {
    background: #ff8c42;
    color: white;
    border: none;
}

    .popup-btn-yes:hover {
        background: #ff6b6b;
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(255, 140, 66, 0.2);
    }

.popup-btn-no {
    background: white;
    color: #333;
    border: 1px solid #ddd;
}

    .popup-btn-no:hover {
        background: #f5f5f5;
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    }

.loading-indicator {
    text-align: center;
    padding: 2rem;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #ff8c42;
    border-radius: 50%;
    margin: 0 auto;
}

.load-more-button {
    background: linear-gradient(135deg, #ff6b6b, #ff8c42);
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0 auto;
}

    .load-more-button:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(255, 140, 66, 0.2);
    }

    .load-more-button i {
        font-size: 0.9rem;
    }

.header-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    padding: 1rem;
    background-color: #fff;
    border-radius: 0.75rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.section-header {
    text-align: center;
    margin-bottom: 2rem;
    position: relative;
    padding: 0 2rem;
}

.section-title {
    font-size: 1.75rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 1rem;
    display: inline-block;
    position: relative;
    padding: 0 1rem;
}

.section-line {
    height: 4px;
    width: 100%;
    background: linear-gradient(90deg, rgba(243, 156, 18, 0.1) 0%, rgba(243, 156, 18, 0.8) 20%, rgba(230, 126, 34, 0.8) 80%, rgba(243, 156, 18, 0.1) 100% );
    margin: 0 auto;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}

    .section-line::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.2) 50%, transparent 100% );
        animation: shimmer 2s infinite;
    }

.left-header {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.search-info-container {
    width: 100%;
    padding: 12px 20px;
    background-color: #fff;
    margin: 15px 0;
    display: flex;
    align-items: center;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    border-radius: 8px;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
}

.logo-section {
    width: 120px;
    min-width: 100px;
    padding: 5px;
    display: flex;
    align-items: center;
}

.search-logo {
    width: 100%;
    height: auto;
    object-fit: contain;
    max-height: 40px;
}

.search-section {
    flex: 1;
    min-width: 280px;
    max-width: 800px;
    padding: 0 10px;
}

.search-box {
    display: flex;
    align-items: center;
    background-color: #f8f9fa;
    border-radius: 25px;
    padding: 5px 15px;
    border: 1px solid #e0e0e0;
    transition: all 0.3s ease;
    width: 100%;
}

    .search-box:hover, .search-box:focus-within {
        border-color: #ff8c42;
        box-shadow: 0 2px 8px rgba(255, 140, 66, 0.1);
    }

    .search-box input {
        flex: 1;
        border: none;
        padding: 8px;
        font-size: 14px;
        outline: none;
        background: transparent;
        width: 100%;
        min-width: 100px;
    }

.search-button {
    background: none;
    border: none;
    color: #ff8c42;
    cursor: pointer;
    padding: 8px;
    transition: color 0.3s ease;
    flex-shrink: 0;
}

    .search-button:hover {
        color: #ff6b6b;
    }

.info-section {
    flex: 0 1 auto;
    min-width: 200px;
    max-width: 300px;
    padding: 5px;
}

.info-box {
    display: flex;
    align-items: center;
    background-color: #fff8f3;
    padding: 8px 12px;
    border-radius: 8px;
    border-left: 3px solid #ff8c42;
    width: 100%;
}

.info-icon {
    color: #ff8c42;
    font-size: 16px;
    margin-right: 8px;
    flex-shrink: 0;
}

.info-text {
    color: #666;
    font-size: 12px;
    line-height: 1.3;
    flex: 1;
    white-space: normal;
    overflow: hidden;
}

    .info-text p {
        margin: 0;
    }

/* Yukarı çık butonu stilleri */
.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #ff8006;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease;
    z-index: 9999;
    border: none;
}

    .back-to-top.visible {
        opacity: 1;
        visibility: visible;
    }

    .back-to-top:hover {
        background-color: #ff8c42;
        transform: translateY(-3px);
        box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
    }

    .back-to-top i {
        font-size: 1.5rem;
    }

/* Modern Footer Alternatif Tasarım */
.footer-area {
    position: relative;
    margin-top: 6rem;
    background: linear-gradient(45deg, #01123c 0%, #1e3c72 100%);
    color: #fff;
    overflow: hidden;
    padding-bottom: 0rem;
}

/* Footer Üst Desen */
.footer-top-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background: linear-gradient(90deg, #ff8006, #ff6b6b);
    transform: translateY(-50%);
    border-radius: 20px;
}

.main-footer {
    position: relative;
    padding: 2rem 0 1rem;
    z-index: 2;
}

.footer-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2.5rem;
    align-items: stretch;
}

.footer-widget {
    position: relative;
    z-index: 2;
    transition: all 0.4s ease;
    backdrop-filter: blur(5px);
    padding: 1.5rem;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    height: 100%;
    display: flex;
    flex-direction: column;
}

    .footer-widget:hover {
        transform: translateY(-8px);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
        background: rgba(255, 255, 255, 0.08);
        border-color: rgba(255, 140, 66, 0.3);
    }

    .footer-widget:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(135deg, rgba(255, 140, 66, 0.1), rgba(255, 107, 107, 0.1));
        border-radius: 15px;
        opacity: 0;
        transition: opacity 0.4s ease;
        z-index: -1;
    }

    .footer-widget:hover:before {
        opacity: 1;
    }

.footer-widget-heading {
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 0.5rem;
    display: flex;
    align-items: center;
}

    .footer-widget-heading h3 {
        font-size: 1.4rem;
        font-weight: 700;
        margin: 0;
        position: relative;
        display: inline-block;
        background: linear-gradient(45deg, #ff8c42, #ff6b6b);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        padding-bottom: 0.8rem;
    }

        .footer-widget-heading h3:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 50px;
            height: 3px;
            background: linear-gradient(90deg, #ff8c42, #ff6b6b);
            border-radius: 3px;
            transition: width 0.3s ease;
        }

.expo-logo {
    transition: transform 0.3s ease;
}

.footer-widget:hover .expo-logo {
    transform: scale(1.05);
}

.footer-widget:hover .footer-widget-heading h3:after {
    width: 100%;
}

.footer-text {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.footer-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1.5rem;
}

.action-button {
    display: inline-flex;
    align-items: center;
    padding: 0.8rem 1.2rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 30px;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
    gap: 0.6rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

    .action-button:hover {
        background: rgba(255, 140, 66, 0.2);
        transform: translateY(-3px);
        color: #ff8c42;
        border-color: rgba(255, 140, 66, 0.3);
    }

.action-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: rgba(255, 140, 66, 0.2);
    border-radius: 50%;
    color: #ff8c42;
}

/* Haberler Widget Stilleri */
.footer-news-items {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.footer-news-item {
    display: flex;
    gap: 1rem;
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
    padding: 0.8rem;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0);
}

    .footer-news-item:hover {
        background: rgba(255, 255, 255, 0.05);
        transform: translateX(5px);
    }

.news-date {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 50px;
    height: 60px;
    background: linear-gradient(45deg, #ff8c42, #ff6b6b);
    border-radius: 8px;
    padding: 0.5rem;
    box-shadow: 0 5px 15px rgba(255, 140, 66, 0.2);
}

.news-day {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
}

.news-month {
    font-size: 0.7rem;
    margin-top: 0.3rem;
    opacity: 0.8;
}

.news-info {
    flex: 1;
}

    .news-info h4 {
        font-size: 1rem;
        margin: 0 0 0.3rem;
        color: #fff;
        transition: color 0.3s;
    }

.footer-news-item:hover .news-info h4 {
    color: #ff8c42;
}

.news-info p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
    line-height: 1.4;
}

.footer-btn-wrapper {
    margin-top: 1.5rem;
    text-align: center;
}

.all-news-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.7rem 1.2rem;
    background: linear-gradient(45deg, rgba(255, 140, 66, 0.1), rgba(255, 107, 107, 0.1));
    border-radius: 30px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 140, 66, 0.2);
}

    .all-news-btn:hover {
        background: linear-gradient(45deg, rgba(255, 140, 66, 0.2), rgba(255, 107, 107, 0.2));
        transform: translateY(-3px);
        color: #ff8c42;
    }

    .all-news-btn i {
        transition: transform 0.3s ease;
    }

    .all-news-btn:hover i {
        transform: translateX(5px);
    }

/* Contact Widget Stilleri */
.footer-contact-info {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.contact-info-item {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.contact-info-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: linear-gradient(45deg, rgba(255, 140, 66, 0.2), rgba(255, 107, 107, 0.2));
    border-radius: 10px;
    color: #ff8c42;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.contact-info-item:hover .contact-info-icon {
    transform: scale(1.1) rotate(10deg);
    background: linear-gradient(45deg, rgba(255, 140, 66, 0.3), rgba(255, 107, 107, 0.3));
}

.contact-info-text {
    flex: 1;
}

    .contact-info-text h4 {
        font-size: 0.9rem;
        margin: 0 0 0.2rem;
        color: rgba(255, 255, 255, 0.8);
    }

    .contact-info-text p {
        font-size: 1rem;
        margin: 0;
        color: #fff;
        word-break: break-word;
    }

.footer-social-media {
    margin-top: 1.5rem;
}

.social-media-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    padding: 0;
    margin: 0;
    list-style: none;
}

    .social-media-list li {
        margin: 0;
    }

    .social-media-list a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border-radius: 10px;
        background: rgba(255, 255, 255, 0.1);
        color: #fff;
        font-size: 1rem;
        transition: all 0.3s ease;
        text-decoration: none;
        position: relative;
        overflow: hidden;
    }

        .social-media-list a:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(45deg, #ff8c42, #ff6b6b);
            opacity: 0;
            transition: opacity 0.3s ease;
            z-index: -1;
        }

        .social-media-list a:hover {
            transform: translateY(-5px);
            color: #fff;
        }

            .social-media-list a:hover:before {
                opacity: 1;
            }

        .social-media-list a i {
            position: relative;
            z-index: 1;
        }

        .social-media-list a.facebook:before {
            background: #1877f2;
        }

        .social-media-list a.twitter:before {
            background: #1da1f2;
        }

        .social-media-list a.instagram:before {
            background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
        }

        .social-media-list a.linkedin:before {
            background: #0077b5;
        }

        .social-media-list a:hover {
            transform: translateY(-5px);
        }

            .social-media-list a:hover:before {
                opacity: 1;
            }

        .social-media-list a i {
            position: relative;
            z-index: 1;
            transition: transform 0.3s ease;
        }

        .social-media-list a:hover i {
            transform: scale(1.1);
        }

/* Back To Top Butonu */
.back-to-top-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff8c42, #ff6b6b);
    color: white;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 99;
    box-shadow: 0 5px 15px rgba(255, 140, 66, 0.3);
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
}

    .back-to-top-btn.visible {
        opacity: 1;
        visibility: visible;
    }

    .back-to-top-btn:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(255, 140, 66, 0.4);
    }

/* Genel responsive ayarlar için flexbox ve grid kullanımı */
.footer-widget {
    min-width: 0; /* Taşmayı önlemek için */
}

.footer-row {
    align-items: flex-start;
}

.copyright-row {
    align-items: center;
}

/* Filtre toggle button - mobile için */
.filter-toggle {
    display: none;
    position: fixed;
    top: 130px;
    left: 0;
    width: 120px;
    height: 40px;
    padding: 0 0 0 15px;
    border-radius: 0 20px 20px 0;
    background-color: #ff8006;
    color: white;
    font-size: 1rem;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    z-index: 999;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    overflow: hidden;
}

    .filter-toggle:hover {
        width: 150px;
        box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
        background-color: #e67200;
    }

    .filter-toggle::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 20px;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.15);
        clip-path: polygon(100% 50%, 0 0, 0 100%);
    }

    .filter-toggle i {
        transform: rotate(0deg);
        font-size: 1.2rem;
        margin-right: 8px;
        z-index: 1;
    }

    .filter-toggle span {
        font-weight: 600;
        font-size: 0.9rem;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        z-index: 1;
    }

/* Filtre açık olduğunda butonun stil değişikliği */
.filter-sidebar.active ~ .filter-toggle,
.filter-sidebar.active + .product-list-container-product ~ .filter-toggle,
.filter-overlay.active + .filter-toggle {
    left: 280px;
    border-radius: 20px 0 0 20px;
    background-color: #e67200;
}

    .filter-sidebar.active ~ .filter-toggle::after,
    .filter-sidebar.active + .product-list-container-product ~ .filter-toggle::after,
    .filter-overlay.active + .filter-toggle::after {
        right: auto;
        left: 0;
        clip-path: polygon(0 50%, 100% 0, 100% 100%);
    }

/* Responsive tasarım */
@media (max-width: 1400px) {
    .buttons-container {
        flex-direction: column;
        gap: 0.6rem;
    }

        .buttons-container .btn-quote,
        .buttons-container .btn-secondary {
            width: 100%;
            padding: 0.6rem;
        }
}

@media (max-width: 1164px) {
    .product-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 972px) {
    .product-container {
        flex-direction: column;
    }

    .product-list-container-product {
        margin: 0 auto;
        width: 100%;
        max-width: 920px;
    }

    .filter-sidebar {
        position: fixed;
        top: 0;
        left: -300px;
        bottom: 0;
        width: 280px;
        height: 100vh;
        z-index: 999;
        overflow-y: auto;
        background: white;
        box-shadow: 3px 0 15px rgba(0, 0, 0, 0.1);
        transition: left 0.3s ease;
    }

        .filter-sidebar.active {
            left: 0;
        }

    .filter-toggle {
        display: flex;
    }

    .filter-overlay {
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
    }

        .filter-overlay.active {
            opacity: 1;
            visibility: visible;
        }

    .filter-card {
        border-radius: 0;
        max-height: 100vh;
        padding-bottom: 80px;
        margin-top: 0;
    }

    .supplier-hero {
        margin-bottom: 12rem;
    }

    .supplier-profile {
        flex-direction: column;
        bottom: -25%;
    }

    .supplier-avatar {
        position: absolute;
        left: 50%;
        bottom: 100%;
        transform: translate(-50%, 50%);
        margin: 0 auto;
        width: 150px;
        height: 150px;
    }

    .supplier-info {
        margin-left: 0;
        padding-top: 1rem;
        text-align: center;
        margin-top: 4rem;
        width: 100%;
    }

    .supplier-actions {
        position: relative;
        right: auto;
        bottom: auto;
        margin-top: 1rem;
        width: 100%;
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 640px) {
    .product-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .filter-toggle {
        top: 120px;
        width: 120px;
    }

    .supplier-hero {
        margin-top: 60px;
    }

    .supplier-profile {
        flex-direction: column;
    }

    .supplier-avatar {
        margin-bottom: 20px;
    }

    .supplier-name {
        font-size: 24px;
    }
}

@media (max-width: 576px) {
    .price-footer-container {
        gap: 0.5rem;
    }

        .price-footer-container .btn-secondary {
            font-size: 0.7rem;
            min-height: 38px;
            letter-spacing: -0.1px;
        }
}

@media (max-width: 480px) {
    .product-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .buttons-container .btn-quote,
    .buttons-container .btn-secondary {
        font-size: 0.75rem;
        padding: 0.5rem 0.3rem;
    }

    .btn-quote i,
    .btn-secondary i {
        font-size: 0.7rem;
    }

    .filter-toggle {
        top: 110px;
        width: 100px;
        height: 36px;
    }

        .filter-toggle span {
            font-size: 0.75rem;
            letter-spacing: 0.3px;
        }

        .filter-toggle i {
            font-size: 1rem;
            margin-right: 6px;
        }

    .price-footer-container .btn-secondary {
        font-size: 0.68rem;
        padding: 0.4rem 0.3rem;
        min-height: 38px;
        letter-spacing: -0.1px;
    }
}

@media (max-width: 400px) {
    .price-footer-container .price-tag {
        margin-bottom: 0.5rem;
    }
}

.filter-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 998;
}

/* Sıralama alanı için stiller */
.filter-label {
    display: block;
    font-size: 0.85rem;
    font-weight: 500;
    color: #6B6A6A;
    margin-bottom: 0.6rem;
    padding: 0 0.5rem;
}

/* Sıralama dropdown'u için stil */
.rz-dropdown {
    width: 100%;
    border: 1px solid rgba(107, 106, 106, 0.15) !important;
    border-radius: 6px !important;
    transition: all 0.2s ease;
    background-color: white !important;
}

    .rz-dropdown:hover {
        border-color: #ff8006 !important;
        box-shadow: 0 0 0 3px rgba(255, 128, 6, 0.1) !important;
    }

    .rz-dropdown .rz-dropdown-trigger {
        background-color: transparent !important;
        color: #6B6A6A !important;
    }

    .rz-dropdown .rz-inputtext {
        color: #333 !important;
        font-size: 0.85rem !important;
        font-weight: 500 !important;
        padding: 0.5rem 0.75rem !important;
    }

.rz-dropdown-panel {
    border-radius: 6px !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1) !important;
    border: none !important;
}

.rz-dropdown-items {
    padding: 0.5rem 0 !important;
}

.rz-dropdown-item {
    padding: 0.5rem 1rem !important;
    font-size: 0.85rem !important;
    color: #333 !important;
    transition: all 0.2s ease !important;
}

    .rz-dropdown-item:hover {
        background-color: rgba(255, 128, 6, 0.1) !important;
        color: #ff8006 !important;
    }

    .rz-dropdown-item.rz-state-highlight {
        background-color: rgba(255, 128, 6, 0.2) !important;
        color: #ff8006 !important;
        font-weight: 500 !important;
    }

/* Fiyat aralığı slider için stil */
.filter-price-range {
    padding: 0.5rem 0.75rem 0.75rem;
    background-color: white;
    border-radius: 0.5rem;
}

.rz-slider {
    height: 4px !important;
    background-color: rgba(107, 106, 106, 0.15) !important;
    border-radius: 4px !important;
    margin: 0.5rem 0.3rem 0.75rem !important;
    position: relative !important;
}

.rz-slider-range {
    background-color: #ff8006 !important;
    height: 4px !important;
    margin-top: 0 !important;
}

.rz-slider-handle {
    border-radius: 50% !important;
    width: 18px !important;
    height: 18px !important;
    top: 0 !important;
    transform: translateY(-50%) !important;
    margin-top: 0 !important;
    border: 2px solid #ff8006 !important;
    background-color: white !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) !important;
    transition: background-color 0.2s ease !important;
    margin-left: -15px !important;
    position: absolute !important;
}

    .rz-slider-handle:hover, .rz-slider-handle:active {
        transform: translateY(-50%) scale(1.1) !important;
        background-color: #ff8006 !important;
        top: 0 !important;
    }

.price-range-values {
    display: flex;
    justify-content: space-between;
    margin-top: 0;
}

.price-range-value {
    font-size: 0.87rem;
    font-weight: 600;
    padding: 0.1rem 0;
    color: #444;
    border: none;
    background: none;
    box-shadow: none;
}

/* Filter Card Güncellemeleri */
.filter-card {
    background: white;
    border-radius: 10px;
    padding: 1rem;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.06);
    position: sticky;
    top: 1rem;
    max-height: calc(100vh - 2rem);
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: none; /* Firefox için scrollbar gizleme */
    width: 100%;
    margin-top: 10px;
}

    .filter-card::-webkit-scrollbar {
        width: 3px;
        background: transparent;
    }

    .filter-card:hover::-webkit-scrollbar-thumb {
        background-color: rgba(107, 106, 106, 0.2);
        border-radius: 20px;
    }

.filter-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0.6rem;
}

.filter-title {
    font-size: 0.95rem;
    font-weight: 600;
    margin: 0;
    color: #6B6A6A;
}

.filter-icon {
    color: #ff8006;
    font-size: 0.9rem;
}

.filter-divider {
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(107, 106, 106, 0.1), transparent);
    margin: 0.6rem 0;
}

.filter-group {
    margin-bottom: 0.8rem;
    background: #f9f9f9;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
}

    .filter-group:hover {
        transform: translateY(-1px);
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
    }

.filter-group-header {
    padding: 0.7rem;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: background 0.2s ease;
    user-select: none;
}

    .filter-group-header:hover {
        background: rgba(255, 128, 6, 0.05);
    }

.filter-group-icon {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: rgba(255, 128, 6, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.7rem;
    color: #ff8006;
    font-size: 0.65rem;
}

.filter-group-title {
    font-size: 0.85rem;
    font-weight: 500;
    color: #6B6A6A;
    flex-grow: 1;
}

.filter-group-indicator {
    width: 12px;
    height: 12px;
    position: relative;
    margin-left: 8px;
}

    .filter-group-indicator:before,
    .filter-group-indicator:after {
        content: "";
        position: absolute;
        background-color: #ff8006;
        transition: all 0.3s ease;
    }

    .filter-group-indicator:before {
        width: 12px;
        height: 2px;
        top: 5px;
        left: 0;
    }

    .filter-group-indicator:after {
        width: 2px;
        height: 12px;
        top: 0;
        left: 5px;
    }

    .filter-group-indicator.open:after {
        transform: scaleY(0);
    }

.filter-group-content {
    padding: 0.5rem;
    background: white;
    border-top: 1px solid rgba(107, 106, 106, 0.05);
}

.filter-checkbox-grid {
    max-height: 160px;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: none; /* Firefox için scrollbar gizleme */
    padding: 0 0.3rem;
}

    .filter-checkbox-grid::-webkit-scrollbar {
        width: 2px;
        background: transparent;
    }

    .filter-checkbox-grid:hover::-webkit-scrollbar-thumb {
        background-color: rgba(107, 106, 106, 0.2);
        border-radius: 20px;
    }

.filter-actions {
    display: flex;
    gap: 0.5rem;
    padding-top: 0.5rem;
}

.filter-btn {
    flex: 1;
    padding: 0.65rem 0;
    border-radius: 8px;
    font-size: 0.8rem;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.filter-btn-apply {
    background: white;
    color: #6B6A6A;
    border: 1px solid rgba(107, 106, 106, 0.15);
}

    .filter-btn-apply:hover {
        background: #ff8006;
        color: white;
        transform: translateY(-1px);
        box-shadow: 0 3px 6px rgba(255, 128, 6, 0.15);
    }

.filter-btn-reset {
    background: white;
    color: #6B6A6A;
    border: 1px solid rgba(107, 106, 106, 0.15);
}

    .filter-btn-reset:hover {
        background: #f8f8f8;
        transform: translateY(-1px);
        box-shadow: 0 3px 6px rgba(107, 106, 106, 0.08);
        color: #ff8006;
    }

.rz-checkbox .rz-checkbox-box {
    border-color: rgba(107, 106, 106, 0.3) !important;
    transform: scale(0.85);
}

    .rz-checkbox .rz-checkbox-box.rz-state-active {
        background-color: #ff8006 !important;
        border-color: #ff8006 !important;
    }

.btn-quote {
    padding: 8px 16px;
    background: #f2f2f2;
    color: #6B6A6A;
    border: 1px solid rgba(107, 106, 106, 0.1);
    border-radius: 6px;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    width: auto;
    min-width: 80px;
}

    .btn-quote:hover {
        background: #ff8006;
        color: white;
        transform: translateY(-2px);
        border-color: transparent;
    }

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

    .popup-overlay.active {
        opacity: 1;
        visibility: visible;
    }

.popup-content {
    background-color: white;
    border-radius: 0.75rem;
    width: 90%;
    max-width: 500px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.popup-header {
    background: linear-gradient(135deg, #ff6b6b, #ff8c42);
    color: white;
    padding: 1rem;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .popup-header h3 {
        margin: 0;
        font-size: 1.2rem;
        font-weight: 600;
    }

.popup-close {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: white;
    font-size: 1.5rem;
    line-height: 1;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

.popup-body {
    padding: 2rem 1.5rem;
    text-align: left;
}

    .popup-body p {
        margin: 0 0 1rem 0;
        color: #333;
        font-size: 1.1rem;
        font-weight: 500;
    }

.popup-info {
    background-color: #f8f9fa;
    padding: 1.5rem;
    border-radius: 8px;
    margin-top: 1rem;
}

    .popup-info ol {
        margin: 1rem 0;
        padding-left: 1.5rem;
    }

    .popup-info li {
        margin-bottom: 0.75rem;
        color: #555;
        line-height: 1.4;
    }

.popup-note {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #e9ecef;
    font-size: 0.95rem;
    color: #666;
}

.popup-link {
    color: #f58220;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
}

    .popup-link:hover {
        color: #e67415;
        text-decoration: underline;
    }

.popup-buttons {
    display: flex;
    justify-content: center;
    gap: 1rem;
    padding: 0 1.5rem 1.5rem;
}

.popup-btn {
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    min-width: 100px;
}

.popup-btn-yes {
    background: #ff8c42;
    color: white;
    border: none;
}

    .popup-btn-yes:hover {
        background: #ff6b6b;
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(255, 140, 66, 0.2);
    }

.popup-btn-no {
    background: white;
    color: #333;
    border: 1px solid #ddd;
}

    .popup-btn-no:hover {
        background: #f5f5f5;
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    }

.loading-indicator {
    text-align: center;
    padding: 2rem;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #ff8c42;
    border-radius: 50%;
    margin: 0 auto;
}

.load-more-button {
    background: linear-gradient(135deg, #ff6b6b, #ff8c42);
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0 auto;
}

    .load-more-button:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(255, 140, 66, 0.2);
    }

    .load-more-button i {
        font-size: 0.9rem;
    }

.header-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    padding: 1rem;
    background-color: #fff;
    border-radius: 0.75rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.section-header {
    text-align: center;
    margin-bottom: 2rem;
    position: relative;
    padding: 0 2rem;
}

.section-title {
    font-size: 1.75rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 1rem;
    display: inline-block;
    position: relative;
    padding: 0 1rem;
}

.section-line {
    height: 4px;
    width: 100%;
    background: linear-gradient(90deg, rgba(243, 156, 18, 0.1) 0%, rgba(243, 156, 18, 0.8) 20%, rgba(230, 126, 34, 0.8) 80%, rgba(243, 156, 18, 0.1) 100% );
    margin: 0 auto;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}

    .section-line::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.2) 50%, transparent 100% );
        animation: shimmer 2s infinite;
    }

.left-header {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.search-info-container {
    width: 100%;
    padding: 12px 20px;
    background-color: #fff;
    margin: 15px 0;
    display: flex;
    align-items: center;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    border-radius: 8px;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
}

.logo-section {
    width: 120px;
    min-width: 100px;
    padding: 5px;
    display: flex;
    align-items: center;
}

.search-logo {
    width: 100%;
    height: auto;
    object-fit: contain;
    max-height: 40px;
}

.search-section {
    flex: 1;
    min-width: 280px;
    max-width: 800px;
    padding: 0 10px;
}

.search-box {
    display: flex;
    align-items: center;
    background-color: #f8f9fa;
    border-radius: 25px;
    padding: 5px 15px;
    border: 1px solid #e0e0e0;
    transition: all 0.3s ease;
    width: 100%;
}

    .search-box:hover, .search-box:focus-within {
        border-color: #ff8c42;
        box-shadow: 0 2px 8px rgba(255, 140, 66, 0.1);
    }

    .search-box input {
        flex: 1;
        border: none;
        padding: 8px;
        font-size: 14px;
        outline: none;
        background: transparent;
        width: 100%;
        min-width: 100px;
    }

.search-button {
    background: none;
    border: none;
    color: #ff8c42;
    cursor: pointer;
    padding: 8px;
    transition: color 0.3s ease;
    flex-shrink: 0;
}

    .search-button:hover {
        color: #ff6b6b;
    }

.info-section {
    flex: 0 1 auto;
    min-width: 200px;
    max-width: 300px;
    padding: 5px;
}

.info-box {
    display: flex;
    align-items: center;
    background-color: #fff8f3;
    padding: 8px 12px;
    border-radius: 8px;
    border-left: 3px solid #ff8c42;
    width: 100%;
}

.info-icon {
    color: #ff8c42;
    font-size: 16px;
    margin-right: 8px;
    flex-shrink: 0;
}

.info-text {
    color: #666;
    font-size: 12px;
    line-height: 1.3;
    flex: 1;
    white-space: normal;
    overflow: hidden;
}

    .info-text p {
        margin: 0;
    }

/* Yukarı çık butonu stilleri */
.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #ff8006;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease;
    z-index: 9999;
    border: none;
}

    .back-to-top.visible {
        opacity: 1;
        visibility: visible;
    }

    .back-to-top:hover {
        background-color: #ff8c42;
        transform: translateY(-3px);
        box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
    }

    .back-to-top i {
        font-size: 1.5rem;
    }

/* Modern Footer Alternatif Tasarım */
.footer-area {
    position: relative;
    margin-top: 6rem;
    background: linear-gradient(45deg, #01123c 0%, #1e3c72 100%);
    color: #fff;
    overflow: hidden;
    padding-bottom: 0rem;
}

/* Footer Üst Desen */
.footer-top-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background: linear-gradient(90deg, #ff8006, #ff6b6b);
    transform: translateY(-50%);
    border-radius: 20px;
}

.main-footer {
    position: relative;
    padding: 2rem 0 1rem;
    z-index: 2;
}

.footer-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2.5rem;
    align-items: stretch;
}

.footer-widget {
    position: relative;
    z-index: 2;
    transition: all 0.4s ease;
    backdrop-filter: blur(5px);
    padding: 1.5rem;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    height: 100%;
    display: flex;
    flex-direction: column;
}

    .footer-widget:hover {
        transform: translateY(-8px);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
        background: rgba(255, 255, 255, 0.08);
        border-color: rgba(255, 140, 66, 0.3);
    }

    .footer-widget:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(135deg, rgba(255, 140, 66, 0.1), rgba(255, 107, 107, 0.1));
        border-radius: 15px;
        opacity: 0;
        transition: opacity 0.4s ease;
        z-index: -1;
    }

    .footer-widget:hover:before {
        opacity: 1;
    }

.footer-widget-heading {
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 0.5rem;
    display: flex;
    align-items: center;
}

    .footer-widget-heading h3 {
        font-size: 1.4rem;
        font-weight: 700;
        margin: 0;
        position: relative;
        display: inline-block;
        background: linear-gradient(45deg, #ff8c42, #ff6b6b);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        padding-bottom: 0.8rem;
    }

        .footer-widget-heading h3:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 50px;
            height: 3px;
            background: linear-gradient(90deg, #ff8c42, #ff6b6b);
            border-radius: 3px;
            transition: width 0.3s ease;
        }

.expo-logo {
    transition: transform 0.3s ease;
}

.footer-widget:hover .expo-logo {
    transform: scale(1.05);
}

.footer-widget:hover .footer-widget-heading h3:after {
    width: 100%;
}

.footer-text {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.footer-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1.5rem;
}

.action-button {
    display: inline-flex;
    align-items: center;
    padding: 0.8rem 1.2rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 30px;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
    gap: 0.6rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

    .action-button:hover {
        background: rgba(255, 140, 66, 0.2);
        transform: translateY(-3px);
        color: #ff8c42;
        border-color: rgba(255, 140, 66, 0.3);
    }

.action-icon {
}

/* Kategori Kartları Stilleri */
.category-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
    padding: 0.5rem;
    margin-bottom: 3rem;
}

.category-card {
    background: white;
    border-radius: 1rem;
    overflow: hidden;
    transition: all 0.4s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    height: 100%;
    border: 1px solid #f0f0f0;
    transform: translateY(0);
    position: relative;
}

    .category-card:hover {
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
        transform: translateY(-7px);
        border-color: rgba(255, 128, 6, 0.3);
    }

    .category-card::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 3px;
        background: linear-gradient(90deg, #ff8006, #ff6b6b);
        transform: scaleX(0);
        transform-origin: right;
        transition: transform 0.4s ease;
    }

    .category-card:hover::after {
        transform: scaleX(1);
        transform-origin: left;
    }

.category-card-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.category-image-wrapper {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    transition: all 0.3s ease;
}

.category-image-white {
    background-color: #ffffff;
}

.category-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.category-card:hover .category-image {
    transform: scale(1.05);
}

.category-content {
    padding: 0.5rem 1.2rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    background: linear-gradient(to bottom, #ffffff, #fafafa);
}

.category-name {
    font-size: 0.95rem;
    font-weight: 600;
    margin: 0 0 0.2rem 0;
    color: #333;
    line-height: 1.1;
    transition: color 0.3s ease;
    position: relative;
    display: inline-block;
}

    .category-name::after {
        content: none;
    }

.category-card:hover .category-name {
    color: #ff8006;
}

.category-products-count {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    flex: 1;
}

    .category-products-count span {
        font-weight: 500;
        transition: all 0.3s ease;
        padding: 0;
        background-color: transparent;
        box-shadow: none;
        border: none;
    }

.category-card:hover .category-products-count span {
    color: #ff8006;
    background-color: transparent;
    box-shadow: none;
    transform: none;
}

.category-action {
    margin-top: 0.4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    padding-top: 0.4rem;
    border-top: 1px solid #f0f0f0;
}

.category-btn {
    background: white;
    color: #333;
    border: 1px solid #e0e0e0;
    cursor: pointer;
    padding: 0.5rem 0.8rem;
    border-radius: 30px;
    font-weight: 600;
    font-size: 0.85rem;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    width: auto;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.03);
    flex-shrink: 0;
}

    .category-btn:hover {
        background: white;
        color: #ff8006;
        transform: translateY(-3px);
        border-color: #ff8006;
        box-shadow: 0 5px 15px rgba(255, 128, 6, 0.2);
    }

    .category-btn i {
        transition: transform 0.3s ease;
        font-size: 0.8rem;
    }

    .category-btn:hover i {
        transform: translateX(4px);
    }

@media (max-width: 1164px) {
    .category-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .category-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
        margin-bottom: 2rem;
    }

    .category-name {
        font-size: 1rem;
    }

    .category-content {
        padding: 1rem;
    }

    .category-image-wrapper {
        padding-top: 45%;
    }

    .category-btn {
        padding: 0.5rem 0.8rem;
    }
}

@media (max-width: 480px) {
    .category-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.8rem;
        margin-bottom: 1.5rem;
    }

    .category-content {
        padding: 0.8rem;
    }

    .category-image-wrapper {
        padding-top: 40%;
    }

    .category-name {
        font-size: 0.9rem;
        margin-bottom: 0.5rem;
    }

    .category-products-count {
        font-size: 0.8rem;
    }

    .category-action {
        padding-top: 0.6rem;
        margin-top: 0.6rem;
    }

    .category-btn {
        padding: 0.4rem 0.6rem;
        font-size: 0.8rem;
    }
}


