/* GLOBAL RESPONSIVE STANDARD V1 — Customer */
*{box-sizing:border-box}
html,body{width:100%;max-width:100%;overflow-x:hidden}
img,svg,video,canvas{max-width:100%;height:auto}
input,select,textarea,button{max-width:100%;box-sizing:border-box}
@media(max-width:600px){
 body{width:100%;overflow-x:hidden}.app{width:100%;max-width:100%;min-width:0}main,section,header,footer{max-width:100%;min-width:0}
 .row,.head,.storebar,.storeidentity,.actions{min-width:0;max-width:100%}.storeidentity>*{min-width:0}
 .storeidentity strong,.storeidentity small,.hello h2,.section h3,.card h4{overflow-wrap:anywhere}.actions{flex-wrap:wrap}
 input,select,textarea{width:100%;max-width:100%}table{width:100%;max-width:100%;min-width:0}
 .cats,.categorybar,.related-row,.order-tabs{max-width:100%;overscroll-behavior-x:contain}
}
@media(max-width:380px){.app{padding-left:0;padding-right:0}.section,.hello{padding-left:14px;padding-right:14px}.header{padding-left:14px;padding-right:14px}}
