/*
Theme Name: Redoxis Theme
Theme URI: https://redoxis.life
Author: Mujahedd Commerce
Description: Child theme of Storefront for Redoxis — Research Peptides
Template: storefront
Version: 1.0.0
Text Domain: redoxis-theme
*/
.redoxis-homepage {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.redoxis-hero {
    text-align: center;
    padding: 60px 20px;
    background: #1a1a1a;
    color: #ffffff;
    border-radius: 8px;
}

.redoxis-hero h1 {
    font-size: clamp(28px, 6vw, 48px);
    margin-bottom: 12px;
    color: #ffffff;
}

.redoxis-hero p {
    font-size: clamp(14px, 2.5vw, 18px);
    margin-bottom: 24px;
}

.redoxis-cta-button {
    display: inline-block;
    background: #0066cc;
    color: #ffffff !important;
    padding: 14px 32px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
}

.redoxis-cta-button:hover {
    background: #0052a3;
}

.redoxis-featured {
    margin-top: 40px;
    text-align: center;
}

@media (max-width: 480px) {
    .redoxis-hero {
        padding: 40px 16px;
    }
}