/* Rosaifa 4.14.15 — mobile Shop header and toolbar alignment repair. */

@media (max-width: 760px) {
  .post-type-archive-product .rf-woocommerce-main > .rf-container,
  .tax-product_cat .rf-woocommerce-main > .rf-container,
  .tax-product_tag .rf-woocommerce-main > .rf-container {
    width: min(100% - 16px, var(--rf-max)) !important;
  }

  .post-type-archive-product .woocommerce-products-header,
  .tax-product_cat .woocommerce-products-header,
  .tax-product_tag .woocommerce-products-header {
    margin-right: 0 !important;
    padding-right: 0 !important;
  }

  .post-type-archive-product .woocommerce-products-header__title.page-title,
  .tax-product_cat .woocommerce-products-header__title.page-title,
  .tax-product_tag .woocommerce-products-header__title.page-title {
    display: block;
    margin-right: 0 !important;
    max-width: none !important;
    padding-right: 0 !important;
    width: 100%;
  }

  .post-type-archive-product .rf-p5-discovery.rf-p5-shop-toolbar,
  .tax-product_cat .rf-p5-discovery.rf-p5-shop-toolbar,
  .tax-product_tag .rf-p5-discovery.rf-p5-shop-toolbar {
    margin-top: 8px !important;
    width: 100%;
  }

  .post-type-archive-product .rf-p5-shop-toolbar .rf-p5-discovery-head,
  .tax-product_cat .rf-p5-shop-toolbar .rf-p5-discovery-head,
  .tax-product_tag .rf-p5-shop-toolbar .rf-p5-discovery-head {
    align-items: stretch !important;
    display: grid !important;
    gap: 10px !important;
    grid-template-columns: 1fr !important;
  }

  .post-type-archive-product .rf-p5-shop-toolbar .rf-p5-shop-summary,
  .tax-product_cat .rf-p5-shop-toolbar .rf-p5-shop-summary,
  .tax-product_tag .rf-p5-shop-toolbar .rf-p5-shop-summary {
    width: 100%;
  }

  .post-type-archive-product .rf-p5-shop-toolbar .rf-p5-shop-summary strong,
  .tax-product_cat .rf-p5-shop-toolbar .rf-p5-shop-summary strong,
  .tax-product_tag .rf-p5-shop-toolbar .rf-p5-shop-summary strong {
    white-space: normal !important;
  }

  .post-type-archive-product .rf-p5-shop-toolbar .rf-p5-head-actions,
  .tax-product_cat .rf-p5-shop-toolbar .rf-p5-head-actions,
  .tax-product_tag .rf-p5-shop-toolbar .rf-p5-head-actions {
    align-items: stretch !important;
    display: grid !important;
    gap: 10px !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    justify-self: stretch !important;
    width: 100% !important;
  }

  .post-type-archive-product .rf-p5-shop-toolbar .rf-p5-filter-open,
  .tax-product_cat .rf-p5-shop-toolbar .rf-p5-filter-open,
  .tax-product_tag .rf-p5-shop-toolbar .rf-p5-filter-open,
  .post-type-archive-product .rf-p5-shop-toolbar .rf-p5-sort-control,
  .tax-product_cat .rf-p5-shop-toolbar .rf-p5-sort-control,
  .tax-product_tag .rf-p5-shop-toolbar .rf-p5-sort-control {
    width: 100% !important;
  }

  .post-type-archive-product .rf-p5-shop-toolbar .rf-p5-filter-open,
  .tax-product_cat .rf-p5-shop-toolbar .rf-p5-filter-open,
  .tax-product_tag .rf-p5-shop-toolbar .rf-p5-filter-open {
    justify-content: center !important;
    padding-inline: 12px !important;
  }

  .post-type-archive-product .rf-p5-shop-toolbar .rf-p5-sort-control select,
  .tax-product_cat .rf-p5-shop-toolbar .rf-p5-sort-control select,
  .tax-product_tag .rf-p5-shop-toolbar .rf-p5-sort-control select {
    max-width: none !important;
    min-width: 0;
    text-align: center;
    text-align-last: center;
    width: 100% !important;
  }
}
