/**
 * bebarefoot.eu — category listing desktop v2
 * Load after bebarefoot-global-desktop.css. Keeps Shoptet URLs and forms intact.
 */

@media (min-width: 992px) {
  body.type-category .beb-category-intro {
    width: min(calc(100% - 48px), var(--beb-content));
    margin: 0 auto 34px;
  }

  body.type-category .beb-category-intro .category-title {
    margin-bottom: 14px;
  }

  body.type-category .beb-category-intro .category-perex {
    max-width: 980px;
    margin-bottom: 30px;
  }

  /* On-inspired horizontal category navigation above filters and products. */
  body.type-category .beb-category-intro .subcategories:not(.with-image) {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px clamp(28px, 3vw, 54px);
    margin: 0;
  }

  body.type-category .beb-category-intro .subcategories:not(.with-image) > li {
    flex: 0 0 auto;
    width: auto;
  }

  html body.type-category #content-wrapper .beb-category-intro .subcategories:not(.with-image) > li > a {
    min-height: 44px;
    width: auto;
    padding: 8px 0;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: var(--beb-muted);
  }

  body.type-category .beb-category-intro .subcategories:not(.with-image) > li > a::after {
    top: auto;
    right: 0;
    bottom: 2px;
    left: 0;
    width: auto;
    height: 2px;
    border: 0;
    background: currentColor;
    opacity: 0;
    transform: none;
  }

  body.type-category .beb-category-intro .subcategories:not(.with-image) > li:first-child > a,
  body.type-category .beb-category-intro .subcategories:not(.with-image) > li > a:hover {
    color: var(--beb-ink);
  }

  body.type-category .beb-category-intro .subcategories:not(.with-image) > li:first-child > a::after,
  body.type-category .beb-category-intro .subcategories:not(.with-image) > li > a:hover::after {
    opacity: 1;
  }

  body.type-category #content-wrapper.container {
    width: 100% !important;
    max-width: none !important;
  }

  body.type-category .content-wrapper-in {
    display: grid;
    grid-template-columns: 340px minmax(0, 1fr);
    align-items: start;
    gap: 32px;
    width: min(calc(100% - 48px), var(--beb-content));
    margin: 0 auto;
  }

  body.type-category .beb-filter-toolbar {
    display: flex;
    width: min(calc(100% - 48px), var(--beb-content));
    margin: 0 auto 18px;
  }

  body.type-category .beb-filter-toggle {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 44px;
    padding: 0 18px;
    border: 1px solid var(--beb-ink);
    border-radius: 999px;
    background: var(--beb-white);
    color: var(--beb-ink);
    font-size: 13px;
    font-weight: 700;
  }

  body.type-category .beb-filter-toggle:hover {
    background: var(--beb-ink);
    color: var(--beb-white);
  }

  body.type-category.beb-filters-hidden .content-wrapper-in {
    grid-template-columns: minmax(0, 1fr);
  }

  body.type-category.beb-filters-hidden .sidebar-left {
    display: none !important;
  }

  body.type-category.beb-filters-hidden #content.content {
    grid-column: 1;
  }

  body.type-category #content.content {
    width: auto;
    max-width: none;
    margin: 0;
    padding: 0;
  }

  body.type-category .sidebar-left {
    float: none;
    width: auto;
    margin: 0;
    padding: 0;
    background: transparent !important;
  }

  body.type-category .sidebar-left .sidebar-inner {
    padding: 0 !important;
    background: transparent !important;
  }

  body.type-category .category-title {
    margin: 0 0 14px;
    color: var(--beb-ink);
    font-size: clamp(38px, 3.4vw, 52px);
    font-weight: 650;
    letter-spacing: -.035em;
    line-height: 1.02;
  }

  body.type-category .category-perex {
    max-width: 820px;
    margin: 0 0 36px;
  }

  body.type-category .category-perex > div {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: var(--beb-muted) !important;
    font-size: 16px;
    line-height: 1.65 !important;
  }

  body.type-category .category-perex h2 {
    margin: 0 0 8px !important;
    color: var(--beb-ink);
    font-size: 20px !important;
    font-weight: 650;
    letter-spacing: -.01em;
  }

  body.type-category .subcategories {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin: 0 0 42px;
    padding: 0;
  }

  body.type-category .subcategories > li {
    float: none;
    width: auto;
    margin: 0;
    padding: 0;
  }

  body.type-category .subcategories > li > a {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    align-items: center;
    height: 100%;
    min-height: 58px;
    overflow: hidden;
    border: 1px solid var(--beb-line);
    border-radius: var(--beb-radius-sm);
    background: var(--beb-white);
    color: var(--beb-ink);
    text-decoration: none;
    transition: border-color .18s ease, transform .18s ease;
  }

  body.type-category .subcategories > li > a:hover {
    border-color: #aaa59f;
    transform: translateY(-2px);
  }

  body.type-category .subcategories .image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 56px;
    margin: 0;
    background: #faf9f7;
  }

  body.type-category .subcategories .image img {
    width: 44px;
    height: 44px;
    object-fit: contain;
    mix-blend-mode: multiply;
  }

  body.type-category .subcategories .image img[src*="/folder.svg"] {
    width: 24px;
    height: 24px;
    opacity: .32;
  }

  body.type-category .subcategories .text {
    display: flex;
    align-items: center;
    min-height: 56px;
    padding: 9px 12px 9px 4px;
    font-size: 14px;
    font-weight: 650;
    line-height: 1.25;
    text-align: left;
  }

  /* Native Shoptet text-only mode: simple category navigation, no tiles. */
  body.type-category .subcategories:not(.with-image) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0 28px;
    margin-top: 10px;
    margin-bottom: 44px;
  }

  body.type-category .subcategories:not(.with-image) > li > a {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 54px;
    padding: 12px 28px 12px 0;
    overflow: visible;
    border: 0 !important;
    border-bottom: 1px solid var(--beb-line) !important;
    border-radius: 0 !important;
    background: transparent !important;
  }

  /* Override Shoptet's high-specificity classic-corners rule. */
  html body.type-category #content .subcategories:not(.with-image) > li > a {
    border-radius: 0 !important;
  }

  body.type-category .subcategories:not(.with-image) > li > a::before {
    display: none !important;
    content: none !important;
  }

  body.type-category .subcategories:not(.with-image) > li > a:hover {
    border-color: #aaa59f;
    color: var(--beb-accent-dark);
    transform: none;
  }

  body.type-category .subcategories:not(.with-image) .text {
    display: block;
    min-width: 0;
    min-height: 0;
    padding: 0;
    overflow: visible;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.35;
    text-align: left;
    text-overflow: clip;
    white-space: normal;
  }

  body.type-category .subcategories:not(.with-image) .text::before,
  body.type-category .subcategories:not(.with-image) .text::after {
    display: none !important;
    content: none !important;
  }

  body.type-category .subcategories:not(.with-image) > li > a::after {
    position: absolute;
    top: 50%;
    right: 3px;
    width: 7px;
    height: 7px;
    border-top: 1.5px solid currentColor;
    border-right: 1.5px solid currentColor;
    content: "";
    transform: translateY(-50%) rotate(45deg);
  }

  body.type-category .category-content-wrapper {
    display: block;
  }

  body.type-category .category-content-wrapper > #filters-wrapper {
    display: none !important;
  }

  body.type-category .category-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 64px;
    margin: 0 0 24px;
    padding: 0 0 14px;
    border-bottom: 1px solid var(--beb-line);
  }

  body.type-category .listSorting__controls {
    display: flex;
    gap: 8px;
    margin: 0;
    padding: 0;
  }

  body.type-category .listSorting__control {
    min-height: 38px;
    padding: 0 14px;
    border: 1px solid var(--beb-line);
    border-radius: 999px;
    background: var(--beb-white);
    color: var(--beb-muted);
    font-size: 13px;
    font-weight: 600;
  }

  body.type-category .listSorting__control:hover,
  body.type-category .listSorting__control--current {
    border-color: var(--beb-ink);
    background: var(--beb-ink);
    color: var(--beb-white);
  }

  body.type-category .listItemsTotal {
    color: var(--beb-muted);
    font-size: 13px;
    white-space: nowrap;
  }

  body.type-category .listItemsTotal strong {
    color: var(--beb-ink);
    font-weight: 650;
  }

  body.type-category .filters-unveil-button-wrapper,
  body.type-category .filter-section-button,
  body.type-category #filters-default-position {
    display: none !important;
  }

  body.type-category #filters,
  body.type-category #category-filter-hover {
    position: static !important;
    display: block !important;
    width: 100% !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  body.type-category .sidebar-left .box-filters {
    margin: 0;
    padding: 0 22px 0 0;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  body.type-category .beb-filter-price {
    display: none !important;
  }

  body.type-category .beb-applied-filters {
    margin: 0 0 30px;
  }

  body.type-category .beb-applied-filters h3 {
    margin: 0 0 14px;
    color: var(--beb-ink);
    font-size: 17px;
    font-weight: 700;
  }

  body.type-category .beb-applied-filters__list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 17px;
  }

  body.type-category .beb-filter-chip {
    min-height: 38px;
    padding: 0 13px;
    border: 1px solid var(--beb-line);
    border-radius: 999px;
    background: var(--beb-white);
    color: var(--beb-ink);
    font-size: 13px;
    font-weight: 550;
  }

  body.type-category .beb-filter-chip:hover {
    border-color: var(--beb-ink);
  }

  body.type-category .beb-clear-filters {
    display: inline-block;
    border-bottom: 1px solid currentColor;
    color: var(--beb-ink);
    font-size: 12px;
    font-weight: 750;
    letter-spacing: .045em;
    text-decoration: none;
    text-transform: uppercase;
  }

  body.type-category .filter-sections {
    margin: 0 0 16px;
  }

  body.type-category .param-filter-top {
    display: grid;
    gap: 8px;
  }

  body.type-category .filter-section {
    margin: 0;
    padding: 21px 0;
    border-bottom: 0;
  }

  body.type-category .filter-section h4 {
    position: relative;
    margin: 0;
    padding: 0 28px 0 0;
    color: var(--beb-ink);
    font-size: 17px;
    font-weight: 700;
    line-height: 1.4;
    cursor: pointer;
  }

  body.type-category .filter-section.beb-filter-collapsible h4::after {
    position: absolute;
    top: 4px;
    right: 3px;
    width: 7px;
    height: 7px;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    content: "";
    transform: rotate(45deg);
    transition: transform .18s ease;
  }

  body.type-category .filter-section.beb-filter-collapsible.is-open h4::after {
    top: 8px;
    transform: rotate(225deg);
  }

  body.type-category .filter-section.beb-filter-collapsible:not(.is-open) > :not(h4) {
    display: none !important;
  }

  body.type-category .filter-section h4 + form,
  body.type-category .filter-section h4 + .slider-header,
  body.type-category .filter-section .slider-content {
    margin-top: 14px;
  }

  body.type-category .filter-section fieldset > div {
    margin: 10px 0;
  }

  body.type-category .filter-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    color: var(--beb-ink);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
  }

  body.type-category .filter-label::before {
    width: 20px !important;
    height: 20px !important;
    flex: 0 0 20px !important;
    border: 1px solid #8d8984 !important;
    border-radius: 0 !important;
    background: var(--beb-white) !important;
    box-shadow: none !important;
  }

  body.type-category input[type="checkbox"]:checked + .filter-label::before {
    border-color: var(--beb-ink) !important;
    background: var(--beb-ink) !important;
    box-shadow: inset 0 0 0 4px var(--beb-white) !important;
  }

  body.type-category .filter-count {
    margin-left: auto;
    color: #98938d;
    font-size: 11px;
    font-weight: 500;
  }

  body.type-category .beb-filter-size fieldset {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  body.type-category .beb-filter-size fieldset > div {
    margin: 0;
    min-width: 0;
  }

  body.type-category .beb-filter-size .filter-label {
    position: relative;
    justify-content: center;
    min-height: 46px;
    padding: 5px 6px;
    border: 1px solid var(--beb-line);
    border-radius: 0;
    background: var(--beb-white);
    cursor: pointer;
    text-align: center;
    overflow-wrap: anywhere;
  }

  body.type-category .beb-filter-size .filter-label::before,
  body.type-category .beb-filter-size .filter-label::after,
  body.type-category .beb-filter-size .filter-count {
    display: none;
  }

  body.type-category .beb-filter-size input[type="checkbox"]:checked + .filter-label {
    border-color: var(--beb-ink);
    background: var(--beb-ink);
    color: var(--beb-white);
  }

  body.type-category .beb-filter-size fieldset > .beb-filter-value-long {
    grid-column: 1 / -1;
  }

  body.type-category .products-block {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 42px 18px;
    margin: 0;
  }

  body.type-category .products-block > .product {
    float: none;
    width: auto;
    margin: 0;
    padding: 0;
  }

  body.type-category .product .p {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  body.type-category .product .image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 4 / 3;
    margin: 0 0 15px;
    overflow: hidden;
    border-radius: var(--beb-radius-sm);
    background: #faf9f7;
  }

  body.type-category .product .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform .28s ease;
  }

  body.type-category .product .image:hover img {
    transform: scale(1.025);
  }

  body.type-category .product .flags {
    top: 12px;
    left: 12px;
  }

  body.type-category .product .flag {
    padding: 5px 8px !important;
    border: 1px solid var(--beb-accent) !important;
    border-radius: 0 !important;
    background: var(--beb-white) !important;
    color: var(--beb-accent-dark) !important;
    font-size: 10px !important;
    font-weight: 750 !important;
    letter-spacing: .06em;
    text-transform: uppercase;
  }

  body.type-category .product .flag.flag-action,
  body.type-category .product .flag.flag-sale {
    width: auto !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    line-height: 1.2 !important;
    font-size: 0 !important;
  }

  body.type-category .product .flag.flag-action > *,
  body.type-category .product .flag.flag-sale > * {
    display: none !important;
  }

  body.type-category .product .flag.flag-action::before,
  body.type-category .product .flag.flag-sale::before {
    content: "Sale" !important;
    font-size: 10px;
  }

  body.type-category .product .flag.beb-flag-sale {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: auto !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 5px 8px !important;
    line-height: 1.2 !important;
    font-size: 10px !important;
  }

  body.type-category .product .flag.beb-flag-sale::before,
  body.type-category .product .flag.beb-flag-sale::after {
    content: none !important;
  }

  /* Discount flags have a special tall geometry in Classic. Reset every
     dimension so SALE behaves exactly like the ordinary NEW label. */
  html body.type-category #content .products .product .flags .flag.beb-flag-sale {
    position: relative !important;
    inset: auto !important;
    display: inline-flex !important;
    flex: 0 0 auto !important;
    align-self: flex-start !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: 24px !important;
    aspect-ratio: auto !important;
    margin: 0 !important;
    padding: 5px 8px !important;
    transform: none !important;
    writing-mode: horizontal-tb !important;
    white-space: nowrap !important;
  }

  body.type-category .product .p-in {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 0 2px;
  }

  body.type-category .product .name {
    min-height: 44px;
    margin: 0 0 9px;
    color: var(--beb-ink);
    font-size: 16px;
    font-weight: 650;
    letter-spacing: -.01em;
    line-height: 1.35;
    text-decoration: none;
  }

  body.type-category .product .ratings-wrapper,
  body.type-category .product .stars-placeholder {
    min-height: 0;
  }

  body.type-category .product .p-bottom {
    margin-top: auto;
    padding: 0;
  }

  body.type-category .product .prices {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  body.type-category .product .price-final {
    color: var(--beb-ink);
    font-size: 19px;
    font-weight: 650;
    line-height: 1.2;
  }

  body.type-category .product .price-final strong {
    font-weight: inherit;
  }

  body.type-category .product .price-additional {
    margin-top: 4px;
    color: var(--beb-muted);
    font-size: 11px;
  }

  body.type-category .product .p-tools {
    display: none;
  }

  body.type-category .product .widget-parameter-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 13px;
  }

  body.type-category .product .widget-parameter-list {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin: 0;
    padding: 0;
  }

  body.type-category .product .widget-parameter-value a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 32px;
    height: 28px;
    padding: 0 7px;
    border: 1px solid var(--beb-line);
    border-radius: 4px;
    color: var(--beb-ink);
    font-size: 11px;
    font-weight: 600;
    text-decoration: none;
  }

  body.type-category .product .widget-parameter-more {
    color: var(--beb-muted);
    font-size: 11px;
  }

  body.type-category .product .p-code {
    display: none;
  }

  body.type-category .listingControls {
    margin: 54px 0 0;
  }

  body.type-category .loadMore__button {
    min-width: 220px;
    min-height: 48px;
    border: 1px solid var(--beb-ink);
    background: var(--beb-white);
    color: var(--beb-ink);
  }

  body.type-category .category__secondDescription {
    max-width: 920px;
    margin: 88px auto 0;
    padding-top: 54px;
    border-top: 1px solid var(--beb-line);
    color: var(--beb-muted);
    font-size: 16px;
    line-height: 1.72;
  }

  body.type-category .category__secondDescription h2 {
    margin: 42px 0 14px;
    color: var(--beb-ink);
    font-size: 27px;
    font-weight: 650;
    letter-spacing: -.02em;
  }

  body.type-category .category__secondDescription h2:first-child {
    margin-top: 0;
  }

  /* Final light visual pass: white canvas, lighter type, no divider lines. */
  body.type-category .content-wrapper-in::before,
  body.type-category .content-wrapper-in::after {
    display: none !important;
    content: none !important;
  }

  body.type-category .sidebar-left,
  body.type-category .sidebar-left .sidebar-inner,
  body.type-category .sidebar-left .box,
  body.type-category .sidebar-left .box-bg-variant,
  body.type-category .sidebar-left #filters-wrapper,
  body.type-category .sidebar-left .filter-sections,
  body.type-category .category-header {
    background: var(--beb-white) !important;
  }

  body.type-category .sidebar-left,
  body.type-category .sidebar-left button,
  body.type-category .sidebar-left input,
  body.type-category .sidebar-left label,
  body.type-category .sidebar-left h3,
  body.type-category .sidebar-left h4,
  body.type-category .sidebar-left span,
  body.type-category .beb-filter-toolbar button {
    font-family: "Exo 2", sans-serif !important;
  }

  body.type-category .category-title {
    font-weight: 560;
  }

  body.type-category .category-perex h2 {
    font-weight: 560;
  }

  body.type-category .subcategories:not(.with-image) .text {
    font-weight: 500;
  }

  html body.type-category #content .subcategories:not(.with-image) > li > a,
  body.type-category .category-header,
  body.type-category .filter-section,
  body.type-category .products-block > .product,
  body.type-category .category__secondDescription {
    border: 0 !important;
  }

  body.type-category .filter-section h4 {
    font-size: 15px;
    font-weight: 600;
  }

  body.type-category .filter-label {
    font-weight: 400;
  }

  body.type-category .filter-count {
    min-width: 0 !important;
    margin-left: auto !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    font-weight: 400;
  }

  body.type-category .product .name {
    font-weight: 550;
  }

  body.type-category .product .price-final {
    font-weight: 600;
  }

  /* Filter polish: full checked state, accordion spacing and no legacy rules. */
  html body.type-category #content-wrapper .sidebar-left input[type="checkbox"]:checked + label.filter-label::before {
    border-color: var(--beb-ink) !important;
    background: var(--beb-ink) !important;
    box-shadow: none !important;
  }

  html body.type-category #content-wrapper .sidebar-left input[type="checkbox"] + label.filter-label::after {
    display: none !important;
    content: none !important;
    background: none !important;
    box-shadow: none !important;
  }

  body.type-category .sidebar-left .filter-sections,
  body.type-category .sidebar-left .filter-sections > *,
  body.type-category .sidebar-left .filter-section,
  body.type-category .sidebar-left .filter-section h4,
  body.type-category .sidebar-left .filter-section form,
  body.type-category .sidebar-left .filter-section fieldset {
    border: 0 !important;
    box-shadow: none !important;
  }

  body.type-category .sidebar-left .filter-section {
    margin: 0 !important;
    padding: 23px 0 !important;
  }

  body.type-category .sidebar-left .filter-section h4 {
    margin: 0 !important;
    padding: 0 24px 0 0 !important;
    line-height: 1.35;
  }

  body.type-category .sidebar-left .filter-section:not(.beb-filter-price) h4 {
    margin-bottom: 19px !important;
  }

  body.type-category .sidebar-left .filter-section:not(.beb-filter-price) > :not(h4),
  body.type-category .sidebar-left .filter-section:not(.beb-filter-price) form,
  body.type-category .sidebar-left .filter-section:not(.beb-filter-price) fieldset,
  body.type-category .sidebar-left .filter-section:not(.beb-filter-price) .slider-content {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  body.type-category .sidebar-left .filter-section.beb-filter-size fieldset {
    display: block !important;
  }

  body.type-category .beb-size-group {
    margin: 0 0 25px !important;
  }

  body.type-category .beb-size-group:last-child {
    margin-bottom: 0 !important;
  }

  body.type-category .beb-size-group__title {
    margin: 0 0 10px;
    color: #716d68;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .07em;
    line-height: 1.35;
    text-transform: uppercase;
  }

  body.type-category .beb-size-group__values {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  body.type-category .beb-size-group__values > div {
    min-width: 0;
    margin: 0 !important;
  }

  body.type-category .beb-size-group__values > .beb-filter-value-long {
    grid-column: 1 / -1;
  }

  /* Combined ranges stay compact; long age labels in Baby & footies may span the row. */
  body.type-category .beb-size-group--combined .beb-size-group__values > .beb-filter-value-long {
    grid-column: auto !important;
  }

  body.type-category .sidebar-left .filter-section:not(.beb-filter-price) h4::after {
    display: none !important;
  }

  body.type-category .sidebar-left .filter-section.beb-filter-price {
    display: none !important;
  }
}
