	.bp_img_category_option {
    display: none;
}



.bp_img_product {
    height: auto;
}
.bp-product-footer {
    display: none;
}
.bp-group-button-qv-wl,.bp-product-link-details {
    display: none;
}
.bp_img_product img {
    height: 230px;
    object-fit: cover;
    border-radius: 0;
}
.bp_product_item .row {
    margin: 0;
}
.bp_img_product {
    padding: 0;
}
.product .bp_product_item {
    margin-bottom: 30px;
    transition: transform .3s,box-shadow .3s,background-color .3s,color .3s,opacity .3s;
    box-shadow: 0 1px 3px -2px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
}
.product .bp_product_item:hover {
    box-shadow: 0 3px 6px -4px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23);
}
.bp_content_product_main {
        padding: 15px;
    text-align: center;
}
.product_title a {
    font-size: 16px;
}
.bp-result,.bp-result-number {
    display: none;
}
/* Main Sidebar */
.sidebar-product {
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  padding: 20px;
}

/* Category List */
.sidebar-product .bp_category_option {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
}

/* Category Item */
.sidebar-product .bp_category_option_item {
  transition: all 0.3s ease;
  margin-bottom: 15px;
}

.sidebar-product .bp_link_category_option {
  display: flex;
  align-items: center;
  padding: 12px 15px;
  text-decoration: none;
  background: white;
  border-radius: 8px;
  border: 1px solid #eee;
  transition: all 0.3s ease;
}

.sidebar-product .bp_link_category_option:hover {
  transform: translateX(5px);
  background: #f8f4ec;
  border-color: #c5a46d;
}

/* Active state */
.sidebar-product .bp_category_option_item.active .bp_link_category_option {
  background: #c5a46d;
  border-color: #c5a46d;
  color: white;
}

/* Category Image */
.sidebar-product .bp_img_category_option {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 6px;
  margin-right: 15px;
}

/* Category Name */
.sidebar-product .bp_name_category_option {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  color: #333;
}

.sidebar-product .active .bp_name_category_option {
  color: white;
}

/* Footer Info */
.sidebar-product .footer-info {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}

.sidebar-product .footer-info p {
  margin: 10px 0;
  font-size: 14px;
  color: #666;
  line-height: 1.5;
}

.sidebar-product .footer-info span {
  color: #c5a46d;
  font-weight: 600;
  margin-right: 5px;
}

.sidebar-product .footer-info a {
  color: #c5a46d;
  text-decoration: none;
  transition: color 0.3s ease;
}

.sidebar-product .footer-info a:hover {
  color: #a88b59;
}

@media (max-width: 768px) {
  .sidebar-product {
    padding: 15px;
    margin-bottom: 20px;
  }

  .sidebar-product .bp_link_category_option {
    padding: 10px;
  }

  .sidebar-product .bp_img_category_option {
    width: 32px;
    height: 32px;
  }

  .sidebar-product .bp_name_category_option {
    font-size: 14px;
  }
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateX(-10px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.bp_category_option_item.active {
  animation: slideIn 0.3s ease forwards;
}
@media screen and (max-width: 567px) {
    .bp_img_product img {
        height: 130px;
    }
}
