/** Shopify CDN: Minification failed

Line 22:18 Unexpected "{"
Line 22:27 Expected ":"
Line 28:18 Unexpected "{"
Line 28:27 Expected ":"
Line 37:18 Unexpected "{"
Line 37:27 Expected ":"
Line 45:18 Unexpected "{"
Line 45:27 Expected ":"
Line 54:18 Unexpected "{"
Line 54:27 Expected ":"
... and 92 more hidden warnings

**/
/* ==========================================================================
   NDL Trust & Service Section
   Scoped under #shopify-section-{{ section.id }}
   ========================================================================== */

/* ---- Section ---- */
#shopify-section-{{ section.id }} .ndl_trust-service {
  padding-top: clamp(2.5rem, 1.95rem + 2.73vw, 4rem);
  padding-bottom: clamp(2.5rem, 1.95rem + 2.73vw, 4rem);
  position: relative;
}

#shopify-section-{{ section.id }} .ndl_trust-service__container {
  padding-right: clamp(1rem, 3vw, 2.5rem);
  padding-left: clamp(1rem, 3vw, 2.5rem);
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

/* ---- Row / 2-col layout ---- */
#shopify-section-{{ section.id }} .ndl_trust-service__row {
  display: flex;
  gap: clamp(1rem, .36rem + 3.18vw, 2.75rem);
  align-items: center;
  width: 100%;
}

/* ---- Left column: Trust Steps ---- */
#shopify-section-{{ section.id }} .ndl_trust-service__steps {
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, .36rem + 3.18vw, 2.75rem);
  width: 100%;
  flex: 1;
}

/* ---- Trust Card ---- */
#shopify-section-{{ section.id }} .ndl_trust-card {
  display: flex;
  gap: 1rem;
  padding: 1rem;
  background-color: var(--ndl-ts-card-bg-mobile, #d9d9d980);
  border-radius: 4px;
}

#shopify-section-{{ section.id }} .ndl_trust-card__icon-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--ndl-ts-card-icon-color, #282828);
  flex-shrink: 0;
}

#shopify-section-{{ section.id }} .ndl_trust-card__icon {
  aspect-ratio: 1;
  object-fit: cover;
  width: 40px;
}

#shopify-section-{{ section.id }} .ndl_trust-card__icon-wrap--svg svg {
  display: block;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
}

#shopify-section-{{ section.id }} .ndl_trust-card__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex: 1;
}

#shopify-section-{{ section.id }} .ndl_trust-card__heading {
  margin-bottom: 0;
  font-family: Epilogue, Arial, sans-serif;
  color: var(--ndl-ts-card-heading-color, #333333);
  font-size: var(--ndl-ts-card-heading-size, 16px);
  line-height: 1.45;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-weight: var(--ndl-ts-card-heading-weight, 800);
}

#shopify-section-{{ section.id }} .ndl_trust-card__text {
  margin-bottom: .5rem;
  color: var(--ndl-ts-card-text-color, #333333);
  font-size: var(--ndl-ts-card-text-size, 16px);
  line-height: 1.5;
  font-weight: var(--ndl-ts-card-text-weight, 400);
}

/* ---- Trust Card Link with animated underline ---- */
#shopify-section-{{ section.id }} .ndl_trust-card__link {
  display: inline-flex;
  flex-direction: column;
  color: var(--ndl-ts-card-link-color, #282828a6);
  text-decoration: none;
  padding-bottom: 2px;
  overflow: hidden;
}

#shopify-section-{{ section.id }} .ndl_trust-card__link-text {
  margin-bottom: 0;
  font-size: var(--ndl-ts-card-link-size, 13px);
  line-height: 1.3;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-weight: var(--ndl-ts-card-link-weight, 400);
}

#shopify-section-{{ section.id }} .ndl_trust-card__link-line {
  background-color: #282828;
  height: 1px;
  margin-top: 1px;
  margin-bottom: -1px;
  position: relative;
  transform: translateX(-101%);
  transition: transform 0.3s ease;
}

#shopify-section-{{ section.id }} .ndl_trust-card__link:hover .ndl_trust-card__link-line {
  transform: translateX(0);
}

/* ---- Right column: Service ---- */
#shopify-section-{{ section.id }} .ndl_trust-service__service {
  width: 100%;
  flex: 1;
}

#shopify-section-{{ section.id }} .ndl_trust-service__image-wrap {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 2rem;
  border-radius: 2px;
  overflow: hidden;
}

#shopify-section-{{ section.id }} .ndl_trust-service__image-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

#shopify-section-{{ section.id }} .ndl_trust-service__image {
  display: block;
  object-fit: cover;
  width: 100%;
  margin-bottom: 0;
  border-radius: 2px;
}

#shopify-section-{{ section.id }} .ndl_trust-service__heading {
  margin-bottom: .5rem;
  font-family: Epilogue, Arial, sans-serif;
  color: var(--ndl-ts-heading-color, #333333);
  font-size: var(--ndl-ts-heading-size, 38px);
  line-height: 1.1;
  text-transform: uppercase;
  font-weight: var(--ndl-ts-heading-weight, 800);
}

#shopify-section-{{ section.id }} .ndl_trust-service__text {
  margin-bottom: .5rem;
  color: var(--ndl-ts-text-color, #333333);
  font-size: var(--ndl-ts-text-size, 16px);
  line-height: 1.5;
  font-weight: var(--ndl-ts-text-weight, 400);
}

