body.mz-woo-context {
  margin: 0;
  background: var(--mz-paper, #f8f6f1);
  color: var(--mz-ink, #1e1c19);
}

body.mz-woo-context > header,
body.mz-woo-context > footer,
body.mz-woo-context #site-header,
body.mz-woo-context #site-footer,
body.mz-woo-context .site-header:not(.mz-woo-fallback-header),
body.mz-woo-context .site-footer:not(.mz-woo-fallback-footer) {
  display: none !important;
}

.mz-woo,
.mz-woo * {
  box-sizing: border-box;
}

.mz-woo {
  width: 100%;
  overflow: clip;
  background: var(--mz-paper);
  color: var(--mz-ink);
  font-family: var(--mz-body);
  font-size: 18px;
  line-height: 1.7;
}

.mz-woo img {
  display: block;
  max-width: 100%;
  height: auto;
}

.mz-woo a {
  color: inherit;
  text-decoration: none;
}

.mz-woo p,
.mz-woo h1,
.mz-woo h2,
.mz-woo h3,
.mz-woo ul {
  margin-top: 0;
}

.mz-woo h1,
.mz-woo h2,
.mz-woo h3 {
  color: var(--mz-ink);
  font-family: var(--mz-heading);
  font-weight: 400;
  letter-spacing: -.03em;
}

.mz-woo h1 {
  max-width: 900px;
  margin-bottom: 26px;
  font-size: clamp(46px, 5.3vw, 76px);
  line-height: 1.04;
  text-wrap: balance;
}

.mz-woo h2 {
  margin-bottom: 20px;
  font-size: clamp(36px, 3.5vw, 52px);
  line-height: 1.1;
  text-wrap: balance;
}

.mz-woo h3 {
  margin-bottom: 14px;
  font-size: 29px;
  line-height: 1.2;
}

.mz-woo :focus-visible {
  outline: 3px solid var(--mz-green);
  outline-offset: 5px;
}

.mz-woo-main {
  min-height: 60vh;
}

.mz-woo-wrap {
  width: min(1248px, calc(100% - 96px));
  margin: 0 auto;
}

.mz-woo-eyebrow {
  display: block;
  margin-bottom: 18px;
  color: #8a5f31;
  font-size: 14px;
  line-height: 1.45;
  letter-spacing: .115em;
  text-transform: uppercase;
}

.mz-woo-lead,
.mz-woo-short-description,
.mz-woo-richtext {
  color: #5e554b;
  font-size: 19px;
  line-height: 1.78;
}

.mz-woo-lead p:last-child,
.mz-woo-short-description p:last-child,
.mz-woo-richtext > *:last-child {
  margin-bottom: 0;
}

.mz-woo-breadcrumbs {
  margin-bottom: 38px;
  color: #6c6052;
  font-size: 14px;
}

.mz-woo-breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mz-woo-breadcrumbs li {
  display: flex;
  align-items: baseline;
  gap: 12px;
}

.mz-woo-breadcrumbs li + li::before {
  content: "/";
  color: #ad9a82;
}

.mz-woo-breadcrumbs a {
  text-decoration: underline;
  text-decoration-color: #bca789;
  text-underline-offset: 4px;
}

.mz-woo-breadcrumbs a:hover {
  color: #8a5f31;
}

.mz-woo-archive-hero,
.mz-woo-product-hero {
  padding: 146px 0 76px;
  background: #efeae1;
}

.mz-woo-archive-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr);
  align-items: center;
  gap: 72px;
}

.mz-woo-hero-copy .mz-woo-lead {
  max-width: 740px;
}

.mz-woo-category-visual {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  border: 1px solid var(--mz-line);
  border-radius: 22px;
  background: #e4dccf;
  box-shadow: 0 18px 42px #2a21151c;
}

.mz-woo-category-visual > img,
.mz-woo-category-visual > .mz-woo-image-placeholder {
  width: 100%;
  height: 360px;
  object-fit: cover;
}

.mz-woo-category-visual > span {
  position: absolute;
  right: 16px;
  bottom: 16px;
  padding: 8px 12px;
  border: 1px solid #c18b4e;
  border-radius: 8px;
  background: #241e16c9;
  color: #fff;
  font-size: 14px;
  backdrop-filter: blur(10px);
}

