/*
	Theme Name: Savoy Child
	Theme URI: http://themeforest.net/item/savoy-minimalist-ajax-woocommerce-theme/12537825
	Description: Child theme for Savoy - Modern AJAX enabled WooCommerce theme. Use this theme to safely customize Savoy without losing changes on parent theme updates.
	Author: ElevateWP
	Author URI: http://www.nordicmade.com
	Template: savoy
	Version: 1.1.5
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Tags: responsive-layout, custom-background, custom-colors, custom-header, custom-menu, theme-options, threaded-comments, translation-ready
	Text Domain: savoy-child
*/

/* =================================================================
   Add your custom styles below this line.
   ================================================================= */

/* Fonts (safety net — prefer Elementor → Site Settings → Global Fonts) */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Sora:wght@600;700&display=swap');

/* Hide variable-product attribute rows that have only one option
   (auto-selected by assets/js/single-option.js). */
.variations tr.savoy-single-option-hidden {
  display: none !important;
}

/* Header background */
/* #nm-header {
  background-color: #0E0E0E;
} */

/* Header logo size */
#nm-header .nm-header-logo svg,
#nm-header .nm-header-logo img {
  height: 70px !important;
}

/* "Made in the USA" badge on the single-product image (oath-style) */
.single-product .woocommerce-product-gallery {
  position: relative;
}
.er-usa-image-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 100;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 8px 14px 8px 12px;
  background: rgba(245, 245, 245, 0.88);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
}
.er-usa-image-badge .er-usa-title {
  font-family: Roboto, sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: #282828;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  line-height: 1.2;
}
.er-usa-image-badge .er-usa-sub {
  font-family: Roboto, sans-serif;
  font-size: 10px;
  font-weight: 400;
  color: #999;
  line-height: 1.2;
  margin-top: 1px;
}

/* -----------------------------------------------------------------
   1. DESIGN TOKENS  (premium research-compound palette)
   ----------------------------------------------------------------- */
:root {
  --bg:          #FFFFFF;
  --bg-soft:     #F6F6F4;
  --ink:         #141414;
  --ink-60:      #5C5C5C;
  --line:        #ECECEC;
  --accent:      #B8945F;   /* muted gold */
  --accent-deep: #8A6D3F;
  --success:     #2F7D5B;
  --cta:         #141414;
  --font-head:   'Sora', 'Inter Tight', system-ui, sans-serif;
  --font-body:   'Inter', system-ui, sans-serif;
  --maxw:        1320px;
}

/* -----------------------------------------------------------------
   2. HERO SECTION  (.oath-hero — see savoy-child/templates/hero.json)
   ----------------------------------------------------------------- */
.oath-hero {
  background: var(--bg);
  min-height: 85vh;
}
.oath-hero .oath-hero__eyebrow .elementor-heading-title,
.oath-hero .oath-eyebrow .elementor-heading-title {
  font-family: var(--font-body);
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: 12px;
  font-weight: 600;
  color: var(--ink-60);
  margin-bottom: 18px;
}
.oath-hero .oath-hero__title .elementor-heading-title {
  font-family: var(--font-head);
  color: var(--ink);
  font-weight: 700;
  letter-spacing: -.02em;
  font-size: clamp(40px, 5.4vw, 76px);
  line-height: 1.04;
}
.oath-hero .oath-hero__sub {
  font-family: var(--font-body);
  color: var(--ink-60);
  font-size: 18px;
  line-height: 1.6;
  max-width: 30em;
  margin-top: 22px;
}

/* Buttons — near-square, dark fill, invert on hover */
.oath-hero .oath-btn .elementor-button,
.oath-btn .elementor-button {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 16px;
  border-radius: 3px;
  padding: 18px 34px;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: #fff;
  transition: all .2s ease;
}
.oath-hero .oath-btn .elementor-button:hover,
.oath-btn .elementor-button:hover {
  background: #fff;
  color: var(--ink);
}
.oath-hero .oath-btn--ghost .elementor-button,
.oath-btn--ghost .elementor-button {
  background: transparent;
  color: var(--ink);
}
.oath-hero .oath-btn--ghost .elementor-button:hover,
.oath-btn--ghost .elementor-button:hover {
  background: var(--ink);
  color: #fff;
}

/* Trust micro-badges */
.oath-hero .oath-trust .elementor-icon-list-item {
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 500;
  color: var(--ink);
}
.oath-hero .oath-trust .elementor-icon-list-icon svg,
.oath-hero .oath-trust .elementor-icon-list-icon i {
  color: var(--accent);
}

/* Hero image treatment */
.oath-hero .oath-hero__media img {
  border-radius: 6px;
  transition: transform .4s ease;
}
.oath-hero .oath-hero__media:hover img { transform: scale(1.04); }

@media (max-width: 1024px) {
  .oath-hero { min-height: auto; padding: 64px 0; }
  .oath-hero .oath-hero__sub { margin-left: auto; margin-right: auto; }
}

/* -----------------------------------------------------------------
   3. TRUST BAR  (.oath-trustbar — see templates/trust-bar.json)
   ----------------------------------------------------------------- */
