@media (max-width: 767px) {
  .f-slider--content-stack .f-slide__wrapper {
    background: #ffffff;
  }

  .f-slider--content-stack .f-slide__content,
  .f-slider--content-stack .f-slide__content .f-slide__subtitle,
  .f-slider--content-stack .f-slide__content .f-slide__title,
  .f-slider--content-stack .f-slide__content .f-slide__description,
  .f-slider--content-stack .f-slide__content .f-slide__description * {
    color: #102a3d !important;
  }

  .f-slider--content-stack .f-slide__button .f-button {
    color: #102a3d !important;
    border-color: #102a3d !important;
    background: transparent !important;
  }

  .f-slider--content-stack .f-slide__title,
  .f-section__heading,
  .f-image-with-text__heading {
    max-width: 100%;
    overflow-wrap: anywhere;
  }
}


:root { --ivr-green:#102e27; --ivr-green-dark:#0b221d; --ivr-ivory:#fffaf0; --ivr-cranberry:#8f1d35; --ivr-gold:#b78b45; }
body { font-family: Montserrat, Arial, sans-serif; background: var(--ivr-ivory); color:#211f1b; }
.f-custom-slideshow { background: var(--ivr-green-dark); }
.f-custom-slideshow .f-slide__media { background: radial-gradient(circle at 72% 50%, #35594d 0, #102e27 38%, #071813 100%); }
.f-custom-slideshow .f-slide__media img { object-fit: contain !important; object-position: 72% center !important; mix-blend-mode: normal; }
.f-custom-slideshow .f-slide__media::after { content:""; position:absolute; inset:0; background:linear-gradient(90deg,rgba(7,24,19,.96) 0%,rgba(7,24,19,.78) 38%,rgba(7,24,19,.12) 70%,rgba(7,24,19,.28) 100%); pointer-events:none; }
.f-custom-slideshow .f-slide__content { max-width: 690px; }
.f-custom-slideshow .f-slide__title { text-wrap: balance; }
.f-custom-slideshow .f-slide__subtitle { color:#d8b97f !important; letter-spacing:.18em; }
.ivr-featured-collection { background:#f3ede1; border-top:1px solid #d8cfbf; border-bottom:1px solid #d8cfbf; }
.ivr-featured-collection .f-product-card { background:#fffaf0; }
.f-custom-image-with-text { background:#fffaf0; }
.f-custom-hero::after { background:linear-gradient(90deg,rgba(7,24,19,.88),rgba(143,29,53,.55)) !important; }
.f-custom-newsletter { border-top:1px solid rgba(183,139,69,.45); }
.ivr-page { max-width:960px; margin:0 auto; padding:72px 24px 96px; color:#211f1b; }
.ivr-page__eyebrow { margin:0 0 14px; color:#8f1d35; font-size:12px; font-weight:700; letter-spacing:.18em; text-transform:uppercase; }
.ivr-page h1 { margin:0 0 24px; color:#102e27; font-size:clamp(36px,6vw,68px); line-height:1.02; letter-spacing:-.04em; }
.ivr-page h2 { margin:42px 0 14px; color:#102e27; font-size:clamp(24px,3vw,34px); line-height:1.2; }
.ivr-page p,.ivr-page li { font-size:16px; line-height:1.75; }
.ivr-page a { color:#8f1d35; text-decoration:underline; text-underline-offset:3px; }
.ivr-page__lead { max-width:760px; color:#4f493f; font-size:20px !important; }
.ivr-page__notice { margin:34px 0; padding:24px 28px; border-left:4px solid #b78b45; background:#f3ede1; }
.ivr-page__grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:18px; margin:30px 0; }
.ivr-page__card { padding:24px; border:1px solid #d8cfbf; background:#fffdf7; }
.ivr-page__card h2 { margin-top:0; font-size:22px; }
@media(max-width:767px){
  .f-custom-slideshow .f-slide__media img { object-position:center 30% !important; opacity:.82; }
  .f-custom-slideshow .f-slide__media::after { background:linear-gradient(180deg,rgba(7,24,19,.08),rgba(7,24,19,.55) 82%) !important; }
  .f-custom-slideshow .f-slide__content { align-self:flex-end; padding-bottom:46px; }
  .ivr-page { padding:48px 18px 72px; }
  .ivr-page__grid { grid-template-columns:1fr; }
}
.f-custom-newsletter p,.f-custom-newsletter .f-newsletter__description { color:#d9d0c1 !important; }
