.paket-solar-panel{background: linear-gradient( rgba(0,0,0,0.3), rgba(0,0,0,0.3) ),url('https://getenergie.co.id/wp-content/uploads/2024/04/solar-roof-dusk.jpg');
    background-position: 50% 20%;
}
.paket-ev-charger{background: linear-gradient( rgba(0,0,0,0.3), rgba(0,0,0,0.3) ),url('https://getenergie.co.id/wp-content/uploads/2024/05/ev.jpg');
    background-position: 50% 45%;
}
.catalog-top {
    text-align: center;
    background-size:cover;
    height: 500px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: 0px 0px 9px rgb(0, 0, 0, 0.8);
}
h1.catalog-h1 {
    margin-top: 0;
    font-size: 3em;
    margin-bottom: 10px;
}
.catalog-section {
    width: 60%;
    margin: auto;
}
.catalog-top-text {
    font-size: 20px;
}
.product-img {
    width: 200px;
}

a.product {
    transition: 0.4s;
    display: flex;
    padding: 1em;
    box-sizing: border-box;
    box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.2);
    margin-bottom: 2em;
    gap: 2em;
    border-radius: 7px;
}
a.product:hover {
    box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.6);
}
.product-properties h3 {margin: 0;color: var(--c1);}
.recommendations-outer{
    color: var(--c4);
    font-size: 13px;
}
.recommendations {
    display: flex;
    column-gap: 1em;
    row-gap: 5px;
    flex-wrap: wrap;
    align-items: center;
}
.recommendation {
    background: var(--c1);
    color: var(--c2);
    border-radius: 6px;
    padding: 3px 11px;
    box-sizing: border-box;
}
.harga {
    color: var(--c5);
    font-weight: 900;
    font-size: 25px;
}
p.catalog-text {
    font-size: 1em;
    margin: calc(1ex / 0.32) 0;
}
.action-button-outer {
    display: flex;
}

.action-button {
    padding: 3px 8px;
    box-sizing: border-box;
    font-size: 15px;
    border: 1px solid;
    margin-top: 1em;
    border-radius: 5px;
    transition: .4s;
}

.action-button:hover {
    background: #ddd;
}
@media(max-width:800px){
    .catalog-section {
        width: 85%;
    }
    .catalog-top-inner {
    width: 90%;
    }
    
    h1.catalog-h1 {
        font-size: 36px;
    }
    a.product {
        flex-direction: column;
    }
    
    .product-properties h3 {
        font-size: 22px;
    }
    
    .recommendations {
        font-size: 12px;
    }
    
    .recommendation {
        padding: 1px 6px;
    }
}