body {
  margin: 0;
  font-family: "Louis Vuitton Web", "Louis Vuitton Web Fallback", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  background: #fff;
  color: #222;
}
a {
  text-decoration: none;
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 20px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
}
.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  padding: 10px 16px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.product-card {
  background-image: url(../public/images/bg-gradient.svg);
}
.product-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  /* gap: 24px; */
  /* padding: 32px 12px; */
}
.logo {
  height: 32px;
}
.icon-btn {
  background: none;
  border: none;
  font-size: 22px;
  margin: 0 4px;
  cursor: pointer;
  color: #000;
}
.toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px 0 16px;
}
.collection-select {
  font-size: 16px;
  padding: 6px 12px;
  border-radius: 6px;
  border: 1px solid #ddd;
}
.filter-btn {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 6px 14px;
  font-size: 16px;
  cursor: pointer;
}
.main-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f7f7f7;
}
.image-container {
  width: 60%;
  height: 720px;
  background: #eaeaea;
  overflow: hidden;
}
.image-container img, .main-video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  background: #eaeaea;
}
.main-video {
  width: 100%;
  display: block;
}
.desc-section {
  text-align: left;
  max-width: 420px;
  padding: 30px 5px 20px 20px;
  display: none;
}
.desc-section h2 {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: .025rem;
  line-height: 1.75rem;
  word-wrap: break-word;
  margin: 0 0 1rem;
}
.desc-section p {
  line-height: 1.5rem;
  font-size: 15px;
  color: #444;
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  unicode-bidi: isolate;
}
@media (max-width: 900px) {
  .desc-section {
    display: block;
  }
  .product-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.icon-yonghu {
  font-size: 22px !important;
}
.icon-cart {
  font-size: 22px !important; 
}
.product-img img {
  width: 100%;
  max-width: 100%;
  /* height: auto; */
  display: block;
  object-fit: cover;
  object-position: center;
}
.product-img {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.product-img .product-fav {
  display: flex;
  flex: 1;
  justify-content: flex-end;
  padding-top: 10px;
  padding-right: 5px;
}
.product-info-wrapper {
  padding: .75rem .5rem;
  align-items: flex-end;
  display: flex;
  flex: 1 1 auto;
  gap: .5rem;
}
.product-info {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: .25rem;
  height: 100%;
  justify-content: space-between;
}
.product-label {
  color: #767676;
  font-size: .875rem;
  font-weight: 400;
  letter-spacing: .025rem;
  line-height: 1rem;
}
.product-title {
  cursor: pointer;
  color: inherit;
  background-color: transparent;
  font-size: .820rem;
  font-weight: 400;
  letter-spacing: .025rem;
  line-height: 1rem;
}
.product-price {
  font-size: .820rem;
  font-weight: 400;
  letter-spacing: .025rem;
  line-height: 1.25rem;
}
.section-product-image img {
  width: 100%;
}

.section-product-row {
  display: flex;
  /* gap: 32px; */
  align-items: stretch;
  min-height: 540px;
  position: relative;
}
.section-product-list-2 {
  list-style: none;
  margin: 0;
  padding: 0;
}
.section-product-list-2 > li {
  list-style: none;
}
.main-image-item {
  grid-column: 1 / -1;
  width: 100%;
  display: flex;
  align-items: stretch;
  margin-bottom: 0;
}
.main-image-item img {
  width: 100%;
  height: 100%;
  max-height: 700px;
  object-fit: cover;
  object-position: center;
  border-radius: 0;
}
.section-product-list-2 {
  flex: 1 1 55%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  /* gap: 24px; */
  align-content: stretch;
  position: relative;
  min-height: 100%;
}
.section-product-list-2 .view-more-section {
  grid-column: 1 / -1;
  margin-top: 32px;
  align-self: end;
}
.lv-product-list__items {
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (min-width: 48rem) {
  .lv-product-list__item.-brand-content.-half {
      grid-column: span 2;
      grid-row: span 2;
  }
}
@media screen and (min-width: 48rem) {
  .lv-product-list__item {
      grid-column: span 1;
  }
}
@media (min-width: 901px) {
  .view-more-section {
    position: static;
    width: 100%;
    margin-top: 32px;
    margin-bottom: 0;
  }
}
@media (max-width: 900px) {
  .section-product-row {
    flex-direction: column;
    gap: 0;
    min-height: unset;
  }
  .section-product-image,
  .section-product-list-2 {
    width: 100%;
    max-width: 100%;
    flex: unset;
    min-height: unset;
  }
  .section-product-image img {
    max-height: 700px;
    height: auto;
  }
  .section-product-list-2 {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: unset;
  }
  .section-product-list-2 .view-more-section,
  .view-more-section {
    position: static;
    margin: 32px 0 0 0;
  }
}

.view-more-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 48px 0 32px 0;
}
.view-more-btn {
  padding: .8125rem 4.5rem;
  border: 1px solid #222;
  border-radius: 2rem;
  background: #fff;
  color: #222;
  font-size: .875rem;
  letter-spacing: 0.05em;
  cursor: pointer;
  outline: none;
  transition: background 0.2s, color 0.2s;
  margin-bottom: 18px;
}
.view-more-btn:hover {
  background: #f5f5f5;
  color: #111;
}
.view-more-arrow {
  font-size: 22px;
  color: #222;
  text-align: center;
  margin-top: 0;
}
.view-more-arrow .iconfont {
  font-size: 18px;
  display: inline-block;
  transform: scaleY(1.2);
}