/* Eczane Depo — ortak stiller: reset, header, footer ve tum sayfalarin paylastigi bilesenler.
   Tokenlar: root.css - Sayfa stilleri: home.css / single_product.css / mobile-app.css */

/* RESET */

/* ---------- Reset / base ---------- */

.ed-home,
.ed-home *,
.ed-home *::before,
.ed-home *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.ed-home {
  font-family: var(--font_ui);
  font-size: var(--text_body_size);
  line-height: var(--text_body_line);
  color: var(--color_text);
  background: var(--color_bg);
}

.ed-home ul {
  list-style: none;
}

.ed-home a {
  color: inherit;
  text-decoration: none;
}

.ed-home input {
  font: inherit;
}

.ed-home :focus-visible {
  outline: 2px solid var(--color_gold);
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {

  .ed-home,
    .ed-home *,
    .ed-home *::before,
    .ed-home *::after {
      animation-duration: 0.01ms !important;
      animation-iteration-count: 1 !important;
      transition-duration: 0.01ms !important;
    }

}

/* RESET */


/* HEADER */

.site_header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(248, 245, 242, 0.85);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(17, 17, 17, 0.08);
}

/* ---------- Ust siyah serit ---------- */

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space_6);
  height: 36px;
  padding-inline: var(--space_7);
  background: #000;
}

.topbar p {
  font-size: 11px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.8);
  white-space: nowrap;
}

