@media (max-width: 1024px) {
  body {
    background: #000;
  }

  .home-banner {
    width: 100%;
    height: 620px !important;
    overflow: hidden;
    position: relative;
  }

  .home-banner .swiper-container {
    width: 100%;
    height: 620px !important;
  }

  .home-banner .swiper-wrapper {
    height: 620px !important;
  }

  .home-banner .swiper-slide {
    width: 100% !important;
    height: 620px !important;
    overflow: hidden;
  }

  .home-banner a {
    display: flex;
    justify-content: center;
    align-items: stretch;
    background: transparent;
    width: 100%;
    height: 620px !important;
    padding-bottom: 0 !important;
    overflow: hidden;
  }

  .home-banner a::before,
  .home-banner a::after {
    content: "";
    flex: 1 1 auto;
    min-width: 0;
    background: var(--slide-bg-color, #000);
  }

  .home-banner a img {
    display: block;
    width: auto;
    height: 620px;
    max-width: none;
    object-fit: cover;
    transition: transform 0.3s ease;
  }
  .home-banner a picture {
    display: block;
    width: auto;
    height: 620px;
    max-width: none;
    flex: 0 0 auto;
  }
  .home-banner a img.banner_pc_img {
    display: none;
  }
  .home-banner a img.banner_m_img {
    display: block;
  }
  .home-banner .swiper-button-next,
  .home-banner .swiper-button-prev {
    display: none !important;
  }

  .home-menu {
    display: none;
  }

  .home-banner .swiper-container-horizontal > .swiper-pagination-bullets,
  .home-banner .swiper-pagination-custom,
  .home-banner .swiper-pagination-fraction {
    bottom: 15px;
  }

  .home-banner .swiper-pagination-bullet {
    height: 9px;
    width: 9px;
  }

  .home-vip .vip-coupon li {
    width: 100%;
  }

  .quick-nav {
    background: #191c60;
    display: block !important;
  }

  .header-padding-nav {
    padding-top: 20px;
  }

  .quick-nav ul {
    display: flex;
  }

  .quick-nav ul li i {
    width: 19px;
    height: 19px;
  }

  .quick-nav ul li.live-chat-button i {
    background-image: url("/static/web/image/head_icon/icon_live.svg");
    background-size: cover;
    background-position: center;
  }

  .quick-nav ul li.affiliate i {
    background-image: url("/static/web/image/head_icon/icon_affiliate.svg");
    background-size: cover;
    background-position: center;
  }

  .quick-nav ul li.contactusd i {
    background-image: url("/static/web/image/head_icon/icon_us.svg");
    background-size: cover;
    background-position: center;
  }

  .quick-nav ul li.sell i {
    background-image: url("/static/web/image/head_icon/icon_sell.svg");
    background-size: cover;
    background-position: center;
  }

  .quick-nav ul li {
    width: 50%;
    border-right: 1px solid #22256b;
  }

  .quick-nav ul li a {
    display: block;
    padding: 15px 0;
    text-align: center;
  }

  .quick-nav ul li:last-child {
    border: none;
  }

  .quick-nav ul li a p {
    color: #3b93c1;
    font-size: 12px;
    font-family: "Oswald";
    margin-top: 1px;
  }

  .top_ups,
  .gift_cards {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .top_ups .top_ups_btn,
  .gift_cards .gift_cards_btn {
    margin-right: 15px;
  }

  .top_ups h2,
  .gift_cards h2 {
    font-size: 20px;
    margin-left: 10px;
    font-family: "oswald";
  }

  .gift_cards .top_up_container .top_up_list li a {
    padding: 0;
  }

  .gift_cards .top_up_container .top_up_list {
    padding: 0 10px;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 40px;
    grid-gap: 9px;
  }

  .top_up_container .top_up_list {
    padding: 0 10px;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 40px;
    grid-gap: 9px;
  }

  .top_up_container .top_up_list li .top_name {
    font-size: 11px;
    line-height: inherit;
    margin: 10px 0 5px;
    padding: 5px 0;
  }

  .top_up_container .top_up_list li,
  .top_up_container .top_up_list li:nth-child(-n + 6) {
    display: none;
  }

  .top_up_container .top_up_list li:nth-child(-n + 4) {
    display: block;
  }

  .top_up_container .top_up_list li img {
    height: auto;
    margin: 0;
    border-radius: 10px;
  }

  .top_up_container .top_up_list li:hover img {
    transform: scale(1);
  }

  .mobile-home-menu {
    padding: 10px;
    display: block;
  }

  .mobile-home-menu .select-game h2 {
    font-family: "Montserrat Bold";
    font-size: 20px;
  }
  .conts1 {
    margin-top: 8px;
  }
  .conts1 .title {
    font-size: 16px;
    margin: 0 10px 10px;
  }
  .conts1 .DirectBox .top-badge {
    top: -34px;
  }

  .trustpilot-reviews-section {
    padding: 28px 0px 0px;
  }

  /* Trustpilot widget responsive switch: hide desktop Carousel, show mobile single-card */
  .trustpilot-desktop-widget {
    display: none !important;
  }
  .trustpilot-mobile-widget {
    display: block !important;
    text-align: center;
  }
  .trustpilot-mobile-widget .trustpilot-widget {
    width: 90%;
    display: inline-block;
  }
  .mobile-home-menu .select-game .game-title {
    color: #fff;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 7px;
    margin: 10px 0;
  }
  #discordiframe {
    margin: 0 10px;
    width: -webkit-fill-available;
  }
  .mobile-home-menu .select-game .game-title .hotGames {
    color: #fff;
    font-size: 16px;
    font-family: "Oswald";
    display: flex;
    align-items: center;
  }

  .mobile-home-menu .select-game .game-title .hotGames span {
    text-shadow: 4px -1px 17px #0b85ea;
  }

  .mobile-home-menu .select-game .game-title .hotGames img {
    width: 57px;
  }

  .mobile-home-menu .select-game .game-title .allGames a {
    color: #e0e1ff;
    font-family: "Montserrat SemiBold";
  }

  .mobile-home-menu .select-game {
    position: relative;
  }

  .mobile-home-menu .game-list img {
    width: 100%;
    border-radius: 10px;
    display: block;
  }

  .mobile-home-menu .game-list ul {
    display: none;
  }

  .mobile-home-menu .game-list ul.active {
    display: block;
  }

  .mobile-home-menu .game-list ul li {
    min-height: 190px;
    position: relative;
    margin-bottom: 10px;
  }
  .news-guide .recent {
    font-size: 18px;
  }

  .mobile-home-menu .game-list ul li:last-child {
    margin-bottom: 0;
  }

  .mobile-home-menu .game-list ul li div {
    position: absolute;
    top: 50%;
    color: #fff;
    transform: translateY(-50%);
    padding-left: 25px;
  }

  .mobile-home-menu .game-list ul li div p {
    color: #fff;
    font-size: 24px;
    font-family: "Oswald";
    padding-right: 10px;
    /*text-transform: uppercase;*/
  }

  .mobile-home-menu .game-list ul li div p span {
    display: block;
    white-space: nowrap;
  }

  .mobile-home-menu .game-list ul li div a {
    display: inline-block;
    height: 30px;
    color: #fff;
    background-color: rgba(50, 122, 194, 0.6);
    border-radius: 30px;
    padding: 0 16px;
    line-height: 30px;
    box-shadow: 0px 0px 4px 1px #fff;
    cursor: pointer;
    color: #fff;
    font-size: 12px;
    margin-top: 20px;
  }
  .conts2 .title a {
    display: none;
  }
  .mobile-home-menu .game-list ul li div a i {
    width: 5px;
    height: 9px;
    background-position: -195px -26px;
    margin-left: 7px;
  }

  .mobile-home-menu .select-game .Activity * {
    width: inherit !important;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: inherit;
    max-width: 100%;
  }
  .home-vip {
    margin-top: 0;
    display: block;
    padding: 0 10px;
  }

  .home-vip .vip-coupon {
    width: 100%;
    margin-right: 0;
    padding: 29px 38px 39px;
  }

  .home-vip .vip-discount {
    display: none;
  }

  .home-vip .vip-coupon h3 {
    height: auto;
    line-height: normal;
    margin-bottom: 30px;
  }

  .home-vip .vip-coupon ul {
    min-height: auto;
  }

  .home-news {
    margin-top: 30px;
  }

  .home-news .news {
    width: 100%;
    margin: 0 10px;
    padding: 15px 16px;
  }

  .home-news .reviews,
  .home-news .video,
  .news .more {
    display: none;
  }

  .home-news .news .news-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
  }

  .home-news h3 {
    margin-bottom: 0;
  }

  .home-news .news .news-header a {
    color: #e0e1ff;
    font-family: "oswald";
    display: block;
  }

  .home-news .news .newsWrap {
    flex-direction: column;
  }

  .home-news .news .newsWrap .news-content {
    width: 100%;
    display: none;
  }

  .home-news .news .newsWrap .news-content:nth-child(1),
  .home-news .news .newsWrap .news-content:nth-child(2) {
    display: block;
  }

  .home-news .news .news-content div {
    -webkit-line-clamp: 3;
    line-clamp: 3;
    height: 60px;
    line-height: 20px;
  }

  .home-news .news .news-content div span {
    display: contents;
  }

  .top_ups > .flexBetween,
  .gift_cards > .flexBetween {
    margin-bottom: 20px;
  }
  .home-banner a img.banner_m_img {
    display: block;
  }

  .conts1 .DirectBox {
    display: grid;
    overflow: hidden;
    transition: transform 0.5s ease;
    padding-top: 6px;
    grid-template-columns: repeat(3, 1fr) !important; /* 从2列改为3列 */
    gap: 4px !important; /* 从6px减小到4px，3列需要更小间距 */
    margin: 0 4px !important; /* 从6px减小到4px */
  }

  /* DirectBox 商品卡片更紧凑 */
  .conts1 .DirectBox .item {
    border-radius: 6px !important; /* 从8px减小到6px */
    display: flex;
    flex-direction: column;
  }

  .conts1 .DirectBox .item:hover {
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-image: unset;
    background-origin: unset;
    background-clip: unset;
    transform: unset;
    box-shadow: unset;
    background: linear-gradient(167deg, #122740 0%, #0b121a 100%);
  }

  .conts1 .DirectBox .img {
    padding: 6px !important; /* 从10px减小到6px */
  }

  .conts1 .DirectBox .info {
    padding: 8px 4px !important; /* 从10px 8px减小到8px 4px */
  }

  .conts1 .DirectBox .goods-title {
    font-size: 11px !important; /* 从12px减小到11px */
    margin-bottom: 4px !important; /* 从6px减小到4px */
    /* line-height: 1.2 !important; */
    word-break: break-word !important;
  }

  .conts1 .DirectBox .goods-price {
    margin-bottom: 3px !important; /* 从4px减小到3px */
  }

  .conts1 .DirectBox .goods-price .currency,
  .conts1 .DirectBox .goods-price .amount {
    font-size: 12px !important; /* 从14px减小到12px */
  }

  .conts1 .DirectBox .goods-quantity {
    font-size: 9px !important; /* 从10px减小到9px */
  }

  .goods-bottom .goods-off {
    font-size: 10px !important;
  }

  .conts1 .DirectBox img {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    height: 80px !important;
    padding: 10px;
  }

  .conts1 .DirectBox .hot-badge {
    top: 4px !important; /* 从6px减小到4px */
    right: 4px !important; /* 从6px减小到4px */
    font-size: 9px !important; /* 从10px减小到9px */
    padding: 2px 6px !important; /* 从3px 8px减小到2px 6px */
    border-radius: 6px !important; /* 从8px减小到6px */
  }
  .conts1 .DirectBox .badge-icon {
    top: 4px !important; /* 从6px减小到4px */
    right: 4px !important; /* 从6px减小到4px */
    max-width: 40px;
    max-height: 20px !important;
  }
  .country-device {
    grid-template-columns: repeat(3, 1fr);
    gap: 6px; /* 减小间距，让3列更紧凑 */
  }
  .level-last-menu {
    display: grid;
    padding: 0 8px;
  }
  .level-last-menu ul.active {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 确保3列布局 */
    gap: 6px; /* 与country-device保持一致 */
  }

  .level-last-menu ul li {
    min-height: 140px; /* 增加高度以容纳上下排列的内容 */
    padding: 10px 5px; /* 添加内边距 */
    box-sizing: border-box;
    display: flex; /* 使用flex布局 */
    flex-direction: column; /* 垂直排列 */
    align-items: center; /* 水平居中 */
    justify-content: space-between; /* 垂直分布 */
    position: relative;
    overflow: hidden; /* 防止内容超出 */
    outline: none;
    background-color: #393939;
    border-radius: 12px;
  }

  /* 隐藏背景图片或调整 */
  .level-last-menu ul li > img:first-child {
    display: none; /* 隐藏背景图片，或调整透明度 */
    opacity: 0.1;
  }

  /* 游戏图标 - 放在顶部 */
  .level-last-menu ul li img.meiguo {
    width: 75px; /* 增大图标 */
    height: 75px;
    padding: 0px;
    position: relative; /* 改为相对定位 */
    top: auto;
    left: auto;
    margin: 0 auto 0px auto; /* 居中，底部间距 */
    order: 1; /* flex顺序：第一个 */
    border: 2px #777575 dashed;
    background-color: rgba(255, 255, 255, 0.07);
    box-shadow: 0 0 20px rgb(255 255 255 / 100%);
  }

  /* 名字 - 放在中间 */
  .level-last-menu ul li div {
    order: 2; /* flex顺序：第二个 */
    position: relative;
    top: auto;
    left: auto;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 0px !important; /* 添加左右padding，防止文字贴边 */
    text-align: center !important; /* 确保居中对齐 */
    display: flex;
    flex-direction: column;
    align-items: center !important; /* 确保水平居中 */
    flex: 1;
    justify-content: center;
    box-sizing: border-box !important;
    overflow: visible !important; /* 允许内容显示，让换行可见 */
    min-width: 0 !important; /* 允许flex子元素收缩 */
  }

  .level-last-menu ul li div p:first-child {
    display: none; /* 隐藏第一个p（分类名） */
  }

  /* 覆盖PC端样式，确保所有p标签都没有左侧padding，并且居中 */
  .level-last-menu ul li div p {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-left: 0 !important;
    font-size: 14px !important;
    white-space: normal !important; /* 强制允许换行 */
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    text-align: center !important; /* 覆盖PC端的text-align: left */
  }

  .level-last-menu ul li div p span {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-left: 0 !important; /* 覆盖PC端的margin-left: 8px */
    font-size: inherit !important;
    white-space: normal !important; /* 覆盖PC端的white-space: nowrap */
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    text-align: center !important; /* 确保span内文字居中 */
  }

  .level-last-menu ul li div p:last-child {
    font-size: 10px !important; /* 减小字体大小 */
    font-weight: 700 !important;
    padding: 0 !important; /* 重置所有padding */
    padding-left: 0 !important; /* 覆盖PC端的padding-left: 140px */
    margin: 0 5px !important; /* 左右margin为5px */
    margin-left: 0 !important; /* 确保没有左侧margin */
    line-height: 1.4 !important; /* 增加行高，让换行更清晰 */
    word-wrap: break-word !important; /* 允许换行 */
    overflow-wrap: break-word !important; /* 允许换行 */
    word-break: break-word !important; /* 强制断行 */
    white-space: normal !important; /* 允许换行 */
    display: block !important; /* 改为block，允许换行 */
    color: #fff !important;
    text-align: center !important; /* 覆盖PC端的text-align: left，确保文字居中对齐 */
    text-align-last: center !important; /* 最后一行也居中 */
    font-family: inherit !important; /* 覆盖PC端的Oswald字体 */
    max-width: 100% !important; /* 确保不超出容器 */
    width: calc(100% - 10px) !important; /* 宽度减去左右margin */
    box-sizing: border-box !important;
    overflow: visible !important; /* 允许内容显示 */
    text-overflow: clip !important;
    hyphens: auto !important; /* 自动断字 */
  }

  .level-last-menu ul li div p:last-child span {
    padding: 0 !important;
    padding-left: 0 !important; /* 确保没有左侧padding */
    margin: 0 !important; /* span不需要margin，由p的text-align控制 */
    margin-left: 0 !important; /* 覆盖PC端的margin-left: 8px */
    white-space: normal !important; /* 覆盖PC端的white-space: nowrap，允许span内换行 */
    word-wrap: break-word !important; /* 允许换行 */
    overflow-wrap: break-word !important; /* 允许换行 */
    word-break: break-word !important; /* 强制断行 */
    display: inline !important; /* 改为inline，让p的text-align: center控制居中 */
    max-width: 100% !important;
    box-sizing: border-box !important;
    text-align: center !important; /* 确保span内文字居中 */
    text-align-last: center !important; /* 最后一行也居中 */
  }

  /* 让整个卡片可点击 */
  .level-last-menu ul li {
    cursor: pointer;
    transition:
      transform 0.2s ease,
      opacity 0.2s ease;
  }

  /* 添加点击效果 */
  .level-last-menu ul li:active {
    opacity: 0.8;
    transform: scale(0.98);
  }

  /* BUY按钮 - 手机端隐藏 */
  .level-last-menu ul li div a {
    display: none !important; /* 手机端隐藏按钮 */
  }

  /* 标签（device）- 手机端隐藏 */
  .level-last-menu ul li > p.device {
    display: none !important; /* 手机端隐藏标签 */
  }
  .listheader {
    padding: 0 8px;
    margin: 14px 0px 20px;
    margin: 0;
  }

  .listheader-header {
    background: #161e29;
    flex-direction: column;
    margin-top: 4px;
  }

  .listheader .item-h1-title {
    margin: 0;
    font-size: 16px !important;
    display: none;
  }

  .listheader .img {
    margin: 0;
    margin-left: 8px;
    width: 68px;
    height: 68px;
    display: inline-block;
    display: none;
  }

  .listheader .img img {
    width: 68px;
    height: 68px;
  }

  .listheader .title {
    width: 100%;
    margin-top: 20px;
  }

  .listheader .title {
    margin-top: 0 !important;
    /* padding: 8px; */
  }

  .listheader .title span {
    white-space: nowrap;
  }

  .listheader .item-tags-row {
    margin-top: 7px;
    margin-bottom: 4px;
    display: none;
  }

  .listheader .item-tags-row span {
    font-size: 10px !important;
  }

  .listheader .title span.CouponHD {
    justify-content: flex-start;
  }

  .listheader .title div:nth-of-type(1) {
    /* 第一个 div 样式 */
    font-size: 16px;
  }

  .item-coupon-row {
  }

  .listheader .item-coupon-row {
    background: none;
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    justify-content: flex-start;
    gap: 4px;
    padding-bottom: 0;
    position: fixed;
    right: 0;
    top: 240px;
    width: max-content;
    padding-left: 0;
    border-radius: 45px 0 0 45px;
    height: 45px;
    background: linear-gradient(90deg, #53fecd 0%, #2c74c9 100%);
    padding: 4px 15px;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: visible;
    cursor: pointer;
    transform: translateX(calc(100% - 50px));
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 99;
  }

  .listheader .item-coupon-row.open {
    transform: translateX(0);
    z-index: 10;
  }

  .lang-ar .listheader .item-coupon-row {
    transform: translateX(calc(50px - 100%));
  }

  .lang-ar .listheader .item-coupon-row.open {
    transform: translateX(0);
  }
  .listheader .item-coupon-row::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 100%;
    background: url(../image/20260403-135309.png) no-repeat center center;
    background-size: 30px auto;
  }

  .lang-ar .listheader .item-coupon-row::before {
    left: unset;
    right: 0;
  }

  .listheader .item-coupon-row .CouponHD,
  .listheader .item-coupon-row #item-cate-coupon-label {
    margin-left: 40px;
    opacity: 0;
    transition: opacity 0.2s ease 0s;
  }

  .listheader .item-coupon-row.open .CouponHD,
  .listheader .item-coupon-row.open #item-cate-coupon-label {
    opacity: 1;
    transition: opacity 0.25s ease 0.2s;
  }

  .lang-ar .listheader .item-coupon-row .CouponHD,
  .lang-ar .listheader .item-coupon-row #item-cate-coupon-label {
    margin-left: unset;
    margin-right: 40px;
  }

  .listheader .item-coupon-row span {
    font-size: 12px !important;
  }

  .listheader .title div:nth-of-type(2) {
    /* 第二个 div 样式 */
    font-size: 12px;
  }

  .listheader .title div:nth-of-type(3) {
    font-size: 8px;
    margin-top: 2px;
  }

  /* 百宝箱放大缩小动画 */
  @keyframes pulse-scale {
    0%,
    100% {
      /* transform: scale(1); */
      transform: scale(0.9);
    }
    50% {
      /* transform: scale(1.1); */
      transform: scale(1);
    }
  }

  .listheader .item-chest-box {
    display: flex;
  }

  .listheader .item-chest-box img {
    animation: pulse-scale 1.5s ease-in-out infinite;
    will-change: transform;
    transform: translateZ(0);
    backface-visibility: hidden;
  }
  .conts2 {
    width: auto;
    padding-top: 10px;
    margin: 10px 10px;
  }
  .conts2 .title:not(.mobile) {
    display: none;
  }
  .conts2 .title {
    font-size: 20px;
  }
  .conts2 .contbox {
    grid-template-columns: repeat(2, 1fr);
  }
  .conts2 .contbox .item:nth-child(1),
  .conts2 .contbox .item:nth-child(2),
  .conts2 .contbox .item:nth-child(3),
  .conts2 .contbox .item:nth-child(4),
  .conts2 .contbox .item:nth-child(5) {
    grid-column: span 1;
    height: 250px;
  }
  .conts2 .img {
    height: 150px;
  }
  .conts1 .layui-col-md5 {
    padding-left: 0px;
    margin-top: 20px;
    padding-right: 0 !important;
  }
  .mobile.game-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0;
  }
  .conts2 .layui-col-md5::before {
    display: none;
  }
  .newsGolds__main .device-server > p {
    margin-left: 10px;
  }
  .device-server > div {
    display: grid;
    margin: 0 8px;
  }
}

