/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Jun 24 2026 | 20:53:25 */
.add_to_cart_button,
.single_add_to_cart_button {
    font-size: 0 !important;
}

.add_to_cart_button::before,
.single_add_to_cart_button::before {
    content: "\f07a";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 20px;
}