/* Aveluks Redesign v54 Global Styles */
:root,
[data-bs-theme="light"],
[data-bs-theme="dark"],
body {
  --background: #faf9f6;
  --foreground: #252623;
  --primary: #a85031;
  --primary-hover: #8f361d;
  --primary-foreground: #fff;
  --muted: #efede7;
  --muted-foreground: #62665c;
  --popover: #faf9f6;
  --border: #85877f;
  --radius: 4px;
  --color-primary: var(--primary);
  --color-foreground: var(--foreground);
  --color-background: var(--background);

  /* Bootstrap 5 Link & Component Variables Override (prevents blue hovers) */
  --bs-primary: #a85031 !important;
  --bs-primary-rgb: 168, 80, 49 !important;
  --bs-link-color: #252623 !important;
  --bs-link-color-rgb: 37, 38, 35 !important;
  --bs-link-hover-color: #a85031 !important;
  --bs-link-hover-color-rgb: 168, 80, 49 !important;
  --bs-focus-ring-color: rgba(168, 80, 49, 0.25) !important;
}

/* Global Link Hover - Turn all blue hovers to brand red */
a:hover {
  color: #a85031 !important;
}

/* Navigation & Footer Links */
.nav a:hover,
.menu-nav a:hover,
.header a:hover,
.footer-links a:hover,
.footer-contact a:hover,
.footer-contact > a:hover {
  color: #a85031 !important;
}
.footer-links a:hover svg,
.footer-contact a:hover svg {
  color: #a85031 !important;
  stroke: #a85031 !important;
}

/* Breadcrumb Links */
.product-breadcrumb a:hover,
.cart-breadcrumbs a:hover,
.breadcrumb a:hover {
  color: #a85031 !important;
}

/* Phone and Contact Links */
.topbar-phones a:hover,
.product-call a:hover,
.contact-primary > a:hover {
  color: #a85031 !important;
}

/* Article & Content Links */
.news-article-content a:hover,
.news-copy h2 a:hover,
.news-article-footer-nav a:hover,
.article-content a:hover {
  color: #a85031 !important;
}

/* Form Inputs Focus & Hover (prevents blue browser outlines) */
input:focus,
select:focus,
textarea:focus,
.form-control:focus,
.form-select:focus,
.custom-input:focus {
  border-color: #a85031 !important;
  box-shadow: 0 0 0 3px rgba(168, 80, 49, 0.18) !important;
  outline: none !important;
}
.form-check-input:checked {
  background-color: #a85031 !important;
  border-color: #a85031 !important;
}
.form-check-input:focus {
  border-color: #a85031 !important;
  box-shadow: 0 0 0 0.25rem rgba(168, 80, 49, 0.25) !important;
}


