.rasta-carousel { position: relative; }
.rasta-carousel__viewport { overflow: hidden; }
.rasta-carousel__track { display:flex; gap:1rem; direction:ltr; overflow-x:auto; scroll-snap-type:x mandatory; scroll-behavior:smooth; scrollbar-width:none; padding:3px; }
.rasta-carousel__track::-webkit-scrollbar { display:none; }
.rasta-carousel__item { flex:0 0 calc((100% - 3rem)/4); min-width:0; scroll-snap-align:start; direction:rtl; }
.rasta-carousel__item > .pcard { height:100%; }
.rasta-carousel__arrow { position:absolute; top:50%; transform:translateY(-50%); z-index:5; width:40px; height:40px; border:1px solid #eee; border-radius:50%; background:#fff; color:#e0457b; box-shadow:0 3px 14px #0002; cursor:pointer; font-size:22px; display:grid; place-items:center; }
.rasta-carousel__arrow--prev { right:-18px; }
.rasta-carousel__arrow--next { left:-18px; }
.rasta-carousel__arrow:disabled { opacity:.3; cursor:default; }
@media(max-width:1050px){.rasta-carousel__item{flex-basis:calc((100% - 2rem)/3)}}
@media(max-width:700px){.rasta-carousel__item{flex-basis:calc((100% - 1rem)/2)}.rasta-carousel__arrow{display:none}.rasta-carousel__track{overflow-x:auto;gap:.75rem}}

.bw-banners-grid--four { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:1.25rem; }
.bw-banners-grid--four .bw-banner-link { min-width:0; }
@media(max-width:700px){.bw-banners-grid--four{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.bw-banners-grid--four .bw-banner-img{width:100%;height:auto}}
