@charset "UTF-8";

body.index.product_shell {
  background:
    radial-gradient(circle at top, rgba(255, 144, 0, 0.08), transparent 24%),
    linear-gradient(180deg, #090909 0%, #0c0a08 42%, #090909 100%);
}

body.index.product_shell .product-list.wrap-module {
  position: relative;
  overflow: hidden;
  padding-bottom: 96px;
  background:
    radial-gradient(circle at 100% 18%, rgba(255, 144, 0, 0.08), transparent 24%),
    radial-gradient(circle at 0% 55%, rgba(255, 144, 0, 0.05), transparent 22%),
    linear-gradient(180deg, #0b0b0b 0%, #120e07 18%, #090909 100%);
}

body.index.product_shell .product-list.wrap-module::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 520px;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.024) 1px, transparent 1px) 0 0 / 120px 120px,
    linear-gradient(180deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px) 0 0 / 120px 120px;
  opacity: 0.16;
}

body.index.product_shell .product-list.wrap-module > * {
  position: relative;
  z-index: 1;
}

body.index.product_shell .product-list .pro_list {
  background: transparent;
}

body.index.product_shell .product-list .pro_list .wrap,
body.index.product_shell .product-list .pro_list .hot_cate {
  width: 100%;
  max-width: var(--container-wide, 1600px);
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  box-sizing: border-box;
}

body.index.product_shell .product-list .pro_list .wrap {
  margin-top: 44px;
}

body.index.product_shell .product-list .pro_list .cate-name {
  margin: 0 auto 34px;
  text-align: center;
}

body.index.product_shell .product-list .pro_list .cate-name a {
  display: inline-block;
  margin: 0;
  font-size: clamp(2.1rem, 4vw, 3.5rem);
  line-height: 1.04;
  font-weight: 600;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #fff;
}

body.index.product_shell .product-list .pro_list .cate-name span,
body.index.product_shell .product-list .pro_list .hot_cate .page_name::after {
  display: block;
  width: 56px;
  height: 3px;
  margin: 18px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff9000 0%, #ffb347 100%);
}

body.index.product_shell .product-list .contenter.wrap-righter-style {
  position: relative;
  margin-top: 0;
  width: 100%;
  max-width: 100%;
  padding: clamp(28px, 3vw, 44px);
  border: 1px solid rgba(255, 171, 51, 0.12);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(18, 18, 18, 0.96) 0%, rgba(31, 23, 15, 0.92) 58%, rgba(16, 16, 16, 0.98) 100%);
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.26);
  box-sizing: border-box;
}

body.index.product_shell .product-list .contenter.wrap-righter-style,
body.index.product_shell .product-list .contenter.wrap-righter-style *,
body.index.product_shell .product-list .contenter.wrap-righter-style *::before,
body.index.product_shell .product-list .contenter.wrap-righter-style *::after {
  box-sizing: border-box;
}

body.index.product_shell .product-list .contenter.wrap-righter-style::before {
  content: "";
  position: absolute;
  right: -110px;
  bottom: -150px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 144, 0, 0.16) 0%, rgba(255, 144, 0, 0) 72%);
  pointer-events: none;
}

body.index.product_shell .product-list .contenter.wrap-righter-style > * {
  position: relative;
  z-index: 1;
}

body.index.product_shell .product-list .ueeshop_responsive_products_list {
  margin: 0;
}

body.index.product_shell .product-list .ueeshop_responsive_products_list .ueeshop_responsive_list_box {
  gap: 24px;
  justify-content: flex-start;
}

body.index.product_shell .product-list .ueeshop_responsive_products_list .item,
body.index.product_shell .wrap-module .ueeshop_responsive_products_list .item {
  width: calc(25% - 18px);
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  background: transparent;
}

body.index.product_shell .product-list .ueeshop_responsive_products_list .item .pro {
  width: 100%;
  margin: 0;
  padding: 18px 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.035) 0%, rgba(255, 255, 255, 0.02) 100%);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
  box-sizing: border-box;
}

body.index.product_shell .product-list .ueeshop_responsive_products_list .item:hover .pro {
  transform: translateY(-4px);
  border-color: rgba(255, 171, 51, 0.22);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.24);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.025) 100%);
}

body.index.product_shell .product-list .ueeshop_responsive_products_list .item .img {
  padding-top: 72%;
  border-radius: 16px;
  background: #161616;
}

body.index.product_shell .product-list .ueeshop_responsive_products_list .item .img a {
  border-radius: 16px;
  overflow: hidden;
}

body.index.product_shell .product-list .ueeshop_responsive_products_list .item .img a::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 36%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.26) 50%, rgba(0, 0, 0, 0.52) 100%);
  pointer-events: none;
}

body.index.product_shell .product-list .ueeshop_responsive_products_list .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

body.index.product_shell .product-list .ueeshop_responsive_products_list .item .info {
  padding-top: 18px;
}

body.index.product_shell .product-list .ueeshop_responsive_products_list .item .info .name {
  height: auto;
  min-height: 52px;
  margin: 0;
  color: #fff;
}

body.index.product_shell .product-list .ueeshop_responsive_products_list .item .info .name a {
  height: auto;
  min-height: 52px;
  font-size: 1.05rem;
  line-height: 1.45;
  font-weight: 600;
  color: #fff;
  text-align: left;
  -webkit-line-clamp: 2;
}

