/* Info Bar - Teslimat/Kargo (Mobilya Koleksiyonları ile uyumlu) */
.info-bar-modern {
    background: #fff;
}

.info-bar-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    border: 1px solid #52333b;
    border-radius: 10px;
    overflow: hidden;
}

.info-bar-item {
    display: flex;
    align-items: center;
    padding: 1rem 1.25rem;
    gap: 1rem;
    border-right: 1px solid #52333b;
}

.info-bar-item:last-child {
    border-right: none;
}

.info-bar-icon {
    color: #52333b;
    flex-shrink: 0;
}

.info-bar-content {
    min-width: 0;
}

.info-bar-title {
    font-size: 0.95rem;
    font-weight: 600;
    color: #52333b;
    margin: 0 0 0.2rem 0;
    font-family: 'Urbanist', 'Jost', sans-serif;
}

.info-bar-desc {
    font-size: 0.8rem;
    color: #767678;
    line-height: 1.4;
}

@media (max-width: 991px) {
    .info-bar-grid {
        grid-template-columns: 1fr;
    }

    .info-bar-item {
        border-right: none;
        border-bottom: 1px solid #52333b;
    }

    .info-bar-item:last-child {
        border-bottom: none;
    }
}

@media (max-width: 575px) {
    .info-bar-item {
        padding: 0.85rem 1rem;
    }
}

/* Sizin için seçtiklerimiz - Tasarıma uyumlu */
.picks-section-modern {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}

.picks-section-header {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}

.picks-section-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1b1b1e;
    letter-spacing: -0.02em;
    font-family: 'Urbanist', 'Jost', sans-serif;
}

.picks-section-subtitle {
    font-size: 0.95rem;
    color: #767678;
    margin: 0;
    line-height: 1.5;
}

/* Sizin için seçtiklerimiz - Owl nav butonları: büyük, yuvarlak, kahverengi arka plan, beyaz ikon */
.picks-section-modern .owl-nav button {
    width: 44px;
    height: 44px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background-color: #52333b !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.picks-section-modern .owl-nav .nav-btn {
    width: 44px;
    height: 44px;
    line-height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent !important;
}

.picks-section-modern .owl-nav .nav-btn i {
    font-size: 16px;
    color: #fff !important;
}

.picks-section-modern .owl-nav .nav-btn span {
    display: none;
}

.picks-section-modern .owl-nav button:not(.disabled):hover {
    background-color: #3d252a !important;
    opacity: 1;
}

.picks-section-modern .owl-nav button.disabled {
    opacity: 0.5;
}

/* İNDİRİMLİ ÜRÜNLER - aynı nav buton stili */
.highlights-section .owl-nav button {
    width: 44px;
    height: 44px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background-color: #52333b !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.highlights-section .owl-nav .nav-btn {
    width: 44px;
    height: 44px;
    line-height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent !important;
}

.highlights-section .owl-nav .nav-btn i {
    font-size: 16px;
    color: #fff !important;
}

.highlights-section .owl-nav .nav-btn span {
    display: none;
}

.highlights-section .owl-nav button:not(.disabled):hover {
    background-color: #3d252a !important;
}

.highlights-section .owl-nav button.disabled {
    opacity: 0.5;
}

/* Sizin için seçtiklerimiz - Ürün kartı: Web'e Özel kutusu fiyatların altına, slider boşluğu az */
.picks-section-modern .product-wrapper {
    display: flex;
    flex-direction: column;
}

.picks-section-modern .product-details {
    float: none !important;
}

.picks-section-modern .Priceright {
    float: none !important;
    width: 100%;
    max-width: 100%;
    margin-top: 8px !important;
    margin-bottom: 12px !important;
    text-align: left;
}

.picks-section-modern .Priceright .on-sale,
.picks-section-modern .Priceright .on-sale2 {
    display: block;
    width: fit-content;
}

/* İNDİRİMLİ ÜRÜNLER - Web'e Özel kutusu fiyatların altına */
.highlights-section .product-wrapper {
    display: flex;
    flex-direction: column;
}