.oath-trustbar {
  background: var(--bg-soft) !important;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.oath-trustbar__stat {
  text-align: center;
  position: relative;
}
.oath-trustbar__stat:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0; top: 50%;
  transform: translateY(-50%);
  height: 42px;
  width: 1px;
  background: var(--line);
}
.oath-trustbar__stat .oath-stat-value .elementor-heading-title {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: clamp(24px, 2.4vw, 32px);
  color: var(--ink);
  line-height: 1.1;
}
.oath-trustbar__stat .oath-stat-label .elementor-heading-title {
  font-family: var(--font-body);
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: 12px;
  font-weight: 600;
  color: var(--ink-60);
  margin-top: 6px;
}
@media (max-width: 767px) {
  .oath-trustbar__stat:not(:last-child)::after { display: none; }
}

/* -----------------------------------------------------------------
   4. EXPLORE THE CATALOG  (.oath-catalog — see templates/catalog.json)
   ----------------------------------------------------------------- */
.oath-catalog .oath-section-eyebrow .elementor-heading-title {
  font-family: var(--font-body);
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: 12px;
  font-weight: 600;
  color: var(--accent);
  margin-bottom: 12px;
}
.oath-catalog .oath-section-title .elementor-heading-title {
  font-family: var(--font-head);
  font-weight: 700;
  letter-spacing: -.02em;
  font-size: clamp(30px, 3.4vw, 46px);
  color: var(--ink);
  line-height: 1.1;
}
.oath-catalog__grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  width: 100%;
}
.oath-card {
  border: 1px solid var(--line) !important;
  border-radius: 6px;
  overflow: hidden;
  background: var(--bg);
  transition: transform .25s ease, box-shadow .25s ease;
}
.oath-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(20,20,20,.08);
}
.oath-card .oath-card__media { overflow: hidden; }
.oath-card .oath-card__media img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform .4s ease;
}
.oath-card:hover .oath-card__media img { transform: scale(1.05); }
.oath-card .oath-card__name .elementor-heading-title {
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 19px;
  color: var(--ink);
  padding: 18px 20px 0;
}
.oath-card .oath-card__tag {
  font-family: var(--font-body);
  font-size: 13px;
  color: var(--ink-60);
  padding: 4px 20px 20px;
}
@media (max-width: 1024px) {
  .oath-catalog__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .oath-catalog__grid { grid-template-columns: 1fr; }
}

/* -----------------------------------------------------------------
   5. WHY CHOOSE US  (.oath-why — see templates/why-choose-us.json)
   ----------------------------------------------------------------- */
.oath-why { background: var(--bg-soft) !important; }
.oath-why .oath-section-eyebrow .elementor-heading-title {
  font-family: var(--font-body);
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: 12px;
  font-weight: 600;
  color: var(--accent);
  margin-bottom: 12px;
}
.oath-why .oath-section-title .elementor-heading-title {
  font-family: var(--font-head);
  font-weight: 700;
  letter-spacing: -.02em;
  font-size: clamp(30px, 3.4vw, 46px);
  color: var(--ink);
  line-height: 1.1;
}
.oath-why .oath-why__lead {
  font-family: var(--font-body);
  font-size: 18px;
  line-height: 1.6;
  color: var(--ink-60);
  margin-top: 20px;
  max-width: 34em;
}
.oath-value {
  border-top: 1px solid var(--line);
  padding-top: 22px !important;
}
.oath-value .elementor-icon-box-icon { margin-right: 18px !important; }
.oath-value .elementor-icon { color: var(--accent); font-size: 24px; }
.oath-value .elementor-icon svg { fill: var(--accent); width: 26px; height: 26px; }
.oath-value .elementor-icon-box-title {
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 18px;
  color: var(--ink);
  margin-bottom: 6px !important;
}
.oath-value .elementor-icon-box-description {
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.55;
  color: var(--ink-60);
}
@media (max-width: 1024px) {
  .oath-why__lead { margin-left: auto; margin-right: auto; }
}

/* -----------------------------------------------------------------
   6. FEATURED PRODUCTS  (.oath-featured — live WooCommerce grid)
   ----------------------------------------------------------------- */
.oath-featured .oath-section-eyebrow .elementor-heading-title {
  font-family: var(--font-body);
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: 12px;
  font-weight: 600;
  color: var(--accent);
  margin-bottom: 12px;
}
.oath-featured .oath-section-title .elementor-heading-title {
  font-family: var(--font-head);
  font-weight: 700;
  letter-spacing: -.02em;
  font-size: clamp(30px, 3.4vw, 46px);
  color: var(--ink);
  line-height: 1.1;
}
/* Tidy the WooCommerce shortcode loop to match the system */
.oath-featured .woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-family: var(--font-head);
  font-weight: 600;
  color: var(--ink);
}
.oath-featured .woocommerce ul.products li.product .price {
  font-family: var(--font-body);
  color: var(--ink);
}
.oath-featured .woocommerce ul.products li.product .price del { color: var(--ink-60); }
.oath-featured .woocommerce ul.products li.product .price ins { color: var(--accent); font-weight: 600; }
.oath-featured .woocommerce ul.products li.product .button,
.oath-featured .woocommerce ul.products li.product .added_to_cart {
  font-family: var(--font-body);
  font-weight: 600;
  border-radius: 3px;
  background: var(--ink);
  color: #fff;
  border: 1px solid var(--ink);
  transition: all .2s ease;
}
.oath-featured .woocommerce ul.products li.product .button:hover {
  background: #fff;
  color: var(--ink);
}
.oath-featured .woocommerce span.onsale {
  background: var(--accent);
  color: #fff;
  border-radius: 2px;
  font-family: var(--font-body);
  letter-spacing: .04em;
}

