/**
 * Muro Loco - Visual Identity
 * Gradient background matching banner-promo-ticker.html
 * Animated gradient + bouncing "%" icon
 */

/* ==========================================================================
   Muro Loco Gradient & Animations
   ========================================================================== */

/* Muro Loco - Visual effects + animation */
.wow_hdr_innr_left > a.ram-muro-loco-gradient,
a.ram-muro-loco-gradient {
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.5) !important;
    overflow: visible !important;
    animation: ram-muro-loco-gradient 15s ease infinite !important;
}

/* White icon colors with bounce animation */
.ram-muro-loco-gradient svg {
    animation: ram-muro-loco-bounce 2s ease-in-out infinite !important;
}

.ram-muro-loco-gradient svg path,
.ram-muro-loco-gradient svg circle {
    fill: #ffffff !important;
    stroke: #ffffff !important;
}

/* Hover effects */
.ram-muro-loco-gradient:hover {
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.6) !important;
    transform: translateY(-2px) !important;
}

.ram-muro-loco-gradient:hover svg {
    animation: ram-muro-loco-bounce-fast 1s ease-in-out infinite !important;
}

/* Gradient animation - matches banner */
@keyframes ram-muro-loco-gradient {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* Bounce animation for "%" icon */
@keyframes ram-muro-loco-bounce {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-4px) scale(1.05);
    }
}

/* Faster bounce on hover */
@keyframes ram-muro-loco-bounce-fast {
    0%, 100% {
        transform: translateY(0) scale(1.1);
    }
    50% {
        transform: translateY(-6px) scale(1.15);
    }
}

/* ==========================================================================
   Mobile - Element Ordering
   ========================================================================== */

@media (max-width: 768px) {
    .side_slide_menu {
        order: 1 !important;
    }

    .ram-muro-loco-gradient {
        order: 2 !important;
    }

    .header-brand {
        order: 3 !important;
    }

    .nav.navbar-nav {
        order: 4 !important;
    }
}
/* Muro Loco - Crazy Design */
/* Header Carousel Container */
.muro-loco-carousel {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
    border-radius: 16px;
    height: 180px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.3);
}

.muro-loco-header {
    background: linear-gradient(135deg,
        #ff3e9a 0%,
        #9c27b0 18%,
        #5e35b1 35%,
        #1e88e5 50%,
        #00c853 65%,
        #fdd835 82%,
        #ff3e9a 100%);
    background-size: 400% 400%;
    animation: muro-loco-gradient 8s ease infinite;
    border-radius: 16px;
    padding: 22px 28px 10px 28px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    opacity: 0;
    transform: scale(0.95);
    transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
}

@keyframes muro-loco-gradient {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.muro-loco-header.active {
    opacity: 1;
    transform: scale(1);
    pointer-events: auto;
}

.muro-loco-header.exit {
    opacity: 0;
    transform: scale(1.02);
}

/* Carousel Indicators - Fixed at top */
.muro-loco-indicators {
    position: absolute;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 10;
}

.muro-loco-indicator {
    width: 24px;
    height: 4px;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    transition: all 0.3s ease;
}

.muro-loco-indicator:hover {
    background: rgba(255, 255, 255, 0.7);
}

.muro-loco-indicator.active {
    background: #fff;
    width: 32px;
}

/* Floating bubbles */
.muro-loco-bubbles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
    z-index: 0;
}

.muro-loco-bubble {
    position: absolute;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    animation: muro-loco-float 6s ease-in-out infinite;
}

.muro-loco-bubble:nth-child(1) { width: 40px; height: 40px; left: 10%; animation-delay: 0s; }
.muro-loco-bubble:nth-child(2) { width: 25px; height: 25px; left: 30%; animation-delay: 1s; }
.muro-loco-bubble:nth-child(3) { width: 35px; height: 35px; left: 50%; animation-delay: 2s; }
.muro-loco-bubble:nth-child(4) { width: 20px; height: 20px; left: 70%; animation-delay: 3s; }
.muro-loco-bubble:nth-child(5) { width: 30px; height: 30px; left: 85%; animation-delay: 4s; }

@keyframes muro-loco-float {
    0%, 100% { transform: translateY(100px) scale(0); opacity: 0; }
    10% { opacity: 1; }
    50% { transform: translateY(-20px) scale(1); opacity: 0.8; }
    90% { opacity: 0; }
}


/* ========================================
   PROFESSIONAL STAGE SPOTLIGHTS - Hyper Realistic
   Multi-layer volumetric lighting with god rays
   ======================================== */
.muro-loco-spotlight-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: 0;
}

/* Main spotlight beam - volumetric light cone */
.muro-loco-spotlight-beam {
    position: absolute;
    bottom: -80px;
    width: 140px;
    height: 500%;
    transform-origin: bottom center;
    filter: blur(8px);
    mix-blend-mode: screen;

    /* Multi-layer gradient for realistic light dispersion */
    background:
        /* Core beam - brightest */
        radial-gradient(
            ellipse at bottom,
            rgba(255,255,255,0.95) 0%,
            rgba(255,255,255,0.7) 5%,
            rgba(255,255,255,0.45) 15%,
            rgba(255,255,255,0.25) 30%,
            rgba(255,255,255,0.12) 50%,
            rgba(255,255,255,0.05) 70%,
            rgba(255,255,255,0.02) 85%,
            transparent 100%
        );

    /* God rays effect - layered */
    box-shadow:
        inset 0 0 80px rgba(255,255,255,0.4),
        inset 0 0 40px rgba(255,255,255,0.6),
        0 0 100px rgba(255,255,255,0.3);
}

/* Inner core - hot spot */
.muro-loco-spotlight-beam::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 100%;
    background: radial-gradient(
        ellipse at bottom,
        rgba(255,255,255,0.8) 0%,
        rgba(255,255,255,0.4) 10%,
        rgba(255,255,255,0.15) 25%,
        transparent 50%
    );
    filter: blur(4px);
}

