.rcb-card img,
.rcb-related img,
.rcb-product > img {
  aspect-ratio: 16 / 9;
}

.cky-btn-revisit-wrapper.cky-revisit-bottom-left {
  left: auto !important;
  right: 15px !important;
}

.rcb-design {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 0 0 110px;
}

.rcb-design > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 35px;
}

.rcb-design article {
  background: #fff;
  border-top: 3px solid #b9a66d;
  padding: 28px;
}

.rcb-design h3 {
  font-size: 1.45rem;
}

.rcb-design p {
  color: #58625d;
}

.rcb-discovery {
  background: #171d19;
  color: #fff;
  padding: 22px clamp(22px, 5vw, 70px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  flex-wrap: wrap;
  position: relative;
  z-index: 5;
}

.rcb-discovery span {
  color: #d0bd7d;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .7rem;
}

.rcb-discovery strong {
  font: 1.2rem Georgia, serif;
}

.rcb-discovery a {
  color: #fff !important;
  text-decoration: underline !important;
}

@media (max-width: 600px) {
  .rcb-discovery {
    padding: 14px 18px;
    gap: 5px 12px;
    text-align: center;
  }

  .rcb-discovery span {
    width: 100%;
  }

  .rcb-discovery strong {
    font-size: 1rem;
  }

  .rcb-discovery a {
    font-size: .82rem;
  }

  .qlwapp .qlwapp__container--bottom-left {
    bottom: calc(76px + env(safe-area-inset-bottom)) !important;
  }

  .rcb {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .rcb-hero-copy,
  .rcb-crumb,
  .rcb-product,
  .rcb-intro,
  .rcb-copy,
  .rcb-collection,
  .rcb-related,
  .rcb-design {
    width: calc(100vw - 32px) !important;
    max-width: calc(100vw - 32px) !important;
    min-width: 0;
  }

  .rcb-product {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .rcb-product > div,
  .rcb-grid > *,
  .rcb-related > div > * {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .rcb h1 {
    font-size: clamp(2.35rem, 11vw, 2.75rem);
    overflow-wrap: break-word;
  }

  .rcb h2 {
    font-size: clamp(2rem, 9vw, 2.55rem);
    overflow-wrap: break-word;
  }

  .rcb p,
  .rcb-crumb,
  .rcb h1,
  .rcb h2,
  .rcb h3 {
    white-space: normal !important;
    overflow-wrap: break-word;
  }

  .rcb-button {
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 52px;
    padding: 12px 18px;
    white-space: normal;
    justify-content: center;
    text-align: center;
    line-height: 1.35;
  }

  .qlwapp .qlwapp__container.qlwapp__container--bottom-left {
    bottom: calc(76px + env(safe-area-inset-bottom, 0px)) !important;
  }

  .rcb-design > div { grid-template-columns: 1fr; }
}
