:root {
  --ana_renk: #C1B197;
  --ana_renk_rgb: 193,177,151;
  --ana_renk_bg: #1A3D37;
  --ana_renk_bg_rgb: 26, 61, 55;
  --logo: var(--ana_renk);
  --baslik: var(--ana_renk);
  --aciklama: var(--ana_renk);
  --fiyat: var(--ana_renk);
  --logo: var(--ana_renk);
  --border: rgba(var(--ana_renk_rgb), 0.25);
  --border_gra: linear-gradient(to right, rgba(var(--ana_renk_rgb),1), rgba(var(--ana_renk_rgb),0)) 1;
  --bg: var(--ana_renk_bg);
  --bg_gra: linear-gradient(194.59deg, #FFFFFF -4.86%, rgba(255, 255, 255, 0) 62.35%);
  --inter: "Inter", sans-serif;
  --cd: "Cinzel Decorative", serif; }

*,*::before,*::after{box-sizing:border-box}body,h1,h2,h3,h4,h5,h6,p,figure,blockquote,dl,dd,ul,ol,fieldset,pre{margin:0;padding:0}body{min-height:100vh;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}ul[role='list'],ol[role='list'],ul,ol{list-style:none}main,article,aside,details,figcaption,figure,footer,header,nav,section{display:block}img,picture,video,canvas,svg{display:block;max-width:100%;height:auto}input,button,textarea,select{font:inherit;margin:0}a{text-decoration:none;color:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}#root,#__next{isolation:isolate}
*{
  user-select: none;
}
html {
  scroll-behavior: smooth; }

a {
  cursor: pointer;
  transition: 300ms color, 300ms background-color; }

body {
  font-family: var(--cd);
  font-size: 1rem;
  min-height: 100vh;
  font-weight: 700;
  color: var(--baslik);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  background-color: var(--bg);
  isolation: isolate; }

::-webkit-scrollbar {
  -webkit-appearance: none; }

::-webkit-scrollbar:vertical {
  width: 4px; }

::-webkit-scrollbar:horizontal {
  height: 4px; }

::-webkit-scrollbar-thumb {
  background-color: var(--baslik);
  border-radius: 4px;
  border: 0; }

::-webkit-scrollbar-track {
  border-radius: 4px;
  background-color: transparent; }

svg {
  width: 1em;
  height: 1em;
  display: block; }

.bg {
  background: var(--bg_gra);
  width: 100%;
  height: 100dvh;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  opacity: 0.04;
  pointer-events: none; }

.mobil {
  width: 100%;
  max-width: 450px;
  margin-inline: auto;
  padding-inline: 12px;
  position: relative; }

.header {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 16px; }

.dil-buton {
  position: absolute;
  right: 8px;
  top: 8px;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 8px;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  background-color: transparent;
  border: 0;
  color: var(--baslik);
  cursor: pointer; }
  .dil-buton svg {
    font-size: 14px; }

.logo img {
  max-width: 200px;
  height: auto;
  display: block; }

.duyuru-alani {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 16px; }
  .duyuru-alani .sembol {
    font-size: 32px;
    color: var(--baslik); }
  .duyuru-alani .duyuru {
    font-size: 18px;
    font-weight: 700;
    color: var(--baslik);
    line-height: 1.4;
    text-align: center; }

.kategoriler {
  margin-top: 28px;
  display: flex;
  flex-direction: column; }
  .kategoriler .kategori {
    position: relative;
    height: 108px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    border: 1px solid transparent;
    background-image: linear-gradient(rgba(var(--ana_renk_bg_rgb), 1), rgba(var(--ana_renk_bg_rgb), 0)), linear-gradient(to right, rgba(var(--ana_renk_rgb), 1), rgba(var(--ana_renk_rgb), 0));
    background-origin: border-box;
    background-clip: content-box, border-box;
    padding-inline: 20px;
    gap: 12px;
    isolation: isolate; }
    .kategoriler .kategori svg {
      font-size: 32px;
      color: var(--baslik);
      opacity: 0.25; }
    .kategoriler .kategori .title {
      flex: 1;
      font-size: 24px;
      font-weight: 900;
      color: var(--baslik);
      line-height: 1.2;
      letter-spacing: -0.5px; }
      .kategoriler .kategori .title a::after {
        content: "";
        position: absolute;
        inset: 0; }
    .kategoriler .kategori::after {
      content: "";
      background: linear-gradient(90deg, rgba(0, 0, 0, 0.2) 29.37%, rgba(0, 0, 0, 0) 100%), linear-gradient(90deg, rgba(var(--ana_renk_bg_rgb), 1) 29.37%, rgba(var(--ana_renk_bg_rgb), 0) 100%);
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      border-radius: 20px;
      z-index: -1; }
    .kategoriler .kategori img {
      position: absolute;
      left: 0;
      top: 0;
      border-radius: 20px;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: -2; }
  .kategoriler .ayrac {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-inline: 40px;
    pointer-events: none; }
    .kategoriler .ayrac:last-child {
      display: none; }
    .kategoriler .ayrac span {
      display: flex;
      align-items: center;
      margin-block: -3px; }
      .kategoriler .ayrac span svg {
        font-size: 33px;
        color: var(--baslik);
        margin-inline: -4px; }

.footer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block: 20px; }
  .footer .sembol svg {
    font-size: 32px;
    color: var(--baslik); }

