/* SBMiniatures v2.9.39.1 — compact product information bar only.
   Built on the stable v2.9.39 layout. No gallery, tabs, checkout or catalog restructuring. */

.single-product .sbm-product-quick-facts.sbm-product-quick-facts--compact{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:0;
  width:100%;
  margin:20px 0 6px;
  padding:0;
  border-top:1px solid rgba(224,167,55,.34);
  border-bottom:1px solid rgba(224,167,55,.34);
  background:transparent;
}

.single-product .sbm-product-quick-facts--compact .sbm-product-quick-fact{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:12px;
  min-width:0;
  min-height:54px;
  margin:0;
  padding:10px 22px;
  border:0;
  border-right:1px solid rgba(224,167,55,.30);
  border-radius:0;
  background:transparent;
}

.single-product .sbm-product-quick-facts--compact .sbm-product-quick-fact:first-child{
  padding-left:6px;
}

.single-product .sbm-product-quick-facts--compact .sbm-product-quick-fact:last-child{
  border-right:0;
}

.single-product .sbm-product-quick-facts--compact .sbm-product-quick-fact__icon{
  display:flex;
  flex:0 0 18px;
  align-items:center;
  justify-content:center;
  width:18px;
  height:18px;
  margin:0;
  padding:0;
  border:0;
  border-radius:0;
  color:var(--sbm-gold,#e3ad3c);
  background:none;
  font-style:normal;
}

.single-product .sbm-product-quick-facts--compact .sbm-product-quick-fact__icon svg{
  display:block;
  width:18px;
  height:18px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.65;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.single-product .sbm-product-quick-facts--compact .sbm-product-quick-fact strong{
  display:block;
  min-width:0;
  color:#eef1f3;
  font-size:.72rem;
  font-weight:700;
  line-height:1.25;
  letter-spacing:0;
  white-space:normal;
}

/* The old v2.9.39 label row remains accessible through aria-label but is not rendered visually. */
.single-product .sbm-product-quick-facts--compact small,
.single-product .sbm-product-quick-facts--compact span{
  display:none!important;
}

@media (max-width:980px){
  .single-product .sbm-product-quick-facts.sbm-product-quick-facts--compact{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .single-product .sbm-product-quick-facts--compact .sbm-product-quick-fact{
    min-height:50px;
    padding:9px 14px!important;
    border-right:1px solid rgba(224,167,55,.24)!important;
    border-bottom:1px solid rgba(224,167,55,.20)!important;
  }
  .single-product .sbm-product-quick-facts--compact .sbm-product-quick-fact:nth-child(2n){
    border-right:0!important;
  }
  .single-product .sbm-product-quick-facts--compact .sbm-product-quick-fact:nth-last-child(-n+2){
    border-bottom:0!important;
  }
}

@media (max-width:560px){
  .single-product .sbm-product-quick-facts.sbm-product-quick-facts--compact{
    grid-template-columns:1fr;
  }
  .single-product .sbm-product-quick-facts--compact .sbm-product-quick-fact{
    min-height:46px;
    padding:8px 4px!important;
    border-right:0!important;
    border-bottom:1px solid rgba(224,167,55,.20)!important;
  }
  .single-product .sbm-product-quick-facts--compact .sbm-product-quick-fact:last-child{
    border-bottom:0!important;
  }
}

/* v2.9.39.2: the compact info bar replaces the duplicated bullet list in the short description. */
.single-product .summary .sbm-product-short-list,
.single-product .summary .woocommerce-product-details__short-description ul{
  display:none!important;
}
