/* Fesselliebe Premium 112 v1.1 — Hummingbird 2.0 / PrestaShop 9.1 child theme */
:root {
  --bw-bg: #181818;
  --bw-bg-deep: #0c0c0c;
  --bw-surface: #202020;
  --bw-surface-2: #262626;
  --bw-surface-3: #303030;
  --bw-text: #f4f3ef;
  --bw-muted: #aaa7a1;
  --bw-line: rgba(255,255,255,.11);
  --bw-line-strong: rgba(255,255,255,.22);
  --bw-accent: #d00032;
  --bw-success: #8ccf97;
  --bw-max: 1440px;
  --bw-head: Impact, Haettenschweiler, "Arial Narrow Bold", "Arial Narrow", sans-serif;
  --bw-ui: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --bw-shadow: 0 24px 70px rgba(0,0,0,.28);
}

html { scroll-behavior: smooth; background: #101010; }
body {
  background: #111;
  color: var(--bw-text);
  font-family: var(--bw-ui);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body:not(#index) #wrapper,
body:not(#index) main { background: var(--bw-bg); }
a { color: inherit; text-underline-offset: .18em; }
img { border-radius: 0 !important; }

/* Typography */
h1, h2, h3, .h1, .h2, .h3, .page-title-section__title {
  color: var(--bw-text);
  letter-spacing: .01em;
}
h1, .h1, .page-title-section__title {
  font-family: var(--bw-head);
  text-transform: uppercase;
  line-height: .94;
  letter-spacing: .02em;
}
.bw-page-kicker,
.bw-section-label {
  color: #fff;
  font-size: .72rem;
  line-height: 1;
  font-weight: 850;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.bw-page-kicker::before,
.bw-section-label::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 3px;
  margin-right: 10px;
  vertical-align: .18em;
  background: var(--bw-accent);
}

/* Global containers */
body:not(#index) .columns-container,
body:not(#index) .container,
body:not(#index) .container-md,
body:not(#index) .container-lg,
body:not(#index) .container-xl,
body:not(#index) .container-xxl {
  max-width: var(--bw-max);
}
body:not(#index) .columns-container { padding-top: clamp(26px, 4vw, 64px); padding-bottom: 72px; }
.page-content, .card { color: var(--bw-text); }

/* Header */
#header,
.header-top,
.header-bottom,
.header-nav-full-width {
  background: var(--bw-bg-deep) !important;
  color: var(--bw-text);
}
#header {
  position: sticky;
  top: 0;
  z-index: 1050;
  border-bottom: 1px solid var(--bw-line);
  transition: box-shadow .25s ease, transform .25s ease;
}
#header.bw-scrolled { box-shadow: 0 14px 42px rgba(0,0,0,.42); }
.header-top { border-bottom: 1px solid rgba(255,255,255,.055); }
.header-bottom { min-height: 76px; }
.header-bottom img.logo, #_desktop_logo img { width: auto; max-height: 44px; }
#header a, .header-block__action-btn { color: var(--bw-text); }
#header a:hover, .header-block__action-btn:hover { color: #fff; }
.header-block__badge { background: var(--bw-accent) !important; color: #fff !important; }
.top-menu a, .menu a {
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.top-menu > li > a { position: relative; }
.top-menu > li > a::after {
  content: "";
  position: absolute;
  left: 0; right: 100%; bottom: -8px;
  height: 2px;
  background: var(--bw-accent);
  transition: right .2s ease;
}
.top-menu > li > a:hover::after { right: 0; }

/* Breadcrumb */
.breadcrumb { color: var(--bw-muted); font-size: .78rem; letter-spacing: .03em; }
.breadcrumb a { color: var(--bw-muted); }
.breadcrumb a:hover { color: var(--bw-text); }

/* Buttons */
.btn { border-radius: 0 !important; font-weight: 800; letter-spacing: .04em; }
.btn-primary,
.product__add-to-cart-button,
.cart-summary .btn-primary,
.checkout .btn-primary {
  --bs-btn-bg: var(--bw-text);
  --bs-btn-border-color: var(--bw-text);
  --bs-btn-color: #111;
  --bs-btn-hover-bg: #fff;
  --bs-btn-hover-border-color: #fff;
  --bs-btn-hover-color: #000;
  min-height: 48px;
  text-transform: uppercase;
}
.btn-outline-primary {
  --bs-btn-color: var(--bw-text);
  --bs-btn-border-color: var(--bw-line-strong);
  --bs-btn-hover-bg: var(--bw-text);
  --bs-btn-hover-border-color: var(--bw-text);
  --bs-btn-hover-color: #111;
}

/* Inputs */
.form-control, .form-select, select, input, textarea, .input-group-text {
  border-radius: 0 !important;
}
.form-control, .form-select, select, textarea {
  min-height: 48px;
  background: #f7f7f5;
  border-color: #dadad5;
  color: #111;
}
.form-control:focus, .form-select:focus, select:focus, textarea:focus {
  border-color: #fff;
  box-shadow: 0 0 0 3px rgba(255,255,255,.18);
}
label, .form-label { font-weight: 700; }

/* Listing / category */
.bw-listing-signature {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 18px 0 30px;
  color: var(--bw-muted);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.bw-listing-signature i { width: 52px; height: 1px; background: var(--bw-line-strong); }
.bw-category-hero {
  position: relative;
  min-height: 330px;
  margin-bottom: 30px;
  overflow: hidden;
  display: flex;
  align-items: end;
  border: 1px solid var(--bw-line);
  background: #121212;
}
.bw-category-hero--plain { min-height: 230px; }
.bw-category-hero__media { position: absolute; inset: 0; }
.bw-category-hero__media img { width: 100%; height: 100%; object-fit: cover; }
.bw-category-hero__overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,8,8,.94) 0%, rgba(8,8,8,.62) 46%, rgba(8,8,8,.18) 100%); }
.bw-category-hero__content { position: relative; z-index: 2; width: min(760px, 72%); padding: clamp(28px, 5vw, 70px); }
.bw-category-hero h1 { margin: 14px 0 14px; font-size: clamp(3.2rem, 7vw, 7rem); }
.bw-category-hero__description { color: rgba(244,243,239,.8); font-size: 1rem; line-height: 1.65; }
.bw-category-hero__description p:last-child { margin-bottom: 0; }
.bw-subcategory-wrap { margin-bottom: 30px; }
.subcategories { gap: 12px; }
.subcategory { background: var(--bw-surface); border: 1px solid var(--bw-line); transition: transform .2s ease, border-color .2s ease; }
.subcategory:hover { transform: translateY(-3px); border-color: rgba(255,255,255,.28); }

#products .products-selection,
#products .products-sort-order,
#products .faceted-overlay,
#search_filters,
.block-categories {
  color: var(--bw-text);
}
#search_filters,
.block-categories {
  background: var(--bw-surface);
  border: 1px solid var(--bw-line);
  padding: 22px;
}
#search_filters .facet-title, .block-categories .h6 { color: var(--bw-text); font-weight: 900; text-transform: uppercase; letter-spacing: .06em; }
#search_filters a, .block-categories a { color: var(--bw-muted); }
#search_filters a:hover, .block-categories a:hover { color: #fff; }
.products-selection, .products-sort-order .select-title {
  background: var(--bw-surface) !important;
  border-color: var(--bw-line) !important;
  color: var(--bw-text) !important;
}
.dropdown-menu { border-radius: 0; background: #f6f6f3; }

/* Product cards */
.product-miniature {
  color: var(--bw-text);
  height: 100%;
}
.product-miniature__inner,
.product-miniature .thumbnail-container {
  height: 100%;
  background: var(--bw-surface) !important;
  border: 1px solid var(--bw-line);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.product-miniature:hover .product-miniature__inner,
.product-miniature:hover .thumbnail-container {
  transform: translateY(-4px);
  border-color: rgba(255,255,255,.24);
  box-shadow: var(--bw-shadow);
}
.product-miniature__top { overflow: hidden; background: #242424; }
.product-miniature__image, .product-miniature img { transition: transform .45s ease; }
.product-miniature:hover .product-miniature__image,
.product-miniature:hover img { transform: scale(1.025); }
.product-miniature__bottom,
.product-miniature .product-description,
.product-miniature .highlighted-informations { background: var(--bw-surface) !important; color: var(--bw-text) !important; }
.product-miniature__bottom { padding: 18px !important; }
.product-miniature__title, .product-miniature .product-title a { color: var(--bw-text) !important; font-weight: 750; }
.product-miniature__price, .product-miniature .price, .product-miniature .product-price-and-shipping { color: #fff !important; font-weight: 900; }
.product-miniature__regular-price { color: var(--bw-muted) !important; }
.product-flags .product-flag, .product-flag {
  border-radius: 0 !important;
  background: #f4f3ef !important;
  color: #111 !important;
  font-size: .66rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.product-miniature__actions { border-top: 1px solid var(--bw-line); padding-top: 14px; margin-top: 14px; }
.product-miniature__add { width: 100%; }
.pagination .page-link { border-radius: 0 !important; background: var(--bw-surface); border-color: var(--bw-line); color: var(--bw-text); }
.pagination .active .page-link { background: var(--bw-text); border-color: var(--bw-text); color: #111; }

/* Product detail */
#product .columns-container { padding-top: 30px; }
.product__container { gap: clamp(28px, 4vw, 72px); align-items: start; }
.product__left { min-width: 0; }
.product__right {
  padding: clamp(22px, 3.2vw, 46px);
  background: var(--bw-surface);
  border: 1px solid var(--bw-line);
}
@media (min-width: 992px) {
  .product__right { position: sticky; top: 112px; }
}
.product__name { margin: 12px 0 12px; font-family: var(--bw-head); font-size: clamp(2.6rem, 4vw, 4.8rem) !important; line-height: .94; text-transform: uppercase; }
.product__manufacturer a { color: var(--bw-muted); font-size: .75rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.product-prices { margin: 20px 0; }
.product-prices .current-price, .product__price { color: #fff !important; font-size: clamp(1.65rem, 2.4vw, 2.2rem); font-weight: 900; }
.product__description-short { color: rgba(244,243,239,.78); line-height: 1.7; }
.bw-product-microline { display: flex; align-items: center; gap: 10px; margin: 18px 0 6px; color: var(--bw-muted); font-size: .64rem; font-weight: 900; letter-spacing: .11em; }
.bw-product-microline i { flex: 1; height: 1px; background: var(--bw-line); }
.product__variants { padding-top: 18px; border-top: 1px solid var(--bw-line); }
.product-variants-item { margin-bottom: 18px; }
.product-variants-item .control-label { display: block; color: var(--bw-text); margin-bottom: 10px; font-size: .75rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.product-variants-item .input-color, .product-variants-item .input-radio { border-radius: 0 !important; }
.product__actions-qty-add { display: grid; grid-template-columns: 112px minmax(0,1fr); gap: 10px; }
.product__add-to-cart-button { width: 100%; }
.product__availability-status { font-weight: 700; }
.product-cover, .product__images, .product__gallery { background: #222; }
.product-cover img, .product__main-image { background: #242424; }
.product__thumbs-list .thumb-container { border: 1px solid var(--bw-line); background: #242424; }
.product__bottom { margin-top: 54px; padding-top: 34px; border-top: 1px solid var(--bw-line); }
.bw-section-label { margin-bottom: 18px; }
.product__accordion .accordion-item,
.product__accordion .accordion-button,
.product__accordion .accordion-body { background: var(--bw-surface); color: var(--bw-text); border-color: var(--bw-line); }
.product__accordion .accordion-button { font-weight: 850; text-transform: uppercase; letter-spacing: .04em; }
.product__accordion .accordion-button:not(.collapsed) { box-shadow: none; color: #fff; }
.product__accordion .accordion-button::after { filter: invert(1); }
.product__description, .product__details { color: rgba(244,243,239,.8); line-height: 1.75; }
.product-accessories, .products-section-title { margin-top: 54px; }

/* Reassurance module compatibility */
#product .blockreassurance_product,
.cart-grid .blockreassurance_product,
.checkout-grid .blockreassurance_product { background: transparent; color: var(--bw-text); }

/* Cart */
.bw-commerce-heading { max-width: var(--bw-max); margin: 0 auto 34px; }
.bw-commerce-heading h1, .bw-checkout-heading h1 { margin: 12px 0 10px; font-size: clamp(3rem, 6vw, 6.2rem); }
.bw-commerce-heading p, .bw-checkout-heading p { max-width: 660px; color: var(--bw-muted); }
.cart-grid { align-items: start; }
.cart-grid__products-details, .cart-grid__aside-wrapper {
  background: var(--bw-surface);
  border: 1px solid var(--bw-line);
}
.cart-grid__products-details { padding: clamp(18px, 2.5vw, 30px); }
.cart-grid__aside-wrapper { padding: clamp(20px, 2.5vw, 30px); }
@media (min-width: 992px) { .cart-grid__aside-wrapper { position: sticky; top: 112px; } }
.cart-grid__aside-wrapper h2 { font-family: var(--bw-head); font-size: 2rem; text-transform: uppercase; }
.cart-item, .cart-summary, .cart-detailed-totals { color: var(--bw-text); }
.cart-item { border-color: var(--bw-line) !important; }
.cart-item .product-line-info a, .cart-item .product-price { color: var(--bw-text) !important; }
.cart-summary-line { border-color: var(--bw-line); }
.cart-summary-line .label { color: var(--bw-muted); }
.cart-summary-line .value { color: var(--bw-text); font-weight: 800; }
.cart-summary-line.cart-total .value { font-size: 1.45rem; }
.cart__continue-shopping { margin-top: 20px; }

/* Checkout */
#checkout .columns-container { padding-top: 0; }
.bw-checkout-heading { max-width: var(--bw-max); margin: 34px auto 28px; padding: 0 12px; }
.checkout-grid { align-items: start; }
.checkout-step,
.checkout__step,
.checkout-grid__aside-wrapper,
.checkout__summary-accordion-item,
.checkout__summary-accordion-header,
.checkout__summary-accordion .accordion-button,
.checkout__summary-accordion-wrapper {
  background: var(--bw-surface) !important;
  color: var(--bw-text) !important;
  border-color: var(--bw-line) !important;
  border-radius: 0 !important;
}
.checkout-step, .checkout__step { margin-bottom: 14px; border: 1px solid var(--bw-line); }
.checkout-step .step-title, .checkout-step__title, .checkout__step-title { color: #fff; font-weight: 900; letter-spacing: .03em; }
.checkout-grid__aside-wrapper { padding: 18px; border: 1px solid var(--bw-line); }
@media (min-width: 992px) { .checkout-grid__aside-wrapper { position: sticky; top: 112px; } }
.checkout__summary-accordion .accordion-button::after { filter: invert(1); }
.checkout-grid .card, .checkout-grid .card-body { background: var(--bw-surface-2); color: var(--bw-text); border-color: var(--bw-line); }
.payment-option, .delivery-option { background: var(--bw-surface-2); border: 1px solid var(--bw-line); color: var(--bw-text); }
.delivery-option:hover, .payment-option:hover { border-color: var(--bw-line-strong); }

/* Account, login, forms, CMS */
#authentication .login-form,
#my-account .links a,
#identity .page-content,
#addresses .address,
#address .page-content,
#order-history .page-content,
#order-detail .page-content,
#module-psgdpr-gdpr .page-content,
#contact .contact-form {
  background: var(--bw-surface);
  color: var(--bw-text);
  border: 1px solid var(--bw-line);
  border-radius: 0 !important;
}
#my-account .links a { transition: background .2s ease, transform .2s ease; }
#my-account .links a:hover { background: var(--bw-surface-2); transform: translateY(-2px); }
#my-account .links i { color: var(--bw-accent); }
.table { --bs-table-bg: transparent; --bs-table-color: var(--bw-text); --bs-table-border-color: var(--bw-line); }

/* Alerts */
.alert { border-radius: 0; }

/* Footer */
#footer, footer, .footer-container { background: var(--bw-bg-deep) !important; color: var(--bw-muted) !important; }
.footer-container { border-top: 1px solid var(--bw-line); padding-top: 44px; }
#footer h3, #footer h4, #footer .h3, #footer .h4, #footer a, footer a { color: var(--bw-text) !important; }
#footer a:hover { color: #fff !important; }

/* Home full bleed */
#index #wrapper, #index #content-wrapper, #index .page-content--home, #index .center-column { padding: 0 !important; margin: 0 !important; max-width: none !important; width: 100%; }
#index .columns-container { max-width: none !important; padding: 0 !important; margin: 0 !important; }

/* Mobile product buy dock */
.bw-mobile-atc { display: none; }
@media (max-width: 767.98px) {
  body { padding-bottom: 0; }
  .bw-mobile-atc {
    position: fixed;
    left: 0; right: 0; bottom: 0;
    z-index: 1100;
    display: grid;
    grid-template-columns: minmax(0,1fr) auto;
    gap: 12px;
    align-items: center;
    padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
    background: rgba(12,12,12,.97);
    border-top: 1px solid var(--bw-line-strong);
    transform: translateY(110%);
    transition: transform .22s ease;
    box-shadow: 0 -14px 38px rgba(0,0,0,.4);
  }
  .bw-mobile-atc.is-visible { transform: translateY(0); }
  .bw-mobile-atc__meta { min-width: 0; }
  .bw-mobile-atc__meta strong { display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: .76rem; }
  .bw-mobile-atc__meta span { color: var(--bw-muted); font-size: .74rem; font-weight: 800; }
  .bw-mobile-atc__button { min-height: 44px; border: 0; padding: 0 16px; background: var(--bw-text); color: #111; font-size: .72rem; font-weight: 900; letter-spacing: .04em; }
  .bw-mobile-atc__button:disabled { opacity: .45; }
  #product:has(.bw-mobile-atc.is-visible) { padding-bottom: 72px; }
}

/* Focus */
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}

/* Responsive */
@media (max-width: 991.98px) {
  .header-bottom { min-height: 64px; }
  .bw-category-hero { min-height: 280px; }
  .bw-category-hero__content { width: 90%; }
  .product__right { margin-top: 20px; }
  .cart-grid__aside, .checkout-grid__aside { margin-top: 24px; }
}
@media (max-width: 767.98px) {
  body:not(#index) .columns-container { padding-top: 22px; padding-bottom: 48px; }
  .bw-category-hero { min-height: 260px; margin-inline: -12px; border-inline: 0; }
  .bw-category-hero__content { width: 100%; padding: 28px 20px; }
  .bw-category-hero__overlay { background: linear-gradient(0deg, rgba(8,8,8,.94), rgba(8,8,8,.32)); }
  .bw-category-hero h1 { font-size: clamp(2.8rem, 16vw, 5rem); }
  .bw-category-hero__description { font-size: .92rem; }
  .bw-listing-signature span:last-child { display: none; }
  .product__right { padding: 22px 16px; margin-inline: -12px; border-inline: 0; }
  .product__name { font-size: 2.7rem !important; }
  .product__actions-qty-add { grid-template-columns: 92px minmax(0,1fr); }
  .bw-commerce-heading, .bw-checkout-heading { margin-bottom: 24px; }
  .bw-commerce-heading h1, .bw-checkout-heading h1 { font-size: 3.4rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* =========================================================
   Fesselliebe v1.4 – refined header + sticky product gallery
   ========================================================= */
:root{--bw-header-height:132px}
#header{background:#0a0a0a!important;box-shadow:0 1px 0 rgba(255,255,255,.08)}
#header .header-banner{background:#070707;border-bottom:1px solid rgba(255,255,255,.06)}
#header .header-top{background:#0d0d0d!important;border-bottom:1px solid rgba(255,255,255,.07)}
#header .header-top>.container-md,#header .header-bottom__container{max-width:var(--bw-max,1440px);padding-inline:24px}
#header .header-top>.container-md>.row{min-height:40px;align-items:center}
#header .header-top__left,#header .header-top__right{display:flex;align-items:center;min-height:40px}
#header .header-top__right{justify-content:flex-end;gap:8px}
#header .header-top__right>div,#header .header-top__right .header-block{display:flex;align-items:center}
#header .ps-contactinfo a{font-size:.73rem;font-weight:700;letter-spacing:.025em;color:#c9c7c2!important;text-decoration:none}
#header .ps-contactinfo a:hover{color:#fff!important}
#header .header-top .header-block__action-btn{min-height:34px;padding:6px 10px;border:1px solid transparent;color:#d9d7d2!important;gap:5px}
#header .header-top .header-block__action-btn:hover{background:#171717;border-color:rgba(255,255,255,.1);color:#fff!important}
#header .ps-languageselector .form-select{min-height:34px;height:34px;padding-top:4px;padding-bottom:4px;background-color:#151515;color:#eee;border:1px solid rgba(255,255,255,.13);font-size:.73rem}
#header .header-bottom{min-height:74px;background:linear-gradient(180deg,#101010 0%,#0b0b0b 100%)!important}
#header .header-bottom__row{min-height:74px;align-items:center!important;flex-wrap:nowrap}
#header .header-bottom__logo{padding-right:24px;margin-right:5px;border-right:1px solid rgba(255,255,255,.09)}
#header .header-bottom__logo img,#header #_desktop_logo img{max-width:165px;object-fit:contain}
#header .ps-mainmenu--desktop{flex:1 1 auto;min-width:0;padding-inline:8px}
#header .ps-mainmenu__tree{display:flex;align-items:center;gap:2px;margin:0;padding:0}
#header .ps-mainmenu__tree-item-wrapper{height:74px;display:flex;align-items:center}
#header .ps-mainmenu__tree-link{position:relative;display:flex;align-items:center;height:74px;padding:0 13px;color:#d7d4ce!important;font-size:.75rem;font-weight:850;letter-spacing:.055em;text-transform:uppercase;text-decoration:none;white-space:nowrap}
#header .ps-mainmenu__tree-link::after{content:"";position:absolute;left:13px;right:13px;bottom:0;height:3px;background:var(--bw-accent);transform:scaleX(0);transform-origin:left;transition:transform .2s ease}
#header .ps-mainmenu__tree-item.current .ps-mainmenu__tree-link,#header .ps-mainmenu__tree-link:hover{color:#fff!important}
#header .ps-mainmenu__tree-item.current .ps-mainmenu__tree-link::after,#header .ps-mainmenu__tree-link:hover::after{transform:scaleX(1)}
#header #_desktop_ps_searchbar{margin-left:auto!important;padding-left:10px}
#header .ps-searchbar__form{position:relative}
#header .ps-searchbar__input{width:clamp(220px,19vw,320px);min-height:42px;height:42px;padding-left:42px;background:#151515!important;color:#f4f3ef!important;border:1px solid rgba(255,255,255,.15)!important;box-shadow:none!important;font-size:.78rem}
#header .ps-searchbar__input::placeholder{color:#8e8b86}
#header .ps-searchbar__input:focus{background:#1a1a1a!important;border-color:rgba(255,255,255,.38)!important;box-shadow:0 0 0 3px rgba(255,255,255,.06)!important}
#header .ps-searchbar__magnifier{left:13px;color:#aaa7a1}
#header .header-block__badge{box-shadow:0 0 0 2px #0b0b0b;font-weight:900}
#header.bw-scrolled{box-shadow:0 18px 46px rgba(0,0,0,.5)}

/* Sticky gallery instead of sticky purchase panel. This removes the empty-looking
   left column while the long product form is being scrolled. */
@media(min-width:992px){
  #product .product__container{position:relative;align-items:flex-start;overflow:visible}
  #product .product__left{position:sticky;top:calc(var(--bw-header-height,132px) + 18px);align-self:flex-start;min-width:0;z-index:2}
  #product .product__right{position:static!important;top:auto!important;align-self:flex-start}
  #product .product__images{margin-bottom:0}
  #product .product__carousel .carousel-item img{max-height:calc(100vh - var(--bw-header-height,132px) - 54px);width:100%;object-fit:contain}
  #product .product__bottom{margin-top:30px}
}

@media(min-width:768px) and (max-width:1199.98px){
  #header .ps-mainmenu__tree-link{padding-inline:9px;font-size:.7rem}
  #header .ps-searchbar__input{width:220px}
  #header .header-bottom__logo{padding-right:14px}
}

@media(max-width:767.98px){
  :root{--bw-header-height:70px}
  #header .header-bottom{min-height:68px}
  #header .header-bottom__row{min-height:68px;padding-inline:4px}
  #header .header-bottom__logo{border-right:0;padding-right:0;margin-right:auto}
  #header .header-bottom__logo img,#header #_mobile_logo img{max-width:150px}
  #header .header-block__action-btn{width:44px;height:44px;display:flex;align-items:center;justify-content:center}
}

/* =========================================================
   Fesselliebe v1.5 – mobile spacing, labelled header actions,
   quantity tiers with unit price, compact purchase row
   ========================================================= */

/* Quantity tiers: readable and aligned on all breakpoints. */
#product .product__discounts.bw-discounts {
  margin: 22px 0 20px;
  padding: 0;
  border: 1px solid var(--bw-line);
  background: #202020;
}
#product .bw-discounts__scroll {
  width: 100%;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: thin;
}
#product .bw-discounts__table {
  width: 100%;
  min-width: 520px;
  margin: 0;
  table-layout: fixed;
  border-collapse: collapse;
  color: var(--bw-text);
  background: transparent;
}
#product .bw-discounts__table th,
#product .bw-discounts__table td {
  padding: 13px 14px;
  border-bottom: 1px solid rgba(255,255,255,.34);
  vertical-align: middle;
  color: var(--bw-text);
  background: transparent;
  line-height: 1.25;
}
#product .bw-discounts__table thead th {
  color: #fff;
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .02em;
  text-transform: none;
}
#product .bw-discounts__table tbody td {
  font-size: .88rem;
  font-variant-numeric: tabular-nums;
}
#product .bw-discounts__table tbody tr:last-child td { border-bottom: 0; }
#product .bw-discounts__table th:nth-child(1),
#product .bw-discounts__table td:nth-child(1) { width: 16%; }
#product .bw-discounts__table th:nth-child(2),
#product .bw-discounts__table td:nth-child(2) { width: 20%; }
#product .bw-discounts__table th:nth-child(3),
#product .bw-discounts__table td:nth-child(3) { width: 29%; }
#product .bw-discounts__table th:nth-child(4),
#product .bw-discounts__table td:nth-child(4) { width: 35%; }
#product .bw-discount-unit-price { color: #fff; font-weight: 900; }

/* Quantity input and add-to-cart always form one purchase row. */
#product .product__actions-qty-add.product-quantity,
#product .product__actions-qty-add {
  display: grid !important;
  grid-template-columns: 112px minmax(0, 1fr) !important;
  gap: 10px !important;
  align-items: stretch !important;
  width: 100%;
}
#product .product-actions__quantity,
#product .product__quantity,
#product .quantity-button {
  width: 112px !important;
  min-width: 0 !important;
  margin: 0 !important;
}
#product .product__add-to-cart,
#product .product__add-to-cart.add {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
}
#product .product__add-to-cart-button {
  width: 100% !important;
  min-width: 0 !important;
  height: 52px;
  min-height: 52px;
  margin: 0 !important;
  padding-inline: 14px;
  white-space: nowrap;
}
#product #quantity_wanted,
#product .js-quantity-wanted {
  height: 52px;
  min-height: 52px;
}

@media (max-width: 767.98px) {
  /* Header: fixed visual rhythm: menu | logo | search | account | cart. */
  :root { --bw-header-height: 82px; }
  #header .header-bottom {
    min-height: 82px !important;
    border-bottom: 1px solid rgba(255,255,255,.24);
  }
  #header .header-bottom__container {
    padding-inline: 10px !important;
  }
  #header .header-bottom__row {
    display: flex !important;
    min-height: 82px !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    gap: 0 !important;
    margin-inline: 0 !important;
  }
  #header .header-bottom__row > * {
    min-width: 0;
  }
  #header .header-bottom__row > .ps-mainmenu--desktop {
    order: 1 !important;
    display: flex !important;
    flex: 0 0 42px !important;
    width: 42px !important;
    max-width: 42px !important;
    padding: 0 !important;
    margin: 0 3px 0 0 !important;
    align-items: center;
    justify-content: center;
  }
  #header .ps-mainmenu__mobile-toggle {
    display: flex !important;
    width: 42px;
    align-items: center;
    justify-content: center;
  }
  #header .header-bottom__logo {
    order: 2 !important;
    display: flex !important;
    flex: 1 1 auto !important;
    width: auto !important;
    min-width: 88px !important;
    max-width: none !important;
    padding: 0 4px !important;
    margin: 0 !important;
    border-right: 0 !important;
    align-items: center !important;
    justify-content: flex-start !important;
    overflow: hidden;
  }
  #header .header-bottom__logo h1 { margin: 0; line-height: 0; }
  #header .header-bottom__logo img,
  #header #_mobile_logo img,
  #header #_desktop_logo img {
    display: block;
    width: auto !important;
    max-width: clamp(102px, 35vw, 140px) !important;
    max-height: 42px !important;
    object-fit: contain;
  }
  #header .header-bottom__row > .ps-searchbar--mobile {
    order: 3 !important;
    flex: 0 0 42px !important;
    width: 42px !important;
    max-width: 42px !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  #header .header-bottom__row > #_mobile_ps_customersignin {
    order: 4 !important;
    flex: 0 0 42px !important;
    width: 42px !important;
    max-width: 42px !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  #header .header-bottom__row > #_mobile_ps_shoppingcart {
    order: 5 !important;
    flex: 0 0 42px !important;
    width: 42px !important;
    max-width: 42px !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  /* Visible action descriptions below every icon. */
  #header .ps-mainmenu__mobile-toggle .menu-toggle,
  #header .ps-searchbar--mobile .header-block__action-btn,
  #header #_mobile_ps_customersignin .header-block__action-btn,
  #header #_mobile_ps_shoppingcart .header-block__action-btn {
    position: relative;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 1px !important;
    width: 42px !important;
    height: 62px !important;
    min-width: 42px !important;
    min-height: 62px !important;
    padding: 4px 1px 2px !important;
    margin: 0 !important;
    border: 0 !important;
    color: #f4f3ef !important;
    text-decoration: none !important;
    line-height: 1 !important;
  }
  #header .ps-mainmenu__mobile-toggle .menu-toggle .material-icons,
  #header .ps-searchbar--mobile .header-block__icon,
  #header #_mobile_ps_customersignin .header-block__icon,
  #header #_mobile_ps_shoppingcart .header-block__icon {
    display: block;
    margin: 0 !important;
    font-size: 25px !important;
    line-height: 28px !important;
  }
  #header .header-block__title { display: none !important; }
  #header .ps-mainmenu__mobile-toggle .menu-toggle::after,
  #header .ps-searchbar--mobile .header-block__action-btn::after,
  #header #_mobile_ps_customersignin .header-block__action-btn::after,
  #header #_mobile_ps_shoppingcart .header-block__action-btn::after {
    display: block;
    color: #c7c4be;
    font-family: var(--bw-ui);
    font-size: 8px;
    font-weight: 800;
    line-height: 10px;
    letter-spacing: .015em;
    text-transform: none;
    white-space: nowrap;
    pointer-events: none;
  }
  #header .ps-mainmenu__mobile-toggle .menu-toggle::after { content: "Menü"; }
  #header .ps-searchbar--mobile .header-block__action-btn::after { content: "Suche"; }
  #header #_mobile_ps_customersignin .header-block__action-btn::after { content: "Konto"; }
  #header #_mobile_ps_shoppingcart .header-block__action-btn::after { content: "Warenkorb"; }
  #header #_mobile_ps_shoppingcart .header-block__badge {
    position: absolute !important;
    top: 3px !important;
    right: 1px !important;
    min-width: 18px;
    height: 18px;
    padding: 0 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    line-height: 18px;
    border-radius: 999px !important;
  }

  /* Product page spacing: consistent 16px mobile gutters and compact sections. */
  #product .columns-container {
    padding-top: 14px !important;
    padding-bottom: 34px !important;
  }
  #product .product__container {
    gap: 14px !important;
  }
  #product .product__left {
    margin-bottom: 0 !important;
  }
  #product .product__right {
    margin: 0 -12px !important;
    padding: 20px 16px 28px !important;
    border-left: 0 !important;
    border-right: 0 !important;
  }
  #product .product__right > :first-child { margin-top: 0 !important; }
  #product .product__prices { margin: 14px 0 18px !important; }
  #product .product__description-short { margin-bottom: 16px; }
  #product .product__variants {
    margin-top: 16px;
    padding-top: 18px;
  }
  #product .product-variants-item { margin-bottom: 16px; }
  #product .product__add-to-cart-container { margin-top: 18px; }
  #product .product__additional-info { margin-top: 18px; }

  /* Four-column tier table without oversized mobile typography. */
  #product .product__discounts.bw-discounts {
    margin: 18px 0 16px;
  }
  #product .bw-discounts__scroll {
    overflow-x: visible;
  }
  #product .bw-discounts__table {
    min-width: 0;
    width: 100%;
    table-layout: fixed;
  }
  #product .bw-discounts__table th,
  #product .bw-discounts__table td {
    padding: 10px 5px;
    overflow-wrap: anywhere;
  }
  #product .bw-discounts__table thead th {
    font-size: 11px !important;
    line-height: 1.15;
  }
  #product .bw-discounts__table tbody td {
    font-size: 14px !important;
    line-height: 1.2;
  }
  #product .bw-discounts__table th:nth-child(1),
  #product .bw-discounts__table td:nth-child(1) { width: 16%; padding-left: 8px; }
  #product .bw-discounts__table th:nth-child(2),
  #product .bw-discounts__table td:nth-child(2) { width: 19%; }
  #product .bw-discounts__table th:nth-child(3),
  #product .bw-discounts__table td:nth-child(3) { width: 31%; }
  #product .bw-discounts__table th:nth-child(4),
  #product .bw-discounts__table td:nth-child(4) { width: 34%; padding-right: 8px; }

  /* Purchase controls remain next to each other on phones. */
  #product .product__actions-qty-add.product-quantity,
  #product .product__actions-qty-add {
    grid-template-columns: 106px minmax(0, 1fr) !important;
    gap: 8px !important;
    align-items: stretch !important;
  }
  #product .product-actions__quantity,
  #product .product__quantity,
  #product .quantity-button {
    width: 106px !important;
  }
  #product .product__add-to-cart-button {
    height: 52px !important;
    min-height: 52px !important;
    padding: 0 8px !important;
    font-size: 11px !important;
    letter-spacing: .015em !important;
  }
  #product .product__add-to-cart-button .material-icons {
    margin-right: 4px;
    font-size: 20px;
  }

  /* Mobile purchase dock: same gutters and no content collision. */
  body#product { padding-bottom: calc(78px + env(safe-area-inset-bottom)); }
  .bw-mobile-atc {
    grid-template-columns: minmax(0, 1fr) minmax(148px, 42%) !important;
    gap: 8px !important;
    padding: 9px 10px calc(9px + env(safe-area-inset-bottom)) !important;
  }
  .bw-mobile-atc__button {
    min-height: 48px !important;
    padding: 0 10px !important;
    font-size: 10px !important;
    white-space: nowrap;
  }
  .bw-mobile-atc__meta strong { font-size: 12px !important; }
  .bw-mobile-atc__meta span { font-size: 12px !important; }
}

