:root {
    --bioticsq-primary: #1976d2;
    --bioticsq-secondary: #0d47a1;
    --bioticsq-accent: #2196f3;
    --bioticsq-bg-light: #f5f9fd;
    --bioticsq-border: #e3effa;
    --bioticsq-text-main: #2c3e50;
    --bioticsq-text-muted: #64748b;
    --shadow-soft: 0 10px 30px rgba(25, 118, 210, 0.08);
    --shadow-hover: 0 15px 40px rgba(25, 118, 210, 0.15);
    --transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

body {
    font-family: 'Inter', sans-serif !important;
    color: var(--bioticsq-text-main);
    background-color: #fafbfc;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Outfit', sans-serif !important;
    font-weight: 700 !important;
    color: var(--bioticsq-secondary);
}

/* Glassmorphism Product Cards */
.product {
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.5) !important;
    border-radius: 16px !important;
    box-shadow: var(--shadow-soft) !important;
    transition: var(--transition) !important;
    padding: 15px !important;
    overflow: hidden;
}

.product:hover {
    transform: translateY(-8px) scale(1.02) !important;
    box-shadow: var(--shadow-hover) !important;
    border-color: rgba(25, 118, 210, 0.3) !important;
}

.product img {
    border-radius: 12px;
    transition: var(--transition);
}

.product:hover img {
    transform: scale(1.05);
}

/* Primary Button Styling */
.button, .single_add_to_cart_button {
    background: linear-gradient(135deg, var(--bioticsq-primary) 0%, var(--bioticsq-accent) 100%) !important;
    border-radius: 30px !important;
    border: none !important;
    color: white !important;
    font-weight: 600 !important;
    letter-spacing: 0.5px !important;
    padding: 12px 30px !important;
    box-shadow: 0 4px 15px rgba(25, 118, 210, 0.3) !important;
    transition: var(--transition) !important;
    text-transform: uppercase !important;
}

.button:hover, .single_add_to_cart_button:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 8px 25px rgba(25, 118, 210, 0.4) !important;
    background: linear-gradient(135deg, var(--bioticsq-accent) 0%, var(--bioticsq-primary) 100%) !important;
}

/* Trust Badges */
.premium-trust-badges {
    display: flex;
    justify-content: space-between;
    margin: 25px 0;
    padding: 15px;
    background: rgba(25, 118, 210, 0.05);
    border-radius: 12px;
    border: 1px solid rgba(25, 118, 210, 0.1);
}

.trust-badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
    flex: 1;
}

.trust-badge span.dashicons {
    font-size: 28px;
    width: 28px;
    height: 28px;
    color: var(--bioticsq-primary);
}

.trust-badge span:last-child {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--bioticsq-text-main);
    line-height: 1.2;
}

/* Scarcity Indicator */
.premium-scarcity-indicator {
    background: linear-gradient(90deg, #fff3e0 0%, #ffe0b2 100%);
    border-left: 4px solid #ff9800;
    padding: 12px 15px;
    border-radius: 8px;
    margin-bottom: 20px;
    font-size: 0.95rem;
    color: #e65100;
    display: flex;
    align-items: center;
    gap: 10px;
    animation: pulse 2s infinite;
}

.fire-icon {
    font-size: 1.2rem;
}

@keyframes pulse {
    0% { opacity: 1; }
    50% { opacity: 0.8; }
    100% { opacity: 1; }
}

/* Review Incentive Banner */
.premium-review-incentive {
    background: linear-gradient(135deg, #f5f9fd 0%, #e3effa 100%);
    border: 1px solid var(--bioticsq-primary);
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: var(--shadow-soft);
}

.premium-review-incentive .star-icon {
    font-size: 2rem;
    filter: drop-shadow(0 2px 4px rgba(244, 194, 66, 0.4));
}

.premium-review-incentive .incentive-text strong {
    font-size: 1.1rem;
    color: var(--bioticsq-primary);
    display: block;
    margin-bottom: 5px;
}

.premium-review-incentive .incentive-text p {
    margin: 0;
    font-size: 0.95rem;
    color: var(--bioticsq-text-main);
}

/* Sticky Mobile Add to Cart */
.premium-sticky-atc {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    z-index: 99999;
    padding: 15px 20px;
    box-shadow: 0 -5px 25px rgba(0,0,0,0.1);
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    border-top: 1px solid var(--bioticsq-border);
}

@media (max-width: 768px) {
    .premium-sticky-atc {
        display: flex;
    }
    
    .single_add_to_cart_button {
        width: 100%;
    }
}

.sticky-atc-price {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--bioticsq-secondary);
}

.sticky-atc-price del {
    font-size: 0.9rem;
    color: var(--bioticsq-text-muted);
    font-weight: 400;
}

.sticky-atc-btn {
    flex: 1;
    margin: 0 !important;
    padding: 12px 20px !important;
}

/* Elementor Homepage Overrides */
.home .elementor-widget-icon-box {
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 16px;
    padding: 30px 20px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: var(--shadow-soft);
    transition: var(--transition);
}

.home .elementor-widget-icon-box:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-hover);
    background: rgba(255, 255, 255, 0.9) !important;
}

