:root {
  --md24-red: #c1121f;
  --md24-red-dark: #950d16;
  --md24-graphite: #27282c;
  --md24-ink: #17181b;
  --md24-muted: #686b72;
  --md24-line: #e3e5e8;
  --md24-surface: #ffffff;
  --md24-surface-soft: #f5f6f7;
  --md24-success: #177245;
  --md24-radius-sm: 0.5rem;
  --md24-radius: 0.875rem;
  --md24-radius-lg: 1.25rem;
  --md24-shadow-sm: 0 0.25rem 1rem rgba(23, 24, 27, 0.08);
  --md24-shadow: 0 0.75rem 2.25rem rgba(23, 24, 27, 0.12);
  --md24-transition: 180ms ease;
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--md24-ink);
  background: var(--md24-surface);
  font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

a {
  color: var(--md24-ink);
  text-underline-offset: 0.18em;
  text-decoration-thickness: 0.08em;
  transition: color var(--md24-transition), background-color var(--md24-transition), border-color var(--md24-transition);
}

a:hover {
  color: var(--md24-red);
}

:focus-visible {
  outline: 0.1875rem solid var(--md24-red) !important;
  outline-offset: 0.1875rem;
  box-shadow: none !important;
}

::selection {
  color: #fff;
  background: var(--md24-red);
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: var(--md24-ink);
  font-weight: 750;
  line-height: 1.18;
  letter-spacing: -0.025em;
}

h1,
.h1 {
  font-size: clamp(1.75rem, 3vw, 2.75rem);
  margin-bottom: 1.25rem;
}

h2,
.h2 {
  font-size: clamp(1.4rem, 2.2vw, 2rem);
}

.container,
.container-fluid,
#main-wrapper .container {
  max-width: 90rem;
}

.md24-service-bar {
  background: var(--md24-graphite);
  color: #fff;
  font-size: 0.8125rem;
  letter-spacing: 0.01em;
}

.md24-service-bar__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(1rem, 4vw, 3.5rem);
  min-height: 2.25rem;
  padding: 0.4rem 1rem;
}

.md24-service-bar__item {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  white-space: nowrap;
}

.md24-service-bar__item .fas {
  color: #ff5964;
}

header,
#header-top-bar,
#jtl-nav-wrapper {
  background: #fff;
}

#jtl-nav-wrapper {
  border-bottom: 1px solid var(--md24-line);
  box-shadow: 0 0.25rem 1.25rem rgba(23, 24, 27, 0.055);
  transition: box-shadow var(--md24-transition);
}

body.md24-scrolled #jtl-nav-wrapper {
  box-shadow: 0 0.6rem 1.8rem rgba(23, 24, 27, 0.13);
}

.navbar-brand img,
.navbar-brand .img-fluid {
  max-height: 4.25rem;
  width: auto;
  object-fit: contain;
}

#search .form-control,
.search-wrapper .form-control,
.main-search .form-control {
  min-height: 3rem;
  padding-inline: 1rem;
  border: 1px solid #cfd2d7;
  border-radius: var(--md24-radius-sm) 0 0 var(--md24-radius-sm);
  background: var(--md24-surface-soft);
  color: var(--md24-ink);
}

#search .form-control:focus,
.search-wrapper .form-control:focus,
.main-search .form-control:focus {
  border-color: var(--md24-red);
  background: #fff;
  box-shadow: 0 0 0 0.2rem rgba(193, 18, 31, 0.12);
}

#search .btn,
.search-wrapper .input-group-append .btn,
.main-search .input-group-append .btn {
  min-width: 3.25rem;
  border-color: var(--md24-red);
  border-radius: 0 var(--md24-radius-sm) var(--md24-radius-sm) 0;
  background: var(--md24-red);
  color: #fff;
}

#search .btn:hover,
.search-wrapper .input-group-append .btn:hover,
.main-search .input-group-append .btn:hover {
  border-color: var(--md24-red-dark);
  background: var(--md24-red-dark);
}

#mainNavigation,
.category-nav {
  border-top: 1px solid rgba(227, 229, 232, 0.75);
}

#mainNavigation .nav-link,
.category-nav .nav-link {
  position: relative;
  padding-block: 0.9rem;
  color: var(--md24-graphite);
  font-size: 0.9rem;
  font-weight: 650;
}

#mainNavigation .nav-link::after,
.category-nav .nav-link::after {
  border-top-color: currentColor;
}

#mainNavigation .nav-link:hover,
#mainNavigation .nav-link:focus,
.category-nav .nav-link:hover,
.category-nav .nav-link:focus {
  color: var(--md24-red);
}

#mainNavigation .dropdown-menu,
.category-nav .dropdown-menu {
  padding: 0.75rem;
  border: 1px solid var(--md24-line);
  border-radius: var(--md24-radius);
  box-shadow: var(--md24-shadow);
}

#mainNavigation .dropdown-item,
.category-nav .dropdown-item {
  border-radius: 0.4rem;
  font-size: 0.9375rem;
}

#mainNavigation .dropdown-item:hover,
#mainNavigation .dropdown-item:focus,
.category-nav .dropdown-item:hover,
.category-nav .dropdown-item:focus {
  background: #fff1f2;
  color: var(--md24-red-dark);
}

.breadcrumb-wrapper,
.breadcrumb {
  background: transparent;
}

.breadcrumb {
  padding: 0.75rem 0;
  color: var(--md24-muted);
  font-size: 0.8125rem;
}

#main-wrapper {
  min-height: 45vh;
}

#content-wrapper {
  padding-top: clamp(1.25rem, 3vw, 2.5rem);
  padding-bottom: clamp(2.5rem, 6vw, 5rem);
}

