body{
    background: #000 !important;
}
.urun-detail-link:hover {
  background: #000;
  border-radius: 50%;
  transition: background 0.2s;
}
.urun-detail-link:hover i {
  color: #ffce00 !important;
  transition: color 0.2s;
}
/* Ürün kutusunda içerik ve ok ikonunu aynı hizada tutmak için */
.flavor-nutri-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
}

.flavor-nutri {
  display: flex;
  flex: 1;
  align-items: center;
  gap: 32px;
}

.urun-detail-link svg,
.urun-detail-link i {
  font-size: 2rem;
  color: #000;
}
/* Ok ikonunu en sağa sabitlemek için */

.urun-link {
  display: block;
  width: 100%;
  box-sizing: border-box;
}

.urun-kapak {
  display: block;
  width: 100%;
  margin-bottom: 8px;
}

.flavor-nutri {
  display: flex;
  flex: 1;
  align-items: center;
}

.urun-detail-link {
  position: absolute;
  right: clamp(10px, 0.8vw, 29px);
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3a3a3a;
  text-decoration: none;
  transition: all 0.3s ease;
  z-index: 10;
  margin-left: 10px;
}
.urun-link.active .urun-detail-link {
  background: rgba(0, 0, 0, 0.1);
  color: #000000;
}
.urun-link.active .urun-detail-link:hover {
  background: #000;
}
.urun-link.active .urun-detail-link:hover i {
  color: #ffce00 !important;
}

.urun-detail-link svg,
.urun-detail-link i {
  font-size: 2rem;
  color: #000;
}
@font-face {
  font-family: "Joyride 2.0";
  src: url("~/fonts/Joyride-2.0.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Joyride 2.0";
  src: url("~/fonts/Joyride-2.0-Italic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
}

/* Ürünler Hero Section - urun-detay.css ile birebir aynı blok */
body {
  background-color: #000;
  color: #fff;
  font-family: "Roboto", sans-serif;
}

/* ==========================================================================
   1. HERO SECTION (Ürünler sayfası ile aynı mantık)
   ========================================================================== */
.urunler-hero {
  position: relative;
  width: 100%;
  background-color: #000;
  padding-top: 250px;
}

/* Sağdan sola doğru kesilme (solda aşağıda, sağda yukarıda) */
.urunler-hero .hero-img-wrapper {
  position: relative;
  width: 100%;
  height: 1000px;
  /* Daha uzun yapıyoruz */
  clip-path: polygon(0 8%, 100% 0, 100% 100%, 0 100%);
  /* Figma'daki gibi hafif eğimli */
}

.urunler-hero .urunler-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 57%;
  /* Şişelerin alt kısmının görünmesi için pozisyonu ayarlıyoruz */
  display: block;
}

.urunler-hero .hero-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 500px;
  /* Daha yumuşak bir geçiş için alanı genişlettik */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.3) 50%,
    rgba(0, 0, 0, 0.7) 80%,
    #000000 100%
  );
  pointer-events: none;
}

/* Başlık konumu iletişim sayfası ile aynı */
.urunler-hero-title {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  color: #ffffff;
  font-family: "Joyride 2.0", sans-serif;
  font-size: 100px;
  font-weight: 400;
  line-height: 100%;
  text-align: center;
  margin: 0;
  width: 100%;
  white-space: nowrap;
  letter-spacing: 0;
}

.hero-crown {
  position: absolute;
  bottom: 25px;
  /* Tacı biraz yukarı çektik */
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

/* İletişim sayfası ile aynı: tüm çözünürlüklerde başlık görselin içine girmesin */
@media (max-width: 1200px) {
  .urunler-hero-title {
    font-size: 60px;
    top: -28px;
    transform: translateX(-50%);
  }
}

@media (max-width: 992px) {
  .urunler-hero-title {
    font-size: 50px;
    top: -32px;
    transform: translateX(-50%);
  }
}

@media (max-width: 768px) {
  .urunler-hero {
    padding-top: 280px;
  }

  .urunler-hero-title {
    font-size: 40px;
    top: -48px;
    transform: translateX(-50%);
  }

  .urunler-hero .hero-img-wrapper {
    clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 100%);
  }
}

@media (max-width: 576px) {
  .urunler-hero {
    padding-top: 260px;
  }

  .urunler-hero-title {
    font-size: 32px;
    top: -40px;
    transform: translateX(-50%);
  }

  .urunler-hero .hero-img-wrapper {
    height: 550px;
  }
}

