/**
 * WooTweaks Storefront Theme Tweak - Custom Frontend Styles
 *
 * USER-EDITABLE: This file is preserved during plugin updates
 * SAFE TO EDIT: Customize your site-specific styles here
 *
 * This file contains ONLY site-specific customizations:
 * - Color schemes and branding
 * - Custom fonts and typography
 * - Site-specific icons and images
 * - Background colors and borders with colors
 *
 * All structural/functional CSS is in frontend-base.css (update-safe)
 * Edit this file through the admin panel (Settings > Storefront Theme Tweak)
 */

.woocommerce-active .site-header > .col-full {
  width: 300px;
}
.storefront-handheld-footer-bar ul li.whatsapp_link > a.whatsapp-link::before {
  font-family:"Font Awesome 6 Brands";
  content: "\f232"; 
}
.storefront-handheld-footer-bar ul li.resources > a.resources-link::before {
  font-family:"Font Awesome 6 Free";
  font-weight: 900;
  content: "\f02d";
}
.storefront-handheld-footer-bar ul li.info > a.info-link::before {
  font-family:"Font Awesome 6 Free";
  font-weight: 900;
  content: "\f05a";
}