@charset "UTF-8";
/*
Theme Name: LeanX System V4
Theme URI: https://leanxsystem.com
Author: Expert Corp Team
Author URI: https://expertcorp.id
Description: LeanX System V4 – A modern, modular, highly-customizable WordPress theme for advanced research, e-commerce, product comparison, and verification. Combines a sharp design system, flexible options, and an intuitive interface for scientific and commercial use cases.
Version: 4.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: leanxsystem-v4
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS
----------------------------------------------------------------
# Normalize
# Base Styles
    ## Focus Accessibility
    ## Layout
    ## Utilities
# Components
    ## Topbar
    ## Site Header
    ## Site Footer
    ## Global CTA
    ## Contact Page
    ## Verify Purity
    ## FAQ Page
    ## Compare Products
    ## Shop Archive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
  text-decoration: none;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

/* Box sizing
     ========================================================================== */
/* Inherit box-sizing to more easily change it's value on a component level.
  @link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  outline: 0 !important;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:root {
  /* Base palette */
  --base-white: #ffffff;
  --base-black: #000000;
  --base-page: #F7F9FC;
  --base-icon: #EEF4FC;
  --base-soft: #F3F7FC;
  --base-soft-2: #EAF2FF;
  --base-sky: #1658BD;
  --base-mist: #F5F8FC;
  --base-ice: #D8E4F7;
  --base-navy: #071B49;
  --base-blue: #2468DF;
  --base-blue-2: #174FAF;
  --base-ink: #090B10;
  /* Semantic colors */
  --color-navy: var(--base-navy);
  --color-blue: var(--base-blue);
  --color-blue-2: var(--base-blue-2);
  --color-black: var(--base-ink);
  --color-text: #0B1E3A;
  --color-soft: var(--base-soft);
  --color-soft-2: var(--base-soft-2);
  --color-line: #DDE6F2;
  --color-muted: #60708A;
  --color-gold: #C9AC76;
  --color-topbar-start: #061533;
  --color-topbar-end: #0C3B86;
  --color-footer-bg: #080B11;
  --color-footer-muted: #aab4c4;
  --color-footer-line: #242A34;
  --color-cta-section-start: var(--base-soft-2);
  --color-cta-section-end: #F9FBFF;
  --color-cta-text: var(--base-ice);
  --color-btn-navy: #0B3C86;
  --color-contact-bg: var(--base-page);
  --color-hero-desc: #d9e5f7;
  --color-input-border: #d7e0ea;
  --color-card-muted: #66778b;
  --color-card-dark-text: #dbe6f7;
  --color-icon-bg: var(--base-icon);
  --color-silver: #d6dce4;
  --color-gold-line: #C8A75A;
  --color-verify-muted: #66768b;
  --color-verify-check: #1d8b49;
  --color-verify-check-text: #55657b;
  --color-verify-code: #6d7b90;
  --color-verify-info-bg: var(--base-page);
  --color-verify-btn-secondary: var(--base-icon);
  --color-verify-pen-core-end: #e9edf3;
  --color-verify-pen-perform-start: #0b0d11;
  --color-verify-pen-perform-end: #2a313b;
  --color-faq-page-bg: var(--base-page);
  --color-faq-border: #E5E7EB;
  --color-faq-icon: #3B82F6;
  --shadow-faq: 0 4px 16px rgba(7, 27, 73, 0.06);
  --color-compare-hero-text: #52617B;
  --color-compare-title-span: var(--base-sky);
  --color-compare-badge-text: #43536B;
  --color-compare-table-bg: #F6F9FD;
  --color-compare-table-border: #E7EDF5;
  --color-compare-table-row: #FAFBFD;
  --color-compare-table-label: #68768A;
  --color-compare-table-cell: #344762;
  --color-compare-note: #77849A;
  --color-compare-meta: #28415F;
  --color-compare-highlight-bg: var(--base-mist);
  --color-compare-highlight-border: #E3EAF3;
  --color-compare-highlight-text: #334761;
  --color-compare-check: var(--base-sky);
  --color-compare-support-bg: var(--base-mist);
  --color-compare-support-text: var(--base-ice);
  --color-compare-email-note: #C9D9EF;
  --color-compare-flexibility-bg-start: #E9F2FF;
  --color-compare-flexibility-bg-end: #F7FAFF;
  --color-compare-flexibility-border: #C9DAF2;
  --color-compare-flexibility-text: #52657E;
  --shadow-compare: 0 16px 38px rgba(7, 27, 73, 0.07);
  --shadow-compare-lg: 0 24px 55px rgba(7, 27, 73, 0.14);
  --font-body: var(--wp--preset--font-family--inter);
  --fs-topbar: 0.7rem;
  --fs-nav: 0.92rem;
  --fs-logo: 1.75rem;
  --fs-disclaimer: 0.85rem;
  --fs-footer-bottom: 0.8rem;
  --fs-btn: 0.84rem;
  --fs-cta-title: clamp(2.2rem, 4vw, 3.8rem);
  --fs-cta-text: 1rem;
  --fs-contact-hero: 58px;
  --fs-contact-hero-sm: 42px;
  --fs-contact-heading: 1.5rem;
  --fs-contact-card-title: 1.15rem;
  --fs-contact-desc: 1rem;
  --fs-icon: 24px;
  --fs-verify-hero: 3.4rem;
  --fs-verify-hero-sm: 2.6rem;
  --fs-verify-card-name: 1.6rem;
  --fs-verify-code: 0.88rem;
  --fs-verify-body: 1rem;
  --fs-verify-btn: 0.95rem;
  --fs-faq-hero: 3.4rem;
  --fs-faq-hero-sm: 2.6rem;
  --fs-faq-item-title: 1.125rem;
  --fs-faq-content: 1rem;
  --fs-eyebrow: 0.78rem;
  --fs-compare-hero: clamp(3.4rem, 6.4vw, 6.2rem);
  --fs-compare-hero-sm: 3.35rem;
  --fs-compare-section: clamp(2.2rem, 4.6vw, 4rem);
  --fs-compare-desc: 1.08rem;
  --fs-compare-badge: 0.73rem;
  --fs-compare-quick-title: 1.55rem;
  --fs-compare-quick-text: 0.9rem;
  --fs-compare-dose: 0.72rem;
  --fs-compare-table-label: 0.72rem;
  --fs-compare-table-cell: 0.91rem;
  --fs-compare-note: 0.78rem;
  --fs-compare-highlight: 0.86rem;
  --fs-compare-guide-title: clamp(2.35rem, 4vw, 4rem);
  --fs-compare-btn: 0.75rem;
  --fs-compare-email-note: 0.8rem;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-bold: 700;
  --fw-nav: 750;
  --fw-extrabold: 800;
  --fw-black: 900;
  --lh-tight: 1.2;
  --lh-body: 1.6;
  --lh-disclaimer: 1.6;
  --lh-hero: 1.7;
}

/*--------------------------------------------------------------
# Base Styles
--------------------------------------------------------------*/
/* Focus Accessibility
========================================================================== */
*:focus {
  -webkit-box-shadow: 0 0 0px 2px var(--base-white) !important;
          box-shadow: 0 0 0px 2px var(--base-white) !important;
  outline: dotted !important;
  z-index: 99999 !important;
}

.site-branding a:focus {
  outline: 2px dotted var(--base-black) !important;
}

.content-column {
  padding: 3px;
}

.post-footer {
  padding: 3px !important;
}

form a,
aside article a,
.post-page-content a {
  text-decoration: underline !important;
}

aside .graceful-widget a {
  margin-left: 3px;
}

.wp-block-search__button {
  margin-bottom: 2px;
  margin-right: 2px;
}

/* Core Styles
   ========================================================================== */
body {
  font-family: var(--font-body), -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: var(--lh-body);
  margin: 0;
  color: var(--color-text);
  background-color: var(--base-white);
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  height: auto;
  max-width: 100%;
}

iframe {
  max-width: 100%;
}

embed {
  max-width: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 15px;
}

table th {
  border: 1px solid;
  font-weight: bold;
  padding: 10px;
  text-align: left;
}

table tr {
  border: 1px solid;
  padding: 10px;
  text-align: left;
}

table td {
  border: 1px solid;
  padding: 10px;
  text-align: left;
}

input {
  -webkit-border-radius: 0;
  font-family: "Montserrat", sans-serif;
  outline: 0;
}

textarea {
  -webkit-border-radius: 0;
  font-family: "Montserrat", sans-serif;
  outline: 0;
}

select {
  -webkit-border-radius: 0;
  font-family: "Montserrat", sans-serif;
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Cormorant Garamond", "Times", serif;
  font-weight: 500;
}

h1 {
  clear: both;
  font-size: 40px;
  line-height: normal;
  margin: 0;
}

h2 {
  clear: both;
  font-size: 36px;
  line-height: normal;
  margin: 0;
}

h3 {
  clear: both;
  font-size: 30px;
  line-height: normal;
  margin: 0;
}

h4 {
  clear: both;
  font-size: 24px;
  line-height: normal;
  margin: 0;
}

h5 {
  clear: both;
  font-size: 22px;
  line-height: normal;
  margin: 0;
}

h6 {
  clear: both;
  font-size: 20px;
  line-height: normal;
  margin: 0;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  outline: 0 !important;
}
*::before, *::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  outline: 0 !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-body);
}

/* Layout container
   ========================================================================== */
.wrap {
  width: min(1180px, 100% - 32px);
  margin-inline: auto;
}

/* Utility classes
   ========================================================================== */
/* Text color */
.u-text-navy, .faq-item__title, .faq-page {
  color: var(--color-navy);
}

.u-text-muted, .faq-item__content p, .faq-item__content {
  color: var(--color-verify-muted);
}

.u-text-check {
  color: var(--color-verify-check-text);
}

.u-text-code, .verify-card__code {
  color: var(--color-verify-code);
}

.u-text-white, .verify-card__btn--primary, .foot-links a, .site-footer .logo a, .site-footer .logo, .site-footer, .topbar {
  color: var(--base-white);
}

.u-text-blue, .verify-card__btn--secondary {
  color: var(--color-blue-2);
}

.u-text-compare-muted {
  color: var(--color-compare-hero-text);
}

.u-text-compare-note {
  color: var(--color-compare-note);
}

.u-eyebrow {
  color: var(--color-blue-2);
  font-size: var(--fs-eyebrow);
  font-weight: var(--fw-extrabold);
  line-height: var(--lh-tight);
}

