/* common border radius */
/* disable text selection */
/*	Font / Text Mixins
======================================================================== */
/*	Font family mixin
--------------------------------------- */
/*	Font size mixin
--------------------------------------- */
/*	Defined widths
--------------------------------------- */
/*	Plugins
--------------------------------------- */
@import "../../js/library/chosen/chosen.css";
/*	Import components
--------------------------------------- */
/* common border radius */
/* disable text selection */
/*	Font / Text Mixins
======================================================================== */
/*	Font family mixin
--------------------------------------- */
/*	Font size mixin
--------------------------------------- */
/*	Defined widths
--------------------------------------- */
.products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% + 1.6rem);
  margin-left: -0.8rem;
  margin-right: -0.8rem;
  margin-bottom: 8rem;
}
@media (min-width: 450px) {
  .products {
    margin-bottom: 10rem;
  }
}
@media (min-width: 850px) {
  .products {
    margin-bottom: 16rem;
  }
}
.products .product {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% - 1.6rem);
  margin: 0.8rem;
  padding: 3rem 2.5rem;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.8rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.products .product h3 {
  margin-bottom: 2.7rem;
  font-family: "Rubik-medium", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.222;
  color: black;
}
.products .product .more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #D42028;
  font-family: "Rubik-medium", sans-serif;
  font-weight: 500;
}
.products .product .more span {
  text-decoration: underline;
}
.products .product .more svg {
  padding-right: 0.5rem;
  -webkit-transition: padding 0.15s ease;
  transition: padding 0.15s ease;
}
.products .product:hover {
  border-color: #D42028;
}
.products .product:hover .more svg {
  padding-left: 0.5rem;
  padding-right: 0;
}
@media (min-width: 450px) {
  .products .product {
    width: calc(50% - 1.6rem);
  }
}
@media (min-width: 850px) {
  .products .product {
    width: calc(25% - 1.6rem);
  }
}

/*
* https://harvesthq.github.io/chosen/
*/
/* common border radius */
/* disable text selection */
/*	Font / Text Mixins
======================================================================== */
/*	Font family mixin
--------------------------------------- */
/*	Font size mixin
--------------------------------------- */
.chosen-container {
  position: relative;
  display: block;
  width: 100% !important;
  min-height: 6.4rem;
  margin: 0;
  padding: 1rem 4.6rem 1rem 2.4rem;
  background-color: #F6F6F6;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid black;
  border-radius: 0.6rem;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.4375;
  cursor: pointer;
}
.chosen-container::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(15, 22, 30, 0.5);
  opacity: 1;
}
.chosen-container::-moz-placeholder { /* Firefox 19+ */
  color: rgba(15, 22, 30, 0.5);
  opacity: 1;
}
.chosen-container:-moz-placeholder { /* Firefox 18- */
  color: rgba(15, 22, 30, 0.5);
  opacity: 1;
}
.chosen-container::-ms-input-placeholder { /* Microsoft Edge */
  color: rgba(15, 22, 30, 0.5);
}
.chosen-container:-ms-input-placeholder { /* IE 10-11 */
  color: rgba(15, 22, 30, 0.5);
  opacity: 1;
}
.chosen-container::after {
  content: "";
  width: 4.6rem;
  height: 100% !important;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.36' height='5.38' viewBox='0 0 8.36 5.38'%3E%3Cpath id='Path_7766' data-name='Path 7766' d='M3.02-1.16H1L4.46-5.34,1-9.52H3.02L6.38-5.48v.28Z' transform='translate(-1.16 -1) rotate(90)' fill='%23001e46'/%3E%3C/svg%3E%0A");
  background-position: center center;
  background-repeat: no-repeat;
}
.chosen-container.chosen-with-drop {
  border-radius: 0.6rem 0.6rem 0 0;
}
.chosen-container .chosen-choices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: 4.4rem;
  padding: 0;
  border-radius: 0.6rem;
  background: transparent;
  border: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.chosen-container .chosen-choices li.search-choice {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 4rem;
  padding: 1rem 1.1rem 1rem 1.3rem;
  border: 1px solid #D42028;
  border-radius: 2rem;
  background: white;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.chosen-container .chosen-choices li.search-choice span {
  color: #0F161E;
}
.chosen-container .chosen-choices li.search-choice .search-choice-close {
  position: relative;
  top: initial;
  right: initial;
  margin-left: 1.1rem;
  width: 1.6rem;
  height: 1.6rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cg id='Group_2309' data-name='Group 2309' transform='translate(-124.25 -15)'%3E%3Ccircle id='Ellipse_60' data-name='Ellipse 60' cx='7' cy='7' r='7' transform='translate(124.25 15)' fill='%23d42028'/%3E%3Cg id='Group_2308' data-name='Group 2308' transform='translate(-0.5)'%3E%3Cline id='Line_3482' data-name='Line 3482' y2='5' transform='translate(131.75 19.5)' fill='none' stroke='%23fff' stroke-width='1'/%3E%3Cline id='Line_3483' data-name='Line 3483' x1='5' transform='translate(129.25 22)' fill='none' stroke='%23fff' stroke-width='1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: contain !important;
}
.chosen-container .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: center center;
}
.chosen-container .chosen-choices li.search-choice:hover {
  border-color: #B21A21;
}
.chosen-container .chosen-drop {
  background-color: #F6F6F6;
  border-radius: 0 0 0.6rem 0.6rem;
  border-color: black;
  left: -1px;
  width: calc(100% + 2px);
}
.chosen-container .chosen-results li {
  padding: 1.2rem 2.4rem;
}
.chosen-container .chosen-results li.highlighted {
  background: transparent;
  color: #D42028;
}

