/* Panalı Dekoratif — site geneli dekoratif tipografi */

:root {
  --font-display: 'Playfair Display', Georgia, 'Times New Roman', serif;
  --font-ui: 'Lato', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --color-text: #2f2e2e;
  --color-accent: #42210b;
  --color-muted: #555;
}

html {
  font-size: 16px;
}

body,
article,
.nn_section,
h1, h2, h3, h4, h5, h6,
p, a, span, div, li, label, button, input, textarea, select,
.nn_editable,
.ice_button,
.ice_button5,
.product-card,
.products-filter-btn,
.products-search {
  font-family: var(--font-display) !important;
  color: var(--color-text);
}

body,
article {
  font-weight: 400;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  height: auto;
}

.drivia_logo {
  max-height: 80px;
}

.product_gallery img,
.ice_gallery img {
  cursor: pointer;
}

/* Navbar — Playfair Display italic (ice_event_section1 h1 ile uyumlu) */
.drivia_header,
.drivia_header .main_header,
.drivia_header .nn_navbar,
.drivia_header .nn_navbar li,
.drivia_header .nn_navbar li a,
.drivia_header .dropdown-menu,
.drivia_header .dropdown-menu li,
.drivia_header .dropdown-menu li a,
.drivia_header .navbar-toggle,
.drivia_header .navbar-toggle .icon-bar {
  font-family: var(--font-display) !important;
}

.drivia_header .nn_navbar li a {
  font-size: 15px !important;
  font-weight: 500 !important;
  font-style: italic !important;
  letter-spacing: 0.4px !important;
  text-transform: none;
  color: #2f2e2e !important;
}

.drivia_header .dropdown-menu li a {
  font-size: 14px !important;
  font-weight: 500 !important;
  font-style: italic !important;
  letter-spacing: 0.3px !important;
  text-transform: none;
  color: #fff !important;
}

.drivia_header .dropdown-menu li a:hover,
.drivia_header .dropdown-menu li a:focus,
.drivia_header .dropdown-menu li a.active,
.drivia_header .main_header .nav .dropdown-menu li a:hover,
.drivia_header .main_header .nav .dropdown-menu li a:focus,
.drivia_header .main_header .nav .dropdown-menu li a.active {
  color: #f8eedc !important;
  background-color: rgba(196, 165, 116, 0.28) !important;
}

.drivia_header .dropdown-menu li a strong,
.drivia_header .main_header .nav .dropdown-menu li a strong {
  color: inherit !important;
  font-weight: 700 !important;
}

.drivia_header .nn_navbar li a.active {
  color: var(--color-accent) !important;
  font-weight: 700 !important;
}

/* Hub dropdown — metne tıklayınca özet sayfaya git, ok ile alt menü aç */
.drivia_header .nav-dropdown-hub .nav-dropdown-split {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  height: 100px;
  line-height: normal;
}

.drivia_header .nav-dropdown-hub .nav-hub-link {
  display: inline-block;
  padding-right: 2px !important;
}

.drivia_header .nav-dropdown-hub .nav-dropdown-caret {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  margin-left: 2px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  vertical-align: middle;
}

.drivia_header .nav-dropdown-hub .nav-dropdown-caret .caret {
  margin: 0;
  border-top-color: currentColor;
}

.drivia_header .nav-dropdown-hub .nav-dropdown-caret:focus {
  outline: none;
}

@media (max-width: 990px) {
  .drivia_header .nav-dropdown-hub .nav-dropdown-split {
    display: flex;
    width: 100%;
    height: 40px;
    align-items: center;
    justify-content: space-between;
  }

  .drivia_header .nav-dropdown-hub .nav-hub-link {
    flex: 1;
  }
}

/* Dropdown ayırıcı — nav .divider stilinin bıraktığı büyük boşluğu düzelt */
.drivia_header .dropdown-menu > li.divider {
  height: 1px !important;
  margin: 6px 16px !important;
  padding: 0 !important;
  border: none !important;
  border-right: none !important;
  border-bottom: none !important;
  line-height: 0 !important;
  overflow: hidden;
  background-color: rgba(196, 165, 116, 0.45) !important;
  pointer-events: none;
}

