@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/assets/site/site-font.woff2") format("woff2");
}

@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/site/site-font.woff2") format("woff2");
}

:root {
  --spc-bg: #eaeded;
  --spc-surface: #ffffff;
  --spc-surface-alt: #f7f8f8;
  --spc-ink: #0f1111;
  --spc-muted: #565959;
  --spc-line: #d5d9d9;
  --spc-brand: #007185;
  --spc-brand-strong: #007185;
  --spc-accent: #ffd814;
  --spc-accent-strong: #f7ca00;
  --spc-accent-soft: #fff7e0;
  --spc-dark: #005960;
  --spc-dark-soft: #00464a;
  --spc-link-hover: #c7511f;
  --spc-danger: #cc0c39;
  --spc-radius: 16px;
  --spc-shadow: 0 10px 26px rgba(23, 35, 55, 0.08);
  --spc-shadow-strong: 0 22px 58px rgba(23, 35, 55, 0.16);
  --spc-card-border: rgba(23, 35, 55, 0.08);
  --spc-layout-gap: clamp(1rem, 1.6vw, 1.5rem);
  --spc-compact-gap: 0.75rem;
  --spc-header-body-gap: clamp(0.9rem, 1.8vw, 1.4rem);
}

.site-footer {
  display: none !important;
}

body.spc-astra-store {
  margin: 0;
  background:
    radial-gradient(circle at top left, rgba(255, 216, 20, 0.14), transparent 22%),
    linear-gradient(180deg, #e3e6e6 0, #eaeded 52%, #eaeded 100%);
  color: var(--spc-ink);
}

body.spc-astra-store,
body.spc-astra-store button,
body.spc-astra-store input,
body.spc-astra-store select,
body.spc-astra-store textarea {
  font-family: "Inter", "Segoe UI", "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.spc-astra-store h1,
body.spc-astra-store h2,
body.spc-astra-store h3,
body.spc-astra-store h4,
body.spc-astra-store h5,
body.spc-astra-store h6 {
  font-family: "Inter", "Segoe UI", "Helvetica Neue", sans-serif;
  font-weight: 700;
  line-height: 1.25;
}

body.spc-astra-store h1,
body.spc-astra-store h2,
body.spc-astra-store .entry-title,
body.spc-astra-store .spc-hero__content h1,
body.spc-astra-store .spc-section-heading h2,
body.spc-astra-store .spc-promo-card h2,
body.spc-astra-store .spc-banner-card h2,
body.spc-astra-store .woocommerce div.product .product_title,
body.spc-astra-store .woocommerce div.product .woocommerce-tabs h2,
body.spc-astra-store .woocommerce .related.products > h2,
body.spc-astra-store .woocommerce .upsells.products > h2 {
  font-size: 1.5rem;
}

body.spc-astra-store strong,
body.spc-astra-store b {
  font-weight: 700;
}

body.spc-astra-store a {
  color: var(--spc-brand);
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

body.spc-astra-store a:hover,
body.spc-astra-store a:focus {
  color: var(--spc-link-hover);
}

body.spc-astra-store a.spc-category-ribbon__item,
body.spc-astra-store a.spc-promo-card:not(.spc-promo-card--primary),
body.spc-astra-store a.spc-discovery-card:not(.spc-discovery-card--featured),
body.spc-astra-store a.spc-category-card {
  color: var(--spc-ink);
}

body.spc-astra-store a.spc-promo-card.spc-promo-card--primary,
body.spc-astra-store a.spc-discovery-card.spc-discovery-card--featured {
  color: #fff;
}

body.spc-astra-store a.spc-category-ribbon__item:hover,
body.spc-astra-store a.spc-category-ribbon__item:focus,
body.spc-astra-store a.spc-promo-card:hover,
body.spc-astra-store a.spc-promo-card:focus,
body.spc-astra-store a.spc-discovery-card:hover,
body.spc-astra-store a.spc-discovery-card:focus,
body.spc-astra-store a.spc-category-card:hover,
body.spc-astra-store a.spc-category-card:focus {
  color: inherit;
}

body.spc-astra-store .site-content {
  background: transparent;
  padding-top: var(--spc-header-body-gap);
}

body.spc-astra-store .site-primary-footer-wrap,
body.spc-astra-store .site-below-footer-wrap,
body.spc-astra-store .site-above-footer-wrap,
body.spc-astra-store .ast-builder-grid-row-container,
body.spc-astra-store .ast-theme-transparent-header #masthead,
body.spc-astra-store footer.site-footer:not(.spc-footer) {
  display: none;
}

.spc-shell {
  width: min(1560px, calc(100% - 18px));
  margin: 0 auto;
}

body.spc-astra-store.spc-front-page-active .spc-category-ribbon > .spc-shell,
body.spc-astra-store.spc-front-page-active .spc-home-slider > .spc-shell,
body.spc-astra-store.spc-front-page-active .spc-hero > .spc-shell,
body.spc-astra-store.spc-front-page-active .spc-feature-band > .spc-shell,
body.spc-astra-store.spc-front-page-active .spc-section > .spc-shell {
  padding: 0.95rem;
  border: 1px solid rgba(12, 26, 45, 0.06);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(249, 250, 250, 0.96));
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.08);
}

.spc-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 40px;
  padding: 0.68rem 1.05rem;
  border: 0;
  border-radius: 10px;
  background: linear-gradient(180deg, var(--spc-accent), var(--spc-accent-strong));
  color: var(--spc-ink);
  font-weight: 700;
  font-size: 0.88rem;
  line-height: 1.15;
  letter-spacing: 0;
  white-space: nowrap;
  box-shadow: 0 8px 18px rgba(15, 17, 17, 0.14);
}

.spc-button:hover {
  color: var(--spc-ink);
  background: linear-gradient(180deg, #f7ca00, #f2c200);
  transform: translateY(-1px);
}

.spc-button--soft {
  background: #fff;
  color: var(--spc-brand);
  box-shadow: inset 0 0 0 1px var(--spc-line);
}

.spc-button--soft:hover {
  color: var(--spc-link-hover);
}

.spc-button,
body.spc-astra-store .woocommerce a.button,
body.spc-astra-store .woocommerce button.button,
body.spc-astra-store .woocommerce input.button {
  position: relative;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease,
    color 0.2s ease,
    opacity 0.2s ease;
}

.spc-button.spc-is-loading,
body.spc-astra-store .woocommerce a.button.spc-is-loading,
body.spc-astra-store .woocommerce button.button.spc-is-loading,
body.spc-astra-store .woocommerce input.button.spc-is-loading {
  opacity: 0.82;
  pointer-events: none;
  animation: spcButtonPulse 0.9s ease-in-out infinite alternate;
}

.spc-button.spc-is-added,
body.spc-astra-store .woocommerce a.button.spc-is-added,
body.spc-astra-store .woocommerce button.button.spc-is-added,
body.spc-astra-store .woocommerce input.button.spc-is-added {
  background: linear-gradient(180deg, #d8f7df, #b7ebc3);
  color: #115c34;
  box-shadow: 0 12px 26px rgba(26, 127, 55, 0.18);
}

@keyframes spcButtonPulse {
  from {
    transform: translateY(0);
    box-shadow: 0 8px 18px rgba(15, 17, 17, 0.12);
  }

  to {
    transform: translateY(-1px);
    box-shadow: 0 12px 22px rgba(15, 17, 17, 0.18);
  }
}

.spc-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: var(--spc-accent-soft);
  color: #8a4b00;
  border: 1px solid rgba(240, 193, 75, 0.4);
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.spc-header {
  position: sticky;
  top: 0;
  z-index: 80;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.2);
}

.spc-header .spc-shell {
  width: calc(100% - 8px);
  max-width: none;
}

.spc-mainbar__inner,
.spc-navband__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
}

.spc-brand-block {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  min-width: 0;
}

.spc-mainbar {
  background: #131921;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.spc-mainbar__inner {
  min-height: 64px;
  padding: 0.6rem 0;
}

.spc-logo {
  display: inline-flex;
  align-items: center;
  max-width: 170px;
  min-height: 46px;
  padding: 0.25rem 0.45rem;
  border: 1px solid transparent;
  border-radius: 4px;
}

.spc-logo__image {
  max-width: 100%;
  max-height: 42px;
  width: auto;
  height: auto;
}

.spc-delivery,
.spc-header-action,
.spc-shop-button,
.spc-menu-toggle {
  border: 1px solid transparent;
}

.spc-logo:hover,
.spc-logo:focus,
.spc-delivery:hover,
.spc-delivery:focus,
.spc-header-action:hover,
.spc-header-action:focus,
.spc-shop-button:hover,
.spc-shop-button:focus,
.spc-menu-toggle:hover,
.spc-menu-toggle:focus {
  border-color: rgba(255, 255, 255, 0.7);
  color: #fff;
  transform: none;
}

.spc-delivery {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 46px;
  padding: 0.25rem 0.45rem;
  border-radius: 4px;
  color: #fff;
}

.spc-delivery__icon,
.spc-header-action__icon,
.spc-shop-button__icon,
.spc-search__button-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.spc-delivery__icon {
  width: 18px;
  height: 18px;
  color: #fff;
  flex: 0 0 auto;
}

.spc-delivery__icon svg,
.spc-header-action__icon svg,
.spc-shop-button__icon svg,
.spc-search__button-icon svg {
  width: 100%;
  height: 100%;
}

.spc-delivery__stack,
.spc-header-action__stack {
  display: flex;
  flex-direction: column;
  gap: 0.08rem;
  line-height: 1.1;
}

.spc-delivery__label,
.spc-header-action__eyebrow {
  font-size: 0.72rem;
  font-weight: 500;
}

.spc-delivery__label {
  color: rgba(255, 255, 255, 0.72);
  white-space: nowrap;
}

.spc-delivery__value {
  color: #fff;
  font-size: 0.84rem;
  font-weight: 700;
  white-space: nowrap;
}

.spc-search {
  flex: 1 1 760px;
  position: relative;
  display: grid;
  grid-template-columns: minmax(74px, 96px) 1fr 56px;
  align-items: center;
  gap: 0;
  min-height: 46px;
  padding: 0;
  overflow: visible;
  border: 2px solid transparent;
  border-radius: 10px;
  background: #fff;
  box-shadow: none;
}

.spc-search.is-suggesting {
  z-index: 6;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.spc-search.is-suggesting .spc-search__select {
  border-bottom-left-radius: 0;
}

.spc-search.is-suggesting button {
  border-bottom-right-radius: 0;
}

.spc-search:focus-within {
  border-color: #f3a847;
  box-shadow: 0 0 0 3px rgba(243, 168, 71, 0.24);
}

.spc-search__select {
  height: 100%;
  margin: 0;
  border: 0;
  border-right: 1px solid #d5d9d9;
  border-radius: 0;
  background-color: #e6e6e6;
  background-image:
    linear-gradient(45deg, transparent 50%, #5f6c7b 50%),
    linear-gradient(135deg, #5f6c7b 50%, transparent 50%);
  background-position:
    calc(100% - 14px) calc(50% - 2px),
    calc(100% - 9px) calc(50% - 2px);
  background-size: 4px 4px, 4px 4px;
  background-repeat: no-repeat;
  color: #0f1111;
  font-size: 0.82rem;
  font-weight: 500;
  appearance: none;
  padding: 0 1.55rem 0 0.8rem;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  white-space: nowrap;
}

.spc-search__select option {
  color: #0f1111;
  background: #fff;
}

.spc-search input[type="search"] {
  min-width: 0;
  border: 0;
  height: 100%;
  margin: 0;
  padding: 0 1.08rem;
  background: transparent;
  color: #0f1111;
  box-shadow: none;
  font-size: 0.94rem;
  font-weight: 500;
}

.spc-search button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  border: 0;
  border-radius: 0;
  min-width: 56px;
  min-height: 46px;
  padding: 0;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  background: #febd69;
  color: #111827;
}

.spc-search button:hover,
.spc-search button:focus {
  background: #f3a847;
}

.spc-search__button-icon {
  width: 20px;
  height: 20px;
}

.spc-search__suggestions {
  position: absolute;
  top: calc(100% - 2px);
  left: -2px;
  right: -2px;
  z-index: 8;
  display: block;
  padding: 0;
  border: 1px solid #d5d9d9;
  border-top: 0;
  border-radius: 0 0 12px 12px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.16);
  max-height: min(400px, 68vh);
  overflow-y: auto;
}

.spc-search__suggestion-list {
  display: grid;
  gap: 0;
}

.spc-search__suggestion {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  align-items: center;
  gap: 0.65rem;
  min-height: 40px;
  padding: 0.46rem 0.95rem;
  color: #0f1111;
  transition:
    background 0.18s ease,
    color 0.18s ease;
}

.spc-search__suggestion:hover,
.spc-search__suggestion:focus,
.spc-search__suggestion.is-active {
  color: #0f1111;
  background: #f3f3f3;
  transform: none;
}

.spc-search__suggestion-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  color: #3f4a56;
}

.spc-search__suggestion-icon svg {
  width: 100%;
  height: 100%;
}

.spc-search__suggestion-copy {
  min-width: 0;
  display: block;
}

