.wrapper-box {
    margin-top: 10px;
    border-top: 1px solid #ececec;
    padding-top: 16px;
}
.favorite-container {
    border: 1px solid #989494;
    padding: 1rem;
    margin-top: 1rem;
    min-height: 200px;
}
.favorite-container.inside-page {
    border: none;
}
.favorite-container.inside-page .favorite-list-box {
    max-height: 100%;
}
.favorite-container .favorite-title {
    display: inline-block;
    background-color: #dfdff4;
    padding: 3px 12px;
    border-radius: 15px;
    margin-bottom: 0.5rem;
}
.favorite-container .favorite-list-box {
    max-height: 180px;
    overflow: auto;
}
.favorite-container .favorite-list-box .favorite-list {
    display: flex;
    justify-content: space-between;
    background-color: #f5f5f5;
    padding: 3px 12px;
}
.favorite-container .favorite-list-box .favorite-list + .favorite-list {
    margin-top: 1rem;
}
.splide ul[data-target="groups"] li {
    opacity: 1;
}
.splide ul[data-target="groups"] li a {
    display: flex;
    justify-content: center;
}
.splide.products a {
    position: relative;
    display: flex;
    justify-content: center;
}
.splide.products a .product-name {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.2);
    color: #333;
    display: none;
    text-align: center;
    font-size: 13px;
    padding: 6px 0;
}
.splide.products a:hover img {
    opacity: 0.5;
}
.splide.products a:hover .product-name {
    display: block;
}
.post-box {
    padding: 0.5rem;
    border-radius: 15px;
    border: 1px solid #000;
    margin: 0.5rem;
}
.post-box .post-head {
    display: flex;
}
.post-box .post-head .img-box {
    flex: none;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 0.5rem;
}
.post-box .post-head .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
    transform: scale(1);
}
.post-box .post-head .head-info .name-box {
    color: #555;
}
.post-box .post-head .head-info .date-box {
    color: #989494;
}
.post-box .post-body {
    color: #333;
    text-align: center;
}
.favorite-img {
    display: block;
    padding: 1rem;
}
.favorite-img img {
    width: 100%;
}
.product-name {
    color: #333;
}
.author-name {
    color: #989494;
    font-size: 16px;
}
.price-box {
    color: #e9b2b2;
    font-size: 1.2rem;
}