/* Background */
.u-bg-white, .faq-item {
  background-color: var(--base-white);
}

.u-bg-soft {
  background-color: var(--color-verify-info-bg);
}

.u-bg-navy, .verify-card__btn--primary {
  background-color: var(--color-navy);
}

.u-bg-icon, .verify-card__btn--secondary {
  background-color: var(--color-verify-btn-secondary);
}

.u-bg-page {
  background-color: var(--color-faq-page-bg);
}

/* Border */
.u-border {
  border: 1px solid var(--color-line);
}

.u-border-faq, .faq-list {
  border: 1px solid var(--color-faq-border);
}

/* Shadow */
.u-shadow-faq, .faq-list {
  -webkit-box-shadow: var(--shadow-faq);
          box-shadow: var(--shadow-faq);
}

.u-shadow-compare {
  -webkit-box-shadow: var(--shadow-compare);
          box-shadow: var(--shadow-compare);
}

.u-shadow-compare-lg {
  -webkit-box-shadow: var(--shadow-compare-lg);
          box-shadow: var(--shadow-compare-lg);
}

/* Font weight */
.u-fw-regular, .faq-item__content p, .faq-item__content, .verify-card__code {
  font-weight: var(--fw-regular);
}

.u-fw-bold, .faq-item__title {
  font-weight: var(--fw-bold);
}

.u-fw-extrabold, .verify-card__btn {
  font-weight: var(--fw-extrabold);
}

.u-fw-black {
  font-weight: var(--fw-black);
}

/* Line height */
.u-lh-tight, .faq-item__title, .verify-card__btn {
  line-height: var(--lh-tight);
}

.u-lh-body, .faq-item__content p, .faq-item__content, .verify-card__code {
  line-height: var(--lh-body);
}

.u-lh-hero {
  line-height: var(--lh-hero);
}

/* Page plain style */
.page.page--plain {
  background-color: var(--base-white);
}

.page.page--gradient .page-body {
  margin-top: -55px;
}

/* Page hero component */
.page-hero {
  display: block;
  width: 100%;
  padding: 80px 0 90px;
  text-align: center;
}

.page-hero--gradient {
  background: linear-gradient(135deg, var(--color-navy), var(--color-blue-2));
  color: var(--base-white);
}

.page-hero--plain {
  background-color: var(--base-white);
  color: var(--color-navy);
  padding: 60px 0 36px;
  text-align: center;
}

.page-hero__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
  width: min(1180px, 100% - 32px);
  margin-inline: auto;
}

.page-hero__title {
  display: block;
  margin: 0 0 14px;
  font-family: var(--font-body), -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: bold;
  letter-spacing: -0.05em;
  font-size: 3.4rem;
  line-height: 1.16;
}
@media (max-width: 1024px) {
  .page-hero__title {
    font-size: 2.6rem;
  }
}
@media (max-width: 480px) {
  .page-hero__title {
    font-size: 28px;
  }
}

.page-hero--gradient .page-hero__title {
  color: var(--base-white);
}

.page-hero--plain .page-hero__title {
  color: var(--color-navy);
}

.page-hero__title::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  margin: 14px auto 0;
  border-radius: 20px;
  background-color: var(--color-gold-line);
}

.page-hero--plain .page-hero__title::after {
  display: none;
}

.page-hero__description {
  display: block;
  max-width: 720px;
  margin: 24px auto 0;
  font-weight: var(--fw-regular);
  font-size: 15px;
  line-height: 1.7;
}
.page-hero--plain .page-hero__description {
  margin-top: 0;
}

.page-hero--gradient .page-hero__description,
.page-hero--gradient .page-hero__description p {
  color: var(--color-hero-desc);
}

.page-hero--plain .page-hero__description,
.page-hero--plain .page-hero__description p {
  color: var(--color-verify-muted);
}

.page-hero__description p {
  margin: 0;
  font-size: var(--fs-contact-desc);
  font-weight: var(--fw-regular);
  line-height: var(--lh-hero);
}

.page-hero--gradient .page-hero__description strong {
  color: var(--base-white);
  font-weight: var(--fw-bold);
}

.page-hero--plain .page-hero__description strong {
  color: var(--color-navy);
  font-weight: var(--fw-bold);
}

/* Left-aligned page hero (blog plain, etc.) */
.page-hero--start {
  text-align: left;
}
.page-hero--start .page-hero__inner {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page-hero--start .page-hero__title::after {
  margin-left: 0;
  margin-right: auto;
}
.page-hero--start .page-hero__description {
  margin-left: 0;
  margin-right: 0;
  max-width: 640px;
}

/* Page body section */
.page-body-section, .page-body__results, .page-body__blog {
  padding: 10px 0 60px;
  margin: 0 0 60px;
}
@media (max-width: 768px) {
  .page-body-section, .page-body__results, .page-body__blog {
    padding: 10px 0 40px;
    margin: 0 0 40px;
  }
}

/* Button styles
   ========================================================================== */
.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 14px;
  border: 1px solid transparent;
  font-size: var(--fs-btn);
  font-weight: var(--fw-extrabold);
  line-height: var(--lh-tight);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.btn-primary {
  background: linear-gradient(135deg, var(--color-navy), var(--color-blue));
  color: var(--base-white);
}

.btn-outline {
  background-color: var(--base-white);
  border-color: #88A7D8;
  color: var(--color-blue-2);
}

.btn--primary {
  background: linear-gradient(135deg, var(--color-navy), var(--color-blue));
  color: var(--base-white);
  -webkit-box-shadow: 0 12px 28px rgba(36, 104, 223, 0.25);
          box-shadow: 0 12px 28px rgba(36, 104, 223, 0.25);
}

.btn--secondary,
.btn--outline {
  background-color: var(--base-white);
  border-color: #88A7D8;
  color: var(--color-blue-2);
}

.btn--soft {
  background-color: var(--color-verify-btn-secondary);
  color: var(--color-blue-2);
}

.btn--dark {
  background-color: var(--color-black);
  color: var(--base-white);
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Topbar
   ========================================================================== */
.topbar {
  display: block;
  width: 100%;
  padding: 12px 16px;
  background: -webkit-gradient(linear, left top, right top, from(var(--color-topbar-start)), to(var(--color-topbar-end)));
  background: linear-gradient(90deg, var(--color-topbar-start), var(--color-topbar-end));
  letter-spacing: 0.13em;
  text-transform: uppercase;
  font-size: var(--fs-topbar);
  font-weight: var(--fw-extrabold);
  line-height: 1.17;
}
.topbar--marquee {
  overflow: hidden;
  position: relative;
  padding-inline: 0;
}
.topbar--marquee .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  gap: 40px;
}
.topbar .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.topbar-text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.topbar-marquee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  color: var(--base-white);
  font-size: var(--fs-topbar);
  font-weight: var(--fw-extrabold);
  line-height: var(--lh-tight);
  -webkit-animation: marquee 60s linear infinite;
          animation: marquee 60s linear infinite;
}
.topbar-marquee .marquee-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  white-space: nowrap;
}
.topbar-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  white-space: nowrap;
  color: var(--base-white);
  font-size: var(--fs-topbar);
  font-weight: var(--fw-extrabold);
  line-height: var(--lh-tight);
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-100% - 40px));
            transform: translateX(calc(-100% - 40px));
  }
}

@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-100% - 40px));
            transform: translateX(calc(-100% - 40px));
  }
}
/* Site header
   ========================================================================== */
.site-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 84px;
  background-color: rgba(255, 255, 255, 0.94);
  color: var(--color-text);
  border-bottom: 1px solid var(--color-line);
  position: sticky;
  top: 0;
  z-index: 20;
}
.site-header .wrap.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.site-header .logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: var(--fs-logo);
  font-weight: var(--fw-black);
  line-height: var(--lh-tight);
  color: var(--color-text);
  letter-spacing: -0.04em;
}
.site-header .logo a {
  color: var(--color-text);
  font-size: var(--fs-logo);
  font-weight: var(--fw-black);
  line-height: var(--lh-tight);
}
.site-header .logo b {
  color: var(--color-blue);
  font-weight: var(--fw-black);
}
.site-header .logo img {
  display: block;
  max-height: 40px;
  width: auto;
}
@media (max-width: 480px) {
  .site-header .logo img {
    max-height: 32px;
  }
}
@media (max-width: 375px) {
  .site-header .logo img {
    max-height: 28px;
  }
}
.site-header .header-cart {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 42px;
  height: 42px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
  color: var(--color-navy);
  text-decoration: none;
  -webkit-transition: background 0.2s ease, color 0.2s ease;
  transition: background 0.2s ease, color 0.2s ease;
}
@media screen and (max-width: 992px) {
  .site-header .header-cart {
    margin-right: 16px;
  }
}
.site-header .header-cart:hover {
  background: var(--color-soft-2);
  color: var(--color-blue-2);
}
.site-header .header-cart__icon {
  display: -ms-grid;
  display: grid;
  place-items: center;
}
.site-header .header-cart__count {
  position: absolute;
  top: 2px;
  right: 0;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 99px;
  background: var(--color-blue);
  color: var(--base-white);
  font-size: 11px;
  font-weight: var(--fw-extrabold);
  line-height: 18px;
  text-align: center;
  opacity: 0;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  pointer-events: none;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}
