/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 07 2025 | 09:32:00 */
/* --- Global Variables for Card Styles --- */
:root {
    --border-radius: 12px !important;
}

/* --- Fixes the border-radius for Elementor containers that contain cards --- */
.elementor-element .e-con-container .e-con,
.elementor-element .e-con-inner .e-con,
.elementor-element .card {
    border-radius: var(--border-radius) !important;
}

/* This fixes the border-radius for images inside the shop cards, which are also being overridden */
.shop-card img {
    border-radius: 8px !important;
}
