/* Add custom CSS styles below */ 
@media (max-width: 767px) {
    .product-card--primary-buttons button,
    .product-card--primary-buttons salla-button {
        border-color: var(--color-primary) !important;
        color: #ffffff !important;
    }
}

.product-card--primary-buttons button, .product-card--primary-buttons salla-button {
   
    color: #ffffff !important;
    background-color: black;
}



.s-product-card-rating {
    justify-content: center;
    margin-top: .625rem;
    display: none;
}

.product-card--primary-buttons button, .product-card--primary-buttons salla-button {
    color: #ffffff !important;
    background-color: black;
    height: 28px;
}

.product-single__discounted-amount {
  
    display: none;

}




.product-card__promotion{
  transform-origin: center;
  animation: promoFlashShake 4s infinite;
}

@keyframes promoFlashShake{
  0%,85%,100%{
    filter: brightness(1);
    transform: rotate(0deg);
  }

  88%{
    transform: rotate(0.6deg);
  }

  90%{
    filter: brightness(1.5);
    transform: rotate(-0.6deg);
  }

  92%{
    transform: rotate(0.4deg);
  }

  94%{
    transform: rotate(-0.4deg);
  }

  96%{
    transform: rotate(0deg);
  }
}



.px-2\.5 {
    padding-left: .625rem;
    padding-right: .625rem;
    max-width: 6440px;
}


@media (max-width: 767px) {.navbar-brand img {
    max-height: 120px;
    max-width: 300px;
    display: none;
}}

.top-navbar {
    border-bottom: 1px solid hsla(0, 0%, 93%, .349);
    display: flex;
    min-height: 8px;
    padding-bottom: -1.5rem;
    padding-top: 0.5rem;
}


@media (max-width: 991px) {
    .s-block--enhanced-features.mini-features [data-length="3"] {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}