/* Static export recovery layer for DUSA Textile. */
.t4s-navigation .t4s-menu-item {
  position: relative;
}

.t4s-navigation .t4s-sub-menu {
  display: block;
  min-width: 230px;
  padding: 14px;
  background: #fff;
  border: 1px solid rgba(30, 39, 46, 0.08);
  box-shadow: 0 18px 45px rgba(30, 39, 46, 0.14);
  border-radius: 4px;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
  z-index: 1000;
}

.t4s-navigation .t4s-menu-item:hover > .t4s-sub-menu,
.t4s-navigation .t4s-menu-item:focus-within > .t4s-sub-menu,
.t4s-navigation .t4s-menu-item.is-open > .t4s-sub-menu {
  opacity: 1 !important;
  pointer-events: auto !important;
  visibility: visible;
  transform: translateY(0);
}

.t4s-navigation .t4s-menu-item:hover > a,
.t4s-navigation .t4s-menu-item:focus-within > a {
  color: #e41955 !important;
}

.dusa-menu-list,
.dusa-mega-grid,
.dusa-mega-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.dusa-menu-list a,
.dusa-mega-grid a,
.dusa-mega-list a {
  display: block;
  padding: 9px 10px;
  color: #1e272e;
  font-size: 14px;
  line-height: 1.35;
  text-decoration: none;
  border-radius: 4px;
}

.dusa-menu-list a:hover,
.dusa-mega-grid a:hover,
.dusa-mega-list a:hover {
  color: #e41955;
  background: rgba(228, 25, 85, 0.07);
}

.dusa-mega-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(170px, 1fr));
  gap: 4px 12px;
}

.t4s-navigation .t4s-sub-menu.dusa-about-menu {
  position: fixed !important;
  top: var(--dusa-menu-top, 98px) !important;
  left: var(--dusa-about-left, 40vw) !important;
  width: 320px !important;
  min-width: 320px !important;
  padding: 16px 22px !important;
  overflow: visible !important;
  border-radius: 0;
  box-shadow: 0 4px 15px rgba(30, 39, 46, .12);
  transform: translateY(10px) !important;
}

.t4s-navigation .t4s-menu-item:hover > .t4s-sub-menu.dusa-about-menu,
.t4s-navigation .t4s-menu-item:focus-within > .t4s-sub-menu.dusa-about-menu,
.t4s-navigation .t4s-menu-item.is-open > .t4s-sub-menu.dusa-about-menu {
  transform: translateY(0) !important;
}

.dusa-about-inner {
  display: block !important;
  width: 100% !important;
}

.dusa-about-list a {
  padding: 10px 0;
  color: #8a8a8a;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.3;
  text-align: left;
}

.dusa-about-list a:hover {
  color: #e41955;
  background: transparent;
}

.t4s-navigation .t4s-sub-menu.dusa-product-menu {
  position: fixed !important;
  top: var(--dusa-menu-top, 98px) !important;
  right: auto !important;
  left: 50vw !important;
  width: min(980px, calc(100vw - 80px)) !important;
  max-width: 980px !important;
  min-width: 0 !important;
  padding: 28px 42px !important;
  overflow: visible !important;
  pointer-events: auto !important;
  border-radius: 0;
  transform: translate(-50%, 10px) !important;
  box-shadow: 0 4px 18px rgba(30, 39, 46, .12);
}

.t4s-navigation .t4s-sub-menu.dusa-product-menu,
.t4s-navigation .t4s-sub-menu.dusa-product-menu *,
.t4s-navigation .t4s-sub-menu.dusa-about-menu,
.t4s-navigation .t4s-sub-menu.dusa-about-menu * {
  pointer-events: auto !important;
}

.t4s-navigation .t4s-menu-item:hover > .t4s-sub-menu.dusa-product-menu,
.t4s-navigation .t4s-menu-item:focus-within > .t4s-sub-menu.dusa-product-menu,
.t4s-navigation .t4s-menu-item.is-open > .t4s-sub-menu.dusa-product-menu {
  transform: translate(-50%, 0) !important;
  pointer-events: auto !important;
}

