/*
Theme Name: Divi Child Theme
Theme URI: http://yourwebsite.com
Description: Child Theme For Divi
Author: Your Name
Author URI: http://yourwebsite.com
Version: 1.0.0
Template: Divi
*/

:root {
    --primary: #a94825;
    --secondary: hsl(from var(--gcid-primary-color) calc(h + 0) calc(s + -60) calc(l + 50));
    --white: #fff;
    --black: #000;
}

.free-shipping-badge {
    padding: 0 20px;
    background: var(--primary);
    border-radius: 100px;
    color: var(--white);
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    width: max-content;
}