.tw-m-title {
  font-size: 1.05rem;
  font-weight: 650;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin: 0;
}

.tw-m-sub {
  font-size: .9rem;
  margin: 0;
}

.tw-m-link {
  font-size: .9rem;
  text-decoration: none;
  color: #111;
  padding: .35rem .65rem;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,.08);
  background: rgba(0,0,0,.02);
}

.tw-mini-carousel {
  border-radius: 18px;
}

.tw-mcard {
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(0,0,0,.08);
  transition: transform .15s ease, box-shadow .15s ease;
  overflow: hidden;
}

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

.tw-mthumb {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  background: #f6f7f9;
}

.tw-mimg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .25s ease;
}

.tw-mcard:hover .tw-mimg {
  transform: scale(1.03);
}

.tw-mbadge {
  position: absolute;
  top: 10px;
  left: 10px;
  border-radius: 999px;
  padding: .35rem .55rem;
  font-weight: 650;
  letter-spacing: .02em;
  box-shadow: 0 10px 22px rgba(0,0,0,.18);
}

.tw-mbody {
  padding: .6rem .7rem;
}

.tw-mname {
  font-size: .92rem;
  font-weight: 650;
  letter-spacing: -0.01em;
  color: #111;
  line-height: 1.15rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.3rem;
}

.tw-mprice {
  font-size: .95rem;
  font-weight: 750;
  color: #111;
}

.tw-mrate {
  font-size: .82rem;
  white-space: nowrap;
}

.tw-mfooter {
  padding: 0 .7rem .7rem .7rem;
}

.tw-mbtn {
  border-radius: 12px;
  padding: .55rem .7rem;
  font-weight: 700;
  border: 1px solid rgba(0,0,0,.10);
  background: rgba(0,0,0,.03);
  color: #111;
}

.tw-mbtn:hover {
  background: rgba(0,0,0,.06);
}

.tw-mplus {
  display: inline-flex;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  margin-right: .4rem;
  background: #111;
  color: #fff;
  font-size: .9rem;
  line-height: 1;
}

.tw-mini-control {
  width: 46px;
  opacity: 1;
}

.tw-mini-control-btn {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,.95);
  border: 1px solid rgba(0,0,0,.08);
  box-shadow: 0 12px 26px rgba(0,0,0,.12);
  color: #111;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
  display: none;
}

@media (max-width: 575.98px) {
  .tw-mini-control {
    width: 40px;
  }
}

@media (max-width: 575.98px) {
  .tw-mini-control-btn {
    width: 32px;
    height: 32px;
  }
}

@media (max-width: 575.98px) {
  .tw-mbody {
    padding: .55rem .65rem;
  }
}

@media (max-width: 575.98px) {
  .tw-mfooter {
    padding: 0 .65rem .65rem .65rem;
  }
}

