
.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: 20px;
    transition: top 0.3s ease-out;
}

section{
    display: block;
}

main{
    display: block;
}
.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: 50px;
    width: 100%;
    overflow: visible;
    position: relative;
}

.menu .container-fluid, .menu .row{
    height: 100%;
}

.logo{
    position: absolute;
    top: 20px;
    left: 20px;
    width: 120px;
    height: 120px;
    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{
    width: 100%;
}

.logo a img{
    width: 100%;
    height: 100%;
}

.footer-logo-r-container{
    width: 50%;
    text-align: right;
}

.footer-logo-r-container img{
    width: 20px!important;
    margin-bottom: 0px!important;
}

.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;
    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: 100%;
    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;
}

/* 3. Seviye Alt Kategori - Sağa Açılan Dropdown (sadece hover'da açılır) */
.menu-list .dropdown-submenu {
    position: relative;
}

.menu-list .dropdown-submenu .dropdown-menu-right {
    position: absolute;
    top: 0;
    left: 100%;
    margin-left: 0;
    margin-top: 0;
    transform: translateX(-10px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.menu-list .dropdown-submenu:hover .dropdown-menu-right {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    pointer-events: all;
}

.menu-list .dropdown-submenu > a::after {
    content: '\203A';
    float: right;
    margin-left: 8px;
    font-size: 16px;
    font-weight: 600;
}

.owl-carousel {
    position: relative;
}


.owl-carousel .owl-item img {
    max-height: 840px;
    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: #ffffff29;
    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{

}

.favorite-products h2{
    font-size: 30px;
    font-weight: 600;
    color: #9F998D;
    text-transform: uppercase;
    letter-spacing: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
}



.favorite-product-item{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-left: 1px solid #9F998D;
    border-right: 1px solid #9F998D;
    border-bottom: 1px solid #9F998D;
    border-top: 1px solid #9F998D;
}

.favorite-product-item-image{
    width: 100%;
    height: 340px;
    object-fit: cover;
}

.category-40 .favorite-product-item-image{
    height: 590px;
}
.favorite-product-item-title{
    font-size: 20px;
    color:#3B3936;
    font-weight: 400;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 15px;
    width: 100%;
    text-transform: uppercase;
}

.favorite-product-item-description{
    font-size: 16px;
    height: 90px;
    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{
}

.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-size: 24px;
    text-decoration: none;
    cursor: pointer;
}
.category-product-item{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-left: 1px solid #9F998D;
    border-right: 1px solid #9F998D;
    border-bottom: 1px solid #9F998D;
    border-top: 1px solid #9F998D;
}

.category-product-item-image{
    height: 382.73px;
    object-fit: cover;
    width: 100%;
}

.category-product-item-title{
    font-size: 20px;
    color:#3B3936;
    font-weight: 500;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 15px;
    width: 100%;
    text-transform: uppercase;
}

.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{
}

.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;
}

/* Kurumsal Sayfa İçerik Stilleri */
.kurumsal-icerik {
    padding: 20px 0;
}

.kurumsal-paragraf {
    font-size: 18px;
    line-height: 1.8;
    color: #3B3936;
    font-weight: 400;
    margin-bottom: 25px;
    text-align: justify;
    font-family: "Figtree", sans-serif;
}

.kurumsal-paragraf:last-child {
    margin-bottom: 0;
}

/* İletişim Sayfası Stilleri */
.iletisim-form-container {
    padding: 40px 0;
}

.iletisim-form {
    background-color: #FAF4EC;
    padding: 40px;
    border: 1px solid #9F998D;
    border-radius: 0;
}

.iletisim-label {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #3B3936;
    margin-bottom: 8px;
    font-family: "Figtree", sans-serif;
}

.iletisim-input,
.iletisim-textarea {
    width: 100%;
    padding: 12px 15px;
    font-size: 16px;
    color: #3B3936;
    background-color: #fff;
    border: 1px solid #9F998D;
    border-radius: 0;
    font-family: "Figtree", sans-serif;
    transition: all 0.3s ease;
}

.iletisim-input:focus,
.iletisim-textarea:focus {
    outline: none;
    border-color: #630E0D;
    box-shadow: 0 0 0 2px rgba(99, 14, 13, 0.1);
}

.iletisim-textarea {
    min-height: 150px;
    resize: vertical;
}

.iletisim-button {
    background-color: #630E0D;
    color: #fff;
    border: none;
    padding: 15px 50px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: "Figtree", sans-serif;
    border-radius: 0;
}

.iletisim-button:hover {
    background-color: #4a0a0a;
    transform: translateY(-2px);
}

/* Şube Haritaları Stilleri */
.sube-haritalar {
    padding: 40px 0;
    border-top: 1px solid #9F998D;
}

.sube-baslik {
    font-size: 24px;
    font-weight: 600;
    color: #3B3936;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 25px;
    font-family: "Figtree", sans-serif;
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #9F998D;
}

.harita-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 50%; /* 2:1 aspect ratio - daha yüksek harita */
    height: 0;
    overflow: hidden;
    border: 1px solid #9F998D;
    min-height: 400px;
}

.harita-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* Mobil cihazlar için harita yüksekliği */
@media (max-width: 768px) {
    .harita-wrapper {
        padding-bottom: 75%; /* Mobilde daha yüksek */
        min-height: 300px;
    }
}

/* Basında Biz Galeri Stilleri */
.basinda-biz-galeri {
    padding: 40px 0;
}

.basinda-biz-item {
    position: relative;
    overflow: hidden;
    border: 1px solid #9F998D;
    background-color: #FAF4EC;
    transition: all 0.3s ease;
    cursor: pointer;
    display: block;
    text-decoration: none;
}

.basinda-biz-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border-color: #630E0D;
}

