
/* === JAMSAE BRAND STYLE - SHIPPING PAGE SCOPED === */
:root {
  --js-black: #111111;
  --js-white: #ffffff;
  --js-light: #f5f5f5;
  --js-mid: #e0e0e0;
  --js-font: 'Montserrat','Arial',sans-serif;
}


#jamsae-shipping-page {
  font-family: var(--js-font) !important;
  color: var(--js-black) !important;
  max-width: 920px !important;
  margin: 0 auto !important;
  padding: 48px 24px !important;
  line-height: 1.75 !important;
  display: block;
}

#jamsae-shipping-page h1 {
  font-size: 2em !important;
  font-weight: 700 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
  color: var(--js-black) !important;
  margin-bottom: 20px !important;
}

#jamsae-shipping-page h2 {
  font-size: 1.05em !important;
  font-weight: 700 !important;
  letter-spacing: .07em !important;
  text-transform: uppercase !important;
  color: var(--js-black) !important;
  margin-top: 48px !important;
  margin-bottom: 14px !important;
  padding-bottom: 8px !important;
  border-bottom: 1px solid var(--js-mid) !important;
}

#jamsae-shipping-page h3 {
  font-size: 1em !important;
  font-weight: 700 !important;
  letter-spacing: .04em !important;
  color: var(--js-black) !important;
  margin-bottom: 10px !important;
  text-transform: uppercase !important;
}

#jamsae-shipping-page p, #jamsae-shipping-page li {
  font-family: var(--js-font) !important;
  font-size: .93em !important;
  color: #333 !important;
  margin-bottom: 14px !important;
  line-height: 1.8 !important;
}

#jamsae-shipping-page strong, #jamsae-shipping-page b { font-weight: 700 !important; }

#jamsae-shipping-page ul { margin-bottom: 24px !important; padding-left: 20px !important; }

#jamsae-shipping-page a { color: var(--js-black) !important; text-decoration: underline !important; }

/* === HEADER RECOVERY (TOP NAVIGATION FIX) === */
header a, 
.header-container a, 
.header-navigation a, 
.nav-item a, 
.menu-item a, 
.header-right-meta a, 
.header-right-meta span, 
.shopping-bag-count, 
.main_title {
  color: #ffffff !important;
  opacity: 1 !important;
  visibility: visible !important;
}

/* === FOOTER COLOR FIX === */
#footer a, #footer dt, .ly_footer_74 a, .ly_footer_74 dt { color: #ffffff !important; }
#footer a:hover, .ly_footer_74 a:hover { color: #cccccc !important; }

/* === PAGE TITLE WHITE === */
.main_title { color: #ffffff !important; }

@media(max-width:640px) {
  #jamsae-shipping-page h1 { font-size: 1.5em !important; }
}
