:root {
  --icon--pencil-gd: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72 72' width='64px' height='64px'%3E%3Cpath d='M38.406 22.234l11.36 11.36L28.784 54.576l-12.876 4.307c-1.725.577-3.367-1.065-2.791-2.79l4.307-12.876L38.406 22.234zM41.234 19.406l5.234-5.234c1.562-1.562 4.095-1.562 5.657 0l5.703 5.703c1.562 1.562 1.562 4.095 0 5.657l-5.234 5.234L41.234 19.406z' fill='%23333333'/%3E%3C/svg%3E");
  --icon--pencil-w: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72 72' width='64px' height='64px'%3E%3Cpath d='M38.406 22.234l11.36 11.36L28.784 54.576l-12.876 4.307c-1.725.577-3.367-1.065-2.791-2.79l4.307-12.876L38.406 22.234zM41.234 19.406l5.234-5.234c1.562-1.562 4.095-1.562 5.657 0l5.703 5.703c1.562 1.562 1.562 4.095 0 5.657l-5.234 5.234L41.234 19.406z' fill='%23FFFFFF'/%3E%3C/svg%3E");
  --icon--arrow-left-gl: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 1L1 8L8 15' stroke='%23666666'/%3E%3C/svg%3E");
  --icon--arrow-left-w: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 1L1 8L8 15' stroke='%23FFFFFF'/%3E%3C/svg%3E");
  --icon--arrow-left-o: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 1L1 8L8 15' stroke='%23E25303'/%3E%3C/svg%3E");
  --icon--arrow-right-gl: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.999998 15L8 8L1 1' stroke='%23666666'/%3E%3C/svg%3E");
  --icon--arrow-right-w: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.999998 15L8 8L1 1' stroke='%23FFFFFF'/%3E%3C/svg%3E");
  --icon--arrow-right-o: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.999998 15L8 8L1 1' stroke='%23E25303'/%3E%3C/svg%3E");
  /* Desktop */
  --typography-title-800-font-size: 64px;
  --typography-title-800-line-height: 96px;
  --typography-title-800-font-weight: 800;
  --typography-title-700-font-size: 54px;
  --typography-title-700-line-height: 62px;
  --typography-title-700-font-weight: 300;
  --typography-title-510-font-size: 30px;
  --typography-title-510-line-height: 55.7px;
  --typography-title-510-font-weight: 510;
  --typography-title-500-font-size: 30px;
  --typography-title-500-line-height: 36px;
  --typography-title-500-font-weight: 300;
  --typography-title-400-font-size: 24px;
  --typography-title-400-line-height: 36px;
  --typography-title-400-font-weight: 300;
  --typography-title-320-font-size: 18px;
  --typography-title-320-line-height: 33.4px;
  --typography-title-320-font-weight: 320;
  --typography-title-300-font-size: 18px;
  --typography-title-300-line-height: 27px;
  --typography-title-300-font-weight: 300;
  --typography-paragraph-300-font-size: 14px;
  --typography-paragraph-300-line-height: 26px;
  --typography-paragraph-300-font-weight: 400;
  --typography-paragraph-310-font-size: 14px;
  --typography-paragraph-310-line-height: 25px;
  --typography-paragraph-310-font-weight: 300;
  --typography-label-305-font-size: 14px;
  --typography-label-305-line-height: 23px;
  --typography-label-305-font-weight: 305;
  --typography-label-301-font-size: 14px;
  --typography-label-301-line-height: 21px;
  --typography-label-301-font-weight: 301;
  --typography-label-300-font-size: 14px;
  --typography-label-300-line-height: 21px;
  --typography-label-300-font-weight: 300;
  --typography-label-210-font-size: 12px;
  --typography-label-210-line-height: 20px;
  --typography-label-210-font-weight: 210;
  --typography-label-205-font-size: 12px;
  --typography-label-205-line-height: 18px;
  --typography-label-205-font-weight: 205;
  --typography-label-200-font-size: 12px;
  --typography-label-200-line-height: normal;
  --typography-label-200-font-weight: 300;
  --typography-link-100-font-size: 10px;
  --typography-link-100-line-height: 18.6px;
  --typography-link-100-font-weight: 100;
  --typography-button-font-size: 14px;
  --typography-button-line-height: 23px;
  --typography-button-font-weight: 400;
  /* Mobile override */
}
@media (max-width: 992px) {
  :root {
    --typography-title-800-font-size: 24px;
    --typography-title-800-line-height: 36px;
    --typography-title-700-font-size: 44px;
    --typography-title-700-line-height: normal;
    --typography-title-500-font-size: 22px;
    --typography-title-500-line-height: 26px;
    --typography-title-400-font-size: 18px;
    --typography-title-400-line-height: 24px;
    --typography-title-300-font-size: 14px;
    --typography-title-300-line-height: 21px;
    --typography-paragraph-300-font-size: 12px;
    --typography-paragraph-300-line-height: 22px;
    --typography-paragraph-310-font-size: 12px;
    --typography-paragraph-310-line-height: 22px;
    --typography-label-300-font-size: 12px;
    --typography-label-300-line-height: 18px;
    --typography-button-font-size: 16px;
    --typography-button-line-height: 26.3px;
    --typography-button-2-font-size: 14px;
    --typography-button-2-line-height: 21px;
  }
}

