
@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap";

@keyframes op-arrive {
  from {
    transform: scale(1.05);
  }

  to {
    transform: scale(1);
  }
}

#onlybaie-perspective {
  --op-red: #d81f26;
  --op-ink: #161714;
  --op-paper: #f7f6f2;
  --op-line: #dedfd7;
  --op-motion: 1;
  background: var(--op-paper);
  color: var(--op-ink);
  isolation: isolate;
  width: 100%;
  font-family: DM Sans, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  overflow: clip;
}

#onlybaie-perspective * {
  box-sizing: border-box;
}

#onlybaie-perspective h1, #onlybaie-perspective h2, #onlybaie-perspective h3, #onlybaie-perspective p {
  margin: 0;
}

#onlybaie-perspective h1, #onlybaie-perspective h2, #onlybaie-perspective h3 {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 500;
}

#onlybaie-perspective a {
  color: inherit;
  text-decoration: none;
}

#onlybaie-perspective button, #onlybaie-perspective input, #onlybaie-perspective select {
  font: inherit;
  color: inherit;
}

#onlybaie-perspective button {
  cursor: pointer;
}

#onlybaie-perspective button:disabled {
  cursor: default;
  opacity: .65;
}

#onlybaie-perspective img {
  object-fit: cover;
  width: 100%;
  display: block;
}

#onlybaie-perspective [hidden] {
  display: none !important;
}

#onlybaie-perspective .op-shell {
  padding-inline: clamp(20px, 4vw, 80px);
}

#onlybaie-perspective .op-kicker {
  letter-spacing: .14em;
  text-transform: uppercase;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 600;
  display: flex;
}

#onlybaie-perspective .op-kicker:before {
  content: "";
  background: var(--op-red);
  border-radius: 50%;
  flex-shrink: 0;
  width: 6px;
  height: 6px;
}

#onlybaie-perspective .op-button {
  background: var(--op-red);
  border: 1px solid var(--op-red);
  color: #fff;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  min-height: 52px;
  padding: 15px 23px;
  font-size: 13px;
  font-weight: 600;
  transition: background .2s, transform .2s;
  display: inline-flex;
}

#onlybaie-perspective .op-button:hover {
  background: #b4171c;
  transform: translateY(-2px);
}

#onlybaie-perspective .op-button.op-dark {
  background: var(--op-ink);
  border-color: var(--op-ink);
}

#onlybaie-perspective .op-text-link {
  background: none;
  border: 0;
  border-bottom: 1px solid;
  align-items: center;
  gap: 25px;
  padding: 7px 0;
  font-size: 13px;
  font-weight: 500;
  display: inline-flex;
}

#onlybaie-perspective .op-arrow {
  font-family: Arial, sans-serif;
  font-size: 22px;
  line-height: 1;
  transition: transform .2s;
}

#onlybaie-perspective button:hover .op-arrow, #onlybaie-perspective a:hover .op-arrow {
  transform: translateX(4px);
}

#onlybaie-perspective .op-top {
  background: var(--op-ink);
  color: #f7f6f2;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  min-height: 31px;
  font-size: 11px;
  display: flex;
}

#onlybaie-perspective .op-top-right {
  align-items: center;
  gap: 25px;
  display: flex;
}

#onlybaie-perspective .op-header {
  z-index: 30;
  background: #fff;
  position: relative;
}

#onlybaie-perspective .op-head {
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  min-height: 90px;
  display: flex;
}

#onlybaie-perspective .op-logo {
  flex: 0 0 182px;
}

#onlybaie-perspective .op-logo img {
  object-fit: contain;
}

#onlybaie-perspective .op-search {
  border-bottom: 1px solid #b5b7af;
  flex: 1;
  align-items: center;
  max-width: 425px;
  display: flex;
}

#onlybaie-perspective .op-search input {
  background: none;
  border: 0;
  flex: 1;
  min-width: 0;
  padding: 13px 0;
  font-size: 12px;
}

#onlybaie-perspective .op-search button {
  background: none;
  border: 0;
  padding: 12px;
  font-size: 13px;
}

#onlybaie-perspective .op-head-tools {
  flex-shrink: 0;
  align-items: center;
  gap: 24px;
  display: flex;
}

#onlybaie-perspective .op-phone small {
  color: #696c62;
  font-size: 10px;
  display: block;
}

#onlybaie-perspective .op-phone strong {
  letter-spacing: -.03em;
  font-size: 17px;
  font-weight: 500;
}

#onlybaie-perspective .op-tool {
  white-space: nowrap;
  background: none;
  border: 0;
  padding: 10px 0;
  font-size: 12px;
}

#onlybaie-perspective .op-tool span {
  background: #eeeae3;
  border-radius: 50%;
  place-items: center;
  min-width: 22px;
  min-height: 22px;
  margin-left: 4px;
  font-size: 10px;
  display: inline-grid;
}

#onlybaie-perspective .op-menu-toggle {
  display: none;
}

#onlybaie-perspective .op-nav {
  border-top: 1px solid #efeee9;
  justify-content: space-between;
  align-items: stretch;
  gap: 20px;
  min-height: 50px;
  display: flex;
}

#onlybaie-perspective .op-nav > button, #onlybaie-perspective .op-nav > a {
  white-space: nowrap;
  background: none;
  border: 0;
  padding: 14px 0;
  font-size: 12px;
  font-weight: 500;
}

#onlybaie-perspective .op-nav > button:after {
  content: "⌄";
  color: #8b8d82;
  margin-left: 12px;
}

#onlybaie-perspective .op-nav > button[aria-expanded="true"] {
  color: var(--op-red);
  box-shadow: inset 0 -2px var(--op-red);
}

#onlybaie-perspective .op-nav .op-nav-help {
  color: var(--op-red);
}

#onlybaie-perspective .op-mega {
  background: #fff;
  border-top: 1px solid #eee;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  box-shadow: 0 25px 35px #0003;
}

#onlybaie-perspective .op-mega-content {
  grid-template-columns: 1.1fr 1fr 1fr 1.1fr;
  gap: 30px;
  padding-block: 30px;
  display: grid;
}

#onlybaie-perspective .op-mega h2 {
  letter-spacing: -.05em;
  margin: 18px 0;
  font-size: 34px;
  line-height: 1.1;
}

#onlybaie-perspective .op-mega-intro p {
  color: #686b62;
  max-width: 240px;
  margin-bottom: 20px;
  font-size: 13px;
}

#onlybaie-perspective .op-menu-label {
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #74776c;
  margin-bottom: 14px;
  font-size: 10px;
}

#onlybaie-perspective .op-model-list {
  flex-direction: column;
  gap: 2px;
  display: flex;
}

#onlybaie-perspective .op-model-list button {
  text-align: left;
  background: none;
  border: 0;
  border-bottom: 1px solid #eeeee7;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 0;
  font-size: 13px;
  display: flex;
}

#onlybaie-perspective .op-model-list button:hover {
  color: var(--op-red);
}

#onlybaie-perspective .op-range {
  border-bottom: 1px solid #eeeee7;
  margin-bottom: 14px;
  padding-bottom: 12px;
}

#onlybaie-perspective .op-range b {
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 500;
  display: block;
}

#onlybaie-perspective .op-range p {
  color: #686b62;
  font-size: 12px;
}

#onlybaie-perspective .op-menu-photo {
  color: #fff;
  min-height: 285px;
  position: relative;
  overflow: hidden;
}

#onlybaie-perspective .op-menu-photo img {
  height: 100%;
  position: absolute;
  inset: 0;
}