.topbar_links {
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ---------- Logo + arama + ikonlar ---------- */

.masthead {
  display: flex;
  align-items: center;
  gap: var(--space_6);
  max-width: 1440px;
  margin-inline: auto;
  width: 100%;
  padding: var(--space_5) var(--space_7);
}

.logo {
  position: relative;
  flex-shrink: 0;
  width: 96px;
  height: 68px;
}

.logo_mark {
  position: absolute;
  top: 0;
  left: 20px;
  width: 66px;
  height: 43px;
}

.logo_text {
  position: absolute;
  top: 48px;
  left: 0;
  width: 96px;
  height: 10px;
}

.logo_premium {
  position: absolute;
  top: 64px;
  left: 0;
  width: 96px;
  height: 4px;
}

.search {
  position: relative;
  flex: 1;
  max-width: 541px;
  margin-inline: auto;
}

.search_icon {
  position: absolute;
  top: 50%;
  left: 19px;
  width: 16px;
  height: 16px;
  translate: 0 -50%;
  pointer-events: none;
}

.search_input {
  width: 100%;
  height: 48px;
  padding-left: 49px;
  padding-right: 21px;
  font-family: var(--font_ui);
  font-size: 14px;
  color: var(--color_text);
  background: var(--color_white);
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: var(--radius_pill);
}

.search_input::placeholder {
  color: #8a857d;
}

.masthead_actions {
  display: flex;
  align-items: center;
  gap: 21px;
  flex-shrink: 0;
}

.icon_btn {
  position: relative;
  display: flex;
  align-items: center;
  padding: 2px;
}

.icon_btn_badge {
  position: absolute;
  top: -6px;
  right: -6px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  font-family: var(--font_ui);
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  color: var(--color_white);
  background: var(--color_gold_page);
  border-radius: var(--radius_pill);
}

/* ---------- Kategori navigasyonu ---------- */

.main_nav {
  display: flex;
  justify-content: center;
  padding-inline: var(--space_7);
}

.main_nav_list {
  display: flex;
  align-items: center;
  gap: 66px;
  padding-top: 17px;
  padding-bottom: 16px;
  border-top: 1px solid rgba(17, 17, 17, 0.08);
}

.main_nav_list a {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.35px;
  color: rgba(17, 17, 17, 0.75);
  white-space: nowrap;
}

.main_nav_list a:hover {
  color: var(--color_charcoal);
}

/* ---------- Premium markalar seridi ---------- */

.brandbar {
  display: flex;
  justify-content: center;
  background: var(--color_white);
  border-top: 1px solid rgba(169, 138, 71, 0.25);
}

.brandbar_inner {
  display: flex;
  align-items: center;
  gap: var(--space_6);
  width: min(100%, 1161px);
  height: 40px;
  padding: var(--space_3) var(--space_7);
  overflow: hidden;
}

.brandbar_label {
  display: flex;
  align-items: center;
  gap: var(--space_2);
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 3.36px;
  text-transform: uppercase;
  color: var(--color_gold_page);
  white-space: nowrap;
}

.brandbar_dot {
  width: 6px;
  height: 6px;
  background: var(--color_gold_page);
  border-radius: var(--radius_pill);
}

.brandbar_divider {
  width: 1px;
  height: 16px;
  background: rgba(169, 138, 71, 0.3);
  flex-shrink: 0;
}

.brandbar_list {
  display: flex;
  align-items: center;
  gap: var(--space_6);
}

.brandbar_list li {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1.68px;
  color: rgba(17, 17, 17, 0.65);
  white-space: nowrap;
}

/* ---------- Mobil-ozel header ogeleri (Figma 1:2921) — desktop'ta gizli ---------- */

.topbar_mobile,
.hamburger,
.main_nav_contact {
  display: none;
}

.logo_footer {
  display: block;
}

@media (max-width: 1024px) {

  .topbar {
      gap: var(--space_3);
    }

  .main_nav_list {
      gap: var(--space_5);
      flex-wrap: wrap;
      justify-content: center;
    }

}

@media (max-width: 767px) {

  .topbar {
      height: 34px;
      padding-inline: 20px; /* Figma px-20; spacing token karsiligi yok */
    }

  .topbar_links,
    .topbar_contact {
      display: none;
    }

  .topbar_mobile {
      display: block;
      overflow: hidden;
      font-size: 10px;
      line-height: 14px;
      letter-spacing: 0.4px; /* 1px'te metin 390px'e sigmayip kirpiliyordu */
      color: rgba(255, 255, 255, 0.8);
      white-space: nowrap;
      text-overflow: ellipsis;
    }

  .masthead {
      height: 44px;
      gap: var(--space_4);
      padding: 0 20px;
    }

  .search {
      display: none;
    }

  /* Kucuk logo 51x36 (1:2945) — header'da yalnizca amblem gorunur
       (footer logosu 96x68 tam haliyle kalir, 1:3477) */

  .masthead .logo {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 51px;
      height: 36px;
    }

  .masthead .logo_mark {
      position: static;
      width: 47px;
      height: 31px;
    }

  .masthead .logo_text,
    .masthead .logo_premium {
      display: none;
    }

  .masthead_actions {
      gap: var(--space_4);
      margin-left: auto;
    }

  .icon_btn {
      padding: 0;
    }

  .icon_btn_badge {
      top: -8px;
      right: -8px;
    }

  /* Hamburger (1:2941): 20x20 buton, uc adet 20x2 cubuk */

  .hamburger {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: var(--space_1);
      width: 20px;
      height: 20px;
      padding: 0;
    }

  .hamburger_bar {
      width: 20px;
      height: 2px;
      background: var(--color_charcoal);
      border-radius: 1px;
    }

  .main_nav {
      display: none;
      position: absolute;
      inset: 100% 0 auto 0;
      padding: 0;
      background: var(--color_cream_1);
      border-bottom: 1px solid rgba(17, 17, 17, 0.08);
      box-shadow: 0 16px 32px rgba(17, 17, 17, 0.1);
    }

  .main_nav.is_open {
      display: block;
    }

  .main_nav_list {
      flex-direction: column;
      align-items: stretch;
      gap: 0;
      padding: var(--space_2) 0;
      border-top: 0;
    }

  .main_nav_list a {
      display: block;
      padding: 13px 20px;
      border-bottom: 1px solid rgba(17, 17, 17, 0.06);
    }

  .main_nav_list li:last-child a {
      border-bottom: 0;
    }

  .main_nav_contact {
      display: block;
      padding: 13px 20px;
      font-size: 12px;
      line-height: 16px;
      color: var(--color_text_muted);
      border-top: 1px solid rgba(17, 17, 17, 0.08);
    }

  .brandbar {
      display: none;
    }

}

/* HEADER */


/* SECTION PATTERNS */

.eyebrow {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 3.36px;
  text-transform: uppercase;
  color: var(--color_gold_page);
}

.section_title {
  padding-top: var(--space_3);
  font-family: var(--font_display);
  font-size: 41.6px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.416px;
  color: var(--color_charcoal);
}

.section_sub {
  padding-top: var(--space_4);
  font-size: 14px;
  line-height: 22.75px;
  color: #8a857d;
}

.section_header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: var(--space_6);
}

