body:has(.client-page) .wp-site-blocks > header,
body:has(.client-page) .wp-site-blocks > footer,
body:has(.client-page) .wp-block-post-title,
body:has(.client-page) .entry-title,
body.zy-standalone-page #masthead,
body.zy-standalone-page .site-header,
body.zy-standalone-page .site-footer,
body.zy-standalone-page #colophon,
body.zy-standalone-page .hfe-before-header,
body.zy-standalone-page .hfe-header,
body.zy-standalone-page .hfe-footer,
body.zy-standalone-page .ast-above-header-wrap,
body.zy-standalone-page .ast-primary-header-bar,
body.zy-standalone-page .ast-below-header-wrap,
body.zy-standalone-page .entry-header,
body.zy-standalone-page .post-navigation,
body.zy-standalone-page .comments-area {
  display: none !important;
}

body.zy-storefront .wp-site-blocks > header,
body.zy-storefront .wp-site-blocks > footer,
body.zy-storefront .wp-site-blocks > .wp-block-template-part,
body.zy-storefront .wp-site-blocks > .wp-block-group:first-child:empty,
body.zy-storefront .wp-block-post-title,
body.zy-storefront .entry-title {
  display: none !important;
}

body.zy-storefront,
body.zy-standalone-page,
body.zy-storefront .client-page,
body.zy-storefront .client-home {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body:has(.client-page) .wp-site-blocks,
body:has(.client-page) main,
body:has(.client-page) .wp-block-group,
body:has(.client-page) .entry-content,
body:has(.client-page) .wp-block-post-content,
body.zy-standalone-page .site-content,
body.zy-standalone-page .content-area,
body.zy-standalone-page .site-main,
body.zy-standalone-page .ast-container,
body.zy-standalone-page .entry-content,
body.zy-storefront .wp-site-blocks,
body.zy-storefront main,
body.zy-storefront .wp-block-group,
body.zy-storefront .entry-content,
body.zy-storefront .wp-block-post-content {
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

html {
  interpolate-size: allow-keywords;
  scrollbar-gutter: stable;
}

html.zy-modal-open,
html.zy-modal-open body {
  overflow: hidden;
  scrollbar-gutter: stable;
}

.client-page {
  --zy-ink: #111c19;
  --zy-muted: #707e7a;
  --zy-blue: #245e9f;
  --zy-blue-dark: #183f70;
  --zy-green: #567e73;
  --zy-coral: #d2815f;
  --zy-soft: #fcfaf7;
  --zy-line: #f1e8df;
  --zy-warm: #fbf6ef;
  color: var(--zy-ink);
  font-family: "Crimson Text", Georgia, "Times New Roman", serif;
  line-height: 1.6;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow-x: hidden;
  background: #fff;
}

body.zy-storefront main.client-page,
body.zy-storefront .client-page,
body:has(.client-page) main.client-page,
.client-page {
  padding-top: 68px !important;
}

.client-page * {
  box-sizing: border-box;
}

.client-page :where(a, button, input, textarea, select, summary, [role="button"], [tabindex]),
body.zy-storefront :where(a, button, input, textarea, select, summary, [role="button"], [tabindex]),
body:has(.client-page) :where(a, button, input, textarea, select, summary, [role="button"], [tabindex]) {
  -webkit-tap-highlight-color: transparent;
}

.client-page :where(a, button, input, textarea, select, summary, [role="button"], [tabindex]):focus,
.client-page :where(a, button, input, textarea, select, summary, [role="button"], [tabindex]):focus-visible,
body.zy-storefront :where(a, button, input, textarea, select, summary, [role="button"], [tabindex]):focus,
body.zy-storefront :where(a, button, input, textarea, select, summary, [role="button"], [tabindex]):focus-visible,
body:has(.client-page) :where(a, button, input, textarea, select, summary, [role="button"], [tabindex]):focus,
body:has(.client-page) :where(a, button, input, textarea, select, summary, [role="button"], [tabindex]):focus-visible {
  outline: 0;
}

.client-page :where(button, input, textarea, select, [role="button"]):focus-visible,
body.zy-storefront :where(button, input, textarea, select, [role="button"]):focus-visible,
body:has(.client-page) :where(button, input, textarea, select, [role="button"]):focus-visible {
  box-shadow: 0 0 0 3px rgba(36, 94, 159, 0.12);
}

.client-page :where(a):focus-visible,
body.zy-storefront :where(a):focus-visible,
body:has(.client-page) :where(a):focus-visible {
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.client-page :where(summary):focus,
.client-page :where(summary):focus-visible,
body.zy-storefront :where(summary):focus,
body.zy-storefront :where(summary):focus-visible,
body:has(.client-page) :where(summary):focus,
body:has(.client-page) :where(summary):focus-visible {
  box-shadow: none;
}

.client-wrap {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.zy-home-wrap {
  width: min(1080px, calc(100% - 42px));
  margin: 0 auto;
}

.zy-header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  align-items: center;
  min-height: 68px;
  padding: 0 56px;
  color: #14201e;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(223, 218, 211, 0.82);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  backdrop-filter: blur(14px) saturate(140%);
  box-shadow: 0 10px 34px rgba(17, 28, 25, 0.08);
  isolation: isolate;
  transform: translateY(0);
  transition:
    color 240ms ease,
    background 260ms ease,
    border-color 260ms ease,
    box-shadow 260ms ease,
    transform 260ms cubic-bezier(0.22, 1, 0.36, 1),
    -webkit-backdrop-filter 260ms ease,
  backdrop-filter 260ms ease;
}

.client-home > .zy-header {
  margin-top: 0 !important;
}

.zy-header--native {
  z-index: 1000;
  color: #1f2933;
  background: #fff;
  border-bottom: 1px solid #eee8e3;
  top: 0;
}

.zy-header--native .zy-logo,
.zy-header--native .zy-nav a,
.zy-header--native .zy-actions a,
.zy-header--native .zy-actions span {
  color: #1f2933;
}

.zy-header:not(.zy-header--native) .zy-logo,
.zy-header:not(.zy-header--native) .zy-nav a,
.zy-header:not(.zy-header--native) .zy-actions a,
.zy-header:not(.zy-header--native) .zy-actions span,
.zy-header:not(.zy-header--native) .zy-mobile-menu {
  color: #14201e;
}

.zy-header:not(.zy-header--native) .zy-actions a {
  background: rgba(255, 255, 255, 0.66);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.zy-header:not(.zy-header--native) .zy-actions a:hover,
.zy-header:not(.zy-header--native) .zy-actions a:focus-visible {
  background: rgba(255, 255, 255, 0.7);
}

.zy-header--scrolled {
  color: #14201e;
  background: rgba(248, 245, 241, 0.76);
  border-bottom: 1px solid rgba(209, 200, 190, 0.58);
  box-shadow: 0 16px 54px rgba(17, 28, 25, 0.13);
  -webkit-backdrop-filter: blur(20px) saturate(152%);
  backdrop-filter: blur(20px) saturate(152%);
}

.zy-header:not(.zy-header--native).zy-header--scrolled {
  animation: zy-header-glass-in 280ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.zy-header--glass-leaving {
  animation: none;
}

.zy-header--scrolled .zy-logo,
.zy-header--scrolled .zy-nav a,
.zy-header--scrolled .zy-actions a,
.zy-header--scrolled .zy-actions span,
.zy-header--scrolled .zy-mobile-menu {
  color: #14201e;
}

.zy-header--scrolled:not(.zy-header--native) .zy-actions a {
  background: rgba(255, 255, 255, 0.62);
}

.zy-header--scrolled:not(.zy-header--native) .zy-actions a:hover,
.zy-header--scrolled:not(.zy-header--native) .zy-actions a:focus-visible {
  background: rgba(255, 255, 255, 0.9);
}

.zy-header--compact {
  grid-template-columns: auto 1fr auto;
  gap: 14px;
  min-height: 64px;
  padding: 0 18px;
}

.zy-header--compact .zy-nav {
  display: none;
}

.zy-header--compact .zy-mobile-menu {
  display: block;
}

.zy-header--compact .zy-actions {
  justify-content: flex-end;
}

.zy-header--compact .zy-mega {
  display: none;
}

.zy-logo {
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0;
  text-decoration: none;
}

.zy-logo img {
  display: block;
  width: 138px;
  height: auto;
}

.zy-logo__mark {
  display: grid;
  width: 138px;
  align-items: center;
}

.zy-logo__img {
  grid-area: 1 / 1;
  width: 138px;
  opacity: 0;
  transform: translateY(1px);
  transition: opacity 220ms ease, transform 220ms ease;
}

.zy-header:not(.zy-header--native) .zy-logo__img--dark,
.zy-header--native .zy-logo__img--dark,
.zy-header--scrolled .zy-logo__img--dark {
  opacity: 1;
  transform: translateY(0);
}

.zy-header:not(.zy-header--native) .zy-logo__img--light,
.zy-header--native .zy-logo__img--light,
.zy-header--scrolled .zy-logo__img--light {
  opacity: 0;
  transform: translateY(-1px);
}

.zy-nav,
.zy-actions {
  display: flex;
  gap: 17px;
  align-items: center;
}

.zy-nav {
  justify-content: center;
  min-width: 0;
  overflow: visible;
  white-space: nowrap;
}

.zy-nav__item {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.zy-nav__item::before {
  position: fixed;
  z-index: 58;
  top: 54px;
  left: 0;
  right: 0;
  height: 38px;
  content: "";
  display: none;
}

.zy-nav__item:hover::before,
.zy-nav__item:focus-within::before {
  display: block;
}

.zy-nav a,
.zy-actions a,
.zy-footer a {
  color: inherit;
  text-decoration: none;
}

.zy-nav a,
.zy-actions a {
  color: #14201e;
  font-size: 11px;
  font-family: Figtree, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.zy-nav a {
  position: relative;
  padding: 25px 0;
  transition: color 180ms ease, opacity 180ms ease, transform 180ms ease;
}

.zy-nav a::after {
  position: absolute;
  right: 50%;
  bottom: 17px;
  left: 50%;
  height: 2px;
  background: rgba(20, 32, 30, 0.62);
  content: "";
  opacity: 0;
  transition: opacity 180ms ease, left 180ms ease, right 180ms ease;
}

.zy-header--native .zy-nav a::after {
  background: rgba(31, 41, 51, 0.72);
}

.zy-header--scrolled .zy-nav a::after {
  background: rgba(20, 32, 30, 0.62);
}

.zy-nav a:focus,
.zy-actions a:focus {
  outline: 0;
  box-shadow: none;
}

.zy-nav a:hover::after,
.zy-nav a:focus-visible::after {
  opacity: 0.75;
  left: 0;
  right: 0;
}

.zy-nav > a:hover,
.zy-nav__item > a:hover,
.zy-nav > a:focus-visible,
.zy-nav__item > a:focus-visible {
  transform: translateY(-1px);
}

.zy-nav__item::after {
  position: fixed;
  z-index: 50;
  top: 66px;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background: rgba(17, 28, 25, 0.22);
  opacity: 0;
  pointer-events: none;
  -webkit-backdrop-filter: blur(0);
  backdrop-filter: blur(0);
  transition:
    opacity 260ms ease,
    -webkit-backdrop-filter 260ms ease,
    backdrop-filter 260ms ease;
}

.zy-nav__item:hover::after,
.zy-nav__item:focus-within::after {
  opacity: 1;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
}

.zy-header--native .zy-nav__item::after {
  top: 68px;
}

.zy-mega {
  position: fixed;
  z-index: 60;
  top: 66px;
  left: 50%;
  display: grid;
  width: min(1080px, calc(100vw - 64px));
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px 38px;
  padding: 40px 44px 44px;
  color: var(--zy-ink);
  background: #fff;
  border: 1px solid rgba(221, 216, 210, 0.72);
  box-shadow: 0 42px 110px rgba(16, 22, 28, 0.24);
  -webkit-backdrop-filter: blur(20px) saturate(142%);
  backdrop-filter: blur(20px) saturate(142%);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -26px) scale(0.965);
  transform-origin: top center;
  transition:
    opacity 300ms ease,
    transform 360ms cubic-bezier(0.16, 1, 0.3, 1),
    visibility 300ms ease;
  visibility: hidden;
  white-space: normal;
}

.zy-header--native .zy-mega {
  top: 68px;
}

.zy-nav__item:hover .zy-mega,
.zy-nav__item:focus-within .zy-mega {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0) scale(1);
  visibility: visible;
}

.zy-mega span {
  display: block;
  min-width: 0;
  padding: 8px 10px 10px;
  border-radius: 8px;
  transition: background 190ms ease, transform 190ms ease;
}

.zy-mega span:hover {
  background: rgba(248, 245, 241, 0.88);
  transform: translateY(-2px);
}

.zy-mega strong {
  display: block;
  margin-bottom: 11px;
  color: #111c19;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  font-weight: 400;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.zy-mega a {
  display: block;
  padding: 4px 0;
  color: #5d6a66 !important;
  font-size: 14px;
  letter-spacing: 0.055em;
  line-height: 1.45;
  transition: color 170ms ease, opacity 170ms ease, transform 170ms ease;
}

.zy-mega a::after {
  display: none;
}

.zy-mega a:hover,
.zy-mega a:focus-visible {
  color: #111c19 !important;
  opacity: 1;
  transform: translateX(4px);
}

.zy-actions {
  justify-content: flex-end;
  flex: 0 0 auto;
  min-width: 106px;
}

.zy-actions a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transition: background 180ms ease, transform 180ms ease, opacity 180ms ease;
}

.zy-actions a:hover,
.zy-actions a:focus-visible {
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-1px);
}

.zy-header--native .zy-actions a:hover,
.zy-header--native .zy-actions a:focus-visible {
  background: rgba(20, 32, 30, 0.06);
}

.zy-action-icon {
  display: block;
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.3;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
  opacity: 0.96;
}

.zy-actions [data-csk-cart-count] {
  position: absolute;
  right: -1px;
  top: 1px;
  display: grid;
  min-width: 15px;
  height: 15px;
  margin: 0;
  place-items: center;
  color: #fff;
  background: var(--zy-blue);
  border: 2px solid currentColor;
  border-radius: 50%;
  font-family: Figtree, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 9px;
  font-weight: 800;
  line-height: 1;
}

.zy-header--native .zy-actions [data-csk-cart-count] {
  border-color: #fff;
}

@media (max-width: 1480px) and (min-width: 1260px) {
  .zy-header {
    gap: 16px;
    padding: 0 34px;
  }

  .zy-nav,
  .zy-actions {
    gap: 13px;
  }

  .zy-nav a,
  .zy-actions a {
    font-size: 10.5px;
    letter-spacing: 0.075em;
  }

  .zy-logo img {
    width: 124px;
  }
}

.zy-mobile-menu {
  display: none;
  justify-self: center;
  color: inherit;
  font-family: Figtree, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.zy-mobile-menu[open]::before {
  position: fixed;
  z-index: 70;
  inset: 0;
  background: rgba(17, 28, 25, 0.22);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  content: "";
  pointer-events: none;
}

.zy-mobile-menu summary {
  position: relative;
  z-index: 90;
  display: inline-flex;
  gap: 9px;
  align-items: center;
  border: 0;
  min-height: 38px;
  padding: 0 2px;
  color: inherit;
  background: transparent;
  cursor: pointer;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.09em;
  list-style: none;
  text-transform: uppercase;
  -webkit-tap-highlight-color: transparent;
  transition: color 180ms ease, opacity 180ms ease, transform 180ms ease;
}

.zy-mobile-menu summary:hover,
.zy-mobile-menu summary:focus-visible {
  transform: translateY(-1px);
}

.zy-mobile-menu summary::-webkit-details-marker {
  display: none;
}

.zy-mobile-menu summary:focus,
.zy-mobile-menu summary:focus-visible,
.zy-mobile-menu summary:active,
.zy-sort-menu summary:focus,
.zy-sort-menu summary:focus-visible,
.zy-sort-menu summary:active,
.zy-toolbar-button:focus,
.zy-toolbar-button:focus-visible,
.zy-toolbar-button:active,
.zy-view-icon:focus,
.zy-view-icon:focus-visible,
.zy-view-icon:active,
.zy-carousel-arrow:focus,
.zy-carousel-arrow:focus-visible,
.zy-carousel-arrow:active {
  outline: 0;
  box-shadow: none;
}

.zy-mobile-menu__lines {
  display: inline-grid;
  gap: 5px;
}

.zy-mobile-menu__lines span {
  display: block;
  width: 22px;
  height: 2px;
  background: currentColor;
  transform-origin: center;
  transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1), opacity 180ms ease;
}

.zy-mobile-menu[open] .zy-mobile-menu__lines span:first-child {
  transform: translateY(3.5px) rotate(45deg);
}

.zy-mobile-menu[open] .zy-mobile-menu__lines span:last-child {
  transform: translateY(-3.5px) rotate(-45deg);
}

.zy-mobile-menu__panel {
  position: fixed;
  z-index: 88;
  top: 66px;
  left: 14px;
  right: 14px;
  max-height: calc(100vh - 92px);
  overflow: auto;
  padding: 20px 22px;
  color: #1c2530;
  background: #fff;
  box-shadow: 0 24px 72px rgba(14, 24, 34, 0.18);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  transform-origin: top center;
  will-change: opacity, transform;
}

.zy-mobile-menu[open] .zy-mobile-menu__panel {
  will-change: opacity, transform;
}

html.zy-mobile-nav-open {
  scrollbar-gutter: stable;
}

.zy-header--native .zy-mobile-menu__panel {
  top: 68px;
}

.zy-mobile-menu__panel > a,
.zy-mobile-menu__group > summary,
.zy-mobile-menu__all {
  display: block;
  padding: 14px 0;
  color: #1c2530;
  border-bottom: 1px solid #eee8e3;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 180ms ease, padding-left 180ms ease, background 180ms ease;
}

.zy-mobile-menu__panel > a:hover,
.zy-mobile-menu__panel > a:focus-visible,
.zy-mobile-menu__group > summary:hover,
.zy-mobile-menu__group > summary:focus-visible,
.zy-mobile-menu__all:hover,
.zy-mobile-menu__all:focus-visible {
  color: var(--zy-blue);
  padding-left: 8px;
}

.zy-mobile-menu__group {
  border-bottom: 1px solid #eee8e3;
}

.zy-mobile-menu__group > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 0;
  transition: color 180ms ease;
}

.zy-mobile-menu__group > summary::after {
  margin-left: auto;
  color: currentColor;
  content: "+";
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
  transform: rotate(0deg);
  transition: transform 240ms ease, opacity 180ms ease;
}

.zy-mobile-menu__group[open] > summary::after {
  opacity: 0.9;
  transform: rotate(45deg);
}

.zy-mobile-menu__group[open] > summary {
  color: var(--zy-blue);
}

.zy-mobile-menu__group-body {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-6px);
  transition: height 300ms cubic-bezier(0.22, 1, 0.36, 1), opacity 220ms ease, transform 240ms ease;
}

.zy-mobile-menu__group[open] .zy-mobile-menu__group-body {
  height: auto;
  opacity: 1;
  transform: translateY(0);
}

.zy-mobile-menu__group-body > div {
  display: grid;
  gap: 3px;
  padding: 0 0 0 18px;
}

.zy-mobile-menu__group[open] .zy-mobile-menu__group-body > div {
  padding: 8px 0 16px 18px;
}

.zy-mobile-menu__group strong {
  margin-top: 8px;
  color: #111c19;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  opacity: 0;
  text-transform: uppercase;
  transform: translateY(6px);
  transition: opacity 220ms ease, transform 240ms ease;
}

.zy-mobile-menu__group a {
  color: #616a70;
  font-size: 12px;
  letter-spacing: 0.04em;
  opacity: 0;
  text-decoration: none;
  text-transform: uppercase;
  transform: translateY(6px);
  transition: color 180ms ease, opacity 220ms ease, transform 240ms ease;
}

.zy-mobile-menu__group[open] .zy-mobile-menu__group-body strong,
.zy-mobile-menu__group[open] .zy-mobile-menu__group-body a {
  opacity: 1;
  transform: translateY(0);
}

.zy-mobile-menu__group a:hover {
  color: var(--zy-blue);
}

.zy-hero,
.zy-page-hero {
  position: relative;
  display: grid;
  align-items: end;
  min-height: min(790px, calc(100vh - 32px));
  padding: 150px 0 94px;
  overflow: hidden;
  background: linear-gradient(90deg, rgba(40, 25, 34, 0.18), rgba(40, 25, 34, 0.02)), var(--zy-hero-image) center/cover;
  color: #fff;
}

.zy-hero {
  background-position: center center;
}

.zy-hero__image {
  position: absolute;
  z-index: 0;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.zy-hero__video {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.zy-hero::after {
  position: absolute;
  z-index: 2;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, rgba(12, 18, 24, 0.26), rgba(12, 18, 24, 0) 150px),
    linear-gradient(90deg, rgba(12, 18, 24, 0.46), rgba(12, 18, 24, 0.16) 38%, rgba(12, 18, 24, 0.02) 72%);
  pointer-events: none;
}

.zy-hero .client-wrap {
  position: relative;
  z-index: 3;
}

.zy-page-hero {
  min-height: 540px;
  padding-top: 120px;
}

.zy-hero .client-wrap,
.zy-page-hero .client-wrap {
  width: calc(100% - 110px);
  max-width: none;
}

.zy-page-hero::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(20, 12, 18, 0.34), rgba(20, 12, 18, 0.08));
  pointer-events: none;
}

