.scroll-wrapper{display:flex;gap:20px;width:100%}.scroll-col{flex:1;height:500px;overflow-y:scroll;display:flex;flex-direction:column;gap:12px;scrollbar-width:none}.scroll-col::-webkit-scrollbar{display:none}.scroll-col img{width:100%;border-radius:12px;object-fit:cover;height:350px}.img-wrapper{position:relative}.img-tags{position:absolute;bottom:16px;left:16px;display:flex;gap:10px;flex-wrap:wrap}.img-tags span{background:white;color:black;padding:10px 20px;border-radius:999px;font-size:15px;font-weight:500;box-shadow:0 2px 8px rgba(0,0,0,0.15)}.peek-carousel-wrapper{display:flex;align-items:center;gap:16px;width:100%;max-width:900px;margin:0 auto}.peek-carousel-track-container{overflow:hidden;width:100%}.peek-carousel-track{display:flex;gap:20px;transition:transform 0.4s ease}.peek-carousel-slide{min-width:70%;flex-shrink:0;box-sizing:border-box}.peek-carousel-slide img{width:100%;height:500px;object-fit:cover;border-radius:12px;display:block}.peek-carousel-btn{background:white;border:none;width:44px;height:44px;border-radius:50%;font-size:24px;cursor:pointer;box-shadow:0 2px 8px rgba(0,0,0,0.15);flex-shrink:0;z-index:2}.peek-carousel-btn:hover{background:#f0f0f0}