/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 10 2026 | 01:28:03 */
/* =======================================
   BLKFOG – New Archive System.
======================================= */
body.post-type-archive-product .content-area {
  background-color: ;
  padding-bottom: 60px; /* prevents harsh cut before footer */
}




/* =======================================
   BLKFOG – COLLECTION INTRO (Tight Industrial)
   COLOR ALIGNED TO SYSTEM
======================================= */

.bf-collection-intro {
  max-width: 680px;
  margin: 0 40px 18px;
  padding: 16px 0 12px;
  border-bottom: none;
  opacity: 0;
  transform: translateY(4px);
  transition:
    opacity 0.45s cubic-bezier(0.25, 0.8, 0.25, 1),
    transform 0.45s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.bf-collection-intro.is-visible {
  opacity: 1;
  transform: translateY(0);
}
/* ===============================
   CAD STYLING
=============================== */
.currency-suffix {
    margin-left: 4px;
    letter-spacing: 0.04em;
	color: var(--bf-black);
}
/* ===============================
   Toggle Reset (Keep Clean)
=============================== */

.bf-collection-intro .bf-expand-toggle,
.bf-collection-intro .bf-expand-toggle:hover,
.bf-collection-intro .bf-expand-toggle:focus,
.bf-collection-intro .bf-expand-toggle:active {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  outline: none;
  color: inherit;
}

/* ===============================
   Toggle Styling (Stamped Feel)
=============================== */

.bf-collection-intro .bf-expand-toggle {
  padding: 0;
  margin-top: 10px;
  font: inherit;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  color: var(--bf-muted);
  transition: color 0.2s ease;
}

.bf-collection-intro .bf-expand-toggle:hover {
  color: var(--bf-black);
}

/* ===============================
   Arrow Rotation (Controlled)
=============================== */

.bf-collection-intro .bf-arrow {
  display: inline-block;
  transform: rotate(-45deg);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.bf-collection-intro .bf-expand-toggle[aria-expanded="true"] .bf-arrow {
  transform: rotate(45deg);
}

/* ===============================
   Expand Content (Smoother)
=============================== */

.bf-collection-intro .bf-expand-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  margin-top: 0;
  transition:
    max-height 0.4s cubic-bezier(0.25, 0.8, 0.25, 1),
    opacity 0.3s ease;
}

.bf-collection-intro .bf-expand-content.active {
  max-height: 500px;
  opacity: 1;
  margin-top: 12px;
}

/* =======================================
   PRODUCT GRID TYPOGRAPHY
======================================= */

.woocommerce ul.products li.product {
  text-align: left !important;
  position: relative;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  margin-top: 14px;
  margin-bottom: 4px;
  color: var(--bf-black);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title::after {
  content: "";
  display: block;
  width: 18px;
  height: 1px;
  background: var(--bf-black);
  margin-top: 6px;
  margin-bottom: 4px;
  opacity: 0.6;
}

.woocommerce ul.products li.product .price {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.4px;
  color: var(--bf-black);
}

/* =======================================
   PRODUCT GRID LAYOUT
======================================= */

.woocommerce ul.products {
  padding-left: 36px;
  padding-right: 36px;
  gap: 30px;
}

.woocommerce ul.products li.product .product-header {
  position: relative;
  background-color: var(--bf-bg);
  padding: 30px 0 25px;
  overflow: hidden;
}

/* =======================================
   PRODUCT GRID BACKGROUND TEXTURE
======================================= */

.woocommerce ul.products li.product .product-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background-size:
    100% 100%,
    3px 3px;
  background-repeat: no-repeat, repeat;
  pointer-events: none;
  opacity: 1;
}

/* =======================================
   BLKFOG – SYSTEM LABEL
======================================= */

.bf-system-tag {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 3;
  font-size: 9px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 4px 7px;
  background: var(--bf-black);
  color: var(--bf-bg);
  pointer-events: none;
}

.bf-system-tag--right {
  left: auto;
  right: 12px;
}

.bf-system-tag--limited {
  background: #fff;
  color: #000;
  border: 1.5px solid #000;
}


/* =======================================
   BLKFOG – BREADCRUMB
======================================= */
.woocommerce .woocommerce-breadcrumb, .breadcrumb {
    font-family: Poppins;
    font-size: 13px !important;
    font-weight: 600 !important;
      letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
	color: var(--bf-black) !important;
}

.bf-breadcrumb,
.woocommerce-breadcrumb {
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 20px 36px 26px;
  color: var(--bf-black);
  opacity: 0;
  transform: translateY(3px);
  transition:
    opacity 0.45s cubic-bezier(0.25, 0.8, 0.25, 1),
    transform 0.45s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.bf-breadcrumb.is-visible,
.woocommerce-breadcrumb.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.bf-breadcrumb span,
.woocommerce-breadcrumb span {
  color: var(--bf-muted);
}

.bf-breadcrumb .bf-current,
.woocommerce-breadcrumb .current {
  color: var(--bf-black);
}

.bf-breadcrumb .bf-sep {
  margin: 0 6px;
  color: var(--bf-muted);
}
.woocommerce .woocommerce-breadcrumb a, .woocommerce .woocommerce-breadcrumb .fa {
    color: var(--bf-muted);
}
/* =======================================
   PRODUCT LOCK-IN ANIMATION
======================================= */

ul.products li.product {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 0.6s cubic-bezier(.2,.65,.2,1),
    transform 0.6s cubic-bezier(.2,.65,.2,1);
}

ul.products li.product.bf-visible {
  opacity: 1;
  transform: translateY(0);
}

/* =======================================
   ARCHIVE FILTER SYSTEM – FULL WIDTH STABLE
======================================= */

/* ---------------------------------------
   Archive Row Layout
--------------------------------------- */

.bf-archive-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 20px 36px 26px;
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--bf-black);
}

