/* GOLDPEAK compiled frontend stylesheet 2.6.2. Source files are retained for maintenance. */

/* ===== main.css ===== */
:root {
  color-scheme: light;
  --goldpeak-bg: #eef3f9;
  --goldpeak-surface: #eef3f9;
  --goldpeak-surface-2: #f7f9fc;
  --goldpeak-surface-3: #e6edf6;
  --goldpeak-text: #101828;
  --goldpeak-heading: #091223;
  --goldpeak-muted: #667085;
  --goldpeak-line: rgba(15, 23, 42, .09);
  --goldpeak-primary: #0B50AA;
  --goldpeak-primary-2: #FF2D4A;
  --goldpeak-accent: #FF7A1A;
  --goldpeak-danger: #D7193F;
  --goldpeak-warning: #f59e0b;
  --goldpeak-success: #10b981;
  --goldpeak-white: #fff;
  --goldpeak-shadow: 16px 16px 34px rgba(120, 137, 159, .22), -14px -14px 32px rgba(255, 255, 255, .88);
  --goldpeak-shadow-soft: 8px 8px 19px rgba(120, 137, 159, .18), -8px -8px 18px rgba(255, 255, 255, .86);
  --goldpeak-shadow-inset: inset 5px 5px 11px rgba(120, 137, 159, .16), inset -5px -5px 11px rgba(255, 255, 255, .9);
  --goldpeak-radius-xl: 34px;
  --goldpeak-radius-lg: 26px;
  --goldpeak-radius-md: 19px;
  --goldpeak-radius-sm: 13px;
  --goldpeak-container: 1380px;
  --goldpeak-header-height: 88px;
}