.gold_link {
  display: inline-flex;
  align-items: center;
  gap: var(--space_2);
  flex-shrink: 0;
}

.gold_link span {
  padding-bottom: 3px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.35px;
  color: var(--color_charcoal);
  border-bottom: 1px solid rgba(169, 138, 71, 0.4);
}

.gold_link:hover span {
  border-bottom-color: var(--color_gold_page);
}

.section_title_lg {
  font-size: 48px;
  line-height: 48px;
  letter-spacing: -0.48px;
}

.gold_link_lg span {
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0.42px;
  padding-bottom: 4px;
}

.eyebrow_muted {
  color: #8a857d;
}

.section_title_center {
  text-align: center;
  line-height: 52px;
}

@media (max-width: 767px) {

  .eyebrow {
      font-size: 11px;
    }

  .section_title {
      padding-top: var(--space_3);
      font-size: 28px;
      line-height: 1.1;
      letter-spacing: -0.28px;
    }

  .section_title_lg {
      font-size: 28px;
      line-height: 1.1;
      letter-spacing: -0.28px;
    }

  .section_sub {
      padding-top: var(--space_3);
      font-size: 14px;
      line-height: 22px;
    }

  .section_header {
      flex-direction: column;
      align-items: flex-start;
      gap: 0;
    }

  .gold_link {
      margin-top: 20px;
    }

  /* Figma mobil linklerde alt cizgi yok (1:2963, 1:3033, 1:3199) */

  .gold_link span,
    .gold_link_lg span {
      font-size: 14px;
      line-height: 20px;
      letter-spacing: 0.35px;
      padding-bottom: 0;
      border-bottom: none;
    }

  .gold_link img {
      width: 14px;
      height: 14px;
    }

  .section_title_center {
      text-align: left;
      font-size: 32.4px;
      line-height: 40.5px;
      letter-spacing: -0.324px;
    }

}

/* SECTION PATTERNS */


/* CAROUSEL */

.carousel {
  position: relative;
  margin-top: 40px;
}

.carousel_track {
  display: flex;
  gap: var(--space_5);
  padding-bottom: var(--space_2);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.carousel_track::-webkit-scrollbar {
  display: none;
}

.carousel_arrow {
  position: absolute;
  top: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: var(--color_white);
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: var(--radius_pill);
  z-index: 2;
}

.carousel_arrow_prev { left: -70px; }

.carousel_arrow_next { right: -70px; }

.carousel_arrow:hover {
  border-color: var(--color_gold_page);
}

@media (max-width: 1024px) {

  .carousel_arrow_prev { left: -12px; }

  .carousel_arrow_next { right: -12px; }

}

@media (max-width: 767px) {

  /* Karusel oklari mobil tasarimda yok */

  .carousel_arrow {
      display: none;
    }

}

/* CAROUSEL */


/* PRODUCT CARD */

/* ---------- Urun karti (tum sayfalarda ortak) ---------- */

.product_card {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  width: 248px;
  scroll-snap-align: start;
  background: var(--color_white);
  border: 1px solid rgba(17, 17, 17, 0.08);
}

.product_card_media {
  position: relative;
  height: 397.5px;
  background: #f3f3f3;
  overflow: hidden;
}

.product_card_img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 10px;
  background: #fff;
}

