body {
    background: #FFFFFF;
}
.p-shop__title {
    font-size: 24px;
    color: #232323;
}
.c-button {
    background: #232323;
}
.c-button,
.c-button:link,
.c-button:hover,
.c-button:active,
.c-button:visited {
    color: #ffffff;
}
.c-button:hover {
    background: #a0a0a0;
}
.c-button--primary {
    background: #A80000;
}
.c-button--primary,
.c-button--primary:link,
.c-button--primary:hover,
.c-button--primary:active,
.c-button--primary:visited {
    color: #ffffff;
}
.c-button--primary:hover {
    background: #bb2727;
}
.c-button--danger {
    background: <{$button3_bgcolor}>;
}
.c-button--danger,
.c-button--danger:link,
.c-button--danger:hover,
.c-button--danger:active,
.c-button--danger:visited {
    color: <{$button3_font_color}>;
}
.c-button--danger:hover {
    background: <{$button3_bgcolor_hover}>;
}
.c-input--text {
    border-color: #d0d0d0;
}
.c-input--text:focus {
    border-color: #a0a0a0;
}
