/* Zoe163 Loja — sistema visual extraído do HTML original. */

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-display: swap;
  font-weight: 200 800;
  src: url("../fonts/manrope-variable.woff2") format("woff2-variations");
}

@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url("../fonts/cormorant-500.woff2") format("woff2");
}

@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url("../fonts/cormorant-600.woff2") format("woff2");
}

@font-face {
  font-family: "Cormorant Garamond";
  font-style: italic;
  font-display: swap;
  font-weight: 500;
  src: url("../fonts/cormorant-500-italic.woff2") format("woff2");
}

:root {
  --zoe-ivory: #f6f2ea;
  --zoe-cream: #ede7da;
  --zoe-sand: #e0d6c3;
  --zoe-terracotta: #b0714a;
  --zoe-ink: #4a3524;
  --zoe-pearl: #fbf9f4;
  --zoe-oat: #d5c9b4;
  --zoe-taupe: #8a7c6d;
  --zoe-taupe-accessible: #725f4d;
  --zoe-mushroom: #6e5f4f;
  --zoe-espresso: #33251a;
  --zoe-terracotta-tint: #e7c9b2;
  --zoe-terracotta-deep: #925835;
  --zoe-clay: #c98a63;
  --zoe-line: rgb(74 53 36 / 14%);
  --zoe-line-strong: rgb(74 53 36 / 28%);
  --zoe-ink-08: rgb(74 53 36 / 8%);
  --zoe-ink-40: rgb(74 53 36 / 40%);
  --zoe-ink-64: rgb(74 53 36 / 64%);
  --zoe-ivory-64: rgb(246 242 234 / 64%);
  --zoe-sage: #7c8168;
  --zoe-brick: #9e4b34;
  --zoe-gold: #b08a3e;
  --surface-page: var(--zoe-ivory);
  --surface-raised: var(--zoe-pearl);
  --surface-sunken: var(--zoe-cream);
  --surface-card: var(--zoe-pearl);
  --surface-muted: var(--zoe-sand);
  --text-strong: var(--zoe-espresso);
  --text-body: var(--zoe-ink);
  --text-muted: var(--zoe-mushroom);
  --text-subtle: var(--zoe-taupe-accessible);
  --text-accent: var(--zoe-terracotta-deep);
  --border-hair: var(--zoe-line);
  --border-strong: var(--zoe-line-strong);
  --font-sans: "Manrope", "Helvetica Neue", Helvetica, Arial, system-ui, sans-serif;
  --font-display: var(--font-sans);
  --display-weight: 300;
  --display-tracking: -0.02em;
  --quote-weight: 300;
  --quote-style: normal;
  --fs-display-l: clamp(2.5rem, 4.5vw, 4rem);
  --fs-display-m: clamp(2rem, 3.4vw, 3rem);
  --fs-h1: 2.5rem;
  --fs-h2: 2rem;
  --fs-h3: 1.5rem;
  --fs-h4: 1.25rem;
  --fs-body-lg: 1.125rem;
  --fs-body: 1rem;
  --fs-body-sm: 0.9375rem;
  --fs-caption: 0.8125rem;
  --fs-eyebrow: 0.75rem;
  --lh-tight: 1.02;
  --lh-snug: 1.12;
  --lh-heading: 1.2;
  --lh-body: 1.6;
  --lh-relaxed: 1.75;
  --container: 1320px;
  --container-cart: 1180px;
  --container-checkout: 1240px;
  --space-1: 0.5rem;
  --space-2: 0.75rem;
  --space-3: 1rem;
  --space-4: 1.5rem;
  --space-5: 2rem;
  --space-6: 3rem;
  --space-7: 4rem;
  --space-8: 6rem;
  --gutter: 24px;
  --tap-min: 44px;
  --radius-control: 4px;
  --radius-media: 8px;
  --shadow-sm: 0 2px 8px rgb(51 37 26 / 6%);
  --shadow-md: 0 8px 24px rgb(51 37 26 / 8%);
  --ease-out: cubic-bezier(0.22, 0.61, 0.36, 1);
  --ease-editorial: cubic-bezier(0.16, 1, 0.3, 1);
}

.zoe-font-serif {
  --font-display: "Cormorant Garamond", Georgia, serif;
  --display-weight: 500;
  --display-tracking: 0;
  --quote-weight: 500;
  --quote-style: italic;
}

.zoe-font-bold {
  --display-weight: 600;
  --display-tracking: -0.02em;
  --quote-weight: 400;
}

[data-theme="ink"] {
  --surface-page: var(--zoe-ink);
  --surface-raised: var(--zoe-espresso);
  --surface-sunken: var(--zoe-espresso);
  --text-strong: var(--zoe-ivory);
  --text-body: var(--zoe-ivory);
  --text-muted: #c9b9a6;
  --text-subtle: #b5a38f;
  --border-hair: rgb(246 242 234 / 16%);
  --border-strong: rgb(246 242 234 / 34%);
}

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

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body.zoe163-store {
  margin: 0;
  background: var(--surface-page);
  color: var(--text-body);
  font-family: var(--font-sans);
  font-size: var(--fs-body);
  font-weight: 400;
  line-height: var(--lh-body);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "kern" 1, "liga" 1, "calt" 1;
  text-rendering: optimizeLegibility;
}

body.zoe163-store [hidden] {
  display: none !important;
}

.zoe-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

body.zoe163-store h1,
body.zoe163-store h2,
body.zoe163-store h3,
body.zoe163-store h4,
body.zoe163-store h5,
body.zoe163-store h6 {
  margin: 0;
  color: var(--text-strong);
  font-family: var(--font-display);
  font-weight: var(--display-weight);
  letter-spacing: var(--display-tracking);
  line-height: var(--lh-snug);
}

body.zoe163-store p {
  margin-top: 0;
}

body.zoe163-store a {
  color: inherit;
  text-decoration: none;
}

body.zoe163-store img,
body.zoe163-store picture,
body.zoe163-store svg,
body.zoe163-store video {
  display: block;
  max-width: 100%;
}

body.zoe163-store button,
body.zoe163-store input,
body.zoe163-store select,
body.zoe163-store textarea {
  color: inherit;
  font: inherit;
}

body.zoe163-store ::selection {
  background: var(--zoe-terracotta-tint);
  color: var(--zoe-espresso);
}

body.zoe163-store :focus-visible {
  border-radius: 2px;
  outline: 2px solid var(--zoe-terracotta);
  outline-offset: 3px;
}

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

.screen-reader-text:focus {
  z-index: 100000;
  top: 8px;
  left: 8px;
  width: auto;
  height: auto;
  padding: 12px 18px;
  clip: auto !important;
  background: var(--zoe-pearl);
  color: var(--zoe-ink);
  font-size: 14px;
  font-weight: 600;
}

.zoe-announce {
  position: relative;
  display: flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 9px 44px;
  overflow: hidden;
  background: var(--zoe-ink);
  color: var(--zoe-ivory);
}

.zoe-announce--accent {
  background: var(--zoe-terracotta-deep);
}

.zoe-announce--sand {
  background: var(--zoe-sand);
  color: var(--zoe-espresso);
}

