@charset "UTF-8";
/* currently used for dummy images */
/* e.g. product images and button background */
/* e.g. site background */
#primary .woocommerce-breadcrumb {
  display: none;
}
#primary .main-menu {
  display: none;
}
#primary .product-top-section {
  font-family: Kelson Sans;
}
#primary .product-top-section .product-gallery-wrapper {
  position: relative;
  grid-area: gallery;
}
#primary .product-top-section .product-gallery-wrapper .current-image {
  background-color: #ebecec;
  height: 500px;
}
#primary .product-top-section .product-gallery-wrapper .current-image img {
  object-fit: cover;
  height: 100%;
}
#primary .product-top-section .product-gallery-wrapper .other-images {
  display: flex;
}
#primary .product-top-section .product-gallery-wrapper .other-images .image {
  padding: 5px;
  margin: 5px;
  background: #fff;
  flex: 1;
}
#primary .product-top-section .product-gallery-wrapper .other-images .image img {
  object-fit: contain;
  height: 100%;
}
#primary .product-top-section .product-gallery-wrapper .other-images .image:hover {
  cursor: pointer;
}
#primary .product-top-section .product-title {
  padding: 1em;
}
#primary .product-top-section .product-title h1 {
  font-size: 2em;
}
#primary .product-top-section .information-wrapper {
  display: grid;
  grid-area: information;
  grid-gap: 1em;
  grid-template-areas: "information icons";
  background-color: #fff;
  border-right: 7px solid;
  justify-content: space-between;
}
#primary .product-top-section .information-wrapper .information {
  display: flex;
  flex-direction: column;
  grid-area: information;
  padding: 1em 0 1em 1em;
}
#primary .product-top-section .information-wrapper .information > div {
  margin-bottom: 1em;
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 3em;
}
#primary .product-top-section .information-wrapper .information .primary-info .datasheets {
  margin-bottom: 1em;
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}
#primary .product-top-section .information-wrapper .information .primary-info .pdf-link {
  font-size: 1em;
  color: #da291c;
  background-color: #ebecec;
  border-radius: 5px;
  display: flex;
  align-items: center;
  width: fit-content;
}
#primary .product-top-section .information-wrapper .information .primary-info .pdf-link > div {
  margin-right: 15px;
}
#primary .product-top-section .information-wrapper .information .primary-info .pdf-link > div p {
  margin: 0;
}
#primary .product-top-section .information-wrapper .information .primary-info .pdf-link img {
  height: 75px;
  width: auto;
}
#primary .product-top-section .information-wrapper .information .more-information {
  color: gray;
  font-weight: lighter;
  font-size: 1.25em;
}
#primary .product-top-section .information-wrapper .information .more-information strong {
  margin-right: 0.5em;
}
#primary .product-top-section .information-wrapper #attribute-icons {
  grid-area: icons;
  display: flex;
  align-items: center;
  flex-direction: column;
}
#primary .product-top-section .information-wrapper #attribute-icons > div {
  margin: 0.5rem;
}
#primary .product-top-section .information-wrapper #attribute-icons .icons-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#primary .product-top-section .information-wrapper #attribute-icons .icons-wrapper.attribute.variable {
  display: none;
}
#primary .product-top-section .information-wrapper #attribute-icons .icons-wrapper.attribute.variable.show {
  display: flex;
}
#primary .product-top-section .information-wrapper #attribute-icons .icons-wrapper svg:last-child {
  margin-top: -1px;
}
#primary .product-top-section .information-wrapper #attribute-icons svg,
#primary .product-top-section .information-wrapper #attribute-icons img {
  width: 50px;
  height: auto;
}
#primary .product-top-section .info-tabs {
  grid-area: tabs;
  padding: 1em;
  background-color: #fff;
}
#primary .product-top-section .info-tabs .wc-tabs-wrapper .woocommerce-Tabs-panel {
  height: 0;
  overflow: hidden;
}
#primary .product-top-section .info-tabs .wc-tabs-wrapper .woocommerce-Tabs-panel.is-active {
  height: auto;
}
#primary .product-top-section .info-tabs .wc-tabs-wrapper .tabs .tab-header {
  position: relative;
  list-style: none;
  padding: 0.5em 1em;
  background-color: #999;
  font-size: 1.2em;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  border-top: solid 1px white;
  border-bottom: solid 1px white;
}
#primary .product-top-section .info-tabs .wc-tabs-wrapper .tabs .tab-header a {
  color: #000;
}
#primary .product-top-section .info-tabs .wc-tabs-wrapper .tabs .tab-header:after {
  position: absolute;
  content: "";
  top: 0.75em;
  right: 1em;
  width: 0.5em;
  height: 0.5em;
  border-top: 0.15em solid #fff;
  border-right: 0.15em solid #fff;
  transform: rotate(135deg);
}
#primary .product-top-section .info-tabs .wc-tabs-wrapper .tabs .tab-header.is-active {
  background-color: #da291c;
}
#primary .product-top-section .info-tabs .wc-tabs-wrapper .tabs .tab-header.is-active a {
  color: #fff;
}
#primary .product-top-section .info-tabs .wc-tabs-wrapper .tabs .tab-header.is-active::after {
  transform: rotate(-45deg);
}
#primary .product-top-section .info-tabs .wc-tabs-wrapper .tabs .woocommerce-Tabs-panel {
  background-color: #ebecec;
  padding: 2em 1.5em;
}
#primary .product-top-section .info-tabs .wc-tabs-wrapper .tabs .woocommerce-Tabs-panel.is-active {
  display: block !important;
}
#primary .product-top-section .info-tabs .wc-tabs-wrapper table {
  width: 100%;
}
#primary .product-top-section .info-tabs .wc-tabs-wrapper table tr {
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 0.5em;
}
#primary .product-top-section .info-tabs .wc-tabs-wrapper table th {
  text-align: left;
  width: auto;
}
#primary .product-top-section .info-tabs h2 {
  display: none;
}
#primary .similar-products {
  padding: 1em;
  border-right: 7px solid;
  background-color: #fff;
}
#primary .similar-products .product-list {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1em;
}
#primary .configurator {
  background-color: #fff;
  font-size: 1em;
}
#primary .configurator .heading {
  padding: 0.5em 1em;
  background-color: #da291c;
  color: white;
  font-size: 1.2em;
  line-height: 2em;
}
#primary .configurator .options .option {
  border-bottom: 1px #ebecec solid;
}
#primary .configurator .options .option > div {
  padding: 0.25em 0.5em;
  width: calc(100% - 1.5em + 3px);
  line-height: 2.5em;
}
#primary .configurator .options .option > div.problem {
  border-right: 5px solid #da291c;
  background-color: rgba(255, 0, 0, 0.25);
}
#primary .configurator .drop-down {
  position: relative;
  text-align: left;
  outline: none;
  display: grid;
  grid-template-columns: 3fr 2fr;
  border-right: 5px solid transparent;
}
#primary .configurator .drop-down.open {
  background-color: rgba(34, 34, 34, 0.1);
  border-color: rgba(34, 34, 34, 0.5);
}
#primary .configurator .drop-down.open .drop-down-selected:after {
  transform: rotate(315deg);
}
#primary .configurator .drop-down .drop-down-selected {
  color: #000;
  padding-left: 1em;
  cursor: pointer;
  user-select: none;
}
#primary .configurator .drop-down .drop-down-selected p {
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 1em;
  white-space: nowrap;
}
#primary .configurator .drop-down .drop-down-selected:after {
  position: absolute;
  content: "";
  top: 1em;
  right: 10px;
  width: 0.5em;
  height: 0.5em;
  border-top: 0.15em solid #333;
  border-right: 0.15em solid #333;
  transform: rotate(135deg);
}
#primary .configurator .drop-down .drop-down-list {
  color: #000;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 3;
  background-color: #fff;
  width: calc(100% + 5px);
}
#primary .configurator .drop-down .drop-down-list .drop-down-item {
  color: #000;
  padding-right: 1em;
  cursor: pointer;
  user-select: none;
  text-align: right;
}
#primary .configurator .drop-down .drop-down-list .drop-down-item:hover {
  background-color: rgba(34, 34, 34, 0.1);
  border-right: 5px solid rgba(34, 34, 34, 0.5);
}
#primary .configurator .drop-down .drop-down-list.hide {
  display: none;
}
#primary .configurator .switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
  justify-self: end;
  align-self: center;
}
#primary .configurator {
  /* Hide default HTML checkbox */
}
#primary .configurator .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
#primary .configurator {
  /* The slider */
}
#primary .configurator .check-box {
  display: grid;
  grid-template-columns: 3fr 2fr;
}
#primary .configurator .check-box .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#primary .configurator .check-box .slider:after {
  content: "⤫";
  position: absolute;
  right: 6px;
  font-size: 10px;
  color: white;
  top: -10px;
  font-weight: bold;
}
#primary .configurator .check-box .slider.round {
  border-radius: 34px;
}
#primary .configurator .check-box .slider.round:before {
  border-radius: 50%;
}
#primary .configurator .check-box .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 0px;
  bottom: 0px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: 3px 3px 5px -3px;
}
#primary .configurator .check-box .checker.checked + .slider {
  background-color: #21f360;
}
#primary .configurator .check-box .checker.checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}
#primary .configurator .check-box .checker.checked + .slider:after {
  color: white;
  position: absolute;
  left: 6px;
  font-size: 15px;
  top: -10px;
  font-weight: bold;
  content: "✓";
}
#primary .configurator .error {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  background-color: white;
  border: solid 5px red;
  margin: auto;
  width: calc(100% - 10px - 1em) !important;
  animation: slide-down 1s ease;
}
@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slide-up {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#primary h2 {
  font-size: 1.75em;
  margin-bottom: 1em;
}
#primary h1,
#primary h2 {
  text-transform: none;
  color: #da291c;
}
@media (min-width: 768px) {
  #primary h2 {
    font-size: 2.75em;
  }
  #primary .product-top-section {
    display: grid;
    grid-template-areas: "gallery title" "gallery information" "tabs information";
    grid-template-columns: 1fr 1fr;
  }
  #primary .product-top-section .information-wrapper {
    display: grid;
  }
  #primary .product-top-section .information-wrapper .primary-info {
    flex-direction: column;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  #primary .product-top-section .information-wrapper .primary-info {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  #primary .product-top-section .information-wrapper #attribute-icons {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 3em;
    padding: 2em 2em 2em 0;
  }
  #primary .product-top-section .information-wrapper .information {
    padding: 4em 2em 2em 3em;
  }
  #primary .product-top-section .configurator .error {
    left: auto;
    top: auto;
    right: 50px;
    bottom: 50px;
    max-width: 33%;
    animation: slide-up 1s ease;
  }
  #primary .product-top-section .product-gallery-wrapper {
    min-height: 75vh;
    padding-top: 15vh;
  }
  #primary .product-top-section .product-gallery-wrapper .current-image {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50vw;
    height: calc(100% - 50px);
    display: flex;
    align-items: flex-end;
  }
  #primary .product-top-section .product-gallery-wrapper .current-image img {
    object-fit: cover;
    object-position: bottom;
  }
  #primary .product-top-section .product-gallery-wrapper .other-images {
    position: absolute;
    bottom: 20px;
    right: 20px;
    flex-direction: column;
    height: 100%;
    width: 125px;
    justify-content: flex-end;
  }
  #primary .product-top-section .product-gallery-wrapper .other-images .image {
    height: 105px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: unset;
  }
  #primary .product-top-section .product-gallery-wrapper .other-images .image img {
    object-fit: cover;
    height: 100%;
  }
  #primary .product-top-section .product-title {
    margin-left: calc(-10vw - 10px);
    padding: 5em 0;
    z-index: 2;
  }
  #primary .product-top-section .product-title h1 {
    font-size: 3em;
  }
  #primary .product-top-section .info-tabs {
    padding: 5em 0 0 5em;
  }
  #primary .similar-products {
    padding: 5em;
  }
  #primary .similar-products .product-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

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