@keyframes vdePulseBackground {
  0% {
    background-color: #D1DBE5;
  }
  50% {
    background-color: #DAE5F0;
  }
  100% {
    background-color: #D1DBE5;
  }
}
.vde-search .vde-search-input-wrapper {
  border-bottom: 1px solid #295BDE;
}
.vde-search .vde-search-input-wrapper form {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
.vde-search .vde-search-input-wrapper input {
  width: 100%;
  height: 100%;
  border: 0;
}
.vde-search .vde-search-input-wrapper a.vde-search-icon {
  cursor: pointer;
}
.vde-search .vde-search-result-wrapper {
  padding: 50px 0 0;
}
.vde-search .vde-search-result-wrapper h2 {
  padding: 0;
  margin: 0;
}
.vde-search .vde-search-result-wrapper span.vde-search-result-count {
  font-size: 0.9em;
}
.vde-search .vde-search-result-wrapper li.vde-no-results {
  padding: 1em 0;
}
.vde-search .vde-search-result-wrapper .vde-search-result-items-wrapper {
  position: relative;
}
.vde-search .vde-search-result-wrapper .vde-search-loading-overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #D1DBE5;
  opacity: 0.7;
}
.vde-search .vde-search-products .vde-sp-results {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  margin: 25px 0;
  padding: 0;
  list-style: none;
}
.vde-search .vde-search-products .vde-sp-results li {
  padding: 0;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.vde-search .vde-search-products .vde-sp-results li.vde-search-item-loading {
  display: flex;
  height: 325px;
  background: #D1DBE5;
  animation: vdePulseBackground 2s infinite;
}
.vde-search .vde-search-products .vde-sp-results li a {
  display: flex;
  height: 100%;
  flex-direction: column;
  padding: 0px;
  border: 1px solid #D1DBE5;
  font-size: 0.9em;
  transition: all 0.3s ease;
}
a.vde-product-link:hover {
  background: #D1DBE5;
}
.vde-search .vde-search-products .vde-sp-results li a .vde-spr-categories {
  padding: 20px 20px 0 20px;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.vde-search .vde-search-products .vde-sp-results li a .vde-spr-categories li {
  color: #636F87;
  text-decoration: underline;
  font-size: 14px;
  margin-right: 10px;
}
.vde-search .vde-search-products .vde-sp-results li a .vde-spr-image {
  display: flex;
  display: none;
  justify-content: center;
  align-items: center;
  height: 175px;
}
.vde-search .vde-search-products .vde-sp-results li a .vde-spr-image img {
  height: 125px;
}
.vde-search .vde-search-products .vde-sp-results li a h3 {
  font-size: 1.1em;
  padding: 0;
  margin: 0;
}
.vde-search .vde-search-products .vde-sp-results li a .vde-spr-view-product {
  display: flex;
  align-items: end;
  padding: 10px 0 0;
  flex-grow: 1;
}
.vde-search .vde-search-products .vde-sp-results li a .vde-spr-view-product::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 19px;
  margin-left: 10px;
  margin-bottom: 5px;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 19" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M9.3782 10.38L0 10.38L0 8.62004L9.37802 8.62004L4.65779 3.89984L5.9023 2.65533L12.7471 9.50013L5.9023 16.3449L4.65779 15.1005L9.3782 10.38Z" fill="%230F2246"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle; /* Adjust alignment if needed */
}
.vde-search .vde-search-content .vde-sc-results {
  display: flex;
  flex-direction: column;
  margin: 20px 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #D1DBE5;
}
.vde-search .vde-search-content .vde-sc-results li a {
  display: flex;
  padding: 30px 0;
  border-bottom: 1px solid #D1DBE5;
  font-size: 0.9em;
}
.vde-search .vde-search-content .vde-sc-results li a .vde-sc-item-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 0 25px 0 0;
}
.vde-search .vde-search-content .vde-sc-results li a .vde-sc-item-content .vde-sci-pt {
  color: #636F87;
  font-size: 0.9em;
}
.vde-search .vde-search-content .vde-sc-results li a .vde-sc-item-content h3 {
  padding: 0;
  margin: 0;
  font-size: 1.1em;
}
.vde-search .vde-search-content .vde-sc-results li a .vde-sc-item-content p {
  font-size: 1em;
}
.vde-search .vde-search-content .vde-sc-results li a .vde-sci-readmore-wrapper {
  display: none;
  justify-content: end;
  min-width: 200px;
}
.vde-search .vde-search-content .vde-sc-results li a .vde-sci-readmore-wrapper .vde-sci-readmore {
  display: flex;
  align-items: center;
  align-self: center;
  padding: 8px 22px;
  border-radius: 500px;
  border: 1px solid #0F2246;
  color: #0F2246;
}
.vde-search .vde-search-content .vde-sc-results li a:hover {
  border-bottom: 1px solid #2A5BDE;
}
.vde-search .vde-search-content .vde-sc-results li a:hover .vde-sci-readmore {
  background: #0F2246;
  color: #fff;
}
.vde-search .vde-sp-pagination {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  justify-content: center;
  padding: 20px 0;
  margin: 0;
  list-style: none;
}
.vde-search .vde-sp-pagination li {
  padding: 0 10px;
  margin: 0;
}
.vde-search .vde-sp-pagination li a {
  display: flex;
  width: 50px;
  height: 50px;
  padding: 2px 0 0;
  margin: 0;
  color: #0F2246;
  text-decoration: none;
  align-content: center;
  justify-content: center;
  border-radius: 50px;
  transition: all 0.3s ease;
}
.vde-search .vde-sp-pagination li a:hover {
  background: #295BDE;
  color: #fff;
}
.vde-search .vde-sp-pagination li.active a {
  background: #295BDE;
  color: #fff;
  border-radius: 50px;
  display: flex;
  align-items: center;
}
.vde-search .vde-sp-pagination li.prevnext {
  display: none;
}
.vde-search .vde-sp-pagination li.prevnext a {
  width: auto;
}
.vde-search .vde-sp-pagination li.prevnext a:hover {
  background: none;
  color: #0F2246;
  border-radius: unset;
  text-decoration: underline;
}
.vde-spr-categories li a {
  border:none !important;
  padding: 0px !important;
  color: #53637E;
}
.vde-product-link {
  justify-content: space-between;
  }
  .vde-spr-subtitle {
  min-height: 60px;
  }
  .vde-product-content-wrapper {
      display: flex;
      flex-direction: column;
  }
