.tear {
    width: 25px;
    height: 25px;
    border-radius: 0 50% 50% 50%;
    border: 2px solid #214C42;
    transform: rotate(45deg);
    margin-top: 20px;
}

.tear.tear-green{
    background-color: #214C42;
}

.product-info{
    display: flex;
    gap: 37px;
    margin-top: 32px;
    margin-bottom: 70px;
}

.product-image{
    max-width: 710px;
    width: 100%;
    max-height: 700px;
    height: 100%;
    border: 2px solid #C5D7D4;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 92px 22px;
}

.product-image img{
    max-width: 666px;
    width: 100%;
max-height: 650px
}

.product-main-info{
    width: 50%;
    padding-top: 77px;
}

.linea{
    font-family: "Gotham Bold", sans-serif;
    font-weight: 600;
    font-size: 14px;
    background-color: #004D42;
    color: #ffffff;
    text-transform: uppercase;
    padding: 6px 37px;
}

h1{
    font-family: "Gotham Book", sans-serif;
    font-size: 45px;
    font-weight: 400;
    line-height: 45px;
    color: #004D42;
    margin-top: 46px;
    margin-bottom: 16px;
}

.product-main-info .description{
    font-family: "Gotham Book", sans-serif;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 155px;
}

.product-main-info .description p{
    margin-bottom: 19px;
}

.product-main-info .advantages .advantage{
    display: flex;
    gap: 10px;
    margin-bottom: 28px;
    align-items: flex-start;
}

.product-main-info .advantages .advantage span{
    font-family: "Gotham Bold", sans-serif;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    color: #004D42;
}

.product-simple-info .dettagli{
    border-bottom: 1px solid #214C42;
    margin-bottom: 23px;
}

