/* ============================================
   BY PARAGUAI — DESIGN SYSTEM PREMIUM
   ============================================ */

/* ---------- CSS VARIABLES ---------- */
:root {
    /* Paleta de Cores */
    --red-promo: #FF2B2B;
    --red-promo-dark: #E02020;
    --blue-dark: #071B3B;
    --blue-dark-deeper: #050e24;
    --blue-paraguai: #0047FF;
    --blue-paraguai-light: #3366FF;
    --white: #FFFFFF;
    --bg-light: #F3F4F6;
    --text-primary: #1F2937;
    --text-secondary: #6B7280;
    --green-offer: #00C853;
    --green-whatsapp: #25D366;
    --yellow-highlight: #FFC107;
    --yellow-highlight-light: #FFD54F;

    /* Borders & Shadows */
    --border-light: #E5E7EB;
    --border-medium: #D1D5DB;
    --shadow-card: 0 2px 12px rgba(7, 27, 59, 0.07);
    --shadow-card-hover: 0 8px 30px rgba(7, 27, 59, 0.13);
    --shadow-header: 0 2px 20px rgba(7, 27, 59, 0.12);

    /* Border Radius */
    --radius-sm: 8px;
    --radius-md: 12px;
    --radius-lg: 16px;
    --radius-xl: 20px;
    --radius-pill: 9999px;

    /* Transitions */
    --transition-fast: 0.15s ease;
    --transition-base: 0.25s ease;
    --transition-smooth: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ---------- BASE / TYPOGRAPHY ---------- */
* {
    box-sizing: border-box;
}

body {
    font-family: "Inter", "Poppins", -apple-system, BlinkMacSystemFont, sans-serif;
    line-height: 1.6;
    color: var(--text-primary);
    background-color: var(--bg-light);
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4 {
    font-family: "Poppins", "Inter", sans-serif;
    font-weight: 700;
    color: var(--text-primary);
    line-height: 1.3;
}

h1 { font-weight: 800; }
h2 { font-weight: 700; }
h3 { font-weight: 600; }

p, a, span, label, li {
    font-family: "Inter", sans-serif;
}

a {
    text-decoration: none;
    color: inherit;
    transition: color var(--transition-fast);
}

/* ---------- LAYOUT CONTAINER ---------- */
.layout-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

@media (min-width: 1024px) {
    .layout-container {
        max-width: calc(100% - 60px);
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 1440px) {
    .layout-container {
        max-width: 1380px;
    }
}

/* ---------- TOP BAR ---------- */
.pp-topbar {
    background-color: var(--blue-dark-deeper);
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.75rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.pp-topbar a {
    color: rgba(255, 255, 255, 0.85);
    transition: color var(--transition-fast);
}

.pp-topbar a:hover {
    color: var(--yellow-highlight);
}

/* ---------- HEADER ---------- */
#app-header,
#app-header header,
#app-header header nav,
.pp-header {
    background-color: #FFFFFF !important;
    color: #1F2937;
}

#app-header a {
    color: #334155;
}

#app-header a:hover {
    color: #0047FF;
}


/* Search bar */
.pp-search-form {
    display: flex;
    width: 100%;
    align-items: center;
    background: var(--white);
    border-radius: var(--radius-pill);
    overflow: hidden;
    border: 2px solid transparent;
    transition: border-color var(--transition-base), box-shadow var(--transition-base);
    height: 46px;
}

.pp-search-form:focus-within {
    border-color: var(--blue-paraguai);
    box-shadow: 0 0 0 3px rgba(0, 71, 255, 0.15);
}

.pp-search-input {
    flex: 1;
    padding: 0 1rem;
    border: none;
    outline: none;
    font-size: 0.9rem;
    color: var(--text-primary);
    background: transparent;
    height: 100%;
}

.pp-search-input::placeholder {
    color: var(--text-secondary);
}

.pp-search-select {
    border: none;
    border-left: 1px solid var(--border-light);
    background: transparent;
    padding: 0 0.75rem;
    font-size: 0.8rem;
    color: var(--text-secondary);
    cursor: pointer;
    height: 100%;
    outline: none;
}

.pp-search-btn {
    background-color: var(--red-promo);
    color: var(--white);
    border: none;
    padding: 0 1.5rem;
    font-weight: 700;
    font-size: 0.9rem;
    cursor: pointer;
    transition: background-color var(--transition-fast);
    height: 100%;
    white-space: nowrap;
}

.pp-search-btn:hover {
    background-color: var(--red-promo-dark);
}

/* Header icons */
.pp-header-icon {
    color: rgba(255, 255, 255, 0.85);
    transition: color var(--transition-fast), transform var(--transition-fast);
    padding: 0.5rem;
    border-radius: var(--radius-sm);
}

.pp-header-icon:hover {
    color: var(--yellow-highlight);
    transform: scale(1.1);
}

/* Category dropdown */
.pp-cat-dropdown {
    background: var(--white);
    border: 1px solid var(--border-light);
    border-radius: var(--radius-lg);
    box-shadow: 0 16px 48px rgba(7, 27, 59, 0.15);
    padding: 1.5rem;
}

.pp-cat-dropdown a {
    color: var(--text-secondary);
    font-size: 0.875rem;
    transition: color var(--transition-fast);
}

.pp-cat-dropdown a:hover {
    color: var(--blue-paraguai);
}

.pp-cat-dropdown .font-bold {
    color: var(--text-primary);
}

/* ---------- HERO SLIDER ---------- */
.hero-home.splide {
    margin-top: 1rem;
}

.hero-home .splide__slide {
    opacity: 0.5;
    transition: opacity 0.4s ease, transform 0.4s ease;
    border-radius: var(--radius-xl) !important;
    overflow: hidden;
}

.hero-home .splide__slide.is-active {
    opacity: 1;
    transform: scale(1.01);
}

.hero-home .splide__pagination__page {
    background: rgba(7, 27, 59, 0.2);
    transition: background var(--transition-fast), transform var(--transition-fast);
}

.hero-home .splide__pagination__page.is-active {
    background: var(--red-promo);
    transform: scale(1.3);
}

.hero-home .splide__arrow {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    transition: background var(--transition-fast), transform var(--transition-fast);
}

.hero-home .splide__arrow:hover {
    background: var(--white);
    transform: scale(1.1);
}

.hero-home .splide__arrow svg {
    fill: var(--blue-dark);
}

/* ---------- SECTION HEADERS ---------- */
.pp-section-title {
    font-family: "Poppins", "Inter", sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-primary);
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.pp-section-title::before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 1.5em;
    background: var(--blue-paraguai);
    border-radius: 2px;
}

.pp-section-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    background: var(--blue-dark);
    color: var(--white);
    font-size: 0.6875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 0.25rem 0.75rem;
    border-radius: var(--radius-pill);
}

