.category_grid{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 30px 30px;
    background-color: white; 
    position: relative;
    border-radius: 20px;
}
.category_title{
    font-weight: 600;
    font-size: 22px;
}
.cate_price{
    font-weight: 600;
    font-size: 18px;
    margin-top: 6px;
}
.color_grey{
    color: rgb(171, 171, 171);
}
.life_title{ 
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 2px;
    color: var(--color-red);
}
.category_content{
    width: 95%;
    margin: auto;
}
.category_container{ 
    border-radius: 10px; 
}
.category_img img{
    height: 310px;
    object-fit: cover; 
    margin-bottom: 10px;
    border: 1px solid rgba(0,0,0,0.1);
}
.read_btn1{ 
    color: var(--color-blue);
    font-weight: 700;
    font-size: 14px;
    border-bottom: 2px solid var(--color-blue);
}
.product_banner{
    text-align: center;
    padding: 40px 0px;
    padding-bottom: 5rem;
    font-size: 26px;
    font-weight: 600;
    background-color: #eee;
}
.cate_title{
    color: black;
}
.margin_detail_all {
  background-color: white;
  padding: 30px 0px; 
  position: relative; 
}
.margin_detail_all p,
.margin_detail_all h1,
.margin_detail_all h2,
.margin_detail_all h3,
.margin_detail_all h4,
.margin_detail_all h5 {
  margin-top: 11px;
  font-weight: 600;
}
.feature_li {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}
.feature_li li {
  background-color: var(--color-black);
  color: white;
  padding: 7px 15px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  list-style: none !important;
}
.margin_detail_all ul {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 10px;
}
.margin_detail_all ul li {
  list-style: disc;
}

.pri_ul {
  padding-left: 30px;
  gap: 20px 40px !important;
}
 
.product_cont_d{
  margin-top: 30px;
  
}
.cate_title{
  font-size: 58px;
  text-transform: uppercase; 
}
.product_img_de_h img{
  height: 290px;
  object-fit: cover;
}
.bg_category{
  background-image: url("../imgs/img/category-banner.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 400px;
  display: flex;
  align-items: center;
  z-index: 1;
  position: relative;
}
.bg_category::after{
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom right, rgba(255,255,255,0.9), rgba(255,255,255,0.1));
  z-index: -1;
}
.para_bnn1{
  font-size: 18px;
}
.category_grid{
  padding: 0px;
  margin-top: 0px;
}
 .arrow_right_bt{
  width: 50px;
  height: 50px;
  background-color: var(--color-red);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: white;
  margin-top: -3rem;
  position: relative; 
 }