/* Add custom CSS styles below */
body.index .store-header {
    position: unset;
    top: 0;
    left: 0;
    width: 100%;
}
.h-\[85vh\] .text-center{
width:60% ;
}
.h-\[85vh\] .text-center h1{
   
    font-size: 50px;
    line-height: 2;

}
.category h2 {
    text-align: center;
}
.category_1 {
    margin-top: 0;
    margin-bottom: 66px;
}
/**/
@media (min-width: 1024px) {
  .Furniture .container {
    flex-direction: row;
  }
}
/*Furniture*/
.Furniture .absolute {
  left: 0% !important;
  background-color: transparent;
  padding: 1rem 0;
  width: 100%;
}

.Furniture .relative .absolute {
  bottom: unset;
  top: unset;
}
.Furniture .relative .absolute h1 {
  padding: 0rem 1rem !important;
  line-height: 50px;
}

.Furniture .relative:first-of-type .absolute {
    bottom: 0% !important;
}
.Furniture .relative:last-of-type .absolute {
  bottom: 0% !important;
}

.Furniture .relative button {
  border: 1px solid #fff;
  background-color: transparent;
}

.Furniture h1 {
  color: #fff;
  font-size: 38px !important;
  width: 100%;
  font-weight: 600;
  line-height: 2rem;
  margin-bottom: 2rem;
}
.Furniture button {
  color: #fff;
  border: 1px solid #ffff;
}

.Furniture button a {
  color: #fff;
}
/**/
.counts span{

  color:#fff;
}


.container p a {
  color: #fff !important ;
}
.store-footer a:hover {
  color: #fff !important ;
}
@media (max-width: 768px) {
.h-\[85vh\] {
    height: 23vh;
}
.h-\[85vh\] .text-center h1{
    font-size: 12px;

}
.h-\[85vh\] .text-center p{
   
display:none ;
}
 footer * {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .details-sec .grid {
    height: 96vh !important;
}

}