/* Shared section heads (generic — used by COA, How It Works, etc.) */
.oath-section-eyebrow .elementor-heading-title {
  font-family: var(--font-body);
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: 12px;
  font-weight: 600;
  color: var(--accent);
  margin-bottom: 12px;
}
.oath-section-title .elementor-heading-title {
  font-family: var(--font-head);
  font-weight: 700;
  letter-spacing: -.02em;
  font-size: clamp(30px, 3.4vw, 46px);
  color: var(--ink);
  line-height: 1.1;
}

/* -----------------------------------------------------------------
   7. COA SPOTLIGHT  (.oath-coa — dark trust anchor)
   ----------------------------------------------------------------- */
.oath-coa { background: var(--ink) !important; }
.oath-coa .oath-section-title .elementor-heading-title { color: #FFFFFF; }
.oath-coa .oath-coa__lead {
  font-family: var(--font-body);
  font-size: 18px;
  line-height: 1.65;
  color: #B5B5B5;
  margin-top: 20px;
  max-width: 32em;
}
.oath-coa .oath-coa__doc img {
  border-radius: 6px;
  box-shadow: 0 30px 60px rgba(0,0,0,.45);
  border: 1px solid rgba(255,255,255,.08);
}
.oath-coa .oath-btn .elementor-button {
  background: #FFFFFF;
  color: var(--ink);
  border-color: #FFFFFF;
}
.oath-coa .oath-btn .elementor-button:hover {
  background: transparent;
  color: #FFFFFF;
}
.oath-coa__steps { border-top: 1px solid rgba(255,255,255,.12); padding-top: 40px !important; }
.oath-coa__step .oath-step__num .elementor-heading-title {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 30px;
  color: var(--accent);
  line-height: 1;
  margin-bottom: 12px;
}
.oath-coa__step .oath-step__title .elementor-heading-title {
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 19px;
  color: #FFFFFF;
  margin-bottom: 8px;
}
.oath-coa__step .oath-step__desc {
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.55;
  color: #9C9C9C;
}

/* -----------------------------------------------------------------
   8. HOW IT WORKS  (.oath-howto — 4-step flow)
   ----------------------------------------------------------------- */
.oath-howto { background: var(--bg) !important; }
.oath-howto__steps { width: 100%; }
.oath-howto__step { text-align: center; position: relative; }
.oath-howto__step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 26px;
  right: -12px;
  width: 24px;
  height: 1px;
  background: var(--line);
}
.oath-howto__step .oath-step__num .elementor-heading-title {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 22px;
  color: #FFFFFF;
  background: var(--ink);
  width: 52px;
  height: 52px;
  line-height: 52px;
  border-radius: 50%;
  margin: 0 auto 18px;
}
.oath-howto__step .oath-step__title .elementor-heading-title {
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 18px;
  color: var(--ink);
  margin-bottom: 8px;
}
.oath-howto__step .oath-step__desc {
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.55;
  color: var(--ink-60);
}
@media (max-width: 767px) {
  .oath-howto__step:not(:last-child)::after { display: none; }
}

/* -----------------------------------------------------------------
   9. REVIEWS / SOCIAL PROOF  (.oath-reviews)
   ----------------------------------------------------------------- */
.oath-reviews { background: var(--bg-soft) !important; }
.oath-reviews__grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  width: 100%;
}
.oath-review {
  background: var(--bg);
  border: 1px solid var(--line) !important;
  border-radius: 6px;
  padding: 30px !important;
}
.oath-review .oath-review__stars .elementor-heading-title {
  color: var(--accent);
  font-size: 18px;
  letter-spacing: 3px;
  margin-bottom: 16px;
}
.oath-review .oath-review__quote {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink);
}
.oath-review .oath-review__name .elementor-heading-title {
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 16px;
  color: var(--ink);
  margin-top: 20px;
}
.oath-review .oath-review__role {
  font-family: var(--font-body);
  font-size: 13px;
  color: var(--ink-60);
}
@media (max-width: 1024px) { .oath-reviews__grid { grid-template-columns: 1fr; } }

/* -----------------------------------------------------------------
   10. EDITORIAL / JOURNAL  (.oath-journal)
   ----------------------------------------------------------------- */
.oath-journal { background: var(--bg) !important; }
.oath-journal__grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  width: 100%;
}
.oath-post {
  border: 1px solid var(--line) !important;
  border-radius: 6px;
  overflow: hidden;
  background: var(--bg);
  transition: transform .25s ease, box-shadow .25s ease;
}
.oath-post:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(20,20,20,.08); }
.oath-post .oath-post__media { overflow: hidden; }
.oath-post .oath-post__media img {
  display: block; width: 100%; aspect-ratio: 16 / 10; object-fit: cover;
  transition: transform .4s ease;
}
.oath-post:hover .oath-post__media img { transform: scale(1.05); }
.oath-post .oath-post__cat .elementor-heading-title {
  font-family: var(--font-body);
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: 11px;
  font-weight: 600;
  color: var(--accent);
  padding: 20px 22px 0;
}
.oath-post .oath-post__title .elementor-heading-title {
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 19px;
  line-height: 1.3;
  color: var(--ink);
  padding: 8px 22px 22px;
}
@media (max-width: 1024px) { .oath-journal__grid { grid-template-columns: 1fr; } }

