.elementor-kit-8{--e-global-color-primary:#FE000B;--e-global-color-secondary:#000000;--e-global-color-text:#000000;--e-global-color-accent:#61CE70;--e-global-color-f3ed881:#FE000B;--e-global-color-5339822:#4087AC;--e-global-typography-primary-font-family:"Source Sans Pro";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Source Sans Pro";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Source Sans Pro";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Source Sans Pro";--e-global-typography-accent-font-weight:500;--e-global-typography-648994c-font-family:"Source Sans Pro";--e-global-typography-648994c-font-size:3rem;--e-global-typography-648994c-font-weight:600;--e-global-typography-648994c-letter-spacing:0px;--e-global-typography-866d255-font-family:"Source Sans Pro";--e-global-typography-866d255-font-size:1.3rem;--e-global-typography-866d255-font-weight:400;font-size:15px;}.elementor-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{background-color:var( --e-global-color-5339822 );color:#FFFFFF;}.elementor-kit-8 button:hover,.elementor-kit-8 button:focus,.elementor-kit-8 input[type="button"]:hover,.elementor-kit-8 input[type="button"]:focus,.elementor-kit-8 input[type="submit"]:hover,.elementor-kit-8 input[type="submit"]:focus,.elementor-kit-8 .elementor-button:hover,.elementor-kit-8 .elementor-button:focus{background-color:var( --e-global-color-5339822 );}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 a{color:var( --e-global-color-5339822 );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end: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 */.alm-filters-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    column-gap: 2%;
    justify-content: space-between;
}

.alm-filters-container .alm-filter {
    flex: 0 0 48%;
    max-width: 48%;
}
.alm-filters-container .alm-filter.alm-filter--search {
    width: 100%;
    max-width: none;
    flex: 0 0 100%;
}

.grid-item {
    padding-top: 2px !important;
}

.alm-reveal.alm-filters {
  margin-block: 3rem;
  margin-inline: auto;
  display: grid;
  gap: 1.5rem;
}

.alm-layouts .alm-listing .alm-layout.alm-4-col {
    margin-right: 1.5rem !important;
}

.alm-ajax {
    width: 100% !important;
}

.wp-post-image {
    height: 100% !important;
    width: auto !important;
}
.alm-listing {
  width: min(100% - 4rem, 1280px);
  margin-block: 3rem;
  margin-inline: auto;
  display: grid;
  gap: 1.5rem;
}
@media (min-width: 560px) {
  .alm-reveal.alm-filters {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (min-width: 940px) {
  .alm-reveal.alm-filters {
    grid-template-columns: repeat(3, 1fr) !important;
  }
  .alm-listing {
    grid-template-columns: auto auto auto;
}
}
@media (min-width: 1200px) {
  .alm-reveal.alm-filters {
    grid-template-columns: repeat(4, 1fr) !important;
  }
    .alm-listing {
    grid-template-columns: auto auto auto auto;
}
}

.card {
  border: 1px solid #efefef !important;
  border-radius: 1rem !important;
  overflow: hidden !important;
  padding-bottom: 2rem !important;
  background: #f7f7f7 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 1.5rem !important;
}
.card p {
    margin-bottom: 0 !important;
}
.card__img-container {
  background: white !important;
  width: 100% !important;
}
.card__img {
  height: 300px !important;
  object-fit: scale-down !important;
}
.card__product, .card__title, .card__nr-year-code,
.card .btn {
  margin-inline: 2rem !important;
}
.card form {
  margin-top: auto !important;
}
.card__product p:nth-child(3) {
  margin-top: 0.5rem;
}
.card__naming {
  font-size: 0.8rem !important;
  font-weight: 700 !important;
}
.card__title {
  font-size: 1.6rem !important;
  font-weight: 400 !important;
}
.card__nr-year-code {
  display: flex !important;
  gap: 2rem !important;
}

.card .btn {
  align-self: flex-start !important;
  color: white !important;
  font-weight: 400 !important;
  background: #4087ac !important;
  padding: 0.5em 1em !important;
  border: 0 !important;
  border-radius: 0.3rem !important;
  cursor: pointer !important;
}

.card .btn:hover, .btn:focus {
  background: #326a87 !important;
}/* End custom CSS */