.mz-woo-image-placeholder {
  display: grid;
  place-items: center;
  min-height: 240px;
  background:
    linear-gradient(135deg, transparent 0 49%, #c9b99e 49% 50%, transparent 50% 100%),
    #e8e1d6;
  color: #7d6d58;
  font-size: 14px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.mz-woo-category-bar,
.mz-woo-anchor-bar {
  position: relative;
  z-index: 5;
  border-top: 1px solid var(--mz-line);
  border-bottom: 1px solid var(--mz-line);
  background: #f8f6f1ee;
  backdrop-filter: blur(14px);
}

.mz-woo-category-nav,
.mz-woo-anchor-bar nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
  padding: 18px 0;
}

.mz-woo-category-nav a,
.mz-woo-anchor-bar a {
  padding: 10px 15px;
  border: 1px solid #d7c7af;
  border-radius: 999px;
  font-size: 15px;
  line-height: 1.35;
  transition: color .25s, background .25s, border-color .25s, transform .25s;
}

.mz-woo-category-nav a:hover,
.mz-woo-category-nav a[aria-current="page"],
.mz-woo-anchor-bar a:hover {
  border-color: var(--mz-green);
  background: var(--mz-dark);
  color: #fff;
  transform: translateY(-1px);
}

.mz-woo-products-section,
.mz-woo-related-section,
.mz-woo-content-section,
.mz-woo-buying-guide {
  padding: 92px 0;
}

.mz-woo-list-heading,
.mz-woo-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 45px;
}

.mz-woo-list-heading h2,
.mz-woo-section-heading h2 {
  margin-bottom: 0;
}

.mz-woo-list-heading > p {
  flex: 0 0 auto;
  margin-bottom: 7px;
  color: #776a59;
  font-size: 15px;
}

.mz-woo-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

.mz-woo-product-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--mz-line);
  border-radius: 21px;
  background: #fbf9f5;
  box-shadow: 0 7px 22px #3025160b;
  transition: transform .35s cubic-bezier(.22, 1, .36, 1), box-shadow .35s, border-color .35s;
}

.mz-woo-product-card:hover {
  transform: translateY(-6px);
  border-color: var(--mz-green);
  box-shadow: 0 20px 40px #30251619;
}

.mz-woo-card-image {
  display: block;
  overflow: hidden;
  border-bottom: 1px solid var(--mz-line);
  background: #ebe5da;
}

.mz-woo-card-image > img,
.mz-woo-card-image > .mz-woo-image-placeholder {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform .6s cubic-bezier(.22, 1, .36, 1);
}

.mz-woo-product-card:hover .mz-woo-card-image > img {
  transform: scale(1.035);
}

.mz-woo-card-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  padding: 26px 27px 28px;
}

.mz-woo-card-category,
.mz-woo-card-model {
  margin-bottom: 11px;
  color: #8a5f31;
  font-size: 13px;
  line-height: 1.45;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.mz-woo-card-copy h2 {
  margin-bottom: 14px;
  font-size: 31px;
  line-height: 1.15;
}

.mz-woo-card-description {
  margin-bottom: 25px;
  color: #62594f;
  font-size: 16px;
  line-height: 1.65;
}

.mz-woo-card-actions {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid #ded3c2;
}

.mz-woo-text-link,
.mz-woo-quote-link,
.mz-woo-video-link,
.mz-woo-light-link {
  font-size: 15px;
  line-height: 1.45;
}

.mz-woo-text-link span,
.mz-woo-light-link span {
  display: inline-block;
  transition: transform .25s;
}

.mz-woo-text-link:hover span,
.mz-woo-light-link:hover span {
  transform: translateX(4px);
}

.mz-woo-quote-link {
  color: #8a5f31;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.mz-woo-button,
.mz-woo-secondary-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 13px 21px;
  border: 2px solid var(--mz-green);
  border-radius: 15px;
  font-size: 15px;
  line-height: 1.45;
  box-shadow: 0 8px 16px #2c21151c;
  transition: transform .25s, background .25s, color .25s;
}

.mz-woo-button {
  background: var(--mz-dark);
  color: #fff !important;
}

.mz-woo-secondary-button {
  background: transparent;
  color: var(--mz-ink);
}

.mz-woo-button:hover,
.mz-woo-secondary-button:hover {
  transform: translateY(-2px);
  background: #5d4025;
  color: #fff;
}

.mz-woo-button span {
  font-size: 23px;
  line-height: 1;
}

.mz-woo-empty {
  display: flex;
  max-width: 840px;
  flex-direction: column;
  align-items: flex-start;
  padding: 48px;
  border: 1px solid var(--mz-line);
  border-radius: 22px;
  background: #efeae1;
}

.mz-woo-empty h2 {
  margin-bottom: 16px;
}

.mz-woo-empty .mz-woo-button {
  margin-top: 20px;
}

.mz-woo-pagination {
  margin-top: 52px;
}

.mz-woo-pagination .page-numbers {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mz-woo-pagination a,
.mz-woo-pagination span {
  display: grid;
  min-width: 43px;
  min-height: 43px;
  place-items: center;
  padding: 8px 12px;
  border: 1px solid var(--mz-line);
  border-radius: 10px;
}

.mz-woo-pagination .current {
  border-color: var(--mz-dark);
  background: var(--mz-dark);
  color: #fff;
}

.mz-woo-buying-guide,
.mz-woo-sand {
  background: #efeae1;
}

.mz-woo-guide-heading {
  max-width: 720px;
  margin-bottom: 42px;
}

.mz-woo-guide-grid,
.mz-woo-info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: 40px;
}

.mz-woo-guide-grid article,
.mz-woo-info-grid article {
  padding: 28px;
  border: 1px solid var(--mz-line);
  border-radius: 18px;
  background: #f8f6f1;
}

.mz-woo-guide-grid article > span,
.mz-woo-info-grid article > span {
  display: block;
  margin-bottom: 42px;
  color: #9c6c36;
  font-family: var(--mz-heading);
  font-size: 23px;
}

.mz-woo-guide-grid p,
.mz-woo-info-grid p,
.mz-woo-info-grid li {
  color: #62594f;
  font-size: 16px;
}

.mz-woo-info-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 0;
}

