:root {
    --page-main-border-radius:10px;
    --slider-border-radius:20px
}
.privateProducts-top-zone {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/* =====================================================
   SLIDER
===================================================== */

.home-slider-wrap {
    position: relative;
    margin: 24px 0 15px 0;
}

.bayi_main_slider {
    border-radius: var(--slider-border-radius);
    overflow: hidden;

    .swiper-slide a {
        border-radius: 20px;
        overflow: hidden;
    }

    .slider-controls {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        height: 100%;
        z-index: 99;
        pointer-events: none;
    }

    .slider-prev,
    .slider-next {
        pointer-events: auto;
        cursor: pointer;
        z-index: 2;
    }

    .slider-prev .bg,
    .slider-next .bg,
    .slider-prev .bg *,
    .slider-next .bg * {
        pointer-events: none;
    }

    .slider-prev {
        position: relative;
        top: 50%;
        left: 0;
        transform: translate(-30%, -55%);
        width: 60px;
        height: 120px;

        .bg {
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;

            background-image: url('/assets/images/slider/version_slider_bg.png');
            transform: rotate(180deg);
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain;

            svg {
                transform: rotate(180deg);
            }
        }
    }

    .slider-next {
        position: absolute;
        top: 50%;
        left: 100%;
        transform: translate(-72%, -55%);
        width: 60px;
        height: 120px;

        .bg {
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;

            background-image: url('/assets/images/slider/version_slider_bg.png');
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain; /* veya cover */
        }
    }

    .slider-prev.swiper-button-disabled,
    .slider-next.swiper-button-disabled {
        /*pointer-events: none;*/
        user-select: unset;
        cursor: default;

        .bg {
            filter: grayscale(0.6) brightness(0.9);
            opacity: .45;
        }
    }


    .new_slider_pagination {
        .new_slider_pagination_item {
            border-radius: unset;
            height: 4px;
            min-width: 40px;
            background: #ffff;
            opacity: 1;
        }

        .swiper-pagination-bullet-active {
            background: #687280;
        }
    }
}


/* =====================================================
   DOTLAR (OWL DOTS)
===================================================== */

.bayi_main_slider .swiper-pagination {
    left: 25px !important;
    right: auto !important;
    bottom: 25px !important;

    display: flex !important;
    align-items: center !important;
}

.bayi_main_slider .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    background: #6f6f6f !important;
    border-radius: 50px !important;
    transition: all 0.3s ease !important;
    opacity: 1 !important;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, .3);
}

.bayi_main_slider .swiper-pagination-bullet-active {
    width: 46px !important;
    height: 10px !important;
    background: var(--theme-deafult) !important;
    border-radius: 50px !important;
}

.brand-custom-pagination {
    margin-top: .5rem;
    text-align: center;

    .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        background: #FFFFFF;
        border-radius: 50px;
        transition: all 0.3s ease;
        opacity: 1;
    }

    .swiper-pagination-bullet-active {
        width: 20px;
        height: 10px;
        background: #004CAF;
        border-radius: 50px;
    }
}

/* =====================================================
   SLIDER BUTONLARI
===================================================== */


.private_product .owl-nav button:not(.disabled),
.cat_product_row .owl-nav button:not(.disabled),
.brand_slide .owl-nav button:not(.disabled) {
    background-color: transparent;

    svg path {
        fill: #024BAD;
    }

}

.private_product .owl-nav button.disabled,
.cat_product_row .owl-nav button.disabled,
.brand_slide .owl-nav button.disabled {
    svg path {
        fill: #B3B3B3 !important;
        stroke: #B3B3B3;
    }

    &:hover {
        cursor: not-allowed;
    }
}

.privateProducts-slider-custom-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;

    button {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 30px;
        width: 30px;
        border: unset;
        border-radius: 6px;
        background-color: transparent;
        outline: none !important;
        transition: all .3s ease-in-out;



        &:not(.swiper-button-disabled) {
            background-color: transparent;

            svg path {
                fill: #024BAD;
            }
        }
        &.swiper-button-disabled {
            svg path {
                fill: #B3B3B3 !important;
                stroke: #B3B3B3;
            }

            &:hover {
                cursor: not-allowed;
            }
        }

        &:hover {
            cursor: pointer;
            background: #869791;
            color: #FFF;
            text-decoration: none;

            svg path {
                fill: #ffffff !important;
                stroke: #ffff;
            }
        }
    }
}



.owl-theme .owl-nav [class*=owl-]:hover {

    svg path {
        fill: #ffffff !important;
        stroke: #ffff;
    }
}

