/* HOMEPAGE */
/* products */
.vc_gitem-col > .vc_custom_heading > h5 {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin: 0;
    padding: 3px;
}

.vc_gitem-col > .vc_custom_heading > h6 {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin: 0 0 3px 0;
    padding: 3px 3px 8px;
    border-bottom: 1px solid #fff;
}

.vc_gitem-animate-fadeIn .vc_gitem-zone-b, .vc_gitem-animate-scaleIn .vc_gitem-zone-b, .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b, .vc_gitem-animate-blurOut .vc_gitem-zone-b, .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b {
    transition: all 0.4s ease;
}









#un-shop-content > .products {
    column-count: 6;
    column-gap: 0;
}

#un-shop-content > .products > li {
    width: 100% !important;
    break-inside: avoid;
    page-break-inside: avoid;
    float: none !important;
}