.product-grid-1676e6ce {
    display: grid;
    gap: 24px;
    width: 100%;
}

.product-card-1676e6ce {
    display: flex;
    flex-direction: column;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    background-color: #ffffff;
    overflow: hidden;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.025);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    padding: 20px;
    height: 100%;
}

.product-card-1676e6ce:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.product-img-wrapper-1676e6ce {
    width: 100%;
    height: 200px;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 16px;
}

.product-img-1676e6ce {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-info-1676e6ce {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.product-title-1676e6ce {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 10px 0;
    color: #1a1a1a;
}

.product-desc-1676e6ce {
    font-size: 14px;
    line-height: 1.6;
    color: #555555;
    margin: 0 0 20px 0;
    flex-grow: 1;
}

.product-action-1676e6ce {
    margin-top: auto;
}

.product-btn-1676e6ce {
    display: inline-block;
    width: 100%;
    text-align: center;
    background-color: #3b82f6;
    color: #ffffff;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.2s ease, transform 0.1s ease;
    box-sizing: border-box;
}

.product-btn-1676e6ce:hover {
    background-color: #2563eb;
}
