/* Browsing pages only. Keep the established desktop layouts and brand fonts. */
@media (max-width: 767px) {
  body.woocommerce.postero-archive-product ul.postero-products.products {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 30px !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
  }
  body.woocommerce.postero-archive-product ul.postero-products.products::before,
  body.woocommerce.postero-archive-product ul.postero-products.products::after {
    display: none !important;
  }
  body.woocommerce.postero-archive-product ul.postero-products.products > li.product {
    float: none !important;
    clear: none !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  body.woocommerce.postero-archive-product ul.postero-products.products .woocommerce-loop-product__title {
    font-size: 21px !important;
    line-height: 1.25 !important;
    margin: 10px 0 7px !important;
    min-height: 0 !important;
    overflow-wrap: break-word;
  }
  body.woocommerce.postero-archive-product ul.postero-products.products .price,
  body.woocommerce.postero-archive-product ul.postero-products.products .price * {
    font-size: 16px !important;
    line-height: 1.4 !important;
  }
  body.woocommerce.postero-archive-product .psd-shop-intro,
  body.woocommerce.postero-archive-product .psd-collection-intro {
    font-size: 15px;
    line-height: 1.55 !important;
    margin-bottom: 20px !important;
  }
  body.page-id-7391 .psd-collections-intro--final {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
    margin-bottom: 0 !important;
  }
  body.page-id-7391 .psd-collections-intro--final h1 {
    font-size: 32px !important;
    line-height: 1.1 !important;
    margin-bottom: 14px !important;
  }
  body.page-id-7391 .psd-collections-intro__copy {
    font-size: 15px !important;
    line-height: 1.55 !important;
    margin-bottom: 0 !important;
  }
  body.page-template-page-psd-home-clean .psd-home-clean__sales .psd-home-clean__products {
    display: flex !important;
    gap: 16px !important;
    width: 100% !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    transform: none !important;
    scroll-snap-type: x mandatory !important;
    overscroll-behavior-x: contain;
    scrollbar-width: thin;
    scrollbar-color: #b8a99a #eee9e2;
    padding: 0 !important;
  }
  body.page-template-page-psd-home-clean .psd-home-clean__sales .psd-home-clean__products > article {
    display: flex !important;
    flex-direction: column;
    flex: 0 0 88% !important;
    width: 88% !important;
    min-width: 0 !important;
    max-width: 88% !important;
    scroll-snap-align: start;
    margin: 0 !important;
  }
  body.page-template-page-psd-home-clean .psd-home-clean__sales .psd-home-clean__products > article h3 {
    visibility: visible !important;
    opacity: 1 !important;
    font-size: 21px !important;
    line-height: 1.25 !important;
    margin: 10px 0 8px !important;
  }
  body.page-template-page-psd-home-clean .psd-home-clean__sales .psd-home-clean__products > article > span {
    visibility: visible !important;
    opacity: 1 !important;
    margin-top: auto !important;
    font-family: "Instrument Sans", sans-serif !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
  }
  body.page-template-page-psd-home-clean .psd-home-clean__sales {
    padding-bottom: 0 !important;
    margin-bottom: 48px !important;
  }
}