.bf-archive-left {
  flex: 1;
}

/* ---------------------------------------
   Right Side (Archive Count + Refine)
--------------------------------------- */

.bf-archive-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
}

/* Top Row: Count + Divider + Refine */
.bf-archive-meta {
  display: flex;
  align-items: center;
  gap: 8px;
}

.bf-divider {
  margin: 0 4px;
  color: var(--bf-muted);
}


/* ---------------------------------------
   REFINE Toggle (Text Style Only)
--------------------------------------- */

.bf-filter-inner button {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  font-size: 13px !important;
  font: inherit;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 600;
   opacity: 0.5;
  transition: opacity 0.2s ease
  cursor: pointer;
  color: var(--bf-black);
  transition: color 0.2s ease;
}

.bf-filter-inner button:hover,
.bf-filter-inner button:focus,
.bf-filter-inner button:active {
  background: none !important;
  box-shadow: none !important;
  outline: none !important;
  background: #111;
  color: #fff;
}

.bf-filter-inner button.active {
  color: var(--bf-black);
  opacity:1;
}

.bf-filter-inner {
  padding-bottom: 14px;
}

/* ====================================
   BLKFOG REFINE CHEVRON
==================================== */

.bf-filter-toggle {
  display: inline-flex;
  align-items: center;      /* vertical alignment */
  gap: 6px;
  background: transparent;
  border: none;
  cursor: pointer;
  line-height: 1;           /* prevent baseline shift */
}

.bf-refine-icons {
  display: inline-flex;     /* instead of relative positioning */
  align-items: center;
  justify-content: center;
  width: 10px;
  height: 10px;             /* slightly taller to center optically */
  position: relative;
  top: 0;                 /* micro optical correction */
}

.bf-refine-icons svg {
  position: absolute;
    width: 10px;
    height: 10px;
	color: var(--bf-black);
  transition: opacity 0.2s ease;
}

/* Default (closed) */
.bf-chevron-up {
  opacity: 0;
}

.bf-chevron-down {
  opacity: 1;
}

/* Open state */
.refine-open .bf-chevron-down {
  opacity: 0;
}

.refine-open .bf-chevron-up {
  opacity: 1;
}
/* ====================================
   BLKFOG REFINE PANEL – UPGRADED
==================================== */

.bf-filter-panel {
  display: none;
  width: 100%;
  border-top: 1.4px solid #111;
  padding: 22px 36px;
  background: #f8f8f8;
  margin-bottom: 44px;
	padding-top: 18px; /* slightly tighter top */
  opacity: 0;
  transform: translateY(-10px);
  transition:
    opacity 0.35s ease,
    transform 0.45s cubic-bezier(0.16,1,0.3,1);
}

