.cc_DqEsXy04t2_LDCVhFz5eW .footer-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #2E2218 !important;
  color: #fff;
  font-family: var(--font-body);
  --footer-text: #ffffff;
  --footer-text-muted: rgba(255, 255, 255, 0.6);
  --footer-text-subtle: rgba(255, 255, 255, 0.45);
  --footer-border: rgba(255, 255, 255, 0.1);
}

.cc_DqEsXy04t2_LDCVhFz5eW .footer-section__watermark {
  pointer-events: none;
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding-bottom: 16px;
  font-size: clamp(4.5rem, 16vw, 13rem);
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.05);
  white-space: nowrap;
  transform: translateY(18%);
}

.cc_DqEsXy04t2_LDCVhFz5eW .footer-section__container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 clamp(24px, 4vw, 48px);
}

.cc_DqEsXy04t2_LDCVhFz5eW .footer-section__main {
  position: relative;
  padding-top: 80px;
  padding-bottom: 56px;
}

.cc_DqEsXy04t2_LDCVhFz5eW .footer-section__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
}

.cc_DqEsXy04t2_LDCVhFz5eW .footer-section__brand {
  display: flex;
  flex-direction: column;
  gap: var(--space-sm);
}

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

.cc_DqEsXy04t2_LDCVhFz5eW .footer-section__logo-text {
  font-family: var(--font-display);
  font-size: clamp(24px, 4vw, 32px);
  font-weight: 600;
  line-height: 1;
  color: var(--footer-text);
  letter-spacing: 0.06em;
}

.cc_DqEsXy04t2_LDCVhFz5eW .footer-section__tagline {
  margin: 0;
  max-width: 360px;
  font-size: 15px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.65);
}

.cc_DqEsXy04t2_LDCVhFz5eW .footer-section__socials {
  list-style: none;
  margin: var(--space-sm) 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.cc_DqEsXy04t2_LDCVhFz5eW .footer-section__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  transition: background 200ms ease, color 200ms ease;
}

.cc_DqEsXy04t2_LDCVhFz5eW .footer-section__social-link svg {
  width: 20px;
  height: 20px;
}

.cc_DqEsXy04t2_LDCVhFz5eW .footer-section__social-link:hover {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
}

.cc_DqEsXy04t2_LDCVhFz5eW .footer-section__columns {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.cc_DqEsXy04t2_LDCVhFz5eW .footer-section__contact {
  padding-top: 0;
  border-top: 0;
}

.cc_DqEsXy04t2_LDCVhFz5eW .footer-section__newsletter-title {
  margin: 0;
  font-family: var(--font-body);
  font-size: 17px;
  font-weight: 500;
  color: var(--footer-text);
}

.cc_DqEsXy04t2_LDCVhFz5eW .footer-section__newsletter-form {
  margin-top: 24px;
}

.cc_DqEsXy04t2_LDCVhFz5eW .footer-section__newsletter-label {
  display: block;
}

.cc_DqEsXy04t2_LDCVhFz5eW .footer-section__sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.cc_DqEsXy04t2_LDCVhFz5eW .footer-section__newsletter-input {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  background: transparent;
  padding-bottom: 14px;
  font-family: var(--font-body);
  font-size: 15px;
  color: #fff;
  outline: none;
}

.cc_DqEsXy04t2_LDCVhFz5eW .footer-section__newsletter-input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.cc_DqEsXy04t2_LDCVhFz5eW .footer-section__newsletter-input:focus {
  border-bottom-color: rgba(255, 255, 255, 0.5);
}

.cc_DqEsXy04t2_LDCVhFz5eW .footer-section__newsletter-btn {
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
  border: 0;
  border-radius: 9999px;
  background: #9C8568;
  color: #fff;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 500;
  padding: 12px 10px 12px 28px;
  cursor: pointer;
  transition: background 200ms ease;
}

.cc_DqEsXy04t2_LDCVhFz5eW .footer-section__newsletter-btn:hover {
  background: #8a7459;
}

.cc_DqEsXy04t2_LDCVhFz5eW .footer-section__newsletter-btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 9999px;
  background: #fff;
  flex-shrink: 0;
}

.cc_DqEsXy04t2_LDCVhFz5eW .footer-section__newsletter-btn-icon svg {
  width: 16px;
  height: 16px;
}

.cc_DqEsXy04t2_LDCVhFz5eW .footer-section__trendyol {
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
  border-radius: 12px;
  background: #F27A1A;
  color: #fff;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 600;
  padding: 14px 24px;
  text-decoration: none;
  transition: background 200ms ease;
}

.cc_DqEsXy04t2_LDCVhFz5eW .footer-section__trendyol:hover {
  background: #e06f14;
}

