/* Add custom CSS styles below */ 
:root {
  --color-primary: #7A2230;
  --color-primary-dark: #5E1A26;
  --color-primary-light: #9A3A48;
  --color-primary-reverse: #FFFFFF;
}

body { line-height: 1.8; }

salla-button, .s-button, .btn--primary, .s-add-product {
  border-radius: 12px !important;
}

salla-product-card,
.s-product-card-entry,
.product-block {
  border-radius: 14px;
  overflow: hidden;
  transition: 0.25s ease;
}

salla-product-card:hover,
.s-product-card-entry:hover,
.product-block:hover {
  transform: translateY(-4px);
  border-color: #7A2230;
}

.s-product-card-price, .price, .s-price {
  color: #7A2230 !important;
  font-weight: 800 !important;
}

a[href*="api.whatsapp.com"],
a[href*="wa.me"] {
  background: #25D366 !important;
  color: #fff !important;
}

footer, .store-footer {
  background: #16366A !important;
  color: #fff !important;
}