.elementor-kit-11744{--e-global-color-primary:#556D2F;--e-global-color-secondary:#364720;--e-global-color-text:#000000;--e-global-color-accent:#749439;--e-global-color-812ea05:#F8F9EE;--e-global-typography-primary-font-family:"Bebas Neue";--e-global-typography-primary-font-size:50px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Bebas Neue";--e-global-typography-secondary-font-size:30px;--e-global-typography-secondary-font-weight:300;--e-global-typography-secondary-font-style:italic;--e-global-typography-text-font-family:"Lato";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Lato";--e-global-typography-accent-font-weight:600;background-color:#F8F9EE;}.elementor-kit-11744 e-page-transition{background-color:#FFBC7D;}.elementor-kit-11744 a{color:var( --e-global-color-accent );}.elementor-kit-11744 h2{font-family:"Bebas Neue", Sans-serif;font-size:35px;font-weight:600;}.elementor-kit-11744 h3{font-family:"Bebas Neue", Sans-serif;font-size:25px;font-weight:500;font-style:normal;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1500px;}.e-con{--container-max-width:1500px;}.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;}@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 *//* Force side-by-side white boxes to have equal height */
.product-info-wrap {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 30px; /* optional spacing between columns */
}

.product-info-wrap .elementor-column {
  display: flex;
  flex-direction: column;
}

.product-info-box {
  background-color: white;
  padding: 30px;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  border-radius: 8px;
  flex-grow: 1;
}/* End custom CSS */