.site-header {
  margin-bottom: 24px !important; }

.storefront-primary-navigation .site-header-cart {
  display: none !important; }

.products .button {
  display: none; }

.pi-filter-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-family: sans-serif; }
  .pi-filter-wrapper .pi-sidebar {
    width: 260px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: sticky;
    top: 20px; }
    .pi-filter-wrapper .pi-sidebar .filter-group {
      background: #fff;
      padding: 15px;
      border-radius: 12px;
      -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
              box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
      margin-bottom: 20px; }
      .pi-filter-wrapper .pi-sidebar .filter-group h5 {
        margin: 0 0 12px;
        font-size: 15px;
        border-bottom: 1px solid #eee;
        padding-bottom: 8px;
        font-weight: 600; }
    .pi-filter-wrapper .pi-sidebar .pi-filters-toggle {
      display: none;
      width: 100%;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      gap: 12px;
      margin-bottom: 12px;
      padding: 12px 16px;
      border: 1px solid rgba(0, 0, 0, 0.08);
      border-radius: 12px;
      background: #fff;
      -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
              box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
      color: #333;
      font-size: 15px;
      font-weight: 700;
      cursor: pointer; }
      .pi-filter-wrapper .pi-sidebar .pi-filters-toggle .pi-filters-toggle__icon {
        position: relative;
        width: 18px;
        height: 18px; }
        .pi-filter-wrapper .pi-sidebar .pi-filters-toggle .pi-filters-toggle__icon::before, .pi-filter-wrapper .pi-sidebar .pi-filters-toggle .pi-filters-toggle__icon::after {
          content: "";
          position: absolute;
          top: 50%;
          left: 50%;
          width: 10px;
          height: 2px;
          border-radius: 2px;
          background: var(--accent-color);
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          -webkit-transition: -webkit-transform 0.2s ease;
          transition: -webkit-transform 0.2s ease;
          transition: transform 0.2s ease;
          transition: transform 0.2s ease, -webkit-transform 0.2s ease; }
        .pi-filter-wrapper .pi-sidebar .pi-filters-toggle .pi-filters-toggle__icon::after {
          -webkit-transform: translate(-50%, -50%) rotate(90deg);
              -ms-transform: translate(-50%, -50%) rotate(90deg);
                  transform: translate(-50%, -50%) rotate(90deg); }
    .pi-filter-wrapper .pi-sidebar .pi-filters-panel {
      display: block; }
    .pi-filter-wrapper .pi-sidebar .filter-list {
      list-style: none;
      padding-left: 15px;
      margin: 0; }
      .pi-filter-wrapper .pi-sidebar .filter-list.depth-0 {
        padding-left: 0; }
    .pi-filter-wrapper .pi-sidebar .filter-item .term-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 5px 0; }
      .pi-filter-wrapper .pi-sidebar .filter-item .term-row .checkbox-wrapper {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-right: 10px;
        cursor: pointer; }
        .pi-filter-wrapper .pi-sidebar .filter-item .term-row .checkbox-wrapper input {
          position: absolute;
          opacity: 0;
          cursor: pointer; }
          .pi-filter-wrapper .pi-sidebar .filter-item .term-row .checkbox-wrapper input:checked ~ .custom-radio, .pi-filter-wrapper .pi-sidebar .filter-item .term-row .checkbox-wrapper input:checked ~ .custom-checkbox {
            border-color: var(--accent-color); }
            .pi-filter-wrapper .pi-sidebar .filter-item .term-row .checkbox-wrapper input:checked ~ .custom-radio::after, .pi-filter-wrapper .pi-sidebar .filter-item .term-row .checkbox-wrapper input:checked ~ .custom-checkbox::after {
              display: block; }
          .pi-filter-wrapper .pi-sidebar .filter-item .term-row .checkbox-wrapper input:checked ~ .term-click-area .term-name {
            color: var(--accent-color);
            font-weight: 600; }
        .pi-filter-wrapper .pi-sidebar .filter-item .term-row .checkbox-wrapper .custom-radio {
          height: 18px;
          width: 18px;
          background-color: #fff;
          border: 2px solid #ddd;
          border-radius: 50%;
          display: inline-block;
          position: relative;
          -webkit-transition: all 0.2s ease;
          transition: all 0.2s ease; }
          .pi-filter-wrapper .pi-sidebar .filter-item .term-row .checkbox-wrapper .custom-radio::after {
            content: "";
            position: absolute;
            display: none;
            top: 3px;
            left: 3px;
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: var(--accent-color); }
        .pi-filter-wrapper .pi-sidebar .filter-item .term-row .checkbox-wrapper .custom-checkbox {
          height: 18px;
          width: 18px;
          background-color: #fff;
          border: 2px solid #ddd;
          border-radius: 4px;
          display: inline-block;
          position: relative;
          -webkit-transition: all 0.2s ease;
          transition: all 0.2s ease; }
          .pi-filter-wrapper .pi-sidebar .filter-item .term-row .checkbox-wrapper .custom-checkbox::after {
            content: "";
            position: absolute;
            display: none;
            left: 50%;
            top: 45%;
            width: 5px;
            height: 10px;
            border: solid var(--accent-color);
            border-width: 0 2px 2px 0;
            -webkit-transform: translate(-50%, -50%) rotate(45deg);
                -ms-transform: translate(-50%, -50%) rotate(45deg);
                    transform: translate(-50%, -50%) rotate(45deg); }
      .pi-filter-wrapper .pi-sidebar .filter-item .term-row .term-click-area {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        cursor: pointer; }
        .pi-filter-wrapper .pi-sidebar .filter-item .term-row .term-click-area .term-name {
          font-size: 14px;
          color: #333;
          -webkit-transition: color 0.2s;
          transition: color 0.2s; }
          .pi-filter-wrapper .pi-sidebar .filter-item .term-row .term-click-area .term-name:hover {
            color: var(--accent-color); }
        .pi-filter-wrapper .pi-sidebar .filter-item .term-row .term-click-area .toggle-arrow {
          font-size: 10px;
          color: #aaa;
          -webkit-transition: -webkit-transform 0.3s;
          transition: -webkit-transform 0.3s;
          transition: transform 0.3s;
          transition: transform 0.3s, -webkit-transform 0.3s; }
    .pi-filter-wrapper .pi-sidebar .filter-item > ul {
      display: none;
      margin-top: 5px;
      border-left: 1px dashed #ddd; }
    .pi-filter-wrapper .pi-sidebar .filter-item.active-parent > ul {
      display: block; }
    .pi-filter-wrapper .pi-sidebar .filter-item.active-parent > .term-row .toggle-arrow {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg);
      color: var(--accent-color); }
  .pi-filter-wrapper .pi-content {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    position: relative; }

