.page-title {
  padding: 1em 2em;
  color: #fff;
  background: var(--wp--preset--color--zielony);
  width: 33vw;
  text-align: right;
  font-size: 34px;
  font-weight: 500;
}

.zobacz_btn {
  display: none;
}

.sklep {
  display: flex;
}
@media (max-width: 800px) {
  .sklep {
    flex-direction: column;
  }
}
.sklep .sklep_aside {
  width: 33%;
  flex-shrink: 0;
}
@media (max-width: 800px) {
  .sklep .sklep_aside {
    width: 100%;
  }
}
.sklep .sklep_aside .content {
  padding: 1rem;
  max-width: 400px;
  margin: 0 auto;
  margin-right: 0;
  padding-top: 3rem;
}
@media (max-width: 800px) {
  .sklep .sklep_aside .content {
    padding-top: 1rem;
    padding-bottom: 1rem;
    max-width: 100%;
  }
}
@media (min-width: 800px) {
  .sklep .sklep_aside .content section:first-of-type h3 {
    display: none;
  }
}
.sklep .sklep_aside .aside_bottom {
  padding: 3rem 1rem;
}
.sklep .sklep_aside .aside_bottom h3 {
  font-size: 22px;
  line-height: 33px;
  color: var(--wp--preset--color--zielony);
}
@media (max-width: 800px) {
  .sklep .sklep_aside .aside_bottom {
    display: none;
  }
}
.sklep .sklep_aside section {
  text-align: center;
  max-width: 400px;
}
@media (max-width: 800px) {
  .sklep .sklep_aside section {
    max-width: 100%;
  }
}
.sklep .sklep_aside section h3 {
  color: #908e8f;
  font-size: 24px;
  font-weight: 800;
  margin: 0;
  position: relative;
}
.sklep .sklep_aside section h3 strong {
  color: #221e1f;
}
@media (max-width: 800px) {
  .sklep .sklep_aside section h3 {
    cursor: pointer;
    background: var(--wp--preset--color--zielony);
    color: #fff;
    font-weight: normal;
    text-align: left;
    padding: 0.5rem 1rem;
    margin-top: 1rem;
    font-size: 4vw;
    font-weight: 400;
    padding: 25px 25px 25px 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .sklep .sklep_aside section h3::after {
    content: url("../../static/toggle-icon2.svg");
    display: block;
  }
  .sklep .sklep_aside section h3 strong {
    font-weight: normal;
    color: #fff;
    padding-left: 0.5em;
  }
  .sklep .sklep_aside section h3 br {
    display: none;
  }
}
.sklep .sklep_aside section .content {
  text-align: left;
}
.sklep .sklep_aside section .content .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (min-width: 800px) and (max-width: 1100px) {
  .sklep .sklep_aside section .content .grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 800px) {
  .sklep .sklep_aside section .content {
    display: none;
  }
}
@media (min-width: 800px) {
  .sklep .sklep_aside section .content {
    display: block !important;
  }
}
.sklep .sklep_aside section .content .filter_item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
}
.sklep .sklep_aside section .content .filter_item img {
  width: 65px;
  display: block;
  margin: 0.5rem 1rem 0.5rem 0;
  opacity: 0.5;
  transition-duration: 0.3s;
}
.sklep .sklep_aside section .content .filter_item span {
  font-size: 13px;
  line-height: 1.3;
}
.sklep .sklep_aside section .content .filter_item:hover img, .sklep .sklep_aside section .content .filter_item.current img {
  opacity: 1;
}
.sklep .sklep_aside section .content .filter_item:hover span, .sklep .sklep_aside section .content .filter_item.current span {
  font-weight: 800;
  color: var(--wp--preset--color--zielony);
}
.sklep .sa_sklep {
  flex-grow: 1;
  padding: 2rem 2rem 0;
  width: 66%;
}
@media (max-width: 800px) {
  .sklep .sa_sklep {
    width: 100%;
    padding: 2rem 1rem;
  }
}
.sklep .sa_sklep h3 {
  max-width: 100%;
  text-transform: uppercase;
}
.sklep .sa_sklep section.hidden {
  display: none;
}
.sklep .sa_sklep section > h3,
.sklep .sa_sklep section > p {
  text-align: center;
}
.sklep .sa_sklep section > h3 {
  font-weight: 800;
  font-size: 19px;
  letter-spacing: 2px;
  margin: 0;
  max-width: 960px;
}
.sklep .sa_sklep section > h3 span {
  color: #908e8f;
}
.sklep .sa_sklep section .woocommerce {
  margin: 2rem 0 !important;
}
.sklep .sa_sklep .sa_empty {
  text-align: center;
  display: none;
  line-height: 1.5;
}
.sklep .sa_sklep.is_empty .sa_empty {
  display: block;
}
.sklep .products {
  flex-grow: 1;
}
.sklep .products .product {
  transition-duration: 0.3s;
  background: #f2f2f2;
  padding: 1.5rem;
  display: grid;
  grid-template-rows: auto auto 1fr;
}
.sklep .products .product.hidden {
  display: none !important;
}
.sklep .products .product:hover {
  transform: scale(1.025);
}
.sklep .products .product a {
  display: grid;
  padding: 1rem;
  padding-left: 0;
}
@media (min-width: 800px) {
  .sklep .products .product a {
    grid-template-columns: 1fr 2fr;
  }
}
.sklep .products .product a:hover {
  color: inherit !important;
}
.sklep .products .product a img {
  grid-column: 1;
  grid-row-start: 1;
  grid-row-end: 4;
  margin-right: 1rem;
  inline-display: block;
  aspect-ratio: 5/6;
  object-fit: contain;
  transform: scale(0.9);
}
.sklep .products .product a h2,
.sklep .products .product a .opis,
.sklep .products .product a .price {
  grid-column: 2;
}
.sklep .products .product a h2 {
  font-weight: 500;
  font-size: 24px !important;
  line-height: 32px !important;
  color: #000000;
  padding: 0.5rem 0 0 0 !important;
}
.sklep .products .product a span.price {
  grid-row: 3;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  color: #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: flex-end;
  padding-right: 1rem;
}
.sklep .products .product a .zobacz_btn {
  content: "Zobacz";
  display: inline-block;
  background: var(--wp--preset--color--zielony);
  padding: 0.6em 1.6em;
  color: #fff;
  font-size: 13px;
  line-height: normal;
}
.sklep .products .product a .opis {
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  height: 100%;
  padding-bottom: 1rem;
  align-self: flex-start;
}
@media (max-width: 800px) {
  .sklep .products .product a {
    padding: 0;
  }
  .sklep .products .product a img {
    grid-row-end: 1;
    width: 100%;
  }
  .sklep .products .product a h2 {
    grid-column: 1;
    grid-row: 2;
    text-align: center;
    padding: 0.5rem;
    padding-top: 0;
    font-size: 4vw !important;
  }
  .sklep .products .product a .opis {
    display: none;
  }
  .sklep .products .product a span.price {
    grid-row: 3;
    grid-column: 1;
    text-align: center;
    flex-direction: column-reverse;
    padding-bottom: 0.5rem;
    padding-right: 0;
  }
  .sklep .products .product a .sa_price,
.sklep .products .product a .amount {
    font-size: 4vw !important;
  }
  .sklep .products .product a .zobacz_btn {
    margin-top: 0.5rem;
  }
}

