/* Start custom CSS *//* mobile-gutter:start */
/* On phones Astra's page container adds 20px a side on top of the page-width class. Dropping it gives the shop the same 12px gutter as the home page. */
@media (max-width: 767px) {
  #content > .ast-container { padding-left: 0; padding-right: 0; }
}
/* mobile-gutter:end *//* End custom CSS */