.home a:where(:not(.wp-element-button)) {
  text-decoration: none;
  color: unset;
}

.l-top-content {
    margin-left: 32px;
}
@media screen and (max-width: 767px) {
  .l-top-content {
    margin-left: 16px;
  }
}
.p-link-icon {
    margin-left: .5rem;
    display: inline-flex;
    padding: 2px;
    border: 2px solid #333;
    border-radius: 50px;
}
.p-link-icon svg {
  width: 16px;
  height: 16px;
}
.slide-fill {
  height: 71.95122%;
  background-image: linear-gradient(0deg, #000000b3 15%, #0000 80.87%);
  position: absolute;
  width: 100%;
  z-index: 1;
  bottom: 0;
  opacity: 0.4;
}
.slide-img {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}
.slide-img img {
    display: block;
    max-width: 100%;
    height: 200px;
    object-fit: cover;
}
.slide-title2 {
    position: absolute;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #fff;
    /* margin-top: 16px; */
    bottom: 22px;
    padding: .5rem;
    z-index: 2;
}
.slide-price {
  color: #c00;
  font-weight: bold;
  text-align: right;
  z-index: 1;
  position: relative;
  padding-right: 1rem;
}
.swiper-slide a:where(:not(.wp-element-button)) {
    text-decoration: none;
}
.woocommerce ul.products li.product a img {
  height: 300px;
  object-fit: cover;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  min-height: 4.2rem;
  line-height: 1.4rem;
}
.woocommerce ul.products li.product .price {
  text-align: right;
}