.mvp-bde4a7b2-wrapper {
    width: 100%;
}
.mvp-bde4a7b2-section-title {
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
}
.mvp-bde4a7b2-notice {
    padding: 12px;
    background: #fff3cd;
    border-left: 4px solid #ffc107;
    color: #856404;
    margin-bottom: 20px;
    border-radius: 4px;
    font-size: 14px;
}
.mvp-bde4a7b2-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}
@media (max-width: 768px) {
    .mvp-bde4a7b2-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 480px) {
    .mvp-bde4a7b2-grid {
        grid-template-columns: 1fr;
    }
}
.mvp-bde4a7b2-card {
    border: 1px solid #e0e0e0;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.mvp-bde4a7b2-card:hover {
    transform: translateY(-4px);
}
.mvp-bde4a7b2-image-wrap {
    position: relative;
    width: 100%;
    padding-top: 100%; /* 1:1 Aspect Ratio */
    background: #f7f7f7;
    overflow: hidden;
    margin-bottom: 15px;
    border-radius: 4px;
}
.mvp-bde4a7b2-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mvp-bde4a7b2-img-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #eaeaea;
    color: #666;
    font-size: 14px;
    font-weight: 500;
}
.mvp-bde4a7b2-title {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 10px 0;
    line-height: 1.4;
}
.mvp-bde4a7b2-price {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 15px;
}
.mvp-bde4a7b2-price del {
    opacity: 0.5;
    font-size: 13px;
    margin-right: 5px;
}
.mvp-bde4a7b2-price ins {
    text-decoration: none;
}
.mvp-bde4a7b2-action {
    margin-top: auto;
}
.mvp-bde4a7b2-btn {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease;
    border: none;
    box-sizing: border-box;
}
