body {
    background-color: rgba(245, 245, 245, 1) !important;
}

.aco-card {
    background-color: rgba(255, 255, 255, 1);
}

.sayfa-banner {
    background-image: url(../img/sayfalar-banner.png) !important;
}

.kategori-title {
    padding: 30px;
    font-family: Urbanist;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(0, 0, 0, 1);
}
.aciklama {
    color: white;
    margin-top: 20px;
    margin-bottom: 25px;                                                      
    font-size: 15px;
}
.nav-pills {
    flex-direction: column !important;
}

.banner-button-area {
    display: flex;
    justify-content: center;
}

.banner-buttonlar {
    display: flex;
    align-items: center;
    justify-content: start;
    column-gap: 16px;
    margin-top: 15px;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
    padding: 0 12px;
}

.acco .nav-link {
    font-family: Urbanist !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 19.2px !important;
    text-align: left !important;
    color: rgba(35, 31, 32, 1) !important;
    padding-bottom: 24px !important;
    padding-left: 31px !important;
    padding-top: 24px !important;
    text-align: start !important;
    border-radius: 0 !important;
    width: 100% !important;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    font-family: Urbanist;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    text-align: left;
    color: white !important;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    background-color: rgba(237, 29, 36, 1) !important;
}



.product-card {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.img-yazi {
    font-family: Urbanist;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.2px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    position: absolute;
    bottom: 24px;
    width: 100%;
    color: #ffffff;
    width: 100%;
    text-align: center;
}

.product-card::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 67px;
    background: white;
    transform: translateY(100%);
    transition: transform 0.4s ease-out;
    z-index: 1;
    -webkit-transition: transform 0.4s ease-out;
    -moz-transition: transform 0.4s ease-out;
    -ms-transition: transform 0.4s ease-out;
    -o-transition: transform 0.4s ease-out;
}

.product-card:hover::before {
    transform: translateY(0);
}

.product-card:hover .img-yazi {
    color: red;
    z-index: 2;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.img-card
{
    position: relative;
}

.img-card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #00000047, transparent);
}

.img-card, .img-card img {
    aspect-ratio: 2/1.75;
    object-fit: cover;
}
.urunler-row {
    row-gap: 54px !important;
}

.urun-link.active {
    color: #ED1D24; /* Kırmızı renk */
    font-weight: bold; /* Yazıyı kalın yap */
}

.aco-row {
    margin-top: 82px !important;
}

.fazla-btn {
    margin-top: 30px !important;
    background-color: rgba(237, 29, 36, 1) !important;
    width: 178px !important;
    height: 51px !important;
    font-family: Urbanist !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 19.2px !important;
    text-align: center !important;
    color: rgba(255, 255, 255, 1) !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
}

.carousel-wrap {
    margin: auto;
    width: 100%;
    position: relative;
}


/* fix blank or flashing items on carousel */

.owl-carousel .item {
    position: relative;
    z-index: 100;
    -webkit-backface-visibility: hidden;
}


/* end fix */

.owl-nav>div {
    margin-top: -9px;
    position: absolute;
    top: 50%;
    color: #cdcbcd;
}

.owl-prev {
    display: none !important;
}

.owl-nav i {
    color: rgba(237, 29, 36, 1);
    font-size: 20px;
}

.owl-nav .owl-prev {
    left: -30px;
}

.owl-nav .owl-next {
    right: -30px;
}

