/* Stage 4: vanilla carousel (former slick) and helpers */
.tpc-carousel-wrap{position:relative}
.tpc-carousel{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;list-style:none;margin:0;padding:0}
.tpc-carousel::-webkit-scrollbar{display:none}
.tpc-carousel > *{scroll-snap-align:start;box-sizing:border-box;padding:0 10px}
.tpc-carousel.is-dragging{scroll-snap-type:none;cursor:grabbing;user-select:none}
.tpc-car-prev,.tpc-car-next{position:absolute;top:50%;transform:translateY(-50%);width:38px;height:38px;border:1px solid #ddd;border-radius:50%;background:#fff;color:#1a1a1a;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:2;box-shadow:0 2px 8px rgba(0,0,0,.12)}
.tpc-car-prev{left:-6px}
.tpc-car-next{right:-6px}
.tpc-car-prev:hover,.tpc-car-next:hover{background:#f5f5f5}
