:root {
  --eas-bg: #080808;
  --eas-bg-soft: #111111;
  --eas-panel: rgba(20, 20, 20, 0.82);
  --eas-line: rgba(255, 255, 255, 0.1);
  --eas-text: #f4efe6;
  --eas-text-soft: #b4aea4;
  --eas-accent: #e6dfd2;
  --eas-max-width: 1400px;
  --eas-radius: 28px;
  --eas-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: #050505;
  min-height: 100%;
}

body.eas-theme-body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.08), transparent 30%),
    linear-gradient(180deg, #050505 0%, #080808 40%, #101010 100%);
  color: var(--eas-text);
  font-family: "Manrope", sans-serif;
}

img,
video {
  display: block;
  max-width: 100%;
}

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

.eas-container {
  width: min(calc(100% - 2rem), var(--eas-max-width));
  margin: 0 auto;
}

.eas-site-header {
  position: fixed;
  top: 1rem;
  left: 0;
  right: 0;
  z-index: 20;
  padding: 0;
  background: none;
}

.eas-site-header__inner,
.eas-site-footer__inner,
.eas-launch-grid,
.eas-featured-product__grid,
.eas-campaign-card,
.eas-hero__layout {
  display: grid;
  gap: 1.5rem;
}

.eas-site-header__inner {
  grid-template-columns: auto 1fr auto;
  align-items: center;
  min-height: 72px;
  width: min(calc(100% - 2rem), 1500px);
  padding: 0 1.75rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(10, 10, 10, 0.72);
  backdrop-filter: blur(18px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.32);
}

.eas-site-header__spacer {
  width: 1px;
  height: 1px;
}

.eas-site-brand {
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* Cart ikon */
.eas-cart-link {
  position: relative;
  display: flex;
  align-items: center;
  color: var(--eas-fg);
  text-decoration: none;
  padding: 0.4rem;
  flex-shrink: 0;
}

.eas-cart-link svg {
  display: block;
}

.eas-cart-count {
  position: absolute;
  top: -4px;
  right: -4px;
  background: var(--eas-fg);
  color: var(--eas-bg);
  font-size: 1rem;
  font-weight: 700;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.eas-site-header.is-prelaunch .eas-site-header__inner {
  grid-template-columns: 1fr;
  justify-items: center;
  width: min(calc(100% - 2rem), 320px);
}

.eas-site-nav ul {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.eas-site-nav .menu {
  display: flex;
  justify-content: center;
  gap: 1.75rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.eas-shell {
  overflow: hidden;
  min-height: 100vh;
}

.eas-builder-page {
  min-height: 100vh;
}

.eas-builder-page__content {
  min-height: 100vh;
}

.eas-hero {
  position: relative;
  min-height: var(--hero-height, 85vh);
  display: flex;
  align-items: flex-end;
}

.eas-media,
.eas-hero__media,
.eas-hero__media img,
.eas-hero__media video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.eas-hero__media img,
.eas-hero__media video,
.eas-product-gallery img {
  object-fit: cover;
}

.eas-campaign-slide img {
  width: 100%;
  height: auto;
  display: block;
}

.eas-hero__media img,
.eas-hero__media video {
  object-position: center 65%;
  transform: none;
}


.eas-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 7, 7, 0.12), rgba(7, 7, 7, 0.8) 75%, rgba(7, 7, 7, 0.96));
}

.eas-hero__content {
  position: relative;
  z-index: 1;
  padding: 8rem 0 4rem;
}

.eas-hero__copy {
  max-width: 680px;
  width: 100%;
}

.eas-hero__layout {
  grid-template-columns: 1fr;
  align-items: end;
}

.eas-hero__meta {
  display: grid;
  gap: 1rem;
}

.eas-hero__meta-card {
  padding: 1.4rem;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(12, 12, 12, 0.55);
  backdrop-filter: blur(18px);
  box-shadow: var(--eas-shadow);
}

.eas-hero__meta-card h3 {
  margin-bottom: 0.8rem;
  font-size: clamp(1.6rem, 4vw, 2.2rem);
}

.eas-hero__meta-card span {
  display: inline-flex;
  margin: 0.25rem 0.4rem 0.25rem 0;
  padding: 0.55rem 0.85rem;
  border-radius: 999px;
  border: 1px solid var(--eas-line);
  color: var(--eas-text-soft);
  font-size: 0.85rem;
}

.eas-launch-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.eas-launch-benefits span {
  padding: 0.7rem 0.95rem;
  border: 1px solid var(--eas-line);
  border-radius: 999px;
  color: var(--eas-text-soft);
  background: rgba(255, 255, 255, 0.02);
}

.eas-eyebrow {
  margin: 0 0 0.75rem;
  color: var(--eas-text-soft);
  font-size: 0.78rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  line-height: 0.92;
  letter-spacing: -0.02em;
}

h1 {
  font-size: clamp(3.6rem, 9vw, 8rem);
}

h2 {
  font-size: clamp(2.5rem, 6vw, 5rem);
}

h3 {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
}

.eas-hero__text,
.eas-launch-copy p,
.eas-signup-card p,
.eas-campaign-card__intro p,
.eas-featured-product__content p,
.eas-list {
  color: var(--eas-text-soft);
  line-height: 1.7;
}

.eas-hero__actions,
.eas-featured-product__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.eas-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.95rem 1.5rem;
  border-radius: 999px;
  border: 1px solid var(--eas-line);
  text-decoration: none !important;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.eas-button:hover {
  transform: translateY(-1px);
}

.eas-button--solid {
  background: var(--eas-accent);
  color: #0c0c0c;
  border-color: transparent;
}

.eas-button--ghost {
  background: rgba(255, 255, 255, 0.02);
}

.eas-section {
  padding: clamp(4rem, 8vw, 8rem) 0;
}

.eas-section--launch {
  margin-top: -2rem;
}

.eas-launch-grid,
.eas-featured-product__grid {
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  align-items: start;
}

.eas-launch-card,
.eas-signup-card,
.eas-featured-product__content,
.eas-campaign-card__intro {
  padding: 2rem;
  border: 1px solid var(--eas-line);
  border-radius: var(--eas-radius);
  background: var(--eas-panel);
  backdrop-filter: blur(18px);
  box-shadow: var(--eas-shadow);
}

.eas-countdown {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.8rem;
  margin-bottom: 1.5rem;
}

.eas-countdown div {
  padding: 1.2rem 0.8rem;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.03);
  text-align: center;
}

