<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (max-width: 1280px) {
  section.product_common_list {
    display: grid;
  }
  section.product_common_list .post_send_form {
    height: 70px;
    order: 1;
  }
  section.product_common_list .category {
    order: 2;
  }
  section.product_common_list .category_box {
    margin: 10px 0px;
    order: 3;
  }
  section.product_common_list .product_items {
    order: 4;
  }
}
@media screen and (max-width: 768px) {
  section.product_common_list .post_send_form {
    height: 40px;
  }
}</pre></body></html>