.s_product {
  position: relative;
}

.m_product {
  transition-duration: 0.3s;
  background: #f2f2f2;
  padding: 1.5rem;
  display: grid;
  grid-template-rows: auto auto 1fr;
}
.m_product:hover {
  transform: scale(1.025);
}
.m_product a {
  display: grid;
  padding: 1rem;
}
.m_product a img {
  grid-column: 1;
  grid-row-start: 1;
  grid-row-end: 4;
  margin-right: 1rem;
  display: block;
}
.m_product a .name,
.m_product a .opis,
.m_product a .price {
  grid-column: 2;
}
.m_product a .name {
  font-weight: 500;
  font-size: 24px !important;
  line-height: 32px !important;
  color: #000000;
  padding: 0 !important;
}
.m_product a .price {
  grid-row: 2;
  height: 1.5em;
}
.m_product a .opis {
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  height: 100%;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  float: none !important;
}

.woocommerce-page.columns-2 ul.products li.product, .woocommerce.columns-2 ul.products li.product {
  width: auto;
  margin: 0;
}

.woocommerce ul.products,
.woocommerce-page ul.products {
  display: grid;
  grid-template-columns: 50% 50%;
  width: calc(100% - 1.5rem);
  gap: 1.5rem;
}
@media (max-width: 800px) {
  .woocommerce ul.products,
.woocommerce-page ul.products {
    width: calc(100% - 1rem);
    gap: 1rem;
  }
}

.woocommerce .products ul::after, .woocommerce .products ul::before, .woocommerce ul.products::after, .woocommerce ul.products::before {
  content: none;
}

.woocommerce ul.products li.product a.woocommerce-loop-product__link {
  display: grid;
}