/*------------------------------- Cols Overrride --------------------------------*/
.col-5-section .tile {
    margin-bottom: 60px;
    margin-right: 24px;
    width: calc((100% - 96px) / 5);
}

/*------------------------------- Top Section --------------------------------*/

.marketplace-product-description{
    font-size: 20px;
    margin-bottom: -10px;
    max-width: 720px;
}
.marketplace-product-description p:not(:last-of-type){
    margin-bottom: 1.5em;
}
.split-content-breadcrumbs{
    letter-spacing: 0.02em;
    margin-bottom: 16px;
}
.split-content-breadcrumbs a:first-of-type:before {
    background-image: url("../images/Nav arrow-right.svg");
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    height: 9px;
    margin-right: 10px;
    width: 14px;
    transform: rotate(180deg);
}
.split-content-breadcrumbs a:first-of-type:hover:before{
    background-image: url(../images/arrow-left-black.svg);
    transform: none;
}
@media all and (max-width:768px){
    .article-portrait-section{
        height: auto;
    }
}

/*------------------------------- Credits --------------------------------*/
.marketplace-product-credits{
    padding-bottom: 125px;
    padding-top: 160px;
}

/*------------------------------- More by Category --------------------------------*/
.more-by-category-section{
    overflow: hidden;
}
.more-by-category-section:last-of-type{
    margin-bottom: 46px;
}
.more-by-category-section .tile-title .item-name, 
.more-by-category-section .tile-sibtitle{
    font-size: 18px;
}
.more-by-category-section .tile-title .item-name{
    margin: 1em 0 0;
}
.more-by-category-section .col-5-section{
    margin-bottom: 52px;
    margin-top: 50px;
}

/*------------------------------- Categories Section --------------------------------*/

.marketplace-categories-title {
    padding: 125px 0 115px;
}
.marketplace-categories-section{
    padding-bottom: 115px;
}
/*.marketplace-category-title{
    font-family: 'Suisse Intl', sans-serif;
    font-weight: 300;
    font-size: 18px;
    letter-spacing: -0.02em;
    line-height: 1.6;
    margin-top: 0.7em;   
    transition: all 0.2s ease;
}*/
@media all and (min-width: 1025px){
    .col-5-section .tile:nth-of-type(6){
        display: none;
    } 
}

@media all and (max-width: 1024px) and (min-width: 769px){
    .col-5-section .tile {
        margin-right: 24px;
        width: calc((100% - 72px) / 4);
    }
    .col-5-section .tile:nth-of-type(4n+1){
        margin-right: 24px;
    }
    .col-5-section .tile:nth-of-type(6),
    .col-5-section .tile:nth-of-type(5){
        display: none;
    }
}

@media all and (max-width: 1366px){
    .split-content-top {
        padding-top: 60px;
    }
    .marketplace-product-description{
        font-size: 18px;
    }
    .more-by-category-section .tile-title .item-name, 
    .more-by-category-section .tile-sibtitle {
        font-size: 16px;
    }
}
@media all and (max-width: 1024px){
    .marketplace-product-description{
        font-size: 16px;
    }
    .more-by-category-section .tile-title .item-name, 
    .more-by-category-section .tile-sibtitle {
        font-size: 14px;
    }
}
@media all and (max-width: 768px){
    .more-by-category-section .tile-title .item-name, 
    .more-by-category-section .tile-sibtitle {
        font-size: 12px;
    }

    .col-5-section .tile,
    .col-4-section .tile {
        margin-right: 0 !important;
        width: calc(50% - 7.5px);
    }
    .col-5-section .tile:nth-of-type(2n-1),
    .col-4-section .tile:nth-of-type(2n-1){
        float: left;
    }
    .col-5-section .tile:nth-of-type(2n),
    .col-4-section .tile:nth-of-type(2n){
        float: right;
    }

    .split-content{
        margin: 0;
        padding: 0;
    }
    .split-content-top {
        padding-top: 48px;
    }
    .product-mobile-slider{
        padding: 0 0 86px;
    }
    .slick-slide img{
        inline-size: fit-content;
    }
    .slick-slide > div{
        height: 0;
        padding-bottom: 100%;
        position: relative;
    }
    .slick-slide .gallery-item{
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
    }
    .marketplace-product-description{
        margin-bottom: 0;
    }
    .split-content-bottom{
        border-bottom: 1px solid #666;
        padding-bottom: 42px;
    }

    .wide-split-section{
        padding-bottom: 0;
    }
    .wide-split-section .wrap-wide{
        padding: 0 20px;
    }

    .marketplace-product-credits {
        padding: 50px 0 16px;
    }
    .marketplace-categories-title {
        padding: 50px 0;
    }
    .more-by-category-section .col-5-section{
        margin-bottom: 17px;
        margin-top: 32px;
        overflow: hidden;
    }
    .more-by-category-section:last-of-type {
        margin-bottom: 0px;
    }
    .col-5-section .tile {
        margin-bottom: 28px;
    }
    .marketplace-categories-title {
        padding: 40px 0 33px;
    }
    .marketplace-categories-section {
        padding-bottom: 3px;
    }
}

@media all and (max-width: 640px){
    .wide-split-section .wrap-wide {
        padding: 0 15px;
    }
}