@media only screen and (min-width: 1024px) {
  .vde-search .vde-search-input-wrapper {
    width: 30%;
  }
  .vde-search .vde-search-products .vde-sp-results {
    grid-template-columns: repeat(4, 1fr);
  }
  .vde-search .vde-search-products .vde-sp-results li a .vde-spr-image {
    display: flex;
  }
  .vde-search .vde-search-content .vde-sc-results li a .vde-sci-readmore-wrapper {
    display: flex;
  }
  .vde-search .vde-sp-pagination {
    display: flex;
  }
  .vde-search .vde-sp-pagination li.prevnext {
    display: list-item;
  }
}
----
.vde-title-subtitle-wrapper {
    flex-direction: column;
    align-items: stretch;
    row-gap: 0px;
    column-gap: var(--global-kb-gap-sm, 1rem);
    display:flex;
}
.vde-content-block-wrapper {
    flex-direction: column;
    align-items: stretch;
    row-gap: 24px;
    column-gap: var(--global-kb-gap-sm, 1rem);
    display:flex;
    padding-top: 24px;
}
.vde-main-content-wrapper {
    padding: 0 20px 20px 20px;
}
.vde-content-block-wrapper h3 {
  font-family: var(--wp--preset--font-family--s-hne);
}
.vde-title-subtitle-wrapper {
  min-height: 95px;
  }
/*# sourceMappingURL=style.css.map */