.product_card_badge {
  position: absolute;
  top: var(--space_4);
  left: var(--space_4);
  padding: 5px 13px;
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: var(--color_gold_page);
  background: rgba(248, 245, 242, 0.9);
  border: 1px solid rgba(169, 138, 71, 0.4);
  border-radius: var(--radius_pill);
}

.product_card_fav {
  position: absolute;
  top: var(--space_4);
  right: var(--space_3);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: var(--radius_pill);
}

.product_card_body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 20px;
}

.product_card_brand {
  font-size: 11px;
  line-height: 16.5px;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  color: var(--color_gold_page);
}

.product_card_title {
  padding-top: var(--space_2);
  font-family: var(--font_display);
  font-size: 14px;
  font-weight: 400;
  line-height: 19.25px;
  letter-spacing: -0.14px;
  color: var(--color_charcoal);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product_card_rating {
  display: flex;
  align-items: center;
  gap: 6px;
  padding-top: var(--space_3);
}

.stars {
  display: flex;
  gap: 2px;
}

.product_card_score {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.3px;
  color: rgba(17, 17, 17, 0.7);
}

.product_card_count {
  font-size: 12px;
  line-height: 16px;
  color: #8a857d;
}

.product_card_cta_label {
  padding-top: 20px;
  font-size: 11px;
  line-height: 16.5px;
  letter-spacing: 1.76px;
  text-transform: uppercase;
  color: #8a857d;
}

.wa_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space_2);
  margin-top: var(--space_2);
  padding-block: var(--space_3);
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.35px;
  color: var(--color_white);
  background: var(--color_whatsapp_btn);
  border-radius: var(--radius_pill);
}

.wa_btn_outline {
  color: var(--color_gold_page);
  background: var(--color_cream_page);
  border: 1px solid var(--color_gold_page);
  padding-block: 12px;
}

/* ---------- Urun karti: e-ticaret varyanti ---------- */

.product_card_media_short {
  height: 372.5px;
}

.product_card_rating_sm .product_card_score,
.product_card_rating_sm .product_card_count {
  font-size: 10.4px;
  line-height: 13.9px;
}

.product_card_price {
  padding-top: 10px;
  font-size: 10.4px;
  line-height: 13.9px;
  color: #8a857d;
}

.discount_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space_2);
  margin-top: 10px;
  padding: 8.7px 10.4px;
  border: 1px solid var(--color_commerce);
  border-radius: var(--radius_pill);
  white-space: nowrap;
}

.discount_box_empty {
  visibility: hidden;
}

.discount_box span {
  font-size: 10.4px;
  line-height: 13.9px;
  color: rgba(17, 17, 17, 0.7);
}

.discount_box strong {
  font-size: 12.1px;
  font-weight: 700;
  line-height: 17.3px;
  color: var(--color_commerce);
}

.cart_row {
  display: flex;
  align-items: center;
  gap: 10.4px;
  margin-top: 10px;
}

.cart_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  flex: 1;
  height: 38px;
  font-size: 12.1px;
  font-weight: 700;
  line-height: 17.3px;
  color: var(--color_white);
  background: var(--color_commerce);
  border-radius: var(--radius_pill);
}

.cart_btn:hover {
  background: #0da271;
}

.product_card_media_std {
  height: 347.5px;
}

.product_card_badge_dark {
  color: var(--color_white);
  background: rgba(0, 0, 0, 0.9);
  border: 0;
  padding: 4px 12px;
}

.price_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space_2);
  padding-top: 20px;
}

.price_row_price {
  font-size: 16px;
  line-height: 24px;
  color: var(--color_charcoal);
}

.cart_btn_dark {
  display: flex;
  align-items: center;
  gap: var(--space_2);
  padding: 10px var(--space_4);
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.3px;
  color: var(--color_white);
  background: #000;
  border-radius: var(--radius_pill);
}

.cart_btn_dark:hover {
  background: var(--color_charcoal);
}

/* Mobil-ozel ek eleman (showcase kartlarindaki WhatsApp CTA, 1:3226) —
   desktop'ta gizli, <=767px showcase kurallari gorunur yapar. */