/* common border radius */
/* disable text selection */
/*	Font / Text Mixins
======================================================================== */
/*	Font family mixin
--------------------------------------- */
/*	Font size mixin
--------------------------------------- */
.slick-arrow {
  z-index: 1;
  width: 4rem;
  height: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: transparent;
  font-size: 0;
  border-radius: 0.4rem;
  outline: none !important;
}
.slick-arrow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.01)), to(white));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.01), white);
}
.slick-arrow::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 2.6rem auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26'%3E%3Cg id='Group_2' data-name='Group 2' transform='translate(-0.162)'%3E%3Crect id='Rectangle_28' data-name='Rectangle 28' width='26' height='26' transform='translate(0.162)' fill='%23fff' opacity='0'/%3E%3Cg id='Group_1' data-name='Group 1' transform='translate(10 5)'%3E%3Cpath id='Path_1' data-name='Path 1' d='M2646.564,4075.4h0a3.2,3.2,0,0,1,0-4.528l3.342-3.342-3.342-3.342a3.2,3.2,0,0,1,0-4.527h0l7.87,7.869Z' transform='translate(-2645.626 -4059.663)' fill='%23121524'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.slick-arrow.slick-prev {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}
.slick-arrow.slick-next {
  right: 0;
}
.slick-arrow.slick-hidden, .slick-arrow.slick-disabled {
  display: none;
}

.slick-dots {
  width: 100%;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  padding: 0 1.4rem;
  display: inline-block;
  vertical-align: top;
}
.slick-dots li button {
  width: 1.2rem;
  height: 1.2rem;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 50px;
  border-radius: 50%;
  background: #C4C6CF;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.slick-dots li button:hover {
  background: black;
}
.slick-dots li.slick-active button {
  background: black;
}

.product-detail {
  margin-bottom: 8rem;
}

.product-page {
  margin-bottom: 5rem;
}
@media (min-width: 640px) {
  .product-page {
    margin-bottom: 10rem;
  }
}
.product-page__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.product-page__inner .col {
  width: 100%;
}
.product-page__inner .col.left {
  margin-bottom: 4rem;
}
@media (min-width: 640px) {
  .product-page__inner .col {
    width: 50%;
  }
  .product-page__inner .col.left {
    margin-bottom: 0;
  }
  .product-page__inner .col.right {
    padding-left: 4rem;
  }
}
@media (min-width: 850px) {
  .product-page__inner .col.right {
    padding-left: 10rem;
  }
}
.product-page__title {
  margin-bottom: 3rem;
  font-size: 3.2rem;
  line-height: 1.125;
}
.product-page__content {
  margin-bottom: 3.3rem;
  font-family: "Rubik-light", sans-serif;
  font-weight: 300;
  line-height: 1.625;
}
.product-page__content ul {
  list-style-type: circle;
  margin-left: 1.2rem;
}
.product-page__content ul li::marker {
  content: "- ";
  font-size: 1em;
}
.product-page p {
  margin-bottom: 2.3rem;
}
.product-page .price {
  margin-bottom: 3.3rem;
  font-family: "Rubik-medium", sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.1666;
}
.product-page .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 400px) {
  .product-page .buttons {
    margin-left: -0.6rem;
    margin-right: -0.6rem;
  }
}
.product-page .buttons .button {
  width: 100%;
  margin: 0 0 0.6rem 0;
}
@media (min-width: 400px) {
  .product-page .buttons .button {
    margin: 0.6rem;
    min-width: calc(50% - 1.2rem);
    width: auto;
  }
}