:root {
  --icon--pencil-gd: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72 72' width='64px' height='64px'%3E%3Cpath d='M38.406 22.234l11.36 11.36L28.784 54.576l-12.876 4.307c-1.725.577-3.367-1.065-2.791-2.79l4.307-12.876L38.406 22.234zM41.234 19.406l5.234-5.234c1.562-1.562 4.095-1.562 5.657 0l5.703 5.703c1.562 1.562 1.562 4.095 0 5.657l-5.234 5.234L41.234 19.406z' fill='%23333333'/%3E%3C/svg%3E");
  --icon--pencil-w: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72 72' width='64px' height='64px'%3E%3Cpath d='M38.406 22.234l11.36 11.36L28.784 54.576l-12.876 4.307c-1.725.577-3.367-1.065-2.791-2.79l4.307-12.876L38.406 22.234zM41.234 19.406l5.234-5.234c1.562-1.562 4.095-1.562 5.657 0l5.703 5.703c1.562 1.562 1.562 4.095 0 5.657l-5.234 5.234L41.234 19.406z' fill='%23FFFFFF'/%3E%3C/svg%3E");
  --icon--arrow-left-gl: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 1L1 8L8 15' stroke='%23666666'/%3E%3C/svg%3E");
  --icon--arrow-left-w: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 1L1 8L8 15' stroke='%23FFFFFF'/%3E%3C/svg%3E");
  --icon--arrow-left-o: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 1L1 8L8 15' stroke='%23E25303'/%3E%3C/svg%3E");
  --icon--arrow-right-gl: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.999998 15L8 8L1 1' stroke='%23666666'/%3E%3C/svg%3E");
  --icon--arrow-right-w: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.999998 15L8 8L1 1' stroke='%23FFFFFF'/%3E%3C/svg%3E");
  --icon--arrow-right-o: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.999998 15L8 8L1 1' stroke='%23E25303'/%3E%3C/svg%3E");
  /* Desktop */
  --typography-title-800-font-size: 64px;
  --typography-title-800-line-height: 96px;
  --typography-title-800-font-weight: 800;
  --typography-title-700-font-size: 54px;
  --typography-title-700-line-height: 62px;
  --typography-title-700-font-weight: 300;
  --typography-title-510-font-size: 30px;
  --typography-title-510-line-height: 55.7px;
  --typography-title-510-font-weight: 510;
  --typography-title-500-font-size: 30px;
  --typography-title-500-line-height: 36px;
  --typography-title-500-font-weight: 300;
  --typography-title-400-font-size: 24px;
  --typography-title-400-line-height: 36px;
  --typography-title-400-font-weight: 300;
  --typography-title-320-font-size: 18px;
  --typography-title-320-line-height: 33.4px;
  --typography-title-320-font-weight: 320;
  --typography-title-300-font-size: 18px;
  --typography-title-300-line-height: 27px;
  --typography-title-300-font-weight: 300;
  --typography-paragraph-300-font-size: 14px;
  --typography-paragraph-300-line-height: 26px;
  --typography-paragraph-300-font-weight: 400;
  --typography-paragraph-310-font-size: 14px;
  --typography-paragraph-310-line-height: 25px;
  --typography-paragraph-310-font-weight: 300;
  --typography-label-305-font-size: 14px;
  --typography-label-305-line-height: 23px;
  --typography-label-305-font-weight: 305;
  --typography-label-301-font-size: 14px;
  --typography-label-301-line-height: 21px;
  --typography-label-301-font-weight: 301;
  --typography-label-300-font-size: 14px;
  --typography-label-300-line-height: 21px;
  --typography-label-300-font-weight: 300;
  --typography-label-210-font-size: 12px;
  --typography-label-210-line-height: 20px;
  --typography-label-210-font-weight: 210;
  --typography-label-205-font-size: 12px;
  --typography-label-205-line-height: 18px;
  --typography-label-205-font-weight: 205;
  --typography-label-200-font-size: 12px;
  --typography-label-200-line-height: normal;
  --typography-label-200-font-weight: 300;
  --typography-link-100-font-size: 10px;
  --typography-link-100-line-height: 18.6px;
  --typography-link-100-font-weight: 100;
  --typography-button-font-size: 14px;
  --typography-button-line-height: 23px;
  --typography-button-font-weight: 400;
  /* Mobile override */
}
@media (max-width: 992px) {
  :root {
    --typography-title-800-font-size: 24px;
    --typography-title-800-line-height: 36px;
    --typography-title-700-font-size: 44px;
    --typography-title-700-line-height: normal;
    --typography-title-500-font-size: 22px;
    --typography-title-500-line-height: 26px;
    --typography-title-400-font-size: 18px;
    --typography-title-400-line-height: 24px;
    --typography-title-300-font-size: 14px;
    --typography-title-300-line-height: 21px;
    --typography-paragraph-300-font-size: 12px;
    --typography-paragraph-300-line-height: 22px;
    --typography-paragraph-310-font-size: 12px;
    --typography-paragraph-310-line-height: 22px;
    --typography-label-300-font-size: 12px;
    --typography-label-300-line-height: 18px;
    --typography-button-font-size: 16px;
    --typography-button-line-height: 26.3px;
    --typography-button-2-font-size: 14px;
    --typography-button-2-line-height: 21px;
  }
}