.t4s-navigation .dusa-product-container,
.t4s-navigation .dusa-product-inner {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.t4s-navigation .dusa-product-mega {
  display: grid !important;
  grid-template-columns: 165px 190px 165px 190px !important;
  gap: 42px !important;
  align-items: start !important;
  width: 100% !important;
  max-width: 100% !important;
  pointer-events: auto !important;
}

.t4s-navigation .dusa-mega-image {
  display: block !important;
  width: 165px !important;
  height: 345px !important;
  max-width: 165px !important;
  max-height: 345px !important;
  min-width: 165px !important;
  overflow: hidden !important;
  padding: 0 !important;
  background: #f6f6f6;
  text-decoration: none !important;
}

.t4s-navigation .dusa-mega-image img {
  display: block !important;
  width: 165px !important;
  height: 345px !important;
  max-width: 165px !important;
  max-height: 345px !important;
  object-fit: cover !important;
}

.t4s-navigation .dusa-mega-column h3 {
  margin: 4px 0 18px !important;
  padding-bottom: 18px !important;
  border-bottom: 1px solid rgba(30, 39, 46, .12);
  color: #1e272e !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}

.t4s-navigation .dusa-mega-list a {
  position: relative !important;
  z-index: 2 !important;
  display: block !important;
  padding: 9px 0 !important;
  color: #8a8a8a !important;
  background: transparent !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 1.28 !important;
  white-space: normal !important;
  cursor: pointer !important;
}

.t4s-navigation .dusa-mega-list a:hover {
  color: #e41955 !important;
  background: transparent !important;
}

@media (max-width: 1199px) {
  .t4s-navigation .t4s-sub-menu.dusa-product-menu {
    width: calc(100vw - 36px) !important;
    min-width: 0 !important;
    padding: 22px !important;
  }

  .t4s-navigation .dusa-product-mega {
    grid-template-columns: 130px 1fr 130px 1fr !important;
    gap: 20px !important;
  }

  .t4s-navigation .dusa-mega-image,
  .t4s-navigation .dusa-mega-image img {
    width: 130px !important;
    height: 272px !important;
    max-width: 130px !important;
    max-height: 272px !important;
    min-width: 130px !important;
  }

  .t4s-navigation .dusa-mega-list a,
  .dusa-about-list a {
    font-size: 16px !important;
  }
}

.dusa-menu-backdrop {
  position: fixed;
  inset: 0;
  z-index: 10000;
  background: rgba(30, 39, 46, .42);
  opacity: 0;
  pointer-events: none;
  transition: opacity .18s ease;
}

#t4s-search-hidden {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: auto !important;
  z-index: 10003 !important;
  display: block !important;
  width: min(88vw, 420px) !important;
  height: 100vh !important;
  padding: 0 !important;
  background: #fff !important;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: none !important;
  transform: translate3d(105%, 0, 0) !important;
  transition: transform .22s ease !important;
  box-shadow: -14px 0 35px rgba(30, 39, 46, .16);
}

#t4s-search-hidden.dusa-search-open {
  pointer-events: auto !important;
  transform: translate3d(0, 0, 0) !important;
}

.dusa-search-drawer__head {
  display: flex;
  height: 64px;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  border-bottom: 1px solid rgba(30, 39, 46, .1);
  color: #1e272e;
  font-size: 18px;
  font-weight: 700;
}

.dusa-search-drawer__head button {
  width: 42px;
  height: 42px;
  padding: 0;
  color: #1e272e;
  background: transparent;
  border: 0;
  font-size: 34px;
  line-height: 1;
}

.dusa-search-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  padding: 24px 20px;
}

.dusa-search-form input {
  height: 44px;
  border: 1px solid rgba(30, 39, 46, .18);
  border-radius: 0;
  padding: 0 12px;
}

.dusa-search-form button {
  height: 44px;
  padding: 0 16px;
  color: #fff;
  background: #1e272e;
  border: 0;
  cursor: pointer;
}

.dusa-search-hint {
  padding: 0 20px 16px;
  color: #8a8a8a;
  font-size: 14px;
  line-height: 1.5;
}

.dusa-search-results {
  padding: 0 12px 40px;
}

.dusa-search-count {
  padding: 8px;
  color: #8a8a8a;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .3px;
}

.dusa-search-empty {
  padding: 22px 8px;
  color: #8a8a8a;
  font-size: 15px;
}

