@charset "UTF-8";
/* theme stylesheet */
.woocommerce div.product div.images .flex-direction-nav a {
  opacity: 1; /* Woo often sets 0 until hover */
  text-shadow: none;
}

.woocommerce div.product div.images .flex-direction-nav .flex-prev,
.woocommerce div.product div.images .flex-direction-nav .flex-next {
  width: 44px;
  height: 44px;
  line-height: 44px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
  text-align: center;
}

.woocommerce div.product div.images .flex-direction-nav .flex-prev {
  left: 10px;
}

.woocommerce div.product div.images .flex-direction-nav .flex-next {
  right: 10px;
}

/* if your theme hides the whole nav */
.woocommerce div.product div.images .flex-direction-nav {
  display: block;
}

.zoomImg {
  display: none !important;
}

.woocommerce div.product div.images .flex-direction-nav {
  position: absolute;
  width: 100%;
  list-style-type: none;
  top: 34%;
  left: 0;
  padding-left: 0;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}
.woocommerce div.product div.images .flex-direction-nav .flex-nav-prev {
  float: left;
}
.woocommerce div.product div.images .flex-direction-nav .flex-nav-next {
  float: right;
}
.woocommerce div.product div.images .flex-direction-nav a {
  background-color: transparent !important;
  color: #009ad0 !important;
  font-size: 55px !important;
  line-height: 55px !important;
  height: 55px !important;
  width: 55px !important;
}

.woocommerce .fl-content {
  margin-bottom: 0;
}

.product-template-default #fl-main-content > .container {
  width: 1588px;
}
.product-template-default.woocommerce div.product .product_title {
  font-size: 45px;
  border-bottom: 1px solid #c3c3c3;
  padding-bottom: 25px;
  margin-bottom: 55px;
  margin-top: 20px;
}

