/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 23 2026 | 19:50:53 */


.bf-filter-label {
  font-size: 13px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: var(--bf-black);
}

.bf-filter-label::after {
  content: "|";
  margin: 0 20px;
  color: var(--bf-muted);
}

.bf-filter-inner button {
  margin-left: 0;
	font-weight: 400 !important;
}
.bf-archive-right {
  opacity: 0;
  transform: translateY(10px);
}

.bf-archive-right.is-visible {
  opacity: 1;
  transform: none;
}
/* ====================================
   BLKFOG COLLECTION INTRO TYPE
==================================== */

.bf-collection-tagline {
  font-size: 16px;
  font-weight: 500;
  color: var(--bf-black);
  margin: 0 0 6px;
  letter-spacing: 0.02em;
}

.bf-collection-sub {
  font-size: 13px;
  line-height: 1.6;
  color: var(--bf-muted);
  margin: 0;
  max-width: 520px;
	 margin-top: 4px;
}
/* =======================================
   HIDE SEO PAGE TITLE
======================================= */

.bf-support-copy  {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

/* =======================================
   BLKFOG — MOBILE LEFT STACK FILTER
======================================= */
@media (max-width: 768px) {

  .bf-filter-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px !important;
	  margin-bottom: 40px;
  }
	.bf-filter-panel {
        padding: 0px !important;
        margin: 0 0 !important;
	}

	.bf-filter-inner button {
		font-size: 10px !important;
	}
		
		/* Label */
  .bf-filter-label {
    width: 100%;
    margin: 6px 0 6px;
  }

  /* Kill separator on mobile */
  .bf-filter-label::after {
    content: "";
  }

  /* Buttons stack clean */
  .bf-filter-inner button {
    margin: 0;
    padding: 0;
    width: auto;
    text-align: left;
  }
	    .bf-collection-intro {
        text-align: center;
    }

}