@media (min-width: 1200px) and (max-width: 1400px) {
    .logo-resim {
        width: 90px !important;
        max-width: 10vw;
        height: auto !important;
    }
    .breadcrumb{
        margin-left: 150px;
    }
}
@media (min-width: 768px) and (max-width: 1200px) {
    .logo-resim {
        width: 110px !important;
        max-width: 10vw;
        height: auto !important;
    }
    .breadcrumb{
        margin-left: 150px;
    }
}
@media (max-width: 576px) {
    .logo-resim {
        width: 110px !important;
        max-width: 80vw;
        height: auto !important;
        margin-top: 8px;
        margin-bottom: 8px;
    }
}
@media (min-width: 577px) and (max-width: 991.98px) {
    .logo-resim {
        width: 140px !important;
        max-width: 30vw;
        height: auto !important;
    }
}
@media (min-width: 992px) {
    .logo-resim {
        width: 180px !important;
        max-width: 100%;
        height: auto !important;
    }
}
:root{
    --primary: #fe6244;
    --pink:#fe6244;
}
*{
  box-sizing: border-box;
}
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    display: flex;
    flex-direction: column;
}

/* İçerik alanı büyüsün */
main {
    flex: 1;
}
.top-bar{
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.btn-light{
    background-color: #fff;
    border-color: #dee2e6;
    color: #212529;
}
.btn-icon{
    border: 1px solid #fff !important;
    color: #fff !important;
}
.btn-icon:hover{
    background-color: #fff !important;
    color: #fe6244 !important;
}
.btn-icon2{
    border: 1px solid #fff !important;
    color: #fe6244  !important;
}
.btn-color{
    background-color: #fe6244;
    color: #fff;
}
.btn-color:disabled {
    background-color: #fe6244 !important;
    color: #fff !important;
    border-color: #fe6244 !important;
    opacity: 1;
}
.btn-color:hover{
    transform: 0.8;
    background-color: #fff;
    border-color: #fe6244;
    color: #fe6244;
}
.btn-color3{
    background-color: #fff;
    border-color: #fe6244;
    color: #fe6244;
}
.btn-color3:hover{
    transform: 0.8;
    background-color: #fe6244;
    border-color: #fe6244;
    color: #fff;
}
.btn-color2{
    background-color: #FF0000;
    color: #fff;
}
.btn-color2:hover{
    transform: 0.8;
    background-color: #fff;
    border-color: #FF0000;
    color: #FF0000;
}
.txt-color{
    color: #fe6244;
}
.bg-navbar{
    background-color: #fe6244;
    color: #fff;
}
.btn-outline-primary{
    color: #212529 ;
    border-color: #212529;
}/* Navbar yüksekliğini küçült */
@media (max-width: 992px) {

    .navbar {
        padding: 7px 0;
        margin-bottom: 0;
    }

    .navbar .container {
        min-height: 10px;
    }

    /* Toggle buton küçült */
    .navbar-toggler {
        padding: 4px 6px;
        border: none;
        font-size: 18px;
    }

    /* Toggle ikonunu siyah yap */
    .navbar-toggler-icon {
        background-image: none;
        width: 22px;
        height: 2px;
        background-color: #222;
        position: relative;
        display: inline-block;
    }

    .navbar-toggler-icon::before,
    .navbar-toggler-icon::after {
        content: "";
        position: absolute;
        width: 22px;
        height: 2px;
        background-color: #222;
        left: 0;
    }

    .navbar-toggler-icon::before {
        top: -6px;
    }

    .navbar-toggler-icon::after {
        top: 6px;
    }
}

.nav-item{
    color: #fff;
}
.navbar-brand {
    color: var(--primary);
}

/* Mobil Sidebar */
.sidebar-menu {
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100%;
    background: #fff;
    color: #fe6244;
    z-index: 2000;
    transition: right 0.3s ease;
    box-shadow: -2px 0 8px rgba(0,0,0,0.2);
    padding: 32px 16px 16px 16px;
    display: flex;
    flex-direction: column;
}
.sidebar-menu.active {
    right: 0;
}
.sidebar-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}
.sidebar-nav .nav-item {
    margin-bottom: 16px;
}
.sidebar-link {
    color: #fe6244 !important;
    font-size: 20px;
    text-decoration: none;
    padding: 8px 0;
    display: block;
    border-bottom: 1px solid rgba(254,98,68,0.1);
    font-weight: bold;
}
.close-btn {
    position: absolute;
    top: 12px;
    right: 16px;
    background: none;
    border: none;
    color: #fe6244;
    font-size: 32px;
    cursor: pointer;
    z-index: 2100;
}
@media (min-width: 992px) {
    .sidebar-menu {
        display: none !important;
    }
}

