.elementor-9321 .elementor-element.elementor-element-15d8632{margin-top:0px;margin-bottom:0px;padding:20px 0px 20px 0px;}/* Start custom CSS for section, class: .elementor-element-15d8632 *//* =========================================================
   HOME COVE PICKS SHOP
   DESKTOP FILTER PANEL — NATURAL HEIGHT, NO OUTER SCROLLBAR
========================================================= */

@media (min-width: 761px) {

  /* Let the sidebar remain in the normal page flow */
  .hcpse .hcpse-filterPanel {
    position: relative !important;
    top: auto !important;
    bottom: auto !important;

    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;

    align-self: start !important;
    overflow: visible !important;
    overscroll-behavior: auto !important;

    scrollbar-width: none !important;
  }

  .hcpse .hcpse-filterPanel::-webkit-scrollbar {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
  }

  /* Stop the filter column from stretching */
  .hcpse .hcpse-layout {
    align-items: start !important;
  }

  .hcpse .hcpse-layout > aside {
    height: auto !important;
    min-height: 0 !important;
    align-self: start !important;
  }

  /* Keep footer directly below the filters */
  .hcpse .hcpse-filterPanel__footer {
    margin: 0 !important;
    padding-bottom: 0 !important;
  }
}


/* =========================================================
   MOBILE
   Keep scrolling inside the slide-out drawer
========================================================= */

@media (max-width: 760px) {

  .hcpse .hcpse-filterPanel {
    position: fixed !important;
    top: 0 !important;
    bottom: 0 !important;

    height: 100dvh !important;
    max-height: 100dvh !important;

    overflow-x: hidden !important;
    overflow-y: auto !important;
    overscroll-behavior: contain !important;
    -webkit-overflow-scrolling: touch !important;
  }
}


/* Hide the automatic attributes notice */
.hcpse .hcpse-attributeNotice{
    display:none !important;
}/* End custom CSS */