@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;600;700;800&family=Inter:wght@400;500;600;700&display=swap');

:root {
  --dp-ink: #0a0a0c;
  --dp-ink-2: #101014;
  --dp-ink-3: #17171c;
  --dp-line: #2b2b32;
  --dp-paper: #f4f2ed;
  --dp-white: #ffffff;
  --dp-muted: #a5a5ad;
  --dp-red: #e23832;
  --dp-red-dark: #bd2925;
  --dp-amber: #f4b63d;
  --dp-max: 1280px;
  --dp-radius: 3px;
  --dp-shadow: 0 24px 70px rgba(0, 0, 0, .34);
}

*, *::before, *::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--dp-paper);
  color: var(--dp-ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

body.dp-menu-open {
  overflow: hidden;
}

.dp-shell {
  width: min(calc(100% - 48px), var(--dp-max));
  margin-inline: auto;
}

.dp-visually-hidden {
  width: 1px !important;
  height: 1px !important;
  position: absolute !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

:focus-visible {
  outline: 3px solid var(--dp-amber);
  outline-offset: 3px;
}

/* Announcement + sticky shell */
#header {
  position: relative !important;
  z-index: 1000 !important;
  top: 0;
  background: transparent !important;
}

.dp-announcement {
  min-height: 34px;
  display: grid;
  place-items: center;
  padding: 7px 20px;
  background: var(--dp-red);
  color: var(--dp-white);
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 20px;
  text-transform: uppercase;
}

.dp-announcement .dp-shell {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
}

.dp-announcement .banner,
.dp-announcement .header-banner {
  display: none;
}

.dp-announcement-separator {
  opacity: .58;
}

.dp-site-header {
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  background: rgba(10, 10, 12, .95);
  color: var(--dp-white);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.dp-header-row {
  min-height: 74px;
  display: flex;
  align-items: center;
  gap: 26px;
}

.dp-logo {
  flex: 0 0 auto;
}

.dp-logo a,
.dp-logo img {
  display: block;
}

.dp-logo img.logo {
  width: 174px;
  max-width: 174px;
  height: auto;
}

/* Native PrestaShop main menu, visually rebuilt */
.dp-primary-nav {
  min-width: 0;
  flex: 1 1 auto;
}

.dp-primary-nav > :not(#_top_main_menu):not(.dp-mobile-search) {
  display: none !important;
}

.dp-primary-nav > #_top_main_menu {
  width: auto !important;
  display: block !important;
  float: none !important;
  padding: 0 !important;
  position: static !important;
}

.dp-primary-nav #top-menu {
  display: flex !important;
  align-items: center;
  gap: 22px;
  margin: 0;
  padding: 0;
}

.dp-primary-nav #top-menu > li {
  display: block;
  float: none !important;
  position: relative;
  margin: 0;
}

.dp-primary-nav #top-menu > li > a {
  display: block;
  position: relative;
  padding: 28px 0 26px !important;
  color: #d8d8dc !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: .055em;
  line-height: 20px;
  text-transform: uppercase;
  white-space: nowrap;
}

.dp-primary-nav #top-menu > li > a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 19px;
  left: 0;
  height: 2px;
  background: var(--dp-red);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .18s ease;
}

.dp-primary-nav #top-menu > li.current > a,
.dp-primary-nav #top-menu > li > a:hover {
  color: var(--dp-white) !important;
}

.dp-primary-nav #top-menu > li.current > a::after,
.dp-primary-nav #top-menu > li > a:hover::after {
  transform: scaleX(1);
}

.dp-primary-nav .sub-menu {
  border: 1px solid var(--dp-line) !important;
  border-radius: var(--dp-radius);
  background: var(--dp-ink-2) !important;
  box-shadow: var(--dp-shadow);
}

.dp-primary-nav .sub-menu a {
  color: #c9c9ce !important;
}

.dp-primary-nav .sub-menu a:hover {
  color: var(--dp-amber) !important;
}

.dp-mobile-search {
  display: none;
}

/* Search, account, language/currency and cart */
.dp-header-actions,
.dp-header-modules {
  display: flex;
  align-items: center;
  gap: 8px;
}

.dp-header-actions {
  flex: 0 0 auto;
  margin-left: auto;
}

.dp-header-modules .head-compare,
.dp-header-modules .head-wishlist {
  display: none !important;
}

.dp-header-search {
  width: min(25vw, 310px);
}

.dp-header-search #cpheadercms3 {
  display: none !important;
}

.dp-search-block,
.dp-search-block .searchtoggle,
.dp-search-block form {
  width: 100% !important;
  display: block !important;
  position: static !important;
  margin: 0 !important;
}

.dp-search-block form {
  min-height: 42px;
  display: flex !important;
  align-items: center;
  border: 1px solid var(--dp-line);
  border-radius: var(--dp-radius);
  background: var(--dp-ink-2);
  overflow: hidden;
}

.dp-search-block .cpsearch-main {
  min-width: 0;
  flex: 1 1 auto;
}

.dp-search-block input.search_query {
  width: 100% !important;
  height: 40px !important;
  margin: 0 !important;
  border: 0 !important;
  padding: 0 4px 0 14px !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--dp-white) !important;
  font-size: 12px !important;
}

.dp-search-block input.search_query::placeholder {
  color: #777780;
  opacity: 1;
}

.dp-search-submit {
  width: 42px;
  height: 40px;
  display: grid;
  flex: 0 0 42px;
  place-items: center;
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--dp-amber);
  cursor: pointer;
}

.dp-icon-link {
  width: 42px;
  height: 42px;
  display: grid !important;
  position: relative;
  flex: 0 0 42px;
  place-items: center;
  border: 1px solid var(--dp-line);
  border-radius: var(--dp-radius);
  background: var(--dp-ink-2);
  color: var(--dp-white) !important;
  line-height: 1;
  text-decoration: none !important;
}

.dp-icon-link:hover {
  border-color: var(--dp-red);
  color: var(--dp-white) !important;
}

.dp-header-modules > * {
  float: none !important;
}