.zoe-announce__message {
  font-size: 11.5px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.zoe-announce__nav {
  display: inline-flex;
  width: 24px;
  height: 20px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font-size: 20px;
  line-height: 1;
  opacity: 0.7;
  transition: opacity 160ms var(--ease-out);
}

.zoe-announce__nav:hover {
  opacity: 1;
}

.zoe-header {
  position: sticky;
  z-index: 40;
  top: 0;
  border-bottom: 1px solid var(--border-hair);
  background: rgb(246 242 234 / 97%);
  backdrop-filter: blur(12px);
}

.admin-bar .zoe-header {
  top: 32px;
}

.zoe-header__row {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 22px 48px 10px;
}

.zoe-header__tagline {
  color: var(--text-subtle);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.zoe-header__brand {
  display: inline-flex;
  min-width: 140px;
  justify-self: center;
}

.zoe-header__brand .custom-logo-link,
.zoe-header__brand .zoe-logo {
  display: block;
  margin: 0 auto;
}

.zoe-logo--wordmark {
  width: auto;
  height: 30px;
}

.zoe-logo--badge {
  width: auto;
  height: 72px;
}

.zoe-header__brand .custom-logo {
  width: auto;
  max-height: 42px;
}

.zoe-header__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.zoe-cart-link {
  position: relative;
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background 160ms var(--ease-out), color 160ms var(--ease-out);
}

.zoe-cart-link:hover {
  background: var(--zoe-ink-08);
  color: var(--zoe-terracotta-deep);
}

.zoe-cart-icon {
  position: relative;
  display: block;
  width: 17px;
  height: 15px;
  margin-top: 3px;
  border: 1.5px solid currentcolor;
  border-radius: 1px 1px 3px 3px;
}

.zoe-cart-icon::before {
  position: absolute;
  top: -7px;
  left: 3px;
  width: 8px;
  height: 7px;
  border: 1.5px solid currentcolor;
  border-bottom: 0;
  border-radius: 6px 6px 0 0;
  content: "";
}

.zoe-cart-count {
  position: absolute;
  top: 2px;
  right: 1px;
  display: inline-flex;
  min-width: 18px;
  height: 18px;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
  border: 2px solid var(--zoe-ivory);
  border-radius: 999px;
  background: var(--zoe-terracotta-deep);
  color: var(--zoe-ivory);
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}

.zoe-cart-count:empty {
  display: none;
}

.zoe-nav {
  padding: 4px 48px 16px;
}

.zoe-nav__list,
.zoe-nav .menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 44px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.zoe-nav li {
  position: relative;
  margin: 0;
}

.zoe-nav a {
  display: block;
  color: var(--text-body);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transition: color 160ms var(--ease-out);
  white-space: nowrap;
}

.zoe-nav a:hover,
.zoe-nav .current-menu-item > a,
.zoe-nav .current-menu-ancestor > a {
  color: var(--zoe-terracotta-deep);
}

.zoe-nav .sub-menu {
  position: absolute;
  top: calc(100% + 14px);
  left: 50%;
  display: grid;
  min-width: 190px;
  gap: 10px;
  margin: 0;
  padding: 18px;
  visibility: hidden;
  border: 1px solid var(--border-hair);
  background: var(--surface-raised);
  box-shadow: var(--shadow-md);
  list-style: none;
  opacity: 0;
  transform: translate(-50%, 6px);
  transition: opacity 180ms var(--ease-out), transform 180ms var(--ease-out), visibility 180ms;
}

.zoe-nav li:hover > .sub-menu,
.zoe-nav li:focus-within > .sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, 0);
}

.zoe-eyebrow {
  display: inline-block;
  color: var(--text-subtle);
  font-size: var(--fs-eyebrow);
  font-weight: 500;
  letter-spacing: 0.18em;
  line-height: 1;
  text-transform: uppercase;
}

.zoe-eyebrow--accent {
  color: var(--zoe-terracotta-deep);
}

body.zoe163-store .zoe-button,
.zoe163-store .button,
.zoe163-store button.button,
.zoe163-store input.button,
.zoe163-store .wp-element-button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 0.6em;
  padding: 0 26px;
  border: 1.5px solid transparent;
  border-radius: 2px;
  background: var(--zoe-ink);
  box-shadow: none;
  color: var(--zoe-ivory);
  cursor: pointer;
  font-family: var(--font-sans);
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.09em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  transition: background-color 160ms var(--ease-out), color 160ms var(--ease-out), border-color 160ms var(--ease-out), opacity 160ms;
  white-space: nowrap;
}

body.zoe163-store .zoe-button:hover,
.zoe163-store .button:hover,
.zoe163-store button.button:hover,
.zoe163-store input.button:hover,
.zoe163-store .wp-element-button:hover {
  background: var(--zoe-espresso);
  color: var(--zoe-ivory);
}

body.zoe163-store .zoe-button--large,
.zoe163-store .button.alt,
.zoe163-store button.button.alt {
  min-height: 56px;
  padding: 0 34px;
  font-size: 13.5px;
}

body.zoe163-store .zoe-button--secondary {
  border-color: var(--zoe-ink);
  background: transparent;
  color: var(--zoe-ink);
}

body.zoe163-store .zoe-button--secondary:hover {
  background: var(--zoe-ink);
  color: var(--zoe-ivory);
}

body.zoe163-store .zoe-button--link {
  min-height: auto;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--zoe-ink);
  font-size: 12.5px;
  letter-spacing: 0.08em;
}

body.zoe163-store .zoe-button--link:hover {
  background: transparent;
  color: var(--zoe-terracotta-deep);
}

.zoe-hero {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  border-bottom: 1px solid var(--border-hair);
}

.zoe-hero__content {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
  padding: 88px 72px;
}

.zoe-hero h1 {
  max-width: 16ch;
  font-size: var(--fs-display-l);
  text-wrap: balance;
}

.zoe-hero__content > p {
  max-width: 44ch;
  margin: 0;
  color: var(--text-muted);
  font-size: var(--fs-body-lg);
  line-height: var(--lh-body);
  text-wrap: pretty;
}

.zoe-hero__actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 6px;
}

.zoe-hero__media {
  min-width: 0;
  height: 660px;
  overflow: hidden;
  background: var(--zoe-cream);
}

.zoe-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.zoe-section {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 96px 48px 88px;
}

.zoe-section__heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 44px;
}

.zoe-section__heading > div,
.zoe-section__heading--stacked {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}

.zoe-section__heading h2 {
  font-size: var(--fs-h2);
  line-height: var(--lh-heading);
}

.zoe-products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  gap: 28px 24px;
  margin: 0;
  padding: 0;
}

.zoe163-store .woocommerce ul.products,
.zoe163-store .woocommerce-page ul.products {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 28px 24px;
  margin: 0;
  padding: 0;
}

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

.zoe-pcard,
.zoe163-store .woocommerce ul.products li.product.zoe-pcard,
.zoe163-store .woocommerce-page ul.products li.product.zoe-pcard {
  position: relative;
  display: flex;
  width: auto;
  min-width: 0;
  flex: none;
  flex-direction: column;
  float: none;
  margin: 0;
  padding: 0;
  color: inherit;
  list-style: none;
}

.zoe-pcard__media {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  aspect-ratio: 4 / 5;
  background: linear-gradient(150deg, var(--zoe-cream), var(--zoe-sand));
}

.zoe-pcard__image-link {
  display: block;
  width: 100%;
  height: 100%;
}

.zoe-pcard__image,
.zoe163-store .woocommerce ul.products li.product .zoe-pcard__image {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  object-position: center;
  transition: transform 600ms var(--ease-editorial);
}

.zoe-pcard:hover .zoe-pcard__image {
  transform: scale(1.045);
}