.eas-countdown span {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 5vw, 3rem);
  color: var(--eas-text);
}

.eas-countdown small {
  color: var(--eas-text-soft);
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

.eas-signup-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.8rem;
  margin-top: 1.25rem;
}

.eas-signup-form input {
  width: 100%;
  padding: 1rem 1.1rem;
  border: 1px solid var(--eas-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--eas-text);
}

.eas-form-feedback {
  margin-top: 1rem;
  font-size: 0.95rem;
}

.eas-form-feedback.is-success {
  color: #d0f0c0;
}

.eas-form-feedback.is-error {
  color: #ffc2bf;
}

.eas-featured-product__media {
  position: relative;
  min-height: 620px;
  border-radius: var(--eas-radius);
  overflow: hidden;
  background: rgba(255, 255, 255, 0.03);
}

.eas-product-gallery {
  position: relative;
  min-height: inherit;
}

.eas-product-gallery img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 500ms ease;
}

.eas-product-gallery img.is-active {
  opacity: 1;
}

.eas-campaign-slide {
  grid-area: 1 / 1;
  width: 100%;
  opacity: 0;
  transition: opacity 500ms ease;
}

.eas-campaign-slide.is-active {
  opacity: 1;
}

.eas-price {
  margin: 1rem 0 1.5rem;
  font-size: 1.3rem;
}

.eas-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
}

.eas-list li + li {
  margin-top: 0.6rem;
}

.eas-featured-product__purchase {
  display: grid;
  gap: 1.1rem;
  margin-top: 1.8rem;
  padding: 1.35rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045) 0%, rgba(255, 255, 255, 0.02) 100%),
    rgba(9, 9, 9, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 22px 48px rgba(0, 0, 0, 0.22);
}

.eas-featured-product__purchase-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.eas-featured-product__purchase-label,
.eas-featured-product__purchase-range {
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eas-featured-product__purchase-label {
  color: rgba(255, 255, 255, 0.45);
}

.eas-featured-product__purchase-range {
  color: #ffffff;
}

.eas-usp-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 0.2rem;
}

.eas-size-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 0;
}

.eas-size-grid span,
.eas-usp-grid span,
.eas-status-pill {
  padding: 0.7rem 0.95rem;
  border: 1px solid var(--eas-line);
  border-radius: 999px;
  color: var(--eas-text-soft);
}

.eas-size-grid span {
  padding: 0.85rem 1rem;
  background: rgba(255, 255, 255, 0.035);
  color: #ffffff;
  font-weight: 500;
}

.eas-usp-grid span {
  background: rgba(255, 255, 255, 0.02);
}

/* Sold out notice på produktsiden */
.eas-sold-out-notice {
  display: inline-block;
  padding: 1rem 2rem;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 999px;
  font-size: 1.3rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--eas-text-soft);
  margin-top: 1rem;
}

/* Sold out: gråt billede overlay */
.woocommerce-product-gallery.sold-out-gallery {
  opacity: 0.6;
}

.cart {
  margin-top: 0.15rem;
}

.eas-featured-product__purchase .cart {
  margin-top: 0;
}

.eas-featured-product__purchase .eas-button {
  width: 100%;
  justify-content: center;
  min-height: 58px;
  border-radius: 999px;
  font-size: 1rem;
  letter-spacing: 0;
}

.eas-featured-product__purchase .eas-stock {
  margin: -0.15rem 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.95rem;
}

.eas-campaign-categories .eas-container {
  display: grid;
  gap: 2rem;
}

.eas-campaign-categories__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.75rem;
  align-items: start;
}

.eas-campaign-pair {
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1.22fr);
  gap: 1.5rem;
  align-items: start;
}

.eas-campaign-card__intro {
  min-height: 100%;
  padding: 2.4rem;
}

.eas-campaign-slider {
  display: grid;
  border-radius: var(--eas-radius);
  overflow: hidden;
}

.eas-section__narrow {
  width: min(calc(100% - 2rem), 900px);
}

.eas-site-footer {
  padding: 3rem 0 4rem;
  color: var(--eas-text-soft);
}

.eas-site-footer__inner {
  gap: 1rem;
  padding: 1.5rem 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  justify-items: center;
}

.eas-site-footer__navline {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  flex-wrap: wrap;
}

.eas-site-footer__group {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  flex-wrap: wrap;
}

.eas-site-footer__navline a {
  color: var(--eas-text);
  font-size: 0.95rem;
  text-decoration: none !important;
}

.eas-site-footer__navline span {
  color: var(--eas-text);
  font-size: 0.95rem;
}