.dp-header-modules .dp-langcur-wrapper {
  display: flex !important;
  align-items: center;
  gap: 12px !important;
  min-height: 42px;
  margin: 0 4px 0 0;
  color: #c8c8cd;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.dp-header-modules .language-selector-wrapper,
.dp-header-modules .currency-selector,
.dp-header-modules #_desktop_language_selector,
.dp-header-modules #_desktop_currency_selector {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

.dp-header-modules .expand-more {
  color: #c8c8cd !important;
  font-size: 10px !important;
}

.dp-header-modules .material-icons.expand-more {
  font-size: 14px !important;
}

.dp-header-modules .dropdown-menu {
  top: calc(100% + 12px) !important;
  right: 0;
  left: auto !important;
  min-width: 170px;
  border: 1px solid var(--dp-line);
  border-radius: var(--dp-radius);
  padding: 6px;
  background: var(--dp-ink-2);
  box-shadow: var(--dp-shadow);
}

.dp-header-modules .dropdown-menu a {
  color: #d0d0d5 !important;
  font-size: 11px;
}

.dp-cart,
.dp-cart #_desktop_cart,
.dp-cart .blockcart,
.dp-cart .blockcart-header {
  width: auto !important;
  height: auto !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

.dp-site-header svg {
  width: 20px !important;
  height: 20px !important;
}

.dp-search-submit svg {
  width: 18px !important;
  height: 18px !important;
}

.dp-cart-link svg,
.dp-account-link svg {
  width: 19px !important;
  height: 19px !important;
}

.dp-cart-link svg {
  display: block;
}

.dp-cart-count {
  min-width: 17px;
  height: 17px;
  display: grid;
  position: absolute;
  top: -6px;
  right: -6px;
  place-items: center;
  border-radius: 999px;
  padding: 0 4px;
  background: var(--dp-amber);
  color: var(--dp-ink);
  font-size: 9px;
  font-weight: 800;
  line-height: 17px;
}

.dp-menu-button {
  width: 42px;
  height: 42px;
  display: none;
  flex: 0 0 42px;
  place-items: center;
  border: 1px solid var(--dp-line);
  border-radius: var(--dp-radius);
  padding: 0;
  background: var(--dp-ink-2);
  color: var(--dp-white);
}

.dp-menu-button:hover,
.dp-menu-button.is-active {
  border-color: var(--dp-red);
}

/* Newsletter */
.dp-newsletter {
  overflow: hidden;
  background: var(--dp-red);
  color: var(--dp-white);
}

.dp-newsletter .block_newsletter {
  min-height: 154px;
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 26px 0 !important;
  background: transparent !important;
  color: var(--dp-white) !important;
}

.dp-newsletter .block_newsletter .title {
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

.dp-newsletter .block_newsletter .title::before {
  content: none !important;
  display: none !important;
}

.dp-newsletter .block_newsletter .title h4 {
  margin: 0 0 8px !important;
  color: var(--dp-white) !important;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(32px, 3vw, 39px) !important;
  font-weight: 800;
  letter-spacing: -.02em;
  line-height: 1;
  text-transform: uppercase;
}

.dp-newsletter .block_newsletter .title span {
  color: rgba(255, 255, 255, .82) !important;
  font-size: 12px;
}

.dp-newsletter .block_content,
.dp-newsletter form,
.dp-newsletter form > .col-xs-12 {
  width: 100% !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.dp-newsletter .input-wrapper {
  display: flex;
  gap: 8px;
}

.dp-newsletter input[type="email"] {
  min-width: 0;
  min-height: 48px;
  flex: 1 1 auto;
  border: 0 !important;
  border-radius: var(--dp-radius) !important;
  padding: 0 16px !important;
  background: var(--dp-white) !important;
  color: var(--dp-ink) !important;
  box-shadow: none !important;
}

.dp-newsletter input[type="submit"] {
  min-height: 48px;
  border: 1px solid transparent !important;
  border-radius: var(--dp-radius) !important;
  padding: 0 22px !important;
  background: var(--dp-ink) !important;
  color: var(--dp-white) !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.dp-newsletter input[type="submit"]:hover {
  background: #000 !important;
}

.dp-newsletter .alert,
.dp-newsletter .psgdpr_consent_message {
  margin-top: 9px;
  font-size: 10px;
}

/* Footer */
.dp-site-footer {
  padding: 62px 0 22px;
  background: #19191a;
  color: #b7b7bd;
}

.dp-footer-main {
  display: grid;
  grid-template-columns: minmax(230px, .95fr) minmax(0, 3fr);
  gap: clamp(42px, 6vw, 88px);
  padding-bottom: 42px;
}

.dp-footer-contact,
.dp-footer-links {
  min-width: 0;
}

.dp-footer-contact > *,
.dp-footer-links > .links {
  width: auto !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.dp-footer-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
}

.dp-footer-links > :not(.links) {
  grid-column: 1 / -1;
}

@media (min-width: 992px) {
  .dp-site-footer .dp-footer-contact .collapse,
  .dp-site-footer .dp-footer-links .collapse {
    height: auto !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .dp-footer-contact {
    border-right: 1px solid #303034;
    padding-right: clamp(30px, 4vw, 62px);
  }
}

.dp-site-footer h3,
.dp-site-footer h4,
.dp-site-footer .h3,
.dp-site-footer .block_title {
  margin: 0 0 20px !important;
  color: var(--dp-white) !important;
  font-family: Inter, sans-serif;
  font-size: 14px !important;
  font-weight: 600;
  letter-spacing: .015em;
  line-height: 1.3;
  text-transform: none;
}

.dp-site-footer h3 a,
.dp-site-footer .block-contact-title a {
  color: var(--dp-white) !important;
  font-size: inherit !important;
  font-weight: inherit;
}

.dp-site-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.dp-site-footer li {
  margin: 0 0 9px;
}

.dp-footer-links li a::before {
  display: inline-block;
  margin-right: 9px;
  color: #73737a;
  content: "›";
  font-size: 17px;
  line-height: 1;
  transform: translateY(1px);
}

.dp-site-footer a,
.dp-site-footer .block-contact,
.dp-site-footer .block-contact li {
  color: #c2c2c7 !important;
  font-size: 13px;
  line-height: 1.65;
  text-decoration: none !important;
}

.dp-site-footer a:hover {
  color: var(--dp-amber) !important;
}

.dp-site-footer .block-contact i {
  display: none;
}

.dp-site-footer .block-contact li {
  margin-bottom: 10px;
}

.dp-site-footer .block-social {
  margin-top: 28px;
}

.dp-site-footer .block-social ul {
  display: flex !important;
  flex-wrap: wrap;
  gap: 8px;
}

.dp-site-footer .block-social li {
  margin: 0;
}

.dp-site-footer .block-social li a {
  display: grid !important;
  width: 38px;
  height: 38px;
  place-items: center;
  margin: 0 !important;
  border: 1px solid #29292e;
  border-radius: var(--dp-radius);
  padding: 0 !important;
  background-image: none !important;
  font-size: 0 !important;
  line-height: 0 !important;
  transition: border-color .2s ease, transform .2s ease;
}

.dp-site-footer .block-social li.instagram a::before {
  width: 21px;
  height: 21px;
  display: block;
  position: static !important;
  margin: 0 !important;
  content: "";
  transform: none !important;
  background: linear-gradient(135deg, #feda75 0%, #fa7e1e 32%, #d62976 66%, #4f5bd5 100%);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='3' y='3' width='18' height='18' rx='5' fill='none' stroke='%23000' stroke-width='2'/%3E%3Ccircle cx='12' cy='12' r='4' fill='none' stroke='%23000' stroke-width='2'/%3E%3Ccircle cx='17.4' cy='6.7' r='1.15' fill='%23000'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='3' y='3' width='18' height='18' rx='5' fill='none' stroke='%23000' stroke-width='2'/%3E%3Ccircle cx='12' cy='12' r='4' fill='none' stroke='%23000' stroke-width='2'/%3E%3Ccircle cx='17.4' cy='6.7' r='1.15' fill='%23000'/%3E%3C/svg%3E") center / contain no-repeat;
}

.dp-site-footer .block-social li a:hover {
  border-color: #d62976;
  transform: translateY(-2px);
}

.dp-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid #1d1d22;
  padding-top: 20px;
  color: #696970;
  font-size: 10px;
}

.dp-copyright {
  margin: 0;
}

.dp-copyright a {
  color: #b5b5ba !important;
  font-size: 12px !important;
}

.dp-footer-extras {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.dp-footer-extras img {
  max-height: 31px;
  width: auto;
  filter: grayscale(1);
  opacity: .78;
}

.dp-payment-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
}

.dp-payment-logos img {
  width: 51px;
  height: 31px;
  max-height: 31px;
  filter: none;
  opacity: 1;
}

.dp-back-to-top {
  border: 1px solid var(--dp-line) !important;
  background: var(--dp-ink-2) !important;
  color: var(--dp-white) !important;
}

/* Unified inner pages */
body:not(#index) #wrapper {
  min-height: 52vh;
  padding-bottom: 76px;
  background:
    linear-gradient(180deg, rgba(226, 56, 50, .045), transparent 180px),
    var(--dp-paper);
}

body:not(#index) #breadcrumb_wrapper {
  border-bottom: 1px solid #24242a;
  background: var(--dp-ink-2);
}

body:not(#index) #breadcrumb_wrapper .breadcrumb {
  margin: 0;
  padding: 15px 0;
  background: transparent;
}

body:not(#index) #breadcrumb_wrapper .breadcrumb,
body:not(#index) #breadcrumb_wrapper .breadcrumb a,
body:not(#index) #breadcrumb_wrapper .breadcrumb span {
  color: #a7a7ae;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .035em;
}

body:not(#index) #breadcrumb_wrapper .breadcrumb li:last-child span {
  color: var(--dp-white);
}

body:not(#index) #columns_inner {
  padding-top: clamp(32px, 4.5vw, 62px);
}

body:not(#index) #content-wrapper,
body:not(#index) #main {
  min-width: 0;
}

body:not(#index) #main .page-header,
body:not(#index) #main > h1,
body:not(#index) #main .page-heading {
  margin: 0 0 28px;
}

body:not(#index) #main .page-header h1,
body:not(#index) #main > h1,
body:not(#index) #main .page-heading,
#product #main h1 {
  position: relative;
  padding-top: 13px;
  color: var(--dp-ink);
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(36px, 4vw, 58px);
  font-weight: 800;
  letter-spacing: -.025em;
  line-height: .96;
  text-transform: uppercase;
}

body:not(#index) #main .page-header h1::before,
body:not(#index) #main > h1::before,
body:not(#index) #main .page-heading::before,
#product #main h1::before {
  width: 44px;
  height: 4px;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: var(--dp-red);
}

body:not(#index) #wrapper a {
  transition: color .18s ease, border-color .18s ease, background-color .18s ease, transform .18s ease;
}

body:not(#index) #wrapper .btn,
body:not(#index) #wrapper button[type="submit"],
body:not(#index) #wrapper input[type="submit"] {
  min-height: 44px;
  border-radius: var(--dp-radius) !important;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .065em;
  text-transform: uppercase;
}

body:not(#index) #wrapper .btn-primary,
body:not(#index) #wrapper button.btn-primary,
body:not(#index) #wrapper .add-to-cart {
  border-color: var(--dp-red) !important;
  background: var(--dp-red) !important;
  color: var(--dp-white) !important;
  box-shadow: none !important;
}

body:not(#index) #wrapper .btn-primary:hover,
body:not(#index) #wrapper button.btn-primary:hover,
body:not(#index) #wrapper .add-to-cart:hover {
  border-color: var(--dp-red-dark) !important;
  background: var(--dp-red-dark) !important;
  transform: translateY(-1px);
}

body:not(#index) #wrapper .btn-secondary,
body:not(#index) #wrapper .btn-outline-primary {
  border-color: var(--dp-ink) !important;
  background: transparent !important;
  color: var(--dp-ink) !important;
}

body:not(#index) #wrapper .form-control,
body:not(#index) #wrapper select,
body:not(#index) #wrapper .custom-select {
  min-height: 46px;
  border: 1px solid #d3d1cb !important;
  border-radius: var(--dp-radius) !important;
  background-color: var(--dp-white) !important;
  color: var(--dp-ink) !important;
  box-shadow: none !important;
}

body:not(#index) #wrapper .form-control:focus,
body:not(#index) #wrapper select:focus {
  border-color: var(--dp-red) !important;
  box-shadow: 0 0 0 3px rgba(226, 56, 50, .12) !important;
}

body:not(#index) #wrapper label {
  color: #55545a;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .035em;
}

/* Category, search and brand listings */
#category #left-column .block,
#category #search_filters_wrapper,
#search #left-column .block,
#manufacturer #left-column .block,
#supplier #left-column .block {
  margin-bottom: 18px;
  border: 1px solid #dedbd4;
  border-radius: var(--dp-radius);
  padding: 20px;
  background: var(--dp-white);
  box-shadow: 0 10px 30px rgba(10, 10, 12, .035);
}

#category #left-column .block_title,
#category #search_filters .h6,
#search #left-column .block_title {
  margin: -20px -20px 17px !important;
  padding: 15px 18px;
  background: var(--dp-ink);
  color: var(--dp-white) !important;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 18px !important;
  font-weight: 700;
  letter-spacing: .045em;
  text-transform: uppercase;
}

#category #search_filters {
  margin: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

#category #search_filters .facet {
  border-top: 1px solid #ece9e2;
  padding: 16px 0 4px;
}

#category #search_filters .facet:first-of-type {
  border-top: 0;
}

#category #search_filters .facet .facet-title {
  color: var(--dp-ink);
  font-weight: 800;
}

#category .block-category {
  overflow: hidden;
  margin-bottom: 26px;
  border: 0;
  border-radius: var(--dp-radius);
  padding: clamp(26px, 4vw, 46px);
  background:
    linear-gradient(115deg, rgba(226, 56, 50, .22), transparent 55%),
    var(--dp-ink-2);
  color: #c9c9cf;
  box-shadow: var(--dp-shadow);
}

#category .block-category h1,
#category .block-category .h1 {
  margin: 0 0 12px;
  padding: 0;
  color: var(--dp-white);
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(42px, 5vw, 68px);
  font-weight: 800;
  line-height: .95;
  text-transform: uppercase;
}

#category .block-category h1::before,
#category .block-category .h1::before {
  display: none;
}

#category .products-selection,
#search .products-selection,
#manufacturer .products-selection,
#supplier .products-selection {
  margin: 0 0 22px;
  border: 1px solid #dedbd4;
  border-radius: var(--dp-radius);
  padding: 13px 16px;
  background: var(--dp-white);
}

body:not(#index) #js-product-list .products {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

body:not(#index) #js-product-list .product_item {
  display: flex;
  margin-bottom: 22px;
}

body:not(#index) .product-miniature {
  width: 100%;
  overflow: hidden;
  border: 1px solid #dedbd4;
  border-radius: var(--dp-radius);
  background: var(--dp-white);
  box-shadow: 0 8px 24px rgba(10, 10, 12, .045);
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

body:not(#index) .product-miniature:hover {
  border-color: #c6c2ba;
  box-shadow: 0 18px 42px rgba(10, 10, 12, .11);
  transform: translateY(-3px);
}

body:not(#index) .product-miniature > .row {
  height: 100%;
  display: flex;
  flex-direction: column;
  margin: 0;
}

body:not(#index) .product-miniature .thumbnail-container {
  width: 100% !important;
  min-height: 230px;
  overflow: hidden;
  position: relative;
  background: #f7f6f3;
}

body:not(#index) .product-miniature .product-thumbnail {
  width: 100%;
  min-height: 230px;
  display: grid;
  place-items: center;
  background: #f7f6f3;
}

body:not(#index) .product-miniature .product-thumbnail img {
  width: 100%;
  height: 230px;
  object-fit: contain;
  mix-blend-mode: multiply;
  transition: transform .28s ease;
}

body:not(#index) .product-miniature:hover .product-thumbnail img {
  transform: scale(1.035);
}

body:not(#index) .product-miniature .product-description {
  width: 100% !important;
  min-height: 190px;
  flex: 1 1 auto;
  position: static !important;
  padding: 18px 18px 20px !important;
  background: var(--dp-white) !important;
  text-align: left;
}

body:not(#index) .product-miniature .product-brand {
  display: block;
  margin-bottom: 8px;
  color: var(--dp-red);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

body:not(#index) .product-miniature .product-title,
body:not(#index) .product-miniature .product-title a {
  color: var(--dp-ink) !important;
  font-size: 13px !important;
  font-weight: 700;
  line-height: 1.42;
  text-transform: none;
}

body:not(#index) .product-miniature .product-price-and-shipping,
body:not(#index) .product-miniature .price {
  color: var(--dp-ink) !important;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 20px !important;
  font-weight: 800 !important;
}

body:not(#index) .product-miniature .product-flags {
  top: 12px;
  left: 12px;
}

body:not(#index) .product-miniature .product-flag {
  border-radius: 2px;
  padding: 6px 9px;
  background: var(--dp-red) !important;
  color: var(--dp-white) !important;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

body:not(#index) .pagination {
  margin-top: 26px;
  border-top: 1px solid #d9d6cf;
  padding-top: 20px;
}

body:not(#index) .pagination .current a,
body:not(#index) .pagination .current span {
  color: var(--dp-red) !important;
  font-weight: 800;
}

/* Product detail */
#product #content-wrapper {
  width: 100%;
}

#product .product-cover,
#product .product-information,
#product .tabs {
  border: 1px solid #dedbd4;
  border-radius: var(--dp-radius);
  background: var(--dp-white);
  box-shadow: 0 10px 34px rgba(10, 10, 12, .045);
}

#product .product-cover {
  overflow: hidden;
  padding: clamp(16px, 2.5vw, 28px);
  background: #f8f7f4;
}

#product .product-cover img {
  width: 100%;
  height: auto;
  object-fit: contain;
  mix-blend-mode: multiply;
}

#product .product-information {
  padding: clamp(24px, 3.4vw, 42px);
}

#product .product-short-description {
  color: #66656b;
  font-size: 14px;
  line-height: 1.7;
}

#product .product-prices {
  margin: 24px 0 20px;
  border-top: 1px solid #e5e2dc;
  border-bottom: 1px solid #e5e2dc;
  padding: 18px 0;
}

#product .product-prices .current-price,
#product .product-prices .current-price-value {
  color: var(--dp-ink);
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(38px, 4vw, 54px);
  font-weight: 800;
  line-height: 1;
}

#product .tax-shipping-delivery-label,
#product .delivery-information {
  color: #737278;
  font-size: 11px;
}

#product .product-quantity {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 10px;
}

#product .product-quantity .qty,
#product .product-quantity .add {
  margin: 0;
}

#product .product-quantity .add-to-cart {
  min-height: 50px;
  padding-inline: 24px;
}

#product .product-variants > .product-variants-item {
  margin: 0 0 18px;
  border-bottom: 1px solid #e5e2dc;
  padding-bottom: 18px;
}

#product .tabs {
  overflow: hidden;
  margin-top: 34px;
}

#product .tabs .nav-tabs {
  margin: 0;
  border: 0;
  padding: 0 22px;
  background: var(--dp-ink-2);
}

#product .tabs .nav-tabs .nav-link {
  border: 0;
  border-bottom: 3px solid transparent;
  padding: 18px 14px 15px;
  color: #b6b6bd;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .065em;
  text-transform: uppercase;
}

#product .tabs .nav-tabs .nav-link.active,
#product .tabs .nav-tabs .nav-link:hover {
  border-bottom-color: var(--dp-red);
  background: transparent;
  color: var(--dp-white);
}

#product .tabs .tab-content {
  padding: clamp(22px, 3vw, 38px);
  color: #535258;
  line-height: 1.75;
}

/* CMS, account, cart and checkout */
#cms #content.page-cms,
#authentication #content,
body.page-customer-account #content,
#contact #content,
#sitemap #content {
  border: 1px solid #dedbd4;
  border-radius: var(--dp-radius);
  padding: clamp(24px, 4vw, 52px);
  background: var(--dp-white);
  box-shadow: 0 14px 42px rgba(10, 10, 12, .055);
}

#cms #content.page-cms {
  color: #4e4d53;
  font-size: 14px;
  line-height: 1.8;
}

#cms #content.page-cms h2,
#cms #content.page-cms h3,
body.page-customer-account #content h2,
body.page-customer-account #content h3 {
  color: var(--dp-ink);
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
}

#authentication .login-form {
  max-width: 620px;
  margin-inline: auto;
}

#authentication .forgot-password,
#authentication .no-account {
  margin-top: 18px;
  text-align: center;
}