.spc-search__suggestion-title {
  color: #0f1111;
  font-size: 0.96rem;
  font-weight: 500;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.spc-search__suggestion-emphasis {
  color: #0f1111;
  font-weight: 700;
}

.spc-search__suggestion-state {
  padding: 0.75rem 0.95rem;
  color: var(--spc-muted);
  font-size: 0.84rem;
  line-height: 1.45;
}

.spc-header-actions {
  display: flex;
  align-items: stretch;
  gap: 0.26rem;
  flex: 0 0 auto;
}

.spc-header-action {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.08rem;
  min-height: 46px;
  min-width: 110px;
  padding: 0.28rem 0.5rem;
  border-radius: 4px;
  background: transparent;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 500;
  line-height: 1.1;
}

.spc-header-action__eyebrow {
  color: rgba(255, 255, 255, 0.8);
  white-space: nowrap;
}

.spc-header-action__label {
  color: #fff;
  font-size: 0.87rem;
  font-weight: 700;
  white-space: nowrap;
}

.spc-header-action--cart {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.35rem;
  min-width: 94px;
  padding-right: 0.42rem;
}

.spc-header-action__icon {
  width: 24px;
  height: 24px;
  color: #fff;
  flex: 0 0 auto;
}

.spc-header-action__count {
  display: inline-grid;
  place-items: center;
  min-width: 20px;
  height: 20px;
  padding: 0 4px;
  border-radius: 999px;
  background: #f08804;
  color: #131921;
  font-size: 0.72rem;
  font-weight: 700;
  transform-origin: center;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.spc-header-action__count.is-bump {
  animation: spcCartBadgeBump 0.48s cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes spcCartBadgeBump {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 rgba(240, 136, 4, 0);
  }

  50% {
    transform: scale(1.22);
    box-shadow: 0 0 0 8px rgba(240, 136, 4, 0.18);
  }

  100% {
    transform: scale(1);
    box-shadow: 0 0 0 rgba(240, 136, 4, 0);
  }
}

.spc-cart-toast {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 120;
  display: grid;
  gap: 0.3rem;
  min-width: min(320px, calc(100vw - 24px));
  padding: 0.9rem 1rem;
  border: 1px solid rgba(12, 26, 45, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 22px 40px rgba(15, 23, 42, 0.18);
  color: var(--spc-ink);
  opacity: 0;
  pointer-events: none;
  transform: translateY(16px);
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.spc-cart-toast.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.spc-cart-toast__title {
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.2;
}

.spc-cart-toast__meta {
  color: var(--spc-muted);
  font-size: 0.82rem;
}

.spc-cart-toast__action {
  color: var(--spc-brand);
  font-size: 0.84rem;
  font-weight: 700;
}

.spc-menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border-radius: 4px;
  background: transparent;
}

.spc-menu-toggle__bars,
.spc-menu-toggle__bars::before,
.spc-menu-toggle__bars::after {
  display: block;
  width: 18px;
  height: 2px;
  margin: 0 auto;
  border-radius: 999px;
  background: #fff;
  content: "";
}

.spc-menu-toggle__bars::before {
  transform: translateY(-6px);
}

.spc-menu-toggle__bars::after {
  transform: translateY(4px);
}

.spc-navband {
  background: #232f3e;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.spc-navband__inner {
  min-height: 42px;
}

.spc-shop-button {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 36px;
  padding: 0.45rem 0.65rem;
  border-radius: 4px;
  background: transparent;
  color: #fff;
  font-size: 0.88rem;
  font-weight: 700;
  box-shadow: none;
}

.spc-shop-menu {
  position: relative;
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

body.spc-astra-store .spc-mainbar a,
body.spc-astra-store .spc-mainbar a:visited,
body.spc-astra-store .spc-navband a,
body.spc-astra-store .spc-navband a:visited,
body.spc-astra-store .spc-mobile-panel a,
body.spc-astra-store .spc-mobile-panel a:visited {
  color: #fff !important;
}

.spc-shop-button__icon {
  width: 18px;
  height: 18px;
}

.spc-shop-dropdown {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  z-index: 35;
  width: min(980px, calc(100vw - 28px));
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.spc-shop-menu:hover .spc-shop-dropdown,
.spc-shop-menu:focus-within .spc-shop-dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.spc-shop-dropdown__surface {
  display: grid;
  gap: 1rem;
  padding: 1rem;
  border: 1px solid rgba(12, 26, 45, 0.08);
  border-radius: 22px;
  background:
    radial-gradient(circle at top right, rgba(243, 168, 71, 0.16), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.995), rgba(247, 250, 252, 0.985));
  box-shadow: 0 32px 70px rgba(6, 24, 44, 0.24);
}

.spc-shop-dropdown__header {
  display: grid;
  gap: 0.35rem;
  padding: 0.15rem 0.1rem 0;
}

.spc-shop-dropdown__eyebrow {
  color: #b45309;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.spc-shop-dropdown__header p {
  margin: 0;
  max-width: 42rem;
  color: var(--spc-muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

.spc-shop-dropdown__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.9rem;
}

.spc-shop-dropdown__group {
  display: grid;
  gap: 0.65rem;
  min-width: 0;
  padding: 0.95rem;
  border: 1px solid rgba(12, 26, 45, 0.07);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
}

.spc-shop-dropdown__lead {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 0.75rem;
  align-items: center;
  color: var(--spc-ink) !important;
}

.spc-shop-dropdown__thumb {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255, 248, 227, 0.96), rgba(255, 242, 204, 0.9));
  border: 1px solid rgba(240, 193, 75, 0.4);
  overflow: hidden;
}

.spc-shop-dropdown__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.spc-shop-dropdown__thumb svg {
  width: 24px;
  height: 24px;
  color: var(--spc-ink);
}

.spc-shop-dropdown__lead-copy {
  display: grid;
  gap: 0.15rem;
  min-width: 0;
}

.spc-shop-dropdown__lead-copy strong {
  color: var(--spc-ink);
  font-size: 0.94rem;
  line-height: 1.25;
}

.spc-shop-dropdown__lead-copy small {
  color: var(--spc-muted);
  font-size: 0.78rem;
}

.spc-shop-dropdown__links {
  display: grid;
  gap: 0.18rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.spc-shop-dropdown__links a,
.spc-shop-dropdown__links a:visited {
  color: #2d3748 !important;
  min-height: 32px;
  padding: 0.18rem 0.1rem;
  font-size: 0.82rem;
  font-weight: 500;
}

.spc-shop-dropdown__links a:hover,
.spc-shop-dropdown__links a:focus {
  color: var(--spc-brand) !important;
}

.spc-shop-dropdown__footer,
.spc-shop-dropdown__footer:visited {
  display: inline-flex;
  width: fit-content;
  min-height: 40px;
  align-items: center;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  background: var(--spc-accent);
  color: #111 !important;
  font-size: 0.84rem;
  font-weight: 700;
}

.spc-primary-nav {
  flex: 1;
  min-width: 0;
}

.spc-nav-menu,
.spc-mobile-nav,
.spc-mobile-cats,
.spc-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.spc-nav-menu {
  display: flex;
  align-items: center;
  gap: 0.12rem;
  flex-wrap: nowrap;
  overflow-x: auto;
  scrollbar-width: none;
}

.spc-nav-menu::-webkit-scrollbar {
  display: none;
}

.spc-nav-menu a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0.4rem 0.68rem;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #fff;
  font-size: 0.84rem;
  font-weight: 600;
  white-space: nowrap;
}

.spc-nav-menu a:hover,
.spc-nav-menu a:focus {
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.65);
}

.spc-nav-menu li.menu-item-has-children {
  position: relative;
}

.spc-nav-menu .sub-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  min-width: 220px;
  margin: 0;
  padding: 0.75rem;
  border: 1px solid rgba(12, 26, 45, 0.08);
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--spc-shadow);
  list-style: none;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: all 0.2s ease;
}

.spc-nav-menu li:hover > .sub-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.spc-nav-menu .sub-menu a {
  width: 100%;
  min-height: 38px;
  padding: 0.35rem 0.5rem;
}

.spc-category-strip {
  display: none;
}

.spc-category-strip__list {
  display: flex;
  gap: 0.7rem;
  overflow-x: auto;
  padding: 0.9rem 0 1rem;
  scrollbar-width: none;
}

.spc-category-strip__list::-webkit-scrollbar {
  display: none;
}

.spc-category-pill {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0.55rem 0.95rem;
  border-radius: 10px;
  background: #fff;
  border: 1px solid rgba(12, 26, 45, 0.08);
  color: var(--spc-ink);
  font-size: 0.85rem;
  font-weight: 600;
  box-shadow: 0 8px 18px rgba(12, 26, 45, 0.04);
}

.spc-mobile-panel {
  display: none;
  background: #fff;
  border-top: 1px solid rgba(12, 26, 45, 0.08);
}

.spc-mobile-panel__inner {
  width: min(1560px, calc(100% - 10px));
  margin: 0 auto;
  padding: 1rem 0 1.25rem;
}

.spc-mobile-panel__section + .spc-mobile-panel__section {
  margin-top: 1rem;
}

.spc-mobile-panel h3 {
  margin: 0 0 0.75rem;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.spc-mobile-nav li a,
.spc-mobile-cats li a {
  display: block;
  padding: 0.8rem 0;
  border-bottom: 1px solid rgba(12, 26, 45, 0.08);
  color: var(--spc-ink);
  font-weight: 600;
}

.spc-front-page {
  display: block;
  width: 100%;
  max-width: none;
  flex: 0 0 100%;
  min-width: 0;
  padding-bottom: 3rem;
}

body.spc-astra-store.spc-front-page-active .site-content > .ast-container {
  display: block;
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.spc-category-ribbon {
  padding: 0.75rem 0 0.35rem;
}

.spc-category-ribbon__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.7rem;
  align-items: stretch;
}

.spc-category-ribbon__item {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  grid-template-areas:
    "icon label"
    "icon count";
  align-items: center;
  gap: 0.08rem 0.7rem;
  min-height: 0;
  padding: 0.78rem 0.92rem;
  border: 1px solid rgba(12, 26, 45, 0.07);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(248, 249, 249, 0.98));
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
  color: var(--spc-ink);
  text-align: left;
}

.spc-category-ribbon__item:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(7, 22, 43, 0.12);
  color: inherit;
}

.spc-category-ribbon__icon {
  grid-area: icon;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: linear-gradient(180deg, #fff9e6, #f4ecc5);
  border: 1px solid rgba(240, 193, 75, 0.36);
  color: var(--spc-ink);
}

.spc-category-ribbon__icon svg {
  width: 24px;
  height: 24px;
}

.spc-category-ribbon__label {
  grid-area: label;
  font-size: 0.83rem;
  font-weight: 700;
  line-height: 1.2;
}

.spc-category-ribbon__count {
  grid-area: count;
  color: var(--spc-muted);
  font-size: 0.73rem;
}

.spc-home-slider {
  padding: 0.35rem 0 0.95rem;
}

.spc-slider {
  position: relative;
  overflow: hidden;
  border-radius: 26px;
  background: #0f172a;
  box-shadow: 0 30px 70px rgba(8, 23, 40, 0.2);
}

.spc-slider__viewport {
  overflow: hidden;
}

.spc-slider__track {
  display: flex;
  transition: transform 0.55s ease;
  will-change: transform;
}

.spc-slide {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(460px, 1.04fr);
  gap: 0;
  align-items: center;
  min-width: 100%;
  min-height: 472px;
  padding: 2.2rem 2.35rem 4rem;
  overflow: hidden;
  color: #fff;
}

.spc-slide::before,
.spc-slide::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.spc-slide::before {
  inset: -14% auto auto -6%;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0));
}

.spc-slide::after {
  inset: auto -8% -24% auto;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 216, 20, 0.18), rgba(255, 216, 20, 0));
}

.spc-slide--brand {
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.16), transparent 26%),
    linear-gradient(115deg, #131921 0, #232f3e 100%);
}

.spc-slide--security {
  background:
    radial-gradient(circle at 20% 18%, rgba(255, 255, 255, 0.14), transparent 24%),
    linear-gradient(120deg, #16202d 0, #34475a 100%);
}

.spc-slide--office {
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.16), transparent 24%),
    linear-gradient(120deg, #1d2735 0, #3b4d63 100%);
}

.spc-slide__content,
.spc-slide__visual {
  position: relative;
  z-index: 1;
}

.spc-slide__content {
  max-width: none;
  padding-right: 0;
}

.spc-slide__eyebrow {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}

.spc-slide__title {
  margin: 1rem 0 0.85rem;
  color: #fff;
  font-size: clamp(2rem, 3vw, 3.05rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.spc-slide__copy {
  max-width: 31rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1rem;
}

.spc-slide__actions {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
  margin: 1.35rem 0 1rem;
}

.spc-slide__actions .spc-button--soft {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.16);
}

.spc-slide__highlights {
  display: flex;
  gap: 0.65rem;
  flex-wrap: wrap;
}

.spc-slide__highlights span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 0.82rem;
}

.spc-slide__visual {
  min-height: 408px;
  width: calc(100% + 3rem);
  margin-left: -3rem;
  isolation: isolate;
}

.spc-slide__visual::before {
  content: "";
  position: absolute;
  inset: 3% -3% 1% 6%;
  z-index: -1;
  border-radius: 42px;
  background:
    radial-gradient(circle at 72% 48%, rgba(255, 255, 255, 1), rgba(249, 251, 253, 0.98) 34%, rgba(223, 230, 239, 0.72) 54%, rgba(223, 230, 239, 0) 78%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0.08));
}

.spc-slide__brand {
  display: none;
}

.spc-slide__product {
  position: absolute;
  right: 0.5rem;
  bottom: -0.1rem;
  display: grid;
  place-items: center;
  width: 356px;
  height: 356px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.spc-slide__product--secondary {
  left: auto;
  right: 17.4rem;
  bottom: 2.15rem;
  width: 228px;
  height: 228px;
  background: transparent;
  z-index: 0;
}

.spc-slide__product::before {
  content: "";
  position: absolute;
  inset: 15% 12%;
  z-index: -1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0));
  filter: blur(16px);
}

.spc-slide__product--secondary::before {
  inset: 18% 16%;
  background: radial-gradient(circle, rgba(255, 216, 20, 0.12), rgba(255, 216, 20, 0));
}

.spc-slide__image,
.spc-slide__product img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: none;
  transform-origin: center center;
  image-rendering: auto;
  mix-blend-mode: normal;
  filter: drop-shadow(0 20px 28px rgba(5, 15, 30, 0.22));
}

.spc-slide__product--secondary .spc-slide__image,
.spc-slide__product--secondary img {
  filter: drop-shadow(0 16px 22px rgba(5, 15, 30, 0.16));
}

.spc-slider__arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.28);
  color: #fff;
  font-size: 1.8rem;
  transform: translateY(-50%);
  backdrop-filter: blur(10px);
}

.spc-slider__arrow:hover,
.spc-slider__arrow:focus {
  background: rgba(15, 23, 42, 0.52);
}

.spc-slider__arrow--prev {
  left: 1rem;
}

.spc-slider__arrow--next {
  right: 1rem;
}

.spc-slider__footer {
  position: absolute;
  left: 2.4rem;
  bottom: 1.25rem;
  z-index: 3;
}

.spc-slider__dots {
  display: flex;
  gap: 0.5rem;
}

.spc-slider__dot {
  width: 10px;
  height: 10px;
  margin: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.38);
}

.spc-slider__dot.is-active {
  width: 28px;
  background: #fff;
}

.spc-hero {
  position: relative;
  overflow: hidden;
  padding: 2.2rem 0 1.6rem;
  background: linear-gradient(180deg, #e3e6e6 0, #eaeded 64%, transparent 64%);
}

.spc-hero::before {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(255, 216, 20, 0.18), transparent 30%),
    radial-gradient(circle at 10% 20%, rgba(255, 153, 0, 0.12), transparent 28%);
  content: "";
  pointer-events: none;
}

.spc-hero::after {
  position: absolute;
  inset: 12% auto auto 58%;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.46), rgba(255, 255, 255, 0));
  filter: blur(4px);
  content: "";
  pointer-events: none;
}

.spc-hero__grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: 1.25rem;
}

.spc-hero__content,
.spc-hero__promos {
  position: relative;
  z-index: 1;
}

.spc-hero__content {
  position: relative;
  padding: 2rem;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(249, 250, 250, 0.98));
  color: var(--spc-ink);
  border: 1px solid var(--spc-line);
  box-shadow: var(--spc-shadow-strong);
  overflow: hidden;
}

.spc-hero__content::after {
  position: absolute;
  inset: auto -12% -28% auto;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 216, 20, 0.16), rgba(255, 216, 20, 0));
  content: "";
  pointer-events: none;
}

.spc-hero__content h1 {
  margin: 1rem 0;
  color: var(--spc-ink);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.spc-hero__content p {
  max-width: 52rem;
  margin: 0 0 1.35rem;
  color: var(--spc-muted);
  font-size: 1.02rem;
}

.spc-hero__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  margin: 1.35rem 0 1.4rem;
}

.spc-stat-card {
  display: grid;
  gap: 0.2rem;
  padding: 0.9rem 1rem;
  border-radius: 12px;
  background: linear-gradient(180deg, #ffffff, #f7f8f8);
  border: 1px solid var(--spc-line);
}

.spc-stat-card strong {
  color: var(--spc-ink);
  font-size: 1.12rem;
  font-weight: 700;
}

.spc-stat-card span {
  color: var(--spc-muted);
  font-size: 0.78rem;
}

.spc-hero__actions {
  display: flex;
  gap: 0.85rem;
  flex-wrap: wrap;
  margin-bottom: 1.4rem;
}

.spc-trust-row {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.spc-trust-row span {
  display: inline-flex;
  align-items: center;
  padding: 0.55rem 0.85rem;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--spc-muted);
  font-size: 0.92rem;
  border: 1px solid var(--spc-line);
}

.spc-hero__promos {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  align-content: stretch;
}

.spc-promo-card {
  position: relative;
  display: block;
  padding: 1.45rem;
  border: 1px solid rgba(12, 26, 45, 0.08);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(249, 250, 250, 0.97));
  box-shadow: var(--spc-shadow);
  color: var(--spc-ink);
  overflow: hidden;
  min-height: 210px;
}

.spc-promo-card--primary {
  grid-column: 1 / -1;
  min-height: 250px;
  background: linear-gradient(135deg, #232f3e, #131921);
  color: #fff;
}

.spc-promo-card::before {
  position: absolute;
  inset: auto -10% -34% auto;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0));
  content: "";
}

.spc-promo-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 50px rgba(7, 22, 43, 0.14);
  color: inherit;
}

.spc-promo-card__eyebrow {
  display: inline-block;
  margin-bottom: 0.55rem;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.spc-promo-card--primary .spc-promo-card__eyebrow,
.spc-banner-card--dark .spc-eyebrow,
.spc-discovery-card--featured .spc-eyebrow {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}

.spc-promo-card h2 {
  margin: 0 0 0.55rem;
  font-size: 1.5rem;
  color: inherit;
}

.spc-promo-card p {
  margin: 0;
  color: var(--spc-muted);
  opacity: 1;
}

.spc-promo-card--primary h2,
.spc-promo-card--primary p {
  color: #fff;
}

.spc-promo-card--primary p {
  color: rgba(255, 255, 255, 0.92);
}

.spc-promo-card__media,
.spc-discovery-card__media {
  position: absolute;
  right: 0.85rem;
  bottom: 0.85rem;
  width: 132px;
  height: 132px;
  display: grid;
  place-items: center;
  border-radius: 0;
  background: transparent;
  overflow: visible;
}

.spc-promo-card--primary .spc-promo-card__media {
  width: 180px;
  height: 180px;
}

.spc-promo-card__image,
.spc-discovery-card__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0;
  mix-blend-mode: normal;
  filter: drop-shadow(0 16px 22px rgba(7, 22, 43, 0.16));
}

.spc-feature-band {
  padding: 0.15rem 0 0.6rem;
}

.spc-feature-band__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.spc-feature-band__grid > div {
  display: grid;
  gap: 0.35rem;
  padding: 1.2rem 1.25rem;
  border: 1px solid rgba(12, 26, 45, 0.06);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 248, 248, 0.94));
  box-shadow: 0 16px 34px rgba(12, 26, 45, 0.06);
  position: relative;
  overflow: hidden;
}

.spc-feature-band__grid > div::before {
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #f0c14b, #ff9900);
  content: "";
}

.spc-feature-band strong {
  font-size: 0.94rem;
  font-weight: 700;
}

.spc-feature-band span {
  color: var(--spc-muted);
  font-size: 0.82rem;
}

