
/*
Theme Name: SNK Aabarna Jewellery
Theme URI: https://kgsdigitalmarketing.com/
Description: Custom Divi Child Theme for SNK Aabarna Jewellery with WooCommerce Support
Author: extendedIDEA
Author URI: https://extendedidea.com/
Template: Divi
Version: 1.0
*/

/* Custom Styles Start Below */

/* Example: Product Title Styling */
.woocommerce ul.products li.product h2 {
    font-weight: 600;
    letter-spacing: 0.5px;
}

/* Example: Price Styling */
.woocommerce ul.products li.product .price {
    color: #8B7355;
    font-weight: 700;
}

/* Custom CSS Starts Below */

/* --------------------------
   Place custom CSS below
--------------------------- */

/* Brand Colors */
:root {
  --snk-gold: #c6a043;
  --snk-dark: #111111;
  --snk-cream: #f8f5ef;
}

/* Base Typography */
body {
  font-family: "Cormorant Garamond", serif;
  background-color: var(--snk-cream);
  color: var(--snk-dark);
}

/* Buttons */
.et_pb_button {
  background-color: var(--snk-gold);
  color: #ffffff !important;
  border: none;
}

.et_pb_button:hover {
  background-color: #a8832f;
}

/* Remove Divi header shadow */
#main-header {
  box-shadow: none;
}