.product-cell{
    width: 20em;
    border: 3px solid var(--lightest-primary);
	border-radius:var(--radius);
    margin: 1em;
    display: flex;
    justify-content: space-between;	
}

.product-image{
}
.product-name{
	font-size:var(--font-size-larger);
	color:var(--darkest-primary);
}
.product-description{
}
.product-rrp{
	font-weight:bold;
	color:var(--darkest-secondary);
}

@media screen and (min-width: 1025px){
    .nt-rightpanel-lr {
        width: 12em;
    }
    .nt-leftpanel-lr {
        width: 12em;
    }
@media screen and (min-width: 1025px){
	.nt-contentpanel-lr {
		min-width: calc(100% - 25em);
	}	
}
.nt-browse-header-all{
    flex-wrap:nowrap;
}

.themer-buttons-grid{
	grid-template-columns:12em auto;
}
.browsebuttons-body{
	height:30em;
	overflow-y:scroll;
}