.btn {
  min-height: 2.75rem;
  padding: 0.625rem 1.1rem;
  border-radius: var(--md24-radius-sm);
  font-weight: 700;
  transition: transform var(--md24-transition), box-shadow var(--md24-transition), color var(--md24-transition), background-color var(--md24-transition), border-color var(--md24-transition);
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary,
.btn-danger,
.btn-buy,
#add-to-cart .btn-primary {
  border-color: var(--md24-red);
  background: var(--md24-red);
  color: #fff;
  box-shadow: 0 0.35rem 0.85rem rgba(193, 18, 31, 0.2);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-danger:hover,
.btn-buy:hover,
#add-to-cart .btn-primary:hover {
  border-color: var(--md24-red-dark);
  background: var(--md24-red-dark);
  color: #fff;
}

.btn-secondary {
  border-color: var(--md24-graphite);
  background: var(--md24-graphite);
  color: #fff;
}

.btn-outline-primary {
  border-color: var(--md24-red);
  color: var(--md24-red);
}

.btn-outline-primary:hover {
  border-color: var(--md24-red);
  background: var(--md24-red);
  color: #fff;
}

.form-control,
.custom-select,
.bootstrap-select > .dropdown-toggle {
  min-height: 2.75rem;
  border-color: #cfd2d7;
  border-radius: var(--md24-radius-sm);
}

.form-control:focus,
.custom-select:focus {
  border-color: var(--md24-red);
  box-shadow: 0 0 0 0.2rem rgba(193, 18, 31, 0.12);
}

.productbox,
.product-wrapper .productbox {
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--md24-line);
  border-radius: var(--md24-radius);
  background: #fff;
  box-shadow: 0 0.15rem 0.55rem rgba(23, 24, 27, 0.045);
  transition: transform var(--md24-transition), box-shadow var(--md24-transition), border-color var(--md24-transition);
}

.productbox:hover,
.product-wrapper .productbox:hover {
  border-color: #c8cbd0;
  box-shadow: var(--md24-shadow-sm);
  transform: translateY(-0.25rem);
}

.productbox .productbox-image,
.productbox .image-wrapper {
  overflow: hidden;
  background: #fff;
}

.productbox .productbox-image img,
.productbox .image-wrapper img,
.productbox .productbox-image-wrapper-inner img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
  transition: transform 260ms ease;
}

.productbox .square-image .inner,
.productbox .square-image .inner picture {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.productbox .square-image .inner img {
  position: static;
  top: auto;
  left: auto;
  width: auto;
  height: auto;
  max-width: calc(100% - 2rem);
  max-height: calc(100% - 2rem);
  margin: auto;
  transform: none;
  object-fit: contain;
  object-position: center;
}

.productbox:hover .productbox-image img,
.productbox:hover .image-wrapper img {
  transform: scale(1.035);
}

.productbox:hover .square-image .inner img {
  transform: scale(1.035);
}

@media (min-width: 768px) {
  .productbox.productbox-hover:hover .productbox-ribbon.ribbon,
  .productbox.productbox-hover:focus .productbox-ribbon.ribbon,
  .productbox.productbox-hover.focus .productbox-ribbon.ribbon {
    top: 1rem;
    left: -0.5rem;
  }
}

.productbox .md24-primary-preview img {
  opacity: 1 !important;
  visibility: visible !important;
}

.productbox .caption {
  padding: 1rem;
}

.productbox .productbox-inner > .row {
  margin-right: 0;
  margin-left: 0;
}

.productbox .productbox-inner > .row > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.productbox .productbox-inner > .row > [class*="col-"]:last-child {
  padding-top: 0.75rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
}

.productbox .productbox-title,
.productbox .title,
.productbox .caption > a {
  color: var(--md24-ink);
  font-size: 0.965rem;
  font-weight: 680;
  line-height: 1.38;
  text-decoration: none;
}

.productbox .price,
.productbox .productbox-price,
.price.h1,
.price_wrapper .price {
  color: var(--md24-red-dark);
  font-weight: 800;
  letter-spacing: -0.02em;
}

.productbox del,
.old-price,
.price-note {
  color: var(--md24-muted);
}

.ribbon,
.badge-primary,
.badge-danger {
  border-radius: 999px;
  background: var(--md24-red) !important;
  color: #fff;
  font-weight: 750;
}

.item-slider .slick-track,
.product-slider .slick-track {
  display: flex;
}

.item-slider .slick-slide,
.product-slider .slick-slide {
  height: auto;
  padding: 0.45rem;
}

.slick-prev,
.slick-next {
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid var(--md24-line);
  border-radius: 50%;
  background: #fff;
  box-shadow: var(--md24-shadow-sm);
}

.hr-sect,
.opc-Container h2,
.product-slider-wrapper > h2 {
  margin-block: 2rem 1.25rem;
  color: var(--md24-ink);
  font-weight: 800;
  text-align: left;
}

.hr-sect::before,
.hr-sect::after {
  border-color: var(--md24-line);
}

.product-detail .product-info,
.product-detail .product-buy,
#add-to-cart {
  border-radius: var(--md24-radius-lg);
}

.product-detail .product-info-inner,
.product-detail .product-buy {
  padding: clamp(1rem, 2.5vw, 1.75rem);
}

.product-detail .product-title,
.product-detail h1 {
  max-width: 48rem;
}

.product-detail #gallery img,
#image_wrapper img {
  object-fit: contain;
}

.delivery-status .status-0,
.delivery-status .status-1,
.delivery-status .status-2,
.delivery-status .status-3,
.delivery-status .status-4 {
  font-weight: 700;
}

.delivery-status .status-0,
.delivery-status .status-1 {
  color: var(--md24-success);
}

.nav-tabs {
  gap: 0.35rem;
  border-bottom-color: var(--md24-line);
}

.nav-tabs .nav-link {
  border: 0;
  border-bottom: 0.1875rem solid transparent;
  color: var(--md24-muted);
  font-weight: 700;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  border-bottom-color: var(--md24-red);
  background: transparent;
  color: var(--md24-ink);
}

