/* Imported from: ../../sub-components/_scope-guard.css */
/* SCOPE KORUYUCU — silme, sirasini degistirme.
 *
 * `ikas-component build`'in CSS scope'layicisinde bir hata var: bir
 * component'in styles.css'indeki EN USTTEKI @import'un ILK kuralini
 * scope'lamiyor (`.cc_<id>` oneki almiyor). Scope'suz kalan kural da
 * yayinlanan sayfada uygulanmiyor.
 *
 * Bu dosya her zaman ILK import edilir; asagidaki kural bilerek feda
 * edilir. Hicbir elemana denk gelmez, dolayisiyla kaybolmasi zararsiz.
 * Gercek stiller bundan SONRAKI import'larda gelir ve dogru scope'lanir.
 *
 * (Import'lari dosyanin sonuna almak da cozum degil — o zaman HICBIR
 * import'lu kural scope almiyor.)
 */
.cc_liCOqq6YcZ_LDCVhFz5eW .ath-scope-guard {
  display: contents;
}

/* End import: ../../sub-components/_scope-guard.css */
/* Imported from: ../../sub-components/SupportDelayNotice/styles.css */
/* WhatsApp butonlarının üstündeki destek gecikmesi notu.

   Okunmasını sağlayan şey uzunluk değil YAPI: üç satır, üçü de farklı
   ağırlıkta. Göz sırayla başlığa → duruma → eyleme düşüyor, hepsi bir
   bakışta bitiyor.

   Ton marka gül kurusu, kırmızı DEĞİL: "YENİLENİYORUZ" olumlu bir çerçeve
   ve bu not bir butonun üstünde duruyor — kırmızı olsaydı her WhatsApp
   butonu arızalı gibi görünürdü. Kargo duyurusundaki kırmızı, gerçekten
   sipariş beklentisini etkilediği için orada kaldı. */