/* Outer glow - atmospheric scattering */
.muro-loco-spotlight-beam::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 140%;
    height: 100%;
    background: radial-gradient(
        ellipse at bottom,
        rgba(255,255,255,0.15) 0%,
        rgba(255,255,255,0.08) 20%,
        rgba(255,255,255,0.03) 40%,
        transparent 60%
    );
    filter: blur(15px);
}

/* Individual spotlight positions and animations */
.muro-loco-spotlight-beam:nth-child(1) {
    left: 50%;
    transform: translateX(-50%) rotate(0deg);
    animation: muro-loco-beam-center 4.5s ease-in-out infinite;
    width: 150px;
    opacity: 1;
    filter: blur(6px);
}

.muro-loco-spotlight-beam:nth-child(2) {
    left: 50%;
    transform: translateX(-50%) rotate(-18deg);
    animation: muro-loco-beam-left 5s ease-in-out infinite 0.5s;
    opacity: 0.85;
    width: 130px;
}

.muro-loco-spotlight-beam:nth-child(3) {
    left: 50%;
    transform: translateX(-50%) rotate(18deg);
    animation: muro-loco-beam-right 5s ease-in-out infinite 1s;
    opacity: 0.85;
    width: 130px;
}

.muro-loco-spotlight-beam:nth-child(4) {
    left: 50%;
    transform: translateX(-50%) rotate(-35deg);
    animation: muro-loco-beam-far-left 5.5s ease-in-out infinite 0.3s;
    opacity: 0.65;
    width: 110px;
}

.muro-loco-spotlight-beam:nth-child(5) {
    left: 50%;
    transform: translateX(-50%) rotate(35deg);
    animation: muro-loco-beam-far-right 5.5s ease-in-out infinite 0.8s;
    opacity: 0.65;
    width: 110px;
}

.muro-loco-spotlight-beam:nth-child(6) {
    left: 50%;
    transform: translateX(-50%) rotate(-52deg);
    animation: muro-loco-beam-outer-left 6s ease-in-out infinite 1.2s;
    opacity: 0.45;
    width: 90px;
}

.muro-loco-spotlight-beam:nth-child(7) {
    left: 50%;
    transform: translateX(-50%) rotate(52deg);
    animation: muro-loco-beam-outer-right 6s ease-in-out infinite 0.2s;
    opacity: 0.45;
    width: 90px;
}

/* Realistic spotlight movements - gentle sway */
@keyframes muro-loco-beam-center {
    0%, 100% {
        transform: translateX(-50%) rotate(-4deg);
        opacity: 1;
        filter: blur(6px) brightness(1);
    }
    50% {
        transform: translateX(-50%) rotate(4deg);
        opacity: 0.95;
        filter: blur(7px) brightness(1.1);
    }
}

@keyframes muro-loco-beam-left {
    0%, 100% {
        transform: translateX(-50%) rotate(-15deg);
        opacity: 0.85;
    }
    50% {
        transform: translateX(-50%) rotate(-22deg);
        opacity: 0.75;
    }
}

@keyframes muro-loco-beam-right {
    0%, 100% {
        transform: translateX(-50%) rotate(15deg);
        opacity: 0.85;
    }
    50% {
        transform: translateX(-50%) rotate(22deg);
        opacity: 0.75;
    }
}

@keyframes muro-loco-beam-far-left {
    0%, 100% {
        transform: translateX(-50%) rotate(-32deg);
        opacity: 0.65;
    }
    50% {
        transform: translateX(-50%) rotate(-42deg);
        opacity: 0.55;
    }
}

@keyframes muro-loco-beam-far-right {
    0%, 100% {
        transform: translateX(-50%) rotate(32deg);
        opacity: 0.65;
    }
    50% {
        transform: translateX(-50%) rotate(42deg);
        opacity: 0.55;
    }
}

@keyframes muro-loco-beam-outer-left {
    0%, 100% {
        transform: translateX(-50%) rotate(-48deg);
        opacity: 0.45;
    }
    50% {
        transform: translateX(-50%) rotate(-58deg);
        opacity: 0.35;
    }
}

@keyframes muro-loco-beam-outer-right {
    0%, 100% {
        transform: translateX(-50%) rotate(48deg);
        opacity: 0.45;
    }
    50% {
        transform: translateX(-50%) rotate(58deg);
        opacity: 0.35;
    }
}

/* Professional lighting fixture at bottom - lens and housing */
.muro-loco-spotlight-source {
    position: absolute;
    bottom: -85px;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 90px;
    animation: muro-loco-source-pulse 3s ease-in-out infinite;

    /* Realistic light source with lens flare */
    background:
        /* Main lens glow */
        radial-gradient(
            ellipse 80px 40px at center bottom,
            rgba(255,255,255,1) 0%,
            rgba(255,255,255,0.95) 15%,
            rgba(255,255,255,0.7) 35%,
            rgba(255,255,255,0.4) 55%,
            rgba(255,255,255,0.15) 75%,
            transparent 100%
        );

    box-shadow:
        /* Inner glow - hot core */
        0 0 30px rgba(255,255,255,0.9),
        /* Mid glow */
        0 0 60px rgba(255,255,255,0.6),
        /* Outer atmospheric glow */
        0 0 100px rgba(255,255,255,0.3),
        /* Lens flare effect */
        0 -10px 40px rgba(255,255,255,0.5);

    filter: blur(2px);
}

/* Lens flare rays */
.muro-loco-spotlight-source::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 250px;
    height: 120px;
    background:
        radial-gradient(
            ellipse at center bottom,
            rgba(255,255,255,0.4) 0%,
            rgba(255,255,255,0.2) 20%,
            rgba(255,255,255,0.08) 40%,
            transparent 60%
        );
    filter: blur(8px);
}

/* Secondary lens reflection */
.muro-loco-spotlight-source::after {
    content: '';
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 30px;
    background: radial-gradient(
        ellipse at center,
        rgba(255,255,255,0.8) 0%,
        rgba(255,255,255,0.4) 40%,
        transparent 70%
    );
    filter: blur(1px);
    animation: muro-loco-lens-flare 2s ease-in-out infinite;
}