#shopify-section-{{ section.id }} .ndl_trust-service__text p:last-child {
  margin-bottom: 0;
}

/* ---- Opening Hours ---- */
#shopify-section-{{ section.id }} .ndl_trust-service__hours {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  margin-bottom: 1.6rem;
}

#shopify-section-{{ section.id }} .ndl_trust-service__hours-col {
  width: 50%;
  color: var(--ndl-ts-info-color, #333333);
  font-size: var(--ndl-ts-info-size, 16px);
  line-height: 1.5;
  font-weight: var(--ndl-ts-info-weight, 400);
}

#shopify-section-{{ section.id }} .ndl_trust-service__hours-col p:last-child {
  margin-bottom: 0;
}

/* ---- CTA Button ---- */
#shopify-section-{{ section.id }} .ndl_trust-service__btn {
  display: inline-flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 1em 2em;
  background-color: var(--ndl-ts-button-bg, #282828);
  color: var(--ndl-ts-button-color, #ffffff);
  font-family: Epilogue, Arial, sans-serif;
  font-size: var(--ndl-ts-button-size, 16px);
  line-height: 1.1;
  font-weight: var(--ndl-ts-button-weight, 600);
  letter-spacing: .05em;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

#shopify-section-{{ section.id }} .ndl_trust-service__btn:hover {
  opacity: 0.88;
}

#shopify-section-{{ section.id }} .ndl_trust-service__btn-overlay {
  position: absolute;
  inset: 100% 0 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  transition: inset 0.25s ease;
}

#shopify-section-{{ section.id }} .ndl_trust-service__btn:hover .ndl_trust-service__btn-overlay {
  inset: 0;
}

#shopify-section-{{ section.id }} .ndl_trust-service__btn-text {
  position: relative;
  z-index: 2;
}

/* ==========================================================================
   Responsive
   ========================================================================== */

/* ---- Tablet & below (< 1000px) ---- */
@media screen and (max-width: 999px) {
  #shopify-section-{{ section.id }} .ndl_trust-service {
    padding-top: 0;
  }

  #shopify-section-{{ section.id }} .ndl_trust-service__container {
    padding-right: 16px;
    padding-left: 16px;
  }

  #shopify-section-{{ section.id }} .ndl_trust-service__row {
    flex-direction: column;
    gap: 22px;
  }

  #shopify-section-{{ section.id }} .ndl_trust-service__service {
    order: -1;
  }

  #shopify-section-{{ section.id }} .ndl_trust-service__image-wrap {
    margin-bottom: 28px;
  }

  #shopify-section-{{ section.id }} .ndl_trust-service__heading {
    margin-bottom: 12px;
    line-height: 1.08;
    letter-spacing: 0;
  }

  #shopify-section-{{ section.id }} .ndl_trust-service__text {
    margin-bottom: 12px;
    line-height: 1.5;
  }

  #shopify-section-{{ section.id }} .ndl_trust-service__hours {
    flex-direction: column;
    gap: 2.25rem;
    margin-bottom: 1.9rem;
  }

  #shopify-section-{{ section.id }} .ndl_trust-service__hours-col {
    width: 100%;
    line-height: 1.45;
  }

  #shopify-section-{{ section.id }} .ndl_trust-service__btn {
    justify-content: center;
    min-width: var(--ndl-ts-button-width-mobile, 196px);
    min-height: var(--ndl-ts-button-height-mobile, 44px);
    margin-bottom: 8px;
    padding: 0 26px;
    line-height: 1.1;
  }

  #shopify-section-{{ section.id }} .ndl_trust-service__image-wrap .ndl_trust-service__image {
    min-height: 220px;
  }

  #shopify-section-{{ section.id }} .ndl_trust-service__steps {
    gap: 18px;
  }

  #shopify-section-{{ section.id }} .ndl_trust-card {
    gap: 18px;
    align-items: center;
    background-color: var(--ndl-ts-card-bg-mobile, #ededed);
    border-radius: 0;
    border-left: 0;
    padding: var(--ndl-tc-mob-pad-y, 1.1rem) var(--ndl-tc-mob-pad-x, 1rem);
  }

  #shopify-section-{{ section.id }} .ndl_trust-card + .ndl_trust-card {
    border-top: 0;
  }

  #shopify-section-{{ section.id }} .ndl_trust-card__icon-wrap {
    align-items: center;
    width: var(--ndl-tc-mob-icon-size, 44px);
    color: var(--ndl-ts-card-icon-color, #282828);
    padding-top: 0;
  }

  #shopify-section-{{ section.id }} .ndl_trust-card__icon {
    width: var(--ndl-tc-mob-icon-size, 44px);
  }

  #shopify-section-{{ section.id }} .ndl_trust-card__icon-wrap--svg svg {
    width: var(--ndl-tc-mob-icon-size, 44px);
    height: var(--ndl-tc-mob-icon-size, 44px);
  }

  #shopify-section-{{ section.id }} .ndl_trust-card__content {
    justify-content: flex-start;
  }

  #shopify-section-{{ section.id }} .ndl_trust-card__heading {
    line-height: 1.25;
    letter-spacing: .02em;
  }

  #shopify-section-{{ section.id }} .ndl_trust-card__text {
    margin-top: 4px;
    margin-bottom: 6px;
    line-height: 1.4;
  }

  #shopify-section-{{ section.id }} .ndl_trust-card__link-text {
    letter-spacing: .03em;
  }
}
