.woocommerce-page-header-style1 {
    margin-top: -165px;
}
.wc-block-product-categories-list--depth-0>li>a{
    font-weight: bold;
}


dl.variation{
    margin-top: 0;
    margin-bottom: 0;
}
dl.variation dd {
    margin-bottom: -40px;
}

dl.variation dt {
    margin-bottom: -10px;
}

@media (max-width: 767px) {
    dl.variation dd {
        margin-bottom: -30px;
    }

    dl.variation dt {
        margin-bottom: 0px;
    }
}