.zoe-badge {
  position: absolute;
  z-index: 2;
  top: 12px;
  left: 12px;
  display: inline-flex;
  min-height: 25px;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  background: var(--zoe-sand);
  color: var(--zoe-espresso);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.zoe-badge--new {
  background: var(--zoe-terracotta-deep);
  color: var(--zoe-ivory);
}

.zoe-badge--sale {
  background: var(--zoe-brick);
  color: var(--zoe-ivory);
}

.zoe-badge--muted {
  background: rgb(51 37 26 / 88%);
  color: var(--zoe-ivory);
}

.zoe-pcard__quick-wrap {
  position: absolute;
  z-index: 3;
  right: 12px;
  bottom: 12px;
  left: 12px;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 240ms var(--ease-out), transform 240ms var(--ease-out);
}

.zoe-pcard:hover .zoe-pcard__quick-wrap,
.zoe-pcard:focus-within .zoe-pcard__quick-wrap {
  opacity: 1;
  transform: translateY(0);
}

.zoe-pcard__quick-wrap .button,
.zoe163-store .woocommerce ul.products li.product .zoe-pcard__quick-wrap .button {
  display: flex;
  width: 100%;
  min-height: 44px;
  margin: 0;
  padding: 0 12px;
  font-size: 12px;
}

.zoe-pcard__quick-wrap .added_to_cart {
  display: block;
  padding: 7px 8px 0;
  color: var(--zoe-ivory);
  font-size: 11px;
  text-align: center;
  text-transform: uppercase;
}

.zoe-pcard__body {
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding: 14px 2px 4px;
}

.zoe-pcard__category,
.zoe-pcard__category a {
  color: var(--text-subtle);
  font-size: 11px;
  letter-spacing: 0.16em;
  line-height: 1.4;
  text-transform: uppercase;
}

.zoe-pcard__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.zoe-pcard__name {
  color: var(--text-strong);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.3;
  transition: color 160ms var(--ease-out);
}

.zoe-pcard__name:hover {
  color: var(--zoe-terracotta-deep);
}

.zoe-pcard__price,
.zoe-pcard__price .amount {
  color: var(--text-strong);
  font-size: 14px;
  font-weight: 500;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.zoe-pcard__price del {
  color: var(--text-subtle);
  font-size: 12px;
  font-weight: 400;
}

.zoe-pcard__price ins {
  background: transparent;
  color: var(--zoe-brick);
  text-decoration: none;
}

.zoe-swatches {
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 20px;
}

.zoe-swatch {
  display: inline-block;
  width: 13px;
  height: 13px;
  border: 1px solid var(--zoe-line-strong);
  border-radius: 50%;
  background: var(--swatch);
  box-shadow: 0 0 0 2px var(--zoe-ivory);
}

.zoe-verse-band {
  padding: 116px 48px;
  border-top: 1px solid var(--border-hair);
  border-bottom: 1px solid var(--border-hair);
  background: var(--surface-sunken);
  text-align: center;
}

.zoe-verse-band > div {
  display: flex;
  max-width: 860px;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  margin: 0 auto;
}

.zoe-verse-band p {
  margin: 0;
  color: var(--text-strong);
  font-family: var(--font-display);
  font-size: var(--fs-display-m);
  font-weight: var(--display-weight);
  letter-spacing: var(--display-tracking);
  line-height: var(--lh-snug);
  text-wrap: balance;
}

.zoe-verse-band__line {
  width: 56px;
  height: 1px;
  background: var(--zoe-terracotta);
}

.zoe-categories {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.zoe-editorial-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.zoe-editorial-card__media {
  display: block;
  overflow: hidden;
  border-radius: 10px;
  aspect-ratio: 3 / 2;
  background: var(--zoe-sand);
}

.zoe-editorial-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms var(--ease-editorial);
}

.zoe-editorial-card:hover .zoe-editorial-card__media img {
  transform: scale(1.04);
}

.zoe-editorial-card__body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 18px 2px 2px;
  color: var(--text-muted);
  font-size: 15px;
  line-height: 1.6;
}

.zoe-editorial-card__body strong {
  color: var(--text-strong);
  font-family: var(--font-display);
  font-size: 30px;
  font-style: normal;
  font-weight: var(--display-weight);
  letter-spacing: var(--display-tracking);
  line-height: 1.18;
}

.zoe-editorial-card__body > span:not(.zoe-eyebrow) {
  max-width: 52ch;
}

.zoe-editorial-card__body em {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 2px;
  color: var(--text-strong);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: color 160ms var(--ease-out);
}

.zoe-editorial-card:hover em {
  color: var(--zoe-terracotta-deep);
}

.zoe-editorial-card em span {
  transition: transform 200ms var(--ease-out);
}

.zoe-editorial-card:hover em span {
  transform: translateX(4px);
}

.zoe-testimonials {
  border-top: 1px solid var(--border-hair);
}

.zoe-testimonials .zoe-section {
  padding-top: 88px;
}

.zoe-testimonials .zoe-section__heading {
  margin-bottom: 48px;
}

.zoe-testimonials__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.zoe-testimonials figure {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin: 0;
  padding: 8px 40px;
  border-left: 1px solid var(--border-hair);
}

.zoe-testimonials figure:first-child {
  padding-left: 0;
  border-left: 0;
}

.zoe-testimonials figure:last-child {
  padding-right: 0;
}

.zoe-testimonials blockquote {
  margin: 0;
  color: var(--text-body);
  font-family: var(--font-display);
  font-size: var(--fs-h4);
  font-style: var(--quote-style);
  font-weight: var(--quote-weight);
  line-height: var(--lh-body);
}

.zoe-testimonials figcaption {
  color: var(--text-subtle);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.zoe-newsletter {
  padding: 96px 48px;
  border-top: 1px solid var(--border-hair);
}

.zoe-newsletter__inner {
  display: flex;
  max-width: 560px;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  margin: 0 auto;
  text-align: center;
}

.zoe-newsletter h2 {
  max-width: 24ch;
  font-size: var(--fs-h3);
  line-height: var(--lh-heading);
  text-wrap: balance;
}

.zoe-newsletter p {
  margin: 0;
  color: var(--text-muted);
  font-size: var(--fs-body-sm);
}

.zoe-newsletter__form {
  display: flex;
  width: 100%;
  max-width: 440px;
  align-items: flex-end;
  gap: 18px;
  margin-top: 8px;
}

.zoe-newsletter__form input[type="email"] {
  width: 100%;
  min-width: 0;
  height: 46px;
  padding: 0 2px;
  border: 0;
  border-bottom: 1px solid var(--border-strong);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--text-body);
}

.zoe-newsletter__form input[type="email"]:focus {
  border-color: var(--zoe-terracotta);
}

.zoe-newsletter__status.is-success {
  color: var(--zoe-terracotta-deep);
  font-size: var(--fs-body);
  font-weight: 500;
}

.zoe-newsletter__status.is-error {
  color: var(--zoe-brick);
}

.zoe-footer-shell {
  background: var(--surface-page);
  color: var(--text-body);
}

.zoe-footer {
  max-width: var(--container);
  margin: 0 auto;
  padding: 80px 48px 40px;
}

.zoe-footer__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 48px;
  padding-bottom: 56px;
}

.zoe-footer__brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.zoe-footer__brand .zoe-logo {
  margin-left: -4px;
}

.zoe-footer__brand .zoe-logo--badge {
  width: 170px;
  max-width: 100%;
  height: auto;
}

.zoe-footer__brand p {
  max-width: 30ch;
  margin: 0;
  color: var(--text-muted);
  font-size: var(--fs-body-sm);
  font-weight: 300;
  line-height: var(--lh-body);
}

.zoe-footer__column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}

.zoe-footer__title {
  color: var(--text-subtle);
  font-family: var(--font-sans) !important;
  font-size: 11px;
  font-weight: 600 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase;
}

.zoe-footer__column a,
.zoe-footer__cookie-button,
.zoe-footer__column span {
  color: var(--text-body);
  font-size: var(--fs-body-sm);
}

.zoe-footer__column a,
.zoe-footer__cookie-button {
  transition: color 160ms var(--ease-out);
}

.zoe-footer__column a:hover,
.zoe-footer__cookie-button:hover {
  color: var(--zoe-terracotta-deep);
}

.zoe-footer__cookie-button {
  min-height: 44px;
  margin: -8px 0;
  padding: 8px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.zoe-footer__cookie-button:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 3px;
}

.zoe-footer__column > span {
  color: var(--text-muted);
}

.zoe-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
  padding-top: 28px;
  border-top: 1px solid var(--border-hair);
  color: var(--text-subtle);
  font-size: var(--fs-caption);
}

.zoe-footer__bottom span:last-child {
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.zoe-manifesto__hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  padding: 112px 48px 72px;
  text-align: center;
}

.zoe-manifesto__hero h1 {
  max-width: 18ch;
  font-size: var(--fs-display-l);
  text-wrap: balance;
}

.zoe-manifesto__hero p {
  max-width: 52ch;
  margin: 0;
  color: var(--text-muted);
  font-size: var(--fs-body-lg);
  font-weight: 300;
}

.zoe-manifesto__image {
  width: 100%;
  height: 480px;
  overflow: hidden;
}

.zoe-manifesto__image picture {
  display: block;
  width: 100%;
  height: 100%;
}

.zoe-manifesto__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 24%;
}

.zoe-manifesto__content {
  display: flex;
  max-width: 680px;
  flex-direction: column;
  gap: 56px;
  margin: 0 auto;
  padding: 96px 48px 112px;
}

.zoe-manifesto__section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.zoe-manifesto__section h2 {
  font-size: var(--fs-h3);
  line-height: var(--lh-heading);
}

.zoe-manifesto__section p {
  margin: 0;
  font-size: var(--fs-body-lg);
  line-height: var(--lh-relaxed);
}

.zoe-manifesto__section blockquote {
  margin: 0;
  color: var(--zoe-terracotta-deep);
  font-family: var(--font-display);
  font-size: var(--fs-h3);
  font-style: italic;
  font-weight: var(--display-weight);
  line-height: var(--lh-heading);
}