/* -----------------------------------------------------------------
   11. NEWSLETTER CTA  (.oath-news)
   ----------------------------------------------------------------- */
.oath-news { background: var(--ink) !important; }
.oath-news .oath-section-title .elementor-heading-title { color: #FFFFFF; }
.oath-news .oath-news__sub {
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.6;
  color: #B5B5B5;
  margin-top: 14px;
  max-width: 34em;
  margin-left: auto;
  margin-right: auto;
}
/* Style the Contact Form 7 newsletter form to match */
.oath-news .wpcf7 form.wpcf7-form {
  display: flex;
  gap: 12px;
  max-width: 520px;
  margin: 26px auto 0;
  flex-wrap: wrap;
  justify-content: center;
}
.oath-news .wpcf7 input[type="email"] {
  flex: 1 1 260px;
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 3px;
  padding: 16px 18px;
  font-family: var(--font-body);
  font-size: 16px;
  color: var(--ink);
}
.oath-news .wpcf7 input[type="submit"] {
  background: var(--accent);
  color: #FFFFFF;
  border: 1px solid var(--accent);
  border-radius: 3px;
  padding: 16px 30px;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  transition: all .2s ease;
}
.oath-news .wpcf7 input[type="submit"]:hover { background: var(--accent-deep); border-color: var(--accent-deep); }

/* -----------------------------------------------------------------
   12. COMPLIANCE NOTE  (.oath-compliance)
   ----------------------------------------------------------------- */
.oath-compliance { background: var(--bg) !important; border-top: 1px solid var(--line); }
.oath-compliance .oath-compliance__text {
  font-family: var(--font-body);
  font-size: 12.5px;
  line-height: 1.6;
  color: var(--ink-60);
  text-align: center;
  max-width: 60em;
  margin: 0 auto;
}

/* =================================================================
   13. SPECIFICITY OVERRIDES
   Beat the Savoy / Elementor global kit (blue headings, green buttons).
   ================================================================= */
/* Headings → ink (dark sections handled below) */
.oath-hero__title .elementor-heading-title,
.oath-section-title .elementor-heading-title,
.oath-card__name .elementor-heading-title,
.oath-post__title .elementor-heading-title,
.oath-review__name .elementor-heading-title,
.oath-step__title .elementor-heading-title { color: var(--ink) !important; }

/* Eyebrows */
.oath-section-eyebrow .elementor-heading-title,
.oath-post__cat .elementor-heading-title { color: var(--accent) !important; }
.oath-hero__eyebrow .elementor-heading-title { color: var(--ink-60) !important; }

/* Accents that must stay gold */
.oath-review__stars .elementor-heading-title { color: var(--accent) !important; }
.oath-coa__step .oath-step__num .elementor-heading-title { color: var(--accent) !important; }

/* Dark-section headings → white */
.oath-coa .oath-section-title .elementor-heading-title,
.oath-news .oath-section-title .elementor-heading-title,
.oath-coa .oath-step__title .elementor-heading-title { color: #FFFFFF !important; }

/* How-It-Works number badge text stays white on the dark circle */
.oath-howto__step .oath-step__num .elementor-heading-title { color: #FFFFFF !important; }

/* Buttons → dark fill, invert on hover */
.oath-btn .elementor-button,
.oath-btn a.elementor-button {
  background-color: var(--ink) !important;
  color: #FFFFFF !important;
  border: 1px solid var(--ink) !important;
}
.oath-btn .elementor-button:hover { background-color: #FFFFFF !important; color: var(--ink) !important; }
.oath-btn--ghost .elementor-button { background-color: transparent !important; color: var(--ink) !important; }
.oath-btn--ghost .elementor-button:hover { background-color: var(--ink) !important; color: #FFFFFF !important; }
.oath-coa .oath-btn .elementor-button { background-color: #FFFFFF !important; color: var(--ink) !important; border-color: #FFFFFF !important; }
.oath-coa .oath-btn .elementor-button:hover { background-color: transparent !important; color: #FFFFFF !important; }

/* Make sure the card/post grids win over container flex defaults */
.e-con.oath-catalog__grid,
.e-con.oath-reviews__grid,
.e-con.oath-journal__grid { display: grid !important; }
.e-con.oath-catalog__grid > .e-con,
.e-con.oath-journal__grid > .e-con,
.e-con.oath-reviews__grid > .e-con { width: auto !important; max-width: none !important; }

/* =================================================================
   14. CUSTOM OFFLINE PAYMENT INSTRUCTIONS
   ================================================================= */
/* Two-column thank-you layout:
   left = order details + billing address, right = payment instructions. */
.ty-2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
  margin-top: 36px;
}
.ty-2col--single { grid-template-columns: 1fr; }
.ty-2col__main > :first-child { margin-top: 0; }
.ty-2col__side .custom-payment-instructions { max-width: none; margin: 0; }
@media (max-width: 900px) {
  .ty-2col { grid-template-columns: 1fr; gap: 0; }
  .ty-2col__side .custom-payment-instructions { margin: 30px 0 0; }
}

.custom-payment-instructions {
  max-width: 760px;
  margin: 50px auto;
  padding: 38px 32px;
  background: var(--bg-soft);
  border: 1px solid var(--line);
  border-radius: 12px;
}
.custom-payment-instructions h2 {
  font-family: var(--font-head);
  font-size: 26px;
  text-align: center;
  margin-bottom: 6px;
  color: var(--ink);
}
.custom-payment-instructions > p {
  text-align: center;
  color: var(--ink-60);
  font-size: 14px;
  margin-bottom: 0;
}

/* Method tabs (pill toggles) */
.payment-tabs-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 28px 0 30px;
}
.payment-tab-option {
  cursor: pointer;
  padding: 10px 22px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  font-size: 14px;
  color: var(--ink-60);
  transition: all .2s ease;
}
.payment-tab-option:hover { border-color: var(--accent); }
.payment-tab-option.is-active {
  background: var(--ink);
  border-color: var(--accent);
  color: #fff;
}
.payment-tab-option.is-active strong { color: #fff; }
.payment-tab-option input { display: none; }

/* Method card */
.payment-methods-grid { display: block; margin-top: 0; }
.payment-method-card {
  background: #ffffff;
  max-width: 420px;
  margin: 0 auto;
  padding: 32px 28px;
  border-radius: 14px;
  border: 1px solid var(--line);
  text-align: center;
  box-shadow: 0 8px 28px rgba(20,20,20,0.07);
}
.payment-method-card h3 {
  font-family: var(--font-head);
  font-size: 21px;
  margin-bottom: 22px;
  color: var(--ink);
  letter-spacing: .3px;
}
.payment-method-card p {
  font-family: var(--font-body);
  font-size: 13.5px;
  color: var(--ink-60);
  line-height: 1.6;
  margin-bottom: 14px;
}
.payment-method-card .qr-placeholder { margin: 0 auto 20px; }
.payment-method-card .qr-placeholder img {
  max-width: 190px;
  height: auto;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 12px;
  background: #fff;
}

/* Account / handle block (Zelle, Venmo, Cash App) */
.pm-account {
  display: flex;
  flex-direction: column;
  gap: 3px;
  max-width: 320px;
  margin: 0 auto 18px;
  padding: 14px 16px;
  background: var(--bg-soft);
  border: 1px solid var(--line);
  border-radius: 10px;
}
.pm-account-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .7px;
  color: var(--ink-60);
}
.pm-account strong { color: var(--ink); font-size: 18px; }
.pm-handle { color: var(--accent-deep); font-size: 14px; }

/* Bank details block (ACH) */
.pm-bank-details {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 340px;
  margin: 0 auto 18px;
  padding: 16px 18px;
  text-align: left;
  background: var(--bg-soft);
  border: 1px solid var(--line);
  border-radius: 10px;
}
.pm-bank-details > span { display: flex; flex-direction: column; }
.pm-bank-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .7px;
  color: var(--ink-60);
}
.pm-bank-details strong { color: var(--ink); font-size: 15px; }

/* Privacy / discretion warning (consistent on every method) */
.payment-method-card .warning-text {
  color: #b3261e;
  font-weight: 500;
  font-size: 12.5px;
  line-height: 1.5;
  text-align: left;
  background: rgba(211, 47, 47, 0.06);
  padding: 12px 14px;
  border-radius: 8px;
  border-left: 3px solid #d32f2f;
}
.payment-method-card .pm-confirm-note {
  font-size: 13px;
  color: var(--ink-60);
  margin-bottom: 0;
}
.payment-method-card strong { color: var(--ink); }

/* Hide the "Payment method" line in the order-received overview box.
   (The order-details totals "Payment method:" row is removed in PHP via the
   woocommerce_get_order_item_totals filter in functions.php.) */
.woocommerce-order-overview__payment-method {
  display: none !important;
}

/* =================================================================
   15b. GUEST "LOG IN TO VIEW" CTA (members-only products)
   -----------------------------------------------------------------
   The CTA sits inside .nm-shop-loop-actions, so it automatically
   inherits Savoy's native loop-action link style (underlined text,
   gold hover) and the theme's hover-reveal (opacity 0 -> 1 on card
   hover). We only align the lock icon with the text here.
   ================================================================= */
a.nm-login-to-view {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.nm-login-to-view__icon {
  width: 12px;
  height: 12px;
  flex: 0 0 auto;
}

/* =================================================================
   15. SPLIT-SCREEN LOGIN  (slider | login form)
   ================================================================= */
.login-split {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  min-height: 600px;
  max-width: 1040px;
  margin: 30px auto 60px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 18px 50px rgba(20,20,20,0.08);
}

/* ---- Left: branded slider ---- */
.login-split__media {
  position: relative;
  background: radial-gradient(130% 130% at 0% 0%, #2c2c2c 0%, var(--ink) 58%);
  color: #fff;
  overflow: hidden;
}
.login-slider { position: relative; width: 100%; height: 100%; min-height: 600px; }
.login-slide {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 56px 48px 80px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  visibility: hidden;
  transform: translateY(14px);
  transition: opacity .8s ease, transform .8s ease, visibility .8s;
}
/* Dark gradient over the photo so the light text stays readable. */
.login-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15,15,15,.20) 0%, rgba(15,15,15,.55) 48%, rgba(15,15,15,.92) 100%);
  z-index: 1;
}
.login-slide__content { position: relative; z-index: 2; }
.login-slide.is-active { opacity: 1; visibility: visible; transform: none; }
.login-slide__eyebrow {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 14px;
}
.login-slide__title {
  font-family: var(--font-head);
  color: #fff;
  font-size: 30px;
  line-height: 1.22;
  margin: 0 0 14px;
}
.login-slide__text {
  color: rgba(255,255,255,.72);
  font-size: 15px;
  line-height: 1.65;
  max-width: 400px;
  margin: 0;
}
.login-slider__dots {
  position: absolute;
  left: 48px;
  bottom: 40px;
  display: flex;
  gap: 8px;
  z-index: 2;
}
.login-slider__dot {
  width: 28px;
  height: 3px;
  padding: 0;
  border: none;
  border-radius: 2px;
  background: rgba(255,255,255,.28);
  cursor: pointer;
  transition: background .3s ease;
}
.login-slider__dot.is-active { background: var(--accent); }

/* ---- Right: login / register forms ---- */
.login-split__form {
  display: flex;
  align-items: center;
  padding: 15px 15px;
}
.login-split__form .nm-myaccount-login { width: 100%; }
.login-split__form .nm-myaccount-login-inner {
  display: block;
  width: 100%;
  max-width: 380px;
  margin: 0 auto;
}
.login-split__form h2 {
  font-family: var(--font-head);
  font-size: 24px;
  margin-bottom: 22px;
  color: var(--ink);
}
.login-split__form .form-row { margin-bottom: 16px; }
.login-split__form input.input-text {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
}
.login-split__form input.input-text:focus {
  outline: none;
  border-color: var(--accent);
}
.login-split__form .form-actions .button { width: 100%; text-align: center; }
.login-split__form .nm-login-form-divider {
  text-align: center;
  margin: 16px 0;
  color: var(--ink-60);
  font-size: 13px;
}

/* Header popup login keeps its plain compact layout (no slider/grid). */
.login-split--popup {
  display: block;
  max-width: none;
  min-height: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.login-split--popup .login-split__form { display: block; padding: 0; }

@media (max-width: 880px) {
  .login-split { grid-template-columns: 1fr; max-width: 460px; }
  .login-split__media, .login-slider { min-height: 230px; }
  .login-slide { padding: 32px 28px 56px; }
  .login-slide__title { font-size: 22px; }
  .login-slider__dots { left: 28px; bottom: 24px; }
  .login-split__form { padding: 34px 28px; }
}


.nm-myaccount-login, .nm-myaccount-lost-reset-password {
  
    padding-top: 0px !important;
    padding-bottom: 15px !important;
    
}
.nm-myaccount-login h2 {
    padding: 0 0 15px !important;
}
.woocommerce-product-gallery__wrapper img.wp-post-image {
      border: 1px solid #000000;
    border-radius: 10px;
}


.nm-shop-loop-thumbnail {
    border-radius: 10px !important;
}

/* =================================================================
   16. CHECKOUT — BOXED PAYMENT METHODS WITH INLINE QR REVEAL
   -----------------------------------------------------------------
   Savoy's default checkout renders payment methods as a flat list
   with a shared border-bottom divider. This gives each method its
   own bordered card (matching the site's existing rounded/light-
   border language used elsewhere — .oath-card, .pm-account, etc.)
   and highlights whichever one is selected. Show/hide of the
   expanded .payment_box on selection is already handled by Savoy's
   own shop.css rule (#payment .payment_methods > li input:checked
   ~ .payment_box) — this only adds the box chrome and QR styling.
   ================================================================= */
#payment .payment_methods > li {
  border: 1px solid var(--line) !important;
  border-bottom: 1px solid var(--line) !important;
  border-radius: 8px;
  margin-bottom: 10px;
  background: #fff;
  transition: border-color .2s ease, box-shadow .2s ease;
}
#payment .payment_methods > li:last-child {
  margin-bottom: 0;
}
#payment .payment_methods > li.active {
  border-color: var(--ink) !important;
  box-shadow: 0 2px 10px rgba(20,20,20,.06);
}

/* Inline QR/handle box (Zelle, Venmo, Cash App) */
/* Selected-method reveal panel: holds the warning + note (left-aligned)
   above a centered white "card" with the brand/handle/QR/wordmark. */
.ck-qr-box {
  margin-top: 14px;
  padding: 16px;
  text-align: left;
  /* Cool tint + light-blue border + radius sampled from the aminoxlabs
     reference payment panel (.axmp-box: #f6f9fc / #cbddea / 8px). */
  background: #f6f9fc;
  border: 1px solid #cbddea;
  border-radius: 8px;
}
/* Plain bold red warning text (no box/border) — matches the aminoxlabs
   reference: #e00000, 700 weight, ~12px, left-aligned. */
.ck-qr-box__warning {
  margin: 0 0 24px;
  padding: 0;
  font-family: var(--font-body);
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1.4;
  color: #e00000;
  background: none;
  border: 0;
}
/* Instruction note — matches the aminoxlabs reference: dark slate #243241,
   normal weight, ~12px, left-aligned, 24px bottom margin. */
.ck-qr-box__note {
  margin: 0 0 24px;
  font-family: var(--font-body);
  font-size: 12.5px;
  font-weight: 400;
  line-height: 1.4;
  color: #243241;
}
/* White composited-looking card floating on the tinted panel, matching the
   reference (which bakes brand/QR/wordmark into one image). Borderless with a
   soft shadow instead of a hard border. */
.ck-qr-box__card {
  padding: 28px 22px;
  text-align: center;
  background: #fff;
  border: 0;
  border-radius: 14px;
  box-shadow: 0 6px 20px rgba(20, 30, 45, .08);
}
#payment .payment_methods > li img.ck-qr-box__image {
  display: block !important;
  width: 100% !important;
  max-width: 360px !important;
  max-height: none !important;
  height: auto !important;
  margin: 4px auto 16px !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
}
#payment .payment_methods > li img.ck-qr-box__wordmark {
  display: block !important;
  width: auto !important;
  max-width: 150px !important;
  max-height: 46px !important;
  height: auto !important;
  margin: 0 auto !important;
}
.ck-qr-box__name {
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 22px;
  color: var(--ink);
  margin: 0 0 4px;
}
.ck-qr-box__handle {
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--accent-deep);
  margin: 0 0 6px;
}

