
:root {
  --c-primary: #7b1222;
  --c-secondary: #14282b;
  --c-accent: #c9a66b;
  --c-dark: #100c0d;
  --c-cream: #ffffff;
  --c-bg: #ffffff;
  --c-radius: 6px;
  --font-title: 'DM Serif Display', system-ui, -apple-system, sans-serif;
  --font-body: 'Manrope', system-ui, -apple-system, sans-serif;
}
body{background:var(--c-bg)}
a.product-img{text-decoration:none;cursor:pointer}.product-body h3 a{color:inherit;text-decoration:none}.product-body h3 a:hover{text-decoration:underline}
/* Alice CRO patch — safe string-only, no HTML parser */
section[data-block-id="bestsellers-v10"]{background:#fffdf8;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
section[data-block-id="bestsellers-v10"] .product-card{box-shadow:0 18px 45px rgba(32,20,12,.10)}
section[data-block-id="conditions-v11"]{padding-top:28px}
section[data-block-id="conditions-v11"] .visual-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
section[data-block-id="conditions-v11"] .info-tile:nth-child(n+4){display:none}
.compare-card .btn-row{margin-top:20px}.compare-card .btn{width:100%}
.audit-cta-row{margin-top:28px;text-align:center}.audit-cta-row .btn{margin:0 8px 8px 0}
.audit-note{margin-top:10px;color:var(--muted);font-size:13px}
@media(max-width:760px){section[data-block-id="conditions-v11"] .visual-grid{grid-template-columns:1fr}.audit-cta-row{text-align:left}.audit-cta-row .btn{width:100%;margin-right:0}}




@import url("https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,600;1,700&display=swap");
:root {
  --accent: var(--c-accent, var(--c-primary, #7b1222));
  --secondary: var(--c-secondary, #14282b);
  --highlight: var(--c-accent, #c9a66b);
  --ink: var(--c-dark, var(--c-dark, #100c0d));
  --paper: var(--c-cream, var(--c-cream, #ffffff));
  --serif: var(
    --font-title,
    var(--font-title, "DM Serif Display"),
    Georgia,
    serif
  );
  --sans: var(--font-body, var(--font-body, "Manrope"), system-ui, sans-serif);
  --line: #e7d8c2;
  --soft: #fbf8f3;
  --soft-2: #f6efe4;
  --muted: #706456;
  --container: 1220px;
  --radius: 24px;
  --radius-lg: 34px;
  --shadow: 0 24px 70px rgba(32, 20, 12, 0.11);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: #ffffff;
  color: var(--ink);
  font-family: var(--sans);
  line-height: 1.48;
  -webkit-font-smoothing: antialiased;
}
img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input {
  font: inherit;
}
.container {
  width: min(var(--container), calc(100% - 56px));
  margin: 0 auto;
}
section {
  padding: 54px 0;
  background: #ffffff;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
p {
  margin-bottom: 0;
  color: var(--muted);
}
h1,
.title {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -0.055em;
}
h1 {
  margin: 0;
  max-width: 760px;
  color: #fff7ea;
  font-size: clamp(58px, 7.2vw, 106px);
  line-height: 0.84;
}
.title {
  margin: 0;
  max-width: 800px;
  color: var(--ink);
  font-size: clamp(34px, 4.2vw, 58px);
  line-height: 0.92;
}
.title.small {
  font-size: clamp(28px, 3.2vw, 44px);
}
.eyebrow {
  margin: 0 0 12px;
  color: var(--accent);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.lead {
  max-width: 690px;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
}
.btn {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 1px solid var(--accent);
  border-radius: var(--c-radius, 8px);
  background: var(--accent);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}
.btn.gold {
  border-color: var(--highlight);
  background: var(--highlight);
  color: var(--ink);
}
.btn.dark {
  border-color: var(--secondary);
  background: var(--secondary);
  color: #fff;
}
.btn.light {
  border-color: var(--line);
  background: #fff;
  color: var(--ink);
}
.btn-row {
  margin-top: 28px;
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}
.text-link,
.view-link {
  display: inline-flex;
  width: fit-content;
  color: var(--accent);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-bottom: 1px solid currentColor;
  padding-bottom: 3px;
}
.head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 30px;
}
.head.center {
  display: block;
  text-align: center;
}
.head.center .lead,
.head.center .title {
  margin-left: auto;
  margin-right: auto;
}
.badge {
  min-height: 26px;
  display: inline-flex;
  align-items: center;
  padding: 5px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--soft);
  color: var(--accent);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 16px 48px rgba(18, 13, 8, 0.05);
}

/* Topbar */
[data-block-id="topbar-v10"] {
  padding: 0;
  background: var(--secondary);
  color: #fff3e5;
  font-size: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.topbar-inner {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  white-space: nowrap;
  overflow-x: auto;
}
.topbar-inner b {
  color: var(--highlight);
}

/* Header */
[data-block-id="nav-v10"] {
  position: sticky;
  top: 0;
  z-index: 40;
  padding: 0;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  min-height: 78px;
  display: grid;
  grid-template-columns: 208px 1fr 178px;
  align-items: center;
  gap: 22px;
}
.logo {
  height: 50px;
  width: 198px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  background: var(--ink);
  color: var(--highlight);
  border-radius: 12px;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.12);
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.logo small {
  display: block;
  color: #d9c6af;
  font-size: 8px;
  letter-spacing: 0.18em;
}
.nav {
  display: flex;
  justify-content: center;
  gap: 24px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
.icon-btn {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
  font-weight: 800;
}

/* Hero */
[data-block-id="hero-v12"] {
  min-height: 640px;
  position: relative;
  overflow: hidden;
  padding: 0;
  background:
    linear-gradient(
      90deg,
      rgba(16, 12, 13, 0.94),
      rgba(16, 12, 13, 0.74) 43%,
      rgba(16, 12, 13, 0.14)
    ),
    url("https://pub-cefc5639008f4a9886e7232a17b33a9f.r2.dev/winemajesty/img-9.jpg")
      center / cover no-repeat;
  color: #fff7ea;
}
[data-block-id="hero-v12"]::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 90px;
  background: linear-gradient(180deg, transparent, rgba(16, 12, 13, 0.72));
}
.hero-inner {
  min-height: 640px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}
.hero-copy {
  width: min(740px, 100%);
  padding: 64px 0;
}
.hero-copy .eyebrow {
  color: var(--highlight);
}
.hero-lead {
  max-width: 590px;
  margin: 22px 0 0;
  color: #e3d1bd;
  font-size: 18px;
  line-height: 1.55;
}
.hero-note {
  margin-top: 18px;
  color: #cdb9a4;
  font-size: 13px;
}

/* Trust */
[data-block-id="trust-v10"] {
  position: relative;
  z-index: 8;
  margin-top: -42px;
  padding: 0 0 48px;
}
.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: var(--shadow);
}
.trust-item {
  display: flex;
  gap: 13px;
  align-items: center;
  min-height: 88px;
  padding: 18px;
  border-right: 1px solid var(--line);
}
.trust-item:last-child {
  border-right: 0;
}
.trust-icon {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: var(--soft);
  color: var(--accent);
  font-weight: 900;
}
.trust-item strong {
  display: block;
  color: var(--ink);
  font-size: 13px;
}
.trust-item span {
  display: block;
  color: var(--muted);
  font-size: 12px;
}

/* Category cards */
.category-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}
.category-card {
  position: relative;
  min-height: 245px;
  overflow: hidden;
  border-radius: 22px;
  background: #111;
  color: #fff7ea;
  box-shadow: 0 14px 48px rgba(18, 13, 8, 0.08);
}
.category-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.72));
  z-index: 1;
}
.category-card .bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.35s ease;
}
.category-card:hover .bg {
  transform: scale(1.05);
}
.category-content {
  position: absolute;
  z-index: 2;
  inset: auto 17px 17px;
}
.category-content h3 {
  margin: 0 0 4px;
  color: #fff7ea;
  font-size: 16px;
}
.category-content p {
  color: #e3d1bd;
  font-size: 13px;
}

/* Finder */
.finder-panel {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: var(--secondary);
  color: #fff7ea;
  box-shadow: var(--shadow);
}
.finder-copy {
  padding: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.finder-copy .eyebrow {
  color: var(--highlight);
}
.finder-copy .title,
.finder-copy h3 {
  color: #fff7ea;
}
.finder-copy .lead,
.finder-copy p {
  color: #d9c6af;
}
.finder-visual {
  min-height: 430px;
  display: flex;
  align-items: flex-end;
  padding: 26px;
  background:
    linear-gradient(180deg, rgba(20, 40, 43, 0.1), rgba(20, 40, 43, 0.78)),
    url("https://pub-cefc5639008f4a9886e7232a17b33a9f.r2.dev/winemajesty/img-8.jpg")
      center / cover;
}
.finder-box {
  width: 100%;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 20px;
  background: rgba(16, 12, 13, 0.74);
  backdrop-filter: blur(12px);
}
.finder-box h3 {
  color: #fff7ea;
}
.finder-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 14px;
}
.finder-option {
  padding: 13px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.07);
}
.finder-option b {
  display: block;
  color: #fff7ea;
}
.finder-option span {
  color: #d9c6af;
  font-size: 12px;
}

/* Mistakes */
.mistake-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.mistake-card img {
  height: 230px;
  border-bottom: 1px solid var(--line);
}
.mistake-body {
  padding: 24px;
}
.mistake-body h3 {
  margin: 12px 0 8px;
  color: var(--ink);
}
.mistake-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--soft);
  color: var(--accent);
  font-weight: 900;
}

/* Reusable grids */
.grid-6 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}
.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.info-tile {
  min-height: 180px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 12px 36px rgba(18, 13, 8, 0.04);
}
.info-code {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 14px;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: var(--soft);
  color: var(--accent);
  font-weight: 900;
}
.info-tile h3 {
  margin: 0 0 6px;
  color: var(--ink);
  font-size: 17px;
}
.info-tile p {
  font-size: 13px;
}

