#product .product-container {
  margin-top: 15px;
}
#product .product-container .product-item {
  margin-top: 15px;
  margin-bottom: 15px;
}
#product .product-container .product-item .product-img {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
#product .product-container .product-item .product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(0.95);
  transition: 0.5s all;
}
#product .product-container .product-item:hover .product-img img {
  transform: scale(1);
}
#product .product-container .product-item .product-info {
  padding: 5px 5px;
}
#product .product-container .product-item .product-info .product-title {
  font-size: 16px;
  text-align: center;
}
#product .product-container .product-item .product-info .product-title a {
  text-decoration: none;
  color: #000000;
}
#product .product-container .product-item .product-info .product-price {
  margin-top: 5px;
  font-size: 16px;
  text-align: center;
  color: #000000;
  font-weight: 600;
}
#product .product-container .product-item .product-info .product-price a {
  text-decoration: none;
  color: #000000;
}

#news {
  margin-top: 15px;
  margin-bottom: 20px;
}
#news .news-item a {
  text-decoration: none;
  color: #000000;
}
#news .news-item .news-img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
}
#news .news-item .news-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#news .news-item .title-news {
  margin: 10px 0px;
  font-size: 1.2rem;
  font-weight: 800;
}
#news .news-item .time {
  font-size: 0.8rem;
  color: #444;
}

/*# sourceMappingURL=home.css.map */
