@media only screen and (min-width: 1280px) {
main {
  padding-left: 0!important;
  padding-right: 0!important;
}
}

.whatsapp-float {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9999;
    width: auto;
    height: 55px;
    background: #25D366;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.25);
    white-space: nowrap;
    padding: 0 25px 0 15px;
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
    gap: 6px;
}
.whatsapp-float:hover{
    color: #FFF
}
.whatsapp-float img{
    width: 85%;
    height: 85%;
    object-fit: contain
}
.woocommerce div.product.elementor ul.tabs .pwb_tab_tab{
    display: none
}
body.tax-pwb-brand .elementor-heading-title{
    display: none
}

@media(max-width:767px){
ul.products li.product, ul.products .wc-block-grid__product, .wc-block-grid__products li.product, .wc-block-grid__products .wc-block-grid__product {
    margin-bottom: 2em!important;
}
}