.product_card_mcta {
  display: none;
}

@media (max-width: 767px) {

  .product_card_media {
      height: 220px;
    }

  .product_card_body {
      padding: var(--space_3);
    }

  .product_card_brand {
      font-size: 10px;
      line-height: normal;
      letter-spacing: 1.8px;
    }

  .product_card_title {
      padding-top: var(--space_2);
      font-size: 13px;
      line-height: 18px;
      letter-spacing: 0;
    }

  .product_card_badge {
      top: var(--space_3);
      left: var(--space_3);
      padding: 4px 12px;
    }

  .product_card_fav {
      top: var(--space_3);
      right: var(--space_3);
      width: 32px;
      height: 32px;
    }

  .product_card_rating {
      padding-top: var(--space_2);
      gap: var(--space_1);
    }

  .stars {
      gap: 1px;
    }

  .product_card_rating .stars img {
      width: 10px;
      height: 10px;
    }

  .product_card_rating .product_card_score,
    .product_card_rating .product_card_count {
      font-size: 11px;
      line-height: normal;
      letter-spacing: 0;
    }

  .product_card_mcta .product_card_cta_label {
      padding-top: 0;
      font-size: 10px;
      line-height: normal;
      letter-spacing: 0;
    }

  .price_row {
      flex-direction: column;
      align-items: stretch;
      gap: var(--space_2);
      padding-top: var(--space_2);
    }

  .price_row_price {
      font-family: var(--font_body);
      font-size: 14px;
      font-weight: 600;
      line-height: normal;
    }

  .cart_btn_dark {
      justify-content: center;
      padding: var(--space_2) var(--space_3);
      font-size: 12px;
      font-weight: 600;
      letter-spacing: 0;
      background: var(--color_whatsapp_btn);
      border-radius: 20px;
    }

  .cart_btn_dark:hover {
      background: #0da271;
    }

  .cart_btn_dark img {
      display: none;
    }

}

/* PRODUCT CARD */


/* BUTTONS */

.btn_outline_gold {
  display: inline-flex;
  align-items: center;
  gap: var(--space_2);
  flex-shrink: 0;
  padding: 15px 29px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.35px;
  color: var(--color_gold_page);
  border: 1px solid var(--color_gold_page);
  border-radius: var(--radius_pill);
}

.btn_outline_gold:hover {
  background: rgba(169, 138, 71, 0.08);
}

@media (max-width: 767px) {

  .btn_outline_gold {
      padding: 12px 24px;
      font-size: 13px;
      font-weight: 600;
      border-radius: 20px;
    }

  .btn_outline_gold img {
      display: none;
    }

}

/* BUTTONS */


/* NEWSLETTER */

.newsletter {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 129px var(--space_7) 128px;
  text-align: center;
  background: var(--color_cream_page);
  border-top: 1px solid rgba(169, 138, 71, 0.5);
}

.newsletter_title {
  max-width: 672px;
  padding-top: var(--space_4);
  font-family: var(--font_display);
  font-size: 48px;
  font-weight: 400;
  line-height: 60px;
  letter-spacing: -0.48px;
  color: var(--color_charcoal);
}

.newsletter_sub {
  max-width: 512px;
  padding-top: 20px;
  font-size: 14px;
  line-height: 22.75px;
  color: #8a857d;
}

.newsletter_form {
  display: flex;
  gap: var(--space_3);
  width: min(100%, 448px);
  height: 50px;
  margin-top: 40px;
}

.newsletter_input {
  flex: 1;
  min-width: 0;
  padding-inline: 25px;
  font-family: var(--font_ui);
  font-size: 14px;
  color: var(--color_text);
  background: var(--color_white);
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: var(--radius_pill);
}

.newsletter_input::placeholder {
  color: #8a857d;
}

.newsletter_btn {
  padding-inline: var(--space_6);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.35px;
  color: var(--color_white);
  background: #000;
  border-radius: var(--radius_pill);
}

.newsletter_btn:hover {
  background: var(--color_charcoal);
}

