/* SayoDevice Storefront 3.0 core layout. */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../fonts/instrument-sans-latin.woff2") format("woff2");
}

:root {
  --sayo-rb-ink: #202020;
  --sayo-rb-text: #5f5f5f;
  --sayo-rb-muted: #f4f4f2;
  --sayo-rb-line: #dededb;
  --sayo-rb-yellow: #b7cbc8;
  --sayo-rb-white: #fff;
  --sayo-rb-shell: 1336px;
  --sayo-header-height: 62px;
}

html {
  scroll-behavior: smooth;
}

body.sayo-storefront {
  margin: 0;
  color: var(--sayo-rb-text);
  background: var(--sayo-rb-white);
  font-family: "Instrument Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  overflow-x: clip;
}

body.sayo-storefront *,
body.sayo-storefront *::before,
body.sayo-storefront *::after {
  box-sizing: border-box;
}

body.sayo-storefront h1,
body.sayo-storefront h2,
body.sayo-storefront h3,
body.sayo-storefront h4,
body.sayo-storefront p,
body.sayo-storefront figure {
  margin-top: 0;
  letter-spacing: 0;
}

body.sayo-storefront h1,
body.sayo-storefront h2,
body.sayo-storefront h3,
body.sayo-storefront h4 {
  color: var(--sayo-rb-ink);
  font-weight: 500;
}

body.sayo-storefront a {
  color: inherit;
  text-decoration: none;
}

body.sayo-storefront img,
body.sayo-storefront video {
  max-width: 100%;
  display: block;
}

body.sayo-storefront button,
body.sayo-storefront input,
body.sayo-storefront select,
body.sayo-storefront textarea {
  font: inherit;
  letter-spacing: 0;
}

.dpy8-topbar,
body.sayo-storefront #Header_wrapper,
body.sayo-storefront #Footer,
body.sayo-storefront .mfn-footer-stickymenu {
  display: none !important;
}

.sayo-shell {
  width: min(calc(100% - 104px), var(--sayo-rb-shell));
  margin-inline: auto;
}

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

.sayo-skip-link {
  position: fixed;
  z-index: 70;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  color: #fff;
  background: #111;
  transform: translateY(-160%);
}

.sayo-skip-link:focus {
  transform: translateY(0);
}

.sayo-drawer-overlay {
  position: fixed;
  z-index: 50;
  inset: 0;
  background: rgba(0, 0, 0, 0.42);
}

.sayo-drawer-overlay[hidden] {
  display: none;
}

.sayo-menu-drawer {
  position: fixed;
  z-index: 60;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(90vw, 460px);
  padding: 82px 42px 50px;
  overflow-y: auto;
  color: #222;
  background: #fff;
  transform: translateX(102%);
  transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.sayo-menu-drawer[aria-hidden="false"] {
  transform: translateX(0);
}

body.sayo-menu-is-open {
  overflow: hidden;
}

body.sayo-storefront .sayo-drawer-close {
  position: absolute;
  top: 20px;
  right: 22px;
  width: 42px;
  height: 42px;
  min-width: 42px;
  min-height: 42px;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: #222;
  background: transparent;
  font-size: 30px;
}

.sayo-menu-drawer__eyebrow {
  margin-bottom: 24px;
  color: #888;
  font-size: 11px;
  font-weight: 700;
}

.sayo-menu-drawer nav {
  display: flex;
  flex-direction: column;
}

.sayo-menu-drawer nav a {
  padding: 16px 0;
  border-bottom: 1px solid #e4e4e1;
  color: #222;
  font-size: 25px;
  line-height: 1.2;
}

.sayo-menu-drawer__links {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
}

.sayo-menu-drawer__links a {
  color: #666;
  font-size: 13px;
}

.sayo-announcement {
  position: relative;
  z-index: 20;
  width: 100%;
  height: 43px;
  min-height: 43px;
  display: grid;
  place-items: center;
  color: #fff;
  background: #0a0a0a;
}

.sayo-announcement a {
  width: min(100%, 980px);
  height: 43px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sayo-announcement strong {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}

.sayo-announcement span {
  color: #fff;
  font-size: 18px;
}

.sayo-header {
  position: sticky;
  z-index: 30;
  top: 0;
  width: 100%;
  height: 62px;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.98);
  transition: border-color 180ms ease, transform 260ms ease, box-shadow 180ms ease;
}

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

.sayo-header--compact {
  border-color: #ededeb;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

.sayo-header__inner {
  position: relative;
  width: min(calc(100% - 104px), var(--sayo-rb-shell));
  height: 62px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr) 150px;
  align-items: center;
  gap: 24px;
}

.sayo-logo {
  width: max-content;
  color: #0b0b0b;
}

.sayo-logo span {
  display: block;
  color: #0b0b0b;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}

.sayo-header__categories {
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 38px;
}

.sayo-header__categories > a,
.sayo-nav-item > a {
  height: 62px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #222;
  font-size: 15px;
  font-weight: 400;
  white-space: nowrap;
}

.sayo-header__categories > a::after,
.sayo-nav-item > a::after {
  display: none;
}

.sayo-header__categories > a:hover,
.sayo-nav-item > a:hover {
  color: #777;
}

.sayo-nav-chevron {
  width: 6px;
  height: 6px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform 180ms ease;
}

.sayo-nav-item--mega {
  position: static;
  height: 62px;
}

.sayo-nav-item--mega:hover .sayo-nav-chevron,
.sayo-nav-item--mega:focus-within .sayo-nav-chevron {
  transform: translateY(2px) rotate(225deg);
}

.sayo-mega-menu {
  position: absolute;
  z-index: 20;
  top: 62px;
  right: -52px;
  left: -52px;
  min-height: 330px;
  padding: 30px 52px 38px;
  display: grid;
  grid-template-columns: 220px 260px 260px;
  justify-content: center;
  gap: 28px;
  border-top: 1px solid #efefed;
  background: #fff;
  box-shadow: 0 22px 28px rgba(0, 0, 0, 0.08);
  visibility: hidden;
  opacity: 0;
  transform: translateY(-6px);
  pointer-events: none;
  transition: opacity 180ms ease, transform 220ms ease, visibility 180ms;
}

.sayo-nav-item--mega:hover .sayo-mega-menu,
.sayo-nav-item--mega:focus-within .sayo-mega-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.sayo-mega-menu__links {
  padding-top: 5px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 13px;
}

.sayo-mega-menu__links p {
  margin-bottom: 10px;
  color: #888;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.sayo-mega-menu__links a {
  color: #222;
  font-size: 15px;
}

.sayo-mega-menu__card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  color: #222;
  font-size: 14px;
}

.sayo-mega-menu__card img {
  width: 100%;
  aspect-ratio: 1.4 / 1;
  object-fit: contain;
  background: var(--sayo-rb-muted);
}

.sayo-header__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 3px;
}

body.sayo-storefront .sayo-icon-button,
body.sayo-storefront .sayo-menu-button {
  position: relative;
  width: 42px;
  height: 42px;
  min-width: 42px;
  min-height: 42px;
  padding: 0;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 0;
  color: #1e1e1e;
  background: transparent;
}

.sayo-icon-button img {
  width: 22px;
  height: 22px;
}

.sayo-search-button > span {
  position: relative;
  width: 17px;
  height: 17px;
  display: block;
  border: 1.8px solid currentColor;
  border-radius: 50%;
}

.sayo-search-button > span::after {
  position: absolute;
  right: -5px;
  bottom: -3px;
  width: 7px;
  height: 2px;
  background: currentColor;
  content: "";
  transform: rotate(45deg);
}

.sayo-cart-count {
  position: absolute;
  top: 1px;
  right: 1px;
  min-width: 17px;
  height: 17px;
  padding: 0 4px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: #161616;
  background: var(--sayo-rb-yellow);
  font-size: 9px;
  line-height: 1;
}

.sayo-menu-button {
  display: none !important;
}

.sayo-search-panel {
  position: fixed;
  z-index: 40;
  top: 105px;
  right: 0;
  left: 0;
  min-height: 116px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #e5e5e3;
  background: #fff;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.07);
}

.sayo-search-panel[hidden] {
  display: none;
}

.sayo-search-panel__inner {
  width: min(calc(100% - 104px), 920px);
  min-height: 116px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr 42px;
  align-items: center;
  gap: 22px;
}

.sayo-search-panel form {
  display: grid;
  grid-template-columns: 1fr auto;
  border-bottom: 1px solid #252525;
}

.sayo-search-panel input[type="search"] {
  height: 58px;
  padding: 0;
  border: 0;
  color: #222;
  background: transparent;
  font-size: 24px;
  outline: 0;
}