#onlybaie-perspective .op-menu-photo:after {
  content: "";
  background: linear-gradient(#0000 40%, #0009);
  position: absolute;
  inset: 0;
}

#onlybaie-perspective .op-menu-photo span {
  z-index: 1;
  letter-spacing: -.04em;
  font-size: 22px;
  line-height: 1.15;
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
}

#onlybaie-perspective .op-menu-bottom {
  background: #f6f5f1;
  justify-content: space-between;
  gap: 20px;
  padding-block: 12px;
  font-size: 12px;
  display: flex;
}

#onlybaie-perspective .op-menu-close {
  background: none;
  border: 0;
  padding: 4px 0;
  font-size: 12px;
}

#onlybaie-perspective .op-hero {
  color: #fff;
  background: #655c48;
  align-items: center;
  min-height: 650px;
  display: flex;
  position: relative;
  overflow: hidden;
}

#onlybaie-perspective .op-hero-image {
  object-position: center 57%;
  height: 100%;
  animation: 1.8s ease-out both op-arrive;
  position: absolute;
  inset: 0;
}

#onlybaie-perspective .op-hero:after {
  content: "";
  pointer-events: none;
  background: linear-gradient(90deg, #14170f99, #14170f55 34%, #0000 66%), linear-gradient(0deg, #12191060, #0000 35%);
  position: absolute;
  inset: 0;
}

#onlybaie-perspective .op-hero-content {
  z-index: 1;
  max-width: 900px;
  padding-block: 65px 125px;
  position: relative;
}

#onlybaie-perspective .op-hero .op-kicker {
  color: #ffffffd4;
}

#onlybaie-perspective .op-hero h1 {
  letter-spacing: -.04em;
  margin: 26px 0 24px;
  font-size: clamp(66px, 6.8vw, 116px);
  font-weight: 500;
  line-height: 1.02;
}

#onlybaie-perspective .op-hero h1 em {
  font-style: normal;
  font-weight: 400;
}

#onlybaie-perspective .op-hero-content > p {
  color: #f6f5ed;
  max-width: 365px;
  margin-bottom: 29px;
  font-size: 16px;
  line-height: 1.6;
}

#onlybaie-perspective .op-hero-actions {
  flex-wrap: wrap;
  align-items: center;
  gap: 26px;
  display: flex;
}

#onlybaie-perspective .op-hero-bottom {
  z-index: 2;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
  display: flex;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}

#onlybaie-perspective .op-hero-caption {
  text-transform: uppercase;
  letter-spacing: .15em;
  color: #fff;
  align-items: center;
  gap: 15px;
  font-size: 10px;
  display: flex;
}

#onlybaie-perspective .op-hero-caption:before {
  content: "";
  background: #fff;
  width: 45px;
  height: 1px;
}

#onlybaie-perspective .op-hero-product {
  width: 275px;
  color: var(--op-ink);
  background: #fff;
  grid-template-columns: 1fr auto;
  gap: 5px 15px;
  padding: 22px 23px;
  display: grid;
  box-shadow: 0 12px 35px #0002;
}

#onlybaie-perspective .op-hero-product small {
  text-transform: uppercase;
  letter-spacing: .09em;
  color: #76776d;
  grid-column: 1 / -1;
  font-size: 10px;
}

#onlybaie-perspective .op-hero-product strong {
  grid-column: 1 / -1;
  font-size: 16px;
  font-weight: 500;
}

#onlybaie-perspective .op-hero-price {
  letter-spacing: -.06em;
  align-self: end;
  margin-top: 9px;
  font-size: 29px;
}

#onlybaie-perspective .op-hero-price span {
  letter-spacing: 0;
  font-size: 10px;
}

#onlybaie-perspective .op-round {
  background: none;
  border: 1px solid #cccfc3;
  border-radius: 50%;
  align-self: end;
  width: 44px;
  height: 44px;
}

#onlybaie-perspective .op-proof {
  border-bottom: 1px solid var(--op-line);
  background: #fff;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  padding-block: 25px;
  display: grid;
}

#onlybaie-perspective .op-proof-item {
  align-items: center;
  gap: 14px;
  display: flex;
}

#onlybaie-perspective .op-proof-number {
  color: var(--op-red);
  border: 1px solid #e3e4dc;
  border-radius: 50%;
  place-items: center;
  min-width: 33px;
  height: 33px;
  font-size: 11px;
  display: grid;
}

#onlybaie-perspective .op-proof strong {
  font-size: 12px;
  font-weight: 500;
  display: block;
}

#onlybaie-perspective .op-proof small {
  color: #6b6e63;
  font-size: 11px;
}

#onlybaie-perspective .op-section {
  padding-block: 78px;
}

#onlybaie-perspective .op-section-head {
  justify-content: space-between;
  align-items: end;
  gap: 30px;
  margin: 18px 0 35px;
  display: flex;
}

#onlybaie-perspective .op-section h2 {
  letter-spacing: -.035em;
  max-width: 760px;
  font-size: clamp(34px, 3.2vw, 56px);
  line-height: 1.12;
}

#onlybaie-perspective .op-section-head p {
  color: #676a60;
  max-width: 310px;
  font-size: 13px;
  line-height: 1.7;
}

#onlybaie-perspective .op-filter-row {
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 28px;
  display: flex;
}

#onlybaie-perspective .op-filter-row button {
  background: none;
  border: 1px solid #d5d7cd;
  border-radius: 30px;
  min-height: 38px;
  padding: 9px 16px;
  font-size: 12px;
}

#onlybaie-perspective .op-filter-row button[aria-pressed="true"] {
  background: var(--op-ink);
  color: #fff;
  border-color: var(--op-ink);
}

#onlybaie-perspective .op-products {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  display: grid;
}

#onlybaie-perspective .op-product {
  min-width: 0;
}

#onlybaie-perspective .op-products.op-filtered {
  grid-template-columns: 1fr;
}

#onlybaie-perspective .op-products.op-filtered .op-product {
  background: #eeede6;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: clamp(24px, 5vw, 70px);
  display: grid;
}

#onlybaie-perspective .op-products.op-filtered .op-product-visual {
  aspect-ratio: 4 / 3;
  max-height: 420px;
}

#onlybaie-perspective .op-products.op-filtered .op-product-info {
  padding: 30px 40px 30px 0;
}

#onlybaie-perspective .op-products.op-filtered .op-product-info h3 {
  margin-block: 15px;
  font-size: clamp(24px, 3vw, 44px);
  line-height: 1.15;
}

#onlybaie-perspective .op-products.op-filtered .op-product-info p {
  font-size: 14px;
}

#onlybaie-perspective .op-product-visual {
  aspect-ratio: 3 / 4;
  background: #e3e0d4;
  position: relative;
  overflow: hidden;
}

#onlybaie-perspective .op-product-visual > img {
  height: 100%;
  transition: transform .8s cubic-bezier(.2, .6, .3, 1);
}

#onlybaie-perspective .op-product:hover .op-product-visual > img {
  transform: scale(1.045);
}

#onlybaie-perspective .op-product[data-product="bay"] .op-product-visual > img {
  object-position: 70% center;
}

#onlybaie-perspective .op-tag {
  letter-spacing: .03em;
  background: #fffdf5e8;
  padding: 6px 10px;
  font-size: 10px;
  position: absolute;
  top: 15px;
  left: 15px;
}

#onlybaie-perspective .op-favorite {
  background: #fffdf5ed;
  border: 0;
  border-radius: 50%;
  place-items: center;
  width: 32px;
  height: 32px;
  font-size: 22px;
  display: grid;
  position: absolute;
  top: 12px;
  right: 12px;
}