.card,
.alert,
.modal-content,
.dropdown-menu {
  border-color: var(--md24-line);
  border-radius: var(--md24-radius);
}

.card {
  box-shadow: 0 0.15rem 0.65rem rgba(23, 24, 27, 0.045);
}

.alert {
  border-left-width: 0.3rem;
}

.productlist-filter-wrapper,
.box-filter,
.sidebar .box {
  border: 1px solid var(--md24-line);
  border-radius: var(--md24-radius);
  background: #fff;
}

.sidepanel-left .box-categories {
  overflow: hidden;
  padding: 0;
  border: 1px solid var(--md24-line);
  border-radius: var(--md24-radius);
  background: #fff;
  box-shadow: var(--md24-shadow-sm);
}

.sidepanel-left .box-categories .productlist-filter-headline,
.sidepanel-left .box-categories .box-normal-link {
  margin: 0;
  padding: 1rem 1.1rem;
  border-bottom: 1px solid var(--md24-line);
  background: linear-gradient(135deg, #fff 0%, var(--md24-surface-soft) 100%);
  color: var(--md24-ink);
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: -0.015em;
  text-decoration: none;
}

.sidepanel-left .box-categories .nav-panel {
  padding: 0.65rem;
}

.sidepanel-left .box-categories .nav-link {
  min-height: 2.6rem;
  margin: 0.08rem 0;
  padding: 0.58rem 0.7rem;
  border: 0;
  border-radius: 0.5rem;
  color: #303238;
  line-height: 1.32;
  transition: color var(--md24-transition), background-color var(--md24-transition), transform var(--md24-transition);
}

.sidepanel-left .box-categories .nav-link > a {
  color: inherit;
  text-decoration: none;
}

.sidepanel-left .box-categories .nav-link:hover,
.sidepanel-left .box-categories .nav-link:focus-within {
  background: #fff1f2;
  color: var(--md24-red-dark);
  transform: translateX(0.15rem);
}

.sidepanel-left .box-categories .nav-item.active > .nav-link {
  border: 1px solid #f0c8cb;
  background: #fff1f2;
  color: var(--md24-red-dark);
  font-weight: 800;
  box-shadow: none;
}

.sidepanel-left .box-categories .snippets-categories-collapse .nav-item.active > .nav-link {
  border-color: var(--md24-red);
  background: var(--md24-red);
  color: #fff;
}

.sidepanel-left .box-categories .nav-item.active > .nav-link:hover,
.sidepanel-left .box-categories .nav-item.active > .nav-link:focus-within {
  transform: none;
}

.sidepanel-left .box-categories .snippets-categories-collapse {
  margin: 0.2rem 0 0.45rem;
  padding: 0.25rem 0.3rem 0.35rem;
  border-radius: 0.55rem;
  background: var(--md24-surface-soft);
}

.sidepanel-left .box-categories .snippets-categories-nav-link-child {
  padding-left: 0.85rem;
  font-size: 0.94rem;
}

.sidepanel-left .box-categories .box-normal-hr {
  display: none;
}

.md24-product-with-sidebar #content > .container {
  max-width: none;
  padding-right: 0;
  padding-left: 0;
}

.pagination .page-link {
  min-width: 2.5rem;
  margin-inline: 0.12rem;
  border-color: var(--md24-line);
  border-radius: var(--md24-radius-sm);
  color: var(--md24-ink);
  text-align: center;
}

.pagination .page-item.active .page-link {
  border-color: var(--md24-red);
  background: var(--md24-red);
  color: #fff;
}

.table {
  border-color: var(--md24-line);
}

.table thead th {
  border-bottom-width: 1px;
  background: var(--md24-surface-soft);
  color: var(--md24-graphite);
  font-weight: 750;
}

.snippets-suggestion {
  border-bottom: 1px solid var(--md24-line);
  background: #fff;
}

.snippets-suggestion:last-child {
  border-bottom: 0;
}

.snippets-suggestion a {
  display: flex;
  align-items: center;
  min-height: 2.75rem;
  padding: 0.65rem 0.85rem;
  color: var(--md24-ink);
  font-weight: 650;
  text-decoration: none;
}

.snippets-suggestion a:hover,
.snippets-suggestion a:focus {
  background: #fff1f2;
  color: var(--md24-red-dark);
}

.snippets-suggestion img,
.snippets-suggestion picture,
.snippets-suggestion .image,
.snippets-suggestion .placeholder {
  display: none !important;
}

.snippets-suggestion .badge {
  margin-left: auto;
}

.tt-menu,
.tt-dropdown-menu,
.ac_results {
  overflow: hidden;
  border: 1px solid var(--md24-line);
  border-radius: var(--md24-radius);
  background: #fff;
  box-shadow: var(--md24-shadow);
}

footer,
#footer {
  position: relative;
  left: 50%;
  width: 100vw;
  max-width: none !important;
  margin-right: -50vw;
  margin-left: -50vw;
  border-top: 0.25rem solid var(--md24-red);
  background: #f1f2f4;
  color: #34363b;
}

#footer > .container {
  width: 100%;
  max-width: 100rem;
}

footer h2,
footer h3,
footer h4,
footer .h5,
#footer h2,
#footer h3,
#footer h4 {
  color: var(--md24-ink);
}

footer a,
#footer a,
#footer a:not(.btn),
#footer .productlist-filter-headline,
#footer .newsletter-footer-heading,
#footer .card .card-title {
  color: #45474d;
}

footer a:hover,
#footer a:hover,
#footer a:not(.btn):hover {
  color: var(--md24-red-dark);
}

footer .form-control,
#footer .form-control {
  border-color: #55575e;
  background: #fff;
  color: var(--md24-ink);
}

#footer #footer-boxes > [class*="col-"] {
  margin-bottom: 1.25rem;
}

