/* ============================================
   SNACK MENU - CSS Principal
   ============================================ */

:root {
    --primary: #e74c3c;
    --primary-dark: #c0392b;
    --secondary: #34495e;
    --success: #27ae60;
    --warning: #f39c12;
    --danger: #e74c3c;
    --light: #ecf0f1;
    --dark: #2c3e50;
    --white: #ffffff;
    --text: #333333;
    --border: #ddd;
    --content-max-width: 1200px;
    --catalog-max-width: 1680px;
    --catalog-side-padding: clamp(16px, 2vw, 32px);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    height: 100%;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: var(--text);
    background: #f8f9fa;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}

.container {
    width: 100%;
    max-width: var(--content-max-width);
    margin: 0 auto;
    padding: 0 20px;
}

.navbar .container,
.hero .container,
.home-catalogue-intro > .container,
.featured-section > .container,
.category-section > .container,
.category-page > .container,
.search-section > .container,
.menu-section > .container,
.product-detail > .container {
    max-width: var(--catalog-max-width);
    padding-left: var(--catalog-side-padding);
    padding-right: var(--catalog-side-padding);
}

/* NAVBAR */
.navbar {
    background: rgba(255,255,255,0.96);
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
    position: sticky;
    top: 0;
    z-index: 1000;
    overflow: visible;
    border-bottom: 1px solid rgba(44, 62, 80, 0.06);
}

.navbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.25rem;
    padding: 0.7rem 20px;
    min-height: 88px;
    overflow: visible;
}

.logo {
    display: inline-flex;
    align-items: center;
    gap: 0.85rem;
    min-width: 0;
    text-decoration: none;
    color: var(--primary);
}

.logo i {
    margin-right: 0.5rem;
    font-size: 1.2em;
}

.logo-img {
    height: auto;
    width: auto;
    max-width: 96px;
    max-height: 68px;
    object-fit: contain;
    vertical-align: middle;
}

.logo-copy {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.logo-title {
    color: var(--dark);
    font-size: 1.12rem;
    line-height: 1.1;
    font-weight: 800;
}

.logo-subtitle {
    color: #64748b;
    font-size: 0.9rem;
    font-weight: 500;
}

/* Cartão de fidelização - logo mais pequeno */
.loyalty-card {
    border-radius: 12px;
    padding: 1rem 1.25rem;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}
.loyalty-card-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    text-align: center;
}
.loyalty-card-logo img {
    max-width: 120px;
    max-height: 120px;
    width: auto;
    height: auto;
    object-fit: contain;
}
.loyalty-card-title {
    font-weight: 700;
    font-size: 1.05rem;
}
.loyalty-card-name {
    font-weight: 600;
    margin-bottom: 0.25rem;
}
.loyalty-card-code {
    font-size: 0.9rem;
    color: #4b5563;
    margin-bottom: 0.5rem;
}
.loyalty-card-barcode img {
    max-width: 100%;
    height: auto;
}

.loyalty-card-page {
    align-items: center;
    display: flex;
    min-height: calc(100vh - 90px);
    padding: clamp(1.5rem, 4vw, 3.5rem) 0;
}

.loyalty-card-page .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.loyalty-card-display {
    aspect-ratio: 1.62 / 1;
    background: #17120f;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: clamp(24px, 5vw, 46px);
    box-shadow:
        0 14px 0 rgba(15, 23, 42, 0.18),
        0 32px 70px rgba(15, 23, 42, 0.22);
    color: #ffffff;
    max-width: 720px;
    overflow: hidden;
    position: relative;
    touch-action: manipulation;
    width: min(100%, 720px);
}

.loyalty-card-visual-top {
    align-items: center;
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.34) 52%, rgba(0, 0, 0, 0.66) 100%),
        url("../images/hero-bg.png") center / cover no-repeat;
    display: flex;
    flex-direction: column;
    height: 58%;
    justify-content: center;
    padding: clamp(1rem, 3vw, 2rem) clamp(1.5rem, 5vw, 3rem) 1.55rem;
    position: relative;
    text-align: center;
}

.loyalty-card-visual-top::before,
.loyalty-card-visual-top::after {
    border-radius: 999px;
    bottom: -0.35rem;
    content: "";
    height: clamp(12px, 2.3vw, 20px);
    left: -6%;
    position: absolute;
    right: -6%;
    transform: rotate(-5deg);
}

.loyalty-card-visual-top::before {
    background: #f6c219;
    bottom: 0.25rem;
    height: clamp(11px, 2vw, 17px);
}

.loyalty-card-visual-top::after {
    background: #c82418;
    bottom: -0.45rem;
}

.loyalty-card-logo-large {
    align-items: center;
    display: flex;
    height: clamp(70px, 16vw, 122px);
    justify-content: center;
    margin-bottom: 0.25rem;
    width: clamp(150px, 32vw, 255px);
}

.loyalty-card-logo-large img {
    display: block;
    filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.42));
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.loyalty-card-logo-large i {
    color: #ffffff;
    font-size: clamp(3rem, 10vw, 6rem);
}

.loyalty-card-points-badge {
    align-items: flex-end;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 236, 157, 0.94));
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 16px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
    color: #6d2d08;
    display: flex;
    flex-direction: column;
    min-width: 96px;
    padding: 0.55rem 0.75rem 0.6rem;
    position: absolute;
    right: clamp(0.75rem, 2.8vw, 1.45rem);
    text-align: right;
    top: clamp(0.75rem, 2.6vw, 1.2rem);
    z-index: 5;
}

.loyalty-card-points-badge span,
.loyalty-card-points-badge small {
    font-size: 0.72rem;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
}

.loyalty-card-points-badge strong {
    color: #c82418;
    font-size: clamp(1.45rem, 4vw, 2rem);
    font-weight: 900;
    line-height: 1;
    margin: 0.16rem 0 0.08rem;
}

.loyalty-card-visual-top h1 {
    color: #ffffff;
    font-size: clamp(2.1rem, 7.5vw, 3.6rem);
    font-weight: 900;
    letter-spacing: -0.02em;
    line-height: 0.95;
    margin: 0;
    text-shadow: 0 5px 14px rgba(0, 0, 0, 0.55);
    text-transform: uppercase;
}

.loyalty-card-visual-top p {
    color: #f6c219;
    font-family: "Brush Script MT", "Segoe Script", cursive;
    font-size: clamp(1.35rem, 4.6vw, 2.35rem);
    line-height: 1;
    margin: 0.65rem 0 0;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.62);
}

.loyalty-card-visual-top p span {
    color: #f6c219;
    font-family: inherit;
    font-size: 0.58em;
    margin: 0 0.28rem;
    vertical-align: middle;
}

