/* ===== AULIA ECOMMERCE — MAIN CSS ===== */

*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    color: #1e293b;
    background: #f0f2f5;
    -webkit-font-smoothing: antialiased;
    display: flex;
    justify-content: center;
    min-height: 100vh;
}
body.woocommerce {
    display: flex;
    justify-content: center;
}

a {
    color: #0d9488;
    text-decoration: none;
}
a:hover {
    color: #0f766e;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    color: #0f172a;
    line-height: 1.3;
}

.ae-main {
    padding: 0 0 100px;
    width: 100%;
}
.woocommerce .ae-main {
    width: 100%;
}

.ae-page-header {
    padding: 16px 0;
}
.ae-page-header h1 {
    font-size: 22px;
    font-weight: 700;
}