#onlybaie-perspective .op-favorite[aria-pressed="true"] {
  color: var(--op-red);
}

#onlybaie-perspective .op-product-hover {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: #ffffffeb;
  border: 0;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  font-size: 12px;
  display: flex;
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
}

#onlybaie-perspective .op-product-info {
  padding: 19px 0 0;
}

#onlybaie-perspective .op-product-info small {
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #777a70;
  font-size: 10px;
}

#onlybaie-perspective .op-product-info h3 {
  letter-spacing: -.035em;
  margin: 5px 0 8px;
  font-size: 20px;
}

#onlybaie-perspective .op-product-info p {
  color: #74766d;
  margin-bottom: 17px;
  font-size: 12px;
}

#onlybaie-perspective .op-product-price {
  border-top: 1px solid var(--op-line);
  justify-content: space-between;
  align-items: end;
  gap: 10px;
  padding-top: 12px;
  display: flex;
}

#onlybaie-perspective .op-product-price span {
  color: #74766d;
  font-size: 10px;
}

#onlybaie-perspective .op-product-price strong {
  letter-spacing: -.04em;
  color: var(--op-ink);
  font-size: 24px;
  font-weight: 500;
}

#onlybaie-perspective .op-product-price strong small {
  letter-spacing: 0;
  font-size: 10px;
}

#onlybaie-perspective .op-product-price .op-text-link {
  padding: 3px 0;
  font-size: 11px;
}

#onlybaie-perspective .op-catalogue-foot {
  color: #727569;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
  font-size: 11px;
  display: flex;
}

#onlybaie-perspective .op-no-results {
  color: #666;
  padding: 35px 0;
  font-size: 14px;
}

#onlybaie-perspective .op-editorial {
  color: #fff;
  background: #232b24;
  grid-template-columns: 1.2fr 1fr;
  min-height: 550px;
  display: grid;
}

#onlybaie-perspective .op-editorial-photo {
  min-height: 450px;
  position: relative;
  overflow: hidden;
}

#onlybaie-perspective .op-editorial-photo > img {
  object-position: 45% center;
  height: 100%;
  transition: transform 1s;
  position: absolute;
  inset: 0;
}

#onlybaie-perspective .op-editorial:hover .op-editorial-photo > img {
  transform: scale(1.025);
}

#onlybaie-perspective .op-editorial-label {
  color: #fff;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background: #141d1a99;
  padding: 9px 12px;
  font-size: 11px;
  position: absolute;
  bottom: 26px;
  left: 30px;
}

#onlybaie-perspective .op-editorial-copy {
  flex-direction: column;
  justify-content: center;
  padding: clamp(35px, 5vw, 85px);
  display: flex;
}

#onlybaie-perspective .op-editorial h2 {
  letter-spacing: -.035em;
  margin: 20px 0 24px;
  font-size: clamp(36px, 3.5vw, 61px);
  line-height: 1.1;
}

#onlybaie-perspective .op-editorial p {
  color: #d0d5ca;
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 1.7;
}

#onlybaie-perspective .op-editorial .op-text-link {
  align-self: start;
}

#onlybaie-perspective .op-editorial-details {
  border-top: 1px solid #ffffff2c;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 32px;
  padding-top: 25px;
  display: grid;
}

#onlybaie-perspective .op-editorial-details strong {
  font-size: 13px;
  font-weight: 500;
  display: block;
}

#onlybaie-perspective .op-editorial-details small {
  color: #a8b0a3;
  font-size: 11px;
}

#onlybaie-perspective .op-project-block {
  grid-template-columns: 1.15fr 1fr;
  align-items: start;
  gap: 80px;
  padding-block: 80px;
  display: grid;
}

#onlybaie-perspective .op-project-intro {
  position: relative;
}

#onlybaie-perspective .op-project-intro h2 {
  letter-spacing: -.035em;
  margin: 20px 0;
  font-size: clamp(38px, 4vw, 65px);
  line-height: 1.08;
}

#onlybaie-perspective .op-project-intro > p {
  color: #6e7167;
  max-width: 400px;
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 1.7;
}

#onlybaie-perspective .op-step {
  border-top: 1px solid #d5d7cd;
  grid-template-columns: 40px 1fr;
  gap: 10px;
  padding: 21px 0;
  display: grid;
}

#onlybaie-perspective .op-step > span {
  color: var(--op-red);
  padding-top: 3px;
  font-size: 12px;
}

#onlybaie-perspective .op-step h3 {
  letter-spacing: -.04em;
  margin-bottom: 7px;
  font-size: 21px;
}

#onlybaie-perspective .op-step p {
  color: #6e7167;
  max-width: 420px;
  font-size: 13px;
  line-height: 1.7;
}

#onlybaie-perspective .op-help-banner {
  background: var(--op-red);
  color: #fff;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  padding-block: 36px;
  display: flex;
}

#onlybaie-perspective .op-help-banner p {
  color: #ffe8e4;
  font-size: 13px;
}

#onlybaie-perspective .op-help-phone {
  letter-spacing: -.045em;
  white-space: nowrap;
  font-size: 34px;
}

#onlybaie-perspective .op-help-banner .op-text-link {
  color: #fff;
  font-size: 12px;
}

#onlybaie-perspective .op-guides {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
  display: grid;
}

#onlybaie-perspective .op-guide {
  border-top: 1px solid #c9ccc0;
  padding-top: 21px;
}

#onlybaie-perspective .op-guide small {
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #767a6b;
  font-size: 10px;
}

#onlybaie-perspective .op-guide h3 {
  letter-spacing: -.05em;
  max-width: 290px;
  margin: 12px 0 14px;
  font-size: 24px;
  line-height: 1.2;
}

#onlybaie-perspective .op-guide p {
  color: #73776a;
  max-width: 320px;
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 1.7;
}

#onlybaie-perspective .op-faq {
  border-top: 1px solid var(--op-line);
  grid-template-columns: .8fr 1.2fr;
  gap: 80px;
  margin-top: 65px;
  padding-top: 60px;
  display: grid;
}

#onlybaie-perspective .op-faq h2 {
  font-size: 35px;
}

#onlybaie-perspective .op-faq details {
  border-bottom: 1px solid var(--op-line);
}

#onlybaie-perspective .op-faq summary {
  cursor: pointer;
  padding: 19px 35px 19px 0;
  font-size: 14px;
  list-style: none;
  position: relative;
}

#onlybaie-perspective .op-faq summary:after {
  content: "+";
  font-size: 20px;
  position: absolute;
  top: 16px;
  right: 0;
}

#onlybaie-perspective .op-faq details[open] summary:after {
  content: "−";
}

#onlybaie-perspective .op-faq details p {
  color: #6b7062;
  padding: 0 22px 23px 0;
  font-size: 13px;
  line-height: 1.7;
}

#onlybaie-perspective .op-footer {
  color: #eff1e9;
  background: #181b16;
  padding-top: 55px;
}

#onlybaie-perspective .op-footer-columns {
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 50px;
  display: grid;
}

#onlybaie-perspective .op-footer h3 {
  letter-spacing: -.035em;
  max-width: 240px;
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 1.3;
}

#onlybaie-perspective .op-footer p {
  color: #a5ac9e;
  max-width: 240px;
  font-size: 12px;
  line-height: 1.7;
}

#onlybaie-perspective .op-footer b {
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 17px;
  font-size: 11px;
  font-weight: 500;
  display: block;
}

