
body.template-blog .sf__page-header {
    display: none;
}
.prose :where(ul>li):not(:where([class~=not-prose] *)):before {
	display: none;
}

@media only screen and (min-width:768px){
 .sf-product__section.sf-product__section-tabs .sf__accordion-item:not(.active) {
    display: none;
}
}
@media only screen and (max-width: 767px) {
   .sf-product__section.sf-product__section-tabs .sf-tab-content:not(.active) {
    content-visibility: auto!important;
}
}
