@media (min-width: 901px) {
  html body.home main.ea-home .ea-featured-products .ea-product-grid.ea-featured-products-grid {
    box-sizing: border-box !important;
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 380px), 1fr)) !important;
    grid-auto-flow: row !important;
    gap: 18px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    scroll-snap-type: none !important;
  }
}

@media (max-width: 900px) {
  html,
  body {
    max-width: 100% !important;
  }

  html body.home,
  html body.home main.ea-home {
    overflow-x: hidden !important;
  }

  html body.home main.ea-home .ea-collections,
  html body.home main.ea-home .ea-featured-products,
  html body.home main.ea-home .ea-reviews {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100vw !important;
    overflow: hidden !important;
  }

  html body.home main.ea-home .ea-collections__inner,
  html body.home main.ea-home .ea-featured-products__inner,
  html body.home main.ea-home .ea-reviews__inner {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100vw !important;
    margin: 0 !important;
    padding-left: 12px !important;
    padding-right: 0 !important;
    overflow: visible !important;
  }

  html body.home main.ea-home .ea-collections__header,
  html body.home main.ea-home .ea-featured-products__header,
  html body.home main.ea-home .ea-reviews__header {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: calc(100vw - 24px) !important;
    margin-right: 12px !important;
  }

  html body.home main.ea-home .ea-collections .ea-collections__grid,
  html body.home main.ea-home .ea-featured-products .ea-product-grid.ea-featured-products-grid,
  html body.home main.ea-home .ea-reviews .ea-reviews__grid[data-ea-review-rail] {
    box-sizing: border-box !important;
    display: grid !important;
    grid-template-columns: none !important;
    grid-auto-flow: column !important;
    grid-auto-columns: minmax(292px, calc(100vw - 44px)) !important;
    align-items: stretch !important;
    gap: 12px !important;
    width: 100vw !important;
    max-width: 100vw !important;
    margin: 0 !important;
    padding: 0 44px 14px 0 !important;
    overflow-x: auto !important;
    overflow-y: visible !important;
    scroll-snap-type: x mandatory !important;
    scroll-padding-left: 0 !important;
    overscroll-behavior-inline: contain !important;
    -webkit-overflow-scrolling: touch !important;
    mask-image: none !important;
    -webkit-mask-image: none !important;
    transform: none !important;
    scrollbar-width: none !important;
  }

  html body.home main.ea-home .ea-collections .ea-collections__grid::-webkit-scrollbar,
  html body.home main.ea-home .ea-featured-products .ea-product-grid.ea-featured-products-grid::-webkit-scrollbar,
  html body.home main.ea-home .ea-reviews .ea-reviews__grid[data-ea-review-rail]::-webkit-scrollbar {
    display: none !important;
  }

  html body.home main.ea-home .ea-collections .ea-collections__grid > .ea-collection-card,
  html body.home main.ea-home .ea-featured-products .ea-product-grid.ea-featured-products-grid > .ea-product-card,
  html body.home main.ea-home .ea-reviews .ea-reviews__grid[data-ea-review-rail] > .ea-review-card {
    box-sizing: border-box !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 0 !important;
    display: grid !important;
    scroll-snap-align: start !important;
    scroll-snap-stop: always !important;
    overflow: hidden !important;
    transform: none !important;
  }

  html body.home main.ea-home .ea-collections .ea-collection-card,
  html body.home main.ea-home .ea-featured-products .ea-product-card {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  html body.home main.ea-home .ea-featured-products .ea-product-card__visual,
  html body.home main.ea-home .ea-featured-products .ea-product-card__main,
  html body.home main.ea-home .ea-featured-products .ea-product-card__addons,
  html body.home main.ea-home .ea-featured-products .ea-product-card__actions,
  html body.home main.ea-home .ea-collections .ea-collection-card__hero,
  html body.home main.ea-home .ea-collections .ea-collection-card__content,
  html body.home main.ea-home .ea-collections .ea-collection-card__mini-slot,
  html body.home main.ea-home .ea-collections .ea-collection-card__bottom {
    box-sizing: border-box !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }

  html body.home main.ea-home .ea-featured-products .ea-product-card__actions {
    max-width: calc(100% - 20px) !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  html body.home main.ea-home .ea-featured-products .ea-product-card__buy {
    display: grid !important;
    grid-template-columns: minmax(132px, 0.44fr) minmax(0, 0.56fr) !important;
    gap: 10px !important;
    align-items: stretch !important;
  }

  html body.home main.ea-home .ea-featured-products .ea-product-card__qty {
    grid-template-columns: 44px minmax(0, 1fr) 44px !important;
    min-width: 0 !important;
  }

  html body.home main.ea-home .ea-featured-products .ea-product-card__button {
    min-width: 0 !important;
    overflow: hidden !important;
    text-align: center !important;
    white-space: normal !important;
  }

  html body.home main.ea-home .ea-collections .ea-collection-card__mini-item {
    grid-template-columns: 52px minmax(0, 1fr) !important;
  }

  html body.home main.ea-home .ea-collections .ea-collection-card__mini-buy {
    grid-column: 1 / -1 !important;
    justify-items: stretch !important;
    width: 100% !important;
  }

  html body.home main.ea-home .ea-collections .ea-collection-card__mini-variations {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  html body.home main.ea-home .ea-collections .ea-collection-card__mini-action {
    width: 100% !important;
    min-height: 40px !important;
  }
}

@media (max-width: 380px) {
  html body.home main.ea-home .ea-collections .ea-collections__grid,
  html body.home main.ea-home .ea-featured-products .ea-product-grid.ea-featured-products-grid,
  html body.home main.ea-home .ea-reviews .ea-reviews__grid[data-ea-review-rail] {
    grid-auto-columns: minmax(276px, calc(100vw - 34px)) !important;
    padding-right: 34px !important;
  }

  html body.home main.ea-home .ea-featured-products .ea-product-card__buy {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 900px) {
  html body.home.wp-theme-ea-vintage main.ea-home .ea-featured-products.ea-featured-products .ea-product-grid.ea-featured-products-grid.ea-featured-products-grid {
    box-sizing: border-box !important;
    display: grid !important;
    grid-template-columns: none !important;
    grid-auto-flow: column !important;
    grid-auto-columns: minmax(292px, calc(100vw - 44px)) !important;
    align-items: stretch !important;
    gap: 12px !important;
    width: 100vw !important;
    max-width: 100vw !important;
    margin: 0 !important;
    padding: 0 44px 14px 0 !important;
    overflow-x: auto !important;
    overflow-y: visible !important;
    scroll-snap-type: x mandatory !important;
    scroll-padding-left: 0 !important;
    overscroll-behavior-inline: contain !important;
    -webkit-overflow-scrolling: touch !important;
    mask-image: none !important;
    -webkit-mask-image: none !important;
    transform: none !important;
    scrollbar-width: none !important;
  }

  html body.home.wp-theme-ea-vintage main.ea-home .ea-featured-products.ea-featured-products .ea-product-grid.ea-featured-products-grid.ea-featured-products-grid > .ea-product-card {
    box-sizing: border-box !important;
    display: grid !important;
    grid-column: auto !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 0 !important;
    scroll-snap-align: start !important;
    scroll-snap-stop: always !important;
    overflow: hidden !important;
    transform: none !important;
  }
}

@media (max-width: 380px) {
  html body.home.wp-theme-ea-vintage main.ea-home .ea-featured-products.ea-featured-products .ea-product-grid.ea-featured-products-grid.ea-featured-products-grid {
    grid-auto-columns: minmax(276px, calc(100vw - 34px)) !important;
    padding-right: 34px !important;
  }
}

@media (max-width: 900px) {
  html body.home main.ea-home .ea-collections .ea-collections__grid,
  html body.home main.ea-home .ea-featured-products .ea-product-grid.ea-featured-products-grid,
  html body.home main.ea-home .ea-reviews .ea-reviews__grid[data-ea-review-rail],
  html body.home.wp-theme-ea-vintage main.ea-home .ea-featured-products.ea-featured-products .ea-product-grid.ea-featured-products-grid.ea-featured-products-grid {
    grid-auto-columns: minmax(284px, calc(100vw - 78px)) !important;
    width: calc(100vw - 24px) !important;
    max-width: calc(100vw - 24px) !important;
    padding-right: 36px !important;
  }

  html body.home main.ea-home .ea-collections .ea-collection-card__description,
  html body.home main.ea-home .ea-featured-products .ea-product-card__summary,
  html body.home main.ea-home .ea-review-card__quote {
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }

  html body.home main.ea-home .ea-collections .ea-collection-card__description,
  html body.home main.ea-home .ea-featured-products .ea-product-card__summary {
    -webkit-line-clamp: 2 !important;
    line-clamp: 2 !important;
  }

  html body.home main.ea-home .ea-review-card__quote {
    -webkit-line-clamp: 3 !important;
    line-clamp: 3 !important;
  }

  html body.home main.ea-home .ea-collections .ea-collection-card__hero {
    min-height: 0 !important;
    height: 176px !important;
  }

  html body.home main.ea-home .ea-featured-products .ea-product-card__visual {
    min-height: 0 !important;
    height: 256px !important;
  }

  html body.home main.ea-home .ea-featured-products .ea-product-card__addon-item {
    grid-template-columns: 40px 58px minmax(0, 1fr) !important;
    gap: 10px !important;
    min-width: 0 !important;
  }

  html body.home main.ea-home .ea-featured-products .ea-product-card__addon-copy {
    min-width: 0 !important;
    overflow: hidden !important;
  }

  html body.home main.ea-home .ea-featured-products .ea-product-card__addon-copy strong,
  html body.home main.ea-home .ea-featured-products .ea-product-card__addon-copy span {
    display: block !important;
    max-width: 100% !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  html body.home main.ea-home .ea-featured-products .ea-product-card__addon-price,
  html body.home main.ea-home .ea-featured-products [data-ea-product-addon-price] {
    max-width: 76px !important;
    white-space: nowrap !important;
  }
}

@media (max-width: 380px) {
  html body.home main.ea-home .ea-collections .ea-collections__grid,
  html body.home main.ea-home .ea-featured-products .ea-product-grid.ea-featured-products-grid,
  html body.home main.ea-home .ea-reviews .ea-reviews__grid[data-ea-review-rail],
  html body.home.wp-theme-ea-vintage main.ea-home .ea-featured-products.ea-featured-products .ea-product-grid.ea-featured-products-grid.ea-featured-products-grid {
    grid-auto-columns: minmax(276px, calc(100vw - 70px)) !important;
    width: calc(100vw - 20px) !important;
    max-width: calc(100vw - 20px) !important;
    padding-right: 30px !important;
  }
}

@media (max-width: 900px) {
  html body.home main.ea-home .ea-featured-products .ea-product-card__addons .ea-product-card__addon-list .ea-product-card__addon-item {
    align-items: center !important;
    grid-template-columns: 32px 54px minmax(0, 1fr) !important;
    gap: 10px !important;
    min-height: 64px !important;
    padding: 8px 10px !important;
  }

  html body.home main.ea-home .ea-featured-products .ea-product-card__addons .ea-product-card__addon-copy {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 4px !important;
    min-width: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }

  html body.home main.ea-home .ea-featured-products .ea-product-card__addons .ea-product-card__addon-copy strong,
  html body.home main.ea-home .ea-featured-products .ea-product-card__addons .ea-product-card__addon-copy span {
    display: block !important;
    min-width: 0 !important;
    max-width: 100% !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  html body.home main.ea-home .ea-featured-products .ea-product-card__addons .ea-product-card__addon-copy strong {
    font-size: 12.5px !important;
    line-height: 1.15 !important;
  }

  html body.home main.ea-home .ea-featured-products .ea-product-card__addons .ea-product-card__addon-copy span {
    justify-content: flex-start !important;
    width: fit-content !important;
    max-width: 100% !important;
    padding: 0 8px !important;
    font-size: 11px !important;
    line-height: 1.35 !important;
  }
}

@media (max-width: 900px) {
  html body.home main.ea-home .ea-collections .ea-collection-card__mini-shop {
    min-height: 0 !important;
  }

  html body.home main.ea-home .ea-collections .ea-collection-card__mini-list {
    gap: 10px !important;
  }

  html body.home main.ea-home .ea-collections .ea-collection-card__mini-list .ea-collection-card__mini-item {
    align-items: center !important;
    grid-template-columns: 48px minmax(0, 1fr) !important;
    grid-template-areas:
      "thumb copy"
      "buy buy" !important;
    gap: 10px !important;
    min-height: 112px !important;
    padding: 10px !important;
  }

  html body.home main.ea-home .ea-collections .ea-collection-card__mini-thumb {
    grid-area: thumb !important;
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
  }

  html body.home main.ea-home .ea-collections .ea-collection-card__mini-copy {
    grid-area: copy !important;
    align-content: center !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 4px 10px !important;
    min-width: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  html body.home main.ea-home .ea-collections .ea-collection-card__mini-name {
    grid-column: 1 / 2 !important;
    min-width: 0 !important;
    max-width: 100% !important;
    -webkit-line-clamp: 2 !important;
    line-clamp: 2 !important;
    font-size: 13px !important;
    line-height: 1.22 !important;
  }

  html body.home main.ea-home .ea-collections .ea-collection-card__mini-price {
    grid-column: 2 / 3 !important;
    justify-self: end !important;
    align-self: start !important;
    max-width: 86px !important;
    font-size: 12px !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
  }

  html body.home main.ea-home .ea-collections .ea-collection-card__mini-fitment,
  html body.home main.ea-home .ea-collections .ea-collection-card__mini-meta {
    grid-column: 1 / -1 !important;
    min-width: 0 !important;
  }

  html body.home main.ea-home .ea-collections .ea-collection-card__mini-buy {
    grid-area: buy !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    justify-items: stretch !important;
    width: 100% !important;
    min-width: 0 !important;
  }

  html body.home main.ea-home .ea-collections .ea-collection-card__mini-variations,
  html body.home main.ea-home .ea-collections .ea-collection-card__mini-variations--split {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
    width: 100% !important;
    max-width: 100% !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  html body.home main.ea-home .ea-collections .ea-collection-card__mini-variation {
    border: 1px solid rgba(35, 25, 18, 0.14) !important;
    border-radius: 12px !important;
    min-height: 42px !important;
    padding: 0 8px !important;
    font-size: 11px !important;
    white-space: normal !important;
  }

  html body.home main.ea-home .ea-collections .ea-collection-card__mini-variation.is-active {
    background: linear-gradient(#b97a38, #89501f) !important;
    color: #fff7ed !important;
    -webkit-text-fill-color: #fff7ed !important;
  }

  html body.home main.ea-home .ea-collections .ea-collection-card__mini-action {
    min-height: 44px !important;
    border-radius: 12px !important;
    font-size: 11px !important;
  }
}