#onlybaie-perspective .op-footer-list {
  flex-direction: column;
  align-items: start;
  gap: 10px;
  display: flex;
}

#onlybaie-perspective .op-footer-list button, #onlybaie-perspective .op-footer-list a {
  color: #c6ccbe;
  text-align: left;
  background: none;
  border: 0;
  padding: 0;
  font-size: 12px;
}

#onlybaie-perspective .op-footer-word {
  letter-spacing: -.07em;
  white-space: nowrap;
  color: #f3f4ee;
  border-top: 1px solid #ffffff28;
  padding-block: 25px;
  font-family: Manrope, sans-serif;
  font-size: clamp(70px, 20.6vw, 400px);
  font-weight: 700;
  line-height: .93;
}

#onlybaie-perspective .op-footer-word span {
  color: var(--op-red);
}

#onlybaie-perspective .op-footer-bottom {
  color: #959e8e;
  border-top: 1px solid #ffffff28;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  padding-block: 18px;
  font-size: 10px;
  display: flex;
}

#onlybaie-perspective .op-dialog {
  color: #171a13;
  background: #fafaf5;
  border: 0;
  width: min(620px, 100% - 32px);
  max-height: 85vh;
  padding: 35px;
  box-shadow: 0 20px 80px #0004;
}

#onlybaie-perspective .op-dialog::backdrop {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background: #14191088;
}

#onlybaie-perspective .op-dialog-top {
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
  display: flex;
}

#onlybaie-perspective .op-dialog-close {
  background: none;
  border: 0;
  padding: 8px 0;
  font-size: 12px;
}

#onlybaie-perspective .op-dialog h2 {
  letter-spacing: -.05em;
  margin-bottom: 14px;
  font-size: 33px;
  line-height: 1.12;
}

#onlybaie-perspective .op-dialog p {
  color: #6a7061;
  font-size: 13px;
  line-height: 1.7;
}

#onlybaie-perspective .op-dialog-body {
  margin-top: 20px;
}

#onlybaie-perspective .op-dialog-form {
  gap: 15px;
  display: grid;
}

#onlybaie-perspective .op-dialog-form label {
  gap: 6px;
  font-size: 12px;
  display: grid;
}

#onlybaie-perspective .op-dialog-form select, #onlybaie-perspective .op-dialog-form input {
  background: #fff;
  border: 1px solid #c9cdbf;
  width: 100%;
  min-width: 0;
  padding: 12px;
  font-size: 16px;
}

#onlybaie-perspective .op-dimensions {
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  display: grid;
}

#onlybaie-perspective .op-dialog-note {
  color: #7e8375 !important;
  margin-top: 18px !important;
  font-size: 10px !important;
}

#onlybaie-perspective .op-draft {
  border-top: 1px solid #d5d8cc;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  padding: 15px 0;
  display: flex;
}

#onlybaie-perspective .op-draft b {
  font-size: 13px;
  font-weight: 500;
  display: block;
}

#onlybaie-perspective .op-draft small {
  color: #717968;
  font-size: 12px;
}

#onlybaie-perspective .op-draft button {
  color: #9c2525;
  background: none;
  border: 0;
  font-size: 11px;
}

#onlybaie-perspective .op-toast {
  color: #405836;
  min-height: 20px;
  padding: 12px 0;
  font-size: 12px;
}

#onlybaie-perspective.op-motion .op-reveal {
  transition: transform .8s cubic-bezier(.2, .6, .2, 1), opacity .8s;
}

#onlybaie-perspective.op-motion .op-reveal.op-pending {
  opacity: 0;
  transform: translateY(26px);
}

@media (width >= 1700px) {
  #onlybaie-perspective .op-hero {
    min-height: 780px;
  }
}

@media (width <= 1100px) {
  #onlybaie-perspective .op-head {
    gap: 25px;
  }

  #onlybaie-perspective .op-head-tools {
    gap: 15px;
  }

  #onlybaie-perspective .op-phone {
    display: none;
  }

  #onlybaie-perspective .op-hero {
    min-height: 620px;
  }

  #onlybaie-perspective .op-hero h1 {
    font-size: 76px;
  }

  #onlybaie-perspective .op-project-block, #onlybaie-perspective .op-faq {
    gap: 45px;
  }

  #onlybaie-perspective .op-mega-content {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px;
  }

  #onlybaie-perspective .op-mega-intro {
    grid-column: 1 / -1;
    align-items: center;
    gap: 25px;
    display: flex;
  }

  #onlybaie-perspective .op-mega-intro .op-kicker {
    display: none;
  }

  #onlybaie-perspective .op-mega-intro h2 {
    flex: 1;
    margin: 0;
    font-size: 29px;
  }

  #onlybaie-perspective .op-mega-intro p {
    max-width: 280px;
    margin: 0;
    font-size: 12px;
  }

  #onlybaie-perspective .op-products {
    gap: 14px;
  }

  #onlybaie-perspective .op-product-info h3 {
    font-size: 18px;
  }

  #onlybaie-perspective .op-product-price {
    flex-wrap: wrap;
  }

  #onlybaie-perspective .op-help-phone {
    font-size: 28px;
  }

  #onlybaie-perspective .op-help-banner h2 {
    font-size: 26px;
  }
}

@media (width <= 850px) {
  #onlybaie-perspective .op-top-right > span {
    display: none;
  }

  #onlybaie-perspective .op-head {
    min-height: 80px;
  }

  #onlybaie-perspective .op-search {
    display: none;
  }

  #onlybaie-perspective .op-menu-toggle {
    display: block;
  }

  #onlybaie-perspective .op-cart-button {
    display: none;
  }

  #onlybaie-perspective .op-nav {
    grid-template-columns: 1fr 1fr;
    gap: 0 25px;
    padding-block: 12px;
    display: none;
  }

  #onlybaie-perspective .op-nav.op-open {
    display: grid;
  }

  #onlybaie-perspective .op-nav > button, #onlybaie-perspective .op-nav > a {
    text-align: left;
    white-space: normal;
    min-height: 45px;
  }

  #onlybaie-perspective .op-nav > button:after {
    float: right;
  }

  #onlybaie-perspective .op-mega {
    box-shadow: none;
    position: relative;
  }

  #onlybaie-perspective .op-mega-content {
    grid-template-columns: 1fr 1fr;
    gap: 25px;
  }

  #onlybaie-perspective .op-mega-intro {
    grid-column: 1 / -1;
  }

  #onlybaie-perspective .op-mega-intro h2 {
    margin: 12px 0;
    font-size: 29px;
  }

  #onlybaie-perspective .op-mega-intro p {
    max-width: 100%;
    margin-bottom: 8px;
  }

  #onlybaie-perspective .op-menu-photo {
    display: none;
  }

  #onlybaie-perspective .op-hero {
    min-height: 600px;
  }

  #onlybaie-perspective .op-hero h1 {
    font-size: 65px;
  }

  #onlybaie-perspective .op-hero-content {
    padding-block: 60px 170px;
  }

  #onlybaie-perspective .op-hero-product {
    width: 230px;
    padding: 16px;
  }

  #onlybaie-perspective .op-hero-price {
    font-size: 24px;
  }

  #onlybaie-perspective .op-proof {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  #onlybaie-perspective .op-products {
    grid-template-columns: 1fr 1fr;
    gap: 30px 20px;
  }

  #onlybaie-perspective .op-section {
    padding-block: 55px;
  }

  #onlybaie-perspective .op-editorial {
    grid-template-columns: 1fr 1fr;
    min-height: 450px;
  }

  #onlybaie-perspective .op-editorial-photo {
    min-height: 400px;
  }

  #onlybaie-perspective .op-editorial-copy {
    padding: 32px 26px;
  }

  #onlybaie-perspective .op-editorial h2 {
    font-size: 34px;
  }

  #onlybaie-perspective .op-editorial p {
    font-size: 13px;
  }

  #onlybaie-perspective .op-project-block {
    gap: 40px;
    padding-block: 60px;
  }

  #onlybaie-perspective .op-help-banner {
    flex-wrap: wrap;
  }

  #onlybaie-perspective .op-help-banner .op-text-link {
    margin-left: auto;
  }

  #onlybaie-perspective .op-guides {
    gap: 20px;
  }

  #onlybaie-perspective .op-guide h3 {
    font-size: 20px;
  }

  #onlybaie-perspective .op-faq {
    gap: 30px;
  }

  #onlybaie-perspective .op-footer-columns {
    grid-template-columns: 1fr 1fr;
    gap: 35px;
  }
}

