@charset "UTF-8";
.shein-slider-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 0;
}
.shein-slider-wrapper .shein-slider {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 400px;
}
.shein-slider-wrapper .shein-slider .swiper-wrapper {
  display: flex;
  align-items: stretch;
}
.shein-slider-wrapper .shein-slider .swiper-slide {
  height: auto;
  display: flex;
  align-items: stretch;
}
.shein-slider-wrapper .shein-slider .shein-slide {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.shein-slider-wrapper .shein-slider .shein-slide-content {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.shein-slider-wrapper .shein-slider .shein-slide-link {
  display: block;
  width: 100%;
  text-decoration: none;
  color: inherit;
}
.shein-slider-wrapper .shein-slider .shein-slide-image {
  width: 100%;
  position: relative;
  padding-bottom: 40%;
  overflow: hidden;
}
.shein-slider-wrapper .shein-slider .shein-slide-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s ease;
}
.shein-slider-wrapper .shein-slider .shein-slide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  z-index: 2;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.3) 100%);
}
.shein-slider-wrapper .shein-slider .shein-slide-text {
  text-align: center;
  color: #fff;
  max-width: 600px;
  animation: fadeInUp 0.8s ease;
}
.shein-slider-wrapper .shein-slider .shein-slide-subtitle {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
  opacity: 0.9;
}
.shein-slider-wrapper .shein-slider .shein-slide-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 20px 0;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  .shein-slider-wrapper .shein-slider .shein-slide-title {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  .shein-slider-wrapper .shein-slider .shein-slide-title {
    font-size: 24px;
  }
}
.shein-slider-wrapper .shein-slider .shein-slide-description {
  font-size: 18px;
  line-height: 1.6;
  margin: 0 0 30px 0;
  opacity: 0.95;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  .shein-slider-wrapper .shein-slider .shein-slide-description {
    font-size: 16px;
  }
}
.shein-slider-wrapper .shein-slider .shein-slide-button {
  display: inline-block;
  padding: 14px 40px;
  background: #fff;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 0;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 2px solid #fff;
}
.shein-slider-wrapper .shein-slider .shein-slide-button:hover {
  background: transparent;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.shein-slider-wrapper .shein-slider .shein-slide-button span {
  display: inline-block;
}
.shein-slider-wrapper .shein-slider .shein-slide:hover .shein-slide-image img {
  transform: scale(1.05);
}
.shein-slider-wrapper .shein-slider .shein-slider-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  z-index: 10;
  pointer-events: none;
}
.shein-slider-wrapper .shein-slider .shein-slider-nav button {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  pointer-events: all;
  color: #000;
}
.shein-slider-wrapper .shein-slider .shein-slider-nav button:hover {
  background: #fff;
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.shein-slider-wrapper .shein-slider .shein-slider-nav button svg {
  width: 24px;
  height: 24px;
}
@media (max-width: 768px) {
  .shein-slider-wrapper .shein-slider .shein-slider-nav {
    padding: 0 10px;
  }
  .shein-slider-wrapper .shein-slider .shein-slider-nav button {
    width: 40px;
    height: 40px;
  }
  .shein-slider-wrapper .shein-slider .shein-slider-nav button svg {
    width: 20px;
    height: 20px;
  }
}
.shein-slider-wrapper .shein-slider .shein-slider-pagination {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  gap: 10px;
  justify-content: center;
}
.shein-slider-wrapper .shein-slider .shein-slider-pagination :deep(.swiper-pagination-bullet) {
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  transition: all 0.3s ease;
  cursor: pointer;
  opacity: 1;
}
.shein-slider-wrapper .shein-slider .shein-slider-pagination :deep(.swiper-pagination-bullet-active) {
  background: #fff;
  width: 30px;
  border-radius: 6px;
}
@media (max-width: 768px) {
  .shein-slider-wrapper .shein-slider .shein-slider-pagination {
    bottom: 20px;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.shein-trends-main-slider-wrapper {
  position: relative;
  margin: 20px auto 30px;
  width: 100%;
}
.shein-trends-main-slider-wrapper .shein-trends-main-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.shein-trends-main-slider-wrapper .shein-trends-main-slider .swiper-wrapper {
  display: flex;
  align-items: stretch;
}
.shein-trends-main-slider-wrapper .shein-trends-main-slider .swiper-slide {
  height: auto;
  display: flex;
  align-items: stretch;
}
.shein-trends-main-slider-wrapper .shein-trends-main-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  left: 0;
  right: 0;
  pointer-events: none;
  z-index: 20;
  flex-direction: row-reverse;
  padding: 5px;
}
.shein-trends-main-slider-wrapper .shein-trends-main-nav button {
  width: 36px;
  height: 36px;
  background: hsla(0, 0%, 100%, 0.6);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #333;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  pointer-events: all;
}
.shein-trends-main-slider-wrapper .shein-trends-main-nav button:hover {
  background: #fff;
  color: #000;
  border-color: rgba(0, 0, 0, 0.15);
  transform: scale(1.05);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
}
.shein-trends-main-slider-wrapper .shein-trends-main-nav button svg {
  width: 20px;
  height: 20px;
}
.shein-trends-main-slider-wrapper .shein-trends-main-pagination {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  display: flex;
  gap: 10px;
  justify-content: center;
}
.shein-trends-main-slider-wrapper .shein-trends-main-pagination :deep(.swiper-pagination-bullet) {
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  transition: all 0.3s ease;
  cursor: pointer;
  opacity: 1;
}
.shein-trends-main-slider-wrapper .shein-trends-main-pagination :deep(.swiper-pagination-bullet-active) {
  background: #fff;
  width: 30px;
  border-radius: 6px;
}

.shein-trends-slider-wrapper {
  margin: 0 auto;
  background: #f5f3f7;
  overflow: hidden;
  width: 100%;
  max-height: 340px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.06);
}
.shein-trends-slider-wrapper .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.shein-trends-slider-wrapper .row {
  border-radius: 8px;
  overflow: hidden;
  margin: 0;
}
.shein-trends-slider-wrapper .shein-trends-banner {
  height: 340px;
  position: relative;
  overflow: hidden;
  border-radius: 0px 0 0 0px;
}
.shein-trends-slider-wrapper .shein-trends-banner-bg {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  transform: scale(1.1);
}
.shein-trends-slider-wrapper .shein-trends-banner-overlay {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  background: linear-gradient(to right, rgba(24, 116, 182, 0.95) 0%, rgba(14, 110, 179, 0.92) 25%, rgba(15, 111, 179, 0.9) 50%, rgba(23, 115, 182, 0.88) 75%, rgba(22, 115, 182, 0.85) 100%) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 40px !important;
}
.shein-trends-slider-wrapper .shein-trends-banner-content {
  text-align: center;
  color: #fff;
  z-index: 2;
}
.shein-trends-slider-wrapper .shein-trends-title {
  font-weight: 900;
  line-height: 0.9;
  margin: 0 0 25px 0;
  text-transform: uppercase;
  letter-spacing: 6px;
  position: relative;
  display: inline-block;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
  color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: italic;
}
.shein-trends-slider-wrapper .shein-trends-title-text {
  position: relative;
  display: inline-block;
}
@media (max-width: 991px) {
  .shein-trends-slider-wrapper .shein-trends-title {
    font-size: 80px;
    letter-spacing: 4px;
  }
  .shein-trends-slider-wrapper .shein-trends-title-text::before {
    font-size: 45px;
    top: -20px;
    left: 5px;
  }
}
@media (max-width: 576px) {
  .shein-trends-slider-wrapper .shein-trends-title {
    font-size: 56px;
    letter-spacing: 3px;
  }
  .shein-trends-slider-wrapper .shein-trends-title-text::before {
    font-size: 32px;
    top: -15px;
    left: 3px;
  }
}
.shein-trends-slider-wrapper .shein-trends-hashtag-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}
.shein-trends-slider-wrapper .shein-trends-hashtag {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1.5px;
  opacity: 1;
  color: #fff;
  margin: 0;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}