.basinda-biz-img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
    object-fit: cover;
    min-height: 300px;
    max-height: 400px;
    object-position: center;
}

.basinda-biz-item:hover .basinda-biz-img {
    transform: scale(1.05);
}

.basinda-biz-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(99, 14, 13, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.basinda-biz-item:hover .basinda-biz-overlay {
    opacity: 1;
}

.basinda-biz-overlay::before {
    content: '🔍';
    font-size: 40px;
    color: #fff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

/* GLightbox Özelleştirmeleri */
.glightbox-clean .gslide-description {
    background: rgba(99, 14, 13, 0.9);
    color: #fff;
}

.glightbox-clean .gslide-title {
    color: #fff;
    font-weight: 600;
}

/* Mobil cihazlar için basında biz */
@media (max-width: 768px) {
    .basinda-biz-galeri {
        padding: 20px 0;
    }
    
    .basinda-biz-item {
        margin-bottom: 20px;
    }
    
    .basinda-biz-img {
        min-height: 200px;
    }
}

/* media for 13 inç macbook */ 
@media (min-width: 1280px) and (max-width: 1680px) {
    .owl-carousel .owl-item img {
        max-height: 640px !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;
    }

    .footer-logo-r-container{
        width: 70% !important;
    }

}

.desktop-order-button{
    position: fixed;
    bottom: 25px;
    right: 25px;
    background: #630e0d;
    width: 130px;
    height: 130px;
    text-align: center;
    font-size: 33px;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    z-index: 99999999999;
}

.desktop-order-button a{
    width: 90%;
    padding: 0px;
    margin: 0px;
    text-decoration: none;
    color: white;
    border: 1px solid #9f998d;
    padding: 5px;
}

/* ========== Mobil Hamburger Menü ========== */
.hamburger-btn {
    display: none;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    padding: 8px;
    background: transparent;
    border: none;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    z-index: 100002;
}

.hamburger-line {
    display: block;
    width: 24px;
    height: 2px;
    background-color: #3B3936;
    transition: all 0.3s ease;
}

.hamburger-btn.active .hamburger-line:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.hamburger-btn.active .hamburger-line:nth-child(2) {
    opacity: 0;
}

.hamburger-btn.active .hamburger-line:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

.mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 100001;
}

.mobile-menu-overlay.open {
    opacity: 1;
    visibility: visible;
}

.mobile-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 280px;
    max-width: 85vw;
    height: 100%;
    background: #FAF4EC;
    padding: 70px 0 30px;
    overflow-y: auto;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    z-index: 100002;
}

.mobile-menu-overlay.open .mobile-menu {
    transform: translateX(0);
}

.mobile-menu-close {
    position: absolute;
    top: 15px;
    right: 20px;
    width: 40px;
    height: 40px;
    font-size: 32px;
    line-height: 1;
    background: transparent;
    border: none;
    color: #3B3936;
    cursor: pointer;
}

.mobile-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-menu-list > li {
    border-bottom: 1px solid rgba(59, 57, 54, 0.1);
}