html[data-theme="dark"] {
  color-scheme: dark;
  --goldpeak-bg: #061326;
  --goldpeak-surface: #0B1C34;
  --goldpeak-surface-2: #102542;
  --goldpeak-surface-3: #183150;
  --goldpeak-text: #edf3ff;
  --goldpeak-heading: #ffffff;
  --goldpeak-muted: #9aa8bd;
  --goldpeak-line: rgba(255, 255, 255, .09);
  --goldpeak-primary: #4C8DFF;
  --goldpeak-primary-2: #FF4E62;
  --goldpeak-accent: #FF9A3C;
  --goldpeak-shadow: 16px 16px 38px rgba(0, 0, 0, .42), -12px -12px 30px rgba(39, 57, 87, .26);
  --goldpeak-shadow-soft: 8px 8px 20px rgba(0, 0, 0, .36), -7px -7px 18px rgba(41, 61, 93, .22);
  --goldpeak-shadow-inset: inset 5px 5px 12px rgba(0, 0, 0, .42), inset -5px -5px 12px rgba(45, 65, 99, .24);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--goldpeak-bg);
  color: var(--goldpeak-text);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
  transition: background .25s ease, color .25s ease;
}
body.goldpeak-menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--goldpeak-primary); }
img { display: block; max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, h4, h5, h6 { color: var(--goldpeak-heading); font-family: Inter, system-ui, sans-serif; line-height: 1.1; margin-top: 0; }
p { margin-top: 0; }
::selection { background: var(--goldpeak-primary); color: #fff; }
.screen-reader-text, .sr-only {
  border: 0; clip: rect(1px,1px,1px,1px); clip-path: inset(50%); height: 1px; margin: -1px;
  overflow: hidden; padding: 0; position: absolute !important; width: 1px; word-wrap: normal !important;
}
.screen-reader-text:focus {
  background: var(--goldpeak-surface-2); clip: auto !important; clip-path: none; color: var(--goldpeak-heading); display: block;
  font-size: 14px; font-weight: 700; height: auto; left: 8px; line-height: normal; padding: 14px 18px; top: 8px; width: auto; z-index: 100000;
  border-radius: 12px;
}
.goldpeak-container { width: min(var(--goldpeak-container), calc(100% - 42px)); margin-inline: auto; }
.goldpeak-reading-container { width: min(980px, calc(100% - 42px)); }
.goldpeak-panel { background: var(--goldpeak-surface); border: 1px solid var(--goldpeak-line); box-shadow: var(--goldpeak-shadow); border-radius: var(--goldpeak-radius-lg); }
.goldpeak-icon { display: inline-grid; place-items: center; flex: 0 0 auto; }
.goldpeak-icon svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

/* Topbar and header */
.goldpeak-topbar { background: #071A33; color: #dce5f5; font-size: 12px; }
.goldpeak-topbar__inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.goldpeak-topbar__notice { display: flex; align-items: center; gap: 8px; }
.goldpeak-live-dot { width: 8px; height: 8px; border-radius: 50%; background: #FF7A1A; box-shadow: 0 0 0 5px rgba(255,122,26,.16); }
.goldpeak-topbar__assurances { display: flex; align-items: center; gap: 25px; }
.goldpeak-topbar__assurances span { display: flex; align-items: center; gap: 7px; }
.goldpeak-topbar .goldpeak-icon svg { width: 15px; height: 15px; }
.goldpeak-header { position: sticky; top: 0; z-index: 80; background: color-mix(in srgb, var(--goldpeak-bg) 88%, transparent); backdrop-filter: blur(24px); border-bottom: 1px solid var(--goldpeak-line); }
.goldpeak-header__main { min-height: var(--goldpeak-header-height); display: grid; grid-template-columns: 230px minmax(280px, 1fr) auto; gap: 28px; align-items: center; }
.goldpeak-header__brand { min-width: 0; }
.goldpeak-brand { display: inline-flex; align-items: center; color: var(--goldpeak-heading); }
.goldpeak-brand img { width: 208px; max-height: 56px; object-fit: contain; object-position: left center; }
.custom-logo-link { display: inline-flex; align-items: center; }
.custom-logo { max-width: 220px; max-height: 60px; width: auto; height: auto; }
.goldpeak-header__search { min-width: 0; }
.goldpeak-header__search form, .goldpeak-mobile-panel__search form, .woocommerce-product-search, .search-form { position: relative; display: flex; align-items: center; }
.goldpeak-header__search input[type="search"], .goldpeak-mobile-panel__search input[type="search"], .search-form input[type="search"], .woocommerce-product-search input[type="search"] {
  width: 100%; min-width: 0; height: 52px; border: 0; outline: 0; border-radius: 18px; background: var(--goldpeak-surface); color: var(--goldpeak-text); box-shadow: var(--goldpeak-shadow-inset); padding: 0 125px 0 20px;
}
.goldpeak-header__search button, .goldpeak-mobile-panel__search button, .search-form .search-submit, .woocommerce-product-search button {
  position: absolute; right: 6px; top: 6px; height: 40px; border: 0; border-radius: 13px; padding: 0 19px; color: #fff; font-weight: 800; background: linear-gradient(135deg,var(--goldpeak-primary),var(--goldpeak-primary-2) 58%,var(--goldpeak-accent)); cursor: pointer;
}
.goldpeak-header__actions { display: flex; align-items: center; gap: 10px; }
.goldpeak-icon-button {
  position: relative; width: 48px; height: 48px; display: inline-grid; place-items: center; border: 1px solid var(--goldpeak-line); border-radius: 16px; background: var(--goldpeak-surface); box-shadow: var(--goldpeak-shadow-soft); color: var(--goldpeak-text); cursor: pointer; transition: transform .2s ease, color .2s ease;
}
.goldpeak-icon-button:hover { transform: translateY(-2px); color: var(--goldpeak-primary); }
.goldpeak-header-action { display: flex; align-items: center; gap: 10px; min-height: 50px; padding: 0 13px; border-radius: 16px; }
.goldpeak-header-action .goldpeak-icon { width: 38px; height: 38px; border-radius: 13px; background: var(--goldpeak-surface); box-shadow: var(--goldpeak-shadow-soft); }
.goldpeak-header-action strong, .goldpeak-header-action small { display: block; white-space: nowrap; line-height: 1.2; }
.goldpeak-header-action strong { font-size: 13px; }
.goldpeak-header-action small { font-size: 10px; color: var(--goldpeak-muted); margin-top: 3px; }
.goldpeak-cart-count { position: absolute; top: -6px; right: -4px; min-width: 21px; height: 21px; padding: 0 5px; display: grid; place-items: center; border-radius: 999px; background: linear-gradient(135deg,var(--goldpeak-primary-2),var(--goldpeak-danger)); color: #fff; font-size: 10px; font-weight: 800; border: 2px solid var(--goldpeak-bg); }
.theme-icon-dark { display: none; }
html[data-theme="dark"] .theme-icon-light { display: none; }
html[data-theme="dark"] .theme-icon-dark { display: inline-grid; }
.goldpeak-mobile-menu-button { display: none; }
.goldpeak-primary-nav { border-top: 1px solid var(--goldpeak-line); }
.goldpeak-primary-nav__inner { min-height: 54px; display: flex; align-items: center; }
.goldpeak-menu, .goldpeak-menu ul, .goldpeak-mobile-menu, .goldpeak-mobile-menu ul, .goldpeak-footer-menu { list-style: none; margin: 0; padding: 0; }
.goldpeak-menu { display: flex; align-items: center; gap: 4px; width: 100%; }
.goldpeak-menu > li { position: relative; }
.goldpeak-menu > li > a { display: flex; align-items: center; min-height: 40px; padding: 0 15px; color: var(--goldpeak-muted); font-size: 13px; font-weight: 800; border-radius: 13px; transition: .2s ease; }
.goldpeak-menu > li.current-menu-item > a, .goldpeak-menu > li.current-menu-ancestor > a, .goldpeak-menu > li > a:hover { background: var(--goldpeak-surface); color: var(--goldpeak-heading); box-shadow: var(--goldpeak-shadow-soft); }
.goldpeak-menu .sub-menu { position: absolute; top: calc(100% + 10px); left: 0; z-index: 30; min-width: 240px; padding: 12px; background: var(--goldpeak-surface-2); border: 1px solid var(--goldpeak-line); box-shadow: var(--goldpeak-shadow); border-radius: 18px; opacity: 0; visibility: hidden; transform: translateY(8px); transition: .2s ease; }
.goldpeak-menu li:hover > .sub-menu, .goldpeak-menu li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: none; }
.goldpeak-menu .sub-menu li { position: relative; }
.goldpeak-menu .sub-menu a { display: block; padding: 10px 12px; color: var(--goldpeak-muted); border-radius: 10px; font-size: 13px; font-weight: 700; }
.goldpeak-menu .sub-menu a:hover { background: var(--goldpeak-surface-3); color: var(--goldpeak-heading); }
.goldpeak-menu .sub-menu .sub-menu { left: calc(100% + 10px); top: 0; }

/* Mobile panel */
.goldpeak-mobile-backdrop { position: fixed; inset: 0; z-index: 89; background: rgba(2,7,18,.55); backdrop-filter: blur(6px); opacity: 0; visibility: hidden; transition: .25s ease; }
.goldpeak-mobile-backdrop.is-open { opacity: 1; visibility: visible; }
.goldpeak-mobile-panel { position: fixed; top: 0; right: 0; bottom: 0; z-index: 90; width: min(440px, 92vw); padding: 22px; overflow-y: auto; background: var(--goldpeak-bg); transform: translateX(105%); transition: transform .3s cubic-bezier(.22,.61,.36,1); box-shadow: -20px 0 60px rgba(0,0,0,.25); }
.goldpeak-mobile-panel.is-open { transform: none; }
.goldpeak-mobile-panel__header { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-bottom: 20px; }
.goldpeak-mobile-panel__header .goldpeak-brand img { width: 180px; }
.goldpeak-mobile-panel__buttons { display: flex; gap: 9px; }
.goldpeak-mobile-panel__search { margin-bottom: 20px; }
.goldpeak-mobile-nav { background: var(--goldpeak-surface); border: 1px solid var(--goldpeak-line); box-shadow: var(--goldpeak-shadow); border-radius: 24px; padding: 12px; }
.goldpeak-mobile-menu > li { position: relative; border-bottom: 1px solid var(--goldpeak-line); }
.goldpeak-mobile-menu > li:last-child { border-bottom: 0; }
.goldpeak-mobile-menu li a { display: flex; align-items: center; min-height: 52px; padding: 10px 48px 10px 14px; border-radius: 13px; color: var(--goldpeak-heading); font-weight: 750; }
.goldpeak-mobile-menu li.current-menu-item > a, .goldpeak-mobile-menu li a:hover { color: var(--goldpeak-primary); background: var(--goldpeak-surface-2); }
.goldpeak-submenu-toggle { position: absolute; top: 8px; right: 7px; width: 38px; height: 38px; display: grid; place-items: center; border: 0; border-radius: 11px; color: var(--goldpeak-muted); background: var(--goldpeak-surface-2); cursor: pointer; }
.goldpeak-submenu-toggle svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; transition: transform .2s ease; }
.goldpeak-submenu-toggle[aria-expanded="true"] svg { transform: rotate(180deg); }
.goldpeak-mobile-menu .sub-menu { margin: 0 0 10px 15px; padding: 5px 0 5px 16px; border-left: 1px solid color-mix(in srgb, var(--goldpeak-primary) 34%, var(--goldpeak-line)); }
.goldpeak-mobile-menu .sub-menu li { position: relative; }
.goldpeak-mobile-menu .sub-menu li::before { content: ""; position: absolute; left: -20px; top: 24px; width: 7px; height: 7px; border-radius: 50%; background: var(--goldpeak-primary-2); box-shadow: 0 0 0 5px color-mix(in srgb, var(--goldpeak-primary-2) 12%, transparent); }
.goldpeak-mobile-menu .sub-menu a { min-height: 42px; font-size: 13px; color: var(--goldpeak-muted); padding-left: 8px; }
.goldpeak-mobile-panel__account { display: grid; gap: 10px; margin-top: 18px; }
.goldpeak-mobile-panel__account a { display: flex; align-items: center; gap: 13px; padding: 14px; background: var(--goldpeak-surface); border: 1px solid var(--goldpeak-line); border-radius: 17px; box-shadow: var(--goldpeak-shadow-soft); }
.goldpeak-mobile-panel__account a .goldpeak-icon { width: 43px; height: 43px; background: var(--goldpeak-surface-2); border-radius: 14px; color: var(--goldpeak-primary); }
.goldpeak-mobile-panel__account strong, .goldpeak-mobile-panel__account small { display: block; }
.goldpeak-mobile-panel__account small { color: var(--goldpeak-muted); font-size: 11px; }

/* Buttons and shared */
.goldpeak-button, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .wp-block-button__link, input[type="submit"] {
  min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 23px; border: 0; border-radius: 16px; font-weight: 800; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease;
}
.goldpeak-button:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .wp-block-button__link:hover, input[type="submit"]:hover { transform: translateY(-2px); }
.goldpeak-button--primary, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .wp-block-button__link, input[type="submit"] { color: #fff !important; background: linear-gradient(135deg,var(--goldpeak-primary),var(--goldpeak-primary-2) 58%,var(--goldpeak-accent)) !important; box-shadow: 0 14px 28px color-mix(in srgb, var(--goldpeak-primary) 28%, transparent); }
.goldpeak-button--soft { background: var(--goldpeak-surface); color: var(--goldpeak-heading); box-shadow: var(--goldpeak-shadow-soft); border: 1px solid var(--goldpeak-line); }
.goldpeak-section { padding: 38px 0 72px; }
.goldpeak-section-head { display: flex; align-items: end; justify-content: space-between; gap: 25px; margin-bottom: 25px; }
.goldpeak-section-head h2 { margin: 4px 0 0; font-size: clamp(28px, 3vw, 42px); letter-spacing: -1.7px; }
.goldpeak-section-kicker { display: inline-block; color: var(--goldpeak-primary); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.goldpeak-text-link { color: var(--goldpeak-primary); font-weight: 800; font-size: 13px; }

/* Hero */
.goldpeak-hero { padding: 45px 0 30px; }
.goldpeak-hero__grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 25px; }
.goldpeak-hero__content, .goldpeak-hero__visual { min-height: 515px; position: relative; overflow: hidden; }
.goldpeak-hero__content { padding: clamp(35px, 5vw, 70px); display: flex; flex-direction: column; justify-content: center; }
.goldpeak-hero__content::after { content: ""; position: absolute; inset: auto -100px -140px auto; width: 340px; height: 340px; border: 1px solid color-mix(in srgb, var(--goldpeak-primary) 18%, transparent); border-radius: 50%; box-shadow: 0 0 0 55px color-mix(in srgb, var(--goldpeak-primary-2) 7%, transparent), 0 0 0 110px color-mix(in srgb, var(--goldpeak-accent) 5%, transparent); }
.goldpeak-eyebrow { position: relative; z-index: 1; align-self: flex-start; display: inline-flex; align-items: center; gap: 8px; padding: 9px 14px; border-radius: 999px; background: var(--goldpeak-surface-2); box-shadow: var(--goldpeak-shadow-soft); color: var(--goldpeak-primary); font-size: 12px; font-weight: 800; }
.goldpeak-eyebrow i { width: 8px; height: 8px; border-radius: 50%; background: var(--goldpeak-accent); box-shadow: 0 0 0 5px color-mix(in srgb, var(--goldpeak-accent) 14%, transparent); }
.goldpeak-hero h1 { position: relative; z-index: 1; max-width: 720px; margin: 24px 0 20px; font-size: clamp(44px, 5vw, 76px); line-height: .98; letter-spacing: -3.8px; }
.goldpeak-hero h1::first-line { color: var(--goldpeak-heading); }
.goldpeak-hero__content p { position: relative; z-index: 1; max-width: 610px; margin-bottom: 0; color: var(--goldpeak-muted); font-size: 17px; }
.goldpeak-hero__buttons { position: relative; z-index: 1; display: flex; gap: 12px; flex-wrap: wrap; margin-top: 29px; }
.goldpeak-hero__mini-trust { position: relative; z-index: 1; display: flex; gap: 20px; flex-wrap: wrap; margin-top: 33px; color: var(--goldpeak-muted); font-size: 12px; font-weight: 700; }
.goldpeak-hero__mini-trust span { display: flex; align-items: center; gap: 8px; }
.goldpeak-hero__mini-trust .goldpeak-icon { width: 35px; height: 35px; border-radius: 12px; color: var(--goldpeak-primary); background: var(--goldpeak-surface-2); box-shadow: var(--goldpeak-shadow-soft); }
.goldpeak-hero__visual { background: radial-gradient(circle at 70% 25%, color-mix(in srgb, var(--goldpeak-primary-2) 18%, transparent), transparent 35%), radial-gradient(circle at 20% 90%, color-mix(in srgb, var(--goldpeak-accent) 15%, transparent), transparent 34%), var(--goldpeak-surface); }
.goldpeak-hero__custom-image, .goldpeak-hero__fallback { position: absolute; inset: 6% 4%; width: 92%; height: 88%; object-fit: contain; filter: drop-shadow(0 25px 28px rgba(6,16,36,.24)); }
.goldpeak-hero-product { position: absolute; display: block; filter: drop-shadow(0 28px 28px rgba(6,16,36,.28)); transition: transform .25s ease; }
.goldpeak-hero-product:hover { transform: translateY(-9px) scale(1.02); }
.goldpeak-hero-product img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
html[data-theme="dark"] .goldpeak-hero-product img { mix-blend-mode: normal; }
.goldpeak-hero-product--1 { width: 44%; height: 62%; left: 8%; top: 18%; transform: rotate(-7deg); }
.goldpeak-hero-product--2 { width: 40%; height: 67%; right: 10%; top: 6%; transform: rotate(8deg); }
.goldpeak-hero-product--3 { width: 35%; height: 48%; right: 8%; bottom: 5%; transform: rotate(-4deg); }
.goldpeak-hero__glow { position: absolute; border-radius: 50%; filter: blur(2px); }
.goldpeak-hero__glow--one { width: 270px; height: 270px; right: -30px; top: -40px; border: 1px solid color-mix(in srgb, var(--goldpeak-primary) 25%, transparent); box-shadow: 0 0 0 50px color-mix(in srgb, var(--goldpeak-primary-2) 6%, transparent), 0 0 0 100px color-mix(in srgb, var(--goldpeak-accent) 4%, transparent); }
.goldpeak-hero__glow--two { width: 120px; height: 120px; left: 12%; bottom: 12%; background: color-mix(in srgb, var(--goldpeak-accent) 13%, transparent); filter: blur(45px); }
.goldpeak-floating-note { position: absolute; z-index: 4; min-width: 160px; padding: 13px 15px; border-radius: 16px; background: color-mix(in srgb, var(--goldpeak-surface-2) 84%, transparent); backdrop-filter: blur(18px); border: 1px solid var(--goldpeak-line); box-shadow: var(--goldpeak-shadow-soft); }
.goldpeak-floating-note strong, .goldpeak-floating-note span { display: block; line-height: 1.25; }
.goldpeak-floating-note strong { font-size: 12px; }
.goldpeak-floating-note span { color: var(--goldpeak-muted); font-size: 9px; margin-top: 4px; }
.goldpeak-floating-note--one { left: 25px; top: 34px; }
.goldpeak-floating-note--two { right: 25px; bottom: 30px; }

/* Trust and categories */
.goldpeak-trust-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; margin: 10px 0 38px; }
.goldpeak-trust-card { display: flex; align-items: center; gap: 13px; min-height: 86px; padding: 18px; background: var(--goldpeak-surface); border: 1px solid var(--goldpeak-line); border-radius: 20px; box-shadow: var(--goldpeak-shadow-soft); }
.goldpeak-trust-card > .goldpeak-icon { width: 46px; height: 46px; border-radius: 15px; color: var(--goldpeak-primary); background: linear-gradient(135deg,color-mix(in srgb, var(--goldpeak-primary) 13%, transparent),color-mix(in srgb, var(--goldpeak-primary-2) 13%, transparent)); }
.goldpeak-trust-card strong, .goldpeak-trust-card small { display: block; line-height: 1.25; }
.goldpeak-trust-card strong { font-size: 13px; }
.goldpeak-trust-card small { color: var(--goldpeak-muted); font-size: 10px; margin-top: 4px; }
.goldpeak-category-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
.goldpeak-category-card { min-width: 0; display: grid; grid-template-columns: 78px minmax(0,1fr) 24px; align-items: center; gap: 14px; padding: 14px; background: var(--goldpeak-surface); border: 1px solid var(--goldpeak-line); box-shadow: var(--goldpeak-shadow-soft); border-radius: 20px; transition: transform .2s ease; }
.goldpeak-category-card:hover { transform: translateY(-5px); color: inherit; }
.goldpeak-category-card__image { width: 78px; height: 78px; display: grid; place-items: center; overflow: hidden; border-radius: 16px; background: var(--goldpeak-surface-2); box-shadow: var(--goldpeak-shadow-inset); }
.goldpeak-category-card__image img { width: 88%; height: 88%; object-fit: contain; }
.goldpeak-category-placeholder { font-size: 30px; font-weight: 800; color: var(--goldpeak-primary); }
.goldpeak-category-card h3 { margin: 0 0 4px; font-size: 15px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.goldpeak-category-card span { color: var(--goldpeak-muted); font-size: 10px; }
.goldpeak-category-card b { color: var(--goldpeak-primary); }

/* Product sliders */
.goldpeak-slider-tools { display: flex; align-items: center; gap: 9px; }
.goldpeak-slider-button { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--goldpeak-line); border-radius: 14px; background: var(--goldpeak-surface); box-shadow: var(--goldpeak-shadow-soft); color: var(--goldpeak-heading); font-size: 24px; cursor: pointer; }
.goldpeak-product-slider { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(230px, 1fr); gap: 17px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; padding: 10px 8px 25px; margin: 0 -8px; }
.goldpeak-product-slider::-webkit-scrollbar { display: none; }
.goldpeak-home-product { scroll-snap-align: start; min-width: 0; background: var(--goldpeak-surface); border: 1px solid var(--goldpeak-line); box-shadow: var(--goldpeak-shadow-soft); border-radius: 21px; overflow: hidden; transition: transform .22s ease, box-shadow .22s ease; }
.goldpeak-home-product:hover { transform: translateY(-5px); box-shadow: var(--goldpeak-shadow); }
.goldpeak-home-product__media { position: relative; min-height: 240px; display: grid; place-items: center; padding: 18px; background: var(--goldpeak-surface-2); overflow: hidden; }
.goldpeak-home-product__media::before { content: ""; position: absolute; width: 150px; height: 150px; border-radius: 50%; background: radial-gradient(circle,color-mix(in srgb, var(--goldpeak-primary) 12%, transparent),transparent 68%); }
.goldpeak-home-product__media img { position: relative; z-index: 1; width: 100%; height: 215px; object-fit: contain; transition: transform .3s ease; }
.goldpeak-home-product:hover .goldpeak-home-product__media img { transform: scale(1.05); }
.goldpeak-sale-badge { position: absolute; z-index: 2; left: 12px; top: 12px; padding: 6px 9px; color: #fff; background: linear-gradient(135deg,var(--goldpeak-danger),var(--goldpeak-primary-2)); border-radius: 9px; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.goldpeak-home-product__body { padding: 17px; }
.goldpeak-product-category { min-height: 18px; color: var(--goldpeak-muted); font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.goldpeak-product-category a { color: inherit; }
.goldpeak-home-product h3 { min-height: 42px; margin: 5px 0 8px; font-size: 14px; line-height: 1.45; }
.goldpeak-product-rating { display: flex; align-items: center; gap: 5px; color: var(--goldpeak-warning); font-size: 10px; }
.goldpeak-product-rating small { color: var(--goldpeak-muted); }
.goldpeak-product-card-bottom { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 13px; }
.goldpeak-product-card-bottom .price { min-width: 0; color: var(--goldpeak-primary); font-size: 14px; font-weight: 800; }
.goldpeak-product-card-bottom .price del { display: block; color: var(--goldpeak-muted); font-size: 9px; font-weight: 600; opacity: .75; }
.goldpeak-product-card-bottom .price ins { text-decoration: none; }
.goldpeak-product-card-bottom .button { width: 39px !important; min-width: 39px !important; height: 39px !important; min-height: 39px !important; padding: 0 !important; display: grid !important; place-items: center; border-radius: 13px !important; font-size: 22px !important; line-height: 1 !important; color: #fff !important; background: linear-gradient(135deg,var(--goldpeak-primary),var(--goldpeak-primary-2) 58%,var(--goldpeak-accent)) !important; box-shadow: 0 9px 18px color-mix(in srgb,var(--goldpeak-primary) 24%,transparent) !important; }
.goldpeak-product-card-bottom .added_to_cart { display: none; }

/* Deal board */
.goldpeak-deal-board { display: grid; grid-template-columns: 1.35fr .65fr; gap: 18px; }
.goldpeak-deal-banner { min-height: 410px; position: relative; overflow: hidden; padding: 50px; background: radial-gradient(circle at 85% 25%,color-mix(in srgb,var(--goldpeak-primary-2) 18%,transparent),transparent 30%),linear-gradient(135deg,var(--goldpeak-surface),var(--goldpeak-surface-2)); }
.goldpeak-deal-banner::before { content: ""; position: absolute; width: 380px; height: 380px; border-radius: 50%; right: -80px; bottom: -150px; border: 1px solid color-mix(in srgb,var(--goldpeak-primary) 22%,transparent); box-shadow: 0 0 0 50px color-mix(in srgb,var(--goldpeak-primary-2) 7%,transparent),0 0 0 100px color-mix(in srgb,var(--goldpeak-accent) 5%,transparent); }
.goldpeak-deal-banner h2 { max-width: 520px; margin: 12px 0 13px; font-size: clamp(34px,4vw,56px); letter-spacing: -2px; }
.goldpeak-deal-banner p { max-width: 450px; color: var(--goldpeak-muted); }
.goldpeak-deal-banner .goldpeak-button { position: relative; z-index: 2; margin-top: 13px; }
.goldpeak-deal-banner__image { position: absolute; right: 4%; bottom: 2%; width: 43%; height: 82%; }
.goldpeak-deal-banner__image img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 28px 26px rgba(5,13,29,.24)); }
.goldpeak-best-list { padding: 24px; }
.goldpeak-best-list__head { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 13px; }
.goldpeak-best-list__head h2 { margin: 0; font-size: 24px; }
.goldpeak-best-list__head a { color: var(--goldpeak-primary); font-size: 11px; font-weight: 800; }
.goldpeak-best-list__item { display: grid; grid-template-columns: 58px minmax(0,1fr) auto; align-items: center; gap: 11px; padding: 10px 0; border-bottom: 1px solid var(--goldpeak-line); }
.goldpeak-best-list__item:last-child { border-bottom: 0; }
.goldpeak-best-list__item img { width: 58px; height: 58px; object-fit: contain; border-radius: 12px; background: var(--goldpeak-surface-2); }
.goldpeak-best-list__item strong, .goldpeak-best-list__item small { display: block; }
.goldpeak-best-list__item strong { color: var(--goldpeak-heading); font-size: 11px; line-height: 1.35; }
.goldpeak-best-list__item small { margin-top: 4px; color: var(--goldpeak-primary); font-weight: 800; font-size: 10px; }
.goldpeak-best-list__item b { color: var(--goldpeak-warning); font-size: 10px; white-space: nowrap; }

/* Journal and inner content */
.goldpeak-post-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.goldpeak-post-grid--archive { grid-template-columns: repeat(2,1fr); }
.goldpeak-post-card { overflow: hidden; }
.goldpeak-post-card__image { min-height: 235px; display: grid; place-items: center; overflow: hidden; background: var(--goldpeak-surface-2); }
.goldpeak-post-card__image img { width: 100%; height: 250px; object-fit: cover; transition: transform .35s ease; }
.goldpeak-post-card:hover .goldpeak-post-card__image img { transform: scale(1.04); }
.goldpeak-post-card__placeholder { display:grid;place-items:center;color:var(--goldpeak-primary); }
.goldpeak-post-card__placeholder img { width:min(112px,54%);height:auto;object-fit:contain; }
.goldpeak-post-card__body { padding: 24px; }
.goldpeak-post-card__meta { display: flex; gap: 7px; color: var(--goldpeak-muted); font-size: 10px; font-weight: 700; }
.goldpeak-post-card h3 { margin: 10px 0; font-size: 21px; line-height: 1.3; }
.goldpeak-post-card__excerpt { color: var(--goldpeak-muted); font-size: 13px; }
.goldpeak-content-area { padding: 48px 0 90px; }
.goldpeak-page-hero { padding: clamp(34px,6vw,68px); margin-bottom: 30px; background: radial-gradient(circle at 92% 20%,color-mix(in srgb,var(--goldpeak-primary-2) 14%,transparent),transparent 30%),var(--goldpeak-surface); }
.goldpeak-page-hero h1 { margin: 8px 0 7px; font-size: clamp(38px,5vw,70px); letter-spacing: -3px; }
.goldpeak-page-hero p, .archive-description { color: var(--goldpeak-muted); margin: 0; }
.goldpeak-layout-with-sidebar { display: grid; grid-template-columns: minmax(0,1fr) 320px; gap: 25px; align-items: start; }
.goldpeak-sidebar { display: grid; gap: 18px; }
.widget { padding: 23px; }
.widget-title { font-size: 18px; margin-bottom: 16px; }
.widget ul { list-style: none; padding: 0; margin: 0; }
.widget li { padding: 9px 0; border-bottom: 1px solid var(--goldpeak-line); color: var(--goldpeak-muted); font-size: 13px; }
.widget li:last-child { border-bottom: 0; }
.goldpeak-breadcrumbs { display: flex; align-items: center; gap: 9px; flex-wrap: wrap; margin: 0 0 24px; color: var(--goldpeak-muted); font-size: 11px; font-weight: 700; }
.goldpeak-breadcrumbs a:hover { color: var(--goldpeak-primary); }
.goldpeak-page-article, .goldpeak-single-article { padding: clamp(28px,5vw,68px); }
.goldpeak-entry-header { max-width: 820px; margin: 0 auto 30px; text-align: center; }
.goldpeak-entry-header .entry-title { margin: 8px 0 20px; font-size: clamp(38px,5vw,68px); letter-spacing: -2.8px; }
.goldpeak-entry-categories, .goldpeak-entry-categories a { color: var(--goldpeak-primary); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.goldpeak-entry-meta { display: flex; align-items: center; justify-content: center; gap: 8px; flex-wrap: wrap; color: var(--goldpeak-muted); font-size: 11px; }
.goldpeak-entry-featured { margin: 0 -20px 40px; }
.goldpeak-entry-featured img { width: 100%; max-height: 650px; object-fit: cover; border-radius: 25px; }
.entry-content { font-size: 17px; }
.entry-content > * { max-width: 780px; margin-left: auto; margin-right: auto; }
.entry-content > .alignwide { max-width: 1080px; }
.entry-content > .alignfull { max-width: none; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); width: 100vw; }
.entry-content h2 { margin-top: 45px; font-size: 34px; }
.entry-content h3 { margin-top: 35px; font-size: 26px; }
.entry-content p, .entry-content li { color: color-mix(in srgb,var(--goldpeak-text) 88%,var(--goldpeak-muted)); }
.entry-content a { color: var(--goldpeak-primary); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.entry-content blockquote { position: relative; margin-top: 35px; margin-bottom: 35px; padding: 28px 32px; border: 1px solid var(--goldpeak-line); background: var(--goldpeak-surface-2); border-radius: 16px; color: var(--goldpeak-heading); font-size: 21px; font-weight: 700; }
.entry-content img { border-radius: 22px; }
.entry-content table { width: 100%; border-collapse: separate; border-spacing: 0; overflow: hidden; border: 1px solid var(--goldpeak-line); border-radius: 16px; }
.entry-content th, .entry-content td { padding: 13px; border-bottom: 1px solid var(--goldpeak-line); text-align: left; }
.entry-content th { background: var(--goldpeak-surface-2); }
.goldpeak-entry-footer { max-width: 780px; margin: 35px auto 0; }
.goldpeak-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.goldpeak-tags a { padding: 7px 11px; border-radius: 10px; background: var(--goldpeak-surface-2); color: var(--goldpeak-muted); font-size: 11px; font-weight: 700; }
.goldpeak-post-navigation { margin-top: 22px; padding: 20px; }
.goldpeak-post-navigation .nav-links { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.goldpeak-post-navigation a { display: flex; flex-direction: column; padding: 14px; border-radius: 15px; background: var(--goldpeak-surface-2); }
.goldpeak-post-navigation .nav-next { text-align: right; }
.goldpeak-post-navigation span { color: var(--goldpeak-muted); font-size: 10px; }
.goldpeak-post-navigation strong { font-size: 13px; }
.comments-area { margin-top: 22px; padding: clamp(25px,5vw,48px); }
.comment-list { list-style: none; padding: 0; }
.comment-body { padding: 18px 0; border-bottom: 1px solid var(--goldpeak-line); }
.comment-author { display: flex; align-items: center; gap: 10px; }
.comment-author img { border-radius: 50%; }
.comment-metadata { color: var(--goldpeak-muted); font-size: 10px; }
.comment-form input:not([type="submit"]), .comment-form textarea, .widget input, .widget select,
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce select, .woocommerce .select2-container--default .select2-selection--single {
  width: 100%; border: 0; outline: 0; background: var(--goldpeak-surface); color: var(--goldpeak-text); box-shadow: var(--goldpeak-shadow-inset); border-radius: 14px; padding: 13px 15px;
}
.goldpeak-empty-state { padding: clamp(40px,8vw,90px); text-align: center; }
.goldpeak-empty-state__number { display: block; font-size: clamp(90px,18vw,190px); line-height: .8; font-weight: 800; color: var(--goldpeak-primary); }
.goldpeak-empty-state h1 { font-size: clamp(35px,5vw,60px); }
.goldpeak-empty-state .search-form { max-width: 560px; margin: 25px auto; }
.nav-links, .woocommerce-pagination ul.page-numbers { display: flex; justify-content: center; gap: 8px; margin-top: 30px; }
.page-numbers { min-width: 40px; height: 40px; display: grid; place-items: center; border-radius: 12px; background: var(--goldpeak-surface); box-shadow: var(--goldpeak-shadow-soft); font-weight: 800; font-size: 12px; }
.page-numbers.current { color: #fff; background: linear-gradient(135deg,var(--goldpeak-primary),var(--goldpeak-primary-2) 58%,var(--goldpeak-accent)); }

/* Footer */
.goldpeak-footer { padding: 65px 0 25px; background: color-mix(in srgb,var(--goldpeak-bg) 80%,#050b16 20%); border-top: 1px solid var(--goldpeak-line); }
.goldpeak-newsletter { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 35px; margin-bottom: 55px; padding: 35px 40px; overflow: hidden; background: radial-gradient(circle at 96% 0,color-mix(in srgb,var(--goldpeak-primary-2) 32%,transparent),transparent 35%),linear-gradient(120deg,#071A33,#172f75 64%,#5123a8); color: #fff; }
.goldpeak-newsletter h2 { margin: 4px 0; color: #fff; font-size: 32px; }
.goldpeak-newsletter p { margin: 0; color: #cbd7ec; font-size: 12px; }
.goldpeak-newsletter__form { display: flex; padding: 6px; border-radius: 16px; background: rgba(255,255,255,.95); }
.goldpeak-newsletter__form input { flex: 1; min-width: 0; border: 0; outline: 0; padding: 0 14px; color: #101828; background: transparent; }
.goldpeak-newsletter__form .goldpeak-button { min-height: 44px; }
.goldpeak-footer__grid { display: grid; grid-template-columns: 1.5fr repeat(3,1fr); gap: 50px; }
.goldpeak-footer__brand .goldpeak-brand img { width: 190px; }
.goldpeak-footer__brand p { max-width: 370px; margin: 18px 0; color: var(--goldpeak-muted); font-size: 13px; }
.goldpeak-footer__trust { display: flex; flex-wrap: wrap; gap: 10px; }
.goldpeak-footer__trust span { display: flex; align-items: center; gap: 7px; padding: 9px 11px; border-radius: 11px; background: var(--goldpeak-surface); box-shadow: var(--goldpeak-shadow-soft); color: var(--goldpeak-muted); font-size: 9px; font-weight: 700; }
.goldpeak-footer__trust .goldpeak-icon svg { width: 15px; height: 15px; color: var(--goldpeak-primary); }
.goldpeak-footer__column h3 { margin-bottom: 18px; font-size: 15px; }
.goldpeak-footer-menu li { margin-bottom: 9px; }
.goldpeak-footer-menu a { color: var(--goldpeak-muted); font-size: 12px; }
.goldpeak-footer__bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 45px; padding-top: 20px; border-top: 1px solid var(--goldpeak-line); color: var(--goldpeak-muted); font-size: 10px; }
.goldpeak-credit { color: var(--goldpeak-primary); font-weight: 800; letter-spacing: .04em; }

/* WooCommerce global */
.goldpeak-shop-main { padding: 45px 0 90px; }
.woocommerce .woocommerce-breadcrumb { margin: 0; color: var(--goldpeak-muted); font-size: 11px; }
.woocommerce .woocommerce-breadcrumb a { color: var(--goldpeak-muted); }
.woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering { margin-bottom: 25px; color: var(--goldpeak-muted); font-size: 12px; }
.woocommerce .woocommerce-ordering select { min-height: 44px; padding: 0 35px 0 13px; }
.woocommerce ul.products { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; margin: 28px 0; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product { width: auto !important; float: none !important; margin: 0 !important; padding: 0; background: var(--goldpeak-surface); border: 1px solid var(--goldpeak-line); box-shadow: var(--goldpeak-shadow-soft); border-radius: 21px; overflow: hidden; transition: transform .22s ease, box-shadow .22s ease; }
.woocommerce ul.products li.product:hover { transform: translateY(-5px); box-shadow: var(--goldpeak-shadow); }
.goldpeak-product-card-inner { height: 100%; display: flex; flex-direction: column; }
.goldpeak-product-media { position: relative; min-height: 255px; display: grid; place-items: center; padding: 18px; background: var(--goldpeak-surface-2); overflow: hidden; }
.woocommerce ul.products li.product a img { width: 100%; height: 230px; object-fit: contain; margin: 0; transition: transform .3s ease; }
.woocommerce ul.products li.product:hover a img { transform: scale(1.05); }
.woocommerce ul.products li.product .woocommerce-loop-product__title { padding: 17px 17px 5px; margin: 0; color: var(--goldpeak-heading); font-size: 14px; line-height: 1.45; }
.woocommerce ul.products li.product .star-rating { margin: 0 17px 8px; color: var(--goldpeak-warning); font-size: .72em; }
.woocommerce ul.products li.product .price { margin: auto 17px 12px; color: var(--goldpeak-primary); font-weight: 800; font-size: 14px; }
.woocommerce ul.products li.product .price del { display: block; color: var(--goldpeak-muted); font-size: 9px; opacity: .75; }
.woocommerce ul.products li.product .price ins { text-decoration: none; }
.woocommerce ul.products li.product .button { margin: 0 17px 18px; min-height: 42px; color: #fff; background: linear-gradient(135deg,var(--goldpeak-primary),var(--goldpeak-primary-2) 58%,var(--goldpeak-accent)); border-radius: 13px; font-size: 11px; }
.woocommerce span.onsale { min-width: auto; min-height: auto; line-height: 1; top: 12px; left: 12px; right: auto; margin: 0; padding: 8px 10px; border-radius: 10px; color: #fff; background: linear-gradient(135deg,var(--goldpeak-danger),var(--goldpeak-primary-2)); font-size: 9px; font-weight: 800; }
.woocommerce div.product { display: grid; grid-template-columns: minmax(0,.95fr) minmax(0,1.05fr); gap: 45px; }
.woocommerce div.product div.images, .woocommerce div.product div.summary { width: auto; float: none; margin: 0; }
.woocommerce div.product div.images { padding: 20px; background: var(--goldpeak-surface); border: 1px solid var(--goldpeak-line); box-shadow: var(--goldpeak-shadow); border-radius: 28px; }
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper { background: var(--goldpeak-surface-2); border-radius: 20px; overflow: hidden; }
.woocommerce div.product div.images img { border-radius: 18px; }
.woocommerce div.product .summary { padding: clamp(20px,3vw,42px); background: var(--goldpeak-surface); border: 1px solid var(--goldpeak-line); box-shadow: var(--goldpeak-shadow); border-radius: 28px; }
.woocommerce div.product .product_title { margin-bottom: 16px; font-size: clamp(34px,4vw,58px); letter-spacing: -2px; }
.woocommerce div.product p.price, .woocommerce div.product span.price { color: var(--goldpeak-primary); font-size: 24px; font-weight: 800; }
.woocommerce div.product p.price del, .woocommerce div.product span.price del { color: var(--goldpeak-muted); font-size: 14px; opacity: .7; }
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins { text-decoration: none; }
.woocommerce-product-details__short-description { color: var(--goldpeak-muted); }
.woocommerce div.product form.cart { display: flex; gap: 12px; flex-wrap: wrap; margin: 28px 0; }
.woocommerce .quantity .qty { width: 82px; height: 50px; border: 0; border-radius: 14px; background: var(--goldpeak-surface); color: var(--goldpeak-text); box-shadow: var(--goldpeak-shadow-inset); }
.woocommerce div.product .woocommerce-tabs { grid-column: 1 / -1; padding: 30px; margin-top: 15px; background: var(--goldpeak-surface); border: 1px solid var(--goldpeak-line); box-shadow: var(--goldpeak-shadow); border-radius: 28px; }
.woocommerce div.product .woocommerce-tabs ul.tabs { display: flex; gap: 8px; padding: 0; margin: 0 0 28px; overflow-x: auto; }
.woocommerce div.product .woocommerce-tabs ul.tabs::before { display: none; }
.woocommerce div.product .woocommerce-tabs ul.tabs li { border: 0; margin: 0; padding: 0; background: transparent; border-radius: 12px; }
.woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after { display: none; }
.woocommerce div.product .woocommerce-tabs ul.tabs li a { padding: 11px 15px; border-radius: 12px; color: var(--goldpeak-muted); background: var(--goldpeak-surface-2); }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a { color: #fff; background: linear-gradient(135deg,var(--goldpeak-primary),var(--goldpeak-primary-2) 58%,var(--goldpeak-accent)); }
.woocommerce div.product .related.products, .woocommerce div.product .upsells.products { grid-column: 1 / -1; }
.woocommerce div.product .related.products > h2, .woocommerce div.product .upsells.products > h2 { font-size: 35px; margin-top: 45px; }
.woocommerce-message, .woocommerce-info, .woocommerce-error { border: 1px solid var(--goldpeak-line); border-top: 0; border-radius: 16px; background: var(--goldpeak-surface); color: var(--goldpeak-text); box-shadow: var(--goldpeak-shadow-soft); padding: 18px 20px 18px 54px; }
.woocommerce-message::before, .woocommerce-info::before { color: var(--goldpeak-primary); }
.woocommerce-error::before { color: var(--goldpeak-danger); }
.woocommerce table.shop_table { border: 1px solid var(--goldpeak-line); border-collapse: separate; border-radius: 20px; overflow: hidden; background: var(--goldpeak-surface); box-shadow: var(--goldpeak-shadow-soft); }
.woocommerce table.shop_table th, .woocommerce table.shop_table td { padding: 16px; border-color: var(--goldpeak-line); }
.woocommerce table.shop_table th { color: var(--goldpeak-heading); background: var(--goldpeak-surface-2); }
.woocommerce-cart table.cart img { width: 72px; border-radius: 12px; }
.woocommerce-cart .cart-collaterals .cart_totals, .woocommerce-checkout-review-order, .woocommerce-checkout #payment, .woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  padding: 25px; background: var(--goldpeak-surface); border: 1px solid var(--goldpeak-line); border-radius: 22px; box-shadow: var(--goldpeak-shadow-soft);
}
.woocommerce-cart .cart-collaterals .cart_totals { width: 46%; }
.woocommerce-checkout #payment { background: var(--goldpeak-surface); }
.woocommerce-checkout #payment div.payment_box { background: var(--goldpeak-surface-2); color: var(--goldpeak-text); }
.woocommerce-checkout #payment div.payment_box::before { border-bottom-color: var(--goldpeak-surface-2); }
.woocommerce-account .woocommerce { display: grid; grid-template-columns: 260px minmax(0,1fr); gap: 25px; }
.woocommerce-account .woocommerce-MyAccount-navigation { width: auto; float: none; }
.woocommerce-account .woocommerce-MyAccount-content { width: auto; float: none; padding: 28px; background: var(--goldpeak-surface); border: 1px solid var(--goldpeak-line); border-radius: 24px; box-shadow: var(--goldpeak-shadow); }
.woocommerce-MyAccount-navigation ul { list-style: none; margin: 0; padding: 12px; background: var(--goldpeak-surface); border: 1px solid var(--goldpeak-line); border-radius: 22px; box-shadow: var(--goldpeak-shadow-soft); }
.woocommerce-MyAccount-navigation li a { display: block; padding: 12px 14px; border-radius: 12px; color: var(--goldpeak-muted); font-size: 12px; font-weight: 800; }
.woocommerce-MyAccount-navigation li.is-active a, .woocommerce-MyAccount-navigation li a:hover { color: #fff; background: linear-gradient(135deg,var(--goldpeak-primary),var(--goldpeak-primary-2) 58%,var(--goldpeak-accent)); }
.woocommerce form .form-row label { color: var(--goldpeak-heading); font-size: 12px; font-weight: 800; }
.woocommerce .select2-container .select2-selection--single { height: 48px; }
.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered { line-height: 48px; color: var(--goldpeak-text); }
.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow { height: 48px; }
.woocommerce .col2-set, .woocommerce-page .col2-set { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; }
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 { width: auto; float: none; }

/* WordPress block compatibility */
.wp-block-cover, .wp-block-group, .wp-block-media-text { border-radius: 22px; overflow: hidden; }
.wp-block-button__link { text-decoration: none !important; }
.wp-caption, .gallery-caption { color: var(--goldpeak-muted); font-size: 12px; }
.alignleft { float: left; margin: 0 25px 20px 0; }
.alignright { float: right; margin: 0 0 20px 25px; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

/* Responsive */
@media (max-width: 1180px) {
  .goldpeak-header__main { grid-template-columns: 190px minmax(220px,1fr) auto; gap: 18px; }
  .goldpeak-brand img { width: 180px; }
  .goldpeak-account-link span { display: none; }
  .goldpeak-hero__grid { grid-template-columns: 1fr 1fr; }
  .goldpeak-category-grid { grid-template-columns: repeat(3,1fr); }
  .woocommerce ul.products { grid-template-columns: repeat(3,minmax(0,1fr)); }
}

@media (max-width: 980px) {
  :root { --goldpeak-header-height: 76px; }
  .goldpeak-topbar__assurances span:nth-child(-n+2) { display: none; }
  .goldpeak-header__main { grid-template-columns: auto minmax(140px,1fr) auto; }
  .goldpeak-mobile-menu-button { display: inline-grid; }
  .goldpeak-header__search { grid-column: 1 / -1; grid-row: 2; padding-bottom: 13px; }
  .goldpeak-primary-nav { display: none; }
  .goldpeak-account-link { display: none; }
  .goldpeak-header__actions { justify-content: flex-end; }
  .goldpeak-hero__grid { grid-template-columns: 1fr; }
  .goldpeak-hero__content, .goldpeak-hero__visual { min-height: 470px; }
  .goldpeak-trust-strip { grid-template-columns: repeat(2,1fr); }
  .goldpeak-category-grid { grid-template-columns: repeat(2,1fr); }
  .goldpeak-deal-board { grid-template-columns: 1fr; }
  .goldpeak-post-grid, .goldpeak-post-grid--archive { grid-template-columns: repeat(2,1fr); }
  .goldpeak-layout-with-sidebar { grid-template-columns: 1fr; }
  .goldpeak-footer__grid { grid-template-columns: repeat(2,1fr); }
  .woocommerce div.product { grid-template-columns: 1fr; }
  .woocommerce div.product .woocommerce-tabs, .woocommerce div.product .related.products, .woocommerce div.product .upsells.products { grid-column: auto; }
  .woocommerce-account .woocommerce { grid-template-columns: 1fr; }
  .woocommerce-cart .cart-collaterals .cart_totals { width: 100%; }
}

@media (max-width: 700px) {
  :root { --goldpeak-radius-lg: 22px; }
  .goldpeak-container, .goldpeak-reading-container { width: min(100% - 24px, var(--goldpeak-container)); }
  .goldpeak-topbar__inner { min-height: 32px; }
  .goldpeak-topbar__assurances { display: none; }
  .goldpeak-topbar__notice { width: 100%; justify-content: center; font-size: 10px; text-align: center; }
  .goldpeak-header__main { min-height: 74px; grid-template-columns: 44px minmax(0,1fr) auto; gap: 10px; }
  .goldpeak-header__brand .goldpeak-brand img, .goldpeak-header__brand .custom-logo { width: 148px; }
  .goldpeak-header__actions .goldpeak-theme-toggle { display: none; }
  .goldpeak-icon-button { width: 43px; height: 43px; border-radius: 14px; }
  .goldpeak-header__search input[type="search"] { height: 47px; padding-right: 100px; font-size: 12px; }
  .goldpeak-header__search button { height: 35px; top: 6px; right: 6px; font-size: 11px; }
  .goldpeak-hero { padding-top: 22px; }
  .goldpeak-hero__content { min-height: auto; padding: 34px 25px; }
  .goldpeak-hero__visual { min-height: 370px; }
  .goldpeak-hero h1 { margin-top: 20px; font-size: clamp(39px,13vw,58px); letter-spacing: -2.8px; }
  .goldpeak-hero__content p { font-size: 14px; }
  .goldpeak-hero__buttons { display: grid; grid-template-columns: 1fr 1fr; }
  .goldpeak-button { min-height: 46px; padding: 0 16px; font-size: 11px; }
  .goldpeak-hero__mini-trust { gap: 11px; }
  .goldpeak-floating-note { display: none; }
  .goldpeak-trust-strip { grid-template-columns: 1fr 1fr; gap: 10px; }
  .goldpeak-trust-card { min-height: 76px; padding: 12px; gap: 9px; }
  .goldpeak-trust-card > .goldpeak-icon { width: 37px; height: 37px; }
  .goldpeak-trust-card strong { font-size: 10px; }
  .goldpeak-trust-card small { font-size: 8px; }
  .goldpeak-section { padding: 25px 0 52px; }
  .goldpeak-section-head { align-items: center; margin-bottom: 16px; }
  .goldpeak-section-head h2 { font-size: 28px; letter-spacing: -1.2px; }
  .goldpeak-slider-tools .goldpeak-text-link { display: none; }
  .goldpeak-slider-button { width: 36px; height: 36px; }
  .goldpeak-category-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .goldpeak-category-card { grid-template-columns: 57px minmax(0,1fr); padding: 10px; gap: 9px; }
  .goldpeak-category-card__image { width: 57px; height: 57px; }
  .goldpeak-category-card b { display: none; }
  .goldpeak-category-card h3 { font-size: 11px; }
  .goldpeak-category-card span { font-size: 8px; }
  .goldpeak-product-slider { grid-auto-columns: minmax(185px, 72vw); }
  .goldpeak-home-product__media { min-height: 190px; }
  .goldpeak-home-product__media img { height: 165px; }
  .goldpeak-deal-banner { min-height: 490px; padding: 34px 25px; }
  .goldpeak-deal-banner h2 { font-size: 38px; }
  .goldpeak-deal-banner__image { right: 5%; bottom: 0; width: 72%; height: 55%; }
  .goldpeak-post-grid, .goldpeak-post-grid--archive { grid-template-columns: 1fr; }
  .goldpeak-page-hero { padding: 35px 25px; }
  .goldpeak-page-hero h1 { font-size: 42px; }
  .goldpeak-page-article, .goldpeak-single-article { padding: 28px 20px; }
  .goldpeak-entry-header .entry-title { font-size: 40px; letter-spacing: -1.8px; }
  .goldpeak-entry-featured { margin: 0 0 30px; }
  .entry-content { font-size: 15px; }
  .entry-content h2 { font-size: 28px; }
  .entry-content h3 { font-size: 23px; }
  .goldpeak-post-navigation .nav-links { grid-template-columns: 1fr; }
  .goldpeak-newsletter { grid-template-columns: 1fr; padding: 28px 22px; }
  .goldpeak-newsletter h2 { font-size: 27px; }
  .goldpeak-newsletter__form { display: grid; grid-template-columns: minmax(0,1fr) auto; }
  .goldpeak-footer__grid { grid-template-columns: 1fr 1fr; gap: 28px 18px; }
  .goldpeak-footer__brand { grid-column: 1 / -1; }
  .goldpeak-footer__bottom { align-items: flex-start; flex-direction: column; }
  .woocommerce ul.products { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
  .goldpeak-product-media { min-height: 180px; padding: 10px; }
  .woocommerce ul.products li.product a img { height: 165px; }
  .woocommerce ul.products li.product .woocommerce-loop-product__title { padding: 12px 11px 4px; font-size: 11px; }
  .woocommerce ul.products li.product .star-rating { margin-left: 11px; }
  .woocommerce ul.products li.product .price { margin-left: 11px; font-size: 11px; }
  .woocommerce ul.products li.product .button { margin: 0 11px 12px; min-height: 37px; font-size: 9px; }
  .woocommerce div.product .summary, .woocommerce div.product div.images { padding: 16px; }
  .woocommerce div.product .product_title { font-size: 38px; }
  .woocommerce div.product .woocommerce-tabs { padding: 18px; }
  .woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr { margin-bottom: 15px; border-radius: 16px; overflow: hidden; }
  .woocommerce .col2-set, .woocommerce-page .col2-set { grid-template-columns: 1fr; }
}

@media (max-width: 420px) {
  .goldpeak-header__brand .goldpeak-brand img, .goldpeak-header__brand .custom-logo { width: 132px; }
  .goldpeak-trust-strip { grid-template-columns: 1fr; }
  .goldpeak-category-grid { grid-template-columns: 1fr; }
  .goldpeak-footer__grid { grid-template-columns: 1fr; }
  .goldpeak-footer__brand { grid-column: auto; }
  .woocommerce ul.products { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* WooCommerce Cart and Checkout Blocks */
.wc-block-cart, .wc-block-checkout, .wc-block-components-sidebar-layout, .wc-block-components-order-summary {
  color: var(--goldpeak-text);
}
.wc-block-cart-items, .wc-block-components-totals-wrapper, .wc-block-checkout__form,
.wc-block-components-sidebar, .wc-block-components-order-summary, .wc-block-components-panel,
.wc-block-components-address-card, .wc-block-components-checkout-step {
  border-color: var(--goldpeak-line) !important;
}
.wc-block-components-sidebar, .wc-block-components-order-summary, .wc-block-components-address-card,
.wc-block-components-checkout-step__container, .wc-block-cart__submit-container {
  background: var(--goldpeak-surface);
  border: 1px solid var(--goldpeak-line);
  border-radius: 22px;
  box-shadow: var(--goldpeak-shadow-soft);
  padding: 22px;
}
.wc-block-components-text-input input, .wc-block-components-combobox .wc-block-components-combobox-control input,
.wc-block-components-address-form__address_2-toggle, .wc-block-components-country-input select,
.wc-block-components-state-input select {
  background: var(--goldpeak-surface) !important;
  color: var(--goldpeak-text) !important;
  border: 0 !important;
  border-radius: 14px !important;
  box-shadow: var(--goldpeak-shadow-inset) !important;
}
.wc-block-components-button:not(.is-link) {
  min-height: 50px;
  border: 0;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(135deg,var(--goldpeak-primary),var(--goldpeak-primary-2) 58%,var(--goldpeak-accent));
  box-shadow: 0 14px 28px color-mix(in srgb,var(--goldpeak-primary) 28%,transparent);
  font-weight: 800;
}
.wc-block-components-product-name, .wc-block-components-title, .wc-block-checkout__form h2 { color: var(--goldpeak-heading); }
.wc-block-components-product-price, .wc-block-formatted-money-amount { color: var(--goldpeak-primary); font-weight: 800; }
.wc-block-grid__products { gap: 18px; }
.wc-block-grid__product {
  padding: 18px !important;
  background: var(--goldpeak-surface);
  border: 1px solid var(--goldpeak-line);
  border-radius: 21px;
  box-shadow: var(--goldpeak-shadow-soft);
}
.wc-block-grid__product-image img { border-radius: 16px; }
.wc-block-grid__product-title { color: var(--goldpeak-heading); font-weight: 800; }
.wc-block-grid__product-price { color: var(--goldpeak-primary); font-weight: 800; }


/* ===== v2-liquid.css ===== */
/*
 * GOLDPEAK Liquid Glass Commerce 2.0
 * A restrained blend of liquid-glass surfaces and tactile neomorphic controls.
 */
:root {
  --goldpeak-bg: #edf3fb;
  --goldpeak-surface: rgba(255,255,255,.62);
  --goldpeak-surface-2: rgba(248,251,255,.82);
  --goldpeak-surface-3: rgba(225,235,248,.68);
  --goldpeak-text: #172033;
  --goldpeak-heading: #071226;
  --goldpeak-muted: #66748c;
  --goldpeak-line: rgba(102,124,159,.18);
  --goldpeak-line-strong: rgba(81,103,139,.28);
  --goldpeak-primary: #245cff;
  --goldpeak-primary-2: #7b3ff2;
  --goldpeak-accent: #11bfae;
  --goldpeak-glass: rgba(255,255,255,.56);
  --goldpeak-glass-strong: rgba(255,255,255,.78);
  --goldpeak-shadow: 0 24px 70px rgba(40,62,97,.15), inset 0 1px 0 rgba(255,255,255,.92);
  --goldpeak-shadow-soft: 0 12px 34px rgba(45,68,105,.11), inset 0 1px 0 rgba(255,255,255,.85);
  --goldpeak-shadow-inset: inset 5px 5px 11px rgba(128,146,172,.17), inset -5px -5px 12px rgba(255,255,255,.88);
  --goldpeak-glow: 0 14px 35px rgba(36,92,255,.24);
  --goldpeak-radius-xl: 34px;
  --goldpeak-radius-lg: 26px;
  --goldpeak-radius-md: 19px;
  --goldpeak-radius-sm: 13px;
}
html[data-theme="dark"] {
  --goldpeak-bg: #07101f;
  --goldpeak-surface: rgba(14,25,44,.64);
  --goldpeak-surface-2: rgba(18,31,54,.82);
  --goldpeak-surface-3: rgba(27,43,70,.66);
  --goldpeak-text: #e9f0fb;
  --goldpeak-heading: #fff;
  --goldpeak-muted: #9aa9bf;
  --goldpeak-line: rgba(192,213,245,.12);
  --goldpeak-line-strong: rgba(192,213,245,.22);
  --goldpeak-primary: #4b78ff;
  --goldpeak-primary-2: #9664ff;
  --goldpeak-accent: #20d4c0;
  --goldpeak-glass: rgba(12,23,41,.58);
  --goldpeak-glass-strong: rgba(17,30,52,.78);
  --goldpeak-shadow: 0 24px 75px rgba(0,0,0,.38), inset 0 1px 0 rgba(255,255,255,.08);
  --goldpeak-shadow-soft: 0 13px 38px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.07);
  --goldpeak-shadow-inset: inset 5px 5px 12px rgba(0,0,0,.38), inset -5px -5px 12px rgba(49,69,101,.20);
  --goldpeak-glow: 0 15px 40px rgba(84,107,255,.28);
}
html { background: var(--goldpeak-bg); }
body {
  min-height: 100vh;
  background:
    radial-gradient(circle at 8% 8%, color-mix(in srgb,var(--goldpeak-primary) 13%, transparent) 0, transparent 29rem),
    radial-gradient(circle at 92% 20%, color-mix(in srgb,var(--goldpeak-primary-2) 12%, transparent) 0, transparent 32rem),
    radial-gradient(circle at 54% 82%, color-mix(in srgb,var(--goldpeak-accent) 7%, transparent) 0, transparent 30rem),
    var(--goldpeak-bg);
  background-attachment: fixed;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .35;
  background: radial-gradient(circle at 50% 10%,rgba(255,255,255,.16),transparent 58%);
}
h1,h2,h3,h4,h5,h6 { font-family: Inter, ui-sans-serif, system-ui, sans-serif; letter-spacing: -.035em; }
.goldpeak-panel,
.woocommerce table.shop_table,
.woocommerce form.login,
.woocommerce form.register,
.woocommerce-checkout #payment,
.wc-block-components-sidebar,
.wc-block-components-order-summary,
.wc-block-components-checkout-step,
.wc-block-cart-items {
  background: linear-gradient(145deg,color-mix(in srgb,var(--goldpeak-glass-strong) 90%,transparent),color-mix(in srgb,var(--goldpeak-glass) 82%,transparent));
  border: 1px solid var(--goldpeak-line);
  box-shadow: var(--goldpeak-shadow);
  -webkit-backdrop-filter: blur(24px) saturate(145%);
  backdrop-filter: blur(24px) saturate(145%);
}

/* Header */
.goldpeak-topbar { background: rgba(7,18,38,.93); border-bottom: 1px solid rgba(255,255,255,.08); }
.goldpeak-header {
  top: 0;
  background: color-mix(in srgb,var(--goldpeak-glass-strong) 84%,transparent);
  -webkit-backdrop-filter: blur(26px) saturate(155%);
  backdrop-filter: blur(26px) saturate(155%);
  border-bottom: 1px solid var(--goldpeak-line);
  box-shadow: 0 12px 36px rgba(13,29,54,.08);
}
body.admin-bar .goldpeak-header { top: 32px; }
.goldpeak-header__main { min-height: 94px; }
.goldpeak-brand svg,.custom-logo { max-height: 58px; width: auto; }
.goldpeak-header__search input[type="search"],
.goldpeak-mobile-panel__search input[type="search"] {
  height: 54px;
  padding-inline: 20px 118px;
  background: color-mix(in srgb,var(--goldpeak-surface-2) 84%,transparent);
  border: 1px solid var(--goldpeak-line);
  box-shadow: var(--goldpeak-shadow-inset);
  border-radius: 17px;
}
.goldpeak-header__search button,.goldpeak-mobile-panel__search button {
  height: 42px;
  right: 6px;
  border-radius: 13px;
  padding: 0 20px;
  background: linear-gradient(135deg,var(--goldpeak-primary),var(--goldpeak-primary-2) 58%,var(--goldpeak-accent));
  box-shadow: var(--goldpeak-glow);
}
.goldpeak-icon-button,.goldpeak-slider-button,.goldpeak-submenu-toggle {
  background: linear-gradient(145deg,var(--goldpeak-surface-2),var(--goldpeak-surface-3));
  border: 1px solid var(--goldpeak-line);
  box-shadow: var(--goldpeak-shadow-soft);
}
.goldpeak-icon-button:active,.goldpeak-slider-button:active { box-shadow: var(--goldpeak-shadow-inset); transform: translateY(1px); }
.goldpeak-primary-nav { border-top: 1px solid var(--goldpeak-line); }
.goldpeak-menu > li > a { padding: 13px 16px; border-radius: 14px; font-weight: 750; }
.goldpeak-menu > li.current-menu-item > a,.goldpeak-menu > li > a:hover {
  background: var(--goldpeak-surface-2);
  color: var(--goldpeak-primary);
  box-shadow: var(--goldpeak-shadow-soft);
}
.goldpeak-menu .sub-menu {
  padding: 12px;
  background: var(--goldpeak-glass-strong);
  border: 1px solid var(--goldpeak-line);
  border-radius: 20px;
  box-shadow: var(--goldpeak-shadow);
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
}

/* Buttons and fields */
.goldpeak-button,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,
.wc-block-components-button:not(.is-link),input[type="submit"],button[type="submit"] {
  min-height: 48px;
  padding: 0 21px;
  border: 1px solid color-mix(in srgb,var(--goldpeak-primary) 24%,transparent) !important;
  border-radius: 15px !important;
  font-weight: 800 !important;
  letter-spacing: -.01em;
  transition: transform .2s ease,box-shadow .2s ease,filter .2s ease;
}
.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,
.goldpeak-button--primary,.wc-block-components-button:not(.is-link),input[type="submit"] {
  color: #fff !important;
  background: linear-gradient(135deg,var(--goldpeak-primary),var(--goldpeak-primary-2) 58%,var(--goldpeak-accent)) !important;
  box-shadow: var(--goldpeak-glow) !important;
}
.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover,
.goldpeak-button:hover,.wc-block-components-button:not(.is-link):hover { transform: translateY(-2px); filter: saturate(1.08); }
.woocommerce a.button:focus-visible,.woocommerce button.button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,a:focus-visible,button:focus-visible { outline: 3px solid color-mix(in srgb,var(--goldpeak-primary) 35%,transparent); outline-offset: 3px; }
input[type="text"],input[type="email"],input[type="password"],input[type="tel"],input[type="search"],input[type="number"],select,textarea,
.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce select,
.wc-block-components-text-input input,.wc-block-components-combobox .wc-block-components-combobox-control input {
  color: var(--goldpeak-text) !important;
  background: color-mix(in srgb,var(--goldpeak-surface-2) 88%,transparent) !important;
  border: 1px solid var(--goldpeak-line) !important;
  border-radius: 15px !important;
  box-shadow: var(--goldpeak-shadow-inset) !important;
}

/* Hero */
.goldpeak-hero { padding-top: 42px; }
.goldpeak-hero__grid { grid-template-columns: .96fr 1.04fr; gap: 22px; }
.goldpeak-hero__content,.goldpeak-hero__visual { min-height: 510px; }
.goldpeak-hero__content {
  padding: clamp(36px,5vw,70px);
  background:
    radial-gradient(circle at 18% 12%,color-mix(in srgb,var(--goldpeak-primary) 12%,transparent),transparent 30%),
    linear-gradient(145deg,var(--goldpeak-glass-strong),var(--goldpeak-glass));
}
.goldpeak-hero__content h1 { font-size: clamp(50px,5.7vw,82px); line-height: .96; max-width: 720px; }
.goldpeak-hero__content h1::after { content:""; display:inline-block; width:.18em; height:.18em; margin-left:.07em; border-radius:50%; background:var(--goldpeak-accent); box-shadow:0 0 24px color-mix(in srgb,var(--goldpeak-accent) 55%,transparent); }
.goldpeak-hero__visual {
  background:
    radial-gradient(circle at 72% 20%,color-mix(in srgb,var(--goldpeak-primary-2) 22%,transparent),transparent 35%),
    radial-gradient(circle at 18% 80%,color-mix(in srgb,var(--goldpeak-accent) 17%,transparent),transparent 32%),
    linear-gradient(145deg,var(--goldpeak-glass-strong),var(--goldpeak-glass));
}
.goldpeak-hero-product img { filter: drop-shadow(0 28px 28px rgba(9,20,39,.25)); }
.goldpeak-floating-note { background: color-mix(in srgb,var(--goldpeak-glass-strong) 90%,transparent); border:1px solid var(--goldpeak-line); -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); }
.goldpeak-trust-strip { gap:14px; }
.goldpeak-trust-card { background: var(--goldpeak-glass); border:1px solid var(--goldpeak-line); box-shadow:var(--goldpeak-shadow-soft); -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px); }

/* Categories */
.goldpeak-category-grid { grid-template-columns: repeat(4,minmax(0,1fr)); gap:18px; }
.goldpeak-category-card {
  min-height: 210px;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 108px minmax(0,1fr) auto;
  align-items: center;
  gap: 18px;
  padding: 24px;
  background: linear-gradient(145deg,var(--goldpeak-glass-strong),var(--goldpeak-glass));
  border:1px solid var(--goldpeak-line);
  box-shadow:var(--goldpeak-shadow-soft);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  transform: translateZ(0);
}
.goldpeak-category-card::before { content:""; position:absolute; inset:auto -55px -70px auto; width:160px; height:160px; border-radius:50%; background:radial-gradient(circle,color-mix(in srgb,var(--goldpeak-primary-2) 20%,transparent),transparent 70%); transition:transform .35s ease; }
.goldpeak-category-card:hover { transform:translateY(-8px) scale(1.012); border-color:color-mix(in srgb,var(--goldpeak-primary) 32%,var(--goldpeak-line)); box-shadow:var(--goldpeak-shadow); }
.goldpeak-category-card:hover::before { transform:scale(1.35); }
.goldpeak-category-card__image { width:108px; height:108px; border-radius:25px; background:var(--goldpeak-surface-2); box-shadow:var(--goldpeak-shadow-inset); }
.goldpeak-category-card__image img { width:100%; height:100%; object-fit:contain; padding:10px; transition:transform .35s ease; }
.goldpeak-category-card:hover img { transform:scale(1.09) rotate(-2deg); }
.goldpeak-category-card h3 { margin-bottom:6px; font-size:19px; }
.goldpeak-category-card b { width:38px;height:38px;display:grid;place-items:center;border-radius:13px;background:var(--goldpeak-surface-2);box-shadow:var(--goldpeak-shadow-soft);color:var(--goldpeak-primary); }

/* Product sliders and cards */
.goldpeak-product-slider { grid-auto-columns: minmax(245px,1fr); gap:18px; scroll-padding-inline:8px; }
.goldpeak-home-product,.woocommerce ul.products li.product,.wc-block-grid__product {
  background: linear-gradient(150deg,var(--goldpeak-glass-strong),var(--goldpeak-glass)) !important;
  border:1px solid var(--goldpeak-line) !important;
  box-shadow:var(--goldpeak-shadow-soft) !important;
  -webkit-backdrop-filter:blur(20px);
  backdrop-filter:blur(20px);
}
.goldpeak-home-product:hover,.woocommerce ul.products li.product:hover { transform:translateY(-7px); box-shadow:var(--goldpeak-shadow) !important; }
.goldpeak-home-product__media,.woocommerce .goldpeak-product-media { min-height:270px; background:linear-gradient(145deg,color-mix(in srgb,var(--goldpeak-surface-2) 82%,transparent),color-mix(in srgb,var(--goldpeak-surface-3) 64%,transparent)); }
.goldpeak-home-product__media img { height:235px; }
.goldpeak-home-product__body { padding:19px; }
.goldpeak-home-product h3 { min-height:48px; font-size:15px; }
.goldpeak-product-card-bottom { align-items:flex-end; }
.goldpeak-product-card-bottom .button { width:auto !important;min-width:118px !important;height:42px !important;padding:0 14px !important;font-size:11px !important;border-radius:13px !important; }
.goldpeak-product-card-bottom .button::before { content:"+"; display:inline-grid;place-items:center;width:20px;height:20px;margin-right:6px;border-radius:7px;background:rgba(255,255,255,.18);font-size:15px; }
.goldpeak-slider-tools { align-items:center; }
.goldpeak-slider-button { width:44px;height:44px;border-radius:14px;color:var(--goldpeak-heading); }

/* Deal of day: deliberately non-overlapping */
.goldpeak-deal-board { grid-template-columns:minmax(0,1.35fr) minmax(330px,.65fr); gap:22px; }
.goldpeak-deal-banner {
  min-height:460px;
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(330px,1.1fr);
  align-items:center;
  gap:26px;
  padding:clamp(34px,4vw,58px);
  background:linear-gradient(140deg,var(--goldpeak-glass-strong),var(--goldpeak-glass));
}
.goldpeak-deal-banner::before { right:-120px; bottom:-210px; }
.goldpeak-deal-banner__copy { position:relative;z-index:2;min-width:0; }
.goldpeak-deal-banner h2 { max-width:100%;font-size:clamp(36px,4.1vw,61px);line-height:1.02; }
.goldpeak-deal-banner__image { position:relative;right:auto;bottom:auto;width:100%;height:360px;z-index:1; }
.goldpeak-deal-banner__image img { object-fit:contain; }
.goldpeak-best-list { background:linear-gradient(145deg,var(--goldpeak-glass-strong),var(--goldpeak-glass)); }
.goldpeak-best-list__item { grid-template-columns:68px minmax(0,1fr) auto; }
.goldpeak-best-list__item img { width:68px;height:68px; }

/* Pages and posts */
.goldpeak-content-area { padding-top:42px; }
.goldpeak-page-hero { position:relative;overflow:hidden;background:linear-gradient(145deg,var(--goldpeak-glass-strong),var(--goldpeak-glass)); }
.goldpeak-page-hero::after { content:"";position:absolute;right:-110px;top:-160px;width:360px;height:360px;border-radius:50%;background:radial-gradient(circle,color-mix(in srgb,var(--goldpeak-primary-2) 22%,transparent),transparent 68%); }
.goldpeak-page-article,.goldpeak-single-article,.widget,.goldpeak-post-card { background:linear-gradient(145deg,var(--goldpeak-glass-strong),var(--goldpeak-glass)); -webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px); }
.entry-content { line-height:1.82; }
.entry-content > p:first-of-type { font-size:1.13em;color:var(--goldpeak-text); }
.entry-content h2 { padding-top:4px; }
.entry-content blockquote { background:color-mix(in srgb,var(--goldpeak-surface-2) 82%,transparent);box-shadow:var(--goldpeak-shadow-soft); }
.goldpeak-post-card__image img { height:280px; }
.widget select { width:100%;height:50px; }

/* About and Contact page enhancements */
.goldpeak-about-intro { display:grid;grid-template-columns:1.15fr .85fr;gap:24px;margin-bottom:24px; }
.goldpeak-about-copy,.goldpeak-about-side,.goldpeak-contact-card { padding:clamp(26px,4vw,48px); }
.goldpeak-about-side { display:grid;gap:16px;align-content:start; }
.goldpeak-value-card { padding:22px;border-radius:20px;background:var(--goldpeak-surface-2);border:1px solid var(--goldpeak-line);box-shadow:var(--goldpeak-shadow-soft); }
.goldpeak-value-card span { display:inline-grid;place-items:center;width:38px;height:38px;border-radius:13px;color:#fff;background:linear-gradient(135deg,var(--goldpeak-primary),var(--goldpeak-primary-2) 58%,var(--goldpeak-accent)); }
.goldpeak-contact-layout { display:grid;grid-template-columns:.75fr 1.25fr;gap:24px;align-items:start; }
.goldpeak-contact-actions { display:grid;gap:14px;margin-top:22px; }
.goldpeak-contact-action { display:flex;align-items:center;gap:14px;padding:16px;border-radius:18px;background:var(--goldpeak-surface-2);border:1px solid var(--goldpeak-line);box-shadow:var(--goldpeak-shadow-soft); }
.goldpeak-contact-action strong,.goldpeak-contact-action small { display:block; }
.goldpeak-contact-action small { color:var(--goldpeak-muted); }

/* Shop */
.goldpeak-shop-main { padding-top:38px; padding-bottom:90px; }
.woocommerce-products-header { margin:0 0 25px;padding:clamp(26px,4vw,46px);border:1px solid var(--goldpeak-line);border-radius:var(--goldpeak-radius-xl);background:linear-gradient(145deg,var(--goldpeak-glass-strong),var(--goldpeak-glass));box-shadow:var(--goldpeak-shadow);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px); }
.woocommerce-products-header__title { margin:0;font-size:clamp(42px,5vw,70px); }
.woocommerce .woocommerce-result-count { margin-top:14px; }
.woocommerce .woocommerce-ordering select { min-width:220px; }
.woocommerce ul.products { gap:20px; }
.woocommerce ul.products li.product { display:flex;flex-direction:column;border-radius:24px !important; }
.woocommerce .goldpeak-product-media { min-height:278px;display:grid;place-items:center;overflow:hidden; }
.woocommerce ul.products li.product a img { height:255px;padding:14px; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { padding:19px 19px 7px;font-size:15px;min-height:70px; }
.woocommerce ul.products li.product .price { margin:0 19px 14px;font-size:16px; }
.woocommerce ul.products li.product .button { width:calc(100% - 38px);margin:auto 19px 19px;display:flex;align-items:center;justify-content:center;gap:8px;min-height:48px;font-size:12px; }
.woocommerce ul.products li.product .button::before { content:"+";display:inline-grid;place-items:center;width:22px;height:22px;border-radius:8px;background:rgba(255,255,255,.17);font-size:16px; }
.woocommerce ul.products li.product .button.product_type_variable::before,.woocommerce ul.products li.product .button.product_type_grouped::before { content:"→"; }
.woocommerce a.added_to_cart { margin:0 19px 18px;color:var(--goldpeak-primary);font-weight:800;font-size:12px; }

/* Product details */
.woocommerce div.product { align-items:start; }
.woocommerce div.product div.images,.woocommerce div.product .summary,.woocommerce div.product .woocommerce-tabs {
  background:linear-gradient(145deg,var(--goldpeak-glass-strong),var(--goldpeak-glass));
  -webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);
}
.woocommerce div.product .product_title { font-size:clamp(38px,4.4vw,64px); }
.woocommerce div.product form.cart .single_add_to_cart_button { min-width:220px; }
.woocommerce div.product .woocommerce-tabs ul.tabs li a { background:var(--goldpeak-surface-2);box-shadow:var(--goldpeak-shadow-soft); }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a { box-shadow:var(--goldpeak-glow); }

/* Cart */
.woocommerce-cart .woocommerce { display:grid;grid-template-columns:minmax(0,1.35fr) minmax(330px,.65fr);gap:26px;align-items:start; }
.woocommerce-cart .woocommerce-notices-wrapper,.woocommerce-cart .woocommerce-cart-form { grid-column:1; }
.woocommerce-cart .cart-collaterals { grid-column:2;grid-row:1 / span 3;width:100%;position:sticky;top:180px; }
.woocommerce-cart .cart-collaterals .cart_totals { width:100%;padding:28px;background:linear-gradient(145deg,var(--goldpeak-glass-strong),var(--goldpeak-glass));border:1px solid var(--goldpeak-line);border-radius:26px;box-shadow:var(--goldpeak-shadow);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px); }
.woocommerce-cart table.cart { overflow:visible; }
.woocommerce-cart table.cart img { width:88px;height:88px;object-fit:contain;background:var(--goldpeak-surface-2);padding:8px; }
.woocommerce-cart table.cart td.actions { padding:20px; }
.woocommerce-cart table.cart td.actions .coupon { display:flex;gap:10px; }
.woocommerce-cart table.cart td.actions .coupon .input-text { width:180px !important;min-height:48px; }
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button { display:flex;justify-content:center;align-items:center;font-size:15px; }

/* Checkout */
.woocommerce-checkout form.checkout { display:grid;grid-template-columns:minmax(0,1.12fr) minmax(350px,.88fr);gap:26px;align-items:start; }
.woocommerce-checkout #customer_details { display:grid;grid-template-columns:1fr;gap:20px; }
.woocommerce-checkout #customer_details .col-1,.woocommerce-checkout #customer_details .col-2 { padding:28px;background:linear-gradient(145deg,var(--goldpeak-glass-strong),var(--goldpeak-glass));border:1px solid var(--goldpeak-line);border-radius:26px;box-shadow:var(--goldpeak-shadow-soft); }
.woocommerce-checkout #order_review_heading,.woocommerce-checkout #order_review { grid-column:2; }
.woocommerce-checkout #order_review { position:sticky;top:180px; }
.woocommerce-checkout-review-order,.woocommerce-checkout #payment { padding:24px; }

/* My Account and login/register */
.woocommerce-account .goldpeak-page-hero { margin-bottom:24px; }
.woocommerce-account .woocommerce { grid-template-columns:280px minmax(0,1fr);align-items:start;gap:26px; }
.woocommerce-account .woocommerce-MyAccount-navigation { position:sticky;top:180px; }
.woocommerce-MyAccount-navigation ul { padding:14px;background:linear-gradient(145deg,var(--goldpeak-glass-strong),var(--goldpeak-glass));-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px); }
.woocommerce-MyAccount-navigation li a { padding:14px 16px;font-size:13px; }
.woocommerce-account .woocommerce-MyAccount-content { min-height:430px;padding:clamp(28px,4vw,48px);background:linear-gradient(145deg,var(--goldpeak-glass-strong),var(--goldpeak-glass));-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px); }
.woocommerce-account:not(.logged-in) .woocommerce { display:block; }
.woocommerce-account:not(.logged-in) .u-columns.col2-set { grid-template-columns:repeat(2,minmax(0,1fr));max-width:1120px;margin:0 auto; }
.woocommerce form.login,.woocommerce form.register { height:100%;padding:clamp(26px,4vw,42px);border-radius:27px; }
.woocommerce form.login h2,.woocommerce form.register h2 { font-size:30px; }
.woocommerce form .show-password-input { top:.8em; }
.goldpeak-account-intro { max-width:1120px;margin:0 auto 22px;padding:22px 25px;border:1px solid var(--goldpeak-line);border-radius:22px;background:linear-gradient(145deg,var(--goldpeak-glass-strong),var(--goldpeak-glass));box-shadow:var(--goldpeak-shadow-soft); }
.goldpeak-account-intro strong { font-size:20px;color:var(--goldpeak-heading); }
.goldpeak-account-intro p { margin:6px 0 0;color:var(--goldpeak-muted); }

/* Verification page */
.goldpeak-verification-page { padding:70px 0 100px; }
.goldpeak-verify-shell { max-width:680px;margin:0 auto; }
.goldpeak-verify-card { padding:clamp(30px,6vw,62px);text-align:center;border:1px solid var(--goldpeak-line);border-radius:34px;background:linear-gradient(145deg,var(--goldpeak-glass-strong),var(--goldpeak-glass));box-shadow:var(--goldpeak-shadow);-webkit-backdrop-filter:blur(26px);backdrop-filter:blur(26px); }
.goldpeak-verify-icon { display:grid;place-items:center;width:66px;height:66px;margin:0 auto 18px;border-radius:22px;color:#fff;background:linear-gradient(135deg,var(--goldpeak-primary),var(--goldpeak-primary-2) 58%,var(--goldpeak-accent));box-shadow:var(--goldpeak-glow);font-size:28px; }
.goldpeak-verify-kicker { color:var(--goldpeak-primary);font-weight:800;text-transform:uppercase;letter-spacing:.12em;font-size:11px; }
.goldpeak-verify-card h1 { font-size:clamp(38px,6vw,60px);margin-bottom:13px; }
.goldpeak-verification-form { display:grid;gap:16px;margin-top:28px;text-align:left; }
.goldpeak-verification-form label span { display:block;margin-bottom:7px;font-weight:800;font-size:12px; }
.goldpeak-verification-form input { width:100%;height:54px;padding:0 17px; }
.goldpeak-verification-form input[name="goldpeak_verification_code"] { text-align:center;font-size:26px;font-weight:800;letter-spacing:.35em; }
.goldpeak-verify-submit,.goldpeak-verify-resend { width:100%;justify-content:center; }
.goldpeak-verify-resend { color:var(--goldpeak-text) !important;background:var(--goldpeak-surface-2) !important;box-shadow:var(--goldpeak-shadow-soft) !important; }
.goldpeak-verify-back { display:inline-block;margin-top:20px;color:var(--goldpeak-primary);font-weight:800; }

/* Woo notices and tables */
.woocommerce-message,.woocommerce-info,.woocommerce-error { background:linear-gradient(145deg,var(--goldpeak-glass-strong),var(--goldpeak-glass));-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px); }
.woocommerce table.shop_table { border-spacing:0; }
.woocommerce table.shop_table tr:last-child td { border-bottom:0; }

/* Cart and checkout blocks */
.wc-block-components-sidebar-layout { gap:26px; }
.wc-block-components-main { width:65%; }
.wc-block-components-sidebar { width:35%;padding:24px;border-radius:25px; }
.wc-block-cart-items,.wc-block-components-checkout-step { border-radius:24px;overflow:hidden; }
.wc-block-components-checkout-step { padding:24px;margin-bottom:18px; }
.wc-block-components-button:not(.is-link) { display:flex;justify-content:center; }

/* WhatsApp */
.goldpeak-whatsapp { position:fixed;z-index:70;left:22px;bottom:22px;display:flex;align-items:center;gap:11px;padding:10px 15px 10px 10px;border:1px solid rgba(255,255,255,.35);border-radius:999px;color:#fff !important;background:linear-gradient(135deg,#0bc86d,#06a857);box-shadow:0 16px 42px rgba(0,170,90,.32),inset 0 1px 0 rgba(255,255,255,.38);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);transition:transform .2s ease; }
.goldpeak-whatsapp:hover { transform:translateY(-4px); }
.goldpeak-whatsapp__icon { width:44px;height:44px;display:grid;place-items:center;border-radius:50%;background:rgba(255,255,255,.16); }
.goldpeak-whatsapp__icon svg { width:29px;height:29px;fill:none;stroke:#fff;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round; }
.goldpeak-whatsapp strong,.goldpeak-whatsapp small { display:block;line-height:1.2; }
.goldpeak-whatsapp small { margin-top:3px;opacity:.85;font-size:10px; }

/* Footer */
.goldpeak-footer { background:linear-gradient(to bottom,transparent,color-mix(in srgb,var(--goldpeak-primary) 6%,transparent)); }
.goldpeak-newsletter { background:linear-gradient(135deg,rgba(11,25,54,.96),rgba(58,34,135,.94));color:#fff;border-color:rgba(255,255,255,.13); }
.goldpeak-newsletter h2,.goldpeak-newsletter p,.goldpeak-newsletter .goldpeak-section-kicker { color:#fff; }
.goldpeak-credit { font-weight:800;color:var(--goldpeak-primary); }

/* Motion */
@media (prefers-reduced-motion:no-preference) {
  .goldpeak-category-card,.goldpeak-home-product,.woocommerce ul.products li.product,.goldpeak-post-card { animation:goldpeak-rise .5s both; animation-timeline:view(); animation-range:entry 0% cover 28%; }
  @keyframes goldpeak-rise { from { opacity:0;transform:translateY(22px) scale(.985); } to { opacity:1;transform:none; } }
}

/* Responsive */
@media (max-width:1180px) {
  .goldpeak-category-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .goldpeak-deal-board { grid-template-columns:1fr; }
  .goldpeak-best-list { display:grid;grid-template-columns:1fr 1fr;gap:0 20px; }
  .goldpeak-best-list__head { grid-column:1/-1; }
  .woocommerce-cart .woocommerce,.woocommerce-checkout form.checkout { grid-template-columns:1fr; }
  .woocommerce-cart .woocommerce-notices-wrapper,.woocommerce-cart .woocommerce-cart-form,.woocommerce-cart .cart-collaterals,.woocommerce-checkout #order_review_heading,.woocommerce-checkout #order_review { grid-column:1;grid-row:auto; }
  .woocommerce-cart .cart-collaterals,.woocommerce-checkout #order_review { position:static; }
}
@media (max-width:900px) {
  body.admin-bar .goldpeak-header { top:46px; }
  .goldpeak-hero__grid { grid-template-columns:1fr; }
  .goldpeak-hero__content,.goldpeak-hero__visual { min-height:auto; }
  .goldpeak-hero__visual { min-height:440px; }
  .goldpeak-deal-banner { grid-template-columns:1fr; }
  .goldpeak-deal-banner__image { height:300px; }
  .woocommerce-account .woocommerce { grid-template-columns:1fr; }
  .woocommerce-account .woocommerce-MyAccount-navigation { position:static; }
  .woocommerce-MyAccount-navigation ul { display:flex;overflow-x:auto;gap:8px; }
  .woocommerce-MyAccount-navigation li { flex:0 0 auto; }
  .goldpeak-about-intro,.goldpeak-contact-layout { grid-template-columns:1fr; }
  .wc-block-components-main,.wc-block-components-sidebar { width:100%; }
}
@media (max-width:720px) {
  .goldpeak-container { width:min(100% - 24px,var(--goldpeak-container)); }
  .goldpeak-topbar { display:none; }
  body.admin-bar .goldpeak-header { top:46px; }
  .goldpeak-header__main { min-height:76px;gap:10px; }
  .goldpeak-brand svg,.custom-logo { max-height:42px;max-width:166px; }
  .goldpeak-mobile-panel { width:min(92vw,420px);background:var(--goldpeak-glass-strong);-webkit-backdrop-filter:blur(28px) saturate(160%);backdrop-filter:blur(28px) saturate(160%); }
  .goldpeak-mobile-menu > li { border-bottom:1px solid var(--goldpeak-line); }
  .goldpeak-mobile-menu > li > a { padding:15px 12px; }
  .goldpeak-mobile-menu .sub-menu { margin:0 0 11px;padding:8px 8px 8px 18px;border-left:2px solid color-mix(in srgb,var(--goldpeak-primary) 35%,transparent); }
  .goldpeak-hero { padding-top:20px; }
  .goldpeak-hero__content { padding:31px 24px; }
  .goldpeak-hero__content h1 { font-size:clamp(43px,13vw,62px); }
  .goldpeak-hero__visual { min-height:360px; }
  .goldpeak-trust-strip { grid-template-columns:repeat(2,1fr); }
  .goldpeak-category-grid { grid-template-columns:1fr 1fr;gap:11px; }
  .goldpeak-category-card { min-height:178px;grid-template-columns:1fr;padding:17px;text-align:center;justify-items:center;gap:10px; }
  .goldpeak-category-card__image { width:82px;height:82px; }
  .goldpeak-category-card b { display:none; }
  .goldpeak-product-slider { grid-auto-columns:minmax(78vw,1fr); }
  .goldpeak-deal-banner { padding:28px 22px; }
  .goldpeak-deal-banner h2 { font-size:39px; }
  .goldpeak-best-list { grid-template-columns:1fr; }
  .woocommerce ul.products { grid-template-columns:repeat(2,minmax(0,1fr));gap:11px; }
  .woocommerce .goldpeak-product-media { min-height:190px; }
  .woocommerce ul.products li.product a img { height:175px;padding:8px; }
  .woocommerce ul.products li.product .woocommerce-loop-product__title { min-height:64px;padding:13px 12px 5px;font-size:12px; }
  .woocommerce ul.products li.product .price { margin:0 12px 10px;font-size:12px; }
  .woocommerce ul.products li.product .button { width:calc(100% - 24px);margin:0 12px 13px;min-height:42px;font-size:10px;padding:0 8px; }
  .woocommerce ul.products li.product .button::before { display:none; }
  .woocommerce-account:not(.logged-in) .u-columns.col2-set { grid-template-columns:1fr; }
  .woocommerce-cart table.cart td.actions .coupon { flex-wrap:wrap; }
  .woocommerce-cart table.cart td.actions .coupon .input-text { width:100% !important; }
  .goldpeak-whatsapp { left:14px;bottom:14px;padding:9px; }
  .goldpeak-whatsapp > span:last-child { display:none; }
}
@media (max-width:430px) {
  .goldpeak-category-grid { grid-template-columns:1fr 1fr; }
  .goldpeak-trust-strip { grid-template-columns:1fr; }
  .woocommerce ul.products { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .woocommerce div.product .product_title { font-size:36px; }
}
.goldpeak-deal-price { margin:18px 0 8px;color:var(--goldpeak-primary);font-size:24px;font-weight:850; }
.goldpeak-deal-price del { display:block;color:var(--goldpeak-muted);font-size:13px;font-weight:600; }
.goldpeak-deal-price ins { text-decoration:none; }
.goldpeak-slider-button:disabled { opacity:.35;cursor:not-allowed;box-shadow:none; }
.ajax_add_to_cart.is-loading { pointer-events:none;opacity:.74; }
.ajax_add_to_cart.is-loading::after { content:"";width:14px;height:14px;border:2px solid rgba(255,255,255,.38);border-top-color:#fff;border-radius:50%;animation:goldpeak-spin .7s linear infinite; }
.ajax_add_to_cart.is-added { background:linear-gradient(135deg,#0bbd71,#0a9d60) !important; }
@keyframes goldpeak-spin { to { transform:rotate(360deg); } }
.goldpeak-commerce-content { min-width:0; }
.goldpeak-commerce-content > .woocommerce { width:100%; }


/* ===== v2.1-refinements.css ===== */
/*
 * GOLDPEAK Liquid Glass Commerce 2.1
 * Product grids, compact category cards, shop filters, account and checkout refinements.
 */

/* Keep page content readable in both colour modes. */
.entry-content,
.entry-content p,
.entry-content li,
.goldpeak-about-copy,
.goldpeak-about-copy p,
.goldpeak-about-copy li,
.woocommerce-MyAccount-content,
.woocommerce-MyAccount-content p,
.woocommerce-MyAccount-content li,
.woocommerce-checkout,
.woocommerce-checkout p {
  color: var(--goldpeak-text);
}

/* Product imagery: contained, rounded and consistent. */
.goldpeak-home-product__media,
.woocommerce .goldpeak-product-media,
.woocommerce div.product div.images,
.woocommerce div.product div.images .woocommerce-product-gallery__image,
.woocommerce-cart table.cart img,
.wc-block-cart-item__image img,
.wc-block-components-product-image img {
  border-radius: 20px;
}
.goldpeak-home-product__media,
.woocommerce .goldpeak-product-media {
  margin: 11px 11px 0;
  min-height: 235px;
  overflow: hidden;
}
.goldpeak-home-product__media img,
.woocommerce ul.products li.product a img {
  border-radius: 17px;
  background: color-mix(in srgb, #fff 84%, var(--goldpeak-surface-2));
}
html[data-theme="dark"] .goldpeak-home-product__media img,
html[data-theme="dark"] .woocommerce ul.products li.product a img {
  background: rgba(255,255,255,.94);
}

/* Price and add-to-cart must never overlap. */
.goldpeak-home-product__body {
  display: flex;
  flex-direction: column;
  min-height: 235px;
}
.goldpeak-product-card-bottom {
  display: grid !important;
  grid-template-columns: minmax(0,1fr) !important;
  align-items: stretch !important;
  gap: 12px !important;
  margin-top: auto !important;
}
.goldpeak-product-card-bottom .price {
  display: block;
  min-width: 0;
  min-height: 28px;
  overflow-wrap: anywhere;
  line-height: 1.35;
}
.goldpeak-product-card-bottom .button {
  width: 100% !important;
  min-width: 0 !important;
  min-height: 44px !important;
  height: auto !important;
  padding: 10px 13px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  white-space: normal;
  text-align: center;
  line-height: 1.2 !important;
}
.goldpeak-product-card-bottom .button::before {
  flex: 0 0 20px;
}

/* New arrivals: five columns, fifteen initially, five per load. */
.goldpeak-new-arrivals-grid {
  display: grid;
  grid-template-columns: repeat(5,minmax(0,1fr));
  gap: 18px;
}
.goldpeak-new-arrivals-grid .goldpeak-home-product {
  min-width: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.goldpeak-new-arrivals-grid .goldpeak-home-product__body {
  flex: 1;
}
.goldpeak-load-more-wrap {
  display: flex;
  justify-content: center;
  padding-top: 28px;
}
.goldpeak-load-more {
  position: relative;
  min-width: 260px;
  min-height: 64px;
  display: grid;
  place-items: center;
  gap: 2px;
  padding: 10px 28px;
  color: #fff;
  border: 1px solid color-mix(in srgb,var(--goldpeak-primary) 35%,transparent);
  border-radius: 20px;
  background: linear-gradient(135deg,var(--goldpeak-primary),var(--goldpeak-primary-2) 58%,var(--goldpeak-accent));
  box-shadow: var(--goldpeak-glow);
  cursor: pointer;
  transition: transform .2s ease, filter .2s ease, opacity .2s ease;
}
.goldpeak-load-more:hover { transform: translateY(-3px); filter: saturate(1.08); }
.goldpeak-load-more:disabled { cursor: wait; opacity: .72; }
.goldpeak-load-more span { font-size: 14px; font-weight: 850; }
.goldpeak-load-more small { font-size: 10px; opacity: .82; }
.goldpeak-load-more.is-loading::after {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  border: 2px solid rgba(255,255,255,.38);
  border-top-color: #fff;
  border-radius: 50%;
  animation: goldpeak-spin .7s linear infinite;
}

/* Compact and fair category treatment. Every non-empty top-level category is shown. */
.goldpeak-category-grid {
  grid-template-columns: repeat(6,minmax(0,1fr)) !important;
  gap: 13px !important;
}
.goldpeak-category-card {
  min-height: 142px !important;
  grid-template-columns: 70px minmax(0,1fr) !important;
  grid-template-rows: auto !important;
  gap: 12px !important;
  padding: 14px !important;
  border-radius: 22px !important;
}
.goldpeak-category-card::before {
  width: 105px !important;
  height: 105px !important;
  right: -38px !important;
  bottom: -48px !important;
}
.goldpeak-category-card__image {
  width: 70px !important;
  height: 70px !important;
  padding: 6px;
  border-radius: 18px !important;
}
.goldpeak-category-card__image img {
  width: 100%;
  height: 100%;
  padding: 0 !important;
  object-fit: contain;
  border-radius: 13px;
}
.goldpeak-category-fallback-svg {
  width: 38px;
  height: 38px;
  fill: none;
  stroke: color-mix(in srgb,var(--goldpeak-primary) 72%,var(--goldpeak-muted));
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.goldpeak-category-card h3 {
  margin: 0 0 4px !important;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: normal !important;
  text-overflow: initial !important;
  font-size: 14px !important;
  line-height: 1.25;
}
.goldpeak-category-card span { font-size: 10px !important; }
.goldpeak-category-card b { display: none !important; }

/* Shop header, filters and ordering. */
.goldpeak-shop-main { overflow: clip; }
.woocommerce-products-header {
  margin-bottom: 18px;
  padding: clamp(24px,3.6vw,42px);
}
.woocommerce-products-header__title { font-size: clamp(42px,4.8vw,68px); }
.goldpeak-shop-toolbar {
  margin: 0 0 28px;
  padding: 19px;
  display: grid;
  grid-template-columns: minmax(190px,.55fr) minmax(0,1.45fr);
  gap: 20px;
  align-items: end;
  border: 1px solid var(--goldpeak-line);
  border-radius: 26px;
  background: linear-gradient(145deg,var(--goldpeak-glass-strong),var(--goldpeak-glass));
  box-shadow: var(--goldpeak-shadow-soft);
  -webkit-backdrop-filter: blur(22px) saturate(145%);
  backdrop-filter: blur(22px) saturate(145%);
}
.goldpeak-shop-toolbar__summary {
  align-self: center;
  padding: 9px 6px;
}
.goldpeak-shop-toolbar__label {
  display: block;
  margin-bottom: 4px;
  color: var(--goldpeak-primary);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.goldpeak-shop-toolbar .woocommerce-result-count {
  float: none;
  margin: 0;
  color: var(--goldpeak-heading);
  font-weight: 800;
  line-height: 1.45;
}
.goldpeak-shop-filter {
  display: grid;
  grid-template-columns: minmax(160px,1.35fr) minmax(120px,.78fr) minmax(120px,.78fr) minmax(170px,1fr) auto;
  gap: 11px;
  align-items: end;
}
.goldpeak-filter-field { min-width: 0; }
.goldpeak-filter-field > span {
  display: block;
  margin: 0 0 7px 3px;
  color: var(--goldpeak-muted);
  font-size: 10px;
  font-weight: 800;
}
.goldpeak-filter-field select,
.goldpeak-filter-field input {
  width: 100%;
  height: 48px;
  min-width: 0 !important;
  padding: 0 13px !important;
  font-size: 12px;
}
.goldpeak-shop-filter__actions {
  display: flex;
  align-items: center;
  gap: 8px;
}
.goldpeak-filter-apply {
  min-height: 48px;
  padding: 0 17px;
  border-radius: 15px;
  white-space: nowrap;
}
.goldpeak-filter-reset {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border-radius: 14px;
  color: var(--goldpeak-primary);
  background: var(--goldpeak-surface-2);
  box-shadow: var(--goldpeak-shadow-soft);
  font-size: 11px;
  font-weight: 850;
}

/* Five-column catalogue; button sits below price. */
.woocommerce ul.products,
.woocommerce-page ul.products {
  grid-template-columns: repeat(5,minmax(0,1fr)) !important;
  gap: 18px !important;
}
.woocommerce ul.products li.product {
  min-width: 0;
  overflow: hidden;
}
.woocommerce .goldpeak-product-media {
  margin: 11px 11px 0;
  min-height: 228px;
}
.woocommerce ul.products li.product a img {
  width: calc(100% - 18px);
  height: 212px;
  margin: 9px;
  padding: 8px;
  object-fit: contain;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  min-height: 67px;
  padding: 16px 15px 5px;
  font-size: 13px;
  line-height: 1.4;
}
.woocommerce ul.products li.product .price {
  min-height: 28px;
  margin: 0 15px 11px;
  font-size: 14px;
  overflow-wrap: anywhere;
}
.woocommerce ul.products li.product .button {
  width: calc(100% - 30px);
  margin: auto 15px 15px;
  min-height: 44px;
  padding: 9px 10px;
  white-space: normal;
  line-height: 1.2;
}

/* Catalogue pagination: glass pills rather than a broken table-like strip. */
.woocommerce nav.woocommerce-pagination {
  margin: 38px 0 0;
  text-align: center;
}
.woocommerce nav.woocommerce-pagination ul,
.woocommerce-pagination ul.page-numbers {
  width: auto;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 0;
  padding: 9px;
  overflow: visible;
  border: 1px solid var(--goldpeak-line) !important;
  border-radius: 19px;
  background: linear-gradient(145deg,var(--goldpeak-glass-strong),var(--goldpeak-glass));
  box-shadow: var(--goldpeak-shadow-soft);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}
.woocommerce nav.woocommerce-pagination ul li {
  float: none;
  border: 0 !important;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  min-width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  padding: 0 10px;
  border: 1px solid var(--goldpeak-line);
  border-radius: 13px;
  color: var(--goldpeak-text);
  background: var(--goldpeak-surface-2);
  box-shadow: var(--goldpeak-shadow-soft);
  font-weight: 800;
}
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(135deg,var(--goldpeak-primary),var(--goldpeak-primary-2) 58%,var(--goldpeak-accent));
  box-shadow: var(--goldpeak-glow);
}

/* Checkout: remove the tall empty gap and keep order summary beside billing. */
.woocommerce-checkout form.checkout {
  grid-template-columns: minmax(0,1.08fr) minmax(360px,.92fr) !important;
  grid-template-areas:
    "customer review-title"
    "customer review" !important;
  gap: 22px 26px !important;
  align-items: start !important;
}
.woocommerce-checkout #customer_details {
  grid-area: customer !important;
  grid-column: auto !important;
  grid-row: auto !important;
}
.woocommerce-checkout #order_review_heading {
  grid-area: review-title !important;
  grid-column: auto !important;
  grid-row: auto !important;
  align-self: end;
  margin: 0;
  padding: 0 7px;
  color: var(--goldpeak-heading);
  font-size: 24px;
}
.woocommerce-checkout #order_review {
  grid-area: review !important;
  grid-column: auto !important;
  grid-row: auto !important;
  top: 155px !important;
  margin: 0;
  border-radius: 27px;
}
.woocommerce-checkout-review-order,
.woocommerce-checkout #payment {
  border-radius: 22px;
}
.woocommerce-checkout-review-order-table {
  margin-bottom: 16px !important;
}
.woocommerce-checkout #payment ul.payment_methods {
  padding: 0 0 18px;
}
.woocommerce-checkout #payment .place-order {
  padding: 19px 0 0;
}
.woocommerce-checkout #place_order {
  width: 100%;
  min-height: 54px;
}

/* About page: structured story, visible text and useful supporting cards. */
.goldpeak-about-intro {
  grid-template-columns: minmax(0,1.2fr) minmax(340px,.8fr) !important;
  align-items: start;
}
.goldpeak-about-copy {
  position: relative;
  overflow: hidden;
}
.goldpeak-about-copy::after {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  right: -150px;
  bottom: -170px;
  border-radius: 50%;
  background: radial-gradient(circle,color-mix(in srgb,var(--goldpeak-accent) 16%,transparent),transparent 70%);
  pointer-events: none;
}
.goldpeak-about-copy p { position: relative; z-index: 1; }
.goldpeak-about-side { position: sticky; top: 160px; }
.goldpeak-value-card h2,
.goldpeak-value-card p { color: var(--goldpeak-text); }
.goldpeak-value-card h2 { margin: 11px 0 7px; color: var(--goldpeak-heading); }
.goldpeak-about-locations {
  margin: 24px 0;
  padding: 25px;
  border: 1px solid var(--goldpeak-line);
  border-radius: 25px;
  background: linear-gradient(145deg,var(--goldpeak-glass-strong),var(--goldpeak-glass));
  box-shadow: var(--goldpeak-shadow-soft);
}
.goldpeak-about-locations h2 { margin: 0 0 7px; }
.goldpeak-about-locations p { margin: 0 0 17px; color: var(--goldpeak-muted); }
.goldpeak-location-chips { display: flex; flex-wrap: wrap; gap: 9px; }
.goldpeak-location-chip {
  padding: 10px 14px;
  border: 1px solid var(--goldpeak-line);
  border-radius: 999px;
  color: var(--goldpeak-text);
  background: var(--goldpeak-surface-2);
  box-shadow: var(--goldpeak-shadow-soft);
  font-size: 12px;
  font-weight: 750;
}
.goldpeak-about-promise-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 15px;
  margin-bottom: 24px;
}
.goldpeak-about-promise {
  padding: 22px;
  border: 1px solid var(--goldpeak-line);
  border-radius: 22px;
  background: linear-gradient(145deg,var(--goldpeak-glass-strong),var(--goldpeak-glass));
  box-shadow: var(--goldpeak-shadow-soft);
}
.goldpeak-about-promise strong { display: block; margin-bottom: 7px; color: var(--goldpeak-heading); }
.goldpeak-about-promise p { margin: 0; color: var(--goldpeak-muted); font-size: 13px; }

/* My Account: fixed column order, clearer navigation and useful dashboard cards. */
.woocommerce-account.logged-in .woocommerce {
  display: grid !important;
  grid-template-columns: 260px minmax(0,1fr) !important;
  grid-template-areas: "account-nav account-content" !important;
  align-items: start;
}
.woocommerce-account.logged-in .woocommerce-MyAccount-navigation {
  grid-area: account-nav !important;
  grid-column: auto !important;
  grid-row: auto !important;
  width: 100% !important;
  float: none !important;
}
.woocommerce-account.logged-in .woocommerce-MyAccount-content {
  grid-area: account-content !important;
  grid-column: auto !important;
  grid-row: auto !important;
  width: 100% !important;
  float: none !important;
}
.woocommerce-MyAccount-navigation ul {
  overflow: hidden;
  border: 1px solid var(--goldpeak-line);
  border-radius: 24px;
  box-shadow: var(--goldpeak-shadow-soft);
}
.woocommerce-MyAccount-navigation li + li { margin-top: 7px; }
.woocommerce-MyAccount-navigation li a {
  min-height: 50px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 14px;
  color: var(--goldpeak-text);
  transition: transform .18s ease, background .18s ease, color .18s ease;
}
.woocommerce-MyAccount-navigation li a::before {
  content: "•";
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  flex: 0 0 24px;
  border-radius: 8px;
  color: var(--goldpeak-primary);
  background: color-mix(in srgb,var(--goldpeak-primary) 10%,transparent);
  font-size: 18px;
}
.woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-MyAccount-navigation li a:hover {
  color: #fff;
  background: linear-gradient(135deg,var(--goldpeak-primary),var(--goldpeak-primary-2) 58%,var(--goldpeak-accent));
  box-shadow: var(--goldpeak-glow);
  transform: translateX(3px);
}
.woocommerce-MyAccount-navigation li.is-active a::before,
.woocommerce-MyAccount-navigation li a:hover::before {
  color: #fff;
  background: rgba(255,255,255,.16);
}
.woocommerce-account .woocommerce-MyAccount-content {
  min-height: 520px;
  border: 1px solid var(--goldpeak-line);
  border-radius: 28px;
  box-shadow: var(--goldpeak-shadow);
}
.woocommerce-MyAccount-content > p:first-of-type {
  margin-top: 0;
  padding: 19px 20px;
  border: 1px solid var(--goldpeak-line);
  border-radius: 18px;
  background: var(--goldpeak-surface-2);
  box-shadow: var(--goldpeak-shadow-soft);
  color: var(--goldpeak-heading);
  font-size: 16px;
}
.woocommerce-MyAccount-content > p:nth-of-type(2) {
  max-width: 780px;
  color: var(--goldpeak-muted);
  line-height: 1.75;
}
.goldpeak-account-dashboard-cards {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 14px;
  margin-top: 25px;
}
.goldpeak-account-dashboard-card {
  min-height: 180px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 21px;
  border: 1px solid var(--goldpeak-line);
  border-radius: 21px;
  color: var(--goldpeak-text);
  background: linear-gradient(145deg,var(--goldpeak-surface-2),color-mix(in srgb,var(--goldpeak-surface-3) 65%,transparent));
  box-shadow: var(--goldpeak-shadow-soft);
  transition: transform .2s ease, box-shadow .2s ease;
}
.goldpeak-account-dashboard-card:hover { transform: translateY(-5px); box-shadow: var(--goldpeak-shadow); }
.goldpeak-account-dashboard-card__icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  margin-bottom: 24px;
  border-radius: 13px;
  color: #fff;
  background: linear-gradient(135deg,var(--goldpeak-primary),var(--goldpeak-primary-2) 58%,var(--goldpeak-accent));
  box-shadow: var(--goldpeak-glow);
  font-size: 11px;
  font-weight: 850;
}
.goldpeak-account-dashboard-card strong { color: var(--goldpeak-heading); font-size: 16px; }
.goldpeak-account-dashboard-card small { margin-top: 7px; color: var(--goldpeak-muted); line-height: 1.55; }
.woocommerce-account table.shop_table,
.woocommerce-account .woocommerce-Addresses .woocommerce-Address,
.woocommerce-account form.edit-account {
  border-radius: 21px;
  overflow: hidden;
}

/* Logged-out account page: one trusted login/registration destination. */
.woocommerce-account:not(.logged-in) .u-columns.col2-set {
  gap: 22px;
}
.woocommerce-account:not(.logged-in) .u-column1,
.woocommerce-account:not(.logged-in) .u-column2 {
  padding: 0;
}
.woocommerce-account:not(.logged-in) form.login,
.woocommerce-account:not(.logged-in) form.register {
  min-height: 100%;
  border: 1px solid var(--goldpeak-line);
  box-shadow: var(--goldpeak-shadow);
}

/* General WordPress pages, posts and forms. */
.goldpeak-page-article,
.goldpeak-single-article,
.goldpeak-commerce-content,
.goldpeak-contact-card {
  color: var(--goldpeak-text);
}
.goldpeak-page-article .entry-content,
.goldpeak-single-article .entry-content {
  max-width: 920px;
}
.entry-content img,
.goldpeak-post-card__image img,
.wp-block-image img {
  border-radius: 20px;
}
.entry-content table,
.woocommerce table.shop_table {
  overflow: hidden;
  border-radius: 19px;
}

/* WooCommerce Blocks checkout/cart parity. */
.wc-block-components-sidebar,
.wc-block-components-checkout-step,
.wc-block-cart-items {
  border: 1px solid var(--goldpeak-line);
}
.wc-block-components-order-summary .wc-block-components-order-summary-item__image > img {
  border-radius: 14px;
}

@media (max-width: 1380px) {
  .goldpeak-category-grid { grid-template-columns: repeat(5,minmax(0,1fr)) !important; }
  .woocommerce ul.products,
  .woocommerce-page ul.products { grid-template-columns: repeat(4,minmax(0,1fr)) !important; }
  .goldpeak-new-arrivals-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
  .goldpeak-shop-filter { grid-template-columns: repeat(4,minmax(0,1fr)); }
  .goldpeak-shop-filter__actions { grid-column: 1/-1; justify-content: flex-end; }
}

@media (max-width: 1120px) {
  .goldpeak-category-grid { grid-template-columns: repeat(4,minmax(0,1fr)) !important; }
  .goldpeak-new-arrivals-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .goldpeak-shop-toolbar { grid-template-columns: 1fr; }
  .woocommerce ul.products,
  .woocommerce-page ul.products { grid-template-columns: repeat(3,minmax(0,1fr)) !important; }
  .woocommerce-checkout form.checkout {
    grid-template-columns: 1fr !important;
    grid-template-areas: "customer" "review-title" "review" !important;
  }
  .woocommerce-checkout #order_review { position: static !important; }
  .goldpeak-about-side { position: static; }
  .goldpeak-account-dashboard-cards { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 900px) {
  .goldpeak-category-grid { grid-template-columns: repeat(3,minmax(0,1fr)) !important; }
  .goldpeak-shop-filter { grid-template-columns: 1fr 1fr; }
  .goldpeak-filter-field--category,
  .goldpeak-filter-field--sort { grid-column: auto; }
  .woocommerce-account.logged-in .woocommerce {
    grid-template-columns: 1fr !important;
    grid-template-areas: "account-nav" "account-content" !important;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation { position: static; }
  .woocommerce-MyAccount-navigation ul {
    display: grid !important;
    grid-template-columns: repeat(3,minmax(0,1fr));
    overflow: visible;
  }
  .woocommerce-MyAccount-navigation li + li { margin-top: 0; }
  .woocommerce-MyAccount-navigation li a { min-height: 46px; padding: 10px; font-size: 11px; }
  .goldpeak-about-intro { grid-template-columns: 1fr !important; }
  .goldpeak-about-promise-grid { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .goldpeak-category-grid { grid-template-columns: repeat(2,minmax(0,1fr)) !important; gap: 10px !important; }
  .goldpeak-category-card {
    min-height: 128px !important;
    grid-template-columns: 58px minmax(0,1fr) !important;
    padding: 11px !important;
    text-align: left !important;
    justify-items: stretch !important;
  }
  .goldpeak-category-card__image { width: 58px !important; height: 58px !important; }
  .goldpeak-category-card h3 { font-size: 12px !important; }
  .goldpeak-new-arrivals-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 11px; }
  .goldpeak-new-arrivals-grid .goldpeak-home-product__media { min-height: 165px; margin: 7px 7px 0; }
  .goldpeak-new-arrivals-grid .goldpeak-home-product__media img { height: 150px; }
  .goldpeak-new-arrivals-grid .goldpeak-home-product__body { min-height: 220px; padding: 12px; }
  .goldpeak-new-arrivals-grid .goldpeak-home-product h3 { min-height: 57px; font-size: 12px; }
  .goldpeak-new-arrivals-grid .goldpeak-product-category { font-size: 8px; }
  .goldpeak-new-arrivals-grid .goldpeak-product-rating { font-size: 9px; }
  .goldpeak-new-arrivals-grid .goldpeak-product-card-bottom .price { font-size: 12px; }
  .goldpeak-new-arrivals-grid .goldpeak-product-card-bottom .button { font-size: 9px !important; padding: 9px 7px !important; }
  .goldpeak-shop-filter { grid-template-columns: 1fr; }
  .goldpeak-shop-filter__actions { grid-column: auto; justify-content: stretch; }
  .goldpeak-filter-apply { flex: 1; }
  .woocommerce ul.products,
  .woocommerce-page ul.products { grid-template-columns: repeat(2,minmax(0,1fr)) !important; gap: 11px !important; }
  .woocommerce .goldpeak-product-media { min-height: 165px; margin: 7px 7px 0; }
  .woocommerce ul.products li.product a img { height: 154px; margin: 5px; width: calc(100% - 10px); }
  .woocommerce ul.products li.product .woocommerce-loop-product__title { min-height: 65px; padding: 12px 10px 4px; font-size: 11px; }
  .woocommerce ul.products li.product .price { margin: 0 10px 9px; font-size: 11px; }
  .woocommerce ul.products li.product .button { width: calc(100% - 20px); margin: auto 10px 10px; font-size: 9px; }
  .woocommerce-MyAccount-navigation ul { grid-template-columns: 1fr 1fr; }
  .goldpeak-account-dashboard-cards { grid-template-columns: 1fr; }
  .woocommerce-account .woocommerce-MyAccount-content { min-height: 0; padding: 19px; }
  .goldpeak-load-more { min-width: min(100%,280px); }
}

@media (max-width: 430px) {
  .goldpeak-category-card { grid-template-columns: 1fr !important; text-align: center !important; justify-items: center !important; }
  .goldpeak-category-card h3 { text-align: center; }
  .woocommerce-MyAccount-navigation ul { grid-template-columns: 1fr; }
}


/* ===== v2.2-fixes.css ===== */
/*
 * GOLDPEAK Liquid Glass Commerce 2.2
 * Production refinements for category density, image treatment, catalogue sorting,
 * customer authentication, My Account and classic WooCommerce checkout.
 */

/* Rounded media treatment across every storefront surface. */
.goldpeak-hero-product,
.goldpeak-hero-product img,
.goldpeak-hero__custom-image,
.goldpeak-hero__fallback,
.goldpeak-home-product__media,
.goldpeak-home-product__media img,
.goldpeak-deal-banner__image,
.goldpeak-deal-banner__image img,
.goldpeak-best-list__item img,
.goldpeak-category-card__image,
.goldpeak-category-card__image img,
.woocommerce .goldpeak-product-media,
.woocommerce .goldpeak-product-media img,
.woocommerce div.product div.images,
.woocommerce div.product div.images img,
.woocommerce div.product .woocommerce-product-gallery__image,
.woocommerce div.product .woocommerce-product-gallery__image img,
.wc-block-grid__product-image,
.wc-block-grid__product-image img,
.wc-block-components-product-image,
.wc-block-components-product-image img {
  border-radius: 22px !important;
}
.goldpeak-hero-product,
.goldpeak-deal-banner__image,
.goldpeak-home-product__media,
.woocommerce .goldpeak-product-media,
.woocommerce div.product div.images {
  overflow: hidden;
}
.goldpeak-hero-product img,
.goldpeak-deal-banner__image img,
.goldpeak-home-product__media img,
.woocommerce .goldpeak-product-media img {
  display: block;
}

/* Product cards: price is always a separate row above the full-width action. */
.goldpeak-product-card-bottom {
  position: static !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  grid-template-areas: "price" "action" !important;
  gap: 12px !important;
  align-items: stretch !important;
  width: 100%;
  margin-top: auto !important;
}
.goldpeak-product-card-bottom .price {
  grid-area: price;
  position: static !important;
  width: 100%;
  min-width: 0;
  min-height: 30px;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible;
  color: var(--goldpeak-primary);
  line-height: 1.35;
  overflow-wrap: anywhere;
}
.goldpeak-product-card-bottom .button {
  grid-area: action;
  position: static !important;
  inset: auto !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  min-height: 46px !important;
  height: auto !important;
  margin: 0 !important;
  padding: 11px 14px !important;
}
.goldpeak-home-product__body {
  min-height: 252px;
}

/* Exactly five balanced category cards per desktop row. */
.goldpeak-category-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 14px !important;
}
.goldpeak-category-card {
  min-height: 132px !important;
  grid-template-columns: 66px minmax(0, 1fr) !important;
  gap: 12px !important;
  padding: 14px !important;
  border-radius: 22px !important;
}
.goldpeak-category-card__image {
  width: 66px !important;
  height: 66px !important;
  padding: 6px !important;
}
.goldpeak-category-card__image img {
  width: 100%;
  height: 100%;
  padding: 0 !important;
  object-fit: contain !important;
}
.goldpeak-category-card h3 {
  font-size: 13px !important;
  line-height: 1.28;
}
.goldpeak-category-card span {
  font-size: 10px !important;
}

/* Shop toolbar: stable control widths, visible select text and functional sorting. */
.goldpeak-shop-toolbar {
  grid-template-columns: minmax(175px, .48fr) minmax(0, 1.52fr) !important;
  align-items: center !important;
}
.goldpeak-shop-filter {
  grid-template-columns: minmax(190px, 1.3fr) minmax(125px, .72fr) minmax(125px, .72fr) minmax(210px, 1.18fr) auto !important;
  align-items: end;
}
.goldpeak-filter-field select,
.goldpeak-filter-field input {
  appearance: auto;
  -webkit-appearance: auto;
  color: var(--goldpeak-text) !important;
  opacity: 1 !important;
}
.goldpeak-filter-field select option {
  color: #101828 !important;
  background: #ffffff !important;
}
[data-theme="dark"] .goldpeak-filter-field select {
  color-scheme: dark;
}
[data-theme="dark"] .goldpeak-filter-field select option {
  color: #f8fafc !important;
  background: #10192b !important;
}
.goldpeak-filter-apply {
  color: #fff !important;
  border: 0 !important;
  background: linear-gradient(135deg, var(--goldpeak-primary), var(--goldpeak-primary-2)) !important;
  box-shadow: var(--goldpeak-glow) !important;
  cursor: pointer;
}
.goldpeak-filter-apply:hover {
  filter: saturate(1.1);
  transform: translateY(-2px);
}

/* Pagination remains compact and visually connected to the catalogue. */
.woocommerce nav.woocommerce-pagination ul,
.woocommerce-pagination ul.page-numbers {
  max-width: min(100%, 760px);
}
.woocommerce nav.woocommerce-pagination ul li a.next,
.woocommerce nav.woocommerce-pagination ul li a.prev {
  min-width: 50px;
}

/* Logged-out My Account: a single polished sign-in and registration destination. */
.woocommerce-account:not(.logged-in) .goldpeak-commerce-content > .woocommerce {
  max-width: 1180px;
  margin-inline: auto;
}
.woocommerce-account:not(.logged-in) .goldpeak-account-intro {
  margin-bottom: 18px;
  padding: 24px 28px;
}
.goldpeak-auth-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 1180px;
  margin: 0 auto 24px;
}
.goldpeak-auth-benefits > div {
  min-height: 142px;
  padding: 20px;
  border: 1px solid var(--goldpeak-line);
  border-radius: 22px;
  background: linear-gradient(145deg, var(--goldpeak-glass-strong), var(--goldpeak-glass));
  box-shadow: var(--goldpeak-shadow-soft);
  -webkit-backdrop-filter: blur(20px) saturate(145%);
  backdrop-filter: blur(20px) saturate(145%);
}
.goldpeak-auth-benefits span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  margin-bottom: 16px;
  border-radius: 11px;
  color: #fff;
  background: linear-gradient(135deg, var(--goldpeak-primary), var(--goldpeak-primary-2));
  box-shadow: var(--goldpeak-glow);
  font-size: 10px;
  font-weight: 850;
}
.goldpeak-auth-benefits strong,
.goldpeak-auth-benefits small {
  display: block;
}
.goldpeak-auth-benefits strong {
  color: var(--goldpeak-heading);
  font-size: 15px;
}
.goldpeak-auth-benefits small {
  margin-top: 7px;
  color: var(--goldpeak-muted);
  line-height: 1.55;
}
.woocommerce-account:not(.logged-in) .u-columns.col2-set {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  grid-template-areas: "login register" !important;
  gap: 24px !important;
  align-items: stretch !important;
  max-width: 1180px !important;
  margin: 0 auto !important;
}
.woocommerce-account:not(.logged-in) .u-column1 {
  grid-area: login !important;
}
.woocommerce-account:not(.logged-in) .u-column2 {
  grid-area: register !important;
}
.woocommerce-account:not(.logged-in) .u-column1,
.woocommerce-account:not(.logged-in) .u-column2 {
  width: auto !important;
  float: none !important;
  display: flex !important;
  flex-direction: column;
  min-width: 0;
  padding: 0 !important;
}
.woocommerce-account:not(.logged-in) .u-column1 > h2,
.woocommerce-account:not(.logged-in) .u-column2 > h2 {
  margin: 0 0 12px;
  padding-left: 6px;
  color: var(--goldpeak-heading);
  font-size: clamp(25px, 2.4vw, 34px);
  letter-spacing: -.04em;
}
.woocommerce-account:not(.logged-in) form.login,
.woocommerce-account:not(.logged-in) form.register {
  flex: 1;
  min-height: 480px;
  display: flex;
  flex-direction: column;
  margin: 0 !important;
  padding: clamp(26px, 3.5vw, 42px) !important;
  border-radius: 28px !important;
  background: linear-gradient(145deg, var(--goldpeak-glass-strong), var(--goldpeak-glass)) !important;
  -webkit-backdrop-filter: blur(24px) saturate(150%);
  backdrop-filter: blur(24px) saturate(150%);
}
.woocommerce-account:not(.logged-in) form.login .form-row:last-of-type,
.woocommerce-account:not(.logged-in) form.register .form-row:last-of-type {
  margin-top: auto;
}
.woocommerce-account:not(.logged-in) form.login .button,
.woocommerce-account:not(.logged-in) form.register .button {
  min-width: 150px;
  min-height: 50px;
}
.woocommerce-account:not(.logged-in) .woocommerce-form-login__rememberme {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-left: 12px;
}

/* Signed-in dashboard: stronger hierarchy and useful glass cards. */
.woocommerce-account.logged-in .woocommerce {
  gap: 24px !important;
}
.woocommerce-account .woocommerce-MyAccount-content {
  background: linear-gradient(145deg, var(--goldpeak-glass-strong), var(--goldpeak-glass)) !important;
  -webkit-backdrop-filter: blur(24px) saturate(150%);
  backdrop-filter: blur(24px) saturate(150%);
}
.goldpeak-account-welcome {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin: 0 0 22px;
  padding: 24px;
  border: 1px solid var(--goldpeak-line);
  border-radius: 22px;
  background: linear-gradient(135deg, color-mix(in srgb, var(--goldpeak-primary) 8%, var(--goldpeak-surface-2)), color-mix(in srgb, var(--goldpeak-primary-2) 9%, var(--goldpeak-surface-2)));
  box-shadow: var(--goldpeak-shadow-soft);
}
.goldpeak-account-welcome h2 {
  margin: 5px 0 6px;
  color: var(--goldpeak-heading);
  font-size: clamp(25px, 3vw, 38px);
}
.goldpeak-account-welcome p {
  max-width: 650px;
  margin: 0;
  color: var(--goldpeak-muted);
}
.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--dashboard a::before { content: "⌂"; font-size: 13px; }
.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--orders a::before { content: "▣"; font-size: 11px; }
.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--downloads a::before { content: "↓"; font-size: 13px; }
.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--edit-address a::before { content: "⌖"; font-size: 13px; }
.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--edit-account a::before { content: "◉"; font-size: 12px; }
.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout a::before { content: "↗"; font-size: 12px; }

/* Classic checkout: two columns at normal desktop/tablet widths, no empty right-hand desert. */
.woocommerce-checkout form.checkout {
  display: grid !important;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, .92fr) !important;
  grid-template-areas:
    "customer review-title"
    "customer review" !important;
  column-gap: 26px !important;
  row-gap: 12px !important;
  align-items: start !important;
}
.woocommerce-checkout #customer_details {
  grid-area: customer !important;
  grid-column: auto !important;
  grid-row: 1 / span 2 !important;
  align-self: start;
}
.woocommerce-checkout #order_review_heading {
  grid-area: review-title !important;
  grid-column: auto !important;
  grid-row: auto !important;
  align-self: end;
  margin: 0 !important;
  padding: 0 7px 2px !important;
}
.woocommerce-checkout #order_review {
  grid-area: review !important;
  grid-column: auto !important;
  grid-row: auto !important;
  position: sticky !important;
  top: 155px !important;
  margin: 0 !important;
  align-self: start;
}
.woocommerce-checkout #customer_details .col-1,
.woocommerce-checkout #customer_details .col-2,
.woocommerce-checkout-review-order,
.woocommerce-checkout #payment {
  border-radius: 24px !important;
}
.woocommerce-checkout #customer_details .col-2:empty {
  display: none;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px 14px;
}
.woocommerce-checkout .form-row-wide,
.woocommerce-checkout .address-field,
.woocommerce-checkout #billing_country_field,
.woocommerce-checkout #billing_address_1_field,
.woocommerce-checkout #billing_address_2_field,
.woocommerce-checkout #shipping_country_field,
.woocommerce-checkout #shipping_address_1_field,
.woocommerce-checkout #shipping_address_2_field {
  grid-column: 1 / -1;
}

/* Keep block checkout/cart image radius and surfaces aligned with classic checkout. */
.wc-block-components-order-summary-item__image img,
.wc-block-cart-item__image img,
.wc-block-components-product-image img {
  border-radius: 15px !important;
}

@media (max-width: 1320px) {
  .goldpeak-category-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
  .goldpeak-shop-filter {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
  .goldpeak-shop-filter__actions {
    grid-column: 1 / -1;
    justify-content: flex-end;
  }
}

@media (max-width: 1080px) {
  .goldpeak-category-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
  .goldpeak-shop-toolbar {
    grid-template-columns: 1fr !important;
  }
  .woocommerce-checkout form.checkout {
    grid-template-columns: minmax(0, 1fr) minmax(320px, .88fr) !important;
  }
  .woocommerce-account.logged-in .woocommerce {
    grid-template-columns: 230px minmax(0, 1fr) !important;
  }
}

@media (max-width: 860px) {
  .goldpeak-category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .goldpeak-auth-benefits {
    grid-template-columns: 1fr;
  }
  .goldpeak-auth-benefits > div {
    min-height: 0;
  }
  .woocommerce-account:not(.logged-in) .u-columns.col2-set {
    grid-template-columns: 1fr !important;
    grid-template-areas: "login" "register" !important;
  }
  .woocommerce-account:not(.logged-in) form.login,
  .woocommerce-account:not(.logged-in) form.register {
    min-height: 0;
  }
  .woocommerce-checkout form.checkout {
    grid-template-columns: 1fr !important;
    grid-template-areas: "customer" "review-title" "review" !important;
  }
  .woocommerce-checkout #customer_details {
    grid-row: auto !important;
  }
  .woocommerce-checkout #order_review {
    position: static !important;
    top: auto !important;
  }
  .woocommerce-account.logged-in .woocommerce {
    grid-template-columns: 1fr !important;
    grid-template-areas: "account-nav" "account-content" !important;
  }
  .goldpeak-account-welcome {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 720px) {
  .goldpeak-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .goldpeak-category-card {
    min-height: 126px !important;
    grid-template-columns: 56px minmax(0, 1fr) !important;
  }
  .goldpeak-category-card__image {
    width: 56px !important;
    height: 56px !important;
  }
  .goldpeak-shop-filter {
    grid-template-columns: 1fr !important;
  }
  .goldpeak-shop-filter__actions {
    grid-column: auto;
  }
  .woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
  .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper {
    grid-template-columns: 1fr;
  }
  .woocommerce-checkout .form-row {
    grid-column: 1 !important;
  }
}

@media (max-width: 430px) {
  .goldpeak-category-card {
    grid-template-columns: 1fr !important;
  }
}


/* ===== v2.3-experience.css ===== */
/*
 * GOLDPEAK Liquid Glass Commerce 2.3
 * Timed product stories, unified page introductions, refined media, and organised customer access.
 */

/* Refined media: rounded, not circular or over-clipped. */
.goldpeak-hero-product,
.goldpeak-hero-product img,
.goldpeak-hero__custom-image,
.goldpeak-deal-banner__image,
.goldpeak-deal-banner__image img,
.goldpeak-home-product__media,
.goldpeak-home-product__media img,
.woocommerce .goldpeak-product-media,
.woocommerce .goldpeak-product-media img,
.woocommerce div.product div.images,
.woocommerce div.product div.images img {
  border-radius: 16px !important;
}
.goldpeak-best-list__item img {
  width: 62px !important;
  height: 62px !important;
  border-radius: 11px !important;
  padding: 3px;
  object-fit: contain;
  background: color-mix(in srgb,var(--goldpeak-surface-2) 88%,transparent) !important;
}
html[data-theme="dark"] .goldpeak-best-list__item img,
html[data-theme="dark"] .goldpeak-hero-product img,
html[data-theme="dark"] .goldpeak-deal-banner__image img {
  border-color: rgba(255,255,255,.10);
  box-shadow: 0 10px 24px rgba(0,0,0,.22);
}
.goldpeak-best-list { border-radius: 18px !important; overflow: hidden; }
.goldpeak-best-list__item { border-radius: 12px; padding-inline: 8px; }
.goldpeak-best-list__item:hover { background: color-mix(in srgb,var(--goldpeak-primary) 7%,transparent); }

/* Shared premium introduction for About, Blog, Insurance and Shop. */
.goldpeak-inner-hero {
  min-height: 260px;
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  align-items: center;
  gap: 30px;
  margin: 8px 0 30px;
  padding: clamp(32px,5vw,64px);
  overflow: hidden;
  position: relative;
  background:
    radial-gradient(circle at 88% 18%,color-mix(in srgb,var(--goldpeak-primary-2) 18%,transparent),transparent 32%),
    radial-gradient(circle at 8% 95%,color-mix(in srgb,var(--goldpeak-accent) 10%,transparent),transparent 30%),
    linear-gradient(145deg,var(--goldpeak-glass-strong),var(--goldpeak-glass));
}
.goldpeak-inner-hero::after {
  content:"";
  position:absolute;
  width:300px;
  height:300px;
  right:-120px;
  bottom:-190px;
  border:42px solid color-mix(in srgb,var(--goldpeak-primary) 8%,transparent);
  border-radius:50%;
}
.goldpeak-inner-hero__copy { position:relative; z-index:2; }
.goldpeak-inner-hero h1 {
  max-width: 900px;
  margin: 18px 0 12px;
  font-size: clamp(42px,5vw,72px);
  line-height: .98;
  color: var(--goldpeak-heading);
}
.goldpeak-inner-hero p { max-width:780px; margin:0; color:var(--goldpeak-muted); font-size:clamp(15px,1.5vw,19px); line-height:1.7; }
.goldpeak-inner-hero__assurance {
  min-width: 230px;
  position:relative;
  z-index:2;
  display:flex;
  align-items:center;
  gap:14px;
  padding:18px 20px;
  border:1px solid var(--goldpeak-line);
  border-radius:20px;
  background:color-mix(in srgb,var(--goldpeak-glass-strong) 92%,transparent);
  box-shadow:var(--goldpeak-shadow-soft);
  backdrop-filter:blur(18px);
}
.goldpeak-inner-hero__assurance-icon { width:46px;height:46px;display:grid;place-items:center;border-radius:15px;color:var(--goldpeak-primary);background:var(--goldpeak-surface-2);box-shadow:var(--goldpeak-shadow-inset); }
.goldpeak-inner-hero__assurance-icon .goldpeak-icon { width:24px;height:24px; }
.goldpeak-inner-hero__assurance strong,.goldpeak-inner-hero__assurance small { display:block; }
.goldpeak-inner-hero__assurance strong { color:var(--goldpeak-heading);font-size:14px; }
.goldpeak-inner-hero__assurance small { margin-top:4px;color:var(--goldpeak-muted);font-size:11px; }
.goldpeak-shop-main > .goldpeak-container > h1.woocommerce-products-header__title,
.woocommerce-products-header { display:none !important; }

/* Timed opening cards. */
.goldpeak-timed-showcase { position:relative; }
.goldpeak-timed-controls { display:flex;align-items:center;gap:8px; }
.goldpeak-timed-controls button {
  min-width:44px;height:44px;padding:0 14px;border:1px solid var(--goldpeak-line);border-radius:14px;color:var(--goldpeak-heading);background:var(--goldpeak-surface-2);box-shadow:var(--goldpeak-shadow-soft);font-weight:800;cursor:pointer;
}
.goldpeak-timed-controls [data-timed-toggle] { min-width:78px; }
.goldpeak-timed-controls .is-paused { display:none; }
.goldpeak-timed-showcase.is-paused .is-playing { display:none; }
.goldpeak-timed-showcase.is-paused .is-paused { display:inline; }
.goldpeak-timed-stage {
  min-height: 560px;
  display:grid;
  grid-template-columns:minmax(300px,.78fr) minmax(0,1.22fr);
  gap:24px;
  padding:clamp(24px,4vw,48px);
  overflow:hidden;
  background:
    radial-gradient(circle at 82% 15%,color-mix(in srgb,var(--goldpeak-primary-2) 14%,transparent),transparent 33%),
    radial-gradient(circle at 18% 88%,color-mix(in srgb,var(--goldpeak-accent) 11%,transparent),transparent 30%),
    linear-gradient(145deg,var(--goldpeak-glass-strong),var(--goldpeak-glass));
}
.goldpeak-timed-details { min-width:0;display:flex;flex-direction:column;justify-content:center;position:relative;z-index:3; }
.goldpeak-timed-detail { animation:goldpeak-detail-in .55s cubic-bezier(.2,.8,.2,1) both; }
.goldpeak-timed-detail[hidden] { display:none; }
.goldpeak-timed-detail h3 { margin:12px 0 14px;font-size:clamp(34px,4vw,58px);line-height:1.02;color:var(--goldpeak-heading); }
.goldpeak-timed-detail p { margin:0 0 24px;color:var(--goldpeak-muted);font-size:16px;line-height:1.7; }
.goldpeak-timed-detail__footer { display:flex;align-items:center;gap:18px;flex-wrap:wrap; }
.goldpeak-timed-price { color:var(--goldpeak-primary);font-size:clamp(20px,2vw,30px);font-weight:900; }
.goldpeak-timed-progress { width:100%;height:5px;margin-top:34px;border-radius:99px;overflow:hidden;background:color-mix(in srgb,var(--goldpeak-line-strong) 70%,transparent); }
.goldpeak-timed-progress span { display:block;width:0;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--goldpeak-primary),var(--goldpeak-primary-2),var(--goldpeak-accent)); }
.goldpeak-timed-showcase.is-running .goldpeak-timed-progress span { animation:goldpeak-timed-progress var(--goldpeak-timed-duration,5.2s) linear forwards; }
.goldpeak-timed-card-stack { min-height:455px;position:relative;perspective:1300px; }
.goldpeak-timed-card {
  position:absolute;
  inset:50% auto auto 50%;
  width:min(440px,70%);
  aspect-ratio:4/5;
  padding:0;
  overflow:hidden;
  border:1px solid var(--goldpeak-line);
  border-radius:22px;
  background:var(--goldpeak-surface-2);
  box-shadow:0 28px 70px rgba(13,27,52,.24);
  cursor:pointer;
  transform-origin:50% 100%;
  transition:transform .65s cubic-bezier(.2,.8,.2,1),opacity .45s ease,filter .45s ease,z-index 0s;
}
.goldpeak-timed-card__image { position:absolute;inset:0;display:block;background:linear-gradient(145deg,var(--goldpeak-surface-2),var(--goldpeak-surface-3)); }
.goldpeak-timed-card__image img { width:100%;height:100%;object-fit:contain;padding:24px;border-radius:18px !important; }
.goldpeak-timed-card__label { position:absolute;left:14px;right:14px;bottom:14px;display:flex;align-items:center;gap:10px;padding:12px 14px;border:1px solid var(--goldpeak-line);border-radius:16px;background:color-mix(in srgb,var(--goldpeak-glass-strong) 92%,transparent);backdrop-filter:blur(18px);text-align:left; }
.goldpeak-timed-card__label small { width:30px;height:30px;display:grid;place-items:center;border-radius:10px;color:#fff;background:linear-gradient(135deg,var(--goldpeak-primary),var(--goldpeak-primary-2) 58%,var(--goldpeak-accent));font-weight:900; }
.goldpeak-timed-card__label strong { min-width:0;color:var(--goldpeak-heading);font-size:12px;line-height:1.3; }
.goldpeak-timed-card:nth-child(1){transform:translate(-61%,-51%) rotate(-11deg) scale(.86);z-index:1;opacity:.72;}
.goldpeak-timed-card:nth-child(2){transform:translate(-54%,-52%) rotate(-5deg) scale(.91);z-index:2;opacity:.82;}
.goldpeak-timed-card:nth-child(3){transform:translate(-50%,-52%) rotate(0) scale(.96);z-index:3;opacity:.9;}
.goldpeak-timed-card:nth-child(4){transform:translate(-46%,-52%) rotate(5deg) scale(.91);z-index:2;opacity:.82;}
.goldpeak-timed-card:nth-child(5){transform:translate(-39%,-51%) rotate(11deg) scale(.86);z-index:1;opacity:.72;}
.goldpeak-timed-card.is-active { transform:translate(-50%,-52%) rotate(0) scale(1.02) !important;z-index:8!important;opacity:1!important;filter:none; }
@keyframes goldpeak-detail-in { from{opacity:0;transform:translateY(20px)} to{opacity:1;transform:none} }
@keyframes goldpeak-timed-progress { to{width:100%} }

/* Journal and content pages. */
.goldpeak-journal-toolbar { display:flex;justify-content:space-between;align-items:center;gap:18px;margin-bottom:18px;padding:18px 22px;border-radius:18px; }
.goldpeak-journal-toolbar strong { color:var(--goldpeak-heading); }
.goldpeak-journal-toolbar span { color:var(--goldpeak-muted);font-size:12px; }
.goldpeak-post-card__image,.goldpeak-post-card__image img { border-radius:16px !important; }
.goldpeak-post-card__image { overflow:hidden; }
.goldpeak-post-card__image img { width:100%;height:100%;object-fit:cover;transition:transform .45s ease; }
.goldpeak-post-card:hover .goldpeak-post-card__image img { transform:scale(1.035); }
.navigation.pagination .nav-links,.page-numbers { display:flex;flex-wrap:wrap;justify-content:center;gap:8px;list-style:none;padding:0; }
.navigation.pagination .page-numbers,.page-numbers li > * { min-width:42px;height:42px;display:grid;place-items:center;padding:0 12px;border:1px solid var(--goldpeak-line);border-radius:13px;background:var(--goldpeak-surface-2);box-shadow:var(--goldpeak-shadow-soft);color:var(--goldpeak-text);font-weight:800; }
.navigation.pagination .current,.page-numbers li > .current { color:#fff;background:linear-gradient(135deg,var(--goldpeak-primary),var(--goldpeak-primary-2) 58%,var(--goldpeak-accent)); }
.goldpeak-insurance-grid { display:grid;grid-template-columns:minmax(0,1.3fr) minmax(300px,.7fr);gap:22px;align-items:start; }
.goldpeak-insurance-main { padding:clamp(26px,4vw,48px); }
.goldpeak-insurance-aside { display:grid;gap:15px; }
.goldpeak-insurance-aside .goldpeak-value-card { padding:24px; }

/* Unified authentication experience with a Goldpeak-owned brand assembly. */
.woocommerce-account:not(.logged-in) .goldpeak-commerce-content { max-width:1240px;margin-inline:auto; }
.woocommerce-account:not(.logged-in) .goldpeak-commerce-content > .woocommerce { max-width:none; }
.goldpeak-auth-experience { display:grid;gap:24px; }
.goldpeak-auth-stage {
  min-height:340px;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(300px,.8fr);
  align-items:center;
  gap:28px;
  padding:clamp(28px,5vw,58px);
  overflow:hidden;
  background:
    radial-gradient(circle at 80% 25%,color-mix(in srgb,var(--goldpeak-primary-2) 20%,transparent),transparent 34%),
    radial-gradient(circle at 20% 90%,color-mix(in srgb,var(--goldpeak-accent) 12%,transparent),transparent 30%),
    linear-gradient(145deg,var(--goldpeak-glass-strong),var(--goldpeak-glass));
}
.goldpeak-auth-stage__copy h2 { margin:12px 0 14px;max-width:680px;font-size:clamp(34px,4vw,58px);line-height:1.02;color:var(--goldpeak-heading); }
.goldpeak-auth-stage__copy p { max-width:650px;margin:0;color:var(--goldpeak-muted);line-height:1.7; }
.goldpeak-auth-brand-scene { min-height:260px;position:relative;display:grid;place-items:center;isolation:isolate; }
.goldpeak-auth-brand-core { position:relative;z-index:3;width:168px;aspect-ratio:1;display:grid;place-items:center;border-radius:50%;background:var(--goldpeak-surface);box-shadow:0 24px 48px rgba(20,42,84,.22);animation:goldpeak-brand-arrive .72s cubic-bezier(.16,1,.3,1) both; }
.goldpeak-auth-brand-core img { position:relative;z-index:2;width:126px;height:126px;object-fit:contain; }
.goldpeak-auth-brand-halo { position:absolute;inset:-17px;border:2px solid color-mix(in srgb,var(--goldpeak-primary) 34%,transparent);border-radius:50%;box-shadow:0 18px 50px color-mix(in srgb,var(--goldpeak-primary) 18%,transparent);animation:goldpeak-brand-halo .82s .08s cubic-bezier(.16,1,.3,1) both; }
.goldpeak-auth-token { --token-x:0px;--token-y:0px;position:absolute;z-index:4;width:54px;height:54px;display:grid;place-items:center;border-radius:16px;color:var(--goldpeak-primary);background:var(--goldpeak-surface);box-shadow:0 14px 30px rgba(20,42,84,.17);opacity:1;transform:translate(var(--token-x),var(--token-y));animation:goldpeak-token-arrive .64s .3s cubic-bezier(.16,1,.3,1) both; }
.goldpeak-auth-token .goldpeak-icon { width:26px;height:26px; }
.goldpeak-auth-token--user { --token-x:-103px;--token-y:-82px; }
.goldpeak-auth-token--shield { --token-x:101px;--token-y:-65px;animation-delay:.39s; }
.goldpeak-auth-token--cart { --token-x:88px;--token-y:76px;animation-delay:.48s; }
.goldpeak-auth-orbit { position:absolute;border:1px solid color-mix(in srgb,var(--goldpeak-primary) 22%,transparent);border-radius:50%;animation:goldpeak-ring-arrive .82s .12s cubic-bezier(.16,1,.3,1) both; }
.goldpeak-auth-orbit--one { width:230px;height:230px; }
.goldpeak-auth-orbit--two { width:292px;height:292px;border-style:dashed;animation-delay:.2s; }
@keyframes goldpeak-brand-arrive { from{opacity:.25;filter:blur(8px);transform:scale(.72) rotate(-8deg)} to{opacity:1;filter:none;transform:none} }
@keyframes goldpeak-brand-halo { from{opacity:0;clip-path:circle(0 at 50% 50%);transform:scale(.78)} to{opacity:1;clip-path:circle(72% at 50% 50%);transform:none} }
@keyframes goldpeak-ring-arrive { from{opacity:0;transform:scale(.68)} to{opacity:1;transform:none} }
@keyframes goldpeak-token-arrive { from{opacity:0;transform:translate(0,18px) scale(.72)} to{opacity:1;transform:translate(var(--token-x),var(--token-y)) scale(1)} }

.woocommerce-account:not(.logged-in) .goldpeak-auth-panels.u-columns.col2-set { display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:22px!important;align-items:stretch!important;max-width:none!important;margin:0!important; }
.goldpeak-auth-card { width:auto!important;float:none!important;min-width:0;padding:clamp(22px,3vw,34px)!important;border:1px solid var(--goldpeak-line);border-radius:26px;background:linear-gradient(145deg,var(--goldpeak-glass-strong),var(--goldpeak-glass));box-shadow:var(--goldpeak-shadow);backdrop-filter:blur(22px); }
.goldpeak-auth-card__head { display:flex;align-items:flex-start;gap:15px;margin-bottom:22px; }
.goldpeak-auth-card__head > span { flex:0 0 38px;width:38px;height:38px;display:grid;place-items:center;border-radius:12px;color:#fff;background:linear-gradient(135deg,var(--goldpeak-primary),var(--goldpeak-primary-2) 58%,var(--goldpeak-accent));box-shadow:var(--goldpeak-glow);font-size:11px;font-weight:900; }
.goldpeak-auth-card__head h2 { margin:0 0 5px!important;padding:0!important;font-size:clamp(25px,2.4vw,34px)!important;color:var(--goldpeak-heading); }
.goldpeak-auth-card__head p { margin:0;color:var(--goldpeak-muted);font-size:13px;line-height:1.5; }
.woocommerce-account:not(.logged-in) .goldpeak-auth-card form.login,
.woocommerce-account:not(.logged-in) .goldpeak-auth-card form.register { min-height:0!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;background:none!important;box-shadow:none!important;backdrop-filter:none!important; }
.goldpeak-register-name-grid { display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px; }
.goldpeak-register-name-grid .form-row { width:auto!important;float:none!important; }
.goldpeak-auth-card .form-row { margin-bottom:14px!important; }
.goldpeak-auth-card label { display:block;margin-bottom:7px;color:var(--goldpeak-heading);font-size:12px;font-weight:800; }
.goldpeak-auth-card input.input-text { min-height:52px; }
.goldpeak-auth-card__actions { display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap;margin:4px 0 18px; }
.goldpeak-lost-password { color:var(--goldpeak-primary);font-size:12px;font-weight:800; }
.goldpeak-registration-note { padding:13px 15px;border:1px solid var(--goldpeak-line);border-radius:14px;color:var(--goldpeak-muted);background:color-mix(in srgb,var(--goldpeak-primary) 5%,transparent);font-size:12px;line-height:1.55; }
.goldpeak-auth-card .button { min-width:190px;justify-content:center; }
.goldpeak-inline-verification { max-width:760px;margin:0 auto; }
.goldpeak-inline-verification .goldpeak-verify-shell { padding:0; }
.goldpeak-inline-verification .goldpeak-verify-card { max-width:none; }

/* Signed-in My Account: fixed two-column shell with organised dashboard. */
.woocommerce-account.logged-in .goldpeak-commerce-content > .woocommerce {
  display:grid!important;
  grid-template-columns:250px minmax(0,1fr)!important;
  grid-template-areas:"account-nav account-content"!important;
  gap:22px!important;
  align-items:start!important;
}
.woocommerce-account.logged-in .woocommerce-MyAccount-navigation { grid-area:account-nav;position:sticky;top:155px;width:auto!important;float:none!important; }
.woocommerce-account.logged-in .woocommerce-MyAccount-content { grid-area:account-content;width:auto!important;float:none!important;min-width:0;min-height:0!important;padding:0!important;border:0!important;background:none!important;box-shadow:none!important;backdrop-filter:none!important; }
.woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul { display:grid!important;grid-template-columns:1fr!important;gap:7px!important;overflow:visible!important;padding:12px!important;border-radius:22px; }
.woocommerce-account.logged-in .woocommerce-MyAccount-navigation li { min-width:0; }
.woocommerce-account.logged-in .woocommerce-MyAccount-navigation li a { min-height:48px;display:flex;align-items:center;gap:10px;padding:10px 12px!important;border-radius:13px;font-size:12px; }
.woocommerce-account.logged-in .woocommerce-MyAccount-navigation li a::before { width:28px;height:28px;display:grid;place-items:center;border-radius:9px;background:color-mix(in srgb,var(--goldpeak-primary) 9%,var(--goldpeak-surface-2));color:var(--goldpeak-primary); }
.goldpeak-dashboard { display:grid;gap:18px; }
.goldpeak-dashboard-welcome { display:flex;justify-content:space-between;align-items:center;gap:22px;padding:clamp(24px,3vw,38px);border:1px solid var(--goldpeak-line);border-radius:26px;background:radial-gradient(circle at 90% 20%,color-mix(in srgb,var(--goldpeak-primary-2) 16%,transparent),transparent 35%),linear-gradient(145deg,var(--goldpeak-glass-strong),var(--goldpeak-glass));box-shadow:var(--goldpeak-shadow); }
.goldpeak-dashboard-welcome h2 { margin:8px 0 7px;font-size:clamp(30px,3vw,44px);color:var(--goldpeak-heading); }
.goldpeak-dashboard-welcome p { max-width:680px;margin:0;color:var(--goldpeak-muted); }
.goldpeak-dashboard-stats { display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px; }
.goldpeak-dashboard-stats > a { display:flex;align-items:center;gap:14px;padding:20px;border:1px solid var(--goldpeak-line);border-radius:20px;background:linear-gradient(145deg,var(--goldpeak-glass-strong),var(--goldpeak-glass));box-shadow:var(--goldpeak-shadow-soft); }
.goldpeak-dashboard-stats > a > span { width:46px;height:46px;display:grid;place-items:center;border-radius:15px;color:var(--goldpeak-primary);background:var(--goldpeak-surface-2);box-shadow:var(--goldpeak-shadow-inset); }
.goldpeak-dashboard-stats .goldpeak-icon { width:23px;height:23px; }
.goldpeak-dashboard-stats strong,.goldpeak-dashboard-stats small { display:block; }
.goldpeak-dashboard-stats strong { color:var(--goldpeak-heading);font-size:19px; }
.goldpeak-dashboard-stats small { color:var(--goldpeak-muted);font-size:11px; }
.goldpeak-dashboard-grid { display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);gap:18px; }
.goldpeak-dashboard-panel { padding:24px;border:1px solid var(--goldpeak-line);border-radius:24px;background:linear-gradient(145deg,var(--goldpeak-glass-strong),var(--goldpeak-glass));box-shadow:var(--goldpeak-shadow-soft); }
.goldpeak-dashboard-panel__head { display:flex;align-items:end;justify-content:space-between;gap:15px;margin-bottom:18px; }
.goldpeak-dashboard-panel__head h3 { margin:5px 0 0;color:var(--goldpeak-heading);font-size:24px; }
.goldpeak-dashboard-panel__head > a { color:var(--goldpeak-primary);font-size:12px;font-weight:800; }
.goldpeak-dashboard-order-list { display:grid; }
.goldpeak-dashboard-order-list > a { display:grid;grid-template-columns:58px minmax(0,1fr) auto;align-items:center;gap:13px;padding:14px 0;border-bottom:1px solid var(--goldpeak-line); }
.goldpeak-dashboard-order-list > a:last-child { border-bottom:0; }
.goldpeak-dashboard-order-id { width:52px;height:52px;display:grid;place-items:center;border-radius:15px;color:var(--goldpeak-primary);background:var(--goldpeak-surface-2);box-shadow:var(--goldpeak-shadow-inset);font-size:11px;font-weight:900; }
.goldpeak-dashboard-order-list strong,.goldpeak-dashboard-order-list small { display:block; }
.goldpeak-dashboard-order-list strong { color:var(--goldpeak-heading); }
.goldpeak-dashboard-order-list small { margin-top:4px;color:var(--goldpeak-muted);font-size:11px; }
.goldpeak-dashboard-order-list b { color:var(--goldpeak-primary);font-size:12px; }
.goldpeak-dashboard-action-grid { display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px; }
.goldpeak-dashboard-action-grid a { min-height:150px;display:flex;flex-direction:column;align-items:flex-start;padding:18px;border:1px solid var(--goldpeak-line);border-radius:18px;background:var(--goldpeak-surface-2);box-shadow:var(--goldpeak-shadow-soft); }
.goldpeak-dashboard-action-grid a > span { width:40px;height:40px;display:grid;place-items:center;margin-bottom:auto;border-radius:13px;color:var(--goldpeak-primary);background:var(--goldpeak-glass-strong); }
.goldpeak-dashboard-action-grid .goldpeak-icon { width:21px;height:21px; }
.goldpeak-dashboard-action-grid strong { margin-top:15px;color:var(--goldpeak-heading); }
.goldpeak-dashboard-action-grid small { margin-top:4px;color:var(--goldpeak-muted);font-size:10px; }
.goldpeak-dashboard-empty { min-height:210px;display:grid;place-items:center;text-align:center;align-content:center; }
.goldpeak-dashboard-empty > span { width:55px;height:55px;display:grid;place-items:center;border-radius:18px;color:var(--goldpeak-primary);background:var(--goldpeak-surface-2); }
.goldpeak-dashboard-empty h4 { margin:12px 0 4px;color:var(--goldpeak-heading); }
.goldpeak-dashboard-empty p { margin:0;color:var(--goldpeak-muted); }

/* Checkout stability: remove the vertical void and keep order review aligned. */
.woocommerce-checkout .goldpeak-commerce-content { min-height:0!important; }
.woocommerce-checkout form.checkout {
  display:grid!important;
  grid-template-columns:minmax(0,1.06fr) minmax(360px,.94fr)!important;
  grid-template-areas:"customer review-title" "customer review"!important;
  align-items:start!important;
  gap:12px 24px!important;
}
.woocommerce-checkout #customer_details { grid-area:customer!important;grid-row:1 / span 2!important;display:grid!important;gap:18px!important; }
.woocommerce-checkout #order_review_heading { grid-area:review-title!important;margin:0 0 4px!important;padding:0 4px!important;align-self:end!important; }
.woocommerce-checkout #order_review { grid-area:review!important;position:sticky!important;top:155px!important;margin:0!important; }
.woocommerce-checkout #customer_details .col-1,.woocommerce-checkout #customer_details .col-2 { height:auto!important;min-height:0!important; }
.woocommerce-checkout #customer_details .col-2:empty { display:none!important; }

@media (prefers-reduced-motion: reduce) {
  .goldpeak-timed-card,.goldpeak-timed-detail,.goldpeak-auth-brand-core,.goldpeak-auth-brand-halo,.goldpeak-auth-token,.goldpeak-auth-orbit,.goldpeak-timed-progress span { animation:none!important;transition:none!important; }
}

@media (max-width:1100px) {
  .goldpeak-timed-stage { grid-template-columns:1fr; }
  .goldpeak-timed-card-stack { min-height:430px; }
  .goldpeak-auth-stage { grid-template-columns:1fr; }
  .goldpeak-auth-brand-scene { min-height:250px; }
  .woocommerce-account.logged-in .goldpeak-commerce-content > .woocommerce { grid-template-columns:220px minmax(0,1fr)!important; }
  .goldpeak-dashboard-grid { grid-template-columns:1fr; }
}
@media (max-width:860px) {
  .goldpeak-inner-hero { grid-template-columns:1fr; }
  .goldpeak-inner-hero__assurance { justify-self:start; }
  .goldpeak-insurance-grid { grid-template-columns:1fr; }
  .woocommerce-account:not(.logged-in) .goldpeak-auth-panels.u-columns.col2-set { grid-template-columns:1fr!important; }
  .woocommerce-account.logged-in .goldpeak-commerce-content > .woocommerce { grid-template-columns:1fr!important;grid-template-areas:"account-nav" "account-content"!important; }
  .woocommerce-account.logged-in .woocommerce-MyAccount-navigation { position:static; }
  .woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul { grid-template-columns:repeat(3,minmax(0,1fr))!important; }
  .goldpeak-dashboard-welcome { align-items:flex-start;flex-direction:column; }
  .woocommerce-checkout form.checkout { grid-template-columns:1fr!important;grid-template-areas:"customer" "review-title" "review"!important; }
  .woocommerce-checkout #customer_details { grid-row:auto!important; }
  .woocommerce-checkout #order_review { position:static!important;top:auto!important; }
}
@media (max-width:680px) {
  .goldpeak-inner-hero { min-height:0;padding:28px 22px;border-radius:24px; }
  .goldpeak-inner-hero h1 { font-size:clamp(38px,12vw,56px); }
  .goldpeak-inner-hero__assurance { width:100%;min-width:0; }
  .goldpeak-timed-stage { min-height:0;padding:22px; }
  .goldpeak-timed-card-stack { min-height:340px; }
  .goldpeak-timed-card { width:min(290px,76%); }
  .goldpeak-timed-detail h3 { font-size:34px; }
  .goldpeak-auth-stage { padding:25px 20px; }
  .goldpeak-auth-brand-scene { min-height:220px;transform:scale(.88); }
  .goldpeak-register-name-grid { grid-template-columns:1fr; }
  .woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul { grid-template-columns:repeat(2,minmax(0,1fr))!important; }
  .goldpeak-dashboard-stats { grid-template-columns:1fr; }
  .goldpeak-dashboard-action-grid { grid-template-columns:1fr 1fr; }
  .goldpeak-dashboard-order-list > a { grid-template-columns:48px minmax(0,1fr); }
  .goldpeak-dashboard-order-list > a > b { grid-column:2; }
  .goldpeak-journal-toolbar { align-items:flex-start;flex-direction:column; }
}
@media (max-width:430px) {
  .woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul { grid-template-columns:1fr!important; }
  .goldpeak-dashboard-action-grid { grid-template-columns:1fr; }
  .goldpeak-timed-controls [data-timed-toggle] { display:none; }
}


/* ===== v2.4-stability.css ===== */
/*
 * GOLDPEAK Liquid Glass Commerce 2.4
 * Account stability, Site Kit presentation, store directory, form dropdowns and shared-hosting refinements.
 */

/* Keep product media softly rounded without turning thumbnails into bubbles. */
.goldpeak-best-list,
.goldpeak-best-list__item,
.goldpeak-best-list__item img,
html[data-theme="dark"] .goldpeak-best-list,
html[data-theme="dark"] .goldpeak-best-list__item,
html[data-theme="dark"] .goldpeak-best-list__item img {
  border-radius: 10px !important;
}
.goldpeak-best-list { overflow: visible !important; }
.goldpeak-best-list__item { padding: 10px 8px !important; }
.goldpeak-best-list__item img {
  width: 60px !important;
  height: 60px !important;
  padding: 4px !important;
  object-fit: contain !important;
  border: 1px solid var(--goldpeak-line) !important;
  background: var(--goldpeak-surface-2) !important;
}
.goldpeak-hero-product img,
.goldpeak-deal-banner__image img,
.goldpeak-timed-card__image img,
.goldpeak-home-product__media img,
.woocommerce ul.products li.product img,
.woocommerce div.product div.images img,
.woocommerce-cart-form img,
.woocommerce-checkout-review-order img {
  border-radius: 14px !important;
}

/* Account pages: hard containment prevents desktop/tablet overlap from Woo floats or legacy rules. */
.woocommerce-account .goldpeak-commerce-page > .goldpeak-container,
.woocommerce-account .goldpeak-commerce-content {
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
}
.woocommerce-account .goldpeak-commerce-content {
  padding-inline: clamp(0px, 1.4vw, 18px);
}
.woocommerce-account .goldpeak-commerce-content > .woocommerce {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  min-width: 0 !important;
  float: none !important;
  clear: both !important;
}
.woocommerce-account.logged-in .goldpeak-commerce-content > .woocommerce {
  display: grid !important;
  grid-template-columns: minmax(210px, 235px) minmax(0, 1fr) !important;
  grid-template-areas: "account-nav account-content" !important;
  gap: 24px !important;
  align-items: start !important;
}
.woocommerce-account.logged-in .woocommerce-MyAccount-navigation {
  grid-area: account-nav !important;
  order: 1 !important;
  position: sticky !important;
  top: 164px !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  overflow: visible !important;
}
.woocommerce-account.logged-in .woocommerce-MyAccount-content {
  grid-area: account-content !important;
  order: 2 !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  overflow: clip !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}
.woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul {
  width: 100% !important;
  max-width: 100% !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 7px !important;
  margin: 0 !important;
  padding: 12px !important;
}
.woocommerce-account.logged-in .woocommerce-MyAccount-navigation li,
.woocommerce-account.logged-in .woocommerce-MyAccount-navigation li a {
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
}
.goldpeak-dashboard,
.goldpeak-dashboard > *,
.goldpeak-dashboard-grid,
.goldpeak-dashboard-panel,
.goldpeak-dashboard-action-grid,
.goldpeak-dashboard-order-list {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}
.goldpeak-dashboard {
  display: grid !important;
  gap: 18px !important;
  overflow: hidden;
}
.goldpeak-dashboard-welcome {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 22px !important;
}
.goldpeak-dashboard-stats {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
.goldpeak-dashboard-grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, .92fr) !important;
  gap: 18px !important;
}
.goldpeak-dashboard-action-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.goldpeak-dashboard-action-grid a,
.goldpeak-dashboard-stats > a,
.goldpeak-dashboard-order-list > a {
  min-width: 0;
  overflow: hidden;
}
.goldpeak-dashboard-action-grid strong,
.goldpeak-dashboard-action-grid small,
.goldpeak-dashboard-order-list strong,
.goldpeak-dashboard-order-list small {
  overflow-wrap: anywhere;
}

/* Logged-out sign in/register: centred, balanced and compatible with Site Kit. */
.woocommerce-account:not(.logged-in) .goldpeak-commerce-content,
.woocommerce-account:not(.logged-in) .goldpeak-auth-experience,
.woocommerce-account:not(.logged-in) .goldpeak-auth-panels {
  width: 100%;
  max-width: 1180px !important;
  margin-inline: auto !important;
}
.woocommerce-account:not(.logged-in) .goldpeak-auth-experience {
  display: grid;
  gap: 22px;
}
.woocommerce-account:not(.logged-in) .goldpeak-auth-panels.u-columns.col2-set {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 22px !important;
  align-items: stretch !important;
}
.woocommerce-account:not(.logged-in) .goldpeak-auth-card,
.woocommerce-account:not(.logged-in) .goldpeak-auth-card form {
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
}
.woocommerce-account:not(.logged-in) .goldpeak-auth-card {
  display: flex !important;
  flex-direction: column !important;
  padding: clamp(22px, 3vw, 34px) !important;
  border: 1px solid var(--goldpeak-line);
  border-radius: 24px;
  background: linear-gradient(145deg, var(--goldpeak-glass-strong), var(--goldpeak-glass));
  box-shadow: var(--goldpeak-shadow);
  overflow: hidden;
}
.woocommerce-account:not(.logged-in) .goldpeak-auth-card form.login,
.woocommerce-account:not(.logged-in) .goldpeak-auth-card form.register {
  flex: 1;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}
.goldpeak-auth-card__head {
  min-height: 80px;
  margin-bottom: 18px;
}
.goldpeak-google-signin-slot {
  width: 100%;
  margin: 0 0 18px;
  padding: 14px;
  border: 1px solid var(--goldpeak-line);
  border-radius: 17px;
  background: color-mix(in srgb, var(--goldpeak-surface-2) 86%, transparent);
  box-shadow: var(--goldpeak-shadow-inset);
}
.goldpeak-google-signin-slot__label {
  display: block;
  margin: 0 0 10px;
  color: var(--goldpeak-muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.goldpeak-google-signin-slot .form-row,
.goldpeak-google-signin-slot .googlesitekit-sign-in-with-google__frontend-output-button,
.goldpeak-google-signin-slot > div,
.goldpeak-google-signin-slot > p {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: center;
}
.goldpeak-google-signin-slot iframe,
.goldpeak-google-signin-slot [role="button"] {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  border-radius: 13px !important;
}
.goldpeak-auth-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 18px;
  color: var(--goldpeak-muted);
  font-size: 11px;
  font-weight: 750;
  text-align: center;
}
.goldpeak-auth-divider::before,
.goldpeak-auth-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--goldpeak-line);
}
.goldpeak-auth-divider span { max-width: 230px; }

/* Native and Select2 dropdowns stay inside their fields in both modes. */
.woocommerce form .form-row,
.woocommerce .form-row,
.woocommerce .woocommerce-input-wrapper,
.woocommerce .select2-container {
  max-width: 100%;
  min-width: 0;
}
.woocommerce .select2-container {
  width: 100% !important;
  display: block;
}
.woocommerce .select2-container--default .select2-selection--single,
.woocommerce select,
.woocommerce form select {
  width: 100% !important;
  min-height: 52px !important;
  border: 1px solid var(--goldpeak-line) !important;
  border-radius: 15px !important;
  color: var(--goldpeak-text) !important;
  background: var(--goldpeak-surface-2) !important;
  box-shadow: var(--goldpeak-shadow-inset) !important;
}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {
  min-height: 50px;
  padding: 0 48px 0 16px !important;
  line-height: 50px !important;
  color: var(--goldpeak-text) !important;
}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 42px !important;
  height: 50px !important;
  right: 5px !important;
}
.select2-container--open { z-index: 999999 !important; }
.select2-dropdown {
  width: auto !important;
  min-width: min(420px, calc(100vw - 30px)) !important;
  max-width: min(620px, calc(100vw - 30px)) !important;
  overflow: hidden !important;
  border: 1px solid var(--goldpeak-line-strong) !important;
  border-radius: 16px !important;
  color: var(--goldpeak-text) !important;
  background: var(--goldpeak-surface-2) !important;
  box-shadow: 0 22px 58px rgba(4, 14, 32, .28) !important;
}
.select2-search--dropdown { padding: 10px !important; }
.select2-search--dropdown .select2-search__field {
  width: 100% !important;
  min-height: 44px !important;
  padding: 8px 13px !important;
  border: 1px solid var(--goldpeak-line) !important;
  border-radius: 12px !important;
  color: var(--goldpeak-text) !important;
  background: var(--goldpeak-surface) !important;
}
.select2-results__options { max-height: 250px !important; overflow-y: auto !important; }
.select2-results__option { min-height: 42px; padding: 10px 14px !important; color: var(--goldpeak-text) !important; }
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
  color: #fff !important;
  background: linear-gradient(135deg, var(--goldpeak-primary), var(--goldpeak-primary-2)) !important;
}
.select2-container--default .select2-results__option[aria-selected="true"],
.select2-container--default .select2-results__option[data-selected="true"] {
  color: var(--goldpeak-heading) !important;
  background: color-mix(in srgb, var(--goldpeak-primary) 12%, var(--goldpeak-surface-2)) !important;
}

/* Checkout stays compact and aligned. */
.woocommerce-checkout .goldpeak-commerce-content,
.woocommerce-checkout .goldpeak-commerce-content > .woocommerce {
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
  min-height: 0 !important;
}
.woocommerce-checkout form.checkout {
  display: grid !important;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr) !important;
  grid-template-areas: "customer review-title" "customer review" !important;
  gap: 10px 24px !important;
  align-items: start !important;
}
.woocommerce-checkout #customer_details {
  grid-area: customer !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 18px !important;
  min-width: 0 !important;
}
.woocommerce-checkout #order_review_heading {
  grid-area: review-title !important;
  align-self: end !important;
  margin: 0 0 5px !important;
  padding: 0 4px !important;
}
.woocommerce-checkout #order_review {
  grid-area: review !important;
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  position: sticky !important;
  top: 158px !important;
}
.woocommerce-checkout #customer_details .col-1,
.woocommerce-checkout #customer_details .col-2 {
  width: 100% !important;
  min-width: 0 !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  float: none !important;
}