#footer #footer-boxes .box {
  height: 100%;
  padding: 1rem;
  border: 1px solid #dfe1e5;
  border-radius: var(--md24-radius);
  background: rgba(255, 255, 255, 0.72);
}

#footer #footer-boxes .box .productlist-filter-headline,
#footer #footer-boxes .box .card-title,
#footer #footer-boxes .box h3,
#footer #footer-boxes .box h4 {
  padding-bottom: 0.6rem;
  border-bottom: 0.125rem solid rgba(193, 18, 31, 0.22);
}

#footer .footnote-vat {
  color: #55585f;
}

#footer .withdrawal-link,
#footer .withdrawal-link:link,
#footer .withdrawal-link:visited,
#footer .withdrawal-link:hover,
#footer .withdrawal-link:focus {
  border-color: var(--md24-red);
  background: var(--md24-red);
  color: #fff !important;
  text-decoration: none;
}

#footer .withdrawal-link:hover,
#footer .withdrawal-link:focus {
  border-color: var(--md24-red-dark);
  background: var(--md24-red-dark);
}

#copyright,
.copyright,
.footer-copyright {
  border-top: 0;
  background: #42444a;
  color: #fff;
}

#copyright a,
#copyright a:not(.btn),
#copyright #system-credits a {
  color: #fff;
}

#copyright a:hover,
#copyright a:not(.btn):hover {
  color: #ff9aa1;
}

#header-top-bar .topbar-main .nav-link,
#header-top-bar .topbar-note .nav-link {
  font-size: 0.8rem;
  line-height: 1.25;
}

/* Suchbegriffe: Bildspalte vollständig entfernen, Produkt- und Kategorienbilder beibehalten */
.md24-keyword-suggestion .md24-keyword-media,
.md24-keyword-suggestion img,
.md24-keyword-suggestion picture {
  display: none !important;
}

.md24-keyword-suggestion {
  padding-left: 0 !important;
  margin-left: 0 !important;
}

.md24-keyword-suggestion > a {
  width: 100%;
}

/* Variationsauswahl auf Artikeldetailseiten */
#buy_form .variations .variation-wrapper > dt,
.product-detail .variations .variation-wrapper > dt {
  margin-bottom: 0.65rem;
  color: var(--md24-ink);
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.01em;
}

#buy_form .variations .variation-wrapper > dd,
.product-detail .variations .variation-wrapper > dd {
  display: block;
}

#buy_form .variations .variation-wrapper .custom-radio,
.product-detail .variations .variation-wrapper .custom-radio {
  width: 100%;
  max-width: 34rem;
  min-width: 0;
  margin: 0 0 0.6rem;
  padding-left: 0;
}

#buy_form .variations .variation-wrapper .custom-radio .custom-control-label,
.product-detail .variations .variation-wrapper .custom-radio .custom-control-label {
  align-items: center;
  width: 100%;
  min-height: 2.9rem;
  padding: 0.7rem 0.9rem 0.7rem 2.55rem;
  border: 1px solid #d5d8dd;
  border-radius: 0.65rem;
  background: #fff;
  color: var(--md24-ink);
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
  transition: border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

#buy_form .variations .variation-wrapper .custom-radio .custom-control-label::before,
#buy_form .variations .variation-wrapper .custom-radio .custom-control-label::after,
.product-detail .variations .variation-wrapper .custom-radio .custom-control-label::before,
.product-detail .variations .variation-wrapper .custom-radio .custom-control-label::after {
  top: 50%;
  left: 0.95rem;
  transform: translateY(-50%);
}

#buy_form .variations .variation-wrapper .custom-radio .custom-control-input:checked ~ .custom-control-label,
.product-detail .variations .variation-wrapper .custom-radio .custom-control-input:checked ~ .custom-control-label {
  border-color: var(--md24-red);
  background: rgba(193, 18, 31, 0.07);
  color: var(--md24-red-dark);
  box-shadow: 0 0 0 0.15rem rgba(193, 18, 31, 0.12);
}

#buy_form .variations .variation-wrapper .custom-radio .custom-control-input:focus ~ .custom-control-label,
.product-detail .variations .variation-wrapper .custom-radio .custom-control-input:focus ~ .custom-control-label {
  border-color: var(--md24-red);
  box-shadow: 0 0 0 0.2rem rgba(193, 18, 31, 0.16);
}

#buy_form .variations .variation-wrapper .custom-radio .badge,
.product-detail .variations .variation-wrapper .custom-radio .badge {
  margin-left: 0.5rem;
}

/* Gleichmäßige Mengenauswahl ohne verschobene Plus-/Minusfelder */
#quantity-grp.form-counter {
  display: grid;
  grid-template-columns: 3rem minmax(2.5rem, 1fr) 3.5rem 3rem;
  width: 100%;
  min-width: 12rem;
  min-height: 3.25rem;
  overflow: hidden;
  border: 1px solid #c9cdd3;
  border-radius: 0.65rem;
  background: #fff;
}

#quantity-grp .input-group-prepend,
#quantity-grp .input-group-append {
  display: contents;
  margin: 0;
}

#quantity-grp .input-group-prepend .btn,
#quantity-grp .input-group-append .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 3rem;
  width: 3rem;
  min-width: 3rem;
  min-height: 3.25rem;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: #f3f4f6;
  color: #34373d;
}

#quantity-grp .input-group-prepend .btn {
  grid-column: 1;
  border-right: 1px solid #e1e3e6;
}

#quantity-grp .input-group-append .btn {
  grid-column: 4;
  border-left: 1px solid #e1e3e6;
}

#quantity-grp .input-group-prepend .btn:hover,
#quantity-grp .input-group-append .btn:hover,
#quantity-grp .input-group-prepend .btn:focus,
#quantity-grp .input-group-append .btn:focus {
  background: var(--md24-red);
  color: #fff;
}