.cc_DqEsXy04t2_LDCVhFz5eW .footer-section__trendyol-note {
  margin: 16px 0 0;
  font-size: 13px;
  line-height: 1.5;
  color: var(--footer-text-subtle);
}

.cc_DqEsXy04t2_LDCVhFz5eW .footer-section__agency {
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid var(--footer-border);
  display: flex;
  justify-content: center;
}

.cc_DqEsXy04t2_LDCVhFz5eW .footer-section__agency-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  opacity: 0.75;
  text-decoration: none;
  color: var(--footer-text-subtle);
  font-size: 13px;
  transition: opacity 200ms ease, color 200ms ease;
}

.cc_DqEsXy04t2_LDCVhFz5eW .footer-section__agency-link:hover {
  opacity: 1;
  color: rgba(255, 255, 255, 0.65);
}

.cc_DqEsXy04t2_LDCVhFz5eW .footer-section__agency-logo {
  height: 36px;
  width: auto;
  object-fit: contain;
}

.cc_DqEsXy04t2_LDCVhFz5eW .footer-section__bottom {
  position: relative;
  background-color: #241a12 !important;
  border-top: 1px solid var(--footer-border);
  padding-top: var(--space-md);
  padding-bottom: var(--space-md);
}

@media (min-width: 640px) {
  .cc_DqEsXy04t2_LDCVhFz5eW .footer-section__agency-logo { height: 44px; }
}

@media (min-width: 768px) {
  .cc_DqEsXy04t2_LDCVhFz5eW .footer-section__grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }

  .cc_DqEsXy04t2_LDCVhFz5eW .footer-section__brand {
    grid-column: 1 / -1;
  }

  .cc_DqEsXy04t2_LDCVhFz5eW .footer-section__columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
  }

  .cc_DqEsXy04t2_LDCVhFz5eW .footer-section__newsletter {
    grid-column: 1 / -1;
  }
}

@media (min-width: 1024px) {
  .cc_DqEsXy04t2_LDCVhFz5eW .footer-section__main {
    padding-top: 112px;
    padding-bottom: 80px;
  }

  .cc_DqEsXy04t2_LDCVhFz5eW .footer-section__grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 40px 40px;
  }

  .cc_DqEsXy04t2_LDCVhFz5eW .footer-section__brand {
    grid-column: span 3;
  }

  .cc_DqEsXy04t2_LDCVhFz5eW .footer-section__columns {
    display: contents;
  }

  .cc_DqEsXy04t2_LDCVhFz5eW .footer-section__contact {
    grid-column: span 2;
  }

  .cc_DqEsXy04t2_LDCVhFz5eW .footer-section__newsletter {
    grid-column: span 3;
  }

  .cc_DqEsXy04t2_LDCVhFz5eW .footer-section__tagline {
    font-size: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cc_DqEsXy04t2_LDCVhFz5eW .footer-section__social-link, .cc_DqEsXy04t2_LDCVhFz5eW .footer-section__newsletter-btn, .cc_DqEsXy04t2_LDCVhFz5eW .footer-section__trendyol, .cc_DqEsXy04t2_LDCVhFz5eW .footer-section__agency-link {
    transition: none;
  }
}

.cc_DqEsXy04t2_LDCVhFz5eW .footer-column {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

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

.cc_DqEsXy04t2_LDCVhFz5eW .footer-column__toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-xs);
  padding: var(--space-sm) 0;
  background: transparent;
  border: 0;
  cursor: pointer;
  color: #fff;
  text-align: left;
}

.cc_DqEsXy04t2_LDCVhFz5eW .footer-column__title {
  font-family: var(--font-body);
  font-size: 17px;
  font-weight: 500;
}

.cc_DqEsXy04t2_LDCVhFz5eW .footer-column__chevron {
  flex-shrink: 0;
  color: rgba(255, 255, 255, 0.6);
  transition: transform 240ms ease;
}

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

.cc_DqEsXy04t2_LDCVhFz5eW .footer-column__panel {
  list-style: none;
  margin: 0;
  padding: 0 0 var(--space-sm) 0;
  display: none;
  flex-direction: column;
  gap: 16px;
}

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

.cc_DqEsXy04t2_LDCVhFz5eW .footer-column__link {
  font-family: var(--font-body);
  font-size: 15px;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  transition: color 200ms ease;
}

.cc_DqEsXy04t2_LDCVhFz5eW .footer-column__link:hover {
  color: #fff;
}

@media (prefers-reduced-motion: reduce) {
  .cc_DqEsXy04t2_LDCVhFz5eW .footer-column__chevron, .cc_DqEsXy04t2_LDCVhFz5eW .footer-column__link {
    transition: none;
  }
}