.zy-page-hero .client-wrap {
  position: relative;
  z-index: 2;
}

.zy-kicker {
  margin: 0 0 12px;
  color: var(--zy-green);
  font-family: Figtree, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.zy-hero .zy-kicker,
.zy-page-hero .zy-kicker {
  color: #dcecff;
}

.zy-hero h1,
.zy-page-hero h1,
.zy-about-hero h1 {
  max-width: 760px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 3.2vw, 42px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.zy-hero p:not(.zy-kicker),
.zy-page-hero p:not(.zy-kicker),
.zy-about-hero p {
  max-width: 620px;
  margin: 18px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
  font-weight: 700;
}

.zy-hero__actions,
.zy-split {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
}

.zy-hero__actions {
  justify-content: flex-start;
  margin-top: 28px;
}

.zy-link-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  color: var(--zy-blue-dark);
  background: #fff;
  border: 1px solid var(--zy-line);
  border-radius: 8px;
  font-weight: 750;
  text-decoration: none;
}

.zy-hero .zy-link-button {
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.42);
}

.client-page .csk-button-primary {
  min-height: 42px;
  background: #050505;
  border-radius: 0;
  font-family: Figtree, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 13px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  transition: background 180ms ease, box-shadow 180ms ease, filter 180ms ease, transform 180ms ease;
}

.client-page .csk-button-primary:hover,
.zy-link-button:hover {
  box-shadow: 0 12px 28px rgba(17, 28, 25, 0.18);
  filter: brightness(0.95);
  transform: translateY(-2px);
}

.client-page .csk-button-primary:active,
.zy-link-button:active {
  box-shadow: none;
  transform: translateY(0);
}

.zy-section {
  padding: 74px 0;
}

.zy-scroll-cue {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 16px;
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  text-decoration: none;
  transform: translateX(-50%);
}

.zy-scroll-cue span {
  display: block;
  width: 16px;
  height: 16px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(45deg);
}

.zy-marquee {
  overflow: hidden;
  border-bottom: 1px solid #e8e3df;
  background: #fff;
  color: #5f6062;
  font-family: Figtree, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.07em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.zy-marquee div {
  display: inline-flex;
  gap: 34px;
  padding: 18px 0;
  animation: zy-marquee 42s linear infinite;
}

.zy-marquee span {
  display: inline-block;
}

@keyframes zy-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.zy-dogs-strip {
  padding: 46px 0 70px;
  background: #fff;
}

.zy-dogs-strip h2 {
  margin: 0 0 22px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  font-weight: 400;
  letter-spacing: 0.12em;
}

.zy-dogs-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.zy-band {
  background: var(--zy-soft);
}

.zy-featured-collection {
  padding: 34px 0 72px;
  background: #fff;
}

.zy-featured-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 26px;
}

.zy-featured-head h2 {
  max-width: 560px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(26px, 3vw, 42px);
  font-weight: 400;
  line-height: 1.12;
}

.zy-link-text {
  color: #1c2530;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 180ms ease, transform 180ms ease;
}

.zy-link-text:hover,
.zy-link-text:focus-visible {
  color: var(--zy-blue);
  transform: translateX(4px);
}

.zy-picks {
  padding: 66px 0 74px;
  background: #fff;
  overflow-x: clip;
  overflow-y: visible;
}

.zy-picks__head {
  margin-bottom: 24px;
  text-align: center;
}

.zy-picks__head h2 {
  margin: 0;
  color: #111c19;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 2.8vw, 38px);
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-transform: uppercase;
}

.zy-picks__stage {
  position: relative;
  display: grid;
  align-items: center;
  --zy-edge-fade: clamp(64px, 8vw, 120px);
  width: min(1080px, calc(100vw - 156px));
  margin: 0 auto;
}

.zy-review-notes__inner,
.zy-collection-carousel .client-wrap {
  --zy-edge-fade: clamp(58px, 7vw, 104px);
}

.zy-picks__stage::before,
.zy-picks__stage::after,
.zy-review-notes__inner::before,
.zy-review-notes__inner::after,
.zy-collection-carousel .client-wrap::before,
.zy-collection-carousel .client-wrap::after {
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  width: var(--zy-edge-fade);
  opacity: 0;
  pointer-events: none;
  content: "";
  transition: opacity 220ms ease;
}

.zy-picks__stage::before,
.zy-review-notes__inner::before,
.zy-collection-carousel .client-wrap::before {
  left: calc(var(--zy-edge-fade) * -1);
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.86) 42%, rgba(255, 255, 255, 0) 100%);
}

