
/*
Theme Name: Aesthetic One Product
Author: ChatGPT
Description: High-quality aesthetic single product WordPress theme
Version: 1.0
*/

body {
    margin: 0;
    font-family: 'Inter', sans-serif;
    background: #f7f7f7;
    color: #111;
}

.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #fdfbfb, #ebedee);
    text-align: center;
    padding: 40px;
}

.hero h1 {
    font-size: 3rem;
    margin-bottom: 15px;
}

.hero p {
    font-size: 1.2rem;
    max-width: 600px;
    margin: auto;
}

.btn {
    display: inline-block;
    margin-top: 30px;
    padding: 14px 32px;
    background: #111;
    color: #fff;
    text-decoration: none;
    border-radius: 40px;
    transition: all 0.3s ease;
}

.btn:hover {
    background: #444;
}