@media (max-width: 374.98px) {
  #header .header-bottom__container { padding-inline: 6px !important; }
  #header .header-bottom__row > .ps-mainmenu--desktop,
  #header .header-bottom__row > .ps-searchbar--mobile,
  #header .header-bottom__row > #_mobile_ps_customersignin,
  #header .header-bottom__row > #_mobile_ps_shoppingcart {
    flex-basis: 39px !important;
    width: 39px !important;
    max-width: 39px !important;
  }
  #header .ps-mainmenu__mobile-toggle .menu-toggle,
  #header .ps-searchbar--mobile .header-block__action-btn,
  #header #_mobile_ps_customersignin .header-block__action-btn,
  #header #_mobile_ps_shoppingcart .header-block__action-btn {
    width: 39px !important;
    min-width: 39px !important;
  }
  #header .header-bottom__logo img,
  #header #_mobile_logo img,
  #header #_desktop_logo img { max-width: 108px !important; }
  #product .product__actions-qty-add.product-quantity,
  #product .product__actions-qty-add { grid-template-columns: 98px minmax(0, 1fr) !important; }
  #product .product-actions__quantity,
  #product .product__quantity,
  #product .quantity-button { width: 98px !important; }
  #product .product__add-to-cart-button { font-size: 10px !important; }
}