body.page-customer-account #content .form-footer {
  border-top: 1px solid #e3e0da;
  padding-top: 22px;
}

body.page-my-account #content .links a {
  border: 1px solid #dedbd4;
  border-radius: var(--dp-radius);
  background: var(--dp-white);
  color: var(--dp-ink);
  box-shadow: none;
}

body.page-my-account #content .links a:hover {
  border-color: var(--dp-red);
  color: var(--dp-red);
  transform: translateY(-2px);
}

#cart .card,
#checkout .card,
#checkout .checkout-step {
  border: 1px solid #dedbd4;
  border-radius: var(--dp-radius);
  background: var(--dp-white);
  box-shadow: 0 10px 32px rgba(10, 10, 12, .045);
}

#cart .card-block,
#checkout .card-block {
  padding: 22px;
}

#cart .cart-grid {
  align-items: flex-start;
}

#cart .cart-grid-body .card {
  overflow: hidden;
}

#cart .cart-grid-right .cart-summary {
  position: sticky;
  top: 126px;
}

#cart .cart-summary-line {
  border-bottom: 1px solid #ebe8e2;
  padding: 12px 0;
}

#cart .cart-summary-line:last-child {
  border-bottom: 0;
}

#cart .cart-total {
  color: var(--dp-ink);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 24px;
  font-weight: 800;
}

#cart .cart-empty .cart-container,
#cart.cart-empty .cart-container {
  min-height: 220px;
  display: grid;
  place-items: center;
  text-align: center;
}

#checkout .checkout-step {
  overflow: hidden;
  margin-bottom: 16px;
}

#checkout .checkout-step .step-title {
  margin: 0;
  padding: 18px 22px;
  background: var(--dp-ink-2);
  color: var(--dp-white);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: .025em;
  text-transform: uppercase;
}

#checkout .checkout-step.-current .step-title {
  border-left: 5px solid var(--dp-red);
}

#checkout .checkout-step .content {
  padding: 24px;
}

#checkout .delivery-option {
  margin-bottom: 10px;
  border: 1px solid #e2dfd9;
  border-radius: var(--dp-radius);
  padding: 14px;
  background: #faf9f6;
}

body:not(#index) #wrapper .alert {
  border: 0;
  border-left: 4px solid currentColor;
  border-radius: var(--dp-radius);
}

body:not(#index) #wrapper .table {
  background: var(--dp-white);
}

body:not(#index) #wrapper .table thead th {
  border-bottom: 2px solid var(--dp-red);
  color: var(--dp-ink);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .065em;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  body:not(#index) #wrapper {
    padding-bottom: 56px;
  }

  #category #left-column .block,
  #category #search_filters_wrapper {
    margin-bottom: 22px;
  }

  #product .product-information {
    margin-top: 22px;
  }

  #cart .cart-grid-right .cart-summary {
    position: static;
    margin-top: 20px;
  }
}

@media (max-width: 575px) {
  body:not(#index) #columns_inner {
    padding-top: 26px;
  }

  body:not(#index) .product-miniature .thumbnail-container,
  body:not(#index) .product-miniature .product-thumbnail {
    min-height: 210px;
  }

  body:not(#index) .product-miniature .product-thumbnail img {
    height: 210px;
  }

  #product .tabs .nav-tabs {
    display: block;
    padding: 0 14px;
  }

  #product .tabs .nav-tabs .nav-item {
    display: block;
  }

  #product .tabs .nav-tabs .nav-link {
    width: 100%;
    text-align: left;
  }
}

/* Brands and service pages */
#manufacturer .brand {
  margin-bottom: 14px;
  padding: 0;
}

#manufacturer .brand-inner {
  min-height: 116px;
  display: flex;
  align-items: center;
  overflow: hidden;
  border: 1px solid #dedbd4;
  border-radius: var(--dp-radius);
  padding: 18px;
  background: var(--dp-white);
  box-shadow: 0 8px 26px rgba(10, 10, 12, .04);
  transition: border-color .2s ease, transform .2s ease;
}

#manufacturer .brand-inner:hover {
  border-color: #c8c4bc;
  transform: translateY(-2px);
}

#manufacturer .brand-img img {
  width: auto;
  max-width: 150px;
  max-height: 66px;
  object-fit: contain;
}

#manufacturer .brand-infos .h3,
#manufacturer .brand-infos h3 {
  color: var(--dp-ink);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 24px;
  font-weight: 800;
  text-transform: uppercase;
}

#manufacturer .brand-products a {
  color: var(--dp-red) !important;
  font-size: 11px;
  font-weight: 700;
}

#stores #content.page-stores,
#pagenotfound #content,
#password #content,
#guest-tracking #content {
  border: 1px solid #dedbd4;
  border-radius: var(--dp-radius);
  padding: clamp(24px, 4vw, 52px);
  background: var(--dp-white);
  box-shadow: 0 14px 42px rgba(10, 10, 12, .055);
}

#sitemap .sitemap {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

#sitemap .sitemap > div {
  width: auto;
  min-width: 0;
  border: 1px solid #dedbd4;
  border-radius: var(--dp-radius);
  padding: 22px;
  background: var(--dp-white);
  box-shadow: 0 8px 26px rgba(10, 10, 12, .04);
}

