body.home header, 
body.product header {
    background: linear-gradient(180deg, #000 3%, transparent);
}
.product-hero-section {
    box-shadow: inset 1px -91px 88px 18px #000;
    -webkit-box-shadow: inset 1px -91px 88px 18px #000;
    -moz-box-shadow: inset 1px -91px 88px 18px #000;
}
header,
.primary-background,
.parallax-image,
.button-primary {
	background-color: #000;
}
.main-hero-section {
    box-shadow: inset 0 -40px 30px 0 #000;
}
#totop.top-visible {
    background-color: #bda371;
}
a:hover,
.rating-stars span, 
.rating-stars span.icon-stack,
.text-color-secondary {
    color: #bda371;
}