/* Contact and store directory. */
.goldpeak-contact-hub {
  display: grid;
  grid-template-columns: minmax(300px, .8fr) minmax(0, 1.2fr);
  gap: 22px;
  align-items: stretch;
  margin-bottom: 52px;
}
.goldpeak-contact-primary,
.goldpeak-contact-content,
.goldpeak-stores-intro {
  padding: clamp(24px, 4vw, 42px);
}
.goldpeak-contact-primary h2,
.goldpeak-contact-content h2 { margin: 8px 0 12px; font-size: clamp(28px, 3vw, 44px); }
.goldpeak-contact-primary > p { color: var(--goldpeak-muted); }
.goldpeak-contact-actions { display: grid; gap: 12px; margin-top: 24px; }
.goldpeak-contact-action {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) auto;
  align-items: center;
  gap: 13px;
  min-height: 76px;
  padding: 13px;
  border: 1px solid var(--goldpeak-line);
  border-radius: 18px;
  background: var(--goldpeak-surface-2);
  box-shadow: var(--goldpeak-shadow-soft);
}
.goldpeak-contact-action__icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: var(--goldpeak-primary);
  background: var(--goldpeak-glass-strong);
  box-shadow: var(--goldpeak-shadow-inset);
}
.goldpeak-contact-action--whatsapp .goldpeak-contact-action__icon { color: #fff; background: #16bf68; }
.goldpeak-contact-action strong,
.goldpeak-contact-action small { display: block; }
.goldpeak-contact-action small { margin-top: 3px; color: var(--goldpeak-muted); font-size: 11px; }
.goldpeak-contact-store-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 20px;
}
.goldpeak-contact-store-card {
  min-width: 0;
  padding: 20px;
}
.goldpeak-contact-store-card > span,
.goldpeak-store-card__index {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(135deg, var(--goldpeak-primary), var(--goldpeak-primary-2));
  font-size: 11px;
  font-weight: 900;
}
.goldpeak-contact-store-card h3 { margin: 15px 0 8px; font-size: 18px; }
.goldpeak-contact-store-card address,
.goldpeak-store-card address { color: var(--goldpeak-muted); font-style: normal; line-height: 1.6; }
.goldpeak-contact-store-card > div { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }
.goldpeak-contact-store-card > div a { color: var(--goldpeak-primary); font-size: 11px; font-weight: 800; }
.goldpeak-store-directory { padding: 18px 0 70px; }
.goldpeak-store-layout {
  display: grid;
  grid-template-columns: minmax(340px, .78fr) minmax(0, 1.22fr);
  gap: 20px;
  align-items: start;
}
.goldpeak-store-list { display: grid; gap: 12px; }
.goldpeak-store-card {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 15px;
  padding: 20px;
  box-shadow: var(--goldpeak-shadow-soft);
}
.goldpeak-store-card.is-active { border-color: color-mix(in srgb, var(--goldpeak-primary) 48%, var(--goldpeak-line)); }
.goldpeak-store-card h3 { margin: 0 0 6px; font-size: 20px; }
.goldpeak-store-card__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; margin-top: 14px; }
.goldpeak-store-card__actions a,
.goldpeak-store-card__actions button {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0 12px;
  border: 1px solid var(--goldpeak-line);
  border-radius: 11px;
  color: var(--goldpeak-text);
  background: var(--goldpeak-surface-2);
  font-size: 10px;
  font-weight: 800;
  cursor: pointer;
}
.goldpeak-store-card__actions .goldpeak-icon svg { width: 16px; height: 16px; }
.goldpeak-store-map {
  position: sticky;
  top: 158px;
  min-width: 0;
  padding: 18px;
  overflow: hidden;
}
.goldpeak-store-map__head { display: flex; align-items: end; justify-content: space-between; gap: 15px; padding: 5px 5px 16px; }
.goldpeak-store-map__head h3 { margin: 5px 0 0; font-size: 24px; }
.goldpeak-store-map__head a { color: var(--goldpeak-primary); font-size: 11px; font-weight: 800; }
.goldpeak-store-map__frame { aspect-ratio: 16 / 11; overflow: hidden; border: 1px solid var(--goldpeak-line); border-radius: 18px; background: var(--goldpeak-surface-3); }
.goldpeak-store-map__frame iframe { width: 100%; height: 100%; display: block; border: 0; }