.eas-site-footer__menu {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.eas-product-meta-box {
  margin-top: 1.5rem;
  padding: 1.2rem 1.3rem;
  border: 1px solid var(--eas-line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
}

.eas-product-meta-box p {
  margin: 0.5rem 0 0;
}

.eas-selected-size {
  display: inline-flex;
  align-items: center;
  min-height: 2.75rem;
  margin-top: 0.75rem;
  padding: 0.6rem 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: #050505;
  color: #ffffff;
  font-size: 0.95rem;
}

.eas-selected-size--inline {
  margin: 0 0 1rem;
}

.single-product .variations select,
.single-product .quantity input {
  min-height: 46px;
  padding: 0.65rem 0.9rem;
  border: 1px solid var(--eas-line);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--eas-text);
}

.single-product .variations label {
  color: var(--eas-text);
}

.single-product .woo-variation-items-wrapper .variable-items-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* ── EAS Custom Size Swatches ── */

/* Skjul plugin-swatches hvis de stadig findes */
.single-product .woo-variation-items-wrapper,
.single-product .variable-items-wrapper,
.single-product td.value .wvs-wrap {
  display: none !important;
}

.eas-size-swatch {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 58px;
  height: 50px;
  padding: 0 1.2rem;
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 12px;
  background: rgba(255,255,255,0.06);
  color: #ffffff;
  font-size: 1.4rem;
  font-family: var(--eas-sans);
  font-weight: 500;
  letter-spacing: 0.03em;
  cursor: pointer;
  transition: background 0.18s, border-color 0.18s, color 0.18s;
}

.eas-size-swatch:hover {
  background: rgba(255,255,255,0.14);
  border-color: rgba(255,255,255,0.5);
}

.eas-size-swatch.is-selected {
  background: #ffffff;
  color: #050505;
  border-color: #ffffff;
}

.eas-size-swatch.is-unavailable {
  opacity: 0.3;
  cursor: not-allowed;
  text-decoration: line-through;
}

/* Lagerstatus: "Få tilbage" */
.woocommerce-variation-availability .limited-stock,
p.limited-stock {
  color: #ffffff !important;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.woocommerce-variation-availability .limited-stock.critical,
p.limited-stock.critical {
  color: #ffffff !important;
}

.single-product .stock,
.single-product .eas-stock {
  color: #ffffff !important;
}

.woocommerce-variation-availability,
.single_variation .woocommerce-variation-availability,
.single-product .stock {
  margin: 0 0 1.15rem;
}

/* ── Add to cart layout: antal venstre, knap fylder resten ── */
.eas-purchase-panel {
  margin-top: 1.9rem;
  padding: 1.4rem;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.04) 0%, rgba(255,255,255,0.015) 100%),
    rgba(10,10,10,0.78);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.04),
    0 18px 42px rgba(0,0,0,0.18);
}

.eas-purchase-panel__head {
  margin-bottom: 1rem;
  padding-bottom: 0.9rem;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.single-product form.variations_form {
  margin-top: 0 !important;
}

.single-product .single_variation_wrap {
  display: grid;
  gap: 1rem;
  margin-top: 1.15rem;
  padding-top: 1.1rem;
  border-top: 1px solid rgba(255,255,255,0.06);
}

.single-product .woocommerce-variation-add-to-cart,
.single-product form.cart:not(.variations_form) {
  display: flex !important;
  align-items: flex-end !important;
  column-gap: 1.5rem !important;
  row-gap: 1rem !important;
  flex-wrap: nowrap !important;
  margin-top: 0.25rem !important;
}

.single-product .woocommerce-variation-add-to-cart .quantity,
.single-product form.cart:not(.variations_form) .quantity {
  flex: 0 0 auto !important;
  margin-right: 0.1rem !important;
}

.single-product .woocommerce-variation-add-to-cart .quantity input[type="number"],
.single-product form.cart:not(.variations_form) .quantity input[type="number"] {
  width: 94px !important;
  height: 54px !important;
  text-align: center !important;
  border: 1px solid rgba(255,255,255,0.22) !important;
  border-radius: 14px !important;
  background: rgba(255,255,255,0.06) !important;
  color: #ffffff !important;
  font-size: 1.6rem !important;
  -moz-appearance: textfield !important;
}
.single-product .woocommerce-variation-add-to-cart .quantity input[type="number"]::-webkit-inner-spin-button,
.single-product form.cart:not(.variations_form) .quantity input[type="number"]::-webkit-inner-spin-button { -webkit-appearance: none; }

/* Add to cart knap — full width, EAS styling */
.single-product .single_add_to_cart_button,
.woocommerce .single_add_to_cart_button.button {
  flex: 1 1 auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 220px !important;
  height: 54px !important;
  padding: 0 2rem !important;
  background: #f5f0eb !important;
  color: #050505 !important;
  border: none !important;
  border-radius: 14px !important;
  font-size: 1.5rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  transition: background 0.2s !important;
  box-shadow: none !important;
}

.single-product .single_add_to_cart_button:hover,
.woocommerce .single_add_to_cart_button.button:hover {
  background: #ffffff !important;
}

/* ── Trust badges ── */
.eas-trust-badges {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-top: 2rem;
}

.eas-trust-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  padding: 1.4rem 1rem;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px;
  background: rgba(255,255,255,0.04);
  text-align: center;
}

.eas-trust-badge svg {
  width: 24px;
  height: 24px;
  color: rgba(255,255,255,0.7);
  flex-shrink: 0;
}

.eas-trust-badge span {
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.8);
}

/* ── Variations tabel: altid block på alle skærme ── */
.single-product table.variations,
.single-product table.variations tbody,
.single-product table.variations tr {
  display: block !important;
  width: 100% !important;
}

.single-product table.variations th,
.single-product table.variations td {
  display: block !important;
  width: 100% !important;
  padding: 0 0 0.6rem !important;
  border: none !important;
}

/* Label (Size) over swatches */
.single-product table.variations th label {
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
  margin-bottom: 0.15rem;
}

/* Swatch-wrapper er altid horisontal flex-row */
.eas-size-swatches {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  gap: 0.75rem !important;
  margin: 0.5rem 0 1rem !important;
  width: 100% !important;
}

/* ── Add to cart: mobil-venlig layout ── */
@media (max-width: 600px) {
  .eas-purchase-panel {
    padding: 1.15rem;
    border-radius: 22px;
  }

  .single-product .woocommerce-variation-add-to-cart,
  .single-product form.cart:not(.variations_form) {
    column-gap: 0.9rem !important;
    flex-wrap: wrap !important;
  }

  .single-product .woocommerce-variation-add-to-cart .quantity,
  .single-product form.cart:not(.variations_form) .quantity {
    flex: 0 0 80px !important;
  }

  .single-product .woocommerce-variation-add-to-cart .quantity input[type="number"],
  .single-product form.cart:not(.variations_form) .quantity input[type="number"] {
    width: 80px !important;
    height: 50px !important;
    font-size: 1.5rem !important;
  }

  .single-product .single_add_to_cart_button {
    flex: 1 1 calc(100% - 90px) !important;
    height: 50px !important;
    font-size: 1.4rem !important;
    white-space: nowrap !important;
  }

  /* Trust badges: 2 kolonner også på mobil */
  .eas-trust-badges {
    grid-template-columns: 1fr 1fr !important;
  }

  .eas-trust-badge span {
    font-size: 1rem !important;
  }
}

