@keyframes slideDown {
  0% {
    max-height: 0;
  }
  to {
    max-height: 8000px;
  }
}
@keyframes slideUp {
  0% {
    max-height: 8000px;
  }
  to {
    max-height: 0;
  }
}
.wp-block-create-block-product-listing {
  background-color: #21759b;
  color: #fff;
  padding: 2px;
}
.pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.pagination__button {
  background: none;
  border: none;
  padding: 4px 8px;
}
.pagination__button[data-enabled='false'] {
  pointer-events: none;
}
.pagination__button[data-type='button'] {
  color: #0069af;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.pagination__button[data-type='button'][data-enabled='false'] {
  background: #fff;
  color: #d3d3d3;
}
.pagination__button[data-type='page'] {
  color: #0069af;
}
.pagination__button[data-type='page'][data-enabled='false'] {
  border: none;
  color: #369;
  cursor: default;
  font-weight: 700;
}
.product-listing {
  display: grid;
  gap: 40px;
  grid-template-columns: 300px 1fr;
  padding: 20px 0;
  transition: opacity 0.2s;
}
@media screen and (max-width: 900px) {
  .product-listing {
    grid-template-columns: 1fr;
  }
}
.product-listing--loading {
  filter: grayscale(1);
  opacity: 0.8;
  pointer-events: none;
}
.product-listing__content {
  flex: 1;
}
.product-listing__list {
  display: grid;
  gap: 25px;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
.product-listing__header {
  display: flex;
  font-weight: 700;
  justify-content: space-between;
  margin-bottom: 3rem;
}
@media screen and (max-width: 900px) {
  .product-listing__header {
    flex-direction: column;
  }
}
.product-listing__pagination {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 26px;
}
.product-listing__categories {
  margin-right: 2rem;
  margin-top: 5rem;
}
@media screen and (max-width: 900px) {
  .product-listing__categories {
    margin-top: 0;
  }
}
.product-listing__categories-filter {
  border-bottom: 2px solid #ccc;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 2.5rem;
}
.product-listing__categories-filter h4 {
  color: #222;
  font-family: inherit;
}
.product-listing__categories-filter span {
  color: #0069af;
  cursor: pointer;
}
.product-listing__categories-filter span:hover {
  color: #369;
}
.product-listing__categories ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.product-listing__categories ul li > button {
  background: #e6e6e6;
  border: none;
  color: #000;
  cursor: pointer;
  display: block;
  padding: 4px 8px;
  text-align: left;
  width: 100%;
}
.product-listing__categories ul li > button[data-selected='true'] {
  background: #0069af;
  color: #fff;
}
.product-listing__sort {
  align-items: center;
  color: #222;
  cursor: pointer;
  display: flex;
  font-family: inherit;
  font-weight: 400;
  position: relative;
}
.product-listing__sort__dropdown {
  display: none;
  overflow: hidden;
}
.product-listing__sort__dropdown.show {
  animation: slideDown 0.5s ease forwards;
  background: #fff;
  border-radius: 0 0 0.8rem 0.8rem;
  box-shadow: 0.438rem 0.313rem 0.438rem 0.125rem rgba(0, 0, 0, 0.2);
  display: block;
  left: 0;
  min-width: 225px;
  position: absolute;
  top: 40px;
}
.product-listing__sort__option {
  border-bottom: 2px solid #ccc;
  padding: 0.438rem;
}
.product-listing__sort__arrow-down {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform-origin: center;
}
.product-listing__sort__arrow-down,
.product-listing__sort__arrow-up {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIFVwbG9hZGVkIHRvOiBTVkcgUmVwbywgd3d3LnN2Z3JlcG8uY29tLCBHZW5lcmF0b3I6IFNWRyBSZXBvIE1peGVyIFRvb2xzIC0tPgo8c3ZnIGZpbGw9IiMwMDAwMDAiIGhlaWdodD0iODAwcHgiIHdpZHRoPSI4MDBweCIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgCgkgdmlld0JveD0iMCAwIDMzMCAzMzAiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8cGF0aCBpZD0iWE1MSURfMjI1XyIgZD0iTTMyNS42MDcsNzkuMzkzYy01Ljg1Ny01Ljg1Ny0xNS4zNTUtNS44NTgtMjEuMjEzLDAuMDAxbC0xMzkuMzksMTM5LjM5M0wyNS42MDcsNzkuMzkzCgljLTUuODU3LTUuODU3LTE1LjM1NS01Ljg1OC0yMS4yMTMsMC4wMDFjLTUuODU4LDUuODU4LTUuODU4LDE1LjM1NSwwLDIxLjIxM2wxNTAuMDA0LDE1MGMyLjgxMywyLjgxMyw2LjYyOCw0LjM5MywxMC42MDYsNC4zOTMKCXM3Ljc5NC0xLjU4MSwxMC42MDYtNC4zOTRsMTQ5Ljk5Ni0xNTBDMzMxLjQ2NSw5NC43NDksMzMxLjQ2NSw4NS4yNTEsMzI1LjYwNyw3OS4zOTN6Ii8+Cjwvc3ZnPg==)
    no-repeat;
  background-size: contain;
  display: inline-block;
  height: 18px;
  margin-left: 1.188rem;
  transition: transform 0.3s ease;
  width: 18px;
}
.product-listing__sort__arrow-up {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform-origin: center;
}
.product-listing__no-products {
  color: #da1c25;
}
.product-listing-product {
  background-color: #fbfbfb;
  color: inherit;
  display: flex;
  flex-direction: column;
  min-height: 31.25rem;
  overflow: hidden;
  text-decoration: none;
  transition: all 0.3s ease;
}
.product-listing-product:focus {
  outline: auto;
}
.product-listing-product:hover {
  box-shadow: 0 8px 24px hsla(210, 8%, 62%, 0.2);
  outline: none;
}
.product-listing-product:hover
  .product-listing-product__info
  .product-listing-product__title {
  color: #369;
  text-decoration: underline;
}
.product-listing-product__img {
  height: 330px;
  -o-object-fit: contain;
  object-fit: contain;
  padding: 20px;
  width: 100%;
}
.product-listing-product__info {
  background: #eaeaea;
  flex: 1;
  padding: 15px;
}
.product-listing-product__info__no-image h2 {
  font-size: 1.5rem;
  margin-bottom: 35%;
  margin-top: 50%;
}
.product-listing-product__title {
  color: #0069af;
  font-size: clamp(1rem, 5vw, 1.5rem);
  font-weight: 400;
  margin-bottom: 10px;
  word-break: break-word;
}
.product-listing-product__skus {
  font-size: 1rem;
}
.product-listing-product__description,
.product-listing-product__description p {
  font-size: clamp(14px, 5vw, 1rem);
}
.product-listing-product__attachments {
  font-size: 0.8rem;
}
.dropdown {
  color: #222;
}
.dropdown__product-list {
  border: none;
  border-bottom: 0.125rem solid #ccc;
  cursor: pointer;
  flex-direction: column;
  font-size: 1rem;
  margin-top: 0.625rem;
}
.dropdown__product-list,
.dropdown__product-list__label {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.dropdown__product-list__label {
  color: #222;
  font-family: inherit;
  width: 100%;
}
.dropdown__product-list__dropdown-content {
  animation: slideUp 0.5s ease forwards;
  color: #222;
  display: none;
  font-family: inherit;
  margin-bottom: 1rem;
  margin-top: 1rem;
  min-width: 10rem;
  opacity: 0;
  overflow: hidden;
}
.dropdown__product-list__dropdown-content div:hover label {
  color: #369;
}
.dropdown__product-list__dropdown-content label {
  color: inherit;
  cursor: pointer;
  padding: 0.5rem 0.313rem;
}
.dropdown__product-list__dropdown-content input[type='checkbox'] {
  accent-color: #0069af;
  height: 1.25rem;
  margin: 0 0.4rem;
  vertical-align: middle;
  width: 1.25rem;
}
.dropdown__product-list__dropdown-content
  input[type='checkbox']:checked
  + label {
  font-weight: 700;
}
.dropdown__product-list__dropdown-content.show {
  animation: slideDown 0.5s ease forwards;
  display: flex;
  flex-direction: column;
  min-width: -moz-fit-content;
  min-width: fit-content;
  opacity: 1;
  width: 100%;
}
.dropdown__product-list__dropdown-content.show div {
  align-items: center;
  display: grid;
  grid-template-columns: 30px 1fr;
}
.dropdown__product-list__arrow-down {
  background: url('data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 fill=%27currentColor%27 class=%27bi bi-plus-lg%27 viewBox=%270 0 16 16%27%3E%3Cpath fill-rule=%27evenodd%27 d=%27M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2%27/%3E%3C/svg%3E')
    no-repeat;
  background-size: contain;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform-origin: center;
}
.dropdown__product-list__arrow-down,
.dropdown__product-list__arrow-up {
  display: inline-block;
  height: 24px;
  margin-bottom: 0.5rem;
  margin-left: 2.188rem;
  transition: transform 0.3s ease;
  width: 24px;
}
.dropdown__product-list__arrow-up {
  background: url('data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 fill=%27currentColor%27 class=%27bi bi-dash-lg%27 viewBox=%270 0 16 16%27%3E%3Cpath fill-rule=%27evenodd%27 d=%27M2 8a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11A.5.5 0 0 1 2 8%27/%3E%3C/svg%3E')
    no-repeat;
  background-size: contain;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform-origin: center;
}
.dropdown-content a {
  color: #000;
  display: block;
  padding: 12px 16px;
  text-decoration: none;
}
section[data-purpose='content'] {
  scroll-margin-top: 20px;
}
