body.woocommerce-shop,
body.post-type-archive-product,
body.tax-product_cat,
body.tax-product_tag,
body.woocommerce-shop .lps-main,
body.post-type-archive-product .lps-main,
body.tax-product_cat .lps-main,
body.tax-product_tag .lps-main {
  background: #050505 !important;
  color: #ffffff;
}

.woocommerce-products-header {
  display: none !important;
}

.lps-shop-hero {
  padding: 72px 0 78px;
  border-bottom: 1px solid #262626;
  background: #050505;
}

.lps-shop-breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 54px;
  color: #8f9298;
  font-size: 13px;
  font-weight: 600;
}

.lps-shop-breadcrumb a {
  color: #ffffff;
}

.lps-shop-breadcrumb a:hover {
  color: var(--lps-gold);
}

.lps-shop-hero-copy {
  max-width: 720px;
}

.lps-shop-hero-copy > span {
  display: block;
  margin-bottom: 12px;
  color: var(--lps-gold);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.lps-shop-hero-copy h1 {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: 54px;
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: 0;
}

.lps-shop-hero-copy p {
  max-width: 650px;
  margin: 0;
  color: #b6b8bd;
  font-size: 16px;
  line-height: 1.7;
}

.lps-shop-catalog {
  padding: 64px 0 104px;
  background: #050505;
}

.lps-shop-catalog .products-wrap {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.lps-shop-catalog .woocommerce-result-count {
  float: left;
  margin: 14px 0 34px !important;
  color: #aeb0b4;
  font-size: 14px;
}

.lps-shop-catalog .woocommerce-ordering {
  float: right;
  margin: 0 0 34px !important;
}

.lps-shop-catalog .woocommerce-ordering select {
  min-width: 210px;
  min-height: 48px;
  padding: 0 42px 0 16px;
  border: 1px solid #353535;
  border-radius: 0;
  background: #0d0d0d;
  color: #ffffff;
  font: inherit;
}

.lps-shop-catalog ul.products {
  width: 100% !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 30px !important;
  clear: both;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.lps-shop-catalog ul.products::before,
.lps-shop-catalog ul.products::after {
  display: none !important;
  content: none !important;
}

.lps-shop-catalog ul.products li.product.lps-product-card {
  float: none !important;
  clear: none !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  height: 100%;
  display: flex !important;
  flex-direction: column;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid #272727;
  border-radius: 0;
  background: #ffffff;
  color: #17191d;
  text-align: left;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.22);
  transition: transform 180ms ease, border-color 180ms ease;
}

.lps-shop-catalog ul.products li.product.lps-product-card:hover {
  transform: translateY(-5px);
  border-color: var(--lps-gold);
}

.lps-shop-catalog .lps-product-image {
  position: relative;
  height: 330px !important;
  flex: 0 0 330px;
  display: block;
  overflow: hidden;
  background: #000000;
}

.lps-shop-catalog .lps-product-image > a {
  width: 100%;
  height: 100%;
  display: block;
}

.lps-shop-catalog .lps-product-image img {
  width: 100% !important;
  height: 100% !important;
  display: block;
  margin: 0 !important;
  padding: 0 !important;
  object-fit: cover !important;
  object-position: center;
  transition: transform 300ms ease;
}

.lps-shop-catalog .lps-product-card:hover .lps-product-image img {
  transform: scale(1.025);
}

.lps-shop-catalog .lps-product-image .onsale {
  position: absolute;
  top: 18px !important;
  right: 18px !important;
  left: auto !important;
  z-index: 2;
  min-width: 52px;
  min-height: 34px;
  margin: 0 !important;
  padding: 8px 11px !important;
  border-radius: 0;
  background: #ffffff;
  color: #111111;
  font-size: 12px;
  font-weight: 800;
  line-height: 18px;
}

.lps-shop-catalog .lps-product-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 24px 25px 26px;
  background: #ffffff;
}

.lps-shop-catalog .lps-product-title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.lps-shop-catalog .woocommerce-loop-product__title {
  min-width: 0;
  margin: 0 !important;
  padding: 0 !important;
  color: #111111 !important;
  font-size: 22px !important;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0;
}

.lps-shop-catalog .woocommerce-loop-product__title a {
  color: #111111 !important;
}

.lps-shop-catalog .lps-product-title-row > span {
  flex: 0 0 auto;
  padding: 4px 9px;
  border: 1px solid #b8b8b8;
  border-radius: 7px;
  color: var(--lps-gold-deep);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.1;
}

.lps-shop-catalog .lps-product-info > p {
  min-height: 66px;
  margin: 0 0 20px;
  color: #363c44;
  font-size: 14px;
  line-height: 1.5;
}

.lps-shop-catalog .lps-product-buy {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  margin-top: auto;
}

.lps-shop-catalog .lps-product-buy .price {
  display: block;
  margin: 0 !important;
  color: var(--lps-gold-deep) !important;
  font-size: 18px !important;
  font-weight: 800;
  line-height: 1.3;
}

.lps-shop-catalog .lps-product-buy .price del {
  color: #b88a25;
  opacity: 0.72;
}

.lps-shop-catalog .lps-product-buy .button {
  width: auto !important;
  min-width: 132px;
  min-height: 44px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  padding: 11px 16px !important;
  border: 1px solid #0b0b0b;
  border-radius: 0;
  background: #050505;
  color: var(--lps-gold);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.lps-shop-catalog .lps-product-buy .button:hover {
  border-color: var(--lps-gold);
  background: var(--lps-gold);
  color: #111111;
}

.lps-shop-catalog .woocommerce-pagination {
  grid-column: 1 / -1;
  margin-top: 56px;
}

@media (max-width: 1100px) {
  .lps-shop-catalog ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 700px) {
  .lps-shop-hero {
    padding: 42px 0 48px;
  }

  .lps-shop-breadcrumb {
    margin-bottom: 36px;
  }

  .lps-shop-hero-copy h1 {
    font-size: 38px;
  }

  .lps-shop-hero-copy p {
    font-size: 15px;
  }

  .lps-shop-catalog {
    padding: 42px 0 70px;
  }

  .lps-shop-catalog .woocommerce-result-count,
  .lps-shop-catalog .woocommerce-ordering {
    float: none !important;
    width: 100%;
  }

  .lps-shop-catalog .woocommerce-ordering select {
    width: 100%;
  }

  .lps-shop-catalog ul.products {
    grid-template-columns: 1fr !important;
    gap: 22px !important;
  }

  .lps-shop-catalog .lps-product-image {
    height: 340px !important;
    flex-basis: 340px;
  }

  .lps-shop-catalog .lps-product-info {
    padding: 22px 21px 24px;
  }

  .lps-shop-catalog .lps-product-buy {
    grid-template-columns: 1fr;
  }

  .lps-shop-catalog .lps-product-buy .button {
    width: 100% !important;
  }
}