.drivia_header .dropdown-menu > li.divider::before,
.drivia_header .dropdown-menu > li.divider::after {
  display: none !important;
}

/* ── Görsel + metin bölümleri (ice_section1) ── */
.ice_section1 .nn_row {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.ice_section1 .nn_col {
  display: table-cell !important;
  float: none !important;
  vertical-align: middle;
  padding: 40px 15px;
}

.ice_section1 .inner_block1 {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  padding: 20px 30px;
  text-align: center;
}

.ice_section1 .inner_block1.text-right {
  text-align: right;
  margin-left: auto;
  margin-right: 0;
}

.ice_section1 .inner_block1.text-left {
  text-align: left;
  margin-right: auto;
  margin-left: 0;
}

.ice_section1 .inner_block1 h1,
.ice_section1 .inner_block1 h1 p {
  font-size: 28px;
  font-weight: 400;
  font-style: italic;
  color: var(--color-accent);
  letter-spacing: 0.4px;
  line-height: 1.45;
  margin-bottom: 10px;
}

.ice_section1 .inner_block1 h2,
.ice_section1 .inner_block1 h2 p {
  font-size: 24px;
  font-weight: 800;
  color: var(--color-text);
  letter-spacing: 0.5px;
  line-height: 1.35;
  margin-bottom: 18px;
}

.ice_section1 .inner_block1 .nn_editable p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.85;
  color: var(--color-muted);
  margin-bottom: 10px !important;
  display: block !important;
}

/* ── Ortalanmış tanıtım bölümleri (ice_event_section1) ── */
.ice_event_section1 .inner_block1 h1,
.ice_event_section1 .inner_block1 h1 p {
  font-size: 26px;
  font-weight: 500;
  font-style: italic;
  color: var(--color-accent);
  line-height: 1.45;
  margin-bottom: 8px;
}

.ice_event_section1 .inner_block1 h2,
.ice_event_section1 .inner_block1 h2 p {
  font-size: 32px;
  font-weight: 800;
  color: var(--color-text);
  line-height: 1.3;
  margin-bottom: 18px;
}

.ice_event_section1 .inner_block1 .nn_editable p {
  font-size: 16px;
  line-height: 1.85;
  color: var(--color-muted);
  display: block !important;
}

/* ── Ürün grupları grid (ice_flavour_section1) ── */
.ice_flavour_section1 > .nn_container > .nn_col > h1,
.ice_flavour_section1 > .nn_container > .nn_col > h1 p {
  font-size: 38px;
  font-weight: 700;
  color: var(--color-accent);
  letter-spacing: 0.5px;
}

.ice_flavour_section1 h3,
.ice_flavour_section1 h3 p {
  font-size: 24px;
  font-weight: 800 !important;
  color: var(--color-accent);
  letter-spacing: 0.3px;
}

.ice_flavour_section1 .nn_editable p {
  font-size: 18px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.65;
  color: #4a4038;
  letter-spacing: 0.2px;
}

/* ── Banner alanları ── */
.banner_caption .banner_text,
.banner_caption .banner_text p {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

.banner_caption .banner_head,
.banner_caption .banner_head p {
  font-size: 50px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.5px;
}

.learning_caption h2,
.learning_caption h2 p {
  font-size: 34px;
  font-weight: 400;
  font-style: italic;
  color: var(--color-text);
}

.learning_caption h1,
.learning_caption h1 p {
  font-size: 58px;
  font-weight: 900;
  color: var(--color-text);
  line-height: 1.12;
  letter-spacing: 0.5px;
}

/* Footer — dekoratif tasarım */
.ice_footer {
  position: relative;
  padding: 0 0 20px;
  background: linear-gradient(180deg, #3d2819 0%, rgb(79, 52, 42) 35%, #452d1e 100%) !important;
  color: #fff !important;
  overflow: hidden;
}

.footer-bg-pattern {
  position: absolute;
  inset: 0;
  opacity: 0.07;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(196, 165, 116, 0.8) 1px, transparent 1px),
    radial-gradient(circle at 80% 70%, rgba(196, 165, 116, 0.6) 1px, transparent 1px);
  background-size: 48px 48px, 64px 64px;
  pointer-events: none;
}

.footer-main {
  position: relative;
  z-index: 1;
  padding: 50px 0 30px;
}

.footer-ornament-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 12px;
  padding: 0 20px;
}

