/** Shopify CDN: Minification failed

Line 147:0 Unexpected "}"

**/

.dt-footer {
  font-family: 'Poppins', sans-serif;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

.dt-footer a {
  color: inherit;
  text-decoration: none;
}

.dt-footer ul {
  list-style: none;
}

/* --- Container (1200px centered) --- */
.dt-footer__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  width: 100%;
}

@media (min-width: 1280px) {
  .dt-footer__container {
    padding: 0;
  }
}

/* ============================================
   CONTACT BAR — 80px, white, top/bottom borders
   ============================================ */
.dt-footer__contact-bar {
  background-color: #ffffff;
  border-top: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
}

.dt-footer__contact-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  height: 80px;
}

.dt-footer__contact-greeting {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #000000;
}

.dt-footer__contact-links {
  display: flex;
  align-items: center;
  gap: 28px;
}

.dt-footer__contact-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #000000;
  transition: opacity 0.2s ease;
}

.dt-footer__contact-link:hover {
  opacity: 0.7;
}

.dt-footer__icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  color: #000000;
}

/* ============================================
   MAIN FOOTER — Beige background
   ============================================ */
.dt-footer__main {
  background-color: #fcf8ee;
  padding: 40px 0;
}

/* ============================================
   TOP SECTION — Navigation Columns
   6 cols × 180px, gap 24px = 1200px
   ============================================ */
.dt-footer__nav {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px;
}

.dt-footer__nav-heading {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #000000;
  margin-bottom: 12px;
}

.dt-footer__nav-list {
  display: flex;
  flex-direction: column;
  gap: 10px;           
}

.dt-footer__nav-list li {
  margin-bottom: 5px;   
}

.dt-footer__nav-list li:last-child {
  margin-bottom: 0;
}

.dt-footer__nav-link {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;     
  color: #000000;
  display: block;
  transition: opacity 0.2s ease;
}
}

.dt-footer__nav-link:hover {
  opacity: 0.7;
}

/* ============================================
   SEPARATOR
   ============================================ */
.dt-footer__separator {
  border: none;
  height: 1px;
  background-color: #c7c7c7;
  border-radius: 4px;
  margin: 40px 0;
}

/* ============================================
   BOTTOM SECTION — Newsletter + Right
   ============================================ */
.dt-footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

/* --- Newsletter (left) --- */
.dt-footer__newsletter {
  max-width: 509px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.dt-footer__newsletter-header {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.dt-footer__newsletter-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #000000;
}

.dt-footer__newsletter-desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #000000;
  letter-spacing: -0.1px;
}

.dt-footer__newsletter-form-wrap {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.dt-footer__newsletter-form {
  display: flex;
  flex-direction: column;
}

.dt-footer__newsletter-registration {
  display: flex;
  align-items: flex-end;
  gap: 12px;
}

.dt-footer__newsletter-input-group {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
  max-width: 354px;
}

.dt-footer__newsletter-label {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #000000;
}

.dt-footer__newsletter-field {
  position: relative;
}

.dt-footer__newsletter-input {
  width: 100%;
  height: 36px;
  border: 1px solid #c7c7c7;
  border-radius: 24px;
  padding: 0 16px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #000000;
  background-color: #ffffff;
  outline: none;
  transition: border-color 0.2s ease;
}

.dt-footer__newsletter-input::placeholder {
  color: #c7c7c7;
}

.dt-footer__newsletter-input:focus {
  border-color: #000000;
}

.dt-footer__newsletter-btn {
  height: 36px;
  padding: 0 16px;
  border: none;
  border-radius: 8px;
  background-color: #ffffff;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #000000;
  cursor: pointer;
  white-space: nowrap;
  transition: opacity 0.2s ease;
  flex-shrink: 0;
}

.dt-footer__newsletter-btn:hover {
  opacity: 0.7;
}

.dt-footer__newsletter-privacy {
  font-size: 12px;
  font-weight: 400;
  line-height: 15.6px;
  color: #000000;
}

.dt-footer__privacy-link {
  text-decoration: underline !important;
  transition: opacity 0.2s ease;
}

.dt-footer__privacy-link:hover {
  opacity: 0.7;
}

/* --- Right Section --- */
.dt-footer__right {
  display: flex;
  flex-direction: column;
  gap: 28px;
  width: 348px;
  flex-shrink: 0;
}

/* Icons Grid — 2 rows of payment/shipping */
.dt-footer__icons-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  max-width: 348px;
}



.dt-footer__payment-icon,
.dt-footer__payment-icon-placeholder,
.dt-footer__shipping-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 40px;
  flex-shrink: 0;
}

.dt-footer__payment-icon svg,
.dt-footer__payment-icon-placeholder img,
.dt-footer__shipping-icon img {
  width: 60px;
  height: 40px;
  object-fit: contain;
}