/* Compare 3 line */
.compare-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.compare-card img {
  height: 240px;
  border-bottom: 1px solid var(--line);
}
.compare-body {
  padding: 24px;
}
.compare-body h3 {
  margin: 0 0 8px;
  color: var(--ink);
  font-size: 22px;
}
.compare-rows {
  margin-top: 18px;
  display: grid;
  gap: 0;
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
}
.compare-row {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 10px;
  padding: 11px 13px;
  border-bottom: 1px solid var(--line);
  font-size: 13px;
}
.compare-row:last-child {
  border-bottom: 0;
}
.compare-row b {
  color: var(--ink);
}

/* Split panels */
.split-panel {
  display: grid;
  grid-template-columns: 1.04fr 0.96fr;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: var(--secondary);
  color: #fff7ea;
  box-shadow: var(--shadow);
}
.split-img {
  min-height: 460px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.split-img.env {
  background-image:
    linear-gradient(180deg, rgba(20, 40, 43, 0.08), rgba(20, 40, 43, 0.35)),
    url("https://pub-cefc5639008f4a9886e7232a17b33a9f.r2.dev/winemajesty/img-7.jpg");
}
.split-img.env::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 62% 30%,
      rgba(58, 164, 255, 0.28),
      transparent 18%
    ),
    radial-gradient(
      circle at 78% 70%,
      rgba(201, 166, 107, 0.18),
      transparent 18%
    );
}
.split-img.plan {
  background-image: url("https://pub-cefc5639008f4a9886e7232a17b33a9f.r2.dev/winemajesty/img-8.jpg");
}
.split-copy {
  padding: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.split-copy .eyebrow {
  color: var(--highlight);
}
.split-copy .title,
.split-copy h3 {
  color: #fff7ea;
}
.split-copy .lead,
.split-copy p {
  color: #d9c6af;
}
.mini-tiles {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 22px;
}
.mini-tile {
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.07);
}
.mini-tile b {
  display: block;
  color: #fff7ea;
}
.mini-tile span {
  display: block;
  margin-top: 4px;
  color: #d9c6af;
  font-size: 12px;
}

/* Cooling type */
.cooling-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.cooling-card {
  display: grid;
  grid-template-columns: 68px 1fr;
  gap: 16px;
  align-items: center;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 12px 36px rgba(18, 13, 8, 0.04);
}
.cooling-icon {
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: var(--soft);
  border: 1px solid var(--line);
  color: var(--accent);
  font-weight: 900;
}

/* Product cards */
.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.product-card {
  position: relative;
}
.product-img {
  height: 238px;
  display: grid;
  place-items: center;
  border-bottom: 1px solid var(--line);
  background: #fffdf8;
}
.product-unit {
  width: 112px;
  height: 156px;
  border: 1px solid #2b3138;
  background: linear-gradient(180deg, #1c2228 0 76%, #090a0c 76%);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.14);
}
.product-unit.cool {
  background: linear-gradient(180deg, #d6d3cd 0 72%, #9a9a95 72%);
}
.product-unit.rack {
  width: 150px;
  height: 120px;
  background:
    linear-gradient(
      90deg,
      #4a3424 0 13%,
      transparent 13% 18%,
      #4a3424 18% 31%,
      transparent 31% 36%,
      #4a3424 36% 49%,
      transparent 49% 54%,
      #4a3424 54% 67%,
      transparent 67% 72%,
      #4a3424 72% 85%,
      transparent 85%
    ),
    linear-gradient(
      0deg,
      #4a3424 0 13%,
      transparent 13% 24%,
      #4a3424 24% 37%,
      transparent 37% 48%,
      #4a3424 48% 61%,
      transparent 61% 72%,
      #4a3424 72% 85%,
      transparent 85%
    );
}
.product-badge {
  position: absolute;
  top: 13px;
  left: 13px;
}
.heart {
  position: absolute;
  top: 13px;
  right: 13px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
  font-weight: 900;
}
.product-body {
  padding: 18px;
}
.product-body h3 {
  color: var(--ink);
  font-size: 15px;
  line-height: 1.25;
  min-height: 58px;
  margin-bottom: 8px;
}
.price {
  color: var(--ink);
  font-weight: 900;
  font-size: 18px;
}
.monthly {
  font-size: 13px;
  margin-top: 2px;
}
.stars {
  color: var(--highlight);
  font-size: 12px;
  margin-top: 8px;
}
.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 12px;
}
.tag {
  min-height: 24px;
  display: inline-flex;
  align-items: center;
  padding: 3px 8px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--soft);
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
}
.quick {
  width: 100%;
  height: 36px;
  margin-top: 14px;
  border: 1px solid var(--ink);
  border-radius: var(--c-radius, 8px);
  background: var(--ink);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

/* Sizing */
.sizing-panel {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: var(--secondary);
  color: #fff7ea;
  box-shadow: var(--shadow);
}
.sizing-copy {
  padding: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sizing-copy .title,
.sizing-copy h3 {
  color: #fff7ea;
}
.sizing-copy p,
.sizing-copy .lead {
  color: #d9c6af;
}
.sizing-copy .eyebrow {
  color: var(--highlight);
}
.sizing-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 24px;
}
.sizing-item {
  padding: 13px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.07);
  color: #fff7ea;
}
.sizing-img {
  min-height: 430px;
  background: url("https://pub-cefc5639008f4a9886e7232a17b33a9f.r2.dev/winemajesty/img-10.jpg")
    center / cover no-repeat;
}

/* Why */
[data-block-id="why-buy-v10"] {
  background: var(--secondary);
  color: #fff7ea;
  border-block: 1px solid rgba(255, 255, 255, 0.1);
}
.dealer-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 36px;
  align-items: center;
}
.dealer-grid .title,
.dealer-grid h3 {
  color: #fff7ea;
}
.dealer-grid p,
.dealer-grid .lead {
  color: #d9c6af;
}
.dealer-grid .eyebrow {
  color: var(--highlight);
}
.dealer-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.dealer-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
}
.dealer-card-img {
  height: 135px;
  background-size: cover;
  background-position: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.dealer-card-text {
  padding: 16px;
}

/* Brands and inspiration */
[data-block-id="brands-v10"] {
  padding: 26px 0;
  border-block: 1px solid var(--line);
}
.brands {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 38px;
  flex-wrap: wrap;
  color: var(--muted);
  font-family: var(--serif);
  font-size: 20px;
  letter-spacing: -0.02em;
}

.inspiration-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(2, 1fr);
  gap: 18px;
}
.inspiration-main {
  min-height: 390px;
  grid-row: span 2;
  background: url("https://pub-cefc5639008f4a9886e7232a17b33a9f.r2.dev/winemajesty/img-5.jpg")
    center / cover no-repeat;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.inspo-card {
  min-height: 185px;
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  background-size: cover;
  background-position: center;
}
.inspo-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.68));
}
.inspo-card h3 {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 14px;
  margin: 0;
  color: #fff7ea;
  z-index: 2;
}