.dusa-search-result {
  display: block;
  padding: 12px;
  border-bottom: 1px solid rgba(30, 39, 46, .08);
  text-decoration: none;
  border-radius: 4px;
}

.dusa-search-result:hover {
  background: rgba(228, 25, 85, .05);
}

.dusa-search-result__title {
  display: block;
  color: #1e272e;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
}

.dusa-search-result__snip {
  display: block;
  margin-top: 4px;
  color: #6b7278;
  font-size: 13px;
  line-height: 1.5;
}

.dusa-search-result mark {
  padding: 0 1px;
  color: #e41955;
  background: rgba(228, 25, 85, .12);
  font-weight: 600;
}

.dusa-search-page-results {
  width: 100%;
  max-width: 760px;
  margin: 0 auto 60px;
  padding: 0 16px;
}

/* Back-to-top button: keep the original theme markup (conic progress ring +
   chevron) and only adjust placement so it clears the mobile toolbar. */
#t4s-backToTop {
  right: 22px !important;
  bottom: calc(24px + env(safe-area-inset-bottom)) !important;
  z-index: 10004 !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

#t4s-backToTop.is--show {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

#t4s-backToTop .t4s-circle--inner {
  background: #fff !important;
  color: var(--cricle-active, #1e272e) !important;
}

@media (max-width: 767px) {
  #t4s-backToTop {
    bottom: calc(72px + env(safe-area-inset-bottom)) !important;
  }
}

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

body.dusa-menu-open .dusa-menu-backdrop {
  opacity: 1;
  pointer-events: auto;
}

#t4s-menu-drawer {
  position: fixed !important;
  top: 0 !important;
  right: auto !important;
  bottom: 0 !important;
  left: 0 !important;
  z-index: 10001 !important;
  display: block !important;
  width: min(86vw, 360px) !important;
  max-width: 360px !important;
  height: 100vh !important;
  height: 100dvh !important;
  max-height: none !important;
  min-height: 100vh !important;
  padding: 22px 20px 32px !important;
  background: #fff !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: translate3d(-105%, 0, 0) !important;
  transition: transform .22s ease;
  box-shadow: 14px 0 35px rgba(30, 39, 46, .18);
}

#t4s-menu-drawer.dusa-open {
  transform: translate3d(0, 0, 0) !important;
}

.t4s-drawer-menu__close {
  position: fixed !important;
  z-index: 10002 !important;
  top: 0 !important;
  left: min(86vw, 360px) !important;
  display: none;
  width: 60px !important;
  height: 60px !important;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  background: #1e272e !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

.dusa-drawer-close {
  position: fixed !important;
  z-index: 10002 !important;
  top: 0 !important;
  left: 85vw !important;
  display: none;
  width: 50px !important;
  height: 50px !important;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: #fff !important;
  background: #1e272e !important;
  border: 0 !important;
  border-radius: 0 !important;
  cursor: pointer;
}

body.dusa-menu-open .dusa-drawer-close {
  display: flex;
}

body.dusa-menu-open .t4s-drawer-menu__close {
  display: flex;
}

.dusa-mobile-menu {
  display: none;
  flex-direction: column;
  gap: 0;
  padding-top: 0;
}

.dusa-mobile-menu.is-active {
  display: flex;
}

.dusa-mobile-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: -22px -20px 0;
  background: rgba(135, 135, 135, .1);
  border-bottom: 1px solid rgba(129, 129, 129, .2);
}

.dusa-mobile-tabs button {
  position: relative;
  height: 55px;
  padding: 0;
  color: #1e272e;
  background: transparent;
  border: 0;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .3px;
  text-transform: uppercase;
}

.dusa-mobile-tabs button.is-active {
  background: rgba(135, 135, 135, .15);
}

.dusa-mobile-tabs button.is-active::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  background: #e41955;
}

.dusa-mobile-menu a,
.dusa-mobile-menu button {
  width: 100%;
  min-height: 50px;
  padding: 5px 20px;
  color: #1e272e;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(135, 135, 135, .2);
  font: inherit;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .2px;
  text-align: left;
  text-decoration: none;
}

.dusa-mobile-row.is-open,
.dusa-mobile-menu a:hover,
.dusa-mobile-menu button:hover {
  background: rgba(135, 135, 135, .1);
}

.dusa-mobile-row,
.dusa-mobile-menu button {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  cursor: pointer;
}

