/*
Theme Name: Hello Biz Child Custom
Template: hello-biz
Version: 1.0.32
Text Domain: hello-biz-child
*/
/* Ingress style: first paragraph in WYSIWYG */
body .is-ingress {
font-size: 1.6em;
    line-height: 1.2;
    font-weight: 400;
    margin-bottom: 1.2em;
    font-family: Cormorant;
}


.cat-tyglar,
[class*="cat-"]{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Make the custom field take a full row inside the cart flex layout */
.single-product form.cart {
  flex-wrap: wrap !important;
}
.single-product form.cart .sp-custom-field{
      font-family: "Montserrat", Sans-serif;

  display: block !important;
  flex: 0 0 100% !important;
  width: 100% !important;
  min-width: 100% !important;
  order: -10 !important;         /* keeps it above qty/button */
  margin: 20px 0px 45px 0 !important;
}

/* Label and input layout */
.single-product form.cart .sp-custom-field label{
      font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1.6px;
  display: block !important;
  margin: 0 0 15px 0 !important;
  white-space: normal !important;
}

.single-product form.cart .sp-custom-field input[type="text"]{
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

/* Keep qty + button together */
.single-product form.cart .quantity{
  flex: 0 0 auto !important;
}

.single-product form.cart .single_add_to_cart_button{
  /*flex: 1 1 auto !important;*/
  min-width: 220px; /* optional: prevents a tiny button */
}


/* 3) VARIABLE products: qty + button live inside this wrapper */
.single-product .woocommerce-variation-add-to-cart{
  width: 100% !important;
  display: flex !important;
  gap: 16px;
  align-items:flex-start;
  flex-wrap: wrap !important; /* keep qty + button on same row */
}

/* qty and button sizing inside variable wrapper */
.single-product .woocommerce-variation-add-to-cart .quantity{
  flex: 0 0 auto !important;
}

.single-product .woocommerce-variation-add-to-cart .single_add_to_cart_button{
  flex: none !important;
  min-width: 240px;
  white-space: nowrap;
}


/***********/


.woocommerce-cart-form__contents {
   font-family: "Montserrat", Sans-serif;
}
.woocommerce-cart-form__contents .product-name .variation dt {
  font-weight: 600;
  font-weight: normal;
  margin-left: 0px;

}
.woocommerce-cart-form__contents .product-name .variation dd {
  font-weight: 400;
  font-weight: normal;
  margin-left: 0px;

}