/* =========================================================
   Fesselliebe v1.6 – accent synchronization + listing contrast
   ========================================================= */
:root {
  --bw-accent: var(--bwc-accent-color, #d00032);
  --bw-control-bg: var(--bwc-control-bg, #171717);
  --bw-control-text: var(--bwc-control-text, #f4f3ef);
  --bw-control-border: var(--bwc-control-border, #6b6b6b);
  --bw-info-text: var(--bwc-info-text, #d7d4ce);
}

/* Use the configurable accent consistently instead of Bootstrap/default red/blue. */
#header .ps-mainmenu__tree-link::after,
.top-menu > li > a::after,
.bw-page-kicker::before,
.bw-section-label::before,
.bw-brand__giant i,
.bw-story__mark i,
.bw-hero__statement::after,
.bw-community blockquote,
#my-account .links i {
  border-color: var(--bw-accent) !important;
}
#header .ps-mainmenu__tree-link::after,
.top-menu > li > a::after,
.bw-page-kicker::before,
.bw-section-label::before,
.bw-brand__giant i,
.bw-story__mark i,
.bw-hero__statement::after {
  background: var(--bw-accent) !important;
}
.header-block__badge,
#header .header-block__badge {
  background: var(--bw-accent) !important;
  color: #fff !important;
}

/* Strong focus indication using the same configurable accent. */
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline-color: var(--bw-accent) !important;
}

/* Category/listing toolbar: high contrast and consistent dark controls. */
#js-product-list-top {
  margin: 12px 0 22px;
}
#js-product-list-top .products__selection {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 16px;
  background: #151515;
  border: 1px solid rgba(255,255,255,.18);
}
#js-product-list-top .products__count,
#js-product-list-top .products__count span {
  color: var(--bw-info-text) !important;
  font-weight: 800;
  opacity: 1 !important;
}
#js-product-list-top .products__sort {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
#js-product-list-top .products__sort-label,
#js-product-list-top .products__sort-label span {
  color: var(--bw-control-text) !important;
  font-weight: 800;
  opacity: 1 !important;
}
#js-product-list-top .products__sort-dropdown-button,
#products .products__sort-dropdown-button,
#sort_dropdown_button {
  min-width: 220px;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  background: var(--bw-control-bg) !important;
  color: var(--bw-control-text) !important;
  border: 1px solid var(--bw-control-border) !important;
  box-shadow: none !important;
  opacity: 1 !important;
}
#js-product-list-top .products__sort-dropdown-button:hover,
#js-product-list-top .products__sort-dropdown-button:focus,
#sort_dropdown_button:hover,
#sort_dropdown_button:focus {
  color: #fff !important;
  border-color: var(--bw-accent) !important;
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--bw-accent) 32%, transparent) !important;
}
#js-product-list-top .products__sort-dropdown .dropdown-menu,
#products .products__sort-dropdown .dropdown-menu {
  min-width: 100%;
  background: #111 !important;
  border: 1px solid var(--bw-control-border) !important;
  box-shadow: 0 16px 42px rgba(0,0,0,.45);
}
#js-product-list-top .products__sort-dropdown .dropdown-item,
#products .products__sort-dropdown .dropdown-item {
  color: #eee !important;
  background: transparent !important;
  opacity: 1 !important;
}
#js-product-list-top .products__sort-dropdown .dropdown-item:hover,
#products .products__sort-dropdown .dropdown-item:hover {
  background: #242424 !important;
  color: #fff !important;
}
#js-product-list-top .products__sort-dropdown .dropdown-item.current,
#js-product-list-top .products__sort-dropdown .dropdown-item[aria-current="true"],
#products .products__sort-dropdown .dropdown-item.current,
#products .products__sort-dropdown .dropdown-item[aria-current="true"] {
  background: var(--bw-accent) !important;
  color: #fff !important;
  font-weight: 900;
}

/* Result count / pagination summary was nearly black on black in the listing. */
.pagination__container {
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.16);
}
.pagination__number,
.pagination__number *,
.pagination__container .pagination__number {
  color: var(--bw-info-text) !important;
  opacity: 1 !important;
  font-weight: 800;
  font-size: .92rem;
}
.pagination__nav .page-link,
.pagination .page-link {
  color: var(--bw-control-text) !important;
  background: var(--bw-control-bg) !important;
  border-color: var(--bw-control-border) !important;
  opacity: 1 !important;
}
.pagination__nav .active .page-link,
.pagination .active .page-link,
.pagination__nav .page-link:hover,
.pagination .page-link:hover {
  background: var(--bw-accent) !important;
  border-color: var(--bw-accent) !important;
  color: #fff !important;
}
.pagination__nav .page-link:disabled,
.pagination .page-link:disabled {
  color: #8f8c87 !important;
  background: #161616 !important;
  border-color: #3d3d3d !important;
  opacity: 1 !important;
}