.footer-ornament-line {
  flex: 1;
  max-width: 200px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(196, 165, 116, 0.7), transparent);
}

.footer-ornament-gem {
  font-size: 14px;
  color: #c4a574;
  text-shadow: 0 0 12px rgba(196, 165, 116, 0.6);
  line-height: 1;
}

.footer-logo {
  max-height: 72px;
  filter: brightness(1.05) drop-shadow(0 4px 16px rgba(0, 0, 0, 0.3));
}

.footer-tagline {
  font-family: 'Playfair Display', Georgia, serif !important;
  font-size: 15px;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: rgba(232, 213, 181, 0.75) !important;
  text-align: center;
  margin: 0 0 40px;
}

.footer-grid-wrap {
  max-width: 1170px;
}

.footer-grid {
  margin-left: -12px;
  margin-right: -12px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.footer-grid.nn_row::after {
  display: none;
}

.footer-grid > .footer-col {
  margin-bottom: 28px;
  padding: 0 12px;
  display: flex;
  flex-direction: column;
  float: none !important;
}

@media (min-width: 992px) {
  .footer-grid > .footer-col.col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
    width: 25%;
  }

  .footer-grid--contact > .footer-col.col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    width: 33.333333%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .footer-grid > .footer-col.col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
  }

  .footer-grid--contact > .footer-col.col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    width: 33.333333%;
  }
}

.footer-col-card {
  position: relative;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100%;
  padding: 28px 22px 24px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.06) 0%, rgba(0, 0, 0, 0.12) 100%);
  border: 1px solid rgba(196, 165, 116, 0.28);
  border-radius: 2px;
  box-shadow:
    0 8px 32px rgba(0, 0, 0, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    inset 0 0 40px rgba(196, 165, 116, 0.03);
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.footer-col-card:hover {
  border-color: rgba(196, 165, 116, 0.55);
  box-shadow:
    0 12px 40px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 0 30px rgba(196, 165, 116, 0.08);
  transform: translateY(-3px);
}

.footer-col-card--featured {
  background: linear-gradient(145deg, rgba(196, 165, 116, 0.1) 0%, rgba(0, 0, 0, 0.15) 100%);
  border-color: rgba(196, 165, 116, 0.4);
}

.footer-col-card--compact {
  text-align: center;
  padding: 24px 18px;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100%;
}

.footer-col-card--compact > .footer-col-body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.footer-col-corner {
  position: absolute;
  width: 18px;
  height: 18px;
  border-color: #c4a574;
  border-style: solid;
  opacity: 0.7;
}

.footer-col-corner--tl { top: 6px; left: 6px; border-width: 2px 0 0 2px; }
.footer-col-corner--tr { top: 6px; right: 6px; border-width: 2px 2px 0 0; }
.footer-col-corner--bl { bottom: 6px; left: 6px; border-width: 0 0 2px 2px; }
.footer-col-corner--br { bottom: 6px; right: 6px; border-width: 0 2px 2px 0; }

.footer-col-icon {
  width: 44px;
  height: 44px;
  margin: 0 auto 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(196, 165, 116, 0.45);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(196, 165, 116, 0.15) 0%, transparent 70%);
  box-shadow: 0 0 20px rgba(196, 165, 116, 0.15);
}

.footer-col-icon i {
  font-size: 18px;
  color: #e8d5b5;
  font-family: FontAwesome !important;
}

.footer-col-icon--inline {
  margin-bottom: 10px;
}

.footer-col-title {
  font-family: 'Playfair Display', Georgia, serif !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  letter-spacing: 2.5px !important;
  color: #e8d5b5 !important;
  text-align: center;
  margin: 0 0 10px !important;
  line-height: 1.4 !important;
}