#quantity-grp .quantity {
  grid-column: 2;
  width: 100%;
  min-width: 0;
  height: 3.25rem;
  padding: 0.5rem;
  border: 0;
  border-radius: 0;
  background: #fff;
  font-weight: 700;
  text-align: center;
  box-shadow: none;
}

#quantity-grp .quantity::-webkit-inner-spin-button,
#quantity-grp .quantity::-webkit-outer-spin-button {
  margin: 0;
  appearance: none;
}

#quantity-grp .unit.form-control {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  grid-column: 3;
  width: 3.5rem;
  min-width: 3.5rem;
  max-width: 3.5rem;
  height: 3.25rem;
  padding: 0.5rem 0.75rem;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: #fff;
  font-weight: 700;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#add-to-cart .basket-form-inline > .col-sm-6 {
  flex: 1 1 17rem;
  max-width: 100%;
  margin-bottom: 0.75rem;
}

/* Kompaktes Mega-Menü ausschließlich für die Hauptkategorie Arbeitsschutz (Kategorie-ID 9) */
@media (min-width: 992px) {
  #category-dropdown-9 .subcategory-wrapper > .row {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    align-items: start;
    gap: 1rem;
    margin: 0;
  }

  #category-dropdown-9 .subcategory-wrapper > .row > .nav-item {
    flex: none;
    width: auto;
    max-width: none;
    padding: 0;
  }

  #category-dropdown-9 .subcategory-wrapper > .row > .nav-item:nth-child(2) {
    grid-column: 1 / -1;
  }

  #category-dropdown-9 .subcategory-wrapper > .row > .nav-item > .submenu-headline-toplevel {
    min-height: 3.2rem;
    padding: 0.9rem 1rem;
    border: 1px solid var(--md24-line);
    border-radius: 0.65rem;
    background: #fff;
    color: var(--md24-ink);
    font-weight: 750;
    text-decoration: none;
    box-shadow: 0 0.35rem 1rem rgba(24, 28, 35, 0.06);
  }

  #category-dropdown-9 .subcategory-wrapper > .row > .nav-item > .submenu-headline-toplevel:hover,
  #category-dropdown-9 .subcategory-wrapper > .row > .nav-item > .submenu-headline-toplevel:focus {
    border-color: rgba(193, 18, 31, 0.35);
    background: #fff1f2;
    color: var(--md24-red-dark);
  }

  #category-dropdown-9 .subcategory-wrapper > .row > .nav-item:nth-child(2) > .categories-recursive-dropdown {
    position: static;
    display: block !important;
    width: auto;
    min-width: 0;
    margin: 0.75rem 0 0;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    transform: none;
  }

  #category-dropdown-9 .subcategory-wrapper > .row > .nav-item:nth-child(2) > .categories-recursive-dropdown > ul {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.5rem;
    margin: 0;
    padding: 0;
  }

  #category-dropdown-9 .categories-recursive-dropdown > ul > .nav-item > .nav-link {
    display: block;
    min-height: 2.75rem;
    padding: 0.65rem 0.75rem;
    border-radius: 0.45rem;
    background: #f5f6f8;
    color: var(--md24-graphite);
    font-size: 0.9rem;
    text-decoration: none;
  }

  #category-dropdown-9 .categories-recursive-dropdown > ul > .nav-item > .nav-link:hover,
  #category-dropdown-9 .categories-recursive-dropdown > ul > .nav-item > .nav-link:focus {
    background: #fff1f2;
    color: var(--md24-red-dark);
  }
}

@media (min-width: 992px) and (max-width: 1399.98px) {
  #category-dropdown-9 .subcategory-wrapper > .row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  #category-dropdown-9 .subcategory-wrapper > .row > .nav-item:nth-child(2) > .categories-recursive-dropdown > ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .md24-service-bar__inner {
    justify-content: flex-start;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .md24-service-bar__inner::-webkit-scrollbar {
    display: none;
  }

  .navbar-brand img,
  .navbar-brand .img-fluid {
    max-height: 3rem;
    max-width: min(58vw, 19rem);
  }

  #mainNavigation,
  .category-nav {
    border-top: 0;
  }

  #mainNavigation .navbar-nav {
    padding: 0.75rem;
  }

  #mainNavigation .nav-link {
    min-height: 2.8rem;
    padding: 0.7rem 0.85rem;
    border-radius: var(--md24-radius-sm);
  }

  .sidepanel-left .box-categories {
    margin-top: 1rem;
  }
}

@media (min-width: 1600px) {
  .container,
  .container-fluid,
  #main-wrapper .container {
    max-width: 108rem;
  }

  .has-left-sidebar #content > .row > .col-xl-9 {
    flex: 0 0 82%;
    max-width: 82%;
  }

  .has-left-sidebar #sidepanel_left.col-xl-3 {
    flex: 0 0 18%;
    max-width: 18%;
    padding-right: 2rem;
  }

  #footer > .container {
    max-width: 108rem;
  }
}

@media (max-width: 575.98px) {
  body {
    font-size: 0.9375rem;
  }

  .md24-service-bar__inner {
    min-height: 2rem;
    padding-inline: 0.75rem;
  }

  .md24-service-bar__item:nth-child(3) {
    display: none;
  }

  #content-wrapper {
    padding-top: 1rem;
  }

  .productbox .caption {
    padding: 0.75rem;
  }

  .productbox .productbox-inner > .row > [class*="col-"]:last-child {
    padding-top: 0.6rem;
    padding-right: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 0.75rem;
  }

  .productbox .productbox-title,
  .productbox .title,
  .productbox .caption > a {
    font-size: 0.875rem;
  }

  .btn {
    min-height: 2.875rem;
  }
}

/* ================================================================
   Native JTL OnPage Composer homepage (no HTML portlet required)
   ================================================================ */
