
/* home-cosmetics */
.main-home{
  height: 330px;
}
.slider-home{
  height: 285px;
  padding: 0px 15px 25px;
  width: 100%;
  background-color: #eaeded;
}
.slider-home .slides{
  width: 1250px;
  height: 250px;
}
.slider-home img{
  padding: 0;
  width: 1240px;
  height: 250px;
}
.img-dwon-home{
  padding: 7px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: white;
}
.img-dwon-home div{
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #eaeded;
}
.img-dwon-home div:hover{
  background-color: #999;
}
.img-homec img{
  width: 313px;
}
.type-homec h2{
  text-align: center;
  margin: 10px 0 15px;
  font-weight: bold;
}
.container-home{
  width: 1250px;
}
.container-home  button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 50px;
    background:white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    padding: 20px 20px;
}
.container-home .prev-btn-home {
    inset-inline-end: 15px;
}
.container-home  .next-btn-home {
    inset-inline-start: 15px;
}
.container-home img{
  width: 220px;
  height: 220px;
}
.type-imgs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
}
.type-imgs img{
  width: 312px;
}
.card-home .card{
  height: 600px;
}

.electronics .product-for-you-phone{
  display: none;
}
.header-for-phone,.footer-mobile{
  display: none;
}








@media (max-width: 768px) {
  .header-for-phone, .footer-mobile {
    display: block;
  }
  .home-cos .slider-home, .main-home, .img-homec, .type-homec{
    display: none;
  }
}
