:root {
  --color-black: #0a0a0a;
  --color-white: #ffffff;
  --color-accent: #8a9d83;
  --color-accent-dark: #63765f;
  --color-mint: #e8f3ec;
  --color-grey: #f3f3f3;
  --color-line: #dedede;
  --color-text: #151515;
  --shadow-soft: 0 18px 55px rgba(0, 0, 0, 0.08);
  --page-width: 1440px;
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: clip;
  scroll-padding-top: 142px;
  scroll-behavior: smooth;
}

body {
  max-width: 100%;
  margin: 0;
  overflow-x: clip;
  color: var(--color-text);
  background: var(--color-white);
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}

[id] {
  scroll-margin-top: 142px;
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

:focus-visible {
  outline: 3px solid rgba(99, 118, 95, 0.48);
  outline-offset: 3px;
}

.wp-site-blocks,
.entry-content,
.is-layout-constrained,
.is-layout-flow,
.site-main {
  max-width: none;
}

.page-width,
.wp-site-blocks > .alignwide,
.wp-site-blocks > .alignfull {
  width: min(var(--page-width), calc(100% - 40px));
  max-width: none;
  margin-inline: auto;
}

.skip-link,
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.skip-link:focus {
  z-index: 50;
  width: auto;
  height: auto;
  padding: 12px 16px;
  clip: auto;
  background: var(--color-black);
  color: var(--color-white);
}

.button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.wp-block-button__link,
.add_to_cart_button,
.product-card .button,
.product-card-form .button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 4px;
  padding: 0 22px;
  background: var(--color-accent);
  color: var(--color-white);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1.1;
  overflow: visible;
  text-align: center;
  text-transform: uppercase;
  white-space: normal;
  cursor: pointer;
  transition: background 160ms ease, transform 160ms ease;
}

.button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.wp-block-button__link:hover,
.add_to_cart_button:hover,
.product-card .button:hover,
.product-card-form .button:hover {
  background: var(--color-accent-dark);
  color: var(--color-white);
  transform: translateY(-1px);
}

.button[disabled],
.button:disabled,
.woocommerce button.button[disabled],
.woocommerce button.button:disabled {
  opacity: 0.55;
  cursor: not-allowed;
  transform: none;
}

.button--secondary {
  min-width: 170px;
}

.button--small {
  display: inline-flex;
  min-height: 46px;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1.1;
  text-align: center;
}

.button--dark {
  background: var(--color-black);
}

.button--dark:hover {
  background: #333333;
}

.announcement {
  display: flex;
  min-height: 32px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  background: var(--color-black);
  color: var(--color-white);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.announcement svg {
  width: 16px;
  height: 16px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 1px 0 var(--color-line);
  backdrop-filter: blur(12px);
}

.header-main {
  display: grid;
  min-height: 108px;
  grid-template-columns: 228px minmax(0, 1fr) auto;
  align-items: center;
  gap: 32px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--color-black);
  font-weight: 800;
  text-transform: uppercase;
}