/* =================================================================
   17. CHECKOUT — TWO-COLUMN LAYOUT WITH STICKY ORDER SUMMARY
   -----------------------------------------------------------------
   Savoy floats #customer_details (left, 2/3) and #order_review
   (right, 1/3), with the payment block living inside #order_review.
   The child form-checkout.php override + savoy_child_move_checkout_
   payment() move payment into the left column and leave the right
   column as a summary-only panel. This replaces Savoy's floats with
   a CSS grid so the summary can be sticky and the payment options sit
   on the left, matching the reference checkout.
   ================================================================= */
.woocommerce-checkout .savoy-checkout-2col {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(0, 1fr);
  gap: 56px;
  align-items: start;
}
/* Neutralise Savoy's float/width rules now that both live in the grid. */
.woocommerce-checkout .savoy-checkout-2col #customer_details,
.woocommerce-checkout .savoy-checkout-2col #order_review {
  float: none !important;
  width: 100% !important;
  padding-right: 0 !important;
}
.woocommerce-checkout .savoy-checkout__main,
.woocommerce-checkout .savoy-checkout__aside {
  min-width: 0;
}
.woocommerce-checkout .savoy-checkout__aside {
  position: sticky;
  top: 24px;
}

/* Payment section in the left column */
.savoy-checkout-payment-section {
  margin-top: 44px;
  padding-top: 40px;
  border-top: 1px solid var(--line);
}
.savoy-checkout-payment-heading {
  font-size: 24px;
  margin: 0;
  padding-bottom: 24px;
  color: var(--ink);
}