/* ── Trust badges synlig på alle skærme ── */
.eas-trust-badges {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-top: 2.5rem;
  width: 100%;
  clear: both;
}

.single-product .reset_variations {
  color: var(--eas-text-soft);
}

.woocommerce-tabs,
.related.products,
.upsells.products {
  margin-top: 3rem;
  padding: 2rem;
  border-radius: var(--eas-radius);
  border: 1px solid var(--eas-line);
  background: rgba(14, 14, 14, 0.7);
}

.woocommerce-tabs ul.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  padding: 0 !important;
  border: 0 !important;
}

.woocommerce-tabs ul.tabs li {
  border-radius: 999px !important;
  border: 1px solid var(--eas-line) !important;
  background: rgba(255, 255, 255, 0.04) !important;
}

.woocommerce-tabs ul.tabs li a {
  color: var(--eas-text) !important;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* ── Undersider (Contact, Om os, osv.) ── */
.eas-page-shell {
  min-height: 60vh;
  padding-top: 7rem;
  padding-bottom: 5rem;
}

.eas-page-content {
  max-width: 780px;
}

.eas-page-title {
  font-family: var(--eas-serif);
  font-size: clamp(2.4rem, 5vw, 4rem);
  font-weight: 600;
  margin: 0 0 2rem;
  color: var(--eas-fg);
}

.eas-page-body {
  font-size: 1.6rem;
  line-height: 1.75;
  color: var(--eas-muted);
}

.eas-page-body p { margin: 0 0 1.4em; }
.eas-page-body h2 { font-family: var(--eas-serif); font-size: clamp(1.8rem, 3vw, 2.6rem); margin: 2rem 0 1rem; color: var(--eas-fg); }
.eas-page-body a { color: var(--eas-fg); text-decoration: underline; }

/* ── Skjul moms-tekst (ikke momsregistreret) ── */
.woocommerce-price-suffix,
.price .tax_label,
.woocommerce-Price-taxLabel,
p.woocommerce-price-suffix,
small.woocommerce-price-suffix {
  display: none !important;
}

/* ── Pris: hvid farve overalt ── */
.woocommerce-Price-amount,
.woocommerce-Price-amount bdi,
.price .amount,
.price ins .amount,
.single-product .price,
.single-product .woocommerce-Price-amount {
  color: #ffffff !important;
}

/* ── Skjul side-titler (WooCommerce-sider, cart, checkout, sider) ── */
/* Beholder produktnavnet på selve produktsiden (product_title) */
.woocommerce-products-header__title,
.woocommerce-page h1.page-title,
h1.woocommerce-page-title,
.eas-page-title,
.page h1.entry-title,
h1.entry-title,
.woocommerce-cart h1,
.woocommerce-checkout h1,
.woocommerce-account h1,
.woocommerce h1.page-title {
  display: none !important;
}

/* ── WooCommerce Blocks Checkout ── */

/* Baggrund og tekst */
.wp-block-woocommerce-checkout,
.wp-block-woocommerce-cart,
.wc-block-checkout,
.wc-block-cart {
  color: var(--eas-fg) !important;
}

/* Formfelter — hvid baggrund fjernes */
.wc-block-components-text-input input,
.wc-block-components-select select,
.wc-block-components-textarea textarea,
.wc-block-components-country-input input,
.wc-block-components-address-form input,
.wc-block-components-address-form select {
  appearance: none !important;
  background: #161616 !important;
  border: 1px solid rgba(255,255,255,0.16) !important;
  border-radius: 10px !important;
  color: var(--eas-fg) !important;
  font-size: 1.5rem !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.03) !important;
  -webkit-text-fill-color: var(--eas-fg) !important;
}

.wc-block-components-text-input input:focus,
.wc-block-components-select select:focus,
.wc-block-components-address-form input:focus {
  border-color: rgba(255,255,255,0.5) !important;
  outline: none !important;
  box-shadow: none !important;
}

.wc-block-components-select,
.wc-block-components-country-input,
.wc-block-components-address-form__country {
  color: var(--eas-fg) !important;
}

.wc-block-components-select select option,
.wc-block-components-address-form select option {
  background: #161616 !important;
  color: #ffffff !important;
}

/* Labels */
.wc-block-components-text-input label,
.wc-block-components-select label,
.wc-block-components-address-form label,
.wc-block-checkout label,
.wc-block-components-form label {
  color: rgba(255,255,255,0.72) !important;
  font-size: 1.2rem !important;
  letter-spacing: 0.06em !important;
}

/* Section headings */
.wc-block-checkout__step-title,
.wc-block-components-title,
.wp-block-woocommerce-checkout-fields-block h2,
.wp-block-woocommerce-checkout-shipping-address-block h2,
.wp-block-woocommerce-checkout-contact-information-block h2 {
  font-family: var(--eas-serif) !important;
  font-size: 2rem !important;
  color: var(--eas-fg) !important;
  font-weight: 500 !important;
}

/* Order summary box */
.wc-block-components-order-summary,
.wc-block-order-summary-totals-block {
  background: rgba(255,255,255,0.05) !important;
  border: 1px solid rgba(255,255,255,0.12) !important;
  border-radius: 12px !important;
  color: var(--eas-fg) !important;
}

.wc-block-components-order-summary__button,
.wc-block-components-totals-wrapper {
  color: var(--eas-fg) !important;
}

.wc-block-components-totals-item {
  border-color: rgba(255,255,255,0.08) !important;
  color: var(--eas-fg) !important;
}

.wc-block-components-totals-item__label,
.wc-block-components-totals-item__value {
  color: var(--eas-fg) !important;
}

