h1, h2, h3, h4, h5, h6, li, p, span, a,td {
font-family: "Funnel Display", sans-serif;
}
.lkm-link img {
    filter: invert(1);
    -webkit-filter: invert(1);
}
.thumb-list{
    display: flex;
    gap: 10px;
    margin-top: 10px;
    list-style-type: none;
    padding-left: 0px;
}
.img-prod-item > img{
    width: 100%;
}
.prod-item{
    position: relative;
    width: 50%;
}
.thumb-prod-item {
    position: absolute;
    bottom: 0px;
    width: calc(100% - 30px);
    left: 15px;
}
.thumb-prod-item li > img{
    opacity: 0.8;
    cursor: pointer;
    transition-duration: 1s;
}
.thumb-prod-item li > img:hover{
    display: flex;
    gap: 20px;
}
.wrap-prod-container{
display: flex;
gap: 15px;
max-width: 1300px;
margin-left: auto;
margin-right: auto;
padding: 0 15px;
}
.desc-prod-item{
    padding-top: 30px;
    width: 50%;
}
.wrap-prod-container h1{
    font-family: "FUNNEL DISPLAY", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    color: #000000;
}
.bollino {
    position: relative;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
    border: 2px solid #DBDBDB;
}
.bollino.bollino-2::after{
    background-color: #3B4472;
}
.bollino.bollino-3::after
{
    background-color: #C12D00; 
}
.bollino::after{
  content: '';
    display: block;
    width: 80%;
    height: 80%;
    top: 10%;
    left: 10%;
    border-radius: 50%;
    background-color: #BAB5AF;
    opacity: 1;
    transition: opacity 0.3s;
    position: absolute;
}
.bollino.active{
    border: 2px solid #2F2C2C;
}
.bollino.bollino-1::after{
     background-color: #2F2C2C;
}
.bollini-prod-item{
    display: flex;
    gap: 15px;
    margin-top: 35px;
    margin-bottom: 35px;
}
.divider{
    width: 100%;
    height: 1px;
    background-color: #E0E0E0;
}
.desc-prod-item-text{
    margin-top: 30px;
    margin-bottom: 30px;
    font-family: "Funnel Display", sans-serif;
}
.btn-prod-item{
    width: 100%;
    height: 50px;
    background-color: #000000;
    color: #FFFFFF;
    border: none;
    font-family: "Funnel Display", sans-serif;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 530px;
    text-transform: uppercase;
}
.pdf-template{
    margin-top: 50px;
    margin-bottom: 50px;
    font-weight: 700;
    font-size: 16px;
    text-decoration: underline;
}
.desc-prod-item p{
    max-width: 540px;
}
.dscr-txt-detls{
    font-size: 14px;
}
.dscr-txt-detls b{
font-size: 16px;
}
.cor-prod-container{
    margin-top: 20px;
    margin-bottom: 50px;
    display: flex;
    gap: 30px;
}
.cor-prod-container > div{
    max-width: 220px;
    text-align: left;
}
.cor-prod-container > div{
    font-size: 16px;
    line-height: 20px;
}
.cor-prod-container > div p{
    margin-top: 20px;
    font-size: 16px;
    font-weight: 700;
}
.cor-prod
{
    max-width: 1300px;
    margin: 0px auto;
    padding: 50px 15px;
}
.img-prod-item{
background-image: url(https://staging.laike.me/app/themes/laike_me/templates/tb/assets/img/foto_1.jpg);
height: 100%;
width: 100%;
background-size: cover;
}
@media (max-width: 768px) {
    .wrap-prod-container {
        flex-direction: column;
        gap: 25px;
    }
    .prod-item,
    .desc-prod-item {
        width: 100%;
        padding-top: 0;
    }
    .thumb-prod-item {
        position: static;
        width: 100%;
        left: 0;
        bottom: 0;
        margin-top: 0px;
    }
    .desc-prod-item{
        padding: 15px;
        box-sizing: border-box;
    }
    .bollini-prod-item {
        gap: 10px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .btn-prod-item {
        max-width: 100%;
        font-size: 16px;
        height: 48px;
    }
    .desc-prod-item-text,
    .desc-prod-item p {
        max-width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .pdf-template {
        margin-top: 30px;
        margin-bottom: 30px;
        font-size: 15px;
    }
    .divider {
        height: 2px;
    }
}