.mz-woo-product-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr);
  align-items: start;
  gap: 70px;
}

.mz-woo-preview-note {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 30px;
  padding: 12px 15px;
  border: 1px solid #c18b4e;
  border-radius: 9px;
  background: #fff8ec;
  color: #674a2b;
  font-size: 14px;
}

.mz-woo-preview-note strong {
  flex: 0 0 auto;
  text-transform: uppercase;
}

.mz-woo-gallery {
  min-width: 0;
}

.mz-woo-gallery-main {
  display: grid;
  width: 100%;
  min-height: 520px;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--mz-line);
  border-radius: 22px;
  background: #e8e1d6;
  box-shadow: 0 18px 42px #2a211515;
  cursor: zoom-in;
}

.mz-woo-gallery-main > img,
.mz-woo-gallery-main > .mz-woo-image-placeholder {
  width: 100%;
  height: 520px;
  object-fit: contain;
}

.mz-woo-gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.mz-woo-gallery-thumbs button {
  padding: 0;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 10px;
  background: #e8e1d6;
  cursor: pointer;
}

.mz-woo-gallery-thumbs button[aria-current="true"] {
  border-color: var(--mz-green);
}

.mz-woo-gallery-thumbs img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.mz-woo-product-summary {
  position: sticky;
  top: 110px;
}

.mz-woo-product-summary h1 {
  font-size: clamp(43px, 4.3vw, 64px);
}

.mz-woo-product-summary .mz-woo-eyebrow {
  width: fit-content;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.mz-woo-model {
  display: flex;
  gap: 20px;
  margin: -8px 0 25px;
  padding: 12px 0;
  border-top: 1px solid var(--mz-line);
  border-bottom: 1px solid var(--mz-line);
  font-size: 16px;
}

.mz-woo-model span {
  color: #786a58;
}

.mz-woo-feature-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.mz-woo-feature-list li {
  position: relative;
  padding-left: 19px;
  font-size: 15px;
}

.mz-woo-feature-list li::before {
  position: absolute;
  top: .72em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--mz-green);
  content: "";
}

.mz-woo-summary-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.mz-woo-enquiry-hint {
  margin-top: 18px;
  color: #736756;
  font-size: 13px;
  line-height: 1.55;
}

.mz-woo-video-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  color: #80582e;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.mz-woo-two-column {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
  align-items: start;
  gap: 82px;
}

.mz-woo-two-column > div:first-child > p:not(.mz-woo-eyebrow) {
  max-width: 480px;
  color: #62594f;
}

.mz-woo-richtext h2,
.mz-woo-richtext h3 {
  margin-top: 38px;
  font-size: 31px;
}

.mz-woo-richtext ul {
  padding-left: 22px;
}

/* Structured product-detail content is rendered below the split overview at
   full container width. CSS belongs here rather than inside the WP editor. */
