// =============================================================================
// Halo Custom CSS - Customize The Style For Layout
// =============================================================================

// =============================================================================
//
// IMPORTANT DISCLAIMER
// Shopify is notifying shop owners about the need to convert scss files to css files.
// Please use only CSS to style the layout.
//
// =============================================================================

button.sticky-product.clearfix {
    display: none !important;
}

sticky-add-to-cart .sticky-inner {
  max-height: max-content !important;
}

sticky-add-to-cart .sticky-inner--wrapper {
  padding: 0 !important;
}
@media(max-width: 550px){
  .card-review.halo-productReview{
    margin-top: -20px
}
}