.zoe-divider {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 14px;
  color: var(--text-subtle);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.zoe-divider::before,
.zoe-divider::after {
  height: 1px;
  flex: 1;
  background: var(--border-hair);
  content: "";
}

.zoe-divider::before {
  display: none;
}

.zoe-manifesto__names {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.zoe-manifesto__names > div {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.zoe-manifesto__names strong {
  color: var(--zoe-terracotta-deep);
  font-family: var(--font-display);
  font-size: var(--fs-h2);
  font-weight: var(--display-weight);
  letter-spacing: var(--display-tracking);
}

.zoe-manifesto__names p {
  font-size: var(--fs-body);
  line-height: var(--lh-body);
}

.zoe-page,
.zoe-posts,
.zoe-single-post {
  width: 100%;
  max-width: 1040px;
  min-height: 52vh;
  margin: 0 auto;
  padding: 72px 48px 112px;
}

.zoe-page--commerce {
  max-width: var(--container-checkout);
  padding-top: 56px;
}

.zoe-entry__header {
  margin-bottom: 44px;
}

.zoe-entry__header h1 {
  font-size: var(--fs-display-m);
}

.zoe-entry__content {
  color: var(--text-body);
}

.zoe-entry__content > * + * {
  margin-top: 1.5em;
}

.zoe-entry__content a {
  color: var(--zoe-terracotta-deep);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.zoe-post-card {
  display: grid;
  grid-template-columns: minmax(220px, 0.7fr) 1.3fr;
  gap: 32px;
  padding: 32px 0;
  border-top: 1px solid var(--border-hair);
}

.zoe-post-card__image {
  overflow: hidden;
  border-radius: 8px;
  aspect-ratio: 4 / 3;
}

.zoe-post-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.zoe-post-card h2 {
  margin-top: 10px !important;
  font-size: var(--fs-h2);
}

.zoe-empty-state {
  display: flex;
  min-height: 62vh;
  max-width: 640px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin: 0 auto;
  padding: 96px 48px 128px;
  text-align: center;
}

.zoe-empty-state h1 {
  font-size: var(--fs-display-m);
}

.zoe-empty-state p {
  margin: 0;
  color: var(--text-muted);
  font-size: var(--fs-body-lg);
}

.zoe-comments {
  margin-top: 64px;
  padding-top: 48px;
  border-top: 1px solid var(--border-hair);
}

/* WooCommerce: estrutura geral */
.zoe-commerce {
  min-height: 56vh;
}

.zoe-commerce__inner {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 56px 48px 112px;
}

.zoe-breadcrumb,
.zoe163-store .woocommerce .woocommerce-breadcrumb {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 36px;
  color: var(--text-subtle);
  font-size: 12px;
}

.zoe-breadcrumb a {
  color: var(--text-muted);
  transition: color 160ms var(--ease-out);
}

.zoe-breadcrumb a:hover {
  color: var(--zoe-terracotta-deep);
}

.zoe163-store .woocommerce-products-header__title.page-title {
  margin-bottom: 12px;
  font-size: var(--fs-display-m);
}

.zoe163-store .woocommerce-products-header__description {
  max-width: 66ch;
  margin-bottom: 24px;
  color: var(--text-muted);
}

.zoe163-store .woocommerce .woocommerce-result-count {
  margin: 12px 0 32px;
  color: var(--text-subtle);
  font-size: var(--fs-body-sm);
}

.zoe163-store .woocommerce .woocommerce-ordering {
  margin: 0 0 28px;
}

.zoe163-store .woocommerce .woocommerce-ordering select,
.zoe163-store .woocommerce select,
.zoe163-store .select2-container .select2-selection--single {
  min-height: 42px;
  padding: 0 38px 0 14px;
  border: 1px solid var(--border-strong);
  border-radius: 4px;
  background-color: transparent;
  color: var(--text-body);
  font-size: var(--fs-body-sm);
}

.zoe-shop-filters {
  display: flex;
  clear: both;
  align-items: center;
  gap: 10px;
  margin-bottom: 40px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--border-hair);
}

.zoe-tag {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  padding: 7px 16px;
  border: 1.5px solid var(--zoe-line-strong);
  border-radius: 999px;
  color: var(--zoe-ink);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: background 160ms var(--ease-out), color 160ms var(--ease-out), border-color 160ms var(--ease-out);
}

.zoe-tag:hover {
  border-color: var(--zoe-ink);
}

.zoe-tag.is-selected {
  border-color: var(--zoe-ink);
  background: var(--zoe-ink);
  color: var(--zoe-ivory);
}

.zoe163-store .woocommerce nav.woocommerce-pagination {
  margin-top: 56px;
}

.zoe163-store .woocommerce nav.woocommerce-pagination ul {
  display: inline-flex;
  gap: 8px;
  border: 0;
}

.zoe163-store .woocommerce nav.woocommerce-pagination ul li {
  border: 0;
}

.zoe163-store .woocommerce nav.woocommerce-pagination ul li a,
.zoe163-store .woocommerce nav.woocommerce-pagination ul li span {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid var(--border-hair);
  border-radius: 50%;
  background: transparent;
  color: var(--text-body);
}

.zoe163-store .woocommerce nav.woocommerce-pagination ul li span.current,
.zoe163-store .woocommerce nav.woocommerce-pagination ul li a:hover {
  border-color: var(--zoe-ink);
  background: var(--zoe-ink);
  color: var(--zoe-ivory);
}

/* WooCommerce: produto */
.zoe-commerce--product .zoe-commerce__inner {
  padding-bottom: 112px;
}

.zoe163-store .woocommerce div.product {
  display: grid;
  grid-template-columns: 1.08fr 1fr;
  gap: 72px;
  margin-top: 36px;
}

.zoe163-store .woocommerce div.product div.images,
.zoe163-store .woocommerce div.product div.summary {
  width: auto;
  min-width: 0;
  float: none;
  margin: 0;
}

.zoe163-store .woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
  margin: 0;
}

.zoe163-store .woocommerce div.product div.images .woocommerce-product-gallery__image:first-child {
  overflow: hidden;
  border-radius: 8px;
  aspect-ratio: 4 / 5;
  background: var(--zoe-cream);
}

.zoe163-store .woocommerce div.product div.images .woocommerce-product-gallery__image:first-child a,
.zoe163-store .woocommerce div.product div.images .woocommerce-product-gallery__image:first-child img {
  width: 100%;
  height: 100%;
}

.zoe163-store .woocommerce div.product div.images .woocommerce-product-gallery__image:first-child img {
  object-fit: cover;
}

.zoe163-store .woocommerce div.product div.images .flex-control-thumbs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 16px;
}

.zoe163-store .woocommerce div.product div.images .flex-control-thumbs li {
  width: auto;
  overflow: hidden;
  border-radius: 8px;
  aspect-ratio: 1;
}

.zoe163-store .woocommerce div.product div.images .flex-control-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.zoe163-store .woocommerce span.onsale {
  z-index: 4;
  top: 14px;
  left: 14px;
  min-width: 0;
  min-height: 0;
  padding: 7px 12px;
  border-radius: 999px;
  background: var(--zoe-brick);
  color: var(--zoe-ivory);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.zoe163-store .woocommerce div.product div.summary {
  display: flex;
  max-width: 480px;
  flex-direction: column;
  align-items: stretch;
}

.zoe-product-eyebrow,
.zoe-product-eyebrow a {
  color: var(--text-subtle);
  font-size: var(--fs-eyebrow);
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.zoe163-store .woocommerce div.product .product_title {
  margin-top: 14px;
  font-size: var(--fs-h1);
  line-height: var(--lh-snug);
}

.zoe163-store .woocommerce div.product p.price,
.zoe163-store .woocommerce div.product span.price {
  margin: 14px 0 0;
  color: var(--text-strong);
  font-size: 22px;
  font-weight: 500;
}

.zoe163-store .woocommerce div.product p.price del,
.zoe163-store .woocommerce div.product span.price del {
  color: var(--text-subtle);
  font-size: 16px;
  opacity: 1;
}

.zoe163-store .woocommerce div.product p.price ins,
.zoe163-store .woocommerce div.product span.price ins {
  background: transparent;
  color: var(--zoe-brick);
  text-decoration: none;
}

.zoe-product-verse {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 22px;
  padding: 22px 0;
  border-top: 1px solid var(--border-hair);
  border-bottom: 1px solid var(--border-hair);
}

.zoe-product-verse p {
  margin: 0;
  font-family: var(--font-display);
  font-size: var(--fs-h4);
  font-style: var(--quote-style);
  font-weight: var(--quote-weight);
  line-height: var(--lh-body);
}

.zoe-product-verse span {
  color: var(--zoe-terracotta-deep);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.zoe163-store .woocommerce-product-details__short-description {
  margin-top: 22px;
  color: var(--text-muted);
}

.zoe163-store .woocommerce div.product form.cart {
  display: flex;
  align-items: stretch;
  gap: 14px;
  margin: 26px 0 0;
}

.zoe163-store .woocommerce div.product form.cart.variations_form {
  display: block;
}

.zoe163-store .woocommerce div.product form.cart.grouped_form {
  display: block;
}

.zoe163-store .woocommerce div.product form.cart.grouped_form table {
  width: 100%;
  margin-bottom: 18px;
}

.zoe163-store .woocommerce div.product form.cart .variations {
  width: 100%;
  margin: 0 0 18px;
}

.zoe163-store .woocommerce div.product form.cart .variations tr {
  display: grid;
  gap: 10px;
  margin-bottom: 18px;
}

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

.zoe163-store .woocommerce div.product form.cart .variations label {
  color: var(--text-subtle);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.zoe163-store .woocommerce div.product form.cart .variations select {
  width: 100%;
  min-width: 0;
  height: 48px;
}

.zoe163-store .woocommerce div.product form.cart .reset_variations {
  display: inline-block;
  margin-top: 6px;
  color: var(--text-subtle);
  font-size: 12px;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.zoe163-store .woocommerce .quantity .qty {
  width: 78px;
  height: 56px;
  padding: 0 10px;
  border: 1px solid var(--border-strong);
  border-radius: 4px;
  background: transparent;
  text-align: center;
}

.zoe163-store .woocommerce div.product form.cart .button {
  min-height: 56px;
  flex: 1;
}

.zoe163-store .woocommerce div.product .woocommerce-variation-add-to-cart {
  display: flex;
  align-items: stretch;
  gap: 14px;
}

.zoe163-store .woocommerce div.product .stock {
  margin-top: 14px;
  color: var(--zoe-sage);
  font-size: var(--fs-body-sm);
}

.zoe163-store .woocommerce div.product .out-of-stock {
  color: var(--zoe-brick);
}

.zoe163-store .woocommerce div.product .product_meta {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid var(--border-hair);
  color: var(--text-subtle);
  font-size: 12px;
}

.zoe163-store .woocommerce div.product .product_meta a {
  color: var(--text-muted);
}

.zoe163-store .woocommerce div.product .woocommerce-tabs,
.zoe163-store .woocommerce div.product .related,
.zoe163-store .woocommerce div.product .upsells {
  grid-column: 1 / -1;
  width: 100%;
}

.zoe163-store .woocommerce div.product .woocommerce-tabs {
  margin-top: 18px;
  padding-top: 38px;
  border-top: 1px solid var(--border-hair);
}

.zoe163-store .woocommerce div.product .woocommerce-tabs ul.tabs {
  display: flex;
  gap: 28px;
  margin: 0 0 30px;
  padding: 0 0 14px;
  border-bottom: 1px solid var(--border-hair);
}

.zoe163-store .woocommerce div.product .woocommerce-tabs ul.tabs::before,
.zoe163-store .woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.zoe163-store .woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  display: none;
}

.zoe163-store .woocommerce div.product .woocommerce-tabs ul.tabs li {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.zoe163-store .woocommerce div.product .woocommerce-tabs ul.tabs li a {
  padding: 0;
  color: var(--text-subtle);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.zoe163-store .woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: var(--zoe-terracotta-deep);
}

.zoe163-store .woocommerce-Tabs-panel {
  max-width: 780px;
  color: var(--text-muted);
}

.zoe163-store .woocommerce div.product .related,
.zoe163-store .woocommerce div.product .upsells {
  margin-top: 64px;
}

.zoe163-store .woocommerce div.product .related > h2,
.zoe163-store .woocommerce div.product .upsells > h2 {
  margin-bottom: 32px;
  font-size: var(--fs-h2);
}

.zoe163-store .woocommerce div.product .related ul.products,
.zoe163-store .woocommerce div.product .upsells ul.products {
  grid-template-columns: repeat(3, 1fr);
}

.zoe-mobile-buybar {
  display: none;
}

/* WooCommerce: campos, mensagens e estados */
.zoe163-store .woocommerce form .form-row {
  margin: 0 0 18px;
  padding: 0;
}

.zoe163-store .woocommerce form .form-row label {
  margin-bottom: 7px;
  color: var(--text-subtle);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1.4;
  text-transform: uppercase;
}

.zoe163-store .woocommerce form .form-row .required {
  color: var(--zoe-brick);
  text-decoration: none;
}

.zoe163-store .woocommerce form .form-row input.input-text,
.zoe163-store .woocommerce form .form-row textarea,
.zoe163-store .woocommerce form .form-row select,
.zoe163-store .woocommerce input.input-text,
.zoe163-store .woocommerce textarea,
.zoe163-store .wc-block-components-text-input input,
.zoe163-store .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid var(--border-strong);
  border-radius: 4px;
  background: transparent;
  box-shadow: none;
  color: var(--text-body);
}

.zoe163-store .woocommerce form .form-row textarea {
  min-height: 110px;
  resize: vertical;
}

.zoe163-store .woocommerce form .form-row input.input-text:focus,
.zoe163-store .woocommerce form .form-row textarea:focus,
.zoe163-store .woocommerce form .form-row select:focus {
  border-color: var(--zoe-terracotta);
  box-shadow: 0 0 0 3px rgb(176 113 74 / 16%);
}

.zoe163-store .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 8px 0;
  color: var(--text-body);
  line-height: 24px;
}

.zoe163-store .woocommerce-error,
.zoe163-store .woocommerce-info,
.zoe163-store .woocommerce-message {
  margin: 0 0 28px;
  padding: 18px 20px 18px 48px;
  border: 1px solid var(--border-hair);
  border-top: 0;
  border-radius: 4px;
  background: var(--surface-raised);
  color: var(--text-body);
  font-size: var(--fs-body-sm);
}

.zoe163-store .woocommerce-message {
  border-left: 3px solid var(--zoe-sage);
}

.zoe163-store .woocommerce-info {
  border-left: 3px solid var(--zoe-terracotta);
}

.zoe163-store .woocommerce-error {
  border-left: 3px solid var(--zoe-brick);
}

.zoe163-store .woocommerce-message::before {
  color: var(--zoe-sage);
}

.zoe163-store .woocommerce-info::before {
  color: var(--zoe-terracotta-deep);
}

.zoe163-store .woocommerce-error::before {
  color: var(--zoe-brick);
}

.zoe163-store .woocommerce-message .button,
.zoe163-store .woocommerce-info .button {
  min-height: 34px;
  padding: 0 14px;
  font-size: 10px;
}

/* WooCommerce: carrinho */
.woocommerce-cart .zoe-page--commerce {
  max-width: var(--container-cart);
  padding-top: 64px;
}

.woocommerce-cart .zoe-entry__header {
  margin-bottom: 20px;
}

.woocommerce-cart .zoe-entry__content > .woocommerce {
  display: grid;
  grid-template-columns: 1.55fr 1fr;
  gap: 64px;
  align-items: start;
}

.woocommerce-cart .woocommerce-notices-wrapper,
.woocommerce-cart .woocommerce > .woocommerce-message,
.woocommerce-cart .woocommerce > .woocommerce-info,
.woocommerce-cart .wc-empty-cart-message,
.woocommerce-cart .return-to-shop {
  grid-column: 1 / -1;
}

.woocommerce-cart .woocommerce-cart-form {
  min-width: 0;
}

.zoe163-store .woocommerce table.shop_table {
  margin: 0;
  border: 0;
  border-collapse: collapse;
  border-radius: 0;
  background: transparent;
}

.zoe163-store .woocommerce table.shop_table th {
  padding: 12px 10px;
  color: var(--text-subtle);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.zoe163-store .woocommerce table.shop_table td {
  padding: 24px 10px;
  border-top: 1px solid var(--border-hair);
  color: var(--text-body);
}

.zoe163-store .woocommerce-cart-form table.cart img {
  width: 96px;
  height: 120px;
  border-radius: 6px;
  object-fit: cover;
}

.zoe163-store .woocommerce-cart-form td.product-name a {
  color: var(--text-strong);
  font-size: var(--fs-body-sm);
  font-weight: 500;
}

.zoe163-store .woocommerce-cart-form .variation {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2px 6px;
  margin-top: 5px;
  color: var(--text-subtle);
  font-size: 12px;
}

.zoe163-store .woocommerce-cart-form .variation dt,
.zoe163-store .woocommerce-cart-form .variation dd,
.zoe163-store .woocommerce-cart-form .variation p {
  margin: 0;
  padding: 0;
}

.zoe163-store .woocommerce a.remove {
  display: inline-flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  color: var(--text-subtle) !important;
  font-size: 20px;
  font-weight: 300;
}

.zoe163-store .woocommerce a.remove:hover {
  background: var(--zoe-brick);
  color: var(--zoe-ivory) !important;
}

.zoe163-store .woocommerce-cart-form .actions {
  padding: 22px 0 0 !important;
}

.zoe163-store .woocommerce-cart-form .coupon {
  display: flex;
  gap: 10px;
}

.zoe163-store .woocommerce-cart-form .coupon .input-text {
  width: 180px;
  min-height: 46px;
  padding: 0 12px;
  border: 1px solid var(--border-strong);
  border-radius: 4px;
  background: transparent;
}

.woocommerce-cart .cart-collaterals {
  position: sticky;
  top: 140px;
  width: auto;
  padding: 32px;
  border: 1px solid var(--border-hair);
  border-radius: 8px;
  background: var(--surface-raised);
}

/* A referência original não exibe recomendações dentro da sacola. */
.woocommerce-cart .cart-collaterals .cross-sells {
  display: none;
}

.admin-bar.woocommerce-cart .cart-collaterals {
  top: 172px;
}

.zoe163-store .woocommerce .cart-collaterals .cart_totals {
  width: 100%;
  float: none;
}

.zoe163-store .woocommerce .cart-collaterals h2 {
  margin-bottom: 18px;
  font-family: var(--font-sans);
  font-size: var(--fs-h4);
  font-weight: 600;
}

.zoe163-store .woocommerce .cart-collaterals table th,
.zoe163-store .woocommerce .cart-collaterals table td {
  padding: 13px 0;
  font-size: var(--fs-body-sm);
  letter-spacing: 0;
  text-transform: none;
}

.zoe163-store .woocommerce .cart-collaterals table td {
  text-align: right;
}

.zoe163-store .woocommerce .wc-proceed-to-checkout {
  padding: 18px 0 0;
}

.zoe163-store .woocommerce .wc-proceed-to-checkout a.checkout-button {
  width: 100%;
  margin: 0;
  font-size: 13px;
}

.zoe163-store .woocommerce .cart-empty {
  max-width: 560px;
  margin: 72px auto 24px;
  color: var(--text-muted);
  font-size: var(--fs-body-lg);
  text-align: center;
}

.zoe163-store .woocommerce .return-to-shop {
  text-align: center;
}

/* WooCommerce Blocks: estado vazio da sacola. */
body.zoe163-store.woocommerce-cart
.wp-block-woocommerce-cart > .wp-block-woocommerce-empty-cart-block {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  grid-column: 1 / -1;
  justify-self: stretch;
  margin: 0;
  padding-top: 32px;
  overflow-wrap: anywhere;
  text-align: center;
}

body.zoe163-store.woocommerce-cart
.wp-block-woocommerce-empty-cart-block > .wc-block-cart__empty-cart__title {
  max-width: 24ch;
  margin: 0 auto;
  color: var(--text-strong);
  font-family: var(--font-sans);
  font-size: clamp(24px, 2.8vw, 32px);
  font-weight: 400;
  line-height: 1.2;
}

body.zoe163-store.woocommerce-cart
.wp-block-woocommerce-empty-cart-block > .wc-block-cart__empty-cart__title::before,
body.zoe163-store.woocommerce-cart
.wp-block-woocommerce-empty-cart-block > .wp-block-separator.is-style-dots {
  display: none;
}

body.zoe163-store.woocommerce-cart .zoe-empty-cart__actions {
  display: flex;
  justify-content: center;
  margin: 24px auto 0;
}

body.zoe163-store.woocommerce-cart
.wp-block-woocommerce-empty-cart-block a.zoe-empty-cart__cta {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
  border: 1px solid var(--zoe-ink);
  border-radius: 2px;
  background: var(--zoe-ink);
  color: var(--zoe-ivory) !important;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
}

body.zoe163-store.woocommerce-cart
.wp-block-woocommerce-empty-cart-block a.zoe-empty-cart__cta:hover,
body.zoe163-store.woocommerce-cart
.wp-block-woocommerce-empty-cart-block a.zoe-empty-cart__cta:focus-visible {
  border-color: var(--zoe-espresso);
  background: var(--zoe-espresso);
  color: var(--zoe-ivory) !important;
}

body.zoe163-store.woocommerce-cart
.wp-block-woocommerce-empty-cart-block a.zoe-empty-cart__cta:focus-visible {
  outline: 2px solid var(--zoe-terracotta-deep);
  outline-offset: 3px;
}

body.zoe163-store.woocommerce-cart
.wp-block-woocommerce-empty-cart-block > .wp-block-heading:not(.wc-block-cart__empty-cart__title) {
  margin: 56px 0 28px;
  color: var(--text-strong);
  font-size: clamp(24px, 2vw, 28px);
  font-weight: 300;
  line-height: 1.2;
}

body.zoe163-store.woocommerce-cart
.wp-block-woocommerce-empty-cart-block .wc-block-grid__product-add-to-cart a {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--zoe-ink);
  border-radius: 2px;
  background: var(--zoe-ink);
  color: var(--zoe-ivory) !important;
}

body.zoe163-store.woocommerce-cart
.wp-block-woocommerce-empty-cart-block .wc-block-grid__product-add-to-cart a:hover,
body.zoe163-store.woocommerce-cart
.wp-block-woocommerce-empty-cart-block .wc-block-grid__product-add-to-cart a:focus-visible {
  border-color: var(--zoe-espresso);
  background: var(--zoe-espresso);
  color: var(--zoe-ivory) !important;
}

/* WooCommerce: checkout */
.woocommerce-checkout .zoe-page--commerce {
  max-width: var(--container-checkout);
}

.woocommerce-checkout .woocommerce-checkout {
  --zoe-checkout-sticky-top: 140px;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  grid-template-rows: auto;
  gap: 0 72px;
  align-items: start;
}

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

.woocommerce-checkout .zoe-checkout-summary {
  position: sticky;
  z-index: 2;
  top: var(--zoe-checkout-sticky-top);
  grid-column: 2;
  grid-row: 1;
  overflow: hidden;
  border: 1px solid var(--border-hair);
  border-radius: 8px;
  background: var(--surface-raised);
}

.woocommerce-checkout #order_review_heading {
  margin: 0;
  padding: 32px 32px 14px;
  font-family: var(--font-sans);
  font-size: var(--fs-h4);
  font-weight: 600;
}

.woocommerce-checkout #order_review {
  padding: 0 32px 32px;
}

.admin-bar.woocommerce-checkout .woocommerce-checkout {
  --zoe-checkout-sticky-top: 172px;
}

.zoe163-store .woocommerce .col2-set .col-1,
.zoe163-store .woocommerce-page .col2-set .col-1,
.zoe163-store .woocommerce .col2-set .col-2,
.zoe163-store .woocommerce-page .col2-set .col-2 {
  width: 100%;
  float: none;
}

.woocommerce-checkout #customer_details .col-1,
.woocommerce-checkout #customer_details .col-2 {
  margin-bottom: 42px;
}

.woocommerce-checkout #customer_details h3 {
  margin-bottom: 20px;
  font-family: var(--font-sans);
  font-size: var(--fs-h4);
  font-weight: 600;
}

