        .product img {
  height: 120px;
  object-fit: cover;
}
.align-items-be {
    display: none !important;
}
.banner-product {
    background: linear-gradient(135deg,#0f172a,#1e3a8a,#0ea5e9);
    padding: 100px 0;
}

.banner-product__heading .tp-feature__heading {
    font-size: 40px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}

.banner-product__heading .tp-feature__text {
    max-width: 700px;
    margin: auto;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.banner-product__content .tp-feature__body {
    height: 100%;
    background: rgba(255,255,255,0.08);
    padding: 20px;
    border-radius: 14px;
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.15);
    text-align: center !important;
}

.banner-product__content .tp-feature__heading {
    font-size: 20px;
}

.banner-product__content .tp-feature,
.banner-product__content .tp-feature > .row {
    height: 100%;
}

.banner-product__content > .row > .tp_module {
    margin-bottom: 25px;
}


/**/
.product-section {
  background: linear-gradient(102deg, #21409a 7%, #00bae6 117%);
  padding: 60px 0 120px;
  color: white;
}
.product-title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 60px;
  letter-spacing: -0.5px;
}

.product-content {
  display: grid;
  grid-template-columns: repeat(2, auto);

  align-items: center;
}

.product-features {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.feature-item {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
}

.divider {
  width: 2px;
  height: 200px;
  background: rgba(255, 255, 255, 0.3);
  align-self: center;
}

.product-description {
  color: rgba(255, 255, 255, 0.95);
}

.bp_img_product {
  height: auto;
  padding: 0;
}
.bp-product-link-details {
  color: #005eb3;
  border-color: #005eb3;
  transition: 0.35s ease all;
  font-size: 11px;
  text-align: center;
  font-weight: 600;
  line-height: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  display: inline-block;
  cursor: pointer;
  border-radius: 5px;
  border: 0.5px solid #005eb8;
  padding: 8px 30px;
}
.bp_content_product {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bp-group-button-qv-wl {
  display: none;
}
.product .bp_name_category_option {
  min-height: 40px;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 28px;
  text-align: center;
  font-weight: 600;
  margin: 30px 0 15px;
}
.bp-product-footer {
  display: none;
}
.product .bp_link_category_option {
  color: #005eb3;
  margin: 0;
    text-align: center;
    display: block;
}
.product .btnAddAction,
.product .bp_group_quantity {
  display: none;
}
.bp-product-view-link {
  display: none !important;
}
.product .bp_product_more {
  display: none;
}
.product .bp_pd_info {
  display: none;
}
.product .cls_price_text,
.product .cls_old_price_text {
  display: none;
}

.product .bp_cls_group_price {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.product .cls_old_price,
.product .bp_cls_old_price .cls_unit_price {
  opacity: 0.6;
  font-weight: normal;
  color: #f44336;
  font-size: 14px;
}
.product .bp_cls_old_price > strike {
  display: none;
}
.product .bp-cart-text {
  display: none;
}
.product .bp-icon-cart {
  display: block;
}
.product .bp_pd_sub {
  display: none;
}
.product .btnAddToCart {
  color: #444444;
  font-weight: 400;
  width: 38px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 38px;
  padding: 0;
  font-size: 12px;
  border: 1px solid #ccc;
  background: #fff;
  position: absolute;
  bottom: 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  border-radius: 50px;
  opacity: 0;
}
.product .bp_product_item:hover .btnAddToCart {
  bottom: 40%;
  opacity: 1;
}
.product .bp_category_option_item {
    position: relative;
    box-shadow: 4px 1px 12px 0 rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    margin-bottom: 30px;
    background: #fff;
    padding: 25px 15px;
    overflow: hidden;
    transition: all .4s;
    z-index: 1;
}
.product .bp_category_option {
    display: grid;
    grid-template-columns: repeat(5,auto);
    gap: 20px;
}

.product .bp_category_option_item::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    transform: translateY(110%);
    background: #005eb3;
    transition: all .4s;
    z-index: -1;
}

.product .bp_category_option_item:hover::before {
    transform: translateY(0);
    transition: all .4s;
}

.product .bp_category_option_item:hover {
    transform: translateY(-10px);
    transition: all .4s;
}
.product .bp_category_option_item:hover .bp_name_category_option {
    color: #fff;
    transition: all .4s;
}

@media (min-width: 992px) {
  .product-container .border-start {
    border-left: 2px solid #fff;
    padding-left: 40px;
  }
  .product {
    margin-top: -60px;
    padding: 0 0 40px;
  }
  
}
@media (max-width: 992px) {
    .product {
        padding: 40px 0;
    }
    .product .bp_category_option {
        display: grid;
        grid-template-columns: repeat(3,auto);
        gap: 12px;
    }
}

@media screen and (max-width: 768px) {
  .product img {
    height: 160px;
  }
  .product .bp_category_option {
    display: grid;
    grid-template-columns: repeat(2,auto);
    gap: 12px;
    }

    .banner-product__heading .tp-feature__heading {
        font-size: 35px;
    }
}

