@import 'https://cdn.shopify.com/extensions/92391bd9-f42f-4f39-a3fb-c93bd568d613/love-loyalty-program-198/assets/modals.css?v=29';

.ll__loyalty-page-banner-ho4ed3 {
  padding: 100px 24px;
  margin: 0;
  margin-bottom: 64px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.ll__banner-content {
  max-width: 500px;
  padding: 24px;
}

.ll__banner-content h2 {
  font-size: 24px;
  margin: 0 0 16px 0;
  font-weight: 500;
}

.ll__points-block {
  display: flex;
  flex-wrap: wrap;
}

.ll__points-block > div:not(:last-child) {
  margin-right: 25px;
}

.ll__loyalty-page-banner-ho4ed3 .ll__illustrated-block {
  background-color: transparent;
  color: white;
}

.ll__loyalty-page-banner-ho4ed3 .ll__illustrated-block svg rect {
  fill: white;
}

.ll__loyalty-page-banner-ho4ed3 .ll__illustrated-block svg path {
  fill: var(--color-background-dark);
}

.ll__points-icon {
  margin-right: 8px;
}

.ll__points-amount {
  font-size: 20px;
  font-weight: 500;
  margin-right: 4px;
}

.ll__banner-content > p {
  margin: 24px 0;
  font-size: var(--font-size-normal);
}

.ll__button-group {
  display: flex;
  flex-direction: row;
}

.ll__button-group .ll__button {
  flex: 1;
  padding: 12px 24px;
  font-size: var(--font-size-normal);
  color: #fff;
  border: 1px solid #fff;
  text-align: center;
  font-weight: 500;
}

.ll__button-group .ll__button:first-child {
  margin-right: 12px;
}

/* Make container responsive */
@media screen and (max-width: 480px) {
  .ll__banner-container {
    padding: 16px;
  }

  .ll__banner-content {
    padding: 20px;
  }

  .ll__button-group {
    flex-direction: column;
  }

  .ll__button-group .ll__button:first-child {
    margin-right: 0;
    margin-bottom: 12px;
  }
}