body.sayo-storefront .sayo-search-panel form button,
body.sayo-storefront .sayo-search-panel__close {
  width: auto;
  min-width: 42px;
  height: 58px;
  min-height: 42px;
  padding: 0 8px;
  border: 0;
  border-radius: 0;
  color: #222;
  background: transparent;
  font-size: 14px;
}

body.sayo-storefront .sayo-search-panel__close {
  font-size: 28px;
}

.sayo-rb-hero {
  position: relative;
  width: 100%;
  height: 640px;
  overflow: hidden;
  background: #f7f7f7;
}

.sayo-rb-hero__track,
.sayo-rb-hero__slide {
  position: absolute;
  inset: 0;
}

.sayo-rb-hero__slide {
  visibility: hidden;
  opacity: 0;
  background: #f6f6f6;
  pointer-events: none;
  transition: opacity 650ms cubic-bezier(0.22, 1, 0.36, 1), visibility 650ms;
}

.sayo-rb-hero__slide--macro {
  background: #f4f2ee;
}

.sayo-rb-hero__slide.is-active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.sayo-rb-hero__slide > img {
  position: absolute;
  z-index: 0;
  top: 2%;
  right: max(4%, calc((100vw - 1380px) / 2));
  width: min(62vw, 780px);
  height: 96%;
  object-fit: contain;
  mix-blend-mode: multiply;
  opacity: 0;
  transform: translate3d(46px, var(--sayo-parallax-y, 0), 0) scale(0.97);
  transition: opacity 500ms ease 80ms, transform 900ms cubic-bezier(0.22, 1, 0.36, 1) 80ms;
}

.sayo-rb-hero__slide--macro > img {
  right: 4%;
  width: min(57vw, 710px);
}

.sayo-rb-hero__slide.is-active > img {
  opacity: 1;
  transform: translate3d(0, var(--sayo-parallax-y, 0), 0) scale(1);
}

.sayo-rb-hero__copy {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: max(52px, calc((100vw - var(--sayo-rb-shell)) / 2));
  width: min(41vw, 500px);
  transform: translateY(calc(-50% + 14px));
  opacity: 0;
  transition: opacity 480ms ease 140ms, transform 700ms cubic-bezier(0.22, 1, 0.36, 1) 140ms;
}

.sayo-rb-hero__slide.is-active .sayo-rb-hero__copy {
  opacity: 1;
  transform: translateY(-50%);
}

.sayo-rb-hero__copy > p {
  margin-bottom: 24px;
  color: #181818;
  font-size: 16px;
  font-weight: 700;
}

.sayo-rb-hero__copy > p span {
  margin-left: 12px;
  font-weight: 400;
}

.sayo-rb-hero__copy h1,
.sayo-rb-hero__copy h2 {
  margin-bottom: 34px;
  color: #171717;
  font-size: 54px;
  font-weight: 500;
  line-height: 1.05;
}

.sayo-rb-hero__copy > a {
  min-width: 176px;
  height: 58px;
  padding: 0 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #171717;
  background: var(--sayo-rb-yellow);
  font-size: 15px;
  font-weight: 600;
  transition: transform 180ms ease, background-color 180ms ease;
}

.sayo-rb-hero__copy > a:hover {
  background: #ffdc68;
  transform: translateY(-2px);
}

.sayo-rb-hero__dots {
  position: absolute;
  z-index: 4;
  right: 52px;
  bottom: 48px;
  display: flex;
  gap: 15px;
}

body.sayo-storefront .sayo-rb-hero__dots button {
  width: 10px;
  height: 10px;
  min-width: 10px;
  min-height: 10px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #8e8e8e;
  opacity: 0.75;
  transition: width 180ms ease, border-radius 180ms ease, background-color 180ms ease;
}

body.sayo-storefront .sayo-rb-hero__dots button.is-active {
  width: 25px;
  border-radius: 99px;
  background: #1d1d1d;
  opacity: 1;
}

.sayo-rb-collections {
  height: 484px;
  padding: 47px 0 52px;
  overflow: hidden;
  background: #fff;
}

.sayo-rb-collections h2,
.sayo-rb-section-head h2 {
  margin-bottom: 40px;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.15;
}

.sayo-rb-collections__track {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 24px;
}

.sayo-rb-collections__track > a {
  position: relative;
  min-width: 0;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 5px;
  background: var(--sayo-rb-muted);
}

.sayo-rb-collections__track img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.sayo-rb-collections__track a:hover img {
  transform: scale(1.045);
}

.sayo-rb-collections__track strong {
  position: absolute;
  right: 10px;
  bottom: 10px;
  left: 10px;
  min-height: 37px;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  color: #202020;
  background: rgba(255, 255, 255, 0.93);
  font-size: 13px;
  font-weight: 500;
  text-align: center;
}

.sayo-rb-product-section {
  min-height: 620px;
  padding: 0 0 72px;
  overflow: hidden;
  background: #fff;
}

.sayo-rb-section-head {
  min-height: 91px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
}

.sayo-rb-section-head h2 {
  margin: 0;
}

.sayo-rb-rail-controls {
  display: flex;
  align-items: center;
  gap: 8px;
}

.sayo-rb-rail-controls > a,
.sayo-rb-section-head > a {
  margin-right: 15px;
  padding-bottom: 2px;
  align-self: center;
  border-bottom: 1px solid #999;
  color: #333;
  font-size: 13px;
}

body.sayo-storefront .sayo-rb-rail-controls button {
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  padding: 0;
  display: grid;
  place-items: center;
  border: 1px solid #d6d6d3;
  border-radius: 50%;
  color: #222;
  background: #fff;
  font-size: 17px;
  transition: color 180ms ease, background-color 180ms ease, opacity 180ms ease;
}

body.sayo-storefront .sayo-rb-rail-controls button:hover {
  color: #fff;
  background: #222;
}

body.sayo-storefront .sayo-rb-rail-controls button:disabled {
  opacity: 0.35;
  cursor: default;
}

.sayo-rb-product-rail,
.sayo-rb-highlights__rail {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  cursor: grab;
}

.sayo-rb-product-rail::-webkit-scrollbar,
.sayo-rb-highlights__rail::-webkit-scrollbar,
.sayo-rb-collections__track::-webkit-scrollbar {
  display: none;
}

.sayo-rb-product-rail.is-dragging,
.sayo-rb-highlights__rail.is-dragging,
.sayo-rb-collections__track.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
  user-select: none;
}

.sayo-rb-product-rail .sayo-product-card {
  flex: 0 0 calc((100% - 72px) / 4);
  min-width: 0;
  scroll-snap-align: start;
}

.sayo-product-card {
  color: #222;
}

.sayo-product-card__visual {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  background: var(--sayo-rb-muted);
}

.sayo-product-card__image {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: var(--sayo-rb-muted);
}

.sayo-product-card__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(0.93);
  transition: opacity 300ms ease, transform 460ms cubic-bezier(0.22, 1, 0.36, 1);
}

.sayo-product-card__image .sayo-product-card__secondary {
  position: absolute;
  inset: 0;
  opacity: 0;
}

.sayo-product-card.has-secondary:hover .sayo-product-card__primary {
  opacity: 0;
  transform: scale(1);
}

.sayo-product-card.has-secondary:hover .sayo-product-card__secondary {
  opacity: 1;
  transform: scale(1);
}

.sayo-product-card:not(.has-secondary):hover .sayo-product-card__primary {
  transform: scale(0.98);
}

.sayo-product-card__badge {
  position: absolute;
  z-index: 3;
  top: 14px;
  left: 14px;
  min-height: 23px;
  padding: 5px 10px;
  border-radius: 999px;
  color: #1f1f1f;
  background: var(--sayo-rb-yellow);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.3;
}

body.sayo-storefront .sayo-product-card__quick-add,
body.sayo-storefront .sayo-product-card__quick-add.button {
  position: absolute;
  z-index: 4;
  right: 14px;
  bottom: 14px;
  left: 14px;
  width: auto;
  height: 48px;
  min-height: 48px;
  margin: 0;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 4px;
  color: #fff;
  background: #202020;
  font-size: 13px;
  font-weight: 600;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 220ms ease, transform 280ms cubic-bezier(0.22, 1, 0.36, 1), background-color 180ms ease;
}

.sayo-product-card:hover .sayo-product-card__quick-add,
.sayo-product-card:focus-within .sayo-product-card__quick-add {
  opacity: 1;
  transform: translateY(0);
}

body.sayo-storefront .sayo-product-card__quick-add:hover,
body.sayo-storefront .sayo-product-card__quick-add.button:hover {
  color: #1c1c1c;
  background: var(--sayo-rb-yellow);
}

.sayo-product-card__body {
  min-height: 132px;
  padding: 17px 1px 0;
}

.sayo-product-card__brand {
  margin-bottom: 6px;
  color: #8b8b8b;
  font-size: 10px;
  font-weight: 600;
}

.sayo-product-card h3 {
  min-height: 24px;
  margin-bottom: 4px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.35;
}