#sitemap .sitemap h2 {
  color: var(--dp-ink);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 23px;
  font-weight: 800;
  text-transform: uppercase;
}

#sitemap .sitemap li {
  margin-bottom: 8px;
}

#sitemap .sitemap a {
  color: #55545a;
}

#sitemap .sitemap a:hover {
  color: var(--dp-red);
}

@media (max-width: 767px) {
  #manufacturer .brand-inner {
    flex-wrap: wrap;
    gap: 16px;
  }

  #manufacturer .brand-img,
  #manufacturer .brand-infos,
  #manufacturer .brand-products {
    width: 100%;
    padding: 0;
  }

  #sitemap .sitemap {
    grid-template-columns: 1fr;
  }
}

/* Responsive shell */
@media (min-width: 1121px) {
  .dp-primary-nav #top-menu > li:hover > .sub-menu {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}

@media (max-width: 1120px) {
  .dp-header-row {
    gap: 14px;
  }

  .dp-menu-button {
    display: grid;
  }

  .dp-primary-nav {
    display: none;
    position: fixed !important;
    z-index: 1100;
    top: 100%;
    right: 0;
    bottom: auto;
    left: 0;
    height: calc(100vh - var(--dp-mobile-menu-top, 108px)) !important;
    max-height: calc(100vh - var(--dp-mobile-menu-top, 108px));
    overflow-y: auto;
    padding: 26px 24px 40px;
    background: var(--dp-ink);
  }

  .dp-primary-nav.is-open {
    display: block;
  }

  .dp-primary-nav > #_top_main_menu {
    width: 100% !important;
  }

  .dp-primary-nav #top-menu {
    display: block !important;
    width: 100%;
  }

  .dp-primary-nav #top-menu > li {
    width: 100%;
    border-bottom: 1px solid var(--dp-line);
  }

  .dp-primary-nav #top-menu > li > a {
    padding: 17px 0 !important;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 26px !important;
    letter-spacing: 0;
    line-height: 1.1;
  }

  .dp-primary-nav #top-menu > li > a::after {
    display: none;
  }

  .dp-primary-nav .pull-xs-right.hidden-xs-up {
    display: block !important;
  }

  .dp-primary-nav .sub-menu {
    position: static !important;
    width: 100% !important;
    border: 0 !important;
    border-top: 1px solid var(--dp-line) !important;
    box-shadow: none;
  }

  .dp-primary-nav #_top_main_menu .top-menu .sub-menu.collapse {
    display: none !important;
    opacity: 0 !important;
    transform: none !important;
  }

  .dp-primary-nav #_top_main_menu .top-menu .sub-menu.collapse.in {
    display: block !important;
    opacity: 1 !important;
  }

  .dp-primary-nav #_top_main_menu .collapse-icons {
    display: none !important;
  }

  .dp-primary-nav .sub-menu a {
    padding: 11px 8px !important;
  }

  .dp-mobile-search {
    display: block;
    margin-bottom: 20px;
  }

  .dp-mobile-search #search_widget {
    width: 100% !important;
    display: block !important;
    float: none !important;
    padding: 0 !important;
  }

  .dp-mobile-search .search_button {
    display: none !important;
  }

  .dp-mobile-search .searchtoggle {
    display: block !important;
    position: static !important;
  }

  .dp-mobile-search form {
    display: flex;
    min-height: 48px;
    border: 1px solid var(--dp-line);
    border-radius: var(--dp-radius);
    overflow: hidden;
  }

  .dp-mobile-search input {
    min-width: 0;
    flex: 1 1 auto;
    border: 0 !important;
    padding: 0 14px !important;
    background: var(--dp-ink-2) !important;
    color: var(--dp-white) !important;
  }

  .dp-mobile-search button {
    min-width: 90px;
    border: 0 !important;
    border-radius: 0 !important;
    background: var(--dp-red) !important;
  }

  .dp-header-search {
    width: min(31vw, 290px);
  }
}

@media (max-width: 900px) {
  .dp-shell {
    width: min(calc(100% - 32px), var(--dp-max));
  }

  .dp-header-search,
  .dp-header-modules .dp-langcur-wrapper {
    display: none !important;
  }

  .dp-header-row {
    min-height: 66px;
  }

  .dp-logo img.logo {
    width: 155px;
    max-width: 155px;
  }

  .dp-footer-main {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .dp-footer-links {
    grid-column: auto;
  }
}

@media (max-width: 720px) {
  #header {
    top: 0;
  }

  .dp-announcement {
    min-height: 54px;
    padding: 6px 12px;
    font-size: 9px;
    line-height: 14px;
  }

  .dp-announcement .dp-shell {
    max-width: 520px;
    flex-wrap: wrap;
    gap: 2px 7px;
  }

  .dp-newsletter .block_newsletter {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 34px 0 !important;
  }

  .dp-footer-main {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .dp-footer-links {
    grid-column: auto;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .dp-footer-links > .links {
    border-top: 1px solid #1d1d22;
    padding: 15px 0 !important;
  }

  .dp-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 480px) {
  .dp-header-row {
    gap: 8px;
  }

  .dp-logo img.logo {
    width: 138px;
    max-width: 138px;
  }

  .dp-account-link {
    margin-left: auto;
  }

  .dp-header-actions {
    gap: 7px;
    margin-left: 0;
  }

  .dp-newsletter .input-wrapper {
    flex-direction: column;
  }

  .dp-newsletter input[type="submit"] {
    width: 100%;
  }
}

/* DriftParts 2026 — inner page dark skin */
body:not(#index) {
  background: var(--dp-ink);
  color: #d7d7dc;
}

body:not(#index) #wrapper {
  min-height: 58vh;
  padding-bottom: clamp(60px, 7vw, 96px);
  background:
    radial-gradient(circle at 88% 0%, rgba(226, 56, 50, .13), transparent 29rem),
    linear-gradient(180deg, #111115 0%, #0b0b0e 100%) !important;
  color: #d7d7dc;
}

body:not(#index) #breadcrumb_wrapper {
  border-block: 1px solid #24242a;
  background: #0c0c0f !important;
}

body:not(#index) #breadcrumb_wrapper .breadcrumb,
body:not(#index) #breadcrumb_wrapper .breadcrumb .container {
  background: transparent !important;
}

body:not(#index) #breadcrumb_wrapper .breadcrumb,
body:not(#index) #breadcrumb_wrapper .breadcrumb a,
body:not(#index) #breadcrumb_wrapper .breadcrumb span {
  color: #8f8f98 !important;
}

body:not(#index) #breadcrumb_wrapper .breadcrumb li:last-child span {
  color: var(--dp-white) !important;
}

body:not(#index) #columns_inner {
  padding-top: clamp(34px, 4.5vw, 64px);
}

body:not(#index) #main .page-header h1,
body:not(#index) #main > h1,
body:not(#index) #main .page-heading,
#product #main h1 {
  color: var(--dp-white) !important;
  text-align: left !important;
  text-shadow: 0 4px 22px rgba(0, 0, 0, .24);
}

body:not(#index) #main .page-header,
body:not(#index) #main > h1,
body:not(#index) #main .page-heading {
  margin-bottom: 32px;
}

body:not(#index) #wrapper p,
body:not(#index) #wrapper .help-block,
body:not(#index) #wrapper .form-control-comment {
  color: #aaaab2;
}

body:not(#index) #wrapper hr {
  border-color: #303037;
}

body:not(#index) #wrapper .btn-secondary,
body:not(#index) #wrapper .btn-outline-primary {
  border-color: #555560 !important;
  background: #121216 !important;
  color: var(--dp-white) !important;
}

body:not(#index) #wrapper .btn-secondary:hover,
body:not(#index) #wrapper .btn-outline-primary:hover {
  border-color: var(--dp-amber) !important;
  color: var(--dp-amber) !important;
}

body:not(#index) #wrapper .form-control,
body:not(#index) #wrapper select,
body:not(#index) #wrapper .custom-select,
body:not(#index) #wrapper textarea {
  border-color: #3b3b43 !important;
  background-color: #101014 !important;
  color: var(--dp-white) !important;
}

body:not(#index) #wrapper .form-control::placeholder,
body:not(#index) #wrapper textarea::placeholder {
  color: #777780;
}

body:not(#index) #wrapper label,
body:not(#index) #wrapper .form-control-label {
  color: #c8c8ce;
}

body:not(#index) #wrapper .input-group-btn > .btn {
  border-color: #3b3b43 !important;
  background: #232329 !important;
  color: var(--dp-white) !important;
}

body:not(#index) #wrapper .custom-checkbox input[type="checkbox"] + span,
body:not(#index) #wrapper .custom-radio input[type="radio"] + span {
  border-color: #55555e;
  background: #111115;
}

body:not(#index) #wrapper .custom-checkbox input[type="checkbox"]:checked + span,
body:not(#index) #wrapper .custom-radio input[type="radio"]:checked + span {
  border-color: var(--dp-red);
  background: var(--dp-red);
}

body:not(#index) #wrapper .alert {
  border: 1px solid currentColor;
  border-left-width: 4px;
  background: #17171c;
  color: #dcdce1;
}

/* Catalog, filters, search and listing pages */
#category #left-column .block,
#category #search_filters_wrapper,
#search #left-column .block,
#manufacturer #left-column .block,
#supplier #left-column .block,
#new-products #left-column .block,
#prices-drop #left-column .block {
  border-color: #303037;
  background: #16161b !important;
  color: #c8c8ce;
  box-shadow: 0 18px 48px rgba(0, 0, 0, .16);
}

#category #left-column .block_title,
#category #search_filters .h6,
#search #left-column .block_title,
#manufacturer #left-column .block_title,
#supplier #left-column .block_title {
  border-bottom: 1px solid #303037;
  background: #0d0d10 !important;
  color: var(--dp-white) !important;
}

#category #left-column a,
#search #left-column a,
#manufacturer #left-column a,
#supplier #left-column a {
  color: #b9b9c0 !important;
}

#category #left-column a:hover,
#search #left-column a:hover,
#manufacturer #left-column a:hover,
#supplier #left-column a:hover {
  color: var(--dp-amber) !important;
}

#category #search_filters,
#search #search_filters {
  background: transparent !important;
  color: #bdbdc4;
}

#category #search_filters .facet,
#search #search_filters .facet {
  border-color: #303037;
}

#category #search_filters .facet .facet-title,
#search #search_filters .facet .facet-title,
#category #search_filters .facet .facet-label a,
#search #search_filters .facet .facet-label a {
  color: #d1d1d6 !important;
}

#category #search_filters .facet .facet-label a:hover,
#search #search_filters .facet .facet-label a:hover {
  color: var(--dp-amber) !important;
}

#category .block-category {
  border: 1px solid #33333a;
  background:
    linear-gradient(112deg, rgba(226, 56, 50, .3), transparent 56%),
    radial-gradient(circle at 90% 20%, rgba(244, 182, 61, .13), transparent 22rem),
    #15151a !important;
  color: #c2c2c9;
  box-shadow: 0 28px 78px rgba(0, 0, 0, .34);
}

#category .block-category h1,
#category .block-category .h1 {
  color: var(--dp-white) !important;
  text-align: left !important;
}

#category .block-category p,
#category .block-category .category-cover {
  color: #b7b7be;
}

#category .products-selection,
#search .products-selection,
#manufacturer .products-selection,
#supplier .products-selection,
#new-products .products-selection,
#prices-drop .products-selection,
#best-sales .products-selection {
  border-color: #303037;
  background: #16161b !important;
  color: #bdbdc4;
}

body:not(#index) .products-selection .sort-by,
body:not(#index) .products-selection .total-products,
body:not(#index) .products-selection .products-sort-order .select-title {
  color: #c8c8ce !important;
}

body:not(#index) .products-selection .products-sort-order .select-title {
  border: 1px solid #3b3b43;
  background: #101014;
}

body:not(#index) .products-sort-order .dropdown-menu {
  border: 1px solid #3b3b43;
  background: #15151a;
  box-shadow: 0 18px 44px rgba(0, 0, 0, .35);
}

body:not(#index) .products-sort-order .dropdown-menu a {
  color: #d1d1d6 !important;
}

body:not(#index) .products-sort-order .dropdown-menu a:hover,
body:not(#index) .products-sort-order .dropdown-menu a.current {
  background: #24242a;
  color: var(--dp-amber) !important;
}

body:not(#index) #js-product-list .product_item {
  margin-bottom: 18px;
}

body:not(#index) .product-miniature {
  border-color: #303037;
  background: #17171c !important;
  box-shadow: 0 12px 34px rgba(0, 0, 0, .18);
}

body:not(#index) .product-miniature:hover {
  border-color: #555560;
  box-shadow: 0 24px 56px rgba(0, 0, 0, .36);
}

body:not(#index) .product-miniature .thumbnail-container,
body:not(#index) .product-miniature .product-thumbnail {
  background: #f7f6f3 !important;
}

body:not(#index) .product-miniature .product-description {
  border-top: 1px solid #303037;
  background: #17171c !important;
}

body:not(#index) .product-miniature .product-brand {
  color: var(--dp-amber) !important;
}

body:not(#index) .product-miniature .product-title,
body:not(#index) .product-miniature .product-title a {
  color: var(--dp-white) !important;
}

body:not(#index) .product-miniature .product-title a:hover {
  color: var(--dp-amber) !important;
}

body:not(#index) .product-miniature .product-price-and-shipping,
body:not(#index) .product-miniature .price {
  color: var(--dp-white) !important;
}

body:not(#index) .product-miniature .regular-price,
body:not(#index) .product-miniature .discount-percentage {
  color: #8f8f98 !important;
}

body:not(#index) .product-miniature .comments_note,
body:not(#index) .product-miniature .total-rating {
  color: #85858e;
}

body:not(#index) .product-miniature .add-to-cart-button {
  border-top: 1px solid #303037;
  background: #111115;
}

body:not(#index) .product-miniature .add-to-cart {
  width: 100%;
  min-height: 42px;
}

body:not(#index) .product-miniature .quick-view,
body:not(#index) .product-miniature .btn-product {
  border-color: #44444d !important;
  background: rgba(16, 16, 20, .9) !important;
  color: var(--dp-white) !important;
}

body:not(#index) .product-miniature .quick-view:hover,
body:not(#index) .product-miniature .btn-product:hover {
  border-color: var(--dp-red) !important;
  color: var(--dp-red) !important;
}

body:not(#index) .pagination {
  border-color: #303037;
  color: #a3a3ac;
}

body:not(#index) .pagination a {
  color: #bdbdc4 !important;
}

body:not(#index) .pagination a:hover,
body:not(#index) .pagination .current a,
body:not(#index) .pagination .current span {
  color: var(--dp-amber) !important;
}

/* Manufacturers and service listings */
#manufacturer .brand-inner {
  border-color: #303037;
  background: #17171c !important;
  box-shadow: 0 12px 36px rgba(0, 0, 0, .18);
}

#manufacturer .brand-inner:hover {
  border-color: #555560;
}

#manufacturer .brand-img {
  min-height: 82px;
  display: grid;
  place-items: center;
  border-radius: var(--dp-radius);
  padding: 10px !important;
  background: #f7f6f3;
}

#manufacturer .brand-infos .h3,
#manufacturer .brand-infos h3 {
  color: var(--dp-white) !important;
}

#manufacturer .brand-infos p {
  color: #a8a8b0 !important;
}

#manufacturer .brand-products a {
  color: var(--dp-amber) !important;
}

#sitemap .sitemap > div {
  border-color: #303037;
  background: #17171c !important;
  box-shadow: 0 12px 36px rgba(0, 0, 0, .18);
}

#sitemap .sitemap h2 {
  color: var(--dp-white) !important;
}

#sitemap .sitemap a {
  color: #bdbdc4 !important;
}

#sitemap .sitemap a:hover {
  color: var(--dp-amber) !important;
}

/* Product detail */
#product .product-cover,
#product .product-information,
#product .tabs {
  border-color: #303037;
  box-shadow: 0 16px 46px rgba(0, 0, 0, .2);
}

#product .product-cover {
  background: #f7f6f3 !important;
}

#product .product-information {
  background:
    linear-gradient(135deg, rgba(226, 56, 50, .08), transparent 42%),
    #17171c !important;
  color: #d5d5da;
}

#product .product-reference,
#product .product-reference label,
#product .product-reference span {
  color: var(--dp-amber) !important;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

#product .product-short-description,
#product .product-short-description p {
  color: #b8b8bf !important;
}

#product .product-variants,
#product .product-variants label {
  color: #d3d3d8;
}

#product .qtyprogress {
  border: 1px solid #303037;
  border-radius: var(--dp-radius);
  padding: 12px;
  background: #101014;
}

#product .qtyprogress .quantityavailable {
  color: var(--dp-amber);
}

#product .qtyprogress .progress {
  background: #303037;
}

#product .qtyprogress .progress-bar {
  background: var(--dp-red);
}

#product .product-prices {
  border-color: #37373f;
}

#product .product-prices .current-price,
#product .product-prices .current-price-value {
  color: var(--dp-white) !important;
}

