@charset "UTF-8";
body main section:not(.full-width),
body article,
footer section {
  padding-right: clamp(var(--space-5), -1rem + 6.67vw, var(--space-8));
  padding-left: clamp(var(--space-5), -1rem + 6.67vw, var(--space-8));
}

a {
  text-decoration: none;
  background-image: linear-gradient(transparent, transparent), linear-gradient(rgba(0, 163, 255, 0.5), rgba(0, 163, 255, 0.8));
  background-size: 20px 2px, 0 2px;
  background-position: -20px 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.2s linear, background-position 0.2s linear;
}

a:hover {
  background-size: 20px 2px, 100% 2px;
  background-position: calc(100% + 20px) 100%, 0 100%;
}

#wpadminbar a,
a.skip-link,
a.brxe-logo,
.sub-menu .menu-item a,
.bricks-mobile-menu a,
a.button,
a.bricks-button,
a.woocommerce-loop-product__link,
a.paginate_button,
.woocommerce-product-gallery a {
  background-image: none;
}

.brxe-text ul {
  margin-block-start: 0;
  margin-block-end: 0;
}

ul.custom-list {
  list-style: none;
  padding-left: 1.2em;
}
@media (max-width: 767px) {
  ul.custom-list {
    padding-left: 0;
  }
}

ul.custom-list li {
  position: relative;
  padding-left: 1em;
}

ul.custom-list li::before {
  content: "»";
  position: absolute;
  left: 0;
  top: 0;
}

.distributor-info ul,
.sales-rep-info ul {
  list-style: none;
  padding-left: 0;
}
.distributor-info ul li,
.sales-rep-info ul li {
  padding-bottom: var(--space-2);
}

img {
  transition: transform 0.4s ease;
  transform-origin: center;
}

table tr {
  display: table-row;
}

input {
  border-radius: var(--radius-1);
}
input:focus-visible {
  outline-color: #1338be;
}

.image-zoom-wrapper--4-3 {
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: var(--radius-2);
}
.image-zoom-wrapper--4-3:hover img {
  transform: scale(1.1);
}

div.message {
  border-radius: var(--radius-1);
}

button,
a.button {
  border-radius: var(--radius-1);
}
button:hover,
a.button:hover {
  text-decoration: none;
}
button:active,
a.button:active {
  transform: translateY(0.5px);
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  transition: all 0.3 ease-in-out;
}

.bricks-button {
  border-color: #F4F7FA;
}
.bricks-button:active {
  transform: translateY(0.5px);
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  transition: all 0.3 ease-in-out;
}

.form-group .bricks-background-secondary {
  border: 2px solid #2832c2;
}

.feature-cards .feature-cards__card {
  margin-bottom: var(--space-4);
}
.feature-cards .feature-cards__card.active {
  background-color: #00A3FF;
}
.feature-cards .feature-cards__card.active .brxe-heading,
.feature-cards .feature-cards__card.active .brxe-text {
  color: #F4F7FA;
}
.feature-cards .icon-cards__card,
.feature-cards .feature-cards__card {
  background-color: #FFFFFF;
}
.feature-cards .icon-cards__card:hover,
.feature-cards .feature-cards__card:hover {
  background-color: #1338be;
}
.feature-cards .icon-cards__card:hover .brxe-heading,
.feature-cards .icon-cards__card:hover .brxe-text,
.feature-cards .feature-cards__card:hover .brxe-heading,
.feature-cards .feature-cards__card:hover .brxe-text {
  color: #F4F7FA;
}
.feature-cards .icon-cards__card:hover .s0,
.feature-cards .feature-cards__card:hover .s0 {
  fill: #F4F7FA;
}

.feature-cards__subcards {
  grid-column: 1/-1;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: opacity, max-height 0.5s ease;
}
.feature-cards__subcards .brxe-heading,
.feature-cards__subcards .brxe-text {
  opacity: 0;
  transform: scale(0.35);
  transform-origin: bottom right;
  transition: opacity 0.45s ease, transform 0.35s ease;
}
.feature-cards__subcards.active {
  max-height: 300px;
  opacity: 1;
  padding-top: var(--space-5);
  padding-bottom: var(--space-5);
  background-color: #FFFFFF;
  border-radius: var(--radius-2);
  column-gap: var(--space-4);
  margin-bottom: var(--space-4);
}
.feature-cards__subcards.active .brxe-heading,
.feature-cards__subcards.active .brxe-text {
  opacity: 1;
  transform: scale(1);
}

