@charset "UTF-8";
.posts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  -moz-column-gap: 32px;
       column-gap: 32px;
}
@media (max-width: 1023.98px) {
  .posts {
    gap: 32px;
  }
}
.posts .post-item {
  display: flex;
  flex-direction: column;
  flex-grow: 0;
  flex-shrink: 1;
  width: calc(33.3333333333% - 22px);
  border-radius: 8px;
  position: relative;
  overflow: visible !important;
  border-top: 0px;
  background-color: transparent;
  text-decoration: none !important;
}
@media (max-width: 1023.98px) {
  .posts .post-item {
    width: calc(50% - 16px);
  }
}
@media (max-width: 659px) {
  .posts .post-item {
    width: 100%;
  }
}
.posts .post-item * {
  text-decoration: none !important;
}
.posts .post-item > a {
  position: relative;
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  background-color: var(--wp--preset--color--custom-white);
  border-top: 4px solid var(--wp--preset--color--custom-mint);
}
.posts .post-item > a figure {
  margin: 0px;
  line-height: 0px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  overflow: hidden;
}
.posts .post-item > a figure img {
  width: 100%;
  aspect-ratio: 104/69;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  transition: all 0.5s ease-in-out;
  transform: scale(1.01);
  transform-origin: center center;
}
.posts .post-item > a:after {
  content: "";
  position: absolute;
  background-color: transparent;
  top: 100%;
  height: 0px;
  left: 0px;
  right: 0px;
}
.posts .post-item:hover > a {
  transform: translatey(-6px);
  box-shadow: 0px -2px 0px var(--wp--preset--color--custom-mint);
}
.posts .post-item:hover > a:after {
  height: 6px;
}
.posts .post-item:hover > a figure img {
  transform: scale(1.05);
  transition: all 0.6s ease-in-out;
}
.posts .post-item a:not(.btn) {
  display: flex;
  flex-direction: column;
  text-decoration: none !important;
  height: 100%;
}
.posts .post-item .category {
  color: var(--wp--preset--color--custom-white);
  display: flex;
  padding: 2px 12px;
  justify-content: center;
  align-items: center;
  border-radius: 58px;
  background: var(--wp--preset--color--custom-petrol);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
.posts .post-item .post-content {
  padding: 48px 24px 32px 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 0;
  gap: 24px;
}
.posts .post-item .post-content h4 {
  margin: 0px;
}
.posts .post-item .post-content h5 {
  margin-top: 8px;
  margin-bottom: 24px;
}
.posts .post-item .post-content p {
  margin: 0px;
}
.posts .post-item .post-content .btn {
  margin-top: 32px;
}
.posts .post-item.isvideo a p {
  color: var(--wp--preset--color--custom-black);
}
.posts .post-item.isvideo figure {
  position: relative;
}
.posts .post-item.isvideo figure:after {
  content: "";
  height: 64px;
  width: 64px;
  top: 50%;
  left: 50%;
  margin-left: -32px;
  margin-top: -32px;
  display: block;
  position: absolute;
  background-image: url(/wp-content/themes/fw/assets/img/play3.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.sf-item .category {
  background-color: var(--wp--preset--color--custom-cherry) !important;
}

.posts .post-item .post-content {
  padding-left: 0px;
  padding-right: 0px;
}

#filter-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 35px;
  gap: 40px;
}
@media (max-width: 568px) {
  #filter-wrapper {
    flex-direction: column;
    gap: 32px;
  }
}
#filter-wrapper div.filter-group {
  flex-grow: 1;
  width: calc(50% - 20px);
}
@media (max-width: 568px) {
  #filter-wrapper div.filter-group {
    width: 100%;
  }
}
#filter-wrapper div.filter-group:not(.active) {
  overflow: hidden;
  padding-bottom: 3px;
}
#filter-wrapper div.filter-group:not(.active) li:not(.is-checked) {
  display: none;
}
#filter-wrapper div.filter-group.active ul.filter-group {
  background-color: var(--wp--preset--color--custom-white) !important;
  overflow-y: scroll;
}
#filter-wrapper div.filter-group .is-checked {
  border-radius: 8px;
  background-color: var(--wp--preset--color--custom-white) !important;
}
#filter-wrapper div.filter-group.filter-set ul.filter-group {
  border-bottom: 2px solid var(--wp--preset--color--custom-cherry) !important;
}
#filter-wrapper ul.filter-group {
  margin: 0px;
  border-radius: 8px;
  border-bottom: 2px solid var(--wp--preset--color--custom-petrol) !important;
  border-radius: 8px;
}
#filter-wrapper .filter-title {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 8px;
  color: var(--wp--preset--color--custom-black) !important;
}
#filter-wrapper .filter-part {
  min-height: 100px;
  margin-top: 0px;
  position: relative;
}
@media (max-width: 568px) {
  #filter-wrapper .filter-part {
    width: 100%;
  }
}
#filter-wrapper .filter-part h3 {
  width: 100%;
  padding-left: 0px;
  margin-top: 0px;
}
#filter-wrapper .filter-part input {
  padding: 10px 39px 10px 19px !important;
}
#filter-wrapper .filter-part ul {
  border: 0px;
  padding: 0px;
  max-height: 320px;
  width: auto;
  max-width: 100% !important;
  overflow-y: auto;
  position: absolute;
  z-index: 5;
  left: 0px;
  right: 0px;
}
#filter-wrapper .filter-part ul:after {
  top: 8px;
  z-index: 8;
  pointer-events: none;
}
#filter-wrapper .filter-part ul li {
  padding: 16px 39px 16px 24px !important;
  background-color: transparent;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  color: inherit;
}
#filter-wrapper .filter-part ul li:before {
  display: none;
}
#filter-wrapper .filter-part ul li.sub {
  padding-left: 39px !important;
}
#filter-wrapper .filter-part ul li.one-button.is-checked {
  background-color: var(--wp--preset--color--custom-cherry) !important;
  color: #fff !important;
}
#filter-wrapper .filter-part ul li:hover {
  cursor: pointer;
}
#filter-wrapper .filter-part.active li.one-button:hover {
  background-color: var(--wp--preset--color--custom-cherry);
  color: #fff;
}
#filter-wrapper .filter-part.active .filter-group {
  z-index: 10;
}
#filter-wrapper .filter-part:not(.active) ul li.is-checked {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#filter-wrapper .filter-part:not(.active).filter-set ul:after {
  color: #fff;
}
#filter-wrapper .filter-part .sf_autocomplete {
  margin-bottom: 0px;
}
#filter-wrapper .category-dropdown ul:after {
  font-family: inherit;
  content: "▾";
  position: absolute;
  top: 15px;
  right: 24px;
  transform: scale(1.2, 0.6);
  transform-origin: center center;
}
#filter-wrapper .category-dropdown.active ul:after {
  transform: scale(1.2, 0.6) rotate(180deg);
  right: 12px;
}