.zoe163-store .woocommerce-checkout-review-order-table th,
.zoe163-store .woocommerce-checkout-review-order-table td {
  padding: 13px 0 !important;
  font-size: var(--fs-body-sm) !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.zoe163-store .woocommerce-checkout-review-order-table .product-name {
  padding-right: 18px !important;
  font-weight: 500;
}

.zoe163-store .woocommerce-checkout-review-order-table .product-total,
.zoe163-store .woocommerce-checkout-review-order-table tfoot td {
  text-align: right;
}

.zoe163-store #add_payment_method #payment,
.zoe163-store .woocommerce-cart #payment,
.zoe163-store .woocommerce-checkout #payment {
  margin-top: 18px;
  border-radius: 8px;
  background: var(--zoe-cream);
}

.zoe163-store #add_payment_method #payment ul.payment_methods,
.zoe163-store .woocommerce-cart #payment ul.payment_methods,
.zoe163-store .woocommerce-checkout #payment ul.payment_methods {
  padding: 18px;
  border-bottom-color: var(--border-hair);
}

.zoe163-store #payment ul.payment_methods li {
  padding: 8px 0;
}

.zoe163-store #payment ul.payment_methods li label {
  font-size: var(--fs-body-sm);
  font-weight: 600;
}

.zoe163-store #payment div.payment_box {
  border-radius: 4px;
  background: var(--zoe-pearl);
  color: var(--text-muted);
  font-size: 13px;
}

