/*
Theme Name: PEPET
Theme URI: https://nearwebs.com
Author: Nearwebs
Description: Tema a medida para Casa Pepet. Una única página (home) con el catálogo y checkout en página única. Requiere el plugin PEPET Manager.
Version: 1.1.0
Requires PHP: 8.1
License: GNU General Public License v2 or later
Text Domain: pepet
*/

:root {
    --pepet-bg: #ffffff;
    --pepet-surface: #ffffff;
    --pepet-ink: #1d1d1f;
    --pepet-muted: #86868b;
    --pepet-accent: #40312f;
    --pepet-accent-dark: #2a201e;
    --pepet-line: #e8e8ed;
    --pepet-line-strong: #d2d2d7;
    --pepet-radius: 16px;
    --pepet-font: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    background: var(--pepet-bg);
    color: var(--pepet-ink);
    font-family: var(--pepet-font);
    -webkit-font-smoothing: antialiased;
    letter-spacing: -0.01em;
}

.pepet-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: saturate(180%) blur(20px);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    border-bottom: 1px solid var(--pepet-line);
}

.pepet-header__inner {
    max-width: 1080px;
    margin: 0 auto;
    padding: 16px 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pepet-header__brand {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.pepet-header__brand img {
    height: 30px;
    width: auto;
    display: block;
}

.pepet-main {
    max-width: 1080px;
    margin: 0 auto;
    padding: 40px 22px 160px;
}

.pepet-footer {
    border-top: 1px solid var(--pepet-line);
    padding: 28px 22px 36px;
    text-align: center;
    color: var(--pepet-muted);
    font-size: 12px;
}
