.kaw-wrap {
  margin: 32px 0;
  border: 1px dashed #c91010;
  padding: 10px 10px 0 10px;
  border-radius: 15px;
  background-color: #fffdec;
}

.kaw-title {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 16px;
    color: #1e293b;
	justify-content: center;
  display: flex;
}

.kaw-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    overflow: hidden;
    transition: box-shadow .25s, transform .25s;
}

.kaw-card:hover {
    box-shadow: 0 8px 24px rgba(0,0,0,.08);
    transform: translateY(-2px);
}

.kaw-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.kaw-img {
    aspect-ratio: 1;
    overflow: hidden;
    background: #f8fafc;
}

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

.kaw-info {
    padding: 10px 12px 14px;
}

.kaw-name {
    font-size: 13px;
    font-weight: 600;
    color: #1e293b;
    line-height: 1.4;
    margin: 0 0 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.kaw-price {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #e11d48;
}

.kaw-price ins {
    text-decoration: none;
}

.kaw-price del {
    font-size: 12px;
    font-weight: 400;
    color: #94a3b8;
    margin-right: 6px;
}

.kaw-wrap .slider-nav-circle .flickity-button {
    width: 36px;
    height: 36px;
}