.dusa-mb-toggle {
  position: relative;
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
  margin-left: auto;
  color: #1e272e;
}

.dusa-mb-toggle::before,
.dusa-mb-toggle::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  background: currentColor;
  transition: opacity .35s ease, transform .35s ease;
}

.dusa-mb-toggle::before {
  width: 12px;
  height: 1px;
  margin-top: -.5px;
}

.dusa-mb-toggle::after {
  width: 1px;
  height: 12px;
  left: 5.5px;
  margin-top: -6px;
}

.is-open > .dusa-mb-toggle::after {
  opacity: 0;
  transform: rotate(90deg);
}

.dusa-mobile-icon {
  display: flex;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  align-items: center;
  justify-content: center;
  color: #1e272e;
}

.dusa-mobile-row > .dusa-mobile-icon {
  opacity: .8;
}

.dusa-mobile-icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dusa-mobile-submenu {
  display: none;
}

.dusa-mobile-submenu.is-open {
  display: block;
}

.dusa-mobile-submenu a {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 50px;
  padding: 5px 20px 5px 30px;
  color: #878787;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: normal;
  border-bottom: 1px solid rgba(135, 135, 135, .2);
}

.dusa-mobile-submenu li:last-child > a,
.dusa-mobile-submenu > a:last-child {
  border-bottom: 0;
}

.dusa-mobile-submenu .dusa-sub-row {
  min-height: 50px;
  padding: 5px 20px 5px 30px;
  color: #878787;
  letter-spacing: normal;
  border-bottom: 1px solid rgba(135, 135, 135, .2);
}

.dusa-mobile-submenu .dusa-sub-row .dusa-mb-toggle {
  color: #878787;
}

.dusa-mobile-submenu .dusa-mobile-submenu a {
  padding-left: 40px;
}

.dusa-mobile-help {
  padding: 20px 20px 18px;
  border-bottom: 1px solid rgba(135, 135, 135, .2);
}

.dusa-mobile-help h3 {
  margin: 0 0 12px;
  color: #1e272e;
  font-size: 14px;
  font-weight: 400;
}

.dusa-mobile-help a {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 32px;
  padding: 4px 0;
  color: #878787;
  border-bottom: 0;
  font-size: 14px;
  letter-spacing: normal;
}

.dusa-mobile-menu .dusa-mobile-help a:hover {
  color: #e41955;
  background: transparent;
}

.dusa-mobile-help a span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dusa-mobile-help .dusa-mobile-icon {
  width: 14px;
  height: 14px;
  flex-basis: 14px;
  color: #878787;
}

.dusa-mobile-help .dusa-mobile-icon svg {
  width: 14px;
  height: 14px;
}

.dusa-mobile-icon img {
  display: block;
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.dusa-mobile-icon svg.dusa-icon-fill {
  fill: currentColor;
  stroke: none;
}

.dusa-mobile-submenu a.is-active {
  color: #e41955;
  font-weight: 600;
}

/* Language flags */
.dusa-flag {
  display: inline-block;
  width: 20px;
  height: 14px;
  flex: 0 0 20px;
  overflow: hidden;
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(30, 39, 46, .12);
  vertical-align: middle;
}

.dusa-flag-svg {
  display: block;
  width: 100%;
  height: 100%;
}

.dusa-lang-submenu a {
  display: flex !important;
  align-items: center;
  gap: 10px;
}

.dusa-lang-switch .dusa-flag {
  width: 18px;
  height: 12px;
  flex-basis: 18px;
  margin-right: 4px;
}

.dusa-lang-switch a {
  display: inline-flex;
  align-items: center;
}

/* Categories panel (mirrors original mb_cat menu with images) */
.dusa-cat-panel .dusa-cat-row {
  gap: 12px;
}

.dusa-cat-icon {
  width: 20px !important;
  height: 20px !important;
  flex-basis: 20px !important;
}

.dusa-cat-icon img {
  width: 20px !important;
  height: 20px !important;
  object-fit: contain;
}

.dusa-lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  margin-right: 12px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .5px;
}

.dusa-lang-switch a {
  padding: 2px 3px;
  color: #9aa1a8;
  text-decoration: none;
}

.dusa-lang-switch a.is-active {
  color: #1e272e;
}

