.product-lace-frame {
  border: 40px solid transparent; /* Thickness of the lace frame */
  border-image-source: url('https://cookinland.com/wp-content/uploads/2025/08/Untitled-design-2.png');
  border-image-slice: 100; /* Adjust so the lace corners look correct */
  border-image-repeat: round; /* Or stretch, depending on the pattern */
  padding: 20px; /* Push product image inside the lace */
  display: inline-block;
  background: #fff; /* Optional: background inside the lace */
}

.woocommerce ul.products li.product img {
    border: 20px solid transparent;
    border-image-source: url(https://cookinland.com/wp-content/uploads/2025/08/Untitled-design-2.png);
    border-image-slice: 100;
    border-image-repeat: round;
}

img.custom-logo[style] {
  width: 180px !important;
  height: auto !important;
  max-height: none !important;
  display: block !important;
  margin: 0 auto !important;
  position: relative !important;
  top: 98px !important;
}






/* Apply custom font to header menu with additional styling */
.main-navigation a {
    font-family: 'ovo', sans-serif; /* Your uploaded font */
    font-size: 21px; /* Adjust the font size */
}




/* Change color of the 'Read More' button in product listings */
.woocommerce .products .product .button {
    background-color: #FDE2E4 !important; 
		border-color: #FDE2E4 !important;/* Change to your desired background color */
    color: #93BEA1 !important; /* Change text color to white */
}

/* Change color of 'Read More' button when hovered */
.woocommerce .products .product .button:hover {
    background-color: #FF4500; /* Darker shade on hover */
    color: #fff; /* Ensure text remains white on hover */
}

/* Change font for all footer elements */
.bhfb-main_footer_row,
.bhfb-main_footer_row * {
  font-family: "Ovo", sans-serif !important;
		font-weight: 400 !important;
		color: grey;
}



/* Hide Checkout page header title and thumbnail */
.page-id-285 .entry-header,
.page-id-285 .post-thumbnail {
    display: none !important;
}