/* ═══════════════════════════════════════════════════════
   SHOP SEITE — Globale Styles
   büroservice ortner · shop-styles.css
═══════════════════════════════════════════════════════ */

/* ── Hero ──────────────────────────────────────────────── */
.shop-hero {
  padding: 56px 0 40px;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 52px;
}
.shop-hero-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #442243;
  margin-bottom: 40px;
}
.shop-hero h1 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 48px;
  font-weight: 400;
  color: #110811;
  letter-spacing: -0.3px;
  line-height: 1.15;
  margin: 0 0 16px;
}
.shop-hero p {
  font-size: 19px;
  color: rgba(17, 8, 17, 0.65);
  max-width: 560px;
  line-height: 1.75;
}

/* ── Produkt-Liste ─────────────────────────────────────── */
.shop-section-title {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #110811;
  margin: 0 0 28px;
}
.shop-grid {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 64px;
}
.shop-product-card {
  border-bottom: 1px solid #e8e8e8;
  background: #fff;
  padding: 40px 0;
}
.shop-product-card-title {
  font-size: 15px;
  font-weight: 600;
  color: #110811;
}
.shop-product-card-desc {
  font-size: 13px;
  color: rgba(17,8,17,0.55);
  line-height: 1.55;
  flex: 1;
}

/* ── Buy-Button Container ──────────────────────────────── */
.buy-btn-wrap {
  width: 100%;
}

/* ── Hinweis-Box ───────────────────────────────────────── */
.shop-placeholder {
  background: #fafafa;
  border: 1.5px dashed #d0c8d0;
  padding: 32px 28px;
  text-align: center;
  color: rgba(17,8,17,0.45);
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 28px;
}
.shop-placeholder strong {
  display: block;
  font-size: 15px;
  color: #442243;
  margin-bottom: 8px;
}

/* ── Shopify Buy Button Overrides ──────────────────────── */
.buy-btn-wrap .shopify-buy__product,
.buy-btn-wrap [class*="shopify-buy__product"]:not([class*="__btn"]):not([class*="__price"]):not([class*="__title"]) {
  max-width: 100% !important;
  margin-left: 0 !important;
  width: 100% !important;
}
.buy-btn-wrap iframe {
  width: 100% !important;
}

/* ── Responsive ────────────────────────────────────────── */
@media (max-width: 600px) {
  .shop-hero { padding: 36px 0 28px; }
  .shop-product-card { padding: 28px 0; }
}
