.category-sub-header {
    position: relative;
    text-decoration: none;
    padding: 2rem;
    border-radius: 1rem;
    overflow: hidden;
    min-height: 200px;
    background-color: #aaa;
    background-size: cover;
    background-position: center;
    filter: saturate(50%);
}

.category-sub-header::after {
    position: absolute;
    background-color: #000;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .5;
}

.category-sub-header .name {
    color: #fff;
    z-index: 2;
    text-align: center;
}

.category-sub-header .name-category {
    font-size: .75em;
    text-transform: uppercase;
    font-weight: 400;
}

.category-sub-header .name-collection {
    font-weight: 700;
}

.category-sub-header .lead{
    font-weight: 400;
    color: #fff;
    z-index: 2;
    text-align: center;
}

.catalog-product .item {
    position: relative;
    text-decoration: none;
    overflow: hidden;
    height: 100%;
}

.catalog-product .item .color {
    position: absolute;
    left: 1rem;
    top: 1rem;
    border-radius: 50%;
    content: " ";
    width: 1.5rem;
    height: 1.5rem;
    z-index: 10;
}

.catalog-product .item .ratio {
    background-color: #f6f6f6;
    border: 2px solid #f6f6f6;
    border-radius: 1rem;
}

.catalog-product .item:hover .ratio {
    border-color: var(--bs-link-hover-color);
}

.catalog-product .item .image-box {
    padding: 1rem;
}

.catalog-product .item .image {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.catalog-product .item .title {
    font-size: 1rem;
    font-weight: 300;
    text-transform: uppercase;
    padding: 0 1rem;
    margin-top: 1rem;
    text-align: center;
    height: 3rem;
    overflow: hidden;
}

.catalog-product .item .price {
    font-weight: 400;
    padding: 0 1rem;
    margin-top: .25rem;
    text-align: center;
}

.catalog-product .item .price .num{
    font-weight: 800;
    font-size: 1.25rem;
}

.catalog-filter {
    padding: 1rem;
    background-color: #f6f6f6;
    border-radius: 1rem;
    border: 1px solid rgba(0,0,0,.125);
}

.catalog-filter .btn-color-group {
    align-items: center;
    border-radius: 50%;
    border-width: 0;
    display: flex;
    justify-content: center;
    position: relative;    
    width: 1.25rem;
    height: 1.25rem;
    cursor: pointer;
}

.catalog-filter .btn-color-group .svg-icon svg {
    width: .65em;
    max-height: .65em;
    vertical-align: 0em;
    opacity: 0;
}

.catalog-filter .btn-color-group::after {
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 50%;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.catalog-filter .btn-color-group:not(:last-child) {
    margin-right: .25rem;
}

.catalog-filter .btn-color-group.active .svg-icon svg {
    opacity: 1;
}

.load-custom-image {
    background-color: transparent;
}

.catalog-product .item .item-badge {
    position: relative;
    margin-top: -1.25rem;
    z-index: 100;
    opacity: 0;
}

.catalog-product .item:hover .item-badge {
    opacity: 1;
}

/* 843 */

.category-843 .catalog-product .item[data-ratio] .image-box::after {
    bottom: 1rem;
    content: "";
    left: 1rem;
    position: absolute;
    right: 1rem;
    top: 1rem;    
    z-index: 1;
    opacity: 1;
} 

.category-843 .catalog-product .item[data-ratio]:hover .image-box::after {
    opacity: 0;
}

.category-843 .catalog-product .item[data-ratio="landscape"] .image-box::after {
    background: linear-gradient(to right, transparent 0%, transparent 31%, #f6f6f6 31%, #f6f6f6 35%, transparent 35%, transparent 64%, #f6f6f6 64%, #f6f6f6 68%, transparent 68%, transparent 100%);
} 

.category-843 .catalog-product .item[data-ratio="squarish"] .image-box::after {
    background: linear-gradient(to right, transparent 0%, transparent 31%, #f6f6f6 31%, #f6f6f6 35%, transparent 35%, transparent 64%, #f6f6f6 64%, #f6f6f6 68%, transparent 68%, transparent 100%);
}

.category-843 .catalog-product .item[data-ratio="panorama"] .image-box::after {
    background: linear-gradient(to right, transparent 0%, transparent 24%, #f6f6f6 24%, #f6f6f6 26%, transparent 26%, transparent 49%, #f6f6f6 49%, #f6f6f6 51%, transparent 51%, transparent 74%, #f6f6f6 74%, #f6f6f6 76%, transparent 76%, transparent 100%);
} 

.category-843 .catalog-product .item[data-ratio="portrait"] .image-box::after {
    background: linear-gradient(to bottom, transparent 0%, transparent 31%, #f6f6f6 31%, #f6f6f6 35%, transparent 35%, transparent 64%, #f6f6f6 64%, #f6f6f6 68%, transparent 68%, transparent 100%);
}

/* 845 */

.category-845 .catalog-product .item .image {
    border-width: 10px;
    border-style: solid;
    border-color: interhit;
    border-image: linear-gradient(to bottom, #f7d786, #e6a80e) 1;    
} 

.category-845 .catalog-product .item:hover .image {
    border-image: none;
    border-color: transparent;
}

/* 847 */

.category-847 .catalog-product .item[data-ratio] .image-box::after {
    bottom: 1rem;
    content: "";
    left: 1rem;
    position: absolute;
    right: 1rem;
    top: 1rem;    
    z-index: 1;
    opacity: 1;
    background: linear-gradient(45deg,rgba(0, 0, 0, 0) 48%,rgba(255, 255, 255, 0.4) 50%,rgba(0, 0, 0, 0) 52%),linear-gradient(-45deg,rgba(0, 0, 0, 0) 48%,rgba(255, 255, 255, 0.4) 50%,rgba(0, 0, 0, 0) 52%);
    background-size: 4px 4px;
} 

.category-847 .catalog-product .item[data-ratio]:hover .image-box::after {
    opacity: 0;
}