/* Make miscellaneous listing metadata readable on the dark theme. */
#products .products__count,
#products .products__count span,
#products .product-count,
#products .product-count *,
#js-product-list .product-count,
#js-product-list .product-count * {
  color: var(--bw-info-text) !important;
  opacity: 1 !important;
}

@media (max-width: 767.98px) {
  #js-product-list-top .products__selection {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
    padding: 12px;
  }
  #js-product-list-top .products__sort {
    width: 100%;
    justify-content: stretch;
    flex-wrap: wrap;
  }
  #js-product-list-top .products__sort-dropdown,
  #js-product-list-top .products__sort-dropdown-button,
  #sort_dropdown_button {
    width: 100%;
    min-width: 0;
  }
  .pagination__container {
    gap: 12px;
  }
  .pagination__number {
    width: 100%;
    text-align: center;
    font-size: .9rem;
  }
}

/* Fesselliebe v1.6.1 – safe client-side unit-price enhancement */
#product .bw-discounts__table th[data-bw-unit-price-header],
#product .bw-discounts__table .bw-discount-unit-price {
  color: #fff !important;
  font-weight: 900;
}

/* =========================================================
   Fesselliebe v1.9 – consistent gutters + inline category filters
   ========================================================= */
:root {
  --bw-gutter: 28px;
  --bw-filter-surface: #141414;
  --bw-filter-surface-2: #1b1b1b;
  --bw-filter-border: #707070;
}

/* One horizontal rhythm across the outer shop frame.
 * Important: only outer containers receive the gutter. Applying it to every
 * nested .container would double the left/right spacing in checkout, modules
 * and CMS blocks.
 */
#header .container,
#header .container-sm,
#header .container-md,
#header .container-lg,
#header .container-xl,
#header .container-xxl,
#wrapper > .container,
#wrapper > .container-fluid,
#wrapper > .columns-container,
#wrapper > .breadcrumb-container,
#footer .container,
#footer .container-sm,
#footer .container-md,
#footer .container-lg,
#footer .container-xl,
#footer .container-xxl {
  width: 100% !important;
  max-width: var(--bw-max, 1440px) !important;
  margin-inline: auto !important;
  padding-inline: var(--bw-gutter, 28px) !important;
  box-sizing: border-box;
}

/* If a listing layout puts the row directly below #wrapper, it receives the
 * same edge rhythm without adding a second gutter to descendants. */
#wrapper > .row,
#wrapper > .columns-container > .row {
  width: 100%;
  max-width: var(--bw-max, 1440px);
  margin-inline: auto;
  box-sizing: border-box;
}

/* Fesselliebe builder uses the same outer alignment as core PrestaShop pages. */
.bw-shell,
.boswear-page-home .bw-home-slot > .homeslider-container {
  width: 100% !important;
  max-width: var(--bw-max, 1440px) !important;
  margin-inline: auto !important;
  padding-left: var(--bw-gutter, 28px) !important;
  padding-right: var(--bw-gutter, 28px) !important;
  box-sizing: border-box;
}

/* Product listings no longer reserve an empty left column. Facets live in the toolbar. */
body#category #left-column,
body#search #left-column,
body#new-products #left-column,
body#prices-drop #left-column,
body#best-sales #left-column,
body#manufacturer #left-column,
body#supplier #left-column,
body.page-category #left-column,
body.page-search #left-column {
  display: none !important;
}
body#category #center-column,
body#search #center-column,
body#new-products #center-column,
body#prices-drop #center-column,
body#best-sales #center-column,
body#manufacturer #center-column,
body#supplier #center-column,
body.page-category #center-column,
body.page-search #center-column {
  flex: 0 0 100% !important;
  width: 100% !important;
  max-width: 100% !important;
}

.bw-listing-tools {
  margin: 18px 0 26px;
}
.bw-listing-tools__bar {
  display: grid !important;
  grid-template-columns: minmax(180px, 1fr) auto;
  align-items: center;
  gap: 18px;
  padding: 14px 16px !important;
  background: #151515 !important;
  border: 1px solid var(--bw-control-border, #747474) !important;
}
.bw-listing-tools__controls {
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  min-width: 0;
}
.bw-listing-tools__sort {
  min-width: 0;
}
.bw-listing-tools__sort .products__sort {
  display: flex !important;
  align-items: center;
  gap: 10px;
}
.bw-filter-toggle {
  min-height: 46px !important;
  padding: 0 14px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  white-space: nowrap;
  background: var(--bw-control-bg, #171717) !important;
  color: #fff !important;
  border: 1px solid var(--bw-control-border, #747474) !important;
  border-radius: 0 !important;
  font-weight: 900 !important;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.bw-filter-toggle:hover,
.bw-filter-toggle:focus-visible,
.bw-filter-toggle[aria-expanded="true"] {
  background: #222 !important;
  color: #fff !important;
  border-color: var(--bw-accent, #d00032) !important;
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--bw-accent, #d00032) 28%, transparent) !important;
}
.bw-filter-toggle .material-icons { font-size: 20px; }
.bw-filter-toggle__chevron { transition: transform .18s ease; }
.bw-filter-toggle[aria-expanded="true"] .bw-filter-toggle__chevron { transform: rotate(180deg); }
.bw-filter-toggle__count {
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  display: inline-grid;
  place-items: center;
  background: var(--bw-accent, #d00032);
  color: #fff;
  border-radius: 999px;
  font-size: .72rem;
  line-height: 1;
}

.bw-inline-filters {
  margin-top: 10px;
  background: var(--bw-filter-surface);
  border: 1px solid var(--bw-control-border, #747474);
}
.bw-inline-filters__inner {
  padding: clamp(16px, 2.2vw, 28px);
}
.bw-inline-filters__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(255,255,255,.18);
}
.bw-inline-filters__head > div {
  display: flex;
  align-items: baseline;
  gap: 12px;
  flex-wrap: wrap;
}
.bw-inline-filters__eyebrow {
  color: #c9c6c0;
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .12em;
}
.bw-inline-filters__head strong {
  color: #fff;
  font-size: 1.05rem;
  font-weight: 900;
}
.bw-inline-filters__close {
  width: 44px;
  min-width: 44px;
  height: 44px;
  padding: 0 !important;
  display: grid !important;
  place-items: center;
  background: #1a1a1a !important;
  color: #fff !important;
  border: 1px solid var(--bw-control-border, #747474) !important;
}
.bw-inline-filters__content #search-filters {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
}
.bw-inline-filters__content #search-filters > .left-block__title {
  display: none !important;
}
.bw-inline-filters__content #search-filters .search-filters__clear {
  padding: 0 0 14px !important;
}
.bw-inline-filters__content #search-filters > .accordion {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  align-items: start;
}
.bw-inline-filters__content #search-filters .accordion-item {
  margin: 0 !important;
  background: #181818 !important;
  border: 1px solid rgba(255,255,255,.22) !important;
}
.bw-inline-filters__content #search-filters .accordion-button {
  min-height: 48px !important;
  padding: 12px 14px !important;
  background: #1c1c1c !important;
  color: #fff !important;
}
.bw-inline-filters__content #search-filters .accordion-button:not(.collapsed) {
  background: #242424 !important;
  box-shadow: inset 3px 0 0 var(--bw-accent, #d00032) !important;
}
.bw-inline-filters__content #search-filters .accordion-body {
  padding: 10px 12px 12px !important;
  background: #141414 !important;
}
.bw-inline-filters__content #search-filters .form-check {
  min-height: 40px;
}

