.bsj-hslider{
  width:100%;
}

.bsj-hslider__debug-banner{
  margin:0 0 12px;
  padding:10px 12px;
  border-radius:12px;
  background:#a32020;
  color:#fff;
  font-size:12px;
  font-weight:700;
  line-height:1.4;
}

.bsj-hslider__head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin-bottom:28px;
}

.bsj-hslider__headleft{
  display:flex;
  align-items:center;
  gap:10px;
  min-width:0;
}

.bsj-hslider__arrow{
  width:40px;
  height:40px;
  border-radius:999px;
  display:grid;
  place-items:center;
  text-decoration:none !important;
  color:inherit;
  background:rgba(0,0,0,.05);
  transition:transform .12s ease, background .12s ease;
  flex:none;
}

.bsj-hslider__arrow:hover{
  background:rgba(0,0,0,.08);
  transform:translateY(-1px);
}

.bsj-hslider__title{
  margin:0;
  font-size:1.8em;
  font-weight:600;
  letter-spacing:-0.2px;
  line-height:1.15;
  color:rgb(15, 32, 67);
}

.bsj-hslider__nav{
  display:flex;
  gap:10px;
}

.bsj-hslider__btn{
  width:38px;
  height:38px;
  border-radius:999px;
  border:1px solid rgba(0,0,0,.12);
  background:#fff;
  display:grid;
  place-items:center;
  cursor:pointer;
  user-select:none;
  transition:transform .12s ease, box-shadow .12s ease;
}

.bsj-hslider__btn:hover{
  box-shadow:0 6px 18px rgba(0,0,0,.08);
  transform:translateY(-1px);
}

.bsj-swiper{
  width:100%;
}

.bsj-swiper .swiper-slide{
  padding:2px 0;
}

.bsj-card{
  border-radius:18px;
  overflow:visible;
  max-width:320px;
}

.bsj-card__link{
  display:block;
  text-decoration:none !important;
  color:inherit;
}

.bsj-card__media{
  position:relative;
  border-radius:18px;
  overflow:hidden;
  background:#f3f3f3;
}

.bsj-card__media img{
  width:100%;
  height:240px;
  object-fit:cover;
  display:block;
  border-radius:18px;
  transform:scale(1.001);
  transition:transform .35s ease;
}

.bsj-card__link:hover .bsj-card__media img{
  transform:scale(1.03);
}

.bsj-card__wish{
  position:absolute;
  top:12px;
  right:12px;
  width:34px;
  height:34px;
  border-radius:999px;
  border:0;
  background:rgba(255,255,255,.95);
  display:grid;
  place-items:center;
  cursor:pointer;
  box-shadow:0 8px 20px rgba(0,0,0,.10);
}

.bsj-card__merch-debug{
  position:absolute;
  left:12px;
  right:52px;
  bottom:12px;
  padding:6px 8px;
  border-radius:10px;
  background:rgba(15,32,67,.88);
  color:#fff;
  font-size:11px;
  line-height:1.3;
  z-index:2;
}

.bsj-card__body{
  display:flex;
  flex-direction:column;
  gap:4px;
  padding:10px 6px 0;
}

.bsj-card__meta{
  font-size:14px;
  opacity:.72;
  margin:0;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.bsj-card__title{
  font-size:17px;
  font-weight:600;
  line-height:1.25;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  overflow:hidden;
}

.bsj-card__price{
  font-size:14px;
  opacity:.9;
  margin-top:2px;
}

.bsj-card__price strong{
  font-weight:650;
}

.bsj-card--seeall{
  height:100%;
}

.bsj-seeall{
  height:100%;
  min-height:240px;
  border-radius:18px;
  border:1px solid rgba(0,0,0,.08);
  background:#fff;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:14px;
  text-decoration:none !important;
  color:inherit;
  box-shadow:0 10px 26px rgba(0,0,0,.06);
  transition:transform .12s ease, box-shadow .12s ease;
}

.bsj-seeall:hover{
  transform:translateY(-2px);
  box-shadow:0 16px 36px rgba(0,0,0,.10);
}

.bsj-seeall__thumbs{
  position:relative;
  width:86px;
  height:58px;
}

.bsj-seeall__thumb{
  position:absolute;
  width:76px;
  height:76px;
  border-radius:14px;
  overflow:hidden;
  border:1px solid rgba(0,0,0,.08);
  box-shadow:0 10px 18px rgba(0,0,0,.10);
  background:#f3f3f3;
}

.bsj-seeall__thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.bsj-seeall__thumb--a{
  left:0;
  top:2px;
  transform:rotate(-6deg);
}

.bsj-seeall__thumb--b{
  right:0;
  bottom:0;
  transform:rotate(6deg);
}

.bsj-seeall__text{
  font-size:16px;
  font-weight:650;
  margin-top:20px;
}

@media (max-width: 768px) {
  .bsj-hslider__head{
    margin-bottom:14px;
  }

  .bsj-card{
    max-width:200px;
  }

  .bsj-card__media img{
    max-height:200px;
  }

  .bsj-hslider__title{
    font-size:18px;
  }

  .bsj-hslider__arrow{
    width:25px;
    height:25px;
  }

  .bsj-hslider__nav{
    display:none;
  }

  .bsj-card__meta{
    font-size:11px;
  }

  .bsj-card__price{
    font-size:11px;
  }

  .bsj-card__title{
    font-size:13px;
    margin-bottom:-10px;
  }

  .bsj-card__media img{
    height:220px;
  }

  .bsj-card__wish{
    width:24px;
    height:24px;
    background:rgba(0,0,0,.1);
  }
}

.bsj-hslider[data-post-type="st_activity"] .bsj-card__media img{
  height:220px;
}

.bsj-hslider[data-post-type="st_hotel"] .bsj-card__media img{
  height:255px;
}
