.bppc-section {
margin-bottom: 42px;
}
.bppc-heading {
display: flex;
align-items: center;
justify-content: space-between;
gap: 20px;
margin-bottom: 20px;
padding-bottom: 10px;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.bppc-title {
margin: 0;
font-size: 26px;
line-height: 1.2;
font-weight: 700;
}
.bppc-view-all {
flex: 0 0 auto;
color: #e5005a;
font-size: 13px;
font-weight: 700;
line-height: 1.2;
text-transform: uppercase;
text-decoration: none;
}
.bppc-view-all:hover {
color: #b80048;
}
.bppc-section > .products {
margin-bottom: 0;
}
.bppc-message {
padding: 12px 15px;
border-left: 3px solid #e5005a;
background: #fff4f8;
}
@media (max-width: 767px) {
.bppc-section {
margin-bottom: 32px;
}
.bppc-heading {
align-items: flex-end;
gap: 12px;
margin-bottom: 15px;
}
.bppc-title {
font-size: 21px;
}
.bppc-view-all {
font-size: 11px;
}
}