@keyframes muro-loco-source-pulse {
    0%, 100% {
        opacity: 0.9;
        transform: translateX(-50%) scale(1);
        filter: blur(2px) brightness(1);
    }
    50% {
        opacity: 1;
        transform: translateX(-50%) scale(1.08);
        filter: blur(3px) brightness(1.15);
    }
}

@keyframes muro-loco-lens-flare {
    0%, 100% {
        opacity: 0.6;
        transform: translateX(-50%) scale(1);
    }
    50% {
        opacity: 0.9;
        transform: translateX(-50%) scale(1.2);
    }
}

/* ========================================
   PRO RAIN EFFECT - Continuous falling icons
   - Random positions and sizes
   - Blur + fade at bottom
   - Pass through and dissolve effect
   ======================================== */
/* ===========================================
   Rain Effect - DRY Refactored #192
   Styles generated via JS, single animation
   =========================================== */
.muro-loco-rain-container {
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    height: calc(100% + 60px);
    pointer-events: none;
    z-index: 2;
    overflow: visible;
    contain: layout style paint;
}

/* Base rain drop - styles applied via JS inline */
.muro-loco-rain-drop {
    position: absolute;
    top: -30px;
    color: rgba(255, 255, 255, 0.7);
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
    z-index: 5;
    will-change: transform, opacity;
    animation: rain-fall linear infinite;
}

/* Single unified animation - no filter:blur for performance */
@keyframes rain-fall {
    0% {
        transform: translateY(0) rotate(0deg) scale(1);
        opacity: 0;
    }
    5% {
        opacity: 0.7;
    }
    30% {
        transform: translateY(80px) rotate(8deg) scale(1);
        opacity: 0.6;
    }
    60% {
        transform: translateY(160px) rotate(-5deg) scale(0.9);
        opacity: 0.4;
    }
    80% {
        transform: translateY(210px) rotate(10deg) scale(0.6);
        opacity: 0.15;
    }
    100% {
        transform: translateY(280px) rotate(15deg) scale(0.2);
        opacity: 0;
    }
}


/* Slides 2-3: Standard layout (RAM Plaza, Unirse) */
.muro-loco-title-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 10;
    padding: 0;
    flex-shrink: 0;
}

.muro-loco-title h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 6px;
    position: relative;
    z-index: 10;
    line-height: 1.2;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.muro-loco-title h2 i {
    color: #fdd835;
    text-shadow: 0 0 15px rgba(253,216,53,0.8);
    margin-right: 12px;
    font-size: 26px;
}

/* Slide 1: MURO LOCO - Independent layout */
.muro-loco-slide-hero {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 18px 30px 10px 30px;
    box-sizing: border-box;
    gap: 0;
}

.muro-loco-hero-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 10;
    gap: 15px;
}

.muro-loco-hero-left {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    gap: 12px;
    flex-shrink: 0;
}

.muro-loco-title-hero {
    font-size: 62px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 6px;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 5px;
    color: #fff;
    line-height: 1;
    font-family: 'Impact', 'Arial Black', 'Helvetica Neue', sans-serif;
    text-shadow:
        4px 4px 0 rgba(0,0,0,0.9),
        -1px -1px 0 rgba(255,62,154,0.6),
        1px -1px 0 rgba(74,144,226,0.6),
        0 0 40px rgba(255,255,255,0.3);
    transform: skewY(-1deg);
}

.muro-loco-title-hero i {
    color: #fdd835;
    text-shadow:
        0 0 25px rgba(253,216,53,0.9),
        0 0 50px rgba(255,152,0,0.5),
        4px 4px 0 rgba(0,0,0,0.8);
    font-size: 56px;
    margin-right: 12px;
    animation: muro-loco-bolt-crazy 1.5s ease-in-out infinite;
}

.muro-loco-hero-subtitle {
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    margin: 0;
    font-weight: 500;
}

.muro-loco-hero-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 6px;
    flex-shrink: 1;
}