#product .product-prices .regular-price,
#product .tax-shipping-delivery-label,
#product .delivery-information {
  color: #9b9ba4 !important;
}

#product .product-quantity #quantity_wanted {
  border-color: #3b3b43 !important;
  background: #101014 !important;
  color: var(--dp-white) !important;
}

#product .product-add-to-cart {
  border-top: 1px solid #37373f;
  padding-top: 20px;
}

#product .product-additional-info,
#product .social-sharing,
#product .product-discounts {
  color: #aaaab2;
}

#product .tabs {
  background: #17171c !important;
}

#product .tabs .nav-tabs {
  border-bottom: 1px solid #303037;
  background: #0e0e11 !important;
}

#product .tabs .tab-content,
#product .tabs .tab-pane,
#product .tabs .product-description,
#product .tabs .product-description p,
#product .tabs .product-description li {
  background: transparent !important;
  color: #c2c2c9 !important;
}

#product .tabs .tab-content h2,
#product .tabs .tab-content h3,
#product .tabs .tab-content h4 {
  color: var(--dp-white) !important;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
}

#product .product-features,
#product .product-features dl,
#product .product-features .data-sheet {
  background: transparent !important;
}

#product .product-features dt,
#product .product-features dd,
#product .product-features .name,
#product .product-features .value {
  border-color: #303037 !important;
  background: #111115 !important;
  color: #c8c8ce !important;
}

#product .product-images > li.thumb-container .thumb {
  border-color: #303037;
  background: #f7f6f3;
}

#product .product-images > li.thumb-container .thumb.selected,
#product .product-images > li.thumb-container .thumb:hover {
  border-color: var(--dp-red);
}

#product .blockreassurance_product,
#product #block-reassurance {
  border-color: #303037;
  background: #141419;
  color: #c8c8ce;
}

#product .product-accessories,
#product .featured-products {
  margin-top: 64px;
}

#product .product-accessories .products-section-title,
#product .featured-products .products-section-title {
  color: var(--dp-white) !important;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 800;
  text-align: left !important;
  text-transform: uppercase;
}

/* Editorial pages */
#cms #content.page-cms,
#stores #content.page-stores {
  border-color: #d4d1ca;
  background: var(--dp-paper) !important;
  color: #3f3e43;
  box-shadow: 0 24px 66px rgba(0, 0, 0, .28);
}

#cms #content.page-cms p,
#cms #content.page-cms li,
#stores #content.page-stores p,
#stores #content.page-stores li {
  color: #55545a !important;
}

#cms #content.page-cms h1,
#cms #content.page-cms h2,
#cms #content.page-cms h3,
#cms #content.page-cms h4,
#stores #content.page-stores h2,
#stores #content.page-stores h3 {
  color: var(--dp-ink) !important;
  text-align: left !important;
}

#cms #content.page-cms a,
#stores #content.page-stores a {
  color: var(--dp-red-dark) !important;
}

#cms #content.page-cms img {
  border-radius: var(--dp-radius);
}

/* Account, registration and contact */
#authentication #content,
#registration #content,
body.page-customer-account #content,
#contact #content,
#password #content,
#guest-tracking #content,
#pagenotfound #content {
  border-color: #303037;
  background:
    linear-gradient(135deg, rgba(226, 56, 50, .07), transparent 40%),
    #17171c !important;
  color: #d2d2d7;
  box-shadow: 0 22px 62px rgba(0, 0, 0, .28);
}

#authentication #content h2,
#authentication #content h3,
#registration #content h2,
#registration #content h3,
body.page-customer-account #content h2,
body.page-customer-account #content h3,
#contact #content h2,
#contact #content h3 {
  color: var(--dp-white) !important;
}

#authentication .forgot-password a,
#authentication .no-account a,
body.page-customer-account #content a,
#contact #content a {
  color: var(--dp-amber) !important;
}

body.page-customer-account #content .form-footer {
  border-color: #303037;
}

body.page-my-account #content .links a,
body.page-addresses .address,
body.page-order-detail .box {
  border-color: #303037;
  background: #111115 !important;
  color: var(--dp-white) !important;
}