.sayo-product-card__price {
  min-height: 22px;
  margin: 0;
  color: #565656;
  font-size: 13px;
}

.sayo-product-card__price .amount,
.sayo-product-card__price ins {
  color: inherit;
  text-decoration: none;
}

.sayo-product-card__swatches {
  min-height: 16px;
  margin-top: 9px;
  display: flex;
  align-items: center;
  gap: 7px;
}

.sayo-product-card__swatches i {
  width: 11px;
  height: 11px;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  background: var(--sayo-swatch, #efefeb) !important;
}

.sayo-rb-ticker {
  height: 96px;
  overflow: hidden;
  color: #fff;
  background: #111;
}

.sayo-rb-ticker > div {
  width: max-content;
  min-width: 100%;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 50px;
  animation: sayo-rb-ticker 22s linear infinite;
}

.sayo-rb-ticker span {
  font-size: 18px;
  font-weight: 500;
  white-space: nowrap;
}

.sayo-rb-ticker i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--sayo-rb-yellow);
}

@keyframes sayo-rb-ticker {
  0%, 14% { transform: translateX(0); }
  86%, 100% { transform: translateX(-2%); }
}

.sayo-rb-film {
  position: relative;
  height: 744px;
  overflow: hidden;
  color: #fff;
  background: #0c1423;
}

.sayo-rb-film video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sayo-rb-film::after {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  content: "";
}

.sayo-rb-film > div,
.sayo-rb-final > div,
.sayo-rb-hotspot > div,
.sayo-rb-feature-visual > div,
.sayo-rb-detail-visual > div {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: max(52px, calc((100vw - var(--sayo-rb-shell)) / 2));
  transform: translateY(-50%);
}

.sayo-rb-film p,
.sayo-rb-final p,
.sayo-rb-hotspot p,
.sayo-rb-feature-visual > div > p,
.sayo-rb-detail-visual p,
.sayo-rb-look__copy > p {
  margin-bottom: 18px;
  color: inherit;
  font-size: 12px;
  font-weight: 700;
}

.sayo-rb-film h2,
.sayo-rb-final h2,
.sayo-rb-hotspot h2,
.sayo-rb-detail-visual h2 {
  margin-bottom: 28px;
  color: inherit;
  font-size: 54px;
  line-height: 1.05;
}

.sayo-rb-film a,
.sayo-rb-final a {
  padding-bottom: 5px;
  display: inline-flex;
  gap: 14px;
  border-bottom: 1px solid currentColor;
  font-size: 14px;
}

.sayo-rb-look {
  height: 937px;
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(410px, 0.95fr);
  background: #f6f6f4;
}

.sayo-rb-look--reverse {
  grid-template-columns: minmax(410px, 0.95fr) minmax(0, 1.55fr);
}

.sayo-rb-look__media {
  min-width: 0;
  overflow: hidden;
}

.sayo-rb-look__media > img {
  width: 100%;
  height: calc(100% + 60px);
  object-fit: cover;
  transform: translate3d(0, var(--sayo-parallax-y, 0), 0) scale(1.02);
}

.sayo-rb-look__copy {
  padding: 11%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: #222;
  background: #f6f6f4;
}

.sayo-rb-look__copy h2 {
  margin-bottom: 48px;
  font-size: 46px;
  line-height: 1.08;
}

.sayo-rb-look__product {
  padding-top: 24px;
  display: grid;
  grid-template-columns: 128px 1fr;
  align-items: center;
  gap: 22px;
  border-top: 1px solid #d7d7d4;
}

.sayo-rb-look__product img {
  width: 128px;
  height: 128px;
  object-fit: contain;
  background: #fff;
}

.sayo-rb-look__product > div {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 6px;
}

.sayo-rb-look__product strong {
  color: #222;
  font-size: 16px;
}

.sayo-rb-look__product span {
  color: #666;
  font-size: 13px;
}

.sayo-rb-look__product a {
  margin-top: 8px;
  font-size: 13px;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.sayo-rb-platforms {
  height: 337px;
  padding: 70px 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 54px;
  text-align: center;
  background: #fff;
}

.sayo-rb-platforms p {
  margin: 0;
  color: #777;
  font-size: 14px;
}

.sayo-rb-platforms > div {
  width: min(100%, 1120px);
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
  gap: 35px;
}

.sayo-rb-platforms strong {
  color: #252525;
  font-size: 28px;
  font-weight: 500;
}

.sayo-rb-final {
  position: relative;
  height: 839px;
  overflow: hidden;
  color: #fff;
  background: #181818;
}

.sayo-rb-final > img {
  width: 100%;
  height: calc(100% + 70px);
  object-fit: cover;
  filter: brightness(0.72);
  transform: translate3d(0, var(--sayo-parallax-y, 0), 0) scale(1.02);
}

.sayo-footer {
  border-top: 1px solid #dfe2dd;
  color: #565b57;
  background: #f4f5f2;
}

.sayo-footer__newsletter-band {
  padding: clamp(56px, 6vw, 76px) 0;
  border-bottom: 1px solid #d7dbd5;
  background: #e9ece6;
}

.sayo-footer__newsletter {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(380px, 0.9fr);
  align-items: end;
  gap: clamp(56px, 9vw, 150px);
}

.sayo-footer__newsletter-copy h2 {
  max-width: 660px;
  margin: 0;
  color: #1d201e;
  font-size: clamp(40px, 4vw, 58px);
  font-weight: 500;
  line-height: 1.04;
  text-wrap: balance;
}

.sayo-footer__newsletter-signup > p {
  max-width: 460px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.55;
}

.sayo-newsletter__label {
  display: block;
  margin-bottom: 8px;
  color: #343934;
  font-size: 12px;
  font-weight: 600;
}

.sayo-newsletter__form {
  width: 100%;
  height: 58px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 58px;
  border-bottom: 1px solid #222522;
}

.sayo-newsletter__form input {
  width: 100%;
  height: 57px;
  padding: 0 16px 0 0;
  border: 0;
  color: #222522;
  background: transparent;
  outline-offset: 3px;
}

.sayo-newsletter__form input::placeholder {
  color: #777d77;
  opacity: 1;
}

.sayo-newsletter__form:focus-within {
  border-bottom-color: #111411;
  box-shadow: 0 1px 0 #111411;
}

body.sayo-storefront .sayo-newsletter__form button {
  width: 58px;
  height: 57px;
  min-height: 57px;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: #fff;
  background: #222522;
  font-size: 25px;
  transition: background-color 180ms ease, transform 180ms ease;
}

body.sayo-storefront .sayo-newsletter__form button:hover {
  background: #3c423d;
}

body.sayo-storefront .sayo-newsletter__form button:active {
  transform: translateY(1px);
}

.sayo-footer__main {
  padding: 64px 0 54px;
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.6fr);
  gap: clamp(60px, 10vw, 160px);
}

.sayo-footer__brand > a:first-child {
  display: inline-block;
  color: #1d201e;
  font-size: 24px;
  font-weight: 650;
  line-height: 1;
}

.sayo-footer__brand > p {
  max-width: 330px;
  margin: 24px 0 30px;
  color: #626762;
  font-size: 16px;
  line-height: 1.6;
}

.sayo-footer__brand .sayo-footer__brand-link {
  color: #232623;
  font-size: 13px;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

.sayo-footer__links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(34px, 5vw, 68px);
}

.sayo-footer__links nav {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.sayo-footer__links h3 {
  margin-bottom: 12px;
  color: #232623;
  font-size: 12px;
  font-weight: 650;
}

.sayo-footer__links a {
  width: max-content;
  max-width: 100%;
  color: #626762;
  font-size: 14px;
}

.sayo-footer__links a:hover {
  color: #111;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.sayo-footer__bottom {
  padding: 22px 0 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border-top: 1px solid #dfe2dd;
  font-size: 12px;
}

.sayo-footer__bottom p {
  margin: 0;
}

.sayo-footer__payments {
  display: flex;
  align-items: center;
  gap: 8px;
}

.sayo-footer__payments span {
  min-width: 35px;
  height: 22px;
  padding: 0 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #cfd3cd;
  border-radius: 3px;
  color: #333;
  background: #f9faf7;
  font-size: 8px;
  font-weight: 700;
}

/* Catalog */
.sayo-rb-shop__header {
  min-height: 272px;
  padding: 62px 0 0;
  border-bottom: 1px solid #e6e6e3;
  background: #f7f7f5;
}

.sayo-rb-shop__header p {
  margin-bottom: 14px;
  color: #7a7a7a;
  font-size: 11px;
  font-weight: 700;
}

.sayo-rb-shop__header h1 {
  margin-bottom: 46px;
  font-size: 48px;
  line-height: 1.1;
}

.sayo-rb-shop__tabs {
  display: flex;
  gap: 34px;
}

.sayo-rb-shop__tabs a {
  height: 49px;
  display: inline-flex;
  align-items: flex-start;
  border-bottom: 2px solid transparent;
  color: #777;
  font-size: 14px;
}

.sayo-rb-shop__tabs a:hover,
.sayo-rb-shop__tabs a.is-active {
  border-color: #222;
  color: #222;
}

.sayo-rb-shop__body {
  min-height: 720px;
  padding-top: 44px;
  padding-bottom: 100px;
}

.sayo-rb-shop__toolbar {
  min-height: 58px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  color: #777;
  font-size: 13px;
}

.sayo-rb-shop__toolbar .woocommerce-result-count {
  margin: 0;
}

.sayo-rb-shop__sort {
  display: flex;
  align-items: center;
  gap: 10px;
}

.sayo-rb-shop__sort form {
  margin: 0;
}

.sayo-rb-shop__sort select {
  height: 36px;
  padding: 0 34px 0 10px;
  border: 1px solid #d7d7d4;
  border-radius: 3px;
  background: #fff;
  font-size: 13px;
}

.sayo-rb-shop__grid,
.sayo-rb-related .sayo-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 56px 24px;
}

