#content-page {
    background: #efefef;
    overflow: hidden;
}

#product-type-header {
    width: 100%;
    padding-top: 100px;
    background: #e3e3e3;
    position: absolute;
    z-index: 0;
}


.product-type h3, .product-type p {
    color: #3c3c3c;
    margin: 2px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 1px;
}

.product-type img {
    width: 100%;
    height: 100%;
    color: #FFF;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transition: -webkit-transform 0.1s;
    transition: -webkit-transform 0.1s;
    -o-transition: transform 0.1s;
    transition: transform 0.1s;
    transition: transform 0.1s, -webkit-transform 0.1s;
}

.image-container {
    overflow: hidden;
    width: 298px;
    height: 298px;
    border: 1px solid #f1f1f1;
}

.half {
    width: 50%;
    display: inline-block;
}

.small-half {
    width: 40%;
    display: inline-block;
}

.large-half {
    width: 60%;
    display: inline-block;
}

.right {
    text-align: right;
}

.product-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-transition: -webkit-box-shadow 0.3s;
    transition: -webkit-box-shadow 0.3s;
    -o-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
    transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
    border-radius: 1px;
    text-decoration: none;
    max-width: 277px;
    background: #fff;
    padding: 5px;
    margin: 0 10px;
}

.full {
    width: 100%;
    height: 51px;
}

.product-type:hover {
    -webkit-box-shadow: 0 0 0 5px white, 0 0 0 10px #cecece;
    box-shadow: 0 0 0 5px white, 0 0 0 10px #cecece;
}

.product-counter {
    margin: 0 11px 13px;
}

#visited-products-container {
    position: relative;
    max-width: 1309px;
    padding: 36px 40px;
    margin: 0 auto 100px;
    border-radius: 4px;
    background-color: #FFF;
    -webkit-box-shadow: 0 12px 11px rgb(0 0 0 / 9%), 0 100px 80px rgb(0 0 0 / 7%);
    box-shadow: 0 12px 11px rgb(0 0 0 / 9%), 0 100px 80px rgb(0 0 0 / 7%);
}

.product-container {
    display: flex;
    position: relative;
    justify-content: space-between;
}

.breadcrumb {
    max-width: 1309px;
    margin: 0 auto;
    padding: 33px 50px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#page-body {
    max-width: 1309px;
    padding: 36px 40px;
    margin: 0 auto 100px;
    border-radius: 4px;
    position: relative;
    background-color: #FFF;
    -webkit-box-shadow: 0 12px 11px rgb(0 0 0 / 9%), 0 100px 80px rgb(0 0 0 / 7%);
    box-shadow: 0 12px 11px rgb(0 0 0 / 9%), 0 100px 80px rgb(0 0 0 / 7%);
}

#product-type-header img {
    width: 100%;
    height: 300px;
    margin-bottom: -2px;
    vertical-align: top;
}

.breadcrumb a, .breadcrumb p {
    padding: 5px;
    margin: 0;
    font-family: 'Open Sans';
    font-size: 14px;
    text-decoration: none;
}

.breadcrumb a {
    color: #212121;
}

.breadcrumb p {
    color: #8c8c8c;
}

.breadcrumb p:last-child {
    white-space: nowrap;
    overflow-x: hidden;
    text-overflow: ellipsis;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

#previews {
    overflow-x: hidden;
    height: 100%;
    padding: 5px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

#gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    margin-bottom: 50px;
}

#previews-wrapper {
    position: relative;
    width: 150px;
}

#view-column {
    display: flex;
    flex: 2;
}

#previews img {
    width: 120px;
    height: 120px;
    margin-bottom: 10px;
    -o-object-fit: contain;
    object-fit: contain;
    border: 1px solid #d9d9d9;
    cursor: pointer;
    overflow: hidden;
    border-radius: 3px;
}

#previews img.selected {
    -webkit-box-shadow: 0 0 0px 3px #28303bc7;
    box-shadow: 0 0 0px 3px #28303bc7;
}

#mural-image {
    cursor: zoom-in;
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: contain;
    object-fit: contain;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#mural:before {
    content: "";
    display: block;
    padding-top: 100%;
}

#modal {
    width: 400px;
    -webkit-box-shadow: 0 0 3px 1px rgb(76 76 76 / 22%), 0 0 20px 0 rgb(76 76 76 / 5%);
    box-shadow: 0 0 3px 1px rgb(76 76 76 / 22%), 0 0 20px 0 rgb(76 76 76 / 5%);
    height: -moz-fit-content;
    height: -webkit-fit-content;
    height: fit-content;
    overflow: hidden;
}

#disclaimer {
    position: absolute;
    bottom: 0;
    color: #0000006e;
    margin: 5px;
}

#mural {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 300px;
    border: 1px solid #d9d9d9;
    margin: 0 40px 10px 10px;
}

#mural-scale {
    width: 100%;
}

#model-head-product {
    color: #202922;
    margin: 0 0 4px;
    font-family: 'Varela Round', sans-serif;
    font-weight: normal;
}

#model-head-description {
    color: #17371e;
    margin: 0;
}

#modal-head {
    padding: 20px 40px;
    background: #98bd8f;
}

#offer-help {
    margin: 10px 0;
    padding: 15px 20px;
    -webkit-box-shadow: 0 0 3px 1px rgb(76 76 76 / 22%), 0 0 20px 0 rgb(76 76 76 / 5%);
    box-shadow: 0 0 3px 1px rgb(76 76 76 / 22%), 0 0 20px 0 rgb(76 76 76 / 5%);
    color: black;
    text-decoration: none;
    border-radius: 0 0 15px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#offer-help span {
    display: inline-block;
}

#offer-help img {
    height: 30px;
}

@media (max-width: 1310px) {
    .product-type:nth-of-type(4) {
        display: none;
    }
}

@media (max-width: 64em) {
    #gallery {
        flex-direction: column;
        align-items: stretch;
    }

    #view-column {
        flex-direction: column;
    }

    #previews-wrapper {
        width: auto;
        height: 150px;
    }

    #previews {
        overflow-x: auto;
        overflow-y: auto;
        white-space: nowrap;
    }

    #previews img {
        margin: 0 10px 0 0;
    }

    #modal {
        width: 100%;
    }

    #mural {
        margin: 0 0 60px;
    }

    .breadcrumb {
        padding: 0 50px;
    }

    .product-type:nth-of-type(3) {
        display: none;
    }
}

@media (max-width: 48em) {
    .product-type:nth-of-type(3) {
        display: block;
    }

    .product-container {
        flex-direction: column;
        align-items: center;
    }

    .product-type {
        max-width: 271px;
        margin: 10px 0;
    }
}

@media (max-width: 610px) {
    #page-body {
        padding: 15px 5px 36px;
    }

    #mural {
        margin: 0 0 35px;
    }

    .breadcrumb {
        padding: 0 5px;
    }

    #disclaimer {
        font-size: 12px;
    }

    .ssr-content {
        font-size: 16px;
        line-height: 24px;
    }

    .react-page-cell-inner-leaf {
        padding: 5px;
    }
}

@media (max-width: 500px) {
    #previews-wrapper {
        height: 85px;
    }

    #previews img {
        width: 60px;
        height: 60px;
        margin: 0 5px 0 0;
    }

    #modal-head {
        padding: 20px;
    }
    #model-head-product {
        font-size: 20px;
    }

    #model-head-description {
        font-size: 16px;
    }
}