/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Feb 07 2026 | 07:18:59 */
/* Ocultar texto de política de privacidad en checkout */
.woocommerce-privacy-policy-text {
    display: none !important;
}
