/* Add custom CSS styles below */ 
@media (max-width: 767px) {
  .athena-card {
    width: 80px !important;
  }

  custom-salla-product-card {
    max-width: 130px !important;
  }

  .s-products-slider-card {
    width: fit-content !important;
  }

  .s-products-list-filters-results > * {
    width: fit-content !important;
    margin-inline: auto !important;
  }
}


.athena-action-btn {
  width: 24px !important;
  height: 24px !important;
  border-radius: 50% !important;
}

.athena-action-buttons .s-button-outline {
  width: 24px !important;
  height: 24px !important;
  border-radius: 50% !important;
}