.elementor-46355 .elementor-element.elementor-element-28420cd{--display:flex;}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .woocommerce-loop-product__title{color:var( --e-global-color-primary );}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .woocommerce-loop-category__title{color:var( --e-global-color-primary );}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .woocommerce-loop-product__title, .elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .woocommerce-loop-category__title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .price{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .price ins{color:var( --e-global-color-primary );}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .price ins .amount{color:var( --e-global-color-primary );}.elementor-widget-wc-archive-products{--products-title-color:var( --e-global-color-primary );}.elementor-widget-wc-archive-products.products-heading-show .related-products > h2, .elementor-widget-wc-archive-products.products-heading-show .upsells > h2, .elementor-widget-wc-archive-products.products-heading-show .cross-sells > h2{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .price del{color:var( --e-global-color-primary );}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .price del .amount{color:var( --e-global-color-primary );}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .price del {font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-wc-archive-products.elementor-wc-products .added_to_cart{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-wc-archive-products .elementor-products-nothing-found{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-46355 .elementor-element.elementor-element-eddaca6.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}.elementor-46355 .elementor-element.elementor-element-eddaca6.elementor-wc-products ul.products li.product span.onsale{display:block;}@media(max-width:1024px){.elementor-46355 .elementor-element.elementor-element-eddaca6.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}@media(max-width:767px){.elementor-46355 .elementor-element.elementor-element-eddaca6.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}/* Start custom CSS for wc-archive-products, class: .elementor-element-eddaca6 *//* =========================================
   ULTRA CLEAN - TIGHT SHOP UI 
========================================= */
/* GRID */
.woocommerce ul.products,
.woocommerce-page ul.products {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 18px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
.woocommerce ul.products::before,
.woocommerce ul.products::after {
  display: none !important;
}
/* CARD */
.woocommerce ul.products li.product {
  background: #fff !important;
  border: 1px solid #ECECF1 !important;
  border-radius: 18px !important;
  padding: 10px !important;
  box-shadow: 0 2px 10px rgba(0,0,0,0.03) !important;
  transition: all 0.18s ease !important;
  display: flex !important;
  flex-direction: column !important;
}
.woocommerce ul.products li.product:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06) !important;
  border-color: #DCDCE2 !important;
}
/* IMAGE */
.woocommerce ul.products li.product img {
  width: 100% !important;
  height: 170px !important;
  object-fit: contain !important;
  background: #F6F6F8 !important;
  border-radius: 14px !important;
  padding: 10px !important;
  margin-bottom: 10px !important;
}
/* TITLE */
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #000 !important;
  margin: 0 0 4px !important;
  line-height: 1.3 !important;
  min-height: 36px !important;
}
/* PRICE */
.woocommerce ul.products li.product .price {
  font-size: 13px !important;
  font-weight: 500 !important;
  color: #000 !important;
  margin-bottom: 10px !important;
}
/* BUTTON */
.woocommerce ul.products li.product .button {
  margin-top: auto !important;
  height: 38px !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  background: #000 !important;
  color: #fff !important;
  border-radius: 999px !important;
  border: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: all 0.2s ease !important;
}
.woocommerce ul.products li.product .button:hover {
  background: #fff !important;
  color: #000 !important;
  border: 1px solid #000 !important;
}
/* REMOVE EXTRA SPACING */
.woocommerce ul.products li.product a {
  margin: 0 !important;
}
/* HIDE RATING */
.star-rating {
  display: none !important;
}
/* SALE BADGE */
.woocommerce span.onsale {
  top: 10px !important;
  left: 10px !important;
  font-size: 10px !important;
  padding: 5px 8px !important;
  background: #000 !important;
  color: #fff !important;
  border-radius: 999px !important;
}
/* TOP BAR */
.woocommerce-result-count {
  font-size: 13px !important;
  color: #716F77 !important;
}
.woocommerce-ordering select {
  height: 38px !important;
  border-radius: 10px !important;
  font-size: 13px !important;
  padding: 0 12px !important;
}
/* PAGINATION */
.woocommerce nav.woocommerce-pagination {
  display: flex !important;
  justify-content: center !important;
  margin: 32px 0 16px !important;
}
.woocommerce nav.woocommerce-pagination ul {
  display: inline-flex !important;
  align-items: center !important;
  gap: 4px !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}
.woocommerce nav.woocommerce-pagination ul li {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 36px !important;
  height: 36px !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  border-radius: 8px !important;
  border: 1px solid #ECECF1 !important;
  background: #fff !important;
  color: #000 !important;
  text-decoration: none !important;
  transition: all 0.15s ease !important;
  line-height: 1 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}
.woocommerce nav.woocommerce-pagination ul li a:hover {
  background: #f5f5f5 !important;
  border-color: #ccc !important;
  color: #000 !important;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
  background: #000 !important;
  color: #fff !important;
  border-color: #000 !important;
  font-weight: 600 !important;
}
.woocommerce nav.woocommerce-pagination ul li a.next,
.woocommerce nav.woocommerce-pagination ul li a.prev {
  font-size: 16px !important;
  color: #555 !important;
}
/* RESPONSIVE */
@media (max-width: 1200px) {
  .woocommerce ul.products {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}
@media (max-width: 900px) {
  .woocommerce ul.products {
    grid-template-columns: repeat(3, 1fr) !important;
  }
  .woocommerce ul.products li.product img {
    height: 150px !important;
  }
}
@media (max-width: 600px) {
  .woocommerce ul.products {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .woocommerce ul.products li.product img {
    height: 140px !important;
  }
}/* End custom CSS */