/*Category page*/
@media (min-width: 1200px) {
div#primary {
    margin-top: 35px; !important
}
a.astra-shop-filter-button.ast-flyout-filter {
    display: none !important;
}
.ast-container {
    padding-right: 0px;
}
}
/*Category/shop Page*/
li.ast-grid-common-col.ast-full-width.ast-article-post.remove-featured-img-padding.desktop-align-left.tablet-align-left.mobile-align-left.ast-product-gallery-layout-horizontal-slider.ast-product-tabs-layout-vertical.ast-fade-up.ast-qv-on-image.astra-woo-hover-swap.product.type-product.post-8945.status-publish.first.instock.product_cat-154.has-post-thumbnail.taxable.shipping-taxable.product-type-simple {
    max-height: 110px;
}
.astra-shop-thumbnail-wrap {
    max-width: 110px;
}
.woocommerce-page.ast-woocommerce-shop-page-list-style ul.products li.product .onsale, .woocommerce.ast-woocommerce-shop-page-list-style ul.products li.product .onsale {
    border-radius: 10px;
    padding: 0px 10px 0px 10px;
}

/* ==========================================================
   DESKTOP: real right-hand sidebar, products on the left
   ========================================================== */
@media (min-width: 1200px) {
  /* 2-col grid: content left | sidebar right */
  .ast-woocommerce-container {
    display: grid;
    grid-template-columns: 245px 1fr;  /* content | sidebar */
    gap: 20px;
    align-items: start;
    grid-auto-flow: row dense;
  }
.ast-shop-toolbar-container {
    grid-column: 2 !important;
    grid-row: 2 / -1 !important;
}
.ast-archive-description {
    grid-column: 2 !important;
    grid-row: 4 / 0 !important;
}
ul.products.columns-1 {
    grid-column: 2 !important;
    grid-row: 1 / 0 !important;
}
  /* Sidebar slot pinned top-right, span all rows */
  #mf-desktop-slot {
    grid-column: 1 !important;
    grid-row: 1 / -1 !important;
    align-self: start;
  }

  /* The filter box when mounted in-page */
  #moazeni-filters-drawer.mf-sidebar--desktop {
    position: sticky;
    top: 24px;
    width: 250px;
    max-width: 300px;
    height: fit-content;
padding:15px;
  }



  /* Hide off-canvas triggers on desktop */
  .ast-shop-filter-trigger,
  .ast-shop-filter,
  .ast-filter-wrap .astra-shop-filter-button,
  .ast-shop-toolbar-container .ast-shop-filter,
  .mf-trigger { display: none !important; }

  /* When in-page, remove inner scroll/sticky to avoid nested scrollbars */
  .mf-body { max-height: none; overflow: visible; }
  .mf-header, .mf-footer__cta { position: static; }
  nav.ast-shop-pagination-infinite {
    grid-column: 2;
}
.aero-archive-subcats {
        grid-column: 2 !important;
        grid-row: 1 / -1 !important;

    }
}

li.product-category.product.first {
    padding: 15px;
    width: 180px;
    border-radius: 15px;
    border-style: solid;
    border-color: #eaeaea;
    border-width: 1px;
    box-shadow: -1px 3px 3px 1px rgba(0, 0, 0, .1);
}
.aero-archive-subcats li.product-category a img {
  border-radius: 150px !important;
}
h2.woocommerce-loop-category__title {
   
    background-color: rgba(255, 255, 255, .88);
    transition: background .3s;
    text-align: center;
    right: 1em;
    left: 1em;
    padding: .5em 0 .7em;
        width: 145px;
    bottom: 0px;
    right: 0px;
        font-size: 14px;
    padding: 0px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.5;
}

h2.woocommerce-loop-category__title .count{
    display: block;
    background: 0 0;
    opacity: .5;
    font-size: .75em;
}

ul.aero-archive-subcats {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* explicitly kill ::marker pseudo-element */
ul.aero-archive-subcats li::marker {
  content: none !important;
}

/* optional: remove left indent from the li itself */
ul.aero-archive-subcats li {
  margin: 0;
  padding: 0;
}

ul.aero-archive-subcats.columns-4 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)); /* 4 equal columns */
  gap: 25px; /* spacing between items */
  list-style: none;
  margin: 0;
  margin-top:50px;
  padding: 0px 30px 0px 30px;
}

ul.aero-archive-subcats.columns-4 li {
  text-align: center;
}
.products .product-category {
    display: none !important;
}


h1.page-title.ast-archive-title {
    text-align: start;
}
.ast-breadcrumbs-wrapper {
    text-align: start;
}
section.ast-archive-description {
    margin-top: 40px !important;
}

/* 0) Make sure ancestors don't break sticky */
.site-content,
.site-main,
.ast-woocommerce-container,
.ast-woocommerce-container > .ast-container,
#mf-desktop-slot {
  overflow: visible !important;
  transform: none !important;
  contain: none !important;
}

/* 1) Make the slot (wrapper) sticky – most reliable */
@media (min-width: 1024px) {
  #mf-desktop-slot {
    position: -webkit-sticky !important; /* Safari */
    position: sticky !important;
    top: 96px; /* adjust to your sticky header height */
    align-self: start;         /* if parent is grid/flex */
    height: fit-content;       /* so it doesn't stretch */
    z-index: 5;
  }

  /* 2) Keep the panel scrollable within the viewport */
  #moazeni-filters-drawer.mf-sidebar--desktop {
    position: static; /* let the wrapper (#mf-desktop-slot) be sticky */
    max-height: calc(100vh - 96px - 16px);
    overflow: auto;
    overscroll-behavior: contain;
  }
}


li.ast-grid-common-col.ast-full-width.ast-article-post.remove-featured-img-padding.desktop-align-left.tablet-align-left.mobile-align-left.ast-product-gallery-layout-horizontal-slider.ast-product-tabs-layout-vertical.ast-fade-up.ast-qv-on-image.astra-woo-hover-swap.product.type-product.post-9741.status-publish.first.instock.product_cat-suspension-steering-brake-system.product_cat-182.has-post-thumbnail.taxable.shipping-taxable.purchasable.product-type-simple {
    border: solid;
    border-width: 1px;
    border-color: #dedede;
    border-radius: 10px;
}
img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    border-radius: 0px 10px 10px 0px;
}