.relievia-container-7ffd0451 {
    padding: 40px 20px;
    background-color: #F8F8F5;
    border-radius: 20px;
    font-family: inherit;
    overflow: hidden;
}

.relievia-header-7ffd0451 {
    text-align: center;
    margin-bottom: 50px;
}

.relievia-label-7ffd0451 {
    display: block;
    color: #C9A227;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.relievia-main-heading-7ffd0451 {
    color: #0D5C2F;
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 15px;
}

.relievia-sub-heading-7ffd0451 {
    color: #555;
    font-size: 16px;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.relievia-grid-7ffd0451 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

@media (max-width: 1024px) {
    .relievia-grid-7ffd0451 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .relievia-grid-7ffd0451 {
        grid-template-columns: 1fr;
    }
}

.relievia-card-7ffd0451 {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border-radius: 24px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    overflow: hidden;
    text-decoration: none !important;
    display: flex;
    flex-direction: column;
    transition: all 0.4s ease;
    border: 2px solid transparent;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeUpRelievia 0.8s forwards;
    height: 100%;
}

@keyframes fadeUpRelievia {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.relievia-card-7ffd0451:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    border-color: #0D5C2F;
}

.relievia-card-img-wrap-7ffd0451 {
    position: relative;
    width: 100%;
    aspect-ratio: 4/3;
    overflow: hidden;
    background: #f0f0f0;
}

.relievia-card-img-wrap-7ffd0451 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.relievia-card-7ffd0451:hover .relievia-card-img-wrap-7ffd0451 img {
    transform: scale(1.08);
}

.relievia-sparkles-7ffd0451 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
    opacity: 0;
    transition: opacity 0.4s;
}

.relievia-card-7ffd0451:hover .relievia-sparkles-7ffd0451 {
    opacity: 1;
}

.relievia-badge-7ffd0451 {
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    z-index: 5;
}

.badge-bestseller { background: #C9A227; }
.badge-new { background: #0D5C2F; }
.badge-popular { background: #2b7bc4; }

.relievia-card-content-7ffd0451 {
    padding: 25px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.relievia-card-category-7ffd0451 {
    font-size: 12px;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.relievia-card-title-7ffd0451 {
    font-size: 20px;
    font-weight: 700;
    color: #0D5C2F;
    margin: 0 0 10px;
}

.relievia-card-desc-7ffd0451 {
    font-size: 14px;
    color: #666;
    margin: 0 0 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5;
    flex-grow: 1;
}

.relievia-btn-7ffd0451 {
    display: inline-block;
    padding: 12px 25px;
    background: linear-gradient(135deg, #0D5C2F, #198045);
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.4s ease;
    margin-top: auto;
}

.relievia-card-7ffd0451:hover .relievia-btn-7ffd0451 {
    box-shadow: 0 0 15px rgba(13, 92, 47, 0.5);
    transform: translateY(-2px);
}