@media (width <= 550px) {
  #onlybaie-perspective .op-top {
    min-height: 32px;
    font-size: 10px;
  }

  #onlybaie-perspective .op-top > span {
    max-width: 170px;
  }

  #onlybaie-perspective .op-top-right {
    gap: 0;
  }

  #onlybaie-perspective .op-logo {
    flex-basis: 140px;
  }

  #onlybaie-perspective .op-head {
    gap: 12px;
    min-height: 73px;
  }

  #onlybaie-perspective .op-head-tools {
    gap: 15px;
  }

  #onlybaie-perspective .op-tool {
    min-height: 44px;
    font-size: 11px;
  }

  #onlybaie-perspective .op-tool span {
    min-width: 19px;
    min-height: 19px;
    margin-left: 0;
  }

  #onlybaie-perspective .op-hero {
    align-items: start;
    min-height: 650px;
  }

  #onlybaie-perspective .op-hero-image {
    object-position: 58% center;
  }

  #onlybaie-perspective .op-hero:after {
    background: linear-gradient(90deg, #14170f99, #14170f45), linear-gradient(0deg, #12191044, #0000);
  }

  #onlybaie-perspective .op-hero-content {
    padding-top: 49px;
    padding-bottom: 190px;
  }

  #onlybaie-perspective .op-hero h1 {
    margin: 23px 0;
    font-size: clamp(46px, 11.3vw, 62px);
    line-height: 1.05;
  }

  #onlybaie-perspective .op-hero-content > p {
    max-width: 280px;
    font-size: 14px;
  }

  #onlybaie-perspective .op-hero-actions {
    flex-direction: column;
    align-items: start;
    gap: 17px;
  }

  #onlybaie-perspective .op-hero-caption {
    display: none;
  }

  #onlybaie-perspective .op-hero-bottom {
    bottom: 22px;
  }

  #onlybaie-perspective .op-hero-product {
    grid-template-columns: 1fr auto;
    gap: 3px 12px;
    width: 100%;
  }

  #onlybaie-perspective .op-hero-product small {
    grid-column: 1;
  }

  #onlybaie-perspective .op-hero-product strong {
    grid-column: 1;
    font-size: 14px;
  }

  #onlybaie-perspective .op-hero-price {
    grid-column: 1;
    margin-top: 4px;
    font-size: 23px;
  }

  #onlybaie-perspective .op-hero-product .op-round {
    grid-area: 1 / 2 / 4;
    align-self: center;
  }

  #onlybaie-perspective .op-kicker {
    letter-spacing: .1em;
    font-size: 10px;
  }

  #onlybaie-perspective .op-proof {
    gap: 22px 12px;
    padding-block: 23px;
  }

  #onlybaie-perspective .op-proof-item {
    align-items: start;
    gap: 8px;
  }

  #onlybaie-perspective .op-proof-number {
    border: 0;
    min-width: 15px;
    height: 20px;
    font-size: 10px;
  }

  #onlybaie-perspective .op-proof strong {
    font-size: 11px;
  }

  #onlybaie-perspective .op-proof small {
    margin-top: 3px;
    font-size: 10px;
    line-height: 1.4;
    display: block;
  }

  #onlybaie-perspective .op-section-head {
    flex-direction: column;
    align-items: start;
    gap: 18px;
    margin-bottom: 25px;
  }

  #onlybaie-perspective .op-section h2 {
    font-size: 36px;
  }

  #onlybaie-perspective .op-filter-row {
    gap: 7px;
  }

  #onlybaie-perspective .op-filter-row button {
    min-height: 44px;
    padding: 9px 12px;
    font-size: 11px;
  }

  #onlybaie-perspective .op-products {
    gap: 30px 12px;
  }

  #onlybaie-perspective .op-product-visual {
    aspect-ratio: 3 / 4.4;
  }

  #onlybaie-perspective .op-tag {
    max-width: 90px;
    padding: 4px 6px;
    font-size: 8px;
    top: 10px;
    left: 8px;
  }

  #onlybaie-perspective .op-favorite {
    background: #ffffffe0;
    width: 40px;
    height: 40px;
    top: 35px;
    right: 6px;
  }

  #onlybaie-perspective .op-product-hover {
    gap: 5px;
    min-height: 44px;
    padding: 10px 9px;
    font-size: 10px;
    bottom: 8px;
    left: 7px;
    right: 7px;
  }

  #onlybaie-perspective .op-product-hover .op-arrow {
    font-size: 18px;
  }

  #onlybaie-perspective .op-product-info {
    padding-top: 14px;
  }

  #onlybaie-perspective .op-product-info small {
    font-size: 9px;
  }

  #onlybaie-perspective .op-product-info h3 {
    min-height: 43px;
    font-size: 17px;
    line-height: 1.25;
  }

  #onlybaie-perspective .op-product-info p {
    min-height: 33px;
    margin-bottom: 12px;
    font-size: 11px;
    line-height: 1.5;
  }

  #onlybaie-perspective .op-product-price {
    flex-direction: column;
    align-items: start;
    gap: 8px;
  }

  #onlybaie-perspective .op-product-price strong {
    font-size: 22px;
  }

  #onlybaie-perspective .op-product-price .op-text-link {
    min-height: 33px;
  }

  #onlybaie-perspective .op-catalogue-foot {
    flex-direction: column;
    align-items: start;
    gap: 15px;
  }

  #onlybaie-perspective .op-editorial {
    grid-template-columns: 1fr;
  }

  #onlybaie-perspective .op-editorial-photo {
    min-height: 380px;
  }

  #onlybaie-perspective .op-editorial-copy {
    padding: 38px 25px 44px;
  }

  #onlybaie-perspective .op-editorial h2 {
    font-size: 40px;
  }

  #onlybaie-perspective .op-project-block {
    grid-template-columns: 1fr;
    gap: 32px;
    padding-block: 55px;
  }

  #onlybaie-perspective .op-project-intro h2 {
    font-size: 42px;
  }

  #onlybaie-perspective .op-help-banner {
    gap: 20px;
    padding-block: 30px;
  }

  #onlybaie-perspective .op-help-banner h2 {
    font-size: 27px;
  }

  #onlybaie-perspective .op-help-phone {
    font-size: 30px;
  }

  #onlybaie-perspective .op-help-banner .op-text-link {
    margin-left: 0;
  }

  #onlybaie-perspective .op-guides {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  #onlybaie-perspective .op-guide h3 {
    max-width: 300px;
    font-size: 26px;
  }

  #onlybaie-perspective .op-guide p {
    max-width: none;
  }

  #onlybaie-perspective .op-faq {
    grid-template-columns: 1fr;
    gap: 25px;
    margin-top: 45px;
    padding-top: 45px;
  }

  #onlybaie-perspective .op-faq h2 {
    font-size: 32px;
  }

  #onlybaie-perspective .op-footer-columns {
    gap: 30px 20px;
  }

  #onlybaie-perspective .op-footer-columns > div:first-child {
    grid-column: 1 / -1;
  }

  #onlybaie-perspective .op-footer h3, #onlybaie-perspective .op-footer p {
    max-width: 300px;
  }

  #onlybaie-perspective .op-footer-word {
    font-size: 20vw;
  }

  #onlybaie-perspective .op-menu-bottom {
    flex-direction: column;
    gap: 8px;
  }

  #onlybaie-perspective .op-menu-close {
    align-self: start;
    min-height: 35px;
  }

  #onlybaie-perspective .op-dialog {
    padding: 24px;
  }

  #onlybaie-perspective .op-dialog h2 {
    font-size: 29px;
  }

  #onlybaie-perspective .op-dialog .op-button {
    gap: 12px;
    padding: 14px;
    font-size: 12px;
  }
}

