/** Shopify CDN: Minification failed

Line 166:0 Expected "}" to go with "{"

**/
.shopify-section-footer .footer-text__class div {
  width: 100% !important;
}
.footer-credits {
  display: none !important;
}
aside#cart {
  padding-top: 16px;
}
.footer-payment-icons--cart {
  gap: 2px;
  margin-bottom: 5px;
}
#cart .sticky-in-panel {
  padding-top: 1rem;
  border-top: 1px solid #e6e6e6;
}
.acrt-subtotals {
  margin: 0;
}
.product-price__main {
  padding-left: 0 !important;
  padding-right: 0 !important;
  color: black !important;
}
.payment-icons-product__form {
  display: flex;
  justify-content: center;
  gap: 2px;
  margin-bottom: 10px;
}
.product-price__main:before {
  background: transparent;
}
[name="checkout"] {
  margin: 0 0 10px;
}
#cart .link-btn {
  max-width: 101%;
  width: 101%;
}
#cart .input-amount .incr:before, 
#cart .input-amount .decr:before{
  color: black;
}
#cart .semantic-amount input {
  color: black;
  margin-right: 5px;
}
#cart .cart-header__inner {
  display: flex !important;
}
#cart .cart-count {
  width: fit-content;
}
.header-featured {
  margin-bottom: 1rem;
}
.stock .overlay-valid {
  padding-left: 20px;
  margin-right: 5px;
  position:relative;
}
.stock .overlay-valid:before {
  content: " ";
  width: 10px;
  height: 10px;
  background: var(--alert_valid);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50px;
}
.stock .overlay-valid i {
  display: none;
}
[type="email"]{
  color: black;
}
#header .recently-viewed-products-initialized:before {
  border: none !important;
}




.product-card  section {
    position: relative;
    overflow: hidden;
}
.product-card  section h3.ff-secondary {
    font-size: 14px;
    line-height: 1.2;
}
.product-card   button.overlay-tertiary {
    padding: 15px  10px;
    height: auto;
    min-height: inherit;
  width:100%;
  font-size:13px;
  
}
.product-card   button.overlay-tertiary i.icon-cart {
    margin-right: 10px;
}

.template-index main#content {
    padding-top: 0;

.custom_style {
    padding: 0;
    position: relative;
}
 .custom_style h2.ff-primary {
    position: absolute;
    bottom: 10%;
    color: #fff;
    left: 50%;
    z-index: 2;
    transform: translatex(-50%);
    max-width: 95%;
    width: 100%;
}
.image_with_text_custom + .image_with_text_custom article.m6bx.wide {
    margin-bottom: 0 !important;
    padding-bottom: 0;
    margin-top: 0;
    padding-top: 0;
}

@media(min-width:768px){
  .custom_style  picture.img-cover{
    padding-top: calc(var(--ratio) * 75%);
 }
  
}
@media(max-width:767px){
  .shopify-section-footer nav ul.desktop-hide {
    justify-content: center;
  }
  .shopify-section-footer {
    text-align: center;
  }
  .made-link {
    padding-bottom: 10px !important;
  }
}
.video-clicked-link {
    cursor: pointer;
    display: inline-block;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 3;
}