/* ---------- PRODUCT CARDS ---------- */
.pp-product-card {
    background: var(--white);
    border: 1px solid var(--border-light);
    border-radius: var(--radius-lg);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform var(--transition-smooth), box-shadow var(--transition-smooth);
    position: relative;
}

.pp-product-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-card-hover);
}

.pp-product-card .pp-card-image {
    background: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

.pp-product-card .pp-card-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform var(--transition-smooth);
}

.pp-product-card:hover .pp-card-image img {
    transform: scale(1.05);
}

.pp-card-body {
    padding: 1rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.pp-card-title {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--text-primary);
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 2.4em;
    transition: color var(--transition-fast);
}

.pp-product-card:hover .pp-card-title {
    color: var(--blue-paraguai);
}

.pp-card-price-label {
    font-size: 0.6875rem;
    color: var(--text-secondary);
    margin-top: 0.5rem;
    font-weight: 500;
}

.pp-card-price-usd {
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--text-primary);
    line-height: 1.2;
    font-family: "Poppins", "Inter", sans-serif;
}

.pp-card-price-brl {
    font-size: 0.8125rem;
    color: var(--text-secondary);
    font-weight: 500;
}

.pp-card-footer {
    background: var(--blue-dark);
    color: var(--white);
    padding: 0.5rem 1rem;
    font-size: 0.6875rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: auto;
    transition: background var(--transition-fast);
}

.pp-product-card:hover .pp-card-footer {
    background: var(--blue-paraguai);
}