.zy-picks__stage::after,
.zy-review-notes__inner::after,
.zy-collection-carousel .client-wrap::after {
  right: calc(var(--zy-edge-fade) * -1);
  background: linear-gradient(270deg, #fff 0%, rgba(255, 255, 255, 0.86) 42%, rgba(255, 255, 255, 0) 100%);
}

.zy-picks__stage.zy-has-left-fade::before,
.zy-review-notes__inner.zy-has-left-fade::before,
.zy-collection-carousel .client-wrap.zy-has-left-fade::before,
.zy-picks__stage.zy-has-right-fade::after,
.zy-review-notes__inner.zy-has-right-fade::after,
.zy-collection-carousel .client-wrap.zy-has-right-fade::after {
  opacity: 1;
}

.zy-picks__rail {
  display: flex;
  justify-content: flex-start;
  gap: 16px;
  width: calc(100% + (var(--zy-edge-fade) * 2));
  margin: 0 calc(var(--zy-edge-fade) * -1);
  overflow-x: auto;
  padding: 18px calc(var(--zy-edge-fade) + 14px) 72px;
  scroll-padding: 0 calc(var(--zy-edge-fade) + 14px);
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.zy-picks__rail,
.zy-review-rail {
  cursor: grab;
}

.zy-picks__rail.is-dragging,
.zy-review-rail.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
  user-select: none;
}

.zy-picks-arrow {
  position: absolute;
  z-index: 5;
  top: calc(50% - 24px);
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: var(--zy-blue);
  background: #fff;
  box-shadow: 0 8px 28px rgba(17, 28, 25, 0.16);
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
  transform: translateY(-50%);
  transition: opacity 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.zy-picks-arrow:hover,
.zy-picks-arrow:focus-visible {
  box-shadow: 0 14px 38px rgba(17, 28, 25, 0.2);
  transform: translateY(-50%) scale(1.06);
}

.zy-picks-arrow:disabled {
  opacity: 0.32;
  pointer-events: none;
}

.zy-picks-arrow--prev {
  left: -54px;
}

.zy-picks-arrow--next {
  right: -54px;
}

.zy-picks__rail::-webkit-scrollbar {
  display: none;
}

.zy-pick-card {
  flex: 0 0 clamp(236px, 23vw, 268px);
  min-width: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid #ddd8d2;
  border-radius: 8px;
  scroll-snap-align: start;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.zy-pick-card:hover {
  border-color: rgba(128, 97, 74, 0.34);
  box-shadow: 0 24px 58px rgba(17, 28, 25, 0.17);
  transform: translateY(-7px);
}

.zy-pick-card__media {
  position: relative;
  display: block;
  overflow: hidden;
  background: #f5f2ef;
}

.zy-pick-card__media img {
  display: block;
  width: 100%;
  aspect-ratio: 0.82 / 1;
  object-fit: cover;
  transition: transform 520ms ease;
}

.zy-pick-card:hover .zy-pick-card__media img {
  transform: scale(1.045);
}

.zy-pick-card__media span {
  position: absolute;
  right: 16px;
  bottom: 18px;
  left: 16px;
  color: #fff;
  font-family: Figtree, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1.3;
  text-align: center;
  text-shadow: 0 2px 9px rgba(0, 0, 0, 0.42);
  text-transform: uppercase;
}

.zy-pick-card__body {
  display: grid;
  gap: 7px;
  padding: 14px 16px 17px;
}

.zy-pick-card__body h3 {
  margin: 0;
  color: #1c2530;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.28;
}

.zy-pick-card__body h3 a {
  color: inherit;
  text-decoration: none;
}

.zy-pick-card__body strong {
  color: #c7372e;
  font-family: Figtree, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 13px;
}

.zy-review-notes {
  padding: 66px 0 78px;
  overflow-x: clip;
  overflow-y: visible;
  background: #fff;
}

.zy-review-title {
  margin: 0 auto 58px;
  color: #102420;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 2.15vw, 34px);
  font-weight: 400;
  letter-spacing: 0.3em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.zy-review-title span {
  color: #4d3f68;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.72em;
  letter-spacing: 0;
}

.zy-review-notes__inner {
  position: relative;
  --zy-edge-fade: 0px;
  width: min(1302px, calc(100% - 42px));
  margin: 0 auto;
  padding-bottom: 6px;
}

.zy-review-notes__inner::before,
.zy-review-notes__inner::after {
  display: none;
}

.zy-review-carousel {
  display: grid;
  grid-template-columns: 384px minmax(0, 902px);
  gap: 16px;
  padding: 0 0 54px;
  align-items: start;
}

.zy-review-text-viewport,
.zy-review-image-viewport {
  min-width: 0;
  height: 424px;
  overflow: hidden;
}

.zy-review-text-viewport {
  position: relative;
  overflow: hidden;
  border-radius: 38px;
}

.zy-review-image-viewport {
  border-radius: 38px;
}

.zy-review-text-rail,
.zy-review-image-rail {
  display: flex;
  gap: 0;
  will-change: transform;
  transition: transform 640ms cubic-bezier(0.22, 1, 0.36, 1);
}

.zy-review-image-rail {
  gap: 8px;
}

.zy-review-card,
.zy-review-photo {
  position: relative;
  flex: 0 0 auto;
  height: 424px;
  min-height: 424px;
  margin: 0;
  overflow: hidden;
  border-radius: 38px;
  opacity: 1;
  transform: none;
  transform-origin: center center;
  transition:
    opacity 360ms ease,
    box-shadow 320ms ease,
    filter 360ms ease;
  will-change: opacity;
}

.zy-review-card[data-zy-review-open],
.zy-review-photo[data-zy-review-open] {
  cursor: pointer;
}

.zy-review-card:hover,
.zy-review-photo:hover,
.zy-review-card:focus-visible,
.zy-review-photo:focus-visible {
  box-shadow: 0 24px 56px rgba(17, 28, 25, 0.14);
  outline: 0;
  transform: none;
}

.zy-review-card.is-current,
.zy-review-photo.is-current {
  opacity: 1;
  box-shadow: none;
  filter: none;
  transform: none;
}

.zy-review-card {
  display: grid;
  align-content: start;
  width: 384px;
  gap: 18px;
  height: 424px;
  min-height: 424px;
  padding: 58px 40px 38px;
  background: #f3ece8;
}

.zy-review-card:first-child {
  overflow: visible;
  opacity: 1;
  transform: translateY(0) scale(1);
}

.zy-review-card--compact {
  min-height: 424px;
  padding-top: 58px;
}

.zy-review-card__quote {
  position: absolute;
  top: -8px;
  left: -9px;
  color: #795339;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 86px;
  line-height: 0.55;
}

.zy-review-card__stars,
.zy-stars {
  display: inline-flex;
  color: #f4b400;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  letter-spacing: 0.02em;
  line-height: 1;
}

.zy-review-card__stars::before,
.zy-stars::before {
  content: "\2605\2605\2605\2605\2605";
}

.zy-review-card__tag {
  align-self: start;
  border: 1px solid rgba(121, 83, 57, 0.22);
  border-radius: 999px;
  color: #795339;
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1;
  padding: 9px 12px;
  text-transform: uppercase;
}

.zy-review-card strong {
  color: #f08a00;
  font-family: Figtree, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.zy-review-card p {
  margin: 0;
  color: #5f514c;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  line-height: 1.55;
}

.zy-review-card small {
  align-self: end;
  color: #6c625e;
  font-size: 16px;
  justify-self: end;
}

.zy-review-photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 424px;
  object-fit: cover;
  transition: transform 640ms cubic-bezier(0.22, 1, 0.36, 1), filter 360ms ease;
}

.zy-review-photo {
  width: 150px;
  background: #f3f1ef;
  transition:
    width 640ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 360ms ease,
    box-shadow 320ms ease,
    filter 360ms ease;
}

.zy-review-photo.is-current {
  width: 447px;
}

.zy-review-photo.is-near {
  width: 284px;
}

.zy-review-photo.is-tight,
.zy-review-photo.is-peek {
  width: 150px;
}

.zy-review-photo:hover img {
  transform: none;
}

.zy-review-photo.is-current img {
  transform: none;
}

.zy-review-photo.is-tight img,
.zy-review-photo.is-peek img {
  filter: none;
}

.zy-review-arrow {
  position: absolute;
  z-index: 4;
  top: 50%;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: #245e9f;
  background: #fff;
  box-shadow: 0 8px 28px rgba(17, 28, 25, 0.16);
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
  transform: translateY(-50%);
  transition: opacity 180ms ease, transform 180ms ease;
}

.zy-review-arrow:hover,
.zy-review-arrow:focus-visible {
  transform: translateY(-50%) scale(1.06);
}

.zy-review-arrow:disabled {
  opacity: 0.34;
  pointer-events: none;
}

.zy-review-arrow--prev {
  left: -16px;
}

.zy-review-arrow--next {
  right: -16px;
}

.zy-review-dots {
  display: flex;
  justify-content: center;
  gap: 9px;
  width: 384px;
  margin: -30px 0 0 0;
}

.zy-review-dots button {
  width: 7px;
  height: 7px;
  border: 0;
  border-radius: 999px;
  padding: 0;
  background: #e4d8ce;
  cursor: pointer;
  transition: width 180ms ease, background 180ms ease;
}

.zy-review-dots button.is-active {
  width: 28px;
  background: #80614a;
}

.zy-review-modal {
  position: fixed;
  z-index: 240;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 22px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 260ms ease;
}

.zy-review-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.zy-review-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 8, 8, 0.72);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.zy-review-modal__panel {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) minmax(360px, 1fr);
  width: min(900px, calc(100vw - 48px));
  min-height: min(590px, calc(100vh - 52px));
  overflow: hidden;
  background: #fff;
  border-radius: 7px;
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.34);
  opacity: 0;
  transform: translateY(18px) scale(0.98);
  transition: opacity 320ms ease, transform 360ms cubic-bezier(0.16, 1, 0.3, 1);
}

.zy-review-modal.is-open .zy-review-modal__panel {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.zy-review-modal__close {
  position: absolute;
  z-index: 2;
  top: 64px;
  left: 16px;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 0;
  border-radius: 8px;
  color: #fff;
  background: #111;
  cursor: pointer;
  font-size: 30px;
  line-height: 1;
  transition: background 180ms ease, transform 180ms ease;
}

.zy-review-modal__close:hover,
.zy-review-modal__close:focus-visible {
  background: #000;
  outline: 0;
  transform: scale(1.05);
}

.zy-review-modal__media {
  min-height: 548px;
  background: #111;
}

.zy-review-modal__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 548px;
  object-fit: cover;
}

.zy-review-modal__copy {
  display: grid;
  align-content: start;
  gap: 16px;
  padding: 50px 44px 34px;
}

.zy-review-modal__topline {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.zy-review-modal__name {
  margin: 0;
  color: #111c19;
  font-family: Figtree, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.zy-review-modal__verified {
  display: grid;
  justify-items: end;
  margin: 0;
  color: #111c19;
  font-family: Figtree, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  white-space: nowrap;
}

.zy-review-modal__verified span {
  display: inline-grid;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #111c19;
  font-size: 10px;
  vertical-align: 1px;
}

.zy-review-modal__verified small {
  margin-top: 5px;
  color: #6e7474;
  font-size: 12px;
  font-weight: 500;
}

.zy-review-modal__copy > p:not(.zy-review-modal__name):not(.zy-review-modal__verified) {
  margin: 0;
  color: #1d2423;
  font-family: Figtree, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  line-height: 1.45;
}

.zy-review-modal__product {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid #e3ddd7;
}

.zy-review-modal__product img {
  width: 56px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.zy-review-modal__product strong,
.zy-review-modal__product a {
  display: block;
}

.zy-review-modal__product strong {
  color: #111c19;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.zy-review-modal__product a {
  width: fit-content;
  margin-top: 8px;
  padding: 9px 14px;
  color: #111c19;
  background: #f4f1ee;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: background 180ms ease, transform 180ms ease;
}

.zy-review-modal__product a:hover,
.zy-review-modal__product a:focus-visible {
  background: #ebe5df;
  outline: 0;
  transform: translateY(-1px);
}

.zy-editorial-tiles {
  padding: 72px 0;
  background: #f9f7f4;
}

.zy-editorial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.zy-editorial-tile {
  position: relative;
  display: flex;
  min-height: 420px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(180deg, rgba(12, 14, 18, 0.05), rgba(12, 14, 18, 0.68)), var(--zy-tile-image) center/cover;
  text-decoration: none;
  transition: transform 260ms ease, filter 260ms ease;
}

.zy-editorial-tile span {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 31px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.zy-editorial-tile p {
  max-width: 310px;
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
}

.zy-lifestyle-guides {
  padding: 74px 0 82px;
  background: #fff;
}

.zy-guide-head {
  margin-bottom: 30px;
  text-align: center;
}

.zy-guide-head h2 {
  max-width: 760px;
  margin: 0 auto;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.18;
}

.zy-guide-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.zy-guide-card {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  justify-items: center;
  align-content: start;
  gap: 12px;
  min-width: 0;
  padding-bottom: 8px;
  text-align: center;
  transition: transform 240ms ease, filter 240ms ease;
}

.zy-guide-card:hover {
  filter: saturate(1.04);
  transform: translateY(-4px);
}

.zy-guide-card__image {
  display: block;
  width: 100%;
  overflow: hidden;
  background: #f2efeb;
}

.zy-guide-card__image img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transition: transform 520ms ease;
}

.zy-guide-card h3 {
  margin: 4px 0 0;
  color: #1c2530;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.zy-guide-card p {
  max-width: 330px;
  margin: 0;
  color: #69736f;
  font-size: 14px;
  line-height: 1.72;
}

.zy-guide-card__button {
  display: inline-grid;
  min-height: 38px;
  place-items: center;
  align-self: end;
  margin-top: 12px;
  padding: 0 22px;
  color: #fff;
  background: #020202;
  font-family: Figtree, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.zy-guide-card:hover .zy-guide-card__image img {
  transform: scale(1.045);
}

.zy-guide-card__button:hover,
.zy-guide-card__button:focus-visible {
  background: #1b2522;
  box-shadow: 0 12px 26px rgba(17, 28, 25, 0.18);
  transform: translateY(-2px);
}

.zy-guide-card__button:active,
.zy-product-cart-box .single_add_to_cart_button:active,
.zy-product-cart-box button.button:active,
.zy-cart-checkout:active,
.zy-account-panel .button:active {
  box-shadow: none;
  transform: translateY(0);
}

.zy-story-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
  min-height: 620px;
  background: #f6f0ea;
}

.zy-story-panel__media {
  min-height: 620px;
  background: center/cover;
}

.zy-story-panel__copy {
  display: grid;
  align-content: center;
  gap: 16px;
  padding: 72px;
}

.zy-story-panel__copy h2 {
  max-width: 520px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4vw, 58px);
  font-weight: 400;
  line-height: 1.03;
}

.zy-story-panel__copy p:not(.zy-kicker) {
  max-width: 520px;
  color: #5d626b;
}

.zy-story-logo {
  width: 170px;
  height: auto;
  margin-bottom: 8px;
}

.zy-section__head {
  margin-bottom: 28px;
}

.zy-section__head h2,
.zy-split h2,
.zy-story h2,
.zy-values h2,
.zy-cart-strip h2,
.zy-menu-grid h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  line-height: 1.12;
}

.zy-section__head h2 {
  max-width: 720px;
  font-size: clamp(30px, 4vw, 48px);
}

.zy-category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.zy-category-card {
  position: relative;
  min-height: 310px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 10px;
  overflow: hidden;
  padding: 24px;
  color: #fff;
  background: linear-gradient(180deg, rgba(13, 33, 54, 0.08), rgba(13, 33, 54, 0.76)), var(--zy-card-image) center/cover;
  border-radius: 8px;
  text-decoration: none;
  transition: transform 260ms ease, filter 260ms ease, box-shadow 260ms ease;
}

.zy-category-card:hover {
  box-shadow: 0 20px 52px rgba(13, 33, 54, 0.16);
}

.zy-category-card span {
  font-size: 26px;
  font-family: Georgia, "Times New Roman", serif;
}

.zy-category-card p {
  max-width: 330px;
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
}

.zy-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  padding: 10px 0 22px;
  overflow: visible;
}

.zy-product {
  position: relative;
  display: grid;
  align-content: start;
  min-width: 0;
  background: #fff;
  border: 0;
  border-radius: 0;
  overflow: visible;
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.zy-product:hover,
.zy-product:focus-within {
  box-shadow: 0 18px 42px rgba(17, 28, 25, 0.1);
  transform: translateY(-3px);
}

.zy-sale-badge {
  position: absolute;
  z-index: 3;
  top: 12px;
  right: 10px;
  padding: 7px 13px;
  background: #fff;
  color: #746d68;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.zy-product__media {
  position: relative;
  display: block;
  background: #f5f2ef;
  overflow: hidden;
}

.zy-product__media a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.zy-product__media img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transition: transform 320ms ease;
}

.zy-product__body {
  display: grid;
  gap: 10px;
  padding: 16px 12px 12px;
}

.zy-product h3 {
  margin: 0;
  font-family: Figtree, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.35;
  text-transform: uppercase;
}

.zy-product h3 a {
  color: inherit;
  text-decoration: none;
}

.zy-product p {
  margin: 0;
  color: var(--zy-muted);
  font-size: 14px;
}

.zy-product__buy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.zy-product__buy strong {
  font-family: Figtree, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 13px;
}

.zy-product__buy .csk-button-primary {
  min-height: 34px;
  padding: 0 14px;
  font-size: 11px;
}

.zy-product-options {
  display: grid;
  align-content: start;
  justify-items: center;
  gap: 4px;
  min-height: 20px;
  color: #686f71;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 11px;
  letter-spacing: 0.04em;
  opacity: 0;
  pointer-events: none;
  text-transform: uppercase;
  transform: translateY(-4px);
  transition: opacity 200ms ease, transform 220ms ease, visibility 200ms ease;
  visibility: hidden;
}

.zy-product:hover .zy-product-options,
.zy-product:focus-within .zy-product-options {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
}

.zy-product__media.is-switching img {
  opacity: 0.7;
  transform: scale(1.025);
}

.zy-swatches {
  display: flex;
  justify-content: center;
  gap: 7px;
  margin-top: 0;
}

.zy-product-summary-card .zy-swatches,
.zy-product-options .zy-swatches {
  justify-content: center;
  width: 100%;
}

.zy-swatches i,
.zy-swatch-button {
  display: block;
  width: 15px;
  height: 15px;
  background: var(--zy-swatch);
  border: 1px solid rgba(20, 20, 20, 0.18);
  border-radius: 50%;
}

.zy-swatch-button {
  position: relative;
  padding: 0;
  cursor: pointer;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.zy-swatch-button::after {
  position: absolute;
  inset: -4px;
  border: 1px solid transparent;
  border-radius: 50%;
  content: "";
  transition: border-color 180ms ease;
}

.zy-swatch-button:hover,
.zy-swatch-button:focus-visible,
.zy-swatch-button.is-active {
  border-color: rgba(17, 28, 25, 0.42);
  box-shadow: 0 3px 12px rgba(17, 28, 25, 0.12);
  outline: 0;
  transform: translateY(-1px);
}

.zy-swatch-button.is-active::after {
  border-color: rgba(17, 28, 25, 0.42);
}

.zy-shop-all-tile {
  display: grid;
  min-height: 100%;
  place-items: center;
  color: #26313e;
  background: #f8f7f5;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-decoration: none;
}

.zy-home-secondary {
  background: #fff;
}

.zy-story {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.84fr);
  gap: 48px;
  align-items: center;
}

.zy-story__image {
  min-height: 470px;
  background: center/cover;
  border-radius: 8px;
}

.zy-story p,
.zy-split p,
.zy-cart-strip p,
.zy-values p {
  color: var(--zy-muted);
}

.zy-about-hero {
  padding: 140px 0 82px;
}

.zy-values {
  background: var(--zy-blue-dark);
  color: #fff;
}

.zy-values .client-wrap {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.zy-values article {
  min-height: 220px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
}

.zy-about-intro .zy-story__image {
  min-height: 560px;
}

.zy-about-checklist {
  background: #fbf7f2;
}

.zy-about-checklist h2 {
  max-width: 720px;
  margin: 0 0 28px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4vw, 56px);
  font-weight: 400;
  line-height: 1.08;
}

.zy-check-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: #ded6cf;
}

.zy-check-grid span {
  min-height: 150px;
  display: grid;
  place-items: center;
  padding: 22px;
  background: #fff;
  color: #1c2530;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
}

.zy-values span {
  color: #b8d6ee;
  font-weight: 800;
}

.zy-values p {
  color: rgba(255, 255, 255, 0.78);
}

.zy-menu-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
}

.zy-menu-grid article {
  padding: 0;
  background: #fff;
  border: 0;
  border-radius: 0;
}

.zy-menu-grid h2 {
  margin-bottom: 16px;
  font-size: 24px;
  letter-spacing: 0.03em;
}

.zy-menu-grid a {
  display: block;
  padding: 5px 0;
  color: #5e6269;
  font-size: 13px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-decoration: none;
}

.zy-collection-page {
  background: #fff;
}

.zy-collection-page .zy-header--native {
  min-height: 60px;
  padding: 0 48px;
  border-bottom: 1px solid #f0eee9;
}

.zy-collection-title {
  padding: 54px 0 86px;
  text-align: center;
}

.zy-collection-title h1 {
  margin: 0;
  color: #18221f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 38px;
  font-weight: 400;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
}

.zy-collection-title p:not(.zy-kicker) {
  width: min(560px, 100%);
  margin: 16px auto 0;
  color: #687270;
  font-family: Figtree, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  line-height: 1.7;
}

.zy-shop-title {
  padding-bottom: 52px;
  background: #fff;
}

.zy-breadcrumb {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-bottom: 64px;
  color: #5f6868;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
}

.zy-breadcrumb a {
  color: inherit;
  text-decoration: none;
}

.zy-bakery-top-visual {
  padding: 44px 0 62px;
  background: #fff;
}

.zy-bakery-top-visual__frame {
  margin: 0 auto;
  overflow: hidden;
  background: #eee7e1;
}

.zy-bakery-top-visual__frame img {
  display: block;
  width: 100%;
  height: clamp(360px, 42vw, 560px);
  object-fit: cover;
  object-position: center 48%;
}

.zy-bakery-story {
  margin-top: 0;
  padding: 58px 0 88px;
  background: #fff;
}

.zy-bakery-story__inner {
  position: relative;
  display: grid;
  gap: 96px;
}

.zy-bakery-story__inner::before {
  position: absolute;
  top: -18px;
  bottom: -18px;
  left: 50%;
  width: 72px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72 680'%3E%3Cpath d='M36 0 C36 54 20 75 33 126 C47 181 58 205 39 258 C22 304 23 346 42 390 C58 428 54 470 34 512 C17 548 23 607 45 680' fill='none' stroke='%23e4a016' stroke-width='4' stroke-linecap='round' stroke-dasharray='1 17' opacity='.72'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 72px 100%;
  content: "";
  transform: translateX(-50%);
}

.zy-bakery-story__item {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 1fr) 96px minmax(280px, 1fr);
  grid-template-areas: "media marker copy";
  align-items: center;
  gap: 28px;
}

.zy-bakery-story__item.is-reverse {
  grid-template-columns: minmax(280px, 1fr) 96px minmax(280px, 1fr);
  grid-template-areas: "copy marker media";
}

.zy-bakery-story__media {
  grid-area: media;
  margin: 0;
  overflow: hidden;
  background: #e8edef;
  border-radius: 0;
  justify-self: start;
  max-width: 460px;
  width: 100%;
}

.zy-bakery-story__media img {
  display: block;
  width: 100%;
  aspect-ratio: 1.42 / 1;
  object-fit: cover;
}

.zy-bakery-story__item.is-reverse .zy-bakery-story__media {
  justify-self: end;
}

.zy-bakery-story__item.is-reverse .zy-bakery-story__media img {
  object-position: center 42%;
}

.zy-bakery-story__marker {
  position: relative;
  z-index: 2;
  display: grid;
  width: 22px;
  height: 22px;
  place-self: center;
  background: #de9700;
  border: 6px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(222, 151, 0, 0.24);
  grid-area: marker;
}

.zy-bakery-story__copy {
  grid-area: copy;
  max-width: 470px;
}

.zy-bakery-story__copy h2 {
  margin: 0 0 9px;
  color: #0b2b3d;
  font-family: Figtree, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 31px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.08;
}

.zy-bakery-story__copy p {
  margin: 0;
  color: #4d6877;
  font-family: Figtree, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.42;
}

.zy-bakery-video {
  position: relative;
  left: 50%;
  width: 100vw;
  margin: 0;
  overflow: hidden;
  background: #000;
  transform: translateX(-50%);
}

.zy-bakery-video__media {
  display: block;
  width: 100%;
  height: clamp(420px, 52vw, 860px);
  object-fit: cover;
  object-position: center;
}

.zy-bakery-people {
  padding: 64px 0 86px;
  background: #fff;
}

.zy-bakery-people__inner {
  max-width: 860px;
  text-align: center;
}

.zy-bakery-people__kicker {
  margin: 0 0 18px;
  color: #0b2b3d;
  font-family: Figtree, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.zy-bakery-people__inner p:not(.zy-bakery-people__kicker) {
  max-width: 780px;
  margin: 0 auto;
  color: #4d6877;
  font-family: Figtree, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.62;
}

.zy-bakery-people__inner p + p {
  margin-top: 16px;
}

.zy-bakery-leather {
  padding: 0 0 92px;
  background: #fff;
}

.zy-bakery-leather__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(320px, 1fr);
  align-items: center;
  gap: clamp(42px, 7vw, 104px);
  max-width: 1120px;
}

.zy-bakery-leather__copy h2 {
  margin: 0 0 16px;
  color: #0b2b3d;
  font-family: Figtree, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(29px, 3vw, 43px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.06;
}

.zy-bakery-leather__copy p {
  margin: 0;
  color: #4d6877;
  font-family: Figtree, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.58;
}

.zy-bakery-leather__media {
  margin: 0;
  overflow: hidden;
  background: #ece7e1;
}

.zy-bakery-leather__media img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center;
}

