/* Anasayfa — Ürün Portföyü slider (#urunler-slider) */

#urunler-slider.bromak-home-products {
    margin-top: 1.25rem !important;
}

#urunler-slider .bromak-products-header {
    margin-bottom: 0.75rem !important;
}

#urunler-slider .bromak-products-header .sec-title {
    margin-top: -6px;
}

#urunler-slider .bromak-products-header .text-lg-end {
    margin-top: -4px;
}

.bromak-home-products .project-block-items-2.bromak-home-product-card {
    margin-top: 0;
    height: 320px;
    background: #f9f9f9;
    border: 1px solid #ececec;
    border-radius: 20px;
    padding: 16px;
    box-sizing: border-box;
}

.bromak-home-products .bromak-home-product-card.bromak-card-clickable {
    position: relative;
    cursor: pointer;
}

.bromak-home-products .bromak-home-product-card .bromak-card-stretched-link {
    position: absolute;
    inset: 0;
    z-index: 4;
    border-radius: 20px;
}

.bromak-home-products .bromak-home-product-card .bromak-card-stretched-link:focus-visible {
    outline: 2px solid #BD2428;
    outline-offset: 2px;
}

.bromak-home-products .bromak-home-product-card__category {
    position: relative;
    z-index: 5;
}

.bromak-home-products .bromak-home-product-card__media {
    position: absolute;
    inset: 16px;
    overflow: hidden;
    border-radius: 14px;
    background: #f9f9f9;
    z-index: 1;
}

.bromak-home-products .bromak-home-product-card__media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 10px;
    box-sizing: border-box;
    object-fit: contain;
    object-position: center center;
    background: #f9f9f9;
    border-radius: 12px;
    border: 1px solid #f0f0f0;
}

.bromak-home-products .bromak-home-product-card__media img:first-child {
    transform: translateX(50%) scaleX(2);
    opacity: 0;
    filter: blur(10px);
    z-index: 2;
}

.bromak-home-products .bromak-home-product-card:hover .bromak-home-product-card__media img:first-child {
    transform: translateX(0) scaleX(1);
    opacity: 1;
    filter: blur(0);
}

.bromak-home-products .bromak-home-product-card:hover .bromak-home-product-card__media img:nth-child(2) {
    transform: translateX(-50%) scaleX(2);
    opacity: 0;
    filter: blur(10px);
}

.bromak-home-products .bromak-home-product-card .content {
    z-index: 3;
    bottom: 28px;
    left: 16px;
}

@media (max-width: 991.98px) {
    .bromak-home-products .project-block-items-2.bromak-home-product-card {
        height: 300px;
    }
}

@media (max-width: 575.98px) {
    .bromak-home-products .project-block-items-2.bromak-home-product-card {
        height: 280px;
        padding: 12px;
    }

    .bromak-home-products .bromak-home-product-card__media {
        inset: 12px;
    }
}

/* Slider okları */
.bromak-products-nav {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-right: 12px;
    margin-bottom: 0.35rem !important;
    margin-top: -2px;
}

.bromak-products-prev,
.bromak-products-next {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid #e5e5e5;
    background: #fff;
    color: #111;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.bromak-products-prev:hover,
.bromak-products-next:hover {
    background: #BD2428;
    border-color: #BD2428;
    color: #fff;
    transform: translateY(-1px);
}

.bromak-products-prev.swiper-button-disabled,
.bromak-products-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: not-allowed;
    transform: none;
}

.bromak-products-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 12px;
}

#urunler-slider .theme-btn-main.mb-3 {
    margin-bottom: 0.25rem !important;
}

.bromak-products-dots .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #d8d8d8;
    opacity: 1;
}

.bromak-products-dots .swiper-pagination-bullet-active {
    background: #BD2428;
}

@media (max-width: 991.98px) {
    .bromak-products-nav {
        margin-right: 0;
        margin-bottom: 12px;
    }
}