/* Place Order knap */
.wc-block-components-checkout-place-order-button,
.wc-block-checkout__place-order-button {
  background: #050505 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  border: none !important;
  border-radius: 999px !important;
  font-size: 1.4rem !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  padding: 1.6rem 2rem !important;
  width: 100% !important;
  font-family: var(--eas-sans) !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.wc-block-components-checkout-place-order-button:hover {
  opacity: 0.88 !important;
}

.wc-block-components-checkout-place-order-button:disabled,
.wc-block-checkout__place-order-button:disabled,
.wc-block-components-button:disabled {
  background: #050505 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  border: 1px solid rgba(255,255,255,0.18) !important;
  opacity: 1 !important;
  visibility: visible !important;
  cursor: not-allowed !important;
}

.wc-block-checkout__actions,
.wc-block-components-checkout-step__footer {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 1rem !important;
  align-items: stretch !important;
}

.wc-block-components-checkout-return-to-cart-button {
  order: 2;
  justify-self: start;
}

.wc-block-components-checkout-place-order-button,
.wc-block-checkout__place-order-button {
  order: 1;
  min-height: 58px !important;
}

/* Radio buttons (shipping) */
.wc-block-components-radio-control__input {
  accent-color: var(--eas-fg) !important;
}

.wc-block-components-radio-control-accordion-content,
.wc-block-components-radio-control-accordion-option {
  background: rgba(255,255,255,0.04) !important;
  border-color: rgba(255,255,255,0.1) !important;
  color: var(--eas-fg) !important;
}

/* Shipping option labels */
.wc-block-components-shipping-rates-control__package label,
.wc-block-components-radio-control__label {
  color: var(--eas-fg) !important;
}

/* Payment block */
.wc-block-components-payment-method-label,
.wc-block-components-payment-method-label__label {
  color: var(--eas-fg) !important;
}

.wc-block-components-payment-method-label {
  font-size: 1rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.04em !important;
}

.wc-block-components-payment-methods,
.wc-block-components-checkout-step__content,
.wc-block-components-checkout-step {
  color: var(--eas-fg) !important;
}

.wc-block-components-payment-method,
.wc-block-components-radio-control-accordion-option,
.wc-block-components-order-summary-item {
  background: rgba(255,255,255,0.045) !important;
  border-color: rgba(255,255,255,0.14) !important;
}

.wc-block-components-payment-methods {
  padding: 1rem 1rem 1.15rem !important;
  border: 1px solid rgba(255,255,255,0.12) !important;
  border-radius: 14px !important;
  background: #111111 !important;
}

.wc-block-components-payment-method__content,
.wc-block-components-payment-method__inner {
  background: transparent !important;
}

.wc-block-components-payment-method iframe {
  background: #111111 !important;
  border-radius: 12px !important;
  filter: none !important;
}

.wc-block-components-payment-method-description,
.wc-block-components-checkout-return-to-cart-button,
.wc-block-components-checkout-step__description,
.wc-block-components-address-form__address_2-toggle,
.wc-block-components-totals-coupon__content,
.wc-block-components-order-summary-item__description,
.wc-block-components-product-name,
.wc-block-components-validation-error,
.wc-block-components-validation-error p,
.wc-block-components-text-input input:invalid + .wc-block-components-validation-error,
.wc-block-components-field-validation-error {
  color: rgba(255,255,255,0.78) !important;
}

.wc-block-components-validation-error,
.wc-block-components-field-validation-error {
  color: #ff7d73 !important;
  font-size: 0.92rem !important;
}

.wc-block-components-payment-method-icons {
  opacity: 1;
}

/* Checkbox */
.wc-block-components-checkbox__label {
  color: rgba(255,255,255,0.7) !important;
  font-size: 1.3rem !important;
}

/* Notices/fejl */
.wc-block-components-notice-banner {
  background: rgba(126, 30, 24, 0.28) !important;
  border: 1px solid rgba(255, 85, 72, 0.62) !important;
  border-left: 1px solid rgba(255, 85, 72, 0.62) !important;
  border-radius: 12px !important;
  color: var(--eas-fg) !important;
  box-shadow: none !important;
  padding: 1rem 1.1rem !important;
}

.wc-block-components-notice-banner__content,
.wc-block-components-notice-banner__content p,
.wc-block-components-notice-banner * {
  color: #fff4f2 !important;
}

.wc-block-components-notice-banner svg {
  color: #ff6b5e !important;
  fill: #ff6b5e !important;
}

.wc-block-components-notice-banner button,
.wc-block-components-notice-banner .components-button {
  color: rgba(255, 244, 242, 0.72) !important;
}

/* Express checkout */
.wc-block-components-express-payment__title {
  color: rgba(255,255,255,0.78) !important;
  font-size: 1.2rem !important;
  font-weight: 600 !important;
}

/* "Or continue below" divider */
.wc-block-components-express-payment-continue-rule__rule {
  border-color: rgba(255,255,255,0.1) !important;
}

.wc-block-components-express-payment-continue-rule__copy {
  color: rgba(255,255,255,0.68) !important;
  background: var(--eas-bg) !important;
  font-size: 1.2rem !important;
}

.wc-block-components-express-payment .wc-block-components-button,
.wc-block-components-express-payment .wc-block-components-express-payment__button {
  min-height: 48px !important;
  border-radius: 10px !important;
}

.wc-block-components-formatted-money-amount,
.wc-block-components-order-summary-item__individual-prices,
.wc-block-components-totals-item__value,
.wc-block-components-product-metadata,
.wc-block-components-product-price {
  color: #ffffff !important;
}

.wc-block-components-product-badge,
.wc-block-components-chip {
  color: #ffffff !important;
  border-color: rgba(255,255,255,0.18) !important;
}

/* Coupon */
.wc-block-components-totals-coupon__button {
  color: var(--eas-fg) !important;
  border-color: rgba(255,255,255,0.15) !important;
}

/* ── Cart og Checkout styling ── */
.eas-section {
  padding-top: 8rem;
  padding-bottom: 5rem;
}

/* Cart tabel */
.woocommerce-cart table.shop_table {
  border-collapse: collapse;
  width: 100%;
  font-size: 1.5rem;
  color: var(--eas-fg);
}

.woocommerce-cart table.shop_table th {
  font-size: 1.1rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--eas-text-soft);
  padding-bottom: 1.2rem;
  border-bottom: 1px solid var(--eas-line);
}

.woocommerce-cart table.shop_table td {
  padding: 1.8rem 0;
  border-bottom: 1px solid var(--eas-line);
  vertical-align: middle;
}

.woocommerce-cart .cart_item .product-thumbnail img {
  width: 80px;
  height: 100px;
  object-fit: cover;
  border-radius: 8px;
}

/* Cart totals */
.woocommerce-cart .cart-collaterals {
  margin-top: 3rem;
}