/* When JS sets display: block inline */
.bf-filter-panel[style*="display: block"] {
  opacity: 1;
  transform: translateY(0);
	box-shadow: 0 28px 60px rgba(0, 0, 0, 0.06);
}

/* ---------------------------------------
   Filter Inner Layout
--------------------------------------- */

.bf-filter-inner {
  display: flex;
  gap: 28px;
  justify-content: flex-start;
}


/* ---------------------------------------
   Filter Buttons (Kill Theme Styles)
--------------------------------------- */

.bf-filter-inner button {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  font-size: 13px;
  font: inherit;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 600;
  opacity: 0.6;
  cursor: pointer;
  color: var(--bf-black);
  transition: color 0.2s ease;
}

.bf-filter-inner button:hover,
.bf-filter-inner button:focus,
.bf-filter-inner button:active {
  background: none !important;
  box-shadow: none !important;
  outline: none !important;
  color: var(--bf-black);
}

.bf-filter-inner button.active {
  color: var(--bf-black);
  
}
/* ========================================
   BLKFOG REFINE – Remove Button Styling
======================================== */

.bf-filter-toggle,
.bf-filter-toggle.button,
.bf-filter-toggle:focus,
.bf-filter-toggle:active {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  color: inherit !important;
	font-weight: 600;
	font-size: 13px;
    letter-spacing: 1.5px;
}



/* =======================================
   PRODUCT FADE ANIMATION
======================================= */

#blkfog-products-container {
  transition: opacity 0.2s ease, transform 0.25s ease;
}

/* =======================================
   SQUARE THE PRODUCT SIZE BUTTONS
======================================= */

/* BLKFOG Size Selector */

.wcboost-variation-swatches__item {
  border-radius: 0 !important;
  min-width: 58px;
  height: 44px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  letter-spacing: .08em;
  text-transform: uppercase;
	font-weight: 600;
  transition: all .18s ease;
}

/* hover */
.wcboost-variation-swatches__item:hover {
  border-color: #111;
}

/* active */
.wcboost-variation-swatches__item.selected {
  background: #111;
  color: #fff;
  border-color: #111;
}
.wcboost-variation-swatches__wrapper {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
}
.wcboost-variation-swatches__item {
  transition: 
    background-color .15s ease,
    color .15s ease,
    border-color .15s ease,
    transform .12s ease;
}

/* hover */
.wcboost-variation-swatches__item:hover {
  transform: translateY(-1px);
}

/* active (selected size) */
.wcboost-variation-swatches__item.selected {
  background: #111;
  color: #fff;
  border-color: #111;
}
.wcboost-variation-swatches__item:active {
  transform: translateY(0);
}
@media (max-width: 500px) {
  .wcboost-variation-swatches__wrapper {
    flex-wrap: wrap;
  }
}

/* =======================================
   SINGLE PRODUCT PAGE PRICE FIX
======================================= */

.woocommerce-variation-price {
  display: block !important;
}
.summary .price {
  display: block !important;
}
.woocommerce div.product .product_title  {
  font-size: 2.2rem;
  letter-spacing: .05em;
	font-weight:600;
	text-transform:uppercase;
}
.woocommerce div.product p.price {
      font-size: 2.1rem;
    font-weight: 600;
    letter-spacing: -.03em;
}

/* =======================================
   PRODUCT PAGE PRICE SECTION (MORE LIKE BLKFOG)
============================================= */
.single-product .variations {
  margin-bottom: 22px;
}

.single-product .single_variation_wrap {
  margin-top: 10px;
}

.single-product .single_add_to_cart_button {
  margin-top: 6px;
}
.summary .price {
  margin-bottom: 14px;
}

/* tighten size selector block */
.single-product .variations tr {
  display: block;
}

.single-product .variations td {
  padding: 0;
}