.order-page{background:#e6e5df;color:#20241f}.order-hero{background:#20241f;color:#f7f5ef;padding-top:72px;padding-bottom:90px}.order-hero .sauna-back{color:#c7c9bf}.order-hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:12%;align-items:end;margin-top:60px}.order-hero h1{font-family:var(--font-editorial);font-size:clamp(54px,6vw,94px);line-height:.94;max-width:820px}.order-hero-grid>p{font-size:17px;line-height:1.8;color:#d2d3cc;max-width:520px}.order-process{background:#f6f4ee;padding-top:90px;padding-bottom:100px}.order-process-heading{display:grid;grid-template-columns:1fr 2fr;align-items:end;margin-bottom:55px}.order-process-heading h2,.order-note h2,.order-receive h2{font-family:var(--font-editorial);font-size:clamp(42px,4.7vw,72px);line-height:1}.order-steps{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #9a9d92;border-left:1px solid #9a9d92}.order-step{min-height:290px;padding:26px;border-right:1px solid #9a9d92;border-bottom:1px solid #9a9d92;display:flex;flex-direction:column;align-items:flex-start}.order-step-number{font-size:12px;letter-spacing:.16em;color:#a9492a}.order-step>svg{margin:35px 0 24px;color:#a9492a}.order-step h3{font-size:20px;margin-bottom:14px}.order-step p{font-size:15px;line-height:1.65;color:#555a51}.order-note{background:#a9492a;color:#fff;display:grid;grid-template-columns:1fr 1fr;gap:12%;padding-top:85px;padding-bottom:85px}.order-note .eyebrow{color:#fff}.order-note>div:last-child{align-self:end}.order-note p{font-size:17px;line-height:1.75;margin-bottom:28px}.order-note .cta{background:#20241f;color:#fff}.order-receive{background:#f6f4ee;display:grid;grid-template-columns:130px 1fr;gap:50px;padding-top:80px;padding-bottom:90px}.order-receive>svg{width:82px;height:82px;color:#a9492a}.order-receive h2{max-width:850px;margin:14px 0 24px}.order-receive p:last-child{max-width:800px;font-size:17px;line-height:1.75;color:#555a51}
.order-page .eyebrow,.order-page footer{font-size:14px}.order-page .language button,.order-page .social-links a,.order-page .menu-button{min-width:44px;min-height:44px}.order-page .cta{min-height:48px}.order-page a:focus-visible,.order-page button:focus-visible{outline:3px solid #f2a07c;outline-offset:4px}.skip-link{position:fixed;z-index:9999;left:18px;top:18px;padding:12px 18px;background:#fff;color:#20241f;font-weight:700;transform:translateY(-200%)}.skip-link:focus{transform:translateY(0)}.order-steps{list-style:none;margin:0;padding:0}.order-step-number{font-size:14px}.order-step p{font-size:16px;line-height:1.7}
@media(max-width:900px){.order-hero-grid,.order-note{grid-template-columns:1fr;gap:30px}.order-process-heading{grid-template-columns:1fr;gap:16px}.order-steps{grid-template-columns:repeat(2,1fr)}.order-receive{grid-template-columns:1fr;gap:24px}}
@media(max-width:560px){.order-hero{padding-top:44px}.order-hero-grid{margin-top:36px}.order-hero h1{font-size:48px}.order-steps{grid-template-columns:1fr}.order-step{min-height:240px}.order-receive>svg{width:56px;height:56px}}

/* The long-burning range is compact enough to show without filtering. */
.long-burn-page .sauna-toolbar {
  display: none;
}
:root {
  --background: #faf9f6;
  --foreground: #252623;
  --primary: #a85031;
  --primary-foreground: #fff;
  --muted: #efede7;
  --muted-foreground: #62665c;
  --popover: #faf9f6;
  --border: #85877f;
  --radius: 4px;
}
* {
  box-sizing: border-box;
  border-color: var(--border);
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
  background: var(--background);
  overflow-x: clip;
}
body {
  margin: 0;
  min-height: 100vh;
  font-family: Arial, Helvetica, sans-serif;
  background: var(--background);
  color: var(--foreground);
  -webkit-font-smoothing: antialiased;
}
body.is-home-redesign {
  background: #e3e2dc;
}
button,
a,
input,
textarea {
  -webkit-tap-highlight-color: transparent;
}
button,
a {
  touch-action: manipulation;
}
button {
  cursor: pointer;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
}
button:focus-visible,
a:focus-visible {
  outline: 3px solid #a85031;
  outline-offset: 5px;
}
h1,
h2,
h3,
p {
  margin: 0;
}
a,
button {
  transition:
    background 0.2s,
    color 0.2s,
    opacity 0.2s;
}
svg {
  flex-shrink: 0;
}
img {
  max-width: 100%;
}
.topbar {
  height: 34px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 5.2%;
  background: #242722;
  color: #d7d8d2;
  font-size: 10px;
  letter-spacing: 0.25px;
}
.topbar-phones {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 20;
  height: 34px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 12px;
  color: #f2f1eb;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.topbar-phones a:hover {
  color: #d7a282;
}
.topbar-phones a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.topbar-phones svg {
  width: 12px;
  height: 12px;
  stroke-width: 1.8;
}
.topbar > span,
.topbar a {
  display: flex;
  align-items: center;
  gap: 8px;
}
.latvia {
  width: 17px;
  height: 10px;
  background: linear-gradient(#953c42 0 40%, #eee 40% 60%, #953c42 60%);
}
.header {
  height: 91px;
  padding: 0 5.2%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #faf9f6;
  gap: 28px;
  position: sticky !important;
  top: 0 !important;
  z-index: 1000 !important;
  isolation: isolate;
  transition: box-shadow 0.25s ease, border-color 0.25s ease;
}
.header.is-sticky {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.header.is-sticky::before {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.logo {
  display: flex;
  gap: 9px;
  align-items: center;
  color: #17181c;
  text-decoration: none;
  transition: color 0.2s ease;
}
.logo > svg {
  color: #b25b36;
  width: 35px;
  height: 42px;
  stroke-width: 1.6;
}
.logo > span {
  font-size: 26px;
  font-weight: 750;
  letter-spacing: 1.8px;
  color: inherit;
  transition: color 0.2s ease;
}
.logo small {
  display: block;
  letter-spacing: 2px;
  font-size: 6.5px;
  font-weight: 500;
  margin-top: 5px;
  color: inherit;
  transition: color 0.2s ease;
}
.logo:hover,
.logo:focus,
.logo:active,
.header .logo:hover,
.header .logo:focus,
.header .logo:active {
  color: #8f0c00 !important;
  text-decoration: none !important;
}
.logo:hover > span,
.logo:focus > span,
.logo:active > span,
.header .logo:hover > span,
.header .logo:focus > span,
.header .logo:active > span {
  color: #8f0c00 !important;
}
.logo:hover small,
.logo:focus small,
.logo:active small,
.header .logo:hover small,
.header .logo:focus small,
.header .logo:active small {
  color: #8f0c00 !important;
}
.nav {
  display: flex;
  align-items: center;
  gap: 31px;
  font-size: 16px;
  font-weight: 600;
}
.nav a {
  display: flex;
  gap: 7px;
  align-items: center;
  min-height: 36px;
  border-bottom: 3px solid transparent;
}
.nav a:hover,
.nav a[aria-current='page'] {
  color: var(--primary);
  border-bottom-color: var(--primary);
}
.header-actions {
  display: flex;
  gap: 20px;
  align-items: center;
}
.language {
  display: inline-flex;
  gap: 4px;
  align-items: center;
}
.language button,
.language a.lang-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  min-width: 28px;
  height: 28px;
  padding: 0 5px;
  text-align: center;
  font-weight: 500;
  color: #62665c;
  border: 1px solid var(--border);
  border-radius: 4px;
  text-decoration: none;
  background: transparent;
  transition: all 0.15s ease;
  line-height: 1;
  box-sizing: border-box;
}
.language button:hover,
.language a.lang-btn:hover {
  color: #262722;
  border-color: #262722;
}
.language button[aria-pressed='true'],
.language a.lang-btn.is-active {
  font-weight: 700;
  color: #262722;
  border-color: #262722;
}
.header-phone {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  border-left: 1px solid var(--border);
  padding-left: 20px;
}
.header-social {
  display: flex;
  align-items: center;
  gap: 8px;
  border-left: 1px solid var(--border);
  padding-left: 20px;
}
.header-social a {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid var(--border);
  border-radius: 50%;
  color: #343630;
}
.header-social a:hover {
  border-color: var(--primary);
  background: var(--primary);
  color: #fff;
}
.header-social svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
}
/* Header Cart Button & Badge */
.header-cart-btn {
  position: relative;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border, #d2d4cc);
  border-radius: 50%;
  color: #343630;
  background: #ffffff;
  transition: all 0.2s ease;
  text-decoration: none;
  flex-shrink: 0;
  box-sizing: border-box;
}
.header-cart-btn:hover {
  border-color: var(--primary, #ae4528);
  color: var(--primary, #ae4528);
  background: #faf8f5;
  transform: translateY(-1px);
}
.header-cart-icon-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.header-cart-icon {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  stroke-width: 2;
  transition: transform 0.2s ease;
}
.header-cart-btn:hover .header-cart-icon {
  transform: scale(1.08);
}
.cart-count-badge {
  position: absolute;
  top: -6px;
  right: -7px;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  border-radius: 9px;
  background: #8e9087;
  color: #ffffff;
  font-family: var(--font-body, 'Inter', sans-serif);
  font-size: 10px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
  box-shadow: 0 1px 3px rgba(0,0,0,0.25);
  transition: all 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  display: inline-block;
  pointer-events: none;
}
.cart-count-badge.has-items {
  background: var(--primary, #ae4528);
  color: #ffffff;
  box-shadow: 0 2px 5px rgba(174, 69, 40, 0.4);
}
.cart-count-badge.animate-pop {
  animation: cartBadgePop 0.35s ease;
}
@keyframes cartBadgePop {
  0% { transform: scale(0.6); }
  50% { transform: scale(1.3); }
  100% { transform: scale(1); }
}
.menu-button {
  display: none;
}
.hero {
  position: relative;
  min-height: 568px;
  overflow: hidden;
  background: #22231e;
  color: #fff;
}
.hero-picture {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 56%;
}
.hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(15, 19, 15, 0.75),
    rgba(15, 19, 15, 0.3) 46%,
    transparent 74%
  );
}
.hero-content {
  position: relative;
  padding: 70px 6.5% 42px;
  max-width: 850px;
}
.eyebrow {
  font-size: 10px;
  letter-spacing: 2px;
  font-weight: 600;
  display: flex;
  gap: 9px;
  align-items: center;
}
.hero .eyebrow {
  color: #e2c1a8;
}
.hero .eyebrow span {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #cc8058;
}
.hero h1 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(55px, 5.8vw, 83px);
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: -2.5px;
  margin: 25px 0;
}
.hero p {
  font-size: 14px;
  line-height: 1.85;
  color: #d0d0c9;
}
.hero-buttons {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-top: 32px;
}
.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  background: var(--primary);
  color: white;
  padding: 16px 23px;
  font-size: 12px;
  font-weight: 500;
  border: 0;
  border-radius: 3px;
  min-height: 48px;
}
.cta:hover {
  background: #99472a;
}
.text-cta {
  display: flex;
  align-items: center;
  gap: 12px;
  background: transparent;
  color: white;
  border: none;
  font-size: 12px;
  padding: 10px 0;
}
.text-cta:hover {
  color: #e6b496;
}
.hero-foot {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 47px;
  letter-spacing: 2px;
  font-size: 8px;
  color: #c4c5bc;
}
.line {
  width: 32px;
  height: 1px;
  background: #b7b5a7;
}
.hero-note {
  position: absolute;
  bottom: 32px;
  right: 5.2%;
  display: flex;
  gap: 18px;
  align-items: center;
  color: #d0ccc3;
  font-size: 9px;
}
.hero-note > span:first-child {
  border-top: 1px solid #ae8060;
  padding-top: 10px;
  letter-spacing: 2px;
}
.hero-note > span:last-child {
  padding-top: 10px;
}
.benefits {
  padding: 29px 6.5%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  border-bottom: 1px solid var(--border);
  background: #f1f0ea;
}
.benefits > div {
  display: flex;
  align-items: center;
  gap: 16px;
}
.benefits svg {
  color: #7d816e;
}
.benefits strong {
  font-size: 12px;
  display: block;
  font-weight: 500;
}
.benefits small {
  font-size: 10px;
  color: #7b7b71;
  display: block;
  margin-top: 7px;
}
.section {
  padding: 72px 6.5%;
}
.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 31px;
}
.section .eyebrow {
  color: #828670;
  font-size: 9px;
}
.section h2 {
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 400;
  letter-spacing: -1.1px;
  font-family: Georgia, 'Times New Roman', serif;
  line-height: 1.15;
  margin-top: 14px;
}
.link-arrow {
  font-size: 11px;
  display: inline-flex;
  gap: 17px;
  align-items: center;
  background: transparent;
  border: none;
  padding: 7px 0;
  border-bottom: 1px solid #a5a995;
}
.link-arrow:hover {
  color: var(--primary);
}
.category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px 23px;
}
.category-card {
  text-align: left;
  border: 0;
  background: transparent;
  padding: 0;
}
.category-image {
  height: 225px;
  background: #f0f0ea;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.category-number {
  position: absolute;
  top: 18px;
  left: 20px;
  color: #9a9e8a;
  font-size: 9px;
  letter-spacing: 2px;
}
.category-image img {
  width: 74%;
  height: 80%;
  object-fit: contain;
  mix-blend-mode: multiply;
  transition: transform 0.5s;
}
.category-card:hover img {
  transform: scale(1.065);
}
.category-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 17px;
}
.category-label h3 {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.3px;
}
.category-label p {
  font-size: 11px;
  color: #7a7c71;
  margin-top: 7px;
}
.circle-arrow {
  width: 31px;
  height: 31px;
  border: 1px solid var(--border);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.category-card:hover .circle-arrow {
  background: var(--primary);
  border-color: var(--primary);
  color: white;
}
.products {
  background: #f0f0ea;
}
.muted {
  color: #777b6c;
  font-size: 11px;
  line-height: 1.7;
}
.filters {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}
.filters button {
  font-size: 10px;
  font-weight: 400;
  border-radius: 2px;
  min-height: 34px;
  padding: 0 13px;
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px 20px;
}
.product-card {
  background: transparent;
  border: 0;
  text-align: left;
  padding: 0;
}
.product-image {
  position: relative;
  background: #faf9f6;
  height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.product-image > span:first-child {
  font-size: 8px;
  position: absolute;
  left: 15px;
  top: 15px;
  letter-spacing: 0.5px;
  color: #7e8370;
}
.product-image img {
  width: 77%;
  height: 75%;
  object-fit: contain;
  mix-blend-mode: multiply;
  transition: transform 0.4s;
}
.product-card:hover img {
  transform: scale(1.06);
}
.product-open {
  position: absolute;
  right: 12px;
  bottom: 12px;
  color: #666d55;
}
.product-card h3 {
  font-size: 16px;
  letter-spacing: 0.5px;
  margin-top: 18px;
  font-weight: 500;
}
.product-card p {
  font-size: 10px;
  color: #7a7e6e;
  margin: 7px 0 12px;
  line-height: 1.6;
}
.product-card strong {
  font-size: 14px;
  font-weight: 500;
}
.price-note {
  color: #72776c;
  font-size: 10px;
  line-height: 1.7;
  margin-top: 26px;
}
.about:not(.aveluks-category-slider) {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9%;
  align-items: center;
  padding-top: 86px;
  padding-bottom: 86px;
}
.about.aveluks-category-slider {
  display: block;
  padding-top: 86px;
  padding-bottom: 86px;
  position: relative;
}
.aveluks-category-slider .slider-track {
  position: relative;
  width: 100%;
}
.aveluks-category-slider .slider-slide {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9%;
  align-items: center;
}
.aveluks-category-slider .slider-slide:not(.is-active) {
  display: none;
}
.aveluks-category-slider .slider-slide.is-active {
  display: grid;
  animation: aveluksSliderFade 0.4s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
@keyframes aveluksSliderFade {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.about-visual {
  height: 420px;
  background: #e5e5db;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.about-visual img {
  width: 77%;
  height: 83%;
  object-fit: contain;
  mix-blend-mode: multiply;
  transition: transform 0.4s ease;
}
.about-visual img.is-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: normal;
}
.about-visual > span {
  position: absolute;
  bottom: 24px;
  left: 25px;
  font-size: 13px;
  letter-spacing: 4px;
  color: #ffffff;
  background: rgba(23, 25, 21, 0.82);
  padding: 8px 14px;
  backdrop-filter: blur(4px);
  line-height: 1.35;
  z-index: 2;
}
.about-visual small {
  display: block;
  font-size: 7px;
  letter-spacing: 2px;
  opacity: 0.85;
}
.about-copy h2 {
  font-size: 49px;
  margin-bottom: 26px;
}
.about-copy > p:not(.eyebrow) {
  font-size: 13px;
  line-height: 1.85;
  color: #7c7f72;
  margin-top: 16px;
}
.about-copy .link-arrow {
  margin-top: 0;
}
.slider-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 32px;
  flex-wrap: wrap;
}
.slider-controls {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  user-select: none;
}
.slider-pagination {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.slider-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #cccfc4;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: all 0.25s ease;
}
.slider-dot:hover {
  background: #888d80;
}
.slider-dot.is-active {
  width: 22px;
  border-radius: 4px;
  background: var(--primary, #a85031);
}
.slider-counter {
  font-size: 13px;
  font-weight: 600;
  color: #8c9084;
  letter-spacing: 1px;
}
.slider-counter .current-slide {
  color: #17181c;
  font-weight: 700;
}
.slider-nav {
  display: inline-flex;
  gap: 6px;
}
.slider-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #d2d5cb;
  background: #ffffff;
  color: #20241f;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
}
.slider-btn:hover {
  background: var(--primary, #a85031);
  border-color: var(--primary, #a85031);
  color: #ffffff;
  transform: translateY(-1px);
}
.slider-btn:active {
  transform: translateY(0);
}
.service {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 12%;
  background: #e9eade;
}
.service h2 {
  font-size: 46px;
  margin-bottom: 26px;
}
.step {
  display: flex;
  gap: 23px;
  padding: 24px 0;
  border-bottom: 1px solid #cdd0c1;
}
.step:first-child {
  padding-top: 0;
}
.step > span {
  font-size: 11px;
  color: #818a71;
  padding-top: 5px;
}
.step h3 {
  font-size: 16px;
  font-weight: 500;
}
.step p {
  font-size: 12px;
  line-height: 1.7;
  color: #747c68;
  margin-top: 10px;
}
.contacts {
  display: grid;
  grid-template-columns: 1.08fr 1fr;
  gap: 8%;
  background: #282c25;
  color: #f1f0e8;
}
.contacts .eyebrow {
  color: #c3ab8f;
}
.contacts h2 {
  font-size: 44px;
}
.contact-map {
  height: 245px;
  margin-top: 32px;
  position: relative;
  overflow: hidden;
  background: #353b32;
}
.contact-map iframe {
  border: 0;
  width: 100%;
  height: 100%;
  filter: grayscale(1) sepia(0.13) brightness(0.73) contrast(1.15);
  opacity: 0.86;
}
.map-card {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  background: #20241eea;
  backdrop-filter: blur(7px);
  box-shadow: 0 8px 24px #10130f55;
}
.map-pin {
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
  background: #a8362c;
  color: #fff;
}
.map-card strong {
  display: block;
  font-size: 12px;
  letter-spacing: 0.12em;
}
.map-card small {
  display: block;
  margin-top: 4px;
  color: #bfc4b7;
  font-size: 9px;
}
.map-card > a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  background: #f0efe7;
  color: #252922;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.contact-links {
  display: flex;
  flex-direction: column;
}
.contact-links > a {
  display: flex;
  gap: 17px;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid #4b5044;
  font-size: 17px;
}
.contact-links > a > svg:first-child {
  color: #bda88b;
  width: 18px;
}
.contact-links > a > svg:last-child {
  margin-left: auto;
  width: 17px;
}
.contact-links small {
  display: block;
  font-size: 10px;
  color: #b3b7a9;
  margin-top: 9px;
}
footer {
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: space-between;
  padding: 31px 6.5%;
  background: #20241e;
  color: #aeb5a4;
}
footer .logo {
  color: #e7e8e0;
}
footer .logo > span {
  font-size: 21px;
}
footer .logo > svg {
  height: 33px;
  width: 27px;
}
footer .logo small {
  font-size: 5.5px;
}
footer > span,
footer > a:not(.logo) {
  font-size: 9px;
}
footer > a:not(.logo) {
  display: flex;
  gap: 10px;
}
.concept {
  color: #959e88;
}
.searchbar {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 16px 6.5%;
  background: #eeeee6;
}
.searchbar > svg {
  width: 19px;
}
.searchbar input {
  height: 40px;
  flex: 1;
}
.searchbar > a {
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.empty {
  padding: 45px;
  text-align: center;
  font-size: 14px;
}
.empty button {
  display: block;
  margin: 20px auto 0;
}
.product-dialog {
  max-width: 780px !important;
  grid-template-columns: 1fr 1fr !important;
  padding: 35px !important;
  gap: 30px !important;
}
.detail-image {
  height: 320px;
  width: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.product-dialog > div > h2 {
  font-size: 32px;
  font-weight: 400;
  margin: 14px 0;
}
.detail-price {
  font-size: 22px;
  margin: 25px 0;
}
.detail-note {
  font-size: 11px;
  line-height: 1.7;
  color: #797e6e;
}
.product-dialog .cta {
  margin-top: 22px;
  gap: 20px;
}
.consult-dialog {
  max-width: 490px !important;
  padding: 34px !important;
  gap: 12px !important;
}
.consult-dialog h2 {
  font-family: Georgia, serif;
  font-weight: 400;
  font-size: 30px;
  margin: 4px 0;
}
.consult-phone {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  padding: 16px 0;
}
.consult-dialog label {
  font-size: 11px;
}
.consult-dialog input {
  height: 42px;
}
.consult-dialog textarea {
  resize: vertical;
  border: 1px solid var(--border);
  border-radius: 3px;
  background: transparent;
  padding: 11px;
  font: inherit;
  font-size: 12px;
  outline-color: var(--primary);
}
.consult-dialog .cta {
  margin-top: 5px;
}
.consult-dialog .detail-note {
  font-size: 10px;
}
@media (min-width: 1550px) {
  .hero {
    min-height: 680px;
  }
  .hero-content {
    padding-top: 95px;
  }
  .hero h1 {
    font-size: 93px;
  }
  .hero p {
    font-size: 16px;
  }
  .hero-buttons {
    margin-top: 39px;
  }
  .hero-foot {
    margin-top: 65px;
  }
  .category-image {
    height: 300px;
  }
  .product-image {
    height: 290px;
  }
}
@media (max-width: 1100px) {
  .header {
    gap: 16px;
  }
  .header-phone {
    display: none;
  }
  .header-social { padding-left: 13px; }
  .nav {
    gap: 22px;
  }
  .header-actions {
    gap: 13px;
  }
  .benefits {
    gap: 15px;
    padding-left: 5%;
    padding-right: 5%;
  }
  .benefits > div {
    gap: 10px;
  }
  .benefits strong {
    font-size: 11px;
  }
  .benefits small {
    font-size: 9px;
  }
  .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .about-copy h2 {
    font-size: 40px;
  }
  .about {
    gap: 6%;
  }
  .category-image {
    height: 210px;
  }
}
@media (max-width: 760px) {
  html {
    scroll-padding-top: 92px;
  }
  .topbar {
    height: 34px;
    padding: 0 4%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #242722;
  }
  .topbar > span,
  .topbar > a {
    display: none !important;
  }
  .topbar-phones {
    position: static !important;
    left: auto !important;
    transform: none !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    font-size: 11px;
    font-weight: 600;
  }
  .topbar-phones a {
    display: inline-flex !important;
    align-items: center;
    gap: 5px;
    color: #f2f1eb;
    text-decoration: none;
  }
  .topbar-phones a:hover {
    color: #d7a282;
  }
  .topbar-phones svg {
    width: 12px;
    height: 12px;
    color: #d7a282;
  }
  .header {
    min-height: 90px;
    height: 90px;
    padding: 8px 4%;
    gap: 12px;
    position: sticky !important;
    top: 0 !important;
    z-index: 1000 !important;
    align-items: center;
    justify-content: space-between;
  }
  .logo {
    gap: 8px;
    flex-shrink: 0;
  }
  .logo img {
    width: 27px;
    height: 32px;
  }
  .logo > span {
    font-size: 19px;
    letter-spacing: 1.2px;
    line-height: 1.1;
  }
  .logo small {
    font-size: 5.5px;
    letter-spacing: 1.4px;
    margin-top: 3px;
  }
  .header-actions {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-template-rows: auto auto;
    grid-template-areas:
      "lang cart burger"
      "social social burger";
    align-items: center;
    column-gap: 14px;
    row-gap: 8px;
  }
  .header-actions .language {
    grid-area: lang;
    display: inline-flex;
    gap: 5px;
  }
  .header-actions .language button,
  .header-actions .language a.lang-btn {
    min-width: 29px;
    height: 28px;
    font-size: 11px;
    font-weight: 600;
    padding: 0 5px;
    line-height: 26px;
    border-radius: 4px;
  }
  .header-actions .header-cart-btn {
    grid-area: cart;
    width: 32px;
    height: 32px;
  }
  .header-actions .header-cart-icon {
    width: 17px;
    height: 17px;
  }
  .header-actions .cart-count-badge {
    min-width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 9px;
    top: -5px;
    right: -5px;
  }
  .header-actions .header-social {
    grid-area: social;
    display: flex;
    gap: 10px;
    border-left: none !important;
    padding-left: 0 !important;
    justify-content: flex-start;
    align-items: center;
  }
  .header-actions .header-social a {
    width: 28px;
    height: 28px;
  }
  .header-actions .header-social svg {
    width: 14px;
    height: 14px;
  }
  .header-actions .menu-button {
    grid-area: burger;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid var(--border, #d2d4cc);
    border-radius: 6px;
    background: transparent;
    color: #242722;
    cursor: pointer;
    margin-left: 4px;
  }
  .header-actions .menu-button svg {
    width: 24px;
    height: 24px;
  }
  .nav {
    display: none;
  }
  .nav.is-open {
    display: flex;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #faf9f6;
    flex-direction: column;
    align-items: stretch;
    padding: 20px 6%;
    gap: 0;
    box-shadow: 0 12px 20px #0001;
    z-index: 999;
  }
  .nav a {
    padding: 15px 0;
    border-bottom: 3px solid transparent;
    font-size: 16px;
  }
  .hero {
    min-height: 575px;
  }
  .hero-image {
    object-position: 65% center;
  }
  .hero-shade {
    background: linear-gradient(90deg, #181c17d9, #171b1670 65%, #171b1630);
  }
  .hero-content {
    padding: 63px 6% 40px;
  }
  .hero h1 {
    font-size: 61px;
    letter-spacing: -2px;
    margin-top: 24px;
  }
  .hero p {
    font-size: 12px;
    max-width: 330px;
  }
  .hero-buttons {
    align-items: flex-start;
    flex-direction: column;
    gap: 13px;
    margin-top: 29px;
  }
  .hero-foot {
    margin-top: 33px;
  }
  .hero-note {
    display: none;
  }
  .hero .eyebrow {
    font-size: 8px;
  }
  .benefits {
    grid-template-columns: 1fr 1fr;
    padding: 25px 6%;
    gap: 24px 18px;
  }
  .benefits svg {
    width: 23px;
  }
  .benefits small {
    line-height: 1.5;
  }
  .section {
    padding: 50px 6%;
  }
  .section-heading {
    align-items: flex-start;
    gap: 15px;
  }
  .section-heading h2 {
    font-size: 33px;
  }
  .section-heading > .link-arrow {
    font-size: 9px;
    white-space: nowrap;
    gap: 5px;
    margin-top: 25px;
  }
  .category-grid {
    grid-template-columns: 1fr 1fr;
    gap: 27px 14px;
  }
  .category-image {
    height: 185px;
  }
  .category-image img {
    width: 82%;
  }
  .category-number {
    top: 12px;
    left: 12px;
    font-size: 8px;
  }
  .category-label {
    gap: 5px;
    margin-top: 12px;
  }
  .category-label h3 {
    font-size: 13px;
    line-height: 1.3;
  }
  .category-label p {
    font-size: 9px;
    line-height: 1.5;
  }
  .circle-arrow {
    width: 26px;
    height: 26px;
    min-width: 26px;
  }
  .circle-arrow svg {
    width: 14px;
  }
  .product-grid {
    grid-template-columns: 1fr 1fr;
    gap: 25px 14px;
  }
  .product-image {
    height: 190px;
  }
  .product-image > span:first-child {
    left: 10px;
    top: 10px;
    font-size: 7px;
  }
  .product-card h3 {
    font-size: 13px;
  }
  .product-card p {
    font-size: 9px;
  }
  .product-card strong {
    font-size: 12px;
  }
  .products .section-heading > .muted {
    display: none;
  }
  .filters {
    gap: 7px;
  }
  .filters button {
    font-size: 9px;
    padding: 0 10px;
    min-height: 32px;
  }
  .about,
  .aveluks-category-slider .slider-slide {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .about-visual {
    height: 340px;
  }
  .slider-footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .about-copy h2 {
    font-size: 40px;
  }
  .about-copy > p:not(.eyebrow) {
    font-size: 12px;
  }
  .service {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .service h2 {
    font-size: 40px;
  }
  .contacts {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .contacts h2 {
    font-size: 40px;
  }
  .contact-map {
    height: 260px;
    margin-top: 25px;
  }
  .map-card {
    grid-template-columns: auto 1fr;
    right: 12px;
    left: 12px;
    bottom: 12px;
  }
  .map-card > a {
    grid-column: 1/-1;
    justify-content: center;
  }
  .contact-links > a {
    font-size: 16px;
  }
  footer {
    flex-wrap: wrap;
    padding: 27px 6%;
    gap: 24px;
  }
  footer .logo {
    width: 100%;
  }
  footer > span,
  footer > a:not(.logo) {
    font-size: 8px;
  }
  .searchbar {
    flex-wrap: wrap;
    gap: 10px;
  }
  .searchbar > input {
    min-width: 200px;
  }
  .searchbar > a {
    margin-left: 29px;
    font-size: 11px;
  }
  .product-dialog {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    padding: 24px !important;
    max-height: 90vh;
    overflow-y: auto;
    max-width: 440px !important;
  }
  .detail-image {
    height: 200px;
  }
  .product-dialog > div > h2 {
    font-size: 27px;
  }
  .product-dialog .detail-price {
    margin: 14px 0;
  }
  .consult-dialog {
    padding: 26px !important;
    max-height: 90vh;
    overflow-y: auto;
  }
  .consult-dialog h2 {
    font-size: 27px;
  }
}
@media (max-width: 380px) {
  .logo > span {
    font-size: 18px;
  }
  .header-actions {
    gap: 3px;
  }
  .hero h1 {
    font-size: 53px;
  }
  .hero p {
    font-size: 11px;
  }
  .category-image {
    height: 150px;
  }
  .product-image {
    height: 155px;
  }
  .circle-arrow {
    display: none;
  }
  .hero-content {
    padding-top: 53px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
  }
}

/* The intertwined A/V mark is cropped from the original artwork on aveluks.lv. */
.header .logo img {
  display: block;
  width: 43px;
  height: 44px;
  object-fit: contain;
}
footer .logo img {
  display: block;
  width: 33px;
  height: 34px;
  object-fit: contain;
}
@media (max-width: 760px) {
  .header .logo img {
    width: 35px;
    height: 37px;
  }
}
@media (max-width: 380px) {
  .header .logo img {
    width: 31px;
    height: 33px;
  }
}

/* AVELON 00 product page */
.product-page {
  background: #faf9f6;
}
.contact-page {
  background: #faf9f6;
}
.contact-header .nav a[aria-current='page'] {
  color: var(--primary);
}
.contact-hero {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 9%;
  padding-top: 74px;
  padding-bottom: 88px;
  background: #242722;
  color: #f7f5ef;
  box-shadow: 0 0 0 100vmax #242722;
  clip-path: inset(0 -100vmax);
}
.contact-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 55px;
  color: #b9bbae;
  font-size: 12px;
}
.contact-hero .eyebrow { color: #c9825e; }
.contact-hero h1 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(52px, 6vw, 94px);
  font-weight: 400;
  line-height: .92;
  letter-spacing: -4px;
  margin: 19px 0 30px;
}
.contact-hero h1 em { color: #c9825e; font-weight: 400; }
.contact-hero-copy > p:last-child {
  max-width: 590px;
  color: #c8c9c1;
  font-size: 16px;
  line-height: 1.75;
}
.contact-primary { border-top: 1px solid #50534c; align-self: end; }
.contact-primary > a {
  min-height: 112px;
  display: grid;
  grid-template-columns: 50px 1fr auto;
  grid-template-rows: 1fr 1fr;
  column-gap: 18px;
  align-items: center;
  border-bottom: 1px solid #50534c;
  padding: 20px 6px;
}
.contact-primary > a:hover { color: #d28a65; }
.contact-primary > a > span { grid-row: 1 / 3; width: 46px; height: 46px; border: 1px solid #5b5e55; border-radius: 50%; display: grid; place-items: center; }
.contact-primary small { align-self: end; color: #8f9387; font-size: 12px; }
.contact-primary strong { align-self: start; font-size: clamp(17px, 2vw, 24px); font-weight: 400; }
.contact-primary > a > svg { grid-column: 3; grid-row: 1 / 3; }
.contact-location {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 7%;
  padding-top: 96px;
  padding-bottom: 96px;
  background: var(--background);
  box-shadow: 0 0 0 100vmax var(--background);
  clip-path: inset(0 -100vmax);
}
.contact-map-large { height: 570px; position: relative; background: #e5e5dc; overflow: hidden; }
.contact-map-large iframe { width: 100%; height: 100%; border: 0; filter: grayscale(1) contrast(.9); }
.route-button { position: absolute; left: 24px; bottom: 24px; display: flex; align-items: center; gap: 12px; padding: 16px 20px; background: #faf9f6; font-size: 13px; box-shadow: 0 10px 35px #24272224; }
.route-button svg:last-child { margin-left: 12px; }
.location-copy { align-self: center; }
.location-copy h2, .company-details h2, .contact-bottom h2 { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; }
.location-copy h2 { font-size: clamp(34px, 4vw, 54px); line-height: 1.08; letter-spacing: -2px; margin: 18px 0 48px; }
.location-note { display: grid; grid-template-columns: 38px 1fr; gap: 14px; padding: 22px 0; border-top: 1px solid var(--border); }
.location-note > svg { color: var(--primary); }
.location-note strong { font-size: 12px; text-transform: uppercase; letter-spacing: 1px; }
.location-note p { font-size: 15px; margin: 8px 0 4px; }
.location-note small { color: #777b70; font-size: 12px; }
.arrival-guide { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 28px; padding-top: 96px; padding-bottom: 96px; background: #242722; color: #f5f3ec; box-shadow: 0 0 0 100vmax #242722; clip-path: inset(0 -100vmax); }
.arrival-guide-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 9%; align-items: end; margin-bottom: 48px; }
.arrival-guide-heading { grid-column: 1 / -1; }
.arrival-guide-heading .eyebrow { color: #d28a65; }
.arrival-guide-heading h2 { font-family: Georgia, 'Times New Roman', serif; font-size: clamp(38px, 4.6vw, 64px); font-weight: 400; line-height: 1.04; letter-spacing: -2px; margin-top: 17px; }
.arrival-guide-heading > p { max-width: 470px; color: #b9bbb2; font-size: 15px; line-height: 1.7; }
.route-scheme { margin: 0; }
.route-scheme-crop { width: 100%; aspect-ratio: 1.72 / 1; overflow: hidden; background: #fff; }
.route-scheme-crop img { display: block; width: 100%; height: auto; }
.route-scheme figcaption { color: #9da096; font-size: 12px; line-height: 1.5; margin-top: 12px; }
.media-preview { position: relative; display: block; padding: 0; border: 0; color: #fff; text-align: left; }
.media-preview::after { content: ''; position: absolute; inset: 0; background: #171a1666; opacity: 0; transition: opacity .2s; }
.media-preview:hover::after, .media-preview:focus-visible::after { opacity: 1; }
.media-preview > span { position: absolute; z-index: 1; left: 22px; bottom: 20px; display: flex; align-items: center; gap: 9px; font-size: 12px; opacity: 0; transform: translateY(5px); transition: opacity .2s, transform .2s; }
.media-preview:hover > span, .media-preview:focus-visible > span { opacity: 1; transform: translateY(0); }
.media-preview > span svg { width: 18px; }
.route-video { width: 100%; aspect-ratio: 16 / 9; overflow: hidden; background: #111 url('/images/route-video-thumb.webp') center center / cover no-repeat; }
.route-video .video-play { left: 50%; bottom: 50%; padding: 14px 20px; border-radius: 999px; background: #b25b36; font-size: 13px; opacity: 1; transform: translate(-50%, 50%); white-space: nowrap; }
.route-video:hover .video-play, .route-video:focus-visible .video-play { transform: translate(-50%, 50%) scale(1.04); }
.route-media-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}
.route-media-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(4px);
}
.route-media-dialog {
  position: relative;
  z-index: 2;
  width: min(1120px, calc(100vw - 32px));
  max-width: none;
  padding: 0;
  overflow: hidden;
  border-radius: 4px;
  background: #111;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
}
.route-media-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 10;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #faf9f6;
  color: #252623;
  border: 0;
  cursor: pointer;
  transition: transform 0.15s ease;
}
.route-media-close:hover {
  transform: scale(1.08);
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.route-dialog-scheme { aspect-ratio: 1.72 / 1; overflow: hidden; background: #fff; }
.route-dialog-scheme img { display: block; width: 100%; height: auto; }
.route-dialog-video { aspect-ratio: 16 / 9; }
.route-dialog-video iframe { display: block; width: 100%; height: 100%; border: 0; }
.company-details { display: grid; grid-template-columns: .7fr 1.3fr; gap: 9%; background: #efeee8; padding-top: 92px; padding-bottom: 92px; }
.company-details h2 { font-size: clamp(38px, 4vw, 58px); margin: 18px 0 16px; }
.company-details > div > p:last-child { color: #777b70; line-height: 1.7; }
.details-list { margin: 0; }
.details-list > div { display: grid; grid-template-columns: minmax(150px, .8fr) 1fr; gap: 24px; align-items: center; min-height: 68px; border-top: 1px solid #d1d1c8; }
.details-list > div:last-child { border-bottom: 1px solid #d1d1c8; }
.details-list dt { color: #73766d; font-size: 12px; }
.details-list dd { margin: 0; font-size: 14px; overflow-wrap: anywhere; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.details-list button { display: inline-flex; align-items: center; gap: 7px; border: 0; background: transparent; color: #777b70; font-size: 11px; padding: 8px 10px; cursor: pointer; flex-shrink: 0; }
.details-list button:hover { color: var(--primary); }
.cc-link { padding: 8px 6px; display: inline-block; min-height: 44px; min-width: 44px; line-height: 28px; }
.contact-bottom { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; padding-top: 62px; padding-bottom: 62px; }
.contact-bottom > svg { width: 48px; height: 48px; color: var(--primary); stroke-width: 1.2; }
.contact-bottom h2 { font-size: clamp(30px, 4vw, 46px); margin-top: 9px; }
@media (max-width: 850px) {
  .contact-hero, .contact-location, .company-details { grid-template-columns: 1fr; }
  .contact-primary { margin-top: 54px; }
  .contact-location, .company-details { gap: 52px; }
  .contact-map-large { height: 440px; }
  .details-list > div { grid-template-columns: 1fr; gap: 6px 0; padding: 14px 0; }
  .details-list dt { grid-column: auto; }
  .arrival-guide-heading { grid-template-columns: 1fr; gap: 24px; }
}
@media (max-width: 700px) {
  .arrival-guide { grid-template-columns: 1fr; gap: 20px; }
  .arrival-guide-heading { grid-column: auto; }
}
@media (max-width: 560px) {
  .contact-hero { padding-top: 42px; padding-bottom: 58px; }
  .contact-back { margin-bottom: 40px; }
  .contact-hero h1 { font-size: 50px; letter-spacing: -2.5px; }
  .contact-primary > a { grid-template-columns: 44px 1fr auto; }
  .contact-map-large { height: 360px; }
  .route-button { left: 14px; right: 14px; bottom: 14px; justify-content: center; }
  .arrival-guide { padding-top: 64px; padding-bottom: 64px; }
  .arrival-guide-heading { margin-bottom: 32px; }
  .arrival-guide-heading h2 { font-size: 38px; letter-spacing: -1.5px; }
  .route-scheme { margin-bottom: 0; }
  .route-scheme figcaption { font-size: 11px; }
  .contact-bottom { grid-template-columns: auto 1fr; }
  .contact-bottom .cta { grid-column: 1 / 3; justify-content: center; }
}
.product-header {
  border-bottom: 1px solid var(--border);
}
.product-breadcrumb {
  height: 58px;
  padding: 0 6.5%;
  display: flex;
  align-items: center;
  gap: 11px;
  color: #8a8c83;
  font-size: 11px;
  border-bottom: 1px solid var(--border);
}
.product-breadcrumb a {
  display: flex;
  align-items: center;
  gap: 7px;
}
.product-breadcrumb a:hover {
  color: var(--primary);
}
.product-hero-section {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(380px, 0.85fr);
  min-height: 670px;
}
.product-gallery {
  padding: 42px 4.5% 48px 6.5%;
  background: #efeee8;
}
.product-main-image {
  height: 500px;
  background: #faf9f6;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.product-main-image > img {
  width: 84%;
  height: 88%;
  object-fit: contain;
}
.product-index {
  position: absolute;
  top: 21px;
  left: 23px;
  font-size: 9px;
  letter-spacing: 2px;
  color: #818579;
}
.product-thumbs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  margin-top: 12px;
}
.product-thumbs button {
  height: 76px;
  padding: 5px;
  border: 1px solid transparent;
  background: #faf9f6;
  opacity: 0.58;
}
.product-thumbs button.active {
  border-color: #a85c3c;
  opacity: 1;
}
.product-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.product-summary {
  padding: 65px 8% 72px 10%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.product-summary > .eyebrow {
  color: #828670;
}
.product-summary h1 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(45px, 4.4vw, 68px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -2px;
  margin: 23px 0;
}
.product-summary h1 em {
  font-style: normal;
  color: #a85031;
}
.product-lead {
  font-size: 14px;
  line-height: 1.75;
  color: #777a70;
  max-width: 510px;
}
.stock {
  display: grid;
  grid-template-columns: 9px 1fr;
  column-gap: 9px;
  margin-top: 25px;
  align-items: center;
}
.stock > span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #75805e;
}
.stock strong {
  font-size: 12px;
  font-weight: 600;
}
.stock small {
  grid-column: 2;
  font-size: 9px;
  color: #92948b;
  margin-top: 5px;
}
.product-price {
  display: flex;
  align-items: end;
  gap: 14px;
  width: 100%;
  padding: 25px 0 21px;
  border-bottom: 1px solid var(--border);
}
.product-price strong {
  font-family: Georgia, serif;
  font-size: 34px;
  font-weight: 400;
}
.product-price span {
  font-size: 9px;
  color: #8c8e84;
  padding-bottom: 5px;
}
.product-option-label {
  font-size: 10px;
  letter-spacing: 1px;
  margin: 21px 0 9px;
}
.product-select {
  position: relative;
  width: 100%;
}
.product-select select {
  appearance: none;
  width: 100%;
  height: 48px;
  border: 1px solid var(--border);
  background: #faf9f6;
  padding: 0 45px 0 14px;
  font: inherit;
  font-size: 11px;
}
.product-select svg {
  position: absolute;
  right: 14px;
  top: 15px;
  width: 17px;
  pointer-events: none;
}
.product-order {
  width: 100%;
  justify-content: space-between;
  margin-top: 17px;
}
.product-call {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 18px;
  font-size: 11px;
  border-bottom: 1px solid #babdb1;
  padding-bottom: 5px;
  flex-wrap: wrap;
  row-gap: 5px;
}
.product-call a {
  font-weight: 600;
}
.product-call a:hover {
  color: var(--primary);
}
.product-benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #282c25;
  color: #f4f2eb;
  padding: 29px 6.5%;
}
.product-benefits div {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 7px 26px;
  border-right: 1px solid #4b5044;
}
.product-benefits div:first-child {
  padding-left: 0;
}
.product-benefits div:last-child {
  border-right: 0;
}
.product-benefits span {
  font-size: 9px;
  color: #c09475;
}
.product-benefits strong {
  font-size: 12px;
  font-weight: 500;
}
.product-story {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 13%;
  padding-top: 92px;
  padding-bottom: 92px;
}
.product-story h2 {
  font-size: 48px;
}
.product-copy {
  font-size: 14px;
  line-height: 1.9;
  color: #6f7368;
}
.product-copy p + p {
  margin-top: 18px;
}
.product-copy ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  list-style: none;
  padding: 26px 0 0;
  margin: 29px 0 0;
  border-top: 1px solid var(--border);
}
.product-copy li {
  font-size: 10px;
  line-height: 1.45;
  color: #363932;
}
.product-copy li svg {
  display: block;
  width: 17px;
  color: #a85031;
  margin-bottom: 12px;
}
.product-specs {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 12%;
  background: #eeeee7;
}
.product-specs-heading h2 {
  font-size: 47px;
}
.product-specs-heading > p:last-child {
  font-size: 12px;
  line-height: 1.75;
  color: #787c70;
  margin-top: 19px;
  max-width: 330px;
}
.product-specs dl {
  margin: 0;
}
.product-specs dl > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding: 13px 0;
  border-bottom: 1px solid #d5d6cc;
  font-size: 11px;
}
.product-specs dt {
  color: #797d70;
}
.product-specs dd {
  margin: 0;
  font-weight: 600;
}
.airflow {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 11%;
  align-items: center;
}
.airflow h2 {
  font-size: 48px;
}
.airflow p:not(.eyebrow) {
  font-size: 13px;
  line-height: 1.8;
  color: #74776e;
  margin-top: 22px;
}
.airflow img {
  width: 100%;
  max-height: 410px;
  object-fit: contain;
  background: #f0efe9;
}

/* Full-width section backgrounds with content held inside the 1480px site container. */
.topbar,
.benefits,
.catalog,
.about,
.service,
.contacts,
footer,
.company-details,
.contact-bottom,
.product-breadcrumb,
.product-hero-section,
.product-benefits,
.product-story,
.product-specs,
.airflow,
.site-footer,
.order-hero,
.order-process,
.order-note,
.order-receive,
.sauna-intro,
.sauna-catalog,
.sauna-help,
.general-catalog {
  position: relative;
  isolation: isolate;
}
.topbar::before,
.header::before,
.benefits::before,
.catalog::before,
.about::before,
.service::before,
.contacts::before,
footer::before,
.site-footer::before,
.company-details::before,
.contact-bottom::before,
.product-breadcrumb::before,
.product-hero-section::before,
.product-benefits::before,
.product-story::before,
.product-specs::before,
.airflow::before,
.order-hero::before,
.order-process::before,
.order-note::before,
.order-receive::before,
.sauna-intro::before,
.sauna-catalog::before,
.sauna-help::before,
.general-catalog::before {
  content: '';
  position: absolute;
  inset-block: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  z-index: -1;
}
.topbar::before { background: #242722; }
.header::before,
.catalog::before,
.about::before,
.contact-bottom::before,
.product-breadcrumb::before,
.product-story::before,
.airflow::before,
.sauna-intro::before,
.general-catalog::before { background: var(--background); }
.benefits::before { background: #f1f0ea; }
.service::before { background: #e9eade; }
.contacts::before,
.product-benefits::before,
.sauna-help::before { background: #282c25; }
.contacts::before,
.sauna-help::before { bottom: -4px !important; }
.sauna-catalog::before { background: #efeee8; }
footer::before,
.site-footer::before { background: #1f241f; }
.company-details::before { background: #efeee8; }
.order-hero::before { background: #20241f; }
.order-process::before { background: #f6f4ee; }
.order-note::before { background: #a9492a; }
.order-receive::before { background: #f6f4ee; }

.order-page {
  background: transparent !important;
}
.order-hero,
.order-process,
.order-note,
.order-receive {
  background: transparent !important;
  padding-left: 5.2%;
  padding-right: 5.2%;
}
@media (max-width: 600px) {
  .order-hero,
  .order-process,
  .order-note,
  .order-receive {
    padding-left: 6%;
    padding-right: 6%;
  }
}
.product-hero-section::before {
  background: linear-gradient(
    90deg,
    #efeee8 0 calc(50% + min(7.5vw, 111px)),
    var(--background) calc(50% + min(7.5vw, 111px))
  );
}
.product-specs::before { background: #eeeee7; }

/* EAA / WCAG AA contrast: readable secondary text and perceivable controls. */
.benefits svg,
.benefits small,
.section .eyebrow,
.category-number,
.category-label p,
.muted,
.product-image > span:first-child,
.product-card p,
.price-note,
.about-visual > span,
.about-copy > p:not(.eyebrow),
.step > span,
.step p,
.detail-note,
.product-breadcrumb,
.product-index,
.product-summary > .eyebrow,
.product-lead,
.stock small,
.product-price span,
.product-copy,
.product-specs-heading > p:last-child,
.product-specs dt,
.airflow p:not(.eyebrow),
.location-note small,
.company-details > div > p:last-child,
.details-list dt,
.details-list button,
.product-card-meta,
.product-card-description {
  color: #62665c;
}

.contact-primary small {
  color: #b9bbb2;
}

/* Sauna stove catalogue */
.sauna-page { background: var(--background); }
.sauna-intro { padding-top: 58px; padding-bottom: 76px; }
.sauna-back { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 62px; color: #62665c; font-size: 13px; font-weight: 600; }
.sauna-back:hover { color: var(--primary); }
.sauna-intro-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 10%; align-items: end; }
.sauna-intro .eyebrow, .sauna-help .eyebrow { color: var(--primary); font-size: 12px; letter-spacing: 2px; font-weight: 700; }
.sauna-intro h1 { max-width: 820px; margin-top: 20px; font: 400 clamp(46px, 5.4vw, 78px)/.98 Georgia, serif; letter-spacing: -3px; }
.sauna-intro-grid > p { max-width: 520px; color: #62665c; font-size: 16px; line-height: 1.75; }
.sauna-catalog { padding-top: 44px; padding-bottom: 96px; background: #efeee8; }
.sauna-toolbar { display: grid; grid-template-columns: .75fr repeat(3, minmax(0, 1fr)) auto; gap: 18px; align-items: end; padding-bottom: 28px; border-bottom: 1px solid var(--border); }
.sauna-filter-title { align-self: center; display: flex; align-items: center; gap: 12px; font-size: 15px; font-weight: 700; }
.sauna-toolbar label { display: grid; gap: 8px; color: #62665c; font-size: 12px; font-weight: 600; }
.sauna-toolbar select { height: 48px; min-width: 190px; padding: 0 42px 0 14px; border: 1px solid var(--border); background: #faf9f6; color: var(--foreground); font: inherit; font-size: 14px; }
.sauna-reset { height: 48px; padding: 0 18px; border: 1px solid var(--border); background: transparent; font-size: 13px; font-weight: 600; }
.sauna-reset:hover { border-color: var(--primary); color: var(--primary); }
.sauna-results { display: flex; justify-content: space-between; padding: 25px 0 18px; color: #62665c; font-size: 12px; font-weight: 600; }
.sauna-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 34px 22px; }
.sauna-card { position: relative; padding: 0; border: 0; background: transparent; color: inherit; text-align: left; display: block; text-decoration: none; }
.sauna-card-index { position: absolute; z-index: 1; top: 18px; left: 18px; color: #62665c; font-size: 12px; letter-spacing: 2px; }
.sauna-card-image { display: grid; place-items: center; height: 350px; overflow: hidden; background: #faf9f6; }
.sauna-card-image img { width: 82%; height: 86%; object-fit: contain; mix-blend-mode: multiply; transition: transform .35s; }
.sauna-card:hover .sauna-card-image img { transform: scale(1.055); }
.sauna-card-copy { padding-top: 18px; }
.sauna-card-volume { color: var(--primary); font-size: 12px; font-weight: 700; letter-spacing: .7px; }
.sauna-card h2 { min-height: 50px; margin: 9px 0 18px; font-size: 17px; line-height: 1.45; font-weight: 600; }
.sauna-card-copy > div { display: flex; align-items: center; justify-content: space-between; }
.sauna-card strong { font: 400 23px Georgia, serif; }
.sauna-card:hover .circle-arrow { background: var(--primary); border-color: var(--primary); color: #fff; }
.sauna-help { display: grid; grid-template-columns: 1fr 1fr; gap: 12%; padding-top: 92px; padding-bottom: 92px; background: #242722; color: #f7f5ef; margin-bottom: -2px !important; }
.sauna-help h2 { margin-top: 17px; font: 400 clamp(38px,4vw,58px)/1.05 Georgia,serif; letter-spacing: -2px; }
.sauna-help > div:last-child { display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; }
.sauna-help p { max-width: 510px; color: #c8c9c1; font-size: 15px; line-height: 1.75; }
.sauna-help .cta { margin-top: 28px; }
.sauna-dialog { width: min(880px,calc(100vw - 32px)); max-width: none; grid-template-columns: 1fr 1fr; gap: 36px; padding: 36px; }
.sauna-dialog-image { display: grid; place-items: center; min-height: 410px; background: #efeee8; }
.sauna-dialog-image img { width: 88%; height: 380px; object-fit: contain; mix-blend-mode: multiply; }
.sauna-dialog [data-slot='dialog-title'] { padding-right: 28px; font: 400 34px/1.15 Georgia,serif; }
.sauna-dialog [data-slot='dialog-description'] { margin-top: 16px; color: #62665c; font-size: 14px; line-height: 1.6; }
.sauna-dialog ul { list-style: none; display: grid; gap: 11px; padding: 22px 0; margin: 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.sauna-dialog li { display: flex; align-items: center; gap: 10px; font-size: 14px; }
.sauna-dialog li svg { color: var(--primary); }
.sauna-dialog-price { display: block; margin: 23px 0; font: 400 30px Georgia,serif; }

@media (min-width: 761px) and (max-width: 900px) {
  .topbar > span {
    display: none;
  }
  .topbar-phones {
    left: 5.2%;
    transform: none;
  }
}
@media (max-width: 900px) {
  .sauna-intro-grid, .sauna-help { grid-template-columns: 1fr; gap: 35px; }
  .sauna-toolbar { grid-template-columns: 1fr 1fr; }
  .sauna-filter-title, .sauna-reset { grid-column: 1 / 3; }
  .sauna-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 620px) {
  .sauna-intro { padding-top: 38px; padding-bottom: 50px; }
  .sauna-back { margin-bottom: 42px; }
  .sauna-intro h1 { font-size: 44px; letter-spacing: -2px; }
  .sauna-toolbar, .sauna-grid, .sauna-dialog { grid-template-columns: 1fr; }
  .sauna-filter-title, .sauna-reset { grid-column: auto; }
  .sauna-card-image { height: 320px; }
  .sauna-dialog { max-height: 90vh; overflow-y: auto; padding: 24px; }
  .sauna-dialog-image { min-height: 300px; }
  .sauna-dialog-image img { height: 280px; }
}
.hero {
  position: relative;
  min-height: 568px;
  background: #22231e;
  color: #fff;
  overflow: visible;
}
.hero-picture {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 56%;
}
.hero-shade {
  position: absolute;
  inset-block: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background: linear-gradient(
    90deg,
    rgba(15, 19, 15, 0.75),
    rgba(15, 19, 15, 0.3) 46%,
    transparent 74%
  );
  pointer-events: none;
}
@media (max-width: 900px) {
  .product-hero-section {
    grid-template-columns: 1fr;
  }
  .product-summary {
    padding: 50px 6.5%;
  }
  .product-benefits {
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }
  .product-benefits div:nth-child(2) {
    border-right: 0;
  }
  .product-benefits div {
    padding: 14px 10px;
    border-bottom: 1px solid #4b5044;
  }
  .product-story,
  .product-specs,
  .airflow {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .product-copy ul {
    grid-template-columns: 1fr 1fr;
  }
  .product-main-image {
    height: 440px;
  }
}
@media (max-width: 600px) {
  .topbar {
    justify-content: center;
  }
  .topbar-phones {
    font-size: 10.5px;
    gap: 10px;
  }
  .product-breadcrumb {
    overflow: hidden;
    white-space: nowrap;
    font-size: 9px;
  }
  .product-hero-section {
    min-height: 0;
  }
  .product-gallery {
    padding: 24px 5%;
  }
  .product-main-image {
    height: 355px;
  }
  .product-thumbs {
    gap: 5px;
  }
  .product-thumbs button {
    height: 57px;
  }
  .product-summary {
    padding: 42px 6%;
  }
  .product-summary h1 {
    font-size: 48px;
  }
  .product-lead {
    font-size: 12px;
  }
  .product-benefits {
    padding: 22px 6%;
  }
  .product-benefits div {
    gap: 10px;
  }
  .product-benefits strong {
    font-size: 10px;
  }
  .product-story,
  .product-specs,
  .airflow {
    padding-top: 58px;
    padding-bottom: 58px;
  }
  .product-story h2,
  .product-specs-heading h2,
  .airflow h2 {
    font-size: 38px;
  }
  .product-copy {
    font-size: 12px;
  }
  .product-copy ul {
    grid-template-columns: 1fr;
  }
  .product-specs dl > div {
    font-size: 10px;
  }
  .airflow {
    gap: 25px;
  }
}

/* High-contrast order-page overrides, kept last to win shared section styles. */
.order-page .order-note .eyebrow {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .12em;
  line-height: 1.5;
}
.order-page .order-note p {
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 500;
}
.order-page .order-note .cta {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  padding: 14px 20px;
}
.order-page .order-receive .eyebrow {
  color: #4d514a;
  font-size: .875rem;
  font-weight: 700;
}

/* Delivery page */
.delivery-page { background: transparent !important; color: #1f241f; }
.delivery-page .section { width: 100%; padding-left: 5.2%; padding-right: 5.2%; box-sizing: border-box; }
.delivery-hero { background:#fbfaf6; padding-top:64px; padding-bottom:92px; }
.delivery-hero-grid { display:grid; grid-template-columns:1.25fr .75fr; gap:80px; align-items:end; margin-top:64px; }
.delivery-hero h1,.delivery-heading h2,.delivery-flow h2,.delivery-cta h2 { font-family:var(--font-display); font-weight:400; letter-spacing:-.035em; }
.delivery-hero h1 { max-width:760px; margin:16px 0 0; font-size:clamp(52px,5.3vw,88px); line-height:.96; }
.delivery-hero-grid>p { max-width:480px; margin:0 0 8px; color:#545a52; font-size:18px; line-height:1.7; }
.delivery-options { background:#efeee8; padding-top:90px; padding-bottom:100px; }
.delivery-heading { display:flex; align-items:end; justify-content:space-between; gap:30px; margin-bottom:44px; }
.delivery-heading h2 { margin:8px 0 0; font-size:clamp(42px,4vw,64px); }
.delivery-cards { display:grid; grid-template-columns:1fr 1fr; gap:24px; }
.delivery-card { position:relative; display:flex; flex-direction:column; min-height:560px; padding:42px; background:#fbfaf6; border:1px solid #c8c7c0; }
.delivery-card-accent { background:#20251f; border-color:#20251f; color:#fff; }
.delivery-card-icon { display:grid; place-items:center; width:58px; height:58px; margin-bottom:42px; border:1px solid currentColor; border-radius:50%; }
.delivery-card-icon svg { width:25px; height:25px; }
.delivery-card-kicker { margin:0 0 12px!important; color:#a93f22!important; font-size:14px!important; font-weight:800!important; letter-spacing:.14em; }
.delivery-card-accent .delivery-card-kicker { color:#f29a75!important; }
.delivery-card h3 { max-width:560px; margin:0 0 18px; font-family:var(--font-display); font-size:clamp(32px,3vw,50px); font-weight:400; line-height:1.05; }
.delivery-card>p:not(.delivery-card-kicker) { max-width:580px; margin:0; color:#555b53; font-size:17px; line-height:1.65; }
.delivery-card-accent>p:not(.delivery-card-kicker) { color:#e7e8e3; }
.delivery-card dl { margin:34px 0; border-top:1px solid #d2d0c8; }
.delivery-card dl>div { display:grid; grid-template-columns:180px 1fr; gap:20px; padding:20px 0; border-bottom:1px solid #d2d0c8; }
.delivery-card dt { display:flex; align-items:center; gap:9px; color:#555b53; font-size:14px; font-weight:700; }
.delivery-card dt svg { width:18px; }
.delivery-card dd { margin:0; font-weight:700; }
.delivery-card>a { display:flex; align-items:center; justify-content:space-between; min-height:48px; margin-top:auto; padding:13px 0; border-bottom:2px solid currentColor; color:inherit; font-weight:700; }
.delivery-price { margin:34px 0 8px; }
.delivery-price strong { display:block; font-family:var(--font-display); font-size:64px; font-weight:400; }
.delivery-price span { color:#e7e8e3; font-size:15px; }
.delivery-card .delivery-card-note { margin-bottom:32px!important; }
.delivery-card .delivery-unloading-warning { width:100%; max-width:none!important; margin:18px 0 22px!important; padding:14px 16px; border:2px solid #f29a75; color:#fff!important; font-size:16px!important; font-weight:800!important; letter-spacing:.04em; line-height:1.4!important; }
.delivery-flow { background:#fbfaf6; display:grid; grid-template-columns:.75fr 1.25fr; gap:80px; padding-top:100px; padding-bottom:100px; }
.delivery-flow h2 { max-width:520px; margin:12px 0 0; font-size:clamp(42px,4vw,64px); line-height:1; }
.delivery-flow ol { list-style:none; margin:0; padding:0; border-top:1px solid #b9bbb4; }
.delivery-flow li { display:grid; grid-template-columns:48px 44px 1fr; gap:20px; align-items:start; padding:27px 0; border-bottom:1px solid #b9bbb4; }
.delivery-flow li>span { color:#a93f22; font-size:13px; font-weight:800; letter-spacing:.1em; }
.delivery-flow li>svg { color:#a93f22; }
.delivery-flow h3 { margin:0 0 7px; font-size:20px; }
.delivery-flow li p { margin:0; color:#555b53; font-size:16px; line-height:1.6; }
.delivery-cta { display:grid; grid-template-columns:1fr 1fr; gap:80px; background:#ae4528; color:#fff; padding-top:78px; padding-bottom:78px; }
.delivery-cta .eyebrow { color:#fff; }
.delivery-cta h2 { max-width:600px; margin:12px 0 0; font-size:clamp(40px,4vw,62px); line-height:1; }
.delivery-cta>div:last-child { display:flex; flex-direction:column; align-items:flex-start; justify-content:center; }
.delivery-cta p { max-width:540px; margin:0 0 26px; color:#fff; font-size:18px; line-height:1.65; }
.delivery-cta .cta { background:#20251f; color:#fff; font-size:16px; font-weight:700; }
.delivery-page a:focus-visible,.delivery-page button:focus-visible { outline:3px solid #a85031; outline-offset:4px; }
@media(max-width:900px){
 .delivery-hero-grid,.delivery-flow,.delivery-cta { grid-template-columns:1fr; gap:44px; }
 .delivery-cards { grid-template-columns:1fr; }
 .delivery-card { min-height:520px; }
}
@media(max-width:600px){
 .delivery-page .section { padding-left:6%; padding-right:6%; }
 .delivery-hero { padding-top:36px; padding-bottom:62px; }
 .delivery-hero-grid { margin-top:42px; }
 .delivery-hero h1 { font-size:43px; }
 .delivery-options,.delivery-flow { padding-top:64px; padding-bottom:64px; }
 .delivery-card { min-height:0; padding:28px 24px; }
 .delivery-card dl>div { grid-template-columns:1fr; gap:8px; }
 .delivery-price strong { font-size:52px; }
 .delivery-flow li { grid-template-columns:38px 32px 1fr; gap:12px; }
 .delivery-cta { padding-top:60px; padding-bottom:60px; }
}

/* News */
/* News */
.news-page { background: transparent !important; color:#20241f; }
.news-page .section { width:100%; padding-left:5.2%; padding-right:5.2%; box-sizing:border-box; }
.news-hero { background:#fbfaf6; padding-top:42px; padding-bottom:72px; }
.news-hero .sauna-back { margin-bottom:32px; }
.news-hero>div { display:grid; grid-template-columns:1.15fr .85fr; gap:80px; align-items:end; }
.news-hero>div { grid-template-rows:auto auto; row-gap:8px; }
.news-hero>div>p.eyebrow { grid-column:1; grid-row:1; margin:0; align-self:end; }
.news-hero>div>h1 { grid-column:1; grid-row:2; }
.news-hero>div>p.eyebrow~p:last-child { grid-column:2; grid-row:1 / span 2; align-self:end; }
.news-hero h1,.news-copy h2,.news-cta h2 { font-family:var(--font-display); font-weight:400; letter-spacing:-.035em; }
.news-hero h1 { max-width:760px; margin:12px 0 0; font-size:clamp(54px,5.5vw,88px); line-height:.96; }
.news-hero>div>p:last-child { margin:0; color:#535950; font-size:18px; line-height:1.7; }
.news-grid { background:#efeee8; padding-top:82px; padding-bottom:92px; }
.news-feature { display:grid; grid-template-columns:1.15fr .85fr; margin-bottom:28px; background:#20251f; color:#fff; }
.news-card { display:grid; grid-template-columns:.9fr 1.1fr; background:#fbfaf6; }
.news-image { min-height:460px; overflow:hidden; }
.news-image img { width:100%; height:100%; object-fit:cover; display:block; }
.news-copy { display:flex; flex-direction:column; align-items:flex-start; justify-content:center; padding:54px; }
.news-copy .eyebrow { color:#d96f48; }
.news-copy h2 { margin:12px 0 22px; font-size:clamp(36px,3.6vw,58px); line-height:1.02; }
.news-copy h2 a { color:inherit; text-decoration:none; }
.news-copy h2 a:hover { color:#d96f48; }
.news-copy>p:not(.eyebrow) { margin:0 0 18px; color:#d9dcd5; font-size:16px; line-height:1.7; }
.news-card .news-copy>p:not(.eyebrow) { color:#51574f; }
.news-copy>a { display:flex; align-items:center; gap:14px; margin-top:18px; padding-bottom:8px; border-bottom:2px solid currentColor; color:inherit; font-weight:700; text-decoration:none; }
.news-copy>a:hover { opacity:.85; }
.news-cta { display:flex; align-items:center; justify-content:space-between; gap:50px; background:#ae4528; color:#fff; padding-top:66px; padding-bottom:66px; }
.news-cta .eyebrow { color:#fff; }
.news-cta h2 { max-width:760px; margin:10px 0 0; font-size:clamp(40px,4vw,62px); line-height:1; }
.news-cta .cta { background:#20251f; color:#fff; font-weight:700; }

/* News Single Article View */
.news-article-hero { background:#fbfaf6; padding-top:42px; padding-bottom:48px; }
.news-article-hero .sauna-back { margin-bottom:28px; }
.news-article-header { max-width:980px; }
.news-article-header .eyebrow { color:#a33d21; font-size:13px; font-weight:700; letter-spacing:.12em; text-transform:uppercase; margin:0 0 12px; }
.news-article-header h1 { font-family:var(--font-display); font-weight:400; font-size:clamp(34px,4.2vw,58px); line-height:1.08; letter-spacing:-.03em; margin:0 0 20px; color:#1e241e; }
.news-article-meta { display:flex; flex-wrap:wrap; align-items:center; gap:20px; color:#60665e; font-size:14px; border-top:1px solid #dcded7; padding-top:18px; margin-top:24px; }
.news-article-meta span { display:inline-flex; align-items:center; gap:6px; }
.news-article-meta .badge { background:#ecebe5; color:#222621; font-size:12px; font-weight:700; padding:4px 10px; border-radius:3px; }

.news-article-media { background:#fbfaf6; padding-bottom:48px; }
.news-article-media-frame { max-width:1100px; margin:0 auto; overflow:hidden; border-radius:6px; box-shadow:0 8px 30px rgba(0,0,0,0.06); }
.news-article-media-frame img { width:100%; max-height:560px; object-fit:cover; display:block; }

.news-article-body { background:#fbfaf6; padding-bottom:80px; }
.news-article-content { max-width:880px; margin:0 auto; color:#383e37; font-size:18px; line-height:1.8; }
.news-article-content .article-lead { font-size:21px; line-height:1.65; color:#1b201a; font-weight:400; margin-bottom:32px; border-bottom:1px solid #dcded7; padding-bottom:28px; }
.news-article-content h2, .news-article-content h3 { font-family:var(--font-display); font-weight:400; letter-spacing:-.025em; color:#1e241e; margin:42px 0 16px; font-size:clamp(26px,2.5vw,36px); line-height:1.2; }
.news-article-content p { margin:0 0 22px; }
.news-article-content ol, .news-article-content ul { margin:0 0 24px; padding-left:26px; }
.news-article-content li { margin-bottom:10px; }
.news-article-content a { color:#a33d21; text-decoration:underline; text-underline-offset:3px; }
.news-article-content a:hover { color:#20251f; }

/* Interactive Gallery for parsed carousels */
.article-gallery { display:grid; grid-template-columns:repeat(auto-fit,minmax(250px,1fr)); gap:20px; margin:36px 0; }
.article-gallery-item { overflow:hidden; border-radius:6px; background:#efeee8; border:1px solid #d4d6cf; }
.article-gallery-item img { width:100%; height:230px; object-fit:cover; display:block; transition:transform .3s ease; }
.article-gallery-item:hover img { transform:scale(1.04); }

/* Editorial Callout */
.news-callout { background:#efeee8; border-left:4px solid #ae4528; padding:24px 30px; margin:36px 0; border-radius:0 6px 6px 0; }
.news-callout p { margin:0; font-size:17px; color:#222621; font-weight:500; line-height:1.6; }

/* Product cross-link banner */
.news-product-card { display:grid; grid-template-columns:140px 1fr auto; gap:28px; align-items:center; background:#20251f; color:#fff; padding:24px 32px; border-radius:6px; margin:48px 0; }
.news-product-card img { width:130px; height:auto; object-fit:contain; }
.news-product-card h3 { margin:0 0 6px; font-family:var(--font-display); font-size:22px; color:#fff; font-weight:400; }
.news-product-card p { margin:0; font-size:15px; color:#c7cbc3; line-height:1.5; }
.news-product-card .cta { background:#ae4528; color:#fff; font-weight:700; white-space:nowrap; padding:12px 24px; text-decoration:none; border-radius:4px; display:inline-flex; align-items:center; gap:8px; }
.news-product-card .cta:hover { background:#8f361d; }

/* Article footer navigation */
.news-article-footer-nav { background:#efeee8; padding-top:48px; padding-bottom:56px; border-top:1px solid #d4d6cf; }
.news-article-footer-nav-inner { display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:20px; }
.news-article-footer-nav a { display:inline-flex; align-items:center; gap:10px; font-weight:700; color:#20251f; text-decoration:none; }
.news-article-footer-nav a:hover { color:#ae4528; }

@media(max-width:900px){
  .news-hero>div,.news-feature,.news-card{grid-template-columns:1fr}
  .news-hero>div>p.eyebrow,.news-hero>div>h1,.news-hero>div>p.eyebrow~p:last-child{grid-column:1;grid-row:auto}
  .news-card .news-image{order:0}
  .news-image{min-height:350px}
  .news-cta{align-items:flex-start;flex-direction:column}
  .news-product-card{grid-template-columns:1fr;text-align:left}
}
@media(max-width:600px){
  .news-page .section{padding-left:6%;padding-right:6%}
  .news-hero{padding-top:28px;padding-bottom:48px}
  .news-hero h1{font-size:45px}
  .news-copy{padding:34px 24px}
  .news-image{min-height:280px}
  .news-grid{padding-top:52px;padding-bottom:58px}
  .news-article-header h1{font-size:32px}
  .news-article-content{font-size:16px}
  .news-article-content .article-lead{font-size:18px}
}

/* Contact information now lives in the shared footer on every page. */
.contacts { display:none; }

/* Expandable site footer */
.site-footer { display:block; max-width:none; padding:0; background:#1f241f; color:#fff; }
.site-footer-inner { max-width:1480px; margin:auto; padding:64px 7%; display:grid; grid-template-columns:1.25fr .7fr .9fr; gap:72px; align-items:start; }
.site-footer .logo,
.site-footer .logo > span,
.site-footer .logo small {
  color: #ffffff !important;
  align-self: start;
  text-decoration: none !important;
  transition: color 0.2s ease;
}
.site-footer .logo:hover,
.site-footer .logo:focus,
.site-footer .logo:active,
.site-footer .logo:hover > span,
.site-footer .logo:focus > span,
.site-footer .logo:active > span,
.site-footer .logo:hover small,
.site-footer .logo:focus small,
.site-footer .logo:active small {
  color: #d83e2b !important;
  text-decoration: none !important;
}
.footer-brand { display:flex; flex-direction:column; gap:28px; }
.footer-company-details { display:flex; flex-direction:column; gap:4px; font-size:13px; color:#a4a99f; margin-top:-8px; }
.footer-company-details strong { color:#ffffff; font-size:14px; font-weight:700; }
.footer-map { position:relative; width:100%; max-width:420px; height:210px; overflow:hidden; border:1px solid #454a44; background:#30352e; }
.footer-map iframe { width:100%; height:100%; border:0; filter:grayscale(1) sepia(.08) brightness(.78) contrast(1.12); }
.footer-map>a { position:absolute; right:10px; bottom:10px; display:flex; align-items:center; gap:7px; min-height:40px; padding:10px 12px; background:#fbfaf6; color:#20241f; font-size:12px; font-weight:800; }
.footer-links,.footer-contact { display:flex; flex-direction:column; align-items:flex-start; gap:15px; }
.footer-links strong,.footer-contact strong { margin-bottom:10px; color:#f2a078; font-size:13px; letter-spacing:.12em; text-transform:uppercase; }
.footer-links a,.footer-contact a { display:flex; align-items:center; gap:9px; min-height:28px; color:#fff; font-size:15px; font-weight:600; }
.footer-contact small { color:#bfc3bb; font-size:13px; line-height:1.5; }
.site-footer-bottom { border-top:1px solid #454a44; max-width:1480px; margin:auto; padding:22px 7%; display:flex; justify-content:space-between; color:#c9ccc5; font-size:13px; }

/* Purchase terms & Privacy policy */
.terms-page { background: transparent !important; color: #1f241f; }
.terms-page .section { width: 100%; padding-left: 5.2%; padding-right: 5.2%; box-sizing: border-box; }
.terms-hero { background:#fbfaf6; padding-top:60px; padding-bottom:86px; }
.terms-hero>div { display:grid; grid-template-columns:1.15fr .85fr; gap:90px; align-items:end; margin-top:58px; }
.terms-hero h1,.terms-intro h2,.terms-list h2,.terms-contact h2 { font-family:var(--font-display); font-weight:400; letter-spacing:-.03em; }
.terms-hero h1 { margin:14px 0 0; font-size:clamp(54px,6vw,92px); line-height:.95; }
.terms-hero>div>p.eyebrow { grid-column:1; grid-row:1; align-self:end; margin:0 0 2px; }
.terms-hero>div>h1 { grid-column:1; grid-row:2; }
.terms-hero>div>p.eyebrow~p:last-child { grid-column:2; grid-row:1 / span 2; align-self:end; }
.terms-hero>div>p:last-child { margin:0; color:#525850; font-size:18px; line-height:1.7; }
.terms-intro { display:grid; grid-template-columns:72px 1fr; gap:30px; background:#ae4528; color:#fff; padding-top:58px; padding-bottom:58px; }
.terms-intro>svg { width:48px; height:48px; }
.terms-intro h2 { margin:0 0 12px; font-size:38px; }
.terms-intro p { max-width:900px; margin:0; color:#fff; font-size:18px; line-height:1.65; }
.terms-list { background:#efeee8; padding-top:70px; padding-bottom:90px; }
.cookie-register { background:#fbfaf6; padding-top:76px; padding-bottom:84px; }
.cookie-register h2 { max-width:760px; margin:12px 0 40px; font-family:var(--font-display); font-size:48px; font-weight:400; line-height:1.05; letter-spacing:-.03em; }
.cookie-table { border-top:1px solid #aeb1aa; }
.cookie-table>[role="row"] { display:grid; grid-template-columns:.7fr 1.5fr .8fr; gap:28px; padding:20px 0; border-bottom:1px solid #c5c7c0; font-size:16px; line-height:1.5; }
.cookie-table>[role="row"]:first-child { color:#6a6f67; font-size:13px; letter-spacing:.08em; text-transform:uppercase; }
.terms-list ol { list-style:none; margin:0; padding:0; border-top:1px solid #b9bbb4; }
.terms-list li { display:grid; grid-template-columns:90px 1fr; gap:34px; padding:34px 0; border-bottom:1px solid #b9bbb4; }
.terms-list li>span { color:#a33d21; font-size:14px; font-weight:800; letter-spacing:.12em; }
.terms-list h2 { margin:0 0 12px; font-size:32px; }
.terms-list p { max-width:980px; margin:0; color:#444a43; font-size:17px; line-height:1.72; }
.terms-contact { display:flex; align-items:center; justify-content:space-between; gap:40px; background:#fbfaf6; padding-top:70px; padding-bottom:70px; }
.terms-contact h2 { margin:10px 0 0; font-size:48px; }
.terms-contact .cta { background:#20251f; color:#fff; font-weight:700; }
.terms-page a:focus-visible,.terms-page button:focus-visible,.site-footer a:focus-visible { outline:3px solid #a85031; outline-offset:4px; }
@media(max-width:1100px){.site-footer-inner{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.footer-map{max-width:560px}}
@media(max-width:900px){.terms-hero>div{grid-template-columns:1fr;gap:32px}.terms-contact{align-items:flex-start;flex-direction:column}}
@media(max-width:600px){.site-footer-inner{grid-template-columns:1fr;gap:44px;padding:50px 6%}.site-footer-inner>.logo{grid-column:auto}.site-footer-bottom{padding:20px 6%;flex-direction:column;gap:8px}.terms-page .section{padding-left:6%;padding-right:6%}.terms-hero{padding-top:36px;padding-bottom:58px}.terms-hero h1{font-size:46px}.terms-hero>div>p.eyebrow,.terms-hero>div>h1,.terms-hero>div>p.eyebrow~p:last-child{grid-column:1;grid-row:auto}.terms-intro{grid-template-columns:1fr}.cookie-register h2{font-size:38px}.cookie-table>[role="row"]{grid-template-columns:1fr;gap:7px}.cookie-table>[role="row"]:first-child{display:none}.terms-list li{grid-template-columns:42px 1fr;gap:14px}.terms-list h2{font-size:27px}.terms-contact h2{font-size:40px}}

/* Compact page-intro rhythm across inner pages. */
.sauna-back { margin-bottom:32px; }
.order-hero,.delivery-hero,.terms-hero { padding-top:42px; }
.order-hero .sauna-back,.delivery-hero .sauna-back,.terms-hero .sauna-back { margin-bottom:0; }
.order-hero-grid,.delivery-hero-grid,.terms-hero>div { margin-top:32px; }
.terms-hero>div { grid-template-rows:auto auto; row-gap:8px; }
.terms-hero { padding-bottom:64px; }
@media(max-width:600px){
 .sauna-back { margin-bottom:22px; }
 .order-hero,.delivery-hero,.terms-hero { padding-top:28px; }
 .order-hero-grid,.delivery-hero-grid,.terms-hero>div { margin-top:24px; }
 .terms-hero { padding-bottom:46px; }
}

/* Modal & Redesign Utilities */
.custom-dialog-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(18, 20, 17, 0.65);
  backdrop-filter: blur(4px);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.custom-dialog-panel {
  background: #faf9f6;
  border-radius: 4px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.4);
  position: relative;
  width: 100%;
  max-width: 490px;
  padding: 34px !important;
  box-sizing: border-box;
}
.dialog-close-btn {
  position: absolute;
  top: 18px;
  right: 18px;
  background: transparent;
  border: none;
  cursor: pointer;
  color: #62665c;
  padding: 6px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s, background 0.2s;
}
.dialog-close-btn:hover {
  background: #efede7;
  color: #20241f;
}
.custom-input {
  width: 100%;
  height: 42px;
  padding: 0 12px;
  border: 1px solid var(--border);
  border-radius: 3px;
  background: transparent;
  font-size: 13px;
  margin-bottom: 12px;
  box-sizing: border-box;
}
textarea#consult-msg {
  width: 100%;
  border: 1px solid var(--border);
  border-radius: 3px;
  background: transparent;
  padding: 10px 12px;
  font-size: 13px;
  margin-bottom: 16px;
  box-sizing: border-box;
}

/* Redesign container styling */
body.is-home-redesign {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #e3e2dc !important;
  overflow-x: clip !important;
}
.is-home-redesign .body-wrapper,
.is-home-redesign .body-innerwrapper {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
  overflow-x: clip !important;
}
.is-home-redesign #sp-header,
.is-home-redesign #sp-bottom,
.is-home-redesign #sp-footer {
  display: none !important;
}
.is-home-redesign #sp-main {
  padding: 0 !important;
  margin: 0 !important;
}
.is-home-redesign #sp-main-body {
  padding: 0 !important;
  margin: 0 !important;
}
.is-home-redesign .container {
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.aveluks-homepage {
  width: min(100%, 1480px) !important;
  max-width: 1480px !important;
  margin-inline: auto !important;
  position: relative;
  box-sizing: border-box;
}

/* Category & Product Redesign container alignments */
.catalog-page, .product-page {
  box-sizing: border-box;
  background: transparent !important;
}
.product-page #main-content,
.product-page #bd_results,
.product-page .productdetails-view,
.catalog-page #main-content,
.catalog-page #bd_results {
  max-width: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}
.catalog-page .section,
.product-page .section {
  padding-left: 5.2%;
  padding-right: 5.2%;
  box-sizing: border-box;
}

/* Category Toolbar & Grid in v54 */
.catalog-page .sauna-intro {
  background: #faf9f6;
}
.catalog-page .sauna-catalog {
  background: #efeee8;
}
.catalog-page .sauna-toolbar {
  display: grid;
  grid-template-columns: .75fr repeat(3, minmax(0, 1fr)) auto;
  gap: 18px;
  align-items: end;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--border);
}
.catalog-page .sauna-filter-title {
  align-self: center;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  font-weight: 700;
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  color: inherit;
  font-family: inherit;
  cursor: default;
}
.catalog-page .sauna-filter-title .filter-title-text {
  display: flex;
  align-items: center;
  gap: 12px;
}
.catalog-page .sauna-filter-title .filter-chevron {
  display: none !important;
}
.catalog-page .sauna-filter-fields {
  display: contents;
}
.catalog-page .sauna-toolbar label {
  display: grid;
  gap: 8px;
  color: #62665c;
  font-size: 12px;
  font-weight: 600;
}
.catalog-page .sauna-toolbar select {
  height: 48px;
  min-width: 190px;
  padding: 0 42px 0 14px;
  border: 1px solid var(--border);
  background: #faf9f6;
  color: var(--foreground);
  font: inherit;
  font-size: 14px;
}
.catalog-page .sauna-reset {
  height: 48px;
  padding: 0 18px;
  border: 1px solid var(--border);
  background: transparent;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}
.catalog-page .sauna-reset:hover {
  border-color: var(--primary);
  color: var(--primary);
}
.catalog-page .sauna-results {
  display: flex;
  justify-content: space-between;
  padding: 25px 0 18px;
  color: #62665c;
  font-size: 12px;
  font-weight: 600;
}
.catalog-page .sauna-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 34px 22px;
}
.catalog-page .sauna-card {
  position: relative;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  text-decoration: none;
  display: block;
}
.catalog-page .sauna-card-index {
  position: absolute;
  z-index: 1;
  top: 18px;
  left: 18px;
  color: #62665c;
  font-size: 12px;
  letter-spacing: 2px;
}
.catalog-page .sauna-card-image {
  display: grid;
  place-items: center;
  height: 350px;
  overflow: hidden;
  background: #faf9f6;
}
.catalog-page .sauna-card-image img {
  width: 82%;
  height: 86%;
  object-fit: contain;
  mix-blend-mode: multiply;
  transition: transform .35s;
}
.catalog-page .sauna-card:hover .sauna-card-image img {
  transform: scale(1.055);
}
.catalog-page .sauna-card-copy {
  padding-top: 18px;
}
.catalog-page .sauna-card-volume {
  color: var(--primary);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .7px;
}
.catalog-page .sauna-card h2 {
  min-height: 50px;
  margin: 9px 0 18px;
  font-size: 17px;
  line-height: 1.45;
  font-weight: 600;
  color: #20241f;
}
.catalog-page .sauna-card-copy > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.catalog-page .sauna-card strong {
  font: 400 23px Georgia, serif;
  color: #20241f;
}
.catalog-page .sauna-card:hover .circle-arrow {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
}

/* Responsive adjustments for Catalog Page (v54 Category View) */
@media (min-width: 641px) and (max-width: 991px) {
  .catalog-page .sauna-intro-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .catalog-page .sauna-toolbar {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    align-items: end;
  }
  .catalog-page .sauna-filter-title {
    grid-column: 1 / -1;
    margin-bottom: 4px;
  }
  .catalog-page .sauna-toolbar label {
    width: 100%;
    min-width: 0;
  }
  .catalog-page .sauna-toolbar select {
    min-width: 0;
    width: 100%;
  }
  .catalog-page .sauna-reset {
    grid-column: 1 / -1;
    width: 100%;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #fff;
  }
  .catalog-page .sauna-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 18px;
  }
  .catalog-page .sauna-help {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

@media (max-width: 640px) {
  .catalog-page .sauna-intro {
    padding-top: 32px;
    padding-bottom: 40px;
  }
  .catalog-page .sauna-back {
    margin-bottom: 22px;
    font-size: 13px;
  }
  .catalog-page .sauna-intro h1 {
    font-size: clamp(30px, 8.5vw, 44px);
    line-height: 1.06;
    letter-spacing: -1.2px;
    margin-top: 14px;
    word-break: break-word;
  }
  .catalog-page .sauna-intro-grid > p {
    font-size: 15px;
    line-height: 1.65;
  }
  .catalog-page .sauna-catalog {
    padding-top: 30px;
    padding-bottom: 64px;
  }
  .catalog-page .sauna-toolbar {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    width: 100% !important;
    gap: 0 !important;
    padding-bottom: 18px;
    box-sizing: border-box !important;
  }
  .catalog-page .sauna-filter-title {
    width: 100% !important;
    box-sizing: border-box !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 16px;
    background: #faf9f6;
    border: 1px solid var(--border);
    border-radius: 6px;
    cursor: pointer;
    font-family: inherit;
    font-size: 15px;
    font-weight: 700;
    color: var(--foreground);
    text-align: left;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
  }
  .catalog-page .sauna-filter-title:hover,
  .catalog-page .sauna-filter-title:focus-visible {
    border-color: var(--primary);
    outline: none;
  }
  .catalog-page .sauna-filter-title .filter-title-text {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .catalog-page .sauna-filter-title .filter-chevron {
    display: block !important;
    width: 18px;
    height: 18px;
    color: #62665c;
    transition: transform 0.25s ease, color 0.2s ease;
    flex-shrink: 0;
  }
  .catalog-page .sauna-toolbar.is-open .sauna-filter-title {
    border-color: var(--primary);
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  }
  .catalog-page .sauna-toolbar.is-open .sauna-filter-title .filter-chevron {
    transform: rotate(180deg);
    color: var(--primary);
  }
  .catalog-page .sauna-filter-fields {
    display: none;
    flex-direction: column;
    width: 100% !important;
    box-sizing: border-box !important;
    gap: 14px;
    margin-top: 12px;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 16px 14px;
    background: #faf9f6;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 6px;
  }
  .catalog-page .sauna-toolbar.is-open .sauna-filter-fields {
    display: flex !important;
    width: 100% !important;
    box-sizing: border-box !important;
    animation: filterExpandAnim 0.25s ease-out;
  }
  @keyframes filterExpandAnim {
    from { opacity: 0; transform: translateY(-8px); }
    to { opacity: 1; transform: translateY(0); }
  }
  .catalog-page .sauna-toolbar label {
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: 100% !important;
    box-sizing: border-box !important;
    min-width: 0;
    font-size: 12px;
    font-weight: 600;
    color: #52564c;
    margin: 0 !important;
  }
  .catalog-page .sauna-toolbar select {
    min-width: 0 !important;
    width: 100% !important;
    box-sizing: border-box !important;
    height: 48px;
    padding: 0 38px 0 14px;
    font-size: 15px;
    border-radius: 4px;
    border: 1px solid var(--border);
    background-color: #faf9f6;
  }
  .catalog-page .sauna-reset {
    width: 100% !important;
    box-sizing: border-box !important;
    height: 46px;
    margin-top: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #faf9f6;
    border: 1px solid var(--border);
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
  }
  .catalog-page .sauna-results {
    padding: 16px 0 14px;
    font-size: 12.5px;
    font-weight: 600;
  }
  .catalog-page .sauna-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .catalog-page .sauna-card {
    background: #faf9f6;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 6px;
    overflow: hidden;
  }
  .catalog-page .sauna-card-index {
    top: 14px;
    left: 16px;
    font-size: 12px;
    font-weight: 600;
  }
  .catalog-page .sauna-card-image {
    height: 270px;
    background: #f5f4ee;
    display: grid;
    place-items: center;
  }
  .catalog-page .sauna-card-image img {
    width: 82%;
    height: 82%;
    object-fit: contain;
  }
  .catalog-page .sauna-card-copy {
    padding: 16px 18px 18px;
  }
  .catalog-page .sauna-card-volume {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
  }
  .catalog-page .sauna-card h2 {
    min-height: auto;
    font-size: 18px;
    line-height: 1.35;
    margin: 8px 0 14px;
    font-weight: 600;
  }
  .catalog-page .sauna-card strong {
    font-size: 24px;
  }
  .catalog-page .sauna-card .circle-arrow {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
  }
  .catalog-page .sauna-help {
    padding-top: 48px;
    padding-bottom: 48px;
    gap: 24px;
  }
  .catalog-page .sauna-help h2 {
    font-size: clamp(28px, 7.5vw, 38px);
    line-height: 1.15;
    letter-spacing: -1px;
    margin-top: 12px;
  }
  .catalog-page .sauna-help p {
    font-size: 15px;
    line-height: 1.65;
  }
  .catalog-page .sauna-help .cta {
    width: 100%;
    justify-content: center;
    min-height: 48px;
    margin-top: 20px;
  }
}

/* Product Details Page in v54 */
.product-page .product-breadcrumb {
  height: 58px;
  padding-left: 5.2%;
  padding-right: 5.2%;
  display: flex;
  align-items: center;
  gap: 11px;
  color: #8a8c83;
  font-size: 12px;
  border-bottom: 1px solid var(--border);
  background: #faf9f6;
}
.product-page .product-hero-section {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(380px, 0.85fr);
  min-height: 670px;
  background: #faf9f6;
}
.product-page .product-gallery {
  padding: 42px 4.5% 48px 5.2%;
  background: #efeee8;
}
.product-page .product-main-image {
  height: 500px;
  background: #faf9f6;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 4px;
}
.product-page .product-main-image > img {
  width: 84%;
  height: 88%;
  object-fit: contain;
}
.product-page .product-index {
  position: absolute;
  top: 21px;
  left: 23px;
  font-size: 11px;
  letter-spacing: 2px;
  color: #818579;
}
.product-page .product-thumbs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(65px, 1fr));
  gap: 10px;
  margin-top: 14px;
}
.product-page .product-thumbs button {
  height: 76px;
  padding: 5px;
  border: 1px solid transparent;
  background: #faf9f6;
  opacity: 0.58;
  cursor: pointer;
  border-radius: 3px;
}
.product-page .product-thumbs button.active {
  border-color: #a85c3c;
  opacity: 1;
}
.product-page .product-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.product-page .product-summary {
  padding: 65px 6% 72px 8%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: #faf9f6;
}
.product-page .product-summary > .eyebrow {
  color: #828670;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
}
.product-page .product-summary h1 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(38px, 4vw, 62px);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -2px;
  margin: 18px 0;
  color: #1e241e;
}
.product-page .product-summary h1 em {
  font-style: normal;
  color: #a85031;
}
.product-page .product-lead {
  font-size: 15px;
  line-height: 1.75;
  color: #65695e;
  max-width: 510px;
}
.product-page .stock {
  display: grid;
  grid-template-columns: 9px 1fr;
  column-gap: 9px;
  margin-top: 22px;
  align-items: center;
}
.product-page .stock > span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #75805e;
}
.product-page .stock strong {
  font-size: 13px;
  font-weight: 600;
  color: #20241f;
}
.product-page .stock small {
  grid-column: 2;
  font-size: 11px;
  color: #83877c;
  margin-top: 3px;
}
.product-page .product-price {
  display: flex;
  align-items: baseline;
  gap: 14px;
  width: 100%;
  padding: 22px 0 18px;
  border-bottom: 1px solid var(--border);
}
.product-page .product-price strong {
  font-family: Georgia, serif;
  font-size: 36px;
  font-weight: 400;
  color: #1e241e;
}
.product-page .product-price span {
  font-size: 12px;
  color: #8c8e84;
}
.product-page .product-option-label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin: 20px 0 9px;
  color: #40443c;
}
.product-page .product-select {
  position: relative;
  width: 100%;
}
.product-page .product-select select {
  appearance: none;
  width: 100%;
  height: 50px;
  border: 1px solid var(--border);
  background: #faf9f6;
  padding: 0 45px 0 14px;
  font: inherit;
  font-size: 13px;
  color: #20241f;
  border-radius: 3px;
  cursor: pointer;
}
.product-page .product-select svg {
  position: absolute;
  right: 14px;
  top: 17px;
  width: 17px;
  pointer-events: none;
  color: #62665c;
}
.product-page .product-order {
  width: 100%;
  justify-content: space-between;
  margin-top: 20px;
  height: 50px;
  padding: 0 24px;
  font-size: 15px;
}
.product-page .product-call {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
  font-size: 13px;
  border-bottom: 1px solid #babdb1;
  padding-bottom: 6px;
  flex-wrap: wrap;
}
.product-page .product-call a {
  font-weight: 700;
  color: #20241f;
  text-decoration: none;
}
.product-page .product-call a:hover {
  color: var(--primary);
}

.product-page .product-benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #282c25;
  color: #f4f2eb;
  padding: 29px 5.2%;
}
.product-page .product-benefits div {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 7px 26px;
  border-right: 1px solid #4b5044;
}
.product-page .product-benefits div:first-child {
  padding-left: 0;
}
.product-page .product-benefits div:last-child {
  border-right: 0;
}
.product-page .product-benefits span {
  font-size: 11px;
  color: #c09475;
  font-weight: 700;
}
.product-page .product-benefits strong {
  font-size: 13px;
  font-weight: 500;
}

.product-page .product-story {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 10%;
  padding-top: 84px;
  padding-bottom: 84px;
  background: #faf9f6;
}
.product-page .product-story h2 {
  font-size: clamp(34px, 3.8vw, 48px);
  color: #1e241e;
  line-height: 1.1;
  margin-top: 12px;
}
.product-page .product-copy {
  font-size: 15px;
  line-height: 1.85;
  color: #55594f;
}
.product-page .product-copy p + p {
  margin-top: 18px;
}
.product-page .product-copy ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  list-style: none;
  padding: 26px 0 0;
  margin: 29px 0 0;
  border-top: 1px solid var(--border);
}
.product-page .product-copy li {
  font-size: 13px;
  line-height: 1.5;
  color: #22261f;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.product-page .product-copy li svg {
  display: block;
  width: 18px;
  height: 18px;
  color: #a85031;
}

.product-page .product-specs {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 10%;
  background: #eeeee7;
  padding-top: 84px;
  padding-bottom: 84px;
}
.product-page .product-specs-heading h2 {
  font-size: clamp(34px, 3.8vw, 47px);
  color: #1e241e;
  margin-top: 12px;
}
.product-page .product-specs-heading > p:last-child {
  font-size: 14px;
  line-height: 1.75;
  color: #65695e;
  margin-top: 19px;
  max-width: 330px;
}
.product-page .product-specs dl {
  margin: 0;
}
.product-page .product-specs dl > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding: 13px 0;
  border-bottom: 1px solid #d5d6cc;
  font-size: 13px;
}
.product-page .product-specs dt {
  color: #686c60;
}
.product-page .product-specs dd {
  margin: 0;
  font-weight: 600;
  color: #1e241e;
}

.product-page .airflow {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 10%;
  align-items: center;
  padding-top: 84px;
  padding-bottom: 84px;
  background: #faf9f6;
}
.product-page .airflow h2 {
  font-size: clamp(34px, 3.8vw, 48px);
  color: #1e241e;
  line-height: 1.1;
  margin-top: 12px;
}
.product-page .airflow p:not(.eyebrow) {
  font-size: 14px;
  line-height: 1.8;
  color: #65695e;
  margin-top: 22px;
}
.product-page .airflow img {
  width: 100%;
  max-height: 410px;
  object-fit: contain;
  background: #f0efe9;
  border-radius: 4px;
}

@media(max-width: 900px) {
  .product-page .product-hero-section { grid-template-columns: 1fr; }
  .product-page .product-benefits { grid-template-columns: 1fr 1fr; gap: 16px; }
  .product-page .product-benefits div { border-right: none; padding: 6px 0; }
  .product-page .product-story, .product-page .product-specs, .product-page .airflow { grid-template-columns: 1fr; gap: 36px; }
  .product-page .product-copy ul { grid-template-columns: 1fr; }
}

.product-page .product-fields-title-wrapper {
  display: none !important;
}
.product-page .product-fields,
.product-page .product-field,
.product-page .product-field-display {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}
.product-page .chzn-container {
  display: none !important;
}
.product-page .product-select select.vm-chzn-select {
  display: block !important;
  visibility: visible !important;
}
.product-page .product-price .product-price {
  margin: 0 !important;
  padding: 0 !important;
  display: inline-block !important;
}
.product-page .product-price .price-crossed,
.product-page .product-price .price-comment {
  display: none !important;
}
.product-page .product-price strong,
.product-page .product-price .PricesalesPrice {
  font-family: var(--font-editorial);
  font-size: clamp(38px, 4vw, 50px);
  line-height: 1;
  letter-spacing: -0.5px;
  color: #1e241e;
  font-weight: 400;
}

/* Ask a Question Link under Gallery (matches aveluks.lv layout) */
.product-ask-wrap {
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.product-ask-wrap .ask-a-question {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14.5px;
  font-weight: 500;
  color: #b25b36;
  text-decoration: none;
  cursor: pointer;
  padding: 8px 0;
  transition: color .2s ease, transform .2s ease;
}
.product-ask-wrap .ask-a-question svg {
  transition: transform .25s ease;
  flex-shrink: 0;
}
.product-ask-wrap .ask-a-question:hover {
  color: #8f4222;
}
.product-ask-wrap .ask-a-question:hover svg {
  transform: translateX(4px);
}

/* VirtueMart Add to Cart Bar in Product Details */
.product-cart-bar {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 24px;
}
.product-cart-bar .quantity-box {
  display: inline-flex;
  align-items: center;
  background: #f5f2eb;
  border: 1px solid rgba(0, 0, 0, 0.14);
  border-radius: 4px;
  height: 52px;
  padding: 0 4px;
  box-sizing: border-box;
}
.product-cart-bar .quantity-box .quantity-controls {
  background: none;
  border: none;
  width: 36px;
  height: 100%;
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
  color: #2d352d;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 3px;
  transition: background-color .15s, color .15s;
  padding: 0;
}
.product-cart-bar .quantity-box .quantity-controls:hover {
  background-color: rgba(0, 0, 0, 0.07);
  color: #b25b36;
}
.product-cart-bar .quantity-box .quantity-input {
  width: 44px;
  height: 100%;
  border: none;
  background: transparent;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #2d352d;
  padding: 0;
  outline: none;
  box-shadow: none;
}
.product-cart-bar .cta.product-order.addtocart-button {
  flex: 1;
  margin: 0;
  height: 52px;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: inherit;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.3px;
  background-color: #b25b36;
  color: #fff;
  border-radius: 4px;
  transition: background-color .2s, transform .2s, box-shadow .2s;
  box-shadow: 0 4px 14px rgba(178, 91, 54, 0.25);
  padding: 0 24px;
}
.product-cart-bar .cta.product-order.addtocart-button:hover {
  background-color: #984b2a;
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(178, 91, 54, 0.35);
}
.product-cart-bar .cta.product-order.addtocart-button svg {
  flex-shrink: 0;
}

@media (max-width: 576px) {
  .product-cart-bar {
    flex-direction: column;
    align-items: stretch;
  }
  .product-cart-bar .quantity-box {
    justify-content: center;
  }
}

/* Fancybox Popup Modal Enhancements */
#fancybox-overlay {
  z-index: 99999 !important;
  background: rgba(18, 24, 18, 0.72) !important;
  backdrop-filter: blur(4px) !important;
}
#fancybox-wrap {
  z-index: 100000 !important;
}
#fancybox-content {
  border-radius: 8px !important;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.35) !important;
  background: #faf8f5 !important;
}
#fancybox-frame {
  border-radius: 8px !important;
  background: #faf8f5 !important;
}
#fancybox-close,
.fancybox-close {
  top: -16px !important;
  right: -16px !important;
  width: 36px !important;
  height: 36px !important;
  background-color: #a85031 !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='18' y1='6' x2='6' y2='18'%3E%3C/line%3E%3Cline x1='6' y1='6' x2='18' y2='18'%3E%3C/line%3E%3C/svg%3E") !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  border-radius: 50% !important;
  cursor: pointer !important;
  box-shadow: 0 4px 14px rgba(168, 80, 49, 0.4) !important;
  transition: transform .2s ease, background-color .2s ease !important;
  border: 2px solid #ffffff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  z-index: 100005 !important;
}
#fancybox-close:hover,
.fancybox-close:hover {
  background-color: #8f361d !important;
  transform: scale(1.12) !important;
}

/* Dedicated internal close button for Ask Question modal */
.askquestion-close-btn {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #f0ede6;
  border: 1px solid rgba(0, 0, 0, 0.08);
  color: #4a524a;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all .2s ease;
  z-index: 20;
}
.askquestion-close-btn:hover {
  background: #a85031 !important;
  color: #fff !important;
  border-color: #a85031 !important;
  transform: scale(1.08);
}
.askquestion-close-btn svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
}

/* Dedicated close button for Cart Popup Modal */
.vm-cart-popup-close-btn {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #f0ede6;
  border: 1px solid rgba(0, 0, 0, 0.08);
  color: #4a524a;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all .2s ease;
  z-index: 20;
}
.vm-cart-popup-close-btn:hover {
  background: #a85031 !important;
  color: #fff !important;
  border-color: #a85031 !important;
  transform: scale(1.08);
}
.vm-cart-popup-close-btn svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
}

/* VirtueMart Ask Question View Styling (in popup / iframe) */
.ask-a-question-view {
  background: #faf8f5;
  font-family: var(--font-body, system-ui, sans-serif);
  color: #2d352d;
  padding: 24px 28px !important;
}
.ask-a-question-view h1 {
  font-family: var(--font-editorial, "Editorial New", serif);
  font-size: 26px;
  font-weight: 400;
  color: #1e241e;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
  padding-bottom: 14px !important;
  margin-bottom: 20px !important;
}
.ask-a-question-view .form-label {
  font-size: 13.5px;
  font-weight: 600;
  color: #3b443b;
  margin-bottom: 6px;
}
.ask-a-question-view .form-control {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  padding: 10px 12px;
  font-size: 14px;
  color: #2d352d;
  transition: border-color .2s, box-shadow .2s;
}
.ask-a-question-view .form-control:focus {
  border-color: #b25b36;
  box-shadow: 0 0 0 3px rgba(178, 91, 54, 0.15);
  outline: none;
}
.ask-a-question-view button[name="submit_ask"] {
  background: #b25b36 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 4px !important;
  padding: 11px 26px !important;
  font-size: 14.5px !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  transition: background-color .2s, transform .2s !important;
  box-shadow: 0 4px 12px rgba(178, 91, 54, 0.25) !important;
}
.ask-a-question-view button[name="submit_ask"]:hover {
  background-color: #984b2a !important;
  transform: translateY(-1px) !important;
}
.ask-a-question-view .counter {
  background: transparent !important;
  border: none !important;
  font-weight: 700 !important;
  color: #b25b36 !important;
}

/* GDPR Privacy Policy Checkbox */
.ask-a-question-view .gdpr-privacy-checkbox-group,
.gdpr-privacy-checkbox-group {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin: 14px 0 16px 0 !important;
  font-size: 13.5px !important;
  color: #2b3027 !important;
}
.ask-a-question-view .gdpr-privacy-checkbox-group ~ .gdpr-privacy-checkbox-group {
  display: none !important;
}
.gdpr-privacy-checkbox-group .controls {
  margin: 0 !important;
  line-height: 1 !important;
  display: inline-flex !important;
  align-items: center !important;
}
.gdpr-privacy-checkbox-group input[type="checkbox"] {
  width: 17px !important;
  height: 17px !important;
  margin: 0 !important;
  cursor: pointer !important;
  accent-color: #b25b36 !important;
}
.gdpr-privacy-checkbox-group a[data-role="gdpr_privacy_policy"] {
  color: #2b3027 !important;
  text-decoration: underline !important;
  font-weight: 500 !important;
  transition: color 0.2s ease !important;
}
.gdpr-privacy-checkbox-group a[data-role="gdpr_privacy_policy"]:hover {
  color: #b25b36 !important;
}
.gdpr-privacy-checkbox-group label {
  cursor: pointer !important;
  margin-bottom: 0 !important;
  font-size: 13.5px !important;
}
#privacy_policy_required {
  font-size: 12px !important;
  color: #d83e2b !important;
  font-weight: 600 !important;
  margin-left: 8px !important;
}

/* VirtueMart Cart Pop-up Confirmation Modal */
.vm-cart-popup-content {
  padding: 24px 20px;
  background: #faf8f5;
  border-radius: 8px;
  text-align: center;
  box-sizing: border-box;
}
.vm-cart-popup-content h4,
#fancybox-content h4 {
  font-family: var(--font-editorial, "Editorial New", serif);
  font-size: 21px;
  font-weight: 500;
  color: #1e241e;
  margin: 12px 0 20px 0;
  line-height: 1.35;
}
.vm-cart-popup-content .showcart,
.vm-cart-popup-content .continue_link,
#fancybox-content .showcart,
#fancybox-content .continue_link {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: 11px 22px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  margin: 8px 6px;
  transition: all .2s ease;
  float: none !important;
}
.vm-cart-popup-content .showcart,
#fancybox-content .showcart {
  background: #b25b36;
  color: #fff !important;
  box-shadow: 0 4px 12px rgba(178, 91, 54, 0.25);
}
.vm-cart-popup-content .showcart:hover,
#fancybox-content .showcart:hover {
  background: #984b2a;
  box-shadow: 0 6px 16px rgba(178, 91, 54, 0.35);
  transform: translateY(-1px);
}
.vm-cart-popup-content .continue_link,
#fancybox-content .continue_link {
  background: #ebe7de;
  color: #2d352d !important;
}
.vm-cart-popup-content .continue_link:hover,
#fancybox-content .continue_link:hover {
  background: #dfdacf;
  color: #1a1f1a !important;
}

/* ==========================================================================
   VirtueMart Cart & Checkout Redesign (Aveluks v54)
   ========================================================================== */

.cart-page-wrapper {
  background: #faf9f6;
  min-height: 80vh;
}

.cart-page-wrapper #main-content {
  max-width: 1480px;
  margin: 0 auto;
  padding: 32px 5.2% 64px;
}

/* Breadcrumbs */
.cart-breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 0.85rem;
  color: #71786d;
  margin-bottom: 24px;
}

.cart-breadcrumbs a {
  color: #71786d;
  text-decoration: none;
  transition: color 0.15s ease;
}

.cart-breadcrumbs a:hover {
  color: #b25b36;
}

.cart-breadcrumbs .sep {
  color: #c7c3b9;
}

.cart-breadcrumbs .current {
  color: #20241f;
  font-weight: 500;
}

/* Header */
.cart-page-header {
  margin-bottom: 28px;
}

.cart-page-header .eyebrow {
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #b25b36;
  font-weight: 600;
  margin-bottom: 6px;
}

.cart-page-header h1 {
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 700;
  color: #1c221a;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 14px;
}

.cart-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  height: 28px;
  padding: 0 8px;
  border-radius: 999px;
  background: #b25b36;
  color: #ffffff;
  font-size: 0.85rem;
  font-weight: 700;
}

/* Empty Cart State */
.cart-empty-state {
  background: #ffffff;
  border: 1px solid #e7e4dc;
  border-radius: 16px;
  padding: 64px 32px;
  text-align: center;
  max-width: 620px;
  margin: 40px auto;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}

.cart-empty-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: #f4f2eb;
  color: #8f968a;
  margin-bottom: 24px;
}

.cart-empty-state h1 {
  font-family: "Outfit", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #1c221a;
  margin-bottom: 12px;
}

.cart-empty-state p {
  color: #636b5f;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 28px;
}

.cart-empty-state .cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #b25b36;
  color: #ffffff;
  font-weight: 600;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.2s ease;
  box-shadow: 0 4px 14px rgba(178, 91, 54, 0.25);
}

.cart-empty-state .cta:hover {
  background: #984b2a;
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(178, 91, 54, 0.35);
  color: #ffffff;
}

/* Two-column OPC Grid */
.cart-grid-layout {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 32px;
  align-items: start;
}

@media (max-width: 991px) {
  .cart-grid-layout {
    grid-template-columns: 1fr;
  }
}

/* Cards */
.cart-card {
  background: #ffffff;
  border: 1px solid #e7e4dc;
  border-radius: 14px;
  padding: 24px 28px;
  margin-bottom: 24px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.02);
}

/* Products Table */
.cart-products-card .vm-fieldset-pricelist {
  border: none;
  padding: 0;
  margin: 0;
}

.cart-summary {
  width: 100%;
  border-collapse: collapse;
}

.cart-summary thead tr {
  border-bottom: 2px solid #eeece5;
}

.cart-summary thead th {
  padding: 12px 10px;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #71786d;
}

.cart-summary thead th.a-center,
.cart-summary tbody td.a-center {
  text-align: center;
}

.cart-summary tbody tr {
  border-bottom: 1px solid #f0ede6;
  transition: background 0.15s ease;
}

.cart-summary tbody tr:hover {
  background: #faf9f6;
}

.cart-summary tbody td {
  padding: 16px 10px;
  vertical-align: middle;
  font-size: 0.95rem;
  color: #20241f;
}

.cart-summary .cart-images img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid #e7e4dc;
  background: #fbfaf8;
  display: block;
}

.cart-summary .product-name a {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  color: #1c221a;
  text-decoration: none;
  font-size: 1rem;
  transition: color 0.15s ease;
}

.cart-summary .product-name a:hover {
  color: #b25b36;
}

.cart-summary .product-name div {
  font-size: 0.82rem;
  color: #71786d;
  margin-top: 4px;
}

.cart-summary .tb-sku {
  font-size: 0.82rem;
  color: #8c9387;
  font-family: monospace;
}

.cart-summary td.last {
  font-weight: 700;
  font-size: 1.05rem;
  color: #1c221a;
  text-align: right;
  white-space: nowrap;
}

/* Quantity Controls in Cart */
.cart-qty-control {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: #f4f2eb;
  padding: 4px 6px;
  border-radius: 8px;
  border: 1px solid #e3e0d5;
}

.cart-qty-btn {
  width: 26px;
  height: 26px;
  border-radius: 6px;
  border: none;
  background: #ffffff;
  color: #20241f;
  font-weight: 700;
  font-size: 0.95rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.15s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.cart-qty-btn:hover {
  background: #b25b36;
  color: #ffffff;
}

.cart-qty-control input.quantity-input {
  width: 38px;
  height: 26px;
  border: none;
  background: transparent;
  text-align: center;
  font-weight: 600;
  font-size: 0.95rem;
  color: #20241f;
}

.cart-remove-btn {
  width: 26px;
  height: 26px;
  border-radius: 6px;
  border: none;
  background: transparent;
  color: #9aa196;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-left: 4px;
  transition: all 0.15s ease;
}

.cart-remove-btn:hover {
  background: #fee2e2;
  color: #dc2626;
}

/* Shipment & Payment Blocks inside Pricelist */
.cart-summary .sectiontableentry1,
.cart-summary .sectiontableentry2 {
  padding: 18px 0;
  border-bottom: 1px solid #eeece5;
}

.cart-summary .block-border {
  background: #faf9f6;
  border: 1px solid #e8e5dc;
  border-radius: 10px;
  padding: 16px 20px;
  margin-top: 12px;
}

.cart-summary fieldset {
  border: none;
  padding: 0;
  margin: 8px 0 0;
}

.cart-summary fieldset input[type="radio"] {
  accent-color: #b25b36;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin-right: 8px;
}

.cart-summary fieldset label {
  font-size: 0.95rem;
  color: #20241f;
  cursor: pointer;
  vertical-align: middle;
}

/* Address Inline Form Card */
.cart-subcard.cart-address-inline-card {
  background: #faf9f6;
  border: 1px solid #e8e5dc;
  border-radius: 12px;
  padding: 20px 24px;
}

.subcard-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e8e5dc;
}

.subcard-title {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #1c221a;
}

.subcard-title h3 {
  font-family: "Outfit", sans-serif;
  font-size: 1.15rem;
  font-weight: 600;
  margin: 0;
  color: #1c221a;
}

.subcard-badge {
  font-size: 0.78rem;
  color: #71786d;
}

.cart-address-lead {
  font-size: 0.88rem;
  color: #5d6359;
  margin: 0 0 18px 0;
  line-height: 1.5;
}

.cart-address-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 18px;
}

.cart-field-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.cart-field-group.cart-field-full {
  grid-column: 1 / -1;
}

.cart-field-group.cart-field-half {
  grid-column: span 1;
}

.cart-field-group label {
  font-size: 0.84rem;
  font-weight: 600;
  color: #343a30;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 4px;
}

.cart-field-group label .req {
  color: #b25b36;
  font-weight: 700;
}

.cart-input {
  width: 100%;
  height: 44px;
  padding: 0 14px;
  font-family: inherit;
  font-size: 0.95rem;
  color: #1c221a;
  background: #ffffff;
  border: 1px solid #dcd7cc;
  border-radius: 8px;
  box-sizing: border-box;
  transition: all 0.2s ease;
  outline: none;
}

.cart-input:focus {
  border-color: #b25b36;
  box-shadow: 0 0 0 3px rgba(178, 91, 54, 0.12);
  background: #ffffff;
}

.cart-input::placeholder {
  color: #a4a99f;
  font-size: 0.9rem;
}

@media (max-width: 640px) {
  .cart-address-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .cart-field-group.cart-field-half {
    grid-column: 1 / -1;
  }
  .cart-delivery-address-fields {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}

.cart-delivery-address-fields {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 18px;
}

/* Customer Notes & TOS */
.cart-fields-card fieldset {
  border: none;
  padding: 0;
  margin: 0 0 16px;
}

.cart-fields-card textarea {
  width: 100%;
  min-height: 70px;
  padding: 10px 14px;
  border: 1px solid #d9d5cb;
  border-radius: 8px;
  font-family: inherit;
  font-size: 0.92rem;
  color: #20241f;
  background: #fbfaf7;
  transition: border-color 0.15s ease;
}

.cart-fields-card textarea:focus {
  outline: none;
  border-color: #b25b36;
  background: #ffffff;
}

.cart-fields-card .terms-of-service {
  margin-top: 14px;
}

.cart-fields-card .terms-of-service input[type="checkbox"] {
  accent-color: #b25b36;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin-right: 10px;
}

.cart-fields-card .terms-of-service label {
  font-size: 0.92rem;
  color: #20241f;
  cursor: pointer;
}

.cart-fields-card .terms-of-service a {
  color: #b25b36;
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* Sidebar Totals Card */
.cart-summary-sticky {
  position: sticky;
  top: 32px;
}

.cart-totals-card {
  background: #ffffff;
  border: 1px solid #e7e4dc;
  border-radius: 14px;
  padding: 24px 26px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
}

.cart-totals-card h3 {
  font-family: "Outfit", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #1c221a;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid #eeece5;
}

.summary-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
  font-size: 0.95rem;
  color: #636b5f;
}

.summary-val {
  font-weight: 600;
  color: #20241f;
}

.summary-line.tax-line {
  font-size: 0.85rem;
  color: #8c9387;
}

.summary-divider {
  height: 1px;
  background: #eeece5;
  margin: 16px 0;
}

.summary-total-line {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 24px;
  font-size: 1.15rem;
  color: #1c221a;
}

.summary-total-val,
.summary-total-val .PricebillTotal {
  font-family: "Outfit", sans-serif;
  font-size: 1.6rem;
  font-weight: 800;
  color: #b25b36;
}

.checkout-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.checkout-btn {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #b25b36;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  padding: 16px 24px;
  font-size: 1.05rem;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(178, 91, 54, 0.28);
  transition: all 0.2s ease;
}

.checkout-btn:hover {
  background: #984b2a;
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(178, 91, 54, 0.38);
  color: #ffffff;
}

.checkout-btn:disabled,
.checkout-btn.is-loading {
  opacity: 0.7;
  cursor: not-allowed;
  transform: none;
}

.btn-return-catalog {
  display: block;
  text-align: center;
  font-size: 0.9rem;
  color: #71786d;
  text-decoration: none;
  padding: 8px;
  transition: color 0.15s ease;
}

.btn-return-catalog:hover {
  color: #b25b36;
}

/* Trust Badges */
.cart-trust-badges {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid #eeece5;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.trust-badge-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.82rem;
  color: #71786d;
}

.trust-badge-item svg {
  color: #b25b36;
  flex-shrink: 0;
}

/* Order Done Page */
.order-done-container {
  max-width: 720px;
  margin: 40px auto 80px;
  padding: 0 20px;
}

.order-done-card {
  background: #ffffff;
  border: 1px solid #e7e4dc;
  border-radius: 16px;
  padding: 48px 36px;
  text-align: center;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.04);
}

.order-done-icon-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(168, 80, 49, 0.1);
  color: #a85031;
  margin-bottom: 20px;
}

.order-done-card .eyebrow {
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #a85031;
  font-weight: 700;
  margin-bottom: 8px;
}

.order-done-card h1 {
  font-family: "Outfit", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #1c221a;
  margin-bottom: 12px;
}

.order-done-lead {
  font-size: 1rem;
  line-height: 1.5;
  color: #555e51;
  margin-bottom: 28px;
}

.order-done-details-box {
  background: #faf9f6;
  border: 1px solid #e8e5dc;
  border-radius: 10px;
  padding: 22px 24px;
  text-align: left;
  margin-bottom: 32px;
  font-size: 0.95rem;
  line-height: 1.6;
}

.order-done-details-box h1,
.order-done-details-box h2,
.order-done-details-box h3 {
  display: none;
}

.order-done-details-box .post_payment_order_number,
.order-done-details-box .post_payment_order_total {
  font-size: 1.05rem;
  margin-bottom: 8px;
}

.order-done-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}

.order-done-actions .cta {
  display: inline-flex;
  align-items: center;
  background: #b25b36;
  color: #ffffff;
  padding: 13px 26px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
}

.order-done-actions .cta:hover {
  background: #984b2a;
  color: #ffffff;
}

.order-done-actions .btn-outline {
  display: inline-flex;
  align-items: center;
  background: transparent;
  color: #20241f;
  border: 1px solid #dfdacf;
  padding: 13px 26px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
}

.order-done-actions .btn-outline:hover {
  border-color: #20241f;
  background: #f4f2eb;
}

/* Responsive Table */
@media (max-width: 767px) {
  .cart-page-wrapper #main-content {
    padding: 20px 4% 48px;
  }
  .cart-card {
    padding: 18px 16px;
  }
  .cart-summary {
    display: block;
    overflow-x: auto;
  }
}

/* ==========================================================================
   Aveluks Orders & Order Tracking Redesign
   ========================================================================== */
.orders-page-wrapper {
  background: #fcfbf8;
  min-height: 100vh;
}

.orders-page-wrapper #main-content {
  padding: 0 0 80px;
}

.orders-container {
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}

/* Breadcrumbs */
.orders-breadcrumbs {
  padding: 24px 0 16px;
}

.orders-breadcrumb-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 13px;
}

.orders-breadcrumb-list li {
  display: inline-flex;
  align-items: center;
  color: #797e6e;
}

.orders-breadcrumb-list li a {
  color: #797e6e;
  text-decoration: none;
  transition: color 0.2s ease;
}

.orders-breadcrumb-list li a:hover {
  color: #a85031;
}

.orders-breadcrumb-list li.separator {
  color: #bfc4b7;
  font-size: 11px;
}

.orders-breadcrumb-list li[aria-current="page"] {
  color: #20241f;
  font-weight: 600;
}

/* Hero Section */
.orders-hero {
  padding: 16px 0 36px;
  border-bottom: 1px solid #e9e7df;
  margin-bottom: 40px;
}

.orders-eyebrow {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #a85031;
  margin-bottom: 10px;
}

.orders-title {
  font-size: clamp(32px, 3.8vw, 44px);
  font-weight: 700;
  color: #17181c;
  line-height: 1.15;
  margin: 0 0 14px;
}

.orders-subtitle {
  font-size: 15px;
  line-height: 1.6;
  color: #5a5d65;
  max-width: 680px;
  margin: 0;
}

/* Guest View: Portal Grid (Order Lookup & Login) */
.orders-portal-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
  gap: 32px;
}

.orders-card {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  padding: 36px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.03);
  transition: box-shadow 0.25s ease, transform 0.25s ease;
  display: flex;
  flex-direction: column;
}

.orders-card:hover {
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.06);
}

.orders-card-header {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 28px;
}

.orders-card-icon {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  background: #fbeee8;
  color: #a85031;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.orders-login-card .orders-card-icon {
  background: #f1f3f7;
  color: #20241f;
}

.orders-card-title {
  font-size: 20px;
  font-weight: 700;
  color: #17181c;
  margin: 0 0 6px;
  line-height: 1.25;
}

.orders-card-desc {
  font-size: 13px;
  line-height: 1.5;
  color: #6b6f76;
  margin: 0;
}

.orders-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex-grow: 1;
}

.orders-form-group {
  display: flex;
  flex-direction: column;
}

.orders-form-group label {
  font-size: 13px;
  font-weight: 600;
  color: #2c2f35;
  margin-bottom: 8px;
}

.orders-form-group label .req {
  color: #a85031;
}

.orders-input {
  width: 100%;
  height: 48px;
  border-radius: 10px;
  border: 1px solid #dcdde1;
  padding: 0 16px;
  font-size: 15px;
  color: #17181c;
  background: #fafaf9;
  box-sizing: border-box;
  transition: all 0.2s ease;
}

.orders-input:focus {
  outline: none;
  background: #ffffff;
  border-color: #a85031;
  box-shadow: 0 0 0 4px rgba(168, 80, 49, 0.12);
}

.orders-hint {
  font-size: 11px;
  color: #888d95;
  margin-top: 6px;
}

.orders-form-options {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 13px;
}

.orders-checkbox-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  color: #4b4f56;
}

.orders-checkbox-label input[type="checkbox"] {
  accent-color: #a85031;
  width: 16px;
  height: 16px;
}

.orders-link {
  color: #7a7e6e;
  text-decoration: none;
  transition: color 0.2s ease;
}

.orders-link:hover {
  color: #a85031;
  text-decoration: underline;
}

.orders-btn {
  height: 48px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  width: 100%;
  margin-top: auto;
  text-decoration: none;
}

.orders-btn-primary {
  background: #a85031;
  color: #ffffff !important;
}

.orders-btn-primary:hover {
  background: #8f361d;
  box-shadow: 0 6px 18px rgba(168, 80, 49, 0.28);
  transform: translateY(-1px);
}

.orders-btn-secondary {
  background: #20241f;
  color: #ffffff !important;
}

.orders-btn-secondary:hover {
  background: #353b32;
  box-shadow: 0 6px 18px rgba(32, 36, 31, 0.25);
  transform: translateY(-1px);
}

/* Orders Table */
.orders-list-wrapper {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.orders-list-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #6b6f76;
}

.orders-table-card {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.03);
  overflow: hidden;
}

.orders-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 0;
}

.orders-table th {
  background: #f8f8f6;
  color: #6b6f76;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 16px 20px;
  border-bottom: 1px solid #eaeae5;
}

.orders-table td {
  padding: 18px 20px;
  border-bottom: 1px solid #f0f0ed;
  font-size: 14px;
  color: #20241f;
  vertical-align: middle;
}

.orders-table tbody tr:last-child td {
  border-bottom: none;
}

.orders-table tbody tr:hover {
  background: #fbfbf9;
}

.order-number-link {
  color: #17181c;
  text-decoration: none;
  font-weight: 700;
  transition: color 0.2s ease;
}

.order-number-link:hover {
  color: #a85031;
}

/* Status Badges */
.orders-badge {
  display: inline-flex;
  align-items: center;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  background: #f2f3f5;
  color: #4b4f56;
}

.orders-badge.status-u,
.orders-badge.status-c {
  background: #e8f7ec;
  color: #15803d;
}

.orders-badge.status-p {
  background: #fef3c7;
  color: #b45309;
}

.orders-badge.status-s,
.orders-badge.status-f {
  background: #e0e7ff;
  color: #4338ca;
}

.orders-badge.status-x,
.orders-badge.status-r,
.orders-badge.status-d {
  background: #fee2e2;
  color: #b91c1c;
}

.order-actions-row {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.orders-action-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 14px;
  border-radius: 8px;
  background: #f4f3ed;
  color: #20241f;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  transition: all 0.2s ease;
}

.orders-action-btn:hover {
  background: #a85031;
  color: #ffffff;
}

.order-pdf-wrap a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 14px;
  border-radius: 8px;
  background: #fbeee8;
  color: #a85031;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  transition: all 0.2s ease;
}

.order-pdf-wrap a:hover {
  background: #a85031;
  color: #ffffff;
}

/* ==========================================================================
   Order Details View Styles
   ========================================================================== */
.order-details-hero {
  padding: 20px 0 36px;
  border-bottom: 1px solid #e9e7df;
  margin-bottom: 40px;
}

.order-details-hero-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
  flex-wrap: wrap;
}

.order-details-title {
  font-size: clamp(28px, 3.5vw, 40px);
  font-weight: 700;
  color: #17181c;
  line-height: 1.15;
  margin: 0 0 14px;
}

.order-highlight {
  color: #a85031;
}

.order-meta-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.order-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 14px;
  color: #6b6f76;
}

.order-details-hero-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.order-details-hero-actions .orders-btn {
  width: auto;
  padding: 0 20px;
}

.order-info-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  gap: 28px;
  margin-bottom: 36px;
}

.order-card-panel {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  padding: 28px 32px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.03);
}

.order-card-panel-title {
  font-size: 18px;
  font-weight: 700;
  color: #17181c;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid #f0f0eb;
}

.order-card-panel-title svg {
  color: #a85031;
}

.order-spec-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.order-spec-list li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  font-size: 14px;
  line-height: 1.5;
}

.order-spec-list .spec-label {
  color: #797e6e;
  flex-shrink: 0;
}

.order-spec-list .spec-val {
  color: #17181c;
  text-align: right;
  word-break: break-word;
}

.order-spec-list .spec-val a {
  color: #17181c;
  text-decoration: none;
}

.order-spec-list .spec-val a:hover {
  color: #a85031;
  text-decoration: underline;
}

/* Items Card */
.order-items-card {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  padding: 28px 32px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.03);
}

.order-items-title {
  font-size: 18px;
  font-weight: 700;
  color: #17181c;
  margin: 0 0 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid #f0f0eb;
}

.order-items-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 0;
}

.order-items-table th {
  background: #f8f8f6;
  color: #6b6f76;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 14px 18px;
  border-bottom: 1px solid #eaeae5;
}

.order-items-table td {
  padding: 16px 18px;
  border-bottom: 1px solid #f0f0ed;
  font-size: 14px;
  color: #20241f;
  vertical-align: middle;
}

.order-items-table .item-name-cell {
  font-size: 15px;
}

.order-items-table .item-sku-cell code {
  background: #f4f3ed;
  padding: 3px 8px;
  border-radius: 4px;
  font-size: 12px;
  color: #555850;
}

.order-items-table tfoot td {
  padding: 14px 18px;
  border-bottom: 1px solid #f0f0ed;
  font-size: 14px;
}

.order-items-table tfoot .footer-label {
  color: #797e6e;
}

.order-items-table tfoot .footer-val {
  font-weight: 600;
  color: #20241f;
}

.order-items-table tfoot .total-row td {
  padding: 18px;
  background: #fbfbf9;
  border-top: 2px solid #20241f;
  border-bottom: none;
}

.order-items-table tfoot .total-label {
  font-size: 16px;
  font-weight: 700;
  color: #17181c;
}

.order-items-table tfoot .total-val span {
  font-size: 20px;
  font-weight: 700;
  color: #a85031;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .orders-container {
    padding: 0 20px;
  }
  .orders-portal-grid,
  .order-info-cards-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .orders-card,
  .order-card-panel,
  .order-items-card {
    padding: 24px 20px;
  }
  .order-details-hero-inner {
    flex-direction: column;
    align-items: stretch;
  }
  .order-details-hero-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .order-details-hero-actions .orders-btn {
    width: 100%;
  }
  .order-items-table,
  .orders-table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}