@media (max-width: 767px) {

  .newsletter {
      padding: 80px 20px;
      border-top-color: rgba(169, 138, 71, 0.4);
    }

  .newsletter_title {
      padding-top: var(--space_5);
      font-size: 28px;
      line-height: 1.36;
      letter-spacing: 0;
    }

  .newsletter_sub {
      padding-top: var(--space_5);
      font-size: 14px;
      line-height: 1.45;
    }

  .newsletter_form {
      flex-direction: column;
      gap: var(--space_3);
      height: auto;
      margin-top: 36px;
    }

  .newsletter_input {
      height: 48px;
      padding-inline: 14px;
    }

  .newsletter_btn {
      height: 48px;
      font-weight: 600;
    }

}

/* NEWSLETTER */


/* FOOTER */

.footer {
  display: flex;
  justify-content: center;
  padding: 80px var(--space_7);
  background: #000;
}

.footer_container {
  width: min(100%, 1065px);
}

.footer_top {
  display: grid;
  grid-template-columns: 323px repeat(4, 1fr);
  gap: var(--space_7);
}

.footer_tagline {
  max-width: 320px;
  padding-top: var(--space_5);
  font-size: 14px;
  line-height: 22.75px;
  color: rgba(255, 255, 255, 0.55);
}

.footer_stores {
  display: flex;
  gap: var(--space_3);
  margin-top: var(--space_5);
}

.store_btn {
  display: flex;
  align-items: center;
  gap: var(--space_2);
  width: 120px;
  height: 40px;
  padding: 7px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid #000;
  border-radius: 6px;
}

.store_btn_text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  line-height: 1;
  color: #000;
}

.store_btn_small {
  font-size: 9px;
  text-transform: uppercase;
}

/* Figma'dan gelen Google Play yazi SVG'si dikeyde ters kaydedilmis */

.store_btn_text img {
  transform: scaleY(-1);
}

.store_btn_big {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.47px;
}

.footer_col h3 {
  font-family: var(--font_display);
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: var(--color_gold_page);
}

.footer_col ul {
  display: flex;
  flex-direction: column;
  gap: var(--space_3);
  padding-top: 20px;
}

.footer_col a {
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.6);
}

.footer_col a:hover {
  color: rgba(255, 255, 255, 0.9);
}

.footer_divider {
  height: 1px;
  margin-top: var(--space_7);
  background: rgba(169, 138, 71, 0.25);
  border: 0;
}

.footer_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space_6);
  padding-top: var(--space_7);
}

.footer_bottom p {
  font-size: 12px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.45);
}

.footer_payments {
  display: flex;
  align-items: center;
  gap: var(--space_5);
}

@media (max-width: 1024px) {

  .footer_top {
      grid-template-columns: 1fr 1fr;
      row-gap: var(--space_7);
    }

}

@media (max-width: 767px) {

  .footer {
      padding: 64px 20px 17px;
    }

  .footer_top {
      grid-template-columns: 1fr 1fr;
      column-gap: var(--space_5);
      row-gap: var(--space_6);
    }

  .footer_brand {
      grid-column: 1 / -1;
      margin-bottom: var(--space_4);
    }

  .footer_tagline {
      max-width: none;
      padding-top: var(--space_7);
      font-size: 13px;
      line-height: 22px;
    }

  /* Kolon basliklari mobilde Inter Semibold 14/2px (1:3508) */

  .footer_col h3 {
      font-family: var(--font_body);
      font-size: 14px;
      font-weight: 600;
      line-height: normal;
      letter-spacing: 2px;
    }

  .footer_col ul {
      gap: var(--space_4);
      padding-top: var(--space_4);
    }

  .footer_col a {
      font-size: 13px;
    }

  .footer_bottom {
      flex-direction: column;
      align-items: flex-start;
      gap: var(--space_3);
      padding-top: var(--space_5);
    }

  .footer_payments {
      order: -1;
    }

  .footer_bottom p {
      font-size: 11px;
      line-height: 16px;
    }

}

/* FOOTER */