/* Badge de desconto */
.pp-badge-discount {
    position: absolute;
    top: 0.75rem;
    left: 0.75rem;
    background: var(--red-promo);
    color: var(--white);
    font-size: 0.6875rem;
    font-weight: 700;
    padding: 0.25rem 0.625rem;
    border-radius: var(--radius-pill);
    z-index: 2;
    box-shadow: 0 2px 6px rgba(255, 43, 43, 0.3);
}

/* Badge TOP OFERTA */
.pp-badge-top {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    background: var(--yellow-highlight);
    color: var(--blue-dark);
    font-size: 0.625rem;
    font-weight: 800;
    padding: 0.25rem 0.625rem;
    border-radius: var(--radius-pill);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    z-index: 2;
    animation: pp-pulse-badge 2s ease-in-out infinite;
}

@keyframes pp-pulse-badge {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

/* Badge Recomendado */
.pp-badge-recommended {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    background: var(--yellow-highlight);
    color: var(--blue-dark);
    font-size: 0.6875rem;
    font-weight: 700;
    padding: 0.25rem 0.625rem;
    border-radius: var(--radius-pill);
    box-shadow: 0 2px 6px rgba(255, 193, 7, 0.3);
}

/* Preço promocional */
.pp-price-promo {
    color: var(--green-offer) !important;
    font-weight: 800 !important;
}

.pp-price-original {
    color: var(--text-secondary);
    text-decoration: line-through;
    font-size: 0.75rem;
}

/* ---------- CATEGORY ICONS ---------- */
.pp-category-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem;
    border-radius: var(--radius-md);
    background: var(--white);
    border: 1px solid var(--border-light);
    transition: all var(--transition-smooth);
    cursor: pointer;
}

.pp-category-icon:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 71, 255, 0.12);
    border-color: var(--blue-paraguai);
}

.pp-category-icon .icon-circle {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(0, 71, 255, 0.08), rgba(0, 71, 255, 0.03));
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background var(--transition-base), transform var(--transition-fast);
}

.pp-category-icon:hover .icon-circle {
    background: linear-gradient(135deg, rgba(0, 71, 255, 0.15), rgba(0, 71, 255, 0.08));
    transform: scale(1.1);
}

.pp-category-icon span {
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--text-primary);
    text-align: center;
}

.pp-category-icon.highlight {
    background: var(--yellow-highlight);
    border-color: var(--yellow-highlight);
}

.pp-category-icon.highlight .icon-circle {
    background: rgba(0, 0, 0, 0.1);
}

/* ---------- STORE LOGOS ---------- */
.stores_logos .splide__slide {
    transition: opacity 0.3s, transform 0.3s;
}

.stores_logos .splide__slide img {
    border: 2px solid var(--border-light);
    transition: border-color var(--transition-fast), transform var(--transition-fast), box-shadow var(--transition-fast);
}

.stores_logos .splide__slide img:hover {
    border-color: var(--blue-paraguai);
    transform: scale(1.08);
    box-shadow: 0 4px 12px rgba(0, 71, 255, 0.15);
}

/* ---------- BUTTONS ---------- */
.pp-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    background: var(--red-promo);
    color: var(--white);
    font-weight: 700;
    font-size: 0.875rem;
    padding: 0.625rem 1.25rem;
    border-radius: var(--radius-sm);
    border: none;
    cursor: pointer;
    transition: all var(--transition-fast);
    box-shadow: 0 2px 8px rgba(255, 43, 43, 0.25);
}

.pp-btn-primary:hover {
    background: var(--red-promo-dark);
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(255, 43, 43, 0.35);
}

.pp-btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    background: var(--blue-dark);
    color: var(--white);
    font-weight: 600;
    font-size: 0.875rem;
    padding: 0.625rem 1.25rem;
    border-radius: var(--radius-sm);
    border: none;
    cursor: pointer;
    transition: all var(--transition-fast);
}

.pp-btn-secondary:hover {
    background: var(--blue-paraguai);
    transform: translateY(-1px);
}

.pp-btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    background: transparent;
    color: var(--blue-dark);
    font-weight: 600;
    font-size: 0.875rem;
    padding: 0.5rem 1.25rem;
    border-radius: var(--radius-sm);
    border: 2px solid var(--blue-dark);
    cursor: pointer;
    transition: all var(--transition-fast);
}

.pp-btn-outline:hover {
    background: var(--blue-dark);
    color: var(--white);
}

