﻿/* Variant Slider CSS */
.variant-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.variant-slide {
    display: none;
    width: 100%;
}

    .variant-slide:first-child {
        display: block;
    }

.variant-slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.7);
    color: #333;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
}

    .variant-slider-nav:hover {
        background-color: rgba(255, 255, 255, 0.9);
    }

    .variant-slider-nav.prev {
        left: -10px;
    }

    .variant-slider-nav.next {
        right: -10px;
    }

.variant-slider-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 5px;
}

.variant-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
}

    .variant-dot.active {
        background-color: #F48929;
        transform: scale(1.2);
    }



.home-page-slider {
    padding: 0 38px;
    padding-bottom: 12px;
}

    .home-page-slider .carousel-inner .carousel-item img {
        height: 648px;
        object-fit: cover;
        object-position: center;
    }

    .home-page-slider .carousel-inner {
        border-radius: 24px;
    }

        .home-page-slider .carousel-inner::after {
            position: absolute;
            top: 0;
            left: 0;
            content: "";
            width: 100%;
            height: 100%;
            background: linear-gradient(0deg, #00000096, transparent);
        }

        .home-page-slider .carousel-inner .carousel-item::after {
            position: absolute;
            content: "";
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(0deg, rgb(15 15 16 / 37%) 0%, rgba(15, 15, 16, 0) 100%);
            pointer-events: none;
        }

.home-page-carousel .carousel-indicators {
    margin: 0;
    width: max-content;
    display: flex;
    flex-direction: column;
    top: 50%;
    bottom: unset;
    right: 30px;
    left: unset;
    transform: translate(0, -50%);
    row-gap: 20px;
}

    .home-page-carousel .carousel-indicators button {
        border: none;
        background: none;
        width: max-content;
    }

    .home-page-carousel .carousel-indicators button {
        border: none;
        background: none;
        width: unset !important;
        height: unset !important;
        opacity: 1;
        text-indent: unset !important;
        font-family: "Baloo Paaji 2";
        font-size: 16px;
        font-weight: 700;
        line-height: 20px;
        text-align: end;
        color: #FFFFFF80;
        transition: .4s;
    }


        .home-page-carousel .carousel-indicators button.active {
            color: #FFFFFF;
            transition: .4s;
            font-size: 26px;
        }

.custom-carousel-caption {
    position: absolute;
    bottom: 57px;
    left: 50%;
    transform: translate(-50%, 0);
    max-width: calc(100% - 138px);
    z-index: 1;
    width: 100%;
}

.custom-carousel-caption-text-and-button-area {
    display: flex;
    flex-direction: column;
    row-gap: 46px;
    align-items: center;
}

.custom-carousel-caption-text {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    align-items: center;
}

.custom-carousel-caption-sup-title {
    font-family: Poppins;
    font-size: 14.7px;
    font-weight: 500;
    line-height: 24.99px;
    letter-spacing: 1.4700000286102295px;
    text-align: center;
    color: #FFFFFF;
}

.custom-carousel-caption-title {
    font-family: "Baloo Paaji 2";
    font-size: 70.4px;
    font-weight: 700;
    line-height: 72px;
    text-align: center;
    color: #fff;
}

.custom-carousel-caption-description {
    font-family: Poppins;
    font-size: 17.9px;
    font-weight: 400;
    line-height: 30.35px;
    text-align: center;
    color: #FFFFFF;
}
.sol-img{
    position:relative;
}
    .sol-img, .sol-img img {
        aspect-ratio: 1/1.8;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 24px;
    }

        .sol-img::after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(180deg, rgba(255, 255, 255, 0) 19.58%, rgba(255, 255, 255, 0.75) 100%);
        }

