.wpshop-slideshow {
    position: fixed !important;
    right: 1rem !important;
    bottom: 1rem !important;
    width: 320px !important;
    height: 140px !important;
    max-width: calc(100% - 2rem) !important;
    z-index: 99999 !important;
    box-shadow: 0 10px 30px rgba(2,6,23,0.2) !important;
    border-radius: 12px !important;
    overflow: visible !important;
    background: rgba(255,255,255,0.95) !important;
    transition: transform 0.35s ease, opacity 0.35s ease, right 0.35s ease;
    box-sizing: border-box !important;
}
.wpshop-slideshow .wpshop-slideshow-inner { position: relative; height: 100%; overflow: hidden; }
.wpshop-slideshow .wpshop-slide { position: absolute; inset: 0; box-sizing: border-box; padding: 8px; text-decoration: none; color: inherit; opacity: 0; pointer-events: none; transition: opacity 0.6s ease; display: block; }
.wpshop-slideshow .wpshop-slide.active { opacity: 1; pointer-events: auto; }
.wpshop-slideshow .wpshop-slide-media { width:100%; height:100%; display:block; }
.wpshop-slideshow .wpshop-slide-media img { width:100%; height:100%; object-fit:cover; border-radius:8px; display:block; }
.wpshop-slideshow .wpshop-slide-info { position:absolute; left:12px; bottom:12px; right:12px; background: rgba(0,0,0,0.45); color:#fff; padding:8px 10px; border-radius:8px; }
.wpshop-slideshow .wpshop-slide-title { font-weight:700; font-size:0.95rem; }
.wpshop-slideshow .wpshop-slide-price { font-size:0.9rem; margin-top:0.2rem; color:#10b981; }

.wpshop-slideshow .wpshop-slideshow-toggle { position:absolute; top:-10px; right:-10px; background:#fff; border-radius:50%; border:none; width:36px; height:36px; box-shadow:0 6px 18px rgba(0,0,0,0.12); cursor:pointer; z-index:999999; }
.wpshop-slideshow .wpshop-slideshow-collapse { position:absolute; left:50%; transform:translateX(-50%); bottom:-18px; background:transparent; border:none; font-size:18px; cursor:pointer; z-index:999999; }

/* Hidden state */
.wpshop-slideshow.wpshop-hidden {
    transform: translateX(120%) scale(0.95);
    opacity: 0;
    pointer-events: none;
}

/* Position variants */
.wpshop-slideshow[data-position="bottom-left"] { right: auto !important; left: 1rem !important; }
.wpshop-slideshow[data-position="top-right"] { bottom: auto !important; top: 1rem !important; }
.wpshop-slideshow[data-position="top-left"] { bottom: auto !important; top: 1rem !important; right: auto !important; left: 1rem !important; }

/* Collapsed on mobile */

@media (max-width: 600px) {
    .wpshop-slideshow { width: 60px !important; height: 60px !important; border-radius: 999px !important; right: 12px !important; bottom: 12px !important; }
    .wpshop-slideshow .wpshop-slideshow-inner { display:none !important; }
    .wpshop-slideshow .wpshop-slideshow-collapse { display:block !important; }
}

/* Collapsed class for user folding */
.wpshop-slideshow.wpshop-collapsed { height: 60px !important; width: 60px !important; border-radius: 999px !important; overflow: hidden !important; }
.wpshop-slideshow.wpshop-collapsed .wpshop-slideshow-inner { display:none !important; }
