@charset "UTF-8";

:root {
  --theme-color: #0f6f41;
  --title-color: #1C1C1C;
  --body-color: #7B7E86;
  --smoke-color: #F3F3F3;
  --theme-color2: #F6F6F7;
  --theme-color3: #F5F5F6;
  --theme-color4: #F4F4F4;
  --theme-color5: #F0F2F4;
  --black-color: #202020;
  --gray-color: #303030;
  --white-color: #ffffff;
  --light-color: #9fa2ad;
  --yellow-color: #FFB539;
  --success-color: #28a745;
  --error-color: #dc3545;
  --border-color: #E3E3E3;
  --title-font: "Kanit", sans-serif;
  --body-font: "Kumbh Sans", sans-serif;
  --icon-font: "Font Awesome 6 Pro";
  --main-container: 1220px;
  --container-gutters: 24px;
  --section-space: 120px;
  --section-space-mobile: 80px;
  --section-title-space: 60px;
  --ripple-ani-duration: 5s;
  
	/* radial gradient colors */
	--oneuiux-theme-color-grad-1: #0f6f41;
	--oneuiux-theme-color-grad-2: #E6E6E6;
	--oneuiux-theme-color-grad-3: #f5f3ee;
	--oneuiux-theme-color-grad-4: #0f6f41;
	/* color schemes */
	--oneuiux-theme-color: #3e3a37;
	--oneuiux-page-bg-1: #09A1D9;
	--oneuiux-page-bg-2: #00678C;
	--oneuiux-page-bg-3: #3e3833;
	    --oneuiux-rounded: 10px;
    --oneuiux-padding: 15px;
    --oneuiux-s-padding: 10px 10px 5px;
    --oneuiux-input-rounded: 10px;
    /* radial gradient colors */
    --oneuiux-theme-color-grad-1: #57bdff;
    --oneuiux-theme-color-grad-2: #4f77fb;
    --oneuiux-theme-color-grad-3: #6528cf;
    /* color schemes */
    --oneuiux-theme-color: #0d6efd;
    --oneuiux-theme-text: #ffffff;
    --oneuiux-theme-color-light: #ffffff;
    --oneuiux-theme-text-primary: #000000;
    --oneuiux-theme-text-secondary: #999999;
    --oneuiux-theme-text-secondary-light: #bbbbbb;
    --oneuiux-theme-bordercolor: rgba(0, 0, 0, 0.1);
    --oneuiux-header: transparent;
    --oneuiux-header-active: #ffffff;
    --oneuiux-footer: #ffffff;
    --oneuiux-sidebar: var(--oneuiux-theme-color);
    --oneuiux-card-color: #ffffff;
    --oneuiux-page-bg-1: #ffffff;
    --oneuiux-page-bg-2: #eff6f9;
    --oneuiux-page-bg-3: #faf0fb;
    --oneuiux-page-text: #000000;
    --oneuiux-page-link: var(--oneuiux-theme-color);
    --oneuiux-theme-color-d: #999999;
    --oneuiux-theme-color-w: #f4ccae;
    --oneuiux-theme-color-t: #999999;
    --choco-1: #5a331f;   /* koyu çikolata */
    --choco-2: #6f4426;   /* orta ton */
    --choco-3: #8c5a3a;   /* hafif parlak ton */
    --grain-opacity: 0.06; /* doku yoğunluğu */
    --tile-size: 56px;    /* kakao tablet boyutu */
}

@media screen and (max-width: 340px) {
    :root {
        --oneuiux-padding: 10px;
        --oneuiux-rounded: 12px;
    }
}

* {
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
  margin: 0;
  scroll-behavior: smooth !important;
}

body {
  font-family: var(--body-font);
  font-size: 12px;

  background: linear-gradient(
  90deg,
  rgba(255, 182, 193, 1) 0%,   /* #FFB6C1 → açık pembe (LightPink) */
  rgba(255, 105, 180, 1) 50%,  /* #FF69B4 → şeker pembesi (HotPink) */
  rgba(255, 182, 193, 1) 100%   /* #FF1493 → daha canlı fuşya (DeepPink) */
);
  font-weight: 300;
  color: var(--body-color);
  line-height: 26px;
  padding-top: 30px;
  overflow-x: hidden;
 -webkit-font-smoothing: antialiased;
 
}
body::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
body::-webkit-scrollbar-track {
  background: rgba(251, 212, 81, 0.1);
}
body::-webkit-scrollbar-thumb {
      background: linear-gradient(
  90deg,
  rgba(255, 182, 193, 1) 0%,   /* #FFB6C1 → açık pembe (LightPink) */
  rgba(255, 105, 180, 1) 50%,  /* #FF69B4 → şeker pembesi (HotPink) */
  rgba(255, 182, 193, 1) 100%   /* #FF1493 → daha canlı fuşya (DeepPink) */
);
  border-radius: 0px;
}

