/*
 * PROCOMP.LT Theme
 * Green accent (#22c55e) + Dark header (slate-800)
 * Loaded only for SITE_ID=4 via templates_site4/base.html
 */

/* Override emerald accents from mobitelas to green for procomp */
/* Product card hover */
.product-card {
    transition: all 0.2s ease;
}
.product-card:hover {
    box-shadow: 0 8px 25px -5px rgba(0,0,0,0.1);
    transform: translateY(-2px);
}

/* Refurbished badge */
.badge-refurbished {
    display: inline-block;
    background-color: #f59e0b; /* amber-500 */
    color: white;
    font-size: 10px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 4px;
}