/* ---------- SLIDER NAV BUTTONS ---------- */
.pp-slider-nav {
    width: 2.25rem;
    height: 2.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1.5px solid var(--border-medium);
    background: var(--white);
    color: var(--text-primary);
    cursor: pointer;
    transition: all var(--transition-fast);
}

.pp-slider-nav:hover {
    border-color: var(--blue-paraguai);
    color: var(--blue-paraguai);
    box-shadow: 0 2px 8px rgba(0, 71, 255, 0.15);
}

/* ---------- FOOTER ---------- */
.pp-footer {
    background: linear-gradient(180deg, var(--blue-dark) 0%, var(--blue-dark-deeper) 100%);
    color: rgba(255, 255, 255, 0.8);
}

.pp-footer h3 {
    color: var(--yellow-highlight);
    font-family: "Poppins", "Inter", sans-serif;
    font-size: 0.9375rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.pp-footer a {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.8125rem;
    transition: color var(--transition-fast), padding-left var(--transition-fast);
}

.pp-footer a:hover {
    color: var(--white);
    padding-left: 4px;
}

.pp-footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    color: var(--text-secondary);
    font-size: 0.75rem;
}

.pp-footer-social a {
    color: rgba(255, 255, 255, 0.6);
    transition: color var(--transition-fast), transform var(--transition-fast);
}

.pp-footer-social a:hover {
    color: var(--blue-paraguai);
    transform: scale(1.15);
}

/* ---------- WHATSAPP FLOATING BUTTON ---------- */
.pp-whatsapp-float {
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--green-whatsapp);
    color: var(--white);
    box-shadow: 0 4px 16px rgba(37, 211, 102, 0.4);
    cursor: pointer;
    transition: transform var(--transition-fast), box-shadow var(--transition-fast);
    animation: pp-whatsapp-pulse 2s ease-in-out infinite;
}

.pp-whatsapp-float:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 24px rgba(37, 211, 102, 0.5);
}

@keyframes pp-whatsapp-pulse {
    0%, 100% { box-shadow: 0 4px 16px rgba(37, 211, 102, 0.4); }
    50% { box-shadow: 0 4px 24px rgba(37, 211, 102, 0.6), 0 0 0 8px rgba(37, 211, 102, 0.1); }
}

/* ---------- BREADCRUMBS ---------- */
.pp-breadcrumb {
    font-size: 0.8125rem;
    color: var(--text-secondary);
}

.pp-breadcrumb a {
    color: var(--text-secondary);
    transition: color var(--transition-fast);
}

.pp-breadcrumb a:hover {
    color: var(--blue-paraguai);
}

.pp-breadcrumb .separator {
    margin: 0 0.5rem;
    color: var(--border-medium);
}

/* ---------- PRODUCT DETAIL ---------- */
.pp-product-detail {
    background: var(--white);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-card);
    overflow: hidden;
}

.pp-price-box {
    background: linear-gradient(135deg, var(--bg-light) 0%, rgba(0, 71, 255, 0.03) 100%);
    border-radius: var(--radius-md);
    padding: 1.25rem;
}

.pp-price-box .price-big {
    font-family: "Poppins", "Inter", sans-serif;
    font-size: 2rem;
    font-weight: 800;
    color: var(--text-primary);
}

.pp-offer-card {
    background: var(--white);
    border: 1px solid var(--border-light);
    border-radius: var(--radius-md);
    padding: 1rem;
    transition: border-color var(--transition-fast), box-shadow var(--transition-fast);
}

.pp-offer-card:hover {
    border-color: var(--blue-paraguai);
    box-shadow: 0 4px 16px rgba(0, 71, 255, 0.08);
}

.pp-badge-available {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    background: rgba(0, 200, 83, 0.08);
    color: var(--green-offer);
    border: 1px solid rgba(0, 200, 83, 0.2);
    font-size: 0.6875rem;
    font-weight: 600;
    padding: 0.2rem 0.5rem;
    border-radius: var(--radius-sm);
}

/* ---------- FILTERS SIDEBAR ---------- */
.pp-filter-sidebar {
    background: var(--white);
    border-radius: var(--radius-lg);
    border: 1px solid var(--border-light);
    box-shadow: var(--shadow-card);
}

