:root {
    --brand-navy: #0f172a;
    --brand-deep: #111827;
    --brand-slate: #1f2937;
    --brand-accent: var(--brand-accent);
    --surface: #f8fafc;
    --surface-card: #ffffff;
    --text-main: #0b1220;
    --text-muted: #5b6473;
    --line-soft: #e5e7eb;
    --shadow-soft: 0 12px 34px rgba(15, 23, 42, 0.12);
}

html,
body {
    font-family: 'Manrope', sans-serif;
    color: var(--text-main);
    background: radial-gradient(circle at top right, rgba(245, 158, 11, 0.14), transparent 30%), var(--surface);
}

h1,
h2,
h3,
h4,
h5,
.section-title {
    font-family: 'Merriweather', serif;
}

.site-shell {
    min-height: 100vh;
}

.site-header {
    background: linear-gradient(120deg, var(--brand-navy), var(--brand-deep));
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    position: sticky;
    top: 0;
    z-index: 1030;
}

.brand-pill {
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    padding: 0.45rem 0.95rem;
    background: rgba(255, 255, 255, 0.05);
}

.brand-logo {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    object-fit: cover;
}

.brand-copy {
    line-height: 1.05;
}

.brand-title {
    color: #fff;
    display: block;
    font-size: 0.88rem;
    font-weight: 800;
    letter-spacing: 0.06em;
}

.brand-subtitle {
    color: #c7d2fe;
    font-size: 0.72rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.site-nav .nav-link {
    color: #dbeafe !important;
    font-weight: 600;
    margin: 0 0.35rem;
    border-radius: 999px;
    padding: 0.45rem 0.95rem !important;
    transition: all 0.2s ease;
}

.site-nav .nav-link:hover,
.site-nav .nav-link:focus {
    color: #fff !important;
    background: rgba(255, 255, 255, 0.11);
}

.account-toggle {
    background: #fff;
    border: 1px solid var(--line-soft);
    border-radius: 999px;
    padding: 0.38rem 0.95rem;
    color: var(--brand-slate);
    font-weight: 700;
}

.account-toggle:hover,
.account-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(245, 158, 11, 0.24);
}

.account-icon-wrap {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: linear-gradient(140deg, var(--brand-accent), var(--brand-accent-soft));
    color: #111827;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.5rem;
}

.account-menu {
    border: 1px solid var(--line-soft);
    border-radius: 14px;
    min-width: 240px;
}

.account-menu-list {
    width: 100%;
}

.account-menu-item {
    border-radius: 10px;
    margin: 0.15rem 0.4rem;
    padding: 0.5rem 0.75rem;
    color: var(--text-main);
}

.account-menu-item:hover {
    background: #eef2ff;
}

.site-main {
    animation: fadeInUp 0.35s ease;
}

.product-item,
.cat-item,
.breadcrumb,
.store-toolbar {
    border: 1px solid var(--line-soft);
    border-radius: 14px;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.04);
    background-color: var(--surface-card) !important;
}

.product-item {
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.product-item:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-soft);
}

.product-img img,
.store-product-img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.product-action .btn {
    border-radius: 10px;
}

.section-title span {
    background: transparent !important;
    color: var(--brand-slate);
    border-left: 4px solid var(--brand-accent);
    padding-left: 0.8rem;
}

.btn-primary {
    background: linear-gradient(135deg, var(--brand-accent), #d97706);
    border-color: #d97706;
    color: #fff;
}

.btn-primary:hover,
.btn-primary:focus {
    background: linear-gradient(135deg, var(--brand-accent-soft), var(--brand-accent));
    border-color: var(--brand-accent);
}

.store-toolbar {
    background: #fff;
    top: 84px;
    z-index: 1010;
    padding: 0.85rem 1rem;
}

.store-search-box {
    max-width: 520px;
    width: 100%;
}

.store-filter-form {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
}

.store-filter-grid {
    display: grid;
    grid-template-columns: minmax(220px, 300px) minmax(320px, 1fr) auto;
    gap: 0.85rem;
    align-items: end;
}

.store-filter-group {
    display: flex;
    flex-direction: column;
}

.store-filter-search .input-group .form-control,
.store-filter-select {
    border-radius: 10px;
    border: 1px solid var(--line-soft);
    min-height: 42px;
}

.store-filter-label {
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--text-muted);
    margin-bottom: 0.38rem;
}

.store-filter-actions .btn {
    min-height: 42px;
    border-radius: 10px;
    font-weight: 600;
}

.store-quick-categories {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    overflow-x: auto;
    padding-bottom: 0.2rem;
    scrollbar-width: thin;
}

.store-chip {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    border: 1px solid var(--line-soft);
    border-radius: 999px;
    padding: 0.36rem 0.8rem;
    font-size: 0.83rem;
    font-weight: 600;
    color: var(--text-main);
    background: #fff;
    transition: all 0.2s ease;
}

.store-chip:hover {
    text-decoration: none;
    border-color: var(--brand-accent);
    color: var(--brand-slate);
}

.store-chip.active {
    background: var(--brand-accent);
    border-color: var(--brand-accent);
    color: #fff;
}

.site-footer {
    background: linear-gradient(145deg, var(--footer-start), var(--footer-end));
    color: #cbd5e1;
}

.site-footer h5 {
    color: #fff;
    letter-spacing: 0.03em;
}

.site-footer i,
.site-footer a,
.footer-signature {
    color: var(--brand-accent);
}

.footer-links a {
    color: #cbd5e1;
    margin-bottom: 0.5rem;
    transition: color 0.2s ease;
}

.footer-links a:hover {
    color: #fff;
    text-decoration: none;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.footer-bottom p,
.footer-bottom a {
    color: #9ca3af;
}

.footer-bottom a:hover {
    color: #fff;
    text-decoration: none;
}

.footer-payments {
    max-height: 28px;
    opacity: 0.85;
}

.shipping-link {
    display: inline-block;
    margin-top: 0.4rem;
    font-size: 0.83rem;
    font-weight: 700;
    color: var(--brand-accent);
    text-decoration: underline;
}

.shipping-link:hover {
    color: var(--brand-slate);
}

.shipping-docs-wrapper {
    border: 1px solid var(--line-soft);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.04);
}

.shipping-docs-table thead th {
    border-top: 0;
    font-size: 0.78rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--text-muted);
}

.shipping-docs-table tbody td {
    vertical-align: middle;
}

.shipping-empty-state {
    border: 1px dashed var(--line-soft);
    border-radius: 10px;
    color: var(--text-muted);
}

.whatsapp-float {
    position: fixed;
    right: 20px;
    bottom: 88px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #25D366;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    box-shadow: 0 12px 24px rgba(37, 211, 102, 0.35);
    z-index: 1055;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.whatsapp-float:hover {
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px) scale(1.03);
    box-shadow: 0 16px 28px rgba(37, 211, 102, 0.42);
}

@media (max-width: 991.98px) {
    .site-nav .nav-link {
        margin: 0.15rem 0;
    }

    .site-account {
        margin-top: 0.8rem;
    }

    .store-toolbar {
        top: 74px;
    }

    .store-filter-grid {
        grid-template-columns: 1fr;
        gap: 0.7rem;
    }

    .store-filter-actions .btn {
        width: 100%;
    }

    .whatsapp-float {
        width: 50px;
        height: 50px;
        right: 14px;
        bottom: 78px;
        font-size: 1.55rem;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