.mz-woo-detail-section {
  padding: 8px 0 92px;
  background: var(--mz-paper);
}

.mz-woo-detail-content {
  width: min(100% - 96px, 1248px);
}

.mz-woo-detail-content > p:empty,
.mz-woo-detail-content #mz-ztype-details > p:empty {
  display: none;
}

.mz-woo-detail-content #mz-ztype-details,
.mz-woo-detail-content #mz-ztype-details * {
  box-sizing: border-box;
}

.mz-woo-detail-content #mz-ztype-details {
  --mz-z-ink: #211f1c;
  --mz-z-body: #625b52;
  --mz-z-accent: #a86c2a;
  --mz-z-line: #e7dccf;
  --mz-z-soft: #f4efe7;
  width: 100%;
  max-width: none;
  margin: 0;
  color: var(--mz-z-ink);
  font-size: 18px;
  line-height: 1.72;
}

.mz-woo-detail-content #mz-ztype-details > .mz-intro {
  display: none;
}

.mz-woo-detail-content #mz-ztype-details p {
  margin: 0 0 16px;
  color: var(--mz-z-body);
}

.mz-woo-detail-content #mz-ztype-details .mz-section {
  padding: 48px 0;
  border-top: 1px solid var(--mz-z-line);
}

.mz-woo-detail-content #mz-ztype-details .mz-section:first-child {
  border-top: 0;
}

.mz-woo-detail-content #mz-ztype-details .mz-heading {
  max-width: 850px;
  margin: 0 auto 26px;
  text-align: center;
}

.mz-woo-detail-content #mz-ztype-details .mz-eyebrow {
  display: block;
  margin-bottom: 8px;
  color: var(--mz-z-accent);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .14em;
  line-height: 1.4;
  text-transform: uppercase;
}

.mz-woo-detail-content #mz-ztype-details h2 {
  margin: 0 0 12px;
  color: var(--mz-z-ink);
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 500;
  line-height: 1.14;
}

.mz-woo-detail-content #mz-ztype-details .mz-table-wrap {
  max-width: 1040px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid var(--mz-z-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(49,39,27,.06);
}

.mz-woo-detail-content #mz-ztype-details .mz-info-table {
  width: 100%;
  margin: 0;
  border: 0;
  border-collapse: collapse;
}

.mz-woo-detail-content #mz-ztype-details .mz-info-table th,
.mz-woo-detail-content #mz-ztype-details .mz-info-table td {
  padding: 16px 21px;
  border: 0;
  border-bottom: 1px solid var(--mz-z-line);
  text-align: left;
  vertical-align: top;
}

.mz-woo-detail-content #mz-ztype-details .mz-info-table tr:last-child th,
.mz-woo-detail-content #mz-ztype-details .mz-info-table tr:last-child td {
  border-bottom: 0;
}

.mz-woo-detail-content #mz-ztype-details .mz-info-table th {
  width: 28%;
  color: var(--mz-z-ink);
  background: var(--mz-z-soft);
  font-weight: 650;
}

.mz-woo-detail-content #mz-ztype-details .mz-info-table td {
  color: var(--mz-z-body);
}

.mz-woo-detail-content #mz-ztype-details .mz-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
}

.mz-woo-detail-content #mz-ztype-details .mz-media {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--mz-z-line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(49,39,27,.08);
}

.mz-woo-detail-content #mz-ztype-details .mz-media img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

.mz-woo-detail-content #mz-ztype-details .mz-media figcaption {
  padding: 12px 16px 14px;
  color: var(--mz-z-body);
  font-size: 14px;
  font-style: normal;
  line-height: 1.45;
  text-align: center;
}

.mz-woo-detail-content #mz-ztype-details .mz-single {
  max-width: 760px;
  margin: 0 auto;
}

.mz-woo-detail-content #mz-ztype-details .mz-single--wide {
  max-width: 900px;
}

.mz-woo-detail-content #mz-ztype-details .mz-media-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.mz-woo-detail-content #mz-ztype-details .mz-media-link:focus-visible {
  outline: 3px solid var(--mz-z-accent);
  outline-offset: 4px;
}

.mz-woo-detail-content #mz-ztype-details .mz-note {
  margin-top: 18px;
  color: var(--mz-z-body);
  font-size: 15px;
  text-align: center;
}

.mz-woo-spec-wrap {
  overflow: hidden;
  border: 1px solid var(--mz-line);
  border-radius: 18px;
  background: #f8f6f1;
}