.sayo-rb-shop__grid.sayo-product-grid--count-1 {
  grid-template-columns: minmax(0, 620px);
}

.sayo-rb-shop__grid.sayo-product-grid--count-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sayo-rb-shop__grid.sayo-product-grid--count-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sayo-rb-shop-story {
  min-height: 720px;
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  background: #111;
}

.sayo-rb-shop-story > img {
  width: 100%;
  height: 720px;
  object-fit: cover;
}

.sayo-rb-shop-story > div {
  padding: 12%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: #fff;
}

.sayo-rb-shop-story p {
  margin-bottom: 18px;
  font-size: 11px;
  font-weight: 700;
}

.sayo-rb-shop-story h2 {
  margin-bottom: 34px;
  color: #fff;
  font-size: 48px;
  line-height: 1.06;
}

.sayo-rb-shop-story a {
  width: max-content;
  padding-bottom: 4px;
  border-bottom: 1px solid currentColor;
  font-size: 14px;
}

/* Product purchase section */
.sayo-rb-product-main {
  min-height: 1559px;
  padding: 48px 0 100px;
  background: #fff;
}

.sayo-rb-product-main__grid {
  width: min(calc(100% - 96px), 1168px);
  display: grid;
  grid-template-columns: 672px 448px;
  align-items: start;
  gap: 48px;
}

.sayo-product-gallery,
.sayo-product-gallery .woocommerce-product-gallery {
  width: 672px !important;
  max-width: 672px !important;
  margin: 0 !important;
  float: none !important;
}

.sayo-product-gallery .mfn-product-badges,
.sayo-product-gallery .woocommerce-product-gallery__trigger {
  display: none !important;
}

.sayo-product-gallery .woocommerce-product-gallery__wrapper {
  margin: 0 !important;
}

.sayo-product-gallery .woocommerce-product-gallery__image {
  width: 672px !important;
  min-height: 672px !important;
  display: grid !important;
  place-items: center;
  overflow: hidden;
  border-radius: 5px;
  background: #f4f4f2;
  transition: opacity 220ms ease;
}

.sayo-product-gallery .woocommerce-product-gallery__image a {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
}

.sayo-product-gallery .woocommerce-product-gallery__image img {
  width: 100% !important;
  height: 672px !important;
  padding: 5%;
  object-fit: contain;
}

.sayo-product-gallery.sayo-gallery--switching .woocommerce-product-gallery__image {
  opacity: 0.7;
}

.sayo-product-gallery .flex-control-thumbs {
  margin: 16px 0 0 !important;
  display: flex;
  gap: 10px;
}

.sayo-product-gallery .flex-control-thumbs li {
  width: 64px !important;
  height: 64px;
  border: 1px solid transparent;
  border-radius: 3px;
  overflow: hidden;
  background: #f4f4f2;
  transition: border-color 180ms ease, transform 180ms ease;
}

.sayo-product-gallery .flex-control-thumbs li:hover {
  transform: translateY(-2px);
}

.sayo-product-gallery .flex-control-thumbs img {
  width: 64px !important;
  height: 64px !important;
  padding: 4px;
  object-fit: contain;
}

.sayo-product-gallery .flex-control-thumbs img.flex-active {
  border: 1px solid #222;
  opacity: 1;
}

.sayo-product-summary {
  position: sticky;
  top: 84px;
  width: 448px;
  max-width: 448px;
  padding: 0;
  color: #4e4e4e;
}

.admin-bar .sayo-product-summary {
  top: 116px;
}

.sayo-product-badge {
  width: max-content;
  min-height: 24px;
  margin: 0 0 24px;
  padding: 5px 11px;
  border-radius: 999px;
  color: #181818;
  background: var(--sayo-rb-yellow);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.4;
}

.sayo-product-summary h1 {
  margin-bottom: 24px;
  color: #202020;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.08;
}