.cc_liCOqq6YcZ_LDCVhFz5eW .support-delay {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin-bottom: 10px;
  padding: 10px 12px;
  border-radius: 5px;
  background: color-mix(in srgb, var(--color-accent-light, #f7edf1) 78%, #ffffff);
  text-align: left;
}

.cc_liCOqq6YcZ_LDCVhFz5eW .support-delay__title {
  color: var(--color-accent, #9e4664);
  font-family: var(--font-label);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.14em;
  line-height: 1;
}

.cc_liCOqq6YcZ_LDCVhFz5eW .support-delay__body {
  color: var(--color-accent-dark, #7c3a50);
  font-family: var(--font-body);
  font-size: var(--text-small);
  font-weight: 600;
  line-height: 1.4;
}

/* Eylem satırı: en çok işe yarayan cümle bu, ama gözü yormasın diye
   gövdeden bir tık küçük ve normal ağırlıkta. */
.cc_liCOqq6YcZ_LDCVhFz5eW .support-delay__action {
  color: color-mix(in srgb, var(--color-accent-dark, #7c3a50) 82%, transparent);
  font-family: var(--font-body);
  font-size: var(--text-label);
  line-height: 1.45;
  text-wrap: pretty;
}

/* Dar alanlar: beden sihirbazı, modal içi, footer sütunu. */
.cc_liCOqq6YcZ_LDCVhFz5eW .support-delay--compact {
  gap: 2px;
  padding: 8px 10px;
}

.cc_liCOqq6YcZ_LDCVhFz5eW .support-delay--compact .support-delay__body {
  font-size: var(--text-label);
}

.cc_liCOqq6YcZ_LDCVhFz5eW .support-delay--compact .support-delay__action {
  font-size: 10px;
}

/* Koyu zeminli bölümlerde (footer, iade sayfası kapanışı) okunur kalsın. */
.cc_liCOqq6YcZ_LDCVhFz5eW .support-delay--on-dark {
  background: rgba(255, 255, 255, 0.1);
}

.cc_liCOqq6YcZ_LDCVhFz5eW .support-delay--on-dark .support-delay__title {
  color: #ffffff;
  opacity: 0.85;
}

.cc_liCOqq6YcZ_LDCVhFz5eW .support-delay--on-dark .support-delay__body {
  color: #ffffff;
}

.cc_liCOqq6YcZ_LDCVhFz5eW .support-delay--on-dark .support-delay__action {
  color: rgba(255, 255, 255, 0.82);
}

/* End import: ../../sub-components/SupportDelayNotice/styles.css */
/* Imported from: ../../sub-components/FooterBottomBar/styles.css */
.cc_liCOqq6YcZ_LDCVhFz5eW .footer-bottom__inner {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) auto minmax(180px, 1fr);
  align-items: center;
  gap: 24px;
}

.cc_liCOqq6YcZ_LDCVhFz5eW .footer-bottom__copyright {
  margin: 0;
  color: var(--footer-soft, #888);
  font-family: var(--font-body, Arial, sans-serif);
  font-size: 10px;
  line-height: 1.5;
  text-wrap: pretty;
}

.cc_liCOqq6YcZ_LDCVhFz5eW .footer-bottom__legal {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.cc_liCOqq6YcZ_LDCVhFz5eW .footer-bottom__legal-link {
  color: var(--footer-soft, #888);
  font-family: var(--font-body, Arial, sans-serif);
  font-size: 10px;
  line-height: 1.4;
  text-decoration: none;
}

.cc_liCOqq6YcZ_LDCVhFz5eW .footer-bottom__legal-link:hover {
  color: var(--footer-ink, #fff);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cc_liCOqq6YcZ_LDCVhFz5eW .footer-bottom__legal-link:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 4px;
}

.cc_liCOqq6YcZ_LDCVhFz5eW .footer-bottom__legal-sep {
  color: var(--footer-soft, #888);
  user-select: none;
}

.cc_liCOqq6YcZ_LDCVhFz5eW .footer-bottom__payments {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  margin: 0;
  padding: 0;
}

.cc_liCOqq6YcZ_LDCVhFz5eW .footer-bottom__pay {
  min-width: 38px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 3px 6px;
  border: 1px solid var(--footer-line, rgba(255, 255, 255, 0.12));
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.94);
  color: #171615;
}

.cc_liCOqq6YcZ_LDCVhFz5eW .footer-bottom__pay-svg {
  display: block;
  width: auto;
  height: 17px;
  max-width: 42px;
}

@media (max-width: 900px) {
  .cc_liCOqq6YcZ_LDCVhFz5eW .footer-bottom__inner {
    grid-template-columns: 1fr auto;
  }

  .cc_liCOqq6YcZ_LDCVhFz5eW .footer-bottom__legal {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: flex-start;
  }
}

@media (max-width: 600px) {
  .cc_liCOqq6YcZ_LDCVhFz5eW .footer-bottom__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
  }

  .cc_liCOqq6YcZ_LDCVhFz5eW .footer-bottom__copyright {
    text-align: center;
  }

  .cc_liCOqq6YcZ_LDCVhFz5eW .footer-bottom__legal, .cc_liCOqq6YcZ_LDCVhFz5eW .footer-bottom__payments {
    justify-content: center;
  }

  .cc_liCOqq6YcZ_LDCVhFz5eW .footer-bottom__payments {
    order: -1;
  }
}

/* End import: ../../sub-components/FooterBottomBar/styles.css */
/* Imported from: ../../sub-components/FooterContactBlock/styles.css */
.cc_liCOqq6YcZ_LDCVhFz5eW .footer-contact {
  min-width: 0;
}

.cc_liCOqq6YcZ_LDCVhFz5eW .footer-contact__title {
  margin: 0 0 18px;
  color: var(--footer-ink, #fff);
  font-family: var(--font-body, Arial, sans-serif);
  font-size: 12px;
  line-height: 1.3;
  font-weight: 650;
  text-wrap: balance;
}

.cc_liCOqq6YcZ_LDCVhFz5eW .footer-contact__intro {
  max-width: 190px;
  margin: -5px 0 12px;
  color: var(--footer-muted, #aaa);
  font-size: 11px;
  line-height: 1.55;
  text-wrap: pretty;
}

.cc_liCOqq6YcZ_LDCVhFz5eW .footer-contact__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 13px;
  margin: 0;
  padding: 0;
}

.cc_liCOqq6YcZ_LDCVhFz5eW .footer-contact__row {
  min-width: 0;
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: var(--footer-muted, #aaa);
  font-size: 12px;
  line-height: 1.55;
}

.cc_liCOqq6YcZ_LDCVhFz5eW .footer-contact__icon {
  flex: 0 0 auto;
  margin-top: 2px;
  color: var(--footer-accent, #c98595);
  font-size: 15px;
}

.cc_liCOqq6YcZ_LDCVhFz5eW .footer-contact__text, .cc_liCOqq6YcZ_LDCVhFz5eW .footer-contact__link {
  min-width: 0;
  overflow-wrap: anywhere;
  text-wrap: pretty;
}

.cc_liCOqq6YcZ_LDCVhFz5eW .footer-contact__link {
  color: var(--footer-muted, #aaa);
  text-decoration: none;
}

.cc_liCOqq6YcZ_LDCVhFz5eW .footer-contact__link:hover {
  color: var(--footer-ink, #fff);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.cc_liCOqq6YcZ_LDCVhFz5eW .footer-contact__link:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 4px;
}

@media (max-width: 767px) {
  .cc_liCOqq6YcZ_LDCVhFz5eW .footer-contact__intro {
    margin-left: auto;
    margin-right: auto;
  }

  .cc_liCOqq6YcZ_LDCVhFz5eW .footer-contact__row {
    justify-content: center;
  }
}

/* End import: ../../sub-components/FooterContactBlock/styles.css */
/* Imported from: ../../sub-components/FooterSitemapColumn/styles.css */
.cc_liCOqq6YcZ_LDCVhFz5eW .footer-column {
  min-width: 0;
}

.cc_liCOqq6YcZ_LDCVhFz5eW .footer-column__heading {
  margin: 0;
  font: inherit;
}

.cc_liCOqq6YcZ_LDCVhFz5eW .footer-column__toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 0 18px;
  border: 0;
  background: transparent;
  color: var(--footer-ink, #fff);
  text-align: left;
  cursor: default;
}

.cc_liCOqq6YcZ_LDCVhFz5eW .footer-column__title {
  color: inherit;
  font-family: var(--font-body, Arial, sans-serif);
  font-size: 12px;
  line-height: 1.3;
  font-weight: 650;
  text-wrap: balance;
}

.cc_liCOqq6YcZ_LDCVhFz5eW .footer-column__chevron {
  display: none;
  flex: 0 0 auto;
  color: var(--footer-muted, #aaa);
  font-size: 16px;
}

.cc_liCOqq6YcZ_LDCVhFz5eW .footer-column__panel {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
  padding: 0;
}

.cc_liCOqq6YcZ_LDCVhFz5eW .footer-column__item {
  min-width: 0;
}

.cc_liCOqq6YcZ_LDCVhFz5eW .footer-column__link {
  color: var(--footer-muted, #aaa);
  font-family: var(--font-body, Arial, sans-serif);
  font-size: 12px;
  line-height: 1.45;
  text-decoration: none;
  text-wrap: pretty;
}

.cc_liCOqq6YcZ_LDCVhFz5eW .footer-column__link:hover {
  color: var(--footer-ink, #fff);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.cc_liCOqq6YcZ_LDCVhFz5eW .footer-column__link:focus-visible, .cc_liCOqq6YcZ_LDCVhFz5eW .footer-column__toggle:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 4px;
}

@media (max-width: 767px) {
  .cc_liCOqq6YcZ_LDCVhFz5eW .footer-column {
    border-bottom: 1px solid var(--footer-line, rgba(255, 255, 255, 0.12));
  }

  .cc_liCOqq6YcZ_LDCVhFz5eW .footer-column__toggle {
    min-height: 58px;
    padding: 17px 0;
    justify-content: center;
    text-align: center;
    cursor: pointer;
  }

  .cc_liCOqq6YcZ_LDCVhFz5eW .footer-column__title {
    font-size: 13px;
  }

  .cc_liCOqq6YcZ_LDCVhFz5eW .footer-column__chevron {
    display: block;
  }

  .cc_liCOqq6YcZ_LDCVhFz5eW .footer-column[data-open="true"] .footer-column__chevron {
    transform: rotate(180deg);
  }

  .cc_liCOqq6YcZ_LDCVhFz5eW .footer-column__panel {
    display: none;
    align-items: center;
    text-align: center;
    gap: 13px;
    padding: 0 0 21px;
  }

  .cc_liCOqq6YcZ_LDCVhFz5eW .footer-column[data-open="true"] .footer-column__panel {
    display: flex;
  }

  .cc_liCOqq6YcZ_LDCVhFz5eW .footer-column__link {
    font-size: 12px;
  }
}

/* End import: ../../sub-components/FooterSitemapColumn/styles.css */

.cc_liCOqq6YcZ_LDCVhFz5eW .footer-section {
  --footer-ink: #f8f5f2;
  --footer-muted: #b9b2ac;
  --footer-soft: #8d8782;
  --footer-line: rgba(255, 255, 255, 0.12);
  --footer-panel: rgba(255, 255, 255, 0.055);
  --footer-accent: #c98595;
  width: 100%;
  overflow: hidden;
  background: #171615;
  color: var(--footer-ink);
  font-family: var(--font-body, Arial, sans-serif);
}

.cc_liCOqq6YcZ_LDCVhFz5eW .footer-section *, .cc_liCOqq6YcZ_LDCVhFz5eW .footer-section *::before, .cc_liCOqq6YcZ_LDCVhFz5eW .footer-section *::after {
  box-sizing: border-box;
}

.cc_liCOqq6YcZ_LDCVhFz5eW .footer-section__container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding-inline: clamp(20px, 4.2vw, 68px);
}

/* Güven şeridi */

.cc_liCOqq6YcZ_LDCVhFz5eW .footer-section__trust {
  background: #f3e7e9;
  color: #1a1817;
}

.cc_liCOqq6YcZ_LDCVhFz5eW .footer-section__trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.cc_liCOqq6YcZ_LDCVhFz5eW .footer-section__trust-item {
  min-width: 0;
  min-height: 118px;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 24px clamp(16px, 2.3vw, 34px);
  border-right: 1px solid rgba(27, 24, 23, 0.12);
}

.cc_liCOqq6YcZ_LDCVhFz5eW .footer-section__trust-item:first-child {
  padding-left: 0;
}

.cc_liCOqq6YcZ_LDCVhFz5eW .footer-section__trust-item:last-child {
  padding-right: 0;
  border-right: 0;
}

.cc_liCOqq6YcZ_LDCVhFz5eW .footer-section__trust-icon {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(27, 24, 23, 0.14);
  border-radius: 50%;
  color: #9d5367;
  font-size: 19px;
}

.cc_liCOqq6YcZ_LDCVhFz5eW .footer-section__trust-item > div {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.cc_liCOqq6YcZ_LDCVhFz5eW .footer-section__trust-item strong {
  font-size: 13px;
  line-height: 1.25;
  font-weight: 650;
  text-wrap: balance;
}

.cc_liCOqq6YcZ_LDCVhFz5eW .footer-section__trust-item span:not(.footer-section__trust-icon) {
  color: #6c6561;
  font-size: 11px;
  line-height: 1.45;
  text-wrap: pretty;
}

/* Ana alan */

.cc_liCOqq6YcZ_LDCVhFz5eW .footer-section__main {
  padding-block: clamp(28px, 4.4vw, 68px) clamp(30px, 4vw, 58px);
}

.cc_liCOqq6YcZ_LDCVhFz5eW .footer-section__support {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 32px;
  padding: clamp(26px, 3.2vw, 46px);
  margin-bottom: clamp(44px, 6vw, 82px);
  border: 1px solid var(--footer-line);
  border-radius: 26px;
  background: var(--footer-panel);
}

.cc_liCOqq6YcZ_LDCVhFz5eW .footer-section__support-copy {
  max-width: 780px;
}

.cc_liCOqq6YcZ_LDCVhFz5eW .footer-section__support-eyebrow {
  display: block;
  margin-bottom: 13px;
  color: var(--footer-accent);
  font-size: 11px;
  line-height: 1.3;
  font-weight: 650;
  text-transform: uppercase;
}

.cc_liCOqq6YcZ_LDCVhFz5eW .footer-section__support h2 {
  margin: 0;
  color: var(--footer-ink);
  font-family: var(--font-display, var(--font-body, Arial, sans-serif));
  font-size: clamp(38px, 4.7vw, 70px);
  font-weight: 300;
  line-height: 0.98;
  text-wrap: balance;
}

.cc_liCOqq6YcZ_LDCVhFz5eW .footer-section__support p {
  max-width: 640px;
  margin: 18px 0 0;
  color: var(--footer-muted);
  font-size: 14px;
  line-height: 1.65;
  text-wrap: pretty;
}

.cc_liCOqq6YcZ_LDCVhFz5eW .footer-section__order-tracking {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  width: fit-content;
  margin-top: 16px;
  color: var(--footer-muted);
  font-size: 11px;
  line-height: 1.4;
  text-decoration: none;
  transition: color 180ms ease;
}

.cc_liCOqq6YcZ_LDCVhFz5eW .footer-section__order-tracking strong {
  color: var(--footer-ink);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.cc_liCOqq6YcZ_LDCVhFz5eW .footer-section__order-tracking:hover, .cc_liCOqq6YcZ_LDCVhFz5eW .footer-section__order-tracking:focus-visible {
  color: var(--footer-ink);
  outline: none;
}

.cc_liCOqq6YcZ_LDCVhFz5eW .footer-section__support-action {
  min-width: 226px;
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 9px 10px 9px 20px;
  border: 1px solid var(--footer-ink);
  border-radius: 999px;
  background: var(--footer-ink);
  color: #171615;
  font-size: 12px;
  font-weight: 650;
  text-decoration: none;
}

.cc_liCOqq6YcZ_LDCVhFz5eW .footer-section__support-action > .ath-icon {
  font-size: 18px;
}

.cc_liCOqq6YcZ_LDCVhFz5eW .footer-section__support-arrow {
  width: 40px;
  height: 40px;
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #2d2a28;
  color: #fff;
  font-size: 16px;
}

.cc_liCOqq6YcZ_LDCVhFz5eW .footer-section__support-action:hover {
  background: #eadadd;
  border-color: #eadadd;
}

.cc_liCOqq6YcZ_LDCVhFz5eW .footer-section__support-action:focus-visible, .cc_liCOqq6YcZ_LDCVhFz5eW .footer-section__social-link:focus-visible, .cc_liCOqq6YcZ_LDCVhFz5eW .footer-section__registry a:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 4px;
}

.cc_liCOqq6YcZ_LDCVhFz5eW .footer-section__grid {
  display: grid;
  grid-template-columns: minmax(260px, 1.4fr) minmax(420px, 2fr) minmax(170px, 0.75fr);
  gap: clamp(34px, 5vw, 76px);
  align-items: start;
}

/* Marka */

.cc_liCOqq6YcZ_LDCVhFz5eW .footer-section__brand {
  min-width: 0;
}

.cc_liCOqq6YcZ_LDCVhFz5eW .footer-section__logo-img {
  display: block;
  width: auto;
  max-width: 220px;
  max-height: 74px;
  object-fit: contain;
  object-position: left center;
}

.cc_liCOqq6YcZ_LDCVhFz5eW .footer-section__logo-text {
  display: block;
  color: var(--footer-ink);
  font-family: var(--font-display, var(--font-body, Arial, sans-serif));
  font-size: clamp(32px, 3.5vw, 52px);
  font-weight: 400;
  line-height: 0.95;
  text-wrap: balance;
}

.cc_liCOqq6YcZ_LDCVhFz5eW .footer-section__tagline {
  max-width: 330px;
  margin: 22px 0 0;
  color: var(--footer-muted);
  font-size: 13px;
  line-height: 1.7;
  text-wrap: pretty;
}

.cc_liCOqq6YcZ_LDCVhFz5eW .footer-section__socials {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 28px 0 0;
  padding: 0;
}

.cc_liCOqq6YcZ_LDCVhFz5eW .footer-section__social-link {
  width: 39px;
  height: 39px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--footer-line);
  border-radius: 50%;
  color: var(--footer-muted);
  font-size: 17px;
  text-decoration: none;
}

.cc_liCOqq6YcZ_LDCVhFz5eW .footer-section__social-link:hover {
  border-color: rgba(255, 255, 255, 0.38);
  color: var(--footer-ink);
}

/* Menüler ve iletişim */

.cc_liCOqq6YcZ_LDCVhFz5eW .footer-section__columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(24px, 3.5vw, 54px);
}

.cc_liCOqq6YcZ_LDCVhFz5eW .footer-section__contact {
  min-width: 0;
}

.cc_liCOqq6YcZ_LDCVhFz5eW .footer-section__registry {
  display: flex;
  justify-content: flex-end;
  margin-top: 42px;
  padding-top: 24px;
  border-top: 1px solid var(--footer-line);
}

.cc_liCOqq6YcZ_LDCVhFz5eW .footer-section__registry a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--footer-muted);
  text-decoration: none;
}

.cc_liCOqq6YcZ_LDCVhFz5eW .footer-section__registry-qr {
  display: block;
  width: 96px;
  height: auto;
  flex: 0 0 96px;
  border: 5px solid #fff;
  border-radius: 8px;
  background: #fff;
}

.cc_liCOqq6YcZ_LDCVhFz5eW .footer-section__registry-icon {
  flex: 0 0 auto;
  font-size: 21px;
  color: var(--footer-accent);
}

.cc_liCOqq6YcZ_LDCVhFz5eW .footer-section__registry-copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.cc_liCOqq6YcZ_LDCVhFz5eW .footer-section__registry-arrow {
  color: var(--footer-muted);
}

.cc_liCOqq6YcZ_LDCVhFz5eW .footer-section__registry strong {
  color: var(--footer-ink);
  font-size: 11px;
  font-weight: 600;
}

.cc_liCOqq6YcZ_LDCVhFz5eW .footer-section__registry small {
  color: var(--footer-soft);
  font-size: 10px;
}

.cc_liCOqq6YcZ_LDCVhFz5eW .footer-section__registry a:hover strong {
  color: #eadadd;
}

/* Alt çubuk */

.cc_liCOqq6YcZ_LDCVhFz5eW .footer-section__bottom {
  padding-block: 22px;
  border-top: 1px solid var(--footer-line);
  background: #100f0f;
}

@media (max-width: 1100px) {
  .cc_liCOqq6YcZ_LDCVhFz5eW .footer-section__trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cc_liCOqq6YcZ_LDCVhFz5eW .footer-section__trust-item:nth-child(2) {
    border-right: 0;
  }

  .cc_liCOqq6YcZ_LDCVhFz5eW .footer-section__trust-item:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(27, 24, 23, 0.12);
  }

  .cc_liCOqq6YcZ_LDCVhFz5eW .footer-section__trust-item:first-child, .cc_liCOqq6YcZ_LDCVhFz5eW .footer-section__trust-item:last-child {
    padding-inline: clamp(16px, 2.3vw, 34px);
  }

  .cc_liCOqq6YcZ_LDCVhFz5eW .footer-section__grid {
    grid-template-columns: minmax(240px, 0.85fr) minmax(0, 1.6fr);
  }

  .cc_liCOqq6YcZ_LDCVhFz5eW .footer-section__contact {
    grid-column: 1 / -1;
    padding-top: 30px;
    border-top: 1px solid var(--footer-line);
  }
}

@media (max-width: 767px) {
  .cc_liCOqq6YcZ_LDCVhFz5eW .footer-section__container {
    padding-inline: 18px;
  }

  .cc_liCOqq6YcZ_LDCVhFz5eW .footer-section__trust-grid {
    padding-inline: 0;
  }

  .cc_liCOqq6YcZ_LDCVhFz5eW .footer-section__trust-item {
    min-height: 122px;
    align-items: flex-start;
    flex-direction: column;
    gap: 11px;
    padding: 18px;
  }

  .cc_liCOqq6YcZ_LDCVhFz5eW .footer-section__trust-item:first-child, .cc_liCOqq6YcZ_LDCVhFz5eW .footer-section__trust-item:last-child {
    padding: 18px;
  }

  .cc_liCOqq6YcZ_LDCVhFz5eW .footer-section__trust-item:nth-child(odd) {
    border-right: 1px solid rgba(27, 24, 23, 0.12);
  }

  .cc_liCOqq6YcZ_LDCVhFz5eW .footer-section__trust-item:nth-child(even) {
    border-right: 0;
  }

  .cc_liCOqq6YcZ_LDCVhFz5eW .footer-section__trust-icon {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
    font-size: 16px;
  }

  .cc_liCOqq6YcZ_LDCVhFz5eW .footer-section__trust-item strong {
    font-size: 12px;
  }

  .cc_liCOqq6YcZ_LDCVhFz5eW .footer-section__trust-item span:not(.footer-section__trust-icon) {
    font-size: 10px;
  }

  .cc_liCOqq6YcZ_LDCVhFz5eW .footer-section__main {
    padding-top: 18px;
  }

  .cc_liCOqq6YcZ_LDCVhFz5eW .footer-section__support {
    grid-template-columns: 1fr;
    gap: 25px;
    margin-bottom: 48px;
    padding: 28px 22px 22px;
    border-radius: 22px;
  }

  .cc_liCOqq6YcZ_LDCVhFz5eW .footer-section__support h2 {
    font-size: clamp(39px, 14vw, 58px);
  }

  .cc_liCOqq6YcZ_LDCVhFz5eW .footer-section__support p {
    margin-top: 15px;
    font-size: 12px;
  }

  .cc_liCOqq6YcZ_LDCVhFz5eW .footer-section__support-action {
    width: 100%;
  }

  .cc_liCOqq6YcZ_LDCVhFz5eW .footer-section__grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .cc_liCOqq6YcZ_LDCVhFz5eW .footer-section__brand {
    text-align: center;
  }

  .cc_liCOqq6YcZ_LDCVhFz5eW .footer-section__logo-img {
    margin: 0 auto;
    object-position: center;
  }

  .cc_liCOqq6YcZ_LDCVhFz5eW .footer-section__tagline {
    margin-top: 18px;
    margin-left: auto;
    margin-right: auto;
  }

  .cc_liCOqq6YcZ_LDCVhFz5eW .footer-section__socials {
    justify-content: center;
    margin-top: 24px;
  }

  .cc_liCOqq6YcZ_LDCVhFz5eW .footer-section__columns {
    display: flex;
    flex-direction: column;
    gap: 0;
    border-top: 1px solid var(--footer-line);
  }

  .cc_liCOqq6YcZ_LDCVhFz5eW .footer-section__contact {
    grid-column: auto;
    padding-top: 0;
    border-top: 0;
    text-align: center;
  }

  .cc_liCOqq6YcZ_LDCVhFz5eW .footer-section__registry {
    justify-content: center;
    margin-top: 34px;
  }

  .cc_liCOqq6YcZ_LDCVhFz5eW .footer-section__registry a {
    align-items: center;
  }

  .cc_liCOqq6YcZ_LDCVhFz5eW .footer-section__registry-qr {
    width: 88px;
    flex-basis: 88px;
  }

  .cc_liCOqq6YcZ_LDCVhFz5eW .footer-section__bottom {
    padding-block: 25px calc(25px + env(safe-area-inset-bottom));
  }
}
