#fw-section-hero-d28c2623-9c22-4bb1-8619-262397ee7bf7 {

/* "Selling Fast" or "Limited" badge */
.onsale, .limited-badge {
    background: #ff0040 !important;
    color: white !important;
    padding: 6px 12px !important;
    border-radius: 4px !important;
    font-size: 12px !important;
    font-weight: bold !important;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
    animation: pulse 2s infinite;
}
@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}
}





#fw-section-announcement-bar-681376a0-ef3e-47b6-b036-532cc7c017f4 {

/* Top bar – copy this HTML + CSS */
.top-bar {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-weight: bold;
    font-size: 14px;
    position: relative;
    z-index: 1000;
}
.top-bar span {
    color: #ff0040;
}
}
#fw-section-header {
--color-primary: #000000;
--color-primary-rgb: 0, 0, 0;
--color-background: #ff9100;
--color-background-rgb: 255, 145, 0;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #060606;
--color-on-background-rgb: 6, 6, 6;
--color-product-image-background: #060606;
--color-background-brightness: 161;
background-color: var(--color-background);
color: var(--color-on-background);
/* Top bar – copy this HTML + CSS */
.top-bar {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-weight: bold;
    font-size: 14px;
    position: relative;
    z-index: 1000;
}
.top-bar span {
    color: #ff0040;
}
}
#fw-section-product-product-default {

/* Big glowing Add to Cart – perfect for Tang Paste vibe */
button.add_to_cart_button,
button.single_add_to_cart_button,
input[type="submit"].button {
    background: #ff0040 !important;
    color: white !important;
    font-weight: 900 !important;
    text-transform: uppercase;
    padding: 16px 32px !important;
    border-radius: 50px !important;
    box-shadow: 0 0 20px rgba(255,0,64,0.6) !important;
    transition: all 0.3s ease !important;
    font-size: 18px !important;
    border: none !important;
}
button.add_to_cart_button:hover,
button.single_add_to_cart_button:hover {
    background: #ff3366 !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 0 30px rgba(255,0,64,0.9) !important;
}
}