::selection {
  background: #bfe3ff !important;
  color: #111 !important;
}

/* SanalsArt product mobile action placement fix */
@media (max-width: 1024px) {
  html.route-product-product .product-left,
  html.route-product-product .product-left-wrapper,
  html.route-product-product .product-image,
  html.route-product-product .main-image,
  html.route-product-product .main-image .swiper-container,
  html.route-product-product .main-image .swiper-wrapper,
  html.route-product-product .main-image .swiper-slide {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: visible !important;
  }

  html.route-product-product .product-left {
    margin-bottom: 0 !important;
  }

  html.route-product-product .product-right {
    position: static !important;
    transform: none !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  html.route-product-product .product-info .button-group-page {
    position: static !important;
    inset: auto !important;
    transform: none !important;
    z-index: auto !important;
    width: 100% !important;
    margin: 26px 0 18px !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
  }

  html.route-product-product .product-info .buttons-wrapper {
    position: static !important;
    transform: none !important;
  }

  html.route-product-product .product-info .button-group-page .sanals-browse-palette,
  html.route-product-product .product-info .button-group-page .sanals-browse-palette span,
  html.route-product-product .product-info .button-group-page .sanals-browse-palette .btn-text {
    --button-text-color: #fff !important;
    --btn-text-color: #fff !important;
    --btn-color: #fff !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    opacity: 1 !important;
    text-shadow: none !important;
  }

  html.route-product-product .product-info .button-group-page .btn-cart::before,
  html.route-product-product .product-info .button-group-page .btn-cart::after,
  html.route-product-product .product-info .button-group-page .sanals-browse-palette::before,
  html.route-product-product .product-info .button-group-page .sanals-browse-palette::after {
    opacity: 1 !important;
  }

  html.route-product-product .product-info .button-group-page .wishlist-compare {
    margin-top: 8px !important;
    padding-bottom: 18px !important;
  }
}

/* SanalsArt mobile product CTA text hard override */
@media (max-width: 1024px) {
  html.route-product-product .product-info .button-group-page a.btn.btn-cart.sanals-browse-palette,
  html.route-product-product .product-info .button-group-page a.btn.btn-cart.sanals-browse-palette:hover,
  html.route-product-product .product-info .button-group-page a.btn.btn-cart.sanals-browse-palette:focus {
    --button-text-color: #fff !important;
    --btn-text-color: #fff !important;
    --btn-color: #fff !important;
    --j-color-scheme-button-text: #fff !important;
    background: #000 !important;
    border-color: #000 !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
  }

  html.route-product-product .product-info .button-group-page a.btn.btn-cart.sanals-browse-palette *,
  html.route-product-product .product-info .button-group-page a.btn.btn-cart.sanals-browse-palette:hover *,
  html.route-product-product .product-info .button-group-page a.btn.btn-cart.sanals-browse-palette:focus *,
  html.route-product-product .product-info .button-group-page a.btn.btn-cart.sanals-browse-palette::before,
  html.route-product-product .product-info .button-group-page a.btn.btn-cart.sanals-browse-palette::after {
    color: #fff !important;
    opacity: 1 !important;
    text-shadow: none !important;
    -webkit-text-fill-color: #fff !important;
  }
}

/* SanalsArt product mobile polish — Jacksons style */
@media (max-width: 1024px) {
  html.route-product-product body {
    background: #f6f6f6;
  }

  html.route-product-product .breadcrumbs {
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch;
  }

  html.route-product-product .breadcrumb {
    display: flex !important;
    flex-wrap: nowrap !important;
    min-width: max-content;
    padding: 0 18px !important;
    white-space: nowrap !important;
  }

  html.route-product-product #product-product {
    padding: 0 !important;
    overflow: hidden;
  }

  html.route-product-product #content {
    padding: 0 !important;
  }

  html.route-product-product .site-wrapper > .page-title,
  html.route-product-product #content > .page-title {
    width: calc(100% - 36px);
    margin: 42px auto 26px !important;
    padding: 0 !important;
    text-align: left !important;
  }

  html.route-product-product .site-wrapper > .page-title .page-title-text,
  html.route-product-product #content > .page-title {
    color: #202428;
    font-size: clamp(34px, 7vw, 48px) !important;
    font-weight: 900 !important;
    letter-spacing: -.04em !important;
    line-height: 1.08 !important;
  }

  html.route-product-product .product-info {
    display: flex !important;
    flex-direction: column !important;
    gap: 28px !important;
    width: calc(100% - 36px) !important;
    margin: 0 auto !important;
    padding: 0 !important;
  }

  html.route-product-product .product-left,
  html.route-product-product .product-right,
  html.route-product-product .product-left-wrapper,
  html.route-product-product .product-details {
    float: none !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  html.route-product-product .product-image,
  html.route-product-product .main-image,
  html.route-product-product .main-image .swiper-container,
  html.route-product-product .main-image .swiper-slide {
    width: 100% !important;
    background: #fff !important;
  }

  html.route-product-product .main-image img {
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
  }

  html.route-product-product .additional-images,
  html.route-product-product .swiper-controls {
    display: none !important;
  }

  html.route-product-product .product-info .rating {
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    margin: 8px 0 22px !important;
  }

  html.route-product-product .product-info .rating .stars,
  html.route-product-product .product-info .rating .review-links {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
  }

  html.route-product-product .product-info .rating .fa-stack {
    width: 18px !important;
    height: 18px !important;
    line-height: 18px !important;
  }

  html.route-product-product .product-info .product-price-group {
    margin: 0 0 24px !important;
  }

  html.route-product-product .product-info .product-price,
  html.route-product-product .product-info .product-price-new {
    color: #202428 !important;
    font-size: clamp(38px, 9vw, 54px) !important;
    font-weight: 900 !important;
    line-height: 1 !important;
  }

  html.route-product-product .product-info .product-stats {
    margin: 22px 0 34px !important;
    padding: 22px !important;
    border: 1px solid #ddd !important;
    background: transparent !important;
  }

  html.route-product-product .product-info .product-stats ul {
    margin: 0 !important;
  }

  html.route-product-product .product-info .product-stats li {
    margin: 0 0 9px !important;
    color: #5f6569 !important;
    font-size: 17px !important;
    line-height: 1.35 !important;
  }

  html.route-product-product .product-info .button-group-page {
    margin: 8px 0 18px !important;
  }

  html.route-product-product .product-info .buttons-wrapper,
  html.route-product-product .product-info .button-group-page .cart-group {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 16px !important;
    width: 100% !important;
  }

  html.route-product-product .product-info .button-group-page .btn-cart.sanals-browse-palette,
  html.route-product-product .product-info .button-group-page .btn.sanals-browse-palette,
  html.route-product-product .sanals-browse-palette {
    min-height: 58px !important;
    border: 2px solid #000 !important;
    background: #000 !important;
    color: #fff !important;
    font-size: 17px !important;
    font-weight: 900 !important;
    letter-spacing: .14em !important;
    text-transform: uppercase !important;
  }

  html.route-product-product .product-info .button-group-page .btn-cart.sanals-browse-palette *,
  html.route-product-product .product-info .button-group-page .btn.sanals-browse-palette *,
  html.route-product-product .sanals-browse-palette * {
    color: #fff !important;
  }

  html.route-product-product .product-info .button-group-page .wishlist-compare {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    justify-items: start !important;
    width: 100% !important;
  }

  html.route-product-product .product-info .button-group-page .buttons-wrapper > .wishlist-compare {
    grid-column: 1 / -1 !important;
    justify-items: center !important;
    margin: 18px 0 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    transform: none !important;
  }

  html.route-product-product .product-info .button-group-page .btn-wishlist,
  html.route-product-product .product-info .button-group-page .btn-compare {
    min-height: auto !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #000 !important;
    font-size: 18px !important;
    font-weight: 900 !important;
    justify-content: center !important;
    max-width: 100% !important;
    overflow: visible !important;
    text-align: left !important;
    white-space: nowrap !important;
    transform: none !important;
  }

  html.route-product-product .product-info .button-group-page .btn-wishlist *,
  html.route-product-product .product-info .button-group-page .btn-compare * {
    color: #000 !important;
  }

  html.route-product-product .product-blocks.blocks-bottom .module-side_products,
  html.route-product-product .product-blocks.blocks-bottom .module-product_tabs,
  html.route-product-product .product-blocks.blocks-bottom .product-tabs,
  html.route-product-product .product-blocks.blocks-bottom .nav-tabs {
    display: none !important;
  }

  html.route-product-product .product-linked-palette-options {
    width: 100% !important;
    margin: 36px 0 0 !important;
  }

  html.route-product-product .product-linked-palette-options .brush-palette-title {
    color: #000 !important;
    font-size: 26px !important;
    font-weight: 900 !important;
    letter-spacing: .18em !important;
    text-transform: uppercase !important;
  }

  html.route-product-product .product-linked-palette-options .brush-palette-toolbar {
    overflow-x: auto !important;
    padding-bottom: 8px !important;
  }

  html.route-product-product .product-linked-palette-options .brush-palette-table,
  html.route-product-product .product-linked-palette-options .medium-palette-grid {
    display: grid !important;
    gap: 0 !important;
    width: 100% !important;
  }

  html.route-product-product .product-linked-palette-options .brush-palette-head {
    display: none !important;
  }

  html.route-product-product .product-linked-palette-options .brush-palette-row,
  html.route-product-product .product-linked-palette-options .medium-palette-card {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    padding: 18px 0 !important;
    border-top: 1px solid #e3e3e3 !important;
    background: transparent !important;
  }

  html.route-product-product .product-linked-palette-options .brush-palette-image,
  html.route-product-product .product-linked-palette-options .medium-palette-image {
    display: none !important;
  }

  html.route-product-product .product-linked-palette-options .brush-palette-code,
  html.route-product-product .product-linked-palette-options .medium-palette-title {
    color: #000 !important;
    font-size: 18px !important;
    font-weight: 900 !important;
    letter-spacing: .12em !important;
    text-transform: uppercase !important;
  }

  html.route-product-product .product-linked-palette-options .brush-palette-buy,
  html.route-product-product .product-linked-palette-options .medium-palette-buy {
    display: grid !important;
    grid-template-columns: 96px 1fr !important;
    gap: 12px !important;
    align-items: center !important;
  }

  html.route-product-product .sanals-product-info-tabs {
    width: calc(100% - 36px) !important;
    margin: 42px auto 0 !important;
    padding: 0 24px !important;
    border-radius: 0 !important;
    background: #fff !important;
  }

  html.route-product-product .sanals-product-info-tabs .accordion-toggle {
    min-height: 70px !important;
    padding: 22px 42px 22px 0 !important;
    color: #202428 !important;
    font-size: 18px !important;
    font-weight: 900 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
  }

  html.route-product-product .sanals-product-info-tabs .accordion-toggle::after {
    right: 2px !important;
    color: #000 !important;
    font-size: 32px !important;
  }

  html.route-product-product .sanals-product-info-tabs .panel-body {
    padding: 0 0 26px !important;
  }

  html.route-product-product .sanals-product-info-tabs table {
    width: 100% !important;
    table-layout: fixed !important;
  }

  html.route-product-product .sanals-customer-reviews {
    width: calc(100% - 36px) !important;
    margin: 72px auto 56px !important;
  }

  html.route-product-product .sanals-customer-reviews h2 {
    margin-bottom: 34px !important;
    font-size: 30px !important;
    letter-spacing: .16em !important;
  }

  html.route-product-product .sanals-review-overview {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
    max-width: 460px !important;
    margin-bottom: 44px !important;
  }

  html.route-product-product .sanals-review-score,
  html.route-product-product .sanals-review-bars {
    border-right: 0 !important;
    padding-right: 0 !important;
  }

  html.route-product-product .sanals-review-score {
    grid-template-columns: 1fr !important;
    justify-items: center !important;
    text-align: center !important;
  }

  html.route-product-product .sanals-review-score small {
    grid-column: auto !important;
  }

  html.route-product-product .sanals-review-toolbar {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 12px !important;
    padding: 16px !important;
  }

  html.route-product-product .sanals-review-search,
  html.route-product-product .sanals-review-sort {
    grid-column: 1 / -1 !important;
  }
}

/* Mobile filter drawer: use +/- only and Turkish labels */
@media (max-width: 1024px) {
  .mobile-filter-trigger,
  .mobile-filter-trigger .btn-text {
    color: #000 !important;
  }

  .mobile-filter-container .module-filter .accordion-toggle,
  .mobile-filter-container .desktop-filter-wrapper .accordion-toggle {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    padding-right: 42px !important;
    color: #202428 !important;
  }

  .mobile-filter-container .module-filter .accordion-toggle .fa,
  .mobile-filter-container .module-filter .accordion-toggle i,
  .mobile-filter-container .module-filter .accordion-toggle em,
  .mobile-filter-container .module-filter .accordion-toggle svg,
  .mobile-filter-container .module-filter .accordion-toggle .caret,
  .mobile-filter-container .desktop-filter-wrapper .accordion-toggle .fa,
  .mobile-filter-container .desktop-filter-wrapper .accordion-toggle i,
  .mobile-filter-container .desktop-filter-wrapper .accordion-toggle em,
  .mobile-filter-container .desktop-filter-wrapper .accordion-toggle svg,
  .mobile-filter-container .desktop-filter-wrapper .accordion-toggle .caret {
    display: none !important;
  }

  .mobile-filter-container .module-filter .accordion-toggle::before,
  .mobile-filter-container .module-filter .panel-title::before,
  .mobile-filter-container .module-filter .panel-heading::before,
  .mobile-filter-container .module-filter .panel-heading::after,
  .mobile-filter-container .desktop-filter-wrapper .accordion-toggle::before,
  .mobile-filter-container .desktop-filter-wrapper .panel-title::before,
  .mobile-filter-container .desktop-filter-wrapper .panel-heading::before,
  .mobile-filter-container .desktop-filter-wrapper .panel-heading::after {
    display: none !important;
    content: none !important;
  }

  .mobile-filter-container .module-filter .accordion-toggle::after,
  .mobile-filter-container .desktop-filter-wrapper .accordion-toggle::after {
    content: "−" !important;
    position: absolute !important;
    top: 50% !important;
    right: 10px !important;
    transform: translateY(-50%) !important;
    color: #000 !important;
    font-size: 30px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
  }

  .mobile-filter-container .module-filter .accordion-toggle.collapsed::after,
  .mobile-filter-container .module-filter .panel:not(.panel-active) .accordion-toggle::after,
  .mobile-filter-container .desktop-filter-wrapper .accordion-toggle.collapsed::after,
  .mobile-filter-container .desktop-filter-wrapper .panel:not(.panel-active) .accordion-toggle::after {
    content: "+" !important;
  }
}

/* SanalsArt true-final mobile product action placement */
@media (max-width: 1024px) {
  html.route-product-product .product-left,
  html.route-product-product .product-left-wrapper,
  html.route-product-product .product-image,
  html.route-product-product .main-image,
  html.route-product-product .main-image .swiper-container,
  html.route-product-product .main-image .swiper-wrapper,
  html.route-product-product .main-image .swiper-slide {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: visible !important;
  }

  html.route-product-product .main-image img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    object-fit: contain !important;
  }

  html.route-product-product .product-right,
  html.route-product-product .product-info .button-group-page,
  html.route-product-product .product-info .buttons-wrapper {
    position: static !important;
    inset: auto !important;
    transform: none !important;
    z-index: auto !important;
  }

  html.route-product-product .product-info .button-group-page {
    width: 100% !important;
    margin: 26px 0 18px !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
  }

  html.route-product-product .product-info .button-group-page .btn-cart,
  html.route-product-product .product-info .button-group-page .btn-cart span,
  html.route-product-product .product-info .button-group-page .btn-cart .btn-text,
  html.route-product-product .product-info .button-group-page .sanals-browse-palette,
  html.route-product-product .product-info .button-group-page .sanals-browse-palette span,
  html.route-product-product .product-info .button-group-page .sanals-browse-palette .btn-text {
    color: #fff !important;
    opacity: 1 !important;
    text-shadow: none !important;
  }

  html.route-product-product .product-info .button-group-page .wishlist-compare {
    margin-top: 8px !important;
    padding-bottom: 18px !important;
  }
}

/* SanalsArt final mobile action placement fix */
@media (max-width: 1024px) {
  html.route-product-product .product-left,
  html.route-product-product .product-left-wrapper,
  html.route-product-product .product-image,
  html.route-product-product .main-image,
  html.route-product-product .main-image .swiper-container,
  html.route-product-product .main-image .swiper-wrapper,
  html.route-product-product .main-image .swiper-slide {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: visible !important;
  }

  html.route-product-product .main-image img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    object-fit: contain !important;
  }

  html.route-product-product .product-right,
  html.route-product-product .product-info .button-group-page,
  html.route-product-product .product-info .buttons-wrapper {
    position: static !important;
    inset: auto !important;
    transform: none !important;
    z-index: auto !important;
  }

  html.route-product-product .product-info .button-group-page {
    width: 100% !important;
    margin: 26px 0 18px !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
  }

  html.route-product-product .product-info .button-group-page .btn-cart,
  html.route-product-product .product-info .button-group-page .btn-cart span,
  html.route-product-product .product-info .button-group-page .btn-cart .btn-text,
  html.route-product-product .product-info .button-group-page .sanals-browse-palette,
  html.route-product-product .product-info .button-group-page .sanals-browse-palette span,
  html.route-product-product .product-info .button-group-page .sanals-browse-palette .btn-text {
    color: #fff !important;
    opacity: 1 !important;
    text-shadow: none !important;
  }

  html.route-product-product .product-info .button-group-page .wishlist-compare {
    margin-top: 8px !important;
    padding-bottom: 18px !important;
  }
}

::-moz-selection {
  background: #bfe3ff !important;
  color: #111 !important;
}

.desktop-main-menu-wrapper .main-menu > .j-menu > li.multi-level.drop-menu > .dropdown-menu.j-dropdown {
  overflow: visible !important;
  width: 260px !important;
  min-width: 260px !important;
  max-width: 260px !important;
  padding: 0 !important;
  background: #fff !important;
  color: #111 !important;
}

.desktop-main-menu-wrapper .main-menu > .j-menu > li.multi-level.drop-menu > .dropdown-menu.j-dropdown > .j-menu {
  display: block !important;
  width: 260px !important;
  min-width: 260px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  background: #fff !important;
}

.desktop-main-menu-wrapper .main-menu > .j-menu > li.multi-level.drop-menu .j-menu > li.menu-item {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  min-height: 44px !important;
}