.spc-section {
  padding: 2.25rem 0 0;
}

.spc-section--alt {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(247, 248, 248, 0.9));
}

.spc-section--showcase {
  padding-top: 2.3rem;
}

.spc-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.35rem;
}

.spc-section-heading h2 {
  margin: 0.7rem 0 0;
  font-size: 1.5rem;
  letter-spacing: -0.03em;
  max-width: 32rem;
}

.spc-section-heading--center {
  align-items: end;
}

.spc-section-link {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0.72rem 1rem;
  border-radius: 10px;
  background: var(--spc-accent-soft);
  color: var(--spc-brand);
  border: 1px solid rgba(240, 193, 75, 0.42);
  font-size: 0.84rem;
  font-weight: 600;
}

.spc-discovery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.spc-discovery-card {
  position: relative;
  display: grid;
  gap: 0.8rem;
  min-height: 220px;
  padding: 1.35rem;
  border-radius: 18px;
  border: 1px solid var(--spc-card-border);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(248, 249, 249, 0.97));
  box-shadow: var(--spc-shadow);
  color: var(--spc-ink);
  overflow: hidden;
}

.spc-discovery-card::before {
  position: absolute;
  inset: auto -12% -38% auto;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(12, 26, 45, 0.08), rgba(12, 26, 45, 0));
  content: "";
}

.spc-discovery-card--featured {
  grid-column: span 2;
  min-height: 280px;
  background: linear-gradient(135deg, #232f3e 0, #37475a 100%);
  color: #fff;
}

.spc-discovery-card--featured::before {
  background: radial-gradient(circle, rgba(255, 216, 20, 0.24), rgba(255, 216, 20, 0));
}

.spc-discovery-card--warm {
  background: linear-gradient(180deg, rgba(255, 249, 240, 0.99), rgba(255, 244, 222, 0.97));
}

.spc-discovery-card--cool {
  background: linear-gradient(180deg, rgba(247, 248, 248, 0.99), rgba(239, 242, 242, 0.97));
}

.spc-discovery-card h3 {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.25;
  font-weight: 700;
  color: inherit;
}

.spc-discovery-card p {
  margin: 0;
  max-width: 32rem;
  color: var(--spc-muted);
  opacity: 1;
}

.spc-discovery-card__cta {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 42px;
  margin-top: auto;
  padding: 0.72rem 1rem;
  border-radius: 10px;
  background: var(--spc-accent-soft);
  color: var(--spc-brand);
  font-size: 0.84rem;
  font-weight: 600;
}

.spc-discovery-card--featured .spc-discovery-card__cta {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.spc-discovery-card--featured h3,
.spc-discovery-card--featured p {
  color: #fff;
}

.spc-discovery-card--featured p {
  color: rgba(255, 255, 255, 0.92);
}

.spc-discovery-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 58px rgba(7, 22, 43, 0.14);
  color: inherit;
}

.spc-category-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
}

.spc-category-card {
  position: relative;
  display: grid;
  gap: 0.45rem;
  min-height: 170px;
  padding: 1.35rem;
  border: 1px solid rgba(12, 26, 45, 0.08);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(248, 249, 249, 0.97)),
    linear-gradient(145deg, rgba(255, 216, 20, 0.08), rgba(15, 17, 17, 0.03));
  color: var(--spc-ink);
  box-shadow: var(--spc-shadow);
  overflow: hidden;
}

.spc-category-card::after {
  position: absolute;
  right: 1.25rem;
  bottom: 1.1rem;
  color: var(--spc-brand-strong);
  font-size: 1.2rem;
  content: "->";
  opacity: 0.7;
}

.spc-category-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 56px rgba(7, 22, 43, 0.12);
  color: inherit;
}

.spc-category-media {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  min-height: 84px;
  gap: 0.85rem;
}

.spc-category-media__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--spc-accent-soft);
  border: 1px solid rgba(240, 193, 75, 0.36);
  color: var(--spc-ink);
  flex: 0 0 auto;
}

.spc-category-media__icon svg {
  width: 20px;
  height: 20px;
}

.spc-category-media__image {
  width: 72px;
  height: 72px;
  object-fit: contain;
  margin-left: auto;
}

.spc-category-card__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: 46px;
  height: 34px;
  border-radius: 10px;
  background: #f0f2f2;
  color: var(--spc-muted);
  font-size: 0.78rem;
  font-weight: 600;
}

.spc-category-card h3 {
  margin: 0.45rem 0 0;
  font-size: 1rem;
  font-weight: 700;
}

.spc-category-card p {
  margin: auto 0 0;
  color: var(--spc-muted);
  font-size: 0.82rem;
}

.spc-product-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: var(--spc-layout-gap);
}

.spc-product-grid--compact {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.spc-product-card {
  position: relative;
  display: grid;
  overflow: hidden;
  border: 1px solid rgba(12, 26, 45, 0.08);
  border-radius: 13px;
  background: #fff;
  box-shadow: var(--spc-shadow);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.spc-product-card__image {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 224px;
  padding: 0.85rem;
  background:
    linear-gradient(180deg, rgba(248, 249, 249, 0.98), rgba(241, 243, 243, 0.96));
}

.spc-product-card__image::after {
  position: absolute;
  inset: auto auto -24% -14%;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 179, 65, 0.16), rgba(255, 179, 65, 0));
  content: "";
}

.spc-product-card__image img {
  width: 100%;
  height: auto;
  max-height: 184px;
  object-fit: contain;
  transition: transform 0.28s ease;
}

.spc-product-card__badge {
  position: absolute;
  top: 14px;
  left: 14px;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0.26rem 0.56rem;
  border-radius: 10px;
  background: var(--spc-danger);
  color: #fff;
  font-size: 0.74rem;
  font-weight: 500;
}

.spc-product-card__body {
  display: grid;
  gap: 0.5rem;
  padding: 0.9rem 0.95rem 1rem;
}

.spc-product-card__meta {
  color: var(--spc-muted);
  font-size: 0.72rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.spc-product-card h3 {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.35;
}

.spc-product-card h3 a {
  color: var(--spc-ink);
}

.spc-product-card__price {
  color: #1a7f37;
  font-size: 1rem;
  font-weight: 700;
}

.spc-product-card__price del {
  opacity: 0.55;
}

.spc-product-card__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.4rem;
  margin-top: 0.14rem;
}

.spc-product-card__actions .spc-button {
  min-height: 38px;
  padding: 0.6rem 0.88rem;
  border-radius: 9px;
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.12;
  white-space: nowrap;
  box-shadow: 0 6px 14px rgba(15, 17, 17, 0.1);
}

.spc-product-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 153, 0, 0.26);
  box-shadow: 0 24px 56px rgba(7, 22, 43, 0.14);
}

.spc-product-card:hover .spc-product-card__image img {
  transform: scale(1.04);
}

.spc-product-card.is-cart-updated {
  border-color: rgba(26, 127, 55, 0.28);
  box-shadow: 0 22px 42px rgba(26, 127, 55, 0.14);
}

.spc-banner-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: var(--spc-layout-gap);
}

.spc-banner-card {
  position: relative;
  min-height: 220px;
  padding: 1.55rem;
  border: 1px solid rgba(12, 26, 45, 0.08);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(248, 249, 249, 0.97));
  box-shadow: var(--spc-shadow);
  overflow: hidden;
}

.spc-banner-card--dark {
  background: linear-gradient(145deg, #232f3e, #131921);
  color: #fff;
}

.spc-banner-card:not(.spc-banner-card--dark):nth-child(2) {
  background: linear-gradient(180deg, rgba(255, 250, 232, 0.98), rgba(255, 242, 210, 0.96));
}

.spc-banner-card:not(.spc-banner-card--dark):nth-child(3) {
  background: linear-gradient(180deg, rgba(247, 248, 248, 0.99), rgba(240, 242, 242, 0.97));
}

.spc-banner-card h2 {
  margin: 0.8rem 0;
  color: inherit;
  font-size: 1.25rem;
  line-height: 1.25;
}

.spc-banner-card p,
.spc-banner-card li {
  color: inherit;
  opacity: 0.84;
}

.spc-banner-card--dark h2,
.spc-banner-card--dark p,
.spc-banner-card--dark li {
  color: #fff;
  opacity: 1;
}

.spc-banner-card--dark p,
.spc-banner-card--dark li {
  color: rgba(255, 255, 255, 0.92);
}

.spc-banner-card ul {
  margin: 1rem 0 0;
  padding-left: 1rem;
}

.spc-footer {
  margin-top: 3rem;
  padding: 2.4rem 0 1.4rem;
  background:
    radial-gradient(circle at top right, rgba(255, 179, 65, 0.14), transparent 24%),
    linear-gradient(180deg, #131921, #0f1111);
  color: rgba(255, 255, 255, 0.82);
}

.spc-footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(160px, 0.72fr) minmax(160px, 0.72fr) minmax(340px, 1.55fr);
  gap: clamp(1rem, 2vw, 1.85rem);
  align-items: start;
}

.spc-footer-grid > div {
  min-width: 0;
}

.spc-footer h3 {
  margin: 0 0 0.9rem;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
}

.spc-footer p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

.spc-footer li + li {
  margin-top: 0.6rem;
}

.spc-footer a {
  color: rgba(255, 255, 255, 0.82);
}

body.spc-astra-store .spc-footer a,
body.spc-astra-store .spc-footer a:visited {
  color: rgba(255, 255, 255, 0.9) !important;
}

body.spc-astra-store .spc-footer a:hover,
body.spc-astra-store .spc-footer a:focus {
  color: #fff !important;
}

.spc-footer-badges {
  display: flex;
  gap: 0.55rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.spc-footer-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.86rem;
}

.spc-footer-support {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 0.95rem 1.1rem;
  align-items: start;
}

.spc-footer-map-panel__copy {
  display: grid;
  gap: 0.95rem;
}

.spc-footer-support .spc-eyebrow,
.spc-footer-map-panel__copy .spc-eyebrow {
  grid-column: 1 / -1;
  width: fit-content;
  background: rgba(255, 216, 20, 0.14);
  border-color: rgba(255, 216, 20, 0.2);
  color: #ffd86a;
}

.spc-footer-contact-stack {
  display: grid;
  gap: 0.85rem;
  align-content: start;
}

.spc-footer-contact-item {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 0.85rem;
  align-items: start;
}

.spc-footer-contact-item__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffd86a;
}

.spc-footer-contact-item__icon svg {
  width: 20px;
  height: 20px;
}

.spc-footer-contact-item__body {
  display: grid;
  gap: 0.22rem;
  min-width: 0;
}

.spc-footer-contact-item__body strong {
  color: #fff;
  font-size: 0.9rem;
  font-weight: 700;
}

.spc-footer-contact-item__body p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
  line-height: 1.55;
  word-break: break-word;
}

.spc-footer-support-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.55rem;
  align-content: start;
  min-width: 0;
}

.spc-footer-support-list li {
  position: relative;
  padding-left: 1rem;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.9rem;
  line-height: 1.5;
}

.spc-footer-support-list li::before {
  content: "";
  position: absolute;
  top: 0.52rem;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #febd69;
}

.spc-footer-support-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  grid-column: 2;
  align-items: start;
}

body.spc-astra-store .spc-footer .spc-button,
body.spc-astra-store .spc-footer .spc-button:visited {
  color: var(--spc-ink) !important;
}

body.spc-astra-store .spc-footer .spc-button--soft,
body.spc-astra-store .spc-footer .spc-button--soft:visited {
  color: var(--spc-brand) !important;
}

body.spc-astra-store .spc-footer .spc-button--soft:hover,
body.spc-astra-store .spc-footer .spc-button--soft:focus {
  color: var(--spc-link-hover) !important;
}

.spc-footer-map-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 1rem;
  align-items: stretch;
  margin-top: 1.2rem;
  padding: 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02)),
    rgba(255, 255, 255, 0.02);
}

.spc-footer-map-panel__copy h3 {
  margin: 0;
  color: #fff;
  font-size: 1.18rem;
  font-weight: 700;
}

.spc-footer-map-panel__copy p {
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.6;
}

.spc-footer-map-panel__address {
  font-weight: 600;
}

.spc-footer-map-panel__frame {
  min-height: 250px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #0b0d10;
}

.spc-footer-map-panel__frame iframe {
  display: block;
  width: 100%;
  min-height: 250px;
  height: 100%;
  border: 0;
}

.spc-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.9rem;
}

body.spc-astra-store .woocommerce-page .site-content,
body.spc-astra-store .woocommerce .site-content {
  padding-top: var(--spc-header-body-gap);
}

body.spc-astra-store:not(.spc-front-page-active) .site-content > .ast-container {
  display: block;
  width: min(1560px, calc(100% - 10px));
  max-width: 1560px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}

body.spc-astra-store:not(.spc-front-page-active) .site-main article.page,
body.spc-astra-store:not(.spc-front-page-active) .site-main article.type-page {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

body.spc-astra-store:not(.spc-front-page-active) .site-content #primary,
body.spc-astra-store:not(.spc-front-page-active) .site-content #secondary {
  margin: 0;
}

body.spc-astra-store:not(.spc-front-page-active) .site-content #primary {
  width: 100%;
  max-width: none;
  flex: 0 0 100%;
  padding: 0;
}

body.spc-astra-store:not(.spc-front-page-active) .site-content #secondary {
  display: none;
  width: 0;
  max-width: 0;
  padding: 0;
}

body.spc-astra-store:not(.spc-front-page-active) .site-main {
  width: 100%;
  max-width: none;
}

body.spc-astra-store:not(.spc-front-page-active) .site-main > article,
body.spc-astra-store:not(.spc-front-page-active) .site-main > .page-header,
body.spc-astra-store:not(.spc-front-page-active) .site-main > .ast-archive-description {
  width: 100%;
  max-width: none;
}

body.spc-astra-store:not(.spc-front-page-active) .site-main article.page .entry-content,
body.spc-astra-store:not(.spc-front-page-active) .site-main article.type-page .entry-content {
  width: 100%;
  max-width: none;
  margin: 0;
}

body.spc-astra-store.post-type-archive-product .site-main .woocommerce,
body.spc-astra-store.tax-product_cat .site-main .woocommerce,
body.spc-astra-store.tax-product_tag .site-main .woocommerce {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.7rem var(--spc-layout-gap);
  align-items: center;
}

body.spc-astra-store.post-type-archive-product .woocommerce-result-count,
body.spc-astra-store.tax-product_cat .woocommerce-result-count,
body.spc-astra-store.tax-product_tag .woocommerce-result-count {
  float: none;
  margin: 0;
  color: var(--spc-muted);
  font-size: 0.88rem;
  font-weight: 500;
}

body.spc-astra-store.post-type-archive-product .woocommerce-ordering,
body.spc-astra-store.tax-product_cat .woocommerce-ordering,
body.spc-astra-store.tax-product_tag .woocommerce-ordering {
  float: none;
  margin: 0;
  justify-self: end;
}

body.spc-astra-store.post-type-archive-product .woocommerce-ordering select.orderby,
body.spc-astra-store.tax-product_cat .woocommerce-ordering select.orderby,
body.spc-astra-store.tax-product_tag .woocommerce-ordering select.orderby {
  min-width: 220px;
  min-height: 40px;
  margin: 0;
  padding: 0.5rem 2.1rem 0.5rem 0.85rem;
  border: 1px solid rgba(12, 26, 45, 0.12);
  border-radius: 12px;
  background-color: #fff;
  box-shadow: none;
  color: var(--spc-ink);
  font-size: 0.84rem;
  font-weight: 500;
  line-height: 1.2;
}

body.spc-astra-store.post-type-archive-product .woocommerce ul.products,
body.spc-astra-store.tax-product_cat .woocommerce ul.products,
body.spc-astra-store.tax-product_tag .woocommerce ul.products,
body.spc-astra-store.post-type-archive-product .woocommerce nav.woocommerce-pagination,
body.spc-astra-store.tax-product_cat .woocommerce nav.woocommerce-pagination,
body.spc-astra-store.tax-product_tag .woocommerce nav.woocommerce-pagination,
body.spc-astra-store.post-type-archive-product .woocommerce .woocommerce-notices-wrapper,
body.spc-astra-store.tax-product_cat .woocommerce .woocommerce-notices-wrapper,
body.spc-astra-store.tax-product_tag .woocommerce .woocommerce-notices-wrapper {
  grid-column: 1 / -1;
}

body.spc-astra-store.woocommerce-cart .site-main > .woocommerce,
body.spc-astra-store.woocommerce-cart .site-main .woocommerce {
  display: grid;
  grid-template-columns: minmax(0, 1.75fr) minmax(320px, 0.95fr);
  gap: var(--spc-layout-gap);
  align-items: start;
}

body.spc-astra-store.woocommerce-cart .site-main > .woocommerce > .spc-purchase-journey,
body.spc-astra-store.woocommerce-cart .site-main .woocommerce > .spc-purchase-journey {
  grid-column: 1 / -1;
  width: 100%;
  min-width: 0;
}

