/* v2.9.39.20: compact browsing, readable controls and optional product facts. */
.home .sbm-hero { min-height: 390px; }
.home .sbm-hero__inner { grid-template-columns: minmax(0, 1fr) 340px; gap: 52px; }
.home .sbm-hero__content { padding: 38px 0; }
.home .sbm-hero h1 { max-width: 760px; font-size: clamp(2.4rem, 4.4vw, 3.8rem); margin-bottom: 20px; }
.home .sbm-hero p { font-size: 1.03rem; line-height: 1.65; }
.home .sbm-hero__art { min-height: 0; padding: 22px 0; transform: none; }
.home .sbm-hero__logo img { width: min(100%, 340px); max-height: 340px; }
.home .sbm-hero__halo { width: 300px; height: 300px; }
.home .sbm-hero__bottom { display: none; }
.home .sbm-hero__proof { margin-top: 24px; }
.home .sbm-featured { padding-top: 38px; padding-bottom: 48px; }
.home .sbm-featured .sbm-section-heading { margin-bottom: 24px; }
.home .sbm-featured .sbm-section-heading h2 { font-size: clamp(1.8rem, 3vw, 2.6rem); }

body.tax-product_cat .sbm-category-archive-hero,
body.tax-product_cat .sbm-category-archive-hero__copy { min-height: 300px; }
body.tax-product_cat .sbm-category-archive-hero__copy { padding-top: 32px; padding-bottom: 32px; }
body.tax-product_cat .sbm-category-archive-hero__copy h1 { font-size: clamp(2.15rem, 3.8vw, 3.65rem); }
body.tax-product_cat .sbm-category-archive-hero__meta { margin-top: 16px; }
body.tax-product_cat .sbm-category-archive-hero__jump { margin-top: 16px; }

.sbm-product-filters { flex-wrap: wrap; }
.sbm-product-filters label { min-width: 150px; flex: 1 1 155px; }
.sbm-product-filters select { min-height: 44px; width: 100%; max-width: none; }
.sbm-product-filters .sbm-button { min-height: 44px !important; height: auto; }
.sbm-product-filters__title { flex-basis: 100%; }
.sbm-filter-reset { min-height: 44px; display: inline-flex; align-items: center; }
.sbm-unavailable-price { font-size: .85rem; color: #bdc6cf; }
.sbm-scale-explainer { max-width: 740px; margin: 18px auto; font-size: .9rem; color: #bdc6cf; line-height: 1.65; }
.sbm-shipping-purchase-link { margin: 0 0 14px; font-size: .87rem; color: var(--sbm-accent); }
.sbm-shipping-purchase-link a { text-decoration: underline; text-underline-offset: 3px; }
.sbm-shipping-summary { padding: 6px 18px; border-left: 3px solid var(--sbm-accent); margin: 20px 0; background: rgba(227,173,60,.05); }
.sbm-shipping-destinations { margin: 20px 0; }
.sbm-shipping-destinations summary { cursor: pointer; color: var(--sbm-accent); padding: 8px 0; }
.sbm-shipping-destinations p { line-height: 1.8; }
#versandkosten { scroll-margin-top: 125px; }
.sbm-catalog-guide { margin: 40px 0 12px; padding: 30px; border: 1px solid var(--sbm-border); border-radius: 16px; background: rgba(255,255,255,.025); }
.sbm-catalog-guide h2 { font-size: clamp(1.45rem, 2.2vw, 2rem); }
.sbm-catalog-guide p { max-width: 900px; color: #bdc6cf; line-height: 1.8; }
.sbm-catalog-guide__links { display: flex; flex-wrap: wrap; gap: 12px 28px; }
.sbm-catalog-guide__links a { color: var(--sbm-accent); text-decoration: underline; text-underline-offset: 4px; }
a:focus-visible, button:focus-visible, select:focus-visible, summary:focus-visible { outline: 2px solid var(--sbm-accent); outline-offset: 4px; }

@media (max-width: 900px) {
  .home .sbm-hero__inner { grid-template-columns: minmax(0, 1fr) 240px; gap: 24px; }
  .home .sbm-hero__logo img { max-height: 240px; }
  .home .sbm-hero__halo { width: 220px; height: 220px; }
  body.tax-product_cat .sbm-category-archive-hero__picture { inset: 0; height: 100%; }
  body.tax-product_cat .sbm-category-archive-hero__shade { background: linear-gradient(90deg, rgba(7,11,16,.98), rgba(7,11,16,.83) 55%, rgba(7,11,16,.5)); }
  body.tax-product_cat .sbm-category-archive-hero__meta { flex-direction: row; gap: 8px 14px; }
}
@media (max-width: 760px) {
  .home .sbm-hero { min-height: 0; }
  .home .sbm-hero__inner { grid-template-columns: 1fr; gap: 0; }
  .home .sbm-hero__content { padding: 28px 0 22px; }
  .home .sbm-hero h1 { font-size: clamp(2.05rem, 9vw, 3rem); }
  .home .sbm-hero__art { display: none; }
  .home .sbm-hero__proof { display: flex; flex-wrap: wrap; gap: 10px 18px; }
  .home .sbm-featured { padding: 28px 0 36px; }
  .home .sbm-featured .sbm-section-heading { gap: 12px; }
  body.tax-product_cat .sbm-category-archive-hero,
  body.tax-product_cat .sbm-category-archive-hero__copy { min-height: 0; }
  body.tax-product_cat .sbm-category-archive-hero__copy { padding-top: 26px; padding-bottom: 26px; }
  body.tax-product_cat .sbm-category-archive-hero__copy h1 { font-size: clamp(2rem, 8vw, 2.8rem); }
  body.tax-product_cat .sbm-category-archive-hero__description { font-size: .95rem; }
  .sbm-catalog-guide { padding: 22px 18px; }
  .sbm-product-filters label { flex-basis: calc(50% - 12px); min-width: 0; }
  .sbm-catalog-guide__links { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .sbm-hero__orb, .sbm-hero__halo, .sbm-hero__halo i { animation: none !important; }
}