@media (max-width: 768px) {
  .feature-cards .brxe-container {
    grid-template-columns: 1fr !important;
  }
  .feature-cards .brxe-container .feature-cards__card:nth-child(1 of .feature-cards__card) {
    order: 0;
  }
  .feature-cards .brxe-container .feature-cards__card:nth-child(2 of .feature-cards__card) {
    order: 2;
  }
  .feature-cards .brxe-container .feature-cards__card:nth-child(3 of .feature-cards__card) {
    order: 4;
  }
  .feature-cards .brxe-container .feature-cards__card:nth-child(4 of .feature-cards__card) {
    order: 6;
  }
  .feature-cards .brxe-container .feature-cards__subcards:nth-child(1 of .feature-cards__subcards) {
    order: 1;
  }
  .feature-cards .brxe-container .feature-cards__subcards:nth-child(2 of .feature-cards__subcards) {
    order: 3;
  }
  .feature-cards .brxe-container .feature-cards__subcards:nth-child(3 of .feature-cards__subcards) {
    order: 5;
  }
  .feature-cards .brxe-container .feature-cards__subcards:nth-child(4 of .feature-cards__subcards) {
    order: 7;
  }
}
.justify-space-between ul.bricks-nav-menu {
  justify-content: space-between;
  border: 2px solid red;
}

header {
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}

body #brx-content {
  margin-top: 0;
}

body:not(.home) #brx-content {
  padding-top: var(--space-4);
}
body:not(.home) #brx-content .hero-section.full-width {
  margin-top: calc(var(--space-4) * -1);
}