@media (width <= 850px) {
  #onlybaie-perspective .op-mega-intro {
    display: block;
  }

  #onlybaie-perspective .op-mega-intro h2 {
    margin: 0 0 12px;
  }

  #onlybaie-perspective .op-mega-intro p {
    max-width: none;
    margin-bottom: 12px;
  }
}

@media (width <= 550px) {
  #onlybaie-perspective .op-products.op-filtered .op-product {
    grid-template-columns: 1fr;
    gap: 0;
  }

  #onlybaie-perspective .op-products.op-filtered .op-product-visual {
    aspect-ratio: 1;
  }

  #onlybaie-perspective .op-products.op-filtered .op-product-info {
    padding: 25px;
  }

  #onlybaie-perspective .op-products.op-filtered .op-product-info h3 {
    min-height: 0;
    font-size: 29px;
  }

  #onlybaie-perspective .op-products.op-filtered .op-product-info p {
    min-height: 0;
    font-size: 13px;
  }

  #onlybaie-perspective .op-products.op-filtered .op-product-price {
    flex-direction: row;
    align-items: end;
  }
}

@media (prefers-reduced-motion: reduce) {
  #onlybaie-perspective *, #onlybaie-perspective :after {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }

  #onlybaie-perspective .op-reveal.op-pending {
    opacity: 1 !important;
    transform: none !important;
  }
}

#onlybaie-perspective .op-logo:after {
  content: "LES BELLES OUVERTURES";
  letter-spacing: .18em;
  text-align: center;
  color: #62635d;
  margin-top: 3px;
  font-size: 8px;
  font-weight: 600;
  display: block;
}

#onlybaie-perspective .op-hero .op-kicker {
  letter-spacing: .18em;
  font-size: 12px;
}

#onlybaie-perspective .op-hero .op-kicker:before {
  border-radius: 0;
  width: 22px;
  height: 3px;
}

#onlybaie-perspective .op-brand-em {
  color: var(--op-red);
}

#onlybaie-perspective .op-mega {
  border-top: 3px solid var(--op-red);
}

#onlybaie-perspective .op-mega-content {
  grid-template-columns: 215px minmax(0, 1fr);
  gap: 34px;
  padding-block: 28px 25px;
}

#onlybaie-perspective .op-mega-intro {
  border-right: 1px solid #e7e7df;
  grid-column: auto;
  padding-right: 25px;
  display: block;
}

#onlybaie-perspective .op-mega-intro .op-kicker {
  letter-spacing: .12em;
  font-size: 9px;
  display: flex;
}

#onlybaie-perspective .op-mega-intro h2 {
  letter-spacing: -.035em;
  margin: 18px 0 14px;
  font-size: 29px;
}

#onlybaie-perspective .op-mega-intro p {
  max-width: 210px;
  margin: 0 0 18px;
  font-size: 12px;
}

#onlybaie-perspective .op-menu-ranges {
  margin-top: 24px;
}

#onlybaie-perspective .op-range {
  margin-bottom: 10px;
  padding-bottom: 10px;
}

#onlybaie-perspective .op-range b {
  letter-spacing: .04em;
  font-size: 10px;
}

#onlybaie-perspective .op-range p {
  margin: 0;
  font-size: 10px;
  line-height: 1.5;
}

#onlybaie-perspective .op-model-heading {
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 15px;
  display: flex;
}

#onlybaie-perspective .op-model-heading .op-menu-label {
  color: #51564b;
  margin: 0;
}

#onlybaie-perspective .op-model-heading small {
  color: #74786d;
  font-size: 10px;
}

#onlybaie-perspective .op-model-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  display: grid;
}

#onlybaie-perspective .op-model-list:has( > .op-model-card:nth-child(4):last-child) {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

#onlybaie-perspective .op-model-list:has( > .op-model-card:nth-child(2):last-child) {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

#onlybaie-perspective .op-model-list:has( > .op-model-card:nth-child(4):last-child) img, #onlybaie-perspective .op-model-list:has( > .op-model-card:nth-child(2):last-child) img {
  height: 180px;
}

#onlybaie-perspective .op-model-list .op-model-card {
  text-align: left;
  background: #f7f7f2;
  border: 1px solid #ebece4;
  min-width: 0;
  padding: 0;
  transition: border-color .2s, transform .2s, box-shadow .2s;
  display: block;
  overflow: hidden;
}

#onlybaie-perspective .op-model-list .op-model-card:hover {
  border-color: var(--op-red);
  color: var(--op-ink);
  transform: translateY(-3px);
  box-shadow: 0 8px 20px #222b1112;
}

#onlybaie-perspective .op-model-card img {
  object-fit: contain;
  background: #efeee8;
  width: 100%;
  height: 150px;
  transition: transform .35s;
}

#onlybaie-perspective .op-model-card:hover img {
  transform: scale(1.04);
}

#onlybaie-perspective .op-model-caption {
  background: #fff;
  grid-template-columns: 1fr auto;
  gap: 3px 10px;
  padding: 11px 12px;
  display: grid;
  position: relative;
}

#onlybaie-perspective .op-model-caption strong {
  grid-column: 1;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.25;
}

#onlybaie-perspective .op-model-caption small {
  color: #7a7e70;
  grid-column: 1;
  font-size: 9px;
}

#onlybaie-perspective .op-model-caption .op-arrow {
  color: var(--op-red);
  grid-area: 1 / 2 / 3;
  align-self: center;
  font-size: 20px;
}

#onlybaie-perspective .op-menu-bottom {
  font-size: 11px;
}

#onlybaie-perspective .op-hero-bottom {
  align-items: end;
}

@media (width >= 1550px) {
  #onlybaie-perspective .op-model-list {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  #onlybaie-perspective .op-model-card img {
    height: 175px;
  }

  #onlybaie-perspective .op-menu-ranges {
    display: none;
  }

  #onlybaie-perspective .op-mega-content {
    padding-block: 32px;
  }
}

@media (width <= 1100px) {
  #onlybaie-perspective .op-mega-content {
    grid-template-columns: 190px minmax(0, 1fr);
    gap: 22px;
  }

  #onlybaie-perspective .op-model-card img {
    height: 125px;
  }

  #onlybaie-perspective .op-mega-intro {
    padding-right: 20px;
  }

  #onlybaie-perspective .op-model-list {
    gap: 11px;
  }
}