.dusa-lang-switch a:hover {
  color: #e41955;
}

.dusa-lang-switch span {
  color: #c8ccd0;
}

@media (max-width: 767px) {
  .dusa-lang-switch,
  .t4s-site-nav__icons .dusa-lang-switch,
  .t4s-site-nav__icon.dusa-lang-switch {
    display: none !important;
  }
}

.dusa-category-list {
  padding: 14px 0;
}

.dusa-category-list a {
  min-height: 50px;
  padding: 12px 20px;
  font-size: 17px;
}

@media (max-width: 767px) {
  body.dusa-header-fixed #shopify-section-header-inline,
  body.dusa-header-fixed header.t4s-section-header,
  body.dusa-header-fixed .t4s-section-header {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    z-index: 9997 !important;
    background: #fff !important;
    transform: translateY(-110%) !important;
    transition: transform .22s ease !important;
    box-shadow: 0 2px 16px rgba(30, 39, 46, .08);
  }

  body.dusa-header-fixed.dusa-header-visible #shopify-section-header-inline,
  body.dusa-header-fixed.dusa-header-visible header.t4s-section-header,
  body.dusa-header-fixed.dusa-header-visible .t4s-section-header {
    transform: translateY(0) !important;
  }

  body.dusa-header-fixed.dusa-header-visible .header__sticky-logo {
    display: block !important;
  }

  body.dusa-header-fixed.dusa-header-visible .header__normal-logo,
  body.dusa-header-fixed.dusa-header-visible .header__mobile-logo {
    display: none !important;
  }

  body {
    padding-bottom: calc(66px + env(safe-area-inset-bottom)) !important;
  }

  #shopify-section-toolbar_mobile,
  .t4s-toolbar-mobile,
  .t4s-toolbar {
    display: block !important;
  }

  .t4s-toolbar {
    position: fixed !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    z-index: 9998 !important;
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    align-items: stretch !important;
    justify-content: stretch !important;
    width: 100% !important;
    height: calc(62px + env(safe-area-inset-bottom)) !important;
    padding: 4px 2px env(safe-area-inset-bottom) !important;
    overflow: hidden !important;
    background: #fff !important;
    border-top: 1px solid rgba(30, 39, 46, .1);
    box-shadow: 0 -8px 24px rgba(30, 39, 46, .10);
    transform: none !important;
  }

  .t4s-toolbar .t4s-toolbar-item {
    display: none !important;
    min-width: 0 !important;
    width: auto !important;
    flex: none !important;
  }

  .t4s-toolbar .t4s-toolbar-item:nth-child(-n+5) {
    display: block !important;
  }

  .t4s-toolbar a {
    display: flex !important;
    width: 100% !important;
    height: 58px !important;
    min-height: 58px !important;
    padding: 3px 2px 5px !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 4px !important;
    color: #1e272e !important;
    text-decoration: none !important;
  }

  .t4s-toolbar-icon {
    position: static !important;
    display: flex !important;
    width: 23px !important;
    height: 23px !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .t4s-toolbar-icon img,
  .t4s-toolbar-icon svg {
    display: block !important;
    width: 22px !important;
    height: 22px !important;
    max-width: 22px !important;
    max-height: 22px !important;
    object-fit: contain !important;
  }

  .t4s-toolbar-label {
    position: static !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
    color: #1e272e !important;
    font-size: 10px !important;
    font-weight: 600 !important;
    line-height: 1.1 !important;
    text-align: center !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }
}

@media (min-width: 768px) {
  #shopify-section-toolbar_mobile {
    display: none !important;
  }

  /* Hide the header while scrolling down, reveal it on scroll up (desktop). */
  body.dusa-header-fixed #shopify-section-header-inline,
  body.dusa-header-fixed header.t4s-section-header,
  body.dusa-header-fixed .t4s-section-header {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    z-index: 9997 !important;
    background: #fff !important;
    transform: translateY(-110%) !important;
    transition: transform .22s ease !important;
    box-shadow: 0 2px 16px rgba(30, 39, 46, .08);
  }

  body.dusa-header-fixed.dusa-header-visible #shopify-section-header-inline,
  body.dusa-header-fixed.dusa-header-visible header.t4s-section-header,
  body.dusa-header-fixed.dusa-header-visible .t4s-section-header {
    transform: translateY(0) !important;
  }

  body.dusa-header-fixed.dusa-header-visible .header__sticky-logo {
    display: block !important;
  }

  body.dusa-header-fixed.dusa-header-visible .header__normal-logo,
  body.dusa-header-fixed.dusa-header-visible .header__mobile-logo {
    display: none !important;
  }
}

