/** Shopify CDN: Minification failed

Line 50:0 Unexpected "<"

**/
[data-bars=true] .flickity-page-dots .dot:after, [data-bars=true] .flickity-page-dots .dot:before{
  background-color: rgb(118 118 118);
}
.product-block .variant-wrapper{display:none!important;}
.product__price{font-size:22px!important;}
.header-promos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 10px;
  background: #fff;
}

.promo-item img {
  max-height: 55px;
  width: auto;
  display: block;
}

.promo-divider {
  width: 4px;
  height: 70px;
  background: #8B0000;
  border-radius: 2px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .header-promos {
    flex-direction: column;
    gap: 10px;
  }

  .promo-divider {
    width: 70%;
    height: 3px;
  }

  .promo-item img {
    max-width: 100%;
    height: auto;
  }
}
</style>