body.home h1 {
    height: 0;
    overflow: hidden;
}

body.woocommerce-active .site-header .site-branding {
    float: none;
    width: auto;
    margin: 0;
    display: inline-block;
}

body.woocommerce-active .site-header .site-branding .custom-logo {
    max-width: 150px;
}

ul.products {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 25px;
    list-style: none;
    list-style-type: none;
}

ul.products li.product {
    float: none !important;
    border: 1px solid #e7e2de;
    background-color: #ffffff;
    padding: 20px;
    margin: 0 !important;
    width: 25% !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 0 0 auto;
}

@media (max-width: 767px) {
    ul.products li.product {
        width: 50% !important;
    }
}

@media (max-width: 576px) {
    ul.products li.product {
        width: 100% !important;
    }
}

body.home #page {
    background-color: #000000;
}

body.home #page h2{
    color: #ffffff;
}

.wp-block-woocommerce-cart-order-summary-coupon-form-block,
.wp-block-woocommerce-checkout-order-summary-coupon-form-block{
    display: none;
}

.woocommerce-MyAccount-content .shipping_addresses .shipping_address {
    display: flex !important;
    flex-direction: column-reverse;
    gap: 10px !important;
}
.woocommerce-MyAccount-content .shipping_address_buttons button {
    box-shadow: none !important;
    border-radius: 0 !important;
    color: #000000 !important;
    border-bottom: none !important;
    padding: 10px 20px !important;
}

.woocommerce-MyAccount-content .shipping_address_buttons button.defalt_addd_shipping {
    display: none !important;
}

form.checkout.woocommerce-checkout #customer_details {
    display: flex;
    flex-direction: column-reverse;
}
form.checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields {
    display: none !important;
}

form.checkout.woocommerce-checkout #customer_details #branch_address_select_wrapper {
    margin-bottom: 20px;
}

.locked-field {
    pointer-events: none;
    background: #f2f2f2;
}