@media (max-width: 1199.98px) {
  .bw-inline-filters__content #search-filters > .accordion {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  :root { --bw-gutter: 16px; }

  #header .container,
  #header .container-sm,
  #header .container-md,
  #header .container-lg,
  #wrapper > .container,
  #wrapper > .container-fluid,
  #wrapper > .columns-container,
  #wrapper > .breadcrumb-container,
  #footer .container,
  #footer .container-sm,
  #footer .container-md,
  .bw-shell,
  .boswear-page-home .bw-home-slot > .homeslider-container {
    padding-left: var(--bw-gutter, 16px) !important;
    padding-right: var(--bw-gutter, 16px) !important;
  }

  .bw-listing-tools {
    margin: 12px 0 20px;
  }
  .bw-listing-tools__bar {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    padding: 12px !important;
  }
  .bw-listing-tools__count {
    width: 100%;
  }
  .bw-listing-tools__controls {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(118px, .72fr);
    width: 100%;
    gap: 8px;
  }
  .bw-listing-tools__sort,
  .bw-listing-tools__sort .products__sort,
  .bw-listing-tools__sort .products__sort-dropdown,
  .bw-listing-tools__sort .products__sort-dropdown-button,
  .bw-filter-toggle {
    width: 100% !important;
    min-width: 0 !important;
  }
  .bw-listing-tools__sort .products__sort-label { display: none !important; }
  .bw-filter-toggle { padding-inline: 10px !important; }
  .bw-inline-filters__inner { padding: 14px 12px 16px; }
  .bw-inline-filters__head { margin-bottom: 12px; padding-bottom: 12px; }
  .bw-inline-filters__head > div { gap: 6px; flex-direction: column; align-items: flex-start; }
  .bw-inline-filters__content #search-filters > .accordion {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

/* =========================================================
   Fesselliebe v2.0 – complete storefront UX / consistency pass
   Covers homepage, listings, product, cart, checkout, account,
   contact, CMS/legal, search/empty states and footer.
   ========================================================= */
:root{
  --bw-page-bg:#181818;
  --bw-page-deep:#0b0b0b;
  --bw-card:#202020;
  --bw-card-2:#252525;
  --bw-copy:#e4e1dc;
  --bw-copy-muted:#c9c6c0;
  --bw-copy-subtle:#b5b2ac;
  --bw-border:#747474;
  --bw-border-soft:#4f4f4f;
  --bw-link:#c9ceff;
  --bw-danger:#ff9aa4;
  --bw-success:#b8e8c2;
  --bw-radius:0px;
  --bw-section-space:clamp(32px,4vw,64px);
}

body{background:var(--bw-page-bg)!important;color:var(--bw-copy)!important}
#wrapper{background:var(--bw-page-bg)!important}
main{min-width:0}

/* Global content rhythm */
.page-content,
.page-content p,
.page-content li,
.rich-text,
.rich-text p,
.rich-text li,
.card-body,
.modal-body{color:var(--bw-copy)!important}
.page-content p,
.rich-text p,
.page-content li,
.rich-text li{line-height:1.65}
.page-content a:not(.btn),
.rich-text a:not(.btn){color:var(--bw-link);text-decoration-thickness:.08em;text-underline-offset:.18em}
.page-content a:not(.btn):hover,
.rich-text a:not(.btn):hover{color:#fff}

/* Consistent page headings */
.page-title-section,
.page-header,
.category-cover,
.brand-page__header,
.manufacturer-page__header,
.supplier-page__header{margin-bottom:clamp(20px,3vw,36px)}
.page-title-section__title,
.page-header h1,
#main h1:not(.bw-hero__title){font-size:clamp(2.2rem,4.4vw,4.8rem);line-height:.96;margin-bottom:.5em}

/* Breadcrumb stays compact and readable */
.breadcrumb-container{padding-top:12px!important;padding-bottom:12px!important;background:#111!important;border-bottom:1px solid var(--bw-border-soft)}
.breadcrumb{margin:0!important;min-height:28px;display:flex;align-items:center;flex-wrap:wrap;gap:4px;color:var(--bw-copy-muted)!important}
.breadcrumb a{color:var(--bw-copy-muted)!important;text-decoration:none}
.breadcrumb a:hover{color:#fff!important;text-decoration:underline}

/* Header refinement */
#header{background:#0b0b0b!important;border-bottom:1px solid #606060!important}
#header .header-top,#header .header-bottom,#header .header-nav-full-width{background:#0b0b0b!important}
#header .header-bottom{min-height:72px}
#header .header-bottom>.container{display:flex;align-items:center}
#header .ps-mainmenu__tree-link,
#header .top-menu>li>a{min-height:44px;display:flex;align-items:center;color:#f4f3ef!important}
#header .ps-mainmenu__tree-link:hover,
#header .ps-mainmenu__tree-link:focus-visible,
#header .top-menu>li>a:hover{color:#fff!important}
#header input[type="search"],#header .search-widget input{background:#171717!important;color:#fff!important;border:1px solid #777!important}
#header input[type="search"]::placeholder,#header .search-widget input::placeholder{color:#c9c6c0!important}
#header .header-block__action-btn{min-width:44px;min-height:44px}

/* Cards, tables, forms */
.card,.modal-content,.dropdown-menu,.popover{border-radius:0!important}
.card{background:var(--bw-card)!important;border:1px solid var(--bw-border-soft)!important}
.table{--bs-table-bg:transparent;--bs-table-color:var(--bw-copy);--bs-table-border-color:#606060;color:var(--bw-copy)!important}
.table thead th{color:#fff!important;background:#151515!important;font-weight:900}
.table td,.table th{border-color:#606060!important;vertical-align:middle}
.form-text,.help-block,.form-control-comment,.text-muted,.small.text-muted{color:var(--bw-copy-muted)!important;opacity:1!important}
label,.form-label,.form-check-label{color:var(--bw-copy)!important}

/* Alerts and feedback */
.alert{border-radius:0!important;border-width:1px!important}
.alert-info{background:#17243a!important;color:#fff!important;border-color:#829cff!important}
.alert-warning{background:#4c3510!important;color:#fff!important;border-color:#ffd37a!important}
.alert-success{background:#153f23!important;color:#fff!important;border-color:#a9e6b2!important}
.alert-danger{background:#631f28!important;color:#fff!important;border-color:#ff9aa4!important}

/* Listing pages: category, search, new, sale, bestseller, manufacturer/supplier */
body#category .columns-container,
body#search .columns-container,
body#new-products .columns-container,
body#prices-drop .columns-container,
body#best-sales .columns-container,
body#manufacturer .columns-container,
body#supplier .columns-container{padding-top:clamp(20px,3vw,42px)!important}
#products{min-width:0}
#products .products{row-gap:18px}
.product-miniature__inner,.product-miniature .thumbnail-container{display:flex;flex-direction:column;background:#202020!important;border:1px solid #5f5f5f!important}
.product-miniature__top{aspect-ratio:1/1;background:#f2f2ef!important;display:flex;align-items:center;justify-content:center;overflow:hidden}
.product-miniature__top img,.product-miniature__image{width:100%;height:100%;object-fit:contain!important;background:#f2f2ef!important;padding:clamp(8px,1.2vw,18px)}
.product-miniature__bottom{display:flex;flex-direction:column;flex:1;gap:8px;padding:16px!important}
.product-miniature__title,.product-miniature .product-title a{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;min-height:2.7em;line-height:1.35;color:#fff!important;font-weight:800!important}
.product-miniature__price,.product-miniature .price{font-size:1.05rem;color:#fff!important}
.product-miniature__actions{margin-top:auto}
.product-miniature .btn,.product-miniature__details{min-height:44px!important}
.product-flags .product-flag,.product-flag{background:var(--bw-accent)!important;color:#fff!important;border:1px solid #fff!important}

/* Inline filter toolbar = primary listing control */
.bw-listing-tools__bar{border-color:#747474!important;background:#121212!important}
.bw-listing-tools__count,.bw-listing-tools__count *{color:#e4e1dc!important}
.bw-listing-tools__controls{flex-wrap:wrap}
.bw-inline-filters{box-shadow:0 18px 55px rgba(0,0,0,.24)}
.bw-inline-filters .form-check-label,.bw-inline-filters a{color:#e4e1dc!important}
.bw-inline-filters .search-filters__magnitude{color:#c9c6c0!important}

/* Product page */
#product .product__container{padding-bottom:var(--bw-section-space)}
#product .product__left,#product .product__right{min-width:0}
#product .product__right{background:#1c1c1c!important;border:1px solid #626262!important}
#product .product__name{color:#fff!important}
#product .product-prices,#product .product__prices{margin-block:14px 20px}
#product .current-price,#product .product__price{color:#fff!important;font-weight:950}
#product .product__tax-label,#product .tax-shipping-delivery-label{color:#c9c6c0!important;opacity:1!important}
#product .product-variants-item>span,#product .product__variants-label{color:#fff!important;font-weight:850}
#product .product__description-short,#product .product__description-short p{color:#d7d4ce!important;line-height:1.6}
#product .product-additional-info,#product .product-information{color:#e4e1dc!important}
#product .tabs,#product .product__tabs{background:#171717!important;border:1px solid #555!important}
#product .nav-tabs .nav-link{color:#d7d4ce!important;min-height:44px}
#product .nav-tabs .nav-link.active{color:#fff!important;border-bottom-color:var(--bw-accent)!important}
#product .product__images img,#product .product-cover img{background:#f3f3f0!important;object-fit:contain}

/* Cart */
#cart .cart-grid,#cart .cart-container{gap:clamp(18px,3vw,36px)}
#cart .cart-grid__body,#cart .cart-grid__aside{min-width:0}
#cart .cart-overview,#cart .cart-summary{background:#1b1b1b!important;border:1px solid #5b5b5b!important}
#cart .cart-item{border-bottom:1px solid #565656!important}
#cart .product-line-info,#cart .product-line-info a{color:#e4e1dc!important}
#cart .cart-summary-line .label,#cart .cart-summary-line .value{color:#e4e1dc!important}
#cart .cart-summary-line.cart-total .label,#cart .cart-summary-line.cart-total .value{color:#fff!important;font-weight:900}

/* Checkout: reduce cognitive load, keep strong hierarchy */
#checkout .checkout-grid{gap:clamp(18px,3vw,36px)}
#checkout .checkout-step,#checkout .checkout__step{background:#181818!important;border:1px solid #5f5f5f!important}
#checkout .checkout-step.-current,#checkout .checkout__step.is-current{border-color:#8a8a8a!important;box-shadow:inset 4px 0 0 var(--bw-accent)!important}
#checkout .step-title,#checkout .checkout-step__title,#checkout .checkout__step-title{color:#fff!important}
#checkout .step-title .step-number,#checkout .checkout-step__number{background:var(--bw-accent)!important;color:#fff!important}
#checkout .checkout-grid__aside-wrapper{background:#151515!important;border:1px solid #616161!important}
#checkout .cart-summary-line,#checkout .cart-summary-line *{color:#e4e1dc!important}
#checkout .condition-label,#checkout .condition-label *{color:#e4e1dc!important}
#checkout .nav-link,#checkout a{color:var(--bw-link)}
#checkout .nav-link.active{color:#fff!important}

/* Account/auth/address/order history */
#authentication .login-form,
#authentication .register-form,
#identity .page-content,
#address .page-content,
#addresses .page-content,
#history .page-content,
#order-slip .page-content,
#order-follow .page-content,
#discount .page-content,
#my-account .page-content{background:#171717!important;border:1px solid #595959!important;padding:clamp(18px,3vw,36px)!important}
#my-account .links{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
#my-account .links a{min-height:112px;display:flex;align-items:center;gap:14px;background:#1d1d1d!important;border:1px solid #5d5d5d!important;color:#fff!important}
#my-account .links a:hover{border-color:#9a9a9a!important;background:#242424!important}

/* Contact */
#contact .contact-rich,#contact .contact-form{background:#171717!important;border:1px solid #5d5d5d!important;padding:clamp(18px,3vw,34px)!important}
#contact .contact-rich h4,#contact .contact-form h3{color:#fff!important}
#contact .contact-rich .block .data,#contact .contact-rich .block a{color:#e4e1dc!important}

/* CMS / legal pages: readable measure, not a wall of text */
body#cms .page-content--cms,
.page-content--cms{max-width:1000px;margin-inline:auto;background:#171717!important;border:1px solid #555!important;padding:clamp(20px,4vw,48px)!important}
.page-content--cms h1,.page-content--cms h2,.page-content--cms h3{color:#fff!important;line-height:1.15;margin-top:1.5em;margin-bottom:.55em}
.page-content--cms h1:first-child,.page-content--cms h2:first-child{margin-top:0}
.page-content--cms p,.page-content--cms li{color:#e4e1dc!important;max-width:78ch}
.page-content--cms strong{color:#fff}
.page-content--cms table{width:100%;border-collapse:collapse}
.page-content--cms th,.page-content--cms td{padding:10px;border:1px solid #646464}

/* Sitemap, stores, 404/410 and empty states */
#sitemap .page-content,#stores .page-content,#pagenotfound .page-content,#not-found .page-content{background:#171717!important;border:1px solid #555!important;padding:clamp(20px,4vw,46px)!important}
#pagenotfound .page-content,#not-found .page-content{text-align:center;max-width:800px;margin-inline:auto}
#pagenotfound .page-content p,#not-found .page-content p{color:#d7d4ce!important}
#js-product-list .alert,#products .alert{max-width:900px;margin:24px auto}

/* Footer and newsletter */
#footer,.footer-container{background:#0b0b0b!important;border-top:1px solid #5a5a5a!important}
#footer p,#footer li,#footer .footer__subtitle{color:#c9c6c0!important}
#footer a{color:#e4e1dc!important;text-decoration:none}
#footer a:hover,#footer a:focus-visible{color:#fff!important;text-decoration:underline}
#footer .block-contact,#footer .links{line-height:1.6}
#footer .ps-emailsubscription{margin-top:0}

/* Cookie/legal/module buttons should never fall back to low-contrast bootstrap colors */
.btn-secondary{--bs-btn-bg:#242424;--bs-btn-border-color:#777;--bs-btn-color:#fff;--bs-btn-hover-bg:#303030;--bs-btn-hover-border-color:#aaa;--bs-btn-hover-color:#fff}
.btn-link{color:var(--bw-link)!important}

/* Desktop content width / edge alignment */
@media(min-width:992px){
  body:not(#index) #main{min-width:0}
  #product .product__left{position:sticky;top:calc(var(--bw-header-height,92px) + 18px);align-self:start}
  #my-account .links{grid-template-columns:repeat(3,minmax(0,1fr))}
}

/* Tablet/mobile */
@media(max-width:991.98px){
  #my-account .links{grid-template-columns:repeat(2,minmax(0,1fr))}
  body#cms .page-content--cms,.page-content--cms{max-width:none}
}
@media(max-width:767.98px){
  :root{--bw-section-space:36px}
  .page-title-section__title,.page-header h1,#main h1:not(.bw-hero__title){font-size:clamp(2rem,10vw,3.25rem)}
  .breadcrumb-container{padding-block:8px!important}
  .breadcrumb{font-size:.75rem;white-space:normal}
  .product-miniature__bottom{padding:12px!important}
  .product-miniature__title,.product-miniature .product-title a{font-size:.9rem}
  #my-account .links{grid-template-columns:1fr}
  #my-account .links a{min-height:82px}
  #checkout .checkout-step,#checkout .checkout__step{margin-bottom:10px!important}
  .page-content--cms{padding:18px!important}
}

/* =========================================================
   Fesselliebe Branding 1.10.0 – UI polish / contrast / product media
   ========================================================= */

/* Modern language selector: compact dark control instead of a white legacy box. */
#header .ps-languageselector,
#header .language-selector-wrapper {
  position: relative;
}
#header .ps-languageselector .form-select,
#header .ps-languageselector select,
#header .language-selector-wrapper .form-select,
#header .language-selector-wrapper select,
#header .ps-languageselector .dropdown-toggle {
  min-height: 44px !important;
  height: 44px !important;
  width: auto !important;
  min-width: 124px !important;
  padding: 0 38px 0 14px !important;
  border: 1px solid #707070 !important;
  border-radius: 10px !important;
  background-color: #151515 !important;
  color: #fff !important;
  font-size: .78rem !important;
  font-weight: 850 !important;
  letter-spacing: .035em !important;
  text-transform: none !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05) !important;
}
#header .ps-languageselector .form-select:hover,
#header .ps-languageselector select:hover,
#header .language-selector-wrapper .form-select:hover,
#header .language-selector-wrapper select:hover,
#header .ps-languageselector .dropdown-toggle:hover {
  border-color: #a0a0a0 !important;
  background-color: #1d1d1d !important;
}
#header .ps-languageselector .form-select:focus,
#header .ps-languageselector select:focus,
#header .language-selector-wrapper .form-select:focus,
#header .language-selector-wrapper select:focus,
#header .ps-languageselector .dropdown-toggle:focus-visible {
  border-color: #fff !important;
  outline: 2px solid #fff !important;
  outline-offset: 2px !important;
  box-shadow: 0 0 0 5px var(--bw-accent,#d00032) !important;
}
#header .ps-languageselector .dropdown-menu,
#header .language-selector-wrapper .dropdown-menu {
  background:#151515 !important;
  border:1px solid #707070 !important;
  border-radius:8px !important;
  padding:6px !important;
}
#header .ps-languageselector .dropdown-item,
#header .language-selector-wrapper .dropdown-item {
  min-height:40px;
  display:flex;
  align-items:center;
  color:#f4f3ef !important;
  background:transparent !important;
  border-radius:6px;
}
#header .ps-languageselector .dropdown-item:hover,
#header .ps-languageselector .dropdown-item:focus,
#header .language-selector-wrapper .dropdown-item:hover,
#header .language-selector-wrapper .dropdown-item:focus {
  color:#fff !important;
  background:#2a2a2a !important;
}

/* Product imagery: one clean white studio stage everywhere. */
.product-miniature__top,
.product-miniature .thumbnail-container .thumbnail-top,
.product-miniature .product-thumbnail,
.product-miniature__image-wrapper,
#product .product-cover,
#product .product__images,
#product .product__gallery,
#product .product-images,
#product .product__main-image,
#product .product__thumbnail,
#product .thumb-container {
  background:#fff !important;
}
.product-miniature__top img,
.product-miniature__image,
.product-miniature .product-thumbnail img,
#product .product-cover img,
#product .product__images img,
#product .product__gallery img,
#product .product__main-image,
#product .product__thumbnail img,
#product .thumb-container img {
  background:#fff !important;
  object-fit:contain !important;
}

/* Quick preview / image-overlay actions must remain legible on white imagery. */
.product-miniature .quick-view,
.product-miniature__quick-view,
.product-miniature .highlighted-informations .quick-view,
.product-miniature .highlighted-informations a,
.product-miniature__top .btn,
.product-miniature__top button {
  color:#fff !important;
  background:#111 !important;
  border-color:#111 !important;
  font-weight:850 !important;
}
.product-miniature .quick-view:hover,
.product-miniature__quick-view:hover,
.product-miniature .highlighted-informations a:hover {
  color:#fff !important;
  background:#242424 !important;
  border-color:#242424 !important;
}

/* White CTA surfaces always use dark text. Accessibility link rules must not
   recolour them pale blue. */
.boswear-page-home a.bw-btn--light,
.bw-home a.bw-btn--light,
.bw-team a.bw-btn--light,
.bw-finder a.bw-btn--light,
.bw-custom a.bw-btn--light,
.btn-primary[style*="background: #fff"],
.btn-primary[style*="background:#fff"] {
  color:#111 !important;
  -webkit-text-fill-color:#111 !important;
}
.boswear-page-home a.bw-btn--light:hover,
.bw-home a.bw-btn--light:hover,
.bw-team a.bw-btn--light:hover,
.bw-finder a.bw-btn--light:hover,
.bw-custom a.bw-btn--light:hover {
  color:#000 !important;
  -webkit-text-fill-color:#000 !important;
}

/* Quantity tiers fit the available column. No empty horizontal scrolling. */
#product .product__discounts.bw-discounts { overflow:hidden !important; }
#product .bw-discounts__scroll {
  overflow-x:hidden !important;
  overflow-y:visible !important;
  scrollbar-width:none !important;
}
#product .bw-discounts__scroll::-webkit-scrollbar { display:none !important; }
#product .bw-discounts__table {
  width:100% !important;
  min-width:0 !important;
  max-width:100% !important;
  table-layout:fixed !important;
}
#product .bw-discounts__table th,
#product .bw-discounts__table td {
  padding:12px 9px !important;
  white-space:normal !important;
  overflow-wrap:anywhere;
}

/* Quantity field: dark digits on the white input, with clear +/- controls. */
#product #quantity_wanted,
#product .js-quantity-wanted,
#product input[name="qty"],
#product .product__quantity input,
#product .product-actions__quantity input {
  background:#fff !important;
  color:#111 !important;
  -webkit-text-fill-color:#111 !important;
  caret-color:#111 !important;
  opacity:1 !important;
  font-weight:900 !important;
  text-align:center !important;
  border-color:#8b8b8b !important;
}
#product .bootstrap-touchspin .btn-touchspin,
#product .product__quantity button,
#product .product-actions__quantity button,
#product .quantity-button button {
  background:#1b1b1b !important;
  color:#fff !important;
  border-color:#777 !important;
}
#product .bootstrap-touchspin .btn-touchspin:hover,
#product .product__quantity button:hover,
#product .product-actions__quantity button:hover {
  background:#2b2b2b !important;
  color:#fff !important;
}

@media (max-width: 767.98px) {
  #product .bw-discounts__table th,
  #product .bw-discounts__table td {
    padding:10px 5px !important;
    font-size:.75rem !important;
    line-height:1.2 !important;
  }
  #product .bw-discounts__table thead th { font-size:.68rem !important; }
  #product .bw-discounts__table th:nth-child(1),
  #product .bw-discounts__table td:nth-child(1) { width:15% !important; }
  #product .bw-discounts__table th:nth-child(2),
  #product .bw-discounts__table td:nth-child(2) { width:24% !important; }
  #product .bw-discounts__table th:nth-child(3),
  #product .bw-discounts__table td:nth-child(3) { width:28% !important; }
  #product .bw-discounts__table th:nth-child(4),
  #product .bw-discounts__table td:nth-child(4) { width:33% !important; }

  #header .ps-languageselector .form-select,
  #header .ps-languageselector select,
  #header .language-selector-wrapper .form-select,
  #header .language-selector-wrapper select {
    min-width:104px !important;
    height:40px !important;
    min-height:40px !important;
    font-size:.72rem !important;
  }
}


/* =========================================================
   Fesselliebe Branding 1.11.0 – category/listing + mobile header
   ========================================================= */

/* Category has one strong visual title only: the Fesselliebe hero.  The default
   Hummingbird listing page-title must not appear a second time above it. */
body#category .page-title-section,
body#category #js-product-list-header > .page-title-section {
  display: none !important;
}

/* Keep the listing itself comfortably wide now that the left facet column is
   no longer part of the design. */
body#category #center-column,
body#search #center-column,
body#new-products #center-column,
body#prices-drop #center-column,
body#best-sales #center-column {
  min-width: 0 !important;
}

@media (max-width: 767.98px) {
  /* Use the full mobile viewport: menu | logo | search | account | cart. */
  #header .header-bottom__container {
    width: 100% !important;
    max-width: none !important;
    padding-inline: 8px !important;
  }
  #header .header-bottom__row {
    display: grid !important;
    grid-template-columns: 48px minmax(104px, 1fr) 48px 48px 58px !important;
    width: 100% !important;
    max-width: none !important;
    min-height: 82px !important;
    align-items: center !important;
    column-gap: 0 !important;
    margin: 0 !important;
  }
  #header .header-bottom__row > .ps-mainmenu--desktop,
  #header .header-bottom__logo,
  #header .header-bottom__row > .ps-searchbar--mobile,
  #header .header-bottom__row > #_mobile_ps_customersignin,
  #header .header-bottom__row > #_mobile_ps_shoppingcart {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    flex: none !important;
  }
  #header .header-bottom__row > .ps-mainmenu--desktop { grid-column: 1; order: initial !important; }
  #header .header-bottom__logo { grid-column: 2; order: initial !important; justify-content: center !important; overflow: visible !important; }
  #header .header-bottom__row > .ps-searchbar--mobile { grid-column: 3; order: initial !important; }
  #header .header-bottom__row > #_mobile_ps_customersignin { grid-column: 4; order: initial !important; }
  #header .header-bottom__row > #_mobile_ps_shoppingcart { grid-column: 5; order: initial !important; }
  #header .ps-mainmenu__mobile-toggle,
  #header .ps-mainmenu__mobile-toggle .menu-toggle,
  #header .ps-searchbar--mobile .header-block__action-btn,
  #header #_mobile_ps_customersignin .header-block__action-btn,
  #header #_mobile_ps_shoppingcart .header-block__action-btn {
    width: 100% !important;
    min-width: 0 !important;
  }
  #header .header-bottom__logo img,
  #header #_mobile_logo img,
  #header #_desktop_logo img {
    width: min(100%, 178px) !important;
    max-width: 178px !important;
    max-height: 46px !important;
    margin-inline: auto !important;
  }
  #header .ps-mainmenu__mobile-toggle .menu-toggle::after,
  #header .ps-searchbar--mobile .header-block__action-btn::after,
  #header #_mobile_ps_customersignin .header-block__action-btn::after,
  #header #_mobile_ps_shoppingcart .header-block__action-btn::after {
    font-size: 9px !important;
    line-height: 11px !important;
  }

  /* Amazon-like category list: one large, easy-to-scan row per product. */
  body#category #products .products {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 12px !important;
    width: 100% !important;
  }
  body#category #products .product-miniature,
  body#category #products .js-product {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
  }
  body#category #products .product-miniature__inner,
  body#category #products .product-miniature .thumbnail-container {
    display: grid !important;
    grid-template-columns: minmax(132px, 39vw) minmax(0, 1fr) !important;
    grid-template-rows: 1fr !important;
    min-height: 202px !important;
    height: auto !important;
    overflow: hidden !important;
    background: #1d1d1d !important;
    border: 1px solid #666 !important;
    transform: none !important;
    box-shadow: none !important;
  }
  body#category #products .product-miniature__top,
  body#category #products .product-miniature .thumbnail-top {
    grid-column: 1 !important;
    grid-row: 1 !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 202px !important;
    aspect-ratio: auto !important;
    margin: 0 !important;
    border-right: 1px solid #d6d6d6 !important;
    background: #fff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  body#category #products .product-miniature__top img,
  body#category #products .product-miniature__image,
  body#category #products .product-miniature .product-thumbnail img {
    width: 100% !important;
    height: 100% !important;
    max-height: 220px !important;
    object-fit: contain !important;
    padding: 10px !important;
    background: #fff !important;
  }
  body#category #products .product-miniature__bottom,
  body#category #products .product-miniature .product-description {
    grid-column: 2 !important;
    grid-row: 1 !important;
    min-width: 0 !important;
    height: 100% !important;
    padding: 14px 14px 13px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
    background: #1d1d1d !important;
  }
  body#category #products .product-miniature__infos {
    min-width: 0 !important;
  }
  body#category #products .product-miniature__title,
  body#category #products .product-miniature .product-title a {
    min-height: 0 !important;
    margin: 0 0 8px !important;
    font-size: 1rem !important;
    line-height: 1.3 !important;
    font-weight: 850 !important;
    -webkit-line-clamp: 3 !important;
  }
  body#category #products .product-miniature__variants {
    margin-block: 7px !important;
  }
  body#category #products .product-miniature__price,
  body#category #products .product-miniature .price,
  body#category #products .product-miniature .product-price-and-shipping {
    font-size: 1.18rem !important;
    line-height: 1.2 !important;
    font-weight: 950 !important;
  }
  body#category #products .product-miniature__actions {
    margin-top: auto !important;
    padding-top: 10px !important;
  }
  body#category #products .product-miniature__details,
  body#category #products .product-miniature__add {
    min-height: 44px !important;
    width: 100% !important;
    padding-inline: 10px !important;
    font-size: .78rem !important;
  }
  body#category #products .product-miniature__quickview,
  body#category #products .quick-view {
    display: none !important;
  }
  body#category #products .product-flags {
    inset: 7px auto auto 7px !important;
  }

  /* The listing toolbar now visually belongs to the same single-column flow. */
  body#category .bw-listing-tools {
    margin-top: 14px !important;
  }
}