.mobile-menu-list > li > a {
    display: block;
    padding: 14px 20px;
    color: #3B3936;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}

.mobile-submenu {
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.mobile-menu-list li.has-submenu.open > .mobile-submenu {
    max-height: 500px;
}

.mobile-submenu li a {
    display: block;
    padding: 12px 20px 12px 35px;
    color: #3B3936;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}

.mobile-submenu .mobile-submenu li a {
    padding-left: 50px;
}

.mobile-menu-list li.has-submenu > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mobile-menu-list li.has-submenu > a::after {
    content: '+';
    font-size: 18px;
    font-weight: 300;
}

.mobile-menu-list li.has-submenu.open > a::after {
    content: '−';
}

@media (max-width: 991px) {
    .hamburger-btn {
        display: flex;
    }

    .menu-list-container {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .mobile-menu-overlay {
        display: none;
    }
}

body.menu-open {
    overflow: hidden;
}

/* ========== TÜM SİTE MOBİL RESPONSIVE ========== */

/* Tablet ve altı (991px) */
@media (max-width: 991px) {
    main {
        padding-top: 100px;
    }
    .owl-dots{
        left: 35%;
    }

    .owl-nav{
        display: none;
    }
    .container-fluid {
        --bs-gutter-x: 6rem !important;
    }

    .logo {
        width: 80px;
        height: 80px;
        top: 50%;
        transform: translateY(-50%);
        left: 15px;
        z-index: 99999999999;

    }

    .menu {
        min-height: 70px;
    }

    .owl-nav {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .owl-prev img,
    .owl-next img {
        padding: 6px;
    }

    .owl-carousel .owl-item img {
        max-height: 400px;
    }

    .slider-item-content-text {
        top: 30%;
        left: 5%;
        max-width: 90%;
    }

    .slider-item-content-text b {
        font-size: 22px;
        letter-spacing: 2px;
    }

    .slider-item-content-text p {
        font-size: 14px;
    }

    .favorite-products,
    .category-products {
        margin-bottom: 60px;
    }

    .favorite-products .row,
    .category-products .row {
        --bs-gutter-x: 1.5rem !important;
    }

    .favorite-products h2,
    .category-products h2 {
        font-size: 22px;
        letter-spacing: 2px;
    }

    .favorite-product-item-image {
        height: 260px;
    }

    .favorite-product-item-title,
    .category-product-item-title {
        font-size: 16px;
    }

    .favorite-product-item-description,
    .category-product-item-description {
        font-size: 14px;
        height: auto;
        min-height: 60px;
        padding: 10px 15px;
    }

    .category-product-item-image {
        height: 260px;
    }

    .category-product-item-description {
        height: auto;
        min-height: 60px;
    }

    .category-products-header-button {
        font-size: 18px;
    }

    footer {
        flex-direction: column;
        height: auto;
        padding: 40px 20px;
        margin-top: 60px;
    }

    footer .logo-area {
        margin-bottom: 25px;
    }

    footer .logo-area img {
        width: 120px;
    }

    .sube-item-title h3 {
        font-size: 16px;
        letter-spacing: 2px;
    }

    .sube-item-content p {
        font-size: 14px;
    }

    .in-category-favorite-products-header h1 {
        font-size: 22px;
        letter-spacing: 2px;
    }

    .in-category-favorite-products-header h2,
    .in-category-favorite-products-header p {
        font-size: 16px;
    }

    .kurumsal-paragraf {
        font-size: 16px;
    }

    .iletisim-form-container {
        padding: 20px 0;
    }

    .iletisim-form {
        padding: 25px 20px;
    }

    .iletisim-button {
        padding: 12px 30px;
        font-size: 16px;
    }

    .sube-baslik {
        font-size: 18px;
        letter-spacing: 2px;
    }
}

/* Mobil (768px ve altı) */
@media (max-width: 768px) {
    main {
        padding-top: 70px;
    }

    header {
        top: 0;
    }
    .owl-dots{
        left: 35%;
    }

    .owl-nav{
        display: none;
    }
    .container-fluid {
        --bs-gutter-x: 5rem !important;
    }

    .logo {
        width: 60px;
        height: 60px;
        left: 10px;
        z-index: 99999999999;
    }

    .menu {
        min-height: 60px;
    }

    .hamburger-btn {
        right: 15px;
    }

    .owl-nav {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .owl-prev img,
    .owl-next img {
        padding: 5px;
        max-width: 32px;
    }

    .owl-carousel .owl-item img {
        max-height: 300px;
    }

    .slider-item-content-text {
        top: 25%;
        left: 5%;
    }

    .slider-item-content-text b {
        font-size: 18px;
        letter-spacing: 1px;
    }

    .slider-item-content-text p {
        font-size: 12px;
    }

    .owl-dots {
        bottom: 10px;
    }

    .favorite-products,
    .category-products {
        margin-bottom: 40px;
    }

    .favorite-products .row,
    .category-products .row {
        --bs-gutter-x: 1rem !important;
    }

    .favorite-products h2,
    .category-products h2 {
        font-size: 18px;
        letter-spacing: 1px;
        padding: 10px 0;
    }

    .favorite-product-item,
    .category-product-item {
        margin-bottom: 15px;
    }

    .favorite-product-item-image {
        height: 220px;
    }

    .category-product-item-image {
        height: 250px;
    }

    .favorite-product-item-title,
    .category-product-item-title {
        font-size: 14px;
        padding: 8px 12px;
    }

    .favorite-product-item-description,
    .category-product-item-description {
        font-size: 13px;
        padding: 8px 12px;
    }

    

    .category-products-header-button {
        font-size: 16px;
    }

    footer {
        padding: 30px 15px;
        margin-top: 40px;
    }

    footer .logo-area img {
        width: 100px;
    }

    footer .social-media-icons a img {
        width: 24px;
        height: 24px;
    }

    .sube-item-title {
        margin-bottom: 20px;
    }

    .sube-item-title h3 {
        font-size: 14px;
        letter-spacing: 1px;
    }

    .in-category-favorite-products-header h1 {
        font-size: 18px;
        letter-spacing: 1px;
    }

    .in-category-favorite-products-header h2,
    .in-category-favorite-products-header p {
        font-size: 14px;
    }

    .kurumsal-icerik {
        padding: 15px 0;
    }

    .kurumsal-paragraf {
        font-size: 15px;
        margin-bottom: 15px;
    }

    .iletisim-form {
        padding: 20px 15px;
    }

    .iletisim-label {
        font-size: 14px;
    }

    .iletisim-input,
    .iletisim-textarea {
        padding: 10px 12px;
        font-size: 16px;
    }

    .iletisim-button {
        width: 100%;
        padding: 14px;
    }

    .sube-haritalar {
        padding: 25px 0;
    }

    .sube-baslik {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .harita-wrapper {
        min-height: 250px;
    }

    .basinda-biz-img {
        min-height: 180px;
    }

    .topbar-item-text span {
        font-size: 14px;
    }
}

/* Küçük mobil (576px ve altı) */
@media (max-width: 576px) {
    main {
        padding-top: 60px;
    }
    .owl-dots{
        left: 35%;
    }

    .owl-nav{
        display: none;
    }
    .logo {
        width: 80px;
        height: 80px;
        left: 10px;
        z-index: 99999999999;
        top: 50px;
    }

    .owl-carousel .owl-item img {
        max-height: 220px;
    }

    .slider-item-content-text b {
        font-size: 14px;
    }

    .slider-item-content-text p {
        font-size: 11px;
    }

    .favorite-product-item-image {
        height: 260px;
    }

    .category-product-item-image {
        height: 260px;
    }

    .favorite-products h2,
    .category-products h2 {
        font-size: 16px;
    }

    .footer-logo-r-container {
        width: 100%;
        text-align: center;
        justify-content: center;
    }
}


.sticky-mobile-contact {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 3000000;
}

.sticky-mobile-contact>.fitcol-6 {
    float: left;
    width: 50%;
}

.sticky-mobile-contact>.call-wa {
    background: #630E0D;
    height: 3rem;
    color: #fff;
    padding: 20px;
    font-size: 15px;
    text-align: center;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #9F998D;
    font-family: "Figtree", sans-serif;
    text-decoration: none;
}

.sticky-mobile-contact>.call-wa>a, .sticky-mobile-contact>.call-phone>a {
    cursor: pointer;
    text-decoration: none;
    color: #fff;
}

.sticky-mobile-contact>.call-wa>a:active, .sticky-mobile-contact>.call-wa>a:hover, .sticky-mobile-contact>.call-phone>a:active {
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}

.sticky-mobile-contact>.call-wa>a:visited {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.sticky-mobile-contact>.call-wa>a:hover {
    color: #fff !important;
    cursor: pointer;
    text-decoration: none;
}

.sticky-mobile-contact i {
    margin-right: .3rem;
}

.sticky-mobile-contact>.call-phone {
    background: #630E0D;
    height: 3rem;
    font-size: .8rem;
    color: #fff;
    padding: 20px;
    font-size: 15px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Figtree", sans-serif;
    text-decoration: none;
}

@media screen and (min-width: 767px) {
    .sticky-mobile-contact {
        display: none;
    }
}

.tp-trend-product-5__thumb img:hover {
    transform: unset !important;
}