
.container-fluid{
    --bs-gutter-x: 10rem !important;
}

*{
    font-family: "Figtree", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}
body{
    margin: 0;
    padding: 0;
    font-family: "Figtree", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    width: 100%;
    position: relative;
    height: 100%;
    background-color: #EDE9E3;
}


header{
    position: fixed;
    z-index: 100000;
    width: 100%;
    top: 0px;
}

section{
    display: block;
}

main{
    display: block;
    margin-top: 140px;
}
.topbar{
    background-color: #630E0D;
    display: flex;
    width: 100%;
    min-height: 50px;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}


.topbar-item{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    cursor: pointer;
}

.topbar-item-text{
    margin-left: 5px;
    margin-top: 3px;
}

.topbar-item-text span{
    color: #fff;
    text-decoration: none !important;
    font-size: 16px;
    font-weight: 600;
}

.topbar-item-icon, .topbar-item-icon img {
    width: 20px;
    height: 20px;
}


.menu{
    background-color: #EDE9E3;
    height: 90px;
    width: 100%;
    overflow: visible;
}

.logo{
    width: 160px;
    height: 160px;
    border: 3px solid #EDE9E3;
    background-color: #630E0D;
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.logo a{
    padding-top: 1rem;
    width: 70%;
}

.logo a img{
    width: 100%;
    height: 100%;
}


.menu-list{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.menu-list li{
    margin-right: 2rem;
    position: relative;
}

.menu-list li a{
    color:#3B3936;
    line-height: 18px;
    font-weight: 400;
    font-family: "Quicksand", serif;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;

    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    position: relative;
    padding-bottom: 5px;
    transition: all 0.3s ease;
}

.menu-list li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #3B3936;
    transition: width 0.3s ease;
}

.menu-list li a:hover::after {
    width: 100%;
}

.menu-list li a img{
    width: 8px;
    height: 8px;
    margin-right: 5px;
}

.dropdown-menu li a img{
    width: 24px;
    height: 24px;
    float: right;
    /* padding: 2px; */
    padding: 5px;
}

.menu-list-container{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    align-content: center;
    height: 90px;
    overflow: visible;
}

/* Dropdown Menü Stilleri */
.menu-list .dropdown {
    position: relative;
}

.menu-list .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #FAF4EC;
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 200px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 10001;
    margin-top: 0;
    pointer-events: none;
    display: block;
    border-radius: 0px 0px 0px 0px;
    
}

.menu-list .dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: all;
}

.menu-list .dropdown:hover > a::after {
    width: 100%;
}

.menu-list .dropdown-menu li {
    margin: 0;
    border-bottom: 1px solid rgba(59, 57, 54, 0.1);
}

.menu-list .dropdown-menu li:last-child {
    border-bottom: none;
}

.menu-list .dropdown-menu li a {
    display: block;
    padding: 12px 20px;
    color: #3B3936;
    text-decoration: none;
    font-family: "Figtree", sans-serif;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    position: relative;
    padding-bottom: 12px;
}

.menu-list .dropdown-menu li a::after {
    display: none;
}

.menu-list .dropdown-menu li a:hover {
    background-color: rgba(99, 14, 13, 0.1);
    color: #630E0D;
}

.owl-carousel {
    position: relative;
}


.owl-carousel .owl-item img {
    max-height: 700px;
    object-fit: cover;
}


.owl-nav button {
    pointer-events: all; /* butonlar tıklanabilir olsun */
}

.owl-item, .owl-stage, .owl-stage-outer {
    margin: 0px!important;
    padding: 0px!important;
}

.owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none; /* ortadaki slider'ı bozmaması için */
    padding-left: 5rem;
    padding-right: 5rem;
}

.owl-nav button {
    pointer-events: all; /* butonlar tıklanabilir olsun */
}

.owl-dots {
    position: absolute;
    left: 50%;
    bottom: 20px;
    z-index: 5;
}

  

.owl-dot span{
    border-radius: 0px!important;
    background: #FFFFFF80!important;
}

.owl-prev img,.owl-next img{
    background: #FFFFFF80;
    padding: 10px;
}

.owl-dot.active span{
    background: #FFFFFF!important;
}


.owl-theme .owl-nav [class*=owl-]:hover{
    background: unset!important;
}


.slider-item-content{
    position: relative;
}

.slider-item-content-text{
    position: absolute;
    top: 40%;
    left: 10%;
    max-width: 60vh;
}