.desktop-main-menu-wrapper .main-menu > .j-menu > li.multi-level.drop-menu .j-menu > li.menu-item > a {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  min-height: 44px !important;
  padding: 0 18px !important;
  color: #111 !important;
  font-size: 15px !important;
  line-height: 44px !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.desktop-main-menu-wrapper .main-menu > .j-menu > li.multi-level.drop-menu .j-menu > li.menu-item > a .links-text,
.desktop-main-menu-wrapper .main-menu > .j-menu > li.multi-level.drop-menu .j-menu > li.menu-item > a .count-badge,
.desktop-main-menu-wrapper .main-menu > .j-menu > li.multi-level.drop-menu .j-menu > li.menu-item > a .open-menu,
.desktop-main-menu-wrapper .main-menu > .j-menu > li.multi-level.drop-menu .j-menu > li.menu-item > a .open-menu em {
  display: inline-flex !important;
  align-items: center !important;
  color: #111 !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.desktop-main-menu-wrapper .main-menu > .j-menu > li.multi-level.drop-menu .j-menu > li.menu-item > .dropdown-menu.j-dropdown {
  display: none !important;
  position: absolute !important;
  top: 0 !important;
  left: 100% !important;
  width: 260px !important;
  min-width: 260px !important;
  max-width: 260px !important;
  padding: 0 !important;
  background: #fff !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.desktop-main-menu-wrapper .main-menu > .j-menu > li.multi-level.drop-menu .j-menu > li.menu-item:hover > .dropdown-menu.j-dropdown {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

html.desktop-header-active body > header.is-sticky,
html.desktop-header-active .header.is-sticky,
html.desktop-header-active .desktop-header.is-sticky,
html.desktop-header-active .desktop-main-menu-wrapper.is-sticky {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

html.desktop-header-active body > .top-bar.is-sticky,
html.desktop-header-active body > .header-top.is-sticky,
html.desktop-header-active body > .desktop-header-active.is-sticky,
html.desktop-header-active .top-bar.is-sticky,
html.desktop-header-active .header-top.is-sticky,
html.desktop-header-active .desktop-header-wrapper.is-sticky,
html.desktop-header-active .desktop-header-active.is-sticky,
html.desktop-header-active .sticky-bar,
html.desktop-header-active .sticky-wrapper,
html.desktop-header-active .sticky-header {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

html.header-sticky body > header,
html.header-sticky .desktop-header,
html.header-sticky .desktop-header-wrapper,
html.header-sticky .top-bar,
html.header-sticky .mid-bar,
html.header-sticky .desktop-main-menu-wrapper {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.mobile-header .mobile-menu-trigger,
.mobile-header .mobile-menu-trigger span,
.mobile-header .mobile-menu-trigger em,
.mobile-header .mobile-account,
.mobile-header .mobile-account span,
.mobile-header .mobile-account em,
.mobile-header .mobile-wishlist,
.mobile-header .mobile-wishlist span,
.mobile-header .mobile-wishlist em,
.mobile-header .mobile-cart,
.mobile-header .mobile-cart span,
.mobile-header .mobile-cart em,
.mobile-header .mobile-bar-group a,
.mobile-header .mobile-bar-group a span,
.mobile-header .mobile-bar-group a em,
.mobile-header .mobile-buttons a,
.mobile-header .mobile-buttons a span,
.mobile-header .mobile-buttons a em,
.mobile-header .mobile-main-menu-button,
.mobile-header .mobile-main-menu-button span,
.mobile-header .mobile-main-menu-button em,
.mobile-header #cart,
.mobile-header #cart span,
.mobile-header #cart em {
  color: #111 !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.mobile-header .mobile-bar-group a:before,
.mobile-header .mobile-bar-group a:after,
.mobile-header .mobile-buttons a:before,
.mobile-header .mobile-buttons a:after,
.mobile-header .mobile-main-menu-button:before,
.mobile-header .mobile-main-menu-button:after,
.mobile-header #cart > a > em:before {
  color: #111 !important;
  opacity: 1 !important;
}

html.mobile-overlay body > header,
html.mobile-menu-active body > header,
html.mobile-header-active body > header {
  position: relative !important;
  z-index: 1401 !important;
  opacity: 1 !important;
  filter: none !important;
}

html.mobile-menu-active body > header,
html.mobile-overlay body > header {
  z-index: 1 !important;
}

html.mobile-main-menu-container-open body > header,
html.mobile-main-menu-container-open body > .global-wrapper > header,
html.mobile-main-menu-container-open body > .global-wrapper > .site-wrapper > header,
html.mobile-main-menu-container-open body .global-wrapper > header {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

html.mobile-menu-active body > header > .mobile-header,
html.mobile-overlay body > header > .mobile-header {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

html.mobile-overlay body > header .site-overlay,
html.mobile-menu-active body > header .site-overlay,
html.mobile-header-active body > header .site-overlay {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

html.mobile-overlay body > header .mobile-header,
html.mobile-menu-active body > header .mobile-header,
html.mobile-header-active body > header .mobile-header,
html.mobile-overlay body > header .mobile-header *,
html.mobile-menu-active body > header .mobile-header *,
html.mobile-header-active body > header .mobile-header * {
  opacity: 1 !important;
  filter: none !important;
}

.mobile-container .menu-item > a,
.mobile-container .menu-item > a span,
.mobile-container .menu-item > a em,
.mobile-container .menu-item > a i,
.mobile-container .links-menu a,
.mobile-container .links-menu a span,
.mobile-container .links-menu a em,
.mobile-container .links-menu a i,
.mobile-container .open-menu {
  color: #111 !important;
  opacity: 1 !important;
}

.mobile-container .menu-item > a:before,
.mobile-container .menu-item > a:after,
.mobile-container .menu-item > a em:before,
.mobile-container .menu-item > a i:before,
.mobile-container .links-menu a:before,
.mobile-container .links-menu a:after,
.mobile-container .links-menu a em:before,
.mobile-container .links-menu a i:before,
.mobile-container .open-menu:before,
.mobile-container .open-menu:after {
  color: #111 !important;
  opacity: 1 !important;
}

body > header .mobile-header a[aria-label],
body > header .mobile-header a[title],
body > header .mobile-header button[aria-label],
body > header .mobile-header .menu-trigger,
body > header .mobile-header .mobile-menu,
body > header .mobile-header .mobile-account,
body > header .mobile-header .mobile-wishlist,
body > header .mobile-header .mobile-cart,
body > header .mobile-header .cart-heading,
body > header .mobile-header #wishlist-total,
body > header .mobile-header #cart,
body > header .mobile-header a[aria-label] *,
body > header .mobile-header a[title] *,
body > header .mobile-header button[aria-label] *,
body > header .mobile-header .menu-trigger *,
body > header .mobile-header .mobile-menu *,
body > header .mobile-header .mobile-account *,
body > header .mobile-header .mobile-wishlist *,
body > header .mobile-header .mobile-cart *,
body > header .mobile-header .cart-heading *,
body > header .mobile-header #wishlist-total *,
body > header .mobile-header #cart * {
  color: #111 !important;
  opacity: 1 !important;
  filter: none !important;
}

body > header .mobile-header a[aria-label] svg,
body > header .mobile-header a[title] svg,
body > header .mobile-header button[aria-label] svg,
body > header .mobile-header .menu-trigger svg,
body > header .mobile-header .mobile-account svg,
body > header .mobile-header .mobile-wishlist svg,
body > header .mobile-header .mobile-cart svg,
body > header .mobile-header .cart-heading svg,
body > header .mobile-header #wishlist-total svg,
body > header .mobile-header #cart svg,
body > header .mobile-header a[aria-label] svg *,
body > header .mobile-header a[title] svg *,
body > header .mobile-header button[aria-label] svg *,
body > header .mobile-header .menu-trigger svg *,
body > header .mobile-header .mobile-account svg *,
body > header .mobile-header .mobile-wishlist svg *,
body > header .mobile-header .mobile-cart svg *,
body > header .mobile-header .cart-heading svg *,
body > header .mobile-header #wishlist-total svg *,
body > header .mobile-header #cart svg * {
  color: #111 !important;
  stroke: #111 !important;
  fill: #111 !important;
  opacity: 1 !important;
}

body > header .mobile-header a[aria-label]:before,
body > header .mobile-header a[aria-label]:after,
body > header .mobile-header a[title]:before,
body > header .mobile-header a[title]:after,
body > header .mobile-header button[aria-label]:before,
body > header .mobile-header button[aria-label]:after,
body > header .mobile-header .menu-trigger:before,
body > header .mobile-header .menu-trigger:after,
body > header .mobile-header .mobile-account:before,
body > header .mobile-header .mobile-account:after,
body > header .mobile-header .mobile-wishlist:before,
body > header .mobile-header .mobile-wishlist:after,
body > header .mobile-header .mobile-cart:before,
body > header .mobile-header .mobile-cart:after,
body > header .mobile-header .cart-heading:before,
body > header .mobile-header .cart-heading:after,
body > header .mobile-header #wishlist-total:before,
body > header .mobile-header #wishlist-total:after,
body > header .mobile-header #cart:before,
body > header .mobile-header #cart:after {
  color: #111 !important;
  opacity: 1 !important;
  filter: none !important;
}

body > header .module-header_mobile_2-679,
body > header .module-header_mobile_2-679 .mobile-bar,
body > header .module-header_mobile_2-679 .mobile-bar-group {
  --j-color-scheme-foreground-primary-h: 0 !important;
  --j-color-scheme-foreground-primary-s: 0% !important;
  --j-color-scheme-foreground-primary-l: 0% !important;
  --j-color-scheme-foreground-primary-a: 1 !important;
  --j-color-scheme-foreground-secondary-h: 0 !important;
  --j-color-scheme-foreground-secondary-s: 0% !important;
  --j-color-scheme-foreground-secondary-l: 0% !important;
  --j-color-scheme-foreground-secondary-a: 1 !important;
  --j-color-scheme-foreground-tertiary-h: 0 !important;
  --j-color-scheme-foreground-tertiary-s: 0% !important;
  --j-color-scheme-foreground-tertiary-l: 0% !important;
  --j-color-scheme-foreground-tertiary-a: 1 !important;
  --j-color-scheme-text-link-h: 0 !important;
  --j-color-scheme-text-link-s: 0% !important;
  --j-color-scheme-text-link-l: 0% !important;
  --j-color-scheme-text-link-a: 1 !important;
  opacity: 1 !important;
  filter: none !important;
}

body > header .module-header_mobile_2-679 .menu-trigger,
body > header .module-header_mobile_2-679 .menu-trigger .menu-icon,
body > header .module-header_mobile_2-679 .mobile-custom-menu,
body > header .module-header_mobile_2-679 .mobile-custom-menu .links-text,
body > header .module-header_mobile_2-679 .mobile-custom-menu .count-badge,
body > header .module-header_mobile_2-679 .mobile-cart-wrapper,
body > header .module-header_mobile_2-679 .mobile-cart-wrapper #cart,
body > header .module-header_mobile_2-679 .mobile-cart-wrapper #cart > a,
body > header .module-header_mobile_2-679 .mobile-cart-wrapper #cart > a em,
body > header .module-header_mobile_2-679 .mobile-cart-wrapper #cart > a span,
body > header .module-header_mobile_2-679 .cart-heading,
body > header .module-header_mobile_2-679 .cart-heading em,
body > header .module-header_mobile_2-679 .cart-heading span {
  color: #111 !important;
  opacity: 1 !important;
  filter: none !important;
  -webkit-text-fill-color: #111 !important;
}

body > header .module-header_mobile_2-679 .menu-trigger:before,
body > header .module-header_mobile_2-679 .menu-trigger:after,
body > header .module-header_mobile_2-679 .menu-trigger .menu-icon:before,
body > header .module-header_mobile_2-679 .menu-trigger .menu-icon:after,
body > header .module-header_mobile_2-679 .mobile-custom-menu:before,
body > header .module-header_mobile_2-679 .mobile-custom-menu:after,
body > header .module-header_mobile_2-679 .mobile-custom-menu .links-text:before,
body > header .module-header_mobile_2-679 .mobile-custom-menu .links-text:after,
body > header .module-header_mobile_2-679 .mobile-cart-wrapper:before,
body > header .module-header_mobile_2-679 .mobile-cart-wrapper:after,
body > header .module-header_mobile_2-679 .mobile-cart-wrapper #cart:before,
body > header .module-header_mobile_2-679 .mobile-cart-wrapper #cart:after,
body > header .module-header_mobile_2-679 .mobile-cart-wrapper #cart > a:before,
body > header .module-header_mobile_2-679 .mobile-cart-wrapper #cart > a:after,
body > header .module-header_mobile_2-679 .mobile-cart-wrapper #cart > a em:before,
body > header .module-header_mobile_2-679 .mobile-cart-wrapper #cart > a em:after,
body > header .module-header_mobile_2-679 .cart-heading:before,
body > header .module-header_mobile_2-679 .cart-heading:after,
body > header .module-header_mobile_2-679 .cart-heading em:before,
body > header .module-header_mobile_2-679 .cart-heading em:after {
  color: #111 !important;
  opacity: 1 !important;
  filter: none !important;
  -webkit-text-fill-color: #111 !important;
}

body > header .module-header_mobile_2-679 .menu-trigger .menu-icon {
  background-color: #111 !important;
}

body > header .module-header_mobile_2-679 .menu-trigger .menu-icon:before,
body > header .module-header_mobile_2-679 .menu-trigger .menu-icon:after {
  background-color: #111 !important;
}

.mobile-main-menu-container .accordion-menu,
.desktop-mobile-main-menu-container .accordion-menu,
.mobile-main-menu-container .accordion-menu *,
.desktop-mobile-main-menu-container .accordion-menu * {
  opacity: 1 !important;
  filter: none !important;
  visibility: visible !important;
}

.mobile-main-menu-container .accordion-menu .j-menu,
.desktop-mobile-main-menu-container .accordion-menu .j-menu {
  display: block !important;
  background: transparent !important;
}

.mobile-main-menu-container .accordion-menu .menu-item,
.desktop-mobile-main-menu-container .accordion-menu .menu-item {
  display: block !important;
  min-height: 48px !important;
}

.mobile-main-menu-container .accordion-menu .menu-item > a,
.desktop-mobile-main-menu-container .accordion-menu .menu-item > a {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  min-height: 48px !important;
  padding: 8px 16px !important;
  color: #111 !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-text-fill-color: #111 !important;
}

.mobile-main-menu-container .accordion-menu .links-text,
.desktop-mobile-main-menu-container .accordion-menu .links-text {
  display: inline-flex !important;
  color: #111 !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  opacity: 1 !important;
  visibility: visible !important;
  max-width: none !important;
  width: auto !important;
  height: auto !important;
  text-indent: 0 !important;
  overflow: visible !important;
  -webkit-text-fill-color: #111 !important;
}

.mobile-main-menu-container .accordion-menu .count-badge,
.desktop-mobile-main-menu-container .accordion-menu .count-badge {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #111 !important;
  background: #fff !important;
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-text-fill-color: #111 !important;
}

.mobile-main-menu-container .accordion-menu .open-menu,
.desktop-mobile-main-menu-container .accordion-menu .open-menu {
  margin-left: auto !important;
  color: #111 !important;
  opacity: 1 !important;
  -webkit-text-fill-color: #111 !important;
}

.mobile-main-menu-container .accordion-menu .open-menu em,
.desktop-mobile-main-menu-container .accordion-menu .open-menu em,
.mobile-main-menu-container .accordion-menu .open-menu em:before,
.desktop-mobile-main-menu-container .accordion-menu .open-menu em:before {
  color: #111 !important;
  opacity: 1 !important;
  -webkit-text-fill-color: #111 !important;
}

.mobile-main-menu-container .accordion-menu .menu-image,
.desktop-mobile-main-menu-container .accordion-menu .menu-image {
  display: inline-flex !important;
  flex: 0 0 auto !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.btn.btn-primary,
a.btn.btn-primary,
button.btn.btn-primary,
input.btn.btn-primary,
.buttons .btn.btn-primary,
.form-horizontal .btn.btn-primary,
.login-box .btn.btn-primary {
  color: #fff !important;
  background: #111 !important;
  background-color: #111 !important;
  border-color: #111 !important;
  opacity: 1 !important;
  filter: none !important;
  -webkit-text-fill-color: #fff !important;
  box-shadow: none !important;
}

.btn.btn-primary span,
a.btn.btn-primary span,
button.btn.btn-primary span,
.buttons .btn.btn-primary span,
.form-horizontal .btn.btn-primary span,
.login-box .btn.btn-primary span {
  color: #fff !important;
  opacity: 1 !important;
  -webkit-text-fill-color: #fff !important;
}

.btn.btn-primary:before,
.btn.btn-primary:after,
.btn.btn-primary i,
.btn.btn-primary i:before,
.btn.btn-primary em,
.btn.btn-primary em:before {
  color: #fff !important;
  opacity: 1 !important;
  -webkit-text-fill-color: #fff !important;
}

.no-touchevents .btn.btn-primary:hover,
.btn.btn-primary:hover,
.btn.btn-primary:focus {
  color: #fff !important;
  background: #333 !important;
  background-color: #333 !important;
  border-color: #333 !important;
  opacity: 1 !important;
  -webkit-text-fill-color: #fff !important;
}

.btn.btn-primary[disabled],
.btn.btn-primary.disabled,
button.btn.btn-primary[disabled],
input.btn.btn-primary[disabled] {
  color: #fff !important;
  background: #777 !important;
  background-color: #777 !important;
  border-color: #777 !important;
  opacity: 1 !important;
  cursor: not-allowed !important;
  -webkit-text-fill-color: #fff !important;
}

html[class*="route-account-"] .btn.btn-info,
html[class*="route-account-"] a.btn.btn-info,
html[class*="route-account-"] button.btn.btn-info {
  color: #fff !important;
  background: #111 !important;
  background-color: #111 !important;
  border-color: #111 !important;
  opacity: 1 !important;
  filter: none !important;
  -webkit-text-fill-color: #fff !important;
  box-shadow: none !important;
}

html[class*="route-account-"] .btn.btn-info *,
html[class*="route-account-"] .btn.btn-info:before,
html[class*="route-account-"] .btn.btn-info:after,
html[class*="route-account-"] .btn.btn-info i,
html[class*="route-account-"] .btn.btn-info i:before,
html[class*="route-account-"] .btn.btn-info em,
html[class*="route-account-"] .btn.btn-info em:before {
  color: #fff !important;
  opacity: 1 !important;
  filter: none !important;
  -webkit-text-fill-color: #fff !important;
}

html[class*="route-account-"] .btn.btn-danger,
html[class*="route-account-"] a.btn.btn-danger,
html[class*="route-account-"] button.btn.btn-danger {
  color: #fff !important;
  background: #c51f2f !important;
  background-color: #c51f2f !important;
  border-color: #c51f2f !important;
  opacity: 1 !important;
  filter: none !important;
  -webkit-text-fill-color: #fff !important;
}

.reset-filter.btn,
button.reset-filter.btn,
.module-filter .reset-filter.btn,
.mobile-filter-container .reset-filter.btn {
  color: #111 !important;
  background: transparent !important;
  background-color: transparent !important;
  border-color: transparent !important;
  opacity: 1 !important;
  filter: none !important;
  -webkit-text-fill-color: #111 !important;
}

.reset-filter.btn:before,
.reset-filter.btn:after,
.reset-filter.btn span,
.reset-filter.btn i,
.reset-filter.btn i:before,
.reset-filter.btn em,
.reset-filter.btn em:before {
  color: #111 !important;
  opacity: 1 !important;
  filter: none !important;
  -webkit-text-fill-color: #111 !important;
}

.no-touchevents .reset-filter.btn:hover,
.reset-filter.btn:hover,
.reset-filter.btn:focus {
  color: #0057d8 !important;
  background: transparent !important;
  background-color: transparent !important;
  opacity: 1 !important;
  -webkit-text-fill-color: #0057d8 !important;
}

body > header .mobile-header .mobile-custom-menu,
body > header .mobile-header .mobile-custom-menu *,
body > header .mobile-header .mobile-custom-menu:before,
body > header .mobile-header .mobile-custom-menu:after,
body > header .mobile-header .mobile-custom-menu .links-text,
body > header .mobile-header .mobile-custom-menu .links-text:before,
body > header .mobile-header .mobile-custom-menu .links-text:after,
body > header .mobile-header .mobile-custom-menu .count-badge,
body > header .mobile-header .mobile-custom-menu .count-badge *,
body > header .mobile-header .mobile-custom-menu svg,
body > header .mobile-header .mobile-custom-menu svg * {
  color: #111 !important;
  stroke: #111 !important;
  fill: #111 !important;
  opacity: 1 !important;
  filter: none !important;
  visibility: visible !important;
  -webkit-text-fill-color: #111 !important;
}

body > header .mobile-header .mobile-custom-menu .count-badge {
  background: #fff !important;
  border-color: #dfe3ea !important;
}

.account-page .my-account,
.account-page .my-account *,
#account-account .my-account,
#account-account .my-account *,
#account-account .account-list,
#account-account .account-list * {
  opacity: 1 !important;
  filter: none !important;
  visibility: visible !important;
}

.account-page .my-account .title,
#account-account .my-account .title {
  color: #111 !important;
  -webkit-text-fill-color: #111 !important;
}

.account-page .account-list a,
#account-account .account-list a,
.account-page .account-list a span,
#account-account .account-list a span,
.account-page .account-list a:before,
#account-account .account-list a:before,
.account-page .account-list a:after,
#account-account .account-list a:after,
.account-page .account-list i,
#account-account .account-list i,
.account-page .account-list i:before,
#account-account .account-list i:before,
.account-page .account-list em,
#account-account .account-list em,
.account-page .account-list em:before,
#account-account .account-list em:before {
  color: #111 !important;
  opacity: 1 !important;
  filter: none !important;
  -webkit-text-fill-color: #111 !important;
}

#account-account .side-column,
#account-account .side-column *,
#account-account #column-right,
#account-account #column-right *,
#account-account #column-left,
#account-account #column-left *,
#account-account .module,
#account-account .module *,
#account-account .links-menu,
#account-account .links-menu *,
#account-account .accordion-menu,
#account-account .accordion-menu *,
#account-account .module-title,
#account-account .module-title *,
#account-account .module-body,
#account-account .module-body * {
  opacity: 1 !important;
  filter: none !important;
  visibility: visible !important;
}

#account-account .side-column a,
#account-account #column-right a,
#account-account #column-left a,
#account-account .module a,
#account-account .links-menu a,
#account-account .accordion-menu a,
#account-account .side-column span,
#account-account #column-right span,
#account-account #column-left span,
#account-account .module span,
#account-account .links-menu span,
#account-account .accordion-menu span,
#account-account .side-column .title,
#account-account #column-right .title,
#account-account #column-left .title,
#account-account .module-title,
#account-account .module-title span {
  color: #111 !important;
  opacity: 1 !important;
  filter: none !important;
  -webkit-text-fill-color: #111 !important;
}

#account-account .side-column a:before,
#account-account .side-column a:after,
#account-account #column-right a:before,
#account-account #column-right a:after,
#account-account #column-left a:before,
#account-account #column-left a:after,
#account-account .module a:before,
#account-account .module a:after,
#account-account .links-menu a:before,
#account-account .links-menu a:after,
#account-account .accordion-menu a:before,
#account-account .accordion-menu a:after,
#account-account .module em,
#account-account .module em:before,
#account-account .module i,
#account-account .module i:before {
  color: #111 !important;
  opacity: 1 !important;
  filter: none !important;
  -webkit-text-fill-color: #111 !important;
}

#account-account #column-right .accordion-menu .j-menu,
#account-account #column-right .accordion-menu .menu-item,
#account-account #column-right .accordion-menu .menu-item > a,
#account-account #column-right .accordion-menu .links-text,
#account-account #column-right .accordion-menu .count-badge,
#account-account #column-right .accordion-menu .open-menu,
#account-account #column-right .accordion-menu .open-menu em,
#account-account #column-right .accordion-menu .open-menu em:before {
  display: flex !important;
  color: #111 !important;
  opacity: 1 !important;
  filter: none !important;
  visibility: visible !important;
  -webkit-text-fill-color: #111 !important;
}

#account-account #column-right .accordion-menu .j-menu {
  flex-direction: column !important;
}

#account-account #column-right .accordion-menu .menu-item > a {
  align-items: center !important;
  justify-content: space-between !important;
}

#account-account #column-right .accordion-menu .links-text {
  font-size: inherit !important;
  line-height: inherit !important;
  transform: none !important;
}

#account-account #column-right .info_blocks,
#account-account #column-right .info_blocks *,
#account-account #column-right .info-block,
#account-account #column-right .info-block *,
#account-account #column-right .info-block-content,
#account-account #column-right .info-block-title,
#account-account #column-right .info-block-text,
#account-account #column-right .info-block-button,
#account-account #column-right .blocks,
#account-account #column-right .blocks *,
#account-account #column-right .block-body,
#account-account #column-right .block-content,
#account-account #column-right .block-content *,
#account-account #column-right .block-title,
#account-account #column-right .block-footer,
#account-account #column-right .block-footer * {
  color: #111 !important;
  opacity: 1 !important;
  filter: none !important;
  visibility: visible !important;
  -webkit-text-fill-color: #111 !important;
}

#account-account #column-right .module-body,
#account-account #column-right .module-body *,
#account-account #column-right .info_blocks-grid,
#account-account #column-right .auto-grid-items,
#account-account #column-right .auto-grid-items > *,
#account-account #column-right .swiper-wrapper,
#account-account #column-right .swiper-slide {
  opacity: 1 !important;
  filter: none !important;
  visibility: visible !important;
}

html[class*="route-account-"] #column-right,
html[class*="route-account-"] #column-right *,
html[class*="route-account-"] #column-right .accordion-menu,
html[class*="route-account-"] #column-right .accordion-menu *,
html[class*="route-account-"] #column-right .accordion-menu-126,
html[class*="route-account-"] #column-right .accordion-menu-126 *,
html[class*="route-account-"] #column-right .j-menu,
html[class*="route-account-"] #column-right .j-menu *,
html[class*="route-account-"] #column-right .menu-item,
html[class*="route-account-"] #column-right .menu-item *,
html[class*="route-account-"] #column-right .links-text,
html[class*="route-account-"] #column-right .count-badge,
html[class*="route-account-"] #column-right .module-title,
html[class*="route-account-"] #column-right .title,
html[class*="route-account-"] #column-right a,
html[class*="route-account-"] #column-right a *,
html[class*="route-account-"] #column-right a:before,
html[class*="route-account-"] #column-right a:after {
  color: #111 !important;
  opacity: 1 !important;
  filter: none !important;
  visibility: visible !important;
  -webkit-text-fill-color: #111 !important;
}

html[class*="route-account-"] #column-right .accordion-menu .j-menu,
html[class*="route-account-"] #column-right .accordion-menu-126 .j-menu {
  display: flex !important;
  flex-direction: column !important;
}

html[class*="route-account-"] #column-right .accordion-menu .menu-item,
html[class*="route-account-"] #column-right .accordion-menu-126 .menu-item {
  display: block !important;
}

html[class*="route-account-"] #column-right .accordion-menu .menu-item > a,
html[class*="route-account-"] #column-right .accordion-menu-126 .menu-item > a {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}

html[class*="route-account-"] #column-right div.accordion-menu-126.accordion-menu .menu-item > a > .links-text,
html[class*="route-account-"] #column-right div.accordion-menu.accordion-menu-126 .menu-item > a > .links-text {
  display: inline-block !important;
  color: #111 !important;
  opacity: 1 !important;
  filter: none !important;
  visibility: visible !important;
  -webkit-text-fill-color: #111 !important;
}

html[class*="route-account-"] #column-right div.accordion-menu-126.accordion-menu .menu-item > a > .count-badge,
html[class*="route-account-"] #column-right div.accordion-menu.accordion-menu-126 .menu-item > a > .count-badge {
  display: inline-flex !important;
  color: #111 !important;
  background: #fff !important;
  border-color: #dfe3ea !important;
  opacity: 1 !important;
  filter: none !important;
  visibility: visible !important;
  -webkit-text-fill-color: #111 !important;
}

body > header #cart,
body > header #cart *,
body > header #cart:before,
body > header #cart:after,
body > header #cart > a,
body > header #cart > a *,
body > header #cart > a:before,
body > header #cart > a:after,
body > header #cart > a em,
body > header #cart > a em:before,
body > header #cart > a em:after,
body > header .cart-heading,
body > header .cart-heading *,
body > header .cart-heading:before,
body > header .cart-heading:after,
body > header .cart-label,
body > header .cart-title,
body > header .cart-text,
body > header #cart-total,
body > header #cart-total * {
  color: #111 !important;
  opacity: 1 !important;
  filter: none !important;
  visibility: visible !important;
  -webkit-text-fill-color: #111 !important;
}

body > header #cart-items.count-badge {
  color: #111 !important;
  background: #fff !important;
  border-color: #dfe3ea !important;
  opacity: 1 !important;
  -webkit-text-fill-color: #111 !important;
}