.home .elementor-icon {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--bioticsq-primary) 0%, var(--bioticsq-accent) 100%);
    border-radius: 50%;
    margin-bottom: 20px !important;
    color: #fff !important;
    box-shadow: 0 8px 20px rgba(25, 118, 210, 0.25);
}

.home .elementor-icon i, .home .elementor-icon svg {
    fill: #fff !important;
    color: #fff !important;
    width: 32px !important;
    height: 32px !important;
    font-size: 32px !important;
}

.home .elementor-heading-title {
    font-family: 'Outfit', sans-serif !important;
    font-weight: 700 !important;
    letter-spacing: -0.5px;
}

/* Custom Premium Hero Section */
.rev_slider_wrapper {
    display: none !important;
}

#premium-custom-hero {
    position: relative;
    width: 100%;
    min-height: 85vh;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 10%;
    overflow: hidden;
    margin-top: 0;
}

#premium-custom-hero .hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 0;
}

#premium-custom-hero .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 50, 20, 0.6) 0%, rgba(255,255,255,0) 80%);
    z-index: 1;
}

#premium-custom-hero .hero-content {
    position: relative;
    z-index: 2;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 20px;
    padding: 3rem;
    max-width: 600px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    color: white;
}

#premium-custom-hero .hero-badge {
    display: inline-block;
    background: rgba(0, 200, 83, 0.2);
    border: 1px solid #00c853;
    color: #fff;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 1rem;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#premium-custom-hero .hero-title {
    font-family: 'Outfit', sans-serif;
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 1rem;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

#premium-custom-hero .hero-subtitle {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.5;
}

#premium-custom-hero .hero-actions {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
}

#premium-custom-hero .hero-btn {
    padding: 12px 28px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

#premium-custom-hero .primary-btn {
    background: #00c853;
    color: #fff;
    border: 2px solid #00c853;
    box-shadow: 0 4px 15px rgba(0, 200, 83, 0.4);
}

#premium-custom-hero .primary-btn:hover {
    background: transparent;
    color: #00c853;
}

#premium-custom-hero .secondary-btn {
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255,255,255,0.8);
}

#premium-custom-hero .secondary-btn:hover {
    background: #fff;
    color: #000;
}

#premium-custom-hero .hero-trust {
    display: flex;
    gap: 1.5rem;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.9);
}

#premium-custom-hero .hero-trust span {
    display: flex;
    align-items: center;
    gap: 5px;
}

#premium-custom-hero .hero-trust i {
    color: #00c853;
}

@media (max-width: 768px) {
    #premium-custom-hero {
        padding: 2rem 5%;
        min-height: 70vh;
        align-items: center;
        justify-content: center;
    }
    
    #premium-custom-hero .hero-overlay {
        background: rgba(0, 0, 0, 0.5);
    }
    
    #premium-custom-hero .hero-content {
        padding: 2rem;
        text-align: center;
    }
    
    #premium-custom-hero .hero-title {
        font-size: 2.2rem;
    }
    
    #premium-custom-hero .hero-actions {
        flex-direction: column;
    }
    
    #premium-custom-hero .hero-trust {
        flex-direction: column;
        gap: 0.5rem;
        align-items: center;
    }
}
