/* ═══════════════════════════════════════════
Bio Elenika — Brand Styles
Colors: Olive green, Warm cream, Charcoal
═══════════════════════════════════════════ */
/* Global */
body {
background-color: #F7F4EF;
color: #2D2D2D;
}
/* Headings */
h1, h2, h3, h4, h5, h6,
.entry-title, .woocommerce-loop-product__title {
color: #2C3E1F;
font-family: ‘Playfair Display’, Georgia, serif;
}
/* Links */
a { color: #5C7A3E; }
a:hover { color: #2C3E1F; }
/* Buttons */
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce .cart .button,
.woocommerce .cart input.button,
.ast-btn, .menu-toggle {
background-color: #5C7A3E !important;
color: #fff !important;
border-radius: 4px !important;
border: none !important;
transition: background 0.2s ease;
}
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.ast-btn:hover {
background-color: #2C3E1F !important;
}
/* Navigation */
.main-header-menu .menu-item a,
.main-navigation .menu-item a {
color: #2C3E1F;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 0.04em;
font-size: 0.85rem;
}
.main-header-menu .menu-item a:hover {
color: #5C7A3E;
}
/* Product cards */
.woocommerce ul.products li.product {
border-radius: 6px;
background: #fff;
box-shadow: 0 1px 4px rgba(0,0,0,0.06);
padding: 16px;
transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.woocommerce ul.products li.product:hover {
transform: translateY(-3px);
box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
/* Price */
.woocommerce .price, .woocommerce-Price-amount {
color: #5C7A3E;
font-weight: 600;
}
/* Sale badge */
.woocommerce span.onsale {
background-color: #C9972B;
border-radius: 4px;
}
/* Footer */
.site-footer {
background-color: #2C3E1F;
color: rgba(255,255,255,0.8);
}
.site-footer a {
color: #C9972B;
}
.site-footer a:hover {
color: #fff;
}
/* WooCommerce notices */
.woocommerce-message {
border-top-color: #5C7A3E !important;
}
Hi, this is a comment.
To get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.
Commenter avatars come from Gravatar.