.muro-loco-hero-right .muro-loco-badges {
    gap: 6px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

@keyframes muro-loco-bolt-crazy {
    0% { transform: scale(1) rotate(0deg) translateY(0); }
    25% { transform: scale(1.15) rotate(-8deg) translateY(-2px); }
    50% { transform: scale(0.95) rotate(5deg) translateY(1px); }
    75% { transform: scale(1.1) rotate(-5deg) translateY(-1px); }
    100% { transform: scale(1) rotate(0deg) translateY(0); }
}

/* Individual letter styling - CRAZY MODE */
.muro-loco-letter {
    display: inline-block;
    animation: muro-loco-glitch 3s ease-in-out infinite;
    text-shadow: inherit;
    position: relative;
}

/* Each letter gets different colors, rotations - RAM palette - DISPAREJO */
.muro-loco-letter:nth-child(2) {
    color: #ff3e9a;
    animation-delay: 0s;
    transform: rotate(-10deg) translateY(5px) scale(1.05);
}
.muro-loco-letter:nth-child(3) {
    color: #ff6b35;
    animation-delay: 0.15s;
    transform: rotate(8deg) translateY(-6px) scale(0.95);
}
.muro-loco-letter:nth-child(4) {
    color: #fdd835;
    animation-delay: 0.3s;
    transform: rotate(-5deg) translateY(3px) scale(1.02);
}
.muro-loco-letter:nth-child(5) {
    color: #00c853;
    animation-delay: 0.45s;
    transform: rotate(12deg) translateY(-4px) scale(0.98);
}
.muro-loco-letter:nth-child(6) {
    color: transparent;
    animation: none;
    text-shadow: none;
} /* space */
.muro-loco-letter:nth-child(7) {
    color: #1e88e5;
    animation-delay: 0.6s;
    transform: rotate(-8deg) translateY(6px) scale(1.03);
}
.muro-loco-letter:nth-child(8) {
    color: #9c27b0;
    animation-delay: 0.75s;
    transform: rotate(6deg) translateY(-3px) scale(0.97);
}
.muro-loco-letter:nth-child(9) {
    color: #e040fb;
    animation-delay: 0.9s;
    transform: rotate(-9deg) translateY(4px) scale(1.04);
}
.muro-loco-letter:nth-child(10) {
    color: #ff4081;
    animation-delay: 1.05s;
    transform: rotate(11deg) translateY(-5px) scale(0.96);
}

@keyframes muro-loco-glitch {
    0%, 100% {
        transform: translateY(0) rotate(var(--rotate, 0deg)) scale(1);
    }
    20% {
        transform: translateY(-3px) rotate(calc(var(--rotate, 0deg) - 2deg)) scale(1.02);
    }
    40% {
        transform: translateY(1px) rotate(calc(var(--rotate, 0deg) + 1deg)) scale(0.99);
    }
    60% {
        transform: translateY(-1px) rotate(var(--rotate, 0deg)) scale(1.01);
    }
    80% {
        transform: translateY(2px) rotate(calc(var(--rotate, 0deg) + 1deg)) scale(1);
    }
}

.muro-loco-badges {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.muro-loco-badge {
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    font-family: 'Arial Black', 'Impact', sans-serif;
    animation: muro-loco-badge-wild 2s ease-in-out infinite;
    transform: rotate(-1deg);
    box-shadow:
        0 3px 10px rgba(0,0,0,0.4),
        inset 0 1px 0 rgba(255,255,255,0.3);
}

.muro-loco-badge:nth-child(1) {
    animation-delay: 0s;
    transform: rotate(-3deg);
}
.muro-loco-badge:nth-child(2) {
    animation-delay: 0.3s;
    transform: rotate(2deg);
}
.muro-loco-badge:nth-child(3) {
    animation-delay: 0.6s;
    transform: rotate(-1deg);
}

@keyframes muro-loco-badge-wild {
    0%, 100% {
        transform: translateY(0) rotate(var(--rotate, -2deg)) scale(1);
    }
    20% {
        transform: translateY(-4px) rotate(calc(var(--rotate, -2deg) + 3deg)) scale(1.05);
    }
    40% {
        transform: translateY(2px) rotate(calc(var(--rotate, -2deg) - 2deg)) scale(0.98);
    }
    60% {
        transform: translateY(-2px) rotate(calc(var(--rotate, -2deg) + 1deg)) scale(1.02);
    }
    80% {
        transform: translateY(1px) rotate(var(--rotate, -2deg)) scale(1);
    }
}

.muro-loco-badge.descuento {
    background: linear-gradient(135deg, #ff5252, #ff1744);
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
    position: relative;
    overflow: hidden;
}

/* Shine effect for all badges */
.muro-loco-badge::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,0.4),
        transparent
    );
    animation: muro-loco-shine 3s ease-in-out infinite;
}

.muro-loco-badge:nth-child(2)::before { animation-delay: 1s; }
.muro-loco-badge:nth-child(3)::before { animation-delay: 2s; }

@keyframes muro-loco-shine {
    0% { left: -100%; }
    20% { left: 100%; }
    100% { left: 100%; }
}

.muro-loco-badge.nuevo {
    background: linear-gradient(135deg, #00e676, #00c853);
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
    position: relative;
    overflow: hidden;
}

.muro-loco-badge.hot {
    background: linear-gradient(135deg, #ff9800, #f57c00);
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
    position: relative;
    overflow: hidden;
}

/* Fire effect for HOT badge */
.muro-loco-badge.hot::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: 120%;
    height: 8px;
    background: linear-gradient(
        90deg,
        transparent 0%,
        #ff5722 15%,
        #ffeb3b 30%,
        #ff9800 50%,
        #ffeb3b 70%,
        #ff5722 85%,
        transparent 100%
    );
    filter: blur(2px);
    animation: muro-loco-fire 0.8s ease-in-out infinite alternate;
    z-index: -1;
    border-radius: 50%;
}

@keyframes muro-loco-fire {
    0% {
        transform: translateX(-50%) scaleY(0.8) scaleX(0.9);
        opacity: 0.7;
    }
    100% {
        transform: translateX(-50%) scaleY(1.2) scaleX(1.1);
        opacity: 1;
    }
}

/* Hover micro-animations */
.muro-loco-badge:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 8px 25px rgba(0,0,0,0.3);
}

.muro-loco-badge.coming-soon {
    background: linear-gradient(135deg, #7c4dff, #536dfe);
    color: #fff;
    box-shadow: 0 4px 15px rgba(124, 77, 255, 0.4);
    position: relative;
    overflow: hidden;
}

.muro-loco-subtitle {
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    margin: 6px 0 0 0;
    font-weight: 500;
}

.muro-loco-cta {
    display: flex;
    align-items: center;
}

.muro-loco-btn-contact {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 14px 32px;
    background: linear-gradient(135deg, #fff 0%, #f5f5f5 100%);
    color: #1a1a2e;
    font-weight: 800;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 30px;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    animation: muro-loco-btn-pulse 2s ease-in-out infinite;
}

@keyframes muro-loco-btn-pulse {
    0%, 100% {
        box-shadow:
            0 4px 15px rgba(0, 0, 0, 0.25),
            0 0 20px rgba(255, 62, 154, 0.3);
    }
    50% {
        box-shadow:
            0 6px 20px rgba(0, 0, 0, 0.3),
            0 0 35px rgba(255, 62, 154, 0.5),
            0 0 50px rgba(255, 235, 59, 0.3);
    }
}

/* Continuous shine effect */
.muro-loco-btn-contact::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 62, 154, 0.3),
        rgba(255, 235, 59, 0.3),
        transparent
    );
    animation: muro-loco-btn-shine 2.5s ease-in-out infinite;
}

@keyframes muro-loco-btn-shine {
    0% { left: -100%; }
    50% { left: 100%; }
    100% { left: 100%; }
}

