/** Shopify CDN: Minification failed

Line 515:0 Unexpected "}"

**/
/* ============================================================
   Silverdew Footer — assets/footer.css
   ============================================================ */

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

/* ── Base ── */
.sd-footer-section {
  background-color: var(--sd-footer-bg, #f9f8f6);
  color: var(--sd-footer-text, #5a5a5a);
  font-size: 0.875rem;
  line-height: 1.7;
}

.sd-footer__container {
  max-width: var(--sd-footer-max-width, 1280px);
  margin: 0 auto;
  padding: 0 1.5rem;
}

.sd-footer__inner {
  padding-top: var(--sd-footer-pt, 60px);
  padding-bottom: var(--sd-footer-pb, 40px);
}

/* ── Trust Bar ── */
.sd-footer__trust-bar {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.75rem;
  margin-bottom: 2.5rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--sd-footer-divider, #e8e4df);
}

.sd-trust__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.4rem;
  padding: 1rem 0.5rem;
  border: 1px solid var(--sd-footer-divider, #e8e4df);
  border-radius: var(--sd-footer-radius, 8px);
  background: rgba(255,255,255,0.5);
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.sd-trust__item:hover {
  box-shadow: 0 4px 16px rgba(0,0,0,0.06);
  transform: translateY(-2px);
}

.sd-trust__icon {
  color: var(--sd-footer-accent, #b89d7a);
  display: flex;
  align-items: center;
  justify-content: center;
}

.sd-trust__heading {
  display: block;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--sd-footer-heading, #1a1a1a);
  line-height: 1.3;
}

.sd-trust__desc {
  margin: 0;
  font-size: 0.625rem;
  opacity: 0.65;
  line-height: 1.3;
}

/* ── Columns Grid ── */
.sd-footer__columns {
  display: grid;
  gap: var(--sd-footer-gap, 32px);
  align-items: start;
}

.sd-footer__columns--1 { grid-template-columns: 1fr; }
.sd-footer__columns--2 { grid-template-columns: repeat(2, 1fr); }
.sd-footer__columns--3 { grid-template-columns: 1.4fr repeat(2, 1fr); }
.sd-footer__columns--4 { grid-template-columns: 1.5fr repeat(3, 1fr); }
.sd-footer__columns--5 { grid-template-columns: 1.4fr repeat(4, 1fr); }
.sd-footer__columns--6 { grid-template-columns: 1.3fr repeat(5, 1fr); }

/* ── Column Heading — unified size across all blocks ── */
.sd-col__heading {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--col-heading, var(--sd-footer-heading, #1a1a1a));
  margin: 0 0 1rem;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid var(--sd-footer-divider, #e8e4df);
}

/* ── Brand ── */
.sd-footer__col--brand { text-align: var(--col-align, left); }

.sd-brand__logo-link { display: inline-block; margin-bottom: 1rem; }

.sd-brand__logo {
  max-width: var(--col-logo-w, 150px);
  height: auto;
  display: block;
}

.sd-brand__name {
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--col-heading, var(--sd-footer-heading, #1a1a1a));
  text-decoration: none;
  margin-bottom: 0.75rem;
}

.sd-brand__tagline {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--col-heading, var(--sd-footer-heading, #1a1a1a));
  margin: 0 0 0.5rem;
  line-height: 1.4;
}

.sd-brand__desc {
  font-size: 0.8rem;
  color: var(--col-text, var(--sd-footer-text, #5a5a5a));
  margin: 0 0 1.25rem;
  line-height: 1.65;
  max-width: 28ch;
}

.sd-brand__social {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.sd-social__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid var(--sd-footer-divider, #e8e4df);
  border-radius: 50%;
  color: var(--col-icon, var(--sd-footer-icon, #5a5a5a));
  text-decoration: none;
  transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.sd-social__link:hover {
  color: var(--col-icon-hover, var(--sd-footer-icon-hover, #1a1a1a));
  border-color: var(--col-icon-hover, var(--sd-footer-icon-hover, #1a1a1a));
  background-color: rgba(0,0,0,0.03);
  transform: translateY(-2px);
}

/* ── Menu ── */
.sd-menu__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.sd-menu__link {
  color: var(--col-link, var(--sd-footer-link, #5a5a5a));
  text-decoration: none;
  font-size: var(--col-font-size, 12px);
  display: inline-block;
  padding: 0.1rem 0;
  transition: color 0.2s ease, padding-left 0.2s ease;
}

.sd-menu__link:hover {
  color: var(--col-link-hover, var(--sd-footer-link-hover, #1a1a1a));
  padding-left: 4px;
}

/* ── Contact ── */
.sd-contact__desc {
  font-size: 0.8rem;
  color: var(--col-text, var(--sd-footer-text, #5a5a5a));
  margin: 0 0 0.75rem;
  line-height: 1.6;
}

.sd-contact__list {
  font-style: normal;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.sd-contact__item {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  color: var(--col-text, var(--sd-footer-text, #5a5a5a));
  text-decoration: none;
  font-size: 0.8rem;
  line-height: 1.5;
  transition: color 0.2s ease;
}

.sd-contact__item svg {
  flex-shrink: 0;
  margin-top: 2px;
  color: var(--col-icon, var(--sd-footer-icon, #5a5a5a));
}

a.sd-contact__item:hover { color: var(--sd-footer-heading, #1a1a1a); }

.sd-contact__whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 0.4rem;
  padding: 0.4rem 0.9rem;
  border: 1px solid var(--sd-footer-divider, #e8e4df);
  border-radius: 100px;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--sd-footer-heading, #1a1a1a);
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.sd-contact__whatsapp:hover {
  background-color: rgba(0,0,0,0.04);
  border-color: var(--sd-footer-heading, #1a1a1a);
}

/* ── Newsletter ── */
.sd-nl__subheading {
  font-size: 0.8rem;
  color: var(--nl-text, var(--sd-footer-text, #5a5a5a));
  margin: 0 0 0.4rem;
  line-height: 1.5;
}

.sd-nl__incentive {
  font-size: 0.7rem;
  font-weight: 600;
  color: var(--sd-footer-accent, #b89d7a);
  margin: 0 0 1rem;
}

.sd-nl__field-wrap {
  display: flex;
  flex-direction: row;
  border: 1px solid var(--nl-input-border, #ddd8d2);
  border-radius: 8px;
  overflow: hidden;
  background: var(--nl-input-bg, #fff);
}

.sd-nl__input {
  flex: 1;
  border: none;
  outline: none;
  padding: 0.65rem 0.875rem;
  font-size: 0.8rem;
  background: transparent;
  color: var(--sd-footer-heading, #1a1a1a);
  min-width: 0;
}

.sd-nl__input::placeholder { color: rgba(90,90,90,0.45); }

.sd-nl__btn {
  border: none;
  cursor: pointer;
  padding: 0.65rem 1rem;
  font-size: 0.75rem;
  font-weight: 600;
  background-color: var(--nl-btn-bg, #1a1a1a);
  color: var(--nl-btn-text, #ffffff);
  white-space: nowrap;
  transition: background-color 0.2s ease;
  letter-spacing: 0.03em;
}

.sd-nl__btn:hover { background-color: var(--nl-btn-hover, #333); }

.sd-nl__success {
  margin: 0.6rem 0 0;
  font-size: 0.8rem;
  color: #4a7c59;
  font-weight: 500;
}

.sd-nl__error {
  margin: 0.6rem 0 0;
  font-size: 0.8rem;
  color: #c0392b;
}

/* ── Payment Icons ── */
.sd-footer__payment {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--sd-footer-divider, #e8e4df);
}

.sd-payment__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: var(--pay-align, flex-start);
  gap: 0.4rem;
  flex-wrap: wrap;
}

.sd-payment__icon {
  height: var(--pay-icon-h, 22px);
  width: auto;
  border-radius: 3px;
  opacity: 0.75;
}

/* ── Bottom Bar ── */
.sd-footer__bottom {
  background-color: var(--sd-footer-bottom-bg, #f0ede8);
  border-top: 1px solid var(--sd-footer-divider, #e8e4df);
  padding-top: var(--sd-footer-bottom-pt, 16px);
  padding-bottom: var(--sd-footer-bottom-pb, 16px);
}

.sd-footer__bottom-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sd-footer__copyright {
  margin: 0;
  font-size: 0.7rem;
  color: var(--sd-footer-bottom-text, #8a8a8a);
  text-align: center;
  letter-spacing: 0.02em;
}

/* ── Tablet ── */
@media (max-width: 1024px) {
  .sd-footer__trust-bar {
    grid-template-columns: repeat(3, 1fr);
  }
  .sd-footer__columns--4,
  .sd-footer__columns--5,
  .sd-footer__columns--6 {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ── Mobile ── */
@media (max-width: 767px) {
  .sd-footer__container { padding: 0 1rem; }

  .sd-footer__inner {
    padding-top: 2.5rem;
    padding-bottom: 2rem;
  }

  /* Trust bar — 3 per row */
  .sd-footer__trust-bar {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.4rem;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
  }
  /* Trust items — tighter on mobile at 3 columns */
.sd-footer__trust-bar .sd-trust__item {
  padding: 0.6rem 0.25rem;
  gap: 0.25rem;
  border-radius: 6px;
}

.sd-footer__trust-bar .sd-trust__icon svg {
  width: 20px;
  height: 20px;
}

.sd-footer__trust-bar .sd-trust__heading {
  font-size: 0.58rem;
  letter-spacing: 0.01em;
  line-height: 1.25;
}

.sd-footer__trust-bar .sd-trust__desc {
  display: none;
}
  /* All columns stack */
  .sd-footer__columns--1,
  .sd-footer__columns--2,
  .sd-footer__columns--3,
  .sd-footer__columns--4,
  .sd-footer__columns--5,
  .sd-footer__columns--6 {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
 .sd-footer__col--payment-strip {
  text-align: center;
  margin-top: -1.5rem;
  margin-bottom: 0;
  padding-bottom: 0;
}
}
  .sd-brand__desc { max-width: 100%; }

  /* ── Unified heading size on mobile — same across all blocks ── */
  .sd-col__heading {
    font-size: 0.6875rem;
    letter-spacing: 0.12em;
    margin-bottom: 0.75rem;
    padding-bottom: 0.5rem;
  }

  /* ── Menu: 2-column grid ── */
  .sd-footer__col--menu .sd-menu__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.35rem 1.5rem;
  }

  /* ── Newsletter: card treatment ── */
  .sd-footer__col--newsletter {
    background: rgba(255,255,255,0.7);
    border: 1px solid var(--sd-footer-divider, #e8e4df);
    border-radius: 12px;
    padding: 1.25rem 1rem;
  }

  /* Remove underline from newsletter heading inside card */
  .sd-footer__col--newsletter .sd-col__heading {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0.3rem;
  }

  .sd-nl__subheading {
    font-size: 0.75rem;
    margin: 0 0 0.2rem;
    line-height: 1.4;
  }

  /* Input + button stay inline on mobile */
  .sd-nl__field-wrap {
    flex-direction: row;
    border-radius: 8px;
    margin-bottom: 0.3rem;
  }

  .sd-nl__input {
    padding: 0.65rem 0.75rem;
    font-size: 0.8rem;
  }

  .sd-nl__btn {
    padding: 0.65rem 0.875rem;
    font-size: 0.75rem;
    border-radius: 0 8px 8px 0;
    white-space: nowrap;
  }

  /* Incentive sits below input row as a caption */
  .sd-nl__incentive {
    font-size: 0.68rem;
    margin: 0.25rem 0 0;
    line-height: 1.3;
    opacity: 0.85;
  }

  .sd-nl__success,
  .sd-nl__error {
    font-size: 0.75rem;
    margin-top: 0.4rem;
  }

  .sd-footer__bottom-inner {
    flex-direction: column;
    gap: 0.5rem;
  }
}
.sd-footer__col--payment-strip {
  grid-column: 1 / -1;
  text-align: right;
  padding: 0 0 1rem 0;
  border-top: 1px solid rgba(0, 95, 115, 0.15);
  order: 99;
}
.sd-payment-strip__img {
  max-width: 560px;
  width: 100%;
  height: auto;
  display: block;
 margin: 0 auto;
}
.sd-payment-strip__caption {
  margin-top: 6px;
  font-size: 11px;
  color: #888;
}
@media (max-width: 749px) {
  .sd-payment-strip__img { max-width: 100%; }
}