/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
 :root {
    --bg-color-btn: #ef6c00;
    --bg-color-btn-hover: #FF8F33;
}
.product-type-1 .item-inner .btn-action {
    background: var(--bg-color-btn);
}