.slider_buttons {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 9;

    width: 100%;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.custom-next,
.custom-prev {
    border: unset;
    background-color: rgba(255, 255, 255, 0);
    padding: 0 !important;
    cursor: pointer;
    pointer-events: auto;
}

.custom-next:focus,
.custom-prev:focus {
    outline: none;
}

.custom-prev > svg:nth-of-type(2) {
    position: absolute;
    left: 0;
    top: 50px;
}

.custom-next > svg:nth-of-type(2) {
    position: absolute;
    right: 0;
    top: 50px;
}

/* Custom Swiper Pagination */
.custom-swiper-pagination .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    background: #ccc;
    opacity: 1;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.custom-swiper-pagination .swiper-pagination-bullet-active {
    background: var(--theme-deafult);
    width: 24px;
    border-radius: 4px;
}

/*ANA SAYFA KATEGORİLER*/
.vitrin_title_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: var(--special-width, 93%);
    max-height: 52px;
}

.section-header-location {
    font-weight: bold;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    text-decoration-style: solid;
    text-decoration-thickness: 0;
    text-decoration-skip-ink: auto;
    color: #024BAD;
}

.vitrin_title {
    font-weight: 600;
    font-size: 22px;
    margin-left: .3rem;
}

.kategori_and_product_box {
    position: relative;
    margin-bottom: 30px;
}

.kategori_and_product_box .owl-nav {
    position: absolute;
    top: -48px;
    right: 0;
    display: flex;
    margin: 0;
}

.private_product .owl-nav button,
.cat_product_row .owl-nav button,
.brand_slide .owl-nav button {
    width: 30px !important;
    height: 30px !important;
    border-radius: 6px !important;
    border: none !important;
    font-size: 15px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    outline: none !important;
    transition: all 0.3s ease !important;
    pointer-events: auto;
}

.private_product .owl-nav button:first-of-type,
.private_product .owl-nav button:last-of-type,
.cat_product_row .owl-nav button:first-of-type,
.cat_product_row .owl-nav button:last-of-type,
.brand_slide .owl-nav button:first-of-type,
.brand_slide .owl-nav button:last-of-type {
    margin-right: 0;
}

.private_product .owl-nav button:not(.disabled),
.cat_product_row .owl-nav button:not(.disabled),
.brand_slide .owl-nav button:not(.disabled) {
    background-color: transparent;
}

.private_product .owl-nav button:not(.disabled) svg path,
.cat_product_row .owl-nav button:not(.disabled) svg path,
.brand_slide .owl-nav button:not(.disabled) svg path {
    fill: #024BAD;
}

.private_product .owl-nav button.disabled svg path,
.cat_product_row .owl-nav button.disabled svg path,
.brand_slide .owl-nav button.disabled svg path {
    fill: #B3B3B3 !important;
    stroke: #B3B3B3;
}

.private_product .owl-nav button.disabled:hover,
.cat_product_row .owl-nav button.disabled:hover,
.brand_slide .owl-nav button.disabled:hover {
    cursor: not-allowed;
}

.owl-theme .owl-nav [class*=owl-]:hover svg path {
    fill: #ffffff !important;
    stroke: #ffff;
}

.category-products-wrapper {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
}

.owl-3x2 .category-products-wrapper {
    grid-template-columns: repeat(3, 1fr);
}

.owl-4x2 .category-products-wrapper {
    grid-template-columns: repeat(4, 1fr);
}

.grid-product {
    width: 100%;
}

.cat_banner_img {
    height: 100%;
}

.cat_banner_img img {
    height: 100%;
}

/* =========================
   MOBILE / TABLET
========================= */
@media screen and (max-width: 1200px) {
    .cat_product_row .owl-nav button:not(.disabled) {
        background-color: #004CAF !important;
        color: #fff !important;
        cursor: pointer !important;
        opacity: 1 !important;
    }

    .kategori_and_product_box .owl-nav {
        position: absolute;
        top: 42%;
        right: 0;
        display: flex;
        margin: 0;
        align-items: center;
        justify-content: space-between;
        width: calc(100% + 7%);
        transform: translate(3%, -50%);
    }

    .kategori_and_product_box {
       margin: 0;
    }

    .private_product .owl-nav button,
    .cat_product_row .owl-nav button,
    .brand_slide .owl-nav button {
        width: 30px !important;
        height: 30px !important;
    }

    .cat_product_row .owl-nav button.disabled {
        background-color: #CFD1D3 !important;
        color: #fff !important;
        cursor: default !important;
        opacity: 0.6 !important;
    }

    .cat_product_row .owl-nav button.disabled svg path {
        fill: #B3B3B3;
    }

    .section-header-location {
        font-size: 13px;
    }

    .vitrin_title {
        font-size: 20px;
        font-weight: bold !important;
        text-align: start;
        width: min-content;
        min-width: 220px;
        margin: 0 !important;
    }

    .kategori_and_product_box .mobil_col {
        width: 100%;
        margin: 0 !important;
    }

    .vitrin_title_box {
        width: 100%;
    }

    .mobil-display-none {
        display: none;
    }

    .cat_product_row .owl-nav button.disabled svg path,
    .private_product .owl-nav button.disabled svg path {
        fill: #B3B3B3;
    }

    .for_you_title,
    .vitrin_title,
    .marka_name {
        margin-left: 0 !important;
    }
}