.sayo-product-summary__meta {
  min-height: 38px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.sayo-product-summary__range {
  color: #222;
  font-size: 21px;
}

.sayo-product-summary__range .amount,
.sayo-product-summary__range ins {
  color: inherit;
  text-decoration: none;
}

.sayo-product-summary .woocommerce-product-rating {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
}

.sayo-product-summary__promo {
  min-height: 108px;
  margin-bottom: 18px;
  padding: 22px 22px 20px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  background: #111;
}

.sayo-product-summary__promo strong {
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 600;
}

.sayo-product-summary__promo span {
  color: #d5d5d5;
  font-size: 13px;
}

.sayo-product-summary__intro {
  margin-bottom: 20px;
}

.sayo-product-summary .sayo-product-facts {
  padding: 18px 20px;
  color: #4e4e4e;
  background: #f5f5f3;
  font-size: 13px;
}

.sayo-product-summary .sayo-product-facts strong {
  display: block;
  margin-bottom: 7px;
  color: #222;
}

.sayo-product-summary .sayo-product-facts ul {
  margin: 0;
  padding-left: 18px;
}

.sayo-product-summary .sayo-product-facts li + li {
  margin-top: 3px;
}

.sayo-product-summary form.cart {
  margin: 0;
}

.sayo-product-summary .quantity,
.sayo-product-summary .quantity.hidden,
.sayo-product-summary .quantity .quantity-change,
.sayo-product-summary .sayo-quantity-button {
  display: none !important;
}

.sayo-product-summary .variations {
  width: 100%;
  margin: 0 0 18px;
}

.sayo-product-summary .variations tr {
  min-height: 72px;
  display: grid;
  grid-template-columns: 120px 1fr;
  align-items: center;
  border-bottom: 1px solid #e2e2df;
}

.sayo-product-summary .variations th,
.sayo-product-summary .variations td {
  padding: 10px 0 !important;
  border: 0;
  background: transparent;
}

.sayo-product-summary .variations label {
  color: #252525;
  font-size: 13px;
  font-weight: 600;
}

.sayo-product-summary .variations select,
.sayo-product-summary select.mfn-vr-select {
  width: 100%;
  height: 48px;
  margin: 0;
  padding: 0 40px 0 14px;
  border: 1px solid #cfcfcb;
  border-radius: 4px;
  color: #222;
  background-color: #fff;
  font-size: 13px;
}

.sayo-product-summary .sayo-variants-enhanced table.variations,
.sayo-product-summary .sayo-variants-enhanced .mfn-variations-wrapper {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
}

.sayo-variant-picker {
  margin-bottom: 22px;
}

.sayo-variant-picker fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

.sayo-variant-picker fieldset + fieldset {
  margin-top: 18px;
}

.sayo-variant-picker legend {
  width: 100%;
  margin-bottom: 11px;
  color: #292929;
  font-size: 14px;
  font-weight: 500;
}

.sayo-variant-picker__choices {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

body.sayo-storefront .sayo-variant-picker__choices button {
  min-width: 0;
  min-height: 54px;
  padding: 8px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid #d0d0cd;
  border-radius: 4px;
  color: #333;
  background: #fff;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.2;
}

body.sayo-storefront .sayo-variant-picker__choices button.is-selected {
  border-color: #222;
  box-shadow: inset 0 0 0 1px #222;
}

.sayo-variant-picker__choices i {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  border: 1px solid rgba(0, 0, 0, 0.17);
  border-radius: 50%;
  background: var(--sayo-option-color);
}

.sayo-product-summary .single_variation_wrap,
.sayo-product-summary .woocommerce-variation-add-to-cart {
  width: 100%;
}

.sayo-product-summary .woocommerce-variation-price {
  min-height: 34px;
  margin-bottom: 10px;
  color: #222;
  font-size: 18px;
}

body.sayo-storefront .sayo-product-summary .single_add_to_cart_button,
body.sayo-storefront .sayo-product-summary form.cart > .single_add_to_cart_button {
  width: 100% !important;
  height: 60px !important;
  min-height: 60px !important;
  margin: 0 !important;
  padding: 0 24px !important;
  border: 0 !important;
  border-radius: 4px !important;
  color: #fff !important;
  background: #1e1e1e !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  opacity: 1;
}

body.sayo-storefront .sayo-product-summary .single_add_to_cart_button:hover {
  color: #1e1e1e !important;
  background: var(--sayo-rb-yellow) !important;
}

body.sayo-storefront .sayo-product-summary .single_add_to_cart_button.disabled {
  opacity: 0.45;
}

.sayo-rb-purchase-points {
  margin: 24px 0 12px;
  padding: 0;
  display: grid;
  gap: 0;
  list-style: none;
  border-top: 1px solid #e2e2df;
}

.sayo-rb-purchase-points li {
  min-height: 72px;
  display: grid;
  grid-template-columns: 34px 1fr;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #e2e2df;
}

.sayo-rb-purchase-points li > span {
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border: 1px solid #c9c9c6;
  border-radius: 50%;
  color: #222;
  font-size: 12px;
}

.sayo-rb-purchase-points div {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.sayo-rb-purchase-points strong {
  color: #242424;
  font-size: 13px;
  font-weight: 600;
}

.sayo-rb-purchase-points small {
  color: #777;
  font-size: 11px;
}

.sayo-purchase-help details {
  border-bottom: 1px solid #e2e2df;
}

.sayo-purchase-help summary {
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #252525;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  list-style: none;
}

.sayo-purchase-help summary::-webkit-details-marker {
  display: none;
}

.sayo-purchase-help summary::after {
  content: "+";
  font-size: 20px;
  font-weight: 400;
  transition: transform 220ms ease;
}

.sayo-purchase-help details[open] summary::after {
  transform: rotate(45deg);
}

.sayo-purchase-help details p,
.sayo-purchase-help details > div {
  margin: 0;
  padding: 0 0 18px;
  color: #666;
  font-size: 12px;
}

.sayo-rb-share {
  min-height: 54px;
  display: flex;
  align-items: center;
  gap: 18px;
  color: #777;
  font-size: 12px;
}

.sayo-rb-share span {
  color: #222;
  font-weight: 600;
}

body.sayo-storefront .sayo-rb-share button {
  min-width: 0;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: #777;
  background: transparent;
  font-size: 12px;
  font-weight: 400;
}

.sayo-rb-share a:hover,
.sayo-rb-share button:hover {
  color: #222;
  text-decoration: underline;
}

/* Long product story */
.sayo-rb-product-kicker {
  height: 145px;
  display: grid;
  place-items: end center;
  padding-bottom: 28px;
  background: #fff;
}

.sayo-rb-product-kicker p,
.sayo-rb-product-statement > p,
.sayo-rb-rich-text > p,
.sayo-rb-product-model__visual > span,
.sayo-rb-in-box > .sayo-shell > div > p,
.sayo-rb-specs .sayo-product-specs__grid > div:first-child > p,
.sayo-rb-downloads > .sayo-shell > div > p,
.sayo-rb-reviews > .sayo-shell > div > p {
  margin: 0;
  color: #777;
  font-size: 11px;
  font-weight: 700;
}

.sayo-rb-product-statement {
  height: 230px;
  padding: 34px 32px 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  background: #fff;
}

.sayo-rb-product-statement h2 {
  max-width: 900px;
  margin: 0;
  font-size: 42px;
  line-height: 1.12;
}

.sayo-rb-hotspot {
  position: relative;
  height: 1052px;
  overflow: hidden;
  color: #fff;
  background: #111;
}

.sayo-rb-hotspot > img,
.sayo-rb-feature-visual > img,
.sayo-rb-wide-visual > img,
.sayo-rb-detail-visual > img {
  width: 100%;
  height: calc(100% + 70px);
  object-fit: cover;
  transform: translate3d(0, var(--sayo-parallax-y, 0), 0) scale(1.02);
}

.sayo-rb-hotspot::after,
.sayo-rb-detail-visual::after {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.22);
  content: "";
}

.sayo-rb-hotspot > div {
  max-width: 600px;
}

.sayo-rb-hotspot h2 {
  margin: 0;
}

.sayo-rb-highlights {
  height: 719px;
  padding: 70px 0 65px;
  overflow: hidden;
  background: #fff;
}

.sayo-rb-highlights .sayo-rb-section-head {
  min-height: 82px;
}

.sayo-rb-highlights__rail article {
  flex: 0 0 calc((100% - 72px) / 4);
  height: 500px;
  overflow: hidden;
  scroll-snap-align: start;
  border-radius: 5px;
  color: #222;
  background: #f4f4f2;
}

.sayo-rb-highlights__rail article img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  transition: transform 420ms ease;
}

.sayo-rb-highlights__rail article:hover img {
  transform: scale(1.035);
}

.sayo-rb-highlights__rail article > div {
  padding: 22px 24px;
}

.sayo-rb-highlights__rail h3 {
  margin-bottom: 8px;
  font-size: 20px;
}

.sayo-rb-highlights__rail p {
  margin: 0;
  color: #686868;
  font-size: 13px;
  line-height: 1.5;
}

.sayo-rb-rich-text {
  min-height: 399px;
  padding: 70px 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  background: #fff;
}

.sayo-rb-rich-text--lead {
  min-height: 421px;
}

.sayo-rb-rich-text--large {
  min-height: 610px;
  background: #f5f5f3;
}

.sayo-rb-rich-text h2 {
  max-width: 980px;
  margin: 22px 0 28px;
  font-size: 48px;
  line-height: 1.08;
}

.sayo-rb-rich-text > div {
  max-width: 730px;
  color: #686868;
  font-size: 16px;
  line-height: 1.7;
}

.sayo-rb-feature-visual {
  position: relative;
  height: 1168px;
  overflow: hidden;
  color: #fff;
  background: #101724;
}

.sayo-rb-feature-visual::after {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  content: "";
}

.sayo-rb-feature-visual > div {
  max-width: 520px;
}

.sayo-rb-feature-visual h2 {
  margin-bottom: 24px;
  color: #fff;
  font-size: 52px;
  line-height: 1.06;
}

.sayo-rb-feature-visual > div > span {
  display: block;
  color: rgba(255, 255, 255, 0.86);
  font-size: 16px;
  line-height: 1.7;
}

.sayo-rb-stats {
  height: 448px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--sayo-rb-yellow);
}

.sayo-rb-stats > div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 7px;
  text-align: center;
}

.sayo-rb-stats > div + div {
  border-left: 1px solid rgba(0, 0, 0, 0.16);
}

.sayo-rb-stats strong {
  color: #1d1d1d;
  font-size: 46px;
  font-weight: 500;
}

.sayo-rb-stats span {
  color: rgba(0, 0, 0, 0.65);
  font-size: 13px;
}

.sayo-rb-media-copy {
  height: 720px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  background: #fff;
}

.sayo-rb-media-copy > div {
  overflow: hidden;
  background: #f4f4f2;
}

.sayo-rb-media-copy img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

.sayo-rb-media-copy:hover img {
  transform: scale(1.025);
}

.sayo-rb-media-copy article {
  padding: 11%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background: #fff;
}

.sayo-rb-media-copy article > p {
  margin-bottom: 20px;
  color: #777;
  font-size: 11px;
  font-weight: 700;
}

.sayo-rb-media-copy article h2 {
  margin-bottom: 24px;
  font-size: 48px;
  line-height: 1.08;
}

.sayo-rb-media-copy article > span {
  max-width: 550px;
  color: #666;
  font-size: 15px;
  line-height: 1.75;
}

.sayo-rb-wide-visual {
  position: relative;
  height: 707px;
  overflow: hidden;
  background: #f4f4f2;
}

.sayo-rb-wide-visual h2 {
  position: absolute;
  right: 6%;
  bottom: 7%;
  max-width: 620px;
  margin: 0;
  color: #fff;
  font-size: 48px;
  line-height: 1.07;
  text-align: right;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.35);
}

.sayo-rb-three-up {
  min-height: 609px;
  padding: 90px 6%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: #ddd;
}

.sayo-rb-three-up article {
  padding: 11%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background: #fff;
}

.sayo-rb-three-up article > span {
  margin-bottom: 70px;
  color: #999;
  font-size: 12px;
}

.sayo-rb-three-up h3 {
  margin-bottom: 16px;
  font-size: 28px;
}

.sayo-rb-three-up p {
  max-width: 310px;
  margin: 0;
  color: #6a6a6a;
  font-size: 14px;
  line-height: 1.7;
}

.sayo-rb-compare {
  height: 665px;
  padding: 20px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  background: #fff;
}

