/* =========================================================
   6666 PERFUMES — LATEST PRODUCTS CAROUSEL
   Version 2.4
   Premium black + gold particle background
   Desktop multi-card / Mobile single-card swipe
========================================================= */

.lp6666-wrapper,
.lp6666-wrapper *{
    box-sizing:border-box;
}

/* =========================================================
   MAIN PREMIUM BACKGROUND
========================================================= */
.lp6666-wrapper{
    position:relative;
    isolation:isolate;
    width:100%;
    max-width:1250px;
    margin:40px auto;
    padding:50px 40px 42px;
    overflow:hidden;
    text-align:center;
    border-radius:28px;
    border:1px solid rgba(212,175,55,.16);
    background-color:#050403;
    background-image:
        radial-gradient(circle at 12% 24%, rgba(212,175,55,.42) 0 1px, transparent 1.8px),
        radial-gradient(circle at 27% 73%, rgba(255,205,80,.32) 0 1px, transparent 2px),
        radial-gradient(circle at 48% 18%, rgba(212,175,55,.34) 0 1px, transparent 1.8px),
        radial-gradient(circle at 66% 78%, rgba(255,215,100,.30) 0 1px, transparent 2px),
        radial-gradient(circle at 83% 30%, rgba(212,175,55,.38) 0 1px, transparent 1.8px),
        radial-gradient(circle at 93% 72%, rgba(255,220,120,.28) 0 1px, transparent 2px),
        radial-gradient(ellipse at 50% 115%, rgba(212,175,55,.18), transparent 52%),
        radial-gradient(ellipse at 10% 50%, rgba(120,70,15,.18), transparent 42%),
        radial-gradient(ellipse at 90% 45%, rgba(120,70,15,.16), transparent 44%),
        linear-gradient(180deg,#090705 0%,#030303 55%,#090604 100%);
    background-size:
        180px 180px,
        230px 230px,
        260px 260px,
        210px 210px,
        190px 190px,
        280px 280px,
        100% 100%,
        100% 100%,
        100% 100%,
        100% 100%;
    box-shadow:0 20px 70px rgba(0,0,0,.45), inset 0 0 90px rgba(0,0,0,.65);
}

.lp6666-wrapper::before{
    content:"";
    position:absolute;
    inset:0;
    z-index:-1;
    pointer-events:none;
    opacity:.8;
    background:
        radial-gradient(ellipse at 18% 35%, rgba(212,175,55,.10), transparent 25%),
        radial-gradient(ellipse at 78% 55%, rgba(212,175,55,.08), transparent 28%),
        radial-gradient(ellipse at 50% 0%, rgba(255,190,40,.06), transparent 32%);
}

.lp6666-wrapper::after{
    content:"";
    position:absolute;
    inset:0;
    z-index:-1;
    pointer-events:none;
    background:linear-gradient(105deg,transparent 0%,rgba(255,255,255,.025) 48%,transparent 52%);
}

/* =========================================================
   DESKTOP TITLE
========================================================= */
.lp6666-title{
    position:relative;
    z-index:2;
    display:inline-block;
    padding:14px 34px;
    margin-bottom:40px;
    color:#d4af37;
    font-size:16px;
    line-height:1.2;
    letter-spacing:3px;
    font-weight:700;
    background:rgba(0,0,0,.48);
    border-radius:40px;
    border:1px solid rgba(212,175,55,.45);
    box-shadow:0 8px 25px rgba(0,0,0,.28), inset 0 0 18px rgba(212,175,55,.03);
}

.lp6666-mobile-heading,
.lp6666-mobile-dots,
.lp6666-mobile-hint,
.lp6666-new-badge{
    display:none;
}

/* =========================================================
   DESKTOP CAROUSEL
========================================================= */
.lp6666-carousel-shell{
    position:relative;
    z-index:2;
    width:100%;
    padding:0 48px;
}

.lp6666-carousel{
    display:flex;
    gap:24px;
    width:100%;
    overflow-x:auto;
    padding:0 2px 12px;
    scroll-behavior:smooth;
    scrollbar-width:none;
    cursor:grab;
    overscroll-behavior-x:contain;
}

.lp6666-carousel::-webkit-scrollbar{
    display:none;
}

.lp6666-carousel.lp6666-dragging{
    cursor:grabbing;
    scroll-behavior:auto;
}

.lp6666-card{
    flex:0 0 260px;
    width:260px;
    min-width:260px;
    padding:18px;
    text-align:center;
    background:rgba(3,3,3,.96);
    border:1px solid rgba(212,175,55,.42);
    border-radius:22px;
    box-shadow:0 12px 35px rgba(0,0,0,.34), inset 0 0 22px rgba(212,175,55,.025);
    transition:transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.lp6666-card:hover{
    transform:translateY(-5px);
    border-color:rgba(212,175,55,.72);
    box-shadow:0 18px 42px rgba(0,0,0,.42), 0 0 24px rgba(212,175,55,.07);
}

.lp6666-image{
    position:relative;
    display:block;
    width:100%;
    margin-bottom:14px;
    overflow:hidden;
    border-radius:16px;
    background:#0b0b0b;
}

.lp6666-image img{
    display:block;
    width:100%;
    height:200px;
    object-fit:contain;
}

.lp6666-name{
    color:#fff;
    font-size:14px;
    line-height:1.4;
    min-height:20px;
}

.lp6666-price{
    margin-top:5px;
    color:#d4af37;
    font-size:14px;
    line-height:1.3;
    font-weight:700;
}

.lp6666-price del{
    opacity:.55;
    margin-right:5px;
}

.lp6666-price ins{
    text-decoration:none;
}

.lp6666-card .button,
.lp6666-card .add_to_cart_button{
    display:inline-block;
    width:auto;
    min-width:138px;
    margin-top:14px;
    padding:11px 24px;
    color:#050505;
    background:#d4af37;
    border:1px solid #d4af37;
    border-radius:30px;
    font-size:12px;
    line-height:1.2;
    font-weight:800;
    letter-spacing:1px;
    text-transform:uppercase;
    text-decoration:none;
    cursor:pointer;
    transition:transform .18s ease, filter .18s ease;
}

.lp6666-card .button:hover,
.lp6666-card .add_to_cart_button:hover{
    color:#050505;
    background:#e4c354;
    border-color:#e4c354;
    transform:translateY(-1px);
}

/* =========================================================
   DESKTOP ARROWS
   Visible ONLY on desktop/tablet.
   They sit outside the first/last cards instead of over
   product content.
========================================================= */
.lp6666-arrow{
    position:absolute;
    top:50%;
    z-index:10;
    display:flex;
    align-items:center;
    justify-content:center;
    width:38px;
    height:38px;
    padding:0;
    margin:0;
    transform:translateY(-50%);
    color:#d4af37;
    background:rgba(0,0,0,.88);
    border:1px solid rgba(212,175,55,.7);
    border-radius:50%;
    box-shadow:0 7px 20px rgba(0,0,0,.45);
    font-family:Arial,sans-serif;
    font-size:27px;
    line-height:1;
    cursor:pointer;
    transition:background .18s ease, transform .18s ease, border-color .18s ease;
}

.lp6666-arrow span{
    display:block;
    transform:translateY(-1px);
}

.lp6666-arrow:hover{
    background:#d4af37;
    color:#050505;
    border-color:#d4af37;
    transform:translateY(-50%) scale(1.05);
}

.lp6666-prev{left:4px;}
.lp6666-next{right:4px;}

/* =========================================================
   MOBILE — ONE PRODUCT / AUTO + SWIPE + DOTS
   IMPORTANT: MOBILE ARROWS ARE COMPLETELY REMOVED.
========================================================= */
@media (max-width:768px){

    .lp6666-wrapper{
        width:calc(100% - 16px);
        max-width:none;
        margin:18px auto;
        padding:20px 10px 17px;
        border-radius:20px;
        background-color:#070504;
        background-size:
            135px 135px,
            175px 175px,
            205px 205px,
            160px 160px,
            145px 145px,
            220px 220px,
            100% 100%,
            100% 100%,
            100% 100%,
            100% 100%;
        box-shadow:0 15px 45px rgba(0,0,0,.45), inset 0 0 55px rgba(0,0,0,.55);
    }

    .lp6666-desktop-title{
        display:none;
    }

    .lp6666-mobile-heading{
        position:relative;
        z-index:2;
        display:flex;
        flex-direction:column;
        align-items:center;
        justify-content:center;
        margin:0 0 14px;
        text-align:center;
    }

    .lp6666-kicker{
        margin-bottom:4px;
        color:#d4af37;
        font-size:8px;
        line-height:1;
        font-weight:900;
        letter-spacing:1.7px;
    }

    .lp6666-title-mobile{
        color:#fff;
        font-size:21px;
        line-height:1;
        font-weight:900;
        letter-spacing:.1px;
    }

    .lp6666-subtitle-mobile{
        margin-top:5px;
        color:#aaa;
        font-size:10px;
        line-height:1.2;
    }

    .lp6666-view-all-mobile{
        display:inline-block;
        margin-top:7px;
        padding-bottom:3px;
        color:#d4af37;
        border-bottom:1px solid rgba(212,175,55,.75);
        font-size:8px;
        line-height:1;
        font-weight:900;
        text-decoration:none;
    }

    .lp6666-carousel-shell{
        position:relative;
        z-index:2;
        width:100%;
        padding:0;
    }

    .lp6666-carousel{
        display:flex;
        gap:0;
        width:100%;
        overflow:hidden;
        padding:0;
        scroll-snap-type:none;
        touch-action:pan-y;
        cursor:grab;
    }

    .lp6666-card{
        flex:0 0 100%;
        width:100%;
        min-width:100%;
        padding:12px;
        border-radius:16px;
        background:rgba(2,2,2,.97);
        border-color:rgba(212,175,55,.48);
        box-shadow:0 12px 30px rgba(0,0,0,.42), inset 0 0 20px rgba(212,175,55,.025);
        transition:none;
    }

    .lp6666-card:hover{
        transform:none;
        border-color:rgba(212,175,55,.48);
    }

    .lp6666-image{
        margin-bottom:10px;
        border-radius:12px;
        background:#0b0b0b;
    }

    .lp6666-image img{
        width:100%;
        height:205px;
        object-fit:contain;
    }

    .lp6666-new-badge{
        position:absolute;
        top:9px;
        left:9px;
        z-index:3;
        display:block;
        padding:5px 8px;
        color:#050505;
        background:#d4af37;
        border-radius:4px;
        font-size:7px;
        line-height:1;
        font-weight:900;
        letter-spacing:.5px;
    }

    .lp6666-name{
        width:100%;
        min-height:19px;
        margin-top:2px;
        color:#fff;
        font-size:15px;
        line-height:1.25;
        text-align:center;
    }

    .lp6666-price{
        margin-top:5px;
        color:#d4af37;
        font-size:14px;
        line-height:1.3;
        text-align:center;
    }

    .lp6666-card .button,
    .lp6666-card .add_to_cart_button{
        width:100%;
        min-width:0;
        margin-top:10px;
        padding:11px 12px;
        border-radius:8px;
        font-size:10px;
        text-align:center;
    }

    /* HIDE MOBILE ARROWS COMPLETELY */
    .lp6666-arrow{
        display:none !important;
        visibility:hidden !important;
        pointer-events:none !important;
    }

    /* Premium mobile pagination */
    .lp6666-mobile-dots{
        position:relative;
        z-index:3;
        display:flex;
        align-items:center;
        justify-content:center;
        gap:5px;
        width:100%;
        min-height:7px;
        margin-top:12px;
    }

    .lp6666-mobile-dots button{
        flex:0 0 auto;
        width:7px;
        height:7px;
        padding:0;
        border:0;
        border-radius:50%;
        background:rgba(255,255,255,.38);
        box-shadow:none;
        cursor:pointer;
        transition:width .2s ease, background .2s ease, transform .2s ease;
    }

    .lp6666-mobile-dots button.active{
        width:19px;
        border-radius:7px;
        background:#d4af37;
        transform:scaleY(1.05);
    }

    .lp6666-mobile-hint{
        position:relative;
        z-index:3;
        display:block;
        margin-top:6px;
        color:rgba(255,255,255,.42);
        font-size:7px;
        line-height:1;
        letter-spacing:1.2px;
        text-align:center;
    }
}

/* =========================================================
   VERY SMALL PHONES
========================================================= */
@media (max-width:360px){

    .lp6666-wrapper{
        width:calc(100% - 12px);
        padding-left:7px;
        padding-right:7px;
    }

    .lp6666-image img{
        height:180px;
    }

    .lp6666-title-mobile{
        font-size:19px;
    }
}

/* =========================================================
   ACCESSIBILITY / REDUCED MOTION
========================================================= */
@media (prefers-reduced-motion:reduce){
    .lp6666-carousel{
        scroll-behavior:auto;
    }

    .lp6666-card,
    .lp6666-arrow,
    .lp6666-mobile-dots button{
        transition:none;
    }
}