.accordion {
    width: 90%;
    max-width: 1000px;
    margin: 10px auto;
}

.accordion-item {
    border-bottom: 2px solid #000000;
    margin-bottom: 7px; /* Space between categories */
}

.accordion-button {
    width: 100%;
    padding: 15px;
    border: 2px;
    outline: none;
    cursor: pointer;
    background-size: cover;
    background-position: center;
    color: white;
    font-size: 18px;
    font-weight: bold;
    transition: background-color 0.5s;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4); /* Gölge eklendi */
    transition: all 0.3s ease;
}

.accordion-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1));
    z-index: 1;
    transition: background-color 0.5s;
}

.accordion-button:hover::before {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2));
}

.accordion-button span {
    color: white;
    position: relative;
    z-index: 5;
}

.accordion-body {
    display: none; /* Hide the content by default */
    padding: 5px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.2));

}

.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: smaller;
    font-style: italic;
} 

.preloader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  background-color: var(--title-color);
}
.preloader .btn {
  padding: 15px 20px;
  border-radius: 0;
  font-size: 14px;
  text-transform: capitalize;
}
.preloader .btn:after {
  border-radius: 0;
}

.preloader-inner {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 1;
}
.preloader-inner img {
  display: block;
  margin: 0 auto 10px auto;
}

