/* AUTOERA MOBILE — SIMPLE PRODUCT CARD */
@media (max-width:768px){
  body.ae-simple-product-page .ae-simple-hide{
    display:none!important;
    visibility:hidden!important;
    opacity:0!important;
    pointer-events:none!important;
  }

  #ae-simple-product-buy{
    position:fixed;
    z-index:10000;
    left:14px;
    right:14px;
    bottom:78px;
    min-height:58px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:12px 18px;
    border:0;
    border-radius:14px;
    background:linear-gradient(#54a4ee,#0866c7);
    color:#fff;
    font-size:20px;
    font-weight:800;
    text-align:center;
    box-shadow:0 10px 28px rgba(0,0,0,.18);
    box-sizing:border-box;
    cursor:pointer;
  }

  #ae-simple-product-buy.is-order{
    background:linear-gradient(#70d069,#2f9f37);
  }

  #ae-simple-product-buy[disabled]{
    opacity:.65;
  }

  #ae-simple-product-message{
    position:fixed;
    z-index:10001;
    left:20px;
    right:20px;
    bottom:148px;
    display:none;
    padding:12px 14px;
    border-radius:12px;
    background:#fff;
    color:#172033;
    font-size:15px;
    font-weight:700;
    text-align:center;
    box-shadow:0 8px 24px rgba(0,0,0,.16);
  }

  #ae-simple-product-message.is-visible{
    display:block;
  }

  body.ae-simple-product-page{
    padding-bottom:160px!important;
  }
}