.kat-header {
  display: flex;
  align-items: center;
  height: 55px;
  box-shadow: 0px 14px 14px var(--bg);
  background-color: var(--bg);
  position: sticky;
  z-index: 1;
  top: 0; }
  .kat-header .menu-buton,
  .kat-header a {
    width: 60px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--baslik);
    font-size: 26px;
    background-color: transparent;
    border: 0; }
  .kat-header .menu-buton {
    font-size: 32px; }
  .kat-header .ana-title {
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 24px;
    font-weight: 900;
    color: var(--baslik);
    text-align: center; }

.listeleme {
  display: flex;
  flex-direction: column;
  padding-bottom: 40px; }

.urun {
  padding: 20px 16px 20px 28px;
  display: flex;
  gap: 20px;
  position: relative;
  cursor: pointer; }
  .urun .sembol {
    position: absolute;
    left: -12px;
    font-size: 32px;
    color: var(--baslik);
    opacity: 0.25;
    top: 16px; }
  .urun .sol {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px; }
    .urun .sol .title {
      font-size: 22px;
      font-weight: 700;
      color: var(--baslik);
      letter-spacing: -0.3px;
      line-height: 1.2; }
    .urun .sol .sol-alt {
      display: flex;
      align-items: center;
      gap: 12px; }
      .urun .sol .sol-alt span {
        padding: 6px 12px;
        border: 1px solid var(--border);
        border-radius: 99px;
        font-size: 12px;
        font-weight: 500;
        color: var(--aciklama);
        font-family: var(--inter); }
      .urun .sol .sol-alt svg {
        font-size: 17px;
        color: var(--baslik);
        opacity: 0.50; }
  .urun .sag {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right; }
    .urun .sag .indirimli-fiyat {
      font-size: 22px;
      font-weight: 700;
      color: var(--fiyat);
      line-height: 1.4;
      letter-spacing: -0.3px; }
    .urun .sag .normal-fiyat {
      font-size: 16px;
      font-weight: 700;
      color: var(--fiyat);
      line-height: 1.4;
      letter-spacing: -0.3px;
      opacity: 0.60;
      text-decoration: line-through; }

.urun-popup-golge {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  opacity: 0;
  transition: 300ms opacity; }
  .urun-popup-golge.active {
    pointer-events: all;
    opacity: 1; }

.urun-popup {
  position: fixed;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
  bottom: 0;
  background-color: var(--bg);
  z-index: 9999;
  width: 100%;
  max-width: 450px;
  border-radius: 20px 20px 0 0;
  transition: 500ms transform, 300ms opacity;
  pointer-events: none;
  opacity: 0; }
  .urun-popup.active {
    pointer-events: all;
    transform: translateX(-50%) translateY(0%);
    opacity: 1; }
  .urun-popup .resim img {
    width: 100%;
    height: auto;
    aspect-ratio: 13 / 8;
    border-radius: 20px 20px 0 0; }
  .urun-popup .icerik .ust {
    padding: 20px 16px 20px 28px;
    display: flex;
    gap: 20px;
    position: relative;
    overflow: hidden; }
    .urun-popup .icerik .ust .sembol {
      position: absolute;
      left: -12px;
      font-size: 32px;
      color: var(--baslik);
      opacity: 0.25;
      top: 16px; }
    .urun-popup .icerik .ust .sol {
      flex: 1;
      display: flex;
      flex-direction: column;
      gap: 12px; }
      .urun-popup .icerik .ust .sol .title {
        font-size: 22px;
        font-weight: 700;
        color: var(--baslik);
        letter-spacing: -0.3px;
        line-height: 1.2; }
      .urun-popup .icerik .ust .sol .sol-alt {
        display: flex;
        align-items: center;
        gap: 12px; }
        .urun-popup .icerik .ust .sol .sol-alt span {
          padding: 6px 12px;
          border: 1px solid var(--border);
          border-radius: 99px;
          font-size: 12px;
          font-weight: 500;
          color: var(--aciklama);
          font-family: var(--inter); }
        .urun-popup .icerik .ust .sol .sol-alt svg {
          font-size: 17px;
          color: var(--baslik);
          opacity: 0.50; }
    .urun-popup .icerik .ust .sag {
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      text-align: right; }
      .urun-popup .icerik .ust .sag .indirimli-fiyat {
        font-size: 22px;
        font-weight: 700;
        color: var(--fiyat);
        line-height: 1.4;
        letter-spacing: -0.3px; }
      .urun-popup .icerik .ust .sag .normal-fiyat {
        font-size: 16px;
        font-weight: 700;
        color: var(--fiyat);
        line-height: 1.4;
        letter-spacing: -0.3px;
        opacity: 0.60;
        text-decoration: line-through; }
  .urun-popup .icerik .alt {
    font-size: 13px;
    font-weight: 500;
    color: var(--aciklama);
    line-height: 1.6;
    font-family: var(--inter);
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 0 16px 20px 28px;
    max-height: 200px;
    overflow: auto; }

