:root {
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-subtle: #f7f9fc;
  --text: #111111;
  --text-muted: #5f6670;
  --accent: #2f6df6;
  --accent-strong: #1e52c2;
  --border: #e3e7ed;
  --radius: 2px;

  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.5rem;
  --space-6: 2rem;
  --space-7: 3rem;

  --container-max: 1440px;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 16px;
}

body {
  margin: 0;
  font-family: Inter, Helvetica Neue, Arial, system-ui, -apple-system, sans-serif;
  line-height: 1.5;
  color: var(--text);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
}

.site-wrap {
  min-height: 100svh;
  display: grid;
  grid-template-rows: auto 1fr auto;
}

.page-shell,
.container {
  width: min(calc(100% - 1rem), var(--container-max));
  margin-inline: auto;
}

.section {
  padding-block: var(--space-6);
}

.section-title {
  margin: 0;
  font-size: clamp(1.25rem, 1.8vw, 1.75rem);
  font-weight: 600;
  letter-spacing: 0;
}

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: var(--space-4);
  margin-bottom: var(--space-5);
  padding-bottom: var(--space-3);
  border-bottom: 1px solid var(--border);
}

.page-header {
  margin: 0 0 var(--space-2);
  font-size: clamp(1.4rem, 2vw, 2rem);
  font-weight: 600;
  letter-spacing: 0;
}

.page-intro {
  margin: 0;
  color: var(--text-muted);
  max-width: 72ch;
}

.muted {
  color: var(--text-muted);
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #fff;
  border-bottom: 1px solid var(--border);
}

.header-grid {
  min-height: 3.5rem;
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-areas: "logo nav actions";
  align-items: center;
  gap: var(--space-4);
}

.logo {
  grid-area: logo;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}

.logo-icon {
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 6px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.18);
}

.header-current,
.header-toggle {
  display: none;
}

.header-nav {
  grid-area: nav;
  justify-self: end;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: var(--space-4);
}

.header-menu {
  display: contents;
}

.header-nav a,
.header-actions a {
  text-decoration: none;
  color: var(--text-muted);
  font-size: 0.84rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  padding: var(--space-1) 0;
  border-bottom: 1px solid transparent;
}

.header-nav a[aria-current="page"],
.header-actions a[aria-current="page"] {
  color: var(--text);
  border-color: var(--accent);
}

.header-nav a:hover,
.header-actions a:hover {
  color: var(--text);
}

.header-actions {
  grid-area: actions;
  display: flex;
  align-items: center;
  gap: var(--space-3);
  justify-self: end;
}

.cart-nav-link {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
}

.cart-nav-icon {
  width: 1.75rem;
  height: 1.75rem;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: linear-gradient(180deg, #0e3268 0%, #071d40 100%);
  flex: 0 0 auto;
}

.cart-nav-icon img {
  width: 1rem;
  height: 1rem;
  object-fit: contain;
}

.cart-chip {
  min-width: 1.25rem;
  height: 1.25rem;
  display: inline-grid;
  place-items: center;
  background: var(--accent);
  color: #fff;
  border-radius: 2px;
  font-size: 0.7rem;
  font-weight: 600;
}


.hero-banner {
  position: relative;
  min-height: clamp(420px, 74svh, 720px);
  overflow: hidden;
}

.hero-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(17, 17, 17, 0.18) 0%, rgba(17, 17, 17, 0.6) 100%);
  z-index: 1;
  pointer-events: none;
}

.hero-banner--bleed {
  width: 100%;
  max-width: none;
  margin: 0;
}

.hero-banner-image {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
}

/* Hero */
.hero {
  padding-block: var(--space-7);
}

.hero-banner .hero {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: end;
  padding-block: var(--space-6);
}

.hero-grid {
  display: grid;
  gap: var(--space-6);
  align-items: stretch;
  width: 100%;
  grid-template-columns: 1fr;
}

.hero-copy {
  display: grid;
  gap: var(--space-4);
  align-content: center;
}

.hero-panel {
  max-width: 680px;
  padding: 0;
}

.hero-brand {
  justify-self: end;
  align-self: end;
  width: min(360px, 32vw);
}

.hero-kicker {
  margin: 0;
  color: #d8e4ff;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.75rem;
  font-weight: 600;
}

.hero-title {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.8rem, 4vw, 3.2rem);
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: 0;
  max-width: 15ch;
}

.hero-text {
  margin: 0;
  color: #eef2f7;
  max-width: 56ch;
}

.hero-actions {
  display: flex;
  gap: var(--space-3);
  flex-wrap: wrap;
}


.hero-banner .btn.secondary {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.7);
}

.hero-banner .btn.secondary:hover {
  color: #ffffff;
  border-color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
}

.hero-media {
  border: 1px solid var(--border);
  min-height: 280px;
  padding: var(--space-5);
  display: grid;
  place-items: center;
}

.hero-logo {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 0 28px rgba(255, 255, 255, 0.9))
    drop-shadow(0 0 14px rgba(216, 228, 255, 0.75))
    drop-shadow(0 10px 22px rgba(11, 19, 35, 0.45));
}

.hero-actions .btn {
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.35);
}