/* Blog, SEO, reviews, FAQ, newsletter, footer */
.guide-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.guide-card img {
  height: 190px;
  border-bottom: 1px solid var(--line);
}
.guide-body {
  padding: 20px;
}
.guide-body h3 {
  color: var(--ink);
  font-size: 18px;
  line-height: 1.16;
}

.seo-story {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: #fff;
  box-shadow: var(--shadow);
}
.seo-img {
  min-height: 440px;
  background: url("https://pub-cefc5639008f4a9886e7232a17b33a9f.r2.dev/winemajesty/img-11.jpg")
    center / cover no-repeat;
}
.seo-copy {
  padding: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.search-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 22px;
}
.search-pill {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  padding: 5px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.review-card {
  padding: 22px;
}
.review-top {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 12px;
}
.avatar {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--secondary);
  color: #fff7ea;
  font-weight: 900;
}

[data-block-id="faq-v10"] {
  border-block: 1px solid var(--line);
}
.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.accordion {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
}
.acc-row {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 20px;
  border-bottom: 1px solid var(--line);
  font-weight: 800;
  font-size: 14px;
}
.acc-row:last-child {
  border-bottom: 0;
}

.newsletter-panel {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  min-height: 255px;
  overflow: hidden;
  border-radius: 30px;
  background:
    linear-gradient(90deg, rgba(16, 12, 13, 0.92), rgba(16, 12, 13, 0.42)),
    url("https://pub-cefc5639008f4a9886e7232a17b33a9f.r2.dev/winemajesty/img-9.jpg")
      center / cover;
  color: #fff7ea;
  padding: 42px;
  box-shadow: var(--shadow);
}
.newsletter-panel .title,
.newsletter-panel p {
  color: #fff7ea;
}
.newsletter-panel .lead {
  color: #d9c6af;
}
.newsletter-panel .eyebrow {
  color: var(--highlight);
}
.newsletter-form {
  justify-self: end;
  width: min(500px, 100%);
  display: flex;
  gap: 10px;
}
.newsletter-form input {
  height: 46px;
  flex: 1;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--c-radius, 8px);
  background: #fff;
  outline: none;
}

.footer {
  padding: 52px 0 24px;
  background: var(--secondary);
  color: #fff7ea;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.45fr repeat(4, 1fr);
  gap: 38px;
}
.footer-logo {
  width: 220px;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  margin-bottom: 16px;
  border-radius: 12px;
  background: var(--ink);
  color: var(--highlight);
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.footer p {
  color: #d9c6af;
  font-size: 13px;
}
.footer h4 {
  margin: 0 0 14px;
  color: var(--highlight);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}
.footer ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #d9c6af;
  font-size: 13px;
}
.payments {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}
.pay {
  min-width: 50px;
  height: 29px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.07);
  font-size: 10px;
  font-weight: 900;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  margin-top: 36px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: #aa9884;
  font-size: 12px;
}

@media (max-width: 1080px) {
  .container {
    width: min(var(--container), calc(100% - 32px));
  }
  .header-inner {
    grid-template-columns: 1fr auto;
  }
  .nav {
    display: none;
  }
  .trust-grid,
  .grid-6,
  .grid-4,
  .category-grid,
  .product-grid,
  .guide-grid,
  .reviews-grid,
  .footer-grid,
  .cooling-grid,
  .compare-grid,
  .mistake-grid,
  .inspiration-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .finder-panel,
  .split-panel,
  .sizing-panel,
  .dealer-grid,
  .seo-story,
  .newsletter-panel {
    grid-template-columns: 1fr;
  }
  .newsletter-form {
    justify-self: start;
    margin-top: 20px;
  }
}

@media (max-width: 680px) {
  .container {
    width: calc(100% - 28px);
  }
  section {
    padding: 42px 0;
  }
  .head,
  .head.center,
  .hero-copy,
  .finder-copy,
  .split-copy,
  .sizing-copy,
  .seo-copy,
  .newsletter-panel,
  .dealer-grid > div:first-child {
    text-align: center;
  }
  .head {
    display: block;
    margin-bottom: 22px;
  }
  .title {
    margin-left: auto;
    margin-right: auto;
    font-size: clamp(32px, 11vw, 46px);
    line-height: 0.94;
  }
  .title.small {
    font-size: clamp(28px, 9vw, 38px);
  }
  .lead {
    max-width: 34rem;
    margin-left: auto;
    margin-right: auto;
    font-size: 14.5px;
    line-height: 1.62;
  }
  .eyebrow {
    font-size: 10px;
  }
  .btn-row {
    justify-content: center;
    gap: 10px;
    margin-top: 22px;
  }
  .btn,
  .quick {
    min-height: 44px;
    width: 100%;
    max-width: 310px;
  }
  .text-link,
  .view-link {
    margin-top: 14px;
    justify-content: center;
  }
  .topbar-inner {
    justify-content: flex-start;
    gap: 18px;
  }
  .topbar-inner span:nth-child(n + 3) {
    display: none;
  }
  .header-inner {
    min-height: 66px;
    grid-template-columns: 1fr auto;
    gap: 12px;
  }
  .logo {
    width: 174px;
    height: 46px;
    font-size: 12px;
  }
  .actions .icon-btn:nth-child(2) {
    display: none;
  }

  [data-block-id="hero-v12"] {
    min-height: 590px;
  }
  [data-block-id="hero-v12"]::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
      180deg,
      rgba(16, 12, 13, 0.45),
      rgba(16, 12, 13, 0.84)
    );
    z-index: 1;
    pointer-events: none;
  }
  [data-block-id="hero-v12"]::after {
    z-index: 1;
  }
  .hero-inner {
    min-height: 590px;
    align-items: flex-end;
  }
  .hero-copy {
    padding: 0 0 54px;
    position: relative;
    z-index: 3;
  }
  h1 {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
    font-size: clamp(48px, 16vw, 62px);
    line-height: 0.86;
  }
  .hero-lead {
    max-width: 350px;
    margin: 18px auto 0;
    font-size: 15.5px;
  }
  .hero-note {
    max-width: 310px;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
  }

  [data-block-id="trust-v10"] {
    margin-top: -23px;
    padding-bottom: 24px;
  }
  .trust-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    border: none;
    border-radius: 0;
    overflow: visible;
    background: transparent;
    box-shadow: none;
    padding: 0;
  }
  .trust-item {
    min-height: 0;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 0;
    padding: 14px 10px;
    border: none;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(18, 13, 8, 0.14);
  }
  .trust-item .trust-icon { display: none; }
  .trust-item span { display: none; }
  .trust-item strong { font-size: 13px; line-height: 1.15; }
  .info-code,
  .mistake-icon {
    margin-left: auto;
    margin-right: auto;
  }

  .category-grid,
  .grid-4,
  .cooling-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .category-card {
    min-height: 190px;
    border-radius: 20px;
  }
  .category-content {
    inset: auto 13px 13px;
  }
  .category-content h3 {
    font-size: 14px;
  }
  .category-content p {
    font-size: 11.5px;
    line-height: 1.35;
  }

  .grid-6,
  .product-grid,
  .guide-grid,
  .reviews-grid,
  .mini-tiles {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(260px, 82%);
    grid-template-columns: none !important;
    gap: 14px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    padding: 2px 14px 12px;
    margin-inline: -14px;
    scrollbar-width: none;
  }
  .grid-6::-webkit-scrollbar,
  .product-grid::-webkit-scrollbar,
  .guide-grid::-webkit-scrollbar,
  .reviews-grid::-webkit-scrollbar,
  .mini-tiles::-webkit-scrollbar {
    display: none;
  }
  .info-tile,
  .product-card,
  .guide-card,
  .review-card,
  .mini-tile {
    scroll-snap-align: start;
  }

  .mistake-grid,
  .compare-grid,
  .finder-panel,
  .split-panel,
  .sizing-panel,
  .dealer-grid,
  .seo-story,
  .newsletter-panel,
  .faq-grid,
  .inspiration-grid {
    grid-template-columns: 1fr !important;
  }
  .mistake-card {
    text-align: center;
  }
  .mistake-card img,
  .compare-card img {
    height: 220px;
  }
  .compare-row {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .product-grid {
    grid-auto-columns: minmax(282px, 86%);
  }
  .product-img {
    height: 210px;
  }
  .product-body h3 {
    min-height: auto;
  }
  .tags span:nth-child(n + 3) {
    display: none;
  }

  .finder-copy,
  .split-copy,
  .sizing-copy,
  .seo-copy,
  .newsletter-panel {
    padding: 30px 22px;
  }
  .finder-visual {
    min-height: 360px;
    padding: 18px;
  }
  .finder-grid {
    grid-template-columns: 1fr;
  }
  .finder-option:nth-child(n + 3) {
    display: none;
  }
  .split-img,
  .sizing-img,
  .seo-img {
    min-height: 300px;
  }
  .mini-tiles {
    grid-auto-columns: minmax(210px, 78%);
    text-align: left;
  }
  .sizing-grid {
    grid-template-columns: 1fr;
    text-align: left;
  }
  .cooling-card {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 16px 12px;
  }
  .cooling-icon {
    margin: 0 auto;
  }
  .dealer-card:nth-child(n + 3) {
    display: none;
  }

  .brands {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    gap: 24px;
    padding-bottom: 6px;
    scrollbar-width: none;
  }
  .brands::-webkit-scrollbar {
    display: none;
  }
  .inspiration-main {
    min-height: 260px;
    grid-row: auto;
  }
  .inspo-card {
    min-height: 170px;
  }
  .accordion:nth-child(2) {
    display: none;
  }
  .acc-row {
    min-height: 64px;
    text-align: left;
  }
  .newsletter-form {
    flex-direction: column;
    justify-self: center;
    width: 100%;
  }
  .newsletter-form input {
    text-align: center;
  }
  .footer-grid {
    grid-template-columns: 1fr !important;
    text-align: center;
    gap: 26px;
  }
  .footer-logo,
  .payments {
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }
  .footer-grid > div:nth-child(3),
  .footer-grid > div:nth-child(4) {
    display: none;
  }
  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
}