.biggallery {
  max-height: 50rem;
  margin-bottom: 0.8rem;
}
.biggallery .slick-list {
  max-height: 50rem;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.8rem;
  overflow: hidden;
}
.biggallery .slick-track {
  max-height: 50rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.biggallery .slick-slide {
  max-height: 50rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.biggallery .slick-slide img {
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.biggallery__slide:nth-child(n+2) {
  display: none;
}
.slick-initialized .biggallery__slide:nth-child(n+2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.biggallery.slick-initialized .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.minigallery {
  width: calc(100% + 0.8rem);
  margin-left: -0.4rem;
  margin-right: -0.4rem;
}
.minigallery.slider-nav .slick-list {
  padding: 0 !important;
}
.minigallery.slider-nav .slick-list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-left: 0;
}
.minigallery__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 11rem;
  margin: 0.4rem;
  padding: 0.8rem;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.8rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.minigallery__slide img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.minigallery__slide:hover {
  border-color: rgba(0, 0, 0, 0.25);
}
.minigallery__slide:nth-child(n+2) {
  display: none;
}
.slick-initialized .minigallery__slide:nth-child(n+2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.minigallery.slick-initialized .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* #region VARIANTS ======================================================================= */
.variants {
  margin-bottom: 5rem;
}
@media (min-width: 640px) {
  .variants {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 7rem;
  }
}
@media (min-width: 1024px) {
  .variants {
    margin-bottom: 14rem;
  }
}
.variants__title {
  margin-right: 5rem;
}
.variants a {
  display: inline-block;
  margin-bottom: 0.7rem;
  text-decoration: underline;
  color: #D42028;
  font-family: "Rubik-light", sans-serif;
  font-weight: 300;
  line-height: 1.1875;
}
.variants a:hover {
  color: #B21A21;
}

/* #endregion */
/* #region MORE CONTENT ======================================================================= */
.more-content {
  margin-bottom: 5rem;
}
@media (min-width: 640px) {
  .more-content {
    margin-bottom: 10rem;
  }
}

/* #endregion */
/* #region REFERENCES ======================================================================= */
.references {
  margin-bottom: 5rem;
}
@media (min-width: 450px) {
  .references {
    margin-bottom: 8rem;
  }
}
@media (min-width: 640px) {
  .references {
    margin-bottom: 14rem;
  }
}

/*	References gallery
======================================================================== */
.ref-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.8rem;
  margin-right: -0.8rem;
}
.ref-gallery__item {
  position: relative;
  width: 100%;
  padding-top: 100%;
  margin: 0.8rem auto;
  border-radius: 0.8rem;
  overflow: hidden;
}
.ref-gallery__item img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 450px) {
  .ref-gallery__item {
    width: calc(50% - 1.6rem);
    padding-top: calc(50% - 1.6rem);
    margin: 0.75rem 0.5rem;
  }
}
@media (min-width: 640px) {
  .ref-gallery__item {
    width: calc(25% - 1.6rem);
    padding-top: calc(25% - 1.6rem);
  }
}

/* #endregion */
/* #region CONTACT ======================================================================= */
.chosen-select {
  -webkit-appearance: none;
  width: 100%;
  background: #F6F6F6;
  border: 1px solid black;
  border-radius: 0.6rem;
  padding: 2.4rem;
}

/* #endregion */
/* #region ATTACHMENTS ======================================================================= */
.attachments {
  margin-bottom: 5rem;
}
@media (min-width: 450px) {
  .attachments {
    margin-bottom: 8rem;
  }
}
@media (min-width: 640px) {
  .attachments {
    margin-bottom: 14rem;
  }
}
.attachments__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + 1rem);
  max-width: 900px;
  margin: 0 auto;
}
.attachments__grid.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.attachments__grid .attachment {
  width: 100%;
  margin: 1rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  color: #D42028;
  text-decoration: underline;
}
.attachments__grid .attachment:hover {
  text-decoration: none;
  color: #B21A21;
}
@media (min-width: 450px) {
  .attachments__grid .attachment {
    width: calc(50% - 1rem);
    margin: 1.5rem 0.5rem;
  }
}
@media (min-width: 640px) {
  .attachments__grid .attachment {
    width: calc(33% - 2rem);
    margin: 5rem 1rem;
  }
}
.attachments__grid .attachment__icon {
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 1.6rem;
}
.attachments__grid .attachment__icon img,
.attachments__grid .attachment__icon svg {
  max-width: 100%;
  max-height: 100%;
}

