/*
Theme Name: Botiga Child
Description: Custom Botiga child theme for Tamil Nadu stores
Template: botiga
Version: 1.0
*/

/* Import parent styles */
@import url("../botiga/style.css");

.woocommerce ul.products li .price {
  font-size: 14px;
  font-weight: 600;
  color: #b07a2e;
}



/* Single product price styling */
.single-product .summary .price {
    font-size: 26px;
    font-weight: 700;
    color: #b07a2e;
    margin: 10px 0 14px;
    letter-spacing: 0.08em;
}
.single-product .summary .price .woocommerce-Price-amount {
    color: #7a5523;      /* inner amount color */
}