.zy-bakery-materials {
  padding: 0 0 96px;
  background: #fff;
}

.zy-bakery-materials h2 {
  margin: 0 0 34px;
  color: #0b2b3d;
  font-family: Figtree, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(24px, 2.5vw, 34px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.14;
  text-align: center;
}

.zy-bakery-materials__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
}

.zy-bakery-material-card {
  display: grid;
  gap: 15px;
  min-width: 0;
}

.zy-bakery-material-card figure {
  margin: 0;
  overflow: hidden;
  background: #f2f0ec;
}

.zy-bakery-material-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1.18;
  object-fit: cover;
  object-position: center;
  transition: transform 420ms ease;
}

.zy-bakery-material-card:hover img {
  transform: scale(1.035);
}

.zy-bakery-material-card p {
  margin: 0;
  color: #4d6877;
  font-family: Figtree, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.45;
}

.zy-collection-carousel {
  margin-bottom: 48px;
}

.zy-collection-carousel .client-wrap {
  position: relative;
}

.zy-collection-rail {
  display: flex;
  gap: 16px;
  width: min(1058px, calc(100% - 64px));
  margin: 0 auto;
  overflow-x: auto;
  padding: 0 2px 6px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.zy-collection-rail::-webkit-scrollbar {
  display: none;
}

.zy-shop-carousel .zy-collection-rail {
  width: min(1180px, calc(100% - 64px));
}

.zy-collection-tile {
  display: grid;
  flex: 0 0 170px;
  gap: 12px;
  color: #111c19;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  scroll-snap-align: start;
}

.zy-shop-carousel .zy-collection-tile {
  flex-basis: 136px;
}

.zy-shop-carousel .zy-collection-tile > img {
  display: block;
  width: 136px;
  height: 136px;
  overflow: hidden;
  object-fit: cover;
  background: #f2f1ef;
  border-radius: 3px;
}

.zy-collection-tile__image {
  display: block;
  width: 170px;
  height: 170px;
  overflow: hidden;
  background: #f2f1ef;
  border-radius: 3px;
}

.zy-collection-tile__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 260ms ease;
}

.zy-carousel-arrow {
  position: absolute;
  z-index: 4;
  top: 72px;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  background: #fff;
  border: 0;
  border-radius: 50%;
  box-shadow: 0 3px 13px rgba(17, 28, 25, 0.14);
}

.zy-carousel-arrow::before {
  display: block;
  width: 9px;
  height: 9px;
  border-top: 2px solid #59605f;
  border-left: 2px solid #59605f;
  content: "";
}

.zy-carousel-arrow:disabled {
  opacity: 0.35;
  cursor: default;
}

.zy-carousel-arrow--prev {
  left: calc((100% - min(1058px, calc(100% - 64px))) / 2 - 18px);
}

.zy-carousel-arrow--prev::before {
  transform: rotate(-45deg);
}

.zy-carousel-arrow--next {
  right: calc((100% - min(1058px, calc(100% - 64px))) / 2 - 18px);
}

.zy-carousel-arrow--next::before {
  transform: rotate(135deg);
}

.zy-collection-toolbar-wrap {
  background: #fff;
}

.zy-collection-toolbar {
  display: flex;
  gap: 0;
  align-items: center;
  justify-content: flex-end;
  min-height: 54px;
  color: #687270;
  border: 1px solid #e8e5df;
  font-family: Figtree, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.zy-toolbar-button {
  display: inline-flex;
  min-height: 54px;
  min-width: 142px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 18px;
  color: inherit;
  background: #fff;
  border: 0;
  border-right: 1px solid #e8e5df;
  cursor: pointer;
  font: inherit;
  text-decoration: none;
  text-transform: uppercase;
}

.zy-toolbar-button span,
.zy-toolbar-button span::before,
.zy-toolbar-button span::after,
.zy-sort-menu summary span,
.zy-sort-menu summary span::before,
.zy-sort-menu summary span::after {
  display: block;
  width: 12px;
  height: 1px;
  background: currentColor;
  content: "";
}

.zy-toolbar-button span,
.zy-sort-menu summary span {
  position: relative;
}

.zy-toolbar-button span::before,
.zy-toolbar-button span::after,
.zy-sort-menu summary span::before,
.zy-sort-menu summary span::after {
  position: absolute;
  left: 0;
}

.zy-toolbar-button span::before,
.zy-sort-menu summary span::before {
  top: -4px;
  width: 8px;
}

.zy-toolbar-button span::after,
.zy-sort-menu summary span::after {
  top: 4px;
  width: 5px;
}

.zy-sort-menu {
  position: relative;
}

.zy-sort-menu summary {
  display: inline-flex;
  min-height: 54px;
  min-width: 142px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-right: 1px solid #e8e5df;
  cursor: pointer;
  list-style: none;
}

.zy-sort-menu summary::-webkit-details-marker {
  display: none;
}

.zy-sort-menu div {
  position: absolute;
  z-index: 42;
  top: calc(100% + 1px);
  left: 0;
  display: grid;
  min-width: 228px;
  padding: 14px;
  background: #fff;
  border: 1px solid #e8e5df;
  box-shadow: 0 18px 44px rgba(16, 22, 28, 0.12);
}

.zy-sort-menu[open] summary {
  color: #17211f;
}

.zy-sort-menu button {
  padding: 9px 6px;
  color: #65706d;
  background: transparent;
  border: 0;
  cursor: pointer;
  font: inherit;
  letter-spacing: 0.06em;
  text-align: left;
  text-transform: uppercase;
}

.zy-sort-menu button[aria-pressed="true"] {
  color: #17211f;
}

.zy-toolbar-spacer {
  flex: 1 1 auto;
}

.zy-collection-toolbar a,
.zy-filter summary {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}

.zy-view-icons {
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 0 20px;
}

.zy-view-icon {
  display: grid;
  width: 15px;
  height: 15px;
  padding: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
  gap: 3px;
  grid-template-columns: repeat(2, 1fr);
  opacity: 0.64;
}

.zy-view-icon::before,
.zy-view-icon::after {
  display: block;
  background: #6f7c78;
  content: "";
  box-shadow: 9px 0 0 #6f7c78, 0 9px 0 #6f7c78, 9px 9px 0 #6f7c78;
}

.zy-view-icon--medium {
  grid-template-columns: repeat(3, 1fr);
}

.zy-view-icon--medium::before,
.zy-view-icon--medium::after {
  width: 4px;
  height: 4px;
  box-shadow: 6px 0 0 #6f7c78, 12px 0 0 #6f7c78, 0 6px 0 #6f7c78, 6px 6px 0 #6f7c78, 12px 6px 0 #6f7c78;
}

.zy-view-icon--small {
  opacity: 0.45;
}

.zy-view-icon.is-active {
  opacity: 1;
}

.zy-view-icon.is-active::before,
.zy-view-icon.is-active::after {
  background: #1f2a28;
}

.zy-collection-products {
  padding: 24px 0 74px;
  background: #fff;
}

.zy-collection-products__layout {
  display: grid;
  grid-template-columns: 218px minmax(0, 1fr);
  gap: 34px;
  align-items: start;
}

.zy-filter-sidebar {
  display: grid;
  gap: 26px;
  color: #6b7674;
  font-family: Figtree, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.zy-filter-sidebar details {
  display: grid;
  gap: 10px;
}

.zy-filter-sidebar summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  color: #5b6664;
  cursor: pointer;
  font-weight: 800;
  list-style: none;
}

.zy-filter-sidebar summary::-webkit-details-marker {
  display: none;
}

.zy-filter-sidebar summary::after {
  content: "+";
}

.zy-filter-sidebar details[open] summary::after {
  content: "-";
}

.zy-filter-sidebar label {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 12px;
  gap: 12px;
  align-items: start;
  margin-bottom: 9px;
  line-height: 1.35;
}

.zy-filter-sidebar input {
  width: 12px;
  height: 12px;
  margin-top: 2px;
  appearance: none;
  background: #fff;
  border: 1px solid #dededb;
}

.zy-filter-sidebar input:checked {
  background: #1f2a28;
  border-color: #1f2a28;
  box-shadow: inset 0 0 0 3px #fff;
}

.zy-filter-sidebar input:disabled {
  opacity: 0.35;
}

.zy-filter-sidebar a {
  display: inline-block;
  margin-top: 2px;
  color: #5b6664;
  font-weight: 800;
  text-decoration: none;
}

.zy-product-area {
  min-width: 0;
}

.zy-product-count {
  margin: 0 0 18px;
  color: #77827f;
  font-family: Figtree, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-align: right;
  text-transform: uppercase;
}

.zy-collection-products .zy-product-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 48px 24px;
}

.zy-collection-products__layout.zy-view-2 .zy-product-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.zy-collection-products__layout.zy-view-4 .zy-product-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.zy-collection-products__layout.zy-filters-hidden {
  grid-template-columns: 1fr;
}

.zy-collection-products__layout.zy-filters-hidden .zy-filter-sidebar {
  display: none;
}

.zy-collection-products .zy-product {
  text-align: center;
}

.zy-collection-products .zy-product__body {
  gap: 6px;
}

.zy-collection-products .zy-product h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.zy-collection-products .zy-product__buy {
  display: grid;
  justify-content: center;
  gap: 4px;
}

.zy-collection-products .zy-product__buy .csk-button-primary {
  display: none;
}

.zy-collection-products .zy-product__buy strong {
  color: #b96d5f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  font-weight: 400;
}

.zy-collection-products .zy-product__buy strong::before {
  color: #1c2530;
  content: "From ";
}

.zy-collection-products .zy-product-options {
  display: grid;
  color: #686f71;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 11px;
  letter-spacing: 0.04em;
  opacity: 1;
  pointer-events: auto;
  text-transform: uppercase;
  transform: none;
  visibility: visible;
}

.zy-quick-add {
  position: absolute;
  z-index: 5;
  left: 12px;
  right: 12px;
  bottom: 12px;
  min-height: 46px;
  color: #111c19;
  background: rgba(255, 255, 255, 0.92);
  border: 0;
  box-shadow: 0 12px 34px rgba(17, 28, 25, 0.14);
  cursor: pointer;
  font-family: Figtree, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  opacity: 0;
  text-transform: uppercase;
  transform: translateY(14px);
  transition: opacity 220ms ease, transform 260ms cubic-bezier(0.16, 1, 0.3, 1), background 180ms ease, color 180ms ease;
}

.zy-product:hover .zy-quick-add,
.zy-product:focus-within .zy-quick-add {
  opacity: 1;
  transform: translateY(0);
}

.zy-quick-add:hover,
.zy-quick-add.is-loading {
  color: #fff;
  background: #000;
}

.zy-quick-add.is-loading {
  cursor: wait;
  opacity: 1;
  transform: translateY(0);
}

.zy-product.is-filtered-out {
  display: none;
}

.zy-no-results {
  margin: 42px 0;
  color: #66716f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  text-align: center;
}

.zy-toast {
  position: fixed;
  z-index: 120;
  left: 24px;
  right: auto;
  bottom: 24px;
  max-width: min(330px, calc(100vw - 48px));
  padding: 14px 18px;
  color: #fff;
  background: #111c19;
  box-shadow: 0 16px 44px rgba(12, 18, 24, 0.22);
  font-family: Figtree, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  opacity: 0;
  pointer-events: none;
  text-transform: uppercase;
  transform: translateY(10px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.zy-toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.zy-cart-strip {
  padding: 34px 0;
  background: var(--zy-warm);
}

.zy-home-faq {
  padding: 78px 0 86px;
  background: #fbfaf8;
}

.zy-home-faq .zy-kicker {
  margin-bottom: 24px;
  color: #1c2530;
  letter-spacing: 0.14em;
}

.zy-faq-list {
  border-top: 1px solid #d9d5cf;
}

.zy-faq-item {
  border-bottom: 1px solid #d9d5cf;
}

.zy-faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  min-height: 74px;
  padding: 20px 0;
  color: #13201e;
  cursor: pointer;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 600;
  list-style: none;
  transition: color 180ms ease, background 180ms ease;
}

.zy-faq-item summary:focus,
.zy-faq-item summary:focus-visible,
.zy-product-accordions summary:focus,
.zy-product-accordions summary:focus-visible,
.zy-commerce-accordion summary:focus,
.zy-commerce-accordion summary:focus-visible,
.zy-filter-sidebar summary:focus,
.zy-filter-sidebar summary:focus-visible,
.zy-filter summary:focus,
.zy-filter summary:focus-visible,
.zy-sort-menu summary:focus,
.zy-sort-menu summary:focus-visible,
.zy-mobile-menu summary:focus,
.zy-mobile-menu summary:focus-visible {
  outline: 0;
  box-shadow: none;
}

.zy-faq-item summary:hover,
.zy-faq-item summary:focus-visible {
  color: var(--zy-green);
}

.zy-faq-item summary::-webkit-details-marker {
  display: none;
}

.zy-faq-item summary::after {
  content: "+";
  flex: 0 0 auto;
  color: #1c2530;
  font-family: Figtree, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 22px;
  font-weight: 600;
  transition: transform 220ms ease;
}

.zy-faq-item[open] summary::after {
  transform: rotate(45deg);
}

.zy-faq-item__body {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-4px);
  transition: height 280ms cubic-bezier(0.22, 1, 0.36, 1), opacity 220ms ease, transform 220ms ease;
}

.zy-faq-item[open] .zy-faq-item__body {
  height: auto;
  opacity: 1;
  transform: translateY(0);
}

.zy-faq-item p {
  max-width: 780px;
  margin: 0 0 24px;
  color: #65716d;
  font-size: 15px;
  line-height: 1.82;
}

.zy-footer {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(420px, 0.95fr);
  gap: 0;
  color: #fff;
  background: #000;
  font-family: Georgia, "Times New Roman", serif;
}

.zy-native-shell + .wp-site-blocks,
body.zy-storefront .wp-site-blocks {
  background: #fff;
}

.zy-native-context {
  padding: 36px 0;
  background: #f9f5ef;
  border-bottom: 1px solid #eee8e3;
}

.zy-native-context__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
}

.zy-native-context h1 {
  max-width: 760px;
  margin: 0;
  color: #1c2530;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.zy-native-context p:not(.zy-kicker) {
  max-width: 680px;
  margin: 12px 0 0;
  color: #626970;
  font-size: 14px;
}

body.zy-storefront .wp-site-blocks > main,
body.zy-storefront .woocommerce,
body.zy-storefront .wp-block-woocommerce-cart,
body.zy-storefront .wp-block-woocommerce-checkout {
  width: min(1180px, calc(100% - 48px)) !important;
  margin: 64px auto 96px !important;
}

body.zy-storefront.single-product .wp-site-blocks > main {
  margin-top: 70px !important;
}

body.zy-storefront.single-product .wp-block-post-title {
  display: block !important;
}

body.zy-storefront .woocommerce-breadcrumb {
  margin: 0 0 28px;
  color: #777;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body.zy-storefront div.product {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.86fr);
  gap: 64px;
  align-items: start;
}

body.zy-storefront.single-product main > .wp-block-columns.alignwide {
  display: grid !important;
  grid-template-columns: minmax(420px, 0.98fr) minmax(420px, 0.86fr) !important;
  gap: 64px !important;
  align-items: start !important;
  width: min(1180px, calc(100% - 48px)) !important;
  max-width: none !important;
  margin: 82px auto 0 !important;
}

body.zy-storefront.single-product main > .wp-block-columns.alignwide > .wp-block-column {
  flex: none !important;
  flex-basis: auto !important;
  flex-grow: 0 !important;
  min-width: 0 !important;
  width: auto !important;
}

body.zy-storefront.single-product .wp-block-woocommerce-product-image-gallery img,
body.zy-storefront.single-product .woocommerce-product-gallery img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transition: transform 320ms ease;
}

body.zy-storefront.single-product .woocommerce-product-gallery {
  opacity: 1 !important;
}

body.zy-storefront.single-product .wp-block-columns.alignwide .wp-block-column:nth-child(2) {
  display: grid;
  gap: 18px;
  align-content: start;
  max-width: 520px;
  position: sticky;
  top: 94px;
}

body.zy-storefront.single-product .wp-block-post-title {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 4vw, 60px);
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.03;
  text-transform: uppercase;
}

body.zy-storefront.single-product .wp-block-woocommerce-product-price {
  color: #1c2530;
  font-size: 20px;
  font-weight: 700;
}

body.zy-storefront.single-product .wp-block-post-excerpt,
body.zy-storefront.single-product .wp-block-post-excerpt__excerpt {
  width: auto !important;
  max-width: 480px !important;
  color: #5f6670;
  font-size: 15px;
  line-height: 1.8;
  word-break: normal;
  overflow-wrap: normal;
}

body.zy-storefront.single-product .wp-block-add-to-cart-form form.cart {
  display: flex !important;
  grid-template-columns: none !important;
  gap: 12px;
  align-items: stretch;
  margin-top: 8px;
}

body.zy-storefront.single-product .wp-block-add-to-cart-form,
body.zy-storefront div.product form.cart {
  padding: 18px 0;
  border-top: 1px solid #eee8e3;
  border-bottom: 1px solid #eee8e3;
}

body.zy-storefront.single-product .quantity,
body.zy-storefront div.product form.cart .quantity {
  display: inline-flex;
  align-items: stretch;
}

body.zy-storefront.single-product .quantity input.qty,
body.zy-storefront div.product form.cart .quantity input {
  width: 74px;
  min-height: 44px;
  border: 1px solid #d8d2cc;
  border-radius: 0;
  text-align: center;
}