.site-header .header-cart__count.is-visible {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-animation: header-cart-pop 0.45s cubic-bezier(0.22, 1, 0.36, 1);
          animation: header-cart-pop 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

@-webkit-keyframes header-cart-pop {
  0% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  55% {
    -webkit-transform: scale(1.18);
            transform: scale(1.18);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes header-cart-pop {
  0% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  55% {
    -webkit-transform: scale(1.18);
            transform: scale(1.18);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/* Nav toggler (mobile)
   ========================================================================== */
.nav-toggler {
  display: none;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--color-text);
  cursor: pointer;
  line-height: 1;
}
.nav-toggler:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.nav-toggler .menu-icon {
  display: table;
  cursor: pointer;
}
.nav-toggler .icon {
  display: table-cell;
  position: relative;
  width: 20px;
  vertical-align: middle;
  cursor: pointer;
}
.nav-toggler .icon i {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px 0;
  background: var(--color-text);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.nav-toggler .text {
  display: table-cell;
  position: relative;
  padding-left: 15px;
  vertical-align: middle;
  font-size: 13px;
  font-weight: bold;
}
.nav-toggler .text .word {
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.nav-toggler .text::after {
  content: "Close";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-left: 15px;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.nav-toggler.is-open .icon i {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  margin: 0;
}
.nav-toggler.is-open .icon i:first-of-type {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.nav-toggler.is-open .icon i:last-of-type {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.nav-toggler.is-open .text .word {
  opacity: 0;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.nav-toggler.is-open .text::after {
  opacity: 1;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.site-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 28px;
  font-size: var(--fs-nav);
  font-weight: var(--fw-nav);
  line-height: var(--lh-tight);
}
.site-nav .shop-now a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px 18px;
  border-radius: 999px;
  background-color: var(--color-blue);
  color: var(--base-white) !important;
  font-size: var(--fs-nav);
  font-weight: var(--fw-nav);
  line-height: var(--lh-tight);
}

.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-links > li {
  position: relative;
}
.nav-links li {
  list-style: none;
}
.nav-links li:hover > a:not(.shop-now) {
  color: var(--color-blue-2);
  font-weight: var(--fw-extrabold);
}
.nav-links a {
  color: var(--color-text);
  font-size: var(--fs-nav);
  font-weight: var(--fw-nav);
  line-height: var(--lh-tight);
}
.nav-links .current-menu-item > a,
.nav-links .current_page_item > a {
  color: var(--color-blue-2);
  font-weight: var(--fw-extrabold);
}
.nav-links .sub-menu {
  display: block;
  position: absolute;
  top: calc(100% + 32px);
  left: 0;
  min-width: 180px;
  margin: 0;
  padding: 10px 0;
  list-style: none;
  background-color: var(--base-white);
  border: 1px solid var(--color-line);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(12px);
          transform: translateY(12px);
  -webkit-transition: opacity 0.35s ease, visibility 0.35s ease, -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, visibility 0.35s ease, -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, visibility 0.35s ease, transform 0.35s ease;
  transition: opacity 0.35s ease, visibility 0.35s ease, transform 0.35s ease, -webkit-transform 0.35s ease;
  z-index: 30;
}
.nav-links .sub-menu::after {
  content: "";
  position: absolute;
  top: -32px;
  height: 32px;
  width: 100%;
  background-color: transparent;
  z-index: 1;
}
.nav-links .sub-menu.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.nav-links .sub-menu a {
  display: block;
  padding: 8px 16px;
  color: var(--color-text);
  font-size: var(--fs-nav);
  font-weight: var(--fw-nav);
  line-height: var(--lh-tight);
  background-color: var(--base-white);
}
.nav-links .sub-menu .sub-menu {
  top: 0;
  left: calc(100% + 4px);
}
.nav-links .sub-menu .sub-menu::after {
  top: 0;
  left: -4px;
  width: 4px;
  height: 100%;
}

@media screen and (max-width: 992px) {
  .site-header {
    height: auto;
  }
  .site-header .wrap.nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
    padding-block: 14px;
  }
  .site-header .logo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .site-header .header-cart {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: auto;
  }
  .nav-toggler {
    display: table;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .site-nav {
    display: none;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    width: 100%;
    margin-top: 14px;
    padding-top: 8px;
    border-top: 1px solid var(--color-line);
    max-height: calc(100vh - 120px);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .site-nav.show {
    display: block;
  }
  .nav-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 0;
  }
  .nav-links > li {
    border-bottom: 1px solid var(--color-line);
  }
  .nav-links > li:last-child {
    border-bottom: 0;
  }
  .nav-links a {
    display: block;
    padding: 14px 0;
  }
  .nav-links .shop-now a {
    width: 100%;
    margin: 8px 0;
    border-radius: 12px;
  }
  .nav-links .sub-menu {
    display: none;
    position: static;
    min-width: 0;
    margin: 0 0 8px;
    padding: 0 0 0 14px;
    border: 0;
    background: transparent;
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
  }
  .nav-links .sub-menu::after {
    display: none;
  }
  .nav-links .sub-menu.show {
    display: block;
  }
  .nav-links .sub-menu a {
    padding: 10px 0;
    background: transparent;
  }
  .nav-links .sub-menu .sub-menu {
    left: 0;
    padding-left: 14px;
  }
  .nav-links .menu-item-has-children > a {
    position: relative;
    padding-right: 28px;
  }
  .nav-links .menu-item-has-children > a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 4px;
    width: 7px;
    height: 7px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    -webkit-transform: translateY(-60%) rotate(45deg);
            transform: translateY(-60%) rotate(45deg);
    -webkit-transition: -webkit-transform 0.25s ease;
    transition: -webkit-transform 0.25s ease;
    transition: transform 0.25s ease;
    transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  }
  .nav-links .menu-item-has-children.is-open > a::after {
    -webkit-transform: translateY(-20%) rotate(225deg);
            transform: translateY(-20%) rotate(225deg);
  }
}
/* Site footer
   ========================================================================== */
.site-footer {
  display: block;
  width: 100%;
  padding: 56px 0 28px;
  background-color: var(--color-footer-bg);
}

.site-footer .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0;
}

.site-footer .logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: var(--fs-logo);
  font-weight: var(--fw-black);
  line-height: var(--lh-tight);
  letter-spacing: -0.04em;
}

.site-footer .logo a {
  font-size: var(--fs-logo);
  font-weight: var(--fw-black);
  line-height: var(--lh-tight);
}

.site-footer .logo b {
  color: var(--color-blue);
  font-weight: var(--fw-black);
}

.foot-nav {
  display: block;
  width: 100%;
  margin: 25px 0;
}

.foot-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .foot-links {
    gap: 16px;
  }
}

.foot-links a {
  font-size: var(--fs-nav);
  font-weight: var(--fw-medium);
  line-height: var(--lh-tight);
}

.foot-divider {
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--color-footer-line);
}

.foot-disclaimer {
  display: block;
  padding-top: 22px;
  color: var(--color-footer-muted);
  font-size: var(--fs-disclaimer);
  font-weight: var(--fw-regular);
  line-height: var(--lh-disclaimer);
}

.foot-disclaimer strong {
  color: var(--color-footer-muted);
  font-weight: var(--fw-bold);
}

.foot-bottom {
  display: block;
  width: 100%;
  margin-top: 22px;
  color: var(--color-footer-muted);
  font-size: var(--fs-footer-bottom);
  font-weight: var(--fw-regular);
  line-height: var(--lh-body);
}

/* Global CTA section
   ========================================================================== */
.final-cta {
  display: block;
  width: 100%;
  padding: 90px 0;
  background: linear-gradient(135deg, var(--color-cta-section-start), var(--color-cta-section-end));
}

.final-cta .cta-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 28px;
  padding: 54px;
  border-radius: 30px;
  background: linear-gradient(135deg, var(--color-navy), var(--color-blue-2));
  color: var(--base-white);
  -webkit-box-shadow: 0 24px 55px rgba(7, 27, 73, 0.14);
          box-shadow: 0 24px 55px rgba(7, 27, 73, 0.14);
}
@media (max-width: 1024px) {
  .final-cta .cta-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.final-cta .cta-copy {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 65%;
}

.final-cta .cta-copy h2 {
  margin: 0 0 14px;
  color: var(--base-white);
  font-family: var(--font-body), -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: var(--fs-cta-title);
  font-weight: var(--fw-extrabold);
  line-height: 1;
  letter-spacing: -0.045em;
}
@media (max-width: 480px) {
  .final-cta .cta-copy h2 {
    font-size: 24px;
    line-height: 1.2;
  }
}

.final-cta .cta-copy p {
  margin: 0;
  max-width: 650px;
  color: var(--color-cta-text);
  font-size: var(--fs-cta-text);
  font-weight: var(--fw-regular);
  line-height: var(--lh-body);
}

.final-cta .cta-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 768px) {
  .final-cta .cta-actions {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.final-cta .btn-primary {
  background: var(--base-white);
  color: var(--color-btn-navy);
}

.final-cta .btn-outline {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.4);
  color: var(--base-white);
}

@media (max-width: 950px) {
  .final-cta .cta-box {
    display: block;
  }
  .final-cta .cta-copy {
    max-width: 100%;
  }
  .final-cta .cta-actions {
    margin-top: 24px;
  }
}
@media (max-width: 620px) {
  .final-cta .cta-box {
    padding: 32px 24px;
  }
}
/* Shop archive CTA (compare range) — centered single-action layout */
.final-cta--shop {
  padding: 60px 0 80px;
  background: var(--base-page);
}

.final-cta--shop .cta-box--shop {
  display: block;
  text-align: center;
  padding: 48px;
  border-radius: 28px;
}
@media (max-width: 768px) {
  .final-cta--shop .cta-box--shop {
    padding: 36px 24px;
  }
}

.final-cta--shop .cta-copy {
  max-width: 100%;
}

.final-cta--shop .cta-copy h2 {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 12px;
}

.final-cta--shop .cta-copy p {
  margin: 0 auto 24px;
  max-width: 620px;
}

.final-cta--shop .cta-actions {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0;
}

.final-cta--shop .btn-primary {
  background: var(--base-white);
  color: var(--color-navy);
}

/* Contact page
   ========================================================================== */
.contact-page {
  display: block;
  width: 100%;
  background-color: var(--color-contact-bg);
  color: var(--color-navy);
}

.contact-hero__description p {
  margin: 0;
  font-size: var(--fs-contact-desc);
  font-weight: var(--fw-regular);
  line-height: var(--lh-hero);
}

.contact-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.5fr 28px 0.9fr;
  grid-template-columns: 1.5fr 0.9fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 28px;
  width: min(1180px, 100% - 32px);
  margin-inline: auto;
  padding-bottom: 70px;
}
@media (max-width: 1024px) {
  .contact-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 480px) {
  .contact-grid {
    display: block;
  }
  .contact-grid .contact-grid__form {
    margin-bottom: 24px;
  }
}

.contact-grid__form {
  display: block;
  min-width: 0;
}

.contact-grid__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.contact-card {
  display: block;
  padding: 34px;
  border-radius: 24px;
  background-color: var(--base-white);
  color: var(--color-navy);
  -webkit-box-shadow: 0 20px 45px rgba(7, 27, 73, 0.08);
          box-shadow: 0 20px 45px rgba(7, 27, 73, 0.08);
}
@media (max-width: 768px) {
  .contact-card {
    padding: 24px;
  }
}
@media (max-width: 480px) {
  .contact-card {
    padding: 20px;
  }
}

.contact-card__heading {
  margin: 0 0 8px;
  color: var(--color-navy);
  font-family: var(--font-body), -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: var(--fs-contact-heading);
  font-weight: var(--fw-extrabold);
  line-height: var(--lh-tight);
}
@media (max-width: 480px) {
  .contact-card__heading {
    font-size: 20px;
  }
}

.contact-card--info {
  border-top: 5px solid var(--color-navy);
}

.contact-card--default {
  border-top-color: var(--color-navy);
  background-color: var(--base-white);
  color: var(--color-navy);
}

.contact-card--silver {
  border-top-color: var(--color-silver);
  background-color: var(--base-white);
  color: var(--color-navy);
}

.contact-card--dark {
  border-top-color: #1b1f28;
  background: linear-gradient(135deg, var(--color-navy), #10306f);
  color: var(--base-white);
}

.contact-card__icon {
  display: -ms-grid;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  border-radius: 14px;
  background-color: var(--color-icon-bg);
  color: var(--color-navy);
  font-size: var(--fs-icon);
  line-height: 1;
}

.contact-card--dark .contact-card__icon {
  background-color: rgba(255, 255, 255, 0.12);
  color: var(--base-white);
}

.contact-card__title {
  display: block;
  margin: 0 0 10px;
  color: var(--color-navy);
  font-family: var(--font-body), -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: var(--fs-contact-card-title);
  font-weight: var(--fw-extrabold);
  line-height: var(--lh-tight);
}

.contact-card--dark .contact-card__title {
  color: var(--base-white);
}

.contact-card__content {
  display: block;
  color: var(--color-card-muted);
  font-size: var(--fs-contact-desc);
  font-weight: var(--fw-regular);
  line-height: var(--lh-hero);
}

.contact-card__content p {
  margin: 0;
  color: var(--color-card-muted);
  font-size: var(--fs-contact-desc);
  font-weight: var(--fw-regular);
  line-height: var(--lh-hero);
}

.contact-card__content strong {
  color: var(--color-navy);
  font-weight: var(--fw-bold);
}

.contact-card--dark .contact-card__content,
.contact-card--dark .contact-card__content p {
  color: var(--color-card-dark-text);
}

.contact-card--dark .contact-card__content strong {
  color: var(--base-white);
}

.contact-card__content .card,
.contact-card__content .info {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: inherit;
}

/* Contact form (CF7) */
.contact-card--form label {
  display: block;
  margin: 18px 0 8px;
  color: var(--color-navy);
  font-size: var(--fs-contact-desc);
  font-weight: var(--fw-bold);
  line-height: var(--lh-tight);
}

.contact-card--form .form-control,
.contact-card--form input[type=text],
.contact-card--form input[type=email],
.contact-card--form select,
.contact-card--form textarea {
  width: 100%;
  padding: 15px;
  border: 1px solid var(--color-input-border);
  border-radius: 12px;
  background-color: var(--base-white);
  color: var(--color-navy);
  font-family: var(--font-body), -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: var(--fs-contact-desc);
  font-weight: var(--fw-regular);
  line-height: var(--lh-body);
}

.contact-card--form textarea {
  height: 170px;
  resize: vertical;
}

.contact-card--form .btn-submit,
.contact-card--form input[type=submit] {
  display: block;
  width: 100%;
  margin-top: 24px;
  padding: 16px;
  border: 0;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--color-navy), var(--color-blue-2));
  color: var(--base-white);
  font-size: var(--fs-contact-desc);
  font-weight: var(--fw-extrabold);
  line-height: var(--lh-tight);
  cursor: pointer;
}

.contact-card--form .wpcf7-response-output {
  margin: 16px 0 0;
  color: var(--color-navy);
  font-size: var(--fs-contact-desc);
  font-weight: var(--fw-regular);
  line-height: var(--lh-body);
}

@media (max-width: 900px) {
  .contact-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
/* Verify Purity page
   ========================================================================== */
.verify-purity-page {
  display: block;
  width: 100%;
  background-color: var(--base-white);
  color: var(--color-navy);
}

/* Shared page-width containers */
.verify-grid,
.verify-info-box__inner {
  display: block;
}

/* --- Product card grid --- */
.verify-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 22px 1fr 22px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  padding: 10px 0 60px;
}

.verify-card,
.verify-card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.verify-card {
  border: 1px solid #dfe7f0;
  border-radius: 24px;
  padding: 28px;
  background: var(--base-white);
  -webkit-box-shadow: 0 14px 34px rgba(7, 27, 73, 0.05);
          box-shadow: 0 14px 34px rgba(7, 27, 73, 0.05);
  text-align: center;
}
@media (max-width: 768px) {
  .verify-card {
    padding: 20px;
    border-radius: 18px;
  }
}
.verify-card:nth-child(1) {
  border-top: 5px solid var(--base-navy);
}
.verify-card:nth-child(1) .verify-card__visual {
  background: linear-gradient(145deg, #071B49, #174EA6);
  color: var(--base-white);
}
.verify-card:nth-child(2) {
  border-top: 5px solid #cfd6de;
}
.verify-card:nth-child(3) {
  border-top: 5px solid #1b1f28;
}
.verify-card__visual {
  height: 210px;
  border-radius: 18px;
  width: 100%;
  display: -ms-grid;
  display: grid;
  place-items: center;
  font-weight: 900;
  margin-bottom: 22px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .verify-card__visual {
    height: 180px;
    border-radius: 14px;
  }
}
.verify-card__visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.verify-card__body {
  width: 100%;
}
.verify-card__name {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.14;
}
@media (max-width: 768px) {
  .verify-card__name {
    font-size: 1.4rem;
  }
}
.verify-card__checks {
  list-style: none;
  padding: 0;
  margin: 18px 0 22px;
  width: 100%;
  text-align: left;
}
@media (max-width: 768px) {
  .verify-card__checks {
    margin-top: 12px;
  }
}
.verify-card__checks li {
  padding: 7px 0;
  color: #55657b;
  line-height: 1.19;
}
.verify-card__checks li::before {
  content: "✓ ";
  margin-right: 4px;
  color: var(--color-verify-check);
  font-weight: var(--fw-black);
}

.verify-card__code {
  display: block;
  margin: 8px 0 0;
  font-size: var(--fs-verify-code);
}

.verify-card__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  width: 100%;
}

.verify-card__btn {
  min-height: 46px;
  padding: 13px;
  font-size: var(--fs-verify-btn);
  border-radius: 12px;
}

.verify-card__btn:last-child {
  margin-bottom: 0;
}

/* --- Info box --- */
.verify-info-box {
  display: block;
  width: 100%;
  margin: 0 0 60px;
}

.verify-info-box__inner {
  padding: 32px;
  background-color: var(--color-verify-info-bg);
  border-radius: 22px;
  border: 1px solid #e2e9f2;
}

.verify-info-box__title {
  margin: 0 0 10px;
  font-size: 18px;
  font-family: var(--font-body);
  font-weight: bold;
}

.verify-info-box__content {
  display: block;
  font-size: var(--fs-verify-body);
  margin: 0;
  color: #66768b;
  line-height: 1.7;
  font-size: 15px;
}
.verify-info-box__content p {
  margin: 0;
}

@media (max-width: 900px) {
  .verify-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
/* FAQ page
   ========================================================================== */
.faq-page {
  display: block;
  width: 100%;
}

/* --- List --- */
.faq-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  width: min(820px, 100% - 32px);
  max-width: 820px;
  margin: 0 auto 60px;
  padding: 0;
  border-radius: 12px;
  overflow: hidden;
}

/* --- Item --- */
.faq-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  margin: 0;
  padding: 24px 28px;
  border-bottom: 1px solid var(--color-faq-border);
}

.faq-item:last-child {
  border-bottom: 0;
}

.faq-item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 14px;
  margin: 0;
  padding: 0;
  font-size: var(--fs-faq-item-title);
  cursor: pointer;
}