.header-classic .classic-cart-wrapper,
.header-classic .classic-cart-wrapper > .top-menu,
.header-classic .classic-cart-wrapper > .top-menu > .j-menu {
  display: flex !important;
  align-items: center !important;
  gap: 18px !important;
}

.header-classic .classic-cart-wrapper > .top-menu > .j-menu > .menu-item > a,
.header-classic .classic-cart-wrapper > .top-menu > .j-menu > .menu-item > a:before,
.header-classic .classic-cart-wrapper > .top-menu > .j-menu > .menu-item > a:after,
.header-classic .classic-cart-wrapper > .top-menu > .j-menu > .menu-item > a em,
.header-classic .classic-cart-wrapper > .top-menu > .j-menu > .menu-item > a em:before,
.header-classic .classic-cart-wrapper > .top-menu > .j-menu > .menu-item > a > .links-text,
.header-classic .desktop-cart-wrapper,
.header-classic .desktop-cart-wrapper #cart,
.header-classic .desktop-cart-wrapper #cart > a,
.header-classic .desktop-cart-wrapper #cart > a em,
.header-classic .desktop-cart-wrapper #cart > a em:before {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 30px !important;
  height: 30px !important;
  color: #111 !important;
  font-size: 25px !important;
  line-height: 1 !important;
  opacity: 1 !important;
  filter: none !important;
  visibility: visible !important;
  -webkit-text-fill-color: #111 !important;
}

.header-classic .classic-cart-wrapper > .top-menu > .j-menu > .menu-item > a > .links-text {
  font-size: 0 !important;
  width: 30px !important;
  overflow: hidden !important;
}

.header-classic .classic-cart-wrapper .dropdown-menu,
.header-classic .classic-cart-wrapper .dropdown-menu .j-menu {
  display: block !important;
  gap: 0 !important;
}

.header-classic .classic-cart-wrapper .dropdown-menu .menu-item,
.header-classic .classic-cart-wrapper .dropdown-menu .menu-item > a {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: auto !important;
  height: auto !important;
  color: #111 !important;
  font-size: 16px !important;
  line-height: 1.35 !important;
  opacity: 1 !important;
  filter: none !important;
  visibility: visible !important;
  -webkit-text-fill-color: #111 !important;
}

.header-classic .classic-cart-wrapper .dropdown-menu .menu-item > a > .links-text {
  display: inline-block !important;
  width: auto !important;
  height: auto !important;
  color: #111 !important;
  font-size: 16px !important;
  line-height: 1.35 !important;
  overflow: visible !important;
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-text-fill-color: #111 !important;
}

.header-classic .desktop-cart-wrapper #cart > a em:before {
  color: #111 !important;
  font-size: 25px !important;
  line-height: 1 !important;
  opacity: 1 !important;
  -webkit-text-fill-color: #111 !important;
}

.header-classic .classic-cart-wrapper .top-menu-1080 > .j-menu {
  display: flex !important;
  align-items: center !important;
  gap: 18px !important;
}

.header-classic .classic-cart-wrapper .top-menu-1080 > .j-menu > .top-menu-item > a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 30px !important;
  height: 30px !important;
  color: #111 !important;
  font-size: 25px !important;
  line-height: 1 !important;
  opacity: 1 !important;
  filter: none !important;
  visibility: visible !important;
  -webkit-text-fill-color: #111 !important;
}

.header-classic .classic-cart-wrapper .top-menu-1080 > .j-menu > .top-menu-item > a:before {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 30px !important;
  height: 30px !important;
  color: #111 !important;
  font-family: icomoon !important;
  font-size: 25px !important;
  line-height: 1 !important;
  opacity: 1 !important;
  filter: none !important;
  visibility: visible !important;
  -webkit-text-fill-color: #111 !important;
}

.header-classic .classic-cart-wrapper .top-menu-1080 > .j-menu > .top-menu-item > a > .links-text {
  display: inline-block !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  overflow: hidden !important;
}

.header-classic .classic-cart-wrapper .top-menu-1080 .dropdown-menu .j-menu {
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
}

.header-classic .classic-cart-wrapper .top-menu-1080 .dropdown-menu .j-menu > .menu-item {
  width: 100% !important;
  height: auto !important;
}

.header-classic .classic-cart-wrapper .top-menu-1080 .dropdown-menu .j-menu > .menu-item > a {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: 100% !important;
  height: auto !important;
  min-height: 42px !important;
  padding: 10px 14px !important;
  gap: 8px !important;
  color: #111 !important;
  line-height: 1.35 !important;
  text-align: left !important;
  white-space: nowrap !important;
}

.header-classic .classic-cart-wrapper .top-menu-1080 .dropdown-menu .j-menu > .menu-item > a:before {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 18px !important;
  height: 18px !important;
  flex: 0 0 18px !important;
  margin: 0 8px 0 0 !important;
  color: #111 !important;
  font-size: 18px !important;
  line-height: 1 !important;
  opacity: 1 !important;
  -webkit-text-fill-color: #111 !important;
}

.header-classic .classic-cart-wrapper .top-menu-1080 .dropdown-menu .j-menu > .menu-item > a > .links-text {
  display: inline-block !important;
  width: auto !important;
  height: auto !important;
  color: #111 !important;
  font-size: 16px !important;
  line-height: 1.35 !important;
  overflow: visible !important;
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-text-fill-color: #111 !important;
}

html[class*="route-product-compare"] .buttons .btn,
html[class*="route-product-compare"] .buttons .btn span,
html[class*="route-product-compare"] .pull-right .btn,
html[class*="route-product-compare"] .pull-right .btn span {
  background: #111 !important;
  border-color: #111 !important;
  color: #fff !important;
  opacity: 1 !important;
  filter: none !important;
  visibility: visible !important;
  -webkit-text-fill-color: #fff !important;
}

html[class*="route-product-product"] #button-cart,
html[class*="route-product-product"] .product-info .btn-cart {
  background: #fff !important;
  border: 1px solid #111 !important;
  border-color: #111 !important;
  color: #111 !important;
  opacity: 1 !important;
  filter: none !important;
  visibility: visible !important;
  -webkit-text-fill-color: #111 !important;
}

html[class*="route-product-product"] #button-cart .btn-text,
html[class*="route-product-product"] .product-info .btn-cart .btn-text {
  background: transparent !important;
  border: 0 !important;
  color: #111 !important;
  -webkit-text-fill-color: #111 !important;
}

body > header #cart .btn-checkout,
body > header #cart .btn-checkout span,
body > header .cart-content .btn-checkout,
body > header .cart-content .btn-checkout span,
body > header .cart-dropdown .btn-checkout,
body > header .cart-dropdown .btn-checkout span {
  background: #fff !important;
  border-color: #111 !important;
  color: #111 !important;
  opacity: 1 !important;
  filter: none !important;
  visibility: visible !important;
  -webkit-text-fill-color: #111 !important;
}

body > header #cart .btn-checkout {
  border: 1px solid #111 !important;
}

.mobile-cart-content-container .cart-content .btn-checkout,
.mobile-cart-content-container .cart-content .btn-checkout span,
.mobile-cart-content-wrapper.cart-content .btn-checkout,
.mobile-cart-content-wrapper.cart-content .btn-checkout span {
  background: #fff !important;
  background-color: #fff !important;
  border-color: #111 !important;
  color: #111 !important;
  opacity: 1 !important;
  filter: none !important;
  text-shadow: none !important;
  visibility: visible !important;
  -webkit-text-fill-color: #111 !important;
}

.mobile-cart-content-container .cart-content .btn-checkout,
.mobile-cart-content-wrapper.cart-content .btn-checkout {
  border: 1px solid #111 !important;
}

.modal .btn-checkout,
.modal .btn-checkout span,
.modal .btn-primary,
.modal .btn-primary span,
.modal-cart .btn-checkout,
.modal-cart .btn-checkout span,
.cart-notification .btn-checkout,
.cart-notification .btn-checkout span {
  background: #fff !important;
  border-color: #111 !important;
  color: #111 !important;
  opacity: 1 !important;
  filter: none !important;
  visibility: visible !important;
  -webkit-text-fill-color: #111 !important;
}

.modal .btn-checkout,
.modal .btn-primary,
.modal-cart .btn-checkout,
.cart-notification .btn-checkout {
  border: 1px solid #111 !important;
}

.notification-cart .notification-buttons .notification-checkout,
.notification-cart .notification-buttons a.notification-checkout,
.notification-wrapper .notification-cart .notification-buttons .notification-checkout,
.notification-wrapper .notification-cart .notification-buttons a.notification-checkout {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #fff !important;
  background-color: #fff !important;
  border: 1px solid #111 !important;
  color: #111 !important;
  opacity: 1 !important;
  filter: none !important;
  text-shadow: none !important;
  visibility: visible !important;
  -webkit-text-fill-color: #111 !important;
  border-radius: 0 !important;
}

.notification-cart .notification-buttons a,
.notification-wrapper .notification-cart .notification-buttons a,
.modal .btn-checkout,
.modal .btn-primary,
.modal-cart .btn-checkout,
.cart-notification .btn-checkout {
  border-radius: 0 !important;
}

.notification-cart .notification-buttons .notification-checkout:hover,
.notification-wrapper .notification-cart .notification-buttons .notification-checkout:hover {
  background: #f5f5f5 !important;
  background-color: #f5f5f5 !important;
  color: #111 !important;
  -webkit-text-fill-color: #111 !important;
}

.module-product_tabs .nav-tabs > li > a,
.module-products .nav-tabs > li > a,
.nav-tabs > li > a {
  color: #555 !important;
  opacity: 1 !important;
  filter: none !important;
  visibility: visible !important;
  -webkit-text-fill-color: #555 !important;
}

.module-product_tabs .nav-tabs > li.active > a,
.module-product_tabs .nav-tabs > li.active > a:hover,
.module-product_tabs .nav-tabs > li.active > a:focus,
.module-products .nav-tabs > li.active > a,
.module-products .nav-tabs > li.active > a:hover,
.module-products .nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background: #fff !important;
  color: #111 !important;
  opacity: 1 !important;
  filter: none !important;
  visibility: visible !important;
  -webkit-text-fill-color: #111 !important;
}

.product-info.palette-gallery-locked .additional-images .additional-image:not(.is-palette-visible),
.product-info.palette-gallery-locked .additional-images .swiper-slide:not(.is-palette-visible),
.product-info.palette-gallery-locked .main-image .swiper-slide:not(.is-palette-visible) {
  display: none !important;
  pointer-events: none !important;
}

@font-face {
  font-family: "Sanalsart Roboto";
  src: url("../fonts_custom/roboto-regular.woff2?v=202607271455") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Sanalsart Roboto";
  src: url("../fonts_custom/roboto-700.woff2?v=202607271455") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts_custom/roboto-regular.woff2?v=202607271455") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts_custom/roboto-700.woff2?v=202607271455") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Sanalsart Condensed";
  src: url("../fonts_custom/roboto-condensed-regular.woff2?v=202607271455") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Sanalsart Condensed";
  src: url("../fonts_custom/roboto-condensed-700.woff2?v=202607271455") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts_custom/roboto-condensed-regular.woff2?v=202607271455") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts_custom/roboto-condensed-700.woff2?v=202607271455") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Sanalsart Slab";
  src: url("../fonts_custom/roboto-slab-regular.woff2?v=202607271455") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Sanalsart Slab";
  src: url("../fonts_custom/roboto-slab-700.woff2?v=202607271455") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Roboto Slab";
  src: url("../fonts_custom/roboto-slab-regular.woff2?v=202607271455") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Roboto Slab";
  src: url("../fonts_custom/roboto-slab-700.woff2?v=202607271455") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: block;
}

:root {
  --sanalsart-font-main: "Sanalsart Condensed", "Roboto Condensed", Arial, Helvetica, sans-serif;
  --sanalsart-font-fallback: "Sanalsart Roboto", "Roboto", Arial, Helvetica, sans-serif;
}

html,
body,
input,
button,
select,
textarea {
  font-family: var(--sanalsart-font-main) !important;
}

body :not(.fa):not(.far):not(.fas):not(.fab):not([class^="fa-"]):not([class*=" fa-"]):not([class^="icon-"]):not([class*=" icon-"]):not(.icomoon):not(.j-icon) {
  font-family: var(--sanalsart-font-main) !important;
}

.sanalsart-top-announcement-bar {
  position: relative;
  z-index: 20;
  width: 100%;
  background: #fbf7f7;
  border-top: 1px solid #eee4e4;
  border-bottom: 1px solid #eee4e4;
  color: #333;
}

.sanalsart-top-announcement-bar:hover,
.sanalsart-top-announcement-bar a:hover {
  color: #333 !important;
}

body > .global-wrapper > header .top-bar,
body > .global-wrapper > header .top-bar.is-sticky {
  display: none !important;
}

body > .global-wrapper > header .site-overlay,
body > .global-wrapper > header .site-overlay.active,
body > .global-wrapper > header:hover .site-overlay {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  background: transparent !important;
}

.desktop-search-wrapper .header-search,
.mobile-search-wrapper .header-search {
  display: flex !important;
  align-items: center !important;
  overflow: visible !important;
}

.desktop-search-wrapper .search-categories,
.mobile-search-wrapper .search-categories {
  flex: 0 0 auto !important;
  position: relative !important;
  z-index: 5 !important;
  pointer-events: auto !important;
}

.desktop-search-wrapper .search-categories-button,
.mobile-search-wrapper .search-categories-button {
  position: relative !important;
  z-index: 6 !important;
  cursor: pointer !important;
  pointer-events: auto !important;
}

.desktop-search-wrapper .search-categories .dropdown-menu,
.mobile-search-wrapper .search-categories .dropdown-menu {
  z-index: 1005 !important;
}

.desktop-search-wrapper .search-input,
.mobile-search-wrapper .search-input {
  flex: 1 1 auto !important;
  min-width: 0 !important;
}

.desktop-search-wrapper .search-button,
.mobile-search-wrapper .search-button {
  position: relative !important;
  top: auto !important;
  right: auto !important;
  flex: 0 0 54px !important;
  width: 54px !important;
  height: 100% !important;
  border: 0 !important;
  box-shadow: none !important;
  background-color: transparent !important;
}

.desktop-search-wrapper .search-button::before,
.desktop-search-wrapper .search-button::after,
.mobile-search-wrapper .search-button::before,
.mobile-search-wrapper .search-button::after {
  border-color: currentColor !important;
  background-color: transparent !important;
}

.desktop-main-menu-wrapper .main-menu .count-badge,
.desktop-main-menu-wrapper .main-menu .count-badge *,
.desktop-main-menu-wrapper .main-menu .menu-item > a > .count-badge,
.desktop-main-menu-wrapper .main-menu .dropdown-menu .count-badge,
.desktop-main-menu-wrapper .main-menu .j-dropdown .count-badge {
  display: none !important;
}

.mobile-header .mobile-custom-menu,
.mobile-header .cart-title,
.mobile-header .cart-text,
.mobile-header .cart-label {
  display: none !important;
}

.mobile-header .sanalsart-mobile-main-row {
  display: grid !important;
  grid-template-columns: 110px minmax(180px, 1fr) 260px !important;
  align-items: center !important;
  min-height: 84px !important;
  padding: 16px 28px !important;
  background: #fff !important;
  gap: 10px !important;
}

.mobile-header .sanalsart-mobile-left-actions {
  grid-column: 1 !important;
  justify-self: start !important;
  display: flex !important;
  align-items: center !important;
}

.mobile-header .sanalsart-mobile-main-row .mobile-logo-wrapper,
.mobile-header .sanalsart-mobile-main-row > #logo,
.mobile-header .sanalsart-mobile-main-row .mobile-logo-wrapper #logo {
  grid-column: 2 !important;
  justify-self: center !important;
  margin: 0 !important;
  width: auto !important;
  max-width: 220px !important;
  text-align: center !important;
}

.mobile-header .sanalsart-mobile-main-row #logo,
.mobile-header .sanalsart-mobile-main-row #logo a {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.mobile-header .sanalsart-mobile-main-row #logo img {
  max-width: 190px !important;
  height: auto !important;
}

.mobile-header .sanalsart-mobile-right-actions {
  grid-column: 3 !important;
  justify-self: end !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 14px !important;
  width: auto !important;
  min-width: 0 !important;
}

.mobile-header .sanalsart-mobile-main-row .menu-trigger,
.mobile-header .sanalsart-mobile-main-row .sanalsart-mobile-header-link,
.mobile-header .sanalsart-mobile-main-row #cart,
.mobile-header .sanalsart-mobile-main-row #cart > a,
.mobile-header .sanalsart-mobile-main-row .cart-heading {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  width: 62px !important;
  min-width: 62px !important;
  height: 58px !important;
  gap: 4px !important;
  color: #111 !important;
  text-decoration: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  -webkit-text-fill-color: #111 !important;
}

.mobile-header .sanalsart-mobile-main-row .menu-trigger .menu-icon,
.mobile-header .sanalsart-mobile-main-row .menu-trigger .menu-icon::before,
.mobile-header .sanalsart-mobile-main-row .menu-trigger .menu-icon::after {
  color: #111 !important;
  background-color: #111 !important;
  opacity: 1 !important;
}

.mobile-header .sanalsart-mobile-main-row .sanalsart-mobile-header-link em,
.mobile-header .sanalsart-mobile-main-row .sanalsart-mobile-header-link em::before,
.mobile-header .sanalsart-mobile-main-row #cart em,
.mobile-header .sanalsart-mobile-main-row #cart em::before {
  color: #111 !important;
  font-size: 28px !important;
  line-height: 1 !important;
  opacity: 1 !important;
  -webkit-text-fill-color: #111 !important;
}

.mobile-header .sanalsart-mobile-main-row #cart em::after {
  content: "Cart" !important;
  display: block !important;
  margin-top: 4px !important;
  font-family: var(--sanalsart-font-main) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  color: #111 !important;
  -webkit-text-fill-color: #111 !important;
}

.mobile-header .mobile-search-group {
  display: block !important;
  padding-top: 0 !important;
  padding-bottom: 14px !important;
  background: #fff !important;
}

.mobile-header .mobile-search-group .mobile-search-wrapper {
  width: 100% !important;
}

.desktop-main-menu-wrapper .main-menu a:hover,
.desktop-main-menu-wrapper .main-menu .menu-item:hover > a,
.desktop-main-menu-wrapper .main-menu .dropdown:hover > a {
  color: #111 !important;
  -webkit-text-fill-color: #111 !important;
}

.desktop-main-menu-wrapper .main-menu a:hover .links-text,
.desktop-main-menu-wrapper .main-menu .menu-item:hover > a .links-text {
  color: #111 !important;
  -webkit-text-fill-color: #111 !important;
}

@media (min-width: 1025px) {
  .desktop-main-menu-wrapper .main-menu > .j-menu {
    gap: 22px !important;
  }

  .desktop-main-menu-wrapper .main-menu > .j-menu > .menu-item > a,
  .desktop-main-menu-wrapper .main-menu > .j-menu > .menu-item > a > .links-text {
    white-space: nowrap !important;
    word-break: keep-all !important;
    max-width: none !important;
  }
}

.sanalsart-top-announcement-inner {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) minmax(220px, 520px) minmax(180px, 1fr);
  align-items: center;
  gap: 20px;
  min-height: 32px;
  max-width: var(--content-max-width, 1600px);
  margin: 0 auto;
  padding: 0 var(--content-gutter, 20px);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

.sanalsart-top-left,
.sanalsart-top-account {
  display: flex;
  align-items: center;
  gap: 12px;
  white-space: nowrap;
}

.sanalsart-top-account {
  justify-content: flex-end;
}

.sanalsart-top-announcement-bar a {
  color: inherit !important;
  text-decoration: none !important;
}

.sanalsart-top-announcement-bar a:hover {
  text-decoration: underline !important;
}

.sanalsart-top-marquee {
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
}

.sanalsart-top-marquee-track {
  display: inline-flex;
  align-items: center;
  gap: 34px;
  min-width: 100%;
  animation: sanalsartTopMarquee 18s linear infinite;
}

.sanalsart-top-marquee-track span {
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: .08em;
}

@keyframes sanalsartTopMarquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.desktop-main-menu-wrapper .menu-item:has(> a[href*="journal3/blog"]),
.desktop-main-menu-wrapper .menu-item:has(> a[href*="/blog"]),
.desktop-main-menu-wrapper .menu-item:has(> a[href$="blog"]) {
  display: none !important;
}

@media (max-width: 767px) {
  .sanalsart-top-announcement-inner {
    grid-template-columns: 1fr;
    gap: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
  }

  .sanalsart-top-left,
  .sanalsart-top-account {
    justify-content: center;
  }
}

.breadcrumbs {
  justify-content: flex-start !important;
}

.breadcrumb {
  margin-left: 0 !important;
  margin-right: auto !important;
  text-align: left !important;
  justify-content: flex-start !important;
}

.btn,
button,
input[type="button"],
input[type="submit"],
input[type="reset"],
.button,
.btn span,
.stepper,
.stepper input,
.stepper button,
.quantity-group,
.quantity-group input,
.quantity-group button,
.input-group-btn .btn,
.product-info .btn,
.product-info .btn-extra,
.product-info .btn-cart,
.product-info .btn-wishlist,
.product-info .btn-compare,
.cart-content .btn,
.modal .btn,
.notification .btn {
  border-radius: 0 !important;
}

html.route-product-product .product-info .cart-group,
html.route-product-product .product-info .cart-group > *,
html.route-product-product .product-info .button-group-page,
html.route-product-product .product-info #button-cart,
html.route-product-product .product-info #button-cart *,
html.route-product-product .product-info .btn-cart,
html.route-product-product .product-info .btn-cart *,
html.route-product-product .product-info .btn-extra,
html.route-product-product .product-info .btn-extra *,
html.route-product-product .product-info .stepper,
html.route-product-product .product-info .stepper *,
html.route-product-product .product-info .quantity-group,
html.route-product-product .product-info .quantity-group *,
html.route-product-product .product-info .btn::before,
html.route-product-product .product-info .btn::after {
  border-radius: 0 !important;
}

html.route-product-product .product-info #button-cart,
html.route-product-product .product-info .btn-cart,
html.route-product-product .product-info .btn-extra {
  border-radius: 0 !important;
}

html.route-product-product .product-image,
html.route-product-product .product-image img,
html.route-product-product .main-image,
html.route-product-product .main-image img,
html.route-product-product .additional-images,
html.route-product-product .additional-images img,
html.route-product-product .additional-image,
html.route-product-product .additional-image img,
html.route-product-product .swiper-slide,
html.route-product-product .swiper-slide img {
  border-radius: 0 !important;
}

/* SanalsArt mobile header final layout guard */
body > header .mobile-header ~ .mobile-header,
html.mobile-header-active body > header .mobile-header ~ .mobile-header {
  display: none !important;
}

body > header .mobile-header .sanalsart-mobile-main-row .mobile-custom-menu,
body > header .mobile-header .sanalsart-mobile-main-row [href*="product/compare"] {
  display: none !important;
}

body > header .mobile-header .sanalsart-mobile-main-row #cart .cart-title,
body > header .mobile-header .sanalsart-mobile-main-row #cart .cart-text,
body > header .mobile-header .sanalsart-mobile-main-row #cart .cart-label {
  display: none !important;
}

body > header .mobile-header .sanalsart-mobile-main-row #cart > a {
  overflow: visible !important;
}

