/* ================================================= */
/* MOBILE */
/* ================================================= */

@media (max-width:768px){

.product-short-attributes{
padding:16px;
}

.product-seo-wrapper{
margin-top:40px;
padding:0 12px;
}

.single-product form.cart{
flex-direction:column;
align-items:stretch;
}

.single-product form.cart .quantity{
width:100%;
}

.single-product .summary{
position:static;
max-height:none;
overflow:visible;
}

.tabs-nav{
overflow-x:auto;
white-space:nowrap;
gap:16px;
}

.tab-btn{
flex:0 0 auto;
}

.fbt-products{
flex-direction:column;
gap:18px;
}

.fbt-product{
width:200px;
}

.fbt-plus{
margin:0;
font-size:22px;
}

}