/* ============================================================
   Hickey's Greenhouses — Lightspeed Gift Card Store
   style.css v3 — gift card page only
   Header and footer styled inline in header.rain / footer.rain
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=DM+Sans:wght@400;500;600&display=swap');

/* ── GLOBAL ──────────────────────────────────────────────── */
body { font-family: 'DM Sans', Arial, sans-serif !important; background-color: #F5F7F2 !important; color: #0D1F1A !important; }
h1,h2,h3,h4 { font-family: 'Montserrat', Arial, sans-serif !important; color: #0D1F1A !important; }
a { color: #1A9C76 !important; }
a:hover { color: #397759 !important; }
.btn--primary { background-color: #1A9C76 !important; color: #fff !important; border-color: #1A9C76 !important; border-radius: 8px !important; }
.btn--primary:hover { background-color: #397759 !important; border-color: #397759 !important; }

/* ── HERO ────────────────────────────────────────────────── */
.hero-slideshow__label { font-family: 'DM Sans', Arial, sans-serif !important; }
.hero-slideshow__tite { font-family: 'Montserrat', Arial, sans-serif !important; font-weight: 700 !important; }
.banner__heading { font-family: 'Montserrat', Arial, sans-serif !important; color: #0D1F1A !important; }

/* ── GIFT CARD PAGE ──────────────────────────────────────── */
body #gift-cards-page { color: #0D1F1A !important; }
body #gift-cards-page h1 { font-family: 'Montserrat', Arial, sans-serif !important; font-weight: 700 !important; }
body #gift-cards-page h2.gui-content-title { font-family: 'Montserrat', Arial, sans-serif !important; font-size: 12px !important; font-weight: 600 !important; text-transform: uppercase !important; letter-spacing: .1em !important; color: #6B7270 !important; }

body #gift-cards-page .giftcard-radio-toolbar label { font-family: 'Montserrat', Arial, sans-serif !important; font-weight: 600 !important; border: 1.5px solid #E4E8E3 !important; border-radius: 8px !important; background: #fff !important; color: #0D1F1A !important; }
body #gift-cards-page .giftcard-radio-toolbar label:hover { border-color: #1A9C76 !important; color: #1A9C76 !important; }
body #gift-cards-page .giftcard-radio-toolbar input[type=radio]:checked + label { background-color: #1A9C76 !important; border-color: #1A9C76 !important; color: #fff !important; }

body #gift-cards-page .giftcard-form-field label { font-family: 'Montserrat', Arial, sans-serif !important; font-size: 11px !important; font-weight: 600 !important; text-transform: uppercase !important; letter-spacing: .08em !important; color: #6B7270 !important; }

body #gift-cards-page .giftcard-form-field input[type="email"],
body #gift-cards-page .giftcard-form-field input[type="text"],
body #gift-cards-page .giftcard-form-field textarea,
body #gift-cards-page #giftcard-custom-amount-input { font-family: 'DM Sans', Arial, sans-serif !important; border: 1.5px solid #E4E8E3 !important; border-radius: 8px !important; background: #F5F7F2 !important; color: #0D1F1A !important; height: auto !important; }
body #gift-cards-page .giftcard-form-field input:focus,
body #gift-cards-page .giftcard-form-field textarea:focus { border-color: #1A9C76 !important; background: #fff !important; outline: none !important; }

body #gift-cards-page input.giftcard-submit-button,
body #gift-cards-page .giftcard-submit-button { font-family: 'Montserrat', Arial, sans-serif !important; font-weight: 600 !important; background: #1A9C76 !important; background-color: #1A9C76 !important; border: 1px solid #1A9C76 !important; color: #fff !important; border-radius: 8px !important; }
body #gift-cards-page input.giftcard-submit-button:hover,
body #gift-cards-page .giftcard-submit-button:hover { background: #397759 !important; background-color: #397759 !important; border-color: #397759 !important; }

body #gift-cards-page .giftcard-details-list li { font-family: 'DM Sans', Arial, sans-serif !important; color: #6B7270 !important; }
body #gift-cards-page p.gui-big { font-family: 'Montserrat', Arial, sans-serif !important; font-size: 13px !important; font-weight: 600 !important; color: #0D1F1A !important; }
body #gift-cards-page .giftcard-check-balance a,
body #gift-cards-page #giftcard-check-balance a { color: #1A9C76 !important; }