/* Grid + cards */
.grid {
  display: grid;
  gap: var(--space-4);
}

.product-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 220px));
  justify-content: start;
}

.shipping-included-banner {
  position: relative;
  min-height: clamp(6.75rem, 8vw, 7.6rem);
  margin-top: var(--space-5);
  overflow: hidden;
  border: 1px solid rgba(47, 109, 246, 0.36);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 32px rgba(18, 46, 93, 0.06);
}

.shipping-included-banner__motif {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: auto;
  max-width: none;
  height: 100%;
  object-fit: contain;
  object-position: right bottom;
  pointer-events: none;
}

.shipping-included-banner__content {
  position: relative;
  z-index: 1;
  min-height: inherit;
  display: flex;
  align-items: center;
  gap: var(--space-5);
  padding: var(--space-5) clamp(1rem, 3vw, 2rem);
  color: #092b68;
}

.shipping-included-banner__icon {
  width: clamp(4.5rem, 6vw, 5rem);
  height: clamp(4.5rem, 6vw, 5rem);
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  background: linear-gradient(180deg, #3477ff 0%, #104aa8 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 12px 26px rgba(31, 87, 195, 0.22);
}

.shipping-included-banner__icon img {
  width: 2.15rem;
  height: 2.15rem;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.shipping-included-banner h2 {
  margin: 0;
  font-size: clamp(1.15rem, 1.7vw, 1.45rem);
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0;
}

.shipping-included-banner p {
  margin: var(--space-2) 0 0;
  max-width: 42rem;
  color: #07357c;
  font-size: clamp(0.95rem, 1.15vw, 1.05rem);
  line-height: 1.35;
}

.shop-category-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
  margin-top: var(--space-5);
  padding-bottom: var(--space-3);
  border-bottom: 1px solid var(--border);
}

.shop-category-tab {
  min-height: 2.35rem;
  padding: 0 var(--space-4);
  border: 1px solid rgba(13, 67, 143, 0.18);
  border-radius: 999px;
  background: #ffffff;
  color: var(--eviapure-blue-deep, #082d68);
  font: inherit;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 140ms ease, border-color 140ms ease, color 140ms ease;
}

.shop-category-tab:hover,
.shop-category-tab:focus-visible {
  border-color: var(--accent);
  color: var(--accent);
  outline: none;
}

.shop-category-tab.is-active {
  border-color: var(--accent);
  background: var(--accent);
  color: #ffffff;
}

.deals-grid {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.card {
  border: 1px solid var(--border);
  background: var(--surface);
  border-radius: var(--radius);
  padding: var(--space-4);
}

.product-card {
  display: grid;
  grid-template-rows: auto 1.1rem 3.5rem 2.6rem 1.5rem auto;
  gap: var(--space-3);
  align-content: start;
  height: 100%;
  transition: border-color 160ms ease;
}

.product-card:hover {
  border-color: var(--accent);
}

.product-card-link,
.product-title a {
  color: inherit;
  text-decoration: none;
}

.product-card-link {
  display: block;
}

.product-title a:hover,
.product-title a:focus-visible {
  color: var(--accent);
}

.product-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border: 1px solid var(--border);
  background: var(--surface-subtle);
}

.product-title {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.25;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.product-description {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.84rem;
  line-height: 1.35;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.price {
  margin: 0;
  color: var(--accent);
  font-weight: 600;
  font-size: 1rem;
}

.meta {
  margin: 0;
  font-size: 0.75rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--accent);
  background: var(--accent);
  color: #fff;
  border-radius: var(--radius);
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  min-height: 2.5rem;
  padding: 0 var(--space-4);
  cursor: pointer;
  transition: background-color 140ms ease, border-color 140ms ease, color 140ms ease;
}

.btn:hover {
  background: var(--accent-strong);
  border-color: var(--accent-strong);
}

.btn.secondary {
  background: transparent;
  border-color: var(--border);
  color: var(--text);
}

.btn.secondary:hover {
  border-color: var(--accent);
  color: var(--accent);
  background: transparent;
}

.btn.full {
  width: 100%;
}

/* Forms */
form,
.form-stack {
  display: grid;
  gap: var(--space-4);
}

.form-grid {
  display: grid;
  gap: var(--space-4);
}

label {
  display: grid;
  gap: var(--space-2);
  font-size: 0.82rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.input,
select,
textarea,
input[type="number"] {
  width: 100%;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  min-height: 2.5rem;
  padding: 0 var(--space-3);
  font: inherit;
  color: var(--text);
  background: #fff;
}

.input:focus,
select:focus,
textarea:focus,
input[type="number"]:focus {
  outline: none;
  border-color: var(--accent);
}

.notice {
  border: 1px solid var(--border);
  padding: var(--space-4);
  margin: 0;
  color: var(--text-muted);
}

.error {
  color: #c0392b;
}

/* Product details */
.product-container {
  width: min(calc(100% - 1rem), 1200px);
  margin-inline: auto;
}

.product-back {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  color: var(--accent);
  font-weight: 600;
  text-decoration: none;
  margin-bottom: var(--space-5);
}

.product-back__icon {
  width: 2rem;
  height: 2rem;
  display: grid;
  place-items: center;
  border: 1px solid var(--border);
  background: var(--surface);
}

.product-layout {
  border: 1px solid var(--border);
  background: var(--surface);
  padding: clamp(1rem, 2vw, 2rem);
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(280px, 1fr);
  gap: clamp(1rem, 3vw, 2.5rem);
}

.product-loading-overlay {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: grid;
  place-items: center;
  padding: var(--space-4);
  background: rgba(17, 17, 17, 0.28);
  backdrop-filter: blur(2px);
}

.product-loading-overlay[hidden] {
  display: none;
}

.product-loading-dialog {
  width: min(100%, 320px);
  border: 1px solid var(--border);
  background: var(--surface);
  padding: var(--space-5);
  display: grid;
  justify-items: center;
  gap: var(--space-3);
  box-shadow: 0 18px 42px rgba(17, 17, 17, 0.18);
}

.product-loading-dialog p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
}

.checkout-modal {
  position: fixed;
  inset: 0;
  z-index: 1100;
  display: grid;
  place-items: center;
  padding: var(--space-4);
  background: rgba(17, 17, 17, 0.36);
}

.checkout-modal[hidden] {
  display: none;
}

.checkout-modal__dialog {
  width: min(100%, 520px);
  border: 1px solid var(--border);
  background: var(--surface);
  padding: var(--space-5);
  box-shadow: 0 18px 42px rgba(17, 17, 17, 0.2);
}

.checkout-modal__actions {
  display: flex;
  justify-content: flex-end;
  gap: var(--space-3);
  margin-top: var(--space-4);
}

.product-loading-spinner {
  width: 2.5rem;
  height: 2.5rem;
  border: 3px solid var(--border);
  border-top-color: var(--accent);
  border-radius: 50%;
  animation: product-loading-spin 800ms linear infinite;
}

@keyframes product-loading-spin {
  to {
    transform: rotate(360deg);
  }
}

.product-gallery__main {
  border: 1px solid var(--border);
  background: var(--surface-subtle);
  aspect-ratio: 1 / 1;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.product-gallery__main img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-gallery__controls {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  margin-top: var(--space-3);
}

.product-gallery__arrow {
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid var(--border);
  background: var(--surface);
  color: var(--text);
  font-size: 1.4rem;
  cursor: pointer;
}

.product-thumbnails {
  display: flex;
  gap: var(--space-2);
  overflow-x: auto;
  padding-bottom: var(--space-1);
}

.product-thumbnails__button {
  width: 4rem;
  min-width: 4rem;
  height: 4rem;
  padding: var(--space-1);
  border: 1px solid var(--border);
  background: var(--surface);
  cursor: pointer;
}

.product-thumbnails__button.is-active {
  border-color: var(--accent);
  box-shadow: inset 0 0 0 1px var(--accent);
}

.product-thumbnails__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-info__title {
  margin: var(--space-2) 0 0;
  font-size: clamp(1.45rem, 2vw, 2rem);
  font-weight: 600;
  line-height: 1.2;
}

.product-info__subtitle {
  margin: var(--space-2) 0 0;
  color: var(--accent);
  font-weight: 600;
}

.btn-icon {
  width: 1.1rem;
  height: 1.1rem;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
}

.btn-icon img {
  width: 1.1rem;
  height: 1.1rem;
  object-fit: contain;
}

.add-cart-button {
  gap: 0.55rem;
}

.product-info__description {
  margin: var(--space-4) 0 0;
  color: var(--text-muted);
}

.product-purchase {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
  margin-top: var(--space-5);
  padding-block: var(--space-4);
  border-block: 1px solid var(--border);
}

.product-purchase .price {
  margin: 0;
  font-size: 1.25rem;
}

.product-features,
.product-details {
  margin-top: var(--space-5);
}

.product-features__title,
.product-details__title {
  margin: 0 0 var(--space-3);
  font-size: 1.05rem;
  font-weight: 600;
}

.product-features__list {
  margin: 0;
  padding-left: 1.1rem;
  display: grid;
  gap: var(--space-2);
}

.product-details__list {
  display: grid;
  gap: var(--space-2);
}

.product-details__row {
  display: grid;
  grid-template-columns: minmax(120px, 160px) 1fr;
  gap: var(--space-3);
  border: 1px solid var(--border);
  background: var(--surface-subtle);
  padding: var(--space-3);
}

.product-details__row dt {
  font-weight: 600;
}

.product-details__row dd {
  margin: 0;
  color: var(--text-muted);
}

.product-not-found {
  border: 1px solid var(--border);
  background: var(--surface);
  padding: var(--space-6);
  text-align: center;
}

/* Cart table */
.cart-page {
  background:
    linear-gradient(rgba(255, 251, 244, 0.94), rgba(255, 251, 244, 0.96)),
    url("../../images/invoice_payment_bg.png") center / cover fixed;
}

.cart-shell {
  width: min(1180px, calc(100% - 40px));
  padding-top: clamp(1.6rem, 3vw, 2.5rem);
}

.cart-hero-card,
.cart-panel {
  background: rgba(255, 253, 249, 0.98);
  border: 1px solid #e2d8c9;
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(83, 62, 37, 0.13);
}

.cart-hero-card {
  min-height: 11rem;
  display: grid;
  grid-template-columns: 4.25rem minmax(0, 1fr);
  align-items: center;
  gap: 1.25rem;
  padding: clamp(1.25rem, 3vw, 2rem);
  overflow: hidden;
  position: relative;
  isolation: isolate;
  background: #102744;
}

.cart-hero-card::before {
  content: "";
  position: absolute;
  inset: 0 0 0 58%;
  z-index: 0;
  background: url("../../images/hero_eviapure_bg.png") center / cover no-repeat;
  pointer-events: none;
}

.cart-hero-card::after {
  display: none;
}

.cart-hero-card__icon,
.cart-section-icon {
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: linear-gradient(180deg, #0e3268 0%, #071d40 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.cart-hero-card__icon {
  width: 4.25rem;
  height: 4.25rem;
}

.cart-hero-card__icon img {
  width: 2.45rem;
  height: 2.45rem;
  object-fit: contain;
}

.cart-hero-card h1,
.cart-section-heading h2 {
  margin: 0;
  color: var(--eviapure-blue-deep);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.08;
  letter-spacing: 0;
}

.cart-hero-card > * {
  position: relative;
  z-index: 1;
}

.cart-hero-card h1,
.cart-hero-card .section-kicker,
.cart-hero-card p:not(.section-kicker) {
  color: #fff;
}

.cart-hero-card h1 {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
}

.cart-hero-card p:not(.section-kicker) {
  margin: 0.5rem 0 0;
  max-width: 32rem;
}

.cart-checkout-layout {
  grid-template-columns: minmax(0, 1fr) minmax(340px, 380px);
  gap: 1.25rem;
  align-items: start;
}

.cart-panel {
  min-width: 0;
  padding: clamp(1rem, 2vw, 1.5rem);
}

.cart-summary-panel {
  position: sticky;
  top: 6.25rem;
}

.cart-section-heading {
  display: grid;
  grid-template-columns: 3.25rem minmax(0, 1fr);
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.cart-section-icon {
  width: 3.25rem;
  height: 3.25rem;
}

.cart-section-icon img {
  width: 1.85rem;
  height: 1.85rem;
  object-fit: contain;
}

.cart-section-heading .section-kicker {
  margin-bottom: 0.2rem;
}

.cart-table-wrap {
  border-color: #e2d8c9;
  border-radius: 8px;
  background: #fffdf9;
}

.table-wrap {
  border: 1px solid var(--border);
  overflow-x: auto;
}

.table {
  width: 100%;
  border-collapse: collapse;
  min-width: 700px;
}

.table th,
.table td {
  border-bottom: 1px solid var(--border);
  padding: var(--space-3);
  text-align: left;
  vertical-align: middle;
}

.table thead th {
  background: var(--surface-subtle);
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: var(--text-muted);
  font-weight: 600;
}

.cart-page .table {
  min-width: 760px;
}

.cart-page .table thead th {
  background: #f8f2e8;
  color: #6d5b42;
}

.cart-page .table td {
  color: var(--eviapure-ink);
}

.cart-line-item {
  min-width: 18rem;
  display: grid;
  grid-template-columns: 4.25rem minmax(0, 1fr);
  align-items: center;
  gap: 0.9rem;
}

.cart-line-item__thumb {
  width: 4.25rem;
  height: 4.25rem;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(13, 67, 143, 0.12);
  border-radius: 8px;
  background: #f6f8fb;
}

.cart-line-item__thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cart-line-item__title {
  min-width: 0;
  color: var(--eviapure-blue-deep);
  font-weight: 800;
  line-height: 1.25;
}

.cart-page input[type="number"] {
  max-width: 5rem;
  border-radius: 8px;
  font-weight: 700;
}

.summary-list {
  display: grid;
  gap: var(--space-2);
  margin-bottom: var(--space-4);
}

.summary-row {
  display: flex;
  justify-content: space-between;
  gap: var(--space-4);
  font-size: 0.92rem;
}

.summary-row.total {
  padding-top: var(--space-3);
  border-top: 1px solid var(--border);
  font-weight: 600;
}

.cart-page .summary-list {
  gap: 0.85rem;
}

.cart-page .summary-row {
  color: var(--eviapure-ink);
}

.cart-page .summary-row strong {
  color: var(--eviapure-blue-deep);
}

.cart-page .summary-row.total {
  margin-top: 0.4rem;
  padding-top: 1.1rem;
  border-top-color: #e2d8c9;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
}

.checkout-action {
  gap: 0.65rem;
  min-height: 3.4rem;
  border: 0;
  border-radius: 6px;
  background: linear-gradient(180deg, #d7a24a 0%, #bd8128 100%);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.02rem;
  letter-spacing: 0;
  text-transform: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22), 0 12px 24px rgba(184, 124, 37, 0.22);
}

.checkout-action:hover {
  background: linear-gradient(180deg, #c9933a 0%, #a96f21 100%);
}

.button-icon {
  width: 1.35rem;
  height: 1.35rem;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
}

.button-icon img {
  width: 1.35rem;
  height: 1.35rem;
  object-fit: contain;
}

.cart-page #cart-status {
  color: var(--text-muted);
  font-size: 0.88rem;
}

.cart-page .checkout-modal__dialog {
  border-color: #e2d8c9;
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(83, 62, 37, 0.22);
}

.layout-split {
  display: grid;
  gap: var(--space-4);
}


.stack-sm {
  display: grid;
  gap: var(--space-3);
}

.mt-4 {
  margin-top: var(--space-4);
}

.mt-5 {
  margin-top: var(--space-5);
}

/* Footer */
.footer {
  border-top: 1px solid var(--border);
  margin-top: var(--space-7);
  padding-block: var(--space-5);
  font-size: 0.76rem;
  color: var(--text-muted);
}

.footer-grid {
  display: grid;
  gap: var(--space-3);
}

.footer-contact {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2) var(--space-4);
  font-style: normal;
}

.footer-contact a {
  color: inherit;
  text-decoration: none;
}

.footer-contact a:hover {
  color: var(--accent);
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
  align-items: center;
}

.social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 2.3rem;
  padding: 0.4rem 0.8rem;
  border: 1px solid rgba(13, 67, 143, 0.18);
  border-radius: 999px;
  background: #ffffff;
  color: var(--eviapure-blue-deep, var(--accent));
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: uppercase;
  transition: border-color 140ms ease, color 140ms ease, box-shadow 140ms ease, transform 140ms ease;
}

.social-link span {
  width: 1.45rem;
  height: 1.45rem;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: var(--eviapure-blue, var(--accent));
  color: #ffffff;
  font-size: 0.62rem;
  line-height: 1;
}

.social-link:hover,
.social-link:focus-visible {
  border-color: var(--eviapure-blue, var(--accent));
  color: var(--eviapure-blue, var(--accent));
  box-shadow: 0 8px 20px rgba(8, 45, 104, 0.12);
  outline: none;
  transform: translateY(-1px);
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
}

.footer-nav a {
  text-decoration: none;
}

@media (min-width: 700px) {
  .layout-split {
    grid-template-columns: 1.5fr 1fr;
    align-items: start;
  }

  .form-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 900px) {
  .hero-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-banner .hero-grid {
    grid-template-columns: minmax(0, 1.2fr) auto;
  }

  .footer-grid {
    grid-template-columns: auto minmax(0, 1fr) auto auto;
    align-items: center;
  }

  .footer-contact {
    justify-content: center;
  }

  .footer-social {
    justify-content: end;
  }
}

@media (max-width: 820px) {
  .header-grid {
    grid-template-columns: auto 1fr auto;
    grid-template-areas:
      "logo current toggle"
      "menu menu menu";
    position: relative;
    gap: var(--space-3);
    min-height: auto;
    padding-block: var(--space-2);
  }

  .header-current {
    grid-area: 1 / 1 / 2 / -1;
    display: block;
    position: absolute;
    left: 50%;
    top: 0.5rem;
    transform: translateX(-50%);
    justify-self: auto;
    width: auto;
    max-width: calc(100% - 11rem);
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0;
    color: var(--text);
  }

  .header-toggle {
    grid-area: toggle;
    display: inline-grid;
    place-items: center;
    width: 2.4rem;
    height: 2.4rem;
    border: 1px solid var(--border);
    background: #fff;
    border-radius: 8px;
    color: var(--text);
    font-size: 1.3rem;
    line-height: 1;
    cursor: pointer;
  }

  .header-menu {
    grid-area: menu;
    display: none;
    flex-direction: column;
    gap: var(--space-3);
    border-top: 1px solid var(--border);
    padding-top: var(--space-3);
  }

  .site-header.nav-open .header-menu {
    display: flex;
  }

  .header-nav,
  .header-actions {
    grid-area: auto;
    justify-self: stretch;
    width: 100%;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--space-2);
  }

  .header-nav a,
  .header-actions a {
    width: 100%;
    padding: var(--space-2) 0;
  }

  .hero-banner-image {
    height: 100%;
  }

  .hero-banner {
    min-height: clamp(500px, 86svh, 720px);
  }

  .hero-banner .hero {
    position: absolute;
    inset: 0;
    z-index: 2;
    padding-block: var(--space-4);
  }

  .hero-banner .hero-grid {
    grid-template-columns: 1fr;
    gap: var(--space-4);
  }

  .hero-panel {
    max-width: none;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .hero-brand {
    width: min(220px, 55vw);
  }
}

@media (max-width: 760px) {
  .product-grid {
    justify-content: center;
  }

  .product-layout {
    grid-template-columns: 1fr;
  }

  .product-purchase {
    align-items: stretch;
    flex-direction: column;
  }

  .product-details__row {
    grid-template-columns: 1fr;
  }
}

/* Eviapure home refresh */
:root {
  --eviapure-blue: #0d438f;
  --eviapure-blue-deep: #082d68;
  --eviapure-gold: #b98235;
  --eviapure-olive: #657743;
  --eviapure-ink: #16223a;
  --eviapure-paper: #fbfaf7;
}

.site-header {
  background: transparent;
  border-bottom: 0;
  padding: clamp(0.75rem, 1.5vw, 1.4rem) 0 0;
}

.header-grid {
  min-height: 4.7rem;
  padding: 0.75rem clamp(1rem, 2.2vw, 2rem);
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(13, 67, 143, 0.08);
  border-radius: 8px;
  box-shadow: 0 18px 40px rgba(17, 35, 62, 0.13);
  backdrop-filter: blur(14px);
}

.logo-wordmark {
  width: clamp(9rem, 17vw, 14rem);
  height: 3rem;
  object-fit: contain;
  object-position: left center;
}

.header-nav {
  gap: clamp(1rem, 2vw, 2.5rem);
}

.header-nav a,
.header-actions a {
  color: var(--eviapure-blue-deep);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.header-actions {
  gap: 1.1rem;
}

.cart-chip {
  position: relative;
  top: -0.35rem;
  min-width: 1.05rem;
  height: 1.05rem;
  border-radius: 999px;
  background: var(--eviapure-blue);
  font-size: 0.62rem;
}

.cart-nav-link .cart-chip {
  top: 0;
}

.home-main {
  margin-top: calc(-1 * clamp(5.4rem, 7vw, 6.6rem));
  background: var(--eviapure-paper);
}

.home-hero {
  min-height: clamp(560px, 72svh, 760px);
  background: var(--eviapure-blue-deep);
}

.home-hero .hero-banner-image {
  inset: 0 0 0 auto;
  width: auto;
  min-width: 0;
  max-width: none;
  height: 100%;
  object-fit: contain;
  object-position: right center;
  filter: saturate(1.12) contrast(1.04);
  transform: none;
  will-change: auto;
}

.home-hero::after {
  background:
    linear-gradient(90deg, #082d68 0%, #082d68 34%, rgba(8, 45, 104, 0.94) 39%, rgba(8, 45, 104, 0.74) 48%, rgba(8, 45, 104, 0.38) 62%, rgba(8, 45, 104, 0.08) 76%, rgba(8, 45, 104, 0) 88%),
    linear-gradient(180deg, rgba(5, 24, 55, 0.06) 0%, rgba(5, 24, 55, 0) 46%, rgba(5, 24, 55, 0.1) 100%);
}

.home-hero .hero {
  align-items: center;
  padding-top: clamp(9.2rem, 12vw, 11rem);
  padding-bottom: clamp(1.8rem, 4vw, 3.4rem);
}

.home-hero .hero-grid {
  max-width: 48rem;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
}

.home-hero .hero-panel {
  max-width: 48rem;
}

.home-hero .hero-copy {
  position: relative;
  gap: 0.95rem;
  isolation: isolate;
}

.home-hero .hero-copy::before {
  display: none;
}

.home-hero .hero-kicker,
.section-kicker {
  margin: 0;
  color: var(--eviapure-gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.home-hero .hero-title {
  color: #ffffff;
  max-width: 46rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 4.4vw, 4.2rem);
  font-weight: 400;
  line-height: 1.03;
  letter-spacing: 0;
  text-shadow: 0 8px 28px rgba(5, 24, 55, 0.45);
}

.home-hero .hero-text {
  color: #f3f7ff;
  max-width: 36rem;
  font-size: clamp(1rem, 1.05vw, 1.1rem);
  line-height: 1.55;
  text-shadow: 0 4px 20px rgba(5, 24, 55, 0.45);
}

.home-hero .btn {
  min-height: 3.35rem;
  padding-inline: 1.8rem;
  background: var(--eviapure-blue);
  border-color: var(--eviapure-blue);
  box-shadow: 0 14px 30px rgba(8, 45, 104, 0.22);
}

.home-categories {
  position: relative;
  z-index: 3;
  margin-top: clamp(1rem, 2vw, 1.6rem);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.4rem);
}

.category-tile {
  min-width: 0;
  overflow: hidden;
  display: grid;
  grid-template-rows: minmax(13rem, 18vw) auto auto;
  color: var(--eviapure-blue-deep);
  text-align: center;
  text-decoration: none;
  background: #fff;
  border: 1px solid rgba(13, 67, 143, 0.12);
  border-radius: 8px;
  box-shadow: 0 12px 26px rgba(22, 34, 58, 0.09);
}

.category-tile img,
.image-placeholder {
  width: 100%;
  height: 100%;
  min-height: 13rem;
  object-fit: contain;
  background: #f2f5f0;
}

.category-tile span {
  padding: 1rem 0.75rem 0.15rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.15;
}

.category-tile small {
  padding: 0 0.75rem 0.9rem;
  color: var(--eviapure-blue);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.image-placeholder,
.placeholder-photo {
  display: grid;
  place-items: center;
  color: rgba(8, 45, 104, 0.62);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  background:
    linear-gradient(135deg, rgba(101, 119, 67, 0.15), rgba(13, 67, 143, 0.08)),
    #f5f4ee;
}

.story-band {
  margin-top: clamp(1.2rem, 2.4vw, 1.8rem);
  display: grid;
  grid-template-columns: minmax(20rem, 0.92fr) minmax(26rem, 1.08fr);
  min-height: clamp(22rem, 28vw, 28.5rem);
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(13, 67, 143, 0.1);
  border-radius: 8px;
  box-shadow: 0 16px 32px rgba(22, 34, 58, 0.08);
}

.story-photo {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: 43% 58%;
}

.story-copy {
  display: grid;
  align-content: center;
  gap: 0.75rem;
  padding: clamp(1.4rem, 2.7vw, 2.7rem) clamp(2rem, 4.8vw, 5.4rem);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.74)),
    radial-gradient(circle at 95% 20%, rgba(184, 130, 53, 0.12), transparent 34%);
}

.story-copy h2 {
  margin: 0;
  max-width: 18ch;
  color: var(--eviapure-blue-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.9rem, 2.55vw, 2.8rem);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: 0;
}

.story-copy p:not(.section-kicker) {
  margin: 0;
  max-width: 45rem;
  color: var(--eviapure-ink);
}

.story-copy .btn {
  justify-self: start;
  margin-top: 0.4rem;
  color: var(--eviapure-blue);
  border-color: rgba(13, 67, 143, 0.24);
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  padding-block: clamp(1.2rem, 2.4vw, 2rem);
}

.trust-strip article {
  min-width: 0;
  padding: 0 1.4rem;
  border-left: 1px solid rgba(13, 67, 143, 0.15);
}

.trust-strip article:first-child {
  border-left: 0;
}

.trust-strip strong {
  display: block;
  color: var(--eviapure-blue-deep);
  font-size: 0.86rem;
  text-transform: uppercase;
}

.trust-strip span {
  display: block;
  margin-top: 0.25rem;
  color: var(--text-muted);
  font-size: 0.86rem;
  line-height: 1.35;
}

.featured-section {
  padding-top: 0;
}

.home-section-head {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1.3rem;
  margin-bottom: 1rem;
}

.home-section-head span {
  content: "";
  height: 1px;
  background: rgba(13, 67, 143, 0.15);
}

.home-section-head .section-title {
  color: var(--eviapure-blue-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2vw, 2rem);
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
}

.home-section-head a {
  justify-self: end;
  color: var(--eviapure-blue);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: uppercase;
}

.home-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(0.8rem, 1.2vw, 1rem);
}

.home-product-card {
  min-width: 0;
  display: grid;
  align-content: start;
  justify-items: center;
  gap: 0.35rem;
  min-height: 19rem;
  padding: 1rem;
  text-align: center;
  background: #fff;
  border: 1px solid rgba(13, 67, 143, 0.1);
  border-radius: 8px;
  box-shadow: 0 12px 26px rgba(22, 34, 58, 0.07);
}

.home-product-card a {
  width: 100%;
  text-decoration: none;
}

.home-product-card img {
  width: 100%;
  height: 11rem;
  object-fit: contain;
}

.home-product-card h3 {
  margin: 0;
  min-height: 2.8rem;
  color: var(--eviapure-blue-deep);
  font-size: 0.9rem;
  line-height: 1.18;
}

.home-product-card .meta {
  margin-top: 0.3rem;
  letter-spacing: 0;
}

.category-tile img,
.story-photo,
.home-product-card img,
.about-main img {
  filter: saturate(1.08) contrast(1.03);
}

.about-main {
  margin-top: calc(-1 * clamp(5.4rem, 7vw, 6.6rem));
  background: var(--eviapure-paper);
}

.about-hero {
  position: relative;
  min-height: clamp(420px, 56svh, 620px);
  overflow: hidden;
  display: grid;
  align-items: end;
  background: var(--eviapure-blue-deep);
}

.about-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.about-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8, 45, 104, 0.7) 0%, rgba(8, 45, 104, 0.28) 46%, rgba(8, 45, 104, 0.04) 100%);
}

.about-hero__content {
  position: relative;
  z-index: 1;
  padding-top: clamp(9rem, 12vw, 11rem);
  padding-bottom: clamp(2.5rem, 6vw, 5rem);
}

.about-hero__content h1 {
  margin: 0.35rem 0 0;
  max-width: 12ch;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 5.8vw, 5.2rem);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: 0;
  text-shadow: 0 8px 28px rgba(8, 45, 104, 0.5);
}