/* add visual anchor to add-to-cart area */
.single-product .single_variation_wrap {
  padding-top: 10px;
  border-top: 1px solid rgba(0,0,0,.08);
  margin-top: 14px;
}
/* make Woo variation table behave like a stacked block */
.single-product .variations tr {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* style the SIZE label */
.single-product .variations th {
  display: block;
  margin-bottom: 8px;
  font-size: 0.8rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}

/* remove default Woo spacing */
.single-product .variations td {
  padding: 0;
}
.single-product .variations th {
  color: rgba(0,0,0,.6);
}
/* move size guide beside the SIZE label */
.single-product .woocommerce-size-guide {
  position: absolute;
  right: 0;
  top: 0;
  font-size: .8rem;
}

.single-product .variations tr {
  position: relative;
}

.single-product a[onclick*="Size_Guide"] {
  display: none !important;
}
/* keep add-to-cart area stable */
.single-product .single_variation_wrap {
  display:block !important;
  min-height:90px;
}
/* remove Woo variation reset */
.single-product .reset_variations,
.single-product .variations-reset {
  display: none !important;
}
.single-product .variations {
  margin-bottom: 24px;
}

.single-product .single_variation_wrap {
  margin-top: 6px;
}

/* =======================================
   PRODUCT PAGE BUTTON FIX (MORE LIKE BLKFOG)
============================================= */

.single-product .single_add_to_cart_button {
  border-radius: 0;
  background: #111;
  border: 1px solid #111;

  padding: 16px 28px;

  font-size: 0.9rem;
  letter-spacing: .12em;
  text-transform: uppercase;

  transition: 
    transform .12s ease,
    background-color .18s ease,
    border-color .18s ease;
}
.single-product .single_add_to_cart_button:hover {
  transform: translateY(-1px);
}
.single-product .single_add_to_cart_button:active {
  transform: translateY(0);
}

/* ==================================================
   MOBILE
======================================= */

@media (max-width: 768px) {

  /* ----------------------------------
     Global Content Padding
  ---------------------------------- */

  .site-content,
  .woocommerce-products-header {
    padding-left: 20px;
    padding-right: 20px;
  }
	 .woocommerce ul.products {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  /* ----------------------------------
     Product Grid
  ---------------------------------- */


  /* ----------------------------------
     Intro + Breadcrumb
  ---------------------------------- */

  .bf-collection-intro {
    margin-bottom: 18px;
  }

  .woocommerce-breadcrumb,
  .bf-breadcrumb {
     margin: 20px 0 20px 0;
    line-height: 1.3;
  }

  /* ----------------------------------
     Archive Meta (Archive : 02 | Refine)
  ---------------------------------- */

  .bf-archive-meta {
    margin: 0;
  }

  .bf-refine-toggle {
    font-weight: 600;
    letter-spacing: 0.1em;
  }

  /* ----------------------------------
     Filter Panel + Bars
  ---------------------------------- */

  .bf-filter-bar,
  .bf-filter-menu {
    margin: 0 0 28px 0;
  }

  .bf-archive-row {
      display: flex;
    justify-content: center;   /* center everything */
    align-items: center;
    gap: 14px;                  /* space between breadcrumb + archive meta */
    margin: 20px 0 20px 0;
    text-align: center;
  }

}

  /* ----------------------------------
     Improve product image rendering
  ---------------------------------- */
.woocommerce ul.products li.product img{
image-rendering:-webkit-optimize-contrast;
backface-visibility:hidden;
transform:translateZ(0);
}
/* ----------------------------------
     Give Images Lift on Hover
  ---------------------------------- */

.woocommerce ul.products li.product{
transition: transform .22s ease, box-shadow .22s ease;
	
}

.woocommerce ul.products li.product:hover{
transform: translateY(-1px);
box-shadow: 0 4px 10px rgba(0,0,0,.06);
}

/* ----------------------------------
     Mobile
  ---------------------------------- */

/* BLKFOG Archive Grid — 4 per row */
@media (min-width: 1024px){

.woocommerce ul.products{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:40px;
}

.woocommerce ul.products li.product{
width:100% !important;
margin:0 !important;
}

}

/* BLKFOG Mobile Product Limit */

@media (max-width:768px){



.bf-load-more{
display:block;
text-align:center;
margin-top:20px;
}

 }
/* BLKFOG Mobile Load More */

@media (max-width:768px){


.bf-load-more{
display:block;
text-align:center;
margin-top:30px;
}

.bf-load-more button{
background:#1A1A1A;
color:#F2F2F2;
border:none;
padding:12px 22px;
font-size:12px;
letter-spacing:.08em;
cursor:pointer;
}
	
    .woocommerce ul.products {
        gap: 0;
    }
	
}