:root {
    --store-primary: var(--site-primary, #17312d);
    --store-accent: var(--site-accent, #78956a);
    --store-radius: 22px;
}

body { font-family: var(--site-font, "Be Vietnam Pro"), "Segoe UI", sans-serif; }
.btn-dark, .floating-contact-button.is-phone, .site-search button { background-color: var(--store-primary); border-color: var(--store-primary); }
.product-card, .product-gallery-main, .product-details-panel { border-radius: var(--store-radius); }