/* SanalsArt header mode isolation */
html.desktop-header-active body > header > .mobile-header {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

html.desktop-header-active body > header > .header {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

html.mobile-header-active body > header > .header:not(.mobile-header) {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

html.mobile-header-active body > header > .mobile-header {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

html.mobile-header-active body > header > .mobile-header ~ .mobile-header,
html.mobile-header-active body > header > .mobile-header .mobile-search-group ~ .mobile-search-group,
html.mobile-header-active body > header > .mobile-header .sanalsart-mobile-cart-link + .sanalsart-mobile-cart-link,
html.mobile-header-active body > header > .mobile-header .mobile-logo-wrapper img.header-logo + img {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* SanalsArt mobile drawer category accordion */
.mobile-main-menu-container .sanalsart-mobile-category-menu,
.mobile-main-menu-container .sanalsart-mobile-category-menu .j-menu {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  background: #fff !important;
}

.mobile-main-menu-container .sanalsart-mobile-category-menu .count-badge,
.mobile-main-menu-container .sanalsart-mobile-category-menu .product-count {
  display: none !important;
}

.mobile-main-menu-container .sanalsart-mobile-category-menu .menu-item {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  border-bottom: 1px solid #e5e5e5 !important;
  background: #fff !important;
}

.mobile-main-menu-container .sanalsart-mobile-category-menu .menu-item > a {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  min-height: 58px !important;
  padding: 0 22px !important;
  color: #111 !important;
  text-decoration: none !important;
  font-size: 17px !important;
  font-weight: 800 !important;
  letter-spacing: .08em !important;
  text-transform: none !important;
  background: #fff !important;
}

.mobile-main-menu-container .sanalsart-mobile-category-menu .sanalsart-mobile-category-level-2 > a,
.mobile-main-menu-container .sanalsart-mobile-category-menu .sanalsart-mobile-category-level-3 > a,
.mobile-main-menu-container .sanalsart-mobile-category-menu .sanalsart-mobile-category-level-4 > a {
  min-height: 52px !important;
  padding-left: 32px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  background: #f4f4f4 !important;
}

.mobile-main-menu-container .sanalsart-mobile-category-menu .sanalsart-mobile-category-level-3 > a,
.mobile-main-menu-container .sanalsart-mobile-category-menu .sanalsart-mobile-category-level-4 > a {
  padding-left: 46px !important;
  background: #fafafa !important;
}

.mobile-main-menu-container .sanalsart-mobile-category-menu .open-menu {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  align-self: stretch !important;
  width: 58px !important;
  margin: 0 -22px 0 12px !important;
  border-left: 1px solid #e0e0e0 !important;
  color: #111 !important;
  font-size: 22px !important;
}

.mobile-main-menu-container .sanalsart-mobile-category-menu .open-menu em:before {
  content: "\f067" !important;
}

.mobile-main-menu-container .sanalsart-mobile-category-menu .open-menu[aria-expanded="true"] em:before,
.mobile-main-menu-container .sanalsart-mobile-category-menu .open-menu:not(.collapsed) em:before {
  content: "\f068" !important;
}

/* SanalsArt mobile drawer typography/signs match */
.mobile-main-menu-container .sanalsart-mobile-category-menu,
.mobile-main-menu-container .sanalsart-mobile-category-menu * {
  font-family: var(--sanalsart-font-main) !important;
}

.mobile-main-menu-container .sanalsart-mobile-category-menu .sanalsart-mobile-category-level-1 > a {
  min-height: 66px !important;
  padding: 0 46px !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: .16em !important;
  text-transform: uppercase !important;
  color: #000 !important;
  border-bottom: 1px solid #d8d8d8 !important;
}

.mobile-main-menu-container .sanalsart-mobile-category-menu .sanalsart-mobile-category-level-2 > a {
  min-height: 58px !important;
  padding: 0 46px !important;
  font-family: var(--sanalsart-font-fallback) !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  color: #000 !important;
  background: #f0f0f0 !important;
}

.mobile-main-menu-container .sanalsart-mobile-category-menu .sanalsart-mobile-category-level-3 > a,
.mobile-main-menu-container .sanalsart-mobile-category-menu .sanalsart-mobile-category-level-4 > a {
  min-height: 52px !important;
  padding: 0 46px 0 70px !important;
  font-family: var(--sanalsart-font-fallback) !important;
  font-size: 19px !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  color: #000 !important;
  background: #fff !important;
}

.mobile-main-menu-container .sanalsart-mobile-category-menu .open-menu {
  flex: 0 0 72px !important;
  width: 72px !important;
  min-width: 72px !important;
  height: 66px !important;
  margin: 0 -46px 0 18px !important;
  border-left: 1px solid #d8d8d8 !important;
  color: #000 !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 46px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
}

.mobile-main-menu-container .sanalsart-mobile-category-menu .sanalsart-mobile-category-level-2 > a .open-menu,
.mobile-main-menu-container .sanalsart-mobile-category-menu .sanalsart-mobile-category-level-3 > a .open-menu,
.mobile-main-menu-container .sanalsart-mobile-category-menu .sanalsart-mobile-category-level-4 > a .open-menu {
  height: 58px !important;
}

.mobile-main-menu-container .sanalsart-mobile-category-menu .open-menu em {
  display: block !important;
  width: auto !important;
  height: auto !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-style: normal !important;
  line-height: 1 !important;
}

.mobile-main-menu-container .sanalsart-mobile-category-menu .open-menu em:before {
  content: "+" !important;
  display: block !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 46px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  color: #000 !important;
}

.mobile-main-menu-container .sanalsart-mobile-category-menu .open-menu[aria-expanded="true"] em:before,
.mobile-main-menu-container .sanalsart-mobile-category-menu .open-menu:not(.collapsed) em:before {
  content: "−" !important;
}

/* SanalsArt mobile drawer match: clean rows and square toggles */
.mobile-main-menu-container .mobile-wrapper-header {
  min-height: 80px !important;
  background: #f1f2f4 !important;
  border-bottom: 1px solid #ddd !important;
}

.mobile-main-menu-container .mobile-wrapper-header .x,
.mobile-main-menu-container .mobile-wrapper-header .x:before,
.mobile-main-menu-container .mobile-wrapper-header .x:after {
  border-radius: 0 !important;
}

.mobile-main-menu-container .sanalsart-mobile-category-menu .menu-item,
.mobile-main-menu-container .sanalsart-mobile-category-menu .menu-item > a,
.mobile-main-menu-container .sanalsart-mobile-category-menu .open-menu,
.mobile-main-menu-container .sanalsart-mobile-category-menu .open-menu * {
  border-radius: 0 !important;
  box-shadow: none !important;
}

.mobile-main-menu-container .sanalsart-mobile-category-menu .menu-item > a,
.mobile-main-menu-container .sanalsart-mobile-category-menu .sanalsart-mobile-category-level-1 > a,
.mobile-main-menu-container .sanalsart-mobile-category-menu .sanalsart-mobile-category-level-2 > a,
.mobile-main-menu-container .sanalsart-mobile-category-menu .sanalsart-mobile-category-level-3 > a,
.mobile-main-menu-container .sanalsart-mobile-category-menu .sanalsart-mobile-category-level-4 > a {
  min-height: 72px !important;
  padding: 0 0 0 90px !important;
  font-family: var(--sanalsart-font-main) !important;
  font-size: 27px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: -.02em !important;
  text-transform: none !important;
  color: #101010 !important;
  background: #fff !important;
  border-bottom: 1px solid #ddd !important;
}

.mobile-main-menu-container .sanalsart-mobile-category-menu .sanalsart-mobile-category-level-2 > a {
  padding-left: 110px !important;
  background: #f1f1f1 !important;
  font-size: 25px !important;
}

.mobile-main-menu-container .sanalsart-mobile-category-menu .sanalsart-mobile-category-level-3 > a,
.mobile-main-menu-container .sanalsart-mobile-category-menu .sanalsart-mobile-category-level-4 > a {
  padding-left: 130px !important;
  background: #fff !important;
  font-size: 23px !important;
}

.mobile-main-menu-container .sanalsart-mobile-category-menu .open-menu {
  align-self: stretch !important;
  flex: 0 0 76px !important;
  width: 76px !important;
  min-width: 76px !important;
  height: auto !important;
  margin: 0 !important;
  border-left: 1px solid #ddd !important;
  background: #f1f2f4 !important;
  color: #111 !important;
  border-radius: 0 !important;
}

.mobile-main-menu-container .sanalsart-mobile-category-menu .open-menu em:before {
  font-size: 38px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  color: #111 !important;
}

/* SanalsArt mobile drawer smaller plus/minus */
.mobile-main-menu-container .sanalsart-mobile-category-menu .open-menu em:before {
  font-size: 30px !important;
  font-weight: 700 !important;
}

/* SanalsArt mobile drawer narrower toggle area */
.mobile-main-menu-container .sanalsart-mobile-category-menu .open-menu {
  flex-basis: 52px !important;
  width: 52px !important;
  min-width: 52px !important;
}

/* SanalsArt: keep hamburger header visible on all widths, hide duplicate desktop header */
html.desktop-header-active body > header > .header:not(.mobile-header),
html.mobile-header-active body > header > .header:not(.mobile-header) {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

html.desktop-header-active body > header > .mobile-header,
html.mobile-header-active body > header > .mobile-header {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

html.desktop-header-active body > header > .mobile-header .sanalsart-mobile-main-row,
html.mobile-header-active body > header > .mobile-header .sanalsart-mobile-main-row {
  display: grid !important;
}

/* SanalsArt final header lock: one logo, one cart, one search */
body > header > .header:not(.mobile-header),
body > header > .mobile-header ~ .mobile-header,
body > header > .mobile-header .header-logo-alternate,
body > header > .mobile-header .mobile-search-group ~ .mobile-search-group,
body > header > .mobile-header .sanalsart-mobile-main-row #cart,
body > header > .mobile-header .sanalsart-mobile-main-row .cart-wrapper,
body > header > .mobile-header .sanalsart-mobile-main-row .mobile-custom-menu,
body > header > .mobile-header .sanalsart-mobile-main-row [href*="product/compare"] {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

body > header > .mobile-header {
  display: block !important;
  position: relative !important;
  background: #fff !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

body > header > .mobile-header .sanalsart-mobile-main-row {
  display: grid !important;
  grid-template-columns: 130px minmax(220px, 1fr) 310px !important;
  align-items: center !important;
  gap: 20px !important;
  min-height: 96px !important;
  height: 96px !important;
  padding: 18px 40px !important;
  margin: 0 !important;
  background: #fff !important;
}

body > header > .mobile-header .sanalsart-mobile-left-actions {
  grid-column: 1 !important;
  justify-self: start !important;
  display: flex !important;
  align-items: center !important;
}

body > header > .mobile-header .sanalsart-mobile-left-actions .menu-trigger {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  width: 70px !important;
  height: 64px !important;
  color: #111 !important;
  text-decoration: none !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-text-fill-color: #111 !important;
}

body > header > .mobile-header .mobile-logo-wrapper {
  grid-column: 2 !important;
  justify-self: center !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  max-width: 380px !important;
  margin: 0 !important;
  transform: none !important;
  opacity: 1 !important;
  visibility: visible !important;
}

body > header > .mobile-header .mobile-logo-wrapper #logo,
body > header > .mobile-header .mobile-logo-wrapper #logo a {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  margin: 0 !important;
}

body > header > .mobile-header .sanalsart-single-mobile-logo {
  display: block !important;
  max-width: 320px !important;
  max-height: 70px !important;
  width: auto !important;
  height: auto !important;
  opacity: 1 !important;
  visibility: visible !important;
}

body > header > .mobile-header .sanalsart-mobile-right-actions {
  grid-column: 3 !important;
  justify-self: end !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 22px !important;
  width: auto !important;
  opacity: 1 !important;
  visibility: visible !important;
}

body > header > .mobile-header .sanalsart-mobile-header-link {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  width: 66px !important;
  height: 64px !important;
  color: #111 !important;
  text-decoration: none !important;
  font-family: var(--sanalsart-font-main) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: -.02em !important;
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-text-fill-color: #111 !important;
}

body > header > .mobile-header .sanalsart-mobile-header-link em,
body > header > .mobile-header .sanalsart-mobile-header-link em:before {
  display: block !important;
  color: #111 !important;
  font-size: 30px !important;
  line-height: 1 !important;
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-text-fill-color: #111 !important;
}

body > header > .mobile-header .sanalsart-mobile-header-link span {
  display: block !important;
  margin-top: 5px !important;
  color: #111 !important;
}

body > header > .mobile-header .mobile-search-group {
  display: block !important;
  width: 100% !important;
  padding: 0 40px 24px !important;
  margin: 0 !important;
  background: #fff !important;
  opacity: 1 !important;
  visibility: visible !important;
}

body > header > .mobile-header .mobile-search-group .mobile-search-wrapper {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

/* SanalsArt final drawer: Jacksons-like rows, left aligned labels */
html.mobile-main-menu-container-open .mobile-main-menu-container,
.mobile-main-menu-container {
  background: #fff !important;
  z-index: 200000 !important;
}

.mobile-main-menu-container .mobile-wrapper-header.sanalsart-drawer-close-row {
  display: grid !important;
  align-items: center !important;
  grid-template-columns: minmax(0, 1fr) 56px !important;
  justify-content: stretch !important;
  position: relative !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  min-height: 64px !important;
  height: 64px !important;
  padding: 0 0 0 40px !important;
  background: #f1f2f4 !important;
  border-bottom: 1px solid #d9d9d9 !important;
}

.mobile-main-menu-container .mobile-wrapper-header.sanalsart-drawer-close-row > span,
.mobile-main-menu-container .mobile-wrapper-header.sanalsart-drawer-close-row .mobile-wrapper-top-menu,
.mobile-main-menu-container .mobile-wrapper-header.sanalsart-drawer-close-row .language-currency {
  display: none !important;
}

.mobile-main-menu-container .mobile-wrapper-header.sanalsart-drawer-close-row .x {
  position: relative !important;
  top: auto !important;
  right: auto !important;
  inset-inline-end: auto !important;
  left: auto !important;
  inset-inline-start: auto !important;
  transform: none !important;
  display: flex !important;
  grid-column: 2 !important;
  align-items: center !important;
  justify-content: center !important;
  justify-self: stretch !important;
  width: 56px !important;
  height: 64px !important;
  margin: 0 !important;
  color: #111 !important;
  opacity: .75 !important;
}

.mobile-main-menu-container .mobile-wrapper-header.sanalsart-drawer-close-row .x:before,
.mobile-main-menu-container .mobile-wrapper-header.sanalsart-drawer-close-row .x:after {
  content: "" !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  display: block !important;
  width: 24px !important;
  height: 3px !important;
  background: #111 !important;
  border: 0 !important;
  border-radius: 0 !important;
  opacity: 1 !important;
}

.mobile-main-menu-container .mobile-wrapper-header.sanalsart-drawer-close-row .x:before {
  transform: translate(-50%, -50%) rotate(45deg) !important;
}

.mobile-main-menu-container .mobile-wrapper-header.sanalsart-drawer-close-row .x:after {
  transform: translate(-50%, -50%) rotate(-45deg) !important;
}

.mobile-main-menu-container .sanalsart-drawer-currency-row,
.mobile-main-menu-container .sanalsart-drawer-account-row {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  min-height: 58px !important;
  padding: 0 40px !important;
  background: #fff !important;
  border-bottom: 1px solid #d9d9d9 !important;
  color: #111 !important;
  font-family: var(--sanalsart-font-main) !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: .10em !important;
  text-transform: uppercase !important;
  text-align: left !important;
}

.mobile-main-menu-container .mobile-wrapper-header.sanalsart-drawer-close-row .sanalsart-drawer-currency-row {
  min-height: 0 !important;
  height: auto !important;
  padding: 0 !important;
  border-bottom: 0 !important;
  background: transparent !important;
}

.mobile-main-menu-container .sanalsart-drawer-currency-row .turkey-currency-flag {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-right: 12px !important;
  font-size: 20px !important;
  line-height: 1 !important;
}

.mobile-main-menu-container .sanalsart-drawer-account-row {
  gap: 12px !important;
}

.mobile-main-menu-container .sanalsart-drawer-account-row em,
.mobile-main-menu-container .sanalsart-drawer-account-row em:before {
  color: #111 !important;
  font-size: 24px !important;
  line-height: 1 !important;
  margin-right: 8px !important;
}

.mobile-main-menu-container .sanalsart-drawer-account-row a,
.mobile-main-menu-container .sanalsart-drawer-account-row span {
  color: #111 !important;
  font-family: var(--sanalsart-font-main) !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  letter-spacing: .10em !important;
  line-height: 1.25 !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
}

.mobile-main-menu-container .sanalsart-mobile-category-menu .menu-item > a,
.mobile-main-menu-container .sanalsart-mobile-category-menu .sanalsart-mobile-category-level-1 > a,
.mobile-main-menu-container .sanalsart-mobile-category-menu .sanalsart-mobile-category-level-2 > a,
.mobile-main-menu-container .sanalsart-mobile-category-menu .sanalsart-mobile-category-level-3 > a,
.mobile-main-menu-container .sanalsart-mobile-category-menu .sanalsart-mobile-category-level-4 > a {
  justify-content: space-between !important;
  min-height: 60px !important;
  padding: 0 0 0 40px !important;
  text-align: left !important;
  background: #fff !important;
  border-bottom: 1px solid #dedede !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  letter-spacing: -.02em !important;
  text-transform: none !important;
}

.mobile-main-menu-container .sanalsart-mobile-category-menu .sanalsart-mobile-category-level-2 > a,
.mobile-main-menu-container .sanalsart-mobile-category-menu .sanalsart-mobile-category-level-3 > a,
.mobile-main-menu-container .sanalsart-mobile-category-menu .sanalsart-mobile-category-level-4 > a {
  padding-left: 40px !important;
  background: #f1f1f1 !important;
  font-size: 18px !important;
}

.mobile-main-menu-container .sanalsart-mobile-category-menu .links-text {
  flex: 1 1 auto !important;
  display: block !important;
  text-align: left !important;
  color: #111 !important;
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.mobile-main-menu-container .sanalsart-mobile-category-menu .open-menu {
  flex: 0 0 52px !important;
  width: 52px !important;
  min-width: 52px !important;
  height: 60px !important;
  margin: 0 !important;
  border-left: 1px solid #d9d9d9 !important;
  background: #f1f2f4 !important;
}

.mobile-main-menu-container .sanalsart-mobile-category-menu .open-menu em:before {
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 28px !important;
  font-weight: 700 !important;
  color: #111 !important;
}

/* SanalsArt responsive header split */
@media (min-width: 1025px) {
  body > header > .header:not(.mobile-header),
  body > header > .header.header-lg,
  body > header > .header.header-sm,
  body > header > .header-classic,
  body > header > .header-mega,
  body > header > .header-compact,
  body > header > .header-slim {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  body > header > .mobile-header {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
}

@media (max-width: 1024px) {
  body > header > .header:not(.mobile-header),
  body > header > .header.header-lg,
  body > header > .header.header-sm,
  body > header > .header-classic,
  body > header > .header-mega,
  body > header > .header-compact,
  body > header > .header-slim {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  body > header > .mobile-header {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }
}

/* SanalsArt final source-of-truth: follow Journal active header class */
html.mobile-header-active body > header > .header:not(.mobile-header),
html.mobile-header-active body > header > .header.header-lg,
html.mobile-header-active body > header > .header.header-sm,
html.mobile-header-active body > header > .header-classic,
html.mobile-header-active body > header > .header-mega,
html.mobile-header-active body > header > .header-compact,
html.mobile-header-active body > header > .header-slim {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

html.mobile-header-active body > header > .mobile-header {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

html.desktop-header-active body > header > .mobile-header {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

html.desktop-header-active body > header > .header:not(.mobile-header),
html.desktop-header-active body > header > .header.header-lg,
html.desktop-header-active body > header > .header.header-sm,
html.desktop-header-active body > header > .header-classic,
html.desktop-header-active body > header > .header-mega,
html.desktop-header-active body > header > .header-compact,
html.desktop-header-active body > header > .header-slim {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

/* SanalsArt real DOM header switch: header lives under .global-wrapper */
html.mobile-header-active body > .global-wrapper > header > .header:not(.mobile-header),
html.mobile-header-active body > header > .header:not(.mobile-header) {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

html.mobile-header-active body > .global-wrapper > header > .mobile-header,
html.mobile-header-active body > header > .mobile-header {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

html.mobile-header-active body > .global-wrapper > header > .mobile-header ~ .mobile-header,
html.mobile-header-active body > header > .mobile-header ~ .mobile-header,
html.mobile-header-active body > .global-wrapper > header > .mobile-header .mobile-search-group ~ .mobile-search-group,
html.mobile-header-active body > header > .mobile-header .mobile-search-group ~ .mobile-search-group,
html.mobile-header-active body > .global-wrapper > header > .mobile-header .mobile-logo-wrapper img.header-logo + img,
html.mobile-header-active body > header > .mobile-header .mobile-logo-wrapper img.header-logo + img,
html.mobile-header-active body > .global-wrapper > header > .mobile-header .mobile-logo-wrapper img.header-logo-alternate,
html.mobile-header-active body > header > .mobile-header .mobile-logo-wrapper img.header-logo-alternate,
html.mobile-header-active body > .global-wrapper > header > .mobile-header .sanalsart-mobile-cart-link + .sanalsart-mobile-cart-link,
html.mobile-header-active body > header > .mobile-header .sanalsart-mobile-cart-link + .sanalsart-mobile-cart-link {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

html.desktop-header-active body > .global-wrapper > header > .mobile-header,
html.desktop-header-active body > header > .mobile-header {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

html.desktop-header-active body > .global-wrapper > header > .header:not(.mobile-header),
html.desktop-header-active body > header > .header:not(.mobile-header) {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

/* SanalsArt final breakpoint hard lock: one header, one logo, one search */
body > .global-wrapper > header .header-logo-alternate,
body > header .header-logo-alternate {
  display: none !important;
}

body .mobile-header .mobile-search-group ~ .mobile-search-group,
body .mobile-header .mobile-search-wrapper ~ .mobile-search-wrapper {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

body .mobile-header .sanalsart-mobile-main-row {
  min-height: 78px !important;
  height: 78px !important;
  padding-top: 10px !important;
  padding-bottom: 8px !important;
}

body .mobile-header .mobile-search-group {
  padding-top: 0 !important;
  padding-bottom: 12px !important;
}

body .mobile-header .mobile-search-wrapper .header-search {
  min-height: 52px !important;
  height: 52px !important;
}

html.mobile-header-active body > .global-wrapper > header > .mobile-header .sanalsart-mobile-main-row,
html.mobile-header-active body > header > .mobile-header .sanalsart-mobile-main-row,
body > .global-wrapper > header > .mobile-header .sanalsart-mobile-main-row,
body > header > .mobile-header .sanalsart-mobile-main-row {
  min-height: 72px !important;
  height: 72px !important;
  padding: 8px 24px 6px !important;
}

html.mobile-header-active body > .global-wrapper > header > .mobile-header .mobile-search-group,
html.mobile-header-active body > header > .mobile-header .mobile-search-group,
body > .global-wrapper > header > .mobile-header .mobile-search-group,
body > header > .mobile-header .mobile-search-group {
  padding: 0 24px 12px !important;
}

@media (max-width: 600px) {
  html.mobile-header-active body > .global-wrapper > header > .mobile-header .sanalsart-mobile-main-row,
  html.mobile-header-active body > header > .mobile-header .sanalsart-mobile-main-row,
  body > .global-wrapper > header > .mobile-header .sanalsart-mobile-main-row,
  body > header > .mobile-header .sanalsart-mobile-main-row {
    grid-template-columns: 74px minmax(120px, 1fr) 150px !important;
    gap: 8px !important;
    min-height: 68px !important;
    height: 68px !important;
    padding: 8px 14px 6px !important;
  }

  body .mobile-header .sanalsart-mobile-main-row .menu-trigger,
  body .mobile-header .sanalsart-mobile-main-row .sanalsart-mobile-header-link {
    width: 46px !important;
    height: 48px !important;
    font-size: 11px !important;
  }

  body .mobile-header .sanalsart-mobile-main-row .menu-trigger span:first-child {
    width: 28px !important;
    height: 20px !important;
    background-size: 28px 3px, 28px 3px, 28px 3px !important;
    background-position: 0 0, 0 8px, 0 16px !important;
  }

  body .mobile-header .sanalsart-mobile-main-row .sanalsart-mobile-header-link em,
  body .mobile-header .sanalsart-mobile-main-row .sanalsart-mobile-header-link em:before {
    font-size: 24px !important;
  }

  body .mobile-header .sanalsart-mobile-right-actions {
    gap: 6px !important;
  }

  body .mobile-header .mobile-logo-wrapper,
  body .mobile-header .mobile-logo-wrapper #logo,
  body .mobile-header .mobile-logo-wrapper #logo a {
    max-width: 145px !important;
  }

  body .mobile-header .mobile-logo-wrapper img.header-logo {
    max-width: 145px !important;
    max-height: 44px !important;
  }

  html.mobile-header-active body > .global-wrapper > header > .mobile-header .mobile-search-group,
  html.mobile-header-active body > header > .mobile-header .mobile-search-group,
  body > .global-wrapper > header > .mobile-header .mobile-search-group,
  body > header > .mobile-header .mobile-search-group {
    padding: 0 14px 10px !important;
  }

  body .mobile-header .mobile-search-wrapper .header-search {
    min-height: 46px !important;
    height: 46px !important;
  }
}

@media (max-width: 1024px) {
  body > .global-wrapper > header > .header:not(.mobile-header),
  body > header > .header:not(.mobile-header) {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  body > .global-wrapper > header > .mobile-header,
  body > header > .mobile-header {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  body > .global-wrapper > header > .mobile-header .mobile-search-group:not(:first-of-type),
  body > header > .mobile-header .mobile-search-group:not(:first-of-type),
  body > .global-wrapper > header > .mobile-header .mobile-search-wrapper + .mobile-search-wrapper,
  body > header > .mobile-header .mobile-search-wrapper + .mobile-search-wrapper {
    display: none !important;
  }
}

@media (min-width: 1025px) {
  body > .global-wrapper > header > .mobile-header,
  body > header > .mobile-header {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  body > .global-wrapper > header > .header:not(.mobile-header),
  body > header > .header:not(.mobile-header) {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }
}

/* SanalsArt final phone header layout override */
@media (max-width: 600px) {
  html.mobile-header-active body > .global-wrapper > header > .mobile-header .sanalsart-mobile-main-row,
  html.mobile-header-active body > header > .mobile-header .sanalsart-mobile-main-row,
  body > .global-wrapper > header > .mobile-header .sanalsart-mobile-main-row,
  body > header > .mobile-header .sanalsart-mobile-main-row {
    display: grid !important;
    grid-template-columns: 74px minmax(110px, 1fr) 154px !important;
    align-items: center !important;
    gap: 6px !important;
    min-height: 86px !important;
    height: 86px !important;
    padding: 10px 12px 8px !important;
  }

  body .mobile-header .sanalsart-mobile-left-actions {
    grid-column: 1 !important;
    justify-self: start !important;
  }

  body .mobile-header .mobile-logo-wrapper {
    grid-column: 2 !important;
    justify-self: center !important;
    max-width: 118px !important;
    width: 118px !important;
    overflow: hidden !important;
  }

  body .mobile-header .mobile-logo-wrapper #logo,
  body .mobile-header .mobile-logo-wrapper #logo a {
    max-width: 118px !important;
    width: 118px !important;
    display: flex !important;
    justify-content: center !important;
  }

  body .mobile-header .mobile-logo-wrapper img.header-logo,
  body .mobile-header .mobile-logo-wrapper img.sanalsart-single-mobile-logo {
    width: 118px !important;
    max-width: 118px !important;
    max-height: 42px !important;
    object-fit: contain !important;
  }

  body .mobile-header .sanalsart-mobile-right-actions {
    grid-column: 3 !important;
    justify-self: end !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 4px !important;
    width: 154px !important;
    max-width: 154px !important;
    overflow: visible !important;
  }

  body .mobile-header .sanalsart-mobile-main-row .menu-trigger,
  body .mobile-header .sanalsart-mobile-main-row .sanalsart-mobile-header-link {
    width: 48px !important;
    min-width: 48px !important;
    height: 58px !important;
    font-size: 11px !important;
  }

  body .mobile-header .sanalsart-mobile-main-row .sanalsart-mobile-header-link em,
  body .mobile-header .sanalsart-mobile-main-row .sanalsart-mobile-header-link em:before {
    font-size: 24px !important;
  }

  body > .global-wrapper > header > .mobile-header .mobile-search-group,
  body > header > .mobile-header .mobile-search-group {
    padding: 0 12px 12px !important;
  }
}

/* SanalsArt mobile bottom bar cleanup */
@media (max-width: 767px) {
  .bottom-menu a[href^="mailto:"],
  .bottom-menu a[href^="tel:"],
  .mobile-bottom-menu a[href^="mailto:"],
  .mobile-bottom-menu a[href^="tel:"],
  .mobile-bar a[href^="mailto:"],
  .mobile-bar a[href^="tel:"] {
    display: none !important;
  }

  @supports selector(:has(*)) {
    .bottom-menu li:has(a[href^="mailto:"]),
    .bottom-menu li:has(a[href^="tel:"]),
    .mobile-bottom-menu li:has(a[href^="mailto:"]),
    .mobile-bottom-menu li:has(a[href^="tel:"]),
    .mobile-bar li:has(a[href^="mailto:"]),
    .mobile-bar li:has(a[href^="tel:"]) {
      display: none !important;
    }
  }

  .bottom-menu .count-badge,
  .bottom-menu .badge,
  .bottom-menu [class*="count"],
  .mobile-bottom-menu .count-badge,
  .mobile-bottom-menu .badge,
  .mobile-bottom-menu [class*="count"],
  .mobile-bar .count-badge,
  .mobile-bar .badge,
  .mobile-bar [class*="count"] {
    color: #111 !important;
    -webkit-text-fill-color: #111 !important;
    opacity: 1 !important;
  }
}

/* SanalsArt global square buttons */
button,
.btn,
a.btn,
input[type="button"],
input[type="submit"],
input[type="reset"],
.button,
a.button,
.buttons a,
.buttons button,
.cart-buttons a,
.cart-buttons button,
.checkout-cart .buttons a,
.checkout-cart .buttons button,
.checkout-checkout .buttons a,
.checkout-checkout .buttons button,
.notification-buttons a,
.notification-buttons button,
.product-layout .button-group a,
.product-layout .button-group button,
.product-info .button-group-page a,
.product-info .button-group-page button,
.panel-collapse .btn,
.panel-collapse button,
.panel-collapse input[type="button"],
.panel-collapse input[type="submit"] {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  overflow: hidden !important;
}

button:before,
button:after,
.btn:before,
.btn:after,
a.btn:before,
a.btn:after,
.button:before,
.button:after,
.buttons a:before,
.buttons a:after,
.notification-buttons a:before,
.notification-buttons a:after {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
}

/* SanalsArt desktop resize recovery */
@media (min-width: 1025px) {
  .header-classic .mid-bar {
    display: flex !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    gap: clamp(10px, 1vw, 18px) !important;
    overflow: visible !important;
  }

  .header-classic .mid-bar .desktop-logo-wrapper {
    flex: 0 0 clamp(210px, 13.5vw, 260px) !important;
    width: clamp(210px, 13.5vw, 260px) !important;
    max-width: clamp(210px, 13.5vw, 260px) !important;
    margin-right: clamp(4px, 0.7vw, 12px) !important;
    overflow: visible !important;
  }

  .header-classic .mid-bar .desktop-main-menu-wrapper {
    flex: 0 0 auto !important;
    min-width: max-content !important;
    max-width: none !important;
    overflow: visible !important;
  }

  .header-classic .mid-bar .desktop-main-menu-wrapper .main-menu,
  .header-classic .mid-bar .desktop-main-menu-wrapper .main-menu > .j-menu {
    display: flex !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    gap: clamp(12px, 1.15vw, 24px) !important;
    width: auto !important;
    max-width: none !important;
    overflow: visible !important;
  }

  .header-classic .mid-bar .desktop-main-menu-wrapper .main-menu > .j-menu > .menu-item {
    flex: 0 0 auto !important;
    min-width: max-content !important;
  }

  .header-classic .mid-bar .desktop-main-menu-wrapper .main-menu > .j-menu > .menu-item > a,
  .header-classic .mid-bar .desktop-main-menu-wrapper .main-menu > .j-menu > .menu-item > a > .links-text {
    white-space: nowrap !important;
    word-break: keep-all !important;
    max-width: none !important;
    overflow: visible !important;
  }

  .header-classic .mid-bar .desktop-search-wrapper {
    flex: 0 0 clamp(220px, 14vw, 320px) !important;
    width: clamp(220px, 14vw, 320px) !important;
    min-width: 220px !important;
    max-width: 320px !important;
    margin-left: clamp(10px, 1.4vw, 26px) !important;
  }

  .header-classic .mid-bar .classic-cart-wrapper {
    flex: 0 0 auto !important;
    min-width: max-content !important;
  }

  html.desktop-header-active body > .global-wrapper > header,
  html.desktop-header-active body > header,
  html.desktop-header-active body > .global-wrapper > header > .header:not(.mobile-header),
  html.desktop-header-active body > header > .header:not(.mobile-header) {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: visible !important;
    transform: none !important;
  }

  html.desktop-header-active body > .global-wrapper > header > .mobile-header,
  html.desktop-header-active body > header > .mobile-header {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    height: 0 !important;
    max-height: 0 !important;
    overflow: hidden !important;
  }

  html.desktop-header-active body > .global-wrapper > header > .header:not(.mobile-header) #logo,
  html.desktop-header-active body > header > .header:not(.mobile-header) #logo,
  html.desktop-header-active body > .global-wrapper > header > .header:not(.mobile-header) #logo a,
  html.desktop-header-active body > header > .header:not(.mobile-header) #logo a,
  html.desktop-header-active body > .global-wrapper > header > .header:not(.mobile-header) #logo img.header-logo,
  html.desktop-header-active body > header > .header:not(.mobile-header) #logo img.header-logo,
  html.desktop-header-active body > .global-wrapper > header > .header:not(.mobile-header) .header-logo,
  html.desktop-header-active body > header > .header:not(.mobile-header) .header-logo {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    height: auto !important;
    max-height: 74px !important;
  }

  html.desktop-header-active body > .global-wrapper > header > .header:not(.mobile-header) .desktop-logo-wrapper,
  html.desktop-header-active body > header > .header:not(.mobile-header) .desktop-logo-wrapper {
    margin-left: clamp(88px, 7.2vw, 148px) !important;
    margin-right: clamp(4px, 0.7vw, 12px) !important;
    flex: 0 0 clamp(210px, 13.5vw, 260px) !important;
    position: relative !important;
    left: auto !important;
    transform: none !important;
    overflow: visible !important;
  }

  html.desktop-header-active body > .global-wrapper > header > .header:not(.mobile-header) .desktop-logo-wrapper #logo,
  html.desktop-header-active body > header > .header:not(.mobile-header) .desktop-logo-wrapper #logo,
  html.desktop-header-active body > .global-wrapper > header > .header:not(.mobile-header) .desktop-logo-wrapper #logo a,
  html.desktop-header-active body > header > .header:not(.mobile-header) .desktop-logo-wrapper #logo a {
    position: relative !important;
    left: auto !important;
    transform: none !important;
    overflow: visible !important;
  }
}

/* SanalsArt desktop compact guard */
@media (min-width: 1025px) and (max-width: 1440px) {
  .header-classic .mid-bar {
    gap: 12px !important;
  }

  .header-classic .mid-bar .desktop-logo-wrapper,
  html.desktop-header-active body > .global-wrapper > header > .header:not(.mobile-header) .desktop-logo-wrapper,
  html.desktop-header-active body > header > .header:not(.mobile-header) .desktop-logo-wrapper {
    flex-basis: 170px !important;
    width: 170px !important;
    max-width: 170px !important;
    margin-left: 38px !important;
    margin-right: 6px !important;
  }

  .header-classic .mid-bar .desktop-main-menu-wrapper .main-menu > .j-menu {
    gap: 10px !important;
  }

  .header-classic .mid-bar .desktop-main-menu-wrapper .main-menu > .j-menu > .menu-item > a,
  .header-classic .mid-bar .desktop-main-menu-wrapper .main-menu > .j-menu > .menu-item > a > .links-text {
    font-size: 16px !important;
  }

  .header-classic .mid-bar .desktop-search-wrapper {
    flex-basis: 220px !important;
    width: 220px !important;
    min-width: 220px !important;
    max-width: 220px !important;
    margin-left: 10px !important;
  }
}

/* SanalsArt desktop sticky scroll fix */
@media (min-width: 1025px) {
  html.header-sticky.desktop-header-active body > .global-wrapper > header,
  html.header-sticky.desktop-header-active body > header,
  html.header-sticky.desktop-header-active .desktop-header,
  html.header-sticky.desktop-header-active .desktop-header-wrapper,
  html.header-sticky.desktop-header-active .top-bar,
  html.header-sticky.desktop-header-active .mid-bar,
  html.header-sticky.desktop-header-active .desktop-main-menu-wrapper,
  html.desktop-header-active body > header.is-sticky,
  html.desktop-header-active .header.is-sticky,
  html.desktop-header-active .desktop-header.is-sticky,
  html.desktop-header-active .desktop-main-menu-wrapper.is-sticky {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    overflow: hidden !important;
    transform: translateY(-120%) !important;
  }
}

/* SanalsArt Jacksons-style category landing */
#product-category .sanals-category-landing {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: clamp(52px, 5.2vw, 84px);
  max-width: 1360px;
  margin: 0 auto;
  padding: clamp(34px, 4vw, 58px) 0 clamp(54px, 5vw, 86px);
}

#product-category .sanals-category-side {
  display: flex;
  flex-direction: column;
  gap: 23px;
  padding-top: 10px;
}

#product-category .sanals-category-side a,
#product-category .sanals-category-name,
#product-category .sanals-category-link {
  color: #111;
  font-family: inherit;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
  text-decoration: none;
}

#product-category .sanals-category-side a {
  font-size: 16px;
  line-height: 1.25;
  white-space: normal;
}

#product-category .sanals-mobile-category-nav {
  display: none;
}

#product-category .sanals-category-main > .page-title,
#product-category .sanals-category-main > h1 {
  margin: 0 0 24px;
  color: #000;
  font-size: clamp(30px, 2.2vw, 38px);
  font-weight: 900;
  letter-spacing: .16em;
  text-align: left;
  text-transform: uppercase;
}

#product-category .sanals-category-description {
  max-width: 900px;
  margin-bottom: 44px;
  color: #111;
  font-size: 17px;
  line-height: 1.45;
}

#product-category .sanals-category-description a {
  color: #111;
  font-weight: 700;
  text-decoration: underline;
}

#product-category .sanals-category-bottom-description {
  max-width: 900px;
  margin-top: 70px;
  padding-top: 48px;
  border-top: 1px solid #e5e5e5;
  color: #111;
  font-size: 17px;
  line-height: 1.45;
}

#product-category .sanals-category-bottom-description h2,
#product-category .sanals-category-bottom-description h3 {
  margin: 0 0 24px;
  color: #111;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: .12em;
  line-height: 1.25;
  text-transform: uppercase;
}

#product-category .sanals-category-bottom-description p {
  margin: 0 0 22px;
}

#product-category .sanals-category-bottom-description a {
  color: #111;
  font-weight: 700;
  text-decoration: underline;
}

#product-category .sanals-category-bottom-description .sanals-category-faq {
  margin-top: 54px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

#product-category .sanals-category-bottom-description .sanals-category-faq + .sanals-category-faq {
  margin-top: 0;
  border-top: 0;
}

#product-category .sanals-category-bottom-description .sanals-category-faq summary {
  position: relative;
  display: block;
  padding: 28px 56px 28px 20px;
  color: #111;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: .14em;
  line-height: 1.25;
  text-transform: uppercase;
  cursor: pointer;
  list-style: none;
}

#product-category .sanals-category-bottom-description .sanals-category-faq summary::-webkit-details-marker {
  display: none;
}

#product-category .sanals-category-bottom-description .sanals-category-faq summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  color: #111;
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
}

#product-category .sanals-category-bottom-description .sanals-category-faq[open] summary::after {
  content: "−";
}

#product-category .sanals-category-bottom-description .sanals-category-faq-content {
  padding: 0 20px 30px;
}

#product-category .sanals-category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: 18px;
  row-gap: 56px;
}

#product-category .sanals-category-card {
  display: block;
  color: #111;
  text-decoration: none;
}

#product-category .sanals-category-image {
  display: block;
  margin-bottom: 16px;
  overflow: hidden;
  background: #f2f2f2;
}

#product-category .sanals-category-image img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  height: auto;
  object-fit: cover;
  border-radius: 0 !important;
}

#product-category .sanals-category-name {
  display: block;
  margin-bottom: 12px;
  font-size: clamp(20px, 1.25vw, 24px);
  line-height: 1.1;
  letter-spacing: .12em;
  overflow-wrap: normal;
  word-break: normal;
}

