section.h-\[85vh\].relative .object-cover {
    object-position: top left !important ;
}

.category .container h2 {
  text-align: center;
}

.category ul li a{
font-size:15px
    
}

.h-\[85vh\] {
    height: 100vh;
}
.main-nav-container .mobile-menu ul li a {
    color: #000000;
    font-size: 16px;
}



body.index .store-header {
position: relative;  
}
.bg-inherit {
    background-color: #ffffffff;
}





/* بانر ثابت */
@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;

}
.Furniture button {
  color: #fff;
  border: 1px solid #ffff;
}

.Furniture button a {
  color: #fff;
}


/* width and bg*/
.Furniture .relative:first-of-type .absolute {
    bottom: 0% !important;
    padding: 0;
}
.Furniture .relative:last-of-type .absolute {
  bottom: 0% !important;
   padding: 0;
}

.Furniture .relative button {
    border: 1px solid transparent !important;
    background-color: #99B2B0;
    width: 100% !important;
}

/***/
/**/


/* counts*/
.media .shape {
  background-color: var(--color-primary);
}
.media .shape p {
  color: var(--color-primary);
}

.counts span{

  color:#fff;
}
/****/


/*footer */

.copyright-text p {

    color: #fff !important;
}

.copyright-text a:hover {
    color: #fff !important;
}

/***/

.s-product-card-image-cover {
    object-fit: cover;
    object-position: top;
}



.s-slider-prev ,.s-slider-next {
    display: none;
}


.s-product-card-vertical .s-product-card-image-cover:hover {
    transform: scale(1.1);
}

.s-product-card-vertical .s-product-card-image-cover:hover {
    transform-origin: top;
}
.rooms .s-slider-container .s-slider-swiper-wrapper .swiper-slide:hover img {
    transform-origin: top;
}
@media (min-width:992px) {

.s-product-card-entry .s-product-card-image {
    min-height: 400px;
}

}

@media(max-width:400px){

.details-sec .grid {
    height: 100vh !important;
    grid-template-rows: repeat(3, 1fr);
}

.details-sec .grid > div:first-child {
    grid-row: span 1;
}
.details-sec .grid > div:nth-child(2) {
    grid-row: span 1;
  
}
.not-show .zoom-container:nth-of-type(3){

  grid-row: span 1;
    
}
}
@media (max-width: 768px) {

.h-\[85vh\] {
    height: 55vh;
}
 .h-\[85vh\] .text-center.w-fit a{

    margin-left: unset !important;
    margin-right: unset !important;
 }


.h-\[85vh\] .text-center.w-fit h1 {
    font-size: 17px;
    text-align: start;
}

  .h-\[85vh\] .text-center.w-fit p {
    font-size: 13px;
    text-align: start;
}

.Furniture h1 {

    font-size: 31px !important;
   
    margin-bottom: 0rem;
}

   footer * {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
   }

  /*/*Store features*/
.Services .flex.conatiner {
    justify-content: space-between;
    flex-direction: row;
}

/**/

  .s-slider-block__title {
    justify-content: center;
}

  .Questions .container h1{
text-align:center;
    
  }

 .rooms .s-slider-container 
.s-slider-swiper-wrapper .swiper-slide .overlay {
  opacity: 1;
  transition: all 0.4s ease-in-out;
}

  
}