.c-card {
    background:
        radial-gradient(circle at 72% 82%, rgba(29, 78, 216, 0.25), transparent 45%),
        linear-gradient(160deg, rgba(37, 47, 73, 0.92), rgba(16, 24, 43, 0.96));
    border-radius: 22px;
    overflow: hidden;
    transition: transform var(--trans-smooth), box-shadow var(--trans-smooth), border-color var(--trans-smooth);
    display: flex;
    flex-direction: column;
    position: relative;
    height: 100%;
    border: 1px solid rgba(165, 180, 252, 0.32);
    padding: 0.8rem;
    backdrop-filter: blur(2px);
    box-shadow:
        0 14px 36px rgba(4, 10, 25, 0.55),
        0 0 0 1px rgba(255, 255, 255, 0.04) inset;
}

.c-card:hover {
    transform: translateY(-6px);
    border-color: rgba(191, 219, 254, 0.5);
    box-shadow:
        0 20px 46px rgba(6, 14, 36, 0.6),
        0 0 0 1px rgba(148, 163, 184, 0.2) inset;
}

.c-card__image-wrap {
    position: relative;
    aspect-ratio: 4 / 4.35;
    overflow: hidden;
    border-radius: 14px;
    background-color: rgba(12, 19, 35, 0.75);
}

.c-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s var(--trans-smooth), filter var(--trans-smooth);
    filter: saturate(0.98);
}

.c-card:hover .c-card__image {
    transform: scale(1.035);
    filter: saturate(1.03);
}

.c-card__badges {
    display: none;
}

.c-badge {
    padding: 0.2rem 0.6rem;
    font-size: 0.65rem;
    font-weight: 700;
    border-radius: var(--radius-sm);
    color: var(--clr-white);
    text-transform: uppercase;
}

.c-badge--discount {
    background-color: #f87171;
    /* Soft red */
}

.c-badge--trending {
    background-color: #3b82f6;
    /* Blue in screenshot */
}

.c-btn-wishlist {
    position: absolute;
    top: 0.85rem;
    right: 0.85rem;
    width: 42px;
    height: 42px;
    background-color: rgba(255, 255, 255, 0.28);
    color: rgba(255, 255, 255, 0.97);
    border-radius: var(--radius-full);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 9px 20px rgba(8, 17, 37, 0.42);
    backdrop-filter: blur(3px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    z-index: 10;
    transition: color var(--trans-fast), background-color var(--trans-fast), border-color var(--trans-fast), transform var(--trans-fast);
}

.c-btn-wishlist svg {
    stroke-width: 2.25;
}

.c-btn-wishlist:hover {
    color: #ffe2df;
    background-color: rgba(255, 255, 255, 0.36);
    border-color: rgba(255, 255, 255, 0.72);
    transform: scale(1.06);
}

.c-btn-wishlist.is-active {
    color: #f87171;
    background-color: rgba(248, 113, 113, 0.18);
    border-color: rgba(248, 113, 113, 0.6);
}

.c-btn-wishlist.is-active svg {
    fill: currentColor;
    stroke: currentColor;
}

.c-card__body {
    padding: 0.72rem 0.1rem 0.15rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.c-card__title {
    font-size: clamp(1.18rem, 1.32vw, 1.46rem);
    font-weight: 700;
    margin-bottom: 0.2rem;
    color: rgba(247, 250, 255, 0.95);
    line-height: 1.2;
    letter-spacing: 0.01em;
}

.c-card__desc {
    font-size: 0.78rem;
    color: rgba(173, 183, 208, 0.55);
    margin-bottom: 0.58rem;
    line-height: 1.35;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.c-card__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
    gap: 0.75rem;
}

.c-card__price-group {
    display: flex;
    flex-direction: column;
}

.c-card__price {
    font-size: clamp(1.48rem, 2vw, 1.72rem);
    font-weight: 700;
    color: #ff8f84;
    line-height: 1;
    letter-spacing: 0.01em;
}

.c-card__price--original {
    font-size: 0.8rem;
    color: rgba(148, 163, 184, 0.7);
    text-decoration: line-through;
    margin-top: 0.2rem;
}

.c-btn-cart {
    width: 46px;
    height: 46px;
    border: 1.5px solid rgba(221, 230, 247, 0.64);
    color: rgba(233, 240, 253, 0.9);
    border-radius: var(--radius-full);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color var(--trans-smooth), background-color var(--trans-smooth), border-color var(--trans-smooth), transform var(--trans-smooth);
}

.c-btn-cart:hover {
    background-color: rgba(148, 163, 184, 0.16);
    color: rgba(255, 255, 255, 0.98);
    border-color: rgba(255, 255, 255, 0.86);
    transform: translateY(-1px);
    box-shadow: 0 10px 20px rgba(8, 17, 37, 0.4);
}

.c-card__tag--service {
    position: absolute;
    bottom: 0.85rem;
    left: 0.85rem;
    background-color: rgba(16, 185, 129, 0.16);
    color: #6ee7b7;
    border: 1px solid rgba(110, 231, 183, 0.32);
    padding: 0.2rem 0.48rem;
    border-radius: 999px;
    font-size: 0.62rem;
    letter-spacing: 0.02em;
}

/* Bundle Specific Card */
.c-card--bundle {
    flex-direction: row;
    /* Horizontal layout */
    grid-column: span 2;
    /* Take up two slots in the grid */
}

@media (max-width: 768px) {
    .c-card--bundle {
        flex-direction: column;
        grid-column: span 1;
    }
}

.c-card--bundle .c-card__image-wrap {
    flex: 0 0 40%;
    aspect-ratio: auto;
    /* Take height from card */
}

.c-card--bundle .c-card__body {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: var(--space-lg);
}

.c-card--bundle .c-card__title {
    font-size: 1.25rem;
    margin-bottom: var(--space-sm);
}

.c-card--bundle .c-card__desc {
    font-size: 0.85rem;
    margin-bottom: var(--space-lg);
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
}

.c-btn-bundle {
    padding: 0.75rem;
    background-color: #1e293b;
    /* Dark slate (Black in screenshot) */
    color: white;
    border-radius: var(--radius-md);
    font-weight: 700;
    font-size: 0.9rem;
    margin-top: auto;
    width: 100%;
    transition: var(--trans-smooth);
}

.c-btn-bundle:hover {
    background-color: #0f172a;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.c-btn-wishlist--bundle {
    top: var(--space-md);
    right: var(--space-md);
}

.c-badge--bundle {
    background-color: #ef4444;
    padding: 0.3rem 0.8rem;
    position: absolute;
    top: var(--space-sm);
    left: var(--space-sm);
    z-index: 10;
}

@media (max-width: 520px) {
    .c-card {
        border-radius: 18px;
        padding: 0.64rem;
    }

    .c-card__image-wrap {
        border-radius: 12px;
    }

    .c-card__title {
        font-size: 1.08rem;
    }

    .c-card__price {
        font-size: 1.4rem;
    }

    .c-btn-cart,
    .c-btn-wishlist {
        width: 40px;
        height: 40px;
    }
}