/* Glow ring effect */
.muro-loco-btn-contact::after {
    content: '';
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    border-radius: 35px;
    background: linear-gradient(135deg, #ff3e9a, #ffeb3b, #00e676, #ff3e9a);
    background-size: 300% 300%;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease;
    animation: muro-loco-btn-ring 3s linear infinite;
}

.muro-loco-btn-contact:hover::after {
    opacity: 0.6;
}

@keyframes muro-loco-btn-ring {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.muro-loco-btn-contact:hover {
    background: linear-gradient(135deg, #ff3e9a 0%, #ff6b35 50%, #fdd835 100%);
    color: #fff;
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 8px 25px rgba(255, 62, 154, 0.4);
    text-decoration: none;
}

.muro-loco-btn-contact:hover::before {
    animation: none;
    opacity: 0;
}

.muro-loco-btn-contact:active {
    transform: translateY(0) scale(1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
}

.muro-loco-btn-contact i {
    font-size: 18px;
    animation: muro-loco-rocket-float 1.5s ease-in-out infinite;
}

@keyframes muro-loco-rocket-float {
    0%, 100% { transform: translateY(0) rotate(-10deg); }
    50% { transform: translateY(-3px) rotate(-5deg); }
}

.muro-loco-promo-ticker {
    background: linear-gradient(
        180deg,
        rgba(255,255,255,0.08) 0%,
        rgba(0,0,0,0.12) 50%,
        rgba(255,255,255,0.05) 100%
    );
    border-radius: 12px;
    padding: 10px 0;
    margin: 0;
    overflow: hidden;
    position: relative;
    z-index: 10;
    flex-shrink: 0;
    box-shadow:
        inset 0 2px 4px rgba(255,255,255,0.12),
        inset 0 -1px 3px rgba(0,0,0,0.15),
        0 3px 8px rgba(0,0,0,0.15);
    border-top: 1px solid rgba(255,255,255,0.25);
    border-bottom: 1px solid rgba(0,0,0,0.15);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

/* Glossy highlight effect */
.muro-loco-promo-ticker::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: linear-gradient(
        180deg,
        rgba(255,255,255,0.12) 0%,
        rgba(255,255,255,0.05) 50%,
        transparent 100%
    );
    pointer-events: none;
    border-radius: 10px 10px 0 0;
}

/* Left fade edge */
.muro-loco-promo-ticker::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 100%;
    background: linear-gradient(90deg, rgba(0,0,0,0.15) 0%, transparent 100%);
    pointer-events: none;
    z-index: 2;
}

.muro-loco-promo-track {
    display: flex;
    animation: muro-loco-scroll 20s linear infinite;
    width: max-content;
}

@keyframes muro-loco-scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.muro-loco-promo-item {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 0 30px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
    text-shadow: 0 1px 2px rgba(0,0,0,0.4);
}

.muro-loco-promo-item i {
    font-size: 18px;
    filter: drop-shadow(0 1px 1px rgba(0,0,0,0.3));
}

/* Tabs Wrapper - Centered */
.muro-loco-tabs-wrapper {
    max-width: 520px;
    margin: 0 auto 20px auto;
    padding: 15px 0 10px 0;
}

/* Modern App-style Tabs - Clean Design */
.muro-loco-tabs {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50px;
    padding: 6px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.muro-loco-tabs ul {
    display: flex;
    gap: 6px;
    margin: 0;
    padding: 0;
}

.muro-loco-tabs li {
    flex: 1;
    list-style: none;
    min-width: 0;
}

.muro-loco-tabs li a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 12px 16px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 500;
    font-size: 14px;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.3s ease;
    background: transparent;
}

.muro-loco-tabs li a:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
}

.muro-loco-tabs li.active a {
    color: #fff;
    font-weight: 600;
    background: linear-gradient(135deg, #ff3e9a 0%, #9c27b0 25%, #4a90e2 50%, #00c853 75%, #ff3e9a 100%);
    background-size: 400% 400%;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.5);
    border-color: transparent;
    animation: ram-muro-loco-gradient 15s ease infinite;
}

.muro-loco-tabs li a i {
    font-size: 16px;
    transition: transform 0.3s ease;
}

.muro-loco-tabs li.active a i {
    transform: scale(1.1);
}

/* ========================================
   MURO LOCO SPINNER - Unique loading animation
   ======================================== */
.muro-loco-spinner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    padding: 40px;
}

.muro-loco-spinner-icon {
    font-size: 24px;
    animation: muro-loco-spinner-bounce 1.4s ease-in-out infinite;
}

.muro-loco-spinner-icon:nth-child(1) {
    color: #ff3e9a;
    animation-delay: 0s;
}
.muro-loco-spinner-icon:nth-child(2) {
    color: #ffeb3b;
    animation-delay: 0.2s;
}
.muro-loco-spinner-icon:nth-child(3) {
    color: #00e676;
    animation-delay: 0.4s;
}
.muro-loco-spinner-icon:nth-child(4) {
    color: #4a90e2;
    animation-delay: 0.6s;
}
.muro-loco-spinner-icon:nth-child(5) {
    color: #ff9800;
    animation-delay: 0.8s;
}

@keyframes muro-loco-spinner-bounce {
    0%, 80%, 100% {
        transform: scale(0.6) translateY(0);
        opacity: 0.4;
    }
    40% {
        transform: scale(1.2) translateY(-10px);
        opacity: 1;
    }
}

/* Skeleton loader with gradient animation */
.muro-loco-skeleton {
    background: linear-gradient(
        90deg,
        rgba(255,255,255,0.05) 0%,
        rgba(255,62,154,0.15) 25%,
        rgba(255,235,59,0.15) 50%,
        rgba(0,230,118,0.15) 75%,
        rgba(255,255,255,0.05) 100%
    );
    background-size: 400% 100%;
    animation: muro-loco-skeleton-wave 2s linear infinite;
    border-radius: 8px;
}

@keyframes muro-loco-skeleton-wave {
    0% { background-position: 100% 50%; }
    100% { background-position: -100% 50%; }
}

.muro-loco-skeleton-post {
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 12px;
    background: rgba(255,255,255,0.03);
}

.muro-loco-skeleton-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
}

.muro-loco-skeleton-avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.muro-loco-skeleton-lines {
    flex: 1;
}

.muro-loco-skeleton-line {
    height: 12px;
    margin-bottom: 8px;
    border-radius: 6px;
}

