@media (max-width: 760px) {
  body:not(.admin-body) .home-brand-showcases {
    padding-top: 0.35rem !important;
  }

  body:not(.admin-body) .home-brand-showcases .container {
    width: 100% !important;
    max-width: 100% !important;
    padding-inline: 0 !important;
    gap: 1.05rem !important;
  }

  body:not(.admin-body) .brand-product-carousel-mobile {
    --brand-product-visible: 1 !important;
    --brand-product-gap: 0.86rem !important;
    overflow: hidden !important;
  }

  body:not(.admin-body) .brand-product-carousel-mobile .brand-product-window {
    width: 100% !important;
    overflow: visible !important;
    padding: 0.12rem 3.15rem 0.9rem 1.35rem !important;
  }

  body:not(.admin-body) .brand-product-carousel-mobile .brand-product-track > .catalog-card {
    flex: 0 0 calc(100% - 2.05rem) !important;
    min-width: 0 !important;
  }

  body:not(.admin-body) .brand-product-carousel-mobile .catalog-card {
    border-radius: 0.9rem !important;
  }

  body:not(.admin-body) .brand-product-carousel-mobile .catalog-card-media {
    min-height: 12rem !important;
    padding: 0.45rem !important;
  }

  body:not(.admin-body) .brand-product-carousel-mobile .catalog-card-media img {
    width: 100% !important;
    max-height: 11.5rem !important;
    object-fit: contain !important;
  }

  body:not(.admin-body) .brand-product-carousel-mobile .catalog-card-body {
    padding: 0.72rem 1rem 0.9rem !important;
  }

  body:not(.admin-body) .brand-product-carousel-mobile .brand-product-arrow {
    top: 43% !important;
    width: 1.95rem !important;
    height: 1.95rem !important;
  }

  body:not(.admin-body) .brand-product-carousel-mobile .showcase-arrow-prev {
    left: 0.55rem !important;
  }

  body:not(.admin-body) .brand-product-carousel-mobile .showcase-arrow-next {
    right: 0.55rem !important;
  }

  body:not(.admin-body) .catalog-card-cart-form {
    grid-template-columns: minmax(0, 65fr) minmax(0, 35fr) !important;
    align-items: stretch !important;
  }

  body:not(.admin-body) .catalog-card-cart-form .catalog-buy-button.catalog-cart-button {
    width: 100% !important;
    min-width: 0 !important;
    padding: 0 !important;
  }

  body:not(.admin-body) .catalog-card-cart-form .catalog-buy-button.catalog-cart-button span,
  body:not(.admin-body) .catalog-card-cart-form .catalog-buy-button.catalog-cart-button:hover span,
  body:not(.admin-body) .catalog-card-cart-form .catalog-buy-button.catalog-cart-button:focus-visible span {
    width: 0 !important;
    max-width: 0 !important;
    opacity: 0 !important;
    overflow: hidden !important;
    transform: translateY(-6px) scale(0.94) !important;
  }

  body:not(.admin-body) .catalog-card-cart-form .catalog-buy-button.catalog-cart-button svg,
  body:not(.admin-body) .catalog-card-cart-form .catalog-buy-button.catalog-cart-button:hover svg,
  body:not(.admin-body) .catalog-card-cart-form .catalog-buy-button.catalog-cart-button:focus-visible svg {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    opacity: 1 !important;
    transform: translate(-50%, -50%) scale(1) !important;
  }

  body:not(.admin-body) .home-brand-showcases .brand-product-carousel-mobile .brand-product-track > .catalog-card {
    flex: 0 0 min(72vw, 17.2rem) !important;
    width: min(72vw, 17.2rem) !important;
    min-width: min(72vw, 17.2rem) !important;
    max-width: min(72vw, 17.2rem) !important;
  }

  body:not(.admin-body) .home-brand-showcases .brand-product-carousel-mobile .catalog-card {
    display: flex !important;
    flex-direction: column !important;
    min-height: 21.1rem !important;
  }

  body:not(.admin-body) .home-brand-showcases .brand-product-carousel-mobile .catalog-card-body {
    flex: 1 1 auto !important;
    display: flex !important;
    flex-direction: column !important;
  }

  body:not(.admin-body) .home-brand-showcases .brand-product-carousel-mobile .catalog-card-buy {
    margin-top: auto !important;
  }
}
