.bp_category_option {
  display: grid;
  grid-template-columns: repeat(4, auto);
  gap: 20px;
}
.bp_category_option li a {
  margin: 0;
}
.bp_img_category_option {
    margin: auto;
}
.bp_category_option_item {
  background-color: #f7f7f7;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 125px;
  overflow: hidden;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.bp_category_option li h3 {
  color: #1d1d20;
  display: block;
  font-size: 12px;
  font-weight: 600;
  margin-top: 0;
  padding: 6px 8px;
  text-align: center;
  text-shadow: -0.5px -0.5px 0 #fff, 0.5px -0.5px 0 #fff, -0.5px 0.5px 0 #fff, 0.5px 0.5px 0 #fff;
  width: 100%;
  word-break: break-word;
}
.product-category > h3 {
  text-align: center;
  color: #1d1d20;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 30px;
}
.bp_img_category_option {
  height: 150px;
  object-fit: cover;
}
.product-slide .bp_cls-click-mua {
  display: none;
}
.product-slide .card {
  display: flex;
  flex-direction: row;
  box-shadow: none !important;
}
.product-slide #carousel_fav img {
  height: auto;
}
.product-slide .bp-change-image {
  max-width: 140px;
  padding: 0 10px;
  position: relative;
}
.cls_price_text,
.cls_old_price_text {
  display: none;
}
.product-slide .bp_star_review {
  display: none;
}
.product-slide .product_title {
  font-size: 13px;
  text-align: left;
  font-weight: 400;
}
.product-slide .product_title a {
  color: #222222;
}
.product-slide .owl-nav {
  display: none;
}
.bp_cls_group_price {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  font-size: 13px;
}
.cls_old_price,
.cls_unit_price {
  color: #aaa;
  font-weight: 400;
}
.bp_cls_price .cls_price_number,
.bp_cls_price .cls_unit_price {
  color: #ec1d25;
  font-weight: 500;
}
.bp_discount_percent {
  display: flex;
  justify-content: center;
  align-items: center;
  word-break: break-word;
  padding: 3px 8px;
  min-width: 44px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  line-height: 17px;
  background-color: #f52c2c;
  color: #fff;
  box-shadow: 1px 1px 1px #0000001a;
  border-radius: 2px;
}
.product-slide .bp-cart-text {
  display: none;
}
.product-slide .bp-icon-cart {
  display: block;
}

.product-slide .bp-change-image:before {
  content: "";
  position: absolute;
  opacity: 0;
  background: #b7b7b769;
  top: 0;
  z-index: 2;
  right: 0;
  left: 0;
  bottom: 0;
  transition: 0.3s;
}
.product-slide .bp-change-image:hover:before {
  opacity: 1;
}

.product-slide .btnAddToCart {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.3s;
  z-index: 5;
  color: #fff;
  background-color: transparent;
  border: none;
  border-radius: 0;
  margin: 0;
  font-size: 24px;
}
.product-slide .bp-change-image:hover .btnAddToCart {
  opacity: 1;
}
.product-slide .owl-dot.active {
  background-color: rgb(191, 190, 200, 0.5);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-slide .owl-dot span {
  width: 7px !important;
  height: 7px !important;
  margin: 0 !important;
}
.product-slide .owl-dots {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.product-slide #carousel_fav {
  margin-top: 30px;
}
.product-slide > h3 {
  font-size: 30px;
  font-weight: 600;
}
.bp-group-button-qv-wl {
  display: none;
}
.brand-showcase {
  margin-top: 60px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  overflow: hidden;
  position: relative;
  background: #121212;
}
.showcase-item {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: calc(100% / 6);
  min-width: 300px;
}
.showcase-item .item-title {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.35em;
  white-space: nowrap;
  letter-spacing: 2px;
  padding: 18px 0;
}
.showcase-track {
  display: flex;
  padding-top: 0;
  gap: 30px;
  animation: showcase-slide 25s linear infinite;
  width: max-content;
}
.elementor-icon {
  color: #fff;
}
.showcase-item .separator {
  font-size: 2.2rem;
  font-weight: 400;
  margin: 0 10px;
}
@keyframes showcase-slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-50% - 15px));
  }
}
@media (max-width: 768px) {
    .bp_category_option {
            grid-template-columns: repeat(2, auto);
    }
}
