/* AUTOERA MOBILE CART v4 */
@media (max-width: 768px) {
  body.ae-mobile-cart-page .ae-cart-top-links-hidden,
  body.ae-mobile-cart-page .ae-mobile-sticky-buy,
  body.ae-mobile-cart-page #ae-mobile-cart-v1,
  body.ae-mobile-cart-page #ae-mobile-cart-v2,
  body.ae-mobile-cart-page #ae-mobile-cart-v3,
  body.ae-mobile-cart-page #jivo-iframe-container,
  body.ae-mobile-cart-page .jivo-iframe-container,
  body.ae-mobile-cart-page [class*="jivo"] {
    display: none !important;
  }

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

  #ae-mobile-cart-v4 {
    position: fixed;
    z-index: 9700;
    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-v4 h1 {
    margin: 0 0 6px;
    color: #17191c;
    font-size: 30px;
    line-height: 1.15;
  }

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

  #ae-mobile-cart-v4 .ae-cart-card {
    position: relative;
    display: grid;
    grid-template-columns: 96px 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-v4 .ae-cart-image-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 96px;
    height: 118px;
    overflow: hidden;
    border-radius: 12px;
    background: #fff;
  }

  #ae-mobile-cart-v4 .ae-cart-image {
    max-width: 88px;
    max-height: 110px;
    width: auto;
    height: auto;
    object-fit: contain;
  }

  #ae-mobile-cart-v4 .ae-cart-title {
    margin: 0 30px 5px 0;
    color: #0b2d6b;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.28;
    overflow-wrap: anywhere;
  }

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

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

  #ae-mobile-cart-v4 .ae-cart-stock {
    margin-top: 7px;
    color: #208c29;
    font-size: 13px;
    font-weight: 700;
  }

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

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

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

  #ae-mobile-cart-v4 .ae-cart-qty-btn {
    background: #f1f3f5;
  }

  #ae-mobile-cart-v4 .ae-cart-qty-btn:disabled {
    opacity: .4;
  }

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

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

  #ae-mobile-cart-v4 .ae-cart-limit {
    grid-column: 1 / -1;
    display: none;
    color: #d1121c;
    font-size: 13px;
    font-weight: 700;
  }

  #ae-mobile-cart-v4 .ae-cart-limit.ae-show {
    display: block;
  }

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

  #ae-mobile-cart-v4 .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-v4 .ae-cart-row.ae-cart-total {
    font-size: 21px;
    font-weight: 900;
  }

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

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

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

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

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

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