/*
Theme Name: Flatsome Child - MyPhamAlacarte
Theme URI: https://myphamalacarte.com/
Description: Child theme for Flatsome customized for MyPhamAlacarte beauty & cosmetics store.
Author: Tuan Quang Dong
Author URI: https://tuanquangdong.com/
Template: flatsome
Version: 1.0.0
*/

/* Custom variables and theme colors */
:root {
  --primary-color: #f3285b;
  --secondary-color: #1a1a1a;
  --accent-color: #e91e63;
}

/* Link customization */
.gold-evergreen-content a {
    color: #f3285b !important;
    text-decoration: underline !important;
    font-weight: 700;
}
.gold-evergreen-content a:hover {
    color: #1a1a1a !important;
}

/* Header & Banner custom styling */
.header-nav-main {
  border-bottom: 2px solid var(--primary-color);
}

.cosmetics-intro-box {
  background: rgba(243, 40, 91, 0.05);
  border-left: 4px solid var(--primary-color);
  padding: 15px;
  margin: 20px 0;
}