.urunler-row{
    margin-top:71px !important;
}
.img-detay {
    position: absolute;
    bottom: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    text-align: center;
    row-gap: 2rem;
    padding: 0 20px;
    z-index: 1;
}
.sol-img-baslik {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(21, 21, 21, 1);
}
.img-border {
    margin:auto;
    width:50px;
    border: 1px solid rgba(208, 18, 28, 1) !important;
}
.img-button {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;
    padding:12px 24px 12px 24px;
    background: #D0121C;
    display: block;
    border-radius: 50px;
    text-decoration: none;
}
    .img-button:hover {
        background-color: #D0121C !important;
        color: #fff !important;
    }
    .custom-carousel-caption-button a {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 23.89px;
    text-align: center;
    color: #fff;
    background: #D0121C;
    display: block;
    padding: 16px 60px;
    border-radius: 50px;
    text-decoration: none;
}


/*Tagline Slider*/

.red-always-sliding-tagline {
    background: #D0121C;
    padding: 16px 0;
}

.sliding-tagline {
    display: flex;
    align-items: center;
    column-gap: 48px;
    font-family: 'Baloo Paaji 2';
    color: #fff;
    font-size: 26px;
    font-weight: 700;
}

.white-always-sliding-tagline {
    background: #F6F6F6;
    padding: 16px 0;
}


.reverse-always-sliding-tagline {
    direction: rtl; /* Dışarıdan manuel olarak rtl yönünü uygula */
}

.reverse-always-sliding-tagline .slick-track {
    display: flex !important; /* Kayma yönünü düzgün tutmak için */
}

.reverse-always-sliding-tagline .slick-slide {
    float: right; /* Ters kaymayı sağlamak için */
}

    .reverse-always-sliding-tagline .sliding-tagline-title {
        direction: ltr;
        color: #D0121C;
    }


/*Öne Çıkan Kategoriler*/


.home-page-category-area {
    padding: 0 38px;
}

.home-news-area {
    max-width: 100%;
    padding: 0 38px;
}


.featured-categories-area {
    padding: 0 38px;
    margin-top: 70px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 10px;
    row-gap: 10px;
}

.featured-category-card {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
}