.loyalty-card-visual-bottom {
    align-items: center;
    background:
        radial-gradient(circle at 10% 0%, rgba(255, 255, 255, 0.11), transparent 28%),
        linear-gradient(135deg, #201b17 0%, #0f0f0f 100%);
    display: grid;
    gap: clamp(0.75rem, 2.4vw, 1.35rem);
    grid-template-columns: minmax(72px, 112px) minmax(0, 1.05fr) 1px minmax(175px, 1fr);
    height: 42%;
    padding: clamp(1rem, 3vw, 1.55rem) clamp(1rem, 3.8vw, 2rem);
    position: relative;
}

.loyalty-card-avatar {
    align-items: center;
    align-self: center;
    background: #ffffff;
    border: 3px solid rgba(255, 255, 255, 0.86);
    border-radius: 999px;
    box-shadow: inset 0 -16px 26px rgba(15, 23, 42, 0.25), 0 10px 24px rgba(0, 0, 0, 0.28);
    color: #202020;
    display: flex;
    height: clamp(74px, 15vw, 112px);
    justify-content: center;
    overflow: hidden;
    width: clamp(74px, 15vw, 112px);
}

.loyalty-card-avatar i {
    font-size: clamp(3.2rem, 9vw, 5.8rem);
    transform: translateY(0.7rem);
}

.loyalty-card-avatar img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.loyalty-card-avatar.has-image {
    background: #111827;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.32);
}

.loyalty-card-client {
    min-width: 0;
}

.loyalty-card-client span,
.loyalty-card-client small {
    color: rgba(255, 255, 255, 0.72);
    display: block;
    font-size: clamp(0.78rem, 2.2vw, 1rem);
    line-height: 1.25;
}

.loyalty-card-client strong {
    color: #ffffff;
    display: block;
    font-size: clamp(1.4rem, 5vw, 2.25rem);
    font-weight: 900;
    line-height: 1.05;
    margin: 0.1rem 0 0.25rem;
    overflow-wrap: anywhere;
}

.loyalty-card-client small b {
    color: #ffffff;
    letter-spacing: 0.05em;
}

.loyalty-card-divider {
    background: linear-gradient(180deg, transparent, #b78b14 18%, #b78b14 82%, transparent);
    height: 82%;
    justify-self: center;
    width: 1px;
}

.loyalty-card-code-panel {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    justify-content: center;
    min-width: 0;
}

.loyalty-card-barcode-box {
    align-items: center;
    background: #ffffff;
    border-radius: 11px;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.22);
    display: flex;
    height: clamp(54px, 12vw, 82px);
    justify-content: center;
    padding: 0.45rem 0.7rem;
    width: 100%;
}

.loyalty-card-barcode-box img,
.loyalty-card-barcode-svg {
    display: block;
    height: 100%;
    max-width: 100%;
    object-fit: contain;
    width: 100%;
}

.loyalty-card-barcode-svg {
    min-width: 0;
}

.loyalty-card-site {
    align-items: center;
    color: rgba(255, 255, 255, 0.72);
    display: inline-flex;
    font-size: clamp(0.9rem, 2.6vw, 1.15rem);
    gap: 0.4rem;
}

.loyalty-card-site i {
    color: #f6c219;
}

.loyalty-card-edit,
.loyalty-card-share {
    align-items: center;
    background: rgba(0, 0, 0, 0.55);
    border: 0;
    border-radius: 999px;
    bottom: 0.8rem;
    color: #ffffff;
    display: inline-flex;
    font: inherit;
    font-weight: 800;
    justify-content: center;
    position: absolute;
    text-decoration: none;
    z-index: 3;
}

.loyalty-card-edit {
    gap: 0.35rem;
    left: 0.85rem;
    min-height: 48px;
    padding: 0.7rem 1rem;
}

.loyalty-card-share {
    cursor: pointer;
    height: 48px;
    right: 0.85rem;
    width: 48px;
}

.loyalty-card-edit:hover,
.loyalty-card-share:hover {
    background: rgba(231, 76, 60, 0.86);
    color: #ffffff;
}

.loyalty-card-screen-hint {
    color: #667085;
    margin: 1.6rem 0 0;
    text-align: center;
}

.loyalty-card-empty {
    max-width: 620px;
    text-align: center;
    width: 100%;
}

.logo-text {
    vertical-align: middle;
}

.nav-menu {
    display: flex;
    gap: 0.25rem;
    align-items: center;
    overflow: visible;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.nav-menu a {
    color: var(--text);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s;
}

.nav-card-icon {
    color: var(--text);
    text-decoration: none;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}
.nav-card-icon:hover {
    color: var(--primary);
}

@media (max-width: 768px) {
    .nav-card-icon {
        font-size: 1.05rem;
    }
}

.nav-menu a:hover {
    color: var(--primary);
}

.nav-link {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.6rem 0.85rem;
    border-radius: 12px;
    font-weight: 600;
    color: var(--dark) !important;
}

.nav-link:hover {
    background: rgba(231, 76, 60, 0.08);
    color: var(--primary) !important;
}

.nav-link-uberhits {
    background: linear-gradient(135deg, #111827 0%, #f97316 100%);
    color: #fff !important;
}

.nav-link-uberhits:hover {
    background: linear-gradient(135deg, #0f172a 0%, #ea580c 100%);
    color: #fff !important;
}

.nav-contact-link {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.6rem 0.85rem;
    border-radius: 12px;
    color: var(--dark) !important;
    background: transparent;
    font-weight: 600;
    border: 1px solid rgba(52, 73, 94, 0.1);
}

.nav-cart-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.6rem 0.85rem;
    border: 0;
    border-radius: 12px;
    background: transparent;
    box-shadow: none;
    color: var(--dark) !important;
    font-weight: 600;
}

.nav-cart-pill:hover {
    background: rgba(231, 76, 60, 0.08);
    color: var(--primary) !important;
}

/* User dropdown - mesmo estilo da navbar e nav-menu */
.nav-user-dropdown {
    position: relative;
}
.nav-user-toggle {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.6rem 0.85rem;
    appearance: none;
    background: transparent;
    border: 0;
    border-radius: 12px;
    box-shadow: none;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 600;
    color: var(--dark);
    text-decoration: none;
    transition: background 0.3s, color 0.3s;
    font-family: inherit;
}
.nav-user-toggle:hover {
    background: rgba(231, 76, 60, 0.08);
    color: var(--primary);
}
.nav-user-toggle i:first-child {
    font-size: 1.15rem;
    color: var(--primary);
}
.nav-user-chevron {
    font-size: 0.65rem;
    opacity: 0.8;
    transition: transform 0.3s;
}
.nav-user-dropdown.open .nav-user-chevron {
    transform: rotate(180deg);
}
.nav-user-dropdown.open .nav-user-toggle {
    background: rgba(231, 76, 60, 0.08);
    color: var(--primary);
}
.nav-user-menu {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 0.5rem;
    min-width: 200px;
    background: var(--white);
    border-radius: 6px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    border: 1px solid var(--border);
    padding: 0.35rem 0;
    z-index: 1001;
}
.nav-user-menu.open {
    display: block;
}
.nav-user-menu a {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.6rem 1rem;
    color: var(--text);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s, background 0.2s;
    border: none;
    border-radius: 0;
}
.nav-user-menu a:hover {
    background: var(--light);
    color: var(--primary);
}
.nav-user-menu a i {
    width: 1.1rem;
    text-align: center;
    color: var(--primary);
}
.nav-user-logout {
    border-top: 1px solid var(--border);
    margin-top: 0.25rem;
    padding-top: 0.5rem;
}
.nav-user-logout i {
    color: var(--text);
}
.nav-user-logout:hover i {
    color: var(--primary);
}

.mobile-toggle {
    display: none;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    border: 1px solid rgba(52, 73, 94, 0.1);
    background: #fff;
    font-size: 1.15rem;
    cursor: pointer;
}

/* ALERTS */
.alert {
    position: fixed;
    top: 86px;
    left: 50%;
    z-index: 3000;
    width: min(92vw, 430px);
    padding: 0.75rem 1rem;
    margin: 0;
    border: 1px solid;
    border-radius: 999px;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.16);
    transform: translateX(-50%);
    font-size: 0.9rem;
    font-weight: 700;
}

.alert-success {
    background: #ecfdf3;
    color: #166534;
    border-color: #86efac;
}

.alert-error {
    background: #fef2f2;
    color: #991b1b;
    border-color: #fecaca;
}

.alert i {
    margin-right: 0.5rem;
}

.alert .container {
    width: 100%;
    max-width: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    text-align: center;
}

/* HERO */
.hero {
    position: relative;
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
    background-image: url('../images/hero-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: var(--white);
    padding: 5rem 0;
    min-height: 320px;
    text-align: center;
}

.hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 0;
}

.hero .container {
    position: relative;
    z-index: 1;
}

.hero-layout {
    align-items: stretch;
    display: flex;
    justify-content: center;
    min-height: 220px;
}

.hero-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 780px;
    text-align: left;
}

.hero-brand {
    align-items: center;
    align-self: center;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
    text-align: center;
}

.hero-logo-frame {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    display: flex;
    height: clamp(190px, 22vw, 285px);
    justify-content: center;
    overflow: visible;
    padding: 0;
    width: clamp(190px, 22vw, 285px);
}

.hero-logo-frame img {
    display: block;
    filter:
        drop-shadow(3px 0 0 #ffffff)
        drop-shadow(-3px 0 0 #ffffff)
        drop-shadow(0 3px 0 #ffffff)
        drop-shadow(0 -3px 0 #ffffff)
        drop-shadow(0 12px 24px rgba(0, 0, 0, 0.3));
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.hero-logo-frame span {
    color: #ffffff;
    font-size: clamp(3.2rem, 7vw, 5rem);
    font-weight: 900;
    line-height: 1;
}

.hero-brand-title {
    color: #ffffff;
    font-size: clamp(2.15rem, 5vw, 4.2rem);
    font-weight: 900;
    line-height: 1;
    margin: 0;
    padding-bottom: 0.8rem;
    position: relative;
    text-shadow: 0 5px 18px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
}

.hero-brand-title::after {
    background: #facc15;
    border-radius: 999px;
    bottom: 0;
    content: "";
    height: 6px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: min(280px, 68vw);
}

.hero-kicker {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 0.45rem 0.85rem;
    border-radius: 999px;
    background: rgba(255,255,255,0.14);
    border: 1px solid rgba(255,255,255,0.16);
    color: rgba(255,255,255,0.92);
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.hero-title {
    font-size: clamp(2.4rem, 4.5vw, 4rem);
    line-height: 1.05;
    margin-bottom: 1rem;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
}

.hero-subtitle {
    font-size: 1.1rem;
    max-width: 56rem;
    opacity: 0.95;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}

.hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin: 1.6rem 0 2rem;
}

.hero-meta-item {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.7rem 0.95rem;
    border-radius: 999px;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.14);
    color: rgba(255,255,255,0.94);
    font-size: 0.95rem;
}

.hero-meta-item i,
.hero-panel-note i,
.hero-panel-link i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.9rem;
    height: 1.9rem;
    border-radius: 999px;
    flex-shrink: 0;
}

.hero-meta-item i,
.hero-panel-note i {
    background: rgba(255,255,255,0.16);
    color: var(--white);
}

.hero-panel-link i {
    background: rgba(231, 76, 60, 0.10);
    color: var(--primary-dark);
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
}

.hero-panel {
    display: flex;
    align-items: stretch;
}

.hero-panel-card {
    width: 100%;
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.16);
    border-radius: 24px;
    padding: 1.5rem;
    box-shadow: 0 18px 42px rgba(0,0,0,0.18);
    display: flex;
    flex-direction: column;
    gap: 1rem;
    text-align: left;
}

.hero-panel-label {
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.78);
}

.hero-panel-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.85rem;
}

.hero-stat {
    padding: 1rem 0.85rem;
    border-radius: 18px;
    background: rgba(255,255,255,0.12);
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.hero-stat strong {
    font-size: 1.7rem;
    line-height: 1;
    color: var(--white);
}

.hero-stat span {
    font-size: 0.85rem;
    color: rgba(255,255,255,0.82);
}

.hero-panel-note {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    padding: 1rem;
    border-radius: 18px;
    background: rgba(255,255,255,0.08);
    color: rgba(255,255,255,0.9);
}

.hero-panel-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    width: 100%;
    padding: 0.95rem 1rem;
    border-radius: 18px;
    text-decoration: none;
    background: var(--white);
    color: var(--primary-dark);
    font-weight: 700;
}

.hero-panel-link:hover {
    opacity: 0.92;
}

/* Home: pesquisa e filtro por categoria */
.home-catalogue-intro {
    margin-top: -3.2rem;
    position: relative;
    z-index: 2;
}

.home-catalogue-card {
    background: rgba(255,255,255,0.96);
    border: 1px solid rgba(231, 76, 60, 0.12);
    border-radius: 24px;
    box-shadow: 0 22px 45px rgba(0,0,0,0.08);
    padding: 1.5rem;
}

.home-catalogue-card-simple {
    padding: 1rem 1.25rem 1.25rem;
}

.home-catalogue-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.home-catalogue-summary {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.75rem;
}

.home-catalogue-summary span {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.75rem 1rem;
    border-radius: 999px;
    background: #fff3ef;
    color: var(--primary-dark);
    font-size: 0.95rem;
}

.home-catalogue-summary strong {
    font-size: 1rem;
}

.home-filters {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem 1.5rem;
    padding: 0.35rem 0 0.85rem;
    margin-bottom: 0.85rem;
    border-bottom: 1px solid rgba(44, 62, 80, 0.08);
}

.home-catalogue-card-simple .home-filters {
    padding-top: 0;
}

.home-search-form {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
    flex: 1;
    min-width: 200px;
}

.home-search-form input[type="search"] {
    flex: 1;
    min-width: 180px;
    padding: 0.95rem 1rem;
    border: 1px solid rgba(52, 73, 94, 0.14);
    border-radius: 18px;
    font-size: 1rem;
    background: #fff;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.72);
}

.home-search-count {
    position: absolute;
    right: 0.85rem;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 999px;
    background: #fff3ef;
    color: var(--primary-dark);
    font-size: 0.76rem;
    font-weight: 800;
    pointer-events: none;
    padding: 0.26rem 0.55rem;
}

.home-category-filter {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.home-category-filter label {
    font-weight: 500;
    color: var(--dark);
}

.home-category-filter select {
    padding: 0.85rem 1rem;
    border: 1px solid rgba(52, 73, 94, 0.14);
    border-radius: 14px;
    font-size: 1rem;
    min-width: 180px;
}

.home-category-pills {
    display: flex;
    flex-wrap: nowrap;
    gap: 0.75rem;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    padding: 0.15rem 0 0.35rem;
    scrollbar-width: thin;
}

.home-category-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    min-height: 52px;
    padding: 0.72rem 1.05rem;
    border-radius: 18px;
    background: #fff;
    border: 1px solid rgba(52, 73, 94, 0.12);
    color: var(--dark);
    text-decoration: none;
    font-weight: 800;
    white-space: nowrap;
    transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
}

.home-category-pill span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.7rem;
    height: 1.7rem;
    padding: 0 0.35rem;
    border-radius: 999px;
    background: #fff3ef;
    color: var(--primary-dark);
    font-size: 0.82rem;
}

.home-category-pill:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.06);
    border-color: rgba(231, 76, 60, 0.3);
}

.home-category-pill.is-active {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
    border-color: transparent;
    color: #fff;
    box-shadow: 0 12px 24px rgba(231, 76, 60, 0.2);
}

.home-category-pill.is-active span {
    background: rgba(255,255,255,0.18);
    color: #fff;
}

.home-category-pill-accent {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
    color: var(--white);
    border-color: transparent;
}

.home-category-pill-accent span {
    background: rgba(255,255,255,0.18);
    color: var(--white);
}

.home-category-pill-uberhits {
    background: linear-gradient(135deg, #111827 0%, #f97316 100%);
    color: #fff;
    border-color: transparent;
}

.home-category-pill-uberhits span {
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
}

.daily-suggestion-section {
    padding: 2.25rem 0 0;
    position: relative;
}

.daily-suggestion-card {
    --daily-card-start: #1f2937;
    --daily-card-mid: #e74c3c;
    --daily-card-end: #f39c12;
    --daily-card-shadow: rgba(231, 76, 60, 0.28);
    --daily-card-ink: var(--primary-dark);
    align-items: stretch;
    background:
        radial-gradient(circle at 88% 14%, rgba(255, 255, 255, 0.24), transparent 28%),
        linear-gradient(135deg, var(--daily-card-start) 0%, var(--daily-card-mid) 58%, var(--daily-card-end) 100%);
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 22px;
    box-shadow: 0 28px 70px var(--daily-card-shadow), 0 10px 28px rgba(15, 23, 42, 0.16);
    display: grid;
    grid-template-columns: minmax(260px, 410px) minmax(0, 1fr);
    overflow: hidden;
    position: relative;
}

.daily-suggestion-card--cold {
    --daily-card-start: #0f172a;
    --daily-card-mid: #2563eb;
    --daily-card-end: #38bdf8;
    --daily-card-shadow: rgba(37, 99, 235, 0.3);
    --daily-card-ink: #1d4ed8;
}

.daily-suggestion-card--mild {
    --daily-card-start: #064e3b;
    --daily-card-mid: #0f766e;
    --daily-card-end: #84cc16;
    --daily-card-shadow: rgba(15, 118, 110, 0.28);
    --daily-card-ink: #0f766e;
}

.daily-suggestion-card--warm {
    --daily-card-start: #78350f;
    --daily-card-mid: #f97316;
    --daily-card-end: #facc15;
    --daily-card-shadow: rgba(249, 115, 22, 0.3);
    --daily-card-ink: #c2410c;
}

.daily-suggestion-card--hot {
    --daily-card-start: #450a0a;
    --daily-card-mid: #dc2626;
    --daily-card-end: #f97316;
    --daily-card-shadow: rgba(220, 38, 38, 0.32);
    --daily-card-ink: #b91c1c;
}

.daily-suggestion-card::before {
    background: linear-gradient(90deg, rgba(255,255,255,0.42), rgba(255,255,255,0));
    content: "";
    height: 1px;
    left: 1.25rem;
    position: absolute;
    right: 1.25rem;
    top: 1px;
    z-index: 2;
}

.daily-suggestion-media {
    background: #ffffff;
    min-height: 310px;
    overflow: hidden;
    position: relative;
}

.daily-suggestion-media::after {
    background: linear-gradient(90deg, rgba(17, 24, 39, 0) 55%, rgba(31, 41, 55, 0.4) 100%);
    content: "";
    inset: 0;
    position: absolute;
}

.daily-suggestion-media img {
    display: block;
    height: 100%;
    min-height: 310px;
    object-fit: contain;
    object-position: center center;
    transform: none;
    width: 100%;
}

.daily-suggestion-placeholder {
    display: block;
    height: 100%;
    min-height: 310px;
    object-fit: cover;
    width: 100%;
}

.daily-suggestion-placeholder {
    align-items: center;
    color: #7a8793;
    display: flex;
    font-size: 3rem;
    justify-content: center;
}

.daily-suggestion-badge {
    align-items: center;
    background: #ffffff;
    border-radius: 999px;
    bottom: 1rem;
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.26);
    color: var(--daily-card-ink);
    display: inline-flex;
    font-size: 0.95rem;
    font-weight: 800;
    gap: 0.5rem;
    left: 1rem;
    padding: 0.75rem 1rem;
    position: absolute;
    text-transform: uppercase;
    z-index: 1;
}