body.spc-astra-store.woocommerce-cart .site-main > .woocommerce > .woocommerce-notices-wrapper,
body.spc-astra-store.woocommerce-cart .site-main > .woocommerce > .woocommerce-cart-form,
body.spc-astra-store.woocommerce-cart .site-main > .woocommerce > .cart-collaterals,
body.spc-astra-store.woocommerce-cart .site-main .woocommerce > .woocommerce-notices-wrapper,
body.spc-astra-store.woocommerce-cart .site-main .woocommerce > .woocommerce-cart-form,
body.spc-astra-store.woocommerce-cart .site-main .woocommerce > .cart-collaterals {
  min-width: 0;
}

body.spc-astra-store.woocommerce-cart .site-main > .woocommerce > .woocommerce-notices-wrapper,
body.spc-astra-store.woocommerce-cart .site-main .woocommerce > .woocommerce-notices-wrapper {
  grid-column: 1 / -1;
}

body.spc-astra-store.woocommerce-cart .site-main > .woocommerce > .woocommerce-cart-form,
body.spc-astra-store.woocommerce-cart .site-main .woocommerce > .woocommerce-cart-form {
  grid-column: 1 !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  align-self: start;
  justify-self: stretch;
}

body.spc-astra-store.woocommerce-cart .site-main > .woocommerce > .cart-collaterals,
body.spc-astra-store.woocommerce-cart .site-main .woocommerce > .cart-collaterals {
  grid-column: 2 !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  align-self: start;
  justify-self: stretch;
}

body.spc-astra-store.woocommerce-cart .woocommerce-cart-form,
body.spc-astra-store.woocommerce-cart .cart-collaterals .cart_totals {
  padding: 1rem;
  border: 1px solid rgba(12, 26, 45, 0.08);
  border-radius: 20px;
  background: #fff;
  box-shadow: var(--spc-shadow);
}

body.spc-astra-store.woocommerce-cart .cart-collaterals {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  float: none !important;
  min-width: 0;
  align-self: start;
}

body.spc-astra-store.woocommerce-cart .cart-collaterals .cart_totals {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  float: none !important;
  clear: none !important;
}

body.spc-astra-store.woocommerce-cart table.shop_table,
body.spc-astra-store.woocommerce-cart table.shop_table_responsive {
  width: 100% !important;
  margin: 0;
  border: 1px solid rgba(12, 26, 45, 0.08);
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
}

body.spc-astra-store.woocommerce-cart table.shop_table thead th {
  padding: 0.9rem 0.85rem;
  background: rgba(15, 23, 42, 0.03);
  color: var(--spc-ink);
  font-size: 0.84rem;
  font-weight: 700;
}

body.spc-astra-store.woocommerce-cart table.shop_table tbody td {
  padding: 0.95rem 0.85rem;
  vertical-align: middle;
  border-color: rgba(12, 26, 45, 0.08);
}

body.spc-astra-store.woocommerce-cart td.product-remove {
  width: 52px;
  text-align: center;
}

body.spc-astra-store.woocommerce-cart td.product-remove a.remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  color: var(--spc-brand) !important;
  font-size: 1.55rem;
  line-height: 1;
}

body.spc-astra-store.woocommerce-cart td.product-remove a.remove:hover {
  background: rgba(0, 113, 133, 0.08);
  color: var(--spc-link-hover) !important;
}

body.spc-astra-store.woocommerce-cart td.product-thumbnail {
  width: 94px;
}

body.spc-astra-store.woocommerce-cart td.product-thumbnail img {
  width: 72px;
  height: 72px;
  padding: 0.35rem;
  border: 1px solid rgba(12, 26, 45, 0.08);
  border-radius: 12px;
  background: #fff;
  object-fit: contain;
}

body.spc-astra-store.woocommerce-cart td.product-name a {
  color: var(--spc-brand);
  font-weight: 600;
  line-height: 1.35;
}

body.spc-astra-store.woocommerce-cart td.product-name a:hover {
  color: var(--spc-link-hover);
}

body.spc-astra-store.woocommerce-cart td.product-price,
body.spc-astra-store.woocommerce-cart td.product-subtotal {
  white-space: nowrap;
  font-weight: 600;
}

body.spc-astra-store.woocommerce-cart td.product-quantity .quantity {
  margin: 0;
}

body.spc-astra-store.woocommerce-cart td.product-quantity .quantity .qty {
  width: 86px !important;
  min-width: 86px;
  min-height: 40px;
  padding: 0.5rem 0.65rem;
  border: 1px solid var(--spc-line);
  border-radius: 10px;
  box-shadow: none;
}

body.spc-astra-store.woocommerce-cart td.actions {
  padding: 1rem 0.85rem 0 !important;
}

body.spc-astra-store.woocommerce-cart td.actions .coupon {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  flex-wrap: wrap;
}

body.spc-astra-store.woocommerce-cart td.actions .coupon .input-text {
  flex: 1 1 220px;
  width: auto !important;
  min-width: 0;
  min-height: 40px;
  margin: 0 !important;
  padding: 0.55rem 0.75rem !important;
  border: 1px solid var(--spc-line);
  border-radius: 10px;
  box-shadow: none;
}

body.spc-astra-store.woocommerce-cart td.actions .button,
body.spc-astra-store.woocommerce-cart td.actions button.button,
body.spc-astra-store.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
  min-height: 40px;
  padding: 0.6rem 1rem !important;
  border-radius: 10px;
  font-size: 0.84rem;
  font-weight: 700;
  box-shadow: none;
}

body.spc-astra-store.woocommerce-cart td.actions > .button,
body.spc-astra-store.woocommerce-cart td.actions > button.button,
body.spc-astra-store.woocommerce-cart td.actions [name="update_cart"] {
  float: right;
}

body.spc-astra-store.woocommerce-cart .cart-collaterals .cart_totals h2 {
  margin: 0 0 1rem;
  padding: 0;
  color: var(--spc-ink);
  font-size: 1.15rem;
}

body.spc-astra-store.woocommerce-cart .cart_totals table.shop_table th,
body.spc-astra-store.woocommerce-cart .cart_totals table.shop_table td {
  padding: 0.85rem 0;
  border-color: rgba(12, 26, 45, 0.08);
}

body.spc-astra-store.woocommerce-cart .cart_totals table.shop_table th {
  width: 42%;
  color: var(--spc-ink);
  font-weight: 700;
}

body.spc-astra-store.woocommerce-cart .cart_totals .woocommerce-shipping-destination,
body.spc-astra-store.woocommerce-cart .cart_totals .shipping-calculator-button {
  color: var(--spc-brand);
}

body.spc-astra-store.woocommerce-cart .wc-proceed-to-checkout {
  margin: 1rem 0 0;
  padding: 0;
}

body.spc-astra-store.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  min-height: 44px;
  margin: 0;
  padding: 0.78rem 1rem !important;
  box-sizing: border-box;
  white-space: normal;
  line-height: 1.25;
  text-align: center;
}

body.spc-astra-store.woocommerce-cart .spc-purchase-journey,
body.spc-astra-store.woocommerce-checkout .spc-purchase-journey,
body.spc-astra-store.woocommerce-order-received .spc-purchase-journey {
  margin: 0 0 2rem;
  padding: 1.15rem 1.2rem;
  border: 1px solid rgba(12, 26, 45, 0.08);
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(243, 168, 71, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 249, 250, 0.96));
  box-shadow: var(--spc-shadow);
}

.spc-purchase-journey__intro {
  margin-bottom: 1rem;
}

.spc-purchase-journey__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0.3rem 0.8rem;
  border: 1px solid rgba(243, 168, 71, 0.45);
  border-radius: 999px;
  color: #a05f08;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.spc-purchase-journey__title {
  margin: 0.85rem 0 0.35rem;
  color: var(--spc-ink);
  font-size: clamp(1.28rem, 2vw, 1.75rem);
  line-height: 1.2;
}

.spc-purchase-journey__copy {
  margin: 0;
  max-width: 68ch;
  color: var(--spc-muted);
}

.spc-purchase-journey__track {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.spc-purchase-journey__step {
  position: relative;
}

.spc-purchase-journey__step-inner {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 0.8rem;
  align-items: start;
  height: 100%;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(12, 26, 45, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
}

.spc-purchase-journey__badge {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: rgba(15, 23, 42, 0.06);
  color: var(--spc-ink);
  font-size: 0.95rem;
  font-weight: 800;
}

.spc-purchase-journey__content {
  min-width: 0;
}

.spc-purchase-journey__label {
  display: inline-flex;
  color: var(--spc-ink);
  font-size: 0.96rem;
  font-weight: 700;
  text-decoration: none;
  line-height: 1.25;
}

a.spc-purchase-journey__label:hover {
  color: var(--spc-link-hover);
}

.spc-purchase-journey__meta {
  display: block;
  margin-top: 0.28rem;
  color: var(--spc-muted);
  font-size: 0.84rem;
  line-height: 1.45;
}

.spc-purchase-journey__step.is-current .spc-purchase-journey__step-inner {
  border-color: rgba(243, 168, 71, 0.48);
  background: linear-gradient(180deg, rgba(255, 248, 236, 0.98), rgba(255, 255, 255, 0.96));
  box-shadow: 0 16px 30px rgba(15, 23, 42, 0.08);
}

.spc-purchase-journey__step.is-current .spc-purchase-journey__badge {
  background: linear-gradient(180deg, var(--spc-accent), var(--spc-accent-strong));
}

.spc-purchase-journey__step.is-complete .spc-purchase-journey__step-inner {
  border-color: rgba(0, 113, 133, 0.18);
}

.spc-purchase-journey__step.is-complete .spc-purchase-journey__badge {
  background: rgba(0, 113, 133, 0.12);
  color: var(--spc-brand);
}

body.spc-astra-store.woocommerce-cart .entry-header {
  display: grid;
  gap: 0.45rem;
  margin: 0 0 1.35rem;
  padding: 1.05rem 1.2rem;
  border: 1px solid rgba(12, 26, 45, 0.08);
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(243, 168, 71, 0.14), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(247, 249, 250, 0.97));
  box-shadow: var(--spc-shadow);
}

body.spc-astra-store.woocommerce-cart .entry-header::before {
  content: "Shopping cart";
  display: inline-flex;
  width: fit-content;
  min-height: 30px;
  padding: 0.28rem 0.78rem;
  border: 1px solid rgba(243, 168, 71, 0.42);
  border-radius: 999px;
  color: #9a5c08;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

body.spc-astra-store.woocommerce-cart .entry-header::after {
  content: "Review items, update quantities, and move into secure checkout when everything looks right.";
  color: var(--spc-muted);
  font-size: 0.95rem;
  line-height: 1.65;
}

body.spc-astra-store.woocommerce-cart .entry-title {
  margin: 0;
  color: var(--spc-ink);
  font-size: clamp(1.65rem, 2.8vw, 2.2rem);
  line-height: 1.08;
}

body.spc-astra-store.woocommerce-checkout .woocommerce form.checkout,
body.spc-astra-store.woocommerce-checkout form.checkout.woocommerce-checkout,
body.spc-astra-store.woocommerce-checkout form.checkout {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.88fr);
  gap: var(--spc-layout-gap);
  align-items: start;
  margin-top: 0.25rem;
}

body.spc-astra-store.woocommerce-checkout .woocommerce form.checkout,
body.spc-astra-store.woocommerce-checkout form.checkout.woocommerce-checkout {
  display: grid !important;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.88fr) !important;
  align-items: start;
  gap: var(--spc-layout-gap) !important;
}

body.spc-astra-store.woocommerce-checkout .woocommerce form.checkout::before,
body.spc-astra-store.woocommerce-checkout .woocommerce form.checkout::after,
body.spc-astra-store.woocommerce-checkout form.checkout.woocommerce-checkout::before,
body.spc-astra-store.woocommerce-checkout form.checkout.woocommerce-checkout::after {
  display: none !important;
  content: none !important;
}

body.spc-astra-store.woocommerce-checkout .woocommerce form.checkout > *,
body.spc-astra-store.woocommerce-checkout form.checkout.woocommerce-checkout > * {
  min-width: 0;
}

body.spc-astra-store.woocommerce-checkout .woocommerce-notices-wrapper,
body.spc-astra-store.woocommerce-checkout .woocommerce-form-login-toggle,
body.spc-astra-store.woocommerce-checkout .woocommerce-form-coupon-toggle {
  margin-bottom: 1rem;
}

body.spc-astra-store.woocommerce-checkout .woocommerce form.checkout .col2-set,
body.spc-astra-store.woocommerce-checkout .woocommerce form.checkout #customer_details,
body.spc-astra-store.woocommerce-checkout form.checkout.woocommerce-checkout .col2-set,
body.spc-astra-store.woocommerce-checkout form.checkout.woocommerce-checkout #customer_details,
body.spc-astra-store.woocommerce-checkout form.checkout .col2-set,
body.spc-astra-store.woocommerce-checkout form.checkout #customer_details {
  grid-column: 1;
  grid-row: 1;
  min-width: 0;
  width: auto !important;
  margin: 0 !important;
  float: none !important;
  clear: none !important;
}

body.spc-astra-store.woocommerce-checkout .woocommerce form.checkout #order_review_heading,
body.spc-astra-store.woocommerce-checkout .woocommerce form.checkout #order_review,
body.spc-astra-store.woocommerce-checkout form.checkout.woocommerce-checkout #order_review_heading,
body.spc-astra-store.woocommerce-checkout form.checkout.woocommerce-checkout #order_review,
body.spc-astra-store.woocommerce-checkout form.checkout #order_review_heading,
body.spc-astra-store.woocommerce-checkout form.checkout #order_review {
  grid-column: 2;
  min-width: 0;
  width: calc(100% - 1.35rem) !important;
  max-width: calc(100% - 1.35rem);
  margin: 0 0 0 1.35rem !important;
  float: none !important;
  clear: none !important;
  box-sizing: border-box;
}

body.spc-astra-store.woocommerce-checkout .woocommerce form.checkout #order_review_heading,
body.spc-astra-store.woocommerce-checkout form.checkout.woocommerce-checkout #order_review_heading {
  grid-row: 1;
  align-self: start;
}

body.spc-astra-store.woocommerce-checkout .woocommerce form.checkout #order_review,
body.spc-astra-store.woocommerce-checkout form.checkout.woocommerce-checkout #order_review {
  grid-row: 1;
  align-self: start;
  margin-top: 4.9rem !important;
}

body.spc-astra-store.woocommerce-checkout .woocommerce form.checkout .col2-set,
body.spc-astra-store.woocommerce-checkout form.checkout.woocommerce-checkout .col2-set {
  display: grid;
  gap: 1rem;
  align-content: start;
}

body.spc-astra-store.woocommerce-checkout .woocommerce form.checkout .col2-set::before,
body.spc-astra-store.woocommerce-checkout .woocommerce form.checkout .col2-set::after,
body.spc-astra-store.woocommerce-checkout form.checkout.woocommerce-checkout .col2-set::before,
body.spc-astra-store.woocommerce-checkout form.checkout.woocommerce-checkout .col2-set::after,
body.spc-astra-store.woocommerce-checkout form.checkout .col2-set::before,
body.spc-astra-store.woocommerce-checkout form.checkout .col2-set::after {
  display: none;
}

body.spc-astra-store.woocommerce-checkout .woocommerce form.checkout .col2-set .col-1,
body.spc-astra-store.woocommerce-checkout .woocommerce form.checkout .col2-set .col-2,
body.spc-astra-store.woocommerce-checkout form.checkout.woocommerce-checkout .col2-set .col-1,
body.spc-astra-store.woocommerce-checkout form.checkout.woocommerce-checkout .col2-set .col-2,
body.spc-astra-store.woocommerce-checkout form.checkout .col2-set .col-1,
body.spc-astra-store.woocommerce-checkout form.checkout .col2-set .col-2 {
  float: none !important;
  width: 100% !important;
  max-width: none;
  margin: 0;
  padding: 1.2rem 1.25rem;
  border: 1px solid rgba(12, 26, 45, 0.08);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(249, 251, 252, 0.96));
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.07);
}

body.spc-astra-store.woocommerce-checkout .woocommerce form.checkout .col2-set .col-1 h3,
body.spc-astra-store.woocommerce-checkout .woocommerce form.checkout .col2-set .col-2 h3,
body.spc-astra-store.woocommerce-checkout form.checkout.woocommerce-checkout .col2-set .col-1 h3,
body.spc-astra-store.woocommerce-checkout form.checkout.woocommerce-checkout .col2-set .col-2 h3 {
  font-size: 1.2rem;
}

body.spc-astra-store.woocommerce-checkout form.checkout h3 {
  margin: 0 0 0.95rem;
  color: var(--spc-ink);
  font-size: 1.15rem;
}

body.spc-astra-store.woocommerce-checkout form.checkout .form-row {
  margin-bottom: 0.9rem;
}