.featured-category-title-and-button {
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translate(-50%, 0);
    max-width: calc(100% - 32px);
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

.featured-category-image, .featured-category-image img {
    aspect-ratio: 2/1.25;
    object-fit: cover;
}

.featured-category-image {
    position: relative;
}

  /*  .featured-category-image::after {
        top: 0;
        left: 0;
        width: 100%;
        content: "";
        height: 100%;
        position: absolute;
        background: linear-gradient(0deg, rgba(15, 15, 16, 0.7) 0%, rgba(15, 15, 16, 0) 100%);
    }*/


.featured-category-title {
    font-family: 'Baloo Paaji 2';
    font-size: 32px;
    font-weight: 700;
    line-height: 50.37px;
    text-align: center;
    color: #fff;
}

.featured-category-button {
    width: max-content;
    max-width: 100%;
    margin: auto;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 23.89px;
    text-align: center;
    color: #fff;
    padding: 12px 60px;
    border: 1px solid #E8E8E8;
    border-radius: 50px;
    background: #FFFFFF1A;
    backdrop-filter: blur(3px);
}


.mobile-featured-categories-area {
   display: none;
}


/*Öne Çıkan Ürünler*/


.featured-products-section {
    padding: 110px 0;
}

.featured-products-area {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
}

.featured-products-text-area {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.featured-products-title {
    font-family: 'Baloo Paaji 2';
    font-size: 44px;
    font-weight: 700;
    line-height: 48px;
    text-align: center;
    color: #D0121C;
}

.featured-products-description {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: #626262;
}

.featured-product-card {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

.featured-product-card-image-area {
    background: #F6F6F6;
    padding: 50px 0;
    position: relative;
    border-radius: 24px;
    overflow: hidden;
}

.featured-product-image, .featured-product-image img {
    aspect-ratio: 1/1;
    object-fit: contain;
}

.featured-product-search {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 36px;
    height: 36px;
    background: #fff;
    border: 1px solid #f8f9ff;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    transition: .4s;
}

.featured-product-card:hover .featured-product-search
{
    opacity: 1;
    visibility: visible;
    transition: .4s;
}

.featured-product-card-text-area {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}

.featured-product-category {
    font-family: 'Baloo Paaji 2';
    font-size: 11.5px;
    font-weight: 700;
    line-height: 17.85px;
    letter-spacing: 1.0499999523162842px;
    text-align: center;
    color: #767676;
}

.featured-product-title {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 23.63px;
    text-align: center;
    color: #1A1A1A;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 47.25px;
}

.featured-product-card-text-and-price-area {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

.featured-product-price-area {
    position: relative;
}

.featured-product-add-basket-button {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    opacity: 0;
    visibility: hidden;
    transition: .4s;
    background: #D0121C;
    border: 1px solid #D0121C;
    padding: 10px 24px;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 23.89px;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    width: max-content;
    text-decoration: none;
}



.featured-product-price {
    font-family: 'Baloo Paaji 2';
    font-size: 18px;
    font-weight: 700;
    line-height: 24.99px;
    letter-spacing: 0.2939999997615814px;
    text-align: center;
    color: #E51D1D;
    visibility: visible;
    opacity: 1;
    transition: .4s;
    min-height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.featured-products-carousel .owl-dots {
    margin-top: 42px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
}

    .featured-products-carousel .owl-dots button span {
        margin: 0 !important;
        width: 12px !important;
        height: 12px !important;
        background: #D9D9D9 !important;
        transition: .4s;
    }

    .featured-products-carousel .owl-dots button.active span {
        margin: 0 !important;
        width: 60px !important;
        background: #D0121C !important;
        transition: .4s;
    }

.featured-products-carousel .owl-nav {
    position: absolute;
    top: calc(50% - 54px);
    left: -18px;
    transform: translate(0, calc(-50% - 54px));
    width: calc(100% + 36px);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

    .featured-products-carousel .owl-nav .owl-prev {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fff !important;
        border: 1px solid #E8E8E8 !important;
        border-radius: 50px;
        pointer-events: auto;
        position: relative;
    }

    .featured-products-carousel .owl-nav .owl-next {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fff !important;
        border: 1px solid #E8E8E8 !important;
        border-radius: 50px;
        pointer-events: auto;
        position: relative;
    }

    .featured-products-carousel .owl-nav .owl-prev span {
        display: none;
    }

    .featured-products-carousel .owl-nav .owl-next span {
        display: none;
    }


    .featured-products-carousel .owl-nav .owl-prev::after {
        content: "\f053";
        font-family: 'Font Awesome 6 Free';
        font-weight: 900;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #D0121C;
    }

    .featured-products-carousel .owl-nav .owl-next::after {
        content: "\f054";
        font-family: 'Font Awesome 6 Free';
        font-weight: 900;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #D0121C;
    }

.new-products-carousel .owl-nav {
    position: absolute;
    top: calc(50% - 54px);
    left: -18px;
    transform: translate(0, calc(-50% - 54px));
    width: calc(100% + 36px);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.new-products-carousel .owl-nav .owl-prev {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff !important;
    border: 1px solid #E8E8E8 !important;
    border-radius: 50px;
    pointer-events: auto;
    position: relative;
}

.new-products-carousel .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff !important;
    border: 1px solid #E8E8E8 !important;
    border-radius: 50px;
    pointer-events: auto;
    position: relative;
}

.new-products-carousel .owl-nav .owl-prev span {
    display: none;
}

.new-products-carousel .owl-nav .owl-next span {
    display: none;
}


.new-products-carousel .owl-nav .owl-prev::after {
    content: "\f053";
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #D0121C;
}

.new-products-carousel .owl-nav .owl-next::after {
    content: "\f054";
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #D0121C;
}





.category-products-carousel .owl-nav {
    position: absolute;
    top: calc(50% - 54px);
    left: -18px;
    transform: translate(0, calc(-50% - 54px));
    width: calc(100% + 36px);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.category-products-carousel .owl-nav .owl-prev {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff !important;
    border: 1px solid #E8E8E8 !important;
    border-radius: 50px;
    pointer-events: auto;
    position: relative;
}

.category-products-carousel .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff !important;
    border: 1px solid #E8E8E8 !important;
    border-radius: 50px;
    pointer-events: auto;
    position: relative;
}

.category-products-carousel .owl-nav .owl-prev span {
    display: none;
}

.category-products-carousel .owl-nav .owl-next span {
    display: none;
}


.category-products-carousel .owl-nav .owl-prev::after {
    content: "\f053";
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #D0121C;
}

.category-products-carousel .owl-nav .owl-next::after {
    content: "\f054";
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #D0121C;
}


.category-products-carousel .owl-dots {
    margin-top: 42px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
}

    .category-products-carousel .owl-dots button span {
        margin: 0 !important;
        width: 12px !important;
        height: 12px !important;
        background: #D9D9D9 !important;
        transition: .4s;
    }

    .category-products-carousel .owl-dots button.active span {
        margin: 0 !important;
        width: 60px !important;
        background: #D0121C !important;
        transition: .4s;
    }

.wishlist-button {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #fff;
    border: 1px solid #F8F9FF;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    color: #D0121C;
    box-shadow: none;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .wishlist-button svg {
        min-width: 20px;
        max-width: 20px;
        max-height: 20px;
        min-height: 20px;
    }

    .wishlist-button:not(.active) svg path {
        fill: #fff;
        stroke: #d0121c;
    }

    .wishlist-button:not(.active):hover svg path {
        fill: #d0121c;
        stroke: #d0121c;
    }

    .wishlist-button.active svg path {
        fill: #d0121c;
        stroke: #d0121c;
    }

    .wishlist-button.active:hover svg path {
        fill: #fff;
        stroke: #d0121c;
    }

    .wishlist-button.active .fa-regular.fa-heart {
        display: none;
    }

    .wishlist-button:not(.active) .fa-solid.fa-heart {
        display: none;
    }

    .wishlist-button i {
        font-size: 16px;
        line-height: 24px;
    }

    /*Resim Alanı*/


.home-page-image, .home-page-image img {
    aspect-ratio: 2/0.8;
    object-fit: cover;
    border-radius: 24px;
}


/*Yeni Çıkan Ürünler*/


.new-products-section {
    padding: 110px 0;
}

.new-products-area {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
}

.new-products-text-area {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.new-products-title {
    font-family: 'Baloo Paaji 2';
    font-size: 44px;
    font-weight: 700;
    line-height: 48px;
    text-align: center;
    color: #D0121C;
}

.new-products-description {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: #626262;
}

.new-product-card {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

.new-product-card-image-area {
    background: #F6F6F6;
    padding: 50px 0;
    position: relative;
    border-radius: 24px;
    overflow: hidden;
}

.new-product-image, .new-product-image img {
    aspect-ratio: 1 / 1;
    object-fit: contain;
}

.new-product-search {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 36px;
    height: 36px;
    background: #fff;
    border: 1px solid #f8f9ff;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    transition: .4s;
}

.new-product-card:hover .new-product-search {
    opacity: 1;
    visibility: visible;
    transition: .4s;
}

.new-product-card-text-area {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}

.new-product-category {
    font-family: 'Baloo Paaji 2';
    font-size: 11.5px;
    font-weight: 700;
    line-height: 17.85px;
    letter-spacing: 1.0499999523162842px;
    text-align: center;
    color: #767676;
}

.new-product-title {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 23.63px;
    text-align: center;
    color: #1A1A1A;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 47.25px;
}

.new-product-card-text-and-price-area {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

.new-product-price-area {
    position: relative;
}

.new-product-add-basket-button {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    opacity: 0;
    visibility: hidden;
    transition: .4s;
    background: #D0121C;
    border: 1px solid #D0121C;
    padding: 10px 24px;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 23.89px;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    width: max-content;
    text-decoration: none;
}



.new-product-price {
    font-family: 'Baloo Paaji 2';
    font-size: 18px;
    font-weight: 700;
    line-height: 24.99px;
    letter-spacing: 0.2939999997615814px;
    text-align: center;
    color: #E51D1D;
    visibility: visible;
    opacity: 1;
    transition: .4s;
    min-height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
}



.new-products-carousel .owl-dots {
    margin-top: 42px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
}

    .new-products-carousel .owl-dots button span {
        margin: 0 !important;
        width: 12px !important;
        height: 12px !important;
        background: #D9D9D9 !important;
        transition: .4s;
    }

    .new-products-carousel .owl-dots button.active span {
        margin: 0 !important;
        width: 60px !important;
        background: #D0121C !important;
        transition: .4s;
    }



.new-products-carousel .owl-dots {
    margin-top: 42px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
}

    .new-products-carousel .owl-dots button span {
        margin: 0 !important;
        width: 12px !important;
        height: 12px !important;
        background: #D9D9D9 !important;
        transition: .4s;
    }

    .new-products-carousel .owl-dots button.active span {
        margin: 0 !important;
        width: 60px !important;
        background: #D0121C !important;
        transition: .4s;
    }

.new-products-carousel .owl-nav {
    position: absolute;
    top: calc(50% - 54px);
    left: -18px;
    transform: translate(0, calc(-50% - 54px));
    width: calc(100% + 36px);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

    .new-products-carousel .owl-nav .owl-prev {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fff !important;
        border: 1px solid #E8E8E8 !important;
        border-radius: 50px;
        pointer-events: auto;
        position: relative;
    }

    .new-products-carousel .owl-nav .owl-next {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fff !important;
        border: 1px solid #E8E8E8 !important;
        border-radius: 50px;
        pointer-events: auto;
        position: relative;
    }

    .new-products-carousel .owl-nav .owl-prev span {
        display: none;
    }

    .new-products-carousel .owl-nav .owl-next span {
        display: none;
    }


    .new-products-carousel .owl-nav .owl-prev::after {
        content: "\f053";
        font-family: 'Font Awesome 6 Free';
        font-weight: 900;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #D0121C;
    }

    .new-products-carousel .owl-nav .owl-next::after {
        content: "\f054";
        font-family: 'Font Awesome 6 Free';
        font-weight: 900;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #D0121C;
    }

.mobile-news-cards-carousel .owl-stage {
    padding-left: 0 !important;
}


    /*Haberler*/


.news-area {
    display: flex;
    flex-direction: column;
    row-gap: 52px;
}

.news-text-and-button-area {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}

.news-text-area {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.news-title {
    font-family: 'Baloo Paaji 2';
    font-size: 34px;
    font-weight: 700;
    line-height: 44px;
    text-align: start;
    color: #D0121C;
}

.news-description {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: #626262;
}

.news-button-area a {
    width: max-content;
    max-width: 100%;
    display: block;
    margin: auto;
    background: #D0121C;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 23.89px;
    text-align: center;
    color: #fff;
    padding: 14px 60px;
    border-radius: 50px;
    text-decoration: none;
}

.news-card-link
{
    text-decoration: none;
}

.news-card {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.news-card-image-area, .news-card-image-area img {
    aspect-ratio: 2/1.3;
    object-fit: cover;
    border-radius: 24px;
}

.news-card-image-text-and-button-area {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

.news-card-text-area {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
    padding: 0 16px;
}

.news-card-title {
    font-family: 'Baloo Paaji 2';
    font-size: 19px;
    font-weight: 500;
    line-height: 29px;
    text-align: left;
    color: #000000;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 58px;
}

.news-card-description {
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: #475467;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    min-height: 60px;
}


.news-card-button-area {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 23.89px;
    text-align: center;
    width: max-content;
    max-width: 100%;
    color: #444444;
    background: #fff;
    border: 1px solid #E8E8E8;
    padding: 10px 28px;
    border-radius: 50px;
    transition: .4s;
}




.news-section {
    padding: 110px 0;
}


.mobile-news-cards-area
{
    display: none;
}

/*Reklam Alanı*/
.advertisement-carousel .owl-dots {
    margin-top: 42px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
}

    .advertisement-carousel .owl-dots button span {
        margin: 0 !important;
        width: 12px !important;
        height: 12px !important;
        background: #D9D9D9 !important;
        transition: .4s;
    }

    .advertisement-carousel .owl-dots button.active span {
        margin: 0 !important;
        width: 60px !important;
        background: #D0121C !important;
        transition: .4s;
    }


.mobile-carousel
{
    display: none;
}

.mobile-home-page-category {
    display: none;
    font-family: 'Baloo Paaji 2';
    font-size: 28px;
    font-weight: 700;
    line-height: 48px;
    text-align: center;
    color: #D0121C;
}

.home-page-image-section {
    margin-top: 70px;
}

@media only screen and (max-width: 1399px) {
    .featured-category-image, .featured-category-image img {
        aspect-ratio: 2/1.25;
        object-fit: cover;
    }
}

@media only screen and (min-width: 1200px)
{
    .featured-product-card:hover .featured-product-add-basket-button {
        opacity: 1;
        visibility: visible;
        transition: .4s;
    }

    .featured-product-card:hover .featured-product-price {
        opacity: 0;
        visibility: hidden;
        transition: .4s;
    }
    .mobile-add-to-basket-button
    {
        display: none;
    }

    .new-product-card:hover .new-product-add-basket-button {
        opacity: 1;
        visibility: visible;
        transition: .4s;
    }

    .new-product-card:hover .new-product-price {
        opacity: 0;
        visibility: hidden;
        transition: .4s;
    }

    .news-card:hover .news-card-button-area {
        color: #FFFFFF;
        background: #D0121C;
        border: 1px solid #D0121C;
        transition: .4s;
    }
}

@media only screen and (max-width: 1199px)
{

    .mobile-add-to-basket-button {
        width: 32px;
        height: 32px;
        border: 1px solid #E51D1D;
        background: #E51D1D;
        color: #fff;
        border-radius: 50px;
        font-size: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: normal;
    }

    .featured-product-price-area {
        display: flex;
        justify-content: center;
        column-gap: 12px;
        align-items: center;
    }

    .new-product-price-area {
        display: flex;
        justify-content: center;
        column-gap: 12px;
        align-items: center;
    }

    .home-page-slider .carousel-inner {
        border-radius: 0;
    }

    .home-page-slider {
        padding: 0;
        padding-bottom: 12px;
    }

    .home-page-carousel .carousel-indicators
    {
        display: none;
    }


    


    

    .featured-product-search
    {
        opacity: 1;
        visibility: visible;
    }

    .mobile-news-cards-area
    {
        display: block;
    }

    .desktop-news-cards
    {
        display: none;
    }

    .news-section > .container
    {
        max-width: unset!important;
        padding-right: 0;
    }

    .custom-carousel-caption {
        max-width: 100%;
        padding: 0 20px;
    }

    .custom-carousel-caption-sup-title {
        font-size: 13.7px;
        line-height: 23.99px;
    }

    .custom-carousel-caption-title {
        font-size: 54.4px;
        line-height: 64px;
    }

    .custom-carousel-caption-description {
        font-size: 14.9px;
        line-height: 24.35px;
    }

    .custom-carousel-caption-button a {
        font-size: 14px;
        line-height: 22.89px;
        padding: 12px 46px;
    }

    

    .featured-products-title {
        font-size: 34px;
        line-height: 44px;
    }

    .featured-products-description {
        font-size: 15px;
        line-height: 23px;
    }

    .featured-product-title {
        font-size: 15px;
        line-height: 23.63px;
    }

    .featured-product-add-basket-button {
        padding: 8px 20px;
        font-size: 14px;
        line-height: 23.89px;
    }

    .new-products-title {
        font-size: 34px;
        line-height: 44px;
    }

    .new-products-description {
        font-size: 15px;
        line-height: 23px;
    }

    .new-product-title {
        font-size: 15px;
        line-height: 23.63px;
    }

    .new-product-add-basket-button {
        padding: 8px 20px;
        font-size: 14px;
        line-height: 23.89px;
    }

    .news-title {
        font-size: 34px;
        line-height: 44px;
        text-align: center;
    }

    .news-description {
        font-size: 15px;
        line-height: 23px;
    }

    .news-button-area a {
        font-size: 15px;
        line-height: 23.89px;
        padding: 12px 46px;
    }

    .news-card-title {
        font-size: 18px;
        line-height: 26px;
        min-height: 52px;
    }

    .news-card-description {
        font-size: 13px;
        line-height: 21px;
        min-height: 63px;
    }

    .news-card-button-area {
        font-size: 14px;
        line-height: 23.89px;
        padding: 10px 24px;
    }


}

@media only screen and (max-width: 991px)
{
    .mobile-featured-categories-area .featured-category-image, .mobile-featured-categories-area .featured-category-image img {
        aspect-ratio: 2/1.35;
    }

    .featured-category-title {
        font-size: 25px;
        line-height: 35px;
    }

    .mobile-featured-categories-area
    {
        padding-left: 1.5rem;
    }

    .mobile-carousel
    {
        display: block;
    }

    .desktop-carousel
    {
        display: none;
    }

    .urunler-row {
        row-gap: 24px;
    }
    .desktop-home-page-category
    {
        display: none;
    }

    .mobile-home-page-category
    {
        display: block;
    }

    .category-products-carousel .owl-nav {
        left: 0px;
        transform: translate(0, calc(-50% - 54px));
        width: 100%;
    }
}

@media only screen and (max-width: 767px)
{
    .mobile-featured-categories-area .featured-category-image, .mobile-featured-categories-area .featured-category-image img {
        aspect-ratio: 2/1.2;
    }

    .desktop-featured-categories-area {
        display: none;
    }

    .mobile-featured-categories-area {
        display: block;
        padding: 0 38px;
        /*padding-right: 0;*/
        margin-top: 70px;
    }

    .mobile-featured-categories-carousel .owl-stage {
        padding-left: 0 !important;
    }

    .custom-carousel-caption-sup-title {
        font-size: 12.7px;
        line-height: 22.99px;
    }

    .custom-carousel-caption-title {
        font-size: 44.4px;
        line-height: 54px;
    }

    .custom-carousel-caption-description {
        font-size: 13.9px;
        line-height: 23.35px;
    }

    .sliding-tagline {
        font-size: 17px;
    }

    .custom-carousel-caption-button a {
        font-size: 13px;
        line-height: 21.89px;
        padding: 12px 42px;
    }

    .featured-products-title {
        font-size: 30px;
        line-height: 40px;
    }

    .featured-products-description {
        font-size: 14px;
        line-height: 22px;
    }

    .new-products-title {
        font-size: 30px;
        line-height: 40px;
    }

    .new-products-description {
        font-size: 14px;
        line-height: 22px;
    }

    .news-title {
        font-size: 30px;
        line-height: 40px;
    }

    .news-description {
        font-size: 14px;
        line-height: 22px;
    }

    .news-button-area a {
        font-size: 14px;
        line-height: 22.89px;
        padding: 12px 42px;
    }

    .news-card-title {
        font-size: 16px;
        line-height: 24px;
        min-height: 48px;
    }

    .news-card-description {
        font-size: 12px;
        line-height: 20px;
        min-height: 60px;
    }

    .news-card-button-area {
        font-size: 12px;
        line-height: 22.89px;
        padding: 8px 20px;
    }

    .home-featured-products-area {
        padding: 0 38px;
        max-width: 100%;
    }

    .home-advertisement-area {
        max-width: 100%;
        padding: 0 38px;
    }

    .home-new-products-area {
        max-width: 100%;
        padding: 0 38px;
    }

}

@media only screen and (max-width: 575px)
{
    .mobile-featured-categories-area .featured-category-image, .mobile-featured-categories-area .featured-category-image img {
        aspect-ratio: unset;
    }

    .new-products-carousel .owl-nav {
        left: 0;
        width: 100%;
    }

    .featured-products-carousel .owl-nav {
        left: 0;
        width: 100%;
    }

    .home-page-category-area {
        padding: 0 .75rem;
    }

    .home-featured-products-area {
        padding: 0 0.75rem;
        max-width: 100%;
    }

    .home-advertisement-area {
        max-width: 100%;
        padding: 0 0.75rem;
    }

    .home-new-products-area {
        max-width: 100%;
        padding: 0 0.75rem;
    }

    .news-section > .container {
        padding: 0 .75rem;
        padding-right: 0;
    }
}

@media only screen and (max-width: 475px)
{
    .mobile-featured-categories-area .featured-category-image, .mobile-featured-categories-area .featured-category-image img {
        aspect-ratio: unset;
    }

    .mobile-featured-categories-area {
        padding: 0 .8rem;
    }
}