<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.header__pulldown-nav__list.top-menu a {
  color: #08c !important;
}

.product-list__freespace {
  font-size: 12px;
}

.product-list__freespace .banners {
  display: grid;
  grid-template-columns: repeat(2, auto);
  margin-top: 20px;
  gap: 10px;
}

.product-list__freespace .banners .bn {}

.product-list__freespace .banners .bn img {
  width: 100%;
  max-width: 100%;
}

.product-list__fav-items {
  width: 30px;
  position: absolute;
  right: 20px;
}

.product-list__fav-items button {
  display: block;
  width: 100%;
  padding: 5px 0;
  cursor: pointer;
  transition: .2s;
  text-align: center;
  color: #999;
  border: 0;
  outline: none;
  background: transparent;
}

.product-list__fav-items .fav-items {
  color: #ff7373;
}

.product-list__fav-items svg {
  width: 25px;
  height: 25px;
  fill: currentColor;
}

.product-list__freespace &gt; img {
  min-height: 152px;
}

@media (min-width: 768px) {
  .product-list__freespace &gt; img {
    min-height: 318px;
  }
}

@media (min-width: 992px) {
  .product-list__freespace &gt; img {
    min-height: 406px;
  }
}

@media (min-width: 1024px) {
  .product-list__freespace &gt; img {
    min-height: 420px;
  }
}

@media (min-width: 1200px) {
  .product-list__freespace &gt; img {
    min-height: 468px;
  }
}

.product-list__soldout.product-list__text {
  margin: 0;
  line-height: 100%;
}
</pre></body></html>