@charset "UTF-8";
/* CSS Document */
.reveal {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.6s ease, transform 1s ease;
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.reveal.no-transition {
  transition: none !important;
}
#maincontent {
  display: flex;
  flex-direction: column;
}
section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 100px auto;
  width: 100%;
}
section h1, section h2 {
  margin-bottom: 30px;
  padding: 0 20px;
  text-align: center;
  line-height: 1;
}
.productSelectSection {
  margin: 50px auto;
}
.productSelectContainer {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.productSelectSwiperContainer {
  width: 100%;
  max-width: 840px;
  margin-top: 20px;
  padding: 5px;
  opacity: 0;
  pointer-events: none;
}
.productSelectSwiperContainer.is-ready {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.2s ease;
}
.swiper-wrapper.productWrapper {
  display: flex;
  justify-content: center;
  padding-left: 10px;
}
.productFamilyOptions-dsktp {
  display: flex;
  column-gap: 20px;
}
.productFamilyOptions-dsktp a:hover {
  text-decoration: none;
}
.productFamilyOptions-mbl {
  display: none;
  width: 100%;
  text-align: center;
}
.productFamilyOptionsDropdown {
  position: relative;
  display: inline-block;
}
#productFamilyOptionsDropdown {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 10px 20px;
  border-radius: 40px;
  cursor: pointer;
  padding-right: 60px;
}
.productFamilyOptionsDropdown::after {
  content: '\f107';
  font-family: Font Awesome\ 6 Pro;
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  pointer-events: none;
}
.productSlide {
  width: 100%;
  max-width: 120px;
}
.productSlide a {
  display: flex;
  flex-direction: column;
  text-align: center;
  line-height: 1;
}
.productSlide img {
  width: 100%;
  max-width: 120px;
  outline: 1px solid #eee;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}
.productSlide:hover img {
  outline: 1px solid var(--night);
}
.productSlide.is-active img {
  outline: 2px solid var(--night);
}
.swiperControlsButtons {
  display: none;
  width: 100%;
  height: 48px;
  max-width: 1500px;
  margin: 0 auto 8%;
  padding: 0 20px;
  position: absolute;
  justify-content: space-between;
  align-items: center;
}
.swiperControlsPagination {
  display: none;
  width: 100%;
  height: 48px;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  justify-content: space-between;
  align-items: center;
}
.swiper-pagination-product {
  width: 100%;
  max-width: 120px;
  margin: 20px auto;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.swiper-pagination-product .swiper-pagination-bullet {
  outline: 1px solid var(--night);
  background-color: transparent;
  height: 12px;
  width: 12px;
}
.swiper-pagination-product .swiper-pagination-bullet-active {
  background-color: var(--night);
}
.product-swiper-button {
  background-image: none;
  height: 48px;
  width: 48px;
  font-size: 24px;
  right: auto;
  left: auto;
  top: auto;
  bottom: auto;
  margin: 0;
  position: relative;
}
.productIntroSection {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 20px 50px;
}
.productIntroSection img {
  width: 100%;
  max-width: 80vh;
  margin: 0 auto 40px;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 1 / 1;
}
.productCopy {
  width: 100%;
  max-width: 720px;
  margin: 0 auto 30px;
  text-align: center;
  line-height: 2;
  padding: 0 20px;
}
.productCopy span {
  white-space: nowrap;
  text-wrap: nowrap;
}
.productIntroSection a:hover {
  text-decoration: none;
}
.productLifestyleSection {
  width: 100%;
  max-width: 1920px;
  overflow: hidden;
  margin-bottom: 0;
}
.productLifestyleSection img {
  width: 100%;
  aspect-ratio: 1920 / 840;
}
.productFeaturesSection {
  padding: 0 20px;
  text-align: center;
}
.productFeaturesSection h2 {
  margin-bottom: 30px;
}
.productFeatures {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1150px;
  flex-wrap: wrap;
  margin: 0 auto;
  gap: 4%;
}
.productFeature {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: var(--brightwhite);
  border-radius: 10px;
  overflow: hidden;
  height: 40vw;
  width: 40vw;
  max-height: 250px;
  max-width: 250px;
  margin-bottom: 4%;
}
.productFeature img {
  width: 40%;
  max-width: 100px;
  margin: 0 auto 20px;
}
.productFeature span {
  line-height: 1;
}
.productDimensionsSection {
  background-color: var(--brightwhite);
  width: 100%;
  max-width: 1920px;
  margin: 30px auto 0;
  padding: 50px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.productDimensions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(265px, 530px) minmax(0, 1fr);
  align-items: center;
  padding: 30px 0 0;
  grid-template-areas: "copy image spacer";
}
.productDimensions::after {
  content: "";
  grid-area: spacer;
}
.productDimensionsCopy {
  justify-content: flex-end;
  padding-right: 40px;
  display: flex;
  grid-area: copy;
}
.productDimensionsCopy li {
  line-height: 1;
  list-style-type: none;
  margin-bottom: 20%;
}
.productDimensionsCopy li span {
  white-space: nowrap;
  text-wrap: nowrap;
}
.productDimensionsImage {
  grid-area: image;
}
.productDimensionsImage img {
  width: 100%;
  max-width: 530px;
  aspect-ratio: 530 / 530;
}
.productDuraprintSection #duraprintLifestyle {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 30px;
}
.productDuraprintSection #duraprintIcon {
  width: 100%;
  max-width: 100px;
  margin: 0 auto 20px;
}
.productCompareContainer a:hover {
  text-decoration: none;
}
@media screen and (max-width:1068px) {
  .productDimensions {
    grid-template-columns: minmax(0, 1fr) minmax(265px, 530px);
    grid-template-areas: "copy image";
  }
  .productDimensions::after {
    display: none;
  }
}
@media screen and (max-width:880px) {
  .productSelectSwiperContainer {
    width: calc(100% - 200px);
  }
  .productSlide {
    width: inherit;
    max-width: none;
  }
  .swiperControlsButtons, .swiperControlsPagination {
    display: flex;
  }
  .swiper-wrapper.productWrapper {
    justify-content: inherit;
    padding-left: 0;
  }
}
@media screen and (max-width:768px) {
  .productFamilyOptions-dsktp {
    display: none;
  }
  .productFamilyOptions-mbl {
    display: block;
  }
  .productLifestyleSection img {
    width: 100%;
    aspect-ratio: 4 / 3;
  }
  .productDimensionsSection {
    padding: 50px 0px;
  }
  .productDimensions {
    grid-template-columns: 100%;
    grid-template-areas: "image""copy";
  }
  .productDimensionsCopy {
    justify-content: flex-start;
    padding: 20px 0 0;
    display: flex;
    grid-area: copy;
  }
  .productDimensionsCopy ul {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(3, auto);
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    grid-auto-flow: column;
    column-gap: 10%;
  }
  .productDimensionsCopy li {
    margin-bottom: 20px;
  }
}
@media screen and (max-width:500px) {
  .productSelectSwiperContainer {
    width: 100%;
    padding: 5px 20px;
  }
  .swiperControlsButtons {
    margin: 0 auto;
    bottom: 0;
  }
  .swiperControlsPagination {
    margin: 20px auto 0;
  }
}