/* Add custom CSS styles below */ 


body.trans_header.slider_has_overlay .store-header .main-nav-container.fixed-header *:not(custom-salla-product-card *) {
   
    background-color: #000000;
}

.s-cart-summary-count{
 background-color: #d52427 !important;
}

/* Button Style */

.product-card__actions div button {
    background: #00000070;
}

.s-button-element {
background: linear-gradient(270deg, #d52427, #6b0405, #d52427);
  background-size: 400% 400%;
 border: none;
  animation: gradientMove 5s ease infinite;
  padding: 10px 20px;
  transition: transform 0.5s ease;
}


@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.s-button-wrap .s-button-text{
 color: #ffffff !important;
}




.s-block--enhanced-features__item {
  width: 100%;
  margin-top: 1rem;
}
.s-block--enhanced-features .grid {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
        gap: 0 !important;
    padding: 0 !important;

  }

@media (min-width: 768px) {
  .s-block--enhanced-features .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}