.cart_totals h2 {
  font-family: var(--eas-serif);
  font-size: 2rem;
  margin-bottom: 1.5rem;
  color: var(--eas-fg);
}

.cart_totals table {
  width: 100%;
  font-size: 1.5rem;
}

.cart_totals table th,
.cart_totals table td {
  padding: 1rem 0;
  border-bottom: 1px solid var(--eas-line);
  color: var(--eas-fg);
}

.cart_totals .order-total td,
.cart_totals .order-total th {
  font-size: 1.8rem;
  font-weight: 600;
  border-bottom: none;
  padding-top: 1.5rem;
}

/* Proceed to checkout */
.wc-proceed-to-checkout a.checkout-button,
.checkout-button {
  display: block;
  width: 100%;
  padding: 1.6rem 2rem;
  background: var(--eas-fg);
  color: var(--eas-bg);
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  margin-top: 2rem;
  text-decoration: none;
  font-family: var(--eas-sans);
}

/* Checkout form */
.woocommerce-checkout #customer_details h3,
.woocommerce-checkout #order_review_heading {
  font-family: var(--eas-serif);
  font-size: 2rem;
  color: var(--eas-fg);
  margin: 2rem 0 1.2rem;
}

.woocommerce-checkout .form-row label {
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--eas-text-soft);
  display: block;
  margin-bottom: 0.5rem;
}

.woocommerce-checkout .form-row input,
.woocommerce-checkout .form-row select,
.woocommerce-checkout .form-row textarea {
  width: 100%;
  background: rgba(255,255,255,0.05);
  border: 1px solid var(--eas-line);
  border-radius: 8px;
  padding: 1.1rem 1.4rem;
  color: var(--eas-fg);
  font-size: 1.5rem;
  font-family: var(--eas-sans);
}

.woocommerce-checkout #place_order {
  display: block;
  width: 100%;
  padding: 1.8rem;
  background: var(--eas-fg);
  color: var(--eas-bg);
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  margin-top: 2rem;
  font-family: var(--eas-sans);
  font-weight: 600;
}

.woocommerce-checkout #place_order:hover {
  opacity: 0.88;
}

/* Thank you + My Account */
.eas-thankyou-card,
.woocommerce-account .woocommerce,
.woocommerce-view-order .woocommerce,
.woocommerce-order-received .woocommerce-order {
  width: min(100%, 1040px);
  margin: 0 auto;
}

.eas-thankyou-card {
  margin-bottom: 2rem;
  padding: 2rem;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 24px;
  background: rgba(255,255,255,0.03);
}

.eas-thankyou-card h1 {
  display: block !important;
  margin: 0.4rem 0 0.8rem;
  font-family: var(--eas-serif);
  font-size: clamp(2.4rem, 4vw, 4rem);
  color: #ffffff;
}

.eas-thankyou-card p:last-child {
  margin: 0;
  color: rgba(255,255,255,0.74);
  font-size: 1.08rem;
  line-height: 1.7;
}

