/* Idroponica.it for Advanced Nutrients */

.adv_landing {
    padding: 0 !important;
    background: rgb(34, 51, 59);
    background: linear-gradient(180deg, rgba(34, 51, 59, 1) 0%, rgba(255, 255, 255, 1) 34%);
    z-index: 1;
}

.adv_landing .box_general {
    background: #fff;
}

.adv_landing img {
    user-drag: none;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.adv_landing h1 {
    font-size: 1.65rem !important;
}

.adv_landing h2 {
    font-size: 1.3rem !important;
}

.adv_landing h3 {
    font-size: 1.2rem !important;
}

.adv_landing h4 {
    font-size: 1rem !important;
}

.adv_landing .row {
    padding: 16px !important;
}

.adv_landing .prod-grid {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(4, 1fr);
    padding: 16px;
    gap: 32px;
}

.adv_landing .prod-grid img {
    margin-bottom: 16px;
}

.adv_landing .prod-grid .box_general {
    margin-bottom: 0;
    cursor: pointer;
}

.adv_landing .prod-grid a p {
    color: #555 !important;
}

.adv_landing .title {
    font-size: 14px !important;
    z-index: 3 !important;
}

.adv_landing .title::after {
    z-index: -1 !important;
}

.banner-brand {
    max-height: 250px;
    margin-top: -70px;
    z-index: 999;
    filter: drop-shadow(5px -10px 20px rgba(0, 0, 0, 0.20));
}

@media screen and (max-width: 600px) {
    .adv_landing {
        background: linear-gradient(180deg, rgba(34, 51, 59, 1) 0%, rgba(255, 255, 255, 1) 7%);
    }

    .adv_landing .prod-grid {
        display: grid;
        width: 100%;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .adv_landing .title {
        display: none;
    }

    .banner-brand {
        margin-top: 0;
    }
}