line-height: 1.2;
min-height: 2.3em;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
}
.bb-product-price {
font-size: 1.1em;
color: #c6a9ff;
font-weight: 700;
}
.bb-compare {
color: #ff5e5e;
font-size: 0.95em;
font-weight: 600;
margin-left: 0.6em;
text-decoration: line-through;
}
@media (max-width: 650px) {
.bb-grid-wrap {
grid-template-columns: repeat(2, 1fr);
gap: 1.5em 0.8em;
}
.bb-product-img, .bb-no-img {
width: 100px;
height: 100px;
}
.bb-product-card {
padding: 1em 0.3em;
}
.bb-product-title {
font-size: 0.95em;
}
}
/* SMASH OUT WHITE GAP */
#CollectionProductGrid + * {
display: none !important;
height: 0 !important;
margin: 0 !important;
padding: 0 !important;
background: transparent !important;
}
main {
padding-bottom: 0 !important;
margin-bottom: 0 !important;
background: #000 !important;
}