@media (width <= 850px) {
  #onlybaie-perspective .op-mega-content {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  #onlybaie-perspective .op-mega-intro {
    border-right: 0;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 0 20px;
    padding-right: 0;
    display: grid;
  }

  #onlybaie-perspective .op-mega-intro h2 {
    grid-column: 1;
    margin: 10px 0 8px;
  }

  #onlybaie-perspective .op-mega-intro .op-kicker {
    grid-column: 1 / -1;
  }

  #onlybaie-perspective .op-mega-intro p {
    grid-column: 1;
    max-width: none;
    margin: 0;
  }

  #onlybaie-perspective .op-mega-intro > .op-text-link {
    grid-area: 2 / 2 / 4;
  }

  #onlybaie-perspective .op-menu-ranges {
    display: none;
  }

  #onlybaie-perspective .op-model-card img {
    height: 145px;
  }

  #onlybaie-perspective .op-logo {
    flex-basis: 180px;
  }

  #onlybaie-perspective .op-hero-video {
    object-position: center 57%;
  }
}

@media (width <= 550px) {
  #onlybaie-perspective .op-logo {
    flex-basis: 137px;
  }

  #onlybaie-perspective .op-logo:after {
    letter-spacing: .17em;
    margin-top: 0;
    font-size: 6px;
  }

  #onlybaie-perspective .op-head {
    min-height: 83px;
  }

  #onlybaie-perspective .op-mega-intro {
    display: block;
  }

  #onlybaie-perspective .op-mega-intro > .op-text-link {
    margin-top: 12px;
  }

  #onlybaie-perspective .op-mega-intro h2 {
    font-size: 28px;
  }

  #onlybaie-perspective .op-model-list {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  #onlybaie-perspective .op-model-card img {
    height: 115px;
  }

  #onlybaie-perspective .op-model-caption {
    gap: 3px 5px;
    min-height: 60px;
    padding: 10px;
  }

  #onlybaie-perspective .op-model-caption strong {
    font-size: 11px;
  }

  #onlybaie-perspective .op-model-caption small {
    font-size: 8px;
  }

  #onlybaie-perspective .op-model-caption .op-arrow {
    font-size: 17px;
  }

  #onlybaie-perspective .op-model-heading small, #onlybaie-perspective .op-model-heading .op-menu-label {
    font-size: 9px;
  }

  #onlybaie-perspective .op-hero .op-kicker {
    letter-spacing: .12em;
    font-size: 10px;
  }

  #onlybaie-perspective .op-hero-bottom {
    flex-direction: column;
    align-items: stretch;
    gap: 22px;
  }

  #onlybaie-perspective .op-hero-content {
    padding-bottom: 285px;
  }

  #onlybaie-perspective .op-motion-control {
    width: 100%;
  }

  #onlybaie-perspective .op-motion-control > label {
    margin-bottom: 7px;
    font-size: 9px;
  }

  #onlybaie-perspective .op-motion-control > p {
    margin-top: 3px;
  }

  #onlybaie-perspective .op-hero-video {
    object-position: 58% center;
  }
}

@media (width <= 850px) {
  #onlybaie-perspective .op-model-list:has( > .op-model-card:nth-child(4):last-child) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (width <= 550px) {
  #onlybaie-perspective .op-model-list:has( > .op-model-card:nth-child(4):last-child) img, #onlybaie-perspective .op-model-list:has( > .op-model-card:nth-child(2):last-child) img {
    height: 130px;
  }
}

@media (width >= 851px) and (width <= 980px) {
  #onlybaie-perspective .op-menu-toggle {
    display: block;
  }

  #onlybaie-perspective .op-cart-button {
    display: none;
  }

  #onlybaie-perspective .op-nav {
    grid-template-columns: 1fr 1fr;
    padding-block: 12px;
    display: none;
  }

  #onlybaie-perspective .op-nav.op-open {
    display: grid;
  }

  #onlybaie-perspective .op-nav > button, #onlybaie-perspective .op-nav > a {
    text-align: left;
    white-space: normal;
    min-height: 45px;
  }

  #onlybaie-perspective .op-nav > button:after {
    float: right;
  }

  #onlybaie-perspective .op-mega {
    box-shadow: none;
    position: relative;
  }
}

#onlybaie-perspective .op-top {
  min-height: 36px;
  font-size: 12px;
}

#onlybaie-perspective .op-head {
  gap: 30px;
  min-height: 116px;
}

#onlybaie-perspective .op-logo {
  flex-basis: 270px;
}

#onlybaie-perspective .op-logo:after {
  letter-spacing: .19em;
  margin-top: 5px;
  font-size: 10px;
}

#onlybaie-perspective .op-search input {
  padding-block: 16px;
  font-size: 15px;
}

#onlybaie-perspective .op-search button {
  font-size: 14px;
}

#onlybaie-perspective .op-phone small {
  font-size: 12px;
}

#onlybaie-perspective .op-phone strong {
  font-size: 21px;
}

#onlybaie-perspective .op-tool {
  font-size: 14px;
}

#onlybaie-perspective .op-tool span {
  font-size: 11px;
}

#onlybaie-perspective .op-nav {
  gap: 16px;
  min-height: 58px;
}

#onlybaie-perspective .op-nav > button, #onlybaie-perspective .op-nav > a {
  padding-block: 17px;
  font-size: 15px;
  font-weight: 600;
}

#onlybaie-perspective .op-nav > button:after {
  margin-left: 7px;
}

#onlybaie-perspective .op-help-banner {
  grid-template-columns: minmax(220px, 300px) minmax(0, 1fr);
  gap: clamp(32px, 5vw, 85px);
  padding-block: 44px;
  display: grid;
}

#onlybaie-perspective .op-help-portrait {
  object-position: 78% center;
  border-radius: 3px;
  height: 290px;
}

#onlybaie-perspective .op-help-copy {
  max-width: 800px;
}

#onlybaie-perspective .op-help-copy > small {
  letter-spacing: .13em;
  text-transform: uppercase;
  color: #ffe7e7;
  margin-bottom: 18px;
  font-size: 11px;
  display: block;
}

#onlybaie-perspective .op-help-banner h2 {
  letter-spacing: -.04em;
  margin-bottom: 17px;
  font-size: clamp(28px, 3.1vw, 48px);
  line-height: 1.13;
}

#onlybaie-perspective .op-help-banner p {
  font-size: 15px;
  line-height: 1.6;
}

#onlybaie-perspective .op-help-actions {
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 35px;
  margin-top: 24px;
  display: flex;
}

#onlybaie-perspective .op-help-phone {
  letter-spacing: -.035em;
  padding-block: 6px;
  font-size: clamp(27px, 2.8vw, 42px);
  font-weight: 500;
  line-height: 1.25;
}

#onlybaie-perspective .op-help-banner .op-text-link {
  min-height: 44px;
  margin-left: 0;
  font-size: 14px;
}

@media (width <= 1200px) {
  #onlybaie-perspective .op-nav {
    gap: 8px;
  }

  #onlybaie-perspective .op-nav > button, #onlybaie-perspective .op-nav > a {
    font-size: 13px;
  }

  #onlybaie-perspective .op-nav > button:after {
    margin-left: 5px;
  }

  #onlybaie-perspective .op-head-tools {
    gap: 18px;
  }
}

@media (width <= 1100px) {
  #onlybaie-perspective .op-logo {
    flex-basis: 240px;
  }

  #onlybaie-perspective .op-head {
    gap: 24px;
  }

  #onlybaie-perspective .op-help-banner {
    grid-template-columns: 230px minmax(0, 1fr);
    gap: 35px;
  }
}