body.page-my-account #content .links a:hover {
  border-color: var(--dp-red);
  color: var(--dp-amber) !important;
}

body.page-my-account #content .links a i {
  color: var(--dp-red);
}

/* Cart and checkout */
#cart .card,
#checkout .card,
#checkout .checkout-step {
  border-color: #303037;
  background: #17171c !important;
  color: #d2d2d7;
  box-shadow: 0 16px 46px rgba(0, 0, 0, .22);
}

#cart .card-block-title,
#cart .cart-container .card-block,
#cart .cart-summary .card-block {
  border-color: #303037;
  background: #17171c !important;
}

#cart .cart-overview,
#cart .cart-item,
#cart .cart-summary-line {
  border-color: #303037 !important;
  color: #c7c7cd;
}

#cart .product-line-info a,
#cart .product-line-info .label,
#cart .product-price,
#cart .current-price {
  color: var(--dp-white) !important;
}

#cart .product-line-info a:hover {
  color: var(--dp-amber) !important;
}

#cart .cart-summary-line,
#cart .cart-summary-line .label,
#cart .cart-summary-line .value {
  color: #c3c3c9;
}

#cart .cart-total,
#cart .cart-total .label,
#cart .cart-total .value {
  color: var(--dp-white) !important;
}

#cart .cart-grid-right .cart-summary {
  border-top: 3px solid var(--dp-red);
  background:
    linear-gradient(145deg, rgba(226, 56, 50, .08), transparent 45%),
    #17171c !important;
}

#cart .cart-empty .cart-container,
#cart.cart-empty .cart-container {
  background: #17171c !important;
  color: #c6c6cc;
}

#checkout .checkout-step .step-title {
  border-bottom: 1px solid #303037;
  background: #101014 !important;
  color: var(--dp-white) !important;
}

#checkout .checkout-step.-current .step-title {
  border-left-color: var(--dp-red);
  background:
    linear-gradient(90deg, rgba(226, 56, 50, .18), transparent 48%),
    #101014 !important;
}

#checkout .checkout-step .content {
  background: #17171c;
  color: #cacad0;
}

#checkout .delivery-option,
#checkout .payment-option {
  border-color: #3a3a42;
  background: #111115 !important;
  color: #d0d0d5;
}

#checkout .delivery-option:hover,
#checkout .payment-option:hover {
  border-color: var(--dp-red);
}

#checkout .order-options,
#checkout .condition-label,
#checkout .js-terms {
  color: #aaaab2;
}

/* Tables, modals and utility surfaces */
body:not(#index) #wrapper .table {
  border-color: #303037;
  background: #17171c !important;
  color: #c8c8ce;
}

body:not(#index) #wrapper .table thead th {
  border-color: var(--dp-red);
  background: #101014;
  color: var(--dp-white);
}

body:not(#index) #wrapper .table td,
body:not(#index) #wrapper .table th {
  border-color: #303037;
}

body:not(#index) .modal-content {
  border: 1px solid #3b3b43;
  background: #17171c;
  color: #d0d0d5;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .5);
}

body:not(#index) .modal-header,
body:not(#index) .modal-footer {
  border-color: #303037;
}

body:not(#index) .modal-title {
  color: var(--dp-white);
}

body:not(#index) .close {
  color: var(--dp-white);
  text-shadow: none;
}

@media (max-width: 991px) {
  body:not(#index) #wrapper {
    padding-bottom: 58px;
  }

  #category #left-column,
  #search #left-column,
  #manufacturer #left-column,
  #supplier #left-column {
    margin-bottom: 24px;
  }

  #product .product-information {
    margin-top: 22px;
  }

  #cart .cart-grid-right .cart-summary {
    position: static;
    margin-top: 22px;
  }
}

@media (max-width: 767px) {
  body:not(#index) #main .page-header h1,
  body:not(#index) #main > h1,
  body:not(#index) #main .page-heading,
  #product #main h1 {
    font-size: clamp(36px, 12vw, 52px);
  }

  #category .block-category {
    padding: 26px 20px;
  }

  body:not(#index) .product-miniature .thumbnail-container,
  body:not(#index) .product-miniature .product-thumbnail {
    min-height: 210px;
  }

  body:not(#index) .product-miniature .product-thumbnail img {
    height: 210px;
  }

  #product .product-information,
  #authentication #content,
  #registration #content,
  body.page-customer-account #content,
  #contact #content,
  #cms #content.page-cms {
    padding: 24px 20px;
  }

  #checkout .checkout-step .content {
    padding: 20px 16px;
  }
}

/* DriftParts 2026 — final compatibility fixes for legacy theme */
html,
body {
  overscroll-behavior-y: none;
}

.dp-primary-nav li.manufacturers > .sub-menu > .top-menu {
  display: block !important;
  width: 100% !important;
}

.dp-primary-nav li.manufacturers > .sub-menu > .top-menu > li.manufacturer {
  width: 100% !important;
  max-width: none !important;
  display: block !important;
  flex: 0 0 auto !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.dp-primary-nav li.manufacturers > .sub-menu > .top-menu > li.manufacturer > a {
  width: 100% !important;
  display: block !important;
  padding: 11px 14px !important;
  line-height: 1.35 !important;
  white-space: normal !important;
}

.dp-primary-nav li.manufacturers > .sub-menu > .top-menu > li.manufacturer + li.manufacturer {
  border-top: 1px solid rgba(255, 255, 255, .07);
}

@media (min-width: 1121px) {
  .dp-primary-nav #top-menu > li.manufacturers > .sub-menu {
    width: 310px !important;
    min-width: 310px !important;
    max-height: min(70vh, 520px) !important;
    padding: 8px !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
  }
}