/* V11: images added only where the visual is relevant */
.visual-grid .info-tile,
.cooling-grid .cooling-card {
  padding: 0;
  overflow: hidden;
}

.tile-img {
  height: 150px;
  width: 100%;
  border-bottom: 1px solid var(--line);
  background-size: cover;
  background-position: center;
}

.visual-grid .info-tile .tile-content {
  padding: 18px;
}

.visual-grid .info-code {
  margin-bottom: 12px;
}

.cooling-grid.visual-cooling {
  align-items: stretch;
}

.cooling-grid.visual-cooling .cooling-card {
  display: block;
}

.cooling-img {
  height: 154px;
  width: 100%;
  border-bottom: 1px solid var(--line);
  background-size: cover;
  background-position: center;
}

.cooling-body {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 14px;
  align-items: start;
  padding: 16px;
}

.cooling-body .cooling-icon {
  width: 54px;
  height: 54px;
  border-radius: 15px;
}

@media (max-width: 680px) {
  .visual-grid.grid-6 {
    grid-auto-columns: minmax(282px, 86%);
  }

  .tile-img,
  .cooling-img {
    height: 172px;
  }

  .visual-grid .info-tile {
    text-align: left;
  }

  .visual-grid .info-code {
    margin-left: 0;
    margin-right: 0;
  }

  .cooling-body {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .cooling-body .cooling-icon {
    margin: 0 auto;
  }
}

/* V12 SERP-led copy + less templated designer rhythm */
.section-note {
  max-width: 58rem;
}

@media (min-width: 681px) {
  [data-block-id="mistakes-v10"] .mistake-card:nth-child(2) {
    transform: translateY(18px);
  }

  [data-block-id="compare-v10"] .compare-card:nth-child(2) {
    transform: translateY(-10px);
  }

  [data-block-id="conditions-v11"] .info-tile:nth-child(odd) .tile-img {
    height: 166px;
  }

  [data-block-id="conditions-v11"] .info-tile:nth-child(even) .tile-img {
    height: 136px;
  }

  [data-block-id="cubic-feet-v11"] .info-tile:nth-child(2),
  [data-block-id="cubic-feet-v11"] .info-tile:nth-child(4) {
    transform: translateY(12px);
  }

  [data-block-id="cooling-types-v11"] .cooling-card:nth-child(3n + 2) {
    transform: translateY(10px);
  }
}

[data-block-id="hero-v12"] .hero-lead,
[data-block-id="finder-v12"] .lead,
[data-block-id="seo-story-v10"] .lead {
  font-size: 17px;
}

[data-block-id="category-v12"] .category-content p,
[data-block-id="cooling-types-v11"] p,
[data-block-id="compare-v10"] p {
  color: color-mix(in srgb, var(--muted) 88%, var(--ink));
}

@media (max-width: 680px) {
  [data-block-id="mistakes-v10"] .mistake-card:nth-child(2),
  [data-block-id="compare-v10"] .compare-card:nth-child(2),
  [data-block-id="cubic-feet-v11"] .info-tile:nth-child(2),
  [data-block-id="cubic-feet-v11"] .info-tile:nth-child(4),
  [data-block-id="cooling-types-v11"] .cooling-card:nth-child(3n + 2) {
    transform: none;
  }
}

/* IMPORTER-FONTS-FULLBLEED — force exact fonts + break bare <section> full-bleed */
body .entry-content h1,
body .entry-content h2,
body .entry-content h3,
body .entry-content .section-title {
  font-family: Georgia, "Times New Roman", serif !important;
  font-weight: 700 !important;
}
body .entry-content,
body .entry-content p,
body .entry-content a,
body .entry-content li,
body .entry-content span,
body .entry-content button,
body .entry-content input {
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
}
body .entry-content > section,
body .wp-block-post-content > section {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: 0;
  box-sizing: border-box;
}

/* ============================================================
   ALICE MOBILE/PREMIUM POLISH v2 — Majestic Cellars CRO page
   Goals: cleaner white surfaces, centered blocks, mobile typography,
   product carousel, image labels, room-size category style.
   ============================================================ */
:root{
  --mc-white:#ffffff;
  --mc-ink:#100c0d;
  --mc-ink-2:#1f1718;
  --mc-muted:#5f5650;
  --mc-line:#e8e2d8;
  --mc-soft:#f8f6f2;
  --mc-gold:#b88a3b;
  --mc-gold-2:#d7b775;
  --mc-shadow:0 18px 44px rgba(16,12,13,.10);
}
body .entry-content > section,
body .wp-block-post-content > section{
  overflow:hidden;
}
body .entry-content > section > .container,
body .wp-block-post-content > section > .container,
.container{
  width:min(1180px,calc(100% - 48px)) !important;
  margin-left:auto !important;
  margin-right:auto !important;
}
section{background:var(--mc-white) !important;padding:58px 0 !important;}
section:nth-of-type(even):not([data-block-id="hero-v12"]):not([data-block-id="finder-v12"]):not([data-block-id="environment-v10"]):not([data-block-id="expert-sizing-v10"]):not([data-block-id="design-plan-v10"]):not([data-block-id="newsletter-v10"]){background:#fbfaf7 !important;}
.title,h1,h2{letter-spacing:-.025em !important;line-height:1.04 !important;color:var(--mc-ink) !important;}
h1{font-size:clamp(42px,5.2vw,78px) !important;max-width:680px !important;}
.title{font-size:clamp(30px,3.15vw,48px) !important;max-width:760px !important;}
.title.small{font-size:clamp(28px,2.45vw,38px) !important;}
.lead{color:var(--mc-muted) !important;font-size:16px !important;line-height:1.62 !important;}
.eyebrow{color:var(--mc-gold) !important;letter-spacing:.14em !important;}
.btn.gold,.quick{background:var(--mc-ink) !important;border-color:var(--mc-ink) !important;color:#fff !important;box-shadow:0 10px 26px rgba(16,12,13,.16);}
.view-link,.text-link{color:var(--mc-ink) !important;border-bottom-color:var(--mc-gold) !important;}
[data-block-id="hero-v12"]{background:linear-gradient(90deg,rgba(16,12,13,.90),rgba(16,12,13,.56) 48%,rgba(16,12,13,.10)),url("https://pub-cefc5639008f4a9886e7232a17b33a9f.r2.dev/winemajesty/img-9.jpg") center/cover no-repeat !important;}
[data-block-id="hero-v12"] h1{color:#fff !important;text-shadow:0 2px 18px rgba(0,0,0,.22);}
.hero-lead,.hero-note{color:rgba(255,255,255,.84) !important;}
.trust-grid,.card,.info-tile,.accordion,.seo-story{background:#fff !important;border:1px solid var(--mc-line) !important;box-shadow:var(--mc-shadow) !important;}
.category-grid{grid-template-columns:repeat(3,minmax(0,1fr)) !important;gap:18px !important;}
.category-card{min-height:270px !important;border-radius:24px !important;box-shadow:var(--mc-shadow) !important;}
.category-card::before{background:linear-gradient(180deg,rgba(0,0,0,.04),rgba(0,0,0,.76)) !important;}
.category-content{inset:auto 20px 20px !important;}
.category-content h3{font-size:20px !important;line-height:1.05 !important;}
.category-content p{font-size:13.5px !important;color:rgba(255,255,255,.82) !important;}
/* Product block: cleaner images + labels on image */
[data-block-id="bestsellers-v10"]{background:#fff !important;border-block:1px solid var(--mc-line) !important;}
.product-grid{grid-template-columns:repeat(4,minmax(0,1fr)) !important;gap:18px !important;}
.product-card{overflow:hidden !important;border-radius:22px !important;background:#fff !important;box-shadow:var(--mc-shadow) !important;}
.product-img{height:270px !important;background-color:#fff !important;background-size:contain !important;background-repeat:no-repeat !important;background-position:center !important;position:relative !important;border-bottom:1px solid var(--mc-line) !important;}
.product-badge{z-index:4 !important;top:12px !important;left:12px !important;background:rgba(255,255,255,.94) !important;color:var(--mc-ink) !important;border-color:rgba(16,12,13,.10) !important;backdrop-filter:blur(10px);}
.heart{z-index:4 !important;background:rgba(255,255,255,.94) !important;}
.product-body{padding:18px !important;}
.product-body h3{min-height:auto !important;font-size:15px !important;line-height:1.28 !important;margin-bottom:10px !important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.price{font-size:21px !important;color:var(--mc-ink) !important;}
.monthly{color:var(--mc-muted) !important;font-size:12.5px !important;}
.tags{margin-top:12px !important;gap:6px !important;}
.tag{background:#f4f1eb !important;border:1px solid var(--mc-line) !important;color:var(--mc-muted) !important;}
.quick{margin-top:14px !important;width:100% !important;}
/* VS compare: more professional, centered, compact */
.compare-grid{grid-template-columns:repeat(3,minmax(0,1fr)) !important;align-items:stretch !important;gap:18px !important;}
.compare-card{display:flex !important;flex-direction:column !important;overflow:hidden !important;border-radius:24px !important;}
.compare-card img{height:230px !important;object-fit:cover !important;}
.compare-body{padding:20px !important;display:flex !important;flex-direction:column !important;gap:10px !important;height:100%;}
.compare-body h3{font-size:24px !important;line-height:1.05 !important;margin:0 !important;}
.compare-rows{margin-top:6px !important;border-radius:14px !important;}
.compare-row{grid-template-columns:86px 1fr !important;font-size:12.5px !important;padding:10px 12px !important;}
.compare-card .btn-row{margin-top:auto !important;}
/* Cooling by room size like category cards */
[data-block-id="cubic-feet-v11"] .visual-grid{display:grid !important;grid-template-columns:repeat(4,minmax(0,1fr)) !important;gap:18px !important;}
[data-block-id="cubic-feet-v11"] .info-tile{position:relative !important;min-height:270px !important;overflow:hidden !important;border-radius:24px !important;background:#111 !important;color:#fff !important;box-shadow:var(--mc-shadow) !important;}
[data-block-id="cubic-feet-v11"] .info-tile::before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.78));z-index:1;}
[data-block-id="cubic-feet-v11"] .tile-img{position:absolute !important;inset:0 !important;height:100% !important;background-size:cover !important;background-position:center !important;}
[data-block-id="cubic-feet-v11"] .tile-content{position:absolute !important;z-index:2 !important;left:18px !important;right:18px !important;bottom:18px !important;padding:0 !important;}
[data-block-id="cubic-feet-v11"] .info-code{display:inline-flex !important;width:auto !important;height:auto !important;min-height:28px !important;padding:5px 10px !important;margin:0 0 10px !important;border-radius:999px !important;background:rgba(255,255,255,.92) !important;color:var(--mc-ink) !important;font-size:12px !important;}
[data-block-id="cubic-feet-v11"] h3{color:#fff !important;font-size:19px !important;line-height:1.06 !important;margin:0 0 6px !important;}
[data-block-id="cubic-feet-v11"] p{color:rgba(255,255,255,.82) !important;font-size:13px !important;line-height:1.38 !important;}
/* Guide/articles premium */
.guide-grid{grid-template-columns:repeat(4,minmax(0,1fr)) !important;gap:18px !important;}
.guide-card{overflow:hidden !important;border-radius:24px !important;transition:transform .18s ease,box-shadow .18s ease;}
.guide-card:hover{transform:translateY(-3px);box-shadow:0 24px 54px rgba(16,12,13,.14) !important;}
.guide-card img{height:220px !important;object-fit:cover !important;}
.guide-body{padding:18px !important;}
.guide-body h3{font-size:18px !important;line-height:1.15 !important;margin-bottom:10px !important;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;}
.guide-body p:not(.eyebrow){font-size:13.5px !important;line-height:1.5 !important;color:var(--mc-muted) !important;}
/* Center all split/panel content safely */
.finder-panel,.split-panel,.sizing-panel,.dealer-grid,.seo-story,.newsletter-panel{margin-left:auto !important;margin-right:auto !important;}
.finder-copy,.split-copy,.sizing-copy,.seo-copy{align-items:flex-start !important;}
.head{align-items:flex-end !important;}
@media(max-width:1080px){
  .category-grid,[data-block-id="cubic-feet-v11"] .visual-grid,.guide-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}
  .product-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}
  .compare-grid{grid-template-columns:1fr !important;max-width:680px !important;margin-inline:auto !important;}
}
@media(max-width:680px){
  body .entry-content > section > .container,
  body .wp-block-post-content > section > .container,
  .container{width:calc(100% - 28px) !important;}
  section{padding:38px 0 !important;}
  .head,.head.center{display:block !important;text-align:left !important;margin-bottom:18px !important;}
  .head .title,.head.center .title,.title{margin-left:0 !important;margin-right:0 !important;text-align:left !important;}
  .title{font-size:clamp(24px,7.2vw,32px) !important;line-height:1.08 !important;letter-spacing:-.015em !important;}
  .title.small{font-size:clamp(23px,6.8vw,30px) !important;line-height:1.1 !important;}
  h1{font-size:clamp(34px,10vw,42px) !important;line-height:1.02 !important;max-width:330px !important;margin-left:0 !important;text-align:left !important;}
  .lead{font-size:14px !important;line-height:1.58 !important;margin-left:0 !important;margin-right:0 !important;text-align:left !important;}
  .eyebrow{text-align:left !important;font-size:9.5px !important;}
  .btn-row{justify-content:flex-start !important;align-items:stretch !important;}
  .btn,.quick{max-width:none !important;width:100% !important;}
  .view-link,.text-link{justify-content:flex-start !important;margin-top:12px !important;}
  [data-block-id="hero-v12"]{min-height:520px !important;background-position:62% center !important;}
  .hero-inner{min-height:520px !important;align-items:flex-end !important;}
  .hero-copy{text-align:left !important;padding:0 0 42px !important;}
  .hero-lead,.hero-note{max-width:330px !important;margin-left:0 !important;text-align:left !important;font-size:14px !important;}
  .trust-grid{grid-template-columns:1fr 1fr !important;border-radius:18px !important;}
  .trust-item{min-height:72px !important;padding:12px !important;gap:9px !important;}
  .trust-icon{width:34px !important;height:34px !important;border-radius:10px !important;}
  .trust-item strong{font-size:12px !important;}.trust-item span{font-size:11px !important;}
  .category-grid{grid-template-columns:1fr 1fr !important;gap:12px !important;}
  .category-card{min-height:180px !important;border-radius:18px !important;}
  .category-content{inset:auto 13px 13px !important;}.category-content h3{font-size:16px !important;}.category-content p{font-size:11.5px !important;line-height:1.35 !important;}
  /* mobile product carousel */
  .product-grid{display:grid !important;grid-auto-flow:column !important;grid-auto-columns:minmax(292px,84vw) !important;grid-template-columns:none !important;overflow-x:auto !important;gap:14px !important;padding:4px 14px 18px !important;margin-left:-14px !important;margin-right:-14px !important;scroll-snap-type:x mandatory !important;-webkit-overflow-scrolling:touch !important;}
  .product-grid::-webkit-scrollbar{height:4px}.product-grid::-webkit-scrollbar-thumb{background:var(--mc-gold);border-radius:99px;}
  .product-card{scroll-snap-align:start !important;}
  .product-img{height:255px !important;background-size:contain !important;}
  .product-body h3{font-size:14px !important;line-height:1.28 !important;}
  .price{font-size:22px !important;}
  .compare-grid{gap:14px !important;}
  .compare-card img{height:185px !important;}
  .compare-body{padding:16px !important;}.compare-body h3{font-size:21px !important;}
  .compare-row{grid-template-columns:78px 1fr !important;font-size:12px !important;padding:9px 10px !important;}
  [data-block-id="cubic-feet-v11"] .visual-grid{grid-template-columns:1fr 1fr !important;gap:12px !important;}
  [data-block-id="cubic-feet-v11"] .info-tile{min-height:190px !important;border-radius:18px !important;}
  [data-block-id="cubic-feet-v11"] .tile-content{left:13px !important;right:13px !important;bottom:13px !important;}
  [data-block-id="cubic-feet-v11"] h3{font-size:15px !important;}[data-block-id="cubic-feet-v11"] p{font-size:11.5px !important;}
  .guide-grid{display:grid !important;grid-auto-flow:column !important;grid-auto-columns:minmax(282px,82vw) !important;grid-template-columns:none !important;overflow-x:auto !important;gap:14px !important;padding:4px 14px 18px !important;margin-left:-14px !important;margin-right:-14px !important;scroll-snap-type:x mandatory !important;}
  .guide-card{scroll-snap-align:start !important;}.guide-card img{height:190px !important;}.guide-body h3{font-size:17px !important;}
  .finder-copy,.split-copy,.sizing-copy,.seo-copy,.newsletter-panel,.dealer-grid>div:first-child{text-align:left !important;align-items:flex-start !important;padding:26px !important;}
  .finder-visual,.split-img,.sizing-img,.seo-img{min-height:250px !important;}
}

/* ============================================================
   ALICE UNIFORM SYSTEM v3 — white, centered, premium, mobile first
   Rules: white site background, centered section headers, restrained copy,
   consistent cards, less darkness, labels on imagery, mobile centered.
   ============================================================ */
html,body{background:#fff !important;}
:root{
  --u-bg:#ffffff;
  --u-surface:#ffffff;
  --u-soft:#f7f7f5;
  --u-ink:#111111;
  --u-text:#34302d;
  --u-muted:#68615a;
  --u-line:#e7e2da;
  --u-gold:#a9792b;
  --u-gold-soft:#f2eadc;
  --u-radius:22px;
  --u-shadow:0 14px 34px rgba(17,17,17,.075);
}
body .entry-content > section,
body .wp-block-post-content > section,
section{
  background:#fff !important;
  color:var(--u-text) !important;
  padding:56px 0 !important;
  overflow:hidden !important;
}
body .entry-content > section > .container,
body .wp-block-post-content > section > .container,
.container{
  width:min(1160px,calc(100% - 48px)) !important;
  margin-inline:auto !important;
}
/* universal section header */
.head,.head.center{
  display:block !important;
  text-align:center !important;
  max-width:800px !important;
  margin:0 auto 28px !important;
}
.head > div{max-width:800px !important;margin-inline:auto !important;}
.title,h1,h2,h3{
  color:var(--u-ink) !important;
  letter-spacing:-.018em !important;
  line-height:1.08 !important;
}
h1{font-size:clamp(40px,4.7vw,68px) !important;max-width:760px !important;margin-inline:auto !important;text-align:center !important;}
.title{font-size:clamp(28px,2.75vw,42px) !important;max-width:760px !important;margin-inline:auto !important;text-align:center !important;}
.title.small{font-size:clamp(26px,2.25vw,36px) !important;}
.lead,.hero-lead{max-width:620px !important;margin:12px auto 0 !important;color:var(--u-muted) !important;font-size:15.5px !important;line-height:1.58 !important;text-align:center !important;}
.eyebrow{color:var(--u-gold) !important;letter-spacing:.13em !important;font-size:10.5px !important;text-align:center !important;margin-bottom:10px !important;}
.view-link,.text-link{display:inline-flex !important;justify-content:center !important;margin:14px auto 0 !important;color:var(--u-ink) !important;border-bottom:1px solid var(--u-gold) !important;}
.btn-row{justify-content:center !important;}
.btn,.quick{border-radius:10px !important;background:var(--u-ink) !important;border-color:var(--u-ink) !important;color:#fff !important;box-shadow:none !important;}
.btn.light{background:#fff !important;color:var(--u-ink) !important;border-color:var(--u-line) !important;}
.card,.info-tile,.trust-grid,.accordion,.seo-story,.finder-panel,.split-panel,.sizing-panel,.newsletter-panel{background:#fff !important;border:1px solid var(--u-line) !important;box-shadow:var(--u-shadow) !important;border-radius:var(--u-radius) !important;}
/* hero: light premium, centered content, less dark */
[data-block-id="hero-v12"]{
  min-height:560px !important;
  background:
    linear-gradient(180deg,rgba(255,255,255,.92),rgba(255,255,255,.76)),
    url("https://pub-cefc5639008f4a9886e7232a17b33a9f.r2.dev/winemajesty/img-9.jpg") center/cover no-repeat !important;
  color:var(--u-ink) !important;
  display:flex !important;
  align-items:center !important;
}
[data-block-id="hero-v12"]::before,[data-block-id="hero-v12"]::after{display:none !important;}
.hero-inner{min-height:560px !important;align-items:center !important;justify-content:center !important;}
.hero-copy{width:min(760px,100%) !important;text-align:center !important;padding:72px 0 !important;margin-inline:auto !important;}
[data-block-id="hero-v12"] h1{color:var(--u-ink) !important;text-shadow:none !important;}
.hero-lead,.hero-note{color:var(--u-muted) !important;text-align:center !important;margin-inline:auto !important;}
/* compact trust */
[data-block-id="trust-v10"]{margin-top:0 !important;padding:28px 0 44px !important;background:#fff !important;}
.trust-grid{grid-template-columns:repeat(4,1fr) !important;overflow:hidden !important;}
.trust-item{justify-content:center !important;text-align:left !important;min-height:78px !important;padding:14px !important;}
.trust-icon{background:var(--u-soft) !important;color:var(--u-gold) !important;border-color:var(--u-line) !important;}
/* category/image cards labels */
.category-grid{grid-template-columns:repeat(3,minmax(0,1fr)) !important;gap:18px !important;}
.category-card{min-height:250px !important;border-radius:22px !important;background:#111 !important;box-shadow:var(--u-shadow) !important;}
.category-card::before{background:linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.68)) !important;}
.category-content{inset:auto 18px 18px !important;text-align:left !important;}
.category-content h3{color:#fff !important;font-size:19px !important;line-height:1.08 !important;}
.category-content p{color:rgba(255,255,255,.84) !important;font-size:13px !important;}
/* best sellers: less copy, product cards white, label on image */
[data-block-id="bestsellers-v10"]{background:#fff !important;border:0 !important;}
[data-block-id="bestsellers-v10"] .lead{max-width:460px !important;}
.product-grid{grid-template-columns:repeat(4,minmax(0,1fr)) !important;gap:18px !important;}
.product-card{background:#fff !important;overflow:hidden !important;border-radius:22px !important;border:1px solid var(--u-line) !important;box-shadow:var(--u-shadow) !important;}
.product-img{height:285px !important;background:#fff center/contain no-repeat !important;position:relative !important;border-bottom:1px solid var(--u-line) !important;}
.product-badge,.heart{position:absolute !important;z-index:5 !important;background:rgba(255,255,255,.94) !important;color:var(--u-ink) !important;border:1px solid rgba(17,17,17,.10) !important;backdrop-filter:blur(10px) !important;box-shadow:0 8px 18px rgba(0,0,0,.08) !important;}
.product-badge{top:12px !important;left:12px !important;border-radius:999px !important;font-size:10px !important;letter-spacing:.10em !important;}
.heart{top:12px !important;right:12px !important;}
.product-body{padding:18px !important;text-align:left !important;}
.product-body h3{font-size:14.5px !important;line-height:1.3 !important;min-height:auto !important;margin-bottom:10px !important;display:-webkit-box !important;-webkit-line-clamp:2 !important;-webkit-box-orient:vertical !important;overflow:hidden !important;}
.price{font-size:22px !important;color:var(--u-ink) !important;}
.monthly,.stars{font-size:12px !important;color:var(--u-muted) !important;}
.stars{color:var(--u-gold) !important;}
.tag{background:var(--u-soft) !important;border:1px solid var(--u-line) !important;color:var(--u-muted) !important;}
.quick{width:100% !important;margin-top:14px !important;}
/* split/panel blocks become white and centered, no heavy dark */
.finder-panel,.split-panel,.sizing-panel,.newsletter-panel{background:#fff !important;color:var(--u-text) !important;overflow:hidden !important;}
.finder-copy,.split-copy,.sizing-copy,.seo-copy{padding:40px !important;text-align:center !important;align-items:center !important;}
.finder-copy .title,.split-copy .title,.sizing-copy .title,.newsletter-panel .title{color:var(--u-ink) !important;}
.finder-copy .lead,.split-copy .lead,.sizing-copy .lead{color:var(--u-muted) !important;}
.finder-visual,.split-img,.sizing-img,.seo-img{min-height:360px !important;border-radius:0 !important;}
.finder-box{background:rgba(255,255,255,.92) !important;color:var(--u-ink) !important;border-color:rgba(17,17,17,.10) !important;}
.finder-box h3{color:var(--u-ink) !important;}.finder-option{background:#fff !important;color:var(--u-ink) !important;border-color:var(--u-line) !important;}
.mini-tile,.sizing-item{background:var(--u-soft) !important;color:var(--u-text) !important;border:1px solid var(--u-line) !important;}
/* compare uniform */
.compare-grid{grid-template-columns:repeat(3,minmax(0,1fr)) !important;gap:18px !important;align-items:stretch !important;}
.compare-card{overflow:hidden !important;border-radius:22px !important;display:flex !important;flex-direction:column !important;}
.compare-card img{height:220px !important;object-fit:cover !important;}
.compare-body{text-align:left !important;padding:20px !important;display:flex !important;flex-direction:column !important;height:100%;}
.compare-body h3{font-size:22px !important;}.compare-card .btn-row{margin-top:auto !important;}.compare-card .btn{width:100% !important;}
/* room-size: category grid image labels */
[data-block-id="cubic-feet-v11"] .visual-grid{grid-template-columns:repeat(4,minmax(0,1fr)) !important;gap:18px !important;}
[data-block-id="cubic-feet-v11"] .info-tile{position:relative !important;min-height:245px !important;overflow:hidden !important;border-radius:22px !important;background:#111 !important;color:#fff !important;box-shadow:var(--u-shadow) !important;}
[data-block-id="cubic-feet-v11"] .info-tile::before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.70));z-index:1;}
[data-block-id="cubic-feet-v11"] .tile-img{position:absolute !important;inset:0 !important;height:100% !important;background-size:cover !important;background-position:center !important;}
[data-block-id="cubic-feet-v11"] .tile-content{position:absolute !important;z-index:2 !important;left:16px !important;right:16px !important;bottom:16px !important;padding:0 !important;text-align:left !important;}
[data-block-id="cubic-feet-v11"] .info-code{display:inline-flex !important;width:auto !important;height:auto !important;min-height:28px !important;padding:5px 10px !important;margin:0 0 10px !important;border-radius:999px !important;background:rgba(255,255,255,.94) !important;color:var(--u-ink) !important;font-size:12px !important;}
[data-block-id="cubic-feet-v11"] h3{color:#fff !important;font-size:18px !important;line-height:1.08 !important;margin:0 0 5px !important;}
[data-block-id="cubic-feet-v11"] p{color:rgba(255,255,255,.84) !important;font-size:12.5px !important;line-height:1.38 !important;}
/* guide articles */
.guide-grid{grid-template-columns:repeat(4,minmax(0,1fr)) !important;gap:18px !important;}
.guide-card{overflow:hidden !important;border-radius:22px !important;background:#fff !important;}
.guide-card img{height:210px !important;object-fit:cover !important;}
.guide-body{text-align:left !important;padding:18px !important;}.guide-body .eyebrow{text-align:left !important;}.guide-body h3{font-size:17px !important;line-height:1.18 !important;}.guide-body p:not(.eyebrow){font-size:13.5px !important;line-height:1.5 !important;}
/* mobile: centered everything, clean white */
@media(max-width:1080px){
  .category-grid,[data-block-id="cubic-feet-v11"] .visual-grid,.guide-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}
  .product-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}
  .compare-grid{grid-template-columns:1fr !important;max-width:680px !important;margin-inline:auto !important;}
  .trust-grid{grid-template-columns:repeat(2,1fr) !important;}
}
@media(max-width:680px){
  body .entry-content > section > .container,body .wp-block-post-content > section > .container,.container{width:calc(100% - 28px) !important;}
  section{padding:38px 0 !important;background:#fff !important;}
  .head,.head.center,.hero-copy,.finder-copy,.split-copy,.sizing-copy,.seo-copy,.newsletter-panel,.dealer-grid>div:first-child{text-align:center !important;align-items:center !important;}
  .head{margin-bottom:18px !important;}
  h1{font-size:clamp(34px,9.7vw,42px) !important;line-height:1.05 !important;max-width:340px !important;text-align:center !important;margin-inline:auto !important;}
  .title{font-size:clamp(23px,6.7vw,30px) !important;line-height:1.12 !important;text-align:center !important;margin-inline:auto !important;}
  .title.small{font-size:clamp(22px,6.2vw,28px) !important;}
  .lead,.hero-lead{font-size:13.5px !important;line-height:1.56 !important;text-align:center !important;margin-inline:auto !important;max-width:330px !important;}
  .eyebrow{text-align:center !important;font-size:9.5px !important;}
  .btn-row{justify-content:center !important;}.btn,.quick{width:100% !important;max-width:315px !important;}.view-link,.text-link{justify-content:center !important;}
  [data-block-id="hero-v12"]{min-height:500px !important;background:linear-gradient(180deg,rgba(255,255,255,.94),rgba(255,255,255,.82)),url("https://pub-cefc5639008f4a9886e7232a17b33a9f.r2.dev/winemajesty/img-9.jpg") 62% center/cover no-repeat !important;}
  .hero-inner{min-height:500px !important;align-items:center !important;}.hero-copy{padding:42px 0 !important;}
  .trust-item{text-align:left !important;justify-content:flex-start !important;min-height:70px !important;padding:12px !important;}
  .category-grid{grid-template-columns:1fr 1fr !important;gap:12px !important;}.category-card{min-height:172px !important;border-radius:18px !important;}.category-content{inset:auto 13px 13px !important;}.category-content h3{font-size:15.5px !important;}.category-content p{font-size:11.3px !important;}
  .product-grid{display:grid !important;grid-auto-flow:column !important;grid-auto-columns:minmax(292px,84vw) !important;grid-template-columns:none !important;overflow-x:auto !important;gap:14px !important;padding:4px 14px 18px !important;margin-inline:-14px !important;scroll-snap-type:x mandatory !important;-webkit-overflow-scrolling:touch !important;}
  .product-card{scroll-snap-align:start !important;}.product-img{height:255px !important;background-size:contain !important;}.product-body{text-align:left !important;}
  .compare-card img{height:180px !important;}.compare-body{text-align:left !important;padding:16px !important;}.compare-body h3{font-size:20px !important;}
  [data-block-id="cubic-feet-v11"] .visual-grid{grid-template-columns:1fr 1fr !important;gap:12px !important;}[data-block-id="cubic-feet-v11"] .info-tile{min-height:180px !important;border-radius:18px !important;}[data-block-id="cubic-feet-v11"] .tile-content{left:12px !important;right:12px !important;bottom:12px !important;}[data-block-id="cubic-feet-v11"] h3{font-size:14.5px !important;}[data-block-id="cubic-feet-v11"] p{font-size:11px !important;}
  .guide-grid{display:grid !important;grid-auto-flow:column !important;grid-auto-columns:minmax(282px,82vw) !important;grid-template-columns:none !important;overflow-x:auto !important;gap:14px !important;padding:4px 14px 18px !important;margin-inline:-14px !important;scroll-snap-type:x mandatory !important;}.guide-card{scroll-snap-align:start !important;}.guide-card img{height:185px !important;}
}

/* ALICE v3.1 HARD OVERRIDE — Loïc feedback: white + centered + less info */
body,body.site,body .site,body .content-area,body .site-main,body .entry-content,body .wp-block-post-content{background:#fff !important;}
body .entry-content > section,
body .wp-block-post-content > section,
body main section,
body main section:nth-of-type(n),
body main section[data-block-id]{background:#fff !important;}
body main section > .container{margin-left:auto !important;margin-right:auto !important;}
body main section .head,
body main section .head.center,
body main section .head > div{display:block !important;text-align:center !important;margin-left:auto !important;margin-right:auto !important;max-width:760px !important;}
body main section .head h1,
body main section .head h2,
body main section h1.title,
body main section h2.title,
body main section .title{margin-left:auto !important;margin-right:auto !important;text-align:center !important;}
body main section .head .lead,
body main section .lead{margin-left:auto !important;margin-right:auto !important;text-align:center !important;}
body main section .head .view-link{margin-left:auto !important;margin-right:auto !important;}
body main section .eyebrow{text-align:center !important;}
body main [data-block-id="bestsellers-v10"] .head{margin-bottom:20px !important;}
body main [data-block-id="bestsellers-v10"] .lead{max-width:390px !important;font-size:14px !important;}
body main [data-block-id="bestsellers-v10"] .head .view-link{display:none !important;}
body main [data-block-id="bestsellers-v10"] .product-grid{margin-top:4px !important;}
@media(max-width:680px){
  body main section .head,
  body main section .head.center,
  body main section .head > div,
  body main section .hero-copy,
  body main section .finder-copy,
  body main section .split-copy,
  body main section .sizing-copy,
  body main section .seo-copy{ text-align:center !important; align-items:center !important; }
  body main section h1,
  body main section h2,
  body main section h3.title,
  body main section .title{ text-align:center !important; margin-left:auto !important; margin-right:auto !important; }
  body main section p,
  body main section .lead,
  body main section .hero-lead{ text-align:center !important; margin-left:auto !important; margin-right:auto !important; }
  body main section .btn-row{ justify-content:center !important; }
  body main section .view-link,body main section .text-link{ justify-content:center !important; margin-left:auto !important; margin-right:auto !important; }
  body main [data-block-id="bestsellers-v10"] .lead{max-width:300px !important;}
  body main [data-block-id="bestsellers-v10"] .head{margin-bottom:16px !important;}
}

/* ALICE v3.2 CONTRAST OVERRIDE — no dark/muddy blocks, readable font colors */
:root{
  --alice-bg:#ffffff !important;
  --alice-bg-soft:#ffffff !important;
  --alice-card:#ffffff !important;
  --alice-text:#17130f !important;
  --alice-muted:#5f5a54 !important;
  --alice-border:#e9dfd2 !important;
  --alice-accent:#8a4f22 !important;
  --alice-accent-dark:#5f3518 !important;
}
html,body,main,.site,.site-content,.content-area,.entry-content,.wp-block-post-content{
  background:#ffffff !important;
  color:var(--alice-text) !important;
}
body main section,
body main section:nth-child(n),
body main [data-block-id],
body .entry-content > section,
body .wp-block-post-content > section{
  background:#ffffff !important;
  background-color:#ffffff !important;
  color:var(--alice-text) !important;
}
body main section *{ color:inherit; }
body main h1,
body main h2,
body main h3,
body main h4,
body main .title,
body main .card-title,
body main .product-title{
  color:#17130f !important;
  opacity:1 !important;
}
body main p,
body main li,
body main .lead,
body main .hero-lead,
body main .text,
body main .copy,
body main .muted,
body main .desc,
body main .card p,
body main .product-card p,
body main .step p{
  color:#5f5a54 !important;
  opacity:1 !important;
}
body main .eyebrow,
body main .kicker,
body main .badge,
body main .pill,
body main .meta,
body main .price,
body main .spec,
body main .label{
  color:#8a4f22 !important;
  opacity:1 !important;
}
body main .card,
body main .product-card,
body main .cat-card,
body main .guide-card,
body main .step,
body main .panel,
body main .visual-card,
body main .condition-card,
body main .compare-card,
body main .mistake-card,
body main .trust-card,
body main .sizing-card,
body main .faq-item,
body main article,
body main [class*="card"],
body main [class*="panel"]{
  background:#ffffff !important;
  background-color:#ffffff !important;
  color:#17130f !important;
  border-color:#e9dfd2 !important;
  box-shadow:0 14px 34px rgba(28,20,12,.07) !important;
}
body main .btn,
body main .button,
body main a.btn,
body main .wp-block-button__link,
body main .primary,
body main .btn-primary{
  background:#8a4f22 !important;
  color:#ffffff !important;
  border-color:#8a4f22 !important;
}
body main .btn-secondary,
body main .secondary,
body main .text-link,
body main .view-link,
body main a:not(.btn):not(.button):not(.wp-block-button__link){
  color:#5f3518 !important;
}
body main img{ filter:none !important; opacity:1 !important; }
body main .overlay,
body main .scrim,
body main [class*="overlay"],
body main [class*="scrim"]{
  background:transparent !important;
}
@media(max-width:680px){
  body main h1,body main h2,body main h3,body main h4,body main .title{text-align:center !important;color:#17130f !important;}
  body main p,body main li,body main .lead,body main .hero-lead{text-align:center !important;color:#5f5a54 !important;}
  body main .card,body main .product-card,body main .cat-card,body main .guide-card,body main .step,body main .panel{text-align:center !important;}
}

/* ALICE v3.3 MOBILE CENTER + CTA BRAND LOCK */
body main,
body main section,
body main section:nth-child(n),
body main [data-block-id],
body main .container,
body main .section,
body .entry-content,
body .wp-block-post-content{
  background:#ffffff !important;
  background-color:#ffffff !important;
}
body main section h1,
body main section h2,
body main section h3,
body main section h4,
body main section .title,
body main section .section-title,
body main section .card-title,
body main section .product-title{
  color:#17130f !important;
}
body main section p,
body main section li,
body main section .lead,
body main section .hero-lead,
body main section .desc,
body main section .muted,
body main section .copy{
  color:#5f5a54 !important;
}
body main section a.btn,
body main section a.button,
body main section button,
body main section .btn,
body main section .button,
body main section .wp-block-button__link,
body main section [class*="btn"]{
  background:#8a4f22 !important;
  background-color:#8a4f22 !important;
  color:#ffffff !important;
  border-color:#8a4f22 !important;
}
body main section a.btn:hover,
body main section .btn:hover,
body main section .button:hover,
body main section .wp-block-button__link:hover{
  background:#5f3518 !important;
  background-color:#5f3518 !important;
  color:#ffffff !important;
}
@media(max-width:680px){
  body main section,
  body main section .container,
  body main section .head,
  body main section .head.center,
  body main section .head > *,
  body main section .hero-copy,
  body main section .split-copy,
  body main section .finder-copy,
  body main section .sizing-copy,
  body main section .seo-copy,
  body main section .card,
  body main section .product-card,
  body main section .cat-card,
  body main section .guide-card,
  body main section .panel{
    text-align:center !important;
    align-items:center !important;
    justify-content:center !important;
  }
  body main section h1,
  body main section h2,
  body main section h3,
  body main section h4,
  body main section .title,
  body main section .section-title,
  body main section .card-title,
  body main section .product-title,
  body main section .lead,
  body main section .hero-lead,
  body main section p{
    text-align:center !important;
    margin-left:auto !important;
    margin-right:auto !important;
  }
  body main section .btn-row,
  body main section .actions,
  body main section .cta-row{
    justify-content:center !important;
    align-items:center !important;
  }
}
