.path-product-listing .views-element-container {
  padding: 0;
}

.paragraph--type--hww-product-listing .filter {
  background: #F2F5F7;
  padding: 20px 0;
}

.paragraph--type--hww-product-listing .filter-cnt {
  position: relative;
}

.paragraph--type--hww-product-listing .filter .form-item-items-per-page label {
  display: inline-block;
  margin-right: 0.5rem;
}
.paragraph--type--hww-product-listing .filter .form-item-items-per-page select {
  display: inline-block;
  width: 80px;
}

.paragraph--type--hww-product-listing .listing-body .views-infinite-scroll-content-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 80px 0;
  max-width: calc(100% + 30px);
  margin: 0 -15px;
}

@media (max-width: 767px) {
  .paragraph--type--hww-product-listing .listing-body .views-infinite-scroll-content-wrapper {
    padding: 40px 0;
  }
}

.paragraph--type--hww-product-listing .views-row {
  width: 33.33%;
  padding: 0 15px;
  margin-bottom: 30px;
}

@media (max-width: 992px) {
  .paragraph--type--hww-product-listing .views-row {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .paragraph--type--hww-product-listing .views-row {
    width: 100%;
  }
}

.product-teaser {
  border: 1px solid #c2d1d9;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  position: relative;
  padding-bottom:30px;
}

.product-teaser .description {
  padding: 30px 30px 0 30px;
  text-align: center;
}

.product-teaser h3 {
  margin-bottom: 15px;
}

.product-teaser .product-actions {
  align-items: center;
  padding:0 30px;
}

.product-teaser .product-actions .btn {
  margin-top: 25px;
}

@media (max-width: 767px) {
  .product-teaser .product-actions .cta-cnt,
  .product-teaser .product-actions .btn {
    width: 100%;
  }
}

.product-teaser .tags {
  padding:0 30px;
}

.product-teaser p:last-child {
  margin-bottom: 0;
}

.product-teaser .image-container {
  position: relative;
  padding-top:97%;
}

.product-teaser img {
  position: absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  width: 100%;
  height: 100%;
  font-family: 'object-fit: cover;';
  object-fit: cover;
  margin: 0;
}

.product-teaser .tags a {
  display: inline-block;
  margin: 0 5px;
  background-color: #c2d1d9;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 2px 8px;
  text-transform: uppercase;
}
.product-teaser .tags a:first-child {
  margin-left: 0;
}

.paragraph--type--hww-product-listing .field--name-field-hww-var-image {
  margin: 0;
}

.paragraph--type--hww-product-listing .form-type-select label {
  display: none;
  color: #A1AEB7;
}

.paragraph--type--hww-product-listing .filter .number-of-filters {
  font-size: 14px;
  text-align: right;
  color: #A1AEB7;
}

.paragraph--type--hww-product-listing .filter .form-actions {
  position: absolute;
  left: 15px;
  bottom: -23px;
  padding: 0;
}

.paragraph--type--hww-product-listing .filter .form-row {
  margin: 0 -15px;
}

.paragraph--type--hww-product-listing .form-row .form-type-select {
  width: 25%;
  padding: 0 15px;
}

@media (max-width: 767px) {
  .paragraph--type--hww-product-listing .form-row .form-type-select {
    width: 50%;
  }
}

.paragraph--type--hww-product-listing .form-type-select select {
  font-size: 14px;
  color: #A1AEB7;
  padding: 0 15px;
  height: 40px;
}

.paragraph--type--hww-product-listing .filter #edit-submit-hww-product-listing {
  display: none;
}

.paragraph--type--hww-product-listing .filter #edit-reset {
  font-size: 14px;
  letter-spacing: 1px;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #A1AEB7;
  position: relative;
  padding: 0 0 0 30px;
}

.paragraph--type--hww-product-listing .filter #edit-reset:hover {
  text-decoration: underline;
}

.paragraph--type--hww-product-listing .views-exposed-form[data-drupal-form-fields*="edit-reset"] .form-actions:after {
  width: 18px;
  height: 21px;
  content: url("../images/reset-ico.png");
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
}

.product-teaser .reviews {
  margin: 15px auto 0;
  display: table;
}

.product-teaser .category-label {
  color: #424B5A;
  padding: 2px 5px;
  background: #C2D1D9;
  position: absolute;
  top: 10px;
  right: 10px;
  text-transform: uppercase;
}