/* Right-hand summary panel */
.savoy-checkout__summary {
  padding: 28px 26px;
  background: var(--bg-soft);
  border: 1px solid var(--line);
  border-radius: 12px;
}
.savoy-checkout__summary #order_review_heading {
  padding-bottom: 22px;
  margin: 0;
}
.savoy-checkout__summary #order_review {
  line-height: 1.6;
}

/* Coupon toggle: keep it left-aligned above the form instead of a centered
   full-width banner (Savoy centres .woocommerce-info by default). */
.woocommerce-checkout .nm-checkout-login-coupon {
  margin-bottom: 4px;
}
.woocommerce-checkout .nm-checkout-login-coupon .woocommerce-info {
  text-align: left;
}

@media (max-width: 900px) {
  .woocommerce-checkout .savoy-checkout-2col {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .woocommerce-checkout .savoy-checkout__aside {
    position: static;
  }
  /* On mobile show the summary first so buyers see what they're paying for
     before the long address form. */
  .woocommerce-checkout .savoy-checkout__main { order: 2; }
  .woocommerce-checkout .savoy-checkout__aside { order: 1; }
}

/* =================================================================
   18. THANK-YOU / ORDER-RECEIVED PAGE (redesigned to reference)
   -----------------------------------------------------------------
   Hero + "Order confirmation" panel + two-column Customer/Order
   details + single-method payment instructions. See the child
   woocommerce/checkout/thankyou.php override.
   ================================================================= */
.ty-redesign { max-width: 1120px; margin: 0 auto; }

/* 1. Hero */
.ty-hero { padding: 8px 0 4px; }
.ty-hero__top { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; }
.ty-hero__check { display: inline-flex; color: #2fbf9b; }
.ty-hero__ordernum { font-family: var(--font-body); font-size: 14px; color: var(--muted, #7a7a7a); }
.ty-hero__hi {
  font-family: var(--font-head);
  font-size: 26px;
  font-weight: 600;
  color: var(--ink);
  margin: 0 0 10px;
}
.ty-hero__thanks,
.ty-hero__status {
  font-family: var(--font-body);
  font-size: 16px;
  color: var(--muted, #5c5c5c);
  margin: 0 0 6px;
}
.ty-hero__badges {
  list-style: none;
  margin: 22px 0 0;
  padding: 0;
}
.ty-hero__badges li {
  display: flex;
  align-items: center;
  gap: 9px;
  font-family: var(--font-body);
  font-size: 15px;
  color: var(--ink);
  margin-bottom: 8px;
}
.ty-hero__badge-ico { font-size: 17px; line-height: 1; }
.ty-hero__tracking {
  font-family: var(--font-body);
  font-size: 15px;
  color: var(--muted, #5c5c5c);
  margin: 22px 0 0;
}
.ty-hero__continue {
  display: block;
  text-align: center;
  font-family: var(--font-head);
  font-size: 28px;
  font-weight: 800;
  color: var(--accent, #dc9814);
  text-decoration: none;
  margin: 30px 0 8px;
}
.ty-hero__continue:hover { text-decoration: underline; }

/* 2. Order confirmation panel */
.ty-confirm {
  background: #f7f7f7;
  padding: 30px 40px 34px;
  margin: 34px 0;
}
.ty-confirm__title {
  font-family: var(--font-head);
  font-size: 20px;
  font-weight: 500;
  color: #6f6f6f;
  margin: 0 0 20px;
}
.ty-confirm__rows { margin: 0; }
.ty-confirm__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid #e5e5e5;
  padding: 15px 0;
}
.ty-confirm__row dt {
  margin: 0;
  padding-right: 30px;
  text-align: right;
  border-right: 1px solid #e5e5e5;
  font-family: var(--font-body);
  font-size: 14px;
  color: #7a7a7a;
}
.ty-confirm__row dd {
  margin: 0;
  padding-left: 30px;
  font-family: var(--font-body);
  font-size: 14px;
  color: #4a4a4a;
}

/* 3. Customer information + Order details (two columns) */
.ty-details {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  gap: 48px;
  align-items: start;
  margin: 0 0 10px;
}
.ty-details .woocommerce-customer-details { order: -1; }        /* customer info on the left */
.ty-details .woocommerce-order-details,
.ty-details .woocommerce-customer-details { margin: 0; }

/* 4. Payment instructions (single method) */
.ty-pay-instructions {
  margin-top: 40px;
  padding: 28px 32px 32px;
  background: #f6f9fc;
  border: 1px solid #cbddea;
  border-radius: 8px;
}
.ty-pay-instructions__title {
  font-family: var(--font-head);
  font-size: 22px;
  color: var(--ink);
  margin: 0 0 18px;
}
.ty-pay-instructions__warning {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  color: #e00000;
  margin: 0 0 18px;
}
.ty-pay-instructions__details {
  background: #fff;
  border: 1px solid #e6ecf2;
  border-radius: 6px;
  padding: 14px 16px;
  margin: 0 0 20px;
}
.ty-pay-instructions__details-label {
  display: block;
  font-family: var(--font-body);
  font-size: 13px;
  color: var(--ink);
  margin-bottom: 4px;
}
.ty-pay-instructions__detail {
  font-family: var(--font-body);
  font-size: 14px;
  color: #555;
}
.ty-pay-instructions .ty-pay-instructions__qr {
  display: block;
  width: 100%;
  max-width: 340px;
  height: auto;
  margin: 0 0 18px;
  background: #fff;
  border-radius: 8px;
}
.ty-pay-instructions__note {
  font-family: var(--font-body);
  font-size: 13px;
  line-height: 1.6;
  color: #243241;
  margin: 0;
}

/* Transaction-ID confirmation form (kept) */
.transaction-form-container {
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px solid #dbe4ec;
}
.transaction-form-container h3 {
  font-family: var(--font-head);
  font-size: 17px;
  color: var(--ink);
  margin: 0 0 6px;
}
.transaction-form-container > p {
  font-family: var(--font-body);
  font-size: 13.5px;
  color: var(--muted, #5c5c5c);
  margin: 0 0 14px;
}
.tx-label {
  display: block;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 13.5px;
  color: var(--ink);
  margin-bottom: 6px;
}
.tx-label span { color: #e00000; }
.tx-input {
  display: block;
  width: 100%;
  max-width: 420px;
  padding: 11px 12px;
  border: 1px solid #cbddea;
  border-radius: 6px;
  background: #fff;
  font-size: 14px;
  margin-bottom: 14px;
}
.ty-pay-instructions .tx-submit {
  background: var(--ink, #141414);
  color: #fff;
  border: 0;
  padding: 12px 26px;
  font-weight: 600;
  border-radius: 6px;
  cursor: pointer;
}
.tx-success-msg {
  margin-top: 22px;
  padding: 14px 16px;
  background: #e8f5e9;
  border-left: 4px solid #2e7d32;
  border-radius: 0 6px 6px 0;
  color: #1b5e20;
  font-family: var(--font-body);
  font-size: 14px;
}

@media (max-width: 860px) {
  .ty-details { grid-template-columns: 1fr; gap: 30px; }
  .ty-details .woocommerce-customer-details { order: 0; }
  .ty-confirm { padding: 24px 20px; }
  .ty-confirm__row dt { padding-right: 16px; }
  .ty-confirm__row dd { padding-left: 16px; }
  .ty-pay-instructions { padding: 22px 18px; }
}