@media (max-width: 374.98px) {
  #header .header-bottom__row {
    grid-template-columns: 44px minmax(92px, 1fr) 44px 44px 54px !important;
  }
  #header .header-bottom__logo img,
  #header #_mobile_logo img,
  #header #_desktop_logo img { max-width: 138px !important; }
  body#category #products .product-miniature__inner,
  body#category #products .product-miniature .thumbnail-container {
    grid-template-columns: 122px minmax(0, 1fr) !important;
    min-height: 190px !important;
  }
}

/* =========================================================
   Fesselliebe Branding 1.12.0 – mobile single-row header,
   full-width category flow, breadcrumb contrast, image cleanup,
   and one-line quantity / add-to-cart controls
   ========================================================= */

/* Breadcrumb is a true full-width strip with readable dark text. */
.breadcrumb-container {
  position: relative !important;
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: 0 !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  background: #f4f3ef !important;
  border-top: 0 !important;
  border-bottom: 1px solid #d4d1ca !important;
  box-shadow: none !important;
  color: #242424 !important;
  overflow: visible !important;
}
.breadcrumb,
.breadcrumb *,
.breadcrumb a,
.breadcrumb li,
.breadcrumb span {
  color: #343434 !important;
  opacity: 1 !important;
}
.breadcrumb a {
  text-decoration: none !important;
  font-weight: 650 !important;
}
.breadcrumb a:hover,
.breadcrumb a:focus-visible {
  color: #000 !important;
  text-decoration: underline !important;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before,
.breadcrumb .material-icons {
  color: #5a5a5a !important;
  opacity: 1 !important;
}
body.brp-dock-enabled > #wrapper .breadcrumb-container,
body.brp-dock-enabled > #wrapper > .breadcrumb-container {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: 0 !important;
}
body.brp-dock-enabled > #wrapper .breadcrumb-container > .container,
body.brp-dock-enabled > #wrapper .breadcrumb-container > .container-md {
  padding-right: var(--bw-gutter, 28px) !important;
}

/* Category hero starts closer to the breadcrumb and remains visually balanced. */
body#category .columns-container {
  padding-top: 14px !important;
}
body#category .bw-category-hero {
  margin-top: 0 !important;
  margin-bottom: 22px !important;
}

/* Product picture surfaces are uninterrupted white studio areas. */
.product-miniature__top,
.product-miniature .thumbnail-top,
.product-miniature .product-thumbnail,
.product-miniature .product-thumbnail picture,
.product-miniature .product-thumbnail a,
.product-miniature__image,
.product-miniature__top img,
.product-miniature .product-thumbnail img,
#product .product__gallery,
#product .product__carousel,
#product .product__main-image,
#product .product__images,
#product .product__thumbnail,
#product .thumb-container,
#product .product-cover,
#product .product-cover img {
  background: #fff !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}
.product-miniature__top,
.product-miniature .thumbnail-top {
  border-right: 0 !important;
}
.product-miniature .product-thumbnail::before,
.product-miniature .product-thumbnail::after,
.product-miniature__top::before,
.product-miniature__top::after {
  display: none !important;
}

/* Quantity controls: -, value, + and add-to-cart stay on one line. */
#product .product__actions-qty-add.product-quantity,
#product .product__actions-qty-add {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
  gap: 10px !important;
  width: 100% !important;
  min-width: 0 !important;
}
#product .product-actions__quantity,
#product .product__quantity,
#product .quantity-button {
  flex: 0 0 142px !important;
  width: 142px !important;
  min-width: 142px !important;
  max-width: 142px !important;
  margin: 0 !important;
}
#product .quantity-button__group.input-group,
#product .quantity-button__group {
  display: grid !important;
  grid-template-columns: 44px 54px 44px !important;
  grid-template-rows: 52px !important;
  width: 142px !important;
  min-width: 142px !important;
  max-width: 142px !important;
  height: 52px !important;
  margin: 0 !important;
  flex-wrap: nowrap !important;
}
#product .quantity-button__group > button,
#product .quantity-button__group > input,
#product #quantity_wanted,
#product .js-quantity-wanted,
#product input[name="qty"] {
  position: static !important;
  float: none !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  height: 52px !important;
  min-height: 52px !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
  box-sizing: border-box !important;
}
#product #quantity_wanted,
#product .js-quantity-wanted,
#product input[name="qty"] {
  display: block !important;
  visibility: visible !important;
  background: #fff !important;
  color: #111 !important;
  -webkit-text-fill-color: #111 !important;
  caret-color: #111 !important;
  opacity: 1 !important;
  font-size: 18px !important;
  line-height: 52px !important;
  font-weight: 950 !important;
  text-align: center !important;
  text-indent: 0 !important;
  letter-spacing: 0 !important;
  z-index: 2 !important;
  -webkit-appearance: none !important;
  appearance: none !important;
}
#product .quantity-button__group > button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #1b1b1b !important;
  color: #fff !important;
  border: 1px solid #777 !important;
  z-index: 1 !important;
}
#product .quantity-button__group > button .material-icons {
  color: #fff !important;
  font-size: 26px !important;
  line-height: 1 !important;
}
#product .product__add-to-cart,
#product .product__add-to-cart.add {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  width: auto !important;
  margin: 0 !important;
}
#product .product__add-to-cart-button {
  width: 100% !important;
  min-width: 0 !important;
  height: 52px !important;
  min-height: 52px !important;
  margin: 0 !important;
  padding-inline: 14px !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