.btn-light i{
    color: var(--primary);
}

.top-bar {
    position: relative;
    padding: 40px 0;  /* top-bar yüksekliği içerikten bağımsız */
}

.logo-wrapper {
    position: absolute;
    top: 95%;
    left: 2%;
    transform: translateY(-50%); /* dikey ortalama */
    z-index: 10; /* üste gelsin */
}
@media (max-width: 992px) {
    .logo-wrapper {
    position: absolute;
    top: 60%;
    left: 2%;
    transform: translateY(-50%); /* dikey ortalama */
    z-index: 10; /* üste gelsin */
}
}

.logo-resim {
    width: 200px;  /* istediğin kadar büyük yap */
    height: auto;
    display: block;
}

/* Küçük ekranlar için boyutu küçültme örneği */
.reklam-yazi {
    background: #fff;
    overflow: hidden;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.ticker {
    display: flex;
    overflow: hidden;
    width: 100%; /* Ekran genişliğini baz al */
}

.ticker-track {
    display: flex;
    flex-shrink: 0;
    white-space: nowrap;
    /* Önemli: Başlangıçta yazıyı ekranın en sağına (dışarıya) atıyoruz */
    animation: scroll-right-to-left 25s linear infinite;
}

.ticker-item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-right: 50px; /* Her set arası mesafe */
    color: var(--pink, #e91e63);
    font-size: 16px;
    font-weight: bold;
}

.ticker-item img {
    width: 35px;
}

/* Sağdan başla ve tamamen sola gidene kadar devam et */
@keyframes scroll-right-to-left {
    0% {
        /* Sayfa açıldığında yazı sağ taraftan (ekran dışından) girer */
        transform: translate3d(100vw, 0, 0);
    }
    100% {
        /* Yazı tamamen sol taraftan dışarı çıkana kadar devam eder */
        transform: translate3d(-100%, 0, 0);
    }
}

/* Mobil için optimizasyon */
@media (max-width: 768px) {
    .ticker-track {
        /* Mobilde ekran dar olduğu için 12s-15s arası daha akıcı hissettirir */
        animation-duration: 15s;
    }
    .ticker-item {
        font-weight: bold;
        font-size: 14px;
        padding-right: 30px;
    }
}
/*SLİDER*/
.slider {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
    border-radius: 16px;
}

.slides {
    display: flex;
    height: 100%;
    transition: transform 0.8s cubic-bezier(.4,0,.2,1);
}

.slide {
    min-width: 100%;
    height: 100%;
    position: relative;
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}
/* Overlay */
.overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to right,
        rgba(0,0,0,0.6),
        rgba(0,0,0,0.2)
    );
}

/* Yazı */
.caption {
    position: absolute;
    left: 10%;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    max-width: 500px;
    letter-spacing: 3px;
    /* text-shadow: 2px 5px 2px #CE36BD; */
    
    font-family: 'Cormorant Garamond', cursive;
}

.caption h2 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
}