.about-hero__content p:not(.section-kicker) {
  max-width: 42rem;
  margin: 1rem 0 0;
  color: #fff;
  font-size: clamp(1rem, 1.2vw, 1.15rem);
  line-height: 1.6;
  text-shadow: 0 4px 18px rgba(8, 45, 104, 0.55);
}

.about-intro,
.about-story,
.about-maria {
  display: grid;
  gap: clamp(1rem, 2.4vw, 2rem);
  align-items: center;
  padding-block: clamp(2rem, 5vw, 4.5rem);
}

.about-intro,
.about-maria {
  grid-template-columns: minmax(0, 1.05fr) minmax(18rem, 0.8fr);
}

.about-story {
  grid-template-columns: minmax(18rem, 0.82fr) minmax(0, 1.08fr);
}

.about-copy {
  display: grid;
  gap: 0.85rem;
}

.about-copy h2 {
  margin: 0;
  max-width: 17ch;
  color: var(--eviapure-blue-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3.1vw, 3.25rem);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: 0;
}

.about-copy p:not(.section-kicker) {
  margin: 0;
  max-width: 48rem;
  color: var(--eviapure-ink);
  font-size: 1rem;
  line-height: 1.65;
}

.about-feature-image,
.about-story img,
.about-maria img {
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 18px 36px rgba(22, 34, 58, 0.12);
}