/* Footer and conditional dynamic categories. */
.goldpeak-footer-menu .menu-item-goldpeak-dynamic > a::after { content: "New"; margin-left: 6px; color: var(--goldpeak-accent); font-size: 8px; font-weight: 900; text-transform: uppercase; }

/* Rendering and shared-hosting friendliness. */
.goldpeak-home-journal,
.goldpeak-category-section,
.goldpeak-timed-showcase,
.goldpeak-deal-board,
.goldpeak-home-products-section {
  content-visibility: auto;
  contain-intrinsic-size: 700px;
}
@media (max-width: 1180px) {
  .woocommerce-account.logged-in .goldpeak-commerce-content > .woocommerce {
    grid-template-columns: 1fr !important;
    grid-template-areas: "account-nav" "account-content" !important;
  }
  .woocommerce-account.logged-in .woocommerce-MyAccount-navigation {
    position: static !important;
    top: auto !important;
  }
  .woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .goldpeak-dashboard-grid { grid-template-columns: 1fr !important; }
  .goldpeak-contact-store-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
  body { background-attachment: scroll !important; }
  .woocommerce-account:not(.logged-in) .goldpeak-auth-panels.u-columns.col2-set,
  .goldpeak-contact-hub,
  .goldpeak-store-layout,
  .woocommerce-checkout form.checkout {
    grid-template-columns: 1fr !important;
  }
  .woocommerce-account:not(.logged-in) .goldpeak-auth-panels.u-columns.col2-set { grid-template-areas: "login" "register" !important; }
  .woocommerce-checkout form.checkout { grid-template-areas: "customer" "review-title" "review" !important; }
  .woocommerce-checkout #order_review,
  .goldpeak-store-map { position: static !important; top: auto !important; }
  .goldpeak-dashboard-welcome { grid-template-columns: 1fr !important; }
}
@media (max-width: 680px) {
  .woocommerce-account .goldpeak-commerce-content { padding-inline: 0; }
  .woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .goldpeak-dashboard-stats,
  .goldpeak-dashboard-action-grid,
  .goldpeak-contact-store-grid { grid-template-columns: 1fr !important; }
  .goldpeak-store-card { grid-template-columns: 38px minmax(0, 1fr); padding: 17px; }
  .goldpeak-store-map { padding: 12px; }
  .goldpeak-store-map__head { align-items: flex-start; flex-direction: column; }
  .select2-dropdown { min-width: calc(100vw - 24px) !important; max-width: calc(100vw - 24px) !important; }
}
@media (max-width: 430px) {
  .woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul { grid-template-columns: 1fr !important; }
  .goldpeak-contact-action { grid-template-columns: 42px minmax(0, 1fr); }
  .goldpeak-contact-action > b { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .goldpeak-store-card,
  .goldpeak-contact-action { transition: none !important; }
}
/* Site Kit may also auto-insert a WooCommerce button; retain its scripts but show only the branded instance. */
.goldpeak-google-signin-slot .googlesitekit-sign-in-with-google__frontend-output-button:not(.goldpeak-sitekit-button) { display: none !important; }
.goldpeak-google-signin-slot .form-row:has(.googlesitekit-sign-in-with-google__frontend-output-button:not(.goldpeak-sitekit-button)) { display: none !important; }
.goldpeak-google-signin-slot .goldpeak-sitekit-button { display: flex !important; justify-content: center; }
/* Explicit WooCommerce account shell removes dependence on legacy floats and DOM assumptions. */
.woocommerce-account.logged-in .goldpeak-account-shell {
  width: 100%;
  max-width: 1280px;
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(210px, 235px) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  margin: 0 auto;
}
.woocommerce-account.logged-in .goldpeak-account-shell > .woocommerce-MyAccount-navigation { grid-column: 1; }
.woocommerce-account.logged-in .goldpeak-account-shell > .woocommerce-MyAccount-content { grid-column: 2; }
@media (max-width: 1180px) {
  .woocommerce-account.logged-in .goldpeak-account-shell { grid-template-columns: 1fr; }
  .woocommerce-account.logged-in .goldpeak-account-shell > .woocommerce-MyAccount-navigation,
  .woocommerce-account.logged-in .goldpeak-account-shell > .woocommerce-MyAccount-content { grid-column: 1; }
}


/* ================================================================
   GOLDPEAK 2.5.0 stability: catalogue ordering, account containment,
   and customer-policy pages.
   ================================================================ */

/* The outer WooCommerce shortcode wrapper must not become a second grid.
   Only .goldpeak-account-shell controls the account layout. */
.woocommerce-account.logged-in .goldpeak-commerce-content > .woocommerce {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
}
.woocommerce-account.logged-in .goldpeak-account-shell {
  width: 100% !important;
  max-width: 1280px !important;
  min-width: 0 !important;
  display: grid !important;
  grid-template-columns: minmax(220px, 250px) minmax(0, 1fr) !important;
  gap: 24px !important;
  align-items: start !important;
  margin: 0 auto !important;
}
.woocommerce-account.logged-in .goldpeak-account-shell > .woocommerce-MyAccount-navigation,
.woocommerce-account.logged-in .goldpeak-account-shell > .woocommerce-MyAccount-content {
  min-width: 0 !important;
  max-width: 100% !important;
  position: relative;
  z-index: 1;
}
.woocommerce-account.logged-in .goldpeak-account-shell > .woocommerce-MyAccount-navigation {
  grid-column: 1 !important;
  grid-row: 1 !important;
  position: sticky !important;
  top: 156px !important;
}
.woocommerce-account.logged-in .goldpeak-account-shell > .woocommerce-MyAccount-content {
  grid-column: 2 !important;
  grid-row: 1 !important;
  overflow: visible !important;
}
.woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul {
  display: grid !important;
  grid-template-columns: 1fr !important;
  width: 100% !important;
  margin: 0 !important;
}
.woocommerce-account.logged-in .goldpeak-dashboard {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  width: 100% !important;
  max-width: 100% !important;
  overflow: visible !important;
}
.woocommerce-account.logged-in .goldpeak-dashboard-welcome,
.woocommerce-account.logged-in .goldpeak-dashboard-stats,
.woocommerce-account.logged-in .goldpeak-dashboard-grid,
.woocommerce-account.logged-in .goldpeak-dashboard-panel,
.woocommerce-account.logged-in .goldpeak-dashboard-action-grid,
.woocommerce-account.logged-in .goldpeak-dashboard-order-list {
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}
.woocommerce-account.logged-in .goldpeak-dashboard-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr) !important;
  gap: 18px !important;
}
.woocommerce-account.logged-in .goldpeak-dashboard-action-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.woocommerce-account.logged-in .goldpeak-dashboard-stats {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
.woocommerce-account.logged-in .goldpeak-dashboard-action-grid a,
.woocommerce-account.logged-in .goldpeak-dashboard-stats > a,
.woocommerce-account.logged-in .goldpeak-dashboard-order-list > a {
  min-width: 0 !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

/* Catalogue control: latest appears first and the toolbar stays intact. */
.goldpeak-shop-filter select[name="orderby"] option[value="date"] { font-weight: 800; }
.goldpeak-shop-filter [disabled] { opacity: .65; }

/* Designed policy pages. */
.goldpeak-policy-page { padding: 18px 0 84px; }
.goldpeak-policy-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: end;
  padding: clamp(30px, 5vw, 64px);
  margin-bottom: 22px;
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 18%, color-mix(in srgb, var(--goldpeak-primary-2) 22%, transparent), transparent 30%),
    radial-gradient(circle at 8% 90%, color-mix(in srgb, var(--goldpeak-accent) 14%, transparent), transparent 32%),
    linear-gradient(145deg, var(--goldpeak-glass-strong), var(--goldpeak-glass));
}
.goldpeak-policy-hero h1 {
  max-width: 780px;
  margin: 10px 0 12px;
  color: var(--goldpeak-heading);
  font-size: clamp(42px, 5vw, 72px);
  letter-spacing: -.045em;
  line-height: .98;
}
.goldpeak-policy-hero p { max-width: 720px; margin: 0; color: var(--goldpeak-muted); font-size: 16px; line-height: 1.75; }
.goldpeak-policy-hero__badges { display: grid; gap: 10px; min-width: 235px; }
.goldpeak-policy-hero__badges span {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: 10px 14px;
  border: 1px solid var(--goldpeak-line);
  border-radius: 16px;
  color: var(--goldpeak-text);
  background: color-mix(in srgb, var(--goldpeak-surface-2) 82%, transparent);
  box-shadow: var(--goldpeak-shadow-soft);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}
