
/* =========================
   TYPOGRAPHY SHOP LOOP
========================= */

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-family: 'Comfortaa', sans-serif;
  font-size: 18px;
  font-weight: 600;
}

/* categorie */
.woocommerce ul.products li.product-category h2 {
  font-family: 'Lobster', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #CF2E2E;
}

/* =========================
   SINGLE PRODUCT TITLE
========================= */

.product_title {
  font-family: 'Comfortaa', sans-serif;
  font-size: 22px;
  font-weight: 700;
}

/* =========================
   FORM UI
========================= */

.field label {
  font-weight: 600;
  margin-bottom: 5px;
}

.field input,
.field textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
}

/* button spacing */
.submit {
  margin-top: 10px;
}