.slider-item-content-text b{
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.slider-item-content-text p{
    font-size: 24px;
    font-weight: 300;
    color: #fff;
}



.favorite-products .row{
    --bs-gutter-x: 6.5rem !important;
}

.favorite-products{
    margin-bottom: 100px;
}

.favorite-products .favorite-products-header{
    border-bottom: 1px solid #9F998D;

}

.favorite-products h2{
    font-size: 30px;
    font-weight: 600;
    color: #9F998D;
    text-transform: uppercase;
    letter-spacing: 5px;

    padding-top: 25px;
    padding-bottom: 25px;
}



.favorite-product-item{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-left: 1px solid #9F998D;
    border-right: 1px solid #9F998D;
}

.favorite-product-item-image{
    height: 340px;
    object-fit: cover;
}

.favorite-product-item-title{
    font-size: 20px;
    color:#3B3936;
    font-weight: 500;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 15px;
    width: 100%;
    border-bottom: 1px solid #9F998D;
}

.favorite-product-item-description{
    font-size: 16px;
    height: 80px;
    display: flex;
    align-items: center;
    color:#3B3936;
    font-weight: 400;
    padding-left: 15px;
    padding-right: 15px;
}




.category-products .row{
    --bs-gutter-x: 6.5rem !important;
}

.category-products .category-products-header{
    border-bottom: 1px solid #9F998D;
}

.category-products h2{
    font-size: 30px;
    font-weight: 600;
    color: #9F998D;
    text-transform: uppercase;
    letter-spacing: 5px;

    padding-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 0px;
}

.category-products h2 p{
    font-size: 20px;
    font-weight: 600;
    color: #9F998D;
    text-transform: none;
}

.category-products-header-button-container{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.category-products-header-button{
    border-bottom: 1px solid #3B3936;
    color: #3B3936;
    font-weight: 700;
    font-size: 30px;
    text-decoration: none;
    padding-left: 15px;
    cursor: pointer;
}
.category-product-item{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-left: 1px solid #9F998D;
    border-right: 1px solid #9F998D;
}

.category-product-item-image{
    object-fit: cover;
}

.category-product-item-title{
    font-size: 20px;
    color:#3B3936;
    font-weight: 500;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 15px;
    width: 100%;
    border-bottom: 1px solid #9F998D;
}

.category-product-item-description{
    font-size: 16px;
    height: 80px;
    color:#3B3936;
    font-weight: 400;
    display: flex;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
}



footer{
    margin-top: 100px;
    height: 440px;
    background-color: #630E0D;
    display: flex;
    flex-direction: row;
    align-items: center;
}


footer .logo-area{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;

}

footer .logo-area img{
    width: 170px;
    margin-bottom: 10px;
}

footer .social-media-icons{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    align-content: center;
}


footer .social-media-icons a img{
    width: 30px;
    height: 30px;
}

.sube-item-title h3{
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 5px;
    border-bottom: 1px solid #fff;
    width: max-content;

}

.sube-item-content p{
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-transform: none;
    letter-spacing: 0px;
}

.sube-item-content p b{
    font-weight: 600;
}

.in-category-favorite-products-header-title{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    align-content: center;
}

.in-category-favorite-products-header{
    border-bottom: 1px solid #9f998d;
}

.in-category-favorite-products-header h1{
color:#3B3936;
font-size: 30px;
letter-spacing: 5px;
font-weight: 700;
margin: 0px;

}

.in-category-favorite-products-header h2{
color:#3B3936;
font-size: 22px;
letter-spacing: 0px;
font-weight: 500;
margin: 0px;
}

.in-category-favorite-products-header p{
    font-size: 20px;
    font-weight: 400;
    color: #3B3936;
    letter-spacing: 0px;
}

/* first container-fluid in menu */
.border-ozel{
    border-bottom: 1px solid #9f998d!important;
}


/* media for 13 inç macbook */ 
@media (min-width: 1280px) {
    .owl-carousel .owl-item img {
        max-height: 440px!important;
    }

    .slider-item-content-text{
        max-width: 85vh!important;
    }

    .favorite-products .row{
        --bs-gutter-x: 1.5rem!important;
    }

    .category-products .row{
        --bs-gutter-x: 5.5rem!important;
    }

    .sube-item-title h3{
        font-size: 14px!important;
    }
}