.zoe163-store #payment div.payment_box::before {
  border-bottom-color: var(--zoe-pearl);
}

.zoe163-store #payment .place-order {
  padding: 18px !important;
}

.zoe163-store #payment #place_order {
  width: 100%;
  min-height: 56px;
  float: none;
}

.zoe163-store .woocommerce-privacy-policy-text {
  color: var(--text-subtle);
  font-size: 12px;
}

.zoe163-store .woocommerce-order {
  max-width: 760px;
  margin: 40px auto;
}

.zoe163-store .woocommerce-order .woocommerce-notice--success {
  margin: 0 0 32px;
  color: var(--zoe-sage);
  font-family: var(--font-display);
  font-size: var(--fs-h2);
  text-align: center;
}

.zoe163-store .woocommerce-order-overview {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 16px;
  margin: 0 0 40px;
  padding: 24px;
  border: 1px solid var(--border-hair);
  border-radius: 8px;
  background: var(--surface-raised);
}

/* O clearfix legado do WooCommerce não deve ocupar células da grade. */
.zoe163-store .woocommerce ul.woocommerce-order-overview::before,
.zoe163-store .woocommerce ul.woocommerce-order-overview::after {
  display: none;
  content: none;
}

.zoe163-store .woocommerce ul.woocommerce-order-overview > li {
  min-width: 0;
  width: auto;
  float: none;
  margin: 0;
  padding: 0 14px 0 0;
  border-right-color: var(--border-hair);
  font-size: 10px;
  letter-spacing: 0.12em;
}

