

/* Start:/local/components/coupe/breadcrumb/templates/.default/style.css?1648894311585*/
.bx-breadcrumb {
	margin: 10px 0;
}
.bx-breadcrumb i {
	color: #b5bdc2;
	line-height: 13px;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	margin-bottom: 10px;
	white-space: nowrap;
	line-height: 13px;
	vertical-align: middle;
	margin-right: 10px;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
	white-space: normal;
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}

/* End */


/* Start:/catalog/assets/styles/catalog-main-page.css?17439503783622*/
:root{
    --headingFontSize: 32px;  
    --subheadingFontSize:  12px;
    --subheadingColor: #B8B8B8;  
    --horizontalPagePadding: 16px; 
    --verticalPagePadding: 5px; 
    --catalogItemTitleColor: #000;
}

.flex{
    display: flex;
}
.flex-column{
    flex-direction: column;
}
.space-between{
    justify-content: space-between;
}
.flex-center{
    align-items: center;
}
.breadcrumbs-wrapper .subheading:not(:last-child){
    padding-right: 17px;
    position: relative;
}
.breadcrumbs-wrapper .subheading:not(:last-of-type)::after{
    content: "";
    position: absolute;
    right: 5px;
    top: calc(50% - 1px);
    height: 3px;
    width: 3px;
    border-radius: 50%;
    background-color: var(--subheadingColor);
}
.catalog-item__background-image{
    display: none;
}

.catalog-main-page{
    padding-top: var(--verticalPagePadding);
}

.breadcrumbs-wrapper{
    padding: 0 var(--horizontalPagePadding);
    margin-bottom: 4px;
}
.c-main.c-container{
    max-width: 1240px;
}
.c-main{
    padding-top: 0;
    margin-bottom: 0;
}


.heading{
    font-size: var(--headingFontSize);
    font-weight: 700;
    line-height: 1;
    color: #000;
}
.subheading{
    font-size: var(--subheadingFontSize);
    color: var(--subheadingColor);
    font-weight: 600;
    text-decoration: none;
    
}
.catalog-items-list{
    display: flex;
    flex-direction: column;
    list-style-type: none;
}
.catalog-item{
    cursor: pointer;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 22px;
    padding: 0 var(--horizontalPagePadding);
    align-items: center;
    height: 60px;
    border-bottom: 1px solid #B8B8B8;
    text-decoration: none;
}
.catalog-item::after{
    content: "";
    height: 24px;
    width: 24px;
    background: url('/catalog/assets/images/chevron-right.svg') no-repeat center;
    position: absolute;
    right: var(--horizontalPagePadding);
}
.catalog-item__image{
    width: 60px;
    height: 60px;
    object-fit: none;
}
.catalog-item__title{
   color: var(--catalogItemTitleColor);
}


@media screen and (min-width: 556px) {
    :root{
        --headingFontSize: 48px;   
        --subheadingFontSize:  16px;
        --subheadingColor: #818181;
        --horizontalPagePadding: 0px; 
        --verticalPagePadding: 20px; 
        --catalogItemTitleColor: #fff;
    }
    .catalog-items-list{
        flex-direction: row;
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
    }
    .catalog-item{
        position: relative;
        gap: unset;
        align-items: flex-end;
        aspect-ratio: 1;
        max-width: 230px;
        height: auto;
        border-bottom: unset;
    }
    .catalog-item__background-image{
        display: initial;
        height: 100%;
        width: 100%;
    }
    .catalog-item::after{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: transparent linear-gradient(0deg, rgba(0,0,0,0.22) 22%, rgba(255,255,255,0));
    }
    .catalog-item::after:hover{
        background: none;
    }
    .catalog-item__image{
        display: none;
    }
    .catalog-item__title{
        position: absolute;
        font-size: 24px;
        padding: 15px 17px;
        z-index: 1;
    }
}


.truncate-wrapper{
    display: flex;
    overflow: hidden;

}
.truncate-child{
    text-overflow: ellipsis;
    flex: 1;
    min-width: 1px;
    overflow: hidden;
}
/* End */
/* /local/components/coupe/breadcrumb/templates/.default/style.css?1648894311585 */
/* /catalog/assets/styles/catalog-main-page.css?17439503783622 */
