@import url(../Styles/core.css) ;
@import url(../Styles/style.css) ;
@import url(../Styles/core-mobile.css) only screen and (max-width: 599px) ;
@import url(../Styles/style-mobile.css) only screen and (max-width: 599px);
@import url(../Styles/core-desktop.css) only screen and (min-width: 600px) ;
@import url(../Styles/style-desktop.css) only screen and (min-width: 600px);
@import url(../Styles/core-1200px.css) only screen and (min-width: 1199px);
@import url(../../../../Store-Common/css/Store.css);
@import url(../Styles/StoreColors.css);