body.index.product_shell .product-list .ueeshop_responsive_products_list .item:hover .info .name a {
  color: #ffab33;
}

body.index.product_shell .product-list .ueeshop_responsive_products_list .item .info .more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 16px 0 0;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(255, 171, 51, 0.24);
  background: rgba(255, 144, 0, 0.08);
  color: #ffab33;
  font-size: 0.78rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

body.index.product_shell .product-list .ueeshop_responsive_products_list .item .info .more:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 171, 51, 0.42);
  background: rgba(255, 144, 0, 0.14);
  color: #fff;
}

body.index.product_shell .product-list .ueeshop_responsive_turn_page {
  margin-top: 36px;
  text-align: center;
}

body.index.product_shell .product-list .ueeshop_responsive_turn_page span {
  min-width: 48px;
  border-radius: 999px;
  overflow: hidden;
}

body.index.product_shell .product-list .ueeshop_responsive_turn_page span a,
body.index.product_shell .product-list .ueeshop_responsive_turn_page span font {
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
}

body.index.product_shell .product-list .ueeshop_responsive_turn_page span .page_item_current {
  background: linear-gradient(135deg, #ff9000 0%, #e57a00 100%);
  color: #111;
}

body.index.product_shell .product-list .pro_list .hot_cate {
  margin-top: 52px;
  padding-top: 42px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

body.index.product_shell .product-list .pro_list .hot_cate .page_name {
  margin: 0 0 34px;
  line-height: 1.08;
  font-size: clamp(1.9rem, 3vw, 3rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #fff;
  text-align: center;
}

body.index.product_shell .product-list .pro_list .hot_cate .list {
  width: auto;
}

body.index.product_shell .product-list .pro_list .hot_cate .list .row {
  padding: 0 4px;
}

body.index.product_shell .product-list .pro_list .hot_cate .list .row .img {
  border-radius: 18px;
  background: #171717;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.22);
}

body.index.product_shell .product-list .pro_list .hot_cate .list .row .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.index.product_shell .product-list .pro_list .hot_cate .list .row .row_txt {
  margin-top: 14px;
}

body.index.product_shell .product-list .pro_list .hot_cate .list .row .row_txt .name {
  height: auto;
  min-height: 48px;
  font-size: 0.98rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
}

body.index.product_shell .product-list .pro_list .hot_cate .list .row:hover .row_txt .name {
  color: #ffab33;
}

body.index.product_shell .product-list .pro_list .hot_cate .bx-pager {
  margin: 28px auto 0;
}

body.index.product_shell .product-list .pro_list .hot_cate .bx-pager .bx-pager-item {
  width: auto;
  height: auto;
  margin: 0 6px;
}

body.index.product_shell .product-list .pro_list .hot_cate .bx-pager .bx-pager-item a {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
}

body.index.product_shell .product-list .pro_list .hot_cate .bx-pager .bx-pager-item a.active,
body.index.product_shell .product-list .pro_list .hot_cate .bx-pager .bx-pager-item:hover a {
  background: #ff9000;
}

body.index.product_shell .product-list .pro_list .hot_cate .bx-wrapper .bx-viewport {
  background: transparent;
  box-shadow: none;
  border: 0;
  left: 0;
}

@media (max-width: 1199.98px) {
  body.index.product_shell .product-list .ueeshop_responsive_products_list .item,
  body.index.product_shell .wrap-module .ueeshop_responsive_products_list .item {
    width: calc(33.333% - 16px);
  }
}

@media (max-width: 991.98px) {
  body.index.product_shell .product-list.wrap-module {
    padding-bottom: 72px;
  }

  body.index.product_shell .product-list .pro_list .wrap,
  body.index.product_shell .product-list .pro_list .hot_cate {
    padding-left: 20px;
    padding-right: 20px;
  }

  body.index.product_shell .product-list .contenter.wrap-righter-style {
    padding: 24px;
  }

  body.index.product_shell .product-list .ueeshop_responsive_products_list .item,
  body.index.product_shell .wrap-module .ueeshop_responsive_products_list .item {
    width: calc(50% - 12px);
  }
}

@media (max-width: 767.98px) {
  body.index.product_shell .product-list .pro_list .wrap,
  body.index.product_shell .product-list .pro_list .hot_cate {
    padding-left: 16px;
    padding-right: 16px;
  }

  body.index.product_shell .product-list .pro_list .wrap {
    margin-top: 24px;
  }

  body.index.product_shell .product-list .pro_list .cate-name {
    margin-bottom: 24px;
  }

  body.index.product_shell .product-list .contenter.wrap-righter-style {
    padding: 18px 16px;
    border-radius: 18px;
  }

  body.index.product_shell .product-list .ueeshop_responsive_products_list .ueeshop_responsive_list_box {
    gap: 16px;
  }

  body.index.product_shell .product-list .ueeshop_responsive_products_list .item,
  body.index.product_shell .wrap-module .ueeshop_responsive_products_list .item {
    width: 100%;
  }

  body.index.product_shell .product-list .ueeshop_responsive_products_list .item .pro {
    padding: 14px 14px 18px;
    border-radius: 18px;
  }

  body.index.product_shell .product-list .pro_list .hot_cate {
    margin-top: 36px;
    padding-top: 32px;
  }

  body.index.product_shell .product-list .pro_list .hot_cate .page_name {
    margin-bottom: 24px;
  }
}
