
.mwpc3-header{
display:flex;
justify-content:space-between;
gap:10px;
margin-bottom:8px;
}

.mwpc3-header button{
background:#000;
color:#fff;
border:none;
padding:6px 12px;
cursor:pointer;
}

.mwpc3-wrapper{
overflow-x:auto;
scroll-behavior:smooth;
}

.mwpc3-track{
display:flex;
gap:10px;
}

.mwpc3-item{
flex:0 0 50%;
border:1px solid #eee;
padding:10px;
text-align:center;
background:#fff;
}

.mwpc3-item img{
width:100%;
height:auto;
}

.mwpc3-item .button{
background:#2ea44f;
color:#fff;
padding:6px 10px;
display:inline-block;
margin-top:5px;
}

/* Desktop 4 products */

@media(min-width:768px){

.mwpc3-item{
flex:0 0 25%;
}

}
.mwpc3-cat-title{
font-size:20px;
font-weight:700;
text-decoration:none;
color:#111;
margin-bottom:10px;
display:inline-block;
}

.mwpc3-cat-title:hover{
color:#ff5500;
}

.mwpc3-nav{
float:right;
}

.mwpc3-item .add_to_cart_button{
display:block;
text-align:center;
background:linear-gradient(45deg,#ff6a00,#ffb700);
color:#fff;
padding:10px;
border-radius:8px;
font-weight:600;
margin-top:8px;
transition:.3s;
box-shadow:0 4px 10px rgba(0,0,0,0.2);
}

.mwpc3-item .add_to_cart_button:hover{
transform:translateY(-2px);
box-shadow:0 6px 14px rgba(0,0,0,0.3);
background:linear-gradient(45deg,#ff3c00,#ffa200);
}