.over-ons-page header.site-header {
    background: #fff1f1;
}

.over-ons-banner {
  --over-ons-photo-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1588' height='1386' viewBox='0 0 1588 1386'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1497.59 1174.26C1474.41 1205.01 1446.79 1231.31 1415.49 1252.43C1196.25 1400.36 871.031 1427.16 545.53 1324.12C275.868 1238.76 68.1896 1081.1 16.4556 922.485C-24.4934 796.974 11.3286 654.369 120.048 510.086C343.189 213.947 826.203 -36.5292 1095.19 4.40082C1240.15 26.4658 1381.13 167.793 1482 392.156C1594.52 642.42 1642.97 981.31 1497.59 1174.26Z' fill='black'/%3E%3C/svg%3E");
  --over-ons-review-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='463' height='415' viewBox='0 0 463 415'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M183.506 414.995C138.466 414.995 78.143 408.835 46.529 379.488C-2.27503 334.181 -1.63503 239.765 0.904972 201.276C4.85297 141.483 22.565 66.007 60.446 33.498C92.705 5.81005 152.639 -0.00195312 197.237 -0.00195312C280.047 -0.00195312 383.83 21.189 421.964 61.692C479.851 123.173 478.847 311.428 403.839 364.46C356.913 397.636 257.478 414.995 183.506 414.995Z' fill='black'/%3E%3C/svg%3E");
  position: relative;
  overflow: hidden;
  min-height: 630px;
  padding: 42px 0 68px;
  background: #fff1f1;
}

.over-ons-banner .be-container {
  width: min(calc(100% - 154px), 1300px);
  padding-inline: 0;
}
.over-ons-banner__shape--top {
    left: 88px !important;
}
.over-ons-banner__shape--bottom {
    bottom: -30px !important;
}
.over-ons-banner__grid {
  display: grid;
  grid-template-columns: minmax(0, 520px) minmax(0, 680px);
  align-items: center;
  gap: 100px;
}

.over-ons-banner__copy {
  position: relative;
  z-index: 2;
  padding-left: 1px;
}

.over-ons-banner__copy h1 {
  margin: 0 0 7px;
  color: #501f3a;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.1;
}