#product-category .sanals-category-text {
  display: block;
  color: #111;
  font-size: 17px;
  line-height: 1.36;
}

#product-category .sanals-category-link {
  display: inline-block;
  margin-top: 18px;
  font-size: 15px;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: underline;
}

#product-category .sanals-popular-products {
  position: relative;
  margin-top: clamp(78px, 7vw, 118px);
}

#product-category .sanals-popular-products h2 {
  margin: 0 0 34px;
  color: #111;
  font-size: clamp(22px, 1.6vw, 28px);
  font-weight: 900;
  letter-spacing: .16em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

#product-category .sanals-popular-products-carousel {
  position: relative;
}

#product-category .sanals-popular-products-viewport {
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

#product-category .sanals-popular-products-viewport::-webkit-scrollbar {
  display: none;
}

#product-category .sanals-popular-products-track {
  display: flex;
  gap: 18px;
  align-items: stretch;
}

#product-category .sanals-popular-product {
  display: flex;
  flex: 0 0 calc((100% - 54px) / 4);
  min-width: 0;
  color: #111;
  flex-direction: column;
}

#product-category .sanals-popular-product-image {
  display: block;
  margin-bottom: 22px;
  overflow: hidden;
  background: #f4f4f4;
}

#product-category .sanals-popular-product-image img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
  object-fit: contain;
  border-radius: 0 !important;
}

#product-category .sanals-popular-product-name {
  min-height: 62px;
  color: #111;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: .1em;
  line-height: 1.22;
  text-decoration: underline;
  text-transform: uppercase;
  text-underline-offset: 2px;
  overflow-wrap: anywhere;
}

#product-category .sanals-popular-product-price {
  margin-top: 22px;
  color: #111;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.2;
}

#product-category .sanals-popular-product-price .price-old {
  margin-left: 8px;
  color: #777;
  text-decoration: line-through;
}

#product-category .sanals-popular-product-button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  margin-top: 22px;
  background: #000;
  color: #fff !important;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .1em;
  line-height: 1;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  border: 0;
  border-radius: 0 !important;
  cursor: pointer;
  width: 100%;
}

#product-category .sanals-popular-product-button:hover {
  background: #222;
  color: #fff !important;
}

#product-category .sanals-popular-products-arrow {
  position: absolute;
  top: 108px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 72px;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0 !important;
  cursor: pointer;
}

#product-category .sanals-popular-products-prev {
  left: -56px;
}

#product-category .sanals-popular-products-next {
  right: -56px;
}

#product-category .sanals-popular-products-arrow::before {
  content: '';
  display: block;
  width: 26px;
  height: 26px;
  border-top: 6px solid #e7e7e7;
  border-right: 6px solid #e7e7e7;
  transition: border-color .18s ease;
}

#product-category .sanals-popular-products-prev::before {
  transform: rotate(-135deg);
}

#product-category .sanals-popular-products-next::before {
  transform: rotate(45deg);
}

#product-category .sanals-popular-products-arrow:hover::before {
  border-color: #111;
}

@media (max-width: 1199px) {
  #product-category .sanals-category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  #product-category .sanals-popular-product {
    flex-basis: calc((100% - 36px) / 3);
  }
}

@media (max-width: 1024px) {
  #product-category .sanals-category-landing {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 28px 16px 52px;
  }

  #product-category .sanals-category-side {
    flex-direction: row;
    gap: 14px;
    overflow-x: auto;
    padding: 0 0 8px;
    scrollbar-width: thin;
  }

  #product-category .sanals-category-side a {
    flex: 0 0 auto;
    padding-bottom: 4px;
  }

  #product-category .sanals-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }

  #product-category .sanals-popular-products {
    margin-top: 58px;
  }

  #product-category .sanals-popular-products-track {
    gap: 22px;
  }

  #product-category .sanals-popular-product {
    flex-basis: calc((100% - 22px) / 2);
  }

  #product-category .sanals-popular-products-prev {
    left: -18px;
  }

  #product-category .sanals-popular-products-next {
    right: -18px;
  }
}

@media (max-width: 640px) {
  #product-category .sanals-category-main > .page-title,
  #product-category .sanals-category-main > h1 {
    font-size: 28px;
    letter-spacing: .1em;
  }

  #product-category .sanals-category-description {
    font-size: 16px;
  }

  #product-category .sanals-category-grid {
    grid-template-columns: 1fr;
  }

  #product-category .sanals-popular-product {
    flex-basis: 82%;
  }

  #product-category .sanals-popular-products-arrow {
    display: none;
  }

  #product-category .sanals-popular-product-name {
    min-height: 0;
  }
}

@media (max-width: 1024px) {
  #product-category .sanals-category-landing {
    display: block;
    max-width: 100%;
    padding: 34px 30px 56px;
  }

  #product-category .sanals-category-side {
    display: none;
  }

  #product-category .sanals-category-main > .page-title,
  #product-category .sanals-category-main > h1 {
    margin: 0 0 44px;
    font-size: clamp(32px, 6.4vw, 44px);
    letter-spacing: .18em;
    line-height: 1;
  }

  #product-category .sanals-mobile-category-nav {
    display: block;
    margin: 0 0 34px;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
  }

  #product-category .sanals-mobile-category-nav summary {
    position: relative;
    display: block;
    padding: 21px 52px 21px 0;
    color: #000;
    font-size: 21px;
    font-weight: 900;
    line-height: 1.1;
    list-style: none;
    cursor: pointer;
  }

  #product-category .sanals-mobile-category-nav summary::-webkit-details-marker {
    display: none;
  }

  #product-category .sanals-mobile-category-nav summary::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    color: #000;
    font-size: 34px;
    font-weight: 900;
    line-height: 1;
  }

  #product-category .sanals-mobile-category-nav[open] summary::after {
    content: "−";
  }

  #product-category .sanals-mobile-category-links {
    display: grid;
    gap: 14px;
    padding: 0 0 22px;
  }

  #product-category .sanals-mobile-category-links a {
    color: #111;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: .1em;
    line-height: 1.25;
    text-decoration: none;
    text-transform: uppercase;
  }

  #product-category .sanals-category-description {
    max-width: none;
    margin: 0 0 46px;
    color: #000;
    font-size: clamp(22px, 4.5vw, 31px);
    font-weight: 500;
    letter-spacing: .015em;
    line-height: 1.32;
  }

  #product-category .sanals-category-description p {
    margin: 0 0 28px;
  }

  #product-category .sanals-category-description a {
    color: #000;
    font-weight: inherit;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
  }

  #product-category .sanals-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 46px 20px;
  }

  #product-category .sanals-category-card {
    overflow: hidden;
  }

  #product-category .sanals-category-image {
    margin-bottom: 22px;
  }

  #product-category .sanals-category-image img {
    aspect-ratio: 1 / 1.16;
  }

  #product-category .sanals-category-name {
    margin-bottom: 18px;
    font-size: clamp(23px, 5.7vw, 30px);
    letter-spacing: .11em;
    line-height: 1.05;
  }

  #product-category .sanals-category-text {
    display: block;
    color: #000;
    font-size: clamp(18px, 4.8vw, 25px);
    font-weight: 500;
    letter-spacing: .02em;
    line-height: 1.26;
  }

  #product-category .sanals-category-link {
    display: inline-block;
    margin-top: 28px;
    color: #000;
    font-size: clamp(18px, 4.8vw, 25px);
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.2;
    text-decoration: underline;
    text-transform: none;
    text-underline-offset: 3px;
  }

  #product-category .sanals-category-landing-deep .sanals-category-grid {
    grid-template-columns: 1fr;
    gap: 62px;
  }

  #product-category .sanals-category-landing-deep .sanals-category-card {
    width: 100%;
  }

  #product-category .sanals-category-landing-deep .sanals-category-image {
    margin-bottom: 34px;
  }

  #product-category .sanals-category-landing-deep .sanals-category-image img {
    width: 100%;
    aspect-ratio: auto;
    height: auto;
    object-fit: cover;
  }

  #product-category .sanals-category-landing-deep .sanals-category-name {
    margin-bottom: 22px;
    font-size: clamp(30px, 6.8vw, 42px);
    letter-spacing: .16em;
  }

  #product-category .sanals-category-landing-deep .sanals-category-text {
    max-width: 100%;
    font-size: clamp(22px, 4.8vw, 30px);
    line-height: 1.28;
  }

  #product-category .sanals-category-landing-deep .sanals-category-link {
    margin-top: 30px;
    font-size: clamp(22px, 4.8vw, 30px);
  }
}