.muro-loco-skeleton-line:last-child {
    width: 60%;
    margin-bottom: 0;
}

.muro-loco-skeleton-content {
    height: 80px;
    border-radius: 8px;
}

/* Empty states - transparent, uses platform background */
.muro-loco-empty {
    padding: 40px 20px;
    text-align: center;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    margin: 0 12px 20px;
}

/* Fix sidebar footer - remove extra margins and ensure consistency */
.sidebar .page-margin:has(.footer-wrapper-sidebar) {
    margin-top: 10px;
    margin-bottom: 0;
}

.sidebar .footer-wrapper-sidebar {
    background: transparent;
}

.sidebar .footer-wrapper-sidebar hr {
    border-color: rgba(255, 255, 255, 0.1);
}

.sidebar .footer-wrapper-sidebar .list-inline > li > a,
.sidebar .footer-wrapper-sidebar .footer-powered p,
.sidebar .footer-wrapper-sidebar .footer-powered .dropdown-toggle {
    color: rgba(255, 255, 255, 0.4);
}

.sidebar .footer-wrapper-sidebar .list-inline > li > a:hover,
.sidebar .footer-wrapper-sidebar .footer-powered .dropdown-toggle:hover {
    color: rgba(255, 255, 255, 0.7);
}

/* Empty state main icon - Muro Loco gradient style */
.muro-loco-empty-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff3e9a 0%, #9c27b0 25%, #4a90e2 50%, #00c853 75%, #ff3e9a 100%);
    background-size: 400% 400%;
    animation: ram-muro-loco-gradient 15s ease infinite;
}

.muro-loco-empty-icon i {
    font-size: 28px;
    color: #fff;
}

.muro-loco-empty h4 {
    color: rgba(255,255,255,0.9);
    font-size: 18px;
    margin-bottom: 8px;
    font-weight: 600;
}

.muro-loco-empty p {
    color: rgba(255,255,255,0.5);
    font-size: 14px;
    margin: 0;
}

/* Bottom icons decoration */
.muro-loco-empty-icons {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-top: 20px;
}

.muro-loco-empty-icons i {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.3);
}

.muro-loco-empty-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 20px;
    padding: 10px 18px;
    background: rgba(255, 255, 255, 0.08);
    border: none;
    border-radius: 6px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    transition: background 0.15s ease;
}

.muro-loco-empty-link:hover {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    text-decoration: none;
}

.muro-loco-empty-link i {
    font-size: 13px;
}