.zoe163-store .woocommerce ul.woocommerce-order-overview > li strong {
  display: block;
  max-width: 100%;
  margin-top: 6px;
  font-size: 13px;
  line-height: 1.35;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

/* Blocos modernos de carrinho e checkout */
.zoe163-store .wp-block-woocommerce-cart,
.zoe163-store .wp-block-woocommerce-checkout {
  --wp--preset--color--contrast: var(--zoe-ink);
  --wp--preset--color--base: var(--zoe-ivory);
  color: var(--text-body);
  container-type: inline-size;
}

.zoe163-store .wp-block-woocommerce-cart a,
.zoe163-store .wp-block-woocommerce-checkout a {
  color: var(--zoe-terracotta-deep);
}

.zoe163-store .wp-block-woocommerce-cart button,
.zoe163-store .wp-block-woocommerce-checkout button {
  border-radius: 2px;
  font-family: var(--font-sans);
}

.zoe163-store .wc-block-components-sidebar {
  padding: 28px;
  border: 1px solid var(--border-hair);
  border-radius: 8px;
  background: var(--surface-raised);
}

.zoe163-store .wc-block-components-totals-wrapper {
  border-color: var(--border-hair);
}

.zoe163-store .wc-block-components-product-name {
  color: var(--text-strong);
  font-weight: 500;
}

@media (min-width: 761px) {
  .zoe163-store .wc-block-cart,
  .zoe163-store .wc-block-checkout {
    display: grid !important;
    align-items: start;
  }

  .zoe163-store .wc-block-cart {
    grid-template-columns: 1.55fr 1fr !important;
    gap: 64px !important;
  }

  .zoe163-store .wc-block-checkout {
    grid-template-columns: 1.15fr 0.85fr !important;
    gap: 72px !important;
  }

  .zoe163-store .wc-block-components-main,
  .zoe163-store .wc-block-components-sidebar {
    width: auto !important;
    margin: 0 !important;
  }

  .zoe163-store .wc-block-components-main {
    padding-right: 0 !important;
  }
}

/* Minha conta */
.zoe163-store .woocommerce-account .woocommerce {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 48px;
}

.zoe163-store .woocommerce-MyAccount-navigation,
.zoe163-store .woocommerce-MyAccount-content {
  width: auto;
  float: none;
}

.zoe163-store .woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  border: 1px solid var(--border-hair);
  border-radius: 8px;
  background: var(--surface-raised);
  list-style: none;
}

.zoe163-store .woocommerce-MyAccount-navigation li + li {
  border-top: 1px solid var(--border-hair);
}

.zoe163-store .woocommerce-MyAccount-navigation a {
  display: block;
  padding: 13px 16px;
  font-size: var(--fs-body-sm);
}

.zoe163-store .woocommerce-MyAccount-navigation .is-active a {
  color: var(--zoe-terracotta-deep);
  font-weight: 600;
}

@media (max-width: 1060px) and (min-width: 761px) {
  .zoe-header__row {
    padding-right: 32px;
    padding-left: 32px;
  }

  .zoe-nav {
    padding-right: 32px;
    padding-left: 32px;
  }

  .zoe-nav__list,
  .zoe-nav .menu {
    gap: 28px;
  }

  .zoe-hero__content {
    padding-right: 42px;
    padding-left: 42px;
  }

  .zoe163-store .woocommerce div.product {
    gap: 42px;
  }

  .woocommerce-checkout .woocommerce-checkout {
    gap: 0 42px;
  }
}