/* Shopify helper blocks belong outside the document flow in a static export. */
#shopify-section-back_top,
#shopify-section-extras,
#shopify-section-slider_config,
#t4s-snow_ef,
#t4s-assets-pre,
#t4s-append-component,
#t4s-login-sidebar,
#t4s-mini_cart,
template,
ul[hidden],
svg[aria-hidden="true"].t4s-d-none {
  position: fixed !important;
  width: 0 !important;
  height: 0 !important;
  max-width: 0 !important;
  max-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

#shopify-section-back_top {
  width: auto !important;
  height: auto !important;
  max-width: none !important;
  max-height: none !important;
  overflow: visible !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

#t4s-menu-drawer {
  visibility: visible !important;
  pointer-events: auto !important;
}

#t4s-menu-drawer:not(.dusa-open) {
  pointer-events: none !important;
}

.dusa-after-footer-hidden {
  display: none !important;
  height: 0 !important;
  max-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.t4s-loading--bg,
.t4s-drawer__loading,
.lazyloadt4s-loader,
.t4s-pr__loader,
.t4s-img-loader {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

footer#t4s-footer ~ section.shopify-section,
footer#t4s-footer ~ main,
footer#t4s-footer ~ header,
footer#t4s-footer ~ .content-for-layout,
footer#t4s-footer ~ .t4s-sec-slideshow {
  display: none !important;
}

@media (max-width: 767px) {
  #shopify-section-toolbar_mobile {
    position: fixed !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    z-index: 9998 !important;
    width: auto !important;
    height: auto !important;
    max-width: none !important;
    max-height: none !important;
    overflow: visible !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }
}

/* ==========================================================================
   Cookie consent (GDPR/ePrivacy) — banner + preferences modal, site styling
   ========================================================================== */
.dusa-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 34px;
  padding: 0 24px;
  border: 1px solid #222;
  border-radius: 0;
  font-family: inherit;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: normal;
  text-transform: none;
  line-height: 1;
  cursor: pointer;
  transition: .3s ease-in-out;
  white-space: nowrap;
  color: #fff;
  background-color: #222;
}

.dusa-btn:hover {
  color: #fff;
  background-color: #e41955;
  border-color: #e41955;
}

.dusa-btn--primary {
  color: #fff;
  background-color: #222;
  border-color: #222;
}

.dusa-btn--ghost {
  padding: 0 23px;
  color: #222;
  background-color: transparent;
  border: 2px solid #222;
}

.dusa-btn--ghost:hover {
  color: #fff;
  background-color: #e41955;
  border-color: #e41955;
}

.dusa-btn--link {
  height: auto;
  padding: 0;
  color: #222;
  background: transparent;
  border: 0;
  font-weight: 600;
  letter-spacing: normal;
  text-transform: none;
  text-decoration: none;
}

.dusa-btn--link:hover {
  color: #e41955;
  background: transparent;
}

