.samples-products-wrapper .product-item .product-item-photo {
    position: relative;
    display: block;
}

.samples-products-wrapper .product-item .product-item-photo .img-wrapper {
    position: relative;
    overflow: hidden;
}

.samples-products-wrapper .product-item .product-item-photo .product-subtitle {
    position: absolute;
    top: 12px;
    left: 8px;
    z-index: 3;
    background: #fff;
    padding: 5px;
    width: auto;
    max-width: calc(100% - 16px);
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    font-size: 12px;
    line-height: 1.2;
    box-sizing: border-box;
}

.samples-products-wrapper .product-item .product-item-photo .product-subtitle::before {
    content: none;
    display: none;
}

.samples-products-wrapper .product-item .product-item-photo .product-subtitle span.subtitle-icon {
    flex: 0 0 20px;
    width: 20px;
    height: 19px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: inline-block;
}

.samples-products-wrapper .product-item .product-item-photo .product-subtitle.lightfiltering span.subtitle-icon {
    background-image: url('../../images/catalog/light_filtering.svg');
}

.samples-products-wrapper .product-item .product-item-photo .product-subtitle.blackout span.subtitle-icon {
    background-image: url('../../images/catalog/blackout.svg');
}

.samples-products-wrapper .product-item .product-item-photo .product-subtitle.sheer span.subtitle-icon {
    background-image: url('../../images/catalog/sheer.svg');
}

.samples-products-wrapper .product-item .product-item-photo .product-subtitle.shout span.subtitle-icon {
    background-image: url('../../images/catalog/shout.svg');
}

.samples-products-wrapper .product-item .product-item-photo .product-subtitle.dimout span.subtitle-icon {
    background-image: url('../../images/catalog/Dim-outicon.svg');
}

.samples-products-wrapper .product-item .sample-product-categories {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 16px;
    margin: 0 0 12px;
}

.samples-products-wrapper .product-item .sample-product-category {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #2d2926;
    font-size: 12px;
    line-height: 1.2;
    text-transform: uppercase;
}

.samples-products-wrapper .product-item .sample-product-category-icon {
    display: block;
    width: 18px;
    height: 22px;
    object-fit: cover;
}

.samples-products-wrapper .product-item .sample-product-category-label {
    font-weight: 400;
}

.samples-products-wrapper .product-item .product-item-name {
    margin-bottom: 8px;
}

@media screen and (min-width: 1024px) {
    .samples-products-wrapper .product-item .product-item-photo .product-subtitle {
        font-size: 14px;
        top: 16px;
    }

    .samples-products-wrapper .product-item .product-item-photo .product-subtitle span.subtitle-icon {
        width: 22px;
        height: 21px;
        flex-basis: 22px;
    }

    .samples-products-wrapper .product-item .sample-product-category {
        font-size: 13px;
    }
}
