.block{
    font-size: 16px!important;
    height: 32px!important;
    background-color: #a2e3e0!important;
    color: white!important;
    border-radius: 8px!important;
    text-align: center!important;
    float: left!important;
    margin-bottom: 1%!important;
    padding: 3px!important;
    width: auto!important;
}
.block > h2{
    font-size: 20px!important;
}

.block2{
    float: left!important;
    margin-bottom: 1%!important;
    padding: 3px!important;
    width: fit-content!important;
}
.platforms{
    background-color: white;
    color: black;
    height: 50px;
    text-align: center;
}
.platforms img{
    max-height: 44px;
    margin: 8px;
    width: auto;
    float: left;
    max-width: 50%;
}
.button{
    max-width: fit-content;
    color: #8c7777;
    background-color: #f6f6f6;
    float: right;
    margin-right: 8px;
    margin-top: 7px;
    border-radius: 5px;
    border: 1px solid #e1e1e1;
}
.text{
    line-height: 60px;
    font-weight:bold;
    font-size:24px;
    text-align: center;
}
.platforms:hover{
    color:#eea9b8!important;
}
@media screen and (max-width: 436px){
    .text{
        font-size: 20px;
    }
}
@media screen and (max-width: 376px){
    .text{
        font-size: 18px;
    }
}
@media screen and (max-width: 370px){
    .text{
        font-size: 16px;
    }
}
@media screen and (max-width: 350px){
    .text{
        font-size: 20px;
    }
    .button .text{
        font-size:24px;
    }
}
.button .text{
    line-height: 44px;
    font-weight: 400;
    margin-left: 8px;
    margin-right: 8px;
}
.platforms:hover .button{
    color: white;
    background-color: #eea9b2;
    transition: .2s ease-in-out;
}
hr{
    clear:both;
    margin: 0px!important;
    height: 0px;
}
.row>*{
}

.single-shop-product{
    position: relative;
    margin-bottom: 0px!important;
}

.sp-details2 h4{
    font-family: var(--bs-font-sans-serif);
}