.entry-content .sf-list {
  gap: 32px;
  max-width: calc(var(--fullwidth) + 32px) !important;
  min-height: 250px;
}
@media (max-width: 1312px) {
  .entry-content .sf-list {
    margin-left: -16px !important;
    margin-right: -16px !important;
  }
}
.entry-content .sf-list .sf-item {
  width: 25%;
  padding: 20px 16px;
}
@media (max-width: 1023.98px) {
  .entry-content .sf-list .sf-item {
    width: 33.3333333333%;
  }
}
@media (max-width: 767px) {
  .entry-content .sf-list .sf-item {
    width: 50%;
  }
}
@media (max-width: 568px) {
  .entry-content .sf-list .sf-item {
    width: 100%;
  }
}
.entry-content .sf-list .sf-item a {
  height: 100%;
  text-decoration: none;
}
.entry-content .sf-list .sf-item .post-item {
  height: 100%;
  width: 100%;
}
.entry-content .sf-list .sf-item .post-item a {
  padding: 0px 24px;
}
.entry-content .sf-list img {
  margin-bottom: 10px;
  aspect-ratio: 1/1 !important;
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.entry-content .sf-list .no-results {
  display: none;
  text-align: center;
  width: 100%;
  padding: 30px 20px;
}/*# sourceMappingURL=shelf-life.css.map */