/*Header*/
.main-navbar {
    background-color: #FFFFFF;
    box-shadow: none;
    --tw-backdrop-blur: blur(0px);
}
.enhanced-products-slider-swiper-actions-center,
.mobile-nav-bottom,
.product-card-content-meta-pricing-current-discounted-meta-value,
.product-card-content-meta-pricing-current-discounted-percentage {
    display: none;
}

/*Products*/

.product-card-actions-add-to-cart {
    border-color: var(--color-primary);
    background-color: var(--color-primary);
    color: #FFF;
    border-radius: 0.25rem;
}

.product-card {
  box-shadow: none;
}

.product-card-content-meta-pricing {
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.product-card-content-meta-pricing-current {
    margin-left: 15px;
}

.product-card-actions-wishlist {
    left: 10px;
    position: absolute;
    z-index: 100000;
    background: #425e61;
    top: 10px;
    color: #FFF;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.product-card-content-meta {
  text-align: center;
}

@media (min-width: 768px) {
.product-card-actions-add-to-cart {
    width: 98%;
}
}
body *:not(.banner *):not(.hero-banner *):not(.main-banner *):not(.promo-banner *) {
  font-size: 1.03em;
}
.product-card-actions-add-to-cart {
  font-size: 1.005em !important;
}