.daily-suggestion-content {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
    justify-content: center;
    padding: clamp(1.5rem, 3vw, 2.5rem);
    padding-right: clamp(1.5rem, 3vw, 2.5rem);
    position: relative;
    z-index: 1;
}

.daily-suggestion-content .section-eyebrow {
    align-self: flex-start;
    background: rgba(255,255,255,0.16);
    border: 1px solid rgba(255,255,255,0.22);
    border-radius: 999px;
    color: #ffffff;
    letter-spacing: 0.08em;
    padding: 0.45rem 0.75rem;
}

.daily-suggestion-content h2 {
    color: #ffffff;
    font-size: clamp(2.1rem, 4vw, 3.6rem);
    line-height: 1.1;
    margin: 0;
    padding-right: clamp(9rem, 18vw, 12rem);
    text-shadow: 0 8px 22px rgba(15, 23, 42, 0.24);
}

.daily-suggestion-content p {
    color: rgba(255, 255, 255, 0.92);
    font-size: 1.08rem;
    line-height: 1.5;
    margin: 0;
    max-width: 46rem;
    padding-right: clamp(9rem, 18vw, 12rem);
}

.daily-suggestion-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    padding-right: clamp(9rem, 18vw, 12rem);
}

.daily-suggestion-meta span {
    align-items: center;
    background: rgba(255,255,255,0.15);
    border: 1px solid rgba(255,255,255,0.22);
    border-radius: 999px;
    color: #ffffff;
    display: inline-flex;
    font-size: 0.95rem;
    font-weight: 700;
    gap: 0.45rem;
    padding: 0.62rem 0.82rem;
}

.daily-suggestion-drink {
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 14px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 14px 32px rgba(15, 23, 42, 0.16);
    padding: 0.8rem;
}

.daily-suggestion-drink-header {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem 0.75rem;
    justify-content: space-between;
    margin-bottom: 0.7rem;
}

.daily-suggestion-drink-header span {
    align-items: center;
    color: #ffffff;
    display: inline-flex;
    font-size: 0.86rem;
    font-weight: 800;
    gap: 0.4rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.daily-suggestion-drink-header small {
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.84rem;
    font-weight: 700;
}

.daily-suggestion-drink-row {
    align-items: center;
    display: grid;
    gap: 0.8rem;
    grid-template-columns: 74px minmax(0, 1fr) auto;
}

.daily-suggestion-drink-media {
    align-items: center;
    background: rgba(255, 255, 255, 0.22);
    border: 1px solid rgba(255, 255, 255, 0.26);
    border-radius: 12px;
    color: #ffffff;
    display: flex;
    font-size: 1.5rem;
    height: 74px;
    justify-content: center;
    overflow: hidden;
    text-decoration: none;
    width: 74px;
}

.daily-suggestion-drink-media img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.daily-suggestion-drink-info {
    min-width: 0;
}

.daily-suggestion-drink-info h3 {
    color: #ffffff;
    font-size: 1.05rem;
    line-height: 1.2;
    margin: 0 0 0.25rem;
}

.daily-suggestion-drink-price {
    align-items: baseline;
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.daily-suggestion-drink-price .price,
.daily-suggestion-drink-price .price-special {
    color: #ffffff;
    font-size: 1.15rem;
    font-weight: 800;
}

.daily-suggestion-drink-price .price-old {
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.92rem;
    text-decoration: line-through;
}

.daily-suggestion-drink-form {
    margin: 0;
}

.daily-suggestion-drink-add {
    align-items: center;
    background: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 999px;
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.18);
    color: var(--daily-card-ink);
    cursor: pointer;
    display: inline-flex;
    font: inherit;
    font-weight: 800;
    gap: 0.42rem;
    min-height: 40px;
    padding: 0.58rem 0.9rem;
    white-space: nowrap;
}

.daily-suggestion-drink-add:hover {
    transform: translateY(-1px);
}

.daily-suggestion-footer {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: flex-end;
    margin-top: 0;
}

.daily-suggestion-price {
    position: absolute;
    right: clamp(1.5rem, 3vw, 2.5rem);
    text-align: right;
    top: clamp(5.5rem, 7vw, 7.2rem);
}

.daily-suggestion-price .price,
.daily-suggestion-price .price-special {
    color: #ffffff;
    font-size: 2rem;
    font-weight: 800;
    line-height: 1;
}

.daily-suggestion-price .price-old {
    color: rgba(255,255,255,0.72);
}

.daily-suggestion-actions {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    position: absolute;
    right: clamp(1.5rem, 3vw, 2.5rem);
    top: clamp(8.05rem, 10vw, 9.6rem);
}

.daily-suggestion-actions form {
    margin: 0;
}

.daily-suggestion-actions .btn {
    align-items: center;
    display: inline-flex;
    gap: 0.45rem;
    min-height: 46px;
    min-width: 154px;
    justify-content: center;
    text-decoration: none;
}

.daily-suggestion-actions .btn-outline {
    background: rgba(255,255,255,0.12);
    border-color: rgba(255,255,255,0.48);
    color: #ffffff;
}

.daily-suggestion-actions .btn-primary {
    background: #ffffff;
    border-color: #ffffff;
    color: var(--daily-card-ink);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.22);
}

.uberhits-hero {
    padding: 3rem 0 1.5rem;
    background:
        radial-gradient(circle at top left, rgba(249, 115, 22, 0.24), transparent 28%),
        linear-gradient(135deg, #0f172a 0%, #1f2937 54%, #7c2d12 100%);
    color: #fff;
}

.uberhits-hero-card {
    max-width: 980px;
    padding: clamp(1.4rem, 4vw, 3rem);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.28);
}

.uberhits-hero-card h1 {
    margin: 0 0 0.75rem;
    font-size: clamp(2.3rem, 7vw, 5rem);
    line-height: 0.95;
}

.uberhits-hero-card p {
    max-width: 48rem;
    color: rgba(255, 255, 255, 0.82);
    font-size: 1.12rem;
}

.uberhits-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.35rem;
}

.uberhits-meta span,
.uberhits-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    border-radius: 999px;
    font-weight: 800;
}

.uberhits-meta span {
    padding: 0.65rem 0.9rem;
    background: rgba(255, 255, 255, 0.12);
}

.uberhits-menu {
    padding: 3rem 0;
}

.uberhits-category {
    margin-top: 2rem;
}

.uberhits-category-head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 1rem;
    margin-bottom: 1rem;
}

.uberhits-category-head h3 {
    margin: 0;
    color: var(--dark);
    font-size: 1.6rem;
}

.uberhits-category-head > span {
    padding: 0.55rem 0.9rem;
    border-radius: 999px;
    background: #fff7ed;
    color: #c2410c;
    font-weight: 800;
}

.uberhits-product-card {
    border: 1px solid rgba(249, 115, 22, 0.24);
    box-shadow: 0 16px 36px rgba(124, 45, 18, 0.1);
}

.uberhits-badge {
    width: fit-content;
    margin-bottom: 0.55rem;
    padding: 0.38rem 0.62rem;
    background: #111827;
    color: #fff;
    font-size: 0.78rem;
}

.uberhits-price-note {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    width: fit-content;
    margin-top: 0.35rem;
    padding: 0.28rem 0.55rem;
    border-radius: 999px;
    background: #fff7ed;
    color: #c2410c;
    font-size: 0.78rem;
    font-weight: 850;
}

.uberhits-cart-badge {
    display: inline-flex;
    align-items: center;
    margin-left: 0.45rem;
    padding: 0.25rem 0.5rem;
    border-radius: 999px;
    background: #111827;
    color: #fff;
    font-size: 0.72rem;
    font-weight: 800;
    vertical-align: middle;
}

.section-hidden {
    display: none !important;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.android-app-page {
    padding: 3.5rem 0;
    background:
        radial-gradient(circle at 14% 10%, rgba(255, 194, 68, 0.2), transparent 34rem),
        radial-gradient(circle at 92% 0%, rgba(34, 197, 94, 0.16), transparent 30rem),
        #f8fafc;
}

.android-app-hero {
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 28px;
    padding: clamp(1.6rem, 4vw, 3rem);
    background: linear-gradient(135deg, #071a2f 0%, #0b315f 56%, #d9480f 145%);
    color: #fff;
    box-shadow: 0 26px 70px rgba(15, 23, 42, 0.18);
}

.android-app-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.45rem 0.75rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 0.8rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.android-app-hero h1 {
    max-width: 760px;
    margin: 1rem 0 0.65rem;
    font-size: clamp(2rem, 4vw, 4rem);
    line-height: 0.98;
    letter-spacing: -0.05em;
}

.android-app-hero p {
    max-width: 720px;
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 1.08rem;
}

.android-beta-notice {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    max-width: 780px;
    margin-top: 1.1rem;
    padding: 0.95rem 1.1rem;
    border: 1px solid rgba(255, 255, 255, 0.26);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.13);
    color: #fff;
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.16);
}

.android-beta-notice i {
    color: #ffd166;
    font-size: 1.15rem;
}

.android-app-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

.android-beta-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1.25rem;
}

.android-beta-step,
.android-app-fallback {
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 16px 38px rgba(15, 23, 42, 0.08);
}

.android-beta-step {
    display: flex;
    gap: 1rem;
    padding: 1.25rem;
}

.android-beta-step-number {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: #ffedd5;
    color: #c2410c;
    font-size: 1.1rem;
    font-weight: 950;
}

.android-beta-step h2,
.android-app-fallback h2 {
    margin: 0 0 0.4rem;
    color: #102a43;
    font-size: 1.1rem;
}

.android-beta-step p,
.android-app-fallback p {
    margin: 0;
    color: #64748b;
    font-size: 0.94rem;
    line-height: 1.5;
}

.android-beta-link,
.android-beta-email {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin-top: 0.9rem;
    color: #d9480f;
    font-weight: 900;
    text-decoration: none;
    word-break: break-word;
}

.android-beta-link:hover,
.android-beta-email:hover {
    color: #9a3412;
    text-decoration: underline;
}

.android-dev-info {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 1.25rem;
    padding: 1.25rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 22px;
    background: linear-gradient(135deg, #ffffff 0%, #fff7ed 100%);
    box-shadow: 0 16px 38px rgba(15, 23, 42, 0.08);
}

.android-dev-info-icon {
    width: 54px;
    height: 54px;
    flex: 0 0 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: #0b2545;
    color: #fff;
    box-shadow: 0 14px 28px rgba(11, 37, 69, 0.2);
}

.android-dev-info-label {
    display: block;
    margin-bottom: 0.2rem;
    color: #ea580c;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.android-dev-info h2 {
    margin: 0;
    color: #0b2545;
    font-size: 1.25rem;
}

.android-dev-info p {
    margin: 0.25rem 0 0;
    color: #64748b;
    line-height: 1.55;
}

.android-app-fallback {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 1.25rem;
    padding: 1.25rem;
}

@media (max-width: 900px) {
    .android-beta-steps {
        grid-template-columns: 1fr;
    }

    .android-app-fallback {
        align-items: stretch;
        flex-direction: column;
    }
}

/* SECTIONS */
.section-title {
    font-size: 2rem;
    margin-bottom: 2rem;
    color: var(--dark);
}

.section-eyebrow {
    display: inline-flex;
    align-items: center;
    padding: 0.3rem 0.7rem;
    margin-bottom: 0.85rem;
    border-radius: 999px;
    background: #fff3ef;
    color: var(--primary-dark);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.section-heading {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 1rem;
    margin-bottom: 1.75rem;
}

.section-description {
    max-width: 42rem;
    color: #667085;
    font-size: 1rem;
}

.section-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 5.5rem;
    padding: 0.75rem 1rem;
    border-radius: 999px;
    background: #fff3ef;
    color: var(--primary-dark);
    font-weight: 700;
}

.section-title-wrap {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

.section-title-wrap .section-title {
    margin-bottom: 0;
}

.prato-dia-badge {
    display: inline-block;
    padding: 0.4rem 1rem;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #fff;
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
    border-radius: 999px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    animation: prato-dia-pulse 2s ease-in-out infinite;
}

@keyframes prato-dia-pulse {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 3px 12px rgba(0, 0, 0, 0.3);
    }
}

.featured-section,
.category-section {
    padding: 3rem 0;
}

.category-section {
    border-top: 1px solid var(--border);
}

.category-header {
    margin-bottom: 2rem;
}

.category-description {
    color: #666;
    font-size: 1.1rem;
}

/* PRODUCTS GRID */
.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2rem;
}

