
.woocommerce-ordering{display:none!important;}

.p2b-category-buttons{
display:flex;
flex-wrap:wrap;
justify-content:center;
gap:16px;
margin:20px 0;
}

.p2b-btn{
background:#123f8c;
color:#fff!important;
padding:12px 22px;
border-radius:8px;
font-weight:700;
text-decoration:none!important;
display:inline-block;
transition:all .2s ease;
font-family:inherit;
}

.p2b-btn:hover{
background:#2b5fb3;
transform:translateY(-2px);
}

.p2b-christmas:hover{
background:#caa63a;
}

.p2b-valentines-day:hover,
.p2b-valentines:hover{
background:#c62828;
}