body.spc-astra-store.woocommerce-checkout form.checkout label {
  display: inline-block;
  margin-bottom: 0.4rem;
  color: var(--spc-ink);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

body.spc-astra-store.woocommerce-checkout form.checkout input.input-text,
body.spc-astra-store.woocommerce-checkout form.checkout textarea,
body.spc-astra-store.woocommerce-checkout form.checkout select,
body.spc-astra-store.woocommerce-checkout .select2-container .select2-selection--single {
  min-height: 52px;
  border: 1px solid rgba(12, 26, 45, 0.12);
  border-radius: 14px;
  box-shadow: none;
  background: rgba(255, 255, 255, 0.98);
  font-family: "Inter", "Segoe UI", "Helvetica Neue", sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

body.spc-astra-store.woocommerce-checkout form.checkout input.input-text,
body.spc-astra-store.woocommerce-checkout form.checkout select {
  padding-top: 0.78rem;
  padding-bottom: 0.78rem;
}

body.spc-astra-store.woocommerce-checkout form.checkout input.input-text:focus,
body.spc-astra-store.woocommerce-checkout form.checkout textarea:focus,
body.spc-astra-store.woocommerce-checkout form.checkout select:focus,
body.spc-astra-store.woocommerce-checkout .select2-container--focus .select2-selection--single,
body.spc-astra-store.woocommerce-checkout .select2-container--open .select2-selection--single {
  border-color: rgba(0, 113, 133, 0.42);
  box-shadow: 0 0 0 4px rgba(0, 113, 133, 0.08);
  background: #fff;
}

body.spc-astra-store.woocommerce-checkout form.checkout input.input-text::placeholder,
body.spc-astra-store.woocommerce-checkout form.checkout textarea::placeholder {
  color: #7d8592;
}

body.spc-astra-store.woocommerce-checkout form.checkout textarea {
  min-height: 132px;
  padding-top: 0.95rem;
  resize: vertical;
}

body.spc-astra-store.woocommerce-account .site-main > article,
body.spc-astra-store.woocommerce-account .site-main > .type-page {
  width: 100%;
}

body.spc-astra-store.woocommerce-account .entry-header {
  display: grid;
  gap: 0.55rem;
  margin: 0 0 1.35rem;
  padding: 1.2rem 1.3rem;
  border: 1px solid rgba(12, 26, 45, 0.08);
  border-radius: 26px;
  background:
    radial-gradient(circle at top right, rgba(243, 168, 71, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(248, 250, 251, 0.97));
  box-shadow: var(--spc-shadow);
}

body.spc-astra-store.woocommerce-account .entry-header::before {
  content: "Account hub";
  display: inline-flex;
  width: fit-content;
  min-height: 30px;
  padding: 0.28rem 0.78rem;
  border: 1px solid rgba(243, 168, 71, 0.45);
  border-radius: 999px;
  color: #9a5c08;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

body.spc-astra-store.woocommerce-account .entry-header::after {
  content: "Sign in to manage orders, addresses, and support requests, or create a new account for faster checkout.";
  max-width: 72ch;
  color: var(--spc-muted);
  font-size: 0.97rem;
  line-height: 1.7;
}

body.spc-astra-store.woocommerce-account .entry-title {
  margin: 0;
  color: var(--spc-ink);
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  line-height: 1.08;
}

body.spc-astra-store.woocommerce-account .woocommerce {
  display: grid;
  gap: 1.2rem;
}

body.spc-astra-store.woocommerce-account .woocommerce-notices-wrapper {
  display: grid;
  gap: 0.8rem;
}

body.spc-astra-store.woocommerce-account .woocommerce-notices-wrapper:empty {
  display: none;
}

body.spc-astra-store.woocommerce-account #customer_login {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--spc-layout-gap);
  margin: 0;
  width: 100%;
}

body.spc-astra-store.woocommerce-account #customer_login::before,
body.spc-astra-store.woocommerce-account #customer_login::after {
  display: none !important;
}

body.spc-astra-store.woocommerce-account #customer_login .u-column1,
body.spc-astra-store.woocommerce-account #customer_login .u-column2 {
  float: none !important;
  width: auto !important;
  min-width: 0;
  margin: 0;
}

body.spc-astra-store.woocommerce-account #customer_login .u-column1 h2,
body.spc-astra-store.woocommerce-account #customer_login .u-column2 h2 {
  display: grid;
  gap: 0.35rem;
  margin: 0 0 0.95rem;
  color: var(--spc-ink);
  font-size: 1.75rem;
  line-height: 1.12;
}

body.spc-astra-store.woocommerce-account #customer_login .u-column1 h2::before,
body.spc-astra-store.woocommerce-account #customer_login .u-column2 h2::before {
  display: inline-flex;
  width: fit-content;
  min-height: 28px;
  padding: 0.24rem 0.72rem;
  border-radius: 999px;
  background: rgba(255, 216, 20, 0.18);
  color: #8a5100;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body.spc-astra-store.woocommerce-account #customer_login .u-column1 h2::before {
  content: "Returning customer";
}

body.spc-astra-store.woocommerce-account #customer_login .u-column2 h2::before {
  content: "New account";
}

body.spc-astra-store.woocommerce-account #customer_login .woocommerce-form-login,
body.spc-astra-store.woocommerce-account #customer_login .woocommerce-form-register,
body.spc-astra-store.woocommerce-account .woocommerce-MyAccount-navigation,
body.spc-astra-store.woocommerce-account .woocommerce-MyAccount-content {
  padding: 1.35rem 1.4rem 1.45rem;
  border: 1px solid rgba(12, 26, 45, 0.08);
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(243, 168, 71, 0.12), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.995), rgba(248, 250, 251, 0.975));
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
}

body.spc-astra-store.woocommerce-account #customer_login .woocommerce-form-login {
  position: relative;
}

body.spc-astra-store.woocommerce-account #customer_login .woocommerce-form-login::after,
body.spc-astra-store.woocommerce-account #customer_login .woocommerce-form-register::after {
  content: "";
  position: absolute;
  inset: auto -32px -42px auto;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 216, 20, 0.16), rgba(255, 216, 20, 0));
  pointer-events: none;
}

body.spc-astra-store.woocommerce-account #customer_login .woocommerce-form-login,
body.spc-astra-store.woocommerce-account #customer_login .woocommerce-form-register {
  position: relative;
  display: grid;
  gap: 0.92rem;
  overflow: hidden;
}

body.spc-astra-store.woocommerce-account #customer_login .form-row {
  width: 100%;
  min-width: 0;
  margin: 0;
}

body.spc-astra-store.woocommerce-account #customer_login label {
  display: inline-block;
  margin-bottom: 0.42rem;
  color: var(--spc-ink);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

body.spc-astra-store.woocommerce-account #customer_login input[type="text"],
body.spc-astra-store.woocommerce-account #customer_login input[type="email"],
body.spc-astra-store.woocommerce-account #customer_login input[type="password"] {
  width: 100% !important;
  min-height: 52px;
  padding: 0.78rem 0.92rem;
  border: 1px solid rgba(12, 26, 45, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: none;
  font-size: 0.96rem;
  font-weight: 500;
  box-sizing: border-box;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

body.spc-astra-store.woocommerce-account #customer_login input[type="text"]:focus,
body.spc-astra-store.woocommerce-account #customer_login input[type="email"]:focus,
body.spc-astra-store.woocommerce-account #customer_login input[type="password"]:focus {
  border-color: rgba(0, 113, 133, 0.42);
  box-shadow: 0 0 0 4px rgba(0, 113, 133, 0.08);
  background: #fff;
}

body.spc-astra-store.woocommerce-account #customer_login .woocommerce-form-login__rememberme {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--spc-muted);
  font-size: 0.9rem;
  font-weight: 500;
}

body.spc-astra-store.woocommerce-account #customer_login .woocommerce-form-login__rememberme input {
  margin: 0;
}

body.spc-astra-store.woocommerce-account #customer_login .woocommerce-form-login .button,
body.spc-astra-store.woocommerce-account #customer_login .woocommerce-form-register .button {
  min-width: 148px;
  min-height: 46px;
  padding: 0.72rem 1.2rem;
  border-radius: 14px;
  font-size: 0.96rem;
  font-weight: 700;
  box-shadow: 0 14px 28px rgba(243, 168, 71, 0.2);
}

body.spc-astra-store.woocommerce-account #customer_login .lost_password {
  margin-top: -0.2rem;
}

body.spc-astra-store.woocommerce-account #customer_login .lost_password a {
  font-weight: 600;
}

body.spc-astra-store.woocommerce-account #customer_login .woocommerce-privacy-policy-text,
body.spc-astra-store.woocommerce-account #customer_login .woocommerce-form-register > p:not(.form-row) {
  color: var(--spc-muted);
  font-size: 0.92rem;
  line-height: 1.72;
}

body.spc-astra-store.woocommerce-account .woocommerce-MyAccount-navigation ul {
  display: grid;
  gap: 0.45rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.spc-astra-store.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  margin: 0;
}

body.spc-astra-store.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  display: flex;
  align-items: center;
  min-height: 46px;
  padding: 0.72rem 0.92rem;
  border: 1px solid rgba(12, 26, 45, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--spc-ink);
  font-weight: 600;
}

body.spc-astra-store.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a,
body.spc-astra-store.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
  border-color: rgba(243, 168, 71, 0.3);
  background: linear-gradient(180deg, rgba(255, 248, 229, 0.98), rgba(255, 243, 213, 0.94));
  color: var(--spc-ink);
}

body.spc-astra-store.woocommerce-account .woocommerce-MyAccount-content {
  min-width: 0;
}

body.spc-astra-store.woocommerce-account .woocommerce-MyAccount-content > :first-child {
  margin-top: 0;
}

body.spc-astra-store.woocommerce-account .woocommerce-MyAccount-content .button,
body.spc-astra-store.woocommerce-account .woocommerce-MyAccount-content button.button {
  min-height: 44px;
  border-radius: 12px;
}

body.spc-astra-store.logged-in.woocommerce-account .woocommerce {
  width: 100%;
  grid-template-columns: minmax(240px, 280px) minmax(0, 1fr);
  align-items: start;
}

body.spc-astra-store.logged-in.woocommerce-account .woocommerce > .woocommerce-notices-wrapper {
  grid-column: 1 / -1;
}

body.spc-astra-store.logged-in.woocommerce-account .entry-header::before {
  content: "Account dashboard";
}

body.spc-astra-store.logged-in.woocommerce-account .entry-header::after {
  content: "Track orders, update addresses, manage downloads, and keep your account details current from one place.";
}

body.spc-astra-store.logged-in.woocommerce-account .woocommerce-MyAccount-navigation {
  grid-column: 1;
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  align-self: start;
}

body.spc-astra-store.logged-in.woocommerce-account .woocommerce-MyAccount-content {
  grid-column: 2;
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  min-width: 0;
  align-self: start;
}

body.spc-astra-store.woocommerce-checkout .select2-container .select2-selection--single {
  display: flex;
  align-items: center;
  padding: 0 0.95rem;
}

body.spc-astra-store.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0;
  color: var(--spc-ink);
  line-height: 1.4;
}

body.spc-astra-store.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  right: 0.7rem;
}

body.spc-astra-store.woocommerce-checkout form.checkout #order_review_heading {
  padding: 1.15rem 1.2rem 0.35rem;
  border: 1px solid rgba(12, 26, 45, 0.08);
  border-bottom: 0;
  border-radius: 24px 24px 0 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(249, 251, 252, 0.96));
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.07);
  font-size: 1.28rem !important;
}

body.spc-astra-store.woocommerce-checkout form.checkout #order_review {
  position: sticky;
  top: 1.2rem;
  padding: 0 1.2rem 1.2rem;
  border: 1px solid rgba(12, 26, 45, 0.08);
  border-top: 0;
  border-radius: 0 0 24px 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(249, 251, 252, 0.96));
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.07);
}

body.spc-astra-store.woocommerce-checkout table.shop_table {
  margin: 0;
  border: 1px solid rgba(12, 26, 45, 0.08);
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
}

body.spc-astra-store.woocommerce-checkout table.shop_table th,
body.spc-astra-store.woocommerce-checkout table.shop_table td {
  padding: 0.95rem 0.85rem;
  border-color: rgba(12, 26, 45, 0.08);
}

body.spc-astra-store.woocommerce-checkout table.shop_table thead th {
  background: rgba(15, 23, 42, 0.03);
  color: var(--spc-ink);
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

body.spc-astra-store.woocommerce-checkout .woocommerce-checkout-review-order-table .product-total,
body.spc-astra-store.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total td,
body.spc-astra-store.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total th {
  font-weight: 700;
}

body.spc-astra-store.woocommerce-checkout #payment {
  margin-top: 1rem;
  padding: 1rem 1rem 0.95rem;
  border: 1px solid rgba(12, 26, 45, 0.08);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(245, 248, 250, 0.98), rgba(255, 255, 255, 0.98));
}

body.spc-astra-store.woocommerce-checkout #payment div.payment_box {
  margin: 0.8rem 0 0;
  border-radius: 16px;
  background: #fff;
}

body.spc-astra-store.woocommerce-checkout #payment ul.payment_methods {
  border: 0;
  padding: 0;
}

body.spc-astra-store.woocommerce-checkout #payment ul.payment_methods li {
  margin: 0;
  padding: 0.75rem 0;
  border-top: 1px solid rgba(12, 26, 45, 0.08);
}

body.spc-astra-store.woocommerce-checkout #payment ul.payment_methods li:first-child {
  border-top: 0;
  padding-top: 0;
}

body.spc-astra-store.woocommerce-checkout #payment .place-order {
  padding: 0;
}

body.spc-astra-store.woocommerce-checkout #payment #place_order {
  width: 100%;
  min-height: 52px;
  border-radius: 14px;
  font-size: 0.98rem;
  font-weight: 700;
}

body.spc-astra-store.woocommerce-checkout .woocommerce-privacy-policy-text,
body.spc-astra-store.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
  color: var(--spc-muted);
  font-size: 0.84rem;
}

body.spc-astra-store.woocommerce-checkout .select2-container {
  width: 100% !important;
}

body.spc-astra-store.woocommerce-checkout .woocommerce-info,
body.spc-astra-store.woocommerce-checkout .woocommerce-message,
body.spc-astra-store.woocommerce-checkout .woocommerce-error,
body.spc-astra-store.woocommerce-order-received .woocommerce-message,
body.spc-astra-store.woocommerce-order-received .woocommerce-thankyou-order-received {
  border-radius: 16px;
}

body.spc-astra-store.woocommerce-order-received .woocommerce-order {
  display: grid;
  gap: 1.1rem;
}

body.spc-astra-store.woocommerce-order-received .spc-order-followup {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.82fr);
  gap: 1rem;
  margin: 0;
  padding: 1.15rem;
  border: 1px solid rgba(12, 26, 45, 0.08);
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(243, 168, 71, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(247, 249, 250, 0.97));
  box-shadow: var(--spc-shadow);
}

body.spc-astra-store.woocommerce-order-received .spc-order-followup.is-failed {
  background:
    radial-gradient(circle at top right, rgba(204, 77, 50, 0.14), transparent 34%),
    linear-gradient(180deg, rgba(255, 248, 246, 0.99), rgba(255, 255, 255, 0.97));
}

.spc-order-followup__main {
  min-width: 0;
}

.spc-order-followup__eyebrow,
.spc-order-followup__support-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0.28rem 0.78rem;
  border: 1px solid rgba(243, 168, 71, 0.38);
  border-radius: 999px;
  color: #a05f08;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.spc-order-followup__title {
  margin: 0.8rem 0 0.4rem;
  color: var(--spc-ink);
  font-size: clamp(1.3rem, 2.1vw, 1.9rem);
  line-height: 1.18;
}

.spc-order-followup__copy {
  margin: 0;
  max-width: 64ch;
  color: var(--spc-muted);
}

.spc-order-followup__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
  margin-top: 1rem;
}

.spc-order-followup__stat,
.spc-order-followup__support-action {
  padding: 0.9rem 0.95rem;
  border: 1px solid rgba(12, 26, 45, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.9);
}

