/* AUTOERA MOBILE CART v1 */
@media (max-width: 768px) {
  body.ae-mobile-product-page .ae-mobile-native-buy-hidden {
    display: none !important;
  }

  body.ae-mobile-product-page .ae-mobile-sticky-buy {
    position: fixed;
    z-index: 9500;
    left: 12px;
    right: 12px;
    bottom: 76px;
    display: grid;
    grid-template-columns: auto minmax(0,1fr);
    gap: 12px;
    align-items: center;
    padding: 10px 12px;
    border: 1px solid #dfe3e8;
    border-radius: 18px;
    background: rgba(255,255,255,.97);
    box-shadow: 0 10px 28px rgba(0,0,0,.14);
    box-sizing: border-box;
  }

  body.ae-mobile-product-page .ae-mobile-sticky-price {
    color: #17191c;
    font-size: 18px;
    font-weight: 900;
    white-space: nowrap;
  }

  body.ae-mobile-product-page .ae-mobile-sticky-action {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    border: 0;
    border-radius: 13px;
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    text-align: center;
    cursor: pointer;
  }

  body.ae-mobile-product-page .ae-mobile-sticky-action.ae-buy-blue {
    background: linear-gradient(#54a4ee,#0866c7);
  }

  body.ae-mobile-product-page .ae-mobile-sticky-action.ae-order-green {
    background: linear-gradient(#6fcf68,#2e9c36);
  }

  html.ae-mobile-cart-lock,
  body.ae-mobile-cart-lock {
    overflow: hidden !important;
    width: 100% !important;
  }

  #ae-mobile-cart-v1 {
    position: fixed;
    z-index: 9200;
    top: 108px;
    right: 0;
    bottom: 72px;
    left: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
    padding: 20px 16px 34px;
    background: #f7f8fa;
  }

  #ae-mobile-cart-v1 h1 {
    margin: 0 0 5px;
    color: #17191c;
    font-size: 30px;
    line-height: 1.15;
  }

  #ae-mobile-cart-v1 .ae-cart-count {
    margin-bottom: 18px;
    color: #17191c;
    font-size: 18px;
  }

  #ae-mobile-cart-v1 .ae-cart-card {
    position: relative;
    display: grid;
    grid-template-columns: 92px minmax(0,1fr);
    gap: 14px;
    padding: 16px;
    border: 1px solid #dfe3e8;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 4px 14px rgba(0,0,0,.05);
  }

  #ae-mobile-cart-v1 .ae-cart-image-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 92px;
    height: 110px;
    overflow: hidden;
  }

  #ae-mobile-cart-v1 .ae-cart-image {
    max-width: 82px;
    max-height: 104px;
    object-fit: contain;
  }

  #ae-mobile-cart-v1 .ae-cart-title {
    margin: 0 32px 4px 0;
    color: #0b2d6b;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.28;
  }

  #ae-mobile-cart-v1 .ae-cart-code {
    margin-bottom: 8px;
    color: #68707c;
    font-size: 13px;
  }

  #ae-mobile-cart-v1 .ae-cart-price {
    color: #ed1c24;
    font-size: 22px;
    font-weight: 900;
  }

  #ae-mobile-cart-v1 .ae-cart-remove {
    position: absolute;
    top: 12px;
    right: 12px;
    border: 0;
    background: transparent;
    color: #111;
    font-size: 25px;
    line-height: 1;
  }

  #ae-mobile-cart-v1 .ae-cart-controls {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 48px 1fr 48px auto;
    gap: 10px;
    align-items: center;
    margin-top: 10px;
  }

  #ae-mobile-cart-v1 .ae-cart-qty-btn,
  #ae-mobile-cart-v1 .ae-cart-qty {
    height: 48px;
    border: 1px solid #dfe3e8;
    border-radius: 11px;
    background: #f3f4f6;
    color: #17191c;
    font-size: 20px;
    text-align: center;
  }

  #ae-mobile-cart-v1 .ae-cart-qty {
    width: 100%;
    background: #fff;
  }

  #ae-mobile-cart-v1 .ae-cart-line-total {
    justify-self: end;
    font-size: 17px;
    font-weight: 800;
  }

  #ae-mobile-cart-v1 .ae-cart-summary {
    margin-top: 22px;
    border-top: 1px solid #e2e5e9;
  }

  #ae-mobile-cart-v1 .ae-cart-row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 18px 0;
    border-bottom: 1px solid #e2e5e9;
    font-size: 17px;
  }

  #ae-mobile-cart-v1 .ae-cart-row.ae-cart-total {
    font-size: 21px;
    font-weight: 900;
  }

  #ae-mobile-cart-v1 .ae-cart-row.ae-cart-total strong {
    color: #ed1c24;
    font-size: 27px;
  }

  #ae-mobile-cart-v1 .ae-cart-checkout,
  #ae-mobile-cart-v1 .ae-cart-continue {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    margin-top: 14px;
    border-radius: 12px;
    font-size: 20px;
    font-weight: 800;
    text-decoration: none;
    text-align: center;
  }

  #ae-mobile-cart-v1 .ae-cart-checkout {
    border: 0;
    background: linear-gradient(#54a4ee,#0866c7);
    color: #fff;
  }

  #ae-mobile-cart-v1 .ae-cart-continue {
    border: 2px solid #1b5fc4;
    background: #fff;
    color: #123d83;
  }

  #ae-mobile-cart-v1 .ae-cart-safe {
    margin-top: 18px;
    padding: 16px;
    border: 1px solid #dce6ef;
    border-radius: 14px;
    background: #fff;
    color: #26303b;
  }

  #ae-mobile-cart-v1 .ae-cart-safe strong {
    color: #2f9638;
  }

  #ae-mobile-cart-v1 .ae-cart-empty {
    padding: 30px 20px;
    border: 1px solid #dfe3e8;
    border-radius: 18px;
    background: #fff;
    color: #616a75;
    text-align: center;
  }
}