/* Oklar */
.nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.4);
    color: #fff;
    border: none;
    font-size: 2rem;
    width: 50px;
    height: 50px;
    cursor: pointer;
    border-radius: 50%;
    z-index: 10;
    display: flex;            
    align-items: center;      
    justify-content: center;  

    line-height: 1;             
    padding: 0;  
}

@media (max-width: 992px) {
    .slider .nav {
        display: none !important;
    }
}

.nav:hover {
    background: rgba(0,0,0,0.7);
}

.prev { left: 20px; }
.next { right: 20px; }

/* Noktalar */
.dots {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
}

.dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: rgba(255,255,255,0.4);
    border-radius: 50%;
    margin: 0 6px;
    cursor: pointer;
}

.dot.active {
    background: #fff;
}

/* Mobil */
@media (max-width: 768px) {
    .slider {
        height: 320px;
    }

    .caption h2 {
        font-size: 1.8rem;
    }
}
/*SLİDER*/
/* .img-wrap{
  position: relative;
  padding: 1rem;
  height: 260px;
  text-align: center;
}
.img-wrap span{
  position: absolute;
  top: 10px;
  right: 10px;
}
.info-wrap{
  padding: 1rem 1.2rem;
}
.info-wrap .title{
  display: block;
  text-decoration: none;
  color: #51585e;
}*/

.price-wrap .price-discount{
   font-size: 1.2em;
}


.product-img {
    height: 100%;
    object-fit: cover;      /* Taşma engeller */
    transition: 0.4s ease;
}

.product-img-wrapper {
    position: relative;
}

.product-img-wrapper form.position-absolute {
    z-index: 12;
}

.product-img-wrapper form.position-absolute .btn {
    pointer-events: auto;
}

.favorite-toggle-form {
    z-index: 50 !important;
}

.favorite-toggle-btn {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.95) !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.16);
}

.favorite-toggle-btn i {
    font-size: 1rem;
    line-height: 1;
}

.product-card a {
    min-height: 48px;   /* 2 satır yüksekliği */
    display: block;
    font-size: 1.1rem;
}
@media (max-width: 576px) {
    .product-card a {
        font-size: 0.75rem;
    }
}

/* 
.img-wrap img{
  height: 100%;
  width: auto;
  max-width: 100%;
  object-fit: cover;
}  */

/*details.html sayfası css*/
.img-big-wrap {
        position: relative;
        overflow: hidden;
        /* Mobilde büyüteç üzerindeyken sayfanın kaymasını engeller */
        touch-action: none;
        -webkit-user-select: none;
        user-select: none;
    }

    #zoom-lens {
        position: absolute;
        width: 150px;
        height: 150px;
        border: 3px solid #fff;
        border-radius: 50%;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3), inset 0 0 10px rgba(0, 0, 0, 0.2);
        display: none;
        pointer-events: none;
        background-repeat: no-repeat;
        z-index: 100;
        /* Daha üstte dursun */
    }

    #mobileExpandBtn {
        background-color: rgba(255, 255, 255, 0.9);
        transition: transform 0.2s;
    }

    #mobileExpandBtn:active {
        transform: scale(0.9);
    }
.breadcrumb a{
  color: #fff;
  opacity: .9;
}

.breadcrumb .breadcrumb-item{
  color:#fff;
}

.breadcrumb-item+.breadcrumb-item::before{
  color: #fff;
}

/*gallery*/
.gallery-wrap .img-big-wrap {
    width: 100%;
    height: 400px;
    margin-bottom: 1rem;
    text-align: center;
}

.gallery-wrap .img-big-wrap img {
    max-width: 100%;
     width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-wrap .thumbs-wrap {
    text-align: center;
}



.gallery-wrap .thumbs-wrap a {
    width: 15%;
    height: 10%;
    border: 1px solid #dde2e6;
    border-radius: .4rem;
    margin: 3px;
    display: inline-block;
    overflow: hidden;
}

.gallery-wrap .thumbs-wrap img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: zoom-in;
}
.checked{
  color: orange;
}

