.elementor-kit-17{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#D40F16;--e-global-color-text:#FFFFFF;--e-global-color-accent:#999999;--e-global-color-e691ccb:#000000;--e-global-typography-primary-font-family:"allumi-std";--e-global-typography-primary-font-size:32px;--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"allumi-std";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"allumi-std";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:24px;--e-global-typography-accent-font-family:"flood-std";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-primary );font-family:"allumi-std", Sans-serif;font-size:16px;line-height:24px;}.elementor-kit-17 button,.elementor-kit-17 input[type="button"],.elementor-kit-17 input[type="submit"],.elementor-kit-17 .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );color:var( --e-global-color-primary );}.elementor-kit-17 e-page-transition{background-color:#FFBC7D;}.elementor-kit-17 a{color:var( --e-global-color-primary );font-family:"allumi-std", Sans-serif;}.elementor-kit-17 h1{color:var( --e-global-color-primary );font-family:"allumi-std-extended", Sans-serif;font-size:32px;}.elementor-kit-17 h2{font-family:"allumi-std", Sans-serif;}.elementor-kit-17 h3{font-family:"allumi-std", Sans-serif;}.elementor-kit-17 h4{font-family:"allumi-std", Sans-serif;}.elementor-kit-17 h5{font-family:"allumi-std", Sans-serif;font-size:94px;}.elementor-kit-17 h6{color:var( --e-global-color-primary );font-family:"allumi-std-extended", Sans-serif;font-size:60px;font-weight:300;letter-spacing:0px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){margin-block-end:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}footer .footer-inner .site-navigation a{font-size:16px;line-height:18px;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Preload background */
html, body {
  background-color: #fff !important;
}

/* Product Attribute Table */

/* Equal column widths */
.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td {
  width: 50%;
}

/* Border color for the table and cells */
.woocommerce table.shop_attributes,
.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td {
  border-color: #999999 !important;
  border-width: 1px;
  border-style: solid;
}

/* Background for even rows (to match site background) */
.woocommerce table.shop_attributes tr:nth-child(even) td,
.woocommerce table.shop_attributes tr:nth-child(even) th {
  background-color: #999999 !important;
}

/* Background for odd rows - a lighter mid-tone */
.woocommerce table.shop_attributes tr:nth-child(odd) td,
.woocommerce table.shop_attributes tr:nth-child(odd) th {
  background-color: #cccccc !important;
}

/* Dynamic Slider System */

/* Remove italics from second column and add left padding */
.woocommerce table.shop_attributes td p {
  font-style: normal !important;
  padding-left: 10px;
  margin: 0;
}

/* Make sure parent is positioned */
.slide-wrapper {
  position: relative;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

/* Content block inside each slide */
.slide-content {
  position: absolute;
  color: white;
  padding: 1rem;
  z-index: 2;
}

/* Positioning classes (used via dynamic field) */
.position-top-left {
  top: 10%;
  left: 10%;
  text-align: left;
}

.position-top-center {
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.position-top-right {
  top: 10%;
  right: 10%;
  text-align: right;
}

.position-middle-left {
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  text-align: left;
}

.position-middle-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.position-middle-right {
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
  text-align: right;
}

.position-bottom-left {
  bottom: 10%;
  left: 10%;
  text-align: left;
}

.position-bottom-center {
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.position-bottom-right {
  bottom: 10%;
  right: 10%;
  text-align: right;
}

.owl-carousel .owl-dots {
  position: absolute;
  bottom: 20px; /* adjust this as needed */
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

/* Apply Alumi Std to the entire Store locator */
.asl-cont {
  font-family: var(--e-global-typography-primary-font-family);
}

/* Store Locator headings and buttons */
.asl-cont h2,
.asl-cont h3,
.asl-cont h4,
.asl-cont .asl-btn{
  font-family: var(--e-global-typography-primary-font-family);
}

.asl-map-canv {
    height: 70vh !important;
}

/* Manual download link */
.manual-download a {
  color: #000; 
  text-decoration: underline;
}

/* Hide Add to cart buttons */
.add_to_cart_button {
    display: none !important;
}

/* Header Scroll Behaviour */

.main-header {
  transition: transform 0.3s ease;
  position: fixed;
  top: 0;
  z-index: 999;
}

.main-header.hide-header {
  transform: translateY(-100%);
}

/* REsponsive h6 */

/* Mobile */
@media (max-width: 767px) {
  .custom-h6 {
    font-size: 40px !important;
  }
}

/* Hide Empty Filter Facets */
.gb-facet:empty {
  display: none !important;
}

.gb-facet {
  min-height: 0;
  overflow: hidden;
}/* End custom CSS */