.footer-col-title a {
  color: #e8d5b5 !important;
  text-decoration: none !important;
}

.footer-col-title a:hover {
  color: #fff !important;
}

.footer-col-title span {
  display: block;
  color: #e8d5b5 !important;
}

.footer-col-title--compact {
  font-size: 14px !important;
  letter-spacing: 3px !important;
  color: #f8eedc !important;
}

.footer-col-title--compact span {
  color: #f8eedc !important;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
}

.footer-title-rule {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 18px;
}

.footer-title-rule span {
  flex: 1;
  max-width: 60px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(196, 165, 116, 0.6), transparent);
}

.footer-title-rule i {
  font-size: 8px;
  color: #c4a574;
  font-family: FontAwesome !important;
}

.footer-title-rule--short span {
  max-width: 80px;
}

.footer-col-body p {
  font-family: 'Lato', sans-serif !important;
  font-size: 14px !important;
  line-height: 1.75 !important;
  color: rgba(255, 255, 255, 0.82) !important;
  margin-bottom: 8px !important;
  text-align: center;
}

.footer-col-body p:last-child {
  margin-bottom: 0 !important;
}

.footer-col-card > .footer-col-body,
.footer-col-card > .footer-links {
  flex: 1 1 auto;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 8px;
  text-align: center;
}

.footer-links li:last-child {
  margin-bottom: 0;
}

.footer-links a,
.footer-links span {
  font-family: 'Lato', sans-serif !important;
  font-size: 14px !important;
  color: rgba(255, 255, 255, 0.82) !important;
  text-decoration: none !important;
  transition: color 0.2s ease, padding-left 0.2s ease;
  display: inline-block;
}

.footer-links a i,
.footer-links span i {
  font-size: 11px;
  color: #c4a574;
  margin-right: 4px;
  font-family: FontAwesome !important;
  transition: transform 0.2s ease;
}

.footer-links a:hover {
  color: #e8d5b5 !important;
  padding-left: 4px;
}

.footer-links a:hover i {
  transform: translateX(2px);
}

.footer-row-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 8px 12px 32px;
}

.footer-row-divider-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(196, 165, 116, 0.35), transparent);
}

.footer-row-divider-gem {
  font-size: 16px;
  color: #c4a574;
  opacity: 0.8;
  text-shadow: 0 0 10px rgba(196, 165, 116, 0.4);
}

.ice_footer a {
  color: #e8d5b5 !important;
  text-decoration: none !important;
  transition: color 0.2s ease, text-shadow 0.2s ease;
}

.ice_footer a:hover {
  color: #fff !important;
  text-shadow: 0 0 8px rgba(196, 165, 116, 0.4);
  opacity: 1;
}

.ice_footer strong {
  color: #c4a574 !important;
  font-weight: 600 !important;
}

/* Eski sınıflar — geriye dönük */
.ice_footer h5,
.ice_footer h5 p,
.ice_footer p,
.ice_footer .nn_editable p {
  font-family: 'Lato', sans-serif !important;
}

.ice_copyright {
  position: relative;
  z-index: 1;
  padding: 20px 0 10px;
  border-top: 1px solid rgba(196, 165, 116, 0.15);
}

.ice_copyright-text {
  font-family: 'Lato', sans-serif !important;
  color: rgba(255, 255, 255, 0.55) !important;
  font-size: 13px !important;
  line-height: 1.6 !important;
  text-align: center;
  margin: 0 !important;
  letter-spacing: 0.5px;
}

/* Footer credits — ahdyparts tarzı */
.footer-credit,
.footer-credit p,
.footer-credit a,
.footer-credit span {
  font-family: 'Lato', sans-serif !important;
}

.footer-credit {
  position: relative;
  z-index: 1;
  padding: 8px 0 24px;
}

.footer-credit-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.footer-credit-ornament {
  flex: 1;
  max-width: 120px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(196, 165, 116, 0.5), transparent);
  position: relative;
}

.footer-credit-ornament::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 6px;
  height: 6px;
  background: #c4a574;
  border-radius: 1px;
  box-shadow: 0 0 10px rgba(196, 165, 116, 0.45);
}

