/* Product Catalogue Page Styles */

/* Ensure main tab panes display correctly */
#pills-tabContent-main > .tab-pane {
    display: none;
}

#pills-tabContent-main > .tab-pane.active {
    display: block;
}

#pills-tabContent-main > .tab-pane.show {
    opacity: 1;
}
