/* 
 * Custom Styles for ScrapUa
 * Additional custom styling for the website
 */

/* Move to basket button - corporate purple styling */
.btn[data-behaviours="move"] {
    background-color: rgb(149, 70, 114) !important;
    border-color: rgb(149, 70, 114) !important;
    color: white !important;
}

.btn[data-behaviours="move"]:hover {
    background-color: rgb(130, 60, 100) !important;
    border-color: rgb(130, 60, 100) !important;
    color: white !important;
}

.btn[data-behaviours="move"]:focus {
    background-color: rgb(149, 70, 114) !important;
    border-color: rgb(149, 70, 114) !important;
    color: white !important;
    box-shadow: 0 0 0 0.2rem rgba(149, 70, 114, 0.25) !important;
}

.btn[data-behaviours="move"]:active {
    background-color: rgb(110, 50, 85) !important;
    border-color: rgb(110, 50, 85) !important;
    color: white !important;
}