.detay-icerik {
    height: 32px;
    border-right: 1px solid red;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(79, 76, 77, 1);
    font-family: Urbanist;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.detay-icerik.active {
    color: rgba(237, 29, 36, 1);
}

.carousel-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 84px;
    height: 100%;
    background: linear-gradient(270deg, #F5F5F5 0%, #F5F5F5 50%, rgba(245, 245, 245, 0) 100%);
    pointer-events: none;
    z-index: 2;
}

.carousel-wrap {
    margin-top: 43px !important;
    margin-bottom: 43px !important;
}

.detay-siyah {
    padding-top: 94px;
    padding-bottom: 94px;
    background-color: rgba(35, 31, 32, 1);
}

.detay-siyah-baslik {
    color: rgba(255, 255, 255, 1);
    font-family: Urbanist;
    font-size: 32px;
    font-weight: 600;
    line-height: 38.4px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.siyah-detay {
    margin-top: 32px;
    font-family: Urbanist;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(233, 233, 233, 1);
}

.kirmizi-baslik {
    margin-bottom: 32px;
    margin-top: 81px;
    font-family: Urbanist;
    font-size: 24px;
    font-weight: 600;
    line-height: 28.8px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(237, 29, 36, 1);
}

.kirmizi-detay {
    font-family: Urbanist;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(233, 233, 233, 1);
}

.siyah-img {
    object-fit: cover;
    height: 502px;
}

.avantaj-title {
    font-family: Urbanist;
    font-size: 24px;
    font-weight: 600;
    line-height: 28.8px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(237, 29, 36, 1);
    margin-bottom: 32px;
}

ul {
    list-style-type: disc !important;
    /* Nokta ekler */
    font-family: Urbanist !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 24px !important;
    text-align: left !important;
    color: rgba(79, 76, 77, 1) !important;
}

ul li::marker {
    font-size: 8px !important;
    /* Noktanın boyutunu küçültür */
}
pclist {
    list-style-type: disc !important;
    /* Nokta ekler */
    font-family: Urbanist !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 24px !important;
    text-align: left !important;
    color: rgba(79, 76, 77, 1) !important;
}
ol,
ul {
    padding-left: 1rem !important;
}

.avantaj-detay {
    font-family: Urbanist;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(79, 76, 77, 1);
}

.avantaj-row {
    margin-top: 57px !important;
}

.aco-card {
    display: block !important;
}

.footer-category {
    margin-top: 3rem;
    display: none !important;
    border-bottom: 2px solid rgba(237, 29, 36, 1) !important;
    z-index: 1;
    width: 100%;
    background-color: #ffffff;
    color: white;
    text-align: center;
    cursor: pointer;
}

a.active {
    color: white !important;  /* Yazı rengini beyaz yapalım */
    background-color: rgba(237, 29, 36, 1) !important;  /* Kırmızı arka plan */
    font-weight: bold; /* Metni koyulaştır */
}

.nav-pills .nav-link.active {
    color: white !important;  /* Yazı rengi beyaz */
    background-color: rgba(237, 29, 36, 1) !important;  /* Kırmızı arka plan */
}

.tab-pane a:hover {
    color: white !important;  /* Yalnızca hover durumunda beyaz renk */
    background-color: rgba(237, 29, 36, 1) !important;  /* Hoverda kırmızı arka plan */
    transition: background-color 0.3s ease, color 0.3s ease;  /* Geçiş efekti */
}

.category-area {
    position: relative;
}

.category-title {
    padding: 20px 0 20px 20px;
    font-family: Urbanist;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(0, 0, 0, 1);
    background-color: rgba(255, 255, 255, 1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 20px;
}

.mobiles li {
    padding: 20px 0 20px 20px !important;
    font-family: Urbanist !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 19.2px !important;
    text-align: left !important;
    color: rgba(35, 31, 32, 1) !important;
}

.mobiles li.active {
    color: white !important;
    padding-left: 1rem !important;
    background-color: rgba(237, 29, 36, 1) !important;
}

.category-content {
    position: absolute;
    top: 64px;
    z-index: 1;
    width: 100%;
    left: 0;
    background-color: white;
    padding: 10px 0px;
    display: none;
}

.category-content.open {
    display: block;
}

.category-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.fa-chevron-down {
    transition: transform 0.3s ease-out;
}

.fa-chevron-down.rotate {
    transform: rotate(180deg);
}

.category-title i {
    color: #ed1d24;
}


.banner-buttonlar{
    margin-top: 70px !important;
}

.urun-btn:not(.active) {
    background: #ffffff !important;
    border: 1px solid rgba(187, 186, 186, 1) !important;
    color: #000!important;
}
  
@media only screen and (max-width: 991px) {
    img.warsav {
        height: auto;
        display: block;
        margin-bottom: 3px;
        width: 100%;
    }
    footer {
        padding-bottom: 7rem !important;
    }
    .aco-card {
        display: none !important;
    }
    .footer-category {
        margin-top: 70px;
        display: block !important;
    }
    .siyah-img {
        margin-top: 3rem;
    }
    .yapi {
        margin-top: 3rem;
    }
}

@media only screen and (max-width: 767px) {
    .detay-icerik {
        height: auto;
    }
    .owl-stage {
        padding-left: 0 !important;
    }
    .owl-nav .owl-next {
        display: none !important;
    }
    .carousel-wrap::before {
        background: unset !important;
    }
    .owl-dots {
        column-gap: 8px;
        display: flex !important;
        justify-content: center;
        margin-top: 2rem;
    }
    .owl-dot.active {
        transition: .3s;
        background-color: red !important;
        width: 30px !important;
        height: 12px !important;
        border-radius: 5rem !important;
        -webkit-border-radius: 5rem !important;
        -moz-border-radius: 5rem !important;
        -ms-border-radius: 5rem !important;
        -o-border-radius: 5rem !important;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
    }
    .owl-dot {
        width: 12px !important;
        height: 12px !important;
        border: 2px solid red !important;
        border-radius: 5rem !important;
        -webkit-border-radius: 5rem !important;
        -moz-border-radius: 5rem !important;
        -ms-border-radius: 5rem !important;
        -o-border-radius: 5rem !important;
    }
}

@media only screen and (max-width: 490px) {
    .aco-row {
        margin-top: 50px !important;
    }

  
}

@media only screen and (max-width: 375px) {

.banner-buttonlar {
    flex-direction: row;
}
    
}

.detay-icerik {
    font-size: 14px;
}