.wc-grid-3d720fff {
    display: grid;
    gap: 24px;
}

.wc-placeholder-3d720fff {
    padding: 30px;
    border: 2px dashed #bbb;
    background: #fdfdfd;
    text-align: center;
    color: #888;
    border-radius: 8px;
    font-family: sans-serif;
}

.wc-placeholder-card-3d720fff {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 250px;
    border: 2px dashed #ddd !important;
    background: #fafafa !important;
    color: #999;
    font-style: italic;
    box-shadow: none !important;
}

.wc-card-3d720fff {
    position: relative;
    border: 1px solid #eee;
    padding: 18px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.04);
    display: flex;
    flex-direction: column;
    gap: 12px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.wc-card-3d720fff:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}

.wc-image-container-3d720fff {
    position: relative;
    width: 100%;
    aspect-ratio: 1;
    overflow: hidden;
    background: #fafafa;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wc-image-container-3d720fff img {
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease;
}

.wc-card-3d720fff:hover .wc-image-container-3d720fff img {
    transform: scale(1.04);
}

.wc-badge-3d720fff {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #ff3f34;
    color: #fff;
    padding: 5px 12px;
    font-size: 11px;
    font-weight: 800;
    border-radius: 30px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.12);
    z-index: 5;
    letter-spacing: 0.5px;
}

.wc-title-3d720fff {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    color: #222;
}

.wc-price-3d720fff {
    font-size: 16px;
    font-weight: 700;
    color: #333;
}

.wc-price-3d720fff del {
    color: #a0a0a0;
    font-size: 0.85em;
    margin-right: 6px;
}

.wc-price-3d720fff ins {
    text-decoration: none;
    color: #ff3f34;
}

.wc-desc-3d720fff {
    font-size: 13.5px;
    color: #777;
    line-height: 1.5;
    margin: 0;
}

.wc-btn-3d720fff {
    display: block;
    text-align: center;
    background-color: #111;
    color: #fff;
    padding: 11px 18px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    border-radius: 6px;
    transition: background-color 0.2s ease;
    margin-top: auto;
    border: none;
    cursor: pointer;
}

.wc-btn-3d720fff:hover {
    background-color: #333;
}