@media (max-width: 420px) {
  #product-category .sanals-category-landing {
    padding-right: 22px;
    padding-left: 22px;
  }

  #product-category .sanals-category-main > .page-title,
  #product-category .sanals-category-main > h1 {
    font-size: 30px;
    letter-spacing: .14em;
  }

  #product-category .sanals-category-description {
    font-size: 22px;
  }

  #product-category .sanals-category-landing-deep .sanals-category-name {
    font-size: 28px;
    letter-spacing: .12em;
  }
}

/* SanalsArt Jacksons-style product listing */
#product-category .main-products-wrapper {
  max-width: 1360px;
  margin: 0 auto;
}

#product-category #content > .page-title {
  display: none;
}

#product-category .category-description {
  display: none;
}

#product-category .sanals-product-heading {
  margin: 0 0 34px;
}

#product-category .sanals-product-heading h1 {
  margin: 0 0 24px;
  color: #000;
  font-size: clamp(30px, 2.2vw, 38px);
  font-weight: 900;
  letter-spacing: .16em;
  line-height: 1.15;
  text-align: left;
  text-transform: uppercase;
}

#product-category .sanals-product-heading-description {
  max-width: 920px;
  color: #111;
  font-size: 17px;
  line-height: 1.45;
  text-align: left;
}

#product-category .sanals-product-heading-description p {
  margin: 0 0 10px;
}

#product-category .sanals-product-heading-description a {
  color: #111;
  font-weight: 800;
  text-decoration: underline;
}

#product-category .sanals-product-heading-image {
  display: none;
}

#product-category .products-filter {
  align-items: center;
  margin-bottom: 24px;
}

#product-category .products-filter .grid-list {
  flex: 0 0 auto;
}

#product-category .products-filter .sanals-product-count {
  color: #777;
  flex: 0 0 auto;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .03em;
  line-height: 42px;
  margin-right: 18px;
  text-align: right;
  text-transform: none;
  white-space: nowrap;
}

#product-category .main-products.product-grid {
  gap: 34px 18px;
}

#product-category .main-products.product-grid .product-layout,
#product-category .main-products.product-grid .product-thumb {
  background: transparent;
  box-shadow: none;
}

#product-category .main-products.product-grid .product-thumb .image-group {
  margin-bottom: 20px;
  background: #f4f4f4;
}

#product-category .main-products.product-grid .product-thumb .image img {
  border-radius: 0 !important;
  object-fit: contain;
}

#product-category .main-products.product-grid .product-thumb .caption {
  padding: 0 !important;
  color: #111;
  text-align: left;
}

#product-category .main-products.product-grid .product-thumb .stats {
  display: none;
}

#product-category .main-products.product-grid .product-thumb .name {
  min-height: 54px;
  margin: 0 0 12px;
}

#product-category .main-products.product-grid .product-thumb .name a {
  color: #111;
  font-size: clamp(18px, 1.15vw, 22px);
  font-weight: 900;
  letter-spacing: .1em;
  line-height: 1.15;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
}

#product-category .main-products.product-grid .product-thumb .description {
  display: block !important;
  min-height: 96px;
  margin: 0 0 18px;
  color: #111;
  font-size: 16px;
  line-height: 1.4;
  text-align: left;
}

#product-category .main-products.product-grid .product-thumb .rating {
  display: block !important;
  margin: 0 0 17px;
  min-height: 22px;
  opacity: 1 !important;
  visibility: visible !important;
}

#product-category .main-products.product-grid .product-thumb .rating-link {
  position: relative;
  z-index: 3;
  display: inline-grid !important;
  grid-template-columns: max-content max-content;
  align-items: start !important;
  justify-content: flex-start;
  column-gap: 8px;
  width: max-content;
  max-width: 100%;
  color: #111;
  text-decoration: none;
  line-height: 1 !important;
  pointer-events: auto !important;
}

#product-category .main-products.product-grid .product-thumb .rating .rating-stars {
  display: inline-flex;
  align-items: flex-start;
  gap: 0;
  flex: 0 0 auto;
  height: 20px;
  line-height: 20px !important;
}

#product-category .main-products.product-grid .product-thumb .rating .sanals-star {
  color: #000;
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 20px !important;
  transform: none;
}

#product-category .main-products.product-grid .product-thumb .rating .sanals-star.is-empty {
  color: #111;
}

#product-category .main-products.product-grid .product-thumb .rating-count {
  color: #111;
  display: inline-flex !important;
  align-items: center;
  font-size: 15px;
  font-weight: 900;
  height: 20px;
  line-height: 20px !important;
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
  text-decoration: underline;
  text-underline-offset: 2px;
  top: -12px;
  transform: none !important;
  white-space: nowrap;
}

#product-category .main-products.product-grid .product-thumb .price {
  color: #111;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: .04em;
  margin: 0 0 18px;
  text-align: left;
  text-transform: uppercase;
}

#product-category .main-products.product-grid .product-thumb .buttons-wrapper {
  margin-top: 0;
  border-top: 0;
  padding-top: 0;
}

#product-category .main-products.product-grid .product-thumb .button-group {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  width: 100%;
}

#product-category .main-products.product-grid .product-thumb .cart-group {
  display: block !important;
  min-width: 0;
  width: 100%;
}

#product-category .main-products.product-grid .product-thumb .cart-group .stepper {
  display: none !important;
}

#product-category .main-products.product-grid .product-thumb .btn-cart,
#product-category .main-products.product-grid .product-thumb .btn-cart.btn {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  min-width: 0 !important;
  height: 42px !important;
  min-height: 42px !important;
  padding: 0 18px !important;
  background: #000 !important;
  border: 1px solid #000 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: .1em !important;
  line-height: 1 !important;
  text-align: center !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  transition: background .18s ease, color .18s ease, border-color .18s ease;
}

#product-category .main-products.product-grid .product-thumb .btn-cart::before,
#product-category .main-products.product-grid .product-thumb .btn-cart::after {
  display: none !important;
  content: none !important;
}

#product-category .main-products.product-grid .product-thumb .btn-cart .btn-text {
  display: block !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  color: inherit !important;
  font: inherit !important;
  letter-spacing: inherit !important;
  line-height: inherit !important;
  opacity: 1 !important;
  text-indent: 0 !important;
  transform: none !important;
  white-space: nowrap;
}

#product-category .main-products.product-grid .product-thumb .btn-cart:hover {
  background: #fff !important;
  border-color: #000 !important;
  color: #000 !important;
}

#product-category .main-products.product-grid .product-thumb .wish-group {
  display: flex !important;
  align-items: center;
  gap: 10px;
  width: auto !important;
}

#product-category .main-products.product-grid .product-thumb .wish-group .btn {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 32px !important;
  height: 32px !important;
  min-width: 32px !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  color: #777 !important;
  overflow: visible !important;
  position: relative;
}

#product-category .main-products.product-grid .product-thumb .wish-group .btn:hover {
  color: #111 !important;
}

#product-category .main-products.product-grid .product-thumb .wish-group .btn .btn-text {
  position: absolute;
  bottom: calc(100% + 9px);
  left: 50%;
  z-index: 5;
  display: block !important;
  width: max-content !important;
  max-width: 220px;
  height: auto !important;
  padding: 5px 8px !important;
  background: #fff;
  border: 1px solid #111;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #111 !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: .03em !important;
  line-height: 1.15 !important;
  opacity: 0 !important;
  pointer-events: none;
  text-align: center;
  text-indent: 0 !important;
  transform: translate(-50%, 4px) !important;
  transition: opacity .15s ease, transform .15s ease;
  visibility: hidden !important;
  white-space: nowrap;
}

#product-category .main-products.product-grid .product-thumb .wish-group .btn:hover .btn-text,
#product-category .main-products.product-grid .product-thumb .wish-group .btn:focus .btn-text {
  opacity: 1 !important;
  transform: translate(-50%, 0) !important;
  visibility: visible !important;
}

.product-grid.wishlist-tooltip .tooltip-inner,
.product-grid.compare-tooltip .tooltip-inner,
.product-grid.grid-tooltip .tooltip-inner,
.product-grid.list-tooltip .tooltip-inner,
.grid-tooltip .tooltip-inner,
.list-tooltip .tooltip-inner,
.module-products-grid.wishlist-tooltip .tooltip-inner,
.module-products-grid.compare-tooltip .tooltip-inner,
.module-products-grid.grid-tooltip .tooltip-inner,
.module-products-grid.list-tooltip .tooltip-inner,
.grid-list .tooltip-inner,
.wishlist-tooltip .tooltip-inner,
.compare-tooltip .tooltip-inner,
.tooltip-hover .tooltip-inner {
  background: #fff !important;
  border: 1px solid #111 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #111 !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: .03em !important;
  line-height: 1.15 !important;
  text-shadow: none !important;
}

.product-grid.wishlist-tooltip.top .tooltip-arrow,
.product-grid.compare-tooltip.top .tooltip-arrow,
.product-grid.grid-tooltip.top .tooltip-arrow,
.product-grid.list-tooltip.top .tooltip-arrow,
.grid-tooltip.top .tooltip-arrow,
.list-tooltip.top .tooltip-arrow,
.module-products-grid.wishlist-tooltip.top .tooltip-arrow,
.module-products-grid.compare-tooltip.top .tooltip-arrow,
.module-products-grid.grid-tooltip.top .tooltip-arrow,
.module-products-grid.list-tooltip.top .tooltip-arrow,
.wishlist-tooltip.top .tooltip-arrow,
.compare-tooltip.top .tooltip-arrow,
.tooltip-hover.top .tooltip-arrow {
  border-top-color: #111 !important;
}

.product-grid.wishlist-tooltip.bottom .tooltip-arrow,
.product-grid.compare-tooltip.bottom .tooltip-arrow,
.product-grid.grid-tooltip.bottom .tooltip-arrow,
.product-grid.list-tooltip.bottom .tooltip-arrow,
.grid-tooltip.bottom .tooltip-arrow,
.list-tooltip.bottom .tooltip-arrow,
.module-products-grid.wishlist-tooltip.bottom .tooltip-arrow,
.module-products-grid.compare-tooltip.bottom .tooltip-arrow,
.module-products-grid.grid-tooltip.bottom .tooltip-arrow,
.module-products-grid.list-tooltip.bottom .tooltip-arrow,
.wishlist-tooltip.bottom .tooltip-arrow,
.compare-tooltip.bottom .tooltip-arrow,
.tooltip-hover.bottom .tooltip-arrow {
  border-bottom-color: #111 !important;
}

body .tooltip .tooltip-inner,
body .tooltip-hover .tooltip-inner,
body [class*="tooltip"] .tooltip-inner {
  color: #111 !important;
  text-shadow: none !important;
}

body .tooltip .tooltip-inner *,
body .tooltip-hover .tooltip-inner *,
body [class*="tooltip"] .tooltip-inner * {
  color: #111 !important;
}

/* SanalsArt product tabs: keep theme design, only swap caret to +/- */
html.route-product-product .sanals-product-info-tabs .accordion-toggle {
  position: relative;
  padding-right: 44px !important;
}

html.route-product-product .sanals-product-info-tabs .accordion-toggle i,
html.route-product-product .sanals-product-info-tabs .accordion-toggle .fa {
  display: none !important;
}

html.route-product-product .sanals-product-info-tabs .panel + .panel {
  border-top: 1px solid #e1e1e1 !important;
}

html.route-product-product .sanals-product-info-tabs .sanals-product-info-panel {
  border-bottom: 1px solid #e1e1e1 !important;
}

html.route-product-product .sanals-product-info-tabs .accordion-toggle::before,
html.route-product-product .sanals-product-info-tabs .panel-heading::before,
html.route-product-product .sanals-product-info-tabs .panel-heading::after,
html.route-product-product .sanals-product-info-tabs .panel-title::before,
html.route-product-product .sanals-product-info-tabs .panel-title::after {
  display: none !important;
  content: none !important;
}

html.route-product-product .sanals-product-info-tabs .accordion-toggle::after {
  content: "−" !important;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  color: inherit;
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
}

html.route-product-product .sanals-product-info-tabs .accordion-toggle.collapsed::after {
  content: "+" !important;
}

html.route-product-product .product-info .button-group-page .btn-cart.sanals-browse-palette,
html.route-product-product .product-info .button-group-page .btn.sanals-browse-palette,
html.route-product-product .sanals-browse-palette {
  --btn-border-radius: 0 !important;
  --button-border-radius: 0 !important;
  --border-radius: 0 !important;
  background: #fff !important;
  border: 1px solid #000 !important;
  border-radius: 0 !important;
  --element-border-radius: 0 !important;
  box-shadow: none !important;
  color: #000 !important;
  letter-spacing: .08em;
  outline: 0 !important;
  text-transform: uppercase;
}

html.route-product-product .product-info .button-group-page .btn-cart.sanals-browse-palette .btn-text,
html.route-product-product .product-info .button-group-page .btn.sanals-browse-palette .btn-text,
html.route-product-product .sanals-browse-palette .btn-text {
  color: #000 !important;
}

html.route-product-product .product-info .button-group-page .btn-cart.sanals-browse-palette *,
html.route-product-product .product-info .button-group-page .btn.sanals-browse-palette *,
html.route-product-product .sanals-browse-palette * {
  border-radius: 0 !important;
  --element-border-radius: 0 !important;
}

html.route-product-product .product-info .button-group-page .btn-cart.sanals-browse-palette::before,
html.route-product-product .product-info .button-group-page .btn-cart.sanals-browse-palette::after,
html.route-product-product .product-info .button-group-page .btn.sanals-browse-palette::before,
html.route-product-product .product-info .button-group-page .btn.sanals-browse-palette::after,
html.route-product-product .sanals-browse-palette::before,
html.route-product-product .sanals-browse-palette::after {
  border-radius: 0 !important;
  --element-border-radius: 0 !important;
}

html.route-product-product .product-info .button-group-page .btn-cart.sanals-browse-palette:hover,
html.route-product-product .product-info .button-group-page .btn-cart.sanals-browse-palette:focus,
html.route-product-product .product-info .button-group-page .btn.sanals-browse-palette:hover,
html.route-product-product .product-info .button-group-page .btn.sanals-browse-palette:focus,
html.route-product-product .sanals-browse-palette:hover,
html.route-product-product .sanals-browse-palette:focus {
  background: #fff !important;
  border: 1px solid #000 !important;
  border-radius: 0 !important;
  --element-border-radius: 0 !important;
  box-shadow: none !important;
  color: #000 !important;
}

html.route-product-product .sanals-linked-palettes-anchor {
  position: relative;
  top: -20px;
}

html.route-product-product .product-tax,
html.route-product-product .product-points,
html.route-product-product .price-tax {
  display: none !important;
}

html.route-product-product .sanals-customer-reviews {
  width: calc(100% - 120px);
  max-width: 1380px;
  margin: 70px auto 64px;
  padding: 0;
  color: #000;
}

html.route-product-product .sanals-customer-reviews h2 {
  margin: 0 0 50px;
  color: #000;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: .12em;
  line-height: 1.2;
  text-align: center;
}

html.route-product-product .sanals-review-overview {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(300px, 1fr) minmax(220px, 1fr);
  align-items: center;
  gap: 42px;
  max-width: 980px;
  margin: 0 auto 58px;
}

html.route-product-product .sanals-review-score {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  column-gap: 18px;
  border-right: 1px solid #ddd;
  padding-right: 42px;
}

html.route-product-product .sanals-review-score strong {
  color: #000;
  font-size: 44px;
  font-weight: 900;
  line-height: 1;
}

html.route-product-product .sanals-review-stars {
  color: #000;
  font-size: 28px;
  letter-spacing: 1px;
  line-height: 1;
  white-space: nowrap;
}

html.route-product-product .sanals-review-score small {
  grid-column: 2;
  color: #000;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
}

html.route-product-product .sanals-review-bars {
  display: grid;
  gap: 9px;
  border-right: 1px solid #ddd;
  padding-right: 42px;
}

html.route-product-product .sanals-review-bar {
  display: grid;
  grid-template-columns: 44px 1fr 42px;
  align-items: center;
  gap: 14px;
  color: #000;
  font-weight: 700;
}

html.route-product-product .sanals-review-bar em {
  display: block;
  height: 7px;
  overflow: hidden;
  background: #e8e8e8;
  border-radius: 99px;
}

html.route-product-product .sanals-review-bar b {
  display: block;
  height: 100%;
  background: #000;
  border-radius: 99px;
}

html.route-product-product .sanals-write-review-btn {
  width: 100%;
  min-height: 48px;
  border: 1px solid #000;
  border-radius: 0;
  background: #000;
  color: #fff;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

html.route-product-product .sanals-review-toolbar {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 34px;
  padding: 18px 22px;
  background: #e9e9e9;
}

html.route-product-product .sanals-review-search {
  display: flex;
  align-items: center;
  min-width: 210px;
  margin: 0;
  padding: 0 12px;
  border: 1px solid #aaa;
  border-radius: 999px;
  background: #fff;
}

html.route-product-product .sanals-review-search input {
  width: 100%;
  height: 34px;
  border: 0;
  background: transparent;
  outline: 0;
}

html.route-product-product .sanals-review-toolbar button {
  min-height: 36px;
  padding: 0 22px;
  border: 1px solid #aaa;
  border-radius: 999px;
  background: #fff;
  color: #333;
  font-weight: 700;
}

html.route-product-product .sanals-review-rating {
  min-height: 36px;
  padding: 0 38px 0 18px;
  border: 1px solid #aaa;
  border-radius: 999px;
  background: #fff;
  color: #333;
  font-weight: 700;
}

html.route-product-product .sanals-review-media.is-active {
  border-color: #000;
  background: #000;
  color: #fff;
}

html.route-product-product .sanals-review-sort {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
  color: #333;
  font-weight: 700;
}

html.route-product-product .sanals-review-sort select {
  min-height: 36px;
  border: 0;
  background: transparent;
  color: #000;
  font-weight: 900;
  outline: 0;
}

html.route-product-product .sanals-review-clear {
  border-color: transparent !important;
  background: transparent !important;
  color: #000 !important;
  text-decoration: underline;
}

html.route-product-product .sanals-review-list {
  display: grid;
  gap: 32px;
}

html.route-product-product .sanals-review-media-strip {
  position: relative;
  margin: 0 0 34px;
}

html.route-product-product .sanals-review-media-strip h3 {
  margin: 0 0 16px;
  color: #000;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

html.route-product-product .sanals-review-media-track {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  padding: 0 54px 8px 0;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

html.route-product-product .sanals-review-media-track::-webkit-scrollbar {
  display: none;
}

html.route-product-product .sanals-review-media-arrow {
  position: absolute;
  top: 88px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, .6);
  color: #fff;
  font-size: 42px;
  line-height: 1;
  cursor: pointer;
}

html.route-product-product .sanals-review-media-prev {
  left: 0;
}

html.route-product-product .sanals-review-media-next {
  right: 0;
}

html.route-product-product .sanals-review-media-track .sanals-review-image-link,
html.route-product-product .sanals-review-media-track .sanals-review-video-link {
  flex: 0 0 auto;
}

html.route-product-product .sanals-review-media-track img,
html.route-product-product .sanals-review-media-track video {
  width: 140px;
  height: 140px;
  object-fit: cover;
}

html.route-product-product .sanals-review-item {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr) 110px;
  gap: 34px;
  padding: 0 0 32px;
  border-bottom: 1px solid #e1e1e1;
}

html.route-product-product .sanals-review-author {
  display: grid;
  grid-template-columns: 44px 1fr;
  align-items: center;
  gap: 10px 14px;
}

html.route-product-product .sanals-review-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #d9deee;
  color: #7a86a6;
  font-weight: 900;
}

html.route-product-product .sanals-review-author strong,
html.route-product-product .sanals-review-author small {
  color: #000;
  line-height: 1.2;
}

html.route-product-product .sanals-review-author small {
  grid-column: 2;
  font-size: 13px;
  font-weight: 700;
}

html.route-product-product .sanals-review-line {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 14px;
}

html.route-product-product .sanals-review-line .sanals-review-stars {
  font-size: 24px;
}

html.route-product-product .sanals-review-line strong {
  color: #000;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

html.route-product-product .sanals-review-content p {
  margin: 0;
  color: #000;
  font-size: 17px;
  line-height: 1.45;
}

html.route-product-product .sanals-review-images,
html.route-product-product .sanals-review-image-preview {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
}

html.route-product-product .sanals-review-images img,
html.route-product-product .sanals-review-images video,
html.route-product-product .sanals-review-image-preview img,
html.route-product-product .sanals-review-image-preview video {
  width: 88px;
  height: 88px;
  object-fit: cover;
  border: 1px solid #ddd;
}

html.route-product-product .sanals-review-video-link,
html.route-product-product .sanals-review-video-preview {
  position: relative;
  display: inline-flex;
}

html.route-product-product .sanals-review-video-link span,
html.route-product-product .sanals-review-video-preview i {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .82);
  color: #000;
  font-size: 16px;
  font-style: normal;
  transform: translate(-50%, -50%);
}

html.route-product-product .sanals-review-video-modal {
  max-width: 920px;
  margin: 40px auto;
  background: #000;
}

html.route-product-product .sanals-review-video-modal video {
  display: block;
  width: 100%;
  max-height: 80vh;
}

html.route-product-product .sanals-review-detail-modal {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
  gap: 44px;
  width: min(1180px, calc(100vw - 90px));
  margin: 40px auto;
  padding: 56px 64px;
  border-radius: 8px;
  background: #fff;
  color: #000;
}

html.route-product-product .sanals-review-detail-nav {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, .55);
  color: #fff;
  font-size: 50px;
  line-height: 1;
  transform: translateY(-50%);
  cursor: pointer;
}

html.route-product-product .sanals-review-detail-prev {
  left: 22px;
}

html.route-product-product .sanals-review-detail-next {
  left: calc(56% - 82px);
}

html.route-product-product .sanals-review-detail-media {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 520px;
  background: #f1f1f1;
}