.highlights-section .product-details {
    float: none !important;
}

.highlights-section .Priceright {
    float: none !important;
    width: 100%;
    max-width: 100%;
    margin-top: 8px !important;
    margin-bottom: 12px !important;
    text-align: left;
}

.highlights-section .Priceright .on-sale,
.highlights-section .Priceright .on-sale2 {
    display: block;
    width: fit-content;
}

/* Home Categories - Mobilya Koleksiyonları */
.home-categories-section {
    background: #fff;
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

/* max-width kaldırıldı - tam genişlik */

.home-categories-header {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem !important;
}

.home-categories-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1b1b1e;
    letter-spacing: -0.02em;
    font-family: 'Urbanist', 'Jost', sans-serif;
}

.home-categories-subtitle {
    font-size: 0.95rem;
    color: #767678;
    margin: 0;
    line-height: 1.5;
}

.home-categories-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
    width: 100%;
}

.home-category-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    border: 1px solid #52333b;
    border-radius: 10px;
    padding: 0.75rem 0.5rem;
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    overflow: hidden;
}

.home-category-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(82, 51, 59, 0.12);
    border-color: #52333b;
}

.home-category-image {
    width: 100%;
    aspect-ratio: 1.1;
    max-height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.5rem;
    overflow: hidden;
}

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

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

.home-category-name {
    font-size: 0.95rem;
    font-weight: 600;
    color: #52333b;
    text-align: center;
    font-family: 'Urbanist', 'Jost', sans-serif;
}

/* Tablet: 3 columns */
@media (max-width: 991px) {
    .home-categories-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Mobile: 2 columns */
@media (max-width: 575px) {
    .home-categories-section {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .home-categories-title {
        font-size: 1.4rem;
    }

    .home-categories-subtitle {
        font-size: 0.875rem;
    }

    .home-categories-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .home-category-card {
        padding: 0.5rem 0.4rem;
    }

    .home-category-image {
        margin-bottom: 0.4rem;
        max-height: 100px;
    }

    .home-category-name {
        font-size: 0.85rem;
    }
}

/* Blog Section - Tasarıma uyumlu */
.blog-section-modern {
    background: #fff;
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
}

.blog-section-header {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}

.blog-section-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1b1b1e;
    letter-spacing: -0.02em;
    font-family: 'Urbanist', 'Jost', sans-serif;
}

.blog-section-subtitle {
    font-size: 0.95rem;
    color: #767678;
    margin: 0;
    line-height: 1.5;
}

.blog-slider-wrapper {
    margin: 0 -0.5rem;
}

#blog-slider .slick-slide {
    padding: 0 0.5rem;
}

#blog-slider .slick-list {
    margin: 0 -0.5rem;
}

.blog-card-modern {
    display: block;
    background: #fff;
    border: 1px solid #52333b;
    border-radius: 10px;
    overflow: hidden;
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    height: 100%;
}

.blog-card-modern:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(82, 51, 59, 0.12);
}

.blog-card-image {
    aspect-ratio: 4/3;
    background: #f8f8f8;
}

.blog-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

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

.blog-card-content {
    padding: 1rem 1.25rem;
}

.blog-card-title {
    font-size: 1rem;
    font-weight: 600;
    color: #52333b;
    margin: 0 0 0.5rem 0;
    font-family: 'Urbanist', 'Jost', sans-serif;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-card-excerpt {
    font-size: 0.85rem;
    color: #767678;
    line-height: 1.5;
    margin: 0 0 0.75rem 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-card-link {
    font-size: 0.85rem;
    font-weight: 600;
    color: #52333b;
}

@media (max-width: 575px) {
    .blog-section-modern {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .blog-section-title {
        font-size: 1.4rem;
    }

    .blog-card-content {
        padding: 0.85rem 1rem;
    }

    .blog-card-title {
        font-size: 0.95rem;
    }
}