.faq-item__title::after {
  content: "+";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0;
  color: var(--color-faq-icon);
  font-size: var(--fs-faq-item-title);
  font-weight: var(--fw-black);
  line-height: var(--lh-tight);
}

.faq-item.active .faq-item__title::after {
  content: "−";
}

.faq-item__content {
  display: none;
  max-width: 760px;
  margin: 4px 0 0;
  padding: 0;
  font-size: 15px;
  line-height: 1.7;
}

.faq-item__content p {
  margin: 0;
}
.faq-item__content p:not(:last-child) {
  margin-bottom: 12px;
}

@media (max-width: 900px) {
  .faq-list {
    margin-bottom: 40px;
  }
  .faq-item {
    padding: 20px;
  }
}
/* Shop archive
   ========================================================================== */
.shop-page {
  display: block;
  width: 100%;
  background-color: var(--base-page);
  color: var(--color-navy);
}

.shop-products {
  padding-bottom: 0;
}

.shop-products__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 28px 1fr 28px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
@media (max-width: 1024px) {
  .shop-products__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    max-width: 420px;
    margin-inline: auto;
  }
}

/* --- Product card --- */
.card-shop-default {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  overflow: hidden;
  padding: 34px;
  border-radius: 26px;
  background: var(--base-white);
  -webkit-box-shadow: 0 20px 45px rgba(7, 27, 73, 0.08);
          box-shadow: 0 20px 45px rgba(7, 27, 73, 0.08);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.card-shop-default:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
@media (max-width: 768px) {
  .card-shop-default {
    padding: 24px;
    border-radius: 20px;
  }
}
.card-shop-default__glow {
  position: absolute;
  top: -70px;
  left: 50%;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0.18;
  -webkit-filter: blur(20px);
          filter: blur(20px);
  pointer-events: none;
  background: var(--color-blue-2);
}
.card-shop-default--evo .card-shop-default__glow, .card-shop-default--dark .card-shop-default__glow {
  background: var(--color-blue-2);
}
.card-shop-default--core .card-shop-default__glow, .card-shop-default--white .card-shop-default__glow {
  background: var(--color-silver);
}
.card-shop-default--perform .card-shop-default__glow, .card-shop-default--black .card-shop-default__glow {
  background: var(--color-black);
}
.card-shop-default {
  /* Image wrapper (design “pen” slot) */
}
.card-shop-default .pen {
  position: relative;
  z-index: 1;
  display: -ms-grid;
  display: grid;
  place-items: center;
  height: 240px;
  margin-bottom: 4px;
  text-decoration: none;
  overflow: hidden;
  border-radius: 18px;
}
@media (max-width: 768px) {
  .card-shop-default .pen {
    height: 200px;
  }
}
.card-shop-default .pen__image {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.card-shop-default__tag {
  position: relative;
  z-index: 1;
  display: inline-block;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: 8px;
  padding: 6px 12px;
  border-radius: 999px;
  background: var(--color-icon-bg);
  color: var(--color-blue-2);
  font-size: 0.75rem;
  font-weight: var(--fw-extrabold);
  line-height: 1.2;
}
.card-shop-default__title {
  position: relative;
  z-index: 1;
  margin: 16px 0 6px;
  font-family: var(--font-body);
  font-size: 1.55rem;
  font-weight: var(--fw-extrabold);
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: var(--color-navy);
}
.card-shop-default__title a {
  color: inherit;
  text-decoration: none;
}
.card-shop-default__code {
  position: relative;
  z-index: 1;
  margin-bottom: 18px;
  color: var(--color-verify-code);
  font-size: var(--fs-verify-code);
  font-weight: var(--fw-regular);
  line-height: 1.4;
}
.card-shop-default__desc {
  position: relative;
  z-index: 1;
  min-height: 76px;
  color: var(--color-verify-muted);
  font-size: 1rem;
  font-weight: var(--fw-regular);
  line-height: 1.6;
}
.card-shop-default__desc p {
  -webkit-line-clamp: 2;
  line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
}
.card-shop-default__price {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0.35em;
  margin: 0px 0 26px;
  color: var(--color-navy);
  font-size: 2rem;
  font-weight: var(--fw-bold);
  line-height: 1.1;
  letter-spacing: -0.03em;
}
.card-shop-default__price .price,
.card-shop-default__price .woocommerce-Price-amount,
.card-shop-default__price .amount {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}
.card-shop-default__price del {
  opacity: 0.45;
  font-size: 1rem;
  font-weight: var(--fw-medium);
}
.card-shop-default__currency {
  font-size: 1rem;
  font-weight: var(--fw-bold);
  letter-spacing: 0;
}
.card-shop-default__btn {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 10px;
  min-height: 50px;
  border-radius: 12px;
  text-align: center;
  text-decoration: none;
}
.card-shop-default .added_to_cart {
  display: none;
}

/* Hide default WooCommerce loop chrome on shop */
.shop-page .woocommerce-result-count,
.shop-page .woocommerce-ordering,
.shop-page .woocommerce-products-header {
  display: none;
}

.page-404 {
  padding: 100px 0;
  text-align: center;
}
@media (max-width: 768px) {
  .page-404 {
    padding: 50px 0;
  }
}
.page-404 h1 {
  font-size: clamp(8.2rem, 4vw, 6rem);
  font-weight: 700;
  color: var(--color-text);
}
.page-404 p {
  font-size: 24px;
}
@media (max-width: 768px) {
  .page-404 p {
    font-size: 18px;
  }
}
.page-404__cta {
  margin-top: 24px;
}

.page-body__blog .blog-empty {
  text-align: center;
  font-size: 24px;
}
@media (max-width: 768px) {
  .page-body__blog .blog-empty {
    font-size: 18px;
  }
}

.page-body__results .search-empty {
  text-align: center;
  font-size: 24px;
}

.page-404__inner form[role=search],
.search-header__form form[role=search] {
  max-width: 560px;
  margin: 0 auto;
  position: relative;
}
.page-404__inner input[type=text],
.search-header__form input[type=text] {
  width: 100%;
  padding: 15px;
  border: 1px solid var(--color-input-border);
  border-radius: 12px;
  background-color: var(--base-white);
  color: var(--color-navy);
  font-family: var(--font-body), -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: var(--fs-contact-desc);
  font-weight: var(--fw-regular);
  line-height: var(--lh-body);
  position: relative;
  z-index: 1;
  padding-right: 118px;
}
.page-404__inner input[type=text]:focus,
.search-header__form input[type=text]:focus {
  z-index: 1 !important;
}
.page-404__inner input[type=submit],
.search-header__form input[type=submit] {
  position: absolute;
  right: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  border-radius: 12px;
  background-color: var(--base-white);
  color: var(--color-navy);
  font-family: var(--font-body), -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: var(--fs-contact-desc);
  font-weight: var(--fw-regular);
  line-height: var(--lh-body);
  cursor: pointer;
  padding: 8px 16px;
  margin: 0;
  font-size: var(--fs-contact-desc);
  font-weight: bold;
  line-height: var(--lh-body);
  z-index: 3;
}
@media (max-width: 768px) {
  .page-404__inner input[type=submit],
  .search-header__form input[type=submit] {
    position: relative;
    right: 0;
    top: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    margin-top: 12px;
  }
}

.posts-loop {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 18px 1fr 18px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
@media (max-width: 768px) {
  .posts-loop {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .posts-loop {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}

.post-card {
  border: 1px solid #DEE6F0;
  border-radius: 23px;
  overflow: hidden;
  background: var(--base-white);
  -webkit-box-shadow: 0 16px 36px rgba(7, 27, 73, 0.06);
          box-shadow: 0 16px 36px rgba(7, 27, 73, 0.06);
}
.post-card__media {
  height: 210px;
  display: -ms-grid;
  display: grid;
  place-items: center;
  overflow: hidden;
}
.post-card__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-card__body {
  padding: 22px;
}
.post-card__meta {
  font-size: 0.86rem;
  line-height: 1.6;
  line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--color-muted);
  margin-bottom: 8px;
}
.post-card__title {
  font-size: 1.28rem;
  font-weight: var(--fw-medium);
  margin: 0 0 7px;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.post-card__excerpt {
  color: #6B788B;
  font-size: 0.86rem;
  line-height: 1.6;
  line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.post-card__more {
  width: 100% !important;
  font-size: 0.75rem !important;
  min-height: 46px !important;
}

.pagination.navigation {
  margin-top: 40px;
  text-align: center;
}
.pagination.navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.pagination.navigation .nav-links .page-numbers {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 13px;
  display: -ms-grid;
  display: grid;
  place-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 0.76rem;
  font-weight: 950;
  background: linear-gradient(135deg, #F0F2F5, #FFFFFF);
}
.pagination.navigation .nav-links .page-numbers:hover, .pagination.navigation .nav-links .page-numbers.current {
  background: #EAF2FD;
  color: #174EA6;
}
.pagination.navigation .nav-links .page-numbers.next, .pagination.navigation .nav-links .page-numbers.prev {
  width: initial;
  padding-left: 16px;
  padding-right: 16px;
}

.single-post {
  display: block;
  width: 100%;
  background-color: var(--color-contact-bg);
  color: var(--color-navy);
  padding-bottom: 60px;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .single-post {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
.single-post__header.page-hero--gradient + .single-post__layout {
  margin-top: -55px;
}
.single-post__cat {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.single-post__cat:hover {
  opacity: 0.8;
}
.single-post__media {
  width: 100%;
  text-align: center;
  margin-bottom: 28px;
  padding-left: 24px;
  padding-right: 24px;
}
.single-post__media img {
  border-radius: 24px;
  width: 100%;
  max-width: 1440px;
  height: 680px;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-post__footer {
  border-top: 1px solid #DDE5F0;
  padding-top: 24px;
  margin-top: 24px;
}
.single-post__tags {
  color: #68778C;
  line-height: 1.62;
  font-size: 0.86rem;
}
.single-post__tags-label {
  margin-right: 4px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.single-post__tags a {
  color: #68778C;
  font-weight: var(--fw-medium);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.single-post__tags a:hover {
  opacity: 0.8;
}

.single-post__content h2 {
  font-size: 28px;
}
.single-post__content h3 {
  font-size: 24px;
}
.single-post__content h4 {
  font-size: 20px;
}
.single-post__content h5 {
  font-size: 18px;
}
.single-post__content h6 {
  font-size: 16px;
}
.single-post__content .wp-block-quote {
  background: linear-gradient(135deg, #F0F2F5, #FFFFFF);
  padding: 16px 32px;
  border-radius: 23px;
  border: 1px solid #DDE5F0;
  border-left: 6px solid #111827;
}
.single-post__content .wp-block-quote p {
  color: #111827;
  font-size: 1.125rem;
}

.comments {
  margin-top: 40px;
}
.comments .comments-title {
  font-size: 24px;
  font-weight: var(--fw-medium);
  margin-bottom: 24px;
}
.comments .comment-list {
  list-style: none;
}
.comments__form .comment-reply-title {
  font-size: 1.125rem;
  font-weight: var(--fw-medium);
  margin-bottom: 24px;
}
.comments__form .logged-in-as {
  font-size: 1rem;
  line-height: 1.62;
  color: #68778C;
  margin-top: 0;
  margin-bottom: 24px;
}
.comments__form .comment-form-comment label {
  font-size: 1rem;
  line-height: 1.62;
  color: #68778C;
  margin-bottom: 8px;
  display: block;
}
.comments__form .comment-form-comment label .required {
  color: #FF0000;
}
.comments__form .comment-form-comment textarea {
  width: 100%;
  padding: 15px;
  border: 1px solid var(--color-input-border);
  border-radius: 12px;
  background-color: var(--base-white);
  color: var(--color-navy);
  font-family: var(--font-body), -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: var(--fs-contact-desc);
  font-weight: var(--fw-regular);
  line-height: var(--lh-body);
  height: 170px;
  resize: vertical;
}
.comments__form .form-submit {
  margin-top: 0;
}
.comments__form input[type=submit] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 16px;
  border: 0;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--color-navy), var(--color-blue-2));
  color: var(--base-white);
  font-size: var(--fs-contact-desc);
  font-weight: var(--fw-extrabold);
  line-height: var(--lh-tight);
  cursor: pointer;
}

.wc-block-components-text-input input[type=email],
.wc-block-components-text-input input[type=text] {
  font-family: var(--font-body), -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: var(--fs-contact-desc) !important;
  font-weight: var(--fw-regular) !important;
  line-height: var(--lh-body) !important;
  border: 1px solid var(--color-input-border) !important;
  border-radius: 8px !important;
}

.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button {
  background: linear-gradient(135deg, var(--color-navy), var(--color-blue)) !important;
  font-weight: var(--fw-bold) !important;
  color: var(--base-white) !important;
  border-radius: 8px !important;
}

/* ----------------------------------------------------------------
    [ Woocommerce message ]
-----------------------------------------------------------------*/
.single-product .woocommerce-notices-wrapper .woocommerce-message {
  background: rgba(29, 139, 73, 0.12);
  padding: 32px;
  border-radius: 12px;
  color: var(--color-verify-check);
}
.single-product .woocommerce-notices-wrapper .woocommerce-message a {
  font-weight: var(--fw-bold);
}

/* Cart page
   ========================================================================== */
/* ── Page wrapper ── */
.woocommerce-cart .single-page-article {
  background-color: var(--base-page);
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .woocommerce-cart .single-page-article {
    padding-bottom: 48px;
  }
}

/* ── Sidebar layout (main + sidebar) ── */
.wc-block-components-sidebar-layout.wc-block-cart {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 32px 380px;
  grid-template-columns: 1fr 380px;
  gap: 32px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (max-width: 1024px) {
  .wc-block-components-sidebar-layout.wc-block-cart {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

/* ── Cart items table ── */
.wc-block-cart-items {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-radius: 20px;
  overflow: hidden;
  background: var(--base-white);
  -webkit-box-shadow: 0 20px 45px rgba(7, 27, 73, 0.08);
          box-shadow: 0 20px 45px rgba(7, 27, 73, 0.08);
  margin-bottom: 0;
  /* Reset global table border styles */
}
.wc-block-cart-items th,
.wc-block-cart-items td,
.wc-block-cart-items tr {
  border: none;
}
.wc-block-cart-items {
  /* Table header */
}
.wc-block-cart-items thead tr.wc-block-cart-items__header {
  border-bottom: 1px solid var(--color-line);
}
.wc-block-cart-items thead tr.wc-block-cart-items__header th {
  padding: 14px 20px;
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: var(--fw-extrabold);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-muted);
  background: transparent;
  border: none;
}
.wc-block-cart-items thead tr.wc-block-cart-items__header th.wc-block-cart-items__header-image {
  width: 100px;
}
.wc-block-cart-items thead tr.wc-block-cart-items__header th.wc-block-cart-items__header-total {
  text-align: right;
}
.wc-block-cart-items {
  /* Table body row */
}
.wc-block-cart-items tbody tr.wc-block-cart-items__row {
  border-bottom: 1px solid var(--color-line);
}
.wc-block-cart-items tbody tr.wc-block-cart-items__row:last-child {
  border-bottom: none;
}
.wc-block-cart-items tbody tr.wc-block-cart-items__row td {
  padding: 20px;
  vertical-align: middle;
  border: none;
}
.wc-block-cart-items {
  /* Product image cell */
}
.wc-block-cart-items .wc-block-cart-item__image {
  width: 100px;
}
.wc-block-cart-items .wc-block-cart-item__image a {
  display: block;
}
.wc-block-cart-items .wc-block-cart-item__image img {
  display: block;
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  border: 1px solid var(--color-line);
}
.wc-block-cart-items {
  /* Product detail cell */
}
.wc-block-cart-items .wc-block-cart-item__product {
  padding-left: 0;
}
.wc-block-cart-items .wc-block-cart-item__product .wc-block-cart-item__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.wc-block-cart-items .wc-block-cart-item__product .wc-block-components-product-name {
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: var(--fw-extrabold);
  color: var(--color-navy);
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.wc-block-cart-items .wc-block-cart-item__product .wc-block-components-product-name:hover {
  opacity: 0.75;
}
.wc-block-cart-items .wc-block-cart-item__product .wc-block-cart-item__prices .price,
.wc-block-cart-items .wc-block-cart-item__product .wc-block-cart-item__prices .wc-block-components-product-price {
  font-size: 0.92rem;
  font-weight: var(--fw-medium);
  color: var(--color-muted);
}
.wc-block-cart-items .wc-block-cart-item__product .wc-block-components-product-metadata__description p {
  margin: 2px 0 0;
  font-size: 0.84rem;
  font-weight: var(--fw-regular);
  color: var(--color-muted);
  line-height: var(--lh-body);
}
.wc-block-cart-items {
  /* Total cell */
}
.wc-block-cart-items .wc-block-cart-item__total {
  text-align: right;
  white-space: nowrap;
}
.wc-block-cart-items .wc-block-cart-item__total .price,
.wc-block-cart-items .wc-block-cart-item__total .wc-block-components-product-price {
  font-family: var(--font-body);
  font-size: 1.05rem;
  font-weight: var(--fw-bold);
  color: var(--color-navy);
}

/* ── Quantity selector ── */
.wc-block-cart-item__quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-top: 12px;
}

.wc-block-components-quantity-selector {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid var(--color-line);
  border-radius: 10px;
  overflow: hidden;
  background: var(--base-white);
}
.wc-block-components-quantity-selector__input {
  width: 40px;
  text-align: center;
  border: none;
  background: transparent;
  font-family: var(--font-body);
  font-size: 0.92rem;
  font-weight: var(--fw-bold);
  color: var(--color-navy);
  padding: 0;
  -moz-appearance: textfield;
}
.wc-block-components-quantity-selector__input::-webkit-outer-spin-button, .wc-block-components-quantity-selector__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.wc-block-components-quantity-selector__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 34px;
  height: 34px;
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 1.1rem;
  color: var(--color-navy);
  -webkit-transition: background 0.2s ease, color 0.2s ease;
  transition: background 0.2s ease, color 0.2s ease;
}
.wc-block-components-quantity-selector__button:hover:not(:disabled) {
  background: var(--color-soft);
}
.wc-block-components-quantity-selector__button:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

/* ── Remove button ── */
.wc-block-cart-item__remove-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: 32px;
  border: none;
  border-radius: 8px;
  background: transparent;
  color: var(--color-muted);
  cursor: pointer;
  -webkit-transition: background 0.2s ease, color 0.2s ease;
  transition: background 0.2s ease, color 0.2s ease;
  padding: 0;
}
.wc-block-cart-item__remove-link:hover {
  background: #FEE2E2;
  color: #DC2626;
}
.wc-block-cart-item__remove-link svg {
  width: 18px;
  height: 18px;
}

/* ── Sidebar / Cart totals ── */
.wc-block-cart__sidebar {
  position: sticky;
  top: 100px;
}

.wp-block-woocommerce-cart-order-summary-block {
  background: var(--base-white);
  border-radius: 20px;
  -webkit-box-shadow: 0 20px 45px rgba(7, 27, 73, 0.08);
          box-shadow: 0 20px 45px rgba(7, 27, 73, 0.08);
  overflow: hidden;
  padding: 16px;
}

.wc-block-cart__totals-title {
  font-family: var(--font-body);
  font-size: 0.78rem !important;
  font-weight: var(--fw-extrabold) !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase;
  color: var(--color-muted) !important;
  margin: 0;
}

/* Coupon panel */
.wc-block-components-totals-coupon.wc-block-components-panel {
  padding: 0;
}
.wc-block-components-totals-coupon.wc-block-components-panel .wc-block-components-panel__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 24px;
  font-family: var(--font-body);
  font-size: 0.9rem;
  font-weight: var(--fw-medium);
  color: var(--color-navy);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.wc-block-components-totals-coupon.wc-block-components-panel .wc-block-components-panel__button .wc-block-components-panel__button-icon {
  width: 18px;
  height: 18px;
  color: var(--color-muted);
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
.wc-block-components-totals-coupon.wc-block-components-panel .wc-block-components-panel__button[aria-expanded=true] .wc-block-components-panel__button-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* Estimated total row */
.wc-block-components-totals-footer-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 24px;
  border-bottom: none !important;
}
.wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: var(--fw-bold);
  color: var(--color-navy);
}
.wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
  font-family: var(--font-body);
  font-size: 1.15rem;
  font-weight: var(--fw-extrabold);
  color: var(--color-navy);
  letter-spacing: -0.02em;
}

/* ── Proceed to Checkout button ── */
.wc-block-cart__submit {
  padding: 0 24px 24px;
}
.wc-block-cart__submit .wc-block-cart__submit-container {
  display: block;
}
.wc-block-cart__submit .wc-block-cart__submit-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 14px;
  border: none;
  background: linear-gradient(135deg, var(--color-navy), var(--color-blue));
  color: var(--base-white);
  font-family: var(--font-body);
  font-size: var(--fs-btn);
  font-weight: var(--fw-extrabold);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  -webkit-box-shadow: 0 12px 28px rgba(36, 104, 223, 0.25);
          box-shadow: 0 12px 28px rgba(36, 104, 223, 0.25);
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
  min-height: 4em !important;
}
.wc-block-cart__submit .wc-block-cart__submit-button:hover {
  opacity: 0.9;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.wc-block-cart__submit .wc-block-cart__submit-button--loading {
  pointer-events: none;
  opacity: 0.75;
}
.wc-block-cart__submit .wc-block-cart__submit-button .wc-block-components-button__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

/* ── Spinner ── */
.wc-block-components-spinner {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-top-color: #fff;
  border-radius: 50%;
  -webkit-animation: lx-spin 0.7s linear infinite;
          animation: lx-spin 0.7s linear infinite;
}

@-webkit-keyframes lx-spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes lx-spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* ── Notices ── */
.wc-block-components-notices .wc-block-components-notice {
  padding: 14px 18px;
  border-radius: 12px;
  margin-bottom: 16px;
  font-size: 0.9rem;
}

/* ── Mobile adjustments ── */
@media (max-width: 768px) {
  .wc-block-components-sidebar-layout.wc-block-cart {
    gap: 24px;
  }
  .wc-block-cart-items thead tr.wc-block-cart-items__header th.wc-block-cart-items__header-image {
    width: 70px;
  }
  .wc-block-cart-items .wc-block-cart-item__image {
    width: 70px;
  }
  .wc-block-cart-items .wc-block-cart-item__image img {
    width: 60px;
    height: 60px;
  }
  .wc-block-cart-items tbody tr.wc-block-cart-items__row td {
    padding: 16px 14px;
  }
  .wc-block-cart__sidebar {
    position: static;
  }
}
@media (max-width: 480px) {
  .wc-block-cart-items {
    /* Stack image + product in one column, hide separate image column */
  }
  .wc-block-cart-items thead tr.wc-block-cart-items__header th.wc-block-cart-items__header-image {
    display: none;
  }
  .wc-block-cart-items .wc-block-cart-item__image {
    display: none;
  }
  .wc-block-cart-items .wc-block-cart-item__product .wc-block-cart-item__wrap {
    /* Show a small image before the name via the product wrap (if image is visible) */
  }
  .wc-block-cart-items tbody tr.wc-block-cart-items__row td {
    padding: 14px 16px;
  }
}
.woocommerce-cart .wc-block-components-sidebar,
.woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-main {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  background-color: var(--base-white);
}
.woocommerce-cart .wc-block-cart__submit {
  padding-left: 0;
  padding-right: 0;
}

/* Checkout page
   ========================================================================== */
/* ── Page wrapper ── */
.woocommerce-checkout .single-page-article {
  background-color: var(--base-page);
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .woocommerce-checkout .single-page-article {
    padding-bottom: 48px;
  }
}

/* ── Sidebar layout (form + sidebar) ── */
.wc-block-components-sidebar-layout.wc-block-checkout {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 32px 380px;
  grid-template-columns: 1fr 380px;
  gap: 32px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (max-width: 1024px) {
  .wc-block-components-sidebar-layout.wc-block-checkout {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

/* ── Main form area ── */
.wc-block-checkout__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}

.wc-block-checkout__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}

/* ── Step sections (fieldsets) ── */
.wc-block-components-checkout-step {
  background: var(--base-white);
  border-radius: 20px;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 28px 28px 24px;
  margin-bottom: 20px;
  border: none;
}
@media (max-width: 768px) {
  .wc-block-components-checkout-step {
    padding: 22px 20px 20px;
    border-radius: 16px;
  }
}
.wc-block-components-checkout-step {
  /* Step heading */
}
.wc-block-components-checkout-step .wc-block-components-checkout-step__heading-container {
  margin-bottom: 18px;
}
.wc-block-components-checkout-step .wc-block-components-checkout-step__title {
  font-family: var(--font-body);
  font-size: 1.1rem;
  font-weight: var(--fw-extrabold);
  color: var(--color-navy);
  letter-spacing: -0.01em;
  margin: 0;
}
.wc-block-components-checkout-step {
  /* Step content */
}
.wc-block-components-checkout-step .wc-block-components-checkout-step__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}

/* ── Text inputs ── */
.wc-block-components-text-input {
  position: relative;
  margin-bottom: 14px;
}
.wc-block-components-text-input label {
  position: absolute;
  top: 50%;
  left: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: var(--font-body);
  font-size: 0.9rem;
  font-weight: var(--fw-medium);
  color: var(--color-muted);
  pointer-events: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: transparent;
  padding: 0 4px;
}
.wc-block-components-text-input input,
.wc-block-components-text-input textarea {
  width: 100%;
  padding: 18px 16px 8px;
  border: 1px solid var(--color-input-border);
  border-radius: 12px;
  font-family: var(--font-body);
  font-size: 0.92rem;
  font-weight: var(--fw-medium);
  color: var(--color-navy);
  background: var(--base-white);
  -webkit-transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
  outline: none;
}
.wc-block-components-text-input input:focus,
.wc-block-components-text-input textarea:focus {
  border-color: var(--color-blue);
  -webkit-box-shadow: 0 0 0 3px rgba(36, 104, 223, 0.08);
          box-shadow: 0 0 0 3px rgba(36, 104, 223, 0.08);
}
.wc-block-components-text-input.is-active label {
  top: 10px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  font-size: 0.72rem;
  color: var(--color-muted);
}

/* ── Select inputs ── */
.wc-blocks-components-select {
  margin-bottom: 14px;
}
.wc-blocks-components-select .wc-blocks-components-select__container {
  position: relative;
}
.wc-blocks-components-select .wc-blocks-components-select__container label {
  position: absolute;
  top: 10px;
  left: 16px;
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: var(--fw-medium);
  color: var(--color-muted);
  pointer-events: none;
  z-index: 1;
}
.wc-blocks-components-select .wc-blocks-components-select__container select {
  width: 100%;
  padding: 18px 40px 8px 16px;
  border: 1px solid var(--color-input-border);
  border-radius: 12px;
  font-family: var(--font-body);
  font-size: 0.92rem;
  font-weight: var(--fw-medium);
  color: var(--color-navy);
  background: var(--base-white);
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  -webkit-transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.wc-blocks-components-select .wc-blocks-components-select__container select:focus {
  border-color: var(--color-blue);
  -webkit-box-shadow: 0 0 0 3px rgba(36, 104, 223, 0.08);
          box-shadow: 0 0 0 3px rgba(36, 104, 223, 0.08);
  outline: none;
}
.wc-blocks-components-select .wc-blocks-components-select__container .wc-blocks-components-select__expand {
  position: absolute;
  right: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 18px;
  color: var(--color-muted);
  pointer-events: none;
}

/* ── Address card (saved address display) ── */
.wc-block-components-address-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 14px;
  padding: 16px 18px;
  border: 1px solid var(--color-input-border);
  border-radius: 8px;
  background-color: var(--base-white);
}
.wc-block-components-address-card address {
  font-style: normal;
  font-size: 0.9rem;
  line-height: 1.6;
  color: var(--color-navy);
}
.wc-block-components-address-card__address-section--primary {
  display: block;
  font-weight: var(--fw-bold);
  margin-bottom: 2px;
}
.wc-block-components-address-card__address-section--secondary {
  display: block;
  color: var(--color-muted);
  font-weight: var(--fw-regular);
}
.wc-block-components-address-card__edit {
  font-family: var(--font-body);
  font-size: 0.82rem;
  font-weight: var(--fw-bold);
  color: var(--color-blue);
  cursor: pointer;
  white-space: nowrap;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.wc-block-components-address-card__edit:hover {
  opacity: 0.7;
}

/* ── Address toggle link ── */
.wc-block-components-address-form__address_2-toggle {
  display: inline-block;
  margin-bottom: 14px;
  font-family: var(--font-body);
  font-size: 0.84rem;
  font-weight: var(--fw-medium);
  color: var(--color-blue);
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.wc-block-components-address-form__address_2-toggle:hover {
  opacity: 0.7;
}

/* ── Payment method radio ── */
.wc-block-components-radio-control .wc-block-components-radio-control-accordion-option {
  padding: 0;
  border-bottom: 1px solid var(--color-line);
}
.wc-block-components-radio-control .wc-block-components-radio-control-accordion-option:last-child {
  border-bottom: none;
}
.wc-block-components-radio-control .wc-block-components-radio-control-accordion-option--checked-option-highlighted {
  background: var(--base-ice);
  -webkit-box-shadow: inset 0 0 0 1.5px var(--base-navy);
          box-shadow: inset 0 0 0 1.5px var(--base-navy);
  border-radius: 8px;
}
.wc-block-components-radio-control .wc-block-components-radio-control__option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 16px 18px;
  cursor: pointer;
  margin: 0;
}
.wc-block-components-radio-control .wc-block-components-radio-control__input {
  width: 18px;
  height: 18px;
  accent-color: var(--color-blue);
  margin: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: 1px solid var(--base-navy) !important;
}
.wc-block-components-radio-control .wc-block-components-radio-control__input:checked::before {
  background-color: var(--base-navy) !important;
}
.wc-block-components-radio-control .wc-block-components-radio-control__label {
  font-family: var(--font-body);
  font-size: 0.92rem;
  font-weight: var(--fw-bold);
  color: var(--color-navy);
  padding-left: 28px;
  position: relative;
  top: 1px;
}
.wc-block-components-radio-control .wc-block-components-radio-control-accordion-content {
  padding: 0 18px 16px 48px;
  font-size: 0.84rem;
  font-weight: var(--fw-medium);
  font-weight: var(--fw-regular);
  line-height: var(--lh-body);
}

/* ── Order notes ── */
.wc-block-components-checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  cursor: pointer;
  font-family: var(--font-body);
  font-size: 0.9rem;
  font-weight: var(--fw-medium);
  color: var(--color-navy);
}
.wc-block-components-checkbox__input {
  width: 18px;
  height: 18px;
  accent-color: var(--color-blue);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
}

.wc-block-components-textarea {
  width: 100%;
  margin-top: 12px;
  padding: 14px 16px;
  border: 1px solid var(--color-input-border);
  border-radius: 12px;
  font-family: var(--font-body);
  font-size: 0.88rem;
  color: var(--color-navy);
  resize: vertical;
  min-height: 60px;
  -webkit-transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.wc-block-components-textarea:focus {
  border-color: var(--color-blue);
  -webkit-box-shadow: 0 0 0 3px rgba(36, 104, 223, 0.08);
          box-shadow: 0 0 0 3px rgba(36, 104, 223, 0.08);
  outline: none;
}

/* ── Terms ── */
.wc-block-checkout__terms {
  padding: 0 0 20px;
  font-family: var(--font-body);
  font-size: 0.82rem;
  font-weight: var(--fw-regular);
  color: var(--color-muted);
  line-height: var(--lh-body);
}
.wc-block-checkout__terms a {
  color: var(--color-blue);
  font-weight: var(--fw-medium);
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.wc-block-checkout__terms a:hover {
  opacity: 0.7;
}
.wc-block-checkout__terms--with-separator {
  border-top: 1px solid var(--color-line);
  padding-top: 18px;
  margin-top: 4px;
}

/* ── Place order button ── */
.wc-block-checkout__actions .wc-block-checkout__actions_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.wc-block-checkout__actions .wc-block-components-checkout-place-order-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 54px;
  padding: 0 32px;
  border-radius: 14px;
  border: none;
  background: linear-gradient(135deg, var(--color-navy), var(--color-blue));
  color: var(--base-white);
  font-family: var(--font-body);
  font-size: var(--fs-btn);
  font-weight: var(--fw-extrabold);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-box-shadow: 0 12px 28px rgba(36, 104, 223, 0.25);
          box-shadow: 0 12px 28px rgba(36, 104, 223, 0.25);
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
  min-height: 4em !important;
}
.wc-block-checkout__actions .wc-block-components-checkout-place-order-button:hover {
  opacity: 0.9;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.wc-block-checkout__actions .wc-block-components-checkout-place-order-button--full-width {
  width: 100%;
}
.wc-block-checkout__actions .wc-block-components-checkout-place-order-button .wc-block-components-button__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

/* ── Sidebar / Order summary ── */
.wc-block-checkout__sidebar {
  position: sticky;
  top: 100px;
}

.wp-block-woocommerce-checkout-order-summary-block {
  background: var(--base-white);
  border-radius: 12px;
  -webkit-box-shadow: 0 20px 45px rgba(7, 27, 73, 0.08);
          box-shadow: 0 20px 45px rgba(7, 27, 73, 0.08);
  overflow: hidden;
  border: none;
}

/* Summary title bar */
.wc-block-components-checkout-order-summary__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.wc-block-components-checkout-order-summary__title-text {
  font-family: var(--font-body);
  letter-spacing: 0.08em;
}
.wc-block-components-checkout-order-summary__title-price {
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: var(--fw-bold);
  color: var(--color-navy);
}
.wc-block-components-checkout-order-summary__title-icon {
  width: 18px;
  height: 18px;
  color: var(--color-muted);
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

/* Summary content */
.wc-block-components-checkout-order-summary__content {
  padding: 0;
}

/* Order summary item */
.wc-block-components-order-summary-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 14px;
}
.wc-block-components-order-summary-item:last-child {
  border-bottom: none;
}
.wc-block-components-order-summary-item__image {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.wc-block-components-order-summary-item__image img {
  display: block;
  width: 48px;
  height: 48px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  border: 1px solid var(--color-line);
}
.wc-block-components-order-summary-item__quantity {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: var(--color-navy);
  color: var(--base-white);
  font-size: 0.68rem;
  font-weight: var(--fw-bold);
  border-radius: 50%;
  line-height: 1;
}
.wc-block-components-order-summary-item__description {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.wc-block-components-order-summary-item__description .wc-block-components-product-name {
  display: block;
  font-family: var(--font-body);
  font-size: 0.9rem;
  font-weight: var(--fw-bold);
  color: var(--color-navy);
  margin: 0 0 2px;
}
.wc-block-components-order-summary-item__description .wc-block-cart-item__prices .price {
  font-size: 0.82rem;
  font-weight: var(--fw-medium);
  color: var(--color-muted);
}
.wc-block-components-order-summary-item__description .wc-block-components-product-metadata__description p {
  margin: 4px 0 0;
  font-size: 0.78rem;
  color: var(--color-muted);
  line-height: 1.5;
}
.wc-block-components-order-summary-item__total-price {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: right;
}
.wc-block-components-order-summary-item__total-price .price {
  font-family: var(--font-body);
  font-size: 0.92rem;
  font-weight: var(--fw-bold);
  color: var(--color-navy);
}

/* Coupon panel in checkout sidebar */
.wc-block-checkout__sidebar .wc-block-components-totals-coupon.wc-block-components-panel {
  padding: 0 16px !important;
}
.wc-block-checkout__sidebar .wc-block-components-totals-coupon.wc-block-components-panel .wc-block-components-panel__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: var(--font-body);
  font-size: 0.9rem;
  font-weight: var(--fw-medium);
  color: var(--color-navy);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.wc-block-checkout__sidebar .wc-block-components-totals-coupon.wc-block-components-panel .wc-block-components-panel__button .wc-block-components-panel__button-icon {
  width: 18px;
  height: 18px;
  color: var(--color-muted);
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

/* Totals wrapper rows */
.wc-block-checkout__sidebar .wc-block-components-totals-wrapper .wc-block-components-totals-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 14px 24px;
}
.wc-block-checkout__sidebar .wc-block-components-totals-wrapper .wc-block-components-totals-item .wc-block-components-totals-item__label {
  font-family: var(--font-body);
  font-size: 0.9rem;
  font-weight: var(--fw-medium);
  color: var(--color-muted);
}
.wc-block-checkout__sidebar .wc-block-components-totals-wrapper .wc-block-components-totals-item .wc-block-components-totals-item__value,
.wc-block-checkout__sidebar .wc-block-components-totals-wrapper .wc-block-components-totals-item .wc-block-formatted-money-amount {
  font-family: var(--font-body);
  font-size: 0.92rem;
  font-weight: var(--fw-bold);
  color: var(--color-navy);
}
.wc-block-checkout__sidebar .wc-block-components-totals-wrapper {
  /* Footer total */
}
.wc-block-checkout__sidebar .wc-block-components-totals-wrapper .wc-block-components-totals-footer-item {
  padding: 20px 24px;
}
.wc-block-checkout__sidebar .wc-block-components-totals-wrapper .wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
  font-size: 1rem;
  font-weight: var(--fw-bold);
  color: var(--color-navy);
}
.wc-block-checkout__sidebar .wc-block-components-totals-wrapper .wc-block-components-totals-footer-item .wc-block-components-totals-item__value .wc-block-formatted-money-amount {
  font-size: 1.15rem;
  font-weight: var(--fw-extrabold);
  color: var(--color-navy);
  letter-spacing: -0.02em;
}

/* ── Mobile adjustments ── */
@media (max-width: 768px) {
  .wc-block-components-sidebar-layout.wc-block-checkout {
    gap: 24px;
  }
  .wc-block-components-checkout-step {
    margin-bottom: 16px;
  }
  .wc-block-checkout__sidebar {
    position: static;
  }
  .wc-block-components-checkout-place-order-button {
    min-height: 50px !important;
  }
}
.woocommerce-checkout .wc-block-components-sidebar,
.woocommerce-checkout .wc-block-components-main.wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
  border: 1px solid var(--base-navy) !important;
}

.wc-block-components-checkbox .wc-block-components-checkbox__mark {
  fill: var(--base-navy) !important;
  margin-top: -4px !important;
}

/* Order received / Thank you page
   ========================================================================== */
.woocommerce-order {
  max-width: 680px;
  margin-inline: auto;
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  .woocommerce-order {
    padding-bottom: 40px;
  }
}

/* ── Success notice ── */
.woocommerce-thankyou-order-received {
  background: var(--base-white);
  border-radius: 14px;
  padding: 18px 24px;
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: var(--fw-bold);
  color: var(--color-navy);
  -webkit-box-shadow: 0 12px 30px rgba(7, 27, 73, 0.06);
          box-shadow: 0 12px 30px rgba(7, 27, 73, 0.06);
  border-left: 4px solid #1d8b49;
  margin-bottom: 28px;
}

/* ── Order overview list ── */
.woocommerce-order-overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px 24px;
  list-style: none;
  padding: 22px 26px;
  margin: 0 0 28px;
  background: var(--base-white);
  border-radius: 16px;
  -webkit-box-shadow: 0 20px 45px rgba(7, 27, 73, 0.08);
          box-shadow: 0 20px 45px rgba(7, 27, 73, 0.08);
}
@media (max-width: 480px) {
  .woocommerce-order-overview {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    padding: 20px 22px;
  }
}
.woocommerce-order-overview li {
  font-family: var(--font-body);
  font-size: 0.88rem;
  font-weight: var(--fw-regular);
  color: var(--color-muted);
  line-height: 1.7;
  padding: 0;
  border: none;
}
.woocommerce-order-overview li strong {
  font-weight: var(--fw-bold);
  color: var(--color-navy);
}

/* ── Order details section ── */
.woocommerce-order-details {
  margin-bottom: 28px;
}
.woocommerce-order-details .woocommerce-order-details__title {
  font-family: var(--font-body);
  font-size: 1.25rem;
  font-weight: var(--fw-extrabold);
  color: var(--color-navy);
  margin: 0 0 14px;
}

/* ── Order table ── */
.woocommerce-table--order-details {
  width: 100%;
  border-collapse: collapse;
  background: var(--base-white);
  border-radius: 16px;
  overflow: hidden;
  -webkit-box-shadow: 0 20px 45px rgba(7, 27, 73, 0.08);
          box-shadow: 0 20px 45px rgba(7, 27, 73, 0.08);
  margin-bottom: 0;
}
.woocommerce-table--order-details th,
.woocommerce-table--order-details td,
.woocommerce-table--order-details tr {
  border: none;
}
.woocommerce-table--order-details thead tr {
  border-bottom: 1px solid var(--color-line);
}
.woocommerce-table--order-details thead tr th {
  padding: 14px 22px;
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: var(--fw-extrabold);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-muted);
  text-align: left;
  background: transparent;
}
.woocommerce-table--order-details tbody tr {
  border-bottom: 1px solid var(--color-line);
}
.woocommerce-table--order-details tbody tr:last-child {
  border-bottom: none;
}
.woocommerce-table--order-details tbody tr td {
  padding: 16px 22px;
  font-family: var(--font-body);
  font-size: 0.92rem;
  color: var(--color-navy);
  vertical-align: middle;
}
.woocommerce-table--order-details tbody tr td a {
  font-weight: var(--fw-bold);
  color: var(--color-navy);
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.woocommerce-table--order-details tbody tr td a:hover {
  opacity: 0.7;
}
.woocommerce-table--order-details tbody tr td .product-quantity {
  font-weight: var(--fw-medium);
  color: var(--color-muted);
}
.woocommerce-table--order-details tfoot {
  border-top: 1px solid var(--color-line);
}
.woocommerce-table--order-details tfoot tr {
  border-bottom: 1px solid var(--color-line);
}
.woocommerce-table--order-details tfoot tr:last-child {
  border-bottom: none;
}
.woocommerce-table--order-details tfoot tr th {
  padding: 14px 22px;
  font-family: var(--font-body);
  font-size: 0.88rem;
  font-weight: var(--fw-bold);
  color: var(--color-navy);
  text-align: left;
}
.woocommerce-table--order-details tfoot tr td {
  padding: 14px 22px;
  font-family: var(--font-body);
  font-size: 0.92rem;
  font-weight: var(--fw-bold);
  color: var(--color-navy);
}

/* ── Customer details / Billing address ── */
.woocommerce-customer-details {
  background: var(--base-white);
  border-radius: 16px;
  -webkit-box-shadow: 0 20px 45px rgba(7, 27, 73, 0.08);
          box-shadow: 0 20px 45px rgba(7, 27, 73, 0.08);
  padding: 26px 26px;
  margin-top: 28px;
}
@media (max-width: 768px) {
  .woocommerce-customer-details {
    padding: 22px 20px;
  }
}
.woocommerce-customer-details .woocommerce-column__title {
  font-family: var(--font-body);
  font-size: 1.1rem;
  font-weight: var(--fw-extrabold);
  color: var(--color-navy);
  margin: 0 0 12px;
}
.woocommerce-customer-details address {
  font-style: normal;
  font-family: var(--font-body);
  font-size: 0.9rem;
  font-weight: var(--fw-regular);
  color: var(--color-navy);
  line-height: 1.7;
}
.woocommerce-customer-details .woocommerce-customer-details--phone,
.woocommerce-customer-details .woocommerce-customer-details--email {
  margin: 8px 0 0;
  font-size: 0.88rem;
  color: var(--color-muted);
}
/*# sourceMappingURL=style.css.map */