/* Bathshower / bassin.store inspired storefront (Dawn-like, clean) */

:root {
  --bs-bg: #ffffff;
  --bs-text: #121212;
  --bs-muted: #5c5c5c;
  --bs-border: #e8e8e8;
  --bs-accent: #2c5f6a;
  --bs-promo-bg: #f5f5f5;
}

body.bathshower-store {
  font-family: "DM Sans", "Plus Jakarta Sans", system-ui, sans-serif;
  color: var(--bs-text);
  background: var(--bs-bg);
}

.bathshower-store .brand-logo-link,
.bathshower-store .brand-logo-center .brand-logo-link {
  font-weight: 600;
  letter-spacing: 0.02em;
  font-size: 1.05rem;
}

.bathshower-store .brand-promo-banner {
  background: var(--bs-promo-bg);
  border-bottom: 1px solid var(--bs-border);
}

.bathshower-store .brand-promo-slide {
  font-size: 0.8rem;
  color: var(--bs-muted);
}

.bathshower-store .hero-section--static-brand .brand-hero-copy,
.bathshower-store .hero-section .brand-hero-line1 {
  color: var(--bs-text);
}

.bathshower-store .brand-hero-cta {
  background: var(--bs-text);
  color: #fff;
  border-radius: 4px;
}

.bathshower-store .section-title {
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.85rem;
  color: var(--bs-muted);
}

.bathshower-store #productsGrid .product-card {
  border: 1px solid var(--bs-border);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.bathshower-store #productsGrid .add-to-cart-btn {
  width: 100%;
  margin-top: 0.5rem;
  padding: 0.65rem;
  border: 1px solid var(--bs-text);
  background: #fff;
  color: var(--bs-text);
  font-weight: 600;
  border-radius: 4px;
  cursor: pointer;
}

.bathshower-store #productsGrid .add-to-cart-btn:hover {
  background: var(--bs-text);
  color: #fff;
}

.bathshower-store .shop-header {
  flex-wrap: wrap;
  gap: 0.75rem;
}

.bathshower-store .main-footer .footer-m-dtc-wordmark,
.bathshower-store .footer-m-dtc-copy,
.bathshower-store .footer-copyright p {
  font-family: inherit;
}

.bathshower-store-hero {
  text-align: center;
  padding: 2rem 1rem 1rem;
}

.bathshower-store-hero h1 {
  font-size: clamp(1.5rem, 4vw, 2rem);
  font-weight: 600;
  margin: 0 0 0.5rem;
}

.bathshower-store-hero p {
  color: var(--bs-muted);
  max-width: 36rem;
  margin: 0 auto 1rem;
  line-height: 1.5;
}

.bathshower-store-hero a.cta {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background: var(--bs-text);
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 600;
}
