/*
Theme Name: lx202608
Theme URI: https://shoo-in-shop.com
Author: lx
Author URI: https://shoo-in-shop.com
Description: Classic WooCommerce storefront theme for shoo-in-shop.com. Design language modeled on a research-grade peptide storefront: deep navy header/hero, red accent CTAs, cream body background, serif headings with sans-serif UI, pill-shaped buttons, marquee announcement bar, category-pill navigation and a long-form catalog homepage.
Version: 0.15.0
Requires at least: 6.5
Tested up to: 7.0
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lx202608
Tags: e-commerce, woocommerce, custom-colors, custom-menu, custom-logo, featured-images, translation-ready
*/

/* 实际样式见 assets/css/main.css (通过 functions.php enqueue) */
/* WhatsApp 浮动按钮 */
.btn-textus {
    position: fixed !important;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99999;
    
    /*
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    text-decoration: none;
    color: #ffffff !important;
    border-radius: 8px 0 0 8px;
    */
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