.spc-order-followup__stat-label,
.spc-order-followup__support-label {
  display: block;
  color: var(--spc-muted);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.spc-order-followup__stat-value {
  display: block;
  margin-top: 0.32rem;
  color: var(--spc-ink);
  font-size: 1rem;
  line-height: 1.35;
}

.spc-order-followup__timeline {
  display: grid;
  gap: 0.8rem;
  margin-top: 1rem;
}

.spc-order-followup__timeline-item {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 0.75rem;
  align-items: start;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(12, 26, 45, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
}

.spc-order-followup__timeline-badge {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: rgba(0, 113, 133, 0.1);
  color: var(--spc-brand);
  font-size: 0.95rem;
  font-weight: 800;
}

.spc-order-followup__timeline-copy h3 {
  margin: 0;
  color: var(--spc-ink);
  font-size: 0.98rem;
  line-height: 1.3;
}

.spc-order-followup__timeline-copy p {
  margin: 0.3rem 0 0;
  color: var(--spc-muted);
  font-size: 0.86rem;
  line-height: 1.55;
}

.spc-order-followup__actions {
  display: flex;
  align-items: center;
  gap: 0.75rem 1rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.spc-order-followup__button {
  min-height: 46px;
  padding: 0.72rem 1.1rem;
  border-radius: 12px;
}

.spc-order-followup__link {
  color: var(--spc-brand);
  font-weight: 700;
  text-decoration: none;
}

.spc-order-followup__link:hover {
  color: var(--spc-link-hover);
}

.spc-order-followup__support {
  display: grid;
  align-content: start;
  gap: 0.8rem;
  padding: 1rem;
  border: 1px solid rgba(12, 26, 45, 0.08);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 250, 241, 0.98), rgba(255, 255, 255, 0.96));
}

.spc-order-followup__support h3 {
  margin: 0;
  color: var(--spc-ink);
  font-size: 1.08rem;
}

.spc-order-followup__support p {
  margin: 0;
  color: var(--spc-muted);
  font-size: 0.88rem;
  line-height: 1.6;
}

.spc-order-followup__support-stack {
  display: grid;
  gap: 0.75rem;
}

.spc-order-followup__support-action {
  color: var(--spc-ink);
  text-decoration: none;
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.spc-order-followup__support-action strong {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.96rem;
  line-height: 1.4;
}

.spc-order-followup__support-action:hover {
  border-color: rgba(243, 168, 71, 0.42);
  transform: translateY(-1px);
  box-shadow: 0 14px 22px rgba(15, 23, 42, 0.06);
}

body.spc-astra-store.woocommerce-order-received .woocommerce-thankyou-order-received {
  margin: 0;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(12, 26, 45, 0.08);
  background: linear-gradient(180deg, rgba(226, 248, 231, 0.96), rgba(255, 255, 255, 0.98));
  color: #116329;
  font-weight: 700;
  box-shadow: var(--spc-shadow);
}

body.spc-astra-store.woocommerce-order-received .woocommerce-order-overview,
body.spc-astra-store.woocommerce-order-received .woocommerce-order-details,
body.spc-astra-store.woocommerce-order-received .woocommerce-customer-details {
  margin: 0;
  padding: 1.05rem 1.1rem;
  border: 1px solid rgba(12, 26, 45, 0.08);
  border-radius: 20px;
  background: #fff;
  box-shadow: var(--spc-shadow);
}

body.spc-astra-store.woocommerce-order-received .woocommerce-order-overview {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 0.8rem;
  list-style: none;
}

body.spc-astra-store.woocommerce-order-received .woocommerce-order-overview li {
  margin: 0;
  padding: 0.85rem 0.95rem;
  border: 1px solid rgba(12, 26, 45, 0.08);
  border-radius: 14px;
  background: rgba(247, 249, 250, 0.96);
  color: var(--spc-muted);
  font-size: 0.84rem;
}

body.spc-astra-store.woocommerce-order-received .woocommerce-order-overview li strong {
  display: block;
  margin-top: 0.3rem;
  color: var(--spc-ink);
  font-size: 0.98rem;
}

body.spc-astra-store.woocommerce-order-received .woocommerce-order-details h2,
body.spc-astra-store.woocommerce-order-received .woocommerce-customer-details h2 {
  margin: 0 0 0.95rem;
  color: var(--spc-ink);
  font-size: 1.12rem;
}

body.spc-astra-store.woocommerce-order-received .woocommerce-order-details table.shop_table {
  margin: 0;
}

body.spc-astra-store.woocommerce-order-received .woocommerce-customer-details address {
  margin: 0;
  padding: 0;
  border: 0;
  color: var(--spc-ink);
  font-style: normal;
  line-height: 1.7;
}

body.spc-astra-store .woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(206px, 1fr));
  gap: var(--spc-layout-gap);
}

body.spc-astra-store .woocommerce ul.products li.product {
  width: auto !important;
  margin: 0 !important;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  transition: none;
}

body.spc-astra-store .woocommerce ul.products li.product .spc-product-card {
  height: 100%;
}

body.spc-astra-store .woocommerce ul.products li.product .spc-product-card__body {
  min-height: 0;
}

body.spc-astra-store .woocommerce ul.products li.product .spc-product-card__actions {
  margin-top: auto;
}

body.spc-astra-store .woocommerce ul.products li.product .astra-shop-thumbnail-wrap,
body.spc-astra-store .woocommerce ul.products li.product .astra-shop-summary-wrap,
body.spc-astra-store .woocommerce ul.products li.product .ast-on-card-button {
  display: none !important;
}

body.spc-astra-store .woocommerce ul.products li.product .button,
body.spc-astra-store .woocommerce a.button,
body.spc-astra-store .woocommerce button.button,
body.spc-astra-store .woocommerce input.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: linear-gradient(180deg, var(--spc-accent), var(--spc-accent-strong));
  color: var(--spc-ink);
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

body.spc-astra-store.post-type-archive-product .woocommerce ul.products li.product .button,
body.spc-astra-store.tax-product_cat .woocommerce ul.products li.product .button,
body.spc-astra-store.tax-product_tag .woocommerce ul.products li.product .button,
body.spc-astra-store.post-type-archive-product .woocommerce ul.products li.product .spc-button,
body.spc-astra-store.tax-product_cat .woocommerce ul.products li.product .spc-button,
body.spc-astra-store.tax-product_tag .woocommerce ul.products li.product .spc-button {
  min-height: 38px;
  padding: 0.6rem 0.88rem;
  border-radius: 8px;
  font-size: 0.85rem;
  line-height: 1.12;
  letter-spacing: 0;
  white-space: nowrap;
  box-shadow: none;
}

body.spc-astra-store.post-type-archive-product .woocommerce nav.woocommerce-pagination,
body.spc-astra-store.tax-product_cat .woocommerce nav.woocommerce-pagination,
body.spc-astra-store.tax-product_tag .woocommerce nav.woocommerce-pagination {
  margin: 0.2rem 0 0;
}

body.spc-astra-store.post-type-archive-product .woocommerce nav.woocommerce-pagination ul,
body.spc-astra-store.tax-product_cat .woocommerce nav.woocommerce-pagination ul,
body.spc-astra-store.tax-product_tag .woocommerce nav.woocommerce-pagination ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
}

body.spc-astra-store.post-type-archive-product .woocommerce nav.woocommerce-pagination ul li,
body.spc-astra-store.tax-product_cat .woocommerce nav.woocommerce-pagination ul li,
body.spc-astra-store.tax-product_tag .woocommerce nav.woocommerce-pagination ul li {
  margin: 0;
  border: 0;
}

body.spc-astra-store.post-type-archive-product .woocommerce nav.woocommerce-pagination ul li a,
body.spc-astra-store.post-type-archive-product .woocommerce nav.woocommerce-pagination ul li span,
body.spc-astra-store.tax-product_cat .woocommerce nav.woocommerce-pagination ul li a,
body.spc-astra-store.tax-product_cat .woocommerce nav.woocommerce-pagination ul li span,
body.spc-astra-store.tax-product_tag .woocommerce nav.woocommerce-pagination ul li a,
body.spc-astra-store.tax-product_tag .woocommerce nav.woocommerce-pagination ul li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  padding: 0 0.75rem;
  border: 1px solid rgba(12, 26, 45, 0.1);
  border-radius: 10px;
  background: #fff;
  color: var(--spc-ink);
  font-size: 0.84rem;
  font-weight: 600;
  line-height: 1;
}

body.spc-astra-store.post-type-archive-product .woocommerce nav.woocommerce-pagination ul li span.current,
body.spc-astra-store.tax-product_cat .woocommerce nav.woocommerce-pagination ul li span.current,
body.spc-astra-store.tax-product_tag .woocommerce nav.woocommerce-pagination ul li span.current {
  border-color: rgba(243, 168, 71, 0.35);
  background: var(--spc-accent-soft);
}

body.spc-astra-store .woocommerce ul.products li.product .price,
body.spc-astra-store .woocommerce div.product p.price,
body.spc-astra-store .woocommerce div.product span.price {
  color: #1a7f37;
  font-weight: 500;
}

body.spc-astra-store .woocommerce-loop-product__title,
body.spc-astra-store .woocommerce div.product .product_title,
body.spc-astra-store .woocommerce div.product .woocommerce-tabs h2,
body.spc-astra-store .woocommerce .related.products > h2,
body.spc-astra-store .woocommerce .upsells.products > h2,
body.spc-astra-store .entry-title {
  font-weight: 700;
}

body.spc-astra-store .woocommerce-loop-product__title,
body.spc-astra-store .spc-product-card h3,
body.spc-astra-store .product .entry-title {
  font-size: 0.92rem;
}

body.spc-astra-store .woocommerce div.product .product_title {
  font-size: 1.5rem;
}

body.spc-astra-store .woocommerce ul.products li.product:hover {
  transform: none;
  box-shadow: none;
}

body.spc-astra-store.single-product .ast-woocommerce-container {
  padding: 0;
  overflow: visible;
}

body.spc-astra-store.single-product .ast-woocommerce-container > div.product {
  display: grid;
  grid-template-columns: minmax(0, calc(100% - 420px - var(--spc-layout-gap))) 420px;
  gap: var(--spc-layout-gap);
  align-items: start;
  width: 100%;
  overflow: visible;
}

body.spc-astra-store.single-product .ast-woocommerce-container > div.product::before,
body.spc-astra-store.single-product .ast-woocommerce-container > div.product::after {
  display: none !important;
  content: none !important;
}

body.spc-astra-store.single-product .ast-woocommerce-container > div.product > .woocommerce-product-gallery,
body.spc-astra-store.single-product .ast-woocommerce-container > div.product > .images,
body.spc-astra-store.single-product .ast-woocommerce-container > div.product > .summary.entry-summary,
body.spc-astra-store.single-product .ast-woocommerce-container > div.product > .summary {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  min-width: 0 !important;
}

body.spc-astra-store.single-product .woocommerce-product-gallery,
body.spc-astra-store.single-product .summary.entry-summary,
body.spc-astra-store.single-product .woocommerce-tabs,
body.spc-astra-store.single-product .related.products {
  box-sizing: border-box;
  border: 1px solid rgba(12, 26, 45, 0.08);
  border-radius: 20px;
  background: #fff;
  box-shadow: var(--spc-shadow);
}

body.spc-astra-store.single-product .ast-woocommerce-container > div.product > .woocommerce-product-gallery,
body.spc-astra-store.single-product .ast-woocommerce-container > div.product > .images {
  grid-column: 1;
  grid-row: 1;
  min-width: 0;
  width: 100% !important;
  align-self: start;
}

body.spc-astra-store.single-product .ast-woocommerce-container > div.product > .summary.entry-summary,
body.spc-astra-store.single-product .ast-woocommerce-container > div.product > .summary {
  grid-column: 2;
  grid-row: 1;
  max-width: 100%;
  width: 100% !important;
  align-self: start;
}

body.spc-astra-store.single-product .ast-woocommerce-container > div.product > .woocommerce-tabs,
body.spc-astra-store.single-product .ast-woocommerce-container > div.product > .related.products,
body.spc-astra-store.single-product .ast-woocommerce-container > div.product > .upsells.products {
  grid-column: 1 / -1;
}

body.spc-astra-store.single-product .woocommerce-product-gallery {
  position: relative;
  display: grid;
  gap: 0.8rem;
  padding: 1rem;
  overflow: hidden;
  opacity: 1 !important;
}

body.spc-astra-store.single-product .woocommerce-product-gallery__wrapper {
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(248, 249, 249, 0.98), rgba(241, 243, 243, 0.96));
}

body.spc-astra-store.single-product .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 4;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(12, 26, 45, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.12);
  color: var(--spc-brand);
}

body.spc-astra-store.single-product .woocommerce-product-gallery__image {
  margin: 0;
}

body.spc-astra-store.single-product .woocommerce-product-gallery__image a {
  display: grid;
  place-items: center;
  min-height: 360px;
  padding: 0.85rem;
  cursor: zoom-in;
}

body.spc-astra-store.single-product .woocommerce-product-gallery__image img {
  width: 100%;
  max-height: min(58vh, 500px);
  object-fit: contain;
}

body.spc-astra-store.single-product .flex-control-thumbs {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.55rem;
  margin: 0.9rem 0 0;
  padding: 0.9rem 0 0.15rem;
  border-top: 1px solid rgba(12, 26, 45, 0.08);
  overflow-x: auto;
  scrollbar-width: thin;
  list-style: none;
}

body.spc-astra-store.single-product .flex-control-thumbs::-webkit-scrollbar {
  height: 6px;
}

body.spc-astra-store.single-product .flex-control-thumbs::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.18);
}

body.spc-astra-store.single-product .flex-control-thumbs li {
  flex: 0 0 72px;
  width: 72px;
  margin: 0 !important;
}