/* #endregion */
/* #region RELATED ======================================================================= */
.related {
  margin-bottom: 10rem;
}
.related__grid.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* #endregion */
@-webkit-keyframes loader-02 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes loader-02 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* #region TABLE ======================================================================= */
.product-table {
  margin-bottom: 5rem;
  position: relative;
  /*	Button version depending on state
  --------------------------------------- */
}
@media (min-width: 640px) {
  .product-table {
    margin-bottom: 10rem;
  }
}
@media (max-width: 450px) {
  .product-table {
    position: relative;
  }
  .product-table::before {
    content: "";
    z-index: 1;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: var(--content-padding);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.01)), to(white));
    background: linear-gradient(to right, rgba(255, 255, 255, 0.01), white);
  }
  .product-table .table {
    padding-right: var(--content-padding);
  }
  .product-table table th,
  .product-table table td {
    white-space: nowrap;
  }
}
.product-table table th,
.product-table table td {
  /*   &:nth-last-child(3),
    &:nth-last-child(2) {
        text-align: right;
    } */
}
.product-table table th:first-child,
.product-table table td:first-child {
  width: 300px;
}
.product-table table th:last-child,
.product-table table td:last-child {
  width: 110px;
  text-align: left;
}
@media (min-width: 850px) {
  .product-table table th:last-child,
  .product-table table td:last-child {
    width: 160px;
  }
}
.product-table .button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 8.5rem;
  margin: 0;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}
.product-table .button svg {
  display: none;
}
@media (min-width: 600px) {
  .product-table .button {
    width: 10rem;
  }
}
@media (min-width: 850px) {
  .product-table .button {
    width: 14.9rem;
  }
  .product-table .button svg {
    display: inline;
    margin-right: 0.9rem;
  }
  .product-table .button svg circle {
    fill: white;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .product-table .button svg line {
    stroke: #D42028;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
.product-table .button:hover svg circle {
  fill: #D42028;
}
.product-table .button:hover svg line {
  stroke: white;
}
.product-table .button--black svg {
  display: none;
}
.product-table .button--white-black svg circle {
  fill: #0F161E;
}
.product-table .button--white-black svg line {
  stroke: white;
}
.product-table .button--white-black svg line:first-child {
  display: none;
}
.product-table .button--white-black:hover svg circle {
  fill: white;
}
.product-table .button--white-black:hover svg line {
  stroke: #0F161E;
}
.product-table .td-button .button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.product-table .td-button .button--white-black, .product-table .td-button .button--add {
  display: none;
}
.product-table .td-button[data-state=inquiring] .button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.product-table .td-button[data-state=inquiring] .button--black, .product-table .td-button[data-state=inquiring] .button--add {
  display: none;
}
.product-table[data-state=selecting] .td-button:not([data-state=inquiring]) .button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.product-table[data-state=selecting] .td-button:not([data-state=inquiring]) .button--black, .product-table[data-state=selecting] .td-button:not([data-state=inquiring]) .button--white-black {
  display: none;
}

.table-scheme {
  font-family: "Rubik-medium", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.2222;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}

.table-wrap {
  position: relative;
  overflow-x: auto;
}
.table-wrap__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
@media (max-width: 800px) {
  .table-wrap__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.table-wrap.loading {
  pointer-events: none;
}
.table-wrap.loading .loader {
  opacity: 1;
}
.table-wrap.loading.current .loader__loader {
  opacity: 1;
}
.table-wrap .loader {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #D42028;
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.table-wrap .loader .loader__loader {
  display: inline-block;
  width: 5rem;
  height: 5rem;
  color: inherit;
  vertical-align: middle;
  pointer-events: none;
  border: 0.2rem solid transparent;
  border-left-color: currentcolor;
  border-right-color: currentcolor;
  border-radius: 50%;
  -webkit-animation: 1s loader-02 linear infinite;
          animation: 1s loader-02 linear infinite;
  opacity: 0;
}
.table-wrap .table-col.left {
  width: 24rem;
  padding: 0.3rem 4rem 0.3rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 800px) {
  .table-wrap .table-col.left {
    padding: 2rem 0;
    -ms-flex-item-align: start;
        align-self: start;
  }
}
.table-wrap .table-col.right {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 800px) {
  .table-wrap .table-col.right {
    width: 100%;
  }
}
.table-wrap .table {
  margin-bottom: 2rem;
  /*	Row groups
  --------------------------------------- */
}
.table-wrap .table.is-one-of-n-tables {
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
  border-bottom: 1px solid #c6c6c6;
}
.table-wrap .table.is-one-of-n-tables tfoot tr {
  border: 0;
}
.table-wrap .table.is-one-of-n-tables tfoot td {
  padding-top: 1rem;
  padding-bottom: 2rem;
}
.table-wrap .table .table-name {
  font-family: "Rubik-medium", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.222;
  color: #D42028;
}
.table-wrap .table .table-name:not(.table-image-is-next) {
  margin-bottom: 0;
}
.table-wrap .table .table-image {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.8rem;
  overflow: hidden;
}
.table-wrap .table .row-group-start:not(:first-child) td {
  padding-top: 2rem;
}
.table-wrap .table .is-row-group-last:not(:last-child) {
  border-width: 2px;
}
.table-wrap .table .is-row-group-last:not(:last-child) td {
  padding-bottom: 2rem;
}

/* #endregion */
/*# sourceMappingURL=single-product.css.map */