.eas-thankyou-shortcodes {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.eas-thankyou-custom .eas-thankyou-shortcodes__block,
.eas-thankyou-custom .eas-thankyou-support {
  height: 100%;
}

.eas-thankyou-shortcodes__hero {
  grid-column: 1 / -1;
  padding: 2rem 2.2rem;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 28px;
  background:
    radial-gradient(circle at top, rgba(255,255,255,0.05), transparent 48%),
    rgba(255,255,255,0.03);
}

.eas-thankyou-shortcodes__hero h1 {
  display: block !important;
  margin: 0.45rem 0 0.9rem;
  font-family: var(--eas-serif);
  font-size: clamp(2.6rem, 5vw, 4.6rem);
  color: #ffffff;
}

.eas-thankyou-shortcodes__hero p:last-child {
  margin: 0;
  max-width: 56ch;
  color: rgba(255,255,255,0.76);
  line-height: 1.75;
}

.eas-thankyou-shortcodes__block,
.eas-thankyou-support {
  padding: 1.6rem 1.8rem;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 24px;
  background: rgba(255,255,255,0.03);
}

.eas-thankyou-shortcodes__block h2,
.eas-thankyou-shortcodes__block h3,
.eas-thankyou-shortcodes__block .title,
.eas-thankyou-support h2 {
  margin-top: 0;
  font-family: var(--eas-serif);
  color: #ffffff !important;
}

.eas-thankyou-shortcodes__block {
  overflow: hidden;
}

.eas-thankyou-shortcodes__block h1,
.eas-thankyou-shortcodes__block h2,
.eas-thankyou-shortcodes__block h3,
.eas-thankyou-shortcodes__block h4,
.eas-thankyou-shortcodes__block .title,
.eas-thankyou-shortcodes__block strong {
  word-break: break-word;
}

.eas-thankyou-shortcodes__block p,
.eas-thankyou-shortcodes__block li,
.eas-thankyou-shortcodes__block td,
.eas-thankyou-shortcodes__block th,
.eas-thankyou-shortcodes__block span,
.eas-thankyou-support p {
  color: rgba(255,255,255,0.78) !important;
}

.eas-thankyou-shortcodes__block table {
  width: 100%;
  border-collapse: collapse;
}

.eas-thankyou-shortcodes__block th,
.eas-thankyou-shortcodes__block td {
  padding: 0.95rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.eas-thankyou-shortcodes__block > div,
.eas-thankyou-shortcodes__block section {
  max-width: 100%;
}

.eas-thankyou-shortcodes__block [class*="customer"],
.eas-thankyou-shortcodes__block [class*="details"],
.eas-thankyou-shortcodes__block [class*="address"] {
  min-width: 0;
}

.eas-thankyou-shortcodes__block [class*="customer-details"] {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.eas-thankyou-shortcodes__block [class*="billing"],
.eas-thankyou-shortcodes__block [class*="shipping"] {
  min-width: 0;
  padding: 1.1rem 1.2rem;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 18px;
  background: rgba(255,255,255,0.02);
}

.eas-thankyou-shortcodes__block [class*="billing"] h1,
.eas-thankyou-shortcodes__block [class*="billing"] h2,
.eas-thankyou-shortcodes__block [class*="billing"] h3,
.eas-thankyou-shortcodes__block [class*="shipping"] h1,
.eas-thankyou-shortcodes__block [class*="shipping"] h2,
.eas-thankyou-shortcodes__block [class*="shipping"] h3 {
  margin-bottom: 0.7rem;
  font-size: clamp(1.3rem, 2vw, 2rem);
  line-height: 1.1;
}

.eas-thankyou-shortcodes__block img {
  border-radius: 14px;
}

.eas-thankyou-shortcodes__block iframe,
.eas-thankyou-shortcodes__block .social,
.eas-thankyou-shortcodes__block [class*="social"],
.eas-thankyou-shortcodes__block [class*="share"] {
  max-width: 100%;
}

.eas-thankyou-shortcodes__block [class*="social"] input,
.eas-thankyou-shortcodes__block [class*="social"] textarea,
.eas-thankyou-shortcodes__block [class*="social"] button {
  max-width: 100%;
}

.eas-thankyou-shortcodes__block [class*="social"] {
  color: #ffffff !important;
}

.eas-thankyou-shortcodes__block [class*="social"] a,
.eas-thankyou-shortcodes__block [class*="social"] span,
.eas-thankyou-shortcodes__block [class*="social"] p {
  color: rgba(255,255,255,0.78) !important;
}

.eas-thankyou-shortcodes__block [class*="social"] button,
.eas-thankyou-shortcodes__block [class*="social"] .button {
  border-radius: 999px !important;
}

.eas-thankyou-shortcodes__block:empty {
  display: none;
}

.eas-thankyou-support p:last-child {
  margin: 0.35rem 0 0;
  color: #ffffff;
  font-size: 1.1rem;
}

.eas-thankyou-support a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,0.2);
}

.eas-order-meta-card h2,
.eas-order-details-card h2,
.eas-address-card h2,
.eas-thankyou-support h2 {
  margin: 0.45rem 0 1.2rem;
  font-family: var(--eas-serif);
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  color: #ffffff;
}

.eas-order-meta-list {
  display: grid;
  gap: 0.9rem;
  margin: 0;
}

.eas-order-meta-list div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 0.9rem;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.eas-order-meta-list dt {
  color: rgba(255,255,255,0.62);
}

.eas-order-meta-list dd {
  margin: 0;
  color: #ffffff;
  text-align: right;
}

.eas-order-summary-table th:first-child,
.eas-order-summary-table td:first-child {
  width: 68%;
}

.eas-order-summary-table th:last-child,
.eas-order-summary-table td:last-child {
  width: 32%;
  text-align: right;
}

.eas-order-line {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
}

.eas-order-line__image img {
  width: 72px;
  height: 88px;
  object-fit: cover;
  border-radius: 14px;
}

.eas-order-line__content {
  display: grid;
  gap: 0.3rem;
}

.eas-order-line__content strong {
  color: #ffffff;
  font-size: 1.15rem;
}

.eas-order-line__content span,
.eas-order-line__meta,
.eas-order-line__meta *,
.eas-address-panel p {
  color: rgba(255,255,255,0.76) !important;
}

.eas-order-summary-table tfoot th,
.eas-order-summary-table tfoot td {
  font-weight: 600;
}

.eas-address-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.eas-address-panel {
  padding: 1.2rem;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 18px;
  background: rgba(255,255,255,0.02);
}

.eas-address-panel h3 {
  margin: 0 0 0.8rem;
  font-size: 1.1rem;
  color: #ffffff;
}

.eas-address-panel p {
  margin: 0 0 0.45rem;
  word-break: break-word;
}

.eas-address-panel p:last-child {
  margin-bottom: 0;
}

.woocommerce-order-received .woocommerce-order,
.woocommerce-view-order .woocommerce,
.woocommerce-account .woocommerce {
  display: grid;
  grid-template-columns: minmax(240px, 0.34fr) minmax(0, 1fr);
  gap: 2rem;
  align-items: start;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  margin: 0;
  padding: 1.5rem;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 24px;
  background: rgba(255,255,255,0.03);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.65rem;
}

.woocommerce-account .woocommerce-MyAccount-navigation li {
  margin: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
  display: block;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 14px;
  background: rgba(255,255,255,0.02);
  color: #ffffff;
  text-decoration: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation .is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation a:hover {
  background: #f5f0eb;
  color: #050505;
  border-color: transparent;
}

.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-view-order .woocommerce-MyAccount-content,
.woocommerce-order-received .woocommerce-order-details,
.woocommerce-order-received .woocommerce-customer-details,
.woocommerce-order-received .woocommerce-order-overview {
  min-width: 0;
}

.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-view-order .woocommerce-MyAccount-content {
  padding: 1.8rem;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 24px;
  background: rgba(255,255,255,0.03);
  color: #ffffff;
  line-height: 1.7;
}

.woocommerce-account .woocommerce-MyAccount-content p:first-child {
  margin-top: 0;
  font-size: clamp(1.3rem, 2.4vw, 2rem);
  line-height: 1.45;
}

.woocommerce-account .woocommerce-MyAccount-content a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,0.22);
}

.woocommerce-account .woocommerce-MyAccount-content strong {
  color: #ffffff;
}

.woocommerce-account .woocommerce-MyAccount-content p + p {
  margin-top: 1rem;
  color: rgba(255,255,255,0.76);
}

.woocommerce-account .woocommerce-MyAccount-content table,
.woocommerce-order-received table.shop_table,
.woocommerce-view-order table.shop_table {
  width: 100%;
  border-collapse: collapse;
  color: #ffffff;
}

.woocommerce-account .woocommerce-MyAccount-content th,
.woocommerce-account .woocommerce-MyAccount-content td,
.woocommerce-order-received table.shop_table th,
.woocommerce-order-received table.shop_table td,
.woocommerce-view-order table.shop_table th,
.woocommerce-view-order table.shop_table td {
  padding: 1rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  text-align: left;
}

.woocommerce-order-received .woocommerce-order-overview,
.woocommerce-order-received .woocommerce-order-details,
.woocommerce-order-received .woocommerce-customer-details {
  padding: 1.5rem 1.8rem;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 24px;
  background: rgba(255,255,255,0.03);
  color: #ffffff;
  margin-bottom: 1.5rem;
}

