.woocommerce-page .related .products .product img {
    width: 70%;  
    height: auto;  
    display: block;  
    margin: 0 auto;  
}
.woocommerce-page .related .products .product {
    text-align: center;  
    display: flex;
    flex-direction: column;  
    align-items: center;  
    justify-content: flex-end;  
}
.wpcf7 {
  background: #f9f9f9;
  padding: 15px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.wpcf7 input[type="submit"] {
  font-size: 18px;          /* Bigger text */
  padding: 16px 30px;       /* More space inside the button */
  border-radius: 6px;       /* Optional: rounded corners */
  display: block;
  margin: 30px auto; 
	}
.wpcf7 textarea {
  width: 100%;             /* Adjust width (or set to something like 80% if needed) */
	height: 140px;           /* Increase/decrease height */}  
/* =========================================================   AUS LABS — Shop spacing (targets your exact BeTheme markup)   ========================================================= *//* DESKTOP: more padding above H1 + keep header comfortably separated */@media (min-width: 768px){  body.woocommerce-shop .section_wrapper.default-woo-list .page-description .aus-shophead{    padding-top: 34px !important;   /* space above H1 */    padding-bottom: 2px !important;    margin-bottom: 2px !important; /* space before tiles */  }}/* MOBILE: keep header tight so tiles stay high */@media (max-width: 767px){  body.woocommerce-shop .section_wrapper.default-woo-list .page-description .aus-shophead{    padding-top: 14px !important;    padding-bottom: 8px !important;    margin-bottom: 10px !important;  }}/* BELOW CARDS: add breathing room under the category grid */@media (min-width: 768px){  body.woocommerce-shop .section_wrapper.default-woo-list .products_wrapper.mfn-woo-products{    padding-bottom: 56px !important;  }}@media (max-width: 767px){  body.woocommerce-shop .section_wrapper.default-woo-list .products_wrapper.mfn-woo-products{    padding-bottom: 30px !important;  }}