.pp-filter-sidebar input[type="checkbox"] {
    accent-color: var(--blue-paraguai);
}

.pp-filter-sidebar select {
    border: 1px solid var(--border-light);
    border-radius: var(--radius-sm);
    transition: border-color var(--transition-fast);
}

.pp-filter-sidebar select:focus {
    border-color: var(--blue-paraguai);
    box-shadow: 0 0 0 3px rgba(0, 71, 255, 0.1);
}

/* ---------- PAGINATION ---------- */
.pp-pagination nav span,
.pp-pagination nav a {
    border-radius: var(--radius-sm) !important;
    transition: all var(--transition-fast) !important;
}

.pp-pagination nav span[aria-current="page"] span {
    background: var(--blue-paraguai) !important;
    border-color: var(--blue-paraguai) !important;
}

.pp-pagination nav a:hover {
    background: var(--bg-light) !important;
    border-color: var(--blue-paraguai) !important;
    color: var(--blue-paraguai) !important;
}

/* ---------- MOBILE MENU ---------- */
.pp-mobile-menu {
    background: var(--white);
}

.pp-mobile-menu-header {
    background: var(--blue-dark);
    color: var(--white);
    padding: 1.25rem;
}

.pp-mobile-menu-header .pp-avatar {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
}

.pp-mobile-menu a,
.pp-mobile-menu button {
    transition: background var(--transition-fast), color var(--transition-fast);
}

.pp-mobile-menu a:hover,
.pp-mobile-menu button:hover {
    background: var(--bg-light);
    color: var(--blue-paraguai);
}

/* ---------- BANNER ---------- */
.banner-image {
    width: 100%;
    border-radius: var(--radius-lg);
    object-fit: cover;
}

/* ---------- SCROLLBAR CUSTOM ---------- */
.no-scrollbar::-webkit-scrollbar { display: none; }
.no-scrollbar { -ms-overflow-style: none; scrollbar-width: none; }

.custom-scrollbar::-webkit-scrollbar { width: 5px; }
.custom-scrollbar::-webkit-scrollbar-track { background: var(--bg-light); border-radius: 3px; }
.custom-scrollbar::-webkit-scrollbar-thumb { background: var(--border-medium); border-radius: 3px; }
.custom-scrollbar::-webkit-scrollbar-thumb:hover { background: var(--text-secondary); }

/* ============================================
   AUTOCOMPLETE DROPDOWN
   ============================================ */
.autocomplete-dropdown {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    background: var(--white);
    border: 1px solid var(--border-light);
    border-radius: var(--radius-md);
    box-shadow: 0 8px 30px rgba(7, 27, 59, 0.12), 0 2px 8px rgba(7, 27, 59, 0.06);
    z-index: 9999;
    max-height: 480px;
    overflow-y: auto;
    overflow-x: hidden;
    animation: autocomplete-slide-down 0.2s ease-out;
}

@keyframes autocomplete-slide-down {
    from { opacity: 0; transform: translateY(-8px); }
    to { opacity: 1; transform: translateY(0); }
}

.autocomplete-dropdown::-webkit-scrollbar { width: 6px; }
.autocomplete-dropdown::-webkit-scrollbar-track { background: transparent; }
.autocomplete-dropdown::-webkit-scrollbar-thumb { background: var(--border-medium); border-radius: 3px; }

.autocomplete-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 16px;
    text-decoration: none;
    color: var(--text-primary);
    border-bottom: 1px solid var(--bg-light);
    transition: background-color var(--transition-fast), border-left-color var(--transition-fast);
    border-left: 3px solid transparent;
    cursor: pointer;
}

.autocomplete-item:last-of-type { border-bottom: none; }

.autocomplete-item:hover,
.autocomplete-item--active {
    background-color: rgba(0, 71, 255, 0.03);
    border-left-color: var(--blue-paraguai);
}

.autocomplete-item__img {
    width: 52px;
    height: 52px;
    min-width: 52px;
    border-radius: var(--radius-sm);
    overflow: hidden;
    background: var(--bg-light);
    border: 1px solid var(--border-light);
    display: flex;
    align-items: center;
    justify-content: center;
}

.autocomplete-item__img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    mix-blend-mode: multiply;
}

