.home-video {
  width: 100%;
  height: calc(100vh - 103px);
  object-fit: cover;
}
body{background: #cdbfb1;}
.tp-product-item-2 {
  background: #f4ebe1;
  border-radius: 10px;
  padding: 6px;
}
.tp-product-thumb-2 {
  background-color: transparent;
}
.tp-product-tag-2 {
  display: none;
}
.tp-product-title-2 {
  min-height: 0;
}
.tp-product-content-2 {
  text-align: center;
}
.tp-product-thumb-2 img {
  border-radius: 10px;
}
[dir="rtl"] .bb-product-filter-item button{left:0 !important; right:auto !important;}
.tp-product-list-item{background: #f4ebe1;}
@media screen and (max-width:991px){ 
.home-video{height: calc(100vh - 150px);}
}