<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
#container_404__page{
    display: flex;
    justify-content: space-around;
}

.collection-product_404 {
    position: relative;
    align-self: flex-start;
    display: inline-block;
    min-width: 300px;
    max-width: 50%;
    min-height: 450px;
    height: auto;
    max-height: 375px;
    overflow: hidden;
    text-align: center;
    border: 1px solid #dadada;
    margin: 1px 1px;
    background-color: white;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    transform-origin: center;
    vertical-align: top;
    white-space: normal;
    flex: 1 0 21%;
    margin: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 5px;
}

#recommendation_title{
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 20px;
}

@media screen and (max-width: 1250px){
    #collection-content{
        justify-content: center;
    }

    #redirect_to_home_page{
        max-width: 100%;
        background-color: #f2f2f2;
        border: 5px solid #f2f2f2;
        border-radius: 10px;
        margin: 20px auto;
        padding: 20px;
    }

    .go_to_home_page_btn{
        border: black solid 2px;
        border-radius: 5px;
        font-size: 18px;
        margin-top: 10px;
        padding: 10px 10px;
    }
}


@media screen and (max-width: 600px){

    #container_404__page{
        display: flex;
        flex-direction: column;
        align-items: center
    }

    #redirect_to_home_page{
        max-width: 100%;
        background-color: #f2f2f2;
        border: 5px solid #f2f2f2;
        border-radius: 10px;
        margin: 20px auto;
        padding: 20px;
    }

    .go_to_home_page_btn{
        border: black solid 2px;
        border-radius: 5px;
        font-size: 16px;
        margin-top: 10px;
        padding: 10px 10px;
    }
}</pre></body></html>