/* Tablet */
@media (max-width: 768px) {
    .muro-loco-carousel {
        height: 170px;
    }
    .muro-loco-header {
        padding: 22px 18px 10px 18px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
        box-sizing: border-box;
    }

    /* Slides 2-3: Standard layout on tablet */
    .muro-loco-title-container {
        flex-direction: column;
        gap: 6px;
        align-items: center;
        text-align: center;
        flex: 1;
        justify-content: center;
    }
    .muro-loco-title {
        text-align: center;
    }
    .muro-loco-title h2 {
        font-size: 20px;
        letter-spacing: 1px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .muro-loco-title h2 i {
        font-size: 18px;
        margin-right: 8px;
    }

    /* Slide 1: MURO LOCO hero on tablet - BIG title */
    .muro-loco-slide-hero {
        padding: 15px 18px 10px 18px;
        gap: 6px;
    }
    .muro-loco-hero-content {
        flex-direction: row;
        align-items: center;
        gap: 12px;
    }
    .muro-loco-hero-left {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
        gap: 4px;
    }
    .muro-loco-hero-right {
        align-items: flex-end;
    }
    .muro-loco-title-hero {
        font-size: 40px;
        letter-spacing: 3px;
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .muro-loco-title-hero i {
        font-size: 34px;
        margin-right: 10px;
    }
    .muro-loco-hero-subtitle {
        font-size: 12px;
    }
    .muro-loco-hero-right .muro-loco-badges {
        flex-direction: column;
        gap: 4px;
    }
    .muro-loco-hero-right .muro-loco-badge {
        padding: 4px 8px;
        font-size: 9px;
    }

    .muro-loco-subtitle {
        font-size: 12px;
        margin-top: 3px;
    }
    .muro-loco-badges {
        gap: 5px;
        justify-content: center;
        flex-wrap: wrap;
    }
    .muro-loco-badge {
        padding: 4px 10px;
        font-size: 10px;
    }
    .muro-loco-cta {
        justify-content: center;
        margin-top: 6px;
    }
    .muro-loco-btn-contact {
        padding: 10px 20px;
        font-size: 12px;
    }
    .muro-loco-promo-ticker {
        margin-top: auto;
        padding: 5px 0;
        border-radius: 6px;
    }
    .muro-loco-promo-item {
        font-size: 10px;
        padding: 0 14px;
        gap: 5px;
    }
    .muro-loco-promo-item i {
        font-size: 11px;
    }
    .muro-loco-tabs li a {
        padding: 10px 14px;
        font-size: 12px;
        gap: 5px;
    }
    .muro-loco-tabs li a i {
        font-size: 14px;
    }
    .muro-loco-indicators {
        top: 8px;
    }
    .muro-loco-indicator {
        width: 18px;
        height: 3px;
    }
    .muro-loco-indicator.active {
        width: 26px;
    }
    /* Reduce rain elements on tablet */
    .muro-loco-rain-drop:nth-child(n+50) {
        display: none;
    }
}

/* Mobile */
@media (max-width: 480px) {
    .muro-loco-carousel {
        height: 180px;
    }
    .muro-loco-header {
        padding: 20px 14px 8px 14px;
    }

    /* Slides 2-3: Standard layout on mobile */
    .muro-loco-title-container {
        gap: 5px;
    }
    .muro-loco-title h2 {
        font-size: 16px;
        letter-spacing: 0.5px;
        gap: 2px;
    }
    .muro-loco-title h2 i {
        font-size: 14px;
        margin-right: 5px;
    }

    /* Slide 1: MURO LOCO hero on mobile - STILL BIG */
    .muro-loco-slide-hero {
        padding: 12px 14px 8px 14px;
        gap: 6px;
    }
    .muro-loco-hero-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 8px;
    }
    .muro-loco-hero-left {
        flex-direction: column;
        align-items: center;
        gap: 4px;
    }
    .muro-loco-hero-right {
        align-items: center;
    }
    .muro-loco-title-hero {
        font-size: 36px;
        letter-spacing: 2px;
        gap: 3px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .muro-loco-title-hero i {
        font-size: 30px;
        margin-right: 8px;
    }
    .muro-loco-hero-subtitle {
        font-size: 11px;
    }
    .muro-loco-hero-right .muro-loco-badges {
        flex-direction: row;
        gap: 4px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .muro-loco-hero-right .muro-loco-badge {
        padding: 3px 6px;
        font-size: 8px;
    }

    .muro-loco-subtitle {
        font-size: 11px;
    }
    .muro-loco-badges {
        gap: 4px;
    }
    .muro-loco-badge {
        padding: 3px 7px;
        font-size: 9px;
    }
    .muro-loco-btn-contact {
        padding: 10px 18px;
        font-size: 11px;
        gap: 8px;
    }
    .muro-loco-btn-contact i {
        font-size: 14px;
    }
    .muro-loco-promo-ticker {
        margin-top: auto;
        padding: 4px 0;
    }
    .muro-loco-promo-item {
        font-size: 9px;
        padding: 0 12px;
    }
    .muro-loco-promo-item i {
        font-size: 10px;
    }
    .muro-loco-tabs-wrapper {
        max-width: 100%;
        padding: 0 8px;
    }
    .muro-loco-tabs {
        padding: 4px;
    }
    .muro-loco-tabs ul {
        gap: 4px;
    }
    .muro-loco-tabs li {
        flex: 1 1 0;
        min-width: 0;
    }
    .muro-loco-tabs li a {
        padding: 10px 8px;
        font-size: 10px;
        gap: 4px;
        white-space: nowrap;
        overflow: hidden;
    }
    .muro-loco-tabs li a i {
        font-size: 14px;
        flex-shrink: 0;
    }
    .plaza-cart-badge {
        min-width: 16px;
        height: 16px;
        font-size: 9px;
        padding: 0 3px;
        margin-left: 2px;
    }
    /* Reduce rain on mobile */
    .muro-loco-rain-drop:nth-child(n+30) {
        display: none;
    }
}

/* ===========================================
   Product Grid - RAM Plaza Integration #192
   Clean WoWonder Style
   =========================================== */

/* Cart Tab Badge #192 - Inline with reserved space */
.plaza-cart-badge {
    background: #e53935;
    color: white;
    font-size: 10px;
    font-weight: 600;
    min-width: 18px;
    height: 18px;
    border-radius: 9px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 4px;
    line-height: 1;
    margin-left: 4px;
    flex-shrink: 0;
}

/* Product Grid Layout - 4/3/2 columns */
.muro-loco-product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    padding: 15px 0;
}

@media (max-width: 1200px) {
    .muro-loco-product-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .muro-loco-product-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
}

/* Product Card - RAM Style */
.muro-loco-product-card {
    display: flex;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 8px;
    overflow: hidden;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.muro-loco-product-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
    text-decoration: none;
}

/* Product Image - 4:3 aspect ratio */
.product-card-image {
    position: relative;
    width: 100%;
    padding-top: 75%;
    background: #1e252b;
    overflow: hidden;
}

.product-card-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.muro-loco-product-card:hover .product-card-image img {
    transform: scale(1.03);
}

.product-card-no-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #444;
    font-size: 32px;
}

/* Product Badge (Sale) */
.product-card-badge {
    position: absolute;
    top: 8px;
    left: 8px;
    background: #ff3e9a;
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 10px;
    font-weight: 600;
    z-index: 2;
}

/* Product Favorite Button */
.product-card-favorite {
    position: absolute;
    top: 8px;
    right: 8px;
    background: rgba(0, 0, 0, 0.4);
    border: none;
    color: #ffffff;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.product-card-favorite:hover {
    background: rgba(0, 0, 0, 0.6);
    transform: scale(1.1);
}

.product-card-favorite.active {
    color: var(--ram-primary, #ff3e9a);
}

.product-card-favorite.active:hover {
    background: rgba(255, 62, 154, 0.2);
}

.product-card-favorite i {
    font-size: 16px;
}

/* Product Info */
.product-card-info {
    padding: 12px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.product-card-price {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 6px;
}

.product-card-price.free {
    color: #2ecc71;
}

.product-card-name {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0 0 6px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-card-description {
    color: rgba(255, 255, 255, 0.5);
    font-size: 11px;
    line-height: 1.4;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Product Actions */
.product-card-actions {
    padding: 0 12px 12px;
}

.product-card-add-cart {
    width: 100%;
    background-color: var(--ram-primary, #ff3e9a);
    border: 1px solid var(--ram-primary, #ff3e9a);
    color: #fff;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    transition: all var(--ram-transition, 0.2s ease);
    box-shadow: 0 0 12px var(--ram-button-neon-color, rgba(255, 62, 154, 0.4));
}

.product-card-add-cart:hover {
    background-color: var(--ram-secondary, #ff66b6);
    border-color: var(--ram-secondary, #ff66b6);
    box-shadow: 0 0 20px var(--ram-button-neon-color, rgba(255, 62, 154, 0.4));
}

.product-card-add-cart:disabled {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.3);
    cursor: not-allowed;
}

/* Product Skeleton Loading */
.muro-loco-product-skeleton {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    padding: 15px 0;
}

@media (max-width: 1200px) {
    .muro-loco-product-skeleton {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .muro-loco-product-skeleton {
        grid-template-columns: repeat(2, 1fr);
    }
}

.product-skeleton-card {
    background: #262d34;
    border-radius: 10px;
    height: 280px;
    position: relative;
    overflow: hidden;
}

.product-skeleton-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.03),
        transparent
    );
    animation: skeleton-shimmer 1.5s infinite;
}

@keyframes skeleton-shimmer {
    0% { left: -100%; }
    100% { left: 100%; }
}

/* Empty State */
.muro-loco-empty-state {
    text-align: center;
    padding: 50px 20px;
}

.muro-loco-empty-state i {
    font-size: 50px;
    margin-bottom: 15px;
    color: #444;
}

.muro-loco-empty-state p {
    font-size: 16px;
    margin-bottom: 5px;
    color: #888;
}

.muro-loco-empty-state small {
    font-size: 13px;
    color: #666;
}

/* Load More Button */
.plaza-load-more {
    text-align: center;
    padding: 20px 0;
}

.plaza-load-more .btn {
    background: transparent;
    border: 1px solid rgba(255, 62, 154, 0.5);
    color: #ff3e9a;
    padding: 10px 25px;
    border-radius: 6px;
    font-size: 13px;
    transition: all 0.2s ease;
}

.plaza-load-more .btn:hover {
    background: #ff3e9a;
    border-color: #ff3e9a;
    color: #fff;
    box-shadow: 0 0 12px rgba(255, 62, 154, 0.4);
}

/* Toast Notification */
.plaza-toast {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: #323940;
    color: #fff;
    padding: 12px 24px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    z-index: 9999;
    display: none;
    font-size: 14px;
}

.plaza-toast.success {
    border-left: 4px solid #4caf50;
}

.plaza-toast.error {
    border-left: 4px solid #f44336;
}

/* ==========================================================================
   Favoritos Sub-tabs (Pills) #192
   ========================================================================== */

.favoritos-subtabs {
    display: flex;
    gap: 0;
    padding: 0;
    margin: 0;
    list-style: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.2);
}

.favoritos-subtabs li {
    flex: 1;
    margin: 0;
}

.favoritos-subtabs li a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 16px;
    border-radius: 0;
    font-size: 13px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.7);
    background: transparent;
    border: none;
    border-bottom: 2px solid transparent;
    transition: all 0.2s ease;
    text-decoration: none;
}

.favoritos-subtabs li a:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.05);
}

.favoritos-subtabs li.active a {
    color: #fff;
    background: rgba(255, 255, 255, 0.05);
    border-bottom-color: var(--ram-primary, #ff3e9a);
}

.favoritos-subtabs li a i {
    font-size: 14px;
}

.favoritos-content {
    padding-top: 16px;
}

/* ==========================================================================
   Favorite Products List #192
   ========================================================================== */

.favorite-product-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 4px 12px 20px;
}

.favorite-product-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px;
    background: rgba(255, 255, 255, 0.04);
    border-radius: 8px;
    transition: background 0.15s ease;
}

