.amrelated-content-wrapper.mobile, .am-content-collapsible {
    display:none;
}

.product.info.detailed #description h2{

    font-size:1.8rem;
}

@media screen and (max-width:768px) {
    
    .am-content-collapsible {
        display:block;
        padding: 12px 10px;
        border-top: 1px solid rgb(94, 114, 138);
    }
    .amrelated-content-wrapper.mobile{
        display: flex;
        padding: 15px 15px !important;
        justify-content: space-around;
        align-content: stretch;
        align-items: center;
        margin-top: 0px;
        padding:0px 0px;
    }
    .amrelated-content-wrapper.mobile img {
        margin-bottom: 15px;
        margin-top: 15px;
        width: calc(25% - 30px);
    }
    .amrelated-plus{
        display: flex !important;
        justify-content: center;
        align-items: center;
        color: #5E728A;
        width: unset;
        font-weight: bold !important;
        font-size: 30px !important;
        margin: 0px 10px;
    }
    .am-content-collapsible .arrow svg{
        width: 15px;
        transform: rotate(90deg);
    }
    .am-content-collapsible .arrow {
        position: absolute;
        right: 30px;
    }
    .am-content-collapsible div[data-role="trigger"]{
        text-align: center;
    }
    .amrelated-content-wrapper{
        display: none;
    }
    .amrelated-price-wrapper .main.price{
        width:100%;
    }
    .amrelated-tocart-wrapper button{
        flex-grow:1;
    }

    /* layout wrapper*/
    .amrelated-photo-container .amrelated-checkbox+.amrelated-label{
        right: unset !important;
        left: 0px !important;
        top: 50% !important;
        transform: translateY(-50%);
    }
    div.amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-info{
        flex-direction: row !important;
        flex-wrap : nowrap;
    }
    .amrelated-tocart-wrapper{
        margin-left:10px;
    }
    div.amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-photo-container{
        width: 25% !important;
    }
    .amrelated-pack-item .amrelated-details{
        width:75% !important;
    }


}