/** Shopify CDN: Minification failed

Line 6:0 Unexpected ";"

**/
;.product-views-counter__container--AYWxRVHlVWHl3NSswZ__pvc_product_views_counter_product_viewed_zBQ8ke {
 margin-top:10px!important;
}
.breadcrumbs-container a {
  color: red !important;
}
.breadcrumbs-container {
  color: black !important;
}

.product-views-counter__container--pvc_product_views_counter_product_viewed_zBQ8ke {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.product-views-counter__container--pvc_product_views_counter_product_viewed_zBQ8ke {
  margin-top: 20px !important;
}
.product-app-container {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.payment-logos {
  margin: 20px 0;
  width: 60%;
}

@media only screen and (max-width: 600px) {
  .payment-logos {
    width: 80%;
  }
}


.product-tab-button {
  color: black !important;
}

#Banner-template--24902587908473__image_banner {
  margin-top: -15px !important;
}

.mini-cart {
  position: fixed;
  top: 0;
  right: 0;
  width: 320px;
  height: 100%;
  background: white;
  box-shadow: -2px 0 10px rgba(0,0,0,0.15);
  transform: translateX(100%);
  transition: transform 0.3s ease;
  z-index: 9999;
  padding: 20px;
}

.mini-cart.open {
  transform: translateX(0);
}

.mini-cart-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mini-cart-items {
  margin-top: 20px;
  max-height: 60vh;
  overflow-y: auto;
}

.mini-cart-footer {
  position: absolute;
  bottom: 20px;
  width: 90%;
}