.sayo-rb-compare figure {
  position: relative;
  height: 625px;
  overflow: hidden;
  background: #f4f4f2;
}

.sayo-rb-compare img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 500ms ease;
}

.sayo-rb-compare figure:hover img {
  transform: scale(1.025);
}

.sayo-rb-compare figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  min-height: 88px;
  padding: 18px 20px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.94);
}

.sayo-rb-compare figcaption strong {
  color: #222;
  font-size: 17px;
  font-weight: 500;
}

.sayo-rb-compare figcaption span {
  color: #707070;
  font-size: 12px;
}

.sayo-rb-detail-visual {
  position: relative;
  height: 787px;
  overflow: hidden;
  color: #fff;
  background: #1a1a1a;
}

.sayo-rb-detail-visual > img {
  object-fit: contain;
  background: #202020;
}

.sayo-rb-detail-visual > div {
  right: max(52px, calc((100vw - var(--sayo-rb-shell)) / 2));
  left: auto;
  text-align: right;
}

.sayo-rb-media-copy--reverse article {
  order: 1;
  color: #fff;
  background: #111;
}

.sayo-rb-media-copy--reverse article h2 {
  color: #fff;
}

.sayo-rb-media-copy--reverse article > p,
.sayo-rb-media-copy--reverse article > span {
  color: rgba(255, 255, 255, 0.76);
}

.sayo-rb-media-copy--reverse > div {
  order: 2;
}

.sayo-rb-three-up--features {
  min-height: 653px;
  background: #f5f5f3;
}

.sayo-rb-product-statement--end {
  height: 253px;
  gap: 22px;
}

.sayo-rb-product-model {
  min-height: 1180px;
  padding: 100px 0;
  background: #f5f5f3;
}

.sayo-rb-product-model > .sayo-shell {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 80px;
}

.sayo-rb-product-model__visual {
  min-height: 850px;
  padding: 50px;
  display: flex;
  flex-direction: column;
  background: #fff;
}

.sayo-rb-product-model__visual h2 {
  margin: 9px 0 10px;
  font-size: 30px;
}

.sayo-rb-product-model__visual img {
  width: 100%;
  height: 690px;
  margin-top: auto;
  object-fit: contain;
}

.sayo-rb-product-model__facts {
  padding: 20px 0;
}

.sayo-rb-product-model__facts > div {
  min-height: 144px;
  padding: 28px 0;
  border-bottom: 1px solid #d6d6d3;
}

.sayo-rb-product-model__facts h3 {
  margin-bottom: 14px;
  font-size: 22px;
}

.sayo-rb-product-model__facts p {
  margin: 0;
  color: #666;
  font-size: 15px;
  line-height: 1.6;
}

.sayo-rb-in-box {
  min-height: 535px;
  padding: 62px 0;
  background: #fff;
}

.sayo-rb-in-box > .sayo-shell {
  height: 411px;
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  align-items: center;
  gap: 50px;
}

.sayo-rb-in-box h2 {
  margin: 12px 0 28px;
  font-size: 38px;
}

.sayo-rb-in-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sayo-rb-in-box li {
  padding: 9px 0;
  border-bottom: 1px solid #e6e6e3;
  color: #666;
  font-size: 14px;
}

.sayo-rb-in-box img {
  width: 100%;
  height: 411px;
  object-fit: contain;
  background: #f5f5f3;
}

.sayo-rb-specs {
  min-height: 978px;
  padding: 100px 0;
  background: #f5f5f3;
}

.sayo-rb-specs .sayo-product-specs__grid {
  display: grid;
  grid-template-columns: 0.62fr 1.38fr;
  gap: 80px;
}

.sayo-rb-specs h2 {
  margin: 14px 0 0;
  font-size: 42px;
}

.sayo-rb-specs table {
  width: 100%;
  border-collapse: collapse;
}

.sayo-rb-specs table th,
.sayo-rb-specs table td {
  padding: 22px 0 !important;
  border: 0 !important;
  border-bottom: 1px solid #d7d7d4 !important;
  background: transparent !important;
  text-align: left;
  vertical-align: top;
}

.sayo-rb-specs table th {
  width: 38%;
  color: #222;
  font-size: 14px;
  font-weight: 600;
}

.sayo-rb-specs table td,
.sayo-rb-specs table td p {
  color: #676767;
  font-size: 14px;
}

.sayo-rb-downloads {
  min-height: 373px;
  padding: 74px 0;
  background: #fff;
}

.sayo-rb-downloads > .sayo-shell {
  display: grid;
  grid-template-columns: 0.7fr 1fr 1fr;
  gap: 24px;
}

.sayo-rb-downloads h2,
.sayo-rb-reviews h2 {
  margin: 12px 0 0;
  font-size: 38px;
}

.sayo-rb-downloads a {
  min-height: 190px;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  border: 1px solid #dededb;
  border-radius: 5px;
  color: #222;
  background: #fff;
  transition: color 180ms ease, background-color 180ms ease;
}

.sayo-rb-downloads a:hover {
  color: #111;
  background: var(--sayo-rb-yellow);
}

.sayo-rb-downloads a strong {
  font-size: 19px;
  font-weight: 500;
}

.sayo-rb-downloads a span {
  font-size: 13px;
}

.sayo-rb-reviews {
  min-height: 254px;
  padding: 62px 0;
  border-top: 1px solid #ededeb;
  background: #fff;
}

.sayo-rb-reviews > .sayo-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.sayo-rb-reviews > .sayo-shell > div:last-child {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}

.sayo-rb-reviews strong {
  color: #222;
  font-size: 28px;
  font-weight: 500;
}

.sayo-rb-reviews span {
  color: #777;
  font-size: 12px;
}

.sayo-rb-related {
  min-height: 620px;
  padding: 80px 0 90px;
  background: #f7f7f5;
}

.sayo-rb-related .sayo-product-card__visual,
.sayo-rb-related .sayo-product-card__image {
  background: #fff;
}

/* Content and WooCommerce utility pages */
.sayo-page-main {
  min-height: 62vh;
  padding: 78px 0 110px;
  background: #fff;
}

.sayo-page-main .sayo-prose {
  width: min(calc(100% - 104px), 1120px);
  max-width: 1120px;
}

.sayo-page-title h1,
.sayo-page-main article > h1 {
  margin-bottom: 54px;
  font-size: 50px;
  line-height: 1.1;
}

.sayo-page-content {
  color: #5f5f5f;
}

.sayo-page-content h2 {
  margin: 52px 0 18px;
  font-size: 32px;
}

.sayo-page-content h3 {
  margin: 38px 0 14px;
  font-size: 23px;
}

.sayo-page-content p,
.sayo-page-content li {
  line-height: 1.75;
}

.sayo-page-content a {
  color: #222;
  text-decoration: underline;
  text-underline-offset: 3px;
}

body.sayo-storefront .woocommerce form .form-row input.input-text,
body.sayo-storefront .woocommerce form .form-row textarea,
body.sayo-storefront .woocommerce form .form-row select,
body.sayo-storefront .select2-container .select2-selection--single {
  min-height: 50px;
  padding: 10px 14px;
  border: 1px solid #d7d7d4;
  border-radius: 4px;
  color: #222;
  background: #fff;
}

body.sayo-storefront .woocommerce table.shop_table {
  border: 1px solid #dededb;
  border-radius: 4px;
  border-collapse: separate;
}

body.sayo-storefront .woocommerce table.shop_table th,
body.sayo-storefront .woocommerce table.shop_table td {
  padding: 18px;
}

body.sayo-storefront .woocommerce-info,
body.sayo-storefront .woocommerce-message,
body.sayo-storefront .woocommerce-error {
  border-top: 3px solid #222;
  background: #f6f6f4;
}

body.sayo-storefront .woocommerce-info::before,
body.sayo-storefront .woocommerce-message::before {
  color: #222;
}

body.sayo-storefront .woocommerce a.button,
body.sayo-storefront .woocommerce button.button,
body.sayo-storefront .woocommerce input.button,
body.sayo-storefront .sayo-button {
  min-height: 50px;
  padding: 14px 24px;
  border: 0;
  border-radius: 4px;
  color: #fff;
  background: #222;
  font-size: 14px;
  font-weight: 600;
}

body.sayo-storefront .woocommerce a.button:hover,
body.sayo-storefront .woocommerce button.button:hover,
body.sayo-storefront .woocommerce input.button:hover,
body.sayo-storefront .sayo-button:hover {
  color: #222;
  background: var(--sayo-rb-yellow);
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 25%;
}

.woocommerce-account .woocommerce-MyAccount-content {
  width: 70%;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #ddd;
}

.woocommerce-account .woocommerce-MyAccount-navigation li {
  border-bottom: 1px solid #ddd;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
  padding: 15px 2px;
  display: block;
}

