/**
 * bububu.sk — kompaktné radenie produktov
 * Funguje na desktope aj mobile a nemení natívne Shoptet radenie.
 */

body.type-category #category-header.bb-sort-ready {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  min-height: 52px;
  padding: 0;
  border: 0 !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  background: #fff;
}

body.type-category #category-header.bb-sort-ready::before,
body.type-category #category-header.bb-sort-ready::after {
  content: none !important;
  display: none !important;
}

body.type-category #category-header.bb-sort-ready .listSorting,
body.type-category #category-header.bb-sort-ready .listItemsTotal {
  border-top: 0 !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
}

body.type-category #category-header.bb-sort-ready .listSorting {
  position: relative;
  order: 2;
  flex: 0 0 auto !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  margin: 0 !important;
}

body.type-category #category-header.bb-sort-ready .bb-sort-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 190px !important;
  min-width: 190px !important;
  max-width: 190px !important;
  min-height: 46px;
  padding: 10px 16px;
  border: 1px solid #d7d9d4;
  border-radius: 0;
  background: #fff;
  color: #171717;
  font: inherit;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  cursor: pointer;
}

body.type-category #category-header.bb-sort-ready .bb-sort-toggle::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform 160ms ease;
}

body.type-category #category-header.bb-sort-ready .listSorting.bb-sort-open .bb-sort-toggle::after {
  transform: translateY(2px) rotate(225deg);
}

body.type-category #category-header.bb-sort-ready .listSorting__controls {
  position: absolute;
  z-index: 20;
  top: calc(100% + 6px);
  right: 0;
  display: none;
  width: 220px !important;
  min-width: 220px !important;
  max-width: 220px !important;
  margin: 0;
  padding: 6px;
  border: 1px solid #d7d9d4;
  background: #fff;
  box-shadow: 0 12px 28px rgb(0 0 0 / 10%);
  list-style: none;
}

body.type-category #category-header.bb-sort-ready .listSorting.bb-sort-open .listSorting__controls {
  display: block;
}

body.type-category #category-header.bb-sort-ready .listSorting__controls li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}

body.type-category #category-header.bb-sort-ready #listSortingControl-bestseller,
body.type-category #category-header.bb-sort-ready #listSortingControl-name {
  display: none !important;
}

body.type-category #category-header.bb-sort-ready .listSorting__control {
  display: block;
  width: 100%;
  min-height: 42px;
  padding: 10px 12px;
  border: 0;
  background: transparent;
  color: #171717;
  font-size: 15px;
  line-height: 1.35;
  text-align: left;
  cursor: pointer;
}

body.type-category #category-header.bb-sort-ready .listSorting__control:hover,
body.type-category #category-header.bb-sort-ready .listSorting__control:focus-visible {
  background: #f6f6f2;
}

body.type-category #category-header.bb-sort-ready .listSorting__control--current {
  color: #d34343;
  font-weight: 700;
}

body.type-category #category-header.bb-sort-ready .listItemsTotal {
  order: 1;
  margin: 0 auto 0 0;
  white-space: nowrap;
}

@media (min-width: 992px) {
  body.type-category #category-header.bb-sort-ready {
    min-height: 44px;
  }

  body.type-category #category-header.bb-sort-ready .listItemsTotal {
    display: none !important;
  }

  body.type-category #category-header.bb-sort-ready .bb-sort-toggle {
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    min-height: 44px;
    padding: 8px 2px 8px 12px;
    border: 0;
    background: transparent;
  }

  body.type-category #category-header.bb-sort-ready .bb-sort-toggle:hover {
    text-decoration: underline;
    text-decoration-color: #d34343;
    text-decoration-thickness: 2px;
    text-underline-offset: 6px;
  }

  body.type-category #category-header.bb-sort-ready .bb-sort-toggle:focus-visible {
    outline: 2px solid #d34343;
    outline-offset: 3px;
  }
}

@media (max-width: 991px) {
  body.type-category #category-header.bb-sort-ready {
    min-height: 48px;
    gap: 10px;
    margin-block: 14px;
  }

  body.type-category #category-header.bb-sort-ready .bb-sort-toggle {
    width: auto !important;
    min-width: 148px !important;
    max-width: none !important;
    min-height: 44px;
    padding-inline: 14px;
    font-size: 14px;
  }

  body.type-category #category-header.bb-sort-ready .listSorting__controls {
    width: min(220px, calc(100vw - 32px)) !important;
    min-width: 0 !important;
    max-width: calc(100vw - 32px) !important;
  }

  body.type-category #category-header.bb-sort-ready .listItemsTotal {
    font-size: 13px;
  }
}