@media (max-width: 768px) {
  #section-hot-products .products-wrap {
    max-width: calc(100vw - 16px);
  }

  .conts1 .DirectBox.trending-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
    margin: 0 8px !important;
  }

  .conts1 .DirectBox.trending-panel .item {
    border-radius: 8px !important;
  }

  .conts1 .DirectBox.trending-panel .img {
    height: 92px;
    padding: 8px !important;
  }

  .conts1 .DirectBox.trending-panel .img img {
    width: 100%;
    height: 76px !important;
    object-fit: contain;
    padding: 0;
  }

  .conts1 .DirectBox.trending-panel .info {
    padding: 8px 6px !important;
  }

  .conts1 .DirectBox.trending-panel .goods-title {
    height: 32px;
    font-size: 11px !important;
    line-height: 1.35;
  }

  .conts1 .DirectBox.trending-panel .goods-price .currency,
  .conts1 .DirectBox.trending-panel .goods-price .amount {
    font-size: 13px !important;
  }

  .conts1 .DirectBox.trending-panel .goods-bottom {
    gap: 6px;
  }

  .conts1 .DirectBox.trending-panel .goods-quantity,
  .conts1 .DirectBox.trending-panel .goods-off {
    width: 68px;
    height: 18px;
    font-size: 10px !important;
    line-height: 18px;
  }

  .conts1 .DirectBox.trending-panel .item .item-btn {
    padding: 0 6px 8px !important;
  }

  .conts1 .DirectBox.trending-panel .item .item-btn .add-cart,
  .conts1 .DirectBox.trending-panel .item .item-btn .buy-now {
    height: 34px;
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .home-banner,
  .home-banner .swiper-container,
  .home-banner .swiper-wrapper,
  .home-banner .swiper-slide,
  .home-banner a {
    height: 200px !important;
  }

  .home-banner a {
    padding-bottom: 0 !important;
  }

  .home-banner a picture {
    width: auto;
    height: 200px;
    max-width: none;
    flex: 0 0 auto;
  }

  .home-banner a img {
    width: auto;
    height: 200px;
    max-width: none;
    object-fit: cover;
  }

  /* 欢迎语导航条 - 手机端 */
  .welcome-bar {
    padding: 5px 0;
    background: linear-gradient(
      90deg,
      rgba(11, 18, 26, 0.95) 0%,
      rgba(20, 59, 103, 0.95) 50%,
      rgba(11, 18, 26, 0.95) 100%
    );
    border-bottom: 1px solid rgba(83, 254, 205, 0.2);
  }

  .welcome-bar .container {
    padding: 0 15px;
  }

  .welcome-content {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    text-align: center;
  }

  .welcome-text {
    font-size: 12px;
    width: 100%;
    justify-content: center;
    display: flex;
    align-items: center;
    font-weight: 500;
  }

  .welcome-text i,
  .welcome-text .welcome-icon {
    color: #53fecd;
    font-size: 14px;
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    animation: sparkle 2s ease-in-out infinite;
  }

  .welcome-message {
    font-size: 12px;
    line-height: 1.4;
  }

  .welcome-features {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    width: 100%;
    justify-content: center;
  }

  .welcome-features .feature-item {
    font-size: 11px;
    gap: 5px;
  }

  .welcome-features .feature-item i,
  .welcome-features .feature-item .welcome-icon {
    font-size: 12px;
    color: #53fecd;
    width: 12px;
    height: 12px;
    flex-shrink: 0;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .home-banner a img.banner_m_img {
    display: block;
  }

  .home-banner a img.banner_pc_img {
    display: none !important;
  }
}

/* 在 mobile_home.css 或 home.css 中添加 */

@media (max-width: 768px) {
  /* 游戏网格改为2列，更适合手机 */
  .games-grid,
  .game-items .item-row {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px !important;
    padding: 0 10px;
  }

  /* 游戏卡片优化 */
  .game-card,
  .game-item {
    min-height: 140px !important;
    padding: 15px 10px !important;
  }

  /* 游戏logo和文字 */
  .game-card img,
  .game-item .item-image {
    height: 80px !important;
    margin-bottom: 10px;
  }

  .game-title,
  .game-item .item-title {
    font-size: 14px !important;
    padding: 8px !important;
  }
}

/* 超小屏幕（< 480px）单列显示 */
@media (max-width: 480px) {
  .games-grid {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }
  .conts2 .contbox {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* 手机端粘性导航tab条 */
@media (max-width: 768px) {
  .mobile-sticky-nav {
    position: fixed;
    top: 60px; /* header高度 */
    left: 0;
    right: 0;
    z-index: 999;
    z-index: 98;
    background: rgba(11, 18, 26, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(83, 254, 205, 0.2);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
  }

  .mobile-nav-tabs {
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
    padding: 0 10px;
    gap: 0;
  }

  .mobile-nav-tabs::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
  }

  .mobile-nav-tabs .nav-tab {
    flex: 0 0 auto;
    padding: 12px 16px;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease;
    position: relative;
  }

  .mobile-nav-tabs .nav-tab:hover,
  .mobile-nav-tabs .nav-tab.active {
    color: #53fecd;
    border-bottom-color: #53fecd;
  }

  .mobile-nav-tabs .nav-tab.active {
    background: rgba(83, 254, 205, 0.1);
  }
  /* Home mobile base styles used to come from home.css. */
  .trending-game-block {
    margin-bottom: 24px;
  }

  .trending-game-block:last-child {
    margin-bottom: 0;
  }

  .trending-game-label {
    color: #fff;
    font-family: Oswald, sans-serif;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
  }

  .conts1 .DirectBox {
    display: grid;
    overflow: hidden;
    padding-top: 6px;
  }

  .conts1 .DirectBox .item {
    background: linear-gradient(167deg, #122740 0%, #0b121a 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    position: relative;
  }

  .conts1 .DirectBox .item a {
    color: inherit;
    display: flex;
    flex: 1;
    flex-direction: column;
    text-decoration: none;
  }

  .conts1 .DirectBox .img {
    align-items: center;
    background: rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    overflow: hidden;
  }

  .conts1 .DirectBox .info {
    display: flex;
    flex: 1;
    flex-direction: column;
    text-align: center;
  }

  .conts1 .DirectBox .goods-title {
    color: #fff;
    display: -webkit-box;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    height: 30px;
    line-height: 1.4;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .conts1 .DirectBox .goods-price .currency,
  .conts1 .DirectBox .goods-price .amount {
    background: linear-gradient(90deg, #53fecd 0%, #2c74c9 100%);
    background-clip: text;
    font-family: Oswald, sans-serif;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .goods-bottom {
    align-items: center;
    display: flex;
    gap: 6px;
    justify-content: center;
    margin-top: auto;
  }

  .conts1 .DirectBox .goods-quantity,
  .goods-bottom .goods-off {
    border-radius: 4px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    width: 77px;
  }

  .conts1 .DirectBox .goods-quantity {
    background: rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.6);
  }

  .goods-bottom .goods-off {
    background: linear-gradient(90deg, #53fecd 0%, #2c74c9 100%);
    color: #171718;
    font-weight: 600;
  }

  .conts1 .DirectBox .hot-badge,
  .conts1 .DirectBox .badge-icon {
    position: absolute;
    z-index: 10;
  }

  .conts1 .DirectBox .hot-badge {
    background: linear-gradient(135deg, #53fecd 0%, #2c74c9 100%);
    box-shadow: 0 2px 8px rgba(83, 254, 205, 0.4);
    color: #000;
    font-weight: bold;
    letter-spacing: 1px;
  }

  .conts1 .DirectBox .badge-icon {
    margin: 0;
    object-fit: contain;
    padding: 0;
  }

  .conts1 .DirectBox .item .item-btn {
    display: flex;
    flex-direction: row;
    gap: 0;
    padding: 0 4px 8px;
  }

  .lang-ar .conts1 .DirectBox .item .item-btn {
    flex-direction: row-reverse;
  }

  .conts1 .DirectBox .item .item-btn .buy-now {
    background: linear-gradient(90deg, #53fecd 0%, #2c74c9 100%);
    border: none;
    border-radius: 0 5px 5px 0;
    color: #fff;
    flex: 1;
    height: auto;
    margin: 0;
    padding: 4px;
  }

  .conts1 .DirectBox .item .item-btn .add-cart {
    background: #07305e;
    border: none;
    border-radius: 5px 0 0 5px;
    height: auto;
    margin: 0;
    order: -1;
    padding: 4px 10px;
    width: auto;
  }

  .conts1 .DirectBox .item .item-btn .add-cart .mobile-tablet-only {
    display: block;
    height: auto !important;
    padding: 0;
    width: 14px;
  }

  .conts1 .DirectBox .item .item-btn .buy-now .pc-only {
    display: none;
  }

  #section-join .layui-row {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  #section-join .layui-col-md7,
  #section-join .layui-col-md5 {
    display: flex;
    flex-direction: column;
    max-width: calc(100vw - 12px);
  }

  .video-container {
    background: #0b121a;
    border: 3px solid #2f2f2f;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 12px;
  }

  .video-header {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 12px;
  }

  .video-logo {
    flex-shrink: 0;
    height: auto;
    max-width: 137px;
    width: 40%;
  }

  .video-title {
    color: #fff;
    flex: 1;
    font-family: Oswald, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
  }

  .video-wrapper {
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .video-thumbnail,
  .video-iframe {
    overflow: hidden;
    padding-top: 56.25%;
    position: relative;
    width: 100%;
  }

  .video-thumbnail {
    margin-bottom: 12px;
  }

  .video-thumbnail > img,
  .video-iframe iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }

  .video-thumbnail > img {
    border-radius: 12px;
    object-fit: cover;
  }

  .play-button {
    cursor: pointer;
    height: 76px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 76px;
  }

  .play-button > img {
    height: 100%;
    max-width: none;
    padding: 0;
    width: 100%;
  }

  .video-footer {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: space-between;
    margin-top: auto;
    padding: 12px 0 0;
  }

  .video-footer span {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 500;
  }

  .social-links {
    display: flex;
    gap: 12px;
  }

  .social-icon {
    align-items: center;
    background: linear-gradient(90deg, #53fecd 0%, #2c74c9 100%);
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-size: 16px;
    height: 25px;
    justify-content: center;
    text-decoration: none;
    width: 25px;
  }

  .social-icon .svg-icon {
    color: #171718;
    height: 16px;
    width: 16px;
  }

  .social-icon .icon-x {
    stroke-width: 3;
  }

  .discord-section,
  #section-join .discord-section {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 10px;
    height: 100%;
  }

  .discord-promo-compact {
    background: linear-gradient(
      135deg,
      rgba(83, 254, 205, 0.1) 0%,
      rgba(44, 116, 201, 0.1) 100%
    );
    border: 2px solid rgba(83, 254, 205, 0.3);
    border-radius: 12px;
    overflow: hidden;
    padding: 14px 16px;
    position: relative;
  }

  .discord-header-compact {
    align-items: center;
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
  }

  .discord-icon-compact {
    align-items: center;
    background: linear-gradient(135deg, #53fecd 0%, #2c74c9 100%);
    border-radius: 50%;
    display: flex;
    flex-shrink: 0;
    height: 36px;
    justify-content: center;
    width: 36px;
  }

  .discord-icon-compact svg {
    color: #000;
  }

  .discord-title-compact {
    background: linear-gradient(90deg, #53fecd 0%, #2c74c9 100%);
    background-clip: text;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .discord-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
  }

  .discord-tag {
    align-items: center;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 20px;
    color: rgba(255, 255, 255, 0.9);
    display: flex;
    flex: 1;
    font-size: 11px;
    font-weight: 500;
    justify-content: center;
    min-width: 0;
    overflow: hidden;
    padding: 6px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .discord-cta-btn-compact {
    align-items: center;
    background: linear-gradient(90deg, #53fecd 0%, #2c74c9 100%);
    border-radius: 8px;
    color: #000;
    display: flex;
    font-size: 13px;
    font-weight: 700;
    gap: 6px;
    justify-content: center;
    overflow: hidden;
    padding: 10px 20px;
    position: relative;
    text-decoration: none;
    z-index: 1;
  }

  .discord-iframe-wrapper {
    border-radius: 12px;
    display: flex;
    flex: 1;
    overflow: hidden;
  }

  .discord-iframe-wrapper iframe {
    height: 100%;
    min-height: 400px;
    width: 100%;
  }

  .conts2 {
    color: #fff;
    position: relative;
  }

  .conts2::before {
    background: url("../image/bg1.webp") no-repeat center / 100% 100%;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
  }

  .conts2 .title {
    align-items: center;
    color: #fff;
    display: flex;
    justify-content: space-between;
  }

  .conts2 .contbox {
    display: grid;
    gap: 20px;
  }

  .conts2 .contbox .item {
    background: linear-gradient(167deg, #122740 0%, #0b121a 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    color: inherit;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    text-decoration: none;
  }

  .news-card-bg {
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
  }

  .news-card-content {
    background: linear-gradient(180deg, rgba(18, 39, 64, 0) 0%, #122740 62.98%);
    bottom: 0;
    left: 0;
    padding-bottom: 20px;
    position: absolute;
    width: 100%;
  }

  .conts2 .contbox .item .atitle {
    border: none;
    color: #fff;
    display: -webkit-box;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
    overflow: hidden;
    padding: 12px 14px 8px;
    position: relative;
    z-index: 2;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .conts2 .contbox .item .summary {
    border: none;
    color: rgba(255, 255, 255, 0.6);
    display: -webkit-box;
    font-size: 12px;
    line-height: 1.5;
    overflow: hidden;
    padding: 0 14px;
    position: relative;
    z-index: 2;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .conts2 .contbox .item:hover .news-link,
  .conts2 .contbox .item:focus-within .news-link {
    height: 46px;
    margin-top: 20px;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
  .news-link {
    width: calc(100% - 40px);
    height: 0;
    background: linear-gradient(90deg, #53fecd 0%, #2c74c9 100%);
    border-radius: 4px 4px 4px 4px;
    display: flex;
    margin: 0 20px;
    align-items: center;
    justify-content: center;
    font-family: Oswald, Oswald;
    font-weight: 600;
    font-size: 20px;
    transition:
      opacity 0.3s ease,
      transform 0.3s ease,
      height 0.3s ease,
      margin-top 0.3s ease;
    overflow: hidden;
    position: relative;
    z-index: 3;
    opacity: 0;
    pointer-events: none;
    transform: translateY(10px);
  }

  .site-info {
    margin: 0 10px;
    margin-top: 40px;
    position: relative;
  }

  .site-info h3 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 20px;
  }

  .site-info ul {
    display: block !important; /* 确保是block布局 */
    margin: 0 !important; /* 重置PC端的负边距 */
  }

  .site-info ul li {
    flex: 0 0 100% !important; /* 覆盖PC端的flex */
    width: 100% !important;
    max-width: 100% !important; /* 覆盖PC端的max-width */
    padding: 20px !important; /* 保持卡片内边距 */
    margin: 0 0 15px 0 !important; /* 重置margin，只保留底部间距 */
    border-bottom: none !important; /* 移除边框 */
    height: auto;
    background: linear-gradient(
      135deg,
      rgba(22, 30, 41, 0.8) 0%,
      rgba(11, 18, 26, 0.9) 100%
    ) !important;
    border: 1px solid rgba(83, 254, 205, 0.2) !important;
    border-radius: 12px !important;
    box-sizing: border-box !important;
  }

  .site-info ul li:last-child {
    margin-bottom: 0 !important;
  }

  .site-info::before {
    background: url("../image/bg1.webp") no-repeat center / 100% 100%;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
  }
  /* 移动端图标尺寸 */
  .site-info ul li div {
    position: relative;
    flex: 1;
    padding-left: 38px !important; /* 移动端稍小一点 */
  }

  .site-info ul li div::before {
    content: "✓";
    position: absolute;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-family: Arial, sans-serif;
    background: linear-gradient(135deg, #53fecd 0%, #2c74c9 100%);
    border-radius: 50%;
    color: #000;
    width: 28px !important; /* 移动端图标更小 */
    height: 28px !important;
    font-size: 14px !important;
    top: 50% !important; /* 使用50%定位 */
    transform: translateY(-50%) !important; /* 垂直居中 */
    line-height: 1 !important; /* 确保文字垂直居中 */
  }

  .site-info ul li div > span {
    font-size: 18px !important; /* 移动端标题字体 */
  }

  .site-info ul li p {
    font-size: 12px !important;
    color: rgba(255, 255, 255, 0.7) !important;
  }

  .site-info ul li img {
    width: 60px !important; /* 移动端图片稍小 */
    height: 60px !important;
    min-width: 60px !important;
    margin-right: 12px !important;
  }

  .trustpilot-reviews-section {
    margin: 0 auto;
    max-width: calc(100vw - 20px);
    overflow: hidden;
  }

  .trustpilot-reviews-section .reviews-title {
    color: #fff;
    font-family: Oswald, sans-serif;
    font-size: 24px;
    font-weight: bold;
  }

  .trustpilot-reviews-section .reviews-stats {
    align-items: center;
    display: none;
    gap: 40px;
    justify-content: space-between;
  }

  .trustpilot-desktop-widget {
    display: none !important;
  }

  .trustpilot-mobile-widget {
    display: block !important;
  }
}

@media (max-width: 375px) {
  .conts1 .DirectBox .goods-price .amount {
    width: 100%;
    display: inline-block;
  }
}

/* 更多内容信息弹窗样式 */
.more-content-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.55);
  justify-content: center;
  align-items: center;
  z-index: 9999;
  cursor: pointer;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: none;
  overscroll-behavior: contain;
}

.more-content-overlay.active {
  display: flex;
  flex-direction: column;
}

.more-content-overlay .more-content-info {
  position: relative;
  /* max-width: 90%; */
  border-radius: 8px;
  cursor: default;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
  max-height: 100%;
  padding: 20px;
  background: #161e29;
}

.more-content-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
  z-index: 10;
  line-height: 1;
}

.more-content-close:hover {
  color: #53fecd;
}

/* 更多内容点击图标样式 */
.more-content-click-icon {
  position: absolute;
  bottom: -18px;
  left: 0;
  width: 32px;
  height: 32px;
  cursor: pointer;
  z-index: 10;
  transition:
    transform 0.2s ease,
    opacity 0.2s ease;
  opacity: 0.8;
}

.more-content-click-icon:hover {
  transform: scale(1.1);
  opacity: 1;
}

@media screen and (max-width: 1024px) {
  .more-content-overlay {
    background: rgba(0, 0, 0, 1);
    padding-top: 40px;
  }
  .more-content-overlay .more-content-info {
    padding: 15px;
    background: unset;
  }
}

@media screen and (max-width: 480px) {
  .more-content-overlay {
    background: rgba(0, 0, 0, 1);
    padding-top: 30px;
  }

  .more-content-close {
    position: absolute;
    top: 0;
    right: 15px;
  }
}

@media (max-width: 1024px) {
  .pc-only {
    display: none !important;
  }

  .mobile-tablet-only {
    display: inline-flex;
  }

  #section-hot-products {
    margin-top: 20px;
    padding: 28px 0 36px;
    position: relative;
  }

  #section-hot-products::before {
    background-image: url("../image/products-bg.webp");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 100%;
    left: 50%;
    pointer-events: none;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 100vw;
    z-index: -1;
  }

  #section-hot-products .products-wrap {
    margin: 0 auto;
    max-width: calc(100vw - 12px);
    position: relative;
  }

  .conts1 .title-with-nav {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
  }

  .conts1 .title {
    color: #fff;
    font-family: Oswald, sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin: 0 8px 12px;
  }

  .trending-rows {
    display: block;
  }

  .trending-game-label {
    align-items: center;
    display: flex;
    font-family: Oswald, sans-serif;
    font-size: 16px;
    font-weight: 600;
    gap: 8px;
    margin: 0 8px 10px;
  }

  .trending-game-label::before {
    background: linear-gradient(180deg, #53fecd 0%, #2c74c9 100%);
    border-radius: 2px;
    content: "";
    flex-shrink: 0;
    height: 18px;
    width: 4px;
  }

  .conts1 .DirectBox .item {
    background: linear-gradient(167deg, #122740 0%, #0b121a 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px !important;
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
    position: relative;
  }

  .conts1 .DirectBox .item a {
    color: inherit;
    display: flex;
    flex: 1;
    flex-direction: column;
    min-width: 0;
    text-decoration: none;
  }

  .conts1 .DirectBox .img {
    align-items: center;
    background: rgba(0, 0, 0, 0.2);
    display: flex;
    height: 92px;
    justify-content: center;
    overflow: hidden;
    padding: 8px !important;
  }

  .conts1 .DirectBox .info {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 8px 6px !important;
    text-align: center;
  }

  .conts1 .DirectBox .goods-title {
    color: #fff;
    display: -webkit-box;
    font-family: Montserrat, sans-serif;
    font-size: 11px !important;
    font-weight: 600;
    height: 32px;
    line-height: 1.35;
    margin-bottom: 4px !important;
    overflow: hidden;
    overflow-wrap: anywhere;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .conts1 .DirectBox .goods-price {
    font-weight: 700;
    margin-bottom: 4px !important;
  }

  .conts1 .DirectBox .goods-price .currency,
  .conts1 .DirectBox .goods-price .amount {
    background: linear-gradient(90deg, #53fecd 0%, #2c74c9 100%);
    background-clip: text;
    font-family: Oswald, sans-serif;
    font-size: 13px !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .conts1 .DirectBox .goods-quantity,
  .goods-bottom .goods-off {
    border-radius: 4px;
    font-size: 10px !important;
    height: 18px;
    line-height: 18px;
    min-width: 0;
    text-align: center;
    width: 68px;
  }

  .conts1 .DirectBox .goods-quantity {
    background: rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.7);
  }

  .goods-bottom .goods-off {
    background: linear-gradient(90deg, #53fecd 0%, #2c74c9 100%);
    color: #171718;
    font-weight: 600;
  }

  .conts1 .DirectBox .item .item-btn {
    display: flex;
    flex-direction: row;
    gap: 0;
    padding: 0 6px 8px;
  }

  .conts1 .DirectBox .item .item-btn .add-cart,
  .conts1 .DirectBox .item .item-btn .buy-now {
    align-items: center;
    border: none;
    display: flex;
    font-size: 12px;
    height: 34px;
    justify-content: center;
    margin: 0;
    min-width: 0;
    padding: 0 8px;
  }

  .conts1 .DirectBox .item .item-btn .add-cart {
    background: #07305e;
    border-radius: 5px 0 0 5px;
    flex: 0 0 40px;
    order: -1;
  }

  .conts1 .DirectBox .item .item-btn .add-cart .mobile-tablet-only {
    display: block;
    height: 16px !important;
    object-fit: contain;
    padding: 0;
    width: 16px;
  }

  .conts1 .DirectBox .item .item-btn .buy-now {
    background: linear-gradient(90deg, #53fecd 0%, #2c74c9 100%);
    border-radius: 0 5px 5px 0;
    color: #fff;
    flex: 1;
  }

  .conts1 .DirectBox .hot-badge,
  .conts1 .DirectBox .badge-icon {
    right: 5px !important;
    top: 5px !important;
    z-index: 10;
  }

  .conts1 .DirectBox .badge-icon {
    max-height: 24px !important;
    max-width: 44px;
    object-fit: contain;
    padding: 0;
    position: absolute;
  }
  .icon-chevron-right {
    font-size: 20px !important;
    vertical-align: bottom;
  }
}