.mz-woo-spec-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  line-height: 1.55;
}

.mz-woo-spec-table th,
.mz-woo-spec-table td {
  padding: 16px 19px;
  border-bottom: 1px solid var(--mz-line);
  text-align: left;
  vertical-align: top;
}

.mz-woo-spec-table tr:last-child th,
.mz-woo-spec-table tr:last-child td {
  border-bottom: 0;
}

.mz-woo-spec-table th {
  width: 39%;
  color: #685a49;
  font-weight: 400;
}

.mz-woo-info-grid ul {
  margin-bottom: 0;
  padding-left: 20px;
}

.mz-woo-dark {
  background: var(--mz-dark);
  color: #f8f6f1;
}

.mz-woo-dark h2,
.mz-woo-dark p {
  color: #f8f6f1;
}

.mz-woo-dark .mz-woo-eyebrow {
  color: #d8aa70;
}

.mz-woo-dark .mz-woo-light-link {
  display: inline-flex;
  gap: 22px;
  margin-top: 26px;
  color: #f1c88f;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.mz-woo-faq-list details {
  border-bottom: 1px solid var(--mz-line);
}

.mz-woo-faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 0;
  color: var(--mz-ink);
  font-size: 19px;
  cursor: pointer;
  list-style: none;
}

.mz-woo-faq-list summary::-webkit-details-marker {
  display: none;
}

.mz-woo-faq-list summary span {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid var(--mz-line);
  border-radius: 50%;
  transition: transform .25s, color .25s, background .25s;
}

.mz-woo-faq-list details[open] summary span {
  transform: rotate(45deg);
  background: var(--mz-dark);
  color: #fff;
}

.mz-woo-faq-list details p {
  margin: 0;
  padding: 0 54px 22px 0;
  color: #62594f;
  font-size: 16px;
}

.mz-woo-final-cta {
  padding: 100px 0;
  background: #d6c2a6;
  text-align: center;
}

.mz-woo-final-cta .mz-woo-wrap {
  display: flex;
  max-width: 850px;
  flex-direction: column;
  align-items: center;
}

.mz-woo-final-cta p:not(.mz-woo-eyebrow) {
  max-width: 680px;
  margin-bottom: 30px;
  color: #574b3d;
}

.mz-woo-fallback-header {
  position: fixed;
  top: 8px;
  right: 48px;
  left: 48px;
  z-index: 1000;
  display: flex;
  min-height: 76px;
  max-width: 1344px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: auto;
  padding: 14px 22px;
  border-radius: 24px;
  background: var(--mz-dark);
  color: #fff;
  box-shadow: 0 14px 24px #1a241f32;
}

.mz-woo-fallback-brand {
  font-family: var(--mz-heading);
  font-size: 22px;
}

.mz-woo-fallback-header nav {
  display: flex;
  align-items: center;
  gap: 24px;
}

.mz-woo-fallback-header .mz-open-enquiry a {
  padding: 10px 15px;
  border: 1px solid var(--mz-green);
  border-radius: 12px;
  background: #f8f6f1;
  color: var(--mz-ink);
}

.mz-woo-fallback-footer {
  display: flex;
  width: min(1248px, calc(100% - 96px));
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 0 auto;
  padding: 45px 0;
  border-top: 1px solid var(--mz-line);
}

@media (max-width: 1024px) {
  .mz-woo-wrap {
    width: min(100% - 56px, 900px);
  }

  .mz-woo-archive-heading,
  .mz-woo-product-layout,
  .mz-woo-two-column {
    grid-template-columns: 1fr;
    gap: 42px;
  }

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

  .mz-woo-product-summary {
    position: relative;
    top: auto;
  }

  .mz-woo-gallery {
    max-width: 760px;
  }

  .mz-woo-product-hero {
    padding-bottom: 68px;
  }

  .mz-woo-detail-content {
    width: min(100% - 56px, 900px);
  }
}