.zy-product-accordions {
  display: grid;
  margin-top: 2px;
  border-top: 1px solid #eee8e3;
}

.zy-product-accordions details {
  border-bottom: 1px solid #eee8e3;
}

.zy-product-accordions summary {
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
  color: #1c2530;
  cursor: pointer;
  font-family: Figtree, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  list-style: none;
  text-transform: uppercase;
}

.zy-product-accordions summary::-webkit-details-marker {
  display: none;
}

.zy-product-accordions summary::after {
  content: "+";
}

.zy-product-accordions details[open] summary::after {
  content: "-";
}

.zy-product-accordions p {
  margin: 0 0 16px;
  color: #646b72;
  font-size: 14px;
  line-height: 1.75;
}

body.zy-storefront.single-product .wp-block-woocommerce-product-meta,
body.zy-storefront.single-product .wp-block-post-terms {
  color: #74777c;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body.zy-storefront.single-product .wp-block-woocommerce-product-details,
body.zy-storefront.single-product .wp-block-woocommerce-product-collection {
  width: min(1180px, calc(100% - 48px)) !important;
  max-width: none !important;
  margin: 70px auto !important;
}

body.zy-storefront div.product div.images,
body.zy-storefront div.product div.summary {
  float: none !important;
  width: auto !important;
}

body.zy-storefront div.product div.images img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  background: #f7f5f2;
}

body.zy-storefront div.product .product_title {
  margin: 0 0 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(36px, 4vw, 58px);
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.03;
  text-transform: uppercase;
}

body.zy-storefront div.product p.price,
body.zy-storefront div.product span.price {
  color: #1c2530;
  font-size: 20px;
  font-weight: 700;
}

body.zy-storefront div.product .woocommerce-product-details__short-description,
body.zy-storefront div.product .woocommerce-tabs {
  color: #5f6670;
  font-size: 15px;
  line-height: 1.8;
}

body.zy-storefront .single_add_to_cart_button,
body.zy-storefront .woocommerce button.button,
body.zy-storefront .woocommerce a.button,
body.zy-storefront .woocommerce input.button,
body.zy-storefront .wc-block-components-button,
body.zy-storefront .wp-element-button {
  min-height: 44px;
  padding: 0 22px !important;
  color: #fff !important;
  background: #050505 !important;
  border-radius: 0 !important;
  border: 0 !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  transition: background 180ms ease, box-shadow 180ms ease, filter 180ms ease, transform 180ms ease;
}

body.zy-storefront .single_add_to_cart_button:hover,
body.zy-storefront .woocommerce button.button:hover,
body.zy-storefront .woocommerce a.button:hover,
body.zy-storefront .woocommerce input.button:hover,
body.zy-storefront .wc-block-components-button:hover,
body.zy-storefront .wp-element-button:hover,
body.zy-storefront .single_add_to_cart_button:focus-visible,
body.zy-storefront .woocommerce button.button:focus-visible,
body.zy-storefront .woocommerce a.button:focus-visible,
body.zy-storefront .woocommerce input.button:focus-visible,
body.zy-storefront .wc-block-components-button:focus-visible,
body.zy-storefront .wp-element-button:focus-visible {
  box-shadow: 0 14px 30px rgba(17, 28, 25, 0.18);
  filter: brightness(0.96);
  transform: translateY(-2px);
}

body.zy-storefront .single_add_to_cart_button:active,
body.zy-storefront .woocommerce button.button:active,
body.zy-storefront .woocommerce a.button:active,
body.zy-storefront .woocommerce input.button:active,
body.zy-storefront .wc-block-components-button:active,
body.zy-storefront .wp-element-button:active {
  box-shadow: none;
  transform: translateY(0);
}

body.zy-storefront div.product form.cart {
  display: flex;
  gap: 12px;
  align-items: stretch;
  margin-top: 28px;
}

body.zy-storefront div.product form.cart .quantity input {
  min-height: 44px;
  border: 1px solid #d8d2cc;
  border-radius: 0;
}

body.zy-storefront .woocommerce-tabs {
  grid-column: 1 / -1;
  margin-top: 42px;
  border-top: 1px solid #eee8e3;
  padding-top: 36px;
}

body.zy-storefront .related.products,
body.zy-storefront .upsells.products {
  grid-column: 1 / -1;
  margin-top: 56px;
}

body.zy-storefront .related.products > h2,
body.zy-storefront .upsells.products > h2,
body.zy-storefront .woocommerce-cart-form + .cart-collaterals h2,
body.zy-storefront .woocommerce-billing-fields h3,
body.zy-storefront .woocommerce-additional-fields h3,
body.zy-storefront #order_review_heading {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.zy-storefront .woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

body.zy-storefront .woocommerce ul.products::before,
body.zy-storefront .woocommerce ul.products::after {
  display: none;
}

body.zy-storefront .woocommerce ul.products li.product {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  text-align: left;
}

body.zy-storefront .woocommerce ul.products li.product img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  background: #f7f5f2;
  transition: transform 320ms ease;
}

body.zy-storefront .woocommerce ul.products li.product .woocommerce-loop-product__title {
  color: #1c2530;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

body.zy-storefront .woocommerce-cart-form table.shop_table,
body.zy-storefront .woocommerce-checkout-review-order table.shop_table {
  border: 1px solid #eee8e3;
  border-radius: 0;
}

body.zy-storefront .woocommerce table.shop_table th,
body.zy-storefront .woocommerce table.shop_table td {
  border-color: #eee8e3;
  padding: 18px;
}

body.zy-storefront .cart-collaterals .cart_totals {
  float: none;
  width: min(460px, 100%);
  margin-left: auto;
}

body.zy-storefront .woocommerce-cart-form,
body.zy-storefront .cart-collaterals .cart_totals,
body.zy-storefront form.checkout #customer_details,
body.zy-storefront form.checkout #order_review,
body.zy-storefront .wp-block-woocommerce-cart,
body.zy-storefront .wp-block-woocommerce-checkout {
  background: #fff;
}

body.zy-storefront .cart-collaterals .cart_totals,
body.zy-storefront form.checkout #order_review {
  padding: 26px;
  border: 1px solid #eee8e3;
  background: #fbfaf8;
}

body.zy-storefront form.checkout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.72fr);
  gap: 54px;
}

body.zy-storefront form.checkout #customer_details,
body.zy-storefront form.checkout #order_review,
body.zy-storefront form.checkout #order_review_heading {
  float: none;
  width: auto;
}

body.zy-storefront form.checkout #customer_details {
  display: grid;
  grid-column: 1;
  grid-row: 1 / span 2;
  grid-template-columns: 1fr;
  gap: 28px;
}

body.zy-storefront form.checkout #customer_details .col-1,
body.zy-storefront form.checkout #customer_details .col-2 {
  float: none;
  width: 100%;
}

body.zy-storefront form.checkout #order_review_heading {
  grid-column: 2;
  grid-row: 1;
  margin: 0;
}

body.zy-storefront form.checkout #order_review {
  grid-column: 2;
  grid-row: 2;
}

body.zy-storefront .woocommerce form .form-row input.input-text,
body.zy-storefront .woocommerce form .form-row textarea,
body.zy-storefront .woocommerce form .form-row select {
  min-height: 44px;
  border: 1px solid #d8d2cc;
  border-radius: 0;
  padding: 10px 12px;
}

body.zy-storefront .woocommerce-info,
body.zy-storefront .woocommerce-message {
  border-color: #d8d2cc;
  background: #fbfaf8;
  color: #1c2530;
}

.zy-commerce-page {
  min-height: 100vh;
  background: #fff;
  color: #14201e;
}

.zy-commerce-breadcrumb {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 42px;
  color: #68716d;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.zy-commerce-breadcrumb a {
  color: inherit;
  text-decoration: none;
}

.zy-commerce-hero {
  padding: 54px 0 58px;
  background: #f8f4ef;
  border-bottom: 1px solid #eee7df;
}

.zy-commerce-hero__inner {
  display: grid;
  gap: 14px;
}

.zy-commerce-hero h1 {
  max-width: 760px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 4vw, 54px);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.zy-commerce-hero p:not(.zy-kicker) {
  max-width: 720px;
  margin: 0;
  color: #626e69;
  font-size: 15px;
  line-height: 1.75;
}

.zy-product-detail {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 0.74fr);
  gap: 58px;
  align-items: start;
  padding: 54px 0 88px;
}

.zy-product-gallery-card {
  display: grid;
  gap: 16px;
  min-width: 0;
}

.zy-product-main-image {
  position: relative;
  overflow: hidden;
  background: #f6f3ef;
  cursor: zoom-in;
}

.zy-product-main-image img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transition: transform 420ms ease, opacity 240ms ease;
}

.zy-product-main-image img.zy-image-fallback-applied {
  transform: scale(1.14);
}

.zy-product-main-image.is-switching img {
  opacity: 0.72;
  transform: scale(1.025);
}

.zy-product-main-image.is-zoomed {
  cursor: zoom-out;
}

.zy-product-main-image.is-zoomed img {
  transform: scale(1.36);
}

.zy-product-main-image .zy-sale-badge {
  top: 18px;
  right: 18px;
}

.zy-product-thumbs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.zy-product-thumbs button {
  padding: 0;
  overflow: hidden;
  cursor: pointer;
  background: #f8f5f0;
  border: 1px solid transparent;
}

.zy-product-thumbs button.is-active,
.zy-product-thumbs button:hover,
.zy-product-thumbs button:focus-visible {
  border-color: #111;
  outline: 0;
}

.zy-product-thumbs img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.zy-product-summary-card {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 18px;
  min-width: 0;
  padding: 38px;
  background: #fbf8f4;
  border: 1px solid #eee7df;
}

.zy-product-summary-card h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 3.6vw, 56px);
  font-weight: 400;
  line-height: 1.03;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.zy-product-rating {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  color: #7b6048;
  font-size: 13px;
}

.zy-product-rating strong {
  color: #ff8a00;
  font-family: Figtree, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0.08em;
}

.zy-product-price {
  color: #111;
  font-size: 22px;
  font-weight: 800;
}

.zy-product-price del {
  margin-left: 8px;
  color: #9a9a9a;
  font-size: 16px;
  font-weight: 500;
}

.zy-product-copy p {
  margin: 0;
  color: #606a65;
  font-size: 15px;
  line-height: 1.78;
}

.zy-product-option-block {
  display: grid;
  gap: 10px;
  padding-top: 20px;
  border-top: 1px solid #e4ddd4;
}

.zy-product-option-block > span {
  display: flex;
  gap: 7px;
  align-items: baseline;
  color: #66736f;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.zy-product-option-block > span em {
  color: #111c19;
  font-style: normal;
  letter-spacing: 0.03em;
  text-transform: none;
}

.zy-size-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.zy-size-buttons button {
  width: 74px;
  height: 52px;
  cursor: pointer;
  background: #fff;
  border: 1px solid #d9d0c7;
  color: #111;
  font-size: 15px;
  font-weight: 800;
  transition: border-color 180ms ease, transform 180ms ease;
}

.zy-size-buttons button:hover,
.zy-size-buttons button:focus-visible,
.zy-size-buttons button.is-active {
  color: #fff;
  background: #13221d;
  border-color: #7c5c45;
  outline: 0;
  transform: translateY(-1px);
}

.zy-wishlist-row,
.zy-size-help-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.zy-wishlist-row button,
.zy-wishlist-row a,
.zy-size-help-row button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 14px;
  color: #13221d;
  background: #fff;
  border: 1px solid #d9d0c7;
  cursor: pointer;
  font-family: Figtree, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.zy-wishlist-row button {
  gap: 8px;
  color: #fff;
  background: #13221d;
}

.zy-wishlist-row button.is-active {
  background: var(--zy-coral);
  border-color: var(--zy-coral);
}

.zy-wishlist-row button:hover,
.zy-wishlist-row a:hover,
.zy-size-help-row button:hover,
.zy-wishlist-row button:focus-visible,
.zy-wishlist-row a:focus-visible,
.zy-size-help-row button:focus-visible {
  outline: 0;
  transform: translateY(-2px);
}

.zy-product-cart-box {
  padding-top: 20px;
  border-top: 1px solid #e4ddd4;
}

