a.Video .precious-lp-cta.precious-lp-cta--video {
    background-color: var(--COLOR-GOLD) !important;
    color: #000000;
    border-color: black;
}
a.Video .precious-lp-cta.precious-lp-cta--video:hover {
    background-color: white !important;
}
.precious-lp-cta--video::before {
    border-left: var(--FONT-SIZE) solid black;
}
.precious-lp-products__product span {
    font-size: 15px;
}
a.precious-lp-boldtext.precious-lp-boldtext-white {
    color: #ffff;
}
a.precious-lp-boldtext.precious-lp-boldtext-white:hover {
    color: #b40024;
}
@media screen and (max-width: 1050px) {
    a:not(.cba-link-style) {
        color: #333333;
    }    
}
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
    .precious-lp-products__product span {
        font-size: 15px;
    }
}
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {
    .precious-lp-products__product span {
        font-size: 15px;
    }
}
@media (max-width: 480px) {
    .precious-lp-results__ending a .precious-lp-cta--video::before {
        border-left: var(--FONT-SIZE) solid #ffffff;
    }
    .precious-lp-results__ending a .precious-lp-cta--video::before::hover {
        border-left: var(--FONT-SIZE) solid #000000 !important;
    }
    button.precious-lp-cta.isMobile {
        width: 10em;
    }
}