/* Bomao Hot Goods - Ã¦Â Â·Ã¥Â¼ÂÃ©Å¡â€Ã§Â¦Â» */
.bomao-hot-goods {
  margin-top: -4.6875rem;
  --card-radius: 0.5625rem;
  --badge-radius: 0.5rem;
  --shadow: 0 6px 0.75rem #e4e4e4;
  background-color: #e4e4e4;
  margin-bottom: 4.6875rem;
}
.bomao-hot-goods .bomao-hidden{
  display: none !important;
}
.bomao-hot-goods .bomao-header {
  padding: 4.0625rem 0 1.875rem;
}
.bomao-hot-goods .bomao-header-bottom{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bomao-hot-goods .bomao-title {
  margin-bottom: 0.625rem;
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 700;
  color: #000;
}
.bomao-hot-goods .bomao-tabs {
  list-style: none;
  display: flex;
  border-radius: 2.5rem;
  border: 1px solid #000;
  flex-wrap: wrap;
  padding: 0.22rem 0.5rem;
}
.bomao-hot-goods .bomao-tab-link {
  display: inline-block;
  padding: 10px 0.9375rem;
  border-radius: 2.5rem;
  color: #000;
  text-decoration: none;
  font-size: 0.5625rem;
  font-weight: 400;
  line-height: 1.22;
  white-space: nowrap;
}
.bomao-hot-goods .bomao-tab-link.active {
  font-weight: 700;
  background: #FFF100;
}

/* Ã©â‚¬Å¡Ã¦Â ÂÃ¨Â½Â®Ã¦â€™Â­Ã¥Â®Â¹Ã¥â„¢Â¨Ã¯Â¼Å¡Ã¥â€¡ÂºÃ¦Â ÂÃ¨â€¡Â³Ã¨Â§â€ Ã¥ÂÂ£Ã¥Â®Â½Ã¥ÂºÂ¦ */
.bomao-hot-goods .bomao-carousel-bleed {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  position: relative;
  padding: 0 0 4.0625rem;
}

.bomao-hot-goods .swiper-slide { height: auto; }

.bomao-hot-goods .bomao-card {
  height: 100%;
  border-radius: 1.125rem;
  overflow: hidden;
}
.bomao-hot-goods .bomao-card[data-tag="Popular"] {
  background: linear-gradient(164deg, #B2A0F0 5.58%, #6852BB 127.73%);
}
.bomao-hot-goods .bomao-card[data-tag="New"] {
  background: linear-gradient(163deg, #1EA9FF -25.22%, #3295FF 106.21%);
}
.bomao-hot-goods .bomao-card[data-tag="Hot"] {
  background: linear-gradient(157deg, #FFE432 -13.48%, #E5BE11 103.21%);
}
.bomao-hot-goods .bomao-card-inner {
  border-radius: var(--card-radius);
  box-shadow: var(--shadow);
  padding: 8px 8px 8px 0.6875rem;
  height: 100%;
  position: relative;
  transition: transform .25s ease;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.bomao-hot-goods .bomao-card-inner  img{
  transition: transform .25s ease;
}
/* Ã¥ÂÂ¡Ã§â€°â€¡Ã¦â€šÂ¬Ã¥ÂÅ“Ã¦â€¢Ë†Ã¦Å¾Å“Ã¥â€ºÂ¾Ã§â€°â€¡Ã§Â¼Â©Ã¦â€Â¾ Ã©Â¼Â Ã¦Â â€¡Ã§Â§Â»Ã¥â€¡ÂºÃ¥ÂÅ½Ã¦ÂÂ¢Ã¥Â¤ÂÃ¤Â¹Å¸Ã¨Â¦ÂÃ¦Å“â€°Ã§Â¼â€œÃ¦â€¦Â¢Ã¦â€¢Ë†Ã¦Å¾Å“*/

@media screen and (min-width:992px){
  .bomao-hot-goods .bomao-card-inner:hover img {
    transform: scale(1.2);
  }
}

.bomao-hot-goods .bomao-card-badge {
  position: absolute;
  top: 8px;
  left: 0.6875rem;
  background: linear-gradient(168deg, #FFF -95.3%, rgba(255, 255, 255, 0.00) 113.78%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.46875rem;
  font-weight: 700;
}
.bomao-hot-goods .bomao-card-info{
  width: calc(40% - 10px);
  padding-bottom: 2.0625rem;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 0.4375rem;
}
.bomao-hot-goods .bomao-card-desc{
  font-size: 0.625rem;
  font-weight: 400;
  color: #fff;
  line-height: 1.2;
  /* Ã¨Â¶â€¦Ã¥â€¡ÂºÃ¤Â¸Â¤Ã¨Â¡Å’Ã¦ËœÂ¾Ã§Â¤ÂºÃ§Å“ÂÃ§â€¢Â¥Ã¥ÂÂ· */
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}


.bomao-hot-goods .bomao-card-image {
  display: block;
  width: 60%;
  height: 100%;
  border-radius: 0.9375rem;
  overflow: hidden;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio:362/384 ;
}
.bomao-hot-goods .bomao-card-image img {
  width: 60%;
  object-fit: cover;
  display: block;
  aspect-ratio: 1/1;
  /* aspect-ratio: 290/261; */
  border-radius: 0.7rem;
}

.bomao-hot-goods .bomao-card-title {
  font-size: 0.6875rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}

/* Ã¨â€¡ÂªÃ¥Â®Å¡Ã¤Â¹â€°Ã¥Ë†â€ Ã©Â¡ÂµÃ¤Â¸Å½Ã§Â®Â­Ã¥Â¤Â´Ã¯Â¼Ë†Ã§Â®â‚¬Ã¦Â´ÂÃ¯Â¼â€° */
.bomao-hot-goods .bomao-hot-pagination { display: none; }
.bomao-hot-goods .bomao-head-actions { display: flex; gap: 0.375rem; }
.bomao-hot-goods .bomao-hot-nav {
  width: 1.5625rem; 
  height: 1.5625rem; 
  cursor: pointer; 
  position: relative;
  background: transparent;
}
.bomao-hot-goods .bomao-hot-nav i{
  font-size: 1rem;
}

@media (max-width: 991px) {
  .bomao-hot-goods .bomao-title { font-size: 1rem; }
}

/* Ã¨â€¡Âª 1500 Ã¢â€ â€™ 768 Ã©â‚¬ÂÃ¦Â­Â¥Ã©â‚¬â€™Ã¥â€¡ÂÃ¯Â¼Ë†Ã¤Â¸ÂÃ¦â€Â¹PCÃ¥Å½Å¸Ã¦Â Â·Ã¥Â¼ÂÃ¯Â¼Å’Ã¤Â»â€¦Ã¥Ââ€˜Ã¤Â¸â€¹Ã¨Â¦â€ Ã§â€ºâ€“Ã¯Â¼â€° */
@media (max-width: 1500px) {
  .bomao-hot-goods .bomao-title { font-size: 2.25rem; }
  .bomao-hot-goods .bomao-tab-link {/* font-size: 0.5rem; */padding: 8px 0.75rem;}
  .bomao-hot-goods .bomao-card-badge {/* font-size: 1.3125rem; */}
  .bomao-hot-goods .bomao-card-title {font-size: 0.825rem;}
  .bomao-hot-goods .bomao-card-desc {font-size: 0.7rem;}
}

@media (max-width: 1200px) {
    .bomao-hot-goods .bomao-tab-link {
    font-size: 0.75rem;
}
  .bomao-hot-goods .bomao-title { font-size: 1.875rem; }
  .bomao-hot-goods .bomao-header { padding: 3.125rem 0 1.5rem; }
  .bomao-hot-goods .bomao-card-badge {/* font-size: 1.125rem; */top: 6px;}
  .bomao-hot-goods .bomao-card-title {/* font-size: 0.5625rem; */}
  .bomao-hot-goods .bomao-card-desc {/* font-size: 0.5rem; */}
  .bomao-hot-goods .bomao-hot-nav { width: 1.375rem; height: 1.375rem; }
  .bomao-hot-goods .bomao-hot-nav i {font-size: 1.25rem;}
}

@media (max-width: 991px) {
  .bomao-hot-goods .bomao-header { padding: 2.25rem 0 1.125rem; }
  .bomao-hot-goods .bomao-tabs {/* border-radius: 1.5625rem; */}
  .bomao-hot-goods .bomao-tab-link {font-size: 0.875rem;padding: 8px 0.5625rem;}
  .bomao-hot-goods .bomao-hot-nav { width: 1.25rem; height: 1.25rem; }
  .bomao-hot-goods .bomao-hot-nav i {font-size: 1.25rem;}
  .bomao-hot-goods .bomao-card-badge {font-size: 1.25rem;}
  .bomao-hot-goods .bomao-card-title { font-size: 0.5rem; }
  .bomao-hot-goods .bomao-card-desc {
    font-size: 0.4375rem;
    -webkit-line-clamp: 3;
    height: 52px;
  }
  .bomao-hot-goods .bomao-card-inner {
    padding: 2.5625rem 0.5rem 0.5rem 0.5rem;
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0.625rem;
  }
  .bomao-hot-goods .bomao-card{
    /* border-radius: 0.6875rem; */
  }
  .bomao-hot-goods .bomao-card-image{
    width: 100%;
  }
  .bomao-hot-goods .bomao-card-info{
    width: 100%;
    padding-bottom: 0;
  }
  .bomao-hot-goods .bomao-card-title{
    font-size: 1.25rem;
  }
  .bomao-hot-goods .bomao-card-desc{
    font-size: 0.875rem;
  }
  .bomao-hot-goods .bomao-header-bottom{
    flex-direction: column;
    gap: 0.625rem;
  }
  .bomao-hot-goods .bomao-carousel-bleed{
    padding-bottom: 1.875rem;
  }
  .bomao-hot-goods .bomao-card-inner  img {
    transform: scale(1.2);
  }
}

@media (max-width: 768px) {
  .bomao-hot-goods .bomao-title {font-size: 1.5rem;}
  .bomao-hot-goods .bomao-tabs {overflow-x: auto;-webkit-overflow-scrolling: touch;padding: 4px 0.625rem;flex-wrap: wrap;display: grid;grid-template-columns: 1fr 1fr;width: 100%;}
  .bomao-hot-goods .bomao-tab-link {white-space: nowrap;font-size: 0.875rem;padding: 8px 0.4375rem;}
  .bomao-hot-goods .bomao-card-badge {/* font-size: 0.75rem; */left: 0.5rem;}
  .bomao-hot-goods .bomao-card-title {font-size: 1rem;}
  .bomao-hot-goods .bomao-card-inner { gap: 8px; }
  .bomao-hot-goods .bomao-hot-nav { width: 1.125rem; height: 1.125rem; }
  .bomao-hot-goods .bomao-hot-nav i {font-size: 1rem;}
  .bomao-hot-goods .bomao-carousel-bleed{
    padding-bottom: 1.25rem;
  }
  .bomao-hot-goods .bomao-header{
    padding-top: 1.5625rem;
  }
}

@media (max-width: 576px) {
  .bomao-hot-goods .bomao-tab-link{
    font-size:0.7rem;
  }
}