#shop_news .inner h2,
#shop_news .inner h1 {
    letter-spacing: normal;
}

#shop_news .inner ul {
    margin: 30px 0;
}

#shop_news .inner ul li .wrap .thumnail {
    border: 1px solid #ccc;
}

#shop_news .inner ul li .wrap .thumnail img {
    width: 100%;
    object-fit: cover;
}

#shop_news .inner ul li .wrap .content p {
    font-size: 14px;
    margin: 30px 0;
}

#shop_news .inner .shop_link {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px auto 0;
    width: fit-content;
    text-align: center;
    background-color: var(--theme-color);
    color: #fff;
    border-radius: 10px;
    padding: 10px 20px;
}
