body {
  overflow: visible !important;
}

.gfc .stickyGalleryWrapper {
  position: sticky;
  top: 8.75rem;
}
@media (min-width: 992px) {
  .gfc .stickyGalleryWrapper {
    top: 13.25rem;
  }
}
.gfc.module-single-product {
  overflow: unset;
  background: #FAFAFA;
  margin-block: 0;
}
.gfc.module-single-product .woocommerce-breadcrumb,
.gfc.module-single-product .breadcrumbs {
  padding-block-start: 3rem;
  padding-block-end: 2.5rem;
  display: flex;
  column-gap: 1rem;
}
.gfc.module-single-product .woocommerce-breadcrumb a,
.gfc.module-single-product .breadcrumbs a {
  text-decoration: none;
  color: #1E2127;
  font-family: Assistant, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
.gfc.module-single-product .stage {
  position: relative;
  height: 100%;
  padding-top: 3rem;
}
.gfc.module-single-product .stage::before {
  display: none;
}
@media (min-width: 992px) {
  .gfc.module-single-product .stage::before {
    content: "";
    position: absolute;
    display: block;
    width: 46vw;
    top: 0;
    background-color: #E4E4E5;
    left: calc((100vw - 50%) / -2);
    height: 100%;
  }
}
.gfc.module-single-product .swiper-outer {
  position: relative;
  --swiper-pagination-bullet-width: 15px;
  --swiper-pagination-bullet-height: 15px;
  --swiper-navigation-color: #BA093D;
}
.gfc.module-single-product .swiper-outer .swiper-pagination-bullet-active {
  background: #BA093D;
}
@media (min-width: 992px) {
  .gfc.module-single-product .swiper-outer {
    --swiper-pagination-bottom: -40px ;
  }
}
.gfc.module-single-product .product-category {
  background: #F4F4F4;
  color: #BA093D;
  font-family: "Selawik Regular", sans-serif;
  font-size: 24px;
  line-height: 32px;
}
.gfc.module-single-product table tr:nth-child(even) {
  background: transparent;
}
.gfc.module-single-product table tr {
  border-bottom: 1px solid #eee;
}
.gfc.module-single-product table tr:first-child {
  border-top: 1px solid #eee;
}
.gfc.module-single-product table td {
  padding: 1rem !important;
}
.gfc.module-single-product .strong-20 {
  color: #1E2127;
  font-family: "Selawik Bold", sans-serif;
  font-size: clamp(18px, 4vw, 20px);
  line-height: clamp(24px, 4vw, 30px);
  font-weight: 700;
}
.gfc.module-single-product .strong-24 {
  color: #1E2127;
  font-family: "Selawik Bold", sans-serif;
  font-size: clamp(18px, 4vw, 24px);
  line-height: clamp(24px, 4vw, 32px);
  font-weight: 700;
}
.gfc.module-single-product .strong-36 {
  color: #1E2127;
  font-family: "Selawik Bold", sans-serif;
  font-size: clamp(28px, 4vw, 36px);
  line-height: clamp(26px, 4vw, 44px);
  font-weight: 700;
}
.gfc.module-single-product .img-full {
  width: 100%;
  height: 100%;
  /*425px;*/
  object-fit: contain;
  border: 1px solid #eee;
}
.gfc.module-single-product .img-thumb {
  width: 100%;
  height: 100%;
  /*150px;*/
  object-fit: contain;
  border: 1px solid #eee;
  cursor: pointer;
}
.gfc.module-single-product .product-name {
  color: #1E2127;
  font-family: "Selawik Bold", sans-serif;
  font-size: clamp(52px, 4vw, 60px);
  line-height: clamp(64px, 4vw, 72px);
  font-weight: 700;
}
.gfc.module-single-product .product-description {
  color: #626468;
  font-family: "Selawik Regular", sans-serif;
  font-size: clamp(18px, 4vw, 24px);
  line-height: clamp(24px, 4vw, 32px);
  font-weight: 400;
}
.gfc.module-single-product .btn {
  width: 50px;
  height: 50px;
  border: 1px solid #BCBCBE;
}
.gfc.module-single-product .btn-black {
  background-color: #000000;
  color: #f6f6f6;
}
.gfc.module-single-product .btn-dark-bronze {
  background-color: #32241e;
  color: #c4a394;
}
.gfc.module-single-product .btn-forest-green {
  background-color: #004439;
  color: #004439;
}
.gfc.module-single-product .btn-sandstone {
  background-color: #ebe0bc;
  color: #6f6a59;
}
.gfc.module-single-product .btn-white {
  background-color: #fff;
  color: #898989;
}
.gfc.module-single-product .btn-postal-grey {
  background-color: #bbbaa6;
  color: #4b4b43;
}
.gfc.module-single-product .btn-silver-speck {
  background-color: #afb5b0;
  color: #414341;
}
.gfc.module-single-product .btn-gold-speck {
  background-color: #dcbc5b;
  color: #5e5027;
}
.gfc.module-single-product .btn-antique-bronze {
  background-color: #574637;
  color: #cdbbac;
}
.gfc.module-single-product .btn-anodized-aluminum {
  background-color: #979fa1;
  color: #979fa1;
}
.gfc.module-single-product .btn-check:checked + .btn {
  border: 2px solid #b52c4b;
}
.gfc.module-single-product .product-price {
  color: #1E2127;
  font-family: "Selawik Bold", sans-serif;
  font-size: clamp(30px, 4vw, 48px);
  line-height: clamp(52px, 4vw, 60px);
  font-weight: 700;
}
.gfc.module-single-product .add-to-cart {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.gfc.module-single-product .add-to-cart input[type=submit] {
  border-radius: 8px;
  background: #BA093D;
  text-transform: uppercase;
  width: 300px;
}
.gfc.module-single-product .add-to-cart .input-group {
  width: 200px;
}
.gfc.module-single-product .add-to-cart .input-group input[type=text] {
  color: #1E2127;
  font-family: "Selawik Bold", sans-serif;
  font-size: clamp(22px, 4vw, 30px);
  line-height: clamp(20px, 4vw, 38px);
  font-weight: 700;
  border-radius: 8px;
  border: 1px solid #E4E4E5;
  background-color: #ECECEC;
  text-align: center;
}
.gfc.module-single-product hr {
  opacity: 1;
  border: 1px solid #D4D9DD;
}
.gfc.module-single-product .cta-get-custom-quote {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.gfc.module-single-product .cta-get-custom-quote .get-custom-quote {
  display: flex;
  column-gap: 1rem;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #1E2127;
  color: #FFF;
  font-family: Assistant, sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  width: 300px;
  height: unset;
  text-transform: uppercase;
  padding-block: 1rem;
}
.gfc.module-single-product .cta-get-custom-quote .get-help {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-decoration: none;
  text-transform: uppercase;
  width: 300px;
  height: unset;
  border: none;
  color: #1E2127;
  font-family: "Selawik Bold", sans-serif;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
}
.gfc.module-single-product .cta-get-custom-quote .get-help svg {
  margin-top: 4px;
}
.gfc.module-single-product .cta-find-a-dealer {
  display: none;
  position: absolute;
  right: 0;
  bottom: -78px;
  margin-right: 36.35rem;
  width: 100vw;
  z-index: 1;
}
.gfc.module-single-product .cta-find-a-dealer .btn-primary {
  --bs-btn-bg: #BA093D;
  --bs-btn-border-color: #BA093D;
  --bs-btn-hover-bg: #9F0A3D;
  --bs-btn-hover-border-color: #9F0A3D;
  --bs-btn-active-bg: #9F0A3D;
  --bs-btn-active-border-color: #9F0A3D;
  --bs-btn-font-size: 20px;
  --bs-btn-padding-x: 48px;
  --bs-btn-padding-y: 24px;
  display: flex;
  column-gap: 1rem;
  align-items: center;
  justify-content: end;
  font-family: Assistant, sans-serif;
  line-height: 30px;
  width: auto;
  height: unset;
  text-align: center;
  border: 0;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: underline;
}
.gfc.module-single-product .cta-find-a-dealer svg {
  width: 20px;
  height: 20px;
}
@media (min-width: 992px) {
  .gfc.module-single-product .cta-find-a-dealer {
    display: block;
  }
}
.gfc.module-single-product .btn.product-drawing {
  --bs-btn-font-size: 20px;
  --bs-btn-font-weight: 700;
  --bs-btn-color: #404247;
  display: flex;
  align-items: center;
  column-gap: 1rem;
  text-transform: uppercase;
  font-family: "Selawik Bold", sans-serif;
  width: auto;
  height: unset;
  border: 0;
  text-decoration: underline;
}
.gfc.module-single-product .btn.product-drawing svg {
  margin-top: 4px;
}
.gfc.module-single-product .btn.product-drawing svg path {
  stroke: #404247;
}
.gfc.module-single-product .btn.product-drawing:hover {
  color: #BA093D;
}
.gfc.module-single-product .btn.product-drawing:hover svg path {
  stroke: #BA093D;
}
.gfc.module-single-product .product-download {
  border: 1px solid #E4E4E5;
  border-radius: 8px;
}
.gfc.module-single-product .product-download .left {
  column-gap: 3rem;
}
.gfc.module-single-product .ribbons.top {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  top: 5rem;
  right: 0;
  margin-right: 80%;
}
.gfc.module-single-product .ribbons.top .thin {
  background-color: #BA093D;
  height: 3px;
  width: calc(100vw - 90%);
}
.gfc.module-single-product .ribbons.top .thick {
  background-color: #BA093D;
  height: 49px;
  margin-top: 26px;
  width: 100vw;
}

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