.goldpeak-policy-hero__badges .goldpeak-icon { width: 21px; height: 21px; color: var(--goldpeak-primary); }
.goldpeak-policy-hero__badges b { font-size: 12px; }
.goldpeak-policy-layout {
  display: grid;
  grid-template-columns: minmax(260px, .34fr) minmax(0, .66fr);
  gap: 22px;
  align-items: start;
}
.goldpeak-policy-summary,
.goldpeak-policy-content { padding: clamp(24px, 3.2vw, 42px); }
.goldpeak-policy-summary { position: sticky; top: 155px; }
.goldpeak-policy-summary h2 { margin: 10px 0 16px; color: var(--goldpeak-heading); font-size: clamp(26px, 3vw, 38px); line-height: 1.08; }
.goldpeak-policy-summary ul { display: grid; gap: 13px; margin: 0 0 24px; padding: 0; list-style: none; }
.goldpeak-policy-summary li { position: relative; padding-left: 24px; color: var(--goldpeak-muted); line-height: 1.65; }
.goldpeak-policy-summary li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .62em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--goldpeak-primary), var(--goldpeak-accent));
  box-shadow: 0 0 0 5px color-mix(in srgb, var(--goldpeak-primary) 10%, transparent);
}
.goldpeak-policy-content { display: grid; gap: 0; }
.goldpeak-policy-content > section {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 18px;
  padding: 25px 0;
  border-bottom: 1px solid var(--goldpeak-line);
}
.goldpeak-policy-content > section:first-child { padding-top: 0; }
.goldpeak-policy-content > section:last-child { padding-bottom: 0; border-bottom: 0; }
.goldpeak-policy-content > section > span {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  color: #fff;
  background: linear-gradient(135deg, var(--goldpeak-primary), var(--goldpeak-primary-2));
  box-shadow: var(--goldpeak-glow);
  font-size: 11px;
  font-weight: 900;
}
.goldpeak-policy-content h2 { margin: 0 0 8px; color: var(--goldpeak-heading); font-size: 24px; }
.goldpeak-policy-content p { margin: 0; color: var(--goldpeak-muted); line-height: 1.82; }
.goldpeak-policy-help {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 22px;
  padding: clamp(24px, 3vw, 38px);
  background: linear-gradient(135deg, color-mix(in srgb, var(--goldpeak-primary) 20%, var(--goldpeak-surface)), color-mix(in srgb, var(--goldpeak-primary-2) 24%, var(--goldpeak-surface)));
}
.goldpeak-policy-help h2 { margin: 7px 0 5px; color: var(--goldpeak-heading); }
.goldpeak-policy-help p { max-width: 680px; margin: 0; color: var(--goldpeak-muted); }
.goldpeak-policy-help > div:last-child { display: flex; flex-wrap: wrap; gap: 10px; }
.goldpeak-policy-help > div:last-child a {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  padding: 0 16px;
  border: 1px solid var(--goldpeak-line);
  border-radius: 14px;
  color: var(--goldpeak-heading);
  background: var(--goldpeak-surface-2);
  box-shadow: var(--goldpeak-shadow-soft);
  font-size: 12px;
  font-weight: 850;
}