@media (max-width: 767.98px) {
  :root { --bw-header-height: 82px; --bw-gutter: 12px; }

  /* One mobile header row, using the complete viewport width. */
  #header .header-bottom,
  #header .header-bottom__container {
    width: 100vw !important;
    max-width: 100vw !important;
    margin: 0 !important;
  }
  #header .header-bottom__container {
    padding: 0 4px !important;
  }
  #header .header-bottom__row {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: stretch !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 82px !important;
    margin: 0 !important;
    padding: 0 !important;
    gap: 0 !important;
  }
  #header .header-bottom__row > #_desktop_ps_searchbar {
    display: none !important;
  }
  #header .header-bottom__row > .ps-mainmenu--desktop,
  #header .header-bottom__logo,
  #header .header-bottom__row > .ps-searchbar--mobile,
  #header .header-bottom__row > #_mobile_ps_customersignin,
  #header .header-bottom__row > #_mobile_ps_shoppingcart {
    display: flex !important;
    float: none !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    position: relative !important;
    grid-column: auto !important;
  }
  #header .header-bottom__row > .ps-mainmenu--desktop {
    order: 1 !important;
    flex: 0 0 13% !important;
    width: 13% !important;
    justify-content: center !important;
  }
  #header .header-bottom__logo {
    order: 2 !important;
    flex: 0 0 42% !important;
    width: 42% !important;
    min-width: 0 !important;
    justify-content: center !important;
    align-items: center !important;
    overflow: hidden !important;
  }
  #header .header-bottom__row > .ps-searchbar--mobile {
    order: 3 !important;
    flex: 0 0 13% !important;
    width: 13% !important;
    justify-content: center !important;
  }
  #header .header-bottom__row > #_mobile_ps_customersignin {
    order: 4 !important;
    flex: 0 0 13% !important;
    width: 13% !important;
    justify-content: center !important;
  }
  #header .header-bottom__row > #_mobile_ps_shoppingcart {
    order: 5 !important;
    flex: 0 0 19% !important;
    width: 19% !important;
    justify-content: center !important;
  }
  #header .header-bottom__logo h1,
  #header .header-bottom__logo > a,
  #header .header-bottom__logo .logo {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
  }
  #header .header-bottom__logo img,
  #header #_mobile_logo img,
  #header #_desktop_logo img {
    width: 100% !important;
    max-width: 168px !important;
    max-height: 44px !important;
    margin-inline: auto !important;
    object-fit: contain !important;
  }
  #header .ps-mainmenu__mobile-toggle,
  #header .ps-mainmenu__mobile-toggle .menu-toggle,
  #header .ps-searchbar--mobile .header-block,
  #header .ps-searchbar--mobile .header-block__action-btn,
  #header #_mobile_ps_customersignin .header-block,
  #header #_mobile_ps_customersignin .header-block__action-btn,
  #header #_mobile_ps_shoppingcart .header-block,
  #header #_mobile_ps_shoppingcart .header-block__action-btn {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
  }
  #header .ps-mainmenu__mobile-toggle .menu-toggle,
  #header .ps-searchbar--mobile .header-block__action-btn,
  #header #_mobile_ps_customersignin .header-block__action-btn,
  #header #_mobile_ps_shoppingcart .header-block__action-btn {
    height: 68px !important;
    min-height: 68px !important;
    padding: 5px 1px 3px !important;
  }
  #header .ps-mainmenu__mobile-toggle .menu-toggle::after,
  #header .ps-searchbar--mobile .header-block__action-btn::after,
  #header #_mobile_ps_customersignin .header-block__action-btn::after,
  #header #_mobile_ps_shoppingcart .header-block__action-btn::after {
    font-size: 8.5px !important;
    line-height: 10px !important;
  }

  /* Category layout consumes the viewport instead of looking boxed-in. */
  body#category #wrapper,
  body#category #wrapper > .container,
  body#category #wrapper > .container-fluid,
  body#category #wrapper > .columns-container,
  body#category .columns-container,
  body#category .columns-container > .row,
  body#category #content-wrapper,
  body#category #center-column,
  body#category #main,
  body#category #products,
  body#category #js-product-list,
  body#category #js-product-list-header {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
  }
  body#category #wrapper > .container,
  body#category #wrapper > .container-fluid,
  body#category #wrapper > .columns-container,
  body#category .columns-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  body#category .columns-container {
    padding-top: 8px !important;
    padding-bottom: 28px !important;
  }
  body#category #js-product-list-header,
  body#category #products,
  body#category #js-product-list {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  body#category .bw-category-hero {
    width: calc(100% + 20px) !important;
    margin-left: -10px !important;
    margin-right: -10px !important;
    margin-top: 0 !important;
    margin-bottom: 18px !important;
    border-left: 0 !important;
    border-right: 0 !important;
  }
  body#category .bw-listing-tools {
    margin-inline: 0 !important;
  }

  /* Mobile category products: large horizontal cards with no dark image frame. */
  body#category #products .products {
    gap: 10px !important;
  }
  body#category #products .product-miniature__inner,
  body#category #products .product-miniature .thumbnail-container {
    grid-template-columns: minmax(142px, 43%) minmax(0, 1fr) !important;
    min-height: 214px !important;
    border: 1px solid #626262 !important;
    background: #1d1d1d !important;
  }
  body#category #products .product-miniature__top,
  body#category #products .product-miniature .thumbnail-top,
  body#category #products .product-miniature .product-thumbnail,
  body#category #products .product-miniature .product-thumbnail a,
  body#category #products .product-miniature .product-thumbnail picture {
    min-height: 214px !important;
    height: 100% !important;
    border: 0 !important;
    box-shadow: none !important;
    background: #fff !important;
  }
  body#category #products .product-miniature__top img,
  body#category #products .product-miniature__image,
  body#category #products .product-miniature .product-thumbnail img {
    padding: 8px !important;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    background: #fff !important;
  }
  body#category #products .product-miniature__bottom,
  body#category #products .product-miniature .product-description {
    padding: 14px 12px 12px !important;
  }

  /* Keep quantity controls and add-to-cart on one row on phones. */
  #product .product__actions-qty-add.product-quantity,
  #product .product__actions-qty-add {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 6px !important;
    width: 100% !important;
    overflow: visible !important;
  }
  #product .product-actions__quantity,
  #product .product__quantity,
  #product .quantity-button {
    flex: 0 0 126px !important;
    width: 126px !important;
    min-width: 126px !important;
    max-width: 126px !important;
  }
  #product .quantity-button__group.input-group,
  #product .quantity-button__group {
    grid-template-columns: 39px 48px 39px !important;
    grid-template-rows: 50px !important;
    width: 126px !important;
    min-width: 126px !important;
    max-width: 126px !important;
    height: 50px !important;
  }
  #product .quantity-button__group > button,
  #product .quantity-button__group > input,
  #product #quantity_wanted,
  #product .js-quantity-wanted,
  #product input[name="qty"] {
    height: 50px !important;
    min-height: 50px !important;
  }
  #product #quantity_wanted,
  #product .js-quantity-wanted,
  #product input[name="qty"] {
    font-size: 17px !important;
    line-height: 50px !important;
  }
  #product .product__add-to-cart,
  #product .product__add-to-cart.add {
    flex: 1 1 auto !important;
    min-width: 0 !important;
  }
  #product .product__add-to-cart-button {
    height: 50px !important;
    min-height: 50px !important;
    padding-inline: 8px !important;
    font-size: 10.5px !important;
    letter-spacing: .01em !important;
  }
  #product .product__add-to-cart-button .material-icons {
    font-size: 18px !important;
    margin-right: 3px !important;
  }
}

@media (max-width: 374.98px) {
  #header .header-bottom__row > .ps-mainmenu--desktop { flex-basis: 13% !important; width: 13% !important; }
  #header .header-bottom__logo { flex-basis: 40% !important; width: 40% !important; }
  #header .header-bottom__row > .ps-searchbar--mobile { flex-basis: 13% !important; width: 13% !important; }
  #header .header-bottom__row > #_mobile_ps_customersignin { flex-basis: 13% !important; width: 13% !important; }
  #header .header-bottom__row > #_mobile_ps_shoppingcart { flex-basis: 21% !important; width: 21% !important; }
  #header .header-bottom__logo img,
  #header #_mobile_logo img,
  #header #_desktop_logo img { max-width: 142px !important; }
  body#category #products .product-miniature__inner,
  body#category #products .product-miniature .thumbnail-container {
    grid-template-columns: 132px minmax(0, 1fr) !important;
  }
  #product .product-actions__quantity,
  #product .product__quantity,
  #product .quantity-button {
    flex-basis: 120px !important;
    width: 120px !important;
    min-width: 120px !important;
    max-width: 120px !important;
  }
  #product .quantity-button__group.input-group,
  #product .quantity-button__group {
    grid-template-columns: 37px 46px 37px !important;
    width: 120px !important;
    min-width: 120px !important;
    max-width: 120px !important;
  }
  #product .product__add-to-cart-button { font-size: 9.6px !important; }
}

/* =========================================================
   Fesselliebe Branding 1.13.0 – mobile listing edge-to-edge,
   clean product imagery, strong light-button contrast,
   and breadcrumb rail completion
   ========================================================= */

/* Light surfaces must always carry dark readable text. */
.btn-light,
a.btn-light,
button.btn-light,
#authentication .forgot-password a,
.login .forgot-password a,
.login__form-wrapper .forgot-password a,
.bw-btn--light,
a.bw-btn--light,
button.bw-btn--light {
  color: #111 !important;
  -webkit-text-fill-color: #111 !important;
  opacity: 1 !important;
}
#authentication .forgot-password a,
.login .forgot-password a,
.login__form-wrapper .forgot-password a {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 52px !important;
  width: 100% !important;
  margin-top: 14px !important;
  padding: 10px 14px !important;
  background: #f4f3ef !important;
  border: 1px solid #d4d1ca !important;
  color: #111 !important;
  text-decoration: none !important;
  font-weight: 850 !important;
}
#authentication .forgot-password a:hover,
#authentication .forgot-password a:focus-visible,
.login .forgot-password a:hover,
.login .forgot-password a:focus-visible {
  background: #fff !important;
  color: #000 !important;
  border-color: #fff !important;
}

@media (max-width: 767.98px) {
  /* Make the category listing itself a true viewport-width flow. */
  body#category .columns-container,
  body#category #content-wrapper,
  body#category #center-column,
  body#category #main,
  body#category #products,
  body#category #js-product-list {
    width: 100vw !important;
    max-width: 100vw !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }
  body#category .columns-container {
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  body#category #products,
  body#category #js-product-list {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  body#category #products .products {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    gap: 8px !important;
  }
  body#category #products .product-miniature,
  body#category #products .js-product {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  body#category #products .product-miniature__inner,
  body#category #products .product-miniature .thumbnail-container {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    grid-template-columns: minmax(148px, 44%) minmax(0, 1fr) !important;
  }

  /* Remove the leftover quick-view/highlight strip that looked like a black
     frame inside the white product studio area. */
  body#category #products .product-miniature__top > .highlighted-informations,
  body#category #products .product-miniature__top > .product-miniature__quickview,
  body#category #products .product-miniature__top > .product-miniature__quick-view,
  body#category #products .product-miniature__top > .quick-view,
  body#category #products .product-miniature__top [class*="quick-view"],
  body#category #products .product-miniature__top [class*="quickview"] {
    display: none !important;
  }
  body#category #products .product-miniature__top,
  body#category #products .product-miniature .thumbnail-top,
  body#category #products .product-miniature .product-thumbnail,
  body#category #products .product-miniature .product-thumbnail > a,
  body#category #products .product-miniature .product-thumbnail picture,
  body#category #products .product-miniature .product-thumbnail img,
  body#category #products .product-miniature__image {
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    background: #fff !important;
  }
  body#category #products .product-miniature .product-thumbnail > a,
  body#category #products .product-miniature .product-thumbnail picture {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
  }
}

@media (max-width: 374.98px) {
  body#category #products .product-miniature__inner,
  body#category #products .product-miniature .thumbnail-container {
    grid-template-columns: minmax(132px, 43%) minmax(0, 1fr) !important;
  }
}

/* =========================================================
   Fesselliebe Branding 1.14.0 – category mobile full-bleed fix,
   correct Hummingbird breadcrumb wrapper and clean miniatures
   ========================================================= */

/* Hummingbird 2.0 renders the breadcrumb as .breadcrumb__wrapper.
   Keep the rail itself viewport-wide; only its inner .container aligns text. */
.breadcrumb__wrapper {
  position: relative !important;
  left: 50% !important;
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  padding: 0 !important;
  background: #f4f3ef !important;
  border-top: 0 !important;
  border-bottom: 1px solid #d4d1ca !important;
  color: #202020 !important;
  overflow: visible !important;
  box-sizing: border-box !important;
}
.breadcrumb__wrapper > .container {
  width: 100% !important;
  max-width: var(--bw-max, 1440px) !important;
  margin-inline: auto !important;
  padding: 11px var(--bw-gutter, 28px) !important;
  box-sizing: border-box !important;
}
.breadcrumb__wrapper .breadcrumb,
.breadcrumb__wrapper .breadcrumb *,
.breadcrumb__wrapper .breadcrumb-item,
.breadcrumb__wrapper .breadcrumb-link,
.breadcrumb__wrapper a,
.breadcrumb__wrapper span {
  color: #2b2b2b !important;
  opacity: 1 !important;
}
.breadcrumb__wrapper a { font-weight: 700 !important; }
.breadcrumb__wrapper a:hover,
.breadcrumb__wrapper a:focus-visible { color: #000 !important; text-decoration: underline !important; }

/* Category layout: remove the inherited Bootstrap container width/gutters.
   Desktop gets the Fesselliebe max width, mobile breaks fully to viewport edges. */
body#category .bw-category-container {
  width: 100% !important;
  max-width: var(--bw-max, 1440px) !important;
  margin-inline: auto !important;
  padding-inline: var(--bw-gutter, 28px) !important;
  box-sizing: border-box !important;
}
body#category .bw-category-container > .row {
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
body#category .bw-category-container #center-column {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Use the real Hummingbird miniature classes. The outline helper and both
   quick-view buttons were the dark lines/strips still visible in screenshots. */