.product-card {
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
    transition: transform 0.3s, box-shadow 0.3s;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 16px rgba(0,0,0,0.15);
}

.product-card.featured {
    border: 2px solid var(--warning);
}

.product-image {
    width: 100%;
    height: 188px;
    display: block;
    object-fit: contain;
    object-position: center;
    background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
    padding: 0.55rem;
}

.image-preview-trigger {
    cursor: zoom-in;
}

.image-preview-open {
    overflow: hidden;
}

.image-preview-modal[hidden] {
    display: none !important;
}

.image-preview-modal {
    position: fixed;
    inset: 0;
    z-index: 2200;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
}

.image-preview-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.82);
    backdrop-filter: blur(6px);
}

.image-preview-dialog {
    position: relative;
    z-index: 1;
    width: min(100%, 1100px);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.9rem;
}

.image-preview-modal-image {
    display: block;
    max-width: 100%;
    max-height: 82vh;
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.38);
    object-fit: contain;
}

.image-preview-close {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    width: 46px;
    height: 46px;
    border: none;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.96);
    color: #0f172a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.26);
}

.image-preview-close:hover {
    background: #ffffff;
}

.image-preview-close i {
    font-size: 1rem;
}

.image-preview-caption {
    max-width: 860px;
    color: #ffffff;
    text-align: center;
    font-weight: 600;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
}

.product-image-placeholder {
    width: 100%;
    height: 188px;
    background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    color: #ccc;
}

.product-info {
    padding: 1rem 1.05rem 1.1rem;
}

.product-name {
    font-size: 1.06rem;
    margin-bottom: 0.5rem;
    color: var(--dark);
    line-height: 1.12;
    min-height: 2.25em;
}

.product-description {
    color: #666;
    margin-bottom: 0.65rem;
    font-size: 0.87rem;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-footer {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    align-items: stretch;
    margin-top: 0.75rem;
}

.product-footer .product-price {
    margin-right: 0;
}

.product-points {
    display: block;
    margin-top: 0.25rem;
    font-size: 0.9rem;
    color: #6c757d;
}

.product-points i {
    color: #d97706;
    margin-right: 0.2rem;
}

.product-image-placeholder i {
    font-size: 2.4rem;
    color: rgba(217, 72, 15, 0.78);
}

.product-earn-points {
    display: block;
    margin-top: 0.2rem;
    font-size: 0.74rem;
    color: #16a34a;
}

.product-card-extra {
    border-top: 1px dashed rgba(15, 23, 42, 0.1);
    color: #64748b;
    font-size: 0.78rem;
    padding-top: 0.15rem;
}

.product-card-extra summary {
    color: #64748b;
    cursor: pointer;
    font-weight: 800;
    list-style: none;
}

.product-card-extra summary::-webkit-details-marker {
    display: none;
}

.product-card-extra summary::after {
    content: ' +';
}

.product-card-extra[open] summary::after {
    content: ' -';
}

.product-card-extra .product-iva {
    margin: 0.35rem 0 0;
}

.product-card-feedback {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    column-gap: 18px !important;
    row-gap: 8px;
    margin: 0.55rem 0 0.1rem;
    padding: 0.5rem 0.62rem;
    border: 1px solid #e8edf4;
    border-radius: 12px;
    background: #f8fafc;
}

.product-card-rating {
    display: inline-flex;
    align-items: center;
    gap: 0 !important;
    flex: 0 1 auto;
    min-width: 0;
    margin-right: 14px !important;
    color: #64748b;
    font-size: 0.78rem;
    font-weight: 700;
}

.product-card-stars {
    color: #f59e0b;
    letter-spacing: 0.12em;
    white-space: nowrap;
    flex: 0 0 auto;
    margin-right: 16px !important;
}

.product-card-rating-text,
.product-card-rating-count {
    white-space: nowrap;
    flex: 0 0 auto;
    padding-left: 0 !important;
}

.product-card-rating-count {
    margin-left: 6px !important;
}

.product-card-rate-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.32rem;
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: #c2410c;
    border: 0;
    font-size: 0.78rem;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
    margin-left: 4px !important;
    flex: 0 0 auto;
}

.product-card-rate-link:hover {
    color: #9a3412;
    text-decoration: underline;
}

.product-admin-availability {
    margin: 0.5rem 0;
    padding: 0.5rem;
    background: #f8f9fa;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    width: 100%;
}

.product-admin-availability span {
    font-size: 0.85rem;
    color: #666;
}

.product-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    align-items: stretch;
    width: 100%;
    margin-top: 0.75rem;
}

.product-add-cart-form {
    display: block;
    margin: 0;
}

.product-action-control {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    width: 100%;
    min-height: 42px;
    padding: 0.7rem 0.9rem;
    border-radius: 12px;
    border: 1px solid #d9e2ec;
    background: #ffffff;
    color: #1f2d3d;
    font-weight: 600;
    font-size: 0.92rem;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.product-action-control i {
    font-size: 0.95rem;
}

.product-action-control span {
    line-height: 1;
}

.product-action-control:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
    border-color: #cbd5e1;
}