.product-simple-info .dettagli span{
    font-family: "Gotham Bold", sans-serif;
    font-weight: 600;
    font-size: 14px;
    width: 135px;
    height: 33px;
    text-transform: uppercase;
    background-color: #004D42;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

h2{
    font-family: "Gotham Light", sans-serif;
    font-weight: 400;
    font-size: 80px;
    color: #004D42;
    line-height: 80px;
    text-align: center;
    margin-bottom: 57px;
}

.all-prodotti{
    display: flex;
    gap: 28px;
    padding-bottom: 138px;
}
.all-prodotti .prodotti {
    width: calc((100% - 28px*2)/3);
}
.all-prodotti .prodotti .prodotti-category{
    display: flex;
    height: 35px;
}

.all-prodotti .prodotti .prodotti-category span{
    font-family: "Gotham Bold", sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #004D42;
    text-transform: uppercase;
    padding: 7px 42px;
    background-color: rgba(211,229,226,.5);
}

.all-prodotti .prodotti .prodotti-main-info{
    border: 1px solid #D7E4E2;
    border-radius: 0 10px 10px 10px;
    padding: 23px 25px;
}

.all-prodotti .prodotti .prodotti-main-info a.image{
    display: flex;
    justify-content: center;
    margin-bottom: 11px;
}

.all-prodotti .prodotti .prodotti-main-info img{
    width: 100%;
    height: 100%;
    max-width: 250px;
    max-height: 209px;
    object-fit: contain;
}

.all-prodotti .prodotti .prodotti-main-info a.title{
    text-align: center;
    font-family: "Gotham Black", sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #004D42;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    margin-bottom: 8px;
}

.all-prodotti .prodotti .prodotti-main-info .description{
    font-family: "Gotham Book", sans-serif;
    font-size: 14px;
    color: #2E2C2B;
    text-align: center;
    line-height: 19px;
    margin-bottom: 7px;
}

.all-prodotti .prodotti .prodotti-main-info .view-prodotti{
    text-align: center;
}

.all-prodotti .prodotti .prodotti-main-info .view-prodotti a{
    font-family: "Gotham Bold", sans-serif;
    font-size: 16px;
    color: #004D42;
    font-weight: 600;
}

.info-text{
    margin-bottom: 97px;
}

.info-text h2{
    font-family: "Gotham Light", sans-serif;
    font-size: 80px;
    line-height: 80px;
    color: #004D42;
    font-weight: 100;
    margin-bottom: 36px;
    margin-top: 43px;
    text-align: center;
}

.info-text .row{
    display: flex;
    justify-content: center;
    gap: 42px;
}

.info-text .row .col-6{
    font-family: "Gotham Book", sans-serif;
    font-size: 16px;
    color: #2E2C2B;
    width: 43%;
}

.info-text .row .col-6 p{
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 23px;
}

.info-text .row .col-6 .read-more{
    font-family: "Gotham Bold", sans-serif;
    font-size: 16px;
    text-decoration: revert;
    color: #004D42;
    margin: 35px 0 0 0;
    display: block;
    font-weight: 600;
}


@media(max-width: 1350px){
    .info-text{
        padding-top: 35px;
    }
    .info-text h2{
        margin-top: 20px;
        text-align: left;
        font-size: 50px;
        line-height: 50px;
    }
    .info-text h2{
        text-align: center;
    }
}
@media(max-width: 1180px){
    .product-main-info .description{
        margin-bottom: 50px;
    }
}

@media(max-width: 1065px){
    .product-main-info{
        padding-top: 20px;
    }
    .all-prodotti{
        padding-bottom: 65px;
    }
}

@media(max-width: 910px){
    .product-info{
        flex-direction: column;
        align-items: flex-start;
    }
    .all-ricette .single-recette img{
        height: 200px;
    }
    .product-image{
        max-height: 380px;
        padding: 47px 20px;
    }
    .product-image img{
        width: 341px;
    }
    .product-main-info{
        width: 100%;
    }
	.all-prodotti .prodotti .prodotti-category span{
		padding: 7px 10px;
	}
}

.image-container {
    position: relative;
}

img.badge-image, picture.badge-image img {
    position: absolute;
    top: 0px;
    left: 0;
    width: 180px !important;
    height: auto !important;
    aspect-ratio: unset !important;
}

@media(max-width: 710px){
    .all-prodotti,
    .all-ricette{
        flex-wrap: wrap;
    }
    .all-ricette .single-recette{
        display: flex;
        max-width: 100%;
        width: 100%;
        gap: 10px;
    }
    .all-ricette .single-recette .title{
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
    }
}

@media(max-width: 550px){
    .page-container{
        margin-top: 0;
    }
    .linea{
        font-size: 12px;
        padding: 3px 26px;
    }
    .product-info{
        margin-top: 29px;
        gap: 0;
        margin-bottom: 24px;
    }
    h1{
        font-family: "Gotham Bold", sans-serif;
        font-size: 16px;
        font-weight: 600;
        line-height: 18px;
        margin-top: 19px;
    }
    .product-main-info{
        padding-top: 2px;
    }
    .product-main-info .description{
        margin-bottom: 62px;
    }
    .product-main-info .description p{
        line-height: 23px;
        margin-bottom: 24px;
    }
    .product-main-info .advantages .advantage{
        margin-bottom: 13px;
    }
    .product-main-info .advantages .advantage img{
        width: 20px;
    }
    .product-main-info .advantages .advantage span{
        font-size: 14px;
    }
    .product-simple-info .dettagli{
        height: 24px;
    }
    .product-simple-info .dettagli span{
        font-size: 12px;
        width: 108px;
        height: 24px;
    }
    h2{
        font-family: "Gotham Bold", sans-serif;
        font-size: 16px;
        line-height: 18px;
        font-weight: 600;
        margin-bottom: 21px;
    }
    .all-prodotti{
        gap: 12px;
        /*padding-bottom: 65px;*/
    }
    .all-prodotti .prodotti{
        width: 47%;
        margin-bottom: 16px;
    }
    .all-prodotti .prodotti .prodotti-main-info{
        padding: 15px 18px 17px 11px;
    }
    .all-prodotti .prodotti .prodotti-main-info img{
        height: 115px;
    }
    .all-prodotti .prodotti .prodotti-main-info .description{
        display: none;
    }
    .all-prodotti .prodotti .prodotti-category{
        height: 18px;
    }
    .all-prodotti .prodotti .prodotti-category span{
        font-size: 10px;
        padding: 2px 11px;
        background-color: rgba(211,229,226,.5);
    }
    .all-prodotti .prodotti .prodotti-main-info a.title{
        font-size: 14px;
        text-align: left;
        line-height: 19px;
        margin-bottom: 2px;
    }
    .all-prodotti .prodotti .prodotti-main-info .view-prodotti{
        text-align: left;
    }
    .all-prodotti .prodotti .prodotti-main-info .view-prodotti a{
        font-size: 12px;
        text-decoration: underline;
    }
    .ricette-block h2{
        font-family: "Gotham Bold", sans-serif;
        font-size: 16px;
        line-height: 18px;
        font-weight: 600;
        margin-bottom: 2px;
        letter-spacing: 0;
        text-align: left;
    }
    .ricette-block{
        margin-top: 151px;
    }
    .ricette-block .description p{
        text-align: left;
        margin-bottom: 0;
    }
    .all-ricette{
        gap: 17px;
        margin: 17px 0 51px 0;
    }
    .all-ricette .single-recette img{
        height: 182px;
        max-width: 182px;
        border-radius: 20px;
    }
    .all-ricette .single-recette .title{
        font-size: 16px;
        text-align: left;
        line-height: 17px;
    }
    .all-ricette .single-recette .description{
        text-align: left;
        font-size: 14px;
    }
    .all-ricette .single-recette .main-info{
        padding-top: 18px;
    }
    .all-ricette .single-recette .post-url{
        justify-content: flex-start;
        height: 20px;
    }
    .all-ricette .single-recette .post-url a{
        border: unset;
        padding: 0;
        text-decoration: underline;
        text-transform: unset;
    }
    .ricette-block .ricette-main-button{
        margin-bottom: 117px;
    }
    .ricette-block .ricette-main-button a{
        padding: 9px 32px;
    }
    .product-image img{
        width: 281px
    }

    .info-text{
        padding-top: 0;
        padding-bottom: 29px;
    }
    .info-text h2{
        font-family: "Gotham Bold", sans-serif;
        font-size: 16px;
        line-height: 1;
        letter-spacing: 0;
        text-align: left;
        font-weight: 600;
        margin: 0 0 22px 0;
    }
    .info-text .row{
        flex-direction: column;
        gap: 0;
    }
    .info-text .row .col-6{
        width: 100%;
    }
    .info-text .row .col-6 p{
        margin-bottom: 22px;
    }
    .info-text .row .col-6 .read-more{
        font-size: 14px;
        margin-top: 95px;
    }
}


.socials-prints{
    display: flex;
    align-items: center;
    gap: 34px;
}

.socials-prints .social-share,
.socials-prints .print-doc{
    display: flex;
    justify-content: center;
}

.socials-prints .social-share span{
    font-family: "Gotham Bold", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #7DAAA4;
    text-transform: uppercase;
    margin-left: 6px;
}

.socials-prints .print-doc{
    font-family: "Gotham Bold", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #7DAAA4;
    text-transform: uppercase;
}

.socials-prints .print-doc img{
    margin-right: 10px;
}
.socials-prints .ricettario-doc{
    font-family: "Gotham Bold", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #506865;
    text-transform: uppercase;
    padding-left: 0px;
}

.ricettario-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}

/* Responsive for small screens (e.g., below 768px) */
@media (max-width: 768px) {

    .socials-prints .print-doc {
        display: flex;
        flex-direction: column; /* Stack items vertically */
        align-items: flex-start; /* Align buttons to the left */
    }
}