@media (max-width: 700px) {
  .mz-woo {
    font-size: 16px;
  }

  .mz-woo-wrap {
    width: calc(100% - 40px);
  }

  .mz-woo h1 {
    font-size: 42px;
  }

  .mz-woo h2 {
    font-size: 35px;
  }

  .mz-woo-archive-hero,
  .mz-woo-product-hero {
    padding: 120px 0 50px;
  }

  .mz-woo-breadcrumbs {
    margin-bottom: 25px;
  }

  .mz-woo-category-visual,
  .mz-woo-category-visual > img,
  .mz-woo-category-visual > .mz-woo-image-placeholder {
    min-height: 250px;
    height: 250px;
  }

  .mz-woo-category-nav,
  .mz-woo-anchor-bar nav {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 14px 0;
    scrollbar-width: thin;
  }

  .mz-woo-category-nav a,
  .mz-woo-anchor-bar a {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .mz-woo-products-section,
  .mz-woo-related-section,
  .mz-woo-content-section,
  .mz-woo-buying-guide {
    padding: 62px 0;
  }

  .mz-woo-product-grid,
  .mz-woo-guide-grid,
  .mz-woo-info-grid {
    grid-template-columns: 1fr;
  }

  .mz-woo-list-heading,
  .mz-woo-section-heading {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 30px;
  }

  .mz-woo-card-copy h2 {
    font-size: 29px;
  }

  .mz-woo-empty {
    padding: 30px 24px;
  }

  .mz-woo-gallery-main,
  .mz-woo-gallery-main > img,
  .mz-woo-gallery-main > .mz-woo-image-placeholder {
    min-height: 310px;
    height: 310px;
  }

  .mz-woo-gallery-thumbs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .mz-woo-product-summary h1 {
    font-size: 41px;
  }

  .mz-woo-feature-list {
    grid-template-columns: 1fr;
  }

  .mz-woo-preview-note {
    align-items: flex-start;
    flex-direction: column;
  }

  .mz-woo-spec-table {
    font-size: 14px;
  }

  .mz-woo-spec-table th,
  .mz-woo-spec-table td {
    padding: 13px 10px;
  }

  .mz-woo-final-cta {
    padding: 70px 0;
  }

  .mz-woo-detail-section {
    padding: 0 0 62px;
  }

  .mz-woo-detail-content {
    width: calc(100% - 40px);
  }

  .mz-woo-detail-content #mz-ztype-details {
    font-size: 16px;
    line-height: 1.65;
  }

  .mz-woo-detail-content #mz-ztype-details .mz-section {
    padding: 34px 0;
  }

  .mz-woo-detail-content #mz-ztype-details .mz-heading {
    margin-bottom: 20px;
    text-align: left;
  }

  .mz-woo-detail-content #mz-ztype-details .mz-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .mz-woo-detail-content #mz-ztype-details .mz-info-table,
  .mz-woo-detail-content #mz-ztype-details .mz-info-table tbody,
  .mz-woo-detail-content #mz-ztype-details .mz-info-table tr,
  .mz-woo-detail-content #mz-ztype-details .mz-info-table th,
  .mz-woo-detail-content #mz-ztype-details .mz-info-table td {
    display: block;
    width: 100%;
  }

  .mz-woo-detail-content #mz-ztype-details .mz-info-table tr {
    border-bottom: 1px solid var(--mz-z-line);
  }

  .mz-woo-detail-content #mz-ztype-details .mz-info-table tr:last-child {
    border-bottom: 0;
  }

  .mz-woo-detail-content #mz-ztype-details .mz-info-table th {
    padding-bottom: 5px;
    border-bottom: 0;
  }

  .mz-woo-detail-content #mz-ztype-details .mz-info-table td {
    padding-top: 5px;
    border-bottom: 0;
  }

  .mz-woo-fallback-header {
    right: 16px;
    left: 16px;
    min-height: 68px;
    padding: 12px 16px;
  }

  .mz-woo-fallback-header nav > a:first-child {
    display: none;
  }

  .mz-woo-fallback-footer {
    width: calc(100% - 40px);
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mz-woo *,
  .mz-woo *::before,
  .mz-woo *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
  }
}

.mz-woo-product-search {
  display: flex;
  gap: 9px;
  width: min(100%, 620px);
  margin-top: 26px;
}

.mz-woo-product-search input[type="search"] {
  min-width: 0;
  flex: 1 1 auto;
  min-height: 48px;
  padding: 10px 16px;
  border: 1px solid rgba(31, 29, 25, .22);
  border-radius: 999px;
  background: #fff;
  color: var(--mz-woo-ink);
  font: inherit;
}

.mz-woo-product-search button {
  min-height: 48px;
  padding: 10px 22px;
  border: 1px solid var(--mz-woo-gold);
  border-radius: 999px;
  background: var(--mz-woo-dark);
  color: #fff;
  font: inherit;
  cursor: pointer;
}

@media (max-width: 640px) {
  .mz-woo-product-search {
    align-items: stretch;
    flex-direction: column;
  }
}