ul.bricks-nav-menu li {
  text-wrap: nowrap;
}
ul.bricks-nav-menu > li {
  margin-left: clamp(10px, 2.5vw, 30px);
}
ul.bricks-nav-menu li.menu-item-has-children .menu-item-icon {
  transition: all 0.3s ease-in-out;
}
ul.bricks-nav-menu li.menu-item-has-children:hover .brx-submenu-toggle .menu-item-icon {
  transform: rotate(180deg);
}
ul.bricks-nav-menu ul.sub-menu {
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.5) !important;
  box-shadow: -12px 2px 10px rgba(0, 0, 0, 0.1);
}
ul.bricks-nav-menu ul.sub-menu li {
  border: 0 !important;
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05);
  padding: 10px 15px;
}
ul.bricks-nav-menu ul.sub-menu li a {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
ul.bricks-nav-menu ul.sub-menu li:hover {
  background: linear-gradient(to right, rgba(0, 163, 255, 0.2) 30%, rgba(0, 14, 84, 0.5));
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
  filter: brightness(110%);
}
ul.bricks-nav-menu ul.sub-menu li:active {
  background: linear-gradient(to right, rgba(0, 163, 255, 0.1) 30%, rgba(0, 14, 84, 0.3));
}

.bricks-nav-menu li.no-click {
  cursor: default;
}
.bricks-nav-menu li.no-click .brx-submenu-toggle {
  pointer-events: none;
  cursor: default;
}

.bricks-mobile-menu-toggle span {
  transition: all 0.3s ease-in-out;
}

.bricks-mobile-menu-wrapper .menu-item .brx-submenu-toggle button {
  transform: rotate(0deg);
  transition: all 0.3s ease-in-out;
}
.bricks-mobile-menu-wrapper .menu-item.active .brx-submenu-toggle button {
  transform: rotate(180deg);
}

@keyframes slide-left-fade-in {
  0% {
    transform: translateX(150px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.slide-left-fade-in {
  animation: slide-left-fade-in 1s ease-out forwards;
}

@keyframes slide-in-row {
  0% {
    opacity: 1;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/* Apply the animation to all table rows in the body */
.slide-left-fade-in table tbody tr {
  animation-name: slide-in-row;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0; /* Hide the row initially */
}

.slide-left-fade-in table tbody tr:nth-child(1) {
  animation-delay: 0.1s;
}

.slide-left-fade-in table tbody tr:nth-child(2) {
  animation-delay: 0.2s;
}

.slide-left-fade-in table tbody tr:nth-child(3) {
  animation-delay: 0.3s;
}

.slide-left-fade-in table tbody tr:nth-child(4) {
  animation-delay: 0.4s;
}

.slide-left-fade-in table tbody tr:nth-child(5) {
  animation-delay: 0.5s;
}

.slide-left-fade-in table tbody tr:nth-child(6) {
  animation-delay: 0.6s;
}

.slide-left-fade-in table tbody tr:nth-child(7) {
  animation-delay: 0.7s;
}

.slide-left-fade-in table tbody tr:nth-child(8) {
  animation-delay: 0.8s;
}

.slide-left-fade-in table tbody tr:nth-child(9) {
  animation-delay: 0.9s;
}

.slide-left-fade-in table tbody tr:nth-child(10) {
  animation-delay: 1s;
}

.slide-left-fade-in table tbody tr:nth-child(11) {
  animation-delay: 1.1s;
}

.slide-left-fade-in table tbody tr:nth-child(12) {
  animation-delay: 1.2s;
}

.slide-left-fade-in table tbody tr:nth-child(13) {
  animation-delay: 1.3s;
}

.slide-left-fade-in table tbody tr:nth-child(14) {
  animation-delay: 1.4s;
}

.slide-left-fade-in table tbody tr:nth-child(15) {
  animation-delay: 1.5s;
}

.slide-left-fade-in table tbody tr:nth-child(16) {
  animation-delay: 1.6s;
}

.slide-left-fade-in table tbody tr:nth-child(17) {
  animation-delay: 1.7s;
}

.slide-left-fade-in table tbody tr:nth-child(18) {
  animation-delay: 1.8s;
}

.slide-left-fade-in table tbody tr:nth-child(19) {
  animation-delay: 1.9s;
}

.slide-left-fade-in table tbody tr:nth-child(20) {
  animation-delay: 2s;
}

@keyframes slide-up-fade-in {
  0% {
    transform: translateY(150px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.slide-up-fade-in {
  animation: slide-up-fade-in 1.5s ease-out forwards;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-in-after-1-5 {
  opacity: 0;
  animation: fade-in 0.5s ease-in 1.5s forwards;
}

.page .wc-product-table-wrapper .wc-product-table-controls {
  border-radius: var(--radius-1);
  background-color: #1338be;
  padding: var(--space-2) var(--space-4);
  margin-bottom: var(--space-3);
}
.page .wc-product-table-wrapper .wc-product-table-controls.wc-product-table-above {
  display: flex;
  gap: var(--space-4);
}
.page .wc-product-table-wrapper .wc-product-table-controls.wc-product-table-above .dataTables_filter {
  display: flex;
  align-items: center;
  margin-left: 0;
}
.page .wc-product-table-wrapper .wc-product-table-controls.wc-product-table-above .dataTables_filter label {
  display: flex;
  max-width: 80%;
  min-width: 300px;
  align-items: center;
}
.page .wc-product-table-wrapper .wc-product-table-controls div {
  margin-bottom: unset;
}
.page .wc-product-table-wrapper .wc-product-table-controls label,
.page .wc-product-table-wrapper .wc-product-table-controls .dataTables_info {
  color: #FFFFFF;
}
.page .wc-product-table-wrapper .wc-product-table-controls .select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
}
.page .wc-product-table-wrapper .wc-product-table-controls .select2-container .select2-selection--single .select2-selection__arrow b {
  border-color: #1338be transparent transparent transparent;
}
.page .wc-product-table-wrapper .wc-product-table-controls .reset {
  background-color: #FFFFFF;
  border-radius: var(--space-4);
  padding: 6px 8px;
}
.page .wc-product-table-wrapper .wc-product-table-controls .dataTables_paginate a.paginate_button {
  color: #FFFFFF !important;
}
.page .wc-product-table-wrapper .wc-product-table-controls .dataTables_paginate a.paginate_button.current {
  border-color: #FFFFFF !important;
}
.page .wc-product-table-wrapper .wc-product-table-controls .dataTables_paginate a.paginate_button:hover {
  border: 1px solid #D4D8DF;
  color: #1338be !important;
  background: linear-gradient(to bottom, #F4F7FA 0%, #D4D8DF 100%);
}
.page .wc-product-table-wrapper .wc-product-table-controls .dataTables_paginate a.paginate_button:active {
  background: linear-gradient(to bottom, #FFFFFF 0%, #FFFFFF 100%);
}
.page .wc-product-table-wrapper table {
  border-radius: var(--radius-3);
  overflow: hidden;
  padding: 1px 1px 0 1px;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.6);
}
.page .wc-product-table-wrapper thead th {
  align-content: center;
  background-color: #00A3FF !important;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.page .wc-product-table-wrapper tr th.sorting:hover {
  background-color: #66C8FF !important;
}
.page .wc-product-table-wrapper tr th.sorting::after, .page .wc-product-table-wrapper tr th.sorting::before {
  transition: all 0.3s ease-in-out;
}
.page .wc-product-table-wrapper tr th.sorting:hover::after {
  transform: translateY(1px);
}
.page .wc-product-table-wrapper tr th.sorting:hover::before {
  transform: translateY(-1px);
}
.page .wc-product-table-wrapper tr th.sorting_asc::before,
.page .wc-product-table-wrapper tr th.sorting_desc::after {
  opacity: 0.8;
}
.page .wc-product-table-wrapper tr th,
.page .wc-product-table-wrapper tr td {
  border-bottom: 1px solid #D4D8DF;
}
.page .wc-product-table-wrapper tr:hover td, .page .wc-product-table-wrapper tr:nth-child(even):hover td {
  background-color: #FFFFFF !important;
}
.page .wc-product-table-wrapper tr:nth-child(even) td {
  background-color: unset !important;
}
.page .wc-product-table-wrapper tr th.col-image,
.page .wc-product-table-wrapper tr td.col-image div {
  text-align: center;
}

.wc-product-table-controls .select2-container {
  min-width: 160px;
}

@media screen and (max-width: 1200px) {
  .brxe-nav-menu {
    order: 3;
  }
  .header-utility {
    order: 2;
  }
}
@media screen and (min-width: 600px) {
  .page .wc-product-table-controls {
    justify-content: flex-start;
  }
  .page .wc-product-table-controls .select2-container {
    height: 38px;
  }
  .page .wc-product-table-controls .select2-container .select2-selection {
    height: 38px;
  }
  .page .wc-product-table-controls .select2-container .select2-selection .select2-selection__rendered {
    height: 100%;
    line-height: 38px;
  }
  .page .wc-product-table-controls .select2-container .select2-selection .select2-selection__rendered .select2-selection__placeholder {
    line-height: 38px;
  }
  .page .wc-product-table-controls .dataTables_filter {
    flex-grow: 1;
    text-align: left;
    margin-bottom: 0;
  }
  .page .wc-product-table-controls .dataTables_filter label {
    width: 100%;
  }
  .page .wc-product-table-controls .dataTables_filter label input[type=search] {
    background-color: #FFFFFF;
    width: 100%;
    height: 38px;
  }
  .page .wc-product-table-controls .wc-product-table-select-filters:first-child {
    margin-right: unset;
  }
}
.hero-section {
  margin-bottom: var(--space-4);
}

.brxe-container.text-container-wrapper {
  max-width: 1000px;
  margin-bottom: var(--space-6);
}
.brxe-container.text-container-wrapper h1,
.brxe-container.text-container-wrapper h2,
.brxe-container.text-container-wrapper h3,
.brxe-container.text-container-wrapper h4 {
  margin-bottom: var(--space-2);
}
.brxe-container.text-container-wrapper p {
  margin-bottom: var(--space-2);
}
.brxe-container.text-container-wrapper table {
  border-collapse: collapse;
  overflow: hidden;
  border-radius: var(--space-4);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
.brxe-container.text-container-wrapper table thead {
  background-color: #00A3FF;
}
.brxe-container.text-container-wrapper table tr td {
  padding: var(--space-2) var(--space-4);
}
.brxe-container.text-container-wrapper table td {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

@media (max-width: 600px) {
  .brxe-container.text-container-wrapper table,
  .brxe-container.text-container-wrapper thead,
  .brxe-container.text-container-wrapper tbody,
  .brxe-container.text-container-wrapper th,
  .brxe-container.text-container-wrapper td,
  .brxe-container.text-container-wrapper tr {
    display: block;
    box-shadow: none;
  }
  .brxe-container.text-container-wrapper thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .brxe-container.text-container-wrapper tr {
    border: 1px solid #ccc;
    margin-bottom: 10px;
  }
  .brxe-container.text-container-wrapper tr td:first-of-type {
    background-color: #00A3FF;
  }
  .brxe-container.text-container-wrapper td {
    border: none;
    position: relative;
    padding-left: 50%;
    /* Make space for labels */
  }
  .brxe-container.text-container-wrapper td::before {
    content: attr(data-label);
    /* Pulls header text from HTML attribute */
    position: absolute;
    left: 10px;
    font-weight: bold;
  }
}
.distributor-container,
.sales-rep-container {
  background-color: #FFFFFF;
  padding: var(--space-6);
  border-radius: var(--radius-2);
}

#distributor-map .fm-tooltip,
#sales-rep-map .fm-tooltip {
  background-color: #1C1C1C;
  border-radius: var(--radius-2);
}
#distributor-map .fm-tooltip .fm-tooltip-name,
#sales-rep-map .fm-tooltip .fm-tooltip-name {
  margin-top: var(--space-1);
  margin-right: var(--space-1);
  margin-left: var(--space-1);
  color: white;
  text-shadow: none;
}
#distributor-map .fm-tooltip .fm-tooltip-frame,
#sales-rep-map .fm-tooltip .fm-tooltip-frame {
  border-color: #1C1C1C;
  border-radius: var(--radius-2);
}
#distributor-map .fm-tooltip .fm-tooltip-frame .fm-tooltip-comment,
#sales-rep-map .fm-tooltip .fm-tooltip-frame .fm-tooltip-comment {
  font-size: var(--size-md);
}
#distributor-map .fm-tooltip .fm-tooltip-frame .fm-tooltip-x img,
#sales-rep-map .fm-tooltip .fm-tooltip-frame .fm-tooltip-x img {
  filter: contrast(100);
}

.sales-rep-info ul {
  margin-bottom: var(--space-4);
}
.sales-rep-info ul li {
  display: inline-block;
  margin-right: var(--space-6);
}

.brxe-product-gallery {
  padding: 5% 10%;
  border-radius: var(--radius-2);
  background-color: #F1F2F4;
}

.woocommerce-product-gallery .woocommerce-product-gallery__image a {
  text-align: center;
}
.woocommerce-product-gallery img.wp-post-image {
  border-radius: var(--radius-2);
  width: auto;
}

.flex-control-thumbs li img {
  border: 2px solid #D4D8DF;
  border-radius: var(--radius-2);
  overflow: hidden;
  transition: opacity 0.5s ease;
}
.flex-control-thumbs li img:hover, .flex-control-thumbs li img.flex-active {
  border-color: #00A3FF;
}

.brxe-product-add-to-cart form {
  display: flex;
  gap: var(--space-4);
}
.brxe-product-add-to-cart form input.qty:focus-visible {
  outline-color: #00A3FF;
}
.brxe-product-add-to-cart form .action.minus {
  border-top-left-radius: var(--radius-1);
  border-bottom-left-radius: var(--radius-1);
}
.brxe-product-add-to-cart form .action.minus:active {
  background-color: #00A3FF;
}
.brxe-product-add-to-cart form .action.plus {
  border-top-right-radius: var(--radius-1);
  border-bottom-right-radius: var(--radius-1);
}
.brxe-product-add-to-cart form .action.plus:active {
  background-color: #00A3FF;
}
.brxe-product-add-to-cart form button {
  margin-top: 0;
  background-color: #00A3FF;
}
.brxe-product-add-to-cart form button:hover {
  background-color: #0085CC;
}

.brxe-product-additional-information {
  width: 100%;
}

table.woocommerce-product-attributes {
  border-radius: var(--radius-2);
}
table.woocommerce-product-attributes th {
  font-weight: 600;
}
table.woocommerce-product-attributes tr:nth-child(even) {
  background-color: #F1F2F4;
}
table.woocommerce-product-attributes tr:hover {
  background-color: #FFFFFF;
}
table.woocommerce-product-attributes th,
table.woocommerce-product-attributes td {
  border-bottom: 1px solid #D4D8DF;
  padding: 0.5rem 1rem;
}

.related.products {
  padding-inline: 0;
}
.related.products ul li {
  height: 100%;
  background: radial-gradient(ellipse at 30% 30%, #FFFFFF, #D4D8DF);
  text-align: center;
  border-radius: var(--radius-1);
  border: 1px solid rgba(0, 0, 0, 0.01);
  padding: var(--space-5);
}
.related.products .woocommerce-loop-product__title {
  font-size: var(--size-lg);
  margin-bottom: var(--space-5);
}
.related.products a.button {
  width: 90%;
  background-color: #FFFFFF;
  border-radius: var(--radius-4);
}
.related.products a.button:hover {
  background-color: #00A3FF;
}

/* Card Container */
.product-media-card {
  perspective: 1000px;
  width: 100%;
  min-height: 500px;
  position: relative;
}
.product-media-card model-viewer {
  background-image: radial-gradient(circle, #6F7073, #1C1C1C);
  border-radius: var(--radius-2);
}

.card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transform-style: preserve-3d;
}

.product-media-card.is-flipped .card-inner {
  transform: rotateY(180deg);
}

.card-front,
.card-front ~ .card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.card-front {
  z-index: 2;
  transform: rotateY(0deg);
}

.card-front ~ .card-back {
  transform: rotateY(180deg);
}

.card-back {
  width: 100%;
}

.media-toggle-btn {
  margin-top: 20px;
  cursor: pointer;
}

:root {
  --global-transition: .5s;
}

*, *::before, *::after {
  transition-property: background-color, color, border-color, box-shadow, fill;
  transition-duration: var(--global-transition);
  transition-timing-function: ease;
}