.elementor-kit-40087{--e-global-color-primary:#D34101;--e-global-color-secondary:#4B4B4B;--e-global-color-text:#031B33;--e-global-color-accent:#194F74;--e-global-color-c523cd3:#FFFFFF;--e-global-color-58f9004:#E6EBF2;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-40087 button,.elementor-kit-40087 input[type="button"],.elementor-kit-40087 input[type="submit"],.elementor-kit-40087 .elementor-button{background-color:#D34101;color:var( --e-global-color-c523cd3 );}.elementor-kit-40087 button:hover,.elementor-kit-40087 button:focus,.elementor-kit-40087 input[type="button"]:hover,.elementor-kit-40087 input[type="button"]:focus,.elementor-kit-40087 input[type="submit"]:hover,.elementor-kit-40087 input[type="submit"]:focus,.elementor-kit-40087 .elementor-button:hover,.elementor-kit-40087 .elementor-button:focus{background-color:var( --e-global-color-primary );color:var( --e-global-color-c523cd3 );}.elementor-kit-40087 e-page-transition{background-color:#FFBC7D;}.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){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@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 *//* Wrapper and spacing */
.single-product .tyt-price-wrap {
    line-height: 1.7 !important;
    margin-top: 0 !important;
    margin-bottom: 40px !important;  /* Space below the last price line */
}

/* Labels: black text */
.single-product .tyt-price-wrap .tyt-label {
    color: #000000 !important;
    font-weight: 700;
    font-size: 18px;
}

/* Dollar amounts: orange text */
.single-product .tyt-price-wrap .tyt-amount {
    color: #fe6a16 !important;
    font-weight: 700;
    font-size: 18px;
}

/* Tight spacing between the two price lines */
.single-product .tyt-price-wrap br {
    line-height: 0 !important;
}
.single-product .reset_variations {
    display: none !important;
}

/* HARD FORCE the layout on the live site */
#fleet-map-split,
#fleet-map-split > .e-con-inner {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
}

/* Force the two direct children to be side-by-side */
#fleet-map-split > .e-con,
#fleet-map-split > .e-con-inner > .e-con {
  flex: 0 0 auto !important;
  min-width: 0 !important;
}

/* 65/35 widths */
#fleet-map-split > .e-con:nth-child(1),
#fleet-map-split > .e-con-inner > .e-con:nth-child(1) {
  flex-basis: 65% !important;
  max-width: 65% !important;
}

#fleet-map-split > .e-con:nth-child(2),
#fleet-map-split > .e-con-inner > .e-con:nth-child(2) {
  flex-basis: 35% !important;
  max-width: 35% !important;
}

/* Safety: stop children from forcing a wrap */
#fleet-map-split img,
#fleet-map-split * {
  max-width: 100%;
}

/* Force 4-column product row into a strict flex row */
#fleet-products-row,
#fleet-products-row > .e-con-inner {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  justify-content: space-between !important;
  align-items: flex-start !important;
}

/* Force each of the 4 child containers to take 25% width */
#fleet-products-row > .e-con,
#fleet-products-row > .e-con-inner > .e-con {
  flex: 0 0 25% !important;
  max-width: 25% !important;
  min-width: 0 !important; /* prevents overflow */
}

/* Safety: stop images from pushing the width out */
#fleet-products-row img {
  max-width: 100% !important;
  height: auto !important;
  display: block !important;
}

/* Force each product card to render properly */
.product-card {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    text-align: center !important;

    background: #ffffff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

/* Fix the image inside the card */
.product-card img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
    margin-bottom: 15px;
}

/* Fix the heading (text editor) inside the card */
.product-card .elementor-widget-text-editor,
.product-card p,
.product-card .elementor-text-editor {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 1.3 !important;
    color: #000 !important;
    margin-top: 10px;
}

/* Woo notices: pin under sticky header so they're visible */
.woocommerce-notices-wrapper {
  position: fixed;
  top: 120px;              /* <-- change this to match your header height */
  left: 0;
  right: 0;
  z-index: 99999;
  padding: 0 16px;
}

/* Optional: keep the notice from stretching too wide */
.woocommerce-notices-wrapper > * {
  max-width: 1200px;
  margin: 0 auto;
}

/* If logged in (WP admin bar), push it down further */
body.admin-bar .woocommerce-notices-wrapper {
  top: calc(120px + 32px);
}

/* Admin bar is taller on smaller screens */
@media (max-width: 782px) {
  body.admin-bar .woocommerce-notices-wrapper {
    top: calc(120px + 46px);
  }
}/* End custom CSS */