.paragraph--type--showroom-item-default {
  padding-bottom: 45px;
  padding-bottom: 2.8125rem;
}
.paragraph--type--showroom-item-default .banner {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
.paragraph--type--showroom-item-default .banner .field--name-field-media-image,
.paragraph--type--showroom-item-default .banner .field--name-field-media-image img {
  width: 100%;
}
.paragraph--type--showroom-item-default .column {
  padding-left: 7px;
  padding-right: 7px;
}
.paragraph--type--showroom-item-default .column:nth-child(12) ~ * {
  display: none;
}
.paragraph--type--showroom-item-default .row-wrapper {
  margin-left: -7px;
  margin-right: -7px;
}
@media (max-width: 991.98px) {
  .paragraph--type--showroom-item-default .column:nth-child(8) ~ * {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .paragraph--type--showroom-item-default .column:nth-child(4) ~ * {
    display: none;
  }
}

.with-slider.opened .showroom-overlay {
  opacity: 1;
  z-index: 998;
}
.with-slider.opened .main-image-slider.inited {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  z-index: 999;
}
.with-slider .main-image {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  cursor: pointer;
}
.with-slider .main-image-slider {
  left: 30px;
  left: 1.875rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  padding-top: 50px;
  padding-top: 3.125rem;
  right: 30px;
  right: 1.875rem;
  background: #fff;
  max-height: 100vh;
  opacity: 0;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  z-index: -999;
}
.with-slider .main-image-slider.inited {
  transition: opacity 0.3s ease-in-out, z-index 0s linear 0.4s;
}
.with-slider .main-image-slider .showroom-slider {
  padding-bottom: 75px;
  padding-bottom: 4.6875rem;
  height: 100%;
  padding-left: 90px;
  padding-right: 90px;
}
.with-slider .main-image-slider .swiper-slide {
  overflow: hidden;
}
.with-slider .main-image-slider .swiper-slide .field--name-field-media-image,
.with-slider .main-image-slider .swiper-slide img {
  width: 100%;
}
.with-slider .main-image-slider .close-slider {
  height: 25px;
  height: 1.5625rem;
  right: 30px;
  right: 1.875rem;
  top: 23px;
  top: 1.4375rem;
  width: 25px;
  width: 1.5625rem;
  cursor: pointer;
  position: absolute;
  text-align: right;
  z-index: 2;
}
.with-slider .main-image-slider .swiper-button-prev {
  left: 22px;
  left: 1.375rem;
}
.with-slider .main-image-slider .swiper-button-next {
  right: 22px;
  right: 1.375rem;
}
.with-slider .main-image-slider .swiper-button-prev,
.with-slider .main-image-slider .swiper-button-next {
  transform: translateY(-50%);
}
.with-slider .main-image-slider .no-nav .swiper-button-prev,
.with-slider .main-image-slider .no-nav .swiper-button-next,
.with-slider .main-image-slider .no-nav .swiper-pagination {
  display: none;
}
.with-slider .main-image-slider .swiper-pagination {
  margin-top: -16px;
  margin-top: -1rem;
  bottom: auto;
  line-height: 1;
  top: 100%;
}
.with-slider .main-image-slider .swiper-pagination .swiper-pagination-bullet {
  height: 10px;
  height: 0.625rem;
  width: 10px;
  width: 0.625rem;
  background: none;
  border: 1px solid #E25303;
  margin-left: 2.5px;
  margin-right: 2.5px;
  opacity: 1;
}
.with-slider .main-image-slider .swiper-pagination .swiper-pagination-bullet-active {
  border-radius: 10px;
  border-radius: 0.625rem;
  width: 25px;
  width: 1.5625rem;
  background: #E25303;
}
.with-slider .showroom-overlay {
  bottom: -30px;
  bottom: -1.875rem;
  left: -30px;
  left: -1.875rem;
  right: -30px;
  right: -1.875rem;
  top: -30px;
  top: -1.875rem;
  background: rgba(51, 51, 51, 0.8);
  cursor: pointer;
  opacity: 0;
  position: fixed;
  z-index: -999;
}
@media (max-width: 991.98px) {
  .with-slider .main-image-slider {
    padding-bottom: 30px;
    padding-bottom: 1.875rem;
    padding-top: 30px;
    padding-top: 1.875rem;
  }
  .with-slider .main-image-slider .close-slider {
    top: 15px;
    top: 0.9375rem;
  }
  .with-slider .main-image-slider .showroom-slider {
    padding: 30px;
    padding: 1.875rem;
  }
  .with-slider .main-image-slider .swiper-button-prev {
    left: 5px;
  }
  .with-slider .main-image-slider .swiper-button-prev svg {
    width: 18px;
    width: 1.125rem;
  }
  .with-slider .main-image-slider .swiper-button-next {
    right: 5px;
  }
  .with-slider .main-image-slider .swiper-button-next svg {
    width: 18px;
    width: 1.125rem;
  }
}
@media (max-width: 767.98px) {
  .with-slider .main-image-slider {
    left: 20px;
    right: 20px;
  }
}

.gallery.product {
  padding: 50px 215px;
  padding: 3.125rem 13.4375rem;
  background: #222222;
}
.gallery.product .showroom-slider .swiper-button-prev,
.gallery.product .showroom-slider .swiper-button-next,
.gallery.product .product-gallery-thumbs .swiper-button-next,
.gallery.product .product-gallery-thumbs .swiper-button-prev,
.gallery.product .close-slider {
  display: none;
}
.gallery.product .product-gallery-top {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  position: relative;
}
.gallery.product .product-gallery-top .field--name-field-media-image,
.gallery.product .product-gallery-top .field--name-field-media-image img {
  width: 100%;
}
.gallery.product .product-gallery-top .swiper-button {
  height: 55px;
  height: 3.4375rem;
  width: 28px;
  width: 1.75rem;
}
.gallery.product .product-gallery-top .swiper-button span {
  left: 11px;
  left: 0.6875rem;
  height: 34px;
  height: 2.125rem;
  background: #fff;
  display: block;
  position: relative;
  transition: all 0.2s linear;
  width: 2px;
}
.gallery.product .product-gallery-top .swiper-button-prev {
  transform: translate(-100%, -50%);
  left: -100px;
}
.gallery.product .product-gallery-top .swiper-button-next {
  transform: translate(100%, -50%);
  right: -100px;
}
.gallery.product .product-gallery-top .swiper-button-prev .last, .gallery.product .product-gallery-top .swiper-button-next .first {
  transform: rotate(-45deg);
}
.gallery.product .product-gallery-top .swiper-button-prev .first, .gallery.product .product-gallery-top .swiper-button-next .last {
  transform: rotate(45deg);
}
.gallery.product .product-gallery-top .swiper-button-disabled .last, .gallery.product .product-gallery-top .swiper-button-disabled .first {
  transform: rotate(0deg);
}
.gallery.product .product-gallery-top .swiper-button .last {
  top: -11px;
}
.gallery.product .product-gallery-thumbs .swiper-slide .media:after {
  bottom: 0;
  content: "";
  cursor: pointer;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.gallery.product .product-gallery-thumbs .swiper-slide-thumb-active {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.gallery.product .product-gallery-thumbs .swiper-slide-thumb-active:after {
  background: #E25303;
  bottom: 0;
  content: "";
  display: block;
  height: 5px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .gallery.product {
    padding-left: 100px;
    padding-left: 6.25rem;
    padding-right: 100px;
    padding-right: 6.25rem;
  }
  .gallery.product .product-gallery-top .swiper-button-prev {
    left: -40px;
  }
  .gallery.product .product-gallery-top .swiper-button-next {
    right: -40px;
  }
}
@media (max-width: 991.98px) {
  .gallery.product {
    padding: 0;
  }
  .gallery.product .product-gallery-top {
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
  }
  .gallery.product .product-gallery-top .swiper-button {
    transform: translateY(-50%);
  }
  .gallery.product .product-gallery-top .swiper-button-prev {
    left: 10px;
  }
  .gallery.product .product-gallery-top .swiper-button-next {
    right: 10px;
  }
}
@media (max-width: 767.98px) {
  .gallery.product .product-gallery-top {
    margin-bottom: 0;
  }
  .gallery.product .product-gallery-top .swiper-button {
    height: 25px;
    height: 1.5625rem;
    width: 18px;
    width: 1.125rem;
  }
  .gallery.product .product-gallery-top .swiper-button:focus {
    outline: none;
  }
  .gallery.product .product-gallery-top .swiper-button span {
    left: 8px;
    left: 0.5rem;
    height: 15px;
    height: 0.9375rem;
    background: #E25303;
  }
  .gallery.product .product-gallery-top .swiper-button .last {
    top: -5px;
  }
  .gallery.product .product-gallery-thumbs {
    display: none;
    margin-bottom: 4px;
    margin-bottom: 0.25rem;
    margin-top: -9px;
    margin-top: -0.5625rem;
  }
  .gallery.product .product-gallery-thumbs .play {
    display: none;
  }
  .gallery.product .product-gallery-thumbs .media {
    display: none;
  }
  .gallery.product .product-gallery-thumbs .swiper-slide:after {
    background: #777777;
    content: "";
    display: block;
    height: 5px;
    position: static;
  }
  .gallery.product .product-gallery-thumbs .swiper-slide-thumb-active:after {
    background: #E25303;
  }
}

/*# sourceMappingURL=paragraph--showroom-default.css.map */