@media (max-width: 576px) {
  .shein-trends-slider-wrapper .shein-trends-hashtag {
    font-size: 16px;
  }
}
.shein-trends-slider-wrapper .shein-trends-arrow-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #fff;
  border: none;
  border-radius: 50%;
  color: #8a2be2;
  transition: all 0.3s ease;
  flex-shrink: 0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
  margin-left: 8px;
}
.shein-trends-slider-wrapper .shein-trends-arrow-btn:hover {
  background: #fff;
  transform: scale(1.05);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.18);
  color: #6a0dad;
}
.shein-trends-slider-wrapper .shein-trends-arrow-btn svg {
  width: 16px;
  height: 16px;
}
.shein-trends-slider-wrapper .shein-trends-products {
  background: linear-gradient(to right, #72aad2 0%, #bad6ea 50%, #e9f2f8 100%);
  padding: 30px 20px 30px 25px;
  height: 340px;
  display: flex;
  align-items: center;
  position: relative;
  border-radius: 0 8px 8px 0;
}
@media (max-width: 991px) {
  .shein-trends-slider-wrapper .shein-trends-products {
    padding: 30px 20px;
    min-height: 400px;
  }
}
@media (max-width: 768px) {
  .shein-trends-slider-wrapper .shein-trends-products {
    padding: 20px 15px;
    min-height: auto;
    height: auto;
  }
}
@media (max-width: 576px) {
  .shein-trends-slider-wrapper .shein-trends-products {
    padding: 15px 10px;
  }
}
.shein-trends-slider-wrapper .shein-trends-products-slider {
  width: 100%;
  position: relative;
  padding-bottom: 0;
}
.shein-trends-slider-wrapper .shein-trends-products-nav {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.shein-trends-slider-wrapper .shein-trends-products-nav .shein-trends-button-prev {
  display: none;
}
.shein-trends-slider-wrapper .shein-trends-products-nav button {
  width: 48px;
  height: 48px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #000;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  margin-right: 0;
}
.shein-trends-slider-wrapper .shein-trends-products-nav button:hover {
  background: #fff;
  color: #000;
  border-color: rgba(0, 0, 0, 0.2);
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.shein-trends-slider-wrapper .shein-trends-products-nav button svg {
  width: 20px;
  height: 20px;
}
@media (max-width: 576px) {
  .shein-trends-slider-wrapper .shein-trends-products-nav button {
    width: 38px;
    height: 38px;
    right: 5px;
  }
  .shein-trends-slider-wrapper .shein-trends-products-nav button svg {
    width: 16px;
    height: 16px;
  }
}
.shein-trends-slider-wrapper .shein-trends-products-pagination {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  gap: 6px;
  justify-content: center;
  align-items: center;
}
.shein-trends-slider-wrapper .shein-trends-products-pagination :deep(.swiper-pagination-bullet) {
  width: 6px;
  height: 6px;
  background: rgba(255, 255, 255, 0.6);
  border: none;
  border-radius: 3px;
  transition: all 0.3s ease;
  cursor: pointer;
  opacity: 1;
}
.shein-trends-slider-wrapper .shein-trends-products-pagination :deep(.swiper-pagination-bullet-active) {
  background: #fff;
  width: 18px;
  height: 6px;
  border-radius: 3px;
}
.shein-trends-slider-wrapper .shein-trends-product-card {
  border: 4px solid transparent;
  background: #fff;
  overflow: hidden;
  transition: all 0.3s ease;
  height: 100%;
  width: 100%;
  position: relative;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}
.shein-trends-slider-wrapper .shein-trends-product-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
}
.shein-trends-slider-wrapper .shein-trends-product-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
  height: 100%;
  width: 100%;
  position: relative;
}
.shein-trends-slider-wrapper .shein-trends-product-image {
  position: relative;
  width: 100%;
  padding-bottom: 125%;
  overflow: hidden;
  background: #fafafa;
  border-radius: 10px;
  height: 0;
  margin: 0;
}
.shein-trends-slider-wrapper .shein-trends-product-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: opacity 0.3s ease, transform 0.3s ease;
  display: block;
  border-radius: 10px;
}
.shein-trends-slider-wrapper .shein-trends-product-image .shein-trends-product-image-main {
  opacity: 1;
  z-index: 1;
}
.shein-trends-slider-wrapper .shein-trends-product-image .shein-trends-product-image-hover {
  opacity: 0;
  z-index: 2;
}
.shein-trends-slider-wrapper .shein-trends-product-image:hover .shein-trends-product-image-main {
  opacity: 0;
}
.shein-trends-slider-wrapper .shein-trends-product-image:hover .shein-trends-product-image-hover {
  opacity: 1;
}
.shein-trends-slider-wrapper .shein-trends-product-image:hover img {
  transform: scale(1.03);
}
.shein-trends-slider-wrapper .shein-trends-product-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #ff4444;
  color: #fff;
  padding: 5px 10px;
  border-radius: 12px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  box-shadow: 0 2px 6px rgba(255, 68, 68, 0.4);
  line-height: 1.2;
}
.shein-trends-slider-wrapper .shein-trends-product-badge::before {
  content: "🔥";
  font-size: 12px;
  margin-right: 2px;
}
.shein-trends-slider-wrapper .shein-trends-product-info {
  padding: 0;
  text-align: left;
  background: transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  z-index: 3;
}
.shein-trends-slider-wrapper .shein-trends-product-name {
  display: none;
}
.shein-trends-slider-wrapper .shein-trends-product-price {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-weight: 700;
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(60, 60, 60, 0.85) !important;
  padding: 8px 16px !important;
  border-radius: 20px !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3) !important;
  z-index: 10 !important;
  white-space: nowrap;
  min-width: 70px;
  text-align: center;
  border: none !important;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  pointer-events: auto;
  margin: 0 !important;
}
.shein-trends-slider-wrapper .shein-trends-product-price .price,
.shein-trends-slider-wrapper .shein-trends-product-price .price-sale {
  font-size: 16px !important;
  color: #fff !important;
  font-weight: 700 !important;
  line-height: 1.2;
  letter-spacing: 0.3px;
  display: inline-block;
  margin: 0;
}
.shein-trends-slider-wrapper .shein-trends-product-price .price-original {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: line-through;
  font-weight: 400;
  margin-left: 4px;
}
@media (max-width: 991px) {
  .shein-trends-slider-wrapper .shein-trends-banner {
    min-height: 300px;
  }
  .shein-trends-slider-wrapper .shein-trends-products {
    min-height: 300px;
  }
}
.shein-trends-slider-wrapper .shein-trends-mobile-header {
  display: none !important;
  justify-content: space-between;
  align-items: center;
  padding: 12px 15px;
  background: #fff;
  border-bottom: 1px solid #f0f0f0;
}
.shein-trends-slider-wrapper .shein-trends-mobile-title {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin: 0;
  letter-spacing: 0.3px;
}
.shein-trends-slider-wrapper .shein-trends-mobile-arrow {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  text-decoration: none;
  transition: transform 0.3s ease;
}
.shein-trends-slider-wrapper .shein-trends-mobile-arrow:hover {
  transform: translateX(3px);
}
.shein-trends-slider-wrapper .shein-trends-mobile-arrow svg {
  width: 18px;
  height: 18px;
}
@media (max-width: 768px) {
  .shein-trends-slider-wrapper .row {
    flex-direction: row;
    align-items: stretch;
  }
  .shein-trends-slider-wrapper .col-lg-3,
  .shein-trends-slider-wrapper .col-md-4,
  .shein-trends-slider-wrapper .col-12[style*="25%"] {
    flex: 0 0 40% !important;
    max-width: 40% !important;
    display: block !important;
  }
  .shein-trends-slider-wrapper .col-lg-9,
  .shein-trends-slider-wrapper .col-md-8,
  .shein-trends-slider-wrapper .col-12[style*="75%"] {
    flex: 0 0 60% !important;
    max-width: 60% !important;
  }
  .shein-trends-slider-wrapper .shein-trends-banner {
    display: block;
    height: auto;
    min-height: 300px;
    border-radius: 8px 0 0 8px !important;
  }
  .shein-trends-slider-wrapper .shein-trends-banner-overlay {
    padding: 20px 15px !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
  }
  .shein-trends-slider-wrapper .shein-trends-banner-content {
    text-align: left !important;
    width: 100%;
  }
  .shein-trends-slider-wrapper .shein-trends-title {
    font-size: 16px !important;
    letter-spacing: 0.5px !important;
    margin-bottom: 15px !important;
    background: rgba(138, 43, 226, 0.95) !important;
    padding: 8px 14px !important;
    border-radius: 8px !important;
    display: inline-block !important;
    position: relative;
    font-weight: 600 !important;
    text-transform: uppercase !important;
  }
  .shein-trends-slider-wrapper .shein-trends-title::before {
    content: "↑";
    display: inline-block;
    margin-right: 6px;
    font-size: 12px;
    vertical-align: middle;
  }
  .shein-trends-slider-wrapper .shein-trends-hashtag-wrapper {
    justify-content: flex-start !important;
    gap: 10px !important;
    align-items: center !important;
  }
  .shein-trends-slider-wrapper .shein-trends-hashtag {
    font-size: 22px !important;
    font-weight: 700 !important;
    margin: 0 !important;
    color: #fff !important;
  }
  .shein-trends-slider-wrapper .shein-trends-products {
    min-height: auto;
    padding: 15px 10px;
    border-radius: 0 8px 8px 0 !important;
    background: linear-gradient(to right, #72aad2 0%, #bad6ea 50%, #e9f2f8 100%) !important;
    height: auto;
  }
  .shein-trends-slider-wrapper .shein-trends-slider-wrapper {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
  }
  .shein-trends-slider-wrapper .shein-trends-products-slider {
    overflow: visible;
    padding-bottom: 0;
  }
  .shein-trends-slider-wrapper .shein-trends-products-slider .swiper-wrapper {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 0;
    height: auto;
  }
  .shein-trends-slider-wrapper .shein-trends-products-slider .swiper-slide {
    width: 100% !important;
    min-width: 100%;
    margin-bottom: 0;
    height: auto;
  }
  .shein-trends-slider-wrapper .shein-trends-products-nav {
    display: none !important;
  }
  .shein-trends-slider-wrapper .shein-trends-products-pagination {
    display: none !important;
  }
  .shein-trends-slider-wrapper .shein-trends-product-card {
    width: 100%;
    height: auto;
    margin-bottom: 0;
    border: 1px solid #e0e0e0 !important;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  }
  .shein-trends-slider-wrapper .shein-trends-product-image {
    padding-bottom: 100%;
    border-radius: 0;
  }
  .shein-trends-slider-wrapper .shein-trends-product-price {
    bottom: 10px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    background: rgba(40, 40, 40, 0.9) !important;
    padding: 6px 14px !important;
    border-radius: 16px !important;
    font-size: 14px !important;
    white-space: nowrap;
  }
  .shein-trends-slider-wrapper .shein-trends-mobile-header {
    display: none !important;
  }
}
@media (max-width: 576px) {
  .shein-trends-slider-wrapper .row {
    flex-direction: column;
  }
  .shein-trends-slider-wrapper .col-lg-3,
  .shein-trends-slider-wrapper .col-md-4,
  .shein-trends-slider-wrapper .col-12[style*="25%"] {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .shein-trends-slider-wrapper .col-lg-9,
  .shein-trends-slider-wrapper .col-md-8,
  .shein-trends-slider-wrapper .col-12[style*="75%"] {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .shein-trends-slider-wrapper .shein-trends-banner {
    min-height: 200px;
    border-radius: 8px 8px 0 0 !important;
  }
  .shein-trends-slider-wrapper .shein-trends-banner-overlay {
    padding: 15px 12px !important;
  }
  .shein-trends-slider-wrapper .shein-trends-title {
    font-size: 14px !important;
    letter-spacing: 0.5px !important;
    margin-bottom: 12px !important;
    padding: 6px 12px !important;
  }
  .shein-trends-slider-wrapper .shein-trends-hashtag {
    font-size: 18px !important;
  }
  .shein-trends-slider-wrapper .shein-trends-product-image {
    padding-bottom: 100%;
  }
  .shein-trends-slider-wrapper .shein-trends-products {
    padding: 12px 8px;
    border-radius: 0 0 8px 8px !important;
  }
  .shein-trends-slider-wrapper .shein-trends-products-slider .swiper-slide {
    width: 100% !important;
    min-width: 100%;
  }
  .shein-trends-slider-wrapper .shein-trends-product-image {
    padding-bottom: 100%;
  }
}