.site-header .brand {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.brand-logo {
  width: auto;
  max-height: 82px;
  object-fit: contain;
  filter: drop-shadow(0 5px 10px rgba(22, 24, 20, 0.08));
}

.brand-logo--fallback {
  display: inline-flex;
  align-items: center;
  min-height: 64px;
  color: var(--color-black);
  font-size: clamp(22px, 2.2vw, 34px);
  font-weight: 900;
  line-height: 1;
}

.brand-logo--footer {
  width: auto;
  height: 72px;
  max-height: 72px;
  filter: none;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(38px, 3vw, 44px);
}

.site-nav-link {
  color: #151515;
  font-size: clamp(18px, 1.12vw, 20px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  transition: color 0.2s ease, transform 0.2s ease;
  white-space: nowrap;
}

.site-nav-link:hover,
.site-nav-link:focus-visible {
  color: var(--color-accent-dark);
  transform: translateY(-1px);
}

.site-nav-link.is-active,
.site-nav-link[aria-current="page"] {
  color: var(--color-accent-dark);
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
}

.header-actions a,
.menu-toggle {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--color-black);
  cursor: pointer;
}

.header-actions svg,
.menu-toggle svg {
  width: 23px;
  height: 23px;
}

.cart-link {
  position: relative;
}

.cart-count {
  position: absolute;
  right: -8px;
  top: -7px;
  display: grid;
  min-width: 17px;
  height: 17px;
  place-items: center;
  border-radius: 999px;
  background: var(--color-accent);
  color: var(--color-white);
  font-size: 10px;
  font-weight: 700;
}

.menu-toggle {
  display: none;
}

.hero-cloud {
  position: relative;
  min-height: 540px;
  overflow: hidden;
  background: linear-gradient(105deg, #f8f8f5 0%, #eeeeea 48%, #dfe7d9 100%);
}

.hero-content {
  display: grid;
  min-height: 540px;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 0.62fr);
  gap: clamp(32px, 4vw, 60px);
  align-items: center;
}

.hero-copy {
  width: min(650px, 55vw);
  padding-block: 60px;
}

.hero-eyebrow,
.hero-copy h1 {
  margin: 0;
  text-transform: uppercase;
}

.hero-eyebrow {
  color: var(--color-accent);
  font-size: clamp(44px, 4.2vw, 68px);
  font-weight: 900;
  line-height: 1;
}

.hero-copy h1 {
  margin-bottom: 18px;
  color: var(--color-black);
  font-size: clamp(26px, 2.6vw, 40px);
  font-weight: 900;
  line-height: 0.98;
}

.hero-copy p:not(.hero-eyebrow) {
  max-width: 430px;
  margin: 0 0 22px;
  font-size: 16px;
  line-height: 1.62;
}

.hero-brand-panel {
  display: grid;
  gap: 14px;
  justify-items: center;
  border: 1px solid rgba(138, 157, 131, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  padding: clamp(22px, 3vw, 34px);
  text-align: center;
  box-shadow: var(--shadow-soft);
}

.hero-brand-logo-img {
  max-height: 132px;
  object-fit: contain;
}

.hero-panel-kicker {
  margin: 0;
  color: var(--color-accent-dark);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-panel-title {
  margin: 0;
  color: var(--color-black);
  font-size: clamp(22px, 2vw, 28px);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.hero-trust-tiles {
  display: grid;
  width: 100%;
  gap: 8px;
}

.hero-trust-tiles div {
  display: grid;
  gap: 3px;
  border: 1px solid rgba(222, 222, 222, 0.84);
  border-radius: 6px;
  background: var(--color-white);
  padding: 11px 14px;
}

.hero-trust-tiles strong {
  font-size: 13px;
  text-transform: uppercase;
}

.hero-trust-tiles span {
  color: #666666;
  font-size: 13px;
}

.category-strip,
.featured-products,
.standard-page,
.ch-theme-wc-page {
  padding-block: 54px;
}

.section-heading {
  margin-bottom: 36px;
  text-align: center;
}

.section-kicker {
  margin: 0 0 10px;
  color: var(--color-accent-dark);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.section-heading--row {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  text-align: left;
}

.section-heading h1,
.section-heading h2,
.age-gate-panel h2,
.ch-theme-wc-page h1 {
  margin: 0;
  font-size: clamp(26px, 2.6vw, 34px);
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.section-note {
  max-width: 280px;
  margin: 0;
  color: #666666;
  font-size: 14px;
  line-height: 1.45;
  text-align: right;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

.category-card {
  display: grid;
  min-height: 112px;
  place-items: center;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: 6px;
  background: var(--color-white);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  transition: border-color 160ms ease, color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.category-strip {
  background: var(--color-grey);
}

.category-card:hover {
  border-color: rgba(138, 157, 131, 0.24);
  color: var(--color-accent-dark);
  box-shadow: var(--shadow-soft);
  transform: translateY(-2px);
}

.category-card:focus-visible {
  border-color: rgba(99, 118, 95, 0.48);
}

.category-card svg,
.category-card-icon--image {
  width: 44px;
  height: 44px;
}

.category-card-icon--image {
  object-fit: contain;
}

.featured-products {
  background: #fbfbfb;
}

.featured-products--essentials {
  background: var(--color-white);
}

.product-grid,
.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 328px));
  justify-content: center;
  gap: 32px;
}

body.home .featured-products .product-grid {
  grid-template-columns: repeat(4, minmax(220px, 328px));
}

body.home .featured-products--essentials .product-grid,
body.tax-product_cat.term-accessories .woocommerce ul.products,
body.tax-product_cat.term-vapes .woocommerce ul.products,
.woocommerce div.product .related.products ul.products {
  grid-template-columns: repeat(3, minmax(220px, 328px));
  justify-content: center;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
  display: none;
}

.woocommerce ul.products li.product,
.product-card {
  display: grid;
  min-width: 0;
  width: 100%;
  max-width: 328px;
  margin: 0;
  border: 1px solid rgba(10, 10, 10, 0.06);
  background: var(--color-white);
  justify-self: center;
  box-shadow: 0 10px 28px rgba(10, 10, 10, 0.035);
  text-align: center;
}

.woocommerce ul.products li.product.product-card {
  float: none;
  clear: none;
}

.woocommerce ul.products li.product-category {
  display: none;
}

.product-card-media {
  display: grid;
  aspect-ratio: 1 / 1;
  place-items: center;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  background: linear-gradient(145deg, #fbfbf8 0%, #f6f8f2 100%);
  overflow: hidden;
}

.product-card-media img,
.product-card-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.woocommerce ul.products li.product:not(.product-card) a img {
  display: block;
  aspect-ratio: 1 / 1;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 10px;
  background: linear-gradient(145deg, #fbfbf8 0%, #f6f8f2 100%);
  object-fit: contain;
  overflow: hidden;
}

.product-placeholder {
  display: block;
  width: min(74%, 230px);
  aspect-ratio: 1 / 0.72;
  border-radius: 18px;
  background: linear-gradient(145deg, #111111, #050505);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.18);
}

.product-placeholder--2 {
  background: linear-gradient(145deg, #d9cfbd, #efe4d0);
}

.product-placeholder--3 {
  aspect-ratio: 2.6 / 1;
  border-radius: 4px;
  background: linear-gradient(145deg, #526b4d, #8a9d83);
}

.product-placeholder--4 {
  width: min(66%, 170px);
  aspect-ratio: 1 / 1.22;
  border-radius: 4px;
  background: linear-gradient(145deg, #111111, #596b50);
}

.product-placeholder--5 {
  aspect-ratio: 1.35 / 1;
  border-radius: 16px;
  background: #161616;
}

.product-placeholder--6 {
  width: min(54%, 150px);
  aspect-ratio: 0.8 / 1;
  border: 6px solid #111111;
  border-radius: 16px 16px 10px 10px;
  background: rgba(255, 255, 255, 0.6);
}

.product-placeholder--coming-soon {
  position: relative;
  display: grid;
  width: min(58%, 168px);
  aspect-ratio: 0.72 / 1;
  place-items: end center;
  border-radius: 22px;
  background: linear-gradient(160deg, #171717 0%, #2b3129 58%, #8a9d83 100%);
  box-shadow: 0 22px 42px rgba(10, 10, 10, 0.18);
}

.product-placeholder--coming-soon::before {
  content: "";
  position: absolute;
  inset: 13% 18% 24%;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.06));
}

.product-placeholder--coming-soon::after {
  content: "BALD VERFÜGBAR";
  position: relative;
  z-index: 1;
  margin: 0 14px 18px;
  border-radius: 999px;
  padding: 7px 10px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--color-black);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1;
  white-space: nowrap;
}

.product-card--coming-soon .product-card-media {
  background: linear-gradient(145deg, #f7f7f4, #e9eee4);
}

.product-card-body,
.woocommerce ul.products li.product {
  align-content: start;
}

.product-card-body {
  display: grid;
  min-height: 190px;
  grid-template-rows: minmax(56px, auto) 34px minmax(46px, auto);
  gap: 10px;
  align-items: start;
  padding: 18px 20px 20px;
}

.product-card h3,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  display: -webkit-box;
  min-height: 56px;
  max-height: 56px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin: 0;
  padding: 0;
  color: var(--color-black);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.22;
}

.price,
.woocommerce ul.products li.product .price,
.product-card-status {
  display: flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: var(--color-black);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
}

.product-card-status {
  color: var(--color-accent-dark);
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.product-card--coming-soon .button[disabled],
.product-card--coming-soon .button:disabled,
.product-card--coming-soon .button[disabled]:hover,
.product-card--coming-soon .button:disabled:hover {
  opacity: 1;
  background: var(--color-black);
  color: var(--color-white);
  cursor: default;
  transform: none;
}

.woocommerce ul.products li.product .product-card-body .button {
  width: 100%;
  min-height: 46px;
  height: 46px;
  margin: 0;
  padding: 0 22px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1;
}

.product-card-form {
  display: grid;
  gap: 10px;
  align-self: end;
}

.product-card-variations {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.product-card-variation {
  display: inline-flex;
  min-width: 52px;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(99, 118, 95, 0.34);
  border-radius: 999px;
  padding: 0 12px;
  background: #ffffff;
  color: var(--color-black);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
}

.product-card-variation.is-selected,
.product-card-variation[aria-pressed="true"] {
  border-color: var(--color-accent-dark);
  background: var(--color-black);
  color: var(--color-white);
}

.product-card-variation:disabled {
  border-color: rgba(10, 10, 10, 0.12);
  background: #f2f2f2;
  color: #8a8a8a;
  cursor: not-allowed;
  text-decoration: line-through;
}

.product-card-feedback {
  min-height: 18px;
  margin: 0;
  color: var(--color-accent-dark);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}

.product-card-feedback:empty {
  display: none;
  min-height: 0;
}

.product-card-feedback.is-error {
  color: #9f342f;
}

.product-card .added_to_cart.wc-forward,
.product-card-form .added_to_cart.wc-forward,
.woocommerce ul.products li.product.product-card .added_to_cart.wc-forward {
  display: inline-flex;
  width: auto;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  justify-self: center;
  margin: 10px auto 0;
  padding: 0 16px;
  border: 1px solid var(--color-accent);
  border-radius: 4px;
  background: transparent;
  color: var(--color-accent-dark);
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}

.product-card .added_to_cart.wc-forward:hover,
.product-card .added_to_cart.wc-forward:focus-visible,
.product-card-form .added_to_cart.wc-forward:hover,
.product-card-form .added_to_cart.wc-forward:focus-visible {
  color: var(--color-black);
}

.product-card-submit.is-loading {
  opacity: 0.72;
  cursor: wait;
}

.product-card-submit.is-success {
  background: var(--color-black);
}

.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product a.button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce .add_to_cart_button,
.product-card .button,
.product-card a.button,
.product-card-form .button,
.ch-product-card .button,
.ch-product-card a.button,
.ch-product-card .add_to_cart_button {
  display: flex;
  width: 100%;
  min-height: 46px;
  height: 46px;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 4px;
  margin: 0;
  padding: 0 22px;
  overflow: visible;
  background: #8a9d83;
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.woocommerce ul.products li.product .button:hover,
.woocommerce ul.products li.product a.button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce .add_to_cart_button:hover,
.product-card .button:hover,
.product-card a.button:hover,
.product-card-form .button:hover,
.ch-product-card .button:hover,
.ch-product-card a.button:hover,
.ch-product-card .add_to_cart_button:hover {
  background: #63765f;
  color: #ffffff;
}

.woocommerce ul.products li.product .button span,
.woocommerce ul.products li.product a.button span,
.woocommerce .add_to_cart_button span,
.product-card .button span,
.product-card a.button span,
.product-card-form .button span,
.ch-product-card .button span,
.ch-product-card a.button span,
.ch-product-card .add_to_cart_button span {
  display: flex;
  min-height: 0;
  align-items: center;
  justify-content: center;
  overflow: visible;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

.age-gate[hidden] {
  display: none;
}

.has-age-gate body {
  overflow: hidden;
}

.has-mobile-menu-open body {
  overflow: hidden;
}

.age-gate {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(10, 10, 10, 0.74);
  backdrop-filter: blur(12px);
}

.age-gate-panel {
  width: min(100%, 560px);
  border-radius: 8px;
  background: var(--color-white);
  padding: clamp(28px, 5vw, 52px);
  text-align: center;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
}

.age-gate-logo {
  display: flex;
  justify-content: center;
  margin: 0 auto 18px;
}

.age-gate-logo-img {
  max-height: 110px;
  object-fit: contain;
}

.age-gate-panel p:not(.section-kicker) {
  max-width: 430px;
  margin: 16px auto 28px;
  line-height: 1.6;
}

.age-gate-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.trust-bar--footer {
  background: var(--color-accent);
  color: var(--color-white);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.trust-item {
  display: flex;
  min-height: 92px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 18px 28px;
}

.trust-item + .trust-item {
  border-left: 1px solid rgba(255, 255, 255, 0.48);
}

.trust-item svg {
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
}

.trust-item strong,
.trust-item span {
  display: block;
}

.trust-item strong {
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.trust-item span {
  margin-top: 3px;
  font-size: 14px;
}

.site-footer {
  padding-block: 54px;
  background: var(--color-black);
  color: var(--color-white);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.7fr 1fr 1fr;
  gap: 52px;
}

.brand--footer {
  margin-bottom: 16px;
  color: var(--color-white);
}

.site-footer p {
  max-width: 390px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.6;
}

.site-footer h2 {
  margin: 0 0 18px;
  font-size: 14px;
  text-transform: uppercase;
}

.site-footer a:not(.brand) {
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.74);
}

.footer-link-placeholder {
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.44);
}

.site-footer a:hover {
  color: var(--color-white);
}

.cloud-social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 22px;
}

.cloud-social-link,
.site-footer a.cloud-social-link {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  margin: 0;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.82);
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.cloud-social-link svg {
  width: 20px;
  height: 20px;
  pointer-events: none;
}

.cloud-social-link:hover,
.cloud-social-link:focus-visible,
.site-footer a.cloud-social-link:hover,
.site-footer a.cloud-social-link:focus-visible {
  border-color: rgba(138, 157, 131, 0.88);
  background: var(--color-accent);
  color: var(--color-white);
  outline: 0;
  transform: translateY(-1px);
}

.cloud-whatsapp-float {
  position: fixed;
  right: max(18px, env(safe-area-inset-right));
  bottom: max(22px, env(safe-area-inset-bottom));
  z-index: 40;
  display: inline-flex;
  width: 54px;
  height: 54px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 999px;
  background: var(--color-accent);
  color: var(--color-white);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.18);
  text-decoration: none;
  transition: background 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.cloud-whatsapp-float svg {
  width: 25px;
  height: 25px;
  pointer-events: none;
}

.cloud-whatsapp-float:hover,
.cloud-whatsapp-float:focus-visible {
  background: var(--color-accent-dark);
  color: var(--color-white);
  outline: 0;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
  transform: translateY(-1px);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms;
    animation-iteration-count: 1;
    scroll-behavior: auto;
    transition-duration: 0.01ms;
  }

  .cloud-social-link,
  .cloud-whatsapp-float {
    transition: none;
  }

  .cloud-social-link:hover,
  .cloud-social-link:focus-visible,
  .cloud-whatsapp-float:hover,
  .cloud-whatsapp-float:focus-visible {
    transform: none;
  }
}

@media (hover: none), (pointer: coarse) {
  .button:hover,
  .woocommerce a.button:hover,
  .woocommerce button.button:hover,
  .woocommerce input.button:hover,
  .wp-block-button__link:hover,
  .add_to_cart_button:hover,
  .product-card .button:hover,
  .product-card-form .button:hover,
  .site-nav-link:hover,
  .cloud-social-link:hover,
  .cloud-whatsapp-float:hover,
  .woocommerce div.product div.images .flex-control-thumbs li img:hover {
    transform: none;
  }
}

.ch-theme-wc-page .woocommerce-breadcrumb,
.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
  font-size: 13px;
}

body.post-type-archive-product .ch-theme-wc-page,
body.tax-product_cat .ch-theme-wc-page {
  padding-block: 42px 50px;
}

body.post-type-archive-product .ch-page-header,
body.tax-product_cat .ch-page-header {
  margin-bottom: clamp(24px, 2.6vw, 32px);
}

body.post-type-archive-product .woocommerce .woocommerce-result-count,
body.post-type-archive-product .woocommerce .woocommerce-ordering,
body.tax-product_cat .woocommerce .woocommerce-result-count,
body.tax-product_cat .woocommerce .woocommerce-ordering {
  margin-bottom: 18px;
}

body.post-type-archive-product .woocommerce ul.products,
body.tax-product_cat .woocommerce ul.products {
  margin-top: 0;
}

.rte {
  font-size: 17px;
  line-height: 1.65;
}

.legal-page,
.withdrawal-page {
  padding-block: 70px;
}

.withdrawal-hero {
  max-width: 860px;
  margin-bottom: 34px;
}

.withdrawal-eyebrow,
.member-eyebrow {
  margin: 0 0 14px;
  color: var(--color-accent-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.legal-page h1,
.withdrawal-hero h1,
.member-copy h1 {
  margin: 0;
  color: var(--color-black);
  font-size: clamp(34px, 4.6vw, 68px);
  font-weight: 900;
  line-height: 0.98;
  text-transform: uppercase;
}

.withdrawal-hero h1 {
  font-size: clamp(38px, 5vw, 76px);
}

.withdrawal-hero > p,
.member-copy > p {
  max-width: 720px;
  margin: 18px 0 0;
  color: #4f4f4f;
  font-size: 17px;
  line-height: 1.7;
}

.ch-page-header {
  display: grid;
  justify-items: center;
  width: 100%;
  max-width: 1160px;
  margin-inline: auto;
  margin-bottom: clamp(36px, 4vw, 48px);
  text-align: center;
}

.ch-page-header__eyebrow {
  margin: 0 0 10px;
  color: var(--color-accent-dark);
  font-size: clamp(21px, 1.7vw, 24px);
  font-weight: 900;
  letter-spacing: 0.14em;
  line-height: 1.1;
  text-transform: uppercase;
}

.ch-page-header__title {
  display: grid;
  justify-items: center;
  margin: 0;
  color: var(--color-black);
  font-size: clamp(46px, 4vw, 52px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.96;
  text-transform: uppercase;
}

.ch-page-header__title::after {
  content: "";
  display: block;
  width: 44px;
  height: 3px;
  margin-top: 16px;
  border-radius: 999px;
  background: var(--color-accent-dark);
}

.ch-page-header__intro {
  max-width: 720px;
  margin: 18px auto 0;
  color: #4f4f4f;
  font-size: 17px;
  line-height: 1.7;
}

@media (max-width: 999px) {
  .ch-page-header__eyebrow {
    font-size: clamp(18px, 2.2vw, 20px);
  }

  .ch-page-header__title {
    font-size: clamp(36px, 5vw, 42px);
  }
}

@media (max-width: 560px) {
  .ch-page-header {
    margin-bottom: 28px;
  }

  .ch-page-header__eyebrow {
    font-size: clamp(15px, 4.8vw, 18px);
  }

  .ch-page-header__title {
    font-size: clamp(30px, 9vw, 34px);
  }

  .ch-page-header__title::after {
    margin-top: 14px;
  }

  .ch-page-header__intro {
    font-size: 16px;
  }
}

.legal-page__body {
  display: grid;
  max-width: 980px;
  gap: 24px;
}

.legal-block,
.withdrawal-card,
.member-hero,
.member-card {
  border: 1px solid var(--color-line);
  border-radius: 18px;
  background: var(--color-white);
  box-shadow: var(--shadow-soft);
}

.legal-block,
.withdrawal-card {
  padding: clamp(22px, 3vw, 34px);
}

.legal-block--notice,
.withdrawal-card--info {
  background: var(--color-mint);
}

.legal-block h2,
.legal-block h3,
.withdrawal-card h2,
.member-card h2,
.coa-card h2 {
  margin: 0 0 14px;
  color: var(--color-black);
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.legal-block p,
.legal-block li,
.withdrawal-card p,
.withdrawal-card li,
.member-card p {
  color: #4f4f4f;
  line-height: 1.7;
}

.legal-block p:last-child,
.withdrawal-card p:last-child,
.member-card p:last-child {
  margin-bottom: 0;
}

.legal-block--it-recht {
  overflow: visible;
  overflow-wrap: anywhere;
}

.legal-block--it-recht a {
  color: var(--color-accent-dark);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-block__text-link {
  color: var(--color-accent-dark);
  font-size: 17px;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-block--it-recht ul,
.legal-block--it-recht ol {
  padding-left: 1.35rem;
}

.legal-block--it-recht table {
  width: 100%;
  border-collapse: collapse;
  margin-block: 18px;
  font-size: 15px;
  line-height: 1.5;
}

.legal-block--it-recht th,
.legal-block--it-recht td {
  border: 1px solid var(--color-line);
  padding: 10px 12px;
  vertical-align: top;
}

.withdrawal-start-button {
  margin-top: 24px;
}

.withdrawal-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.75fr) minmax(320px, 1.25fr);
  gap: 28px;
  align-items: start;
}

.withdrawal-card ul {
  margin: 0;
  padding-left: 20px;
}

.withdrawal-card .cloud-heaven-revocation {
  margin: 0;
}

.member-area {
  padding-block: 44px 76px;
  background: #fffdf8;
}

.member-shell {
  display: grid;
  gap: 28px;
}

.member-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.75fr);
  gap: clamp(24px, 4vw, 52px);
  align-items: stretch;
  padding: clamp(24px, 4vw, 48px);
  background: linear-gradient(135deg, #fffdf8 0%, #f4f4ed 58%, #e6efdf 100%);
}

.member-brand-card {
  display: grid;
  align-content: center;
  gap: 18px;
  border: 1px solid rgba(138, 157, 131, 0.34);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
  padding: clamp(20px, 3vw, 30px);
}

.member-brand-card-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: var(--color-black);
  font-weight: 900;
  text-transform: uppercase;
}

.member-brand-card-title span,
.member-card > span:last-child {
  color: var(--color-accent-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.member-brand-card ul {
  margin: 0;
  padding-left: 18px;
  color: #4f4f4f;
  line-height: 1.7;
}

.member-actions {
  display: flex;
  margin-top: 24px;
}

.member-grid,
.coa-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.member-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 24px;
}

.member-card-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 999px;
  background: var(--color-mint);
  color: var(--color-accent-dark);
}

.member-card-icon svg {
  width: 22px;
  height: 22px;
}

.coa-grid {
  max-width: 980px;
}

.empty-state {
  display: grid;
  max-width: 560px;
  margin: 0 auto;
  justify-items: center;
  gap: 18px;
  border: 1px solid var(--color-line);
  background: var(--color-white);
  padding: 28px;
  text-align: center;
  box-shadow: var(--shadow-soft);
}

.woocommerce div.product {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 520px);
  gap: 64px;
  padding-block: 18px 70px;
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary {
  float: none;
  width: auto;
}

.woocommerce div.product .product_title {
  margin: 0 0 18px;
  font-size: clamp(26px, 2.5vw, 38px);
  line-height: 1.02;
  text-transform: uppercase;
}

.woocommerce div.product .summary p:not(.price),
.woocommerce div.product .summary li,
.woocommerce div.product .summary .woocommerce-product-details__short-description,
.woocommerce div.product .summary .woocommerce-product-details__short-description p,
.woocommerce div.product .summary .cloud-heaven-price-notice,
.woocommerce div.product .summary .cloud-heaven-product-notice,
.woocommerce div.product .summary .cloud-heaven-product-notice p,
.woocommerce div.product .summary .cloud-heaven-coming-soon-notice,
.woocommerce div.product .summary .woocommerce-variation-description,
.woocommerce div.product .summary .woocommerce-variation-description p,
.woocommerce div.product .woocommerce-tabs p,
.woocommerce div.product .woocommerce-tabs li,
.woocommerce div.product .woocommerce-tabs .cloud-product-details p,
.woocommerce div.product .woocommerce-tabs .cloud-product-details li {
  color: var(--color-black);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
}

.woocommerce div.product .summary .product_meta,
.woocommerce div.product .summary .product_meta span,
.woocommerce div.product .summary .product_meta a,
.woocommerce div.product .summary .variations,
.woocommerce div.product .summary .variations label,
.woocommerce div.product .summary .woocommerce-variation,
.woocommerce div.product .woocommerce-tabs {
  color: var(--color-black);
  font-family: Arial, Helvetica, sans-serif;
}

.ch-theme-wc-page div.product .summary .cloud-heaven-price-notice {
  margin-bottom: 0.55rem;
}

.ch-theme-wc-page div.product .summary .cloud-heaven-price-notice + .woocommerce-product-details__short-description,
.ch-theme-wc-page div.product .summary .woocommerce-product-details__short-description > p:first-child {
  margin-top: 0;
}

.cloud-product-details {
  display: grid;
  width: min(100%, 1040px);
  gap: 42px;
  margin-inline: auto;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--color-black);
}

.cloud-product-details h2,
.cloud-product-details h3 {
  margin: 0;
  color: var(--color-black);
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 800;
  line-height: 1.18;
  text-transform: uppercase;
}

.cloud-product-details h2 {
  font-size: clamp(24px, 2.1vw, 32px);
}

.cloud-product-details h3 {
  border-left: 3px solid rgba(138, 157, 131, 0.58);
  padding-left: 12px;
  font-size: clamp(16px, 1.5vw, 20px);
}

.cloud-product-details p,
.cloud-product-details li {
  font-size: 16px;
  line-height: 1.65;
}

.cloud-product-details p,
.cloud-product-details ul {
  margin: 0;
}

.cloud-product-details ul {
  display: grid;
  gap: 8px;
  padding-left: 20px;
}

.cloud-product-intro,
.cloud-product-section {
  display: grid;
  gap: 20px;
}

.cloud-product-intro {
  max-width: 920px;
  gap: 14px;
  border: 1px solid rgba(138, 157, 131, 0.16);
  border-left: 4px solid rgba(138, 157, 131, 0.62);
  border-radius: 12px;
  background: linear-gradient(135deg, #fffdf8 0%, #f8fbf4 100%);
  padding: 24px 28px;
}

.cloud-product-facts,
.cloud-product-aroma-grid,
.cloud-product-terpenes {
  display: grid;
  gap: 18px;
}

.cloud-product-facts {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cloud-product-aroma-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cloud-product-terpenes {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cloud-product-fact,
.cloud-product-aroma-card,
.cloud-product-terpene {
  border: 1px solid rgba(138, 157, 131, 0.22);
  border-radius: 12px;
  background: #fffdf8;
  box-shadow: 0 12px 30px rgba(10, 10, 10, 0.045);
}

.cloud-product-fact {
  min-height: 126px;
  padding: 24px 26px;
}

.cloud-product-fact span,
.cloud-product-aroma-card strong,
.cloud-product-terpene strong {
  display: block;
  color: var(--color-accent-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1.15;
  text-transform: uppercase;
}

.cloud-product-fact strong {
  display: block;
  margin-top: 10px;
  color: var(--color-black);
  font-size: 17px;
  font-weight: 900;
  line-height: 1.25;
}

.cloud-product-aroma-card {
  display: grid;
  align-content: start;
  gap: 14px;
  min-height: 188px;
  padding: 26px;
}

.cloud-product-aroma-card p {
  margin: 0;
}

.cloud-product-terpene {
  display: grid;
  align-content: start;
  gap: 9px;
  min-height: 104px;
  padding: 20px 22px;
}

.cloud-product-terpene em,
.cloud-product-mix-card em,
.cloud-product-mix-card span {
  color: var(--color-text);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.45;
}

.cloud-product-mix-card span {
  color: var(--color-accent-dark);
}

.cloud-product-lab-note {
  border: 1px solid rgba(138, 157, 131, 0.3);
  border-radius: 12px;
  background: var(--color-mint);
  padding: 28px 30px;
  box-shadow: 0 12px 30px rgba(99, 118, 95, 0.08);
}

.cloud-product-lab-note strong {
  display: block;
  margin-bottom: 8px;
  color: var(--color-accent-dark);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.cloud-product-lab-note a {
  color: var(--color-accent-dark);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cloud-heaven-coming-soon-box {
  display: grid;
  max-width: 520px;
  gap: 10px;
  margin: 0 0 22px;
}

.cloud-heaven-coming-soon-notice {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(138, 157, 131, 0.42);
  border-radius: 999px;
  width: fit-content;
  margin: 0;
  padding: 0 20px;
  background: var(--color-mint);
  color: var(--color-accent-dark);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1;
  text-transform: uppercase;
}

.woocommerce div.product .summary .cloud-heaven-coming-soon-copy {
  margin: 0;
  color: #4c5549;
  font-weight: 700;
}

.woocommerce div.product .woocommerce-tabs,
.woocommerce div.product .related.products,
.woocommerce div.product .upsells.products {
  grid-column: 1 / -1;
  width: 100%;
  min-width: 0;
  margin-top: 42px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:has(> li:only-child) {
  display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:has(> li:only-child) ~ .woocommerce-Tabs-panel {
  display: block !important;
  padding: 0;
}

.woocommerce div.product .related.products ul.products,
.woocommerce div.product .upsells.products ul.products {
  width: 100%;
  grid-template-columns: repeat(4, minmax(220px, 1fr));
  overflow: visible;
}

.woocommerce div.product .related.products ul.products {
  grid-template-columns: repeat(3, minmax(220px, 320px));
  justify-content: center;
}

.woocommerce div.product .related.products ul.products li.product,
.woocommerce div.product .upsells.products ul.products li.product {
  min-width: 0;
  overflow: visible;
}

.woocommerce div.product form.cart .button {
  min-height: 48px;
}

.woocommerce div.product form.cart,
.woocommerce div.product form.cart .variations_button {
  display: grid;
  gap: 14px;
}

.woocommerce div.product form.cart table.variations {
  width: 100%;
  margin: 0 0 14px;
}

.woocommerce div.product form.cart table.variations th,
.woocommerce div.product form.cart table.variations td {
  display: block;
  padding: 0 0 8px;
  text-align: left;
}

.woocommerce div.product form.cart table.variations select,
.woocommerce div.product form.cart .quantity .qty {
  min-height: 46px;
  border: 1px solid var(--color-line);
  border-radius: 4px;
}

.woocommerce div.product form.cart .quantity {
  margin: 0;
}

.woocommerce div.product form.cart .quantity .qty {
  width: 82px;
  padding-inline: 10px;
  text-align: center;
}

.woocommerce div.product form.cart .reset_variations {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  color: var(--color-accent-dark);
  font-size: 13px;
  font-weight: 800;
}

.woocommerce div.product form.cart .woocommerce-variation-price,
.woocommerce div.product form.cart .woocommerce-variation-availability {
  margin-block: 8px;
}

body.single-product .ch-theme-wc-page div.product form.cart button.single_add_to_cart_button,
body.single-product .ch-theme-wc-page div.product form.cart button.single_add_to_cart_button.button,
body.single-product .ch-theme-wc-page div.product form.cart button.single_add_to_cart_button.button.alt {
  background: var(--color-accent) !important;
  background-color: var(--color-accent) !important;
  background-image: none !important;
  border-color: var(--color-accent) !important;
  color: var(--color-white) !important;
}

body.single-product .ch-theme-wc-page div.product form.cart button.single_add_to_cart_button:not(:disabled):not(.disabled):hover,
body.single-product .ch-theme-wc-page div.product form.cart button.single_add_to_cart_button:not(:disabled):not(.disabled):focus-visible,
body.single-product .ch-theme-wc-page div.product form.cart button.single_add_to_cart_button.button:not(:disabled):not(.disabled):hover,
body.single-product .ch-theme-wc-page div.product form.cart button.single_add_to_cart_button.button:not(:disabled):not(.disabled):focus-visible,
body.single-product .ch-theme-wc-page div.product form.cart button.single_add_to_cart_button.button.alt:not(:disabled):not(.disabled):hover,
body.single-product .ch-theme-wc-page div.product form.cart button.single_add_to_cart_button.button.alt:not(:disabled):not(.disabled):focus-visible {
  background: var(--color-accent-dark) !important;
  background-color: var(--color-accent-dark) !important;
  background-image: none !important;
  border-color: var(--color-accent-dark) !important;
  color: var(--color-white) !important;
}

.woocommerce div.product div.images img {
  width: 100%;
  max-height: min(680px, 72vh);
  object-fit: contain;
  background: linear-gradient(145deg, #fbfbfb, #f1f1f1);
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
  overflow: hidden;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image {
  overflow: hidden;
  background: linear-gradient(145deg, #fbfbfb, #f1f1f1);
}

.woocommerce div.product div.images .woocommerce-product-gallery__image > a {
  display: block;
  aspect-ratio: 1 / 1;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image > a img {
  width: 100%;
  height: 100%;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image a {
  cursor: pointer;
}

.woocommerce div.product div.images .flex-control-thumbs {
  display: flex !important;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin: 16px 0 0 !important;
  padding: 0;
  list-style: none;
  overflow: visible;
}

.woocommerce div.product div.images .flex-control-thumbs li {
  float: none !important;
  width: 82px !important;
  margin: 0 !important;
  padding: 0;
  overflow: visible;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
  display: block;
  width: 82px !important;
  height: 82px !important;
  max-height: none;
  aspect-ratio: 1 / 1;
  padding: 4px;
  border: 1px solid var(--color-line);
  border-radius: 6px;
  background: var(--color-white);
  box-shadow: 0 8px 22px rgba(10, 10, 10, 0.06);
  cursor: pointer;
  object-fit: cover;
  opacity: 1 !important;
  overflow: visible;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.woocommerce div.product div.images .flex-control-thumbs li img:hover,
.woocommerce div.product div.images .flex-control-thumbs li img.flex-active,
.woocommerce div.product div.images .flex-control-thumbs li img.is-cloud-gallery-thumb-active {
  border-color: var(--color-accent-dark);
  box-shadow: 0 12px 28px rgba(99, 118, 95, 0.18);
  transform: translateY(-1px) scale(1.02);
}

.woocommerce div.product div.images .flex-control-thumbs:empty {
  display: none;
}

.woocommerce-cart-form,
form.woocommerce-checkout,
.woocommerce .cart-collaterals .cart_totals,
.wc-block-cart,
.wp-block-woocommerce-checkout {
  border: 1px solid var(--color-line);
  background: var(--color-white);
  padding: clamp(20px, 3vw, 34px);
  box-shadow: var(--shadow-soft);
}

.woocommerce table.shop_table {
  border-color: var(--color-line);
  border-radius: 6px;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  border-color: var(--color-line);
}

body.woocommerce-cart .woocommerce {
  width: min(100%, 1220px);
  margin-inline: auto;
}

body.woocommerce-cart .woocommerce-cart-form,
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals {
  border: 1px solid rgba(138, 157, 131, 0.2);
  border-radius: 12px;
  background: #fffdf8;
  box-shadow: 0 12px 34px rgba(10, 10, 10, 0.045);
}

body.woocommerce-cart .woocommerce-cart-form {
  padding: clamp(18px, 2vw, 22px);
}

body.woocommerce-cart table.shop_table.cart {
  overflow: hidden;
  border: 0;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 10px;
  background: var(--color-white);
}

body.woocommerce-cart table.shop_table.cart th {
  border: 0;
  border-bottom: 1px solid rgba(138, 157, 131, 0.18);
  padding: 13px 12px;
  color: #5f665d;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-transform: uppercase;
}

body.woocommerce-cart table.shop_table.cart td {
  border: 0;
  border-bottom: 1px solid rgba(138, 157, 131, 0.14);
  padding: 13px 12px;
  color: var(--color-text);
  vertical-align: middle;
}

body.woocommerce-cart table.shop_table.cart tr:last-child td {
  border-bottom: 0;
}

body.woocommerce-cart table.shop_table.cart .product-remove {
  width: 48px;
  padding-inline: 8px;
  text-align: center;
}

body.woocommerce-cart table.shop_table.cart .product-thumbnail {
  width: 92px;
}

body.woocommerce-cart table.shop_table.cart .product-name {
  width: auto;
  min-width: 260px;
}

body.woocommerce-cart table.shop_table.cart .product-price,
body.woocommerce-cart table.shop_table.cart .product-quantity,
body.woocommerce-cart table.shop_table.cart .product-subtotal {
  text-align: center;
}

body.woocommerce-cart table.shop_table.cart .product-price {
  width: 130px;
}

body.woocommerce-cart table.shop_table.cart .product-quantity {
  width: 120px;
}

body.woocommerce-cart table.shop_table.cart .product-subtotal {
  width: 140px;
}

body.woocommerce-cart table.shop_table.cart .product-subtotal {
  font-weight: 900;
}

body.woocommerce-cart table.shop_table.cart img {
  width: clamp(68px, 5vw, 72px);
  height: clamp(68px, 5vw, 72px);
  border: 1px solid rgba(138, 157, 131, 0.16);
  border-radius: 10px;
  background: #f8f8f4;
  object-fit: contain;
}

body.woocommerce-cart table.shop_table.cart .product-name a {
  color: var(--color-black);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.28;
  text-decoration: none;
}

body.woocommerce-cart table.shop_table.cart .variation,
body.woocommerce-cart table.shop_table.cart .wc-item-meta {
  margin: 8px 0 0;
  color: #697067;
  font-size: 13px;
  line-height: 1.45;
}

body.woocommerce-cart table.shop_table.cart .variation dt,
body.woocommerce-cart table.shop_table.cart .variation dd {
  display: inline;
  float: none;
  margin: 0;
}

body.woocommerce-cart table.shop_table.cart .variation dd p {
  display: inline;
  margin: 0;
}

body.woocommerce-cart table.shop_table.cart a.remove {
  display: inline-flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(10, 10, 10, 0.12);
  border-radius: 999px;
  color: #4f544d !important;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}

body.woocommerce-cart table.shop_table.cart a.remove:hover {
  border-color: rgba(99, 118, 95, 0.34);
  background: var(--color-mint);
  color: var(--color-accent-dark) !important;
}

body.woocommerce-cart table.shop_table.cart .quantity {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

body.woocommerce-cart table.shop_table.cart .quantity .qty {
  width: 68px;
  min-height: 40px;
  border: 1px solid rgba(138, 157, 131, 0.28);
  border-radius: 8px;
  background: var(--color-white);
  color: var(--color-black);
  font-weight: 800;
  text-align: center;
}

body.woocommerce-cart table.shop_table.cart .actions {
  position: relative;
  box-sizing: border-box;
  padding: 18px 0 0;
  background: transparent;
  white-space: nowrap;
}

body.woocommerce-cart table.shop_table.cart .actions::after {
  display: table;
  clear: both;
  content: "";
}

body.woocommerce-cart table.shop_table.cart .actions .coupon {
  display: inline-flex;
  width: min(calc(100% - 240px), 475px);
  max-width: none;
  align-items: center;
  box-sizing: border-box;
  gap: 8px;
  vertical-align: middle;
}

body.woocommerce-cart table.shop_table.cart .actions .coupon .input-text {
  flex: 1 1 auto;
  width: auto;
  min-width: 0;
  min-height: 44px;
  border-color: rgba(138, 157, 131, 0.28);
  border-radius: 8px;
  padding-inline: 14px;
}

body.woocommerce-cart table.shop_table.cart .actions .button {
  width: auto;
  min-width: 0;
  min-height: 44px;
  height: 44px;
  padding-inline: 14px;
  border-radius: 8px;
  background: var(--color-accent);
  color: var(--color-white);
  font-size: 10.5px;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

body.woocommerce-cart table.shop_table.cart .actions > .button {
  display: inline-flex;
  width: 220px;
  min-width: 220px;
  align-items: center;
  justify-content: center;
  font-size: 9.8px;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  margin-left: 10px;
  vertical-align: middle;
}

body.woocommerce-cart table.shop_table.cart .actions .coupon .button {
  flex: 0 0 175px;
  width: 175px;
  min-width: 175px;
}

body.woocommerce-cart table.shop_table.cart .actions .button:hover {
  background: var(--color-accent-dark);
  color: var(--color-white);
}

body.woocommerce-cart table.shop_table.cart .actions .button:disabled,
body.woocommerce-cart table.shop_table.cart .actions .button[disabled] {
  opacity: 0.52;
  cursor: not-allowed;
}

body.woocommerce-cart .cart-collaterals {
  display: flex;
  justify-content: flex-end;
  margin-top: 24px;
}

body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals {
  width: min(100%, 420px);
  padding: clamp(22px, 2.5vw, 26px);
}

body.woocommerce-cart .cart_totals h2 {
  margin: 0 0 18px;
  color: var(--color-black);
  font-size: clamp(20px, 1.8vw, 26px);
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
}

body.woocommerce-cart .cart_totals table.shop_table {
  border: 0;
  margin: 0 0 22px;
}

body.woocommerce-cart .cart_totals table.shop_table th,
body.woocommerce-cart .cart_totals table.shop_table td {
  border: 0;
  border-bottom: 1px solid rgba(138, 157, 131, 0.16);
  padding: 16px 0;
  color: var(--color-text);
  line-height: 1.45;
  vertical-align: top;
}

body.woocommerce-cart .cart_totals table.shop_table tr:last-child th,
body.woocommerce-cart .cart_totals table.shop_table tr:last-child td {
  border-bottom: 0;
}

body.woocommerce-cart .cart_totals .order-total th,
body.woocommerce-cart .cart_totals .order-total td {
  color: var(--color-black);
  font-size: 18px;
  font-weight: 900;
}

body.woocommerce-cart .cart_totals .wc-proceed-to-checkout {
  padding: 0;
}

body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  width: 100%;
  min-height: 54px;
  height: auto;
  border-radius: 8px;
  margin: 0;
  background: var(--color-accent);
  color: var(--color-white);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.04em;
}

body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
  background: var(--color-accent-dark);
  color: var(--color-white);
}

@media (min-width: 1000px) {
  body.woocommerce-cart .woocommerce {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 400px);
    gap: 28px;
    align-items: start;
  }

  body.woocommerce-cart .woocommerce > .woocommerce-notices-wrapper,
  body.woocommerce-cart .woocommerce > .woocommerce-message,
  body.woocommerce-cart .woocommerce > .woocommerce-error,
  body.woocommerce-cart .woocommerce > .woocommerce-info {
    grid-column: 1 / -1;
  }

  body.woocommerce-cart .woocommerce-cart-form {
    grid-column: 1;
    min-width: 0;
  }

  body.woocommerce-cart .cart-collaterals {
    grid-column: 2;
    justify-content: stretch;
    margin-top: 0;
  }

  body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals {
    position: sticky;
    top: 124px;
    width: 100%;
  }
}

body.woocommerce-checkout .wp-block-woocommerce-checkout,
body.woocommerce-checkout .wc-block-checkout {
  width: 100%;
  max-width: none;
  box-sizing: border-box;
}

body.woocommerce-checkout .legal-page__body--commerce {
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
}

body.woocommerce-checkout .legal-block--commerce {
  width: 100%;
  max-width: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
  box-sizing: border-box;
  margin-inline: auto;
}

body.woocommerce-checkout .wc-block-components-sidebar-layout.wc-block-checkout,
body.woocommerce-checkout .wc-block-checkout .wc-block-components-sidebar-layout {
  border: 0;
  background: transparent;
  padding: 0;
  box-shadow: none;
}

@container (max-width: 1000px) {
  body.woocommerce-checkout .wc-block-components-sidebar-layout.wc-block-checkout,
  body.woocommerce-checkout .wc-block-checkout .wc-block-components-sidebar-layout {
    flex-direction: column-reverse !important;
    flex-wrap: nowrap;
    gap: 32px;
  }

  body.woocommerce-checkout .wc-block-components-sidebar-layout.wc-block-checkout > .wc-block-components-main,
  body.woocommerce-checkout .wc-block-components-sidebar-layout.wc-block-checkout > .wc-block-components-sidebar,
  body.woocommerce-checkout .wc-block-checkout .wc-block-components-sidebar-layout > .wc-block-components-main,
  body.woocommerce-checkout .wc-block-checkout .wc-block-components-sidebar-layout > .wc-block-components-sidebar {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (max-width: 999px) {
}

body.woocommerce-order-received .woocommerce-page,
body.woocommerce-order-received .ch-theme-wc-page {
  max-width: 1160px;
}

body.woocommerce-order-received .woocommerce {
  display: grid;
  gap: clamp(30px, 4vw, 52px);
}

.cloud-thankyou,
body.woocommerce-order-received .woocommerce-order {
  display: grid;
  gap: clamp(30px, 4vw, 48px);
}

.cloud-thankyou-hero {
  display: grid;
  gap: 14px;
  max-width: 780px;
  margin-inline: auto;
  border: 1px solid #dfe8d8;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(111, 129, 100, 0.12) 0%, rgba(255, 255, 255, 0) 46%),
    linear-gradient(180deg, #fffdf8 0%, #f7faf2 100%);
  box-shadow: 0 18px 45px rgba(42, 48, 39, 0.07);
  padding: clamp(30px, 5vw, 58px);
  text-align: center;
}

.cloud-thankyou-hero--failed {
  background:
    linear-gradient(135deg, rgba(149, 64, 49, 0.12) 0%, rgba(255, 255, 255, 0) 48%),
    linear-gradient(180deg, #fffaf8 0%, #ffffff 100%);
}

.cloud-thankyou-eyebrow {
  margin: 0;
  color: var(--color-accent-dark);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: uppercase;
}

.cloud-thankyou-hero h2 {
  max-width: 740px;
  margin: 0;
  color: var(--color-black);
  font-size: clamp(34px, 4vw, 56px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.96;
  text-transform: uppercase;
}

.cloud-thankyou-hero p:not(.cloud-thankyou-eyebrow) {
  max-width: 680px;
  margin: 0 auto;
  color: #4d564a;
  font-size: 17px;
  line-height: 1.65;
}

.cloud-thankyou-overview,
body.woocommerce-order-received .woocommerce-order-overview {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-flow: row;
  gap: 16px;
  align-items: stretch;
  width: min(100%, 960px);
  margin-inline: auto;
  padding: 0;
  list-style: none;
}

body.woocommerce-order-received .cloud-thankyou-overview::before,
body.woocommerce-order-received .cloud-thankyou-overview::after,
body.woocommerce-order-received .woocommerce-order-overview::before,
body.woocommerce-order-received .woocommerce-order-overview::after,
body.woocommerce-order-received ul.order_details.cloud-thankyou-overview::before,
body.woocommerce-order-received ul.order_details.cloud-thankyou-overview::after {
  content: none !important;
  display: none !important;
}

.cloud-thankyou-overview > li,
body.woocommerce-order-received .woocommerce-order-overview > li {
  display: grid;
  grid-template-rows: auto 1fr;
  align-content: stretch;
  align-items: center;
  justify-items: center;
  float: none !important;
  clear: none !important;
  box-sizing: border-box;
  width: auto !important;
  max-width: none !important;
  min-width: 0;
  min-height: 112px;
  gap: 10px;
  position: relative;
  overflow: hidden;
  border: 1px solid #e0e7d9;
  border-radius: 8px;
  background: linear-gradient(180deg, #fffdf8 0%, #fafcf6 100%);
  box-shadow: 0 12px 28px rgba(42, 48, 39, 0.05);
  grid-column: auto !important;
  grid-row: auto !important;
  margin: 0 !important;
  padding: 20px 18px;
  text-align: center;
}

.cloud-thankyou-overview > li::before,
body.woocommerce-order-received .woocommerce-order-overview > li::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: rgba(111, 129, 100, 0.22);
}

.cloud-thankyou-overview > li span {
  color: #70776d;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: uppercase;
}

.cloud-thankyou-overview > li strong,
body.woocommerce-order-received .woocommerce-order-overview strong {
  display: block;
  min-width: 0;
  max-width: 100%;
  color: var(--color-black);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.35;
  hyphens: none;
  overflow-wrap: break-word;
  word-break: normal;
}

.cloud-thankyou-overview > li.email strong,
body.woocommerce-order-received .woocommerce-order-overview__email strong {
  font-size: clamp(14px, 1.15vw, 16px);
  white-space: nowrap;
}

body.woocommerce-order-received .woocommerce-bacs-bank-details,
body.woocommerce-order-received .woocommerce-order-details,
body.woocommerce-order-received .woocommerce-customer-details,
body.woocommerce-order-received .woocommerce-order-downloads {
  border: 1px solid #dfe7da;
  border-radius: 8px;
  background: linear-gradient(180deg, #fffefa 0%, #fbfcf8 100%);
  box-shadow: 0 16px 38px rgba(42, 48, 39, 0.045);
  padding: clamp(22px, 3vw, 34px);
}

body.woocommerce-order-received .woocommerce-bacs-bank-details {
  border-color: #c8d7bf;
  background:
    linear-gradient(135deg, rgba(111, 129, 100, 0.13) 0%, rgba(255, 255, 255, 0) 42%),
    linear-gradient(180deg, #fbfdf6 0%, #fffdf8 100%);
  box-shadow: 0 20px 46px rgba(42, 48, 39, 0.075);
}

body.woocommerce-order-received .woocommerce-bacs-bank-details > h2,
body.woocommerce-order-received .wc-bacs-bank-details-heading,
body.woocommerce-order-received .woocommerce-order-details__title,
body.woocommerce-order-received .woocommerce-column__title,
body.woocommerce-order-received .woocommerce-order-downloads__title {
  margin: 0 0 20px;
  color: var(--color-black);
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.05;
  text-transform: uppercase;
}

body.woocommerce-order-received .woocommerce-bacs-bank-details > h2,
body.woocommerce-order-received .wc-bacs-bank-details-heading {
  color: var(--color-accent-dark);
}

body.woocommerce-order-received .woocommerce-bacs-bank-details p,
body.woocommerce-order-received .wc-bacs-bank-details p {
  max-width: 760px;
  margin: 0 0 18px;
  color: #454b43;
  font-size: 16px;
  line-height: 1.65;
}

body.woocommerce-order-received .wc-bacs-bank-details-account-name {
  margin-top: 24px;
  margin-bottom: 12px;
  color: var(--color-accent-dark);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

body.woocommerce-order-received .woocommerce-bacs-bank-details .wc-bacs-bank-details {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
}

body.woocommerce-order-received .woocommerce-bacs-bank-details .wc-bacs-bank-details li {
  display: grid;
  gap: 7px;
  min-width: 0;
  border: 1px solid rgba(111, 129, 100, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.68);
  padding: 15px;
  color: #6a7168;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.25;
  text-transform: uppercase;
}

body.woocommerce-order-received .woocommerce-bacs-bank-details .wc-bacs-bank-details strong {
  color: var(--color-black);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.4;
  overflow-wrap: anywhere;
  text-transform: none;
}

body.woocommerce-order-received .woocommerce-table--order-details {
  width: 100%;
  margin: 0;
  border: 0;
  border-collapse: collapse;
  background: transparent;
}

body.woocommerce-order-received .woocommerce-table--order-details th,
body.woocommerce-order-received .woocommerce-table--order-details td {
  border: 0;
  border-bottom: 1px solid #e4eadf;
  padding: 19px 0;
  color: #333833;
  font-size: 15px;
  line-height: 1.55;
  vertical-align: top;
}

body.woocommerce-order-received .woocommerce-table--order-details thead th {
  padding-top: 0;
  color: var(--color-accent-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

body.woocommerce-order-received .woocommerce-table--order-details tbody tr:last-child th,
body.woocommerce-order-received .woocommerce-table--order-details tbody tr:last-child td {
  border-bottom-color: #d4decf;
}

body.woocommerce-order-received .woocommerce-table--order-details tfoot tr:first-child th,
body.woocommerce-order-received .woocommerce-table--order-details tfoot tr:first-child td {
  padding-top: 22px;
}

body.woocommerce-order-received .woocommerce-table--order-details .product-total,
body.woocommerce-order-received .woocommerce-table--order-details tfoot td {
  text-align: right;
}

body.woocommerce-order-received .woocommerce-table--order-details tfoot tr:last-child th,
body.woocommerce-order-received .woocommerce-table--order-details tfoot tr:last-child td {
  border-bottom: 0;
  color: var(--color-black);
  font-size: 19px;
  font-weight: 900;
}

body.woocommerce-order-received .woocommerce-table--order-details tfoot tr:last-child td {
  color: var(--color-accent-dark);
}

body.woocommerce-order-received .woocommerce-customer-details .woocommerce-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
}

body.woocommerce-order-received .woocommerce-customer-details .woocommerce-column {
  width: auto;
  float: none;
  border: 1px solid #dfe7da;
  border-radius: 8px;
  background: linear-gradient(180deg, #fffdf8 0%, #fbfcf8 100%);
  box-shadow: 0 10px 24px rgba(42, 48, 39, 0.04);
  padding: 24px;
}

body.woocommerce-order-received .woocommerce-customer-details address {
  margin: 0;
  color: #3f463d;
  font-style: normal;
  line-height: 1.7;
}

body.woocommerce-order-received .woocommerce-customer-details address p {
  margin: 10px 0 0;
}

@media (max-width: 980px) {
  body.woocommerce-order-received .woocommerce-bacs-bank-details .wc-bacs-bank-details {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .cloud-thankyou-overview,
  body.woocommerce-order-received .woocommerce-order-overview {
    grid-template-columns: 1fr;
  }

  .cloud-thankyou-overview > li,
  body.woocommerce-order-received .woocommerce-order-overview > li {
    min-height: 0;
  }

  .cloud-thankyou-overview > li.email strong,
  body.woocommerce-order-received .woocommerce-order-overview__email strong {
    white-space: normal;
  }
}

@media (max-width: 640px) {
  body.woocommerce-order-received .woocommerce {
    gap: 28px;
  }

  body.woocommerce-order-received .woocommerce-bacs-bank-details .wc-bacs-bank-details,
  body.woocommerce-order-received .woocommerce-customer-details .woocommerce-columns {
    grid-template-columns: 1fr;
  }

  body.woocommerce-order-received .woocommerce-table--order-details th,
  body.woocommerce-order-received .woocommerce-table--order-details td {
    padding-block: 15px;
  }

  body.woocommerce-order-received .woocommerce-table--order-details .product-total,
  body.woocommerce-order-received .woocommerce-table--order-details tfoot td {
    text-align: left;
  }
}

body.woocommerce-cart .woocommerce a.button,
body.woocommerce-cart .woocommerce button.button,
body.woocommerce-cart .woocommerce input.button,
body.woocommerce-checkout .woocommerce a.button,
body.woocommerce-checkout .woocommerce button.button,
body.woocommerce-checkout .woocommerce input.button,
body.woocommerce-account .woocommerce a.button,
body.woocommerce-account .woocommerce button.button,
body.woocommerce-account .woocommerce input.button {
  display: inline-flex;
  width: auto;
  max-width: 100%;
  height: auto;
  min-height: 46px;
  white-space: normal;
}

body.woocommerce-cart .woocommerce a.checkout-button,
body.woocommerce-checkout .woocommerce #place_order {
  display: flex;
  width: 100%;
}

.legal-page--commerce .legal-page__body--commerce {
  max-width: 1220px;
}

.legal-page--commerce .legal-block--commerce {
  padding: clamp(22px, 2.4vw, 32px);
}

body.woocommerce-cart .wc-block-cart-items__header th,
body.woocommerce-cart .wc-block-cart-items__header span,
body.woocommerce-cart .wc-block-cart__totals-title {
  font-weight: 900;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

body.woocommerce-cart .wc-block-cart__totals-title {
  font-size: 13px;
}

body.woocommerce-checkout .wc-block-checkout {
  max-width: none;
}

body.woocommerce-checkout .wc-block-components-order-summary-item__description,
body.woocommerce-cart .wc-block-cart-item__product {
  min-width: 0;
}

body.woocommerce-checkout .wc-block-components-order-summary-item__description .wc-block-components-product-name,
body.woocommerce-cart .wc-block-cart-item__product .wc-block-components-product-name {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.35;
  text-transform: none;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}

body.woocommerce-checkout .wc-block-components-order-summary-item__total-price,
body.woocommerce-cart .wc-block-cart-item__total {
  white-space: nowrap;
}

.cloud-commerce-product-link,
.cloud-commerce-product-image-link {
  color: inherit;
  text-decoration: none;
}

.cloud-commerce-product-link:hover,
.cloud-commerce-product-link:focus-visible {
  color: var(--color-accent-dark);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cloud-commerce-product-image-link {
  display: block;
}

.cloud-empty-cart {
  display: grid;
  gap: 44px;
}

.cloud-empty-cart__message {
  display: grid;
  justify-items: center;
  border: 1px solid var(--color-line);
  border-radius: 18px;
  background: linear-gradient(145deg, #ffffff 0%, #f7faf6 100%);
  padding: clamp(34px, 5vw, 58px) 24px;
  text-align: center;
  box-shadow: var(--shadow-soft);
}

.cloud-empty-cart__icon {
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  border-radius: 999px;
  margin-bottom: 20px;
  background: var(--color-black);
  color: var(--color-white);
}

.cloud-empty-cart__icon svg {
  width: 28px;
  height: 28px;
}

.cloud-empty-cart__message h2 {
  margin: 0;
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.cloud-empty-cart__message p {
  max-width: 620px;
  margin: 16px 0 24px;
  color: #555555;
  font-size: 16px;
  line-height: 1.6;
}

.cloud-empty-cart__message .button {
  width: auto;
  min-width: 190px;
}

.cloud-empty-cart__recommendations .section-heading {
  margin-bottom: 26px;
}

.cloud-empty-cart__grid .product-card-body h3 {
  min-height: 3.2em;
  font-size: 14px;
  line-height: 1.35;
  text-transform: none;
}

.woocommerce-notices-wrapper .woocommerce-message {
  display: flex;
  min-height: 64px;
  align-items: center;
  gap: 16px;
  border: 1px solid #d9e4d6;
  border-left: 4px solid var(--color-accent);
  border-radius: 10px;
  margin: 0 0 28px;
  padding: 14px 18px 14px 46px;
  background: #f7faf6;
  color: #303630;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.06);
  line-height: 1.45;
}

.woocommerce-notices-wrapper .woocommerce-message::before {
  top: 50%;
  left: 18px;
  transform: translateY(-50%);
}

.woocommerce-notices-wrapper .woocommerce-message .button,
.woocommerce-notices-wrapper .woocommerce-message a.button {
  order: 2;
  float: none;
  flex: 0 0 auto;
  width: auto;
  min-width: 180px;
  height: 44px;
  margin: 0 0 0 auto;
  padding-inline: 20px;
  white-space: nowrap;
}

.woocommerce input.input-text,
.woocommerce textarea,
.woocommerce select,
.wc-block-components-text-input input,
.wc-block-components-textarea,
.wc-block-components-combobox .wc-block-components-combobox-control input,
.wc-block-components-country-input input {
  min-height: 48px;
  border: 1px solid var(--color-line);
  border-radius: 4px;
  background: var(--color-white);
  color: var(--color-text);
}

.wc-block-components-button,
.wc-block-cart__submit-button,
.wc-block-components-checkout-place-order-button {
  border-radius: 4px;
  background: var(--color-accent);
  color: var(--color-white);
  font-weight: 800;
  text-transform: uppercase;
}

.wc-block-components-button:hover,
.wc-block-cart__submit-button:hover,
.wc-block-components-checkout-place-order-button:hover {
  background: var(--color-accent-dark);
  color: var(--color-white);
}

.wc-block-components-checkbox,
.wc-block-checkout__additional-fields,
.woocommerce-checkout-review-order {
  line-height: 1.5;
}

.wc-block-components-product-metadata,
.wc-block-components-totals-item__description {
  color: #666666;
}

@media (max-width: 1100px) {
  .header-main {
    min-height: 112px;
    grid-template-columns: 230px minmax(0, 1fr) auto;
    gap: 20px;
  }

  .site-nav {
    gap: clamp(20px, 2.4vw, 28px);
  }

  .site-nav-link {
    font-size: 16.5px;
    letter-spacing: 0;
  }

  .product-grid,
  .woocommerce ul.products {
    gap: 22px;
  }

  .trust-item {
    padding-inline: 18px;
  }
}

@media (max-width: 900px) {
  html {
    scroll-padding-top: 144px;
  }

  [id] {
    scroll-margin-top: 144px;
  }

  .page-width,
  .wp-site-blocks > .alignwide,
  .wp-site-blocks > .alignfull {
    width: min(100% - 28px, var(--page-width));
  }

  .header-main {
    position: relative;
    min-height: 112px;
    grid-template-columns: 44px minmax(0, 1fr) minmax(96px, auto);
    gap: 8px;
  }

  .menu-toggle {
    display: inline-flex;
    grid-column: 1;
    justify-self: start;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(95, 122, 88, 0.18);
    border-radius: 999px;
    background: #fffdf8;
    box-shadow: 0 8px 18px rgba(58, 81, 52, 0.08);
  }

  .site-header .brand {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    width: min(50vw, 220px);
    justify-content: center;
    transform: translate(-50%, -50%);
  }

  .brand-logo {
    max-width: 100%;
    max-height: clamp(68px, 14vw, 84px);
  }

  .brand-logo--footer {
    height: 72px;
    max-height: 72px;
  }

  .site-nav {
    position: fixed;
    left: 0;
    right: 0;
    top: 144px;
    z-index: 19;
    display: none;
    grid-template-columns: 1fr;
    gap: 0;
    border-top: 1px solid var(--color-line);
    background: var(--color-white);
    box-shadow: 0 18px 36px rgba(10, 10, 10, 0.12);
    max-height: calc(100dvh - 144px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  .site-nav.is-open {
    display: grid;
  }

  .cloud-product-facts,
  .cloud-product-aroma-grid,
  .cloud-product-terpenes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-nav-link {
    padding: 17px 22px;
    border-bottom: 1px solid var(--color-line);
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.2;
  }

  .header-actions {
    position: relative;
    z-index: 3;
    grid-column: 3;
    justify-self: end;
    gap: 6px;
  }

  .header-actions a {
    width: 44px;
    height: 44px;
    border-radius: 999px;
  }

  .cart-count {
    right: -6px;
    top: -6px;
  }

  .hero-cloud,
  .hero-content {
    min-height: 420px;
  }

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

  .hero-copy {
    width: min(610px, 90vw);
    padding-block: 42px;
  }

  .hero-brand-panel {
    display: none;
  }

  .trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .trust-item {
    justify-content: flex-start;
  }

  .trust-item + .trust-item {
    border-left: 0;
  }

  .product-grid,
  .woocommerce ul.products,
  .woocommerce div.product .related.products ul.products,
  .woocommerce div.product .upsells.products ul.products,
  body.home .featured-products .product-grid,
  body.home .featured-products--essentials .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: stretch;
  }

  .cloud-empty-cart__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .woocommerce-notices-wrapper .woocommerce-message {
    align-items: stretch;
    flex-direction: column;
    padding: 18px;
  }

  .woocommerce-notices-wrapper .woocommerce-message::before {
    display: none;
  }

  .woocommerce-notices-wrapper .woocommerce-message .button,
  .woocommerce-notices-wrapper .woocommerce-message a.button {
    width: 100%;
    margin: 4px 0 0;
  }

  .product-card,
  .woocommerce ul.products li.product {
    max-width: none;
  }

  .woocommerce div.product,
  .withdrawal-layout,
  .member-hero,
  .member-grid,
  .coa-grid {
    grid-template-columns: 1fr;
  }

  .site-footer {
    padding-block: 42px 86px;
  }

  .footer-grid {
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
    gap: 26px 22px;
    align-items: start;
  }

  .footer-grid > div:first-child {
    grid-column: 1 / -1;
  }

  .footer-grid > nav:nth-of-type(1) {
    grid-column: 1;
  }

  .footer-grid > nav:nth-of-type(2) {
    grid-column: 2;
  }

  .site-footer p {
    max-width: 560px;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.55;
  }

  .site-footer h2 {
    margin-bottom: 13px;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.04em;
  }

  .site-footer a:not(.brand),
  .footer-link-placeholder {
    margin-bottom: 9px;
    font-size: 15px;
    line-height: 1.25;
  }

  .brand--footer {
    margin-bottom: 12px;
  }

  .cloud-social-links {
    margin-top: 18px;
  }

  .cloud-whatsapp-float {
    right: max(16px, env(safe-area-inset-right));
    bottom: max(20px, env(safe-area-inset-bottom));
  }

  .legal-page,
  .withdrawal-page {
    padding-block: 54px;
  }

  .member-area {
    padding-block: 34px 58px;
  }
}

@media (max-width: 768px) {
  .cloud-product-details {
    gap: 30px;
  }

  .cloud-product-intro {
    padding: 20px 22px;
  }

  .cloud-product-facts,
  .cloud-product-aroma-grid,
  .cloud-product-terpenes {
    grid-template-columns: 1fr;
  }

  body.woocommerce-cart .woocommerce-cart-form {
    padding: 16px;
  }

  body.woocommerce-cart table.shop_table.cart,
  body.woocommerce-cart table.shop_table.cart tbody,
  body.woocommerce-cart table.shop_table.cart tr,
  body.woocommerce-cart table.shop_table.cart td {
    display: block;
    width: 100%;
  }

  body.woocommerce-cart table.shop_table.cart thead {
    display: none;
  }

  body.woocommerce-cart table.shop_table.cart tr.cart_item {
    position: relative;
    display: grid;
    grid-template-columns: 84px minmax(0, 1fr);
    gap: 12px 16px;
    border-bottom: 1px solid rgba(138, 157, 131, 0.16);
    padding: 18px 0;
  }

  body.woocommerce-cart table.shop_table.cart td {
    border: 0;
    padding: 0;
    text-align: left;
  }

  body.woocommerce-cart table.shop_table.cart .product-remove {
    position: absolute;
    top: 14px;
    right: 0;
    width: auto;
  }

  body.woocommerce-cart table.shop_table.cart .product-thumbnail {
    grid-row: 1 / span 4;
  }

  body.woocommerce-cart table.shop_table.cart .product-thumbnail img {
    width: 84px;
    height: 84px;
  }

  body.woocommerce-cart table.shop_table.cart .product-name {
    min-width: 0;
    padding-right: 42px;
  }

  body.woocommerce-cart table.shop_table.cart .product-price,
  body.woocommerce-cart table.shop_table.cart .product-quantity,
  body.woocommerce-cart table.shop_table.cart .product-subtotal {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    text-align: right;
  }

  body.woocommerce-cart table.shop_table.cart .product-price::before,
  body.woocommerce-cart table.shop_table.cart .product-quantity::before,
  body.woocommerce-cart table.shop_table.cart .product-subtotal::before {
    content: attr(data-title);
    color: #697067;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }

  body.woocommerce-cart table.shop_table.cart .actions {
    display: block;
    padding-top: 18px;
    white-space: normal;
  }

  body.woocommerce-cart table.shop_table.cart .actions .coupon {
    display: flex;
    width: 100%;
    max-width: none;
    flex-direction: column;
  }

  body.woocommerce-cart table.shop_table.cart .actions .coupon .input-text {
    width: 100%;
  }

  body.woocommerce-cart table.shop_table.cart .actions .coupon .button,
  body.woocommerce-cart table.shop_table.cart .actions > .button {
    display: flex;
    flex: 0 0 auto;
    width: 100%;
    min-width: 0;
    height: 44px;
    margin-left: 0;
    margin-top: 10px;
  }

  body.woocommerce-cart .cart-collaterals {
    justify-content: stretch;
  }

  body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals {
    width: 100%;
  }
}

@media (max-width: 560px) {
  html {
    scroll-padding-top: 118px;
  }

  [id] {
    scroll-margin-top: 118px;
  }

  .announcement {
    min-height: 0;
    padding: 3px 10px;
    gap: 5px;
    font-size: 9px;
    line-height: 1.2;
    text-align: center;
  }

  .announcement svg {
    width: 14px;
    height: 14px;
    flex: 0 0 14px;
  }

  .header-main {
    min-height: 86px;
    grid-template-columns: 44px minmax(0, 1fr) minmax(96px, auto);
    gap: 6px;
  }

  .site-header .brand {
    width: min(40vw, 160px);
  }

  .brand-logo {
    max-height: 58px;
  }

  .brand-logo--footer {
    height: 54px;
    max-height: 54px;
  }

  .woocommerce div.product .product_title {
    font-size: clamp(23px, 7vw, 30px);
    line-height: 1.05;
  }

  .cloud-product-details {
    gap: 16px;
  }

  .cloud-product-details h2 {
    font-size: 22px;
  }

  .cloud-product-details h3 {
    font-size: 16px;
  }

  .cloud-product-details p,
  .cloud-product-details li {
    font-size: 15px;
    line-height: 1.6;
  }

  .woocommerce div.product .summary p:not(.price),
  .woocommerce div.product .summary li,
  .woocommerce div.product .summary .woocommerce-product-details__short-description,
  .woocommerce div.product .summary .woocommerce-product-details__short-description p,
  .woocommerce div.product .summary .cloud-heaven-price-notice,
  .woocommerce div.product .summary .cloud-heaven-product-notice,
  .woocommerce div.product .summary .cloud-heaven-product-notice p,
  .woocommerce div.product .summary .woocommerce-variation-description,
  .woocommerce div.product .summary .woocommerce-variation-description p,
  .woocommerce div.product .woocommerce-tabs p,
  .woocommerce div.product .woocommerce-tabs li,
  .woocommerce div.product .woocommerce-tabs .cloud-product-details p,
  .woocommerce div.product .woocommerce-tabs .cloud-product-details li {
    font-size: 15px;
    line-height: 1.6;
  }

  .cloud-product-facts,
  .cloud-product-aroma-grid,
  .cloud-product-terpenes {
    grid-template-columns: 1fr;
  }

  .cloud-product-fact,
  .cloud-product-aroma-card,
  .cloud-product-terpene {
    padding: 14px;
  }

  .cloud-product-lab-note {
    padding: 16px;
  }

  .header-actions {
    gap: 8px;
  }

  .header-actions a,
  .menu-toggle {
    width: 44px;
    height: 44px;
  }

  .site-nav {
    top: 118px;
    max-height: calc(100dvh - 118px);
  }

  .hero-copy {
    padding-block: 26px 30px;
  }

  .hero-eyebrow {
    font-size: clamp(30px, 8vw, 42px);
  }

  .hero-copy h1 {
    margin-bottom: 16px;
    font-size: clamp(22px, 6vw, 32px);
    line-height: 1;
  }

  .hero-copy p:not(.hero-eyebrow) {
    max-width: 360px;
    margin-bottom: 16px;
    font-size: 15.5px;
    line-height: 1.6;
  }

  body.home .hero-cloud,
  body.home .hero-content {
    min-height: 0;
  }

  .section-heading--row {
    grid-template-columns: 1fr;
    gap: 18px;
    text-align: center;
  }

  .section-note {
    max-width: none;
    text-align: center;
  }

  .product-grid,
  .woocommerce ul.products,
  .woocommerce div.product .related.products ul.products,
  .woocommerce div.product .upsells.products ul.products,
  body.home .featured-products .product-grid,
  body.home .featured-products--essentials .product-grid,
  body.tax-product_cat.term-accessories .woocommerce ul.products,
  body.tax-product_cat.term-vapes .woocommerce ul.products,
  .trust-grid,
  .cloud-empty-cart__grid {
    grid-template-columns: 1fr;
  }

  .product-card-body {
    min-height: 0;
    padding: 16px;
  }

  .product-card h3,
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    display: block;
    min-height: 0;
    max-height: none;
    overflow: visible;
    -webkit-line-clamp: unset;
  }

  body.home .category-strip {
    padding-block: 14px 18px;
  }

  body.home .category-strip .section-heading {
    margin-bottom: 10px;
  }

  .category-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 7px;
  }

  .category-card {
    min-width: 0;
    min-height: 58px;
    gap: 4px;
    padding: 6px 3px;
    font-size: 9px;
    line-height: 1.08;
    text-align: center;
    white-space: normal;
    box-shadow: none;
  }

  .category-card > span:last-child {
    display: block;
    max-width: 100%;
  }

  .category-card svg,
  .category-card-icon--image {
    width: 21px;
    height: 21px;
  }

  body.home .featured-products {
    padding-block: 24px 32px;
  }

  body.home .featured-products .section-heading {
    margin-bottom: 20px;
  }

  .product-card-variation {
    min-width: 58px;
    min-height: 42px;
  }

  .age-gate-actions {
    grid-template-columns: 1fr;
  }

  .cloud-social-links {
    gap: 8px;
    margin-top: 12px;
  }

  .cloud-social-link,
  .site-footer a.cloud-social-link {
    width: 44px;
    height: 44px;
  }

  .cloud-whatsapp-float {
    width: 48px;
    height: 48px;
    right: max(16px, env(safe-area-inset-right));
    bottom: max(20px, env(safe-area-inset-bottom));
  }

  .cloud-whatsapp-float svg {
    width: 22px;
    height: 22px;
  }

  .site-footer {
    padding-block: 32px 70px;
  }

  .footer-grid {
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    gap: 18px 12px;
  }

  .brand--footer {
    margin-bottom: 8px;
  }

  .site-footer p {
    max-width: 95%;
    margin-bottom: 0;
    font-size: 13.75px;
    line-height: 1.47;
  }

  .site-footer h2 {
    margin-bottom: 9px;
    font-size: 12px;
    line-height: 1.2;
  }

  .site-footer a:not(.brand),
  .footer-link-placeholder {
    margin-bottom: 6px;
    overflow-wrap: anywhere;
    font-size: 14px;
    line-height: 1.25;
  }

  .legal-page h1,
  .withdrawal-hero h1,
  .member-copy h1 {
    font-size: clamp(32px, 12vw, 46px);
  }

  .legal-block,
  .withdrawal-card,
  .member-hero,
  .member-card {
    border-radius: 14px;
  }

  .member-card {
    grid-template-columns: 1fr;
    justify-items: start;
  }
}
