/* Saunalake — custom overrides (loaded after dist) */

.saunalake-shop-links {
  display: flex;
  align-items: center;
}

.saunalake-cart-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  color: inherit;
  transition: color 0.15s ease;
}

.saunalake-cart-link:hover,
.saunalake-cart-link[data-current='true'] {
  color: #ab9990;
}

.saunalake-cart-link svg {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
}

.saunalake-cart-count {
  position: absolute;
  top: -0.2rem;
  right: -0.2rem;
  min-width: 1.125rem;
  height: 1.125rem;
  padding: 0 0.25rem;
  border-radius: 999px;
  background: #ab9990;
  color: #fff;
  font-size: 0.625rem;
  line-height: 1.125rem;
  text-align: center;
}

.saunalake-footer-legal {
  display: block;
  width: 100%;
  padding: 1rem 0;
  background: rgba(31, 26, 23, 0.18);
  color: #1f1a17;
  font-size: 0.875rem;
  line-height: 1.5;
  border-top: 1px solid rgba(31, 26, 23, 0.15);
}

.saunalake-footer-legal p {
  margin: 0;
}

.saunalake-footer-legal br + br {
  display: none;
}

.saunalake-payment-methods {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1.25rem;
}

.saunalake-payment-methods__label {
  margin: 0;
  font-size: 0.8125rem;
  color: #1f1a17;
  opacity: 0.85;
}

.saunalake-payment-methods__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem 0.85rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.saunalake-payment-methods__list li {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0.2rem 0.35rem;
  background: rgba(255, 255, 255, 0.55);
  border-radius: 4px;
}

.saunalake-payment-methods__list img {
  display: block;
  height: 20px;
  width: auto;
  max-width: 72px;
  object-fit: contain;
}

/* Marketing consents — select all */
.saunalake-consent-select-all {
  margin: 1rem 0 1.25rem;
  padding: 0.9rem 1rem;
  background: #1f1a17;
  color: #f7f2eb;
  border-radius: 8px;
  order: 99;
}

.saunalake-consent-select-all__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.75rem 1rem;
  border: 0;
  border-radius: 6px;
  background: #ab9990;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  cursor: pointer;
  transition: background 0.15s ease, transform 0.15s ease;
}

.saunalake-consent-select-all__btn:hover,
.saunalake-consent-select-all__btn.is-active {
  background: #8f7d74;
}

.saunalake-consent-select-all__hint {
  margin: 0.55rem 0 0;
  font-size: 0.75rem;
  line-height: 1.4;
  opacity: 0.85;
}