body#category .product-miniature__image-container,
body#category .product-miniature__image-link,
body#category .product-miniature__image-link.outline,
body#category .product-miniature__image-link.outline--rounded,
body#category .product-miniature__image-container.thumbnail-container {
  background: #fff !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
body#category .product-miniature__quickview-button,
body#category .product-miniature__quickview-touch,
body#category button[data-ps-action="open-quickview"] {
  display: none !important;
}

@media (max-width: 767.98px) {
  /* True full-bleed category shell. This avoids the old situation where a
     100vw list still started 28 px inside an inherited .container. */
  body#category .bw-category-container {
    position: relative !important;
    left: 50% !important;
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  body#category .bw-category-container > .row,
  body#category #center-column,
  body#category #main,
  body#category #content-wrapper {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* Hero keeps a deliberate small edge gutter; listing below uses more width. */
  body#category #js-product-list-header {
    width: 100% !important;
    margin: 0 !important;
    padding: 10px 10px 0 !important;
    box-sizing: border-box !important;
  }
  body#category .bw-category-hero {
    width: 100% !important;
    margin: 0 0 14px !important;
    border-left: 0 !important;
    border-right: 0 !important;
  }

  /* Products and toolbar use virtually all available phone width. */
  body#category #products {
    position: relative !important;
    left: 50% !important;
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    padding: 0 6px 24px !important;
    box-sizing: border-box !important;
    overflow: visible !important;
  }
  body#category #js-product-list,
  body#category #products .products {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  body#category .bw-listing-tools,
  body#category #js-product-list-top {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  /* Amazon-style balance: image about 39%, information gets the larger side.
     Keep cards compact enough to scan while retaining generous touch targets. */
  body#category #products .products {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }
  body#category #products .product-miniature,
  body#category #products .js-product {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  body#category #products .product-miniature__inner {
    display: grid !important;
    grid-template-columns: minmax(126px, 39%) minmax(0, 1fr) !important;
    min-height: 188px !important;
    width: 100% !important;
    margin: 0 !important;
    background: #1d1d1d !important;
    border: 1px solid #5f5f5f !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }
  body#category #products .product-miniature__top {
    grid-column: 1 !important;
    grid-row: 1 !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 188px !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #fff !important;
    border: 0 !important;
    border-radius: 0 !important;
    overflow: hidden !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  body#category #products .product-miniature__image-container,
  body#category #products .product-miniature__image-link,
  body#category #products .product-miniature__image-link.outline,
  body#category #products .product-miniature__image-link.outline--rounded,
  body#category #products .product-miniature__image-container.thumbnail-container,
  body#category #products .product-miniature__image-container picture {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 188px !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #fff !important;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
  }
  body#category #products .product-miniature__image {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 206px !important;
    margin: 0 auto !important;
    padding: 10px 8px !important;
    object-fit: contain !important;
    object-position: 50% 50% !important;
    background: #fff !important;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
  }
  body#category #products .product-miniature__bottom {
    grid-column: 2 !important;
    grid-row: 1 !important;
    min-width: 0 !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 12px 11px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 6px !important;
    background: #1d1d1d !important;
  }
  body#category #products .product-miniature__title {
    margin: 0 0 4px !important;
    min-height: 0 !important;
    font-size: clamp(.96rem, 4.6vw, 1.08rem) !important;
    line-height: 1.24 !important;
    font-weight: 850 !important;
    -webkit-line-clamp: 3 !important;
  }
  body#category #products .product-miniature__variants { margin: 5px 0 !important; }
  body#category #products .product-miniature__price {
    margin-top: 2px !important;
    font-size: 1.15rem !important;
    line-height: 1.2 !important;
  }
  body#category #products .product-miniature__actions {
    margin-top: auto !important;
    padding-top: 8px !important;
  }
  body#category #products .product-miniature__details,
  body#category #products .product-miniature__add {
    min-height: 44px !important;
    padding: 8px 9px !important;
    font-size: .78rem !important;
  }

  /* Mobile breadcrumbs stay edge-to-edge while the text itself keeps a
     readable 14px inset. */
  .breadcrumb__wrapper > .container {
    max-width: none !important;
    padding: 10px 14px !important;
  }
}

@media (max-width: 374.98px) {
  body#category #products .product-miniature__inner {
    grid-template-columns: 122px minmax(0, 1fr) !important;
    min-height: 180px !important;
  }
  body#category #products .product-miniature__top,
  body#category #products .product-miniature__image-container,
  body#category #products .product-miniature__image-link,
  body#category #products .product-miniature__image-container picture {
    min-height: 180px !important;
  }
}

/* =========================================================
   Fesselliebe Branding 1.14.1 – desktop breadcrumb correction
   The Hummingbird breadcrumb already sits directly inside #wrapper.
   Keep it in normal flow on desktop; only the inner container aligns text.
   This removes the over-wide/shifted rail introduced in 1.14.0.
   ========================================================= */
.breadcrumb__wrapper {
  position: relative !important;
  left: auto !important;
  right: auto !important;
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  transform: none !important;
  box-sizing: border-box !important;
}

@media (min-width: 768px) {
  body.brp-dock-enabled > #wrapper > .breadcrumb__wrapper,
  body.brp-dock-enabled > #wrapper .breadcrumb__wrapper {
    left: auto !important;
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    transform: none !important;
  }
  .breadcrumb__wrapper > .container {
    width: 100% !important;
    max-width: var(--bw-max, 1440px) !important;
    margin-inline: auto !important;
    padding-left: var(--bw-gutter, 28px) !important;
    padding-right: var(--bw-gutter, 28px) !important;
  }
  body.brp-dock-enabled .breadcrumb__wrapper > .container {
    padding-right: calc(var(--bw-gutter, 28px) + var(--brp-dock-space, 82px)) !important;
  }
}

@media (max-width: 767.98px) {
  .breadcrumb__wrapper {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    left: auto !important;
  }
  .breadcrumb__wrapper > .container {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 10px 14px !important;
  }
}

/* =========================================================
   Fesselliebe Branding 1.14.2 – mobile category alignment reset
   One full-width owner only. Older nested 100vw/50vw offsets are neutralized.
   ========================================================= */
@media (max-width: 767.98px) {
  body#category,
  body#category #wrapper {
    overflow-x: hidden !important;
  }

  body#category .bw-category-container,
  body#category .columns-container.bw-category-container {
    position: static !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
  }

  body#category .bw-category-container > .row,
  body#category #content-wrapper,
  body#category #center-column,
  body#category #main,
  body#category #js-product-list-header,
  body#category #products,
  body#category #js-product-list,
  body#category #products .products {
    position: static !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
  }

  body#category .bw-category-container > .row,
  body#category #content-wrapper,
  body#category #center-column,
  body#category #main {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* The hero and toolbar get a small readable inset; the product rows can use
     almost the complete device width without any viewport translation. */
  body#category #js-product-list-header {
    padding: 8px 8px 0 !important;
  }
  body#category #products,
  body#category #js-product-list {
    padding-left: 6px !important;
    padding-right: 6px !important;
    padding-bottom: 24px !important;
  }
  body#category #products .products {
    padding: 0 !important;
    gap: 10px !important;
  }

  body#category .bw-category-hero {
    position: static !important;
    left: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 14px !important;
    transform: none !important;
  }

  body#category #products .product-miniature,
  body#category #products .js-product,
  body#category #products .product-miniature__inner {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

/* =========================================================
   Fesselliebe Branding 1.14.3 – definitive mobile category geometry
   Remove inherited Bootstrap column sizing / offsets instead of compensating
   with nested 100vw translations. One owner controls the mobile width.
   ========================================================= */
@media (max-width: 767.98px) {
  body#category,
  body#category #wrapper {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: clip !important;
  }

  body#category .bw-category-container,
  body#category .columns-container.bw-category-container {
    display: block !important;
    position: static !important;
    inset: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
    overflow: visible !important;
  }

  body#category .bw-category-container > .row {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* Facets no longer own a sidebar; kill any residual Bootstrap column sizing. */
  body#category #left-column,
  body#category .left-column {
    display: none !important;
    flex: 0 0 0 !important;
    width: 0 !important;
    max-width: 0 !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body#category #content-wrapper,
  body#category #center-column,
  body#category #main {
    display: block !important;
    float: none !important;
    flex: 0 0 100% !important;
    flex-basis: 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    inset: auto !important;
    transform: none !important;
  }

  /* Hero + controls: small intentional inset. Never use 100vw here. */
  body#category #js-product-list-header {
    position: static !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 8px 8px 0 !important;
    transform: none !important;
    box-sizing: border-box !important;
  }
  body#category .bw-category-hero {
    position: static !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 0 14px !important;
    padding: 0 !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }
  body#category .bw-category-hero__content {
    width: 100% !important;
    max-width: 100% !important;
    padding: 28px 20px !important;
    box-sizing: border-box !important;
  }

  /* Toolbar and list share the exact same x-axis. */
  body#category #products,
  body#category #js-product-list {
    position: static !important;
    float: none !important;
    flex: none !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 6px 24px !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    box-sizing: border-box !important;
    overflow: visible !important;
  }
  body#category .bw-listing-tools,
  body#category #js-product-list-top {
    position: static !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 0 12px !important;
    box-sizing: border-box !important;
  }
  body#category #products .products {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    gap: 10px !important;
  }

  body#category #products .product-miniature,
  body#category #products .js-product,
  body#category #products .product-miniature__inner,
  body#category #products .thumbnail-container {
    float: none !important;
    flex: none !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    transform: none !important;
  }

  /* Balanced Amazon-style row; image gets enough room without squeezing text. */
  body#category #products .product-miniature__inner,
  body#category #products .product-miniature .thumbnail-container {
    display: grid !important;
    grid-template-columns: minmax(128px, 41%) minmax(0, 1fr) !important;
    grid-template-rows: auto !important;
    align-items: stretch !important;
    overflow: hidden !important;
  }
  body#category #products .product-miniature__top,
  body#category #products .product-miniature .thumbnail-top,
  body#category #products .product-miniature .product-thumbnail,
  body#category #products .product-miniature .product-thumbnail a,
  body#category #products .product-miniature .product-thumbnail picture {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    background: #ffffff !important;
  }
  body#category #products .product-miniature__top img,
  body#category #products .product-miniature__image,
  body#category #products .product-miniature .product-thumbnail img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    max-height: none !important;
    object-fit: contain !important;
    object-position: center center !important;
    margin: 0 !important;
    padding: 8px !important;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    background: #ffffff !important;
  }

  /* Quick-view overlays are redundant on touch and were visually read as a dark image frame. */
  body#category #products .product-miniature__quickview,
  body#category #products .product-miniature__quickview-button,
  body#category #products .product-miniature__quickview-touch,
  body#category #products .quick-view,
  body#category #products button[data-ps-action="open-quickview"],
  body#category #products .highlighted-informations {
    display: none !important;
  }
}

/* FESSELLIEBE BLACK RED OVERRIDES — visual layer only, module logic untouched */
:root{
  --bw-bg:#09090b;
  --bw-surface:#141416;
  --bw-text:#f7f5f3;
  --bw-muted:#b9b4b0;
  --bw-accent:#d00032;
  --bw-border:rgba(255,255,255,.12);
}
html,body{background:#09090b;color:#f7f5f3}
body{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
#header,.header-top,.header-nav,.header-top__wrapper,.header-top__inner{background:#09090b!important}
#header a,.header-top a,.header-nav a{transition:color .18s ease,opacity .18s ease}
#header a:hover,.header-top a:hover,.header-nav a:hover{color:#ff4d70!important}
.btn-primary,.btn.btn-primary,.product-add-to-cart .add-to-cart,.cart-content-btn .btn-primary{
  background:#d00032!important;border-color:#d00032!important;color:#fff!important;
  box-shadow:none!important;border-radius:6px!important;
}
.btn-primary:hover,.btn.btn-primary:hover,.product-add-to-cart .add-to-cart:hover,.cart-content-btn .btn-primary:hover{
  background:#a90029!important;border-color:#a90029!important;color:#fff!important;
}
.btn-outline-primary,.btn.btn-outline-primary{border-color:#d00032!important;color:#fff!important;background:transparent!important;border-radius:6px!important}
.btn-outline-primary:hover,.btn.btn-outline-primary:hover{background:#d00032!important;color:#fff!important}
a{accent-color:#d00032}
a:hover{color:#ff4568}
.product-miniature,.card,.block-categories,.faceted-search,.facet,.cart-summary,.checkout-step{
  border-color:rgba(255,255,255,.11)!important;
}
.product-miniature .thumbnail-container,.product-miniature__image,.product-thumbnail{
  border-radius:10px!important;
}
.product-miniature .product-title a,.product-miniature__title a{font-weight:650;letter-spacing:.005em}
.product-flags .product-flag,.badge-primary{background:#d00032!important;color:#fff!important}
.form-control:focus,.form-select:focus,input:focus,select:focus,textarea:focus{border-color:#d00032!important;box-shadow:0 0 0 3px rgba(208,0,50,.2)!important}
.pagination .current a,.pagination .page-item.active .page-link{background:#d00032!important;border-color:#d00032!important;color:#fff!important}
.footer-container,.footer-container footer,#footer{background:#070708!important}
.footer-container a:hover,#footer a:hover{color:#ff4d70!important}
