﻿

.bf-topbar-text {
    color: #fdfdfd;
    text-align: center;
    font-weight: 400;
}

    .bf-topbar-text strong {
        color: #ff66c4;
    }

.bf-topbar-btn {
    background: #ff66c4;
    color: #000;
    padding: 6px 16px;
    border-radius: 999px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    border: 2px solid #ff66c4;
    box-shadow: 0 0 10px rgba(255,102,196,.7);
}

    .bf-topbar-btn:hover {
        background: transparent;
        color: #ff66c4;
    }

.bf-hero {
    position: relative;
    height: 420px;
    background: radial-gradient(circle at top, #3a0f52 0%, #050008 55%, #000000 100%);
    color: #fff;
    overflow: hidden;
}

.bf-hero-overlay {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 10% 20%, rgba(255,102,196,0.35) 0, transparent 55%), radial-gradient(circle at 80% 80%, rgba(96,223,230,0.35) 0, transparent 55%);
    mix-blend-mode: screen;
    pointer-events: none;
}

.bf-hero-text {
    position: relative;
    z-index: 2;
}

.bf-hero h1 {
    font-family: 'Gagalin', sans-serif;
    font-size: 46px;
    line-height: 1.1;
    text-transform: uppercase;
    text-shadow: 0 0 12px rgba(0,0,0,.7);
}

    .bf-hero h1 span {
        color: #ff66c4;
    }

.bf-hero p {
    margin-top: 12px;
    font-size: 16px;
    opacity: 0.9;
}

.bf-hero-list {
    margin: 14px 0 0;
    padding-left: 18px;
    font-size: 14px;
}