/* Section 5: Şeritler (Marquee) */
.seritler-section {
    position: relative;
    width: 100%;
    height: 350px;
    background-color: #111111;
    overflow: hidden;
    /* Dışarı taşmaları gizle */
    display: flex;
    align-items: center;
    justify-content: center;
}

.marquee-band {
  position: absolute;
  width: 120vw;
  /* Ekranı tam kesmesi için geniş verildi */
  left: -10vw;
  display: flex;
  white-space: nowrap;
  font-family: "Joyride 2.0", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.2;
  padding: 15px 0;
  overflow: hidden;
  text-transform: uppercase;
}

.marquee-content {
  display: flex;
  animation: scroll-left 25s linear infinite;
}

.marquee-content span {
  display: inline-flex;
  align-items: center;
  padding: 0 15px;
}

.marquee-content i {
  font-size: 24px;
}

/* Dark Band Style */
.band-dark {
  background-color: #2a2a2a;
  /* Figma'daki koyu şerit rengine yakın */
  color: #555555;
  transform: rotate(3deg);
  z-index: 1;
}

.band-dark .marquee-content {
  animation-direction: normal;
  /* Sola doğru */
}

/* Yellow Band Style */
.band-yellow {
  background-color: #ffce00;
  color: #1e1e1e;
  transform: rotate(-2deg);
  z-index: 2;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
  /* Derinlik hissi için */
}

.band-yellow .marquee-content {
  animation-direction: reverse;
  /* Sağa doğru kaysın (veya tam tersi, isteğe bağlı) */
}

/* Animasyon Keyframes */
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

/* Responsive Marquee */
@media (max-width: 991px) {
  .seritler-section {
    height: 250px;
  }

  .marquee-band {
    font-size: 24px;
    padding: 10px 0;
  }

  .marquee-content i {
    font-size: 18px;
  }

  .band-yellow {
    transform: rotate(-5deg);
  }

  .band-dark {
    transform: rotate(5deg);
  }
}

/* Section 6: Ürünlerimiz */
.urunlerimiz-section {
  background-color: #000;
  /* Koyu arkaplan */
  /* Tasarımdaki morumsu dış çerçeve */
  margin: 0 auto;
  /* Figma genişliğine oturtuldu */
}

.urunlerimiz-container {
  max-width: 95%;
  /* Kullanıcının talebi: genişlik %95 olsun */
  width: 100%;
}

.urunlerimiz-header {
  border-bottom: 1px solid #333333 !important;
  /* Başlık altındaki çizgi */
  padding-bottom: 20px;
  margin-bottom: 50px;
}

.urunlerimiz-title {
  font-family: "Joyride 2.0", sans-serif;
  font-weight: 800;
  font-size: 48px;
  margin: 0;
  letter-spacing: -1px;
}

.urunlerimiz-subtitle {
  font-family: "Halenoir", sans-serif;
  color: #777777;
  font-size: 14px;
  margin-bottom: 5px;
}

.urun-gorsel-kutu {
  background-color: #1e1e1e;
  /* İç kutu gri */
  padding: 40px;
  width: 100%;
  border-radius: 4px;
}

.urun-img {
  max-width: 100%;
  height: auto;
  max-height: 450px;
  /* Resim abartı büyümesin */
}

.urun-link {
  display: block;
  width: 100%;
  position: relative;
}

.flavor-nutri-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flavor-nutri {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.urun-detail-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #222;
  transition: background 0.2s;
}

.urun-detail-link:hover {
  background: #000;
}

.urun-detail-link:hover .fa-arrow-right {
  color: #ffd600;
}

.urun-detail-link .fa-arrow-right {
  color: #fff;
  font-size: 24px;
  transition: color 0.2s;
}
.cesitler-title {
  font-family: "Joyride 2.0", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 10px;
}

.cesitler-list {
  margin: 0;
  padding: 0;
}

.cesit-item {
  flex: 1;
  /* Liste elemanlarına eşit esneklik verir */
  display: flex;
  align-items: center;
  font-family: "Joyride 2.0", sans-serif;
  font-weight: 400;
  font-size: 24px;
  padding: 0 40px;
  /* Üst-alt padding flex:1 ile yönetilecek */
  border-bottom: 2px solid #1e1e1e;
  transition: all 0.3s ease;
  cursor: pointer;
  letter-spacing: 0.5px;
  background-color: transparent;
}

.cesit-item:last-child {
  border-bottom: 2px solid #1e1e1e;
}