.woocommerce-order-received .woocommerce-order-overview {
  list-style: none;
}

.woocommerce-order-received .woocommerce-order-overview li {
  color: rgba(255,255,255,0.72);
}

.woocommerce-order-received .woocommerce-order-overview strong,
.woocommerce-order-received .woocommerce-table__product-name,
.woocommerce-order-received address {
  color: #ffffff;
}

@media (max-width: 900px) {
  .eas-thankyou-shortcodes {
    grid-template-columns: 1fr;
  }

  .eas-address-grid {
    grid-template-columns: 1fr;
  }

  .eas-thankyou-shortcodes__block [class*="customer-details"] {
    grid-template-columns: 1fr;
  }

  .woocommerce-order-received .woocommerce-order,
  .woocommerce-view-order .woocommerce,
  .woocommerce-account .woocommerce {
    grid-template-columns: 1fr;
  }
}

/* Order review tabel */
.woocommerce-checkout table.shop_table {
  width: 100%;
  font-size: 1.5rem;
  border-collapse: collapse;
  color: var(--eas-fg);
}

.woocommerce-checkout table.shop_table th,
.woocommerce-checkout table.shop_table td {
  padding: 1rem 0;
  border-bottom: 1px solid var(--eas-line);
}

/* WooCommerce notices */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  padding: 1.4rem 2rem;
  border-radius: 8px;
  margin-bottom: 2rem;
  font-size: 1.4rem;
  list-style: none;
}

.woocommerce-message { background: rgba(39,174,96,0.12); border-left: 3px solid #27ae60; }
.woocommerce-error   { background: rgba(192,57,43,0.12);  border-left: 3px solid #c0392b; }
.woocommerce-info    { background: rgba(255,255,255,0.06); border-left: 3px solid var(--eas-line); }

/* Desktop cart layout */
@media (min-width: 961px) {
  .woocommerce-cart .woocommerce {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 4rem;
    align-items: start;
  }

  .woocommerce-cart form.woocommerce-cart-form {
    grid-column: 1;
  }

  .woocommerce-cart .cart-collaterals {
    grid-column: 2;
    margin-top: 0;
    position: sticky;
    top: 10rem;
  }

  .woocommerce-checkout .woocommerce {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 4rem;
    align-items: start;
  }

  .woocommerce-checkout #customer_details {
    grid-column: 1;
  }

  .woocommerce-checkout #order_review_heading,
  .woocommerce-checkout #order_review {
    grid-column: 2;
    position: sticky;
    top: 10rem;
  }
}

/* ── Desktop: vis hele billedet uden crop ── */
@media (min-width: 961px) {
  .eas-hero {
    background: #0a0a0a;
  }

  .eas-hero__media img,
  .eas-hero__media video {
    object-fit: contain;
    object-position: right center;
  }

  .eas-hero__overlay {
    background: linear-gradient(
      to right,
      rgba(7, 7, 7, 0.92) 35%,
      rgba(7, 7, 7, 0.15) 70%,
      rgba(7, 7, 7, 0.0) 100%
    );
  }
}

@media (max-width: 960px) {
  .eas-launch-grid,
  .eas-featured-product__grid,
  .eas-site-footer__inner {
    grid-template-columns: 1fr;
  }

  .eas-site-header {
    top: 0;
    padding: calc(env(safe-area-inset-top, 0px) + 0.6rem) 0 0;
  }

  .eas-site-header__inner {
    grid-template-columns: auto 1fr;
    gap: 1rem;
    min-height: 54px;
    padding: 0 1rem;
    width: min(calc(100% - 1rem), var(--eas-max-width));
    border-radius: 18px;
    background: rgba(8, 8, 8, 0.9);
  }

  .eas-site-brand {
    font-size: 1.4rem;
  }

  .eas-site-nav {
    display: block;
    justify-self: end;
  }

  .eas-site-nav .menu,
  .eas-site-nav ul {
    gap: 0.85rem;
    font-size: 0.88rem;
  }

  .eas-site-header__spacer {
    display: none;
  }

  .eas-site-footer__navline,
  .eas-site-footer__group,
  .eas-site-footer__menu {
    justify-content: center;
  }

  .eas-featured-product__media {
    min-height: 420px;
  }

  .eas-campaign-categories__grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .eas-campaign-pair {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    align-items: start;
  }

  .eas-campaign-card__intro {
    padding: 1.5rem;
  }

}

@media (max-width: 640px) {
  h1 {
    font-size: clamp(2.7rem, 16vw, 4.1rem);
  }

  h2 {
    font-size: clamp(2rem, 12vw, 3rem);
  }

  .eas-hero__content {
    padding-top: 7.75rem;
  }

  .eas-countdown {
    grid-template-columns: repeat(2, 1fr);
  }

  .eas-signup-form {
    grid-template-columns: 1fr;
  }

  .eas-launch-card,
  .eas-signup-card,
  .eas-featured-product__content,
  .eas-campaign-card__intro {
    padding: 1.5rem;
  }

  .eas-site-header {
    top: 0;
    padding-top: calc(env(safe-area-inset-top, 0px) + 0.8rem);
  }

  .eas-site-header__inner {
    min-height: 52px;
    padding: 0 0.85rem;
    border-radius: 16px;
  }

  .eas-site-brand {
    font-size: 1.2rem;
  }

  .eas-site-nav .menu,
  .eas-site-nav ul {
    gap: 0.7rem;
    font-size: 0.78rem;
  }

  .eas-campaign-categories {
    padding-top: 6rem;
  }

  .eas-campaign-categories .eas-section__narrow {
    margin-top: 1rem;
  }

  .eas-campaign-pair {
    grid-template-columns: 1fr;
    gap: 0.9rem;
  }

  .eas-campaign-card__intro {
    min-height: auto;
    padding: 1.6rem;
  }

  .eas-campaign-card__intro h2 {
    font-size: clamp(2.2rem, 12vw, 3.2rem);
  }

  .eas-hero__media img,
  .eas-hero__media video {
    object-position: center top;
    transform: none;
  }
}