.autocomplete-item__placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.autocomplete-item__info {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.autocomplete-item__title {
    font-size: 0.8125rem;
    font-weight: 500;
    line-height: 1.35;
    color: var(--text-primary);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.autocomplete-item__brand {
    font-size: 0.6875rem;
    color: var(--text-secondary);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.autocomplete-item__price {
    white-space: nowrap;
    text-align: right;
}

.autocomplete-item__price span {
    font-size: 0.8125rem;
    font-weight: 700;
    color: var(--green-offer);
}

.autocomplete-highlight {
    background-color: rgba(255, 193, 7, 0.25);
    color: var(--text-primary);
    padding: 0 2px;
    border-radius: 2px;
    font-weight: inherit;
}

mark.autocomplete-highlight {
    background-color: rgba(255, 193, 7, 0.25);
}

.autocomplete-loading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 24px 16px;
    color: var(--text-secondary);
    font-size: 0.8125rem;
}

.autocomplete-spinner {
    width: 20px;
    height: 20px;
    border: 2.5px solid var(--border-light);
    border-top-color: var(--blue-paraguai);
    border-radius: 50%;
    animation: autocomplete-spin 0.7s linear infinite;
}

@keyframes autocomplete-spin {
    to { transform: rotate(360deg); }
}

.autocomplete-empty {
    text-align: center;
    padding: 28px 16px;
    color: var(--text-secondary);
    font-size: 0.8125rem;
}

.autocomplete-see-all {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 12px 16px;
    background: var(--bg-light);
    border-top: 1px solid var(--border-light);
    color: var(--blue-paraguai);
    font-size: 0.8125rem;
    font-weight: 600;
    text-decoration: none;
    transition: background-color var(--transition-fast);
    border-radius: 0 0 var(--radius-md) var(--radius-md);
}

.autocomplete-see-all:hover {
    background: rgba(0, 71, 255, 0.06);
}

/* ---------- TRANSITIONS (Vue) ---------- */
.slide-right-enter-from,
.slide-right-leave-to {
    transform: translateX(-100%);
    opacity: 0;
}

.slide-right-enter-active,
.slide-right-leave-active,
.slide-left-enter-active,
.slide-left-leave-active {
    transition: all 0.3s ease;
}

.slide-right-enter-to,
.slide-right-leave-from {
    transform: translateX(0);
    opacity: 1;
}

.slide-left-enter-from,
.slide-left-leave-to {
    transform: translateX(100%);
    opacity: 0;
}

.slide-left-enter-to,
.slide-left-leave-from {
    transform: translateX(0);
    opacity: 1;
}

.fade-enter-active, .fade-leave-active {
    transition: opacity 0.3s ease;
}

.fade-enter-from, .fade-leave-to {
    opacity: 0;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 768px) {
    .pp-search-form {
        height: 42px;
        border-radius: var(--radius-sm);
    }

    .pp-product-card:hover {
        transform: none;
    }

    .pp-section-title {
        font-size: 1.125rem;
    }

    .autocomplete-dropdown {
        border-radius: var(--radius-sm);
        max-height: 360px;
        left: -1rem;
        right: -1rem;
    }

    .autocomplete-item {
        padding: 8px 12px;
        gap: 10px;
    }

    .autocomplete-item__img {
        width: 44px;
        height: 44px;
        min-width: 44px;
        border-radius: 6px;
    }

    .autocomplete-item__title {
        font-size: 0.75rem;
    }

    .autocomplete-item__price span {
        font-size: 0.75rem;
    }

    .pp-whatsapp-float {
        width: 50px;
        height: 50px;
        bottom: 1rem;
        right: 1rem;
    }
}

/* ---------- UTILITY CLASSES ---------- */
.text-promo { color: var(--red-promo); }
.text-blue-dark { color: var(--blue-dark); }
.text-blue-py { color: var(--blue-paraguai); }
.text-green-offer { color: var(--green-offer); }
.text-yellow-hl { color: var(--yellow-highlight); }
.bg-blue-dark { background-color: var(--blue-dark); }
.bg-blue-py { background-color: var(--blue-paraguai); }
.bg-promo { background-color: var(--red-promo); }
.bg-section { background-color: var(--bg-light); }
.border-pp { border-color: var(--border-light); }