
@media (max-width: 768px) {

  html.ae-mobile-category-page,

  body.ae-mobile-category-page {

    width: 100% !important;

    max-width: 100% !important;

    overflow-x: hidden !important;

  }



  body.ae-mobile-category-page .ae-mobile-category-sidebar,

  body.ae-mobile-category-page .ae-mobile-category-sidebar-cell {

    display: none !important;

  }



  body.ae-mobile-category-page .ae-mobile-category-outer-table,

  body.ae-mobile-category-page .ae-mobile-category-outer-table > tbody,

  body.ae-mobile-category-page .ae-mobile-category-layout {

    display: block !important;

    width: 100% !important;

    max-width: 100% !important;

  }



  body.ae-mobile-category-page .ae-mobile-category-main {

    display: block !important;

    width: 100% !important;

    max-width: 100% !important;

    padding: 10px 12px 100px !important;

    box-sizing: border-box !important;

  }



  body.ae-mobile-category-page .ae-mobile-category-products,

  body.ae-mobile-category-page .ae-mobile-category-products-table,

  body.ae-mobile-category-page .ae-mobile-category-products-table > tbody,

  body.ae-mobile-category-page .ae-mobile-category-products-table > tbody > tr,

  body.ae-mobile-category-page .ae-mobile-category-products-table > tbody > tr > td {

    display: block !important;

    width: 100% !important;

    max-width: 100% !important;

    box-sizing: border-box !important;

  }



  body.ae-mobile-category-page ul.ae-mobile-category-product-list {

    display: grid !important;

    grid-template-columns: minmax(0, 1fr) !important;

    gap: 12px !important;

    width: 100% !important;

    margin: 0 !important;

    padding: 0 !important;

    list-style: none !important;

  }



  body.ae-mobile-category-page li.ae-mobile-category-card {

    display: grid !important;

    grid-template-columns: 112px minmax(0, 1fr) !important;

    gap: 12px !important;

    width: 100% !important;

    min-width: 0 !important;

    margin: 0 !important;

    padding: 12px !important;

    border: 1px solid #dfe5ec !important;

    border-radius: 14px !important;

    background: #fff !important;

    box-shadow: 0 3px 12px rgba(20, 40, 70, 0.08) !important;

    box-sizing: border-box !important;

    overflow: hidden !important;

  }



  body.ae-mobile-category-page .ae-mobile-category-image {

    display: block !important;

    width: 108px !important;

    height: 108px !important;

    object-fit: contain !important;

    margin: 0 auto !important;

  }



  body.ae-mobile-category-page .ae-mobile-category-product-link {

    font-size: 15px !important;

    line-height: 1.3 !important;

    font-weight: 700 !important;

    color: #17263b !important;

    text-decoration: none !important;

    overflow-wrap: anywhere !important;

  }



  body.ae-mobile-category-page .ae-mobile-category-price {

    display: block !important;

    margin: 8px 0 !important;

    font-size: 18px !important;

    line-height: 1.2 !important;

    font-weight: 800 !important;

    color: #102e65 !important;

  }



  body.ae-mobile-category-page .ae-mobile-category-buy-form {

    display: flex !important;

    flex-wrap: wrap !important;

    align-items: center !important;

    gap: 8px !important;

    width: 100% !important;

    margin-top: 10px !important;

  }



  body.ae-mobile-category-page .ae-mobile-category-buy-button,

  body.ae-mobile-category-page .ae-mobile-category-buy-form input[type="submit"],

  body.ae-mobile-category-page .ae-mobile-category-buy-form button {

    min-height: 42px !important;

    max-width: 100% !important;

    padding: 9px 14px !important;

    border: 0 !important;

    border-radius: 10px !important;

    background: #1859c9 !important;

    color: #fff !important;

    font-size: 14px !important;

    font-weight: 700 !important;

    box-sizing: border-box !important;

  }



  body.ae-mobile-category-page table {

    max-width: 100% !important;

  }



  body.ae-mobile-category-page input,

  body.ae-mobile-category-page select,

  body.ae-mobile-category-page textarea {

    max-width: 100% !important;

    box-sizing: border-box !important;

  }

}

