/* Catalog cards restored from standard WooCommerce hooks. */
.woocommerce-shop .lsc-shop-heading {
  clear: both;
  margin: 0 0 28px;
  overflow-wrap: anywhere;
}

.woocommerce-shop ul.products li.product {
  box-sizing: border-box;
}

.woocommerce-shop ul.products li.product > .woocommerce-LoopProduct-link {
  color: inherit;
  display: block;
  text-decoration: none;
}

.woocommerce-shop ul.products li.product .woocommerce-loop-product__title {
  font-size: 19px;
  line-height: 1.25;
  margin: 16px 0 8px;
  overflow-wrap: anywhere;
}

.woocommerce-shop ul.products li.product .price {
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 14px;
}

.woocommerce-shop ul.products li.product .button {
  box-sizing: border-box;
  margin: 0 8px 10px 0;
}

.woocommerce-shop ul.products li.product .yith-wcqv-button {
  background: transparent;
  border: 1px solid #2f3438;
  color: #2f3438;
}

/* Single-product hierarchy and purchase controls. */
.single-product .product_title.entry-title {
  font-size: clamp(30px, 4.3vw, 48px);
  line-height: 1.08;
  overflow-wrap: anywhere;
}

.single-product .yith-wcwl-add-to-wishlist .add_to_wishlist {
  align-items: center;
  display: inline-flex;
  gap: 9px;
}

.single-product .yith-wcwl-add-to-wishlist .yith-wcwl-icon-svg {
  flex: 0 0 24px;
  height: 24px !important;
  width: 24px !important;
}

.lsc-contact-heading {
  margin-bottom: 24px;
  overflow-wrap: anywhere;
}

@media only screen and (max-width: 680px) {
  .woocommerce-shop .lsc-shop-heading {
    font-size: 34px;
    line-height: 1.1;
    margin-bottom: 22px;
  }

  .woocommerce-shop ul.products li.product .button {
    display: block;
    margin-right: 0;
    text-align: center;
    width: 100%;
  }

  .single-product .woocommerce-variation-add-to-cart.variations_button {
    align-items: stretch;
    display: grid;
    gap: 12px;
    grid-template-columns: 74px minmax(0, 1fr);
    width: 100%;
  }

  .single-product .woocommerce-variation-add-to-cart.variations_button .quantity {
    margin: 0 !important;
    width: 74px;
  }

  .single-product .woocommerce-variation-add-to-cart.variations_button .quantity input.qty {
    box-sizing: border-box;
    height: 100%;
    min-height: 49px;
    width: 100%;
  }

  .single-product .woocommerce-variation-add-to-cart.variations_button .single_add_to_cart_button {
    box-sizing: border-box;
    margin: 0 !important;
    width: 100%;
  }
}