@media (max-width: 1320px) {
  .woocommerce-account.logged-in .goldpeak-dashboard-grid { grid-template-columns: 1fr !important; }
}
@media (max-width: 1180px) {
  .woocommerce-account.logged-in .goldpeak-account-shell {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }
  .woocommerce-account.logged-in .goldpeak-account-shell > .woocommerce-MyAccount-navigation,
  .woocommerce-account.logged-in .goldpeak-account-shell > .woocommerce-MyAccount-content {
    grid-column: 1 !important;
    grid-row: auto !important;
    position: static !important;
    top: auto !important;
  }
  .woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .woocommerce-account.logged-in .goldpeak-dashboard-stats { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
  .goldpeak-policy-layout { grid-template-columns: 1fr; }
  .goldpeak-policy-summary { position: static; }
}
@media (max-width: 820px) {
  .woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .woocommerce-account.logged-in .goldpeak-dashboard-welcome {
    grid-template-columns: 1fr !important;
    align-items: start !important;
  }
  .woocommerce-account.logged-in .goldpeak-dashboard-stats,
  .woocommerce-account.logged-in .goldpeak-dashboard-action-grid { grid-template-columns: 1fr 1fr !important; }
  .goldpeak-policy-hero { grid-template-columns: 1fr; }
  .goldpeak-policy-hero__badges { grid-template-columns: repeat(3, minmax(0, 1fr)); min-width: 0; }
  .goldpeak-policy-help { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 560px) {
  .woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul,
  .woocommerce-account.logged-in .goldpeak-dashboard-stats,
  .woocommerce-account.logged-in .goldpeak-dashboard-action-grid { grid-template-columns: 1fr !important; }
  .goldpeak-policy-hero__badges { grid-template-columns: 1fr; }
  .goldpeak-policy-content > section { grid-template-columns: 42px minmax(0, 1fr); gap: 14px; }
  .goldpeak-policy-content > section > span { width: 40px; height: 40px; border-radius: 12px; }
}

/* ===== GOLDPEAK 2.6.0 product, policy and information-page refinement ===== */

/* Product detail: compact premium purchase area and readable content. */
.single-product .goldpeak-shop-main { padding-top: 28px; }
.single-product .goldpeak-shop-main > .goldpeak-container { width: min(1320px, calc(100% - 42px)); }
.single-product .product.type-product {
  grid-template-columns: minmax(380px, .9fr) minmax(420px, 1.1fr);
  gap: clamp(24px, 3.2vw, 48px);
  align-items: start;
}
.single-product .woocommerce-product-gallery {
  position: sticky;
  top: 155px;
  padding: 16px !important;
  border-radius: 24px !important;
  background: linear-gradient(145deg,var(--goldpeak-glass-strong),var(--goldpeak-glass)) !important;
  -webkit-backdrop-filter: blur(22px) saturate(140%);
  backdrop-filter: blur(22px) saturate(140%);
}
.single-product .woocommerce-product-gallery__wrapper,
.single-product .woocommerce-product-gallery__image,
.single-product .woocommerce-product-gallery__image a,
.single-product .woocommerce-product-gallery__image img {
  border-radius: 15px !important;
}
.single-product .woocommerce-product-gallery__image img {
  width: 100%;
  max-height: 610px;
  padding: clamp(10px, 2vw, 22px);
  object-fit: contain;
  background: color-mix(in srgb,var(--goldpeak-surface-2) 90%,transparent);
}
.single-product .flex-control-thumbs {
  display: grid;
  grid-template-columns: repeat(5,minmax(0,1fr));
  gap: 9px;
  margin-top: 12px !important;
}
.single-product .flex-control-thumbs li { width: auto !important; float: none !important; }
.single-product .flex-control-thumbs img { border: 1px solid var(--goldpeak-line); border-radius: 11px !important; background: var(--goldpeak-surface-2); }
.single-product div.product .summary {
  padding: clamp(26px, 4vw, 52px) !important;
  border-radius: 26px !important;
  background:
    radial-gradient(circle at 98% 0%,color-mix(in srgb,var(--goldpeak-primary-2) 14%,transparent),transparent 34%),
    linear-gradient(145deg,var(--goldpeak-glass-strong),var(--goldpeak-glass)) !important;
  -webkit-backdrop-filter: blur(24px) saturate(145%);
  backdrop-filter: blur(24px) saturate(145%);
}
.single-product div.product .product_title {
  max-width: 760px;
  margin: 0 0 14px;
  font-size: clamp(35px,4vw,56px) !important;
  line-height: 1.02;
  letter-spacing: -.045em !important;
}
.single-product div.product p.price,
.single-product div.product span.price { margin: 0 0 18px; font-size: clamp(24px,2.7vw,34px) !important; }
.single-product .woocommerce-product-details__short-description {
  margin: 0 0 22px;
  color: var(--goldpeak-muted);
  font-size: 15px;
  line-height: 1.75;
}
.single-product div.product form.cart {
  display: grid !important;
  grid-template-columns: 92px minmax(170px, 1fr);
  gap: 12px !important;
  max-width: 520px;
  margin: 24px 0 18px !important;
}
.single-product div.product form.cart .quantity { margin: 0 !important; }
.single-product div.product form.cart .qty { width: 100% !important; height: 54px; }
.single-product div.product form.cart .single_add_to_cart_button { min-height: 54px; width: 100%; }
.single-product .product_meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid var(--goldpeak-line);
  color: var(--goldpeak-muted);
  font-size: 12px;
}
.single-product .product_meta a { color: var(--goldpeak-primary); font-weight: 800; }
.goldpeak-product-assurances {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 10px;
  margin-top: 20px;
}
.goldpeak-product-assurances > div {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px;
  border: 1px solid var(--goldpeak-line);
  border-radius: 15px;
  background: color-mix(in srgb,var(--goldpeak-surface-2) 82%,transparent);
  box-shadow: var(--goldpeak-shadow-soft);
}
.goldpeak-product-assurances .goldpeak-icon { width: 34px; height: 34px; border-radius: 11px; color: var(--goldpeak-primary); background: var(--goldpeak-surface); }
.goldpeak-product-assurances strong,.goldpeak-product-assurances small { display: block; line-height: 1.3; }
.goldpeak-product-assurances strong { color: var(--goldpeak-heading); font-size: 11px; }
.goldpeak-product-assurances small { margin-top: 3px; color: var(--goldpeak-muted); font-size: 9px; }
.single-product div.product .woocommerce-tabs {
  padding: clamp(25px,4vw,52px) !important;
  border-radius: 26px !important;
  background: linear-gradient(145deg,var(--goldpeak-glass-strong),var(--goldpeak-glass)) !important;
  -webkit-backdrop-filter: blur(22px) saturate(140%);
  backdrop-filter: blur(22px) saturate(140%);
}
.single-product .woocommerce-Tabs-panel { width: min(100%, 1040px); margin-inline: auto !important; color: var(--goldpeak-text); font-size: 15px; line-height: 1.8; }
.single-product .woocommerce-Tabs-panel > h2:first-child { margin-top: 0; font-size: clamp(28px,3vw,42px); }
.single-product .woocommerce-Tabs-panel h2 { margin: 40px 0 12px; font-size: clamp(25px,2.7vw,36px); }
.single-product .woocommerce-Tabs-panel h3 { margin: 28px 0 8px; font-size: 21px; }
.single-product .woocommerce-Tabs-panel h4,
.single-product .woocommerce-Tabs-panel strong { color: var(--goldpeak-heading); }
.single-product .woocommerce-Tabs-panel p { margin: 0 0 16px; }
.single-product .woocommerce-Tabs-panel ul { margin: 0 0 22px; padding-left: 22px; }
.single-product .related.products,
.single-product .upsells.products {
  margin-top: 8px;
  padding-top: 8px;
}
.single-product .related.products > h2,
.single-product .upsells.products > h2 { margin: 38px 0 20px !important; font-size: clamp(28px,3vw,42px) !important; }
.single-product .related.products ul.products,
.single-product .upsells.products ul.products { grid-template-columns: repeat(4,minmax(0,1fr)) !important; }
.single-product .related.products .goldpeak-product-media,
.single-product .upsells.products .goldpeak-product-media { min-height: 205px; }
.single-product .related.products li.product a img,
.single-product .upsells.products li.product a img { height: 190px; }

/* Shop controls: clearer sorting and price range. */
.goldpeak-filter-field--sort select { font-weight: 800; }
.goldpeak-filter-field input:focus,
.goldpeak-filter-field select:focus { outline: 2px solid color-mix(in srgb,var(--goldpeak-primary) 48%,transparent); outline-offset: 2px; }
.goldpeak-shop-toolbar::after {
  content: "Prices are entered in Nigerian naira";
  grid-column: 2;
  justify-self: end;
  margin-top: -8px;
  color: var(--goldpeak-muted);
  font-size: 9px;
}

/* About page. */
.goldpeak-about-page { padding: 18px 0 90px; }
.goldpeak-about-story {
  display: grid;
  grid-template-columns: minmax(0,1.15fr) minmax(300px,.85fr);
  gap: clamp(28px,4vw,60px);
  align-items: start;
  margin-top: 22px;
  padding: clamp(30px,5vw,66px);
  background:
    radial-gradient(circle at 92% 10%,color-mix(in srgb,var(--goldpeak-primary-2) 16%,transparent),transparent 34%),
    linear-gradient(145deg,var(--goldpeak-glass-strong),var(--goldpeak-glass));
}
.goldpeak-about-story__copy h2 { max-width: 800px; margin: 8px 0 22px; font-size: clamp(34px,4vw,58px); letter-spacing: -.045em; }
.goldpeak-about-story__copy p { color: var(--goldpeak-muted); font-size: 15px; line-height: 1.9; }
.goldpeak-about-story__facts { display: grid; gap: 12px; }
.goldpeak-about-story__facts > div { padding: 20px; border: 1px solid var(--goldpeak-line); border-radius: 18px; background: color-mix(in srgb,var(--goldpeak-surface-2) 80%,transparent); box-shadow: var(--goldpeak-shadow-soft); }
.goldpeak-about-story__facts strong,.goldpeak-about-story__facts span { display: block; }
.goldpeak-about-story__facts strong { color: var(--goldpeak-heading); font-size: 16px; }
.goldpeak-about-story__facts span { margin-top: 5px; color: var(--goldpeak-muted); font-size: 12px; line-height: 1.65; }
.goldpeak-about-purpose { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; margin-top: 20px; }
.goldpeak-purpose-card { display: grid; grid-template-columns: 58px minmax(0,1fr); gap: 20px; padding: clamp(26px,4vw,44px); }
.goldpeak-purpose-card > span { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 17px; color: #fff; background: linear-gradient(135deg,var(--goldpeak-primary),var(--goldpeak-primary-2) 58%,var(--goldpeak-accent)); box-shadow: var(--goldpeak-glow); font-weight: 900; }
.goldpeak-purpose-card h2 { margin: 6px 0 10px; font-size: clamp(25px,3vw,38px); }
.goldpeak-purpose-card p:last-child { margin: 0; color: var(--goldpeak-muted); }
.goldpeak-about-pillars { padding: 62px 0 20px; }
.goldpeak-about-pillar-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; }
.goldpeak-about-pillar-grid article { padding: 24px; }
.goldpeak-about-pillar-grid article > span { width: 44px; height: 44px; display: grid; place-items: center; margin-bottom: 20px; border-radius: 14px; color: var(--goldpeak-primary); background: var(--goldpeak-surface-2); box-shadow: var(--goldpeak-shadow-soft); }
.goldpeak-about-pillar-grid h3 { margin: 0 0 8px; font-size: 18px; }
.goldpeak-about-pillar-grid p { margin: 0; color: var(--goldpeak-muted); font-size: 12px; }
.goldpeak-about-locations { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 30px; padding: clamp(28px,4vw,46px); }
.goldpeak-about-locations h2 { margin: 7px 0; font-size: clamp(28px,3vw,42px); }
.goldpeak-about-locations p { margin: 0; color: var(--goldpeak-muted); }

/* Insurance page. */
.goldpeak-insurance-page { padding: 18px 0 90px; }
.goldpeak-insurance-overview { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(250px,.85fr); gap: clamp(28px,5vw,70px); margin-top: 22px; padding: clamp(30px,5vw,64px); }
.goldpeak-insurance-overview h2 { margin: 8px 0 18px; font-size: clamp(34px,4vw,56px); letter-spacing: -.045em; }
.goldpeak-insurance-overview p { color: var(--goldpeak-muted); line-height: 1.85; }
.goldpeak-insurance-devices { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; align-content: center; }
.goldpeak-insurance-devices span { min-height: 88px; display: grid; place-items: center; padding: 15px; text-align: center; border: 1px solid var(--goldpeak-line); border-radius: 18px; color: var(--goldpeak-heading); background: var(--goldpeak-surface-2); box-shadow: var(--goldpeak-shadow-soft); font-weight: 850; }
.goldpeak-insurance-benefits { padding: 62px 0 20px; }
.goldpeak-insurance-benefit-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.goldpeak-insurance-benefit { position: relative; padding: 30px; overflow: hidden; }
.goldpeak-insurance-benefit > span { width: 44px; height: 44px; display: grid; place-items: center; margin-bottom: 25px; border-radius: 14px; color: #fff; background: linear-gradient(135deg,var(--goldpeak-primary),var(--goldpeak-primary-2) 58%,var(--goldpeak-accent)); font-weight: 900; }
.goldpeak-insurance-benefit h3 { font-size: 24px; }
.goldpeak-insurance-benefit p { color: var(--goldpeak-muted); font-size: 13px; line-height: 1.8; }
.goldpeak-insurance-benefit b { display: inline-block; margin-top: 8px; padding: 8px 11px; border-radius: 11px; color: var(--goldpeak-primary); background: color-mix(in srgb,var(--goldpeak-primary) 10%,transparent); font-size: 11px; }
.goldpeak-insurance-process { margin-top: 20px; padding: clamp(28px,4vw,48px); }
.goldpeak-insurance-steps { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px; }
.goldpeak-insurance-steps > div { padding: 20px; border: 1px solid var(--goldpeak-line); border-radius: 17px; background: var(--goldpeak-surface-2); }
.goldpeak-insurance-steps span { width: 34px; height: 34px; display: grid; place-items: center; margin-bottom: 16px; border-radius: 11px; color: #fff; background: var(--goldpeak-primary); font-size: 11px; font-weight: 900; }
.goldpeak-insurance-steps strong { display: block; margin-bottom: 6px; color: var(--goldpeak-heading); }
.goldpeak-insurance-steps p { margin: 0; color: var(--goldpeak-muted); font-size: 11px; }
.goldpeak-insurance-notice { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 20px; padding: clamp(28px,4vw,46px); background: linear-gradient(135deg,color-mix(in srgb,var(--goldpeak-warning) 11%,var(--goldpeak-surface)),color-mix(in srgb,var(--goldpeak-primary-2) 12%,var(--goldpeak-surface))); }
.goldpeak-insurance-notice h2 { margin: 7px 0 8px; }
.goldpeak-insurance-notice p { max-width: 860px; margin: 0; color: var(--goldpeak-muted); }

/* Privacy page refinements. */
.goldpeak-privacy-page .goldpeak-policy-summary p { color: var(--goldpeak-muted); font-size: 11px; }
.goldpeak-privacy-page .goldpeak-policy-content p { color: var(--goldpeak-text); opacity: .86; }
.goldpeak-footer-menu--supplemental { margin-top: 9px !important; }

@media (max-width: 1100px) {
  .single-product .product.type-product { grid-template-columns: minmax(320px,.88fr) minmax(0,1.12fr); gap: 22px; }
  .goldpeak-product-assurances { grid-template-columns: 1fr; }
  .goldpeak-about-pillar-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .goldpeak-insurance-benefit-grid { grid-template-columns: 1fr; }
  .goldpeak-insurance-steps { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 820px) {
  .single-product .product.type-product { grid-template-columns: 1fr; }
  .single-product .woocommerce-product-gallery { position: static; top: auto; }
  .single-product div.product form.cart { grid-template-columns: 86px minmax(0,1fr); }
  .single-product .related.products ul.products,
  .single-product .upsells.products ul.products { grid-template-columns: repeat(2,minmax(0,1fr)) !important; }
  .goldpeak-about-story,.goldpeak-insurance-overview { grid-template-columns: 1fr; }
  .goldpeak-about-purpose { grid-template-columns: 1fr; }
  .goldpeak-about-locations,.goldpeak-insurance-notice { align-items: flex-start; flex-direction: column; }
  .goldpeak-shop-toolbar::after { grid-column: 1; justify-self: start; }
}
@media (max-width: 560px) {
  .single-product .goldpeak-shop-main > .goldpeak-container { width: min(100% - 24px,1320px); }
  .single-product div.product .summary { padding: 23px !important; }
  .single-product div.product form.cart { grid-template-columns: 1fr; }
  .single-product .related.products ul.products,
  .single-product .upsells.products ul.products { grid-template-columns: 1fr 1fr !important; gap: 10px !important; }
  .goldpeak-about-pillar-grid,.goldpeak-insurance-steps { grid-template-columns: 1fr; }
  .goldpeak-purpose-card { grid-template-columns: 46px minmax(0,1fr); gap: 14px; }
  .goldpeak-purpose-card > span { width: 44px; height: 44px; border-radius: 13px; }
  .goldpeak-insurance-devices { grid-template-columns: 1fr 1fr; }
}

/* ================================================================
   GOLDPEAK 2.6.1 address-book and address-editor repair.
   ================================================================ */
.woocommerce-account.logged-in .woocommerce-MyAccount-content:has(.goldpeak-address-book),
.woocommerce-account.logged-in .woocommerce-MyAccount-content:has(.goldpeak-address-editor) {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
}
.woocommerce-account.logged-in .goldpeak-account-shell:has(.goldpeak-address-book),
.woocommerce-account.logged-in .goldpeak-account-shell:has(.goldpeak-address-editor) {
  align-items: start !important;
}
.goldpeak-address-book,
.goldpeak-address-editor {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
}
.goldpeak-address-book { display: grid; gap: 20px; }
.goldpeak-address-book__header {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  align-items: center;
  gap: 24px;
  padding: clamp(24px,3vw,38px);
  border-radius: 26px;
  overflow: hidden;
  background:
    radial-gradient(circle at 94% 4%,color-mix(in srgb,var(--goldpeak-primary-2) 19%,transparent),transparent 38%),
    linear-gradient(145deg,var(--goldpeak-glass-strong),var(--goldpeak-glass));
}
.goldpeak-address-book__header h2,
.goldpeak-address-editor__header h2 {
  margin: 9px 0 8px;
  color: var(--goldpeak-heading);
  font-size: clamp(30px,3.4vw,46px);
  letter-spacing: -.035em;
  line-height: 1.02;
}
.goldpeak-address-book__header p,
.goldpeak-address-editor__header p {
  max-width: 710px;
  margin: 0;
  color: var(--goldpeak-muted);
  line-height: 1.7;
}
.goldpeak-address-book__summary {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 210px;
  padding: 13px 15px;
  border: 1px solid var(--goldpeak-line);
  border-radius: 17px;
  background: color-mix(in srgb,var(--goldpeak-surface-2) 82%,transparent);
  box-shadow: var(--goldpeak-shadow-soft);
}
.goldpeak-address-book__summary .goldpeak-icon { width: 26px; height: 26px; color: var(--goldpeak-primary); }
.goldpeak-address-book__summary strong,
.goldpeak-address-book__summary small { display: block; }
.goldpeak-address-book__summary strong { color: var(--goldpeak-heading); font-size: 13px; }
.goldpeak-address-book__summary small { margin-top: 2px; color: var(--goldpeak-muted); font-size: 10px; }
.goldpeak-address-grid,
.woocommerce-account .woocommerce-Addresses.col2-set.addresses {
  display: grid !important;
  grid-template-columns: repeat(2,minmax(0,1fr)) !important;
  gap: 20px !important;
  width: 100% !important;
  margin: 0 !important;
}
.goldpeak-address-card,
.woocommerce-account .woocommerce-Addresses .woocommerce-Address {
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  float: none !important;
  display: flex !important;
  flex-direction: column;
  min-height: 320px;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
  border-radius: 24px !important;
  background:
    radial-gradient(circle at 100% 0%,color-mix(in srgb,var(--goldpeak-primary-2) 13%,transparent),transparent 36%),
    linear-gradient(145deg,var(--goldpeak-glass-strong),var(--goldpeak-glass));
}
.goldpeak-address-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 22px 22px 18px;
  border-bottom: 1px solid var(--goldpeak-line);
}
.goldpeak-address-card__title { display: flex; align-items: center; gap: 13px; min-width: 0; }
.goldpeak-address-card__icon {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  color: var(--goldpeak-primary);
  background: color-mix(in srgb,var(--goldpeak-primary) 10%,var(--goldpeak-surface-2));
  box-shadow: var(--goldpeak-shadow-soft);
}
.goldpeak-address-card__icon .goldpeak-icon { width: 24px; height: 24px; }
.goldpeak-address-card__title span { display: block; color: var(--goldpeak-muted); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.goldpeak-address-card__title h3 { margin: 3px 0 0; color: var(--goldpeak-heading); font-size: 21px; line-height: 1.15; }
.goldpeak-address-card__edit {
  flex: 0 0 auto;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 13px;
  border: 1px solid var(--goldpeak-line);
  border-radius: 13px;
  color: var(--goldpeak-heading);
  background: var(--goldpeak-surface-2);
  box-shadow: var(--goldpeak-shadow-soft);
  font-size: 11px;
  font-weight: 850;
}
.goldpeak-address-card__edit:hover { color: #fff; border-color: transparent; background: linear-gradient(135deg,var(--goldpeak-primary),var(--goldpeak-primary-2) 58%,var(--goldpeak-accent)); transform: translateY(-1px); }
.goldpeak-address-card__edit .goldpeak-icon { width: 16px; height: 16px; }
.goldpeak-address-card__body {
  flex: 1 1 auto;
  display: grid;
  align-content: center;
  padding: clamp(24px,3vw,38px);
}
.goldpeak-address-card__body address {
  margin: 0;
  color: var(--goldpeak-text);
  font-size: 16px;
  font-style: normal;
  line-height: 1.85;
}
.goldpeak-address-card__body address br { display: block; content: ""; margin-top: 4px; }
.goldpeak-address-card__empty { text-align: center; }
.goldpeak-address-card__empty strong { color: var(--goldpeak-heading); font-size: 19px; }
.goldpeak-address-card__empty p { max-width: 360px; margin: 7px auto 0; color: var(--goldpeak-muted); line-height: 1.65; }
.goldpeak-address-card__footer {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 54px;
  padding: 13px 22px;
  border-top: 1px solid var(--goldpeak-line);
  color: var(--goldpeak-muted);
  background: color-mix(in srgb,var(--goldpeak-surface-2) 66%,transparent);
  font-size: 11px;
}
.goldpeak-address-card__footer .goldpeak-icon { width: 18px; height: 18px; color: var(--goldpeak-primary); }

.goldpeak-address-editor {
  padding: clamp(24px,3.6vw,46px);
  border-radius: 26px;
  overflow: visible;
  background:
    radial-gradient(circle at 96% 0%,color-mix(in srgb,var(--goldpeak-primary-2) 15%,transparent),transparent 35%),
    linear-gradient(145deg,var(--goldpeak-glass-strong),var(--goldpeak-glass));
}
.goldpeak-address-editor__header {
  display: grid;
  grid-template-columns: 58px minmax(0,1fr);
  gap: 17px;
  align-items: center;
  margin-bottom: 28px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--goldpeak-line);
}
.goldpeak-address-editor__icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(135deg,var(--goldpeak-primary),var(--goldpeak-primary-2) 58%,var(--goldpeak-accent));
  box-shadow: var(--goldpeak-glow);
}
.goldpeak-address-editor__icon .goldpeak-icon { width: 27px; height: 27px; }
.goldpeak-address-editor .woocommerce-address-fields__field-wrapper {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 17px 18px;
}
.goldpeak-address-editor .form-row { width: auto !important; float: none !important; margin: 0 !important; }
.goldpeak-address-editor .form-row-wide,
.goldpeak-address-editor #billing_company_field,
.goldpeak-address-editor #shipping_company_field,
.goldpeak-address-editor [id$="_country_field"],
.goldpeak-address-editor [id$="_address_1_field"],
.goldpeak-address-editor [id$="_address_2_field"] { grid-column: 1 / -1; }
.goldpeak-address-editor label { display: block; margin-bottom: 7px; color: var(--goldpeak-heading); font-size: 11px; font-weight: 850; }
.goldpeak-address-editor input.input-text,
.goldpeak-address-editor select,
.goldpeak-address-editor .select2-container .select2-selection--single {
  width: 100% !important;
  min-height: 52px !important;
  border: 1px solid var(--goldpeak-line) !important;
  border-radius: 15px !important;
  color: var(--goldpeak-text) !important;
  background: var(--goldpeak-surface-2) !important;
  box-shadow: var(--goldpeak-shadow-in) !important;
}
.goldpeak-address-editor input.input-text { padding: 0 15px !important; }
.goldpeak-address-editor__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 25px;
  padding-top: 22px;
  border-top: 1px solid var(--goldpeak-line);
}
.goldpeak-address-editor__actions .button {
  min-height: 50px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 22px !important;
  border: 0 !important;
  border-radius: 15px !important;
  color: #fff !important;
  background: linear-gradient(135deg,var(--goldpeak-primary),var(--goldpeak-primary-2) 58%,var(--goldpeak-accent)) !important;
  box-shadow: var(--goldpeak-glow) !important;
}
.goldpeak-address-editor__actions .button .goldpeak-icon { width: 17px; height: 17px; }
.goldpeak-address-editor__cancel { color: var(--goldpeak-muted); font-size: 12px; font-weight: 800; }
.goldpeak-address-editor__cancel:hover { color: var(--goldpeak-primary); }

@media (max-width: 980px) {
  .goldpeak-address-book__header { grid-template-columns: 1fr; }
  .goldpeak-address-book__summary { width: fit-content; min-width: 0; }
  .goldpeak-address-grid,
  .woocommerce-account .woocommerce-Addresses.col2-set.addresses { grid-template-columns: 1fr !important; }
  .goldpeak-address-card { min-height: 0; }
}
@media (max-width: 720px) {
  .goldpeak-address-card__head { align-items: flex-start; flex-direction: column; }
  .goldpeak-address-card__edit { width: 100%; justify-content: center; }
  .goldpeak-address-editor .woocommerce-address-fields__field-wrapper { grid-template-columns: 1fr; }
  .goldpeak-address-editor .form-row { grid-column: 1 !important; }
}
@media (max-width: 480px) {
  .goldpeak-address-book__header,
  .goldpeak-address-card__body,
  .goldpeak-address-editor { padding: 20px; }
  .goldpeak-address-card__head { padding: 18px; }
  .goldpeak-address-card__footer { padding-inline: 18px; }
  .goldpeak-address-editor__header { grid-template-columns: 1fr; }
  .goldpeak-address-editor__actions { align-items: stretch; flex-direction: column-reverse; }
  .goldpeak-address-editor__actions .button,
  .goldpeak-address-editor__cancel { width: 100%; text-align: center; justify-content: center; }
}


/* ================================================================
   GOLDPEAK 2.6.2 order confirmation and single-product alignment.
   ================================================================ */

/* Single product: keep gallery and summary aligned and prevent Woo hook output
   from creating an unintended extra grid row. */
.single-product .product.type-product {
  position: relative;
  display: grid !important;
  grid-template-columns: minmax(360px,.92fr) minmax(430px,1.08fr) !important;
  gap: clamp(24px,3vw,44px) !important;
  align-items: start !important;
}
.single-product .product.type-product > .woocommerce-product-gallery {
  grid-column: 1 !important;
  grid-row: 1 !important;
  align-self: start !important;
  width: 100% !important;
  margin: 0 !important;
}
.single-product .product.type-product > .summary {
  grid-column: 2 !important;
  grid-row: 1 !important;
  align-self: start !important;
  width: 100% !important;
  margin: 0 !important;
}
.single-product .product.type-product > .woocommerce-tabs,
.single-product .product.type-product > .upsells,
.single-product .product.type-product > .related {
  grid-column: 1 / -1 !important;
}
.single-product .product.type-product > .onsale {
  position: absolute !important;
  top: 18px !important;
  left: 18px !important;
  z-index: 8 !important;
  margin: 0 !important;
}
.single-product .woocommerce-product-gallery {
  top: 170px;
  padding: 14px !important;
  border-radius: 22px !important;
}
.single-product .woocommerce-product-gallery__image img {
  max-height: 560px;
  padding: clamp(8px,1.5vw,16px) !important;
  border-radius: 13px !important;
}
.single-product div.product .summary {
  padding: clamp(25px,3.4vw,44px) !important;
  border-radius: 24px !important;
}
.single-product div.product .product_title {
  max-width: 720px;
  margin-bottom: 12px !important;
  font-size: clamp(34px,3.5vw,50px) !important;
  line-height: 1.04 !important;
  overflow-wrap: anywhere;
}
.single-product div.product p.price,
.single-product div.product span.price {
  margin-bottom: 20px !important;
  font-size: clamp(25px,2.45vw,34px) !important;
}
.single-product div.product form.cart:not(.variations_form) {
  display: grid !important;
  grid-template-columns: 104px minmax(220px,320px) !important;
  gap: 12px !important;
  justify-content: start !important;
  align-items: stretch !important;
  width: min(100%,440px) !important;
  max-width: 440px !important;
}
.single-product div.product form.cart:not(.variations_form) > .quantity {
  grid-column: 1 !important;
  width: 104px !important;
  min-width: 104px !important;
}
.single-product div.product form.cart:not(.variations_form) > .single_add_to_cart_button {
  grid-column: 2 !important;
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
}
.single-product div.product form.cart .qty {
  padding-inline: 10px !important;
  text-align: center;
}

/* Order received: one contained confirmation experience instead of unrelated
   full-width fragments and floating address columns. */
body.woocommerce-order-received .goldpeak-commerce-page > .goldpeak-container {
  width: min(1180px,calc(100% - 42px));
}
body.woocommerce-order-received .goldpeak-page-hero {
  margin-bottom: 24px;
  padding: clamp(30px,4.2vw,52px);
}
body.woocommerce-order-received .goldpeak-commerce-content,
body.woocommerce-order-received .goldpeak-commerce-content > .woocommerce {
  width: 100%;
  max-width: none;
}
body.woocommerce-order-received .woocommerce-thankyou-order-received {
  position: relative;
  margin: 0 0 18px !important;
  padding: 19px 22px 19px 62px !important;
  border: 1px solid color-mix(in srgb,var(--goldpeak-success) 34%,var(--goldpeak-line));
  border-radius: 18px;
  color: var(--goldpeak-heading);
  background: color-mix(in srgb,var(--goldpeak-success) 8%,var(--goldpeak-glass-strong));
  box-shadow: var(--goldpeak-shadow-soft);
  font-weight: 800;
}
body.woocommerce-order-received .woocommerce-thankyou-order-received::before {
  content: "✓";
  position: absolute;
  left: 20px;
  top: 50%;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  color: #fff;
  background: var(--goldpeak-success);
  transform: translateY(-50%);
}
body.woocommerce-order-received ul.woocommerce-order-overview {
  display: grid !important;
  grid-template-columns: repeat(5,minmax(0,1fr));
  gap: 10px;
  margin: 0 0 20px !important;
  padding: 0 !important;
  list-style: none !important;
}
body.woocommerce-order-received ul.woocommerce-order-overview::before,
body.woocommerce-order-received ul.woocommerce-order-overview::after { display: none !important; }
body.woocommerce-order-received ul.woocommerce-order-overview li {
  min-width: 0;
  min-height: 88px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 15px 16px !important;
  border: 1px solid var(--goldpeak-line) !important;
  border-radius: 16px;
  color: var(--goldpeak-muted);
  background: linear-gradient(145deg,var(--goldpeak-glass-strong),var(--goldpeak-glass));
  box-shadow: var(--goldpeak-shadow-soft);
  font-size: 9px !important;
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: .06em;
}
body.woocommerce-order-received ul.woocommerce-order-overview li strong {
  display: block;
  min-width: 0;
  color: var(--goldpeak-heading);
  font-size: 13px !important;
  line-height: 1.35;
  text-transform: none;
  letter-spacing: normal;
  overflow-wrap: anywhere;
}
body.woocommerce-order-received .woocommerce-bacs-bank-details,
body.woocommerce-order-received .woocommerce-order-details,
body.woocommerce-order-received .woocommerce-customer-details {
  clear: both;
  width: 100%;
  margin: 20px 0 0 !important;
  padding: clamp(22px,3vw,34px);
  border: 1px solid var(--goldpeak-line);
  border-radius: 22px;
  background:
    radial-gradient(circle at 100% 0%,color-mix(in srgb,var(--goldpeak-primary-2) 10%,transparent),transparent 34%),
    linear-gradient(145deg,var(--goldpeak-glass-strong),var(--goldpeak-glass));
  box-shadow: var(--goldpeak-shadow-soft);
}
body.woocommerce-order-received .woocommerce-bacs-bank-details h2,
body.woocommerce-order-received .woocommerce-bacs-bank-details h3,
body.woocommerce-order-received .woocommerce-order-details__title,
body.woocommerce-order-received .woocommerce-customer-details > h2 {
  margin: 0 0 16px !important;
  font-size: clamp(22px,2.3vw,31px) !important;
}
body.woocommerce-order-received .woocommerce-bacs-bank-details > p,
body.woocommerce-order-received ul.woocommerce-order-overview + p {
  color: var(--goldpeak-muted);
  line-height: 1.75;
}
body.woocommerce-order-received .wc-bacs-bank-details,
body.woocommerce-order-received ul.wc-bacs-bank-details {
  display: grid !important;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 12px;
  margin: 16px 0 0 !important;
  padding: 0 !important;
}
body.woocommerce-order-received .wc-bacs-bank-details li {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 16px !important;
  border: 1px solid var(--goldpeak-line) !important;
  border-radius: 15px;
  background: var(--goldpeak-surface-2);
}
body.woocommerce-order-received .woocommerce-order-details table.shop_table {
  margin: 0 !important;
  overflow: hidden;
  border: 1px solid var(--goldpeak-line) !important;
  border-radius: 17px !important;
  background: color-mix(in srgb,var(--goldpeak-surface-2) 78%,transparent);
}
body.woocommerce-order-received .woocommerce-order-details table.shop_table th,
body.woocommerce-order-received .woocommerce-order-details table.shop_table td {
  padding: 15px 17px !important;
}
body.woocommerce-order-received .woocommerce-customer-details .woocommerce-columns--addresses,
body.woocommerce-order-received .woocommerce-customer-details .col2-set {
  display: grid !important;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 18px;
  width: 100%;
  margin: 0 !important;
}
body.woocommerce-order-received .woocommerce-customer-details .woocommerce-column,
body.woocommerce-order-received .woocommerce-customer-details .col-1,
body.woocommerce-order-received .woocommerce-customer-details .col-2 {
  float: none !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
body.woocommerce-order-received .woocommerce-customer-details .woocommerce-column__title {
  margin: 0 0 10px !important;
  font-size: 19px !important;
}
body.woocommerce-order-received .woocommerce-customer-details address {
  min-height: 190px;
  margin: 0 !important;
  padding: 21px !important;
  border: 1px solid var(--goldpeak-line) !important;
  border-radius: 17px !important;
  color: var(--goldpeak-text);
  background: var(--goldpeak-surface-2);
  box-shadow: none;
  font-style: normal;
  line-height: 1.75;
}
.goldpeak-order-next-steps {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 20px 0 0;
  padding: 18px 20px;
  border: 1px solid var(--goldpeak-line);
  border-radius: 18px;
  background: linear-gradient(145deg,var(--goldpeak-glass-strong),var(--goldpeak-glass));
  box-shadow: var(--goldpeak-shadow-soft);
}
.goldpeak-order-next-steps > div:first-child { display: flex; align-items: center; gap: 13px; min-width: 0; }
.goldpeak-order-next-steps__icon {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(135deg,var(--goldpeak-success),var(--goldpeak-accent));
}
.goldpeak-order-next-steps__icon .goldpeak-icon { width: 21px; height: 21px; }
.goldpeak-order-next-steps p,
.goldpeak-order-next-steps strong,
.goldpeak-order-next-steps small { display: block; margin: 0; }
.goldpeak-order-next-steps strong { color: var(--goldpeak-heading); }
.goldpeak-order-next-steps small { margin-top: 3px; color: var(--goldpeak-muted); font-size: 11px; }
.goldpeak-order-next-steps__actions { display: flex; align-items: center; gap: 10px; flex: 0 0 auto; }
.goldpeak-order-next-steps .goldpeak-button { min-height: 44px; padding-inline: 17px; }

@media (max-width: 1050px) {
  .single-product .product.type-product {
    grid-template-columns: minmax(300px,.88fr) minmax(0,1.12fr) !important;
    gap: 22px !important;
  }
  body.woocommerce-order-received ul.woocommerce-order-overview { grid-template-columns: repeat(3,minmax(0,1fr)); }
}
@media (max-width: 820px) {
  .single-product .product.type-product { grid-template-columns: 1fr !important; }
  .single-product .product.type-product > .woocommerce-product-gallery,
  .single-product .product.type-product > .summary { grid-column: 1 !important; grid-row: auto !important; }
  .single-product .woocommerce-product-gallery { position: static !important; }
  body.woocommerce-order-received ul.woocommerce-order-overview { grid-template-columns: repeat(2,minmax(0,1fr)); }
  body.woocommerce-order-received .woocommerce-customer-details .woocommerce-columns--addresses,
  body.woocommerce-order-received .woocommerce-customer-details .col2-set { grid-template-columns: 1fr !important; }
  .goldpeak-order-next-steps { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 560px) {
  .single-product div.product form.cart:not(.variations_form) {
    grid-template-columns: 92px minmax(0,1fr) !important;
    width: 100% !important;
  }
  .single-product div.product form.cart:not(.variations_form) > .quantity { width: 92px !important; min-width: 92px !important; }
  body.woocommerce-order-received .goldpeak-commerce-page > .goldpeak-container { width: min(100% - 24px,1180px); }
  body.woocommerce-order-received ul.woocommerce-order-overview { grid-template-columns: 1fr; }
  body.woocommerce-order-received .wc-bacs-bank-details,
  body.woocommerce-order-received ul.wc-bacs-bank-details { grid-template-columns: 1fr !important; }
  .goldpeak-order-next-steps__actions { width: 100%; align-items: stretch; flex-direction: column; }
  .goldpeak-order-next-steps__actions .goldpeak-button { width: 100%; justify-content: center; }
}

/* ================================================================
   GOLDPEAK 2.6.3 single-product desktop/tablet stability.
   Keeps the gallery and purchase card aligned, and returns related
   products to compact catalogue-card proportions.
   ================================================================ */

/* WooCommerce's gallery was sticky with a large top offset. On desktop and
   tablet this visually pushed the image beneath the purchase panel. Keep both
   primary product columns in the same normal grid flow instead. */
.single-product .product.type-product {
  grid-template-columns: minmax(0, .96fr) minmax(0, 1.04fr) !important;
  gap: clamp(22px, 2.7vw, 38px) !important;
  align-items: start !important;
}
.single-product .product.type-product > .woocommerce-product-gallery,
.single-product .product.type-product > .summary {
  position: relative !important;
  top: auto !important;
  inset: auto !important;
  align-self: start !important;
  min-width: 0 !important;
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  transform: none !important;
}
.single-product .woocommerce-product-gallery {
  position: relative !important;
  top: auto !important;
  z-index: 1 !important;
  padding: clamp(12px, 1.45vw, 18px) !important;
  border-radius: 22px !important;
}
.single-product .woocommerce-product-gallery__wrapper,
.single-product .woocommerce-product-gallery__image,
.single-product .woocommerce-product-gallery__image a {
  width: 100% !important;
  margin: 0 !important;
}
.single-product .woocommerce-product-gallery__image img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-height: 590px !important;
  aspect-ratio: 1 / 1;
  padding: clamp(8px, 1.3vw, 16px) !important;
  object-fit: contain !important;
  border-radius: 14px !important;
}
.single-product div.product > .summary {
  min-height: 0 !important;
  padding: clamp(25px, 3.1vw, 42px) !important;
}
.single-product div.product > .summary .product_title {
  font-size: clamp(33px, 3.2vw, 48px) !important;
  line-height: 1.05 !important;
}
.single-product div.product > .summary p.price,
.single-product div.product > .summary span.price {
  font-size: clamp(25px, 2.35vw, 33px) !important;
}

/* Related/upsell products are descendants of the main product element, so
   broad WooCommerce single-product price rules can accidentally enlarge their
   prices. Scope every card dimension explicitly. */
.single-product .product.type-product > .related.products,
.single-product .product.type-product > .upsells.products {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  margin: 8px 0 0 !important;
  padding: 14px 0 0 !important;
  overflow: visible !important;
}
.single-product .related.products > h2,
.single-product .upsells.products > h2 {
  margin: 24px 0 16px !important;
  font-size: clamp(25px, 2.2vw, 34px) !important;
  line-height: 1.15 !important;
}
.single-product .related.products ul.products,
.single-product .upsells.products ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 16px !important;
  align-items: stretch !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
.single-product .related.products ul.products::before,
.single-product .related.products ul.products::after,
.single-product .upsells.products ul.products::before,
.single-product .upsells.products ul.products::after {
  display: none !important;
}
.single-product .related.products ul.products li.product,
.single-product .upsells.products ul.products li.product {
  display: block !important;
  float: none !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  min-height: 0 !important;
  margin: 0 !important;
  border-radius: 18px !important;
  overflow: hidden !important;
}
.single-product .related.products .goldpeak-product-card-inner,
.single-product .upsells.products .goldpeak-product-card-inner {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  min-height: 0 !important;
}
.single-product .related.products .goldpeak-product-media,
.single-product .upsells.products .goldpeak-product-media {
  flex: 0 0 184px !important;
  min-height: 184px !important;
  height: 184px !important;
  margin: 0 !important;
  padding: 12px !important;
  border-radius: 0 !important;
}
.single-product .related.products li.product a img,
.single-product .upsells.products li.product a img {
  display: block !important;
  width: 100% !important;
  height: 160px !important;
  max-height: 160px !important;
  margin: 0 !important;
  padding: 0 !important;
  object-fit: contain !important;
  border-radius: 12px !important;
  transform: none !important;
}
.single-product .related.products li.product .woocommerce-loop-product__title,
.single-product .upsells.products li.product .woocommerce-loop-product__title {
  min-height: 53px !important;
  margin: 0 !important;
  padding: 14px 14px 6px !important;
  font-size: 13px !important;
  line-height: 1.42 !important;
  letter-spacing: -.01em !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.single-product div.product .related.products li.product span.price,
.single-product div.product .upsells.products li.product span.price,
.single-product div.product .related.products li.product p.price,
.single-product div.product .upsells.products li.product p.price {
  display: block !important;
  margin: auto 14px 12px !important;
  padding: 0 !important;
  color: var(--goldpeak-primary) !important;
  font-size: 16px !important;
  line-height: 1.25 !important;
  font-weight: 850 !important;
  letter-spacing: -.01em !important;
}
.single-product .related.products li.product .price .woocommerce-Price-amount,
.single-product .related.products li.product .price bdi,
.single-product .upsells.products li.product .price .woocommerce-Price-amount,
.single-product .upsells.products li.product .price bdi {
  font-size: inherit !important;
  line-height: inherit !important;
}
.single-product .related.products li.product .price del,
.single-product .upsells.products li.product .price del {
  display: block !important;
  font-size: 10px !important;
}
.single-product .related.products li.product .button,
.single-product .upsells.products li.product .button {
  width: auto !important;
  min-width: 0 !important;
  min-height: 43px !important;
  margin: 0 14px 14px !important;
  padding: 9px 12px !important;
  border-radius: 12px !important;
  font-size: 11px !important;
  line-height: 1.2 !important;
}

/* A more opaque sticky header prevents product imagery showing through it and
   looking like an overlap while the visitor scrolls on larger screens. */
@media (min-width: 821px) {
  .site-header {
    background: color-mix(in srgb, var(--goldpeak-bg) 91%, transparent) !important;
    -webkit-backdrop-filter: blur(24px) saturate(135%) !important;
    backdrop-filter: blur(24px) saturate(135%) !important;
  }
}

@media (max-width: 1100px) {
  .single-product .product.type-product {
    grid-template-columns: minmax(300px, .9fr) minmax(0, 1.1fr) !important;
    gap: 20px !important;
  }
  .single-product .related.products ul.products,
  .single-product .upsells.products ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 900px) {
  .single-product .product.type-product {
    grid-template-columns: 1fr !important;
  }
  .single-product .product.type-product > .woocommerce-product-gallery,
  .single-product .product.type-product > .summary {
    grid-column: 1 !important;
    grid-row: auto !important;
  }
  .single-product .woocommerce-product-gallery__image img {
    max-height: 520px !important;
  }
}
@media (max-width: 760px) {
  .single-product .related.products ul.products,
  .single-product .upsells.products ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 11px !important;
  }
  .single-product .related.products .goldpeak-product-media,
  .single-product .upsells.products .goldpeak-product-media {
    flex-basis: 154px !important;
    min-height: 154px !important;
    height: 154px !important;
    padding: 9px !important;
  }
  .single-product .related.products li.product a img,
  .single-product .upsells.products li.product a img {
    height: 136px !important;
    max-height: 136px !important;
  }
}
@media (max-width: 420px) {
  .single-product .related.products li.product .woocommerce-loop-product__title,
  .single-product .upsells.products li.product .woocommerce-loop-product__title {
    min-height: 49px !important;
    padding-inline: 11px !important;
    font-size: 11px !important;
  }
  .single-product div.product .related.products li.product span.price,
  .single-product div.product .upsells.products li.product span.price {
    margin-inline: 11px !important;
    font-size: 13px !important;
  }
  .single-product .related.products li.product .button,
  .single-product .upsells.products li.product .button {
    margin-inline: 11px !important;
    font-size: 9px !important;
  }
}

/* --------------------------------------------------------------------------
   GOLDPEAK 2.6.4 registration-flow refinements.
   -------------------------------------------------------------------------- */
.woocommerce-account:not(.logged-in) .goldpeak-auth-card form.login,
.woocommerce-account:not(.logged-in) .goldpeak-auth-card form.register {
  display: block !important;
  flex: 0 0 auto !important;
}
.woocommerce-account:not(.logged-in) .goldpeak-auth-card form.login .form-row:last-of-type,
.woocommerce-account:not(.logged-in) .goldpeak-auth-card form.register .form-row:last-of-type {
  margin-top: 0 !important;
}
.woocommerce-account:not(.logged-in) .goldpeak-auth-card .woocommerce-form-login__submit,
.woocommerce-account:not(.logged-in) .goldpeak-auth-card .woocommerce-form-register__submit {
  margin-top: 4px !important;
}
.woocommerce-account:not(.logged-in) .goldpeak-auth-card {
  align-self: start !important;
}
.goldpeak-verification-page-main {
  padding-block: clamp(42px, 7vw, 88px);
}
.goldpeak-verification-article,
.goldpeak-verification-article .entry-content {
  margin: 0;
}
@media (min-width: 861px) {
  .woocommerce-account:not(.logged-in) .goldpeak-auth-panels.u-columns.col2-set {
    align-items: start !important;
  }
}

/* 2.6.7 — separate light and dark mode logos. */
.goldpeak-brand--dual {
  display: inline-flex;
  align-items: center;
  position: relative;
  line-height: 0;
}
.goldpeak-brand--dual .goldpeak-mode-logo {
  display: block;
  width: auto;
  height: auto;
  max-width: 220px;
  max-height: 60px;
  object-fit: contain;
}
.goldpeak-brand--dual .goldpeak-mode-logo--dark { display: none; }
html[data-theme="dark"] .goldpeak-brand--dual .goldpeak-mode-logo--light { display: none; }
html[data-theme="dark"] .goldpeak-brand--dual .goldpeak-mode-logo--dark { display: block; }
html[data-theme="light"] .goldpeak-brand--dual .goldpeak-mode-logo--light { display: block; }
html[data-theme="light"] .goldpeak-brand--dual .goldpeak-mode-logo--dark { display: none; }
@media (max-width: 780px) {
  .goldpeak-brand--dual .goldpeak-mode-logo { max-width: 166px; max-height: 44px; }
}

/* 2.6.8 — Compact homepage sections leave room for the video showcase. */
@media (min-width: 1181px) {
  .goldpeak-category-section .goldpeak-section-head { margin-bottom: 14px; }
  .goldpeak-category-grid { gap: 12px !important; }
  .goldpeak-category-card {
    min-height: 108px !important;
    grid-template-columns: 56px minmax(0, 1fr) !important;
    padding: 12px !important;
    border-radius: 19px !important;
  }
  .goldpeak-category-card__image {
    width: 56px !important;
    height: 56px !important;
    border-radius: 15px !important;
  }
  .goldpeak-category-card h3 { font-size: 12px !important; }
  .goldpeak-timed-stage {
    min-height: 430px !important;
    grid-template-columns: minmax(280px,.82fr) minmax(0,1.18fr) !important;
    padding: 28px 34px !important;
  }
  .goldpeak-timed-card-stack { min-height: 350px !important; }
  .goldpeak-timed-card { width: min(350px, 68%) !important; }
  .goldpeak-timed-card__image img { padding: 18px !important; }
  .goldpeak-timed-detail h3 { font-size: clamp(30px, 3vw, 44px) !important; }
  .goldpeak-timed-detail p {
    display: -webkit-box;
    margin-bottom: 18px !important;
    overflow: hidden;
    font-size: 14px !important;
    line-height: 1.6 !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .goldpeak-timed-progress { margin-top: 22px !important; }
}
@media (min-width: 681px) and (max-width: 1180px) {
  .goldpeak-category-card { min-height: 112px !important; }
  .goldpeak-timed-stage { padding: 24px !important; }
}

/* ===== Goldpeak 1.1 Retail Prism identity ===== */
:root {
  --goldpeak-gold:#d8a75e; --goldpeak-coral:#ff304f; --goldpeak-orange:#ff8418; --goldpeak-ink:#071a33;
  --goldpeak-bg:#f5f7fb; --goldpeak-surface:#fff; --goldpeak-surface-2:#f2f6fb; --goldpeak-surface-3:#e8eff8;
  --goldpeak-primary:#1559b7; --goldpeak-primary-2:#ff304f; --goldpeak-accent:#ff8418;
  --goldpeak-text:#17243a; --goldpeak-heading:#07162d; --goldpeak-muted:#627087; --goldpeak-line:rgba(7,26,51,.10);
  --goldpeak-shadow:0 22px 64px rgba(20,54,91,.13); --goldpeak-shadow-soft:0 12px 32px rgba(20,54,91,.10); --goldpeak-shadow-inset:inset 0 0 0 1px rgba(255,255,255,.72);
  --goldpeak-radius-xl:30px; --goldpeak-radius-lg:22px; --goldpeak-radius-md:16px; --goldpeak-radius-sm:11px;
}
html[data-theme="dark"] {
  --goldpeak-bg:#06111f; --goldpeak-surface:#0b1a2e; --goldpeak-surface-2:#10233b; --goldpeak-surface-3:#18304d;
  --goldpeak-primary:#62a0ff; --goldpeak-primary-2:#ff5b70; --goldpeak-accent:#ff9b43;
  --goldpeak-text:#e9f0fb; --goldpeak-heading:#fff; --goldpeak-muted:#a8b5c8; --goldpeak-line:rgba(255,255,255,.10);
  --goldpeak-shadow:0 24px 64px rgba(0,0,0,.34); --goldpeak-shadow-soft:0 13px 34px rgba(0,0,0,.26); --goldpeak-shadow-inset:inset 0 0 0 1px rgba(255,255,255,.06);
}
body { background:radial-gradient(circle at 8% 8%,color-mix(in srgb,var(--goldpeak-primary) 8%,transparent),transparent 28%),radial-gradient(circle at 94% 20%,color-mix(in srgb,var(--goldpeak-coral) 7%,transparent),transparent 27%),var(--goldpeak-bg); }
.goldpeak-panel { background:color-mix(in srgb,var(--goldpeak-surface) 96%,transparent); border:1px solid var(--goldpeak-line); border-radius:var(--goldpeak-radius-lg); box-shadow:var(--goldpeak-shadow-soft); }
.goldpeak-topbar { background:linear-gradient(90deg,#06182e 0%,#0b4a9d 64%,#d92849 100%); color:#fff; }
.goldpeak-live-dot { background:var(--goldpeak-orange); box-shadow:0 0 0 5px rgba(255,132,24,.18); }
.goldpeak-header { background:color-mix(in srgb,var(--goldpeak-surface) 94%,transparent); border-bottom:0; box-shadow:0 7px 28px rgba(10,37,72,.08); }
.goldpeak-header::after { content:none; }
html[data-theme="dark"] .goldpeak-header { background:color-mix(in srgb,#07182d 95%,transparent); }
.goldpeak-header__main { grid-template-columns:250px minmax(260px,1fr) auto; }
.goldpeak-header__brand .goldpeak-brand img,.goldpeak-brand img { width:min(238px,100%);max-height:58px;object-fit:contain;object-position:left center; }
.goldpeak-menu>li>a { border-radius:9px; }
.goldpeak-menu>li.current-menu-item>a,.goldpeak-menu>li.current-menu-ancestor>a,.goldpeak-menu>li>a:hover { color:#fff;background:linear-gradient(135deg,var(--goldpeak-primary),#0f458f);box-shadow:none; }
.goldpeak-icon-button,.goldpeak-header-action .goldpeak-icon { border-radius:12px;box-shadow:0 8px 22px rgba(19,64,116,.10); }
.goldpeak-header__search input[type="search"],.goldpeak-mobile-panel__search input[type="search"],.search-form input[type="search"],.woocommerce-product-search input[type="search"] { border-radius:13px;border:1px solid var(--goldpeak-line);box-shadow:none;background:color-mix(in srgb,var(--goldpeak-surface-2) 88%,transparent); }
.goldpeak-header__search button,.goldpeak-mobile-panel__search button,.search-form .search-submit,.woocommerce-product-search button { border-radius:9px;background:linear-gradient(135deg,var(--goldpeak-primary),var(--goldpeak-primary) 52%,var(--goldpeak-coral)); }

/* Unified Goldpeak marketplace hero. */
.goldpeak-market-hero { padding:42px 0 24px; }
.goldpeak-market-hero__shell { position:relative;display:grid;grid-template-columns:minmax(0,1.06fr) minmax(410px,.94fr);grid-template-areas:"copy visual" "rail rail";overflow:hidden;border:1px solid var(--goldpeak-line);border-radius:30px;background:linear-gradient(108deg,color-mix(in srgb,var(--goldpeak-surface) 98%,transparent) 0 55%,#071a33 55%);box-shadow:var(--goldpeak-shadow); }
html[data-theme="dark"] .goldpeak-market-hero__shell { background:linear-gradient(108deg,#0a1b31 0 55%,#03101f 55%); }
.goldpeak-market-hero__shell::before { content:"";position:absolute;z-index:0;top:-110px;left:44%;width:210px;height:760px;transform:rotate(13deg);background:linear-gradient(180deg,color-mix(in srgb,var(--goldpeak-orange) 16%,transparent),color-mix(in srgb,var(--goldpeak-coral) 10%,transparent));pointer-events:none; }
.goldpeak-market-hero .goldpeak-hero__content { grid-area:copy;min-width:0;min-height:545px;padding:clamp(38px,5.4vw,76px);justify-content:center;background:transparent; }
.goldpeak-market-hero .goldpeak-hero__content::after,.goldpeak-market-hero .goldpeak-hero__content h1::after { display:none; }
.goldpeak-market-hero .goldpeak-hero__content h1 { max-width:760px;margin:24px 0 20px;font-size:clamp(48px,5.35vw,78px);line-height:.98;letter-spacing:-3.5px;overflow-wrap:anywhere; }
.goldpeak-market-hero .goldpeak-eyebrow { border:1px solid color-mix(in srgb,var(--goldpeak-primary) 20%,var(--goldpeak-line));border-radius:8px;box-shadow:none;background:color-mix(in srgb,var(--goldpeak-primary) 8%,var(--goldpeak-surface)); }
.goldpeak-market-hero .goldpeak-hero__visual { grid-area:visual;min-width:0;min-height:545px;overflow:hidden;background:radial-gradient(circle at 78% 13%,rgba(255,48,79,.26),transparent 34%),radial-gradient(circle at 16% 86%,rgba(255,132,24,.22),transparent 35%),#071a33; }
.goldpeak-market-hero__peak { position:absolute;inset:0;opacity:.34;background:linear-gradient(135deg,transparent 46%,rgba(255,255,255,.11) 46% 48%,transparent 48%),linear-gradient(45deg,transparent 61%,rgba(255,132,24,.16) 61% 64%,transparent 64%);pointer-events:none; }
.goldpeak-market-hero .goldpeak-hero-product { z-index:2; }
.goldpeak-market-hero .goldpeak-hero-product img { border-radius:14px;mix-blend-mode:normal;filter:drop-shadow(0 24px 28px rgba(0,0,0,.28)); }
.goldpeak-market-hero .goldpeak-hero-product--1 { width:45%;height:62%;left:5%;top:19%;transform:rotate(-5deg); }
.goldpeak-market-hero .goldpeak-hero-product--2 { width:42%;height:64%;right:5%;top:8%;transform:rotate(7deg); }
.goldpeak-market-hero .goldpeak-hero-product--3 { width:37%;height:48%;right:7%;bottom:4%;transform:rotate(-2deg); }
.goldpeak-market-hero .goldpeak-floating-note { border-radius:10px;background:rgba(7,26,51,.82);color:#fff;border-color:rgba(255,255,255,.14);box-shadow:0 14px 34px rgba(0,0,0,.24); }
.goldpeak-market-hero .goldpeak-floating-note span { color:rgba(255,255,255,.72); }
.goldpeak-market-hero__rail { grid-area:rail;position:relative;z-index:3;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));min-height:62px;background:#071a33;border-top:1px solid rgba(255,255,255,.12); }
.goldpeak-market-hero__rail a { min-width:0;display:flex;align-items:center;justify-content:center;gap:8px;padding:14px 18px;color:rgba(255,255,255,.84);font-size:12px;font-weight:800;text-align:center;border-right:1px solid rgba(255,255,255,.12);overflow-wrap:anywhere; }
.goldpeak-market-hero__rail a:last-child { border-right:0; }
.goldpeak-market-hero__rail a::before { content:"";width:7px;height:7px;flex:0 0 auto;border-radius:50%;background:var(--goldpeak-orange); }
.goldpeak-market-hero__rail a:hover { color:#fff;background:rgba(255,255,255,.06); }

/* One service rail instead of four floating cards. */
.goldpeak-trust-strip { display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;overflow:hidden;margin:18px 0 30px;padding:0;border:1px solid rgba(255,255,255,.10);border-radius:17px;background:linear-gradient(90deg,#071a33,#0a2850);box-shadow:0 18px 42px rgba(7,26,51,.18); }
.goldpeak-trust-card { min-width:0;min-height:82px;padding:17px 20px;color:#fff;background:transparent;border:0;border-right:1px solid rgba(255,255,255,.11);border-radius:0;box-shadow:none; }
.goldpeak-trust-card:last-child { border-right:0; }
.goldpeak-trust-card>.goldpeak-icon { width:42px;height:42px;color:#fff;background:linear-gradient(135deg,var(--goldpeak-coral),var(--goldpeak-orange));border-radius:10px; }
.goldpeak-trust-card strong { color:#fff; }.goldpeak-trust-card small { color:rgba(255,255,255,.68); }

/* Editorial section headers and department cards. */
.goldpeak-section { padding:42px 0 62px; }
.goldpeak-section-head { align-items:center;margin-bottom:22px; }
.goldpeak-section-head>div { position:relative;min-width:0; }
.goldpeak-section-head>div::before { content:none; }
.goldpeak-section-head h2 { max-width:850px;font-size:clamp(30px,3.2vw,46px);letter-spacing:-1.9px;overflow-wrap:anywhere; }
.goldpeak-text-link { padding:9px 12px;border-radius:8px;background:color-mix(in srgb,var(--goldpeak-primary) 8%,transparent); }
.goldpeak-category-grid { grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:16px!important; }
.goldpeak-category-card { position:relative;min-width:0;min-height:118px!important;grid-template-columns:68px minmax(0,1fr) 34px!important;gap:15px!important;padding:17px!important;overflow:hidden;border:1px solid var(--goldpeak-line);border-radius:16px!important;background:linear-gradient(135deg,color-mix(in srgb,var(--goldpeak-surface) 98%,transparent),color-mix(in srgb,var(--goldpeak-primary) 4%,var(--goldpeak-surface)));box-shadow:0 13px 34px rgba(18,52,89,.09); }
.goldpeak-category-card::before { content:none; }
.goldpeak-category-card:hover { transform:translateY(-4px);box-shadow:var(--goldpeak-shadow-soft); }
.goldpeak-category-card__image { width:68px!important;height:68px!important;border-radius:50%!important;background:color-mix(in srgb,var(--goldpeak-primary) 7%,var(--goldpeak-surface-2));box-shadow:none;border:1px solid color-mix(in srgb,var(--goldpeak-primary) 14%,var(--goldpeak-line)); }
.goldpeak-category-card__image img { width:86%;height:86%;border-radius:50%; }
.goldpeak-category-card h3 { margin:0 0 5px;font-size:15px!important;white-space:normal;overflow:visible;text-overflow:clip;overflow-wrap:anywhere; }
.goldpeak-category-card b { width:32px;height:32px;display:grid;place-items:center;border-radius:50%;color:#fff;background:var(--goldpeak-primary); }

/* Crisp retail product cards. */
.goldpeak-home-product { border-radius:16px;box-shadow:0 14px 34px rgba(17,50,86,.09); }
.goldpeak-home-product__media,.goldpeak-new-arrivals-grid .goldpeak-home-product__media { margin:0;min-height:224px;border-radius:0;border-bottom:1px solid var(--goldpeak-line);background:linear-gradient(145deg,color-mix(in srgb,var(--goldpeak-primary) 5%,var(--goldpeak-surface-2)),var(--goldpeak-surface)); }
.goldpeak-home-product__media::after { content:"";position:absolute;right:-38px;bottom:-72px;width:145px;height:145px;border:22px solid color-mix(in srgb,var(--goldpeak-orange) 9%,transparent);transform:rotate(25deg); }
.goldpeak-home-product__media img { border-radius:10px!important; }.goldpeak-home-product__body,.goldpeak-new-arrivals-grid .goldpeak-home-product__body { min-height:220px;padding:18px; }
.goldpeak-home-product h3 { overflow-wrap:anywhere; }.goldpeak-product-card-bottom .button { border-radius:9px!important;background:linear-gradient(135deg,var(--goldpeak-primary),#174993 56%,var(--goldpeak-coral))!important; }
.goldpeak-product-slider { grid-auto-columns:minmax(245px,290px); }.goldpeak-slider-button { border-radius:9px;box-shadow:0 8px 20px rgba(20,55,95,.09); }
.goldpeak-timed-stage { overflow:hidden;border-radius:20px!important;background:linear-gradient(110deg,color-mix(in srgb,var(--goldpeak-surface) 98%,transparent),color-mix(in srgb,var(--goldpeak-primary) 5%,var(--goldpeak-surface)));box-shadow:var(--goldpeak-shadow-soft); }
.goldpeak-timed-card { border-radius:14px!important; }.goldpeak-timed-card__image img { border-radius:10px!important; }.goldpeak-timed-detail h3 { overflow-wrap:anywhere; }

/* Self-contained restaurant ribbon. */
.goldpeak-restaurant-feature.goldpeak-section { position:relative;display:grid!important;grid-template-columns:minmax(0,1.16fr) minmax(330px,.84fr)!important;align-items:stretch;gap:0!important;min-height:390px;margin:34px 0 64px;padding:0!important;overflow:hidden;border:0;border-radius:24px;background:#071a33;box-shadow:0 24px 64px rgba(7,26,51,.22); }
.goldpeak-restaurant-feature__copy { position:relative;z-index:2;min-width:0;padding:clamp(34px,5vw,66px);color:#fff;background:radial-gradient(circle at 4% 100%,rgba(255,132,24,.20),transparent 34%),linear-gradient(118deg,#071a33,#0c2b55); }
.goldpeak-restaurant-feature__copy::after { content:"";position:absolute;top:0;right:-55px;width:112px;height:100%;transform:skewX(-9deg);background:#0c2b55; }
.goldpeak-restaurant-feature__copy .goldpeak-section-kicker { color:#ffad64; }
.goldpeak-restaurant-feature__copy h2 { max-width:760px;margin:8px 0 16px;color:#fff;font-size:clamp(34px,4vw,58px);line-height:1.02;letter-spacing:-2.2px;overflow-wrap:anywhere; }
.goldpeak-restaurant-feature__copy p { max-width:730px;margin-bottom:22px;color:rgba(255,255,255,.74);font-size:15px; }
.goldpeak-restaurant-feature__points { display:flex;flex-wrap:wrap;gap:9px;margin:0 0 24px; }
.goldpeak-restaurant-feature__points span { display:inline-flex;align-items:center;gap:8px;padding:8px 11px;border:1px solid rgba(255,255,255,.13);border-radius:9px;color:rgba(255,255,255,.82);background:rgba(255,255,255,.05);font-size:11px;font-weight:700; }
.goldpeak-restaurant-feature__points b { color:#ffad64; }
.goldpeak-button--restaurant { color:#fff!important;background:linear-gradient(135deg,var(--goldpeak-coral),var(--goldpeak-orange))!important;box-shadow:0 14px 32px rgba(255,78,73,.24)!important; }
.goldpeak-restaurant-feature__visual { position:relative;min-width:0;min-height:390px;overflow:hidden;background:radial-gradient(circle at 70% 28%,rgba(255,255,255,.23),transparent 32%),linear-gradient(135deg,#ff304f 0%,#ff8418 62%,#d8a75e); }
.goldpeak-restaurant-feature__plate { position:absolute;border-radius:50%;border:26px solid rgba(255,255,255,.86);box-shadow:0 24px 48px rgba(82,23,10,.20); }
.goldpeak-restaurant-feature__plate::before,.goldpeak-restaurant-feature__plate::after { content:"";position:absolute;border-radius:50%; }.goldpeak-restaurant-feature__plate::before { inset:19%;background:rgba(7,26,51,.12); }.goldpeak-restaurant-feature__plate::after { inset:37%;background:rgba(255,255,255,.66); }
.goldpeak-restaurant-feature__plate--one { width:240px;height:240px;right:42px;top:42px; }.goldpeak-restaurant-feature__plate--two { width:155px;height:155px;left:34px;bottom:24px;opacity:.56; }
.goldpeak-restaurant-feature__badge { position:absolute;z-index:2;right:30px;bottom:30px;max-width:230px;padding:18px 20px;color:#fff;border:1px solid rgba(255,255,255,.24);border-radius:13px;background:rgba(7,26,51,.80);backdrop-filter:blur(16px);box-shadow:0 18px 38px rgba(0,0,0,.22); }
.goldpeak-restaurant-feature__badge small,.goldpeak-restaurant-feature__badge strong,.goldpeak-restaurant-feature__badge span { display:block; }.goldpeak-restaurant-feature__badge small { color:#ffb66d;font-weight:800;text-transform:uppercase;letter-spacing:.08em; }.goldpeak-restaurant-feature__badge strong { margin:5px 0 2px;font-size:29px;line-height:1; }.goldpeak-restaurant-feature__badge span { color:rgba(255,255,255,.72);font-size:12px; }

.goldpeak-deal-board { grid-template-columns:minmax(0,1.28fr) minmax(350px,.72fr);gap:20px; }.goldpeak-deal-banner,.goldpeak-best-list { border-radius:18px; }.goldpeak-best-list__item,.goldpeak-best-list__item span { min-width:0; }.goldpeak-best-list__item strong { overflow-wrap:anywhere; }.goldpeak-best-list__item img { border-radius:9px!important; }
.goldpeak-inner-hero { overflow:hidden;border-radius:20px;background:linear-gradient(115deg,color-mix(in srgb,var(--goldpeak-surface) 98%,transparent),color-mix(in srgb,var(--goldpeak-primary) 5%,var(--goldpeak-surface))); }.goldpeak-inner-hero__copy,.goldpeak-inner-hero__assurance { min-width:0; }.goldpeak-inner-hero h1 { overflow-wrap:anywhere; }

.goldpeak-footer { position:relative;margin-top:42px;padding-top:70px;color:rgba(255,255,255,.76);background:#061426; }.goldpeak-footer::before { content:none; }.goldpeak-footer .goldpeak-newsletter { border:1px solid rgba(255,255,255,.12);border-radius:16px;background:linear-gradient(110deg,#0b3264,#1559b7 48%,#cf2b47);box-shadow:0 22px 54px rgba(0,0,0,.22); }.goldpeak-footer h2,.goldpeak-footer h3,.goldpeak-footer strong { color:#fff; }.goldpeak-footer p,.goldpeak-footer a,.goldpeak-footer li { color:rgba(255,255,255,.70); }.goldpeak-footer a:hover { color:#fff; }.goldpeak-footer__bottom { border-top-color:rgba(255,255,255,.10); }.goldpeak-footer .goldpeak-mode-logo--light { display:none; }.goldpeak-footer .goldpeak-mode-logo--dark { display:block; }

/* Defensive rules remove the text collisions seen in the first Goldpeak release. */
.goldpeak-market-hero__shell>*,.goldpeak-restaurant-feature>*,.goldpeak-section-head>*,.goldpeak-deal-board>*,.goldpeak-category-card>*,.goldpeak-home-product>*,.goldpeak-timed-stage>* { min-width:0; }
.goldpeak-restaurant-feature h2,.goldpeak-restaurant-feature p,.goldpeak-restaurant-feature a,.goldpeak-restaurant-feature span,.goldpeak-market-hero h1,.goldpeak-market-hero p,.goldpeak-section-head h2 { max-width:100%; }

/* Business-page grids restored as valid CSS. */
.goldpeak-location-strip { display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px; }.goldpeak-location-card { min-width:0;min-height:190px;padding:24px; }.goldpeak-location-card h3 { margin:8px 0 10px;font-size:20px;overflow-wrap:anywhere; }.goldpeak-location-card p { color:var(--goldpeak-muted);font-size:14px; }.goldpeak-location-card a { color:var(--goldpeak-primary);font-weight:800; }
.goldpeak-jobs-grid { display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px; }.goldpeak-job-card { min-width:0;min-height:260px;padding:24px;display:flex;flex-direction:column; }.goldpeak-job-card__meta { color:var(--goldpeak-primary);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em; }.goldpeak-job-card h2 { margin:12px 0;font-size:24px;overflow-wrap:anywhere; }.goldpeak-job-card p { flex:1;color:var(--goldpeak-muted); }.goldpeak-job-card a { color:var(--goldpeak-primary);font-weight:800; }
.goldpeak-policy-content a,.goldpeak-page-content a { color:var(--goldpeak-primary);text-decoration:underline;text-underline-offset:3px; }

@media(max-width:1180px){
  .goldpeak-header__main{grid-template-columns:215px minmax(220px,1fr) auto;gap:18px}.goldpeak-market-hero__shell{grid-template-columns:minmax(0,1fr) minmax(380px,.9fr)}.goldpeak-category-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.goldpeak-deal-board{grid-template-columns:1fr}.goldpeak-location-strip,.goldpeak-jobs-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:940px){
  .goldpeak-market-hero__shell{grid-template-columns:1fr;grid-template-areas:"copy" "visual" "rail";background:var(--goldpeak-surface)}html[data-theme="dark"] .goldpeak-market-hero__shell{background:#0a1b31}.goldpeak-market-hero__shell::before{display:none}.goldpeak-market-hero .goldpeak-hero__content{min-height:auto;padding:44px}.goldpeak-market-hero .goldpeak-hero__visual{min-height:420px}.goldpeak-market-hero__rail{grid-template-columns:repeat(2,minmax(0,1fr))}.goldpeak-market-hero__rail a:nth-child(2){border-right:0}.goldpeak-market-hero__rail a:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.11)}.goldpeak-trust-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.goldpeak-trust-card:nth-child(2){border-right:0}.goldpeak-trust-card:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.11)}.goldpeak-restaurant-feature.goldpeak-section{grid-template-columns:1fr!important}.goldpeak-restaurant-feature__copy::after{display:none}.goldpeak-restaurant-feature__visual{min-height:285px}
}
@media(max-width:760px){
  .goldpeak-container{width:min(var(--goldpeak-container),calc(100% - 24px))}.goldpeak-market-hero{padding-top:20px}.goldpeak-market-hero__shell{border-radius:20px}.goldpeak-market-hero .goldpeak-hero__content{padding:32px 24px}.goldpeak-market-hero .goldpeak-hero__content h1{font-size:clamp(42px,12vw,60px);letter-spacing:-2.6px}.goldpeak-market-hero .goldpeak-hero__visual{min-height:340px}.goldpeak-market-hero__rail{overflow-x:auto;display:flex;scrollbar-width:none}.goldpeak-market-hero__rail::-webkit-scrollbar{display:none}.goldpeak-market-hero__rail a{min-width:190px;border-right:1px solid rgba(255,255,255,.11)!important;border-bottom:0!important}.goldpeak-trust-strip{grid-template-columns:1fr}.goldpeak-trust-card{border-right:0;border-bottom:1px solid rgba(255,255,255,.11)}.goldpeak-trust-card:last-child{border-bottom:0}.goldpeak-section{padding:30px 0 48px}.goldpeak-section-head{align-items:flex-end;gap:12px}.goldpeak-section-head h2{font-size:29px}.goldpeak-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.goldpeak-category-card{min-height:104px!important;grid-template-columns:54px minmax(0,1fr)!important;padding:13px!important}.goldpeak-category-card__image{width:54px!important;height:54px!important}.goldpeak-category-card b{display:none}.goldpeak-product-slider{grid-auto-columns:minmax(82vw,82vw)}.goldpeak-restaurant-feature.goldpeak-section{min-height:0;margin:20px 0 48px;border-radius:18px}.goldpeak-restaurant-feature__copy{padding:34px 24px}.goldpeak-restaurant-feature__copy h2{font-size:37px;letter-spacing:-1.5px}.goldpeak-restaurant-feature__points{display:grid;grid-template-columns:1fr}.goldpeak-restaurant-feature__visual{min-height:240px}.goldpeak-restaurant-feature__plate--one{width:190px;height:190px;right:20px;top:24px}.goldpeak-restaurant-feature__plate--two{width:118px;height:118px;left:18px;bottom:16px}.goldpeak-restaurant-feature__badge{right:18px;bottom:18px}.goldpeak-location-strip,.goldpeak-jobs-grid{grid-template-columns:1fr}
}
@media(max-width:440px){.goldpeak-category-grid{grid-template-columns:1fr 1fr!important}.goldpeak-category-card h3{font-size:12px!important}.goldpeak-category-card span{font-size:9px}.goldpeak-market-hero .goldpeak-hero__visual{min-height:300px}.goldpeak-restaurant-feature__badge strong{font-size:24px}}

/* GoldPeak 1.2 contact, company-story and icon refinements. */
.goldpeak-theme-toggle .goldpeak-icon { color:var(--goldpeak-primary); }
.goldpeak-theme-toggle .goldpeak-icon svg { width:20px;height:20px; }
.goldpeak-theme-toggle:focus-visible,
.goldpeak-footer__socials a:focus-visible,
.goldpeak-social-directory a:focus-visible,
.goldpeak-about-menu-details summary:focus-visible { outline:3px solid color-mix(in srgb,var(--goldpeak-primary) 48%,transparent);outline-offset:3px; }
.goldpeak-whatsapp__icon .goldpeak-icon { width:29px;height:29px; }
.goldpeak-whatsapp__icon .goldpeak-icon svg { width:29px;height:29px; }
.goldpeak-footer__socials { display:flex;flex-wrap:wrap;gap:8px;margin-top:20px; }
.goldpeak-footer__socials a { width:40px;height:40px;display:grid;place-items:center;border-radius:12px;color:#fff!important;background:rgba(255,255,255,.08);transition:transform .2s ease,background .2s ease; }
.goldpeak-footer__socials a:hover { transform:translateY(-3px);background:rgba(255,255,255,.16); }
.goldpeak-footer__socials .goldpeak-icon svg { width:19px;height:19px; }

/* Keep desktop utility content inside the viewport and reserve complete link boxes. */
@media (min-width:761px) {
  .goldpeak-topbar__inner { box-sizing:border-box;padding-inline:10px 20px; }
  .goldpeak-topbar__notice { min-width:0; }
  .goldpeak-topbar__assurances { flex:0 0 auto;gap:18px;padding-right:4px;white-space:nowrap; }
}
@media (min-width:1181px) {
  .goldpeak-container { width:min(1220px,calc(100% - 96px)); }
}
.goldpeak-section-head { width:100%;max-width:100%;box-sizing:border-box; }
.goldpeak-section-head>.goldpeak-text-link { flex:0 0 auto;margin-inline-end:4px;white-space:nowrap; }

.goldpeak-about-division { display:grid;grid-template-columns:minmax(250px,.72fr) minmax(0,1.28fr);gap:clamp(26px,5vw,70px);align-items:start;margin-top:22px;padding:clamp(30px,5vw,62px); }
.goldpeak-about-division__heading { position:sticky;top:160px; }
.goldpeak-about-division__heading>span { width:54px;height:54px;display:grid;place-items:center;margin-bottom:22px;border-radius:15px;color:#fff;background:linear-gradient(135deg,var(--goldpeak-primary),var(--goldpeak-coral));box-shadow:0 16px 36px rgba(20,74,151,.22); }
.goldpeak-about-division--food .goldpeak-about-division__heading>span { background:linear-gradient(135deg,var(--goldpeak-coral),var(--goldpeak-orange)); }
.goldpeak-about-division__heading h2 { margin:0;font-size:clamp(30px,3.5vw,48px);line-height:1.04;letter-spacing:-.035em; }
.goldpeak-about-division__copy { max-width:75ch; }
.goldpeak-about-division__copy>p { color:var(--goldpeak-muted);font-size:15px;line-height:1.85; }
.goldpeak-about-division__copy>.goldpeak-button { margin-top:12px; }
.goldpeak-about-menu-details { display:grid;gap:10px;margin:26px 0 18px; }
.goldpeak-about-menu-details details { overflow:hidden;border:1px solid var(--goldpeak-line);border-radius:14px;background:var(--goldpeak-surface-2); }
.goldpeak-about-menu-details summary { min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:15px 18px;color:var(--goldpeak-heading);font-weight:850;cursor:pointer;list-style:none; }
.goldpeak-about-menu-details summary::-webkit-details-marker { display:none; }
.goldpeak-about-menu-details summary .goldpeak-icon { transition:transform .2s ease; }
.goldpeak-about-menu-details details[open] summary .goldpeak-icon { transform:rotate(180deg); }
.goldpeak-about-menu-details details p { margin:0;padding:0 18px 20px;color:var(--goldpeak-muted);line-height:1.75; }
.goldpeak-about-purpose .goldpeak-purpose-card { display:block; }
.goldpeak-about-purpose .goldpeak-purpose-card h2 { margin:0 0 13px; }
.goldpeak-about-purpose .goldpeak-purpose-card p { color:var(--goldpeak-muted);line-height:1.75; }
.goldpeak-about-values { margin-top:22px;padding:clamp(30px,5vw,58px); }
.goldpeak-about-values>h2 { margin:0 0 22px;font-size:clamp(30px,4vw,50px); }
.goldpeak-about-values__list { border-top:1px solid var(--goldpeak-line); }
.goldpeak-about-values__list article { display:grid;grid-template-columns:minmax(210px,.55fr) minmax(0,1.45fr);gap:clamp(20px,4vw,58px);padding:24px 0;border-bottom:1px solid var(--goldpeak-line); }
.goldpeak-about-values__list h3 { margin:0;color:var(--goldpeak-heading);font-size:19px; }
.goldpeak-about-values__list p { max-width:72ch;margin:0;color:var(--goldpeak-muted);line-height:1.75; }
.goldpeak-about-culture { display:grid;grid-template-columns:minmax(260px,.8fr) minmax(0,1.2fr);gap:clamp(28px,5vw,70px);margin-top:22px;padding:clamp(30px,5vw,58px);background:linear-gradient(120deg,color-mix(in srgb,var(--goldpeak-primary) 9%,var(--goldpeak-surface)),color-mix(in srgb,var(--goldpeak-orange) 7%,var(--goldpeak-surface))); }
.goldpeak-about-culture h2 { margin:0 0 12px;font-size:clamp(30px,4vw,50px); }
.goldpeak-about-culture p { margin:0;color:var(--goldpeak-muted);line-height:1.8; }

.goldpeak-contact-action>.goldpeak-icon:last-child { width:19px;height:19px;color:var(--goldpeak-primary); }
.goldpeak-contact-action--whatsapp>.goldpeak-icon:last-child { color:#16a85c; }
.goldpeak-contact-action small { overflow-wrap:anywhere; }
.goldpeak-contact-store-grid { grid-template-columns:repeat(3,minmax(0,1fr)); }
.goldpeak-contact-store-card__phones .goldpeak-icon { width:14px;height:14px; }
.goldpeak-social-directory { display:grid;grid-template-columns:minmax(240px,.7fr) minmax(0,1.3fr);gap:32px;align-items:center;margin:20px 0;padding:clamp(24px,4vw,40px); }
.goldpeak-social-directory h2 { margin:0 0 8px;font-size:clamp(28px,3vw,40px); }
.goldpeak-social-directory p { max-width:58ch;margin:0;color:var(--goldpeak-muted);line-height:1.7; }
.goldpeak-social-directory nav { display:flex;flex-wrap:wrap;gap:10px; }
.goldpeak-social-directory nav a { min-height:46px;display:inline-flex;align-items:center;gap:9px;padding:10px 13px;border-radius:12px;color:var(--goldpeak-text);background:var(--goldpeak-surface-2);box-shadow:0 8px 20px rgba(19,64,116,.08);font-size:12px;font-weight:800;transition:transform .2s ease,background .2s ease; }
.goldpeak-social-directory nav a:hover { transform:translateY(-3px);background:color-mix(in srgb,var(--goldpeak-primary) 8%,var(--goldpeak-surface-2)); }
.goldpeak-social-directory nav .goldpeak-icon svg { width:18px;height:18px; }

@media(max-width:820px){
  .goldpeak-about-division,.goldpeak-about-culture,.goldpeak-social-directory{grid-template-columns:1fr}.goldpeak-about-division__heading{position:static}.goldpeak-about-values__list article{grid-template-columns:1fr;gap:8px}.goldpeak-contact-store-grid{grid-template-columns:1fr}
}
@media(max-width:560px){
  .goldpeak-about-story,.goldpeak-about-division,.goldpeak-about-values,.goldpeak-about-culture{padding:25px}.goldpeak-social-directory nav a{flex:1 1 calc(50% - 10px);justify-content:center}.goldpeak-contact-action{grid-template-columns:42px minmax(0,1fr) 18px}.goldpeak-contact-action__icon{width:42px;height:42px}
}
@media(max-width:760px){
  .goldpeak-header__main{grid-template-columns:43px minmax(0,1fr) 43px!important;gap:10px!important;width:calc(100% - 24px);max-width:100%;}
  .goldpeak-header__brand{min-width:0;justify-self:center;overflow:hidden;}
  .goldpeak-header__brand .goldpeak-brand img,.goldpeak-header__brand .custom-logo{width:148px!important;max-width:100%!important;}
  .goldpeak-header__search{width:100%;min-width:0;}
  .goldpeak-header__search form,.goldpeak-header__search input[type="search"]{width:100%;min-width:0;max-width:100%;}
  .goldpeak-header__actions{width:43px;min-width:0;justify-self:end;overflow:visible;}
}
