/** Shopify CDN: Minification failed

Line 48:4 Unexpected "{"
Line 48:5 Expected identifier but found "%"
Line 48:59 Unexpected "{"
Line 48:60 Expected identifier but found "%"

**/
  .template-cart .m-cart-secure-lock-wraper {
    justify-content: center;
    align-items: center;
    display: flex;
    margin: 0 auto !important;
    background-color: rgba(217, 217, 217, 0.4) !important;
    width: auto !important;
    max-width: none !important;
    padding: 5px 16px !important;
    border-radius: 25px !important;
  }

  .m-cart-secure-lock-wraper .m-cart-secure-lock {
    display: flex;
    color: #2D2D2D !important;
    font-weight: 400 !important;
    font-size: 11px !important;
    font-family: 'Roboto' !important;
    padding: 0 !important;
    opacity: 50% !important;
    padding-top: 2px !important;
  }
.m-button--icon.added-to-wishlist{
  background-color: white;
  border: none;

}
.added-to-wishlist:not(.in-prod-page):not(.m-tooltip--style-2) svg,
.added-to-compare:not(.in-prod-page):not(.m-tooltip--style-2) svg {
    fill: #00a655 !important;
    stroke: #00a655 !important;
}

.added-to-wishlist:not(.in-prod-page,.m-tooltip--style-2), .added-to-compare:not(.in-prod-page,.m-tooltip--style-2) {
    background-color: white;
    color: rgb(var(--color-tooltip-text));
}
.m-product-card__action .m-button--icon.added-to-compare:hover, .m-product-card__action .m-button--icon.added-to-wishlist:hover {
    box-shadow: transparent !important;
    {% comment %} border-color: rgb(198 72 72) !important; {% endcomment %}
}
.m-product-card__action .m-tooltip {
    border-radius: 9999px;
    cursor: pointer;
  border: none !important;
    background-color:transparent!important; 
    position: relative;
    margin-bottom: 8px;
    padding: 5px;
}
   .m-product-card__action .m-button--icon.added-to-compare:hover, .m-product-card__action .m-button--icon.added-to-wishlist:hover {
    box-shadow: 0 0 0 .2rem rgb(0 0 0 / 0%) !important;
    border-color: rgb(0 0 0 / 1%) !important;
}
    .m-product-card__action .m-button--icon:hover {
        box-shadow: 0 0 0 .2rem rgb(0 0 0 / 0%) !important;
        border: none !important;
    }
    .m-wishlist-button:hover svg path {
  fill: #00a655 !important;
  stroke: #00a655 !important;
  transition: all 0.3s ease;
}