body.spc-astra-store.single-product .flex-control-thumbs img {
  display: block;
  width: 100%;
  height: 72px;
  padding: 0.25rem;
  border: 1px solid rgba(12, 26, 45, 0.1);
  border-radius: 12px;
  background: #fff;
  object-fit: contain;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

body.spc-astra-store.single-product .flex-control-thumbs .flex-active,
body.spc-astra-store.single-product .flex-control-thumbs img:hover {
  border-color: rgba(243, 168, 71, 0.55);
  box-shadow: 0 10px 18px rgba(15, 23, 42, 0.12);
  transform: translateY(-1px);
}

body.spc-astra-store.single-product .summary.entry-summary {
  display: grid;
  gap: 0.8rem;
  padding: 1.15rem 1.2rem 1.25rem;
  overflow: hidden;
}

body.spc-astra-store.single-product .summary.entry-summary > * {
  min-width: 0;
}

body.spc-astra-store.single-product .summary.entry-summary .woocommerce-breadcrumb {
  margin: 0;
  color: var(--spc-muted);
  font-size: 0.82rem;
}

body.spc-astra-store.single-product .summary.entry-summary .single-product-category {
  display: inline-flex;
  width: fit-content;
  padding: 0.22rem 0.58rem;
  border-radius: 999px;
  background: var(--spc-accent-soft);
  color: var(--spc-ink);
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

body.spc-astra-store.single-product .summary.entry-summary .product_title {
  margin: 0;
  color: var(--spc-ink);
  font-size: 1.62rem;
  line-height: 1.18;
  word-break: break-word;
}

body.spc-astra-store.single-product .summary.entry-summary .price {
  margin: 0;
  color: #1a7f37;
  font-size: 1.18rem;
  font-weight: 700;
}

body.spc-astra-store.single-product .summary.entry-summary .woocommerce-product-rating {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.38rem 0.62rem;
  width: 100%;
  margin: 0;
  min-width: 0;
  color: var(--spc-brand);
  font-size: 0.84rem;
  line-height: 1.3;
}

body.spc-astra-store.single-product .summary.entry-summary .woocommerce-product-rating::before,
body.spc-astra-store.single-product .summary.entry-summary .woocommerce-product-rating::after {
  display: none;
}

body.spc-astra-store.single-product .summary.entry-summary .woocommerce-product-rating .star-rating,
body.spc-astra-store.single-product .summary.entry-summary .star-rating {
  position: relative;
  display: inline-block;
  width: 5.35em;
  height: 1.1em;
  overflow: hidden;
  float: none !important;
  margin: 0 !important;
  color: transparent;
  font-size: 1rem;
  line-height: 1.1;
  vertical-align: middle;
}

body.spc-astra-store.single-product .summary.entry-summary .woocommerce-product-rating .star-rating::before,
body.spc-astra-store.single-product .summary.entry-summary .star-rating::before {
  content: "\2605\2605\2605\2605\2605";
  position: absolute;
  top: 0;
  left: 0;
  color: #d0d6de;
  letter-spacing: 0;
}

body.spc-astra-store.single-product .summary.entry-summary .woocommerce-product-rating .star-rating span,
body.spc-astra-store.single-product .summary.entry-summary .star-rating span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  overflow: hidden;
  color: transparent;
  font-size: 0;
  line-height: 1;
  white-space: nowrap;
}

body.spc-astra-store.single-product .summary.entry-summary .woocommerce-product-rating .star-rating span::before,
body.spc-astra-store.single-product .summary.entry-summary .star-rating span::before {
  content: "\2605\2605\2605\2605\2605";
  position: absolute;
  top: 0;
  left: 0;
  color: #f59e0b;
  font-size: 1rem;
  line-height: 1.1;
  letter-spacing: 0;
}

body.spc-astra-store.single-product .summary.entry-summary .woocommerce-review-link {
  display: inline-flex;
  align-items: center;
  width: auto;
  min-width: 0;
  white-space: normal;
  word-break: normal;
  overflow-wrap: anywhere;
}

body.spc-astra-store.single-product .summary.entry-summary .stock {
  margin: 0;
  font-weight: 600;
}

body.spc-astra-store.single-product .summary.entry-summary form.cart {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  gap: 0.65rem;
  align-items: stretch;
  margin: 0.2rem 0 0;
  min-width: 0;
}

body.spc-astra-store.single-product .summary.entry-summary form.cart::before,
body.spc-astra-store.single-product .summary.entry-summary form.cart::after {
  display: none !important;
}

body.spc-astra-store.single-product .summary.entry-summary form.cart .quantity {
  float: none !important;
  margin: 0 !important;
  width: 100%;
  min-width: 0;
}

body.spc-astra-store.single-product .summary.entry-summary form.cart .quantity .qty {
  float: none !important;
  width: 100% !important;
  min-width: 0;
  min-height: 46px;
  padding: 0.65rem 0.7rem;
  border: 1px solid var(--spc-line);
  border-radius: 12px;
  box-shadow: none;
  box-sizing: border-box;
}

body.spc-astra-store.single-product .summary.entry-summary .single_add_to_cart_button {
  float: none !important;
  clear: none !important;
  min-height: 42px;
  width: 100% !important;
  min-width: 0;
  margin: 0 !important;
  padding: 0.68rem 1.05rem;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.15;
}

body.spc-astra-store.single-product .summary.entry-summary form.variations_form.cart {
  grid-template-columns: 1fr;
  gap: 0.85rem;
}

body.spc-astra-store.single-product .summary.entry-summary form.variations_form table.variations {
  width: 100%;
  margin: 0;
  border: 0;
  border-collapse: separate;
}

body.spc-astra-store.single-product .summary.entry-summary form.variations_form table.variations tbody {
  display: grid;
  gap: 0.8rem;
}

body.spc-astra-store.single-product .summary.entry-summary form.variations_form table.variations tr {
  display: grid;
  gap: 0.38rem;
}

body.spc-astra-store.single-product .summary.entry-summary form.variations_form table.variations th,
body.spc-astra-store.single-product .summary.entry-summary form.variations_form table.variations td {
  display: block;
  width: auto !important;
  padding: 0;
  border: 0;
  text-align: left;
}

body.spc-astra-store.single-product .summary.entry-summary form.variations_form table.variations th.label {
  margin: 0;
}

body.spc-astra-store.single-product .summary.entry-summary form.variations_form table.variations th.label label {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin: 0;
  color: var(--spc-ink);
  font-size: 0.9rem;
  font-weight: 600;
}

body.spc-astra-store.single-product .summary.entry-summary form.variations_form table.variations td.value {
  display: grid;
  gap: 0.42rem;
}

body.spc-astra-store.single-product .summary.entry-summary form.variations_form table.variations select {
  width: 100% !important;
  min-width: 0;
  min-height: 46px;
  padding: 0.65rem 0.8rem;
  border: 1px solid var(--spc-line);
  border-radius: 12px;
  background: #fff;
  box-shadow: none;
}

body.spc-astra-store.single-product .summary.entry-summary form.variations_form .reset_variations {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  color: var(--spc-brand);
  font-size: 0.82rem;
  font-weight: 600;
  text-decoration: none;
}

body.spc-astra-store.single-product .summary.entry-summary form.variations_form .single_variation_wrap {
  display: grid;
  gap: 0.8rem;
  min-width: 0;
}

body.spc-astra-store.single-product .summary.entry-summary form.variations_form .woocommerce-variation {
  display: grid;
  gap: 0.32rem;
  margin: 0;
}

body.spc-astra-store.single-product .summary.entry-summary form.variations_form .woocommerce-variation-price .price,
body.spc-astra-store.single-product .summary.entry-summary form.variations_form .woocommerce-variation-availability .stock {
  margin: 0;
}

body.spc-astra-store.single-product .summary.entry-summary form.variations_form .woocommerce-variation-add-to-cart,
body.spc-astra-store.single-product .summary.entry-summary form.variations_form .variations_button {
  display: grid !important;
  grid-template-columns: 104px minmax(0, 1fr);
  gap: 0.65rem;
  align-items: stretch;
  width: 100%;
  margin: 0 !important;
}

body.spc-astra-store.single-product .summary.entry-summary form.variations_form .quantity {
  grid-column: 1;
}

body.spc-astra-store.single-product .summary.entry-summary form.variations_form .single_add_to_cart_button {
  grid-column: 2;
  min-width: 0;
}

body.spc-astra-store.single-product .summary.entry-summary .product_meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.8rem;
  padding-top: 0.9rem;
  border-top: 1px solid rgba(12, 26, 45, 0.08);
  color: var(--spc-muted);
  font-size: 0.86rem;
}

body.spc-astra-store.single-product .summary.entry-summary .product_meta > span {
  margin: 0;
}

body.spc-astra-store.single-product .spc-pincode-check {
  display: grid;
  gap: 0.72rem;
  padding: 0.92rem 0.98rem;
  border: 1px solid rgba(12, 26, 45, 0.08);
  border-radius: 16px;
  background:
    radial-gradient(circle at top right, rgba(243, 168, 71, 0.14), transparent 42%),
    linear-gradient(180deg, rgba(255, 252, 245, 0.98), rgba(247, 249, 250, 0.96));
}

body.spc-astra-store.single-product .spc-pincode-check__copy {
  display: grid;
  gap: 0.18rem;
}

body.spc-astra-store.single-product .spc-pincode-check__copy strong {
  font-size: 0.92rem;
}

body.spc-astra-store.single-product .spc-pincode-check__copy span {
  color: var(--spc-muted);
  font-size: 0.82rem;
  line-height: 1.45;
}

body.spc-astra-store.single-product .spc-pincode-check__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.65rem;
  align-items: stretch;
}

body.spc-astra-store.single-product .spc-pincode-check__input {
  width: 100%;
  max-width: 100%;
  min-height: 40px;
  padding: 0.62rem 0.8rem;
  border: 1px solid rgba(12, 26, 45, 0.12);
  border-radius: 12px;
  background: #fff;
  box-shadow: none;
  color: var(--spc-ink);
  font-size: 0.88rem;
  box-sizing: border-box;
}

body.spc-astra-store.single-product .spc-pincode-check__button {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 40px;
  box-sizing: border-box;
}

body.spc-astra-store.single-product .spc-pincode-check__result {
  min-height: 1.3rem;
  color: var(--spc-muted);
  font-size: 0.84rem;
  font-weight: 500;
}

body.spc-astra-store.single-product .spc-pincode-check__result.is-success {
  color: #1a7f37;
}

body.spc-astra-store.single-product .spc-pincode-check__result.is-error {
  color: #b42318;
}

body.spc-astra-store.single-product .woocommerce-tabs {
  margin-top: 1.35rem;
  padding: 1.2rem 1.3rem;
}

body.spc-astra-store.single-product .woocommerce-tabs ul.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin: 0 0 1rem;
  padding: 0;
}

body.spc-astra-store.single-product .woocommerce-tabs ul.tabs::before,
body.spc-astra-store.single-product .woocommerce-tabs ul.tabs::after {
  display: none;
}

body.spc-astra-store.single-product .woocommerce-tabs ul.tabs li {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

body.spc-astra-store.single-product .woocommerce-tabs ul.tabs li a {
  padding: 0.62rem 0.9rem;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.05);
  color: var(--spc-ink);
  font-size: 0.88rem;
  font-weight: 600;
}

body.spc-astra-store.single-product .woocommerce-tabs ul.tabs li.active a {
  background: var(--spc-accent-soft);
}

body.spc-astra-store.single-product .woocommerce-tabs .panel {
  margin: 0;
}

body.spc-astra-store.single-product .woocommerce-tabs #review_form_wrapper {
  margin-top: 1rem;
}

body.spc-astra-store.single-product .woocommerce-tabs #review_form,
body.spc-astra-store.single-product .woocommerce-tabs #review_form #respond,
body.spc-astra-store.single-product .woocommerce-tabs #review_form #respond form {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

body.spc-astra-store.single-product .woocommerce-tabs #review_form #respond form {
  display: grid;
  gap: 0.85rem;
}

body.spc-astra-store.single-product .woocommerce-tabs #review_form #respond p {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin: 0;
}

body.spc-astra-store.single-product .woocommerce-tabs #review_form #respond .comment-form-comment,
body.spc-astra-store.single-product .woocommerce-tabs #review_form #respond .comment-form-author,
body.spc-astra-store.single-product .woocommerce-tabs #review_form #respond .comment-form-email,
body.spc-astra-store.single-product .woocommerce-tabs #review_form #respond .comment-form-url,
body.spc-astra-store.single-product .woocommerce-tabs #review_form #respond .form-submit {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

body.spc-astra-store.single-product .woocommerce-tabs #review_form #respond textarea,
body.spc-astra-store.single-product .woocommerce-tabs #review_form #respond input[type="text"],
body.spc-astra-store.single-product .woocommerce-tabs #review_form #respond input[type="email"],
body.spc-astra-store.single-product .woocommerce-tabs #review_form #respond input[type="url"] {
  display: block;
  width: 100% !important;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

body.spc-astra-store.single-product .woocommerce-tabs #review_form #respond textarea {
  min-height: 200px;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(12, 26, 45, 0.12);
  border-radius: 14px;
  resize: vertical;
}

body.spc-astra-store.single-product .woocommerce-tabs #review_form #respond p.stars {
  margin: 0.5rem 0 1rem;
}

body.spc-astra-store.single-product .woocommerce-tabs #review_form #respond p.stars span {
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 0.18rem;
}

body.spc-astra-store.single-product .woocommerce-tabs #review_form #respond p.stars a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  overflow: hidden;
  color: transparent !important;
  font-size: 0;
  line-height: 1;
  text-decoration: none;
}

body.spc-astra-store.single-product .woocommerce-tabs #review_form #respond p.stars a::before {
  content: "\2605";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #c9cfd8;
  font-size: 1.25rem;
  line-height: 1;
  transition: color 0.18s ease, transform 0.18s ease;
}

body.spc-astra-store.single-product .woocommerce-tabs #review_form #respond p.stars:hover a::before {
  color: #c9cfd8;
}

body.spc-astra-store.single-product .woocommerce-tabs #review_form #respond p.stars:hover a:hover::before,
body.spc-astra-store.single-product .woocommerce-tabs #review_form #respond p.stars:hover a:hover ~ a::before,
body.spc-astra-store.single-product .woocommerce-tabs #review_form #respond p.stars.selected a.active::before,
body.spc-astra-store.single-product .woocommerce-tabs #review_form #respond p.stars.selected a.active ~ a::before,
body.spc-astra-store.single-product .woocommerce-tabs #review_form #respond p.stars a.active::before,
body.spc-astra-store.single-product .woocommerce-tabs #review_form #respond p.stars a.active ~ a::before {
  color: #f59e0b;
}

body.spc-astra-store.single-product .woocommerce-tabs #review_form #respond p.stars a:hover::before,
body.spc-astra-store.single-product .woocommerce-tabs #review_form #respond p.stars a.active::before {
  transform: scale(1.04);
}

body.spc-astra-store.single-product .woocommerce-Tabs-panel--description .elementor .e-con,
body.spc-astra-store.single-product .woocommerce-Tabs-panel--description .elementor .e-con-boxed,
body.spc-astra-store.single-product .woocommerce-Tabs-panel--description .elementor .e-con-inner {
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.spc-astra-store.single-product .related.products {
  margin-top: 1.35rem;
  padding: 1.2rem 1.2rem 1.3rem;
}

@media (max-width: 1100px) {
  body.spc-astra-store.post-type-archive-product .site-main .woocommerce,
  body.spc-astra-store.tax-product_cat .site-main .woocommerce,
  body.spc-astra-store.tax-product_tag .site-main .woocommerce {
    grid-template-columns: 1fr;
  }

  body.spc-astra-store.post-type-archive-product .woocommerce-ordering,
  body.spc-astra-store.tax-product_cat .woocommerce-ordering,
  body.spc-astra-store.tax-product_tag .woocommerce-ordering {
    justify-self: start;
  }

  body.spc-astra-store.post-type-archive-product .woocommerce-ordering select.orderby,
  body.spc-astra-store.tax-product_cat .woocommerce-ordering select.orderby,
  body.spc-astra-store.tax-product_tag .woocommerce-ordering select.orderby {
    min-width: min(100%, 260px);
  }

  body.spc-astra-store.single-product .ast-woocommerce-container > div.product {
    grid-template-columns: minmax(0, 1fr);
  }

  body.spc-astra-store.single-product .ast-woocommerce-container > div.product > .woocommerce-product-gallery,
  body.spc-astra-store.single-product .ast-woocommerce-container > div.product > .images,
  body.spc-astra-store.single-product .ast-woocommerce-container > div.product > .summary.entry-summary,
  body.spc-astra-store.single-product .ast-woocommerce-container > div.product > .summary {
    grid-column: 1;
    grid-row: auto;
    min-width: 0;
  }
}

@media (max-width: 768px) {
  .spc-product-card__actions {
    grid-template-columns: 1fr;
  }

  body.spc-astra-store.single-product .woocommerce-product-gallery__image a {
    min-height: 320px;
  }

  body.spc-astra-store.single-product .spc-pincode-check__row {
    grid-template-columns: 1fr;
  }

  body.spc-astra-store.single-product .summary.entry-summary {
    padding: 1rem 1rem 1.15rem;
  }

  body.spc-astra-store.single-product .summary.entry-summary .product_title {
    font-size: 1.4rem;
  }

  body.spc-astra-store.single-product .summary.entry-summary form.cart {
    grid-template-columns: 1fr;
  }

  body.spc-astra-store.single-product .summary.entry-summary form.variations_form .woocommerce-variation-add-to-cart,
  body.spc-astra-store.single-product .summary.entry-summary form.variations_form .variations_button {
    grid-template-columns: 1fr;
  }

  body.spc-astra-store.single-product .summary.entry-summary form.variations_form .quantity,
  body.spc-astra-store.single-product .summary.entry-summary form.variations_form .single_add_to_cart_button {
    grid-column: auto;
  }

  body.spc-astra-store.single-product .summary.entry-summary .single_add_to_cart_button {
    width: 100%;
  }
}

@media (max-width: 980px) {
  .spc-purchase-journey__track {
    grid-template-columns: 1fr;
  }

  body.spc-astra-store.logged-in.woocommerce-account .woocommerce {
    grid-template-columns: 1fr;
  }

  body.spc-astra-store.woocommerce-order-received .spc-order-followup {
    grid-template-columns: 1fr;
  }

  body.spc-astra-store.woocommerce-checkout .woocommerce form.checkout,
  body.spc-astra-store.woocommerce-checkout form.checkout.woocommerce-checkout,
  body.spc-astra-store.woocommerce-checkout form.checkout {
    grid-template-columns: 1fr;
  }

  body.spc-astra-store.woocommerce-checkout .woocommerce form.checkout .col2-set,
  body.spc-astra-store.woocommerce-checkout .woocommerce form.checkout #customer_details,
  body.spc-astra-store.woocommerce-checkout form.checkout.woocommerce-checkout .col2-set,
  body.spc-astra-store.woocommerce-checkout form.checkout.woocommerce-checkout #customer_details,
  body.spc-astra-store.woocommerce-checkout .woocommerce form.checkout #order_review_heading,
  body.spc-astra-store.woocommerce-checkout .woocommerce form.checkout #order_review,
  body.spc-astra-store.woocommerce-checkout form.checkout.woocommerce-checkout #order_review_heading,
  body.spc-astra-store.woocommerce-checkout form.checkout.woocommerce-checkout #order_review,
  body.spc-astra-store.woocommerce-checkout form.checkout #order_review_heading,
  body.spc-astra-store.woocommerce-checkout form.checkout #order_review {
    grid-column: 1;
  }

  body.spc-astra-store.woocommerce-checkout .woocommerce form.checkout .col2-set,
  body.spc-astra-store.woocommerce-checkout .woocommerce form.checkout #customer_details,
  body.spc-astra-store.woocommerce-checkout form.checkout.woocommerce-checkout .col2-set,
  body.spc-astra-store.woocommerce-checkout form.checkout.woocommerce-checkout #customer_details {
    grid-row: auto;
  }

  body.spc-astra-store.woocommerce-checkout .woocommerce form.checkout #order_review,
  body.spc-astra-store.woocommerce-checkout .woocommerce form.checkout #order_review_heading,
  body.spc-astra-store.woocommerce-checkout form.checkout.woocommerce-checkout #order_review,
  body.spc-astra-store.woocommerce-checkout form.checkout.woocommerce-checkout #order_review_heading,
  body.spc-astra-store.woocommerce-checkout form.checkout #order_review_heading,
  body.spc-astra-store.woocommerce-checkout form.checkout #order_review {
    width: 100% !important;
    max-width: 100%;
    margin: 0 !important;
  }

  body.spc-astra-store.woocommerce-checkout .woocommerce form.checkout #order_review,
  body.spc-astra-store.woocommerce-checkout form.checkout.woocommerce-checkout #order_review,
  body.spc-astra-store.woocommerce-checkout form.checkout #order_review {
    grid-row: auto;
    position: static;
  }
}

