.s-block--full-bg + .s-block--full-bg, .s-block--full-bg + footer, .s-block--full-bg:first-of-type {
  margin-top: -55px;
}
.product-card--primary-buttons button, .product-card--primary-buttons salla-button {
  border-color: #414042 !important;
  border-color: #fec147 !important;
  color: #fff !important;
  background-color: #fec147 !important;
  fill: #fff;
}.product-card__content .s-count-down-list .s-count-down-item .s-count-down-item-label {
  color: #1c0935;
  opacity: 2.8;
}
.product-card--primary-buttons button, .product-card--primary-buttons salla-button {
  border-color: #414042 !important;
  border-color: #fec147 !important;
  color: #fff !important;
  background-color: #fec147 !important;
  fill: #fff;
  background: linear-gradient(90deg, #6a0dad, #ffd700);
    background-color: rgba(0, 0, 0, 0);
  color: #fff;
  font-weight: bold;

  border: none;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  position: relative;
  overflow: hidden;
}