/* Plaats je maatwerk CSS onder de template styling */

/* Template styling */
:root {
    --card-border-color: transparent !important;
}

/* Buttons */
.cart_button.cart_remove,
.cart_button.cart_remove i,
.cart_button.cart_spinner,
.btn-transparent {
    --btn-transparent-text-color-hover: var(--accent-500);
}

/* Product Listing */
.rating_stars .st-icon:not(:last-of-type),
.rating_stars .fa-icon:not(:last-of-type) {
    --stars-spacing: .25rem;
}


/* Footer */
.site-footer {
    --footer-caret-icons-display: none;
}

.footer-paymentmethods-images {
    display: grid;
    grid-template-columns: repeat(3, 64px);
    grid-gap: var(--st-spacing-xs);
}

.footer-paymentmethods-images img {
    border-radius: var(--border-radius);
}

/* Einde template styling */

/* Plaats je maatwerk CSS hieronder */