/* Banner */
#dusa-cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  padding: 18px 20px;
  background: #fff;
  border-top: 1px solid #e6e6e6;
  box-shadow: 0 -8px 30px rgba(30, 39, 46, .12);
  transform: translate3d(0, 0, 0);
  transition: transform .28s ease, opacity .28s ease;
}
#dusa-cookie-banner.is-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, 120%, 0);
}
.dusa-cookie-banner__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
}
.dusa-cookie-banner__text {
  margin: 0;
  color: #5b6570;
  font-size: 13px;
  line-height: 1.6;
  max-width: 720px;
}
.dusa-cookie-banner__privacy {
  color: #1e272e;
  font-weight: 600;
  text-decoration: underline;
}
.dusa-cookie-banner__privacy:hover { color: #e41955; }
.dusa-cookie-banner__actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

/* Modal */
#dusa-cookie-modal {
  position: fixed;
  inset: 0;
  z-index: 10006;
  display: none;
}
#dusa-cookie-modal.is-open { display: block; }
.dusa-cookie-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(30, 39, 46, .55);
}
.dusa-cookie-modal__card {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(480px, calc(100vw - 32px));
  max-height: calc(100vh - 48px);
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 0;
  box-shadow: 0 18px 50px rgba(30, 39, 46, .28);
  overflow: hidden;
}
.dusa-cookie-modal__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 22px;
  border-bottom: 1px solid #eee;
}
.dusa-cookie-modal__head h2 {
  margin: 0;
  color: #1e272e;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .2px;
}
.dusa-cookie-modal__x {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  padding: 0;
  border: 0;
  background: #1e272e;
  color: #fff;
  cursor: pointer;
  transition: .3s ease-in-out;
}
.dusa-cookie-modal__x:hover { background: #e41955; color: #fff; }
.dusa-cookie-modal__x svg { width: 16px; height: 16px; }
.dusa-cookie-modal__body {
  padding: 20px 22px;
  overflow-y: auto;
}
.dusa-cookie-modal__intro {
  margin: 0 0 18px;
  color: #5b6570;
  font-size: 13px;
  line-height: 1.6;
}
.dusa-cookie-modal__intro a {
  color: #1e272e;
  font-weight: 600;
  text-decoration: underline;
}
.dusa-cookie-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 0;
  border-top: 1px solid #f0f0f0;
}
.dusa-cookie-row__text strong {
  display: block;
  color: #1e272e;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 4px;
}
.dusa-cookie-row__text span {
  display: block;
  color: #878787;
  font-size: 12px;
  line-height: 1.5;
}
.dusa-cookie-modal__foot {
  display: flex;
  gap: 12px;
  padding: 16px 22px;
  border-top: 1px solid #eee;
}
.dusa-cookie-modal__foot .dusa-btn { flex: 1; }

/* Switch */
.dusa-switch {
  position: relative;
  flex-shrink: 0;
  width: 44px;
  height: 24px;
  margin-top: 2px;
  padding: 0;
  border: 1px solid #cdd4da;
  border-radius: 24px;
  background: #e6eaee;
  cursor: pointer;
  transition: background-color .2s ease, border-color .2s ease;
}
.dusa-switch__knob {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0,0,0,.25);
  transition: transform .2s ease;
}
.dusa-switch.is-on {
  background: #e41955;
  border-color: #e41955;
}
.dusa-switch.is-on .dusa-switch__knob { transform: translateX(20px); }
.dusa-switch.is-locked {
  background: #1e272e;
  border-color: #1e272e;
  cursor: not-allowed;
  opacity: .85;
}
.dusa-switch.is-locked .dusa-switch__knob { transform: translateX(20px); }

/* Footer settings link */
[data-cookie-open] {
  cursor: pointer;
}

@media (max-width: 767px) {
  #dusa-cookie-banner {
    bottom: calc(62px + env(safe-area-inset-bottom));
    padding: 16px;
  }
  .dusa-cookie-banner__inner {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .dusa-cookie-banner__text { max-width: none; }
  .dusa-cookie-banner__actions {
    flex-wrap: wrap;
    gap: 10px;
  }
  .dusa-cookie-banner__actions .dusa-btn {
    flex: 1 1 auto;
    min-width: 130px;
  }
  .dusa-cookie-banner__actions .dusa-btn--link {
    flex-basis: 100%;
    justify-content: center;
  }
  .dusa-cookie-modal__foot { flex-direction: column-reverse; }
}

/* ==========================================================================
   Desktop quick dock (Order / Color / Catalog shortcuts)
   ========================================================================== */
#dusa-quick-dock {
  position: fixed;
  right: 14px;
  bottom: 96px;
  z-index: 9990;
  display: none;
  flex-direction: column;
  background: #fff;
  border: 1px solid #e6e6e6;
  box-shadow: 0 6px 24px rgba(30, 39, 46, .10);
}

#dusa-quick-dock a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 64px;
  height: 56px;
  color: #1e272e;
  text-decoration: none;
  transition: .3s ease-in-out;
}

#dusa-quick-dock a + a {
  border-top: 1px solid #e6e6e6;
}

#dusa-quick-dock a:hover {
  color: #fff;
  background: #e41955;
}

#dusa-quick-dock svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#dusa-quick-dock span {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .3px;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  #dusa-quick-dock {
    display: flex;
  }
}
