/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

.cbp-horizontal > ul > li > a, 
.cbp-horizontal > ul > li > a:not([href]):not([tabindex]), 
.cbp-horizontal > ul > li > .cbp-main-link { 
    max-width: 25rem;
}

.cbp-vertical-on-top {
    display: none
}

section.page-home article.product-miniature-layout-2 .product-description {
    min-height: 150px;
}
section.page-home article.product-miniature-layout-2 .thumbnail-container {
    min-height: 280px;
}



.product-miniature-layout-2 .thumbnail-container {
    display: flex;
    align-items: center;
    min-height: 280px;
}