@media (min-width: 768px) {
  .cc_DqEsXy04t2_LDCVhFz5eW .footer-column {
    border-bottom: 0;
  }

  .cc_DqEsXy04t2_LDCVhFz5eW .footer-column__toggle {
    padding: 0 0 24px 0;
    cursor: default;
    pointer-events: none;
  }

  .cc_DqEsXy04t2_LDCVhFz5eW .footer-column__chevron {
    display: none;
  }

  .cc_DqEsXy04t2_LDCVhFz5eW .footer-column__panel {
    display: flex !important;
    padding: 0;
  }
}

@media (min-width: 1024px) {
  .cc_DqEsXy04t2_LDCVhFz5eW .footer-column__link {
    font-size: 16px;
  }
}

.cc_DqEsXy04t2_LDCVhFz5eW .footer-contact {
  display: flex;
  flex-direction: column;
  gap: var(--space-sm);
}

.cc_DqEsXy04t2_LDCVhFz5eW .footer-contact__title {
  margin: 0 0 8px;
  font-family: var(--font-body);
  font-size: 17px;
  font-weight: 500;
  color: #fff;
}

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

.cc_DqEsXy04t2_LDCVhFz5eW .footer-contact__row {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.6);
}

.cc_DqEsXy04t2_LDCVhFz5eW .footer-contact__icon {
  display: none;
}

.cc_DqEsXy04t2_LDCVhFz5eW .footer-contact__text {
  flex: 1;
}

.cc_DqEsXy04t2_LDCVhFz5eW .footer-contact__label {
  display: block;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.6);
}

.cc_DqEsXy04t2_LDCVhFz5eW .footer-contact__link {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  transition: color 200ms ease;
}

.cc_DqEsXy04t2_LDCVhFz5eW .footer-contact__link:hover {
  color: #fff;
}

@media (prefers-reduced-motion: reduce) {
  .cc_DqEsXy04t2_LDCVhFz5eW .footer-contact__link {
    transition: none;
  }
}

@media (min-width: 1024px) {
  .cc_DqEsXy04t2_LDCVhFz5eW .footer-contact__row, .cc_DqEsXy04t2_LDCVhFz5eW .footer-contact__link {
    font-size: 16px;
  }
}

.cc_DqEsXy04t2_LDCVhFz5eW .footer-bottom__inner {
  display: flex;
  flex-direction: column;
  gap: var(--space-sm);
  align-items: center;
  text-align: center;
}

.cc_DqEsXy04t2_LDCVhFz5eW .footer-bottom__copyright {
  margin: 0;
  font-family: var(--font-body);
  font-size: var(--text-small);
  color: rgba(255, 255, 255, 0.45);
}

.cc_DqEsXy04t2_LDCVhFz5eW .footer-bottom__legal {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-xs);
  justify-content: center;
  align-items: center;
  font-size: var(--text-small);
}

.cc_DqEsXy04t2_LDCVhFz5eW .footer-bottom__legal-link {
  font-family: var(--font-body);
  color: rgba(255, 255, 255, 0.45);
  text-decoration: none;
  transition: color 200ms ease;
}

.cc_DqEsXy04t2_LDCVhFz5eW .footer-bottom__legal-link:hover {
  color: rgba(255, 255, 255, 0.75);
}

.cc_DqEsXy04t2_LDCVhFz5eW .footer-bottom__legal-sep {
  color: rgba(255, 255, 255, 0.3);
  user-select: none;
}

.cc_DqEsXy04t2_LDCVhFz5eW .footer-bottom__payments {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-xs);
  align-items: center;
  justify-content: center;
}

.cc_DqEsXy04t2_LDCVhFz5eW .footer-bottom__pay {
  display: inline-flex;
  align-items: center;
  opacity: 0.65;
  transition: opacity 200ms ease;
}

.cc_DqEsXy04t2_LDCVhFz5eW .footer-bottom__pay:hover {
  opacity: 1;
}

.cc_DqEsXy04t2_LDCVhFz5eW .footer-bottom__pay-svg {
  height: 24px;
  width: auto;
  display: block;
  filter: brightness(0) invert(1);
}

@media (prefers-reduced-motion: reduce) {
  .cc_DqEsXy04t2_LDCVhFz5eW .footer-bottom__legal-link, .cc_DqEsXy04t2_LDCVhFz5eW .footer-bottom__pay {
    transition: none;
  }
}

@media (min-width: 768px) {
  .cc_DqEsXy04t2_LDCVhFz5eW .footer-bottom__inner {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
    gap: var(--space-md);
  }

  .cc_DqEsXy04t2_LDCVhFz5eW .footer-bottom__copyright {
    flex: 1 1 auto;
  }

  .cc_DqEsXy04t2_LDCVhFz5eW .footer-bottom__legal {
    flex: 0 0 auto;
    justify-content: center;
  }

  .cc_DqEsXy04t2_LDCVhFz5eW .footer-bottom__payments {
    flex: 0 0 auto;
    justify-content: flex-end;
  }
}