.about-feature-image {
  aspect-ratio: 4 / 5;
  object-position: center;
}

.about-story img {
  aspect-ratio: 1 / 1;
  object-position: center;
}

.about-maria {
  padding-top: 0;
}

.about-maria img {
  aspect-ratio: 1 / 1;
  object-position: center 35%;
}

.motion-card {
  opacity: 0;
  transform: translateY(26px);
  transition:
    opacity 560ms ease,
    transform 700ms cubic-bezier(0.2, 0.8, 0.2, 1),
    border-color 160ms ease;
  transition-delay: var(--motion-delay, 0ms);
}

.motion-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1080px) {
  .home-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .header-nav {
    gap: 1.2rem;
  }
}

@media (max-width: 820px) {
  .site-header {
    padding-top: 0.5rem;
  }

  .header-grid {
    border-radius: 8px;
  }

  .logo-wordmark {
    width: 8.5rem;
    height: 2.4rem;
  }

  .header-toggle {
    font-size: 0;
  }

  .header-toggle::before {
    content: "\2630";
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1;
  }

  .home-main {
    margin-top: -5rem;
  }

  .home-hero {
    min-height: clamp(720px, 96svh, 800px);
  }

  .home-hero .hero {
    align-items: end;
    padding-top: clamp(25rem, 58svh, 30rem);
    padding-bottom: clamp(1.6rem, 5vw, 2.4rem);
  }

  .home-hero .hero-grid {
    grid-template-columns: 1fr;
  }

  .home-hero .hero-title {
    max-width: 12ch;
    font-size: clamp(2.4rem, 8.6vw, 3.35rem);
    line-height: 1.02;
  }

  .home-hero .hero-banner-image {
    inset: clamp(5.7rem, 15vw, 6.5rem) 0 auto 0;
    width: 100%;
    height: clamp(16rem, 42svh, 22rem);
    object-fit: cover;
    object-position: 68% center;
  }

  .home-hero::after {
    background:
      linear-gradient(180deg, rgba(8, 45, 104, 0.03) 0%, rgba(8, 45, 104, 0.08) 29%, rgba(8, 45, 104, 0.72) 47%, #082d68 61%, #082d68 100%),
      linear-gradient(90deg, rgba(8, 45, 104, 0.48) 0%, rgba(8, 45, 104, 0.08) 62%, rgba(8, 45, 104, 0) 100%);
  }

  .home-hero .hero-panel {
    max-width: 34rem;
  }

  .home-hero .hero-copy {
    gap: 0.8rem;
  }

  .home-hero .hero-text {
    max-width: 32rem;
    font-size: 1rem;
    line-height: 1.45;
  }

  .about-main {
    margin-top: -5rem;
  }

  .about-hero {
    min-height: 620px;
  }

  .about-hero__content {
    padding-top: 8.4rem;
  }

  .about-hero__content h1 {
    font-size: clamp(2.75rem, 11vw, 4rem);
  }

  .about-intro,
  .about-story,
  .about-maria {
    grid-template-columns: 1fr;
  }

  .about-story img {
    order: -1;
  }

  .cart-shell {
    width: min(100% - 20px, 1120px);
  }

  .cart-hero-card {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .cart-hero-card::before {
    inset: 0 0 0 66%;
  }

  .cart-checkout-layout {
    grid-template-columns: 1fr;
  }

  .cart-summary-panel {
    position: static;
  }

  .shipping-included-banner__content {
    gap: var(--space-4);
    padding: var(--space-4);
  }

  .shipping-included-banner__motif {
    right: -5rem;
    opacity: 0.72;
  }

  .story-band,
  .trust-strip {
    grid-template-columns: 1fr;
  }

  .trust-strip article {
    border-left: 0;
    border-top: 1px solid rgba(13, 67, 143, 0.15);
    padding: 1rem 0;
  }

  .trust-strip article:first-child {
    border-top: 0;
  }

  .home-section-head {
    grid-template-columns: 1fr;
    gap: 0.65rem;
    justify-items: center;
  }

  .home-section-head span,
  .home-section-head::before {
    display: none;
  }

  .home-section-head a {
    justify-self: center;
  }
}

@media (max-width: 620px) {
  .home-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-categories {
    grid-template-columns: 1fr;
  }

  .category-tile {
    grid-template-rows: 12rem auto auto;
  }

  .category-tile img,
  .image-placeholder {
    min-height: 12rem;
  }

  .story-photo {
    min-height: 14rem;
  }

  .story-copy {
    padding: 1.4rem;
  }

  .about-intro,
  .about-story,
  .about-maria {
    padding-block: 2rem;
  }

  .shipping-included-banner {
    min-height: 8.5rem;
  }

  .shipping-included-banner__content {
    align-items: flex-start;
  }

  .shipping-included-banner__icon {
    width: 3.75rem;
    height: 3.75rem;
  }

  .shipping-included-banner__icon img {
    width: 1.8rem;
    height: 1.8rem;
  }

  .shipping-included-banner__motif {
    right: -11rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .motion-card {
    transition: none;
  }

  .motion-card {
    opacity: 1;
  }
}
