html {
  font-size: 25px;
}
@media only screen and (max-width: 2300px) {
  html {
    font-size: 23px;
  }
}
@media only screen and (max-width: 2200px) {
  html {
    font-size: 22px;
  }
}
@media only screen and (max-width: 2100px) {
  html {
    font-size: 21px;
  }
}
@media only screen and (max-width: 2000px) {
  html {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1900px) {
  html {
    font-size: 19px;
  }
}
@media only screen and (max-width: 1800px) {
  html {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1700px) {
  html {
    font-size: 17px;
  }
}
@media only screen and (max-width: 1540px) {
  html {
    font-size: 16px;
  }
}
@media only screen and (max-width: 991px) {
  html {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 14px;
  }
}
@media only screen and (max-width: 575px) {
  html {
    font-size: 14px;
  }
}

.banner:has(video.border-luxury) .subtitle {
  flex-wrap: wrap;
  top: 3.5rem !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner:has(video.border-luxury) .subtitle {
    top: 2.25rem !important;
  }
}
@media only screen and (max-width: 767px) {
  .banner:has(video.border-luxury) .subtitle {
    top: 2.2rem !important;
  }
}
.banner:has(video.border-luxury) .subtitle .outer:nth-child(-n+4) {
  flex: 0 0 25% !important;
}
@media only screen and (max-width: 767px) {
  .banner:has(video.border-luxury) .subtitle .outer:nth-child(-n+4) {
    flex: 0 0 20% !important;
  }
}
.banner:has(video.border-luxury) .subtitle .outer:nth-child(2) {
  display: flex;
  justify-content: space-around;
  padding-left: 4px;
}
@media only screen and (max-width: 991px) {
  .banner:has(video.border-luxury) .subtitle .outer:nth-child(2) {
    padding-left: unset;
  }
}
.banner:has(video.border-luxury) .subtitle .outer:nth-child(3) {
  display: flex;
  justify-content: space-around;
  padding-left: 8px;
}
@media only screen and (max-width: 991px) {
  .banner:has(video.border-luxury) .subtitle .outer:nth-child(3) {
    padding-left: unset;
  }
}
.banner:has(video.border-luxury) .subtitle .outer:nth-child(4) {
  display: flex;
  justify-content: flex-end;
}

@media only screen and (max-width: 991px) {
  .banner {
    margin-bottom: 2.5rem;
  }
}
.banner .content-holder {
  width: 100%;
  position: relative;
}
.banner .content-holder .model-number-holder {
  font-size: 7.5rem;
  font-style: normal;
  color: white;
  line-height: 100%;
  letter-spacing: 0.125rem;
  position: absolute;
  transform: rotate(90deg);
  z-index: 1;
  transform-origin: 0 0;
  transform: rotate(90deg) translateX(2rem) translateY(calc(-100% - 7.5rem)) !important;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .banner .content-holder .model-number-holder {
    transform: rotate(90deg) translateX(2rem) translateY(calc(-100% - 2rem)) !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner .content-holder .model-number-holder {
    transform: rotate(90deg) translateX(2rem) translateY(calc(-100% - 1.5rem)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .banner .content-holder .model-number-holder {
    transform: rotate(90deg) translateY(calc(-100% - 16px)) translateX(20%) !important;
  }
}
.banner .content-holder span.subtitle {
  position: absolute;
  transform-origin: center left;
  font-weight: 600;
  line-height: 1;
  height: fit-content;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) {
  .banner .content-holder .model-number-holder .model-number {
    max-height: 6rem;
    line-height: 1;
  }
  .banner .content-holder span.subtitle {
    transform: rotate(270deg) translate(-22%, 50%);
    top: 4rem;
    left: calc(100% + 10px);
    font-size: 20px;
    width: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .banner .content-holder .model-number-holder .model-number {
    max-height: 4rem;
    line-height: 1;
  }
  .banner .content-holder span.subtitle {
    transform: rotate(270deg) translate(-16%, 50%);
    top: 2.75rem;
    left: calc(100% + 10px);
    font-size: 15px;
    width: 4rem;
  }
}
.banner .content-holder .video-holder {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .banner .content-holder .video-holder {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.banner .content-holder .video-holder .title {
  position: absolute;
  text-align: center;
  z-index: 2;
  color: #fff;
}
.banner .content-holder .video-holder video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .banner .content-holder .video-holder video {
    height: 100dvh;
  }
}
.banner .content-holder .video-holder video.border-classic {
  border-top: 10px solid #192d4d;
}
.banner .content-holder .video-holder video.border-elegance {
  border-top: 10px solid #E3E5E9;
}
.banner .content-holder .video-holder video.border-luxury {
  border-top: 10px solid #AC9777;
}
@media only screen and (max-width: 767px) {
  .banner .content-holder .video-holder video.desktop-video {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .banner .content-holder .video-holder video.mobile-video {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .banner .content-holder .model-number {
    font-size: 5rem;
  }
}

.single-saffier_models header {
  margin-top: -6.5rem;
  transform: translateY(-6.5rem);
  animation-name: header-animation;
  animation-duration: 0.6s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-delay: 2.2s;
}
.single-saffier_models .logo {
  transform: translateX(-1rem);
  opacity: 0;
  animation-name: logo-intro;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  animation-delay: 2.6s;
}
.single-saffier_models .nav-holder {
  transform: translateY(-1rem);
  opacity: 0;
  animation-name: nav-intro;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  animation-delay: 2.6s;
}
.single-saffier_models .video-holder {
  padding-left: 0;
  padding-right: 0;
  height: 100vh;
  animation-name: video-padding;
  animation-duration: 0.6s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-delay: 2.2s;
}
@media only screen and (max-width: 767px) {
  .single-saffier_models .video-holder {
    height: 100svh !important;
  }
}
.single-saffier_models .video-holder video {
  opacity: 0;
  animation-name: video-fade;
  animation-duration: 1.2s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-delay: 0.2s;
}
@media only screen and (max-width: 767px) {
  .single-saffier_models .video-holder video {
    height: 100svh;
  }
}
.single-saffier_models .video-holder .title {
  animation-name: title-outro;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  animation-delay: 2.2s;
}
.single-saffier_models .banner .model-number-holder {
  opacity: 0;
  transform: rotate(90deg) translatex(-26rem);
  animation-name: model-number-intro;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  animation-delay: 2.6s;
}
.single-saffier_models .model-menu .nav-holder {
  transform: translateY(1rem);
  opacity: 0;
  animation-name: model-menu-intro;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  animation-delay: 2.6s;
}

@keyframes header-animation {
  100% {
    margin-top: 0;
    transform: translateY(0);
  }
}
@keyframes video-fade {
  100% {
    opacity: 100%;
  }
}
@keyframes video-padding {
  70% {
    padding-left: 4.8rem;
    padding-right: 4.8rem;
  }
  100% {
    padding-left: 5rem;
    padding-right: 5rem;
    height: calc(100vh - 7.5rem - 5rem);
  }
}
@keyframes logo-intro {
  50% {
    opacity: 100%;
  }
  100% {
    transform: translateX(0);
    opacity: 100%;
  }
}
@keyframes nav-intro {
  50% {
    opacity: 100%;
  }
  100% {
    transform: translateY(0);
    opacity: 100%;
  }
}
@keyframes title-outro {
  0% {
    opacity: 100%;
  }
  100% {
    opacity: 0;
  }
}
@keyframes model-number-intro {
  50% {
    opacity: 100%;
    transform: translateX(0);
  }
  100% {
    transform: translateX(0);
    opacity: 100%;
  }
}
@keyframes model-menu-intro {
  50% {
    opacity: 100%;
  }
  100% {
    transform: translateY(0);
    opacity: 100%;
  }
}
@media only screen and (max-width: calc(73.125rem + 30px)) {
  @keyframes video-padding {
    70% {
      padding-left: calc(30px - 0.2rem);
      padding-right: calc(30px - 0.2rem);
    }
    100% {
      padding-left: 30px;
      padding-right: 30px;
    }
  }
}
@media only screen and (max-width: 991px) {
  @keyframes video-padding {
    70% {
      padding-left: calc(15px - 0.2rem);
      padding-right: calc(15px - 0.2rem);
    }
    100% {
      padding-left: 15px;
      padding-right: 15px;
    }
  }
}
.banner .video-holder {
  position: relative;
}
.banner .video-holder::before {
  content: "Scroll";
  color: #FFF;
  font-size: 1rem;
  font-family: "Sofia Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  width: 1px;
  height: 60px;
  right: 160px;
  bottom: 0;
  background: #FFF;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0, rgb(255, 255, 255) 40px, rgba(255, 255, 255, 0) 40px, rgba(255, 255, 255, 0) 60px);
  position: absolute;
  z-index: 999;
  display: flex;
  justify-content: flex-end;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner .video-holder::before {
    left: unset;
    right: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .banner .video-holder::before {
    left: unset;
    right: 30px;
  }
}
.model-menu {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  position: sticky;
  top: 0;
  z-index: 10;
  background-color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .model-menu {
    padding-top: 1.25rem;
    padding-bottom: 1rem;
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .model-menu {
    padding-top: 1.25rem;
    padding-bottom: 1rem;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 480px) {
  .model-menu .nav-holder {
    overflow-x: scroll;
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox, Safari 18.2+, Chromium 121+ */
  }
  .model-menu .nav-holder::-webkit-scrollbar {
    display: none; /* Older Safari and Chromium */
  }
}
@media only screen and (max-width: 991px) {
  .model-menu .nav-holder .cta-buttons {
    display: none;
  }
}
.model-menu .model-dropdown {
  position: relative;
  display: inline-block;
}
@media only screen and (max-width: 991px) {
  .model-menu .model-dropdown {
    display: none;
  }
}
.model-menu .model-dropdown .model-dropdown-btn {
  background: none;
  border: unset;
  padding: unset;
  cursor: pointer;
  text-transform: unset;
}
.model-menu .model-dropdown .model-dropdown-btn span {
  text-transform: uppercase;
}
.model-menu .model-dropdown .model-dropdown-list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  border: unset;
  list-style: none;
  margin: 0;
  padding: 1.25rem 2rem;
  min-width: 150px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  margin-left: 0 !important;
  z-index: 99999 !important;
}
.model-menu .model-dropdown .model-dropdown-list li {
  list-style: none;
  margin-bottom: 0;
  width: 100%;
}
.model-menu .model-dropdown .model-dropdown-list li:not(:last-of-type) {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.model-menu .model-dropdown .model-dropdown-list li:not(:first-of-type) {
  padding-top: 10px;
}
.model-menu .model-dropdown .model-dropdown-list li a {
  color: #000;
  display: block;
  font-size: 1rem;
  font-family: "Grandis Extended", sans-serif;
  font-weight: 500;
  width: max-content;
}
.model-menu .model-dropdown .model-dropdown-list li a span {
  text-transform: uppercase;
}
.model-menu .model-number {
  position: relative;
  cursor: pointer;
}
.model-menu a:not(.button) {
  color: #000;
}
.model-menu a:not(.button):hover {
  color: #003a7e;
}
.model-menu a:not(.button).active {
  font-weight: 500;
}
.model-menu.sticky .button {
  line-height: 1rem;
}
.model-menu.configurator-menu .model-number {
  column-gap: 0.7rem;
}
.model-menu.configurator-menu .icon-logo {
  width: 1.62506rem;
  height: 1.5rem;
}
.model-menu.configurator-menu .cta-buttons {
  column-gap: 0.5rem;
}
.model-menu.model-page-menu .model-number::after {
  content: "";
  width: 0.625rem;
  height: 0.375rem;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: -0.9rem;
  top: calc(50% - 0.1875rem);
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 27.8.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Laag_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 9.5 5.5' style='enable-background:new 0 0 9.5 5.5;' xml:space='preserve'%3E%3Cpath d='M1.3,0.2C1-0.1,0.5-0.1,0.2,0.2c-0.3,0.3-0.3,0.8,0,1.1l4,4c0.1,0.1,0.3,0.2,0.5,0.2s0.4-0.1,0.5-0.2l4-4 c0.3-0.3,0.3-0.8,0-1.1C9-0.1,8.5-0.1,8.2,0.2L4.7,3.7L1.3,0.2z'/%3E%3C/svg%3E%0A");
  transition: all 0.3s ease-in-out;
}
.model-menu.model-page-menu .model-number:hover::after {
  transform: rotate(-180deg);
}
@media only screen and (max-width: 1220px) {
  .model-menu .menu,
  .model-menu .cta-buttons {
    column-gap: 3rem;
  }
}
@media only screen and (max-width: 991px) {
  .model-menu .model-number {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .model-menu .cta-buttons {
    display: none;
  }
}

#progress-bar-container {
  position: relative;
  top: 12px;
  left: 0;
  width: 100%;
  height: 2px;
  background: transparent;
  z-index: 9999;
}

#progress-bar {
  height: 100%;
  width: 0;
  background: #000;
  transition: width 0.2s ease-out;
}

.model-specs {
  color: #fff;
  overflow: hidden;
  padding-top: 3rem;
  padding-bottom: 2rem;
  min-height: 51.5rem;
  transition: margin 0.8s;
  transition-delay: 0.6s;
}
@media only screen and (max-width: 767px) {
  .model-specs {
    display: block;
    height: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .model-specs {
    display: flex;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 991px) {
  .model-specs {
    margin-bottom: 3rem;
  }
}
.model-specs h2,
.model-specs p,
.model-specs a,
.model-specs .nav-arrow.read-more {
  color: #fff;
}
.model-specs h2::after,
.model-specs p::after,
.model-specs a::after,
.model-specs .nav-arrow.read-more::after {
  filter: brightness(100);
}
.model-specs .configure {
  position: absolute;
  width: 56.25rem;
  left: calc(50% - 28.125rem);
  transform: translate(0, 0);
  transition: transform 0.6s ease-out;
  bottom: 0;
}
@media only screen and (max-width: 991px) {
  .model-specs .configure model-viewer {
    pointer-events: none;
  }
}
@media only screen and (max-width: 575px) {
  .model-specs .configure model-viewer {
    height: 31.5rem !important;
  }
}
@media only screen and (max-width: 767px) {
  .model-specs .configure {
    position: unset !important;
    width: 100% !important;
  }
}
.model-specs .configure img {
  transition: all 1.3s ease-in-out;
}
.model-specs .content-holder {
  transition: all 1.3s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .model-specs .content-holder {
    padding-top: 6rem;
  }
}
.model-specs .content-holder .content {
  max-width: 370px;
}
.model-specs .main-specs .specs-holder {
  gap: 0.75rem 0.5rem;
  max-width: 37.5rem;
}
.model-specs .main-specs .specs-holder .spec-items {
  gap: 0.75rem 0.5rem;
  max-width: 370px;
}
.model-specs .main-specs .specs-holder .spec-items:nth-child(2) {
  visibility: hidden;
  opacity: 0;
  transition: all 0.6s ease-out;
}
.model-specs .main-specs .spec {
  display: flex;
  border-radius: 0.5rem;
  border: 0.6px solid var(--background-default-color, rgba(255, 255, 255, 0.3764705882));
  padding: 1.25rem;
  padding-bottom: 2.5rem;
  width: 5.625rem;
}
.model-specs .main-specs .spec .type {
  font-size: 0.75rem;
  letter-spacing: 0.016rem;
  line-height: normal;
  margin-bottom: 0.3rem;
}
.model-specs .main-specs .spec .value {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0;
}
.model-specs .main-specs .spec .value p {
  position: absolute;
  opacity: 0;
  visibility: visible;
  transition: all 0.3s ease-in-out;
}
.model-specs .main-specs .spec img {
  margin-bottom: 1.75rem;
}
.model-specs .main-specs.metric-values .spec .value .metric-value {
  opacity: 1;
  visibility: visible;
}
.model-specs .main-specs.imperial-values .spec .value .imperial-value {
  opacity: 1;
  visibility: visible;
}
.model-specs .dimensions {
  gap: 0.5rem;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0.5rem;
  max-width: 370px;
}
.model-specs .dimensions .toggle {
  gap: 0.5rem;
  border-radius: 0.5rem;
  border: 0.6px solid #737477;
  position: relative;
}
.model-specs .dimensions .toggle a {
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 1.5rem;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
.model-specs .dimensions .toggle a.active {
  color: #000;
}
.model-specs .dimensions .toggle a:not(.active):hover {
  color: #fff;
}
.model-specs .dimensions .toggle::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 50%;
  background: #fff;
  left: 0;
  border-radius: 0.5rem;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3), 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease-in-out;
}
.model-specs .dimensions .toggle.imperial::after {
  left: 2.3rem;
}
.model-specs .dimensions p {
  font-weight: 400;
  margin-bottom: 0;
}
.model-specs .read-more {
  margin-top: 1.5rem;
  transition: all 0.6s ease-out;
}
.model-specs .color-picker {
  padding: 0.75rem;
  align-items: center;
  border-radius: 6.25rem;
  background: #fff;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
@media only screen and (min-width: 992px) {
  .model-specs .color-picker {
    position: absolute;
    bottom: 2.5rem;
  }
}
.model-specs .toggle,
.model-specs .dimensions p,
.model-specs .dimensions a,
.model-specs .rotate-360 {
  font-size: 0.875rem;
  line-height: normal;
  letter-spacing: -0.01219rem;
  color: rgba(255, 255, 255, 0.52);
}
.model-specs .rotate-360 {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
}
@media only screen and (max-width: 991px) {
  .model-specs .rotate-360 {
    display: none;
  }
}
.model-specs .rotate-360::after {
  content: "";
  background-image: url("/wp-content/themes/saffier-2025/dist/images/theme/360-cirkel.svg");
  width: 86px;
  height: 33px;
  position: absolute;
  bottom: 25px;
  background-repeat: no-repeat;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.model-specs .rotate-360 span {
  color: #fff;
}
.model-specs .rotate-360 img {
  width: 6.9rem;
  height: 8.2rem;
  transition: all 0.3s ease-in-out;
  margin-bottom: 10px;
}
.model-specs .rotate-360:hover {
  color: #fff;
}
.model-specs .rotate-360:hover img {
  transform: translate(0, -0.2rem);
}
.model-specs .close-360 {
  position: absolute;
  right: 2rem;
  top: 2rem;
  text-align: center;
  visibility: hidden;
  opacity: 0;
}
@media only screen and (max-width: 991px) {
  .model-specs .close-360 {
    display: none;
  }
}
.model-specs .close-360 div {
  transition: all 0.3s ease-in-out;
}
.model-specs .close-360 img {
  width: 1.5rem;
  height: 1.5rem;
  margin-bottom: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.model-specs .close-360:hover img {
  transform: rotate(90deg) scale(1.1);
}
.model-specs .close-360:hover div {
  transform: translateX(-1rem);
}
.model-specs .background-holder {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  background-color: #1f2022;
}
.model-specs .background-blur {
  position: absolute;
  top: 0;
  left: 0;
  height: 73.875rem;
  left: calc(50% - 36.9375rem);
  bottom: calc(50% - 36.9375rem);
  border-radius: 73.875rem;
  background: #46474b;
  filter: blur(294px);
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  .model-specs .background-blur {
    height: 100%;
  }
}
.model-specs .line {
  position: absolute;
  top: 0;
  left: 5rem;
  width: 0.0625rem;
  height: 0;
  background: #fff;
  z-index: 1;
}
@media only screen and (max-width: calc(73.125rem + 30px)) {
  .model-specs .line {
    left: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .model-specs .line {
    left: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .model-specs .line {
    display: none;
  }
}
.model-specs.more-specs .configure {
  transform: translate(13rem, 0);
}
.model-specs.more-specs .main-specs .specs-holder .spec-items:nth-child(2):nth-child(2) {
  visibility: visible;
  opacity: 1;
}
.model-specs.rotate-preview .close-360 {
  visibility: visible;
  opacity: 1;
}
.model-specs.rotate-preview .configure img {
  transform: translateY(-1.5rem);
}
.model-specs.rotate-preview .background-blur {
  background-color: #1f2022;
}
@media only screen and (max-width: 991px) {
  .model-specifications {
    margin-bottom: 3rem;
  }
}
.model-specifications .specs-cat {
  margin-bottom: 3.5rem;
  border-bottom: 1px solid #E0E0E0;
}
@media only screen and (min-width: 576px) and (max-width: 1199px) {
  .model-specifications .specs-cat {
    margin-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 575px) {
  .model-specifications .specs-cat {
    margin-bottom: 2rem;
  }
}
.model-specifications .specs-cat .content-holder {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3.5rem;
}
@media only screen and (min-width: 576px) and (max-width: 1199px) {
  .model-specifications .specs-cat .content-holder {
    margin-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 575px) {
  .model-specifications .specs-cat .content-holder {
    margin-bottom: 2rem;
  }
}
.model-specifications .specs-cat .content-holder .title {
  margin-bottom: unset;
}
@media only screen and (min-width: 576px) and (max-width: 1199px) {
  .model-specifications .specs-cat .content-holder .title {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 575px) {
  .model-specifications .specs-cat .content-holder .title {
    font-size: 16px;
  }
}
.model-specifications .specs-cat .specs-holder {
  height: auto;
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}
.model-specifications .specs-cat .specs-holder.open {
  max-height: 3000px;
  padding-bottom: 3.5rem;
}
.model-specifications .specs-cat .specs-holder .specs-group {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 991px) {
  .model-specifications .specs-cat .specs-holder .specs-group:not(:last-of-type) {
    margin-bottom: 4rem;
  }
}
.model-specifications .specs-cat .specs-holder .specs-group .group-title {
  font-size: 1rem;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 576px) and (max-width: 1199px) {
  .model-specifications .specs-cat .specs-holder .specs-group .group-title {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 575px) {
  .model-specifications .specs-cat .specs-holder .specs-group .group-title {
    font-size: 14px;
  }
}
.model-specifications .specs-cat .specs-holder .specs-group .group-content {
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (min-width: 576px) and (max-width: 1199px) {
  .model-specifications .specs-cat .specs-holder .specs-group .group-content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 575px) {
  .model-specifications .specs-cat .specs-holder .specs-group .group-content {
    grid-template-columns: repeat(1, 1fr);
  }
}
.model-specifications .specs-cat .specs-holder .specs-group .group-content .spec-item {
  border-bottom: 1px solid #E0E0E0;
  padding-bottom: 0.75rem;
}
.model-specifications .specs-cat .specs-holder .specs-group .group-content .spec-item .item-label {
  font-family: "Sofia Sans";
  font-size: 0.75rem;
  font-weight: 300;
  line-height: normal;
}
.model-specifications .specs-cat .specs-holder .specs-group .group-content .spec-item .item-value {
  font-family: "Sofia Sans";
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
}
.model-specifications .specs-cat .specs-holder .specs-group .group-content .spec-item .item-value sup {
  font-size: 10px;
}
.model-specifications .specs-cat .specs-holder .learn-more-select {
  appearance: unset;
  -webkit-appearance: unset;
  border: unset;
  border-bottom: 1px solid black;
  margin-left: 10px;
  text-transform: uppercase;
  outline: unset;
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: -6px;
  padding-right: 2rem;
}
.model-specifications .specs-cat .specs-holder .learn-more-content {
  margin-top: 1rem;
}

.single-saffier_models #intro .content {
  max-width: 972px;
}

.model-specs-tabs {
  min-height: 46.625rem;
}
@media only screen and (max-width: 767px) {
  .model-specs-tabs {
    display: block;
  }
}
.model-specs-tabs .left {
  grid-column: 1/4;
}
.model-specs-tabs .left .item {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .model-specs-tabs .left .item {
    display: block !important;
    padding-top: 0 !important;
    height: unset !important;
    overflow: unset !important;
    padding-bottom: 3.5rem !important;
  }
}
.model-specs-tabs .left .item .title,
.model-specs-tabs .left .item .desc {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .model-specs-tabs .left .item .title,
  .model-specs-tabs .left .item .desc {
    display: block !important;
    padding-top: 0 !important;
    height: unset !important;
    overflow: unset !important;
  }
}
.model-specs-tabs .left .item .title {
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .model-specs-tabs .left .item .title {
    margin-bottom: 0.75rem !important;
  }
}
@media only screen and (max-width: 767px) {
  .model-specs-tabs .left .item .desc {
    margin-bottom: 0.75rem !important;
  }
}
.model-specs-tabs .left .item .number {
  font-weight: 800;
}
@media only screen and (max-width: 767px) {
  .model-specs-tabs .left .item .number {
    display: block !important;
    padding-top: 0 !important;
    height: unset !important;
    overflow: unset !important;
  }
}
.model-specs-tabs .left .item .number,
.model-specs-tabs .left .item .desc-holder,
.model-specs-tabs .left .item .long-desc,
.model-specs-tabs .left .item .read-less {
  display: none;
}
@media only screen and (max-width: 767px) {
  .model-specs-tabs .left .item .number,
  .model-specs-tabs .left .item .desc-holder {
    display: block !important;
  }
}
.model-specs-tabs .left .item .tab-image {
  display: none;
}
@media only screen and (max-width: 767px) {
  .model-specs-tabs .left .item .tab-image {
    display: block;
    margin-top: 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .model-specs-tabs .left .item .tab-image img {
    width: 100%;
    max-height: 200px;
    object-fit: cover;
  }
}
.model-specs-tabs .left .item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.0625rem;
  background: rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 767px) {
  .model-specs-tabs .left .item::after {
    display: none;
  }
}
.model-specs-tabs .left .item.active::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 4.30763rem;
  height: 0.125rem;
  background: #000;
}
@media only screen and (max-width: 767px) {
  .model-specs-tabs .left .item.active::before {
    display: none;
  }
}
.model-specs-tabs .left .item:nth-child(1) {
  padding-top: 0;
}
.model-specs-tabs .left .item:nth-child(1) .number,
.model-specs-tabs .left .item:nth-child(1) .desc-holder {
  display: block;
}
.model-specs-tabs .left .item:last-child {
  padding-bottom: 0;
}
.model-specs-tabs .left .item:last-child::after, .model-specs-tabs .left .item:last-child::before {
  display: none;
}
.model-specs-tabs .left .item:not(.active) .title {
  opacity: 0.35;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .model-specs-tabs .left .item:not(.active) .title {
    opacity: 1;
  }
}
.model-specs-tabs .left .item:not(.active) .title:hover {
  opacity: 1;
}
.model-specs-tabs .right {
  grid-column: 5/13;
  overflow: hidden;
  position: relative;
}
.model-specs-tabs .right .item {
  position: relative;
  opacity: 0;
  visibility: hidden;
}
.model-specs-tabs .right .item img {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 46.625rem;
  object-fit: cover;
  transition: width 0.8s ease-in;
}
.model-specs-tabs .right .item.active {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s ease-in;
}
.model-specs-tabs .right.animated .item img {
  width: 100%;
  transition: transform 2.5s, width 1.5s 0.3s cubic-bezier(0, 0, 0.09, 1.09);
}
.model-specs-tabs .right.animated .item.active img {
  transform: scale(1.1);
}
.model-specs-tabs .right .image-bg {
  width: 0;
  height: 100%;
  background-color: #f6f6f6;
  position: absolute;
  left: 0;
  top: 0;
}
.model-specs-tabs .right.animated .image-bg {
  transition: width 1.5s cubic-bezier(0, 0, 0.09, 1.09);
  width: 100%;
}
@media only screen and (max-width: 1220px) {
  .model-specs-tabs {
    column-gap: 3rem;
  }
  .model-specs-tabs .right img {
    width: 33rem;
    height: 100%;
  }
}
@media only screen and (max-width: calc(73.125rem + 30px)) {
  .model-specs-tabs .left {
    grid-column: 1/6;
  }
  .model-specs-tabs .right {
    grid-column: 6/13;
  }
}
/* ### Carrousel ### */
.single-post .carrousel {
  padding-left: calc((100% - 60.75rem) / 2);
}
@media only screen and (max-width: 767px) {
  .single-post .carrousel.aligncenter {
    text-align: left;
  }
}
.single-post .carrousel .carousel-holder .nav-arrow.next {
  right: calc(100% - 60.75rem + 85px);
}
.single-post .carrousel-title {
  margin-bottom: 1rem;
}

.carrousel {
  padding-left: 5rem;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .carrousel {
    padding-left: 15px !important;
  }
}
@media only screen and (max-width: calc(73.125rem + 30px)) {
  .carrousel {
    padding-left: 30px;
  }
}
.carrousel .switch-labels {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 0.5rem;
}
.carrousel .switch-labels .form-switch .form-check-input {
  border-color: #132D4F;
}
.carrousel .carousel-holder {
  position: relative;
}
.carrousel .carousel-holder .owl-stage-outer {
  overflow: visible;
}
.carrousel .carousel-holder .item {
  overflow: hidden;
  position: relative;
  display: block;
}
.carrousel .carousel-holder .item .img-holder {
  overflow: hidden;
  position: relative;
}
.carrousel .carousel-holder .item .img-holder img {
  transition: all 1s cubic-bezier(0.26, 0.92, 0.33, 1);
}
.carrousel .carousel-holder .item .img-holder.hover img {
  transform: scale(1.1);
}
.carrousel .carousel-holder .owl-stage {
  padding-left: 0 !important;
}
.carrousel .carousel-holder .owl-stage .zoom {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s ease-in-out 0.3s, background-color 0.3s ease-in-out;
}
.carrousel .carousel-holder .nav-arrow {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  content: "";
  position: absolute;
  width: 3rem;
  height: 3rem;
  top: calc(50% - 1.5rem);
  background-color: #132D4F;
  z-index: 2;
}
.carrousel .carousel-holder .nav-arrow::after {
  filter: brightness(1);
}
.carrousel .carousel-holder .nav-arrow.prev {
  left: 25px;
}
.carrousel .carousel-holder .nav-arrow.next {
  right: calc(100% - 73.125rem + 178px);
}
.carrousel .carousel-holder .nav-arrow.zoom {
  top: 0;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .carrousel .carousel-holder .nav-arrow.zoom {
    right: unset;
    left: 0;
  }
}
.carrousel .carousel-holder .nav-arrow.zoom::after {
  filter: invert(1);
}
.carrousel .carousel-holder .nav-arrow:hover {
  background-color: #fff;
}
.carrousel .carousel-holder .nav-arrow:hover::after {
  filter: brightness(0);
}
.carrousel .carousel-holder:hover .nav-arrow:not(.zoom) {
  opacity: 1;
  visibility: visible;
}
.carrousel .owl-dots {
  display: flex;
  margin-top: 1.5rem;
  max-width: 64.125rem;
}
.carrousel .owl-dots button.owl-dot {
  width: 0;
  height: 10px;
  background: rgba(0, 0, 0, 0.15);
  transition: width 6.8s cubic-bezier(0, 0, 0.09, 1.09) 0.8s;
  height: 0.0625rem;
}
.carrousel .owl-dots button.owl-dot.active {
  background-color: #132D4F;
  height: 0.125rem;
}
.carrousel .carousel-holder .item .img-holder {
  transform: translateX(400px);
}
.carrousel.animated .carousel-holder .item .img-holder {
  transform: translateX(0);
  transition: transform 1500ms cubic-bezier(0.26, 0.92, 0.33, 1);
}
.carrousel.animated .owl-dots button.owl-dot {
  width: 100%;
}
.carrousel.animated .owl-item .zoom {
  opacity: 1;
  visibility: visible;
}

.gallery-carrousel .owl-item {
  width: fit-content !important;
}
.gallery-carrousel .owl-item .img-holder {
  width: fit-content;
}
.gallery-carrousel .owl-item .img-holder img {
  height: 35rem; /* set to match landscape height */
  width: auto;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 575px) {
  .gallery-carrousel .owl-item .img-holder img {
    height: 20rem;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .gallery-carrousel .owl-item .img-holder img {
    height: 25rem;
  }
}
@media only screen and (min-width: 768) and (max-width: 991px) {
  .gallery-carrousel .owl-item .img-holder img {
    height: 30rem;
  }
}

@media only screen and (max-width: 991px) {
  #tabInterior, #tabExterior {
    margin-bottom: 3rem;
  }
}

.fancybox__content {
  cursor: default !important;
  pointer-events: none !important;
}

.worldwide-dealer {
  margin-bottom: 5rem;
}
.worldwide-dealer .model-grid-cta {
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 579px) {
  .worldwide-dealer .model-grid-cta {
    flex-direction: column;
  }
}
.worldwide-dealer .model-grid-cta .image {
  min-height: 350px;
}
@media only screen and (max-width: 579px) {
  .worldwide-dealer .model-grid-cta .image {
    width: 100%;
    aspect-ratio: 16/9;
    min-height: unset;
    object-fit: cover;
  }
}
@media only screen and (min-width: 580px) {
  .worldwide-dealer .model-grid-cta .image {
    width: 50%;
  }
}
.worldwide-dealer .model-grid-cta .content {
  background-color: #F8F8F8;
  display: flex;
  gap: 1.5rem;
  flex-direction: column;
  padding: 2.5rem;
  margin-bottom: 0;
  justify-content: space-between;
}
@media only screen and (min-width: 580px) {
  .worldwide-dealer .model-grid-cta .content {
    width: 50%;
  }
}
.worldwide-dealer .model-grid-cta .content .title {
  margin-bottom: 0;
}
.worldwide-dealer .model-grid-cta .content p {
  margin-bottom: 0;
}
.worldwide-dealer .model-grid-cta .content .buttons {
  flex-direction: column;
  gap: 0.5rem;
}

.color-picker,
.color-picker .row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  flex-shrink: 0;
}
.color-picker a,
.color-picker .row a {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 6.25rem;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.color-picker a:hover,
.color-picker .row a:hover {
  transform: translate(0, -0.2rem) scale(1.1);
}
.color-picker a.white,
.color-picker .row a.white {
  background: #fff;
}
.color-picker a.grey,
.color-picker .row a.grey {
  background: #aea0a0;
}
.color-picker a.black,
.color-picker .row a.black {
  background: #202020;
}
.color-picker a.blue,
.color-picker .row a.blue {
  background: #003a7e;
}
.color-picker a.red,
.color-picker .row a.red {
  background: #780303;
}
.color-picker a.orange,
.color-picker .row a.orange {
  background: #d6610b;
}
.color-picker a.light-blue,
.color-picker .row a.light-blue {
  background: #005cc7;
}
.color-picker a.purple,
.color-picker .row a.purple {
  background: #9747ff;
}
.color-picker a.green,
.color-picker .row a.green {
  background: #00ff19;
}

@media only screen and (max-width: 767px) {
  .single-saffier_models .content-area {
    display: flex;
    flex-direction: column;
  }
  .single-saffier_models .content-area section.banner {
    order: 1;
    margin-bottom: unset;
  }
  .single-saffier_models .content-area section.model-menu {
    order: 2;
    margin-bottom: 2rem;
  }
  .single-saffier_models .content-area section.text {
    order: 2;
  }
  .single-saffier_models .content-area section.carrousel {
    order: 3;
  }
  .single-saffier_models .content-area .tab-content {
    order: 4;
  }
  .single-saffier_models .content-area section.model-specifications {
    order: 5;
  }
  .single-saffier_models .content-area section.model-specs-tabs {
    order: 6;
  }
  .single-saffier_models .content-area section.model-specs {
    order: 7;
  }
  .single-saffier_models .content-area section.featured {
    order: 8;
  }
  .single-saffier_models .content-area .section-videos {
    order: 9;
  }
  .single-saffier_models .content-area .section-reviews {
    order: 10;
  }
  .single-saffier_models .content-area .worldwide-dealer {
    order: 11;
  }
  .single-saffier_models .content-area .ranges-overview {
    order: 12;
  }
}

/*# sourceMappingURL=model-page.css.map */
