/* Add custom CSS styles below */
:root {
  --main: #a1c13c;
  --secondary: #5a6d1f;
  --bg-color: #f9f9f9;
  --cards: #e8f3d3;
  --text: #222222;
  --border-radius: 12px;
}
custom-salla-product-card .s-button-primary,
custom-salla-product-card .s-product-card-image-cover {
  border-radius: var(--border-radius) !important;
}

footer {
  margin-top: 0 !important;
}

.s-block.s-block--features.angel-features {
  background-color: #292929 !important;
  mask-image: unset;
  color: #a1c13c !important;
}

.s-block.s-block--features.angel-features p {
  color: #a1c13c !important;
}

@media (max-width: 900px) {
  #karzoun-widget-send-button {
    bottom: 80px;
  }
}