/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 26 2026 | 08:35:15 */
/* MOBILE FILTER OFF-CANVAS */
@media (max-width: 767px) {
  .mobile-filter {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 9999;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    overflow-y: auto;
    padding: 14px;
	flex-direction: row !important;
	align-content: flex-start;
  }
	
  .elementor-element-3aca1ef {
	margin-top: 100px !important;	
  }

  .mobile-filter.is-open {
    transform: translateX(0);
  }

  body.filter-open {
    overflow: hidden;
  }

  /* overlay */
  .filter-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.4);
    z-index: 9998;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
  }

  body.filter-open .filter-overlay {
    opacity: 1;
    pointer-events: auto;
  }
	
	.filter-clear-button {
		position: relative !important;
		left: 14px !important;
	}
}