.zy-product-cart-box form.cart {
  display: grid !important;
  grid-template-columns: 104px minmax(0, 1fr);
  gap: 12px;
  align-items: stretch;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

.zy-product-cart-box .quantity input.qty {
  width: 100%;
  min-height: 64px;
  border: 1px solid #d9d0c7;
  border-radius: 0;
  font-size: 18px;
  text-align: center;
}

.zy-product-cart-box .single_add_to_cart_button,
.zy-product-cart-box button.button {
  min-height: 64px !important;
  width: 100%;
  font-size: 16px !important;
  letter-spacing: 0.09em;
  transition: background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.zy-shop-pay-preview {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 62px;
  margin-top: 12px;
  border: 0;
  color: #fff;
  background: #5534f0;
  cursor: pointer;
  font-size: 18px;
  font-weight: 800;
  transition: filter 180ms ease, transform 180ms ease;
}

.zy-shop-pay-preview:hover,
.zy-shop-pay-preview:focus-visible {
  filter: brightness(0.94);
  outline: 0;
  transform: translateY(-2px);
}

.zy-product-cart-box .single_add_to_cart_button:hover,
.zy-product-cart-box button.button:hover,
.zy-product-cart-box .single_add_to_cart_button:focus-visible,
.zy-product-cart-box button.button:focus-visible {
  box-shadow: 0 14px 30px rgba(17, 28, 25, 0.18);
  transform: translateY(-2px);
}

.zy-product-service-list {
  display: grid;
  gap: 0;
  margin: 4px 0 0;
  padding: 0;
  border-top: 1px solid #e4ddd4;
  list-style: none;
}

.zy-product-service-list li {
  display: grid;
  gap: 4px;
  padding: 14px 0;
  border-bottom: 1px solid #e4ddd4;
}

.zy-product-service-list strong {
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.zy-product-service-list span {
  color: #626e69;
  font-size: 13px;
  line-height: 1.6;
}

.zy-service-badges {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  padding: 18px;
  border: 1px solid #eadfd4;
  background: #fff;
}

.zy-service-badges--compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 14px;
}

.zy-service-badges span {
  display: grid;
  justify-items: center;
  gap: 7px;
  min-width: 0;
  color: #d2815f;
  text-align: center;
}

.zy-service-badges svg {
  width: 38px;
  height: 38px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.zy-service-badges strong {
  color: #17231f;
  font-family: Figtree, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-transform: uppercase;
}

.zy-service-badges small {
  color: #6f7774;
  font-size: 11px;
  line-height: 1.25;
}

.zy-commerce-accordion {
  display: grid;
  border-top: 1px solid #e4ddd4;
}

.zy-commerce-accordion details {
  border-bottom: 1px solid #e4ddd4;
}

.zy-commerce-accordion summary {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  min-height: 54px;
  color: #111;
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  list-style: none;
  text-transform: uppercase;
}

.zy-commerce-accordion summary::-webkit-details-marker {
  display: none;
}

.zy-commerce-accordion summary::after {
  content: "+";
  font-size: 18px;
  line-height: 1;
  transition: transform 220ms ease;
}

.zy-commerce-accordion details[open] summary::after {
  content: "-";
}

.zy-commerce-accordion__body {
  color: #626e69;
  font-size: 14px;
  line-height: 1.74;
  transition-property: height, opacity, transform;
  transition-timing-function: ease;
}

.zy-commerce-accordion__body p {
  margin: 0 0 18px;
}

.zy-product-reviews {
  display: grid;
  gap: 22px;
  padding: 22px 0 72px;
}

.zy-product-reviews__head {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #e4ddd4;
  padding-top: 28px;
}

.zy-product-reviews__head > div {
  display: inline-flex;
  gap: 8px;
  align-items: center;
}

.zy-product-reviews__head strong {
  color: #17231f;
  font-family: Figtree, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 800;
}

.zy-product-reviews__head button {
  min-height: 44px;
  padding: 0 22px;
  border: 1px solid #d9d0c7;
  color: #17231f;
  background: #fff;
  cursor: pointer;
  font-family: Figtree, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.zy-product-reviews__head button:hover,
.zy-product-reviews__head button:focus-visible {
  color: #fff;
  background: #17231f;
  outline: 0;
  transform: translateY(-2px);
}

.zy-product-review-card {
  display: grid;
  grid-template-columns: minmax(220px, 0.34fr) minmax(0, 1fr);
  max-width: 720px;
  border: 1px solid #e5ddd5;
  background: #fff;
  box-shadow: 0 16px 42px rgba(17, 28, 25, 0.08);
}

.zy-product-review-card__media {
  overflow: hidden;
  background: #f4f0ea;
}

.zy-product-review-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 290px;
  object-fit: cover;
  transition: transform 480ms ease;
}

.zy-product-review-card:hover .zy-product-review-card__media img {
  transform: scale(1.04);
}

.zy-product-review-card__body {
  display: grid;
  align-content: center;
  gap: 12px;
  padding: 28px;
}

.zy-product-review-card__body strong {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.zy-product-review-card__body strong span {
  display: inline-flex;
  align-items: center;
  min-height: 20px;
  padding: 0 7px;
  color: #fff;
  background: #17231f;
  border-radius: 999px;
  font-family: Figtree, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 10px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.zy-product-review-card__body p,
.zy-product-review-card__body small {
  margin: 0;
  color: #4f5c58;
  line-height: 1.65;
}

.zy-commerce-related {
  padding: 10px 0 100px;
}

.zy-cart-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.42fr);
  gap: 42px;
  align-items: start;
  width: min(1560px, calc(100% - 56px));
  padding: 64px 0 100px;
}

.zy-cart-template .zy-cart-shell {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.28fr);
}

.zy-checkout-shell {
  padding: 64px 0 100px;
}

.zy-checkout-shell .woocommerce {
  padding: 30px;
  background: #fff;
  border: 1px solid #eee7df;
}

.zy-cart-main {
  display: grid;
  gap: 28px;
  min-width: 0;
}

.zy-cart-form,
.zy-cart-list {
  display: grid;
  gap: 18px;
  min-width: 0;
}

.zy-cart-item {
  display: grid;
  grid-template-columns: 164px minmax(0, 1fr) minmax(150px, 0.28fr);
  gap: 24px;
  align-items: center;
  padding: 18px;
  border: 1px solid #eee7df;
  background: #fff;
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.zy-cart-item:hover,
.zy-cart-item:focus-within {
  border-color: rgba(128, 97, 74, 0.22);
  box-shadow: 0 18px 46px rgba(17, 28, 25, 0.1);
  transform: translateY(-3px);
}

.zy-cart-item__image {
  display: block;
  overflow: hidden;
  background: #f7f4ef;
}

.zy-cart-item__image img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transition: transform 420ms ease;
}

.zy-cart-item:hover .zy-cart-item__image img {
  transform: scale(1.04);
}

.zy-cart-item__main {
  display: grid;
  gap: 8px;
}

.zy-cart-item__main h2 {
  margin: 0;
  font-size: 18px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.zy-cart-item__main h2 a,
.zy-cart-form__actions a {
  color: inherit;
  text-decoration: none;
}

.zy-cart-item__main p:not(.zy-kicker) {
  max-width: 430px;
  margin: 0;
  color: #626e69;
  font-size: 14px;
  line-height: 1.65;
}

.zy-cart-remove {
  width: fit-content;
  color: #6d746f;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.zy-cart-item__controls {
  display: grid;
  gap: 10px;
  justify-items: end;
  text-align: right;
}

.zy-cart-item__controls .quantity input {
  width: 76px;
  min-height: 38px;
  border: 1px solid #d9d0c7;
  text-align: center;
}

.zy-cart-form__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
}

.zy-cart-form__actions a {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.zy-cart-summary-card,
.zy-cart-empty,
.zy-account-sidebar,
.zy-account-panel {
  background: #fbf8f4;
  border: 1px solid #eee7df;
}

.zy-cart-summary-card {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 20px;
  padding: 30px;
}

.zy-cart-summary-card h3,
.zy-cart-empty h2,
.zy-account-sidebar h2,
.zy-account-panel h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 400;
  line-height: 1.08;
}

.zy-cart-summary-card dl {
  display: grid;
  gap: 0;
  margin: 0;
  border-top: 1px solid #e4ddd4;
}

.zy-cart-summary-card dl div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: baseline;
  padding: 14px 0;
  border-bottom: 1px solid #e4ddd4;
}

.zy-cart-summary-card dt,
.zy-cart-summary-card dd {
  margin: 0;
}

.zy-cart-summary-card dd {
  max-width: 170px;
  text-align: right;
}

.zy-cart-summary-card p,
.zy-cart-empty p,
.zy-account-sidebar p,
.zy-account-panel p {
  color: #626e69;
  font-size: 14px;
  line-height: 1.7;
}

.zy-cart-checkout {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  text-decoration: none;
  transition: box-shadow 180ms ease, filter 180ms ease, transform 180ms ease;
}

.zy-cart-checkout:hover,
.zy-cart-checkout:focus-visible {
  box-shadow: 0 14px 30px rgba(17, 28, 25, 0.18);
  filter: brightness(0.96);
  transform: translateY(-2px);
}

.zy-cart-upsell,
.zy-cart-trust {
  display: grid;
  gap: 14px;
  padding-top: 18px;
  border-top: 1px solid #e4ddd4;
}

.zy-cart-upsell__head {
  display: grid;
  gap: 6px;
}

.zy-cart-main > .zy-cart-upsell {
  gap: 18px;
  padding: 26px;
  background: #fbf8f4;
  border: 1px solid #eee7df;
}

.zy-cart-empty .zy-cart-upsell--empty {
  position: relative;
  gap: 18px;
  margin-top: 28px;
  padding-top: 24px;
}

.zy-cart-upsell--rail {
  position: relative;
}

.zy-cart-upsell--rail .zy-cart-upsell__items {
  display: flex;
  gap: 16px;
  width: calc(100% - 74px);
  margin: 0 auto;
  overflow-x: auto;
  padding: 2px 2px 8px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.zy-cart-upsell--rail .zy-cart-upsell__items::-webkit-scrollbar {
  display: none;
}

.zy-cart-upsell h3 {
  margin: -4px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 400;
}

.zy-cart-main > .zy-cart-upsell h3 {
  font-size: clamp(24px, 2.8vw, 34px);
}

.zy-cart-upsell__items {
  display: grid;
  gap: 12px;
}

.zy-cart-main > .zy-cart-upsell .zy-cart-upsell__items {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.zy-cart-upsell article {
  position: relative;
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 12px;
  background: #fff;
  border: 1px solid #eee7df;
}

.zy-cart-upsell--rail article {
  flex: 0 0 min(258px, 76vw);
  grid-template-columns: 1fr;
  gap: 12px;
  align-content: start;
  min-height: 0;
  scroll-snap-align: start;
}

.zy-cart-main > .zy-cart-upsell article {
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  min-height: 188px;
  padding: 16px;
  transition: border-color 200ms ease, box-shadow 200ms ease, transform 200ms ease;
}

.zy-cart-main > .zy-cart-upsell article:hover,
.zy-cart-main > .zy-cart-upsell article:focus-within {
  border-color: rgba(128, 97, 74, 0.22);
  box-shadow: 0 16px 36px rgba(17, 28, 25, 0.08);
  transform: translateY(-2px);
}

.zy-cart-upsell article::before {
  position: absolute;
  left: 48px;
  top: -13px;
  color: #9a8d84;
  content: "+";
  font-family: Figtree, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  font-weight: 800;
}

.zy-cart-upsell article:first-child::before {
  display: none;
}

.zy-cart-upsell--rail article::before {
  display: none;
}

.zy-cart-main > .zy-cart-upsell article::before {
  display: none;
}

.zy-cart-upsell article > a {
  display: block;
  overflow: hidden;
  background: #f7f4ef;
}

.zy-cart-upsell img {
  display: block;
  width: 96px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.zy-cart-upsell--rail img {
  width: 100%;
}

.zy-cart-main > .zy-cart-upsell img {
  width: 100%;
  transition: transform 360ms ease;
}

.zy-cart-main > .zy-cart-upsell article:hover img,
.zy-cart-main > .zy-cart-upsell article:focus-within img {
  transform: scale(1.04);
}

.zy-cart-upsell article div {
  display: grid;
  gap: 6px;
}

.zy-cart-main > .zy-cart-upsell article div {
  align-content: start;
  gap: 8px;
}

.zy-cart-upsell article span {
  width: fit-content;
  padding: 2px 8px;
  color: #fff;
  background: #d83b24;
  border-radius: 999px;
  font-family: Figtree, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 10px;
  font-weight: 800;
}

.zy-cart-main > .zy-cart-upsell article span {
  padding: 0;
  color: #627b72;
  background: transparent;
  border-radius: 0;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.zy-cart-upsell h4 {
  margin: 0;
  font-size: 13px;
  line-height: 1.35;
}

.zy-cart-main > .zy-cart-upsell h4 {
  font-size: 15px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.zy-cart-upsell strong {
  color: #d83b24;
  font-size: 12px;
}

.zy-cart-main > .zy-cart-upsell strong {
  color: #111c19;
  font-size: 14px;
}

.zy-cart-upsell small {
  color: #626e69;
  line-height: 1.55;
}

.zy-cart-upsell select {
  min-height: 34px;
  border: 1px solid #d9d0c7;
  color: #4d5955;
  background: #fff;
  font-size: 12px;
}

.zy-upsell-add {
  min-height: 34px;
  padding: 0 11px;
  border: 0;
  color: #fff;
  background: #111c19;
  cursor: pointer;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.zy-cart-main > .zy-cart-upsell .zy-upsell-add {
  grid-column: 1 / -1;
  justify-self: start;
  min-width: 96px;
  min-height: 38px;
  margin-top: 2px;
}

.zy-cart-upsell--rail .zy-upsell-add {
  width: 100%;
  min-height: 38px;
}

.zy-cart-upsell--rail .zy-carousel-arrow {
  top: calc(50% + 36px);
}

.zy-cart-upsell--rail .zy-carousel-arrow--prev {
  left: 0;
}

.zy-cart-upsell--rail .zy-carousel-arrow--next {
  right: 0;
}

.zy-cart-bundle-button {
  min-height: 48px;
  border: 0;
  color: #fff;
  background: var(--zy-coral);
  cursor: pointer;
  font-family: Figtree, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: filter 180ms ease, transform 180ms ease;
}

.zy-cart-bundle-button:hover,
.zy-cart-bundle-button:focus-visible,
.zy-upsell-add:hover,
.zy-upsell-add:focus-visible {
  filter: brightness(0.94);
  outline: 0;
  transform: translateY(-2px);
}

.zy-cart-trust .zy-payment-icons {
  justify-content: flex-start;
}

.zy-cart-empty {
  display: grid;
  align-content: center;
  min-height: 420px;
  padding: 54px;
}

.zy-cart-empty__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 8px;
}

.zy-account-shell {
  display: grid;
  grid-template-columns: minmax(280px, 0.34fr) minmax(0, 1fr);
  gap: 34px;
  align-items: start;
  padding: 64px 0 100px;
}

.zy-account-sidebar,
.zy-account-panel {
  padding: 32px;
}

.zy-account-sidebar {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 18px;
}

.zy-account-sidebar nav {
  display: grid;
  gap: 0;
  border-top: 1px solid #e4ddd4;
}

.zy-account-sidebar nav a,
.zy-account-support-card a {
  display: flex;
  min-height: 46px;
  align-items: center;
  color: #14201e;
  border-bottom: 1px solid #e4ddd4;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 180ms ease, padding-left 180ms ease;
}

.zy-account-sidebar nav a.is-active,
.zy-account-sidebar nav a:hover,
.zy-account-sidebar nav a:focus-visible {
  color: #7c6048;
  padding-left: 8px;
}

.zy-account-panel {
  min-height: 420px;
}

.zy-account-panel .woocommerce {
  width: auto !important;
  margin: 0 !important;
}

.zy-account-panel .woocommerce-MyAccount-content,
.zy-account-panel .woocommerce-MyAccount-navigation {
  float: none;
  width: auto;
}

.zy-account-panel .woocommerce-MyAccount-navigation {
  display: none;
}

.zy-account-panel table.shop_table {
  width: 100%;
  border: 1px solid #eee7df;
  border-radius: 0;
}

.zy-account-panel table.shop_table th,
.zy-account-panel table.shop_table td {
  padding: 14px;
  border-color: #eee7df;
}

.zy-account-panel form.login,
.zy-account-panel form.woocommerce-form-login {
  display: grid;
  gap: 14px;
  max-width: 520px;
  margin: 24px 0 0;
  padding: 0;
  border: 0;
}

.zy-account-panel input.input-text,
.zy-account-panel input[type="text"],
.zy-account-panel input[type="email"],
.zy-account-panel input[type="password"] {
  min-height: 46px;
  border: 1px solid #d9d0c7;
  border-radius: 0;
  padding: 10px 12px;
}

.zy-account-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.zy-account-card-grid a {
  display: grid;
  gap: 8px;
  min-height: 140px;
  align-content: end;
  padding: 20px;
  color: #14201e;
  background: #fff;
  border: 1px solid #eee7df;
  text-decoration: none;
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.zy-account-card-grid a:hover,
.zy-account-card-grid a:focus-visible {
  border-color: rgba(128, 97, 74, 0.26);
  box-shadow: 0 18px 46px rgba(17, 28, 25, 0.1);
  transform: translateY(-3px);
}

.zy-account-card-grid strong {
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.zy-account-card-grid span {
  color: #626e69;
  font-size: 13px;
  line-height: 1.55;
}

.zy-footer__main {
  display: grid;
  align-content: space-between;
  min-height: 520px;
  padding: 56px 54px 42px;
  background: #000;
}

.zy-footer__links {
  display: grid;
  grid-template-columns: minmax(220px, 1.05fr) repeat(3, minmax(130px, 0.72fr));
  gap: 34px;
}

.zy-footer__links > div,
.zy-footer__links nav {
  display: grid;
  align-content: start;
  gap: 11px;
}

.zy-footer__brand p,
.zy-footer__newsletter p,
.zy-footer__bottom p {
  margin: 0;
}

.zy-footer__brand p {
  max-width: 320px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 15px;
  line-height: 1.7;
}

.zy-footer__links a,
.zy-footer__text-button {
  color: #fff;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
  line-height: 1.35;
  overflow-wrap: anywhere;
  text-align: left;
  text-decoration: none;
  transition: color 180ms ease, transform 180ms ease;
}

.zy-footer__links a:hover,
.zy-footer__links a:focus-visible,
.zy-footer__text-button:hover,
.zy-footer__text-button:focus-visible {
  color: #d6e7ff;
  outline: 0;
  transform: translateX(3px);
}

.zy-footer__social-row {
  padding-top: 34px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.zy-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.zy-socials a {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 50%;
  color: #fff;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.zy-socials svg {
  width: 18px;
  height: 18px;
}

.zy-socials svg path {
  fill: currentColor;
}

.zy-socials svg rect,
.zy-socials svg circle {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.zy-socials svg rect + path,
.zy-socials svg circle + path {
  fill: currentColor;
  stroke: none;
}

.zy-socials a:hover {
  color: #111c19;
  background: #fff;
  transform: translateY(-2px);
}

.zy-footer__logo {
  width: 150px;
  height: auto;
}

.zy-footer span {
  display: block;
  color: rgba(255, 255, 255, 0.56);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.zy-footer__newsletter {
  display: grid;
  align-items: center;
  min-height: 520px;
  padding: 56px;
  background: #555;
}

.zy-footer__newsletter h2 {
  max-width: 660px;
  margin: 0 0 24px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 3.3vw, 48px);
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1.22;
  text-transform: uppercase;
}

.zy-footer__newsletter p:not(.zy-kicker) {
  max-width: 640px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 16px;
}

.zy-newsletter-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 48px;
  align-items: end;
  width: min(620px, 100%);
  margin-top: 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.72);
}

.zy-newsletter-form label {
  display: grid;
}

.zy-newsletter-form label span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.zy-newsletter-form input {
  min-height: 48px;
  border: 0;
  border-radius: 0;
  color: #fff;
  background: transparent;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
}

.zy-newsletter-form input::placeholder {
  color: rgba(255, 255, 255, 0.62);
}

.zy-newsletter-form input:focus {
  outline: 0;
}

.zy-newsletter-form button {
  min-height: 48px;
  border: 0;
  color: #fff;
  background: transparent;
  cursor: pointer;
  font-size: 24px;
  transition: transform 180ms ease;
}

.zy-newsletter-form button:hover,
.zy-newsletter-form button:focus-visible {
  transform: translateX(4px);
}

.zy-footer__bottom {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: 32px 54px;
  background: #17231f;
}

.zy-footer__selectors,
.zy-payment-icons {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.zy-footer__selectors button {
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #fff;
  background: transparent;
  cursor: pointer;
  font-family: Figtree, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease;
}

.zy-footer__selectors button:hover,
.zy-footer__selectors button:focus-visible {
  color: #17231f;
  background: #fff;
}

.zy-footer__bottom p {
  color: rgba(255, 255, 255, 0.75);
  font-family: Figtree, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.zy-payment-icons {
  justify-content: flex-end;
}

.zy-footer__bottom .zy-payment-icons {
  padding-right: 78px;
}

.zy-payment-icon {
  display: block;
  width: 80px;
  height: 32px;
  flex: 0 0 auto;
  object-fit: contain;
}

.zy-cart-trust .zy-payment-icon {
  width: 74px;
  height: 28px;
}

.zy-note {
  margin: 0;
  color: var(--zy-muted);
}

.zy-offer-tab {
  position: fixed;
  z-index: 80;
  right: 0;
  top: 50%;
  display: grid;
  min-width: 54px;
  min-height: 146px;
  place-items: center;
  padding: 14px 10px;
  color: #111c19;
  background: #fff;
  box-shadow: 0 12px 34px rgba(17, 28, 25, 0.14);
  font-family: Figtree, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  text-orientation: mixed;
  transform: translateY(-50%);
  transition: transform 180ms ease, background 180ms ease;
  writing-mode: vertical-rl;
  border: 0;
  cursor: pointer;
}

.zy-offer-tab:hover {
  background: #fcfaf7;
  transform: translateY(-50%) translateX(-4px);
}

.zy-whatsapp-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 96;
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  color: #fff;
  background: #25d366;
  border-radius: 50%;
  box-shadow: 0 14px 34px rgba(17, 28, 25, 0.22);
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.zy-whatsapp-float:hover {
  background: #1fb85b;
  box-shadow: 0 18px 42px rgba(17, 28, 25, 0.28);
  transform: translateY(-2px);
}

.zy-whatsapp-float svg {
  display: block;
  width: 28px;
  height: 28px;
  fill: currentColor;
}

.zy-newsletter-modal {
  position: fixed;
  z-index: 180;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 260ms ease;
}

.zy-newsletter-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.zy-newsletter-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(17, 28, 25, 0.5);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
}

.zy-newsletter-modal__panel {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(280px, 0.92fr) minmax(320px, 0.88fr);
  width: min(920px, 100%);
  min-height: min(540px, calc(100vh - 48px));
  overflow: hidden;
  background: #fff;
  box-shadow: 0 38px 120px rgba(5, 8, 12, 0.32);
  opacity: 0;
  transform: translateY(22px) scale(0.965);
  transition: opacity 320ms ease, transform 360ms cubic-bezier(0.16, 1, 0.3, 1);
}

.zy-newsletter-modal.is-open .zy-newsletter-modal__panel {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.zy-newsletter-modal__close {
  position: absolute;
  z-index: 2;
  top: 16px;
  right: 16px;
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border: 2px solid var(--zy-blue);
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease;
}

.zy-newsletter-modal__close span {
  grid-area: 1 / 1;
  width: 27px;
  height: 2px;
  background: #14201e;
}

.zy-newsletter-modal__close span:first-child {
  transform: rotate(45deg);
}

.zy-newsletter-modal__close span:last-child {
  transform: rotate(-45deg);
}

.zy-newsletter-modal__close:hover,
.zy-newsletter-modal__close:focus-visible {
  background: #f8f5f1;
  outline: 0;
  transform: rotate(4deg) scale(1.04);
}

.zy-newsletter-modal__image {
  min-height: 420px;
  background-position: center;
  background-size: cover;
}

.zy-newsletter-modal__copy {
  display: grid;
  align-content: center;
  gap: 18px;
  padding: 70px 48px 48px;
}

.zy-newsletter-modal__copy h2 {
  max-width: 360px;
  margin: 0;
  color: #050505;
  font-family: Figtree, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(38px, 4.1vw, 58px);
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.08;
  text-transform: uppercase;
}

.zy-newsletter-modal__copy p {
  margin: 0;
  color: #33413d;
  font-size: 14px;
}

.zy-newsletter-modal__copy small {
  color: #6f7774;
  font-size: 11px;
  line-height: 1.5;
}

.zy-newsletter-form--modal {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  border-bottom: 0;
  margin-top: 4px;
}

.zy-newsletter-form--modal input {
  min-height: 60px;
  padding: 0 16px;
  border: 1px solid #6d7774;
  color: #111c19;
  background: #fff;
  font-family: Figtree, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.zy-newsletter-form--modal input::placeholder {
  color: #7b8581;
}

.zy-newsletter-form--modal button {
  min-height: 60px;
  color: #fff;
  background: #050505;
  font-size: 20px;
  font-weight: 800;
}

.zy-newsletter-form--modal button:hover,
.zy-newsletter-form--modal button:focus-visible {
  transform: translateY(-2px);
}

.zy-cookie-consent {
  position: fixed;
  z-index: 186;
  inset: 0;
  display: grid;
  align-items: end;
  padding: 24px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 260ms ease;
}

.zy-cookie-consent.is-open {
  opacity: 1;
  pointer-events: auto;
}

.zy-cookie-consent__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(17, 28, 25, 0.24);
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
}

.zy-cookie-consent__panel {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px 30px;
  width: min(1040px, 100%);
  margin: 0 auto;
  padding: 28px 34px 26px;
  border: 1px solid rgba(17, 28, 25, 0.14);
  background: rgba(252, 250, 247, 0.96);
  box-shadow: 0 28px 90px rgba(17, 28, 25, 0.22);
  color: #111c19;
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 320ms ease, transform 360ms cubic-bezier(0.16, 1, 0.3, 1);
}

.zy-cookie-consent.is-open .zy-cookie-consent__panel {
  opacity: 1;
  transform: translateY(0);
}

.zy-cookie-consent__intro {
  display: grid;
  gap: 10px;
}

.zy-cookie-consent__intro h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(26px, 2.8vw, 40px);
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.12;
  text-transform: uppercase;
}

.zy-cookie-consent__intro p:not(.zy-kicker),
.zy-cookie-consent__note {
  margin: 0;
  color: #596662;
  font-size: 14px;
  line-height: 1.65;
}

.zy-cookie-consent__actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(150px, auto));
  gap: 10px;
  align-content: end;
  align-items: center;
  justify-content: end;
}

.zy-cookie-consent.is-managing .zy-cookie-consent__actions {
  grid-template-columns: repeat(2, minmax(150px, auto));
}

.zy-cookie-consent__actions .zy-button {
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid #111c19;
  cursor: pointer;
  font-family: Figtree, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.zy-cookie-consent__actions .zy-button:hover,
.zy-cookie-consent__actions .zy-button:focus-visible {
  outline: 0;
  transform: translateY(-2px);
}

.zy-cookie-consent__actions .zy-button--dark {
  color: #fff;
  background: #050505;
}

.zy-cookie-consent__actions .zy-button--dark:hover,
.zy-cookie-consent__actions .zy-button--dark:focus-visible {
  background: #1e2d28;
}

.zy-cookie-consent__actions .zy-button--soft {
  color: #111c19;
  border-color: rgba(17, 28, 25, 0.2);
  background: #fff;
}

.zy-cookie-consent__actions .zy-button--ghost {
  color: #111c19;
  background: transparent;
}

.zy-cookie-save[hidden] {
  display: none;
}

.zy-cookie-consent__prefs {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.zy-cookie-consent__prefs[hidden] {
  display: none;
}

.zy-cookie-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  min-height: 116px;
  padding: 18px;
  border: 1px solid rgba(17, 28, 25, 0.12);
  background: #fff;
  cursor: pointer;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.zy-cookie-row:hover,
.zy-cookie-row:focus-within {
  border-color: rgba(22, 100, 166, 0.44);
  box-shadow: 0 14px 34px rgba(17, 28, 25, 0.09);
  transform: translateY(-2px);
}

.zy-cookie-row.is-locked {
  cursor: default;
}

.zy-cookie-row strong,
.zy-cookie-row em {
  display: block;
}

.zy-cookie-row strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
}

.zy-cookie-row em {
  margin-top: 8px;
  color: #65726e;
  font-size: 13px;
  font-style: normal;
  line-height: 1.55;
}

.zy-cookie-row input {
  appearance: none;
  width: 46px;
  height: 25px;
  border: 1px solid rgba(17, 28, 25, 0.24);
  border-radius: 999px;
  background: #e6e0da;
  cursor: pointer;
  transition: background 180ms ease, border-color 180ms ease;
}

.zy-cookie-row input::before {
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  margin: 2px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 3px 8px rgba(17, 28, 25, 0.18);
  transition: transform 180ms ease;
}

.zy-cookie-row input:checked {
  border-color: var(--zy-blue);
  background: var(--zy-blue);
}

.zy-cookie-row input:checked::before {
  transform: translateX(21px);
}

.zy-cookie-row input:disabled {
  cursor: default;
  opacity: 0.82;
}

.zy-cookie-row input:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 3px rgba(35, 112, 190, 0.22);
}

.zy-cookie-consent__note {
  grid-column: 1 / -1;
  max-width: 720px;
  font-size: 12px;
}

.zy-cookie-consent__close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(17, 28, 25, 0.18);
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.zy-cookie-consent__close span {
  grid-area: 1 / 1;
  width: 18px;
  height: 1.5px;
  background: #111c19;
}

.zy-cookie-consent__close span:first-child {
  transform: rotate(45deg);
}

.zy-cookie-consent__close span:last-child {
  transform: rotate(-45deg);
}

.zy-cookie-consent__close:hover,
.zy-cookie-consent__close:focus-visible {
  outline: 0;
  border-color: var(--zy-blue);
  background: #f8f5f1;
  transform: rotate(4deg) scale(1.05);
}

@media (max-width: 920px) {
  .zy-cookie-consent {
    padding: 16px;
  }

  .zy-cookie-consent__panel {
    grid-template-columns: 1fr;
    padding: 26px 22px 22px;
  }

  .zy-cookie-consent__actions,
  .zy-cookie-consent.is-managing .zy-cookie-consent__actions {
    grid-template-columns: 1fr;
    justify-content: stretch;
  }

  .zy-cookie-consent__prefs {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .zy-cookie-consent {
    padding: 10px;
  }

  .zy-cookie-consent__panel {
    max-height: calc(100vh - 20px);
    overflow: auto;
  }

  .zy-cookie-consent__intro h2 {
    max-width: 260px;
    font-size: 28px;
  }

  .zy-cookie-row {
    min-height: 0;
  }
}

@keyframes zy-fade-up {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes zy-hero-breathe {
  from {
    background-size: 103%;
  }
  to {
    background-size: 108%;
  }
}

@keyframes zy-bounce {
  0%,
  100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(7px);
  }
}

@keyframes zy-header-glass-in {
  from {
    opacity: 0.78;
    transform: translateY(-14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes zy-header-glass-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}

@keyframes zy-mega-item {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes zy-menu-backdrop {
  from {
    opacity: 0;
    -webkit-backdrop-filter: blur(0);
    backdrop-filter: blur(0);
  }
  to {
    opacity: 1;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
  }
}

@keyframes zy-menu-panel {
  from {
    opacity: 0;
    transform: translateY(-14px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .zy-hero .client-wrap,
  .zy-page-hero .client-wrap,
  .zy-section__head,
  .zy-story-panel__copy,
  .zy-menu-grid article,
  .zy-collection-tile,
  .zy-filter-sidebar,
  .zy-native-context__inner,
  .zy-product-accordions,
  .zy-product,
  .zy-editorial-tile,
  .zy-guide-card,
  .zy-pick-card,
  .zy-footer__newsletter > div,
  .zy-category-card,
  .zy-values article,
  body.zy-storefront.single-product main > .wp-block-columns.alignwide,
  body.zy-storefront .woocommerce-cart-form,
  body.zy-storefront form.checkout {
    animation: zy-fade-up 700ms ease both;
  }

  .zy-mobile-menu[open]::before {
    animation: zy-menu-backdrop 240ms ease both;
  }

  .zy-mobile-menu[open] .zy-mobile-menu__panel {
    animation: zy-menu-panel 300ms cubic-bezier(0.22, 1, 0.36, 1) both;
  }

  .zy-nav__item:hover .zy-mega span,
  .zy-nav__item:focus-within .zy-mega span {
    animation: zy-mega-item 260ms ease both;
  }

  .zy-nav__item:hover .zy-mega span:nth-child(2),
  .zy-nav__item:focus-within .zy-mega span:nth-child(2) {
    animation-delay: 35ms;
  }

  .zy-nav__item:hover .zy-mega span:nth-child(3),
  .zy-nav__item:focus-within .zy-mega span:nth-child(3) {
    animation-delay: 70ms;
  }

  .zy-nav__item:hover .zy-mega span:nth-child(4),
  .zy-nav__item:focus-within .zy-mega span:nth-child(4) {
    animation-delay: 105ms;
  }

  .zy-product:nth-child(2),
  .zy-menu-grid article:nth-child(2),
  .zy-editorial-tile:nth-child(2),
  .zy-guide-card:nth-child(2),
  .zy-pick-card:nth-child(2),
  .zy-review-photo:nth-child(2),
  .zy-category-card:nth-child(2) {
    animation-delay: 70ms;
  }

  .zy-product:nth-child(3),
  .zy-menu-grid article:nth-child(3),
  .zy-editorial-tile:nth-child(3),
  .zy-guide-card:nth-child(3),
  .zy-pick-card:nth-child(3),
  .zy-review-photo:nth-child(3),
  .zy-category-card:nth-child(3) {
    animation-delay: 140ms;
  }

  .zy-product:nth-child(4),
  .zy-menu-grid article:nth-child(4),
  .zy-pick-card:nth-child(4),
  .zy-review-photo:nth-child(4),
  .zy-category-card:nth-child(4) {
    animation-delay: 210ms;
  }

  .zy-scroll-cue {
    animation: zy-bounce 1.7s ease-in-out infinite;
  }

  .zy-product:hover .zy-product__media img,
  .zy-collection-tile:hover img,
  body.zy-storefront .woocommerce ul.products li.product:hover img {
    transform: scale(1.045);
  }

  .zy-editorial-tile:hover,
  .zy-category-card:hover {
    filter: saturate(1.05);
    transform: translateY(-5px);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .zy-js .zy-reveal {
    opacity: 0;
    transform: translateY(22px);
    transition:
      opacity 660ms ease,
      transform 660ms cubic-bezier(0.22, 1, 0.36, 1),
      filter 240ms ease,
      box-shadow 240ms ease;
    transition-delay: var(--zy-reveal-delay, 0ms);
    animation: none !important;
  }

  .zy-js .zy-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
  }

  .zy-js .zy-product.zy-reveal.is-visible:hover,
  .zy-js .zy-pick-card.zy-reveal.is-visible:hover,
  .zy-js .zy-guide-card.zy-reveal.is-visible:hover,
  .zy-js .zy-category-card.zy-reveal.is-visible:hover,
  .zy-js .zy-editorial-tile.zy-reveal.is-visible:hover,
  .zy-js .zy-cart-item.zy-reveal.is-visible:hover,
  .zy-js .zy-account-card.zy-reveal.is-visible:hover {
    transform: translateY(-5px);
  }

  .zy-js .zy-pick-card.zy-reveal.is-visible:hover {
    transform: translateY(-7px);
  }

  .zy-js .zy-story-panel__media.zy-reveal.is-visible,
  .zy-js .zy-product-gallery-card.zy-reveal.is-visible {
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 1120px) {
  body.zy-storefront main.client-page,
  body.zy-storefront .client-page,
  body:has(.client-page) main.client-page,
  .client-page {
    padding-top: 64px !important;
  }

  .zy-header {
    grid-template-columns: auto 1fr auto;
    gap: 14px;
    min-height: 64px;
    padding: 0 18px;
  }

  .zy-nav {
    display: none;
  }

  .zy-mobile-menu {
    display: block;
  }

  .zy-actions {
    justify-content: flex-end;
  }

  .zy-mega {
    display: none;
  }
}

@media (max-width: 1280px) {
  .zy-footer {
    grid-template-columns: 1fr;
  }

  .zy-footer__main,
  .zy-footer__newsletter {
    min-height: auto;
  }

  .zy-footer__newsletter {
    padding: 64px 54px;
  }

  .zy-footer__links {
    grid-template-columns: minmax(220px, 1.1fr) repeat(3, minmax(130px, 0.75fr));
  }
}

@media (max-width: 1020px) {

  .zy-category-grid,
  .zy-product-grid,
  .zy-dogs-grid,
  .zy-editorial-grid,
  .zy-guide-grid,
  .zy-check-grid,
  .zy-menu-grid,
  .zy-values .client-wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .zy-story,
  .zy-story-panel {
    grid-template-columns: 1fr;
  }

  .zy-bakery-leather__inner {
    grid-template-columns: 1fr;
  }

  .zy-bakery-leather__media {
    order: -1;
  }

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

  .zy-bakery-story {
    padding: 18px 0 58px;
  }

  .zy-bakery-story__inner {
    gap: 40px;
  }

  .zy-bakery-story__inner::before {
    left: 22px;
  }

  .zy-bakery-story__item,
  .zy-bakery-story__item.is-reverse {
    grid-template-columns: 44px minmax(0, 1fr);
    grid-template-areas:
      "marker media"
      "marker copy";
    gap: 18px 12px;
  }

  .zy-bakery-story__marker {
    align-self: start;
    margin-top: 22px;
  }

  .zy-bakery-story__copy {
    max-width: none;
  }

  .zy-story-panel__copy {
    padding: 48px 28px;
  }

  .zy-picks__stage {
    --zy-edge-fade: clamp(44px, 7vw, 72px);
    width: calc(100vw - 84px);
  }

  .zy-picks__rail {
    justify-content: flex-start;
    width: calc(100% + (var(--zy-edge-fade) * 2));
    margin: 0 calc(var(--zy-edge-fade) * -1);
    padding-left: calc(var(--zy-edge-fade) + 14px);
    padding-right: calc(var(--zy-edge-fade) + 14px);
  }

  .zy-picks-arrow--prev {
    left: -18px;
  }

  .zy-picks-arrow--next {
    right: -18px;
  }

  .zy-pick-card {
    flex-basis: min(250px, 42vw);
  }

  .zy-review-carousel {
    grid-template-columns: minmax(330px, 440px) minmax(0, 1fr);
    gap: 14px;
  }

  .zy-review-card,
  .zy-review-card:first-child,
  .zy-review-card:first-child.is-current {
    width: min(440px, 48vw);
  }

  .zy-review-photo,
  .zy-review-photo.is-current,
  .zy-review-photo.is-near,
  .zy-review-photo.is-tight,
  .zy-review-photo.is-peek {
    width: min(250px, 42vw);
  }

  .zy-review-modal__panel {
    grid-template-columns: 1fr;
    width: min(620px, calc(100vw - 28px));
    max-height: calc(100vh - 40px);
    overflow-y: auto;
  }

  .zy-review-modal__close {
    top: 14px;
    left: 14px;
  }

  .zy-review-modal__media,
  .zy-review-modal__media img {
    min-height: 340px;
  }

  .zy-review-modal__copy {
    padding: 34px 28px 30px;
  }

  .zy-review-modal__topline {
    align-items: flex-start;
  }

  .zy-review-card,
  .zy-review-photo {
    height: 360px;
    min-height: 360px;
    border-radius: 24px;
  }

  .zy-review-card--compact {
    height: 360px;
    min-height: 360px;
    padding-top: 54px;
  }

  .zy-review-text-viewport,
  .zy-review-image-viewport {
    height: 360px;
  }

  .zy-review-photo img {
    height: 100%;
    min-height: 360px;
  }

  .zy-footer {
    grid-template-columns: 1fr;
  }

  .zy-footer__main,
  .zy-footer__newsletter {
    min-height: auto;
  }

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

  .zy-footer__bottom {
    grid-template-columns: 1fr;
  }

  .zy-payment-icons {
    justify-content: flex-start;
  }

  .zy-footer__bottom .zy-payment-icons {
    padding-right: 64px;
  }

  .zy-payment-icon {
    width: 74px;
    height: 28px;
  }

  .zy-collection-page .zy-header--native {
    padding: 0 18px;
  }

  .zy-collection-products__layout {
    grid-template-columns: 184px minmax(0, 1fr);
    gap: 26px;
  }

  .zy-collection-products .zy-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.zy-storefront.single-product main > .wp-block-columns.alignwide,
  body.zy-storefront form.checkout {
    grid-template-columns: 1fr !important;
  }

  body.zy-storefront.single-product main > .wp-block-columns.alignwide .wp-block-column:nth-child(2) {
    position: static;
    max-width: none;
  }

  body.zy-storefront form.checkout #order_review_heading,
  body.zy-storefront form.checkout #order_review {
    grid-column: 1;
  }

  .zy-product-detail,
  .zy-cart-shell,
  .zy-account-shell {
    grid-template-columns: 1fr;
  }

  .zy-product-summary-card,
  .zy-cart-summary-card,
  .zy-account-sidebar {
    position: static;
  }

  .zy-cart-item {
    grid-template-columns: 132px minmax(0, 1fr);
  }

  .zy-cart-item__controls {
    grid-column: 2;
    grid-template-columns: repeat(3, auto);
    justify-content: space-between;
    justify-items: start;
    text-align: left;
    width: 100%;
  }

  .zy-cart-upsell article {
    grid-template-columns: 82px minmax(0, 1fr);
  }

  .zy-cart-upsell img {
    width: 82px;
  }

  .zy-cart-upsell article .zy-upsell-add {
    grid-column: 1 / -1;
    width: 100%;
  }

  .zy-cart-upsell--rail article {
    grid-template-columns: 1fr;
  }

  .zy-cart-upsell--rail img {
    width: 100%;
  }

  .zy-account-card-grid {
    grid-template-columns: 1fr;
  }

  .zy-newsletter-modal__panel {
    grid-template-columns: 1fr;
    max-height: calc(100vh - 48px);
    overflow: auto;
  }

  .zy-newsletter-modal__image {
    min-height: 280px;
  }

  .zy-newsletter-modal__copy {
    padding: 46px 30px 34px;
  }
}

@media (max-width: 680px) {
  .zy-header {
    grid-template-columns: auto 1fr auto;
    padding: 0 12px;
    gap: 8px;
  }

  .zy-actions {
    gap: 8px;
    width: auto;
    min-width: 70px;
  }

  .zy-actions a[aria-label="Search"] {
    display: none;
  }

  .zy-mobile-menu {
    justify-self: center;
  }

  .zy-mobile-menu__panel {
    top: 62px;
    left: 10px;
    right: 10px;
    padding: 15px;
  }

  .zy-hero,
  .zy-page-hero {
    min-height: 520px;
    padding: 110px 0 48px;
  }

  .zy-hero .client-wrap,
  .zy-page-hero .client-wrap {
    width: calc(100% - 36px);
  }

  .zy-hero h1,
  .zy-page-hero h1,
  .zy-about-hero h1 {
    max-width: 320px;
    font-size: 24px;
    letter-spacing: 0.02em;
    overflow-wrap: anywhere;
  }

  .zy-hero p:not(.zy-kicker),
  .zy-page-hero p:not(.zy-kicker),
  .zy-about-hero p {
    font-size: 13px;
  }

  .zy-category-grid,
  .zy-product-grid,
  .zy-dogs-grid,
  .zy-editorial-grid,
  .zy-guide-grid,
  .zy-check-grid,
  .zy-menu-grid,
  .zy-values .client-wrap,
  .zy-footer {
    grid-template-columns: 1fr;
  }

  .zy-bakery-story {
    margin-top: 0;
    padding-bottom: 46px;
  }

  .zy-bakery-top-visual {
    padding: 22px 0 38px;
  }

  .zy-bakery-top-visual__frame {
    width: calc(100% - 28px);
  }

  .zy-bakery-top-visual__frame img {
    height: clamp(240px, 58vw, 380px);
  }

  .zy-bakery-story__inner::before {
    left: 16px;
  }

  .zy-bakery-story__item,
  .zy-bakery-story__item.is-reverse {
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 14px 10px;
  }

  .zy-bakery-story__media img {
    aspect-ratio: 1 / 1;
  }

  .zy-bakery-story__copy h2 {
    font-size: 22px;
  }

  .zy-bakery-story__copy p {
    font-size: 16px;
    line-height: 1.42;
    overflow-wrap: anywhere;
  }

  .zy-bakery-video {
    margin-bottom: 0;
  }

  .zy-bakery-video__media {
    height: clamp(260px, 72vw, 520px);
  }

  .zy-bakery-people {
    padding: 42px 0 58px;
  }

  .zy-bakery-people__inner {
    width: calc(100% - 36px);
  }

  .zy-bakery-people__inner p:not(.zy-bakery-people__kicker) {
    font-size: 15px;
    line-height: 1.56;
  }

  .zy-bakery-leather {
    padding-bottom: 58px;
  }

  .zy-bakery-leather__inner {
    width: calc(100% - 36px);
    gap: 24px;
  }

  .zy-bakery-leather__copy h2,
  .zy-bakery-materials h2 {
    font-size: 23px;
    line-height: 1.12;
  }

  .zy-bakery-leather__copy p,
  .zy-bakery-material-card p {
    font-size: 15px;
  }

  .zy-bakery-materials {
    padding-bottom: 62px;
  }

  .zy-bakery-materials__grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .zy-split,
  .zy-hero__actions,
  .zy-featured-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .zy-story__image {
    min-height: 320px;
  }

  .zy-picks {
    padding: 48px 0 54px;
  }

  .zy-picks__stage {
    --zy-edge-fade: 34px;
    width: calc(100vw - 24px);
  }

  .zy-picks__head {
    text-align: left;
  }

  .zy-picks__head h2 {
    font-size: 23px;
    letter-spacing: 0.04em;
  }

  .zy-picks__rail {
    justify-content: flex-start;
    width: calc(100% + (var(--zy-edge-fade) * 2));
    margin: 0 calc(var(--zy-edge-fade) * -1);
    padding-left: calc(var(--zy-edge-fade) + 12px);
    padding-right: calc(var(--zy-edge-fade) + 12px);
    scrollbar-width: none;
    transform: none;
  }

  .zy-picks-arrow {
    display: none;
  }

  .zy-pick-card {
    flex-basis: min(260px, 78vw);
  }

  .zy-picks__rail::-webkit-scrollbar {
    display: none;
  }

  .zy-pick-card__media img {
    aspect-ratio: 0.9 / 1;
  }

  .zy-review-notes {
    padding: 44px 0 58px;
  }

  .zy-review-notes__inner {
    --zy-edge-fade: 30px;
    width: calc(100% - 28px);
  }

  .zy-review-carousel {
    grid-template-columns: minmax(0, min(300px, 82vw)) minmax(0, min(220px, 62vw));
    gap: 12px;
    padding: 12px 12px 38px;
  }

  .zy-review-card:first-child,
  .zy-review-card:first-child.is-current,
  .zy-review-card:first-child.is-near,
  .zy-review-card:first-child.is-tight,
  .zy-review-card:first-child.is-peek,
  .zy-review-card.is-current {
    width: min(300px, 82vw);
  }

  .zy-review-photo,
  .zy-review-card--compact,
  .zy-review-photo.is-current,
  .zy-review-photo.is-near,
  .zy-review-photo.is-tight,
  .zy-review-photo.is-peek,
  .zy-review-card--compact.is-tight,
  .zy-review-card--compact.is-peek {
    width: min(220px, 62vw);
  }

  .zy-review-card,
  .zy-review-photo {
    height: 330px;
    min-height: 330px;
    border-radius: 22px;
  }

  .zy-review-card {
    gap: 16px;
    padding: 42px 26px 28px;
  }

  .zy-review-card--compact {
    height: 330px;
    min-height: 330px;
    padding-top: 46px;
  }

  .zy-review-text-viewport,
  .zy-review-image-viewport {
    height: 330px;
  }

  .zy-review-card__quote {
    font-size: 62px;
  }

  .zy-review-card p {
    font-size: 18px;
  }

  .zy-review-photo img {
    height: 100%;
    min-height: 330px;
  }

  .zy-review-arrow {
    width: 36px;
    height: 36px;
    font-size: 21px;
  }

  .zy-review-arrow--prev {
    left: -4px;
  }

  .zy-review-arrow--next {
    right: -4px;
  }

  .zy-lifestyle-guides,
  .zy-home-faq {
    padding: 48px 0 54px;
  }

  .zy-guide-head {
    text-align: left;
  }

  .zy-guide-card {
    justify-items: start;
    text-align: left;
  }

  .zy-guide-card p {
    min-height: 0;
  }

  .zy-faq-item summary {
    min-height: 64px;
    font-size: 18px;
  }

  .zy-footer__main,
  .zy-footer__newsletter,
  .zy-footer__bottom {
    padding: 34px 24px;
  }

  .zy-footer__links {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .zy-footer__newsletter h2 {
    font-size: 28px;
    letter-spacing: 0.08em;
  }

  .zy-offer-tab {
    top: auto;
    right: 12px;
    bottom: 12px;
    min-width: 0;
    min-height: 40px;
    padding: 0 13px;
    font-size: 11px;
    writing-mode: horizontal-tb;
    transform: none;
  }

  .zy-whatsapp-float {
    right: 16px;
    bottom: 72px;
    width: 48px;
    height: 48px;
  }

  .zy-whatsapp-float svg {
    width: 26px;
    height: 26px;
  }

  .zy-logo img {
    width: 118px;
  }

  .zy-collection-title {
    padding: 38px 0 44px;
  }

  .zy-collection-title h1 {
    font-size: 30px;
    letter-spacing: 0.14em;
  }

  .zy-breadcrumb {
    margin-bottom: 34px;
  }

  .zy-collection-carousel {
    margin-bottom: 34px;
  }

  .zy-collection-rail {
    width: 100%;
    margin: 0;
    padding-right: 18px;
  }

  .zy-collection-tile {
    flex-basis: 136px;
    font-size: 11px;
  }

  .zy-shop-carousel .zy-collection-tile {
    flex-basis: 136px;
  }

  .zy-collection-tile__image {
    width: 136px;
    height: 136px;
  }

  .zy-shop-carousel .zy-collection-tile > img {
    width: 136px;
    height: 136px;
  }

  .zy-carousel-arrow {
    display: none;
  }

  .zy-collection-toolbar {
    min-height: 52px;
    justify-content: flex-start;
    overflow-x: auto;
    white-space: nowrap;
  }

  .zy-toolbar-button {
    min-width: 130px;
    min-height: 52px;
  }

  .zy-sort-menu summary {
    min-width: 130px;
    min-height: 52px;
  }

  .zy-sort-menu div {
    position: fixed;
    top: 116px;
    left: 14px;
    right: 14px;
    min-width: 0;
  }

  .zy-view-icons {
    padding: 0 14px;
  }

  .zy-collection-products {
    padding-top: 22px;
  }

  .zy-collection-products__layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .zy-filter-sidebar {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    padding-bottom: 6px;
    border-bottom: 1px solid #eee8e3;
    font-size: 12px;
  }

  .zy-filter-sidebar details:not([open]) {
    display: block;
  }

  .zy-collection-products .zy-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 14px;
  }

  .zy-collection-products__layout.zy-view-2 .zy-product-grid,
  .zy-collection-products__layout.zy-view-3 .zy-product-grid,
  .zy-collection-products__layout.zy-view-4 .zy-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .zy-collection-products .zy-product h3 {
    font-size: 13px;
  }

  .zy-quick-add {
    position: static;
    min-height: 34px;
    margin-top: 8px;
    opacity: 1;
    transform: none;
  }

  .zy-product-count {
    text-align: left;
  }

  .zy-toast {
    left: 14px;
    right: auto;
    bottom: 18px;
    max-width: min(330px, calc(100vw - 28px));
  }

  .zy-native-context {
    padding: 28px 0;
  }

  .zy-native-context__inner {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .zy-native-context h1 {
    font-size: 25px;
    letter-spacing: 0.05em;
  }

  body.zy-storefront .wp-site-blocks > main,
  body.zy-storefront .woocommerce,
  body.zy-storefront .wp-block-woocommerce-cart,
  body.zy-storefront .wp-block-woocommerce-checkout,
  body.zy-storefront.single-product main > .wp-block-columns.alignwide,
  body.zy-storefront.single-product .wp-block-woocommerce-product-details,
  body.zy-storefront.single-product .wp-block-woocommerce-product-collection {
    width: calc(100% - 28px) !important;
    margin: 38px auto 64px !important;
  }

  body.zy-storefront.single-product .wp-block-post-title,
  body.zy-storefront div.product .product_title {
    font-size: 30px;
    letter-spacing: 0.05em;
  }

  body.zy-storefront.single-product .wp-block-add-to-cart-form form.cart,
  body.zy-storefront div.product form.cart {
    flex-direction: column;
  }

  body.zy-storefront .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  body.zy-storefront .woocommerce-cart-form {
    overflow-x: auto;
  }

  body.zy-storefront .cart-collaterals .cart_totals,
  body.zy-storefront form.checkout #order_review {
    padding: 18px;
  }

  body.zy-storefront form.checkout {
    gap: 28px;
  }

  .zy-commerce-hero {
    padding: 38px 0 42px;
  }

  .zy-commerce-hero h1 {
    font-size: 29px;
    letter-spacing: 0.05em;
  }

  .zy-commerce-breadcrumb {
    width: calc(100% - 28px);
    margin-top: 28px;
    overflow-x: auto;
    white-space: nowrap;
  }

  .zy-product-detail,
  .zy-cart-shell,
  .zy-account-shell {
    width: calc(100% - 28px);
    padding: 38px 0 64px;
    gap: 24px;
  }

  .zy-product-summary-card,
  .zy-cart-summary-card,
  .zy-cart-empty,
  .zy-account-sidebar,
  .zy-account-panel {
    padding: 24px;
  }

  .zy-product-summary-card h1 {
    font-size: 30px;
  }

  .zy-product-cart-box form.cart {
    grid-template-columns: 1fr;
  }

  .zy-wishlist-row,
  .zy-size-help-row,
  .zy-service-badges,
  .zy-service-badges--compact {
    grid-template-columns: 1fr;
  }

  .zy-product-thumbs {
    grid-template-columns: repeat(4, minmax(56px, 1fr));
    gap: 8px;
  }

  .zy-product-review-card {
    grid-template-columns: 1fr;
  }

  .zy-product-review-card__media img {
    min-height: 230px;
  }

  .zy-commerce-related {
    width: calc(100% - 28px);
    padding-bottom: 64px;
  }

  .zy-cart-main > .zy-cart-upsell {
    padding: 20px;
  }

  .zy-cart-main > .zy-cart-upsell .zy-cart-upsell__items {
    grid-template-columns: 1fr;
  }

  .zy-cart-main > .zy-cart-upsell article {
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 14px;
    min-height: 0;
  }

  .zy-cart-main > .zy-cart-upsell .zy-upsell-add {
    width: 100%;
  }

  .zy-cart-item {
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 14px;
    padding: 14px;
  }

  .zy-cart-upsell article {
    grid-template-columns: 82px minmax(0, 1fr);
  }

  .zy-cart-upsell img {
    width: 82px;
  }

  .zy-cart-upsell--rail article {
    grid-template-columns: 1fr;
  }

  .zy-cart-upsell--rail img {
    width: 100%;
  }

  .zy-upsell-add {
    grid-column: 1 / -1;
  }

  .zy-cart-item__main h2 {
    font-size: 14px;
  }

  .zy-cart-item__main p:not(.zy-kicker) {
    display: none;
  }

  .zy-cart-item__controls {
    grid-column: 1 / -1;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
  }

  .zy-cart-item__controls strong {
    justify-self: end;
  }

  .zy-cart-form__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .zy-cart-form__actions .csk-button-primary,
  .zy-cart-empty__actions .csk-button-primary,
  .zy-cart-empty__actions .zy-link-button {
    justify-content: center;
    width: 100%;
  }

  .zy-account-shell {
    grid-template-columns: 1fr;
  }

  .zy-account-sidebar nav a,
  .zy-account-support-card a {
    min-height: 42px;
  }

  .zy-newsletter-modal {
    padding: 14px;
  }

  .zy-newsletter-modal__panel {
    min-height: 0;
  }

  .zy-newsletter-modal__image {
    min-height: 210px;
  }

  .zy-newsletter-modal__copy h2 {
    font-size: 34px;
  }
}
