:root {
    --main-color: #8B1E41;
    --light-color: #3FA9F5;

}
.arancione {
    --main-color: #D56B19;
    --light-color: #FFE0C2;
    --gradient: #d63b0c,#d6821b;
}
.bianco {
    --main-color: #3FA9F5;
    --light-color: #e3f3ff;
    --gradient: #3FA9F5,#3FCCF5;
    
}
.verde {
    --main-color: #32963F;
    --light-color: #ceffc1;
    --gradient: #1A221C,#32963F,#94BB89;
}


.bianco .gradient-x {
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
}
.bianco .gradient-y {

}
.arancione .gradient-x {
    
}
.arancione .gradient-y {
    background: #D63B0C;
    background: linear-gradient(180deg, rgba(214, 59, 12, 1) 0%, rgba(214, 130, 27, 1) 100%);

}

.verde .gradient-x {
    
}
.verde .gradient-y {
    background: #1A221C;
    background: linear-gradient(180deg, #1A221C 0%, #94bb89 100%);
}


.page-template-page-prodotto {}
.page-template-page-prodotto #header {
    border: none;
}

.intro-product {
    position: relative;
    padding-bottom: 120px;
    margin-bottom: 3rem;
}
.intro-product:before {
    content: '';
    height: 800px;
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    top: 0;
    border-bottom-left-radius: 1000px;
    border-bottom-right-radius: 1000px;
    background: var(--main-color);
    background: linear-gradient(180deg, var(--gradient));
    /* content: '';
    height: 100%;
    width: 70%;
    position: absolute;
    left: 0;
    transform: translateX(0%);
    z-index: 1;
    top: 0;
    border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    background: var(--main-color);
    background: linear-gradient(90deg, var(--gradient)); */
}
.intro-product > .container {
    position: relative;
    z-index: 2;
}

.intro-product {
    position: relative;
    font-size: 20px;
}
.page-template-page-prodotto .intro-product {
    color: #FFF;
}

.page-template-page-prodotto .intro-product .title {
    font-size: 2.4em;
    margin-top: 0;
    margin-bottom: .5rem;
    color: inherit;
}
.page-template-page-prodotto .intro-product .intro-subtitle {
    font-size: 1.4em;
    margin-top: 0rem;
    margin-bottom: 1rem;
    font-weight: 450;
    color: inherit;
}
#secondary-menu {
    position: sticky;
    top: 55px;
    background: #FFF;
    z-index: 9;
    padding: 10px 0;
    /* margin-top: 19rem; */
}
#secondary-menu ul {
    width: 100%;
    list-style-type: none;
}
#secondary-menu li + li {
    margin-top: 0 !important;
}
#secondary-menu li a {
    text-decoration: none;
    color: #4f4f4f;
    padding: 8px 15px;
    font-weight: 500;
    font-size: 16px;
    display: block;
    transition: all .3s ease-out;
}
#secondary-menu li a.active {
    font-weight: 700;
}
.page-template-page-prodotto #secondary-menu {
    background: var(--light-color);
}
.page-template-page-prodotto #secondary-menu li a {
    color: var(--main-color);
}
.ingredients {
    border: 2px solid var(--main-color);
    border-radius: 10px;
}
.label {
    color: var(--main-color);
    font-weight: 600;
    margin-top: 0rem;
    margin-bottom: 1rem;
}

