/* Ryan's Ventures - Black & Gold Theme */

body {
background-color: #FFFFFF;
color: #000000;
}

header,
.navbar,
.site-header {
background-color: #000000 !important;
}

a:hover,
.nav-link:hover {
color: #FCA311 !important;
}

button,
.btn,
.button {
background-color: #FCA311 !important;
color: #000000 !important;
border-radius: 8px !important;
border: none !important;
font-weight: bold;
}

.product-price,
.price {
color: #FCA311 !important;
font-weight: bold;
}

footer,
.site-footer {
background-color: #14213D !important;
color: #FFFFFF !important;
}

/* WhatsApp Floating Button */
#rv-whatsapp-btn {
position: fixed;
bottom: 20px;
right: 20px;
background: #25D366;
color: white;
padding: 12px 18px;
border-radius: 50px;
text-decoration: none;
font-weight: bold;
z-index: 99999;
box-shadow: 0 4px 12px rgba(0,0,0,.3);
}