details[open=true] .drawer__underlay{
    opacity: 0;
}
.variant--soldout .shopify-payment-button, .variant--soldout .product__price, .variant--unavailable .shopify-payment-button, .variant--unavailable .product__price{
    opacity: 1;
}
.subheader__group.subheader__group--tabs.u-textRight--all, .subheader__group.subheader__group--filters{
    display:none
}
@media only screen and (max-width: 767px) {
    .section-padding {
        --padding-top: 0;
    }
}