body.spc-astra-store .ast-archive-description,
body.spc-astra-store .page-header {
  padding: 0;
  background: transparent;
}

.spc-short-page,
.spc-policy-page {
  display: grid;
  gap: 1.4rem;
  width: 100%;
  max-width: none;
  padding: 1.2rem 0 0.5rem;
}

.spc-short-page__intro,
.spc-policy-page__intro {
  padding: 1.4rem 1.5rem;
  border: 1px solid rgba(23, 35, 55, 0.08);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 248, 253, 0.96));
  box-shadow: var(--spc-shadow);
}

.spc-short-page__intro p,
.spc-policy-page__intro p {
  margin: 0;
  color: var(--spc-muted);
}

.spc-short-page__intro h2 {
  margin: 0.7rem 0 0.55rem;
  font-size: 1.7rem;
  line-height: 1.18;
}

.spc-contact-page {
  gap: 1.1rem;
}

.spc-contact-page__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 1rem;
  align-items: start;
}

.spc-contact-page__aside,
.spc-contact-page__content {
  display: grid;
  gap: 1rem;
  min-width: 0;
}

.spc-contact-card,
.spc-contact-form-card,
.spc-contact-visit-card {
  padding: 1.4rem 1.45rem;
  border: 1px solid rgba(23, 35, 55, 0.08);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--spc-shadow);
  min-width: 0;
}

.spc-contact-card {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 0.95rem;
  align-items: start;
}

.spc-contact-card--soft {
  background: linear-gradient(180deg, rgba(255, 250, 232, 0.98), rgba(255, 245, 223, 0.96));
}

.spc-contact-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: var(--spc-accent-soft);
  border: 1px solid rgba(240, 193, 75, 0.36);
  color: var(--spc-ink);
}

.spc-contact-card__icon svg {
  width: 22px;
  height: 22px;
}

.spc-contact-card__body {
  display: grid;
  gap: 0.45rem;
}

.spc-contact-card__body h3,
.spc-contact-form-card__header h3,
.spc-contact-visit-card__header h3 {
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.25;
}

.spc-contact-card__body p,
.spc-contact-form-card__header p,
.spc-contact-visit-card__header p {
  margin: 0;
  color: var(--spc-muted);
}

.spc-contact-card__button {
  width: fit-content;
  margin-top: 0.15rem;
}

.spc-contact-list {
  margin: 0;
  padding-left: 1.1rem;
  color: var(--spc-muted);
}

.spc-contact-list li + li {
  margin-top: 0.4rem;
}

.spc-contact-form-card {
  display: grid;
  gap: 1rem;
  width: 100%;
}

.spc-contact-form-card__header {
  display: grid;
  gap: 0.5rem;
}

.spc-contact-visit-card {
  display: grid;
  gap: 1rem;
  background:
    radial-gradient(circle at top right, rgba(243, 168, 71, 0.16), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.995), rgba(246, 249, 252, 0.985));
}

.spc-contact-visit-card__header {
  display: grid;
  gap: 0.45rem;
}

.spc-contact-visit-card__header h3 {
  margin: 0;
  font-size: 1.12rem;
  line-height: 1.25;
}

.spc-contact-visit-card__header p {
  margin: 0;
  color: var(--spc-muted);
}

.spc-contact-visit-card__map {
  overflow: hidden;
  min-height: 320px;
  border: 1px solid rgba(12, 26, 45, 0.08);
  border-radius: 18px;
  background: #f4f6f8;
}

.spc-contact-visit-card__map iframe {
  display: block;
  width: 100%;
  min-height: 320px;
  border: 0;
}

.spc-contact-storefront {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.spc-contact-storefront__item {
  margin: 0;
  border: 1px solid rgba(12, 26, 45, 0.08);
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
}

.spc-contact-storefront__image {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.spc-contact-form {
  display: grid;
  gap: 0.95rem;
  width: 100%;
  min-width: 0;
}

.spc-contact-form__notice {
  padding: 0.9rem 1rem;
  border-radius: 14px;
  font-size: 0.92rem;
  font-weight: 500;
}

.spc-contact-form__notice--success {
  background: rgba(26, 127, 55, 0.1);
  border: 1px solid rgba(26, 127, 55, 0.2);
  color: #14532d;
}

.spc-contact-form__notice--error {
  background: rgba(204, 12, 57, 0.08);
  border: 1px solid rgba(204, 12, 57, 0.16);
  color: #8a1538;
}

.spc-contact-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.95rem;
  width: 100%;
  min-width: 0;
}

.spc-contact-field {
  margin: 0;
  display: grid;
  gap: 0.45rem;
}

.spc-contact-field--full {
  grid-column: 1 / -1;
}

.spc-contact-field--hidden {
  display: none;
}

.spc-contact-field label {
  color: var(--spc-ink);
  font-size: 0.84rem;
  font-weight: 600;
}

.spc-contact-field input,
.spc-contact-field textarea {
  box-sizing: border-box;
  width: 100%;
  min-height: 46px;
  margin: 0;
  padding: 0.82rem 0.95rem;
  border: 1px solid var(--spc-line);
  border-radius: 12px;
  background: #fff;
  color: var(--spc-ink);
  box-shadow: none;
}

.spc-contact-field textarea {
  min-height: 180px;
  resize: vertical;
}

.spc-contact-field input:focus,
.spc-contact-field textarea:focus {
  border-color: #f3a847;
  box-shadow: 0 0 0 3px rgba(243, 168, 71, 0.16);
}

.spc-contact-form__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.spc-contact-form__actions span {
  color: var(--spc-muted);
  font-size: 0.86rem;
}

.spc-directory-grid,
.spc-brand-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.spc-directory-card,
.spc-brand-card {
  display: grid;
  gap: 0.95rem;
  padding: 1.25rem;
  border: 1px solid rgba(23, 35, 55, 0.08);
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--spc-shadow);
  color: var(--spc-ink);
}

.spc-directory-card:hover,
.spc-brand-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 56px rgba(7, 22, 43, 0.12);
  color: inherit;
}

.spc-directory-card__body h3,
.spc-brand-card__body h3 {
  margin: 0 0 0.35rem;
  font-size: 1rem;
}

.spc-directory-card__body p,
.spc-brand-card__body p {
  margin: 0;
  color: var(--spc-muted);
  font-size: 0.84rem;
}

.spc-brand-card__media {
  min-height: 160px;
  display: grid;
  place-items: center;
  padding: 1rem;
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(247, 248, 248, 0.97));
}

.spc-brand-card__image {
  width: 100%;
  height: 100%;
  max-height: 132px;
  object-fit: contain;
}

.spc-brand-card__eyebrow {
  display: inline-flex;
  width: fit-content;
  padding: 0.28rem 0.6rem;
  border-radius: 999px;
  background: var(--spc-accent-soft);
  color: var(--spc-brand);
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 0.55rem;
}

.spc-policy-page section {
  padding: 1.35rem 1.45rem;
  border: 1px solid rgba(23, 35, 55, 0.08);
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--spc-shadow);
}

.spc-policy-page h2 {
  margin: 0 0 0.8rem;
  font-size: 1.15rem;
}

.spc-policy-page p,
.spc-policy-page li {
  color: var(--spc-muted);
  font-size: 0.92rem;
}

.spc-policy-page ul {
  margin: 0.75rem 0 0;
  padding-left: 1.1rem;
}

@media (max-width: 1100px) {
  .spc-category-ribbon__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .spc-hero__grid,
  .spc-discovery-grid,
  .spc-directory-grid,
  .spc-brand-grid,
  .spc-banner-grid,
  .spc-footer-grid,
  .spc-product-grid,
  .spc-product-grid--compact,
  .spc-category-grid,
  .spc-feature-band__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .spc-discovery-card--featured,
  .spc-promo-card--primary {
    grid-column: auto;
  }

  .spc-shop-dropdown {
    width: min(860px, calc(100vw - 24px));
  }

  .spc-shop-dropdown__grid,
  .spc-contact-storefront {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .spc-footer-map-panel {
    grid-template-columns: 1fr;
  }

  .spc-footer-grid > :last-child {
    grid-column: 1 / -1;
  }

  body.spc-astra-store.woocommerce-account #customer_login {
    grid-template-columns: 1fr;
  }

  .spc-contact-page__grid,
  .spc-contact-form__grid {
    grid-template-columns: 1fr;
  }

  .spc-slide {
    grid-template-columns: minmax(0, 0.94fr) minmax(360px, 1.06fr);
    min-height: 438px;
  }

  .spc-delivery {
    display: none;
  }
}

@media (max-width: 900px) {
  .spc-category-ribbon__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .spc-slide {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 1.8rem 1.8rem 3.8rem;
  }

  .spc-slide__visual {
    min-height: 340px;
    width: calc(100% + 1.5rem);
    margin-left: -1.5rem;
  }

  .spc-slider__arrow {
    display: none;
  }

  .spc-menu-toggle {
    display: inline-grid;
    place-items: center;
  }

  .spc-search {
    order: 4;
    width: 100%;
    flex-basis: 100%;
  }

  .spc-mainbar__inner {
    flex-wrap: wrap;
  }

  .spc-brand-block {
    flex: 1 1 auto;
  }

  .spc-header-actions {
    margin-left: auto;
  }

  .spc-hero__promos,
  .spc-hero__stats {
    grid-template-columns: 1fr;
  }

  .spc-primary-nav,
  .spc-category-strip {
    display: none;
  }

  .spc-footer-support-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .spc-navband__inner {
    min-height: 52px;
  }

  .spc-mobile-panel.is-open {
    display: block;
  }

  .spc-navband {
    display: none;
  }
}

@media (max-width: 760px) {
  body.spc-astra-store.woocommerce-account .entry-header,
  body.spc-astra-store.woocommerce-account #customer_login .woocommerce-form-login,
  body.spc-astra-store.woocommerce-account #customer_login .woocommerce-form-register,
  body.spc-astra-store.woocommerce-account .woocommerce-MyAccount-navigation,
  body.spc-astra-store.woocommerce-account .woocommerce-MyAccount-content {
    padding: 1rem;
    border-radius: 18px;
  }

  body.spc-astra-store.woocommerce-account .entry-title {
    font-size: 1.95rem;
  }

  body.spc-astra-store.woocommerce-cart .entry-header {
    padding: 0.95rem 1rem;
    border-radius: 20px;
  }

  body.spc-astra-store.woocommerce-cart .entry-title {
    font-size: 1.5rem;
  }

  body.spc-astra-store.woocommerce-account #customer_login .u-column1 h2,
  body.spc-astra-store.woocommerce-account #customer_login .u-column2 h2 {
    font-size: 1.45rem;
  }

  body.spc-astra-store.woocommerce-cart .site-main > .woocommerce,
  body.spc-astra-store.woocommerce-cart .site-main .woocommerce {
    grid-template-columns: 1fr;
  }

  body.spc-astra-store.woocommerce-cart .woocommerce-cart-form,
  body.spc-astra-store.woocommerce-cart .cart-collaterals .cart_totals {
    padding: 0.8rem;
    border-radius: 16px;
  }

  body.spc-astra-store.woocommerce-cart td.actions .coupon {
    display: grid;
    grid-template-columns: 1fr;
  }

  body.spc-astra-store.woocommerce-cart td.actions > .button,
  body.spc-astra-store.woocommerce-cart td.actions > button.button,
  body.spc-astra-store.woocommerce-cart td.actions [name="update_cart"] {
    float: none;
    width: 100%;
    margin-top: 0.7rem;
  }

  body.spc-astra-store.woocommerce-cart .spc-purchase-journey,
  body.spc-astra-store.woocommerce-checkout .spc-purchase-journey,
  body.spc-astra-store.woocommerce-order-received .spc-purchase-journey {
    padding: 0.95rem;
    border-radius: 18px;
  }

  .spc-purchase-journey__step-inner {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 0.7rem;
    padding: 0.8rem 0.85rem;
  }

  .spc-purchase-journey__badge {
    width: 40px;
    height: 40px;
    border-radius: 12px;
  }

  body.spc-astra-store.woocommerce-order-received .spc-order-followup {
    padding: 0.95rem;
    border-radius: 18px;
  }

  .spc-order-followup__stats {
    grid-template-columns: 1fr;
  }

  .spc-order-followup__timeline-item {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 0.65rem;
    padding: 0.82rem 0.85rem;
    border-radius: 16px;
  }

  .spc-order-followup__timeline-badge {
    width: 38px;
    height: 38px;
    border-radius: 12px;
  }

  .spc-order-followup__support {
    padding: 0.9rem;
    border-radius: 16px;
  }

  body.spc-astra-store.woocommerce-checkout form.checkout .col2-set .col-1,
  body.spc-astra-store.woocommerce-checkout form.checkout .col2-set .col-2,
  body.spc-astra-store.woocommerce-checkout form.checkout #order_review_heading,
  body.spc-astra-store.woocommerce-checkout form.checkout #order_review,
  body.spc-astra-store.woocommerce-order-received .woocommerce-order-overview,
  body.spc-astra-store.woocommerce-order-received .woocommerce-order-details,
  body.spc-astra-store.woocommerce-order-received .woocommerce-customer-details {
    padding-left: 0.85rem;
    padding-right: 0.85rem;
    border-radius: 16px;
  }

  body.spc-astra-store.woocommerce-order-received .woocommerce-order-overview {
    grid-template-columns: 1fr;
  }

  .spc-category-ribbon {
    padding-top: 0.8rem;
  }

  .spc-contact-storefront {
    grid-template-columns: 1fr;
  }

  .spc-category-ribbon__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.7rem;
  }

  .spc-category-ribbon__item {
    grid-template-columns: 36px minmax(0, 1fr);
    padding: 0.72rem 0.75rem;
  }

  .spc-slide {
    padding: 1.35rem 1.2rem 3.6rem;
  }

  .spc-slide__title {
    font-size: 1.7rem;
  }

  .spc-slide__copy {
    font-size: 0.92rem;
  }

  .spc-slide__actions {
    gap: 0.55rem;
  }

  .spc-slide__visual {
    min-height: 290px;
    width: 100%;
    margin-left: 0;
  }

  .spc-slide__visual::before {
    inset: 6% 0 2% 18%;
  }

  .spc-slide__product {
    right: 0.35rem;
    bottom: 0.1rem;
    width: 248px;
    height: 248px;
  }

  .spc-slide__product--secondary {
    right: 10.4rem;
    bottom: 1.45rem;
    width: 162px;
    height: 162px;
  }

  .spc-slider__footer {
    left: 1.2rem;
    bottom: 1rem;
  }

  .spc-mainbar__inner {
    min-height: 74px;
    gap: 0.7rem;
  }

  .spc-logo {
    max-width: 136px;
  }

  .spc-header-actions {
    gap: 0.12rem;
  }

  .spc-header-action {
    min-width: auto;
    padding: 0.28rem 0.45rem;
  }

  .spc-header-action__eyebrow {
    display: none;
  }

  .spc-header-action__label {
    font-size: 0.79rem;
  }

  .spc-header-action--orders {
    display: none;
  }

  .spc-search {
    min-height: 40px;
  }

  .spc-search__select {
    font-size: 0.78rem;
    padding-left: 0.7rem;
  }

  .spc-search input[type="search"] {
    font-size: 0.86rem;
  }

  .spc-search button {
    min-height: 40px;
  }

  .spc-search__suggestions {
    left: -2px;
    right: -2px;
    border-radius: 0 0 10px 10px;
    max-height: min(320px, 58vh);
  }

  .spc-search__suggestion {
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 0.55rem;
    min-height: 36px;
    padding: 0.42rem 0.8rem;
  }

  .spc-search__suggestion-title {
    font-size: 0.89rem;
  }

  .spc-search__suggestion-state {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }

  .spc-hero__grid,
  .spc-discovery-grid,
  .spc-directory-grid,
  .spc-brand-grid,
  .spc-banner-grid,
  .spc-footer-grid,
  .spc-product-grid,
  .spc-product-grid--compact,
  .spc-category-grid,
  .spc-feature-band__grid,
  .spc-footer-bottom {
    grid-template-columns: 1fr;
    display: grid;
  }

  .spc-hero__content,
  .spc-promo-card,
  .spc-banner-card,
  .spc-category-card,
  .spc-product-card,
  .spc-feature-band__grid > div {
    border-radius: 22px;
  }

  .spc-section-heading {
    align-items: start;
    flex-direction: column;
  }

  .spc-footer-support {
    grid-template-columns: 1fr;
  }

  .spc-footer-support-actions {
    grid-column: auto;
    grid-template-columns: 1fr;
  }

  .spc-footer-map-panel {
    padding: 1rem;
  }

  .spc-footer-map-panel__frame,
  .spc-footer-map-panel__frame iframe {
    min-height: 220px;
  }
}