.pasif-variant {
  color: #444444;
  /* Soluk Gri */
}

.pasif-variant:hover {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.02);
}

.active-variant {
  background-color: #ffce00;
  color: #000000;
  border-bottom: none;
  font-size: 26px;
}

.cesit-name {
  flex-shrink: 0;
}

.cesit-details {
  font-family: "Halenoir", sans-serif;
  font-weight: 400;
  font-size: 11px;
  color: #000000;
  letter-spacing: 0px;
}

.detail-col {
  display: flex;
  flex-direction: column;
}

.detail-label {
  font-size: 10px;
  opacity: 0.8;
  margin-bottom: 2px;
  text-transform: uppercase;
  font-weight: 600;
}

.detail-val {
  font-size: 12px;
  font-weight: 700;
}

/* Responsive Ürünlerimiz */
@media (max-width: 991px) {
  .urunlerimiz-title {
    font-size: 32px;
  }

  .urun-gorsel-kutu {
    min-height: 400px;
    padding: 30px 20px;
  }

  .cesit-item {
    font-size: 20px;
    padding: 15px 20px;
  }

  .active-variant {
    flex-direction: column;
    align-items: flex-start !important;
  }

  .cesit-details {
    margin-top: 20px;
    align-self: flex-start;
    text-align: left !important;
    flex-wrap: wrap;
    /* Sığmazsa alta insin */
    gap: 15px;
  }

  .detail-col {
    margin-left: 0 !important;
  }
}

.sm-content-wrapper {
  position: relative;
  width: 100%;
  max-width: 1550px;
  height: 100%;
}

.sm-center-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  background-color: transparent;
  width: 251px;
  height: 176px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 10;
}

.sm-text {
  font-family: "Joyride 2.0", sans-serif;
  font-weight: 800;
  font-size: 38px;
  color: #ffffff;
  line-height: 1;
  text-align: center;
}

.sm-icon {
    margin: 15px 0;
    animation: pulse 1.5s ease-in-out infinite;
}

.sm-img {
  position: absolute;
  width: clamp(240px, 18vw, 320px);
  /* Ekran genişliğine göre akışkan boyut */
  height: 350px;
  object-fit: contain;

  transition: transform 0.3s ease;
  z-index: 5;
  border-radius: 4px;
}

.sm-img:hover {
  transform: scale(1.05) !important;
  z-index: 15;
}

/* Position and Rotation Details: Sol üst 1, Sağ üst 2, Sol alt 3, Sağ alt 4 */
.sm-img-1 {
  top: 100px;
  left: 200px;
  transform: rotate(-12deg);
}

.sm-img-2 {
  top: 100px;
  right: 200px;
  transform: rotate(10deg);
}

.sm-img-3 {
  bottom: 100px;
  left: 250px;
  transform: rotate(5deg);
}

.sm-img-4 {
  bottom: 100px;
  right: 250px;
  transform: rotate(-12deg);
}

/* Responsive adjustments */
@media (max-width: 1200px) {
  .sm-img {
    width: 260px;
  }

  .sm-img-1 {
    left: 5%;
  }

  .sm-img-2 {
    right: 5%;
  }

  .sm-img-3 {
    left: 5%;
  }

  .sm-img-4 {
    right: 5%;
  }
}

@media (max-width: 991px) {
  .sosyal-medya-section {
    height: auto;
    padding: 80px 0;
  }

  .sm-content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .sm-center-box {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    margin: 40px 0;
    order: 1;
  }

  .sm-img {
    position: relative;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    transform: none !important;
    width: 60%;
    margin-bottom: 30px;
  }

  .sm-img-1 {
    order: 2;
  }

  .sm-img-2 {
    order: 3;
  }

  .sm-img-3 {
    order: 4;
  }

  .sm-img-4 {
    order: 5;
  }
}

@media (max-width: 576px) {
  .sm-img {
    width: 90%;
  }
}

@media (min-width: 992px) {
  .urun-links-container {
    position: relative;
    margin-left: 46.18%;
    margin-top: 257px;
    width: 45.95%;
    display: flex;
    flex-direction: column;
    z-index: 2;
  }
  .urun-links-container .urun-link {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
  }
}
@media (max-width: 991px) {
  .urun-links-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
  .urun-links-container .urun-link {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
  }
}

.urunler-dynamic-canvas {
  height: auto !important;
  min-height: 888px;
  padding-bottom: 100px;
}