.ms-product-panels {
  margin-top: 14px;
}
.ms-product-panels .ms-panel {
  padding-top: 40px;
  margin-top: 40px;
  border-top: 1px solid #c3c3c3;
}
.ms-product-panels .ms-panel:first-child {
  margin-top: 0;
  border: 0;
  padding-top: 0;
}
.ms-product-panels .ms-h2 {
  font-size: 24px;
  line-height: 1.2;
  margin: 0 0 10px;
  font-weight: 900;
  color: #2c2f33;
}
.ms-product-panels .ms-rich p {
  margin: 0 0 25px;
  color: #6b7280;
}
.ms-product-panels .ms-rich ul {
  margin: 0;
  padding-left: 18px;
  column-gap: 28px;
}
.ms-product-panels .ms-rich ul li {
  break-inside: avoid;
  margin: 6px 0;
  color: #2d79c7;
}
.ms-product-panels .ms-rich.ms-features ul {
  /* Your 3-col grid */
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  /* If the parent layout is a grid (WP block themes), span full content width */
  grid-column: 1/-1;
  /* Reset the theme’s forced center placement */
}
@media (max-width: 1350px) {
  .ms-product-panels .ms-rich.ms-features ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 1000px) {
  .ms-product-panels .ms-rich.ms-features ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 700px) {
  .ms-product-panels .ms-rich.ms-features ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 450px) {
  .ms-product-panels .ms-rich.ms-features ul {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.ms-product-panels .ms-rich.ms-features ul > * {
  grid-column: auto !important;
  justify-self: stretch;
}
.ms-product-panels .ms-rich.ms-features ul li {
  color: #2c2f33;
}
.ms-product-panels .ms-rich.ms-features ul li::marker {
  content: "» ";
  color: #2d79c7;
  font-weight: 700;
}
.ms-product-panels .product-applications {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}
.ms-product-panels .product-applications .ms-apps-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
@media (max-width: 900px) {
  .ms-product-panels .product-applications .ms-apps-row {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 540px) {
  .ms-product-panels .product-applications .ms-apps-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.ms-product-panels .product-applications .application-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.ms-product-panels .product-applications .application-card img {
  object-fit: contain;
}
.ms-product-panels .product-applications .application-card .application-label {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #3b3f45;
  margin-top: -30px;
  text-align: center;
}
.ms-product-panels .product-tolerances {
  margin-top: 55px;
}
.ms-product-panels .product-tolerances .ms-table-wrap {
  border: 1px solid #d5d7d6;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}
.ms-product-panels .product-tolerances .ms-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
}
.ms-product-panels .product-tolerances .ms-table thead th {
  background: #e7e9e8;
  color: #3b3f45;
  font-weight: 700;
  font-size: 13px;
  padding: 12px 14px;
  text-align: left;
  border-right: 1px solid #d5d7d6;
  text-align: center;
  font-weight: 900;
  text-transform: uppercase;
}
.ms-product-panels .product-tolerances .ms-table thead th:last-child {
  border-right: 0;
}
.ms-product-panels .product-tolerances .ms-table tbody td {
  padding: 25px 14px;
  font-size: 14px;
  color: #6b7280;
  border-top: 1px solid #d5d7d6;
  border-right: 1px solid #d5d7d6;
  text-align: center;
}
.ms-product-panels .product-tolerances .ms-table tbody td:last-child {
  border-right: 0;
}
.ms-product-panels .product-downloads .download-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  padding-top: 15px;
}
@media (max-width: 800px) {
  .ms-product-panels .product-downloads .download-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 520px) {
  .ms-product-panels .product-downloads .download-row {
    grid-template-columns: 1fr;
  }
}
.ms-product-panels .product-downloads .download-card {
  text-align: center;
}
@media (max-width: 520px) {
  .ms-product-panels .product-downloads .download-card {
    margin-bottom: 20px;
  }
}
.ms-product-panels .product-downloads .download-card img {
  width: 56px;
  height: 56px;
  object-fit: contain;
  display: block;
  margin: 0 auto 8px;
}
.ms-product-panels .product-downloads .download-card a {
  text-decoration: none;
  display: inline-block;
}
.ms-product-panels .product-downloads .download-card a .download-title {
  display: block;
  font-weight: 900;
  color: #2c2f33;
  text-decoration: underline;
  padding-bottom: 12px;
  text-transform: uppercase;
  font-size: 12px;
}

.flex-viewport {
  border-radius: 20px;
  box-shadow: 2px 0px 20px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  margin-bottom: 30px;
}

.woocommerce div.product div.images .flex-control-thumbs li {
  width: 15%;
  margin-right: 20px;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
  border-radius: 10px;
  border-width: 2px;
  border-color: #b3b3b3;
}
.woocommerce div.product div.images .flex-control-thumbs li img.flex-active {
  border-color: #0097ce;
}

@media (min-width: 1001px) {
  .woocommerce div.product div.images, .woocommerce-page div.product div.images {
    width: 46% !important;
  }
}
@media (max-width: 1000px) {
  .woocommerce div.product div.images, .woocommerce-page div.product div.images {
    width: 95% !important;
  }
}

.woocommerce div.product div.summary, .woocommerce-page div.product div.summary {
  margin-bottom: 100px;
}
@media (min-width: 1001px) {
  .woocommerce div.product div.summary, .woocommerce-page div.product div.summary {
    width: 48% !important;
  }
}
@media (max-width: 1000px) {
  .woocommerce div.product div.summary, .woocommerce-page div.product div.summary {
    width: 100% !important;
  }
}

.nexgen-variation-table-section,
.product-materials {
  background-color: #f7f7f7;
  position: relative;
  padding-top: 50px;
  padding-bottom: 100px;
}
.nexgen-variation-table-section h2,
.product-materials h2 {
  font-size: 40px;
}
.nexgen-variation-table-section .header-border,
.product-materials .header-border {
  margin-bottom: 40px;
}
.nexgen-variation-table-section .header-border span,
.product-materials .header-border span {
  border-top-width: 8px;
  border-top-style: solid;
  border-top-color: #0097CE;
  width: 70px;
  margin: 0 0 0 0;
  display: inline-block;
}
.nexgen-variation-table-section::before,
.product-materials::before {
  content: "";
  width: 1000px;
  height: 100%;
  background-color: #f7f7f7;
  left: -1000px;
  top: 0;
  position: absolute;
}
.nexgen-variation-table-section::after,
.product-materials::after {
  content: "";
  width: 1000px;
  height: 100%;
  background-color: #f7f7f7;
  right: -1000px;
  top: 0;
  position: absolute;
}

.product-materials {
  padding-bottom: 50px;
  padding-top: 130px;
}
@media (max-width: 1000px) {
  .product-materials {
    padding-top: 90px;
  }
}

.product-materials {
  /* card-style wrapper with rounding & shadow */
  /* make wide tables scroll on small screens */
  /* badge spans you output (* / **) */
}
.product-materials .responsive-table {
  background: #fff;
  border: 1px solid #cdcdcd;
  border-radius: 14px;
  box-shadow: 0 8px 22px rgba(31, 41, 55, 0.12), 0 2px 6px rgba(31, 41, 55, 0.06);
  overflow: hidden; /* clips the header corners */
  z-index: 2;
  position: relative;
}
.product-materials .responsive-table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  min-width: 920px; /* allow horizontal scroll on small screens */
}
.product-materials .responsive-table thead tr:first-child {
  /* visual rounding (wrapper already clips) */
}
.product-materials .responsive-table thead tr:first-child th {
  /* top colored band (uses your inline bg colors) */
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-weight: 900;
  font-size: 14px;
  text-align: center;
  padding: 12px 14px;
  color: inherit; /* honor your inline colors */
  border-right: 1px solid #cdcdcd;
}
.product-materials .responsive-table thead tr:first-child th:last-child {
  border-right: 0;
}
.product-materials .responsive-table thead tr:first-child th:first-child {
  border-top-left-radius: 14px;
}
.product-materials .responsive-table thead tr:first-child th:last-child {
  border-top-right-radius: 14px;
}
.product-materials .responsive-table thead tr:nth-child(2) th {
  /* light sub-headers (your inline bg already applied) */
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  padding: 12px 14px;
  color: #1f2937;
  border-right: 1px solid #cdcdcd;
}
.product-materials .responsive-table thead tr:nth-child(2) th:last-child {
  border-right: 0;
}
.product-materials .responsive-table tbody td {
  text-align: center;
  vertical-align: middle;
  padding: 16px 12px;
  font-weight: 800; /* bold asterisks */
  font-size: 18px;
  border-top: 1px solid #cdcdcd;
  border-right: 1px solid #cdcdcd;
}
.product-materials .responsive-table tbody td:last-child {
  border-right: 0;
}
@media (max-width: 1000px) {
  .product-materials .responsive-table {
    overflow-x: auto;
  }
}
.product-materials .badge {
  display: inline-block;
  line-height: 1;
  font-weight: 900;
  font-size: 25px; /* match screenshot weight/size */
}

.product-bottom {
  float: left;
  width: 100%;
  background-color: #f7f7f7;
  background: #F7F7F7;
  background: linear-gradient(180deg, rgb(247, 247, 247) 0%, rgb(247, 247, 247) 50%, rgb(43, 43, 43) 50%);
  position: relative;
}
.product-bottom::before {
  content: "";
  width: 1000px;
  height: 100%;
  background-color: #f7f7f7;
  background: #F7F7F7;
  background: linear-gradient(180deg, rgb(247, 247, 247) 0%, rgb(247, 247, 247) 50%, rgb(43, 43, 43) 50%);
  left: -1000px;
  top: 0;
  position: absolute;
}
.product-bottom::after {
  content: "";
  width: 1000px;
  height: 100%;
  background-color: #f7f7f7;
  background: #F7F7F7;
  background: linear-gradient(180deg, rgb(247, 247, 247) 0%, rgb(247, 247, 247) 50%, rgb(43, 43, 43) 50%);
  right: -1000px;
  top: 0;
  position: absolute;
}
.product-bottom .fl-node-074h319kjesx {
  width: 100%;
}
.product-bottom .fl-node-ra2d4g5lf07w .fl-row-content {
  max-width: 1121px;
}
.product-bottom .fl-builder-shape-layer.fl-builder-bottom-edge-layer {
  display: none;
}
.product-bottom .fl-node-074h319kjesx > .fl-col-content {
  background-color: #ffffff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 0px 10px 20px 0px rgba(44, 43, 43, 0.2);
}
.product-bottom .fl-node-3fp0cxj178h4 > .fl-module-content {
  margin-top: 60px;
  margin-right: -80px;
}
.product-bottom .fl-button-group-layout-horizontal .fl-button-group-buttons, .product-bottom .fl-button-group-layout-horizontal.fl-button-group-buttons {
  display: flex;
  flex-wrap: wrap;
}
.product-bottom .fl-node-16v2yadlbwjo .fl-button-group-layout-horizontal .fl-button-group-buttons {
  justify-content: flex-start;
}
.product-bottom .fl-builder-content .fl-node-16v2yadlbwjo .fl-button-group .fl-button-group-buttons .fl-button-group-button {
  padding-top: 8px;
  padding-right: 10px;
  padding-bottom: 8px;
  padding-left: 10px;
}
.product-bottom #fl-button-group-button-16v2yadlbwjo-1 a.fl-button {
  border-style: solid;
  border-width: 0;
  background-clip: border-box;
  border-color: #3DAE2B;
  border-top-width: 3px;
  border-right-width: 3px;
  border-bottom-width: 3px;
  border-left-width: 3px;
  background: #3DAE2B;
}
.product-bottom #fl-button-group-button-16v2yadlbwjo-1 a.fl-button:hover, .product-bottom #fl-button-group-button-16v2yadlbwjo-1 a.fl-button:focus {
  border-color: #237a1d;
  background-color: #237a1d;
}
.product-bottom .fl-node-074h319kjesx > .fl-col-content {
  background-color: #ffffff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 0px 10px 20px 0px rgba(44, 43, 43, 0.2);
}
.product-bottom .fl-node-074h319kjesx > .fl-col-content {
  padding-top: 28px;
  padding-right: 20px;
  padding-bottom: 0px;
  padding-left: 63px;
}
@media (max-width: 991px) {
  .product-bottom .fl-node-074h319kjesx.fl-col > .fl-col-content {
    padding-left: 10px;
  }
}
.product-bottom .fl-node-180e6ofgubj9 > .fl-module-content {
  margin-top: 0px;
  margin-bottom: 0px;
}
.product-bottom .fl-node-rnlqme53zi4b {
  width: 43.03%;
}
.product-bottom .fl-node-g39uskelcf4h {
  width: 56.97%;
}
@media (max-width: 767px) {
  .product-bottom .fl-node-3fp0cxj178h4 > .fl-module-content {
    margin-top: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .product-bottom .fl-node-3fp0cxj178h4.fl-module-heading .fl-heading {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .product-bottom .fl-node-16v2yadlbwjo .fl-button-group-layout-horizontal .fl-button-group-buttons {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .product-bottom .fl-node-074h319kjesx.fl-col > .fl-col-content {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
}

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