.footer-credit-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 16px 32px;
  margin: 0 !important;
  font-family: 'Lato', sans-serif !important;
  font-size: 0.88rem !important;
  font-weight: 400 !important;
  font-style: normal !important;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.55) !important;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.04) 0%, rgba(196, 165, 116, 0.08) 100%);
  border: 1px solid rgba(196, 165, 116, 0.22);
  border-radius: 20px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  text-align: center;
}

.footer-credit-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6px 8px;
}

.footer-credit-line-by {
  margin-top: 2px;
}

.footer-credit-text a {
  color: rgba(255, 255, 255, 0.88) !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  margin-bottom: 0 !important;
  transition: color 0.2s ease, text-shadow 0.2s ease;
}

.footer-credit-text a:hover {
  color: #e8d5b5 !important;
  text-shadow: 0 0 12px rgba(196, 165, 116, 0.35);
  opacity: 1;
}

.footer-credit-sep {
  color: rgba(255, 255, 255, 0.35) !important;
  font-weight: 400 !important;
}

.footer-credit-by {
  font-style: italic;
  color: rgba(255, 255, 255, 0.4) !important;
  font-size: 0.82rem !important;
}

.footer-credit-brand {
  font-family: 'Lato', sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.78rem !important;
  text-decoration: none !important;
  background: linear-gradient(90deg, #e8d5b5, #c4a574);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  transition: opacity 0.2s ease, filter 0.2s ease;
}

.footer-credit-brand:hover {
  opacity: 0.85;
  filter: brightness(1.15);
  -webkit-text-fill-color: transparent;
}

@media (max-width: 767px) {
  .footer-ornament-line {
    max-width: 60px;
  }

  .footer-logo {
    max-height: 56px;
  }

  .footer-tagline {
    font-size: 12px;
    letter-spacing: 2px;
    margin-bottom: 28px;
  }

  .footer-col {
    padding: 0 8px;
  }

  .footer-col-card {
    padding: 22px 16px 18px;
  }

  .footer-col-title {
    font-size: 13px !important;
  }

  .footer-row-divider {
    margin: 0 8px 24px;
  }

  .footer-credit-ornament {
    display: none;
  }

  .footer-credit-text {
    padding: 14px 20px;
    font-size: 0.82rem !important;
  }
}

/* Butonlar */
.ice_button,
.ice_button5 {
  font-weight: 700;
  letter-spacing: 1px;
}

/* ── Responsive ── */
@media (max-width: 767px) {
  .ice_section1 .nn_row {
    display: block;
  }

  .ice_section1 .nn_col {
    display: block !important;
    padding: 25px 15px;
  }

  .ice_section1 .inner_block1,
  .ice_section1 .inner_block1.text-right,
  .ice_section1 .inner_block1.text-left {
    text-align: center;
    margin: 0 auto;
    padding: 15px;
  }

  .ice_section1 .inner_block1 h1,
  .ice_section1 .inner_block1 h1 p {
    font-size: 24px;
  }

  .ice_section1 .inner_block1 h2,
  .ice_section1 .inner_block1 h2 p {
    font-size: 20px;
  }

  .banner_caption .banner_head,
  .banner_caption .banner_head p {
    font-size: 34px;
  }

  .learning_caption h1,
  .learning_caption h1 p {
    font-size: 38px;
  }

  .ice_flavour_section1 > .nn_container > .nn_col > h1,
  .ice_flavour_section1 > .nn_container > .nn_col > h1 p {
    font-size: 30px;
  }
}

@media (max-width: 480px) {
  .ice_section1 .inner_block1 h1,
  .ice_section1 .inner_block1 h1 p {
    font-size: 22px;
  }

  .ice_section1 .inner_block1 h2,
  .ice_section1 .inner_block1 h2 p {
    font-size: 18px;
  }

  .ice_section1 .inner_block1 .nn_editable p {
    font-size: 15px;
  }

  .ice_flavour_section1 .nn_editable p {
    font-size: 16px;
  }
}