.loader {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-block;
  border-top: 4px solid #FFF;
  border-right: 4px solid transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

.loader::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border-left: 4px solid var(--theme-color);
  border-bottom: 4px solid transparent;
  animation: rotation 0.5s linear infinite reverse;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
* {box-sizing:border-box}


/* Caption text */
.text {
  color: #000000;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}
/* Number text (1/3 etc) */
.numbertext {
  color: #000000;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
/* The dots/bullets/indicators */
.dot {
  height: 13px;
  width: 13px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.item-description {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    background-color: #8bc8c1;
}
.item-image {
    position: relative;
}

.item-menu img {
    width: 128px;
    height: 128px;
    object-fit: cover;
    border-radius: 30px;
    object-position: center center;
    padding: 0;
    border: 2px solid #e1e1e1;
    opacity: 0.9; /* Transparanlık efekti */
    transition: opacity 0.3s ease;
}

.item-menu img:hover {
    opacity: 1; /* Hover durumunda tam opak */
}

.item-menu h3 {
    margin: 8px 0;
    font-size: 14px;
}

.item-menu h4 {
    font-size: 13px;
}


/* Menü öğesi stili */
.item-menu {
    border: 2px solid #DDD;
    border-radius: 15px;
    padding: 20px;
    margin: 10px 0;
    text-align: center;
    width: calc(30% - 25px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); /* Gölgeyi daha koyu ve belirgin yap */
    transition: all 0.5s ease;
    cursor: pointer;
    background-color: var(--choco-2);
    background-image:
      radial-gradient(1200px 400px at 10% 20%, rgba(255,255,255,0.03), transparent 8%),
      linear-gradient(150deg, rgba(255,255,255,0.04) 0 2%, transparent 6%),
      repeating-linear-gradient( -25deg,
        rgba(0,0,0,0.04) 0 4px,
        rgba(0,0,0,0.00) 4px 18px
      );
    background-blend-mode: multiply;
    color: white;
}


.item-menu:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.5); /* Hover durumunda gölgeyi daha belirgin yap */
}

.menu-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Responsive adjustments for smaller screens */
@media (max-width: 768px) {
    .item-menu img {
        max-width: 100px; /* Adjust maximum width for smaller screens */
        max-height: 100px; /* Adjust maximum height for smaller screens */
        margin: 10px 0;
    }
    
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 10px}
  
}

/* Mobil görünüm için uyarlamalar */
@media (max-width: 768px) {
    
    .item-menu {
        width: calc(50% - 25px);
        font-size: 13px; /* mobilde daha küçük */
    }

    h4 {
        font-size: 22px;
    }
}

@media (max-width: 480px) {
    .item-menu {
        width: calc(50% - 10px);
    }
    h4 {
        font-size: 24px;
    }
}

@media (max-width: 390px) {
    .item-menu {
        width: calc(55% - 25px);
        font-size: 13px; /* mobilde daha küçük */
    }

    h4 {
        font-size: 22px; /* iPhone 13 için başlık boyutunu optimize et */
    }

}

/* Fiyat badge ayarları */
.price-badge {
    background-color: #dc3545; /* Kırmızı arka plan */
    top: 10px;
    right: 10px;
    font-size: 16px;
    position: absolute;
    font-size: 16px;
    padding: 20px 10px;
    border-radius: 5px;
    color: #fff;
    text-decoration: line-through; /* Üstü çizili yap */
}

/* İndirimli fiyat badge ayarları */
.discount-price-badge {
    background-color: #28a745; /* Yeşil arka plan */
    top: 10px;
    right: 110px; /* Price badge ile aradaki boşluğu artırdık */
    font-size: 16px;
    position: absolute;
    font-size: 16px;
    padding: 20px 10px;
    border-radius: 5px;
    color: #fff;
}

/* İndirimli fiyat badge ayarları */
.discount-badge {
    background-color: #28a745; /* Yeşil arka plan */
    top: 10px;
    left: 10px; /* Price badge ile aradaki boşluğu artırdık */
    font-size: 16px;
    position: absolute;
    font-size: 16px;
    padding: 20px 10px;
    border-radius: 5px;
    color: #fff;
}

/* Ürün ismi badge ayarları */
.name-badge {
    background-color: #343a40; /* Koyu renk arka plan */
    bottom: 10px;
    left: 50%; /* Sol tarafı kapsayıcının ortasına hizala */
    transform: translateX(-50%); /* Ortalamak için sola kaydır */
    font-size: 12px;
    padding: 3px 8px;
    position: absolute;
    font-size: 16px;
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff;
}

/* FCM toast için temel stil */
.custom-toast {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #333;
    color: #fff;
    padding: 16px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 10000;
    opacity: 1;
    transition: opacity 0.5s ease;
    min-width: 250px;
}

/* Header kısmı */
.custom-toast-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.custom-toast-icon {
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

.custom-toast-close {
    background: none;
    border: none;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}

.custom-toast-body {
    margin-top: 8px;
}


#owl-carousel .item {
    
    height: 400px; /* Yükseklik ayarı */
    overflow: hidden;
	
}

.owl-carousel .item img {
    height: 400px; /* Yükseklik ayarı */
    object-fit: cover;
    position: relative;
    object-position: center center;
    padding: 0px; 
    border: 1px solid var(--theme-color);
	
}


/* Bootstrap modal arka planı blur efekti */
.modal-backdrop.show {
  backdrop-filter: blur(20px);
  background-color: rgba(0, 0, 0, 0.1); /* Hafif karartma */
  opacity: 1.9;
}


.header .logo-img img {
    width: 120px;
    
}

.header .fixx{
    margin-bottom: -5px;
    z-index: 9;
    position: relative;
}

/* 9. header */
header.active {
    padding-top: 5px;
    padding-bottom: 5px;
    transition: .4s;

}


.header {
    padding: 9px;
    line-height: 90px;
    width: 100%;
    top: 0;
    z-index: 8;
    position: relative;
    
    margin: auto;
    transition: .4s;
}

.header > * {
    z-index: 1;
    position: relative;
}

.header:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 0 0 var(--oneuiux-rounded) var(--oneuiux-rounded);
    z-index: 0;
    opacity: 0;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.header.active, .header.header-filled {
    color: var(--oneuiux-theme-text-secondary-light) !important;
    box-shadow: rgb(51 48 48 / 20%) 0px 8px 24px;
    background-color: #0f6f41;
    padding: 0;
}

.header.active:after, .header.header-filled:after {
    opacity: 1;
}

.header.active > *, .header.header-filled > * {
    z-index: 1;
    position: relative;
}



.header.shadow-none:after {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.header.border-bottom {
    border: none !important;
}

.header.border-bottom:after {
    border-bottom: 1px solid var(--oneuiux-theme-bordercolor);
}
.item-menu .allergen-img {
  width: 24px !important;
  height: 24px !important;
  border: none !important;
}
 .allergen-img {
  width: 48px !important;
  height: 48px !important;
  border: none !important;
}
.catic {
    width: 32px;
    margin-top: -1px;
    margin-bottom: -1px;
    margin-right: -4px;
}
.stretched-media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  opacity: 0.8; /* opsiyonel: arka planda yumuşak görünüm için */
}



.instagramBg {
    background: radial-gradient(circle at 30% 107%, 
        #fdf497 0%, #fdf497 5%, 
        #fd5949 45%, #d6249f 60%, 
        #285AEB 90%);
}

.intro-banner-vdo-play-btn2 {
    height: 48px;
    width: 48px;
    bottom: 25px;
    left: 50px;
    text-align: center;
    border-radius: 100px;
    z-index: 999;
    position: fixed;
    color: white;
    line-height: 48px;
    font-size: 25px;
    background: radial-gradient(circle at 30% 107%, 
        #fdf497 0%, #fdf497 5%, 
        #fd5949 45%, #d6249f 60%, 
        #285AEB 90%);
}

/* İkon */
.intro-banner-vdo-play-btn2 i {
    line-height: 48px;
    font-size: 24px;
}

/* Ripple efekti */
.intro-banner-vdo-play-btn2 .ripple {
    position: absolute;
    width: 120px;
    height: 120px;
    z-index: -1;
    left: 50%;
    top: 50%;
    opacity: 0;
    margin: -60px 0 0 -60px;
    border-radius: 100px;
    -webkit-animation: ripple 1.8s infinite;
    animation: ripple 1.8s infinite;
}
.intro-banner-vdo-play-btn2 .ripple:nth-child(2) {
    animation-delay: .3s;
    -webkit-animation-delay: .3s;
}
.intro-banner-vdo-play-btn2 .ripple:nth-child(3) {
    animation-delay: .6s;
    -webkit-animation-delay: .6s;
}

/* Ripple Animasyonu */
@-webkit-keyframes ripple {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes ripple {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.scroll-top {
  position: fixed;
  right: 30px;
  bottom: 20px;
  height: 50px; /* Logo boyutuna göre ayarlandı */
  width: 50px; /* Logo boyutuna göre ayarlandı */
  cursor: pointer;
  display: block;
  z-index: 10000;
  opacity: 1;
  visibility: hidden;
  transform: translateY(45px);
  transition: all 300ms linear;
  background: transparent; /* Butonun arka planı şeffaf */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-shadow: none; /* Gölgeyi kaldırdık */
}

.scroll-top .scroll-logo {
  position: cover;
  height: 100%; /* Butonun tamamını dolduracak şekilde */
  width: 100%;  /* Butonun tamamını dolduracak şekilde */
  object-fit: contain; /* Logoyu tamamen sığdırma */
  border: none; /* Kenarlık yok */
  border-radius: 10px;
  z-index: 2;
  transition: background 0.2s linear;
}

/* Logo üzerine hover efekti */
.scroll-top:hover .scroll-logo {
  transform: scale(1.1); /* Hoverda biraz büyütme efekti */
  border-radius: 10px;
}

.scroll-top svg {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: none;
}

.scroll-top .progress-circle path {
  stroke: #ffffff;
  stroke-width: 15px;
  box-sizing: border-box;
  transition: all 400ms linear;
  border-radius: 10px;
}

.scroll-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  border-radius: 10px;
}
.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh; /* ekran yüksekliği kadar */
}

.content {
    flex: 1; /* içerik alanı kalan alanı kaplar */
}


/* iOS bildirimleri için özel stil */
.ios-notification {
    border-radius: 12px !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15) !important;
}

/* Animasyonlar */
.animate__animated {
    animation-duration: 0.5s;
}

.animate__fadeInDown {
    animation-name: fadeInDown;
}

.animate__fadeOutUp {
    animation-name: fadeOutUp;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(0, -20px, 0);
    }
}
  .btn-choco {
    --choco-dark: #5a331f;
    --choco-mid: #7b4a28;
    --choco-light: #a06b42;
    color: #fff !important;
    border: none;
    background-image:
      linear-gradient(145deg, var(--choco-light) 0%, var(--choco-mid) 40%, var(--choco-dark) 100%);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.15), 0 4px 8px rgba(0,0,0,0.25);
    background-size: 200% 200%;
    transition: all 0.3s ease;
  }
  
  	/* 🍫 Çikolata Temalı Navbar Rengi */
.bg-chocolate {
  background: linear-gradient(145deg, #8b5e3c, #6b3e1f, #4d2a14);
  color: #fff !important;
  background-size: 200% 200%;
  animation: chocoMove 6s ease-in-out infinite alternate;
}

/* Navbar yazı rengi için opsiyonel (örneğin footer’da text-chocolate kullanmak istersen) */
.text-chocolate {
  color: #4d2a14 !important;
}

/* Hafif animasyon (isteğe bağlı) */
@keyframes chocoMove {
  0% { background-position: left top; }
  100% { background-position: right bottom; }
}