body:not(#index) #page,
body:not(#index) #wrapper,
body:not(#index) #columns,
body:not(#index) #columns_inner,
body:not(#index) #content-wrapper,
body:not(#index) #main,
body:not(#index) #products,
body:not(#index) #js-product-list,
body:not(#index) #js-product-list .products,
body:not(#index) #brand_list {
  background-color: transparent !important;
  background-image: none;
}

body:not(#index) #content-wrapper {
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body:not(#index) #main h1,
body:not(#index) #main h2,
body:not(#index) #main h3,
body:not(#index) #main h4,
body:not(#index) #main .h1,
body:not(#index) #main .h2,
body:not(#index) #main .h3,
body:not(#index) #main .h4 {
  color: var(--dp-white) !important;
}

#manufacturer #brand_list .brand-infos .product-title,
#manufacturer #brand_list .brand-infos .product-title a {
  color: var(--dp-white) !important;
  text-shadow: none !important;
}

#manufacturer #manufacturer-short_description,
#manufacturer #manufacturer-description {
  background: transparent !important;
  color: #b5b5bd !important;
}

#manufacturer #manufacturer-short_description p,
#manufacturer #manufacturer-description p {
  color: #b5b5bd !important;
}

#cms #content.page-cms,
#stores #content.page-stores {
  border-color: #303037 !important;
  background:
    linear-gradient(135deg, rgba(226, 56, 50, .055), transparent 42%),
    #17171c !important;
  color: #d2d2d7 !important;
  box-shadow: 0 22px 62px rgba(0, 0, 0, .28);
}

#cms #content.page-cms p,
#cms #content.page-cms li,
#stores #content.page-stores p,
#stores #content.page-stores li {
  color: #b8b8c0 !important;
}

#cms #content.page-cms h1,
#cms #content.page-cms h2,
#cms #content.page-cms h3,
#cms #content.page-cms h4,
#stores #content.page-stores h2,
#stores #content.page-stores h3 {
  color: var(--dp-white) !important;
}

#cms #content.page-cms a,
#stores #content.page-stores a {
  color: var(--dp-amber) !important;
}

body:not(#index) #wrapper .card,
body:not(#index) #wrapper .card-block,
body:not(#index) #wrapper .page-content {
  border-color: #303037;
  background-color: #17171c;
  color: #d2d2d7;
}

/* Sitewide audit — legacy component normalization */
#manufacturer #brand_list li.brand:last-child .brand-inner {
  border: 1px solid #303037 !important;
}

#manufacturer #brand_list .brand-inner:hover,
#manufacturer #brand_list li.brand:last-child .brand-inner:hover {
  border-color: #555560 !important;
  box-shadow: 0 18px 48px rgba(0, 0, 0, .28);
}

body:not(#index) #left-column .block,
body:not(#index) #left-column .block-categories,
body:not(#index) #left-column #search_filters_wrapper {
  border: 1px solid #303037;
  background: #16161b !important;
  color: #c8c8ce !important;
}

body:not(#index) #left-column .block_title,
body:not(#index) #left-column .block-title,
body:not(#index) #left-column .block-categories .block_title,
body:not(#index) #left-column .block-categories .block-title,
body:not(#index) #left-column #search_filters .h6 {
  border-bottom-color: #303037 !important;
  background: #0d0d10 !important;
  color: var(--dp-white) !important;
}

body:not(#index) #left-column .block a,
body:not(#index) #left-column .block-categories a,
body:not(#index) #left-column .category-sub-menu a,
body:not(#index) #left-column .treeview a,
body:not(#index) #left-column .collapse-icons,
body:not(#index) #left-column .navbar-toggler {
  color: #b9b9c0 !important;
}

body:not(#index) #left-column .block a:hover,
body:not(#index) #left-column .block a:focus,
body:not(#index) #left-column .block-categories a:hover,
body:not(#index) #left-column .block-categories a:focus,
body:not(#index) #left-column .category-sub-menu a:hover,
body:not(#index) #left-column .category-sub-menu a:focus,
body:not(#index) #left-column .treeview a:hover,
body:not(#index) #left-column .treeview a:focus,
body:not(#index) #left-column a[aria-current="page"],
body:not(#index) #left-column .current > a {
  color: var(--dp-amber) !important;
}

/* Sitewide audit — inline legacy colors on dark surfaces */
.dp-site-footer .block-social li.instagram a::before {
  align-self: center;
  justify-self: center;
}

#product .blockreassurance_product .block-title,
#cart .blockreassurance_product .block-title {
  color: var(--dp-white) !important;
}

#product .blockreassurance_product p,
#cart .blockreassurance_product p {
  color: #b8b8c0 !important;
}

#cms #content.page-cms blockquote {
  margin: 22px 0;
  border-left: 4px solid var(--dp-red);
  background: #111115;
  padding: 18px 20px;
  color: #d2d2d7 !important;
}

#cms #content.page-cms blockquote p,
#cms #content.page-cms blockquote span {
  color: #d2d2d7 !important;
}

/* Mobile faceted navigation — single accessible off-canvas panel */
@media (max-width: 991px) {
  body.dp-filters-open {
    overflow: hidden;
  }

  #category #left-column #search_filters_wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 10020;
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
    width: min(88vw, 360px);
    height: 100dvh;
    margin: 0 !important;
    border: 0;
    border-right: 1px solid #35353d;
    border-radius: 0;
    padding: 0;
    background: #16161b !important;
    box-shadow: 24px 0 70px rgba(0, 0, 0, .56);
    transform: translate3d(-105%, 0, 0);
    transition: transform .24s ease;
  }

  #category #left-column #search_filters_wrapper.dp-filter-panel-open {
    transform: translate3d(0, 0, 0);
  }

  #category #left-column #search_filters_wrapper #search_filters {
    min-height: 100%;
    margin: 0;
    padding: 0 0 28px;
    background: #16161b !important;
  }

  #category #left-column #search_filters_wrapper #search_filters > .text-uppercase.h6 {
    position: sticky;
    top: 0;
    z-index: 2;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    margin: 0 !important;
    padding: 18px 20px !important;
    border-bottom: 1px solid #35353d;
    background: #0d0d10 !important;
    color: #fff !important;
    cursor: pointer;
  }

  #category #left-column #search_filters_wrapper #search_filters > .text-uppercase.h6::after {
    content: "×";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 1px solid #3b3b43;
    color: #fff;
    font: 400 28px/1 Arial, sans-serif;
  }

  #category #left-column #search_filters_wrapper .facet {
    padding: 0;
  }

  #category #left-column #search_filters_wrapper .facet .title {
    padding: 16px 20px;
  }

  #category #left-column #search_filters_wrapper .facet ul li {
    padding: 13px 20px;
  }

  #category #left-column #search_filters_wrapper .facet > ul.collapse.in,
  #category #left-column #search_filters_wrapper .facet > ul.collapse.show {
    display: block !important;
  }

  #category #left-column #search_filters_wrapper .facet .facet-label,
  #category #left-column #search_filters_wrapper .facet .search-link {
    color: #d6d6dc !important;
  }

  .dp-filter-backdrop {
    position: fixed;
    inset: 0;
    z-index: 10010;
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    background: rgba(0, 0, 0, .72);
    cursor: default;
  }
}

@media (min-width: 992px) {
  .dp-filter-backdrop {
    display: none !important;
  }
}

/* Catalog polish — pagination, active filters, card actions and footer social */
.dp-site-footer .block-social li a {
  width: 24px;
  height: 24px;
  border: 0 !important;
  border-radius: 0;
  background: transparent !important;
  box-shadow: none !important;
}

.dp-site-footer .block-social li.instagram a::before {
  width: 24px;
  height: 24px;
  align-self: center;
  justify-self: center;
}

.dp-site-footer .block-social li a:hover {
  border-color: transparent !important;
}

body:not(#index) .product-miniature .add-to-cart-button {
  box-sizing: border-box;
  padding: 12px 14px 14px !important;
}

body:not(#index) .product-miniature .add-to-cart-button form,
body:not(#index) .product-miniature .add-to-cart-button .add-to-cart {
  margin: 0 !important;
}

body:not(#index) #js-active-search-filters.active_filters {
  display: flex !important;
  align-items: center;
  gap: 12px 16px;
  width: 100%;
  margin: 0 0 22px !important;
  border: 1px solid #34343c;
  border-left: 3px solid var(--dp-red);
  padding: 14px 16px !important;
  background: #17171c !important;
  color: #d8d8de !important;
  box-shadow: 0 14px 36px rgba(0, 0, 0, .2);
}

body:not(#index) #js-active-search-filters.active_filters .active-filter-title {
  flex: 0 0 auto;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  color: var(--dp-white) !important;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1.2;
  text-transform: uppercase;
}

body:not(#index) #js-active-search-filters.active_filters ul {
  display: flex !important;
  flex: 1 1 auto;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

body:not(#index) #js-active-search-filters.active_filters .filter-block {
  display: inline-flex !important;
  float: none !important;
  align-items: center;
  gap: 6px;
  margin: 0 !important;
  border: 1px solid rgba(226, 56, 50, .42);
  border-radius: 2px;
  padding: 8px 10px 8px 12px !important;
  background: rgba(226, 56, 50, .11) !important;
  color: #d7d7dd !important;
  font-size: 13px;
  line-height: 1.25;
}

body:not(#index) #js-active-search-filters.active_filters .filter-block .js-search-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 2px;
  color: var(--dp-red) !important;
}

body:not(#index) #js-active-search-filters.active_filters .filter-block .close {
  margin: 0 !important;
  color: inherit !important;
  font-size: 18px;
  line-height: 1;
  opacity: 1;
}

body:not(#index) .pagination {
  margin-top: 28px;
  border-top: 1px solid #303037 !important;
  padding-top: 20px;
  background: transparent !important;
  color: #8f8f98 !important;
}

body:not(#index) .pagination .page-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body:not(#index) .pagination .page-list li {
  display: block;
  margin: 0 !important;
}

body:not(#index) .pagination .page-list li a,
body:not(#index) .pagination .page-list li .spacer {
  display: inline-grid !important;
  place-items: center;
  min-width: 42px;
  height: 42px;
  border: 1px solid #34343c !important;
  border-radius: 2px;
  padding: 0 12px !important;
  background: #17171c !important;
  color: #bdbdc5 !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none !important;
  transition: border-color .18s ease, background-color .18s ease, color .18s ease;
}

body:not(#index) .pagination .page-list li a:hover {
  border-color: var(--dp-red) !important;
  background: #202026 !important;
  color: var(--dp-white) !important;
}

body:not(#index) .pagination .page-list li.current a,
body:not(#index) .pagination .page-list li.current span {
  border-color: var(--dp-red) !important;
  background: var(--dp-red) !important;
  color: var(--dp-white) !important;
}

@media (max-width: 767px) {
  body:not(#index) #js-active-search-filters.active_filters {
    align-items: flex-start;
    padding: 13px 14px !important;
  }

  body:not(#index) #js-active-search-filters.active_filters .active-filter-title {
    flex-basis: 100%;
  }

  body:not(#index) .pagination > div {
    width: 100%;
    margin-bottom: 12px;
    text-align: center;
  }

  body:not(#index) .pagination .page-list {
    justify-content: center;
  }

  body:not(#index) .pagination .page-list li a,
  body:not(#index) .pagination .page-list li .spacer {
    min-width: 40px;
    height: 40px;
    padding: 0 10px !important;
  }
}

/* Faceted navigation polish and presentation-page layouts */
body:not(#index) #search_filters .clear-all-wrapper,
body:not(#index) #_desktop_search_filters_clear_all {
  margin: 0 !important;
  padding: 16px 18px 6px !important;
  background: transparent !important;
}

body:not(#index) #search_filters .js-search-filters-clear-all {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: 100%;
  min-height: 42px;
  margin: 0 !important;
  border: 1px solid rgba(226, 56, 50, .68) !important;
  border-radius: 2px;
  padding: 10px 14px !important;
  background: rgba(226, 56, 50, .1) !important;
  box-shadow: none !important;
  color: var(--dp-white) !important;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .07em;
  line-height: 1.2;
  text-transform: uppercase;
}

body:not(#index) #search_filters .js-search-filters-clear-all .material-icons {
  margin: 0 !important;
  color: var(--dp-red) !important;
  font-size: 18px;
  line-height: 1;
}

body:not(#index) #search_filters .js-search-filters-clear-all:hover,
body:not(#index) #search_filters .js-search-filters-clear-all:focus {
  border-color: var(--dp-red) !important;
  background: var(--dp-red) !important;
  color: var(--dp-white) !important;
}

body:not(#index) #search_filters .js-search-filters-clear-all:hover .material-icons,
body:not(#index) #search_filters .js-search-filters-clear-all:focus .material-icons {
  color: var(--dp-white) !important;
}

body:not(#index) #left-column .block-categories .collapse-icons,
body:not(#index) #left-column .block-categories .collapse-icons .material-icons,
body:not(#index) #left-column .block-categories .collapse-icons .add,
body:not(#index) #left-column .block-categories .collapse-icons .remove {
  color: #a9a9b2 !important;
  opacity: 1 !important;
}

body:not(#index) #left-column .block-categories .collapse-icons:hover,
body:not(#index) #left-column .block-categories .collapse-icons:hover .material-icons,
body:not(#index) #left-column .block-categories .collapse-icons:focus,
body:not(#index) #left-column .block-categories .collapse-icons:focus .material-icons {
  color: var(--dp-amber) !important;
}

body#cms.cms-id-4 #left-column,
body#cms.cms-id-7 #left-column,
body#contact #left-column {
  display: none !important;
}

body#cms.cms-id-4 #content-wrapper,
body#cms.cms-id-7 #content-wrapper,
body#contact #content-wrapper {
  float: none !important;
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 100% !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

.dp-filter-drawer-head,
.dp-filter-drawer-actions {
  display: none;
}

@media (max-width: 991px) {
  #category .products-selection .filter-mobile.slider {
    width: auto;
    margin: 0;
  }

  #category .products-selection .filter-button {
    width: auto;
    padding: 0;
  }

  #category #search_filter_toggler {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 48px;
    margin: 0;
    border: 1px solid rgba(226, 56, 50, .58) !important;
    border-radius: 999px;
    padding: 0 18px !important;
    background: linear-gradient(135deg, #24161a 0%, #17171c 70%) !important;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .28), inset 0 1px 0 rgba(255, 255, 255, .06);
    color: #fff !important;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .055em;
    line-height: 1;
    text-transform: uppercase;
  }

  #category #search_filter_toggler svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: #ff5a54;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
  }

  #category #left-column #search_filters_wrapper {
    position: fixed !important;
    z-index: 10020 !important;
    top: 0 !important;
    right: auto !important;
    bottom: 0 !important;
    left: 0 !important;
    display: block !important;
    width: min(94vw, 430px) !important;
    max-width: none !important;
    height: 100dvh !important;
    margin: 0 !important;
    border: 0 !important;
    border-right: 1px solid rgba(255, 255, 255, .1) !important;
    padding: 0 !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    overscroll-behavior: contain;
    background: #0d0d11 !important;
    box-shadow: 24px 0 70px rgba(0, 0, 0, .6);
    transform: translate3d(-105%, 0, 0);
    transition: transform .28s cubic-bezier(.22, 1, .36, 1);
  }

  #category #left-column #search_filters_wrapper.dp-filter-panel-open {
    transform: translate3d(0, 0, 0) !important;
  }

  #category #left-column #search_filters {
    display: flex !important;
    flex-direction: column;
    min-height: 100dvh;
    margin: 0 !important;
    padding: 0 0 4px !important;
    background:
      radial-gradient(circle at 0 0, rgba(226, 56, 50, .1), transparent 34%),
      linear-gradient(180deg, #111116 0%, #0b0b0f 100%) !important;
  }

  #category #left-column #search_filters_wrapper #search_filters > .text-uppercase.h6 {
    display: none !important;
  }

  #category #left-column .dp-filter-drawer-head {
    position: sticky;
    z-index: 8;
    top: 0;
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) 44px;
    align-items: center;
    gap: 12px;
    min-height: 88px;
    padding: max(16px, env(safe-area-inset-top)) 16px 14px;
    border-bottom: 1px solid rgba(255, 255, 255, .09);
    background: rgba(13, 13, 17, .92);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .25);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
  }

  #category #left-column .dp-filter-head-icon {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border: 1px solid rgba(255, 90, 84, .3);
    border-radius: 13px;
    background: rgba(226, 56, 50, .1);
    color: #ff5a54;
  }

  #category #left-column .dp-filter-head-icon svg {
    width: 23px;
    height: 23px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
  }

  #category #left-column .dp-filter-head-copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
    line-height: 1.05;
  }

  #category #left-column .dp-filter-head-copy small {
    margin-bottom: 5px;
    color: #ff5a54;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
  }

  #category #left-column .dp-filter-head-copy strong {
    color: #fff;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: .02em;
    text-transform: uppercase;
  }

  #category #left-column .dp-filter-head-copy > span {
    margin-top: 5px;
    color: #92929d;
    font-size: 11px;
    line-height: 1.2;
  }

  #category #left-column .dp-filter-close {
    display: grid;
    width: 44px;
    height: 44px;
    margin: 0;
    place-items: center;
    border: 1px solid #393942;
    border-radius: 50%;
    padding: 0;
    background: #1b1b21;
    color: #fff;
    font: inherit;
    cursor: pointer;
  }

  #category #left-column .dp-filter-close span {
    display: block;
    margin-top: -2px;
    font-size: 28px;
    font-weight: 300;
    line-height: 1;
  }

  #category #left-column .clear-all-wrapper {
    margin: 12px 14px 0 !important;
    padding: 0 !important;
    text-align: right;
  }

  #category #left-column .clear-all-wrapper .btn {
    min-height: 38px;
    border: 1px solid #35353e !important;
    border-radius: 999px;
    padding: 0 13px !important;
    background: #19191f !important;
    color: #d7d7dd !important;
    font-size: 11px;
    font-weight: 750;
  }

  #category #left-column #search_filters .facet {
    margin: 12px 14px 0 !important;
    border: 1px solid #303039 !important;
    border-radius: 14px;
    padding: 0 !important;
    overflow: hidden;
    background: #15151b !important;
    box-shadow: 0 10px 28px rgba(0, 0, 0, .22);
  }

  #category #left-column #search_filters .facet > .title {
    display: flex !important;
    min-height: 58px;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin: 0 !important;
    border: 0 !important;
    padding: 13px 14px 13px 16px !important;
    background: linear-gradient(90deg, #1c1c22 0%, #17171d 100%) !important;
    cursor: pointer;
  }

  #category #left-column #search_filters .facet > .title .facet-title {
    margin: 0 !important;
    border: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    color: #f7f7f9 !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    letter-spacing: .035em;
    line-height: 1.2;
    text-transform: none;
  }

  #category #left-column #search_filters .facet > .title .collapse-icons {
    display: grid !important;
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    margin: 0 !important;
    place-items: center;
    border: 1px solid #3a3a44;
    border-radius: 50%;
    padding: 0 !important;
    background: #24242b;
    color: #ff5a54;
    transition: transform .2s ease, border-color .2s ease;
  }

  #category #left-column #search_filters .facet > .title .collapse-icons .material-icons {
    color: inherit !important;
    font-size: 21px !important;
    line-height: 1 !important;
  }

  #category #left-column #search_filters .facet > .title[aria-expanded="true"] .collapse-icons {
    border-color: rgba(255, 90, 84, .45);
  }

  #category #left-column #search_filters .facet > .title[aria-expanded="true"] .add {
    display: none !important;
  }

  #category #left-column #search_filters .facet > .title[aria-expanded="true"] .remove {
    display: block !important;
  }

  #category #left-column #search_filters .facet > ul.collapse,
  #category #left-column #search_filters .facet > ul.collapse.in,
  #category #left-column #search_filters .facet > ul.collapse.show,
  #category #left-column #search_filters .facet > .faceted-slider.collapse,
  #category #left-column #search_filters .facet > .faceted-slider.collapse.in,
  #category #left-column #search_filters .facet > .faceted-slider.collapse.show {
    display: block !important;
    max-height: min(42dvh, 360px);
    margin: 0 !important;
    border-top: 1px solid #292931;
    padding: 7px 8px 9px !important;
    overflow-y: auto;
    background: #101014 !important;
    scrollbar-color: #44444e transparent;
    scrollbar-width: thin;
  }

  #category #left-column #search_filters .facet ul li {
    margin: 0 !important;
    border: 0 !important;
    padding: 0 5px !important;
  }

  #category #left-column #search_filters .facet .facet-label {
    display: flex !important;
    width: 100%;
    min-height: 50px;
    align-items: center;
    margin: 0 !important;
    border-radius: 9px;
    padding: 4px 6px !important;
    transition: background-color .18s ease;
  }

  #category #left-column #search_filters .facet .facet-label:hover,
  #category #left-column #search_filters .facet .facet-label.active {
    background: rgba(226, 56, 50, .09);
  }

  #category #left-column #search_filters .custom-checkbox,
  #category #left-column #search_filters .custom-radio {
    top: 0 !important;
    display: inline-flex;
    flex: 0 0 auto;
    margin: 0 12px 0 0 !important;
  }

  #category #left-column #search_filters .custom-checkbox input + span,
  #category #left-column #search_filters .custom-radio input + span {
    display: grid !important;
    width: 22px !important;
    height: 22px !important;
    place-items: center;
    border: 1px solid #555560 !important;
    border-radius: 6px !important;
    background: #19191f !important;
    box-shadow: none !important;
  }

  #category #left-column #search_filters .custom-radio input + span {
    border-radius: 50% !important;
  }

  #category #left-column #search_filters .custom-checkbox input:checked + span,
  #category #left-column #search_filters .custom-radio input:checked + span {
    border-color: #e23832 !important;
    background: #e23832 !important;
    box-shadow: 0 0 0 3px rgba(226, 56, 50, .15) !important;
  }

  #category #left-column #search_filters .custom-checkbox .checkbox-checked {
    color: #fff !important;
    font-size: 16px !important;
  }

  #category #left-column #search_filters .dp-filter-static-check {
    display: grid;
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    margin-right: 12px;
    place-items: center;
    border: 1px solid #e23832;
    border-radius: 6px;
    background: #e23832;
    box-shadow: 0 0 0 3px rgba(226, 56, 50, .15);
    color: #fff;
  }

  #category #left-column #search_filters .dp-filter-static-check .material-icons {
    color: inherit !important;
    font-size: 16px !important;
    line-height: 1;
  }

  #category #left-column #search_filters .facet-label > a,
  #category #left-column #search_filters .facet-label > .dp-filter-value {
    display: flex !important;
    min-width: 0;
    flex: 1 1 auto;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin: 0 !important;
    padding: 0 !important;
    color: #dedee4 !important;
    font-size: 13px;
    font-weight: 650;
    line-height: 1.25;
    text-decoration: none !important;
  }

  #category #left-column #search_filters .facet-label.active > a,
  #category #left-column #search_filters .facet-label.active > .dp-filter-value {
    color: #fff !important;
  }

  #category #left-column #search_filters .facet-label .magnitude {
    display: inline-grid;
    min-width: 31px;
    height: 25px;
    flex: 0 0 auto;
    place-items: center;
    border: 1px solid #36363f;
    border-radius: 999px;
    padding: 0 7px;
    background: #222229;
    color: #aaaab4;
    font-size: 10px;
    font-weight: 800;
    line-height: 1;
  }

  #category #left-column .dp-filter-drawer-actions {
    position: sticky;
    z-index: 7;
    bottom: 0;
    display: block;
    margin-top: auto;
    padding: 14px 16px calc(14px + env(safe-area-inset-bottom));
    border-top: 1px solid rgba(255, 255, 255, .09);
    background: rgba(13, 13, 17, .94);
    box-shadow: 0 -12px 30px rgba(0, 0, 0, .32);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
  }

  #category #left-column .dp-filter-done {
    display: flex;
    width: 100%;
    min-height: 52px;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    border: 1px solid #f15a54;
    border-radius: 12px;
    padding: 0 18px;
    background: linear-gradient(135deg, #e23832 0%, #b7211d 100%);
    box-shadow: 0 12px 28px rgba(226, 56, 50, .25), inset 0 1px 0 rgba(255, 255, 255, .2);
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .055em;
    text-transform: uppercase;
    cursor: pointer;
  }

  #category #left-column .dp-filter-done span:last-child {
    font-size: 22px;
    font-weight: 400;
  }

  .dp-filter-backdrop {
    background: rgba(2, 2, 5, .78) !important;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
  }
}