@media (max-width: 760px) {
  .admin-bar .zoe-header {
    top: 46px;
  }

  .zoe-announce {
    min-height: 36px;
    padding-right: 18px;
    padding-left: 18px;
  }

  .zoe-announce__message {
    overflow: hidden;
    font-size: 10px;
    text-overflow: ellipsis;
  }

  .zoe-header__row {
    display: flex;
    justify-content: space-between;
    padding: 14px 20px 8px;
  }

  .zoe-header__tagline {
    display: none;
  }

  .zoe-header__brand {
    min-width: 0;
  }

  .zoe-logo--wordmark {
    height: 26px;
  }

  .zoe-nav {
    overflow-x: auto;
    padding: 6px 20px 12px;
    scrollbar-width: none;
    -webkit-mask-image: linear-gradient(90deg, #000 0, #000 calc(100% - 44px), transparent);
    mask-image: linear-gradient(90deg, #000 0, #000 calc(100% - 44px), transparent);
  }

  .zoe-nav::-webkit-scrollbar {
    display: none;
  }

  .zoe-nav__list,
  .zoe-nav .menu {
    width: max-content;
    justify-content: flex-start;
    gap: 30px;
  }

  .zoe-nav__list::after,
  .zoe-nav .menu::after {
    flex: 0 0 28px;
    content: "";
  }

  .zoe-nav a {
    padding: 8px 0;
    font-size: 11px;
  }

  .zoe-nav .sub-menu {
    display: none;
  }

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

  .zoe-hero__content {
    padding: 56px 24px;
  }

  .zoe-hero h1 {
    font-size: clamp(2.45rem, 12vw, 3.45rem);
  }

  .zoe-hero__actions {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }

  .zoe-hero__actions .zoe-button:not(.zoe-button--link) {
    width: 100%;
  }

  .zoe-hero__media {
    height: 440px;
  }

  .zoe-section,
  .zoe-testimonials .zoe-section {
    padding: 64px 24px;
  }

  .zoe-section__heading {
    margin-bottom: 32px;
  }

  .zoe-products-grid,
  .zoe163-store .woocommerce ul.products,
  .zoe163-store .woocommerce-page ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 14px;
  }

  .zoe-pcard__body {
    gap: 5px;
    padding: 10px 0 2px;
  }

  .zoe-pcard__row {
    flex-direction: column;
    gap: 4px;
  }

  .zoe-pcard__name {
    font-size: 14px;
  }

  .zoe-pcard__category {
    display: none;
  }

  .zoe-pcard__quick-wrap {
    right: 7px;
    bottom: 7px;
    left: 7px;
  }

  .zoe-pcard__quick-wrap .button,
  .zoe163-store .woocommerce ul.products li.product .zoe-pcard__quick-wrap .button {
    min-height: 38px;
    padding: 0 6px;
    font-size: 9.5px;
    letter-spacing: 0.06em;
  }

  .zoe-verse-band {
    padding: 64px 24px;
  }

  .zoe-verse-band p {
    font-size: clamp(2rem, 8.5vw, 2.7rem);
  }

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

  .zoe-testimonials__grid {
    grid-template-columns: 1fr;
  }

  .zoe-testimonials figure {
    padding: 24px 0;
    border-top: 1px solid var(--border-hair);
    border-left: 0;
  }

  .zoe-testimonials figure:first-child {
    padding-top: 0;
    border-top: 0;
  }

  .zoe-newsletter {
    padding: 64px 24px;
  }

  .zoe-newsletter__form {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }

  .zoe-newsletter__form .zoe-button {
    width: 100%;
  }

  .zoe-footer {
    padding: 56px 24px 36px;
  }

  .zoe-footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: 36px 24px;
  }

  .zoe-footer__brand {
    grid-column: 1 / -1;
  }

  .zoe-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .zoe-manifesto__hero {
    padding: 64px 24px;
  }

  .zoe-manifesto__image {
    height: 320px;
  }

  .zoe-manifesto__content {
    padding: 64px 24px 80px;
  }

  .zoe-manifesto__names {
    grid-template-columns: 1fr;
  }

  .zoe-page,
  .zoe-posts,
  .zoe-single-post,
  .zoe-page--commerce {
    padding: 40px 24px 80px;
  }

  .zoe-post-card {
    grid-template-columns: 1fr;
  }

  .zoe-empty-state {
    padding: 88px 24px 120px;
  }

  .zoe-commerce__inner {
    padding: 32px 24px 80px;
  }

  .zoe-breadcrumb,
  .zoe163-store .woocommerce .woocommerce-breadcrumb {
    margin-bottom: 28px;
  }

  .zoe163-store .woocommerce .woocommerce-result-count,
  .zoe163-store .woocommerce .woocommerce-ordering {
    width: 100%;
    float: none;
  }

  .zoe163-store .woocommerce .woocommerce-ordering select {
    width: 100%;
  }

  .zoe-shop-filters {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 22px;
  }

  .zoe-tag {
    flex: 0 0 auto;
  }

  .zoe163-store .woocommerce div.product {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-top: 28px;
  }

  .zoe163-store .woocommerce div.product div.summary {
    max-width: none;
  }

  .zoe163-store .woocommerce div.product .product_title {
    font-size: 2.2rem;
  }

  .zoe163-store .woocommerce div.product .woocommerce-tabs,
  .zoe163-store .woocommerce div.product .related,
  .zoe163-store .woocommerce div.product .upsells {
    margin-top: 30px;
  }

  .zoe163-store .woocommerce div.product .woocommerce-tabs ul.tabs {
    gap: 18px;
    overflow-x: auto;
  }

  .zoe163-store .woocommerce div.product .related ul.products,
  .zoe163-store .woocommerce div.product .upsells ul.products {
    grid-template-columns: repeat(2, 1fr);
  }

  .zoe-mobile-buybar {
    position: fixed;
    z-index: 60;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 12px 20px calc(12px + env(safe-area-inset-bottom, 0px));
    border-top: 1px solid var(--border-hair);
    background: var(--surface-page);
    box-shadow: 0 -8px 24px rgb(58 42 30 / 6%);
    opacity: 0;
    pointer-events: none;
    transform: translateY(130%);
    transition: transform 350ms var(--ease-editorial), opacity 200ms var(--ease-out);
  }

  .zoe-mobile-buybar.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .zoe-mobile-buybar__meta {
    display: flex;
    min-width: 0;
    flex: 1;
    flex-direction: column;
    gap: 2px;
  }

  .zoe-mobile-buybar__meta strong {
    overflow: hidden;
    color: var(--text-strong);
    font-size: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .zoe-mobile-buybar__meta span {
    font-size: 12px;
  }

  .zoe-mobile-buybar__button {
    min-height: 48px !important;
    padding: 0 16px !important;
    font-size: 10px !important;
  }

  .zoe-commerce--product .zoe-commerce__inner {
    padding-bottom: calc(140px + env(safe-area-inset-bottom, 0px));
  }

  .woocommerce-cart .zoe-page--commerce {
    padding-top: 40px;
  }

  .woocommerce-cart .zoe-entry__header {
    margin-bottom: 18px;
  }

  .woocommerce-cart .zoe-entry__content > .woocommerce {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .zoe163-store .woocommerce table.shop_table_responsive tr td,
  .zoe163-store .woocommerce-page table.shop_table_responsive tr td {
    padding: 14px 0;
    border-top-color: var(--border-hair);
  }

  .zoe163-store .woocommerce-cart-form table.cart img {
    width: 84px;
    height: 105px;
  }

  .zoe163-store .woocommerce-cart-form .actions,
  .zoe163-store .woocommerce-cart-form .coupon {
    display: grid;
    width: 100%;
    gap: 10px;
  }

  .zoe163-store .woocommerce-cart-form .coupon .input-text {
    width: 100%;
  }

  .zoe163-store .woocommerce-cart-form .actions > .button {
    width: 100%;
  }

  .woocommerce-cart .cart-collaterals {
    position: static;
    padding: 24px 20px;
  }

  .woocommerce-checkout .woocommerce-checkout {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 40px;
  }

  .woocommerce-checkout #customer_details,
  .woocommerce-checkout .zoe-checkout-summary {
    position: static;
    grid-column: 1;
    grid-row: auto;
  }

  .woocommerce-checkout #order_review_heading {
    padding: 24px 20px 14px;
  }

  .woocommerce-checkout #order_review {
    padding: 0 20px 24px;
  }

  .zoe163-store .woocommerce-account .woocommerce {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .zoe163-store .woocommerce-MyAccount-navigation ul {
    display: flex;
    overflow-x: auto;
  }

  .zoe163-store .woocommerce-MyAccount-navigation li {
    flex: 0 0 auto;
  }

  .zoe163-store .woocommerce-MyAccount-navigation li + li {
    border-top: 0;
    border-left: 1px solid var(--border-hair);
  }

  .zoe163-store .wc-block-components-sidebar {
    padding: 20px;
  }
}

@media (max-width: 760px) and (hover: none) {
  .zoe-pcard__quick-wrap {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 380px) {
  .zoe-products-grid,
  .zoe163-store .woocommerce ul.products,
  .zoe163-store .woocommerce-page ul.products {
    column-gap: 10px;
  }

  .zoe-pcard__quick-wrap .button,
  .zoe163-store .woocommerce ul.products li.product .zoe-pcard__quick-wrap .button {
    font-size: 8.5px;
  }

  .zoe-mobile-buybar__meta {
    display: none;
  }

  .zoe-mobile-buybar__button {
    width: 100%;
  }

  .zoe163-store .woocommerce div.product form.cart:not(.variations_form),
  .zoe163-store .woocommerce div.product .woocommerce-variation-add-to-cart {
    flex-wrap: wrap;
    gap: 10px;
  }

  .zoe163-store .woocommerce div.product form.cart .quantity,
  .zoe163-store .woocommerce div.product form.cart .quantity .qty,
  .zoe163-store .woocommerce div.product form.cart .button {
    width: 100%;
  }

  .zoe163-store .woocommerce div.product form.cart .button {
    padding-right: 14px;
    padding-left: 14px;
    white-space: normal;
  }
}

.zoe-whatsapp-float {
  position: fixed;
  z-index: 55;
  right: 24px;
  bottom: 24px;
  display: inline-flex;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #fff;
  transition: transform 180ms var(--ease-out);
}

.zoe-whatsapp-float img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 8px 10px rgb(23 106 59 / 28%));
}

.zoe-whatsapp-float:hover {
  transform: translateY(-2px);
}

.zoe-whatsapp-float:focus-visible {
  outline: 3px solid var(--zoe-terracotta-deep);
  outline-offset: 4px;
  transform: translateY(-2px);
}

@media (max-width: 767px) {
  .zoe-whatsapp-float {
    width: 48px;
    height: 48px;
    right: max(16px, calc(env(safe-area-inset-right, 0px) + 12px));
    bottom: max(16px, calc(env(safe-area-inset-bottom, 0px) + 12px));
  }

  body.single-product .zoe-whatsapp-float {
    bottom: calc(85px + env(safe-area-inset-bottom, 0px));
  }
}

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

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

  .zoe-whatsapp-float:hover,
  .zoe-whatsapp-float:focus-visible {
    transform: none;
  }
}

@media print {
  .zoe-announce,
  .zoe-header,
  .zoe-footer-shell,
  .zoe-mobile-buybar,
  .zoe-whatsapp-float,
  .zoe-newsletter {
    display: none !important;
  }

  body.zoe163-store {
    background: #fff;
    color: #000;
  }
}
