.elementor-kit-6{--e-global-color-primary:#1E293B;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--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;--e-global-typography-d933d3b-font-family:"Roboto";--e-global-typography-d933d3b-font-size:25px;--e-global-typography-d933d3b-font-weight:600;--e-global-typography-d933d3b-font-style:italic;--e-global-typography-d933d3b-text-decoration:overline;--e-global-typography-d933d3b-line-height:37px;color:var( --e-global-color-secondary );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a:hover{color:var( --e-global-color-accent );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-6 h1{color:var( --e-global-color-secondary );font-size:36px;font-weight:600;line-height:1.3px;}.elementor-kit-6 h2{color:var( --e-global-color-secondary );font-size:28px;font-weight:400;line-height:1.3px;}.elementor-kit-6 h3{color:var( --e-global-color-text );font-size:18px;font-weight:400;line-height:1.4px;}.elementor-kit-6 h4{color:var( --e-global-color-text );font-size:16px;line-height:1.3px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:24px;--container-default-padding-right:24px;--container-default-padding-bottom:24px;--container-default-padding-left:24px;}.elementor-widget:not(:last-child){--kit-widget-spacing:16px;}.elementor-element{--widgets-spacing:16px 16px;--widgets-spacing-row:16px;--widgets-spacing-column:16px;}{}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 */body { outline: 6px solid lime !important; }

/* Force YMM Search fields to stack vertically */
.ymm-search-form,
.ymm-search-form form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ymm-search-form select,
.ymm-search-form button {
  width: 100%;
}
body { outline: 5px solid red !important; }
/* Align results left + sorting right */
.woocommerce .woocommerce-result-count{
  float: left;
  margin-bottom: 12px;
}

.woocommerce .woocommerce-ordering{
  float: right;
  margin-bottom: 12px;
}

/* clear floats so grid starts correctly */
.woocommerce .woocommerce-ordering:after{
  content: "";
  display: block;
  clear: both;
}

/* subtle spacing under header */
.woocommerce .woocommerce-notices-wrapper + .woocommerce-result-count,
.woocommerce .woocommerce-result-count{
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}/* End custom CSS */