.kampanya-modal-dialog {
    max-width: 850px; /* Geniş ekranda daha ferah bir alan */
    transition: all 0.3s ease;
}

.kampanya-modal .modal-content {
    background: transparent !important;
    border: none;
}

/* Flex Yapısı */
.kampanya-wrapper-flex {
    display: flex;
    flex-direction: column; /* Mobilde alt alta */
    align-items: center;
    justify-content: center;
    gap: 20px;
}

/* Geniş Ekran Ayarı (PC) */
@media (min-width: 992px) {
    .kampanya-wrapper-flex {
        flex-direction: row; /* Yan yana */
        text-align: left;
        align-items: center;
    }
    
    .kampanya-flex-left {
        flex: 1;
        text-align: right;
    }

    .kampanya-flex-right {
        flex: 1.2;
        text-align: left;
        padding-left: 30px;
    }

    .kampanya-baslik {
        text-align: left !important;
    }
}

/* Görsel Boyutu */
.kampanya-canta {
    width: 100%;
    max-width: 400px; /* Görsel artık daha büyük olabilir */
    height: auto;
    filter: drop-shadow(0 15px 50px rgba(0,0,0,0.6));
    animation: float 3s ease-in-out infinite;
}

/* Uçma Efekti (Görseli canlı tutar) */
@keyframes float {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-15px); }
    100% { transform: translateY(0px); }
}