.icon {
    text-align: center;
    font-size: 15px;
    font-weight: 500;
}
.icon img {
    width: 70px;
    height: auto;
    display: block;
    margin: 0 auto 10px;
}
.product-section {
    position: relative;
    font-size: 18px;
    line-height: 1.4;
}
.product-section ul li::marker {
    color: var(--main-color);
}
.product-section .title {
    font-size: 2.2em;
    z-index: 2;
    color: #333333;
    font-weight: 900;
    line-height: 1.2;
}
.product-section .title span {
    background: -webkit-linear-gradient(125deg, var(--gradient));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#cosa {
    background: linear-gradient(90deg, var(--gradient));
    color: #FFF;
}
#cosa .title {
    color: #FFF;
}
#cosa a {
    color: #FFF;
    font-weight: 600;
    text-decoration: underline;
}
#cosa a:hover {
    text-decoration: none;
}
.biolink.download-link {
    background: var(--main-color);
    border-color: var(--main-color);
    display: flex;
    align-items: center;
    justify-self: baseline;
}
.biolink.download-link:before {
    content: '';
    width: 24px;
    height: 24px;
    position: relative;
    display: inline-block;
    margin-right: 10px;
    background: url('../img/pdf-icon.svg') no-repeat left center;
}
.biolink.download-link:hover {
    color: #FFF;
    opacity: 0.85;

}
.main-image {
    position: relative;
    top: 60px;
}
.number-list {
    list-style-type: none;
    counter-reset: number;
}
.number-list li {
    counter-increment: number;
    position: relative;
    margin-bottom: 2rem;
    padding-left: 80px;
}
.number-list li p {
    margin: 0;
}
.number-list li:before {
    content: counter(number);
    position: absolute;
    font-size: 90px;
    top: 0;
    left: 0;
    font-weight: 900;
    color: transparent;
    line-height: 70px;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: var(--main-color);
}
#main {
    font-weight: 300;
}
@media (min-width: 1400px) {
    .intro-product:before {
        max-width: 1480px;
    }
}

@media (max-width: 1200px) {
    .page-template-page-prodotto .intro-product .title {
        font-size: 2em;
    }
    .page-template-page-prodotto .intro-product .intro-subtitle {
        font-size: 1.2em;
    }
    .product-section .title {
        font-size: 1.8em;
    }
}
@media (min-width: 992px) {
    .intro-product:before {
        content: '';
        /* height: 800px;
        width: 100%;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1;
        top: 0;
        border-bottom-left-radius: 1000px;
        border-bottom-right-radius: 1000px;
        background: var(--main-color);
        background: linear-gradient(180deg, var(--gradient)); */
        content: '';
        height: 100%;
        width: 70%;
        position: absolute;
        left: 0;
        transform: translateX(0%);
        z-index: 1;
        top: 0;
        border-radius: 0;
        border-top-right-radius: 1000px;
        border-bottom-right-radius: 1000px;
        background: var(--main-color);
        background: linear-gradient(90deg, var(--gradient));
    }
}
@media (max-width: 991px) {
    .page-template-page-prodotto .intro-product img {
        max-width: 80%;
        margin: 0rem auto 0;
        display: block;
    }
    .main-image {
        top: 30px;
    }
    #secondary-menu {
        margin-top: 0rem;
        top: 40px;
        opacity: 0;
        margin-bottom: 0rem;
        transform: translateY(-100%);
        /* position: relative; */
    }
    #secondary-menu:has(.active) {
        opacity: 1;
        transform: translateY(0);
        transition: all .3s ease-out;
    }
    #secondary-menu li {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        pointer-events: none;
        text-align: center;
        transform: translate(-50%, -50%);
    }
    #secondary-menu li a.active {
        font-size: 32px;
    }
    #secondary-menu li a:not(.active) {
        display: none;
    }
    .intro-product:before {
        height: 100%;
    }
    .icon {
        margin-top: 1rem;
    }
}
@media (max-width: 768px) {
    .grid-3 {
        display: block;
    }
    .grid-3 > div + div {
        margin-top: 1.5rem;
    }
    .biolink.download-link {
        margin-bottom: 2rem;
    }
    .page-template-page-prodotto #cosa img {
        max-width: 80%;
        margin: 1rem auto 0;
        display: block;
    }
    .product-section .title {
        margin-top: 0;
    }
    #secondary-menu {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
}
@media (max-width: 600px) {
    #footer {
        padding-top: 2rem;
        margin-top: 2rem;
    }
    .intro-product {
        font-size: 18px;
        margin-bottom: 0;
    }
    .page-template-page-prodotto .intro-product .title {
        font-size: 1.8em;
    }
    .product-section .title {
        font-size: 1.6em;
    }
    .icon {
        margin-top: 1rem;
        margin-bottom: 0 !important;
        width: 50%;
    }
    .page-template-page-prodotto #secondary-menu {
        margin-top: 2rem;
    }
    #secondary-menu li a.active {
        font-size: 20px;
    }
    .number-list li {
        padding-left: 50px;
        font-size: 17px;
    }
    .number-list li:before {
        font-size: 60px;
    }
}