.site-main {
  margin-top: 0 !important;
}
@media only screen and (max-width: 576px) {
  .site-main {
    display: flex;
    flex-direction: column;
  }
}

.woocommerce-products-header__title {
  font-size: 40px !important;
  line-height: 50px !important;
  margin-bottom: 30px !important;
}
@media only screen and (max-width: 576px) {
  .woocommerce-products-header__title {
    font-size: 24px !important;
  }
}

.shop-container {
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
  grid-template-columns: 350px 1fr;
  gap: 40px;
}
@media only screen and (max-width: 991px) {
  .shop-container {
    padding-top: 120px;
    grid-template-columns: 1fr;
  }
}
.shop-container ul.page-numbers {
  display: flex !important;
  justify-content: flex-end;
  gap: 10px;
  border: 0 !important;
}
.shop-container ul.page-numbers li {
  border: 0 !important;
}
.shop-container ul.page-numbers li a {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-color: #e9ecef;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 576px) {
  .shop-container ul.page-numbers li a {
    font-size: 12px !important;
    width: 25px;
    height: 25px;
  }
}
.shop-container ul.page-numbers li span {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-color: #e9ecef;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 576px) {
  .shop-container ul.page-numbers li span {
    font-size: 12px !important;
    width: 25px;
    height: 25px;
  }
}
.shop-container ul.page-numbers li span.current {
  background-color: var(--secondary) !important;
  color: #fff !important;
}
.shop-container .shop-sidebar {
  background-color: #fff;
  padding: 40px 30px;
  border: 0.0625rem solid rgba(0, 0, 0, 0.125);
  border-radius: 10px;
  height: -moz-fit-content;
  height: fit-content;
}
.shop-container .shop-sidebar h3,
.shop-container .shop-sidebar .widgettitle {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}
.shop-container .shop-sidebar .wc-block-product-categories-list {
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: #f8f8f8;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.shop-container .shop-sidebar .wc-block-product-categories-list-item {
  position: relative;
  background-color: #f1f1f1;
}
.shop-container .shop-sidebar .wc-block-product-categories-list-item a {
  font-size: 14px;
  text-decoration: none;
  color: #333;
  text-transform: uppercase;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.shop-container .shop-sidebar .wc-block-product-categories-list-item a:before {
  content: "";
  background-color: var(--primary);
  width: 3px;
  height: 20px;
  display: flex;
}
.shop-container .shop-sidebar .wc-block-product-categories-list-item__name {
  display: block;
}
.shop-container .shop-sidebar .wc-block-product-categories-list-item-count {
  font-size: 0.875rem;
  color: #666;
  background-color: #eee;
  border-radius: 12px;
  padding: 2px 6px;
  display: inline-block;
  position: absolute;
  top: 15px;
  right: 10px;
}
.shop-container .shop-sidebar .wc-block-product-categories-list--depth-1 {
  box-shadow: none;
}
.shop-container .shop-sidebar .wc-block-product-categories-list--depth-1 li {
  padding-left: 0;
  background-color: #f8f8f8;
  padding-right: 0;
  border-bottom: 0;
}
.shop-container .shop-sidebar .wc-block-product-categories-list--depth-1 li a {
  font-size: 12px;
  font-weight: 400;
  text-transform: none;
  border-bottom: 1px solid #e2e2e2;
}
.shop-container .shop-sidebar .wc-block-product-categories-list--depth-1 li a::before {
  display: none;
}
.shop-container .shop-sidebar .wc-block-product-categories-list--depth-2 {
  margin-top: 20px;
}
.shop-container .shop-sidebar .wc-block-product-categories-list-item:last-child {
  border-bottom: none;
}
.shop-container .shop-sidebar #block-12.widget.widget_block.widget_search {
  background-color: #f8f8f8;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
.shop-container .shop-sidebar .wp-block-search {
  display: flex;
  align-items: center;
}
.shop-container .shop-sidebar .wp-block-search__label {
  font-weight: bold;
  color: #333;
  margin-right: 10px;
}
.shop-container .shop-sidebar .wp-block-search__input {
  flex-grow: 1;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-right: 10px;
}
.shop-container .shop-sidebar .wp-block-search__button {
  background-color: #0073aa;
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.shop-container .shop-sidebar .wp-block-search__button:hover {
  background-color: #005077;
}
.shop-container .shop-sidebar .wp-block-search__inside-wrapper {
  display: flex;
}
.shop-container .shop-sidebar .widget_brand_thumbnails ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.shop-container .shop-sidebar .widget_brand_thumbnails ul li {
  margin: 0;
}
.shop-container .shop-sidebar .widget_brand_thumbnails a img {
  width: 70px;
  height: auto;
}

.woocommerce-breadcrumb {
  display: none;
}

.orderby {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px 25px;
  margin-bottom: 50px;
  border-radius: 12px;
}

.products {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media only screen and (max-width: 991px) {
  .products {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 576px) {
  .products {
    grid-template-columns: 1fr;
  }
}
.products:before {
  display: none !important;
}
.products:after {
  display: none !important;
}

li.product {
  width: 100% !important;
  margin: 0;
  background-color: #fff;
  border-radius: 10px;
  padding-bottom: 60px;
  position: relative;
  padding: 20px !important;
}
@media only screen and (max-width: 576px) {
  li.product {
    width: calc(100% - 16px) !important;
  }
}
li.product img {
  width: auto;
  height: 250px !important;
  -o-object-fit: contain;
     object-fit: contain;
}
li.product h2 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: normal;
  text-align: left;
  min-height: 34px;
  margin-top: 20px;
}
li.product h2:after {
  position: absolute;
  background-color: var(--primary) !important;
  border-radius: 0.3125rem;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.35;
  margin-bottom: 5px;
  padding: 5px;
  pointer-events: auto;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
  top: 20px;
  left: 20px;
  margin-left: 0 !important;
}
li.product h6 {
  font-size: 20px;
}
li.product .price {
  display: flex !important;
  justify-content: flex-start;
  padding-bottom: 50px;
  margin-bottom: 40px !important;
}
li.product .price bdi {
  font-weight: 700;
  font-size: 16px;
  color: #000;
}
li.product a.button {
  background-color: var(--secondary);
  height: 45px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  margin: 20px auto;
  gap: 10px;
  width: 230px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 12px;
  display: flex;
  color: #fff;
  text-decoration: none;
}
li.product a.button:hover {
  opacity: 0.9;
}/*# sourceMappingURL=shop.css.map */