@media (width <= 850px) {
  #onlybaie-perspective .op-head {
    min-height: 112px;
  }

  #onlybaie-perspective .op-nav > button, #onlybaie-perspective .op-nav > a {
    font-size: 15px;
  }

  #onlybaie-perspective .op-help-banner {
    grid-template-columns: 190px minmax(0, 1fr);
    gap: 28px;
  }

  #onlybaie-perspective .op-help-portrait {
    height: 285px;
  }

  #onlybaie-perspective .op-help-copy > small {
    letter-spacing: .1em;
    margin-bottom: 14px;
    font-size: 10px;
  }
}

@media (width <= 550px) {
  #onlybaie-perspective .op-top {
    min-height: 39px;
    font-size: 11px;
  }

  #onlybaie-perspective .op-top > span {
    max-width: 145px;
  }

  #onlybaie-perspective .op-head {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    min-height: 115px;
    padding-block: 12px;
    display: grid;
  }

  #onlybaie-perspective .op-logo {
    width: clamp(160px, 48vw, 210px);
    max-width: 100%;
  }

  #onlybaie-perspective .op-logo:after {
    letter-spacing: .1em;
    margin-top: 4px;
    font-size: 8px;
  }

  #onlybaie-perspective .op-head-tools {
    flex-direction: column;
    align-items: flex-end;
    gap: 0;
  }

  #onlybaie-perspective .op-tool {
    min-height: 44px;
    padding: 8px 0;
    font-size: 13px;
  }

  #onlybaie-perspective .op-tool span {
    font-size: 10px;
  }

  #onlybaie-perspective .op-menu-toggle {
    font-size: 14px;
  }

  #onlybaie-perspective .op-nav {
    column-gap: 20px;
  }

  #onlybaie-perspective .op-nav > button, #onlybaie-perspective .op-nav > a {
    font-size: 14px;
  }

  #onlybaie-perspective .op-help-banner {
    grid-template-columns: minmax(0, 1fr);
    gap: 26px;
    padding-block: 30px 36px;
  }

  #onlybaie-perspective .op-help-portrait {
    object-position: 75% 35%;
    height: 235px;
  }

  #onlybaie-perspective .op-help-banner h2 {
    font-size: 30px;
  }

  #onlybaie-perspective .op-help-banner p {
    font-size: 14px;
  }

  #onlybaie-perspective .op-help-actions {
    gap: 10px 25px;
    margin-top: 20px;
  }

  #onlybaie-perspective .op-help-phone {
    font-size: 29px;
  }
}

#onlybaie-perspective .op-stars {
  color: #b98019;
  letter-spacing: .09em;
  white-space: nowrap;
  font-size: 18px;
}

#onlybaie-perspective .op-rating-proof {
  gap: 16px;
}

#onlybaie-perspective .op-rating-proof > b {
  letter-spacing: -.06em;
  font-family: Manrope, Arial, sans-serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 1;
}

#onlybaie-perspective .op-rating-proof .op-stars {
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 1.25;
  display: block;
}

#onlybaie-perspective .op-rating-proof small {
  text-underline-offset: 3px;
  margin-top: 3px;
  font-size: 11px;
  text-decoration: underline;
  display: block;
}

#onlybaie-perspective .op-reviews {
  border-top: 1px solid var(--op-line);
  border-bottom: 1px solid var(--op-line);
  background: #eeeee7;
  padding-block: 65px;
}

#onlybaie-perspective .op-reviews-grid {
  grid-template-columns: 1.1fr 1fr 1fr;
  align-items: stretch;
  gap: 28px;
  display: grid;
}

#onlybaie-perspective .op-reviews-intro {
  padding-right: 25px;
}

#onlybaie-perspective .op-reviews h2 {
  letter-spacing: -.04em;
  margin: 18px 0;
  font-size: clamp(30px, 3.1vw, 48px);
  line-height: 1.12;
}

#onlybaie-perspective .op-reviews-intro > p {
  color: #62675a;
  max-width: 330px;
  font-size: 14px;
  line-height: 1.7;
}

#onlybaie-perspective .op-rating-line {
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 23px 0 4px;
  display: flex;
}

#onlybaie-perspective .op-rating-line strong {
  letter-spacing: -.05em;
  font-size: 31px;
  font-weight: 500;
}

#onlybaie-perspective .op-rating-line strong small {
  color: #74776e;
  font-size: 16px;
}

#onlybaie-perspective .op-reviews-intro > .op-text-link {
  margin-top: 7px;
  font-size: 12px;
}

#onlybaie-perspective .op-review-card {
  background: #fff;
  border: 1px solid #e0e1d8;
  flex-direction: column;
  min-width: 0;
  padding: 28px;
  display: flex;
}

#onlybaie-perspective .op-review-top {
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  display: flex;
}

#onlybaie-perspective .op-review-top > span:last-child {
  color: #666b60;
  font-size: 12px;
}

#onlybaie-perspective .op-review-card blockquote {
  letter-spacing: -.025em;
  flex: 1;
  margin: 26px 0 28px;
  font-family: Manrope, Arial, sans-serif;
  font-size: clamp(21px, 2vw, 29px);
  font-weight: 500;
  line-height: 1.45;
}

#onlybaie-perspective .op-review-author {
  border-top: 1px solid #ebece5;
  align-items: center;
  gap: 12px;
  padding-top: 20px;
  display: flex;
}

#onlybaie-perspective .op-review-initials {
  color: #666149;
  background: #eeeae1;
  border-radius: 50%;
  flex-shrink: 0;
  place-items: center;
  width: 42px;
  height: 42px;
  font-size: 12px;
  display: grid;
}

#onlybaie-perspective .op-review-author strong {
  font-size: 13px;
  font-weight: 500;
  display: block;
}

#onlybaie-perspective .op-review-author small {
  color: #7b7f73;
  margin-top: 3px;
  font-size: 11px;
  display: block;
}

#onlybaie-perspective .op-reviews-note {
  color: #73796a;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px;
  margin-top: 23px;
  font-size: 11px;
  display: flex;
}

#onlybaie-perspective .op-reviews-note a {
  text-underline-offset: 3px;
  text-decoration: underline;
}

@media (width <= 850px) {
  #onlybaie-perspective .op-reviews-grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  #onlybaie-perspective .op-reviews-intro {
    grid-column: 1 / -1;
    max-width: 610px;
    padding-right: 0;
  }

  #onlybaie-perspective .op-reviews-intro > p {
    max-width: 580px;
  }

  #onlybaie-perspective .op-reviews {
    padding-block: 45px;
  }

  #onlybaie-perspective .op-review-card {
    padding: 24px;
  }
}

@media (width <= 550px) {
  #onlybaie-perspective .op-rating-proof {
    gap: 9px;
  }

  #onlybaie-perspective .op-rating-proof > b {
    font-size: 27px;
  }

  #onlybaie-perspective .op-rating-proof .op-stars {
    font-size: 12px;
  }

  #onlybaie-perspective .op-rating-proof small {
    font-size: 10px;
  }

  #onlybaie-perspective .op-reviews-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  #onlybaie-perspective .op-reviews h2 {
    font-size: 35px;
  }

  #onlybaie-perspective .op-review-card blockquote {
    margin-block: 23px;
    font-size: 23px;
  }

  #onlybaie-perspective .op-review-top .op-stars {
    font-size: 17px;
  }
}