.md24-opc-hero.opc-Container {
  width: 100%;
  max-width: none;
  min-height: clamp(36rem,58vw,50rem);
  padding: 0;
  color: #17191d;
  background-image:
    linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.93) 34%,rgba(255,255,255,.28) 62%,rgba(255,255,255,.04) 100%),
    url('/templates/MalerDiscount24/Composer-Startseite/assets/md24-hero-malerbedarf.png');
  background-position: center, center;
  background-repeat: no-repeat;
  background-size: cover;
}

.md24-opc-hero__content.opc-Container {
  width: min(100% - 3rem,108rem);
  max-width: 108rem;
  min-height: clamp(36rem,58vw,50rem);
  margin: 0 auto;
  padding: clamp(4rem,8vw,8rem) 0;
  background: transparent;
}

.md24-opc-hero__content > div {
  max-width: 42rem;
}

.md24-opc-hero__title {
  max-width: 42rem;
  margin: .45rem 0 1.25rem;
  font-size: clamp(2.7rem,4.5vw,5rem);
  line-height: .98;
  letter-spacing: -.045em;
}

.md24-opc-hero__lead {
  max-width: 38rem;
  margin-bottom: 1.65rem;
  color: #474b52;
  font-size: clamp(1.05rem,1.5vw,1.3rem);
  line-height: 1.65;
}

.md24-opc-actions.opc-Container {
  width: auto;
  max-width: none;
  padding: 0;
  background: transparent;
}

.md24-opc-actions > div {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
}

.md24-opc-btn.opc-Button {
  display: inline-block;
  margin: 0;
}

.md24-opc-btn.opc-Button .btn {
  min-height: 3.25rem;
  padding: .85rem 1.35rem;
  border: 2px solid #c8101e;
  border-radius: .55rem;
  background: #c8101e;
  box-shadow: 0 .55rem 1.25rem rgba(200,16,30,.2);
  color: #fff;
  font-weight: 700;
}

.md24-opc-btn--secondary.opc-Button .btn {
  border-color: #25282e;
  background: rgba(255,255,255,.9);
  box-shadow: none;
  color: #25282e;
}

.md24-opc-btn--light.opc-Button .btn {
  border-color: #fff;
  background: #fff;
  box-shadow: none;
  color: #b10e1a;
}

.md24-opc-trust.row {
  width: min(100% - 3rem,108rem);
  margin: -2.5rem auto 0;
  padding: 0;
  position: relative;
  z-index: 2;
  border: 1px solid #e3e5e8;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 1rem 2.5rem rgba(25,29,35,.1);
  overflow: hidden;
}

.md24-opc-trust.row > [class*="col"] {
  padding: 0;
}

.md24-opc-trust__item {
  height: 100%;
  min-height: 7rem;
  margin: 0;
  padding: 1.35rem 1.5rem;
  border-right: 1px solid #e7e8eb;
  color: #5b5f66;
  line-height: 1.45;
}

.md24-opc-trust.row > [class*="col"]:last-child .md24-opc-trust__item {
  border-right: 0;
}

.md24-opc-trust__item strong {
  display: block;
  margin-bottom: .2rem;
  color: #202329;
  font-size: 1.05rem;
}

.md24-opc-section.opc-Container,
.md24-opc-inner.opc-Container {
  width: min(100% - 3rem,108rem);
  max-width: 108rem;
  margin: 0 auto;
  padding: clamp(4rem,7vw,7rem) 0;
  background: transparent;
}

.md24-opc-intro {
  max-width: 47rem;
  margin-bottom: 2rem;
  color: #62666d;
  font-size: 1.08rem;
  line-height: 1.65;
}

.md24-opc-category-grid.row,
.md24-opc-project-grid.row {
  margin-bottom: 1rem;
  row-gap: 1rem;
}

.md24-opc-category-grid.row > [class*="col"],
.md24-opc-project-grid.row > [class*="col"] {
  display: flex;
}

.md24-opc-category-card.card,
.md24-opc-project-card.card {
  width: 100%;
  height: 100%;
  border: 1px solid #e0e2e6;
  border-radius: .9rem;
  box-shadow: 0 .45rem 1.3rem rgba(25,29,35,.06);
  overflow: hidden;
  transition: transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}

.md24-opc-category-card.card:hover,
.md24-opc-project-card.card:hover {
  transform: translateY(-3px);
  border-color: #e6a7ad;
  box-shadow: 0 .8rem 1.8rem rgba(25,29,35,.11);
}

.md24-opc-category-card .card-body,
.md24-opc-project-card .card-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 13rem;
  padding: 1.5rem;
}

.md24-opc-category-card .opc-Button,
.md24-opc-project-card .opc-Button {
  margin-top: auto;
}

.md24-opc-projects.opc-Container {
  width: 100%;
  max-width: none;
  padding: 0;
  background: #f1f3f5;
}

.md24-opc-projects .md24-opc-inner.opc-Container {
  padding-top: clamp(4rem,7vw,6rem);
  padding-bottom: clamp(4rem,7vw,6rem);
}

.md24-opc-project-card .card-body {
  min-height: 11rem;
  background: #fff;
}