.sayo-empty-state {
  padding: 90px 20px;
  text-align: center;
}

.sayo-empty-state__code {
  margin: 0;
  color: #222;
  font-size: 86px;
  font-weight: 500;
}

.sayo-motion-ready [data-sayo-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 620ms ease, transform 760ms cubic-bezier(0.22, 1, 0.36, 1);
}

.sayo-motion-ready [data-sayo-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1180px) {
  .sayo-header__inner {
    grid-template-columns: 130px minmax(0, 1fr) 138px;
  }

  .sayo-header__categories {
    gap: 24px;
  }

  .sayo-rb-product-main__grid {
    width: min(calc(100% - 64px), 1010px);
    grid-template-columns: minmax(0, 1.2fr) minmax(380px, 0.85fr);
    gap: 38px;
  }

  .sayo-product-gallery,
  .sayo-product-gallery .woocommerce-product-gallery {
    width: 100% !important;
    max-width: 100% !important;
  }

  .sayo-product-gallery .woocommerce-product-gallery__image {
    width: 100% !important;
    min-height: 0 !important;
    aspect-ratio: 1 / 1;
  }

  .sayo-product-gallery .woocommerce-product-gallery__image img {
    height: auto !important;
    aspect-ratio: 1 / 1;
  }

  .sayo-product-summary {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 980px) {
  .sayo-shell,
  .sayo-header__inner {
    width: calc(100% - 48px);
  }

  .sayo-header__inner {
    grid-template-columns: 110px 1fr;
  }

  .sayo-header__categories {
    display: none;
  }

  .sayo-header__actions {
    grid-column: 2;
  }

  .sayo-menu-button {
    display: grid !important;
  }

  .sayo-menu-button > span:not(.screen-reader-text) {
    position: absolute;
    width: 20px;
    height: 1.5px;
    background: #222;
  }

  .sayo-menu-button > span:nth-child(1) { transform: translateY(-6px); }
  .sayo-menu-button > span:nth-child(3) { transform: translateY(6px); }

  .sayo-rb-collections__track {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .sayo-rb-collections__track > a {
    flex: 0 0 225px;
    scroll-snap-align: start;
  }

  .sayo-rb-product-rail .sayo-product-card,
  .sayo-rb-highlights__rail article {
    flex-basis: calc((100% - 48px) / 3);
  }

  .sayo-rb-look,
  .sayo-rb-look--reverse {
    height: auto;
    min-height: 880px;
    grid-template-columns: 1fr 1fr;
  }

  .sayo-rb-product-main {
    min-height: 1350px;
  }

  .sayo-rb-product-main__grid {
    width: calc(100% - 48px);
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.9fr);
    gap: 30px;
  }

  .sayo-rb-shop__grid,
  .sayo-rb-related .sayo-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  :root {
    --sayo-header-height: 62px;
  }

  body.sayo-storefront {
    padding-bottom: 0;
    font-size: 14px;
  }

  .admin-bar .sayo-header {
    top: 46px;
  }

  .sayo-shell,
  .sayo-header__inner,
  .sayo-page-main .sayo-prose {
    width: calc(100% - 32px);
  }

  .sayo-announcement,
  .sayo-announcement a {
    height: 43px;
    min-height: 43px;
  }

  .sayo-announcement strong {
    max-width: calc(100% - 44px);
    overflow: hidden;
    font-size: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sayo-header--hidden {
    transform: translateY(-100%);
  }

  .sayo-header__inner {
    grid-template-columns: 92px 1fr;
    gap: 8px;
  }

  .sayo-logo span {
    font-size: 27px;
  }

  .sayo-header__actions {
    gap: 0;
  }

  body.sayo-storefront .sayo-icon-button,
  body.sayo-storefront .sayo-menu-button {
    width: 38px;
    height: 38px;
    min-width: 38px;
    min-height: 38px;
  }

  .sayo-search-panel {
    top: 105px;
  }

  .sayo-search-panel__inner {
    width: calc(100% - 32px);
    gap: 8px;
  }

  .sayo-search-panel input[type="search"] {
    font-size: 18px;
  }

  .sayo-menu-drawer {
    width: min(92vw, 390px);
    padding: 76px 28px 46px;
    border-radius: 0;
  }

  .sayo-menu-drawer nav a {
    padding: 14px 0;
    font-size: 21px;
  }

  .sayo-rb-hero {
    height: 600px;
  }

  .sayo-rb-hero__copy {
    top: 45px;
    right: 20px;
    left: 20px;
    width: auto;
    transform: translateY(12px);
  }

  .sayo-rb-hero__slide.is-active .sayo-rb-hero__copy {
    transform: translateY(0);
  }

  .sayo-rb-hero__copy > p {
    margin-bottom: 12px;
    font-size: 12px;
  }

  .sayo-rb-hero__copy h1,
  .sayo-rb-hero__copy h2 {
    max-width: 330px;
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 1.08;
  }

  .sayo-rb-hero__copy > a {
    min-width: 142px;
    height: 48px;
    padding: 0 20px;
    font-size: 13px;
  }

  .sayo-rb-hero__slide > img,
  .sayo-rb-hero__slide--macro > img {
    top: auto;
    right: -24px;
    bottom: 20px;
    width: 112%;
    height: 385px;
  }

  .sayo-rb-hero__slide--macro > img {
    right: -34px;
    width: 118%;
  }

  .sayo-rb-hero__dots {
    right: 20px;
    bottom: 22px;
  }

  .sayo-rb-collections {
    height: 384px;
    padding: 38px 0 44px;
  }

  .sayo-rb-collections h2,
  .sayo-rb-section-head h2 {
    margin-bottom: 26px;
    font-size: 28px;
  }

  .sayo-rb-collections__track {
    gap: 14px;
    margin-right: -16px;
  }

  .sayo-rb-collections__track > a {
    flex-basis: 245px;
  }

  .sayo-rb-product-section {
    min-height: 540px;
    padding-bottom: 56px;
  }

  .sayo-rb-section-head {
    min-height: 76px;
    align-items: flex-start;
  }

  .sayo-rb-rail-controls > a {
    display: none;
  }

  body.sayo-storefront .sayo-rb-rail-controls button {
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
  }

  .sayo-rb-product-rail,
  .sayo-rb-highlights__rail {
    gap: 14px;
    margin-right: -16px;
  }

  .sayo-rb-product-rail .sayo-product-card,
  .sayo-rb-highlights__rail article {
    flex-basis: min(78vw, 310px);
  }

  .sayo-product-card__body {
    min-height: 126px;
  }

  body.sayo-storefront .sayo-product-card__quick-add,
  body.sayo-storefront .sayo-product-card__quick-add.button {
    height: 44px;
    min-height: 44px;
    opacity: 1;
    transform: none;
  }

  .sayo-rb-ticker,
  .sayo-rb-ticker > div {
    height: 78px;
  }

  .sayo-rb-ticker > div {
    justify-content: flex-start;
    padding-left: 24px;
    gap: 28px;
  }

  .sayo-rb-ticker span {
    font-size: 14px;
  }

  .sayo-rb-film {
    height: 620px;
  }

  .sayo-rb-film > div,
  .sayo-rb-final > div,
  .sayo-rb-hotspot > div,
  .sayo-rb-feature-visual > div,
  .sayo-rb-detail-visual > div {
    right: 24px;
    left: 24px;
  }

  .sayo-rb-film h2,
  .sayo-rb-final h2,
  .sayo-rb-hotspot h2,
  .sayo-rb-detail-visual h2 {
    font-size: 38px;
  }

  .sayo-rb-look,
  .sayo-rb-look--reverse {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .sayo-rb-look__media,
  .sayo-rb-look--reverse .sayo-rb-look__media {
    height: 460px;
    order: 1;
  }

  .sayo-rb-look__copy,
  .sayo-rb-look--reverse .sayo-rb-look__copy {
    min-height: 520px;
    padding: 54px 24px;
    order: 2;
  }

  .sayo-rb-look__copy h2 {
    margin-bottom: 34px;
    font-size: 34px;
  }

  .sayo-rb-look__product {
    grid-template-columns: 100px 1fr;
  }

  .sayo-rb-look__product img {
    width: 100px;
    height: 100px;
  }

  .sayo-rb-platforms {
    height: auto;
    min-height: 310px;
    padding: 54px 24px;
    gap: 40px;
  }

  .sayo-rb-platforms > div {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
  }

  .sayo-rb-platforms strong {
    font-size: 22px;
  }

  .sayo-rb-final {
    height: 660px;
  }

  .sayo-footer__newsletter-band {
    padding: 46px 0 50px;
  }

  .sayo-footer__newsletter {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 32px;
  }

  .sayo-footer__newsletter-copy h2 {
    max-width: 560px;
    font-size: clamp(32px, 9vw, 44px);
  }

  .sayo-footer__newsletter-signup > p {
    margin-bottom: 18px;
  }

  .sayo-footer__main {
    padding: 48px 0 40px;
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .sayo-footer__brand > p {
    max-width: 430px;
    margin: 20px 0 24px;
  }

  .sayo-footer__links {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px 20px;
  }

  .sayo-footer__links nav {
    gap: 12px;
  }

  .sayo-footer__links h3 {
    margin-bottom: 8px;
  }

  .sayo-footer__bottom {
    padding: 20px 0 24px;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 16px 24px;
  }

  .sayo-footer__bottom > nav {
    grid-column: 1 / -1;
    order: 3;
  }

  .sayo-footer__payments {
    flex-wrap: wrap;
  }

  .sayo-rb-shop__header {
    min-height: 236px;
    padding-top: 48px;
  }

  .sayo-rb-shop__header h1 {
    margin-bottom: 34px;
    font-size: 38px;
  }

  .sayo-rb-shop__tabs {
    gap: 26px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .sayo-rb-shop__tabs a {
    flex: 0 0 auto;
  }

  .sayo-rb-shop__toolbar {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .sayo-rb-shop__sort {
    width: 100%;
    justify-content: space-between;
  }

  .sayo-rb-shop__grid,
  .sayo-rb-related .sayo-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px 14px;
  }

  .sayo-rb-shop-story {
    grid-template-columns: 1fr;
  }

  .sayo-rb-shop-story > img {
    height: 480px;
  }

  .sayo-rb-shop-story > div {
    min-height: 430px;
    padding: 60px 24px;
  }

  .sayo-rb-shop-story h2 {
    font-size: 36px;
  }

  .sayo-rb-product-main {
    min-height: 0;
    padding: 16px 0 74px;
  }

  .sayo-rb-product-main__grid {
    width: calc(100% - 32px);
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .sayo-product-gallery .flex-control-thumbs {
    overflow-x: auto;
    scrollbar-width: none;
  }

  .sayo-product-summary {
    position: static;
    width: 100%;
    max-width: 100%;
  }

  .sayo-product-badge {
    margin-bottom: 16px;
  }

  .sayo-product-summary h1 {
    margin-bottom: 18px;
    font-size: 32px;
  }

  .sayo-product-summary__promo {
    min-height: 98px;
  }

  .sayo-variant-picker__choices {
    grid-template-columns: 1fr;
  }

  body.sayo-storefront .sayo-variant-picker__choices button {
    justify-content: flex-start;
  }

  .sayo-rb-product-kicker {
    height: 100px;
    padding-bottom: 22px;
  }

  .sayo-rb-product-statement {
    height: auto;
    min-height: 200px;
    padding: 42px 24px 56px;
  }

  .sayo-rb-product-statement h2 {
    font-size: 32px;
  }

  .sayo-rb-hotspot {
    height: 650px;
  }

  .sayo-rb-hotspot > img,
  .sayo-rb-feature-visual > img,
  .sayo-rb-wide-visual > img,
  .sayo-rb-detail-visual > img {
    height: calc(100% + 45px);
  }

  .sayo-rb-highlights {
    height: 640px;
    padding: 54px 0;
  }

  .sayo-rb-highlights .sayo-rb-section-head {
    min-height: 72px;
  }

  .sayo-rb-highlights__rail article {
    height: 470px;
  }

  .sayo-rb-highlights__rail article img {
    height: 325px;
  }

  .sayo-rb-rich-text,
  .sayo-rb-rich-text--lead,
  .sayo-rb-rich-text--large {
    min-height: 340px;
    padding: 62px 24px;
  }

  .sayo-rb-rich-text--large {
    min-height: 430px;
  }

  .sayo-rb-rich-text h2 {
    font-size: 34px;
  }

  .sayo-rb-rich-text > div {
    font-size: 14px;
  }

  .sayo-rb-feature-visual {
    height: 700px;
  }

  .sayo-rb-feature-visual h2 {
    font-size: 37px;
  }

  .sayo-rb-feature-visual > div > span {
    font-size: 14px;
  }

  .sayo-rb-stats {
    height: auto;
    grid-template-columns: repeat(2, 1fr);
  }

  .sayo-rb-stats > div {
    min-height: 190px;
  }

  .sayo-rb-stats > div:nth-child(3) {
    border-left: 0;
  }

  .sayo-rb-stats > div:nth-child(n+3) {
    border-top: 1px solid rgba(0, 0, 0, 0.16);
  }

  .sayo-rb-stats strong {
    font-size: 35px;
  }

  .sayo-rb-media-copy,
  .sayo-rb-media-copy--reverse {
    height: auto;
    grid-template-columns: 1fr;
  }

  .sayo-rb-media-copy > div,
  .sayo-rb-media-copy--reverse > div {
    height: 470px;
    order: 1;
  }

  .sayo-rb-media-copy article,
  .sayo-rb-media-copy--reverse article {
    min-height: 430px;
    padding: 58px 24px;
    order: 2;
  }

  .sayo-rb-media-copy article h2 {
    font-size: 36px;
  }

  .sayo-rb-wide-visual {
    height: 600px;
  }

  .sayo-rb-wide-visual h2 {
    right: 24px;
    bottom: 34px;
    left: 24px;
    font-size: 34px;
    text-align: left;
  }

  .sayo-rb-three-up,
  .sayo-rb-three-up--features {
    min-height: 0;
    padding: 0;
    grid-template-columns: 1fr;
    gap: 1px;
  }

  .sayo-rb-three-up article {
    min-height: 320px;
    padding: 48px 24px;
  }

  .sayo-rb-three-up article > span {
    margin-bottom: 50px;
  }

  .sayo-rb-compare {
    height: auto;
    padding: 12px;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .sayo-rb-compare figure {
    height: 520px;
  }

  .sayo-rb-detail-visual {
    height: 600px;
  }

  .sayo-rb-detail-visual > div {
    text-align: left;
  }

  .sayo-rb-product-model {
    min-height: 0;
    padding: 64px 0;
  }

  .sayo-rb-product-model > .sayo-shell {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .sayo-rb-product-model__visual {
    min-height: 540px;
    padding: 28px;
  }

  .sayo-rb-product-model__visual img {
    height: 400px;
  }

  .sayo-rb-product-model__facts > div {
    min-height: 122px;
  }

  .sayo-rb-in-box {
    min-height: 0;
  }

  .sayo-rb-in-box > .sayo-shell {
    height: auto;
    grid-template-columns: 1fr;
  }

  .sayo-rb-in-box img {
    height: auto;
    aspect-ratio: 1 / 1;
    order: -1;
  }

  .sayo-rb-specs {
    min-height: 0;
    padding: 70px 0;
  }

  .sayo-rb-specs .sayo-product-specs__grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .sayo-rb-specs h2 {
    font-size: 36px;
  }

  .sayo-rb-specs table th,
  .sayo-rb-specs table td {
    display: block;
    width: 100%;
  }

  .sayo-rb-specs table th {
    padding-bottom: 4px !important;
    border-bottom: 0 !important;
  }

  .sayo-rb-specs table td {
    padding-top: 4px !important;
  }

  .sayo-rb-downloads {
    padding: 62px 0;
  }

  .sayo-rb-downloads > .sayo-shell {
    grid-template-columns: 1fr;
  }

  .sayo-rb-downloads > .sayo-shell > div {
    margin-bottom: 20px;
  }

  .sayo-rb-downloads a {
    min-height: 150px;
  }

  .sayo-rb-reviews > .sayo-shell {
    align-items: flex-start;
    flex-direction: column;
  }

  .sayo-rb-reviews > .sayo-shell > div:last-child {
    align-items: flex-start;
  }

  .sayo-rb-related {
    min-height: 0;
    padding: 62px 0;
  }

  .sayo-page-main {
    padding: 58px 0 80px;
  }

  .sayo-page-title h1,
  .sayo-page-main article > h1 {
    margin-bottom: 38px;
    font-size: 38px;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation,
  .woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
    float: none;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation {
    margin-bottom: 40px;
  }
}

@media (max-width: 420px) {
  .sayo-header__inner {
    grid-template-columns: 76px 1fr;
  }

  .sayo-logo span {
    font-size: 24px;
  }

  body.sayo-storefront .sayo-icon-button,
  body.sayo-storefront .sayo-menu-button {
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
  }

  .sayo-rb-hero__copy h1,
  .sayo-rb-hero__copy h2 {
    font-size: 33px;
  }

  .sayo-footer__links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 20px;
  }

  .sayo-footer__links nav:last-child {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sayo-footer__links nav:last-child h3 {
    grid-column: 1 / -1;
  }

  .sayo-rb-shop__grid,
  .sayo-rb-related .sayo-product-grid {
    grid-template-columns: 1fr;
  }

  .sayo-product-card h3 {
    min-height: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