/* Gradient Başlık */
.kampanya-baslik {
    font-weight: 900;
    font-size: clamp(2rem, 5vw, 3.5rem);
    background: linear-gradient(90deg, #ff8a00, #e52e71, #9b00ff);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
    text-align: center;
}

/* Açıklama Kutusu */
.kampanya-alt-yazi {
    font-size: 1.3rem;
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 15px 25px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: inline-block;
    max-width: 400px;
}

/* Buton */
.btn-gradient {
    background: linear-gradient(90deg, #ff8a00, #e52e71);
    border: none;
    color: white !important;
    font-weight: 700;
    padding: 15px 45px;
    border-radius: 50px;
    font-size: 1.2rem;
    box-shadow: 0 10px 20px rgba(229, 46, 113, 0.3);
}

/* Kapatma Butonu Konumu */
.kampanya-close {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1051;
}
/* SOSYAL MEDYA*/
.social-btn {
    width: 90px;
    height: 90px;
    transition: transform .25s ease, box-shadow .25s ease;
}

.social-btn:hover {
    transform: scale(1.08);
    box-shadow: 0 8px 20px rgba(0,0,0,.15);
}

/* Logo */
.social-btn img {
    width: 42px;
    height: 42px;
    display: block;      /* inline etkisini bitirir */
    line-height: 0;      /* font satırı etkisini sıfırlar */
    margin: 0;
    padding: 0;
}

/* Instagram gradient */
.insta-btn {
    background: radial-gradient(circle at 60% 110%,
        #fdf497 5%, #fdf497 15%, #fd5949 45%,
        #d6249f 60%, #285AEB 100%);
}
.tiktok-btn {
    background-color: #000000;
}
.tiktok-btn:hover {
    background-color: #111;
}

/* 📱 Mobil */
@media (max-width: 576px) {
    .social-btn {
        width: 64px;
        height: 64px;
    }

    .logo-img {
        width: 30px;
        height: 30px;
    }

    .social-btn.fs-2 {
        font-size: 1.4rem !important;
    }

    small {
        font-size: 10px;
    }
}
/*EDİTÖR*/
  :root {
        --card-width: 280px;
        --card-height: 420px;
        --transition-speed: 0.4s;
    }

    .gallery-wrapper {
        padding: 2rem 0;
    }

    /* Galeri Taşıyıcı */
    .gallery-container {
        display: flex;
        gap: 20px;
        overflow-x: auto;
        scroll-behavior: smooth;
        scroll-snap-type: x mandatory;
        padding: 20px 10px;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .gallery-container::-webkit-scrollbar {
        display: none;
    }

    /* Kart Tasarımı */
    .gallery-card {
        flex: 0 0 var(--card-width);
        height: var(--card-height);
        scroll-snap-align: center;
        position: relative;
        border-radius: 12px;
        overflow: hidden;
        background: #f8f9fa;
        transition: transform var(--transition-speed) cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }

    .gallery-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform var(--transition-speed) ease;
    }

    /* Hover Efektleri */
    .gallery-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 12px 25px rgba(0,0,0,0.15);
    }

    .gallery-card:hover img {
        transform: scale(1.1);
    }

    /* Resim Üzerindeki "İncele" Katmanı */
    .image-overlay {
        position: absolute;
        top: 0; left: 0; width: 100%; height: 100%;
        background: rgba(0,0,0,0.3);
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        z-index: 2;
        transition: opacity 0.3s ease;
    }

    .gallery-card:hover .image-overlay {
        opacity: 1;
    }

    .view-text {
        color: white;
        border: 1px solid white;
        padding: 8px 20px;
        border-radius: 20px;
        font-weight: 500;
        text-transform: uppercase;
        font-size: 0.85rem;
        backdrop-filter: blur(4px);
    }

    /* Navigasyon Butonları */
    .nav-btn {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 50px;
        height: 50px;
        border-radius: 50%;
        border: none;
        background: white;
        color: #333;
        z-index: 10;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
        opacity: 0.8;
    }

    .nav-btn:hover {
        background: #000;
        color: #fff;
        opacity: 1;
        transform: translateY(-50%) scale(1.1);
    }

    .prev-btn { left: 15px; }
    .next-btn { right: 15px; }

    .gallery-dots {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        margin-top: 10px;
    }

    .gallery-dot {
        -webkit-appearance: none;
        appearance: none;
        display: inline-block;
        width: 12px !important;
        min-width: 12px;
        max-width: 12px;
        height: 12px !important;
        min-height: 12px;
        max-height: 12px;
        border-radius: 999px !important;
        border: 0 !important;
        box-shadow: none;
        outline: none;
        background: #d0d0d0;
        opacity: 0.8;
        padding: 0 !important;
        line-height: 0;
        font-size: 0;
        cursor: pointer;
        transition: transform 0.25s ease, background-color 0.25s ease, opacity 0.25s ease;
    }

    .gallery-dot.active {
        background: #222;
        opacity: 1;
        transform: scale(1.15);
    }

    .gallery-dot:hover {
        background: #444;
        opacity: 1;
    }

    /* Mobil Uyumluluk */
    @media (max-width: 768px) {
        :root {
            --card-width: 220px;
            --card-height: 330px;
        }
        .nav-btn { display: none; } /* Mobilde kaydırma elle yapılır */
        .gallery-container { gap: 15px; }
    }

    .empty-state {
        text-align: center;
        border: 2px dashed #dee2e6;
        border-radius: 12px;
    }
    /* Mobil Uyumluluk Güncellemesi */
@media (max-width: 768px) {
    :root {
        /* Ekranın iki yanından 20'şer px boşluk bırakarak tek kartı sığdırıyoruz */
        --card-width: calc(100vw - 40px); 
        --card-height: 450px; /* Mobilde biraz daha uzun durması görselliği artırır */
    }

    .nav-btn { display: none; } /* Mobilde okları gizlemeye devam */

    .gallery-container { 
        gap: 15px; 
        padding: 20px 20px; /* Kartın ekran kenarına yapışmaması için */
        scroll-snap-type: x mandatory; /* Kartların merkeze mıknatıslanmasını sağlar */
        -webkit-overflow-scrolling: touch;
    }

    .gallery-card {
        flex: 0 0 var(--card-width);
        scroll-snap-align: center; /* Kart kaydığı an ekranın ortasına kilitlenir */
        scroll-snap-stop: always; /* Bir kaydırmada birden fazla kart geçmesini engeller */
    }
}