html.route-product-product .sanals-review-detail-media img,
html.route-product-product .sanals-review-detail-media video {
  display: block;
  max-width: 100%;
  max-height: 72vh;
  object-fit: contain;
}

html.route-product-product .sanals-review-detail-content {
  position: relative;
  padding-top: 4px;
}

html.route-product-product .sanals-review-detail-head {
  display: grid;
  grid-template-columns: 44px 1fr auto;
  gap: 12px 14px;
  align-items: center;
  margin-bottom: 34px;
}

html.route-product-product .sanals-review-detail-head strong,
html.route-product-product .sanals-review-detail-head small {
  display: block;
  color: #000;
  line-height: 1.2;
}

html.route-product-product .sanals-review-detail-head time {
  align-self: start;
  color: #000;
  font-weight: 800;
}

html.route-product-product .sanals-review-detail-stars {
  margin-bottom: 12px;
  color: #000;
  font-size: 30px;
  letter-spacing: 1px;
  line-height: 1;
}

html.route-product-product .sanals-review-detail-content h4 {
  margin: 0 0 22px;
  color: #000;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: .12em;
  line-height: 1.25;
  text-transform: uppercase;
}

html.route-product-product .sanals-review-detail-thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 22px;
}

html.route-product-product .sanals-review-detail-thumb {
  position: relative;
  display: inline-flex;
  padding: 0;
  border: 2px solid transparent;
  background: transparent;
  cursor: pointer;
}

html.route-product-product .sanals-review-detail-thumb.is-active {
  border-color: #000;
}

html.route-product-product .sanals-review-detail-thumb img,
html.route-product-product .sanals-review-detail-thumb video {
  width: 88px;
  height: 88px;
  object-fit: cover;
}

html.route-product-product .sanals-review-detail-thumb span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .86);
  color: #000;
  line-height: 30px;
  text-align: center;
  transform: translate(-50%, -50%);
}

html.route-product-product .sanals-review-detail-content p {
  margin: 0;
  color: #000;
  font-size: 18px;
  line-height: 1.45;
}

.mfp-wrap .sanals-review-detail-modal + .mfp-close,
.mfp-wrap .mfp-close {
  color: #000;
}

html.route-product-product .sanals-review-date {
  color: #000;
  font-weight: 700;
  text-align: right;
}

html.route-product-product .sanals-review-form {
  display: none;
  max-width: 760px;
  margin: 40px auto;
  padding: 38px 44px;
  border: 0;
  background: #fff;
  color: #000;
}

.mfp-content #form-review.sanals-review-form {
  display: block;
}

html.route-product-product .sanals-review-form h4 {
  margin: 0 0 28px;
  color: #000;
  font-size: 26px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

html.route-product-product .sanals-review-form .form-group {
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 20px;
}

html.route-product-product .sanals-review-form .control-label {
  padding-top: 9px;
  color: #000;
  text-align: left;
  font-weight: 900;
}

html.route-product-product .sanals-review-form .form-control {
  min-height: 44px;
  border: 1px solid #cfcfcf;
  border-radius: 0;
  box-shadow: none;
  color: #000;
}

html.route-product-product .sanals-review-form textarea.form-control {
  min-height: 130px;
}

html.route-product-product .sanals-review-form .btn-primary {
  min-width: 190px;
  min-height: 48px;
  border: 1px solid #000;
  border-radius: 0;
  background: #000;
  color: #fff;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

html.route-product-product .sanals-review-form .mfp-close,
.mfp-content #form-review + .mfp-close {
  color: #000;
}

html.route-product-product .sanals-review-toast {
  position: fixed;
  top: 24px;
  right: 24px;
  z-index: 10050;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  width: min(420px, calc(100vw - 32px));
  padding: 18px 20px;
  background: #000;
  color: #fff;
  box-shadow: 0 18px 45px rgba(0, 0, 0, .18);
  font-weight: 800;
  line-height: 1.45;
  transform: translateY(-12px);
  opacity: 0;
  pointer-events: none;
  transition: transform .25s ease, opacity .25s ease;
}

html.route-product-product .sanals-review-toast.is-visible {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

html.route-product-product .sanals-review-toast button {
  order: 2;
  margin: -4px -4px 0 auto;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
}

html.route-product-product .sanals-review-toast span {
  flex: 1;
}

html.route-product-product .sanals-review-image-upload {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 24px;
  border: 1px solid #000;
  background: #fff;
  color: #000;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
}

html.route-product-product .sanals-review-image-upload input {
  display: none;
}

html.route-product-product .sanals-no-reviews {
  text-align: center;
  font-weight: 700;
}

@media (max-width: 900px) {
  html.route-product-product .sanals-review-overview,
  html.route-product-product .sanals-review-item {
    grid-template-columns: 1fr;
  }

  html.route-product-product .sanals-review-score,
  html.route-product-product .sanals-review-bars {
    border-right: 0;
    padding-right: 0;
  }

  html.route-product-product .sanals-review-toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  html.route-product-product .sanals-review-sort,
  html.route-product-product .sanals-review-date {
    margin-left: 0;
    text-align: left;
  }
}

#product-category .pagination-results {
  align-items: center;
  margin-top: 36px;
}

#product-category .pagination-results .text-right {
  color: #777;
  font-weight: 700;
}

#product-category .sanals-pagination-total {
  display: inline-block;
  margin-right: 18px;
  color: #777;
  font-size: 17px;
  font-weight: 900;
  letter-spacing: .11em;
  line-height: 1.2;
  text-transform: uppercase;
  white-space: nowrap;
}

#product-category .sanals-pagination-results {
  display: inline-block;
}

#product-category .pagination > li > a,
#product-category .pagination > li > span {
  border-radius: 0 !important;
  color: #111;
}

#product-category .pagination > .active > span,
#product-category .pagination > .active > a {
  background: #000;
  border-color: #000;
  color: #fff;
}

.desktop-filter-wrapper .accordion-toggle .fa,
.desktop-filter-wrapper .accordion-toggle i,
.desktop-filter-wrapper .accordion-toggle em,
.desktop-filter-wrapper .accordion-toggle svg,
.desktop-filter-wrapper .accordion-toggle .caret,
.desktop-filter-wrapper .accordion-toggle .fa-caret-down,
.desktop-filter-wrapper .accordion-toggle .fa-angle-down,
.desktop-filter-wrapper .accordion-toggle .fa-angle-up,
.desktop-filter-wrapper .accordion-toggle .fa-chevron-down,
.desktop-filter-wrapper .accordion-toggle .fa-chevron-up,
.desktop-filter-wrapper .accordion-toggle .sanals-filter-toggle {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

.desktop-filter-wrapper .accordion-toggle::before,
.desktop-filter-wrapper .panel-title::before,
.desktop-filter-wrapper .panel-title::after,
.desktop-filter-wrapper .panel-heading::before,
.desktop-filter-wrapper .panel-heading::after {
  content: none !important;
  display: none !important;
}

.desktop-filter-wrapper .accordion-toggle {
  position: relative;
  display: block !important;
  padding-right: 34px !important;
  width: 100%;
}

.desktop-filter-wrapper .accordion-toggle::after {
  content: "−" !important;
  color: #111;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  font-weight: 900;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 0;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
}

.desktop-filter-wrapper .accordion-toggle.collapsed::after {
  content: "+" !important;
}

.desktop-filter-wrapper .accordion-toggle:not(.collapsed)::after,
.desktop-filter-wrapper .module-item.panel-active .accordion-toggle::after {
  content: "−" !important;
}

.mobile-filter-container .desktop-filter-wrapper .accordion-toggle .fa,
.mobile-filter-container .desktop-filter-wrapper .accordion-toggle i,
.mobile-filter-container .desktop-filter-wrapper .accordion-toggle em,
.mobile-filter-container .desktop-filter-wrapper .accordion-toggle svg,
.mobile-filter-container .desktop-filter-wrapper .accordion-toggle .caret,
.mobile-filter-container .desktop-filter-wrapper .accordion-toggle .sanals-filter-toggle {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

.mobile-filter-container .desktop-filter-wrapper .accordion-toggle::before,
.mobile-filter-container .desktop-filter-wrapper .panel-title::before,
.mobile-filter-container .desktop-filter-wrapper .panel-title::after,
.mobile-filter-container .desktop-filter-wrapper .panel-heading::before,
.mobile-filter-container .desktop-filter-wrapper .panel-heading::after {
  content: none !important;
  display: none !important;
}

.mobile-filter-container .desktop-filter-wrapper .accordion-toggle {
  position: relative;
  display: block !important;
  width: 100%;
  padding-right: 42px !important;
  color: #111 !important;
}

.mobile-filter-container .desktop-filter-wrapper .accordion-toggle::after {
  content: "−" !important;
  position: absolute;
  top: 50%;
  right: 4px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  color: #111 !important;
  font-size: 32px;
  font-weight: 900;
  line-height: 1;
  transform: translateY(-50%);
}

.mobile-filter-container .desktop-filter-wrapper .accordion-toggle.collapsed::after {
  content: "+" !important;
}

.mobile-filter-container .module-filter .accordion-toggle .fa,
.mobile-filter-container .module-filter .accordion-toggle i,
.mobile-filter-container .module-filter .accordion-toggle em,
.mobile-filter-container .module-filter .accordion-toggle svg,
.mobile-filter-container .module-filter .accordion-toggle .caret,
.mobile-filter-container .module-filter .accordion-toggle .sanals-filter-toggle {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

.mobile-filter-container .module-filter .accordion-toggle::before,
.mobile-filter-container .module-filter .panel-title::before,
.mobile-filter-container .module-filter .panel-title::after,
.mobile-filter-container .module-filter .panel-heading::before,
.mobile-filter-container .module-filter .panel-heading::after {
  content: none !important;
  display: none !important;
}

.mobile-filter-container .module-filter .accordion-toggle {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  padding-right: 44px !important;
  color: #111 !important;
}

.mobile-filter-container .module-filter .accordion-toggle::after {
  content: "−" !important;
  position: absolute !important;
  top: 50% !important;
  right: 4px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 30px !important;
  height: 30px !important;
  color: #111 !important;
  font-family: inherit !important;
  font-size: 34px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  transform: translateY(-50%) !important;
}

.mobile-filter-container .module-filter .accordion-toggle.collapsed::after,
.mobile-filter-container .module-filter .panel:not(.panel-active) .accordion-toggle::after {
  content: "+" !important;
}

.mobile-filter-container .module-filter .panel-active .accordion-toggle::after,
.mobile-filter-container .module-filter .accordion-toggle[aria-expanded="true"]::after {
  content: "−" !important;
}

@media (max-width: 1024px) {
  #product-category .pagination-results .text-left,
  #product-category .pagination-results .text-right {
    text-align: left;
  }
}

@media (max-width: 640px) {
  #product-category .sanals-product-heading h1 {
    font-size: 28px;
    letter-spacing: .1em;
  }

  #product-category .main-products.product-grid .product-thumb .name {
    min-height: 0;
  }
}

@media (max-width: 1024px) {
  #product-category .main-products-wrapper {
    max-width: none;
    padding: 0 18px;
  }

  #product-category .products-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
  }

  #product-category .products-filter .grid-list,
  #product-category .products-filter .sanals-product-count {
    order: 0;
  }

  #product-category .products-filter .select-group {
    flex: 1 1 auto;
  }

  html.route-product-product .sanals-customer-reviews {
    width: calc(100% - 36px);
    margin-top: 48px;
  }

  html.route-product-product .sanals-review-detail-modal {
    grid-template-columns: 1fr;
    gap: 24px;
    width: calc(100vw - 36px);
    padding: 42px 28px 30px;
  }

  html.route-product-product .sanals-review-detail-media {
    min-height: 360px;
  }

  html.route-product-product .sanals-review-detail-next {
    left: auto;
    right: 16px;
  }

  html.route-product-product .sanals-review-detail-prev {
    left: 16px;
  }
}

@media (max-width: 1024px) {
  #product-category .sanals-category-landing,
  #product-category .sanals-category-main {
    width: 100%;
  }

  #product-category .sanals-category-side {
    margin-bottom: 24px;
  }

  #product-category .sanals-product-heading {
    margin-bottom: 38px;
  }

  #product-category .sanals-product-heading h1 {
    margin: 0 0 44px;
    font-size: clamp(32px, 6.4vw, 44px);
    letter-spacing: .18em;
    line-height: 1;
  }

  #product-category .sanals-product-heading-description {
    max-width: none;
    margin: 0 0 46px;
    color: #000;
    font-size: clamp(22px, 4.5vw, 31px);
    font-weight: 500;
    letter-spacing: .015em;
    line-height: 1.32;
  }

  #product-category .sanals-product-heading-description p {
    margin: 0 0 28px;
  }

  #product-category .sanals-product-heading-description a {
    color: #000;
    font-weight: inherit;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
  }

  #product-category .sanals-product-heading-image {
    display: none !important;
  }

  #product-category .products-filter {
    display: grid !important;
    grid-template-columns: 1fr;
    align-items: stretch;
    width: 100%;
    overflow: visible;
  }

  #product-category .products-filter .grid-list {
    display: flex;
    width: 100%;
    justify-content: flex-start;
  }

  #product-category .products-filter .select-group {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    width: 100% !important;
    min-width: 0;
    overflow: visible;
    position: relative;
    z-index: 3;
  }

  #product-category .products-filter .sanals-product-count {
    grid-column: 1 / -1;
    width: 100%;
    margin: 0 0 12px;
    line-height: 1.2;
    text-align: left;
  }

  #product-category .products-filter .input-group,
  #product-category .products-filter .sort-by,
  #product-category .products-filter .per-page {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
  }

  #product-category .products-filter .input-group-addon {
    display: none !important;
  }

  #product-category .products-filter select.form-control {
    display: block;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: 56px;
    padding: 0 38px 0 16px;
    border: 1px solid #111;
    border-radius: 0 !important;
    background-color: #fff;
    color: #555;
    font-size: 17px;
    font-weight: 800;
    line-height: 56px;
  }

  #product-category .main-products.product-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 30px 16px;
  }

  #product-category .main-products.product-grid .product-layout {
    width: auto !important;
    max-width: none !important;
    padding: 0 !important;
  }

  #product-category .main-products.product-grid .product-thumb .image-group {
    margin-bottom: 14px;
  }

  #product-category .main-products.product-grid .product-thumb .image img {
    width: 100% !important;
    height: auto !important;
  }

  #product-category .main-products.product-grid .product-thumb .name a {
    font-size: 16px;
    letter-spacing: .08em;
  }

  #product-category .main-products.product-grid .product-thumb .description {
    min-height: 0;
    font-size: 14px;
  }

  #product-category .main-products.product-grid .product-thumb .rating-link {
    grid-template-columns: 1fr;
    row-gap: 3px;
  }

  #product-category .main-products.product-grid .product-thumb .rating-count {
    top: 0;
  }

  #product-category .main-products.product-grid .product-thumb .button-group {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  #product-category .main-products.product-grid .product-thumb .wish-group {
    justify-content: flex-start;
  }

  #product-category .pagination-results {
    display: grid;
    gap: 14px;
  }

  #product-category .sanals-pagination-total {
    display: block;
    margin: 0 0 8px;
    font-size: 14px;
    letter-spacing: .08em;
  }

  html.route-product-product .product-info .button-group-page,
  html.route-product-product .product-info .extra-group {
    width: 100%;
  }

  html.route-product-product .product-info .button-group-page {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  html.route-product-product .product-info .button-group-page .stepper-group,
  html.route-product-product .product-info .button-group-page .btn,
  html.route-product-product .product-info .button-group-page .btn-cart,
  html.route-product-product .sanals-browse-palette {
    width: 100% !important;
  }

  html.route-product-product .sanals-product-info-tabs {
    margin-right: 18px;
    margin-left: 18px;
  }

  html.route-product-product .sanals-product-info-tabs .accordion-toggle {
    padding: 20px 44px 20px 0 !important;
  }

  html.route-product-product .sanals-customer-reviews h2 {
    margin-bottom: 30px;
    font-size: 22px;
  }

  html.route-product-product .sanals-review-overview {
    gap: 24px;
    margin-bottom: 34px;
  }

  html.route-product-product .sanals-review-score {
    grid-template-columns: auto 1fr;
    column-gap: 14px;
  }

  html.route-product-product .sanals-review-score strong {
    font-size: 38px;
  }

  html.route-product-product .sanals-review-stars {
    font-size: 24px;
  }

  html.route-product-product .sanals-review-toolbar {
    padding: 16px;
  }

  html.route-product-product .sanals-review-search,
  html.route-product-product .sanals-review-rating,
  html.route-product-product .sanals-review-toolbar button,
  html.route-product-product .sanals-review-sort {
    width: 100%;
  }

  html.route-product-product .sanals-review-sort {
    justify-content: space-between;
  }

  html.route-product-product .sanals-review-media-track {
    padding-right: 0;
  }

  html.route-product-product .sanals-review-media-track img,
  html.route-product-product .sanals-review-media-track video {
    width: 118px;
    height: 118px;
  }

  html.route-product-product .sanals-review-media-arrow {
    display: none;
  }

  html.route-product-product .sanals-review-item {
    gap: 16px;
  }

  html.route-product-product .sanals-review-line {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  html.route-product-product .sanals-review-date {
    text-align: left;
  }

  html.route-product-product .sanals-review-detail-modal {
    width: calc(100vw - 24px);
    margin: 18px auto;
    padding: 38px 18px 24px;
  }

  html.route-product-product .sanals-review-detail-media {
    min-height: 280px;
  }

  html.route-product-product .sanals-review-detail-head {
    grid-template-columns: 40px 1fr;
  }

  html.route-product-product .sanals-review-detail-head time {
    grid-column: 1 / -1;
    text-align: left;
  }

  html.route-product-product .sanals-review-detail-thumbs {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 8px;
  }

  html.route-product-product .sanals-review-detail-thumb {
    flex: 0 0 auto;
  }

  html.route-product-product .sanals-review-form {
    width: calc(100vw - 24px);
    max-height: calc(100vh - 36px);
    margin: 18px auto;
    padding: 34px 18px 22px;
    overflow-y: auto;
  }

  html.route-product-product .sanals-review-form .control-label,
  html.route-product-product .sanals-review-form .col-sm-10,
  html.route-product-product .sanals-review-form .col-sm-2 {
    float: none;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }

  html.route-product-product .sanals-review-form .control-label {
    margin-bottom: 8px;
  }

  html.route-product-product .sanals-review-form .btn-primary,
  html.route-product-product .sanals-review-image-upload {
    width: 100%;
  }

  html.route-product-product .sanals-review-toast {
    top: 14px;
    right: 12px;
    left: 12px;
    width: auto;
  }
}

@media (max-width: 520px) {
  #product-category .main-products-wrapper {
    padding: 0 18px;
  }

  #product-category .products-filter {
    gap: 16px;
  }

  #product-category .products-filter .select-group {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  #product-category .products-filter .input-group-addon {
    display: none !important;
  }

  #product-category .products-filter select.form-control {
    height: 52px;
    padding-right: 30px;
    padding-left: 12px;
    font-size: 15px;
    line-height: 52px;
  }

  #product-category .main-products.product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 34px 18px;
  }

  #product-category .main-products.product-grid .product-thumb .description {
    font-size: 15px;
    line-height: 1.45;
  }

  #product-category .main-products.product-grid .product-thumb .button-group {
    grid-template-columns: 1fr;
  }

  #product-category .main-products.product-grid .product-thumb .btn-cart,
  #product-category .main-products.product-grid .product-thumb .btn-cart.btn {
    min-height: 54px;
    padding: 0 10px;
    font-size: 13px;
    letter-spacing: .12em;
  }

  html.route-product-product .sanals-review-score {
    grid-template-columns: 1fr;
    text-align: center;
  }

  html.route-product-product .sanals-review-score small {
    grid-column: 1;
  }

  html.route-product-product .sanals-review-bars {
    gap: 11px;
  }

  html.route-product-product .sanals-review-bar {
    grid-template-columns: 40px 1fr 30px;
    gap: 10px;
  }
}

/* SanalsArt product purchase buttons */
html.route-product-product .product-info .button-group-page #button-cart,
html.route-product-product .product-info .button-group-page .btn-cart:not(.sanals-browse-palette) {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 58px !important;
  border: 2px solid #000 !important;
  background: #000 !important;
  color: #fff !important;
  font-weight: 900 !important;
  letter-spacing: .12em !important;
  text-transform: uppercase !important;
  -webkit-text-fill-color: #fff !important;
}

html.route-product-product .product-info .button-group-page #button-cart *,
html.route-product-product .product-info .button-group-page .btn-cart:not(.sanals-browse-palette) *,
html.route-product-product .product-info .button-group-page #button-cart::before,
html.route-product-product .product-info .button-group-page #button-cart::after,
html.route-product-product .product-info .button-group-page .btn-cart:not(.sanals-browse-palette)::before,
html.route-product-product .product-info .button-group-page .btn-cart:not(.sanals-browse-palette)::after {
  color: #fff !important;
  opacity: 1 !important;
  text-shadow: none !important;
  -webkit-text-fill-color: #fff !important;
}

html.route-product-product .product-info .button-group-page .btn-extra,
html.route-product-product .product-info .button-group-page .btn-extra[data-quick-buy] {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 58px !important;
  border: 2px solid #3f9963 !important;
  background: #3f9963 !important;
  color: #fff !important;
  font-weight: 900 !important;
  letter-spacing: .08em !important;
  text-transform: none !important;
  -webkit-text-fill-color: #fff !important;
}

html.route-product-product .product-info .button-group-page .btn-extra *,
html.route-product-product .product-info .button-group-page .btn-extra[data-quick-buy] *,
html.route-product-product .product-info .button-group-page .btn-extra::before,
html.route-product-product .product-info .button-group-page .btn-extra::after {
  color: #fff !important;
  opacity: 1 !important;
  text-shadow: none !important;
  -webkit-text-fill-color: #fff !important;
}

html.route-product-product .product-info .button-group-page #button-cart .btn-text,
html.route-product-product .product-info .button-group-page .btn-cart:not(.sanals-browse-palette) .btn-text,
html.route-product-product .product-info .button-group-page .btn-extra .btn-text,
html.route-product-product .product-info .button-group-page .btn-extra[data-quick-buy] .btn-text {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: auto !important;
  height: auto !important;
  max-width: none !important;
  overflow: visible !important;
  clip: auto !important;
  clip-path: none !important;
}