@media (max-width: 430px) {
  #category #left-column #search_filters_wrapper {
    width: 94vw !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}

.dp-site-footer .block-social li.whatsapp a::before {
  width: 20px;
  height: 20px;
  display: block;
  align-self: center;
  justify-self: center;
  position: static !important;
  margin: 0 !important;
  content: "";
  transform: none !important;
  background: #25d366;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.149-.67.149-.198.297-.767.967-.94 1.164-.173.198-.347.223-.644.075-.297-.149-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.372-.025-.521-.075-.148-.669-1.611-.916-2.206-.242-.579-.487-.5-.669-.51-.173-.009-.372-.011-.571-.011-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.095 3.2 5.076 4.487.709.306 1.262.489 1.694.626.712.226 1.36.194 1.872.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 0 1-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 0 1-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 0 1 2.893 6.993c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0 0 12.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 0 0 5.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 0 0-3.48-8.413Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.149-.67.149-.198.297-.767.967-.94 1.164-.173.198-.347.223-.644.075-.297-.149-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.372-.025-.521-.075-.148-.669-1.611-.916-2.206-.242-.579-.487-.5-.669-.51-.173-.009-.372-.011-.571-.011-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.095 3.2 5.076 4.487.709.306 1.262.489 1.694.626.712.226 1.36.194 1.872.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 0 1-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 0 1-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 0 1 2.893 6.993c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0 0 12.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 0 0 5.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 0 0-3.48-8.413Z'/%3E%3C/svg%3E") center / contain no-repeat;
}