.favorite-product-item:hover {
    background: rgba(255, 255, 255, 0.08);
}

.favorite-product-item .product-image {
    width: 56px;
    height: 56px;
    border-radius: 6px;
    overflow: hidden;
    flex-shrink: 0;
    background: rgba(0, 0, 0, 0.2);
}

.favorite-product-item .product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.favorite-product-item .product-image.no-image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.favorite-product-item .product-image.no-image a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: rgba(255, 255, 255, 0.3);
    font-size: 24px;
    text-decoration: none;
}

/* Placeholder icon for failed images #192 */
.favorite-product-item .product-image.no-image a::before {
    font-family: FontAwesome;
    content: "\f1b2"; /* fa-cube */
    font-size: 28px;
}

.favorite-product-item .product-info {
    flex: 1;
    min-width: 0;
    padding-right: 8px;
}

.favorite-product-item .product-name {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 6px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3;
}

.favorite-product-item .product-name a {
    color: inherit;
    text-decoration: none;
}

.favorite-product-item .product-name a:hover {
    color: var(--ram-primary, #ff3e9a);
}

.favorite-product-item .product-price {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
}

.favorite-product-item .product-price .price-free {
    color: #2ecc71;
    font-weight: 600;
}

.favorite-product-item .product-actions {
    display: flex;
    gap: 10px;
    flex-shrink: 0;
}

.favorite-product-item .btn-add-cart,
.favorite-product-item .btn-remove-favorite {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease;
    font-size: 14px;
}

.favorite-product-item .btn-add-cart {
    background: var(--ram-primary, #ff3e9a);
    color: #fff;
}

.favorite-product-item .btn-add-cart:hover {
    background: #e0357f;
}

.favorite-product-item .btn-remove-favorite {
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.5);
}

.favorite-product-item .btn-remove-favorite:hover {
    background: rgba(244, 67, 54, 0.12);
    color: #f44336;
}

/* ==========================================================================
   Saved Posts List #192
   ========================================================================== */

.saved-post-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 4px 12px 20px;
}

.saved-post-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    background: rgba(255, 255, 255, 0.04);
    border-radius: 8px;
    transition: background 0.15s ease;
}

.saved-post-item:hover {
    background: rgba(255, 255, 255, 0.08);
}

.saved-post-image {
    width: 56px;
    height: 56px;
    border-radius: 6px;
    overflow: hidden;
    flex-shrink: 0;
    background: rgba(0, 0, 0, 0.2);
}

.saved-post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.saved-post-no-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: rgba(255, 255, 255, 0.3);
    font-size: 20px;
    text-decoration: none;
}

.saved-post-info {
    flex: 1;
    min-width: 0;
}

.saved-post-text {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.saved-post-text:hover {
    color: var(--ram-primary, #ff3e9a);
}

.saved-post-meta {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
}

.saved-post-avatar {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    object-fit: cover;
}

.saved-post-time {
    color: rgba(255, 255, 255, 0.4);
}

.saved-post-time::before {
    content: '·';
    margin-right: 6px;
}

.saved-post-actions {
    flex-shrink: 0;
}

.btn-remove-saved {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease;
    font-size: 14px;
    background: rgba(255, 255, 255, 0.06);
    color: var(--ram-primary, #ff3e9a);
}

.btn-remove-saved:hover {
    background: rgba(255, 62, 154, 0.15);
    color: #ff3e9a;
}