html.route-product-product .product-info .button-group-page .btn-extra .btn-text:empty::after,
html.route-product-product .product-info .button-group-page .btn-extra[data-quick-buy] .btn-text:empty::after {
  content: "Satın Al";
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

@media (max-width: 1024px) {
  html.route-product-product .product-info .button-group-page .buttons-wrapper {
    display: grid !important;
    grid-template-columns: 104px minmax(0, 1fr) minmax(0, 1fr) !important;
    gap: 10px !important;
    align-items: stretch !important;
    width: 100% !important;
  }

  html.route-product-product .product-info .button-group-page .stepper-group {
    display: contents !important;
  }

  html.route-product-product .product-info .button-group-page .stepper-group > .control-label,
  html.route-product-product .product-info .button-group-page .stepper-group > label {
    display: none !important;
  }

  html.route-product-product .product-info .button-group-page .stepper {
    grid-column: 1 !important;
    width: 100% !important;
    min-height: 58px !important;
  }

  html.route-product-product .product-info .button-group-page #button-cart,
  html.route-product-product .product-info .button-group-page .btn-cart:not(.sanals-browse-palette) {
    grid-column: 2 !important;
    width: 100% !important;
  }

  html.route-product-product .product-info .button-group-page .extra-group {
    grid-column: 3 !important;
    display: flex !important;
    grid-template-columns: 1fr !important;
    gap: 0 !important;
    width: 100% !important;
  }

  html.route-product-product .product-info .button-group-page .btn-extra {
    width: 100% !important;
  }

  html.route-product-product .product-info .button-group-page .extra-group .btn-extra:not([data-quick-buy]) {
    display: none !important;
  }

  html.route-product-product .product-info .button-group-page .wishlist-compare {
    grid-column: 1 / -1 !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    justify-items: center !important;
    width: 100% !important;
    margin: 18px 0 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    transform: none !important;
  }

  html.route-product-product .product-info .button-group-page .btn-wishlist,
  html.route-product-product .product-info .button-group-page .btn-compare {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    white-space: nowrap !important;
    transform: none !important;
  }
}

@media (max-width: 640px) {
  html.route-product-product .product-info .button-group-page .buttons-wrapper {
    grid-template-columns: 86px minmax(0, 1fr) minmax(0, 1fr) !important;
    gap: 8px !important;
  }

  html.route-product-product .product-info .button-group-page .stepper,
  html.route-product-product .product-info .button-group-page #button-cart,
  html.route-product-product .product-info .button-group-page .btn-cart:not(.sanals-browse-palette),
  html.route-product-product .product-info .button-group-page .btn-extra {
    min-height: 54px !important;
    padding-right: 8px !important;
    padding-left: 8px !important;
    font-size: 12px !important;
    letter-spacing: .08em !important;
  }
}

/* SanalsArt final mobile product guards */
@media (max-width: 1024px) {
  html.route-product-product .product-left,
  html.route-product-product .product-left-wrapper,
  html.route-product-product .product-image,
  html.route-product-product .main-image,
  html.route-product-product .main-image .swiper-container,
  html.route-product-product .main-image .swiper-wrapper,
  html.route-product-product .main-image .swiper-slide {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: visible !important;
  }

  html.route-product-product .product-right,
  html.route-product-product .product-info .button-group-page,
  html.route-product-product .product-info .buttons-wrapper {
    position: static !important;
    inset: auto !important;
    transform: none !important;
    z-index: auto !important;
  }

  html.route-product-product .product-info .button-group-page .btn-cart,
  html.route-product-product .product-info .button-group-page .btn-cart span,
  html.route-product-product .product-info .button-group-page .btn-cart .btn-text,
  html.route-product-product .product-info .button-group-page .sanals-browse-palette,
  html.route-product-product .product-info .button-group-page .sanals-browse-palette span,
  html.route-product-product .product-info .button-group-page .sanals-browse-palette .btn-text {
    --button-text-color: #fff !important;
    --btn-text-color: #fff !important;
    --btn-color: #fff !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    opacity: 1 !important;
    text-shadow: none !important;
  }

  html.route-product-product .product-info .button-group-page .sanals-browse-palette::before,
  html.route-product-product .product-info .button-group-page .sanals-browse-palette::after,
  html.route-product-product .product-info .button-group-page .sanals-browse-palette .btn-text::before,
  html.route-product-product .product-info .button-group-page .sanals-browse-palette .btn-text::after {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    opacity: 1 !important;
  }

  html.route-product-product .breadcrumbs {
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch;
  }

  html.route-product-product .breadcrumb {
    display: flex !important;
    flex-wrap: nowrap !important;
    min-width: max-content !important;
    padding: 0 18px !important;
    white-space: nowrap !important;
  }

  html.route-product-product #product-product,
  html.route-product-product #content {
    padding: 0 !important;
    overflow: hidden !important;
  }

  html.route-product-product .site-wrapper > .page-title,
  html.route-product-product #content > .page-title {
    width: calc(100% - 36px) !important;
    margin: 42px auto 26px !important;
    padding: 0 !important;
    color: #202428 !important;
    font-size: clamp(34px, 7vw, 48px) !important;
    font-weight: 900 !important;
    letter-spacing: -.04em !important;
    line-height: 1.08 !important;
    text-align: left !important;
  }

  html.route-product-product .site-wrapper > .page-title .page-title-text {
    color: inherit !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    letter-spacing: inherit !important;
    line-height: inherit !important;
  }

  html.route-product-product .product-info {
    display: flex !important;
    flex-direction: column !important;
    gap: 28px !important;
    width: calc(100% - 36px) !important;
    margin: 0 auto !important;
    padding: 0 !important;
  }

  html.route-product-product .product-left,
  html.route-product-product .product-right,
  html.route-product-product .product-left-wrapper,
  html.route-product-product .product-details {
    float: none !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  html.route-product-product .product-image,
  html.route-product-product .main-image,
  html.route-product-product .main-image .swiper-container,
  html.route-product-product .main-image .swiper-slide {
    width: 100% !important;
    background: #fff !important;
  }

  html.route-product-product .main-image img {
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
  }

  html.route-product-product .additional-images,
  html.route-product-product .swiper-controls {
    display: none !important;
  }

  html.route-product-product .product-info .rating {
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    margin: 8px 0 22px !important;
  }

  html.route-product-product .product-info .product-price-group {
    margin: 0 0 24px !important;
  }

  html.route-product-product .product-info .product-price,
  html.route-product-product .product-info .product-price-new {
    color: #202428 !important;
    font-size: clamp(38px, 9vw, 54px) !important;
    font-weight: 900 !important;
    line-height: 1 !important;
  }

  html.route-product-product .product-info .product-stats {
    margin: 22px 0 34px !important;
    padding: 22px !important;
    border: 1px solid #ddd !important;
    background: transparent !important;
  }

  html.route-product-product .product-info .button-group-page .buttons-wrapper:has(.sanals-browse-palette),
  html.route-product-product .product-info .button-group-page .cart-group:has(.sanals-browse-palette) {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 16px !important;
    width: 100% !important;
  }

  html.route-product-product .product-info .button-group-page .btn-cart.sanals-browse-palette,
  html.route-product-product .product-info .button-group-page .btn.sanals-browse-palette,
  html.route-product-product .sanals-browse-palette {
    min-height: 58px !important;
    border: 2px solid #000 !important;
    background: #000 !important;
    color: #fff !important;
    font-size: 17px !important;
    font-weight: 900 !important;
    letter-spacing: .14em !important;
    text-transform: uppercase !important;
  }

  html.route-product-product .product-info .button-group-page .btn-cart.sanals-browse-palette *,
  html.route-product-product .product-info .button-group-page .btn.sanals-browse-palette *,
  html.route-product-product .sanals-browse-palette * {
    color: #fff !important;
  }

  html.route-product-product .product-info .button-group-page .wishlist-compare {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    justify-items: start !important;
    width: 100% !important;
  }

  html.route-product-product .product-info .button-group-page .btn-wishlist,
  html.route-product-product .product-info .button-group-page .btn-compare {
    min-height: auto !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #000 !important;
    font-size: 18px !important;
    font-weight: 900 !important;
    text-align: left !important;
  }

  html.route-product-product .product-info .button-group-page .btn-wishlist *,
  html.route-product-product .product-info .button-group-page .btn-compare * {
    color: #000 !important;
  }

  html.route-product-product .product-blocks.blocks-bottom .module-side_products,
  html.route-product-product .product-blocks.blocks-bottom .module-product_tabs,
  html.route-product-product .product-blocks.blocks-bottom .product-tabs {
    display: none !important;
  }

  html.route-product-product .product-linked-palette-options .brush-palette-image,
  html.route-product-product .product-linked-palette-options .medium-palette-image {
    display: none !important;
  }

  html.route-product-product .sanals-product-info-tabs {
    width: calc(100% - 36px) !important;
    margin: 42px auto 0 !important;
    padding: 0 24px !important;
    background: #fff !important;
  }

  html.route-product-product .sanals-product-info-tabs .accordion-toggle {
    min-height: 70px !important;
    padding: 22px 42px 22px 0 !important;
    color: #202428 !important;
    font-size: 18px !important;
    font-weight: 900 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
  }

  html.route-product-product .sanals-product-info-tabs .accordion-toggle::after {
    right: 2px !important;
    color: #000 !important;
    font-size: 32px !important;
  }

  html.route-product-product .sanals-customer-reviews {
    width: calc(100% - 36px) !important;
    margin: 72px auto 56px !important;
  }

  html.route-product-product .sanals-customer-reviews h2 {
    margin-bottom: 34px !important;
    font-size: 30px !important;
    letter-spacing: .16em !important;
  }

  html.route-product-product .sanals-review-overview {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
    max-width: 460px !important;
    margin-bottom: 44px !important;
  }

  html.route-product-product .sanals-review-score,
  html.route-product-product .sanals-review-bars {
    border-right: 0 !important;
    padding-right: 0 !important;
  }

  html.route-product-product .sanals-review-score {
    grid-template-columns: 1fr !important;
    justify-items: center !important;
    text-align: center !important;
  }

  html.route-product-product .sanals-review-score small {
    grid-column: auto !important;
  }

  html.route-product-product .sanals-review-toolbar {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 12px !important;
    padding: 16px !important;
  }

  html.route-product-product .sanals-review-search,
  html.route-product-product .sanals-review-sort {
    grid-column: 1 / -1 !important;
  }

  .mobile-filter-trigger,
  .mobile-filter-trigger .btn-text {
    color: #000 !important;
  }

  .mobile-filter-container .module-filter .accordion-toggle,
  .mobile-filter-container .desktop-filter-wrapper .accordion-toggle {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    padding-right: 42px !important;
    color: #202428 !important;
  }

  .mobile-filter-container .module-filter .accordion-toggle .fa,
  .mobile-filter-container .module-filter .accordion-toggle i,
  .mobile-filter-container .module-filter .accordion-toggle em,
  .mobile-filter-container .module-filter .accordion-toggle svg,
  .mobile-filter-container .module-filter .accordion-toggle .caret,
  .mobile-filter-container .desktop-filter-wrapper .accordion-toggle .fa,
  .mobile-filter-container .desktop-filter-wrapper .accordion-toggle i,
  .mobile-filter-container .desktop-filter-wrapper .accordion-toggle em,
  .mobile-filter-container .desktop-filter-wrapper .accordion-toggle svg,
  .mobile-filter-container .desktop-filter-wrapper .accordion-toggle .caret {
    display: none !important;
  }

  .mobile-filter-container .module-filter .accordion-toggle::before,
  .mobile-filter-container .module-filter .panel-title::before,
  .mobile-filter-container .module-filter .panel-heading::before,
  .mobile-filter-container .module-filter .panel-heading::after,
  .mobile-filter-container .desktop-filter-wrapper .accordion-toggle::before,
  .mobile-filter-container .desktop-filter-wrapper .panel-title::before,
  .mobile-filter-container .desktop-filter-wrapper .panel-heading::before,
  .mobile-filter-container .desktop-filter-wrapper .panel-heading::after {
    display: none !important;
    content: none !important;
  }

  .mobile-filter-container .module-filter .accordion-toggle::after,
  .mobile-filter-container .desktop-filter-wrapper .accordion-toggle::after {
    content: "−" !important;
    position: absolute !important;
    top: 50% !important;
    right: 10px !important;
    transform: translateY(-50%) !important;
    color: #000 !important;
    font-size: 30px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
  }

  .mobile-filter-container .module-filter .accordion-toggle.collapsed::after,
  .mobile-filter-container .module-filter .panel:not(.panel-active) .accordion-toggle::after,
  .mobile-filter-container .desktop-filter-wrapper .accordion-toggle.collapsed::after,
  .mobile-filter-container .desktop-filter-wrapper .panel:not(.panel-active) .accordion-toggle::after {
    content: "+" !important;
  }
}

/* SanalsArt absolute final tablet product layout fix */
@media (min-width: 470px) and (max-width: 1024px) {
  html.route-product-product body .product-info {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 30px !important;
    width: min(100% - 56px, 820px) !important;
    max-width: 820px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  html.route-product-product body .product-info > *,
  html.route-product-product body .product-left,
  html.route-product-product body .product-right,
  html.route-product-product body .product-left-wrapper,
  html.route-product-product body .product-details,
  html.route-product-product body .product-image,
  html.route-product-product body .main-image,
  html.route-product-product body .button-group-page {
    position: static !important;
    inset: auto !important;
    float: none !important;
    clear: both !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    transform: none !important;
    overflow: visible !important;
  }

  html.route-product-product body .product-left {
    order: 1 !important;
    z-index: 1 !important;
  }

  html.route-product-product body .product-right {
    order: 2 !important;
    z-index: 2 !important;
    display: block !important;
    background: #f7f7f8 !important;
  }

  html.route-product-product body .main-image img,
  html.route-product-product body .product-image img {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: 720px !important;
    object-fit: contain !important;
  }

  html.route-product-product body .product-info .button-group-page .buttons-wrapper {
    display: grid !important;
    grid-template-columns: 100px minmax(0, 1fr) minmax(0, 1fr) !important;
    gap: 10px !important;
    align-items: stretch !important;
  }

  html.route-product-product body .product-info .button-group-page .wishlist-compare {
    grid-column: 1 / -1 !important;
    justify-items: center !important;
    margin-top: 18px !important;
    overflow: visible !important;
  }
}

/* SanalsArt 470-1024 product hero visibility hard fix */
@media (min-width: 470px) and (max-width: 1024px) {
  html.route-product-product body .product-info,
  html.route-product-product body .product-left,
  html.route-product-product body .product-left-wrapper,
  html.route-product-product body .product-image,
  html.route-product-product body .main-image,
  html.route-product-product body .main-image .swiper-container,
  html.route-product-product body .main-image .swiper-wrapper,
  html.route-product-product body .main-image .swiper-slide,
  html.route-product-product body .product-right,
  html.route-product-product body .product-right-wrapper,
  html.route-product-product body .product-details,
  html.route-product-product body .product-price-group,
  html.route-product-product body .product-stats,
  html.route-product-product body .button-group-page {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  html.route-product-product body .product-info {
    display: flex !important;
  }

  html.route-product-product body .product-left {
    order: 1 !important;
  }

  html.route-product-product body .product-right {
    order: 2 !important;
  }

  html.route-product-product body .product-left,
  html.route-product-product body .product-left-wrapper,
  html.route-product-product body .product-image,
  html.route-product-product body .main-image,
  html.route-product-product body .main-image .swiper-container,
  html.route-product-product body .main-image .swiper-wrapper,
  html.route-product-product body .main-image .swiper-slide {
    position: relative !important;
    width: 100% !important;
    min-height: 1px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  html.route-product-product body .main-image .swiper-wrapper {
    transform: none !important;
  }

  html.route-product-product body .main-image .swiper-slide {
    flex-shrink: 0 !important;
  }

  html.route-product-product body .main-image img,
  html.route-product-product body .product-image img {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
    max-width: 720px !important;
    height: auto !important;
    margin: 0 auto !important;
    object-fit: contain !important;
  }

  html.route-product-product body .product-right .title.page-title {
    display: none !important;
  }

  html.route-product-product body .product-options {
    position: static !important;
    clear: both !important;
    width: 100% !important;
    margin-top: 32px !important;
    transform: none !important;
  }
}

/* SanalsArt tablet product options order fix */
@media (min-width: 470px) and (max-width: 1024px) {
  html.route-product-product body .product-info > .product-options,
  html.route-product-product body .product-info > .color-swatch-section,
  html.route-product-product body .product-info > .sanals-linked-palettes-anchor {
    order: 3 !important;
    width: 100% !important;
  }

  html.route-product-product body .product-info > .product-blocks.blocks-bottom {
    order: 4 !important;
    width: 100% !important;
  }
}

/* SanalsArt tablet product hero height final fix */
@media (min-width: 470px) and (max-width: 1024px) {
  html.route-product-product body .product-info {
    display: flex !important;
    flex-direction: column !important;
    gap: 28px !important;
    min-height: 0 !important;
    height: auto !important;
    overflow: visible !important;
  }

  html.route-product-product body .product-info > .product-left {
    order: 1 !important;
    display: block !important;
    min-height: clamp(520px, 72vw, 720px) !important;
    height: auto !important;
    overflow: visible !important;
  }

  html.route-product-product body .product-info > .product-right {
    order: 2 !important;
    display: block !important;
    min-height: 0 !important;
    height: auto !important;
    overflow: visible !important;
  }

  html.route-product-product body .product-left-wrapper,
  html.route-product-product body .product-image,
  html.route-product-product body .main-image,
  html.route-product-product body .main-image .swiper-container,
  html.route-product-product body .main-image .swiper-wrapper,
  html.route-product-product body .main-image .swiper-slide {
    display: block !important;
    position: relative !important;
    width: 100% !important;
    min-height: clamp(520px, 72vw, 720px) !important;
    height: auto !important;
    overflow: visible !important;
  }

  html.route-product-product body .main-image .swiper-wrapper {
    display: flex !important;
  }

  html.route-product-product body .main-image .swiper-slide {
    flex: 0 0 100% !important;
  }

  html.route-product-product body .main-image img,
  html.route-product-product body .product-image img {
    display: block !important;
    position: relative !important;
    width: 100% !important;
    max-width: min(100%, 720px) !important;
    height: auto !important;
    margin: 0 auto !important;
    object-fit: contain !important;
  }

  html.route-product-product body .product-info > .product-options,
  html.route-product-product body .product-info > .color-swatch-section,
  html.route-product-product body .product-info > .product-linked-palette-options {
    order: 3 !important;
    margin-top: 20px !important;
  }
}

@media (min-width: 470px) and (max-width: 700px) {
  html.route-product-product body .product-info > .product-left,
  html.route-product-product body .product-left-wrapper,
  html.route-product-product body .product-image,
  html.route-product-product body .main-image,
  html.route-product-product body .main-image .swiper-container,
  html.route-product-product body .main-image .swiper-wrapper,
  html.route-product-product body .main-image .swiper-slide {
    min-height: 500px !important;
  }
}

/* SanalsArt final responsive product flow: 470px-1024px */
@media (min-width: 470px) and (max-width: 1024px) {
  html.route-product-product body .site-wrapper > .page-title,
  html.route-product-product body #content > .page-title {
    width: min(100% - 56px, 820px) !important;
    margin: 48px auto 34px !important;
  }

  html.route-product-product body .product-info {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    width: min(100% - 56px, 820px) !important;
    max-width: 820px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    gap: 0 !important;
    overflow: visible !important;
  }

  html.route-product-product body .product-info > .product-left,
  html.route-product-product body .product-info > .product-right,
  html.route-product-product body .product-info > .product-options,
  html.route-product-product body .product-info > .color-swatch-section,
  html.route-product-product body .product-info > .product-linked-palette-options,
  html.route-product-product body .product-info > .sanals-linked-palettes-anchor,
  html.route-product-product body .product-info > .product-blocks {
    position: static !important;
    float: none !important;
    clear: both !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    transform: none !important;
    overflow: visible !important;
  }

  html.route-product-product body .product-info > .product-left {
    order: 1 !important;
    margin-bottom: 30px !important;
    background: #fff !important;
  }

  html.route-product-product body .product-info > .product-right {
    order: 2 !important;
    margin-bottom: 34px !important;
    background: transparent !important;
  }

  html.route-product-product body .product-info > .product-options,
  html.route-product-product body .product-info > .color-swatch-section,
  html.route-product-product body .product-info > .product-linked-palette-options,
  html.route-product-product body .product-info > .sanals-linked-palettes-anchor {
    order: 3 !important;
    margin-top: 0 !important;
  }

  html.route-product-product body .product-info > .product-blocks {
    order: 4 !important;
  }

  html.route-product-product body .product-left-wrapper,
  html.route-product-product body .product-image,
  html.route-product-product body .main-image,
  html.route-product-product body .main-image .swiper-container,
  html.route-product-product body .main-image .swiper-wrapper,
  html.route-product-product body .main-image .swiper-slide {
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    transform: none !important;
  }

  html.route-product-product body .main-image .swiper-wrapper {
    display: flex !important;
  }

  html.route-product-product body .main-image .swiper-slide {
    flex: 0 0 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 0 !important;
    aspect-ratio: 1 / 1 !important;
    background: #fff !important;
  }

  html.route-product-product body .main-image img,
  html.route-product-product body .product-image img {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    max-height: none !important;
    margin: 0 auto !important;
    object-fit: contain !important;
  }

  html.route-product-product body .product-right-wrapper,
  html.route-product-product body .product-details {
    position: static !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
    transform: none !important;
  }

  html.route-product-product body .product-info .button-group-page .buttons-wrapper {
    display: grid !important;
    grid-template-columns: minmax(92px, 120px) minmax(0, 1fr) minmax(0, 1fr) !important;
    gap: 10px !important;
    align-items: stretch !important;
    width: 100% !important;
  }

  html.route-product-product body .product-info .button-group-page .wishlist-compare {
    grid-column: 1 / -1 !important;
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 18px 34px !important;
    width: 100% !important;
    margin: 18px 0 0 !important;
    overflow: visible !important;
  }

  html.route-product-product body .color-swatch-toolbar {
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr) minmax(0, 1fr) auto minmax(220px, 1fr) auto !important;
    align-items: center !important;
    gap: 18px !important;
  }
}

@media (min-width: 470px) and (max-width: 760px) {
  html.route-product-product body .site-wrapper > .page-title,
  html.route-product-product body #content > .page-title,
  html.route-product-product body .product-info {
    width: calc(100% - 36px) !important;
  }

  html.route-product-product body .product-info .button-group-page .buttons-wrapper {
    grid-template-columns: 1fr !important;
  }

  html.route-product-product body .product-info .button-group-page .stepper {
    width: 100% !important;
  }

  html.route-product-product body .color-swatch-toolbar {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }
}

/* SanalsArt header duplicate search guard */
@media (max-width: 1024px) {
  html.mobile-header-active body .mobile-header .mobile-search-wrapper > #search ~ #search,
  body .mobile-header .mobile-search-wrapper > #search ~ #search {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
}

/* Hide category product counts and desktop submenu plus signs */
#product-category .count-badge,
#product-category .product-count,
#product-category .refine-name .count-badge,
#product-category .sanals-category-side .count-badge,
#product-category .sanals-category-name .count-badge,
.desktop-main-menu-wrapper .main-menu .dropdown-menu.j-dropdown .count-badge,
.desktop-main-menu-wrapper .main-menu .dropdown-menu.j-dropdown .product-count {
  display: none !important;
}

.desktop-main-menu-wrapper .main-menu .dropdown-menu.j-dropdown .open-menu,
.desktop-main-menu-wrapper .main-menu .dropdown-menu.j-dropdown .open-menu *,
.desktop-main-menu-wrapper .main-menu .dropdown-menu.j-dropdown .open-menu em,
.desktop-main-menu-wrapper .main-menu .dropdown-menu.j-dropdown .open-menu em:before {
  display: none !important;
  content: "" !important;
}

/* Keep nested desktop category dropdowns as a vertical list */
.desktop-main-menu-wrapper .main-menu > .j-menu > li.multi-level.drop-menu .j-menu > li.menu-item > .dropdown-menu.j-dropdown {
  width: 280px !important;
  min-width: 280px !important;
  max-width: 280px !important;
}

.desktop-main-menu-wrapper .main-menu > .j-menu > li.multi-level.drop-menu .j-menu > li.menu-item > .dropdown-menu.j-dropdown > .j-menu {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  column-count: 1 !important;
  column-width: auto !important;
  columns: auto !important;
  gap: 0 !important;
}

.desktop-main-menu-wrapper .main-menu > .j-menu > li.multi-level.drop-menu .j-menu > li.menu-item > .dropdown-menu.j-dropdown > .j-menu > li.menu-item {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  break-inside: avoid !important;
  page-break-inside: avoid !important;
}

.desktop-main-menu-wrapper .main-menu > .j-menu > li.multi-level.drop-menu .j-menu > li.menu-item > .dropdown-menu.j-dropdown > .j-menu > li.menu-item > a {
  width: 100% !important;
  white-space: nowrap !important;
}