.bf-hero-ctas {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.bf-btn-primary,
.bf-btn-secondary {
    padding: 10px 22px;
    border-radius: 999px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    border: 2px solid transparent;
    text-decoration: none;
}

.bf-btn-primary {
    background: #ff66c4;
    color: #000;
    box-shadow: 0 0 18px rgba(255,102,196,.75);
}

    .bf-btn-primary:hover {
        background: transparent;
        color: #ff66c4;
        border-color: #ff66c4;
    }

.bf-btn-secondary {
    background: transparent;
    color: #ffffff;
    border-color: #60dfe6;
    box-shadow: 0 0 12px rgba(96,223,230,.7);
}

    .bf-btn-secondary:hover {
        background: #60dfe6;
        color: #000;
    }

/* tarjetas flotando (puedes usar imágenes reales de productos de BF) */
.bf-hero-images {
    position: relative;
    z-index: 2;
}

.bf-hero-card {
    position: absolute;
    width: 160px;
    height: 210px;
    border-radius: 18px;
    background-size: cover;
    background-position: center;
    box-shadow: 0 18px 35px rgba(0,0,0,.6);
    border: 2px solid rgba(255,255,255,.2);
}

.bf-hero-card-1 {
    /*top: 20px;*/
    left: 10%;
    transform: rotate(-10deg);
    background-image: url('https://kworldperu.com/Producto/30/image.png'); /* reemplaza por tus imágenes */
}

.bf-hero-card-2 {
    top: 20px;
    right: 5%;
    transform: rotate(8deg);
    background-image: url('https://kworldperu.com/Producto/4319/INFO--01_90ab0031-8cdd-47c7-ae92-8c141cf46dc9.webp');
}

.bf-hero-card-3 {
    bottom: -10px;
    left: 40%;
    transform: rotate(-3deg);
    background-image: url('https://kworldperu.com/Promocion/37/popcorn-games-card-sleeves-hard-50pcs-324100_2048x.webp');
}

@media (max-width: 991px) {
    .bf-hero {
        height: auto;
        padding: 30px 0 40px;
    }

    .bf-hero-card {
        position: relative;
        display: inline-block;
        margin: 8px;
        transform: none !important;
        bottom: auto;
        top: auto;
        left: auto;
        right: auto;
    }
}


.bf-product-sale {
    position: relative;
}

.bf-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: linear-gradient(135deg, #ff66c4, #ff8b6b);
    color: #000;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    box-shadow: 0 0 12px rgba(0,0,0,.5);
    text-transform: uppercase;
}
.btn-bf {
    background: #000;
    color: #fff;
    border-radius: 999px;
    padding: 8px 22px;
    border: 2px solid #ff66c4;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    box-shadow: 0 0 14px rgba(255,102,196,.7);
}

    .btn-bf:hover {
        background: #ff66c4;
        color: #000;
    }
/* PALETA Y BASE */
.blackfriday-catalog {
    --bf-bg: #050008;
    --bf-card: #110820;
    --bf-card-hover: #1a0c2a;
    --bf-pink: #ff66c4;
    --bf-cyan: #60dfe6;
    --bf-purple: #915af6;
    --bf-text: #f7f7f7;
    background: var(--bf-bg);
}



    /* --- TEXTO DE FILTROS EN MODO BLACK FRIDAY --- */

    /* Título "CATEGORIAS", "GRUPO", etc. */
    /*.blackfriday-catalog .filter_sidebar_general .widget-title,
    .blackfriday-catalog .filter_sidebar_general .widget-title h2,
    .blackfriday-catalog .filter_sidebar .widget-title,
    .blackfriday-catalog .filter_sidebar .widget-title h2 {
        color: #ffffff !important;
    }*/

    /* Items de filtro (labels de los checkboxes) */
    /*.blackfriday-catalog .filter_sidebar_general label,
    .blackfriday-catalog .filter_sidebar_general .cat-item a,
    .blackfriday-catalog .filter_sidebar label,
    .blackfriday-catalog .filter_sidebar .cat-item a,
    .blackfriday-catalog .filter_sidebar .cat-item span {
        color: #e5e5e5 !important;
        font-size: 0.9rem;
    }*/

    /* Hover en los filtros */
    /*.blackfriday-catalog .filter_sidebar_general .cat-item:hover a,
    .blackfriday-catalog .filter_sidebar .cat-item:hover a {
        color: #ff66c4 !important;
    }*/

    /* Checkbox blanco con acento rosa */
    /*.blackfriday-catalog .filter_sidebar_general input[type="checkbox"],
    .blackfriday-catalog .filter_sidebar input[type="checkbox"] {
        accent-color: #ff66c4 !important;
    }*/

/* =======================
   BLACK FRIDAY - DETALLE
   ======================= */



.prod_extended .content-page-detail .detail-info, .prod_sticky .content-page-detail .detail-info, .product_sidebar .content-page-detail .detail-info {
    background: white;
    border-radius: 10px;
    padding: 10px;
}
.blackfriday-detalle {
    margin-top:20px;
}
.btn-blackfriday {
    background: linear-gradient(90deg, #ff4d9b, #ffbe3d) !important;
    color: #190020 !important;
    border-radius: 999px;
    border: 0 !important;
    box-shadow: 0 0 16px rgba(255, 77, 155, 0.55);
    text-transform: uppercase;
    font-weight: 600;
}

.menu_scroll_v1{
    margin-top:30px !important;
}

.banner-none-blackfriday{
    display:none;
}

/* Barra fija arriba */
.bf-topbar {
    background: linear-gradient(90deg,#165B33 0%,#165B33 40%,#146B3A 100%);
    color: #fff;
    padding: 6px 0;
    position: sticky;
    top: 0;
    z-index: 9999;
    overflow: hidden;
}

/* Contenedor de la marquesina */
/*.bf-marquee {
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
}*/

/* Pista que se mueve */
/*.bf-marquee-track {
    display: inline-block;
    padding-left: 50%;*/ /* empieza fuera de la pantalla a la derecha */
    /*animation: bf-marquee 15s linear infinite;
}*/

    /* Cada bloque de texto */
    /*.bf-marquee-track span {
        display: inline-block;
        padding: 0 3rem;
        font-size: 14px;
        color: #fdfdfd;
    }

        .bf-marquee-track span strong {
            color: #BB2528;
        }*/

/* Animación: se mueve de derecha a izquierda sin parar */
@keyframes bf-marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* Responsive: texto un poco más chico en cel */
@media (max-width: 768px) {
    .bf-marquee-track span {
        font-size: 12px;
        padding: 0 1.5rem;
    }
}

.btn-navidad {
    position: relative;
    display: inline-block;
    padding: 8px 28px;
    border-radius: 999px;
    text-transform: uppercase;
    background: linear-gradient(90deg, #e82034, #1fbf6a); /* rojo → dorado → verde */
    color: #ffffff !important;
    font-weight: 700;
    letter-spacing: .08em;
    border: 2px solid #ffffff;
    box-shadow: 0 0 18px rgba(255, 255, 255, .6);
    text-decoration: none;
}

    /* copito arriba como pin */
    .btn-navidad::before {
        content: "❄";
        position: absolute;
        top: -12px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 14px;
        text-shadow: 0 0 8px rgba(255, 255, 255, .9);
    }

/* efecto luces navideñas */
@keyframes navidadGlow {
    0% {
        box-shadow: 0 0 10px rgba(255, 255, 255, .4);
    }

    50% {
        box-shadow: 0 0 24px rgba(255, 0, 0, .7), 0 0 32px rgba(0, 255, 102, .7);
    }

    100% {
        box-shadow: 0 0 10px rgba(255, 255, 255, .4);
    }
}

.btn-navidad {
    animation: navidadGlow 2.4s ease-in-out infinite;
}

    /* hover: más blanco, como lucecitas */
    .btn-navidad:hover {
        filter: brightness(1.1);
        transform: translateY(-1px);
    }


/* Badge Black Friday */
.bf-badge-top {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 4px 12px;
    border-radius: 999px;
    background: linear-gradient(135deg, #ff66c4, #ffbe3d);
    color: #190020;
    font-size: .7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .12em;
    z-index: 2;
}


/* 🎄 TOPBAR NAVIDEÑO */
.bf-topbar {
    position: sticky;
    overflow: hidden;
    padding: 10px 0;
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,.14);
    box-shadow: 0 10px 30px rgba(0,0,0,.25);
    /* Fondo navideño */
    background: radial-gradient(120px 120px at 15% 50%, rgba(255,215,130,.22), transparent 60%), radial-gradient(160px 160px at 85% 40%, rgba(150,255,220,.14), transparent 65%), linear-gradient(90deg, #0b3b2e 0%, #0a2a44 45%, #3a0d16 100%);
}

    /* Rayas tipo “bastón de caramelo” finitas */
    .bf-topbar::before {
        content: "";
        position: absolute;
        inset: 0;
        background: repeating-linear-gradient( -45deg, rgba(255,255,255,.10) 0 10px, rgba(214,27,42,.12) 10px 18px, rgba(26,155,90,.12) 18px 28px );
        opacity: .55;
        pointer-events: none;
    }

    /* Nieve/bokeh suave */
    .bf-topbar::after {
        content: "";
        position: absolute;
        inset: -40px 0 0 0;
        background: radial-gradient(circle, rgba(255,255,255,.70) 0 2px, transparent 3px) 0 0/90px 90px, radial-gradient(circle, rgba(255,255,255,.45) 0 1.5px, transparent 2.5px) 30px 30px/120px 120px;
        opacity: .25;
        pointer-events: none;
        animation: topbarSnow 10s linear infinite;
    }

@keyframes topbarSnow {
    to {
        transform: translateY(60px);
    }
}

/* MARQUEE */
.bf-marquee {
    position: relative;
    z-index: 1;
    white-space: nowrap;
}

.bf-marquee-track {
    display: inline-flex;
    gap: 50px;
    align-items: center;
    /* Velocidad del scroll */
    animation: marqueeXmas 18s linear infinite;
}

@keyframes marqueeXmas {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
    /* funciona con 2 spans duplicados */
}

/* Texto */
.bf-marquee-track span {
    display: inline-block;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: .3px;
    text-shadow: 0 10px 25px rgba(0,0,0,.35);
}

.bf-marquee-track strong {
    color: #ffd782; /* doradito navidad */
    font-weight: 900;
    text-shadow: 0 10px 22px rgba(255,215,130,.25);
}

/* Opcional: resalta “40% OFF” si lo envuelves en <b class="xmas-off"> */
.xmas-off {
    background: rgba(255,215,130,.18);
    padding: 2px 8px;
    border-radius: 999px;
    border: 1px solid rgba(255,215,130,.35);
}

/* Accesibilidad: reduce motion */
@media (prefers-reduced-motion: reduce) {
    .bf-marquee-track {
        animation: none;
    }

    .bf-topbar::after {
        animation: none;
    }
}

/* 🎄 Botón Navidad */
.btn-navidad {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 18px;
    border-radius: 999px !important;
    color: #fff !important;
    text-decoration: none !important;
    /* Degradado navideño */
    background: linear-gradient(90deg, #d61b2a 0%, #ff4d5f 35%, #1a9b5a 100%);
    border: 2px solid rgba(255,255,255,.85);
    box-shadow: 0 10px 28px rgba(0,0,0,.22), 0 0 0 6px rgba(255,215,130,.12); /* glow suave */
    transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
    overflow: hidden;
}

    /* ✨ Brillito diagonal */
    .btn-navidad::before {
        content: "";
        position: absolute;
        inset: -40% -60%;
        background: linear-gradient(120deg, transparent 0%, rgba(255,255,255,.35) 45%, rgba(255,255,255,.10) 55%, transparent 70% );
        transform: translateX(-40%) rotate(8deg);
        animation: navidadShine 2.8s ease-in-out infinite;
        pointer-events: none;
    }

    /* 💡 Lucecitas arriba */
    .btn-navidad::after {
        content: "";
        position: absolute;
        top: -8px;
        left: 10px;
        right: 10px;
        height: 10px;
        background: radial-gradient(circle, rgba(255,215,130,.95) 0 3px, transparent 4px) 0 50%/22px 10px repeat-x, radial-gradient(circle, rgba(160,255,220,.85) 0 3px, transparent 4px) 11px 50%/22px 10px repeat-x;
        opacity: .9;
        filter: drop-shadow(0 6px 10px rgba(255,215,130,.25));
        pointer-events: none;
    }

    /* Hover / Active */
    .btn-navidad:hover {
        transform: translateY(-1px) scale(1.03);
        box-shadow: 0 14px 34px rgba(0,0,0,.26), 0 0 0 7px rgba(255,215,130,.16);
        filter: saturate(1.1);
    }

    .btn-navidad:active {
        transform: translateY(0) scale(1.01);
    }

/* Animación del brillo */
@keyframes navidadShine {
    0% {
        transform: translateX(-55%) rotate(8deg);
        opacity: .0;
    }

    20% {
        opacity: .6;
    }

    55% {
        opacity: .35;
    }

    100% {
        transform: translateX(55%) rotate(8deg);
        opacity: 0;
    }
}

/* Si quieres un mini ícono antes del texto */
.btn-navidad .xmas-icon {
    font-size: 18px;
    line-height: 1;
    filter: drop-shadow(0 6px 12px rgba(0,0,0,.25));
}

/* ========= 🎄 HERO NAVIDEÑO ========= */
.xmas-hero {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    min-height: 420px;
    color: #fff;
    background: radial-gradient(240px 240px at 20% 20%, rgba(255,215,130,.20), transparent 60%), radial-gradient(260px 260px at 85% 30%, rgba(150,255,220,.14), transparent 65%), radial-gradient(320px 320px at 35% 110%, rgba(255,140,170,.14), transparent 70%), linear-gradient(135deg, #0b3b2e 0%, #0b1330 48%, #3a0d16 100%);
}

    /* Overlay navideño: rayitas candy + bokeh */
    .xmas-hero .bf-hero-overlay {
        position: absolute;
        inset: 0;
        pointer-events: none;
        background: repeating-linear-gradient(-45deg, rgba(255,255,255,.06) 0 10px, rgba(214,27,42,.08) 10px 18px, rgba(26,155,90,.08) 18px 28px), radial-gradient(circle at 12% 18%, rgba(255,215,130,.18) 0 10px, transparent 11px), radial-gradient(circle at 86% 22%, rgba(160,255,220,.12) 0 10px, transparent 11px), radial-gradient(circle at 78% 78%, rgba(255,160,190,.10) 0 12px, transparent 13px);
        opacity: .9;
    }

    /* Nieve (suave) */
    .xmas-hero::before {
        content: "";
        position: absolute;
        inset: -50px 0 0 0;
        background: radial-gradient(circle, rgba(255,255,255,.75) 0 2px, transparent 3px) 0 0/90px 90px, radial-gradient(circle, rgba(255,255,255,.40) 0 1.5px, transparent 2.5px) 28px 28px/120px 120px;
        opacity: .20;
        animation: xmasSnowHero 10s linear infinite;
        pointer-events: none;
    }

@keyframes xmasSnowHero {
    to {
        transform: translateY(70px);
    }
}

/* Texto */
.xmas-hero .bf-hero-text h1 {
    font-weight: 1000;
    letter-spacing: .8px;
    text-transform: uppercase;
    text-shadow: 0 14px 40px rgba(0,0,0,.35);
}

    .xmas-hero .bf-hero-text h1 span {
        color: #ffd782;
        text-shadow: 0 12px 30px rgba(255,215,130,.22);
    }

.xmas-hero .bf-hero-text p {
    color: rgba(255,255,255,.82);
}

/* Lista */
.xmas-hero .bf-hero-list {
    margin-top: 14px;
}

    .xmas-hero .bf-hero-list li {
        margin: 8px 0;
        color: rgba(255,255,255,.9);
    }

/* CTA candy */
.xmas-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 22px;
    border-radius: 999px;
    font-weight: 1000;
    letter-spacing: .6px;
    text-transform: uppercase;
    color: #1a0b10 !important;
    background: linear-gradient(90deg, #ff4d93 0%, #ff7a4d 35%, #ffd782 100%);
    border: 2px solid rgba(255,255,255,.75);
    box-shadow: 0 16px 40px rgba(0,0,0,.28), 0 0 0 8px rgba(255,215,130,.10);
    transition: transform .18s ease, filter .18s ease, box-shadow .18s ease;
    position: relative;
    overflow: hidden;
}

    /* Brillito en botón */
    .xmas-btn::after {
        content: "";
        position: absolute;
        inset: -40% -60%;
        background: linear-gradient(120deg, transparent 0%, rgba(255,255,255,.35) 45%, rgba(255,255,255,.10) 55%, transparent 70%);
        transform: translateX(-60%) rotate(10deg);
        animation: xmasBtnShine 2.8s ease-in-out infinite;
        pointer-events: none;
    }

@keyframes xmasBtnShine {
    0% {
        transform: translateX(-60%) rotate(10deg);
        opacity: 0;
    }

    20% {
        opacity: .65;
    }

    100% {
        transform: translateX(60%) rotate(10deg);
        opacity: 0;
    }
}

.xmas-btn:hover {
    transform: translateY(-1px) scale(1.03);
    filter: saturate(1.08);
    box-shadow: 0 20px 50px rgba(0,0,0,.35), 0 0 0 9px rgba(255,215,130,.14);
}

/* ========= Cards flotantes (derecha) ========= */
.xmas-hero .bf-hero-images {
    position: relative;
    min-height: 360px;
}

.xmas-hero .bf-hero-card {
    width: 220px;
    height: 260px;
    border-radius: 22px;
    position: absolute;
    background-size: cover;
    background-position: center;
    border: 1px solid rgba(255,255,255,.18);
    box-shadow: 0 18px 45px rgba(0,0,0,.35);
    overflow: hidden;
}

    /* Glow en cards */
    .xmas-hero .bf-hero-card::before {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient(180px 180px at 30% 15%, rgba(255,215,130,.18), transparent 60%);
        pointer-events: none;
    }

/* Coloca tus imágenes aquí */
.xmas-hero .bf-hero-card-1 {
    top: 10px;
    right: 30px;
    transform: rotate(10deg);
    animation: float1 4.5s ease-in-out infinite;
    background-image: url('https://kworldperu.com/Producto/30/image.png');
}

.xmas-hero .bf-hero-card-2 {
    top: 140px;
    right: 210px;
    transform: rotate(-10deg);
    animation: float2 5s ease-in-out infinite;
    background-image: url('https://kworldperu.com/Producto/4319/INFO--01_90ab0031-8cdd-47c7-ae92-8c141cf46dc9.webp');
}

.xmas-hero .bf-hero-card-3 {
    top: 170px;
    right: 20px;
    transform: rotate(6deg);
    animation: float3 5.2s ease-in-out infinite;
    background-image: url('https://kworldperu.com/Promocion/37/popcorn-games-card-sleeves-hard-50pcs-324100_2048x.webp');
}

@keyframes float1 {
    50% {
        transform: translateY(-10px) rotate(10deg);
    }
}

@keyframes float2 {
    50% {
        transform: translateY(-12px) rotate(-10deg);
    }
}

@keyframes float3 {
    50% {
        transform: translateY(-8px) rotate(6deg);
    }
}

/* Responsive */
@media (max-width: 991px) {
    .xmas-hero .bf-hero-images {
        min-height: 300px;
        margin-top: 20px;
    }

    .xmas-hero .bf-hero-card {
        width: 190px;
        height: 230px;
    }
}

@media (max-width: 576px) {
    .xmas-hero {
        padding: 28px 0;
    }

        .xmas-hero .bf-hero-card-2 {
            display: none;
        }
    /* para que no se sobrecargue */
}

@media (prefers-reduced-motion: reduce) {
    .xmas-hero::before, .xmas-btn::after,
    .xmas-hero .bf-hero-card-1,
    .xmas-hero .bf-hero-card-2,
    .xmas-hero .bf-hero-card-3 {
        animation: none;
    }
}


.bf-hero-card-1 {
    /*top: 20px;*/
    left: 10%;
    transform: rotate(-10deg);
    background-image: url('https://kworldperu.com/Producto/30/image.png'); /* reemplaza por tus imágenes */
}

.bf-hero-card-2 {
    top: 20px;
    right: 5%;
    transform: rotate(8deg);
    background-image: url('https://kworldperu.com/Producto/4319/INFO--01_90ab0031-8cdd-47c7-ae92-8c141cf46dc9.webp');
}

.bf-hero-card-3 {
    bottom: -10px;
    left: 40%;
    transform: rotate(-3deg);
    background-image: url('https://kworldperu.com/Promocion/37/popcorn-games-card-sleeves-hard-50pcs-324100_2048x.webp');
}