.pi-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  padding: 12px 20px;
  border-radius: 12px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  margin-bottom: 10px; }
  .pi-toolbar .pi-stats strong {
    color: var(--accent-color);
    font-size: 16px; }
  .pi-toolbar .custom-styled-select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 8px 35px 8px 15px;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center; }

.active-filter-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
  padding-left: 5px; }
  .active-filter-bar .tag {
    color: #fff;
    padding: 6px 14px;
    border-radius: 25px;
    font-size: 12px;
    cursor: pointer;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .active-filter-bar .tag i {
      margin-left: 8px;
      font-style: normal;
      font-weight: bold; }
    .active-filter-bar .tag:hover {
      -webkit-transform: translateY(-1px);
          -ms-transform: translateY(-1px);
              transform: translateY(-1px);
      -webkit-filter: brightness(90%);
              filter: brightness(90%); }
    .active-filter-bar .tag.tag--cat {
      background: var(--accent-color); }
    .active-filter-bar .tag.tag--shop {
      background: #888; }
    .active-filter-bar .tag.tag--region {
      background: #000; }

.pi-spinner {
  width: 35px;
  height: 35px;
  border: 3px solid #f3f3f3;
  border-top: 3px solid var(--accent-color);
  border-radius: 50%;
  -webkit-animation: pi-spin 0.8s linear infinite;
          animation: pi-spin 0.8s linear infinite;
  display: inline-block; }

@-webkit-keyframes pi-spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes pi-spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.pi-loader {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.6);
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 80px; }

.pi-filter-wrapper .products.columns-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0; }
  .pi-filter-wrapper .products.columns-4 li.product {
    width: 22.05% !important;
    margin-right: 3.8% !important;
    margin-bottom: 3.8% !important;
    float: left;
    clear: none !important; }
    .pi-filter-wrapper .products.columns-4 li.product:nth-child(4n) {
      margin-right: 0 !important; }
    .pi-filter-wrapper .products.columns-4 li.product:nth-child(4n+1) {
      clear: both !important; }

@media (max-width: 1199.98px) {
  .pi-filter-wrapper .products.columns-4 li.product {
    width: 30.9% !important;
    margin-right: 3.65% !important;
    margin-bottom: 3.65% !important; }
    .pi-filter-wrapper .products.columns-4 li.product:nth-child(3n) {
      margin-right: 0 !important; }
    .pi-filter-wrapper .products.columns-4 li.product:nth-child(3n+1) {
      clear: both !important; } }

@media (max-width: 768px) {
  .pi-filter-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px; }
    .pi-filter-wrapper .pi-sidebar {
      width: 100%;
      position: static; }
      .pi-filter-wrapper .pi-sidebar .pi-filters-toggle {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .pi-filter-wrapper .pi-sidebar .pi-filters-panel {
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        pointer-events: none;
        -webkit-transition: max-height 0.35s ease, opacity 0.25s ease;
        transition: max-height 0.35s ease, opacity 0.25s ease; }
      .pi-filter-wrapper .pi-sidebar.is-open .pi-filters-panel {
        max-height: 4000px;
        opacity: 1;
        pointer-events: auto; }
      .pi-filter-wrapper .pi-sidebar.is-open .pi-filters-toggle__icon::after {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
            -ms-transform: translate(-50%, -50%) rotate(0deg);
                transform: translate(-50%, -50%) rotate(0deg); }
      .pi-filter-wrapper .pi-sidebar .filter-group {
        margin-bottom: 14px; }
  .pi-filter-wrapper .products.columns-4 li.product {
    width: 48% !important;
    margin-right: 4% !important; }
    .pi-filter-wrapper .products.columns-4 li.product:nth-child(2n) {
      margin-right: 0 !important; }
    .pi-filter-wrapper .products.columns-4 li.product:nth-child(4n+1) {
      clear: none !important; }
    .pi-filter-wrapper .products.columns-4 li.product:nth-child(2n+1) {
      clear: both !important; } }

.bazarek-products-info {
  margin: 16px 0 64px; }
  .bazarek-products-info span {
    color: var(--accent-color); }

/*# sourceMappingURL=../css/sourcemaps/tubazarek.css.map */