.md24-opc-sale.opc-Container {
  width: min(100% - 3rem,108rem);
  max-width: 108rem;
  margin: clamp(3rem,6vw,6rem) auto;
  padding: clamp(2rem,5vw,4rem);
  border-radius: 1.1rem;
  background: linear-gradient(125deg,#22252b 0%,#333740 76%,#c8101e 76%,#9e0d18 100%);
  box-shadow: 0 1rem 2.5rem rgba(25,29,35,.15);
  color: #fff;
}

.md24-opc-sale h2,
.md24-opc-sale p {
  max-width: 48rem;
  color: #fff;
}

.md24-opc-seo.row {
  align-items: flex-start;
  row-gap: 2rem;
}

@media (max-width: 991.98px) {
  .md24-opc-hero.opc-Container {
    min-height: 41rem;
    background-image:
      linear-gradient(180deg,rgba(255,255,255,.99) 0%,rgba(255,255,255,.9) 48%,rgba(255,255,255,.08) 78%),
      url('/templates/MalerDiscount24/Composer-Startseite/assets/md24-hero-malerbedarf.png');
    background-position: center,68% center;
  }

  .md24-opc-hero__content.opc-Container {
    min-height: 41rem;
    padding-top: 3.5rem;
  }

  .md24-opc-trust__item {
    border-bottom: 1px solid #e7e8eb;
  }
}

@media (max-width: 575.98px) {
  .md24-opc-hero__content.opc-Container,
  .md24-opc-section.opc-Container,
  .md24-opc-inner.opc-Container,
  .md24-opc-trust.row,
  .md24-opc-sale.opc-Container {
    width: min(100% - 1.25rem,108rem);
  }

  .md24-opc-hero__title {
    font-size: clamp(2.4rem,12vw,3.25rem);
  }

  .md24-opc-actions > div,
  .md24-opc-btn.opc-Button,
  .md24-opc-btn.opc-Button .btn {
    width: 100%;
  }

  .md24-opc-trust.row {
    margin-top: -1.5rem;
  }

  .md24-opc-trust__item {
    min-height: 0;
    border-right: 0;
  }

  .md24-opc-sale.opc-Container {
    background: linear-gradient(145deg,#24272d 0%,#343840 74%,#c8101e 74%,#9f0f1a 100%);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* ==========================================================
   Maler-Discount24 Startseite – JTL OnPage Composer
   ========================================================== */
.md24-home-section {
  margin-block: clamp(2.5rem, 5vw, 5.5rem);
}

.md24-home-shell {
  width: min(100% - 2rem, 108rem);
  margin-inline: auto;
}

.md24-home-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 0.8rem;
  color: var(--md24-red-dark);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.md24-home-title {
  max-width: 48rem;
  margin: 0 0 0.8rem;
  color: var(--md24-ink);
  font-size: clamp(1.7rem, 3vw, 2.75rem);
  line-height: 1.12;
}

.md24-home-intro {
  max-width: 50rem;
  margin: 0;
  color: var(--md24-muted);
  font-size: clamp(1rem, 1.4vw, 1.15rem);
  line-height: 1.7;
}

.md24-home-hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: clamp(31rem, 48vw, 44rem);
  overflow: hidden;
  border-radius: 0 0 clamp(1.5rem, 4vw, 3rem) clamp(1.5rem, 4vw, 3rem);
  background-image:
    linear-gradient(90deg, rgba(255,255,255,0.99) 0%, rgba(255,255,255,0.96) 34%, rgba(255,255,255,0.3) 61%, rgba(255,255,255,0) 76%),
    url('/templates/MalerDiscount24/Composer-Startseite/assets/md24-hero-malerbedarf.png');
  background-position: center, center;
  background-size: cover;
  box-shadow: inset 0 -1px 0 rgba(28,31,36,0.08);
}

.md24-home-hero__content {
  position: relative;
  z-index: 1;
  width: min(100% - 2rem, 108rem);
  margin-inline: auto;
}

.md24-home-hero__copy {
  max-width: 43rem;
  padding-block: 4rem;
}

.md24-home-hero h1 {
  margin: 0 0 1.15rem;
  color: #17191d;
  font-size: clamp(2.25rem, 5vw, 4.6rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.md24-home-hero__lead {
  max-width: 38rem;
  margin: 0 0 1.6rem;
  color: #4e5259;
  font-size: clamp(1.05rem, 1.65vw, 1.3rem);
  line-height: 1.65;
}

.md24-home-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.md24-home-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.25rem;
  padding: 0.8rem 1.3rem;
  border: 1px solid var(--md24-red);
  border-radius: 0.65rem;
  background: var(--md24-red);
  color: #fff !important;
  font-weight: 750;
  text-decoration: none !important;
  box-shadow: 0 0.55rem 1.3rem rgba(193,18,31,0.18);
}

.md24-home-btn:hover,
.md24-home-btn:focus {
  border-color: var(--md24-red-dark);
  background: var(--md24-red-dark);
}

.md24-home-btn--secondary {
  border-color: #d0d3d8;
  background: rgba(255,255,255,0.88);
  color: var(--md24-ink) !important;
  box-shadow: none;
}

.md24-home-btn--secondary:hover,
.md24-home-btn--secondary:focus {
  border-color: #aeb2b9;
  background: #fff;
  color: var(--md24-red-dark) !important;
}

.md24-home-trust {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  width: min(100% - 2rem, 92rem);
  margin: -2.2rem auto 0;
  padding: 0.5rem;
  border: 1px solid var(--md24-line);
  border-radius: 1rem;
  background: rgba(255,255,255,0.96);
  box-shadow: 0 1rem 2.5rem rgba(24,28,35,0.1);
}

.md24-home-trust__item {
  padding: 1rem 1.2rem;
  border-right: 1px solid #e7e8eb;
}

.md24-home-trust__item:last-child {
  border-right: 0;
}

.md24-home-trust strong,
.md24-home-trust span {
  display: block;
}

.md24-home-trust strong {
  color: var(--md24-ink);
  font-size: 0.98rem;
}

.md24-home-trust span {
  margin-top: 0.2rem;
  color: var(--md24-muted);
  font-size: 0.83rem;
}

.md24-home-category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 1rem;
  margin-top: 1.7rem;
}

.md24-home-category {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 12rem;
  overflow: hidden;
  padding: 1.25rem;
  border: 1px solid #e1e3e7;
  border-radius: 1rem;
  background: linear-gradient(145deg,#fff 35%,#f1f2f4 100%);
  color: var(--md24-ink) !important;
  text-decoration: none !important;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.md24-home-category::before {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 4.75rem;
  height: 4.75rem;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%,#fff 0 16%,#e6e8eb 17% 100%);
  content: '';
}

.md24-home-category::after {
  position: absolute;
  top: 2.15rem;
  right: 2.15rem;
  width: 2.45rem;
  height: 2.45rem;
  border: 0.42rem solid rgba(193,18,31,0.78);
  border-radius: 0.35rem;
  content: '';
  transform: rotate(-8deg);
}

.md24-home-category:hover,
.md24-home-category:focus {
  border-color: rgba(193,18,31,0.35);
  box-shadow: 0 1rem 2rem rgba(24,28,35,0.1);
  transform: translateY(-0.25rem);
}

.md24-home-category small {
  position: relative;
  z-index: 1;
  margin-bottom: 0.3rem;
  color: var(--md24-red-dark);
  font-weight: 750;
}

.md24-home-category strong {
  position: relative;
  z-index: 1;
  max-width: 13rem;
  font-size: 1.08rem;
  line-height: 1.25;
}

.md24-home-projects {
  padding-block: clamp(2.5rem,5vw,5rem);
  background: #f3f4f6;
}

.md24-home-project-grid {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 1rem;
  margin-top: 1.75rem;
}

.md24-home-project {
  padding: 1.4rem;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 0.45rem 1.4rem rgba(24,28,35,0.06);
}

.md24-home-project__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  margin-bottom: 1rem;
  border-radius: 50%;
  background: #fff1f2;
  color: var(--md24-red-dark);
  font-weight: 800;
}

.md24-home-project h3 {
  margin: 0 0 0.5rem;
  color: var(--md24-ink);
  font-size: 1.15rem;
}

.md24-home-project p {
  margin: 0 0 0.85rem;
  color: var(--md24-muted);
  line-height: 1.55;
}

.md24-home-project a {
  color: var(--md24-red-dark);
  font-weight: 750;
}

.md24-home-sale {
  display: grid;
  grid-template-columns: minmax(0,1.4fr) minmax(15rem,0.6fr);
  align-items: center;
  gap: 2rem;
  padding: clamp(2rem,4vw,3.5rem);
  overflow: hidden;
  border-radius: 1.25rem;
  background: linear-gradient(125deg,#24272d 0%,#343840 62%,#c1121f 62%,#9f0f1a 100%);
  color: #fff;
}

.md24-home-sale h2 {
  margin: 0 0 0.7rem;
  color: #fff;
  font-size: clamp(1.7rem,3vw,2.7rem);
}

.md24-home-sale p {
  max-width: 45rem;
  margin: 0;
  color: rgba(255,255,255,0.78);
  line-height: 1.65;
}

.md24-home-sale__action {
  text-align: center;
}

.md24-home-sale__action .md24-home-btn {
  border-color: #fff;
  background: #fff;
  color: #9f0f1a !important;
  box-shadow: none;
}

.md24-home-seo-grid {
  display: grid;
  grid-template-columns: minmax(0,1.15fr) minmax(19rem,0.85fr);
  gap: clamp(2rem,5vw,5rem);
  align-items: start;
}

.md24-home-seo-copy p {
  color: #555961;
  line-height: 1.75;
}

.md24-home-faq details {
  margin-bottom: 0.65rem;
  border: 1px solid #e0e2e6;
  border-radius: 0.7rem;
  background: #fff;
}

.md24-home-faq summary {
  padding: 1rem 1.1rem;
  color: var(--md24-ink);
  font-weight: 750;
  cursor: pointer;
}

.md24-home-faq details p {
  margin: 0;
  padding: 0 1.1rem 1rem;
  color: var(--md24-muted);
  line-height: 1.6;
}

@media (max-width: 991.98px) {
  .md24-home-hero {
    min-height: 39rem;
    background-image:
      linear-gradient(180deg,rgba(255,255,255,0.99) 0%,rgba(255,255,255,0.92) 48%,rgba(255,255,255,0.08) 78%),
      url('/templates/MalerDiscount24/Composer-Startseite/assets/md24-hero-malerbedarf.png');
    background-position: center, 68% center;
  }

  .md24-home-hero__copy {
    max-width: 37rem;
    align-self: flex-start;
    padding-top: 3rem;
  }

  .md24-home-trust,
  .md24-home-category-grid,
  .md24-home-project-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }

  .md24-home-trust__item:nth-child(2) {
    border-right: 0;
  }

  .md24-home-trust__item:nth-child(-n+2) {
    border-bottom: 1px solid #e7e8eb;
  }

  .md24-home-sale,
  .md24-home-seo-grid {
    grid-template-columns: 1fr;
  }

  .md24-home-sale__action {
    text-align: left;
  }
}

@media (max-width: 575.98px) {
  .md24-home-shell,
  .md24-home-hero__content {
    width: min(100% - 1.25rem,108rem);
  }

  .md24-home-hero {
    min-height: 35rem;
    border-radius: 0 0 1.25rem 1.25rem;
    background-position: center, 72% center;
  }

  .md24-home-hero h1 {
    font-size: clamp(2.15rem,12vw,3.1rem);
  }

  .md24-home-actions .md24-home-btn {
    width: 100%;
  }

  .md24-home-trust,
  .md24-home-category-grid,
  .md24-home-project-grid {
    grid-template-columns: 1fr;
  }

  .md24-home-trust__item {
    border-right: 0;
    border-bottom: 1px solid #e7e8eb;
  }

  .md24-home-trust__item:last-child {
    border-bottom: 0;
  }

  .md24-home-category {
    min-height: 9.5rem;
  }

  .md24-home-sale {
    background: linear-gradient(145deg,#24272d 0%,#343840 72%,#c1121f 72%,#9f0f1a 100%);
  }
}