/* Info Row — Business Hours + Badge + Social */
.dt-footer__info-row {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.dt-footer__business-times {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.dt-footer__business-label {
  font-size: 12px;
  font-weight: 600;
  line-height: 15.6px;
  color: #000000;
}

.dt-footer__business-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 12px;
  font-weight: 400;
  line-height: 15.6px;
  color: #000000;
}

.dt-footer__badges-social {
  display: flex;
  gap: 36px;
  align-items: flex-start;
}

.dt-footer__badge {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
}

.dt-footer__badge img,
.dt-footer__badge svg {
  width: 60px;
  height: 60px;
  display: block;
}

.dt-footer__social {
  display: flex;
  gap: 12px;
  align-items: center;
  padding-top: 16px;
}

.dt-footer__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  color: #000000;
  transition: opacity 0.2s ease;
}

.dt-footer__social-link:hover {
  opacity: 0.7;
}

.dt-footer__social-link svg {
  width: 28px;
  height: 28px;
}

/* ============================================
   BOTTOM BAR — Logo + Copyright
   ============================================ */
.dt-footer__bottom-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}

.dt-footer__logo {
  flex-shrink: 0;
}

.dt-footer__logo img {
  display: block;
  height: 12px;
  width: auto;
}

.dt-footer__logo-text {
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
  color: #000000;
}

.dt-footer__copyright {
  font-size: 12px;
  font-weight: 400;
  line-height: 15.6px;
  color: #000000;
}

/* ============================================
   RESPONSIVE — Tablet
   ============================================ */
@media (max-width: 1024px) {
  .dt-footer__nav {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px 24px;
  }

  .dt-footer__bottom {
    flex-direction: column;
    gap: 40px;
  }

  .dt-footer__newsletter {
    max-width: 100%;
  }

  .dt-footer__right {
    width: 100%;
  }

  .dt-footer__info-row {
    flex-wrap: wrap;
  }
}

/* ============================================
   RESPONSIVE — Mobile
   ============================================ */
@media (max-width: 749px) {
  .dt-footer__container {
    padding: 0 20px;
  }

  .dt-footer__contact-inner {
    flex-direction: column;
    gap: 12px;
    height: auto;
    padding: 16px 0;
  }

  .dt-footer__contact-links {
    flex-direction: column;
    gap: 8px;
  }

  .dt-footer__nav {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 16px;
  }

  .dt-footer__newsletter-registration {
    flex-direction: column;
    align-items: stretch;
  }

  .dt-footer__newsletter-input-group {
    max-width: 100%;
  }

  .dt-footer__newsletter-btn {
    width: 100%;
  }

  .dt-footer__icons-row {
    flex-wrap: wrap;
  }

  .dt-footer__bottom-bar {
    flex-direction: column-reverse;
    gap: 12px;
    align-items: flex-start;
  }

  .dt-footer__badges-social {
    flex-wrap: wrap;
    gap: 20px;
  }
}
/* По умолчанию показываем desktop версию */
.dt-footer__nav-desktop {
  display: block;
}

.dt-footer__nav-mobile {
  display: none;
}

/* ============================================
   RESPONSIVE — Mobile Accordion (≤420px)
   ============================================ */
@media (max-width: 420px) {
  /* Скрываем desktop версию */
  .dt-footer__nav-desktop {
    display: none;
  }

  /* Показываем mobile версию */
  .dt-footer__nav-mobile {
    display: block;
  }

  .dt-footer__nav {
    grid-template-columns: 1fr;
    gap: 0;
  }


  .dt-footer__nav-mobile .dt-footer__nav-heading {
    position: relative;
    margin-bottom: 0;
    padding: 16px 0;
    cursor: pointer;
    user-select: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
  }

  .dt-footer__nav-mobile .dt-footer__nav-heading::-webkit-details-marker {
    display: none;
  }

  .dt-footer__nav-mobile .dt-footer__nav-heading::marker {
    display: none;
  }

  .dt-footer__accordion-icon {
    position: relative;
    width: 12px;
    height: 12px;
    flex-shrink: 0;
  }

  .dt-footer__accordion-icon::before,
  .dt-footer__accordion-icon::after {
    content: '';
    position: absolute;
    background-color: #000000;
    transition: transform 0.3s ease;
  }

  .dt-footer__accordion-icon::before {
    top: 50%;
    left: 0;
    right: 0;
    height: 2px;
    transform: translateY(-50%);
  }

  .dt-footer__accordion-icon::after {
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    transform: translateX(-50%);
  }

  .dt-footer__nav-mobile[open] .dt-footer__accordion-icon::after {
    transform: translateX(-50%) rotate(90deg);
    opacity: 0;
  }

  .dt-footer__nav-mobile .dt-footer__nav-list {
    padding-bottom: 12px;
    animation: slideDown 0.3s ease;
  }

  @keyframes slideDown {
    from {
      opacity: 0;
      transform: translateY(-10px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .dt-footer__nav-mobile .dt-footer__nav-link {
    padding: 6px 0;
    display: block;
  }
}