.product-action-primary {
    border-color: rgba(255, 90, 31, 0.16);
    background: linear-gradient(135deg, #fff5f0, #ffe7db);
    color: #d9480f;
}

.product-action-primary:hover {
    border-color: rgba(255, 90, 31, 0.28);
    background: linear-gradient(135deg, #fff1ea, #ffd9c4);
}

.product-action-disabled,
.product-action-disabled:hover {
    color: #94a3b8;
    background: #f8fafc;
    border-color: #e2e8f0;
    box-shadow: none;
    transform: none;
    cursor: not-allowed;
}

.product-price {
    font-size: 1.3rem;
    font-weight: bold;
    color: var(--primary);
}

.price-old {
    text-decoration: line-through;
    color: #999;
    font-size: 1rem;
    margin-right: 0.5rem;
}

.price-special {
    color: var(--warning);
}

.product-iva {
    font-size: 0.8rem;
    color: #666;
    margin: 0.25rem 0 0 0;
    width: 100%;
}

/* BUTTONS */
.btn {
    display: inline-block;
    padding: 0.7rem 1.5rem;
    background: var(--primary);
    color: var(--white);
    text-decoration: none;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    transition: background 0.3s;
}

.btn:hover {
    background: var(--primary-dark);
}

.btn-outline-light,
.btn-ghost-light {
    background: transparent;
    color: var(--white);
    border: 1px solid rgba(255,255,255,0.45);
}

.btn-outline-light:hover,
.btn-ghost-light:hover {
    background: rgba(255,255,255,0.12);
    color: var(--white);
}

.btn-sm {
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
}

.btn-block {
    width: 100%;
}

.btn-primary {
    background: var(--primary);
}

/* AUTH */
.auth-section {
    padding: 4rem 0;
    min-height: 60vh;
}

.auth-card {
    max-width: 500px;
    margin: 0 auto;
    background: var(--white);
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 2px 16px rgba(0,0,0,0.1);
}

.auth-title {
    text-align: center;
    margin-bottom: 2rem;
    color: var(--dark);
}

.auth-form {
    margin-bottom: 1rem;
}

.auth-footer {
    text-align: center;
    color: #666;
}

.auth-footer a {
    color: var(--primary);
    text-decoration: none;
}

/* FORMS */
.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
    color: var(--dark);
}

.form-control {
    width: 100%;
    padding: 0.7rem;
    border: 1px solid var(--border);
    border-radius: 6px;
    font-size: 1rem;
}

.form-control:focus {
    outline: none;
    border-color: var(--primary);
}

.form-group small {
    color: #666;
    font-size: 0.85rem;
}

.profile-avatar-field {
    align-items: center;
    background: #f8fafc;
    border: 1px solid var(--border);
    border-radius: 10px;
    display: flex;
    gap: 1rem;
    margin: 0 0 1.25rem;
    padding: 1rem;
}

.profile-avatar-preview {
    align-items: center;
    background: linear-gradient(135deg, #1f2937, #0f172a);
    border: 3px solid #ffffff;
    border-radius: 999px;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.18);
    color: #ffffff;
    display: flex;
    flex: 0 0 auto;
    font-size: 2rem;
    font-weight: 800;
    height: 96px;
    justify-content: center;
    overflow: hidden;
    width: 96px;
}

.profile-avatar-preview img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.product-admin-options {
    width: 100%;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 14px;
    background: #f8fafc;
    overflow: hidden;
}

.product-admin-options summary {
    align-items: center;
    cursor: pointer;
    display: flex;
    gap: 0.45rem;
    justify-content: space-between;
    list-style: none;
    padding: 0.62rem 0.75rem;
    color: #334155;
    font-size: 0.82rem;
    font-weight: 850;
}

.product-admin-options summary::-webkit-details-marker {
    display: none;
}

.product-admin-options summary::after {
    content: '\f078';
    color: #64748b;
    font-family: "Font Awesome 5 Free";
    font-size: 0.72rem;
    font-weight: 900;
    transition: transform 0.2s ease;
}

.product-admin-options[open] summary::after {
    transform: rotate(180deg);
}

.product-admin-options .product-admin-availability {
    border-radius: 0;
    margin: 0;
    background: #fff;
    border-top: 1px solid rgba(15, 23, 42, 0.06);
}

.profile-avatar-preview.is-muted {
    opacity: 0.45;
}

.profile-avatar-controls {
    flex: 1;
    min-width: 0;
}

.profile-avatar-remove {
    align-items: center;
    color: var(--text);
    cursor: pointer;
    display: inline-flex;
    font-size: 0.92rem;
    gap: 0.45rem;
    margin-top: 0.65rem;
}

.form-help {
    margin-top: 0.35rem;
    font-size: 0.875rem;
    color: #666;
}

.text-warning {
    color: #b8860b;
}

/* CLIENT AREA */
.client-section {
    padding: 3rem 0;
    min-height: 60vh;
}

.client-menu {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.client-menu-item {
    padding: 0.7rem 1.5rem;
    background: var(--white);
    border: 2px solid var(--border);
    border-radius: 6px;
    text-decoration: none;
    color: var(--text);
    transition: all 0.3s;
}

.client-menu-item:hover,
.client-menu-item.active {
    background: var(--primary);
    color: var(--white);
    border-color: var(--primary);
}

.client-dashboard-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.client-account-page {
    background:
        radial-gradient(circle at top left, rgba(244, 123, 32, 0.12), transparent 28%),
        linear-gradient(180deg, #fff 0%, #f8fafc 48%, #fff 100%);
}

.client-account-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
    gap: 1.2rem;
    margin-bottom: 1.4rem;
    padding: clamp(1.1rem, 3vw, 1.65rem);
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 28px;
    background:
        radial-gradient(circle at top left, rgba(244, 123, 32, 0.2), transparent 34%),
        linear-gradient(135deg, #fff 0%, #f8fafc 58%, #fff7ed 100%);
    box-shadow: 0 24px 55px rgba(15, 23, 42, 0.08);
}

.client-account-hero-main {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.client-account-eyebrow {
    align-items: center;
    background: rgba(244, 123, 32, 0.12);
    border-radius: 999px;
    color: #c05621;
    display: inline-flex;
    font-size: 0.78rem;
    font-weight: 850;
    gap: 0.5rem;
    letter-spacing: 0.06em;
    margin-bottom: 0.75rem;
    padding: 0.45rem 0.85rem;
    text-transform: uppercase;
    width: fit-content;
}

.client-account-hero h1 {
    color: #0f172a;
    font-size: clamp(2rem, 4vw, 3.2rem);
    line-height: 1;
    margin: 0;
}

.client-account-hero p {
    color: #64748b;
    line-height: 1.65;
    margin: 0.8rem 0 0;
    max-width: 760px;
}

.client-account-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    margin-top: 1.05rem;
}

.client-account-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.8rem;
}

.client-account-stat {
    overflow: hidden;
    position: relative;
    padding: 1rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 18px 38px rgba(15, 23, 42, 0.07);
}

.client-account-stat::after {
    content: '';
    position: absolute;
    width: 76px;
    height: 76px;
    right: -28px;
    bottom: -30px;
    border-radius: 50%;
    background: rgba(244, 123, 32, 0.09);
}

.client-account-stat span,
.client-account-stat strong,
.client-account-stat small {
    position: relative;
    z-index: 1;
}

.client-account-stat span {
    align-items: center;
    color: #64748b;
    display: flex;
    font-size: 0.76rem;
    font-weight: 850;
    gap: 0.45rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.client-account-stat strong {
    color: #0f172a;
    display: block;
    font-size: clamp(1.25rem, 2vw, 1.65rem);
    font-weight: 900;
    margin-top: 0.45rem;
}

.client-account-stat small {
    color: #94a3b8;
    display: block;
    margin-top: 0.3rem;
}

.client-account-stat.is-warning {
    background: linear-gradient(180deg, #fff7ed, #fff);
}

.client-account-stat.is-ok {
    background: linear-gradient(180deg, #f0fdf4, #fff);
}

.client-account-guide {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.75rem;
}

.client-account-guide span {
    align-items: center;
    display: flex;
    gap: 0.55rem;
    min-height: 56px;
    padding: 0.8rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 16px;
    background: #fff;
    color: #334155;
    font-weight: 750;
}

.client-account-guide i {
    color: var(--primary);
}

.client-account-balance-card {
    text-align: center;
}

.client-account-page .card {
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 22px;
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.07);
}

.client-account-page .card-header {
    background: linear-gradient(135deg, #f8fafc, #fff7ed);
    border-bottom: 1px solid rgba(15, 23, 42, 0.07);
}

.client-account-page .card-body:has(.data-table) {
    overflow-x: auto;
}

.client-account-page .data-table {
    min-width: 780px;
}

.client-account-page .data-table thead th {
    background: #fff7ed;
    color: #9a3412;
    font-size: 0.78rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.client-card-welcome {
    grid-column: 1 / -1;
    justify-self: center;
    max-width: 680px;
    width: min(100%, 680px);
}

.client-card-loyalty {
    grid-column: 1 / -1;
}

.client-card-loyalty .card-body {
    align-items: center;
    display: flex;
    flex-direction: column;
}

.loyalty-card-display-dashboard {
    max-width: 720px;
}

.loyalty-card-detail-actions {
    display: flex;
    justify-content: center;
    margin-top: 0.2rem;
    width: 100%;
}

.loyalty-card-detail-actions .btn {
    min-width: 132px;
}

@media (max-width: 768px) {
    .client-account-hero {
        grid-template-columns: 1fr;
        border-radius: 24px;
    }

    .client-account-stats {
        grid-template-columns: 1fr;
    }

    .client-account-hero-actions .btn {
        width: 100%;
        justify-content: center;
    }

    .client-account-guide {
        grid-template-columns: 1fr;
    }

    .client-dashboard-grid {
        grid-template-columns: 1fr;
    }

    .client-receipt-header,
    .client-receipt-item,
    .client-receipt-totals div {
        flex-direction: column;
    }

    .client-receipt-cell {
        min-width: 180px;
    }
}

.client-points-balance {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

.client-points-value {
    font-size: 3rem;
    font-weight: bold;
    color: var(--primary);
}

.client-points-label {
    font-size: 1.2rem;
    color: var(--text);
}

.client-points-hint {
    color: #666;
    font-size: 0.95rem;
    margin-bottom: 1rem;
}

.client-points-rule {
    background: var(--light);
    padding: 1rem;
    border-radius: 8px;
    color: var(--text);
}

.client-receipt-meta {
    color: #666;
    font-size: 0.85rem;
    margin-top: 0.2rem;
}

.client-receipt-cell {
    min-width: 220px;
}

.client-receipt-details {
    display: block;
}

.client-receipt-summary {
    list-style: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.55rem 0.9rem;
    border-radius: 8px;
    border: 1px solid var(--border);
    background: #fff7ef;
    color: var(--dark);
    cursor: pointer;
    font-weight: 600;
}

.client-receipt-summary::-webkit-details-marker {
    display: none;
}

.client-receipt-details[open] .client-receipt-summary {
    background: #fbe4d3;
    border-color: #e4b993;
}

.client-receipt-card {
    margin-top: 0.85rem;
    padding: 1rem;
    background: #fffdf9;
    border: 1px solid var(--border);
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.client-receipt-header,
.client-receipt-item,
.client-receipt-totals div {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

.client-receipt-header {
    align-items: flex-start;
    margin-bottom: 0.85rem;
    padding-bottom: 0.85rem;
    border-bottom: 1px solid var(--border);
}

.client-receipt-header div,
.client-receipt-item div {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.client-receipt-header span,
.client-receipt-item span,
.client-receipt-empty,
.client-receipt-totals span {
    color: #666;
    font-size: 0.9rem;
}

.client-receipt-items {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.client-receipt-item {
    align-items: flex-start;
}

.client-receipt-empty {
    margin: 0;
}

.client-receipt-totals {
    margin-top: 1rem;
    padding-top: 0.85rem;
    border-top: 1px solid var(--border);
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.client-receipt-totals strong {
    color: var(--dark);
}

.card {
    background: var(--white);
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    overflow: hidden;
    margin-bottom: 2rem;
}

.card-header {
    padding: 1.5rem;
    background: var(--light);
    border-bottom: 1px solid var(--border);
}

.card-header h2 {
    margin: 0;
    color: var(--dark);
}

.card-body {
    padding: 1.5rem;
}

.data-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 1rem;
}

.data-table th,
.data-table td {
    padding: 0.75rem;
    text-align: left;
    border-bottom: 1px solid var(--border);
}

.data-table th {
    background: var(--light);
    font-weight: 600;
}

.badge {
    display: inline-block;
    padding: 0.3rem 0.7rem;
    border-radius: 4px;
    font-size: 0.85rem;
    font-weight: 500;
}

.badge-pending { background: #ffeaa7; color: #d63031; }
.badge-confirmed { background: #74b9ff; color: #0984e3; }
.badge-preparing { background: #fab1a0; color: #d63031; }
.badge-ready { background: #55efc4; color: #00b894; }
.badge-delivered { background: #d4edda; color: #155724; }
.badge-cancelled { background: #dfe6e9; color: #2d3436; }

/* FOOTER */
.footer {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0)),
        linear-gradient(135deg, #17212d 0%, #243447 56%, #111827 100%);
    color: #ffffff;
    margin-top: 4rem;
    overflow: hidden;
    position: relative;
}

.footer::before {
    background: linear-gradient(90deg, var(--primary) 0%, var(--warning) 100%);
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.footer .container {
    max-width: var(--catalog-max-width);
    padding-left: var(--catalog-side-padding);
    padding-right: var(--catalog-side-padding);
}

.footer-main {
    display: grid;
    gap: clamp(1.5rem, 3vw, 3rem);
    grid-template-columns: minmax(280px, 1.35fr) minmax(170px, 0.75fr) minmax(260px, 1fr) minmax(190px, 0.85fr);
    padding: 3.25rem 0 2.4rem;
}

.footer-brand {
    max-width: 34rem;
}

.footer-brand-link {
    align-items: center;
    color: #ffffff;
    display: inline-flex;
    gap: 0.85rem;
    text-decoration: none;
}

.footer-brand-mark {
    align-items: center;
    background: linear-gradient(135deg, var(--primary) 0%, var(--warning) 100%);
    border-radius: 14px;
    box-shadow: 0 14px 30px rgba(231, 76, 60, 0.28);
    display: inline-flex;
    flex: 0 0 52px;
    height: 52px;
    justify-content: center;
    width: 52px;
}

.footer-brand-mark i {
    font-size: 1.35rem;
}

.footer-brand-copy {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.footer-brand-copy strong {
    font-size: 1.25rem;
    letter-spacing: 0.02em;
    line-height: 1.1;
}

.footer-brand-copy small {
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.88rem;
    font-weight: 700;
    text-transform: uppercase;
}

.footer-description {
    color: rgba(255, 255, 255, 0.74);
    line-height: 1.7;
    margin: 1.2rem 0 0;
    max-width: 30rem;
}

.footer-info-card {
    background: rgba(255, 255, 255, 0.075);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 20px;
    display: grid;
    gap: 0.8rem;
    margin-top: 1.35rem;
    max-width: 31rem;
    padding: 0.95rem;
}

.footer-status-pill {
    align-items: center;
    align-self: flex-start;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    color: #ffffff;
    display: inline-flex;
    font-size: 0.84rem;
    font-weight: 900;
    gap: 0.45rem;
    letter-spacing: 0.02em;
    padding: 0.45rem 0.7rem;
    text-transform: uppercase;
}

.footer-status-dot {
    border-radius: 999px;
    display: inline-flex;
    height: 10px;
    width: 10px;
}

.footer-status-pill--open .footer-status-dot {
    background: #22c55e;
    box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.18);
}

.footer-status-pill--closed .footer-status-dot {
    background: #ef4444;
    box-shadow: 0 0 0 4px rgba(239, 68, 68, 0.18);
}

.footer-status-pill--unknown .footer-status-dot {
    background: #f59e0b;
    box-shadow: 0 0 0 4px rgba(245, 158, 11, 0.18);
}

.footer-info-row {
    align-items: flex-start;
    color: rgba(255, 255, 255, 0.78);
    display: grid;
    gap: 0.65rem;
    grid-template-columns: 28px minmax(0, 1fr);
    line-height: 1.45;
}

.footer-info-row i {
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    color: #ffffff;
    display: inline-flex;
    height: 28px;
    justify-content: center;
    width: 28px;
}

.footer-column h4 {
    color: #ffffff;
    font-size: 0.86rem;
    letter-spacing: 0.1em;
    margin: 0 0 1rem;
    text-transform: uppercase;
}

.footer-links,
.footer-contact-list {
    display: grid;
    gap: 0.65rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-links a,
.footer-contact-list a {
    color: rgba(255, 255, 255, 0.76);
    text-decoration: none;
}

.footer-links a:hover,
.footer-contact-list a:hover {
    color: #ffffff;
}

.footer-links a {
    align-items: center;
    display: inline-flex;
    gap: 0.4rem;
}

.footer-links a::before {
    background: var(--primary);
    border-radius: 999px;
    content: "";
    height: 6px;
    opacity: 0.75;
    width: 6px;
}

.footer-contact-list li {
    align-items: flex-start;
    color: rgba(255, 255, 255, 0.76);
    display: grid;
    gap: 0.65rem;
    grid-template-columns: 34px minmax(0, 1fr);
}

.footer-contact-list span,
.footer-contact-list a {
    overflow-wrap: anywhere;
}

.footer-contact-icon {
    align-items: center;
    background: rgba(255, 255, 255, 0.09);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    color: #ffffff;
    display: inline-flex;
    height: 34px;
    justify-content: center;
    width: 34px;
}

.footer-placeholder {
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.9rem;
    grid-column: 1 / -1;
}

.footer-bottom {
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.64);
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1.5rem;
    justify-content: space-between;
    padding: 1.25rem 0 1.5rem;
}

.footer-bottom p {
    margin: 0;
}

.footer-license {
    align-items: center;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.78);
    display: inline-flex;
    font-size: 0.82rem;
    font-weight: 750;
    gap: 0.45rem;
    padding: 0.45rem 0.75rem;
}

.footer-license-dot {
    background: #f59e0b;
    border-radius: 999px;
    box-shadow: 0 0 0 4px rgba(245, 158, 11, 0.16);
    flex: 0 0 9px;
    height: 9px;
    width: 9px;
}

.footer-license--valid .footer-license-dot,
.footer-license--grace .footer-license-dot,
.footer-license--disabled .footer-license-dot {
    background: #22c55e;
    box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.16);
}

.footer-license--expired .footer-license-dot,
.footer-license--inactive .footer-license-dot,
.footer-license--not_found .footer-license-dot,
.footer-license--software_mismatch .footer-license-dot,
.footer-license--missing .footer-license-dot,
.footer-license--unreachable .footer-license-dot {
    background: #ef4444;
    box-shadow: 0 0 0 4px rgba(239, 68, 68, 0.16);
}

.error-page {
    padding: 4rem 0;
}

.error-card {
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 24px;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.12);
    margin: 0 auto;
    max-width: 680px;
    padding: 2rem;
    text-align: center;
}

.error-icon {
    align-items: center;
    background: #fff7ed;
    border-radius: 999px;
    color: var(--primary);
    display: inline-flex;
    font-size: 1.6rem;
    height: 64px;
    justify-content: center;
    margin-bottom: 1rem;
    width: 64px;
}

.license-error-details {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    display: grid;
    gap: 0.45rem;
    margin: 1.2rem 0;
    padding: 1rem;
    text-align: left;
}

.error-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
}

@media (max-width: 1100px) {
    .footer-main {
        grid-template-columns: minmax(260px, 1.2fr) minmax(220px, 1fr);
    }
}

.page-title {
    font-size: 2rem;
    margin-bottom: 2rem;
    color: var(--dark);
}

.text-center {
    text-align: center;
}

.empty-state {
    text-align: center;
    padding: 4rem 0;
}

.empty-icon {
    font-size: 5rem;
    color: #ccc;
    margin-bottom: 1rem;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .mobile-toggle {
        display: block;
    }
    
    .nav-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: var(--white);
        flex-direction: column;
        padding: 1rem;
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    }
    
    .nav-menu.active {
        display: flex;
    }
    
    .hero-title {
        font-size: 1.8rem;
    }
    
    .products-grid {
        grid-template-columns: 1fr;
    }
}

/* Página 404 */
.error-404 {
    padding: 4rem 20px;
    min-height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.error-404-content {
    text-align: center;
    max-width: 420px;
    margin: 0 auto;
}

.error-404-code {
    display: block;
    font-size: 5rem;
    font-weight: 800;
    color: var(--primary);
    line-height: 1;
    margin-bottom: 0.5rem;
    letter-spacing: -0.02em;
}

.error-404-content h1 {
    font-size: 1.5rem;
    color: var(--dark);
    margin-bottom: 0.75rem;
}

.error-404-content p {
    color: var(--text);
    margin-bottom: 1.5rem;
    opacity: 0.9;
}

.error-404-content .btn {
    text-decoration: none;
    color: var(--white);
}

.error-404-content .btn i {
    margin-right: 0.5rem;
}

.error-404-btn {
    white-space: nowrap;
}

.error-500 {
    padding: 4rem 20px;
    min-height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.error-500-content {
    text-align: center;
    max-width: 420px;
    margin: 0 auto;
}

.error-500-code {
    display: block;
    font-size: 5rem;
    font-weight: 800;
    color: var(--primary);
    line-height: 1;
    margin-bottom: 0.5rem;
    letter-spacing: -0.02em;
}

.error-500-content h1 {
    font-size: 1.5rem;
    color: var(--dark);
    margin-bottom: 0.75rem;
}

.error-500-content p {
    color: var(--text);
    margin-bottom: 1.5rem;
    opacity: 0.9;
}

.error-500-content .btn {
    text-decoration: none;
}

.error-500-btn {
    color: var(--white);
}

.error-500-btn i {
    margin-right: 0.5rem;
}

.error-500-btn-secondary {
    margin-left: 0.75rem;
    margin-top: 0.5rem;
}

/* Cart / Pedido */
.nav-cart {
    position: relative;
    overflow: visible;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}
.nav-points {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #ffc107;
    font-weight: 600;
}
.nav-points:hover {
    color: #ffb300;
}
.nav-points-text {
    font-size: 0.95em;
}
@media (max-width: 768px) {
    .nav-points-text {
        display: none;
    }
    .nav-points {
        font-size: 1.2em;
    }
}
.cart-badge {
    position: absolute;
    top: -6px;
    left: calc(100% - 0.5rem);
    min-width: 1.25rem;
    height: 1.25rem;
    padding: 0 0.35rem;
    background: var(--primary);
    color: #ffffff !important;
    font-size: 0.7rem;
    font-weight: 700;
    line-height: 1;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    flex-shrink: 0;
}
.nav-cart .cart-badge {
    color: #ffffff !important;
}

.page-title {
    margin-bottom: 2rem;
    font-size: 1.75rem;
}
.page-title i {
    margin-right: 0.5rem;
}

.cart-empty {
    text-align: center;
    padding: 4rem 2rem;
    background: var(--white);
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}
.cart-empty i {
    font-size: 4rem;
    color: #ddd;
    margin-bottom: 1rem;
}
.cart-empty h2 { margin-bottom: 0.5rem; }
.cart-empty p { color: #666; margin-bottom: 1.5rem; }

.cart-layout {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 2rem;
    align-items: start;
}
@media (max-width: 768px) {
    .cart-layout { grid-template-columns: 1fr; }
}

.cart-items {
    background: var(--white);
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    overflow: hidden;
}
.cart-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid var(--border);
}
.cart-item:last-child { border-bottom: none; }
.cart-item-info h3 { margin-bottom: 0.35rem; font-size: 1.1rem; }
.cart-item-price { color: #666; font-size: 0.95rem; margin-bottom: 0.25rem; }
.cart-item-notes { font-size: 0.85rem; color: #888; margin: 0; }
.btn-remove {
    background: #dc3545 !important;
    color: white !important;
}
.btn-remove:hover { background: #c82333 !important; }

.cart-summary {
    background: var(--white);
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    padding: 1.5rem;
    position: sticky;
    top: 100px;
}
.cart-summary h3 { margin-bottom: 1rem; font-size: 1.2rem; }
.cart-total { font-size: 1.25rem; margin-bottom: 1.25rem; color: var(--primary); }
.cart-summary .btn { margin-bottom: 0.75rem; text-decoration: none; }
.cart-summary .btn:last-of-type { margin-bottom: 0; }

.btn-outline {
    background: transparent;
    color: var(--primary);
    border: 2px solid var(--primary);
}
.btn-outline:hover {
    background: var(--primary);
    color: white;
}

/* Checkout */
.checkout-page {
    padding: 2.5rem 0 3rem;
}

.checkout-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.checkout-heading .page-title {
    margin-bottom: 0;
}

.checkout-heading p {
    color: #5c6670;
    max-width: 440px;
    margin: 0;
}

.checkout-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 1.5rem;
    align-items: start;
}

.checkout-form .card {
    background: var(--white);
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    box-shadow: 0 12px 34px rgba(15, 23, 42, 0.08);
    margin-bottom: 0;
    overflow: hidden;
}

.checkout-form .card-header {
    padding: 1rem 1.25rem;
    border-bottom: 1px solid #e5e7eb;
    background: #f7f9fa;
    font-weight: 600;
}

.checkout-card-header {
    display: flex;
    align-items: center;
    gap: 0.85rem;
}

.checkout-card-header h2 {
    font-size: 1.2rem;
    margin: 0;
    line-height: 1.2;
}

.checkout-card-header p {
    color: #64707d;
    font-size: 0.9rem;
    margin: 0.2rem 0 0;
    font-weight: 400;
}

.checkout-step {
    align-items: center;
    background: var(--primary);
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    flex: 0 0 34px;
    font-size: 0.95rem;
    font-weight: 700;
    height: 34px;
    justify-content: center;
    width: 34px;
}

.checkout-form .card-body {
    padding: 1.25rem;
}

.checkout-order .card {
    position: sticky;
    top: 96px;
}

.checkout-choice-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 0.75rem;
}

.checkout-choice {
    cursor: pointer;
    display: block;
}

.checkout-choice-input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.checkout-choice-content {
    align-items: center;
    border: 1px solid #d7dde3;
    border-radius: 8px;
    display: flex;
    gap: 0.75rem;
    min-height: 76px;
    padding: 0.85rem;
    transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.checkout-choice-icon {
    align-items: center;
    background: #eef3f7;
    border-radius: 8px;
    color: var(--secondary);
    display: inline-flex;
    flex: 0 0 38px;
    height: 38px;
    justify-content: center;
    width: 38px;
}

.checkout-choice-title {
    color: #172331;
    display: block;
    font-weight: 700;
    line-height: 1.2;
}

.checkout-choice small {
    color: #64707d;
    display: block;
    font-size: 0.82rem;
    line-height: 1.25;
    margin-top: 0.2rem;
}

.checkout-choice-input:checked + .checkout-choice-content {
    background: #fff8f7;
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(231, 76, 60, 0.12);
}

.checkout-choice-input:checked + .checkout-choice-content .checkout-choice-icon {
    background: var(--primary);
    color: #fff;
}

.checkout-choice-input:focus-visible + .checkout-choice-content {
    outline: 3px solid rgba(52, 73, 94, 0.22);
    outline-offset: 2px;
}

.checkout-items {
    list-style: none;
    padding: 0;
    margin: 0 0 1rem 0;
    max-height: 280px;
    overflow-y: auto;
}

.checkout-items li {
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    padding: 0.7rem 0;
    border-bottom: 1px solid #edf0f2;
    font-size: 0.95rem;
}

.checkout-items li span:last-child {
    color: #172331;
    font-weight: 700;
    text-align: right;
}

.checkout-iva,
.checkout-order .card-body > p {
    color: #4b5563;
    font-size: 0.95rem;
    margin: 0.35rem 0;
}

.checkout-points-box {
    background: #fff7da;
    border: 1px solid #f2bd34;
    border-radius: 8px;
    color: #5f4700;
    margin: 1rem 0;
    padding: 1rem;
}

.checkout-points-title {
    align-items: center;
    display: flex;
    gap: 0.5rem;
    margin-bottom: 0.85rem;
}

.checkout-points-title i {
    color: #9a6a00;
}

.checkout-points-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
}

.checkout-points-stats div {
    background: rgba(255, 255, 255, 0.62);
    border: 1px solid rgba(154, 106, 0, 0.15);
    border-radius: 8px;
    padding: 0.65rem;
}

.checkout-points-stats span {
    display: block;
    font-size: 0.78rem;
    color: #745400;
}

.checkout-points-stats strong {
    color: #172331;
    display: block;
    font-size: 1rem;
}

.checkout-points-help,
.checkout-points-remaining {
    font-size: 0.9rem;
    margin: 0.75rem 0 0;
}

.checkout-points-toggle {
    align-items: flex-start;
    border-top: 1px solid rgba(154, 106, 0, 0.25);
    cursor: pointer;
    display: flex;
    gap: 0.75rem;
    font-weight: 700;
    margin-top: 0.9rem;
    padding-top: 0.9rem;
}

.checkout-points-toggle input {
    flex: 0 0 auto;
    height: 18px;
    margin-top: 0.15rem;
    width: 18px;
}

.checkout-points-toggle small {
    color: #5f6470;
    display: block;
    font-weight: 400;
    margin-top: 0.2rem;
}

.checkout-alert {
    border-radius: 8px;
    font-size: 0.9rem;
    margin: 0.9rem 0 0;
    padding: 0.75rem;
}

.checkout-alert--warning {
    background: #fff1f0;
    border-left: 4px solid var(--danger);
    color: #7b241c;
}

.checkout-alert--info {
    background: #eef6ff;
    border-left: 4px solid #2b79c2;
    color: #1e5f9d;
}

.checkout-total {
    color: var(--primary);
    font-size: 1.3rem;
    margin: 1rem 0 0;
}

.checkout-total small {
    color: #64707d;
    display: block;
    font-size: 0.86rem;
    font-weight: 400;
    line-height: 1.35;
    margin-top: 0.2rem;
}

.checkout-submit {
    margin-top: 1rem;
    min-height: 44px;
}

.checkout-invalid .checkout-choice-content {
    border-color: var(--danger);
    box-shadow: 0 0 0 3px rgba(231, 76, 60, 0.1);
}

.checkout-inline-error {
    color: #b42318;
    font-size: 0.88rem;
    margin: 0.45rem 0 0;
}

@media (max-width: 900px) {
    .checkout-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .checkout-layout {
        grid-template-columns: 1fr;
    }

    .checkout-order .card {
        position: static;
    }
}

@media (max-width: 520px) {
    .checkout-page {
        padding-top: 1.5rem;
    }

    .checkout-choice-grid,
    .checkout-points-stats {
        grid-template-columns: 1fr;
    }

    .checkout-card-header {
        align-items: flex-start;
    }

    .checkout-items li {
        flex-direction: column;
        gap: 0.25rem;
    }

    .checkout-items li span:last-child {
        text-align: left;
    }
}
.add-to-cart-form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
}

/* Cookie consent (conformidade UE/Portugal) */
.cookie-consent {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--dark);
    color: var(--white);
    padding: 1rem 1.5rem;
    box-shadow: 0 -2px 20px rgba(0,0,0,0.2);
    z-index: 9999;
}
.cookie-consent-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}
.cookie-consent p {
    margin: 0;
    flex: 1;
    min-width: 260px;
    font-size: 0.95rem;
    line-height: 1.5;
}
.cookie-consent a {
    color: #7dd3fc;
    text-decoration: underline;
}
.cookie-consent-actions {
    display: flex;
    gap: 0.75rem;
    flex-shrink: 0;
}
.cookie-consent .btn-outline {
    border-color: var(--white);
    color: var(--white);
}
.cookie-consent .btn-outline:hover {
    background: var(--white);
    color: var(--dark);
}

/* Páginas legais */
.legal-content {
    max-width: 800px;
    margin: 0 auto;
    background: var(--white);
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}
.legal-content h1 { font-size: 1.75rem; margin-bottom: 0.5rem; }
.legal-content h2 { font-size: 1.25rem; margin: 1.5rem 0 0.75rem; color: var(--dark); }
.legal-content p, .legal-content ul { margin-bottom: 1rem; line-height: 1.7; color: var(--text); }
.legal-content ul { padding-left: 1.5rem; }
.legal-content a { color: var(--primary); }

.footer-bottom .footer-legal {
    margin-top: 0.5rem;
    font-size: 0.9rem;
    opacity: 0.9;
}
.footer-bottom .footer-legal a { color: inherit; text-decoration: underline; }

/* ========== Chat bot da loja ========== */
.chat-widget {
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
    z-index: 999;
    font-family: inherit;
}
.chat-toggle-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}
.chat-label {
    position: relative;
    height: 2rem;
    min-width: 8rem;
    display: flex;
    align-items: center;
    padding: 0 0.75rem;
    background: rgba(231, 76, 60, 0.95);
    color: #fff;
    border-radius: 999px;
    font-size: 0.85rem;
    font-weight: 600;
    box-shadow: 0 2px 10px rgba(231, 76, 60, 0.4);
    overflow: hidden;
}
.chat-label-text {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    opacity: 0;
    transition: opacity 0.4s ease;
}
.chat-label-text.chat-label-a {
    animation: chat-label-a 4s ease-in-out infinite;
}
.chat-label-text.chat-label-b {
    animation: chat-label-b 4s ease-in-out infinite;
}
@keyframes chat-label-a {
    0%, 45% { opacity: 1; }
    50%, 100% { opacity: 0; }
}
@keyframes chat-label-b {
    0%, 45% { opacity: 0; }
    50%, 95% { opacity: 1; }
    100% { opacity: 0; }
}
.chat-toggle {
    position: relative;
    width: 56px;
    height: 56px;
    flex-shrink: 0;
    border-radius: 50%;
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
    color: #fff;
    border: none;
    box-shadow: 0 4px 14px rgba(231, 76, 60, 0.45);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    transition: transform 0.2s, box-shadow 0.2s;
}
.chat-toggle:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 18px rgba(231, 76, 60, 0.5);
}
.chat-toggle .chat-badge {
    position: absolute;
    top: -4px;
    right: -4px;
    min-width: 20px;
    height: 20px;
    padding: 0 6px;
    background: #2c3e50;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.chat-panel {
    position: absolute;
    bottom: 100px;
    right: 0;
    width: 360px;
    max-width: calc(100vw - 2rem);
    height: 480px;
    max-height: 70vh;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.18);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.chat-panel[hidden] {
    display: none !important;
}

/* Mobile: chat em bottom sheet e ajuste quando o teclado abre (altura via JS/visualViewport) */
@media (max-width: 768px) {
    .chat-panel {
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        max-width: none;
        height: 85dvh;
        max-height: 85dvh;
        border-radius: 12px 12px 0 0;
        box-sizing: border-box;
    }
    .chat-panel.chat-panel-viewport-fit {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        max-height: none;
        padding-bottom: env(safe-area-inset-bottom, 0);
    }
    .chat-messages {
        -webkit-overflow-scrolling: touch;
        min-height: 0;
    }
    .chat-input-wrap {
        flex-shrink: 0;
        padding-bottom: calc(0.75rem + env(safe-area-inset-bottom, 0));
    }
}

.chat-panel-header {
    padding: 0.85rem 1rem;
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
    color: #fff;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.chat-panel-header .chat-close {
    background: none;
    border: none;
    color: #fff;
    font-size: 1.2rem;
    cursor: pointer;
    padding: 0.25rem;
    opacity: 0.9;
}
.chat-panel-header .chat-close:hover { opacity: 1; }
.chat-messages {
    flex: 1;
    overflow-y: auto;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}
.chat-msg { max-width: 90%; }
.chat-msg-user { align-self: flex-end; }
.chat-msg-bot { align-self: flex-start; }
.chat-msg-text {
    padding: 0.6rem 0.9rem;
    border-radius: 12px;
    font-size: 0.95rem;
    line-height: 1.4;
    white-space: pre-line;
}
.chat-msg-user .chat-msg-text {
    background: #e74c3c;
    color: #fff;
    border-bottom-right-radius: 4px;
}
.chat-msg-bot .chat-msg-text {
    background: #f0f0f0;
    color: #333;
    border-bottom-left-radius: 4px;
}
.chat-products-wrap { max-width: 100%; }
.chat-products {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.chat-product {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.6rem;
    background: #f8f9fa;
    border-radius: 8px;
    border: 1px solid #eee;
}
.chat-product-img {
    width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: 6px;
}
.chat-product-info {
    flex: 1;
    min-width: 0;
}
.chat-product-name { font-weight: 600; display: block; }
.chat-product-price { font-size: 0.85rem; color: #666; }
.chat-product-add {
    flex-shrink: 0;
    padding: 0.4rem 0.75rem;
    font-size: 0.85rem;
    background: #e74c3c;
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 500;
}
.chat-product-add:hover { background: #c0392b; }
.chat-actions { max-width: 100%; }
.chat-btn-checkout {
    display: inline-block;
    margin-top: 0.5rem;
    padding: 0.5rem 1rem;
    background: #27ae60;
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.95rem;
}
.chat-btn-checkout:hover { color: #fff; opacity: 0.95; }
.chat-input-wrap {
    display: flex;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    border-top: 1px solid #eee;
    background: #fafafa;
}
.chat-input {
    flex: 1;
    padding: 0.6rem 0.9rem;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 0.95rem;
}
.chat-input:focus {
    outline: none;
    border-color: #e74c3c;
}
.chat-send {
    padding: 0.6rem 1rem;
    background: #e74c3c;
    color: #fff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 1rem;
}
.chat-send:hover { background: #c0392b; }
.chat-send:disabled { opacity: 0.7; cursor: not-allowed; }

/* Grid da página do produto (imagem + info) */
.product-detail-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    margin-bottom: 3rem;
}

/* ============================================
   RESPONSIVO – adaptação a todos os ecrãs
   ============================================ */

/* Base: containers e tipografia em ecrãs pequenos */
@media (max-width: 992px) {
    .container {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .hero-layout {
        grid-template-columns: 1fr;
    }
    .home-catalogue-head {
        flex-direction: column;
        align-items: flex-start;
    }
    .home-catalogue-summary {
        justify-content: flex-start;
    }
    .product-detail-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    .product-detail-grid > div:first-child {
        order: 2;
    }
    .product-detail-grid > div:last-child {
        order: 1;
    }
}

@media (max-width: 768px) {
    .container {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .home-catalogue-intro {
        margin-top: -1.8rem;
    }
    .home-catalogue-card {
        padding: 1rem;
        border-radius: 20px;
    }
    .home-filters {
        flex-direction: column;
        align-items: stretch;
        padding: 1rem 0;
    }
    .home-search-form {
        min-width: 0;
    }
    .home-search-form input[type="search"] {
        min-width: 0;
    }
    .home-category-filter {
        flex-direction: column;
        align-items: stretch;
    }
    .home-category-filter select {
        min-width: 0;
        width: 100%;
    }
    .home-category-pills {
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 0.35rem;
    }
    .home-category-pill {
        white-space: nowrap;
    }
    .daily-suggestion-section {
        padding-top: 1.25rem;
    }
    .daily-suggestion-card {
        grid-template-columns: 1fr;
    }
    .daily-suggestion-media,
    .daily-suggestion-media img,
    .daily-suggestion-placeholder {
        min-height: 235px;
    }
    .daily-suggestion-content {
        padding: 1.2rem;
    }
    .daily-suggestion-content h2 {
        font-size: clamp(1.9rem, 10vw, 2.6rem);
        padding-right: 0;
    }
    .daily-suggestion-content p,
    .daily-suggestion-meta {
        padding-right: 0;
    }
    .daily-suggestion-drink-row {
        grid-template-columns: 64px minmax(0, 1fr);
    }
    .daily-suggestion-drink-media {
        height: 64px;
        width: 64px;
    }
    .daily-suggestion-drink-form {
        grid-column: 1 / -1;
    }
    .daily-suggestion-drink-add {
        justify-content: center;
        width: 100%;
    }
    .daily-suggestion-footer,
    .daily-suggestion-actions {
        align-items: stretch;
        flex-direction: column;
        position: static;
    }
    .daily-suggestion-price {
        position: static;
        text-align: left;
    }
    .daily-suggestion-actions .btn,
    .daily-suggestion-actions form,
    .daily-suggestion-actions button {
        justify-content: center;
        width: 100%;
    }
    .navbar .container {
        min-height: auto;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        gap: 0.75rem;
    }
    .logo-img {
        max-width: 82px;
        max-height: 58px;
    }
    .logo-title {
        font-size: 0.98rem;
    }
    .mobile-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-left: auto;
    }
    .nav-menu {
        display: none;
        width: 100%;
        flex-direction: column;
        align-items: stretch;
        padding-top: 0.5rem;
    }
    .nav-menu.active {
        display: flex;
    }
    .nav-link,
    .nav-contact-link,
    .nav-cart-pill,
    .nav-user-toggle {
        justify-content: center;
        width: 100%;
    }
    .hero {
        padding: 2rem 0;
    }
    .hero-content {
        text-align: center;
        align-items: center;
    }
    .hero-meta,
    .hero-actions {
        justify-content: center;
    }
    .hero-panel-stats {
        grid-template-columns: 1fr;
    }
    .hero-title {
        font-size: 1.5rem;
    }
    .hero-subtitle {
        font-size: 1rem;
    }
    .section-heading {
        flex-direction: column;
        align-items: flex-start;
    }
    .featured-section,
    .category-section {
        padding: 2rem 0;
    }
    .section-title {
        font-size: 1.4rem;
    }
    .products-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    .product-card .product-info {
        padding: 1rem;
    }
    .product-name {
        font-size: 1.15rem;
    }
    .product-footer {
        flex-direction: column;
        align-items: stretch;
    }
    .product-footer .product-price {
        margin-right: 0;
    }
    .product-footer .btn,
    .product-footer .product-add-cart-form {
        width: 100%;
    }
    .product-footer .product-add-cart-form .btn {
        width: 100%;
    }
    .page-title {
        font-size: 1.5rem;
    }
    .cart-item {
        flex-direction: column;
        gap: 0.75rem;
        align-items: flex-start;
    }
    .cart-summary {
        position: static;
    }
    .add-to-cart-form {
        flex-direction: column;
        align-items: stretch;
    }
    .add-to-cart-form input[type="number"],
    .add-to-cart-form input[type="text"],
    .add-to-cart-form button {
        width: 100%;
    }
    .legal-content {
        padding: 1.25rem;
    }
    .cookie-consent-inner {
        flex-direction: column;
        text-align: center;
    }
    .cookie-consent p {
        min-width: 0;
    }
    .auth-card {
        margin-left: 1rem;
        margin-right: 1rem;
        padding: 1.5rem;
    }
}

@media (max-width: 576px) {
    .container {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
    .logo-img {
        height: 4.5rem;
        max-width: 220px;
    }
    .hero-title {
        font-size: 1.35rem;
    }
    .section-title {
        font-size: 1.25rem;
    }
    .product-detail-grid h1 {
        font-size: 1.5rem !important;
    }
    .btn {
        padding: 0.6rem 1rem;
        font-size: 0.95rem;
    }
    .footer-content {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        text-align: center;
    }
    .footer-main {
        grid-template-columns: 1fr;
        padding: 2.4rem 0 1.8rem;
    }
    .footer-brand,
    .footer-column {
        max-width: none;
    }
    .footer-brand-link {
        justify-content: center;
    }
    .footer-info-card {
        margin-left: auto;
        margin-right: auto;
    }
    .footer-status-pill {
        justify-self: center;
    }
    .footer-info-row {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
    }
    .footer-description,
    .footer-column {
        text-align: center;
    }
    .footer-links a {
        justify-content: center;
    }
    .footer-contact-list li {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
    }
    .footer-bottom {
        justify-content: center;
        text-align: center;
    }
    .footer-section h3,
    .footer-section h4 {
        margin-bottom: 0.75rem;
    }
    .loyalty-card-page {
        min-height: auto;
        padding: 1.25rem 0 2.5rem;
    }
    .loyalty-card-display {
        aspect-ratio: auto;
        border-radius: 28px;
        min-height: 520px;
    }
    .loyalty-card-visual-top {
        height: 54%;
        min-height: 280px;
    }
    .loyalty-card-points-badge {
        border-radius: 14px;
        min-width: 84px;
        padding: 0.45rem 0.6rem 0.5rem;
        right: 0.7rem;
        top: 0.7rem;
    }
    .loyalty-card-points-badge span,
    .loyalty-card-points-badge small {
        font-size: 0.62rem;
    }
    .loyalty-card-visual-bottom {
        grid-template-columns: 1fr;
        height: auto;
        min-height: 240px;
        padding-bottom: 4.5rem;
        text-align: center;
    }
    .loyalty-card-avatar {
        justify-self: center;
    }
    .loyalty-card-divider {
        display: none;
    }
    .loyalty-card-code-panel {
        width: min(100%, 320px);
        justify-self: center;
    }
}

/* Tabelas em mobile: scroll horizontal quando necessário */
@media (max-width: 768px) {
    .data-table,
    .cart-items,
    .checkout-items {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .data-table {
        display: block;
    }
}

/* Formulários: inputs a 100% em ecrãs pequenos */
@media (max-width: 576px) {
    .profile-avatar-field {
        align-items: flex-start;
        flex-direction: column;
    }
    .profile-avatar-preview {
        height: 84px;
        width: 84px;
    }
    .form-control,
    input[type="text"],
    input[type="email"],
    input[type="number"],
    input[type="tel"],
    select,
    textarea {
        width: 100%;
        max-width: none;
    }
    .form-group {
        width: 100%;
    }
}

body.loyalty-card-fullscreen-open {
    overflow: hidden;
}

.loyalty-card-display.is-card-fullscreen,
.loyalty-card-display:fullscreen,
.loyalty-card-display:-webkit-full-screen {
    aspect-ratio: auto;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    height: 100vh;
    height: 100dvh;
    inset: 0;
    margin: 0;
    max-width: none;
    min-height: 0;
    padding: 0;
    padding:
        env(safe-area-inset-top)
        env(safe-area-inset-right)
        env(safe-area-inset-bottom)
        env(safe-area-inset-left);
    position: fixed;
    width: 100vw;
    z-index: 100000;
}

.loyalty-card-display.is-card-fullscreen .loyalty-card-visual-top,
.loyalty-card-display:fullscreen .loyalty-card-visual-top,
.loyalty-card-display:-webkit-full-screen .loyalty-card-visual-top {
    flex: 0 0 54%;
    height: auto;
    min-height: 0;
}

.loyalty-card-display.is-card-fullscreen .loyalty-card-visual-bottom,
.loyalty-card-display:fullscreen .loyalty-card-visual-bottom,
.loyalty-card-display:-webkit-full-screen .loyalty-card-visual-bottom {
    flex: 1 1 auto;
    height: auto;
    min-height: 0;
    overflow-y: auto;
}

@media (orientation: landscape) and (max-height: 520px) {
    .loyalty-card-display.is-card-fullscreen .loyalty-card-visual-top,
    .loyalty-card-display:fullscreen .loyalty-card-visual-top,
    .loyalty-card-display:-webkit-full-screen .loyalty-card-visual-top {
        flex-basis: 48%;
    }
}

/* Switch de disponibilidade de produto (admin) */
.product-availability-switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
}

.product-availability-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.product-availability-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e74c3c;
    transition: .4s;
    border-radius: 24px;
}

.product-availability-slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

.product-availability-switch input:checked + .product-availability-slider {
    background-color: #27ae60;
}

.product-availability-switch input:checked + .product-availability-slider:before {
    transform: translateX(26px);
}

.product-availability-switch input:disabled + .product-availability-slider {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Ações de produtos */
.product-icon-link,
.product-icon-button {
    opacity: 1;
    transition: none;
}

.product-icon-button {
    border: none;
}

.product-icon-button-disabled {
    color: #94a3b8;
    cursor: not-allowed;
}

/* Home UX refresh: overrides seguros para menu público e cards */
.home-category-pill:focus-visible,
.product-action-control:focus-visible,
.home-search-form input[type="search"]:focus-visible {
    outline: 3px solid rgba(231, 76, 60, 0.22);
    outline-offset: 3px;
}

.product-actions {
    display: grid;
    gap: 0.55rem;
    grid-template-columns: 0.82fr 1.18fr;
    width: 100%;
}

.product-actions form {
    margin: 0;
}

.product-action-control {
    min-height: 44px;
    width: 100%;
}

.product-action-primary {
    background: #fff !important;
    border: 1px solid rgba(15, 23, 42, 0.16) !important;
    color: #111827 !important;
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.08);
}

.product-action-primary i,
.product-action-primary span {
    color: #111827 !important;
}

.product-action-primary:hover {
    background: #f8fafc !important;
    border-color: rgba(15, 23, 42, 0.28) !important;
    color: #111827 !important;
}

.product-card.is-search-hit {
    box-shadow: 0 0 0 3px rgba(231, 76, 60, 0.16), 0 14px 30px rgba(15, 23, 42, 0.1);
}

.product-card[style*="display: none"] {
    box-shadow: none;
}

@media (min-width: 761px) {
    .home-catalogue-card-simple {
        position: sticky;
        top: 0.75rem;
        z-index: 20;
        backdrop-filter: blur(16px);
    }
}

@media (max-width: 760px) {
    .hero-home {
        min-height: 310px;
    }

    .home-catalogue-intro {
        margin-top: -1.8rem;
    }

    .home-catalogue-card {
        border-radius: 22px;
        padding: 0.85rem;
    }

    .home-catalogue-card-simple {
        position: sticky;
        top: 0;
        z-index: 30;
        backdrop-filter: blur(16px);
    }

    .home-search-form {
        min-width: 100%;
    }

    .home-search-form input[type="search"] {
        padding-right: 5.8rem;
    }

    .home-category-pills {
        gap: 0.58rem;
        margin-inline: -0.15rem;
        padding-bottom: 0.45rem;
    }

    .home-category-pill {
        min-height: 48px;
        padding: 0.68rem 0.95rem;
    }

    .products-grid {
        gap: 1rem !important;
    }

    .product-card {
        border-radius: 20px;
    }

    .product-image,
    .product-image-placeholder {
        height: 160px;
    }

    .product-info,
    .product-card .product-info {
        padding: 0.9rem !important;
    }

    .product-name {
        font-size: 1.02rem;
        min-height: auto;
    }

    .product-card-feedback {
        column-gap: 10px !important;
        padding: 0.45rem 0.55rem;
    }

    .product-card-rating {
        margin-right: 4px !important;
    }

    .product-card-stars {
        margin-right: 8px !important;
    }

    .cookie-consent {
        padding: 0.55rem !important;
    }

    .cookie-consent-inner {
        align-items: stretch !important;
        border-radius: 18px;
        gap: 0.65rem !important;
        padding: 0.75rem !important;
    }

    .cookie-consent p {
        font-size: 0.78rem !important;
        line-height: 1.35 !important;
        text-align: left !important;
    }

    .cookie-consent-actions {
        display: grid !important;
        gap: 0.5rem !important;
        grid-template-columns: 1fr 1.35fr;
        width: 100%;
    }

    .cookie-consent-actions .btn {
        justify-content: center;
        min-height: 42px;
        padding: 0.55rem 0.65rem;
        width: 100%;
    }
}

/* Header com ações rápidas no estilo loja */
.nav-menu.nav-menu-actions {
    align-items: center;
    flex-wrap: nowrap;
    gap: 1.15rem;
    justify-content: flex-end;
}

.nav-top-action,
.nav-menu a.nav-top-action,
.nav-top-action.nav-user-toggle {
    appearance: none;
    background: transparent;
    border: 0;
    border-radius: 14px;
    box-shadow: none;
    color: #050505 !important;
    cursor: pointer;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.22rem;
    min-width: 78px;
    padding: 0.2rem 0.25rem;
    text-align: center;
    text-decoration: none;
    transition: color 0.18s ease, transform 0.18s ease;
}

.nav-top-action i,
.nav-top-action.nav-user-toggle i:first-child {
    color: #050505;
    font-size: 1.8rem;
    line-height: 1;
}

.nav-top-action > span,
.nav-top-cart > span:last-child {
    color: #050505;
    font-size: 0.98rem;
    font-weight: 500;
    line-height: 1.05;
    white-space: nowrap;
}

.nav-top-action:hover,
.nav-menu a.nav-top-action:hover,
.nav-top-action.nav-user-toggle:hover {
    background: transparent;
    color: var(--primary) !important;
    transform: translateY(-1px);
}

.nav-top-action:hover i,
.nav-top-action.nav-user-toggle:hover i:first-child,
.nav-top-action:hover > span,
.nav-top-cart:hover > span:last-child {
    color: var(--primary);
}

.nav-top-user-dropdown {
    display: inline-flex;
}

.nav-top-user-dropdown .nav-user-menu {
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 18px;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.16);
    margin-top: 0.65rem;
    min-width: 230px;
    padding: 0.45rem;
    right: 50%;
    top: 100%;
    transform: translateX(50%);
}

.nav-top-user-dropdown .nav-user-menu::before {
    content: "";
    position: absolute;
    top: -7px;
    left: 50%;
    width: 14px;
    height: 14px;
    background: #ffffff;
    border-left: 1px solid rgba(15, 23, 42, 0.1);
    border-top: 1px solid rgba(15, 23, 42, 0.1);
    transform: translateX(-50%) rotate(45deg);
}

.nav-top-user-dropdown .nav-user-menu a {
    border-radius: 13px;
    color: #050505;
    font-family: inherit;
    font-size: 0.98rem;
    font-weight: 500;
    gap: 0.75rem;
    padding: 0.78rem 0.85rem;
    position: relative;
}

.nav-top-user-dropdown .nav-user-menu a i {
    align-items: center;
    background: #f4f7fb;
    border-radius: 12px;
    color: #050505;
    display: inline-flex;
    font-size: 1.15rem;
    height: 2.2rem;
    justify-content: center;
    width: 2.2rem;
}

.nav-top-user-dropdown .nav-user-menu a:hover {
    background: #fff4ec;
    color: var(--primary);
}

.nav-top-user-dropdown .nav-user-menu a:hover i {
    background: #ffe8dd;
    color: var(--primary);
}

.nav-top-user-dropdown .nav-user-menu .nav-user-logout {
    border-top: 1px solid rgba(15, 23, 42, 0.08);
    color: #050505;
    margin-top: 0.3rem;
    padding-top: 0.85rem;
}

.nav-top-user-dropdown .nav-user-menu .nav-user-logout i {
    background: #f4f7fb;
    color: #050505;
}

.nav-top-cart-icon {
    display: inline-flex;
    position: relative;
}

.nav-top-cart .cart-badge {
    background: #24c900;
    border: 2px solid #ffffff;
    border-radius: 999px;
    box-shadow: 0 2px 8px rgba(34, 197, 94, 0.35);
    color: #ffffff !important;
    font-size: 0.72rem;
    font-weight: 900;
    height: 1.15rem;
    left: auto;
    line-height: 1;
    min-width: 1.95rem;
    padding: 0 0.38rem;
    position: absolute;
    right: -1.35rem;
    top: -0.72rem;
}

@media (max-width: 768px) {
    .nav-menu.nav-menu-actions {
        align-items: stretch;
        flex-direction: column;
        flex-wrap: nowrap;
        gap: 0.35rem;
        padding-top: 0.75rem;
    }

    .nav-top-action,
    .nav-menu a.nav-top-action,
    .nav-top-action.nav-user-toggle {
        flex-direction: row;
        gap: 0.7rem;
        justify-content: flex-start;
        min-height: 48px;
        min-width: 0;
        padding: 0.65rem 0.85rem;
        width: 100%;
    }

    .nav-top-action i,
    .nav-top-action.nav-user-toggle i:first-child {
        font-size: 1.35rem;
        text-align: center;
        width: 1.75rem;
    }

    .nav-top-user-dropdown {
        width: 100%;
    }

    .nav-top-user-dropdown .nav-user-menu {
        position: static;
        right: auto;
        transform: none;
        width: 100%;
    }

    .nav-top-cart .cart-badge {
        right: -1rem;
        top: -0.55rem;
    }
}