.kat-menu-golge {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  opacity: 0;
  transition: 300ms opacity; }
  .kat-menu-golge.active {
    pointer-events: all;
    opacity: 1; }

.kat-menu {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 350px;
  height: 100%;
  max-width: 80%;
  background-color: var(--ana_renk_bg);
  display: flex;
  flex-direction: column;
  pointer-events: none;
  transform: translateX(-500px);
  transition: 500ms transform; }
  .kat-menu.active {
    pointer-events: all;
    transform: translateX(0); }
  .kat-menu .ust {
    display: flex;
    align-items: center;
    padding: 20px;
    box-shadow: 0 14px 14px var(--ana_renk_bg);
    position: relative;
    z-index: 1; }
    .kat-menu .ust span {
      flex: 1;
      font-size: 24px;
      font-weight: 900;
      color: var(--baslik);
      line-height: 1; }
    .kat-menu .ust .kat-menu-kapat {
      background-color: var(--baslik);
      color: var(--ana_renk_bg);
      width: 32px;
      height: 32px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 99px;
      font-size: 18px;
      border: 0; }
  .kat-menu ul {
    padding-block: 5px 30px;
    display: flex;
    flex-direction: column;
    flex: 1;
    overflow: auto; }
    .kat-menu ul li {
      position: relative; }
      .kat-menu ul li .sembol {
        position: absolute;
        left: -10px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 32px;
        color: var(--baslik);
        opacity: 0.25;
        pointer-events: none; }
      .kat-menu ul li a {
        padding: 12px 20px 12px 28px;
        display: block;
        font-size: 18px;
        line-height: 1.2;
        color: var(--baslik);
        font-weight: 900; }

.dil-popup-golge {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  opacity: 0;
  transition: 300ms opacity; }
  .dil-popup-golge.active {
    pointer-events: all;
    opacity: 1; }

.dil-popup {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 250px;
  max-width: 90%;
  background-color: var(--ana_renk_bg);
  border-radius: 20px;
  overflow: hidden;
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
  transition: 300ms opacity; }
  .dil-popup.active {
    pointer-events: all;
    opacity: 1; }
  .dil-popup ul {
    display: flex;
    flex-direction: column; }
    .dil-popup ul li {
      position: relative;
      border-bottom: 1px solid var(--border); }
      .dil-popup ul li:last-child {
        border: 0; }
      .dil-popup ul li i {
        width: 24px;
        height: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: var(--baslik);
        color: var(--ana_renk_bg);
        font-size: 16px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 20px;
        pointer-events: none;
        border-radius: 99px; }
      .dil-popup ul li a {
        font-size: 15px;
        font-weight: 700;
        color: var(--baslik);
        line-height: 1.2;
        white-space: nowrap;
        display: block;
        padding: 16px 20px; }
      .dil-popup ul li.active {
        background-color: rgba(var(--ana_renk_rgb), 0.1);
        pointer-events: none; }

.urun-detay{
  position: relative;
  opacity: 1;
  pointer-events: all;
  left: 0;
  transform: translateX(0);
  background-color: transparent;
}
.urun-detay .resim img{
  border-radius: 20px;
}
.detay-kh{
  position: relative;
}
.urunyok{
  padding-block: 80px;
}
.urunyok .uyic{
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 0;
  flex-direction: column;
  text-align: center;
  width: max-content;
  margin-inline: auto;
}
.urunyok .uyic svg{
  font-size: 40px;
  color: var(--baslik);
}
.urunyok .uyic span{
  font-size: 16px;
  font-weight: 700;
  color: var(--baslik);
  line-height: 1.5;
  max-width: 320px;
}
  