.over-ons-banner__copy h1 span {
  display: block;
  color: #ff785d;
  background: linear-gradient(90deg, #ff8a59 0%, #ff5f62 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.over-ons-banner__copy > p,
.over-ons-banner__copy > .over-ons-banner__intro {
    max-width: 610px;
    margin: 10px 0 28px;
    color: #644052;
    font-size: 19px;
    font-weight: 300;
    line-height: 1.4;
    margin-right: -20px;
}

.over-ons-banner__copy > .over-ons-banner__intro > :first-child,
.over-ons-banner__copy > .over-ons-banner__intro > :last-child {
  margin: 0;
  color: inherit;
  font: inherit;
  line-height: inherit;
}

.over-ons-banner__facts {
  display: flex;
  width: min(100%, 425px);
  margin: 0 0 38px;
  padding: 0;
}

.over-ons-banner__facts div {
  min-width: 0;
  flex: 1;
  padding: 13px 20px 12px;
  border-left: 1px solid #e7cfd5;
  text-align: center;
}

.over-ons-banner__facts div:last-child {
  border-right: 1px solid #e7cfd5;
}

.over-ons-banner__facts dt {
  color: #501f3a;
  font-size: 27px;
  font-weight: 800;
  line-height: 1;
}

.over-ons-banner__facts dd {
  margin: 5px 0 0;
  color: #694354;
  font-size: 13px;
  line-height: 1.1;
}

.over-ons-banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.over-ons-banner .over-ons-banner__button {
  min-width: 190px;
  min-height: 46px;
  padding: 13px 25px;
  border-radius: 999px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.over-ons-banner__button--orange { background: #ff8959; }
.over-ons-banner__button--plum { background: #9c358f; }

.over-ons-banner__button--orange:hover,
.over-ons-banner__button--orange:focus-visible {
  color: var(--be-white);
  background: var(--be-plum-soft);
  box-shadow: 0 10px 24px rgba(80, 31, 58, 0.14);
}

.over-ons-banner__button--plum:hover,
.over-ons-banner__button--plum:focus-visible {
  color: var(--be-white);
  background: var(--be-coral);
  box-shadow: 0 10px 24px rgba(80, 31, 58, 0.14);
}

/* Match the landing-page heading system throughout this page. */
.over-ons-banner__visual {
  position: relative;
  min-height: 500px;
}

.over-ons-banner__photo {
  position: absolute;
  z-index: 2;
  top: 8px;
  right: 0;
  width: min(100%, 530px);
  aspect-ratio: 1.145 / 1;
  overflow: hidden;
  border-radius: 0;
  -webkit-mask-image: var(--over-ons-photo-mask);
  mask-image: var(--over-ons-photo-mask);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.over-ons-banner__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  transform: scale(1.02);
}

.over-ons-banner__shape {
  position: absolute;
  width: 370px;
  pointer-events: none;
}

.over-ons-banner__shape--top {
  z-index: 1;
  top: 14px;
  left: 0;
  width: 310px;
}

.over-ons-banner__shape--bottom {
  z-index: 1;
  right: -62px;
  bottom: -15px;
  width: 308px;
}

.over-ons-banner__review {
  position: absolute;
  z-index: 3;
  right: 8px;
  bottom: 15px;
  display: flex;
  width: 154px;
  height: 134px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 0;
  color: #fff;
  background: #a13894;
  line-height: 1;
  -webkit-mask-image: var(--over-ons-review-mask);
  mask-image: var(--over-ons-review-mask);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  filter:
    drop-shadow(2px 0 0 #fff)
    drop-shadow(-2px 0 0 #fff)
    drop-shadow(0 2px 0 #fff)
    drop-shadow(0 -2px 0 #fff);
}

.over-ons-banner__review span:first-child { font-size: 13px; font-weight: 750; }
.over-ons-banner__review small { margin-top: 5px; font-size: 11px; }
.over-ons-banner__review strong { margin-top: 8px; font-size: 38px; font-weight: 800; }
.over-ons-banner__review .over-ons-banner__stars {
  width: 86px;
  height: 15px;
  margin-top: 8px;
  overflow: hidden;
  color: transparent;
  font-size: 0;
  background: url("../assets/hero-assets/star-shape.svg") center / contain no-repeat;
}

.over-ons-page .product-zone {
    padding: 60px 0 250px;
	background: #fff;
}
.over-ons-page .reviews {
    background: #fff;
}


@media (max-width: 1200px) {
  .over-ons-banner .be-container { width: min(calc(100% - 120px), 1100px); }
  .over-ons-banner__grid {
    grid-template-columns: minmax(360px, 44%) minmax(0, 1fr);
    gap: 40px;
  }
  .over-ons-banner__copy h1 { font-size: 48px; }
  .over-ons-banner__photo { width: min(100%, 520px); }
}

@media (min-width: 1025px) and (max-width: 1200px) {
  .over-ons-banner__shape--top { left: 48px !important; }
}

@media (max-width: 1024px) {
  .over-ons-banner { padding: 52px 0 60px; }
  .over-ons-banner .be-container { width: min(calc(100% - 60px), 950px); }
  .over-ons-banner__grid { grid-template-columns: 1fr; gap: 34px; }
  .over-ons-banner__copy { max-width: 620px; }
  .over-ons-banner__copy h1 { font-size: 40px; }
  .over-ons-banner__visual { width: min(100%, 620px); margin-inline: auto; }
}

@media (max-width: 767px) {
html, body {
    overflow-x: clip;
}
.over-ons-page .product-zone {
    padding: 60px 0 220px;
}
}

@media (max-width: 600px) {
  .over-ons-banner { min-height: 0; padding: 60px 0 42px; }
  .over-ons-banner .be-container { width: min(calc(100% - 40px), 540px); }
  .over-ons-banner__copy h1 { font-size: 38px; }
    .over-ons-banner__copy > p,
    .over-ons-banner__copy > .over-ons-banner__intro {
        font-size: 18px;
        margin-right: 0px;
    }
  .over-ons-banner__facts { width: 100%; margin-bottom: 28px; }
  .over-ons-banner__facts div { padding-inline: 7px; }
  .over-ons-banner__facts dt { font-size: 23px; }
  .over-ons-banner__facts dd { font-size: 12px; }
  .over-ons-banner__actions { display: grid; }
  .over-ons-banner .over-ons-banner__button { width: 100%; }
  .over-ons-banner__visual { min-height: 340px; }
  .over-ons-banner__photo { top: 15px; width: calc(100% - 8px); }
  .over-ons-banner__shape--top { left: -35px; width: 260px; }
  .over-ons-banner__shape--bottom { right: -60px; width: 250px; }
  .over-ons-banner__review { right: 0; bottom: 0; width: 125px; height: 110px; }
  .over-ons-banner__review strong { font-size: 31px; }
.over-ons-banner__review span:first-child {
    font-size: 12px;
    font-weight: 700;
}
.over-ons-banner__review .over-ons-banner__stars {
    width: 70px;
    height: 10px;
    margin-top: 8px;
}
}
